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

2019-11-17 Thread Alfredo Tupone
commit: fc591dd5e99544c66ce2308890dd033139394436
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Nov 18 07:54:12 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Nov 18 07:54:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc591dd5

dev-tcltk/tls: remove old versions

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

 dev-tcltk/tls/Manifest  |  2 --
 dev-tcltk/tls/tls-1.6-r3.ebuild | 44 -
 dev-tcltk/tls/tls-1.6.7.ebuild  | 44 -
 3 files changed, 90 deletions(-)

diff --git a/dev-tcltk/tls/Manifest b/dev-tcltk/tls/Manifest
index 125ba528d5f..acf24f22540 100644
--- a/dev-tcltk/tls/Manifest
+++ b/dev-tcltk/tls/Manifest
@@ -1,4 +1,2 @@
 DIST tcltls-1.7.11.tar.gz 158181 BLAKE2B 
21955f0f4d750c9b0789b275abd45e77ecc6235b8bf8094cfa18c372ccda53fa28612ff10a87c91a883160f625844364391985363304ea2a5d4ca312471a581d
 SHA512 
7a9aa33d7ed606ba792b4ff5a817a94f880b7204795ac30ab386299ee5850c7dfde920f35056676afa2db23866ad4fc6cb6c6b9e7a7dfba7385f97f447de2e04
 DIST tcltls-1.7.16.tar.gz 166439 BLAKE2B 
855b61bf21e7635fc9c53838037136586552261bb0c3b4c4a52638e99358f418a2c0d606b5fb130e32004e3a34c80afea25be16f068ffb499d6636309e4ae2a3
 SHA512 
f63b885dbfaec5d9ae811c126bd0ff253787effd7b053282b9ee566e9fae54df940bc058a6c3dd22e31fcb9ec6ae1b286aa40efd69c3f01f5a3014aada730ab1
-DIST tls1.6-src.tar.gz 168043 BLAKE2B 
e065f9e9a837d2da861fb52bdfbb0ab9ecf32b6c408e7d0394ab17ccafa2d3a4ee1cfc501a0ff1e9fa01bd4938e15527a74518877813e5cfcbb38d893362c905
 SHA512 
beaca2653a11924f022e28254cef5071ecb8ab2e2355496d278fcab1bdcc46424aa58d2fe176aea26ec4fbe4416a912b5af8e8e69571c8a5301b7921ecf48383
-DIST tls1.6.7-src.tar.gz 173654 BLAKE2B 
50eff220d02c8fb4389a5e0ab3d6f85c61d3bf93a1c6a4ba2c709bb77e821163407ae4f287f16c7548a0405367825cee5da34abf6538d2bf374b23329c2b7129
 SHA512 
f8dbb7fc9890bcb3e3930cad66209ca67cd68c0aa2288caa6a3bb1fd1ad21444f1eb056b4b4585ec86da64079cd9df72cdd6ff201102820d45e6397d6148d21c

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

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



[gentoo-commits] repo/gentoo:master commit in: dev-util/repo/, profiles/updates/

2019-11-17 Thread Mike Frysinger
commit: a84dca7ec7e4711d94e4baac7d5b53a5f9c76265
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Nov 18 07:51:39 2019 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Nov 18 07:52:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a84dca7e

dev-util/repo: drop in favor of dev-vcs/repo

This package makes more sense in dev-vcs since it's entirely
about managing source (on top of dev-vcs/git).

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-util/repo/Manifest|  2 --
 dev-util/repo/metadata.xml| 11 ---
 dev-util/repo/repo-1.12.37.ebuild | 31 ---
 dev-util/repo/repo-1.13.2.ebuild  | 29 -
 profiles/updates/4Q-2019  |  1 +
 5 files changed, 1 insertion(+), 73 deletions(-)

diff --git a/dev-util/repo/Manifest b/dev-util/repo/Manifest
deleted file mode 100644
index 1eb0d2e8660..000
--- a/dev-util/repo/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST repo-1.12.37.tar.gz 115098 BLAKE2B 
7a54afad5a3355edfab09be62c6881b4c0d3bc521c04313bb1dd428fc7a1c9a82a65186d20fd05d67227c88d2f6a30fd70f53f35dbfc0b6e7e668252ce6fbd9d
 SHA512 
3ff6b5c3bcc8fba1861102035b86b59137e7dcebeab7a0fb01672da28473e1912c3cbac7c085e9b8d3fce404bd18095ba022d4978d83833f666bd31d621d5953
-DIST repo-1.13.2.tar.xz 103068 BLAKE2B 
055ca4ffb55aa304a466e32e84e4ed23781f5be4dc82ce854a0f2352e4b785bec55a3ea23cacd06f758ace4b5351c33cd3e32ecfa0fbb04eb5f4b45349ff7196
 SHA512 
acd02ded7d817c718e29e1c61dcd83b4e40380de8d3450f5b30aef47f9c1ea4872f04e83299e57999318d43a26d407bf73159394d82700a4a2b30611e5f2e2c1

diff --git a/dev-util/repo/metadata.xml b/dev-util/repo/metadata.xml
deleted file mode 100644
index 26e54d13d07..000
--- a/dev-util/repo/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-d...@gentoo.org
-Yixun Lan
-  
-  
-  Tool for managing multiple git repositories. From Google, useful for 
building Android.
-  
-

diff --git a/dev-util/repo/repo-1.12.37.ebuild 
b/dev-util/repo/repo-1.12.37.ebuild
deleted file mode 100644
index 7ee57ac5ba7..000
--- a/dev-util/repo/repo-1.12.37.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# 3.x is currently very buggy, only 2.7 actually works
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-r1
-
-DESCRIPTION="Google tool for managing git, particularly multiple repos"
-HOMEPAGE="https://android.googlesource.com/tools/repo;
-# Should be:
-#SRC_URI="https://android.googlesource.com/tools/repo/+archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-SRC_URI="https://dev.gentoo.org/~wizardedit/dist/repo-${PV}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   !app-admin/radmind"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"
-
-src_install() {
-   python_foreach_impl python_fix_shebang ./repo
-   python_foreach_impl python_doexe ./repo
-}

diff --git a/dev-util/repo/repo-1.13.2.ebuild b/dev-util/repo/repo-1.13.2.ebuild
deleted file mode 100644
index 1123c98edd3..000
--- a/dev-util/repo/repo-1.13.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# 3.x is currently very buggy, only 2.7 actually works
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-r1
-
-DESCRIPTION="Google tool for managing git, particularly multiple repos"
-HOMEPAGE="https://android.googlesource.com/tools/repo;
-# Should be:
-#SRC_URI="https://android.googlesource.com/tools/repo/+archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-SRC_URI="https://dev.gentoo.org/~dlan/distfiles/repo-${PV}.tar.xz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   !app-admin/radmind"
-DEPEND="${RDEPEND}"
-
-src_install() {
-   python_foreach_impl python_fix_shebang ./repo
-   python_foreach_impl python_doexe ./repo
-}

diff --git a/profiles/updates/4Q-2019 b/profiles/updates/4Q-2019
index c0ee2ca31fe..3687662ff1d 100644
--- a/profiles/updates/4Q-2019
+++ b/profiles/updates/4Q-2019
@@ -1 +1,2 @@
 move dev-libs/rlottie media-libs/rlottie
+move dev-util/repo dev-vcs/repo



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

2019-11-17 Thread Mike Frysinger
commit: c97a381152cc54d1c11d1478f000d2c487f724e3
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Nov 18 07:49:58 2019 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Nov 18 07:52:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c97a3811

dev-vcs/repo: moved & updated from dev-util/repo

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/Manifest |  1 +
 dev-vcs/repo/metadata.xml | 10 ++
 dev-vcs/repo/repo-1.26.ebuild | 31 +++
 3 files changed, 42 insertions(+)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
new file mode 100644
index 000..71ea0be1a2e
--- /dev/null
+++ b/dev-vcs/repo/Manifest
@@ -0,0 +1 @@
+DIST repo-1.26 29829 BLAKE2B 
c5dc74214d404e6c11189a3d34c9a771ed5689da14e64588b5db144b6ea3ec38a727238d7dc6e609a22edb5b84d350210564615016f6b36599cf9e3fc3b34ef9
 SHA512 
1398fab95b4fb4a24fda93d4054384a801b5b70e3dca3a794f458d8e19582ef833ef5a3a0f3a571121d2d9172ce0e70f8b3c6719f6c2f47643ffe6de181e34b4

diff --git a/dev-vcs/repo/metadata.xml b/dev-vcs/repo/metadata.xml
new file mode 100644
index 000..de0e9961d99
--- /dev/null
+++ b/dev-vcs/repo/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   vap...@gentoo.org
+
+
+Tool for managing multiple git repositories. From Google, useful for building 
Android.
+
+

diff --git a/dev-vcs/repo/repo-1.26.ebuild b/dev-vcs/repo/repo-1.26.ebuild
new file mode 100644
index 000..d1563fd6add
--- /dev/null
+++ b/dev-vcs/repo/repo-1.26.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# NB: The $PV tracks the *repo launcher version*, not the last signed release
+# of the repo project.  They are confusingly different currently.
+
+EAPI="7"
+
+PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+
+inherit python-r1
+
+DESCRIPTION="Google tool for managing git, particularly multiple repos"
+HOMEPAGE="https://gerrit.googlesource.com/git-repo;
+SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P};
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   !app-admin/radmind
+   !dev-util/repo"
+
+S=${WORKDIR}
+
+src_install() {
+   python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
+}



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

2019-11-17 Thread Alfredo Tupone
commit: 874c624103ecfbabb32f5c708187818daa683bb1
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Nov 18 07:51:04 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Nov 18 07:51:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=874c6241

package.mask: Last rite for media-libs/skstream

Signed-off-by: Alfredo Tupone  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index a8ead75a59b..7d171c3d7f2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Alfredo Tupone  (2019-11-18)
+# No more needed.
+# Removal in 30 days.
+media-libs/skstream
+
 # Mart Raudsepp  (2019-11-17)
 # Obsolete library with no remaining consumers.
 # Only older dev-libs/libreport versions used it.



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

2019-11-17 Thread Keri Harris
commit: 3dccdc9295d30c1c52ee89e84726fedd7a93b49b
Author: Keri Harris  gentoo  org>
AuthorDate: Mon Nov 18 07:44:16 2019 +
Commit: Keri Harris  gentoo  org>
CommitDate: Mon Nov 18 07:44:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dccdc92

dev-lang/swi-prolog: bump development version

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

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

diff --git a/dev-lang/swi-prolog/Manifest b/dev-lang/swi-prolog/Manifest
index 390f790c9c5..a34afde2535 100644
--- a/dev-lang/swi-prolog/Manifest
+++ b/dev-lang/swi-prolog/Manifest
@@ -1,3 +1,4 @@
 DIST swipl-8.0.3.tar.gz 10418553 BLAKE2B 
d7d381a3070384164f9788060e1c431cc4658dd3e2144fc4c186c9f5395fb7356593766dcaff3ff424f19f917c8a4b56da31b019bd2206a7f794ece549043b76
 SHA512 
e3a0788befb5499be6f70524ef398dc3282a38891f20519dd23ec92f216fc1919a76656e4b648c3dc9d94e578dc2663439ff976eb52ca0dba5a6594f8d4d3037
 DIST swipl-8.1.14.tar.gz 10772544 BLAKE2B 
d272b6cd5a096d6422a2afc7fe27354c3c0e45462580e05c85916b604b28566d6f454fff1cf72c4194194fdea2577c0c73c9c9e556322eee4d904e079e5a5bd7
 SHA512 
360c18af7e53c85f33bfa1afbe19f99c6afbe72e8f86436dfc034485f92dd60d1fa1320826438532bd84f842ccba730826efefecdc4fdbae0d2f71bc590c4ae5
 DIST swipl-8.1.15.tar.gz 10786301 BLAKE2B 
e79795f92e269dfc9b8150d63cfac946285a4a433ae2d4445b381ac37fe5bfb9df2f9d1fe48b3531c430a792d74414fdb0219b2ec14b75a974639246402e67fa
 SHA512 
97d2873acb5c5a9806e6c8a99633a093a62cb3f6c693b42265a97d9c3bb0d44b286627a2a962ba031c99be6a19f5a63eada831b625deb8e22dc9423136788f2e
+DIST swipl-8.1.16.tar.gz 10793960 BLAKE2B 
4c353fe4b839e50e47c2e063ed38913fb4271fb51974bf88f745769fa8f39e2c731bf687d3f3b8531d0dc31fe7f50e82d24f2f27e7a68cfcbbdb5a6b68f9c347
 SHA512 
f62b8e3fdead3273e3cb6a58a3087c012dca6c8cc7ede239ad833a59641ded4c275e2b8820b719c6f335b2730bab75ac70df09fba743e8d7d20567dc6b79ac60

