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

2020-11-29 Thread Sam James
commit: b9b779cd3e9906a1120ffb52832458f1fdad37ab
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 30 07:24:11 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 30 07:27:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b779cd

profiles/prefix/darwin/macos/package.mask: re-mask gettext

Failing with collisions now.

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/profiles/prefix/darwin/macos/package.mask 
b/profiles/prefix/darwin/macos/package.mask
index 831cbe6cf8a..c7176c9d1b8 100644
--- a/profiles/prefix/darwin/macos/package.mask
+++ b/profiles/prefix/darwin/macos/package.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2020-11-30)
+# Builds but collides with libintl despite existing patch
+# Temporary mask until investigated
+=sys-devel/gettext-0.21
+
 # Fabian Groffen  (2020-11-23)
 # no symbols from libopenbsd-compat
 =net-misc/openssh-8.3_p1-r5



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

2020-11-29 Thread 罗百科
commit: 6645715d11213ebd33fd1ccbc7a05684da329996
Author: Patrick Lauer  gentoo  org>
AuthorDate: Mon Nov 30 06:17:15 2020 +
Commit: 罗百科  gentoo  org>
CommitDate: Mon Nov 30 06:20:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6645715d

dev-lang/moarvm: Bump

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Patrick Lauer  gentoo.org>

 dev-lang/moarvm/Manifest  |  1 +
 dev-lang/moarvm/moarvm-2020.11.ebuild | 62 +++
 2 files changed, 63 insertions(+)

diff --git a/dev-lang/moarvm/Manifest b/dev-lang/moarvm/Manifest
index d41181cd3db..a5766c4f123 100644
--- a/dev-lang/moarvm/Manifest
+++ b/dev-lang/moarvm/Manifest
@@ -4,3 +4,4 @@ DIST MoarVM-2020.07.tar.gz 5329508 BLAKE2B 
a761234baf88bfb5d8bc87e621822cd4cc1c1
 DIST MoarVM-2020.08.tar.gz 5333410 BLAKE2B 
4590576148d26c96eda390c9b66966b10205616b1920d6a7e259fa055240a5627fceb00399942eee512278dfd23cec90c5a1e79ee3f94cdad89e526b83c2888f
 SHA512 
610ac56df2cd0da7b284e967fb2f626fa10583f66ef06d8c4368048883bea0627b5029c56e64fd7281e6e70c3f63ac26dcfa463d2145be83433a8e76226fcb3b
 DIST MoarVM-2020.09.tar.gz 5361349 BLAKE2B 
4846f7b44a238f6f2b40e82c4939cb6cd6988ff11ae68dd2381db3144f2c7b7ec37dd71fa6749b4a0147e20224a801342e3ea8bf03dbd758012723468861
 SHA512 
3859e96e6861dc7bf3f64708db33bb9a761b7a7bc3a05655424d6c27010cf6f01e73066e26bff7256f58ed4044f9aee2f186c886a419c3d6aff23f75102f6c48
 DIST MoarVM-2020.10.tar.gz 5362845 BLAKE2B 
1486fbbe5407aaf010a2b929458750989820e62d9baadcf66ae97df55c93914639bc988ffe30055fee0a0b0f88f73d9de8d253e138b6d594581160d976831280
 SHA512 
5251d564909313ca7a660d462370e899d415cbd0b493da189abde952d80992c3e04525b2d8ae5066c9c4ea2c99860e38f9a8beaee4ea0d53d9b32973104fa7d3
+DIST MoarVM-2020.11.tar.gz 5402860 BLAKE2B 
f29ec4a8f4979fd65adb24cbfbbed586b69d47dd1176770e1e0e46a8bc35ef90146bae468fd6e088cd19201ba7e43d43d486d569970a81a695d6b642f57c2417
 SHA512 
c3ffe128db43316f93ad19f2804cd963cd2613dc46ffd29b099a165f122f6e7fdf28ce0b6c226a31f44abaeca72468f6774c39ceac3cea992596e8ce042ae7a5

diff --git a/dev-lang/moarvm/moarvm-2020.11.ebuild 
b/dev-lang/moarvm/moarvm-2020.11.ebuild
new file mode 100644
index 000..96e569caebe
--- /dev/null
+++ b/dev-lang/moarvm/moarvm-2020.11.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic
+
+MY_PN="MoarVM"
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/${MY_PN}/${MY_PN}.git;
+   inherit git-r3
+   KEYWORDS=""
+   S="${WORKDIR}/${P}"
+else
+   SRC_URI="http://moarvm.org/releases/${MY_PN}-${PV}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${MY_PN}-${PV}"
+fi
+
+DESCRIPTION="A 6model-based VM for NQP and Rakudo Perl 6"
+HOMEPAGE="http://moarvm.org;
+LICENSE="Artistic-2"
+SLOT="0"
+
+IUSE="asan clang debug doc +jit optimize static-libs ubsan"
+
+RDEPEND="dev-libs/libatomic_ops
+   >=dev-libs/libuv-1.26
+   dev-lang/lua:=
+   dev-libs/libffi"
+DEPEND="${RDEPEND}
+   clang? ( >=sys-devel/clang-3.1 )
+   dev-lang/perl"
+
+DOCS=( CREDITS README.markdown )
+
+# Tests are conducted via nqp
+RESTRICT=test
+
+src_configure() {
+   MAKEOPTS+=" NOISY=1"
+   use doc && DOCS+=( docs/* )
+   local prefix="${EPREFIX}/usr"
+   local libdir="${EPREFIX}/usr/$(get_libdir)"
+   einfo "--prefix '${prefix}'"
+   einfo "--libdir '${libdir}'"
+   local myconfigargs=(
+   "--prefix" "${prefix}"
+   "--has-libuv"
+   "--has-libatomic_ops"
+   "--has-libffi"
+   "--libdir" "${libdir}"
+   "--compiler" "$(usex clang clang gcc)"
+   "$(usex asan--asan)"
+   "$(usex debug   --debug--no-debug)"
+   "$(usex optimize--optimize=--no-optimize)"
+   "$(usex static-libs --static)"
+   "$(usex ubsan   --ubsan)"
+   )
+
+   perl Configure.pl "${myconfigargs[@]}" moarshared || die
+}



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

2020-11-29 Thread 罗百科
commit: 1d0d5d96d93f8126c7d3782ce4f17d35d0fdfbf7
Author: Patrick Lauer  gentoo  org>
AuthorDate: Mon Nov 30 06:18:45 2020 +
Commit: 罗百科  gentoo  org>
CommitDate: Mon Nov 30 06:20:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d0d5d96

dev-lang/nqp: Bump

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Patrick Lauer  gentoo.org>

 dev-lang/nqp/Manifest   |   1 +
 dev-lang/nqp/nqp-2020.11.ebuild | 160 
 2 files changed, 161 insertions(+)

diff --git a/dev-lang/nqp/Manifest b/dev-lang/nqp/Manifest
index 8897cf3f01a..f4b18b2cb7a 100644
--- a/dev-lang/nqp/Manifest
+++ b/dev-lang/nqp/Manifest
@@ -4,3 +4,4 @@ DIST nqp-2020.07.tar.gz 3949070 BLAKE2B 
194cd52dabe307dab41bec8508a28d00f05c043c
 DIST nqp-2020.08.tar.gz 3951313 BLAKE2B 
0eda6b50268cd4faf49a7311e4d94d9846e223072a54d0ce5c4b2095abe47645924ce6a256edafd6301380ca99b8268a97551cbc6013210e9058713d5a8b1321
 SHA512 
6acc8d4b443b67a2731d30b4ed81c3ff654189dc51c463d7e4f30ca1a2ac4791b3393238b6370f8bc915278ecdb1bbc403427eb2292b41717ec7d01605a3de4b
 DIST nqp-2020.09.tar.gz 3951646 BLAKE2B 
9ec1d121f9dc276ad52ea22d43fb24fefeda009f648b64f330669d7f9aaaef599522cca708b3671f982969cba0a1346cc078c55c98247545408b3a929899edd1
 SHA512 
dcebf63ea062c0fec95d701b1f20c492c845060599f4524fa87758ce5f8e52f6eae9a409c31b238783285f30a497acffd97242dc2ca7fbe4b8dd20291104b261
 DIST nqp-2020.10.tar.gz 3954398 BLAKE2B 
5c44a20c3696bb596bd1d3088fba8db8c63ce6e612f00c2d24456dc7d908b12a214b4bde7e4e79505c39f6237a6f91578de47778185fa6cc3b6287c90e6c370e
 SHA512 
279715fa0b2012852cc31b9e7898092510a1ba76005576a3ffe38f9dc8e9c002a4161be8f0b66e38c501e656a8124a320dbf2c90c89f53e57d0950e1baa1ea2b
+DIST nqp-2020.11.tar.gz 3954688 BLAKE2B 
d273c78c8f2083908b2815dc10787fec31404eb13c1e64253e7e5ae896d27a3755cf5c8045d47c4f465178568731e0d74951db6e45d103cf3ee18470124e97e0
 SHA512 
51b5e7f9d290bca7ada24cf9c12c61608be92269fc848976cada49f7445694e0f26929b5f9e90a9153eb379f0d74a6bb8068cd5ebf383d4501f75535b70e7605

diff --git a/dev-lang/nqp/nqp-2020.11.ebuild b/dev-lang/nqp/nqp-2020.11.ebuild
new file mode 100644
index 000..c41412d388c
--- /dev/null
+++ b/dev-lang/nqp/nqp-2020.11.ebuild
@@ -0,0 +1,160 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit java-pkg-opt-2 multibuild
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/perl6/${PN}.git;
+   inherit git-r3
+   KEYWORDS=""
+else
+   
SRC_URI="https://github.com/perl6/${PN}/releases/download/${PV}/${P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Not Quite Perl, a Perl 6 bootstrapping compiler"
+HOMEPAGE="https://rakudo.org;
+
+LICENSE="Artistic-2"
+SLOT="0"
+IUSE="doc clang java +moar test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="|| ( java moar )"
+
+CDEPEND="java? (
+   dev-java/asm:4
+   dev-java/jline:0
+   dev-java/jna:4
+   )
+   moar? ( ~dev-lang/moarvm-${PV}[clang=] )"
+RDEPEND="${CDEPEND}
+   java? ( >=virtual/jre-1.8 )"
+DEPEND="${CDEPEND}"
+BDEPEND="${CDEPEND}
+   clang? ( sys-devel/clang )
+   java? ( >=virtual/jdk-1.8 )
+   dev-lang/perl"
+
+pkg_pretend() {
+   if has_version dev-lang/rakudo || has_version dev-lang/nqp; then
+   ewarn "NQP is known to fail compilation/installation with 
Rakudo and/or NQP"
+   ewarn "already being installed. So if it fails, try 
uninstalling both"
+   ewarn "dev-lang/nqp and dev-lang/rakudo, then do a new 
installation."
+   ewarn "(see Bug #584394)"
+   fi
+}
+
+java_prepare() {
+   # Don't clean stage0 jars.
+   einfo "Cleaning upstream jars"
+   java-pkg_clean 3rdparty/
+
+   # Don't use jars we just deleted.
+   sed -i -r 's/(:3rdparty[^:]*)+/:${THIRDPARTY_JARS}/g' \
+   src/vm/jvm/runners/nqp-j || die
+}
+
+src_prepare() {
+   MULTIBUILD_VARIANTS=()
+   use moar && MULTIBUILD_VARIANTS+=( moar )
+   use java && MULTIBUILD_VARIANTS+=( jvm )
+
+   multibuild_copy_sources
+
+   # This will pull in conditional java_prepare
+   default
+}
+
+nqp_configure() {
+   pushd "${BUILD_DIR}" > /dev/null || die
+   local myconfargs=(
+   "--backend=${MULTIBUILD_VARIANT}"
+   "--prefix=${EPREFIX}/usr" )
+
+   perl Configure.pl "${myconfargs[@]}" || die
+   popd || die
+}
+
+nqp_compile() {
+   if [[ "${MULTIBUILD_VARIANT}" = jvm ]]; then
+   emake -j1 \
+   -C "${BUILD_DIR}" \
+   THIRDPARTY_JARS=$(java-pkg_getjars --with-dependencies 
asm-4,jline,jna-4) \
+   JAVAC="$(java-pkg_get-javac) $(java-pkg_javac-args)"
+   elif [[ "${MULTIBUILD_VARIANT}" = moar ]]; then
+   emake -j1 \
+   -C "${BUILD_DIR}"
+   fi
+}
+
+nqp_test() {
+   emake -j1 \
+   -C 

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

2020-11-29 Thread 罗百科
commit: 7dbc0dce4ff75298939452101cdf092a2b927d4f
Author: Patrick Lauer  gentoo  org>
AuthorDate: Mon Nov 30 06:19:10 2020 +
Commit: 罗百科  gentoo  org>
CommitDate: Mon Nov 30 06:20:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dbc0dce

dev-lang/rakudo: Bump

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Patrick Lauer  gentoo.org>

 dev-lang/rakudo/Manifest  |  1 +
 dev-lang/rakudo/rakudo-2020.11.ebuild | 73 +++
 2 files changed, 74 insertions(+)

diff --git a/dev-lang/rakudo/Manifest b/dev-lang/rakudo/Manifest
index 0b942791cd7..9c63d94497b 100644
--- a/dev-lang/rakudo/Manifest
+++ b/dev-lang/rakudo/Manifest
@@ -4,3 +4,4 @@ DIST rakudo-2020.07.tar.gz 4729727 BLAKE2B 
131d4aaee21c7e38fb8f2c3091336597a4cb5
 DIST rakudo-2020.08.1.tar.gz 4740608 BLAKE2B 
be1b1f755690493483ba001407a89de69d64d0959d99bd28cdc4cbbacbcc56e884aa6244b2046c0ff6f6c4374b8edc86016c3c6b9719926a71eb5640092d16d1
 SHA512 
0142a5df29d4bd1c5a0e8cd37d59242b552dc523966293293fb643f4ce65a004457d81f76823db15bec1508a12c631eec324623cb3b8d60bc14d55b626959b11
 DIST rakudo-2020.09.tar.gz 4743378 BLAKE2B 
4ccac6fa59ca80868e7525eabc05d358da9265a87aced24af2c25fae6c0e386aae18c5f44d9d3dd6db377f155b481e003c91c6e51bb6a89ee9a380e749e0c847
 SHA512 
c838b7a42670a99860184464b22b1cb3c9a27988eb6e982f4367df883afe06608199bf363164965c1199027eeed880f237771c1e8580a80e585f1fd67d0c0574
 DIST rakudo-2020.10.tar.gz 4755030 BLAKE2B 
869f6dc6569093f7ad39d9c250d6564b6311cdefda2950784e54263bed6faca4b8653a9578b19f52819eb8e9f24e1f5f831468bf4620d885d4bb26944e22e8f4
 SHA512 
fcd00ac782ca28243ca2c6ceb45ff99322952086749aea01ccdfb5ae8c525cb6304fe5d20e7905a9808b1b7a1a96d7c4406847b10c0e4ea8b5fd7d053870f46a
+DIST rakudo-2020.11.tar.gz 5678270 BLAKE2B 
314da91b516d509fcfcfff16e46444243083bdeb21294bc33a2996f1883317b663cc3442cbb6090c8339c5607b4e64a4c8c3c9f2fa5d728bd5c6513d6ef20bcf
 SHA512 
d6c0f7849570b82611db311445f6b6ecf1c0773d1bb5f4da0d27a9e0d443149ab72f954da2e75a8323d9be9c31f655dee1183a8ca714d89c63baa6e2489e

diff --git a/dev-lang/rakudo/rakudo-2020.11.ebuild 
b/dev-lang/rakudo/rakudo-2020.11.ebuild
new file mode 100644
index 000..e912ccc2de6
--- /dev/null
+++ b/dev-lang/rakudo/rakudo-2020.11.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit java-pkg-opt-2
+
+DESCRIPTION="A compiler for the Perl 6 programming language"
+HOMEPAGE="https://rakudo.org;
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/rakudo/${PN}.git;
+   inherit git-r3
+   KEYWORDS=""
+else
+   SRC_URI="https://rakudo.org/dl/${PN}/${P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="Artistic-2"
+SLOT="0"
+# TODO: add USE="javascript" once that's usable in nqp
+IUSE="clang java +moar test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="|| ( java moar )"
+
+CDEPEND="~dev-lang/nqp-${PV}:${SLOT}=[java?,moar?,clang=]"
+RDEPEND="${CDEPEND}
+   java? ( >=virtual/jre-1.7 )"
+DEPEND="${CDEPEND}
+   clang? ( sys-devel/clang )
+   java? ( >=virtual/jdk-1.7 )
+   >=dev-lang/perl-5.10"
+
+pkg_pretend() {
+   if has_version dev-lang/rakudo; then
+   ewarn "Rakudo is known to fail compilation/installation with 
Rakudo"
+   ewarn "already being installed. So if it fails, try unmerging 
dev-lang/rakudo,"
+   ewarn "then do a new installation."
+   ewarn "(see Bug #584394)"
+   fi
+}
+
+src_configure() {
+   local backends
+   use moar && backends+="moar,"
+   use java && backends+="jvm"
+
+   local myargs=(
+   "--prefix=/usr"
+   "--sysroot=/"
+   "--sdkroot=/"
+   "--backends=${backends}"
+   )
+
+   perl Configure.pl "${myargs[@]}" || die
+
+   if use java; then
+   NQP=$(java-pkg_getjars --with-dependencies nqp)
+   fi
+}
+
+src_compile() {
+   emake DESTDIR="${D}" NQP_JARS="${NQP}" BLD_NQP_JARS="${NQP}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" NQP_JARS="${NQP}" BLD_NQP_JARS="${NQP}" install
+}
+
+src_test() {
+   RAKUDO_PRECOMP_PREFIX=$(mktemp -d) default
+}



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

2020-11-29 Thread Hans de Graaff
commit: dae4b00ca2231d3ce9870059c3a37b4c84d3fb18
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Nov 30 06:12:33 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Nov 30 06:12:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dae4b00c

dev-util/rbtools: cleanup

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

 dev-util/rbtools/Manifest |  1 -
 dev-util/rbtools/rbtools-1.0.2.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/dev-util/rbtools/Manifest b/dev-util/rbtools/Manifest
index 002b1b757bf..6f56a1bc9aa 100644
--- a/dev-util/rbtools/Manifest
+++ b/dev-util/rbtools/Manifest
@@ -1,2 +1 @@
-DIST RBTools-1.0.2.tar.gz 199085 BLAKE2B 
469bc0a4d440437126af936c370d40eefa4c59717a955cd1853a1fc437554c251508fabc797b8c6631327fd14d43545cab3710fdbe50b1ad87d4df41d6cc96ba
 SHA512 
2b05c310b877ad57589dedbad638956b81cc539bc793ccbe6f17608f6b979a0f2767998b1e941ef826a435cf0b034cbb2b7fdb6b937d83d5bb2fa9d2f45f70a1
 DIST RBTools-1.0.3.tar.gz 206634 BLAKE2B 
a058e9f501e5139fd550478dced02883f4fe49e3cfd9da961dfa53dd9552dee59e6a74d873f259ea3ce05884cfb0bf3e1a83d7ddcb696a0dc57139346ce81d91
 SHA512 
2462da124fb70df05712626451baa0294e82171bc860fce7dc0ddda7bee4ba6749d387c873b08c50f6936c539a13cd15c33bb02b7fd0f69a38c56723e24acbc8

diff --git a/dev-util/rbtools/rbtools-1.0.2.ebuild 
b/dev-util/rbtools/rbtools-1.0.2.ebuild
deleted file mode 100644
index c8348a8df9f..000
--- a/dev-util/rbtools/rbtools-1.0.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7} )
-
-inherit distutils-r1
-
-MY_PN="RBTools"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Command line tools for use with Review Board"
-HOMEPAGE="https://www.reviewboard.org/;
-SRC_URI="https://downloads.reviewboard.org/releases/${MY_PN}/$(ver_cut 
1-2)/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-python/six-1.8.0[${PYTHON_USEDEP}]
-   dev-python/tqdm[${PYTHON_USEDEP}]
-   dev-python/texttable[${PYTHON_USEDEP}]
-   dev-python/colorama[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-DOCS=( AUTHORS NEWS README.md )
-
-S=${WORKDIR}/${MY_P}



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

2020-11-29 Thread Hans de Graaff
commit: d4cf52aa03eb86a59027cb68018326559b8ddc66
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Nov 30 06:18:18 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Nov 30 06:18:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4cf52aa

dev-util/rbtools: add 2.0

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

 dev-util/rbtools/Manifest   |  1 +
 dev-util/rbtools/rbtools-2.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-util/rbtools/Manifest b/dev-util/rbtools/Manifest
index 6f56a1bc9aa..3c8129c9a74 100644
--- a/dev-util/rbtools/Manifest
+++ b/dev-util/rbtools/Manifest
@@ -1 +1,2 @@
 DIST RBTools-1.0.3.tar.gz 206634 BLAKE2B 
a058e9f501e5139fd550478dced02883f4fe49e3cfd9da961dfa53dd9552dee59e6a74d873f259ea3ce05884cfb0bf3e1a83d7ddcb696a0dc57139346ce81d91
 SHA512 
2462da124fb70df05712626451baa0294e82171bc860fce7dc0ddda7bee4ba6749d387c873b08c50f6936c539a13cd15c33bb02b7fd0f69a38c56723e24acbc8
+DIST RBTools-2.0.tar.gz 229078 BLAKE2B 
23a0c9e9241a6d989044a4197ed5812d81d43b10195788c7754265969166f654af5fafc5ac027f1cf6e9d00bdd7938455beef6719380e09eacf219fa13bc74ab
 SHA512 
aa773744365fcb5bd2ed5413684290c1d794c8bc76f9f9d0fb9400ab1e2baa1b647db85b8992dfea3e3bffe7ee87f2d735b1e6d5385d621d011be62a64d8890b

diff --git a/dev-util/rbtools/rbtools-2.0.ebuild 
b/dev-util/rbtools/rbtools-2.0.ebuild
new file mode 100644
index 000..4ef4c539a64
--- /dev/null
+++ b/dev-util/rbtools/rbtools-2.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+MY_PN="RBTools"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Command line tools for use with Review Board"
+HOMEPAGE="https://www.reviewboard.org/;
+SRC_URI="https://downloads.reviewboard.org/releases/${MY_PN}/$(ver_cut 
1-2)/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/six-1.8.0[${PYTHON_USEDEP}]
+   dev-python/tqdm[${PYTHON_USEDEP}]
+   dev-python/texttable[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+DOCS=( AUTHORS NEWS README.md )
+
+S=${WORKDIR}/${MY_P}



[gentoo-commits] repo/proj/prefix:master commit in: app-editors/nano/

2020-11-29 Thread Sam James
commit: 75413e6004749a5c0abf7bc45860a006d415111e
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 30 05:03:54 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 30 05:03:54 2020 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=75413e60

app-editors/nano: sync live

Package-Manager: Portage-3.0.10.2-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 app-editors/nano/nano-4.9.3.ebuild |  2 +-
 app-editors/nano/nano-.ebuild  | 71 ++
 2 files changed, 35 insertions(+), 38 deletions(-)

diff --git a/app-editors/nano/nano-4.9.3.ebuild 
b/app-editors/nano/nano-4.9.3.ebuild
index 3fedc6281e..f2672b23e4 100644
--- a/app-editors/nano/nano-4.9.3.ebuild
+++ b/app-editors/nano/nano-4.9.3.ebuild
@@ -76,7 +76,7 @@ src_install() {
"${ED}"/etc/nanorc || die
fi
 
-   if use split-usr || ! use prefix-guest ; then
+   if use split-usr || ( use prefix && ! use prefix-guest ) ; then
 dosym ../../bin/nano /usr/bin/nano
fi
 }

diff --git a/app-editors/nano/nano-.ebuild 
b/app-editors/nano/nano-.ebuild
index dd61bfc2c2..83537e7423 100644
--- a/app-editors/nano/nano-.ebuild
+++ b/app-editors/nano/nano-.ebuild
@@ -1,17 +1,16 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=6
+EAPI=7
 
-inherit eutils flag-o-matic
+inherit flag-o-matic
 if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="git://git.sv.gnu.org/nano.git"
inherit git-r3 autotools
 else
-   MY_P=${PN}-${PV/_}
-   SRC_URI="https://www.nano-editor.org/dist/v${PV:0:3}/${MY_P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   MY_P="${PN}-${PV/_}"
+   SRC_URI="https://www.nano-editor.org/dist/v${PV:0:1}/${MY_P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="GNU GPL'd Pico clone with more functionality"
@@ -19,7 +18,7 @@ HOMEPAGE="https://www.nano-editor.org/ 
https://wiki.gentoo.org/wiki/Nano/Basics_
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="debug justify +magic minimal ncurses nls slang +spell static unicode"
+IUSE="debug justify +magic minimal ncurses nls slang +spell +split-usr static 
unicode"
 
 LIB_DEPEND=">=sys-libs/ncurses-5.9-r1:0=[unicode?]
sys-libs/ncurses:0=[static-libs(+)]
@@ -28,58 +27,56 @@ LIB_DEPEND=">=sys-libs/ncurses-5.9-r1:0=[unicode?]
!ncurses? ( slang? ( sys-libs/slang[static-libs(+)] ) )"
 RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )"
 DEPEND="${RDEPEND}
+   static? ( ${LIB_DEPEND} )"
+BDEPEND="
nls? ( sys-devel/gettext )
virtual/pkgconfig
-   static? ( ${LIB_DEPEND} )"
-
+"
 src_prepare() {
+   default
if [[ ${PV} == "" ]] ; then
eautoreconf
fi
-   default
 }
 
 src_configure() {
use static && append-ldflags -static
-   local myconf=()
-   case ${CHOST} in
-   *-gnu*|*-uclibc*) myconf+=( "--with-wordbounds" ) ;; #467848
-   esac
-   econf \
-   --bindir="${EPREFIX}"/bin \
-   --htmldir=/trash \
-   $(use_enable !minimal color) \
-   $(use_enable !minimal multibuffer) \
-   $(use_enable !minimal nanorc) \
-   --disable-wrapping-as-root \
-   $(use_enable magic libmagic) \
-   $(use_enable spell speller) \
-   $(use_enable justify) \
-   $(use_enable debug) \
-   $(use_enable nls) \
-   $(use_enable unicode utf8) \
-   $(use_enable minimal tiny) \
-   $(usex ncurses --without-slang $(use_with slang)) \
-   "${myconf[@]}"
+   local myconf=(
+   --bindir="${EPREFIX}"/bin
+   --htmldir=/trash
+   $(use_enable !minimal color)
+   $(use_enable !minimal multibuffer)
+   $(use_enable !minimal nanorc)
+   $(use_enable magic libmagic)
+   $(use_enable spell speller)
+   $(use_enable justify)
+   $(use_enable debug)
+   $(use_enable nls)
+   $(use_enable unicode utf8)
+   $(use_enable minimal tiny)
+   $(usex ncurses --without-slang $(use_with slang))
+   )
+   econf "${myconf[@]}"
 }
 
 src_install() {
default
-   rm -rf "${D}"/trash
+   # don't use "${ED}" here or things break (#654534)
+   rm -r 

[gentoo-commits] repo/proj/prefix:master commit in: app-editors/nano/

2020-11-29 Thread Sam James
commit: 4fe38e9340c7ab885ef0ddefc2050ede600f34f5
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 30 04:56:26 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 30 04:56:26 2020 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=4fe38e93

app-editors/nano: bump to 4.9.3

Package-Manager: Portage-3.0.10.2-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 app-editors/nano/Manifest  |  1 +
 app-editors/nano/nano-4.9.3.ebuild | 82 ++
 2 files changed, 83 insertions(+)

diff --git a/app-editors/nano/Manifest b/app-editors/nano/Manifest
index 2c800ebc16..d0fe9c4999 100644
--- a/app-editors/nano/Manifest
+++ b/app-editors/nano/Manifest
@@ -1 +1,2 @@
 DIST nano-2.7.3.tar.gz 2048675 BLAKE2B 
df7bb6b64b2b273e94e2584043f50292a646e76fee2aa634c5b8f25878ffab4b78320f25f9879fa97313b36463d58274020ea00cf2149168887684d3c7817314
 SHA512 
cd159cf193f05b37f770ac79e532fe96be158688d241ab7090861016fe0da9dde2ab504d0703b8feea8043e1deded3f10f0ab4dd5cceba99fe4a1dfcf5062b0b
+DIST nano-4.9.3.tar.gz 2999198 BLAKE2B 
a96f707936934a965a9a41dfe13ac1ebbe1a5e38db714df6d219b2c6539f24924d4c4f0451508718f66259854806032b84dc89850a7fd55d157f28ae23531d0e
 SHA512 
233e6ed103441bd2c85ed21c50547f85dc0838cc750a5e9b16ecfb393e3b7b978e971af4a4164062c7c267c98895ecb696c02cbd2e4c2eb1ceee657fd026c30a

diff --git a/app-editors/nano/nano-4.9.3.ebuild 
b/app-editors/nano/nano-4.9.3.ebuild
new file mode 100644
index 00..3fedc6281e
--- /dev/null
+++ b/app-editors/nano/nano-4.9.3.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="git://git.sv.gnu.org/nano.git"
+   inherit git-r3 autotools
+else
+   MY_P="${PN}-${PV/_}"
+   SRC_URI="https://www.nano-editor.org/dist/v${PV:0:1}/${MY_P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+fi
+
+DESCRIPTION="GNU GPL'd Pico clone with more functionality"
+HOMEPAGE="https://www.nano-editor.org/ 
https://wiki.gentoo.org/wiki/Nano/Basics_Guide;
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="debug justify +magic minimal ncurses nls slang +spell +split-usr static 
unicode"
+
+LIB_DEPEND=">=sys-libs/ncurses-5.9-r1:0=[unicode?]
+   sys-libs/ncurses:0=[static-libs(+)]
+   magic? ( sys-apps/file[static-libs(+)] )
+   nls? ( virtual/libintl )
+   !ncurses? ( slang? ( sys-libs/slang[static-libs(+)] ) )"
+RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )"
+DEPEND="${RDEPEND}
+   static? ( ${LIB_DEPEND} )"
+BDEPEND="
+   nls? ( sys-devel/gettext )
+   virtual/pkgconfig
+"
+src_prepare() {
+   default
+   if [[ ${PV} == "" ]] ; then
+   eautoreconf
+   fi
+}
+
+src_configure() {
+   use static && append-ldflags -static
+   local myconf=(
+   --bindir="${EPREFIX}"/bin
+   --htmldir=/trash
+   $(use_enable !minimal color)
+   $(use_enable !minimal multibuffer)
+   $(use_enable !minimal nanorc)
+   $(use_enable magic libmagic)
+   $(use_enable spell speller)
+   $(use_enable justify)
+   $(use_enable debug)
+   $(use_enable nls)
+   $(use_enable unicode utf8)
+   $(use_enable minimal tiny)
+   $(usex ncurses --without-slang $(use_with slang))
+   )
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   # don't use "${ED}" here or things break (#654534)
+   rm -r "${D}"/trash || die
+
+   dodoc doc/sample.nanorc
+   docinto html
+   dodoc doc/faq.html
+   insinto /etc
+   newins doc/sample.nanorc nanorc
+   if ! use minimal ; then
+   # Enable colorization by default.
+   sed -i \
+   -e '/^# include /s:# *::' \
+   "${ED}"/etc/nanorc || die
+   fi
+
+   if use split-usr || ! use prefix-guest ; then
+dosym ../../bin/nano /usr/bin/nano
+   fi
+}



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

2020-11-29 Thread William Hubbs
commit: d32a048c5193a98de2059efb6f2cb2c8b7e669bb
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Nov 30 04:24:11 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Nov 30 04:24:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d32a048c

dev-lua/busted-htest: add myself as maintainer

Signed-off-by: William Hubbs  gentoo.org>

 dev-lua/busted-htest/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-lua/busted-htest/metadata.xml 
b/dev-lua/busted-htest/metadata.xml
index d43b8f09772..6f305be11e6 100644
--- a/dev-lua/busted-htest/metadata.xml
+++ b/dev-lua/busted-htest/metadata.xml
@@ -1,6 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   willi...@gentoo.org
+   William Hubbs
+   

conik...@gentoo.org
Conrad Kostecki



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

2020-11-29 Thread Jason Zaman
commit: 7a17e4b3ca4f3caa1c0069fe553382e9efb0fac7
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Nov 30 04:07:45 2020 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Nov 30 04:08:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a17e4b3

sec-policy/selinux-ada: remove 20200818 ebuild

It was removed from the policy in
commit 03e2dcede6a02e4766d14b79a5a70b009b8da2d0

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jason Zaman  gentoo.org>

 sec-policy/selinux-ada/Manifest |  2 --
 sec-policy/selinux-ada/selinux-ada-2.20200818-r1.ebuild | 15 ---
 sec-policy/selinux-ada/selinux-ada-.ebuild  | 15 ---
 3 files changed, 32 deletions(-)

diff --git a/sec-policy/selinux-ada/Manifest b/sec-policy/selinux-ada/Manifest
index a7e61b604c3..bff747369f3 100644
--- a/sec-policy/selinux-ada/Manifest
+++ b/sec-policy/selinux-ada/Manifest
@@ -1,6 +1,4 @@
 DIST patchbundle-selinux-base-policy-2.20190201-r1.tar.bz2 426390 BLAKE2B 
33e05e03e1e087f0bf460930f074108af5fa05688f7681ba3545530d21174be7d29e9035a7bc37e9acdbe3468680891f9865ad83188eb0f8fb9b9012252d6a1e
 SHA512 
f2855a340f4ae7ba6c4cf0ec9445de7ca20f9fc0f11783992340ca2f073bbbf2d4999190f46f3910213dd1555e9578b3609284af6a7712b401053216c004ff7e
 DIST patchbundle-selinux-base-policy-2.20190609-r1.tar.bz2 407664 BLAKE2B 
e6b6b56f990389365c062522582e2177bc3b70040c99948efad25737e69178f9f72149cc443cb9edacfdd1aa6bc29f637cc61939f66e5cc3841f83298b33c41e
 SHA512 
16195b51bb414ac82821f93756b3b5d0ec206b7035a50379c1f796082d9c53b11369e15086e1e26521808944266364470c43dcfdd1818ba079fda1613b7ef9bd
-DIST patchbundle-selinux-base-policy-2.20200818-r1.tar.bz2 278147 BLAKE2B 
1e63517f15ed297c3cc1ed068db30ef60c0ebb11790abb89a80cde44da882b9381a8eccc66378576d84c106af7e9f7fd9e65b76b8e6f5134b34a2b517f5bb7f1
 SHA512 
d688e3f9d5dceb8a8747025adeddcfdd923e39757ab5ad7b92be00b544e47f0aa0c47aaf5a71eb4d3f616743d3291b8a8babdedfa238913371d58be3fccd4812
 DIST refpolicy-2.20190201.tar.bz2 552750 BLAKE2B 
d3cbdf5c5f8480cd36173d8cfbd2f55a6ad4a9f2176883dcc19eece6059114ca8700d07f8bd318d0430da253bb9e4e6a6e03f7a7db8a7964c95b00452aaab040
 SHA512 
c6568b679ad1a7c5c566b55291e86ce3784ee609c0091e5d465d41055724d950180780c7eedb3413351101b9182db51c7bce1816db1a9a17b3257861363efc6e
 DIST refpolicy-2.20190609.tar.bz2 555882 BLAKE2B 
abc45d9c906e0c880b7c47b0fb8e33f4a277c73244e20e8a95c44452db817241110127a5f8a3347cfbf5e30bf91f9dd4e5dd826426eb88b383fdbff5963f5fcd
 SHA512 
f05ca08d31e62b7bf7203d7b243cce9ba87dd68d13b30067b99a44d5007449078fa82d591faa88c2955d370a346e69faedc850c02bd77c5624a8c746a13467f3
-DIST refpolicy-2.20200818.tar.bz2 570896 BLAKE2B 
502c00fec39e1b81e42de3f7f942623f8b3fbdeac19f9f01126722a368b7d4f70427d6e4a574754c4f2fa551e4bc75c912dbc515c004f0dcd5eb28ab416498f6
 SHA512 
e4b527bb7a87b9359fc42eb111d5008103f57c37128998ea0e21ec7b0b8607ffe3f67697450e4c51a0db172ece69083335b279bacef4b1bd0b7748b58caa99a7

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

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



[gentoo-commits] proj/hardened-refpolicy: New tag: 2.20200818-r2

2020-11-29 Thread Jason Zaman
commit: 
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Nov 30 04:10:49 2020 +

New tag: 2.20200818-r2




[gentoo-commits] proj/hardened-refpolicy:master commit in: gentoo/

2020-11-29 Thread Jason Zaman
commit: 51aae0778cb7c0a812c64654fe8f517a8a3450eb
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Nov 30 02:47:19 2020 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Nov 30 02:54:01 2020 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=51aae077

Update gentoo release-prepare script

- Make the glob more specific on selinux-* so it does not match
sec-policy/apparmor-profiles
- Also update the test instructions
- Update copyright year automatically

Signed-off-by: Jason Zaman  gentoo.org>

 gentoo/release-prepare.sh | 17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/gentoo/release-prepare.sh b/gentoo/release-prepare.sh
index 243927b2..d8b69bbe 100644
--- a/gentoo/release-prepare.sh
+++ b/gentoo/release-prepare.sh
@@ -78,7 +78,7 @@ buildpatch() {
 createEbuilds() {
   cd ${GENTOOX86}/sec-policy;
   printf "Removing old patchbundle references in Manifest (in case of 
rebuild)... ";
-  for PKG in *;
+  for PKG in selinux-*;
   do
 [[ -f "${PKG}/Manifest}" ]] || continue;
 sed -i -e "/patchbundle-selinux-base-policy-${NEWVERSION}/d" 
${PKG}/Manifest;
@@ -86,10 +86,11 @@ createEbuilds() {
   printf "done\n";
 
   printf "Creating new ebuilds based on  version... ";
-  for PKG in *;
+  for PKG in selinux-*;
   do
 [[ -f "${PKG}/${PKG}-.ebuild" ]] || continue;
 cp ${PKG}/${PKG}-.ebuild ${PKG}/${PKG}-${NEWVERSION}.ebuild;
+sed -i "s/Copyright 1999-201. Gentoo .*/Copyright 1999-$(date '+%Y') 
Gentoo Authors/" ${PKG}/${PKG}-${NEWVERSION}.ebuild;
   done
   printf "done\n";
 }
@@ -129,19 +130,19 @@ The release has now been prepared.
 Please go do the following to finish up:
 
 In ${GENTOOX86}/sec-policy:
-git add .
-repoman --digest=y full
+$ git add .
+$ repoman --digest=y full
 
 Then, before finally committing - do a run yourself, ensuring that the right
 version is deployed of course:
-- "emerge -1 \$(qlist -IC sec-policy)"
+# emerge -v1 @selinux-rebuild
 
 Only then do:
-repoman commit -m 'sec-policy: Release of SELinux policies ${NEWVERSION}'
-git push --sign
+$ repoman commit -m 'sec-policy: Release of SELinux policies ${NEWVERSION}'
+$ git push --sign
 
 In ${HARDENEDREFPOL} do:
-git push origin --tags
+$ git push origin --tags
 EOF
 
 cleanTmp;



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

2020-11-29 Thread Aaron W. Swenson
commit: 58d8f75a76e136aad6e6a39b96ffc23ebe39f6a3
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Mon Nov 30 03:37:22 2020 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Mon Nov 30 03:37:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58d8f75a

dev-db/pgbadger: Bump to 11.4

Signed-off-by: Aaron W. Swenson  gentoo.org>

 dev-db/pgbadger/Manifest |  1 +
 dev-db/pgbadger/pgbadger-11.4.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-db/pgbadger/Manifest b/dev-db/pgbadger/Manifest
index 237c5c46ffe..44d5f720eb2 100644
--- a/dev-db/pgbadger/Manifest
+++ b/dev-db/pgbadger/Manifest
@@ -1,2 +1,3 @@
 DIST pgbadger-11.0.tar.gz 1661028 BLAKE2B 
d83be01017d69b83cf288b23fe5066d5c691b630ce748fe42b33514346183f7b8f18efceeefe0533e534c669e986c30388a6df5b620ea654ae89b3dc3c08d342
 SHA512 
167534d61cb28df6cb7eae7efe788d3f6bbad1c614468e905a9b678a76b3a2dfc0eb192b595ac4dc332cd694e820f1603b79d83bc934b7dfe3d226019f6a9c15
 DIST pgbadger-11.3.tar.gz 2297407 BLAKE2B 
7e0814c570a3e5fbf79132c99e3134ee944c8239b956d4638a144c551a45b1903a27ee730f93e0dd040c3b8b8c3ec7d1b8bf2390fa1585f8e4907cb9ae90
 SHA512 
0af40e68391d6cc783c5895eea01d266bdb22672bd9142e6029ec428f68ee13e0d0deaced4cb80ccd5b608bf04a72a9964c95d2cc9ad933c7412dbf888fc788a
+DIST pgbadger-11.4.tar.gz 2299574 BLAKE2B 
bb18cd73117ac58330cca2a5f3b525f962d7c0d30a0c28881ff977424dc1ee84f7754a1d4bae200739e60b51015ccad0552573b98d06a3e5932af0056c01ed9f
 SHA512 
c945d6b6fd564640ef9f13fc0927acbed12c4329d05a44e12858a944b3df97677af8c92e62c4572b5e02279ee5d0ce84cf9e66d294f909b4cfcf311e86ba7557

diff --git a/dev-db/pgbadger/pgbadger-11.4.ebuild 
b/dev-db/pgbadger/pgbadger-11.4.ebuild
new file mode 100644
index 000..012c11ef5f7
--- /dev/null
+++ b/dev-db/pgbadger/pgbadger-11.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit perl-module
+
+DESCRIPTION="pgBadger is a PostgreSQL log analyzer."
+HOMEPAGE="https://pgbadger.darold.net/;
+SRC_URI="https://github.com/darold/pgbadger/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+   dev-perl/JSON-XS
+   dev-perl/Text-CSV_XS
+"
+RDEPEND="${DEPEND}"
+
+src_test() {
+   prove || die
+}



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

2020-11-29 Thread Aaron W. Swenson
commit: ef5d69fa03126598af4ee4b1949fb7d9d4bb075f
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Mon Nov 30 03:23:23 2020 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Mon Nov 30 03:23:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef5d69fa

dev-db/pg_top: Don't ignore CFLAGS

Bug: https://bugs.gentoo.org/756049
Signed-off-by: Aaron W. Swenson  gentoo.org>

 dev-db/pg_top/pg_top-4.0.0-r1.ebuild | 25 +
 1 file changed, 25 insertions(+)

diff --git a/dev-db/pg_top/pg_top-4.0.0-r1.ebuild 
b/dev-db/pg_top/pg_top-4.0.0-r1.ebuild
new file mode 100644
index 000..bb38e3056d7
--- /dev/null
+++ b/dev-db/pg_top/pg_top-4.0.0-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="'top' for PostgreSQL"
+HOMEPAGE="https://pg_top.gitlab.io/;
+SRC_URI="https://pg_top.gitlab.io/source/${P}.tar.xz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-db/postgresql:="
+DEPEND="${RDEPEND}"
+
+DOCS=( HISTORY.rst README.rst TODO Y2K )
+
+src_prepare() {
+   sed 's/set(CMAKE_C_FLAGS "-Wall")//' -i CMakeLists.txt || die
+   cmake_src_prepare
+}



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

2020-11-29 Thread Sam James
commit: 90fdba2f666d451f9aed57f1968a83e9aed07975
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 30 03:12:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 30 03:12:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90fdba2f

profiles/prefix/darwin/macos/package.mask: unmask =sys-devel/gettext-0.21

Since fixed in the overlay with an upstream patch.

Signed-off-by: Sam James  gentoo.org>

 profiles/prefix/darwin/macos/package.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/prefix/darwin/macos/package.mask 
b/profiles/prefix/darwin/macos/package.mask
index 502af5fe4ab..831cbe6cf8a 100644
--- a/profiles/prefix/darwin/macos/package.mask
+++ b/profiles/prefix/darwin/macos/package.mask
@@ -6,10 +6,6 @@
 =net-misc/openssh-8.3_p1-r5
 =net-misc/openssh-8.4_p1-r2
 
-# Fabian Groffen  (2020-11-23)
-# doesn't link, some unresolved symbol from gnulib
-=sys-devel/gettext-0.21
-
 # Fabian Groffen  (2020-06-09)
 # fails to compile, needs fixing
 =sys-apps/gentoo-functions-0.13



[gentoo-commits] repo/proj/prefix:master commit in: dev-libs/libintl/

2020-11-29 Thread Sam James
commit: f25e4ca04d556784c07d324627b5f33e8259d2b9
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 30 03:11:43 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 30 03:11:43 2020 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=f25e4ca0

dev-libs/libintl: bump to 0.21

Dropped patches for cygwin seem to have been applied upstream.

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --force
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libintl/Manifest|  1 +
 dev-libs/libintl/libintl-0.21.ebuild | 80 
 2 files changed, 81 insertions(+)

diff --git a/dev-libs/libintl/Manifest b/dev-libs/libintl/Manifest
index 015ea61aee..3f9d6130b3 100644
--- a/dev-libs/libintl/Manifest
+++ b/dev-libs/libintl/Manifest
@@ -1,3 +1,4 @@
 DIST gettext-0.19.6.tar.gz 18619659 BLAKE2B 
fb5e518cef2048c89d2c637d3551d6d7debff2fcdeb35b60f0ae9943733bf5cd8ec46f0a4cccd9f1806a6af4b16eef372a0621af611d3706356af6ae82d0d5bf
 SHA512 
46adfd4a6d0038aba999658bebe51117e3ab3dc149a9054c1087d3e79ec7ba3371a7e78a8ca30a8872d162c2dc44aba6e67e4d64808c4f92e1e2bd674174f1db
 DIST gettext-0.19.7.tar.gz 19235781 BLAKE2B 
4c2cfcb0b21a66a9f8d2d57de7420e624a1235f97180ad5ac194a5eb629760a9cacc7f3966cdf893d7af86c1740d8bb2266c639ebe2664ea44f2c47a962a841a
 SHA512 
7ba89074d3eddd0b4a5e2980e1ec74b53c49b7a04a1fa91c70c4bc11ce9c30415e4df9d79698148eaaed325fb4feb25a340a2e8e01fbe86b1a66b1376a4c9e3d
 DIST gettext-0.19.8.1.tar.gz 19704011 BLAKE2B 
17dc7aad338a26d71b818fea51e46a47dccf14744ee575ce86b591becaea402e36d64dc018e1a84113c356122ffef367cf2fa424e51ebc9720350040b4960091
 SHA512 
073042fa2dc48804c58e76f036130a669e19612c25427b0ab14d0b366b549a63751bf3af03bfd0745d7c4f72497a4b2aab26a3cc6de83189ce111679073878e1
+DIST gettext-0.21.tar.gz 24181849 BLAKE2B 
2eae99d0916b00b2af6fbc6bf7e309076519a10fea16cd49e7aa29fe8aec1ee7c784c6277281b764dc4abacf400cd3fe461129586303c8cd337db15c76cb4b87
 SHA512 
bbe590c5dd3580c75bf30ff768da99a88eb8d466ec1ac9eea20be4cab4357ecf72448e6b81b47425e39d50fa6320ba426632914d7898dfebb4f159abc39c31d1

diff --git a/dev-libs/libintl/libintl-0.21.ebuild 
b/dev-libs/libintl/libintl-0.21.ebuild
new file mode 100644
index 00..c6e56c06d9
--- /dev/null
+++ b/dev-libs/libintl/libintl-0.21.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Note: Keep version bumps in sync with sys-devel/gettext.
+
+EAPI="5"
+
+MY_P="gettext-${PV}"
+
+inherit multilib-minimal toolchain-funcs libtool
+
+DESCRIPTION="the GNU international library (split out of gettext)"
+HOMEPAGE="https://www.gnu.org/software/gettext/;
+SRC_URI="mirror://gnu/gettext/${MY_P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+IUSE="static-libs +threads"
+
+DEPEND=">=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]"
+# Block C libraries known to provide libintl.
+RDEPEND="${DEPEND}
+   !sys-libs/glibc
+   !sys-libs/musl
+   !

[gentoo-commits] repo/proj/prefix:master commit in: sys-devel/gettext/files/, sys-devel/gettext/

2020-11-29 Thread Sam James
commit: 24276d89d7c30abb460e786497fe7d50605bcdf7
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 30 02:57:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 30 02:57:02 2020 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=24276d89

sys-devel/gettext: fix Darwin build on 0.21

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --force
Signed-off-by: Sam James  gentoo.org>

 .../gettext/files/gettext-0.21-no-setlocale.patch  | 190 +
 sys-devel/gettext/gettext-0.21.ebuild  |   1 +
 2 files changed, 191 insertions(+)

diff --git a/sys-devel/gettext/files/gettext-0.21-no-setlocale.patch 
b/sys-devel/gettext/files/gettext-0.21-no-setlocale.patch
new file mode 100644
index 00..552bb2ecb7
--- /dev/null
+++ b/sys-devel/gettext/files/gettext-0.21-no-setlocale.patch
@@ -0,0 +1,190 @@
+Fixes build on Darwin.
+Undefined symbols for architecture x86_64:
+  "_gl_get_setlocale_null_lock", referenced from:
+  _libgettextpo_setlocale_null_r in libgnu.a(setlocale_null.o)
+  _libgettextpo_setlocale_null in libgnu.a(setlocale_null.o)
+ld: symbol(s) not found for architecture x86_64
+collect2: error: ld returned 1 exit status
+
+From 55bb1134ed4c1c3701a16dc5aeb974be341967d2 Mon Sep 17 00:00:00 2001
+From: Bruno Haible 
+Date: Sun, 4 Oct 2020 23:40:53 +0200
+Subject: [PATCH] build: Assume ANSI C declaration of 'setlocale'.
+
+* gettext-tools/tests/setlocale.c (setlocale): Assume SETLOCALE_CONST is
+'const'.
+* gettext-tools/tests/format-c-3-prg.c: Likewise.
+* gettext-tools/tests/format-c-4-prg.c: Likewise.
+* gettext-tools/tests/plural-1-prg.c: Likewise.
+* gettext-tools/tests/tstgettext.c: Likewise.
+* gettext-tools/tests/tstngettext.c: Likewise.
+* gettext-tools/configure.ac: Don't invoke gt_SETLOCALE.
+* gettext-tools/m4/setlocale.m4: Remove file.
+* gettext-tools/m4/Makefile.am (EXTRA_DIST): Remove it.
+---
+ gettext-tools/configure.ac   |  1 -
+ gettext-tools/m4/Makefile.am |  3 +--
+ gettext-tools/m4/setlocale.m4| 31 ---
+ gettext-tools/tests/format-c-3-prg.c |  2 +-
+ gettext-tools/tests/format-c-4-prg.c |  2 +-
+ gettext-tools/tests/plural-1-prg.c   |  2 +-
+ gettext-tools/tests/setlocale.c  |  4 ++--
+ gettext-tools/tests/tstgettext.c |  2 +-
+ gettext-tools/tests/tstngettext.c|  2 +-
+ 9 files changed, 8 insertions(+), 41 deletions(-)
+ delete mode 100644 gettext-tools/m4/setlocale.m4
+
+diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac
+index c4c3eed..90cd608 100644
+--- a/gettext-tools/configure.ac
 b/gettext-tools/configure.ac
+@@ -220,7 +220,6 @@ dnl Checks for library functions.
+ AC_CHECK_FUNCS([select])
+ AC_FUNC_VFORK
+ gt_SIGINFO
+-gt_SETLOCALE
+ 
+ AC_C_BIGENDIAN([endianness=1], [endianness=0],
+   [echo "AC-C-BIGENDIAN fails to work on your system." | sed -e 's,-,_,g' 1>&2
+diff --git a/gettext-tools/m4/Makefile.am b/gettext-tools/m4/Makefile.am
+index 1eabe09..55683aa 100644
+--- a/gettext-tools/m4/Makefile.am
 b/gettext-tools/m4/Makefile.am
+@@ -1,5 +1,5 @@
+ ## Makefile for the gettext-tools/m4 directory of GNU gettext
+-## Copyright (C) 2003-2010, 2013, 2017-2019 Free Software Foundation, Inc.
++## Copyright (C) 2003-2010, 2013, 2017-2020 Free Software Foundation, Inc.
+ ##
+ ## This program is free software: you can redistribute it and/or modify
+ ## it under the terms of the GNU General Public License as published by
+@@ -44,5 +44,4 @@ EXTRA_DIST = README csharpexec-test.exe \
+ exported.m4 \
+ hostname.m4 \
+ locale-de.m4 \
+-setlocale.m4 \
+ siginfo.m4
+diff --git a/gettext-tools/m4/setlocale.m4 b/gettext-tools/m4/setlocale.m4
+deleted file mode 100644
+index 5b8fff0..000
+--- a/gettext-tools/m4/setlocale.m4
 /dev/null
+@@ -1,31 +0,0 @@
+-# setlocale.m4 serial 4 (gettext-0.18)
+-dnl Copyright (C) 2001-2002, 2006, 2009 Free Software Foundation, Inc.
+-dnl This file is free software; the Free Software Foundation
+-dnl gives unlimited permission to copy and/or distribute it,
+-dnl with or without modifications, as long as this notice is preserved.
+-
+-# Check for setlocale declaration.
+-
+-AC_DEFUN([gt_SETLOCALE],[
+-AC_MSG_CHECKING([for setlocale declaration])
+-AC_CACHE_VAL(gt_cv_proto_setlocale, [
+-AC_TRY_COMPILE([
+-#include 
+-#include 
+-extern
+-#ifdef __cplusplus
+-"C"
+-#endif
+-#if defined(__STDC__) || defined(__cplusplus)
+-char *setlocale (int category, char *locale);
+-#else
+-char *setlocale();
+-#endif
+-], [], gt_cv_proto_setlocale_arg1="", gt_cv_proto_setlocale_arg1="const")
+-gt_cv_proto_setlocale="extern char *setlocale (int category, 
$gt_cv_proto_setlocale_arg1 char *locale);"])
+-gt_cv_proto_setlocale=`echo "[$]gt_cv_proto_setlocale" | tr -s ' ' | sed -e 
's/( /(/'`
+-AC_MSG_RESULT([
+- $gt_cv_proto_setlocale])
+-AC_DEFINE_UNQUOTED(SETLOCALE_CONST,$gt_cv_proto_setlocale_arg1,
+-  [Define as const if the declaration of setlocale() needs const.])
+-])

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

2020-11-29 Thread Sam James
commit: ff4f753f9b42978f531fdbdf9adf6f0af7d0bcf5
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 30 02:48:32 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 30 02:54:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff4f753f

dev-libs/mathjax: ~x64-macos keyworded

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-libs/mathjax/mathjax-2.7.7.ebuild 
b/dev-libs/mathjax/mathjax-2.7.7.ebuild
index 8d4bc7f5cc7..6e9b1f771e0 100644
--- a/dev-libs/mathjax/mathjax-2.7.7.ebuild
+++ b/dev-libs/mathjax/mathjax-2.7.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mathjax/MathJax/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~x64-macos"
 IUSE="doc examples"
 
 RDEPEND="doc? ( app-doc/mathjax-docs:${SLOT} )"



[gentoo-commits] proj/kde-sunset:master commit in: media-libs/SoQt/

2020-11-29 Thread Andreas Sturmlechner
commit: 2c897ab38e6dba1724879daf439de888f0fca78b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 02:35:06 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 02:35:06 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=2c897ab3

media-libs/SoQt: Drop IUSE=qt4, fix SRC_URI, EAPI-7

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

 media-libs/SoQt/SoQt-1.4.1.ebuild | 59 ---
 1 file changed, 30 insertions(+), 29 deletions(-)

diff --git a/media-libs/SoQt/SoQt-1.4.1.ebuild 
b/media-libs/SoQt/SoQt-1.4.1.ebuild
index 819e9c2a..4009f9d4 100644
--- a/media-libs/SoQt/SoQt-1.4.1.ebuild
+++ b/media-libs/SoQt/SoQt-1.4.1.ebuild
@@ -1,52 +1,53 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/SoQt-1.4.1.ebuild,v 1.6 
2009/10/29 11:02:54 fauli Exp $
 
-EAPI="2"
+EAPI=7
 
-inherit flag-o-matic eutils
+inherit flag-o-matic
 
-DESCRIPTION="The glue between Coin3D and Qt"
-SRC_URI="ftp://ftp.coin3d.org/pub/coin/src/all/${P}.tar.gz;
+DESCRIPTION="Glue between Coin3D and Qt"
 HOMEPAGE="http://www.coin3d.org/;
+SRC_URI="https://github.com/coin3d/soqt/archive/${P}.tar.gz;
+S="${WORKDIR}/soqt-${P}"
 
-SLOT="0"
 LICENSE="|| ( GPL-2 PEL )"
+SLOT="0"
 KEYWORDS="~amd64 x86"
-IUSE="doc qt4"
-
-RDEPEND=">=media-libs/coin-2.4.4
-   qt4? (
-   dev-qt/qtgui:4[qt3support]
-   dev-qt/qtopengl:4[qt3support]
-   dev-qt/qt3support:4
-   )
-   !qt4? ( dev-qt/qt-meta:3[opengl] )"
-DEPEND="${RDEPEND}
+IUSE="doc"
+
+RDEPEND="
+   dev-qt/qtgui:4[qt3support]
+   dev-qt/qtopengl:4[qt3support]
+   dev-qt/qt3support:4
+   >=media-libs/coin-2.4.4
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
virtual/pkgconfig
-   doc? ( app-doc/doxygen )"
+   doc? ( app-doc/doxygen )
+"
 
-src_prepare() {
-   epatch "${FILESDIR}/${P}-gcc44.patch"
-}
+PATCHES=( "${FILESDIR}/${P}-gcc44.patch" )
 
 src_configure() {
-   if use qt4; then
-   export PATH="/usr/bin/:${PATH}"
-   export QTDIR="/usr"
-   export CONFIG_QTLIBS="$(pkg-config --libs QtGui)"
-   fi
+   export PATH="/usr/bin/:${PATH}"
+   export QTDIR="/usr"
+   export CONFIG_QTLIBS="$(pkg-config --libs QtGui)"
 
append-ldflags $(no-as-needed)
 
-   econf --with-coin --disable-html-help $(use_enable doc html) 
htmldir=/usr/share/doc/${PF}/html
+   econf \
+   --with-coin \
+   --disable-html-help\
+   $(use_enable doc html) \
+   htmldir=/usr/share/doc/${PF}/html
 }
 
 src_compile() {
-   emake -j1 || die "emake failed"
+   emake -j1
 }
 
 src_install() {
-   emake DESTDIR="${D}" install || die "emake install failed"
+   emake DESTDIR="${D}" install
dodoc AUTHORS ChangeLog NEWS README*
 }



[gentoo-commits] proj/kde-sunset:master commit in: sci-electronics/qucs/

2020-11-29 Thread Andreas Sturmlechner
commit: c52e6928fb0973b5a4927c0f2a7a0d4059986a5a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 02:20:53 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 02:20:53 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=c52e6928

sci-electronics/qucs: Drop 0.0.15

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

 sci-electronics/qucs/qucs-0.0.15.ebuild | 31 ---
 1 file changed, 31 deletions(-)

diff --git a/sci-electronics/qucs/qucs-0.0.15.ebuild 
b/sci-electronics/qucs/qucs-0.0.15.ebuild
deleted file mode 100644
index 67c11b24..
--- a/sci-electronics/qucs/qucs-0.0.15.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit eutils
-
-DESCRIPTION="Quite Universal Circuit Simulator is a Qt based circuit simulator"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-HOMEPAGE="http://qucs.sourceforge.net/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug"
-
-DEPEND="dev-qt/qt-meta:3"
-RDEPEND="dev-qt/qt-meta:3
-   >=sci-electronics/freehdl-0.0.7"
-
-src_configure() {
-   econf --with-x $(use_enable debug)
-}
-
-src_install() {
-   emake install DESTDIR="${D}" || die
-
-   newicon qucs/bitmaps/big.qucs.xpm qucs.xpm || die
-   make_desktop_entry qucs Qucs qucs "Qt;Science;Electronics"
-}



[gentoo-commits] proj/kde-sunset:master commit in: net-vpn/kvpnc/

2020-11-29 Thread Andreas Sturmlechner
commit: 2e3dd8cc2d207c7f202611fca56fc83c7b81d98e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 02:21:27 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 02:21:27 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=2e3dd8cc

net-vpn/kvpnc: Drop UnusedLocalUse

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

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

diff --git a/net-vpn/kvpnc/metadata.xml b/net-vpn/kvpnc/metadata.xml
index b8db5a55..6f49eba8 100644
--- a/net-vpn/kvpnc/metadata.xml
+++ b/net-vpn/kvpnc/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-  
-Adds support for Cisco client
-  
+
 



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

2020-11-29 Thread Andreas Sturmlechner
commit: 942b00d6540855fb49858f2d983ce5c6b5535b14
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 02:15:31 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 02:19:18 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=942b00d6

poppler.eclass: Remove unused eclass

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

 eclass/poppler.eclass | 197 --
 1 file changed, 197 deletions(-)

diff --git a/eclass/poppler.eclass b/eclass/poppler.eclass
deleted file mode 100644
index 5ca760e1..
--- a/eclass/poppler.eclass
+++ /dev/null
@@ -1,197 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/Attic/poppler.eclass,v 1.6 
2010/01/03 19:10:49 scarabeus Exp $
-
-# @ECLASS: poppler.eclass
-# @MAINTAINER:
-# Peter Alfredsen 
-# @BLURB: Reduces code duplication in the modularized poppler ebuilds.
-# @DESCRIPTION:
-# Provides an easy template for making modularized poppler-based ebuilds.
-
-inherit base multilib libtool
-
-has 2 ${EAPI} || DEPEND="EAPI-TOO-OLD"
-
-EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_install
-
-RDEPEND="
-   !app-text/poppler
-   !app-text/poppler-bindings
-   "
-DEPEND="
-   virtual/pkgconfig
-   userland_GNU? ( >=sys-apps/findutils-4.4.0 )
-   "
-
-
-# @ECLASS-VARIABLE: HOMEPAGE
-# @DESCRIPTION:
-# Default HOMEPAGE
-HOMEPAGE="http://poppler.freedesktop.org/;
-
-# @ECLASS-VARIABLE: SRC_URI
-# @DESCRIPTION:
-# Default SRC_URI
-SRC_URI="http://poppler.freedesktop.org/poppler-${PV}.tar.gz;
-
-# @ECLASS-VARIABLE: S
-# @DESCRIPTION:
-# Default working directory
-S=${WORKDIR}/poppler-${PV}
-
-# @ECLASS-VARIABLE: POPPLER_MODULE
-# @DESCRIPTION:
-# The name of the poppler module. Must be set by the ebuild before inheriting
-# the poppler eclass.
-POPPLER_MODULE=${POPPLER_MODULE}
-
-# @ECLASS-VARIABLE: POPPLER_MODULE_S
-# @DESCRIPTION:
-# The working directory of the poppler module.
-POPPLER_MODULE_S=${S}/${POPPLER_MODULE}
-
-# @FUNCTION: pkg_check_modules_override
-# @USAGE:  [package1] [package2]
-# @DESCRIPTION:
-# Will export the appropriate variables to override PKG_CHECK_MODULES autoconf
-# macros, with the string " " by default. If packages are specified, they will
-# be looked up with pkg-config and the appropriate LIBS and CFLAGS substituted.
-# LIBS and CFLAGS can also be specified per-package with the following syntax:
-# @CODE
-# package=LIBS%CFLAGS
-# @CODE
-# = and % have no effect unless both are specified.
-# Here is an example:
-# @CODE
-#  pkg_check_modules_override GASH "gtk+-2.0=-jule%" gobject-2.0
-# @CODE
-# The above example will do:
-# @CODE
-#  export GASH_CFLAGS+=" -jule"
-#  export GASH_LIBS+=" "
-#  export GASH_CFLAGS+=" $(pkg-config --cflags gobject-2.0)"
-#  export GASH_LIBS+=" $(pkg-config --libs gobject-2.0)"
-# @CODE
-#
-# NOTE: If a package is not found, the string " " will be inserted in place of
-# _CFLAGS  and _LIBS
-pkg_check_modules_override() {
-   local package
-   local group="${1}"
-   local packages="${*:2}"
-   export ${group}_CFLAGS=" "
-   export ${group}_LIBS=" "
-
-   if [[ ${#@} -lt 1 ]]
-   then
-   eerror "${FUNCNAME[0]} requires at least one parameter: GROUP"
-   eerror "PKG_CHECK_MODULES(GROUP, package1 package2 etc)"
-   die "${FUNCNAME[0]} requires at least one parameter: GROUP"
-   fi
-
-   for package in $packages
-   do
-   if [[ ${package/=} != ${package} && ${package/\%} != ${package} 
]]
-   then
-   package_cflag_libs=${package##*=}
-   export ${group}_CFLAGS+=" ${package_cflag_libs%%\%*}"
-   export ${group}_LIBS+=" ${package_cflag_libs##*\%}"
-   else
-   if pkg-config --exists $package
-   then
-   export ${group}_CFLAGS+=" $(pkg-config --cflags 
$package)"
-   export ${group}_LIBS+=" $(pkg-config --libs 
$package)"
-   else
-   export ${group}_CFLAGS+=" "
-   export ${group}_LIBS+=" "
-   fi
-   fi
-   done
-}
-# @FUNCTION: poppler_src_unpack
-# @USAGE:
-# @DESCRIPTION:
-# Runs unpack ${A}
-poppler_src_unpack() {
-   unpack ${A}
-}
-
-# @FUNCTION: poppler_src_prepare
-# @USAGE:
-# @DESCRIPTION:
-# Runs autopatch from base.eclass.
-# Uses sed to replace libpoppler.la references with -lpoppler
-poppler_src_prepare() {
-   base_src_prepare
-   sed -i  \
-   -e 's#$(top_builddir)/poppler/libpoppler.la#-lpoppler#' \
-   $(find . -type f -name 'Makefile.in') || die "Failed to sed 
proper lib into Makefile.am"
-   elibtoolize
-}
-
-# 

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

2020-11-29 Thread Andreas Sturmlechner
commit: d244491426a06dc441e56c593c0f8ac16438a878
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 02:17:14 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 02:19:18 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=d2444914

profiles: Cleanup use.desc

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

 profiles/use.desc | 26 +-
 1 file changed, 1 insertion(+), 25 deletions(-)

diff --git a/profiles/use.desc b/profiles/use.desc
index db414216..1efed702 100644
--- a/profiles/use.desc
+++ b/profiles/use.desc
@@ -1,26 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # use flags used in the kde-sunset overlay
 
-# dropped 2010-01-15 in 1.430
-arts - Adds support for aRts: the KDE sound daemon
-
-# dropped 2010-01-13 in 1.429
-kdehiddenvisibility - Makes KDE symbols hidden by default, requires GCC 4.1 
(experimental)
-
-# dropped 2010-03-22 in 1.436
-qt3 - Adds support for the Qt GUI/Application Toolkit version 3.x
-
-# dropped 2011-02-23 in 1.451
-hal - Enable Hardware Abstraction Layer (HAL) support (WARNING: Try to avoid 
this. Deprecated method of accessing hardware.)
-
-# dropped 2011-11-01 in 1.468
-v4l2 - Enable support for video4linux (DEPRECATED: Use USE v4l for your 
package to enable v4l2 or libv4l support)
-
-# dropped 2012-01-12 in 1.473
-kdeenablefinal - EXPERIMENTAL: KDE ebuilds will use the enable-final flag, 
yielding compilation speedups at the cost of heavy mem usage and potentially 
causing problems. We strongly discourage setting this.
-
 # dropped 2017-12-27 in 2dbbacd
 linguas_ar
 linguas_bg
@@ -84,9 +66,3 @@ kontact - Enable support for the KDE personal information 
manager (kde-apps/kdep
 
 # dropped 2018-11-28
 qt4 - Add support for the Qt GUI/Application Toolkit version 4.x
-
-# dropped 2019-07-15
-avahi - Add avahi/Zeroconf support
-
-# dropped 2019-09-15
-apm - Add APM (Advanced Power Management) support



[gentoo-commits] proj/kde-sunset:master commit in: kde-apps/kig/files/, kde-apps/kig/

2020-11-29 Thread Andreas Sturmlechner
commit: 12bd99757309c6638ac72ec8be3174aec091ffc3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 02:07:12 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 02:19:18 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=12bd9975

kde-apps/kig: Remove package for too expensive deps

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

 kde-apps/kig/ChangeLog  | 508 
 kde-apps/kig/files/kig-4.12.0-boostpython.patch |  17 -
 kde-apps/kig/kig-4.14.3.ebuild  |  47 ---
 kde-apps/kig/metadata.xml   |   8 -
 4 files changed, 580 deletions(-)

diff --git a/kde-apps/kig/ChangeLog b/kde-apps/kig/ChangeLog
deleted file mode 100644
index 6bb0f3e1..
--- a/kde-apps/kig/ChangeLog
+++ /dev/null
@@ -1,508 +0,0 @@
-# ChangeLog for kde-base/kig
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kig/ChangeLog,v 1.134 2009/10/12 
21:19:56 abcd Exp $
-
-  12 Oct 2009; Jonathan Callen  -kig-3.5.9.ebuild:
-  KDE 3.5.9 removal
-
-  10 Oct 2009; Samuli Suominen  kig-4.3.1.ebuild:
-  amd64 stable wrt #287697
-
-  08 Oct 2009; Alexey Shvetsov  -kig-4.3.0.ebuild:
-  Drop KDE 4.3.0
-
-*kig-4.3.2 (06 Oct 2009)
-
-  06 Oct 2009; Alexey Shvetsov  +kig-4.3.2.ebuild:
-  Version bump
-
-*kig-4.3.1 (01 Sep 2009)
-
-  01 Sep 2009; Theo Chatzimichos  +kig-4.3.1.ebuild:
-  Version bump
-
-  04 Aug 2009; Alex Alexander  ChangeLog:
-  manifest update (upstream tarball changed)
-
-*kig-4.3.0 (04 Aug 2009)
-
-  04 Aug 2009; Alex Alexander  +kig-4.3.0.ebuild:
-  Version bump
-
-  12 Jul 2009; Raúl Porcel  kig-3.5.10.ebuild:
-  alpha/ia64/sparc stable wrt #271889
-
-  08 Jul 2009; Alexey Shvetsov  kig-3.5.10.ebuild:
-  Add ~mips keywords
-
-  18 Jun 2009; Jeroen Roovers  kig-3.5.10.ebuild:
-  Stable for HPPA (bug #271889).
-
-  14 Jun 2009; Alexey Shvetsov  -kig-4.2.3.ebuild:
-  Drop KDE 4.2.3
-
-  06 Jun 2009; Markus Meier  kig-3.5.10.ebuild:
-  amd64/x86 stable, bug #271889
-
-  05 Jun 2009; Alexey Shvetsov  kig-4.2.4.ebuild:
-  Fix accidently added keywords
-
-*kig-4.2.4 (04 Jun 2009)
-
-  04 Jun 2009; Alexey Shvetsov  +kig-4.2.4.ebuild:
-  Version bump
-
-  03 Jun 2009; Alexey Shvetsov  -kig-4.2.2.ebuild:
-  Drop KDE 4.2.2
-
-  03 Jun 2009; Brent Baude  kig-3.5.10.ebuild:
-  Marking kig-3.5.10 ppc64 stable for bug 271889
-
-  31 May 2009; nixnut  kig-3.5.10.ebuild:
-  ppc stable #271889
-
-*kig-4.2.3 (06 May 2009)
-
-  06 May 2009; Tomas Chvatal  +kig-4.2.3.ebuild:
-  Version bump
-
-  17 Apr 2009; Alexey Shvetsov  kig-4.2.2:
-  Restore ~hppa keywords
-
-  16 Apr 2009; Alexey Shvetsov  -kig-4.2.1.ebuild:
-  Drop KDE 4.2.1
-
-*kig-4.2.2 (11 Apr 2009)
-
-  11 Apr 2009; Alexey Shvetsov  +kig-4.2.2.ebuild:
-  Add KDE 4.2.2
-
-  11 Apr 2009; Raúl Porcel  kig-4.2.1.ebuild:
-  Add ~alpha/~ia64 wrt #260777
-
-  08 Mar 2009; Alexey Shvetsov  -kig-4.2.0.ebuild:
-  Drop KDE 4.2.0
-
-  08 Mar 2009; Tomas Chvatal  kig-4.2.1.ebuild:
-  Semi-automatic merge, Update deps.
-
-*kig-4.2.1 (04 Mar 2009)
-
-  04 Mar 2009; Alexey Shvetsov  +kig-4.2.1.ebuild:
-  Bump KDE 4.2.1
-
-  17 Feb 2009; Alexey Shvetsov  -kig-4.1.4.ebuild:
-  Drop KDE 4.1.4
-
-  01 Feb 2009; Jorge Manuel B. S. Vicetto 
-  kig-4.2.0.ebuild:
-  Restored ~ppc and ~ppc64 keywords to KDE-4.2.0
-
-*kig-4.2.0 (27 Jan 2009)
-
-  27 Jan 2009; Alexey Shvetsov  +kig-4.2.0.ebuild:
-  Bump KDE-4.2.0
-
-  14 Jan 2009; Alexey Shvetsov  -kig-4.1.2.ebuild,
-  -kig-4.1.3.ebuild:
-  Drop KDE 4.1.2 and 4.1.3
-
-*kig-4.1.4 (13 Jan 2009)
-
-  13 Jan 2009; Alexey Shvetsov  +kig-4.1.4.ebuild:
-  Bump to 4.1.4
-
-  15 Nov 2008; Mike Frysinger  kig-4.1.3.ebuild:
-  Add ppc/ppc64 love #244306.
-
-*kig-4.1.3 (08 Nov 2008)
-
-  08 Nov 2008; Tomas Chvatal  +kig-4.1.3.ebuild:
-  Version bump.
-
-  21 Oct 2008; Jorge Manuel B. S. Vicetto 
-  -kig-4.0.4.ebuild, -kig-4.0.5.ebuild:
-  Removing KDE-4.0.X packages now that 4.1.2 was put in the tree.
-
-*kig-4.1.2 (02 Oct 2008)
-
-  02 Oct 2008; Jorge Manuel B. S. Vicetto 
-  metadata.xml, +kig-4.1.2.ebuild:
-  Add kde-4.1.2 into the tree from the kde-testing overlay.
-
-*kig-3.5.10 (13 Sep 2008)
-
-  13 Sep 2008; Carsten Lohrke  +kig-3.5.10.ebuild:
-  Version bump.
-
-  07 Jun 2008; Tobias Heinlein  -kig-3.5.8.ebuild,
-  -kig-4.0.2.ebuild, -kig-4.0.3.ebuild:
-  Removed old versions.
-
-*kig-4.0.5 (05 Jun 2008)
-
-  05 Jun 2008; Tobias Heinlein  +kig-4.0.5.ebuild:
-  Added the KDE 4.0.5 version of kig.
-
-  18 May 2008; Markus Meier  kig-3.5.9.ebuild:
-  amd64/x86 stable, bug #221063
-
-*kig-4.0.4 (15 May 2008)
-
-  15 May 2008; Ingmar Vanhassel  +kig-4.0.4.ebuild:
-  Added KDE 4.0.4 version of kig. Thanks to Jorge Manuel B. S. Vicetto.
-
-  15 May 2008; Markus Rothe  kig-3.5.9.ebuild:
-  Stable on ppc64; bug #221063
-
-  13 May 2008; Jeroen Roovers  kig-3.5.9.ebuild:
-  Stable for HPPA (bug #221063).
-
-  12 May 2008; Brent Baude  kig-3.5.9.ebuild:
-  

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

2020-11-29 Thread Andreas Sturmlechner
commit: 8122eeeaf6dc061b64eb41f64ebfcce1e3a2a6db
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 02:15:58 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 02:19:18 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=8122eeea

sgml-catalog.eclass: Remove unused eclass

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

 eclass/sgml-catalog.eclass | 106 -
 1 file changed, 106 deletions(-)

diff --git a/eclass/sgml-catalog.eclass b/eclass/sgml-catalog.eclass
deleted file mode 100644
index 17940767..
--- a/eclass/sgml-catalog.eclass
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# @DEAD
-# All consumers are gone.  Removal in 14 days
-
-# @ECLASS: sgml-catalog.eclass
-# @MAINTAINER:
-# kde-sunset overlay maintainers
-# @AUTHOR:
-# Author Matthew Turk 
-# @BLURB: Functions for installing SGML catalogs
-
-case ${EAPI:-0} in
-   0|1|2|3|4|5) inherit base ;;
-   *) ;;
-esac
-
-DEPEND=">=app-text/sgml-common-0.6.3-r2"
-
-# @ECLASS-VARIABLE: SGML_TOINSTALL
-# @DESCRIPTION:
-# An array of catalogs, arranged in pairs.
-# Each pair consists of a centralized catalog followed by an ordinary catalog.
-SGML_TOINSTALL=()
-
-# @FUNCTION: sgml-catalog_cat_include
-# @USAGE:  
-# @DESCRIPTION:
-# Appends a catalog pair to the SGML_TOINSTALL array.
-sgml-catalog_cat_include() {
-   debug-print function $FUNCNAME $*
-   SGML_TOINSTALL+=("$1" "$2")
-}
-
-# @FUNCTION: sgml-catalog_cat_doinstall
-# @USAGE:  
-# @DESCRIPTION:
-# Adds an ordinary catalog to a centralized catalog.
-sgml-catalog_cat_doinstall() {
-   debug-print function $FUNCNAME $*
-   has "${EAPI:-0}" 0 1 2 && ! use prefix && EPREFIX=
-   "${EPREFIX}"/usr/bin/install-catalog --add "${EPREFIX}$1" 
"${EPREFIX}$2" &>/dev/null
-}
-
-# @FUNCTION: sgml-catalog_cat_doremove
-# @USAGE:  
-# @DESCRIPTION:
-# Removes an ordinary catalog from a centralized catalog.
-sgml-catalog_cat_doremove() {
-   debug-print function $FUNCNAME $*
-   has "${EAPI:-0}" 0 1 2 && ! use prefix && EPREFIX=
-   "${EPREFIX}"/usr/bin/install-catalog --remove "${EPREFIX}$1" 
"${EPREFIX}$2" &>/dev/null
-}
-
-sgml-catalog_pkg_postinst() {
-   debug-print function $FUNCNAME $*
-   has "${EAPI:-0}" 0 1 2 && ! use prefix && EPREFIX=
-
-   set -- "${SGML_TOINSTALL[@]}"
-
-   while (( $# )); do
-   if [[ ! -e "${EPREFIX}$2" ]]; then
-   ewarn "${EPREFIX}$2 doesn't appear to exist, although 
it ought to!"
-   shift 2
-   continue
-   fi
-   einfo "Now adding ${EPREFIX}$2 to ${EPREFIX}$1 and 
${EPREFIX}/etc/sgml/catalog"
-   sgml-catalog_cat_doinstall "$1" "$2"
-   shift 2
-   done
-   sgml-catalog_cleanup
-}
-
-sgml-catalog_pkg_prerm() {
-   sgml-catalog_cleanup
-}
-
-sgml-catalog_pkg_postrm() {
-   debug-print function $FUNCNAME $*
-   has "${EAPI:-0}" 0 1 2 && ! use prefix && EPREFIX=
-
-   set -- "${SGML_TOINSTALL[@]}"
-
-   while (( $# )); do
-   einfo "Now removing ${EPREFIX}$2 from ${EPREFIX}$1 and 
${EPREFIX}/etc/sgml/catalog"
-   sgml-catalog_cat_doremove "$1" "$2"
-   shift 2
-   done
-}
-
-sgml-catalog_cleanup() {
-   has "${EAPI:-0}" 0 1 2 && ! use prefix && EPREFIX=
-   if [ -e "${EPREFIX}/usr/bin/gensgmlenv" ]
-   then
-   einfo Regenerating SGML environment variables ...
-   gensgmlenv
-   grep -v export "${EPREFIX}/etc/sgml/sgml.env" > 
"${EPREFIX}/etc/env.d/93sgmltools-lite"
-   fi
-}
-
-sgml-catalog_src_compile() {
-   return
-}
-
-EXPORT_FUNCTIONS pkg_postrm pkg_postinst src_compile pkg_prerm



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

2020-11-29 Thread Andreas Sturmlechner
commit: bafbcc93354e2648f1853fdb0659025fdcafe000
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 02:15:15 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 02:19:18 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=bafbcc93

qt3.eclass: Remove unused eclass

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

 eclass/qt3.eclass | 141 --
 1 file changed, 141 deletions(-)

diff --git a/eclass/qt3.eclass b/eclass/qt3.eclass
deleted file mode 100644
index cd59f8e3..
--- a/eclass/qt3.eclass
+++ /dev/null
@@ -1,141 +0,0 @@
-# Copyright 2005-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.41 2009/05/17 
15:17:03 hwoarang Exp $
-
-# @ECLASS: qt3.eclass
-# @MAINTAINER:
-# kde-sunset overlay maintainers
-# @BLURB: Eclass for Qt3 packages
-# @DESCRIPTION:
-# This eclass contains various functions that may be useful
-# when dealing with packages using Qt3 libraries.
-
-inherit toolchain-funcs versionator eutils
-
-QTPKG="dev-qt/qt-"
-QT3MAJORVERSIONS="3.3 3.2 3.1 3.0"
-QT3VERSIONS="3.3.8b-r1 3.3.8b 3.3.8-r4 3.3.8-r3 3.3.8-r2 3.3.8-r1 3.3.8 
3.3.6-r5 3.3.6-r4 3.3.6-r3 3.3.6-r2 3.3.6-r1 3.3.6 3.3.5-r1 3.3.5 3.3.4-r9 
3.3.4-r8 3.3.4-r7 3.3.4-r6 3.3.4-r5 3.3.4-r4 3.3.4-r3 3.3.4-r2 3.3.4-r1 3.3.4 
3.3.3-r3 3.3.3-r2 3.3.3-r1 3.3.3 3.3.2 3.3.1-r2 3.3.1-r1 3.3.1 3.3.0-r1 3.3.0 
3.2.3-r1 3.2.3 3.2.2-r1 3.2.2 3.2.1-r2 3.2.1-r1 3.2.1 3.2.0 3.1.2-r4 3.1.2-r3 
3.1.2-r2 3.1.2-r1 3.1.2 3.1.1-r2 3.1.1-r1 3.1.1 3.1.0-r3 3.1.0-r2 3.1.0-r1 
3.1.0"
-
-if [[ -z "${QTDIR}" ]]; then
-   export QTDIR="/usr/qt/3"
-fi
-
-addwrite "${QTDIR}/etc/settings"
-addpredict "${QTDIR}/etc/settings"
-
-# @FUNCTION: qt_min_version
-# @USAGE: [minimum version]
-# @DESCRIPTION:
-# This function is deprecated. Use slot dependencies instead.
-qt_min_version() {
-   local list=$(qt_min_version_list "$@")
-   ewarn "${CATEGORY}/${PF}: qt_min_version() is deprecated. Use slot 
dependencies instead."
-   if [[ ${list%% *} == "${list}" ]]; then
-   echo "${list}"
-   else
-   echo "|| ( ${list} )"
-   fi
-}
-
-qt_min_version_list() {
-   local MINVER="$1"
-   local VERSIONS=""
-
-   case "${MINVER}" in
-   3|3.0|3.0.0) VERSIONS="=${QTPKG}3*";;
-   3.1|3.1.0|3.2|3.2.0|3.3|3.3.0)
-   for x in ${QT3MAJORVERSIONS}; do
-   if $(version_is_at_least "${MINVER}" "${x}"); 
then
-   VERSIONS="${VERSIONS} =${QTPKG}${x}*"
-   fi
-   done
-   ;;
-   3*)
-   for x in ${QT3VERSIONS}; do
-   if $(version_is_at_least "${MINVER}" "${x}"); 
then
-   VERSIONS="${VERSIONS} =${QTPKG}${x}"
-   fi
-   done
-   ;;
-   *) VERSIONS="=${QTPKG}3*";;
-   esac
-
-   echo ${VERSIONS}
-}
-
-# @FUNCTION: eqmake3
-# @USAGE: [.pro file] [additional parameters to qmake]
-# @MAINTAINER:
-# Przemyslaw Maciag 
-# Davide Pesavento 
-# @DESCRIPTION:
-# Runs qmake on the specified .pro file (defaults to
-# ${PN}.pro if eqmake3 was called with no argument).
-# Additional parameters are passed unmodified to qmake.
-eqmake3() {
-   local LOGFILE="${T}/qmake-$$.out"
-   local projprofile="${1}"
-   [[ -z ${projprofile} ]] && projprofile="${PN}.pro"
-   shift 1
-
-   ebegin "Processing qmake ${projprofile}"
-
-   # file exists?
-   if [[ ! -f ${projprofile} ]]; then
-   echo
-   eerror "Project .pro file \"${projprofile}\" does not exist"
-   eerror "qmake cannot handle non-existing .pro files"
-   echo
-   eerror "This shouldn't happen - please send a bug report to 
bugs.gentoo.org"
-   echo
-   die "Project file not found in ${PN} sources"
-   fi
-
-   echo >> ${LOGFILE}
-   echo "**  qmake ${projprofile}  **" >> ${LOGFILE}
-   echo >> ${LOGFILE}
-
-   # some standard config options
-   local configoptplus="CONFIG += no_fixpath"
-   local configoptminus="CONFIG -="
-   if has debug ${IUSE} && use debug; then
-   configoptplus="${configoptplus} debug"
-   configoptminus="${configoptminus} release"
-   else
-   configoptplus="${configoptplus} release"
-   configoptminus="${configoptminus} debug"
-   fi
-
-   ${QTDIR}/bin/qmake ${projprofile} \
-   QTDIR=${QTDIR} \
-   QMAKE=${QTDIR}/bin/qmake \
-   QMAKE_CC=$(tc-getCC) \
-   QMAKE_CXX=$(tc-getCXX) \
-   QMAKE_LINK=$(tc-getCXX) \
-   

[gentoo-commits] proj/kde-sunset:master commit in: x11-libs/qscintilla/files/, x11-libs/qscintilla/

2020-11-29 Thread Andreas Sturmlechner
commit: 4487ab4fb78b1381e132b61a01f8c90debe877ec
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 01:35:08 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 02:19:18 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=4487ab4f

x11-libs/qscintilla: Drop 1.5.1

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

 .../qscintilla/files/qscintilla-1.5-sandbox.patch  | 30 ---
 x11-libs/qscintilla/qscintilla-1.5.1.ebuild| 61 --
 2 files changed, 91 deletions(-)

diff --git a/x11-libs/qscintilla/files/qscintilla-1.5-sandbox.patch 
b/x11-libs/qscintilla/files/qscintilla-1.5-sandbox.patch
deleted file mode 100644
index 65bf1ad5..
--- a/x11-libs/qscintilla/files/qscintilla-1.5-sandbox.patch
+++ /dev/null
@@ -1,30 +0,0 @@
 Makefile.orig  2005-01-23 03:57:03.0 +0100
-+++ Makefile   2005-01-23 03:57:35.0 +0100
-@@ -314,7 +314,7 @@
- QMAKE_TARGET = qscintilla
- DESTDIR  = ${destdir}/
- TARGET   = libqscintilla.so.5.2.0
--TARGETA   = ${destdir}/libqscintilla.a
-+TARGETA   = libqscintilla.a
- TARGETD   = libqscintilla.so.5.2.0
- TARGET0   = libqscintilla.so
- TARGET1   = libqscintilla.so.5
-@@ -345,17 +345,12 @@
- all: Makefile  ${destdir}/$(TARGET)
- 
- ${destdir}/$(TARGET):  $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS) $(OBJCOMP) 
 
--  test -d ${destdir}/ || mkdir -p ${destdir}/
-+# test -d ${destdir}/ || mkdir -p ${destdir}/
-   -$(DEL_FILE) $(TARGET) $(TARGET0) $(TARGET1) $(TARGET2)
-   $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS) $(OBJCOMP)
-   -ln -s $(TARGET) $(TARGET0)
-   -ln -s $(TARGET) $(TARGET1)
-   -ln -s $(TARGET) $(TARGET2)
--  -$(DEL_FILE) ${destdir}/$(TARGET)
--  -$(DEL_FILE) ${destdir}/$(TARGET0)
--  -$(DEL_FILE) ${destdir}/$(TARGET1)
--  -$(DEL_FILE) ${destdir}/$(TARGET2)
--  -$(MOVE) $(TARGET) $(TARGET0) $(TARGET1) $(TARGET2) ${destdir}/
- 
- 
- 

diff --git a/x11-libs/qscintilla/qscintilla-1.5.1.ebuild 
b/x11-libs/qscintilla/qscintilla-1.5.1.ebuild
deleted file mode 100644
index 0a3a9b27..
--- a/x11-libs/qscintilla/qscintilla-1.5.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-1.5.1.ebuild,v 1.4 
2009/11/04 17:44:32 yngwin Exp $
-
-inherit eutils toolchain-funcs
-
-SCINTILLA_VER="1.62"
-MY_P="${PN}-${SCINTILLA_VER}-gpl-${PV}"
-MY_P=${MY_P/_pre/snapshot-}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor 
class."
-HOMEPAGE="http://www.riverbankcomputing.co.uk/qscintilla/;
-#SRC_URI="http://www.river-bank.demon.co.uk/download/snapshots/QScintilla/${MY_P}.tar.gz;
-#SRC_URI="http://www.river-bank.demon.co.uk/download/QScintilla/${MY_P}.tar.gz;
-SRC_URI="mirror://gentoo/${MY_P}.tar.gz mirror://kde-sunset/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86"
-IUSE="doc"
-
-RDEPEND="=dev-qt/qt-meta-3*"
-DEPEND="${RDEPEND}
-   sys-apps/sed"
-
-LIBDIR="/usr/$(get_libdir)"
-
-src_unpack() {
-   unpack ${A} ; cd "${S}"/qt
-   sed -i -e "s:DESTDIR = \$(QTDIR)/lib:DESTDIR = \${destdir}:" 
qscintilla.pro
-   echo -e "\nQMAKE_CFLAGS_RELEASE=${CFLAGS} 
-w\nQMAKE_CXXFLAGS_RELEASE=${CXXFLAGS} -w\nQMAKE_LFLAGS_RELEASE=${LDFLAGS}" >> 
qscintilla.pro
-
-   ${QTDIR}/bin/qmake -o Makefile qscintilla.pro
-   epatch "${FILESDIR}"/${PN}-1.5-sandbox.patch
-}
-
-src_compile() {
-   cd "${S}"/qt
-   # It uses g++'s syntax while linking (-Wl,) so it can't use tc-getLD.
-   make destdir=${LIBDIR} all staticlib CC="$(tc-getCC)" 
CXX="$(tc-getCXX)" LINK="$(tc-getCXX)" || die "make failed"
-}
-
-src_install() {
-   dodoc ChangeLog NEWS README
-   dodir /usr/include ${LIBDIR} /usr/share/qscintilla/translations
-   cd "${S}"/qt
-   cp qextscintilla*.h "${D}/usr/include"
-   cp qscintilla*.qm "${D}/usr/share/qscintilla/translations"
-   cp libqscintilla.a* "${D}${LIBDIR}"
-   cp -d libqscintilla.so.* "${D}${LIBDIR}"
-   dodir ${QTDIR}/translations/
-   for I in $(ls -1 qscintilla*.qm) ; do
-   dosym "/usr/share/qscintilla/translations/${I}" 
"${QTDIR}/translations/${I}"
-   done
-   if use doc ; then
-   dohtml "${S}"/doc/html/*
-   insinto /usr/share/doc/${PF}/Scintilla
-   doins "${S}"/doc/Scintilla/*
-   fi
-}



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

2020-11-29 Thread Andreas Sturmlechner
commit: 6f225f0386aded38ad9217f03f234d7d5738480c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 02:14:42 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 02:19:18 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=6f225f03

kde*eclass: Cleanup KDE3 era

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

 eclass/kde-functions.eclass | 672 
 eclass/kde-meta.eclass  | 463 --
 eclass/kde.eclass   | 614 
 3 files changed, 1749 deletions(-)

diff --git a/eclass/kde-functions.eclass b/eclass/kde-functions.eclass
deleted file mode 100644
index 32ada14b..
--- a/eclass/kde-functions.eclass
+++ /dev/null
@@ -1,672 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# @ECLASS: kde-functions.eclass
-# @MAINTAINER:
-# k...@gentoo.org
-# Original author Dan Armak 
-#
-# @BLURB: This contains everything except things that modify ebuild variables 
and
-# @DESCRIPTION:
-# This contains everything except things that modify ebuild variables
-# and functions (e.g. $P, src_compile() etc.)
-
-inherit qt3 eutils
-
-# map of the monolithic->split ebuild derivation; used to build deps describing
-# the relationships between them
-KDE_DERIVATION_MAP='
-kde-apps/kdeaccessibility kde-base/kbstateapplet
-kde-apps/kdeaccessibility kde-base/kdeaccessibility-iconthemes
-kde-apps/kdeaccessibility kde-apps/kmag
-kde-apps/kdeaccessibility kde-apps/kmousetool
-kde-apps/kdeaccessibility kde-apps/kmouth
-kde-apps/kdeaccessibility kde-base/kttsd
-kde-apps/kdeaccessibility kde-base/ksayit
-kde-base/kdeaddons kde-base/atlantikdesigner
-kde-base/kdeaddons kde-base/kaddressbook-plugins
-kde-base/kdeaddons kde-base/kate-plugins
-kde-base/kdeaddons kde-base/kdeaddons-docs-konq-plugins
-kde-base/kdeaddons kde-base/kdeaddons-kfile-plugins
-kde-base/kdeaddons kde-base/kicker-applets
-kde-base/kdeaddons kde-base/knewsticker-scripts
-kde-base/kdeaddons kde-apps/konq-plugins
-kde-base/kdeaddons kde-base/konqueror-akregator
-kde-base/kdeaddons kde-base/ksig
-kde-base/kdeaddons kde-base/noatun-plugins
-kde-base/kdeaddons kde-base/renamedlg-audio
-kde-base/kdeaddons kde-base/renamedlg-images
-kde-base/kdeadmin kde-apps/kcron
-kde-base/kdeadmin kde-base/kdat
-kde-base/kdeadmin kde-base/kdeadmin-kfile-plugins
-kde-base/kdeadmin kde-base/knetworkconf
-kde-base/kdeadmin kde-base/kpackage
-kde-base/kdeadmin kde-base/ksysv
-kde-base/kdeadmin kde-apps/kuser
-kde-base/kdeadmin kde-base/lilo-config
-kde-base/kdeadmin kde-base/secpolicy
-kde-base/kdeartwork kde-apps/kdeartwork-emoticons
-kde-base/kdeartwork kde-base/kdeartwork-icewm-themes
-kde-base/kdeartwork kde-apps/kdeartwork-iconthemes
-kde-base/kdeartwork kde-apps/kdeartwork-kscreensaver
-kde-base/kdeartwork kde-base/kdeartwork-kwin-styles
-kde-base/kdeartwork kde-base/kdeartwork-kworldclock
-kde-base/kdeartwork kde-base/kdeartwork-kworldwatch
-kde-base/kdeartwork kde-base/kdeartwork-sounds
-kde-base/kdeartwork kde-apps/kdeartwork-styles
-kde-base/kdeartwork kde-apps/kdeartwork-wallpapers
-kde-base/kdebase kde-plasma/drkonqi
-kde-base/kdebase kde-base/kappfinder
-kde-base/kdebase kde-apps/kate
-kde-base/kdebase kde-base/kcheckpass
-kde-base/kdebase kde-base/kcminit
-kde-base/kdebase kde-apps/kcontrol
-kde-base/kdebase kde-base/kdcop
-kde-base/kdebase kde-apps/kdebase-data
-kde-base/kdebase kde-apps/kdebase-kioslaves
-kde-base/kdebase kde-base/kdebase-startkde
-kde-base/kdebase kde-base/kdebugdialog
-kde-base/kdebase kde-apps/kdepasswd
-kde-base/kdebase kde-base/kdeprint
-kde-base/kdebase kde-base/kdesktop
-kde-base/kdebase kde-apps/kdesu
-kde-base/kdebase kde-apps/kdialog
-kde-base/kdebase kde-base/kdm
-kde-base/kdebase kde-apps/kfind
-kde-base/kdebase kde-apps/khelpcenter
-kde-base/kdebase kde-base/khotkeys
-kde-base/kdebase kde-base/kicker
-kde-base/kdebase kde-base/klipper
-kde-base/kdebase kde-base/kmenuedit
-kde-base/kdebase kde-apps/knetattach
-kde-base/kdebase kde-apps/konqueror
-kde-base/kdebase kde-apps/konsole
-kde-base/kdebase kde-base/kpager
-kde-base/kdebase kde-base/kpersonalizer
-kde-base/kdebase kde-apps/kreadconfig
-kde-base/kdebase kde-plasma/kscreensaver
-kde-base/kdebase kde-base/ksmserver
-kde-base/kdebase kde-base/ksplashml
-kde-base/kdebase kde-apps/kstart
-kde-base/kdebase kde-base/ksysguard
-kde-base/kdebase kde-base/ksystraycmd
-kde-base/kdebase kde-base/ktip
-kde-base/kdebase kde-base/kwin
-kde-base/kdebase kde-base/kxkb
-kde-base/kdebase kde-apps/libkonq
-kde-base/kdebase kde-apps/nsplugins
-kde-base/kdebindings kde-base/dcopc
-kde-base/kdebindings kde-base/dcopjava
-kde-base/kdebindings kde-base/dcopperl
-kde-base/kdebindings kde-base/dcoppython
-kde-base/kdebindings kde-base/kalyptus
-kde-base/kdebindings kde-base/kdejava
-kde-base/kdebindings kde-base/kjsembed
-kde-base/kdebindings kde-base/korundum

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

2020-11-29 Thread Andreas Sturmlechner
commit: e925946886e05f92794141ca205e1ea4136944cf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 02:06:40 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 02:19:18 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=e9259468

kde-apps/kdeedu-meta: Drop kde-apps/kig for too expensive deps

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

 kde-apps/kdeedu-meta/kdeedu-meta-4.14.3.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kdeedu-meta/kdeedu-meta-4.14.3.ebuild 
b/kde-apps/kdeedu-meta/kdeedu-meta-4.14.3.ebuild
index 9f9010fb..841a420a 100644
--- a/kde-apps/kdeedu-meta/kdeedu-meta-4.14.3.ebuild
+++ b/kde-apps/kdeedu-meta/kdeedu-meta-4.14.3.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 inherit kde4-meta-pkg
 
 DESCRIPTION="KDE educational apps - merge this to pull in all kdeedu-derived 
packages"
@@ -20,7 +21,6 @@ RDEPEND="
$(add_kdeapps_dep kbruch)
$(add_kdeapps_dep kgeography)
$(add_kdeapps_dep khangman)
-   $(add_kdeapps_dep kig)
$(add_kdeapps_dep kiten)
$(add_kdeapps_dep klettres)
$(add_kdeapps_dep kmplot)
@@ -35,3 +35,4 @@ RDEPEND="
$(add_kdeapps_dep rocs)
$(add_kdeapps_dep step)
 "
+#  $(add_kdeapps_dep kig)



[gentoo-commits] proj/kde-sunset:master commit in: dev-util/kscope/

2020-11-29 Thread Andreas Sturmlechner
commit: 4da9c0196a552ca9d11d25ca5a4db2853aede2b8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 01:36:33 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 02:19:18 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=4da9c019

dev-util/kscope: Fix x11-libs/qscintilla dependency

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

 dev-util/kscope/kscope-1.9.4-r2.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-util/kscope/kscope-1.9.4-r2.ebuild 
b/dev-util/kscope/kscope-1.9.4-r2.ebuild
index a1d37834..a1136588 100644
--- a/dev-util/kscope/kscope-1.9.4-r2.ebuild
+++ b/dev-util/kscope/kscope-1.9.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,9 +14,10 @@ SLOT="4"
 KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE=""
 
-RDEPEND="dev-qt/qtcore:4
+RDEPEND="
+   dev-qt/qtcore:4
dev-qt/qtgui:4
-   x11-libs/qscintilla:=[qt4(-)]"
+   =x11-libs/qscintilla-2.4*:="
 DEPEND="${RDEPEND}"
 
 DOCS="ChangeLog"



[gentoo-commits] proj/kde-sunset:master commit in: kde-frameworks/kfilemetadata/

2020-11-29 Thread Andreas Sturmlechner
commit: 4f49f40a896aec822dbaf8a401b11a9a2d9ba034
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 01:44:03 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 02:19:18 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=4f49f40a

kde-frameworks/kfilemetadata: Switch to media-video/ffmpeg:0=

Drop ~arm KEYWORD.

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

 kde-frameworks/kfilemetadata/kfilemetadata-4.14.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/kfilemetadata/kfilemetadata-4.14.3.ebuild 
b/kde-frameworks/kfilemetadata/kfilemetadata-4.14.3.ebuild
index 0a259e6d..bd959ca8 100644
--- a/kde-frameworks/kfilemetadata/kfilemetadata-4.14.3.ebuild
+++ b/kde-frameworks/kfilemetadata/kfilemetadata-4.14.3.ebuild
@@ -6,14 +6,14 @@ EAPI=5
 inherit kde4-base
 
 DESCRIPTION="Library for extracting file metadata"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug epub exif ffmpeg mobi pdf taglib"
 SLOT="4"
 
 DEPEND="
epub? ( app-text/ebook-tools )
exif? ( media-gfx/exiv2:= )
-   ffmpeg? ( virtual/ffmpeg )
+   ffmpeg? ( media-video/ffmpeg:0= )
mobi? ( $(add_kdeapps_dep kdegraphics-mobipocket) )
pdf? ( app-text/poppler[qt4(-)] )
taglib? ( media-libs/taglib )



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

2020-11-29 Thread Andreas Sturmlechner
commit: 6d7881369e19832193b6cb62474e75ddc2aff764
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 02:15:46 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 02:19:18 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=6d788136

perl-app.eclass: Remove unused eclass

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

 eclass/perl-app.eclass | 53 --
 1 file changed, 53 deletions(-)

diff --git a/eclass/perl-app.eclass b/eclass/perl-app.eclass
deleted file mode 100644
index e0131cca..
--- a/eclass/perl-app.eclass
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# @DEAD
-# This eclass is dead and all its consumers have been removed from
-# the tree.
-# Please use perl-module.eclass if you need phase functions, and
-# perl-functions.eclass if you don't.
-# In overlays, perl-app.eclass usage can be replaced by
-# perl-module.eclass without further changes.
-# Bug 637836.  Removal in 14 days.
-
-# Author: Michael Cummings 
-# @MAINTAINER:
-# kde-sunset overlay maintainers
-# @SUPPORTED_EAPIS: 5
-
-# If the ebuild doesn't override this, ensure we do not depend on the perl 
subslot value
-: ${GENTOO_DEPEND_ON_PERL_SUBSLOT:="no"}
-inherit perl-module
-
-case "${EAPI:-0}" in
-   5)
-   ;;
-   6)
-   die "EAPI=${EAPI} is not supported by perl-app.eclass. Please 
use perl-module.eclass instead."
-   ;;
-   *)
-   die "EAPI=${EAPI} is not supported by perl-app.eclass"
-   ;;
-esac
-
-# @FUNCTION: perl-app_src_prep
-# @DESCRIPTION:
-# This is a wrapper function to perl-app_src_configure().
-perl-app_src_prep() {
-   perl-app_src_configure
-}
-
-# @FUNCTION: perl-app_src_configure
-# @DESCRIPTION:
-# This is a wrapper function to perl-module_src_configure().
-perl-app_src_configure() {
-   perl-module_src_configure
-}
-
-# @FUNCTION: perl-app_src_compile
-# @DESCRIPTION:
-# This is a wrapper function to perl-module_src_compile().
-perl-app_src_compile() {
-   has "${EAPI:-0}" 0 1 && perl-app_src_prep
-   perl-module_src_compile
-}



[gentoo-commits] proj/kde-sunset:master commit in: kde-base/smokekde/

2020-11-29 Thread Andreas Sturmlechner
commit: c3c455bab7a9f2391fa9809a495b167b6c2ab66f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 02:03:02 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 02:19:18 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=c3c455ba

kde-base/smokekde: Drop ~arm, ~ppc, ~ppc64 KEYWORDS

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

 kde-base/smokekde/smokekde-4.14.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-base/smokekde/smokekde-4.14.3.ebuild 
b/kde-base/smokekde/smokekde-4.14.3.ebuild
index 045e9b97..86656f53 100644
--- a/kde-base/smokekde/smokekde-4.14.3.ebuild
+++ b/kde-base/smokekde/smokekde-4.14.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 inherit kde4-base
 
 DESCRIPTION="Scripting Meta Object Kompiler Engine - KDE bindings"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="akonadi attica debug kate okular"
 HOMEPAGE="https://techbase.kde.org/Development/Languages/Smoke;
 



[gentoo-commits] proj/kde-sunset:master commit in: app-crypt/qca-tls/files/, app-crypt/qca-tls/

2020-11-29 Thread Andreas Sturmlechner
commit: d43b806d6a5a43d62f60dd1a0f95e91746b01650
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 01:28:10 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 01:28:10 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=d43b806d

app-crypt/qca-tls: Drop Qt3 adjacent package

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

 app-crypt/qca-tls/ChangeLog | 191 
 app-crypt/qca-tls/files/qca-openssl-0.9.8.patch |  26 
 app-crypt/qca-tls/files/qca-openssl-1.0.0.patch |  17 ---
 app-crypt/qca-tls/files/qca-pathfix.patch   |  11 --
 app-crypt/qca-tls/metadata.xml  |   5 -
 app-crypt/qca-tls/qca-tls-1.0-r4.ebuild |  43 --
 6 files changed, 293 deletions(-)

diff --git a/app-crypt/qca-tls/ChangeLog b/app-crypt/qca-tls/ChangeLog
deleted file mode 100644
index 73480a95..
--- a/app-crypt/qca-tls/ChangeLog
+++ /dev/null
@@ -1,191 +0,0 @@
-# ChangeLog for app-crypt/qca-tls
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-tls/ChangeLog,v 1.57 
2009/10/14 00:57:52 halcy0n Exp $
-
-  19 Jul 2010; Martin von Gagern (MvG) 
-  qca-tls-1.0-r4.ebuild, +files/qca-openssl-1.0.0.patch:
-  Adjust for dev-libs/openssl-1.0.0a and its stricter typing.
-
-  14 Oct 2009; Mark Loeser  qca-tls-1.0-r3.ebuild:
-  QA fixes; unquoted variables
-
-  18 Mar 2009; Brent Baude  qca-tls-1.0-r4.ebuild:
-  stable ppc, bug 257462
-
-  11 Mar 2009; Brent Baude  qca-tls-1.0-r4.ebuild:
-  stable ppc64, bug 257462
-
-  14 Feb 2009; Raúl Porcel  qca-tls-1.0-r4.ebuild:
-  ia64 stable wrt #257462
-
-  08 Feb 2009; Tobias Klausmann  qca-tls-1.0-r4.ebuild:
-  Stable on alpha, bug #257462
-
-  06 Feb 2009; Jeroen Roovers  qca-tls-1.0-r4.ebuild:
-  Stable for HPPA (bug #257462).
-
-  05 Feb 2009; Tiago Cunha  qca-tls-1.0-r4.ebuild:
-  stable sparc, bug 257462
-
-  04 Feb 2009; Markus Meier  qca-tls-1.0-r4.ebuild:
-  amd64/x86 stable, bug #257462
-
-  09 Mar 2008;  qca-tls-1.0-r3.ebuild:
-  Marked unstable on mips due to unstable deps
-
-  15 Feb 2008; Alon Bar-Lev  -qca-tls-1.0.ebuild,
-  -qca-tls-1.0-r2.ebuild, qca-tls-1.0-r3.ebuild, qca-tls-1.0-r4.ebuild:
-  Fix URI, bug#210171, thanks to  Thomas Wouters, cleanups
-
-*qca-tls-1.0-r4 (18 Jan 2008)
-
-  18 Jan 2008; Ingmar Vanhassel  +qca-tls-1.0-r4.ebuild:
-  Fix slotting for =app-crypt/qca-tls-1*, thanks to Alon Bar-Lev in bug 129536.
-
-  09 Nov 2006; Ilya A. Volynets-Evenbakh 
-  qca-tls-1.0-r3.ebuild:
-  stabilize on mips (#146522)
-
-  14 Oct 2006; Bryan Østergaard  qca-tls-1.0-r3.ebuild:
-  Stable on ia64.
-
-  14 Oct 2006; Bryan Østergaard  qca-tls-1.0-r3.ebuild:
-  Stable on Alpha.
-
-  08 Oct 2006; Diego Pettenò  metadata.xml:
-  Gustavo gave up on this package, redirect to qt herd.
-
-  01 Oct 2006; Tobias Scherbaum 
-  qca-tls-1.0-r3.ebuild:
-  hppa stable, bug #146522
-
-  13 Sep 2006; Danny van Dyk  qca-tls-1.0-r3.ebuild:
-  Marked stable on amd64, wrt bug #146522.
-
-  10 Sep 2006; Stephanie Lockwood-Childs 
-  qca-tls-1.0-r3.ebuild:
-  stable on ppc (Bug #146522)
-
-  10 Sep 2006;  qca-tls-1.0-r3.ebuild:
-  Stable on x86, bug #146522.
-
-  07 Sep 2006; Gustavo Zacarias  qca-tls-1.0-r3.ebuild:
-  Stable on sparc wrt #146522
-
-  06 Sep 2006; Markus Rothe  qca-tls-1.0-r3.ebuild:
-  Stable on ppc64; bug #146522
-
-  09 Apr 2006; Diego Pettenò  qca-tls-1.0-r3.ebuild:
-  Add ~x86-fbsd keyword.
-
-  09 Mar 2006; Gustavo Felisberto ;
-  qca-tls-1.0-r3.ebuild:
-  Another nostrip issue at request from Flameeyes
-
-*qca-tls-1.0-r3 (13 Feb 2006)
-
-  13 Feb 2006; Gustavo Felisberto ;
-  +files/qca-openssl-0.9.8.patch, +qca-tls-1.0-r3.ebuild:
-  Added netbsd patch for openssl 0.9.8. Closes bug #122288 thanks to Michael
-  Cramer for reporting this.
-
-  29 Jul 2005; Daniel Black  qca-tls-1.0.ebuild:
-  removed die from epatch || die
-
-  28 Jul 2005; Caleb Tennis  qca-tls-1.0.ebuild:
-  Fix qt dep per bug #100235
-
-  02 Jul 2005; Hardave Riar  qca-tls-1.0-r2.ebuild:
-  Stable on mips
-
-  09 Apr 2005; Markus Rothe  qca-tls-1.0-r2.ebuild:
-  Stable on ppc64
-
-  08 Apr 2005; Markus Rothe  qca-tls-1.0-r2.ebuild:
-  Added ~ppc64 to KEYWORDS
-
-  01 Apr 2005; Lars Weiler  qca-tls-1.0-r2.ebuild:
-  Stable on ppc.
-
-  26 Mar 2005; Bryan Østergaard  qca-tls-1.0-r2.ebuild:
-  Stable on alpha.
-
-  24 Mar 2005; Jan Brinkmann  qca-tls-1.0-r2.ebuild:
-  stable on amd64 wrt #86389
-
-*qca-tls-1.0-r2 (23 Feb 2005)
-
-  23 Feb 2005; Hardave Riar  qca-tls-1.0-r2.ebuild:
-  Marked ~mips
-
-  24 Jan 2005; Gustavo Felisberto ;
-  -qca-tls-1.0-r1.ebuild:
-  Some cosmetic fixes, thanks to Justin (psi developer)
-
-  22 Jan 2005; Bryan Østergaard  qca-tls-1.0-r1.ebuild:
-  Add ~alpha keyword.
-
-  18 Jan 2005; Gustavo Zacarias  qca-tls-1.0-r1.ebuild:
-  Stable on sparc
-
-  17 Jan 2005; Gustavo Felisberto ; metadata.xml,
-  qca-tls-1.0-r1.ebuild:
-  Marking x86
-
-  30 Dec 2004; Jeremy 

[gentoo-commits] proj/kde-sunset:master commit in: dev-db/unixODBC/files/, dev-db/unixODBC/

2020-11-29 Thread Andreas Sturmlechner
commit: 7533d81c9af91a0082f7d377a7cf00203e53dc2d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 01:25:54 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 01:25:54 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=7533d81c

dev-db/unixODBC: Drop Qt3 adjacent package

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

 dev-db/unixODBC/ChangeLog  | 301 -
 ...350-unixODBC-2.2.12-gODBCConfig-as-needed.patch |  14 -
 .../files/360-unixODBC-2.2.12-libltdlfixes.patch   |  35 ---
 .../files/unixODBC-2.2.11-Makefile.am.patch|  41 ---
 .../files/unixODBC-2.2.11-configure.in.patch   |  10 -
 dev-db/unixODBC/files/unixODBC-2.2.11-flex.patch   |  19 --
 dev-db/unixODBC/metadata.xml   |   5 -
 dev-db/unixODBC/unixODBC-2.2.11-r1.ebuild  |  62 -
 dev-db/unixODBC/unixODBC-2.2.12.ebuild | 105 ---
 9 files changed, 592 deletions(-)

diff --git a/dev-db/unixODBC/ChangeLog b/dev-db/unixODBC/ChangeLog
deleted file mode 100644
index 3849d9b1..
--- a/dev-db/unixODBC/ChangeLog
+++ /dev/null
@@ -1,301 +0,0 @@
-# ChangeLog for dev-db/unixODBC
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.75 2008/06/15 
17:33:57 hoffie Exp $
-
-  21 Mar 2013; Lars Wendler 
-  unixODBC-2.2.11-r1.ebuild, unixODBC-2.2.12.ebuild:
-  Fixed dependencies on qt packages.
-
-  25 Jun 2010; Martin von Gagern (MvG) 
-  unixODBC-2.2.12.ebuild:
-  Update ebuild to use dev-vcs package group.
-
-  15 Jun 2008; Christian Hoffmann 
-  unixODBC-2.2.12.ebuild:
-  Moving autotools calls to src_unpack and using e* wrappers instead of
-  calling them directly. Thanks to flameeyes for noticing that, thanks to
-  Rafał Mużyło  for jogging my memory, bug 226545
-
-  29 May 2008; Tiziano Müller 
-  +files/360-unixODBC-2.2.12-libltdlfixes.patch, unixODBC-2.2.12.ebuild:
-  Removed bundled libltdl (fixes bug #221879).
-
-  13 Mar 2008;  unixODBC-2.2.11-r1.ebuild,
-  unixODBC-2.2.12.ebuild:
-  Drop to ~mips due to unstable deps
-
-  01 Sep 2007; Markus Ullmann 
-  +files/350-unixODBC-2.2.12-gODBCConfig-as-needed.patch,
-  unixODBC-2.2.12.ebuild:
-  Port --as-needed fix from project overlay
-
-  01 Sep 2007; Jakub Moc 
-  +files/350-unixODBC-2.2.12-gODBCConfig-as-needed.patch,
-  unixODBC-2.2.12.ebuild:
-  Fix compile with --as-needed and USE=gnome, Bug 173048
-
-  21 Aug 2007; Markus Ullmann  unixODBC-2.2.12.ebuild:
-  Depend on dev-util/cvs if USE=gnome is set, see Bug 173256 for reasons
-
-  01 Jul 2007; Tobias Scherbaum 
-  unixODBC-2.2.12.ebuild:
-  hppa stable, bug #183194
-
-  29 Jun 2007; Gustavo Zacarias 
-  unixODBC-2.2.12.ebuild:
-  Stable on sparc wrt #183194
-
-  28 Jun 2007; Raúl Porcel  unixODBC-2.2.12.ebuild:
-  alpha/ia64/x86 stable wrt #183194
-
-  28 Jun 2007; Markus Rothe  unixODBC-2.2.12.ebuild:
-  Stable on ppc64; bug #183194
-
-  28 Jun 2007; Joshua Kinard  unixODBC-2.2.12.ebuild:
-  Stable on mips, per #183194.
-
-  27 Jun 2007; Lars Weiler  unixODBC-2.2.12.ebuild:
-  Stable on ppc; bug #183194.
-
-  27 Jun 2007; Christoph Mende  unixODBC-2.2.12.ebuild:
-  Stable on amd64
-
-*unixODBC-2.2.12 (01 Apr 2007)
-
-  01 Apr 2007; Robin H. Johnson 
-  +unixODBC-2.2.12.ebuild:
-  Version bump of unixODBC - Bug #111910, thanks to Attila Fazekas
-   for all of the patches. Also fixes bug #143149 for
-  static libraries and bug #169566 for libtool handling.
-
-  04 Jan 2007; Diego Pettenò 
-  unixODBC-2.2.11-r1.ebuild:
-  Fix broken autotools handling.
-
-  02 Dec 2006; Luca Longinotti 
-  unixODBC-2.2.11-r1.ebuild:
-  Fix bug #151555.
-
-  01 Dec 2006; Luca Longinotti 
-  -files/unixODBC-2.2.6-configure.in.patch, -files/gentoo-yac.diff,
-  metadata.xml, -unixODBC-2.0.8.ebuild, -unixODBC-2.2.2.ebuild,
-  -unixODBC-2.2.6.ebuild, -unixODBC-2.2.6-r1.ebuild, -unixODBC-2.2.8.ebuild,
-  -unixODBC-2.2.11.ebuild, unixODBC-2.2.11-r1.ebuild:
-  PHP herd takes over maintainership, fixup/cleanup ebuilds.
-
-  17 Nov 2006; Saleem Abdulrasool  unixODBC-2.2.6.ebuild,
-  unixODBC-2.2.6-r1.ebuild, unixODBC-2.2.8.ebuild, unixODBC-2.2.11.ebuild,
-  unixODBC-2.2.11-r1.ebuild:
-  Dropping gnome useflag for gnome-1.x removal
-
-  09 Oct 2006;  unixODBC-2.2.11-r1.ebuild:
-  Fix multilib-strict QA checks - bug #149983
-
-  15 Jul 2006; Bryan Østergaard  metadata.xml:
-  Remove rphillips from metadata.xml as he's retired.
-
-  10 Jul 2006; Javier Villavicencio 
-  unixODBC-2.2.11-r1.ebuild:
-  Added ~x86-fbsd keyword.
-
-  24 Jun 2006; Doug Goldstein  unixODBC-2.2.2.ebuild,
-  unixODBC-2.2.6.ebuild, unixODBC-2.2.6-r1.ebuild, unixODBC-2.2.8.ebuild,
-  unixODBC-2.2.11.ebuild, unixODBC-2.2.11-r1.ebuild:
-  USE flag change qt->qt3/qt4 bug #137785
-
-  14 Jan 2006; Mike Frysinger 
-  +files/unixODBC-2.2.11-flex.patch, unixODBC-2.2.11-r1.ebuild:
-  Add patch by Francisco José Cañizares Santofimia to fix building 

[gentoo-commits] proj/kde-sunset:master commit in: kde-frameworks/baloo/

2020-11-29 Thread Andreas Sturmlechner
commit: 9df1f98d242d20adda36ef0e8d34940da2d96865
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 01:58:26 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 02:19:18 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=9df1f98d

kde-frameworks/baloo: Drop ~arm KEYWORD, fix dev-libs/xapian dep

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

 kde-frameworks/baloo/baloo-4.14.3_p20161017.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/baloo/baloo-4.14.3_p20161017.ebuild 
b/kde-frameworks/baloo/baloo-4.14.3_p20161017.ebuild
index 5c6ae4ec..93426626 100644
--- a/kde-frameworks/baloo/baloo-4.14.3_p20161017.ebuild
+++ b/kde-frameworks/baloo/baloo-4.14.3_p20161017.ebuild
@@ -11,13 +11,13 @@ SRC_URI="
mirror://kde/stable/${MY_PV}/src/${PN}-${MY_PV}.tar.xz
https://dev.gentoo.org/~asturm/${P}.tar.xz
 "
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="
$(add_kdeapps_dep kdepimlibs)
dev-libs/qjson
-   dev-libs/xapian:=[chert]
+   dev-libs/xapian:=[chert(+)]
 "
 RDEPEND="${DEPEND}
!

[gentoo-commits] proj/kde-sunset:master commit in: kde-base/kimono/

2020-11-29 Thread Andreas Sturmlechner
commit: 2ec2fc4e21b7ae9649ecd4b15616f62126a69868
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 02:04:41 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 02:19:18 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=2ec2fc4e

kde-base/kimono: Drop ~ppc, ~ppc64 KEYWORDS

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

 kde-base/kimono/kimono-4.14.3.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/kde-base/kimono/kimono-4.14.3.ebuild 
b/kde-base/kimono/kimono-4.14.3.ebuild
index e9407bf3..6d917352 100644
--- a/kde-base/kimono/kimono-4.14.3.ebuild
+++ b/kde-base/kimono/kimono-4.14.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 inherit mono-env kde4-base
 
 DESCRIPTION="C# bindings for KDE"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="akonadi debug plasma"
 
 DEPEND="
@@ -26,7 +26,8 @@ pkg_setup() {
 src_prepare() {
kde4-base_src_prepare
 
-   sed -i "/add_subdirectory( examples )/ s:^:#:" plasma/CMakeLists.txt
+   sed -e "/add_subdirectory( examples )/ s:^:#:" \
+   -i plasma/CMakeLists.txt || die
 }
 
 src_configure() {



[gentoo-commits] proj/kde-sunset:master commit in: dev-qt/qt-meta/, dev-qt/qt-meta/files/

2020-11-29 Thread Andreas Sturmlechner
commit: 22e9dc1b709a5c9392307084c8f703b971e34424
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 01:22:09 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 01:22:09 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=22e9dc1b

dev-qt/qt-meta: Drop 3.3.8b-r1, 3.3.8b-r2

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

 dev-qt/qt-meta/files/0001-dnd_optimization.patch   | 187 --
 .../qt-meta/files/0002-dnd_active_window_fix.patch | 189 ---
 .../0038-dragobject-dont-prefer-unknown.patch  |  57 
 .../files/0044-qscrollview-windowactivate-fix.diff |  38 ---
 dev-qt/qt-meta/files/0047-fix-kmenu-widget.diff|  25 --
 .../qt-meta/files/0048-qclipboard_hack_80072.patch |  48 ---
 .../files/qt-3.3.8-fix-compiler-detection.patch|  22 --
 dev-qt/qt-meta/files/qt-3.3.8-immqt+gcc-4.3.patch  |  20 --
 dev-qt/qt-meta/files/qt-3.3.8-libpng15.patch   | 212 
 dev-qt/qt-meta/files/qt-3.3.8-mips.patch   |  39 ---
 dev-qt/qt-meta/files/qt-3.3.8-seli-xinerama.patch  |  49 ---
 dev-qt/qt-meta/files/qt-3.3.8-uic-fix.patch|  18 -
 dev-qt/qt-meta/files/qt-3.3.8-visibility.patch | 159 -
 dev-qt/qt-meta/files/qt-3.3.8b-cjk-fix.patch   |  32 --
 dev-qt/qt-meta/files/qt-3.3.8b-cstddef.patch   |  35 --
 dev-qt/qt-meta/files/qt-3.3.8b-freetype251.patch   |  52 ---
 dev-qt/qt-meta/files/qt-ulibc.patch|  13 -
 dev-qt/qt-meta/metadata.xml|   2 -
 dev-qt/qt-meta/qt-meta-3.3.8b-r1.ebuild| 367 
 dev-qt/qt-meta/qt-meta-3.3.8b-r2.ebuild| 375 -
 20 files changed, 1939 deletions(-)

diff --git a/dev-qt/qt-meta/files/0001-dnd_optimization.patch 
b/dev-qt/qt-meta/files/0001-dnd_optimization.patch
deleted file mode 100644
index d9de2846..
--- a/dev-qt/qt-meta/files/0001-dnd_optimization.patch
+++ /dev/null
@@ -1,187 +0,0 @@
-qt-bugs@ issue : 16115
-applied: no
-author: Lubos Lunak 
-
-See http://lists.kde.org/?t=10438885891=1=2
-
-
 src/kernel/qdnd_x11.cpp.sav2003-02-05 16:09:45.0 +0100
-+++ src/kernel/qdnd_x11.cpp2003-02-07 16:14:49.0 +0100
-@@ -49,13 +49,15 @@
- #include "qdragobject.h"
- #include "qobjectlist.h"
- #include "qcursor.h"
-+#include "qbitmap.h"
-+#include "qpainter.h"
- 
- #include "qt_x11_p.h"
- 
- // conflict resolution
- 
--// unused, may be used again later: const int XKeyPress = KeyPress;
--// unused, may be used again later: const int XKeyRelease = KeyRelease;
-+const int XKeyPress = KeyPress;
-+const int XKeyRelease = KeyRelease;
- #undef KeyPress
- #undef KeyRelease
- 
-@@ -249,20 +251,47 @@ class QShapedPixmapWidget : public QWidg
- public:
- QShapedPixmapWidget(int screen = -1) :
-   QWidget(QApplication::desktop()->screen( screen ),
--  0, WStyle_Customize | WStyle_Tool | WStyle_NoBorder | 
WX11BypassWM )
-+  0, WStyle_Customize | WStyle_Tool | WStyle_NoBorder | 
WX11BypassWM ), oldpmser( 0 ), oldbmser( 0 )
- {
- }
- 
--void setPixmap(QPixmap pm)
-+void setPixmap(QPixmap pm, QPoint hot)
- {
--  if ( pm.mask() ) {
-+  int bmser = pm.mask() ? pm.mask()->serialNumber() : 0;
-+  if( oldpmser == pm.serialNumber() && oldbmser == bmser
-+  && oldhot == hot )
-+  return;
-+  oldpmser = pm.serialNumber();
-+  oldbmser = bmser;
-+  oldhot = hot;
-+  bool hotspot_in = !(hot.x() < 0 || hot.y() < 0 || hot.x() >= pm.width() 
|| hot.y() >= pm.height());
-+// if the pixmap has hotspot in its area, make a "hole" in it at that position
-+// this will allow XTranslateCoordinates() to find directly the window below 
the cursor instead
-+// of finding this pixmap, and therefore there won't be needed any (slow) 
search for the window
-+// using findRealWindow()
-+  if( hotspot_in ) {
-+  QBitmap mask = pm.mask() ? *pm.mask() : QBitmap( pm.width(), 
pm.height());
-+  if( !pm.mask())
-+  mask.fill( Qt::color1 );
-+  QPainter p(  );
-+  p.setPen( Qt::color0 );
-+  p.drawPoint( hot.x(), hot.y());
-+  p.end();
-+  pm.setMask( mask );
-+  setMask( mask );
-+  } else if ( pm.mask() ) {
-   setMask( *pm.mask() );
-   } else {
-   clearMask();
-   }
-   resize(pm.width(),pm.height());
-   setErasePixmap(pm);
-+  erase();
- }
-+private:
-+int oldpmser;
-+int oldbmser;
-+QPoint oldhot;
- };
- 
- QShapedPixmapWidget * qt_xdnd_deco = 0;
-@@ -859,6 +888,45 @@ void QDragManager::timerEvent( QTimerEve
-   move( QCursor::pos() );
- }
- 
-+static bool qt_xdnd_was_move = false;
-+static bool qt_xdnd_found = false;
-+// check whole incoming X queue for move events
-+// checking whole queue is done by always returning False in the predicate
-+// if there's another move event in 

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

2020-11-29 Thread Andreas Sturmlechner
commit: b463b880517142510ae64f5820208bac6cbd15ca
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 01:31:37 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 01:31:37 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=b463b880

app-office/kmymoney: Drop IUSE=weboob

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

 app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild | 11 +--
 app-office/kmymoney/metadata.xml   |  1 -
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild 
b/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild
index 34a42561..8928aa63 100644
--- a/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild
+++ b/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
 LICENSE="GPL-2"
 SLOT="4"
 KEYWORDS="amd64 x86"
-IUSE="calendar debug doc +handbook hbci ofx quotes test weboob"
+IUSE="calendar debug doc +handbook hbci ofx quotes test"
 
 COMMON_DEPEND="
>=app-crypt/gpgme-1.7.0[cxx]
@@ -29,10 +29,9 @@ COMMON_DEPEND="
calendar? ( dev-libs/libical:= )
hbci? (
>=net-libs/aqbanking-5.5.1
-   >=sys-libs/gwenhywfar-4.15.3[qt4]
+   >=sys-libs/gwenhywfar-4.15.3[qt4(-)]
)
ofx? ( >=dev-libs/libofx-0.9.4 )
-   weboob? ( www-client/weboob )
 "
 RDEPEND="${COMMON_DEPEND}
kde-frameworks/oxygen-icons:*
@@ -95,13 +94,13 @@ src_configure() {
 
local mycmakeargs=(
-DUSE_QT_DESIGNER=OFF
+   -DENABLE_WEBOOB=OFF
+   -DCMAKE_DISABLE_FIND_PACKAGE_KdepimLibs=ON
-DENABLE_LIBICAL=$(usex calendar)
-DUSE_DEVELOPER_DOC=$(usex doc)
-DENABLE_KBANKING=$(usex hbci)
-DENABLE_LIBOFX=$(usex ofx)
-   -DCMAKE_DISABLE_FIND_PACKAGE_KdepimLibs=ON
-DKDE4_BUILD_TESTS=$(usex test)
-   -DENABLE_WEBOOB=$(usex weboob)
)
cmake-utils_src_configure
 }

diff --git a/app-office/kmymoney/metadata.xml b/app-office/kmymoney/metadata.xml
index 007d2ac0..36bc760c 100644
--- a/app-office/kmymoney/metadata.xml
+++ b/app-office/kmymoney/metadata.xml
@@ -5,6 +5,5 @@

Enable HBCI support using 
net-libs/aqbanking
Enable Online Stock Quote retrieval
-   Enable import of online banking 
transactions extracted by www-client/weboob

 



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

2020-11-29 Thread Andreas Sturmlechner
commit: 113f0ebd0a9798a07c197a6d3fb4f3fe8235efe5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 01:39:55 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 02:19:18 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=113f0ebd

kde-apps/kdesdk-meta: Drop kde-apps/lokalize from RDEPEND

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

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

diff --git a/kde-apps/kdesdk-meta/kdesdk-meta-4.14.3.ebuild 
b/kde-apps/kdesdk-meta/kdesdk-meta-4.14.3.ebuild
index 9818cbc6..06e3c8fd 100644
--- a/kde-apps/kdesdk-meta/kdesdk-meta-4.14.3.ebuild
+++ b/kde-apps/kdesdk-meta/kdesdk-meta-4.14.3.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 inherit kde4-meta-pkg
 
 DESCRIPTION="KDE SDK - merge this to pull in all kdesdk-derived packages"
@@ -20,8 +21,8 @@ RDEPEND="
$(add_kdeapps_dep kdesdk-kioslaves)
$(add_kdeapps_dep kompare)
$(add_kdeapps_dep libkomparediff2)
-   $(add_kdeapps_dep lokalize)
>=app-editors/okteta-${PV}:4
$(add_kdeapps_dep poxml)
$(add_kdeapps_dep umbrello)
 "
+#  $(add_kdeapps_dep lokalize)



[gentoo-commits] proj/kde-sunset:master commit in: app-doc/quanta-docs/

2020-11-29 Thread Andreas Sturmlechner
commit: 792cb30bfc08c4c4d3f2a7f5edce9bde6c1da540
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 01:33:36 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 01:34:11 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=792cb30b

app-doc/quanta-docs: Remanifest

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

 app-doc/quanta-docs/quanta-docs-20051201.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/app-doc/quanta-docs/quanta-docs-20051201.ebuild 
b/app-doc/quanta-docs/quanta-docs-20051201.ebuild
index a1c72fb1..693d86bb 100644
--- a/app-doc/quanta-docs/quanta-docs-20051201.ebuild
+++ b/app-doc/quanta-docs/quanta-docs-20051201.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-doc/quanta-docs/quanta-docs-20051201.ebuild,v 1.11 
2009/10/25 23:31:12 abcd Exp $
 
 DESCRIPTION="Language documentation files for Quanta."
 HOMEPAGE="http://quanta.kdewebdev.org/;
@@ -13,7 +12,6 @@ SRC_URI="mirror://gentoo/quanta-css-${PV}.tar.bz2
 # http://sourceforge.net/project/showfiles.php?group_id=4113
 
 LICENSE="GPL-2"
-
 SLOT="0"
 KEYWORDS="~alpha amd64 ~hppa mips ~ppc ~ppc64 ~sparc x86"
 IUSE="mysql"



[gentoo-commits] proj/kde-sunset:master commit in: media-sound/konvertible/

2020-11-29 Thread Andreas Sturmlechner
commit: f97c3893d2da34088827c7b431fea21a03d0d7a8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 01:46:13 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 02:19:18 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=f97c3893

media-sound/konvertible: Switch to media-video/ffmpeg

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

 media-sound/konvertible/konvertible-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/konvertible/konvertible-1.0.1.ebuild 
b/media-sound/konvertible/konvertible-1.0.1.ebuild
index d8758d87..a0619f5e 100644
--- a/media-sound/konvertible/konvertible-1.0.1.ebuild
+++ b/media-sound/konvertible/konvertible-1.0.1.ebuild
@@ -16,7 +16,7 @@ IUSE="debug +handbook taglib"
 
 DEPEND="taglib? ( media-libs/taglib )"
 RDEPEND="${DEPEND}
-   virtual/ffmpeg
+   media-video/ffmpeg
 "
 
 DOCS=( ChangeLog README TODO )



[gentoo-commits] proj/kde-sunset:master commit in: sys-libs/gwenhywfar/

2020-11-29 Thread Andreas Sturmlechner
commit: ae36a773e705bcfe9c1ebf0bdaa957f36992ca32
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 01:12:56 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 01:12:56 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=ae36a773

sys-libs/gwenhywfar: Drop IUSE=fox, drop ~sparc KEYWORD

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

 sys-libs/gwenhywfar/gwenhywfar-4.20.0.ebuild | 10 --
 sys-libs/gwenhywfar/metadata.xml |  1 -
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/sys-libs/gwenhywfar/gwenhywfar-4.20.0.ebuild 
b/sys-libs/gwenhywfar/gwenhywfar-4.20.0.ebuild
index 486bc654..c67b7c5c 100644
--- a/sys-libs/gwenhywfar/gwenhywfar-4.20.0.ebuild
+++ b/sys-libs/gwenhywfar/gwenhywfar-4.20.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,8 +11,8 @@ 
SRC_URI="https://www.aquamaniac.de/sites/download/download.php?package=01
 
 LICENSE="LGPL-2.1"
 SLOT="0/60" # correspond with libgwenhywfar.so version
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
-IUSE="debug designer doc fox gtk libressl qml qt4 qt5 sensors serialport test 
webkit"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86"
+IUSE="debug designer doc gtk libressl qml qt4 qt5 sensors serialport test 
webkit"
 
 REQUIRED_USE="designer? ( qt5 ) qml? ( qt5 ) sensors? ( qt5 ) serialport? ( 
qt5 ) webkit? ( qt5 )"
 
@@ -28,7 +28,6 @@ RDEPEND="
virtual/libintl
virtual/opengl
designer? ( dev-qt/designer:5 )
-   fox? ( x11-libs/fox:1.6 )
gtk? ( x11-libs/gtk+:2 )
qml? ( dev-qt/qtdeclarative:5 )
qt4? (
@@ -83,7 +82,6 @@ src_configure() {
use webkit || disableQtModule webkit webkitwidgets
 
local guis=()
-   use fox && guis+=( fox16 )
use gtk && guis+=( gtk2 )
use qt4 && guis+=( qt4 )
use qt5 && guis+=( qt5 )
@@ -95,7 +93,7 @@ src_configure() {
$(use_enable doc full-doc)
--with-docpath="${EPREFIX}/usr/share/doc/${PF}/apidoc"
)
-   
+
use qt4 && myeconfargs+=(
--with-qt4-moc="$(qt4_get_bindir)/moc"
--with-qt5-qmake="$(qt4_get_bindir)/qmake"

diff --git a/sys-libs/gwenhywfar/metadata.xml b/sys-libs/gwenhywfar/metadata.xml
index be278d36..5e23be71 100644
--- a/sys-libs/gwenhywfar/metadata.xml
+++ b/sys-libs/gwenhywfar/metadata.xml
@@ -4,7 +4,6 @@
 

Build plugins for 
dev-qt/designer
-   Use x11-libs/fox graphical 
toolkit
Enable support for plugins using QML
Enable support for 
dev-qt/qtsensors module
Enable support for 
dev-qt/qtserialport module



[gentoo-commits] proj/kde-sunset:master commit in: net-dns/avahi/

2020-11-29 Thread Andreas Sturmlechner
commit: 6df2809d20d071623c273840b8391522d20e2bea
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 01:15:39 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 01:15:39 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=6df2809d

net-dns/avahi: Drop IUSE=qt3

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

 net-dns/avahi/avahi-0.6.31-r6.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/net-dns/avahi/avahi-0.6.31-r6.ebuild 
b/net-dns/avahi/avahi-0.6.31-r6.ebuild
index b140ed6d..092c3e2c 100644
--- a/net-dns/avahi/avahi-0.6.31-r6.ebuild
+++ b/net-dns/avahi/avahi-0.6.31-r6.ebuild
@@ -8,8 +8,7 @@ PYTHON_REQ_USE="gdbm"
 
 WANT_AUTOMAKE=1.11
 
-inherit autotools eutils flag-o-matic multilib multilib-minimal mono-env \
-   python-r1 systemd user
+inherit autotools eutils flag-o-matic multilib multilib-minimal mono-env 
python-r1 systemd user
 
 DESCRIPTION="System which facilitates service discovery on a local network"
 HOMEPAGE="http://avahi.org/;
@@ -18,7 +17,7 @@ SRC_URI="http://avahi.org/download/${P}.tar.gz;
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~hppa m68k ~mips ~ppc ~ppc64 s390 ~sparc x86 
~x86-linux"
-IUSE="autoipd bookmarks dbus doc gdbm gtk howl-compat +introspection ipv6 
kernel_linux mdnsresponder-compat mono nls python qt3 qt4 selinux test utils"
+IUSE="autoipd bookmarks dbus doc gdbm gtk howl-compat +introspection ipv6 
kernel_linux mdnsresponder-compat mono nls python qt4 selinux test utils"
 
 REQUIRED_USE="
utils? ( gtk )
@@ -33,7 +32,6 @@ COMMON_DEPEND="
dev-libs/expat
>=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
gdbm? ( >=sys-libs/gdbm-1.10-r1[${MULTILIB_USEDEP}] )
-   qt3? ( dev-qt/qt-meta:3 )
qt4? ( dev-qt/qtcore:4 )
gtk? ( x11-libs/gtk+:3 )
dbus? ( >=sys-apps/dbus-1.6.18-r1[${MULTILIB_USEDEP}] )
@@ -186,7 +184,7 @@ multilib_src_configure() {
$(use_enable nls) \
$(multilib_native_use_enable introspection) \
$(multilib_native_use_enable utils gtk-utils) \
-   $(multilib_native_use_enable qt3) \
+   --disable-qt3 \
$(multilib_native_use_enable qt4) \
$(use_enable gdbm) \
$(systemd_with_unitdir) \



[gentoo-commits] proj/kde-sunset:master commit in: dev-db/qt-unixODBC/files/, dev-db/qt-unixODBC/

2020-11-29 Thread Andreas Sturmlechner
commit: b0d301b28c8e395e8d6f57f00c8e285e48a01817
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 01:23:59 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 01:24:43 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=b0d301b2

dev-db/qt-unixODBC: Drop Qt3 adjacent package

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

 dev-db/qt-unixODBC/ChangeLog| 179 
 dev-db/qt-unixODBC/files/qt-no-rpath.patch  |  11 --
 dev-db/qt-unixODBC/files/unixODBC-2.2.14.patch  |  39 --
 dev-db/qt-unixODBC/metadata.xml |   5 -
 dev-db/qt-unixODBC/qt-unixODBC-3.3.8b-r1.ebuild |  71 --
 dev-db/qt-unixODBC/qt-unixODBC-3.3.8b.ebuild|  70 -
 6 files changed, 375 deletions(-)

diff --git a/dev-db/qt-unixODBC/ChangeLog b/dev-db/qt-unixODBC/ChangeLog
deleted file mode 100644
index 5a8a6b09..
--- a/dev-db/qt-unixODBC/ChangeLog
+++ /dev/null
@@ -1,179 +0,0 @@
-# ChangeLog for dev-db/qt-unixODBC
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/qt-unixODBC/ChangeLog,v 1.45 
2009/04/27 20:06:56 hwoarang Exp $
-
-  21 Mar 2013; Lars Wendler 
-  qt-unixODBC-3.3.8b.ebuild, qt-unixODBC-3.3.8b-r1.ebuild:
-  Fixed dependencies on qt packages.
-
-*qt-unixODBC-3.3.8b-r1 (23 Mar 2010)
-
-  23 Mar 2010; Martin von Gagern (MvG) 
-  +files/unixODBC-2.2.14.patch, qt-unixODBC-3.3.8b.ebuild,
-  +qt-unixODBC-3.3.8b-r1.ebuild:
-  Restore compatibility with dev-db/unixODBC-2.2.14
-
-  27 Apr 2009; Markos Chandras 
-  -qt-unixODBC-3.3.8.ebuild:
-  Remove masked file
-
-  17 Jan 2009; nixnut  qt-unixODBC-3.3.8b.ebuild:
-  ppc stable #254153
-
-  10 Jan 2009; Raúl Porcel  qt-unixODBC-3.3.8b.ebuild:
-  alpha/ia64/sparc/x86 stable wrt #254153
-
-  09 Jan 2009; Guy Martin  qt-unixODBC-3.3.8b.ebuild:
-  hppa stable, #254153
-
-  07 Jan 2009; Thomas Anderson 
-  qt-unixODBC-3.3.8b.ebuild:
-  stable amd64, dependency for bug 253978
-
-  07 Jan 2009; Brent Baude  qt-unixODBC-3.3.8b.ebuild:
-  Marking qt-unixODBC-3.3.8b ppc64 for bug 253978
-
-*qt-unixODBC-3.3.8b (26 Jul 2008)
-
-  26 Jul 2008; Carsten Lohrke  +qt-unixODBC-3.3.8b.ebuild:
-  Version bump.
-
-  21 May 2008; Ingmar Vanhassel 
-  -qt-unixODBC-3.3.4-r1.ebuild:
-  Old.
-
-  27 Mar 2008; Bo Ørsted Andresen 
-  qt-unixODBC-3.3.8.ebuild:
-  Respect user's CFLAGS (bug #181789). Fix quoting. Use doins.
-
-  13 Mar 2008;  qt-unixODBC-3.3.4-r1.ebuild:
-  Drop to ~mips due to unstable deps
-
-  03 May 2007; Caleb Tennis  qt-unixODBC-3.3.4-r1.ebuild:
-  readd amd64 as it likes this version for hardened as well
-
-  20 Apr 2007; Caleb Tennis  -qt-unixODBC-3.3.6.ebuild:
-  remove 3.3.6 as it's qt 3.3.6 isn't in portage anymore
-
-  18 Apr 2007; Jose Luis Rivero 
-  qt-unixODBC-3.3.8.ebuild:
-  Stable on alpha wrt security #172746
-
-  13 Apr 2007; Gustavo Zacarias 
-  qt-unixODBC-3.3.8.ebuild:
-  Stable on sparc wrt security #172746
-
-  12 Apr 2007; Jeroen Roovers  qt-unixODBC-3.3.8.ebuild:
-  Stable for HPPA (bug #172746).
-
-  11 Apr 2007; Tobias Scherbaum 
-  qt-unixODBC-3.3.8.ebuild:
-  ppc stable, bug #172746
-
-  11 Apr 2007; Markus Rothe  qt-unixODBC-3.3.8.ebuild:
-  Stable on ppc64; bug #172746
-
-  11 Apr 2007; Raúl Porcel  qt-unixODBC-3.3.8.ebuild:
-  ia64 + x86 stable wrt security bug 172746
-
-  11 Apr 2007; Marcus D. Hanwell 
-  qt-unixODBC-3.3.8.ebuild:
-  Stable on amd64, bug 172746.
-
-*qt-unixODBC-3.3.8 (22 Feb 2007)
-
-  22 Feb 2007; Caleb Tennis  +qt-unixODBC-3.3.8.ebuild:
-  Bump to Qt 3.3.8
-
-  22 Feb 2007; Piotr Jaroszyński  ChangeLog:
-  Transition to Manifest2.
-
-  15 Oct 2006; Bryan Østergaard 
-  qt-unixODBC-3.3.6.ebuild:
-  Stable on ia64, bug 132887.
-
-  17 Jul 2006; Caleb Tennis  -qt-unixODBC-3.3.5.ebuild:
-  removing unneeded version
-
-  30 May 2006; Chris Gianelloni 
-  qt-unixODBC-3.3.6.ebuild:
-  Stable on amd64 wrt bug #132887.
-
-  25 May 2006; Guy Martin  qt-unixODBC-3.3.6.ebuild:
-  Stable on hppa.
-
-  22 May 2006; Caleb Tennis  -qt-unixODBC-3.3.4.ebuild:
-  remove for GSLA 200510-14
-
-  12 May 2006; Thomas Cort  qt-unixODBC-3.3.6.ebuild:
-  Stable on alpha wrt Bug #132887.
-
-  12 May 2006; Chris Gianelloni 
-  qt-unixODBC-3.3.6.ebuild:
-  Marking stable on x86 wrt bug #132887.
-
-  12 May 2006; Luca Barbato  qt-unixODBC-3.3.6.ebuild:
-  Marked ppc
-
-  12 May 2006; Jason Wever  qt-unixODBC-3.3.6.ebuild:
-  Stable on SPARC wrt bug #132887.
-
-  11 May 2006; Markus Rothe  qt-unixODBC-3.3.6.ebuild:
-  Stable on ppc64; bug #132887
-
-*qt-unixODBC-3.3.6 (17 Mar 2006)
-
-  17 Mar 2006; Caleb Tennis  +qt-unixODBC-3.3.6.ebuild:
-  bumped to 3.3.6
-
-  29 Sep 2005; Hardave Riar 
-  qt-unixODBC-3.3.4-r1.ebuild:
-  Stable on mips, dep of bug #105695.
-
-  22 Sep 2005; Mark Loeser  qt-unixODBC-3.3.4-r1.ebuild:
-  Stable on x86; bug #105695.
-
-  20 Sep 2005; Marcus D. Hanwell 
-  qt-unixODBC-3.3.4-r1.ebuild:
-  Stable on amd64, bug 105695.
-

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

2020-11-29 Thread Mike Pagano
commit: 244396751fa6bb7c2c75444c3d7b1923ad3b8885
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Nov 30 01:59:07 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Nov 30 01:59:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24439675

sys-kernel/git-sources: Version bump

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

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

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 0ec29ca05fb..7dd18e50966 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -4,3 +4,4 @@ DIST patch-5.10-rc2.patch 65041019 BLAKE2B 
1bba1e257e24d6bf601cc8bc90143ec547a78
 DIST patch-5.10-rc3.patch 65452543 BLAKE2B 
c93fc460613fc75b323580916376d6300faea9856f1873e193ffd552f375a7348e278a37e949bbe5ef2ce4ab26eea5fee6ada4cf610650caed1c974ec7d5c226
 SHA512 
7cab607fb72b524217f39f1aabd6f7f24a3c5ec08a68cc6346d574c8bebcaef46aaf51d91d13ba9117f55ac9efeb95aaff6b95e683f9a87262028cbc0910426d
 DIST patch-5.10-rc4.patch 65892587 BLAKE2B 
a9ba5ce6f0c9f2a8524bbf65515f8aa7ca023d532ba560fe512d17e9186396f4667dbf0318b1863934fcd47c2276e6f7c58fddc449522000878db4b60227a8b3
 SHA512 
45b58dc20d56951c1bcb750d2cb6d345552721168b1a40aa2046fc4ad22a9d9695f03fd13ff5c3e5138110986749860589e26507d7e87901916f942e8da0aacd
 DIST patch-5.10-rc5.patch 66285645 BLAKE2B 
13ff435b02128b6eaf4d790190591a09d185a6099856aa748ed029a1b7b8b988f8de3b2deaca680882982ae2348cf6178a2af1a6ac89a0e89756b2650ad6c022
 SHA512 
08726264447c2d9ac71e2832b0054a998544c44b922cec729aecd3f9158347d3fb59a9d9d899c70dceba5b0d54a81d4d4e9134e5fe4a8b6c767569a4f921043c
+DIST patch-5.10-rc6.patch 66602796 BLAKE2B 
9b056fec355a4a2111df58e6b871d80f93cfd43be47045cd145651de15ea1e2d89af2f6c02327b8d8f5e2c44767764b6e9fb6a9e89680b8d8ce205e2741b7831
 SHA512 
571a88e88758de5c3a4c9b8f18fd8818b89a5c569f95a06b3b5144fa897af9e1a510e4191d4acb1fb05a282c930507e82b5057d9967e5905ec033223cfb0b604

diff --git a/sys-kernel/git-sources/git-sources-5.10_rc6.ebuild 
b/sys-kernel/git-sources/git-sources-5.10_rc6.ebuild
new file mode 100644
index 000..90316ad9986
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-5.10_rc6.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+UNIPATCH_STRICTORDER="yes"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_NOUSEPR="yes"
+K_SECURITY_UNSUPPORTED="1"
+K_BASE_VER="5.9"
+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 ~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: media-gfx/imagemagick/

2020-11-29 Thread Thomas Deutschmann
commit: c33d040726b87b286a1b8e2219845eac67b68367
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Nov 30 01:52:00 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 30 01:52:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c33d0407

media-gfx/imagemagick: bump to v6.9.11-44 & v7.0.10-44

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

 media-gfx/imagemagick/Manifest |   2 +
 media-gfx/imagemagick/imagemagick-6.9.11.44.ebuild | 254 +++
 media-gfx/imagemagick/imagemagick-7.0.10.44.ebuild | 268 +
 3 files changed, 524 insertions(+)

diff --git a/media-gfx/imagemagick/Manifest b/media-gfx/imagemagick/Manifest
index 7c36486e144..d41b403b1b5 100644
--- a/media-gfx/imagemagick/Manifest
+++ b/media-gfx/imagemagick/Manifest
@@ -1,2 +1,4 @@
 DIST ImageMagick-6.9.11-41.tar.xz 9163764 BLAKE2B 
943dbed16e096adb88ac81c9fb50190bb9bbfd4fda24145b49bb147034f2b69403ed17c61a5edf52d28f22c4d729d4704ad10084f395b8d6890e87c800cc5486
 SHA512 
7331885b5dc0b1048e961e9c357fbfc0eabb71c265387842eb42530b0f02210d017f7e0536602780f294f48c6077932abd7d10322584da9b392a7a18e7460cc9
+DIST ImageMagick-6.9.11-44.tar.xz 9155096 BLAKE2B 
efd52ca6d30a385f29f0fda102c58d89dff6b80d702391a39d52cb59835fe258a21b171a64dfefd91f15d377177219de1a1db1b2e8bb2e3337119497a38b272e
 SHA512 
dcf2965f1751c50649c74160b29f6909b6fa2dfdf64520d0f55be9fe0eef02aac32f9c376756295c90b9c89b2947890249ca0e41f0cc56e2ec4b37678bc92372
 DIST ImageMagick-7.0.10-41.tar.xz 9645036 BLAKE2B 
3e90fc739cc271a20be49e1cf7b2a637e1b3916ae2934d7874f28339039ce5c331c35eb8863ef6144270586afd85ac9475a0603d64b9a8189a9f06de6f47f42e
 SHA512 
62439bcc7a2447593bedf165c2c05e67e27d672823523d611439fa2dc288e948772389772dcf1f8633ca7dbf38b514cf5fc3bfb5fb3d61e2efdd38fe7a2ad040
+DIST ImageMagick-7.0.10-44.tar.xz 9649740 BLAKE2B 
b721532e267c2832252519b52fd6f88795e0bc22cc165020478dc80164784a0407e0eec066ecf8db68409e04a48e877d16f882e773f34c50797784ba771ec997
 SHA512 
246567c84ecaaba4f7742c215b2d79f181fedd3ba953d318f177916e5a3757ddbae111837657a5df4b420da3b1337b1ec78c871c57b3e738585ee847a7b9d768

diff --git a/media-gfx/imagemagick/imagemagick-6.9.11.44.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.11.44.ebuild
new file mode 100644
index 000..671132b9e8f
--- /dev/null
+++ b/media-gfx/imagemagick/imagemagick-6.9.11.44.ebuild
@@ -0,0 +1,254 @@
+# Copyright 1999-2020 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
+
+MY_PV="$(ver_rs 3 '-')"
+MY_P="ImageMagick-${MY_PV}"
+
+DESCRIPTION="A collection of tools and libraries for many image formats"
+HOMEPAGE="https://www.imagemagick.org/;
+SRC_URI="mirror://imagemagick/${MY_P}.tar.xz"
+
+LICENSE="imagemagick"
+SLOT="0/6.9.11-37"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+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"
+
+REQUIRED_USE="corefonts? ( truetype )
+   test? ( corefonts )"
+
+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
+   media-gfx/potrace
+   )
+   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
+   X? ( x11-base/xorg-proto )"
+

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

2020-11-29 Thread Thomas Deutschmann
commit: 36507f57bc2eb591605aa16479a1d643dbae88f6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Nov 30 01:47:56 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 30 01:52:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36507f57

media-gfx/imagemagick: rollover stable keywords

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

 media-gfx/imagemagick/imagemagick-6.9.11.41-r1.ebuild | 2 +-
 media-gfx/imagemagick/imagemagick-7.0.10.41-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/imagemagick/imagemagick-6.9.11.41-r1.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.11.41-r1.ebuild
index 671132b9e8f..2093cc705f7 100644
--- a/media-gfx/imagemagick/imagemagick-6.9.11.41-r1.ebuild
+++ b/media-gfx/imagemagick/imagemagick-6.9.11.41-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://imagemagick/${MY_P}.tar.xz"
 
 LICENSE="imagemagick"
 SLOT="0/6.9.11-37"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-aix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 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"
 
 REQUIRED_USE="corefonts? ( truetype )

diff --git a/media-gfx/imagemagick/imagemagick-7.0.10.41-r1.ebuild 
b/media-gfx/imagemagick/imagemagick-7.0.10.41-r1.ebuild
index c476290b8c6..e5576b5108a 100644
--- a/media-gfx/imagemagick/imagemagick-7.0.10.41-r1.ebuild
+++ b/media-gfx/imagemagick/imagemagick-7.0.10.41-r1.ebuild
@@ -13,7 +13,7 @@ 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 
~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 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"



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

2020-11-29 Thread Thomas Deutschmann
commit: 4d8086b52e1cbbe6cb11eee20539331bc7ce870c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Nov 30 01:50:45 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 30 01:52:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d8086b5

media-gfx/imagemagick: update live ebuild

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

 media-gfx/imagemagick/imagemagick-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/imagemagick/imagemagick-.ebuild 
b/media-gfx/imagemagick/imagemagick-.ebuild
index 542b188a282..c476290b8c6 100644
--- a/media-gfx/imagemagick/imagemagick-.ebuild
+++ b/media-gfx/imagemagick/imagemagick-.ebuild
@@ -13,14 +13,14 @@ else
MY_PV="$(ver_rs 3 '-')"
MY_P="ImageMagick-${MY_PV}"
SRC_URI="mirror://imagemagick/${MY_P}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~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/7.0.10"
+SLOT="0/7.0.10-37"
 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 )"
 



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

2020-11-29 Thread Thomas Deutschmann
commit: 4dea2b78dc849899658800dc9a7d842d65cee1b9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Nov 30 01:49:15 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 30 01:52:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dea2b78

media-gfx/imagemagick: drop old

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

 media-gfx/imagemagick/Manifest |   2 -
 media-gfx/imagemagick/imagemagick-6.9.11.35.ebuild | 254 ---
 media-gfx/imagemagick/imagemagick-7.0.10.35.ebuild | 268 -
 3 files changed, 524 deletions(-)

diff --git a/media-gfx/imagemagick/Manifest b/media-gfx/imagemagick/Manifest
index 9334c59d7a6..7c36486e144 100644
--- a/media-gfx/imagemagick/Manifest
+++ b/media-gfx/imagemagick/Manifest
@@ -1,4 +1,2 @@
-DIST ImageMagick-6.9.11-35.tar.xz 9214584 BLAKE2B 
a482a8134b321395437178bcc25963931738f73925698c860f6d7088fe1ed79917d6e7d4a4da3b5fe71aeb29695901341fdc20336f68e64ae63bba1bd5ef9ce2
 SHA512 
3d04e1add469486b6c9d1e562f7623bed516a64e797abd3113c3493772550f52245f89395da7126f656a58c0c2d3516cec14abe0a3d6ab2a75a1ccde1645
 DIST ImageMagick-6.9.11-41.tar.xz 9163764 BLAKE2B 
943dbed16e096adb88ac81c9fb50190bb9bbfd4fda24145b49bb147034f2b69403ed17c61a5edf52d28f22c4d729d4704ad10084f395b8d6890e87c800cc5486
 SHA512 
7331885b5dc0b1048e961e9c357fbfc0eabb71c265387842eb42530b0f02210d017f7e0536602780f294f48c6077932abd7d10322584da9b392a7a18e7460cc9
-DIST ImageMagick-7.0.10-35.tar.xz 9656888 BLAKE2B 
3b1da9c2a6118cd4885eeaa366f2fbcda1a16a9a81025b810431262510ec70d2397512e3b1a5eedf95a3a29bebdff16399b2cb308a0da67b512472c86a6505ca
 SHA512 
340395496b1d41f52ffd6c5928d9426edbc3e79aa1d3ad38b41eac361b6291a2ede3d3997ced61500fd34a32b74f774e7335e6d13de0b7c5e70d7039ec95887c
 DIST ImageMagick-7.0.10-41.tar.xz 9645036 BLAKE2B 
3e90fc739cc271a20be49e1cf7b2a637e1b3916ae2934d7874f28339039ce5c331c35eb8863ef6144270586afd85ac9475a0603d64b9a8189a9f06de6f47f42e
 SHA512 
62439bcc7a2447593bedf165c2c05e67e27d672823523d611439fa2dc288e948772389772dcf1f8633ca7dbf38b514cf5fc3bfb5fb3d61e2efdd38fe7a2ad040

diff --git a/media-gfx/imagemagick/imagemagick-6.9.11.35.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.11.35.ebuild
deleted file mode 100644
index 45ebf61e641..000
--- a/media-gfx/imagemagick/imagemagick-6.9.11.35.ebuild
+++ /dev/null
@@ -1,254 +0,0 @@
-# Copyright 1999-2020 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
-
-MY_PV="$(ver_rs 3 '-')"
-MY_P="ImageMagick-${MY_PV}"
-
-DESCRIPTION="A collection of tools and libraries for many image formats"
-HOMEPAGE="https://www.imagemagick.org/;
-SRC_URI="mirror://imagemagick/${MY_P}.tar.xz"
-
-LICENSE="imagemagick"
-SLOT="0/6.9.11"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-aix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
-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"
-
-REQUIRED_USE="corefonts? ( truetype )
-   test? ( corefonts )"
-
-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
-   media-gfx/potrace
-   )
-   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
-   X? ( x11-base/xorg-proto )"
-
-S="${WORKDIR}/${MY_P}"

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

2020-11-29 Thread Thomas Deutschmann
commit: a713955b5d7f409d40876b97bc3bf8a54a5236b1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Nov 30 01:46:07 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 30 01:52:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a713955b

dev-util/jenkins-bin: bump to v2.268

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

 dev-util/jenkins-bin/Manifest |  1 +
 dev-util/jenkins-bin/jenkins-bin-2.268.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index a16803eb147..b17793019fa 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -2,3 +2,4 @@ DIST jenkins-bin-2.249.2.war 67399569 BLAKE2B 
df3d954988370a47d90363a01de97f17a9
 DIST jenkins-bin-2.249.3.war 67400032 BLAKE2B 
eb9ffde454bf9ee2140655a985c6f383cb2e3d21f172075cf19171871564d356afd38b8ed6119cb3bd43801843d499242c0ae99087c5c4f7cb2db1b8b80b70a4
 SHA512 
5d65dee8c128ba2a307ade0750a0ad9b71136b1102a36df0a34a1217ce62df9c0c60449e0f5dd8861369b553000ef65f8bb0afb54a3c8e4315400dede58e779b
 DIST jenkins-bin-2.264.war 67272894 BLAKE2B 
8cf8afc038420bbf101bf8c81cdb37e9ba25f631ccbe0f98d8897f12a93abf8355dca1ec23f254e14b16dbd8e88507a37b545c4854f2e8f3684bda871d8e171f
 SHA512 
9bf29d7ae084c30c02931ba065e7d712a3cab4e4519587a1edc68e7205dac7a91934ca910536dd8d2c268575547fea2cdcc43229c726ed495658210cea7747a5
 DIST jenkins-bin-2.267.war 70971700 BLAKE2B 
1470144d6be6cfc33d7b84c51ebb3f762b3e590427a362596302b87510d694b479608ff290b64a433aa98266d3c47b1294a505525cfdeae3547e58cc65f0d172
 SHA512 
39c042b3ca9d48c040d0a9d9ac9d65aff2f579888e24b800bc1e1b77b7175528aed31f2675b3417577b0b0eef7c17b6faa2d7b794360a17a6a4c8ba867007185
+DIST jenkins-bin-2.268.war 70969355 BLAKE2B 
e24424c8cd0535c04134cd22b8fc5e73de80c8eaa090e9fdf512dfeda4a9d029b0657e7ecaed4934ff996c1f5e8e59e9f10a7bfc31a313792cf759017780aeeb
 SHA512 
b0e55310a21039fc57a7bdcc3b190ec61141f253d084a8279d279cff1778a3a4edc281bcc2cd1f872389d160a77dd2c9ebdf1b6cbc5d90272f2aedd66296535a

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.268.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.268.ebuild
new file mode 100644
index 000..231d58c8748
--- /dev/null
+++ b/dev-util/jenkins-bin/jenkins-bin-2.268.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit user systemd
+
+DESCRIPTION="Extensible continuous integration server"
+HOMEPAGE="https://jenkins.io/;
+LICENSE="MIT"
+SRC_URI="http://mirrors.jenkins-ci.org/war/${PV}/${PN/-bin/}.war -> ${P}.war"
+RESTRICT="mirror"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux"
+IUSE=""
+
+RDEPEND="media-fonts/dejavu
+   media-libs/freetype
+   !dev-util/jenkins-bin:lts
+   >=virtual/jre-1.8.0"
+
+S=${WORKDIR}
+
+JENKINS_DIR=/var/lib/jenkins
+
+pkg_setup() {
+   enewgroup jenkins
+   enewuser jenkins -1 -1 ${JENKINS_DIR} jenkins
+}
+
+src_install() {
+   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
+
+   insinto /opt/jenkins
+   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}-r1.logrotate ${PN/-bin/}
+
+   newinitd "${FILESDIR}"/${PN}.init2 jenkins
+   newconfd "${FILESDIR}"/${PN}.confd jenkins
+
+   systemd_newunit "${FILESDIR}"/${PN}.service2 jenkins.service
+
+   fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}/backup
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/grafana-bin/

2020-11-29 Thread Thomas Deutschmann
commit: eb399b1817b536d26a100f3dbaa8d59193fb0023
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Nov 30 01:44:31 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 30 01:52:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb399b18

www-apps/grafana-bin: bump to v7.3.4

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

 www-apps/grafana-bin/Manifest |  1 +
 www-apps/grafana-bin/grafana-bin-7.3.4.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/www-apps/grafana-bin/Manifest b/www-apps/grafana-bin/Manifest
index aff37ca7968..72779504cef 100644
--- a/www-apps/grafana-bin/Manifest
+++ b/www-apps/grafana-bin/Manifest
@@ -1,2 +1,3 @@
 DIST grafana-bin-7.3.1.tar.gz 53950606 BLAKE2B 
16e0253371cb267876772e788e00d2330c664e3f0fea7f3891dbf5d4300e0baf99dd626ac2801201fda87f967d0013a151c672b341179e355acd43430f51acaa
 SHA512 
0436b5bec58e52582542bb1efe7825ffc7abd5289d82916c6a54c6aee77a7350060ef877734b32332a5f3935cf1a3404b670e5f9344a8bb9b5c91d95ad81e214
 DIST grafana-bin-7.3.3.tar.gz 53921906 BLAKE2B 
7fff1f6d1ef833815011505ec712e625fca59718ecdc8855bf5495c252b76f7d3dfe7ef28b6c66bd219750817c03a55921e6658c318ec3a227531641e9eb489a
 SHA512 
0b982ac893f31c898865349f41efcb60ccf5789108d573677d9f33a5baf3cb532a8e80704bbd00154062de4d201a3e203f58569f1fd291fec2edfc0a2f434dfb
+DIST grafana-bin-7.3.4.tar.gz 53996284 BLAKE2B 
c84efcfc0bd6229dbceb364acb418ded4e20158563253d6dc1937cf14a3bf2a4a06a1694e8f2baa2099221d14d64f09437454cdf81cf3f62299ffa0c4178b5d7
 SHA512 
0bf2e1e199bc2c520a3218b0691c7743ff3b2306c43e4f6821c78015863488456bf85a7fceceaa6a64152d21053b9676e47ceb7ceda02ec446d06ee1878cafb6

diff --git a/www-apps/grafana-bin/grafana-bin-7.3.4.ebuild 
b/www-apps/grafana-bin/grafana-bin-7.3.4.ebuild
new file mode 100644
index 000..d666b4c9db3
--- /dev/null
+++ b/www-apps/grafana-bin/grafana-bin-7.3.4.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit systemd
+
+MY_PN=${PN/-bin/}
+MY_PV=${PV/_beta/-beta}
+S=${WORKDIR}/${MY_PN}-${MY_PV}
+
+DESCRIPTION="Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB 
& OpenTSDB"
+HOMEPAGE="https://grafana.org;
+SRC_URI="https://dl.grafana.com/oss/release/grafana-${PV}.linux-amd64.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="acct-group/grafana
+   acct-user/grafana"
+RDEPEND="${DEPEND}
+   media-libs/fontconfig"
+
+QA_PREBUILT="usr/bin/grafana-*"
+QA_PRESTRIPPED=${QA_PREBUILT}
+
+src_install() {
+   keepdir /etc/grafana
+   insinto /etc/grafana
+   newins "${S}"/conf/sample.ini grafana.ini
+   rm "${S}"/conf/sample.ini || die
+
+   # Frontend assets
+   insinto /usr/share/${MY_PN}
+   doins -r public conf
+
+   dobin bin/grafana-cli
+   dobin bin/grafana-server
+
+   newconfd "${FILESDIR}"/grafana.confd grafana
+   newinitd "${FILESDIR}"/grafana.initd.3 grafana
+   systemd_newunit "${FILESDIR}"/grafana.service grafana.service
+
+   keepdir /var/{lib,log}/grafana
+   keepdir /var/lib/grafana/{dashboards,plugins}
+   fowners grafana:grafana /var/{lib,log}/grafana
+   fowners grafana:grafana /var/lib/grafana/{dashboards,plugins}
+   fperms 0750 /var/{lib,log}/grafana
+   fperms 0750 /var/lib/grafana/{dashboards,plugins}
+}
+
+postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   # This is a new installation
+
+   elog "${PN} has built-in log rotation. Please see [log.file] 
section of"
+   elog "/etc/grafana/grafana.ini for related settings."
+   elog
+   elog "You may add your own custom configuration for 
app-admin/logrotate if you"
+   elog "wish to use external rotation of logs. In this case, you 
also need to make"
+   elog "sure the built-in rotation is turned off."
+   fi
+}



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

2020-11-29 Thread Sam James
commit: 30015e6125c349a65e9bd8b0db5a15b5c08eb8e5
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 30 01:38:01 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 30 01:38:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30015e61

sys-kernel/gentoo-kernel-bin: Update genpatches for 5.4.80

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 sys-kernel/gentoo-kernel-bin/Manifest  |  1 +
 .../gentoo-kernel-bin-5.4.80-r3.ebuild | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 3d8e111efc0..131c5f4858e 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -14,6 +14,7 @@ DIST gentoo-kernel-5.4.80-1.amd64.xpak 60985455 BLAKE2B 
51d73bb4bf2ff8a42a260afa
 DIST gentoo-kernel-5.4.80-1.arm64.xpak 56131608 BLAKE2B 
87cc11db3cc2b1b2af78ad78677299b915e1f1acf1c5a1419e9c0aaabf3346652e98cca6ddb608e4c031226e251349a03ab182479a4f260f967fc4a50a4ef4fc
 SHA512 
993a6bbd8ed723f5315766ea2803f485dcf61512b698c5752aed11555bcee93ff2b2cf7f55af54a2fba8e515df7914d8eacca2dd424020bb9052cea1727cf453
 DIST gentoo-kernel-5.4.80-1.x86.xpak 52825910 BLAKE2B 
ddcf84a5e99a25fc690c487c11c1c591139683747f6e9fd0a1b1c9ae87e70420d02bd2b6a7732d17862c47aea2e9bd184c945387ee9118b3681eefaedf7696d0
 SHA512 
de7d4fc64a42453a464296d7e11142476f49f994e6d0415f6612365c465eea98d20d0a1f56502f1ebb62a1d4a493a42cd26a174956c16721c85525a7afc0eb6b
 DIST gentoo-kernel-5.4.80-r1-1.amd64.xpak 61053571 BLAKE2B 
24eebf676e1824b01aa6b75963ff8afe25e797afe90440016f4675e8385e1d6b1a04aa662d7c92217af97d56d79f9631a84c2a271b005b5ea7ad71bb8637d941
 SHA512 
ea99729ee68a44f6b5081e0d81dd7d5abbb50482eda8c4e435d6ee997572362de09d7c813da2ecf1aac4ed299feb73205bcff7d4d359793889690ce07cfb057f
+DIST gentoo-kernel-5.4.80-r1-1.arm64.xpak 56217629 BLAKE2B 
217f015713b11e18467a87253af61d5ec0c976576fb0ab11b1d21e983472d8e86de23f04add9aa76ee9057e3ff9759ff21b84a7c2b24387b1ed8deb181f9bfe7
 SHA512 
b63b00991c5f6e67890b07ca75968078709e29ed1e06aa4f4c592573e09ef04bc8015337e43c56652b597ee5365e054b811e1e922f06d2c136084d6b0c2395fe
 DIST gentoo-kernel-5.4.80-r1-1.x86.xpak 52880910 BLAKE2B 
f94a7bbdcdbd383e919f2542251d2552e50e34264ab495a43d75e28dab881162f2549b48383b32a3b2a813a192b7d9f602eaa8210085733ac123e2246e6a285b
 SHA512 
3b5dd91103461306f4a4ea4554792d4cdabedba6165de119523b927abb2009adc7d554f23110ddeac1a1add69b2d1674b7b87b93b1e1b186a2594174808dd9d2
 DIST gentoo-kernel-5.9.10-1.amd64.xpak 62950591 BLAKE2B 
032e27aaaf9f622ce16b3ee699752215fe7485052bebdafddf2155aed370b6316be07eb009da3e207a9b12f8c7865c70c7466451b205cc4b4f374c731a815fd5
 SHA512 
7f504e2f15319d60f464a4e45edee9503316a100eec8a6258e27ec7a00a4d2a5cbf9ead4e77ae5342ea05778572fc8ecda94c63b425b99b6ac3a5f183e377bbb
 DIST gentoo-kernel-5.9.10-1.arm64.xpak 60852046 BLAKE2B 
da0ee409eb47ae9bf570a08640bd060894974f5f09fb348b3d43c525f7d006f982a447ff9b17bc22969de929b05a316ee72668d40a20d8c3b8e2084588898416
 SHA512 
3ae82b223c97903a9c25abcad4a9f1f9e4ede68caf796833d9aa0c0cb23898c5b62e4023b8d3a00ff91cdd1f1ee8e82d51e9198454bf87ea16fed9c99147e202

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.80-r3.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.80-r3.ebuild
new file mode 100644
index 000..d31a455e648
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.80-r3.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install
+
+MY_P=${P/-bin/}-r1-1
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   amd64? (
+   
https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.amd64.xpak
+   )
+   arm64? (
+   
https://dev.gentoo.org/~sam/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.arm64.xpak
+   )
+   x86? (
+   
https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.x86.xpak
+   )"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~arm64"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+
+QA_PREBUILT='*'
+
+pkg_pretend() {
+   ewarn "Starting with 5.4.52, Distribution Kernels are switching from 
Arch"
+   ewarn "Linux configs to Fedora.  Please keep a backup kernel just in 
case."
+
+   kernel-install_pkg_pretend
+}
+
+src_unpack() {
+   ebegin "Unpacking ${MY_P}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${MY_P}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${MY_P} failed"
+}
+
+src_test() {
+   kernel-install_test "${PV}" \
+ 

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

2020-11-29 Thread Thomas Deutschmann
commit: 3d181d26c266e5c8ee3f73e4aa5d093d8fa4e62b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Nov 30 01:17:52 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 30 01:18:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d181d26

dev-db/mysql: depend on dev-libs/libevent[threads]

Closes: https://bugs.gentoo.org/757594
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-db/mysql/mysql-8.0.22.ebuild b/dev-db/mysql/mysql-8.0.22.ebuild
index b6a594d1a81..721ce231c3a 100644
--- a/dev-db/mysql/mysql-8.0.22.ebuild
+++ b/dev-db/mysql/mysql-8.0.22.ebuild
@@ -54,7 +54,7 @@ COMMON_DEPEND="
!libressl? ( >=dev-libs/openssl-1.0.0:0= )
server? (
dev-libs/icu:=
-   dev-libs/libevent:=[ssl]
+   dev-libs/libevent:=[ssl,threads]
>=dev-libs/protobuf-3.8:=
net-libs/libtirpc:=
cjk? ( app-text/mecab:= )



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

2020-11-29 Thread Lars Wendler
commit: 7e1e4a52c722495653f1c408ebf215ab546a3c42
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov 30 01:13:43 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov 30 01:13:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e1e4a52

games-util/lutris: Bump to version 0.5.8.1

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

 games-util/lutris/Manifest  |  1 +
 games-util/lutris/lutris-0.5.8.1.ebuild | 78 +
 2 files changed, 79 insertions(+)

diff --git a/games-util/lutris/Manifest b/games-util/lutris/Manifest
index 55c2da9df18..281ec26d2b7 100644
--- a/games-util/lutris/Manifest
+++ b/games-util/lutris/Manifest
@@ -1,2 +1,3 @@
 DIST lutris_0.5.7.1.tar.xz 2145584 BLAKE2B 
eb766d5e36aca63af7af8f2e85f51b4e3e37b8372b13a59702c545a0c697fa5feb1403cd9589d22c2bdff6593f69ed39e1bcb7ecb28ecc24b7a77b09ed1b2f89
 SHA512 
9efff4d92ae4d9051a7253324047dfa57f463188ebdbcede5feba2c0268494e8fa7929d2ef30bfe85e52824bbb9c05b1f1688b6658376597cc4cc35c26a19da3
+DIST lutris_0.5.8.1.tar.xz 893328 BLAKE2B 
67c66b59c3fa78af46f953b6e27fb3dd77d0e4cb0746f490716c7c074e81afa4f9c4e8c10dc6d4dab3e2b37d03254bae5eda0b777da72bc17f18dda5fd1f990a
 SHA512 
da3b5ebf3e5dcc5011351197c5a80e8547e54df4555ea9124a8404877c5b75225cfae970819a171c55454fef73afdd927dafbf427301b71618c33660a1c8c022
 DIST lutris_0.5.8.tar.xz 892740 BLAKE2B 
eaa8c71ade35392e701b3fd1d8ef2c0077e7fb7b96c3f037b5e4353d89b50b82e8a75fb2fb537e6ceeb9b6faaa5962e0ffe425f52820168b60eed742024610a4
 SHA512 
dcd963ff8b3c6d66fe79acc1e1c237196f7351d87bf1b4e5920201ecd7f1b2a80ac59f7151287e70e68c402c2b1b00e961d7314e6d5cbbbae0f4ca5fda562a0f

diff --git a/games-util/lutris/lutris-0.5.8.1.ebuild 
b/games-util/lutris/lutris-0.5.8.1.ebuild
new file mode 100644
index 000..4052ada5d97
--- /dev/null
+++ b/games-util/lutris/lutris-0.5.8.1.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE="sqlite,threads(+)"
+DISTUTILS_SINGLE_IMPL="1"
+
+inherit distutils-r1 virtualx xdg
+
+DESCRIPTION="An open source gaming platform for GNU/Linux"
+HOMEPAGE="https://lutris.net/;
+
+if [[ ${PV} == ** ]] ; then
+   EGIT_REPO_URI="https://github.com/lutris/lutris.git;
+   inherit git-r3
+else
+   SRC_URI="https://lutris.net/releases/${P/-/_}.tar.xz;
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${PN}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   $(python_gen_cond_dep '
+   dev-python/nose[${PYTHON_USEDEP}]
+   ')
+   )
+"
+RDEPEND="
+   app-arch/cabextract
+   app-arch/p7zip
+   app-arch/unrar
+   app-arch/unzip
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/python-evdev[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   ')
+   gnome-base/gnome-desktop:3[introspection]
+   media-sound/fluid-soundfont
+   net-libs/libsoup
+   net-libs/webkit-gtk:4[introspection]
+   x11-apps/mesa-progs
+   x11-apps/xgamma
+   x11-apps/xrandr
+   x11-libs/gtk+:3[introspection]
+   x11-libs/libnotify
+"
+
+python_install_all() {
+   local DOCS=( AUTHORS README.rst docs/installers.rst )
+   distutils-r1_python_install_all
+   python_fix_shebang "${ED}"/usr/share/lutris/bin/lutris-wrapper #740048
+}
+
+python_test() {
+   virtx nosetests -v
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+
+   # Quote README.rst
+   elog "Lutris installations are fully automated through scripts, which 
can"
+   elog "be written in either JSON or YAML. The scripting syntax is 
described"
+   elog "in ${EROOT}/usr/share/doc/${PF}/installers.rst.bz2, and is also"
+   elog "available online at lutris.net."
+}



[gentoo-commits] proj/kde-sunset:master commit in: app-crypt/qca/files/, app-crypt/qca/

2020-11-29 Thread Andreas Sturmlechner
commit: eaba3141ee60c71c1600e30c5bfa27ad2005f923
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 01:06:11 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 01:06:11 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=eaba3141

app-crypt/qca: Drop 1.0-r3

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

 app-crypt/qca/files/qca-1.0-fbsd.patch | 33 
 app-crypt/qca/files/qca-pathfix.patch  | 11 ---
 app-crypt/qca/qca-1.0-r3.ebuild| 56 --
 3 files changed, 100 deletions(-)

diff --git a/app-crypt/qca/files/qca-1.0-fbsd.patch 
b/app-crypt/qca/files/qca-1.0-fbsd.patch
deleted file mode 100644
index ce541a21..
--- a/app-crypt/qca/files/qca-1.0-fbsd.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff -x '*~' -ur qca-1.0/configure qca-1.0-fixed/configure
 qca-1.0/configure  2003-12-10 01:06:43.0 +0100
-+++ qca-1.0-fixed/configure2005-05-24 18:03:08.912751344 +0200
-@@ -1,4 +1,4 @@
--#!/bin/sh
-+#!/bin/bash
- 
- show_usage() {
- cat  "${T}/44qca1"
-   LDPATH=/usr/${_libdir}/qca1
-   EOF
-   doenvd "${T}/44qca1"
-}



[gentoo-commits] proj/kde-sunset:master commit in: x11-libs/qscintilla/, x11-libs/qscintilla/files/

2020-11-29 Thread Andreas Sturmlechner
commit: 3379b627ad821d1f22eadd30b200c1feb7ed3765
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 01:09:14 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 01:09:14 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=3379b627

x11-libs/qscintilla: Drop 1.7.1

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

 x11-libs/qscintilla/files/qscintilla-1.7.1.patch   | 17 --
 x11-libs/qscintilla/files/qscintilla-2.2-qt.patch  | 14 -
 x11-libs/qscintilla/files/qscintilla-2.2-qt4.patch | 19 --
 x11-libs/qscintilla/qscintilla-1.7.1.ebuild| 71 --
 4 files changed, 121 deletions(-)

diff --git a/x11-libs/qscintilla/files/qscintilla-1.7.1.patch 
b/x11-libs/qscintilla/files/qscintilla-1.7.1.patch
deleted file mode 100644
index 5d63990c..
--- a/x11-libs/qscintilla/files/qscintilla-1.7.1.patch
+++ /dev/null
@@ -1,17 +0,0 @@
 designer/designer.pro.orig 2006-11-14 08:35:36.0 -0500
-+++ designer/designer.pro  2006-11-14 08:35:49.0 -0500
-@@ -3,10 +3,12 @@
- 
- TEMPLATE = lib
- TARGET = qscintillaplugin
--DESTDIR = $(QTDIR)/plugins/designer
-+DESTDIR = .
- 
- CONFIG += qt warn_on release plugin
- 
- SOURCES += qscintillaplugin.cpp
- 
--LIBS += -lqscintilla
-+LIBS += -L../qt/lib -lqscintilla
-+
-+INCLUDEPATH += ../qt

diff --git a/x11-libs/qscintilla/files/qscintilla-2.2-qt.patch 
b/x11-libs/qscintilla/files/qscintilla-2.2-qt.patch
deleted file mode 100644
index 98b4fb5a..
--- a/x11-libs/qscintilla/files/qscintilla-2.2-qt.patch
+++ /dev/null
@@ -1,14 +0,0 @@
 designer.pro.orig  2006-09-16 09:07:21.0 -0700
-+++ designer.pro   2007-06-24 18:57:47.0 -0700
-@@ -5,8 +5,10 @@
- TARGET = qscintillaplugin
- DESTDIR = $(QTDIR)/plugins/designer
- 
-+INCLUDEPATH = ../Qt3
-+
- CONFIG += qt warn_on release plugin
- 
- SOURCES += qscintillaplugin.cpp
- 
--LIBS += -lqscintilla2
-+LIBS += -L../Qt3 -lqscintilla2

diff --git a/x11-libs/qscintilla/files/qscintilla-2.2-qt4.patch 
b/x11-libs/qscintilla/files/qscintilla-2.2-qt4.patch
deleted file mode 100644
index 35062e46..
--- a/x11-libs/qscintilla/files/qscintilla-2.2-qt4.patch
+++ /dev/null
@@ -1,19 +0,0 @@
 designer.pro.ori   2006-12-13 09:31:54.0 +0700
-+++ designer.pro   2006-12-13 09:40:49.0 +0700
-@@ -4,12 +4,14 @@
- TEMPLATE = lib
- TARGET = qscintillaplugin
- 
-+INCLUDEPATH = ../Qt4
-+
- CONFIG += designer release plugin
- 
- HEADERS = qscintillaplugin.h
- SOURCES = qscintillaplugin.cpp
- 
--target.path = $$[QT_INSTALL_PLUGINS]/designer
-+target.path = .
- INSTALLS += target
- 
--LIBS += -lqscintilla2
-+LIBS += -L../Qt4 -lqscintilla2

diff --git a/x11-libs/qscintilla/qscintilla-1.7.1.ebuild 
b/x11-libs/qscintilla/qscintilla-1.7.1.ebuild
deleted file mode 100644
index e8425916..
--- a/x11-libs/qscintilla/qscintilla-1.7.1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-1.7.1.ebuild,v 1.4 
2009/11/05 17:09:09 yngwin Exp $
-
-EAPI=1
-
-inherit eutils toolchain-funcs qt3
-
-SCINTILLA_VER="1.71"
-MY_P="${PN/qs/QS}-${SCINTILLA_VER}-gpl-${PV}"
-MY_P=${MY_P/_pre/snapshot-}
-
-DESCRIPTION="QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor 
class."
-HOMEPAGE="http://www.riverbankcomputing.co.uk/qscintilla/;
-SRC_URI="http://www.riverbankcomputing.com/Downloads/QScintilla1/${MY_P}.tar.gz
  mirror://kde-sunset/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
-IUSE="doc"
-
-DEPEND="dev-qt/qt-meta:3"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
-   unpack ${A}
-
-   cd "${S}/qt"
-   sed -i -e "s:DESTDIR = \$(QTDIR)/lib:DESTDIR = lib:" qscintilla.pro
-   echo -e "\nQMAKE_CFLAGS_RELEASE=${CFLAGS} 
-w\nQMAKE_CXXFLAGS_RELEASE=${CXXFLAGS} -w\nQMAKE_LFLAGS_RELEASE=${LDFLAGS}" >> 
qscintilla.pro
-   ${QTDIR}/bin/qmake -o Makefile qscintilla.pro || die "qmake qscintilla 
failed"
-
-   cd "${S}"
-   epatch "${FILESDIR}/${P}.patch"
-
-   cd "${S}/designer"
-   echo -e "\nQMAKE_CFLAGS_RELEASE=${CFLAGS} 
-w\nQMAKE_CXXFLAGS_RELEASE=${CXXFLAGS} -w\nQMAKE_LFLAGS_RELEASE=${LDFLAGS}" >> 
designer.pro
-   ${QTDIR}/bin/qmake -o Makefile designer.pro || die "qmake designer 
failed"
-}
-
-src_compile() {
-   cd "${S}/qt"
-   emake all staticlib CC="$(tc-getCC)" CXX="$(tc-getCXX)" 
LINK="$(tc-getCXX)" || die "emake failed"
-   cd "${S}/designer"
-   dodir ${QTDIR}/plugins/designer
-   emake || die "emake designer failed"
-}
-
-src_install() {
-   dodoc ChangeLog NEWS README*
-   dodir /usr/{include,$(get_libdir),share/qscintilla/translations}
-   cd "${S}"/qt
-   cp qextscintilla*.h "${D}/usr/include"
-   cp qscintilla*.qm 

[gentoo-commits] proj/kde-sunset:master commit in: dev-vcs/qgit/

2020-11-29 Thread Andreas Sturmlechner
commit: ed03ff55e1428ffd04d3e0161cf5ceae8ed719b3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 01:07:19 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 01:07:19 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=ed03ff55

dev-vcs/qgit: Drop 1.5.8

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

 dev-vcs/qgit/qgit-1.5.8.ebuild | 27 ---
 1 file changed, 27 deletions(-)

diff --git a/dev-vcs/qgit/qgit-1.5.8.ebuild b/dev-vcs/qgit/qgit-1.5.8.ebuild
deleted file mode 100644
index 0d301f92..
--- a/dev-vcs/qgit/qgit-1.5.8.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-inherit qt3
-
-MY_PV=${PV//_/}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="GUI interface for git/cogito SCM"
-HOMEPAGE="https://digilander.libero.it/mcostalba/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="=dev-qt/qt-meta-3*"
-RDEPEND="${DEPEND}
-   >=dev-vcs/git-1.5"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
-   dobin src/qgit
-   dodoc README ChangeLog
-}



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

2020-11-29 Thread Andreas Sturmlechner
commit: 79712e9a0593628860057f58412a5c87a3f970ba
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 01:01:52 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 01:01:52 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=79712e9a

profiles: Mask remaining qt3.eclass consumers

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 0b6ab548..2f0ac0d5 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -13,6 +13,8 @@
 =app-cdr/kcdlabel-2.13-r1
 =app-cdr/koverartist-0.5-r1
 =app-crypt/calcchecksum-1.6_pre1-r1
+=app-crypt/pinentry-0.8.0
+=app-crypt/qca-1.0-r3
 =app-editors/kile-2.0.3-r1
 =app-i18n/koffice-i18n-1.6.3
 =app-laptop/khdapsmon-0.1.2
@@ -38,6 +40,9 @@
 =app-office/kspread-1.6.3_p20090204
 =app-office/kugar-1.6.3_p20090204
 =app-office/kword-1.6.3_p20090204
+=app-office/qtstalker-0.35
+=app-office/qtstalker-0.36
+=app-office/scribus-1.3.4-r1
 =app-pda/libopensync-plugin-kdepim-0.36
 =app-portage/kuroo-0.82.2
 =app-text/kbarcode-2.0.6
@@ -49,15 +54,26 @@
 =dev-embedded/pikdev-0.9.2.1
 =dev-embedded/pikdev-1.0.0
 =dev-embedded/pikdev-1.1.0
+=dev-libs/dbus-qt3-old-0.70-r1
+=dev-libs/dbus-qt3-old-0.9
 =dev-perl/PerlQt-3.009_beta2
 =dev-python/pykde-3.16.2
 =dev-python/pykde-3.16.7
+=dev-util/bouml-4.12.1
+=dev-util/bouml-4.13.1
+=dev-util/bouml-4.15
+=dev-util/bouml-4.16.4
+=dev-util/bouml-4.19.2
+=dev-util/bouml-4.22.2
 =dev-util/kdbg-2.2.0
 =dev-util/kdevelop-3.5.4-r1
 =dev-util/kscope-1.6.2
 =dev-vcs/kdesvn-1.0.5
+=dev-vcs/qgit-1.5.8
 =games-emulation/kvisualboyadvance-0.3.1
 =games-puzzle/easysok-0.3.5
+=games-util/agistudio-1.2.2
+=games-util/agistudio-1.2.4
 =kde-apps/akregator-3.5.10
 =kde-apps/akregator-3.5.10-r1
 =kde-apps/amor-3.5.10
@@ -498,6 +514,10 @@
 =media-gfx/krita-1.6.3_p20090204
 =media-gfx/showimg-0.9.5-r1
 =media-gfx/showimg-0.9.5-r2
+=media-libs/dssi-0.9.1
+=media-libs/dssi-0.9.1-r1
+=media-libs/dssi-0.9.1-r2
+=media-libs/dssi-1.0.0
 =media-libs/libkdcraw-0.1.4-r2
 =media-libs/libkdcraw-0.1.9
 =media-libs/libkexif-0.2.5
@@ -547,18 +567,22 @@
 =net-p2p/kmldonkey-0.10.1-r1
 =net-p2p/kmldonkey-0.11
 =net-p2p/ktorrent-2.2.8-r2
+=net-voip/twinkle-1.4.2
 =net-vpn/kvpnc-0.9.0
 =net-wireless/kwlaninfo-0.9.5
 =sci-astronomy/kstars-3.5.10
 =sci-mathematics/koctave-0.65-r1
 =sci-mathematics/koctave-0.70
+=sci-mathematics/kseg-0.403
 =sci-misc/kboincspy-0.9.1
 =sci-misc/qcad-2.0.5.0
 =sys-power/kpowersave-0.7.3-r2
 =www-client/kita-0.177.3-r1
 =www-client/kita-0.177.5
+=x11-libs/qscintilla-1.7.1
 =x11-misc/dekorator-0.3
 =x11-misc/karamba-0.17-r2
+=x11-misc/kdocker-1.3
 =x11-misc/lineak-kdeplugins-0.9.0
 =x11-plugins/khexclock-0.1.5
 =x11-terms/kuake-0.3-r3



[gentoo-commits] proj/kde-sunset:master commit in: dev-libs/dbus-qt3-old/, x11-misc/kdocker/, app-crypt/pinentry/files/, ...

2020-11-29 Thread Andreas Sturmlechner
.xml net-voip/twinkle/twinkle-1.4.2.ebuild sci-mathematics/kseg/ChangeLog 
sci-mathematics/kseg/kseg-0.403.ebuild sci-mathematics/kseg/metadata.xml 
x11-misc/kdocker/ChangeLog x11-misc/kdocker/files/kdocker-desktop_file.patch 
x11-misc/kdocker/files/kdocker-installdir.patch 
x11-misc/kdocker/kdocker-1.3.ebuild x11-misc/kdocker/metadata.xml
X-VCS-Directories: app-office/scribus/ media-libs/dssi/files/ 
x11-misc/kdocker/files/ app-office/qtstalker/files/ sci-mathematics/kseg/ 
media-libs/dssi/ games-util/agistudio/ app-crypt/pinentry/ net-voip/twinkle/ 
games-util/agistudio/files/ app-crypt/pinentry/files/ x11-misc/kdocker/ 
dev-libs/dbus-qt3-old/ net-voip/twinkle/files/ dev-util/bouml/ 
app-office/qtstalker/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 0ead71907cf19a089ec7e5487b7d88f2ff06036c
X-VCS-Branch: master
Date: Mon, 30 Nov 2020 01:10:31 + (UTC)

commit: 0ead71907cf19a089ec7e5487b7d88f2ff06036c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 01:09:38 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 01:09:38 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=0ead7190

*/*: Remove ancient qt3.eclass revdeps

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

 app-crypt/pinentry/ChangeLog   | 408 --
 app-crypt/pinentry/files/pinentry-0.7.5-grab.patch |  15 -
 app-crypt/pinentry/metadata.xml|   5 -
 app-crypt/pinentry/pinentry-0.8.0.ebuild   |  91 
 app-office/qtstalker/ChangeLog |  67 ---
 .../qtstalker/files/qtstalker-0.35-gcc43.patch |  29 --
 .../qtstalker/files/qtstalker-0.35-nodocs.patch|  37 --
 .../files/qtstalker-0.35-parallel-make.patch   |  12 -
 .../qtstalker/files/qtstalker-0.36-csv_quote.patch | 215 --
 .../qtstalker/files/qtstalker-0.36-fibo.patch  |  83 
 .../qtstalker/files/qtstalker-0.36-gcc43.patch |  29 --
 .../qtstalker/files/qtstalker-0.36-nodocs.patch|  37 --
 .../files/qtstalker-0.36-parallel-make.patch   |  12 -
 app-office/qtstalker/files/qtstalker.desktop   |  15 -
 app-office/qtstalker/files/qtstalker.png   | Bin 6035 -> 0 bytes
 app-office/qtstalker/metadata.xml  |  14 -
 app-office/qtstalker/qtstalker-0.35.ebuild |  92 -
 app-office/qtstalker/qtstalker-0.36.ebuild |  96 -
 app-office/scribus/ChangeLog   | 457 -
 app-office/scribus/metadata.xml|   5 -
 app-office/scribus/scribus-1.3.4-r1.ebuild |  38 --
 dev-libs/dbus-qt3-old/ChangeLog|  74 
 dev-libs/dbus-qt3-old/dbus-qt3-old-0.70-r1.ebuild  |  35 --
 dev-libs/dbus-qt3-old/dbus-qt3-old-0.9.ebuild  |  30 --
 dev-libs/dbus-qt3-old/metadata.xml |   5 -
 dev-util/bouml/ChangeLog   |  26 --
 dev-util/bouml/bouml-4.12.1.ebuild |  36 --
 dev-util/bouml/bouml-4.13.1.ebuild |  36 --
 dev-util/bouml/bouml-4.15.ebuild   |  36 --
 dev-util/bouml/bouml-4.16.4.ebuild |  33 --
 dev-util/bouml/bouml-4.19.2.ebuild |  33 --
 dev-util/bouml/bouml-4.22.2.ebuild |  33 --
 dev-util/bouml/metadata.xml|   5 -
 games-util/agistudio/ChangeLog |  60 ---
 games-util/agistudio/agistudio-1.2.2.ebuild|  44 --
 games-util/agistudio/agistudio-1.2.4.ebuild|  32 --
 .../agistudio/files/agistudio-1.2.2-gcc43.patch|  50 ---
 .../files/agistudio-1.2.2-glibc-2.10.patch |  48 ---
 games-util/agistudio/metadata.xml  |   5 -
 media-libs/dssi/ChangeLog  |  89 
 media-libs/dssi/dssi-0.9.1-r1.ebuild   |  48 ---
 media-libs/dssi/dssi-0.9.1-r2.ebuild   |  51 ---
 media-libs/dssi/dssi-0.9.1.ebuild  |  45 --
 media-libs/dssi/dssi-1.0.0.ebuild  |  46 ---
 media-libs/dssi/files/dssi-0.9.1-constants.patch   |  70 
 media-libs/dssi/files/dssi-0.9.1-gcc43.patch   |  12 -
 media-libs/dssi/metadata.xml   |   6 -
 net-voip/twinkle/ChangeLog |  14 -
 .../twinkle/files/twinkle-1.4.1-kdedetect.patch|  24 --
 net-voip/twinkle/metadata.xml  |  13 -
 net-voip/twinkle/twinkle-1.4.2.ebuild  |  46 ---
 sci-mathematics/kseg/ChangeLog |  34 --
 sci-mathematics/kseg/kseg-0.403.ebuild |  43 --
 sci-mathematics/kseg/metadata.xml  |  16 -
 x11-misc/kdocker/ChangeLog |  20 -
 x11-misc/kdocker/files/kdocker-desktop_file.patch  |  19 -
 x11-misc/kdocker/files/kdocker-installdir.patch|  23 --
 x11-misc/kdocker/kdocker-1.3.ebuild|  62 ---
 x11-misc/kdocker/metadata.xml  |   5 -
 59 files changed, 3064 

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

2020-11-29 Thread Marek Szuba
commit: f05098a0f77bedfe4259412a9f1b8de0936c4ff1
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Nov 30 00:32:14 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Nov 30 01:08:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f05098a0

dev-lua/luarocks: remove dev-lua/busted{,-htest} version requirement

The LUA_USEDEP bit is sufficient to pull in a version migrated to Lua
eclasses, regardless of whether either of these gets updated to a new
release before we unmask slotted Lua or not.

Signed-off-by: Marek Szuba  gentoo.org>

 dev-lua/luarocks/luarocks-3.4.0-r100.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild 
b/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild
index 3b7a34e19e0..ac482071bc6 100644
--- a/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild
+++ b/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild
@@ -30,8 +30,8 @@ DEPEND="
 BDEPEND="
virtual/pkgconfig
test? (
-   $(lua_gen_cond_dep '>=dev-lua/busted-2.0.0-r100[${LUA_USEDEP}]')
-   $(lua_gen_cond_dep 
'>=dev-lua/busted-htest-1.0.0-r100[${LUA_USEDEP}]')
+   $(lua_gen_cond_dep 'dev-lua/busted[${LUA_USEDEP}]')
+   $(lua_gen_cond_dep 'dev-lua/busted-htest[${LUA_USEDEP}]')
${RDEPEND}
)
 "



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

2020-11-29 Thread Marek Szuba
commit: 3ba91476bf7a524125c8fa249c7adb1acde70cc3
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Nov 30 01:04:02 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Nov 30 01:08:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ba91476

dev-lua/luarocks-3.4.0-r100: add a postinst message about Lua versions

Signed-off-by: Marek Szuba  gentoo.org>

 dev-lua/luarocks/luarocks-3.4.0-r100.ebuild | 17 +
 1 file changed, 17 insertions(+)

diff --git a/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild 
b/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild
index ac482071bc6..6dcf557087a 100644
--- a/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild
+++ b/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild
@@ -59,3 +59,20 @@ src_install() {
 
{ find "${D}" -type f -exec sed -i -e "s:${D}::g" {} \;; } || die
 }
+
+pkg_postinst() {
+   local lua_abi_ver
+   if use lua_single_target_luajit; then
+   lua_abi_ver="5.1"
+   else
+   lua_abi_ver=${ELUA#lua}
+   fi
+   elog
+   elog "To manage rocks for a Lua version other than the current 
${CATEGORY}/${PN} default (${lua_abi_ver})"
+   elog "you can use the command-line option --lua-version, e.g."
+   elog
+   elog "luarocks --lua-version 5.3 install luasocket"
+   elog
+   elog "(use 5.1 for luajit). Note that the relevant Lua version must 
already be present in the system."
+   elog
+}



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

2020-11-29 Thread Marek Szuba
commit: be75334cc311c94fe871e11e557acfe51d81b420
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Nov 30 00:29:40 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Nov 30 01:08:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be75334c

dev-lua/luarocks: s/EPRIFIX/EPREFIX/

Signed-off-by: Marek Szuba  gentoo.org>

 dev-lua/luarocks/luarocks-3.3.1.ebuild  | 6 +++---
 dev-lua/luarocks/luarocks-3.4.0-r100.ebuild | 2 +-
 dev-lua/luarocks/luarocks-3.4.0.ebuild  | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-lua/luarocks/luarocks-3.3.1.ebuild 
b/dev-lua/luarocks/luarocks-3.3.1.ebuild
index 59de0b8da8e..4b90ef235c3 100644
--- a/dev-lua/luarocks/luarocks-3.3.1.ebuild
+++ b/dev-lua/luarocks/luarocks-3.3.1.ebuild
@@ -24,9 +24,9 @@ src_configure() {
# econf doesn't work b/c it passes variables the custom configure can't
# handle
./configure \
-   --prefix="${EPRIFIX}/usr" \
-   --with-lua-lib="${EPRIFIX}/usr/$(get_libdir)" \
-   
--rocks-tree="${EPRIFIX}/usr/$(get_libdir)/lua/luarocks" \
+   --prefix="${EPREFIX}/usr" \
+   --with-lua-lib="${EPREFIX}/usr/$(get_libdir)" \
+   
--rocks-tree="${EPREFIX}/usr/$(get_libdir)/lua/luarocks" \
|| die "configure failed"
 }
 

diff --git a/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild 
b/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild
index e13283efaff..3b7a34e19e0 100644
--- a/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild
+++ b/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild
@@ -38,7 +38,7 @@ BDEPEND="
 
 src_configure() {
local myeconfargs=(
-   "--prefix=${EPRIFIX}/usr"
+   "--prefix=${EPREFIX}/usr"
"--rocks-tree=$(lua_get_lmod_dir)"
"--with-lua-include=$(lua_get_include_dir)"
"--with-lua-interpreter=${ELUA}"

diff --git a/dev-lua/luarocks/luarocks-3.4.0.ebuild 
b/dev-lua/luarocks/luarocks-3.4.0.ebuild
index 6045fcd5983..702128f4e30 100644
--- a/dev-lua/luarocks/luarocks-3.4.0.ebuild
+++ b/dev-lua/luarocks/luarocks-3.4.0.ebuild
@@ -39,7 +39,7 @@ BDEPEND="
 
 src_configure() {
local myeconfargs=(
-   "--prefix=${EPRIFIX}/usr"
+   "--prefix=${EPREFIX}/usr"
"--rocks-tree=$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD 
$(usex luajit 'luajit' 'lua'))"
"--with-lua-include=$($(tc-getPKG_CONFIG) --variable $(usex 
luajit 'includedir' 'INSTALL_INC') $(usex luajit 'luajit' 'lua'))"
"--with-lua-interpreter=$(usex luajit 'luajit' 'lua')"



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

2020-11-29 Thread Marek Szuba
commit: 16bfc09b0ccecc0b9950fcd97d88de5230ef7fab
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Nov 30 01:08:09 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Nov 30 01:08:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16bfc09b

dev-lua/luarocks-3.4.0: use https in HOMEPAGE and SRC_URI

Note that for HOMEPAGE this requires *not* using the "www" prefix.

Signed-off-by: Marek Szuba  gentoo.org>

 dev-lua/luarocks/luarocks-3.4.0-r100.ebuild | 4 ++--
 dev-lua/luarocks/luarocks-3.4.0.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild 
b/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild
index 6dcf557087a..4a4286ebda0 100644
--- a/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild
+++ b/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild
@@ -8,8 +8,8 @@ LUA_COMPAT=( lua5-{1..3} luajit )
 inherit lua-single
 
 DESCRIPTION="A package manager for the Lua programming language"
-HOMEPAGE="http://www.luarocks.org;
-SRC_URI="http://luarocks.org/releases/${P}.tar.gz;
+HOMEPAGE="https://luarocks.org;
+SRC_URI="https://luarocks.org/releases/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/dev-lua/luarocks/luarocks-3.4.0.ebuild 
b/dev-lua/luarocks/luarocks-3.4.0.ebuild
index 702128f4e30..1740df35645 100644
--- a/dev-lua/luarocks/luarocks-3.4.0.ebuild
+++ b/dev-lua/luarocks/luarocks-3.4.0.ebuild
@@ -6,8 +6,8 @@ EAPI=7
 inherit toolchain-funcs
 
 DESCRIPTION="A package manager for the Lua programming language"
-HOMEPAGE="http://www.luarocks.org;
-SRC_URI="http://luarocks.org/releases/${P}.tar.gz;
+HOMEPAGE="https://luarocks.org;
+SRC_URI="https://luarocks.org/releases/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] proj/kde-sunset:master commit in: dev-python/qscintilla-python/, dev-python/qscintilla-python/files/

2020-11-29 Thread Andreas Sturmlechner
commit: ad7e4b01f9ebe0f81c406d27d7873dc81bccb8ca
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 24 11:08:13 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 00:51:52 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=ad7e4b01

dev-python/qscintilla-python: Remove package, no more reverse deps

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

 dev-python/qscintilla-python/ChangeLog | 221 -
 .../qscintilla-python/files/qscintilla-gcc44.patch |  12 --
 .../files/qscintilla-python-2.2-nostrip.patch  |  23 ---
 .../files/qscintilla-python-2.4-nostrip.patch  |  22 --
 dev-python/qscintilla-python/metadata.xml  |   5 -
 .../qscintilla-python/qscintilla-python-2.4.ebuild |  62 --
 6 files changed, 345 deletions(-)

diff --git a/dev-python/qscintilla-python/ChangeLog 
b/dev-python/qscintilla-python/ChangeLog
deleted file mode 100644
index 975aaef6..
--- a/dev-python/qscintilla-python/ChangeLog
+++ /dev/null
@@ -1,221 +0,0 @@
-# ChangeLog for dev-python/qscintilla-python
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/ChangeLog,v 
1.49 2010/01/11 17:17:00 arfrever Exp $
-
-  14 Jan 2010; Roman v. Gemmeren  
qscintilla-python-2.4.ebuild:
-  Reverted to qt3-support, don't call python_need_rebuild().
-
-  11 Jan 2010; Arfrever Frehtes Taifersar Arahesis 
-  qscintilla-python-2.4.ebuild:
-  Don't call python_need_rebuild().
-
-  06 Jan 2010; Brent Baude  qscintilla-python-2.4.ebuild:
-  Marking qscintilla-python-2.4 ppc64 for bug 284707
-
-  02 Jan 2010; Ben de Groot 
-  qscintilla-python-2.3.2-r2.ebuild, qscintilla-python-2.4.ebuild:
-  Drop no longer present qt4 use dep
-
-  02 Jan 2010; Ben de Groot 
-  qscintilla-python-2.3.2-r2.ebuild, qscintilla-python-2.4.ebuild:
-  Removing qt3 support, dropping qt4 useflag as it is now the only option.
-
-  18 Oct 2009; Raúl Porcel 
-  qscintilla-python-2.4.ebuild:
-  alpha/ia64/sparc stable wrt #284707
-
-  12 Oct 2009; Jeroen Roovers  qscintilla-python-2.4.ebuild:
-  Stable for HPPA (bug #284707).
-
-  12 Oct 2009; Jeroen Roovers  qscintilla-python-2.4.ebuild:
-  Stable for HPPA (bug #284707).
-
-  30 Sep 2009; Ben de Groot 
-  -qscintilla-python-2.3.2.ebuild, -qscintilla-python-2.3.2-r1.ebuild:
-  Remove old
-
-  27 Sep 2009; nixnut  qscintilla-python-2.4.ebuild:
-  ppc stable #284707
-
-  22 Sep 2009; Markus Meier 
-  qscintilla-python-2.4.ebuild:
-  amd64 stable, bug #284707
-
-  22 Sep 2009; Christian Faulhammer 
-  qscintilla-python-2.4.ebuild:
-  stable x86, bug 284707
-
-  16 Sep 2009; Jesus Rivero 
-  qscintilla-python-2.4.ebuild:
-  Reverted to ~x86 stable since qscintilla-2.4(rdep) is not stable yet
-
-  16 Sep 2009; Christian Faulhammer 
-  qscintilla-python-2.4.ebuild:
-  stable x86, bug 284707
-
-  29 Aug 2009; nixnut  qscintilla-python-2.3.2-r2.ebuild:
-  ppc stable #274063
-
-  02 Aug 2009; Arfrever Frehtes Taifersar Arahesis 
-  qscintilla-python-2.4.ebuild:
-  Set SUPPORT_PYTHON_ABIS.
-
-  02 Jul 2009; Markus Meier 
-  qscintilla-python-2.3.2-r2.ebuild:
-  amd64 stable, bug #274063
-
-  02 Jul 2009; Raúl Porcel 
-  qscintilla-python-2.3.2-r2.ebuild:
-  ia64/sparc stable wrt #274063
-
-  27 Jun 2009; Tobias Klausmann 
-  qscintilla-python-2.3.2-r2.ebuild:
-  Stable on alpha, bug #274063
-
-  26 Jun 2009; Markos Chandras 
-  qscintilla-python-2.4.ebuild:
-  Fix PyQt4 use deps ( bug 272150 )
-
-  25 Jun 2009; Jeroen Roovers 
-  qscintilla-python-2.3.2-r2.ebuild:
-  Stable for HPPA (bug #274063).
-
-  22 Jun 2009; Arfrever Frehtes Taifersar Arahesis 
-  qscintilla-python-2.4.ebuild:
-  Respect CC, CXX (bug #275018).
-
-  19 Jun 2009; Brent Baude 
-  qscintilla-python-2.3.2-r2.ebuild:
-  stable ppc64, bug 274063
-
-  18 Jun 2009; Christian Faulhammer 
-  qscintilla-python-2.3.2-r2.ebuild:
-  stable x86, bug 274063
-
-*qscintilla-python-2.3.2-r2 (18 Jun 2009)
-
-  18 Jun 2009; Markos Chandras 
-  +files/qscintilla-gcc44.patch, +qscintilla-python-2.3.2-r2.ebuild:
-  Apply gcc-4.4 patch. bug 273007 . Thanks to Evan Teran
-   for
-  the patch
-
-  17 Jun 2009; Christian Faulhammer 
-  qscintilla-python-2.3.2-r1.ebuild:
-  stable x86, bug 274063
-
-  15 Jun 2009; Jeroen Roovers 
-  qscintilla-python-2.3.2-r1.ebuild:
-  Stable for HPPA (bug #274063).
-
-*qscintilla-python-2.4 (09 Jun 2009)
-
-  09 Jun 2009; Markos Chandras 
-  +qscintilla-python-2.4.ebuild, +files/qscintilla-python-2.4-nostrip.patch:
-  Version bump
-
-  01 Jun 2009; Ben de Groot 
-  qscintilla-python-2.3.2-r1.ebuild:
-  Correct use dep, move patching to src_prepare
-
-  27 Mar 2009; Ben de Groot 
-  -files/qscintilla-python-2.1-nostrip.patch, -qscintilla-python-2.1.ebuild,
-  -qscintilla-python-2.2.ebuild, -qscintilla-python-2.3.ebuild:
-  Remove old versions
-
-*qscintilla-python-2.3.2-r1 (07 Mar 2009)
-
-  07 Mar 2009; Patrick Lauer 
-  

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

2020-11-29 Thread Andreas Sturmlechner
commit: 18162b8d14449be084a9b8223ab1ec835ffa2c41
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 24 20:30:13 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 00:51:52 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=18162b8d

kde-plasma/libkscreen: 1.0.5_p20150727 snapshot bump from GitHub

Replaces 1.0.5_p20150822 with non-existent tarball.

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

 ...-1.0.5_p20150822.ebuild => libkscreen-1.0.5_p20150727.ebuild} | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/kde-plasma/libkscreen/libkscreen-1.0.5_p20150822.ebuild 
b/kde-plasma/libkscreen/libkscreen-1.0.5_p20150727.ebuild
similarity index 59%
rename from kde-plasma/libkscreen/libkscreen-1.0.5_p20150822.ebuild
rename to kde-plasma/libkscreen/libkscreen-1.0.5_p20150727.ebuild
index 5aafc768..8b5a115a 100644
--- a/kde-plasma/libkscreen/libkscreen-1.0.5_p20150822.ebuild
+++ b/kde-plasma/libkscreen/libkscreen-1.0.5_p20150727.ebuild
@@ -1,14 +1,15 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
+COMMIT=76aba9ff19cf10f7e8fbf6753235bbb47cd2d295
 VIRTUALX_REQUIRED="test"
 inherit kde4-base
 
 DESCRIPTION="Plasma screen management library"
-HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkscreen;
-SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${P}.tar.bz2;
+HOMEPAGE="https://invent.kde.org/plasma/libkscreen;
+SRC_URI="https://github.com/KDE/libkscreen/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="4"
@@ -25,3 +26,5 @@ DEPEND="
${RDEPEND}
test? ( dev-qt/qttest:4 )
 "
+
+S="${WORKDIR}/${PN}-${COMMIT}"



[gentoo-commits] proj/kde-sunset:master commit in: net-libs/libnm-qt/, kde-plasma/kscreen/

2020-11-29 Thread Andreas Sturmlechner
commit: 4ca583d9b0758c81d389d806f7b8db747d62f1ee
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 24 20:36:21 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 00:51:52 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=4ca583d9

kde-plasma/kscreen: 1.0.71_p20170916 snapshot bump from GitHub

Replaces 1.0.71_p20150824 with non-existent tarball.

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

 ...1.0.71_p20150824.ebuild => kscreen-1.0.71_p20170916.ebuild} | 10 +++---
 net-libs/libnm-qt/libnm-qt-0.9.8.4.ebuild  |  2 +-
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/kde-plasma/kscreen/kscreen-1.0.71_p20150824.ebuild 
b/kde-plasma/kscreen/kscreen-1.0.71_p20170916.ebuild
similarity index 83%
rename from kde-plasma/kscreen/kscreen-1.0.71_p20150824.ebuild
rename to kde-plasma/kscreen/kscreen-1.0.71_p20170916.ebuild
index 85fb8949..cb6ba20c 100644
--- a/kde-plasma/kscreen/kscreen-1.0.71_p20150824.ebuild
+++ b/kde-plasma/kscreen/kscreen-1.0.71_p20170916.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
+COMMIT=2269c30f4e75c4490af8cd91e512e7ffbb4c8729
 VIRTUALX_REQUIRED="test"
 DECLARATIVE_REQUIRED="always"
 KDE_LINGUAS="ast bg bs ca ca@valencia cs da de el en_GB es et fi fr ga gl hu it
@@ -10,8 +11,8 @@ ja ko lt mr nb nds nl nn pa pl pt pt_BR ro ru sk sl sv tr ug 
uk zh_CN zh_TW"
 inherit kde4-base
 
 DESCRIPTION="Plasma screen management"
-HOMEPAGE="https://projects.kde.org/projects/extragear/base/kscreen;
-SRC_URI="http://dev.gentoo.org/~kensington/distfiles/${P}.tar.xz;
+HOMEPAGE="https://invent.kde.org/plasma/kscreen;
+SRC_URI="https://github.com/KDE/kscreen/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="4"
@@ -26,6 +27,9 @@ DEPEND="${RDEPEND}
sys-devel/gettext"
 
 DISPLAY_MESSAGE=false
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+
 pkg_preinst() {
if ! has_version ${CATEGORY}/${PN} ; then
DISPLAY_MESSAGE=true

diff --git a/net-libs/libnm-qt/libnm-qt-0.9.8.4.ebuild 
b/net-libs/libnm-qt/libnm-qt-0.9.8.4.ebuild
index f24d01e1..42898d72 100644
--- a/net-libs/libnm-qt/libnm-qt-0.9.8.4.ebuild
+++ b/net-libs/libnm-qt/libnm-qt-0.9.8.4.ebuild
@@ -7,7 +7,7 @@ KDE_REQUIRED="never"
 inherit kde4-base
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"

SRC_URI="mirror://kde/unstable/networkmanager-qt/${PV}/src/networkmanager-qt-${PV}.tar.xz
 -> ${P}.tar.xz"
 fi
 



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

2020-11-29 Thread Andreas Sturmlechner
commit: 9700637da85aa62ba8aee7520a8acc00beaa15b1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 24 15:45:07 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 00:51:52 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=9700637d

kde-apps/kscd: 17.08.3_p20200629 snapshot bump for musicbrainz:5 compat

Otherwise this would be a throwaway package.

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

 kde-apps/kscd/kscd-17.08.3_p20200629.ebuild | 22 ++
 kde-apps/kscd/kscd-4.14.3.ebuild| 17 -
 2 files changed, 22 insertions(+), 17 deletions(-)

diff --git a/kde-apps/kscd/kscd-17.08.3_p20200629.ebuild 
b/kde-apps/kscd/kscd-17.08.3_p20200629.ebuild
new file mode 100644
index ..6593d4b8
--- /dev/null
+++ b/kde-apps/kscd/kscd-17.08.3_p20200629.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+COMMIT=d626bceefe2dab03c5aa1c2ac96ef627a6b60c8d
+inherit kde4-base
+
+DESCRIPTION="KDE CD player"
+HOMEPAGE="https://kde.org/applications/en/multimedia/org.kde.kscd;
+SRC_URI="https://github.com/KDE/kscd/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+   $(add_kdeapps_dep libkcddb)
+   media-libs/musicbrainz:5
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}-${COMMIT}"

diff --git a/kde-apps/kscd/kscd-4.14.3.ebuild b/kde-apps/kscd/kscd-4.14.3.ebuild
deleted file mode 100644
index 13455cd0..
--- a/kde-apps/kscd/kscd-4.14.3.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="KDE CD player"
-HOMEPAGE="https://www.kde.org/applications/multimedia/kscd/;
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-DEPEND="
-   $(add_kdeapps_dep libkcddb)
-   media-libs/musicbrainz:3
-"
-RDEPEND="${DEPEND}"



[gentoo-commits] proj/kde-sunset:master commit in: kde-misc/kanyremote/, kde-misc/kanyremote/files/

2020-11-29 Thread Andreas Sturmlechner
commit: 9068b3ff4eb568a020c9888fa9a01b910969d041
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 24 15:02:15 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 00:51:52 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=9068b3ff

kde-misc/kanyremote: Remove package for too expensive deps

Missing kde-apps/pykde4 and easier (non-)maintenance without python.

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

 kde-misc/kanyremote/ChangeLog | 26 --
 kde-misc/kanyremote/files/disable_bluetooth.patch | 17 
 kde-misc/kanyremote/kanyremote-5.10.ebuild| 32 ---
 kde-misc/kanyremote/metadata.xml  | 12 -
 4 files changed, 87 deletions(-)

diff --git a/kde-misc/kanyremote/ChangeLog b/kde-misc/kanyremote/ChangeLog
deleted file mode 100644
index 84b6dd3b..
--- a/kde-misc/kanyremote/ChangeLog
+++ /dev/null
@@ -1,26 +0,0 @@
-# ChangeLog for kde-misc/kanyremote
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kanyremote/ChangeLog,v 1.5 
2009/08/11 13:23:32 hwoarang Exp $
-
-  11 Aug 2009; Markos Chandras 
-  -kanyremote-5.8.2.ebuild:
-  Remove old ebuild
-
-  26 Jul 2009; Markos Chandras  metadata.xml:
-  Add kde herd on metadata.xml. Fixes bug 279156
-
-*kanyremote-5.10 (06 Jul 2009)
-
-  06 Jul 2009; Markos Chandras 
-  +kanyremote-5.10.ebuild, +files/disable_bluetooth.patch:
-  Version bump. First PyQt4 release
-
-  26 Apr 2009; Markos Chandras  kanyremote-5.8.2:
-  Add dev-python/pybluez dependency. Fixes bug #267499
-
-*kanyremote-5.8.2 (21 Apr 2009)
-
-  21 Apr 2009; Markos Chandras  +metadata.xml,
-  +kanyremote-5.8.2.ebuild:
-  Initial commit of kanyremote program. Fixes bug #209689
-

diff --git a/kde-misc/kanyremote/files/disable_bluetooth.patch 
b/kde-misc/kanyremote/files/disable_bluetooth.patch
deleted file mode 100644
index 214e9f25..
--- a/kde-misc/kanyremote/files/disable_bluetooth.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: kanyremote-5.10/kanyremote
-===
 kanyremote-5.10.orig/kanyremote
-+++ kanyremote-5.10/kanyremote
-@@ -3777,8 +3777,10 @@ def main():
- usepybluez = False
- 
- if pybluez == False and usepybluez == True:
--print _tr('Install PyBluez first !\nOr run with --npybluez option')
--  return
-+#print _tr('Install PyBluez first !\nOr run with --npybluez option')
-+  print _tr('Bluetooth support is disabled')
-+  usepybluez = False
-+# return
-   
- if debug: print 'Use port ' + port
-

diff --git a/kde-misc/kanyremote/kanyremote-5.10.ebuild 
b/kde-misc/kanyremote/kanyremote-5.10.ebuild
deleted file mode 100644
index 9e5ea7f4..
--- a/kde-misc/kanyremote/kanyremote-5.10.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/kde-misc/kanyremote/kanyremote-5.10.ebuild,v 1.1 
2009/07/06 20:11:01 hwoarang Exp $
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="KDE frontend to Anyremote"
-HOMEPAGE="http://anyremote.sourceforge.net/;
-SRC_URI="mirror://sourceforge/anyremote/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="bluetooth"
-
-DEPEND=">=net-misc/anyremote-4.4[bluetooth?]
-dev-python/PyQt4[X]
-kde-apps/pykde4
-bluetooth? ( dev-python/pybluez )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   # workaround to bluetooth check when bluetooth use flag is disabled
-   ! use bluetooth && epatch "${FILESDIR}/disable_bluetooth.patch"
-}
-
-src_install() {
-   emake install DESTDIR="${D}" || die "emake install failed"
-   dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
-}

diff --git a/kde-misc/kanyremote/metadata.xml b/kde-misc/kanyremote/metadata.xml
deleted file mode 100644
index dc3a5d40..
--- a/kde-misc/kanyremote/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-
-hwoar...@gentoo.org
-Markos Chandras
-
-
-
-
-



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

2020-11-29 Thread Andreas Sturmlechner
commit: bfd747b154a7867ddb57ccca108bd944b4d86dde
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 24 15:06:05 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 00:51:52 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=bfd747b1

kde-apps/lokalize: Remove package for too expensive deps

Missing kde-apps/pykde4 and easier (non-)maintenance without python.
Sorry, if you want to do translation work you must use up to date lokalize.

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

 kde-apps/lokalize/lokalize-4.14.3.ebuild | 44 
 kde-apps/lokalize/metadata.xml   |  5 
 2 files changed, 49 deletions(-)

diff --git a/kde-apps/lokalize/lokalize-4.14.3.ebuild 
b/kde-apps/lokalize/lokalize-4.14.3.ebuild
deleted file mode 100644
index dd04b857..
--- a/kde-apps/lokalize/lokalize-4.14.3.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
-
-KDE_HANDBOOK="optional"
-PYTHON_COMPAT=( python2_7 )
-inherit python-single-r1 kde4-base
-
-DESCRIPTION="KDE4 translation tool"
-HOMEPAGE="https://www.kde.org/applications/development/lokalize
-https://l10n.kde.org/tools;
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   >=app-text/hunspell-1.2.8
-   >=dev-qt/qtsql-4.5.0:4[sqlite]
-"
-RDEPEND="${DEPEND}
-   $(add_kdeapps_dep kross-interpreters "${PYTHON_USEDEP}")
-   $(add_kdeapps_dep pykde4 "${PYTHON_USEDEP}")
-"
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-   kde4-base_pkg_setup
-}
-
-src_install() {
-   kde4-base_src_install
-   python_fix_shebang "${ED}/usr/share/apps/${PN}"
-}
-
-pkg_postinst() {
-   kde4-base_pkg_postinst
-
-   if ! has_version dev-vcs/subversion ; then
-   elog "To be able to autofetch KDE translations in new project 
wizard, install dev-vcs/subversion."
-   fi
-}

diff --git a/kde-apps/lokalize/metadata.xml b/kde-apps/lokalize/metadata.xml
deleted file mode 100644
index 7a38bb90..
--- a/kde-apps/lokalize/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-



[gentoo-commits] proj/kde-sunset:master commit in: net-nds/luma/, media-gfx/imgseek/files/, net-wireless/gerix/, ...

2020-11-29 Thread Andreas Sturmlechner
commit: 2bd7ed10f279b4f159217901c3ebef83d446ca8c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 24 10:46:27 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 00:51:52 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=2bd7ed10

*/*: Remove ancient dev-python/PyQt (slot 3) reverse dependencies

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

 app-misc/releaseforge/ChangeLog|  47 
 app-misc/releaseforge/metadata.xml |   5 -
 app-misc/releaseforge/releaseforge-1.3.ebuild  |  18 --
 dev-util/kodos/ChangeLog   |  55 
 dev-util/kodos/kodos-2.4.9.ebuild  |  24 --
 dev-util/kodos/metadata.xml|   5 -
 media-gfx/imgseek/ChangeLog|  69 -
 .../files/imgseek-0.8.6-ImageDB-name-change.patch  |  48 
 media-gfx/imgseek/files/imgseek-0.8.6-gcc43.patch  |  11 -
 media-gfx/imgseek/imgseek-0.8.6-r1.ebuild  |  40 ---
 media-gfx/imgseek/metadata.xml |   5 -
 media-sound/albumart/ChangeLog | 124 -
 media-sound/albumart/albumart-1.6.6.ebuild |  25 --
 media-sound/albumart/metadata.xml  |   5 -
 media-video/quickrip/ChangeLog |  82 --
 media-video/quickrip/files/quickrip-sizetype.patch | 291 -
 media-video/quickrip/metadata.xml  |   5 -
 media-video/quickrip/quickrip-0.8-r1.ebuild|  40 ---
 net-nds/luma/ChangeLog | 159 ---
 net-nds/luma/luma-2.3.ebuild   |  55 
 net-nds/luma/luma-2.4.ebuild   |  55 
 net-nds/luma/metadata.xml  |   5 -
 net-p2p/qtorrent/ChangeLog |  67 -
 net-p2p/qtorrent/metadata.xml  |   5 -
 net-p2p/qtorrent/qtorrent-0.9.6.1-r2.ebuild|  25 --
 net-wireless/gerix/ChangeLog   |  16 --
 net-wireless/gerix/gerix-0.20.ebuild   |  35 ---
 net-wireless/gerix/metadata.xml|   9 -
 x11-misc/icecursorscfg/ChangeLog   |  38 ---
 x11-misc/icecursorscfg/icecursorscfg-0.6.ebuild|  26 --
 x11-misc/icecursorscfg/metadata.xml|   8 -
 x11-misc/iceiconcvt/ChangeLog  |  42 ---
 x11-misc/iceiconcvt/iceiconcvt-1.0.ebuild  |  25 --
 x11-misc/iceiconcvt/metadata.xml   |   8 -
 x11-misc/icemergeprefs/ChangeLog   |  29 --
 x11-misc/icemergeprefs/icemergeprefs-0.5.ebuild|  27 --
 x11-misc/icemergeprefs/metadata.xml|   8 -
 37 files changed, 1541 deletions(-)

diff --git a/app-misc/releaseforge/ChangeLog b/app-misc/releaseforge/ChangeLog
deleted file mode 100644
index 3f5cbc07..
--- a/app-misc/releaseforge/ChangeLog
+++ /dev/null
@@ -1,47 +0,0 @@
-# ChangeLog for app-misc/releaseforge
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/releaseforge/ChangeLog,v 1.9 
2009/01/04 22:36:02 patrick Exp $
-
-  04 Jan 2009; Patrick Lauer  releaseforge-1.3.ebuild:
-  Adding paramiko to releaseforge-1.3 deps. Fixes #238313
-
-*releaseforge-1.3 (16 Aug 2008)
-
-  16 Aug 2008; Mike Frysinger  +releaseforge-1.3.ebuild:
-  Version bump.
-
-  14 May 2007; Thilo Bangert  metadata.xml:
-  add no-herd
-
-*releaseforge-1.1 (27 Jan 2007)
-
-  27 Jan 2007; Charlie Shepherd 
-  -releaseforge-0.9.9c.ebuild, +releaseforge-1.1.ebuild:
-  Bump to version 1.1; thanks to Michael Vogt
-
-  06 Jan 2007; Danny van Dyk 
-  -releaseforge-0.9.9.ebuild:
-  QA: Removed unused versions.
-
-*releaseforge-0.9.9c (02 Apr 2006)
-
-  02 Apr 2006; Mike Frysinger 
-  +releaseforge-0.9.9c.ebuild:
-  Version bump.
-
-*releaseforge-0.9.9b (02 Apr 2006)
-
-  02 Apr 2006; Mike Frysinger 
-  +releaseforge-0.9.9b.ebuild:
-  Version bump.
-
-*releaseforge-0.9.9 (28 Mar 2006)
-
-  28 Mar 2006; Mike Frysinger 
-  +releaseforge-0.9.9.ebuild:
-  Version bump.
-
-*releaseforge-0.9.8 (07 Mar 2006)
-
-  07 Mar 2006; Mike Frysinger  :
-  Initial import.  Ebuild submitted by Ryan Kelly #95119.

diff --git a/app-misc/releaseforge/metadata.xml 
b/app-misc/releaseforge/metadata.xml
deleted file mode 100644
index 6f49eba8..
--- a/app-misc/releaseforge/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-

diff --git a/app-misc/releaseforge/releaseforge-1.3.ebuild 
b/app-misc/releaseforge/releaseforge-1.3.ebuild
deleted file mode 100644
index 20dcaa5c..
--- a/app-misc/releaseforge/releaseforge-1.3.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-inherit distutils
-
-DESCRIPTION="GUI utility for making software releases on SourceForge"
-HOMEPAGE="http://releaseforge.sourceforge.net/;

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

2020-11-29 Thread Andreas Sturmlechner
commit: 4918cadda890d3320d081566faf460d98fe4f6e9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 24 15:00:46 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 00:51:52 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=4918cadd

kde-misc/pyrad: Remove package for too expensive deps

Missing kde-apps/pykde4 and easier (non-)maintenance without python.

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

 kde-misc/pyrad/metadata.xml   |  9 -
 kde-misc/pyrad/pyrad-0.7.1.ebuild | 30 --
 2 files changed, 39 deletions(-)

diff --git a/kde-misc/pyrad/metadata.xml b/kde-misc/pyrad/metadata.xml
deleted file mode 100644
index 6e9a43a5..
--- a/kde-misc/pyrad/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   pyRadKDE
-   ArneBab/pyrad
-   
-

diff --git a/kde-misc/pyrad/pyrad-0.7.1.ebuild 
b/kde-misc/pyrad/pyrad-0.7.1.ebuild
deleted file mode 100644
index cb623c5d..
--- a/kde-misc/pyrad/pyrad-0.7.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
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN="pyRadKDE"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A wheel type command interface for KDE, heavily inspired by 
Kommando"
-HOMEPAGE="https://bitbucket.org/ArneBab/pyrad 
https://pypi.python.org/pypi/pyRadKDE;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-S=${WORKDIR}/${MY_P}
-
-RDEPEND="
-   kde-apps/kdialog:4
-   kde-apps/pykde4:4[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"



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

2020-11-29 Thread Andreas Sturmlechner
commit: 49a3f016d2960a87e587497981353f56843c2eb3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 24 15:18:03 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 00:51:52 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=49a3f016

kde-apps/kate: Drop IUSE=python

Missing kde-apps/pykde4 and easier (non-)maintenance without python.

Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --force
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/kate/kate-4.14.3.ebuild | 26 +-
 1 file changed, 5 insertions(+), 21 deletions(-)

diff --git a/kde-apps/kate/kate-4.14.3.ebuild b/kde-apps/kate/kate-4.14.3.ebuild
index 612794df..18c92cf4 100644
--- a/kde-apps/kate/kate-4.14.3.ebuild
+++ b/kde-apps/kate/kate-4.14.3.ebuild
@@ -1,29 +1,22 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 KDE_HANDBOOK="optional"
 KMNAME="kate"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit python-single-r1 kde4-meta kde4-functions-extra
+inherit kde4-meta kde4-functions-extra
 
 DESCRIPTION="Kate is an MDI texteditor"
 HOMEPAGE="https://www.kde.org/applications/utilities/kate 
http://kate-editor.org;
 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug python"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+IUSE="debug"
 
 DEPEND="
$(add_kdeframeworks_dep kactivities '' 4.13)
dev-libs/libxml2
dev-libs/libxslt
dev-libs/qjson
-   python? (
-   ${PYTHON_DEPS}
-   $(add_kdeapps_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1)
-   )
 "
 RDEPEND="${DEPEND}
$(add_kdeapps_dep katepart)
@@ -34,16 +27,9 @@ KMEXTRA="
addons/plasma
 "
 
-pkg_setup() {
-   if use python; then
-   python-single-r1_pkg_setup
-   fi
-   kde4-meta_pkg_setup
-}
-
 src_configure() {
local mycmakeargs=(
-   $(cmake-utils_use_build python pate)
+   -DBUILD_pate=OFF
)
 
kde4-meta_src_configure
@@ -53,9 +39,7 @@ pkg_postinst() {
kde4-meta_pkg_postinst
 
if ! has_version kde-apps/kaddressbook:${SLOT}; then
-   echo
elog "File templates plugin requires 
kde-apps/kaddressbook:${SLOT}."
elog "Please install it if you plan to use this plugin."
-   echo
fi
 }



[gentoo-commits] proj/kde-sunset:master commit in: kde-misc/synaptiks/, kde-misc/synaptiks/files/

2020-11-29 Thread Andreas Sturmlechner
commit: 7d4bfe77b6176f4f796185cc20f19d1b82f34570
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 24 14:59:37 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 00:51:52 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=7d4bfe77

kde-misc/synaptiks: Remove package for too expensive deps

Missing kde-apps/pykde4 and easier (non-)maintenance without python.

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

 .../files/synaptiks-0.8.1-removedfeatures.patch| 200 -
 .../files/synaptiks-0.8.1-templatesfix.patch   |  48 -
 kde-misc/synaptiks/metadata.xml|   8 -
 kde-misc/synaptiks/synaptiks-0.8.1-r4.ebuild   |  61 ---
 4 files changed, 317 deletions(-)

diff --git a/kde-misc/synaptiks/files/synaptiks-0.8.1-removedfeatures.patch 
b/kde-misc/synaptiks/files/synaptiks-0.8.1-removedfeatures.patch
deleted file mode 100644
index 4f9fe7c0..
--- a/kde-misc/synaptiks/files/synaptiks-0.8.1-removedfeatures.patch
+++ /dev/null
@@ -1,200 +0,0 @@
 a/doc/api/touchpad.rst
-+++ b/doc/api/touchpad.rst
-@@ -27,8 +27,6 @@ The touchpad class
- 
-.. autoattribute:: acceleration_factor
- 
--   .. autoattribute:: edge_motion_always
--
-.. rubric:: scrolling properties
- 
-.. autoattribute:: vertical_edge_scrolling
-@@ -55,8 +53,6 @@ The touchpad class
- 
-.. rubric:: tapping properties
- 
--   .. autoattribute:: fast_taps
--
-.. autoattribute:: rt_tap_action
- 
-.. autoattribute:: rb_tap_action
 a/doc/handbook/reference.rst
-+++ b/doc/handbook/reference.rst
-@@ -69,13 +69,6 @@ The touchpad configuration module is available in 
|systemsettings| under
-   The acceleration between :guilabel:`Minimum speed` and 
:guilabel:`Maximum
-   speed`
- 
--:guilabel:`Continue cursor motion when hitting the touchpad edge`
--   Continue the cursor move while the finger stays in the touchpad edge
--
--   :guilabel:`For all movements, not only dragging`
--  Always continue cursor movement, when hitting the touchpad edge, not 
only
--  when dragging
--
- 
- .. _commands-scrolling-configuration:
- 
-@@ -152,13 +145,6 @@ The touchpad configuration module is available in 
|systemsettings| under
- 
-Screenshot of the tapping configuration page
- 
--:guilabel:`General tapping settings`
--
--   :guilabel:`Make single taps faster and double taps slower (fast taps)`
--  Enable or disable fast taps.  If fast taps are enabled, the driver will
--  react faster on single taps, but slower on double clicks caused by 
double
--  taps.
--
- :guilabel:`Mouse clicks triggered by tapping`
- :guilabel:`Top left corner`
-Configure the mouse button, which is triggered by tapping the top left
 a/doc/handbook/usage.rst
-+++ b/doc/handbook/usage.rst
-@@ -41,12 +41,6 @@ though the touchpad does not actually have one.  In this 
case, the middle mouse
- button is triggered by pressing the left mouse button and the right mouse
- button at the same time.
- 
--Some systems have a circular touchpad.  Unfortunately the touchpad driver does
--not detect circular touchpad automatically, so if you have a circular 
touchpad,
--please enable :guilabel:`The touchpad is circular` to let the driver know, 
that
--your touchpad is circular.
--
--
- .. _motion-configuration:
- 
- Motion configuration
 a/synaptiks/config.py
-+++ b/synaptiks/config.py
-@@ -173,7 +173,6 @@ class TouchpadConfiguration(MutableMapping):
- 
- CONFIG_KEYS = frozenset([
- 'minimum_speed', 'maximum_speed', 'acceleration_factor',
--'edge_motion_always', 'fast_taps',
- 'rt_tap_action', 'rb_tap_action', 'lt_tap_action', 'lb_tap_action',
- 'f1_tap_action', 'f2_tap_action', 'f3_tap_action',
- 'tap_and_drag_gesture', 'locked_drags', 'locked_drags_timeout',
-@@ -182,7 +181,7 @@ class TouchpadConfiguration(MutableMapping):
- 'vertical_scrolling_distance', 'horizontal_scrolling_distance',
- 'vertical_two_finger_scrolling', 'horizontal_two_finger_scrolling',
- 'circular_scrolling', 'circular_scrolling_trigger',
--'circular_scrolling_distance', 'circular_touchpad'])
-+'circular_scrolling_distance'])
- 
- @classmethod
- def load(cls, touchpad, filename=None):
 a/synaptiks/kde/widgets/ui/hardwarepage.ui
-+++ b/synaptiks/kde/widgets/ui/hardwarepage.ui
-@@ -27,32 +27,6 @@
- 
-
-
--
-- 
--  Hardware settings
-- 
-- 
--  
--   
--
-- Please enable this setting, if your touchpad 
is circular.
--
--
-- true
--
--   
--  
--  
--   
--
-- The touchpad is circular
--
--   
--  
-- 
--
--   
--   
- 
-  
-   Qt::Vertical
 a/synaptiks/kde/widgets/ui/motionpage.ui
-+++ b/synaptiks/kde/widgets/ui/motionpage.ui
-@@ -81,22 +81,6 @@
- 
-
-
--
-- 
--   

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

2020-11-29 Thread Andreas Sturmlechner
commit: 34af00364911ed4d8a631a7926d4c296bc646042
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 24 15:08:56 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 00:51:52 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=34af0036

kde-apps/kdebindings-meta: Drop IUSE="perl,python" for missing deps

Also expensive and very broken deps.

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

 kde-apps/kdebindings-meta/kdebindings-meta-4.14.3.ebuild | 14 +++---
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/kde-apps/kdebindings-meta/kdebindings-meta-4.14.3.ebuild 
b/kde-apps/kdebindings-meta/kdebindings-meta-4.14.3.ebuild
index 2fde174d..6fd94d49 100644
--- a/kde-apps/kdebindings-meta/kdebindings-meta-4.14.3.ebuild
+++ b/kde-apps/kdebindings-meta/kdebindings-meta-4.14.3.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 inherit kde4-meta-pkg
 
 DESCRIPTION="KDE bindings - merge this to pull in all kdebindings-derived 
packages"
 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="java perl python ruby"
+IUSE="java perl"
 
 RDEPEND="
$(add_kdebase_dep smokegen)
@@ -17,13 +18,4 @@ RDEPEND="
$(add_kdebase_dep perlkde)
$(add_kdebase_dep perlqt)
)
-   python? (
-   $(add_kdeapps_dep kross-interpreters)
-   $(add_kdeapps_dep pykde4)
-   )
-   ruby? (
-   $(add_kdebase_dep korundum)
-   $(add_kdebase_dep krossruby)
-   $(add_kdebase_dep qtruby)
-   )
 "



[gentoo-commits] proj/kde-sunset:master commit in: media-sound/amarok/

2020-11-29 Thread Andreas Sturmlechner
commit: b8e3f0c34e6e7f221a8a213c96b3949b2f670b08
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 24 14:46:42 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 00:51:52 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=b8e3f0c3

media-sound/amarok: Cleanup metadata.xml

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

 media-sound/amarok/metadata.xml | 33 -
 1 file changed, 33 deletions(-)

diff --git a/media-sound/amarok/metadata.xml b/media-sound/amarok/metadata.xml
index 600d6c87..6934b264 100644
--- a/media-sound/amarok/metadata.xml
+++ b/media-sound/amarok/metadata.xml
@@ -3,44 +3,11 @@
 
   
   
-Enable support for downloading covers from 
amazon.com
-
-  Enable the scripts for music sharing through DAAP. This flag adds
-  dependencies on www-servers/mongrel to allow sharing of
-  the Amarok music collection through DAAP protocol. Please note
-  that turning this flag off has no effect on DAAP browsing.
-
-Enable support for iRiver devices access through 
libifp
 Enable Last.fm streaming services support through 
media-libs/liblastfm
 Enable mp3tunes integration
-
-  Build the TagLib plugin for writing tags in Mp4 container files
-  (m4a). Please note that by enabling this USE flag, the resulting
-  package will not be redistributable, as it links to
-  media-libs/libmp4v2, distributed under a
-  GPL-incompatible license.
-
-Enable support for NJB (Creative) devices access through 
libnjb
 Use media-libs/libofa to compute MusicDNS 
acoustic
   fingerprints (used by MusicBrainz)
 
-
-  Install the Amarok scripts written in Python, depending on
-  dev-python/PyQt. At the moment the only script
-  installed by this flag is the webcontrol script.
-
-
-  Build the Helix engine for Amarok, linked against
-  media-video/realplayer. This is an alternative engine
-  to the xine one, which supports a different set of formats. Only
-  available for x86 architecture as it uses the binary version of
-  RealPlayer. Please note that by enabling this USE flag, the resulting
-  package will not be redistributable, as it links to the non-GPL 
compatible
-  RealPlayer.
-
 Build the utils - old media-sound/amarok-utils
-
-  Support visualization plugins through media-libs/libvisual
-
   
 



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

2020-11-29 Thread Andreas Sturmlechner
commit: 69ac1094c3f298a4d2cc107b5fa456c23143c8bf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 24 17:15:22 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 00:51:52 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=69ac1094

kde-apps/kdegames-meta: Drop IUSE=python (kde-apps/kajongg), prepare for removal

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

 kde-apps/kdegames-meta/kdegames-meta-4.14.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kdegames-meta/kdegames-meta-4.14.3.ebuild 
b/kde-apps/kdegames-meta/kdegames-meta-4.14.3.ebuild
index 9a13f1f1..23b382c3 100644
--- a/kde-apps/kdegames-meta/kdegames-meta-4.14.3.ebuild
+++ b/kde-apps/kdegames-meta/kdegames-meta-4.14.3.ebuild
@@ -2,12 +2,13 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 inherit kde4-meta-pkg
 
 DESCRIPTION="kdegames - merge this to pull in all kdegames-derived packages"
 HOMEPAGE="https://games.kde.org/;
 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="opengl python"
+IUSE="opengl"
 
 RDEPEND="
$(add_kdeapps_dep bomber)
@@ -50,5 +51,4 @@ RDEPEND="
$(add_kdeapps_dep palapeli)
$(add_kdeapps_dep picmi)
opengl? ( $(add_kdeapps_dep ksudoku) )
-   python? ( $(add_kdeapps_dep kajongg) )
 "



[gentoo-commits] proj/kde-sunset:master commit in: sys-apps/hal/, sys-apps/hal/files/, app-misc/hal-info/

2020-11-29 Thread Andreas Sturmlechner
commit: f2d3cac9ffc18e10e041511a106aa02fae8f1670
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 24 12:40:51 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 00:51:52 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=f2d3cac9

app-misc/hal-info, sys-apps/hal: Remove obsolete package, no revdeps

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

 app-misc/hal-info/hal-info-20091130.ebuild |  22 ---
 app-misc/hal-info/metadata.xml |   5 -
 sys-apps/hal/files/0.5.14-hald.conf|   6 -
 sys-apps/hal/files/0.5.14-hald.rc.1|  39 
 sys-apps/hal/files/hal-unmount.dev |  17 --
 sys-apps/hal/hal-0.5.14-r4.ebuild  | 296 -
 sys-apps/hal/metadata.xml  |  36 
 7 files changed, 421 deletions(-)

diff --git a/app-misc/hal-info/hal-info-20091130.ebuild 
b/app-misc/hal-info/hal-info-20091130.ebuild
deleted file mode 100644
index 0954ec83..
--- a/app-misc/hal-info/hal-info-20091130.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="The fdi scripts that HAL uses"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/hal/;
-SRC_URI="https://hal.freedesktop.org/releases/${P}.tar.gz
-   mirror://kde-sunset/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc x86"
-IUSE=""
-
-RDEPEND=">=sys-apps/hal-0.5.10"
-DEPEND="${RDEPEND}"
-
-# This ebuild does not install any binaries
-RESTRICT="binchecks strip"
-
-src_install() {
-   emake DESTDIR="${D}" install || die
-}

diff --git a/app-misc/hal-info/metadata.xml b/app-misc/hal-info/metadata.xml
deleted file mode 100644
index 6f49eba8..
--- a/app-misc/hal-info/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-

diff --git a/sys-apps/hal/files/0.5.14-hald.conf 
b/sys-apps/hal/files/0.5.14-hald.conf
deleted file mode 100644
index 941005a4..
--- a/sys-apps/hal/files/0.5.14-hald.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-# /etc/conf.d/hald
-
-# Should HAL be verbose to syslog? Useful for debugging
-HALD_VERBOSE="no"
-
-# vim: ft=gentoo-conf-d

diff --git a/sys-apps/hal/files/0.5.14-hald.rc.1 
b/sys-apps/hal/files/0.5.14-hald.rc.1
deleted file mode 100644
index 6a312f43..
--- a/sys-apps/hal/files/0.5.14-hald.rc.1
+++ /dev/null
@@ -1,39 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/files/0.5.14-hald.rc.1,v 1.1 
2010/09/28 06:20:47 ssuominen Exp $
-
-depend() {
-   use logger acpid
-   need dbus
-   after coldplug dns nscd
-}
-
-start() {
-   [ -z "${HALD_VERBOSE}" ] && HALD_VERBOSE="no"
-   ebegin "Starting Hardware Abstraction Layer daemon"
-
-#  REAL_ROOT=`mount -fv / | cut -d' ' -f1`
-#  TEST_ROOT=`cat /proc/mounts | cut -d' ' -f1 | head -n 2 | tail -n 1`
-
-#  if [ ! -e ${TEST_ROOT} ]; then
-#  echo "You need a ${TEST_ROOT} that points to your ${REAL_ROOT}"
-#  echo "See http://bugs.gentoo.org/show_bug.cgi?id=175243;
-#  echo "Quick fix is: ln -s ${REAL_ROOT} ${TEST_ROOT}"
-#  eend 2
-#  fi
-
-   if [ -f /proc/acpi/event ]; then
-   chgrp haldaemon /proc/acpi/event
-   chmod 440 /proc/acpi/event
-   fi
-
-   start-stop-daemon --start -q --exec /usr/sbin/hald -- --use-syslog 
--verbose=${HALD_VERBOSE}
-   eend $?
-}
-
-stop() {
-   ebegin "Stopping Hardware Abstraction Layer daemon"
-   start-stop-daemon --stop -q --pidfile /var/run/hald.pid 
-   eend $?
-}

diff --git a/sys-apps/hal/files/hal-unmount.dev 
b/sys-apps/hal/files/hal-unmount.dev
deleted file mode 100644
index 04d1fa81..
--- a/sys-apps/hal/files/hal-unmount.dev
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-# sanity check. DEVNAME should start with a /
-[ "$DEVNAME" != "${DEVNAME#/}" ] || exit 0
-
-# Lazily unmount drives which are removed, but still mounted
-if [ "$ACTION" = remove ] \
-   && (grep -q "^$DEVNAME" /proc/mounts || grep -q "^$DEVNAME" /etc/mtab); then
-  if [ -x /usr/bin/pumount ] ; then
-/usr/bin/pumount -l "$DEVNAME";
-  else
-/bin/umount -l "$DEVNAME";
-  fi
-fi
-
-exit 0
-

diff --git a/sys-apps/hal/hal-0.5.14-r4.ebuild 
b/sys-apps/hal/hal-0.5.14-r4.ebuild
deleted file mode 100644
index 43d4c762..
--- a/sys-apps/hal/hal-0.5.14-r4.ebuild
+++ /dev/null
@@ -1,296 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.14-r4.ebuild,v 1.8 
2011/05/20 14:12:45 ssuominen Exp $
-
-EAPI="2"
-
-inherit eutils linux-info autotools flag-o-matic multilib
-
-PATCH_VERSION="5"
-
-MY_P=${P/_/}

[gentoo-commits] proj/kde-sunset:master commit in: x11-libs/qscintilla/

2020-11-29 Thread Andreas Sturmlechner
commit: a27051e0519c2af54bdf278f17786723d5df962d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 24 11:07:19 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 00:51:52 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=a27051e0

x11-libs/qscintilla: Drop 2.3.2 and 2.4 (r0)

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

 x11-libs/qscintilla/qscintilla-2.3.2.ebuild | 138 
 x11-libs/qscintilla/qscintilla-2.4.ebuild   |  92 ---
 2 files changed, 230 deletions(-)

diff --git a/x11-libs/qscintilla/qscintilla-2.3.2.ebuild 
b/x11-libs/qscintilla/qscintilla-2.3.2.ebuild
deleted file mode 100644
index 68ddd0d7..
--- a/x11-libs/qscintilla/qscintilla-2.3.2.ebuild
+++ /dev/null
@@ -1,138 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.3.2.ebuild,v 1.9 
2009/06/01 22:28:49 yngwin Exp $
-
-EAPI=2
-inherit eutils toolchain-funcs multilib
-
-MY_P="${PN/qs/QS}-gpl-${PV}"
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="A Qt port of Neil Hodgson's Scintilla C++ editor class"
-HOMEPAGE="http://www.riverbankcomputing.co.uk/software/qscintilla/intro;
-SRC_URI="http://www.riverbankcomputing.com/static/Downloads/QScintilla2/${MY_P}.tar.gz
  mirror://kde-sunset/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~sparc x86"
-IUSE="qt4 +python doc examples debug"
-
-RDEPEND="qt4? ( dev-qt/qtgui:4 )
-   !qt4? ( dev-qt/qt-meta:3 )"
-DEPEND="${RDEPEND}"
-# dev-python/PyQt needs qscintilla to build and qscintilla's python bindings
-# need dev-python/PyQt, bug 199543
-PDEPEND="python? ( dev-python/qscintilla-python[qt4=] )"
-
-src_configure() {
-   local myqmake myqtdir
-   if use qt4; then
-   myqmake=/usr/bin/qmake
-   myqtdir=Qt4
-   else
-   myqmake="${QTDIR}/bin/qmake"
-   myqtdir=Qt3
-   fi
-
-   cd "${S}/${myqtdir}"
-   sed -i \
-   -e "s:DESTDIR = \$(QTDIR)/lib:DESTDIR = lib:" \
-   -e "s:DESTDIR = \$\$\[QT_INSTALL_LIBS\]:DESTDIR = lib:"\
-   qscintilla.pro || die "sed in qscintilla.pro failed"
-
-   cat <<- EOF >> qscintilla.pro
-   QMAKE_CFLAGS_RELEASE=${CFLAGS} -w
-   QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS} -w
-   QMAKE_LFLAGS_RELEASE=${LDFLAGS}
-   EOF
-
-   ${myqmake} -o Makefile qscintilla.pro
-   cd "${S}/designer-${myqtdir}"
-
-   if use qt4; then
-   epatch "${FILESDIR}/${PN}-2.2-qt4.patch"
-   else
-   epatch "${FILESDIR}/${PN}-2.2-qt.patch"
-
-   sed -i \
-   -e "s:DESTDIR = \$(QTDIR)/plugins/designer:DESTDIR = 
.:" \
-   designer.pro || die "sed in designer.pro failed"
-   fi
-
-   cat <<- EOF >> designer.pro
-   QMAKE_CFLAGS_RELEASE=${CFLAGS} -w
-   QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS} -w
-   QMAKE_LFLAGS_RELEASE=${LDFLAGS}
-   EOF
-
-   ${myqmake} -o Makefile designer.pro
-}
-
-src_compile() {
-   if use qt4; then
-   cd "${S}"/Qt4
-   else
-   cd "${S}"/Qt3
-   fi
-   make all staticlib CC="$(tc-getCC)" CXX="$(tc-getCXX)" 
LINK="$(tc-getCXX)" || die "make failed"
-
-   if use qt4; then
-   cd "${S}"/designer-Qt4
-   make DESTDIR="${D}"/usr/lib/qt4/plugins/designer || die "make 
failed"
-   dodir /usr/lib/qt4/plugins/designer
-   else
-   cd "${S}"/designer-Qt3
-   make DESTDIR="${D}"/${QTDIR}/plugins/designer || die "make 
failed"
-   dodir ${QTDIR}/plugins/designer
-   fi
-   make
-}
-
-src_install() {
-   dodoc ChangeLog NEWS README*
-   dodir /usr/{include,$(get_libdir),share/qscintilla/translations}
-   if use qt4; then
-   cd "${S}"/Qt4
-   else
-   cd "${S}"/Qt3
-   fi
-   cp -r Qsci "${D}/usr/include"
-   #cp qextscintilla*.h "${D}/usr/include"
-   cp qscintilla*.qm "${D}/usr/share/qscintilla/translations"
-   cp libqscintilla2.a* "${D}/usr/$(get_libdir)"
-   cp -d libqscintilla2.so.* "${D}/usr/$(get_libdir)"
-   if use qt4; then
-   dodir /usr/share/qt4/translations/
-   for I in $(ls -1 qscintilla*.qm) ; do
-   dosym "/usr/share/qscintilla/translations/${I}" 
"/usr/share/qt4/translations/${I}"
-   done
-   else
-   dodir ${QTDIR}/translations/
-   for I in $(ls -1 qscintilla*.qm) ; do
-   dosym "/usr/share/qscintilla/translations/${I}" 
"${QTDIR}/translations/${I}"
-   done
-   fi
-   if use doc ; then
-   dohtml "${S}"/doc/html/*
-   insinto /usr/share/doc/${PF}/Scintilla
-  

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

2020-11-29 Thread Andreas Sturmlechner
commit: 921d414bba121da6ba0034463186ecc584c04aff
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 24 10:56:36 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 00:51:52 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=921d414b

app-text/poppler: Drop 0.16.7, no reverse dependencies

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

 app-text/poppler/metadata.xml  |  1 -
 app-text/poppler/poppler-0.16.7.ebuild | 98 --
 2 files changed, 99 deletions(-)

diff --git a/app-text/poppler/metadata.xml b/app-text/poppler/metadata.xml
index 8560896f..b17c201a 100644
--- a/app-text/poppler/metadata.xml
+++ b/app-text/poppler/metadata.xml
@@ -3,7 +3,6 @@
 
 
 
-   Enable exceptions throwing.
Enable GObject introspection.
Enable signatures handling with 
dev-libs/nss
Install command-line PDF converters and various 
utilities.

diff --git a/app-text/poppler/poppler-0.16.7.ebuild 
b/app-text/poppler/poppler-0.16.7.ebuild
deleted file mode 100644
index 41d42639..
--- a/app-text/poppler/poppler-0.16.7.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.16.7.ebuild,v 
1.5 2011/08/25 20:48:50 maekke Exp $
-
-EAPI=6
-
-inherit cmake-utils qt3
-
-DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base"
-HOMEPAGE="http://poppler.freedesktop.org/;
-SRC_URI="http://poppler.freedesktop.org/${P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE="cairo cjk curl cxx debug doc exceptions +introspection jpeg
-jpeg2k +lcms png qt3 qt4 +utils"
-
-# No test data provided
-RESTRICT="test"
-
-COMMON_DEPEND="
-   >=media-libs/fontconfig-2.6.0
-   >=media-libs/freetype-2.3.9
-   sys-libs/zlib
-   cairo? (
-   dev-libs/glib:2
-   >=x11-libs/cairo-1.10.0
-   >=x11-libs/gtk+-2.20.1:2[introspection?]
-   introspection? ( >=dev-libs/gobject-introspection-0.9.12 )
-   )
-   curl? ( net-misc/curl )
-   jpeg? ( virtual/jpeg )
-   jpeg2k? ( media-libs/openjpeg )
-   lcms? ( =media-libs/lcms-1* )
-   png? ( >=media-libs/libpng-1.4 )
-   qt3? ( >=dev-qt/qt-meta-3.3:3 )
-   qt4? (
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
-   !dev-libs/poppler
-   !dev-libs/poppler-glib
-   !dev-libs/poppler-qt3
-   !dev-libs/poppler-qt4
-   !app-text/poppler-utils
-   cjk? ( >=app-text/poppler-data-0.2.1 )
-"
-
-DOCS=( AUTHORS ChangeLog NEWS README README-XPDF TODO )
-
-src_configure() {
-   mycmakeargs=(
-   -DBUILD_GTK_TESTS=OFF
-   -DBUILD_QT4_TESTS=OFF
-   -DBUILD_CPP_TESTS=OFF
-   -DWITH_Qt3="$(usex qt3)"
-   -DENABLE_ABIWORD=OFF
-   -DENABLE_SPLASH=ON
-   -DENABLE_ZLIB=ON
-   -DENABLE_LIBCURL="$(usex curl)"
-   -DENABLE_CPP="$(usex cxx)"
-   -DENABLE_LIBOPENJPEG="$(usex jpeg2k)"
-   -DENABLE_LCMS="$(usex lcms)"
-   -DENABLE_UTILS="$(usex utils)"
-   -DENABLE_XPDF_HEADERS=ON
-   -DWITH_Cairo="$(usex cairo)"
-   -DWITH_GTK="$(usex cairo)"
-   -DWITH_GObjectIntrospection="$(usex introspection)"
-   -DWITH_JPEG="$(usex jpeg)"
-   -DWITH_PNG="$(usex png)"
-   -DWITH_Qt4="$(usex qt4)"
-   -DUSE_EXCEPTIONS="$(usex exceptions)"
-   )
-
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-
-   if use cairo && use doc; then
-   # For now install gtk-doc there
-   insinto /usr/share/gtk-doc/html/poppler
-   doins -r "${S}"/glib/reference/html/* || die 'failed to install 
API documentation'
-   fi
-}
-
-pkg_postinst() {
-   ewarn "After upgrading app-text/poppler you may need to reinstall 
packages"
-   ewarn "linking to it. If you're not a portage-2.2_rc user, you're 
advised"
-   ewarn "to run revdep-rebuild"
-}



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

2020-11-29 Thread Andreas Sturmlechner
commit: b607d37f9b3517e32e5f2c5a68a332371fa4159f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 24 17:16:27 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 00:51:52 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=b607d37f

kde-apps/kajongg: Remove package for too expensive deps

Missing kde-apps/pykde4 and easier (non-)maintenance without python.
Still depended on split dev-python/twisted* as well.

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

 kde-apps/kajongg/kajongg-4.14.3.ebuild | 36 --
 kde-apps/kajongg/metadata.xml  |  5 -
 2 files changed, 41 deletions(-)

diff --git a/kde-apps/kajongg/kajongg-4.14.3.ebuild 
b/kde-apps/kajongg/kajongg-4.14.3.ebuild
deleted file mode 100644
index c5a015b7..
--- a/kde-apps/kajongg/kajongg-4.14.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-PYTHON_COMPAT=( python2_7 )
-inherit python-single-r1 kde4-base
-
-DESCRIPTION="The classical Mah Jongg for four players"
-HOMEPAGE="https://www.kde.org/applications/games/kajongg/;
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   dev-db/sqlite:3
-   $(add_kdeapps_dep libkdegames)
-   $(add_kdeapps_dep pykde4 "${PYTHON_USEDEP}")
-"
-RDEPEND="${DEPEND}
-   $(add_kdeapps_dep libkmahjongg)
-   >=dev-python/twisted-core-8.2.0
-"
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-   kde4-base_pkg_setup
-}
-
-src_prepare() {
-   python_fix_shebang src
-   kde4-base_src_prepare
-}

diff --git a/kde-apps/kajongg/metadata.xml b/kde-apps/kajongg/metadata.xml
deleted file mode 100644
index 7a38bb90..
--- a/kde-apps/kajongg/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-



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

2020-11-29 Thread Andreas Sturmlechner
commit: bb3af82e49fb81f4dc3d22db545a563ae9f6340e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 24 15:04:17 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 00:51:52 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=bb3af82e

kde-apps/superkaramba: Drop IUSE=python

Missing kde-apps/pykde4 and easier (non-)maintenance without python.

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

 kde-apps/superkaramba/superkaramba-15.08.3.ebuild | 28 +--
 1 file changed, 6 insertions(+), 22 deletions(-)

diff --git a/kde-apps/superkaramba/superkaramba-15.08.3.ebuild 
b/kde-apps/superkaramba/superkaramba-15.08.3.ebuild
index df7c3726..862c1b7b 100644
--- a/kde-apps/superkaramba/superkaramba-15.08.3.ebuild
+++ b/kde-apps/superkaramba/superkaramba-15.08.3.ebuild
@@ -1,41 +1,25 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 )
-inherit python-single-r1 kde4-base
+inherit kde4-base
 
 DESCRIPTION="A tool to create interactive applets for the KDE desktop"
 HOMEPAGE="https://www.kde.org/applications/utilities/superkaramba
 https://utils.kde.org/projects/superkaramba;
-KEYWORDS="~amd64 ~x86"
-IUSE="debug python"
 
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
 
 DEPEND="
media-libs/qimageblitz[-qt5(+)]
x11-libs/libX11
x11-libs/libXrender
-   python? (
-   ${PYTHON_DEPS}
-   $(add_kdeapps_dep pykde4 "${PYTHON_USEDEP}")
-   )
-"
-RDEPEND="${DEPEND}
-   python? ( $(add_kdeapps_dep kross-interpreters "${PYTHON_USEDEP}") )
 "
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-   kde4-base_pkg_setup
-}
+RDEPEND="${DEPEND}"
 
 src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_with python PythonLibs)
-   )
-
+   local mycmakeargs=( -DWITH_PythonLibs=OFF )
kde4-base_src_configure
 }



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

2020-11-29 Thread Andreas Sturmlechner
commit: 0fa932edcc8b0e67be43fc4a74187806a8d82650
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 24 15:05:54 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 00:51:52 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=0fa932ed

kde-apps/kdesdk-meta: Drop kde-apps/lokalize, prepare for removal

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

 kde-apps/kdesdk-meta/kdesdk-meta-4.14.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kdesdk-meta/kdesdk-meta-4.14.3.ebuild 
b/kde-apps/kdesdk-meta/kdesdk-meta-4.14.3.ebuild
index 311bbdbc..9818cbc6 100644
--- a/kde-apps/kdesdk-meta/kdesdk-meta-4.14.3.ebuild
+++ b/kde-apps/kdesdk-meta/kdesdk-meta-4.14.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5



[gentoo-commits] proj/kde-sunset:master commit in: dev-libs/poppler-qt3/, virtual/poppler-qt3/

2020-11-29 Thread Andreas Sturmlechner
commit: 60704ce99c3b5d370df0c721bf28dd2ade2a8a75
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 24 10:53:20 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 00:51:52 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=60704ce9

virtual/poppler-qt3, dev-libs/poppler-qt3: Remove obsolete packages

Ancient even by kde-sunset's standards, not used.

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

 dev-libs/poppler-qt3/ChangeLog   |  99 --
 dev-libs/poppler-qt3/metadata.xml|   9 --
 dev-libs/poppler-qt3/poppler-qt3-0.10.6.ebuild   |  31 --
 dev-libs/poppler-qt3/poppler-qt3-0.10.7.ebuild   |  31 --
 dev-libs/poppler-qt3/poppler-qt3-0.12.0.ebuild   |  31 --
 dev-libs/poppler-qt3/poppler-qt3-0.12.1.ebuild   |  31 --
 dev-libs/poppler-qt3/poppler-qt3-0.12.3.ebuild   |  31 --
 virtual/poppler-qt3/ChangeLog| 124 ---
 virtual/poppler-qt3/metadata.xml |   9 --
 virtual/poppler-qt3/poppler-qt3-0.10.4.ebuild|  19 
 virtual/poppler-qt3/poppler-qt3-0.10.5.ebuild|  19 
 virtual/poppler-qt3/poppler-qt3-0.10.6.ebuild|  19 
 virtual/poppler-qt3/poppler-qt3-0.10.7.ebuild|  19 
 virtual/poppler-qt3/poppler-qt3-0.12.0.ebuild|  19 
 virtual/poppler-qt3/poppler-qt3-0.12.1.ebuild|  19 
 virtual/poppler-qt3/poppler-qt3-0.12.3-r1.ebuild |  19 
 virtual/poppler-qt3/poppler-qt3-0.12.3.ebuild|  19 
 virtual/poppler-qt3/poppler-qt3-0.8.7.ebuild |  19 
 18 files changed, 567 deletions(-)

diff --git a/dev-libs/poppler-qt3/ChangeLog b/dev-libs/poppler-qt3/ChangeLog
deleted file mode 100644
index e7f490fa..
--- a/dev-libs/poppler-qt3/ChangeLog
+++ /dev/null
@@ -1,99 +0,0 @@
-# ChangeLog for dev-libs/poppler-qt3
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/poppler-qt3/ChangeLog,v 1.18 
2009/10/18 14:08:49 loki_val Exp $
-
-  21 Mar 2013; Lars Wendler 
-  poppler-qt3-0.10.6.ebuild, poppler-qt3-0.10.7.ebuild,
-  poppler-qt3-0.12.0.ebuild, poppler-qt3-0.12.1.ebuild,
-  poppler-qt3-0.12.3.ebuild:
-  Fixed dependencies on qt packages.
-
-  29 Sep 2010; Martin von Gagern (MvG) 
-  poppler-qt3-0.10.6.ebuild, poppler-qt3-0.10.7.ebuild,
-  poppler-qt3-0.12.0.ebuild, poppler-qt3-0.12.1.ebuild,
-  poppler-qt3-0.12.3.ebuild:
-  Block poppler[qt3] as that doesn't block poppler-qt3 any more (#338346).
-
-*poppler-qt3-0.12.1 (18 Oct 2009)
-
-  18 Oct 2009; Peter Alfredsen 
-  +poppler-qt3-0.12.1.ebuild:
-  Bump to 0.12.1
-
-*poppler-qt3-0.12.0 (09 Sep 2009)
-
-  09 Sep 2009; Peter Alfredsen 
-  -poppler-qt3-0.11.0.ebuild, -poppler-qt3-0.11.3.ebuild,
-  +poppler-qt3-0.12.0.ebuild:
-  Bump to 0.12.0
-
-*poppler-qt3-0.11.3 (22 Aug 2009)
-
-  22 Aug 2009; Peter Alfredsen 
-  -poppler-qt3-0.11.1.ebuild, +poppler-qt3-0.11.3.ebuild:
-  Bump for 0.12 RC1
-
-  09 Aug 2009; nixnut  poppler-qt3-0.10.7.ebuild:
-  ppc stable #272980
-
-  17 Jul 2009; Raúl Porcel  poppler-qt3-0.10.7.ebuild:
-  ia64/sparc stable wrt #272980
-
-  06 Jul 2009; Brent Baude  poppler-qt3-0.10.7.ebuild:
-  Marking poppler-qt3-0.10.7 ppc64 stable for bug 272980
-
-*poppler-qt3-0.11.1 (19 Jun 2009)
-
-  19 Jun 2009; Peter Alfredsen 
-  +poppler-qt3-0.11.1.ebuild:
-  Bump
-
-  16 Jun 2009; Tobias Klausmann 
-  poppler-qt3-0.10.7.ebuild:
-  Stable on alpha, bug #272980
-
-  11 Jun 2009; Markus Meier  poppler-qt3-0.10.7.ebuild:
-  amd64 stable, bug #272980
-
-  11 Jun 2009; Jeroen Roovers  poppler-qt3-0.10.7.ebuild:
-  Stable for HPPA (bug #272980).
-
-  11 Jun 2009; Christian Faulhammer 
-  poppler-qt3-0.10.7.ebuild:
-  stable x86, bug 272980
-
-*poppler-qt3-0.10.7 (17 May 2009)
-
-  17 May 2009; Peter Alfredsen 
-  +poppler-qt3-0.10.7.ebuild:
-  Bump
-
-*poppler-qt3-0.11.0 (12 May 2009)
-
-  12 May 2009; Peter Alfredsen 
-  +poppler-qt3-0.11.0.ebuild:
-  Bump for poppler-0.11.0
-
-  19 Apr 2009; Peter Alfredsen 
-  -poppler-qt3-0.10.5.ebuild:
-  Punt for bug 266775
-
-*poppler-qt3-0.10.6 (16 Apr 2009)
-
-  16 Apr 2009; Peter Alfredsen 
-  +poppler-qt3-0.10.6.ebuild:
-  Bump
-
-  04 Apr 2009; Raúl Porcel  poppler-qt3-0.10.5.ebuild:
-  Drop arm/s390/sh as this should never been keyworded there
-
-  01 Apr 2009; Peter Alfredsen 
-  poppler-qt3-0.10.5.ebuild:
-  Make sure qt3 is available, die if not. Bug 264230.
-
-*poppler-qt3-0.10.5 (01 Apr 2009)
-
-  01 Apr 2009; Peter Alfredsen  +metadata.xml,
-  +poppler-qt3-0.10.5.ebuild:
-  Add dev-libs/poppler-qt3 w.r.t. bug 264230
-

diff --git a/dev-libs/poppler-qt3/metadata.xml 
b/dev-libs/poppler-qt3/metadata.xml
deleted file mode 100644
index f6aac534..
--- a/dev-libs/poppler-qt3/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-
-   loki_...@gentoo.org
-   Peter Alfredsen
-
-

diff --git a/dev-libs/poppler-qt3/poppler-qt3-0.10.6.ebuild 

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

2020-11-29 Thread Andreas Sturmlechner
commit: a517cb5cff245df31e917e92e672baf85049fcee
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 24 14:54:44 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 00:51:52 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=a517cb5c

kde-plasma/plasma-workspace: Drop IUSE=python

Missing kde-apps/pykde4 and easier (non-)maintenance without python.

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

 .../plasma-workspace-4.11.22.ebuild| 31 +++---
 1 file changed, 4 insertions(+), 27 deletions(-)

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-4.11.22.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-4.11.22.ebuild
index 6a10a6e7..d9cebfb0 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-4.11.22.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-4.11.22.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,16 +7,13 @@ DECLARATIVE_REQUIRED="always"
 KDE_HANDBOOK="optional"
 KMNAME="kde-workspace"
 KMMODULE="plasma"
-PYTHON_COMPAT=( python2_7 )
 OPENGL_REQUIRED="always"
 WEBKIT_REQUIRED="always"
-inherit python-single-r1 kde4-meta
+inherit kde4-meta
 
 DESCRIPTION="Plasma: KDE desktop framework"
 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug gps json +pim python qalculate"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+IUSE="debug gps json +pim qalculate"
 
 COMMONDEPEND="
dev-libs/libdbusmenu-qt[qt4]
@@ -38,11 +35,6 @@ COMMONDEPEND="
gps? ( >=sci-geosciences/gpsd-2.37 )
json? ( dev-libs/qjson )
pim? ( $(add_kdeapps_dep kdepimlibs) )
-   python? (
-   ${PYTHON_DEPS}
-   >=dev-python/PyQt4-4.4.0[X,${PYTHON_SINGLE_USEDEP}]
-   $(add_kdeapps_dep pykde4 "${PYTHON_SINGLE_USEDEP}")
-   )
qalculate? ( sci-libs/libqalculate )
 "
 DEPEND="${COMMONDEPEND}
@@ -73,13 +65,6 @@ KMEXTRACTONLY="
ksysguard/
 "
 
-pkg_setup() {
-   if use python ; then
-   python-single-r1_pkg_setup
-   fi
-   kde4-meta_pkg_setup
-}
-
 src_unpack() {
if use handbook; then
KMEXTRA+=" doc/plasma-desktop"
@@ -91,23 +76,15 @@ src_unpack() {
 src_configure() {
local mycmakeargs=(
-DWITH_NepomukCore=OFF
+   -DWITH_PythonLibrary=OFF
-DWITH_Soprano=OFF
-DWITH_Xmms=OFF
$(cmake-utils_use_with gps libgps)
$(cmake-utils_use_with json QJSON)
$(cmake-utils_use_with pim Akonadi)
$(cmake-utils_use_with pim KdepimLibs)
-   $(cmake-utils_use_with python PythonLibrary)
$(cmake-utils_use_with qalculate)
)
 
kde4-meta_src_configure
 }
-
-src_install() {
-   kde4-meta_src_install
-
-   if use python; then
-   python_optimize "${ED}"
-   fi
-}



[gentoo-commits] proj/kde-sunset:master commit in: x11-libs/qscintilla/

2020-11-29 Thread Andreas Sturmlechner
commit: 551d21a0429a481a62ed439f5adec94aa9fca84c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 24 11:05:41 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 00:51:52 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=551d21a0

x11-libs/qscintilla: Remove IUSE="python,qt4" thusly option to build w/ Qt3

No more revdeps and easier (non-)maintenance without python.
Drop to ~ppc as well for unkeyworded dependencies.

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

 x11-libs/qscintilla/qscintilla-2.4-r1.ebuild | 75 
 1 file changed, 75 insertions(+)

diff --git a/x11-libs/qscintilla/qscintilla-2.4-r1.ebuild 
b/x11-libs/qscintilla/qscintilla-2.4-r1.ebuild
new file mode 100644
index ..02ff0987
--- /dev/null
+++ b/x11-libs/qscintilla/qscintilla-2.4-r1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=2
+
+MY_P="QScintilla-gpl-${PV/_pre/-snapshot-}"
+inherit eutils multilib qt4-r2
+
+DESCRIPTION="Qt port of Neil Hodgson's Scintilla C++ editor class"
+HOMEPAGE="https://riverbankcomputing.com/software/qscintilla/intro;
+SRC_URI="https://www.riverbankcomputing.co.uk/static/Downloads/QScintilla2/${MY_P}.tar.gz
+mirror://kde-sunset/${MY_P}.tar.gz"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
+IUSE="doc"
+
+RDEPEND="dev-qt/qtgui:4"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}"/${MY_P}
+
+PATCHES=( "${FILESDIR}/${PN}-2.4-designer.patch" )
+
+src_configure() {
+   cd "${S}"/Qt4
+   eqmake4 qscintilla.pro
+
+   cd "${S}"/designer-Qt4
+   eqmake4 designer.pro
+}
+
+src_compile() {
+   cd "${S}"/Qt4
+   emake all staticlib || die "emake failed"
+
+   cd "${S}"/designer-Qt4
+   emake || die "failed to build designer plugin"
+}
+
+src_install() {
+   cd "${S}"/Qt4
+   # header files
+   insinto /usr/include/Qsci
+   doins Qsci/*.h || die
+   # libraries
+   dolib.so libqscintilla2.so* || die
+   dolib.a libqscintilla2.a || die
+   # translations
+   insinto /usr/share/${PN}/translations
+   doins qscintilla_*.qm || die
+   for trans in $(ls -1 qscintilla_*.qm); do
+   dosym /usr/share/${PN}/translations/${trans} \
+   /usr/share/qt4/translations/${trans} || die
+   done
+
+   # designer plugin
+   cd "${S}"/designer-Qt4
+   emake INSTALL_ROOT="${D}" install || die "designer plugin installation 
failed"
+
+   # documentation
+   cd "${S}"
+   dodoc ChangeLog NEWS
+   if use doc; then
+   dohtml doc/html-Qt4/* || die
+   insinto /usr/share/doc/${PF}/Scintilla
+   doins doc/Scintilla/* || die
+   fi
+}
+
+pkg_postinst() {
+   ewarn "Please remerge dev-python/PyQt4 if you have problems with eric 
or other"
+   ewarn "qscintilla related packages before submitting bug reports."
+}



[gentoo-commits] proj/kde-sunset:master commit in: dev-python/PyQt/

2020-11-29 Thread Andreas Sturmlechner
commit: 5f3c2ae4dcac9431546214f3acdbbe256122fa0e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 24 11:02:57 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 00:51:52 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=5f3c2ae4

dev-python/PyQt: Remove package, no more reverse dependencies

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

 dev-python/PyQt/ChangeLog  | 493 -
 dev-python/PyQt/PyQt-3.17.6.ebuild |  55 -
 dev-python/PyQt/PyQt-3.18.1.ebuild |  59 -
 dev-python/PyQt/metadata.xml   |   5 -
 4 files changed, 612 deletions(-)

diff --git a/dev-python/PyQt/ChangeLog b/dev-python/PyQt/ChangeLog
deleted file mode 100644
index 3d02f88a..
--- a/dev-python/PyQt/ChangeLog
+++ /dev/null
@@ -1,493 +0,0 @@
-# ChangeLog for dev-python/PyQt
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.129 
2009/10/18 14:45:55 armin76 Exp $
-
-  21 Mar 2013; Lars Wendler  PyQt-3.17.6.ebuild,
-  PyQt-3.18.1.ebuild:
-  Fixed dependencies on qt packages.
-
-  01 Aug 2010; Roman v. Gemmeren  PyQt-3.18.2.ebuild:
-  distutils_python_version is deprecated. replaced with python_get_version
-
-  18 Oct 2009; Raúl Porcel  PyQt-3.18.1.ebuild:
-  alpha/ia64/sparc stable wrt #284707
-
-  12 Oct 2009; Jeroen Roovers  PyQt-3.18.1.ebuild:
-  Stable for HPPA (bug #284707).
-
-  27 Sep 2009; nixnut  PyQt-3.18.1.ebuild:
-  ppc stable #284707
-
-  22 Sep 2009; Markus Meier  PyQt-3.18.1.ebuild:
-  amd64 stable, bug #284707
-
-  16 Sep 2009; Jesus Rivero  PyQt-3.18.1.ebuild:
-  Fixed RDEPEND (QScintilla)
-
-  16 Sep 2009; Christian Faulhammer  PyQt-3.18.1.ebuild:
-  stable x86, bug 284707
-
-  06 Sep 2009; Christian Ruppert 
-  -files/python_2.5_build_fix.patch:
-  Remove unused patch.
-
-  05 Sep 2009; Patrick Lauer  -PyQt-3.18.ebuild,
-  -PyQt-3.18-r1.ebuild:
-  Remove old
-
-  16 Jun 2009; Markos Chandras  PyQt-3.18.1.ebuild:
-  Raise sip dependency to 4.8.1
-
-*PyQt-3.18.1 (16 Jun 2009)
-
-  16 Jun 2009; Markos Chandras  +PyQt-3.18.1.ebuild:
-  Version bump. Bug-fix release
-
-  13 Jun 2009; Markos Chandras  PyQt-3.17.6.ebuild:
-  Fix sip dependencies
-
-*PyQt-3.18-r1 (13 Jun 2009)
-
-  13 Jun 2009; Markos Chandras 
-  +files/python_2.5_build_fix.patch, +PyQt-3.18-r1.ebuild:
-  Revbump. Fixes pre-stripped files ( bug 188405 thanks to Victor Ostorga ).
-  Fixes python-2.5
-  compatibility ( bug 274017 ).
-
-  09 Jun 2009; Markos Chandras  PyQt-3.18.ebuild:
-  Silently drop qt4 use dependency from qscintilla
-
-*PyQt-3.18 (09 Jun 2009)
-
-  09 Jun 2009; Markos Chandras  +PyQt-3.18.ebuild:
-  Version bump
-
-  27 Mar 2009; Ben de Groot  -PyQt-3.17.3.ebuild,
-  -PyQt-3.17.4.ebuild:
-  Remove older versions which are also hardmasked
-
-  20 Feb 2009; Jeroen Roovers  PyQt-3.17.6.ebuild:
-  Stable for HPPA (bug #248083).
-
-  06 Feb 2009; Raúl Porcel  PyQt-3.17.6.ebuild:
-  ia64/sparc stable wrt #248038
-
-  04 Feb 2009; Brent Baude  PyQt-3.17.6.ebuild:
-  Marking PyQt-3.17.6 ppc64 for bug 248038
-
-  31 Jan 2009; Tobias Klausmann  PyQt-3.17.6.ebuild:
-  Stable on alpha, bug #248038
-
-  18 Jan 2009; Markus Meier  PyQt-3.17.6.ebuild:
-  amd64/x86 stable, bug #248038
-
-  17 Jan 2009; nixnut  PyQt-3.17.6.ebuild:
-  ppc stable #248038
-
-*PyQt-3.17.6 (25 Nov 2008)
-
-  25 Nov 2008; Ben de Groot  +PyQt-3.17.6.ebuild:
-  Version bump, fixes bug 248044
-
-  06 Oct 2008; Ali Polatel 
-  -files/PyQt-3.14.1-examples.diff,
-  -files/PyQt-3.14.1-python-2.5-compat.diff, -PyQt-3.14.1-r1.ebuild,
-  -PyQt-3.14.1-r2.ebuild, -PyQt-3.17.ebuild, -PyQt-3.17.2.ebuild:
-  Drop old.
-
-  13 May 2008; Ali Polatel  PyQt-3.14.1-r1.ebuild,
-  PyQt-3.14.1-r2.ebuild, PyQt-3.17.ebuild, PyQt-3.17.2.ebuild,
-  PyQt-3.17.3.ebuild, PyQt-3.17.4.ebuild:
-  Changed HOMEPAGE. Quoting. Thanks to Elias Probst, #220653
-
-  15 Mar 2008; Markus Rothe  PyQt-3.17.4.ebuild:
-  Stable on ppc64
-
-  09 Mar 2008; Wulf C. Krueger  PyQt-3.17.4.ebuild:
-  Marked stable on amd64 as per bug 209505.
-
-  21 Feb 2008; Raúl Porcel  PyQt-3.17.4.ebuild:
-  alpha/ia64/sparc stable
-
-  21 Feb 2008; Christian Faulhammer  PyQt-3.17.4.ebuild:
-  stable x86, bug 209505
-
-*PyQt-3.17.4 (26 Dec 2007)
-
-  26 Dec 2007; Caleb Tennis  +PyQt-3.17.4.ebuild:
-  version bump
-
-  05 Dec 2007; Raúl Porcel  PyQt-3.17.3.ebuild:
-  alpha/sparc stable wrt #200630
-
-  01 Dec 2007; nixnut  PyQt-3.17.3.ebuild:
-  Stable on ppc wrt bug 200630
-
-  29 Nov 2007; Christian Faulhammer  PyQt-3.17.3.ebuild:
-  stable x86, bug 200630
-
-  20 Nov 2007; Ali Polatel  PyQt-3.14.1-r1.ebuild,
-  PyQt-3.14.1-r2.ebuild, PyQt-3.17.ebuild, PyQt-3.17.2.ebuild,
-  PyQt-3.17.3.ebuild:
-  dev-python/qscintilla moved to x11-libs/qscintilla
-
-  13 Nov 2007; Jeroen Roovers  PyQt-3.17.3.ebuild:
-  Marked ~hppa (bug #198456). Fix quoting issues. Do not install LICENSE.
-
-  08 Oct 2007; Tom Gall  PyQt-3.17.3.ebuild:
- 

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

2020-11-29 Thread Thomas Deutschmann
commit: 79885ae121e130be342757a21704051f330456cf
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Nov 30 00:44:01 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 30 00:48:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79885ae1

Revert "dev-php/awl: Restrict  gentoo.org>

 dev-php/awl/awl-0.61.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/awl/awl-0.61.ebuild b/dev-php/awl/awl-0.61.ebuild
index 7cdc7c288e2..52ae69f3df6 100644
--- a/dev-php/awl/awl-0.61.ebuild
+++ b/dev-php/awl/awl-0.61.ebuild
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-BDEPEND="test? ( 

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

2020-11-29 Thread Thomas Deutschmann
commit: 77d9a1daf95d0b9e3744ce44cfb29a8a0f0633f1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Nov 30 00:46:21 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 30 00:48:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77d9a1da

dev-php/awl: don't write PHPunit cache

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

 dev-php/awl/awl-0.61.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/awl/awl-0.61.ebuild b/dev-php/awl/awl-0.61.ebuild
index 52ae69f3df6..4e25a5083da 100644
--- a/dev-php/awl/awl-0.61.ebuild
+++ b/dev-php/awl/awl-0.61.ebuild
@@ -23,7 +23,7 @@ src_compile() {
 }
 
 src_test() {
-   phpunit tests/ || die "test suite failed"
+   phpunit --do-not-cache-result tests/ || die "test suite failed"
 }
 
 src_install() {



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

2020-11-29 Thread Louis Sautier
commit: 84bc738e3e7f7cbd8083c42687d25a96a9f1e77d
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Nov 30 00:26:41 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Nov 30 00:42:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84bc738e

dev-python/wand: bump to 0.6.5

Also rely on distutils_enable_tests to simplify dependency declaration.

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/wand/Manifest  |  1 +
 dev-python/wand/wand-0.6.5.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-python/wand/Manifest b/dev-python/wand/Manifest
index f7e8fce9bff..f575f27b648 100644
--- a/dev-python/wand/Manifest
+++ b/dev-python/wand/Manifest
@@ -1 +1,2 @@
 DIST Wand-0.6.3.tar.gz 10506834 BLAKE2B 
65ba3d5719f7ad8d77a088d94344cc96f14ca45e95850494033a395cc8772d431653a16b2c3494268f351ee4187e5f5f0dbc22058266e9526cff2312e9a2c5b9
 SHA512 
9aef97434cc8cdef0880d1d1b2bbbdadba807543489d2c82725aa0b5287718f2a10f5508ca7d72a859e242e2b3e205e5f95649cb43be56d5eec8a83c272d0bac
+DIST Wand-0.6.5.tar.gz 11477141 BLAKE2B 
7257dbee8642d619d69d773aa5e0f70c27e32eb5ca4168746efb191ce6d2a49b000aee07127aa51e1906e52e7bc7f2375f39482edf6a841933e4eb2711217fed
 SHA512 
7355888da6ea604759d4af8548d4c2e08d529c88d2720400bbfc6a19bdb03049f3faa5abcd5f3a9c69b705754e86ad4f511a76a0a310d5dece5c2774d74e543b

diff --git a/dev-python/wand/wand-0.6.5.ebuild 
b/dev-python/wand/wand-0.6.5.ebuild
new file mode 100644
index 000..e31b06bc29f
--- /dev/null
+++ b/dev-python/wand/wand-0.6.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+
+inherit distutils-r1
+
+MY_P="${PN^}-${PV}"
+DESCRIPTION="Ctypes-based simple ImageMagick binding for Python"
+HOMEPAGE="http://wand-py.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="media-gfx/imagemagick"
+BDEPEND="
+   test? (
+   media-gfx/imagemagick[fftw,jpeg,png,truetype,xml]
+   )
+"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+python_test() {
+   # PDF support is blocked by the default ImageMagick security policy
+   pytest -vv --skip-pdf || die "Tests fail with ${EPYTHON}"
+}



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

2020-11-29 Thread Andreas Sturmlechner
commit: c03f36eaca6dcf313066312f49d94094e72e3e81
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 30 00:41:19 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 30 00:41:19 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=c03f36ea

profiles: Mask all packages related to Qt3 and KDE3 for removal

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index e69de29b..0b6ab548 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -0,0 +1,584 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Andreas Sturmlechner  (2020-11-30)
+# Completely rotten KDE-3 era packages beyond any hope to build on
+# anything Gentoo that updated only once during the last 10 years.
+# If you happen to be using anything from this list, you should
+# consider heading over to the official Trinity Gentoo overlay:
+# https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo
+# Masked for final removal.
+=app-antivirus/klamav-0.46
+=app-backup/keep-0.4.0-r1
+=app-cdr/kcdlabel-2.13-r1
+=app-cdr/koverartist-0.5-r1
+=app-crypt/calcchecksum-1.6_pre1-r1
+=app-editors/kile-2.0.3-r1
+=app-i18n/koffice-i18n-1.6.3
+=app-laptop/khdapsmon-0.1.2
+=app-laptop/khdapsmonitor-0.1-r1
+=app-laptop/kthinkbat-0.2.9
+=app-mobilephone/kmobiletools-0.4.3.3
+=app-office/karbon-1.6.3_p20090204
+=app-office/kbudget-0.6
+=app-office/kchart-1.6.3_p20090204
+=app-office/kexi-1.6.3_p20090204
+=app-office/kformula-1.6.3_p20090204
+=app-office/kivio-1.6.3_p20090204
+=app-office/kletterwizard-0.9.8
+=app-office/kmm_kbanking-1.0
+=app-office/kmymoney2-0.8.8
+=app-office/kmymoney2-1.0.2
+=app-office/koffice-data-1.6.3_p20090204
+=app-office/koffice-libs-1.6.3_p20090204
+=app-office/koffice-meta-1.6.3_p20090204
+=app-office/koshell-1.6.3_p20090204
+=app-office/kplato-1.6.3_p20090204
+=app-office/kpresenter-1.6.3_p20090204
+=app-office/kspread-1.6.3_p20090204
+=app-office/kugar-1.6.3_p20090204
+=app-office/kword-1.6.3_p20090204
+=app-pda/libopensync-plugin-kdepim-0.36
+=app-portage/kuroo-0.82.2
+=app-text/kbarcode-2.0.6
+=app-text/kbarcode-2.0.7
+=app-text/kchmviewer-3.1_p2-r1
+=app-text/kding-0.4.3
+=app-text/kjots-3.5.10
+=dev-db/knoda-0.8.3
+=dev-embedded/pikdev-0.9.2.1
+=dev-embedded/pikdev-1.0.0
+=dev-embedded/pikdev-1.1.0
+=dev-perl/PerlQt-3.009_beta2
+=dev-python/pykde-3.16.2
+=dev-python/pykde-3.16.7
+=dev-util/kdbg-2.2.0
+=dev-util/kdevelop-3.5.4-r1
+=dev-util/kscope-1.6.2
+=dev-vcs/kdesvn-1.0.5
+=games-emulation/kvisualboyadvance-0.3.1
+=games-puzzle/easysok-0.3.5
+=kde-apps/akregator-3.5.10
+=kde-apps/akregator-3.5.10-r1
+=kde-apps/amor-3.5.10
+=kde-apps/ark-3.5.10
+=kde-apps/ark-3.5.10-r1
+=kde-apps/blinken-3.5.10
+=kde-apps/filelight-1.0-r2
+=kde-apps/juk-3.5.10
+=kde-apps/juk-3.5.10-r1
+=kde-apps/k3b-1.0.5-r6
+=kde-apps/kaddressbook-3.5.10
+=kde-apps/kaddressbook-3.5.10-r1
+=kde-apps/kalarm-3.5.10
+=kde-apps/kalarm-3.5.10-r1
+=kde-apps/kalzium-3.5.10
+=kde-apps/kamera-3.5.10
+=kde-apps/kanagram-3.5.10
+=kde-apps/kapptemplate-3.5.10
+=kde-apps/kate-3.5.10
+=kde-apps/katomic-3.5.10
+=kde-apps/kblackbox-3.5.10
+=kde-apps/kbounce-3.5.10
+=kde-apps/kbruch-3.5.10
+=kde-apps/kcachegrind-3.5.10
+=kde-apps/kcachegrind-3.5.10-r1
+=kde-apps/kcalc-3.5.10
+=kde-apps/kcalc-3.5.10-r1
+=kde-apps/kcharselect-3.5.10
+=kde-apps/kcontrol-3.5.10
+=kde-apps/kcontrol-3.5.10-r1
+=kde-apps/kcron-3.5.10
+=kde-apps/kdeaccessibility-meta-3.5.10
+=kde-apps/kdeadmin-meta-3.5.10
+=kde-apps/kdeartwork-emoticons-3.5.10
+=kde-apps/kdeartwork-iconthemes-3.5.10
+=kde-apps/kdeartwork-iconthemes-3.5.10-r1
+=kde-apps/kdeartwork-kscreensaver-3.5.10
+=kde-apps/kdeartwork-meta-3.5.10
+=kde-apps/kdeartwork-styles-3.5.10
+=kde-apps/kdeartwork-wallpapers-3.5.10
+=kde-apps/kdebase-data-3.5.10
+=kde-apps/kdebase-data-3.5.10-r1
+=kde-apps/kdebase-kioslaves-3.5.10
+=kde-apps/kdebase-kioslaves-3.5.10-r1
+=kde-apps/kdebase-kioslaves-3.5.10-r2
+=kde-apps/kdemultimedia-meta-3.5.10
+=kde-apps/kdenetwork-filesharing-3.5.10
+=kde-apps/kdenetwork-meta-3.5.10
+=kde-apps/kdepasswd-3.5.10
+=kde-apps/kdepim-kresources-3.5.10
+=kde-apps/kdepim-kresources-3.5.10-r1
+=kde-apps/kdepim-meta-3.5.10
+=kde-apps/kdepim-wizards-3.5.10
+=kde-apps/kdepim-wizards-3.5.10-r1
+=kde-apps/kdesdk-kioslaves-3.5.10
+=kde-apps/kdesdk-meta-3.5.10
+=kde-apps/kdesu-3.5.10
+=kde-apps/kdetoys-meta-3.5.10
+=kde-apps/kdeutils-meta-3.5.10
+=kde-apps/kdewebdev-meta-3.5.10
+=kde-apps/kdf-3.5.10
+=kde-apps/kdialog-3.5.10
+=kde-apps/kfind-3.5.10
+=kde-apps/kfloppy-3.5.10
+=kde-apps/kgamma-3.5.10
+=kde-apps/kgeography-3.5.10
+=kde-apps/kget-3.5.10
+=kde-apps/kgoldrunner-3.5.10
+=kde-apps/kgpg-3.5.10
+=kde-apps/kgpg-3.5.10-r1
+=kde-apps/khangman-3.5.10
+=kde-apps/khelpcenter-3.5.10
+=kde-apps/kig-3.5.10

[gentoo-commits] repo/gentoo:master commit in: dev-php/phpunit/, dev-php/phpunit/files/

2020-11-29 Thread Thomas Deutschmann
commit: 206cc16d03b8895821eb7b6748ecc2b116341df0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Nov 30 00:41:20 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 30 00:41:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=206cc16d

dev-php/phpunit: drop broken version

Closes: https://bugs.gentoo.org/734882
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-php/phpunit/Manifest |   1 -
 dev-php/phpunit/files/autoload-8.5.0.php | 254 ---
 dev-php/phpunit/phpunit-8.5.5.ebuild |  69 -
 3 files changed, 324 deletions(-)

diff --git a/dev-php/phpunit/Manifest b/dev-php/phpunit/Manifest
index 1388ac07dc1..7115dcf2cc0 100644
--- a/dev-php/phpunit/Manifest
+++ b/dev-php/phpunit/Manifest
@@ -1,3 +1,2 @@
 DIST phpunit-5.7.15.tar.gz 205474 BLAKE2B 
0220edd59fc3f191b7621f275d3e4ee8f8bf514f74533d99bfb925e11cc54a235fb292ffd1bb54f6bec1e038c06e35a0dc43c1227618590f99e7e85638a7de28
 SHA512 
6a836e1ad1656fd1d1c5a58ced3c1826b4decc01798b6a804b487c9b4e094ec32f6eb8a84058e268eade62a2fe19d7bd1e760b8b9433299d9fe9c09afdf2bdd3
 DIST phpunit-8.5.11.tar.gz 159302 BLAKE2B 
fdf156842b3607f4cbd26194efd7eb7cb204fb1d1d078c0c6bd3bb68e520e5d748767f8aab64b7c9bf313161e3d84e08d415fbf0408c26541ec1f70cfe7af8bd
 SHA512 
3e9db4a1d6c5bea3546b24bd837479a0114a9200f96034aabc96933dfb42c1237b03f7118f19eeb1216e32f2034c1ec8c632d20ecacbe70d3660fbbfd167ac79
-DIST phpunit-8.5.5.tar.gz 158108 BLAKE2B 
ecdc339aa501d6f56eb13a26dae290a60609a8804c4160e339ac6900df70647fa3bba1e4a2fa9fb01b0363d0afa57b3e05305d7d055ac8ec03519c503ac3791e
 SHA512 
22209ec189af58e490c688fe7e72c3388dabb497daa4d8c73f7c84036e39b4ae36d89f72b65c67f46487c8bc96f0c0e6760a3d44a3107c5a27eef52f764dd738

diff --git a/dev-php/phpunit/files/autoload-8.5.0.php 
b/dev-php/phpunit/files/autoload-8.5.0.php
deleted file mode 100644
index 179ff7f276c..000
--- a/dev-php/phpunit/files/autoload-8.5.0.php
+++ /dev/null
@@ -1,254 +0,0 @@
- '/Exception.php',
-'phpunit\\framework\\assert' => '/Framework/Assert.php',
-'phpunit\\framework\\assertionfailederror' => 
'/Framework/Exception/AssertionFailedError.php',
-'phpunit\\framework\\codecoverageexception' => 
'/Framework/Exception/CodeCoverageException.php',
-'phpunit\\framework\\constraint\\arrayhaskey' => 
'/Framework/Constraint/ArrayHasKey.php',
-'phpunit\\framework\\constraint\\arraysubset' => 
'/Framework/Constraint/ArraySubset.php',
-'phpunit\\framework\\constraint\\attribute' => 
'/Framework/Constraint/Attribute.php',
-'phpunit\\framework\\constraint\\callback' => 
'/Framework/Constraint/Callback.php',
-'phpunit\\framework\\constraint\\classhasattribute' => 
'/Framework/Constraint/ClassHasAttribute.php',
-'phpunit\\framework\\constraint\\classhasstaticattribute' => 
'/Framework/Constraint/ClassHasStaticAttribute.php',
-'phpunit\\framework\\constraint\\composite' => 
'/Framework/Constraint/Composite.php',
-'phpunit\\framework\\constraint\\constraint' => 
'/Framework/Constraint/Constraint.php',
-'phpunit\\framework\\constraint\\count' => '/Framework/Constraint/Count.php',
-'phpunit\\framework\\constraint\\directoryexists' => 
'/Framework/Constraint/DirectoryExists.php',
-'phpunit\\framework\\constraint\\exception' => 
'/Framework/Constraint/Exception.php',
-'phpunit\\framework\\constraint\\exceptioncode' => 
'/Framework/Constraint/ExceptionCode.php',
-'phpunit\\framework\\constraint\\exceptionmessage' => 
'/Framework/Constraint/ExceptionMessage.php',
-'phpunit\\framework\\constraint\\exceptionmessageregularexpression' => 
'/Framework/Constraint/ExceptionMessageRegularExpression.php',
-'phpunit\\framework\\constraint\\fileexists' => 
'/Framework/Constraint/FileExists.php',
-'phpunit\\framework\\constraint\\greaterthan' => 
'/Framework/Constraint/GreaterThan.php',
-'phpunit\\framework\\constraint\\isanything' => 
'/Framework/Constraint/IsAnything.php',
-'phpunit\\framework\\constraint\\isempty' => 
'/Framework/Constraint/IsEmpty.php',
-'phpunit\\framework\\constraint\\isequal' => 
'/Framework/Constraint/IsEqual.php',
-'phpunit\\framework\\constraint\\isfalse' => 
'/Framework/Constraint/IsFalse.php',
-'phpunit\\framework\\constraint\\isfinite' => 
'/Framework/Constraint/IsFinite.php',
-'phpunit\\framework\\constraint\\isidentical' => 
'/Framework/Constraint/IsIdentical.php',
-'phpunit\\framework\\constraint\\isinfinite' => 
'/Framework/Constraint/IsInfinite.php',
-'phpunit\\framework\\constraint\\isinstanceof' => 
'/Framework/Constraint/IsInstanceOf.php',
-'phpunit\\framework\\constraint\\isjson' => '/Framework/Constraint/IsJson.php',
-'phpunit\\framework\\constraint\\isnan' => '/Framework/Constraint/IsNan.php',
-'phpunit\\framework\\constraint\\isnull' => '/Framework/Constraint/IsNull.php',
-'phpunit\\framework\\constraint\\isreadable' => 
'/Framework/Constraint/IsReadable.php',
-'phpunit\\framework\\constraint\\istrue' => '/Framework/Constraint/IsTrue.php',

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

2020-11-29 Thread Thomas Deutschmann
commit: 916f8fe7fa8c1a7561bf75bb3cc0f925a97c34e4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Nov 30 00:37:29 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 30 00:39:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=916f8fe7

dev-php/phpunit: bump to v8.5.11

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

 dev-php/phpunit/Manifest  |  1 +
 dev-php/phpunit/phpunit-8.5.11.ebuild | 94 +++
 2 files changed, 95 insertions(+)

diff --git a/dev-php/phpunit/Manifest b/dev-php/phpunit/Manifest
index f525c5b1a4b..1388ac07dc1 100644
--- a/dev-php/phpunit/Manifest
+++ b/dev-php/phpunit/Manifest
@@ -1,2 +1,3 @@
 DIST phpunit-5.7.15.tar.gz 205474 BLAKE2B 
0220edd59fc3f191b7621f275d3e4ee8f8bf514f74533d99bfb925e11cc54a235fb292ffd1bb54f6bec1e038c06e35a0dc43c1227618590f99e7e85638a7de28
 SHA512 
6a836e1ad1656fd1d1c5a58ced3c1826b4decc01798b6a804b487c9b4e094ec32f6eb8a84058e268eade62a2fe19d7bd1e760b8b9433299d9fe9c09afdf2bdd3
+DIST phpunit-8.5.11.tar.gz 159302 BLAKE2B 
fdf156842b3607f4cbd26194efd7eb7cb204fb1d1d078c0c6bd3bb68e520e5d748767f8aab64b7c9bf313161e3d84e08d415fbf0408c26541ec1f70cfe7af8bd
 SHA512 
3e9db4a1d6c5bea3546b24bd837479a0114a9200f96034aabc96933dfb42c1237b03f7118f19eeb1216e32f2034c1ec8c632d20ecacbe70d3660fbbfd167ac79
 DIST phpunit-8.5.5.tar.gz 158108 BLAKE2B 
ecdc339aa501d6f56eb13a26dae290a60609a8804c4160e339ac6900df70647fa3bba1e4a2fa9fb01b0363d0afa57b3e05305d7d055ac8ec03519c503ac3791e
 SHA512 
22209ec189af58e490c688fe7e72c3388dabb497daa4d8c73f7c84036e39b4ae36d89f72b65c67f46487c8bc96f0c0e6760a3d44a3107c5a27eef52f764dd738

diff --git a/dev-php/phpunit/phpunit-8.5.11.ebuild 
b/dev-php/phpunit/phpunit-8.5.11.ebuild
new file mode 100644
index 000..27257dd7656
--- /dev/null
+++ b/dev-php/phpunit/phpunit-8.5.11.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A PHP Unit Testing framework"
+HOMEPAGE="https://phpunit.de;
+SRC_URI="https://github.com/sebastianbergmann/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+BDEPEND="dev-php/theseer-Autoload"
+
+RDEPEND="dev-php/fedora-autoloader
+   >=dev-php/File_Iterator-2.0.2
+   >=dev-php/Text_Template-1.2.1
+   >=dev-php/PHP_CodeCoverage-7.0.12
+   >=dev-php/PHP_Timer-2.1.2
+   >=dev-php/doctrine-instantiator-1.3.1
+   >=dev-php/myclabs-deepcopy-1.10.0
+   >=dev-php/phar-io-manifest-1.0.3
+   >=dev-php/phar-io-version-2.0.1
+   >=dev-php/phpspec-prophecy-1.10.3
+   >=dev-php/sebastian-comparator-3.0.2
+   >=dev-php/sebastian-diff-3.0.2
+   >=dev-php/sebastian-environment-4.2.3
+   >=dev-php/sebastian-exporter-3.1.2
+   >=dev-php/sebastian-global-state-3.0.0
+   >=dev-php/sebastian-object-enumerator-3.0.3
+   >=dev-php/sebastian-resource-operations-2.0.1
+   >=dev-php/sebastian-type-1.1.3
+   >=dev-php/sebastian-version-2.0.1
+   || (
+   dev-lang/php:7.4[cli(-),json(-),unicode(-),xml(-),xmlwriter(-)]
+   dev-lang/php:7.3[cli(-),json(-),unicode(-),xml(-),xmlwriter(-)]
+   dev-lang/php:7.2[cli(-),json(-),unicode(-),xml(-),xmlwriter(-)]
+   )"
+
+src_prepare() {
+   default
+
+   mkdir src/vendor || die
+
+   phpab \
+   --output   src/vendor/autoload.php \
+   --template fedora2 \
+   --basedir  src/vendor \
+   src || die
+
+   cat >> src/vendor/autoload.php <

[gentoo-commits] repo/gentoo:master commit in: dev-php/zetacomponents-ConsoleTools/files/, dev-php/zetacomponents-ConsoleTools/

2020-11-29 Thread Thomas Deutschmann
commit: ac743fea8b3bf9fe4d661aa00a95910531d65d48
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 29 23:34:08 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 30 00:39:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac743fea

dev-php/zetacomponents-ConsoleTools: new package

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

 dev-php/zetacomponents-ConsoleTools/Manifest   |  1 +
 .../zetacomponents-ConsoleTools/files/autoload.php | 82 ++
 dev-php/zetacomponents-ConsoleTools/metadata.xml   | 11 +++
 .../zetacomponents-ConsoleTools-1.7.2.ebuild   | 26 +++
 4 files changed, 120 insertions(+)

diff --git a/dev-php/zetacomponents-ConsoleTools/Manifest 
b/dev-php/zetacomponents-ConsoleTools/Manifest
new file mode 100644
index 000..d3ad8f4bf6f
--- /dev/null
+++ b/dev-php/zetacomponents-ConsoleTools/Manifest
@@ -0,0 +1 @@
+DIST zetacomponents-ConsoleTools-1.7.2.tar.gz 932028 BLAKE2B 
18469bb11af5f4facf7892df765c9511c699c2f362872da7db13dee3a380286a306809c90f28ad4bc4cfcfa99135e7d35b659a242f507afb91b84fee17d16f4a
 SHA512 
871c9a6827c3cc77275b538dc09d21135affe1f06364e83a7a27b7a9eff4537b509e72fffe3d5f6b1ebb0086d489df2b29af276bdbc0276f163b1f9168f82253

diff --git a/dev-php/zetacomponents-ConsoleTools/files/autoload.php 
b/dev-php/zetacomponents-ConsoleTools/files/autoload.php
new file mode 100644
index 000..b2139b5f618
--- /dev/null
+++ b/dev-php/zetacomponents-ConsoleTools/files/autoload.php
@@ -0,0 +1,82 @@
+ '/input/argument.php',
+'ezcconsoleargumentalreadyregisteredexception' => 
'/exceptions/argument_already_registered.php',
+'ezcconsoleargumentexception' => '/exceptions/argument.php',
+'ezcconsoleargumentmandatoryviolationexception' => 
'/exceptions/argument_mandatory_violation.php',
+'ezcconsolearguments' => '/input/arguments.php',
+'ezcconsoleargumenttypeviolationexception' => 
'/exceptions/argument_type_violation.php',
+'ezcconsoledialog' => '/interfaces/dialog.php',
+'ezcconsoledialogabortexception' => 
'/exceptions/dialog_abort.php',
+'ezcconsoledialogoptions' => '/options/dialog.php',
+'ezcconsoledialogvalidator' => 
'/interfaces/dialog_validator.php',
+'ezcconsoledialogviewer' => '/dialog_viewer.php',
+'ezcconsoleexception' => '/exceptions/exception.php',
+'ezcconsoleinput' => '/input.php',
+'ezcconsoleinputhelpgenerator' => 
'/interfaces/input_help_generator.php',
+'ezcconsoleinputstandardhelpgenerator' => 
'/input/help_generators/standard.php',
+'ezcconsoleinputvalidator' => 
'/interfaces/input_validator.php',
+'ezcconsoleinvalidoptionnameexception' => 
'/exceptions/invalid_option_name.php',
+'ezcconsoleinvalidoutputtargetexception' => 
'/exceptions/invalid_output_target.php',
+'ezcconsolemenudialog' => '/dialog/menu_dialog.php',
+'ezcconsolemenudialogdefaultvalidator' => 
'/dialog/validators/menu_dialog_default.php',
+'ezcconsolemenudialogoptions' => '/options/menu_dialog.php',
+'ezcconsolemenudialogvalidator' => 
'/interfaces/menu_dialog_validator.php',
+'ezcconsolenopositionstoredexception' => 
'/exceptions/no_position_stored.php',
+'ezcconsolenovaliddialogresultexception' => 
'/exceptions/no_valid_dialog_result.php',
+'ezcconsoleoption' => '/input/option.php',
+'ezcconsoleoptionalreadyregisteredexception' => 
'/exceptions/option_already_registered.php',
+'ezcconsoleoptionargumentsviolationexception' => 
'/exceptions/option_arguments_violation.php',
+'ezcconsoleoptiondependencyviolationexception' => 
'/exceptions/option_dependency_violation.php',
+'ezcconsoleoptionexception' => '/exceptions/option.php',
+'ezcconsoleoptionexclusionviolationexception' => 
'/exceptions/option_exclusion_violation.php',
+'ezcconsoleoptionmandatoryviolationexception' => 
'/exceptions/option_mandatory_violation.php',
+'ezcconsoleoptionmissingvalueexception' => 
'/exceptions/option_missing_value.php',
+'ezcconsoleoptionnoaliasexception' => 
'/exceptions/option_no_alias.php',
+'ezcconsoleoptionnotexistsexception' => 
'/exceptions/option_not_exists.php',
+'ezcconsoleoptionrule' => '/structs/option_rule.php',
+'ezcconsoleoptionstringnotwellformedexception' => 
'/exceptions/option_string_not_wellformed.php',
+'ezcconsoleoptiontoomanyvaluesexception' => 
'/exceptions/option_too_many_values.php',
+'ezcconsoleoptiontypeviolationexception' => 
'/exceptions/option_type_violation.php',
+ 

[gentoo-commits] repo/gentoo:master commit in: dev-php/theseer-DirectoryScanner/

2020-11-29 Thread Thomas Deutschmann
commit: e0ccbed7616ee31a2e69145b2f941bac261e0458
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 29 23:32:20 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 30 00:39:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0ccbed7

dev-php/theseer-DirectoryScanner: new package

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

 dev-php/theseer-DirectoryScanner/Manifest  |  1 +
 dev-php/theseer-DirectoryScanner/metadata.xml  | 11 ++
 .../theseer-DirectoryScanner-1.3.2.ebuild  | 25 ++
 3 files changed, 37 insertions(+)

diff --git a/dev-php/theseer-DirectoryScanner/Manifest 
b/dev-php/theseer-DirectoryScanner/Manifest
new file mode 100644
index 000..8ff466068a0
--- /dev/null
+++ b/dev-php/theseer-DirectoryScanner/Manifest
@@ -0,0 +1 @@
+DIST theseer-DirectoryScanner-1.3.2.tar.gz 9262 BLAKE2B 
5b16781d9ccd030ea779b286b9d22c528468db52e39c6761e91e0f9f83d4a50e1775382eca4eea0f027cc508f7dd35e416664451f83bdfae8607cf074e5ed9cb
 SHA512 
720db8baa40983918e5c0d7cfac194e26d877becf6e55868ca21c1ab0a4366b86a8aad2c700e38a6360e280d372db0f1be6c80dbb81d279c277bf9f56a6cbadf

diff --git a/dev-php/theseer-DirectoryScanner/metadata.xml 
b/dev-php/theseer-DirectoryScanner/metadata.xml
new file mode 100644
index 000..2146686530f
--- /dev/null
+++ b/dev-php/theseer-DirectoryScanner/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   php-b...@gentoo.org
+   PHP
+   
+   
+   theseer/DirectoryScanner
+   
+

diff --git 
a/dev-php/theseer-DirectoryScanner/theseer-DirectoryScanner-1.3.2.ebuild 
b/dev-php/theseer-DirectoryScanner/theseer-DirectoryScanner-1.3.2.ebuild
new file mode 100644
index 000..beb2fd3ab07
--- /dev/null
+++ b/dev-php/theseer-DirectoryScanner/theseer-DirectoryScanner-1.3.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="DirectoryScanner"
+
+DESCRIPTION="A recursive directory scanner and filter"
+HOMEPAGE="https://github.com/theseer/DirectoryScanner;
+SRC_URI="https://github.com/theseer/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="dev-lang/php:*"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_install() {
+   insinto /usr/share/php/TheSeer/${MY_PN}
+   doins -r src/*
+
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/theseer-tokenizer/

2020-11-29 Thread Thomas Deutschmann
commit: 739fa84718fe264256b32073499c26093d21
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 29 23:43:08 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 30 00:39:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=739fa847

dev-php/theseer-tokenizer: bump to v1.2.0

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

 dev-php/theseer-tokenizer/Manifest |  1 +
 .../theseer-tokenizer-1.2.0.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-php/theseer-tokenizer/Manifest 
b/dev-php/theseer-tokenizer/Manifest
index e15e922ad4c..eb773bbb1aa 100644
--- a/dev-php/theseer-tokenizer/Manifest
+++ b/dev-php/theseer-tokenizer/Manifest
@@ -1,2 +1,3 @@
 DIST theseer-tokenizer-1.1.0.tar.gz 10163 BLAKE2B 
b2360f901d60f784db2045912707a8e293a55967d60d4e72168a1c4b0c9a2d5bdb739fbed9bfec02075476e7bf6762eb1cc7e36870b84fcc341b609527579ca2
 SHA512 
8b500565dc0d6c8513db3aa72a7ee1fa04510a712ce9b0977feccddc6b2dae53825e39182d43508e196f326776115789e81697116418f6f9f63d08f0c05d0543
 DIST theseer-tokenizer-1.1.3.tar.gz 10553 BLAKE2B 
4bed1623abe110cec432a97fbd28752618420a188b450c935c77b5771d6986be9a51c8f100fd81a89d892b0c1e2b46b0124e3c35e3cbe2138eee2d520c74933a
 SHA512 
e29fd41b311bac8021f4c0593d79a9c1bde4b6ccf4774e94d27a0e8a97bac3844109f9312c4aab6e239365630394b602b56a084c291dc13fb439dc8ac22944e3
+DIST theseer-tokenizer-1.2.0.tar.gz 7156 BLAKE2B 
61474e3ebed5262b4d250f0057fbe68df6b2b2d6026cba28efbfc35c865bc9491e3b3f7871591a7aa52383c3bb748cf5dfb95f36d680bdbb9755b585b5b8f4f8
 SHA512 
e0deeffc151a1831cc7226037c75b534aa0d28d9639de45a1f0a6f5865d3df3cfbd7225e075b094603d512b0beb449e91205f40366ef1c7c865c8994e0710ff7

diff --git a/dev-php/theseer-tokenizer/theseer-tokenizer-1.2.0.ebuild 
b/dev-php/theseer-tokenizer/theseer-tokenizer-1.2.0.ebuild
new file mode 100644
index 000..20e9ed3dcae
--- /dev/null
+++ b/dev-php/theseer-tokenizer/theseer-tokenizer-1.2.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Convert tokenized PHP source code into XML and other formats"
+HOMEPAGE="https://github.com/theseer/tokenizer;
+SRC_URI="https://github.com/theseer/tokenizer/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+CDEPEND="dev-lang/php:*
+   dev-php/fedora-autoloader"
+
+BDEPEND="dev-php/theseer-Autoload"
+
+RDEPEND="${CDEPEND}"
+
+S="${WORKDIR}/tokenizer-${PV}"
+
+src_prepare() {
+   default
+
+   phpab \
+   --output src/autoload.php \
+   --template fedora2 \
+   --basedir src \
+   src || die
+}
+
+src_install() {
+   insinto /usr/share/php/TheSeer/Tokenizer
+   doins -r src/*
+
+   einstalldocs
+}



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

2020-11-29 Thread Thomas Deutschmann
commit: b4fa73e93d4a0b479553332fcb2874feba727593
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Nov 30 00:21:15 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 30 00:39:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4fa73e9

dev-php/PHP_CodeCoverage: bump to v7.0.12

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

 dev-php/PHP_CodeCoverage/Manifest  |   1 +
 .../PHP_CodeCoverage-7.0.12.ebuild | 106 +
 2 files changed, 107 insertions(+)

diff --git a/dev-php/PHP_CodeCoverage/Manifest 
b/dev-php/PHP_CodeCoverage/Manifest
index 10e664b7c52..01d5396e75e 100644
--- a/dev-php/PHP_CodeCoverage/Manifest
+++ b/dev-php/PHP_CodeCoverage/Manifest
@@ -1,2 +1,3 @@
 DIST PHP_CodeCoverage-4.0.7.tar.gz 349906 BLAKE2B 
2ba665efa2d20a5eb66c66375a095425057e883697dd1d3ba7214e56de29c96451516adb2843589e64732c994aac7289afa0e34a74d56ef9bc36f36e635eb944
 SHA512 
8418efa2585d05b3004ab50e7ba77513429d649f71fdb2479412424a0f40a698a962e1d87852db08fec8f92e569a9a5767dad66d5d64e072637dde33182e71e9
 DIST PHP_CodeCoverage-7.0.10.tar.gz 237217 BLAKE2B 
bd2dc397c15a85ca020abf3d9a1dfb5f438020b577cded7942110dd8affa2d703ed40bf01ae68f38c6ae9383ba59bc9f7706af99596bce0b40cef6d2a7e92fb2
 SHA512 
37cda2d3687f62b5546372507954eeedd4da1c03fa9cab147b578d035046763799ca1535310ba458403094714060fe8f1327bed6951440392fee3df551be73b1
+DIST PHP_CodeCoverage-7.0.12.tar.gz 237382 BLAKE2B 
3051e7e473506a66d7b4720083274f3b3a64b9f480bb1a95682608220d19be60810a899d974ea3189270c0751f8af058f2503ed83c61d92180cbb41708b07536
 SHA512 
b105672dc50952c3c606010389fd6fb8ebfcbb78d99d72f9a21a1eef045314b0803fdb689bba1314671d0eeab0e5ed00bf416b09ca45d291688f4c59748c2ed1

diff --git a/dev-php/PHP_CodeCoverage/PHP_CodeCoverage-7.0.12.ebuild 
b/dev-php/PHP_CodeCoverage/PHP_CodeCoverage-7.0.12.ebuild
new file mode 100644
index 000..e820503362c
--- /dev/null
+++ b/dev-php/PHP_CodeCoverage/PHP_CodeCoverage-7.0.12.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="php-code-coverage"
+
+USE_PHP="php7-2 php7-3 php7-4"
+
+DESCRIPTION="Collection, processing, and rendering for PHP code coverage"
+HOMEPAGE="https://phpunit.de;
+SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+CDEPEND="dev-php/fedora-autoloader
+   >=dev-php/File_Iterator-2.0.2
+   >=dev-php/Text_Template-1.2.1
+   >=dev-php/PHP_TokenStream-3.1.1
+   >=dev-php/sebastian-environment-4.2.2
+   >=dev-php/sebastian-version-2.0.1
+   >=dev-php/sebastian-code-unit-reverse-lookup-1.0.1
+   >=dev-php/theseer-tokenizer-1.1.3
+   >=dev-lang/php-7.2:*[xml(-),xmlwriter(-)]"
+
+BDEPEND="dev-php/theseer-Autoload
+   test? (
+   ${CDEPEND}
+   dev-php/phpunit
+   )"
+
+RDEPEND="${CDEPEND}"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_prepare() {
+   default
+
+   phpab \
+   --output src/autoload.php \
+   --template fedora2 \
+   --basedir src \
+   src || die
+
+   cat >> src/autoload.php <> vendor/autoload.php <

[gentoo-commits] repo/gentoo:master commit in: dev-php/myclabs-deepcopy/

2020-11-29 Thread Thomas Deutschmann
commit: 325a86d8d7267ebda3b19d2bfaae94a1a78eadf1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Nov 30 00:35:44 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 30 00:39:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=325a86d8

dev-php/myclabs-deepcopy: bump to v1.10.2

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

 dev-php/myclabs-deepcopy/Manifest  |  1 +
 .../myclabs-deepcopy-1.10.2.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-php/myclabs-deepcopy/Manifest 
b/dev-php/myclabs-deepcopy/Manifest
index 9a289591f76..e8f0bfcda22 100644
--- a/dev-php/myclabs-deepcopy/Manifest
+++ b/dev-php/myclabs-deepcopy/Manifest
@@ -1,3 +1,4 @@
+DIST myclabs-deepcopy-1.10.2.tar.gz 9770 BLAKE2B 
17be538ad4916a96098dce908d569fdc9e7bf792a754e6e199f98f1a05855de5f712b5500a34b01107655a100daa44b82a7f49a6fa09d23319801dbb1f73
 SHA512 
8cdb0c96991817bba573c147bace161412bccbb1479f67441be709dedd06355b387bd0c39e699fb7b0f89b50b4c99e94187c1145193a1324a7ca6fa9dd0e33de
 DIST myclabs-deepcopy-1.6.0.tar.gz 43612 BLAKE2B 
18e3f532043cfbf700230a82772938082611922b9a04c7a99d63f79210e6c6f144521a29356977f4c44843cae6628e0a13fa0a46e0d34cb2e251f138ed60ab44
 SHA512 
a1d0ce8386172b963bca1e34e0e6d69268177f6aaf5309498780e4f9e43b9126916937e0b422644199b96f46212d0267af9b56993b9ffe295adb5f872c24584c
 DIST myclabs-deepcopy-1.6.1.tar.gz 43589 BLAKE2B 
e62ed5384bf9d4ad0286189772de8eeb9fed9962cf1d109b9e282c37ceadc885c6850fbed1695de35935b85fcc789a796485f44e97269a556d3498be8b691af4
 SHA512 
6cf13127401304ff92277c7c433353ecc20764fd5b8db0f8ae8d6767d8d9bc9c2f6b6ed3d68eeca5960357517038062c6f6b82831f433596d0a05cd0cea916d4
 DIST myclabs-deepcopy-1.9.4.tar.gz 44812 BLAKE2B 
bdc273f55b082ccd728ce786bb573dec5e96427f1692e3f502e2ee7eddd804e9a1589efe1323e3961d2c4e2b210f597c1ba80bbd8fcedeca77a7440df8925fb1
 SHA512 
879ecc6409ecb21a90e87b8368f64fce57e692f0e2916fc341d55744c2663163d6bac70562c0d8a1a1a51a409121f5e5905979dbb9fd2842cda7f21cda33e50a

diff --git a/dev-php/myclabs-deepcopy/myclabs-deepcopy-1.10.2.ebuild 
b/dev-php/myclabs-deepcopy/myclabs-deepcopy-1.10.2.ebuild
new file mode 100644
index 000..24bc536d4d0
--- /dev/null
+++ b/dev-php/myclabs-deepcopy/myclabs-deepcopy-1.10.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="DeepCopy"
+
+DESCRIPTION="Create deep copies (clones) of your objects"
+HOMEPAGE="https://github.com/myclabs/DeepCopy;
+SRC_URI="https://github.com/myclabs/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+BDEPEND="dev-php/theseer-Autoload"
+
+RDEPEND="dev-php/fedora-autoloader
+   >=dev-lang/php-7.1:*"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_prepare() {
+   default
+
+   phpab \
+   --output src/${MY_PN}/autoload.php \
+   --template fedora2 \
+   --basedir src/${MY_PN} \
+   src || die
+}
+
+src_install() {
+   insinto /usr/share/php/myclabs
+   doins -r src/*
+
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/theseer-Autoload/, dev-php/theseer-Autoload/files/

2020-11-29 Thread Thomas Deutschmann
commit: 6083c01b19d77bff46f257539f918287c5f8139b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 29 23:38:11 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 30 00:39:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6083c01b

dev-php/theseer-Autoload: new package

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

 dev-php/theseer-Autoload/Manifest  |  1 +
 dev-php/theseer-Autoload/files/autoload.php.tpl| 26 +++
 dev-php/theseer-Autoload/files/fedora.php.tpl  | 12 
 dev-php/theseer-Autoload/files/fedora2.php.tpl | 12 
 .../theseer-Autoload-1.26.0-autoload.php.patch | 12 
 dev-php/theseer-Autoload/metadata.xml  | 11 +++
 .../theseer-Autoload-1.26.0.ebuild | 82 ++
 7 files changed, 156 insertions(+)

diff --git a/dev-php/theseer-Autoload/Manifest 
b/dev-php/theseer-Autoload/Manifest
new file mode 100644
index 000..8317998a990
--- /dev/null
+++ b/dev-php/theseer-Autoload/Manifest
@@ -0,0 +1 @@
+DIST theseer-Autoload-1.26.0.tar.gz 43119 BLAKE2B 
7b2413bc2fb281472cee03010c175aae1c8304ab0629c31f09e11497bd6f46d58bae8625da610f5a513b19fc8aafc45c35be7271ba13188466f576e7b4a7392f
 SHA512 
c8fcb3ad39c140517d695c44e6dea3797ea0135ff64246478e55cbf167e4b9fbb3e5027732c201f66b404039a313952c7125f13fdeb1cd96633dbccfdda6f143

diff --git a/dev-php/theseer-Autoload/files/autoload.php.tpl 
b/dev-php/theseer-Autoload/files/autoload.php.tpl
new file mode 100644
index 000..cb88eb77c45
--- /dev/null
+++ b/dev-php/theseer-Autoload/files/autoload.php.tpl
@@ -0,0 +1,26 @@
+getCLI()->run();
+ 

diff --git a/dev-php/theseer-Autoload/metadata.xml 
b/dev-php/theseer-Autoload/metadata.xml
new file mode 100644
index 000..bb9f50f08f6
--- /dev/null
+++ b/dev-php/theseer-Autoload/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   php-b...@gentoo.org
+   PHP
+   
+   
+   theseer/Autoload
+   
+

diff --git a/dev-php/theseer-Autoload/theseer-Autoload-1.26.0.ebuild 
b/dev-php/theseer-Autoload/theseer-Autoload-1.26.0.ebuild
new file mode 100644
index 000..01afc209be0
--- /dev/null
+++ b/dev-php/theseer-Autoload/theseer-Autoload-1.26.0.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="Autoload"
+
+DESCRIPTION="PHP Autoload Builder"
+HOMEPAGE="https://github.com/theseer/Autoload;
+SRC_URI="https://github.com/theseer/${MY_PN}/archive/1.26.0.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+CDEPEND="dev-lang/php:*
+   >=dev-php/theseer-DirectoryScanner-1.3
+   =dev-php/zetacomponents-Base-1.8
+   =dev-php/zetacomponents-ConsoleTools-1.7.1
+   

[gentoo-commits] repo/gentoo:master commit in: dev-php/zetacomponents-Base/files/, dev-php/zetacomponents-Base/

2020-11-29 Thread Thomas Deutschmann
commit: aebde57f59d3874349f35b8aaf837a4275cfed72
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 29 23:33:10 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 30 00:39:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aebde57f

dev-php/zetacomponents-Base: new package

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

 dev-php/zetacomponents-Base/Manifest   |  1 +
 dev-php/zetacomponents-Base/files/autoload.php | 53 ++
 dev-php/zetacomponents-Base/metadata.xml   | 11 +
 .../zetacomponents-Base-1.9.1.ebuild   | 26 +++
 4 files changed, 91 insertions(+)

diff --git a/dev-php/zetacomponents-Base/Manifest 
b/dev-php/zetacomponents-Base/Manifest
new file mode 100644
index 000..d2b1d99d329
--- /dev/null
+++ b/dev-php/zetacomponents-Base/Manifest
@@ -0,0 +1 @@
+DIST zetacomponents-Base-1.9.1.tar.gz 252350 BLAKE2B 
cc0d82a107fc1190b57b03ce3a594d9ffa5b3a2627cf30d7d31a1018005a8400917cf7bbd1dfeb23f46d118ae56083e147d148b3bbdba5dfea8fde0a8bcf0c46
 SHA512 
dd56f123c8ed3b8c0116b878120ba7763e402b8364ba404305a9ab483b1c5a341df994517f160c8a959005ab9b75a5a7af74d08b367daa3fd8f852ba4ede5e05

diff --git a/dev-php/zetacomponents-Base/files/autoload.php 
b/dev-php/zetacomponents-Base/files/autoload.php
new file mode 100644
index 000..17bec81a6d2
--- /dev/null
+++ b/dev-php/zetacomponents-Base/files/autoload.php
@@ -0,0 +1,53 @@
+ '/base.php',
+'ezcbaseautoloadexception' => '/exceptions/autoload.php',
+'ezcbaseautoloadoptions' => '/options/autoload.php',
+'ezcbaseconfigurationinitializer' => 
'/interfaces/configuration_initializer.php',
+'ezcbasedoubleclassrepositoryprefixexception' => 
'/exceptions/double_class_repository_prefix.php',
+'ezcbaseexception' => '/exceptions/exception.php',
+'ezcbaseexportable' => '/interfaces/exportable.php',
+'ezcbaseextensionnotfoundexception' => 
'/exceptions/extension_not_found.php',
+'ezcbasefeatures' => '/features.php',
+'ezcbasefile' => '/file.php',
+'ezcbasefileexception' => '/exceptions/file_exception.php',
+'ezcbasefilefindcontext' => '/structs/file_find_context.php',
+'ezcbasefileioexception' => '/exceptions/file_io.php',
+'ezcbasefilenotfoundexception' => 
'/exceptions/file_not_found.php',
+'ezcbasefilepermissionexception' => 
'/exceptions/file_permission.php',
+'ezcbasefunctionalitynotsupportedexception' => 
'/exceptions/functionality_not_supported.php',
+'ezcbaseinit' => '/init.php',
+'ezcbaseinitcallbackconfiguredexception' => 
'/exceptions/init_callback_configured.php',
+'ezcbaseinitinvalidcallbackclassexception' => 
'/exceptions/invalid_callback_class.php',
+'ezcbaseinvalidparentclassexception' => 
'/exceptions/invalid_parent_class.php',
+'ezcbasemetadata' => '/metadata.php',
+'ezcbasemetadatapearreader' => '/metadata/pear.php',
+'ezcbasemetadatatarballreader' => '/metadata/tarball.php',
+'ezcbaseoptions' => '/options.php',
+'ezcbasepersistable' => '/interfaces/persistable.php',
+'ezcbasepropertynotfoundexception' => 
'/exceptions/property_not_found.php',
+'ezcbasepropertypermissionexception' => 
'/exceptions/property_permission.php',
+'ezcbaserepositorydirectory' => 
'/structs/repository_directory.php',
+'ezcbasesettingnotfoundexception' => 
'/exceptions/setting_not_found.php',
+'ezcbasesettingvalueexception' => 
'/exceptions/setting_value.php',
+'ezcbasestruct' => '/struct.php',
+'ezcbasevalueexception' => '/exceptions/value.php',
+'ezcbasewhateverexception' => '/exceptions/whatever.php'
+);
+}
+$cn = strtolower($class);
+if (isset($classes[$cn])) {
+require __DIR__ . $classes[$cn];
+}
+},
+true,
+false
+);
+// @codeCoverageIgnoreEnd

diff --git a/dev-php/zetacomponents-Base/metadata.xml 
b/dev-php/zetacomponents-Base/metadata.xml
new file mode 100644
index 000..8dbb073e53f
--- /dev/null
+++ b/dev-php/zetacomponents-Base/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   php-b...@gentoo.org
+   PHP
+   
+   
+   zetacomponents/Base
+   
+

diff --git a/dev-php/zetacomponents-Base/zetacomponents-Base-1.9.1.ebuild 
b/dev-php/zetacomponents-Base/zetacomponents-Base-1.9.1.ebuild
new file mode 100644
index 000..a1c68a7472b
--- /dev/null
+++ b/dev-php/zetacomponents-Base/zetacomponents-Base-1.9.1.ebuild
@@ -0,0 +1,26 

  1   2   3   4   5   >