[gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs-kmod/, sys-kernel/spl/, sys-fs/zfs/

2018-05-10 Thread Jonathan Vasquez
commit: 231d7660093c1441a08fa8a1eb4fce182f129211
Author: Jonathan Vasquez  gentoo  org>
AuthorDate: Fri May 11 03:02:04 2018 +
Commit: Jonathan Vasquez  gentoo  org>
CommitDate: Fri May 11 03:07:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=231d7660

sys-fs/zfs: version bump to 0.7.9 (and friends)

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 sys-fs/zfs-kmod/Manifest  |   1 +
 sys-fs/zfs-kmod/zfs-kmod-0.7.9.ebuild | 145 +++
 sys-fs/zfs/Manifest   |   1 +
 sys-fs/zfs/zfs-0.7.9.ebuild   | 210 ++
 sys-kernel/spl/Manifest   |   1 +
 sys-kernel/spl/spl-0.7.9.ebuild   | 111 ++
 6 files changed, 469 insertions(+)

diff --git a/sys-fs/zfs-kmod/Manifest b/sys-fs/zfs-kmod/Manifest
index 8fa45ff3ae0..a327ed1dfa0 100644
--- a/sys-fs/zfs-kmod/Manifest
+++ b/sys-fs/zfs-kmod/Manifest
@@ -1,2 +1,3 @@
 DIST zfs-0.6.5.11.tar.gz 2521959 BLAKE2B 
95b145a26620995343df1a468367b882bc71ab3e4812c05839d49d0cd877b756185c91b2609986f91939fbfda322809ddefc8ff9207fe076db03e0038e585ea2
 SHA512 
877052da2a0cdc78b10cb5041da55e31242db2618c502997f4df9aa46a14482c7f33adce8d21aaf16164a9fe52edc358922ea89c8e109c3247e107bf607d6451
 DIST zfs-0.7.8.tar.gz 6514969 BLAKE2B 
689d96ad7afeb422cbeca724f248ac56b6fcdc0a7ef215f735180406a7fc0d4d3c9700a41e855186d8044b304c9f0c142c2bdca387299c499974e424965970a4
 SHA512 
cdeabe10acd2feeeff8a6362987c757b716bfea6ebad42ce022a081106661f774150c113bdaa9e1ac441efdd6da4cf11e6119323ad60ae15ab445a872d952e35
+DIST zfs-0.7.9.tar.gz 6548649 BLAKE2B 
aa2f1b9d0ba0eda1af7d420c43d65d5d4183169cfe97c693356e1e0b15967ea512c25454f2d77285600f2209d778e4299f420754932e403a390b87b4f488dc94
 SHA512 
af5d9c320885ee84019fb04250c4b12c7ac3bb3d1037b1961ec4584701a737558374dc22521743e197356efb1d1f0ced9beff675ae9cfcccf3cd8407467f18fa

diff --git a/sys-fs/zfs-kmod/zfs-kmod-0.7.9.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-0.7.9.ebuild
new file mode 100644
index 000..d71cf40662e
--- /dev/null
+++ b/sys-fs/zfs-kmod/zfs-kmod-0.7.9.ebuild
@@ -0,0 +1,145 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+if [ ${PV} == "" ]; then
+   AUTOTOOLS_AUTORECONF="1"
+   EGIT_REPO_URI="https://github.com/zfsonlinux/zfs.git;
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/zfsonlinux/zfs/releases/download/zfs-${PV}/zfs-${PV}.tar.gz;
+   S="${WORKDIR}/zfs-${PV}"
+   KEYWORDS="~amd64"
+fi
+
+inherit flag-o-matic linux-info linux-mod toolchain-funcs autotools-utils
+
+DESCRIPTION="Linux ZFS kernel module for sys-fs/zfs"
+HOMEPAGE="http://zfsonlinux.org/;
+
+LICENSE="CDDL debug? ( GPL-2+ )"
+SLOT="0"
+IUSE="custom-cflags debug +rootfs"
+RESTRICT="debug? ( strip ) test"
+
+DEPEND="
+   =sys-kernel/spl-${PV}*
+   dev-lang/perl
+   virtual/awk
+"
+
+RDEPEND="${DEPEND}
+   !sys-fs/zfs-fuse
+"
+
+AT_M4DIR="config"
+AUTOTOOLS_IN_SOURCE_BUILD="1"
+
+DOCS=( AUTHORS COPYRIGHT DISCLAIMER README.markdown )
+
+pkg_setup() {
+   linux-info_pkg_setup
+   CONFIG_CHECK="
+   !DEBUG_LOCK_ALLOC
+   EFI_PARTITION
+   IOSCHED_NOOP
+   MODULES
+   !PAX_KERNEXEC_PLUGIN_METHOD_OR
+   ZLIB_DEFLATE
+   ZLIB_INFLATE
+   "
+
+   use debug && CONFIG_CHECK="${CONFIG_CHECK}
+   FRAME_POINTER
+   DEBUG_INFO
+   !DEBUG_INFO_REDUCED
+   "
+
+   use rootfs && \
+   CONFIG_CHECK="${CONFIG_CHECK}
+   BLK_DEV_INITRD
+   DEVTMPFS
+   "
+
+   kernel_is ge 2 6 32 || die "Linux 2.6.32 or newer required"
+
+   [ ${PV} != "" ] && \
+   { kernel_is le 4 16 || die "Linux 4.16 is the latest supported 
version."; }
+
+   check_extra_config
+}
+
+src_prepare() {
+   # Remove GPLv2-licensed ZPIOS unless we are debugging
+   use debug || sed -e 's/^subdir-m += zpios$//' -i 
"${S}/module/Makefile.in"
+
+   # Set module revision number
+   [ ${PV} != "" ] && \
+   { sed -i "s/\(Release:\)\(.*\)1/\1\2${PR}-gentoo/" "${S}/META" 
|| die "Could not set Gentoo release"; }
+
+   autotools-utils_src_prepare
+}
+
+src_configure() {
+   local SPL_PATH="$(basename $(echo "${EROOT}usr/src/spl-"*))"
+   use custom-cflags || strip-flags
+   filter-ldflags -Wl,*
+
+   set_arch_to_kernel
+   local myeconfargs=(${myeconfargs}
+   --bindir="${EPREFIX}/bin"
+   --sbindir="${EPREFIX}/sbin"
+   --with-config=kernel
+   --with-linux="${KV_DIR}"
+   --with-linux-obj="${KV_OUT_DIR}"
+   --with-spl="${EROOT}usr/src/${SPL_PATH}"
+   --with-spl-obj="${EROOT}usr/src/${SPL_PATH}/${KV_FULL}"
+   $(use_enable debug)
+   )
+
+   autotools-utils_src_configure
+}
+

[gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-redis/

2018-05-10 Thread Jason Zaman
commit: 8faca51adc823a645acb6aad2ac66f91f8953624
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri May 11 02:45:40 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri May 11 02:46:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8faca51a

sec-policy/selinux-redis: Add policy package

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sec-policy/selinux-redis/Manifest |  2 ++
 sec-policy/selinux-redis/metadata.xml |  9 +
 .../selinux-redis/selinux-redis-2.20180114-r2.ebuild  | 15 +++
 sec-policy/selinux-redis/selinux-redis-.ebuild| 15 +++
 4 files changed, 41 insertions(+)

diff --git a/sec-policy/selinux-redis/Manifest 
b/sec-policy/selinux-redis/Manifest
new file mode 100644
index 000..ab46ad2598b
--- /dev/null
+++ b/sec-policy/selinux-redis/Manifest
@@ -0,0 +1,2 @@
+DIST patchbundle-selinux-base-policy-2.20180114-r2.tar.bz2 293604 BLAKE2B 
4b301021a646431fe3a4431815ef66231e3436c7c5a4b02c4d52492a603ab58b54bfdbd589161779c4331f26f56ef6eac4c6f7d8dbc489410e41f7e3cedecff7
 SHA512 
bfb8e0fc852bc91c38ecdfb51823f5fa89f7e9021eae108648fa8b574cf8303d28cb74b0a6b6c0745576113e419e1f232131c3166a6da9b431aebd3de642f75d
+DIST refpolicy-2.20180114.tar.bz2 743725 BLAKE2B 
f64fc08dd68033a1762e147a0f205d8d1b71853017cefe4252ca4ca67029d457f28d81a82ae4e78c01e6c2131e9329d0e5634afee12fb4b291685e7563d59107
 SHA512 
9acb15d1d84670b25d1fc310e048348f707aa22ea184828e677946817aeb6ee2c590233195ead13aa91c7096544d6d29dfb6e98297120ef9464fc6107ffc9ce7

diff --git a/sec-policy/selinux-redis/metadata.xml 
b/sec-policy/selinux-redis/metadata.xml
new file mode 100644
index 000..13f715cbde9
--- /dev/null
+++ b/sec-policy/selinux-redis/metadata.xml
@@ -0,0 +1,9 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   seli...@gentoo.org
+   SELinux Team
+   
+   Gentoo SELinux policy for redis
+

diff --git a/sec-policy/selinux-redis/selinux-redis-2.20180114-r2.ebuild 
b/sec-policy/selinux-redis/selinux-redis-2.20180114-r2.ebuild
new file mode 100644
index 000..cf01a8f45bc
--- /dev/null
+++ b/sec-policy/selinux-redis/selinux-redis-2.20180114-r2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+IUSE=""
+MODS="redis"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for redis"
+
+if [[ ${PV} != * ]] ; then
+   KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86"
+fi

diff --git a/sec-policy/selinux-redis/selinux-redis-.ebuild 
b/sec-policy/selinux-redis/selinux-redis-.ebuild
new file mode 100644
index 000..cf01a8f45bc
--- /dev/null
+++ b/sec-policy/selinux-redis/selinux-redis-.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+IUSE=""
+MODS="redis"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for redis"
+
+if [[ ${PV} != * ]] ; then
+   KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86"
+fi



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

2018-05-10 Thread Matt Turner
commit: e867ddab1807bf88df9ec2f5a1dc4a98d6bb91d4
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 11 02:04:53 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 11 02:05:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e867ddab

sys-fs/eudev-3.2.5: ia64 stable, bug 645280

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

diff --git a/sys-fs/eudev/eudev-3.2.5.ebuild b/sys-fs/eudev/eudev-3.2.5.ebuild
index 079f901ff3f..26b5186f721 100644
--- a/sys-fs/eudev/eudev-3.2.5.ebuild
+++ b/sys-fs/eudev/eudev-3.2.5.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz;
-   KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
 fi
 
 DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace 
devfs)"



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

2018-05-10 Thread Andrey Utkin
commit: b596268ae438301d51f2f1e0dc2b39841a3b99c5
Author: Andrey Utkin  gentoo  org>
AuthorDate: Wed May  9 14:48:36 2018 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Fri May 11 00:01:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b596268a

sys-power/acpid: use extras distfile instead of files/

This is to comply with QA policy of keeping files/ small.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 sys-power/acpid/Manifest   |  1 +
 sys-power/acpid/acpid-2.0.29-r1.ebuild | 20 
 2 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/sys-power/acpid/Manifest b/sys-power/acpid/Manifest
index 9ff66cb6dd0..f9dc14c0197 100644
--- a/sys-power/acpid/Manifest
+++ b/sys-power/acpid/Manifest
@@ -1,2 +1,3 @@
 DIST acpid-2.0.28.tar.xz 156036 BLAKE2B 
a6a78f82f7f4ecbd0d883d175c921195970e157a919fefc9cf48a94db534b496a8570c031fda5b08df3fb1775e26a50b5942bac7717aa582d590605930e3af78
 SHA512 
effe9c3b30b4a6ea20eca4b36a06d4b3da9b262d100685958faec4b38f89377a87dcaecee7a69b87aaddfa47688bcc46fc47a38391ac4bd2019cb3b48ab18fcb
 DIST acpid-2.0.29.tar.xz 155568 BLAKE2B 
9a2c9f2f8ba035bf7452b633c20a73796ca05d4849d567f076a08a8216f2e07ca7a0b25e995054697e70bacacad07872e153c6c47f8204294964b276bca49f62
 SHA512 
5f480cb4456b6b843adb239519a8d05f83c3c668525457e55d7fae2ba7725356ec7a1faa16bbd54086f0eab2e8ca20952180c00b2b65a27eda534c3f28e8ed17
+DIST sys-power_acpid_2.0.29-r1_extras.tar.xz 2548 BLAKE2B 
4568f0e44d33382fd294248d48c8852f689f0a6082d9b74b33b77918d3ce21d7f1bf8a3aafeaa252e8fe170b3829155344a256f01fe80414369f02d50a17ff55
 SHA512 
f2c366c50c75790df32a1f6573b7de640fd09a97c4598155ebd0aad2eba118961ddc82fe0fbb4dc935aa5b6d7fcfe3ade73fff555b4588b0e4579a1028bef12f

diff --git a/sys-power/acpid/acpid-2.0.29-r1.ebuild 
b/sys-power/acpid/acpid-2.0.29-r1.ebuild
index f9699804c53..0a9dce65d57 100644
--- a/sys-power/acpid/acpid-2.0.29-r1.ebuild
+++ b/sys-power/acpid/acpid-2.0.29-r1.ebuild
@@ -6,7 +6,11 @@ inherit linux-info systemd
 
 DESCRIPTION="Daemon for Advanced Configuration and Power Interface"
 HOMEPAGE="https://sourceforge.net/projects/acpid2;
-SRC_URI="mirror://sourceforge/${PN}2/${P}.tar.xz"
+EXTRAS_VER="2.0.29-r1"
+EXTRAS_NAME="${CATEGORY}_${PN}_${EXTRAS_VER}_extras"
+SRC_URI="mirror://sourceforge/${PN}2/${P}.tar.xz
+   https://dev.gentoo.org/~andrey_utkin/distfiles/${EXTRAS_NAME}.tar.xz
+   "
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -25,8 +29,8 @@ pkg_pretend() {
 pkg_setup() { :; }
 
 PATCHES=(
-   "${FILESDIR}"/${PN}-2.0.25-kde4.patch #515088
-   "${FILESDIR}"/${PN}-2.0.25-add_mate-power-manager.patch #538590
+   "${WORKDIR}/${EXTRAS_NAME}/${PN}-2.0.25-kde4.patch" #515088
+   "${WORKDIR}/${EXTRAS_NAME}/${PN}-2.0.29-r1-extend-pms-list.patch" 
#538590, 628698
 )
 
 src_install() {
@@ -37,16 +41,16 @@ src_install() {
rm -f "${D}"/usr/share/doc/${PF}/COPYING || die
 
exeinto /etc/acpi
-   newexe "${FILESDIR}"/${PN}-1.0.6-default.sh default.sh
+   newexe "${WORKDIR}/${EXTRAS_NAME}/${PN}-1.0.6-default.sh" default.sh
exeinto /etc/acpi/actions
newexe samples/powerbtn/powerbtn.sh powerbtn.sh
insinto /etc/acpi/events
-   newins "${FILESDIR}"/${PN}-1.0.4-default default
+   newins "${WORKDIR}/${EXTRAS_NAME}/${PN}-1.0.4-default" default
 
-   newinitd "${FILESDIR}"/${PN}-2.0.26-init.d ${PN}
-   newconfd "${FILESDIR}"/${PN}-2.0.16-conf.d ${PN}
+   newinitd "${WORKDIR}/${EXTRAS_NAME}/${PN}-2.0.26-init.d" ${PN}
+   newconfd "${WORKDIR}/${EXTRAS_NAME}/${PN}-2.0.16-conf.d" ${PN}
 
-   systemd_dounit "${FILESDIR}"/systemd/${PN}.{service,socket}
+   systemd_dounit 
"${WORKDIR}/${EXTRAS_NAME}/systemd/${PN}.{service,socket}"
 }
 
 pkg_postinst() {



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

2018-05-10 Thread Andrey Utkin
commit: 6c52e65a5c6dece9e11e9b9eff0a9b7a7e487a2d
Author: Andrey Utkin  gentoo  org>
AuthorDate: Mon Apr 30 00:08:04 2018 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Fri May 11 00:01:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c52e65a

sys-power/acpid: add 2.0.29-r1 for further improvements

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 sys-power/acpid/acpid-2.0.29-r1.ebuild | 68 ++
 1 file changed, 68 insertions(+)

diff --git a/sys-power/acpid/acpid-2.0.29-r1.ebuild 
b/sys-power/acpid/acpid-2.0.29-r1.ebuild
new file mode 100644
index 000..f9699804c53
--- /dev/null
+++ b/sys-power/acpid/acpid-2.0.29-r1.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit linux-info systemd
+
+DESCRIPTION="Daemon for Advanced Configuration and Power Interface"
+HOMEPAGE="https://sourceforge.net/projects/acpid2;
+SRC_URI="mirror://sourceforge/${PN}2/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~x86"
+IUSE="selinux"
+
+RDEPEND="selinux? ( sec-policy/selinux-apm )"
+DEPEND=">=sys-kernel/linux-headers-3"
+
+pkg_pretend() {
+   local CONFIG_CHECK="~INPUT_EVDEV"
+   local WARNING_INPUT_EVDEV="CONFIG_INPUT_EVDEV is required for ACPI 
button event support."
+   [[ ${MERGE_TYPE} != buildonly ]] && check_extra_config
+}
+
+pkg_setup() { :; }
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.0.25-kde4.patch #515088
+   "${FILESDIR}"/${PN}-2.0.25-add_mate-power-manager.patch #538590
+)
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   newdoc kacpimon/README README.kacpimon
+   dodoc -r samples
+   rm -f "${D}"/usr/share/doc/${PF}/COPYING || die
+
+   exeinto /etc/acpi
+   newexe "${FILESDIR}"/${PN}-1.0.6-default.sh default.sh
+   exeinto /etc/acpi/actions
+   newexe samples/powerbtn/powerbtn.sh powerbtn.sh
+   insinto /etc/acpi/events
+   newins "${FILESDIR}"/${PN}-1.0.4-default default
+
+   newinitd "${FILESDIR}"/${PN}-2.0.26-init.d ${PN}
+   newconfd "${FILESDIR}"/${PN}-2.0.16-conf.d ${PN}
+
+   systemd_dounit "${FILESDIR}"/systemd/${PN}.{service,socket}
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   elog
+   elog "You may wish to read the Gentoo Linux Power Management 
Guide,"
+   elog "which can be found online at:"
+   elog "https://wiki.gentoo.org/wiki/Power_management/Guide;
+   elog
+   fi
+
+   # files/systemd/acpid.socket -> ListenStream=/run/acpid.socket
+   mkdir -p "${ROOT%/}"/run
+
+   if ! grep -qs "^tmpfs.*/run " "${ROOT%/}"/proc/mounts ; then
+   echo
+   ewarn "You should reboot the system now to get /run mounted 
with tmpfs!"
+   fi
+}



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

2018-05-10 Thread Sergei Trofimovich
commit: 42f00da5e5bf00492914a695bc02b8b8aaf36c75
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu May 10 22:43:29 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu May 10 22:43:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42f00da5

dev-libs/ffcall: stable 2.1 for ia64, bug #655420

Bug: https://bugs.gentoo.org/655420
Package-Manager: Portage-2.3.36, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

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

diff --git a/dev-libs/ffcall/ffcall-2.1.ebuild 
b/dev-libs/ffcall/ffcall-2.1.ebuild
index b4762103c80..70c88eb5e84 100644
--- a/dev-libs/ffcall/ffcall-2.1.ebuild
+++ b/dev-libs/ffcall/ffcall-2.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/libffcall/${MY_PV}.tar.gz"
 # under GNU LGPL." -ffcall author
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 S=${WORKDIR}/${MY_PV}



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

2018-05-10 Thread Sergei Trofimovich
commit: aa35a17bd1114859c109384a81bf1b6c773a6253
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu May 10 22:09:13 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu May 10 22:09:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa35a17b

dev-lang/nasm: switch to media-fonts/source-pro fonts

nasm has an ordered list of font preference. media-fonts/clearsans
alone is not enough to satisfy all nasm needs (see doc/psfonts.ph).

Use media-fonts/source-pro instead. This also happens to fix font
width in final generated .pdf.

Reported-by: Juergen Rose
Closes: https://bugs.gentoo.org/639038
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-lang/nasm/nasm-2.13.03-r1.ebuild | 50 
 1 file changed, 50 insertions(+)

diff --git a/dev-lang/nasm/nasm-2.13.03-r1.ebuild 
b/dev-lang/nasm/nasm-2.13.03-r1.ebuild
new file mode 100644
index 000..c0c02a3bcd1
--- /dev/null
+++ b/dev-lang/nasm/nasm-2.13.03-r1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic
+
+DESCRIPTION="groovy little assembler"
+HOMEPAGE="http://www.nasm.us/;
+SRC_URI="http://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.xz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="doc"
+
+# [fonts note] doc/psfonts.ph defines ordered list of font preference.
+# Currently 'media-fonts/source-pro' is most preferred and is able to
+# satisfy all 6 font flavours: tilt, chapter, head, etc.
+DEPEND="
+   dev-lang/perl
+   doc? (
+   app-text/ghostscript-gpl
+   dev-perl/Font-TTF
+   dev-perl/Sort-Versions
+   media-fonts/source-pro
+   virtual/perl-File-Spec
+   )
+"
+
+S=${WORKDIR}/${P/_}
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.13.01-fix-docdir.patch
+   "${FILESDIR}"/${PN}-2.13.01-gcc-8.patch
+)
+
+src_configure() {
+   strip-flags
+   default
+}
+
+src_compile() {
+   default
+   use doc && emake doc
+}
+
+src_install() {
+   default
+   emake DESTDIR="${D}" install_rdf $(usex doc install_doc '')
+}



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

2018-05-10 Thread Lars Wendler
commit: 4e20c01201f98332289d843bc9c0b1084616d52a
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 10 22:02:12 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 10 22:08:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e20c012

media-sound/mixxx: Revbump fixing opus automagic.

Closes: https://bugs.gentoo.org/637424
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-sound/mixxx/{mixxx-2.0.0-r4.ebuild => mixxx-2.0.0-r5.ebuild} | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-sound/mixxx/mixxx-2.0.0-r4.ebuild 
b/media-sound/mixxx/mixxx-2.0.0-r5.ebuild
similarity index 95%
rename from media-sound/mixxx/mixxx-2.0.0-r4.ebuild
rename to media-sound/mixxx/mixxx-2.0.0-r5.ebuild
index d8a4bb17998..a8fcb5ca5c8 100644
--- a/media-sound/mixxx/mixxx-2.0.0-r4.ebuild
+++ b/media-sound/mixxx/mixxx-2.0.0-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ SRC_URI+=" 
https://github.com/mixxxdj/mixxx/commit/869e07067b15e09bf7ef886a8772a
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="aac debug doc ffmpeg hid mp3 mp4 shout wavpack"
+IUSE="aac debug doc ffmpeg hid mp3 mp4 opus shout wavpack"
 
 # fails to compile system-fidlib. Add ">media-libs/fidlib-0.9.10-r1" once this
 # got fixed
@@ -56,6 +56,7 @@ RDEPEND="
hid? ( dev-libs/hidapi )
mp3? ( media-libs/libmad )
mp4? ( media-libs/libmp4v2:= )
+   opus? ( media-libs/opusfile )
shout? ( media-libs/libshout )
wavpack? ( media-sound/wavpack )
ffmpeg? ( media-video/ffmpeg:0= )
@@ -120,6 +121,7 @@ src_configure() {
m4a="$(usex mp4 1 0)"
mad="$(usex mp3 1 0)"
optimize="${myoptimize}"
+   opus="$(usex opus 1 0)"
qdebug="$(usex debug 1 0)"
qt5=1
shoutcast="$(usex shout 1 0)"



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

2018-05-10 Thread Lars Wendler
commit: d4c8bfa924b8b2f70914eaf9eb34b90107275d6c
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 10 22:08:04 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 10 22:08:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4c8bfa9

media-sound/mixxx: Added live ebuild.

Closes: https://bugs.gentoo.org/631988
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-sound/mixxx/mixxx-.ebuild | 131 
 1 file changed, 131 insertions(+)

diff --git a/media-sound/mixxx/mixxx-.ebuild 
b/media-sound/mixxx/mixxx-.ebuild
new file mode 100644
index 000..6ab9fb77f7c
--- /dev/null
+++ b/media-sound/mixxx/mixxx-.ebuild
@@ -0,0 +1,131 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic scons-utils toolchain-funcs
+
+DESCRIPTION="Advanced Digital DJ tool based on Qt"
+HOMEPAGE="https://www.mixxx.org/;
+if [[ "${PV}" ==  ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/mixxxdj/${PN}.git;
+else
+   #SRC_URI="https://downloads.mixxx.org/${P}/${P}-src.tar.gz;
+   SRC_URI="https://github.com/mixxxdj/${PN}/archive/release-${PV}.tar.gz 
-> ${P}.tar.gz"
+   S="${WORKDIR}/${PN}-release-${PV}"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="aac doc ffmpeg hid mp3 mp4 opus shout wavpack"
+
+# fails to compile system-fidlib. Add ">media-libs/fidlib-0.9.10-r1" once this
+# got fixed
+RDEPEND="
+   dev-db/sqlite
+   dev-libs/glib:2
+   dev-libs/protobuf:0=
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtopengl:5
+   dev-qt/qtscript:5[scripttools]
+   dev-qt/qtsql:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   media-libs/chromaprint
+   media-libs/flac
+   media-libs/libid3tag
+   media-libs/libogg
+   media-libs/libsndfile
+   >=media-libs/libsoundtouch-1.5
+   media-libs/libvorbis
+   >=media-libs/portaudio-19_pre
+   media-libs/portmidi
+   media-libs/rubberband
+   media-libs/taglib
+   media-libs/vamp-plugin-sdk
+   sci-libs/fftw:3.0=
+   virtual/libusb:1
+   virtual/opengl
+   x11-libs/libX11
+   aac? (
+   media-libs/faad2
+   media-libs/libmp4v2:0
+   )
+   hid? ( dev-libs/hidapi )
+   mp3? ( media-libs/libmad )
+   mp4? ( media-libs/libmp4v2:= )
+   opus? ( media-libs/opusfile )
+   shout? ( media-libs/libshout )
+   wavpack? ( media-sound/wavpack )
+   ffmpeg? ( media-video/ffmpeg:0= )
+"
+# media-libs/rubberband RDEPENDs on sci-libs/fftw:3.0
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+   dev-qt/qttest:5
+   dev-qt/qtxmlpatterns:5
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.0.0-docs.patch
+)
+
+src_prepare() {
+   # use multilib compatible directory for plugins
+   sed -i -e "/unix_lib_path =/s/'lib'/'$(get_libdir)'/" src/SConscript || 
die
+
+   default
+}
+
+src_configure() {
+   local myoptimize=0
+
+   # Required for >=qt-5.7.0 (bug #590690)
+   append-cxxflags -std=c++11
+
+   # Try to get cpu type based on CFLAGS.
+   # Bug #591968
+   for i in $(get-flag mcpu) $(get-flag march) ; do
+   if [[ ${i} = native ]] ; then
+   myoptimize="native"
+   break
+   fi
+   done
+
+   myesconsargs=(
+   prefix="${EPREFIX}/usr"
+   qtdir="${EPREFIX}/usr/$(get_libdir)/qt5"
+   faad="$(usex aac 1 0)"
+   ffmpeg="$(usex ffmpeg 1 0)"
+   hid="$(usex hid 1 0)"
+   hifieq=1
+   m4a="$(usex mp4 1 0)"
+   mad="$(usex mp3 1 0)"
+   optimize="${myoptimize}"
+   opus="$(usex opus 1 0)"
+   qt5=1
+   shoutcast="$(usex shout 1 0)"
+   vinylcontrol=1
+   wv="$(usex wavpack 1 0)"
+   )
+}
+
+src_compile() {
+   CC="$(tc-getCC)" CXX="$(tc-getCXX)" LINKFLAGS="${LDFLAGS}" \
+   LIBDIR="${EPREFIX}/usr/$(get_libdir)" escons ${myesconsargs[@]}
+}
+
+src_install() {
+   CC="$(tc-getCC)" CXX="$(tc-getCXX)" LINKFLAGS="${LDFLAGS}" \
+   LIBDIR="${EPREFIX}/usr/$(get_libdir)" escons ${myesconsargs[@]} \
+   install_root="${ED}"/usr install
+
+   dodoc README Mixxx-Manual.pdf
+}



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

2018-05-10 Thread Lars Wendler
commit: 6ff404a723a95fec30cbb336a8fb2e71aa3aed49
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 10 22:00:04 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 10 22:08:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ff404a7

media-sound/mixxx: Bump to version 2.1.0

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-sound/mixxx/Manifest   |   1 +
 media-sound/mixxx/metadata.xml   |   1 +
 media-sound/mixxx/mixxx-2.1.0.ebuild | 127 +++
 3 files changed, 129 insertions(+)

diff --git a/media-sound/mixxx/Manifest b/media-sound/mixxx/Manifest
index f983abfc547..4bc6ce33900 100644
--- a/media-sound/mixxx/Manifest
+++ b/media-sound/mixxx/Manifest
@@ -1,3 +1,4 @@
 DIST mixxx-2.0.0-ffmpeg30.patch 714 BLAKE2B 
00c5cdc233262e64fa52abcc97fc15d1347a391d411b5a0e2650bc3d06f1ef994b28c1f5bd942026201850925f6959fa0b3896c5dff48fbad1c28df8bcd8067b
 SHA512 
60788ecab1fa92b825815fff5dfdfefe02fb097e46f7f55f318bb8a8677da42e4601cce51eaaec51988990eebb72d59346d1ec45ed76cac3c8a7f9a9d1e8cf54
 DIST mixxx-2.0.0-ffmpeg31.patch 2844 BLAKE2B 
ee44c1da8af553cff478d12bc4fb05ae50bd788340ba5e414b6a535873a3c1868363762697ab21580bfa8f4006c0314acdc2c778f80a910c316a49d91c3e0205
 SHA512 
7207ad72d0ea851b1425ff7472aafe5f828ca70aad0821a1ef1eb54845527532489ac7913f6584e3af5fb53bf3459abc173fbf482f83be8a22358d28b1b5cf74
 DIST mixxx-2.0.0-src.tar.gz 25300881 BLAKE2B 
a0dbc03350bf6d6a8ce5abd06df50bf58cf3d75fcc3f8614873c807ad8a77d1afb12a8715944ebba80da5750e4c6d6570ea60a5afb83b87f8cc54c7c4d0ccb00
 SHA512 
8878c0f785e4c5f67724deeca61154d2587969a81d28aef8fa9d526aec8419a218ce2a7ef88d6fcf468d30fa13d31ac9a56ca9082431a35b7e4e040a7ccfbb1a
+DIST mixxx-2.1.0.tar.gz 34835250 BLAKE2B 
7a90c3794a146001fd0df6bb7c9c6231c0d26814eafc5c83da666d511d7af0e193b75da9b8728ad399dbef208cf2437881df2c87818e503945b02591bc300567
 SHA512 
d9f4fab92c2896ec455e2041aa6033f9a9091d2915a185a99427b9c35afe7c99565350ce477bf0487c6276c9585875f0be61f310779ae90195917d2e995bbf90

diff --git a/media-sound/mixxx/metadata.xml b/media-sound/mixxx/metadata.xml
index 4627d1b0b25..3c563007a7b 100644
--- a/media-sound/mixxx/metadata.xml
+++ b/media-sound/mixxx/metadata.xml
@@ -7,6 +7,7 @@


Enable HID controller support
+   Enable support for opus codec via 
media-libs/opusfile.
Enable broadcasting support via 
media-libs/libshout



diff --git a/media-sound/mixxx/mixxx-2.1.0.ebuild 
b/media-sound/mixxx/mixxx-2.1.0.ebuild
new file mode 100644
index 000..ff679b82348
--- /dev/null
+++ b/media-sound/mixxx/mixxx-2.1.0.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic scons-utils toolchain-funcs
+
+DESCRIPTION="Advanced Digital DJ tool based on Qt"
+HOMEPAGE="https://www.mixxx.org/;
+#SRC_URI="https://downloads.mixxx.org/${P}/${P}-src.tar.gz;
+SRC_URI="https://github.com/mixxxdj/${PN}/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="aac doc ffmpeg hid mp3 mp4 opus shout wavpack"
+
+# fails to compile system-fidlib. Add ">media-libs/fidlib-0.9.10-r1" once this
+# got fixed
+RDEPEND="
+   dev-db/sqlite
+   dev-libs/glib:2
+   dev-libs/protobuf:0=
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtopengl:5
+   dev-qt/qtscript:5[scripttools]
+   dev-qt/qtsql:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   media-libs/chromaprint
+   media-libs/flac
+   media-libs/libid3tag
+   media-libs/libogg
+   media-libs/libsndfile
+   >=media-libs/libsoundtouch-1.5
+   media-libs/libvorbis
+   >=media-libs/portaudio-19_pre
+   media-libs/portmidi
+   media-libs/rubberband
+   media-libs/taglib
+   media-libs/vamp-plugin-sdk
+   sci-libs/fftw:3.0=
+   virtual/libusb:1
+   virtual/opengl
+   x11-libs/libX11
+   aac? (
+   media-libs/faad2
+   media-libs/libmp4v2:0
+   )
+   hid? ( dev-libs/hidapi )
+   mp3? ( media-libs/libmad )
+   mp4? ( media-libs/libmp4v2:= )
+   opus? ( media-libs/opusfile )
+   shout? ( media-libs/libshout )
+   wavpack? ( media-sound/wavpack )
+   ffmpeg? ( media-video/ffmpeg:0= )
+"
+# media-libs/rubberband RDEPENDs on sci-libs/fftw:3.0
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+   dev-qt/qttest:5
+   dev-qt/qtxmlpatterns:5
+"
+
+S="${WORKDIR}/${PN}-release-${PV}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.0.0-docs.patch
+)
+
+src_prepare() {
+   # use multilib compatible directory for plugins
+   sed -i -e "/unix_lib_path =/s/'lib'/'$(get_libdir)'/" src/SConscript || 
die
+
+   default
+}
+
+src_configure() {
+   local myoptimize=0
+
+   # Required for 

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

2018-05-10 Thread Patrick Lauer
commit: bd048549e4a8f3aa14017a2ea86f59810433523a
Author: Patrick Lauer  gentoo  org>
AuthorDate: Thu May 10 21:56:13 2018 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Thu May 10 21:56:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd048549

dev-db/postgresql: Bump

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-db/postgresql/Manifest |   5 +
 dev-db/postgresql/postgresql-10.4.ebuild   | 460 +++
 dev-db/postgresql/postgresql-9.3.23.ebuild | 450 ++
 dev-db/postgresql/postgresql-9.4.18.ebuild | 482 
 dev-db/postgresql/postgresql-9.5.13.ebuild | 488 
 dev-db/postgresql/postgresql-9.6.9.ebuild  | 493 +
 6 files changed, 2378 insertions(+)

diff --git a/dev-db/postgresql/Manifest b/dev-db/postgresql/Manifest
index ef78222884f..9e9de155651 100644
--- a/dev-db/postgresql/Manifest
+++ b/dev-db/postgresql/Manifest
@@ -1,12 +1,17 @@
 DIST postgresql-10.1.tar.bz2 19669989 BLAKE2B 
2fbe782023b6d55c6fadaba38e517c60038b3b7b0a14fa8793043f7b9c4719a692440f286bb1f898045b5f56ef1c064f97f36e821990755077dc8d9bb0dbd639
 SHA512 
06050d353aa43f32e0de0199d833d8a4652aff893b718b1c40ed31837838f73fe4d977ac0f2164ab97b3eeff4aae3409f440601740898a893877d96bc0ed1882
 DIST postgresql-10.3.tar.bz2 19959653 BLAKE2B 
ba3b05f53b0f879b18d6d0649bf819697c77a066b49d941a96d13a4741854b01aeb0c8b868d6550a08ad52572c9463c968660aa83c16cbaa5b4bf7a89387a524
 SHA512 
05cf82d3483bdf38734e6ff0fef6b80e7f8fd3cb5ea6792ffe222a599d97d1a29638970bf28ebf5bd1f877e8dcd9986d88f5c5e5379e74fe79ce83e20d2babba
+DIST postgresql-10.4.tar.bz2 20201838 BLAKE2B 
6d1cdc44547740c8f9fbc2e989364640409c6d2a365568b75731277dd0fba473ce07e2ee27e8ebfad507a6ce0ab3d3a44156c0e3a069d96d320771d8a97ba82f
 SHA512 
b7c0d2fdc724e2eb1cda9fc1eb01b47352bbe6ba6357b3e898b7f5990fd78499c8c68dcb3aa9bde7821d71b5882d8856131384e899f8055d89d51cdfdbc9e663
 DIST postgresql-9.2.24.tar.bz2 16552576 BLAKE2B 
15e1fcc72830630c6c919113ed53c30c08f97c2543e678cac914b86456434d036f2efc262810e8f7ca0be714a8f690592a271ea5f6fb39777e73e94a9555e0ee
 SHA512 
a6f043e5ef5e12e23c1c43b26a5ecafce62f3a86f38b5b85e7cb0cb7aa376d40e460a526baf67ae40de40525e4744fb5e48650ee5e007db4ce9742fcf548bd56
 DIST postgresql-9.3.20.tar.bz2 17197360 BLAKE2B 
2b07f6ee78294a490a8902d0129ac6b5e729e2d9a30631becc193cb7561294354a779ffc62bd61e807b1f540f01ce095e8ae4ad77adf2ea135389143809c9d48
 SHA512 
40098661bf00b64ad2d773b242613c44fe269b5ae984ad8990f85ce705b27138b127493c507103052fb6705d52f2e63a1df6692c7024d43c3c6b18154f2ef407
 DIST postgresql-9.3.22.tar.bz2 17022938 BLAKE2B 
198705e438717d0d9e12c73e0c0e3eff0ba89ea50a1b183de70f065e13c153c164890fe56bc6ec13b0cb9617df4f66894c122eeddaf9303b9a02b8e08b19b085
 SHA512 
667ff496172626d2fe35c6795935fb07f4f7967a3b0631dd3b96278f8dc00b3d08794f091a5ab060a45d6f2a861e0f10f0e9660f9e343ab34eeabd693104c47f
+DIST postgresql-9.3.23.tar.bz2 17033683 BLAKE2B 
f02ad25f6b8755a9a57c3a6dcb63b78672e29473b061ad1616be2fb97fbfd83fe0dc9fc9fda66ac0231fb30fb13f9ef8975ba5a9701d83f33495bcf2c2651b4a
 SHA512 
bb2d54312de728aa0379ea5bc6385036bbe69d3b7f85bbd78c210840eed19ace29840849caf38d0689e21130a0c94818a362b3927805d8eded53b68e240a52b0
 DIST postgresql-9.4.15.tar.bz2 17921677 BLAKE2B 
a41c81c7acc92265a6558c26370ff2afd258922a7158bbf40f8b1d6c7a3dbfb548502f42d646c96982dd5a87e5991f9d03046ae91e216704b97691666966d795
 SHA512 
be69f184cf18fb4c611d31a128f3593dc537551606f1db84a3ce9899b72f546876f05b29792435c3780c6c2b571759f4db2c172d62b2c012bd58574df80b4eb1
 DIST postgresql-9.4.17.tar.bz2 17807762 BLAKE2B 
7640c29a71c6aeff47d9b43dd1e4f52edac4295b646b34da3a0ed9c26a8a826061bfd892e9907b62f31b7f01ee3aaf437c88d79b84d1d786d608dcd088309ecf
 SHA512 
9ac03d460e521dcd142ac463dd5bb0f3e3f4767bf8d61499ec7e8d0129d338c6f111667d0006df0c8ced9ae8a337d4c1b40eb5f55e6bc8dd5a24dfd376f0
+DIST postgresql-9.4.18.tar.bz2 17828085 BLAKE2B 
346584e7d74264a7d58b3793cfd6247ae3cad3bb946bedec8df8d97278ffe6f8e881d31ad50e9f5d622aa4ae9b9711b36258bb60d520bb9a1d458af63c343e9e
 SHA512 
2e64c3130c3dfc5183a77d72f61714bea34bfe549f55720eee25046e00b913a7effec3d7e43a021766ac957c1fa3c8c5e6c26ccbd8be1b434ae618e1fe9daab6
 DIST postgresql-9.5.10.tar.bz2 18701419 BLAKE2B 
bdd9a191f4de2ba1cb501476a5eabb377b60899b524f50e5baa1f47b95ce491634b7e69a9c37017614f48789d2b97fdff98e0b12ea06611d1ca76988a8db62c8
 SHA512 
24e31adabb0b88be882ab0440c560f0e4d5d69203be0581ca0ce22316555d92219ea0a2fd5254f12b2508bd3e58bbe0f1a7c8837228c96d9d5f00caac45af95a
 DIST postgresql-9.5.12.tar.bz2 18589538 BLAKE2B 
4246eb2bf5fe2e3bb48bdc411ebd3c87015570f0be4d8b1ed2a0f2ed20a8374e3244fa0aa17f9145f4f951c88f5b0717a4dd2186bf1621ce3334789f5f8dd50f
 SHA512 
ab81bc95fd587f76a1986db5616b63d861b84da0eb9e54478f5298248a81d7a608d1bb1a9e30662c8190d05630106ddb3bb6413c34b003de948417214d342654
+DIST postgresql-9.5.13.tar.bz2 18600185 BLAKE2B 

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

2018-05-10 Thread Patrice Clement
commit: ac574cb2df4415733578e0d346f5472c72bef4a8
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu May 10 21:40:11 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu May 10 21:40:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac574cb2

dev-python/jedi: version bump.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/jedi/Manifest   |  1 +
 dev-python/jedi/jedi-0.12.0.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/jedi/Manifest b/dev-python/jedi/Manifest
index aa9d365820a..9a60f7a3c2e 100644
--- a/dev-python/jedi/Manifest
+++ b/dev-python/jedi/Manifest
@@ -1,2 +1,3 @@
 DIST jedi-0.10.2.tar.gz 373879 BLAKE2B 
8007b31dc6c96d9538ab141b976fd4554ea16f01bb277692534a2972a6dcf61ee809c7573a7a3f7c0eceb29505de6ffe3ec0a7234a427579333b453fc9cd9dbc
 SHA512 
847b000894b5e17cf5582c88245989ce1f0e17b595c79a2cdf4cc7a805fe7360ea08f28ac31473408be795c9ea210c85541cffa5fc7e7119da8c0228eb509351
 DIST jedi-0.11.1.tar.gz 332402 BLAKE2B 
bc0a8df89c3d8b6387a22cc08f613c990c59e360c58ae1d2becf521a755892afa4972195f6e40ec3bb48b74b20a966034d0e5bcad5051f90e5b4cc082270
 SHA512 
61389704a318f89d12b053b786bfb6bda21d2696830c001d6d6e66191fc060d731bc05ea71f2e70725532dcbe109c5c7346a36d227e6f8ab0eb2512f4c1a8945
+DIST jedi-0.12.0.tar.gz 354329 BLAKE2B 
ef203f2ba57a90de1e16b80c8786fa25d6d459244873dfb22044aa6d080435efa976daeb80949c3fba41ca2f57feb5bfed255b3bb490e17b40b3f13dfbb31e14
 SHA512 
3e8280b16855cf2c891666f0fb02ac30d801279b72b5bcb64541ef7c152d9f9b165015405ee291cbccd6c9cb3c0481c24f30e6100cb4463888153021b946f16d

diff --git a/dev-python/jedi/jedi-0.12.0.ebuild 
b/dev-python/jedi/jedi-0.12.0.ebuild
new file mode 100644
index 000..ce096b6c317
--- /dev/null
+++ b/dev-python/jedi/jedi-0.12.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Autocompletion library for Python"
+HOMEPAGE="https://github.com/davidhalter/jedi;
+SRC_URI="https://github.com/davidhalter/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="doc test"
+
+RDEPEND=">=dev-python/parso-0.1.1[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx )
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   ${RDEPEND}
+   )"
+
+# various misc failures
+RESTRICT="test"
+
+src_prepare() {
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   PYTHONPATH="${PYTHONPATH%:}${PYTHONPATH+:}${S}/test" py.test -v test \
+   || die "Tests failed under ${EPYTHON}"
+}
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_install_all() {
+   use doc && HTML_DOCS=( "${S}"/docs/_build/html/. )
+   distutils-r1_python_install_all
+}



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

2018-05-10 Thread Matt Turner
commit: 322c633b8f620a02285e5a01a8500ab2976d2900
Author: Matt Turner  gentoo  org>
AuthorDate: Thu May 10 21:18:18 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu May 10 21:18:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=322c633b

profiles: Mask x11-base/xorg-drivers-1.20 as well

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 74bf5c1a5ff..ce01b9c3788 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -316,6 +316,7 @@ media-plugins/gst-plugins-mad:1.0
 # Sebastian Pipping  (11 Mar 2018)
 # Breaks XFCE, 1.19.6 was fine (in that regard). Bug #650228
 >=x11-base/xorg-server-1.19.7
+>=x11-base/xorg-drivers-1.20
 
 # Tim Harder  (01 Mar 2018)
 # Masked for testing.



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/files/

2018-05-10 Thread Matt Turner
commit: fab433ae10a67af7b2932c256eea0fd1bdfbdae1
Author: Matt Turner  gentoo  org>
AuthorDate: Thu May 10 21:19:50 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu May 10 21:19:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab433ae

x11-base/xorg-server: Drop old patches

 ...-Move-GBM-code-inside-ifdef-GLAMOR_HAS_GB.patch |  48 --
 99.904-xwayland-Fix-build-without-glamor.patch | 175 -
 2 files changed, 223 deletions(-)

diff --git 
a/x11-base/xorg-server/files/xorg-server-1.19.99.904-modesetting-Move-GBM-code-inside-ifdef-GLAMOR_HAS_GB.patch
 
b/x11-base/xorg-server/files/xorg-server-1.19.99.904-modesetting-Move-GBM-code-inside-ifdef-GLAMOR_HAS_GB.patch
deleted file mode 100644
index f0c4ed58d33..000
--- 
a/x11-base/xorg-server/files/xorg-server-1.19.99.904-modesetting-Move-GBM-code-inside-ifdef-GLAMOR_HAS_GB.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-From a98a95b798a0062783ae6fd2135ad488af5efcfd Mon Sep 17 00:00:00 2001
-From: Matt Turner 
-Date: Sun, 15 Apr 2018 23:37:45 -0700
-Subject: [PATCH xserver 2/2] modesetting: Move GBM code inside #ifdef
- GLAMOR_HAS_GBM
-
-Fixes a compilation error without Glamor.
-
-Bugzilla: https://bugs.gentoo.org/653288
-Signed-off-by: Matt Turner 
-Reviewed-by: Olivier Fourdan 

- hw/xfree86/drivers/modesetting/drmmode_display.c | 14 +++---
- 1 file changed, 7 insertions(+), 7 deletions(-)
-
-diff --git a/hw/xfree86/drivers/modesetting/drmmode_display.c 
b/hw/xfree86/drivers/modesetting/drmmode_display.c
-index 322ef050b..79e91f0f8 100644
 a/hw/xfree86/drivers/modesetting/drmmode_display.c
-+++ b/hw/xfree86/drivers/modesetting/drmmode_display.c
-@@ -998,18 +998,18 @@ static Bool
- drmmode_create_bo(drmmode_ptr drmmode, drmmode_bo *bo,
-   unsigned width, unsigned height, unsigned bpp)
- {
--uint32_t format;
--
--if (drmmode->scrn->depth == 30)
--format = GBM_FORMAT_ARGB2101010;
--else
--format = GBM_FORMAT_ARGB;
--
- bo->width = width;
- bo->height = height;
- 
- #ifdef GLAMOR_HAS_GBM
- if (drmmode->glamor) {
-+uint32_t format;
-+
-+if (drmmode->scrn->depth == 30)
-+format = GBM_FORMAT_ARGB2101010;
-+else
-+format = GBM_FORMAT_ARGB;
-+
- #ifdef GBM_BO_WITH_MODIFIERS
- uint32_t num_modifiers;
- uint64_t *modifiers = NULL;
--- 
-2.16.1
-

diff --git 
a/x11-base/xorg-server/files/xorg-server-1.19.99.904-xwayland-Fix-build-without-glamor.patch
 
b/x11-base/xorg-server/files/xorg-server-1.19.99.904-xwayland-Fix-build-without-glamor.patch
deleted file mode 100644
index 312a5e05cdc..000
--- 
a/x11-base/xorg-server/files/xorg-server-1.19.99.904-xwayland-Fix-build-without-glamor.patch
+++ /dev/null
@@ -1,175 +0,0 @@
-From c3ae963a7b19e05b8296aae8b6354587756d48fa Mon Sep 17 00:00:00 2001
-From: Olivier Fourdan 
-Date: Mon, 16 Apr 2018 09:39:09 +0200
-Subject: [PATCH xserver 1/2] xwayland: Fix build without glamor
-
-Present support in Xwayland relies on glamor, make sure Xwayland can
-be built without glamor by moving references to Present code inside
-the conditional GLAMOR_HAS_GBM.
-
-Reported-by: Matt Turner 
-Signed-off-by: Olivier Fourdan 
-Reviewed-by: Matt Turner 
-Reviewed-by: Roman Gilg 

- hw/xwayland/Makefile.am |  4 ++--
- hw/xwayland/meson.build |  3 +--
- hw/xwayland/xwayland.c  | 10 +-
- hw/xwayland/xwayland.h  |  7 ++-
- 4 files changed, 18 insertions(+), 6 deletions(-)
-
-diff --git a/hw/xwayland/Makefile.am b/hw/xwayland/Makefile.am
-index 0291afee7..80d3a1f19 100644
 a/hw/xwayland/Makefile.am
-+++ b/hw/xwayland/Makefile.am
-@@ -11,7 +11,6 @@ Xwayland_CFLAGS =\
- 
- Xwayland_SOURCES =\
-   xwayland.c  \
--  xwayland-present.c  \
-   xwayland-input.c\
-   xwayland-cursor.c   \
-   xwayland-shm.c  \
-@@ -35,7 +34,8 @@ Xwayland_built_sources =
- 
- if GLAMOR_EGL
- Xwayland_SOURCES +=   \
--  xwayland-glamor.c
-+  xwayland-glamor.c   \
-+  xwayland-present.c
- if XV
- Xwayland_SOURCES +=   \
-   xwayland-glamor-xv.c
-diff --git a/hw/xwayland/meson.build b/hw/xwayland/meson.build
-index 69a5c819a..8d178825e 100644
 a/hw/xwayland/meson.build
-+++ b/hw/xwayland/meson.build
-@@ -1,6 +1,5 @@
- srcs = [
- 'xwayland.c',
--'xwayland-present.c',
- 'xwayland-input.c',
- 'xwayland-cursor.c',
- 'xwayland-shm.c',
-@@ -53,7 +52,7 @@ srcs += code.process(dmabuf_xml)
- 
- xwayland_glamor = []
- if gbm_dep.found()
--srcs += 'xwayland-glamor.c'
-+srcs += [ 

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

2018-05-10 Thread José María Alonso
commit: 22d6146a378b5fc8d0a30dcee81762f8011653ac
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Thu May 10 21:02:30 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Thu May 10 21:02:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22d6146a

app-emulation/free42: Drop old version 2.0.10

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/free42/Manifest |  1 -
 app-emulation/free42/free42-2.0.10.ebuild | 49 ---
 2 files changed, 50 deletions(-)

diff --git a/app-emulation/free42/Manifest b/app-emulation/free42/Manifest
index e71f35a310a..1be841a3283 100644
--- a/app-emulation/free42/Manifest
+++ b/app-emulation/free42/Manifest
@@ -1,3 +1,2 @@
-DIST free42-nologo-2.0.10.tgz 7389429 BLAKE2B 
a633a78ed5974e327aafa9d783c04bdcaa895940580c595c9c67ab0181ec7000efaa92021a485199268341f15f4c4bafe3964d4118c068e8abbfa2f358045b5a
 SHA512 
4f03b9b206ef17e71295f0baac96ca26f34a00844cee6cad254f8ab798d3d0c724788200f3f207a3301f62eb0960707a23e6bcbb2ac924a78b0f0e1c78e70e6d
 DIST free42-nologo-2.0.17.tgz 7389996 BLAKE2B 
cc7c7bbe43eafc190fe0ce8921e032c2042290fe54a3153ba7568dae315de1356a9ee7f8ded4528788c677537138a5bd5556ad79dbd67ab8e41dd881a258312e
 SHA512 
f73bfb2984fa4301c04d905fde6723583a57a1f663e012f965037067a7259961c0134fecb456118ec4b45956f7c8ccc16f0ec1db62e4cc705dc74ea563225872
 DIST free42-nologo-2.0.20.tgz 7390214 BLAKE2B 
306f3378bcbb44fa7982c5d9c29bfbea62e915ca50ca5e5216f46fbf483f110a1288d4800991a74622a042517496ff8dd94c3fa3249e8bb4181957e6b23d5ea3
 SHA512 
9b540fbc50df2f94b135b5e778354f330df77a54ef2ad99b257b5b91d1e3e8d1241e8a834522fc46fe33571ea2695ad8889b427dbcf653870672e89cd56d60f5

diff --git a/app-emulation/free42/free42-2.0.10.ebuild 
b/app-emulation/free42/free42-2.0.10.ebuild
deleted file mode 100644
index 5d440a08b23..000
--- a/app-emulation/free42/free42-2.0.10.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils toolchain-funcs
-
-MY_PV="${PN}-nologo-${PV}"
-
-DESCRIPTION="An HP-42S Calculator Simulator"
-HOMEPAGE="http://thomasokken.com/free42/;
-SRC_URI="http://thomasokken.com/free42/upstream/${MY_PV}.tgz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="alsa"
-
-DEPEND="dev-libs/atk
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:2
-   x11-libs/pango
-   alsa? ( media-libs/alsa-lib )"
-
-RDEPEND="${DEPEND}
-   x11-libs/libX11
-   x11-libs/libXmu"
-
-S="${WORKDIR}/${MY_PV}"
-
-src_prepare() {
-   sed -i -e 's/print_gif_name\[FILENAMELEN\]/print_gif_name\[1000\]/' \
-   "${S}/gtk/shell_main.cc" || die
-   epatch "${FILESDIR}/${PN}-2.0.10-fix-makefile.patch"
-   epatch "${FILESDIR}/${PN}-2.0.10-fix-build-intel-lib.patch"
-   eapply_user
-}
-
-src_compile() {
-   local myconf
-   use alsa && myconf="AUDIO_ALSA=yes"
-   emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" BCD_MATH=1 ${myconf} -C 
"${S}/gtk"
-}
-
-src_install() {
-   dodoc CREDITS HISTORY README
-   dobin gtk/free42dec
-}



[gentoo-commits] repo/gentoo:master commit in: www-servers/lighttpd/

2018-05-10 Thread Mikle Kolyada
commit: 3fe3cc2bd000bc22c4a25f074519f2ea8f134647
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May 10 20:19:46 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May 10 20:20:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fe3cc2b

www-servers/lighttpd: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 www-servers/lighttpd/lighttpd-1.4.45.ebuild | 212 
 1 file changed, 212 deletions(-)

diff --git a/www-servers/lighttpd/lighttpd-1.4.45.ebuild 
b/www-servers/lighttpd/lighttpd-1.4.45.ebuild
deleted file mode 100644
index 66ef2b284f0..000
--- a/www-servers/lighttpd/lighttpd-1.4.45.ebuild
+++ /dev/null
@@ -1,212 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-inherit autotools eutils readme.gentoo-r1 user systemd
-
-DESCRIPTION="Lightweight high-performance web server"
-HOMEPAGE="https://www.lighttpd.net/;
-SRC_URI="https://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz;
-
-LICENSE="BSD GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd"
-IUSE="bzip2 doc fam gdbm ipv6 kerberos ldap libev libressl lua minimal mmap 
memcached mysql pcre php rrdtool selinux ssl test webdav xattr zlib"
-
-REQUIRED_USE="kerberos? ( ssl !libressl )"
-
-CDEPEND="
-   bzip2?( app-arch/bzip2 )
-   fam?  ( virtual/fam )
-   gdbm? ( sys-libs/gdbm )
-   ldap? ( >=net-nds/openldap-2.1.26 )
-   libev?( >=dev-libs/libev-4.01 )
-   lua?  ( >=dev-lang/lua-5.1:= )
-   memcached? ( dev-libs/libmemcache )
-   mysql?( >=virtual/mysql-4.0 )
-   pcre? ( >=dev-libs/libpcre-3.1 )
-   php?  ( dev-lang/php:*[cgi] )
-   rrdtool?  ( net-analyzer/rrdtool )
-   ssl? (
-   !libressl? ( >=dev-libs/openssl-0.9.7:0=[kerberos?] )
-   libressl? ( dev-libs/libressl:= )
-   )
-   webdav? (
-   dev-libs/libxml2
-   >=dev-db/sqlite-3
-   sys-fs/e2fsprogs
-   )
-   xattr? ( kernel_linux? ( sys-apps/attr ) )
-   zlib? ( >=sys-libs/zlib-1.1 )"
-
-DEPEND="${CDEPEND}
-   virtual/pkgconfig
-   doc?  ( dev-python/docutils )
-   test? (
-   virtual/perl-Test-Harness
-   dev-libs/fcgi
-   )"
-
-RDEPEND="${CDEPEND}
-   selinux? ( sec-policy/selinux-apache )
-"
-
-# update certain parts of lighttpd.conf based on conditionals
-update_config() {
-   local config="${D}/etc/lighttpd/lighttpd.conf"
-
-   # enable php/mod_fastcgi settings
-   use php && { sed -i -e 's|#.*\(include.*fastcgi.*$\)|\1|' ${config} || 
die; }
-
-   # enable stat() caching
-   use fam && { sed -i -e 's|#\(.*stat-cache.*$\)|\1|' ${config} || die; }
-
-   # automatically listen on IPv6 if built with USE=ipv6. Bug #234987
-   use ipv6 && { sed -i -e 's|# server.use-ipv6|server.use-ipv6|' 
${config} || die; }
-}
-
-# remove non-essential stuff (for USE=minimal)
-remove_non_essential() {
-   local libdir="${D}/usr/$(get_libdir)/${PN}"
-
-   # text docs
-   use doc || rm -fr "${D}"/usr/share/doc/${PF}/txt
-
-   # non-essential modules
-   rm -f \
-   
${libdir}/mod_{compress,evhost,expire,proxy,scgi,secdownload,simple_vhost,status,setenv,trigger*,usertrack}.*
-
-   # allow users to keep some based on USE flags
-   use pcre|| rm -f ${libdir}/mod_{ssi,re{direct,write}}.*
-   use webdav  || rm -f ${libdir}/mod_webdav.*
-   use mysql   || rm -f ${libdir}/mod_mysql_vhost.*
-   use lua || rm -f ${libdir}/mod_{cml,magnet}.*
-   use rrdtool || rm -f ${libdir}/mod_rrdtool.*
-   use zlib|| rm -f ${libdir}/mod_compress.*
-}
-
-pkg_setup() {
-   if ! use pcre ; then
-   ewarn "It is highly recommended that you build ${PN}"
-   ewarn "with perl regular expressions support via USE=pcre."
-   ewarn "Otherwise you lose support for some core options such"
-   ewarn "as conditionals and modules such as mod_re{write,direct}"
-   ewarn "and mod_ssi."
-   fi
-
-   enewgroup lighttpd
-   enewuser lighttpd -1 -1 /var/www/localhost/htdocs lighttpd
-
-   DOC_CONTENTS="IPv6 migration guide:\n
-   http://redmine.lighttpd.net/projects/lighttpd/wiki/IPv6-Config;
-}
-
-src_prepare() {
-   default
-   #dev-python/docutils installs rst2html.py not rst2html
-   sed -i -e 's|\(rst2html\)|\1.py|g' doc/outdated/Makefile.am || \
-   die "sed doc/Makefile.am failed"
-   eautoreconf
-}
-
-src_configure() {
-   econf --libdir=/usr/$(get_libdir)/${PN} \
-   --enable-lfs \
-   $(use_enable ipv6) \
-   $(use_enable mmap) \
-   $(use_with bzip2) \
-   $(use_with fam) \
-   $(use_with gdbm) \
-   $(use_with 

[gentoo-commits] repo/gentoo:master commit in: x11-misc/xfe/, x11-misc/xfe/files/

2018-05-10 Thread Lars Wendler
commit: 56e0c700f0c0aa406e84d7dd300557c0eb3c4a3d
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 10 20:16:05 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 10 20:16:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56e0c700

x11-misc/xfe: Use pkg-cofing to find freetype and xft.

Closes: https://bugs.gentoo.org/514800
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 ...e-1.42-use_pkgconfig_for_freetype_and_xft.patch | 57 ++
 x11-misc/xfe/xfe-1.42.ebuild   | 16 +++---
 2 files changed, 66 insertions(+), 7 deletions(-)

diff --git 
a/x11-misc/xfe/files/xfe-1.42-use_pkgconfig_for_freetype_and_xft.patch 
b/x11-misc/xfe/files/xfe-1.42-use_pkgconfig_for_freetype_and_xft.patch
new file mode 100644
index 000..1394f59abc2
--- /dev/null
+++ b/x11-misc/xfe/files/xfe-1.42-use_pkgconfig_for_freetype_and_xft.patch
@@ -0,0 +1,57 @@
+--- xfe-1.42/configure.ac
 xfe-1.42/configure.ac
+@@ -29,6 +29,7 @@
+ AC_PROG_INSTALL
+ AC_PROG_LN_S
+ AC_PROG_MAKE_SET
++PKG_PROG_PKG_CONFIG
+ 
+ 
+ # Internationalization
+@@ -109,16 +110,13 @@
+   
+   echo "checking whether FOX was compiled with Xft support... yes"
+ 
+-  # Check for FreeType2 headers
+-  freetype_config=''
+-  AC_CHECK_PROGS(freetype_config,freetype-config,)
+-  if test -n "$freetype_config"; then
+-freetype_cflags=`$freetype_config --cflags`
+-freetype_libs=`$freetype_config --libs`
+-LIBS="$LIBS $freetype_libs"
+-CPPFLAGS="$freetype_cflags $CPPFLAGS"
+-  fi
+-  
AC_CHECK_HEADER(config/ftheader.h,,[AC_CHECK_HEADER(freetype/config/ftheader.h,,AC_MSG_ERROR("ftheader.h
 not found"))])
++  # Check for FreeType2
++  PKG_CHECK_MODULES(FREETYPE, freetype2, [
++  freetype_cflags="$FREETYPE_CFLAGS"
++  freetype_libs="$FREETYPE_LIBS"
++  LIBS="$LIBS $freetype_libs"
++  CPPFLAGS="$freetype_cflags $CPPFLAGS"
++  ], AC_MSG_ERROR("freetype not found"))
+ 
+   # Check for Xft headers
+   xft_config=''
+@@ -131,15 +129,13 @@
+ CXXFLAGS="${CXXFLAGS} -DHAVE_XFT_H"
+   else
+   # On some systems (e.g. Fedora) xft-config is deprecated and 
pkg-config should be used instead
+-  pkg_config=''
+-  AC_CHECK_PROGS(pkg_config,pkg-config,)
+-  if test -n "$pkg_config"; then
+-xft_cflags=`$pkg_config --cflags xft`
+-xft_libs=`$pkg_config --libs xft`
+-LIBS="$LIBS $xft_libs"
+-CPPFLAGS="$xft_cflags $CPPFLAGS"
+-CXXFLAGS="${CXXFLAGS} -DHAVE_XFT_H"
+-  fi
++  PKG_CHECK_MODULES(XFT, xft, [
++  xft_cflags="$XFT_CFLAGS"
++  xft_libs="$XFT_LIBS"
++  LIBS="$LIBS $xft_libs"
++  CPPFLAGS="$xft_cflags $CPPFLAGS"
++  CXXFLAGS="$CXXFLAGS -DHAVE_XFT_H"
++  ], AC_MSG_ERROR("Xft not found"))
+   fi
+   AC_CHECK_HEADER(X11/Xft/Xft.h,,AC_MSG_ERROR("Xft.h not found"))
+ 

diff --git a/x11-misc/xfe/xfe-1.42.ebuild b/x11-misc/xfe/xfe-1.42.ebuild
index df2bd089efc..dd6e5a79a2d 100644
--- a/x11-misc/xfe/xfe-1.42.ebuild
+++ b/x11-misc/xfe/xfe-1.42.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -36,6 +36,8 @@ DEPEND="
 
 DOCS=( AUTHORS BUGS ChangeLog README TODO )
 
+PATCHES=( "${FILESDIR}/${PN}-1.42-use_pkgconfig_for_freetype_and_xft.patch" )
+
 src_prepare() {
default
 
@@ -62,15 +64,15 @@ src_prepare() {
-e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' \
configure.ac || die
 
-   eapply_user
-
eautoreconf
 }
 
 src_configure() {
-   econf \
-   $(use_enable debug) \
-   $(use_enable nls) \
-   $(use_enable startup-notification sn) \
+   local myeconfargs=(
+   $(use_enable debug)
+   $(use_enable nls)
+   $(use_enable startup-notification sn)
--enable-minimalflags
+   )
+   econf "${myeconfargs[@]}"
 }



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

2018-05-10 Thread Mikle Kolyada
commit: e251f1b03c2ed695b7bf63f7bdf0bf247ed7a5a0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May 10 19:19:25 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May 10 19:21:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e251f1b0

dev-libs/libmemcache: Masked for removal

Bug: https://bugs.gentoo.org/644262
Bug: https://bugs.gentoo.org/564998

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

diff --git a/profiles/package.mask b/profiles/package.mask
index bc989747a7a..74bf5c1a5ff 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Mikle Kolyada  (10 May 2018)
+# The upstream is totally dead (the last release is from 2006).
+# Does not compile against gcc-6, uses old EAPI=3 (#564998, #644262).
+# Use dev-libs/memcached istead. Removal in 30 days.
+dev-libs/libmemcache
+
 # Andreas Sturmlechner  (10 May 2018)
 # Depends on dead Qt4. Masked for removal in 30 days.
 dev-python/pyside-tools



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

2018-05-10 Thread Lars Wendler
commit: 7c6cbca69804ed1334671fc3a62feae93943dc6d
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 10 19:14:44 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 10 19:15:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c6cbca6

media-libs/freetype: Add back freetype-config to -r1

in order to have a sane stable candidate.
Added -r2 which - again - lacks freetype-config.

Bug: https://bugs.gentoo.org/654792
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-libs/freetype/freetype-2.9.1-r1.ebuild| 2 +-
 .../freetype/{freetype-2.9.1-r1.ebuild => freetype-2.9.1-r2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/freetype/freetype-2.9.1-r1.ebuild 
b/media-libs/freetype/freetype-2.9.1-r1.ebuild
index f8e4fb37a31..4ced070a475 100644
--- a/media-libs/freetype/freetype-2.9.1-r1.ebuild
+++ b/media-libs/freetype/freetype-2.9.1-r1.ebuild
@@ -162,8 +162,8 @@ multilib_src_configure() {
type -P gmake &> /dev/null && export GNUMAKE=gmake
 
local myeconfargs=(
-   --disable-freetype-config
--enable-biarch-config
+   --enable-freetype-config
--enable-shared
$(use_with bzip2)
$(use_with harfbuzz)

diff --git a/media-libs/freetype/freetype-2.9.1-r1.ebuild 
b/media-libs/freetype/freetype-2.9.1-r2.ebuild
similarity index 100%
copy from media-libs/freetype/freetype-2.9.1-r1.ebuild
copy to media-libs/freetype/freetype-2.9.1-r2.ebuild



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

2018-05-10 Thread Mikle Kolyada
commit: 0fd0ad6a87e5030e8a61d465a348525bc2ee7ccd
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May 10 19:06:59 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May 10 19:09:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fd0ad6a

dev-libs/OpenSRF: switch to libmemcached; Minor touchups

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-libs/OpenSRF/OpenSRF-2.1.1.ebuild | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-libs/OpenSRF/OpenSRF-2.1.1.ebuild 
b/dev-libs/OpenSRF/OpenSRF-2.1.1.ebuild
index 66eff92d51a..7080fd53a10 100644
--- a/dev-libs/OpenSRF/OpenSRF-2.1.1.ebuild
+++ b/dev-libs/OpenSRF/OpenSRF-2.1.1.ebuild
@@ -1,23 +1,23 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit eutils multilib flag-o-matic apache-module autotools perl-module
 
 DESCRIPTION="Framework for the high-level development of the Evergreen ILS 
software"
-HOMEPAGE="http://open-ils.org/;
+HOMEPAGE="https://open-ils.org/;
 MY_PN="opensrf" # upstream lowercased the tarball in 2.x
 MY_P="${MY_PN}-${PV}"
-SRC_URI="http://open-ils.org/downloads/${MY_P}.tar.gz;
+SRC_URI="https://open-ils.org/downloads/${MY_P}.tar.gz;
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="postgres +sqlite"
 DEPEND=">=www-servers/apache-2.2.9
>=dev-db/libdbi-drivers-0.8.2
>=dev-db/libdbi-0.8.2
net-im/ejabberd
-   dev-libs/libmemcache
+   dev-libs/libmemcached
dev-perl/Cache-Memcached
dev-perl/Class-DBI-AbstractSearch
sqlite? ( dev-perl/DBD-SQLite )
@@ -86,14 +86,14 @@ src_configure() {
 }
 
 src_compile() {
-   emake || die "main emake failed"
+   emake
cd "${PERL_S}" && S="${PERL_S}" perl-module_src_compile || die 
"perl-module_src_compile failed"
 }
 
 src_install() {
einfo "Doing src_install"
#emake install-verbose DESTDIR="${D}" || die "Failed to install"
-   emake install DESTDIR="${D}" APXS2_INSTALL="-i" || die "Failed to 
install"
+   emake install DESTDIR="${D}" APXS2_INSTALL="-i"
apache-module_src_install || die "apache-module_src_install failed"
cd "${PERL_S}" && S="${PERL_S}" perl-module_src_install || die 
"perl-module_src_install failed"
cd "${S}"
@@ -103,7 +103,7 @@ src_install() {
 }
 
 src_test() {
-   emake check || die "emake check failed"
+   emake check
cd "${PERL_S}" && S="${PERL_S}" perl-module_src_test || die 
"perl-module_src_test failed"
 }
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-guest-additions/, app-emulation/virtualbox-additions/, ...

2018-05-10 Thread Lars Wendler
commit: 114e29ad58b3811641cb933ecb6c9e71f0df2be5
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 10 18:48:48 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 10 18:58:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=114e29ad

virtualbox packages: Bump to versions 5.1.38 and 5.2.12

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-emulation/virtualbox-additions/Manifest|   2 +
 .../virtualbox-additions-5.1.38.ebuild |  35 ++
 .../virtualbox-additions-5.2.12.ebuild |  35 ++
 app-emulation/virtualbox-bin/Manifest  |   8 +
 .../virtualbox-bin-5.1.38.122592.ebuild| 287 +
 .../virtualbox-bin-5.2.12.122591.ebuild| 287 +
 app-emulation/virtualbox-extpack-oracle/Manifest   |   2 +
 .../virtualbox-extpack-oracle-5.1.38.122592.ebuild |  42 ++
 .../virtualbox-extpack-oracle-5.2.12.122591.ebuild |  42 ++
 app-emulation/virtualbox-guest-additions/Manifest  |   2 +
 .../virtualbox-guest-additions-5.1.38.ebuild   | 219 ++
 .../virtualbox-guest-additions-5.2.12.ebuild   | 226 ++
 app-emulation/virtualbox-modules/Manifest  |   2 +
 .../virtualbox-modules-5.1.38.ebuild   |  56 +++
 .../virtualbox-modules-5.2.12.ebuild   |  51 +++
 app-emulation/virtualbox/Manifest  |   2 +
 app-emulation/virtualbox/virtualbox-5.1.38.ebuild  | 468 +
 app-emulation/virtualbox/virtualbox-5.2.12.ebuild  | 468 +
 x11-drivers/xf86-video-virtualbox/Manifest |   1 +
 .../xf86-video-virtualbox-5.1.38.ebuild| 192 +
 20 files changed, 2427 insertions(+)

diff --git a/app-emulation/virtualbox-additions/Manifest 
b/app-emulation/virtualbox-additions/Manifest
index 4b88a900f11..50748f58f6c 100644
--- a/app-emulation/virtualbox-additions/Manifest
+++ b/app-emulation/virtualbox-additions/Manifest
@@ -1,5 +1,7 @@
 DIST VBoxGuestAdditions_5.1.32.iso 59512832 BLAKE2B 
73fcbb3d1db1056970a86e9c1c1efe1f8ddc3566c327df5bb8e14b22b827fc603dcba580a6db60c75f3dff00f268313ac196d49355e184395793363c6d16df68
 SHA512 
073b103308f7cab18ca096bbb863d8cdea8efd8aa4896b2ab2a6326f549f1cf6afb70ccb55baa1dab85485879e522584a9f91adb4434c5f8bd649e73dae65900
 DIST VBoxGuestAdditions_5.1.34.iso 59619328 BLAKE2B 
e8e7786a82785c4d58c2206c3ede4119c435c2884eba470128cd12ad968077eea7a7850fb05c20ef18ec01fb27919ae29a706d4b059203a7a55dba94f7680564
 SHA512 
e8c376a558991d603fbb6554969d27c510621bfd8f53542126f57c3604d68f6da7f7732361369b6144794575f40c22e0df0a9b2b4190d3462d80c035b7f0451f
 DIST VBoxGuestAdditions_5.1.36.iso 59596800 BLAKE2B 
c735a88f534b27f1f2f29d125d0fdf881285f64f7ea3f49a0bc9211af4f562562cc321983c222e6106459f3be14af94a3514765607d1cd8edf6e6352398cfe8c
 SHA512 
08049007589f6bf56c84355b908355289f37eac8cb01d970e46ebe3b44b43ff406c37d0ddad245dd007447a00927a2d2312524e3ac99f8b6bad8695b403ca846
+DIST VBoxGuestAdditions_5.1.38.iso 59611136 BLAKE2B 
cde4ceb59159827304c99ab00fac4cd3598600c252e7b5a410a5be6ea50866ed2efae4ead9e5c4c1a1462b1cd6db973bd4b35b56d426934e80898837c536e778
 SHA512 
e082e6363e1e6fa8a7b6b6b4847e9f2ed17655b0ac143467553150f910d71e4dfff55686c38464dc60f77c57292610d13dc25ee5423877173467a86cfe232a3b
 DIST VBoxGuestAdditions_5.2.10.iso 57974784 BLAKE2B 
3e56448d46cfdbb264a6c606d548a0db86d40cac1428263de7d7f6e35602dc485138ac3574eab6bba78cccabb7ccd65f8c67ed78938524bc408d9d305949154d
 SHA512 
fd84d41b5953c379b1a14380cb4ec67a8edd42caa4ce11a39f4dc0af77b3bbceeb717d9b9b9d25fd8b2446c2b1aa3bd4393e4a5c661c20bd07059f561d17ad8d
+DIST VBoxGuestAdditions_5.2.12.iso 57976832 BLAKE2B 
3b1485da265a9d7bd659e846ceb9e3e8f3463816f2f8157654704875e9b7a91d6f610cfa6285d9d54b06e87ca4f3e5d4600b26ac622b592c90c42bde0cc0f2ee
 SHA512 
276b6348942bb82f68dacdc957590130281c5b3818d47c60238e00e1015682b5a44f28091163297ea052d327f916ed2e79bc32820f39f8b8e5dab5bd0fccbe77
 DIST VBoxGuestAdditions_5.2.8.iso 57972736 BLAKE2B 
4f78b5faa8379777f88be98af1c6e023863395004d5326a698801141ed939edbb04f5109967179e8777bdfae39a77ffa724c9f08f54a14a8898a074512318816
 SHA512 
29d1bd00e6f5f5ceb7fa50719dde6e05b17111583a0ada16f47cd1e38e9302a3d5d4d7708cef9c8c3f9c4eb2d5ccc276c792700e0733cec2dc611ba1e5bed098

diff --git 
a/app-emulation/virtualbox-additions/virtualbox-additions-5.1.38.ebuild 
b/app-emulation/virtualbox-additions/virtualbox-additions-5.1.38.ebuild
new file mode 100644
index 000..a28d6005cb4
--- /dev/null
+++ b/app-emulation/virtualbox-additions/virtualbox-additions-5.1.38.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils
+
+MY_PN=VBoxGuestAdditions
+MY_PV="${PV/beta/BETA}"
+MY_PV="${MY_PV/rc/RC}"
+MY_P=${MY_PN}_${MY_PV}
+
+DESCRIPTION="CD image containing guest additions for VirtualBox"
+HOMEPAGE="https://www.virtualbox.org/;
+SRC_URI="https://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}.iso;
+
+LICENSE="GPL-2+ 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-bin/, app-emulation/virtualbox/, ...

2018-05-10 Thread Lars Wendler
commit: 164075042b575629d63455a9af616111f04b9752
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 10 18:51:50 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 10 18:58:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16407504

virtualbox packages: Removed old.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-emulation/virtualbox-additions/Manifest|   3 -
 .../virtualbox-additions-5.1.32.ebuild |  35 --
 .../virtualbox-additions-5.1.34.ebuild |  35 --
 .../virtualbox-additions-5.2.8.ebuild  |  35 --
 app-emulation/virtualbox-bin/Manifest  |  12 -
 .../virtualbox-bin-5.1.32.120294.ebuild| 287 -
 .../virtualbox-bin-5.1.34.121010.ebuild| 287 -
 .../virtualbox-bin-5.2.8.121009.ebuild | 287 -
 app-emulation/virtualbox-extpack-oracle/Manifest   |   3 -
 .../virtualbox-extpack-oracle-5.1.32.120294.ebuild |  42 --
 .../virtualbox-extpack-oracle-5.1.34.121010.ebuild |  42 --
 .../virtualbox-extpack-oracle-5.2.8.121009.ebuild  |  42 --
 app-emulation/virtualbox-guest-additions/Manifest  |   3 -
 .../virtualbox-guest-additions-5.1.32.ebuild   | 219 --
 .../virtualbox-guest-additions-5.1.34.ebuild   | 219 --
 .../virtualbox-guest-additions-5.2.8.ebuild| 226 --
 app-emulation/virtualbox-modules/Manifest  |   3 -
 .../virtualbox-modules-5.1.32.ebuild   |  60 ---
 .../virtualbox-modules-5.1.34.ebuild   |  60 ---
 .../virtualbox-modules-5.2.8.ebuild|  51 ---
 app-emulation/virtualbox/Manifest  |   3 -
 app-emulation/virtualbox/virtualbox-5.1.32.ebuild  | 472 -
 app-emulation/virtualbox/virtualbox-5.1.34.ebuild  | 467 
 app-emulation/virtualbox/virtualbox-5.2.8.ebuild   | 467 
 x11-drivers/xf86-video-virtualbox/Manifest |   2 -
 .../xf86-video-virtualbox-5.1.32.ebuild| 192 -
 .../xf86-video-virtualbox-5.1.34.ebuild| 192 -
 27 files changed, 3746 deletions(-)

diff --git a/app-emulation/virtualbox-additions/Manifest 
b/app-emulation/virtualbox-additions/Manifest
index 50748f58f6c..c35bc0c05a4 100644
--- a/app-emulation/virtualbox-additions/Manifest
+++ b/app-emulation/virtualbox-additions/Manifest
@@ -1,7 +1,4 @@
-DIST VBoxGuestAdditions_5.1.32.iso 59512832 BLAKE2B 
73fcbb3d1db1056970a86e9c1c1efe1f8ddc3566c327df5bb8e14b22b827fc603dcba580a6db60c75f3dff00f268313ac196d49355e184395793363c6d16df68
 SHA512 
073b103308f7cab18ca096bbb863d8cdea8efd8aa4896b2ab2a6326f549f1cf6afb70ccb55baa1dab85485879e522584a9f91adb4434c5f8bd649e73dae65900
-DIST VBoxGuestAdditions_5.1.34.iso 59619328 BLAKE2B 
e8e7786a82785c4d58c2206c3ede4119c435c2884eba470128cd12ad968077eea7a7850fb05c20ef18ec01fb27919ae29a706d4b059203a7a55dba94f7680564
 SHA512 
e8c376a558991d603fbb6554969d27c510621bfd8f53542126f57c3604d68f6da7f7732361369b6144794575f40c22e0df0a9b2b4190d3462d80c035b7f0451f
 DIST VBoxGuestAdditions_5.1.36.iso 59596800 BLAKE2B 
c735a88f534b27f1f2f29d125d0fdf881285f64f7ea3f49a0bc9211af4f562562cc321983c222e6106459f3be14af94a3514765607d1cd8edf6e6352398cfe8c
 SHA512 
08049007589f6bf56c84355b908355289f37eac8cb01d970e46ebe3b44b43ff406c37d0ddad245dd007447a00927a2d2312524e3ac99f8b6bad8695b403ca846
 DIST VBoxGuestAdditions_5.1.38.iso 59611136 BLAKE2B 
cde4ceb59159827304c99ab00fac4cd3598600c252e7b5a410a5be6ea50866ed2efae4ead9e5c4c1a1462b1cd6db973bd4b35b56d426934e80898837c536e778
 SHA512 
e082e6363e1e6fa8a7b6b6b4847e9f2ed17655b0ac143467553150f910d71e4dfff55686c38464dc60f77c57292610d13dc25ee5423877173467a86cfe232a3b
 DIST VBoxGuestAdditions_5.2.10.iso 57974784 BLAKE2B 
3e56448d46cfdbb264a6c606d548a0db86d40cac1428263de7d7f6e35602dc485138ac3574eab6bba78cccabb7ccd65f8c67ed78938524bc408d9d305949154d
 SHA512 
fd84d41b5953c379b1a14380cb4ec67a8edd42caa4ce11a39f4dc0af77b3bbceeb717d9b9b9d25fd8b2446c2b1aa3bd4393e4a5c661c20bd07059f561d17ad8d
 DIST VBoxGuestAdditions_5.2.12.iso 57976832 BLAKE2B 
3b1485da265a9d7bd659e846ceb9e3e8f3463816f2f8157654704875e9b7a91d6f610cfa6285d9d54b06e87ca4f3e5d4600b26ac622b592c90c42bde0cc0f2ee
 SHA512 
276b6348942bb82f68dacdc957590130281c5b3818d47c60238e00e1015682b5a44f28091163297ea052d327f916ed2e79bc32820f39f8b8e5dab5bd0fccbe77
-DIST VBoxGuestAdditions_5.2.8.iso 57972736 BLAKE2B 
4f78b5faa8379777f88be98af1c6e023863395004d5326a698801141ed939edbb04f5109967179e8777bdfae39a77ffa724c9f08f54a14a8898a074512318816
 SHA512 
29d1bd00e6f5f5ceb7fa50719dde6e05b17111583a0ada16f47cd1e38e9302a3d5d4d7708cef9c8c3f9c4eb2d5ccc276c792700e0733cec2dc611ba1e5bed098

diff --git 
a/app-emulation/virtualbox-additions/virtualbox-additions-5.1.32.ebuild 
b/app-emulation/virtualbox-additions/virtualbox-additions-5.1.32.ebuild
deleted file mode 100644
index dd316578127..000
--- a/app-emulation/virtualbox-additions/virtualbox-additions-5.1.32.ebuild
+++ /dev/null
@@ -1,35 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-modules/

2018-05-10 Thread Lars Wendler
commit: 295740c6e6f8131126bbe3391f3d1a376bc7a461
Author: Georgy Yakovlev  sysdump  net>
AuthorDate: Thu May 10 01:22:45 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 10 18:58:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=295740c6

app-emulation/virtualbox-modules: remove superfluous TRIM_UNUSED_KSYMS check

It's enforced by eclass, see #591832

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-emulation/virtualbox-modules/virtualbox-modules-5.1.32.ebuild | 5 -
 app-emulation/virtualbox-modules/virtualbox-modules-5.1.34.ebuild | 5 -
 app-emulation/virtualbox-modules/virtualbox-modules-5.1.36.ebuild | 5 -
 app-emulation/virtualbox-modules/virtualbox-modules-5.2.10.ebuild | 5 -
 app-emulation/virtualbox-modules/virtualbox-modules-5.2.8.ebuild  | 5 -
 5 files changed, 25 deletions(-)

diff --git a/app-emulation/virtualbox-modules/virtualbox-modules-5.1.32.ebuild 
b/app-emulation/virtualbox-modules/virtualbox-modules-5.1.32.ebuild
index 0ba3ceb0e5b..ad4b2205685 100644
--- a/app-emulation/virtualbox-modules/virtualbox-modules-5.1.32.ebuild
+++ b/app-emulation/virtualbox-modules/virtualbox-modules-5.1.32.ebuild
@@ -28,12 +28,7 @@ MODULE_NAMES="vboxdrv(misc:${S}) vboxnetflt(misc:${S}) 
vboxnetadp(misc:${S}) vbo
 
 pkg_setup() {
enewgroup vboxusers
-
-   CONFIG_CHECK="!TRIM_UNUSED_KSYMS"
-   ERROR_TRIM_UNUSED_KSYMS="The kernel option CONFIG_TRIM_UNUSED_KSYMS 
removed kernel symbols that are needed by ${PN} to load correctly."
-
linux-mod_pkg_setup
-
BUILD_PARAMS="CC=$(tc-getBUILD_CC) KERN_DIR=${KV_DIR} O=${KV_OUT_DIR} 
V=1 KBUILD_VERBOSE=1"
 }
 

diff --git a/app-emulation/virtualbox-modules/virtualbox-modules-5.1.34.ebuild 
b/app-emulation/virtualbox-modules/virtualbox-modules-5.1.34.ebuild
index 9e5d42a84ac..2fc8166523a 100644
--- a/app-emulation/virtualbox-modules/virtualbox-modules-5.1.34.ebuild
+++ b/app-emulation/virtualbox-modules/virtualbox-modules-5.1.34.ebuild
@@ -28,12 +28,7 @@ MODULE_NAMES="vboxdrv(misc:${S}) vboxnetflt(misc:${S}) 
vboxnetadp(misc:${S}) vbo
 
 pkg_setup() {
enewgroup vboxusers
-
-   CONFIG_CHECK="!TRIM_UNUSED_KSYMS"
-   ERROR_TRIM_UNUSED_KSYMS="The kernel option CONFIG_TRIM_UNUSED_KSYMS 
removed kernel symbols that are needed by ${PN} to load correctly."
-
linux-mod_pkg_setup
-
BUILD_PARAMS="CC=$(tc-getBUILD_CC) KERN_DIR=${KV_DIR} O=${KV_OUT_DIR} 
V=1 KBUILD_VERBOSE=1"
 }
 

diff --git a/app-emulation/virtualbox-modules/virtualbox-modules-5.1.36.ebuild 
b/app-emulation/virtualbox-modules/virtualbox-modules-5.1.36.ebuild
index 0ba3ceb0e5b..ad4b2205685 100644
--- a/app-emulation/virtualbox-modules/virtualbox-modules-5.1.36.ebuild
+++ b/app-emulation/virtualbox-modules/virtualbox-modules-5.1.36.ebuild
@@ -28,12 +28,7 @@ MODULE_NAMES="vboxdrv(misc:${S}) vboxnetflt(misc:${S}) 
vboxnetadp(misc:${S}) vbo
 
 pkg_setup() {
enewgroup vboxusers
-
-   CONFIG_CHECK="!TRIM_UNUSED_KSYMS"
-   ERROR_TRIM_UNUSED_KSYMS="The kernel option CONFIG_TRIM_UNUSED_KSYMS 
removed kernel symbols that are needed by ${PN} to load correctly."
-
linux-mod_pkg_setup
-
BUILD_PARAMS="CC=$(tc-getBUILD_CC) KERN_DIR=${KV_DIR} O=${KV_OUT_DIR} 
V=1 KBUILD_VERBOSE=1"
 }
 

diff --git a/app-emulation/virtualbox-modules/virtualbox-modules-5.2.10.ebuild 
b/app-emulation/virtualbox-modules/virtualbox-modules-5.2.10.ebuild
index e33b6fea0e3..0fd483ae195 100644
--- a/app-emulation/virtualbox-modules/virtualbox-modules-5.2.10.ebuild
+++ b/app-emulation/virtualbox-modules/virtualbox-modules-5.2.10.ebuild
@@ -28,12 +28,7 @@ MODULE_NAMES="vboxdrv(misc:${S}) vboxnetflt(misc:${S}) 
vboxnetadp(misc:${S}) vbo
 
 pkg_setup() {
enewgroup vboxusers
-
-   CONFIG_CHECK="!TRIM_UNUSED_KSYMS"
-   ERROR_TRIM_UNUSED_KSYMS="The kernel option CONFIG_TRIM_UNUSED_KSYMS 
removed kernel symbols that are needed by ${PN} to load correctly."
-
linux-mod_pkg_setup
-
BUILD_PARAMS="CC=$(tc-getBUILD_CC) KERN_DIR=${KV_DIR} 
KERN_VER=${KV_FULL} O=${KV_OUT_DIR} V=1 KBUILD_VERBOSE=1"
 }
 

diff --git a/app-emulation/virtualbox-modules/virtualbox-modules-5.2.8.ebuild 
b/app-emulation/virtualbox-modules/virtualbox-modules-5.2.8.ebuild
index e33b6fea0e3..0fd483ae195 100644
--- a/app-emulation/virtualbox-modules/virtualbox-modules-5.2.8.ebuild
+++ b/app-emulation/virtualbox-modules/virtualbox-modules-5.2.8.ebuild
@@ -28,12 +28,7 @@ MODULE_NAMES="vboxdrv(misc:${S}) vboxnetflt(misc:${S}) 
vboxnetadp(misc:${S}) vbo
 
 pkg_setup() {
enewgroup vboxusers
-
-   CONFIG_CHECK="!TRIM_UNUSED_KSYMS"
-   ERROR_TRIM_UNUSED_KSYMS="The kernel option CONFIG_TRIM_UNUSED_KSYMS 
removed kernel symbols that are needed by ${PN} to load correctly."
-
linux-mod_pkg_setup
-
BUILD_PARAMS="CC=$(tc-getBUILD_CC) KERN_DIR=${KV_DIR} 
KERN_VER=${KV_FULL} O=${KV_OUT_DIR} V=1 KBUILD_VERBOSE=1"
 }
 



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

2018-05-10 Thread Lars Wendler
commit: 251defce6384dd328fa0a53c26a737b3a3974f62
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 10 18:54:50 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 10 18:58:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=251defce

net-firewall/nftables: Bump to version 0.8.5

Closes: https://bugs.gentoo.org/655412
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 net-firewall/nftables/Manifest  |  1 +
 net-firewall/nftables/nftables-0.8.5.ebuild | 83 +
 2 files changed, 84 insertions(+)

diff --git a/net-firewall/nftables/Manifest b/net-firewall/nftables/Manifest
index 3ad77dd5b26..fd3b9ea098c 100644
--- a/net-firewall/nftables/Manifest
+++ b/net-firewall/nftables/Manifest
@@ -1,3 +1,4 @@
 DIST nftables-0.8.3.tar.gz 336963 BLAKE2B 
534768559254d1c797ae84d97487dfca12bd2ab07170a8670778b46c7a6c854858b8ac670eedb0d0c443b457b4ad15d03c0a6b54ffa5ecde78ef538df71ec090
 SHA512 
cffea523fe2eee5937f30fe3d5215e5890dfc089d6f16d07090ef922e2782df53fe268d467734a1b6a604d7f16bca52ada3e48cce7699a59dd7a092294930332
 DIST nftables-0.8.4.tar.gz 353236 BLAKE2B 
78d35880ea6cb9af2f9ed99134c930cb8bfa6290e2adee28e2147bab676ebef420db04e2eba6b8bc541c7afc040461c194e01e45f176cfbb663e04d6347bf119
 SHA512 
79cbf7098343cdb517a1790a72769738756eca499eb84aa7ad0b6c96314502f09ac4d03a712bfbe45fc1b8a730f2f56c6ef515e8d93d24f065a55e0594ab62bd
+DIST nftables-0.8.5.tar.gz 355403 BLAKE2B 
124bc5c35f050cc591f57b39cddcd595f97d14f83aed464b42efed272a03150623667dd0ca2862833c6b86d825d264c79dd1a211b9a6913b5734c0eaa4029b13
 SHA512 
311ec77646e2bc7da1b46ef2aba7492a5c0fdf23d33633649a6304771c5ce5ad839353b0702e942a82508c01d1c35705b602d91e54913944e03e176dc3f855f8
 DIST nftables-0.8.tar.gz 327629 BLAKE2B 
a484c22ac010f68fc7458c12cabd0c35e474a0bf81fa4edbefba12d75b424898d38adb11a7fbb4542efbbb2d14be823701b3d9ced7b9fd669338366733fa169b
 SHA512 
90ffebc338c121334ca42822793b6fdeff48390e755c690308919de47064b53f9af735a2c2914e5255f1bddec90484599337d4cdd67f7a01a3956deefcef9fcb

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



[gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-modules/

2018-05-10 Thread Lars Wendler
commit: d10d776abcf9510001f2127526fe9090da2a6c97
Author: Georgy Yakovlev  sysdump  net>
AuthorDate: Thu May 10 01:11:27 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 10 18:58:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d10d776a

app-emulation/virtualbox-modules: respect CC variable.

Closes: https://bugs.gentoo.org/655306
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8330

 app-emulation/virtualbox-modules/virtualbox-modules-5.1.32.ebuild | 2 +-
 app-emulation/virtualbox-modules/virtualbox-modules-5.1.34.ebuild | 2 +-
 app-emulation/virtualbox-modules/virtualbox-modules-5.1.36.ebuild | 2 +-
 app-emulation/virtualbox-modules/virtualbox-modules-5.2.10.ebuild | 2 +-
 app-emulation/virtualbox-modules/virtualbox-modules-5.2.8.ebuild  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-emulation/virtualbox-modules/virtualbox-modules-5.1.32.ebuild 
b/app-emulation/virtualbox-modules/virtualbox-modules-5.1.32.ebuild
index 47aefd145ca..0ba3ceb0e5b 100644
--- a/app-emulation/virtualbox-modules/virtualbox-modules-5.1.32.ebuild
+++ b/app-emulation/virtualbox-modules/virtualbox-modules-5.1.32.ebuild
@@ -34,7 +34,7 @@ pkg_setup() {
 
linux-mod_pkg_setup
 
-   BUILD_PARAMS="KERN_DIR=${KV_DIR} O=${KV_OUT_DIR} V=1 KBUILD_VERBOSE=1"
+   BUILD_PARAMS="CC=$(tc-getBUILD_CC) KERN_DIR=${KV_DIR} O=${KV_OUT_DIR} 
V=1 KBUILD_VERBOSE=1"
 }
 
 src_prepare() {

diff --git a/app-emulation/virtualbox-modules/virtualbox-modules-5.1.34.ebuild 
b/app-emulation/virtualbox-modules/virtualbox-modules-5.1.34.ebuild
index 36cdb4815a3..9e5d42a84ac 100644
--- a/app-emulation/virtualbox-modules/virtualbox-modules-5.1.34.ebuild
+++ b/app-emulation/virtualbox-modules/virtualbox-modules-5.1.34.ebuild
@@ -34,7 +34,7 @@ pkg_setup() {
 
linux-mod_pkg_setup
 
-   BUILD_PARAMS="KERN_DIR=${KV_DIR} O=${KV_OUT_DIR} V=1 KBUILD_VERBOSE=1"
+   BUILD_PARAMS="CC=$(tc-getBUILD_CC) KERN_DIR=${KV_DIR} O=${KV_OUT_DIR} 
V=1 KBUILD_VERBOSE=1"
 }
 
 src_prepare() {

diff --git a/app-emulation/virtualbox-modules/virtualbox-modules-5.1.36.ebuild 
b/app-emulation/virtualbox-modules/virtualbox-modules-5.1.36.ebuild
index 47aefd145ca..0ba3ceb0e5b 100644
--- a/app-emulation/virtualbox-modules/virtualbox-modules-5.1.36.ebuild
+++ b/app-emulation/virtualbox-modules/virtualbox-modules-5.1.36.ebuild
@@ -34,7 +34,7 @@ pkg_setup() {
 
linux-mod_pkg_setup
 
-   BUILD_PARAMS="KERN_DIR=${KV_DIR} O=${KV_OUT_DIR} V=1 KBUILD_VERBOSE=1"
+   BUILD_PARAMS="CC=$(tc-getBUILD_CC) KERN_DIR=${KV_DIR} O=${KV_OUT_DIR} 
V=1 KBUILD_VERBOSE=1"
 }
 
 src_prepare() {

diff --git a/app-emulation/virtualbox-modules/virtualbox-modules-5.2.10.ebuild 
b/app-emulation/virtualbox-modules/virtualbox-modules-5.2.10.ebuild
index 81bd3967d83..e33b6fea0e3 100644
--- a/app-emulation/virtualbox-modules/virtualbox-modules-5.2.10.ebuild
+++ b/app-emulation/virtualbox-modules/virtualbox-modules-5.2.10.ebuild
@@ -34,7 +34,7 @@ pkg_setup() {
 
linux-mod_pkg_setup
 
-   BUILD_PARAMS="KERN_DIR=${KV_DIR} KERN_VER=${KV_FULL} O=${KV_OUT_DIR} 
V=1 KBUILD_VERBOSE=1"
+   BUILD_PARAMS="CC=$(tc-getBUILD_CC) KERN_DIR=${KV_DIR} 
KERN_VER=${KV_FULL} O=${KV_OUT_DIR} V=1 KBUILD_VERBOSE=1"
 }
 
 src_prepare() {

diff --git a/app-emulation/virtualbox-modules/virtualbox-modules-5.2.8.ebuild 
b/app-emulation/virtualbox-modules/virtualbox-modules-5.2.8.ebuild
index 81bd3967d83..e33b6fea0e3 100644
--- a/app-emulation/virtualbox-modules/virtualbox-modules-5.2.8.ebuild
+++ b/app-emulation/virtualbox-modules/virtualbox-modules-5.2.8.ebuild
@@ -34,7 +34,7 @@ pkg_setup() {
 
linux-mod_pkg_setup
 
-   BUILD_PARAMS="KERN_DIR=${KV_DIR} KERN_VER=${KV_FULL} O=${KV_OUT_DIR} 
V=1 KBUILD_VERBOSE=1"
+   BUILD_PARAMS="CC=$(tc-getBUILD_CC) KERN_DIR=${KV_DIR} 
KERN_VER=${KV_FULL} O=${KV_OUT_DIR} V=1 KBUILD_VERBOSE=1"
 }
 
 src_prepare() {



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

2018-05-10 Thread Alon Bar-Lev
commit: 1b429456d05d99d44acd1475efb9414fba235812
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Thu May 10 18:30:56 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Thu May 10 18:31:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b429456

dev-libs/softhsm: version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-libs/softhsm/Manifest |  1 +
 dev-libs/softhsm/softhsm-2.4.0.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/dev-libs/softhsm/Manifest b/dev-libs/softhsm/Manifest
index c5b97747993..100a03a3173 100644
--- a/dev-libs/softhsm/Manifest
+++ b/dev-libs/softhsm/Manifest
@@ -1 +1,2 @@
 DIST softhsm-2.3.0.tar.gz 992417 BLAKE2B 
dcb462a7d50be465c306e2208d2d446879ec093ce3a3233e338ba4df3b29a4f70050cd10ff513bff70ef37f98341230d061d48273a6fc54b668804311cb11bf8
 SHA512 
ef9ee41aa6eaeeb004d4ff5c78ca6e00895cc47e36551025a4422806eee8eead985cfd28476a867761a810f6957b0759edaac769bcdedf4ad974e426cfefce0f
+DIST softhsm-2.4.0.tar.gz 1042566 BLAKE2B 
01a0f4bdc589847c4a1f860c3e3f572644d874b11d7ab8e149e598fc123b75e898de9a46f73f5f2a107edcaeabdda29e4b9b6d54af5b95ad79a3c7b7b77b8bbf
 SHA512 
f14f65de32206500f708523ee88d8d5e3d1fd40175f1a9cd24c7760c829e2de9dbcb05453022df8186836c49a57e4eae7f2e75ce6a5346a426114f4d610a8a84

diff --git a/dev-libs/softhsm/softhsm-2.4.0.ebuild 
b/dev-libs/softhsm/softhsm-2.4.0.ebuild
new file mode 100644
index 000..419485df825
--- /dev/null
+++ b/dev-libs/softhsm/softhsm-2.4.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit ltprune
+
+DESCRIPTION="A software PKCS#11 implementation"
+HOMEPAGE="https://www.opendnssec.org/;
+SRC_URI="https://www.opendnssec.org/files/source/${P}.tar.gz;
+
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="bindist libressl migration-tool test"
+SLOT="2"
+LICENSE="BSD"
+
+RDEPEND="
+   sys-devel/gcc:=[cxx]
+   migration-tool? ( dev-db/sqlite:3 )
+   !libressl? ( dev-libs/openssl:=[bindist=] )
+   libressl? ( dev-libs/libressl )
+   !=dev-libs/softhsm-2.0.0:0
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   test? ( dev-util/cppunit )
+"
+
+DOCS=(
+   NEWS
+   README.md
+)
+
+src_configure() {
+   econf \
+   --disable-static \
+   --localstatedir="${EROOT}var" \
+   --with-crypto-backend=openssl \
+   --disable-p11-kit \
+   $(use_enable !bindist ecc) \
+   $(use_enable !libressl gost) \
+   $(use_with migration-tool migrate)
+}
+
+src_install() {
+   default
+   keepdir "${EROOT}/var/lib/softhsm/tokens"
+   prune_libtool_files --modules
+}



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/

2018-05-10 Thread Matt Turner
commit: 4b11fc8119ec0f7f69a2986632a0c9c54c392479
Author: Matt Turner  gentoo  org>
AuthorDate: Thu May 10 17:58:44 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu May 10 18:07:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b11fc81

x11-base/xorg-server: Drop old versions

 x11-base/xorg-server/Manifest  |   2 -
 .../xorg-server/xorg-server-1.19.99.904.ebuild | 227 -
 .../xorg-server/xorg-server-1.19.99.905.ebuild | 219 
 3 files changed, 448 deletions(-)

diff --git a/x11-base/xorg-server/Manifest b/x11-base/xorg-server/Manifest
index 4a69dbc774c..ff53c727d5c 100644
--- a/x11-base/xorg-server/Manifest
+++ b/x11-base/xorg-server/Manifest
@@ -1,4 +1,2 @@
 DIST xorg-server-1.19.5.tar.bz2 5965044 BLAKE2B 
23375793ea4459a962f412440e307081ce2acd3c646e5db4d1bfac20e267bcbb1752ba8f6de66df06d25eaf92d1b55082a80eced0d44c257a757d5926ca6a7f3
 SHA512 
928dea5850b98cd815004cfa133eca23cfa9521920c934c68a92787f2cae13cca1534eee772a4fb74b8ae8cb92662b5d68b95b834c8aa8ec57cd57cb4e5dd45c
-DIST xorg-server-1.19.99.904.tar.bz2 6083787 BLAKE2B 
7b5ba4601494ab7714a977e6fcced12e373f5aaf30d433560a899d4446116cc4a5e22ae21378fea6ab07b68bad1a2544e065fd1d449b3b155b2c0e8a6787e479
 SHA512 
b9dccc777d0a30c6b40bddffe1f359dde4103539c6598f04bf8cf5f59e6770229221a199c1866b4eba0cf8d2d87fe878985bbd2e3c6ec5b65e3f16195ea8d57e
-DIST xorg-server-1.19.99.905.tar.bz2 6088508 BLAKE2B 
592404aebb0e1ee1e6c20a36e08a788331467875f304117711583b892442d4e0cbdd91a999b38ec1d2487f33904cd0913c2cfef37f2e49f6ef5ec9f4725372ab
 SHA512 
9a6f173835989f7562debfbadae0077d75e35bfad5be1f78931fe46ac43df20591162950b27e2c813fd857114f98247be28d357566e45e5d3ac6b60873d94466
 DIST xorg-server-1.20.0.tar.bz2 6096838 BLAKE2B 
34ee6d6dbbde54d54e082a0791e85ad52d728e239a7d8fadb75ebcbdbaab8752b90ca6d075f096d971db7ec68ce4ecac5c70fcf536ce23c20b8dce8f32e2c046
 SHA512 
1489e8511c9da682ef0460182dfeeddd241c72d4ef4d206d9706f1e39572c09953df851fab18cefb65a1ee4c6710c6ba13c63c9c9fc0bc1b5f12c50780412cde

diff --git a/x11-base/xorg-server/xorg-server-1.19.99.904.ebuild 
b/x11-base/xorg-server/xorg-server-1.19.99.904.ebuild
deleted file mode 100644
index 858fffa9217..000
--- a/x11-base/xorg-server/xorg-server-1.19.99.904.ebuild
+++ /dev/null
@@ -1,227 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_DOC=doc
-inherit autotools xorg-2 multilib versionator flag-o-matic
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/xserver.git;
-
-DESCRIPTION="X.Org X servers"
-SLOT="0/${PV}"
-if [[ ${PV} != * ]]; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
-fi
-
-IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"
-IUSE="${IUSE_SERVERS} debug +glamor ipv6 libressl minimal selinux systemd 
+udev unwind xcsecurity"
-
-CDEPEND=">=app-eselect/eselect-opengl-1.3.0
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   >=x11-apps/iceauth-1.0.2
-   >=x11-apps/rgb-1.0.3
-   >=x11-apps/xauth-1.0.3
-   x11-apps/xkbcomp
-   >=x11-libs/libdrm-2.4.89
-   >=x11-libs/libpciaccess-0.12.901
-   >=x11-libs/libXau-1.0.4
-   >=x11-libs/libXdmcp-1.0.2
-   >=x11-libs/libXfont2-2.0.1
-   >=x11-libs/libxkbfile-1.0.4
-   >=x11-libs/libxshmfence-1.1
-   >=x11-libs/pixman-0.27.2
-   >=x11-libs/xtrans-1.3.5
-   >=x11-misc/xbitmaps-1.0.1
-   >=x11-misc/xkeyboard-config-2.4.1-r3
-   dmx? (
-   x11-libs/libXt
-   >=x11-libs/libdmx-1.0.99.1
-   >=x11-libs/libX11-1.1.5
-   >=x11-libs/libXaw-1.0.4
-   >=x11-libs/libXext-1.0.99.4
-   >=x11-libs/libXfixes-5.0
-   >=x11-libs/libXi-1.2.99.1
-   >=x11-libs/libXmu-1.0.3
-   x11-libs/libXrender
-   >=x11-libs/libXres-1.0.3
-   >=x11-libs/libXtst-1.0.99.2
-   )
-   glamor? (
-   media-libs/libepoxy[X]
-   >=media-libs/mesa-10.3.4-r1[egl,gbm]
-   !x11-libs/glamor
-   )
-   kdrive? (
-   >=x11-libs/libXext-1.0.5
-   x11-libs/libXv
-   )
-   xephyr? (
-   x11-libs/libxcb[xkb]
-   x11-libs/xcb-util
-   x11-libs/xcb-util-image
-   x11-libs/xcb-util-keysyms
-   x11-libs/xcb-util-renderutil
-   x11-libs/xcb-util-wm
-   )
-   !minimal? (
-   >=x11-libs/libX11-1.1.5
-   >=x11-libs/libXext-1.0.5
-   >=media-libs/mesa-10.3.4-r1
-   )
-   udev? ( >=virtual/udev-150 )
-   unwind? ( sys-libs/libunwind )
-   wayland? (
-   >=dev-libs/wayland-1.3.0
-   media-libs/libepoxy
-   >=dev-libs/wayland-protocols-1.1

[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-drivers/

2018-05-10 Thread Matt Turner
commit: c52f32dced48e6284e2a0c19ac85c27adb77deaa
Author: Matt Turner  gentoo  org>
AuthorDate: Thu May 10 18:00:37 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu May 10 18:07:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c52f32dc

x11-base/xorg-drivers: Version bump to 1.20

 x11-base/xorg-drivers/xorg-drivers-1.20.ebuild | 152 +
 1 file changed, 152 insertions(+)

diff --git a/x11-base/xorg-drivers/xorg-drivers-1.20.ebuild 
b/x11-base/xorg-drivers/xorg-drivers-1.20.ebuild
new file mode 100644
index 000..af561b6594c
--- /dev/null
+++ b/x11-base/xorg-drivers/xorg-drivers-1.20.ebuild
@@ -0,0 +1,152 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+DESCRIPTION="Meta package containing deps on all xorg drivers"
+HOMEPAGE="https://www.gentoo.org/;
+SRC_URI=""
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+
+IUSE_INPUT_DEVICES="
+   input_devices_elographics
+   input_devices_evdev
+   input_devices_joystick
+   input_devices_keyboard
+   input_devices_libinput
+   input_devices_mouse
+   input_devices_tslib
+   input_devices_vmmouse
+   input_devices_void
+   input_devices_synaptics
+   input_devices_wacom
+"
+IUSE_VIDEO_CARDS="
+   video_cards_amdgpu
+   video_cards_ast
+   video_cards_dummy
+   video_cards_fbdev
+   video_cards_freedreno
+   video_cards_geode
+   video_cards_glint
+   video_cards_i915
+   video_cards_i965
+   video_cards_intel
+   video_cards_mga
+   video_cards_nouveau
+   video_cards_nv
+   video_cards_omap
+   video_cards_qxl
+   video_cards_r128
+   video_cards_radeon
+   video_cards_radeonsi
+   video_cards_siliconmotion
+   video_cards_tdfx
+   video_cards_tegra
+   video_cards_vc4
+   video_cards_vesa
+   video_cards_via
+   video_cards_virtualbox
+   video_cards_vmware
+   video_cards_voodoo
+   video_cards_nvidia
+"
+
+IUSE="${IUSE_VIDEO_CARDS} ${IUSE_INPUT_DEVICES}"
+
+PDEPEND="
+   input_devices_elographics? ( x11-drivers/xf86-input-elographics )
+   input_devices_evdev?   ( x11-drivers/xf86-input-evdev )
+   input_devices_joystick?( x11-drivers/xf86-input-joystick )
+   input_devices_keyboard?( x11-drivers/xf86-input-keyboard )
+   input_devices_libinput?( x11-drivers/xf86-input-libinput )
+   input_devices_mouse?   ( x11-drivers/xf86-input-mouse )
+   input_devices_tslib?   ( x11-drivers/xf86-input-tslib )
+   input_devices_vmmouse? ( x11-drivers/xf86-input-vmmouse )
+   input_devices_void?( x11-drivers/xf86-input-void )
+   input_devices_synaptics?   ( x11-drivers/xf86-input-synaptics )
+   input_devices_wacom?   ( x11-drivers/xf86-input-wacom )
+
+   video_cards_amdgpu?( x11-drivers/xf86-video-amdgpu )
+   video_cards_ast?   ( x11-drivers/xf86-video-ast )
+   video_cards_dummy? ( x11-drivers/xf86-video-dummy )
+   video_cards_fbdev? ( x11-drivers/xf86-video-fbdev )
+   video_cards_freedreno? ( >=x11-base/xorg-server-${PV}[glamor] )
+   video_cards_geode? ( x11-drivers/xf86-video-geode )
+   video_cards_glint? ( x11-drivers/xf86-video-glint )
+   video_cards_i915?  ( x11-drivers/xf86-video-intel )
+   video_cards_i965?  ( >=x11-base/xorg-server-${PV}[glamor] )
+   video_cards_intel? ( !video_cards_i965? ( 
x11-drivers/xf86-video-intel ) )
+   video_cards_mga?   ( x11-drivers/xf86-video-mga )
+   video_cards_nouveau?   ( x11-drivers/xf86-video-nouveau )
+   video_cards_nv?( x11-drivers/xf86-video-nv )
+   video_cards_omap?  ( x11-drivers/xf86-video-omap )
+   video_cards_qxl?   ( x11-drivers/xf86-video-qxl )
+   video_cards_nvidia?( x11-drivers/nvidia-drivers )
+   video_cards_r128?  ( x11-drivers/xf86-video-r128 )
+   video_cards_radeon?( x11-drivers/xf86-video-ati )
+   video_cards_radeonsi?  ( x11-drivers/xf86-video-ati[glamor] )
+   video_cards_siliconmotion? ( x11-drivers/xf86-video-siliconmotion )
+   video_cards_tdfx?  ( x11-drivers/xf86-video-tdfx )
+   video_cards_tegra? ( >=x11-base/xorg-server-${PV}[glamor] )
+   video_cards_vc4?   ( >=x11-base/xorg-server-${PV}[glamor] )
+   video_cards_vesa?  ( x11-drivers/xf86-video-vesa )
+   video_cards_via?   ( x11-drivers/xf86-video-openchrome )
+   video_cards_virtualbox?( || (
+   x11-drivers/xf86-video-vboxvideo
+   

[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/

2018-05-10 Thread Matt Turner
commit: caea8ed164b5ff53da565c4ec0ab02e3c77287f3
Author: Matt Turner  gentoo  org>
AuthorDate: Thu May 10 17:58:08 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu May 10 18:07:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caea8ed1

x11-base/xorg-server: Version bump to 1.20.0

 x11-base/xorg-server/Manifest  |   1 +
 x11-base/xorg-server/xorg-server-1.20.0.ebuild | 219 +
 2 files changed, 220 insertions(+)

diff --git a/x11-base/xorg-server/Manifest b/x11-base/xorg-server/Manifest
index e1adc34f600..4a69dbc774c 100644
--- a/x11-base/xorg-server/Manifest
+++ b/x11-base/xorg-server/Manifest
@@ -1,3 +1,4 @@
 DIST xorg-server-1.19.5.tar.bz2 5965044 BLAKE2B 
23375793ea4459a962f412440e307081ce2acd3c646e5db4d1bfac20e267bcbb1752ba8f6de66df06d25eaf92d1b55082a80eced0d44c257a757d5926ca6a7f3
 SHA512 
928dea5850b98cd815004cfa133eca23cfa9521920c934c68a92787f2cae13cca1534eee772a4fb74b8ae8cb92662b5d68b95b834c8aa8ec57cd57cb4e5dd45c
 DIST xorg-server-1.19.99.904.tar.bz2 6083787 BLAKE2B 
7b5ba4601494ab7714a977e6fcced12e373f5aaf30d433560a899d4446116cc4a5e22ae21378fea6ab07b68bad1a2544e065fd1d449b3b155b2c0e8a6787e479
 SHA512 
b9dccc777d0a30c6b40bddffe1f359dde4103539c6598f04bf8cf5f59e6770229221a199c1866b4eba0cf8d2d87fe878985bbd2e3c6ec5b65e3f16195ea8d57e
 DIST xorg-server-1.19.99.905.tar.bz2 6088508 BLAKE2B 
592404aebb0e1ee1e6c20a36e08a788331467875f304117711583b892442d4e0cbdd91a999b38ec1d2487f33904cd0913c2cfef37f2e49f6ef5ec9f4725372ab
 SHA512 
9a6f173835989f7562debfbadae0077d75e35bfad5be1f78931fe46ac43df20591162950b27e2c813fd857114f98247be28d357566e45e5d3ac6b60873d94466
+DIST xorg-server-1.20.0.tar.bz2 6096838 BLAKE2B 
34ee6d6dbbde54d54e082a0791e85ad52d728e239a7d8fadb75ebcbdbaab8752b90ca6d075f096d971db7ec68ce4ecac5c70fcf536ce23c20b8dce8f32e2c046
 SHA512 
1489e8511c9da682ef0460182dfeeddd241c72d4ef4d206d9706f1e39572c09953df851fab18cefb65a1ee4c6710c6ba13c63c9c9fc0bc1b5f12c50780412cde

diff --git a/x11-base/xorg-server/xorg-server-1.20.0.ebuild 
b/x11-base/xorg-server/xorg-server-1.20.0.ebuild
new file mode 100644
index 000..fc971faa631
--- /dev/null
+++ b/x11-base/xorg-server/xorg-server-1.20.0.ebuild
@@ -0,0 +1,219 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+XORG_DOC=doc
+inherit xorg-2 multilib versionator flag-o-matic
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/xserver.git;
+
+DESCRIPTION="X.Org X servers"
+SLOT="0/${PV}"
+if [[ ${PV} != * ]]; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+fi
+
+IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"
+IUSE="${IUSE_SERVERS} debug +glamor ipv6 libressl minimal selinux systemd 
+udev unwind xcsecurity"
+
+CDEPEND=">=app-eselect/eselect-opengl-1.3.0
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   >=x11-apps/iceauth-1.0.2
+   >=x11-apps/rgb-1.0.3
+   >=x11-apps/xauth-1.0.3
+   x11-apps/xkbcomp
+   >=x11-libs/libdrm-2.4.89
+   >=x11-libs/libpciaccess-0.12.901
+   >=x11-libs/libXau-1.0.4
+   >=x11-libs/libXdmcp-1.0.2
+   >=x11-libs/libXfont2-2.0.1
+   >=x11-libs/libxkbfile-1.0.4
+   >=x11-libs/libxshmfence-1.1
+   >=x11-libs/pixman-0.27.2
+   >=x11-libs/xtrans-1.3.5
+   >=x11-misc/xbitmaps-1.0.1
+   >=x11-misc/xkeyboard-config-2.4.1-r3
+   dmx? (
+   x11-libs/libXt
+   >=x11-libs/libdmx-1.0.99.1
+   >=x11-libs/libX11-1.1.5
+   >=x11-libs/libXaw-1.0.4
+   >=x11-libs/libXext-1.0.99.4
+   >=x11-libs/libXfixes-5.0
+   >=x11-libs/libXi-1.2.99.1
+   >=x11-libs/libXmu-1.0.3
+   x11-libs/libXrender
+   >=x11-libs/libXres-1.0.3
+   >=x11-libs/libXtst-1.0.99.2
+   )
+   glamor? (
+   media-libs/libepoxy[X]
+   >=media-libs/mesa-10.3.4-r1[egl,gbm]
+   !x11-libs/glamor
+   )
+   kdrive? (
+   >=x11-libs/libXext-1.0.5
+   x11-libs/libXv
+   )
+   xephyr? (
+   x11-libs/libxcb[xkb]
+   x11-libs/xcb-util
+   x11-libs/xcb-util-image
+   x11-libs/xcb-util-keysyms
+   x11-libs/xcb-util-renderutil
+   x11-libs/xcb-util-wm
+   )
+   !minimal? (
+   >=x11-libs/libX11-1.1.5
+   >=x11-libs/libXext-1.0.5
+   >=media-libs/mesa-10.3.4-r1
+   )
+   udev? ( >=virtual/udev-150 )
+   unwind? ( sys-libs/libunwind )
+   wayland? (
+   >=dev-libs/wayland-1.3.0
+   media-libs/libepoxy
+   >=dev-libs/wayland-protocols-1.1
+   )
+   >=x11-apps/xinit-1.3.3-r1
+   systemd? (
+   sys-apps/dbus
+ 

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

2018-05-10 Thread Mike Gilbert
commit: 775661e739d94429089a592a00516d9d94269aa5
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu May 10 17:57:50 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu May 10 17:57:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=775661e7

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

Package-Manager: Portage-2.3.36, Repoman-2.3.9_p193

 www-client/chromium/Manifest   | 2 +-
 .../{chromium-67.0.3396.18.ebuild => chromium-67.0.3396.40.ebuild} | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 8fa2b1b78bd..d60c88f2f59 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,4 +1,4 @@
 DIST chromium-66.0.3359.139.tar.xz 583978636 BLAKE2B 
0727ba9f87a738b691b2120dee7f45f7b16b234e871988b1257f01589a6a5ec2cd2470e8d95fc3087be2ab140f71afce63c7fccc851e87a932f69326966c3303
 SHA512 
9fe78fb6970fc5a3455e6545a4869d3a73075329ccd26719f503fd9bbfbdd6aec4f3db4cc748e8f12abb81adb318b8f8b42c7ab5c289a1f698536e81b7d2f14f
-DIST chromium-67.0.3396.18.tar.xz 589707412 BLAKE2B 
925d258b388b9c28c64db8a423139d52ff4bada2a3971c1c3735e8caf9c9f6991e44153ae57650285f76f5b185046259d6305abaa2bf6ed9ff00c87a91162da2
 SHA512 
38e19697d4386fc0497312f2dd408f0e950fabb58f78572509caa68cbdbc7f5c5e54bb945c1afe17c64ef5180711759735d5cacb61fb8847b4fe3ac1a4485066
 DIST chromium-67.0.3396.30.tar.xz 589816436 BLAKE2B 
05f2d9c1119f5819793e343c485d49296b0e6b852bb49aef7558c8f492ed62db29e30957d7f299aef45eae3ea8a292c526975141abd843524e776ffe20d716e9
 SHA512 
c1ce45d899f34a1ee492ee4176a23aceefc3aaeacbe36effda7616c6cfe40187102b07763267295d07d862c6dba0210e03db7447320dd02b4cc95b52ac6e6ac0
+DIST chromium-67.0.3396.40.tar.xz 589878296 BLAKE2B 
e02d8980cb882fb67eb6e048dfa8534fb423259af257040cdda8198aac9433a221d6218873a8e5623ae3cfb8e081f22bfc40444e53be38b17a0ebff77537263d
 SHA512 
1d4986d444076a4a48bf9ad7061dbb424f520e46f2f58f8f84dfee2fefea05a3b019ef27acda553efb9a75db9731acbc0c80f5dfb39a9137e9e27336306d5981
 DIST chromium-68.0.3409.2.tar.xz 595647380 BLAKE2B 
3f3ebb7de759ae92b8feca74a931c10c4bdf4f75a0a7aeb2f56b59e635e1f03becccdf2b26d306e5753d9379eadede6ef50ec4e44338a3a6bdfb960b74003770
 SHA512 
2ce35251392570bcfe0cc02813bf6cee1761b2227888a135491828bfdfa9eafa4538e8fb981165503f901eecbf91cc8ce17cebab1681c63a43f0625dae7a2dd8

diff --git a/www-client/chromium/chromium-67.0.3396.18.ebuild 
b/www-client/chromium/chromium-67.0.3396.40.ebuild
similarity index 99%
rename from www-client/chromium/chromium-67.0.3396.18.ebuild
rename to www-client/chromium/chromium-67.0.3396.40.ebuild
index fe48e8dc8ec..b3666459f9f 100644
--- a/www-client/chromium/chromium-67.0.3396.18.ebuild
+++ b/www-client/chromium/chromium-67.0.3396.40.ebuild
@@ -550,6 +550,9 @@ src_configure() {
export TMPDIR="${WORKDIR}/temp"
mkdir -p -m 755 "${TMPDIR}" || die
 
+   # https://bugs.gentoo.org/654216
+   addpredict /dev/dri/
+
if ! use system-ffmpeg; then
local build_ffmpeg_args=""
if use pic && [[ "${ffmpeg_target_arch}" == "ia32" ]]; then



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

2018-05-10 Thread Mikle Kolyada
commit: 87799902f4e77cf65e631e9df0eac9d689dd359f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May 10 17:40:29 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May 10 17:40:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87799902

sys-apps/dmidecode: switch to https totally

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/sys-apps/dmidecode/dmidecode-3.1.ebuild 
b/sys-apps/dmidecode/dmidecode-3.1.ebuild
index 2fef0216724..7db50407baf 100644
--- a/sys-apps/dmidecode/dmidecode-3.1.ebuild
+++ b/sys-apps/dmidecode/dmidecode-3.1.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 inherit flag-o-matic toolchain-funcs eutils
 
 DESCRIPTION="DMI (Desktop Management Interface) table related utilities"
-HOMEPAGE="http://www.nongnu.org/dmidecode/;
+HOMEPAGE="https://www.nongnu.org/dmidecode/;
 SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"



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

2018-05-10 Thread Mikle Kolyada
commit: 4316ec10970fbe1c2fc11e1d705741b8569b090d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May 10 17:27:50 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May 10 17:27:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4316ec10

sys-apps/gawk: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/gawk/Manifest  |  1 -
 sys-apps/gawk/gawk-3.1.8.ebuild | 77 -
 2 files changed, 78 deletions(-)

diff --git a/sys-apps/gawk/Manifest b/sys-apps/gawk/Manifest
index bf0e9c9248e..f59e171ea94 100644
--- a/sys-apps/gawk/Manifest
+++ b/sys-apps/gawk/Manifest
@@ -1,4 +1,3 @@
-DIST gawk-3.1.8.tar.bz2 1984129 BLAKE2B 
9e3c130aa246f3dcfc03ce88da644d0fdceff01fc98fb25c1638d3a03e9ad4c435960c41746eced0f7d955c6aeefde68b75c4449bc95be26be59720b267b4f84
 SHA512 
a8046c1a5a6ffc8bd90cc6062d97ba6301b7a707f4a34a06355a83aaaea2ccdf4c4476563fc6f444b529a2d8d3a2de2126b53434ba50aad8bd898fb3299904dd
 DIST gawk-4.0.2.tar.xz 1626808 BLAKE2B 
f66ebc3650c7288d46ed4548f07c83cbd591873a5d364965d6768e6455f64334cb03cb91e83a110d5edaa917c7fed714cf66154cea5c0ec22ef982429ad03265
 SHA512 
069f68b6792521d94d4003764006ad8fbe9a17c60a88212629204d9a5eb3f662903fff6d91dd3c1834597b76c18f9d3231c93a033f456c59c0571ac13eb77b27
 DIST gawk-4.1.3.tar.xz 2311268 BLAKE2B 
956872ef3c8bdf27ccf9c3f7f158f161f42bb8607af7f966e843e24cb4e4e89380cd05a3169157cc822ea5ce8d849993b952795ecd0ecf14213f0bdd689d1b16
 SHA512 
8b9470a1bba397353f10e4e652e8589a637a49e8235fb39ca7681ae662fd27cd140c193d0634179c800f99e19b0e49aef55dfa6612f9695ba80760a36936a1c3
 DIST gawk-4.1.4.tar.xz 2367832 BLAKE2B 
67004e2867e4c4f43aac7142a52c83642d8bb3b0a5451293418bc15e575a8ed1d97c0a975e084bf46ffd1c27dc70e48de492cd2e007773622ef14886b9269ee1
 SHA512 
6a0e9cf086544212f54b54261dcd517b611aaf495ef99c4b7740d07e363bb00c5632f3d7fd5e12a954d5aa9793764162a57453e0e18884b29c6c54b5f444c097

diff --git a/sys-apps/gawk/gawk-3.1.8.ebuild b/sys-apps/gawk/gawk-3.1.8.ebuild
deleted file mode 100644
index 8d9f004395f..000
--- a/sys-apps/gawk/gawk-3.1.8.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils toolchain-funcs multilib
-
-DESCRIPTION="GNU awk pattern-matching language"
-HOMEPAGE="https://www.gnu.org/software/gawk/gawk.html;
-SRC_URI="mirror://gnu/gawk/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd"
-IUSE="nls"
-
-RDEPEND="!>=virtual/awk-1"
-DEPEND="${RDEPEND}
-   nls? ( sys-devel/gettext )"
-
-SFFS=${WORKDIR}/filefuncs
-
-src_unpack() {
-   unpack ${A}
-
-   # Copy filefuncs module's source over ...
-   cp -r "${FILESDIR}"/filefuncs "${SFFS}" || die "cp failed"
-}
-
-src_prepare() {
-   # use symlinks rather than hardlinks, and disable version links
-   sed -i \
-   -e '/^LN =/s:=.*:= $(LN_S):' \
-   -e '/install-exec-hook:/s|$|\nfoo:|' \
-   Makefile.in doc/Makefile.in
-}
-
-src_configure() {
-   export ac_cv_libsigsegv=no
-   econf \
-   --libexec='$(libdir)/misc' \
-   $(use_enable nls) \
-   --enable-switch
-}
-
-src_compile() {
-   emake || die
-   emake -C "${SFFS}" CC="$(tc-getCC)" || die "filefuncs emake failed"
-}
-
-src_install() {
-   emake install DESTDIR="${D}" || die
-   emake -C "${SFFS}" LIBDIR="$(get_libdir)" install || die
-
-   # Keep important gawk in /bin
-   if use userland_GNU ; then
-   dodir /bin
-   mv "${D}"/usr/bin/gawk "${D}"/bin/ || die
-   dosym /bin/gawk /usr/bin/gawk
-
-   # Provide canonical `awk`
-   dosym gawk /bin/awk
-   dosym gawk /usr/bin/awk
-   dosym gawk.1 /usr/share/man/man1/awk.1
-   fi
-
-   # Install headers
-   insinto /usr/include/awk
-   doins *.h || die
-   # We do not want 'acconfig.h' in there ...
-   rm -f "${D}"/usr/include/awk/acconfig.h
-
-   dodoc AUTHORS ChangeLog FUTURES LIMITATIONS NEWS PROBLEMS POSIX.STD 
README README_d/*.*
-   for x in */ChangeLog ; do
-   newdoc ${x} ${x##*/}.${x%%/*}
-   done
-}



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

2018-05-10 Thread Mikle Kolyada
commit: f64f19ca762dfd81ecc688782867cce10eccc754
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May 10 17:26:05 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May 10 17:26:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f64f19ca

sys-apps/gawk: Mark stable wrt bug #634850

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/sys-apps/gawk/gawk-4.1.4.ebuild b/sys-apps/gawk/gawk-4.1.4.ebuild
index 90886233ae5..6798442e064 100644
--- a/sys-apps/gawk/gawk-4.1.4.ebuild
+++ b/sys-apps/gawk/gawk-4.1.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gawk/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="mpfr nls readline"
 
 RDEPEND="mpfr? ( dev-libs/mpfr:0= )



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

2018-05-10 Thread Mikle Kolyada
commit: 3a6ea39f33e0a00e6bb2c7a0575d2dcdd28706e8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May 10 17:18:59 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May 10 17:18:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a6ea39f

net-ftp/ftp: Mark stable wrt bug #643866

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild 
b/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild
index d8513d33158..c107e4e7ccc 100644
--- a/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild
+++ b/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="ftp://sunsite.unc.edu/pub/Linux/system/network/netkit/${MY_P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
 IUSE="ipv6 libressl readline ssl"
 
 RDEPEND="



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

2018-05-10 Thread Mikle Kolyada
commit: ac181fee8ddc301b90bdc4d8e79a7ab5e3e8e148
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May 10 17:15:43 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May 10 17:15:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac181fee

sys-apps/dmidecode: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/dmidecode/Manifest |  1 -
 sys-apps/dmidecode/dmidecode-3.0.ebuild | 42 -
 2 files changed, 43 deletions(-)

diff --git a/sys-apps/dmidecode/Manifest b/sys-apps/dmidecode/Manifest
index 55c8d215754..aac071b4c3d 100644
--- a/sys-apps/dmidecode/Manifest
+++ b/sys-apps/dmidecode/Manifest
@@ -1,2 +1 @@
-DIST dmidecode-3.0.tar.xz 58704 BLAKE2B 
d3e22cfeb8f537f461523d0927cc5eb5fa6214638b8a9360b2159abff1b9f60c8a8753f24a233a77f7c413b074f9a910f000a0c49ca166ebf3297ad673e9fb93
 SHA512 
fa31190e43ae7a0b61f6313b45f5eba3ab66390accd587129419e48fca931b631cbb331d6893cf0c1bfca94c86ff8c557215166e0881dee93b3af10a86878eb1
 DIST dmidecode-3.1.tar.xz 61204 BLAKE2B 
439e265dd3f7b225d61b5d4228c0a77b25dd44b5d3672fdd9bbe432f5ae59ac23d2abd80e40621cda934643c9819b05f34d4f5befc8a75b93ae1840caf717cea
 SHA512 
226557ad5747a2a2eb54a938543373b9ddcff032d330ca3b9a066cc81c0e137028f606ffedc042e0220b523346e2f2f7abb0e4b8b34a8bd173719aa858519de9

diff --git a/sys-apps/dmidecode/dmidecode-3.0.ebuild 
b/sys-apps/dmidecode/dmidecode-3.0.ebuild
deleted file mode 100644
index a21456f2e20..000
--- a/sys-apps/dmidecode/dmidecode-3.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit flag-o-matic toolchain-funcs eutils
-
-DESCRIPTION="DMI (Desktop Management Interface) table related utilities"
-HOMEPAGE="http://www.nongnu.org/dmidecode/;
-SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* amd64 arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd 
~x86-solaris"
-IUSE="selinux"
-
-RDEPEND="selinux? ( sec-policy/selinux-dmidecode )"
-DEPEND=""
-
-src_prepare() {
-   sed -i \
-   -e "/^prefix/s:/usr/local:${EPREFIX}/usr:" \
-   -e "/^docdir/s:dmidecode:${PF}:" \
-   -e '/^PROGRAMS !=/d' \
-   Makefile || die
-}
-
-src_compile() {
-   emake \
-   CFLAGS="${CFLAGS} ${CPPFLAGS}" \
-   LDFLAGS="${LDFLAGS}" \
-   CC="$(tc-getCC)"
-}
-
-pkg_postinst() {
-   if [[ ${CHOST} == *-solaris* ]] ; then
-   einfo "dmidecode needs root privileges to read /dev/xsvc"
-   einfo "To make dmidecode useful, either run as root, or chown 
and setuid the binary."
-   einfo "Note that /usr/sbin/ptrconf and /usr/sbin/ptrdiag give 
similar"
-   einfo "information without requiring root privileges."
-   fi
-}



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

2018-05-10 Thread Mikle Kolyada
commit: 1b22a266c1a285ba91c4a0459e97d470e9b6ce72
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May 10 17:12:18 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May 10 17:12:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b22a266

sys-apps/dmidecode: ppc stable wrt bug #650356

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/sys-apps/dmidecode/dmidecode-3.1.ebuild 
b/sys-apps/dmidecode/dmidecode-3.1.ebuild
index a128dccc3df..2fef0216724 100644
--- a/sys-apps/dmidecode/dmidecode-3.1.ebuild
+++ b/sys-apps/dmidecode/dmidecode-3.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="-* amd64 arm ~arm64 ia64 ~ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd 
~x86-solaris"
+KEYWORDS="-* amd64 arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd 
~x86-solaris"
 IUSE="selinux"
 
 RDEPEND="selinux? ( sec-policy/selinux-dmidecode )"



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

2018-05-10 Thread Mikle Kolyada
commit: ddf055d3a993e905c2463565dd053213ab4a9283
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May 10 17:09:01 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May 10 17:09:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddf055d3

app-admin/sudo: ppc stable wrt bug #652898

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-admin/sudo/sudo-1.8.22-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sudo/sudo-1.8.22-r2.ebuild 
b/app-admin/sudo/sudo-1.8.22-r2.ebuild
index e530e6f7b66..5c8f882a27c 100644
--- a/app-admin/sudo/sudo-1.8.22-r2.ebuild
+++ b/app-admin/sudo/sudo-1.8.22-r2.ebuild
@@ -23,7 +23,7 @@ 
SRC_URI="https://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
 LICENSE="ISC BSD"
 SLOT="0"
 if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris"
 fi
 IUSE="gcrypt ldap nls pam offensive openssl sasl selinux +sendmail skey"
 



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

2018-05-10 Thread Andreas Sturmlechner
commit: 22257699f838ccc66ae62750f347cb4501250998
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 17:04:11 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 17:04:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22257699

dev-python/jupyter_core: Restrict tests, need existing installation

Tests succeed when package is installed in advance.

Bug: https://bugs.gentoo.org/649538
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-python/jupyter_core/jupyter_core-4.4.0.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-python/jupyter_core/jupyter_core-4.4.0.ebuild 
b/dev-python/jupyter_core/jupyter_core-4.4.0.ebuild
index a2804624d23..962e95ed8c6 100644
--- a/dev-python/jupyter_core/jupyter_core-4.4.0.ebuild
+++ b/dev-python/jupyter_core/jupyter_core-4.4.0.ebuild
@@ -18,7 +18,7 @@ IUSE="doc test"
 
 RDEPEND="
dev-python/traitlets[${PYTHON_USEDEP}]
-   "
+"
 DEPEND="${RDEPEND}
!!

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

2018-05-10 Thread Mikle Kolyada
commit: db90a9c63d2ad4c70f1465522e51ab09f355f480
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May 10 16:59:54 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May 10 16:59:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db90a9c6

dev-lang/bff: ppc stable wrt bug #651478

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-lang/bff/bff-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/bff/bff-1.0.5.ebuild b/dev-lang/bff/bff-1.0.5.ebuild
index 1492e01be1c..ee9b8d706a8 100644
--- a/dev-lang/bff/bff-1.0.5.ebuild
+++ b/dev-lang/bff/bff-1.0.5.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/apankrat/bff;
 SRC_URI="https://github.com/apankrat/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm ia64 m68k ~ppc ppc64 s390 sh x86"
+KEYWORDS="amd64 arm ia64 m68k ppc ppc64 s390 sh x86"
 IUSE="test"
 
 DEPEND=""



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

2018-05-10 Thread Mikle Kolyada
commit: 89caa149ae321a807c54964cfaada0e2e55fff11
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May 10 16:49:36 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May 10 16:49:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89caa149

net-print/cups: amd64 stable wrt bug #641338

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/net-print/cups/cups-2.2.7.ebuild b/net-print/cups/cups-2.2.7.ebuild
index 23b3b6a01ce..17ccd72da02 100644
--- a/net-print/cups/cups-2.2.7.ebuild
+++ b/net-print/cups/cups-2.2.7.ebuild
@@ -23,7 +23,7 @@ if [[ ${PV} == * ]]; then
 else
#SRC_URI="https://github.com/apple/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"

SRC_URI="https://github.com/apple/cups/releases/download/v${PV}/${P}-source.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint"
 fi
 
 DESCRIPTION="The Common Unix Printing System"



[gentoo-commits] repo/gentoo:master commit in: net-wireless/wireless-regdb/

2018-05-10 Thread Richard Farina
commit: 111850a497fc9c72109d76cdc8c1f13c7079785d
Author: Zero_Chaos  gentoo  org>
AuthorDate: Thu May 10 16:41:51 2018 +
Commit: Richard Farina  gentoo  org>
CommitDate: Thu May 10 16:42:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=111850a4

net-wireless/wireless-regdb: cleanup old, bump

Package-Manager: Portage-2.3.36, Repoman-2.3.9
RepoMan-Options: --force

 net-wireless/wireless-regdb/Manifest   |  4 +--
 .../wireless-regdb/wireless-regdb-20160502.ebuild  | 33 --
 .../wireless-regdb/wireless-regdb-20160610.ebuild  | 33 --
 ...70307.ebuild => wireless-regdb-20180509.ebuild} |  8 +-
 4 files changed, 8 insertions(+), 70 deletions(-)

diff --git a/net-wireless/wireless-regdb/Manifest 
b/net-wireless/wireless-regdb/Manifest
index b10f5880caa..58f18b85270 100644
--- a/net-wireless/wireless-regdb/Manifest
+++ b/net-wireless/wireless-regdb/Manifest
@@ -1,4 +1,2 @@
-DIST wireless-regdb-2016.05.02.tar.xz 16508 BLAKE2B 
15017851a72c9fd8bd12b6154418c49e2d8f51d7b4e14beef0e4019af9d07f2af4c80102ed45e35b13af4a0730853f59847ba8b4ef962a6e6e62ecbdcfd11c29
 SHA512 
3a81b57430b934978be97a0532c1cd04fdcadd0528279b5fbd8723134f50e5f54ef0ddb4de74c4a397e51c6588b88714dff4cd37ebf059f02f15efed96f705ed
-DIST wireless-regdb-2016.06.10.tar.xz 16596 BLAKE2B 
ae7dcf2602f675929e6a74f9e5584454574a839c52dc0dbd3043d933dc112d773242fed69f4288b8446d403f6fd6407acc2686bc9131e0ec038438d14e5f01a4
 SHA512 
8064d18232924d86633df9e1195e9521f8f9ca0216f1e664591e3163d583085971b743b9fbbce196e650f239c231caebb7807c5019fcb409b950c6fbd8396f22
-DIST wireless-regdb-2017.03.07.tar.xz 16848 BLAKE2B 
8db0fdf0aac1c1faf34ef69eae9abfd32e9cafb97e123fbd6bbbfffd430ab4f00a03a36a5ba6f4a4a9124799efb3067185ca34939d44ec586c228155e8ffcecc
 SHA512 
91e2458feb5bf4d4b7d9008afd9c2d40b700d53cb898855f6278b93a7779aefeed283bfff2dd77b89bcbcc98c5e131f5187730356e5bba858d96774d610ab450
 DIST wireless-regdb-2017.12.23.tar.xz 21444 BLAKE2B 
0fa2b2e998d255c574c810b1bd3cc142d8e33cab476f5be91977e55ee9cec092f53ebca742817b28377a446ed4839c9239117643f28e3d0937f05f18123e4514
 SHA512 
4169ad538939350c70ff2af719e66e1ef3b3bb8ccb71802d0de1c29629ca4c90a6c31ea764207cca63ed928847b0f6c6c561e3b73d5c41b3207da0008e2dc49e
+DIST wireless-regdb-2018.05.09.tar.xz 22768 BLAKE2B 
6c384b2f1303013572b53380d23b38b00e3b87300897ec79a5dbb8de1d8e9f9b6c1302f19e306384141e894c3f8fbbca48fbc6c78d721979e0657a3d8156fb18
 SHA512 
37b20960e82f48d25b441d2656f09687d9f16a55ca18be56f805c0d6a689454e2ec372ccaecec201799e6610d8275c0556a1e249bb8758d8964908b3a78d6c41

diff --git a/net-wireless/wireless-regdb/wireless-regdb-20160502.ebuild 
b/net-wireless/wireless-regdb/wireless-regdb-20160502.ebuild
deleted file mode 100644
index 78f4a5a3396..000
--- a/net-wireless/wireless-regdb/wireless-regdb-20160502.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_P="wireless-regdb-${PV:0:4}.${PV:4:2}.${PV:6:2}"
-DESCRIPTION="Binary regulatory database for CRDA"
-HOMEPAGE="https://wireless.kernel.org/en/developers/Regulatory;
-SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${MY_P}.tar.xz;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
-   einfo "Recompiling regulatory.bin from db.txt would break CRDA verify. 
Installing unmodified binary version."
-}
-
-src_install() {
-   # This file is not ABI-specific, and crda itself always hardcodes
-   # this path.  So install into a common location for all ABIs to use.
-   insinto /usr/lib/crda
-   doins regulatory.bin
-
-   insinto /etc/wireless-regdb/pubkeys
-   doins sforshee.key.pub.pem
-
-   doman regulatory.bin.5
-   dodoc README db.txt
-}

diff --git a/net-wireless/wireless-regdb/wireless-regdb-20160610.ebuild 
b/net-wireless/wireless-regdb/wireless-regdb-20160610.ebuild
deleted file mode 100644
index 78f4a5a3396..000
--- a/net-wireless/wireless-regdb/wireless-regdb-20160610.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_P="wireless-regdb-${PV:0:4}.${PV:4:2}.${PV:6:2}"
-DESCRIPTION="Binary regulatory database for CRDA"
-HOMEPAGE="https://wireless.kernel.org/en/developers/Regulatory;
-SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${MY_P}.tar.xz;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
-   einfo "Recompiling regulatory.bin from db.txt would break CRDA verify. 
Installing unmodified binary version."
-}
-
-src_install() {
-   # This file is not ABI-specific, and crda itself always hardcodes
-   # this path.  So install into a common location for all ABIs to use.
-   insinto 

[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebengine/files/, dev-qt/qtcore/files/, dev-qt/qtsql/files/, ...

2018-05-10 Thread Andreas Sturmlechner
commit: acd0ddbca7c809bd883e4c06ec1e0ca7ca3b8125
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 16:39:35 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 16:40:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd0ddbc

dev-qt: Drop unused patches

 dev-qt/qtcore/files/qtcore-5.7.1-qipm.patch| 152 -
 dev-qt/qtcore/files/qtcore-5.7.1-qsfpm-1.patch | 252 -
 dev-qt/qtcore/files/qtcore-5.7.1-qsfpm-2.patch | 195 
 dev-qt/qtgui/files/qtgui-5.7.1-qclipboard.patch|  39 
 dev-qt/qtgui/files/qtgui-5.7.1-x32.patch   |  34 ---
 dev-qt/qtsql/files/qtsql-5.7.1-mariadb.patch   |  56 -
 .../qtwebengine-5.7.0-fix-system-ffmpeg.patch  |  13 --
 .../files/qtwebengine-5.7.0-icu58.patch|  51 -
 .../files/qtwebengine-5.7.0-undef-madv_free.patch  |  33 ---
 .../qtwebengine-5.7.1-fix-audio-detection.patch|  23 --
 .../files/qtwebengine-5.7.1-gcc-7.patch| 144 
 11 files changed, 992 deletions(-)

diff --git a/dev-qt/qtcore/files/qtcore-5.7.1-qipm.patch 
b/dev-qt/qtcore/files/qtcore-5.7.1-qipm.patch
deleted file mode 100644
index abea1458807..000
--- a/dev-qt/qtcore/files/qtcore-5.7.1-qipm.patch
+++ /dev/null
@@ -1,152 +0,0 @@
-From baad82d242a4d8c1af6c87faaa7f25584183fd53 Mon Sep 17 00:00:00 2001
-From: Stephen Kelly 
-Date: Tue, 20 Dec 2016 00:44:12 +
-Subject: [PATCH] QIPM: Persist model indexes after emitting layoutChange, not
- before
-
-Callers can persist a QModelIndex which was not persisted before in a
-slot connected to the signal, and such a persisted index must be updated
-in the course of the layoutChange.
-
-Store the indexes to persist after emitting the signal.
-
-Task-number: QTBUG-32981
-Change-Id: Ibee4c0d84817d72603a03fe5b22fdeefeac0695e
-Reviewed-by: David Faure 

- src/corelib/itemmodels/qidentityproxymodel.cpp | 18 ++---
- .../tst_qidentityproxymodel.cpp| 76 ++
- 2 files changed, 85 insertions(+), 9 deletions(-)
-
-diff --git a/src/corelib/itemmodels/qidentityproxymodel.cpp 
b/src/corelib/itemmodels/qidentityproxymodel.cpp
-index e537793..7c30679 100644
 a/src/corelib/itemmodels/qidentityproxymodel.cpp
-+++ b/src/corelib/itemmodels/qidentityproxymodel.cpp
-@@ -496,15 +496,6 @@ void 
QIdentityProxyModelPrivate::_q_sourceLayoutAboutToBeChanged(const QListpersistentIndexList();
--for (const QPersistentModelIndex  : 
proxyPersistentIndexes) {
--proxyIndexes << proxyPersistentIndex;
--Q_ASSERT(proxyPersistentIndex.isValid());
--const QPersistentModelIndex srcPersistentIndex = 
q->mapToSource(proxyPersistentIndex);
--Q_ASSERT(srcPersistentIndex.isValid());
--layoutChangePersistentIndexes << srcPersistentIndex;
--}
--
- QList parents;
- parents.reserve(sourceParents.size());
- for (const QPersistentModelIndex  : sourceParents) {
-@@ -518,6 +509,15 @@ void 
QIdentityProxyModelPrivate::_q_sourceLayoutAboutToBeChanged(const QListlayoutAboutToBeChanged(parents, hint);
-+
-+const auto proxyPersistentIndexes = q->persistentIndexList();
-+for (const QPersistentModelIndex  : 
proxyPersistentIndexes) {
-+proxyIndexes << proxyPersistentIndex;
-+Q_ASSERT(proxyPersistentIndex.isValid());
-+const QPersistentModelIndex srcPersistentIndex = 
q->mapToSource(proxyPersistentIndex);
-+Q_ASSERT(srcPersistentIndex.isValid());
-+layoutChangePersistentIndexes << srcPersistentIndex;
-+}
- }
- 
- void QIdentityProxyModelPrivate::_q_sourceLayoutChanged(const 
QList , 
QAbstractItemModel::LayoutChangeHint hint)
-diff --git 
a/tests/auto/corelib/itemmodels/qidentityproxymodel/tst_qidentityproxymodel.cpp 
b/tests/auto/corelib/itemmodels/qidentityproxymodel/tst_qidentityproxymodel.cpp
-index e946f31..564b854 100644
 
a/tests/auto/corelib/itemmodels/qidentityproxymodel/tst_qidentityproxymodel.cpp
-+++ 
b/tests/auto/corelib/itemmodels/qidentityproxymodel/tst_qidentityproxymodel.cpp
-@@ -68,6 +68,8 @@ private slots:
- 
- void itemData();
- 
-+void persistIndexOnLayoutChange();
-+
- protected:
- void verifyIdentity(QAbstractItemModel *model, const QModelIndex  
= QModelIndex());
- 
-@@ -377,5 +379,79 @@ void tst_QIdentityProxyModel::itemData()
- QCOMPARE(proxy.itemData(topIndex).value(Qt::DisplayRole).toString(), 
QStringLiteral("Monday_appended"));
- }
- 
-+void dump(QAbstractItemModel* model, QString const& indent = " - ", 
QModelIndex const& parent = {})
-+{
-+for (auto row = 0; row < model->rowCount(parent); ++row)
-+{
-+auto idx = model->index(row, 0, parent);
-+qDebug() << (indent + idx.data().toString());
-+dump(model, indent + "- ", idx);
-+}
-+}
-+
-+void tst_QIdentityProxyModel::persistIndexOnLayoutChange()
-+{
-+DynamicTreeModel model;
-+
-+

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

2018-05-10 Thread Michał Górny
commit: edece5379a5f6c75fe514914c8e324678c73ad13
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 10 16:34:56 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 10 16:37:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edece537

scons-utils.eclass: Revert EAPI 7 pending further changes

Revert EAPI 7 support since it is not used by any ebuild yet.  New
set of patches will be published with Python checks that will be fatal
in EAPI 7 already.

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

diff --git a/eclass/scons-utils.eclass b/eclass/scons-utils.eclass
index 4ffa92ae4a3..5335968bc52 100644
--- a/eclass/scons-utils.eclass
+++ b/eclass/scons-utils.eclass
@@ -93,7 +93,7 @@
 # -- EAPI support check --
 
 case ${EAPI:-0} in
-   0|1|2|3|4|5|6|7) ;;
+   0|1|2|3|4|5|6) ;;
*) die "EAPI ${EAPI} unsupported."
 esac
 



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

2018-05-10 Thread Andreas Sturmlechner
commit: 5730315ddc76cf5d10e4c8c3352fe7fb41b1858e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 15:52:51 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 15:57:12 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5730315d

kde-plasma/plasma-desktop: Don't run tests in parallel

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 kde-plasma/plasma-desktop/plasma-desktop-5.12.49..ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.12.49..ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.12.49..ebuild
index 0879ceca78..e45e261f63 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.12.49..ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.12.49..ebuild
@@ -140,8 +140,10 @@ src_configure() {
 }
 
 src_test() {
+   # parallel tests hang, bug #646890
# needs D-Bus, bug #634166
local myctestargs=(
+   -j1
-E "(test_kio_fonts)"
)
 



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

2018-05-10 Thread Andreas Sturmlechner
commit: 5bfd489ee9b32e4d1be41ea07ba3de2a013de2c7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 15:52:51 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 15:55:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bfd489e

kde-plasma/plasma-desktop: Don't run tests in parallel

Bug: https://bugs.gentoo.org/646890
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild
index f0fe29cc991..649b3d4be61 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild
@@ -140,8 +140,10 @@ src_configure() {
 }
 
 src_test() {
+   # parallel tests hang, bug #646890
# needs D-Bus, bug #634166
local myctestargs=(
+   -j1
-E "(test_kio_fonts)"
)
 



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

2018-05-10 Thread Andreas Sturmlechner
commit: eb6e4b54f11a87fe5ab5a5bbbc64f6720d9d09e2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 15:06:33 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 15:54:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb6e4b54

app-office/scribus: QA: Remove duplicate patches

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-office/scribus/files/scribus--docdir.patch | 42 --
 app-office/scribus/files/scribus--fpic.patch   | 16 -
 app-office/scribus/scribus-.ebuild |  4 +--
 3 files changed, 2 insertions(+), 60 deletions(-)

diff --git a/app-office/scribus/files/scribus--docdir.patch 
b/app-office/scribus/files/scribus--docdir.patch
deleted file mode 100644
index d866922fa18..000
--- a/app-office/scribus/files/scribus--docdir.patch
+++ /dev/null
@@ -1,42 +0,0 @@
- CMakeLists.txt | 28 +++-
- 1 file changed, 15 insertions(+), 13 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 29d66f3..1c08cdd 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -244,19 +244,21 @@ else()
- endif()
- 
- #SHARE - use the default on Apple as TAG_VERSION is empty
--if(WIN32 OR OS2)
--  set(DOCDIR "${CMAKE_INSTALL_DATAROOTDIR}/doc/")
--else()
--  if(TAG_VERSION OR BUILD_OSX_BUNDLE)
--  set(DOCDIR 
"${CMAKE_INSTALL_DATAROOTDIR}/doc/${MAIN_DIR_NAME}${TAG_VERSION}/")
--  else()
--  if(NOT WANT_VERSIONING)
--  set(DOCDIR 
"${CMAKE_INSTALL_DATAROOTDIR}/doc/${MAIN_DIR_NAME}/")
--  else()
--  set(DOCDIR 
"${CMAKE_INSTALL_DATAROOTDIR}/doc/${MAIN_DIR_NAME}-${VERSION}/")
--  endif()
--  endif()
--endif()
-+if(NOT DOCDIR)
-+  if(WIN32 OR OS2)
-+  set(DOCDIR "${CMAKE_INSTALL_DATAROOTDIR}/doc/")
-+  else()
-+  if(TAG_VERSION OR BUILD_OSX_BUNDLE)
-+  set(DOCDIR 
"${CMAKE_INSTALL_DATAROOTDIR}/doc/${MAIN_DIR_NAME}${TAG_VERSION}/")
-+  else()
-+  if(NOT WANT_VERSIONING)
-+  set(DOCDIR 
"${CMAKE_INSTALL_DATAROOTDIR}/doc/${MAIN_DIR_NAME}/")
-+  else()
-+  set(DOCDIR 
"${CMAKE_INSTALL_DATAROOTDIR}/doc/${MAIN_DIR_NAME}-${VERSION}/")
-+  endif()
-+  endif()
-+  endif()
-+endif()
- if(NOT IS_ABSOLUTE ${DOCDIR})
-   add_definitions("-DDOCDIR=\\\"${CMAKE_INSTALL_PREFIX}/${DOCDIR}\\\"")
- else()

diff --git a/app-office/scribus/files/scribus--fpic.patch 
b/app-office/scribus/files/scribus--fpic.patch
deleted file mode 100644
index ba0721955ef..000
--- a/app-office/scribus/files/scribus--fpic.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- scribus/third_party/prc/CMakeLists.txt | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/scribus/third_party/prc/CMakeLists.txt 
b/scribus/third_party/prc/CMakeLists.txt
-index 5f7c2c6..1da7177 100644
 a/scribus/third_party/prc/CMakeLists.txt
-+++ b/scribus/third_party/prc/CMakeLists.txt
-@@ -5,6 +5,8 @@ ${OPENGL_INCLUDE_DIR}
- ${FREETYPE_INCLUDE_DIRS}
- )
- 
-+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_FPIC}")
-+
- set(SCRIBUS_PRC_LIB_SOURCES
- oPRCFile.cc
- PRCbitStream.cc

diff --git a/app-office/scribus/scribus-.ebuild 
b/app-office/scribus/scribus-.ebuild
index e0fb1c4035f..742448b2738 100644
--- a/app-office/scribus/scribus-.ebuild
+++ b/app-office/scribus/scribus-.ebuild
@@ -94,8 +94,8 @@ DEPEND="${COMMON_DEPEND}
virtual/pkgconfig"
 
 PATCHES=(
-   "${FILESDIR}"/${P}-docdir.patch
-   "${FILESDIR}"/${P}-fpic.patch
+   "${FILESDIR}"/${PN}-1.5.3-docdir.patch
+   "${FILESDIR}"/${PN}-1.5.3-fpic.patch
 )
 
 src_prepare() {



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

2018-05-10 Thread Andreas Sturmlechner
commit: c11c2de8451f069a6e7f74ecfbc46f279909ae45
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 15:37:46 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 15:54:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c11c2de8

kde-plasma/powerdevil: Drop USE=brightness-control

Upstream switched it off by default in the last minute before 5.11.0
release, after ddcutil upstream remarks, probably for a good reason.

And it is still not a thing in 5.12 LTS.

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 kde-plasma/powerdevil/metadata.xml | 1 -
 kde-plasma/powerdevil/powerdevil-5.12.5.ebuild | 5 ++---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/kde-plasma/powerdevil/metadata.xml 
b/kde-plasma/powerdevil/metadata.xml
index 35e126c7216..86d83ec7bd6 100644
--- a/kde-plasma/powerdevil/metadata.xml
+++ b/kde-plasma/powerdevil/metadata.xml
@@ -6,7 +6,6 @@
Gentoo KDE Project


-   Enable screen brightness 
control using app-misc/ddcutil
Enable sys-auth/consolekit 
support instead of logind session tracking
Enable wireless energy saving actions via 
kde-frameworks/bluez-qt and 
kde-frameworks/networkmanager-qt


diff --git a/kde-plasma/powerdevil/powerdevil-5.12.5.ebuild 
b/kde-plasma/powerdevil/powerdevil-5.12.5.ebuild
index ed23ce04aed..e072de3d3b2 100644
--- a/kde-plasma/powerdevil/powerdevil-5.12.5.ebuild
+++ b/kde-plasma/powerdevil/powerdevil-5.12.5.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 DESCRIPTION="Power management for KDE Plasma Shell"
 HOMEPAGE="https://cgit.kde.org/powerdevil.git;
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE="brightness-control consolekit +wireless"
+IUSE="consolekit +wireless"
 
 DEPEND="
$(add_frameworks_dep kactivities)
@@ -40,7 +40,6 @@ DEPEND="
$(add_qt_dep qtx11extras)
virtual/libudev:=
x11-libs/libxcb
-   brightness-control? ( app-misc/ddcutil )
wireless? (
$(add_frameworks_dep bluez-qt)
$(add_frameworks_dep networkmanager-qt)
@@ -59,7 +58,7 @@ RDEPEND="${DEPEND}
 
 src_configure() {
local mycmakeargs=(
-   -DWITH_DDCUTIL=$(usex brightness-control)
+   -DWITH_DDCUTIL=OFF
$(cmake-utils_use_find_package wireless KF5BluezQt)
$(cmake-utils_use_find_package wireless KF5NetworkManagerQt)
)



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

2018-05-10 Thread Brian Dolbec
commit: 7356966550535465485db75e9a3c06569baf7ffa
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu May 10 15:43:45 2018 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Thu May 10 15:43:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73569665

app-portage/elogviewer: Version bump, update metadata.xml

Closes bug 653334

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 app-portage/elogviewer/Manifest  |  1 +
 app-portage/elogviewer/elogviewer-2.9.ebuild | 64 
 app-portage/elogviewer/metadata.xml  |  4 +-
 3 files changed, 67 insertions(+), 2 deletions(-)

diff --git a/app-portage/elogviewer/Manifest b/app-portage/elogviewer/Manifest
index 7a7e855c280..947a2c14442 100644
--- a/app-portage/elogviewer/Manifest
+++ b/app-portage/elogviewer/Manifest
@@ -1 +1,2 @@
 DIST elogviewer-2.7.tar.gz 19936 BLAKE2B 
530c3324666089af93712a17f01cc9b6284b2639b4e768a41461da35d615ee1a75870a4138587d85d4eff4925945dee45dbc1af848b7fc500165c8e96d3c7d01
 SHA512 
81cf20e8e5509d83634d601f0920bd369e1974c843b600b54faa433dc9927a0df6c9820d2b1f35b241bcd86ea891945f16ec2b0d1b65d08c085a3b245c8b038d
+DIST elogviewer-2.9.tar.gz 24157 BLAKE2B 
ff527c0198e86f7be15fce3f25f0e9677b6911cef72cfdc1f582c62f534fc15adac8c2cf612475f174561dd46b489dcaf819c8ccd1b5893adeb7a6c085ce11c2
 SHA512 
e5781eeaf663fafa680b0620c4a6aec63afffd05c1cb4cb5362e9eca3a35c85550ee295a6b753155b0392d69442068cf155c3ead872c457e5a3cdbcd59b1ab2e

diff --git a/app-portage/elogviewer/elogviewer-2.9.ebuild 
b/app-portage/elogviewer/elogviewer-2.9.ebuild
new file mode 100644
index 000..e007e882064
--- /dev/null
+++ b/app-portage/elogviewer/elogviewer-2.9.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+DISABLE_AUTOFORMATTING=true
+
+inherit python-single-r1 eutils readme.gentoo-r1
+
+DESCRIPTION="Elog viewer for Gentoo"
+HOMEPAGE="https://sourceforge.net/projects/elogviewer;
+SRC_URI="https://github.com/Synss/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
+   || (
+   >=sys-apps/portage-2.1[${PYTHON_USEDEP}]
+   sys-apps/portage-mgorny[${PYTHON_USEDEP}]
+   )
+   $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7)
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+DOC_CONTENTS="In order to use this software, you need to activate
+Portage's elog features.  Required is
+   PORTAGE_ELOG_SYSTEM=\"save\"
+and at least one of
+   PORTAGE_ELOG_CLASSES=\"warn error info log qa\"
+More information on the elog system can be found in
+/usr/share/portage/config/make.conf.example
+
+To operate properly this software needs the directory
+${PORT_LOGDIR:-/var/log/portage}/elog created, belonging to group portage.
+To start the software as a user, add yourself to the portage group."
+
+src_compile() {
+   rm -f Makefile
+}
+
+src_install() {
+   python_newscript elogviewer.py elogviewer
+
+   make_desktop_entry ${PN} ${PN} ${PN} System
+
+   doman elogviewer.1
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   readme.gentoo_print_elog
+
+   ewarn "The elogviewer's configuration file is now saved in:"
+   ewarn "~/.config/elogviewer/ (was ~/.config/Mathias\ Laurin/)."
+   ewarn "Please migrate any user specific settings to the new config 
file."
+}

diff --git a/app-portage/elogviewer/metadata.xml 
b/app-portage/elogviewer/metadata.xml
index 2ac6f837251..7144a8404ae 100644
--- a/app-portage/elogviewer/metadata.xml
+++ b/app-portage/elogviewer/metadata.xml
@@ -2,8 +2,8 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   fuzzy...@gentoo.org
-   Paul Varner
+   dol...@gentoo.org
+   Brian Dolbec


tools-port...@gentoo.org



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

2018-05-10 Thread Andreas Sturmlechner
commit: 9f1ca69d46c58b6149dec6ca3215e1bdfd16c33d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 15:37:46 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 15:42:11 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9f1ca69d

kde-plasma/powerdevil: Drop USE=brightness-control

Upstream switched it off by default in the last minute before 5.11.0
release, after ddcutil upstream remarks, probably for a good reason.

And it is still not a thing in 5.12 LTS.

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 kde-plasma/powerdevil/powerdevil-5.12.49..ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/kde-plasma/powerdevil/powerdevil-5.12.49..ebuild 
b/kde-plasma/powerdevil/powerdevil-5.12.49..ebuild
index f1c7b676eb..5157963124 100644
--- a/kde-plasma/powerdevil/powerdevil-5.12.49..ebuild
+++ b/kde-plasma/powerdevil/powerdevil-5.12.49..ebuild
@@ -9,7 +9,7 @@ inherit kde5
 DESCRIPTION="Power management for KDE Plasma Shell"
 HOMEPAGE="https://cgit.kde.org/powerdevil.git;
 KEYWORDS=""
-IUSE="brightness-control consolekit +wireless"
+IUSE="consolekit +wireless"
 
 DEPEND="
$(add_frameworks_dep kactivities)
@@ -40,7 +40,6 @@ DEPEND="
$(add_qt_dep qtx11extras)
virtual/libudev:=
x11-libs/libxcb
-   brightness-control? ( app-misc/ddcutil )
wireless? (
$(add_frameworks_dep bluez-qt)
$(add_frameworks_dep networkmanager-qt)
@@ -59,7 +58,7 @@ RDEPEND="${DEPEND}
 
 src_configure() {
local mycmakeargs=(
-   -DWITH_DDCUTIL=$(usex brightness-control)
+   -DWITH_DDCUTIL=OFF
$(cmake-utils_use_find_package wireless KF5BluezQt)
$(cmake-utils_use_find_package wireless KF5NetworkManagerQt)
)



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

2018-05-10 Thread Michał Górny
commit: 8d84853f961adef853a34680c4659dca096fa083
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 10 14:58:04 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 10 14:58:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d84853f

dev-util/scons: Try to force CC/CXX/CFLAGS/... for Gentoo builds

 .../scons/files/scons-3.0.1-respect-cc-etc.patch   | 85 ++
 dev-util/scons/scons-3.0.1-r2.ebuild   | 73 +++
 2 files changed, 158 insertions(+)

diff --git a/dev-util/scons/files/scons-3.0.1-respect-cc-etc.patch 
b/dev-util/scons/files/scons-3.0.1-respect-cc-etc.patch
new file mode 100644
index 000..345f39ca548
--- /dev/null
+++ b/dev-util/scons/files/scons-3.0.1-respect-cc-etc.patch
@@ -0,0 +1,85 @@
+From 7dca875d157f477e05a652f4f1dd1b6903d9dc0a Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
+Date: Thu, 10 May 2018 08:01:08 +0200
+Subject: [PATCH] posix: Also force common toolchain vars for Gentoo
+
+---
+ src/engine/SCons/Platform/posix.py | 17 +
+ src/engine/SCons/Tool/cc.py|  3 ++-
+ src/engine/SCons/Tool/cxx.py   |  3 ++-
+ src/engine/SCons/Tool/link.py  |  3 ++-
+ 4 files changed, 23 insertions(+), 3 deletions(-)
+
+diff --git a/src/engine/SCons/Platform/posix.py 
b/src/engine/SCons/Platform/posix.py
+index af34650c..ee7f96d5 100644
+--- a/src/engine/SCons/Platform/posix.py
 b/src/engine/SCons/Platform/posix.py
+@@ -93,6 +93,23 @@ def generate(env):
+ if 'ENV' in env:
+ new_env.update(env['ENV'])
+ env['ENV'] = new_env
++
++# Furthermore, force common compiler/linker variables as well
++envvar_mapping = {
++'AR': 'AR',
++'AS': 'AS',
++'AS': 'ASFLAGS',
++'CC': 'CC',
++'CXX': 'CXX',
++'CFLAGS': 'CFLAGS',
++'CXXFLAGS': 'CXXFLAGS',
++'CPPFLAGS': 'CPPFLAGS',
++'LDFLAGS': 'LINKFLAGS',
++}
++
++for envvar, toolvar in envvar_mapping.items():
++if toolvar not in env and envvar in env['ENV']:
++env[toolvar] = env['ENV'][envvar]
+ else:
+ if 'ENV' not in env:
+ env['ENV']= {}
+diff --git a/src/engine/SCons/Tool/cc.py b/src/engine/SCons/Tool/cc.py
+index 590ec5fd..5f9229a0 100644
+--- a/src/engine/SCons/Tool/cc.py
 b/src/engine/SCons/Tool/cc.py
+@@ -80,7 +80,8 @@ def generate(env):
+ 
+ if 'CC' not in env:
+ env['CC']= env.Detect(compilers) or compilers[0]
+-env['CFLAGS']= SCons.Util.CLVar('')
++if 'CFLAGS' not in env:
++env['CFLAGS'] = SCons.Util.CLVar('')
+ env['CCCOM'] = '$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM 
$SOURCES'
+ env['SHCC']  = '$CC'
+ env['SHCFLAGS'] = SCons.Util.CLVar('$CFLAGS')
+diff --git a/src/engine/SCons/Tool/cxx.py b/src/engine/SCons/Tool/cxx.py
+index 430851c8..ca5ab563 100644
+--- a/src/engine/SCons/Tool/cxx.py
 b/src/engine/SCons/Tool/cxx.py
+@@ -74,7 +74,8 @@ def generate(env):
+ 
+ if 'CXX' not in env:
+ env['CXX']= env.Detect(compilers) or compilers[0]
+-env['CXXFLAGS']   = SCons.Util.CLVar('')
++if 'CXXFLAGS' not in env:
++env['CXXFLAGS'] = SCons.Util.CLVar('')
+ env['CXXCOM'] = '$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM 
$SOURCES'
+ env['SHCXX']  = '$CXX'
+ env['SHCXXFLAGS'] = SCons.Util.CLVar('$CXXFLAGS')
+diff --git a/src/engine/SCons/Tool/link.py b/src/engine/SCons/Tool/link.py
+index 07e92507..614d1779 100644
+--- a/src/engine/SCons/Tool/link.py
 b/src/engine/SCons/Tool/link.py
+@@ -292,7 +292,8 @@ def generate(env):
+ env.Append(SHLIBEMITTER = [shlib_emitter])
+ env['SMARTLINK']   = smart_link
+ env['LINK']= "$SMARTLINK"
+-env['LINKFLAGS']   = SCons.Util.CLVar('')
++if 'LINKFLAGS' not in env:
++env['LINKFLAGS'] = SCons.Util.CLVar('')
+ # __RPATH is only set to something ($_RPATH typically) on platforms that 
support it.
+ env['LINKCOM'] = '$LINK -o $TARGET $LINKFLAGS $__RPATH $SOURCES 
$_LIBDIRFLAGS $_LIBFLAGS'
+ env['LIBDIRPREFIX']='-L'
+-- 
+2.17.0
+

diff --git a/dev-util/scons/scons-3.0.1-r2.ebuild 
b/dev-util/scons/scons-3.0.1-r2.ebuild
new file mode 100644
index 000..78842609b21
--- /dev/null
+++ b/dev-util/scons/scons-3.0.1-r2.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Extensible Python-based build utility"
+HOMEPAGE="http://www.scons.org/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
+   doc? (
+   http://www.scons.org/doc/${PV}/PDF/${PN}-user.pdf -> 
${P}-user.pdf
+   http://www.scons.org/doc/${PV}/HTML/${PN}-user.html -> 
${P}-user.html
+   

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

2018-05-10 Thread Andreas Sturmlechner
commit: 4c0ae35fb3d4c533fe152a897d246d875d5877f1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 11:57:38 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 14:48:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c0ae35f

app-portage/elogviewer: Drop dev-python/pyside and dev-python/PyQt4

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-portage/elogviewer/elogviewer-2.7-r2.ebuild | 64 +
 1 file changed, 64 insertions(+)

diff --git a/app-portage/elogviewer/elogviewer-2.7-r2.ebuild 
b/app-portage/elogviewer/elogviewer-2.7-r2.ebuild
new file mode 100644
index 000..cad621a1469
--- /dev/null
+++ b/app-portage/elogviewer/elogviewer-2.7-r2.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+DISABLE_AUTOFORMATTING=true
+
+inherit python-single-r1 eutils readme.gentoo-r1
+
+DESCRIPTION="Elog viewer for Gentoo"
+HOMEPAGE="https://sourceforge.net/projects/elogviewer;
+SRC_URI="https://github.com/Synss/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ~sparc x86 ~x86-fbsd"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
+   || (
+   >=sys-apps/portage-2.1[${PYTHON_USEDEP}]
+   sys-apps/portage-mgorny[${PYTHON_USEDEP}]
+   )
+   $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7)
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+DOC_CONTENTS="In order to use this software, you need to activate
+Portage's elog features.  Required is
+   PORTAGE_ELOG_SYSTEM=\"save\"
+and at least one of
+   PORTAGE_ELOG_CLASSES=\"warn error info log qa\"
+More information on the elog system can be found in
+/usr/share/portage/config/make.conf.example
+
+To operate properly this software needs the directory
+${PORT_LOGDIR:-/var/log/portage}/elog created, belonging to group portage.
+To start the software as a user, add yourself to the portage group."
+
+src_compile() {
+   rm -f Makefile
+}
+
+src_install() {
+   python_newscript elogviewer.py elogviewer
+
+   make_desktop_entry ${PN} ${PN} ${PN} System
+
+   doman elogviewer.1
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   readme.gentoo_print_elog
+
+   ewarn "The elogviewer's configuration file is now saved in:"
+   ewarn "~/.config/elogviewer/ (was ~/.config/Mathias\ Laurin/)."
+   ewarn "Please migrate any user specific settings to the new config 
file."
+}



[gentoo-commits] repo/gentoo:master commit in: app-portage/elogviewer/, app-portage/elogviewer/files/

2018-05-10 Thread Andreas Sturmlechner
commit: b0a893d6d0d0f259fc9a29859deb45b571fede00
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 11:58:12 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 14:48:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0a893d6

app-portage/elogviewer: Drop old

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-portage/elogviewer/Manifest|  3 --
 app-portage/elogviewer/elogviewer-0.6.2-r3.ebuild  | 57 -
 app-portage/elogviewer/elogviewer-2.1-r1.ebuild| 49 --
 app-portage/elogviewer/elogviewer-2.1-r2.ebuild| 49 --
 app-portage/elogviewer/elogviewer-2.6-r1.ebuild| 50 --
 app-portage/elogviewer/elogviewer-2.6-r2.ebuild| 59 --
 app-portage/elogviewer/elogviewer-2.6.ebuild   | 48 --
 .../files/elogviewer-0.6.2-missing_newline.patch   | 23 -
 8 files changed, 338 deletions(-)

diff --git a/app-portage/elogviewer/Manifest b/app-portage/elogviewer/Manifest
index f3698a79f2a..7a7e855c280 100644
--- a/app-portage/elogviewer/Manifest
+++ b/app-portage/elogviewer/Manifest
@@ -1,4 +1 @@
-DIST elogviewer-0.6.2.tar.gz 13904 BLAKE2B 
9612fafd14e1561a1172fa45aa44a3dda19ccb74ce56b8dfa6f8e6cd2103c80a34e278a3ea788a26b64da0d8deeb6b2b7cfdeb73cbc1d791629ce40e7bbfc4bd
 SHA512 
dccf4dffb87fefb7d9e0609b3312d63b73c1b9c5933819c38b775b049e222687e9da06e63fe8194560f4bb631fa586b4746af9e0a7575eefa782b57d9c1c6e04
-DIST elogviewer-2.1.tar.gz 14968 BLAKE2B 
027ed77deafa3646c2d20e9f7f048d723178ccef84d07839c814e10ab9047ff997917cc5704d73a48a4b56da8f93bebb46c6701ca985c10c5240550e4dcf607c
 SHA512 
27a34ce67e16a51055246b7169c11c248310b2a1d987018938094301b2602839e48909e3224f7d791343bb691de8e2f0ca7b00bd1477e2b3b43d61a24b4e688f
-DIST elogviewer-2.6.tar.gz 16093 BLAKE2B 
9b8b22e6e2ae772d2051a528867b139d33557279ab8349270afd497031599cbec27313287cda4cfa48529973672e4dbd28e4e51f29b1922380ece30980ae3279
 SHA512 
1ca43c0ddc7dcab6a9e753644866b0a8ec8ddb5a56d2b8a25ab06f9ee1fc759910ef7af6257c3c98b886700121f078409931aada67b2aad03a43f440a0b8f233
 DIST elogviewer-2.7.tar.gz 19936 BLAKE2B 
530c3324666089af93712a17f01cc9b6284b2639b4e768a41461da35d615ee1a75870a4138587d85d4eff4925945dee45dbc1af848b7fc500165c8e96d3c7d01
 SHA512 
81cf20e8e5509d83634d601f0920bd369e1974c843b600b54faa433dc9927a0df6c9820d2b1f35b241bcd86ea891945f16ec2b0d1b65d08c085a3b245c8b038d

diff --git a/app-portage/elogviewer/elogviewer-0.6.2-r3.ebuild 
b/app-portage/elogviewer/elogviewer-0.6.2-r3.ebuild
deleted file mode 100644
index de0a0d95ee4..000
--- a/app-portage/elogviewer/elogviewer-0.6.2-r3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils python-r1
-
-DESCRIPTION="GTK+ based utility to parse the contents of elogs created by 
Portage"
-HOMEPAGE="https://sourceforge.net/projects/elogviewer/;
-
-SRC_URI="mirror://sourceforge/elogviewer/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-RDEPEND="${PYTHON_DEPS}
-   >=sys-apps/portage-2.1
-   >=dev-python/pygtk-2.0"
-
-S="${WORKDIR}"
-
-src_prepare() {
-   # Apply patch from Bug 349071 to restore missing newline
-   epatch "${FILESDIR}/${P}-missing_newline.patch"
-   # Fix bug #453016
-   sed -e 's|is not ""|!= ""|' -i elogviewer || die
-}
-
-src_install() {
-   python_foreach_impl python_doscript  "${WORKDIR}"/elogviewer
-   dodoc "${WORKDIR}"/CHANGELOG
-   doman "${WORKDIR}"/elogviewer.1
-   make_desktop_entry elogviewer Elogviewer "" "System" ||
-   die "Couldn't make desktop entry"
-}
-
-pkg_postinst() {
-   elog
-   elog "In order to use this software, you need to activate"
-   elog "Portage's elog features.  Required is"
-   elog "   PORTAGE_ELOG_SYSTEM=\"save\" "
-   elog "and at least one out of "
-   elog "   PORTAGE_ELOG_CLASSES=\"warn error info log qa\""
-   elog "More information on the elog system can be found"
-   elog "in /usr/share/portage/config/make.conf.example"
-   elog
-   elog "To operate properly this software needs the directory"
-   elog "${PORT_LOGDIR:-/var/log/portage}/elog created, belonging to group 
portage."
-   elog "To start the software as a user, add yourself to the portage"
-   elog "group."
-   elog
-}

diff --git a/app-portage/elogviewer/elogviewer-2.1-r1.ebuild 
b/app-portage/elogviewer/elogviewer-2.1-r1.ebuild
deleted file mode 100644
index 3d151f53b65..000
--- a/app-portage/elogviewer/elogviewer-2.1-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=(python2_7)
-
-inherit 

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

2018-05-10 Thread Jeroen Roovers
commit: 845c73231f2e022b100b17f9229c523590b76814
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May 10 14:43:30 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May 10 14:43:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=845c7323

dev-libs/libnl: Add USE='debug threads'.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-libs/libnl/libnl-.ebuild | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libnl/libnl-.ebuild 
b/dev-libs/libnl/libnl-.ebuild
index 65e5dfb9b48..f8aea0b33b5 100644
--- a/dev-libs/libnl/libnl-.ebuild
+++ b/dev-libs/libnl/libnl-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ EGIT_REPO_URI="
 LICENSE="LGPL-2.1 utils? ( GPL-2 )"
 SLOT="3"
 KEYWORDS=""
-IUSE="static-libs python utils"
+IUSE="+debug static-libs python +threads utils"
 
 RDEPEND="
python? ( ${PYTHON_DEPS} )
@@ -67,9 +67,11 @@ src_prepare() {
 
 multilib_src_configure() {
econf \
-   --disable-silent-rules \
+   $(multilib_native_use_enable utils cli) \
+   $(use_enable debug) \
$(use_enable static-libs static) \
-   $(multilib_native_use_enable utils cli)
+   $(use_enable threads) \
+   --disable-silent-rules
 }
 
 multilib_src_compile() {



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnuradio/

2018-05-10 Thread Richard Farina
commit: be32f167e5c87422fc9193db7b58478e1c010aad
Author: Zero_Chaos  gentoo  org>
AuthorDate: Thu May 10 14:41:26 2018 +
Commit: Richard Farina  gentoo  org>
CommitDate: Thu May 10 14:41:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be32f167

net-wireless/gnuradio: dep changes

this is mostly a safety change, but coupled with the earlier alsa-lib
change this easily equals a "better safe than sorry" rev.  sorry for the
rebuild but dyndeps sucks

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 .../gnuradio/{gnuradio-3.7.11-r2.ebuild => gnuradio-3.7.11-r3.ebuild}   | 2 +-
 net-wireless/gnuradio/gnuradio-3.7..ebuild  | 2 +-
 net-wireless/gnuradio/gnuradio-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-wireless/gnuradio/gnuradio-3.7.11-r2.ebuild 
b/net-wireless/gnuradio/gnuradio-3.7.11-r3.ebuild
similarity index 99%
rename from net-wireless/gnuradio/gnuradio-3.7.11-r2.ebuild
rename to net-wireless/gnuradio/gnuradio-3.7.11-r3.ebuild
index 6ffd07496ff..92d9cdd94c3 100644
--- a/net-wireless/gnuradio/gnuradio-3.7.11-r2.ebuild
+++ b/net-wireless/gnuradio/gnuradio-3.7.11-r3.ebuild
@@ -72,7 +72,7 @@ RDEPEND="${PYTHON_DEPS}
>=dev-python/pyqwt-5.2:5[${PYTHON_USEDEP}]
>=dev-qt/qtcore-4.4:4
>=dev-qt/qtgui-4.4:4
-   x11-libs/qwt:6[qt4(+)]
+   x11-libs/qwt:6[qt4(-)]
)
sdl? ( >=media-libs/libsdl-1.2.0 )
uhd? ( >=net-wireless/uhd-3.9.6:=[${PYTHON_USEDEP}] )

diff --git a/net-wireless/gnuradio/gnuradio-3.7..ebuild 
b/net-wireless/gnuradio/gnuradio-3.7..ebuild
index 3d07d554355..a9059f4080f 100644
--- a/net-wireless/gnuradio/gnuradio-3.7..ebuild
+++ b/net-wireless/gnuradio/gnuradio-3.7..ebuild
@@ -75,7 +75,7 @@ RDEPEND="${PYTHON_DEPS}
>=dev-python/pyqwt-5.2:5[${PYTHON_USEDEP}]
>=dev-qt/qtcore-4.4:4
>=dev-qt/qtgui-4.4:4
-   x11-libs/qwt:6[qt4(+)]
+   x11-libs/qwt:6[qt4(-)]
)
sdl? ( >=media-libs/libsdl-1.2.0 )
uhd? ( >=net-wireless/uhd-3.9.6:=[${PYTHON_USEDEP}] )

diff --git a/net-wireless/gnuradio/gnuradio-.ebuild 
b/net-wireless/gnuradio/gnuradio-.ebuild
index 3d07d554355..a9059f4080f 100644
--- a/net-wireless/gnuradio/gnuradio-.ebuild
+++ b/net-wireless/gnuradio/gnuradio-.ebuild
@@ -75,7 +75,7 @@ RDEPEND="${PYTHON_DEPS}
>=dev-python/pyqwt-5.2:5[${PYTHON_USEDEP}]
>=dev-qt/qtcore-4.4:4
>=dev-qt/qtgui-4.4:4
-   x11-libs/qwt:6[qt4(+)]
+   x11-libs/qwt:6[qt4(-)]
)
sdl? ( >=media-libs/libsdl-1.2.0 )
uhd? ( >=net-wireless/uhd-3.9.6:=[${PYTHON_USEDEP}] )



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

2018-05-10 Thread Andreas Sturmlechner
commit: 10740fecb0a56a0d38134b80dc8587c4245df3be
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May  6 16:32:32 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 14:16:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10740fec

profiles: arm: Stable-mask USE=qt5

 profiles/arch/arm/use.stable.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/arm/use.stable.mask 
b/profiles/arch/arm/use.stable.mask
index 478086fd0fa..91c3f277d6b 100644
--- a/profiles/arch/arm/use.stable.mask
+++ b/profiles/arch/arm/use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Andreas Sturmlechner  (06 May 2018)
+# Not stable, bug #642822
+qt5
+
 # Brian Evans  (16 Dec 2017)
 # Needs dev-lang/php:7.1 stable
 php_targets_php7-1



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

2018-05-10 Thread Andreas Sturmlechner
commit: d0830c3920ab2813f169da1c80dea0787e3ef417
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May  7 17:54:27 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 14:21:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0830c39

dev-python/PyQt4: De-stabilise arm

Package-Manager: Portage-2.3.36, Repoman-2.3.9

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

diff --git a/dev-python/PyQt4/PyQt4-4.12.1.ebuild 
b/dev-python/PyQt4/PyQt4-4.12.1.ebuild
index 33ecc5f591f..aa304f2326a 100644
--- a/dev-python/PyQt4/PyQt4-4.12.1.ebuild
+++ b/dev-python/PyQt4/PyQt4-4.12.1.ebuild
@@ -18,7 +18,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 
 IUSE="X compat dbus debug declarative designer doc examples help multimedia
opengl phonon script scripttools sql svg testlib webkit xmlpatterns"



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

2018-05-10 Thread Andreas Sturmlechner
commit: 37619b8dc03329b09c9f70f64ccbd2e2a4ecd0b6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May  7 18:00:13 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 14:21:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37619b8d

dev-python/pyqwt: De-stabilise arm

No stable revdeps.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-python/pyqwt/pyqwt-5.2.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyqwt/pyqwt-5.2.0-r2.ebuild 
b/dev-python/pyqwt/pyqwt-5.2.0-r2.ebuild
index cd1fb2e2c25..5f7e7a76026 100644
--- a/dev-python/pyqwt/pyqwt-5.2.0-r2.ebuild
+++ b/dev-python/pyqwt/pyqwt-5.2.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 
 SLOT="5"
 LICENSE="GPL-2"
-KEYWORDS="amd64 arm ia64 x86"
+KEYWORDS="amd64 ~arm ia64 x86"
 IUSE="debug doc examples svg"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/extra-cmake-modules/

2018-05-10 Thread Andreas Sturmlechner
commit: e928dde180adb5894bd946583d7e193f2cc38fae
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May  6 19:04:56 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 14:16:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e928dde1

kde-frameworks/extra-cmake-modules: De-stabilise arm

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.43.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.43.0.ebuild 
b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.43.0.ebuild
index dc003c96c9f..4e7d895d7fe 100644
--- a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.43.0.ebuild
+++ b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.43.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Extra modules and scripts for CMake"
 HOMEPAGE="https://cgit.kde.org/extra-cmake-modules.git;
 
 LICENSE="BSD"
-KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 x86"
 IUSE="doc test"
 
 DEPEND="



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

2018-05-10 Thread Andreas Sturmlechner
commit: c5ded35bf7c8bef42224be8f391346fbf85ceb9d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May  6 22:04:17 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 14:22:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ded35b

dev-python/sip: Drop old

Closes: https://bugs.gentoo.org/642822
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-python/sip/Manifest  |   2 -
 dev-python/sip/sip-4.19.3.ebuild |  87 --
 dev-python/sip/sip-4.19.7.ebuild | 112 ---
 3 files changed, 201 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index c4a7948645b..934806d30c5 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1,3 +1 @@
-DIST sip-4.19.3.tar.gz 1007481 BLAKE2B 
cf4d53c956aa046f165e9ec05126fa9b6ca3df688b16ff79520da8ea82f7e9622e03448030db14b0d21ba090893375814f39d6b3fc62343880aa169c2680394f
 SHA512 
b2dea0cb5e1b23531f35e94bd604ec9874f0875badb5b20eb5abd2732a1005b2dd15bb42e0007b65053a2153b50659f24671abd83a434991661168a5778b94bc
-DIST sip-4.19.7.tar.gz 1022209 BLAKE2B 
51b29bd436ce7af2d4a3b45ace100075bd257c23982c6e1fcd3f8b2998ee360f1ac42683fbd0e3a371cb044a682c326e00e907db0961aebc70bfb6b583ad2bc7
 SHA512 
0cead34e129d25ee3d908e503a3853289bbfd77c58c563a2046ce7b65bd8f0b318b20af72346cbf4cb7a17e76c9c1374f686b5dabc284d7247897a1648c15f97
 DIST sip-4.19.8.tar.gz 1024548 BLAKE2B 
e43dfe542061db9f1d5981d0cc172d9c8420c4e66c282c52974ab28314c33bd28e6056b61f74b04680c1735c9bd2c4656e1a541f4bae94c858d18713f6222914
 SHA512 
9c0a9722a9a9dd23e2eabe751d622cdd31b376b7987b2c991f5ef4a8d11853c5c6e9f1c24a0d2d864d3990e2a45c2a159ca8511efd4a7e156a14937ef3c680f7

diff --git a/dev-python/sip/sip-4.19.3.ebuild b/dev-python/sip/sip-4.19.3.ebuild
deleted file mode 100644
index 38c05afc296..000
--- a/dev-python/sip/sip-4.19.3.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit python-r1 toolchain-funcs
-
-DESCRIPTION="Python extension module generator for C and C++ libraries"
-HOMEPAGE="https://www.riverbankcomputing.com/software/sip/intro;
-SRC_URI="mirror://sourceforge/pyqt/${P}.tar.gz"
-
-# Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in
-SLOT="0/12"
-LICENSE="|| ( GPL-2 GPL-3 SIP )"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="debug doc"
-
-RDEPEND="${PYTHON_DEPS}"
-DEPEND="${RDEPEND}"
-
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-"
-
-PATCHES=( "${FILESDIR}"/${PN}-4.18-darwin.patch )
-
-src_prepare() {
-   # Sub-slot sanity check
-   local sub_slot=${SLOT#*/}
-   local sip_api_major_nr=$(sed -nre 's:^#define 
SIP_API_MAJOR_NR\s+([0-9]+):\1:p' siplib/sip.h.in)
-   if [[ ${sub_slot} != ${sip_api_major_nr} ]]; then
-   eerror
-   eerror "Ebuild sub-slot (${sub_slot}) does not match 
SIP_API_MAJOR_NR (${sip_api_major_nr})"
-   eerror "Please update SLOT variable as follows:"
-   eerror "SLOT=\"${SLOT%%/*}/${sip_api_major_nr}\""
-   eerror
-   die "sub-slot sanity check failed"
-   fi
-
-   default
-}
-
-src_configure() {
-   configuration() {
-   local myconf=(
-   "${PYTHON}"
-   "${S}"/configure.py
-   --bindir="${EPREFIX}/usr/bin"
-   --destdir="$(python_get_sitedir)"
-   --incdir="$(python_get_includedir)"
-   $(usex debug --debug '')
-   AR="$(tc-getAR) cqs"
-   CC="$(tc-getCC)"
-   CFLAGS="${CFLAGS}"
-   CFLAGS_RELEASE=
-   CXX="$(tc-getCXX)"
-   CXXFLAGS="${CXXFLAGS}"
-   CXXFLAGS_RELEASE=
-   LINK="$(tc-getCXX)"
-   LINK_SHLIB="$(tc-getCXX)"
-   LFLAGS="${LDFLAGS}"
-   LFLAGS_RELEASE=
-   RANLIB=
-   STRIP=
-   )
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die
-   }
-   python_foreach_impl run_in_build_dir configuration
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   installation() {
-   emake DESTDIR="${D}" install
-   python_optimize
-   }
-   python_foreach_impl run_in_build_dir installation
-
-   einstalldocs
-   use doc && dodoc -r doc/html
-}

diff --git a/dev-python/sip/sip-4.19.7.ebuild b/dev-python/sip/sip-4.19.7.ebuild
deleted file mode 100644
index 08a8e8d9377..000
--- a/dev-python/sip/sip-4.19.7.ebuild
+++ /dev/null
@@ 

[gentoo-commits] repo/gentoo:master commit in: dev-python/PythonQt/, dev-python/PythonQt/files/

2018-05-10 Thread Andreas Sturmlechner
commit: a14c8aababc99e1aeda80a504c5d817c28d04bb9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May  6 18:58:46 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 14:16:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a14c8aab

dev-python/PythonQt: Drop 3.1 and 3.1-r1

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-python/PythonQt/Manifest   |   1 -
 dev-python/PythonQt/PythonQt-3.1-r1.ebuild |  88 --
 dev-python/PythonQt/PythonQt-3.1.ebuild|  88 --
 .../files/PythonQt-3.1-commit-433-441.patch| 301 -
 4 files changed, 478 deletions(-)

diff --git a/dev-python/PythonQt/Manifest b/dev-python/PythonQt/Manifest
index 6301ac437fb..22e4ca79911 100644
--- a/dev-python/PythonQt/Manifest
+++ b/dev-python/PythonQt/Manifest
@@ -1,2 +1 @@
-DIST PythonQt3.1.zip 4526699 BLAKE2B 
37d79f4d12bc1e4909d08c0ba4c2b95c233aba5097898498575733f323a8d1a5079e85e35e6272d0271421cb945d8a359330ba5ac9854ebcc7b95030b6cf1ad1
 SHA512 
b3c208e3f909ebb15d40a6e83385f03e6196a8439e39cad4f924e7b1e774edbce83680298ab032161619d1358696a0d073028860f68540aadd8028b712ae8fc1
 DIST PythonQt3.2.zip 4539058 BLAKE2B 
c50b8333b71b6cbce6f372a0292a0ccfe791dc7eae5c660d4e6d1f5f2b3355644e3fd8cce9a514f0500e935f96c46976d0046ddd716465adb35d225e3c4cfeca
 SHA512 
1ee0f50f5035568b38e945108f5496ba64355c6357c1ea8dfc17ad90fa360540769f94e0b3e0e398176e8a21c8afe139607f0b5a2e82c63f1cbd40201a25e0f0

diff --git a/dev-python/PythonQt/PythonQt-3.1-r1.ebuild 
b/dev-python/PythonQt/PythonQt-3.1-r1.ebuild
deleted file mode 100644
index efab4efcc45..000
--- a/dev-python/PythonQt/PythonQt-3.1-r1.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-MY_P=${PN}${PV}
-
-inherit qmake-utils python-single-r1
-
-DESCRIPTION="A dynamic Python binding for the Qt framework"
-HOMEPAGE="http://pythonqt.sourceforge.net/;
-SRC_URI="mirror://sourceforge/pythonqt/pythonqt/${P}/${MY_P}.zip"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc +extensions webkit"
-
-RDEPEND="${PYTHON_DEPS}
-   http://pythonqt.sourceforge.net/;
-SRC_URI="mirror://sourceforge/pythonqt/pythonqt/${P}/${MY_P}.zip"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc +extensions webkit"
-
-RDEPEND="${PYTHON_DEPS}
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   extensions? (
-   dev-qt/designer:5
-   dev-qt/qtdeclarative:5[widgets]
-   dev-qt/qtmultimedia:5[widgets]
-   dev-qt/qtnetwork:5
-   dev-qt/qtopengl:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtsql:5
-   dev-qt/qtsvg:5
-   dev-qt/qtxml:5
-   dev-qt/qtxmlpatterns:5
-   webkit? ( dev-qt/qtwebkit:5 )
-   )"
-DEPEND="${RDEPEND}
-   dev-qt/qtxml:5
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )"
-
-S="${WORKDIR}/${MY_P}"
-
-REQUIRED_USE="webkit? ( extensions ) ${PYTHON_REQUIRED_USE}"
-
-# Bring uitools back, backport other fixes from trunk
-PATCHES=( "${FILESDIR}/${P}-commit-433-441.patch" )
-
-src_prepare() {
-   default
-
-   if ! use extensions ; then
-   sed -i '/SUBDIRS/s/extensions//' PythonQt.pro || die "sed for 
extensions"
-   fi
-   if ! use webkit ; then
-   # Remove webkit support if not used
-   sed -i '/qtHaveModule(webkit):CONFIG += PythonQtWebKit/d' \
-   extensions/PythonQt_QtAll/PythonQt_QtAll.pro \
-   || die "sed for webkit"
-   fi
-
-   # Unset python version to use python-config
-   sed -i "/unix:PYTHON_VERSION=/s/2.7//" build/python.prf \
-   || die "sed for python version"
-}
-
-src_configure() {
-   eqmake5 PREFIX="${ED%/}"/usr
-}
-
-src_install() {
-   einstalldocs
-
-   # Includes
-   insinto /usr/include/PythonQt
-   doins -r src/*.h
-   insinto /usr/include/PythonQt/gui
-   doins -r src/gui/*.h
-
-   if use extensions ; then
-   insinto /usr/include/PythonQt/extensions/PythonQt_QtAll
-   doins -r extensions/PythonQt_QtAll/*.h
-   fi
-
-   # Libraries
-   dolib.so lib/libPythonQt*
-}

diff --git a/dev-python/PythonQt/files/PythonQt-3.1-commit-433-441.patch 
b/dev-python/PythonQt/files/PythonQt-3.1-commit-433-441.patch
deleted file mode 100644
index 90d3cb9d2ec..000
--- a/dev-python/PythonQt/files/PythonQt-3.1-commit-433-441.patch
+++ /dev/null
@@ -1,301 +0,0 @@
-diff -uprNEBZ --suppress-blank-empty 
a/extensions/PythonQt_QtAll/PythonQt_QtAll.cpp 
b/extensions/PythonQt_QtAll/PythonQt_QtAll.cpp
 a/extensions/PythonQt_QtAll/PythonQt_QtAll.cpp 2016-06-09 
06:46:16.0 -0500
-+++ 

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

2018-05-10 Thread Andreas Sturmlechner
commit: 266b4055304cedb8842aaab352f2726fe5cb5f3f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May  6 18:55:13 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 14:16:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=266b4055

dev-python/PyQt5: Drop 5.7.1

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-python/PyQt5/Manifest   |   1 -
 dev-python/PyQt5/PyQt5-5.7.1.ebuild | 195 
 2 files changed, 196 deletions(-)

diff --git a/dev-python/PyQt5/Manifest b/dev-python/PyQt5/Manifest
index f19f0075d9c..45f36f7c52f 100644
--- a/dev-python/PyQt5/Manifest
+++ b/dev-python/PyQt5/Manifest
@@ -1,3 +1,2 @@
 DIST PyQt5_gpl-5.10.1.tar.gz 3110469 BLAKE2B 
75e24bd8c0739d47eff6212435aa783eaa302633beb0494f099edc3f8f99600cd03dc3cba5152ed7ae703cfe445ecae06ec5d2281dd7c0640c71db041659bd6f
 SHA512 
04cd0292f7a088f9c0d088d7c73ec96cfc40253f771dfdf194eb92be7635e6fcaf04863fa24215e9c34a096658549bb2feeb8d8fdca1e39ed87f0256ef0f790b
-DIST PyQt5_gpl-5.7.1.tar.gz 3733746 BLAKE2B 
de8aea058876d740f391901434fa2c7ca1760b323b555efb48b06f8ba3213baccec676bc3984832e0775b28f0d2b2ddf0c37fa35317c237ed9af2e20469ff9ae
 SHA512 
7498713f73807522e58ae38ff58548cf80c2f2c418d6c55e20ce613cdc997e4ee7139076f1f152c7c3edb970bde14febc3496009f934e31ff71f01a1605f558f
 DIST PyQt5_gpl-5.9.2.tar.gz 3102848 BLAKE2B 
b87f25693aa2b2029f89cf13665bf88f14de8827d43ba757344ab9bdef0b0c197abb8386308c72925da263cabb6efd3f104db8a350c51fca3fba8c7c06b6
 SHA512 
5af2e65addaed7dd02d8dbf7a7c63767e565fc8edeb7b51e5991a00cda29f75b666529097646e821aaff556f350a929fd451f548bba76e97355b7fe10bd913bc

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

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

2018-05-10 Thread Andreas Sturmlechner
commit: 37f4519fe77972977a705231c56835d9bc9aeb5b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May  6 20:47:10 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 14:21:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f4519f

dev-python/restkit: De-stabilise arm

Package-Manager: Portage-2.3.36, Repoman-2.3.9

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

diff --git a/dev-python/restkit/restkit-4.2.2.ebuild 
b/dev-python/restkit/restkit-4.2.2.ebuild
index 0302d85a8b4..044ce7bfa2a 100644
--- a/dev-python/restkit/restkit-4.2.2.ebuild
+++ b/dev-python/restkit/restkit-4.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ppc64 ~s390 ~sh x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 ~s390 ~sh x86"
 IUSE="+cli doc examples test"
 
 PY27_USEDEP="$(python_gen_usedep python2_7)"



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

2018-05-10 Thread Andreas Sturmlechner
commit: 355e01f173c5b694c675c1f2c0c75a60734cee92
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May  6 20:45:19 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 14:16:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=355e01f1

profiles: arm: Stable-mask dev-python/{pyquery,wsgiproxy2}[test]

 profiles/arch/arm/package.use.stable.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/arch/arm/package.use.stable.mask 
b/profiles/arch/arm/package.use.stable.mask
index 3ff39a74162..617f9413b9f 100644
--- a/profiles/arch/arm/package.use.stable.mask
+++ b/profiles/arch/arm/package.use.stable.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Andreas Sturmlechner  (07 May 2018)
+# Requires not stabilised dev-python/restkit
+dev-python/wsgiproxy2 test
+dev-python/pyquery test
+
 # Andreas Sturmlechner  (07 May 2018)
 # Requires not stabilised Qt5
 app-i18n/ibus kde



[gentoo-commits] repo/gentoo:master commit in: dev-libs/quazip/, app-text/qpdfview/, net-p2p/bitcoin-qt/

2018-05-10 Thread Andreas Sturmlechner
commit: c64f54ec773ef55308fa2e7b6f7765a5d687ff7e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May  6 17:23:12 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 14:16:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c64f54ec

*/*: arm: De-stabilise Qt5 revdeps

 app-text/qpdfview/qpdfview-0.4.16.ebuild| 2 +-
 dev-libs/quazip/quazip-0.7.3-r1.ebuild  | 2 +-
 net-p2p/bitcoin-qt/bitcoin-qt-0.15.1.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-text/qpdfview/qpdfview-0.4.16.ebuild 
b/app-text/qpdfview/qpdfview-0.4.16.ebuild
index 89e07a090fb..8ae9621ec5d 100644
--- a/app-text/qpdfview/qpdfview-0.4.16.ebuild
+++ b/app-text/qpdfview/qpdfview-0.4.16.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
 IUSE="cups +dbus djvu fitz +pdf postscript +sqlite +svg synctex"
 
 REQUIRED_USE="?? ( fitz pdf )"

diff --git a/dev-libs/quazip/quazip-0.7.3-r1.ebuild 
b/dev-libs/quazip/quazip-0.7.3-r1.ebuild
index 781a9209c71..e12ecc1c0e4 100644
--- a/dev-libs/quazip/quazip-0.7.3-r1.ebuild
+++ b/dev-libs/quazip/quazip-0.7.3-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0"
-KEYWORDS="amd64 arm ~hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
 RDEPEND="

diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-0.15.1.ebuild 
b/net-p2p/bitcoin-qt/bitcoin-qt-0.15.1.ebuild
index 0e17c7c8052..3e86deab6af 100644
--- a/net-p2p/bitcoin-qt/bitcoin-qt-0.15.1.ebuild
+++ b/net-p2p/bitcoin-qt/bitcoin-qt-0.15.1.ebuild
@@ -21,7 +21,7 @@ DESCRIPTION="An end-user Qt GUI for the Bitcoin 
crypto-currency"
 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc x86 ~amd64-linux ~x86-linux"
 
 SRC_URI="

https://github.com/${MyPN}/${MyPN}/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
${MyPN}-v${PV}.tar.gz



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

2018-05-10 Thread Andreas Sturmlechner
commit: 45860b3415660f57ed5f4a025b03afa4233631dc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May  7 17:50:00 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 14:16:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45860b34

profiles: arm: Stable-mask media-sound/pulseaudio[qt4]

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

diff --git a/profiles/arch/arm/package.use.stable.mask 
b/profiles/arch/arm/package.use.stable.mask
index 617f9413b9f..7efb190bb3b 100644
--- a/profiles/arch/arm/package.use.stable.mask
+++ b/profiles/arch/arm/package.use.stable.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Andreas Sturmlechner  (07 May 2018)
+# Requires unstable dev-python/PyQt4
+media-sound/pulseaudio qt4
+
 # Andreas Sturmlechner  (07 May 2018)
 # Requires not stabilised dev-python/restkit
 dev-python/wsgiproxy2 test



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

2018-05-10 Thread Andreas Sturmlechner
commit: bebb4122744062005e09fa542a363cccb4c84a54
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May  6 16:31:14 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 14:16:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bebb4122

profiles: arm: Stable-mask Qt5 USE-revdeps

 profiles/arch/arm/package.use.stable.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/arch/arm/package.use.stable.mask 
b/profiles/arch/arm/package.use.stable.mask
index 351716712a4..3ff39a74162 100644
--- a/profiles/arch/arm/package.use.stable.mask
+++ b/profiles/arch/arm/package.use.stable.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Andreas Sturmlechner  (07 May 2018)
+# Requires not stabilised Qt5
+app-i18n/ibus kde
+dev-qt/qtchooser test
+
 # Andreas Sturmlechner  (07 May 2018)
 # Requires not stabilised dev-python/matplotlib
 dev-python/numpydoc test



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

2018-05-10 Thread Andreas Sturmlechner
commit: 70f1e3d74b443b6045a2bc2d1a00edf2f79bd841
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May  6 20:49:20 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 14:21:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70f1e3d7

dev-python/ipython: De-stabilise arm

Bug: https://bugs.gentoo.org/596714
Package-Manager: Portage-2.3.36, Repoman-2.3.9

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

diff --git a/dev-python/ipython/ipython-3.2.1-r1.ebuild 
b/dev-python/ipython/ipython-3.2.1-r1.ebuild
index 60fb120e033..912566cbee2 100644
--- a/dev-python/ipython/ipython-3.2.1-r1.ebuild
+++ b/dev-python/ipython/ipython-3.2.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm ~mips ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~mips ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="doc examples matplotlib mongodb notebook nbconvert octave qt4 +smp test 
wxwidgets"
 
 REQUIRED_USE="



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

2018-05-10 Thread Andreas Sturmlechner
commit: 64120c499d3e96c877face713b7f1c65975a4b9d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 11:30:01 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 14:10:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64120c49

profiles: Mask dev-python/pyside-tools for removal

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 09efcdc8571..bc989747a7a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (10 May 2018)
+# Depends on dead Qt4. Masked for removal in 30 days.
+dev-python/pyside-tools
+
 # Andreas Sturmlechner  (10 May 2018)
 # Depends on dead Qt4, newer versions do not provide a GUI.
 # Masked for removal, bug #649572



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

2018-05-10 Thread Andreas Sturmlechner
commit: 5095e608bfa81d67bcfbee8456a4915cb58dc73d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 11:28:33 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 14:10:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5095e608

dev-python/matplotlib: Restore ~arm on 2.2.2

As 2.2.0 was keyworded just fine.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

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

diff --git a/dev-python/matplotlib/matplotlib-2.2.2.ebuild 
b/dev-python/matplotlib/matplotlib-2.2.2.ebuild
index ab5d6e06efa..d1fc0c28597 100644
--- a/dev-python/matplotlib/matplotlib-2.2.2.ebuild
+++ b/dev-python/matplotlib/matplotlib-2.2.2.ebuild
@@ -18,7 +18,7 @@ SLOT="0"
 # matplotlib/backends/qt4_editor: MIT
 # Fonts: BitstreamVera, OFL-1.1
 LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="cairo doc excel examples gtk2 gtk3 latex pyside qt5 test tk wxwidgets"
 
 PY2_FLAGS="|| ( $(python_gen_useflags python2_7) )"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pandas/files/, dev-python/pandas/

2018-05-10 Thread Andreas Sturmlechner
commit: 5ac896040260eb9b03fdc10512f2e22dee798630
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 12:01:54 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 14:10:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ac89604

dev-python/pandas: Drop old

Bug: https://bugs.gentoo.org/649104
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-python/pandas/Manifest |   5 -
 .../files/pandas-0.17.0-testfix-backport.patch |  28 
 dev-python/pandas/metadata.xml |   3 -
 dev-python/pandas/pandas-0.16.2.ebuild | 128 
 dev-python/pandas/pandas-0.17.0.ebuild | 137 -
 dev-python/pandas/pandas-0.17.1.ebuild | 166 -
 dev-python/pandas/pandas-0.20.1.ebuild | 162 
 dev-python/pandas/pandas-0.20.3.ebuild | 157 ---
 8 files changed, 786 deletions(-)

diff --git a/dev-python/pandas/Manifest b/dev-python/pandas/Manifest
index ca22c715c1c..d1daf66ed35 100644
--- a/dev-python/pandas/Manifest
+++ b/dev-python/pandas/Manifest
@@ -1,7 +1,2 @@
-DIST pandas-0.16.2.tar.gz 4931751 BLAKE2B 
5ffd1df908580d966f782a7b371c7798b65ae7caacda3d8591c8de770e2f9008a3d026d9cb7f80ae857db3c24c41c0d21b8586862c39ec1b20f6e02c28e1a79f
 SHA512 
44874e12a42a01dd7ed88f3f97e954732a534a5e2dc4815ef6203bdb2d88850a607e6631a35ae8fc79f4621a5dfaa34f39bb1c9a0ecfb17da1cf0c10f35ff27b
-DIST pandas-0.17.0.tar.gz 6508621 BLAKE2B 
226bf513c4fc7261331114832880da71f7b881e906d6739a81bc7c6bb048f3eeecc9806aa65c7eed246ea4df16c380595bd432ab7c25b9964ca8b879a7f705cf
 SHA512 
bae6964e263c7ff6cac722cdfe23081f23c357d9bc39a670b5627bef4630c236a58aa8c0393eae921721bf7049c8e5266b4dea71dd957da5d89dafc14a04797b
-DIST pandas-0.17.1.tar.gz 6674479 BLAKE2B 
0d61f0a603f758aaef6c2eddf6d70307255679b2ef0b599e81b3a4c0e67ebd7584b1f3d436e34d02264b9c17317508f40c5186fd874b4a362efa6edf68eef900
 SHA512 
9d9f9064585b1f3551625e0c8f4eedaaa1253790c2a5cb28e58e70eb805cc18f9770d793aa748cbd76798488ff60efdd01eb4b21daf5ad8f1dc4d9c050487234
 DIST pandas-0.19.1.tar.gz 8360233 BLAKE2B 
82611ca1a3e3169ac2d084f4dcd9c4d4d74e9e9c9913a41acad48ae68a208a884dfd877445a7d658a7ff098ef383cedae7e79a4900baa8d56c032ce9aaad96eb
 SHA512 
6451990a7fae8c6db8ab0b014a13b4f1828754d3998f13c17b111f891fb9fd23f8e09b907623096dfa55668c42298eee1373210a9fddb95f56dd7d552b964e6f
-DIST pandas-0.20.1.tar.gz 10307434 BLAKE2B 
f8490a4a7f5c165753df274a0dea81552efc90a0cbf78d9e1fbeb6d0bc26e8ffaf3dbdf796a3abfb29d01332004af2adfbd9946c69d905f309cc730613de8123
 SHA512 
d477a815914c825efd6430f7eb19f3f9115c1c4ab03000ca6d4f64023f7b5f53eff512792fea2d8b33c7febb3667fc3a3de55f11eeb453f285cae40e6b473707
-DIST pandas-0.20.3.tar.gz 10402185 BLAKE2B 
a2c8d8f0007d481ccb897d2e9be106319cd3b7c0edf397fb99e7c6f43511c218ff5e7a7f099fcf23406f7e3ea691272e75c0f130cce991ccf159df7223d26584
 SHA512 
891c7e04d075f96fadf3775e903472e279eaeaa4509eb0da81a74261a3ed86ff309de0b5a2c100ee93dd968fed1df6d7e426ca78785b2b36785fe7679218fdc5
 DIST pandas-0.23.0rc2.tar.gz 12542694 BLAKE2B 
7c6383d32430fec89b7d5cbb1f8eef0f2201ba85d5865118fa035b6ad4c852b5f4e691f98f0cf3ac5c1283720025f8500c43414d0931af5211972208428537bd
 SHA512 
3df13f74dbcac00baffd39c732751d4e7bd16adf529b60b05b2373651d86e0aba37d6f3a4339df170e9ab3d89ee03fc18827dd3728ff972bcdfe3a0604bff59d

diff --git a/dev-python/pandas/files/pandas-0.17.0-testfix-backport.patch 
b/dev-python/pandas/files/pandas-0.17.0-testfix-backport.patch
deleted file mode 100644
index c83319256f2..000
--- a/dev-python/pandas/files/pandas-0.17.0-testfix-backport.patch
+++ /dev/null
@@ -1,28 +0,0 @@
- pandas/tests/test_categorical.py | 10 ++
- 1 file changed, 6 insertions(+), 4 deletions(-)
-
-diff --git a/pandas/tests/test_categorical.py 
b/pandas/tests/test_categorical.py
-old mode 100755
-new mode 100644
-index e97010e..1d14323
 a/pandas/tests/test_categorical.py
-+++ b/pandas/tests/test_categorical.py
-@@ -86,12 +86,14 @@ class TestCategorical(tm.TestCase):
- factor = Categorical.from_array(arr, ordered=False)
- self.assertFalse(factor.ordered)
- 
--# this however will raise as cannot be sorted
--# but fixed in newer versions of numpy
--if LooseVersion(np.__version__) < "1.10":
-+if compat.PY3:
- self.assertRaises(TypeError, lambda :  
Categorical.from_array(arr, ordered=True))
- else:
--Categorical.from_array(arr, ordered=True)
-+# this however will raise as cannot be sorted (on PY3 or older 
numpies)
-+if LooseVersion(np.__version__) < "1.10":
-+self.assertRaises(TypeError, lambda :  
Categorical.from_array(arr, ordered=True))
-+else:
-+Categorical.from_array(arr, ordered=True)
- 
- def test_is_equal_dtype(self):
- 

diff --git a/dev-python/pandas/metadata.xml b/dev-python/pandas/metadata.xml
index 

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

2018-05-10 Thread Andreas Sturmlechner
commit: d63c0ffcfe6e9e054b1b8cc4820823a8c423f614
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 11:42:12 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 14:10:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d63c0ffc

dev-python/matplotlib: Drop USE=pyside

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 ...tlib-.ebuild => matplotlib-2.2.2-r1.ebuild} | 101 +
 dev-python/matplotlib/matplotlib-.ebuild   |  15 ++-
 2 files changed, 49 insertions(+), 67 deletions(-)

diff --git a/dev-python/matplotlib/matplotlib-.ebuild 
b/dev-python/matplotlib/matplotlib-2.2.2-r1.ebuild
similarity index 72%
copy from dev-python/matplotlib/matplotlib-.ebuild
copy to dev-python/matplotlib/matplotlib-2.2.2-r1.ebuild
index 47834984e71..6cf20a9bd9e 100644
--- a/dev-python/matplotlib/matplotlib-.ebuild
+++ b/dev-python/matplotlib/matplotlib-2.2.2-r1.ebuild
@@ -1,18 +1,16 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
 PYTHON_REQ_USE='tk?,threads(+)'
 
-inherit distutils-r1 eutils flag-o-matic git-r3 multiprocessing virtualx 
toolchain-funcs
+inherit distutils-r1 flag-o-matic virtualx toolchain-funcs prefix
 
 DESCRIPTION="Pure python plotting library with matlab like syntax"
 HOMEPAGE="https://matplotlib.org/;
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/matplotlib/matplotlib.git;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 # Main license: matplotlib
@@ -20,39 +18,38 @@ SLOT="0"
 # matplotlib/backends/qt4_editor: MIT
 # Fonts: BitstreamVera, OFL-1.1
 LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
-KEYWORDS=""
-IUSE="cairo doc excel examples fltk gtk2 gtk3 latex pyside qt4 qt5 test tk 
wxwidgets"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="cairo doc excel examples gtk2 gtk3 latex qt5 test tk wxwidgets"
 
 PY2_FLAGS="|| ( $(python_gen_useflags python2_7) )"
 REQUIRED_USE="
doc? ( ${PY2_FLAGS} )
excel? ( ${PY2_FLAGS} )
-   fltk? ( ${PY2_FLAGS} )
gtk2? ( ${PY2_FLAGS} )
wxwidgets? ( ${PY2_FLAGS} )
test? (
-   cairo fltk latex pyside qt5 qt4 tk wxwidgets
+   cairo latex qt5 tk wxwidgets
|| ( gtk2 gtk3 )
)"
 
 # #456704 -- a lot of py2-only deps
 PY2_USEDEP=$(python_gen_usedep python2_7)
+PY2_DEPEND="
+   $(python_gen_cond_dep 'dev-python/functools32[${PYTHON_USEDEP}]' 
python2_7)
+   $(python_gen_cond_dep 'dev-python/subprocess32[${PYTHON_USEDEP}]' 
python2_7)
+   $(python_gen_cond_dep 
'dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]' python2_7)"
 COMMON_DEPEND="
dev-python/cycler[${PYTHON_USEDEP}]
-   >=dev-python/numpy-1.6[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.7.1[${PYTHON_USEDEP}]
dev-python/python-dateutil:0[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10[${PYTHON_USEDEP}]
media-fonts/stix-fonts
media-libs/freetype:2
media-libs/libpng:0
-   media-libs/qhull
-   cairo? (
-   || (
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   dev-python/cairocffi[${PYTHON_USEDEP}]
-   )
-   )
+   >=media-libs/qhull-2013
+   >=dev-python/kiwisolver-1.0.0[${PYTHON_USEDEP}]
+   cairo? ( dev-python/cairocffi[${PYTHON_USEDEP}] )
gtk2? (
dev-libs/glib:2=
x11-libs/gdk-pixbuf
@@ -64,17 +61,20 @@ COMMON_DEPEND="
 #  dev-python/pycxx
 
 DEPEND="${COMMON_DEPEND}
+   ${PY2_DEPEND}
dev-python/versioneer[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
virtual/pkgconfig
doc? (
app-text/dvipng
+   dev-python/colorspacious[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/ipython[${PYTHON_USEDEP}]
dev-python/mock[${PY2_USEDEP}]
dev-python/numpydoc[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   !~dev-python/sphinx-1.3.4
+   sci-libs/scipy[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-gallery-0.1.12[${PYTHON_USEDEP}]
dev-python/xlwt[${PYTHON_USEDEP}]
dev-texlive/texlive-latexextra
dev-texlive/texlive-fontsrecommended
@@ -87,9 +87,9 @@ DEPEND="${COMMON_DEPEND}
)"
 
 RDEPEND="${COMMON_DEPEND}
+   ${PY2_DEPEND}
>=dev-python/pyparsing-1.5.6[${PYTHON_USEDEP}]
excel? ( dev-python/xlwt[${PYTHON_USEDEP}] )
-   fltk? ( dev-python/pyfltk[${PYTHON_USEDEP}] )
gtk3? (

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

2018-05-10 Thread Andreas Sturmlechner
commit: 12aaf19b09317d73f8dc6d087bc52f7307ccbf1c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 11:35:04 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 14:10:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12aaf19b

dev-python/QtPy: Drop USE=pyside,pyqt5

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-python/QtPy/QtPy-1.3.1-r1.ebuild | 32 
 dev-python/QtPy/QtPy-1.4.0-r1.ebuild | 32 
 2 files changed, 64 insertions(+)

diff --git a/dev-python/QtPy/QtPy-1.3.1-r1.ebuild 
b/dev-python/QtPy/QtPy-1.3.1-r1.ebuild
new file mode 100644
index 000..7987c23cfe1
--- /dev/null
+++ b/dev-python/QtPy/QtPy-1.3.1-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Abstraction layer for PyQt5/PySide"
+HOMEPAGE="https://github.com/spyder-ide/qtpy;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="designer gui opengl svg testlib webkit"
+
+RDEPEND="
+   dev-python/PyQt5[${PYTHON_USEDEP},designer?,opengl?,svg?,webkit?]
+   gui? ( dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets] )
+   testlib? ( dev-python/PyQt5[${PYTHON_USEDEP},testlib] )
+"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+src_prepare() {
+   default
+
+   sed -i -e "s/from PyQt4.Qt import/raise ImportError #/" 
qtpy/__init__.py || die
+   sed -i -e "s/from PySide import/raise ImportError #/" qtpy/__init__.py 
|| die
+   sed -i -e "s/from PySide2 import/raise ImportError #/" qtpy/__init__.py 
|| die
+}

diff --git a/dev-python/QtPy/QtPy-1.4.0-r1.ebuild 
b/dev-python/QtPy/QtPy-1.4.0-r1.ebuild
new file mode 100644
index 000..0ec5a63afb8
--- /dev/null
+++ b/dev-python/QtPy/QtPy-1.4.0-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Abstraction layer for PyQt5/PySide"
+HOMEPAGE="https://github.com/spyder-ide/qtpy;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="designer gui opengl svg testlib webkit webengine"
+
+RDEPEND="
+   
dev-python/PyQt5[${PYTHON_USEDEP},designer?,opengl?,svg?,webkit?,webengine?]
+   gui? ( dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets] )
+   testlib? ( dev-python/PyQt5[${PYTHON_USEDEP},testlib] )
+"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+src_prepare() {
+   default
+
+   sed -i -e "s/from PyQt4.Qt import/raise ImportError #/" 
qtpy/__init__.py || die
+   sed -i -e "s/from PySide import/raise ImportError #/" qtpy/__init__.py 
|| die
+   sed -i -e "s/from PySide2 import/raise ImportError #/" qtpy/__init__.py 
|| die
+}



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

2018-05-10 Thread Andreas Sturmlechner
commit: 3c0a45c74ad384a9f00b31dd7f671c5f5292e31b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 12:26:37 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 14:10:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c0a45c7

net-p2p/pybitmessage: Relax dev-python/QtPy[pyqt5] USE-dep

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 6.3.2_p20180326.ebuild => pybitmessage-0.6.3.2_p20180326-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/pybitmessage/pybitmessage-0.6.3.2_p20180326.ebuild 
b/net-p2p/pybitmessage/pybitmessage-0.6.3.2_p20180326-r1.ebuild
similarity index 96%
rename from net-p2p/pybitmessage/pybitmessage-0.6.3.2_p20180326.ebuild
rename to net-p2p/pybitmessage/pybitmessage-0.6.3.2_p20180326-r1.ebuild
index b06261624b0..5c6c63027b5 100644
--- a/net-p2p/pybitmessage/pybitmessage-0.6.3.2_p20180326.ebuild
+++ b/net-p2p/pybitmessage/pybitmessage-0.6.3.2_p20180326-r1.ebuild
@@ -29,7 +29,7 @@ RDEPEND="${DEPEND}
dev-python/u-msgpack[${PYTHON_USEDEP}]
)
dev-python/PyQt5[${PYTHON_USEDEP}]
-   dev-python/QtPy[gui,pyqt5,${PYTHON_USEDEP}]
+   >=dev-python/QtPy-1.3.1[gui,pyqt5(+),${PYTHON_USEDEP}]
debug? ( dev-python/python-prctl[${PYTHON_USEDEP}] )
libnotify? (
dev-python/pygobject[${PYTHON_USEDEP}]



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

2018-05-10 Thread Andreas Sturmlechner
commit: 4825d7cef9cdcb79345ed8c97ab2b599dbe2ff16
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 11:35:40 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 14:10:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4825d7ce

dev-python/QtPy: Drop old

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-python/QtPy/QtPy-1.3.1.ebuild | 48 ---
 dev-python/QtPy/QtPy-1.4.0.ebuild | 48 ---
 dev-python/QtPy/metadata.xml  |  2 --
 3 files changed, 98 deletions(-)

diff --git a/dev-python/QtPy/QtPy-1.3.1.ebuild 
b/dev-python/QtPy/QtPy-1.3.1.ebuild
deleted file mode 100644
index de40764e990..000
--- a/dev-python/QtPy/QtPy-1.3.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Abstraction layer for PyQt5/PySide"
-HOMEPAGE="https://github.com/spyder-ide/qtpy;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="designer gui opengl +pyqt5 pyside svg testlib webkit"
-
-REQUIRED_USE="|| ( pyqt5 pyside ) webkit? ( pyqt5 )"
-
-RDEPEND="
-   pyqt5? (
-   
dev-python/PyQt5[${PYTHON_USEDEP},designer?,opengl?,svg?,webkit?]
-   gui? ( dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets] )
-   testlib? ( dev-python/PyQt5[${PYTHON_USEDEP},testlib] )
-   )
-   pyside? (
-   dev-python/pyside[${PYTHON_USEDEP},designer?,opengl?,svg?]
-   gui? ( dev-python/pyside[${PYTHON_USEDEP},X] )
-   testlib? ( dev-python/pyside[${PYTHON_USEDEP},X] )
-   )
-"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-src_prepare() {
-   default
-
-   sed -i -e "s/from PyQt4.Qt import/raise ImportError #/" 
qtpy/__init__.py || die
-
-   if ! use pyqt5; then
-   sed -i -e "s/from PyQt5.Qt import/raise ImportError #/" 
qtpy/__init__.py || die
-   fi
-
-   if ! use pyside; then
-   sed -i -e "s/from PySide import/raise ImportError #/" 
qtpy/__init__.py || die
-   sed -i -e "s/from PySide2 import/raise ImportError #/" 
qtpy/__init__.py || die
-   fi
-}

diff --git a/dev-python/QtPy/QtPy-1.4.0.ebuild 
b/dev-python/QtPy/QtPy-1.4.0.ebuild
deleted file mode 100644
index 67ff013c69f..000
--- a/dev-python/QtPy/QtPy-1.4.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Abstraction layer for PyQt5/PySide"
-HOMEPAGE="https://github.com/spyder-ide/qtpy;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="designer gui opengl +pyqt5 pyside svg testlib webkit webengine"
-
-REQUIRED_USE="|| ( pyqt5 pyside ) webkit? ( pyqt5 )"
-
-RDEPEND="
-   pyqt5? (
-   
dev-python/PyQt5[${PYTHON_USEDEP},designer?,opengl?,svg?,webkit?,webengine?]
-   gui? ( dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets] )
-   testlib? ( dev-python/PyQt5[${PYTHON_USEDEP},testlib] )
-   )
-   pyside? (
-   dev-python/pyside[${PYTHON_USEDEP},designer?,opengl?,svg?]
-   gui? ( dev-python/pyside[${PYTHON_USEDEP},X] )
-   testlib? ( dev-python/pyside[${PYTHON_USEDEP},X] )
-   )
-"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-src_prepare() {
-   default
-
-   sed -i -e "s/from PyQt4.Qt import/raise ImportError #/" 
qtpy/__init__.py || die
-
-   if ! use pyqt5; then
-   sed -i -e "s/from PyQt5.Qt import/raise ImportError #/" 
qtpy/__init__.py || die
-   fi
-
-   if ! use pyside; then
-   sed -i -e "s/from PySide import/raise ImportError #/" 
qtpy/__init__.py || die
-   sed -i -e "s/from PySide2 import/raise ImportError #/" 
qtpy/__init__.py || die
-   fi
-}

diff --git a/dev-python/QtPy/metadata.xml b/dev-python/QtPy/metadata.xml
index f7b2b130bc4..e1b8d6e3aa7 100644
--- a/dev-python/QtPy/metadata.xml
+++ b/dev-python/QtPy/metadata.xml
@@ -18,8 +18,6 @@
   
 Build bindings for the QtDesigner module and enable 
the designer plugin
 Build bindings for the QtGui module
-Enable the dev-python/PyQt5 backend
-Enable the dev-python/pyside backend
 Build bindings for the QtSvg module
 Build bindings for the QtTest module
 Build bindings for the QtWebEngine module



[gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/, dev-python/matplotlib/files/

2018-05-10 Thread Andreas Sturmlechner
commit: 77d25c2e6c43eecf7805a3635188e3b9c57b81f3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 11:46:15 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 14:10:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77d25c2e

dev-python/matplotlib: Drop old

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-python/matplotlib/Manifest |   1 -
 .../matplotlib-1.4.3-backport-GH5291-2462.patch| 126 --
 .../files/matplotlib-1.4.3-cross-compile-1.patch   |  50 
 .../files/matplotlib-1.4.3-cross-compile-2.patch   |  54 -
 .../files/matplotlib-1.4.3-cross-compile-3.patch   |  58 -
 .../files/matplotlib-2.2.0-doc-make.patch  |  10 -
 dev-python/matplotlib/matplotlib-2.2.0.ebuild  | 257 -
 dev-python/matplotlib/matplotlib-2.2.2.ebuild  | 257 -
 8 files changed, 813 deletions(-)

diff --git a/dev-python/matplotlib/Manifest b/dev-python/matplotlib/Manifest
index 39b41fe50aa..1eded76c0c5 100644
--- a/dev-python/matplotlib/Manifest
+++ b/dev-python/matplotlib/Manifest
@@ -1,3 +1,2 @@
 DIST matplotlib-2.1.2.tar.bz2 33422388 BLAKE2B 
cb4826b563e9820a17e568de78044cb81af6fbe86221505fe9cfbab7e06fb95cc3a4eff8772443197cdddf6e49b4b59d204fab39054e627b95f0169b74f630a4
 SHA512 
861354363f625a45f40ce7b31263088c950c8664b8ef13f8019da222ba4a8df7d0a8ee048a1bd84102e472ec48318cfea9df905d58a28efb788ba59cd5348061
-DIST matplotlib-2.2.0.tar.gz 37246563 BLAKE2B 
98d0b2cd6221f7e35d6d023b9c580733370b2def914e1ea879245a10399767f6269d81da561630518d1663da4b8afadf801c627b4c713cc37ad628a917cc446a
 SHA512 
70932e4511e6748cc97c1c6b55705d31e93c1c2bd91b163158a4585dd916318337243ba89e6a62319c628fba955bb768bb73380991f6b7ed8678ef61413926e5
 DIST matplotlib-2.2.2.tar.gz 37317332 BLAKE2B 
4120265263c5b1e4ab57f7c0eb7a477b4071a5f219d1d6328d6ed51d44460217c7c4da82a4b7d13c6ba9f80308406a217f2dbcfa310f3137cbe8bc56a9ef0eef
 SHA512 
1d21ef821190f22354098f8f0db6449f237acbf3c1419ab3815ecd4e9c6922fd3f00c4a8f60858e319b55b6fb2e8fe2922c0bf8e72b204e7edff0b409cf76320

diff --git 
a/dev-python/matplotlib/files/matplotlib-1.4.3-backport-GH5291-2462.patch 
b/dev-python/matplotlib/files/matplotlib-1.4.3-backport-GH5291-2462.patch
deleted file mode 100644
index d6b2ae86003..000
--- a/dev-python/matplotlib/files/matplotlib-1.4.3-backport-GH5291-2462.patch
+++ /dev/null
@@ -1,126 +0,0 @@
-commit f98c4846dc3c15b3d24aafb973764cb9b860d935
-Author: Thomas A Caswell 
-Date:   Sat Jan 10 16:10:29 2015 -0500
-
-MNT : removed deprecated method/kwargs from patheffects
-
-Deprecated in #2462 / 84e0063bd37c629f129d36c548e8ce3a30692cae
-
-attn @pelson had to known-fail a test which was using the
-proxy renderer to verify that PathEffectRender was working
-correctly.
-
-diff --git a/lib/matplotlib/patheffects.py b/lib/matplotlib/patheffects.py
-index 13f8ce0..19e1c4a 100644
 a/lib/matplotlib/patheffects.py
-+++ b/lib/matplotlib/patheffects.py
-@@ -10,9 +10,7 @@ from __future__ import (absolute_import, division, 
print_function,
- import six
- 
- from matplotlib.backend_bases import RendererBase
--from matplotlib.backends.backend_mixed import MixedModeRenderer
- import matplotlib.transforms as mtransforms
--import matplotlib.cbook as cbook
- from matplotlib.colors import colorConverter
- import matplotlib.patches as mpatches
- 
-@@ -42,12 +40,6 @@ class AbstractPathEffect(object):
- return transform + self._offset_trans.clear().translate(offset_x,
- offset_y)
- 
--def get_proxy_renderer(self, renderer):
--"""Return a PathEffectRenderer instance for this PathEffect."""
--cbook.deprecated('v1.4', name='get_proxy_renderer',
-- alternative='PathEffectRenderer')
--return PathEffectRenderer([self], renderer)
--
- def _update_gc(self, gc, new_gc_dict):
- """
- Update the given GraphicsCollection with the given
-@@ -219,9 +211,9 @@ class withStroke(Stroke):
- 
- class SimplePatchShadow(AbstractPathEffect):
- """A simple shadow via a filled patch."""
--def __init__(self, offset=(2,-2),
-- shadow_rgbFace=None, alpha=None, patch_alpha=None,
-- rho=0.3, offset_xy=None, **kwargs):
-+def __init__(self, offset=(2, -2),
-+ shadow_rgbFace=None, alpha=None,
-+ rho=0.3, **kwargs):
- """
- Parameters
- --
-@@ -241,24 +233,12 @@ class SimplePatchShadow(AbstractPathEffect):
- :meth:`AbstractPathEffect._update_gc`.
- 
- """
--if offset_xy is not None:
--cbook.deprecated('v1.4', 'The offset_xy keyword is deprecated. '
-- 'Use the offset keyword instead.')
--offset = offset_xy
- super(SimplePatchShadow, self).__init__(offset)
- 
- if 

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

2018-05-10 Thread Johannes Huber
commit: a25def298819ba1c7b5a57f1625eb2486706e7f6
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu May 10 13:51:35 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu May 10 14:09:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a25def29

app-misc/neofetch: Remove 3.1.0

Overshadowed by 3.3.0.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-misc/neofetch/Manifest  |  1 -
 app-misc/neofetch/neofetch-3.1.0.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 2770c0b618f..0821821d658 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,4 +1,3 @@
-DIST neofetch-3.1.0.tar.gz 68930 BLAKE2B 
4809b972f0cb3ea641cbda00e617808891d4ae12ddfd52670d8ee490f4659540faf55b994d212e047d5926349dbe8478dc7e3caccf0f22c2b97b57cb9cdc
 SHA512 
0a13acadf1841c1e714c07f9643028446a1f4df6a79e7c3189c4c11d8854813dfbb983784d62dc59a9209893ee2339ca5642fe413d1066a5cb6e9e167ae74975
 DIST neofetch-3.2.0.tar.gz 71331 BLAKE2B 
073eeaa74691b3d262fcd0da8da76d9264dc012fda89ce045b4ccdbfead490049bd551d3ff95042a21fb0d6073d1120170f889492ec4ee50c57c3ecd786cb9e4
 SHA512 
790dd282b99437a416f25a895d5a3359be31d162447e2f59863c635c144045a6b81672e4469ca9b6eeba56fc927e787a67f0a317309bbc0f52500b0f9e072764
 DIST neofetch-3.3.0.tar.gz 76325 BLAKE2B 
c7bd860dd1f89f4b0e64a5a4dcc6551d548103abbdda0606fdbfa5edbe27d91da053198f219e223af56571a87d3af4b93f8f8d615ad4f377b1754da4bee50526
 SHA512 
aa220f3d177a3f58e7cb665209e6bd70334eb3d2daccf7ec9cb32353b8c23f53e000f7d412422c8d5fcf1132b39f4a9dc51141ed7359f45c1f0f7a189853baf0
 DIST neofetch-3.4.0.tar.gz 82090 BLAKE2B 
afc00b37d84cdf3ae0fd4037312b1c67fdadcbe99d6d602e8f3b6caa844b3780861c9d2522ec605ba5b7aa08e4e85ef804129da2ce3f6f01ab8b536704cdd182
 SHA512 
931648e8173eb91fdf5c79b5bb9b6efef132d30cf2f10d6f75dcff42f3661d40ceec712c109e90e2226e1aa85cad7676c438b6cad49e8298a77d990d9a3d197b

diff --git a/app-misc/neofetch/neofetch-3.1.0.ebuild 
b/app-misc/neofetch/neofetch-3.1.0.ebuild
deleted file mode 100644
index 74d58f58175..000
--- a/app-misc/neofetch/neofetch-3.1.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Simple information system script"
-HOMEPAGE="https://github.com/dylanaraps/neofetch;
-SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz;
-LICENSE="MIT-with-advertising"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="X"
-
-RDEPEND="sys-apps/pciutils
-   X? (
-   x11-apps/xprop
-   x11-apps/xwininfo
-   x11-apps/xrandr
-   www-client/w3m[imlib]
-   media-libs/imlib2
-   media-gfx/imagemagick
-   )"



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

2018-05-10 Thread Johannes Huber
commit: 3a0d8ca2dcd777d764f6e2738bc45968ea75a868
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu May 10 13:52:21 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu May 10 14:09:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a0d8ca2

app-misc/neofetch: Remove 3.2.0

Overshadowed by 3.3.0.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-misc/neofetch/Manifest  |  1 -
 app-misc/neofetch/neofetch-3.2.0.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 0821821d658..92e0ce26aea 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,3 +1,2 @@
-DIST neofetch-3.2.0.tar.gz 71331 BLAKE2B 
073eeaa74691b3d262fcd0da8da76d9264dc012fda89ce045b4ccdbfead490049bd551d3ff95042a21fb0d6073d1120170f889492ec4ee50c57c3ecd786cb9e4
 SHA512 
790dd282b99437a416f25a895d5a3359be31d162447e2f59863c635c144045a6b81672e4469ca9b6eeba56fc927e787a67f0a317309bbc0f52500b0f9e072764
 DIST neofetch-3.3.0.tar.gz 76325 BLAKE2B 
c7bd860dd1f89f4b0e64a5a4dcc6551d548103abbdda0606fdbfa5edbe27d91da053198f219e223af56571a87d3af4b93f8f8d615ad4f377b1754da4bee50526
 SHA512 
aa220f3d177a3f58e7cb665209e6bd70334eb3d2daccf7ec9cb32353b8c23f53e000f7d412422c8d5fcf1132b39f4a9dc51141ed7359f45c1f0f7a189853baf0
 DIST neofetch-3.4.0.tar.gz 82090 BLAKE2B 
afc00b37d84cdf3ae0fd4037312b1c67fdadcbe99d6d602e8f3b6caa844b3780861c9d2522ec605ba5b7aa08e4e85ef804129da2ce3f6f01ab8b536704cdd182
 SHA512 
931648e8173eb91fdf5c79b5bb9b6efef132d30cf2f10d6f75dcff42f3661d40ceec712c109e90e2226e1aa85cad7676c438b6cad49e8298a77d990d9a3d197b

diff --git a/app-misc/neofetch/neofetch-3.2.0.ebuild 
b/app-misc/neofetch/neofetch-3.2.0.ebuild
deleted file mode 100644
index 74d58f58175..000
--- a/app-misc/neofetch/neofetch-3.2.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Simple information system script"
-HOMEPAGE="https://github.com/dylanaraps/neofetch;
-SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz;
-LICENSE="MIT-with-advertising"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="X"
-
-RDEPEND="sys-apps/pciutils
-   X? (
-   x11-apps/xprop
-   x11-apps/xwininfo
-   x11-apps/xrandr
-   www-client/w3m[imlib]
-   media-libs/imlib2
-   media-gfx/imagemagick
-   )"



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

2018-05-10 Thread Johannes Huber
commit: 4713fbafdf30632c9ba9d19c6178f7ca5ccfc9b4
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu May 10 14:08:47 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu May 10 14:09:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4713fbaf

app-misc/neofetch: Sort dependencies

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-misc/neofetch/neofetch-3.4.0.ebuild |  8 
 app-misc/neofetch/neofetch-.ebuild  | 17 +
 2 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/app-misc/neofetch/neofetch-3.4.0.ebuild 
b/app-misc/neofetch/neofetch-3.4.0.ebuild
index 0bfd665036b..02361f6c21c 100644
--- a/app-misc/neofetch/neofetch-3.4.0.ebuild
+++ b/app-misc/neofetch/neofetch-3.4.0.ebuild
@@ -13,10 +13,10 @@ IUSE="X"
 
 RDEPEND="sys-apps/pciutils
X? (
+   media-gfx/imagemagick
+   media-libs/imlib2
+   www-client/w3m[imlib]
x11-apps/xprop
-   x11-apps/xwininfo
x11-apps/xrandr
-   www-client/w3m[imlib]
-   media-libs/imlib2
-   media-gfx/imagemagick
+   x11-apps/xwininfo
)"

diff --git a/app-misc/neofetch/neofetch-.ebuild 
b/app-misc/neofetch/neofetch-.ebuild
index 6a5cf4e804a..2bcaa63beea 100644
--- a/app-misc/neofetch/neofetch-.ebuild
+++ b/app-misc/neofetch/neofetch-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,10 +12,11 @@ SLOT="0"
 IUSE="X"
 
 RDEPEND="sys-apps/pciutils
-   X? ( x11-apps/xprop
-   x11-apps/xwininfo
-   x11-apps/xrandr
-   www-client/w3m[imlib]
-   media-libs/imlib2
-   media-gfx/imagemagick
-)"
+   X? (
+   media-gfx/imagemagick
+   media-libs/imlib2
+   www-client/w3m[imlib]
+   x11-apps/xprop
+   x11-apps/xrandr
+   x11-apps/xwininfo
+   )"



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

2018-05-10 Thread Jeroen Roovers
commit: 92d4dc9898f9066458248b332e258a56eddee4ff
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May 10 13:50:56 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May 10 13:51:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d4dc98

app-misc/screen: Fix sed script, add one more.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-misc/screen/screen-.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-misc/screen/screen-.ebuild 
b/app-misc/screen/screen-.ebuild
index 115c1160762..c7c5f563852 100644
--- a/app-misc/screen/screen-.ebuild
+++ b/app-misc/screen/screen-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -52,7 +52,8 @@ src_prepare() {
-e "s:/usr/local/screens:${EPREFIX}/tmp/screen:g" \
-e "s:/local/etc/screenrc:${EPREFIX}/etc/screenrc:g" \
-e "s:/etc/utmp:${EPREFIX}/var/run/utmp:g" \
-   -e "s:/local/screens/S-:${EPREFIX}/tmp/screen/S-:g" \
+   -e 's:/local/screens/S\\-:'"${EPREFIX}"'/tmp/screen/S\\-:g' \
+   -e 's:/usr/tmp/screens/:'"${EPREFIX}"'/tmp/screen/:g' \
doc/screen.1 \
|| die
 



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

2018-05-10 Thread Jeroen Roovers
commit: 24945aa0fe8770d9407f897fcce48b335f4809e3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May 10 13:14:31 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May 10 13:15:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24945aa0

dev-libs/libnl: Add USE='debug threads'.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-libs/libnl/libnl-3.4.0.ebuild | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libnl/libnl-3.4.0.ebuild 
b/dev-libs/libnl/libnl-3.4.0.ebuild
index 96413581c26..fc9536f8ff2 100644
--- a/dev-libs/libnl/libnl-3.4.0.ebuild
+++ b/dev-libs/libnl/libnl-3.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ SRC_URI="
 LICENSE="LGPL-2.1 utils? ( GPL-2 )"
 SLOT="3"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs python utils"
+IUSE="+debug static-libs python +threads utils"
 
 RDEPEND="
python? ( ${PYTHON_DEPS} )
@@ -71,9 +71,11 @@ src_prepare() {
 
 multilib_src_configure() {
econf \
-   --disable-silent-rules \
+   $(multilib_native_use_enable utils cli) \
+   $(use_enable debug) \
$(use_enable static-libs static) \
-   $(multilib_native_use_enable utils cli)
+   $(use_enable threads) \
+   --disable-silent-rules
 }
 
 multilib_src_compile() {



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

2018-05-10 Thread Andreas Sturmlechner
commit: 865cec1715b9bedcd452da3a73e1e0f767a9f23c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 12:39:01 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 12:39:51 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=865cec17

kde5.eclass: Mark KDE Applications 18.04.1 as released

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

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



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

2018-05-10 Thread Andreas Sturmlechner
commit: 992db5fc84b503e475da3371cff071c3b281c693
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 12:38:31 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 12:39:51 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=992db5fc

profiles: Drop obsolete kde-apps-18.04.1 package.mask

 profiles/package.mask/kde-apps-18.04.1 | 232 -
 1 file changed, 232 deletions(-)

diff --git a/profiles/package.mask/kde-apps-18.04.1 
b/profiles/package.mask/kde-apps-18.04.1
deleted file mode 100644
index 62b1c324dd..00
--- a/profiles/package.mask/kde-apps-18.04.1
+++ /dev/null
@@ -1,232 +0,0 @@
-# Andreas Sturmlechner  (08 May 2018)
-# KDE Applications 18.04.1 mask
-# Not released yet.
-~kde-apps/akonadi-18.04.1
-~kde-apps/akonadi-calendar-18.04.1
-~kde-apps/akonadiconsole-18.04.1
-~kde-apps/akonadi-contacts-18.04.1
-~kde-apps/akonadi-import-wizard-18.04.1
-~kde-apps/akonadi-mime-18.04.1
-~kde-apps/akonadi-notes-18.04.1
-~kde-apps/akonadi-search-18.04.1
-~kde-apps/akregator-18.04.1
-~kde-apps/analitza-18.04.1
-~kde-apps/ark-18.04.1
-~kde-apps/artikulate-18.04.1
-~kde-apps/audiocd-kio-18.04.1
-~kde-apps/baloo-widgets-18.04.1
-~kde-apps/blinken-18.04.1
-~kde-apps/bomber-18.04.1
-~kde-apps/bovo-18.04.1
-~kde-apps/calendarjanitor-18.04.1
-~kde-apps/calendarsupport-18.04.1
-~kde-apps/cantor-18.04.1
-~kde-apps/cervisia-18.04.1
-~kde-apps/dolphin-18.04.1
-~kde-apps/dolphin-plugins-18.04.1
-~kde-apps/dragon-18.04.1
-~kde-apps/eventviews-18.04.1
-~kde-apps/ffmpegthumbs-18.04.1
-~kde-apps/filelight-18.04.1
-~kde-apps/granatier-18.04.1
-~kde-apps/grantlee-editor-18.04.1
-~kde-apps/grantleetheme-18.04.1
-~kde-apps/gwenview-18.04.1
-~kde-apps/incidenceeditor-18.04.1
-~kde-apps/juk-18.04.1
-~kde-apps/k3b-18.04.1
-~kde-apps/kaccounts-integration-18.04.1
-~kde-apps/kaccounts-providers-18.04.1
-~kde-apps/kaddressbook-18.04.1
-~kde-apps/kajongg-18.04.1
-~kde-apps/kalarm-18.04.1
-~kde-apps/kalarmcal-18.04.1
-~kde-apps/kalgebra-18.04.1
-~kde-apps/kalzium-18.04.1
-~kde-apps/kamera-18.04.1
-~kde-apps/kamoso-18.04.1
-~kde-apps/kanagram-18.04.1
-~kde-apps/kapman-18.04.1
-~kde-apps/kapptemplate-18.04.1
-~kde-apps/kate-18.04.1
-~kde-apps/katomic-18.04.1
-~kde-apps/kbackup-18.04.1
-~kde-apps/kblackbox-18.04.1
-~kde-apps/kblocks-18.04.1
-~kde-apps/kblog-18.04.1
-~kde-apps/kbounce-18.04.1
-~kde-apps/kbreakout-18.04.1
-~kde-apps/kbruch-18.04.1
-~kde-apps/kcachegrind-18.04.1
-~kde-apps/kcalc-18.04.1
-~kde-apps/kcalcore-18.04.1
-~kde-apps/kcalutils-18.04.1
-~kde-apps/kcharselect-18.04.1
-~kde-apps/kcolorchooser-18.04.1
-~kde-apps/kcontacts-18.04.1
-~kde-apps/kcron-18.04.1
-~kde-apps/kdav-18.04.1
-~kde-apps/kdeaccessibility-meta-18.04.1
-~kde-apps/kdeadmin-meta-18.04.1
-~kde-apps/kde-apps-meta-18.04.1
-~kde-apps/kdebase-meta-18.04.1
-~kde-apps/kdebugsettings-18.04.1
-~kde-apps/kdecore-meta-18.04.1
-~kde-apps/kde-dev-scripts-18.04.1
-~kde-apps/kde-dev-utils-18.04.1
-~kde-apps/kdeedu-data-18.04.1
-~kde-apps/kdeedu-meta-18.04.1
-~kde-apps/kdegames-meta-18.04.1
-~kde-apps/kdegraphics-meta-18.04.1
-~kde-apps/kdegraphics-mobipocket-18.04.1
-~kde-apps/kde-meta-18.04.1
-~kde-apps/kdemultimedia-meta-18.04.1
-~kde-apps/kdenetwork-filesharing-18.04.1
-~kde-apps/kdenetwork-meta-18.04.1
-~kde-apps/kdenlive-18.04.1
-~kde-apps/kdepim-addons-18.04.1
-~kde-apps/kdepim-apps-libs-18.04.1
-~kde-apps/kdepim-meta-18.04.1
-~kde-apps/kdepim-runtime-18.04.1
-~kde-apps/kdesdk-kioslaves-18.04.1
-~kde-apps/kdesdk-meta-18.04.1
-~kde-apps/kdesdk-thumbnailers-18.04.1
-~kde-apps/kdeutils-meta-18.04.1
-~kde-apps/kdf-18.04.1
-~kde-apps/kdialog-18.04.1
-~kde-apps/kdiamond-18.04.1
-~kde-apps/keditbookmarks-18.04.1
-~kde-apps/kfind-18.04.1
-~kde-apps/kfloppy-18.04.1
-~kde-apps/kfourinline-18.04.1
-~kde-apps/kgeography-18.04.1
-~kde-apps/kget-18.04.1
-~kde-apps/kgoldrunner-18.04.1
-~kde-apps/kgpg-18.04.1
-~kde-apps/khangman-18.04.1
-~kde-apps/khelpcenter-18.04.1
-~kde-apps/kidentitymanagement-18.04.1
-~kde-apps/kig-18.04.1
-~kde-apps/kigo-18.04.1
-~kde-apps/killbots-18.04.1
-~kde-apps/kimagemapeditor-18.04.1
-~kde-apps/kimap-18.04.1
-~kde-apps/kio-extras-18.04.1
-~kde-apps/kiriki-18.04.1
-~kde-apps/kiten-18.04.1
-~kde-apps/kjumpingcube-18.04.1
-~kde-apps/kldap-18.04.1
-~kde-apps/kleopatra-18.04.1
-~kde-apps/klettres-18.04.1
-~kde-apps/klickety-18.04.1
-~kde-apps/klines-18.04.1
-~kde-apps/kmag-18.04.1
-~kde-apps/kmahjongg-18.04.1
-~kde-apps/kmail-18.04.1
-~kde-apps/kmail-account-wizard-18.04.1
-~kde-apps/kmailtransport-18.04.1
-~kde-apps/kmbox-18.04.1
-~kde-apps/kmime-18.04.1
-~kde-apps/kmines-18.04.1
-~kde-apps/kmix-18.04.1
-~kde-apps/kmousetool-18.04.1
-~kde-apps/kmouth-18.04.1
-~kde-apps/kmplot-18.04.1
-~kde-apps/knavalbattle-18.04.1
-~kde-apps/knetwalk-18.04.1
-~kde-apps/knotes-18.04.1
-~kde-apps/kolf-18.04.1
-~kde-apps/kollision-18.04.1
-~kde-apps/kolourpaint-18.04.1
-~kde-apps/kompare-18.04.1
-~kde-apps/konqueror-18.04.1
-~kde-apps/konquest-18.04.1

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

2018-05-10 Thread Fabian Groffen
commit: 5263c11e80bf4d3fadeb5e8ea0fa87d55d5a9201
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu May 10 11:47:57 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu May 10 11:47:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5263c11e

dev-util/scons: readd Prefix keywords, bug #655348

Closes: https://bugs.gentoo.org/655348
Package-Manager: Portage-2.3.18-prefix, Repoman-2.3.6

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

diff --git a/dev-util/scons/scons-3.0.1-r1.ebuild 
b/dev-util/scons/scons-3.0.1-r1.ebuild
index 27ba6fa1e88..212863e1292 100644
--- a/dev-util/scons/scons-3.0.1-r1.ebuild
+++ b/dev-util/scons/scons-3.0.1-r1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="doc test"
 
 S=${WORKDIR}/${P}/src



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qdoc/, dev-qt/qdoc/files/

2018-05-10 Thread Andreas Sturmlechner
commit: a41f9f632d5f87bb2b980d4fe3055770e1c6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 10:59:11 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 10:59:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a41f9f63

dev-qt/qdoc: Fix 5.11.0_rc upstream regression

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 .../files/qdoc-5.11.0-revert-static-clang.patch| 239 +
 dev-qt/qdoc/qdoc-5.11.0_rc.ebuild  |   2 +
 2 files changed, 241 insertions(+)

diff --git a/dev-qt/qdoc/files/qdoc-5.11.0-revert-static-clang.patch 
b/dev-qt/qdoc/files/qdoc-5.11.0-revert-static-clang.patch
new file mode 100644
index 000..e5496019b8e
--- /dev/null
+++ b/dev-qt/qdoc/files/qdoc-5.11.0-revert-static-clang.patch
@@ -0,0 +1,239 @@
+Reverting upstream regression.
+
+
+From fddf7ee536e4fd0061d0ee933707881cebe54223 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?J=C4=99drzej=20Nowacki?= 
+Date: Wed, 18 Apr 2018 13:35:10 +0200
+Subject: Link qdoc to static libclang
+
+Done-with: Mikhail Svetkin 
+Change-Id: Ifbd4e1b27f658f7d4f287a8a51f0cda54814e754
+Reviewed-by: Simon Hausmann 
+---
+ mkspecs/features/qt_find_clang.prf | 197 +
+ src/qdoc/qdoc.pro  |   8 --
+ 2 files changed, 3 insertions(+), 202 deletions(-)
+
+--- a/mkspecs/features/qt_find_clang.prf   2018-05-03 13:02:49.0 
+0200
 b/mkspecs/features/qt_find_clang.prf   2018-05-10 12:54:26.778546039 
+0200
+@@ -90,200 +90,9 @@
+ 
+ !contains(QMAKE_DEFAULT_LIBDIRS, $$CLANG_LIBDIR): CLANG_LIBS = 
-L$${CLANG_LIBDIR}
+ equals(QMAKE_HOST.os, Windows): \
+-CLANG_LIBS += -llibclang_static -ladvapi32 -lshell32 -lMincore
+-else: {
+-!equals(QMAKE_HOST.os, Darwin): CLANG_LIBS+=-Wl,--start-group
+-CLANG_LIBS += -lclangAnalysis \
+-  -lclangApplyReplacements \
+-  -lclangARCMigrate \
+-  -lclangAST \
+-  -lclangASTMatchers \
+-  -lclangBasic \
+-  -lclangChangeNamespace \
+-  -lclangCodeGen \
+-  -lclangCrossTU \
+-  -lclangDaemon \
+-  -lclangDriver \
+-  -lclangDynamicASTMatchers \
+-  -lclangEdit \
+-  -lclangFormat \
+-  -lclangFrontend \
+-  -lclangFrontendTool \
+-  -lclangHandleCXX \
+-  -lclangIncludeFixer \
+-  -lclangIncludeFixerPlugin \
+-  -lclangIndex \
+-  -lclangLex \
+-  -lclangMove \
+-  -lclangParse \
+-  -lclangQuery \
+-  -lclangReorderFields \
+-  -lclangRewrite \
+-  -lclangRewriteFrontend \
+-  -lclangSema \
+-  -lclangSerialization \
+-  -lclang_static \
+-  -lclangStaticAnalyzerCheckers \
+-  -lclangStaticAnalyzerCore \
+-  -lclangStaticAnalyzerFrontend \
+-  -lclangTidy \
+-  -lclangTidyAndroidModule \
+-  -lclangTidyBoostModule \
+-  -lclangTidyBugproneModule \
+-  -lclangTidyCERTModule \
+-  -lclangTidyCppCoreGuidelinesModule \
+-  -lclangTidyFuchsiaModule \
+-  -lclangTidyGoogleModule \
+-  -lclangTidyHICPPModule \
+-  -lclangTidyLLVMModule \
+-  -lclangTidyMiscModule \
+-  -lclangTidyModernizeModule \
+-  -lclangTidyMPIModule \
+-  -lclangTidyObjCModule \
+-  -lclangTidyPerformanceModule \
+-  -lclangTidyPlugin \
+-  -lclangTidyReadabilityModule \
+-  -lclangTidyUtils \
+-  -lclangTooling \
+-  -lclangToolingASTDiff \
+-  -lclangToolingCore \
+-  -lclangToolingRefactor \
+-  -lfindAllSymbols \
+-  -lLLVMAArch64AsmParser \
+-  -lLLVMAArch64AsmPrinter \
+-  -lLLVMAArch64CodeGen \
+-  -lLLVMAArch64Desc \
+-  -lLLVMAArch64Disassembler \
+-  -lLLVMAArch64Info \
+-  -lLLVMAArch64Utils \
+-  -lLLVMAMDGPUAsmParser \
+-  -lLLVMAMDGPUAsmPrinter \
+-  -lLLVMAMDGPUCodeGen \
+-  

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

2018-05-10 Thread Andreas Sturmlechner
commit: f532c712d12235dccbc5b11667382d32700d56b1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 11:06:09 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 11:06:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f532c712

profiles: Mask https://bugs.gentoo.org/649572

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

diff --git a/profiles/package.mask b/profiles/package.mask
index b43859237c9..09efcdc8571 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (10 May 2018)
+# Depends on dead Qt4, newer versions do not provide a GUI.
+# Masked for removal, bug #649572
+ (10 May 2018)
 # Depends on dead Qt4, does not build, needs someone to bump to Qt5.
 # Masked for removal in 30 days. Bugs #588892, #588898, #649656



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

2018-05-10 Thread Andreas Sturmlechner
commit: f5f0f83f41ade43881fa34d0e9e87efb3558cfae
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 10:36:54 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 10:37:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5f0f83f

profiles: Mask media-libs/libprojectm-qt for removal

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index e4e5cbb0d23..b43859237c9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,7 @@
 # Andreas Sturmlechner  (10 May 2018)
 # Depends on dead Qt4, does not build, needs someone to bump to Qt5.
 # Masked for removal in 30 days. Bugs #588892, #588898, #649656
+media-libs/libprojectm-qt
 media-sound/projectm-pulseaudio
 media-sound/projectm-jack
 



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

2018-05-10 Thread Andreas Sturmlechner
commit: 451898e58c0a56d3f1152115bda1af002a50f3f6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 10:34:42 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 10:37:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=451898e5

profiles: Mask media-sound/projectm-{jack,pulseaudio} for removal

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 428012d61cf..e4e5cbb0d23 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (10 May 2018)
+# Depends on dead Qt4, does not build, needs someone to bump to Qt5.
+# Masked for removal in 30 days. Bugs #588892, #588898, #649656
+media-sound/projectm-pulseaudio
+media-sound/projectm-jack
+
 # Andreas Sturmlechner  (10 May 2018)
 # Depends on dead Qt4, no revdeps. Masked for removal in 30 days.
 dev-libs/sni-qt



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

2018-05-10 Thread Jeroen Roovers
commit: 619e1611d5431e0ae8c2cca109de2ccc83fa03a1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May 10 10:19:30 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May 10 10:19:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=619e1611

www-client/opera: Version 53.0.2907.37.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 www-client/opera/Manifest  |   1 +
 www-client/opera/opera-53.0.2907.37.ebuild | 109 +
 2 files changed, 110 insertions(+)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index 6df91959a7e..3e22af055b8 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -4,3 +4,4 @@ DIST opera-12.16-1860.i386.linux.tar.xz 13154668 BLAKE2B 
7f9ef54f44bc143c13173bc
 DIST opera-12.16-1860.x86_64.linux.tar.xz 14018800 BLAKE2B 
e0cb727ea79868d1c3c692d445fc8949f554c3bbe2bf3c9f222885891458cab7af1a29096cd3caf6936e83068841dda4bff5b8a17eb55a86bebe39ce2b270183
 SHA512 
c1289f352ea5fc8133b105771f48fdc56ccd770920330b1a0ed939ff909abc68081447673572eabeb1aae6db5194b6ab35c93afad78a91d8f7a9a0f91e81ef8b
 DIST opera-stable_52.0.2871.97_amd64.deb 55355200 BLAKE2B 
ae2e2418d83be0c7629bb89ad461de436a55f941ec5499ae45513949e52f23444a6c6a79e47c30f4801694443b00f9123ed415780341891dc1ac212ea5cca891
 SHA512 
9ec91be6599c13241e1ee77510f6973ecc4c25a3688c1ceb6d3234216607c0b66f668c97fb160d942ed9860fd54c325fcc8b12e09a452bee42a9ecafb05a011d
 DIST opera-stable_52.0.2871.99_amd64.deb 55487250 BLAKE2B 
9720dfa8d113df8872505ba4069faa00a0db9176cc3504f1992cfa59a8dfaae46d0e4176a783480d6bbbace01655174fab62f56392f780e74a72941078cb7519
 SHA512 
62048f86ec00b5eb57e5206c51ec98e36e0bafa6d3e4813def4e25d5e25f070d7fa6d5ac87f19b725020f706f70b4e8a4c773494088957278eb0025a73083297
+DIST opera-stable_53.0.2907.37_amd64.deb 54641998 BLAKE2B 
32085d1cc8aa5248d0bd1e1c1979bc66cd6f56faab0dfa99668d05ae3caa773bf3b106485b564c8dc60833bcf4a3bbcee563ce266961de7a897d6b526f26ed61
 SHA512 
fa3540239cba45a1848b9a37d127c5f43109eb5ab939590be15575b6338369bc1dc88830d97a6e32f0a98d72da0f0794e4ec1eca88f5f973d696ad4df6d6d6a6

diff --git a/www-client/opera/opera-53.0.2907.37.ebuild 
b/www-client/opera/opera-53.0.2907.37.ebuild
new file mode 100644
index 000..139f6afa7c7
--- /dev/null
+++ b/www-client/opera/opera-53.0.2907.37.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   be bg bn ca cs da de el en-GB es-419 es fil fi fr-CA fr hi hr hu id it 
ja
+   ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi 
zh-CN
+   zh-TW
+"
+inherit chromium-2 gnome2-utils multilib unpacker xdg-utils
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="http://www.opera.com/;
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="
+   http://download1.operacdn.com/pub/
+   http://download2.operacdn.com/pub/
+   http://download3.operacdn.com/pub/
+   http://download4.operacdn.com/pub/
+"
+for uri in ${SRC_URI_BASE}; do
+SRC_URI+="
+   "${uri}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_amd64.deb"
+"
+done
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libnotify
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="usr/$(get_libdir)/${PN}"
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   case ${ARCH} in
+   amd64)
+   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
+   rm -r usr/lib || die
+   ;;
+   esac
+
+   rm usr/bin/${PN} || die
+
+   rm usr/share/doc/${PN}-stable/copyright || die
+   mv usr/share/doc/${PN}-stable usr/share/doc/${PF} || die
+
+   pushd "${OPERA_HOME}/localization" > /dev/null || die
+   chromium_remove_language_paks
+   popd > /dev/null || die
+
+   sed -i \
+   -e 's|^TargetEnvironment|X-&|g' \
+   usr/share/applications/${PN}.desktop || die
+}
+
+src_install() {
+   mv * "${D}" || die
+   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
+   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+   

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

2018-05-10 Thread Jeroen Roovers
commit: e35b752141fabd2c1085d1f8208736e558a947db
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May 10 10:18:20 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May 10 10:18:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e35b7521

www-client/opera-beta: Old.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 www-client/opera-beta/Manifest |   1 -
 .../opera-beta/opera-beta-53.0.2907.21.ebuild  | 114 -
 2 files changed, 115 deletions(-)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index 1e4742f6db5..67f9d2ac12b 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,2 +1 @@
-DIST opera-beta_53.0.2907.21_amd64.deb 54899728 BLAKE2B 
b6c7862f51b9e431a2583c79f047d1f69ea6deedf9f1b2895a133411a212e9a0a70f742b048cfb7ae72663b974eda864f82210ada172d99d7a46ccf5c7b313b7
 SHA512 
d2e74cc5cd2ace74148e5f5cb12b1f7f01fb4defe740ceadc14d89dfb7ebd5f9f2eb02b21b2da0da91bf30b7bf5398c1408440efa38a33669fdbf3a61689b7e9
 DIST opera-beta_53.0.2907.31_amd64.deb 54224526 BLAKE2B 
c9be699e1ef4851b27b4688dffc38e6a48069c29d0ff89c598d4cd68bb6819da4d34d0b842837fc79a75043539fee75e5a01da372bf04f86290a50b3bfa235d2
 SHA512 
a9125c835806fb322a87557583f7c4c39fd4d60c0a31c79dfe66c5bd2e2db53fb1b2b816cdb59c1fe106796e82152068ccc2836e697372ba543494f8cfc54d05

diff --git a/www-client/opera-beta/opera-beta-53.0.2907.21.ebuild 
b/www-client/opera-beta/opera-beta-53.0.2907.21.ebuild
deleted file mode 100644
index 308b38bc8be..000
--- a/www-client/opera-beta/opera-beta-53.0.2907.21.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CHROMIUM_LANGS="
-   be bg bn ca cs da de el en-GB es-419 es fil fi fr-CA fr hi hr hu id it
-   ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
-   zh-CN zh-TW
-"
-inherit chromium-2 gnome2-utils multilib unpacker xdg-utils
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="http://www.opera.com/;
-LICENSE="OPERA-2014"
-SLOT="0"
-SRC_URI_BASE="
-   http://download1.operacdn.com/pub/
-   http://download2.operacdn.com/pub/
-   http://download3.operacdn.com/pub/
-   http://download4.operacdn.com/pub/
-"
-SRC_URI="amd64? ("
-for uri in ${SRC_URI_BASE}; do
-SRC_URI+="
-   "${uri}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb"
-"
-done
-SRC_URI+=")"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:2
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/libnotify
-   x11-libs/pango[X]
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-OPERA_HOME="usr/$(get_libdir)/${PN}"
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_prepare() {
-   case ${ARCH} in
-   amd64)
-   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
-   rm -r usr/lib || die
-   ;;
-   x86)
-   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
-   ;;
-   esac
-
-   rm usr/bin/${PN} || die
-
-   rm usr/share/doc/${PN}/copyright || die
-   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
-
-   pushd "${OPERA_HOME}/localization" > /dev/null || die
-   chromium_remove_language_paks
-   popd > /dev/null || die
-
-   sed -i \
-   -e 's|^TargetEnvironment|X-&|g' \
-   usr/share/applications/${PN}.desktop || die
-}
-
-src_install() {
-   mv * "${D}" || die
-   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
-   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-}



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

2018-05-10 Thread Jeroen Roovers
commit: 824267d7319c4145966708c3a9876926e465cc64
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May 10 10:19:56 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May 10 10:19:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824267d7

www-client/opera: Old.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 www-client/opera/Manifest  |   1 -
 www-client/opera/opera-52.0.2871.97.ebuild | 109 -
 2 files changed, 110 deletions(-)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index 3e22af055b8..a449cc97860 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -2,6 +2,5 @@ DIST opera-12.16-1860.amd64.freebsd.tar.xz 13312684 BLAKE2B 
2c4cd52a07999c5beabe
 DIST opera-12.16-1860.i386.freebsd.tar.xz 13385696 BLAKE2B 
35fef5a5d1784941ce11ff3fed440d9c8f83ce5f9a0a8aad3f68deb470a7d82accfe7c9c93be225b458c0fc8e738ca7841d3d14abcaa201801321f3280f2b58f
 SHA512 
0bb2c0548765ea476cdb8be6c84faf1d60dddb5a2c08b7312027f4cd17fa8ebd4fbc1a97657bbcb0ac07733e5f3b340b181a307a778c38543140adbfe7f8b844
 DIST opera-12.16-1860.i386.linux.tar.xz 13154668 BLAKE2B 
7f9ef54f44bc143c13173bce92543351c39288058455baf3fde19f9f8766c9acd72971216c8c340fd89e918f18e89320eb8d13c4be9ec71635e2073c94c90067
 SHA512 
a13ec53311e3e78f35103a9dd5337c0e9a555362860213080211ee9d21de88fbd6aae03bed20b7515874d5a09dfbab108954213745fb82175f5e48e555152613
 DIST opera-12.16-1860.x86_64.linux.tar.xz 14018800 BLAKE2B 
e0cb727ea79868d1c3c692d445fc8949f554c3bbe2bf3c9f222885891458cab7af1a29096cd3caf6936e83068841dda4bff5b8a17eb55a86bebe39ce2b270183
 SHA512 
c1289f352ea5fc8133b105771f48fdc56ccd770920330b1a0ed939ff909abc68081447673572eabeb1aae6db5194b6ab35c93afad78a91d8f7a9a0f91e81ef8b
-DIST opera-stable_52.0.2871.97_amd64.deb 55355200 BLAKE2B 
ae2e2418d83be0c7629bb89ad461de436a55f941ec5499ae45513949e52f23444a6c6a79e47c30f4801694443b00f9123ed415780341891dc1ac212ea5cca891
 SHA512 
9ec91be6599c13241e1ee77510f6973ecc4c25a3688c1ceb6d3234216607c0b66f668c97fb160d942ed9860fd54c325fcc8b12e09a452bee42a9ecafb05a011d
 DIST opera-stable_52.0.2871.99_amd64.deb 55487250 BLAKE2B 
9720dfa8d113df8872505ba4069faa00a0db9176cc3504f1992cfa59a8dfaae46d0e4176a783480d6bbbace01655174fab62f56392f780e74a72941078cb7519
 SHA512 
62048f86ec00b5eb57e5206c51ec98e36e0bafa6d3e4813def4e25d5e25f070d7fa6d5ac87f19b725020f706f70b4e8a4c773494088957278eb0025a73083297
 DIST opera-stable_53.0.2907.37_amd64.deb 54641998 BLAKE2B 
32085d1cc8aa5248d0bd1e1c1979bc66cd6f56faab0dfa99668d05ae3caa773bf3b106485b564c8dc60833bcf4a3bbcee563ce266961de7a897d6b526f26ed61
 SHA512 
fa3540239cba45a1848b9a37d127c5f43109eb5ab939590be15575b6338369bc1dc88830d97a6e32f0a98d72da0f0794e4ec1eca88f5f973d696ad4df6d6d6a6

diff --git a/www-client/opera/opera-52.0.2871.97.ebuild 
b/www-client/opera/opera-52.0.2871.97.ebuild
deleted file mode 100644
index 139f6afa7c7..000
--- a/www-client/opera/opera-52.0.2871.97.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CHROMIUM_LANGS="
-   be bg bn ca cs da de el en-GB es-419 es fil fi fr-CA fr hi hr hu id it 
ja
-   ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi 
zh-CN
-   zh-TW
-"
-inherit chromium-2 gnome2-utils multilib unpacker xdg-utils
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="http://www.opera.com/;
-LICENSE="OPERA-2014"
-SLOT="0"
-SRC_URI_BASE="
-   http://download1.operacdn.com/pub/
-   http://download2.operacdn.com/pub/
-   http://download3.operacdn.com/pub/
-   http://download4.operacdn.com/pub/
-"
-for uri in ${SRC_URI_BASE}; do
-SRC_URI+="
-   "${uri}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_amd64.deb"
-"
-done
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:2
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/libnotify
-   x11-libs/pango[X]
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-OPERA_HOME="usr/$(get_libdir)/${PN}"
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_prepare() {
-   case ${ARCH} in
-   amd64)
-   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
-   rm -r usr/lib || die
-   ;;
-   esac
-
-   rm usr/bin/${PN} || die
-
-   rm usr/share/doc/${PN}-stable/copyright || die
-   mv 

[gentoo-commits] repo/gentoo:master commit in: media-gfx/zbar/, media-gfx/zbar/files/

2018-05-10 Thread Andreas Sturmlechner
commit: a660f40c63bfba4fd9eb24134dac99fb25387e3f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 10:05:27 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 10:08:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a660f40c

media-gfx/zbar: Drop old

Bug: https://bugs.gentoo.org/641920
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-gfx/zbar/Manifest|   1 -
 media-gfx/zbar/files/zbar-0.10-no-v4l1-check.patch |  74 ---
 media-gfx/zbar/zbar-0.10-r6.ebuild |  72 ---
 media-gfx/zbar/zbar-0.10_p20121015-r1.ebuild   | 100 -
 4 files changed, 247 deletions(-)

diff --git a/media-gfx/zbar/Manifest b/media-gfx/zbar/Manifest
index 88e2bb7fdc2..eae44cfe62f 100644
--- a/media-gfx/zbar/Manifest
+++ b/media-gfx/zbar/Manifest
@@ -1,2 +1 @@
-DIST zbar-0.10.tar.bz2 592602 BLAKE2B 
e3379bb915d52912e9d64b4166c60e0625b1c3aae06492040b958b822e14cb9d5974e1e6b1dc69ef3cc4db5aae76c98359198f1d0fad81312da3e6226e16
 SHA512 
76cb8a469e3ac9ea7932a95c500cf933501249cdb8dce4df558bf5681bd44c62111327b494e6e887079a5fd30b32154887dcc12962e6d27b1453f55457483db4
 DIST zbar-0.10_p20121015.zip 991578 BLAKE2B 
021dfa3920a838fd7bab12b09600ac6949c1495045691c4cc547bfb6ec647658c60984da248b882eabfc0bb123b90401dd3a32adcd66726b1e7072662e303d18
 SHA512 
7bb74ea5b096093b283c44787547ad0b886281628d012aa7b03ddb477732feb1e12d4d5a661191d34b53b7b272a237f67840e219b0ac5e2803da478a1ddba7a1

diff --git a/media-gfx/zbar/files/zbar-0.10-no-v4l1-check.patch 
b/media-gfx/zbar/files/zbar-0.10-no-v4l1-check.patch
deleted file mode 100644
index b25827a0b99..000
--- a/media-gfx/zbar/files/zbar-0.10-no-v4l1-check.patch
+++ /dev/null
@@ -1,74 +0,0 @@
 zbar-0.10/configure.ac
-+++ zbar-0.10/configure.ac
-@@ -147,19 +147,13 @@ 
- with_video="no"
- AS_IF([test "x$enable_video" != "xno"],
-   [AS_IF([test "x$win32" = "xno"],
--[AC_CHECK_HEADERS([linux/videodev.h], [with_video="v4l1"],
--  [AC_MSG_FAILURE([test for video support failed!
--rebuild your kernel to include video4linux support or
--configure --disable-video to skip building video support.])])
--   AC_CHECK_HEADERS([linux/videodev2.h], [with_video="v4l2"],
-+[AC_CHECK_HEADERS([linux/videodev2.h], [with_video="v4l2"],
-  [AC_MSG_WARN([v4l2 API not detected, upgrade your kernel!])])],
- [AC_CHECK_HEADERS([vfw.h], [with_video="vfw"],
-   [AC_MSG_FAILURE([test for VfW video support failed!
- configure --disable-video to skip building vidoe support.])])])
- ])
- AM_CONDITIONAL([HAVE_VIDEO], [test "x$enable_video" != "xno"])
--AM_CONDITIONAL([HAVE_V4L1],
--  [test "x$with_video" = "xv4l1" || test "x$with_video" = "xv4l2"])
- AM_CONDITIONAL([HAVE_V4L2], [test "x$with_video" = "xv4l2"])
- 
- dnl X
 zbar-0.10/zbar/Makefile.am.inc
-+++ zbar-0.10/zbar/Makefile.am.inc
-@@ -53,12 +53,9 @@ 
- zbar_libzbar_la_SOURCES += zbar/processor/posix.h zbar/processor/posix.c
- endif
- 
--if HAVE_V4L1
--zbar_libzbar_la_SOURCES += zbar/video/v4l1.c
- if HAVE_V4L2
- zbar_libzbar_la_SOURCES += zbar/video/v4l2.c
- endif
--endif
- if WIN32
- if HAVE_VIDEO
- zbar_libzbar_la_SOURCES += zbar/video/vfw.c
 zbar-0.10/zbar/video/v4l2.c
-+++ zbar-0.10/zbar/video/v4l2.c
-@@ -39,6 +39,9 @@ 
- # include 
- #endif
- #include 
-+#include 
-+#include 
-+#include 
- 
- #include "video.h"
- #include "image.h"
-@@ -507,3 +507,23 @@ 
- vdo->dq = v4l2_dq;
- return(0);
- }
-+
-+int _zbar_video_open (zbar_video_t *vdo,
-+  const char *dev)
-+{
-+vdo->fd = open(dev, O_RDWR);
-+if(vdo->fd < 0)
-+return(err_capture_str(vdo, SEV_ERROR, ZBAR_ERR_SYSTEM, __func__,
-+   "opening video device '%s'", dev));
-+zprintf(1, "opened camera device %s (fd=%d)\n", dev, vdo->fd);
-+
-+int rc = -1;
-+if(vdo->intf != VIDEO_V4L1)
-+rc = _zbar_v4l2_probe(vdo);
-+
-+if(rc && vdo->fd >= 0) {
-+close(vdo->fd);
-+vdo->fd = -1;
-+}
-+return(rc);
-+}

diff --git a/media-gfx/zbar/zbar-0.10-r6.ebuild 
b/media-gfx/zbar/zbar-0.10-r6.ebuild
deleted file mode 100644
index 618e4f0f1ff..000
--- a/media-gfx/zbar/zbar-0.10-r6.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools eutils flag-o-matic python-single-r1
-
-DESCRIPTION="Library and tools for reading barcodes from images or video"
-HOMEPAGE="http://zbar.sourceforge.net/;
-SRC_URI="mirror://sourceforge/zbar/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="gtk imagemagick jpeg python qt4 static-libs +threads v4l X xv"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="gtk? ( dev-libs/glib:2 x11-libs/gtk+:2 )
-   imagemagick? ( virtual/imagemagick-tools )
-   jpeg? ( virtual/jpeg:0 )
-   

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

2018-05-10 Thread Andreas Sturmlechner
commit: a58e50c4bddb838a269abf71deeff789e17c2fd4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 10:07:19 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 10:08:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a58e50c4

media-gfx/zbar: Drop USE=qt4

Closes: https://bugs.gentoo.org/641920
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-gfx/zbar/zbar-0.10_p20121015-r3.ebuild | 132 +++
 1 file changed, 132 insertions(+)

diff --git a/media-gfx/zbar/zbar-0.10_p20121015-r3.ebuild 
b/media-gfx/zbar/zbar-0.10_p20121015-r3.ebuild
new file mode 100644
index 000..ecdd0ad2dbf
--- /dev/null
+++ b/media-gfx/zbar/zbar-0.10_p20121015-r3.ebuild
@@ -0,0 +1,132 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit autotools flag-o-matic java-pkg-opt-2 multilib-minimal \
+   python-single-r1 virtualx
+
+DESCRIPTION="Library and tools for reading barcodes from images or video"
+HOMEPAGE="http://zbar.sourceforge.net/;
+SRC_URI="https://dev.gentoo.org/~xmw/zbar-0.10_p20121015.zip;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="amd64 ~arm x86"
+IUSE="gtk imagemagick java jpeg python static-libs test +threads v4l X xv"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
+   test? ( X ${PYTHON_REQUIRED_USE} )"
+
+CDEPEND="gtk? ( dev-libs/glib:2[${MULTILIB_USEDEP}]
+   x11-libs/gtk+:2[${MULTILIB_USEDEP}] )
+   imagemagick? ( virtual/imagemagick-tools )
+   jpeg? ( virtual/jpeg:0[${MULTILIB_USEDEP}] )
+   python? (
+   ${PYTHON_DEPS}
+   gtk? ( >=dev-python/pygtk-2[${PYTHON_USEDEP}] )
+   )
+   X? (
+   x11-libs/libXext[${MULTILIB_USEDEP}]
+   xv? ( x11-libs/libXv[${MULTILIB_USEDEP}] )
+   )"
+RDEPEND="${CDEPEND}
+   java? ( >=virtual/jre-1.4 )"
+DEPEND="${CDEPEND}
+   java? ( >=virtual/jdk-1.4
+   test? ( dev-java/junit:4
+   dev-java/hamcrest-core:1.3 ) )
+   test? ( ${PYTHON_DEPS} )
+   app-arch/unzip
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+pkg_setup() {
+   if use python || use test; then
+   python-single-r1_pkg_setup
+   fi
+   java-pkg-opt-2_pkg_setup
+}
+
+src_unpack() {
+   #vcs-snapshot doesn't work on .zip
+   default
+   mv * ${P} || die
+}
+
+src_prepare() {
+   eapply "${FILESDIR}"/${PN}-0.10-errors.patch \
+   "${FILESDIR}"/${PN}-0.10-python-crash.patch \
+   "${FILESDIR}"/${PN}-0.10-v4l2-uvcvideo.patch
+
+   # fix use of deprecated qt4 function, bug 572488
+   sed -e 's:numBytes:byteCount:g' \
+   -i "${S}"/include/zbar/QZBarImage.h || die
+
+   if has_version '>=media-gfx/imagemagick-7.0.1.0' ; then
+   eapply "${FILESDIR}/${P}-ImageMagick-7.diff"
+   fi
+
+   use python && python_fix_shebang examples/upcrpc.py test/*.py
+   java-pkg-opt-2_src_prepare
+
+   sed -e '/AM_INIT_AUTOMAKE/s: -Werror : :' \
+   -e '/^AM_CFLAGS=/s: -Werror::' \
+   -i configure.ac || die
+   sed "s|javadir = \$(pkgdatadir)|javadir = /usr/$(get_libdir)/zbar|" \
+   -i java/Makefile.am
+   eautoreconf
+}
+
+multilib_src_configure() {
+   if multilib_is_native_abi && use java; then
+   export JAVACFLAGS="$(java-pkg_javac-args)"
+   export JAVA_CFLAGS="$(java-pkg_get-jni-cflags)"
+   if use test ; then # bug 629078
+   java-pkg_append_ CLASSPATH .
+   java-pkg_append_ CLASSPATH $(java-pkg_getjar 
--build-only junit-4 junit.jar)
+   java-pkg_append_ CLASSPATH $(java-pkg_getjar 
--build-only hamcrest-core-1.3 hamcrest-core.jar)
+   fi
+   fi
+
+   append-cppflags -DNDEBUG
+
+   # different flags for image/graphics magick (bug 552350)
+   myimagemagick="--without-imagemagick"
+   has_version media-gfx/imagemagick &&
+   myimagemagick="$(multilib_native_use_with imagemagick)"
+   mygraphicsmagick="--without-graphicsmagick"
+   has_version media-gfx/graphicsmagick &&
+   mygraphicsmagick="$(multilib_native_use_with imagemagick 
graphicsmagick)"
+   ECONF_SOURCE=${S} \
+   econf \
+   $(multilib_native_use_with java) \
+   $(use_with jpeg) \
+   $(use_with gtk) \
+   ${myimagemagick} \
+   ${mygraphicsmagick} \
+   $(multilib_native_use_with python) \
+   --without-qt \
+   $(use_enable static-libs static) \
+   $(use_enable threads pthread) \
+   $(use_with X x) \
+   $(use_with xv xv) \
+   $(use_enable v4l video)
+
+   # work-around out-of-source build issue
+   mkdir gtk pygtk qt test || die

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

2018-05-10 Thread Andreas Sturmlechner
commit: 2cc5bd6c0709933e3c1f619910e169a73943fec6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 10:07:36 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 10:08:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc5bd6c

media-gfx/zbar: Drop old

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-gfx/zbar/zbar-0.10_p20121015-r2.ebuild | 134 ---
 1 file changed, 134 deletions(-)

diff --git a/media-gfx/zbar/zbar-0.10_p20121015-r2.ebuild 
b/media-gfx/zbar/zbar-0.10_p20121015-r2.ebuild
deleted file mode 100644
index 6c764241f4d..000
--- a/media-gfx/zbar/zbar-0.10_p20121015-r2.ebuild
+++ /dev/null
@@ -1,134 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools flag-o-matic java-pkg-opt-2 multilib-minimal \
-   python-single-r1 virtualx
-
-DESCRIPTION="Library and tools for reading barcodes from images or video"
-HOMEPAGE="http://zbar.sourceforge.net/;
-SRC_URI="https://dev.gentoo.org/~xmw/zbar-0.10_p20121015.zip;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="gtk imagemagick java jpeg python qt4 static-libs test +threads v4l X xv"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
-   test? ( X ${PYTHON_REQUIRED_USE} )"
-
-CDEPEND="gtk? ( dev-libs/glib:2[${MULTILIB_USEDEP}]
-   x11-libs/gtk+:2[${MULTILIB_USEDEP}] )
-   imagemagick? ( virtual/imagemagick-tools )
-   jpeg? ( virtual/jpeg:0[${MULTILIB_USEDEP}] )
-   python? (
-   ${PYTHON_DEPS}
-   gtk? ( >=dev-python/pygtk-2[${PYTHON_USEDEP}] )
-   )
-   qt4? ( dev-qt/qtcore:4[${MULTILIB_USEDEP}]
-   dev-qt/qtgui:4[${MULTILIB_USEDEP}] )
-   X? (
-   x11-libs/libXext[${MULTILIB_USEDEP}]
-   xv? ( x11-libs/libXv[${MULTILIB_USEDEP}] )
-   )"
-RDEPEND="${CDEPEND}
-   java? ( >=virtual/jre-1.4 )"
-DEPEND="${CDEPEND}
-   java? ( >=virtual/jdk-1.4
-   test? ( dev-java/junit:4
-   dev-java/hamcrest-core:1.3 ) )
-   test? ( ${PYTHON_DEPS} )
-   app-arch/unzip
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-pkg_setup() {
-   if use python || use test; then
-   python-single-r1_pkg_setup
-   fi
-   java-pkg-opt-2_pkg_setup
-}
-
-src_unpack() {
-   #vcs-snapshot doesn't work on .zip
-   default
-   mv * ${P} || die
-}
-
-src_prepare() {
-   eapply "${FILESDIR}"/${PN}-0.10-errors.patch \
-   "${FILESDIR}"/${PN}-0.10-python-crash.patch \
-   "${FILESDIR}"/${PN}-0.10-v4l2-uvcvideo.patch
-
-   # fix use of deprecated qt4 function, bug 572488
-   sed -e 's:numBytes:byteCount:g' \
-   -i "${S}"/include/zbar/QZBarImage.h || die
-
-   if has_version '>=media-gfx/imagemagick-7.0.1.0' ; then
-   eapply "${FILESDIR}/${P}-ImageMagick-7.diff"
-   fi
-
-   use python && python_fix_shebang examples/upcrpc.py test/*.py
-   java-pkg-opt-2_src_prepare
-
-   sed -e '/AM_INIT_AUTOMAKE/s: -Werror : :' \
-   -e '/^AM_CFLAGS=/s: -Werror::' \
-   -i configure.ac || die
-   sed "s|javadir = \$(pkgdatadir)|javadir = /usr/$(get_libdir)/zbar|" \
-   -i java/Makefile.am
-   eautoreconf
-}
-
-multilib_src_configure() {
-   if multilib_is_native_abi && use java; then
-   export JAVACFLAGS="$(java-pkg_javac-args)"
-   export JAVA_CFLAGS="$(java-pkg_get-jni-cflags)"
-   if use test ; then # bug 629078
-   java-pkg_append_ CLASSPATH .
-   java-pkg_append_ CLASSPATH $(java-pkg_getjar 
--build-only junit-4 junit.jar)
-   java-pkg_append_ CLASSPATH $(java-pkg_getjar 
--build-only hamcrest-core-1.3 hamcrest-core.jar)
-   fi
-   fi
-
-   append-cppflags -DNDEBUG
-
-   # different flags for image/graphics magick (bug 552350)
-   myimagemagick="--without-imagemagick"
-   has_version media-gfx/imagemagick &&
-   myimagemagick="$(multilib_native_use_with imagemagick)"
-   mygraphicsmagick="--without-graphicsmagick"
-   has_version media-gfx/graphicsmagick &&
-   mygraphicsmagick="$(multilib_native_use_with imagemagick 
graphicsmagick)"
-   ECONF_SOURCE=${S} \
-   econf \
-   $(multilib_native_use_with java) \
-   $(use_with jpeg) \
-   $(use_with gtk) \
-   ${myimagemagick} \
-   ${mygraphicsmagick} \
-   $(multilib_native_use_with python) \
-   $(use_with qt4 qt) \
-   $(use_enable static-libs static) \
-   $(use_enable threads pthread) \
-   $(use_with X x) \
-   $(use_with xv xv) \
-   $(use_enable v4l video)
-
-   # 

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

2018-05-10 Thread Mart Raudsepp
commit: 2b8e2704135d28a52fdd994f66afbb6c4846576f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu May 10 09:44:54 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu May 10 10:06:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b8e2704

x11-libs/goffice: bump to 0.10.41

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 x11-libs/goffice/Manifest   |  1 +
 x11-libs/goffice/goffice-0.10.41.ebuild | 51 +
 2 files changed, 52 insertions(+)

diff --git a/x11-libs/goffice/Manifest b/x11-libs/goffice/Manifest
index c2da237f805..05073ec56e0 100644
--- a/x11-libs/goffice/Manifest
+++ b/x11-libs/goffice/Manifest
@@ -1,2 +1,3 @@
 DIST goffice-0.10.38.tar.xz 2373308 BLAKE2B 
f270233adbbf300ad41516b1ed988db0772b95940196a6ac92c3090f6e52bc47933bb6bb4c023d7137cbca42adfab17fc41b82042c2e9c0340a6cd84942874e5
 SHA512 
1d72e30ee0b9f322cd4114d0a024a99e6d9ff7efcaeb9ca40b5fffe94180c232f03935743c15b1c6170f8bfc04fea5bdcc4d12760643c66cffafefbaa562fd62
 DIST goffice-0.10.40.tar.xz 2381416 BLAKE2B 
24d1905e41e1eb57be53f8f7598776457a17707412e79f2e314e9d1bdbea97a406b1ec27ee628f7d50e22305cd41d900a588520d2995f8be61021ae9b7de60d7
 SHA512 
1756ab825afe0d4a6249c351b2713b5397827bf289d1c2af5a6a6ccc21797ff01d8b69c72d83c9d8b941d5c73ad03bbf63bd98e475828787d8bbf8d18ffd0ede
+DIST goffice-0.10.41.tar.xz 2381656 BLAKE2B 
7d73b892d91f917e3a47058f508094a16bb50860686dcf33c68ac8028b40e7ba74cc276f276672f29ddafef73b03887cf6280a2812305bd9b24ae3021c319d25
 SHA512 
d4b6a30b2b5d92e7500a1810626d20a2d4e5f66c1a879c904fe57df384bf4a480de322e9ae0a5fe7a44e73e060d9a33da6d56cd051c3d6cb1ebf0eae09fda2f8

diff --git a/x11-libs/goffice/goffice-0.10.41.ebuild 
b/x11-libs/goffice/goffice-0.10.41.ebuild
new file mode 100644
index 000..9bf3bf394d8
--- /dev/null
+++ b/x11-libs/goffice/goffice-0.10.41.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="A library of document-centric objects and utilities"
+HOMEPAGE="https://git.gnome.org/browse/goffice/;
+
+LICENSE="GPL-2"
+SLOT="0.10"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="+introspection"
+
+# FIXME: add lasem to tree
+RDEPEND="
+   >=app-text/libspectre-0.2.6:=
+   >=dev-libs/glib-2.38.0:2
+   dev-libs/libxslt
+   >=gnome-base/librsvg-2.22:2
+   >=gnome-extra/libgsf-1.14.24:=[introspection?]
+   >=dev-libs/libxml2-2.4.12:2
+   >=x11-libs/pango-1.24:=
+   >=x11-libs/cairo-1.10:=[svg]
+   x11-libs/libXext:=
+   x11-libs/libXrender:=
+   >=x11-libs/gdk-pixbuf-2.22:2
+   >=x11-libs/gtk+-3.20:3
+   introspection? (
+   >=dev-libs/gobject-introspection-1:=
+   >=gnome-extra/libgsf-1.14.23:= )
+"
+DEPEND="${RDEPEND}
+   dev-lang/perl
+   virtual/perl-Getopt-Long
+   virtual/perl-IO-Compress
+   virtual/perl-Compress-Raw-Zlib
+   >=dev-util/gtk-doc-am-1.12
+   >=dev-util/intltool-0.35
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --without-lasem \
+   --with-gtk \
+   --with-config-backend=gsettings \
+   $(use_enable introspection)
+}



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

2018-05-10 Thread Mart Raudsepp
commit: b0274644b5ce72556e14372fb6412211d430aa9f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu May 10 09:45:27 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu May 10 10:06:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0274644

x11-libs/goffice: remove old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 x11-libs/goffice/Manifest   |  1 -
 x11-libs/goffice/goffice-0.10.40.ebuild | 51 -
 2 files changed, 52 deletions(-)

diff --git a/x11-libs/goffice/Manifest b/x11-libs/goffice/Manifest
index 05073ec56e0..9d4340b08d1 100644
--- a/x11-libs/goffice/Manifest
+++ b/x11-libs/goffice/Manifest
@@ -1,3 +1,2 @@
 DIST goffice-0.10.38.tar.xz 2373308 BLAKE2B 
f270233adbbf300ad41516b1ed988db0772b95940196a6ac92c3090f6e52bc47933bb6bb4c023d7137cbca42adfab17fc41b82042c2e9c0340a6cd84942874e5
 SHA512 
1d72e30ee0b9f322cd4114d0a024a99e6d9ff7efcaeb9ca40b5fffe94180c232f03935743c15b1c6170f8bfc04fea5bdcc4d12760643c66cffafefbaa562fd62
-DIST goffice-0.10.40.tar.xz 2381416 BLAKE2B 
24d1905e41e1eb57be53f8f7598776457a17707412e79f2e314e9d1bdbea97a406b1ec27ee628f7d50e22305cd41d900a588520d2995f8be61021ae9b7de60d7
 SHA512 
1756ab825afe0d4a6249c351b2713b5397827bf289d1c2af5a6a6ccc21797ff01d8b69c72d83c9d8b941d5c73ad03bbf63bd98e475828787d8bbf8d18ffd0ede
 DIST goffice-0.10.41.tar.xz 2381656 BLAKE2B 
7d73b892d91f917e3a47058f508094a16bb50860686dcf33c68ac8028b40e7ba74cc276f276672f29ddafef73b03887cf6280a2812305bd9b24ae3021c319d25
 SHA512 
d4b6a30b2b5d92e7500a1810626d20a2d4e5f66c1a879c904fe57df384bf4a480de322e9ae0a5fe7a44e73e060d9a33da6d56cd051c3d6cb1ebf0eae09fda2f8

diff --git a/x11-libs/goffice/goffice-0.10.40.ebuild 
b/x11-libs/goffice/goffice-0.10.40.ebuild
deleted file mode 100644
index 9bf3bf394d8..000
--- a/x11-libs/goffice/goffice-0.10.40.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="A library of document-centric objects and utilities"
-HOMEPAGE="https://git.gnome.org/browse/goffice/;
-
-LICENSE="GPL-2"
-SLOT="0.10"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="+introspection"
-
-# FIXME: add lasem to tree
-RDEPEND="
-   >=app-text/libspectre-0.2.6:=
-   >=dev-libs/glib-2.38.0:2
-   dev-libs/libxslt
-   >=gnome-base/librsvg-2.22:2
-   >=gnome-extra/libgsf-1.14.24:=[introspection?]
-   >=dev-libs/libxml2-2.4.12:2
-   >=x11-libs/pango-1.24:=
-   >=x11-libs/cairo-1.10:=[svg]
-   x11-libs/libXext:=
-   x11-libs/libXrender:=
-   >=x11-libs/gdk-pixbuf-2.22:2
-   >=x11-libs/gtk+-3.20:3
-   introspection? (
-   >=dev-libs/gobject-introspection-1:=
-   >=gnome-extra/libgsf-1.14.23:= )
-"
-DEPEND="${RDEPEND}
-   dev-lang/perl
-   virtual/perl-Getopt-Long
-   virtual/perl-IO-Compress
-   virtual/perl-Compress-Raw-Zlib
-   >=dev-util/gtk-doc-am-1.12
-   >=dev-util/intltool-0.35
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome2_src_configure \
-   --without-lasem \
-   --with-gtk \
-   --with-config-backend=gsettings \
-   $(use_enable introspection)
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/files/

2018-05-10 Thread Andreas Sturmlechner
commit: 1dfd637bb65a02b0dd1ac9b805208bf116b26e48
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon May  7 20:02:06 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 10:00:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dfd637b

net-libs/telepathy-logger-qt: remove unused patch(es)

Closes: https://github.com/gentoo/gentoo/pull/8306

 .../telepathy-logger-qt-15.04.0-cmake-3.9.patch| 249 -
 1 file changed, 249 deletions(-)

diff --git 
a/net-libs/telepathy-logger-qt/files/telepathy-logger-qt-15.04.0-cmake-3.9.patch
 
b/net-libs/telepathy-logger-qt/files/telepathy-logger-qt-15.04.0-cmake-3.9.patch
deleted file mode 100644
index 84d66851a22..000
--- 
a/net-libs/telepathy-logger-qt/files/telepathy-logger-qt-15.04.0-cmake-3.9.patch
+++ /dev/null
@@ -1,249 +0,0 @@
-diff --git a/cmake/modules/TpQtMacros.cmake b/cmake/modules/TpQtMacros.cmake
 a/cmake/modules/TpQtMacros.cmake
-+++ b/cmake/modules/TpQtMacros.cmake
-@@ -128,15 +128,15 @@
-   FOREACH(_currentArg ${ARGN})
- IF ("${_currentArg}" STREQUAL "DEPENDS")
-   SET(_TPQT_DOING_DEPENDS TRUE)
--ELSE ("${_currentArg}" STREQUAL "DEPENDS")
-+ELSE ()
-   IF(_TPQT_DOING_DEPENDS)
- LIST(APPEND ${_tpqt_depends} "${_currentArg}")
--  ELSE(_TPQT_DOING_DEPENDS)
-+  ELSE()
- LIST(APPEND ${_tpqt_other} "${_currentArg}")
--  ENDIF(_TPQT_DOING_DEPENDS)
--ENDIF ("${_currentArg}" STREQUAL "DEPENDS")
--  ENDFOREACH(_currentArg)
--ENDMACRO (TPQT_EXTRACT_DEPENDS)
-+  ENDIF()
-+ENDIF ()
-+  ENDFOREACH()
-+ENDMACRO ()
- 
- # helper function to set up a moc rule
- FUNCTION (TPQT_CREATE_MOC_COMMAND_TARGET_DEPS infile outfile moc_flags 
moc_options)
-@@ -151,54 +151,54 @@
- GET_FILENAME_COMPONENT(_moc_outfile_dir "${outfile}" PATH)
- IF(_moc_outfile_dir)
-   SET(_moc_working_dir WORKING_DIRECTORY ${_moc_outfile_dir})
--ENDIF(_moc_outfile_dir)
-+ENDIF()
- SET (_moc_parameters_file ${outfile}_parameters)
- SET (_moc_parameters ${moc_flags} ${moc_options} -o "${outfile}" 
"${infile}")
- FILE (REMOVE ${_moc_parameters_file})
- FOREACH(arg ${_moc_parameters})
-   FILE (APPEND ${_moc_parameters_file} "${arg}\n")
--ENDFOREACH(arg)
-+ENDFOREACH()
- ADD_CUSTOM_COMMAND(OUTPUT ${outfile}
-COMMAND ${QT_MOC_EXECUTABLE} 
@${_moc_outfile_name}_parameters
-DEPENDS ${infile}
-${_moc_working_dir}
-VERBATIM)
--  ELSE (WIN32)
-+  ELSE ()
- ADD_CUSTOM_COMMAND(OUTPUT ${outfile}
-COMMAND ${QT_MOC_EXECUTABLE}
-ARGS ${moc_flags} ${moc_options} -o ${outfile} 
${infile}
-DEPENDS ${infile})
--  ENDIF (WIN32)
-+  ENDIF ()
- 
-   add_custom_target(moc-${_moc_outfile_name} DEPENDS ${outfile})
-   add_dependencies(moc-${_moc_outfile_name} ${ARGN})
--ENDFUNCTION (TPQT_CREATE_MOC_COMMAND_TARGET_DEPS)
-+ENDFUNCTION ()
- 
- # add the -i option to QT_GENERATE_MOC
- function(TPQT_GENERATE_MOC_I infile outfile)
- qt5_get_moc_flags(moc_flags)
- get_filename_component(abs_infile ${infile} ABSOLUTE)
--qt5_create_moc_command(${abs_infile} ${outfile} "${moc_flags}" "-i")
-+qt_create_moc_command(${abs_infile} ${outfile} "${moc_flags}" "-i")
- set_source_files_properties(${outfile} PROPERTIES SKIP_AUTOMOC TRUE)  # 
dont run automoc on this file
--endfunction(TPQT_GENERATE_MOC_I)
-+endfunction()
- 
- # same as tpqt_generate_moc_i, but lets the caller specify a list of targets 
which the mocs should depend on
- function(TPQT_GENERATE_MOC_I_TARGET_DEPS infile outfile)
- qt5_get_moc_flags(moc_flags)
- get_filename_component(abs_infile ${infile} ABSOLUTE)
- tpqt_create_moc_command_target_deps(${abs_infile} ${outfile} 
"${moc_flags}" "-i" ${ARGN})
- set_source_files_properties(${outfile} PROPERTIES SKIP_AUTOMOC TRUE)  # 
dont run automoc on this file
--endfunction(TPQT_GENERATE_MOC_I_TARGET_DEPS)
-+endfunction()
- 
- # generates mocs for the passed list. The list should be added to the 
target's sources
- function(tpqt_generate_mocs)
- file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/_gen" )
- foreach(moc_src ${ARGN})
- string(REPLACE ".h" ".moc.hpp" generated_file ${moc_src})
- tpqt_generate_moc_i(${CMAKE_CURRENT_SOURCE_DIR}/${moc_src} 
${CMAKE_CURRENT_BINARY_DIR}/_gen/${generated_file})
- set_property(SOURCE ${moc_src} APPEND PROPERTY OBJECT_DEPENDS 
${CMAKE_CURRENT_BINARY_DIR}/_gen/${generated_file})
--endforeach(moc_src ${ARGN})
--endfunction(tpqt_generate_mocs)
-+endforeach()
-+endfunction()
- 
- function(tpqt_client_generator spec group pretty_include namespace)
- tpqt_extract_depends(client_generator_args client_generator_depends 
${ARGN})
-@@ -223,18 +223,20 @@
- WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
- 
- DEPENDS 

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

2018-05-10 Thread Andreas Sturmlechner
commit: d12ca2f0adc3779513ed817f2ecc1836d01141b2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 09:12:38 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 09:15:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d12ca2f0

profiles: Mask dev-libs/sni-qt for removal

 profiles/base/package.use.mask | 4 
 profiles/package.mask  | 4 
 2 files changed, 8 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 5c26824c66c..14e2eb45d76 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Andreas Sturmlechner  (10 May 2018)
+# Depends on obsolete dev-libs/sni-qt and dead Qt4.
+kde-plasma/plasma-desktop qt4
+
 # Mike Gilbert  (01 May 2018)
 # Requires >=media-video/ffmpeg-4 (bug 654208).
 >=www-client/chromium-67 system-ffmpeg

diff --git a/profiles/package.mask b/profiles/package.mask
index fa647cbbff4..428012d61cf 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (10 May 2018)
+# Depends on dead Qt4, no revdeps. Masked for removal in 30 days.
+dev-libs/sni-qt
+
 # Andreas Sturmlechner  (10 May 2018)
 # Depends on dead Qt4, dead upstream.
 # Masked for removal in 30 days. Bugs #408651, #642950, #651622



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

2018-05-10 Thread Andreas Sturmlechner
commit: dfc602282e6f097a9b46996658d0004f9f6802da
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 09:01:12 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 09:05:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfc60228

profiles: Mask dev-util/valkyrie for removal

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index a740cb11937..157e6d6b298 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (10 May 2018)
+# Depends on dead Qt4, dead upstream.
+# Masked for removal in 30 days. Bug #640258
+dev-util/valkyrie
+
 # Andreas Sturmlechner  (10 May 2018)
 # Depends on dead Qt4, severely outdated, no one does the bump.
 # Masked for removal in 30 days. Bugs #489190, #648666



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

2018-05-10 Thread Andreas Sturmlechner
commit: 6279ee3ef2c2f7f96967cca118412811745bb2bb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 09:03:28 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 09:05:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6279ee3e

profiles: Mask media-gfx/structure-synth for removal

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 157e6d6b298..fa647cbbff4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (10 May 2018)
+# Depends on dead Qt4, dead upstream.
+# Masked for removal in 30 days. Bugs #408651, #642950, #651622
+media-gfx/structure-synth
+
 # Andreas Sturmlechner  (10 May 2018)
 # Depends on dead Qt4, dead upstream.
 # Masked for removal in 30 days. Bug #640258



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

2018-05-10 Thread Andreas Sturmlechner
commit: 1257c4eaf4fb5f39a6e0ea86a1bf84403f1943ba
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 08:59:04 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 09:05:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1257c4ea

profiles: Mask media-gfx/ipe for removal

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index e5da31d9f8f..a740cb11937 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (10 May 2018)
+# Depends on dead Qt4, severely outdated, no one does the bump.
+# Masked for removal in 30 days. Bugs #489190, #648666
+media-gfx/ipe
+
 # Andreas Sturmlechner  (8 May 2018)
 # Breaking consumers by internal header cleanup and removal of deprecated
 # qt5_use_modules from Qt5CoreMacros.cmake. File bugs with fixes upstream



  1   2   >