diff --git a/dev-lang/swi-prolog/swi-prolog-8.1.16.ebuild 
b/dev-lang/swi-prolog/swi-prolog-8.1.16.ebuild
new file mode 100644
index 000..cdc33c687ea
--- /dev/null
+++ b/dev-lang/swi-prolog/swi-prolog-8.1.16.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils eutils flag-o-matic multilib
+
+PATCHSET_VER="0"
+
+DESCRIPTION="versatile implementation of the Prolog programming language"
+HOMEPAGE="http://www.swi-prolog.org/;
+SRC_URI="http://www.swi-prolog.org/download/devel/src/swipl-${PV}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="archive berkdb debug doc +gmp java +libedit libressl minimal odbc pcre 
qt5 readline ssl test uuid X yaml"
+
+RDEPEND="sys-libs/ncurses:=
+   sys-libs/zlib
+   archive? ( app-arch/libarchive )
+   berkdb? ( >=sys-libs/db-4:= )
+   odbc? ( dev-db/unixODBC )
+   pcre? ( dev-libs/libpcre )
+   readline? ( sys-libs/readline:= )
+   libedit? ( dev-libs/libedit )
+   gmp? ( dev-libs/gmp:0 )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   )
+   java? ( >=virtual/jdk-1.7:= )
+   uuid? ( dev-libs/ossp-uuid )
+   qt5? (
+   dev-qt/qtwidgets:5
+   dev-qt/qtgui:5
+   )
+   X? (
+   virtual/jpeg:0
+   x11-libs/libX11
+   x11-libs/libXft
+   x11-libs/libXinerama
+   x11-libs/libXpm
+   x11-libs/libXt
+   x11-libs/libICE
+   x11-libs/libSM )
+   yaml? ( dev-libs/libyaml )"
+
+DEPEND="${RDEPEND}
+   X? ( x11-base/xorg-proto )
+   java? ( test? ( =dev-java/junit-3.8* ) )"
+
+S="${WORKDIR}/swipl-${PV}"
+BUILD_DIR="${S}/build"
+CMAKE_USE_DIR="${S}"
+
+src_prepare() {
+   EPATCH_FORCE=yes
+   EPATCH_SUFFIX=patch
+   if [[ -d "${WORKDIR}"/${PV} ]] ; then
+   epatch "${WORKDIR}"/${PV}
+   fi
+
+   sed -i -e "s|\(SWIPL_INSTALL_PREFIX\)   lib/.*)|\1   
$(get_libdir)/swipl)|" CMakeLists.txt || die
+
+   eapply_user
+
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   append-flags -fno-strict-aliasing
+   use debug && append-flags -DO_DEBUG
+
+   mycmakeargs=(
+   -DSWIPL_INSTALL_PREFIX=$(get_libdir)/swipl
+   -DUSE_GMP=$(usex gmp)
+   -DINSTALL_DOCUMENTATION=$(use doc && usex archive)
+   -DSWIPL_PACKAGES_BASIC=$(usex !minimal)
+   -DSWIPL_PACKAGES_ARCHIVE=$(usex archive)
+   -DSWIPL_PACKAGES_ODBC=$(usex odbc)
+   -DSWIPL_PACKAGES_BDB=$(usex berkdb)
+   -DSWIPL_PACKAGES_PCRE=$(usex pcre)
+   -DSWIPL_PACKAGES_YAML=$(usex yaml)
+   -DSWIPL_PACKAGES_SSL=$(usex ssl)
+   

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

2019-11-17 Thread Davide Pesavento
commit: a97c31f57e78aadff185b0862e55bc24540d6354
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Nov 18 06:54:44 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Nov 18 06:55:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a97c31f5

dev-util/eric: add 19.11, EAPI=7, drop python2 support

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

 dev-util/eric/Manifest  |  1 +
 dev-util/eric/eric-19.11.ebuild | 57 +
 2 files changed, 58 insertions(+)

diff --git a/dev-util/eric/Manifest b/dev-util/eric/Manifest
index fa92b8ea12c..27009a0fbd2 100644
--- a/dev-util/eric/Manifest
+++ b/dev-util/eric/Manifest
@@ -1 +1,2 @@
 DIST eric6-18.03.tar.gz 16517664 BLAKE2B 
f7f5292df8bc694fc4715ec1a250d948123a2eb99a590e6824d985318446babff86aeb745f5b5dbd0707e771638eaa943673e5b546676bea97e266888b844989
 SHA512 
e488010791b44cc7da782620baec9b97259aaefeb90d491023ec1d4582fb68acbc06d9eedba7beef9ddc706302e06e36b9ebb4e46d6f035b6c74e9f4eb9ac400
+DIST eric6-19.11.tar.gz 16241807 BLAKE2B 
bd8284164c6c191e91fc08bc42f594107ebab50f71a980ef331d42fbd8d9c488d5674b2f53665718a6e723a228e838d082095fc3c3b2d40c3fb350c5be9a98ee
 SHA512 
a8305c5185687d62231926bd4c484f3786ac1c20d125a1f8fb1b6bc0d42c57ba92bf00aaffd8699f8d7594c6432896bef8db13da85513ba4f217a60223f2f533

diff --git a/dev-util/eric/eric-19.11.ebuild b/dev-util/eric/eric-19.11.ebuild
new file mode 100644
index 000..637b427d81f
--- /dev/null
+++ b/dev-util/eric/eric-19.11.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_REQ_USE="sqlite,xml"
+inherit python-single-r1 xdg
+
+MY_P=${PN}6-${PV}
+
+DESCRIPTION="A full featured Python IDE using PyQt and QScintilla"
+HOMEPAGE="https://eric-ide.python-projects.org/;
+SRC_URI="mirror://sourceforge/eric-ide/${PN}6/stable/${PV}/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="6"
+KEYWORDS="~amd64 ~x86"
+IUSE="spell"
+
+DEPEND="
+   ${PYTHON_DEPS}
+   
>=dev-python/PyQt5-5.12[gui,help,network,printsupport,sql,svg,widgets,${PYTHON_USEDEP}]
+   dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
+   dev-python/qscintilla-python[${PYTHON_USEDEP}]
+   dev-python/sip[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}
+   >=dev-python/chardet-3.0.4[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.3.1[${PYTHON_USEDEP}]
+   spell? ( dev-python/pyenchant[${PYTHON_USEDEP}] )
+"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+S=${WORKDIR}/${MY_P}
+
+DOCS=( 
eric/docs/{changelog,README.rst,README-eric6-doc.rst,README-passive-debugging.rst,THANKS}
 )
+
+src_prepare() {
+   default
+
+   # Delete internal copies of dev-python/chardet and dev-python/pygments
+   rm -fr eric/eric6/ThirdParty/{CharDet,Pygments} || die
+}
+
+src_install() {
+   yes n | "${PYTHON}" install.py \
+   -b "${EPREFIX}/usr/bin" \
+   -d "$(python_get_sitedir)" \
+   -i "${D}" \
+   -c \
+   -z \
+   || die
+
+   python_optimize
+   einstalldocs
+}



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

2019-11-17 Thread Tim Harder
commit: 37e18625ba35a0749a22494cc5511adc90583404
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 06:52:25 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 06:52:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37e18625

app-text/restview: remove old

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

 app-text/restview/Manifest  |  1 -
 app-text/restview/restview-2.8.1.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/app-text/restview/Manifest b/app-text/restview/Manifest
index ab5a5916cc9..7e0fdf2ad55 100644
--- a/app-text/restview/Manifest
+++ b/app-text/restview/Manifest
@@ -1,2 +1 @@
-DIST restview-2.8.1.tar.gz 46103 BLAKE2B 
3f5b8852b1d174736333461181e9cad06c16ea8ac40e5041c5bf8246360e161609d99ac26a7a32f1dec518c017a30ecf1ac46eea80569b0d213ae62bee8ecc5d
 SHA512 
cbc6057df06a108ced9bfbc7442730c8bbe3bbe334eb6f708dd54e899ed6630bfb05e532c403a9a1a36b170dbe933a5829ada3b014147a3834c492456ca65363
 DIST restview-2.9.2.tar.gz 47181 BLAKE2B 
6812e39eb2f830cedacc359fe24988191fc6c7b46b4ddc7005e6e6ee3e52d6998b4b99687892842710154eb2bceb22dc161986f0c8f5f0d1910733226084b0b2
 SHA512 
4b8627248097368a06fba5dba8994d349b96e605ebde0965a9100c213d9c8bb9320e6ff33a93ce40d80a6b5f3150e4094e2824b5ef5b4757d1e3bd39399a8e0c

diff --git a/app-text/restview/restview-2.8.1.ebuild 
b/app-text/restview/restview-2.8.1.ebuild
deleted file mode 100644
index b7a7637a5e3..000
--- a/app-text/restview/restview-2.8.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="reStructuredText viewer"
-HOMEPAGE="https://mg.pov.lt/restview/ https://pypi.org/project/restview/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/readme_renderer[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   test? ( dev-python/mock[${PYTHON_USEDEP}] )
-"
-
-DOCS=( README.rst CHANGES.rst )
-
-python_test() {
-   esetup.py test
-}



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

2019-11-17 Thread Tim Harder
commit: 718d9878f02a9a00e8f13c352f86ae058f3fbceb
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 06:52:41 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 06:52:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=718d9878

app-text/restview: drop myself as a maintainer

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

 app-text/restview/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-text/restview/metadata.xml b/app-text/restview/metadata.xml
index 573ddfb8edd..320646448c7 100644
--- a/app-text/restview/metadata.xml
+++ b/app-text/restview/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-radher...@gentoo.org
-Tim Harder
-  
+  
   
 restview
   



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

2019-11-17 Thread Tim Harder
commit: a2d8c256450bd6f3a98a214328a06a2c4cffda2e
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 06:53:59 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 06:55:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d8c256

app-text/extract_url: drop myself as a maintainer

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

 app-text/extract_url/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-text/extract_url/metadata.xml 
b/app-text/extract_url/metadata.xml
index 13884f66a23..7cfa3990e6a 100644
--- a/app-text/extract_url/metadata.xml
+++ b/app-text/extract_url/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   
+   

m3m0ryh0l3/extracturl




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

2019-11-17 Thread Tim Harder
commit: 3a1b9050632776c4ee45ad056a81571a633c9651
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 06:54:47 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 06:55:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1b9050

app-text/extract_url: update to EAPI 7

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

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

diff --git a/app-text/extract_url/extract_url-1.6.2.ebuild 
b/app-text/extract_url/extract_url-1.6.2.ebuild
index 8ccadeb5e0f..5f105f6cc14 100644
--- a/app-text/extract_url/extract_url-1.6.2.ebuild
+++ b/app-text/extract_url/extract_url-1.6.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="extracts URLs from correctly-encoded MIME email messages or plain 
text"
 HOMEPAGE="https://www.memoryhole.net/~kyle/extract_url/ 
https://github.com/m3m0ryh0l3/extracturl/;



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

2019-11-17 Thread Tim Harder
commit: 50c29b5bd04b4ae595efa81cad6ee5cc7cba5321
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 06:46:36 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 06:46:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50c29b5b

net-misc/autossh: drop myself as a maintainer

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

 net-misc/autossh/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-misc/autossh/metadata.xml b/net-misc/autossh/metadata.xml
index 78e64a5cf1a..6f49eba8f49 100644
--- a/net-misc/autossh/metadata.xml
+++ b/net-misc/autossh/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   
+
 



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

2019-11-17 Thread Tim Harder
commit: 65203c51c3cb22f77efe62bfaa96047487361b4c
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 06:48:29 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 06:48:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65203c51

app-arch/atool: drop myself as a maintainer

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

 app-arch/atool/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-arch/atool/metadata.xml b/app-arch/atool/metadata.xml
index 78e64a5cf1a..6f49eba8f49 100644
--- a/app-arch/atool/metadata.xml
+++ b/app-arch/atool/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   
+
 



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

2019-11-17 Thread Tim Harder
commit: a9f4c03e5c16d97070fb06903bed1fb513d794a4
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 06:47:36 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 06:47:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9f4c03e

net-fs/btfs: drop myself as a maintainer

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

 net-fs/btfs/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-fs/btfs/metadata.xml b/net-fs/btfs/metadata.xml
index 21630ede97a..3639c9218d5 100644
--- a/net-fs/btfs/metadata.xml
+++ b/net-fs/btfs/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   
+   

johang/btfs




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

2019-11-17 Thread Tim Harder
commit: 86d1d5d680c4901bb753a9ee6ffbbc49e74a291b
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 06:43:13 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 06:43:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d1d5d6

sys-fs/archivemount: drop myself as a maintainer

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

 sys-fs/archivemount/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/sys-fs/archivemount/metadata.xml b/sys-fs/archivemount/metadata.xml
index 78e64a5cf1a..6f49eba8f49 100644
--- a/sys-fs/archivemount/metadata.xml
+++ b/sys-fs/archivemount/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   
+
 



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

2019-11-17 Thread Tim Harder
commit: a7163258d1082e157c15ed8ed1ecf1ee74058ac7
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 06:43:44 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 06:43:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7163258

sys-fs/archivemount: bump to EAPI 7

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

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

diff --git a/sys-fs/archivemount/archivemount-0.8.12.ebuild 
b/sys-fs/archivemount/archivemount-0.8.12.ebuild
index f8e3636bdeb..d987a19f01e 100644
--- a/sys-fs/archivemount/archivemount-0.8.12.ebuild
+++ b/sys-fs/archivemount/archivemount-0.8.12.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="Mount archives using libarchive and FUSE"
 HOMEPAGE="https://www.cybernoia.de/software/archivemount.html 
https://github.com/cybernoid/archivemount;



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

2019-11-17 Thread Tim Harder
commit: 55e2df861747ca3437d3c04045deef9c09827e2b
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 06:33:13 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 06:34:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55e2df86

dev-python/kconfiglib: version bump to 13.2.0

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

 dev-python/kconfiglib/Manifest |  1 +
 dev-python/kconfiglib/kconfiglib-13.2.0.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/kconfiglib/Manifest b/dev-python/kconfiglib/Manifest
index c245d9f4cb5..db8807dabaa 100644
--- a/dev-python/kconfiglib/Manifest
+++ b/dev-python/kconfiglib/Manifest
@@ -1 +1,2 @@
 DIST kconfiglib-12.12.1.tar.gz 181307 BLAKE2B 
d256148bd6bf01f7951c78751604eae1be4c2fc156b815bdb570e6fcf185c2f5c97259f6ce0ed275104234ff7180afa2000a81feb281e745a8a0c4db162f57b9
 SHA512 
49e8746e6c83a93b7500130b21b864346ab8106c0c161de0ec62b3efff794080e734d34d88cd9c816c0d6514465729fbc3a4334fcc9c0a68f17c1688bb210325
+DIST kconfiglib-13.2.0.tar.gz 181115 BLAKE2B 
81aeab65c4d7008dad33d508eb2be5ed53187943c1ec5112a87a47a5f9bb661c521b0d61a3da63da3233f168d62ab6bb5cdf6e3702e53f960159b7ca13c8a0cf
 SHA512 
9d8c76014aa7faa93af216849859eca9bfdc0d4cd3e030e47b72acfdd4981ac1581747adf91bca58a4e8d86b151988309f36c3f94a1ebb216a1412fd004fafd2

diff --git a/dev-python/kconfiglib/kconfiglib-13.2.0.ebuild 
b/dev-python/kconfiglib/kconfiglib-13.2.0.ebuild
new file mode 100644
index 000..e519c27c57a
--- /dev/null
+++ b/dev-python/kconfiglib/kconfiglib-13.2.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy{,3} )
+PYTHON_REQ_USE="ncurses"
+
+inherit distutils-r1
+
+DESCRIPTION="A flexible Python Kconfig implementation"
+HOMEPAGE="https://github.com/ulfalizer/Kconfiglib 
https://pypi.org/project/kconfiglib/;
+SRC_URI="https://github.com/ulfalizer/Kconfiglib/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+# pypi tarballs don't include tests
+#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${BDEPEND}"
+
+S=${WORKDIR}/${P/k/K}
+
+python_prepare_all() {
+   distutils-r1_python_prepare_all
+
+   # hacks to run tests
+   mkdir Kconfiglib || die
+   ln -s ../tests Kconfiglib || die
+   # don't run kernel Kconfig compat tests
+   sed -i 's/run_compatibility_tests()$/#\0/' testsuite.py || die
+}
+
+python_test() {
+   "${PYTHON}" testsuite.py || die "tests failed with ${EPYTHON}"
+}



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

2019-11-17 Thread Tim Harder
commit: fac70f712a08097da448b5aef4bea90afc37172d
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 06:30:43 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 06:30:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fac70f71

dev-python/onkyo-eiscp: version bump to 1.2.7

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

 dev-python/onkyo-eiscp/Manifest |  1 +
 dev-python/onkyo-eiscp/onkyo-eiscp-1.2.7.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/onkyo-eiscp/Manifest b/dev-python/onkyo-eiscp/Manifest
index a230c90c9d9..964fc24f064 100644
--- a/dev-python/onkyo-eiscp/Manifest
+++ b/dev-python/onkyo-eiscp/Manifest
@@ -1,2 +1,3 @@
 DIST onkyo-eiscp-1.2.4.tar.gz 41394 BLAKE2B 
09bd0d91290fae8452b5ad8db36f85aaedc2286335b766a24dc1da6287f0f28eceb112e09709fc0a2b8d3d0e8c1d6e3f46633e263c7037d853786b1cec1990aa
 SHA512 
77aba800bb7472ccf4a32f116d13d04ab5339f77bee9a86c16522e77a11d991d7fc10d0fdb16f75afcdd5b84b4d063de7962e72cf4583dfbdbde69cd15b65a73
 DIST onkyo-eiscp-1.2.5.tar.gz 44551 BLAKE2B 
b7f039ba85fc3dbbac22f353bef27bdbba6ccb621a45d89cf23ac4ff1586a9eac72bc3808ec4787737e668e9c425b685a724b801e1898a9a0f35668d27112673
 SHA512 
1a0be02cf8a1c2843e34a918339600769a1477f44c0874d667b12dc93ec2d171073c4a82e068d84cf4fea8351be877f00ec839af608f007ab796f0041a305e3b
+DIST onkyo-eiscp-1.2.7.tar.gz 48290 BLAKE2B 
c583b2af2619b6dc070c431a91d77ce507d3bf91f87a5ee181b82333ef597fd45d122c85f3fa4dfe5454b5059c89888744beb0a44a916f8e8cba64fd94b6cda1
 SHA512 
0fe8f23762d49b3b2c45ef24b94345d9a342cf04b2fa55538abf4ea21a6039011c0ade945f7432555ec948811ab521bb6a611909e19163e0e0c806bf87604635

diff --git a/dev-python/onkyo-eiscp/onkyo-eiscp-1.2.7.ebuild 
b/dev-python/onkyo-eiscp/onkyo-eiscp-1.2.7.ebuild
new file mode 100644
index 000..e04f8d02c96
--- /dev/null
+++ b/dev-python/onkyo-eiscp/onkyo-eiscp-1.2.7.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Control Onkyo A/V receivers over the network"
+HOMEPAGE="https://github.com/miracle2k/onkyo-eiscp 
https://pypi.org/project/onkyo-eiscp/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}
+   >=dev-python/docopt-0.4.1[${PYTHON_USEDEP}]
+   dev-python/netifaces[${PYTHON_USEDEP}]
+"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.2.4-exclude-tests.patch )



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

2019-11-17 Thread Tim Harder
commit: 76f7185a38eb80501f902891e514784826ca9879
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 06:31:01 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 06:31:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76f7185a

dev-python/onkyo-eiscp: remove old

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

 dev-python/onkyo-eiscp/Manifest |  2 --
 dev-python/onkyo-eiscp/onkyo-eiscp-1.2.4.ebuild | 24 
 dev-python/onkyo-eiscp/onkyo-eiscp-1.2.5.ebuild | 24 
 3 files changed, 50 deletions(-)

diff --git a/dev-python/onkyo-eiscp/Manifest b/dev-python/onkyo-eiscp/Manifest
index 964fc24f064..0b294611294 100644
--- a/dev-python/onkyo-eiscp/Manifest
+++ b/dev-python/onkyo-eiscp/Manifest
@@ -1,3 +1 @@
-DIST onkyo-eiscp-1.2.4.tar.gz 41394 BLAKE2B 
09bd0d91290fae8452b5ad8db36f85aaedc2286335b766a24dc1da6287f0f28eceb112e09709fc0a2b8d3d0e8c1d6e3f46633e263c7037d853786b1cec1990aa
 SHA512 
77aba800bb7472ccf4a32f116d13d04ab5339f77bee9a86c16522e77a11d991d7fc10d0fdb16f75afcdd5b84b4d063de7962e72cf4583dfbdbde69cd15b65a73
-DIST onkyo-eiscp-1.2.5.tar.gz 44551 BLAKE2B 
b7f039ba85fc3dbbac22f353bef27bdbba6ccb621a45d89cf23ac4ff1586a9eac72bc3808ec4787737e668e9c425b685a724b801e1898a9a0f35668d27112673
 SHA512 
1a0be02cf8a1c2843e34a918339600769a1477f44c0874d667b12dc93ec2d171073c4a82e068d84cf4fea8351be877f00ec839af608f007ab796f0041a305e3b
 DIST onkyo-eiscp-1.2.7.tar.gz 48290 BLAKE2B 
c583b2af2619b6dc070c431a91d77ce507d3bf91f87a5ee181b82333ef597fd45d122c85f3fa4dfe5454b5059c89888744beb0a44a916f8e8cba64fd94b6cda1
 SHA512 
0fe8f23762d49b3b2c45ef24b94345d9a342cf04b2fa55538abf4ea21a6039011c0ade945f7432555ec948811ab521bb6a611909e19163e0e0c806bf87604635

diff --git a/dev-python/onkyo-eiscp/onkyo-eiscp-1.2.4.ebuild 
b/dev-python/onkyo-eiscp/onkyo-eiscp-1.2.4.ebuild
deleted file mode 100644
index 94f1da2f910..000
--- a/dev-python/onkyo-eiscp/onkyo-eiscp-1.2.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Control Onkyo A/V receivers over the network"
-HOMEPAGE="https://github.com/miracle2k/onkyo-eiscp 
https://pypi.org/project/onkyo-eiscp/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-   >=dev-python/docopt-0.4.1[${PYTHON_USEDEP}]
-   dev-python/netifaces[${PYTHON_USEDEP}]
-"
-
-PATCHES=( "${FILESDIR}"/${P}-exclude-tests.patch )

diff --git a/dev-python/onkyo-eiscp/onkyo-eiscp-1.2.5.ebuild 
b/dev-python/onkyo-eiscp/onkyo-eiscp-1.2.5.ebuild
deleted file mode 100644
index d2604b363e2..000
--- a/dev-python/onkyo-eiscp/onkyo-eiscp-1.2.5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Control Onkyo A/V receivers over the network"
-HOMEPAGE="https://github.com/miracle2k/onkyo-eiscp 
https://pypi.org/project/onkyo-eiscp/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-   >=dev-python/docopt-0.4.1[${PYTHON_USEDEP}]
-   dev-python/netifaces[${PYTHON_USEDEP}]
-"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.2.4-exclude-tests.patch )



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

2019-11-17 Thread Tim Harder
commit: 8f2addacc3038dbfc5b180493bbc09f3032b22a4
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 06:27:38 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 06:28:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f2addac

net-proxy/sshuttle: drop myself as a maintainer

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

 net-proxy/sshuttle/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-proxy/sshuttle/metadata.xml b/net-proxy/sshuttle/metadata.xml
index 6956e63728a..7597a9dccda 100644
--- a/net-proxy/sshuttle/metadata.xml
+++ b/net-proxy/sshuttle/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-radher...@gentoo.org
-Tim Harder
-  
+  
   
 sshuttle
 sshuttle/sshuttle



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

2019-11-17 Thread Joonas Niilola
commit: d13143c70066adfa0cb74120ce43c9eaffaaae8d
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Nov 18 06:26:46 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Nov 18 06:26:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d13143c7

x11-misc/urxvt-perls: adopt m-n package

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

 x11-misc/urxvt-perls/metadata.xml | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/x11-misc/urxvt-perls/metadata.xml 
b/x11-misc/urxvt-perls/metadata.xml
index 1eb66051d7e..67c8b7560e0 100644
--- a/x11-misc/urxvt-perls/metadata.xml
+++ b/x11-misc/urxvt-perls/metadata.xml
@@ -1,8 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   
-   muennich/urxvt-perls
-   
+  
+juip...@gentoo.org
+Joonas Niilola
+  
+  
+muennich/urxvt-perls
+  
 



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

2019-11-17 Thread Tim Harder
commit: 97c4c2b3a0aa13a6852a954ad6c470e13455d3e0
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 06:16:46 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 06:20:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c4c2b3

x11-misc/urxvt-perls: version bump to 2.3

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

 x11-misc/urxvt-perls/Manifest   |  1 +
 x11-misc/urxvt-perls/urxvt-perls-2.3.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/x11-misc/urxvt-perls/Manifest b/x11-misc/urxvt-perls/Manifest
index 53b1835aefc..6e7ccec8f85 100644
--- a/x11-misc/urxvt-perls/Manifest
+++ b/x11-misc/urxvt-perls/Manifest
@@ -1 +1,2 @@
 DIST urxvt-perls-2.2.tar.gz 14300 BLAKE2B 
9b7502b6e4078f4d789e3f3c36881123ea2472c4b86972985b87e7ba88b61bfad637fe6235a8791f31e422da1abe9d07d21b8cbeca8f42056fbb2ce1bfaab5b4
 SHA512 
3b6c9b71ee2bc6a64762c2c9255ce52c489282797fb2859c17bb83eacae44bbbdf7f22d47de1bb0492753e7cd685fe4bc44c71421a19e162185ad60331b84d89
+DIST urxvt-perls-2.3.tar.gz 14717 BLAKE2B 
312f9bb46839b9bd1e702ca80a6ab02c64db3f74345c9dd7a8abf6b7e66126e6ddbc27e85a4046f745b084780e4c7fb0877729764f860471c9ba80104d3493ac
 SHA512 
d941acb6353b0a7a34cefc94064466ee6b9e879a02cb76a10cd14c37e616d05d6e36a156aeb63191dbc0876c00ee927a3b48949d833a9d12b4676cfb0417bae6

diff --git a/x11-misc/urxvt-perls/urxvt-perls-2.3.ebuild 
b/x11-misc/urxvt-perls/urxvt-perls-2.3.ebuild
new file mode 100644
index 000..9374ceb4c88
--- /dev/null
+++ b/x11-misc/urxvt-perls/urxvt-perls-2.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Perl extensions for rxvt-unicode"
+HOMEPAGE="https://github.com/muennich/urxvt-perls;
+SRC_URI="https://github.com/muennich/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+RDEPEND="x11-misc/xsel
+   x11-terms/rxvt-unicode[perl]"
+
+src_install() {
+   insinto /usr/$(get_libdir)/urxvt/perl
+   doins keyboard-select
+   dodoc README.md
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-font-size/

2019-11-17 Thread Tim Harder
commit: 81a862ea704f51833cb5c98ec56ef7e8362601a4
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 06:13:42 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 06:20:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81a862ea

x11-misc/urxvt-font-size: drop myself as a maintainer

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

 x11-misc/urxvt-font-size/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-misc/urxvt-font-size/metadata.xml 
b/x11-misc/urxvt-font-size/metadata.xml
index 325ca78ce98..b987c98512a 100644
--- a/x11-misc/urxvt-font-size/metadata.xml
+++ b/x11-misc/urxvt-font-size/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   
+   

majutsushi/urxvt-font-size




[gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-font-size/

2019-11-17 Thread Tim Harder
commit: ac094bbcbd9acf66cc892bbc5a80f3631eca49da
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 06:20:37 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 06:20:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac094bbc

x11-misc/urxvt-font-size: update to EAPI 7

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

 x11-misc/urxvt-font-size/urxvt-font-size-1.3.ebuild  | 5 ++---
 x11-misc/urxvt-font-size/urxvt-font-size-.ebuild | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/x11-misc/urxvt-font-size/urxvt-font-size-1.3.ebuild 
b/x11-misc/urxvt-font-size/urxvt-font-size-1.3.ebuild
index 2820f18eea0..9f9b11e5ab5 100644
--- a/x11-misc/urxvt-font-size/urxvt-font-size-1.3.ebuild
+++ b/x11-misc/urxvt-font-size/urxvt-font-size-1.3.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit multilib
+EAPI=7
 
 if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/majutsushi/${PN}.git;

diff --git a/x11-misc/urxvt-font-size/urxvt-font-size-.ebuild 
b/x11-misc/urxvt-font-size/urxvt-font-size-.ebuild
index 1c2ed2ed18e..7ed3f5eb066 100644
--- a/x11-misc/urxvt-font-size/urxvt-font-size-.ebuild
+++ b/x11-misc/urxvt-font-size/urxvt-font-size-.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit multilib
+EAPI=7
 
 if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/majutsushi/${PN}.git;



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

2019-11-17 Thread Tim Harder
commit: 1874bb147fa271ba62a27c00accd5a52becbed5e
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 06:17:08 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 06:20:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1874bb14

x11-misc/urxvt-perls: drop myself as a maintainer

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

 x11-misc/urxvt-perls/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-misc/urxvt-perls/metadata.xml 
b/x11-misc/urxvt-perls/metadata.xml
index de5f98c37a4..1eb66051d7e 100644
--- a/x11-misc/urxvt-perls/metadata.xml
+++ b/x11-misc/urxvt-perls/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   
+   

muennich/urxvt-perls




[gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-font-size/

2019-11-17 Thread Tim Harder
commit: e68a88d7de9e7dacc20d9c00adb7fa07b758f3ef
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 06:11:30 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 06:19:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e68a88d7

x11-misc/urxvt-font-size: remove old

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

 x11-misc/urxvt-font-size/Manifest  |  1 -
 .../urxvt-font-size/urxvt-font-size-1.1.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/x11-misc/urxvt-font-size/Manifest 
b/x11-misc/urxvt-font-size/Manifest
index 353040382ba..f8f71d3ce59 100644
--- a/x11-misc/urxvt-font-size/Manifest
+++ b/x11-misc/urxvt-font-size/Manifest
@@ -1,2 +1 @@
-DIST urxvt-font-size-1.1.tar.gz 5490 BLAKE2B 
5e9388c25a143a41d84511a03c8821058568d2032cfd4f3f9929d66d47273be0d091ec8787485cf2eb02a9a2f4a00160d745b72cf9c2c8c552c2308dd9cc8260
 SHA512 
923cf79dc11cdfd53bf7f0a5bc909cc80916f9e956f1aadc2cfa609d1c9c33211c0b023f5dca4c56a12acf7d3c70d7229e5a78783d20965964511b5f6ad01b1d
 DIST urxvt-font-size-1.3.tar.gz 6276 BLAKE2B 
55d0585d8bd817bb39a0d4336f4627592ae7805c03484a273d4151bd81454fd740ac675649d6ed7643cb78de5d911f2aa3471426ffec8770673096a13999b810
 SHA512 
546c3cdc1290bac934b36acf74c6148c43385d2cfdd3141afe5a8fe369477cc219d1db5c9d98a53678de4d297fd541d49ebbd702f80f91dd41a11aeab02270e7

diff --git a/x11-misc/urxvt-font-size/urxvt-font-size-1.1.ebuild 
b/x11-misc/urxvt-font-size/urxvt-font-size-1.1.ebuild
deleted file mode 100644
index 6e9c01b1a6e..000
--- a/x11-misc/urxvt-font-size/urxvt-font-size-1.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit multilib
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/majutsushi/${PN}.git;
-   inherit git-r3
-else
-   KEYWORDS="amd64 x86"
-   SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-fi
-
-DESCRIPTION="Perl extension for rxvt-unicode to change the font size on the 
fly"
-HOMEPAGE="https://github.com/majutsushi/urxvt-font-size/;
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-   x11-apps/xlsfonts
-   x11-terms/rxvt-unicode[perl]
-"
-
-src_install() {
-   insinto /usr/$(get_libdir)/urxvt/perl
-   doins font-size
-   dodoc README.markdown
-}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/mythplugins/

2019-11-17 Thread Joonas Niilola
commit: 33381f89cf2a48894b5fddab827d66e95a165a7f
Author: Wilson Michaels  earthlink  net>
AuthorDate: Sat Sep 21 16:53:40 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Nov 18 06:14:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33381f89

media-plugins/mythplugins: new package - v. 30.0

Reviving package that previously was in gentoo with new version.

Bug: https://bugs.gentoo.org/674216
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Wilson Michaels  earthlink.net>
Closes: https://github.com/gentoo/gentoo/pull/13109
Signed-off-by: Joonas Niilola  gentoo.org>

 media-plugins/mythplugins/Manifest|   1 +
 media-plugins/mythplugins/metadata.xml|  32 +
 media-plugins/mythplugins/mythplugins-30.0.ebuild | 168 ++
 3 files changed, 201 insertions(+)

diff --git a/media-plugins/mythplugins/Manifest 
b/media-plugins/mythplugins/Manifest
new file mode 100644
index 000..73e6f46179c
--- /dev/null
+++ b/media-plugins/mythplugins/Manifest
@@ -0,0 +1 @@
+DIST mythplugins-30.0.tar.gz 101169041 BLAKE2B 
0125c6234c168b9b24110b817e9e9a632187743c9ca44a46a8d464be6c330067f31da6fb252ed2a5fd770756229f2d95a746bd5d0e03be1e97fecc0de86603be
 SHA512 
a29125ca33b1b100f51feb7a2ccff16d62928e474a393f11fc4b4fb77d0a85d9d4dd138acf757b527c0f936f3ff2e7d3eddcacef183d642429e36bc3e44ecbf4

diff --git a/media-plugins/mythplugins/metadata.xml 
b/media-plugins/mythplugins/metadata.xml
new file mode 100644
index 000..3b81a44089c
--- /dev/null
+++ b/media-plugins/mythplugins/metadata.xml
@@ -0,0 +1,32 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   thebit...@earthlink.net
+   Wilson Michaels
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   Allows MythMusic to burn CD-Rs
+   Allows MythGallery to read EXIF data from 
photos
+   Adds visual effects to MythMusic when playing 
back music
+   HTTP Live Streaming support
+   Allows MythGallery to view photos saved in RAW 
format
+   Allows you to archive recorded content 
to CD or DVD
+   Adds a web browser within MythTV
+   Adds a picture viewing gallery within 
MythTV
+   Adds a frontend to various ROM emulators 
within MythTV
+   Adds the ability for MythTV to act as a 
music player
+   Adds the ability to view netvision 
devices within MythTV
+   Adds a news viewer within MythTV
+   Adds weather information within 
MythTV
+   Build mythzmserver daemon needed by 
zoneminder on LAN
+   Adds support for zoneminder 
(requires active mythzmserver daemon on LAN).
+   
+   
+   MythTV/mythtv
+   
+

diff --git a/media-plugins/mythplugins/mythplugins-30.0.ebuild 
b/media-plugins/mythplugins/mythplugins-30.0.ebuild
new file mode 100644
index 000..b574a2449e6
--- /dev/null
+++ b/media-plugins/mythplugins/mythplugins-30.0.ebuild
@@ -0,0 +1,168 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="xml"
+BACKPORTS="03f44039848bd09444ff4baa8dc158bd61454079"
+MY_P=${P%_p*}
+
+inherit python-single-r1 readme.gentoo-r1
+
+DESCRIPTION="Official WMythTV plugins"
+HOMEPAGE="https://www.mythtv.org;
+# mythtv and mythplugins are separate builds in the same github MythTV/mythtv 
repository
+SRC_URI="https://github.com/MythTV/mythtv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+MYTHPLUGINS="mytharchive +mythbrowser +mythgallery mythgame \
+mythmusic +mythnetvision +mythnews +mythweather mythzmserver mythzoneminder"
+IUSE="${MYTHPLUGINS} alsa cdda cdr exif fftw +hls ieee1394 libass +opengl raw 
+theora +vorbis +xml xvid"
+
+DEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/glib:2
+   dev-libs/openssl:0=
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtopengl:5
+   dev-qt/qtsql:5
+   media-libs/freetype:2
+   media-libs/libpng:0=
+   sys-apps/util-linux
+   virtual/libudev:=
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   x11-libs/libXv
+   x11-libs/libXxf86vm
+   alsa? ( >=media-libs/alsa-lib-1.0.24 )
+   hls? (
+   media-libs/faac
+   media-libs/libvpx:=
+   >=media-libs/x264-0.0.20111220:=
+   >=media-sound/lame-3.93.1
+   )
+   ieee1394? (
+   >=media-libs/libiec61883-1.0.0
+   >=sys-libs/libavc1394-0.5.3
+   >=sys-libs/libraw1394-1.2.0
+   )
+   libass? ( >=media-libs/libass-0.9.11:= )
+   
=media-tv/mythtv-${PV}*[alsa?,cdda?,cdr?,exif?,fftw?,ieee1394?,libass?,opengl?,python,raw?,xml?,xvid]
+   

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

2019-11-17 Thread Joonas Niilola
commit: 99ff435c78a24e3088f11f7a1d565404bc82034d
Author: Vladimir Pavljuchenkov (SpiderX)  spiderx  dp 
 ua>
AuthorDate: Sun Nov 17 09:23:28 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Nov 18 06:14:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ff435c

x11-misc/libinput-gestures: version bump to 2.48, sort revdep

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

 x11-misc/libinput-gestures/Manifest   | 1 +
 .../{libinput-gestures-.ebuild => libinput-gestures-2.48.ebuild}  | 4 ++--
 x11-misc/libinput-gestures/libinput-gestures-.ebuild  | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/x11-misc/libinput-gestures/Manifest 
b/x11-misc/libinput-gestures/Manifest
index f6afd4314c9..6ff096150a2 100644
--- a/x11-misc/libinput-gestures/Manifest
+++ b/x11-misc/libinput-gestures/Manifest
@@ -1,2 +1,3 @@
 DIST libinput-gestures-2.41.tar.gz 18098 BLAKE2B 
792ebab29cb5ea24cbb696eac6ed651632db4079d8470784f45a1055d99c9672f8bfa7e8ddc08b80417c91a47f540fdf13f7a071c73bb7a654ce66508f181a38
 SHA512 
7f718275d5b4b722df52adb597f0344427500ca730c154cf6fd3de2f06d7081e6214cc954addc34594f17f10c70d081fecbfc1a22d16726b6ea820019dae6d83
 DIST libinput-gestures-2.45.tar.gz 18645 BLAKE2B 
56e683eac1944407e169d7ad9cac23fe3b91b781dbba9367b86bd73556d3e0aa550008563c4c7f6726a12dc6ac4a458f9dae5782db0d8a23dc2f12a897f8
 SHA512 
27eac34826c3f02a16bb5c6c892e2bcc12ed27a8a1cb64bde945e869161f30701240deebbd278318f418319f1c98be13dc90eb95f9354f624939af4b7471762f
+DIST libinput-gestures-2.48.tar.gz 22858 BLAKE2B 
67fada253a0d02791e14c6c2175f37f75c2e4ff04b04360070d1c045cf064a9d7b362c28a1e8130e6cc435bd487370c69ded3af41d53b935f7024d722aca9593
 SHA512 
6ad510f2067ab6cef9c9a94f1c300fe91aa811904a0e85209dc06b3afdd4a2be8ae7bda8ccb40210cc59c3758e3b14b53285f7c3c29c6982a3894952b678a840

diff --git a/x11-misc/libinput-gestures/libinput-gestures-.ebuild 
b/x11-misc/libinput-gestures/libinput-gestures-2.48.ebuild
similarity index 97%
copy from x11-misc/libinput-gestures/libinput-gestures-.ebuild
copy to x11-misc/libinput-gestures/libinput-gestures-2.48.ebuild
index 213fbc54cfa..2f4a08da79a 100644
--- a/x11-misc/libinput-gestures/libinput-gestures-.ebuild
+++ b/x11-misc/libinput-gestures/libinput-gestures-2.48.ebuild
@@ -24,8 +24,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
>=dev-libs/libinput-1.8.0
-   x11-misc/xdotool
-   x11-misc/wmctrl"
+   x11-misc/wmctrl
+   x11-misc/xdotool"
 DEPEND=">=dev-libs/libinput-1.8.0
dev-util/desktop-file-utils"
 

diff --git a/x11-misc/libinput-gestures/libinput-gestures-.ebuild 
b/x11-misc/libinput-gestures/libinput-gestures-.ebuild
index 213fbc54cfa..2f4a08da79a 100644
--- a/x11-misc/libinput-gestures/libinput-gestures-.ebuild
+++ b/x11-misc/libinput-gestures/libinput-gestures-.ebuild
@@ -24,8 +24,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
>=dev-libs/libinput-1.8.0
-   x11-misc/xdotool
-   x11-misc/wmctrl"
+   x11-misc/wmctrl
+   x11-misc/xdotool"
 DEPEND=">=dev-libs/libinput-1.8.0
dev-util/desktop-file-utils"
 



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

2019-11-17 Thread Joonas Niilola
commit: 956426a6665c78e317ecef10e90242c7b9644049
Author: Christopher Head  chead  ca>
AuthorDate: Sun Nov 17 01:48:21 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Nov 18 06:14:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=956426a6

app-office/taskcoach: version bump to 1.4.6

Changes in the new ebuild:
* Version bump from 1.4.3 to 1.4.6
* EAPI bump to 7
* versionator.eclass inherit removed (it was not used)
* eutils.class inherit replaced with desktop.eclass and PATCHES array
* HOMEPAGE changed to HTTPS
* LICENSE fixed (COPYRIGHT.txt says GPL 3 or later)
* IUSE=libnotify removed (this was not announced in the changelog but
  the code appears to have been removed)
* fix-desktop-file.patch no longer used (patching that file was
  pointless because the shipped desktop file was ignored in favour of
  make_desktop_entry anyway)

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Christopher Head  chead.ca>
Closes: https://bugs.gentoo.org/677974
Closes: https://github.com/gentoo/gentoo/pull/13679
Signed-off-by: Joonas Niilola  gentoo.org>

 app-office/taskcoach/Manifest   |  1 +
 app-office/taskcoach/taskcoach-1.4.6.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/app-office/taskcoach/Manifest b/app-office/taskcoach/Manifest
index 3e346b0449e..c31fce38278 100644
--- a/app-office/taskcoach/Manifest
+++ b/app-office/taskcoach/Manifest
@@ -1 +1,2 @@
 DIST TaskCoach-1.4.3.tar.gz 2927984 BLAKE2B 
998a53fa53624bce8497423e68924962e2cec705b87cfab192a6c5869a915f0de9d5c4394a190d07a50220258e7165b6aaee18449b9b9643a37dd9d9838a6679
 SHA512 
ae449ae66d29ec884de680179853d5e39814a4e7b10d8e5ca2066f1c85fda328470852a10600e74ade1e4a52c5cdc8f749eceaf4f861f8852c2f47d654e9fc88
+DIST TaskCoach-1.4.6.tar.gz 2927090 BLAKE2B 
24f7b2f293d34d8ef0084c7065fdf5de6b01f437c971ad0d504125793ec71581ccedbd6db0701653db409ce04fb99b55f995037510daa58f10e2b15b439dc64b
 SHA512 
f393f9e7d8422e1453a1bd711d08ba6bdcccd5634095262475538dfbd1fb7a943798b6ff197e38367cf8e6162e25fef50178458f73b76f483495d61545bec8fe

diff --git a/app-office/taskcoach/taskcoach-1.4.6.ebuild 
b/app-office/taskcoach/taskcoach-1.4.6.ebuild
new file mode 100644
index 000..8bacc4b22d5
--- /dev/null
+++ b/app-office/taskcoach/taskcoach-1.4.6.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 )
+
+inherit desktop distutils-r1
+
+MY_PN="TaskCoach"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Simple personal tasks and todo lists manager"
+HOMEPAGE="https://www.taskcoach.org https://pypi.org/project/TaskCoach/;
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+LICENSE="GPL-3+"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# Task Coach can also optionally use igraph to draw task dependency graphs
+# since 1.4.4, but that is not packaged in Gentoo at this time.
+
+DEPEND="
+   dev-python/wxpython:3.0[${PYTHON_USEDEP}]
+   || (
+   >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
+   >=dev-python/twisted-core-10.0[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="${DEPEND}
+   x11-libs/libXScrnSaver
+"
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=( CHANGES.txt README.txt )
+PATCHES=( "${FILESDIR}/${PN}-1.4.3-version-check.patch" )
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   doicon "icons.in/${PN}.png"
+   make_desktop_entry ${PN}.py "Task Coach" ${PN} Office
+}



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

2019-11-17 Thread Joonas Niilola
commit: dff1e629adde9ed22faec2844021783937b86523
Author: Jan Vesely  gmail  com>
AuthorDate: Thu Nov 14 19:55:28 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Nov 18 06:14:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dff1e629

net-im/skypeforlinux: Bump version to 8.54.0.91

Signed-off-by: Jan Vesely  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13692
Signed-off-by: Joonas Niilola  gentoo.org>

 net-im/skypeforlinux/Manifest  |   1 +
 .../skypeforlinux/skypeforlinux-8.54.0.91.ebuild   | 107 +
 2 files changed, 108 insertions(+)

diff --git a/net-im/skypeforlinux/Manifest b/net-im/skypeforlinux/Manifest
index e51eb0d5831..73d26a2a9b3 100644
--- a/net-im/skypeforlinux/Manifest
+++ b/net-im/skypeforlinux/Manifest
@@ -1,3 +1,4 @@
 DIST skypeforlinux_8.52.0.138-1.x86_64.rpm 106539045 BLAKE2B 
f07275b050ef63f87dfe54633ffa8446c5aa7a3db40e1eeea9c0902e9f7726fab59c7c1e55fd7af9b3f92bfb87a90b74851eeb334e415ed3b90f20013eda2b25
 SHA512 
dffb71138116c7c657a16cb7811e201d70b8d41242d3f1616f7e1ac71d6db60db487184b241b8290e4aa61fe75b470db5731b269afd1d81c502e42bc31e7
 DIST skypeforlinux_8.53.0.85-1.x86_64.rpm 106728092 BLAKE2B 
339630b4090b5b30144f6f023b256117c5ea8868af560a337c7f1c6a8c584a95d5f532300d26e3b417fe74b12806b59d6705cbf6a3a77e37803df03eb2cf92f4
 SHA512 
00de445d903e30f05d9ef7de7016907688dd667a17e542f082842837311b3050af5fe38fdf2d62b9494e308131b2cddac520ef1ba64461c15937a69a4a92abc0
 DIST skypeforlinux_8.54.0.85-1.x86_64.rpm 107064758 BLAKE2B 
2a733286297d710c8e44c9f8367d32db517d81e42a4b5c17d94beaa00a725349327136f89f6022fed47c302cf90322322944c1ecacb8c770bf0c3eb4f22d9cdf
 SHA512 
bb673d198e4c63b846acf6b4cdfc962d25a4128b081a46ccb786925f74aa5a3b0e11b9aecb39a52d913a53908d9b62aaf1905c1d49a8fcca0552fe752e3b71f9
+DIST skypeforlinux_8.54.0.91-1.x86_64.rpm 107062984 BLAKE2B 
b5886adc01fd0ff65fcd97403f2a8b50e28e5e99a0c2d359d0b17aafea4bc932d3b2b7da76ada22d64940cc2186899b6119caa406c654f665f7a0a4e78632a5e
 SHA512 
f6df86a1e5dc5722d623bdaf5ce36df570421ebd524d76d7d9e3d0c85058304ab7248b454ce85b578bae798aa79dc4a067c5334182df1a828334f62640a89c59

diff --git a/net-im/skypeforlinux/skypeforlinux-8.54.0.91.ebuild 
b/net-im/skypeforlinux/skypeforlinux-8.54.0.91.ebuild
new file mode 100644
index 000..7e1b0f86ef8
--- /dev/null
+++ b/net-im/skypeforlinux/skypeforlinux-8.54.0.91.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MULTILIB_COMPAT=( abi_x86_64 )
+
+inherit chromium-2 desktop pax-utils rpm multilib-build xdg
+
+DESCRIPTION="Instant messaging client, with support for audio and video"
+HOMEPAGE="https://www.skype.com/;
+SRC_URI="https://repo.skype.com/rpm/stable/${PN}_${PV}-1.x86_64.rpm;
+
+LICENSE="Skype-TOS MIT MIT-with-advertising BSD-1 BSD-2 BSD Apache-2.0 
Boost-1.0 ISC CC-BY-SA-3.0 CC0-1.0 openssl ZLIB APSL-2 icu Artistic-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="pax_kernel"
+
+S="${WORKDIR}"
+QA_PREBUILT="*"
+RESTRICT="mirror bindist strip" #299368
+
+RDEPEND="
+   || (
+   sys-auth/elogind
+   sys-apps/systemd
+   net-im/skype-dbus-mock
+   )
+   app-crypt/libsecret[${MULTILIB_USEDEP}]
+   dev-libs/atk[${MULTILIB_USEDEP}]
+   dev-libs/expat[${MULTILIB_USEDEP}]
+   dev-libs/glib:2[${MULTILIB_USEDEP}]
+   dev-libs/nspr[${MULTILIB_USEDEP}]
+   dev-libs/nss[${MULTILIB_USEDEP}]
+   media-libs/alsa-lib[${MULTILIB_USEDEP}]
+   media-libs/fontconfig:1.0[${MULTILIB_USEDEP}]
+   media-libs/freetype:2[${MULTILIB_USEDEP}]
+   media-libs/libv4l[${MULTILIB_USEDEP}]
+   net-print/cups[${MULTILIB_USEDEP}]
+   sys-apps/dbus[${MULTILIB_USEDEP}]
+   sys-devel/gcc[cxx]
+   virtual/ttf-fonts
+   x11-libs/cairo[${MULTILIB_USEDEP}]
+   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
+   x11-libs/gtk+:3[${MULTILIB_USEDEP}]
+   x11-libs/libX11[${MULTILIB_USEDEP}]
+   x11-libs/libXScrnSaver[${MULTILIB_USEDEP}]
+   x11-libs/libXcomposite[${MULTILIB_USEDEP}]
+   x11-libs/libXcursor[${MULTILIB_USEDEP}]
+   x11-libs/libXdamage[${MULTILIB_USEDEP}]
+   x11-libs/libXext[${MULTILIB_USEDEP}]
+   x11-libs/libXfixes[${MULTILIB_USEDEP}]
+   x11-libs/libXi[${MULTILIB_USEDEP}]
+   x11-libs/libXrandr[${MULTILIB_USEDEP}]
+   x11-libs/libXrender[${MULTILIB_USEDEP}]
+   x11-libs/libXtst[${MULTILIB_USEDEP}]
+   x11-libs/libxcb[${MULTILIB_USEDEP}]
+   x11-libs/libxkbfile[${MULTILIB_USEDEP}]
+   x11-libs/pango[${MULTILIB_USEDEP}]"
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   rpm_src_unpack ${A}
+}
+
+src_prepare() {
+   default
+   sed -e 
"s!^SKYPE_PATH=.*!SKYPE_PATH=${EPREFIX}/opt/skypeforlinux/skypeforlinux!" \
+   -i usr/bin/skypeforlinux || die
+   sed -e 

[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-nl/

2019-11-17 Thread Joonas Niilola
commit: a589dc23b0e0179fdf13971881c768c5d24e9da4
Author: Wim Muskee  gmail  com>
AuthorDate: Sat Nov 16 17:36:17 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Nov 18 06:14:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a589dc23

app-dicts/myspell-nl: add territory locale formatted entries

Closes: https://bugs.gentoo.org/699660
Signed-off-by: Wim Muskee  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13675
Signed-off-by: Joonas Niilola  gentoo.org>

 app-dicts/myspell-nl/myspell-nl-2.10g-r2.ebuild | 63 +
 1 file changed, 63 insertions(+)

diff --git a/app-dicts/myspell-nl/myspell-nl-2.10g-r2.ebuild 
b/app-dicts/myspell-nl/myspell-nl-2.10g-r2.ebuild
new file mode 100644
index 000..2663c798ffb
--- /dev/null
+++ b/app-dicts/myspell-nl/myspell-nl-2.10g-r2.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MYSPELL_DICT=(
+   "nl.aff"
+   "nl.dic"
+)
+
+MYSPELL_HYPH=(
+   "hyph_nl.dic"
+)
+
+MYSPELL_THES=(
+   "th_nl_v2.dat"
+   "th_nl_v2.idx"
+)
+
+inherit myspell-r2
+
+DESCRIPTION="Dutch dictionaries for myspell/hunspell"
+HOMEPAGE="https://www.opentaal.org;
+# Thesarus is not versioned at all, I suppose we could bump it with each dict
+# release, or when people say that the download uri checksum changed.
+SRC_URI="
+   
https://www.opentaal.org/bestanden/license_result/20-woordenlijst-v-${PV//./}-voor-openofficeorg-3?bid=20=1
 -> ${P}.oxt
+   https://data.opentaal.org/opentaalbank/thesaurus/download/thes_nl.oxt 
-> ${P}_thes.oxt
+"
+
+LICENSE="BSD-2 CC-BY-3.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86"
+
+src_prepare() {
+   default
+
+   # rename terroritory specific to just language, bug #607080
+   mv nl_NL.aff nl.aff || die
+   mv nl_NL.dic nl.dic || die
+   mv hyph_nl_NL.dic hyph_nl.dic || die
+
+   # remove dutch translated license so it aint installed
+   rm licentie* || die
+}
+
+src_install() {
+   myspell-r2_src_install
+
+   # make language_territory locale format symlinks to base language 
files, bug #699660
+   dosym ../hunspell/nl.aff /usr/share/myspell/nl_NL.aff
+   dosym ../hunspell/nl.dic /usr/share/myspell/nl_NL.dic
+   dosym ../hyphen/hyph_nl.dic /usr/share/myspell/hyph_nl_NL.dic
+   dosym ../mythes/th_nl_v2.dat /usr/share/myspell/th_nl_NL_v2.dat
+   dosym ../mythes/th_nl_v2.idx /usr/share/myspell/th_nl_NL_v2.idx
+
+   # Belgium
+   dosym ../hunspell/nl.aff /usr/share/myspell/nl_BE.aff
+   dosym ../hunspell/nl.dic /usr/share/myspell/nl_BE.dic
+   dosym ../hyphen/hyph_nl.dic /usr/share/myspell/hyph_nl_BE.dic
+   dosym ../mythes/th_nl_v2.dat /usr/share/myspell/th_nl_BE_v2.dat
+   dosym ../mythes/th_nl_v2.idx /usr/share/myspell/th_nl_BE_v2.idx
+}



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

2019-11-17 Thread Joonas Niilola
commit: 04376d261a9e779746925232750b441248c747ac
Author: Christopher Head  chead  ca>
AuthorDate: Sun Nov 17 01:32:26 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Nov 18 06:14:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04376d26

app-office/taskcoach: take maintainership

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Christopher Head  chead.ca>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-office/taskcoach/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/app-office/taskcoach/metadata.xml 
b/app-office/taskcoach/metadata.xml
index 10caf0ae4d5..24ea5160105 100644
--- a/app-office/taskcoach/metadata.xml
+++ b/app-office/taskcoach/metadata.xml
@@ -1,7 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   b...@chead.ca
+   Christopher Head
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

taskcoach




[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-nl/

2019-11-17 Thread Joonas Niilola
commit: 3f9f561a684eb7878843aef70291b00d0b7ff9ea
Author: Wim Muskee  gmail  com>
AuthorDate: Sat Nov 16 17:33:56 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Nov 18 06:14:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f9f561a

app-dicts/myspell-nl: add myself as proxy maintainer

Signed-off-by: Wim Muskee  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-dicts/myspell-nl/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/app-dicts/myspell-nl/metadata.xml 
b/app-dicts/myspell-nl/metadata.xml
index 6f49eba8f49..0c4f24fb066 100644
--- a/app-dicts/myspell-nl/metadata.xml
+++ b/app-dicts/myspell-nl/metadata.xml
@@ -1,5 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+
+wimmus...@gmail.com
+Wim Muskee
+
+
+proxy-ma...@gentoo.org
+Proxy Maintainers
+
 



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

2019-11-17 Thread Joonas Niilola
commit: 7cb5f3d2173c4aa495b2e0938ecdce1f0b293939
Author: Christopher Head  chead  ca>
AuthorDate: Sun Nov 17 01:38:49 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Nov 18 06:14:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cb5f3d2

app-office/taskcoach: add longdescription

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Christopher Head  chead.ca>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-office/taskcoach/metadata.xml | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/app-office/taskcoach/metadata.xml 
b/app-office/taskcoach/metadata.xml
index 24ea5160105..c3028aa2511 100644
--- a/app-office/taskcoach/metadata.xml
+++ b/app-office/taskcoach/metadata.xml
@@ -9,6 +9,12 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   
+   Task Coach is an open source todo manager to manage personal 
tasks and
+   todo lists. It supports composite tasks, i.e. tasks within 
tasks. In
+   addition, Task Coach allows you to categorize your tasks, track 
efforts
+   against a budget per task, and much more.
+   

taskcoach




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

2019-11-17 Thread Tim Harder
commit: cb8611a871dee9bfc25bb4592de7c8fec841939a
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 06:02:02 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 06:03:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb8611a8

net-print/sshlpr: drop myself as a maintainer

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

 net-print/sshlpr/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-print/sshlpr/metadata.xml b/net-print/sshlpr/metadata.xml
index 0fb174c9c85..6f49eba8f49 100644
--- a/net-print/sshlpr/metadata.xml
+++ b/net-print/sshlpr/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   radher...@gentoo.org
-   Tim Harder
-
+
 



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

2019-11-17 Thread Tim Harder
commit: 951bb33abfee3f1ffe8f14303ff80682c14ac1bc
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 06:03:09 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 06:03:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=951bb33a

net-print/sshlpr: update to EAPI 7

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

 net-print/sshlpr/sshlpr-1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-print/sshlpr/sshlpr-1.ebuild b/net-print/sshlpr/sshlpr-1.ebuild
index d1228ea0ced..1c32c900352 100644
--- a/net-print/sshlpr/sshlpr-1.ebuild
+++ b/net-print/sshlpr/sshlpr-1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="4"
+EAPI=7
 
 DESCRIPTION="ssh-lpr backend for cups -- print to remote systems over ssh"
 HOMEPAGE="http://www.masella.name/technical/sshlpr.html;



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

2019-11-17 Thread Tim Harder
commit: 0f0153c4d1eaeddce9dc83a888fbb87ff7cff83b
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 05:58:21 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 05:59:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f0153c4

net-dialup/neocon: drop myself as a maintainer

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

 net-dialup/neocon/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-dialup/neocon/metadata.xml b/net-dialup/neocon/metadata.xml
index 78e64a5cf1a..6f49eba8f49 100644
--- a/net-dialup/neocon/metadata.xml
+++ b/net-dialup/neocon/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   
+
 



[gentoo-commits] repo/gentoo:master commit in: games-util/wit/

2019-11-17 Thread Tim Harder
commit: 25d62cfbc39659b4fa3d29bd0b9b4b0fbf26867f
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 05:57:26 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 05:59:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25d62cfb

games-util/wit: drop myself as a maintainer

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

 games-util/wit/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/games-util/wit/metadata.xml b/games-util/wit/metadata.xml
index baf90ff6dc6..7de715f68a0 100644
--- a/games-util/wit/metadata.xml
+++ b/games-util/wit/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   
+   

Enable image mount support via fuse




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

2019-11-17 Thread Davide Pesavento
commit: 5548a4b3f6613a66d3fb2d2050bcca3b8b9a994a
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Nov 18 05:45:29 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Nov 18 05:45:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5548a4b3

dev-util/eric: remove old

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

 dev-util/eric/Manifest |  1 -
 dev-util/eric/eric-17.12-r1.ebuild | 78 --
 2 files changed, 79 deletions(-)

diff --git a/dev-util/eric/Manifest b/dev-util/eric/Manifest
index d34fd881907..fa92b8ea12c 100644
--- a/dev-util/eric/Manifest
+++ b/dev-util/eric/Manifest
@@ -1,2 +1 @@
-DIST eric6-17.12.tar.gz 19035763 BLAKE2B 
e19195ef0b36ce216dc4f21ec221da4002a20ee3e3e300b80045d31d8793df299c2224f41f562fb59a0f8a65ead4f616df89a905905918dd1ae396d55d77fdc3
 SHA512 
7144c1fad76eb0f3ccdd2a29fb3fc369ad35d28dfbae1e6b75855b85218df34afa715f3a2df37bd6163e2f3a23a2a9a7f528cfe54f1bc21486ab81da6a69a697
 DIST eric6-18.03.tar.gz 16517664 BLAKE2B 
f7f5292df8bc694fc4715ec1a250d948123a2eb99a590e6824d985318446babff86aeb745f5b5dbd0707e771638eaa943673e5b546676bea97e266888b844989
 SHA512 
e488010791b44cc7da782620baec9b97259aaefeb90d491023ec1d4582fb68acbc06d9eedba7beef9ddc706302e06e36b9ebb4e46d6f035b6c74e9f4eb9ac400

diff --git a/dev-util/eric/eric-17.12-r1.ebuild 
b/dev-util/eric/eric-17.12-r1.ebuild
deleted file mode 100644
index e4789912cf9..000
--- a/dev-util/eric/eric-17.12-r1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_P=${PN}6-${PV}
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
-PYTHON_REQ_USE="sqlite,xml"
-inherit python-single-r1 xdg-utils
-
-DESCRIPTION="A full featured Python IDE using PyQt and QScintilla"
-HOMEPAGE="https://eric-ide.python-projects.org/;
-SRC_URI="mirror://sourceforge/eric-ide/${PN}6/stable/${PV}/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="6"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   ${PYTHON_DEPS}
-   >=dev-python/sip-4.14.3[${PYTHON_USEDEP}]
-   
>=dev-python/PyQt5-5.7.1[gui,network,printsupport,sql,svg,widgets,${PYTHON_USEDEP}]
-   >=dev-python/qscintilla-python-2.10[qt5(+),${PYTHON_USEDEP}]
-"
-RDEPEND="${DEPEND}
-   || (
-   dev-python/PyQt5[help,webengine,${PYTHON_USEDEP}]
-   dev-python/PyQt5[help,webkit,${PYTHON_USEDEP}]
-   )
-   >=dev-python/chardet-3.0.4[${PYTHON_USEDEP}]
-   >=dev-python/coverage-4.1.0[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.2.0[${PYTHON_USEDEP}]
-   !dev-util/eric:4
-   !dev-util/eric:5
-"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS=( changelog README.rst THANKS )
-
-src_prepare() {
-   default
-
-   # Delete internal copies of dev-python/chardet and dev-python/pygments
-   rm -fr eric/ThirdParty/{CharDet,Pygments} || die
-
-   # Delete internal copy of dev-python/coverage
-   rm -fr eric/DebugClients/Python{,3}/coverage || die
-   sed -i -e 's/from DebugClients\.Python3\?\.coverage/from coverage/' \
-   $(grep -lr 'from DebugClients\.Python3\?\.coverage' .) || die
-}
-
-src_install() {
-   "${PYTHON}" install.py \
-   -b "${EPREFIX}/usr/bin" \
-   -d "$(python_get_sitedir)" \
-   -i "${D}" \
-   -c \
-   -z \
-   || die
-
-   python_optimize
-   einstalldocs
-}
-
-pkg_postinst(){
-   xdg_desktop_database_update
-
-   if ! has_version dev-python/enchant; then
-   elog "You might want to install dev-python/pyenchant for spell 
checking."
-   fi
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-}



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

2019-11-17 Thread Davide Pesavento
commit: 5f3fc9d09560b45eb7759be97ed1329c01b4a555
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Nov 18 05:43:04 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Nov 18 05:43:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f3fc9d0

dev-util/Orange: be compatible with split dev-python/PyQtWebEngine

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

 dev-util/Orange/Orange-3.14.0.ebuild | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/dev-util/Orange/Orange-3.14.0.ebuild 
b/dev-util/Orange/Orange-3.14.0.ebuild
index 8669a0e2ace..e6e2de090e3 100644
--- a/dev-util/Orange/Orange-3.14.0.ebuild
+++ b/dev-util/Orange/Orange-3.14.0.ebuild
@@ -29,7 +29,13 @@ RDEPEND="
>=dev-python/pip-9.0.1[${PYTHON_USEDEP}]
dev-python/pylint[${PYTHON_USEDEP}]
>=dev-python/pyqtgraph-0.10.0[${PYTHON_USEDEP}]
-   dev-python/PyQt5[webengine,svg,testlib,${PYTHON_USEDEP}]
+   || (
+   (
+   >=dev-python/PyQt5-5.12[svg,testlib,${PYTHON_USEDEP}]
+   dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
+   )
+   =dev-python/xlrd-0.9.2[${PYTHON_USEDEP}]
@@ -45,7 +51,7 @@ DEPEND="${RDEPEND}
dev-python/numpydoc[${PYTHON_USEDEP}]
dev-python/recommonmark[${PYTHON_USEDEP}]
>=dev-python/sphinx-1.3.0[${PYTHON_USEDEP}] )
-   postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] )"
+   postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] )"
 
 S="${WORKDIR}/orange3-${PV}"
 



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

2019-11-17 Thread Matt Turner
commit: 34d0b8a2ea5c8b4beccd7e25ff268bfc8b137f91
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Nov 18 05:37:12 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Nov 18 05:39:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d0b8a2

dev-util/glslang: Require Python

Thanks to Arfrever for the suggested fix.

Closes: https://bugs.gentoo.org/698852
Signed-off-by: Matt Turner  gentoo.org>

 dev-util/glslang/glslang-7.12.3353_pre20191027-r1.ebuild |  5 -
 dev-util/glslang/glslang-.ebuild | 10 +-
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/dev-util/glslang/glslang-7.12.3353_pre20191027-r1.ebuild 
b/dev-util/glslang/glslang-7.12.3353_pre20191027-r1.ebuild
index c1e6eeb104d..c44a7ad5833 100644
--- a/dev-util/glslang/glslang-7.12.3353_pre20191027-r1.ebuild
+++ b/dev-util/glslang/glslang-7.12.3353_pre20191027-r1.ebuild
@@ -3,7 +3,9 @@
 
 EAPI=7
 
-inherit cmake-multilib cmake-utils
+PYTHON_COMPAT=(python{3_6,3_7})
+
+inherit cmake-multilib cmake-utils python-any-r1
 
 SNAPSHOT_COMMIT="b131630e7c749a5dc19faa458024260c71fb170f"
 
SRC_URI="https://github.com/KhronosGroup/${PN}/archive/${SNAPSHOT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
@@ -19,6 +21,7 @@ SLOT="0"
 PATCHES=( "${FILESDIR}/${P}-fix-relative-includes.patch" )
 
 RDEPEND="!https://github.com/KhronosGroup/glslang.git;
 SRC_URI=""
@@ -15,3 +17,9 @@ LICENSE="BSD"
 SLOT="0"
 
 PATCHES=( "${FILESDIR}/${P}-fix-relative-includes.patch" )
+
+RDEPEND="!

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

2019-11-17 Thread Tim Harder
commit: 7c21ed4ded1f62bc2bd7a8d47dae03626ce40873
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 05:34:40 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 05:34:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c21ed4d

app-misc/ltunify: remove old

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

 app-misc/ltunify/ltunify-0.2-r1.ebuild | 34 --
 1 file changed, 34 deletions(-)

diff --git a/app-misc/ltunify/ltunify-0.2-r1.ebuild 
b/app-misc/ltunify/ltunify-0.2-r1.ebuild
deleted file mode 100644
index 25d12814cc0..000
--- a/app-misc/ltunify/ltunify-0.2-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs udev
-
-DESCRIPTION="Tool for working with Logitech Unifying receivers and devices"
-HOMEPAGE="https://lekensteyn.nl/logitech-unifying.html 
https://git.lekensteyn.nl/ltunify/;
-SRC_URI="https://git.lekensteyn.nl/${PN}/snapshot/${P}.tar.gz;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_prepare() {
-   sed -i '/^override CFLAGS/d' Makefile || die
-
-   # allow plugdev group r/w access
-   sed -i 's/^#MODE=/MODE=/' udev/42-logitech-unify-permissions.rules || 
die
-
-   tc-export CC
-}
-
-src_compile() {
-   emake ${PN}
-}
-
-src_install() {
-   dobin ${PN}
-   dodoc NEWS README.txt
-
-   # avoid file collision with solaar
-   udev_newrules udev/42-logitech-unify-permissions.rules 
42-logitech-unify-${PN}.rules
-}



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

2019-11-17 Thread Tim Harder
commit: 3d12edfab9f0def9f9756e6a8ec61cfe892cb298
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 05:34:02 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 05:34:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d12edfa

app-misc/ltunify: install udev rules as a doc file

Closes: https://bugs.gentoo.org/601470

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

 app-misc/ltunify/ltunify-0.2-r2.ebuild | 28 
 1 file changed, 28 insertions(+)

diff --git a/app-misc/ltunify/ltunify-0.2-r2.ebuild 
b/app-misc/ltunify/ltunify-0.2-r2.ebuild
new file mode 100644
index 000..55d2dd4a721
--- /dev/null
+++ b/app-misc/ltunify/ltunify-0.2-r2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs
+
+DESCRIPTION="Tool for working with Logitech Unifying receivers and devices"
+HOMEPAGE="https://lekensteyn.nl/logitech-unifying.html 
https://git.lekensteyn.nl/ltunify/;
+SRC_URI="https://git.lekensteyn.nl/${PN}/snapshot/${P}.tar.gz;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_prepare() {
+   default
+   sed -i '/^override CFLAGS/d' Makefile || die
+   tc-export CC
+}
+
+src_compile() {
+   emake ${PN}
+}
+
+src_install() {
+   dobin ${PN}
+   dodoc NEWS README.txt udev/42-logitech-unify-permissions.rules
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/t-prot/

2019-11-17 Thread Tim Harder
commit: e7d467e140e6d81cba75fb2251f866e73f85405a
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 05:06:09 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 05:06:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d467e1

net-mail/t-prot: drop myself as a maintainer

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

 net-mail/t-prot/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-mail/t-prot/metadata.xml b/net-mail/t-prot/metadata.xml
index b759a074395..fc8b75a728d 100644
--- a/net-mail/t-prot/metadata.xml
+++ b/net-mail/t-prot/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   
+   

This program is a filter which shall improve the readability 
for messages
(emails and usenet postings) by *hiding* some annoying parts, 
e.g. mailing



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

2019-11-17 Thread Tim Harder
commit: 6295213eb6b8660bd6f5e30f9ffb9f3a6a61972d
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 05:02:37 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 05:02:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6295213e

app-shells/gentoo-zsh-completions: drop myself as a maintainer

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

 app-shells/gentoo-zsh-completions/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-shells/gentoo-zsh-completions/metadata.xml 
b/app-shells/gentoo-zsh-completions/metadata.xml
index bb95fea0f26..1b2e926e803 100644
--- a/app-shells/gentoo-zsh-completions/metadata.xml
+++ b/app-shells/gentoo-zsh-completions/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-radher...@gentoo.org
-Tim Harder
-  
+  
   
 gentoo/gentoo-zsh-completions
   



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

2019-11-17 Thread Tim Harder
commit: a9d782bfd62f4d6bca722089bb541027b4ffede2
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 05:17:43 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 05:17:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d782bf

net-misc/proxychains: drop myself as a maintainer

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

 net-misc/proxychains/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-misc/proxychains/metadata.xml 
b/net-misc/proxychains/metadata.xml
index 08334168ca3..5046f26bf41 100644
--- a/net-misc/proxychains/metadata.xml
+++ b/net-misc/proxychains/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   
+   

rofl0r/proxychains-ng




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

2019-11-17 Thread Tim Harder
commit: ff77ff68c1c0e2c62fa02d95886c703eb401adab
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 05:17:00 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 05:17:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff77ff68

net-misc/proxychains: version bump to 4.14

Closes: https://bugs.gentoo.org/675676

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

 net-misc/proxychains/Manifest  |  1 +
 .../files/proxychains-4.14-makefile.patch  | 43 +++
 net-misc/proxychains/proxychains-4.14.ebuild   | 48 ++
 3 files changed, 92 insertions(+)

diff --git a/net-misc/proxychains/Manifest b/net-misc/proxychains/Manifest
index 3be42d78392..d7cd993d897 100644
--- a/net-misc/proxychains/Manifest
+++ b/net-misc/proxychains/Manifest
@@ -1 +1,2 @@
 DIST proxychains-ng-4.12.tar.xz 31816 BLAKE2B 
1267cd67ca3a21737abe9e510103c35e409a4afebf30c8917b7be8a84f1bb4edc55b6ec633eb5e63682ed2f6c277a464e16adaa52c70c8bac2588cfe7b36f1a6
 SHA512 
c1319065b2885fb16f1cd10092a25f49c20ace82dc67edcb2e8845fe79274fe63f5214d117eef3bfdffdc6aa8bf6904ea216047bd626043c5ecb36cd15d5560a
+DIST proxychains-ng-4.14.tar.xz 33844 BLAKE2B 
598dd7973fd341a9916ece55ee18aeb0e0654d01659ffd3f5b7b9437fbb3660376aca77cd1326553a1beffd1ea4f95c6eb3da9c0f6ce43f3d72b1a16cf2bab4e
 SHA512 
75a1a4629d2b7ebac9b909a694b395339cf669fa4e23bfcc57938e46377b5619f31c9651d2bc457d1ad10ec1be7747981106392bf8bf65999cb7bb9c748d7e95

diff --git a/net-misc/proxychains/files/proxychains-4.14-makefile.patch 
b/net-misc/proxychains/files/proxychains-4.14-makefile.patch
new file mode 100644
index 000..3724ec6a5a2
--- /dev/null
+++ b/net-misc/proxychains/files/proxychains-4.14-makefile.patch
@@ -0,0 +1,43 @@
+--- proxychains-ng-4.14/Makefile
 proxychains-ng-4.14/Makefile
+@@ -22,10 +22,8 @@
+ 
+ GENH = src/version.h
+ 
+-CFLAGS  += -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe
+-NO_AS_NEEDED = -Wl,--no-as-needed
+-LIBDL   = -ldl
+-LDFLAGS = -fPIC $(NO_AS_NEEDED) $(LIBDL) -lpthread
++CFLAGS  = -Wall -std=c99 -D_GNU_SOURCE
++LIBS= -ldl -lpthread
+ INC = 
+ PIC = -fPIC
+ AR  = $(CROSS_COMPILE)ar
+@@ -36,11 +34,11 @@
+ LD_SET_SONAME = -Wl,-soname=
+ INSTALL = ./tools/install.sh
+ 
+-LDSO_PATHNAME = libproxychains4.$(LDSO_SUFFIX)
++LDSO_PATHNAME = libproxychains.$(LDSO_SUFFIX)
+ 
+ SHARED_LIBS = $(LDSO_PATHNAME)
+ ALL_LIBS = $(SHARED_LIBS)
+-PXCHAINS = proxychains4
++PXCHAINS = proxychains
+ ALL_TOOLS = $(PXCHAINS)
+ ALL_CONFIGS = src/proxychains.conf
+ 
+@@ -82,11 +80,10 @@
+   $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_MAIN) $(INC) $(PIC) -c -o $@ $<
+ 
+ $(LDSO_PATHNAME): $(LOBJS)
+-  $(CC) $(LDFLAGS) $(LD_SET_SONAME)$(LDSO_PATHNAME) $(USER_LDFLAGS) \
+-  -shared -o $@ $(LOBJS) $(SOCKET_LIBS)
++  $(CC) $(LDFLAGS) $(LD_SET_SONAME)$(LDSO_PATHNAME) -shared $(PIC) -o $@ 
$(LOBJS) $(LIBS) $(SOCKET_LIBS)
+ 
+ $(ALL_TOOLS): $(OBJS)
+-  $(CC) src/main.o src/common.o $(USER_LDFLAGS) -o $(PXCHAINS)
++  $(CC) $(LDFLAGS) src/main.o src/common.o -o $(PXCHAINS)
+ 
+ 
+ .PHONY: all clean install install-config install-libs install-tools

diff --git a/net-misc/proxychains/proxychains-4.14.ebuild 
b/net-misc/proxychains/proxychains-4.14.ebuild
new file mode 100644
index 000..9897fb23beb
--- /dev/null
+++ b/net-misc/proxychains/proxychains-4.14.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs multilib
+
+MY_PN=${PN}-ng
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="force any tcp connections to flow through a proxy (or proxy 
chain)"
+HOMEPAGE="https://github.com/rofl0r/proxychains-ng/;
+SRC_URI="http://ftp.barfooze.de/pub/sabotage/tarballs/${MY_P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
+
+src_prepare() {
+   default
+   sed -i "s/^\(LDSO_SUFFIX\).*/\1 = so.${PV}/" Makefile || die
+   tc-export CC
+}
+
+src_configure() {
+   # not autotools
+   ./configure \
+   --prefix="${EPREFIX}"/usr \
+   --libdir="${EPREFIX}"/usr/$(get_libdir) \
+   --sysconfdir="${EPREFIX}"/etc \
+   || die
+}
+
+src_install() {
+   dobin ${PN}
+   dodoc AUTHORS README TODO
+
+   dolib.so lib${PN}.so.${PV}
+   dosym lib${PN}.so.${PV} /usr/$(get_libdir)/lib${PN}.so.${PV:0:1}
+   dosym lib${PN}.so.${PV} /usr/$(get_libdir)/lib${PN}.so
+
+   insinto /etc
+   doins src/${PN}.conf
+}



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

2019-11-17 Thread Tim Harder
commit: db3e291c952fd8f598cbfdec54ab909b15c78a78
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 05:00:07 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 05:00:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3e291c

sys-fs/rar2fs: drop myself as a maintainer

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

 sys-fs/rar2fs/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/sys-fs/rar2fs/metadata.xml b/sys-fs/rar2fs/metadata.xml
index b299187a5d9..f686319c448 100644
--- a/sys-fs/rar2fs/metadata.xml
+++ b/sys-fs/rar2fs/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   
+   

hasse69/rar2fs




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

2019-11-17 Thread Tim Harder
commit: 6cdb4f1aa5eea729c866db0a54d683a790848664
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 05:01:10 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 05:01:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cdb4f1a

net-im/bitlbee: drop myself as a maintainer

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

 net-im/bitlbee/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-im/bitlbee/metadata.xml b/net-im/bitlbee/metadata.xml
index e28610b3c86..9cb8be28fed 100644
--- a/net-im/bitlbee/metadata.xml
+++ b/net-im/bitlbee/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   
+   

Use libevent for event handling
Enable MSN Messenger IM protocol 
support.



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

2019-11-17 Thread Tim Harder
commit: d1f0cd20b1ec3ca21663e8f674362a957d882b27
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 05:04:42 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 05:04:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1f0cd20

app-misc/ltunify: drop myself as a maintainer

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

 app-misc/ltunify/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-misc/ltunify/metadata.xml b/app-misc/ltunify/metadata.xml
index 78e64a5cf1a..9386b72447d 100644
--- a/app-misc/ltunify/metadata.xml
+++ b/app-misc/ltunify/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   
+
 



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

2019-11-17 Thread Tim Harder
commit: bc6ad1589eaf066166ba452802ddfc01e2684b3f
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 01:44:07 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 04:25:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc6ad158

media-libs/exiftool: version bump to 11.76

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

 media-libs/exiftool/Manifest  |  1 +
 media-libs/exiftool/exiftool-11.76.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
index c4a25dbbb5d..47f86a7e8d9 100644
--- a/media-libs/exiftool/Manifest
+++ b/media-libs/exiftool/Manifest
@@ -1,2 +1,3 @@
 DIST Image-ExifTool-11.69.tar.gz 4628872 BLAKE2B 
3e7aac9e23ab38f721a6ff778423fd2591a70197e06e0da48aba7e30ec4cdf8bb38a4a139c23ee3e2e1921e96086e16b4ae694be25a02b845766062f7b08684b
 SHA512 
70d15d8f60cdcc7aaeb96057e90b6c228fa21b87a90448fb9285bbfd58287ad49b8d084419acdca329ac7d354fa849a1c77fde71ad39a3925b057595335c809d
 DIST Image-ExifTool-11.75.tar.gz 4689565 BLAKE2B 
1916aecf6b7ea1025c94f582cc87215bcff69947daad98be5f01706517d4babf24bd5f29b758a98de4f0b7e6d6bafef4bd2bf51ac8cf70d0810b56b8ad3e3e8d
 SHA512 
7a98ab46df6f816754f8b3fb4ae071f9bdde4767da59555d6a981a6deec48b1534c25b36dc42f6e9f8751d5238ec04757bc423c81d94c561bf6876a820c2c878
+DIST Image-ExifTool-11.76.tar.gz 4691479 BLAKE2B 
a7c4ab28c281ce9a3d95934038d99a5ebaf4c262ae181f96b17fe2449187fa1f03fe54ad6bf2f0f9729cbc959bcba5eeb19c720e392871b6bffde1bce251ed04
 SHA512 
f99f5335fa84ba5038b608de8b817f09c6cd81c850e27cd4b4b7be37455318c96eaa1d1ab9fb42abd74ce4587a334f189d46fa63f3f207ab58dee39f8395c309

diff --git a/media-libs/exiftool/exiftool-11.76.ebuild 
b/media-libs/exiftool/exiftool-11.76.ebuild
new file mode 100644
index 000..5160df13e56
--- /dev/null
+++ b/media-libs/exiftool/exiftool-11.76.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_NAME=Image-ExifTool
+inherit perl-module
+
+DESCRIPTION="Read and write meta information in image, audio and video files"
+HOMEPAGE="https://www.sno.phy.queensu.ca/~phil/exiftool/;
+SRC_URI="https://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz;
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x64-macos"
+IUSE="doc"
+
+SRC_TEST="do"
+
+src_install() {
+   perl-module_src_install
+   use doc && dodoc -r html/
+
+   insinto /usr/share/${PN}
+   doins -r fmt_files config_files arg_files
+}



[gentoo-commits] proj/portage:master commit in: lib/_emerge/

2019-11-17 Thread Zac Medico
commit: 2d8c7fe07d7a503faff2712c6f18f5ff0b23a45c
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Nov 18 02:49:51 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Nov 18 02:55:23 2019 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=2d8c7fe0

Binpkg: fix _chpathtool_exit rmtree ENOENT after rename

Signed-off-by: Zac Medico  gentoo.org>

 lib/_emerge/Binpkg.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lib/_emerge/Binpkg.py b/lib/_emerge/Binpkg.py
index 542ef8fb0..f9cffa26d 100644
--- a/lib/_emerge/Binpkg.py
+++ b/lib/_emerge/Binpkg.py
@@ -378,14 +378,15 @@ class Binpkg(CompositeTask):
image_tmp_dir = os.path.join(
self.settings["PORTAGE_BUILDDIR"], "image_tmp")
build_d = os.path.join(self.settings["D"],
-   self._build_prefix.lstrip(os.sep))
+   self._build_prefix.lstrip(os.sep)).rstrip(os.sep)
if not os.path.isdir(build_d):
# Assume this is a virtual package or something.
shutil.rmtree(self._image_dir)
ensure_dirs(self.settings["ED"])
else:
os.rename(build_d, image_tmp_dir)
-   shutil.rmtree(self._image_dir)
+   if build_d != self._image_dir:
+   shutil.rmtree(self._image_dir)

ensure_dirs(os.path.dirname(self.settings["ED"].rstrip(os.sep)))
os.rename(image_tmp_dir, self.settings["ED"])
 



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

2019-11-17 Thread Aaron Bauman
commit: 98477f737e991b2f1bbbecf0547df816043ecaf1
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Nov 18 01:56:26 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Nov 18 01:56:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98477f73

dev-util/gperf: drop old EAPI

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-util/gperf/Manifest   |  1 -
 dev-util/gperf/gperf-3.0.4.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-util/gperf/Manifest b/dev-util/gperf/Manifest
index 3a9773ab684..5be25322805 100644
--- a/dev-util/gperf/Manifest
+++ b/dev-util/gperf/Manifest
@@ -1,2 +1 @@
-DIST gperf-3.0.4.tar.gz 983500 BLAKE2B 
b83bb45fb88143f2847405efd769472c5b3ea9277af88568bf8860ae653563ff3c23a9705651eac50949fdfad3efd957856f712f7810b21cc6dd32dcf40adb12
 SHA512 
24a65ac93c9d640670b015a76378eb7e0f167bec685d03f7dc68005d5a6d693d98b2189f7a0ab5bb9e5dc700de7d417c215230f9dbe062ba119240a8da535dad
 DIST gperf-3.1.tar.gz 1215925 BLAKE2B 
bc4c54ade3f7dce484714d77cb5759dcc02b7a607d7b1aff6bdbcd06ee4c83e9449038a7217d5f25bcbef058ba56e1fce9383b9599de005154e5a9b566ac9c69
 SHA512 
855ebce5ff36753238a44f14c95be7afdc3990b085960345ca2caf1a2db884f7db74d406ce9eec2f4a52abb8a063d4ed000a36b317c9a353ef4e25e2cca9a3f4

diff --git a/dev-util/gperf/gperf-3.0.4.ebuild 
b/dev-util/gperf/gperf-3.0.4.ebuild
deleted file mode 100644
index 34938d57cb4..000
--- a/dev-util/gperf/gperf-3.0.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit toolchain-funcs
-
-DESCRIPTION="A perfect hash function generator"
-HOMEPAGE="https://www.gnu.org/software/gperf/;
-SRC_URI="mirror://gnu/gperf/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-src_prepare() {
-   sed -i \
-   -e "/^AR /s:=.*:= $(tc-getAR):" \
-   -e "/^CPPFLAGS /s:=:+=:" \
-   */Makefile.in || die #444078
-}
-
-src_configure() {
-   econf --htmldir='$(datarootdir)/doc/'"${PF}/html"
-}



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

2019-11-17 Thread Aaron Bauman
commit: b9f80e068ec08eb3e9c893ccfa2322f66032624f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Nov 18 01:58:27 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Nov 18 01:58:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9f80e06

dev-util/source-highlight: drop old EAPI

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-util/source-highlight/Manifest |  1 -
 .../source-highlight-3.1.7-r2.ebuild   | 43 --
 2 files changed, 44 deletions(-)

diff --git a/dev-util/source-highlight/Manifest 
b/dev-util/source-highlight/Manifest
index 1a9ef946cf7..bdc185bc2be 100644
--- a/dev-util/source-highlight/Manifest
+++ b/dev-util/source-highlight/Manifest
@@ -1,2 +1 @@
-DIST source-highlight-3.1.7.tar.gz 1600692 BLAKE2B 
dbd740c79e4368bab6e7207a81e037f3fdf9f4ac5373113aac15acd7c18383cebcc8cadb91f59aa01b5bf30d3240b4510ae8d3af765b6ca579859367aa7e4ea4
 SHA512 
4a1e733bd06468e6ebd023dfe4a62d7134c35aac311509a61e8d80de35ff3cea25fb79adb56bfe413ee214bbf4d578b4d4ebdcf1236481d9b83152aff6d7afb8
 DIST source-highlight-3.1.8.tar.gz 1648351 BLAKE2B 
1ce1590c86f7aed9d27bb21bce6b0869828b28068d71404410e080b85f6354eb6f520cec8c81d1e9170dd90b158dc4536e5287a04bf2d271fa26354fb853ea32
 SHA512 
00a49ab180460750614b38be9a569478d1d34d01f601ebc7452a4fee8475a19faf9bb9fb2f256c6b40d43fbc3d34962a77ba8b9833483345c4e4a42faad6976c

diff --git a/dev-util/source-highlight/source-highlight-3.1.7-r2.ebuild 
b/dev-util/source-highlight/source-highlight-3.1.7-r2.ebuild
deleted file mode 100644
index 6cf1f103bb3..000
--- a/dev-util/source-highlight/source-highlight-3.1.7-r2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit bash-completion-r1 versionator
-
-DESCRIPTION="Generate highlighted source code as an (x)html document"
-HOMEPAGE="https://www.gnu.org/software/src-highlite/source-highlight.html;
-SRC_URI="mirror://gnu/src-highlite/${P}.tar.gz"
-LICENSE="GPL-3"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
-SLOT="0"
-IUSE="doc static-libs"
-
-DEPEND=">=dev-libs/boost-1.52.0-r1[threads]
-   dev-util/ctags"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   econf \
-   --with-boost-regex="boost_regex" \
-   --without-bash-completion \
-   $(use_enable static-libs static)
-}
-
-src_install () {
-   DOCS="AUTHORS ChangeLog CREDITS NEWS README THANKS TODO.txt"
-   default
-
-   use static-libs || rm -rf "${D}"/usr/lib*/*.la
-
-   dobashcomp completion/source-highlight
-
-   # That's not how we want it
-   rm -fr "${ED}/usr/share"/{aclocal,doc}
-   use doc &&  dohtml -A java doc/*.{html,css,java}
-}
-
-src_test() {
-   export LD_LIBRARY_PATH="${S}/lib/srchilite/.libs/"
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxlauncher/

2019-11-17 Thread Aaron Bauman
commit: c835ba68044ede9ffacaaf666a0aef28acb5fb0e
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Nov 18 01:59:57 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Nov 18 01:59:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c835ba68

lxde-base/lxlauncher: drop old EAPI

Signed-off-by: Aaron Bauman  gentoo.org>

 lxde-base/lxlauncher/Manifest|  1 -
 lxde-base/lxlauncher/lxlauncher-0.2.2.ebuild | 29 
 2 files changed, 30 deletions(-)

diff --git a/lxde-base/lxlauncher/Manifest b/lxde-base/lxlauncher/Manifest
index 98bf40c9f9b..8e779c00714 100644
--- a/lxde-base/lxlauncher/Manifest
+++ b/lxde-base/lxlauncher/Manifest
@@ -1,2 +1 @@
-DIST lxlauncher-0.2.2.tar.gz 236484 BLAKE2B 
cdb6e8413bbf38adfe1bcdb466fef32b95ac8fa4eec733a200237dbc9358427db563236864452dda1d296d5801fbb9570b0e2d2b46e1f17d34d3ac74b2f5f770
 SHA512 
f7249216b1b474945ee370f76433480d9e275c8b3375328183681083af10dc5a53d48606c00b948dc19f4c0b7d84573b65d52e122b472c69ff34becf953232a6
 DIST lxlauncher-0.2.5.tar.xz 131428 BLAKE2B 
fa12b7d49d0a95b6aa782c2bb338dc26677edf585b2b532e6d457771e450a8fba458c8c5638fd101edf079a3872a322418c44f01b4ccf6118c8a1377c6dd7a8a
 SHA512 
3f57755ad6feeeb1daa61c29f142b997f8175ff0863d1749b3e28b83744d03e06a7f0bb373fdcd48364e307840dd05cd23b92109c75523e32d3eae8e183ed6cf

diff --git a/lxde-base/lxlauncher/lxlauncher-0.2.2.ebuild 
b/lxde-base/lxlauncher/lxlauncher-0.2.2.ebuild
deleted file mode 100644
index 19ffce00e9b..000
--- a/lxde-base/lxlauncher/lxlauncher-0.2.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="An open source clone of the Asus launcher for EeePC"
-HOMEPAGE="http://lxde.sf.net/;
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="dev-libs/glib:2
-   x11-libs/gtk+:2
-   gnome-base/gnome-menus
-   x11-libs/startup-notification"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   dev-util/intltool
-   sys-devel/gettext
-   lxde-base/menu-cache
-   !lxde-base/lxlauncher-gmenu"
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS ChangeLog README
-}



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

2019-11-17 Thread Aaron Bauman
commit: fdf28215de9ce7b16c333f09c91b676f5983af48
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Nov 18 02:09:24 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Nov 18 02:09:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdf28215

net-libs/libecap: drop old EAPI

Signed-off-by: Aaron Bauman  gentoo.org>

 net-libs/libecap/Manifest |  1 -
 net-libs/libecap/libecap-0.2.0.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/net-libs/libecap/Manifest b/net-libs/libecap/Manifest
index 0ec539c26ce..24b4e78f22a 100644
--- a/net-libs/libecap/Manifest
+++ b/net-libs/libecap/Manifest
@@ -1,2 +1 @@
-DIST libecap-0.2.0.tar.gz 337696 BLAKE2B 
cd5a797570aa3bd4a0dd943b29775a2ead72509398559f8596a1338266f8f259d309f5e63d90ae05da5f45d981b42d8edd08c4335b475c5caf72869f548628a4
 SHA512 
5d39444ec79846b14a7f4292e51bb880befd2cbf581b257d5087517cfae1dce55e4439a90c08e0b8f5b3e8b2431dde8c6fab771c826489024f17625cfc8c777e
 DIST libecap-1.0.0.tar.gz 343468 BLAKE2B 
5a5a12365289daaee8b324016f42b6b56f5bf5b1f7893ae052517c8c20a792a798ebb31f4038c121b1c6eefd9d375562014050572e0285e3a9b91bbfb9989fa8
 SHA512 
7d34b5a9b6843d6b09efc4fa390c7a2d3dda7a2ae5e82d5021295e436ca9afb7c1f70bc6f25a68e4c430fb6e33ee9f602655c9c830fccd46a8f554774813b452

diff --git a/net-libs/libecap/libecap-0.2.0.ebuild 
b/net-libs/libecap/libecap-0.2.0.ebuild
deleted file mode 100644
index b6df9511af4..000
--- a/net-libs/libecap/libecap-0.2.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit autotools-utils eutils toolchain-funcs
-
-DESCRIPTION="API for implementing ICAP content analysis and adaptation"
-HOMEPAGE="http://www.e-cap.org/;
-SRC_URI="http://www.measurement-factory.com/tmp/ecap/${P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0.2"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
-IUSE="static-libs"
-
-RDEPEND="!net-libs/libecap:0"
-
-DOCS=( CREDITS NOTICE README change.log )
-
-src_prepare() {
-   default
-
-   # Respect AR. (bug #457734)
-   tc-export AR
-}



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

2019-11-17 Thread Aaron Bauman
commit: c37a61d98e601a96c05310d80e60a26a5135b3e5
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Nov 18 02:17:44 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Nov 18 02:17:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c37a61d9

x11-misc/set_opacity: bump EAPI and stuff

Signed-off-by: Aaron Bauman  gentoo.org>

 x11-misc/set_opacity/set_opacity-1.0.ebuild  | 4 ++--
 x11-misc/set_opacity/set_opacity-.ebuild | 8 
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/x11-misc/set_opacity/set_opacity-1.0.ebuild 
b/x11-misc/set_opacity/set_opacity-1.0.ebuild
index 6f014ba2556..c2462bb21a7 100644
--- a/x11-misc/set_opacity/set_opacity-1.0.ebuild
+++ b/x11-misc/set_opacity/set_opacity-1.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="4"
+EAPI=7
 
 inherit toolchain-funcs
 

diff --git a/x11-misc/set_opacity/set_opacity-.ebuild 
b/x11-misc/set_opacity/set_opacity-.ebuild
index 5d3a926a7b1..d08b2ad8465 100644
--- a/x11-misc/set_opacity/set_opacity-.ebuild
+++ b/x11-misc/set_opacity/set_opacity-.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
-
-EGIT_REPO_URI="https://github.com/XVilka/set_opacity.git;
+EAPI=7
 
 inherit git-r3 toolchain-funcs
 
+EGIT_REPO_URI="https://github.com/XVilka/set_opacity.git;
+
 DESCRIPTION="Tool for set real compositing for windows through window's id, 
process' pid etc."
 HOMEPAGE="https://github.com/XVilka/set_opacity;
 SRC_URI=""



[gentoo-commits] proj/portage:master commit in: bin/, lib/portage/dbapi/

2019-11-17 Thread Zac Medico
commit: b24a484ab190af9c9b96b9ef01837aded845fb54
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Nov 18 01:32:38 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Nov 18 01:41:27 2019 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=b24a484a

dblink: add quickpkg method

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

 bin/quickpkg | 34 --
 lib/portage/dbapi/vartree.py | 50 
 2 files changed, 54 insertions(+), 30 deletions(-)

diff --git a/bin/quickpkg b/bin/quickpkg
index c28a3e382..df8c1a8e8 100755
--- a/bin/quickpkg
+++ b/bin/quickpkg
@@ -10,7 +10,6 @@ import math
 import signal
 import subprocess
 import sys
-import tarfile
 
 from os import path as osp
 if osp.isfile(osp.join(osp.dirname(osp.dirname(osp.realpath(__file__))), 
".portage_not_installed")):
@@ -23,10 +22,8 @@ from portage.dbapi.dep_expand import dep_expand
 from portage.dep import Atom, use_reduce
 from portage.exception import (AmbiguousPackageName, InvalidAtom, InvalidData,
InvalidDependString, PackageSetNotFound, PermissionDenied)
-from portage.util import ConfigProtect, ensure_dirs, shlex_split, varexpand, 
_xattr
+from portage.util import ensure_dirs, shlex_split, varexpand, _xattr
 xattr = _xattr.xattr
-from portage.dbapi.vartree import dblink, tar_contents
-from portage.checksum import perform_md5
 from portage._sets import load_default_config, SETPREFIX
 from portage.process import find_binary
 from portage.util.compression_probe import _compressors
@@ -35,13 +32,11 @@ from portage.util._eventloop.global_event_loop import 
global_event_loop
 
 def quickpkg_atom(options, infos, arg, eout):
settings = portage.settings
-   root = portage.settings['ROOT']
eroot = portage.settings['EROOT']
trees = portage.db[eroot]
vartree = trees["vartree"]
vardb = vartree.dbapi
bintree = trees["bintree"]
-   xattrs = 'xattr' in settings.features
 
include_config = options.include_config == "y"
include_unmodified_config = options.include_unmodified_config == "y"
@@ -104,26 +99,6 @@ def quickpkg_atom(options, infos, arg, eout):
eout.ewarn("%s: it might not be legal to 
redistribute this." % cpv)
eout.ebegin("Building package for %s" % cpv)
pkgs_for_arg += 1
-   contents = dblnk.getcontents()
-   protect = None
-   if not include_config:
-   confprot = ConfigProtect(eroot,
-   
shlex_split(settings.get("CONFIG_PROTECT", "")),
-   
shlex_split(settings.get("CONFIG_PROTECT_MASK", "")),
-   case_insensitive=("case-insensitive-fs"
-   in settings.features))
-   def protect(filename):
-   if not confprot.isprotected(filename):
-   return False
-   if include_unmodified_config:
-   file_data = contents[filename]
-   if file_data[0] == "obj":
-   orig_md5 = 
file_data[2].lower()
-   cur_md5 = 
perform_md5(filename, calc_prelink=1)
-   if orig_md5 == cur_md5:
-   return False
-   excluded_config_files.append(filename)
-   return True
existing_metadata = dict(zip(fix_metadata_keys,
vardb.aux_get(cpv, fix_metadata_keys)))
category, pf = portage.catsplit(cpv)
@@ -167,10 +142,9 @@ def quickpkg_atom(options, infos, arg, eout):
cmd = [x for x in cmd if x != ""]
with open(binpkg_tmpfile, "wb") as fobj:
proc = subprocess.Popen(cmd, 
stdin=subprocess.PIPE, stdout=fobj)
-   # The tarfile module will write pax headers 
holding the
-   # xattrs only if PAX_FORMAT is specified here.
-   with 
tarfile.open(mode="w|",format=tarfile.PAX_FORMAT if xattrs else 
tarfile.DEFAULT_FORMAT, fileobj=proc.stdin) as tar:
-   tar_contents(contents, root, tar, 
protect=protect, xattrs=xattrs)
+   excluded_config_files = 
dblnk.quickpkg(proc.stdin,
+   include_config=include_config,
+

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

2019-11-17 Thread Aaron Bauman
commit: 1190aea6ea72ad0ace21d9b76cac35217a1d6b7a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Nov 18 01:32:59 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Nov 18 01:32:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1190aea6

app-text/delta: drop old EAPI

Signed-off-by: Aaron Bauman  gentoo.org>

 app-text/delta/delta-20060803.ebuild | 34 --
 1 file changed, 34 deletions(-)

diff --git a/app-text/delta/delta-20060803.ebuild 
b/app-text/delta/delta-20060803.ebuild
deleted file mode 100644
index 59243222f2a..000
--- a/app-text/delta/delta-20060803.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit toolchain-funcs
-
-MY_PV="${PV:0:4}.${PV:4:2}.${PV:6:2}"
-STUPID_NUM="33566"
-DESCRIPTION="Heuristically minimizes interesting files"
-HOMEPAGE="http://delta.tigris.org/;
-SRC_URI="http://delta.tigris.org/files/documents/3103/${STUPID_NUM}/${PN}-${MY_PV}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86 
~ppc-macos ~x64-macos ~x86-macos"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-RDEPEND=""
-
-S=${WORKDIR}/${PN}-${MY_PV}
-
-src_compile() {
-   rm -f Makefile
-   tc-export CC
-   emake topformflat
-}
-
-src_install() {
-   dobin delta multidelta topformflat
-   dodoc Readme
-   dohtml www/*
-}



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

2019-11-17 Thread Aaron Bauman
commit: 9f009e010edb4a11eae8d76fba295da2da160e2d
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Nov 18 01:31:28 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Nov 18 01:31:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f009e01

app-text/delta: ALLARCHES EAPI bump

Signed-off-by: Aaron Bauman  gentoo.org>

 app-text/delta/delta-20060803-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/delta/delta-20060803-r1.ebuild 
b/app-text/delta/delta-20060803-r1.ebuild
index 1f00d0cd78b..77f5c50a6b2 100644
--- a/app-text/delta/delta-20060803-r1.ebuild
+++ b/app-text/delta/delta-20060803-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://delta.tigris.org/files/documents/3103/${STUPID_NUM}/${PN}-${MY_P
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 DEPEND="dev-lang/perl"



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

2019-11-17 Thread Aaron Bauman
commit: 53d1499bccc296020c008362b06fea601391a0a2
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Nov 18 01:32:09 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Nov 18 01:32:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d1499b

app-text/delta: drop quotes on EAPI version

Signed-off-by: Aaron Bauman  gentoo.org>

 app-text/delta/delta-20060803-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/delta/delta-20060803-r1.ebuild 
b/app-text/delta/delta-20060803-r1.ebuild
index 77f5c50a6b2..5ba3fdf1514 100644
--- a/app-text/delta/delta-20060803-r1.ebuild
+++ b/app-text/delta/delta-20060803-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI=7
 
 inherit toolchain-funcs
 



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vco-plugins/

2019-11-17 Thread Aaron Bauman
commit: 4f9adba4a0d88e2f9d21d452874b39c28e2459f5
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Nov 17 23:59:21 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Nov 17 23:59:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f9adba4

media-plugins/vco-plugins: drop old EAPI

Signed-off-by: Aaron Bauman  gentoo.org>

 media-plugins/vco-plugins/vco-plugins-0.3.0.ebuild | 34 --
 1 file changed, 34 deletions(-)

diff --git a/media-plugins/vco-plugins/vco-plugins-0.3.0.ebuild 
b/media-plugins/vco-plugins/vco-plugins-0.3.0.ebuild
deleted file mode 100644
index 4534f480b8e..000
--- a/media-plugins/vco-plugins/vco-plugins-0.3.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit multilib toolchain-funcs
-
-MY_P=${P/vco/VCO}
-
-DESCRIPTION="SAW-VCO ladspa plugin package. Anti-aliased oscillators"
-HOMEPAGE="http://www.kokkinizita.net/linuxaudio/;
-SRC_URI="http://www.kokkinizita.net/linuxaudio/downloads/${MY_P}.tar.bz2;
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-DEPEND="media-libs/ladspa-sdk"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   tc-export CXX
-   sed -i -e "s/-O3//" \
-   -e "s/g++/$(tc-getCXX) ${LDFLAGS}/" Makefile || die "sed failed"
-}
-
-src_install() {
-   dodoc AUTHORS README
-   insinto /usr/$(get_libdir)/ladspa
-   insopts -m0755
-   doins *.so
-}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vco-plugins/

2019-11-17 Thread Aaron Bauman
commit: e30697b41294e890c58975afb23c45ebadf5501d
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Nov 17 23:58:58 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Nov 17 23:58:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e30697b4

media-plugins/vco-plugins: ALLARCHES EAPI bump

Signed-off-by: Aaron Bauman  gentoo.org>

 media-plugins/vco-plugins/vco-plugins-0.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/vco-plugins/vco-plugins-0.3.0-r1.ebuild 
b/media-plugins/vco-plugins/vco-plugins-0.3.0-r1.ebuild
index 315bb074741..308eab4a4c6 100644
--- a/media-plugins/vco-plugins/vco-plugins-0.3.0-r1.ebuild
+++ b/media-plugins/vco-plugins/vco-plugins-0.3.0-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${MY_P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="media-libs/ladspa-sdk"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/mda-lv2/

2019-11-17 Thread Aaron Bauman
commit: 30bdbe56ff910e37cbf1c1489f30efe5113e5daf
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Nov 17 23:55:45 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Nov 17 23:55:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30bdbe56

media-plugins/mda-lv2: drop old EAPI

Signed-off-by: Aaron Bauman  gentoo.org>

 media-plugins/mda-lv2/Manifest |  1 -
 media-plugins/mda-lv2/mda-lv2-1.0.0.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/media-plugins/mda-lv2/Manifest b/media-plugins/mda-lv2/Manifest
index f2618838ca1..962f98240a6 100644
--- a/media-plugins/mda-lv2/Manifest
+++ b/media-plugins/mda-lv2/Manifest
@@ -1,2 +1 @@
-DIST mda-lv2-1.0.0.tar.bz2 2154530 BLAKE2B 
4053f7e8c861487ce32fb5e4b94e643084f9a6aa91423011c52c0b8938308abff12a3804b194d7ac2a30a1e5d13e1b69add1b5c18927b4dff687a79b250d42e2
 SHA512 
3ee521d916eeaec14c64d3cc84d036e3c2152441cb1c266d8971e823a7e498039a210e49af5f1a9a773ac85cb49c620acf64e46a0625c6969f559b4c99786575
 DIST mda-lv2-1.2.2.tar.bz2 2160906 BLAKE2B 
2b0660395b3508247558305a1ec80c27c8e23ae4db3fb6eb30a06df54bca822256f712961dbaf9e318966be8f4c90824ea4246499fa2343a59376ef80f862eb5
 SHA512 
da9960462a896f8412cc1918e3a7c0bf9d33d5431a1264035705ca21295d52de1e6b5360369b9da519376a78f72b0c750d133d89b04240f3e35a210e4551854a

diff --git a/media-plugins/mda-lv2/mda-lv2-1.0.0.ebuild 
b/media-plugins/mda-lv2/mda-lv2-1.0.0.ebuild
deleted file mode 100644
index 3f64822e59b..000
--- a/media-plugins/mda-lv2/mda-lv2-1.0.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE='threads(+)'
-
-inherit python-any-r1 waf-utils
-
-DESCRIPTION="LV2 port of the MDA plugins by Paul Kellett"
-HOMEPAGE="http://drobilla.net/software/mda-lv2/;
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="media-libs/lv2"
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   virtual/pkgconfig"
-
-DOCS=( "README" )



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

2019-11-17 Thread Aaron Bauman
commit: e2adb416fbb44f568fadd4d0c08b5d98bed92535
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Nov 17 23:52:18 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Nov 17 23:52:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2adb416

media-libs/libpgf: drop old EAPI

Signed-off-by: Aaron Bauman  gentoo.org>

 media-libs/libpgf/Manifest  |  1 -
 media-libs/libpgf/libpgf-6.11.32.ebuild | 38 -
 2 files changed, 39 deletions(-)

diff --git a/media-libs/libpgf/Manifest b/media-libs/libpgf/Manifest
index 60f9aacd243..736a10582a9 100644
--- a/media-libs/libpgf/Manifest
+++ b/media-libs/libpgf/Manifest
@@ -1,2 +1 @@
-DIST libpgf-6.11.32.tar.bz2 83174 BLAKE2B 
3f11b060c4edaf57694541c3752721d63d7af32f27dcc6db008d453d5aad873a11ca7df6c7ce6ad2471800538514e4c1c6e34141497471531dfec5999e1dfe6e
 SHA512 
2e2a181d01821eb0edfd697f0ef8dddc9b4d07b8245dfac22c2c5f1b6f1768ab0de47fce3cb039b788a0c8b115f7e8c45f8ecf9d3f5eeb9c38241134490e
 DIST libpgf-6.12.27.tar.bz2 1235651 BLAKE2B 
d155289398d6291d49a217a97e283d28440e398c330b3bb1006cdb2cf4c31bd7efef5db4cadd9d28812ffe4ef6deb12ab978b8feaac7c9119cff61ee26658628
 SHA512 
ad06b34d61219a61d06b87e05a26e8639cd7a93211943217832969c03c4dbc81fbbb287fa2d628b7e087b96e78665a3cbc78920c8ff5828dfb2a7748e04fe42a

diff --git a/media-libs/libpgf/libpgf-6.11.32.ebuild 
b/media-libs/libpgf/libpgf-6.11.32.ebuild
deleted file mode 100644
index d94e4dfb60f..000
--- a/media-libs/libpgf/libpgf-6.11.32.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit autotools
-
-DESCRIPTION="Library to load, handle and manipulate images in the PGF format"
-HOMEPAGE="http://www.libpgf.org/;
-SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.bz2;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="doc static-libs"
-
-RDEPEND=""
-DEPEND="doc? ( app-doc/doxygen )
-   app-arch/unzip"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-   if ! use doc; then
-   sed -i -e "/HAS_DOXYGEN/{N;N;d}" Makefile.am || die
-   fi
-
-   eautoreconf
-}
-
-src_configure() {
-   econf $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-
-   find "${ED}" -name '*.la' -delete || die
-}



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

2019-11-17 Thread Aaron Bauman
commit: d258d4c3d29902e4c4e0b8035cbc3269146fe70f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Nov 17 23:45:48 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Nov 17 23:45:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d258d4c3

dev-libs/replicant: bump EAPI and stuff

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-libs/replicant/replicant-0.8.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/replicant/replicant-0.8.1.ebuild 
b/dev-libs/replicant/replicant-0.8.1.ebuild
index c0dafa79a4d..1f24b21f9eb 100644
--- a/dev-libs/replicant/replicant-0.8.1.ebuild
+++ b/dev-libs/replicant/replicant-0.8.1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
 DESCRIPTION="Hyperdex replicant support library"
-
 HOMEPAGE="http://hyperdex.org;
 SRC_URI="http://hyperdex.org/src/${P}.tar.gz;
+
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"



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

2019-11-17 Thread Aaron Bauman
commit: 48d1fc46abb1f64ff2e8c5aab237924967ee5c3a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Nov 17 23:31:08 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Nov 17 23:31:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48d1fc46

dev-libs/libtreadstone: drop old EAPI

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-libs/libtreadstone/Manifest   |  1 -
 dev-libs/libtreadstone/libtreadstone-0.1.0.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/dev-libs/libtreadstone/Manifest b/dev-libs/libtreadstone/Manifest
index cb8e419272f..ff404dda21e 100644
--- a/dev-libs/libtreadstone/Manifest
+++ b/dev-libs/libtreadstone/Manifest
@@ -1,2 +1 @@
-DIST libtreadstone-0.1.0.tar.gz 361686 BLAKE2B 
3900b43a91c0dd3225ba04ba35e9178bdfcab635a3224f109600c055b5069af08da27e57a29f24eeea4bdd0e61a3c88f68ac58e2963639a227a87cdc810287fb
 SHA512 
72aec4b03d3824bb88c6d09cc8f5a32058ea3e1da8878af6987e656464c929c136003d37d6fb87a76980642f8af2d9cfc902946d5b523cf642368fc080c70a97
 DIST libtreadstone-0.2.0.tar.gz 364127 BLAKE2B 
803ae1b61be62b067219198de526bb5e23a2e25f91ca928a7e92a83222f3f921835310f2a101c29309889129d15c872e679e4a5779747db5cdf87473f781406b
 SHA512 
dfa8a592b4dbe8106716160e3108ba62a24e15d9ec827a4086f95db7dc8216c4d571c065f0e6773776693a29cca3aee29991b95f9aafae20d175403374a96014

diff --git a/dev-libs/libtreadstone/libtreadstone-0.1.0.ebuild 
b/dev-libs/libtreadstone/libtreadstone-0.1.0.ebuild
deleted file mode 100644
index 2860c46c030..000
--- a/dev-libs/libtreadstone/libtreadstone-0.1.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Hyperdex libtreadstone support library"
-
-HOMEPAGE="http://hyperdex.org;
-SRC_URI="http://hyperdex.org/src/${P}.tar.gz;
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE=""
-
-DEPEND=">=dev-libs/libpo6-0.6.0
-   >=dev-libs/libe-0.9.0"
-RDEPEND="${DEPEND}"



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

2019-11-17 Thread Aaron Bauman
commit: 855f5d3249826d814d930b7b5f1d393b85c1c4a7
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Nov 17 23:30:51 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Nov 17 23:31:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855f5d32

dev-libs/libtreadstone: bump EAPI and stuff

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-libs/libtreadstone/libtreadstone-0.2.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libtreadstone/libtreadstone-0.2.0.ebuild 
b/dev-libs/libtreadstone/libtreadstone-0.2.0.ebuild
index 6c6343ce6db..1ab31ea5b9f 100644
--- a/dev-libs/libtreadstone/libtreadstone-0.2.0.ebuild
+++ b/dev-libs/libtreadstone/libtreadstone-0.2.0.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
 DESCRIPTION="Hyperdex libtreadstone support library"
-
 HOMEPAGE="http://hyperdex.org;
 SRC_URI="http://hyperdex.org/src/${P}.tar.gz;
+
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"



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

2019-11-17 Thread Andreas Sturmlechner
commit: 38198539ebad401898f2a9339ccf4c6e21226ef5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov 17 23:24:52 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov 17 23:25:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38198539

app-text/kbibtex: Fix var name

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

 app-text/kbibtex/kbibtex-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/kbibtex/kbibtex-0.9.1.ebuild 
b/app-text/kbibtex/kbibtex-0.9.1.ebuild
index 673500f82b8..e01569d3b7f 100644
--- a/app-text/kbibtex/kbibtex-0.9.1.ebuild
+++ b/app-text/kbibtex/kbibtex-0.9.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 ECM_HANDBOOK="optional"
-KDE_TEST="true"
+ECM_TEST="true"
 KFMIN=5.60.0
 QTMIN=5.12.3
 inherit ecm kde.org



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

2019-11-17 Thread Mike Pagano
commit: 3a01c6c78d7ef7611df7d1c332613d104c5d3465
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Nov 17 23:23:12 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Nov 17 23:23:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a01c6c7

sys-kernel/git-sources: Linux patch 5.4-rc8

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

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

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index ec2a017b34b..e8471ae8420 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -6,3 +6,4 @@ DIST patch-5.4-rc4.patch 65188215 BLAKE2B 
b21830779c7e941ba794fe574a705b292615a8
 DIST patch-5.4-rc5.patch 65413587 BLAKE2B 
c96d21d762e5cf348bc270459c360ff76cdaa1027a05c55b13db64de1479cf3017b97231450f96bf4e40002b246c9eaf88b0f028d5487298fbfa80c7d7363ed0
 SHA512 
457827d6877dd8c071437d3def99d23d3c65091cda89908f093b77fb59e3ae22e601b62f6156aa27a484415ce2e6084fee22709ab460ca33a79be5ea038ea105
 DIST patch-5.4-rc6.patch 65835147 BLAKE2B 
e63b88e78069da1dfdb543855e819fafd2c7c694f0d6d3592d289289fed374291a7085fea48aa662f67a294a2b62cba49de74820d1c96123c6f69cc5e1d8fb2f
 SHA512 
59f724e2afd61aeb177a437adb3f8013a8a8bca360ca63a71cb3dc10724ef809ee8ed21c780045223f69be25ab81e89a0d8c18ec531b6ae63eb2b3597d7c2b60
 DIST patch-5.4-rc7.patch 66122854 BLAKE2B 
3efde8f78a7e78fac1ac266b70ca24a88a885571164dfdff30b1d0612184e4d86f14f7bd5b1684eb35501ebc2724da9771caff0219a39c4a68db086d0c5b1a44
 SHA512 
a4819ebfbdcb5f18fe655850e0ff0b0e830a807d01e249e5337f639bd718e75dd0f77ee0c2791d7d622665768bee437c6ccad4c126226d3a61e183aa6249f83a
+DIST patch-5.4-rc8.patch 66264959 BLAKE2B 
0828ddf5f1eba63aa0d1cf3625a1c4a48aa4bb0755d9d6d1a0f240ade8f66832012be964dde6c0dc0c66e19fcb8fb7c2767238aca9bb70ca2125ad1a8a2aff00
 SHA512 
8ecda387e1e26e98f4f8e9a81aaf9b37d8c9924c638236204f210ea344edd02044f382a05cf08398fa866b6b6ca1654f0b4fb40518a695debae603242ccf214f

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



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

2019-11-17 Thread Andreas Sturmlechner
commit: 827998772370ab64bc4b8c0a8fd6b76c241dc37d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov 17 23:08:01 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov 17 23:15:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82799877

app-text/kbibtex: 0.9.1 version bump

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

 app-text/kbibtex/Manifest |  1 +
 app-text/kbibtex/kbibtex-0.9.1.ebuild | 83 +++
 2 files changed, 84 insertions(+)

diff --git a/app-text/kbibtex/Manifest b/app-text/kbibtex/Manifest
index 4dc06faa6f5..72d76455b45 100644
--- a/app-text/kbibtex/Manifest
+++ b/app-text/kbibtex/Manifest
@@ -1 +1,2 @@
+DIST kbibtex-0.9.1.tar.xz 4185284 BLAKE2B 
437fb2473095e89bc26446bf4dfcdd56ff0b402e604fe67f2f76073628e8e7f3fc8982c56aa24174303dde101c42d19abfac2b3c1e371bf930ff6bdb4307b7c0
 SHA512 
710ef3f0ddfe4869f079068723a2056866be9aab5907ea7eb00efb4b597270e4c1ec9464d6a15509e2a62749393d27bf0798022367536d3c879a0cbd10dc3129
 DIST kbibtex-0.9.tar.xz 4184288 BLAKE2B 
90baf7c4960540566c59b198de307703d0f34ff6f4284933c187625b2e4065739fb16b004408fec5929d4923e7f651091915841c94ef09797419daa737ae39eb
 SHA512 
bdd849094f66feb1bd6d02131580cb5d2e1f8d172a4e36141a48d3fc38375b5f4512078d13d6310f326b5cb7b15364616308eaac6c2c10ef897f8f752e1f6682

diff --git a/app-text/kbibtex/kbibtex-0.9.1.ebuild 
b/app-text/kbibtex/kbibtex-0.9.1.ebuild
new file mode 100644
index 000..673500f82b8
--- /dev/null
+++ b/app-text/kbibtex/kbibtex-0.9.1.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="optional"
+KDE_TEST="true"
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org
+
+DESCRIPTION="BibTeX editor to edit bibliographies used with LaTeX"
+HOMEPAGE="https://userbase.kde.org/KBibTeX;
+
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+   SRC_URI="mirror://kde/stable/KBibTeX/${PV}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="5"
+IUSE="webengine zotero"
+
+DEPEND="
+   app-text/poppler[qt5]
+   dev-libs/icu:=
+   >=dev-qt/qtconcurrent-${QTMIN}:5
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=dev-qt/qtxmlpatterns-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kcrash-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/kparts-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/ktexteditor-${KFMIN}:5
+   >=kde-frameworks/ktextwidgets-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   virtual/tex-base
+   webengine? ( >=dev-qt/qtwebengine-${QTMIN}:5[widgets] )
+   zotero? (
+   app-crypt/qca[qt5(+)]
+   dev-libs/qoauth:5
+   )
+"
+RDEPEND="${DEPEND}
+   !app-text/kbibtex:4
+   dev-tex/bibtex2html
+"
+
+RESTRICT+=" test"
+
+S="${WORKDIR}/${P/_/-}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebKitWidgets=ON
+   $(cmake_use_find_package webengine Qt5WebEngineWidgets)
+   $(cmake-utils_use_find_package zotero Qca-qt5)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if ! has_version "kde-apps/okular:${SLOT}" ; then
+   elog "For PDF or PostScript document preview support, please 
install kde-apps/okular:${SLOT}"
+   fi
+}



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

2019-11-17 Thread Aaron Bauman
commit: 62371c73c6a7d47115072018e65edf0c147c2f21
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Nov 17 23:13:37 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Nov 17 23:13:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62371c73

dev-libs/libpo6: bump EAPI and stuff

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-libs/libpo6/libpo6-0.8.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libpo6/libpo6-0.8.0.ebuild 
b/dev-libs/libpo6/libpo6-0.8.0.ebuild
index ff18663ad5b..810e8444c7b 100644
--- a/dev-libs/libpo6/libpo6-0.8.0.ebuild
+++ b/dev-libs/libpo6/libpo6-0.8.0.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
 DESCRIPTION="Hyperdex libpo6 support library"
-
 HOMEPAGE="http://hyperdex.org;
 SRC_URI="http://hyperdex.org/src/${P}.tar.gz;
+
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"



[gentoo-commits] repo/user/ssnb:master commit in: dev-java/nexus-oss-bin/

2019-11-17 Thread Samuel Bernardo
commit: 94aced49348ddcb9736c4dccc0146bcbba9bdd50
Author: Samuel Bernardo  gmail  com>
AuthorDate: Sun Nov 17 23:11:43 2019 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Sun Nov 17 23:11:43 2019 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=94aced49

correct epatch_user to eapply_user

Signed-off-by: Samuel Bernardo  gmail.com>

 dev-java/nexus-oss-bin/Manifest| 2 +-
 dev-java/nexus-oss-bin/nexus-oss-bin-3.19.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/nexus-oss-bin/Manifest b/dev-java/nexus-oss-bin/Manifest
index 28a14dd..575d336 100644
--- a/dev-java/nexus-oss-bin/Manifest
+++ b/dev-java/nexus-oss-bin/Manifest
@@ -5,6 +5,6 @@ DIST nexus-3.19.1-01-unix.tar.gz 135426386 BLAKE2B 
59ce578864349072551e690322fb4
 DIST nexus-3.7.0-04-unix.tar.gz 112670551 BLAKE2B 
b158d5ca666199bb7a205c127fad9a1547585d8ccc52ea858957a0aa64a6d3340bfc9476440e245af534df2f31f81871fc3b1e448d789039c616cbcac836e317
 SHA512 
78bca14e145e5c7878c755d74343496d78061ea4d53d75be75f3ba524df2796d7b323d94135ea4442ae297b12cd18f5096467cc765c0209a3ccd4652eabf478a
 EBUILD nexus-oss-bin-3.14.0-r1.ebuild 2400 BLAKE2B 
a0d201503890cda5e673b48f40465ee0d5b854d3294f8d0b448bb4d7f6e62d3125c51357965e711957cc9f91d78a0bce692a21d15cb8ee8ee5f7f2e0a8d0e552
 SHA512 
d38f02b4a63750011c60754823f1f4e857b323e4bd961d68448445bf330af61d58f073fd15903f4b7278a9943c626f165d74b295669a423a3903d2a634a137f9
 EBUILD nexus-oss-bin-3.14.0.ebuild 1777 BLAKE2B 
3450826df52f0ac0b32c33e0f4bf19fba0938d095a7070eaabe686a3de4bf439a100e94620284603310cdb92c7eeb5479b69513061276bd07688d2056bbd83b0
 SHA512 
c119453ad1a5de4211b3749de6b73e20d48d946237bf8f11e1ad60bfe867d0a279b6095bb2feb15a11f08943afb585f232b5faea53d8c0be16506b939cb7e8a0
-EBUILD nexus-oss-bin-3.19.1.ebuild 2388 BLAKE2B 
f618010685438bfc88ada473e212e7c353c3e4862cd27556eb1c1fd478d595cc63ea42d2c79bbc4dbf8de96b14c9dc39a7a3b339e8aaa5774ec837949f1f840c
 SHA512 
d0d91ad02557bcfc2a80f4d5c937ad4f39d9a70fca928702b0bd6b604cfa152d6de7d2c479b0f249fec571be032930a79031297010cb04454a1f4a44e57c9a45
+EBUILD nexus-oss-bin-3.19.1.ebuild 2388 BLAKE2B 
18f514c08b2eca96ef0088488be0d030e18dd72a16af8636d37cced6e96f6f09168eb4fafcf7fc52a03bcef4663e8696dcca060570b2ac8a11152c33b3ee1899
 SHA512 
394348e367b5a5cff568070264eb63c6dbc5fac21523889516be9fb0004ec2f60c7de3379d1234fa8503d336df23eb9f9eaa7a1629b999c18e251c5c85107f31
 EBUILD nexus-oss-bin-3.7.0.ebuild 1777 BLAKE2B 
3450826df52f0ac0b32c33e0f4bf19fba0938d095a7070eaabe686a3de4bf439a100e94620284603310cdb92c7eeb5479b69513061276bd07688d2056bbd83b0
 SHA512 
c119453ad1a5de4211b3749de6b73e20d48d946237bf8f11e1ad60bfe867d0a279b6095bb2feb15a11f08943afb585f232b5faea53d8c0be16506b939cb7e8a0
 MISC metadata.xml 1392 BLAKE2B 
deda1cf98f75673bfede9344e3344a522e3bdd974fb19dc62a8185a39b51a80c28ebf6a47d75e5a091563fdc6e412f9b3dfeff67f8f842833bf30625c4415a34
 SHA512 
86204a863173c7d491cdf361f78be360bd8c192ebfdb51d1205439742967b62c196bbe99c20580e05fa2414786787ecdd896ee304ac29c17e28d0d85b3966523

diff --git a/dev-java/nexus-oss-bin/nexus-oss-bin-3.19.1.ebuild 
b/dev-java/nexus-oss-bin/nexus-oss-bin-3.19.1.ebuild
index f92228c..bcdca6e 100644
--- a/dev-java/nexus-oss-bin/nexus-oss-bin-3.19.1.ebuild
+++ b/dev-java/nexus-oss-bin/nexus-oss-bin-3.19.1.ebuild
@@ -41,7 +41,7 @@ cd "${S}"
 if -f "${FILESDIR}/${P}.patch"; then
epatch "${FILESDIR}/${P}.patch"
 fi
-epatch_user
+eapply_user
 }
 
 src_install() {



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

2019-11-17 Thread Mike Gilbert
commit: 534369f45a07089970f310a90978057da74504eb
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Nov 17 22:56:23 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Nov 17 22:58:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=534369f4

dev-python/pycparser: ensure modules are compiled

Package-Manager: Portage-2.3.79_p3, Repoman-2.3.18_p2
Signed-off-by: Mike Gilbert  gentoo.org>

 ...{pycparser-2.19.ebuild => pycparser-2.19-r1.ebuild} | 18 +++---
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/dev-python/pycparser/pycparser-2.19.ebuild 
b/dev-python/pycparser/pycparser-2.19-r1.ebuild
similarity index 76%
rename from dev-python/pycparser/pycparser-2.19.ebuild
rename to dev-python/pycparser/pycparser-2.19-r1.ebuild
index 3f40a0e4ed7..3b8d5a5df7d 100644
--- a/dev-python/pycparser/pycparser-2.19.ebuild
+++ b/dev-python/pycparser/pycparser-2.19-r1.ebuild
@@ -32,18 +32,14 @@ python_prepare_all() {
distutils-r1_python_prepare_all
 }
 
-python_compile() {
-   distutils-r1_python_compile
-
-   # note: tables built by py3.5+ are incompatible with older versions
-   # because of 100 group limit of 're' module -- just generate them
-   # separately optimized for each target instead
-   pushd "${BUILD_DIR}"/lib/pycparser > /dev/null || die
-   "${PYTHON}" _build_tables.py || die
-   popd > /dev/null || die
-}
-
 python_test() {
# change workdir to avoid '.' import
nosetests -v -w tests || die
 }
+
+python_install() {
+   distutils-r1_python_install
+
+   # setup.py generates {c_ast,lextab,yacctab}.py with bytecode disabled.
+   python_optimize
+}



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

2019-11-17 Thread Aaron Bauman
commit: 5a575f179454ed1c9f26f8efa79bfc0a73428185
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Nov 17 22:48:23 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Nov 17 22:48:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a575f17

dev-libs/busybee: drop old EAPI

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-libs/busybee/Manifest |  2 --
 dev-libs/busybee/busybee-0.5.2.ebuild | 18 --
 dev-libs/busybee/busybee-0.6.0.ebuild | 18 --
 3 files changed, 38 deletions(-)

diff --git a/dev-libs/busybee/Manifest b/dev-libs/busybee/Manifest
index 7d60049d5c8..c830ed56f15 100644
--- a/dev-libs/busybee/Manifest
+++ b/dev-libs/busybee/Manifest
@@ -1,3 +1 @@
-DIST busybee-0.5.2.tar.gz 359617 BLAKE2B 
26f5daebb2d5686de8ca942e127ee0523f9f6c7bfbcd4f92f5597feefc5131180ad603442f0a531bae77b36d70d6edc31fdaa9ab17b8d4925bfe1ef6e0b794f7
 SHA512 
f6eba1e6d9f78dbb048214766105829eae53d060d247ac316e931ac887454f4fcf2217c01b4b6d61108de8d837d0a6861951aeda5f8a6a93de6b145247aaeac8
-DIST busybee-0.6.0.tar.gz 364241 BLAKE2B 
31e4e6b479f6d230e453a7309a6c2f4e7e2480b7f06b9bd542ac004f98353a516ef4b8786bc108f33734f2317e32aa713347ee39638debc85904791d86137c9a
 SHA512 
3c4376d008ae5028773e43bfc9dcf651ed0ed0134370ae763799af0a91e693ab13384915d655a342009520ce346615b0b006b1cbc0cd30b898137bb2567c87af
 DIST busybee-0.7.0.tar.gz 367175 BLAKE2B 
29dc5c021dbbc91497d855b26adbeb6464999a92ac9d13af689ec09e76f9779f0ec8d36b210e432eb77ee6eec125f0bfbc7eb0b87f085969a422a2a7e2286002
 SHA512 
9bf868b6d02b0286d89ff371964e7d32dd373049c1437459b79f0789741421ebb2810d9d58c51d86225cc190d6e23d57c816d079298b0bcfa1e4da815bda2474

diff --git a/dev-libs/busybee/busybee-0.5.2.ebuild 
b/dev-libs/busybee/busybee-0.5.2.ebuild
deleted file mode 100644
index 8fa8fb05ff3..000
--- a/dev-libs/busybee/busybee-0.5.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="A messaging abstraction on top of TCP sockets used in HyperDex"
-
-HOMEPAGE="http://hyperdex.org;
-SRC_URI="http://hyperdex.org/src/${P}.tar.gz;
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE=""
-
-DEPEND=">=dev-libs/libpo6-${PV}
-   >=dev-libs/libe-${PV}"
-RDEPEND="${DEPEND}"

diff --git a/dev-libs/busybee/busybee-0.6.0.ebuild 
b/dev-libs/busybee/busybee-0.6.0.ebuild
deleted file mode 100644
index 8fa8fb05ff3..000
--- a/dev-libs/busybee/busybee-0.6.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="A messaging abstraction on top of TCP sockets used in HyperDex"
-
-HOMEPAGE="http://hyperdex.org;
-SRC_URI="http://hyperdex.org/src/${P}.tar.gz;
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE=""
-
-DEPEND=">=dev-libs/libpo6-${PV}
-   >=dev-libs/libe-${PV}"
-RDEPEND="${DEPEND}"



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

2019-11-17 Thread Aaron Bauman
commit: 4f44959d09b89bb8b53a98fbc6f6586c8b4d9c47
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Nov 17 22:47:54 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Nov 17 22:48:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f44959d

dev-libs/busybee: bump EAPI and stuff

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-libs/busybee/busybee-0.7.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/busybee/busybee-0.7.0.ebuild 
b/dev-libs/busybee/busybee-0.7.0.ebuild
index ee89822abdd..165343bc960 100644
--- a/dev-libs/busybee/busybee-0.7.0.ebuild
+++ b/dev-libs/busybee/busybee-0.7.0.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
 DESCRIPTION="A messaging abstraction on top of TCP sockets used in HyperDex"
-
 HOMEPAGE="http://hyperdex.org;
 SRC_URI="http://hyperdex.org/src/${P}.tar.gz;
+
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"



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

2019-11-17 Thread Michał Górny
commit: e4b480a7830fd2aead8bf135fb53e2a89c0068ef
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 17 22:38:25 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 17 22:41:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4b480a7

app-portage/gpyutils: Bump to 0.3

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

 app-portage/gpyutils/Manifest|  1 +
 app-portage/gpyutils/gpyutils-0.3.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index b1e5822808d..d25ab0be63d 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1 +1,2 @@
 DIST gpyutils-0.2.2.tar.gz 19646 BLAKE2B 
b5c24817b8a5ef3122d46330d2311a328ffa9c936878f494586ed62fd9fa9d54210c4edcbd9d07f61af7c27faf410e0abf60943188e8340ea52f06d95359c6b1
 SHA512 
28ca27b3688b593665037bd7a811014a11b3192bc0acc4568c3e70d13cf7a163b41ba3ffd9d8cf4de2758e1cb68b7dcc255d9fb26ca8448a6bfd6416e66e
+DIST gpyutils-0.3.tar.gz 19322 BLAKE2B 
0b761139f803e1c36d2d9bc8c8e77a8606697a5f872f8eece4bc130657918e639ff82dd275d4553c92a2f1f8a9fe66687e6dce4de40450af435d52fd1ddb91a1
 SHA512 
2481ccca1390cf65f7a466c7742869977156eebb5d7ab6fe8a421c53dbe1e971e59fce8b4544396fd8682bf9ce73f245d611f2527725cae7253d68ebd2d9b1a2

diff --git a/app-portage/gpyutils/gpyutils-0.3.ebuild 
b/app-portage/gpyutils/gpyutils-0.3.ebuild
new file mode 100644
index 000..7eef1417fd8
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="https://github.com/mgorny/gpyutils/;
+SRC_URI="https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=app-portage/gentoopm-0.3.1[${PYTHON_USEDEP}]"
+
+python_test() {
+   esetup.py test
+}



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

2019-11-17 Thread Tim Harder
commit: a16befc55dd21cabb56ed2e27117c820226f436d
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 17 22:39:48 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 17 22:40:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a16befc5

net-news/newsboat: drop myself as a maintainer

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

 net-news/newsboat/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-news/newsboat/metadata.xml b/net-news/newsboat/metadata.xml
index 78e64a5cf1a..6f49eba8f49 100644
--- a/net-news/newsboat/metadata.xml
+++ b/net-news/newsboat/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   
+
 



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

2019-11-17 Thread Tim Harder
commit: fd7bbf6eca4132decb93675edc8c908c18af05ee
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 17 22:39:31 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 17 22:40:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7bbf6e

dev-libs/stfl: drop myself as a maintainer

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

 dev-libs/stfl/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-libs/stfl/metadata.xml b/dev-libs/stfl/metadata.xml
index abb4b8f2540..43428f619e9 100644
--- a/dev-libs/stfl/metadata.xml
+++ b/dev-libs/stfl/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   
+   

STFL is a library which implements a curses-based widget set 
for text
terminals.



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

2019-11-17 Thread Tim Harder
commit: 7112044cfe8be39c7ecb32b4ddc0779097c97c1a
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 17 22:38:54 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 17 22:40:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7112044c

app-backup/duplicity: drop myself as a maintainer

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

 app-backup/duplicity/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/app-backup/duplicity/metadata.xml 
b/app-backup/duplicity/metadata.xml
index b9ff658008b..6efa6d44051 100644
--- a/app-backup/duplicity/metadata.xml
+++ b/app-backup/duplicity/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   

ri...@gentoo.org
Rich Freeman



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

2019-11-17 Thread Tim Harder
commit: 14b945b7a3cd2d14e7cce441e0f76367c76bffba
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 17 22:37:24 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 17 22:40:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14b945b7

app-arch/pigz: drop myself as a maintainer

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

 app-arch/pigz/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-arch/pigz/metadata.xml b/app-arch/pigz/metadata.xml
index 09caf7efa57..646d5eede94 100644
--- a/app-arch/pigz/metadata.xml
+++ b/app-arch/pigz/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   
+   

A parallel implementation of gzip for modern
multi-processor, multi-core machines.



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

2019-11-17 Thread Thomas Deutschmann
commit: abadf3fea5670e3fbd692e7663a466f71633acc6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 17 22:35:38 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov 17 22:37:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abadf3fe

profiles/thirdpartymirrors: Update imagemagick mirror

Use releases/ folder to allow fetching previous, old releases,
via SRC_URI.

Bug: https://bugs.gentoo.org/661178
Signed-off-by: Thomas Deutschmann  gentoo.org>

 profiles/thirdpartymirrors | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/thirdpartymirrors b/profiles/thirdpartymirrors
index 48bf59ef50f..bf767f67a88 100644
--- a/profiles/thirdpartymirrors
+++ b/profiles/thirdpartymirrors
@@ -10,7 +10,7 @@ gnu   https://ftp.gnu.org/gnu/ 
https://artfiles.org/gnu.org/ https://www.mirrorse
 gnu-alpha  https://www.mirrorservice.org/sites/alpha.gnu.org/gnu/ 
https://gnualpha.uib.no/ https://mirrors.fe.up.pt/pub/gnu-alpha/ 
https://alpha.gnu.org/gnu/ https://www.nic.funet.fi/pub/gnu/alpha/gnu/ 
http://mirror.lihnidos.org/GNU/alpha/gnu/ 
http://mirrors.ibiblio.org/gnu/alpha/gnu/ ftp://ftp.funet.fi/pub/gnu/alpha/gnu/ 
ftp://gnualpha.uib.no/pub/gnualpha/ ftp://mirrors.fe.up.pt/pub/gnu-alpha/ 
ftp://alpha.gnu.org/gnu/
 gnupg  https://artfiles.org/gnupg.org/ 
https://www.mirrorservice.org/sites/ftp.gnupg.org/ 
https://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/ 
https://mirrors.dotsrc.org/gcrypt/ ftp://ftp.gnupg.org/gcrypt/
 idsoftware ftp://ftp.fu-berlin.de/pc/games/idgames/idstuff 
ftp://ftp.gamers.org/pub/idgames/idstuff
-imagemagickhttps://www.imagemagick.org/download/ 
https://mirror.checkdomain.de/imagemagick/ 
https://ftp.acc.umu.se/mirror/imagemagick.org/ftp/ 
https://ftp.nluug.nl/ImageMagick/ ftp://ftp.fifi.org/pub/ImageMagick/
+imagemagickhttps://www.imagemagick.org/download/releases/ 
https://mirror.checkdomain.de/imagemagick/releases/ 
https://ftp.acc.umu.se/mirror/imagemagick.org/ftp/releases/ 
ftp://ftp.fifi.org/pub/ImageMagick/releases/
 kdehttps://download.kde.org http://mirror.csclub.uwaterloo.ca/kde 
ftp://mirrors.dotsrc.org/kde ftp://kde.mirror.anlx.net
 lokigames  http://updates.lokigames.com
 mplayerhttps://www1.mplayerhq.hu/MPlayer 
http://www2.mplayerhq.hu/MPlayer http://www5.mplayerhq.hu/MPlayer 
http://www7.mplayerhq.hu/MPlayer http://www8.mplayerhq.hu/MPlayer 
ftp://ftp1.mplayerhq.hu/MPlayer/ ftp://ftp6.mplayerhq.hu/MPlayer/ 
ftp://ftp7.mplayerhq.hu/MPlayer/ ftp://ftp8.mplayerhq.hu/MPlayer/



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

2019-11-17 Thread Tim Harder
commit: 0a9c1773d859fdbbd735d67825e1d5a3bf1d0d05
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 17 22:35:18 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 17 22:35:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a9c1773

app-shells/gentoo-zsh-completions: remove old

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

 app-shells/gentoo-zsh-completions/Manifest |  1 -
 .../gentoo-zsh-completions-20150103.ebuild | 27 --
 2 files changed, 28 deletions(-)

diff --git a/app-shells/gentoo-zsh-completions/Manifest 
b/app-shells/gentoo-zsh-completions/Manifest
index 24aec970866..0cadb7eac11 100644
--- a/app-shells/gentoo-zsh-completions/Manifest
+++ b/app-shells/gentoo-zsh-completions/Manifest
@@ -1,2 +1 @@
-DIST gentoo-zsh-completions-20150103.tar.gz 23759 BLAKE2B 
9e48cad8b98df4de9479f06ab394e689f2169c6b52e062806b2051f18b86a6f80b660f472fe48b94bb0aff10095d7fcb9e097aa38710d6f3969cb03cfa4aff5c
 SHA512 
4d87edda071d98672df79e3dbb9565757c0738bc50751d31e5dfefab4f17523387fb2342906ecc0600ce86d888ab4a785756bbb1daf37ca56a3ce1af9e5ae173
 DIST gentoo-zsh-completions-20180228.tar.gz 23246 BLAKE2B 
a6e4004aa7592cbb097cad55fe9d7286f39bd264d8c463ed22e665ca6a60732b0bc8678a0ac09715e2f34abbadd0e4466d783fdb228ce364bcbe13fb7f097649
 SHA512 
2b3dcfb910e297eb2f03f4ad9f3749b379ceb60f8b6cbcb7c7d03b7921b79aa21f8d3aa50931c5d4eff52f988a208f1a810c6da7c20720be7a3f2ce4a4564788

diff --git 
a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20150103.ebuild 
b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20150103.ebuild
deleted file mode 100644
index 8a03144af90..000
--- a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20150103.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-if [[ ${PV} == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/gentoo/gentoo-zsh-completions.git;
-else
-   SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris"
-fi
-
-DESCRIPTION="Gentoo specific zsh completion support (includes emerge and 
ebuild commands)"
-HOMEPAGE="https://github.com/gentoo/gentoo-zsh-completions;
-
-LICENSE="ZSH"
-SLOT="0"
-
-RDEPEND=">=app-shells/zsh-4.3.5"
-
-src_install() {
-   insinto /usr/share/zsh/site-functions
-   doins src/_*
-
-   dodoc AUTHORS
-}



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

2019-11-17 Thread Tim Harder
commit: 2ff2a372892b8945cabfc7f712845c3dffa0cfb0
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 17 22:26:41 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 17 22:32:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ff2a372

dev-util/cpputest: drop myself as a maintainer

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

 dev-util/cpputest/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-util/cpputest/metadata.xml b/dev-util/cpputest/metadata.xml
index abfba2deb92..cbc1bd63f38 100644
--- a/dev-util/cpputest/metadata.xml
+++ b/dev-util/cpputest/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   
+   

cpputest/cpputest




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

2019-11-17 Thread Tim Harder
commit: 3e7aafce041a405035022b5a5f654eca1c389f2e
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 17 22:26:57 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 17 22:32:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e7aafce

net-irc/weechat: drop myself as a maintainer

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

 net-irc/weechat/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/net-irc/weechat/metadata.xml b/net-irc/weechat/metadata.xml
index 76bd84de3bf..bd9e657d8a9 100644
--- a/net-irc/weechat/metadata.xml
+++ b/net-irc/weechat/metadata.xml
@@ -1,9 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   radher...@gentoo.org
-   

gyakov...@gentoo.org
Georgy Yakovlev



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

2019-11-17 Thread Tim Harder
commit: 62ce2353908288d862c0158dd791b9e75945cadc
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 17 22:25:56 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 17 22:32:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ce2353

net-proxy/mitmproxy: drop myself as a maintainer

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

 net-proxy/mitmproxy/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-proxy/mitmproxy/metadata.xml b/net-proxy/mitmproxy/metadata.xml
index 01809bf53a6..c7003e858b4 100644
--- a/net-proxy/mitmproxy/metadata.xml
+++ b/net-proxy/mitmproxy/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   
+   

mitmproxy




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

2019-11-17 Thread Tim Harder
commit: a2ba871c470903b5a5f59193200538e836b3efbc
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 17 22:31:49 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 17 22:32:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2ba871c

net-proxy/mitmproxy: add missing conditional test restrict

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

 net-proxy/mitmproxy/mitmproxy-4.0.4.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-proxy/mitmproxy/mitmproxy-4.0.4.ebuild 
b/net-proxy/mitmproxy/mitmproxy-4.0.4.ebuild
index eae990245b3..34ecccf7049 100644
--- a/net-proxy/mitmproxy/mitmproxy-4.0.4.ebuild
+++ b/net-proxy/mitmproxy/mitmproxy-4.0.4.ebuild
@@ -48,6 +48,8 @@ DEPEND="${RDEPEND}
>=dev-python/requests-2.9.1[${PYTHON_USEDEP}]
)"
 
+RESTRICT="!test? ( test )"
+
 python_prepare_all() {
# loosen dependencies
sed -i '/>/s/>.*/",/g' setup.py || die



[gentoo-commits] repo/user/ssnb:master commit in: dev-java/nexus-oss-bin/

2019-11-17 Thread Samuel Bernardo
commit: 19ae21efdfa3c0382d192f19a15ad9632472c8a7
Author: Samuel Bernardo  gmail  com>
AuthorDate: Sun Nov 17 22:32:12 2019 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Sun Nov 17 22:32:12 2019 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=19ae21ef

update nexus-oss-bin

Signed-off-by: Samuel Bernardo  gmail.com>

 dev-java/nexus-oss-bin/Manifest|  2 +
 dev-java/nexus-oss-bin/nexus-oss-bin-3.19.1.ebuild | 88 ++
 2 files changed, 90 insertions(+)

diff --git a/dev-java/nexus-oss-bin/Manifest b/dev-java/nexus-oss-bin/Manifest
index 1566a00..28a14dd 100644
--- a/dev-java/nexus-oss-bin/Manifest
+++ b/dev-java/nexus-oss-bin/Manifest
@@ -1,8 +1,10 @@
 AUX nexus-oss-bin_run_as_user.patch 248 BLAKE2B 
665accd3fbbcac5ffae37c50d03df0d59d445e8cd1ab6753f6e4d497d35d349c05e42e65fd3d7e516d151ef26c140fe712bb8645970b093ac2b43d898aa1304a
 SHA512 
bbc15de98c51e4d6ba43a916bd18d23837bf40ac509222a9e5b539b5ef1ee7f735913130671b8f21d9c003cf7f20d9fdaf1744df6e0c80fb15dced4726c91ab1
 AUX nexus-oss.service 329 BLAKE2B 
68098e91b78caabeafbf7a2ea4b4e604ff4ac00ab9757d65f2a414feffb50ea67c00480c6e8118c28bbb4fdb53a2c1869b94ed1954d4bc06f0e8e6b6c1caacbe
 SHA512 
7a6b3c67bf54e1ae79a3af3587b0de214aa6bb5fdf0ed8a428c0e2ba51028e7ace11a0dcbe865d296a9696b88257f29aef60405ecaa85c916b8889fe41d88b27
 DIST nexus-3.14.0-04-unix.tar.gz 125423547 BLAKE2B 
06b58fe430c72f253ed0d49965aef69860141eca380ccaa76af2ffd12343e8a5cf2ac276e43810cc07a6a5c5fe75768ce908971aec4443caea0a8684fa1ba01e
 SHA512 
2f4ce0bf4b1fdc6854713610892d20850004517b40176c025279c31323b1b81611d8ca109cfd765108640cff26b1a721a5c9d7704d03957521621f615a51b420
+DIST nexus-3.19.1-01-unix.tar.gz 135426386 BLAKE2B 
59ce578864349072551e690322fb43e29d71a0aa79d2a2b6159ae3c1259302821336b550a606a17cff66103e70af13fdba2a12692b0032ae259fb3a932a5a7b5
 SHA512 
6c5c7d4ccbe9fd3e63b67a0909d062b015f32cfb74c677030edc75cc4fd2d3d9e0fda911e1cc3f1c9e30e120e1048dd20ac1a8741595b8adac667e2dc9b2c2b7
 DIST nexus-3.7.0-04-unix.tar.gz 112670551 BLAKE2B 
b158d5ca666199bb7a205c127fad9a1547585d8ccc52ea858957a0aa64a6d3340bfc9476440e245af534df2f31f81871fc3b1e448d789039c616cbcac836e317
 SHA512 
78bca14e145e5c7878c755d74343496d78061ea4d53d75be75f3ba524df2796d7b323d94135ea4442ae297b12cd18f5096467cc765c0209a3ccd4652eabf478a
 EBUILD nexus-oss-bin-3.14.0-r1.ebuild 2400 BLAKE2B 
a0d201503890cda5e673b48f40465ee0d5b854d3294f8d0b448bb4d7f6e62d3125c51357965e711957cc9f91d78a0bce692a21d15cb8ee8ee5f7f2e0a8d0e552
 SHA512 
d38f02b4a63750011c60754823f1f4e857b323e4bd961d68448445bf330af61d58f073fd15903f4b7278a9943c626f165d74b295669a423a3903d2a634a137f9
 EBUILD nexus-oss-bin-3.14.0.ebuild 1777 BLAKE2B 
3450826df52f0ac0b32c33e0f4bf19fba0938d095a7070eaabe686a3de4bf439a100e94620284603310cdb92c7eeb5479b69513061276bd07688d2056bbd83b0
 SHA512 
c119453ad1a5de4211b3749de6b73e20d48d946237bf8f11e1ad60bfe867d0a279b6095bb2feb15a11f08943afb585f232b5faea53d8c0be16506b939cb7e8a0
+EBUILD nexus-oss-bin-3.19.1.ebuild 2388 BLAKE2B 
f618010685438bfc88ada473e212e7c353c3e4862cd27556eb1c1fd478d595cc63ea42d2c79bbc4dbf8de96b14c9dc39a7a3b339e8aaa5774ec837949f1f840c
 SHA512 
d0d91ad02557bcfc2a80f4d5c937ad4f39d9a70fca928702b0bd6b604cfa152d6de7d2c479b0f249fec571be032930a79031297010cb04454a1f4a44e57c9a45
 EBUILD nexus-oss-bin-3.7.0.ebuild 1777 BLAKE2B 
3450826df52f0ac0b32c33e0f4bf19fba0938d095a7070eaabe686a3de4bf439a100e94620284603310cdb92c7eeb5479b69513061276bd07688d2056bbd83b0
 SHA512 
c119453ad1a5de4211b3749de6b73e20d48d946237bf8f11e1ad60bfe867d0a279b6095bb2feb15a11f08943afb585f232b5faea53d8c0be16506b939cb7e8a0
 MISC metadata.xml 1392 BLAKE2B 
deda1cf98f75673bfede9344e3344a522e3bdd974fb19dc62a8185a39b51a80c28ebf6a47d75e5a091563fdc6e412f9b3dfeff67f8f842833bf30625c4415a34
 SHA512 
86204a863173c7d491cdf361f78be360bd8c192ebfdb51d1205439742967b62c196bbe99c20580e05fa2414786787ecdd896ee304ac29c17e28d0d85b3966523

diff --git a/dev-java/nexus-oss-bin/nexus-oss-bin-3.19.1.ebuild 
b/dev-java/nexus-oss-bin/nexus-oss-bin-3.19.1.ebuild
new file mode 100644
index 000..f92228c
--- /dev/null
+++ b/dev-java/nexus-oss-bin/nexus-oss-bin-3.19.1.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2019 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=7
+
+inherit eutils user systemd
+
+DESCRIPTION="Maven Repository Manager"
+HOMEPAGE="http://nexus.sonatype.org/;
+LICENSE="GPL-3"
+MY_PN="nexus"
+MY_PV="${PV}-01-unix"
+#echo "Debug: custom package version: ${MY_PV}"
+MY_P="${MY_PN}-${MY_PV}"
+MY_MV="3"
+
+SRC_URI="http://download.sonatype.com/${MY_PN}/${MY_MV}/${MY_P}.tar.gz;
+RESTRICT="mirror"
+KEYWORDS="~x86 ~amd64"
+SLOT="${MY_MV}"
+IUSE=""
+S="${WORKDIR}"
+#echo "Debug: working directory: ${WORKDIR}"
+RDEPEND=">=virtual/jdk-1.8"
+INSTALL_DIR="/opt/nexus-oss"
+
+pkg_setup() {
+#enewgroup  [gid]
+enewgroup nexus
+#enewuser  [uid] [shell] [homedir] [groups] [params]
+enewuser nexus -1 /bin/bash "${INSTALL_DIR}" "nexus"
+}
+
+src_unpack() {
+unpack ${A}
+}
+

[gentoo-commits] proj/kde:master commit in: app-text/kbibtex/

2019-11-17 Thread Andreas Sturmlechner
commit: 8b99b671697fb3551bf3bfe9775bd56eced8cbd8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 18 18:27:30 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov 17 22:29:00 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8b99b671

app-text/kbibtex: Tests require ext. testset, even then part broken

Closes: https://bugs.gentoo.org/688298
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/kbibtex/kbibtex-.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-text/kbibtex/kbibtex-.ebuild 
b/app-text/kbibtex/kbibtex-.ebuild
index 37707c5d8e..512426c0c9 100644
--- a/app-text/kbibtex/kbibtex-.ebuild
+++ b/app-text/kbibtex/kbibtex-.ebuild
@@ -57,6 +57,8 @@ RDEPEND="${DEPEND}
dev-tex/bibtex2html
 "
 
+RESTRICT+=" test"
+
 S="${WORKDIR}/${P/_/-}"
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: mail-client/roundcube/, mail-client/roundcube/files/

2019-11-17 Thread Aaron W. Swenson
commit: 61645355beb2e5a8b070ce14c84c25b882145290
Author: Philippe Chaintreuil  parallaxshift  com>
AuthorDate: Fri Feb  8 00:57:19 2019 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Sun Nov 17 22:26:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61645355

mail-client/roundcube: 1.4.0 version bump

 - Embrace upstream's complete-dist, which includes PEAR, etc
   dependancies as compsoser would have installed them.  We just seem
   like we cannot keep up with the needed dependency ebuilds.
 - Removes use flags which aren't needed due to complete-dist.
 - Adds ${MY_PV} which adjusts for gentoo vs upstream formatting of
   _rc1/_beta/etc.

Closes: https://bugs.gentoo.org/666718
Closes: https://github.com/gentoo/gentoo/pull/13662
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Philippe Chaintreuil  parallaxshift.com>
Closes: https://github.com/gentoo/gentoo/pull/13662
Signed-off-by: Aaron W. Swenson  gentoo.org>

 mail-client/roundcube/Manifest |  1 +
 .../roundcube/files/POST-UPGRADE_complete.txt  | 19 ++
 mail-client/roundcube/roundcube-1.4.0.ebuild   | 73 ++
 3 files changed, 93 insertions(+)

diff --git a/mail-client/roundcube/Manifest b/mail-client/roundcube/Manifest
index caa51bca2d7..3321c524c97 100644
--- a/mail-client/roundcube/Manifest
+++ b/mail-client/roundcube/Manifest
@@ -1,3 +1,4 @@
 DIST roundcubemail-1.3.10-complete.tar.gz 5495189 BLAKE2B 
d2b6d7ac28fc609ab3d7275019796c73859a4ecdbbe17018c8ed9d1c702a1563e59429bfb47d9878869d7948ed1051c4a9caaac0d83b26b0a88e293e31bb27d6
 SHA512 
8fffa16abda87d29081d1afedbf1d9e4862b8b1864785101d422e62048ca7f365c3708e8a76b4a37f716109230943bb9f03a5faa0cf3c3963fa5454207e00c49
 DIST roundcubemail-1.3.8-complete.tar.gz 5534385 BLAKE2B 
2f0cb528d0901d267c74d57baa18d1f057fdd2eb0f872f3cef1053847861998f8c6551fc17506ae365086ed1f86c3ee9e73a96adb2e43c6c32025e7afaf63710
 SHA512 
34dc9205cd93be6d6551086f4d22654dad7213b4b09000dc4def08357acdc634744ce1f560144a3d3b46e936258e90482e77fc4c691a55c205bcfdfe3745441e
 DIST roundcubemail-1.3.9-complete.tar.gz 5521697 BLAKE2B 
4689bb43ff02b99a9b2b06d6370a5dce0ec4eca4e4da2a74e33e77ec74ec14bf22b6bab415c8b5fde9bd76bfaed87f183a8979edb353da3ed947f9bfdb0ecb15
 SHA512 
42ae9b772272b3e82476beeeb0fc5a909fb07ed0bfbdb655627b1e31da1c292f67f5a305452de31b2d60fe5905bcacabd6874dea394a9b0fd66b7921d73500ac
+DIST roundcubemail-1.4.0-complete.tar.gz 6997256 BLAKE2B 
b19a2d049512ceb53b3844f4680ed061044d2d142bef322c067b381e3be57ecb3181cac4f2492a162da1417fefb4028c36d34dae4bf9064c97568f681bd0c78b
 SHA512 
274372793f1f3af761702f8972f6360f8c8e64a705ff96f1432f6a520d24c9ca0e8ccc3933f26433f1c864bd6c381066fc9eb48bf97e9497b4cbff855412d811

diff --git a/mail-client/roundcube/files/POST-UPGRADE_complete.txt 
b/mail-client/roundcube/files/POST-UPGRADE_complete.txt
new file mode 100644
index 000..36124f31b61
--- /dev/null
+++ b/mail-client/roundcube/files/POST-UPGRADE_complete.txt
@@ -0,0 +1,19 @@
+Post-Upgrade Activities
+---
+1. Check .htaccess settings (some php settings could become required)
+2. If you're using the built-in addressbook, run indexing script:
+   ./bin/indexcontacts.sh.
+3. When upgrading from version older than 0.6-beta you should make sure your
+   folder settings contain a namespace prefix if necessary. For example Courier
+   users should add “INBOX.” prefix to folder names in main configuration file.
+4. Check system requirements in INSTALL file.
+5. Update your database and configurations by running:
+   ./bin/update.sh
+
+SQLite database upgrade
+---
+Versions older than 0.9 were supporting SQLite v2 only. Newer versions require
+database in v3 format. The best what you can do is to convert database file
+to the new format using command line tools:
+
+sqlite OLD.DB .dump | sqlite3 NEW.DB

diff --git a/mail-client/roundcube/roundcube-1.4.0.ebuild 
b/mail-client/roundcube/roundcube-1.4.0.ebuild
new file mode 100644
index 000..e503aac3082
--- /dev/null
+++ b/mail-client/roundcube/roundcube-1.4.0.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PN=${PN}mail
+MY_PV=${PV/_/-}
+MY_P=${MY_PN}-${MY_PV}
+
+DESCRIPTION="A browser-based multilingual IMAP client with an application-like 
user interface"
+HOMEPAGE="https://roundcube.net;
+SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${MY_PV}/${MY_P}-complete.tar.gz;
+
+# roundcube is GPL-licensed, the rest of the licenses here are
+# for bundled PEAR components, googiespell and utf8.class.php
+LICENSE="GPL-3 BSD PHP-2.02 PHP-3 MIT public-domain"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="change-password enigma ldap mysql postgres sqlite ssl spell"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+# this function only sets DEPEND so we need to include that in RDEPEND
+need_httpd_cgi
+

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

2019-11-17 Thread Thomas Deutschmann
commit: 2b13fb2b243848105386d1098fc75bcea3a1a9eb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 17 22:14:30 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov 17 22:22:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b13fb2b

media-gfx/imagemagick: bump to v6.9.10-73

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

 media-gfx/imagemagick/Manifest  | 2 +-
 .../{imagemagick-6.9.10.71.ebuild => imagemagick-6.9.10.73.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/imagemagick/Manifest b/media-gfx/imagemagick/Manifest
index 439882e26db..af81d696c9e 100644
--- a/media-gfx/imagemagick/Manifest
+++ b/media-gfx/imagemagick/Manifest
@@ -1,3 +1,3 @@
-DIST ImageMagick-6.9.10-71.tar.xz 9071596 BLAKE2B 
aab31bf2ee8717cbd394484a79430d7e1d415c795867cc70e8a6c3ec066fd2ca1527eb51a1d99dace366c62abec36f11202c3ea4602d6c1c12c8ad00be09299d
 SHA512 
ff0a43d1afb327510c33eb515bb6789c7bd7478dbf65d4e98a86fd0446c5b24b5bbacd6dced3e87fc804563fb592c325f92188a8e43845eb1acf3a0a70f05bd5
+DIST ImageMagick-6.9.10-73.tar.xz 9065360 BLAKE2B 
7d29c08d9bb0b93b5ea214307203530cb8822cc7f8bc7fb39016b6eac2fc2ad6be40e3a71af7fe09d6bb0b05d669701b05949a7f20df2dcc014fbf8983c8dc36
 SHA512 
b05d8b4334f054c1b0ee9ef106d70c7bcbe3671ccd097320f648084d9b5ef9c4fc0b9d68267a62e69b64313e64a97343630feadf20e672e64ab2deac518b84b7
 DIST ImageMagick-7.0.8-67.tar.xz 9470768 BLAKE2B 
c14f5536ab80720698a6d8df37724d2b0107a6f378a23f2f8f891be585dde59378ffed4fcb601794a5db4cf1d0008db40f33697b1c04ab3b0185a6a71a331a26
 SHA512 
ad4325df57769f9c4edf8ac71370cb9bb19e090e588d47eb0311e3f4895abd7a7edcbd2e7a495f21acd1daca97fa224bdf1fd978577588e45c11a7799c3d67f4
 DIST ImageMagick-7.0.9-2.tar.xz 9475956 BLAKE2B 
e2912f497b148c406d13223e349a95dccb40f377e49e58119933113324c6424c1627d918d6d2f6400e3470bdfb24c546851a072f389d9e8fec19de5d1a8176a0
 SHA512 
d584e467bc9e7ff90b1a4f715c792ffd272574da2efefb0cc39fbaa2ad225eed2fc12936785dea44755158a23c3a8397754feba07e442249e535a7b12388ae90

diff --git a/media-gfx/imagemagick/imagemagick-6.9.10.71.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.10.73.ebuild
similarity index 100%
rename from media-gfx/imagemagick/imagemagick-6.9.10.71.ebuild
rename to media-gfx/imagemagick/imagemagick-6.9.10.73.ebuild



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

2019-11-17 Thread Thomas Deutschmann
commit: ef589fb576812e360f48f303a3d4d710457f6393
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 17 22:16:32 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov 17 22:22:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef589fb5

media-gfx/imagemagick: bump to v7.0.9-4

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

 media-gfx/imagemagick/Manifest |   3 +-
 media-gfx/imagemagick/imagemagick-7.0.8.67.ebuild  | 257 -
 ...k-7.0.9.2.ebuild => imagemagick-7.0.9.4.ebuild} |   2 +-
 3 files changed, 2 insertions(+), 260 deletions(-)

diff --git a/media-gfx/imagemagick/Manifest b/media-gfx/imagemagick/Manifest
index af81d696c9e..a40cb67db1a 100644
--- a/media-gfx/imagemagick/Manifest
+++ b/media-gfx/imagemagick/Manifest
@@ -1,3 +1,2 @@
 DIST ImageMagick-6.9.10-73.tar.xz 9065360 BLAKE2B 
7d29c08d9bb0b93b5ea214307203530cb8822cc7f8bc7fb39016b6eac2fc2ad6be40e3a71af7fe09d6bb0b05d669701b05949a7f20df2dcc014fbf8983c8dc36
 SHA512 
b05d8b4334f054c1b0ee9ef106d70c7bcbe3671ccd097320f648084d9b5ef9c4fc0b9d68267a62e69b64313e64a97343630feadf20e672e64ab2deac518b84b7
-DIST ImageMagick-7.0.8-67.tar.xz 9470768 BLAKE2B 
c14f5536ab80720698a6d8df37724d2b0107a6f378a23f2f8f891be585dde59378ffed4fcb601794a5db4cf1d0008db40f33697b1c04ab3b0185a6a71a331a26
 SHA512 
ad4325df57769f9c4edf8ac71370cb9bb19e090e588d47eb0311e3f4895abd7a7edcbd2e7a495f21acd1daca97fa224bdf1fd978577588e45c11a7799c3d67f4
-DIST ImageMagick-7.0.9-2.tar.xz 9475956 BLAKE2B 
e2912f497b148c406d13223e349a95dccb40f377e49e58119933113324c6424c1627d918d6d2f6400e3470bdfb24c546851a072f389d9e8fec19de5d1a8176a0
 SHA512 
d584e467bc9e7ff90b1a4f715c792ffd272574da2efefb0cc39fbaa2ad225eed2fc12936785dea44755158a23c3a8397754feba07e442249e535a7b12388ae90
+DIST ImageMagick-7.0.9-4.tar.xz 9479288 BLAKE2B 
2638f193fb14f3f10f2b3927275777916f5234cd6aa515cae778471169ad74fab447b5dc620b5b630282cd00e4218922baf5fca066778d517c92de41216bcf9f
 SHA512 
75c34a9aad62f7a102873e2b3fcda7c032bc40bfa0c0d5b524001f4c45a93943072009b717e2a90ca1637bc7df3806408a3a3c2c1356de835e3a8bbce20cddb0

diff --git a/media-gfx/imagemagick/imagemagick-7.0.8.67.ebuild 
b/media-gfx/imagemagick/imagemagick-7.0.8.67.ebuild
deleted file mode 100644
index 37288b3d2df..000
--- a/media-gfx/imagemagick/imagemagick-7.0.8.67.ebuild
+++ /dev/null
@@ -1,257 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit eapi7-ver eutils flag-o-matic libtool perl-functions toolchain-funcs 
multilib
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/ImageMagick/ImageMagick.git;
-   inherit git-r3
-   MY_P="imagemagick-"
-else
-   MY_PV="$(ver_rs 3 '-')"
-   MY_P="ImageMagick-${MY_PV}"
-   SRC_URI="mirror://imagemagick/${MY_P}.tar.xz"
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-fi
-
-DESCRIPTION="A collection of tools and libraries for many image formats"
-HOMEPAGE="https://www.imagemagick.org/;
-
-LICENSE="imagemagick"
-SLOT="0/${PV}"
-IUSE="bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri heif jbig 
jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript q32 
q8 raw static-libs svg test tiff truetype webp wmf X xml zlib"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-libs/libltdl:0
-   bzip2? ( app-arch/bzip2 )
-   corefonts? ( media-fonts/corefonts )
-   djvu? ( app-text/djvu )
-   fftw? ( sci-libs/fftw:3.0 )
-   fontconfig? ( media-libs/fontconfig )
-   fpx? ( >=media-libs/libfpx-1.3.0-r1 )
-   graphviz? ( media-gfx/graphviz )
-   heif? ( media-libs/libheif:= )
-   jbig? ( >=media-libs/jbigkit-2:= )
-   jpeg? ( virtual/jpeg:0 )
-   jpeg2k? ( >=media-libs/openjpeg-2.1.0:2 )
-   lcms? ( media-libs/lcms:2= )
-   lqr? ( media-libs/liblqr )
-   opencl? ( virtual/opencl )
-   openexr? ( media-libs/openexr:0= )
-   pango? ( x11-libs/pango )
-   perl? ( >=dev-lang/perl-5.8.8:0= )
-   png? ( media-libs/libpng:0= )
-   postscript? ( app-text/ghostscript-gpl )
-   raw? ( media-libs/libraw:= )
-   svg? ( gnome-base/librsvg )
-   tiff? ( media-libs/tiff:0= )
-   truetype? (
-   media-fonts/urw-fonts
-   >=media-libs/freetype-2
-   )
-   webp? ( media-libs/libwebp:0= )
-   wmf? ( media-libs/libwmf )
-   X? (
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libXext
-   x11-libs/libXt
-   )
-   xml? ( dev-libs/libxml2:= )
-   lzma? ( app-arch/xz-utils )
-   zlib? ( sys-libs/zlib:= )"
-DEPEND="${RDEPEND}
-   !media-gfx/graphicsmagick[imagemagick]
-   virtual/pkgconfig
- 

[gentoo-commits] repo/user/ssnb:master commit in: media-tv/plex-media-server/files/, media-tv/plex-media-server/

2019-11-17 Thread Samuel Bernardo
commit: 96650737f135c7af3405f2c1d57fc2f17dde288c
Author: Samuel Bernardo  gmail  com>
AuthorDate: Sun Nov 17 22:19:34 2019 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Sun Nov 17 22:19:34 2019 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=96650737

correct patch for virtualenv

Signed-off-by: Samuel Bernardo  gmail.com>

 media-tv/plex-media-server/Manifest|  2 +-
 .../files/virtualenv_start_pms.patch   | 23 +++---
 2 files changed, 8 insertions(+), 17 deletions(-)

diff --git a/media-tv/plex-media-server/Manifest 
b/media-tv/plex-media-server/Manifest
index 92b2555..a37c2db 100644
--- a/media-tv/plex-media-server/Manifest
+++ b/media-tv/plex-media-server/Manifest
@@ -1,7 +1,7 @@
 AUX conf.d/plex-media-server 216 BLAKE2B 
094d0f6f7cdfa696ae47d7879c7459be5755dfe02a12c3ee986c1078ae0a46d974adc25dce252a49c3fd72e0dfe1ba65c49d575e12036fba44ce9b0390da64ec
 SHA512 
d3d68fa58a1c1064803a9607708123302890571e823e5bc26de741bb15bd51db19234636672ff01757cbbcdb984c60663545689fa915761c78c3cf49e6da0f95
 AUX init.d/plex-media-server 413 BLAKE2B 
f60fe9f653c591cddaf77a0ebcb47218681a63235e82bc016c7d2ee9180df7f6ff24f3784216ea370bdc2d493531492f196200b6ec56ff8b303e69adaa0f108d
 SHA512 
aeb873a00081f20abd27cc76d395908ae0643bd8aa665557adafef2ed97edbe93c18b55818b49227746f9c3ce4b7a81ceb9132f07d8d873bc7b5a932b944a402
 AUX systemd/plex-media-server.service 159 BLAKE2B 
d4988890f6424e0b9160e90df0125fbcb32e86443c5b869f66ac6e28c3701fdaa3dd819823edd0c8675792bf4e24e7fcf3bb8894e55539ad8fc5eb9ac9a550fc
 SHA512 
9066840efa43b127dd0d4b26ea0552894db97bf48f89003258095986e7d4728e05bee2f49de856777ed3d0b5ec41654c14505bc9867b227b754aeecd0529abd6
-AUX virtualenv_start_pms.patch 839 BLAKE2B 
20d6a53b40a2c714153bc7f04c2bbad568b75197cd450cb52129cc3718fad1db09f9fe2a92e8608e1e95b710e0b4af58a373650ab4017438b63fe61132f13d75
 SHA512 
55fb8f3234942d10c0d6d1820fbab48b8a9f26f069031946dae551cde8b7d18d61ef36ec994719d2519687dc75e5ec27205702395a8af112bda720b7a62072aa
+AUX virtualenv_start_pms.patch 901 BLAKE2B 
b9b907236bf15bc0d3f0a89f66b0732d662ca85a033fe20e3a95c4838b3205df37dbccc18c5109a0ec1f5fd92fed4774fab480f97fbe04927b5723136c791dd5
 SHA512 
3ba436d5d2cb85770cbc953774fb18118bff36506abe9eec6efead9adc2c863bb66b9593b1fbe9b12bc652917e962cd0bf99d7ee822a77009d77259194186e23
 DIST plexmediaserver_1.18.2.2029-36236cc4c_amd64.deb 86133786 BLAKE2B 
b33a53e48b190b70cc3cc2b7aa0b311a7e0f18423473fb45805cfaf60417eacb59f4e46aaa66b63f1511e4eff4ebbf6d2f3a8e905a7c7487cfdcedb119ed9959
 SHA512 
e0f3c4fde6cdd010314843457ac89407361046ad2ff69d919f2ac6b22d92bf96f89c63152eaa04c6071baa32eff747d56c23fc4a678d5700f2f98793a2fd3dd3
 DIST plexmediaserver_1.18.2.2029-36236cc4c_i386.deb 72963886 BLAKE2B 
28b09dbaedad1394627231ce7747c7b6b6af8d6f8a0b9eec6bc9728dd7206d0a2f733f69109133c16c5a776c06c51b3c9e511cb53c46eb2345d27c1f1b1de650
 SHA512 
ed091de6593cd7a9a8c5c1b2c776a405816276f8902d352ed4cf251857cce191ea00a2ada58ace525b97c9ffbd675f756384f420fba7edc4ab056aaafec5acb9
 EBUILD plex-media-server-1.18.2.ebuild 5214 BLAKE2B 
0c5c770dade237ec662a536623af23ba69013a3d526b2816d5783f6fa0ab173c3efcd0f4ebbab881940fd948adf592c33b169bf75569b681acef7547a7255d51
 SHA512 
a64d2b254b02d6a62560f6686fdd34d614a51cc5028d98046b23f585f4d47376fccae1a1302c282d8655f92ffd39f377aef3dec745cf0f464b8ccf43c5959e3b

diff --git a/media-tv/plex-media-server/files/virtualenv_start_pms.patch 
b/media-tv/plex-media-server/files/virtualenv_start_pms.patch
index bb4d575..eae5d0c 100644
--- a/media-tv/plex-media-server/files/virtualenv_start_pms.patch
+++ b/media-tv/plex-media-server/files/virtualenv_start_pms.patch
@@ -1,23 +1,14 @@
 a/usr/sbin/start_pms   2017-03-01 13:35:28.340489280 -0500
-+++ b/usr/sbin/start_pms   2017-03-01 13:36:05.574540305 -0500
-@@ -8,16 +8,20 @@
- export PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR="${HOME}/Library/Application 
Support"
- if [ -f /etc/default/locale ]; then
-   export LANG="`cat /etc/default/locale|awk -F '=' '/LANG=/{print $2}'|sed 
's/"//g'`"
-   export LC_ALL="$LANG"
- fi
+diff -Naur a/usr/sbin/start_pms b/usr/sbin/start_pms
+--- a/usr/sbin/start_pms   2019-11-17 18:19:09.003944254 +
 b/usr/sbin/start_pms   2019-11-17 18:17:13.456344630 +
+@@ -20,6 +20,10 @@
  
  test -f /etc/default/plexmediaserver && . /etc/default/plexmediaserver
  
-+# Activate python virtualenv
-+. "${PLEX_MEDIA_SERVER_HOME}"/Resources/Python/bin/activate
-+
++# Activate python virtualenv  

  
++. "${PLEX_MEDIA_SERVER_HOME}"/Resources/Python/bin/activate   

  
++  


 +
  if [ ! -d 

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

2019-11-17 Thread Tim Harder
commit: be91762f07f86f60575461999c153ae4aee56246
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 17 22:17:36 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 17 22:17:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be91762f

dev-libs/rremove: drop myself as a maintainer

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

 dev-libs/rremove/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-libs/rremove/metadata.xml b/dev-libs/rremove/metadata.xml
index 78e64a5cf1a..6f49eba8f49 100644
--- a/dev-libs/rremove/metadata.xml
+++ b/dev-libs/rremove/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   
+
 



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

2019-11-17 Thread Tim Harder
commit: ed0598519bf6b791738dbca32d25b06280cb20b9
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 17 22:18:53 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 17 22:18:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed059851

dev-util/archdiff: drop myself as a maintainer

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

 dev-util/archdiff/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-util/archdiff/metadata.xml b/dev-util/archdiff/metadata.xml
index 78e64a5cf1a..6f49eba8f49 100644
--- a/dev-util/archdiff/metadata.xml
+++ b/dev-util/archdiff/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   
+
 



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

2019-11-17 Thread Tim Harder
commit: 12ee25c79597ee3fd31c56c06379db63a3852333
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 17 22:16:56 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 17 22:16:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12ee25c7

dev-libs/rremove: update to EAPI 7

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

 dev-libs/rremove/rremove-1.0.5.ebuild | 15 +++
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/dev-libs/rremove/rremove-1.0.5.ebuild 
b/dev-libs/rremove/rremove-1.0.5.ebuild
index d2f3c32d9e5..ff834f43a16 100644
--- a/dev-libs/rremove/rremove-1.0.5.ebuild
+++ b/dev-libs/rremove/rremove-1.0.5.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="4"
-
-inherit autotools-utils
+EAPI=7
 
 DESCRIPTION="A simple library to recursively delete non-empty directories"
 HOMEPAGE="https://frigidcode.com/code/rremove/;
@@ -13,3 +11,12 @@ LICENSE="LGPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="static-libs"
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   use static-libs || find "${ED}" -name '*.la' -delete
+}



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

2019-11-17 Thread Tim Harder
commit: a40809dbb371a4fd3d908b46e0f834fec33780dc
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 17 22:18:39 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 17 22:18:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a40809db

dev-util/archdiff: update to EAPI 7

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

 dev-util/archdiff/archdiff-1.1.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/archdiff/archdiff-1.1.6.ebuild 
b/dev-util/archdiff/archdiff-1.1.6.ebuild
index acc017fc655..9ae08696e94 100644
--- a/dev-util/archdiff/archdiff-1.1.6.ebuild
+++ b/dev-util/archdiff/archdiff-1.1.6.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="4"
+EAPI=7
 
 DESCRIPTION="Utility to view the differences between two source code archives"
 HOMEPAGE="https://frigidcode.com/code/archdiff/;



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

2019-11-17 Thread Tim Harder
commit: e4c41341a8344edd2e10b1c3bca931e987d8a083
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 17 22:06:52 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 17 22:09:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c41341

app-backup/bup: remove old

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

 app-backup/bup/Manifest  |  1 -
 app-backup/bup/bup-0.28.1.ebuild | 57 
 2 files changed, 58 deletions(-)

diff --git a/app-backup/bup/Manifest b/app-backup/bup/Manifest
index 61b18d18dc0..687815efd8f 100644
--- a/app-backup/bup/Manifest
+++ b/app-backup/bup/Manifest
@@ -1,2 +1 @@
-DIST bup-0.28.1.tar.gz 377712 BLAKE2B 
b469af7b40807e1462c603c03078fc4e048fc300f74dccba9db4ee9d5b1cd385b3092c2bcc08b60ba798e4f401953ccb3217275c6afb3ebf8040e6e507fde9fd
 SHA512 
b27a9486366f9f97081611d8e0443686ed8c4070d45729ad4efe1d48ee9f528d3257bfd5d37d6243927f5b63d6b613bf5ae2c39117012979ccd5ccecf9d2
 DIST bup-0.29.2.tar.gz 389145 BLAKE2B 
1a54cb68b2c68ecf4902a7f1ee940711b62e413c69d17ba1515f24e115484bac1b4919947f2214784389839f633fbb13dea69c186246426e57c33a148c4c
 SHA512 
10c433d6779b1fd7e1935c587676492d96a330dc3280556332bb55b6e5c62de8631fd755d07d2eaf80cb9fa209dc25b241d5ecf3a6fe2b8210a3d0e1ce4fa4bf

diff --git a/app-backup/bup/bup-0.28.1.ebuild b/app-backup/bup/bup-0.28.1.ebuild
deleted file mode 100644
index f1071883fb2..000
--- a/app-backup/bup/bup-0.28.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="A highly efficient backup system based on the git packfile format"
-HOMEPAGE="https://bup.github.io/ https://github.com/bup/bup;
-SRC_URI="https://github.com/bup/bup/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test web"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   app-arch/par2cmdline
-   dev-python/fuse-python[${PYTHON_USEDEP}]
-   dev-python/pylibacl[${PYTHON_USEDEP}]
-   dev-python/pyxattr[${PYTHON_USEDEP}]
-   web? ( www-servers/tornado[${PYTHON_USEDEP}] )
-   sys-libs/readline:0
-   dev-vcs/git"
-DEPEND="${RDEPEND}
-   test? (
-   dev-lang/perl
-   net-misc/rsync
-   )
-   app-text/pandoc
-"
-
-# unresolved sandbox issues
-RESTRICT="test"
-
-src_prepare() {
-   default
-
-   sed -e "/^CFLAGS :=/s/-O2 -Werror//" \
-   -i Makefile || die
-}
-
-src_configure() {
-   ./configure || die
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX=/usr LIBDIR="/usr/$(get_libdir)/bup" 
DOCDIR="/usr/share/${PF}" install
-   python_fix_shebang "${ED}"
-   python_optimize "${ED}"
-}



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

2019-11-17 Thread Tim Harder
commit: af3406327985621f56d25fc68658dd2bc5b85a1f
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 17 21:54:40 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 17 22:09:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af340632

net-dialup/neocon: bump to EAPI 7

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

 net-dialup/neocon/neocon-20110228.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dialup/neocon/neocon-20110228.ebuild 
b/net-dialup/neocon/neocon-20110228.ebuild
index d3302898f46..f8dad14a8c5 100644
--- a/net-dialup/neocon/neocon-20110228.ebuild
+++ b/net-dialup/neocon/neocon-20110228.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
 inherit toolchain-funcs
 



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

2019-11-17 Thread Tim Harder
commit: e19da55a37f16c67848413101a99832a641e88fb
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 17 21:46:22 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 17 22:09:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e19da55a

x11-wm/herbstluftwm: remove old

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

 x11-wm/herbstluftwm/Manifest  |  2 -
 x11-wm/herbstluftwm/herbstluftwm-0.7.0.ebuild | 66 --
 x11-wm/herbstluftwm/herbstluftwm-0.7.1.ebuild | 68 ---
 3 files changed, 136 deletions(-)

diff --git a/x11-wm/herbstluftwm/Manifest b/x11-wm/herbstluftwm/Manifest
index 1e703b7ad0c..4672f63b3e3 100644
--- a/x11-wm/herbstluftwm/Manifest
+++ b/x11-wm/herbstluftwm/Manifest
@@ -1,3 +1 @@
-DIST herbstluftwm-0.7.0.tar.gz 247469 BLAKE2B 
3ee6c4709bd52ad330706aa941fba4372003f6d494759bc0fc87bcf34cffd07a55d5d4b550de13af059d4455ce240e6be3151b8f7563f3fb0d1dc4ef79306c58
 SHA512 
792e517dff5cfb075b8b5a42b076a7809e983953620212de6d571d3d606c573c83606a0f7694e25d3351c288473f5129191a416fe8977db8438c1016503eacd8
-DIST herbstluftwm-0.7.1.tar.gz 244726 BLAKE2B 
bdc8b769c3991276f03540024212315310aab4c5980321a3f019d5dc044b862aa606746d968e01bb0d8280b10ecf2f7f300710e2ac5cba46afd3129c316df5ae
 SHA512 
1eb25c6e64bc046fca4b93cb9158515dba793bb14676229cc9c9194660eeccfc0c907ddcc4b15581b9ffb8b7f261ad3e2c8efe60a5d11eeb836208dd289dc199
 DIST herbstluftwm-0.7.2.tar.gz 245506 BLAKE2B 
72d0bb2a77e519161d193ac7b2b9f1f878ccb6cfe4914b6c75d060e2daa0bec4203ee4ebf203b9fa1dfb844d71d50aa7c03257c78aa22e906bf42519d1e592af
 SHA512 
abb49bbc3de9a0ef619ce7063c1cea0d0d25ab2195c53dc0d33e061ad24060da4bbe9b99b9b9126028cdf68b462d4fcc8d1534431e4892d571ff897a68d2113c

diff --git a/x11-wm/herbstluftwm/herbstluftwm-0.7.0.ebuild 
b/x11-wm/herbstluftwm/herbstluftwm-0.7.0.ebuild
deleted file mode 100644
index 0f5e7d231d5..000
--- a/x11-wm/herbstluftwm/herbstluftwm-0.7.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs bash-completion-r1
-
-if [[ ${PV} == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/herbstluftwm/herbstluftwm.git;
-   EXTRA_DEPEND="app-text/asciidoc"
-else
-   SRC_URI="https://herbstluftwm.org/tarballs/${P}.tar.gz;
-   KEYWORDS="amd64 x86"
-   EXTRA_DEPEND=""
-fi
-
-DESCRIPTION="A manual tiling window manager for X"
-HOMEPAGE="https://herbstluftwm.org/;
-
-LICENSE="BSD-2"
-SLOT="0"
-IUSE="examples xinerama zsh-completion"
-
-CDEPEND=">=dev-libs/glib-2.24:2
-   x11-libs/libX11
-   x11-libs/libXext
-   xinerama? ( x11-libs/libXinerama )"
-RDEPEND="${CDEPEND}
-   app-shells/bash
-   zsh-completion? ( app-shells/zsh )"
-DEPEND="${CDEPEND}
-   ${EXTRA_DEPEND}
-   virtual/pkgconfig"
-
-src_compile() {
-   emake CC="$(tc-getCC)" LD="$(tc-getCC)" COLOR=0 VERBOSE= \
-   $(use xinerama || echo XINERAMAFLAGS= XINERAMALIBS= )
-}
-
-src_install() {
-   dobin herbstluftwm herbstclient
-   dodoc BUGS MIGRATION NEWS README.md
-
-   doman doc/{herbstluftwm,herbstclient}.1
-
-   exeinto /etc/xdg/herbstluftwm
-   doexe share/{autostart,panel.sh,restartpanels.sh}
-
-   insinto /usr/share/xsessions
-   doins share/herbstluftwm.desktop
-
-   newbashcomp share/herbstclient-completion herbstclient
-
-   if use zsh-completion ; then
-   insinto /usr/share/zsh/site-functions
-   doins share/_herbstclient
-   fi
-
-   if use examples ; then
-   exeinto /usr/share/doc/${PF}/examples
-   doexe scripts/*.sh
-   docinto examples
-   dodoc scripts/README
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-}

diff --git a/x11-wm/herbstluftwm/herbstluftwm-0.7.1.ebuild 
b/x11-wm/herbstluftwm/herbstluftwm-0.7.1.ebuild
deleted file mode 100644
index f9e402083ad..000
--- a/x11-wm/herbstluftwm/herbstluftwm-0.7.1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs bash-completion-r1
-
-if [[ ${PV} == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/herbstluftwm/herbstluftwm.git;
-   EXTRA_DEPEND="app-text/asciidoc"
-else
-   SRC_URI="https://herbstluftwm.org/tarballs/${P}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
-   EXTRA_DEPEND=""
-fi
-
-DESCRIPTION="A manual tiling window manager for X"
-HOMEPAGE="https://herbstluftwm.org/;
-
-LICENSE="BSD-2"
-SLOT="0"
-IUSE="examples xinerama zsh-completion"
-
-CDEPEND=">=dev-libs/glib-2.24:2
-   x11-libs/libX11
-   x11-libs/libXext
-   xinerama? ( x11-libs/libXinerama )"
-RDEPEND="${CDEPEND}
-   app-shells/bash
-   zsh-completion? ( app-shells/zsh )"
-DEPEND="${CDEPEND}
-   

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

2019-11-17 Thread Tim Harder
commit: e36975b563366f50fce0ec77170a8b113e9dc59c
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 17 21:58:07 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 17 22:09:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e36975b5

app-arch/par2cmdline: drop myself as a maintainer

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

 app-arch/par2cmdline/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/app-arch/par2cmdline/metadata.xml 
b/app-arch/par2cmdline/metadata.xml
index 39157a67ffd..09a2860b01f 100644
--- a/app-arch/par2cmdline/metadata.xml
+++ b/app-arch/par2cmdline/metadata.xml
@@ -4,10 +4,6 @@
   
 swege...@gentoo.org
   
-  
-radher...@gentoo.org
-Tim Harder
-  
   
 Parchive/par2cmdline
   



  1   2   3   >