[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/why3-for-spark/, sci-mathematics/why3-for-spark/files/

2019-10-11 Thread Alfredo Tupone
commit: 7db15954ce77fbeacba298e6a9b01fad1f37798a
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Fri Oct 11 07:28:10 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Fri Oct 11 07:28:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7db15954

sci-mathematics/why3-for-spark: version bump to 2019

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

 sci-mathematics/why3-for-spark/Manifest|  1 +
 .../files/why3-for-spark-2019-gentoo.patch | 14 
 .../why3-for-spark/why3-for-spark-2019.ebuild  | 76 ++
 3 files changed, 91 insertions(+)

diff --git a/sci-mathematics/why3-for-spark/Manifest 
b/sci-mathematics/why3-for-spark/Manifest
index 8f9c5c3c62d..e2f1ef56af6 100644
--- a/sci-mathematics/why3-for-spark/Manifest
+++ b/sci-mathematics/why3-for-spark/Manifest
@@ -1 +1,2 @@
+DIST why3-2019-20190517-197BB-src.tar.gz 9439414 BLAKE2B 
68072064e8ee9152528c90afc948047a1f4d58b960ac05b276761fdca5ba1204100c75f33db7bb0ea1a8a646b734e62892ed41bd875b954354f52b8f9d498d4a
 SHA512 
9169a4ff9ee994a19f9f04b689d1b9c679f5340bcd631d7d49b4c55064f505bd5a6ca8149077e5d24d36f5365f0cab58587094e86f352a9105fc46f10c0746ba
 DIST why3-for-spark-gpl-2018-src.tar.gz 7682767 BLAKE2B 
0b0272ca4d5519ca402990b234d0847378bcd2a0949fea78ea10e355233a16aebe79b938cdf8e4daadabb909171cab83b9d6ccacf9f2dc1c0b57bb6da6fd1fe0
 SHA512 
fc798acf343484fd8e70f470a318753c9a0e9967ff579f20ec185bf3c2a75e7a4a556388fc86a378610ce4a467f3e722c6f610da34d4c33bc3d6b10551731f07

diff --git 
a/sci-mathematics/why3-for-spark/files/why3-for-spark-2019-gentoo.patch 
b/sci-mathematics/why3-for-spark/files/why3-for-spark-2019-gentoo.patch
new file mode 100644
index 000..f83a6256672
--- /dev/null
+++ b/sci-mathematics/why3-for-spark/files/why3-for-spark-2019-gentoo.patch
@@ -0,0 +1,14 @@
+--- a/src/gnat/gnat_config.ml  2017-10-18 09:07:03.118919785 +0200
 b/src/gnat/gnat_config.ml  2017-10-18 09:07:45.198216939 +0200
+@@ -12,10 +12,7 @@
+   | Limit_Check of Gnat_expl.check
+   | Limit_Line of Gnat_loc.loc
+ 
+-let spark_prefix =
+-  (Filename.dirname
+-  (Filename.dirname (Filename.dirname
+-  (Filename.dirname Sys.executable_name
++let spark_prefix = "/usr"
+ 
+ let rec file_concat l =
+   match l with

diff --git a/sci-mathematics/why3-for-spark/why3-for-spark-2019.ebuild 
b/sci-mathematics/why3-for-spark/why3-for-spark-2019.ebuild
new file mode 100644
index 000..a0caa7b6cf6
--- /dev/null
+++ b/sci-mathematics/why3-for-spark/why3-for-spark-2019.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+MYP=why3-${PV}-20190517-197BB-src
+
+DESCRIPTION="Platform for deductive program verification"
+HOMEPAGE="http://why3.lri.fr/";
+SRC_URI="http://mirrors.cdn.adacore.com/art/5cdf915d31e87a8f1c967d54
+   -> ${MYP}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="coq doc emacs gtk html hypothesis-selection +ocamlopt profiling zarith 
zip"
+RESTRICT=strip
+
+DEPEND=">=dev-lang/ocaml-4.02.3[ocamlopt?]
+   dev-ml/menhir
+   coq? ( sci-mathematics/coq )
+   doc? ( dev-tex/rubber )
+   gtk? ( dev-ml/lablgtk[sourceview] )
+   emacs? ( virtual/emacs )
+   html? ( dev-tex/hevea )
+   hypothesis-selection? ( dev-ml/ocamlgraph )
+   zarith? ( dev-ml/zarith )
+   zip? ( >=dev-ml/camlzip-1.07 )"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"/${MYP}
+
+PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
+
+REQUIRED_USE="html? ( doc )"
+
+src_configure() {
+   econf \
+   --disable-pvs-libs \
+   --disable-isabelle-libs \
+   --enable-verbose-make \
+   $(use_enable coq coq-libs) \
+   $(use_enable doc) \
+   $(use_enable emacs emacs-compilation) \
+   $(use_enable gtk ide) \
+   $(use_enable html html-doc) \
+   $(use_enable hypothesis-selection) \
+   $(use_enable ocamlopt native-code) \
+   $(use_enable profiling) \
+   $(use_enable zarith) \
+   $(use_enable zip)
+}
+
+src_compile() {
+   emake -j1
+   if use ocamlopt; then
+   emake byte
+   fi
+   use doc && emake doc
+}
+
+src_install() {
+   emake DESTDIR="${D}" -j1 install
+   emake DESTDIR="${D}" -j1 install-lib
+   emake DESTDIR="${D}" install_spark2014_dev
+   dosym ../why3server /usr/$(get_libdir)/why3/commands/why3server
+   einstalldocs
+   docompress -x /usr/share/doc/${PF}/examples
+   dodoc -r examples
+   if use doc; then
+   dodoc doc/manual.pdf
+   use html && dodoc -r doc/html
+   fi
+}



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

2019-10-11 Thread Lars Wendler
commit: 060d3d3944116a591c4476b88a0009aefca68597
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Oct 11 08:32:03 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Oct 11 08:32:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=060d3d39

dev-util/cmake: Bump to version 3.16.0_rc1

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

 dev-util/cmake/Manifest|   1 +
 dev-util/cmake/cmake-3.16.0_rc1.ebuild | 226 +
 2 files changed, 227 insertions(+)

diff --git a/dev-util/cmake/Manifest b/dev-util/cmake/Manifest
index 2a59ece54c0..eeb17eb7cf6 100644
--- a/dev-util/cmake/Manifest
+++ b/dev-util/cmake/Manifest
@@ -3,3 +3,4 @@ DIST cmake-3.14.6.tar.gz 8861359 BLAKE2B 
257a9a89fe880f8945f47a4bb1980e66f0f28ee
 DIST cmake-3.14.7.tar.gz 8861587 BLAKE2B 
c1aa136fde8cd22592f15318a8ad7c37ef6e8895df3e097362077e8e1bf2125ba8f1a431a11ec40e7ab0d9e818452460f516aafac46cef4cc3b184bea12dbb09
 SHA512 
2f0e37cab2bde521452a30fffebf24429cea8a68c675f6970b0ea46dae5743fb80c0fe1d3ad174d226d968ac0760ecd33710232740a9b4b2f071df9e648cfec4
 DIST cmake-3.15.3.tar.gz 9270184 BLAKE2B 
bdca3d45d603d9f40584e54102fedd736dae9eadb3ccaaf9bdb2e071da57eff5201dab390ba651772fb5f78fdd7683a86ac721a8b8273936782559a95be0167d
 SHA512 
7d0abf2f7c661c6b555a7e93a2fce5ab5610c653b0aa4949bed6e97bfbe6523fd0665f67115d3944d3729cbe07ae3aaf780ee673b06dd80f90018cec8a999658
 DIST cmake-3.15.4.tar.gz 9270648 BLAKE2B 
b1c46ce76a549c78caa5c95be38fdbdcca685b1fade0a1687971d3b1cbb10953ec62b12401f67c389b096c87a6fa895ff339e1646e449472df76660b76e7d1ed
 SHA512 
4058b89d35d243146f4f521356d483a850cbade316b60cf896c90da5d6b6504bc35224c0702fa525d90fe97a5311c7a895466e5eb2edb4cd4306a3cc45182650
+DIST cmake-3.16.0-rc1.tar.gz 9097643 BLAKE2B 
979bd9a659a84348d261600536b876c7bfc255b37e3dc1a87b03759d47cfa1871c2c0e22e1fd75bca8e614906f8e029b4cdd590e48c4b5c98bb34a1ebc99000c
 SHA512 
82dd74ca1f3ceacc1ea0e078a95effbae2f680903c7a730ea8491499f788b7e3b6fb3b899a471dfb251ac70df8c2a0d486a445b13ae95cb41e5411b6afc250b4

diff --git a/dev-util/cmake/cmake-3.16.0_rc1.ebuild 
b/dev-util/cmake/cmake-3.16.0_rc1.ebuild
new file mode 100644
index 000..06184a6bfe5
--- /dev/null
+++ b/dev-util/cmake/cmake-3.16.0_rc1.ebuild
@@ -0,0 +1,226 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_MAKEFILE_GENERATOR="emake"
+CMAKE_REMOVE_MODULES="no"
+inherit bash-completion-r1 elisp-common flag-o-matic toolchain-funcs virtualx 
xdg cmake-utils
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="Cross platform Make"
+HOMEPAGE="https://cmake.org/";
+SRC_URI="https://cmake.org/files/v$(ver_cut 1-2)/${MY_P}.tar.gz"
+
+LICENSE="CMake"
+SLOT="0"
+[[ "${PV}" = *_rc* ]] || \
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc emacs system-jsoncpp ncurses qt5 test"
+
+RDEPEND="
+   app-crypt/rhash
+   >=app-arch/libarchive-3.0.0:=
+   >=dev-libs/expat-2.0.1
+   >=dev-libs/libuv-1.10.0:=
+   >=net-misc/curl-7.21.5[ssl]
+   sys-libs/zlib
+   virtual/pkgconfig
+   emacs? ( virtual/emacs )
+   ncurses? ( sys-libs/ncurses:0= )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   )
+   system-jsoncpp? ( >=dev-libs/jsoncpp-0.6.0_rc2:0= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   doc? (
+   dev-python/requests
+   dev-python/sphinx
+   )
+"
+
+S="${WORKDIR}/${MY_P}"
+
+SITEFILE="50${PN}-gentoo.el"
+
+PATCHES=(
+   # prefix
+   "${FILESDIR}"/${PN}-3.4.0_rc1-darwin-bundle.patch
+   "${FILESDIR}"/${PN}-3.14.0_rc3-prefix-dirs.patch
+   # Next patch requires new work from prefix people
+   #"${FILESDIR}"/${PN}-3.1.0-darwin-isysroot.patch
+
+   # handle gentoo packaging in find modules
+   "${FILESDIR}"/${PN}-3.15.0_rc2-FindBLAS.patch
+   "${FILESDIR}"/${PN}-3.14.0_rc1-FindLAPACK.patch
+   "${FILESDIR}"/${PN}-3.5.2-FindQt4.patch
+
+   # respect python eclasses
+   "${FILESDIR}"/${PN}-2.8.10.2-FindPythonLibs.patch
+   "${FILESDIR}"/${PN}-3.9.0_rc2-FindPythonInterp.patch
+
+   # upstream fixes (can usually be removed with a version bump)
+)
+
+cmake_src_bootstrap() {
+   # Cleanup args to extract only JOBS.
+   # Because bootstrap does not know anything else.
+   grep -Eo '(\-j|\-\-jobs)(=?|[[:space:]]*)[[:digit:]]+' <<< 
"${MAKEOPTS}" > /dev/null
+   if [[ $? -eq 0 ]] ; then
+   par_arg=$(grep -Eo 
'(\-j|\-\-jobs)(=?|[[:space:]]*)[[:digit:]]+' <<< "${MAKEOPTS}" | tail -n1 | 
grep -o '[[:digit:]]+')
+   par_arg="--parallel=${par_arg}"
+   else
+   par_arg="--parallel=1"
+   fi
+
+   # disable running of cmake in boostrap c

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

2019-10-11 Thread Agostino Sarubbo
commit: 9e774b8cb878527c90710a1271560d80e47fa1ca
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Oct 11 10:09:03 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Oct 11 10:09:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e774b8c

app-emacs/proofgeneral: amd64 stable wrt bug #697424

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

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

diff --git a/app-emacs/proofgeneral/proofgeneral-4.4.ebuild 
b/app-emacs/proofgeneral/proofgeneral-4.4.ebuild
index 0b9df0133b6..74e694ec5ae 100644
--- a/app-emacs/proofgeneral/proofgeneral-4.4.ebuild
+++ b/app-emacs/proofgeneral/proofgeneral-4.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ProofGeneral/PG/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2+ GPL-2 GPL-3+ HPND CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 RDEPEND=">=app-emacs/mmm-mode-0.4.8-r2"
 BDEPEND="${RDEPEND}"



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

2019-10-11 Thread Agostino Sarubbo
commit: c8968a01f2c959d85f2670045bf1e39b84e2fcd5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Oct 11 10:08:58 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Oct 11 10:08:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8968a01

app-emacs/mmm-mode: amd64 stable wrt bug #697418

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

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

diff --git a/app-emacs/mmm-mode/mmm-mode-0.5.7.ebuild 
b/app-emacs/mmm-mode/mmm-mode-0.5.7.ebuild
index b96c590e8e4..de692e3a52f 100644
--- a/app-emacs/mmm-mode/mmm-mode-0.5.7.ebuild
+++ b/app-emacs/mmm-mode/mmm-mode-0.5.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/purcell/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+ Texinfo-manual"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 BDEPEND="sys-apps/texinfo"
 



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

2019-10-11 Thread Agostino Sarubbo
commit: 472fd84cb424747e7666a31c5ea7f7fd9b62001d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Oct 11 10:09:09 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Oct 11 10:09:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=472fd84c

app-emacs/quilt-el: amd64 stable wrt bug #697426

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

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

diff --git a/app-emacs/quilt-el/quilt-el-0.66.ebuild 
b/app-emacs/quilt-el/quilt-el-0.66.ebuild
index 4a2ffef3d55..0631281fc65 100644
--- a/app-emacs/quilt-el/quilt-el-0.66.ebuild
+++ b/app-emacs/quilt-el/quilt-el-0.66.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://nongnu/quilt/${MY_P}.tar.gz"
 
 LICENSE="GPL-1+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="dev-util/quilt"
 



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

2019-10-11 Thread Agostino Sarubbo
commit: 989f75c31c425449c5fabeda0f695d1ae1ef8306
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Oct 11 10:08:52 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Oct 11 10:08:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=989f75c3

media-gfx/luminance-hdr: amd64 stable wrt bug #696210

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

 media-gfx/luminance-hdr/luminance-hdr-2.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/luminance-hdr/luminance-hdr-2.6.0.ebuild 
b/media-gfx/luminance-hdr/luminance-hdr-2.6.0.ebuild
index e81c86dd57d..7ac7a23ce19 100644
--- a/media-gfx/luminance-hdr/luminance-hdr-2.6.0.ebuild
+++ b/media-gfx/luminance-hdr/luminance-hdr-2.6.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/qtpfsgui/${P/_/.}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="cpu_flags_x86_sse2 fits openmp test"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-block/viaideinfo/

2019-10-11 Thread Jeroen Roovers
commit: 5a422969161cee9b6ba83581a836c0e84b0820d1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 11 11:10:41 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 11 11:11:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a422969

sys-block/viaideinfo: EAPI=7

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Bug: https://bugs.gentoo.org/show_bug.cgi?id=697190
Signed-off-by: Jeroen Roovers  gentoo.org>

 sys-block/viaideinfo/viaideinfo-0.5-r1.ebuild | 18 ++
 1 file changed, 18 insertions(+)

diff --git a/sys-block/viaideinfo/viaideinfo-0.5-r1.ebuild 
b/sys-block/viaideinfo/viaideinfo-0.5-r1.ebuild
new file mode 100644
index 000..c936f5478a5
--- /dev/null
+++ b/sys-block/viaideinfo/viaideinfo-0.5-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Query VIA IDE controllers for various information"
+HOMEPAGE="http://www.reactivated.net/software/viaideinfo";
+SRC_URI="http://www.reactivated.net/software/viaideinfo/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=sys-apps/pciutils-2.2.0"
+RDEPEND="${DEPEND}"
+DOCS=(
+   ChangeLog NEWS README THANKS
+)



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

2019-10-11 Thread Agostino Sarubbo
commit: 27b74dd3301d0f2a2647add705941b7d805fa0f9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Oct 11 12:08:00 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Oct 11 12:08:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b74dd3

app-emacs/proofgeneral: x86 stable wrt bug #697424

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

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

diff --git a/app-emacs/proofgeneral/proofgeneral-4.4.ebuild 
b/app-emacs/proofgeneral/proofgeneral-4.4.ebuild
index 74e694ec5ae..d2033347a58 100644
--- a/app-emacs/proofgeneral/proofgeneral-4.4.ebuild
+++ b/app-emacs/proofgeneral/proofgeneral-4.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ProofGeneral/PG/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2+ GPL-2 GPL-3+ HPND CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND=">=app-emacs/mmm-mode-0.4.8-r2"
 BDEPEND="${RDEPEND}"



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

2019-10-11 Thread Agostino Sarubbo
commit: e5586137779e39739834349802b6d5e1b44f503f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Oct 11 12:07:56 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Oct 11 12:07:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5586137

app-emacs/mmm-mode: x86 stable wrt bug #697418

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

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

diff --git a/app-emacs/mmm-mode/mmm-mode-0.5.7.ebuild 
b/app-emacs/mmm-mode/mmm-mode-0.5.7.ebuild
index de692e3a52f..fe75d18ddfa 100644
--- a/app-emacs/mmm-mode/mmm-mode-0.5.7.ebuild
+++ b/app-emacs/mmm-mode/mmm-mode-0.5.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/purcell/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+ Texinfo-manual"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 BDEPEND="sys-apps/texinfo"
 



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

2019-10-11 Thread Agostino Sarubbo
commit: 20c7f0925e126417b7b9c52381f564f46f48592c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Oct 11 12:08:03 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Oct 11 12:08:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c7f092

app-emacs/quilt-el: x86 stable wrt bug #697426

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

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

diff --git a/app-emacs/quilt-el/quilt-el-0.66.ebuild 
b/app-emacs/quilt-el/quilt-el-0.66.ebuild
index 0631281fc65..4e64fad399e 100644
--- a/app-emacs/quilt-el/quilt-el-0.66.ebuild
+++ b/app-emacs/quilt-el/quilt-el-0.66.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://nongnu/quilt/${MY_P}.tar.gz"
 
 LICENSE="GPL-1+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="dev-util/quilt"
 



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

2019-10-11 Thread Hans de Graaff
commit: 63459bdf0236aaa371cc840d837b3543dec3f83e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Oct 11 05:33:37 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct 11 12:11:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63459bdf

dev-ruby/erubi: add 1.9.0

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

 dev-ruby/erubi/Manifest   |  1 +
 dev-ruby/erubi/erubi-1.9.0.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-ruby/erubi/Manifest b/dev-ruby/erubi/Manifest
index 9a83a9aaa02..6a816711752 100644
--- a/dev-ruby/erubi/Manifest
+++ b/dev-ruby/erubi/Manifest
@@ -1,3 +1,4 @@
 DIST erubi-1.7.0.gem 12800 BLAKE2B 
af4584e640f0ae177c6e4d98850d94b148bb1b2df406c16fe582bdecf54895e47942ab94df472f628d185c71f89895250a5a9765fb41ce9365eb2ffa273f1d78
 SHA512 
1494c28aebab08a82dffac7b340ff6e16edc8a3731f69ec568bec6cb0bda4a334f94033f43416812cd00b0c99dc98458867d963bef34796ebbdb11ea65dd8c1b
 DIST erubi-1.7.1.gem 12800 BLAKE2B 
3a676ca860365eb758dbad548d1570b7830a531f0e6b0d1c6b99bc1b92e401d30d8318f6155d6143cb16ce46a4d42d1c2f1dfa1359f3e046fa70a9fa1d82983f
 SHA512 
c7b611f1690886c0eadf68d418674760912d13ad1febbc4161c6b72d1f51373084d0fdb03f98e05c87bf5e7e3cbb57df35471b84b2d73359e30395d26bb90486
 DIST erubi-1.8.0.gem 13824 BLAKE2B 
026a70c05f7000baeb14c79f8505f0a0ad54df4384749ac0ced895ec5e2d5fcd3b2cc4f0891f11f983de6b121661c391ed0c839b29dfacacbe6f55a9607fcf64
 SHA512 
ca227cc10a3a77750a4e5184395709a032da6f15cb0fb5f9b8cc162e382b2ce49cd94023941439b05ee5b0c5d1b39114d68a0e7549910bceb1fdead6b9fd62e4
+DIST erubi-1.9.0.gem 13824 BLAKE2B 
00cb428e3433090370e9f61d2445f98553a45e2a92181076114db2601fa7261d8ffc44c3f4a0ecb73d616fb5e93dcc52ca6a2efab3945b11bd17d4a53c68fed1
 SHA512 
34770c01215b323797739af54c5c821d28e982309a76f0a212657868629625ae6dfca3e9e2f5ae16893813fc81b5afbb172c397ddad1e2f93108c5112c540bd6

diff --git a/dev-ruby/erubi/erubi-1.9.0.ebuild 
b/dev-ruby/erubi/erubi-1.9.0.ebuild
new file mode 100644
index 000..c5f05d753c8
--- /dev/null
+++ b/dev-ruby/erubi/erubi-1.9.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
+
+RUBY_FAKEGEM_TASK_TEST="spec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="a ERB template engine for ruby; a simplified fork of Erubis"
+HOMEPAGE="https://github.com/jeremyevans/erubi";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"



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

2019-10-11 Thread Hans de Graaff
commit: 09e487b619abcc0d825b0883435e77faa5b63ef4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Oct 11 05:52:14 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct 11 12:11:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09e487b6

dev-ruby/rspec-stubbed_env: initial import of 1.0.0

New dependency for dev-ruby/oauth2

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

 dev-ruby/rspec-stubbed_env/Manifest|  1 +
 dev-ruby/rspec-stubbed_env/metadata.xml| 11 +++
 .../rspec-stubbed_env-1.0.0.ebuild | 23 ++
 3 files changed, 35 insertions(+)

diff --git a/dev-ruby/rspec-stubbed_env/Manifest 
b/dev-ruby/rspec-stubbed_env/Manifest
new file mode 100644
index 000..59a169465bd
--- /dev/null
+++ b/dev-ruby/rspec-stubbed_env/Manifest
@@ -0,0 +1 @@
+DIST rspec-stubbed_env-1.0.0.gem 11264 BLAKE2B 
1f00ef85dc0677a35814d2bb6a59e8c836cf08bda2de024f9cf7f8d4696a409ef286d72303428854cb7ca59a7c479a89c731d7e412cd97ae6fae0edaafa84d1e
 SHA512 
e4624614852674035d2c0a7b426d9aa62d8f621a7e52c4f79410ac9e3f833980f50530a7f7da7241c763ec92926bf87bf0be2d2dab4200faa9a17eaacd404640

diff --git a/dev-ruby/rspec-stubbed_env/metadata.xml 
b/dev-ruby/rspec-stubbed_env/metadata.xml
new file mode 100644
index 000..27e6798260a
--- /dev/null
+++ b/dev-ruby/rspec-stubbed_env/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+  
+pboling/rspec-stubbed_env
+  
+

diff --git a/dev-ruby/rspec-stubbed_env/rspec-stubbed_env-1.0.0.ebuild 
b/dev-ruby/rspec-stubbed_env/rspec-stubbed_env-1.0.0.ebuild
new file mode 100644
index 000..bb28761c8bd
--- /dev/null
+++ b/dev-ruby/rspec-stubbed_env/rspec-stubbed_env-1.0.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+# Gem does not contain tests and upstream releases are not tagged
+RUBY_FAKEGEM_RECIPE_TEST="none"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Stub environment variables in a scoped context for testing"
+HOMEPAGE="https://github.com/pboling/rspec-stubbed_env";
+IUSE=""
+SLOT="1"
+
+LICENSE="MIT"
+KEYWORDS="~amd64"
+
+ruby_add_rdepend ">=dev-ruby/rspec-3.0"



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

2019-10-11 Thread Hans de Graaff
commit: 53fce542d31a85d827860ce093e196bead07393c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Oct 11 05:17:44 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct 11 12:11:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53fce542

dev-ruby/minitest-global_expectations: initial import of 1.0.1

New dependency for dev-ruby/erubi.

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

 dev-ruby/minitest-global_expectations/Manifest|  1 +
 dev-ruby/minitest-global_expectations/metadata.xml| 11 +++
 .../minitest-global_expectations-1.0.1.ebuild | 15 +++
 3 files changed, 27 insertions(+)

diff --git a/dev-ruby/minitest-global_expectations/Manifest 
b/dev-ruby/minitest-global_expectations/Manifest
new file mode 100644
index 000..2cc14329552
--- /dev/null
+++ b/dev-ruby/minitest-global_expectations/Manifest
@@ -0,0 +1 @@
+DIST minitest-global_expectations-1.0.1.gem 6656 BLAKE2B 
19df8ad02f9dad9711e219389fa2d0114d1b2b07b3d7e263eb69e48d78596184261c5de91d3f03d996bf45e897d1a7ac6bb3efb77cede34203f6712263eb573e
 SHA512 
e63b50b02612d751b1bd0b3c9e100e0f6b674dfa5475434a213f78c5e556004c43f00b9bf5b9c479c2381be87015125a334308fae27d70a6aed1e9b392ece546

diff --git a/dev-ruby/minitest-global_expectations/metadata.xml 
b/dev-ruby/minitest-global_expectations/metadata.xml
new file mode 100644
index 000..44608e78522
--- /dev/null
+++ b/dev-ruby/minitest-global_expectations/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+  
+jeremyevans/minitest-global_expectations
+  
+

diff --git 
a/dev-ruby/minitest-global_expectations/minitest-global_expectations-1.0.1.ebuild
 
b/dev-ruby/minitest-global_expectations/minitest-global_expectations-1.0.1.ebuild
new file mode 100644
index 000..b0a50f832c4
--- /dev/null
+++ 
b/dev-ruby/minitest-global_expectations/minitest-global_expectations-1.0.1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Support minitest expectation methods for all objects"
+HOMEPAGE="https://github.com/jeremyevans/minitest-global_expectations";
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64"
+IUSE=""



[gentoo-commits] repo/gentoo:master commit in: mail-client/neomutt/

2019-10-11 Thread Nicolas Bock
commit: 08b473805b893781ac1c63e4012bb82031779bd5
Author: Marty E. Plummer  startmail  com>
AuthorDate: Tue Oct  8 09:46:19 2019 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Fri Oct 11 12:40:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b47380

mail-client/neomutt: fix configure with ccache

If you have dev-util/ccache installed but not FEATURES="ccache", neomutt's
configure process will detect and try to use it. You can override this
by setting an env var, CCACHE, to 'none' (and only that, see line 1132
or so of neomutt's source file auto.def).

Without this change, you will get the following sort of error:

>>> Configuring source in 
>>> /tmp/portage/mail-client/neomutt-20180716/work/neomutt-neomutt-20180716 ...
./configure --prefix=/usr --build=x86_64-pc-linux-gnu 
Host System...x86_64-pc-linux-gnu
Note: defaultprefix is deprecated. Use options-defaults to set default options
Build System...x86_64-pc-linux-gnu
C compiler...ccache x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1
C++ compiler...ccache x86_64-pc-linux-gnu-c++ -O2 -pipe -march=znver1
Build C compiler...cc
 * ACCESS DENIED:  utimes:   /var/cache/ccache

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Marty E. Plummer  startmail.com>
Signed-off-by: Nicolas Bock  gentoo.org>

 mail-client/neomutt/neomutt-20180716.ebuild | 4 ++--
 mail-client/neomutt/neomutt-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/mail-client/neomutt/neomutt-20180716.ebuild 
b/mail-client/neomutt/neomutt-20180716.ebuild
index ccd0f97bec9..e29f859a066 100644
--- a/mail-client/neomutt/neomutt-20180716.ebuild
+++ b/mail-client/neomutt/neomutt-20180716.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -94,7 +94,7 @@ src_configure() {
"$(use_enable gnutls)"
)
 
-   econf "${myconf[@]}"
+   econf CCACHE=none "${myconf[@]}"
 }
 
 src_install() {

diff --git a/mail-client/neomutt/neomutt-.ebuild 
b/mail-client/neomutt/neomutt-.ebuild
index 4d1742196c3..e97f8da78b1 100644
--- a/mail-client/neomutt/neomutt-.ebuild
+++ b/mail-client/neomutt/neomutt-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -94,7 +94,7 @@ src_configure() {
"$(use_enable gnutls)"
)
 
-   econf "${myconf[@]}"
+   econf CCACHE=none "${myconf[@]}"
 }
 
 src_install() {



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

2019-10-11 Thread Ben Kohler
commit: 880be6326a1244f440a9e63c47ee06f2ed1bce72
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri Oct 11 13:33:05 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Oct 11 13:33:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=880be632

net-wireless/iwd: bump to 0.22

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ben Kohler  gentoo.org>

 net-wireless/iwd/Manifest | 1 +
 net-wireless/iwd/{iwd-.ebuild => iwd-0.22.ebuild} | 2 +-
 net-wireless/iwd/iwd-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-wireless/iwd/Manifest b/net-wireless/iwd/Manifest
index aa034ae69fa..329fecb95d7 100644
--- a/net-wireless/iwd/Manifest
+++ b/net-wireless/iwd/Manifest
@@ -1 +1,2 @@
 DIST iwd-0.21.tar.xz 793432 BLAKE2B 
d82b90dbc83a2953d9de82e5e3a031f4db21f4e707d630cf2762475d34ed97fe78c4cc16bb6fed6ec7343af6bbf89672c37c76a06ed7181b57c657607859f4ab
 SHA512 
eca8847cb68bc52f33a2f50ce4cba9ee4cbd37ad989292a21d613afd3307b0dc974da56df49dc97aa65c9647e3497849d696d5a9fdc5c0d0443a141a0887b324
+DIST iwd-0.22.tar.xz 813324 BLAKE2B 
690ac6edbcd07be3b84318c77b8be5bef570951d02a7a6be1cd70ff0a475077253dd8e6f3b5c8a0177e6294b6cb12042e302b6752e2631ddd7cebe829c0c9f9f
 SHA512 
4fa9f8688a33663aad754a371e9c1c71161f394fc0d7c4a32ce3afe7e00efdca8f55f378a71ab32002bbe73538b1a092bc0f24c19912672d70d6b02fcc824fe0

diff --git a/net-wireless/iwd/iwd-.ebuild b/net-wireless/iwd/iwd-0.22.ebuild
similarity index 99%
copy from net-wireless/iwd/iwd-.ebuild
copy to net-wireless/iwd/iwd-0.22.ebuild
index e1dc339b4d2..468cef07ee8 100644
--- a/net-wireless/iwd/iwd-.ebuild
+++ b/net-wireless/iwd/iwd-0.22.ebuild
@@ -19,7 +19,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="+client +crda +monitor ofono wired cpu_flags_x86_aes cpu_flags_x86_ssse3"
 
-COMMON_DEPEND=">=dev-libs/ell-0.21
+COMMON_DEPEND=">=dev-libs/ell-0.24
sys-apps/dbus
client? ( sys-libs/readline:0= )"
 

diff --git a/net-wireless/iwd/iwd-.ebuild b/net-wireless/iwd/iwd-.ebuild
index e1dc339b4d2..23be63d6ea2 100644
--- a/net-wireless/iwd/iwd-.ebuild
+++ b/net-wireless/iwd/iwd-.ebuild
@@ -19,7 +19,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="+client +crda +monitor ofono wired cpu_flags_x86_aes cpu_flags_x86_ssse3"
 
-COMMON_DEPEND=">=dev-libs/ell-0.21
+COMMON_DEPEND="~dev-libs/ell-
sys-apps/dbus
client? ( sys-libs/readline:0= )"
 



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

2019-10-11 Thread Ben Kohler
commit: 7d27dddb42570748da720093834457233bf3d525
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri Oct 11 00:17:53 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Oct 11 13:33:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d27dddb

dev-libs/ell: bump to 0.24

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ben Kohler  gentoo.org>

 dev-libs/ell/Manifest|  1 +
 dev-libs/ell/ell-0.24.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/dev-libs/ell/Manifest b/dev-libs/ell/Manifest
index 5f79d26d8ca..38ed7baab07 100644
--- a/dev-libs/ell/Manifest
+++ b/dev-libs/ell/Manifest
@@ -2,4 +2,5 @@ DIST ell-0.20.tar.xz 443196 BLAKE2B 
35daff12e43a27b44b60ff0fd0f10c8d6b8ba122a582
 DIST ell-0.21.tar.xz 448612 BLAKE2B 
a20e177bb2ef7620c79cecdb84e47db662d97904189c885c90232a21ca40125bee14218fe2f1f06df74b424ccdc88dcd89da12bc9bf3e86c453b9903ae93013d
 SHA512 
7bb96194e03d0067b22745899eec3f7166dce69aeed2ece1cd362178c1b7f94d464a894417d8329554f5b707133280e6cadfbd4e3ee34a5652f396d719e6fd17
 DIST ell-0.22.tar.xz 452692 BLAKE2B 
6e8add0e439bfae287be5522ccdb0b9a7f1cc0c378f0498f8b2193bd4e8b10cac71df2b21cf0df202a16182bd188cb56efecf0cc7e8b027c2d00b2579f2c155f
 SHA512 
6977f0fe2d7e2c86317163d45ee92750d9f42a2d04cd28e8fcb48e0ef680d98f586e983cc1821eb19430ea951bfe408d821da3a58244626f97244ed2b4a9e539
 DIST ell-0.23.tar.xz 453040 BLAKE2B 
027adbaf786bd83070acfcbb1435c36adb70e6d798c6664cdb4d6f9ea0b7aaee2b45b2738210889125c565da06360fe1337b3847913195533be2f87ef1f9d48b
 SHA512 
0a55316816f44482e6958c9745ebf2beca64b8a0d81db9367dfdeb05e36012a14d7b645f3077eab01ea743df129ab8dad0b8d72f21e8ccb2741863eb5f4bc948
+DIST ell-0.24.tar.xz 473332 BLAKE2B 
97b5f5de1a4680f5b8da5db8d151df56d2eadb511c5440a780959cb832f9414030040abf91072a751b19028713cc8527f5dbb24450b07c69dcebcc9d8f62366b
 SHA512 
14e9b31ab0f08761c7672798a23ee91b7d2fe8fd509df35c40e413e26b90f86a192f48283b3798402d9d23acdf1fbcd1d506e5fa9331a32279f03f4cf462205b
 DIST ell-0.9.tar.xz 396968 BLAKE2B 
566735cedd3525c4fd3fec9cec0e9b089dd60c6b79416a9c254c771729b6db9137af050f4c7f9c4c6dfa1ce33b8c7d41b877c9e3caa582c6ab9be716bd986a8b
 SHA512 
e1208066012b9ff927baae271f94116376ccd2577d7f6510cc1444eee912988aa1c25e8e8c9195cccfa39ed48fc8c2f07bd7a414719e6ce76ee1e5bd2a64b8c3

diff --git a/dev-libs/ell/ell-0.24.ebuild b/dev-libs/ell/ell-0.24.ebuild
new file mode 100644
index 000..cafd42ed2ce
--- /dev/null
+++ b/dev-libs/ell/ell-0.24.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic multilib-minimal
+
+DESCRIPTION="Embedded Linux Library provides core, low-level functionality for 
system daemons"
+HOMEPAGE="https://01.org/ell";
+if [[ "${PV}" == * ]] ; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git";
+else
+   
SRC_URI="https://mirrors.edge.kernel.org/pub/linux/libs/${PN}/${P}.tar.xz";
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+fi
+LICENSE="LGPL-2.1"
+SLOT="0"
+
+IUSE="glib pie"
+
+RDEPEND="
+   glib? ( dev-libs/glib:2[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   [[ "${PV}" == * ]] && eautoreconf
+}
+
+multilib_src_configure() {
+   append-cflags "-fsigned-char" #662694
+   local myeconfargs=(
+   $(use_enable glib)
+   $(use_enable pie)
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+   local DOCS=( ChangeLog README )
+   einstalldocs
+
+   find "${ED}" -name "*.la" -delete || die
+}



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

2019-10-11 Thread Joonas Niilola
commit: cc63dc4d01a4bb167e7badfde45a45e2d75e16d5
Author: Alex Efros  yandex  ru>
AuthorDate: Tue Oct  8 23:18:34 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Oct 11 13:48:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc63dc4d

net-proxy/3proxy: bump to 0.8.13

Closes: https://bugs.gentoo.org/696178
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Aleksandr Efros  yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/13230
Signed-off-by: Joonas Niilola  gentoo.org>

 net-proxy/3proxy/3proxy-0.8.13.ebuild | 46 +++
 net-proxy/3proxy/Manifest |  1 +
 2 files changed, 47 insertions(+)

diff --git a/net-proxy/3proxy/3proxy-0.8.13.ebuild 
b/net-proxy/3proxy/3proxy-0.8.13.ebuild
new file mode 100644
index 000..5ebf6061b3d
--- /dev/null
+++ b/net-proxy/3proxy/3proxy-0.8.13.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="A really tiny cross-platform proxy servers set"
+HOMEPAGE="https://www.3proxy.ru/";
+SRC_URI="https://github.com/z3APA3A/3proxy/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc ~x86"
+IUSE=""
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.8.12-gentoo.patch
+)
+
+DOCS=( README cfg )
+HTML_DOCS=( doc/html/. )
+
+src_prepare() {
+   default
+   cp Makefile.Linux Makefile || die
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)" LN="$(tc-getCC)"
+}
+
+src_install() {
+   local x
+
+   pushd src >/dev/null || die
+   dobin 3proxy
+   for x in proxy socks ftppr pop3p tcppm udppm mycrypt dighosts icqpr 
smtpp; do
+   newbin ${x} ${PN}-${x}
+   [[ -f "${S}"/man/${x}.8 ]] && newman "${S}"/man/${x}.8 
${PN}-${x}.8
+   done
+   popd >/dev/null
+
+   doman man/3proxy*.[38]
+
+   einstalldocs
+}

diff --git a/net-proxy/3proxy/Manifest b/net-proxy/3proxy/Manifest
index 3d99915e3f4..ee244468567 100644
--- a/net-proxy/3proxy/Manifest
+++ b/net-proxy/3proxy/Manifest
@@ -1,2 +1,3 @@
 DIST 3proxy-0.8.12.tar.gz 528990 BLAKE2B 
fb338c93e25fe4d03d626118f8c3ef52af7104599e11d535dfa572c4fb47d609da66f199406a3c6bb9739766163bb7b54b529f71d4d6ff637567f2f67d3a9ed1
 SHA512 
33412e89991055598e06210dbcd7b2f9ee6810753c8f40ada02f222def0a49047a90ff7f2efa6895bc4f8ad99193866c980de2e79464310a77cc8e63c8b9813d
+DIST 3proxy-0.8.13.tar.gz 529072 BLAKE2B 
45b756bf1ddaaf560f4f35c88e78d24dbafa28c3144de5317d9f5177c51da85a2148a7db743a656ddf853325e18edbcb200b37ff02afae2f203c3bfab66e1b58
 SHA512 
94b4a2568917c1d720276e38050a13e144d3e92ff41edd02eeebac0a6c21e6a839a58ea7dcb3abc03370e0f18452c953cfd7ad15ebac87e66b78d94fa52fbd79
 DIST 3proxy-0.8.9.tar.gz 497006 BLAKE2B 
c57e98eb586dfacefd530e091fecbee274d8104698ca082b71ea0607294199cb7db63fc32787236b7e797c928a7ba4f7bafa3ef35551bef76aacfbdf1f259fff
 SHA512 
35153882fec7077b05b23f9cea91443126a8a9faf9818915612e0739196a8bd1f00e0bcefb339a86bad10bb0c1b9891bd06847934787f4758ec55e6cc2e9e815



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

2019-10-11 Thread Joonas Niilola
commit: 18049927703f107986a3020db2437a8d2428b9c2
Author: Graeme Lawes  gmail  com>
AuthorDate: Fri Oct 11 03:11:48 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Oct 11 13:48:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18049927

sys-cluster/teleport: add v4.1.1

Signed-off-by: Graeme Lawes  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 sys-cluster/teleport/Manifest  |  1 +
 sys-cluster/teleport/teleport-4.1.1.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/sys-cluster/teleport/Manifest b/sys-cluster/teleport/Manifest
index a2440933ea5..65099bc6ce4 100644
--- a/sys-cluster/teleport/Manifest
+++ b/sys-cluster/teleport/Manifest
@@ -1,3 +1,4 @@
 DIST teleport-3.2.6.tar.gz 22620079 BLAKE2B 
07b4bcb5b53a511c25f0556fad33b461307b524554e993097f634b1751d7fd3c664de0478427efa18dc20e597fb73f3c5bd09ba961754456245e1306372ed0ee
 SHA512 
20be34820f9b9f29c492f8dabe8914012b66ebfb9db51f3dff0e19b8a1f7b85b948cc1036861d03ca6de9e6f30ba0b43caf4760bc95c74e45a38f0cad080820c
 DIST teleport-4.0.1.tar.gz 34914632 BLAKE2B 
88861a36b4cea94d24ccbb03294202a88845f444df31642b2878d8e3c9c0f46f4ed70b4f713e32889895e59be3629c1e861446c051ea5a74aaa4b7b044f17f6b
 SHA512 
db5d477e430fc7d439e352a2e6605f6662a206b0395268f19d52422994344e1b26bb89f4eae0dd0a453cc0e3d19549bd03959e37e29dccf2b8504994922eb946
 DIST teleport-4.0.9.tar.gz 34927445 BLAKE2B 
267ef0ab269efc405f0522a6442d9b626dea62c800717cf01a9f0bdf40a34015b218c58cbd0e5ccbdd17634e91516ece35f6bbfb17864411ef02ae60cf3391eb
 SHA512 
6a9fb59780d4da7f62a2f204f7f2e4321a7b73d9fd60e2de7d7ac1cdcf05e24895115e754aacdbdb75f4c21d40f1e42808e7f4e6bbb54df461167b45ebb7de24
+DIST teleport-4.1.1.tar.gz 42243379 BLAKE2B 
e01a32546bf3ecf52162d004ad24661160193e1586a98d045d83df63f01fc519ae2a6d4ad945da25a6509c153aacc3e23429be343914c35720f1b62da28d3e72
 SHA512 
7ed950ac7089052ec54872d9cf2ee12351a944268169ff442f0b1c91b3ad58fdf49c3c17839c8f330ae3c6192e9f4244a41cc2ba88f58b8f5435e334007348a5

diff --git a/sys-cluster/teleport/teleport-4.1.1.ebuild 
b/sys-cluster/teleport/teleport-4.1.1.ebuild
new file mode 100644
index 000..5421480e2d1
--- /dev/null
+++ b/sys-cluster/teleport/teleport-4.1.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit golang-build systemd
+
+DESCRIPTION="Modern SSH server for teams managing distributed infrastructure"
+HOMEPAGE="https://gravitational.com/teleport";
+
+EGO_PN="github.com/gravitational/${PN}/..."
+
+if [[ ${PV} == "" ]] ; then
+   inherit git-r3 golang-vcs
+   EGIT_REPO_URI="https://github.com/gravitational/${PN}.git";
+else
+   inherit golang-vcs-snapshot
+   SRC_URI="https://github.com/gravitational/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm"
+fi
+
+IUSE="pam"
+LICENSE="Apache-2.0 MIT BSD ISC"
+RESTRICT="test strip"
+SLOT="0"
+
+BDEPEND="app-arch/zip"
+RDEPEND="pam? ( sys-libs/pam )"
+
+src_compile() {
+   BUILDFLAGS="" GOPATH="${S}" emake -j1 -C src/${EGO_PN%/*} full
+}
+
+src_install() {
+   keepdir /var/lib/${PN} /etc/${PN}
+   dobin src/${EGO_PN%/*}/build/{tsh,tctl,teleport}
+
+   insinto /etc/${PN}
+   newins "${FILESDIR}"/${PN}.yaml ${PN}.yaml
+
+   newinitd "${FILESDIR}"/${PN}.init.d ${PN}
+   newconfd "${FILESDIR}"/${PN}.conf.d ${PN}
+
+   systemd_newunit "${FILESDIR}"/${PN}.service ${PN}.service
+   systemd_install_serviced "${FILESDIR}"/${PN}.service.conf ${PN}.service
+}
+
+src_test() {
+   BUILDFLAGS="" GOPATH="${S}" emake -C src/${EGO_PN%/*} test
+}



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

2019-10-11 Thread Joonas Niilola
commit: cb4cc6e2fa439e3aa549a3de6605e97ab0cbc0bc
Author: Graeme Lawes  gmail  com>
AuthorDate: Fri Oct 11 03:13:59 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Oct 11 13:48:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb4cc6e2

sys-cluster/teleport: remove v4.0.1

Signed-off-by: Graeme Lawes  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 sys-cluster/teleport/Manifest  |  1 -
 sys-cluster/teleport/teleport-4.0.1.ebuild | 49 --
 2 files changed, 50 deletions(-)

diff --git a/sys-cluster/teleport/Manifest b/sys-cluster/teleport/Manifest
index 43785bc27af..0d6abc02555 100644
--- a/sys-cluster/teleport/Manifest
+++ b/sys-cluster/teleport/Manifest
@@ -1,3 +1,2 @@
-DIST teleport-4.0.1.tar.gz 34914632 BLAKE2B 
88861a36b4cea94d24ccbb03294202a88845f444df31642b2878d8e3c9c0f46f4ed70b4f713e32889895e59be3629c1e861446c051ea5a74aaa4b7b044f17f6b
 SHA512 
db5d477e430fc7d439e352a2e6605f6662a206b0395268f19d52422994344e1b26bb89f4eae0dd0a453cc0e3d19549bd03959e37e29dccf2b8504994922eb946
 DIST teleport-4.0.9.tar.gz 34927445 BLAKE2B 
267ef0ab269efc405f0522a6442d9b626dea62c800717cf01a9f0bdf40a34015b218c58cbd0e5ccbdd17634e91516ece35f6bbfb17864411ef02ae60cf3391eb
 SHA512 
6a9fb59780d4da7f62a2f204f7f2e4321a7b73d9fd60e2de7d7ac1cdcf05e24895115e754aacdbdb75f4c21d40f1e42808e7f4e6bbb54df461167b45ebb7de24
 DIST teleport-4.1.1.tar.gz 42243379 BLAKE2B 
e01a32546bf3ecf52162d004ad24661160193e1586a98d045d83df63f01fc519ae2a6d4ad945da25a6509c153aacc3e23429be343914c35720f1b62da28d3e72
 SHA512 
7ed950ac7089052ec54872d9cf2ee12351a944268169ff442f0b1c91b3ad58fdf49c3c17839c8f330ae3c6192e9f4244a41cc2ba88f58b8f5435e334007348a5

diff --git a/sys-cluster/teleport/teleport-4.0.1.ebuild 
b/sys-cluster/teleport/teleport-4.0.1.ebuild
deleted file mode 100644
index 546c0f2921f..000
--- a/sys-cluster/teleport/teleport-4.0.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit golang-build systemd
-
-DESCRIPTION="Modern SSH server for teams managing distributed infrastructure"
-HOMEPAGE="https://gravitational.com/teleport";
-
-EGO_PN="github.com/gravitational/${PN}/..."
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3 golang-vcs
-   EGIT_REPO_URI="https://github.com/gravitational/${PN}.git";
-else
-   inherit golang-vcs-snapshot
-   SRC_URI="https://github.com/gravitational/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm"
-fi
-
-IUSE="pam"
-LICENSE="Apache-2.0"
-RESTRICT="test strip"
-SLOT="0"
-
-DEPEND="app-arch/zip"
-RDEPEND="pam? ( sys-libs/pam )"
-
-src_compile() {
-   BUILDFLAGS="" GOPATH="${S}" emake -j1 -C src/${EGO_PN%/*} full
-}
-
-src_install() {
-   keepdir /var/lib/${PN} /etc/${PN}
-   dobin src/${EGO_PN%/*}/build/{tsh,tctl,teleport}
-
-   insinto /etc/${PN}
-   newins "${FILESDIR}"/${PN}.yaml ${PN}.yaml
-
-   newinitd "${FILESDIR}"/${PN}.init.d ${PN}
-   newconfd "${FILESDIR}"/${PN}.conf.d ${PN}
-
-   systemd_newunit "${FILESDIR}"/${PN}.service ${PN}.service
-   systemd_install_serviced "${FILESDIR}"/${PN}.service.conf ${PN}.service
-}
-
-src_test() {
-   BUILDFLAGS="" GOPATH="${S}" emake -C src/${EGO_PN%/*} test
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/hashcash/, profiles/

2019-10-11 Thread Joonas Niilola
commit: ae4e8079f3294c323eaf059c52b3faaf85cd4243
Author: Gergely Nagy  ngg  hu>
AuthorDate: Thu Oct 10 18:51:31 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Oct 11 13:48:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae4e8079

net-misc/hashcash: update to EAPI=7

Also add myself as proxy-maintainer and remove the mask
entry from the EAPI=0 list.

Bug: https://bugs.gentoo.org/696252
Signed-off-by: Gergely Nagy  ngg.hu>
Closes: https://github.com/gentoo/gentoo/pull/13187
Signed-off-by: Joonas Niilola  gentoo.org>

 net-misc/hashcash/hashcash-1.22-r2.ebuild | 37 +++
 net-misc/hashcash/metadata.xml|  9 +++-
 profiles/package.mask |  1 -
 3 files changed, 45 insertions(+), 2 deletions(-)

diff --git a/net-misc/hashcash/hashcash-1.22-r2.ebuild 
b/net-misc/hashcash/hashcash-1.22-r2.ebuild
new file mode 100644
index 000..4c5088b4ca5
--- /dev/null
+++ b/net-misc/hashcash/hashcash-1.22-r2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Utility to generate hashcash tokens"
+HOMEPAGE="http://www.hashcash.org";
+SRC_URI="http://www.hashcash.org/source/${P}.tgz";
+
+LICENSE="CPL-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_prepare() {
+   default
+   sed -i -e "/COPT_GENERIC = -O3/d" Makefile || die
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)" generic || die
+}
+
+src_install() {
+   dobin hashcash
+   doman hashcash.1
+   dodoc CHANGELOG
+   insinto /usr/share/doc/${PF}/examples
+   doins contrib/hashcash-{request,sendmail{,.txt}} \
+   contrib/hashfork.{c,py,txt}
+}

diff --git a/net-misc/hashcash/metadata.xml b/net-misc/hashcash/metadata.xml
index 6f49eba8f49..d49539b4f66 100644
--- a/net-misc/hashcash/metadata.xml
+++ b/net-misc/hashcash/metadata.xml
@@ -1,5 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
+  
+n...@ngg.hu
+Gergely Nagy
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
 

diff --git a/profiles/package.mask b/profiles/package.mask
index 10637a73425..f7db2d7f22e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -115,7 +115,6 @@ net-mail/yosucker
 net-misc/cgterm
 net-misc/clockspeed-conf
 net-misc/fmirror
-net-misc/hashcash
 net-misc/ng-utils
 net-misc/sendfile
 net-news/yencode



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

2019-10-11 Thread Joonas Niilola
commit: 891ffa12b5356bacda59659d157103fdae3ceee4
Author: Graeme Lawes  gmail  com>
AuthorDate: Fri Oct 11 03:22:44 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Oct 11 13:48:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=891ffa12

sys-cluster/teleport: update teleport-.ebuild

* Use EAPI 7
* Update LICENSE
* zip is a BDEPEND

Signed-off-by: Graeme Lawes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12744
Signed-off-by: Joonas Niilola  gentoo.org>

 sys-cluster/teleport/teleport-.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/sys-cluster/teleport/teleport-.ebuild 
b/sys-cluster/teleport/teleport-.ebuild
index e68586870d2..a82f2fc86c9 100644
--- a/sys-cluster/teleport/teleport-.ebuild
+++ b/sys-cluster/teleport/teleport-.ebuild
@@ -1,7 +1,8 @@
 # Copyright 2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
+
 inherit golang-build systemd
 
 DESCRIPTION="Modern SSH server for teams managing distributed infrastructure"
@@ -19,11 +20,11 @@ else
 fi
 
 IUSE="pam"
-LICENSE="Apache-2.0"
+LICENSE="Apache-2.0 MIT BSD ISC"
 RESTRICT="test strip"
 SLOT="0"
 
-DEPEND="app-arch/zip"
+BDEPEND="app-arch/zip"
 RDEPEND="pam? ( sys-libs/pam )"
 
 src_compile() {



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

2019-10-11 Thread Joonas Niilola
commit: b1ec3a46c549679f89af1071f47fda4f5cbb6d0d
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Oct 11 13:47:12 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Oct 11 13:48:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ec3a46

net-misc/hashcash: clean 1.22-r2 ebuild a bit

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

 net-misc/hashcash/hashcash-1.22-r2.ebuild | 5 -
 1 file changed, 5 deletions(-)

diff --git a/net-misc/hashcash/hashcash-1.22-r2.ebuild 
b/net-misc/hashcash/hashcash-1.22-r2.ebuild
index 4c5088b4ca5..1533c90bd7b 100644
--- a/net-misc/hashcash/hashcash-1.22-r2.ebuild
+++ b/net-misc/hashcash/hashcash-1.22-r2.ebuild
@@ -12,11 +12,6 @@ SRC_URI="http://www.hashcash.org/source/${P}.tgz";
 LICENSE="CPL-1.0"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
 
 src_prepare() {
default



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

2019-10-11 Thread Joonas Niilola
commit: 3e8a56a805453c515062eeb942f2e982517d0a38
Author: Graeme Lawes  gmail  com>
AuthorDate: Fri Oct 11 03:13:35 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Oct 11 13:48:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e8a56a8

sys-cluster/teleport: remove v3.2.6

Signed-off-by: Graeme Lawes  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 sys-cluster/teleport/Manifest  |  1 -
 sys-cluster/teleport/teleport-3.2.6.ebuild | 49 --
 2 files changed, 50 deletions(-)

diff --git a/sys-cluster/teleport/Manifest b/sys-cluster/teleport/Manifest
index 65099bc6ce4..43785bc27af 100644
--- a/sys-cluster/teleport/Manifest
+++ b/sys-cluster/teleport/Manifest
@@ -1,4 +1,3 @@
-DIST teleport-3.2.6.tar.gz 22620079 BLAKE2B 
07b4bcb5b53a511c25f0556fad33b461307b524554e993097f634b1751d7fd3c664de0478427efa18dc20e597fb73f3c5bd09ba961754456245e1306372ed0ee
 SHA512 
20be34820f9b9f29c492f8dabe8914012b66ebfb9db51f3dff0e19b8a1f7b85b948cc1036861d03ca6de9e6f30ba0b43caf4760bc95c74e45a38f0cad080820c
 DIST teleport-4.0.1.tar.gz 34914632 BLAKE2B 
88861a36b4cea94d24ccbb03294202a88845f444df31642b2878d8e3c9c0f46f4ed70b4f713e32889895e59be3629c1e861446c051ea5a74aaa4b7b044f17f6b
 SHA512 
db5d477e430fc7d439e352a2e6605f6662a206b0395268f19d52422994344e1b26bb89f4eae0dd0a453cc0e3d19549bd03959e37e29dccf2b8504994922eb946
 DIST teleport-4.0.9.tar.gz 34927445 BLAKE2B 
267ef0ab269efc405f0522a6442d9b626dea62c800717cf01a9f0bdf40a34015b218c58cbd0e5ccbdd17634e91516ece35f6bbfb17864411ef02ae60cf3391eb
 SHA512 
6a9fb59780d4da7f62a2f204f7f2e4321a7b73d9fd60e2de7d7ac1cdcf05e24895115e754aacdbdb75f4c21d40f1e42808e7f4e6bbb54df461167b45ebb7de24
 DIST teleport-4.1.1.tar.gz 42243379 BLAKE2B 
e01a32546bf3ecf52162d004ad24661160193e1586a98d045d83df63f01fc519ae2a6d4ad945da25a6509c153aacc3e23429be343914c35720f1b62da28d3e72
 SHA512 
7ed950ac7089052ec54872d9cf2ee12351a944268169ff442f0b1c91b3ad58fdf49c3c17839c8f330ae3c6192e9f4244a41cc2ba88f58b8f5435e334007348a5

diff --git a/sys-cluster/teleport/teleport-3.2.6.ebuild 
b/sys-cluster/teleport/teleport-3.2.6.ebuild
deleted file mode 100644
index 546c0f2921f..000
--- a/sys-cluster/teleport/teleport-3.2.6.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit golang-build systemd
-
-DESCRIPTION="Modern SSH server for teams managing distributed infrastructure"
-HOMEPAGE="https://gravitational.com/teleport";
-
-EGO_PN="github.com/gravitational/${PN}/..."
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3 golang-vcs
-   EGIT_REPO_URI="https://github.com/gravitational/${PN}.git";
-else
-   inherit golang-vcs-snapshot
-   SRC_URI="https://github.com/gravitational/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm"
-fi
-
-IUSE="pam"
-LICENSE="Apache-2.0"
-RESTRICT="test strip"
-SLOT="0"
-
-DEPEND="app-arch/zip"
-RDEPEND="pam? ( sys-libs/pam )"
-
-src_compile() {
-   BUILDFLAGS="" GOPATH="${S}" emake -j1 -C src/${EGO_PN%/*} full
-}
-
-src_install() {
-   keepdir /var/lib/${PN} /etc/${PN}
-   dobin src/${EGO_PN%/*}/build/{tsh,tctl,teleport}
-
-   insinto /etc/${PN}
-   newins "${FILESDIR}"/${PN}.yaml ${PN}.yaml
-
-   newinitd "${FILESDIR}"/${PN}.init.d ${PN}
-   newconfd "${FILESDIR}"/${PN}.conf.d ${PN}
-
-   systemd_newunit "${FILESDIR}"/${PN}.service ${PN}.service
-   systemd_install_serviced "${FILESDIR}"/${PN}.service.conf ${PN}.service
-}
-
-src_test() {
-   BUILDFLAGS="" GOPATH="${S}" emake -C src/${EGO_PN%/*} test
-}



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

2019-10-11 Thread Joonas Niilola
commit: 4f27fffbe0b6b4bd831e7aa2e57936bae277fcc5
Author: Graeme Lawes  gmail  com>
AuthorDate: Sun Aug 18 20:02:11 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Oct 11 13:48:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f27fffb

sys-cluster/teleport: add v4.0.9

Signed-off-by: Graeme Lawes  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 sys-cluster/teleport/Manifest  |  1 +
 sys-cluster/teleport/teleport-4.0.9.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/sys-cluster/teleport/Manifest b/sys-cluster/teleport/Manifest
index a559443c10b..a2440933ea5 100644
--- a/sys-cluster/teleport/Manifest
+++ b/sys-cluster/teleport/Manifest
@@ -1,2 +1,3 @@
 DIST teleport-3.2.6.tar.gz 22620079 BLAKE2B 
07b4bcb5b53a511c25f0556fad33b461307b524554e993097f634b1751d7fd3c664de0478427efa18dc20e597fb73f3c5bd09ba961754456245e1306372ed0ee
 SHA512 
20be34820f9b9f29c492f8dabe8914012b66ebfb9db51f3dff0e19b8a1f7b85b948cc1036861d03ca6de9e6f30ba0b43caf4760bc95c74e45a38f0cad080820c
 DIST teleport-4.0.1.tar.gz 34914632 BLAKE2B 
88861a36b4cea94d24ccbb03294202a88845f444df31642b2878d8e3c9c0f46f4ed70b4f713e32889895e59be3629c1e861446c051ea5a74aaa4b7b044f17f6b
 SHA512 
db5d477e430fc7d439e352a2e6605f6662a206b0395268f19d52422994344e1b26bb89f4eae0dd0a453cc0e3d19549bd03959e37e29dccf2b8504994922eb946
+DIST teleport-4.0.9.tar.gz 34927445 BLAKE2B 
267ef0ab269efc405f0522a6442d9b626dea62c800717cf01a9f0bdf40a34015b218c58cbd0e5ccbdd17634e91516ece35f6bbfb17864411ef02ae60cf3391eb
 SHA512 
6a9fb59780d4da7f62a2f204f7f2e4321a7b73d9fd60e2de7d7ac1cdcf05e24895115e754aacdbdb75f4c21d40f1e42808e7f4e6bbb54df461167b45ebb7de24

diff --git a/sys-cluster/teleport/teleport-4.0.9.ebuild 
b/sys-cluster/teleport/teleport-4.0.9.ebuild
new file mode 100644
index 000..5421480e2d1
--- /dev/null
+++ b/sys-cluster/teleport/teleport-4.0.9.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit golang-build systemd
+
+DESCRIPTION="Modern SSH server for teams managing distributed infrastructure"
+HOMEPAGE="https://gravitational.com/teleport";
+
+EGO_PN="github.com/gravitational/${PN}/..."
+
+if [[ ${PV} == "" ]] ; then
+   inherit git-r3 golang-vcs
+   EGIT_REPO_URI="https://github.com/gravitational/${PN}.git";
+else
+   inherit golang-vcs-snapshot
+   SRC_URI="https://github.com/gravitational/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm"
+fi
+
+IUSE="pam"
+LICENSE="Apache-2.0 MIT BSD ISC"
+RESTRICT="test strip"
+SLOT="0"
+
+BDEPEND="app-arch/zip"
+RDEPEND="pam? ( sys-libs/pam )"
+
+src_compile() {
+   BUILDFLAGS="" GOPATH="${S}" emake -j1 -C src/${EGO_PN%/*} full
+}
+
+src_install() {
+   keepdir /var/lib/${PN} /etc/${PN}
+   dobin src/${EGO_PN%/*}/build/{tsh,tctl,teleport}
+
+   insinto /etc/${PN}
+   newins "${FILESDIR}"/${PN}.yaml ${PN}.yaml
+
+   newinitd "${FILESDIR}"/${PN}.init.d ${PN}
+   newconfd "${FILESDIR}"/${PN}.conf.d ${PN}
+
+   systemd_newunit "${FILESDIR}"/${PN}.service ${PN}.service
+   systemd_install_serviced "${FILESDIR}"/${PN}.service.conf ${PN}.service
+}
+
+src_test() {
+   BUILDFLAGS="" GOPATH="${S}" emake -C src/${EGO_PN%/*} test
+}



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

2019-10-11 Thread Michał Górny
commit: ee001402901675bd34d57360e7e6793436615767
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 12:14:18 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 14:13:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee001402

dev-python/llvmlite: Bump to 0.30.0

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

 dev-python/llvmlite/Manifest   |  1 +
 dev-python/llvmlite/llvmlite-0.30.0.ebuild | 63 ++
 2 files changed, 64 insertions(+)

diff --git a/dev-python/llvmlite/Manifest b/dev-python/llvmlite/Manifest
index 2091028e060..dc8b576e571 100644
--- a/dev-python/llvmlite/Manifest
+++ b/dev-python/llvmlite/Manifest
@@ -1,3 +1,4 @@
 DIST llvmlite-0.26.0.gh.tar.gz 175536 BLAKE2B 
6736e94c13974bb79bcda08ef58dd6d1e67d07a0173b5f2ab1b2fcf9a6e72b2a0b8737da5598023fa0c6db85cfd84f2d429f6077e1342a15b500376addd03c69
 SHA512 
e6bf76b209f44624fe21551971d422bbee6a6dcdfbd2c42607904be32db1b94cfcb185e70198fced5deadd938208d66d94eed4cea31726ae7f4779d58b57eb48
 DIST llvmlite-0.28.0.gh.tar.gz 191141 BLAKE2B 
23c86c28311a4e8c7f9c209a7ed7816ad5002c26f9fda7a47cf2b54c4578db28ed0781b54a716726db8a7c1abce79a79a99c3f5bf4be2a61d547eb74d06cb507
 SHA512 
c00c767c80a507975a055088ca4328766c992e7267219dea54376daf5eb11397532b243352976d3569185149007650d5e94839b61aa55502e1991f72b1ba492a
 DIST llvmlite-0.29.0.gh.tar.gz 196507 BLAKE2B 
d4870ca042d446857b7409c0c50c370458747ee744c24611e88da4bc8780c26125b2e8db3db7fe9d4f553f9aae5769b62effe1ac94cfaf234bab54d43c8086e9
 SHA512 
8735b46b1a3053b89306bf6e05c8c6c375d15371d33635f1d27e5533d7a78a85f773e04b7ed8d39ebab40a892c374839e1324665d81459cb797f760d6d2c81d1
+DIST llvmlite-0.30.0.gh.tar.gz 199354 BLAKE2B 
71ba1b0572d115a28d838a7fa5daca136fb793d41cdebca5834d2977813b4a02837e99d8b1b48d0fa965c5d3bdfe7783314ecbd2a7e7075b82247ea5fa4f90a4
 SHA512 
e3a64a3170efe1bffb6eeb8d6cfdc5a9bf8cc9e123da0b317b6b8dd93dacd3a54d5117c22eca43226915e7ff2793ab66cdee00c5e6ada442d9c2f7fed6e40763

diff --git a/dev-python/llvmlite/llvmlite-0.30.0.ebuild 
b/dev-python/llvmlite/llvmlite-0.30.0.ebuild
new file mode 100644
index 000..99c916a0fda
--- /dev/null
+++ b/dev-python/llvmlite/llvmlite-0.30.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+
+inherit distutils-r1 llvm
+
+DESCRIPTION="Python wrapper around the llvm C++ library"
+HOMEPAGE="http://llvmlite.pydata.org/";
+SRC_URI="https://github.com/numba/llvmlite/archive/v${PV/_/}.tar.gz -> 
${P/_/}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="examples"
+
+LLVM_MAX_SLOT=8
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   sys-devel/llvm:${LLVM_MAX_SLOT}
+   sys-libs/zlib:0=
+   virtual/python-enum34[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+S=${WORKDIR}/${P/_/}
+
+PATCHES=(
+   "${FILESDIR}"/llvmlite-0.15.0-use-system-six.patch
+)
+
+python_configure_all() {
+   # upstream's build system is just horrible, and they ignored the PR
+   # fixing it, so let's build the shared lib properly using implicit
+   # make rules
+
+   export LDLIBS=$(llvm-config --libs all)
+   export CXXFLAGS="$(llvm-config --cxxflags) -fPIC ${CXXFLAGS}"
+   export LDFLAGS="$(llvm-config --ldflags) ${LDFLAGS}"
+
+   local files=( ffi/*.cpp )
+   emake -f - <

[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2019-10-11 Thread Michał Górny
commit: e265c6e1b03820e0f640db9aff1a042fb7168a68
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 13:48:04 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 14:13:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e265c6e1

xfce-extra/xfce4-weather-plugin: Require Xfce 4.14

Closes: https://bugs.gentoo.org/697458
Signed-off-by: Michał Górny  gentoo.org>

 .../xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild| 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild
index 7d09097d882..3cffa7ef77b 100644
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild
@@ -15,12 +15,12 @@ KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 IUSE="upower"
 
 RDEPEND=">=dev-libs/glib-2.42
-   dev-libs/libxml2:=
-   >=net-libs/libsoup-2.42:=[ssl]
+   dev-libs/libxml2
+   >=net-libs/libsoup-2.42[ssl]
>=x11-libs/gtk+-3.22:3
-   >=xfce-base/libxfce4ui-4.12:=
-   >=xfce-base/libxfce4util-4.12:=
-   >=xfce-base/xfce4-panel-4.12:=
+   >=xfce-base/libxfce4ui-4.14:=
+   >=xfce-base/libxfce4util-4.14:=
+   >=xfce-base/xfce4-panel-4.14:=
upower? ( >=sys-power/upower-0.9.23 )"
 DEPEND="${RDEPEND}
dev-util/intltool



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

2019-10-11 Thread Michał Górny
commit: 10d369d452818efb3b9a3df5412ee39f3f44ee56
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 13:46:39 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 14:13:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d369d4

sys-devel/clang-runtime: Remove USE=crt from 9+

Since LLVM 9.0.0, compiler-rt provides crt* objects.  The separate 'crt'
flag was provided only to let people choose whether they want to install
netbsd-csu on Linux.  Remove it and use USE=compiler-rt for both main
libs and crt.

Closes: https://bugs.gentoo.org/697468
Signed-off-by: Michał Górny  gentoo.org>

 sys-devel/clang-runtime/clang-runtime-10.0.0..ebuild | 8 +---
 sys-devel/clang-runtime/clang-runtime-9.0.0..ebuild  | 8 +---
 sys-devel/clang-runtime/clang-runtime-9.0.0.ebuild   | 8 +---
 3 files changed, 3 insertions(+), 21 deletions(-)

diff --git a/sys-devel/clang-runtime/clang-runtime-10.0.0..ebuild 
b/sys-devel/clang-runtime/clang-runtime-10.0.0..ebuild
index 34bd6e20373..806c398483b 100644
--- a/sys-devel/clang-runtime/clang-runtime-10.0.0..ebuild
+++ b/sys-devel/clang-runtime/clang-runtime-10.0.0..ebuild
@@ -12,7 +12,7 @@ SRC_URI=""
 LICENSE="metapackage"
 SLOT="$(ver_cut 1-3)"
 KEYWORDS=""
-IUSE="+compiler-rt crt libcxx openmp +sanitize"
+IUSE="+compiler-rt libcxx openmp +sanitize"
 REQUIRED_USE="sanitize? ( compiler-rt )"
 PROPERTIES="live"
 
@@ -21,11 +21,5 @@ RDEPEND="
~sys-libs/compiler-rt-${PV}:${SLOT}
sanitize? ( ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT} )
)
-   crt? (
-   || (
-   sys-libs/netbsd-csu[${MULTILIB_USEDEP}]
-   sys-freebsd/freebsd-lib[${MULTILIB_USEDEP}]
-   )
-   )
libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"

diff --git a/sys-devel/clang-runtime/clang-runtime-9.0.0..ebuild 
b/sys-devel/clang-runtime/clang-runtime-9.0.0..ebuild
index 34bd6e20373..806c398483b 100644
--- a/sys-devel/clang-runtime/clang-runtime-9.0.0..ebuild
+++ b/sys-devel/clang-runtime/clang-runtime-9.0.0..ebuild
@@ -12,7 +12,7 @@ SRC_URI=""
 LICENSE="metapackage"
 SLOT="$(ver_cut 1-3)"
 KEYWORDS=""
-IUSE="+compiler-rt crt libcxx openmp +sanitize"
+IUSE="+compiler-rt libcxx openmp +sanitize"
 REQUIRED_USE="sanitize? ( compiler-rt )"
 PROPERTIES="live"
 
@@ -21,11 +21,5 @@ RDEPEND="
~sys-libs/compiler-rt-${PV}:${SLOT}
sanitize? ( ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT} )
)
-   crt? (
-   || (
-   sys-libs/netbsd-csu[${MULTILIB_USEDEP}]
-   sys-freebsd/freebsd-lib[${MULTILIB_USEDEP}]
-   )
-   )
libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"

diff --git a/sys-devel/clang-runtime/clang-runtime-9.0.0.ebuild 
b/sys-devel/clang-runtime/clang-runtime-9.0.0.ebuild
index 53fffbc0467..ebd4556635e 100644
--- a/sys-devel/clang-runtime/clang-runtime-9.0.0.ebuild
+++ b/sys-devel/clang-runtime/clang-runtime-9.0.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI=""
 LICENSE="metapackage"
 SLOT="$(ver_cut 1-3)"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos"
-IUSE="+compiler-rt crt libcxx openmp +sanitize"
+IUSE="+compiler-rt libcxx openmp +sanitize"
 REQUIRED_USE="sanitize? ( compiler-rt )"
 
 RDEPEND="
@@ -20,11 +20,5 @@ RDEPEND="
~sys-libs/compiler-rt-${PV}:${SLOT}
sanitize? ( ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT} )
)
-   crt? (
-   || (
-   sys-libs/netbsd-csu[${MULTILIB_USEDEP}]
-   sys-freebsd/freebsd-lib[${MULTILIB_USEDEP}]
-   )
-   )
libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"



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

2019-10-11 Thread Joonas Niilola
commit: db98bb5730e3efc1d315155fe8d461f3ed3cab09
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Oct 10 13:11:02 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Oct 11 14:16:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db98bb57

qmail eclass: drop now unused reference to user eclass

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/eclass/qmail.eclass b/eclass/qmail.eclass
index b4be80efbb2..b6ef483aa82 100644
--- a/eclass/qmail.eclass
+++ b/eclass/qmail.eclass
@@ -6,7 +6,7 @@
 # qmail-b...@gentoo.org
 # @BLURB: common qmail functions
 
-inherit flag-o-matic toolchain-funcs fixheadtails user
+inherit flag-o-matic toolchain-funcs fixheadtails
 
 # hardcoded paths
 QMAIL_HOME="/var/qmail"



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

2019-10-11 Thread Joonas Niilola
commit: 4c4174dbca046b50610720dc7370cf71c3cd6bb4
Author: Daniel Heule  ipwar  ch>
AuthorDate: Sat Oct  5 13:37:55 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Oct 11 14:16:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4174db

net-dns/dnscap: 1.10.3 bump

Bug: https://bugs.gentoo.org/696410
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Daniel Heule  ipwar.ch>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-dns/dnscap/Manifest |  1 +
 net-dns/dnscap/dnscap-1.10.3.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/net-dns/dnscap/Manifest b/net-dns/dnscap/Manifest
index 6e0eaf5aeab..8cee9f2c51b 100644
--- a/net-dns/dnscap/Manifest
+++ b/net-dns/dnscap/Manifest
@@ -1,2 +1,3 @@
 DIST dnscap-1.10.0.tar.gz 661981 BLAKE2B 
e4c3c1cf0ddc21fb5c28abb339607c0233097394cd5c75b55a90d89903aab4beaf32f8ab8fc09a57c16eb2d9598c8fa6b98d034a5c5c5226c1c7a0e8a03e8b9b
 SHA512 
b116bcdf876dd1b03d9d093549e8e19db6f366d6df4eef3ddd09cf8eb1d79e94c9abebdd702702efb105633b2e437bbc835abcb1252599261a546881de477791
 DIST dnscap-1.10.2.tar.gz 655932 BLAKE2B 
317547e9d7b8f87d08e954639b62e1894e4d8e37eb9612a984dc10deb674c35973f03f94843df0e9eeb74c94904de00b2718e7121f3dddb9e343b3519d13e02e
 SHA512 
22df8068a17b202b1dfed2dc4ce1c4178abf32af16a3b15a76ae8f46510b3979d44c62eac673afd8452abda69a49e3da133f740217b7ab64631d2c18657a9a8b
+DIST dnscap-1.10.3.tar.gz 655965 BLAKE2B 
8ee267839424b4876833ed5f466ee5972facf0fa866025a2172aa3cdd8900b182b9c8f4f7bf1ecc2f41d017237b9f2d9085722c114a4a0cabf9c953c02a9be02
 SHA512 
7bc97881c2cbd985010f3bd515aec454440767a0e9926d1fd7060c0d815679544384efbc74786ad6922436b2d6626ce1a9f3e9fd2d4b753ad7409fe018ecb5f5

diff --git a/net-dns/dnscap/dnscap-1.10.3.ebuild 
b/net-dns/dnscap/dnscap-1.10.3.ebuild
new file mode 100644
index 000..dec8d68c40b
--- /dev/null
+++ b/net-dns/dnscap/dnscap-1.10.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Network capture utility designed specifically for DNS traffic"
+HOMEPAGE="https://dnscap.dns-oarc.net/";
+SRC_URI="https://www.dns-oarc.net/files/dnscap/${P}.tar.gz";
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="ISC"
+IUSE=""
+
+RDEPEND="dev-libs/openssl:0=
+   dev-perl/YAML
+   net-libs/ldns:=
+   net-libs/libpcap
+   sys-libs/zlib"
+
+DEPEND="${RDEPEND}"
+
+pkg_postinst() {
+   elog "If you plan to use dnscap's -x/-X features, it is necessary to 
install"
+   elog "net-dns/bind as well."
+}



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

2019-10-11 Thread Joonas Niilola
commit: 2a56962a70c10af3ea457affcb3f82a973f36a97
Author: Daniel Heule  ipwar  ch>
AuthorDate: Sat Oct  5 13:42:40 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Oct 11 14:16:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a56962a

net-dns/dnscap: drop old versions

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Daniel Heule  ipwar.ch>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-dns/dnscap/Manifest |  1 -
 net-dns/dnscap/dnscap-1.10.0.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/net-dns/dnscap/Manifest b/net-dns/dnscap/Manifest
index 8cee9f2c51b..2fd39d66ad0 100644
--- a/net-dns/dnscap/Manifest
+++ b/net-dns/dnscap/Manifest
@@ -1,3 +1,2 @@
-DIST dnscap-1.10.0.tar.gz 661981 BLAKE2B 
e4c3c1cf0ddc21fb5c28abb339607c0233097394cd5c75b55a90d89903aab4beaf32f8ab8fc09a57c16eb2d9598c8fa6b98d034a5c5c5226c1c7a0e8a03e8b9b
 SHA512 
b116bcdf876dd1b03d9d093549e8e19db6f366d6df4eef3ddd09cf8eb1d79e94c9abebdd702702efb105633b2e437bbc835abcb1252599261a546881de477791
 DIST dnscap-1.10.2.tar.gz 655932 BLAKE2B 
317547e9d7b8f87d08e954639b62e1894e4d8e37eb9612a984dc10deb674c35973f03f94843df0e9eeb74c94904de00b2718e7121f3dddb9e343b3519d13e02e
 SHA512 
22df8068a17b202b1dfed2dc4ce1c4178abf32af16a3b15a76ae8f46510b3979d44c62eac673afd8452abda69a49e3da133f740217b7ab64631d2c18657a9a8b
 DIST dnscap-1.10.3.tar.gz 655965 BLAKE2B 
8ee267839424b4876833ed5f466ee5972facf0fa866025a2172aa3cdd8900b182b9c8f4f7bf1ecc2f41d017237b9f2d9085722c114a4a0cabf9c953c02a9be02
 SHA512 
7bc97881c2cbd985010f3bd515aec454440767a0e9926d1fd7060c0d815679544384efbc74786ad6922436b2d6626ce1a9f3e9fd2d4b753ad7409fe018ecb5f5

diff --git a/net-dns/dnscap/dnscap-1.10.0.ebuild 
b/net-dns/dnscap/dnscap-1.10.0.ebuild
deleted file mode 100644
index 38e157300ab..000
--- a/net-dns/dnscap/dnscap-1.10.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Network capture utility designed specifically for DNS traffic"
-HOMEPAGE="https://dnscap.dns-oarc.net/";
-SRC_URI="https://www.dns-oarc.net/files/dnscap/${P}.tar.gz";
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-LICENSE="ISC"
-IUSE=""
-
-RDEPEND="net-libs/libpcap
-   net-libs/ldns
-   sys-libs/zlib
-   dev-libs/openssl:=
-   dev-perl/YAML"
-
-DEPEND="${RDEPEND}"
-
-pkg_postinst() {
-   elog "If you plan to use dnscap's -x/-X features, it is necessary to 
install"
-   elog "net-dns/bind as well."
-}



[gentoo-commits] repo/gentoo:master commit in: mail-mta/netqmail/

2019-10-11 Thread Joonas Niilola
commit: 31a70a4ed627114f00588c4ffcf533a48394918f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Oct 10 13:12:56 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Oct 11 14:16:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a70a4e

mail-mta/netqmail: use new snapshot of genqmail

This puts the existing patches into the tarball from the start.

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Closes: https://github.com/gentoo/gentoo/pull/13248
Signed-off-by: Joonas Niilola  gentoo.org>

 mail-mta/netqmail/Manifest|   1 +
 mail-mta/netqmail/netqmail-1.06-r9.ebuild | 195 ++
 2 files changed, 196 insertions(+)

diff --git a/mail-mta/netqmail/Manifest b/mail-mta/netqmail/Manifest
index 8162e20cd0a..922fa4a3a69 100644
--- a/mail-mta/netqmail/Manifest
+++ b/mail-mta/netqmail/Manifest
@@ -1,5 +1,6 @@
 DIST big-todo.103.patch 5546 BLAKE2B 
34889a97c642bafedebdd3fba7dd848e58f692bbebb33da26f39d47d65ac2067cc6bfeea9f044dcebcdce53bf789c7b2e029d6542ad1926a420291d4b59d7554
 SHA512 
fe6e19a94fb7dbe51f7164e38a91d8edb636251569d44ace1e146fe5f607b240edafb2884daaac481ff3219142ab553cfd5b01786e0dfc4662ef07336b789975
 DIST genqmail-20080406.tar.bz2 10252 BLAKE2B 
4e959ff9a79c7621f8681866e2e614ecbd6a2c64b45a79f9c553b202f2a495fbd5b1eeefdebb0502c48c0fbed5ba37073d9b500f28217a9a568bdf7eb376b8a3
 SHA512 
744d0968307bfedebf0ca7bc0d5bd0780884326acaf5fea0a66fb91f8b0caf5ba52eb443c9cb2a7d6389622ca5c87100c3204ec3408aed8ef5fb1e7f80ff0d35
+DIST genqmail-20191010.tar.bz2 10063 BLAKE2B 
bd1b664fca9fdb92aba49930b1d0c336097f2bad56ea814014c0d811d9d96fb861925dd0b016ce4ef1edd0473481fa807e81be17b7169688bfbd72a72e287718
 SHA512 
8d19a25b8745a04f7bdb378259dcee7b43f62cf90e7a7d8f4843d39169f8221cd8c5b9c332b37e5ecc7917366093e56f34bc4362b8ab0dd1785a6d0f12687a4b
 DIST netqmail-1.05-tls-smtpauth-20070417.patch 67942 BLAKE2B 
c9498d9ef5987f1f8eae77894a839708add2186bbd8b1d4a7df36b56e0345da9643b384bc3f575bdd87dae9571d7e22c9e09894fa5330910a2bf8679675e41b5
 SHA512 
ce5fb50ae9a7683b708eeb65c68a0db47c5817eb3fc14457c4f7c5746916ca2734c647a2369bf6f1240477ee818e3e7d7870aec3edbad2eaace179cba6267e41
 DIST netqmail-1.05-tls-smtpauth-20190114.patch 68060 BLAKE2B 
46a887c23e09d6cb9fa9a5259c288cfd9dc8ce51f361d076794ebf754250a35e33787426cdd53989dc196ce4a3a61fd1e66896b2ff0368c98a4566d7bef6c517
 SHA512 
33cbf4d05c4212efecb23237c1b3fb67ef9a1543f11d81ac1c397416a4153af3d67e144686f1764d8b5e7ccd51044bbe51cf833c6ac779344048384cabc1
 DIST netqmail-1.06.tar.gz 260941 BLAKE2B 
f60cf737f308d70433da917b30a07af600f8956ae718bcf17f1628382523d7fdfa2456549066b57674a112a53946a410136ee89c0911402b24a4153bbc37d39a
 SHA512 
de40a6d8fac502bd785010434d99b99f2c0524e10aea3d0f2a0d35c70fce91e991eb1fb8f20a1276eb56d7e73130ea5e2c178f6075d138af47b28d9ca6e6046b

diff --git a/mail-mta/netqmail/netqmail-1.06-r9.ebuild 
b/mail-mta/netqmail/netqmail-1.06-r9.ebuild
new file mode 100644
index 000..755e1c04b03
--- /dev/null
+++ b/mail-mta/netqmail/netqmail-1.06-r9.ebuild
@@ -0,0 +1,195 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+GENQMAIL_PV=20191010
+QMAIL_SPP_PV=0.42
+
+QMAIL_TLS_PV=20190114
+QMAIL_TLS_F=${PN}-1.05-tls-smtpauth-${QMAIL_TLS_PV}.patch
+QMAIL_TLS_CVE=vu555316.patch
+
+QMAIL_BIGTODO_PV=103
+QMAIL_BIGTODO_F=big-todo.${QMAIL_BIGTODO_PV}.patch
+
+QMAIL_LARGE_DNS='qmail-103.patch'
+
+QMAIL_SMTPUTF8='qmail-smtputf8.patch'
+
+inherit qmail
+
+DESCRIPTION="qmail -- a secure, reliable, efficient, simple message transfer 
agent"
+HOMEPAGE="
+   http://netqmail.org
+   https://cr.yp.to/qmail.html
+   http://qmail.org
+"
+SRC_URI="mirror://qmail/${P}.tar.gz
+   
https://github.com/DerDakon/genqmail/releases/download/genqmail-${GENQMAIL_PV}/${GENQMAIL_F}
+   https://www.ckdhr.com/ckd/${QMAIL_LARGE_DNS}
+   !vanilla? (
+   highvolume? ( mirror://qmail/${QMAIL_BIGTODO_F} )
+   qmail-spp? ( mirror://sourceforge/qmail-spp/${QMAIL_SPP_F} )
+   ssl? (
+   https://mirror.alexh.name/qmail/netqmail/${QMAIL_TLS_F}
+   http://inoa.net/qmail-tls/${QMAIL_TLS_CVE}
+   
https://arnt.gulbrandsen.priv.no/qmail/qmail-smtputf8.patch
+   )
+   )
+"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
+IUSE="authcram gencertdaily highvolume libressl qmail-spp ssl vanilla"
+REQUIRED_USE="vanilla? ( !ssl !qmail-spp !highvolume )"
+RESTRICT="test"
+
+DEPEND="
+   acct-group/nofiles
+   acct-group/qmail
+   acct-user/alias
+   acct-user/qmaild
+   acct-user/qmaill
+   acct-user/qmailp
+   acct-user/qmailq
+   acct-user/qmailr
+   acct-user/qmails
+   net-dns/libidn2
+   net-mail/queue-repair
+   sys-apps/gentoo-functions
+   sys-apps/groff
+   ssl? (
+   !libressl? ( >=dev-libs/openssl-1.1:0= )
+  

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

2019-10-11 Thread Joonas Niilola
commit: 0c33d58fb169f7041d81d89e6c951b755147ccaa
Author: Ralph Seichter  seichter  de>
AuthorDate: Thu Oct 10 19:00:26 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Oct 11 14:16:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c33d58f

www-servers/nginx-unit: Bump to version 1.12

Closes: https://bugs.gentoo.org/696742
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Ralph Seichter  seichter.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 www-servers/nginx-unit/Manifest |  1 +
 www-servers/nginx-unit/nginx-unit-1.12.0.ebuild | 68 +
 2 files changed, 69 insertions(+)

diff --git a/www-servers/nginx-unit/Manifest b/www-servers/nginx-unit/Manifest
index 2ee21d3c14f..27c62517528 100644
--- a/www-servers/nginx-unit/Manifest
+++ b/www-servers/nginx-unit/Manifest
@@ -1,3 +1,4 @@
 DIST nginx-unit-1.10.0.tar.gz 564348 BLAKE2B 
82339422b4b3b696ff4bbb216d6c0d54f046531aa56f6e0f5602a9bbe18db878b6bc9c9e9b1513be0cee3197f288549d8a6f826bf69ffbb91fc35757775bde4d
 SHA512 
da2b248ba22e5d46fa1c8c21041a875655fad0e1a09683c58cb5bb33ed0a671a921c7a13f99269f0574da02d0efaeff0233abc901e4e333f3f7ac9383334c781
 DIST nginx-unit-1.11.0.tar.gz 681333 BLAKE2B 
4e727f1b0bd5a593ea360b4125173bc6b3694b953fa2c775ce4f7112bd9f2df131d4bfd4e01cb653c08a9cdacc560a6961b8926c797ea2ce7d6c32a7e4f7f7e2
 SHA512 
894093385137bc188c50b86540182007bac1740a063359f494c1984687352eccb879f7d6b7b6623d5702cce3c793f12c60a2dfab94bcf9cb817b80a1577409d9
+DIST nginx-unit-1.12.0.tar.gz 681661 BLAKE2B 
1e497172a37fdcd33d0ced5b97675bff42f4cadab2f9363316e667c90c8b4dc4b43f4b8d5cff9f547daa7e92d532550434907515134a5c958586f1822beea749
 SHA512 
a55a084ed6e1cd3f784bd81571772ca29ca9a0d19089c9bb74c88258d2e1ef872978219c47b6dc2610711ae1aa95ef68ddb77f45747a2eacdd9d92c6f8fee28b
 DIST nginx-unit-1.8.0.tar.gz 511226 BLAKE2B 
e396b27954840a5f1ad3a4cd9501a5e5fe769a754c51043da784a2c4596e6acc33089f495bf412a0db086e5c715a51292c7dece004a6512564421a431b6c339e
 SHA512 
1d0ad05343ff70aff4c6e221a36c20df95fa2e2262ae5c69963a9bcb9ef883151e8a2fa9fef29f43ac5489aa5cbb3e9dfd10cf5e7f6d7a98742b490ebf3a0413

diff --git a/www-servers/nginx-unit/nginx-unit-1.12.0.ebuild 
b/www-servers/nginx-unit/nginx-unit-1.12.0.ebuild
new file mode 100644
index 000..72e543d8953
--- /dev/null
+++ b/www-servers/nginx-unit/nginx-unit-1.12.0.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=(python2_7 python3_{5,6,7})
+
+inherit python-single-r1
+
+MY_P="unit-${PV}"
+DESCRIPTION="A dynamic web and application server"
+HOMEPAGE="https://unit.nginx.org";
+SRC_URI="https://unit.nginx.org/download/${MY_P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+MY_USE="perl python ruby"
+MY_USE_PHP="php5-6 php7-1 php7-2 php7-3"
+IUSE="${MY_USE} ${MY_USE_PHP}"
+REQUIRED_USE="|| ( ${IUSE} )
+   python? ( ${PYTHON_REQUIRED_USE} )"
+
+DEPEND="perl? ( dev-lang/perl:= )
+   php5-6? ( dev-lang/php:5.6[embed] )
+   php7-1? ( dev-lang/php:7.1[embed] )
+   php7-2? ( dev-lang/php:7.2[embed] )
+   php7-3? ( dev-lang/php:7.3[embed] )
+   python? ( ${PYTHON_DEPS} )
+   ruby? ( dev-lang/ruby:= )"
+RDEPEND="${DEPEND}"
+S="${WORKDIR}/${MY_P}"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+   ./configure \
+   --control=unix:/run/${PN}.sock \
+   --ld-opt="${LDFLAGS}" \
+   --log=/var/log/${PN} \
+   --modules=$(get_libdir)/${PN} \
+   --pid=/run/${PN}.pid \
+   --prefix=/usr \
+   --state=/var/lib/${PN} || die "Core configuration failed"
+   for flag in ${MY_USE} ; do
+   if use ${flag} ; then
+   ./configure ${flag} || die "Module configuration 
failed: ${flag}"
+   fi
+   done
+   for flag in ${MY_USE_PHP} ; do
+   if use ${flag} ; then
+   local php_slot="/usr/$(get_libdir)/${flag/-/.}"
+   ./configure php \
+   --module=${flag} \
+   --config=${php_slot}/bin/php-config \
+   --lib-path=${php_slot}/$(get_libdir) || die 
"Module configuration failed: ${flag}"
+   fi
+   done
+}
+
+src_install() {
+   default
+   diropts -m 0770
+   keepdir /var/lib/${PN}
+   newinitd "${FILESDIR}/${PN}.initd" ${PN}
+}



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

2019-10-11 Thread Joonas Niilola
commit: 37fe44806efec73342c2ef034c07c21492a65318
Author: Ralph Seichter  seichter  de>
AuthorDate: Thu Oct 10 19:04:15 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Oct 11 14:16:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37fe4480

www-servers/nginx-unit: Remove obsolete ebuild

Signed-off-by: Ralph Seichter  seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/13172
Signed-off-by: Joonas Niilola  gentoo.org>

 www-servers/nginx-unit/Manifest |  1 -
 www-servers/nginx-unit/nginx-unit-1.10.0.ebuild | 68 -
 2 files changed, 69 deletions(-)

diff --git a/www-servers/nginx-unit/Manifest b/www-servers/nginx-unit/Manifest
index 27c62517528..afac6bf6f51 100644
--- a/www-servers/nginx-unit/Manifest
+++ b/www-servers/nginx-unit/Manifest
@@ -1,4 +1,3 @@
-DIST nginx-unit-1.10.0.tar.gz 564348 BLAKE2B 
82339422b4b3b696ff4bbb216d6c0d54f046531aa56f6e0f5602a9bbe18db878b6bc9c9e9b1513be0cee3197f288549d8a6f826bf69ffbb91fc35757775bde4d
 SHA512 
da2b248ba22e5d46fa1c8c21041a875655fad0e1a09683c58cb5bb33ed0a671a921c7a13f99269f0574da02d0efaeff0233abc901e4e333f3f7ac9383334c781
 DIST nginx-unit-1.11.0.tar.gz 681333 BLAKE2B 
4e727f1b0bd5a593ea360b4125173bc6b3694b953fa2c775ce4f7112bd9f2df131d4bfd4e01cb653c08a9cdacc560a6961b8926c797ea2ce7d6c32a7e4f7f7e2
 SHA512 
894093385137bc188c50b86540182007bac1740a063359f494c1984687352eccb879f7d6b7b6623d5702cce3c793f12c60a2dfab94bcf9cb817b80a1577409d9
 DIST nginx-unit-1.12.0.tar.gz 681661 BLAKE2B 
1e497172a37fdcd33d0ced5b97675bff42f4cadab2f9363316e667c90c8b4dc4b43f4b8d5cff9f547daa7e92d532550434907515134a5c958586f1822beea749
 SHA512 
a55a084ed6e1cd3f784bd81571772ca29ca9a0d19089c9bb74c88258d2e1ef872978219c47b6dc2610711ae1aa95ef68ddb77f45747a2eacdd9d92c6f8fee28b
 DIST nginx-unit-1.8.0.tar.gz 511226 BLAKE2B 
e396b27954840a5f1ad3a4cd9501a5e5fe769a754c51043da784a2c4596e6acc33089f495bf412a0db086e5c715a51292c7dece004a6512564421a431b6c339e
 SHA512 
1d0ad05343ff70aff4c6e221a36c20df95fa2e2262ae5c69963a9bcb9ef883151e8a2fa9fef29f43ac5489aa5cbb3e9dfd10cf5e7f6d7a98742b490ebf3a0413

diff --git a/www-servers/nginx-unit/nginx-unit-1.10.0.ebuild 
b/www-servers/nginx-unit/nginx-unit-1.10.0.ebuild
deleted file mode 100644
index 72e543d8953..000
--- a/www-servers/nginx-unit/nginx-unit-1.10.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=(python2_7 python3_{5,6,7})
-
-inherit python-single-r1
-
-MY_P="unit-${PV}"
-DESCRIPTION="A dynamic web and application server"
-HOMEPAGE="https://unit.nginx.org";
-SRC_URI="https://unit.nginx.org/download/${MY_P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-MY_USE="perl python ruby"
-MY_USE_PHP="php5-6 php7-1 php7-2 php7-3"
-IUSE="${MY_USE} ${MY_USE_PHP}"
-REQUIRED_USE="|| ( ${IUSE} )
-   python? ( ${PYTHON_REQUIRED_USE} )"
-
-DEPEND="perl? ( dev-lang/perl:= )
-   php5-6? ( dev-lang/php:5.6[embed] )
-   php7-1? ( dev-lang/php:7.1[embed] )
-   php7-2? ( dev-lang/php:7.2[embed] )
-   php7-3? ( dev-lang/php:7.3[embed] )
-   python? ( ${PYTHON_DEPS} )
-   ruby? ( dev-lang/ruby:= )"
-RDEPEND="${DEPEND}"
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-   ./configure \
-   --control=unix:/run/${PN}.sock \
-   --ld-opt="${LDFLAGS}" \
-   --log=/var/log/${PN} \
-   --modules=$(get_libdir)/${PN} \
-   --pid=/run/${PN}.pid \
-   --prefix=/usr \
-   --state=/var/lib/${PN} || die "Core configuration failed"
-   for flag in ${MY_USE} ; do
-   if use ${flag} ; then
-   ./configure ${flag} || die "Module configuration 
failed: ${flag}"
-   fi
-   done
-   for flag in ${MY_USE_PHP} ; do
-   if use ${flag} ; then
-   local php_slot="/usr/$(get_libdir)/${flag/-/.}"
-   ./configure php \
-   --module=${flag} \
-   --config=${php_slot}/bin/php-config \
-   --lib-path=${php_slot}/$(get_libdir) || die 
"Module configuration failed: ${flag}"
-   fi
-   done
-}
-
-src_install() {
-   default
-   diropts -m 0770
-   keepdir /var/lib/${PN}
-   newinitd "${FILESDIR}/${PN}.initd" ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/librdkafka/, dev-libs/librdkafka/files/

2019-10-11 Thread Thomas Deutschmann
commit: 4e23cd06568d78fc088c30a96a2a4771a5db8ff8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 11 14:24:18 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 11 14:26:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e23cd06

dev-libs/librdkafka: drop old

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

 dev-libs/librdkafka/Manifest   |  4 --
 ...librdkafka-1.0.0-remove-automagic-on-zstd.patch | 29 
 dev-libs/librdkafka/librdkafka-0.11.5.ebuild   | 71 
 dev-libs/librdkafka/librdkafka-0.11.6.ebuild   | 71 
 dev-libs/librdkafka/librdkafka-1.0.0-r1.ebuild | 75 -
 dev-libs/librdkafka/librdkafka-1.0.1.ebuild| 78 --
 6 files changed, 328 deletions(-)

diff --git a/dev-libs/librdkafka/Manifest b/dev-libs/librdkafka/Manifest
index a97bd71b839..d6ed4d7a222 100644
--- a/dev-libs/librdkafka/Manifest
+++ b/dev-libs/librdkafka/Manifest
@@ -1,6 +1,2 @@
-DIST librdkafka-0.11.5.tar.gz 1984510 BLAKE2B 
55a27482275726233b5c9b39dfac1b9f34235c68600b5720c1a9dec782de6a4d7d084ad71e50857c32a93b39beacc891933e02f45162d0de144ecaadb3640c41
 SHA512 
4a8dc46ad66f23cff4d4ef2fc8daa7207bfa3e77fd3580b3f141a73b449e60ea5381e97263235b4d0d762df027a8a2cad08637d88162d9605c82d74a1e64b67c
-DIST librdkafka-0.11.6.tar.gz 1994337 BLAKE2B 
7b61e6ba02c5ed58c20e604d6765f6a57ff63ab0c61f2a4c64eff55bfb6c854ef089ac9eea9acc6d44b6abdb6d1425ff23e9d4e6037c733bc5719d6b69c74ae0
 SHA512 
9657dc53220bbff3eb44941cff2f50ab7f71a82f7486d64ea14f67eabd4abe8c67f225a752cc1f0339439a1cc512e99ade6536d087857979cd198c0102015718
-DIST librdkafka-1.0.0.tar.gz 2465603 BLAKE2B 
7006dc421ae5c2c991853f4ede9d99e7dd308b49372a7c2c859ecc0e6ee7aa3b6cda9af7a71a5813610630b564bd65c6cf18ecaefd1a1880545838d7758aea88
 SHA512 
15ac1e4c9042debf8d4df602ccdc5eccae3a37b305be24d724fcaffc3d1d0aafa708fc8e29d6af51f51ed6c7daf74b3041b8b9b0444e6702cd73479c8078859a
-DIST librdkafka-1.0.1.tar.gz 2466259 BLAKE2B 
a391d57b21711853ce7df338070512f715f3a49ead2b4f7eb1fe5500699c1891821e6bbd4b87d3debea6852eb85094aba161cb3ca95aee3c592a38be4933ecff
 SHA512 
094599e974236814c03e688eaa5e39d817cca110ff691501826268c45653fcd6b21b60e741140a1f7ffccd49902247f08fcec82475be2e9f85feaa4340b32d4c
 DIST librdkafka-1.1.0.tar.gz 2511445 BLAKE2B 
00c20361058d537d045da6961afc45e40e0ac641918df9eb457937dc3ca566639b81d8aa10cc6ed2f57988eded180f3d2eaea72ca4b910a652b93b54b9388253
 SHA512 
35561399b07278a09a51245c5503c86eb0cc8971692b4e65a332144bfb71e2e86d4ceaf1804534b6a416bcace74cef493b6465c20b32c14de97f45f2854359c6
 DIST librdkafka-1.2.0.tar.gz 2534841 BLAKE2B 
2526ee5e40e9d78ce9ce66fd0c5bcfb8309c04c23fc18e890df6dfa32e182f48409728518a85647ea4a156e9d20c40ea5b443ff9813fc754e260874a6cda71c7
 SHA512 
7caddeec09bd1556688f0011f5cae49f8b0cde55b8dbc1296b3d2a39879badc42b7f59369bb1938ce7c4c4ff8b0fe4f1973b923c3db603466c10a4c015306522

diff --git 
a/dev-libs/librdkafka/files/librdkafka-1.0.0-remove-automagic-on-zstd.patch 
b/dev-libs/librdkafka/files/librdkafka-1.0.0-remove-automagic-on-zstd.patch
deleted file mode 100644
index ed4dbda6b8a..000
--- a/dev-libs/librdkafka/files/librdkafka-1.0.0-remove-automagic-on-zstd.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-commit ff67402dcfb2f4913a3ff1d84449a5e1620ee4ae
-Author: Thomas Deutschmann 
-AuthorDate: Mon Apr 29 18:57:10 2019 +0200
-Commit: Thomas Deutschmann 
-CommitDate: Mon Apr 29 18:57:10 2019 +0200
-
-configure: Add option to disable automagic dependency on zstd
-
-This commit will add an option which will allow you to explicit disable
-zstd usage.
-
-diff --git a/mklove/modules/configure.zstd b/mklove/modules/configure.zstd
-index 6dd621ad..3ea36ccf 100644
 a/mklove/modules/configure.zstd
-+++ b/mklove/modules/configure.zstd
-@@ -9,8 +9,12 @@
- #   mkl_check zstd []
- #
- 
-+mkl_toggle_option "Feature" ENABLE_ZSTD "--enable-zstd" "Enable support for 
ZSTD compression" "y"
-+
- function manual_checks {
--local action=$1
-+local action=${1:-disable}
-+
-+[[ $ENABLE_ZSTD == y ]] || return 0
- 
- if [[ $WITH_STATIC_LINKING != y ]]; then
- # Homebrew does not provide a static library for zstd

diff --git a/dev-libs/librdkafka/librdkafka-0.11.5.ebuild 
b/dev-libs/librdkafka/librdkafka-0.11.5.ebuild
deleted file mode 100644
index 8d19079df92..000
--- a/dev-libs/librdkafka/librdkafka-0.11.5.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit toolchain-funcs
-
-DESCRIPTION="Apache Kafka C/C++ client library"
-HOMEPAGE="https://github.com/edenhill/librdkafka";
-
-if [[ ${PV} == "" ]]; then
-   EGIT_REPO_URI="https://github.com/edenhill/${PN}.git";
-
-   inherit git-r3
-else
-   SRC_URI="https://github.com/edenhill/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWO

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

2019-10-11 Thread Thomas Deutschmann
commit: 3a57d0fdd0e908176c92a5624bcfc9c55d3f5177
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 11 14:25:12 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 11 14:26:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a57d0fd

dev-libs/librdkafka: bump to v1.2.1

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

 dev-libs/librdkafka/Manifest| 2 +-
 .../librdkafka/{librdkafka-1.2.0.ebuild => librdkafka-1.2.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/librdkafka/Manifest b/dev-libs/librdkafka/Manifest
index d6ed4d7a222..52717deb6f5 100644
--- a/dev-libs/librdkafka/Manifest
+++ b/dev-libs/librdkafka/Manifest
@@ -1,2 +1,2 @@
 DIST librdkafka-1.1.0.tar.gz 2511445 BLAKE2B 
00c20361058d537d045da6961afc45e40e0ac641918df9eb457937dc3ca566639b81d8aa10cc6ed2f57988eded180f3d2eaea72ca4b910a652b93b54b9388253
 SHA512 
35561399b07278a09a51245c5503c86eb0cc8971692b4e65a332144bfb71e2e86d4ceaf1804534b6a416bcace74cef493b6465c20b32c14de97f45f2854359c6
-DIST librdkafka-1.2.0.tar.gz 2534841 BLAKE2B 
2526ee5e40e9d78ce9ce66fd0c5bcfb8309c04c23fc18e890df6dfa32e182f48409728518a85647ea4a156e9d20c40ea5b443ff9813fc754e260874a6cda71c7
 SHA512 
7caddeec09bd1556688f0011f5cae49f8b0cde55b8dbc1296b3d2a39879badc42b7f59369bb1938ce7c4c4ff8b0fe4f1973b923c3db603466c10a4c015306522
+DIST librdkafka-1.2.1.tar.gz 2547009 BLAKE2B 
f55c2f23339294d54c1a3cbe064b0ddb6a638adfd192351a69bba91c81f7d33dfad13b45d50a8ea008e397400c89e90fe267549566a8dff07ca701ae59934126
 SHA512 
57341a0e4dbe98b9da912f5a63cc82490222bd91aef7c3cda3acaa4807e1d13ac047fbff8898f7459e7a1cb46f02dfc665e8c5bddffd8153d67a2c0546000a62

diff --git a/dev-libs/librdkafka/librdkafka-1.2.0.ebuild 
b/dev-libs/librdkafka/librdkafka-1.2.1.ebuild
similarity index 100%
rename from dev-libs/librdkafka/librdkafka-1.2.0.ebuild
rename to dev-libs/librdkafka/librdkafka-1.2.1.ebuild



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

2019-10-11 Thread Thomas Deutschmann
commit: 7099daa7cf08d1180d1b5537b7a8d4ac3eb7b91a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 11 14:23:21 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 11 14:26:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7099daa7

dev-libs/librdkafka: arm stable (#691914)

Thanks to Mark Schüttler for testing!

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

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

diff --git a/dev-libs/librdkafka/librdkafka-1.1.0.ebuild 
b/dev-libs/librdkafka/librdkafka-1.1.0.ebuild
index d5ed3cd0a1f..b3f9787c020 100644
--- a/dev-libs/librdkafka/librdkafka-1.1.0.ebuild
+++ b/dev-libs/librdkafka/librdkafka-1.1.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/edenhill/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm arm64 hppa ~ppc ~sparc x86"
+   KEYWORDS="amd64 arm arm64 hppa ~ppc ~sparc x86"
 fi
 
 LICENSE="BSD-2"



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

2019-10-11 Thread Jeroen Roovers
commit: 73ee71f5b874d8ee6ebceccfca87b4fa7b82491c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 11 14:50:11 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 11 14:53:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73ee71f5

net-libs/nodejs: Call xdg_environment_reset() from xdg-utils.eclass

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Bug: https://bugs.gentoo.org/625982
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-libs/nodejs/nodejs-10.16.3.ebuild  | 4 +++-
 net-libs/nodejs/nodejs-12.10.0.ebuild  | 4 +++-
 net-libs/nodejs/nodejs-12.11.1.ebuild  | 4 +++-
 net-libs/nodejs/nodejs-8.12.0.ebuild   | 4 +++-
 net-libs/nodejs/nodejs-8.16.1.ebuild   | 4 +++-
 net-libs/nodejs/nodejs-8.16.2.ebuild   | 4 +++-
 net-libs/nodejs/nodejs-.ebuild | 4 +++-
 7 files changed, 21 insertions(+), 7 deletions(-)

diff --git a/net-libs/nodejs/nodejs-10.16.3.ebuild 
b/net-libs/nodejs/nodejs-10.16.3.ebuild
index c2c2f3af8c6..4dfee5eb443 100644
--- a/net-libs/nodejs/nodejs-10.16.3.ebuild
+++ b/net-libs/nodejs/nodejs-10.16.3.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="threads"
 
-inherit bash-completion-r1 eutils flag-o-matic pax-utils python-any-r1 
toolchain-funcs
+inherit bash-completion-r1 eutils flag-o-matic pax-utils python-any-r1 
toolchain-funcs xdg-utils
 
 DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
 HOMEPAGE="https://nodejs.org/";
@@ -92,6 +92,8 @@ src_prepare() {
 }
 
 src_configure() {
+   xdg_environment_reset
+
local myconf=( --shared-cares --shared-http-parser --shared-libuv 
--shared-nghttp2 --shared-zlib )
use debug && myconf+=( --debug )
use icu && myconf+=( --with-intl=system-icu ) || myconf+=( 
--with-intl=none )

diff --git a/net-libs/nodejs/nodejs-12.10.0.ebuild 
b/net-libs/nodejs/nodejs-12.10.0.ebuild
index 7cc1a7dd9a6..7a072e08f8c 100644
--- a/net-libs/nodejs/nodejs-12.10.0.ebuild
+++ b/net-libs/nodejs/nodejs-12.10.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="threads"
-inherit bash-completion-r1 flag-o-matic pax-utils python-any-r1 toolchain-funcs
+inherit bash-completion-r1 flag-o-matic pax-utils python-any-r1 
toolchain-funcs xdg-utils
 
 DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
 HOMEPAGE="https://nodejs.org/";
@@ -90,6 +90,8 @@ src_prepare() {
 }
 
 src_configure() {
+   xdg_environment_reset
+
local myconf=(
--shared-cares --shared-http-parser --shared-libuv 
--shared-nghttp2
--shared-zlib

diff --git a/net-libs/nodejs/nodejs-12.11.1.ebuild 
b/net-libs/nodejs/nodejs-12.11.1.ebuild
index 47b66d3609c..fdf342ca043 100644
--- a/net-libs/nodejs/nodejs-12.11.1.ebuild
+++ b/net-libs/nodejs/nodejs-12.11.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="threads"
-inherit bash-completion-r1 flag-o-matic pax-utils python-any-r1 toolchain-funcs
+inherit bash-completion-r1 flag-o-matic pax-utils python-any-r1 
toolchain-funcs xdg-utils
 
 DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
 HOMEPAGE="https://nodejs.org/";
@@ -92,6 +92,8 @@ src_prepare() {
 }
 
 src_configure() {
+   xdg_environment_reset
+
local myconf=(
--shared-cares --shared-http-parser --shared-libuv 
--shared-nghttp2
--shared-zlib

diff --git a/net-libs/nodejs/nodejs-8.12.0.ebuild 
b/net-libs/nodejs/nodejs-8.12.0.ebuild
index ed7e641f54a..2e98f86fe29 100644
--- a/net-libs/nodejs/nodejs-8.12.0.ebuild
+++ b/net-libs/nodejs/nodejs-8.12.0.ebuild
@@ -7,7 +7,7 @@ RESTRICT="test"
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="threads"
 
-inherit bash-completion-r1 eutils flag-o-matic pax-utils python-any-r1 
toolchain-funcs
+inherit bash-completion-r1 eutils flag-o-matic pax-utils python-any-r1 
toolchain-funcs xdg-utils
 
 DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
 HOMEPAGE="https://nodejs.org/";
@@ -92,6 +92,8 @@ src_prepare() {
 }
 
 src_configure() {
+   xdg_environment_reset
+
local myconf=( --shared-http-parser --shared-libuv --shared-nghttp2 
--shared-zlib )
use debug && myconf+=( --debug )
use icu && myconf+=( --with-intl=system-icu ) || myconf+=( 
--with-intl=none )

diff --git a/net-libs/nodejs/nodejs-8.16.1.ebuild 
b/net-libs/nodejs/nodejs-8.16.1.ebuild
index fa36bb45c98..fb4226a9a9d 100644
--- a/net-libs/nodejs/nodejs-8.16.1.ebuild
+++ b/net-libs/nodejs/nodejs-8.16.1.ebuild
@@ -7,7 +7,7 @@ RESTRICT="test"
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="threads"
 
-inherit bash-completion-r1 eutils flag-o-matic pax-utils python-any-r1 
toolchain-funcs
+inherit bash-completion-r1 eutils flag-o-matic pax-utils python-any-r1 
toolchain-funcs xdg-utils
 
 DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
 HOMEPAGE="https://nodejs.org/";
@@ -97,6 +97,8 @@ src_prepare() {
 }
 
 src_configure() 

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

2019-10-11 Thread Jeroen Roovers
commit: f92f76eed69b8a806a3ee09e8d2d2a25c905
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 11 14:39:55 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 11 14:53:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f92f76ee

net-libs/nodejs: Old

Support for the 6.x.x branch ended in April 2019.

https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md#6.17.1

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

 net-libs/nodejs/Manifest   |   2 -
 .../nodejs/files/gentoo-global-npm-config.patch|  40 -
 net-libs/nodejs/nodejs-6.14.4.ebuild   | 196 
 net-libs/nodejs/nodejs-6.17.1.ebuild   | 199 -
 4 files changed, 437 deletions(-)

diff --git a/net-libs/nodejs/Manifest b/net-libs/nodejs/Manifest
index 664dcf5b68b..69dff6cece8 100644
--- a/net-libs/nodejs/Manifest
+++ b/net-libs/nodejs/Manifest
@@ -1,8 +1,6 @@
 DIST node-v10.16.3.tar.xz 21505540 BLAKE2B 
2ae6c3ce96a42cb72a388ca7727affb1e2eae06b997098bd8cad2b339b888f1f188c868d39631c51e10ef7b3a5a9173a3b016afe9fa7a4fb74c24a584781c329
 SHA512 
5d5457adaae87e41699cdf5bd62d32e9590248f7dadd583614cca9078a1749a4ee477433ebbe4278ec872fdfc377d99097c1e06073e0fd47c8c6597256ccdeb7
 DIST node-v12.10.0.tar.xz 22726116 BLAKE2B 
deb6ecaec54233050eaeb335d58020b8a82009bbab51c41c00784cab3003e57dbc96f3c25715deefbb5b3aee704b3db920cbb650af33cbcb1a62c1bb654f48f8
 SHA512 
7eb57b40effa9627b93c74ddc01ce1c044e878c669969c506ed40f72a7946c7c6951931c4fe4fbef456386ad459f7f4f1d0f04177e38343375aa463974ca1dba
 DIST node-v12.11.1.tar.xz 22852156 BLAKE2B 
38205c3ad52ccac2656c72b31c5714268e4771375b13d7c113e4a5fe7e9530d2826c43aeaa3ed3e30210f504d37221f90f3fb2a15f4c5fbca8878d0f2639b9fa
 SHA512 
9567ee592ea8a05f899755d5e1c934413532676c78a663a1a861a6fa882c7eecae411c05c4b034191b7266776341609c098fbccfcd93c93eba7b84d138eeffb9
-DIST node-v6.14.4.tar.xz 15842824 BLAKE2B 
fc56364be64fe5824e2bb50d861ebf8f58f9895f2c9c108b8df3315b127ffb2755eac85c28165ac9779adab4611ce8f5ea1a5745f43ebaa1389e82b8215c6396
 SHA512 
1ead0c097ec125230dd631f19a5c3ec06a1371f9ca3b392b5ad08fcc227dd0142f33ad52f96890c2c17448a4951a635b9099dfff00d7d8b3ffb59b07904d1bfa
-DIST node-v6.17.1.tar.xz 15858444 BLAKE2B 
ad050f71452f0ddf989e66a4eb02e88e4e5001faa2bcb0eae6b57784da87ba1d8251201e3a3d15245bb4d846f31f39854ddfae47aa1212c0526ec717438ba778
 SHA512 
6938c4864a96f5698ebc4e9a1228644820789d5402f42348eb1ff9ccd64f31bb91309a1f3301636b1117424c88b0b41b42baae51a1070d5c532604e5d7d7b868
 DIST node-v8.12.0.tar.xz 18310452 BLAKE2B 
79634fc57cd76a97e72bab4be37da91d5eff4d13cdaa2b48e83f013885fa3590ba4a28378baf036ed26b7304bf234753d1d4014f72571496f5bb6cd5b221e5f0
 SHA512 
665d2dba287d78bcd723d7b4d00a6897fb996f4aa69a541e010a3dfeb2614257892117fcce7123966b1ecaddc9269a6667e0e262df693baea1f476c96de55c42
 DIST node-v8.16.1.tar.xz 18519480 BLAKE2B 
a721ea5118e6e97ce36245367d33fb2eab8a9b4fba72f59f1a65dfc79de394a235a579fa789e8676d2897a928444db11e7792e7fe49c59bf17ac4cc1cac63941
 SHA512 
7d2d7c063934227e5204b2912de45ed1667d5c35573322192393bdac623491559ccd9fa8fbf05828bd2bb8e3aeb03d82804775cccb1139b48298758defe92be3
 DIST node-v8.16.2.tar.xz 18531368 BLAKE2B 
aec2f6257ab9237097e590b70b2e8615b664576b3af2f176260f26460f4f50bb1e00c2aff477a32cdb9ebf83f8b4eadc3ccdc2df431e359904fe4375513fb6c1
 SHA512 
8b0d4a089a5c80869971ceeffbef3ca03f4de4f53452a9fd16cbd189e5d76c7fdef475c144848c8d657256b41e342c020e11f6acd1880dde92ed0d0e8cf9e600

diff --git a/net-libs/nodejs/files/gentoo-global-npm-config.patch 
b/net-libs/nodejs/files/gentoo-global-npm-config.patch
deleted file mode 100644
index e7346b82685..000
--- a/net-libs/nodejs/files/gentoo-global-npm-config.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-commit 46ac7cd4229eac5e0182ab62b7ed844c24a8c52e
-Author: Johan Bergström 
-Date:   Wed Feb 10 22:45:59 2016 +1100
-
-npm: set global config folder to /etc/npm
-
-npm previously assumed that the global config path would be
-based on $prefix/etc. Since gentoo installs nodejs into /usr,
-this means we're also creating /usr/etc which is less desirable.
-
-This patch will likely never go upstream.
-
-diff --git a/deps/npm/lib/config/core.js b/deps/npm/lib/config/core.js
-index d1306eb..bd2ef89 100644
 a/deps/npm/lib/config/core.js
-+++ b/deps/npm/lib/config/core.js
-@@ -150,16 +150,14 @@ function load_ (builtin, rc, cli, cb) {
- // Eg, `npm config get globalconfig --prefix ~/local` should
- // return `~/local/etc/npmrc`
- // annoying humans and their expectations!
--if (conf.get('prefix')) {
--  var etc = path.resolve(conf.get('prefix'), 'etc')
--  mkdirp(etc, function () {
--defaults.globalconfig = path.resolve(etc, 'npmrc')
--defaults.globalignorefile = path.resolve(etc, 'npmignore')
--afterUserContinuation()
--  })
--} else {
-+
-+// gentoo deviates wrt global config; store in /etc/npm
-+

[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-visualization-fishbmc/

2019-10-11 Thread Craig Andrews
commit: 4a2bcc418a2021cfc816bc56884763ebcf58a991
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Oct 11 14:54:16 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Oct 11 14:55:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a2bcc41

media-plugins/kodi-visualization-fishbmc: 5.1.2 version bump

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews  gentoo.org>

 media-plugins/kodi-visualization-fishbmc/Manifest  |  1 +
 .../kodi-visualization-fishbmc-5.1.2.ebuild| 43 ++
 2 files changed, 44 insertions(+)

diff --git a/media-plugins/kodi-visualization-fishbmc/Manifest 
b/media-plugins/kodi-visualization-fishbmc/Manifest
index a4e3367dc07..bdedfb16137 100644
--- a/media-plugins/kodi-visualization-fishbmc/Manifest
+++ b/media-plugins/kodi-visualization-fishbmc/Manifest
@@ -1 +1,2 @@
 DIST kodi-visualization-fishbmc-5.1.1.tar.gz 357412 BLAKE2B 
d3f658d021f2ff47f31ddb2c285c1a404003eb9740020b60ca475ac87a0e478984fe78197752a2f67dba166a0c0b3ed854377c3a1c3c229ebb5ebfe78f72
 SHA512 
53652435612bfdc05918c76f4963fb6b5a7fce8efb9a3acf0e6f41aa25a528df692acb3dfe64a027e1548c5f84f4fb1b15092adf4412d6c4cfb1c4220f90aa30
+DIST kodi-visualization-fishbmc-5.1.2.tar.gz 357467 BLAKE2B 
7ecf14e7953bb61cf5c66d3a7388937d12170cca079305e1deb445cedbb8af43056ead33f287bff28b6f2bae306193c58fe52b80f7136cfc86c12c43e4d7dfe9
 SHA512 
0f1149d362e268367236be42d6202938410cb2d9330dd1cb980f49ceb3720b84efd73f9708fa7f1d17f15150b796a95daff68b8fa3b19ae75b52523f61cd3e71

diff --git 
a/media-plugins/kodi-visualization-fishbmc/kodi-visualization-fishbmc-5.1.2.ebuild
 
b/media-plugins/kodi-visualization-fishbmc/kodi-visualization-fishbmc-5.1.2.ebuild
new file mode 100644
index 000..017ed11f663
--- /dev/null
+++ 
b/media-plugins/kodi-visualization-fishbmc/kodi-visualization-fishbmc-5.1.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="Fische visualizer for Kodi"
+HOMEPAGE="https://github.com/notspiff/visualization.fishbmc";
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/notspiff/visualization.fishbmc.git";
+   inherit git-r3
+   ;;
+*)
+   KEYWORDS="~amd64 ~x86"
+   CODENAME="Leia"
+   
SRC_URI="https://github.com/notspiff/visualization.fishbmc/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/visualization.fishbmc-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-18*
+   virtual/opengl
+   media-libs/glm
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "
+
+src_prepare(){
+   [ -d depends ] && rm -rf depends || die
+   cmake-utils_src_prepare
+}



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

2019-10-11 Thread Craig Andrews
commit: 57f3f77d63c55b82bc6cf1b682a3805e6ed4ec79
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Oct 11 14:53:27 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Oct 11 14:55:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57f3f77d

net-p2p/cpuminer-opt: 3.9.9 version bump

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews  gentoo.org>

 net-p2p/cpuminer-opt/Manifest  |  1 +
 net-p2p/cpuminer-opt/cpuminer-opt-3.9.9.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index a0f74d703c0..8adbf26d852 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -2,3 +2,4 @@ DIST cpuminer-opt-3.9.6.2.tar.gz 1796238 BLAKE2B 
5c9ef9e04897ac8e62196bb54606b40
 DIST cpuminer-opt-3.9.7.tar.gz 1797055 BLAKE2B 
33f978139a04e5bedd76bf37f20d55e1a910e38bb877adf611b9a3b5a9c83193bde6adf5a93562a57e5b12c5e05b59824709714143b9df9abffb751f20e9543d
 SHA512 
a696847b9c7283e1a05cfae2785311e82a1b84496ca1da2b30bb960d3fcc37991f9ab866b8e32125f66718d89b2b8ac3e680b53da2ec68deff910745603ce6d7
 DIST cpuminer-opt-3.9.8.1.tar.gz 1792320 BLAKE2B 
2e53e40bebeff44e8197f9a2d8e95e75020739ac8797b7826f7e056d94dc85d4f43994a520abeec5fad8be0c4ef20c2667e1860873810a33026a33dc328fe094
 SHA512 
42ae191c29c53cc837b8532a1aa00dab19392f48c5e69dced09392d83bb3f949c156db9172fbd765c0ebca6b8fdc48346f4b0b5504ca1c5dd69718ee9c832997
 DIST cpuminer-opt-3.9.8.tar.gz 1792693 BLAKE2B 
e08866a17e29491430ef2896b79336a78b8fd74696812c406be9454c59ec07c5d65237714375888a06d15cceaaf8465658004f73d0371f0e95f7954fae2c22fe
 SHA512 
af50d7cbc4890697cc006887053d7fe7ec516dc13709bdb61c77ba1322fa7c6ce0c942ea9fc1881ce9ae43524b20f7182d574e546ef4e0fc479a0827658329af
+DIST cpuminer-opt-3.9.9.tar.gz 1819335 BLAKE2B 
1fccbcb1615eb9a11b242c462e4b6a1c2bdd9340311a53f8b5a1827aeb008da07b695e0c8d2af42621fed895268fd6324a2a73bbc6ec311b4900fc911a658e06
 SHA512 
d53b721f3e961f8a61b28bb164c2a470ed2c230c00263dcc67182e8b20b54d7905c65b96e01ad3e639888d3f3aa2e978cfa712ea4a3f34826d314fcd08485417

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.9.9.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.9.9.ebuild
new file mode 100644
index 000..666d27ee1c0
--- /dev/null
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.9.9.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Optimized multi algo CPU miner"
+HOMEPAGE="https://github.com/JayDDee/cpuminer-opt";
+IUSE="cpu_flags_x86_sse2 curl libressl"
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="cpu_flags_x86_sse2"
+DEPEND="
+   dev-libs/gmp:0
+   dev-libs/jansson
+   >=net-misc/curl-7.15[ssl]
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git";
+   inherit git-r3
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   econf --with-crypto --with-curl
+}
+
+src_install() {
+   default
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   insinto "/etc/${PN}"
+   doins cpuminer-conf.json
+}
+
+src_test() {
+   ./cpuminer --cputest || die
+}



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

2019-10-11 Thread Craig Andrews
commit: c715e2529db9e3731132b08d05d4bac02422c6ea
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Oct  9 20:09:26 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Oct 11 14:56:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c715e252

net-p2p/deluge: Use GLEP 81 for user/group instead of user eclass

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews  gentoo.org>

 .../{deluge-1.3..ebuild => deluge-1.3.15-r4.ebuild}   | 15 +++
 net-p2p/deluge/deluge-1.3..ebuild |  8 
 net-p2p/deluge/deluge-.ebuild | 10 +-
 3 files changed, 16 insertions(+), 17 deletions(-)

diff --git a/net-p2p/deluge/deluge-1.3..ebuild 
b/net-p2p/deluge/deluge-1.3.15-r4.ebuild
similarity index 94%
copy from net-p2p/deluge/deluge-1.3..ebuild
copy to net-p2p/deluge/deluge-1.3.15-r4.ebuild
index 5abf8ffb3d0..d938267bcd8 100644
--- a/net-p2p/deluge/deluge-1.3..ebuild
+++ b/net-p2p/deluge/deluge-1.3.15-r4.ebuild
@@ -5,16 +5,14 @@ EAPI="7"
 
 PYTHON_COMPAT=( python2_7 )
 DISTUTILS_SINGLE_IMPL=1
-inherit distutils-r1 systemd user
+inherit distutils-r1 systemd
 
 DESCRIPTION="BitTorrent client with a client/server model"
 HOMEPAGE="https://deluge-torrent.org/";
 
-if [[ ${PV} == 1.3. ]]; then
+if [[ ${PV} ==  ]]; then
inherit git-r3
-   EGIT_REPO_URI="git://deluge-torrent.org/${PN}.git
-   http://git.deluge-torrent.org/${PN}";
-   EGIT_BRANCH="1.3-stable"
+   EGIT_REPO_URI="https://git.deluge-torrent.org/${PN}";
SRC_URI=""
 else
SRC_URI="http://download.deluge-torrent.org/source/${P}.tar.bz2";
@@ -31,11 +29,14 @@ REQUIRED_USE="
 "
 PATCHES=(
"${FILESDIR}/${PN}-1.3.5-disable_libtorrent_internal_copy.patch"
+   "${FILESDIR}/${PN}-1.3.15-r1-fix-preferences-ui.patch"
 )
 
 DEPEND="https://deluge-torrent.org/";
@@ -35,7 +35,9 @@ PATCHES=(
 
 DEPEND="https://deluge-torrent.org/";
@@ -36,7 +36,9 @@ PATCHES=(
 CDEPEND=">=net-libs/libtorrent-rasterbar-0.14.9[python,${PYTHON_USEDEP}]"
 DEPEND="${CDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-util/intltool"
+   dev-util/intltool
+   acct-group/deluge
+   acct-user/deluge"
 RDEPEND="${CDEPEND}
dev-python/chardet[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
@@ -117,8 +119,6 @@ python_install_all() {
 }
 
 pkg_postinst() {
-   enewgroup ${PN}
-   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
elog
elog "If, after upgrading, deluge doesn't work, please remove the"
elog "'~/.config/deluge' directory and try again, but make a backup"



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

2019-10-11 Thread Craig Andrews
commit: d137de4a30758608c28f2a6880cf91d15816ac2b
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Oct  9 20:01:37 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Oct 11 14:56:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d137de4a

acct-user/deluge: add 'deluge' user (UID 454)

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews  gentoo.org>

 acct-user/deluge/deluge-0.ebuild | 12 
 acct-user/deluge/metadata.xml| 20 
 2 files changed, 32 insertions(+)

diff --git a/acct-user/deluge/deluge-0.ebuild b/acct-user/deluge/deluge-0.ebuild
new file mode 100644
index 000..f847d27a6b7
--- /dev/null
+++ b/acct-user/deluge/deluge-0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="user for deluge"
+ACCT_USER_ID=454
+ACCT_USER_GROUPS=( deluge )
+
+acct-user_add_deps

diff --git a/acct-user/deluge/metadata.xml b/acct-user/deluge/metadata.xml
new file mode 100644
index 000..8984bd6608b
--- /dev/null
+++ b/acct-user/deluge/metadata.xml
@@ -0,0 +1,20 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   paolo.pedr...@iol.it
+   Paolo Pedroni
+   
+   
+   k...@gentoo.org
+   Kristian Fiskerstrand
+   
+   
+   candr...@gentoo.org
+   Craig Andrews
+   
+   
+   proxy-ma...@gentoo.org
+   Gentoo Proxy Maintainers Project
+   
+



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

2019-10-11 Thread Craig Andrews
commit: 131e0c2c3502339b518d79d2cafc0525dc66b4a2
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Oct  9 20:00:18 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Oct 11 14:56:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=131e0c2c

acct-group/deluge: add 'deluge' group (GID 454)

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews  gentoo.org>

 acct-group/deluge/deluge-0.ebuild |  8 
 acct-group/deluge/metadata.xml| 20 
 2 files changed, 28 insertions(+)

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

diff --git a/acct-group/deluge/metadata.xml b/acct-group/deluge/metadata.xml
new file mode 100644
index 000..8984bd6608b
--- /dev/null
+++ b/acct-group/deluge/metadata.xml
@@ -0,0 +1,20 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   paolo.pedr...@iol.it
+   Paolo Pedroni
+   
+   
+   k...@gentoo.org
+   Kristian Fiskerstrand
+   
+   
+   candr...@gentoo.org
+   Craig Andrews
+   
+   
+   proxy-ma...@gentoo.org
+   Gentoo Proxy Maintainers Project
+   
+



[gentoo-commits] repo/gentoo:master commit in: dev-libs/gecode/, profiles/, dev-libs/gecode/files/

2019-10-11 Thread Michał Górny
commit: 36f30cb79abfa1b547f2012af15a288ee42ec555
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:05:50 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:05:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f30cb7

dev-libs/gecode: Remove last-rited pkg

Closes: https://bugs.gentoo.org/694056
Signed-off-by: Michał Górny  gentoo.org>

 dev-libs/gecode/Manifest   |  2 -
 .../gecode/files/gecode-4.4.0-no-examples.patch| 18 -
 dev-libs/gecode/gecode-3.7.3-r1.ebuild | 42 ---
 dev-libs/gecode/gecode-4.4.0-r2.ebuild | 81 --
 dev-libs/gecode/metadata.xml   | 14 
 profiles/package.mask  |  6 --
 6 files changed, 163 deletions(-)

diff --git a/dev-libs/gecode/Manifest b/dev-libs/gecode/Manifest
deleted file mode 100644
index 9ec9a8c1bcd..000
--- a/dev-libs/gecode/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST gecode-3.7.3.tar.gz 1643336 BLAKE2B 
bf36fec6ee7f9f76be578de084f6d5c60afb9c01e6d66dcb6e7f35e0105fbf3be9017f8377f09a00502bcd4bc02f97083d23ceb42de16f5361c388fa332f9dba
 SHA512 
292bafeaca3911b8af40d7c0f425cf0263f4408afad47f4f229a821ce89d06dc69ad1ff72531a1e711d797d249581b67c2d9cfdc9e544240012c838d2a5b
-DIST gecode-4.4.0.tar.gz 2889186 BLAKE2B 
b98692f841f8af292371b222c5dd8fda771eee48664e415daa84fd34c6430276fbc96c127491c8eb0fb86c1744f4137ecd1556420c72af70ff0712999bd7
 SHA512 
5189a3c5f9f34371a0bc94528e8ca65efb0a3078ec158887f47a816d6fe3c879a7e908ee421414bc317754333ecb73806c8fc46b0b6b7d8419cdf6f13a4f8aef

diff --git a/dev-libs/gecode/files/gecode-4.4.0-no-examples.patch 
b/dev-libs/gecode/files/gecode-4.4.0-no-examples.patch
deleted file mode 100644
index 26535667fa6..000
--- a/dev-libs/gecode/files/gecode-4.4.0-no-examples.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Avoid installing examples to system root.
-
-Patch from Fedora.
-
-Gentoo-bug: 488150
-
 a/Makefile.in
-+++ b/Makefile.in
-@@ -953,8 +953,7 @@
- ALLGECODEHDR = \
-   $(SUPPORTHDR) $(KERNELHDR) $(SEARCHHDR) \
- $(INTHDR) $(FLOATHDR) $(SETHDR) $(MMHDR) \
--  $(DRIVERHDR) $(ITERHDR) $(GISTHDR) $(FLATZINCHDR) \
--  $(INTEXAMPLEHDR)
-+  $(DRIVERHDR) $(ITERHDR) $(GISTHDR) $(FLATZINCHDR)
- ALLHDR = \
-   $(ALLGECODEHDR) $(THIRDHDR)
- ALLOBJ0 = $(ALLSRC:%.cpp=%$(OBJSUFFIX)) \

diff --git a/dev-libs/gecode/gecode-3.7.3-r1.ebuild 
b/dev-libs/gecode/gecode-3.7.3-r1.ebuild
deleted file mode 100644
index f586564191f..000
--- a/dev-libs/gecode/gecode-3.7.3-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="An environment for developing constraint-based applications"
-SRC_URI="http://www.gecode.org/download/${P}.tar.gz";
-HOMEPAGE="http://www.gecode.org/";
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   econf \
-   --disable-examples \
-   --disable-gist \
-   --disable-qt
-}
-
-src_compile() {
-   default
-   use doc && emake doc
-}
-
-src_install() {
-   default
-
-   if use doc; then
-   dohtml -r doc/html/
-   einfo "HTML documentation has been installed into " \
-   "/usr/share/doc/${PF}/html"
-   fi
-
-   if use examples; then
-   dodoc -r examples
-   fi
-}

diff --git a/dev-libs/gecode/gecode-4.4.0-r2.ebuild 
b/dev-libs/gecode/gecode-4.4.0-r2.ebuild
deleted file mode 100644
index 4642b6d3496..000
--- a/dev-libs/gecode/gecode-4.4.0-r2.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools qmake-utils
-
-DESCRIPTION="An environment for developing constraint-based applications"
-HOMEPAGE="http://www.gecode.org/";
-SRC_URI="http://www.gecode.org/download/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples gist gmp"
-
-RDEPEND="
-   gist? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   )
-   gmp? (
-   dev-libs/gmp:0
-   dev-libs/mpfr:0
-   )"
-DEPEND="${RDEPEND}
-   sys-devel/bison
-   sys-devel/flex
-   doc? (
-   app-doc/doxygen
-   media-gfx/graphviz
-   )"
-
-PATCHES=( "${FILESDIR}/${PN}-4.4.0-no-examples.patch" )
-
-src_prepare() {
-   default
-
-   sed -i gecode.m4 \
-   -e "s/-ggdb//" -e "s/-O3//" -e "s/-pipe//" \
-   -e "/AC_CHECK_PROGS(QMAKE/a 
AC_SUBST(QMAKE,$(qt5_get_bindir)/qmake)" \
-   -e "/AC_CHECK_PROGS(MOC/a AC_SUBST(MOC,$(qt5_get_bindir)/moc)" \
-   || die
-
-   e

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/dep_selector/, profiles/

2019-10-11 Thread Michał Górny
commit: 3156b4c6bb88352294e8b86852ec15def523b338
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:04:54 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:04:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3156b4c6

dev-ruby/dep_selector: Remove last-rited pkg

Closes: https://bugs.gentoo.org/694040
Signed-off-by: Michał Górny  gentoo.org>

 dev-ruby/dep_selector/Manifest  |  1 -
 dev-ruby/dep_selector/dep_selector-1.0.5.ebuild | 45 -
 dev-ruby/dep_selector/metadata.xml  | 11 --
 profiles/package.mask   |  6 
 4 files changed, 63 deletions(-)

diff --git a/dev-ruby/dep_selector/Manifest b/dev-ruby/dep_selector/Manifest
deleted file mode 100644
index 313ffbbcefe..000
--- a/dev-ruby/dep_selector/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dep_selector-1.0.5.tar.gz 70408 BLAKE2B 
f4f3daf63a9255076ab11977c115eacdde03d83357057451303da1f3388f340c0c756ac9e98ab1308a861851896f701621cf0747f07c84b793b0c50c2e068570
 SHA512 
05035e2e8c5206a5c7a126f9be39385dd800a0f40ceaed0e36afe08afc83259f4a170d112f6720dbb19e5901bc794f914fddf5366ad1200075fa688dee7e05c3

diff --git a/dev-ruby/dep_selector/dep_selector-1.0.5.ebuild 
b/dev-ruby/dep_selector/dep_selector-1.0.5.ebuild
deleted file mode 100644
index 313c99adf56..000
--- a/dev-ruby/dep_selector/dep_selector-1.0.5.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="constraint based package dependency resolver"
-HOMEPAGE="https://github.com/opscode/dep-selector";
-SRC_URI="https://github.com/opscode/dep-selector/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RUBY_S=${P/_/-}
-
-DEPEND+=" >=dev-libs/gecode-3.5.0 =dev-ruby/ffi-1.9"
-
-all_ruby_prepare() {
-   # Avoid dependency on vendored libgecode and use system version instead
-   sed -i -e '27,46 s:^:#:' ext/dep_gecode/extconf.rb || die
-   sed -i -e '/dep-selector-libgecode/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-
-   # Avoid integration tests for unpackaged solve
-   rm spec/solve_integration_spec.rb || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/dep_gecode extconf.rb || die "extconf.rb failed"
-}
-
-each_ruby_compile() {
-   emake -Cext/dep_gecode CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" 
V=1
-   cp ext/dep_gecode/dep_gecode$(get_modname) lib/ || die
-}

diff --git a/dev-ruby/dep_selector/metadata.xml 
b/dev-ruby/dep_selector/metadata.xml
deleted file mode 100644
index 3af539cf61f..000
--- a/dev-ruby/dep_selector/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-r...@gentoo.org
-Gentoo Ruby Project
-  
-  
-opscode/dep-selector
-  
-

diff --git a/profiles/package.mask b/profiles/package.mask
index a5e0ccc9ce5..c8208551ad6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -739,12 +739,6 @@ dev-libs/actor-framework
 # Removal in 30 days.  Bug #694056.
 dev-libs/gecode
 
-# Michał Górny  (2019-09-11)
-# Ruby 2.4-only.  Requires old version of dev-libs/gecode.  No reverse
-# dependencies.
-# Removal in 30 days.  Bug #694040.
-dev-ruby/dep_selector
-
 # Michał Górny  (2019-09-11)
 # Gentoo/FreeBSD project is effectively dead.  The core packages are
 # outdated and vulnerable.  We do not have a fully working install,



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/language-docker/, profiles/

2019-10-11 Thread Michał Górny
commit: 2c78492ae6b52b3919258caad7c3d622edecf4d0
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:04:21 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:04:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c78492a

dev-haskell/language-docker: Remove last-rited pkg

Closes: https://bugs.gentoo.org/674660
Signed-off-by: Michał Górny  gentoo.org>

 dev-haskell/language-docker/Manifest   |  2 --
 .../language-docker/language-docker-6.0.4.ebuild   | 35 --
 .../language-docker/language-docker-7.0.0.ebuild   | 35 --
 dev-haskell/language-docker/metadata.xml   |  9 --
 profiles/package.mask  |  8 -
 5 files changed, 89 deletions(-)

diff --git a/dev-haskell/language-docker/Manifest 
b/dev-haskell/language-docker/Manifest
deleted file mode 100644
index 19bec359417..000
--- a/dev-haskell/language-docker/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST language-docker-6.0.4.tar.gz 34481 BLAKE2B 
18819f6f4e733232183a92e3c56ecb41e884ac7d5dc86a54c34a7bb6e66be1f260f64c042a9b29f4fff7dee28622f0eaed65a60696d603ed5afcdb396aad9cea
 SHA512 
a97e931c11fd76362f1e9efa2605800e4a43c9a1c42cc09e829bec9be91010925c1542806c4e9daef4c887a38c9e92383fab14463615dc0b1bd11e5e3a1ef808
-DIST language-docker-7.0.0.tar.gz 34576 BLAKE2B 
3a8c85abbdc0f08bf1a6931bb3ca8d513949961591cefa331a3d3ca4c3b67faedebbb8f7fea9c9e7b1b3f786ee87161ec6f7ca1e66e81061ebf92fa71826b4ae
 SHA512 
35763ceb0e3afb2c292b53017ee14e4a714fd3eb433c2b765445d01f507f556e1760b49a6bc2c124b07d4b6c32cd86641ed5a57265e6854cc7129972d6045d71

diff --git a/dev-haskell/language-docker/language-docker-6.0.4.ebuild 
b/dev-haskell/language-docker/language-docker-6.0.4.ebuild
deleted file mode 100644
index 2692f026147..000
--- a/dev-haskell/language-docker/language-docker-6.0.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.5.5
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Dockerfile parser, pretty-printer and embedded DSL"
-HOMEPAGE="https://github.com/hadolint/language-docker#readme";
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/free:=[profile?]
-   >=dev-haskell/megaparsec-6.4:=[profile?]
-   dev-haskell/mtl:=[profile?]
-   dev-haskell/prettyprinter:=[profile?]
-   >=dev-haskell/split-0.2:=[profile?]
-   dev-haskell/text:=[profile?]
-   dev-haskell/th-lift:=[profile?]
-   >=dev-lang/ghc-7.10.1:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.22.2.0
-   test? ( dev-haskell/glob
-   dev-haskell/hspec
-   >=dev-haskell/hunit-1.2
-   dev-haskell/quickcheck )
-"

diff --git a/dev-haskell/language-docker/language-docker-7.0.0.ebuild 
b/dev-haskell/language-docker/language-docker-7.0.0.ebuild
deleted file mode 100644
index 6948cc7bfb0..000
--- a/dev-haskell/language-docker/language-docker-7.0.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.5.5
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Dockerfile parser, pretty-printer and embedded DSL"
-HOMEPAGE="https://github.com/hadolint/language-docker#readme";
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/free:=[profile?]
-   >=dev-haskell/megaparsec-6.4:=[profile?]
-   dev-haskell/mtl:=[profile?]
-   dev-haskell/prettyprinter:=[profile?]
-   >=dev-haskell/split-0.2:=[profile?]
-   dev-haskell/text:=[profile?]
-   dev-haskell/th-lift:=[profile?]
-   >=dev-lang/ghc-7.10.1:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.22.2.0
-   test? ( dev-haskell/glob
-   dev-haskell/hspec
-   >=dev-haskell/hunit-1.2
-   dev-haskell/quickcheck )
-"

diff --git a/dev-haskell/language-docker/metadata.xml 
b/dev-haskell/language-docker/metadata.xml
deleted file mode 100644
index d046793375c..000
--- a/dev-haskell/language-docker/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   
-   All functions for parsing, printing and writting Dockerfiles 
are exported through @Language.Docker@. For more fine-grained operations look 
for specific modules that implement a certain functionality.
-   See the https://github.com/hadolint/language-docker GitHub 
project for the source-code and examples.
-   
-

diff --git a/profiles/packa

[gentoo-commits] repo/gentoo:master commit in: sys-process/vixie-cron/, profiles/default/bsd/fbsd/, ...

2019-10-11 Thread Michał Górny
commit: 844c30aac22b7b57e2e495417a9e2f0f8cbdfb1b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:02:10 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:03:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=844c30aa

sys-process/vixie-cron: Remove last-rited pkg

Closes: https://bugs.gentoo.org/694036
Signed-off-by: Michał Górny  gentoo.org>

 profiles/default/bsd/fbsd/package.use.mask |   5 -
 profiles/package.mask  |   8 -
 sys-process/vixie-cron/Manifest|   2 -
 sys-process/vixie-cron/files/crontab   |  15 --
 sys-process/vixie-cron/files/crontab-3.0.1-r4  |  14 --
 sys-process/vixie-cron/files/crontab.5.diff|  35 
 sys-process/vixie-cron/files/pamd.compatible   |   7 -
 .../vixie-cron/files/vixie-cron-4.1-basename.diff  |  20 --
 .../files/vixie-cron-4.1-commandline.patch |  13 --
 .../vixie-cron/files/vixie-cron-4.1-cron.deny  |   4 -
 .../files/vixie-cron-4.1-crontabrace.patch |  29 ---
 .../vixie-cron/files/vixie-cron-4.1-hardlink.patch |  11 -
 .../vixie-cron/files/vixie-cron-4.1-pam.patch  |  67 --
 .../files/vixie-cron-4.1-selinux-2.patch   | 225 -
 .../files/vixie-cron-4.1-setuid_check.patch|  29 ---
 sys-process/vixie-cron/files/vixie-cron.rc7|  12 --
 sys-process/vixie-cron/files/vixie-cron.service|  11 -
 sys-process/vixie-cron/metadata.xml|   5 -
 sys-process/vixie-cron/vixie-cron-4.1-r15.ebuild   | 126 
 19 files changed, 638 deletions(-)

diff --git a/profiles/default/bsd/fbsd/package.use.mask 
b/profiles/default/bsd/fbsd/package.use.mask
index 5b413acf957..3e92ffe92bf 100644
--- a/profiles/default/bsd/fbsd/package.use.mask
+++ b/profiles/default/bsd/fbsd/package.use.mask
@@ -49,11 +49,6 @@ mail-client/claws-mail pda
 # miscfiles.. that in turn does not work
 net-irc/rbot spell
 
-# Diego Pettenò  (2007-01-18)
-# Vixie-Cron uses pam useflag for pam_limits.so that is provided
-# by Linux-PAM we don't use for now.
-sys-process/vixie-cron pam
-
 x11-misc/xscreensaver new-login
 
 # Gilles Dartiguelongue  (2007-10-22)

diff --git a/profiles/package.mask b/profiles/package.mask
index 589197c0cac..fd7603b5ab6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -785,14 +785,6 @@ sys-freebsd/freebsd-ubin
 sys-freebsd/freebsd-usbin
 sys-freebsd/ubin-wrappers
 
-# Michał Górny  (2019-09-11)
-# Unmaintained.  Ancient.  Carries a lot of patches, and has even more
-# bugs reported.  Last rites were cancelled due to Gentoo/FreeBSD 1 year
-# ago but that project is dead nowadays.  Many alternatives exist,
-# sys-process/cronie is probably the closest one (it's a fork).
-# Removal in 30 days.  Bug #694036.
-sys-process/vixie-cron
-
 # Lars Wendler  (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.
 # Masked for removal.

diff --git a/sys-process/vixie-cron/Manifest b/sys-process/vixie-cron/Manifest
deleted file mode 100644
index 9e580f49ec2..000
--- a/sys-process/vixie-cron/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST vixie-cron-4.1-gentoo-r4.patch.bz2 4204 BLAKE2B 
1e276ade20e61ae17e45c10145532e3f32dfa74e32b6cbecde22863de82afb280e97d3b380626451524cfc7fc0663934657509b228a51b3b5ad42e26e5cceb3d
 SHA512 
eec8f89a97927a3557bd1350ed7e9baa0ec133e2c49f8f0fbf51adf62c377451dc48867ca6affcc7576833a5b6b749613c9b99641b1b658853f91d8071c3411b
-DIST vixie-cron-4.1.tar.bz2 54246 BLAKE2B 
920bf5d95b24cd41677f4a748da02231ed75713ff280acafdf476ad0a71e73068bbad9070fc57d3b0cb39a9539da24182aa2dbc9eb9dfe241adaf9a46f9c5db2
 SHA512 
1db9a246243dbd4934438ce70bf022215ccffed4b899a77b076d5a7679a7b98a23ef67344e329fc7a836df90685581e10b1c95709db40601c33d2052ce561e04

diff --git a/sys-process/vixie-cron/files/crontab 
b/sys-process/vixie-cron/files/crontab
deleted file mode 100644
index 15622cb83e6..000
--- a/sys-process/vixie-cron/files/crontab
+++ /dev/null
@@ -1,15 +0,0 @@
-# for vixie cron
-#
-
-# Global variables
-SHELL=/bin/bash
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-MAILTO=root
-HOME=/
-
-# check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly
-*/15 * * * *   roottest -x /usr/sbin/run-crons && /usr/sbin/run-crons
-0  *  * * *rootrm -f /var/spool/cron/lastrun/cron.hourly
-0  3  * * *rootrm -f /var/spool/cron/lastrun/cron.daily
-15 4  * * 6rootrm -f /var/spool/cron/lastrun/cron.weekly
-30 5  1 * *rootrm -f /var/spool/cron/lastrun/cron.monthly

diff --git a/sys-process/vixie-cron/files/crontab-3.0.1-r4 
b/sys-process/vixie-cron/files/crontab-3.0.1-r4
deleted file mode 100644
index d1720d49496..000
--- a/sys-process/vixie-cron/files/crontab-3.0.1-r4
+++ /dev/null
@@ -1,14 +0,0 @@
-# for vixie cron
-
-# Global variables
-SHELL=/bin/bash
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-MAILTO=root
-HOME=/
-
-# check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthl

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

2019-10-11 Thread Michał Górny
commit: bb0dca080cdf39449e9f2796c8995b38b11833ee
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:03:55 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:03:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb0dca08

dev-util/hadolint: Remove last-rited pkg

Closes: https://bugs.gentoo.org/674660
Signed-off-by: Michał Górny  gentoo.org>

 dev-util/hadolint/Manifest   |  1 -
 dev-util/hadolint/hadolint-1.12.0.ebuild | 42 
 dev-util/hadolint/metadata.xml   |  8 --
 profiles/package.mask|  1 -
 4 files changed, 52 deletions(-)

diff --git a/dev-util/hadolint/Manifest b/dev-util/hadolint/Manifest
deleted file mode 100644
index e6d2982c9cc..000
--- a/dev-util/hadolint/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST hadolint-1.12.0.tar.gz 39932 BLAKE2B 
1d7f7acaf5a8ebacb9b0555e60a31e2bf70474045b33f1a8fefded796c455d9ab6587acdcfdfddf23b78585cf69cd4f609320c4ac39f956bfff62322595f026b
 SHA512 
306eeebc357352d50c48b30d424ed50e0b89deff059a61b78ae0f7493c0ac2099bf32caaf84cdb2620ff6abecb69d3e6d61ad9e5223c42cce73923cb1da376c6

diff --git a/dev-util/hadolint/hadolint-1.12.0.ebuild 
b/dev-util/hadolint/hadolint-1.12.0.ebuild
deleted file mode 100644
index eff49ab1f04..000
--- a/dev-util/hadolint/hadolint-1.12.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.5.5
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Dockerfile linter, validate inline bash, written in Haskell"
-HOMEPAGE="https://github.com/hadolint/hadolint";
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/aeson:=[profile?]
-   >=dev-haskell/gitrev-1.3.1:=[profile?]
-   >=dev-haskell/language-docker-6.0.4:=[profile?] 
=dev-haskell/megaparsec-6.4:=[profile?]
-   dev-haskell/mtl:=[profile?]
-   >=dev-haskell/optparse-applicative-0.14.0:=[profile?]
-   >=dev-haskell/split-0.2:=[profile?]
-   dev-haskell/text:=[profile?]
-   dev-haskell/void:=[profile?]
-   dev-haskell/yaml:=[profile?]
-   >=dev-lang/ghc-8.0.2:=
-   >=dev-util/shellcheck-0.5.0:=[profile?]
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.24.2.0
-   test? ( dev-haskell/hspec
-   >=dev-haskell/hunit-1.2 )
-"
-
-src_prepare() {
-   default
-   sed -i -e "s/-static//" ${PN}.cabal || die
-}

diff --git a/dev-util/hadolint/metadata.xml b/dev-util/hadolint/metadata.xml
deleted file mode 100644
index cc4ea93fc25..000
--- a/dev-util/hadolint/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   
-   A smarter Dockerfile linter that helps you build best practice 
Docker images.
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index fd7603b5ab6..11d17022f62 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -752,7 +752,6 @@ dev-ruby/dep_selector
 # no revdeps.
 # Removal in 30 days.  Bug #674660.
 dev-haskell/language-docker
-dev-util/hadolint
 
 # Michał Górny  (2019-09-11)
 # Gentoo/FreeBSD project is effectively dead.  The core packages are



[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-util/pkgconfig-openbsd/, dev-util/pkgconfig-openbsd/files/

2019-10-11 Thread Michał Górny
commit: 33ad8e064436feb536ceafd7da36a06ecb9cae49
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:01:33 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:01:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ad8e06

dev-util/pkgconfig-openbsd: Remove last-rited pkg

Closes: https://bugs.gentoo.org/694034
Signed-off-by: Michał Górny  gentoo.org>

 dev-util/pkgconfig-openbsd/Manifest|  2 -
 .../pkgconfig-openbsd-20130507-zap-warning.patch   | 19 --
 dev-util/pkgconfig-openbsd/metadata.xml|  8 ---
 .../pkgconfig-openbsd-20130507-r2.ebuild   | 72 --
 profiles/package.mask  |  7 ---
 5 files changed, 108 deletions(-)

diff --git a/dev-util/pkgconfig-openbsd/Manifest 
b/dev-util/pkgconfig-openbsd/Manifest
deleted file mode 100644
index 07366cadc4f..000
--- a/dev-util/pkgconfig-openbsd/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST pkg-config-0.28.tar.gz 1931203 BLAKE2B 
bafdd4e838623965c6bd454421ddd9051fc43fc29948e1615b49fef463c3c3a18807aabe6416f96cfdf58d6b1c9e114d77f97bd985facee7c14284a8a64a768b
 SHA512 
6eafa5ca77c5d44cd15f48457a5e96fcea2555b66d8e35ada5ab59864a0aa03d441e15f54ab9c6343693867b3b490f392c75b7d9312f024c9b7ec6a0194d8320
-DIST pkgconfig-openbsd-20130507.tar.xz 10876 BLAKE2B 
38beb8dfe17742fe83d57e62d5898de1d6d029ec5bf4caa5d16edb317e179e45fc6bf3c5d7bd56792b5e774ebc53d7cb51a721abd62753f67b1cd5cb76bdfb1a
 SHA512 
39335c986be0f58fe22bfcda9b6196b34c7c8b7e889df2df0d9707fc699ba6e45df7aaa1d1f4bbe53098ea5fb1bb4aa3e5e33c22971978b40bba395642b41b69

diff --git 
a/dev-util/pkgconfig-openbsd/files/pkgconfig-openbsd-20130507-zap-warning.patch 
b/dev-util/pkgconfig-openbsd/files/pkgconfig-openbsd-20130507-zap-warning.patch
deleted file mode 100644
index 41784c919e1..000
--- 
a/dev-util/pkgconfig-openbsd/files/pkgconfig-openbsd-20130507-zap-warning.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Use of $_ produces warnings which can cause build failures in certain 
consumers.
-
-Backported from revision 1.4 upstream 
(http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/pkg-config/OpenBSD/PkgConfig.pm).
-
-Gentoo-bug: 538012
-Gentoo-bug: 545314
-Gentoo-bug: 545322
-Gentoo-bug: 545962
-
 a/src/usr.bin/pkg-config/OpenBSD/PkgConfig.pm
-+++ b/src/usr.bin/pkg-config/OpenBSD/PkgConfig.pm
-@@ -91,7 +91,6 @@
- {
-   my ($class, $fh, $name) = @_;
-   my $cfg = $class->new;
--  my $_;
- 
-   $name = '' if !defined $name;
-   while (<$fh>) {

diff --git a/dev-util/pkgconfig-openbsd/metadata.xml 
b/dev-util/pkgconfig-openbsd/metadata.xml
deleted file mode 100644
index e5d00474fa2..000
--- a/dev-util/pkgconfig-openbsd/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-  
-Install as a replacement for 
dev-util/pkgconfig
-  
-

diff --git a/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20130507-r2.ebuild 
b/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20130507-r2.ebuild
deleted file mode 100644
index e47abefe303..000
--- a/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20130507-r2.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PERL_EXPORT_PHASE_FUNCTIONS=no
-inherit eutils multilib perl-module multilib-minimal
-
-# cvs -d anon...@anoncvs.openbsd.org:/cvs get src/usr.bin/pkg-config
-
-PKG_M4_VERSION=0.28
-
-DESCRIPTION="A perl based version of pkg-config from OpenBSD"
-HOMEPAGE="http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/pkg-config/";
-SRC_URI="https://dev.gentoo.org/~ssuominen/${P}.tar.xz
-   pkg-config? ( 
https://pkgconfig.freedesktop.org/releases/pkg-config-${PKG_M4_VERSION}.tar.gz 
)"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+pkg-config"
-
-RDEPEND="virtual/perl-Getopt-Long
-   pkg-config? (
-   !dev-util/pkgconfig
-   !dev-util/pkgconf[pkg-config]
-   )"
-
-S=${WORKDIR}/src
-
-src_prepare() {
-   epatch_user
-   ecvs_clean
-
-   epatch "${FILESDIR}/${P}-zap-warning.patch"
-
-   # Config.pm from dev-lang/perl doesn't set ARCH, only archname
-   sed -i -e '/Config/s:ARCH:archname:' usr.bin/pkg-config/pkg-config || 
die
-
-   if use pkg-config; then
-   MULTILIB_CHOST_TOOLS=( /usr/bin/pkg-config )
-   else
-   MULTILIB_CHOST_TOOLS=( /usr/bin/pkg-config-openbsd )
-   fi
-}
-
-multilib_src_install() {
-   local pc_bin=pkg-config
-   use pkg-config || pc_bin+=-openbsd
-
-   newbin "${S}"/usr.bin/pkg-config/pkg-config ${pc_bin}
-   newman "${S}"/usr.bin/pkg-config/pkg-config.1 ${pc_bin}.1
-
-   # insert proper paths
-   local pc_paths=(
-   /usr/$(get_libdir)/pkgconfig
-   /usr/share/pkgconfig
-   )
-   sed -i -e "/my @PKGPATH/,/;/{s@(.*@( ${pc_paths[*]} );@p;d}" \
-   "${ED%/}/usr/bin/${pc_

[gentoo-commits] repo/gentoo:master commit in: net-p2p/deluge/files/, net-p2p/deluge/

2019-10-11 Thread Craig Andrews
commit: 0636a6c1baa2467b6642ea60227ba5af62388bb0
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Oct  9 20:52:51 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Oct 11 15:07:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0636a6c1

net-p2p/deluge: 2.0.3 version bump

Closes: https://bugs.gentoo.org/688024
Closes: https://github.com/gentoo/gentoo/pull/12548
Closes: https://github.com/gentoo/gentoo/pull/9327
Closes: https://github.com/gentoo/gentoo/pull/13243
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews  gentoo.org>

 net-p2p/deluge/Manifest|  1 +
 .../{deluge-.ebuild => deluge-2.0.3.ebuild}| 56 ++
 net-p2p/deluge/deluge-.ebuild  | 56 ++
 net-p2p/deluge/files/deluge-2.0.3-UI-status.patch  | 31 
 net-p2p/deluge/files/deluge-2.0.3-setup.py.patch   | 11 +
 net-p2p/deluge/metadata.xml|  4 ++
 6 files changed, 97 insertions(+), 62 deletions(-)

diff --git a/net-p2p/deluge/Manifest b/net-p2p/deluge/Manifest
index 9f49e45f37b..437ebf60a93 100644
--- a/net-p2p/deluge/Manifest
+++ b/net-p2p/deluge/Manifest
@@ -1 +1,2 @@
 DIST deluge-1.3.15.tar.bz2 1775913 BLAKE2B 
9d5224766051d52b6e075dcafab5716793081c78ba69da616fc98f2c463ddc7676b2c2ce8f54b81e1480cf4344582245733033cf5927a9692bc43ec0a23f0001
 SHA512 
1d0f93a8c5081b807a390f79101d7f26751b0dfc47efe4c3573541014f9e5969461e2d421d17646c17fb81eb4f66f25f5ddce63b9bd226989adb7d7506146bda
+DIST deluge-2.0.3.tar.xz 1777624 BLAKE2B 
d090e63e7e18c7b420e1c4239c833512a04a72e8b2c494bc8a3a03a3b7a03050eed894de84d7a26a416417b0c874a82809398fcaf57972b1056e2fcceb9d092d
 SHA512 
3abec24495b22ec10649865c7ce7c3271224c7d25c0647b43f3c177b7ccb45d4c5c593f8c89d8bc8eac85ae5dc737f9960827587912dd527bb96100304a7d480

diff --git a/net-p2p/deluge/deluge-.ebuild 
b/net-p2p/deluge/deluge-2.0.3.ebuild
similarity index 74%
copy from net-p2p/deluge/deluge-.ebuild
copy to net-p2p/deluge/deluge-2.0.3.ebuild
index 9989834d997..f347e4c3ee3 100644
--- a/net-p2p/deluge/deluge-.ebuild
+++ b/net-p2p/deluge/deluge-2.0.3.ebuild
@@ -1,24 +1,21 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI="7"
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
 DISTUTILS_SINGLE_IMPL=1
-PLOCALES="af ar ast be bg bn bs ca cs cy da de el en_AU en_CA en_GB eo es et 
eu fa fi fo fr fy ga gl he hi hr hu id is it iu ja ka kk km kn ko ku ky la lb 
lt lv mk ml ms nap nb nds nl nn oc pl pms pt pt_BR ro ru si sk sl sr sv ta te 
th tl tlh tr uk ur vi zh_CN zh_HK zh_TW"
-inherit distutils-r1 eutils systemd l10n
+inherit distutils-r1 systemd
 
 DESCRIPTION="BitTorrent client with a client/server model"
 HOMEPAGE="https://deluge-torrent.org/";
 
 if [[ ${PV} ==  ]]; then
inherit git-r3
-   EGIT_REPO_URI="git://deluge-torrent.org/${PN}.git
-   http://git.deluge-torrent.org/${PN}";
-   SRC_URI=""
+   EGIT_REPO_URI="https://git.deluge-torrent.org/${PN}";
 else
-   SRC_URI="http://download.deluge-torrent.org/source/${P}.tar.bz2";
-   KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
+   SRC_URI="http://download.deluge-torrent.org/source/2.0/${P}.tar.xz";
+   KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="GPL-2"
@@ -26,37 +23,41 @@ SLOT="0"
 IUSE="console geoip gtk libnotify sound webinterface"
 REQUIRED_USE="
${PYTHON_REQUIRED_USE}
-   sound? ( gtk )
libnotify? ( gtk )
+   sound? ( gtk )
 "
-PATCHES=(
-   "${FILESDIR}/${PN}-1.3.12-fix_scheduler_plugin.patch"
-)
 
-CDEPEND=">=net-libs/libtorrent-rasterbar-0.14.9[python,${PYTHON_USEDEP}]"
-DEPEND="${CDEPEND}
+DEPEND="net-libs/libtorrent-rasterbar[python,${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
dev-util/intltool
+   dev-python/wheel[${PYTHON_USEDEP}]
acct-group/deluge
acct-user/deluge"
-RDEPEND="${CDEPEND}
-   dev-python/chardet[${PYTHON_USEDEP}]
+RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]
+   dev-python/distro[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
dev-python/pyxdg[${PYTHON_USEDEP}]
+   dev-python/rencode[${PYTHON_USEDEP}]
dev-python/setproctitle[${PYTHON_USEDEP}]
-   || ( >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
-   >=dev-python/twisted-web-13.0[${PYTHON_USEDEP}]
-   )
-   geoip? ( dev-libs/geoip )
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/twisted-17.1.0[crypt,${PYTHON_USEDEP}]
+   >=dev-python/zope-interface-4.4.2[${PYTHON_USEDEP}]
+   geoip? ( dev-python/geoip-python[${PYTHON_USEDEP}] )
gtk? (
sound? ( dev-python/pygame[${PYTHON_USEDEP}] )
-   dev-python/pygobject:2[${PYTHON_USEDEP}]
-   >=dev-python/pygtk-2.12[${PYTHON_USEDEP}]
+   dev-pyt

[gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-pf/, sys-freebsd/freebsd-pf/files/, profiles/

2019-10-11 Thread Michał Górny
commit: 803eb8f62a018139ed263dd54132a732b2a9abef
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:13:59 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:16:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=803eb8f6

sys-freebsd/freebsd-pf: Remove last-rited pkg

Closes: https://bugs.gentoo.org/683284
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask  |  1 -
 sys-freebsd/freebsd-pf/Manifest|  1 -
 .../files/freebsd-pf-11.1-libevent.patch   | 13 
 .../freebsd-pf/files/freebsd-pf-11.1-pflogd.patch  | 14 -
 .../freebsd-pf/files/freebsd-pf-9.0-bpf.patch  | 10 
 .../files/freebsd-pf-9.0-pcap_pollution.patch  | 17 --
 sys-freebsd/freebsd-pf/files/pf.confd  |  9 ---
 sys-freebsd/freebsd-pf/files/pf.initd  | 49 ---
 sys-freebsd/freebsd-pf/freebsd-pf-11.1.ebuild  | 70 --
 sys-freebsd/freebsd-pf/metadata.xml|  8 ---
 10 files changed, 192 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index d6d415bd668..a0601770af5 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -754,7 +754,6 @@ sys-freebsd/freebsd-lib
 sys-freebsd/freebsd-libexec
 sys-freebsd/freebsd-mk-defs
 sys-freebsd/freebsd-pam-modules
-sys-freebsd/freebsd-pf
 
 # Lars Wendler  (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.

diff --git a/sys-freebsd/freebsd-pf/Manifest b/sys-freebsd/freebsd-pf/Manifest
deleted file mode 100644
index f3dcd89d595..000
--- a/sys-freebsd/freebsd-pf/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST freebsd-src-11.1.tar.xz 147661560 BLAKE2B 
a9e6ba9d0e12c8b56ac58575d5f02931edbb6a3545d9dccae78810d2d0470a29b29dd7f724b03b8afafbca23717a71346e4cfbd3530e0f40118a23609c3f414e
 SHA512 
b97707ec7a601ca6bcb682c45f6d94a38484301ac24630d7285eff6f88b027ce6900c93fc62f8ce36e0cf32c91f73a9d1c999db397b7f8782fd74a8551a03aca

diff --git a/sys-freebsd/freebsd-pf/files/freebsd-pf-11.1-libevent.patch 
b/sys-freebsd/freebsd-pf/files/freebsd-pf-11.1-libevent.patch
deleted file mode 100644
index 057088f3298..000
--- a/sys-freebsd/freebsd-pf/files/freebsd-pf-11.1-libevent.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/usr.sbin/ftp-proxy/Makefile b/usr.sbin/ftp-proxy/Makefile
-index 3708edc..efdfcc6 100644
 a/usr.sbin/ftp-proxy/Makefile
-+++ b/usr.sbin/ftp-proxy/Makefile
-@@ -7,8 +7,6 @@ MAN=   ftp-proxy.8
- 
- SRCS= ftp-proxy.c filter.c
- 
--CFLAGS+=-I${SRCTOP}/contrib/pf/libevent
--
- LIBADD=   event
- 
- WARNS?=   3

diff --git a/sys-freebsd/freebsd-pf/files/freebsd-pf-11.1-pflogd.patch 
b/sys-freebsd/freebsd-pf/files/freebsd-pf-11.1-pflogd.patch
deleted file mode 100644
index a10e21dd19c..000
--- a/sys-freebsd/freebsd-pf/files/freebsd-pf-11.1-pflogd.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/sbin/pflogd/Makefile b/sbin/pflogd/Makefile
-index f9d47da..bb00d39 100644
 a/sbin/pflogd/Makefile
-+++ b/sbin/pflogd/Makefile
-@@ -7,9 +7,6 @@ PROG=  pflogd
- SRCS= pflogd.c pidfile.c privsep.c privsep_fdpass.c
- MAN=  pflogd.8
- 
--CFLAGS+=-include ${SRCTOP}/lib/libpcap/config.h
--CFLAGS+=-I${.CURDIR}/../../contrib/libpcap
--
- LIBADD=   pcap
- 
- WARNS?=   2

diff --git a/sys-freebsd/freebsd-pf/files/freebsd-pf-9.0-bpf.patch 
b/sys-freebsd/freebsd-pf/files/freebsd-pf-9.0-bpf.patch
deleted file mode 100644
index fb3c7012ecc..000
--- a/sys-freebsd/freebsd-pf/files/freebsd-pf-9.0-bpf.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 contrib/pf/pflogd/pflogd.c.old 2011-11-02 21:12:57.0 +
-+++ contrib/pf/pflogd/pflogd.c 2011-11-02 21:13:11.0 +
-@@ -39,6 +39,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 

diff --git a/sys-freebsd/freebsd-pf/files/freebsd-pf-9.0-pcap_pollution.patch 
b/sys-freebsd/freebsd-pf/files/freebsd-pf-9.0-pcap_pollution.patch
deleted file mode 100644
index 184ab6f31bc..000
--- a/sys-freebsd/freebsd-pf/files/freebsd-pf-9.0-pcap_pollution.patch
+++ /dev/null
@@ -1,17 +0,0 @@
 contrib/pf/pflogd/privsep.c.old2011-11-02 21:04:01.0 +
-+++ contrib/pf/pflogd/privsep.c2011-11-02 21:04:27.0 +
-@@ -32,11 +32,13 @@
- #include 
- #include 
- #include 
-+#include 
-+#define HAVE_SNPRINTF
-+#define HAVE_STRLCPY
- #include 
- #include 
- #include 
- #include 
--#include 
- #include 
- #include 
- #include 

diff --git a/sys-freebsd/freebsd-pf/files/pf.confd 
b/sys-freebsd/freebsd-pf/files/pf.confd
deleted file mode 100644
index 87c21b281e2..000
--- a/sys-freebsd/freebsd-pf/files/pf.confd
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Defines where the rules file is found, by default /etc/pf.conf
-# pf_conf=/etc/pf.conf
-
-# Extra options to pass to pfctl when loading the rules
-# See

[gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-pam-modules/files/, sys-freebsd/freebsd-pam-modules/, ...

2019-10-11 Thread Michał Górny
commit: 2f7df9d2425779f3bc610b796585887de8b3aa16
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:14:14 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:16:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f7df9d2

sys-freebsd/freebsd-pam-modules: Remove last-rited pkg

Closes: https://bugs.gentoo.org/683284
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask  |  1 -
 sys-freebsd/freebsd-pam-modules/Manifest   |  1 -
 sys-freebsd/freebsd-pam-modules/files/README.pamd  | 61 --
 .../freebsd-pam-modules-11.1.ebuild| 45 
 sys-freebsd/freebsd-pam-modules/metadata.xml   |  8 ---
 5 files changed, 116 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index a0601770af5..61b07b1d259 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -753,7 +753,6 @@ sys-freebsd/freebsd-cddl
 sys-freebsd/freebsd-lib
 sys-freebsd/freebsd-libexec
 sys-freebsd/freebsd-mk-defs
-sys-freebsd/freebsd-pam-modules
 
 # Lars Wendler  (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.

diff --git a/sys-freebsd/freebsd-pam-modules/Manifest 
b/sys-freebsd/freebsd-pam-modules/Manifest
deleted file mode 100644
index f3dcd89d595..000
--- a/sys-freebsd/freebsd-pam-modules/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST freebsd-src-11.1.tar.xz 147661560 BLAKE2B 
a9e6ba9d0e12c8b56ac58575d5f02931edbb6a3545d9dccae78810d2d0470a29b29dd7f724b03b8afafbca23717a71346e4cfbd3530e0f40118a23609c3f414e
 SHA512 
b97707ec7a601ca6bcb682c45f6d94a38484301ac24630d7285eff6f88b027ce6900c93fc62f8ce36e0cf32c91f73a9d1c999db397b7f8782fd74a8551a03aca

diff --git a/sys-freebsd/freebsd-pam-modules/files/README.pamd 
b/sys-freebsd/freebsd-pam-modules/files/README.pamd
deleted file mode 100644
index 51d703973be..000
--- a/sys-freebsd/freebsd-pam-modules/files/README.pamd
+++ /dev/null
@@ -1,61 +0,0 @@
-/etc/pam.d
-
-This directory contains configuration files for the Pluggable
-Authentication Modules (PAM) library.
-
-Each file details the module chain for a single service, and must be
-named after that service.  If no configuration file is found for a
-particular service, the /etc/pam.d/other is used instead.  If that
-file does not exist, /etc/pam.conf is searched for entries matching
-the specified service or, failing that, the "other" service.
-
-See the pam(8) manual page for an explanation of the workings of the
-PAM library and descriptions of the various files and modules.  Below
-is a summary of the format for the pam.conf and /etc/pam.d/* files.
-
-Configuration lines take the following form:
-
-module-typecontrol-flagmodule-path arguments
-
-Comments are introduced with a hash mark ('#').  Blank lines and lines
-consisting entirely of comments are ignored.
-
-The meanings of the different fields are as follows:
-
- module-type:
-   auth:  prompt for a password to authenticate that the user is
-  who they say they are, and set any credentials.
-   account:   non-authentication based authorization, based on time,
-  resources, etc.
-   session:   housekeeping before and/or after login.
-   password:  update authentication tokens.
-
- control-flag: How libpam handles success or failure of the module.
-   required:   success is required; on failure all remaining
-   modules are run, but the request will be denied.
-   requisite:  success is required, and on failure no remaining
-   modules are run.
-   sufficient: success is sufficient, and if no previous required
-   module failed, no remaining modules are run.
-   binding:success is sufficient; on failure all remaining
-   modules are run, but the request will be denied.
-   optional:   ignored unless the other modules return PAM_IGNORE.
-
- arguments: Module-specific options, plus some generic ones:
-   debug:   syslog debug info.
-   no_warn: return no warning messages to the application.
-Remove this to feed back to the user the
-reason(s) they are being rejected.
-   use_first_pass:  try authentication using password from the
-preceding auth module.
-   try_first_pass:  first try authentication using password from
-the preceding auth module, and if that fails
-prompt for a new password.
-   use_mapped_pass: convert cleartext password to a crypto key.
-   expose_account:  allow printing more info about the user when
-prompting.
-
-Note that having a "sufficient" module as the last entry for a
-particular service and module type may result in surprising behaviour.
-To get the intended semantics, add a "required" entry listing the
-pam_deny module at the end of the chain.

diff --git a/sys-freebsd/freebsd-pam-modules/freebsd-pam-modules-11.1.ebuild 

[gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-sbin/files/, sys-freebsd/freebsd-sbin/, profiles/

2019-10-11 Thread Michał Górny
commit: 032e5b66d1af5c043a92e8f0d9ee44744586218e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:11:52 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:16:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=032e5b66

sys-freebsd/freebsd-sbin: Remove last-rited pkg

Closes: https://bugs.gentoo.org/683284
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask  |   1 -
 sys-freebsd/freebsd-sbin/Manifest  |   1 -
 sys-freebsd/freebsd-sbin/files/adjkerntz-crontab   |   4 -
 .../files/freebsd-sbin-10.0-zlib.patch |  22 -
 .../files/freebsd-sbin-6.1-pr102701.patch  |  17 
 .../files/freebsd-sbin-6.2-ldconfig.patch  |  13 ---
 .../freebsd-sbin/files/freebsd-sbin-setXid.patch   |  20 
 sys-freebsd/freebsd-sbin/freebsd-sbin-11.1.ebuild  | 102 -
 sys-freebsd/freebsd-sbin/metadata.xml  |  21 -
 9 files changed, 201 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index b0be810d41b..b6e6f7d9129 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -757,7 +757,6 @@ sys-freebsd/freebsd-mk-defs
 sys-freebsd/freebsd-pam-modules
 sys-freebsd/freebsd-pf
 sys-freebsd/freebsd-rescue
-sys-freebsd/freebsd-sbin
 sys-freebsd/freebsd-share
 sys-freebsd/freebsd-sources
 

diff --git a/sys-freebsd/freebsd-sbin/Manifest 
b/sys-freebsd/freebsd-sbin/Manifest
deleted file mode 100644
index f3dcd89d595..000
--- a/sys-freebsd/freebsd-sbin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST freebsd-src-11.1.tar.xz 147661560 BLAKE2B 
a9e6ba9d0e12c8b56ac58575d5f02931edbb6a3545d9dccae78810d2d0470a29b29dd7f724b03b8afafbca23717a71346e4cfbd3530e0f40118a23609c3f414e
 SHA512 
b97707ec7a601ca6bcb682c45f6d94a38484301ac24630d7285eff6f88b027ce6900c93fc62f8ce36e0cf32c91f73a9d1c999db397b7f8782fd74a8551a03aca

diff --git a/sys-freebsd/freebsd-sbin/files/adjkerntz-crontab 
b/sys-freebsd/freebsd-sbin/files/adjkerntz-crontab
deleted file mode 100644
index 5fc46f5bf48..000
--- a/sys-freebsd/freebsd-sbin/files/adjkerntz-crontab
+++ /dev/null
@@ -1,4 +0,0 @@
-# Adjust the time zone if the CMOS clock keeps local time, as opposed to
-# UTC time.  See adjkerntz(8) for details.
-1,310-5 *   *   *   root/sbin/adjkerntz -a
-

diff --git a/sys-freebsd/freebsd-sbin/files/freebsd-sbin-10.0-zlib.patch 
b/sys-freebsd/freebsd-sbin/files/freebsd-sbin-10.0-zlib.patch
deleted file mode 100644
index c0a2bf923c2..000
--- a/sys-freebsd/freebsd-sbin/files/freebsd-sbin-10.0-zlib.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/sbin/savecore/savecore.c b/sbin/savecore/savecore.c
-index bdbf7e3..a4c67ec 100644
 a/sbin/savecore/savecore.c
-+++ b/sbin/savecore/savecore.c
-@@ -92,7 +92,7 @@ static int checkfor, compress, clear, force, keep, verbose;  
/* flags */
- static int nfound, nsaved, nerr;  /* statistics */
- static int maxdumps;
- 
--extern FILE *zopen(const char *, const char *);
-+extern FILE *gzopen(const char *, const char *);
- 
- static sig_atomic_t got_siginfo;
- static void infohandler(int);
-@@ -626,7 +626,7 @@ DoFile(const char *savedir, const char *device)
-   if (compress) {
-   snprintf(corename, sizeof(corename), "%s.%d.gz",
-   istextdump ? "textdump.tar" : "vmcore", bounds);
--  fp = zopen(corename, "w");
-+  fp = gzopen(corename, "w");
-   } else {
-   snprintf(corename, sizeof(corename), "%s.%d",
-   istextdump ? "textdump.tar" : "vmcore", bounds);

diff --git a/sys-freebsd/freebsd-sbin/files/freebsd-sbin-6.1-pr102701.patch 
b/sys-freebsd/freebsd-sbin/files/freebsd-sbin-6.1-pr102701.patch
deleted file mode 100644
index 7b9578c40c8..000
--- a/sys-freebsd/freebsd-sbin/files/freebsd-sbin-6.1-pr102701.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Solves the issue reported in Problem Report bin/102701.
-
-Can't delete an inet6 alias address from an interface.
-
-Index: fbsd-6.1/sbin/ifconfig/af_inet6.c
-===
 fbsd-6.1.orig/sbin/ifconfig/af_inet6.c
-+++ fbsd-6.1/sbin/ifconfig/af_inet6.c
-@@ -515,7 +515,7 @@ static struct afswtch af_inet6 = {
-   .af_settunnel   = in6_set_tunnel,
-   .af_difaddr = SIOCDIFADDR_IN6,
-   .af_aifaddr = SIOCAIFADDR_IN6,
--  .af_ridreq  = &in6_addreq,
-+  .af_ridreq  = &in6_ridreq,
-   .af_addreq  = &in6_addreq,
- };
- 

diff --git a/sys-freebsd/freebsd-sbin/files/freebsd-sbin-6.2-ldconfig.patch 
b/sys-freebsd/freebsd-sbin/files/freebsd-sbin-6.2-ldconfig.patch
deleted file mode 100644
index 81ad0246168..000
--- a/sys-freebsd/freebsd-sbin/files/freebsd-sbin-6.2-ldconfig.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -ur sbin.orig/ldconfig/elfhints.c sbin/ldconfig/elfhints.c
 sbin.orig/ldconfig/elfhints.c  2001-05-03 00:56:18 +0100
-

[gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-bin/, profiles/

2019-10-11 Thread Michał Górny
commit: 617f178060830cd8f9d415ef0da9fe8ffdba7877
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:12:15 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:16:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=617f1780

sys-freebsd/freebsd-bin: Remove last-rited pkg

Closes: https://bugs.gentoo.org/683284
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask   |  1 -
 sys-freebsd/freebsd-bin/Manifest|  1 -
 sys-freebsd/freebsd-bin/freebsd-bin-11.1.ebuild | 41 -
 sys-freebsd/freebsd-bin/metadata.xml|  8 -
 4 files changed, 51 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index b6e6f7d9129..3648096336d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -749,7 +749,6 @@ dev-libs/actor-framework
 #
 # Removal in 30 days.  Bug #683284.
 sys-freebsd/boot0
-sys-freebsd/freebsd-bin
 sys-freebsd/freebsd-cddl
 sys-freebsd/freebsd-lib
 sys-freebsd/freebsd-libexec

diff --git a/sys-freebsd/freebsd-bin/Manifest b/sys-freebsd/freebsd-bin/Manifest
deleted file mode 100644
index f3dcd89d595..000
--- a/sys-freebsd/freebsd-bin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST freebsd-src-11.1.tar.xz 147661560 BLAKE2B 
a9e6ba9d0e12c8b56ac58575d5f02931edbb6a3545d9dccae78810d2d0470a29b29dd7f724b03b8afafbca23717a71346e4cfbd3530e0f40118a23609c3f414e
 SHA512 
b97707ec7a601ca6bcb682c45f6d94a38484301ac24630d7285eff6f88b027ce6900c93fc62f8ce36e0cf32c91f73a9d1c999db397b7f8782fd74a8551a03aca

diff --git a/sys-freebsd/freebsd-bin/freebsd-bin-11.1.ebuild 
b/sys-freebsd/freebsd-bin/freebsd-bin-11.1.ebuild
deleted file mode 100644
index 6451fb41815..000
--- a/sys-freebsd/freebsd-bin/freebsd-bin-11.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit bsdmk freebsd
-
-DESCRIPTION="FreeBSD /bin tools"
-SLOT="0"
-
-IUSE=""
-
-if [[ ${PV} != ** ]]; then
-   KEYWORDS="~amd64-fbsd ~x86-fbsd"
-fi
-
-EXTRACTONLY="
-   bin/
-   usr.bin/
-   sbin/
-   lib/
-"
-
-RDEPEND="=sys-freebsd/freebsd-lib-${RV}*
-   >=dev-libs/libedit-20120311.3.0-r1
-   sys-libs/ncurses:0=
-   sys-apps/ed
-   !app-misc/realpath
-   !
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-
-   b...@gentoo.org
-   BSD Project
-
-



[gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-sources/files/, sys-freebsd/freebsd-sources/, profiles/

2019-10-11 Thread Michał Górny
commit: 0119324233524d3b3489eb85996c0a362f3b8c5c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:13:23 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:16:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01193242

sys-freebsd/freebsd-sources: Remove last-rited pkg

Closes: https://bugs.gentoo.org/683284
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask  |   1 -
 sys-freebsd/freebsd-sources/Manifest   |  15 --
 sys-freebsd/freebsd-sources/files/config-GENTOO|   4 -
 .../files/freebsd-sources-10.1-gcc48.patch |  18 --
 .../files/freebsd-sources-11.0-gentoo-gcc.patch|  13 --
 .../files/freebsd-sources-11.0-gentoo.patch|  22 ---
 .../files/freebsd-sources-6.0-flex-2.5.31.patch|  22 ---
 .../files/freebsd-sources-7.1-includes.patch   |  13 --
 .../freebsd-sources-8.0-subnet-route-pr40133.patch |  21 ---
 .../freebsd-sources-9.0-disable-optimization.patch |  32 
 .../files/freebsd-sources-9.0-sysctluint.patch |  13 --
 .../freebsd-sources/freebsd-sources-11.1_p2.ebuild | 159 -
 .../freebsd-sources/freebsd-sources-11.1_p3.ebuild | 188 -
 sys-freebsd/freebsd-sources/metadata.xml   |  13 --
 14 files changed, 534 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 3648096336d..2fbdf5f1658 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -757,7 +757,6 @@ sys-freebsd/freebsd-pam-modules
 sys-freebsd/freebsd-pf
 sys-freebsd/freebsd-rescue
 sys-freebsd/freebsd-share
-sys-freebsd/freebsd-sources
 
 # Lars Wendler  (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.

diff --git a/sys-freebsd/freebsd-sources/Manifest 
b/sys-freebsd/freebsd-sources/Manifest
deleted file mode 100644
index 6a22e2a51a3..000
--- a/sys-freebsd/freebsd-sources/Manifest
+++ /dev/null
@@ -1,15 +0,0 @@
-DIST freebsd-sources-11.1_p3-patchset.tar.xz 36348 BLAKE2B 
b88f8a0f0bfde97a0416967c76ffb1d8fcb3f9050d69caa83941ab38e289622a9a5d25887e895d364f333980f7ab21af454d6fbe48157119279b4a0b600856ff
 SHA512 
c981eee806ad93ebc720434789da1ae38f21a131ec8f92c3e55dab4e5fbc61e225c615132bb971e2b9bf4bc6922b2c7bdd9117644e8ba6547c20857deea0bbc1
-DIST freebsd-sources-EN-1707-vnet.patch 356 BLAKE2B 
6e586e8cc767c0f177b6f1175512c4d5bd4fdf9abb94b644348dbe8b681d4838bdba8c83496ae351fb075329fed4e270bdd8768ce63e8c99fc69ba36d3040d8c
 SHA512 
2fdb58388acb98811588beeabaf8a533926f96ac3f594f53dd80dcdb38ede4fe0dd66f0dd7bb32b40a27f756e2b03fed91c4416cbdcd4c16dd8143f5438885d7
-DIST freebsd-sources-EN-1708-pf.patch 706 BLAKE2B 
7b812c1d696f2a1ab6e648228fe4fce8b8e32f57ed8dc713b24db5dacca70e693ee24001f0db168d79c528e2c20c6011ac423629a807949757e9f468969c3127
 SHA512 
e9dc61ff10aafb9b92721c599577ce995458b8a1a93b31fc6cc39b910db2b8f965ff0354a45bf82d2d57abba7aa0bf6d2f002044d242e19121d5ee4cd7a1dc15
-DIST freebsd-sources-EN-1804-mem.11.patch 2932 BLAKE2B 
41eb2445cbc9a339f21b64ae0aa64b477c6691540236b8b3c378475fa3f451b35f3e9793eae240f15364b39b0a9fda0971c92f4dadb0933c103a933db154a718
 SHA512 
feb22d2cc614c0fc80eea5410894a9f0c091ec77e01810fe1476a8702624331e3a45d44e1de15945586dfa0a334a12442f46e61ad148fa555e4900d486f79185
-DIST freebsd-sources-EN-1805-mem.11.1.patch 4106 BLAKE2B 
598b12547f66e1cb3b915878bb37f73c6a028655f78cb50f8fb113af4c0a31f6ba82f884de4b79151b6512bc67aa8a2cc404c5bce6ffcf07dada37426eb5082c
 SHA512 
ec80584da7ba7f6d0b6039b9a4acb151b18fcf5671a805c52911a97fc53cc5bcc5cfe427d37f91fcb130f437a134eed7d746b652131591fc28986d18d5b3a48c
-DIST freebsd-sources-EN-1807-pmap.patch 1639 BLAKE2B 
437379a0471f1c36dcebfcce471d1e65426773c96a18ad4f4272c3617cecedce45b6a09a518a45947b36d1e1d47aa485839f24fa24d4b8dea14fd9f7fb5b480f
 SHA512 
f3a482fc573ccee1ed779a3fc4bbd5c54a0a93395ca83e4e5b36293ce3b298545b4f9e1bb91c557d00d89890a2ef3c425e966077de4fccdb670059519bb75b44
-DIST freebsd-sources-SA-1708-ptrace.patch 696 BLAKE2B 
d040de29c3aca8fbc5d837c574e5ee81196ba41f1a90720579e854ba4e9786e23545547892d4e6d90c850161a53aaef7de014cbb918c45a261aea56b02cd2d7b
 SHA512 
973bfe4e594fe34340ae723b3451a1b84a9877b51e1e14e8cd0a9944bec5bc4efec6ff39ba61998c1da1f2c2df0fe17272b3dad2e2cc3880cfa0ff6017d2730e
-DIST freebsd-sources-SA-1710-kldstat.patch 2155 BLAKE2B 
e2c47d72a4a497283d7def916cdf0991b5ec791f545736474db18301866362b3c96f0a4ac5e7c1c2a91535961ac048e5e1c1e7ad10d10ced3dba954453a04ef5
 SHA512 
a5cc0acfcac8401fb4066fd5bfbaa1c5718a38f05877b8fb1c5a9cce1df9af4a82bd1c263c80c2b58ad058349753dcec9c4aa13bdb178f3b80493785badc65a4
-DIST freebsd-sources-SA-1801-ipsec-11.patch 1153 BLAKE2B 
bc7b0fb85a5d03873cf8dc61c2478b450167f8d0d5f9094c14cf9a3647a9d1ecdee8245ba45e70270aa95e21f112a0c10978a57b41ecbafa0a5392c101bef4b0
 SHA512 
034777a8f5bacd73ae989747bdb1669747d7af0e1655cb033e95068a2318063301b05a2ddbb3debbfd32f938c77bef1614535b6a667a511bf3f0287fb6e1667c
-DIST freebsd-sources-SA-1804-vt.patch 640 BLAKE2B 
2cf3dcecfac7b33136c47c5fad23840c98c19ae7690fdd6520eacb

[gentoo-commits] repo/gentoo:master commit in: profiles/, sys-freebsd/freebsd-usbin/files/, sys-freebsd/freebsd-usbin/

2019-10-11 Thread Michał Górny
commit: 4645440f7e96d484da112a2224556e43430e143c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:10:39 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:16:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4645440f

sys-freebsd/freebsd-usbin: Remove last-rited pkg

Closes: https://bugs.gentoo.org/683284
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask  |   1 -
 sys-freebsd/freebsd-usbin/Manifest |   1 -
 .../files/freebsd-usbin-10.3-bsdxml2expat.patch|  13 --
 .../files/freebsd-usbin-11.0-workaround.patch  |  13 --
 .../files/freebsd-usbin-11.1-bsdxml2expat.patch|  26 ---
 .../files/freebsd-usbin-9.0-newsyslog.patch|  12 --
 ...in-SA-1803-speculative_execution-amd64-11.patch | 189 
 .../files/freebsd-usbin-adduser.patch  |  20 ---
 sys-freebsd/freebsd-usbin/files/iscsid.initd   |  20 ---
 sys-freebsd/freebsd-usbin/files/nfs.confd  |  10 --
 sys-freebsd/freebsd-usbin/files/nfs.initd  |  54 --
 sys-freebsd/freebsd-usbin/files/nfsuserd.confd |   5 -
 sys-freebsd/freebsd-usbin/files/nfsuserd.initd |  20 ---
 sys-freebsd/freebsd-usbin/files/pw.conf|   5 -
 sys-freebsd/freebsd-usbin/files/rpc.lockd.initd|  20 ---
 sys-freebsd/freebsd-usbin/files/rpc.statd.initd|  20 ---
 .../freebsd-usbin/freebsd-usbin-11.1.ebuild| 189 
 .../freebsd-usbin/freebsd-usbin-11.1_p1.ebuild | 191 -
 sys-freebsd/freebsd-usbin/metadata.xml |  19 --
 19 files changed, 828 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index b05ac5efb25..48ecdff2807 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -761,7 +761,6 @@ sys-freebsd/freebsd-sbin
 sys-freebsd/freebsd-share
 sys-freebsd/freebsd-sources
 sys-freebsd/freebsd-ubin
-sys-freebsd/freebsd-usbin
 
 # Lars Wendler  (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.

diff --git a/sys-freebsd/freebsd-usbin/Manifest 
b/sys-freebsd/freebsd-usbin/Manifest
deleted file mode 100644
index f3dcd89d595..000
--- a/sys-freebsd/freebsd-usbin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST freebsd-src-11.1.tar.xz 147661560 BLAKE2B 
a9e6ba9d0e12c8b56ac58575d5f02931edbb6a3545d9dccae78810d2d0470a29b29dd7f724b03b8afafbca23717a71346e4cfbd3530e0f40118a23609c3f414e
 SHA512 
b97707ec7a601ca6bcb682c45f6d94a38484301ac24630d7285eff6f88b027ce6900c93fc62f8ce36e0cf32c91f73a9d1c999db397b7f8782fd74a8551a03aca

diff --git 
a/sys-freebsd/freebsd-usbin/files/freebsd-usbin-10.3-bsdxml2expat.patch 
b/sys-freebsd/freebsd-usbin/files/freebsd-usbin-10.3-bsdxml2expat.patch
deleted file mode 100644
index 207b6ab6a50..000
--- a/sys-freebsd/freebsd-usbin/files/freebsd-usbin-10.3-bsdxml2expat.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/usr.sbin/camdd/camdd.c b/usr.sbin/camdd/camdd.c
-index 88c648e..edf9c8b 100644
 a/usr.sbin/camdd/camdd.c
-+++ b/usr.sbin/camdd/camdd.c
-@@ -71,7 +71,7 @@ __FBSDID("$FreeBSD: stable/10/usr.sbin/camdd/camdd.c 293409 
2016-01-08 02:56:21Z
- #include 
- #include 
- #include 
--#include 
-+#include 
- 
- #include 
- #include 

diff --git 
a/sys-freebsd/freebsd-usbin/files/freebsd-usbin-11.0-workaround.patch 
b/sys-freebsd/freebsd-usbin/files/freebsd-usbin-11.0-workaround.patch
deleted file mode 100644
index 04ba75a17ec..000
--- a/sys-freebsd/freebsd-usbin/files/freebsd-usbin-11.0-workaround.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/usr.sbin/nmtree/Makefile b/usr.sbin/nmtree/Makefile
-index 033002c..d198f10 100644
 a/usr.sbin/nmtree/Makefile
-+++ b/usr.sbin/nmtree/Makefile
-@@ -5,7 +5,7 @@
- .PATH: ${.CURDIR}/../../contrib/mtree
- 
- PROG= mtree
--MAN=  mtree.5 mtree.8
-+MAN=  mtree.8
- SRCS= compare.c crc.c create.c excludes.c getid.c misc.c mtree.c \
-   only.c spec.c specspec.c verify.c
- 

diff --git 
a/sys-freebsd/freebsd-usbin/files/freebsd-usbin-11.1-bsdxml2expat.patch 
b/sys-freebsd/freebsd-usbin/files/freebsd-usbin-11.1-bsdxml2expat.patch
deleted file mode 100644
index 5317b256cb4..000
--- a/sys-freebsd/freebsd-usbin/files/freebsd-usbin-11.1-bsdxml2expat.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/usr.sbin/ctladm/ctladm.c b/usr.sbin/ctladm/ctladm.c
-index 9a9d3ff..bf6b1b2 100644
 a/usr.sbin/ctladm/ctladm.c
-+++ b/usr.sbin/ctladm/ctladm.c
-@@ -51,7 +51,7 @@ __FBSDID("$FreeBSD: stable/11/usr.sbin/ctladm/ctladm.c 
319152 2017-05-29 18:17:3
- #include 
- #include 
- #include 
--#include 
-+#include 
- #include 
- #include 
- #include 
-diff --git a/usr.sbin/ctld/kernel.c b/usr.sbin/ctld/kernel.c
-index 7054a04..ee05214 100644
 a/usr.sbin/ctld/kernel.c
-+++ b/usr.sbin/ctld/kernel.c
-@@ -47,7 +47,7 @@ __FBSDID("$FreeBSD: stable/11/usr.sbin/ctld/kernel.c 319152 
2017-05-29 18:17:34Z
- #include 
- #include 
- #include 
--#include 
-+#in

[gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-rescue/files/, profiles/, sys-freebsd/freebsd-rescue/

2019-10-11 Thread Michał Górny
commit: 5beffe67c4c46e344db7274be516e39ddc7c98a9
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:13:48 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:16:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5beffe67

sys-freebsd/freebsd-rescue: Remove last-rited pkg

Closes: https://bugs.gentoo.org/683284
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask  |  1 -
 sys-freebsd/freebsd-rescue/Manifest|  1 -
 .../files/freebsd-rescue-10.0-zlib.patch   | 22 --
 .../files/freebsd-rescue-11.0-rename-libs.patch| 22 --
 .../files/freebsd-ubin-10.2-bsdxml.patch   | 13 
 .../freebsd-rescue/freebsd-rescue-11.1.ebuild  | 83 --
 sys-freebsd/freebsd-rescue/metadata.xml| 12 
 7 files changed, 154 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index b906cfdb6d9..d6d415bd668 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -755,7 +755,6 @@ sys-freebsd/freebsd-libexec
 sys-freebsd/freebsd-mk-defs
 sys-freebsd/freebsd-pam-modules
 sys-freebsd/freebsd-pf
-sys-freebsd/freebsd-rescue
 
 # Lars Wendler  (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.

diff --git a/sys-freebsd/freebsd-rescue/Manifest 
b/sys-freebsd/freebsd-rescue/Manifest
deleted file mode 100644
index f3dcd89d595..000
--- a/sys-freebsd/freebsd-rescue/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST freebsd-src-11.1.tar.xz 147661560 BLAKE2B 
a9e6ba9d0e12c8b56ac58575d5f02931edbb6a3545d9dccae78810d2d0470a29b29dd7f724b03b8afafbca23717a71346e4cfbd3530e0f40118a23609c3f414e
 SHA512 
b97707ec7a601ca6bcb682c45f6d94a38484301ac24630d7285eff6f88b027ce6900c93fc62f8ce36e0cf32c91f73a9d1c999db397b7f8782fd74a8551a03aca

diff --git a/sys-freebsd/freebsd-rescue/files/freebsd-rescue-10.0-zlib.patch 
b/sys-freebsd/freebsd-rescue/files/freebsd-rescue-10.0-zlib.patch
deleted file mode 100644
index 42165c4249e..000
--- a/sys-freebsd/freebsd-rescue/files/freebsd-rescue-10.0-zlib.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/sbin/savecore/savecore.c b/sbin/savecore/savecore.c
-index 13c0d43..1f258f3 100644
 a/sbin/savecore/savecore.c
-+++ b/sbin/savecore/savecore.c
-@@ -92,7 +92,7 @@ static int checkfor, compress, clear, force, keep, verbose;  
/* flags */
- static int nfound, nsaved, nerr;  /* statistics */
- static int maxdumps;
- 
--extern FILE *zopen(const char *, const char *);
-+extern FILE *gzopen(const char *, const char *);
- 
- static sig_atomic_t got_siginfo;
- static void infohandler(int);
-@@ -626,7 +626,7 @@ DoFile(const char *savedir, const char *device)
-   if (compress) {
-   snprintf(corename, sizeof(corename), "%s.%d.gz",
-   istextdump ? "textdump.tar" : "vmcore", bounds);
--  fp = zopen(corename, "w");
-+  fp = gzopen(corename, "w");
-   } else {
-   snprintf(corename, sizeof(corename), "%s.%d",
-   istextdump ? "textdump.tar" : "vmcore", bounds);

diff --git 
a/sys-freebsd/freebsd-rescue/files/freebsd-rescue-11.0-rename-libs.patch 
b/sys-freebsd/freebsd-rescue/files/freebsd-rescue-11.0-rename-libs.patch
deleted file mode 100644
index 31035747a43..000
--- a/sys-freebsd/freebsd-rescue/files/freebsd-rescue-11.0-rename-libs.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
-index e747c02..a061436 100644
 a/rescue/rescue/Makefile
-+++ b/rescue/rescue/Makefile
-@@ -54,7 +54,7 @@ CRUNCH_PROGS_bin= cat chflags chio chmod cp date dd df echo  
\
-ed expr getfacl hostname kenv kill ln ls mkdir mv  \
-pkill ps pwd realpath rm rmdir setfacl sh sleep stty   \
-sync test
--CRUNCH_LIBS+= -lcrypt -ledit -ljail -lkvm -lelf -ll -ltermcapw -lutil -lxo
-+CRUNCH_LIBS+= -lcrypt -ledit -ljail -lkvm -lelf -lfl -lncursesw -lutil -lxo
- CRUNCH_BUILDTOOLS+= bin/sh
- 
- # Additional options for specific programs
-@@ -128,7 +128,7 @@ CRUNCH_LIBS+= -lavl -lzpool -lzfs_core -lzfs -lnvpair 
-lpthread -luutil -lumem
- # liblzma needs pthread
- CRUNCH_LIBS+= -lpthread
- .endif
--CRUNCH_LIBS+= -lgeom -lbsdxml -lkiconv
-+CRUNCH_LIBS+= -lgeom -lexpat -lkiconv
- .if ${MK_OPENSSL} == "no"
- CRUNCH_LIBS+= -lmd
- .endif

diff --git a/sys-freebsd/freebsd-rescue/files/freebsd-ubin-10.2-bsdxml.patch 
b/sys-freebsd/freebsd-rescue/files/freebsd-ubin-10.2-bsdxml.patch
deleted file mode 100644
index 606471713fb..000
--- a/sys-freebsd/freebsd-rescue/files/freebsd-ubin-10.2-bsdxml.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c
-index af6562b..3121c81 100644
 a/usr.bin/mt/mt.c
-+++ b/usr.bin/mt/mt.c
-@@ -92,7 +92,7 @@ __FBSDID("$FreeBSD: stable/10/usr.bin/mt/mt.c 280438 
2015-03-24 14:36:10Z ken $"
- #include 
- #include 
- #include 
--#include 
-+#include 
- #include 
- 
- #include 

dif

[gentoo-commits] repo/gentoo:master commit in: profiles/, sys-freebsd/freebsd-cddl/, sys-freebsd/freebsd-cddl/files/

2019-10-11 Thread Michał Górny
commit: 32717daa02dd5ab0b91ca0f380f434969ed599e9
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:15:39 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:16:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32717daa

sys-freebsd/freebsd-cddl: Remove last-rited pkg

Closes: https://bugs.gentoo.org/683284
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask  |   1 -
 sys-freebsd/freebsd-cddl/Manifest  |   8 -
 .../files/freebsd-cddl-11.0-add-libs.patch |  87 ---
 .../files/freebsd-cddl-11.0-workaround.patch   |  12 --
 .../files/freebsd-cddl-9.0-bsdxml.patch|  28 
 .../files/freebsd-cddl-9.0-libpaths.patch  | 167 -
 .../files/freebsd-cddl-9.0-underlink.patch |  22 ---
 sys-freebsd/freebsd-cddl/files/zfs.initd   |  23 ---
 sys-freebsd/freebsd-cddl/files/zvol.initd-9.0  |  44 --
 sys-freebsd/freebsd-cddl/freebsd-cddl-11.1.ebuild  |  77 --
 sys-freebsd/freebsd-cddl/freebsd-cddl-9.1.ebuild   |  60 
 sys-freebsd/freebsd-cddl/metadata.xml  |   8 -
 12 files changed, 537 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 0c6ff57cd4a..086f537028d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -749,7 +749,6 @@ dev-libs/actor-framework
 #
 # Removal in 30 days.  Bug #683284.
 sys-freebsd/boot0
-sys-freebsd/freebsd-cddl
 
 # Lars Wendler  (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.

diff --git a/sys-freebsd/freebsd-cddl/Manifest 
b/sys-freebsd/freebsd-cddl/Manifest
deleted file mode 100644
index a914029f7dc..000
--- a/sys-freebsd/freebsd-cddl/Manifest
+++ /dev/null
@@ -1,8 +0,0 @@
-DIST freebsd-cddl-9.1.tar.bz2 899348 BLAKE2B 
419e475b4c3debacd0d0fbbad4d1b13685c1c5ac741cc8cfb53dadce9d30cf9ddd7132ef8ab897787be538028d34bb9603eb76caf7650f4f50bb3295f19bf035
 SHA512 
ae0a969e710785bbcf36a2ec22cc5b1dcdb25398be951e047a1237d0c977e38fc9e05504db51f8bf9ed83bc1f68b04fc88ce18fc48a93f785b8a3f8ef481bacd
-DIST freebsd-contrib-9.1.tar.bz2 54751432 BLAKE2B 
8a30e78021e6388d679637d2dbe0ed3f4896d3902064baaafa79de9c328171cbcb895b0ffd3d0d0cd3ca25c93a73584ed4900b45bd672a73b15b75721de59de5
 SHA512 
71be13049258c6e6b5e4f63cc16da5d349a89d68f04d87446e4ad33ae8bf2a93ea67d9c256b7bec60b61e65db0487268070cfb77a484c3ac0f8ba368b48c2438
-DIST freebsd-include-9.1.tar.bz2 146881 BLAKE2B 
3db8570a8c841ec1c9ceff479bd0ef9b146b2a343d6596892c9d8a9f9193404f6c62712cb96d7416c6e5cc4c46e7fb942421c47e1bc2c707dde534e2050be442
 SHA512 
779c8315ce2b10b343bb62e331525d510b0d68ce5d665a1672bd6f4d1eff6445bc6b7a0f178b319828aa203c4e4c04c561ce793052703f4f936ce9711280a0c9
-DIST freebsd-lib-9.1.tar.bz2 3206685 BLAKE2B 
67f93b7951fc03e877ee525d53b81ba49c8c1a70041c30aac97665d5dab7b3f2817fdb3bbb1475be66c33a7f996309e9020f1a3d1154fab8e2f6789f5ae0bb18
 SHA512 
40d0c36b6b889c404fa0e0afa38ba4e84a55bc88ffa2f98a70afbd7a32c4f32c158617ba770567d082a986d62c09b3ec8db3dc5ab853ee1c9bbe0b90bb82396e
-DIST freebsd-sbin-9.1.tar.bz2 1273913 BLAKE2B 
c00fea446a19311020ae081ba00d6c7d0b3b0365ab2046ec24252c2b02d4b4079fb7bbbf0d17432e2a1efb0788b552d684b1b9105d2c1712a93380a89b49
 SHA512 
9f186602b7de96f268c352ca386986652fddf5570e7eca1afa8c0d2bdc83b57df1198efe47f36dd5c7a6abf4f9c935f1c8207a4a12a6b2153bd6c3c6292719dc
-DIST freebsd-src-11.1.tar.xz 147661560 BLAKE2B 
a9e6ba9d0e12c8b56ac58575d5f02931edbb6a3545d9dccae78810d2d0470a29b29dd7f724b03b8afafbca23717a71346e4cfbd3530e0f40118a23609c3f414e
 SHA512 
b97707ec7a601ca6bcb682c45f6d94a38484301ac24630d7285eff6f88b027ce6900c93fc62f8ce36e0cf32c91f73a9d1c999db397b7f8782fd74a8551a03aca
-DIST freebsd-sys-9.1.tar.bz2 32588103 BLAKE2B 
7f94a4735c6a17b39a86fa0fda0682924b18e4b466dc6319a5df889522aaeaffaa87e1b76582c48ae034df8c20169c8cea93bbd3d6e7abd0526716686f88dfe8
 SHA512 
7dc9d9e00dde8f592bb171f4386d02b655b73cb4f153fe5ec063d010a148ef0639eae0dcdb3eeb09ecd1e3653c69e49a2d261329fa6d0381d2ddabe258ddde6d
-DIST freebsd-ubin-9.1.tar.bz2 1910472 BLAKE2B 
4bab770072543d9eb25ce7ce450084e0eb9ca603deb58886a26495a92a05373f4f8f5821c65dc76365bf325a7291e6b630b00af5ba895784093d450163637504
 SHA512 
74ae0aceec8597aa66c3f1ab313f0685a3c63d7273c36ae7baf8794275ad9bca241c60c3f6281cccf6d531d250d7611099977d3b1a27279cef3586401b6af05e

diff --git a/sys-freebsd/freebsd-cddl/files/freebsd-cddl-11.0-add-libs.patch 
b/sys-freebsd/freebsd-cddl/files/freebsd-cddl-11.0-add-libs.patch
deleted file mode 100644
index 46f25217bda..000
--- a/sys-freebsd/freebsd-cddl/files/freebsd-cddl-11.0-add-libs.patch
+++ /dev/null
@@ -1,87 +0,0 @@
-diff --git a/cddl/sbin/zfs/Makefile b/cddl/sbin/zfs/Makefile
-index 1e386e5..a4c08ee 100644
 a/cddl/sbin/zfs/Makefile
-+++ b/cddl/sbin/zfs/Makefile
-@@ -22,6 +22,6 @@ CFLAGS+= 
-I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs
- CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common/sys
- CFLAGS+= -I${.CURD

[gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-ubin/, profiles/, sys-freebsd/freebsd-ubin/files/

2019-10-11 Thread Michał Górny
commit: bddc67d6177985c2a908d8b3c24c0ddc6da12a8f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:11:24 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:16:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bddc67d6

sys-freebsd/freebsd-ubin: Remove last-rited pkg

Closes: https://bugs.gentoo.org/683284
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask  |   1 -
 sys-freebsd/freebsd-ubin/Manifest  |   9 -
 .../files/freebsd-ubin-10.2-bsdxml.patch   |  13 --
 .../files/freebsd-ubin-10.2-talk-workaround.patch  |  12 --
 .../files/freebsd-ubin-11.0-setXid.patch   | 147 --
 .../files/freebsd-ubin-11.1-fixmakefiles.patch |  12 --
 .../files/freebsd-ubin-11.1-man-paths.patch|  40 
 .../files/freebsd-ubin-6.0-bsdcmp.patch|  13 --
 .../files/freebsd-ubin-8.0-xinstall.patch  |  26 ---
 .../files/freebsd-ubin-9.0-fixmakefiles.patch  |  11 --
 .../files/freebsd-ubin-9.1-ar-libarchive3.patch|  19 --
 .../files/freebsd-ubin-9.1-bsdar.patch |  25 ---
 .../freebsd-ubin/files/freebsd-ubin-9.1-grep.patch |  17 --
 .../files/freebsd-ubin-9.1-kdump-ioctl.patch   |  24 ---
 .../files/freebsd-ubin-9.1-minigzip.patch  |  10 -
 .../files/freebsd-ubin-lint-stdarg.patch   |  24 ---
 .../freebsd-ubin/files/freebsd-ubin-setXid.patch   | 129 -
 .../freebsd-ubin/files/locate-updatedb-cron|   6 -
 sys-freebsd/freebsd-ubin/files/login.1.pamd|   4 -
 sys-freebsd/freebsd-ubin/files/passwd.1.pamd   |   7 -
 sys-freebsd/freebsd-ubin/files/su.1.pamd   |  15 --
 .../freebsd-ubin/freebsd-ubin-11.1-r1.ebuild   | 214 -
 sys-freebsd/freebsd-ubin/freebsd-ubin-11.1.ebuild  | 211 
 .../freebsd-ubin/freebsd-ubin-9.1-r2.ebuild| 180 -
 .../freebsd-ubin/freebsd-ubin-9.1-r3.ebuild| 180 -
 sys-freebsd/freebsd-ubin/metadata.xml  |  19 --
 26 files changed, 1368 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 48ecdff2807..b0be810d41b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -760,7 +760,6 @@ sys-freebsd/freebsd-rescue
 sys-freebsd/freebsd-sbin
 sys-freebsd/freebsd-share
 sys-freebsd/freebsd-sources
-sys-freebsd/freebsd-ubin
 
 # Lars Wendler  (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.

diff --git a/sys-freebsd/freebsd-ubin/Manifest 
b/sys-freebsd/freebsd-ubin/Manifest
deleted file mode 100644
index f2d19a2e5f8..000
--- a/sys-freebsd/freebsd-ubin/Manifest
+++ /dev/null
@@ -1,9 +0,0 @@
-DIST freebsd-bin-9.1.tar.bz2 385664 BLAKE2B 
f890e37393186ae2cddf8868d47ca8a7a5767240f02aa0d353561fd746da3c0ca57461871906481b75c8c52c9f6d45f7ea5b3c9b30f27fe81a3a64fba3085e8b
 SHA512 
fa0571a705befe1cb9c07285d3df55c9b5f4f295760511d668d80fec8cd4d59b70c676f07164f2aa44911decef0fb54fa6d78405ac2ceec822b6b8920abc5ca8
-DIST freebsd-cddl-9.1.tar.bz2 899348 BLAKE2B 
419e475b4c3debacd0d0fbbad4d1b13685c1c5ac741cc8cfb53dadce9d30cf9ddd7132ef8ab897787be538028d34bb9603eb76caf7650f4f50bb3295f19bf035
 SHA512 
ae0a969e710785bbcf36a2ec22cc5b1dcdb25398be951e047a1237d0c977e38fc9e05504db51f8bf9ed83bc1f68b04fc88ce18fc48a93f785b8a3f8ef481bacd
-DIST freebsd-contrib-9.1.tar.bz2 54751432 BLAKE2B 
8a30e78021e6388d679637d2dbe0ed3f4896d3902064baaafa79de9c328171cbcb895b0ffd3d0d0cd3ca25c93a73584ed4900b45bd672a73b15b75721de59de5
 SHA512 
71be13049258c6e6b5e4f63cc16da5d349a89d68f04d87446e4ad33ae8bf2a93ea67d9c256b7bec60b61e65db0487268070cfb77a484c3ac0f8ba368b48c2438
-DIST freebsd-etc-9.1.tar.bz2 207776 BLAKE2B 
61fbfa11dfcd24c007c20940a4b7cc802dfb9a991e41433840c57f113eaaa9e2b833a15f48d60c706e55d941b0a999baabd0c33197cffd522b67c57eaa9460f1
 SHA512 
4fbe56fde519cf2f44e39a8869efa26c34f703cf540f4a83389da8d170873d7c6fb18e4010e643b8d793cfc5c55d15eeb198057a5b2a8da9d9e8f791801bf314
-DIST freebsd-include-9.1.tar.bz2 146881 BLAKE2B 
3db8570a8c841ec1c9ceff479bd0ef9b146b2a343d6596892c9d8a9f9193404f6c62712cb96d7416c6e5cc4c46e7fb942421c47e1bc2c707dde534e2050be442
 SHA512 
779c8315ce2b10b343bb62e331525d510b0d68ce5d665a1672bd6f4d1eff6445bc6b7a0f178b319828aa203c4e4c04c561ce793052703f4f936ce9711280a0c9
-DIST freebsd-lib-9.1.tar.bz2 3206685 BLAKE2B 
67f93b7951fc03e877ee525d53b81ba49c8c1a70041c30aac97665d5dab7b3f2817fdb3bbb1475be66c33a7f996309e9020f1a3d1154fab8e2f6789f5ae0bb18
 SHA512 
40d0c36b6b889c404fa0e0afa38ba4e84a55bc88ffa2f98a70afbd7a32c4f32c158617ba770567d082a986d62c09b3ec8db3dc5ab853ee1c9bbe0b90bb82396e
-DIST freebsd-src-11.1.tar.xz 147661560 BLAKE2B 
a9e6ba9d0e12c8b56ac58575d5f02931edbb6a3545d9dccae78810d2d0470a29b29dd7f724b03b8afafbca23717a71346e4cfbd3530e0f40118a23609c3f414e
 SHA512 
b97707ec7a601ca6bcb682c45f6d94a38484301ac24630d7285eff6f88b027ce6900c93fc62f8ce36e0cf32c91f73a9d1c999db397b7f8782fd74a8551a03aca
-DIST freebsd-sys-9.1.tar.bz2 32588103 BLAKE2B

[gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-lib/files/, profiles/, sys-freebsd/freebsd-lib/

2019-10-11 Thread Michał Górny
commit: fcffec51617eb1b9863701e7f55f5dcb36c84a99
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:15:09 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:16:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcffec51

sys-freebsd/freebsd-lib: Remove last-rited pkg

Closes: https://bugs.gentoo.org/683284
Signed-off-by: Michał Górny  gentoo.org>

 profiles/info_pkgs |   1 -
 profiles/package.mask  |   1 -
 sys-freebsd/freebsd-lib/Manifest   |  11 -
 sys-freebsd/freebsd-lib/files/bootpd.confd |   7 -
 sys-freebsd/freebsd-lib/files/bootpd.initd |  27 -
 .../files/freebsd-lib-11.0-bsdxml2expat.patch  |  39 --
 .../files/freebsd-lib-11.0-libproc-libcxx.patch|  13 -
 .../files/freebsd-lib-11.0-workaround.patch|  12 -
 .../files/freebsd-lib-11.1-elf-nhdr.patch  |  10 -
 .../files/freebsd-lib-11.1-liblink.patch   | 142 -
 .../files/freebsd-lib-6.0-flex-2.5.31.patch|  13 -
 .../freebsd-lib/files/freebsd-lib-6.0-pmc.patch|  13 -
 .../freebsd-lib/files/freebsd-lib-6.1-csu.patch|  20 -
 .../files/freebsd-lib-7.1-types.h-fix.patch|  15 -
 .../freebsd-lib/files/freebsd-lib-8.0-gcc45.patch  |  28 -
 .../files/freebsd-lib-9.0-bluetooth.patch  |  12 -
 .../files/freebsd-lib-9.0-cve-2010-2632.patch  | 215 ---
 .../files/freebsd-lib-9.0-liblink.patch|  21 -
 .../files/freebsd-lib-9.0-netware.patch|  11 -
 .../files/freebsd-lib-9.0-opieincludes.patch   | 122 
 .../files/freebsd-lib-9.1-.eh_frame_hdr-fix.patch  |  17 -
 .../files/freebsd-lib-9.1-aligned_alloc.patch  |  51 --
 .../files/freebsd-lib-9.1-rmgssapi.patch   |  16 -
 .../files/freebsd-lib-add-nossp-cflags.patch   |  30 -
 .../files/freebsd-lib-bsdxml2expat.patch   |  26 -
 .../freebsd-lib/files/freebsd-lib-includes.patch   |  13 -
 .../files/freebsd-sources-9.0-sysctluint.patch |  13 -
 sys-freebsd/freebsd-lib/files/libusb-1.0.pc.in |  11 -
 sys-freebsd/freebsd-lib/files/libusb.pc.in |  11 -
 sys-freebsd/freebsd-lib/files/rquotad.xinetd   |  11 -
 sys-freebsd/freebsd-lib/files/rstatd.xinetd|  11 -
 sys-freebsd/freebsd-lib/files/rusersd.xinetd   |  11 -
 sys-freebsd/freebsd-lib/files/sprayd.xinetd|  11 -
 sys-freebsd/freebsd-lib/files/walld.xinetd |  11 -
 sys-freebsd/freebsd-lib/freebsd-lib-11.1-r1.ebuild | 708 -
 sys-freebsd/freebsd-lib/freebsd-lib-9.1-r11.ebuild | 616 --
 sys-freebsd/freebsd-lib/metadata.xml   |  15 -
 37 files changed, 2315 deletions(-)

diff --git a/profiles/info_pkgs b/profiles/info_pkgs
index b90b3c60115..fc75b02ca9a 100644
--- a/profiles/info_pkgs
+++ b/profiles/info_pkgs
@@ -10,7 +10,6 @@ sys-libs/glibc
 sys-libs/musl
 sys-libs/uclibc
 sys-libs/uclibc-ng
-sys-freebsd/freebsd-lib
 sys-devel/binutils
 sys-devel/libtool
 sys-devel/make

diff --git a/profiles/package.mask b/profiles/package.mask
index 9b939a586ee..0c6ff57cd4a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -750,7 +750,6 @@ dev-libs/actor-framework
 # Removal in 30 days.  Bug #683284.
 sys-freebsd/boot0
 sys-freebsd/freebsd-cddl
-sys-freebsd/freebsd-lib
 
 # Lars Wendler  (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.

diff --git a/sys-freebsd/freebsd-lib/Manifest b/sys-freebsd/freebsd-lib/Manifest
deleted file mode 100644
index 8f845c346af..000
--- a/sys-freebsd/freebsd-lib/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
-DIST freebsd-cddl-9.1.tar.bz2 899348 BLAKE2B 
419e475b4c3debacd0d0fbbad4d1b13685c1c5ac741cc8cfb53dadce9d30cf9ddd7132ef8ab897787be538028d34bb9603eb76caf7650f4f50bb3295f19bf035
 SHA512 
ae0a969e710785bbcf36a2ec22cc5b1dcdb25398be951e047a1237d0c977e38fc9e05504db51f8bf9ed83bc1f68b04fc88ce18fc48a93f785b8a3f8ef481bacd
-DIST freebsd-contrib-9.1.tar.bz2 54751432 BLAKE2B 
8a30e78021e6388d679637d2dbe0ed3f4896d3902064baaafa79de9c328171cbcb895b0ffd3d0d0cd3ca25c93a73584ed4900b45bd672a73b15b75721de59de5
 SHA512 
71be13049258c6e6b5e4f63cc16da5d349a89d68f04d87446e4ad33ae8bf2a93ea67d9c256b7bec60b61e65db0487268070cfb77a484c3ac0f8ba368b48c2438
-DIST freebsd-crypto-9.1.tar.bz2 5682828 BLAKE2B 
f6b14f5319932b8680a79abab41ff6b447045464992ad8a22ebc0a6bf89f60559881ed34a26639d5d09af7b66972d2105181186c4cb42c5d6fdbf65b342ae38a
 SHA512 
40c7a8150fb3ddd93488502a976ce03e992e6f4fb28aa3e5e102d4915f8ff49fe9085995ccfecacefc3b665e23c85cc3a0cdeec20a32c79e04458f7cc88630d9
-DIST freebsd-etc-9.1.tar.bz2 207776 BLAKE2B 
61fbfa11dfcd24c007c20940a4b7cc802dfb9a991e41433840c57f113eaaa9e2b833a15f48d60c706e55d941b0a999baabd0c33197cffd522b67c57eaa9460f1
 SHA512 
4fbe56fde519cf2f44e39a8869efa26c34f703cf540f4a83389da8d170873d7c6fb18e4010e643b8d793cfc5c55d15eeb198057a5b2a8da9d9e8f791801bf314
-DIST freebsd-gnu-9.1.tar.bz2 795778 BLAKE2B 
a922a8bd2c8a7ddbac757e7db900109918bf214a34988ad

[gentoo-commits] repo/gentoo:master commit in: profiles/, sys-freebsd/freebsd-share/files/, sys-freebsd/freebsd-share/

2019-10-11 Thread Michał Górny
commit: 72dd0b8f703f76eb0bca96487ad88b469dc6646f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:13:37 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:16:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72dd0b8f

sys-freebsd/freebsd-share: Remove last-rited pkg

Closes: https://bugs.gentoo.org/683284
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask  |   1 -
 sys-freebsd/freebsd-share/Manifest |   1 -
 .../files/freebsd-share-10.0-gentoo-eapi3.patch|  17 ---
 .../files/freebsd-share-10.2-gnu-miscfiles.patch   |  30 -
 .../files/freebsd-share-10.3-gentoo-skel.patch |  20 
 .../files/freebsd-share-SA-1808-tcp-11.patch   |  23 
 .../files/freebsd-share-SA-1810-ip.patch   | 113 ---
 .../freebsd-share/freebsd-share-11.1.ebuild| 118 
 .../freebsd-share/freebsd-share-11.1_p1.ebuild | 122 -
 sys-freebsd/freebsd-share/metadata.xml |  11 --
 10 files changed, 456 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 2fbdf5f1658..b906cfdb6d9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -756,7 +756,6 @@ sys-freebsd/freebsd-mk-defs
 sys-freebsd/freebsd-pam-modules
 sys-freebsd/freebsd-pf
 sys-freebsd/freebsd-rescue
-sys-freebsd/freebsd-share
 
 # Lars Wendler  (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.

diff --git a/sys-freebsd/freebsd-share/Manifest 
b/sys-freebsd/freebsd-share/Manifest
deleted file mode 100644
index f3dcd89d595..000
--- a/sys-freebsd/freebsd-share/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST freebsd-src-11.1.tar.xz 147661560 BLAKE2B 
a9e6ba9d0e12c8b56ac58575d5f02931edbb6a3545d9dccae78810d2d0470a29b29dd7f724b03b8afafbca23717a71346e4cfbd3530e0f40118a23609c3f414e
 SHA512 
b97707ec7a601ca6bcb682c45f6d94a38484301ac24630d7285eff6f88b027ce6900c93fc62f8ce36e0cf32c91f73a9d1c999db397b7f8782fd74a8551a03aca

diff --git 
a/sys-freebsd/freebsd-share/files/freebsd-share-10.0-gentoo-eapi3.patch 
b/sys-freebsd/freebsd-share/files/freebsd-share-10.0-gentoo-eapi3.patch
deleted file mode 100644
index 1d0a53ef10c..000
--- a/sys-freebsd/freebsd-share/files/freebsd-share-10.0-gentoo-eapi3.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/share/i18n/esdb/Makefile.part b/share/i18n/esdb/Makefile.part
-index 9ca8577..329e9fb 100644
 a/share/i18n/esdb/Makefile.part
-+++ b/share/i18n/esdb/Makefile.part
-@@ -13,10 +13,10 @@ PART!= sed '/^\#/d;/^ *$$/d' ${PARTFILE}
- .endif
- .if !defined(NO_EPREFIX)
- CODESETS?= ${PART:C/^/${CODE}${SEP}/}
--EPREFIX?= ${CODE}${SEP}
-+EPREFIX= ${CODE}${SEP}
- .else
- CODESETS?= ${PART}
--EPREFIX?= 
-+EPREFIX=  
- .endif
- ESUBDIR?= ${CODE}
- ESDB?=${CODESETS:C/$/.esdb/:S/:/@/}

diff --git 
a/sys-freebsd/freebsd-share/files/freebsd-share-10.2-gnu-miscfiles.patch 
b/sys-freebsd/freebsd-share/files/freebsd-share-10.2-gnu-miscfiles.patch
deleted file mode 100644
index 1dc848873a6..000
--- a/sys-freebsd/freebsd-share/files/freebsd-share-10.2-gnu-miscfiles.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff --git a/share/dict/Makefile b/share/dict/Makefile
-index 3e2a0df..5395077 100644
 a/share/dict/Makefile
-+++ b/share/dict/Makefile
-@@ -4,8 +4,7 @@
- NO_OBJ=
- 
- # XXX MISSING:connectives words
--FILES=README propernames web2 web2a freebsd
-+FILES=README freebsd
- FILESDIR= ${BINDIR}/dict
--SYMLINKS= web2 ${FILESDIR}/words
- 
- .include 
-diff --git a/share/misc/Makefile b/share/misc/Makefile
-index ffd42d8..7eb90bb 100644
 a/share/misc/Makefile
-+++ b/share/misc/Makefile
-@@ -5,9 +5,9 @@
- 
- .PATH:${.CURDIR}/../../sys/dev/usb
- 
--FILES=ascii birthtoken bsd-family-tree committers-doc.dot 
committers-ports.dot \
-+FILES=bsd-family-tree committers-doc.dot committers-ports.dot \
-   committers-src.dot eqnchar flowers init.ee \
--  iso3166 iso639 latin1 man.template mdoc.template operator pci_vendors \
-+  iso3166 iso639 man.template mdoc.template pci_vendors \
-   scsi_modes \
-   organization.dot
- 

diff --git 
a/sys-freebsd/freebsd-share/files/freebsd-share-10.3-gentoo-skel.patch 
b/sys-freebsd/freebsd-share/files/freebsd-share-10.3-gentoo-skel.patch
deleted file mode 100644
index 79e29e989e2..000
--- a/sys-freebsd/freebsd-share/files/freebsd-share-10.3-gentoo-skel.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/share/skel/Makefile b/share/skel/Makefile
-index 024985c..6f6e563 100644
 a/share/skel/Makefile
-+++ b/share/skel/Makefile
-@@ -2,11 +2,11 @@
- # $FreeBSD: stable/10/share/skel/Makefile 291794 2015-12-04 18:21:05Z 
bdrewery $
- 
- FILESGROUPS=  FILES1 FILES2
--FILES1=   dot.cshrc dot.login dot.login_conf dot.mailrc 
dot.profile \
-+FILES1=   dot.login_conf dot.mailrc \
-   dot.shrc
--

[gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-mk-defs/, profiles/, sys-freebsd/freebsd-mk-defs/files/

2019-10-11 Thread Michał Górny
commit: 451e38f5be46d11db615b2ad723f3ff44f79fb9f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:14:25 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:16:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=451e38f5

sys-freebsd/freebsd-mk-defs: Remove last-rited pkg

Closes: https://bugs.gentoo.org/683284
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask  |   1 -
 sys-freebsd/freebsd-mk-defs/Manifest   |   1 -
 ...reebsd-mk-defs-11.0-drop-unsupport-cflags.patch |  13 -
 .../files/freebsd-mk-defs-11.0-gnu.patch   |  63 
 .../freebsd-mk-defs-11.0-libproc-libcxx.patch  |  13 -
 .../files/freebsd-mk-defs-11.0-rename-libs.patch   |  16 -
 .../files/freebsd-mk-defs-11.1-gentoo.patch| 343 -
 .../freebsd-mk-defs/freebsd-mk-defs-11.1.ebuild|  54 
 sys-freebsd/freebsd-mk-defs/metadata.xml   |   8 -
 9 files changed, 512 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 61b07b1d259..59f8a66a07f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -752,7 +752,6 @@ sys-freebsd/boot0
 sys-freebsd/freebsd-cddl
 sys-freebsd/freebsd-lib
 sys-freebsd/freebsd-libexec
-sys-freebsd/freebsd-mk-defs
 
 # Lars Wendler  (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.

diff --git a/sys-freebsd/freebsd-mk-defs/Manifest 
b/sys-freebsd/freebsd-mk-defs/Manifest
deleted file mode 100644
index f3dcd89d595..000
--- a/sys-freebsd/freebsd-mk-defs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST freebsd-src-11.1.tar.xz 147661560 BLAKE2B 
a9e6ba9d0e12c8b56ac58575d5f02931edbb6a3545d9dccae78810d2d0470a29b29dd7f724b03b8afafbca23717a71346e4cfbd3530e0f40118a23609c3f414e
 SHA512 
b97707ec7a601ca6bcb682c45f6d94a38484301ac24630d7285eff6f88b027ce6900c93fc62f8ce36e0cf32c91f73a9d1c999db397b7f8782fd74a8551a03aca

diff --git 
a/sys-freebsd/freebsd-mk-defs/files/freebsd-mk-defs-11.0-drop-unsupport-cflags.patch
 
b/sys-freebsd/freebsd-mk-defs/files/freebsd-mk-defs-11.0-drop-unsupport-cflags.patch
deleted file mode 100644
index d12bbbe552f..000
--- 
a/sys-freebsd/freebsd-mk-defs/files/freebsd-mk-defs-11.0-drop-unsupport-cflags.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/share/mk/bsd.sys.mk b/share/mk/bsd.sys.mk
-index 37c4d01..e840a25 100644
 a/share/mk/bsd.sys.mk
-+++ b/share/mk/bsd.sys.mk
-@@ -112,7 +112,7 @@ CWARNFLAGS+=   -Wno-error=unused-function 
-Wno-error=enum-compare -Wno-error=logic
- .if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} >= 30600
- FORMAT_EXTENSIONS=-D__printf__=__freebsd_kprintf__
- .else
--FORMAT_EXTENSIONS=-fformat-extensions
-+FORMAT_EXTENSIONS=
- .endif
- 
- .if defined(IGNORE_PRAGMA)

diff --git a/sys-freebsd/freebsd-mk-defs/files/freebsd-mk-defs-11.0-gnu.patch 
b/sys-freebsd/freebsd-mk-defs/files/freebsd-mk-defs-11.0-gnu.patch
deleted file mode 100644
index 97e882d51aa..000
--- a/sys-freebsd/freebsd-mk-defs/files/freebsd-mk-defs-11.0-gnu.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-diff --git a/share/mk/bsd.lib.mk b/share/mk/bsd.lib.mk
-index 92df111..88c75d9 100644
 a/share/mk/bsd.lib.mk
-+++ b/share/mk/bsd.lib.mk
-@@ -184,7 +184,7 @@ _LIBS= lib${LIB_PRIVATE}${LIB}.a
- lib${LIB_PRIVATE}${LIB}.a: ${OBJS} ${STATICOBJS}
-   @${ECHO} building static ${LIB} library
-   @rm -f ${.TARGET}
--  ${AR} ${ARFLAGS} ${.TARGET} `NM='${NM}' NMFLAGS='${NMFLAGS}' lorder 
${OBJS} ${STATICOBJS} | tsort -q` ${ARADD}
-+  ${AR} ${ARFLAGS} ${.TARGET} ${OBJS} ${STATICOBJS} ${ARADD}
-   ${RANLIB} ${RANLIBFLAGS} ${.TARGET}
- .endif
- 
-@@ -199,7 +199,7 @@ CLEANFILES+=   ${POBJS}
- lib${LIB_PRIVATE}${LIB}_p.a: ${POBJS}
-   @${ECHO} building profiled ${LIB} library
-   @rm -f ${.TARGET}
--  ${AR} ${ARFLAGS} ${.TARGET} `NM='${NM}' NMFLAGS='${NMFLAGS}' lorder 
${POBJS} | tsort -q` ${ARADD}
-+  ${AR} ${ARFLAGS} ${.TARGET} {POBJS} ${ARADD}
-   ${RANLIB} ${RANLIBFLAGS} ${.TARGET}
- .endif
- 
-@@ -247,7 +247,7 @@ ${SHLIB_NAME_FULL}: ${SOBJS}
- .endif
-   ${_LD:N${CCACHE_BIN}} ${LDFLAGS} ${SSP_CFLAGS} ${SOLINKOPTS} \
-   -o ${.TARGET} -Wl,-soname,${SONAME} \
--  `NM='${NM}' NMFLAGS='${NMFLAGS}' lorder ${SOBJS} | tsort -q` 
${LDADD}
-+  `echo ${SOBJS} | xargs -n 1 echo | sort -u` ${LDADD}
- .if ${MK_CTF} != "no"
-   ${CTFMERGE} ${CTFFLAGS} -o ${.TARGET} ${SOBJS}
- .endif
-@@ -312,13 +312,6 @@ _EXTRADEPEND:
- 
- .if !target(install)
- 
--.if defined(PRECIOUSLIB)
--.if !defined(NO_FSCHG)
--SHLINSTALLFLAGS+= -fschg
--.endif
--SHLINSTALLFLAGS+= -S
--.endif
--
- _INSTALLFLAGS:=   ${INSTALLFLAGS}
- .for ie in ${INSTALLFLAGS_EDIT}
- _INSTALLFLAGS:=   ${_INSTALLFLAGS${ie}}
-diff --git a/share/mk/bsd.prog.mk b/share/mk/bsd.prog.mk
-index 3b1ecf8..26ac9c5 100644
 a/share/mk/bsd.prog.mk
-+++ b/share/mk/bsd.prog.mk
-@@ -196,13 +196,6 @@ _EXTRADEPEND:
- 
- .if !target(install)
- 
--

[gentoo-commits] repo/gentoo:master commit in: profiles/, sys-freebsd/ubin-wrappers/

2019-10-11 Thread Michał Górny
commit: 3a78edbd95871508577371cb0a55bc5367bf83e1
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:09:45 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:16:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a78edbd

sys-freebsd/ubin-wrappers: Remove last-rited pkg

Closes: https://bugs.gentoo.org/683284
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask|  1 -
 sys-freebsd/ubin-wrappers/metadata.xml   |  5 
 sys-freebsd/ubin-wrappers/ubin-wrappers-0.ebuild | 36 
 3 files changed, 42 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 2b6c0096e17..b05ac5efb25 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -762,7 +762,6 @@ sys-freebsd/freebsd-share
 sys-freebsd/freebsd-sources
 sys-freebsd/freebsd-ubin
 sys-freebsd/freebsd-usbin
-sys-freebsd/ubin-wrappers
 
 # Lars Wendler  (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.

diff --git a/sys-freebsd/ubin-wrappers/metadata.xml 
b/sys-freebsd/ubin-wrappers/metadata.xml
deleted file mode 100644
index 7a38bb90096..000
--- a/sys-freebsd/ubin-wrappers/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-

diff --git a/sys-freebsd/ubin-wrappers/ubin-wrappers-0.ebuild 
b/sys-freebsd/ubin-wrappers/ubin-wrappers-0.ebuild
deleted file mode 100644
index e183e180cc9..000
--- a/sys-freebsd/ubin-wrappers/ubin-wrappers-0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="/usr/bin wrapper scripts for FreeBSD script compatibility"
-HOMEPAGE="https://www.gentoo.org";
-SRC_URI=""
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64-fbsd ~x86-fbsd"
-IUSE="userland_BSD userland_GNU"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"
-
-dowrap() {
-   local x
-   for x do
-   [[ -e ${x} ]] || die "${x} does not exist"
-   newbin - "$(basename "${x}")" <<-EOF
-   #!/bin/sh
-   exec ${x} \${1:+"\$@"}
-   EOF
-   done
-}
-
-src_install() {
-   dowrap \
-   
"${EPREFIX}"/bin/{bunzip2,bzcat,cpio,egrep,fgrep,grep,gunzip,gzip,zcat}
-   use userland_BSD && dowrap "${EPREFIX}"/bin/sort
-   use userland_GNU && dowrap "${EPREFIX}"/bin/{fuser,sed,uncompress}
-}



[gentoo-commits] repo/gentoo:master commit in: profiles/, sys-freebsd/boot0/, sys-freebsd/boot0/files/

2019-10-11 Thread Michał Górny
commit: 785cfa5ce80982fcb0d0d5b3ed097b2efaf0d9a9
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:15:58 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:16:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=785cfa5c

sys-freebsd/boot0: Remove last-rited pkg

Closes: https://bugs.gentoo.org/683284
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask  | 17 -
 sys-freebsd/boot0/Manifest |  1 -
 sys-freebsd/boot0/boot0-11.1.ebuild| 86 --
 sys-freebsd/boot0/files/boot0-11.0-gcc46.patch | 14 
 .../boot0/files/boot0-add-nossp-cflags.patch   | 11 ---
 sys-freebsd/boot0/metadata.xml | 12 ---
 6 files changed, 141 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 086f537028d..568436850f2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -733,23 +733,6 @@ dev-libs/cgicc
 # Removal in 30 days.  Bug #691264.
 dev-libs/actor-framework
 
-# Michał Górny  (2019-09-11)
-# Gentoo/FreeBSD project is effectively dead.  The core packages are
-# outdated and vulnerable.  We do not have a fully working install,
-# and I have not been able to find anyone knowing how to create one.
-# Leaf packages are failing to build more and more frequently, some
-# simply because of our outdated base system.  The profiles were marked
-# exp two months ago not to stall other developers, core packages are
-# masked for at least two months, and nowadays they have unsatisfied
-# dependencies already.
-#
-# If anyone wishes to take the effort over, please consider it urgent.
-# If not, I will slowly start removing remaining parts of FreeBSD
-# after this batch, and checking which packages can be salvaged.
-#
-# Removal in 30 days.  Bug #683284.
-sys-freebsd/boot0
-
 # Lars Wendler  (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.
 # Masked for removal.

diff --git a/sys-freebsd/boot0/Manifest b/sys-freebsd/boot0/Manifest
deleted file mode 100644
index f3dcd89d595..000
--- a/sys-freebsd/boot0/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST freebsd-src-11.1.tar.xz 147661560 BLAKE2B 
a9e6ba9d0e12c8b56ac58575d5f02931edbb6a3545d9dccae78810d2d0470a29b29dd7f724b03b8afafbca23717a71346e4cfbd3530e0f40118a23609c3f414e
 SHA512 
b97707ec7a601ca6bcb682c45f6d94a38484301ac24630d7285eff6f88b027ce6900c93fc62f8ce36e0cf32c91f73a9d1c999db397b7f8782fd74a8551a03aca

diff --git a/sys-freebsd/boot0/boot0-11.1.ebuild 
b/sys-freebsd/boot0/boot0-11.1.ebuild
deleted file mode 100644
index 6b33a6891f7..000
--- a/sys-freebsd/boot0/boot0-11.1.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit bsdmk freebsd flag-o-matic toolchain-funcs
-
-DESCRIPTION="FreeBSD's bootloader"
-SLOT="0"
-
-IUSE="bzip2 ieee1394 tftp zfs"
-
-# Security Advisory and Errata patches.
-# UPSTREAM_PATCHES=()
-
-if [[ ${PV} != ** ]]; then
-   KEYWORDS="~amd64-fbsd ~x86-fbsd"
-   SRC_URI="${SRC_URI}
-   $(freebsd_upstream_patches)"
-fi
-
-EXTRACTONLY="
-   sys/
-   lib/
-   contrib/bzip2/
-   contrib/zlib/
-"
-
-RDEPEND=""
-DEPEND="=sys-freebsd/freebsd-mk-defs-${RV}*
-   =sys-freebsd/freebsd-lib-${RV}*"
-
-S="${WORKDIR}/sys/boot"
-
-PATCHES=( "${FILESDIR}/${PN}-11.0-gcc46.patch"
-   "${FILESDIR}/${PN}-add-nossp-cflags.patch" )
-
-boot0_use_enable() {
-   use ${1} && mymakeopts="${mymakeopts} LOADER_${2}_SUPPORT=\"yes\""
-   use ${1} || mymakeopts="${mymakeopts} WITHOUT_${2}= "
-}
-
-pkg_setup() {
-   boot0_use_enable ieee1394 FIREWIRE
-   boot0_use_enable zfs ZFS
-   boot0_use_enable tftp TFTP
-   boot0_use_enable bzip2 BZIP2
-}
-
-src_prepare() {
-   sed -e '/-mno-align-long-strings/d' \
-   -i "${S}"/i386/boot2/Makefile \
-   -i "${S}"/i386/gptboot/Makefile \
-   -i "${S}"/i386/gptzfsboot/Makefile \
-   -i "${S}"/i386/zfsboot/Makefile || die
-
-   mymakeopts="${mymakeopts} LOADER_NO_GELI_SUPPORT=yes"
-   export MAKEOBJDIRPREFIX="${WORKDIR}/build"
-}
-
-src_compile() {
-   strip-flags
-   append-flags "-fno-strict-aliasing"
-
-   cd "${WORKDIR}/lib/libstand" || die
-   freebsd_src_compile
-
-   CFLAGS="${CFLAGS} -I${WORKDIR}/lib/libstand"
-   LDFLAGS="${LDFLAGS} -L${MAKEOBJDIRPREFIX}/${WORKDIR}/lib/libstand"
-   export LIBSTAND="${MAKEOBJDIRPREFIX}/${WORKDIR}/lib/libstand/libstand.a"
-
-   cd "${S}" || die
-   NOFLAGSTRIP="yes" freebsd_src_compile
-}
-
-src_install() {
-   dodir /boot/defaults
-   freebsd_src_install FILESDIR=/boot
-
-   cd "${WORKDIR}/sys/$(tc-arch-kernel)/conf" || die
-   insinto /boot
-   newins GENERIC.hints device.hints
-
-   echo 'CONFIG_PROTECT="/boot/device.hints"' > "${T}"/50boot0
-   doenvd

[gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-libexec/files/, sys-freebsd/freebsd-libexec/, profiles/

2019-10-11 Thread Michał Górny
commit: 2443bf4c93f63a69c75fd94dda496c4ddbc71695
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:14:45 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:16:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2443bf4c

sys-freebsd/freebsd-libexec: Remove last-rited pkg

Closes: https://bugs.gentoo.org/683284
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask  |  1 -
 sys-freebsd/freebsd-libexec/Manifest   |  7 --
 sys-freebsd/freebsd-libexec/files/bootpd.confd |  7 --
 sys-freebsd/freebsd-libexec/files/bootpd.initd | 27 
 sys-freebsd/freebsd-libexec/files/rquotad.xinetd   | 11 ---
 sys-freebsd/freebsd-libexec/files/rstatd.xinetd| 11 ---
 sys-freebsd/freebsd-libexec/files/rusersd.xinetd   | 11 ---
 sys-freebsd/freebsd-libexec/files/sprayd.xinetd| 11 ---
 sys-freebsd/freebsd-libexec/files/walld.xinetd | 11 ---
 .../freebsd-libexec/freebsd-libexec-9.1-r2.ebuild  | 80 --
 sys-freebsd/freebsd-libexec/metadata.xml   |  8 ---
 11 files changed, 185 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 59f8a66a07f..9b939a586ee 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -751,7 +751,6 @@ dev-libs/actor-framework
 sys-freebsd/boot0
 sys-freebsd/freebsd-cddl
 sys-freebsd/freebsd-lib
-sys-freebsd/freebsd-libexec
 
 # Lars Wendler  (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.

diff --git a/sys-freebsd/freebsd-libexec/Manifest 
b/sys-freebsd/freebsd-libexec/Manifest
deleted file mode 100644
index 14d5749a9d0..000
--- a/sys-freebsd/freebsd-libexec/Manifest
+++ /dev/null
@@ -1,7 +0,0 @@
-DIST freebsd-bin-9.1.tar.bz2 385664 BLAKE2B 
f890e37393186ae2cddf8868d47ca8a7a5767240f02aa0d353561fd746da3c0ca57461871906481b75c8c52c9f6d45f7ea5b3c9b30f27fe81a3a64fba3085e8b
 SHA512 
fa0571a705befe1cb9c07285d3df55c9b5f4f295760511d668d80fec8cd4d59b70c676f07164f2aa44911decef0fb54fa6d78405ac2ceec822b6b8920abc5ca8
-DIST freebsd-contrib-9.1.tar.bz2 54751432 BLAKE2B 
8a30e78021e6388d679637d2dbe0ed3f4896d3902064baaafa79de9c328171cbcb895b0ffd3d0d0cd3ca25c93a73584ed4900b45bd672a73b15b75721de59de5
 SHA512 
71be13049258c6e6b5e4f63cc16da5d349a89d68f04d87446e4ad33ae8bf2a93ea67d9c256b7bec60b61e65db0487268070cfb77a484c3ac0f8ba368b48c2438
-DIST freebsd-etc-9.1.tar.bz2 207776 BLAKE2B 
61fbfa11dfcd24c007c20940a4b7cc802dfb9a991e41433840c57f113eaaa9e2b833a15f48d60c706e55d941b0a999baabd0c33197cffd522b67c57eaa9460f1
 SHA512 
4fbe56fde519cf2f44e39a8869efa26c34f703cf540f4a83389da8d170873d7c6fb18e4010e643b8d793cfc5c55d15eeb198057a5b2a8da9d9e8f791801bf314
-DIST freebsd-lib-9.1.tar.bz2 3206685 BLAKE2B 
67f93b7951fc03e877ee525d53b81ba49c8c1a70041c30aac97665d5dab7b3f2817fdb3bbb1475be66c33a7f996309e9020f1a3d1154fab8e2f6789f5ae0bb18
 SHA512 
40d0c36b6b889c404fa0e0afa38ba4e84a55bc88ffa2f98a70afbd7a32c4f32c158617ba770567d082a986d62c09b3ec8db3dc5ab853ee1c9bbe0b90bb82396e
-DIST freebsd-libexec-9.1.tar.bz2 304592 BLAKE2B 
994543ac910e4703d36682f6c0550596e340605754b9386770660f0ed0e70f8d437185f2010e6be795a8cc508aa7d69c90cc0a0df968c5dd8de4c5c4bb38e8c2
 SHA512 
7baa4160dda2610250dd52f445e24478e0f1ea10bce21fcd0e5d1b856f399b896adc334114de0c7f61a5637e4349bb1688fdbe5c72798d8568ae791114710b92
-DIST freebsd-ubin-9.1.tar.bz2 1910472 BLAKE2B 
4bab770072543d9eb25ce7ce450084e0eb9ca603deb58886a26495a92a05373f4f8f5821c65dc76365bf325a7291e6b630b00af5ba895784093d450163637504
 SHA512 
74ae0aceec8597aa66c3f1ab313f0685a3c63d7273c36ae7baf8794275ad9bca241c60c3f6281cccf6d531d250d7611099977d3b1a27279cef3586401b6af05e
-DIST freebsd-usbin-9.1.tar.bz2 2670916 BLAKE2B 
353c7e641c0cccf25b99cb454368bd3001cd6b85a15956b1ee2de1ab240c420602e04bf6d0389aca0bdd4f7d1206a6848516e58a17eda4881d849f078b71a139
 SHA512 
21c234312f70eb35cd2926519efc1f61592892f5d0940786dbeb959c3c5ec7819a51ae95c6e8a1a06aa01f669350fe0fd3dd7c4ec8a84dd6b90f24cb192356ca

diff --git a/sys-freebsd/freebsd-libexec/files/bootpd.confd 
b/sys-freebsd/freebsd-libexec/files/bootpd.confd
deleted file mode 100644
index 6d238e4d485..000
--- a/sys-freebsd/freebsd-libexec/files/bootpd.confd
+++ /dev/null
@@ -1,7 +0,0 @@
-# Configuration file for /etc/init.d/bootpd
-
-# Name of the configuration file for bootpd
-# bootptab_file="/etc/bootptab"
-
-# Options to pass to bootpd. See bootpd(8).
-# bootpd_opts=""

diff --git a/sys-freebsd/freebsd-libexec/files/bootpd.initd 
b/sys-freebsd/freebsd-libexec/files/bootpd.initd
deleted file mode 100644
index 82288ebf19c..000
--- a/sys-freebsd/freebsd-libexec/files/bootpd.initd
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
-need net
-}
-
-start() {
-   local bootptab=${bootptab_file:-/etc/bootptab}
-
-   if ! [ -f "${bootptab}" ]; then
-   eerror "Unable to find the bootptab file: ${bootptab}"

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

2019-10-11 Thread Michał Górny
commit: 513b5d5719b07dba703134d065dd8e6fa02e94d1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 10 11:54:37 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:20:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513b5d57

sys-devel/clang: Disable installing split shared libs (in 10+)

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

 sys-devel/clang/clang-10.0.0..ebuild | 129 ++-
 1 file changed, 127 insertions(+), 2 deletions(-)

diff --git a/sys-devel/clang/clang-10.0.0..ebuild 
b/sys-devel/clang/clang-10.0.0..ebuild
index 8ff64ebfb1f..aa2c3a2ba5d 100644
--- a/sys-devel/clang/clang-10.0.0..ebuild
+++ b/sys-devel/clang/clang-10.0.0..ebuild
@@ -104,6 +104,126 @@ src_unpack() {
git-r3_checkout "${EGIT_REPO_URI}" "${S}"
 }
 
+check_distribution_components() {
+   if [[ ${CMAKE_MAKEFILE_GENERATOR} == ninja ]]; then
+   local all_targets=() my_targets=() l
+   cd "${BUILD_DIR}" || die
+
+   while read -r l; do
+   if [[ ${l} == install-*-stripped:* ]]; then
+   l=${l#install-}
+   l=${l%%-stripped*}
+
+   case ${l} in
+   # meta-targets
+   clang-libraries|distribution)
+   continue
+   ;;
+   # tools
+   clang|clangd|clang-*)
+   ;;
+   # static libraries
+   clang*|findAllSymbols)
+   continue
+   ;;
+   esac
+
+   all_targets+=( "${l}" )
+   fi
+   done < <(ninja -t targets all)
+
+   while read -r l; do
+   my_targets+=( "${l}" )
+   done < <(get_distribution_components $"\n")
+
+   local add=() remove=()
+   for l in "${all_targets[@]}"; do
+   if ! has "${l}" "${my_targets[@]}"; then
+   add+=( "${l}" )
+   fi
+   done
+   for l in "${my_targets[@]}"; do
+   if ! has "${l}" "${all_targets[@]}"; then
+   remove+=( "${l}" )
+   fi
+   done
+
+   if [[ ${#add[@]} -gt 0 || ${#remove[@]} -gt 0 ]]; then
+   eqawarn "get_distribution_components() is outdated!"
+   eqawarn "   Add: ${add[*]}"
+   eqawarn "Remove: ${remove[*]}"
+   fi
+   cd - >/dev/null || die
+   fi
+}
+
+get_distribution_components() {
+   local sep=${1-;}
+
+   local out=(
+   # common stuff
+   clang-cmake-exports
+   clang-headers
+   clang-resource-headers
+   libclang-headers
+
+   # libs
+   clang-cpp
+   libclang
+   )
+
+   if multilib_is_native_abi; then
+   out+=(
+   # common stuff
+   bash-autocomplete
+   libclang-python-bindings
+
+   # tools
+   c-index-test
+   clang
+   clang-format
+   clang-import-test
+   clang-offload-bundler
+   clang-offload-wrapper
+   clang-refactor
+   clang-rename
+   clang-scan-deps
+   diagtool
+   hmaptool
+
+   # extra tools
+   clang-apply-replacements
+   clang-change-namespace
+   clang-doc
+   clang-include-fixer
+   clang-move
+   clang-query
+   clang-reorder-fields
+   clang-tidy
+   clangd
+   find-all-symbols
+   modularize
+   pp-trace
+   )
+
+   use doc && out+=(
+   docs-clang-html
+   docs-clang-man
+   docs-clang-tools-html
+   docs-clang-tools-man
+   )
+
+   use static-analyzer && out+=(
+   clang-check
+   clang-extdef-mapping
+   scan-build
+   scan-view
+   )
+   fi
+
+   print

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

2019-10-11 Thread Michał Górny
commit: d8174988a5b05e4554ab526d6e601243fb784709
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:21:39 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:21:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8174988

sys-freebsd: Remove empty category

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

 profiles/categories  |  1 -
 sys-freebsd/metadata.xml | 14 --
 2 files changed, 15 deletions(-)

diff --git a/profiles/categories b/profiles/categories
index 0f45f8cd173..238e64d905d 100644
--- a/profiles/categories
+++ b/profiles/categories
@@ -143,7 +143,6 @@ sys-cluster
 sys-devel
 sys-fabric
 sys-firmware
-sys-freebsd
 sys-fs
 sys-kernel
 sys-libs

diff --git a/sys-freebsd/metadata.xml b/sys-freebsd/metadata.xml
deleted file mode 100644
index f03a5547312..000
--- a/sys-freebsd/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   Ebuilds for the Gentoo/FreeBSD base system software.
-   
-   
-   Ebuild per il software di sistema base di Gentoo/FreeBSD.
-   
-   
-   Ebuilds para el software base del sistema Gentoo/FreeBSD.
-   
-
-



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86-fbsd/, profiles/, profiles/default/bsd/fbsd/, ...

2019-10-11 Thread Michał Górny
commit: a1e8bd32788425ab6c2ebc92a599513ade80a944
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:23:00 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:23:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e8bd32

profiles: Remove FreeBSD profiles

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

 profiles/arch/amd64-fbsd/clang/eapi|   1 -
 profiles/arch/amd64-fbsd/clang/make.defaults   |   7 -
 profiles/arch/amd64-fbsd/clang/package.use.force   |  17 --
 profiles/arch/amd64-fbsd/clang/package.use.mask|  21 ---
 profiles/arch/amd64-fbsd/clang/packages|   9 -
 profiles/arch/amd64-fbsd/clang/packages.build  |   9 -
 profiles/arch/amd64-fbsd/clang/parent  |   1 -
 profiles/arch/amd64-fbsd/clang/profile.bashrc  |   8 -
 profiles/arch/amd64-fbsd/eapi  |   1 -
 profiles/arch/amd64-fbsd/make.defaults |  45 -
 profiles/arch/amd64-fbsd/package.use.force |  22 ---
 profiles/arch/amd64-fbsd/package.use.mask  | 166 ---
 profiles/arch/amd64-fbsd/parent|   3 -
 profiles/arch/amd64-fbsd/todo/eapi |   1 -
 profiles/arch/amd64-fbsd/todo/package.use.force|   7 -
 profiles/arch/amd64-fbsd/todo/package.use.mask | 181 -
 profiles/arch/amd64-fbsd/use.force |   5 -
 profiles/arch/amd64-fbsd/use.mask  | 120 --
 profiles/arch/x86-fbsd/eapi|   1 -
 profiles/arch/x86-fbsd/make.defaults   |  33 
 profiles/arch/x86-fbsd/package.use.force   |   8 -
 profiles/arch/x86-fbsd/package.use.mask|  72 
 profiles/arch/x86-fbsd/parent  |   1 -
 profiles/arch/x86-fbsd/use.force   |   3 -
 profiles/arch/x86-fbsd/use.mask|  74 -
 profiles/default/bsd/eapi  |   1 -
 profiles/default/bsd/fbsd/amd64/11.1/clang/eapi|   1 -
 profiles/default/bsd/fbsd/amd64/11.1/clang/parent  |   2 -
 profiles/default/bsd/fbsd/amd64/11.1/eapi  |   1 -
 profiles/default/bsd/fbsd/amd64/11.1/make.defaults |   6 -
 profiles/default/bsd/fbsd/amd64/11.1/parent|   2 -
 profiles/default/bsd/fbsd/amd64/eapi   |   1 -
 profiles/default/bsd/fbsd/amd64/parent |   2 -
 profiles/default/bsd/fbsd/eapi |   1 -
 profiles/default/bsd/fbsd/make.defaults|  25 ---
 profiles/default/bsd/fbsd/package.mask |  17 --
 profiles/default/bsd/fbsd/package.use  |  12 --
 profiles/default/bsd/fbsd/package.use.force|   4 -
 profiles/default/bsd/fbsd/package.use.mask | 103 
 profiles/default/bsd/fbsd/packages |  24 ---
 profiles/default/bsd/fbsd/packages.build   |  50 --
 profiles/default/bsd/fbsd/parent   |   1 -
 profiles/default/bsd/fbsd/profile.bashrc   |  91 ---
 profiles/default/bsd/fbsd/use.force|   3 -
 profiles/default/bsd/fbsd/use.mask |  34 
 profiles/default/bsd/fbsd/x86/11.1/eapi|   1 -
 profiles/default/bsd/fbsd/x86/11.1/make.defaults   |   5 -
 profiles/default/bsd/fbsd/x86/11.1/parent  |   2 -
 profiles/default/bsd/fbsd/x86/eapi |   1 -
 profiles/default/bsd/fbsd/x86/parent   |   2 -
 profiles/default/bsd/make.defaults |   5 -
 profiles/default/bsd/package.mask  |  39 -
 profiles/default/bsd/package.use   |   7 -
 profiles/default/bsd/package.use.force |   3 -
 profiles/default/bsd/package.use.mask  |  91 ---
 profiles/default/bsd/packages  |  16 --
 profiles/default/bsd/parent|   1 -
 profiles/default/bsd/profile.bashrc|  14 --
 profiles/default/bsd/use.force |   2 -
 profiles/default/bsd/use.mask  |  69 
 profiles/profiles.desc |   6 -
 profiles/releases/freebsd-11.1/package.mask|  38 -
 profiles/releases/freebsd-11.1/package.use.mask|   9 -
 profiles/releases/freebsd-11.1/packages|  11 --
 profiles/releases/freebsd-11.1/packages.build  |   6 -
 profiles/releases/freebsd-11.1/parent  |   1 -
 profiles/releases/freebsd-11.1/profile.bashrc  |  33 
 profiles/releases/freebsd-11.1/use.mask|  14 --
 68 files changed, 1573 deletions(-)

diff --git a/profiles/arch/amd64-fbsd/clang/eapi 
b/profiles/arch/amd64-fbsd/clang/eapi
deleted file mode 100644
index 7ed6ff82de6..000
--- a/profiles/arch/amd64-fbsd/clang/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5

diff --git a/profiles/arch/amd64-fbsd/clang/make.defaults 
b/profiles/arch/amd64-fbsd/clang/make.defaults
deleted file mode 100644
index 746ac289456.

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

2019-10-11 Thread Michał Górny
commit: eabcd8f305610c339887ad3264d5a5c7aab9ff99
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:28:26 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:28:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eabcd8f3

package.mask: Last rite dev-libs/libexecinfo, net-analyzer/bsnmp, 
sys-apps/flock, sys-auth/openpam, sys-block/eject-bsd, sys-process/pidof-bsd

Bug: https://bugs.gentoo.org/683284
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 568436850f2..4cbcd54d9c2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,17 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2019-10-11)
+# FreeBSD-only packages.  The project has been discontinued,
+# and the core FreeBSD packages are already gone.
+# Removal in 14 days.  Bug #683284.
+dev-libs/libexecinfo
+net-analyzer/bsnmp
+sys-apps/flock
+sys-auth/openpam
+sys-block/eject-bsd
+sys-process/pidof-bsd
+
 # Michał Górny  (2019-10-10)
 # Upstream gone.  Last bumped in 2006.  EAPI 0.  net-misc/sipcalc seems
 # like a good replacement.



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

2019-10-11 Thread Michał Górny
commit: 21fec2010fe4bf1e95ab0b63ee06b472d9035dce
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:26:18 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:26:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21fec201

sys-auth/pambase: Remove old fbsd-only version

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

 sys-auth/pambase/Manifest   |  1 -
 sys-auth/pambase/pambase-20101024-r2.ebuild | 94 -
 2 files changed, 95 deletions(-)

diff --git a/sys-auth/pambase/Manifest b/sys-auth/pambase/Manifest
index 35262a7385b..1bdf9ee2a0b 100644
--- a/sys-auth/pambase/Manifest
+++ b/sys-auth/pambase/Manifest
@@ -1,3 +1,2 @@
-DIST pambase-20101024.tar.bz2 3201 BLAKE2B 
714da8dd0b354cee29ad175a0ed2094fba8f3bfb5839319a515ed133991eb224ae280928177dcb0524f52193f44a68064a2413ae47d380472bc7b5da0b13f1bf
 SHA512 
8d2a89b38d94d2e423a033ea6922c0a0039a0fb64d60c05991d877b4fa893954723fe1c1763f3f67ed6fbc3639282a4ee1d76824f7f29025b6050632a6984b6f
 DIST pambase-20150213.tar.xz 3480 BLAKE2B 
7c59774bbfd2c4656264f1d8ea8cdd5ff4dc5d03091592726c8bd7775ba1573091c8616aa891298a1fe309b19885b5ec21efb45fe38900b7c959aaf5
 SHA512 
3b49dd3f06a0942fcced95527f62cbc4ff723c48dc896a0b57ecd19736d2892db974c782be3fe24e8e6e17294869a772ae9ee6118af96dfdc7a3a6561dc3f3e5
 DIST pambase-20190402.tar.gz 3679 BLAKE2B 
992d7bf6b6f74ef22a8808b57dd6faffb6c351eaa8be4172f320031334ca6def698b2cb17005b58ac3c18e89a94012e279b0f27cc2bea5040ae8ddc3233cba2d
 SHA512 
565d64653e9898b9bd231c1461ec0988a19dbc9500ff1417a7197ac75804abeb13ca543121ae4afb29017c1e99073a16137e5c876f43dcc01e2641218760f4ae

diff --git a/sys-auth/pambase/pambase-20101024-r2.ebuild 
b/sys-auth/pambase/pambase-20101024-r2.ebuild
deleted file mode 100644
index 71c40477c57..000
--- a/sys-auth/pambase/pambase-20101024-r2.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="PAM base configuration files"
-HOMEPAGE="https://github.com/gentoo/pambase";
-SRC_URI="https://dev.gentoo.org/~flameeyes/${PN}/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64-fbsd ~x86-fbsd"
-IUSE="debug +cracklib passwdqc consolekit gnome-keyring selinux mktemp pam_ssh 
+sha512 pam_krb5 minimal"
-RESTRICT="binchecks"
-
-RDEPEND="
-   || (
-   >=sys-libs/pam-0.99.9.0-r1
-   ( sys-auth/openpam sys-freebsd/freebsd-pam-modules )
-   )
-   cracklib? ( >=sys-libs/pam-0.99[cracklib] )
-   consolekit? ( >=sys-auth/consolekit-0.3[pam] )
-   gnome-keyring? ( >=gnome-base/gnome-keyring-2.20[pam] )
-   selinux? ( >=sys-libs/pam-0.99[selinux] )
-   passwdqc? ( >=sys-auth/pam_passwdqc-1.0.4 )
-   mktemp? ( sys-auth/pam_mktemp )
-   pam_ssh? ( sys-auth/pam_ssh )
-   sha512? ( >=sys-libs/pam-1.0.1 )
-   pam_krb5? (
-   || ( >=sys-libs/pam-1.1.0 sys-auth/openpam )
-   >=sys-auth/pam_krb5-4.3
-   )
-   !

[gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav/

2019-10-11 Thread Michał Górny
commit: a4056c1dbd0975faa572919f80c2b271148bcbc6
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:32:21 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:32:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4056c1d

app-antivirus: Remove *-fbsd KEYWORDS

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

 app-antivirus/clamav/clamav-0.101.2-r1.ebuild | 2 +-
 app-antivirus/clamav/clamav-0.101.3.ebuild| 2 +-
 app-antivirus/clamav/clamav-0.101.4.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-antivirus/clamav/clamav-0.101.2-r1.ebuild 
b/app-antivirus/clamav/clamav-0.101.2-r1.ebuild
index 8f560189a48..4991a4a0828 100644
--- a/app-antivirus/clamav/clamav-0.101.2-r1.ebuild
+++ b/app-antivirus/clamav/clamav-0.101.2-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.clamav.net/downloads/production/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="bzip2 doc clamdtop iconv ipv6 libressl milter metadata-analysis-api 
selinux static-libs test uclibc xml"
 
 CDEPEND="bzip2? ( app-arch/bzip2 )

diff --git a/app-antivirus/clamav/clamav-0.101.3.ebuild 
b/app-antivirus/clamav/clamav-0.101.3.ebuild
index 2cfbb3d7449..4872ce687bf 100644
--- a/app-antivirus/clamav/clamav-0.101.3.ebuild
+++ b/app-antivirus/clamav/clamav-0.101.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.clamav.net/downloads/production/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="bzip2 doc clamdtop iconv ipv6 libressl milter metadata-analysis-api 
selinux static-libs test uclibc xml"
 
 CDEPEND="bzip2? ( app-arch/bzip2 )

diff --git a/app-antivirus/clamav/clamav-0.101.4.ebuild 
b/app-antivirus/clamav/clamav-0.101.4.ebuild
index 3d4c0012411..d0d93e79a6f 100644
--- a/app-antivirus/clamav/clamav-0.101.4.ebuild
+++ b/app-antivirus/clamav/clamav-0.101.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.clamav.net/downloads/production/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="bzip2 doc clamdtop iconv ipv6 libressl milter metadata-analysis-api 
selinux static-libs test uclibc xml"
 
 CDEPEND="bzip2? ( app-arch/bzip2 )



[gentoo-commits] repo/gentoo:master commit in: app-admin/entr/, app-admin/clog/, app-admin/emacs-updater/, ...

2019-10-11 Thread Michał Górny
commit: 3bd1f435435d53d545bb91f4e8a84dc7e97deb2e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:32:19 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:32:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bd1f435

app-admin: Remove *-fbsd KEYWORDS

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

 app-admin/apache-tools/apache-tools-2.2.34.ebuild  | 2 +-
 app-admin/apache-tools/apache-tools-2.4.41.ebuild  | 2 +-
 app-admin/ccze/ccze-0.2.1-r4.ebuild| 2 +-
 app-admin/chrpath/chrpath-0.13-r2.ebuild   | 2 +-
 app-admin/chrpath/chrpath-0.16.ebuild  | 2 +-
 app-admin/clog/clog-1.3.0.ebuild   | 2 +-
 app-admin/eclean-kernel/eclean-kernel-0.4.3.ebuild | 2 +-
 app-admin/emacs-updater/emacs-updater-1.15.ebuild  | 2 +-
 app-admin/emacs-updater/emacs-updater-1.16.ebuild  | 2 +-
 app-admin/entr/entr-4.3.ebuild | 2 +-
 app-admin/eselect/eselect-1.4.12.ebuild| 2 +-
 app-admin/eselect/eselect-1.4.14.ebuild| 2 +-
 app-admin/eselect/eselect-1.4.15.ebuild| 2 +-
 app-admin/gam-server/gam-server-0.1.10-r2.ebuild   | 2 +-
 app-admin/gamin/gamin-0.1.10-r1.ebuild | 2 +-
 app-admin/gkrellm/gkrellm-2.3.10-r2.ebuild | 2 +-
 app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild | 2 +-
 app-admin/gkrellm/gkrellm-2.3.11.ebuild| 2 +-
 app-admin/gkrellm/gkrellm-.ebuild  | 2 +-
 app-admin/gnome-system-log/gnome-system-log-3.9.90.ebuild  | 2 +-
 app-admin/haskell-updater/haskell-updater-1.2.10.ebuild| 2 +-
 app-admin/haskell-updater/haskell-updater-1.2.12-r1.ebuild | 2 +-
 app-admin/haskell-updater/haskell-updater-1.2.9.ebuild | 2 +-
 app-admin/haskell-updater/haskell-updater-1.3.1.ebuild | 2 +-
 app-admin/logrotate/logrotate-3.13.0.ebuild| 2 +-
 app-admin/logrotate/logrotate-3.14.0.ebuild| 2 +-
 app-admin/logrotate/logrotate-3.15.0.ebuild| 2 +-
 app-admin/logrotate/logrotate-3.15.1.ebuild| 2 +-
 app-admin/metalog/metalog-20181125.ebuild  | 2 +-
 app-admin/metalog/metalog-3-r2.ebuild  | 2 +-
 app-admin/mktwpol/mktwpol-1.0.0.ebuild | 2 +-
 app-admin/mktwpol/mktwpol-1.0.1.ebuild | 2 +-
 app-admin/perl-cleaner/perl-cleaner-2.25.ebuild| 2 +-
 app-admin/perl-cleaner/perl-cleaner-2.27.ebuild| 2 +-
 app-admin/perl-cleaner/perl-cleaner-.ebuild| 2 +-
 app-admin/pwgen/pwgen-2.08.ebuild  | 2 +-
 app-admin/pydf/pydf-12-r1.ebuild   | 2 +-
 app-admin/sshguard/sshguard-2.4.0.ebuild   | 2 +-
 app-admin/sudo/sudo-1.8.27-r1.ebuild   | 2 +-
 app-admin/sudo/sudo-1.8.28_rc2.ebuild  | 2 +-
 app-admin/sudo/sudo-.ebuild| 2 +-
 app-admin/tripwire/tripwire-2.4.3.7.ebuild | 2 +-
 app-admin/webapp-config/webapp-config-1.52-r1.ebuild   | 2 +-
 app-admin/webapp-config/webapp-config-1.53-r2.ebuild   | 2 +-
 app-admin/webapp-config/webapp-config-1.54-r2.ebuild   | 2 +-
 app-admin/webapp-config/webapp-config-1.55-r1.ebuild   | 2 +-
 app-admin/webapp-config/webapp-config-.ebuild  | 2 +-
 47 files changed, 47 insertions(+), 47 deletions(-)

diff --git a/app-admin/apache-tools/apache-tools-2.2.34.ebuild 
b/app-admin/apache-tools/apache-tools-2.2.34.ebuild
index e7272e34483..e98b337dda0 100644
--- a/app-admin/apache-tools/apache-tools-2.2.34.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.2.34.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="ssl"
 RESTRICT="test"
 

diff --git a/app-admin/apache-tools/apache-tools-2.4.41.ebuild 
b/app-admin/apache-tools/apache-tools-2.4.41.ebuild
index 03b9e8d46a7..55ffe619976 100644
--- a/app-admin/apache-tools/apache-tools-2.4.41.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.4.41.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc64-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc64-solaris ~x64-solaris"
 IUSE="libressl ssl"
 RESTRICT="test"
 

diff --git a/app-admin/ccze/ccze-0.2.1-r4.ebuil

[gentoo-commits] repo/gentoo:master commit in: app-doc/doxygen/, app-doc/eclass-manpages/, app-doc/lapack-docs/, ...

2019-10-11 Thread Michał Górny
commit: eeb03afd7b6a41de852bbaa40a9006da61c8ab7b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:32:34 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:32:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb03afd

app-doc: Remove *-fbsd KEYWORDS

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

 app-doc/blas-docs/blas-docs-3.1.1.ebuild  | 2 +-
 app-doc/doxygen/doxygen-1.8.14-r1.ebuild  | 2 +-
 app-doc/doxygen/doxygen-1.8.14-r2.ebuild  | 2 +-
 app-doc/doxygen/doxygen-1.8.15.ebuild | 2 +-
 app-doc/doxygen/doxygen-.ebuild   | 2 +-
 app-doc/eclass-manpages/eclass-manpages-20190728.ebuild   | 2 +-
 app-doc/eclass-manpages/eclass-manpages-20190908.ebuild   | 2 +-
 app-doc/elisp-manual/elisp-manual-23.4.ebuild | 2 +-
 app-doc/elisp-manual/elisp-manual-24.5.ebuild | 2 +-
 app-doc/elisp-manual/elisp-manual-25.3.ebuild | 2 +-
 app-doc/gimp-help/gimp-help-2.8.2.ebuild  | 2 +-
 app-doc/lapack-docs/lapack-docs-3.1.1.ebuild  | 2 +-
 app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r2.ebuild | 2 +-
 app-doc/php-docs/php-docs-20101029-r1.ebuild  | 2 +-
 app-doc/php-docs/php-docs-20190203.ebuild | 2 +-
 app-doc/pms/pms-5_p20120920.ebuild| 2 +-
 app-doc/pms/pms-7_p20180430-r1.ebuild | 2 +-
 app-doc/xmltoman/xmltoman-0.4-r1.ebuild   | 2 +-
 app-doc/zsh-lovers/zsh-lovers-0.9.0.ebuild| 2 +-
 app-doc/zsh-lovers/zsh-lovers-0.9.1.ebuild| 2 +-
 20 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/app-doc/blas-docs/blas-docs-3.1.1.ebuild 
b/app-doc/blas-docs/blas-docs-3.1.1.ebuild
index 37b907eb0dc..d034c041c60 100644
--- a/app-doc/blas-docs/blas-docs-3.1.1.ebuild
+++ b/app-doc/blas-docs/blas-docs-3.1.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/lapack-man-${PV}.tgz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~x86-macos"
 IUSE=""
 
 S=${WORKDIR}/lapack-${PV}/manpages

diff --git a/app-doc/doxygen/doxygen-1.8.14-r1.ebuild 
b/app-doc/doxygen/doxygen-1.8.14-r1.ebuild
index 7b053f387a9..de853a4a2b3 100644
--- a/app-doc/doxygen/doxygen-1.8.14-r1.ebuild
+++ b/app-doc/doxygen/doxygen-1.8.14-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = ** ]]; then
SRC_URI=""
 else
SRC_URI="https://ftp.stack.nl/pub/users/dimitri/${P}.src.tar.gz";
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Documentation system for most programming languages"

diff --git a/app-doc/doxygen/doxygen-1.8.14-r2.ebuild 
b/app-doc/doxygen/doxygen-1.8.14-r2.ebuild
index e01da2ff24b..f374b46eae5 100644
--- a/app-doc/doxygen/doxygen-1.8.14-r2.ebuild
+++ b/app-doc/doxygen/doxygen-1.8.14-r2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = ** ]]; then
SRC_URI=""
 else
SRC_URI="https://ftp.stack.nl/pub/users/dimitri/${P}.src.tar.gz";
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Documentation system for most programming languages"

diff --git a/app-doc/doxygen/doxygen-1.8.15.ebuild 
b/app-doc/doxygen/doxygen-1.8.15.ebuild
index d48cdc02fa1..e327a0a51be 100644
--- a/app-doc/doxygen/doxygen-1.8.15.ebuild
+++ b/app-doc/doxygen/doxygen-1.8.15.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = ** ]]; then
SRC_URI=""
 else
SRC_URI="http://doxygen.nl/files/${P}.src.tar.gz";
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 

[gentoo-commits] repo/gentoo:master commit in: app-cdr/cue2toc/, app-cdr/ccd2iso/, app-cdr/isomaster/, app-cdr/cdrdao/, ...

2019-10-11 Thread Michał Górny
commit: d7bf006f541c4404e3dd6a0e4039a7f6e5bb8c1c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:32:27 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:32:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7bf006f

app-cdr: Remove *-fbsd KEYWORDS

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

 app-cdr/ccd2iso/ccd2iso-0.3.ebuild   | 2 +-
 app-cdr/cdrdao/cdrdao-1.2.4.ebuild   | 2 +-
 app-cdr/cdrtools/cdrtools-3.02_alpha09-r2.ebuild | 2 +-
 app-cdr/cdrtools/cdrtools-3.02_alpha09.ebuild| 2 +-
 app-cdr/cue2toc/cue2toc-0.4.ebuild   | 2 +-
 app-cdr/isomaster/isomaster-1.3.13.ebuild| 2 +-
 app-cdr/isomaster/isomaster-1.3.14.ebuild| 2 +-
 app-cdr/nrg2iso/nrg2iso-0.4-r2.ebuild| 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-cdr/ccd2iso/ccd2iso-0.3.ebuild 
b/app-cdr/ccd2iso/ccd2iso-0.3.ebuild
index 5de8728f6ab..27a136490d2 100644
--- a/app-cdr/ccd2iso/ccd2iso-0.3.ebuild
+++ b/app-cdr/ccd2iso/ccd2iso-0.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/ccd2iso/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x86-solaris"
 PATCHES=( "${FILESDIR}/${P}-headers.patch" )
 
 src_install() {

diff --git a/app-cdr/cdrdao/cdrdao-1.2.4.ebuild 
b/app-cdr/cdrdao/cdrdao-1.2.4.ebuild
index d48dcaef29d..453abb57b57 100644
--- a/app-cdr/cdrdao/cdrdao-1.2.4.ebuild
+++ b/app-cdr/cdrdao/cdrdao-1.2.4.ebuild
@@ -16,7 +16,7 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ppc ppc64 ~sh sparc x86"
 IUSE="encode mad vorbis"
 
 COMMON_DEPEND="

diff --git a/app-cdr/cdrtools/cdrtools-3.02_alpha09-r2.ebuild 
b/app-cdr/cdrtools/cdrtools-3.02_alpha09-r2.ebuild
index 5bf70f56e71..2743c501d42 100644
--- a/app-cdr/cdrtools/cdrtools-3.02_alpha09-r2.ebuild
+++ b/app-cdr/cdrtools/cdrtools-3.02_alpha09-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/$([[ -z ${PV/*_alpha*} ]] 
&& echo 'alpha')/$
 
 LICENSE="GPL-2 LGPL-2.1 CDDL-Schily"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 IUSE="acl caps nls unicode selinux"
 
 BDEPEND="

diff --git a/app-cdr/cdrtools/cdrtools-3.02_alpha09.ebuild 
b/app-cdr/cdrtools/cdrtools-3.02_alpha09.ebuild
index 52dd6b39b28..85f1b5f37ad 100644
--- a/app-cdr/cdrtools/cdrtools-3.02_alpha09.ebuild
+++ b/app-cdr/cdrtools/cdrtools-3.02_alpha09.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/$([[ -z ${PV/*_alpha*} ]] 
&& echo 'alpha')/$
 
 LICENSE="GPL-2 LGPL-2.1 CDDL-Schily"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="acl caps nls unicode"
 
 RDEPEND="acl? ( virtual/acl )

diff --git a/app-cdr/cue2toc/cue2toc-0.4.ebuild 
b/app-cdr/cue2toc/cue2toc-0.4.ebuild
index f93c0b309e9..53717f1601d 100644
--- a/app-cdr/cue2toc/cue2toc-0.4.ebuild
+++ b/app-cdr/cue2toc/cue2toc-0.4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/cue2toc/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sh ~sparc ~x86"
 IUSE=""
 
 DEPEND="!app-cdr/cdrdao"

diff --git a/app-cdr/isomaster/isomaster-1.3.13.ebuild 
b/app-cdr/isomaster/isomaster-1.3.13.ebuild
index 5497413a82d..09ec9cd68ee 100644
--- a/app-cdr/isomaster/isomaster-1.3.13.ebuild
+++ b/app-cdr/isomaster/isomaster-1.3.13.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://littlesvr.ca/${PN}/releases/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86 ~x86-fbsd"
+KEYWORDS="amd64 x86"
 IUSE="nls"
 
 RDEPEND=">=dev-libs/iniparser-3.0.0:0

diff --git a/app-cdr/isomaster/isomaster-1.3.14.ebuild 
b/app-cdr/isomaster/isomaster-1.3.14.ebuild
index 8dd88dcd9ad..324c31de447 100644
--- a/app-cdr/isomaster/isomaster-1.3.14.ebuild
+++ b/app-cdr/isomaster/isomaster-1.3.14.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://littlesvr.ca/${PN}/releases/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~x86"
 IUSE="nls"
 
 RDEPEND=">=dev-libs/iniparser-4.1:4

diff --git a/app-cdr/nrg2iso/nrg2iso-0.4-r2.ebuild 
b/app-cdr/nrg2iso/nrg2iso-0.4-r2.ebuild
in

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

2019-10-11 Thread Michał Górny
commit: 658d8a6c16ebec28275add0f1833c05a8b0e9a9c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:29:46 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:29:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=658d8a6c

acct-*.eclass: Remove *-fbsd keywords

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

 eclass/acct-group.eclass | 2 +-
 eclass/acct-user.eclass  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/acct-group.eclass b/eclass/acct-group.eclass
index 99919789b2c..0b943454a92 100644
--- a/eclass/acct-group.eclass
+++ b/eclass/acct-group.eclass
@@ -75,7 +75,7 @@ readonly ACCT_GROUP_NAME
 # << Boilerplate ebuild variables >>
 : ${DESCRIPTION:="System group: ${ACCT_GROUP_NAME}"}
 : ${SLOT:=0}
-: ${KEYWORDS:=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 
sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris}
+: ${KEYWORDS:=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 
sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris}
 S=${WORKDIR}
 
 

diff --git a/eclass/acct-user.eclass b/eclass/acct-user.eclass
index c2e643332cc..be6b3dd3e60 100644
--- a/eclass/acct-user.eclass
+++ b/eclass/acct-user.eclass
@@ -115,7 +115,7 @@ readonly ACCT_USER_NAME
 # << Boilerplate ebuild variables >>
 : ${DESCRIPTION:="System user: ${ACCT_USER_NAME}"}
 : ${SLOT:=0}
-: ${KEYWORDS:=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 
sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris}
+: ${KEYWORDS:=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 
sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris}
 S=${WORKDIR}
 
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/gxemul/, app-emulation/wine-any/, app-emulation/qemu-guest-agent/, ...

2019-10-11 Thread Michał Górny
commit: 4bb159a98db35423944ab8e4c1626cb0a19caebb
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:32:40 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:32:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb159a9

app-emulation: Remove *-fbsd KEYWORDS

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

 app-emulation/faudio/faudio-19.06.ebuild| 2 +-
 app-emulation/faudio/faudio-19.09.ebuild| 2 +-
 app-emulation/faudio/faudio-.ebuild | 2 +-
 app-emulation/gxemul/gxemul-0.6.0-r1.ebuild | 2 +-
 app-emulation/qemu-guest-agent/qemu-guest-agent-3.1.0.ebuild| 2 +-
 app-emulation/qemu-guest-agent/qemu-guest-agent-4.0.0.ebuild| 2 +-
 app-emulation/qemu/qemu-4.0.0-r50.ebuild| 2 +-
 app-emulation/qemu/qemu-4.1.0.ebuild| 2 +-
 app-emulation/qemu/qemu-.ebuild | 2 +-
 app-emulation/wine-any/wine-any-3.20.ebuild | 2 +-
 app-emulation/wine-any/wine-any-3.21.ebuild | 2 +-
 app-emulation/wine-any/wine-any-4.0.ebuild  | 2 +-
 app-emulation/wine-any/wine-any-4.1.ebuild  | 2 +-
 app-emulation/wine-any/wine-any-.ebuild | 2 +-
 app-emulation/wine-d3d9/wine-d3d9-3.20.ebuild   | 2 +-
 app-emulation/wine-d3d9/wine-d3d9-3.21.ebuild   | 2 +-
 app-emulation/wine-d3d9/wine-d3d9-4.0.ebuild| 2 +-
 app-emulation/wine-d3d9/wine-d3d9-4.1.ebuild| 2 +-
 app-emulation/wine-d3d9/wine-d3d9-.ebuild   | 2 +-
 .../wine-desktop-common/wine-desktop-common-20150204-r1.ebuild  | 2 +-
 app-emulation/wine-staging/wine-staging-4.14.ebuild | 2 +-
 app-emulation/wine-staging/wine-staging-4.15.ebuild | 2 +-
 app-emulation/wine-staging/wine-staging-4.16.ebuild | 2 +-
 app-emulation/wine-staging/wine-staging-4.17.ebuild | 2 +-
 app-emulation/wine-staging/wine-staging-.ebuild | 2 +-
 app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild| 2 +-
 app-emulation/wine-vanilla/wine-vanilla-4.0.2.ebuild| 2 +-
 app-emulation/wine-vanilla/wine-vanilla-4.0.ebuild  | 2 +-
 app-emulation/wine-vanilla/wine-vanilla-4.14.ebuild | 2 +-
 app-emulation/wine-vanilla/wine-vanilla-4.15.ebuild | 2 +-
 app-emulation/wine-vanilla/wine-vanilla-4.16.ebuild | 2 +-
 app-emulation/wine-vanilla/wine-vanilla-4.17.ebuild | 2 +-
 app-emulation/wine-vanilla/wine-vanilla-.ebuild | 2 +-
 app-emulation/xtrs/xtrs-4.9d-r4.ebuild  | 2 +-
 app-emulation/xtrs/xtrs-4.9d-r5.ebuild  | 2 +-
 35 files changed, 35 insertions(+), 35 deletions(-)

diff --git a/app-emulation/faudio/faudio-19.06.ebuild 
b/app-emulation/faudio/faudio-19.06.ebuild
index a8490f1cf23..5c40e2ec756 100644
--- a/app-emulation/faudio/faudio-19.06.ebuild
+++ b/app-emulation/faudio/faudio-19.06.ebuild
@@ -17,7 +17,7 @@ if [[ "${PV}" == "" ]]; then
EGIT_REPO_URI="https://github.com/FNA-XNA/${FAUDIO_PN}.git";
 else

SRC_URI="https://github.com/FNA-XNA/${FAUDIO_PN}/archive/${FAUDIO_PV}.tar.gz -> 
${FAUDIO_P}.tar.gz"
-   KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
+   KEYWORDS="-* ~amd64 ~x86"
S="${WORKDIR}/${FAUDIO_P}"
 fi
 

diff --git a/app-emulation/faudio/faudio-19.09.ebuild 
b/app-emulation/faudio/faudio-19.09.ebuild
index a8490f1cf23..5c40e2ec756 100644
--- a/app-emulation/faudio/faudio-19.09.ebuild
+++ b/app-emulation/faudio/faudio-19.09.ebuild
@@ -17,7 +17,7 @@ if [[ "${PV}" == "" ]]; then
EGIT_REPO_URI="https://github.com/FNA-XNA/${FAUDIO_PN}.git";
 else

SRC_URI="https://github.com/FNA-XNA/${FAUDIO_PN}/archive/${FAUDIO_PV}.tar.gz -> 
${FAUDIO_P}.tar.gz"
-   KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
+   KEYWORDS="-* ~amd64 ~x86"
S="${WORKDIR}/${FAUDIO_P}"
 fi
 

diff --git a/app-emulation/faudio/faudio-.ebuild 
b/app-emulation/faudio/faudio-.ebuild
index a8490f1cf23..5c40e2ec756 100644
--- a/app-emulation/faudio/faudio-.ebuild
+++ b/app-emulation/faudio/faudio-.ebuild
@@ -17,7 +17,7 @@ if [[ "${PV}" == "" ]]; then
EGIT_REPO_URI="https://github.com/FNA-XNA/${FAUDIO_PN}.git";
 else

SRC_URI="https://github.com/FNA-XNA/${FAUDIO_PN}/archive/${FAUDIO_PV}.tar.gz -> 
${FAUDIO_P}.tar.gz"
-   KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
+   KEYWORDS="-* ~amd64 ~x86"
S="${WORKDIR}/${FAUDIO_P}"
 fi
 

diff --git a/app-e

[gentoo-commits] repo/gentoo:master commit in: app-arch/unzip/, app-arch/pdlzip/, app-arch/bsdsfv/, app-arch/arj/, ...

2019-10-11 Thread Michał Górny
commit: c029e87c7dc748b9b3fcad7e043e1d01d84742fa
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:32:23 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:32:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c029e87c

app-arch: Remove *-fbsd KEYWORDS

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

 app-arch/advancecomp/advancecomp-2.2_pre20190301.ebuild | 2 +-
 app-arch/arc/arc-5.21p.ebuild   | 2 +-
 app-arch/arj/arj-3.10.22-r7.ebuild  | 2 +-
 app-arch/brotli/brotli-1.0.2.ebuild | 2 +-
 app-arch/brotli/brotli-1.0.3-r1.ebuild  | 2 +-
 app-arch/brotli/brotli-1.0.3.ebuild | 2 +-
 app-arch/brotli/brotli-1.0.4.ebuild | 2 +-
 app-arch/brotli/brotli-1.0.5.ebuild | 2 +-
 app-arch/brotli/brotli-1.0.6-r1.ebuild  | 2 +-
 app-arch/brotli/brotli-1.0.6.ebuild | 2 +-
 app-arch/brotli/brotli-1.0.7.ebuild | 2 +-
 app-arch/brotli/brotli-.ebuild  | 2 +-
 app-arch/bsdsfv/bsdsfv-1.18-r2.ebuild   | 2 +-
 app-arch/bzip2/bzip2-1.0.6-r11.ebuild   | 2 +-
 app-arch/bzip2/bzip2-1.0.7.ebuild   | 2 +-
 app-arch/bzip2/bzip2-1.0.8.ebuild   | 2 +-
 app-arch/bzip2/bzip2-.ebuild| 2 +-
 app-arch/cabextract/cabextract-1.8.ebuild   | 2 +-
 app-arch/cabextract/cabextract-1.9-r2.ebuild| 2 +-
 app-arch/cabextract/cabextract-1.9.1.ebuild | 2 +-
 app-arch/cabextract/cabextract-.ebuild  | 2 +-
 app-arch/cfv/cfv-1.18.3-r1.ebuild   | 2 +-
 app-arch/cksfv/cksfv-1.3.14-r1.ebuild   | 2 +-
 app-arch/cksfv/cksfv-1.3.14.ebuild  | 2 +-
 app-arch/cpio/cpio-2.12-r1.ebuild   | 2 +-
 app-arch/file-roller/file-roller-3.30.1.ebuild  | 2 +-
 app-arch/file-roller/file-roller-3.32.2.ebuild  | 2 +-
 app-arch/gzip/gzip-1.10.ebuild  | 2 +-
 app-arch/gzip/gzip-1.9.ebuild   | 2 +-
 app-arch/lbzip2/lbzip2-2.5_p20181227-r1.ebuild  | 2 +-
 app-arch/lha/lha-114i-r7.ebuild | 2 +-
 app-arch/lha/lha-114i-r8.ebuild | 2 +-
 app-arch/lha/lha-114i-r9.ebuild | 2 +-
 app-arch/libarchive/libarchive-3.3.3.ebuild | 2 +-
 app-arch/libarchive/libarchive-3.4.0.ebuild | 2 +-
 app-arch/lrzip/lrzip-0.621.ebuild   | 2 +-
 app-arch/lrzip/lrzip-0.631-r1.ebuild| 2 +-
 app-arch/lz4/lz4-1.8.3.ebuild   | 2 +-
 app-arch/lz4/lz4-1.9.1.ebuild   | 2 +-
 app-arch/lz4/lz4-1.9.2.ebuild   | 2 +-
 app-arch/lz4/lz4-.ebuild| 2 +-
 app-arch/lzip/lzip-1.21.ebuild  | 2 +-
 app-arch/lzop/lzop-1.04.ebuild  | 2 +-
 app-arch/mscompress/mscompress-0.3-r1.ebuild| 2 +-
 app-arch/p7zip/p7zip-16.02-r4.ebuild| 2 +-
 app-arch/pbzip2/pbzip2-1.1.12-r1.ebuild | 2 +-
 app-arch/pbzip2/pbzip2-1.1.12.ebuild| 2 +-
 app-arch/pbzip2/pbzip2-1.1.13.ebuild| 2 +-
 app-arch/pdlzip/pdlzip-1.10.ebuild  | 2 +-
 app-arch/pdlzip/pdlzip-1.8.ebuild   | 2 +-
 app-arch/rpm2targz/rpm2targz-9.0.0.5g.ebuild| 2 +-
 app-arch/snappy/snappy-1.1.7.ebuild | 2 +-
 app-arch/tar/tar-1.32.ebuild| 2 +-
 app-arch/unarj/unarj-2.65.ebuild| 2 +-
 app-arch/unrar/unrar-5.7.5.ebuild   | 2 +-
 app-arch/unrar/unrar-5.8.1.ebuild   | 2 +-
 app-arch/unrar/unrar-5.8.2.ebuild   | 2 +-
 app-arch/unzip/unzip-6.0_p21-r2.ebuild  | 2 +-
 app-arch/unzip/unzip-6.0_p25.ebuild | 2 +-
 app-arch/upx/upx-3.95.ebuild| 2 +-
 app-arch/xar/xar-1.8-r1.ebuild  | 2 +-
 app-arch/xar/xar-1.8-r2.ebuild  | 2 +-
 app-arch/xarchiver/xarchiver-0.5.4.14.ebuild| 2 +-
 app-arch/xz-utils/xz-utils-5.2.4-r2.ebuild  | 2 +-
 app-arch/xz-utils/xz-utils-5.2.4-r3.ebuild  | 2 +-
 app-arch/xz-utils/xz-utils-.ebuild  | 2 +-
 app-arch/zip/zip-3.0-r3.ebuild  | 2 +-
 app-arch/zoo/zoo-2.10-r5.ebuild | 2 +-
 68 files changed, 68 insertions(+), 68 deletions(-)

diff --git a/app-arch/advancecomp/advancecomp-2.2_pre20190301.ebuild 
b/app-arch/advancecomp/advancecomp-2.2_pre20190301.ebuild
index 08fbb55a520..5eb02005ebb 100644
--- a/app-arch/advancecomp/advancecomp-2.2_pre20190301.ebui

[gentoo-commits] repo/gentoo:master commit in: app-emacs/css-mode/, app-emacs/tuareg-mode/, app-emacs/emacs-common-gentoo/, ...

2019-10-11 Thread Michał Górny
commit: 9af02ef01a3d79751171a9cd6f194ca4d4007580
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:32:38 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:32:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af02ef0

app-emacs: Remove *-fbsd KEYWORDS

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

 app-emacs/apel/apel-10.8-r1.ebuild| 2 +-
 app-emacs/apel/apel-10.8_p20190407.ebuild | 2 +-
 app-emacs/autoconf-mode/autoconf-mode-2.69-r1.ebuild  | 2 +-
 app-emacs/color-theme/color-theme-6.6.0-r1.ebuild | 2 +-
 app-emacs/css-mode/css-mode-0.11-r1.ebuild| 2 +-
 app-emacs/doctest-mode/doctest-mode-0.4.ebuild| 2 +-
 app-emacs/ebuild-mode/ebuild-mode-1.46.ebuild | 2 +-
 app-emacs/ebuild-mode/ebuild-mode-1.47.ebuild | 2 +-
 app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r3.ebuild   | 2 +-
 app-emacs/emacs-daemon/emacs-daemon-0.22.ebuild   | 2 +-
 app-emacs/eselect-mode/eselect-mode-1.4.14.ebuild | 2 +-
 app-emacs/eselect-mode/eselect-mode-1.4.15.ebuild | 2 +-
 app-emacs/flim/flim-1.14.9-r2.ebuild  | 2 +-
 app-emacs/flim/flim-1.14.9_p20190526.ebuild   | 2 +-
 app-emacs/graphviz-dot-mode/graphviz-dot-mode-0.3.7.ebuild| 2 +-
 app-emacs/graphviz-dot-mode/graphviz-dot-mode-0.4.20171103.ebuild | 2 +-
 app-emacs/graphviz-dot-mode/graphviz-dot-mode-0.4.20181118.ebuild | 2 +-
 app-emacs/graphviz-dot-mode/graphviz-dot-mode-0.4.ebuild  | 2 +-
 app-emacs/lua-mode/lua-mode-20130419.ebuild   | 2 +-
 app-emacs/muse/muse-3.20.ebuild   | 2 +-
 app-emacs/nagios-mode/nagios-mode-0.3-r1.ebuild   | 2 +-
 app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20170302.ebuild | 2 +-
 app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20180611.ebuild | 2 +-
 app-emacs/ocaml-mode/ocaml-mode-3.12.1-r1.ebuild  | 2 +-
 app-emacs/ocaml-mode/ocaml-mode-4.00.1.ebuild | 2 +-
 app-emacs/org-mode/org-mode-8.3.2-r1.ebuild   | 2 +-
 app-emacs/org-mode/org-mode-9.2.6.ebuild  | 2 +-
 app-emacs/php-mode/php-mode-1.19.1.ebuild | 2 +-
 app-emacs/po-mode/po-mode-0.19.3.ebuild   | 2 +-
 app-emacs/po-mode/po-mode-0.19.4.ebuild   | 2 +-
 app-emacs/po-mode/po-mode-0.19.8.1.ebuild | 2 +-
 app-emacs/pymacs/pymacs-0.25-r2.ebuild| 2 +-
 app-emacs/python-mode/python-mode-6.1.2.ebuild| 2 +-
 app-emacs/python-mode/python-mode-6.2.3.ebuild| 2 +-
 app-emacs/ruby-mode/ruby-mode-2.4.1.ebuild| 2 +-
 app-emacs/ruby-mode/ruby-mode-2.5.3.ebuild| 2 +-
 app-emacs/ruby-mode/ruby-mode-2.5.5.ebuild| 2 +-
 app-emacs/ruby-mode/ruby-mode-2.6.0.ebuild| 2 +-
 app-emacs/ruby-mode/ruby-mode-2.6.3.ebuild| 2 +-
 app-emacs/tuareg-mode/tuareg-mode-2.0.10.ebuild   | 2 +-
 app-emacs/tuareg-mode/tuareg-mode-2.2.0.ebuild| 2 +-
 41 files changed, 41 insertions(+), 41 deletions(-)

diff --git a/app-emacs/apel/apel-10.8-r1.ebuild 
b/app-emacs/apel/apel-10.8-r1.ebuild
index 8fbddf33424..c32d8b3d230 100644
--- a/app-emacs/apel/apel-10.8-r1.ebuild
+++ b/app-emacs/apel/apel-10.8-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.jpl.org/pub/elisp/apel/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE=""
 
 ELISP_PATCHES="${PN}-10.8-020_Prevent-fontset-error.patch

diff --git a/app-emacs/apel/apel-10.8_p20190407.ebuild 
b/app-emacs/apel/apel-10.8_p20190407.ebuild
index a810dc04e8d..329bedd5b40 100644
--- a/app-emacs/apel/apel-10.8_p20190407.ebuild
+++ b/app-emacs/apel/apel-10.8_p20190407.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/wanderlust/apel/archive/${GITHUB_SHA1}.tar.gz -> ${P
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 
 S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 

diff --git a/app-emacs/autoconf-mode/autoconf-mode-2.69-r1.ebuild 
b/app-emacs/autoconf-mode/autoconf-mode-2.69-r1.ebuild
index 2e7a5cec2cc..5f858d8c75c 100644
--- a/app-emacs/autoconf-mode/autoconf-mode-2.69-r1.ebuild
+++ b/app-emacs/autoconf-mode/autoc

[gentoo-commits] repo/gentoo:master commit in: app-editors/vim/, app-editors/gedit/, app-editors/emacs/, app-editors/hteditor/, ...

2019-10-11 Thread Michał Górny
commit: cd7f613547efae83fe0320cf03d4bb6b4ab2a7ca
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:32:36 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:32:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd7f6135

app-editors: Remove *-fbsd KEYWORDS

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

 app-editors/emacs-vcs/emacs-vcs-26.3..ebuild   | 2 +-
 app-editors/emacs-vcs/emacs-vcs-27.0.50_pre20180831.ebuild | 2 +-
 app-editors/emacs-vcs/emacs-vcs-27.0..ebuild   | 2 +-
 app-editors/emacs/emacs-23.4-r18.ebuild| 2 +-
 app-editors/emacs/emacs-24.5-r7.ebuild | 2 +-
 app-editors/emacs/emacs-25.3-r6.ebuild | 2 +-
 app-editors/emacs/emacs-26.1-r3.ebuild | 2 +-
 app-editors/emacs/emacs-26.2.ebuild| 2 +-
 app-editors/emacs/emacs-26.3-r1.ebuild | 2 +-
 app-editors/gedit/gedit-3.30.2.ebuild  | 2 +-
 app-editors/gedit/gedit-3.32.2.ebuild  | 2 +-
 app-editors/gvim/gvim-8.1.1486.ebuild  | 2 +-
 app-editors/gvim/gvim-8.1.1846.ebuild  | 2 +-
 app-editors/gvim/gvim-.ebuild  | 2 +-
 app-editors/hteditor/hteditor-2.1.0-r1.ebuild  | 2 +-
 app-editors/hteditor/hteditor-2.1.0.ebuild | 2 +-
 app-editors/joe/joe-4.2.ebuild | 2 +-
 app-editors/joe/joe-4.3-r1.ebuild  | 2 +-
 app-editors/joe/joe-4.4.ebuild | 2 +-
 app-editors/joe/joe-4.6.ebuild | 2 +-
 app-editors/mg/mg-20171014.ebuild  | 2 +-
 app-editors/mg/mg-20180408.ebuild  | 2 +-
 app-editors/nano/nano-4.2.ebuild   | 2 +-
 app-editors/nano/nano-4.4.ebuild   | 2 +-
 app-editors/nano/nano-4.5.ebuild   | 2 +-
 app-editors/nano/nano-.ebuild  | 2 +-
 app-editors/nedit/nedit-5.6-r1.ebuild  | 2 +-
 app-editors/nedit/nedit-5.6-r2.ebuild  | 2 +-
 app-editors/nedit/nedit-5.7.ebuild | 2 +-
 app-editors/nvi/nvi-1.81.6-r7.ebuild   | 2 +-
 app-editors/scite/scite-3.5.5.ebuild   | 2 +-
 app-editors/scite/scite-3.6.5-r1.ebuild| 2 +-
 app-editors/scite/scite-4.0.2.ebuild   | 2 +-
 app-editors/scite/scite-4.1.3.ebuild   | 2 +-
 app-editors/scite/scite-4.2.0.ebuild   | 2 +-
 app-editors/uemacs-pk/uemacs-pk-4.0.15_p20180117.ebuild| 2 +-
 app-editors/uemacs-pk/uemacs-pk-4.0.15_p20180719.ebuild| 2 +-
 app-editors/vim-core/vim-core-8.1.1486.ebuild  | 2 +-
 app-editors/vim-core/vim-core-8.1.1846.ebuild  | 2 +-
 app-editors/vim-core/vim-core-.ebuild  | 2 +-
 app-editors/vim/vim-8.1.1486.ebuild| 2 +-
 app-editors/vim/vim-8.1.1846.ebuild| 2 +-
 app-editors/vim/vim-.ebuild| 2 +-
 app-editors/xemacs/xemacs-21.5.34-r4.ebuild| 2 +-
 app-editors/zile/zile-2.3.24-r2.ebuild | 2 +-
 app-editors/zile/zile-2.4.14.ebuild| 2 +-
 46 files changed, 46 insertions(+), 46 deletions(-)

diff --git a/app-editors/emacs-vcs/emacs-vcs-26.3..ebuild 
b/app-editors/emacs-vcs/emacs-vcs-26.3..ebuild
index a9c9305621b..1b73de9ab19 100644
--- a/app-editors/emacs-vcs/emacs-vcs-26.3..ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-26.3..ebuild
@@ -14,7 +14,7 @@ if [[ ${PV##*.} =  ]]; then
 else
SRC_URI="https://dev.gentoo.org/~ulm/distfiles/emacs-${PV}.tar.xz
mirror://gnu-alpha/emacs/pretest/emacs-${PV}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
# FULL_VERSION keeps the full version number, which is needed in
# order to determine some path information correctly for copy/move
# operations later on

diff --git a/app-editors/emacs-vcs/emacs-vcs-27.0.50_pre20180831.ebuild 
b/app-editors/emacs-vcs/emacs-vcs-27.0.50_pre20180831.ebuild
index 872a1e4ef91..e4a2a2cd716 100644
--- a/app-editors/emacs-vcs/emacs-vcs-27.0.50_pre20180831.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-27.0.50_pre20180831.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV##*.} =  ]]; then
 else
SRC_URI="https://dev.gentoo.org/~ulm/distfiles/emacs-${PV}.tar.xz
mirror://gnu-alpha/emacs/pretest/emacs-${PV}.tar.xz"
-   KEYWORDS="

[gentoo-commits] repo/gentoo:master commit in: app-crypt/qca/, app-crypt/johntheripper/, app-crypt/gnupg/, app-crypt/seahorse/, ...

2019-10-11 Thread Michał Górny
commit: b36ec14dda746dd6f356e3ce1cf20728c45bd81f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:32:29 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:32:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b36ec14d

app-crypt: Remove *-fbsd KEYWORDS

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

 app-crypt/argon2/argon2-20171227-r1.ebuild  | 2 +-
 app-crypt/argon2/argon2-20171227.ebuild | 2 +-
 app-crypt/gcr/gcr-3.20.0.ebuild | 2 +-
 app-crypt/gcr/gcr-3.28.0.ebuild | 2 +-
 app-crypt/gcr/gcr-3.28.1.ebuild | 2 +-
 app-crypt/gnupg/gnupg-2.2.17.ebuild | 2 +-
 app-crypt/gpgme/gpgme-1.13.0-r1.ebuild  | 2 +-
 app-crypt/gpgme/gpgme-1.13.0.ebuild | 2 +-
 app-crypt/gpgme/gpgme-1.13.1.ebuild | 2 +-
 app-crypt/heimdal/heimdal-7.5.0.ebuild  | 2 +-
 app-crypt/heimdal/heimdal-7.6.0.ebuild  | 2 +-
 app-crypt/heimdal/heimdal-7.7.0-r1.ebuild   | 2 +-
 app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.8.0.ebuild  | 2 +-
 app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0.ebuild  | 2 +-
 app-crypt/johntheripper-jumbo/johntheripper-jumbo-.ebuild   | 2 +-
 app-crypt/johntheripper/johntheripper-1.8.0.ebuild  | 2 +-
 app-crypt/libsecret/libsecret-0.18.6-r1.ebuild  | 2 +-
 app-crypt/libsecret/libsecret-0.18.8.ebuild | 2 +-
 app-crypt/mhash/mhash-0.9.9.9-r2.ebuild | 2 +-
 .../openpgp-keys-gentoo-release-20190427.ebuild | 2 +-
 app-crypt/openssl-blacklist/openssl-blacklist-0.5.3.ebuild  | 2 +-
 app-crypt/p11-kit/p11-kit-0.23.12-r1.ebuild | 2 +-
 app-crypt/p11-kit/p11-kit-0.23.16.1-r1.ebuild   | 2 +-
 app-crypt/pinentry/pinentry-1.0.0-r2.ebuild | 2 +-
 app-crypt/pinentry/pinentry-1.0.0-r3.ebuild | 2 +-
 app-crypt/pinentry/pinentry-1.1.0-r1.ebuild | 2 +-
 app-crypt/pinentry/pinentry-1.1.0-r2.ebuild | 2 +-
 app-crypt/pinentry/pinentry-1.1.0-r3.ebuild | 2 +-
 app-crypt/qca/qca-2.2.0.ebuild  | 2 +-
 app-crypt/qca/qca-2.2.1.ebuild  | 2 +-
 app-crypt/rhash/rhash-1.3.6-r1.ebuild   | 2 +-
 app-crypt/rhash/rhash-1.3.8.ebuild  | 2 +-
 app-crypt/seahorse/seahorse-3.30.1.1.ebuild | 2 +-
 app-crypt/seahorse/seahorse-3.32.2.ebuild   | 2 +-
 app-crypt/shash/shash-0.2.6-r2.ebuild   | 2 +-
 app-crypt/shash/shash-0.2.6-r3.ebuild   | 2 +-
 36 files changed, 36 insertions(+), 36 deletions(-)

diff --git a/app-crypt/argon2/argon2-20171227-r1.ebuild 
b/app-crypt/argon2/argon2-20171227-r1.ebuild
index 619565bd4c9..53602bc1291 100644
--- a/app-crypt/argon2/argon2-20171227-r1.ebuild
+++ b/app-crypt/argon2/argon2-20171227-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/P-H-C/phc-winner-argon2/archive/${PV}.tar.gz -> ${P}
 
 LICENSE="|| ( Apache-2.0 CC0-1.0 )"
 SLOT="0/1"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE="static-libs"
 
 S="${WORKDIR}/phc-winner-${P}"

diff --git a/app-crypt/argon2/argon2-20171227.ebuild 
b/app-crypt/argon2/argon2-20171227.ebuild
index 5127fecce9e..8ce2715a64d 100644
--- a/app-crypt/argon2/argon2-20171227.ebuild
+++ b/app-crypt/argon2/argon2-20171227.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/P-H-C/phc-winner-argon2/archive/${PV}.tar.gz -> ${P}
 
 LICENSE="|| ( Apache-2.0 CC0-1.0 )"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86"
 IUSE="static-libs"
 
 S="${WORKDIR}/phc-winner-${P}"

diff --git a/app-crypt/gcr/gcr-3.20.0.ebuild b/app-crypt/gcr/gcr-3.20.0.ebuild
index 1bf7ad512db..c92d9cee4eb 100644
--- a/app-crypt/gcr/gcr-3.20.0.ebuild
+++ b/app-crypt/gcr/gcr-3.20.0.ebuild
@@ -16,7 +16,7 @@ SLOT="0/1" # subslot = suffix of libgcr-3
 IUSE="debug gtk +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-s

[gentoo-commits] repo/gentoo:master commit in: app-accessibility/orca/, app-accessibility/speech-tools/, ...

2019-10-11 Thread Michał Górny
commit: f7743a718eb7eb45f99b644788ac8bf44166308e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:32:17 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:32:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7743a71

app-accessibility: Remove *-fbsd KEYWORDS

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

 app-accessibility/at-spi2-atk/at-spi2-atk-2.26.2.ebuild   | 2 +-
 app-accessibility/at-spi2-atk/at-spi2-atk-2.30.1.ebuild   | 2 +-
 app-accessibility/at-spi2-atk/at-spi2-atk-2.32.0.ebuild   | 2 +-
 app-accessibility/at-spi2-core/at-spi2-core-2.26.2.ebuild | 2 +-
 app-accessibility/at-spi2-core/at-spi2-core-2.30.1.ebuild | 2 +-
 app-accessibility/at-spi2-core/at-spi2-core-2.32.1.ebuild | 2 +-
 app-accessibility/mbrola/mbrola-3.0.1h-r6.ebuild  | 2 +-
 app-accessibility/orca/orca-3.30.2.ebuild | 2 +-
 app-accessibility/speech-tools/speech-tools-2.1-r4.ebuild | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/app-accessibility/at-spi2-atk/at-spi2-atk-2.26.2.ebuild 
b/app-accessibility/at-spi2-atk/at-spi2-atk-2.26.2.ebuild
index 70ad94f1633..89f9ade2e3e 100644
--- a/app-accessibility/at-spi2-atk/at-spi2-atk-2.26.2.ebuild
+++ b/app-accessibility/at-spi2-atk/at-spi2-atk-2.26.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility";
 
 LICENSE="LGPL-2+"
 SLOT="2"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="

diff --git a/app-accessibility/at-spi2-atk/at-spi2-atk-2.30.1.ebuild 
b/app-accessibility/at-spi2-atk/at-spi2-atk-2.30.1.ebuild
index ae7f66a631b..d22eb773f3c 100644
--- a/app-accessibility/at-spi2-atk/at-spi2-atk-2.30.1.ebuild
+++ b/app-accessibility/at-spi2-atk/at-spi2-atk-2.30.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility";
 
 LICENSE="LGPL-2+"
 SLOT="2"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="

diff --git a/app-accessibility/at-spi2-atk/at-spi2-atk-2.32.0.ebuild 
b/app-accessibility/at-spi2-atk/at-spi2-atk-2.32.0.ebuild
index 80158f6f336..f71cd9e95db 100644
--- a/app-accessibility/at-spi2-atk/at-spi2-atk-2.32.0.ebuild
+++ b/app-accessibility/at-spi2-atk/at-spi2-atk-2.32.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility";
 
 LICENSE="LGPL-2+"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="

diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.26.2.ebuild 
b/app-accessibility/at-spi2-core/at-spi2-core-2.26.2.ebuild
index 32334a14e2a..c51347685e7 100644
--- a/app-accessibility/at-spi2-core/at-spi2-core-2.26.2.ebuild
+++ b/app-accessibility/at-spi2-core/at-spi2-core-2.26.2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility";
 LICENSE="LGPL-2+"
 SLOT="2"
 IUSE="X +introspection"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 
 # x11-libs/libSM is needed until upstream #719808 is solved either
 # making the dep unneeded or fixing their configure

diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.30.1.ebuild 
b/app-accessibility/at-spi2-core/at-spi2-core-2.30.1.ebuild
index 12e13061eda..455058f411e 100644
--- a/app-accessibility/at-spi2-core/at-spi2-core-2.30.1.ebuild
+++ b/app-accessibility/at-spi2-core/at-spi2-core-2.30.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility";
 LICENSE="LGPL-2+"
 SLOT="2"
 IUSE="X gtk-doc +introspection"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 
 RDEPEND="
>=sys-apps/dbus-1.5[${MULTILIB_USEDEP}]

diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.32.1.ebuild 
b/app-accessibility/at-spi2-core/at-spi2-core-2.32.1.ebuild
index bd6e7782747..09737b71d1b 100644
--- a/app-accessibility/at-spi2-core/at-spi2-core-2.32.1.ebuild
+++ b/app-accessibility/at-spi2-core/at-spi2-core-2.32.1.ebuild
@@ -11,7 +11,7 @@ 

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

2019-10-11 Thread Michał Górny
commit: db794caaea74bb1c7c877e695e4fd98282a6cb47
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:32:25 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:32:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db794caa

app-backup: Remove *-fbsd KEYWORDS

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

 app-backup/cpdup/cpdup-1.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/cpdup/cpdup-1.18.ebuild 
b/app-backup/cpdup/cpdup-1.18.ebuild
index 72f12debac0..87a80a519dd 100644
--- a/app-backup/cpdup/cpdup-1.18.ebuild
+++ b/app-backup/cpdup/cpdup-1.18.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://apollo.backplane.com/FreeSrc/${P}.tgz";
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86-fbsd"
+KEYWORDS="~amd64"
 IUSE="userland_GNU threads"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-pda/pilot-link/, app-pda/libplist/

2019-10-11 Thread Michał Górny
commit: 513d2a141f4ddac11000189bcb26bda70038df12
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:33:57 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:33:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513d2a14

app-pda: Remove *-fbsd KEYWORDS

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

 app-pda/libplist/libplist-2.0.0.ebuild | 2 +-
 app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-pda/libplist/libplist-2.0.0.ebuild 
b/app-pda/libplist/libplist-2.0.0.ebuild
index 12b97e894e0..ccd7c69178f 100644
--- a/app-pda/libplist/libplist-2.0.0.ebuild
+++ b/app-pda/libplist/libplist-2.0.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/3.1.0" # based on SONAME of libplist.so
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86 ~amd64-fbsd"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE="python static-libs"
 
 RDEPEND="python? ( ${PYTHON_DEPS} )"

diff --git a/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild 
b/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
index d00cf62605f..dede9e9534e 100644
--- a/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
+++ b/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2
 
 LICENSE="|| ( GPL-2 LGPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="bluetooth debug java perl png python static-libs threads usb"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-i18n/enca/, app-i18n/unicode-emoji/, app-i18n/unicode-cldr/, app-i18n/scim/, ...

2019-10-11 Thread Michał Górny
commit: 59ea39b88f8ee8c25a34c44c15ffe267b0c6fbb6
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:33:50 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:33:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ea39b8

app-i18n: Remove *-fbsd KEYWORDS

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

 app-i18n/enca/enca-1.19-r1.ebuild| 2 +-
 app-i18n/ibus/ibus-1.5.18.ebuild | 2 +-
 app-i18n/ibus/ibus-1.5.19.ebuild | 2 +-
 app-i18n/ibus/ibus-1.5.20.ebuild | 2 +-
 app-i18n/nkf/nkf-2.1.3-r2.ebuild | 2 +-
 app-i18n/nkf/nkf-2.1.4.ebuild| 2 +-
 app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild   | 2 +-
 app-i18n/scim/scim-1.4.17.ebuild | 2 +-
 app-i18n/scim/scim-1.4.18.ebuild | 2 +-
 app-i18n/unicode-cldr/unicode-cldr-33.0.ebuild   | 2 +-
 app-i18n/unicode-cldr/unicode-cldr-35.1.ebuild   | 2 +-
 app-i18n/unicode-data/unicode-data-10.0.0.ebuild | 2 +-
 app-i18n/unicode-data/unicode-data-11.0.0.ebuild | 2 +-
 app-i18n/unicode-data/unicode-data-12.0.0.ebuild | 2 +-
 app-i18n/unicode-data/unicode-data-12.1.0.ebuild | 2 +-
 app-i18n/unicode-data/unicode-data-9.0.0.ebuild  | 2 +-
 app-i18n/unicode-emoji/unicode-emoji-11.0.ebuild | 2 +-
 app-i18n/unicode-emoji/unicode-emoji-12.0.ebuild | 2 +-
 18 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/app-i18n/enca/enca-1.19-r1.ebuild 
b/app-i18n/enca/enca-1.19-r1.ebuild
index d1567c61b8b..bb4028baede 100644
--- a/app-i18n/enca/enca-1.19-r1.ebuild
+++ b/app-i18n/enca/enca-1.19-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dl.cihar.com/${PN}/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 IUSE="doc +iconv recode static-libs"
 
 RDEPEND="

diff --git a/app-i18n/ibus/ibus-1.5.18.ebuild b/app-i18n/ibus/ibus-1.5.18.ebuild
index 829aa884abf..9af4e85e2a2 100644
--- a/app-i18n/ibus/ibus-1.5.18.ebuild
+++ b/app-i18n/ibus/ibus-1.5.18.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86"
 IUSE="+X +emoji gconf +gtk +gtk2 +introspection kde +libnotify nls +python 
test +unicode vala wayland"
 REQUIRED_USE="emoji? ( gtk )
gtk2? ( gtk )

diff --git a/app-i18n/ibus/ibus-1.5.19.ebuild b/app-i18n/ibus/ibus-1.5.19.ebuild
index d69062d9918..fe9b1bd85a8 100644
--- a/app-i18n/ibus/ibus-1.5.19.ebuild
+++ b/app-i18n/ibus/ibus-1.5.19.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 ia64 ppc ppc64 sparc x86"
 IUSE="+X +emoji gconf +gtk +gtk2 +introspection kde +libnotify nls +python 
test +unicode vala wayland"
 REQUIRED_USE="emoji? ( gtk )
gtk2? ( gtk )

diff --git a/app-i18n/ibus/ibus-1.5.20.ebuild b/app-i18n/ibus/ibus-1.5.20.ebuild
index e1b091cd20b..2cd45e66e52 100644
--- a/app-i18n/ibus/ibus-1.5.20.ebuild
+++ b/app-i18n/ibus/ibus-1.5.20.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 ia64 ppc ppc64 sparc x86"
 IUSE="+X +emoji gconf +gtk +gtk2 +introspection kde nls +python test +unicode 
vala wayland"
 REQUIRED_USE="emoji? ( gtk )
gtk2? ( gtk )

diff --git a/app-i18n/nkf/nkf-2.1.3-r2.ebuild b/app-i18n/nkf/nkf-2.1.3-r2.ebuild
index 987c68e8253..185e7961b93 100644
--- a/app-i18n/nkf/nkf-2.1.3-r2.ebuild
+++ b/app-i18n/nkf/nkf-2.1.3-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge.jp/${PN}/59912/${P}.tar.gz
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd 
~x86-macos"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-macos"
 IUSE="perl python l10n_ja"
 
 src_prepare() {

diff --git a/app-i18n/nkf/nkf-2.1.4.ebuild b/app-i18n/nkf/nkf-2.1.4.ebuild
index 8d94ae69111..1c8e0e68da4 100644
--- a/app-i18n/nkf/nkf-2.1.4.ebuild
+++ b/app-i18n/nkf/nkf-2.1.4.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge.jp/${PN}/64158/${P}.tar.gz
 
 LICENSE="ZLIB python? ( BSD )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-macos"
 IUSE="perl python l10n_ja"
 
 src_prepare() 

[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-postgresql/, app-eselect/eselect-cblas/, ...

2019-10-11 Thread Michał Górny
commit: 21d8f66c18197eeb51aeb954e8d56dca292ae107
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:33:47 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:33:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d8f66c

app-eselect: Remove *-fbsd KEYWORDS

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

 app-eselect/eselect-awk/eselect-awk-0.2.ebuild  | 2 +-
 app-eselect/eselect-blas/eselect-blas-0.1.ebuild| 2 +-
 app-eselect/eselect-cblas/eselect-cblas-0.1.ebuild  | 2 +-
 app-eselect/eselect-cdparanoia/eselect-cdparanoia-0.1.ebuild| 2 +-
 app-eselect/eselect-ctags/eselect-ctags-1.18.ebuild | 2 +-
 app-eselect/eselect-electron/eselect-electron-2.1.ebuild| 2 +-
 app-eselect/eselect-emacs/eselect-emacs-1.18.ebuild | 2 +-
 app-eselect/eselect-fontconfig/eselect-fontconfig-1.1-r1.ebuild | 2 +-
 app-eselect/eselect-java/eselect-java-0.4.0.ebuild  | 2 +-
 app-eselect/eselect-lapack/eselect-lapack-0.1.ebuild| 2 +-
 .../eselect-lib-bin-symlink/eselect-lib-bin-symlink-0.1.1.ebuild| 2 +-
 app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-.ebuild | 2 +-
 app-eselect/eselect-lua/eselect-lua-1.ebuild| 2 +-
 app-eselect/eselect-mpg123/eselect-mpg123-0.1.ebuild| 2 +-
 app-eselect/eselect-mpost/eselect-mpost-0.3.ebuild  | 2 +-
 app-eselect/eselect-notify-send/eselect-notify-send-0.1.ebuild  | 2 +-
 app-eselect/eselect-opencl/eselect-opencl-1.1.0-r4.ebuild   | 2 +-
 app-eselect/eselect-opengl/eselect-opengl-1.3.1-r4.ebuild   | 2 +-
 .../eselect-package-manager/eselect-package-manager-20110108-r1.ebuild  | 2 +-
 app-eselect/eselect-pdftex/eselect-pdftex-0.3.ebuild| 2 +-
 app-eselect/eselect-php/eselect-php-0.9.4-r5.ebuild | 2 +-
 app-eselect/eselect-php/eselect-php-0.9.5.ebuild| 2 +-
 app-eselect/eselect-pinentry/eselect-pinentry-0.7.ebuild| 2 +-
 app-eselect/eselect-postgresql/eselect-postgresql-2.4.ebuild| 2 +-
 app-eselect/eselect-python/eselect-python-20160516.ebuild   | 2 +-
 app-eselect/eselect-python/eselect-python-20171204.ebuild   | 2 +-
 app-eselect/eselect-python/eselect-python-20190417.ebuild   | 2 +-
 app-eselect/eselect-python/eselect-python-.ebuild   | 2 +-
 app-eselect/eselect-rails/eselect-rails-0.23.ebuild | 2 +-
 app-eselect/eselect-rails/eselect-rails-0.24.ebuild | 2 +-
 app-eselect/eselect-ruby/eselect-ruby-20170723.ebuild   | 2 +-
 app-eselect/eselect-ruby/eselect-ruby-20190121.ebuild   | 2 +-
 app-eselect/eselect-timidity/eselect-timidity-20110513.ebuild   | 2 +-
 app-eselect/eselect-vi/eselect-vi-1.1.9-r1.ebuild   | 2 +-
 app-eselect/eselect-vi/eselect-vi-1.1.9.ebuild  | 2 +-
 app-eselect/eselect-wine/eselect-wine-1.2.2.ebuild  | 2 +-
 app-eselect/eselect-wxwidgets/eselect-wxwidgets-20140423.ebuild | 2 +-
 app-eselect/eselect-wxwidgets/eselect-wxwidgets-20180529.ebuild | 2 +-
 app-eselect/eselect-xvmc/eselect-xvmc-0.4.ebuild| 2 +-
 39 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/app-eselect/eselect-awk/eselect-awk-0.2.ebuild 
b/app-eselect/eselect-awk/eselect-awk-0.2.ebuild
index 891e5e6a896..5dd0a8e5dd7 100644
--- a/app-eselect/eselect-awk/eselect-awk-0.2.ebuild
+++ b/app-eselect/eselect-awk/eselect-awk-0.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~junghans/distfiles/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~x86-macos"
 IUSE=""
 
 src_install() {

diff --git a/app-eselect/eselect-blas/eselect-blas-0.1.ebuild 
b/app-eselect/eselect-blas/eselect-blas-0.1.ebuild
index ee073c86427..45f66ca2ee4 100644
--- a/app-eselect/eselect-blas/eselect-blas-0.1.ebuild
+++ b/app-eselect/eselect-blas/eselect-blas-0.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
 IUSE=""
 
 # Need skel.bash lib

diff --git a/app-eselect/eselect-cblas/eselect-cblas-0.1.ebuild 
b/app-eselect/eselect-cblas/eselect-cblas-0.1.ebuild
index 99239b63d30..a2a381da68a 10

[gentoo-commits] repo/gentoo:master commit in: app-misc/mime-types/, app-misc/sl/, app-misc/cpipe/, app-misc/toilet/, ...

2019-10-11 Thread Michał Górny
commit: 3b8b097ec14b16e0819b33770c1454af241123c3
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:33:52 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:33:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b8b097e

app-misc: Remove *-fbsd KEYWORDS

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

 app-misc/banner/banner-1.3.3.ebuild   | 2 +-
 app-misc/banner/banner-1.3.4.ebuild   | 2 +-
 app-misc/beanstalkd/beanstalkd-1.10.ebuild| 2 +-
 app-misc/c_rehash/c_rehash-1.0.2g_p8.ebuild   | 2 +-
 app-misc/c_rehash/c_rehash-1.7-r1.ebuild  | 2 +-
 app-misc/ca-certificates/ca-certificates-20190110.3.43.ebuild | 2 +-
 app-misc/colordiff/colordiff-1.0.18.ebuild| 2 +-
 app-misc/cpipe/cpipe-3.0.3.ebuild | 2 +-
 app-misc/datefudge/datefudge-1.17.ebuild  | 2 +-
 app-misc/datefudge/datefudge-1.22.ebuild  | 2 +-
 app-misc/dtach/dtach-0.9.ebuild   | 2 +-
 app-misc/editor-wrapper/editor-wrapper-4-r1.ebuild| 2 +-
 app-misc/figlet/figlet-2.2.5-r1.ebuild| 2 +-
 app-misc/figlet/figlet-2.2.5.ebuild   | 2 +-
 app-misc/geoclue/geoclue-2.4.13.ebuild| 2 +-
 app-misc/geoclue/geoclue-2.5.3-r2.ebuild  | 2 +-
 app-misc/getopt/getopt-1.1.6-r1.ebuild| 2 +-
 app-misc/getopt/getopt-1.1.6.ebuild   | 2 +-
 app-misc/ledit/ledit-2.03.ebuild  | 2 +-
 app-misc/mc/mc-4.8.22.ebuild  | 2 +-
 app-misc/mc/mc-4.8.23-r1.ebuild   | 2 +-
 app-misc/mc/mc-4.8.23.ebuild  | 2 +-
 app-misc/mc/mc-.ebuild| 2 +-
 app-misc/mime-types/mime-types-9.ebuild   | 2 +-
 app-misc/neofetch/neofetch-6.0.0.ebuild   | 2 +-
 app-misc/neofetch/neofetch-6.1.0.ebuild   | 2 +-
 app-misc/neofetch/neofetch-.ebuild| 2 +-
 app-misc/pax-utils/pax-utils-1.2.3-r3.ebuild  | 2 +-
 app-misc/pax-utils/pax-utils-1.2.3.ebuild | 2 +-
 app-misc/pax-utils/pax-utils-1.2.4.ebuild | 2 +-
 app-misc/remind/remind-03.01.15.ebuild| 2 +-
 app-misc/remind/remind-03.01.16.ebuild| 2 +-
 app-misc/screen/screen-4.4.0.ebuild   | 2 +-
 app-misc/screen/screen-4.5.1.ebuild   | 2 +-
 app-misc/screen/screen-4.6.0.ebuild   | 2 +-
 app-misc/screen/screen-4.6.1.ebuild   | 2 +-
 app-misc/screen/screen-4.6.2-r1.ebuild| 2 +-
 app-misc/screen/screen-4.6.2.ebuild   | 2 +-
 app-misc/screen/screen-4.7.0.ebuild   | 2 +-
 app-misc/screen/screen-.ebuild| 2 +-
 app-misc/screenie/screenie-1.30.0-r1.ebuild   | 2 +-
 app-misc/sl/sl-5.02.ebuild| 2 +-
 app-misc/tmux/tmux-2.7-r1.ebuild  | 2 +-
 app-misc/tmux/tmux-2.7.ebuild | 2 +-
 app-misc/tmux/tmux-2.8-r2.ebuild  | 2 +-
 app-misc/tmux/tmux-2.9.ebuild | 2 +-
 app-misc/tmux/tmux-2.9a.ebuild| 2 +-
 app-misc/tmux/tmux-.ebuild| 2 +-
 app-misc/toilet/toilet-0.3.ebuild | 2 +-
 app-misc/uptimed/uptimed-0.4.1-r1.ebuild  | 2 +-
 app-misc/uptimed/uptimed-0.4.1-r2.ebuild  | 2 +-
 app-misc/uptimed/uptimed-0.4.2.ebuild | 2 +-
 52 files changed, 52 insertions(+), 52 deletions(-)

diff --git a/app-misc/banner/banner-1.3.3.ebuild 
b/app-misc/banner/banner-1.3.3.ebuild
index 827111bf412..952e978f5c0 100644
--- a/app-misc/banner/banner-1.3.3.ebuild
+++ b/app-misc/banner/banner-1.3.3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://cedar-solutions.com/ftp/software/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
 
 DEPEND="!games-misc/bsd-games"
 

diff --git a/app-misc/banner/banner-1.3.4.ebuild 
b/app-misc/banner/banner-1.3.4.ebuild
index 43101c37386..86982445e08 100644
--- a/app-misc/banner/banner-1.3.4.ebuild
+++ b/app-misc/banner/banner-1.3.4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="${HOMEPAGE}ftp/software/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="

[gentoo-commits] repo/gentoo:master commit in: app-office/texmaker/, app-office/texstudio/, app-office/gnumeric/, ...

2019-10-11 Thread Michał Górny
commit: 0d4b869ff69c168cba19538503c74f1214b35edf
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:33:55 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:33:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d4b869f

app-office: Remove *-fbsd KEYWORDS

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

 app-office/dia/dia-0.97.3.ebuild   | 2 +-
 app-office/gnumeric/gnumeric-1.12.39.ebuild| 2 +-
 app-office/gnumeric/gnumeric-1.12.43.ebuild| 2 +-
 app-office/gnumeric/gnumeric-1.12.44.ebuild| 2 +-
 app-office/mdbtools/mdbtools-0.7.1-r2.ebuild   | 2 +-
 app-office/texmaker/texmaker-5.0-r1.ebuild | 2 +-
 app-office/texstudio/texstudio-2.11.2-r2.ebuild| 2 +-
 app-office/texstudio/texstudio-2.12.10.ebuild  | 2 +-
 app-office/texstudio/texstudio-2.12.14.ebuild  | 2 +-
 app-office/texstudio/texstudio-2.12.16.ebuild  | 2 +-
 app-office/texstudio/texstudio-2.12.16_beta2-r1.ebuild | 2 +-
 app-office/texstudio/texstudio-2.12.2-r1.ebuild| 2 +-
 app-office/texstudio/texstudio-2.12.4-r1.ebuild| 2 +-
 app-office/texstudio/texstudio-2.12.6-r1.ebuild| 2 +-
 app-office/texstudio/texstudio-2.12.8-r1.ebuild| 2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/app-office/dia/dia-0.97.3.ebuild b/app-office/dia/dia-0.97.3.ebuild
index a8a9ae6b6c0..64574167263 100644
--- a/app-office/dia/dia-0.97.3.ebuild
+++ b/app-office/dia/dia-0.97.3.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Dia";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
 # the doc USE flag doesn't seem to do anything without docbook2html
 # cairo support is preferred as explained by upstream at:
 # https://bugzilla.gnome.org/show_bug.cgi?id=729668#c6

diff --git a/app-office/gnumeric/gnumeric-1.12.39.ebuild 
b/app-office/gnumeric/gnumeric-1.12.39.ebuild
index a3e1a4c6e81..2ff8d6609df 100644
--- a/app-office/gnumeric/gnumeric-1.12.39.ebuild
+++ b/app-office/gnumeric/gnumeric-1.12.39.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnumeric.org/";
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 IUSE="+introspection libgda perl python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"

diff --git a/app-office/gnumeric/gnumeric-1.12.43.ebuild 
b/app-office/gnumeric/gnumeric-1.12.43.ebuild
index 903ec136a3a..b688d5d5843 100644
--- a/app-office/gnumeric/gnumeric-1.12.43.ebuild
+++ b/app-office/gnumeric/gnumeric-1.12.43.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnumeric.org/";
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 IUSE="+introspection libgda perl python"
 # python-loader plugin is python2.7 only

diff --git a/app-office/gnumeric/gnumeric-1.12.44.ebuild 
b/app-office/gnumeric/gnumeric-1.12.44.ebuild
index 903ec136a3a..b688d5d5843 100644
--- a/app-office/gnumeric/gnumeric-1.12.44.ebuild
+++ b/app-office/gnumeric/gnumeric-1.12.44.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnumeric.org/";
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 IUSE="+introspection libgda perl python"
 # python-loader plugin is python2.7 only

diff --git a/app-office/mdbtools/mdbtools-0.7.1-r2.ebuild 
b/app-office/mdbtools/mdbtools-0.7.1-r2.ebuild
index 1b3e901c9ab..900dafbba5a 100644
--- a/app-office/mdbtools/mdbtools-0.7.1-r2.ebuild
+++ b/app-office/mdbtools/mdbtools-0.7.1-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/brianb/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
 
 IUSE="odbc static-libs"
 

diff --git a/app-office/texmaker/texmaker-5.0-r1.ebuild 
b/app-office/texmaker/texmaker-5.0-r1.ebuild
index f05efde9887..7b448069b9e 100644
--- a/app-office/texmaker/texmaker-5.0-r1.ebuild
+++ b/app-office/texmaker/texmaker-5.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.xm1math.net/texmaker/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 COMMON_DEPEND="

diff --git a/app-office/texstudio/texstudio-2.11.2-r2.ebuild 
b/app-office/texstudio/texstudio-2.11.2-r2.ebuild
index 2fd2e68965d..ae6b94ed867 100644
--- a/app-office/texstudio/texstudio-2.11.2-r2.ebuild
+++ b/app-office/texstudio/texstudio-2.11.2-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror:/

[gentoo-commits] repo/gentoo:master commit in: dev-ml/pcre-ocaml/, dev-ml/ocamlbuild/, dev-ml/camldbm/, dev-ml/lablgtk/, ...

2019-10-11 Thread Michał Górny
commit: aca26925a67868a6b453460706345175b4395c38
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:34:31 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:34:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca26925

dev-ml: Remove *-fbsd KEYWORDS

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

 dev-ml/camldbm/camldbm-1.0.ebuild   | 2 +-
 dev-ml/camlp4/camlp4-4.04_p1.ebuild | 2 +-
 dev-ml/camlp4/camlp4-4.05_p1.ebuild | 2 +-
 dev-ml/camlp5/camlp5-6.17.ebuild| 2 +-
 dev-ml/camlp5/camlp5-7.00.ebuild| 2 +-
 dev-ml/camlp5/camlp5-7.01.ebuild| 2 +-
 dev-ml/camlp5/camlp5-7.03.ebuild| 2 +-
 dev-ml/camlzip/camlzip-1.06.ebuild  | 2 +-
 dev-ml/camlzip/camlzip-1.07.ebuild  | 2 +-
 dev-ml/cryptokit/cryptokit-1.10.ebuild  | 2 +-
 dev-ml/cryptokit/cryptokit-1.11.ebuild  | 2 +-
 dev-ml/cryptokit/cryptokit-1.12.ebuild  | 2 +-
 dev-ml/facile/facile-1.1.3.ebuild   | 2 +-
 dev-ml/findlib/findlib-1.7.1.ebuild | 2 +-
 dev-ml/findlib/findlib-1.7.2.ebuild | 2 +-
 dev-ml/findlib/findlib-1.7.3.ebuild | 2 +-
 dev-ml/lablgl/lablgl-1.05-r1.ebuild | 2 +-
 dev-ml/lablgtk/lablgtk-2.18.5.ebuild| 2 +-
 dev-ml/labltk/labltk-8.06.2.ebuild  | 2 +-
 dev-ml/labltk/labltk-8.06.3.ebuild  | 2 +-
 dev-ml/lwt/lwt-3.0.0.ebuild | 2 +-
 dev-ml/lwt/lwt-3.1.0.ebuild | 2 +-
 dev-ml/lwt_glib/lwt_glib-1.0.1.ebuild   | 2 +-
 dev-ml/lwt_react/lwt_react-1.0.1.ebuild | 2 +-
 dev-ml/lwt_ssl/lwt_ssl-1.0.1.ebuild | 2 +-
 dev-ml/lwt_ssl/lwt_ssl-1.1.1.ebuild | 2 +-
 dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.1.2.ebuild | 2 +-
 dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.1.3.ebuild | 2 +-
 dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.2.0.ebuild | 2 +-
 dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.3.0.ebuild | 2 +-
 dev-ml/ocaml-ssl/ocaml-ssl-0.5.3.ebuild | 2 +-
 dev-ml/ocaml-ssl/ocaml-ssl-0.5.4.ebuild | 2 +-
 dev-ml/ocaml-ssl/ocaml-ssl-0.5.5.ebuild | 2 +-
 dev-ml/ocamlbuild/ocamlbuild-0.10.1.ebuild  | 2 +-
 dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild  | 2 +-
 dev-ml/ocamlnet/ocamlnet-4.1.3.ebuild   | 2 +-
 dev-ml/ocamlnet/ocamlnet-4.1.4.ebuild   | 2 +-
 dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild   | 2 +-
 dev-ml/pcre-ocaml/pcre-ocaml-7.3.0.ebuild   | 2 +-
 dev-ml/pcre-ocaml/pcre-ocaml-7.3.2.ebuild   | 2 +-
 dev-ml/pcre-ocaml/pcre-ocaml-7.3.3.ebuild   | 2 +-
 dev-ml/react/react-1.2.1.ebuild | 2 +-
 42 files changed, 42 insertions(+), 42 deletions(-)

diff --git a/dev-ml/camldbm/camldbm-1.0.ebuild 
b/dev-ml/camldbm/camldbm-1.0.ebuild
index c6af754862f..5286f0873c3 100644
--- a/dev-ml/camldbm/camldbm-1.0.ebuild
+++ b/dev-ml/camldbm/camldbm-1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://forge.ocamlcore.org/frs/download.php/728/${P}.tgz";
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm ppc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="amd64 arm ppc x86"
 IUSE=""
 
 DEPEND=">=sys-libs/gdbm-1.9.1-r2[berkdb]

diff --git a/dev-ml/camlp4/camlp4-4.04_p1.ebuild 
b/dev-ml/camlp4/camlp4-4.04_p1.ebuild
index 9a5152d03f3..812b45c6ae8 100644
--- a/dev-ml/camlp4/camlp4-4.04_p1.ebuild
+++ b/dev-ml/camlp4/camlp4-4.04_p1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/ocaml/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="+ocamlopt"
 
 DEPEND=">=dev-lang/ocaml-4.04_beta:=[ocamlopt?]"

diff --git a/dev-ml/camlp4/camlp4-4.05_p1.ebuild 
b/dev-ml/camlp4/camlp4-4.05_p1.ebuild
index 63a829b7422..80a764a6259 100644
--- a/dev-ml/camlp4/camlp4-4.05_p1.ebuild
+++ b/dev-ml/camlp4/camlp4-4.05_p1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/ocaml/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="+ocamlopt"
 
 DEPEND=">=dev-lang/ocaml-4.05_beta:=[ocamlopt?]"

diff --git a/dev-ml/camlp5/camlp5-6.17.ebuild b/dev-ml/camlp5/camlp5-6.17.ebuild
index 1e3bd458fdc..9f3df08d5fb 100644
--- a/dev-ml/camlp5/camlp5-6.17.ebuild
+++ b/dev-ml/camlp5/camlp5-6.17.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-rel$(replace_all_version_separators '')"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="alpha amd64 ppc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ppc x86"
 IUSE="doc +ocamlopt"
 
 DEPEND=">

[gentoo-commits] repo/gentoo:master commit in: dev-haskell/zip-archive/, dev-haskell/test-framework/, dev-haskell/text/, ...

2019-10-11 Thread Michał Górny
commit: 2f37da6768bb2653f05720d3eab22ffcb691c321
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:34:19 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:34:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f37da67

dev-haskell: Remove *-fbsd KEYWORDS

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

 dev-haskell/ansi-terminal/ansi-terminal-0.5.5.ebuild| 2 +-
 dev-haskell/ansi-terminal/ansi-terminal-0.6.2.1.ebuild  | 2 +-
 dev-haskell/ansi-terminal/ansi-terminal-0.6.2.3.ebuild  | 2 +-
 dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.7.1.ebuild| 2 +-
 dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.7.3.ebuild| 2 +-
 dev-haskell/binary/binary-0.5.1.1.ebuild| 2 +-
 dev-haskell/binary/binary-0.7.1.0.ebuild| 2 +-
 dev-haskell/binary/binary-0.7.2.3.ebuild| 2 +-
 dev-haskell/cabal/cabal-1.18.1.2.ebuild | 2 +-
 dev-haskell/cabal/cabal-1.18.1.3.ebuild | 2 +-
 dev-haskell/cabal/cabal-1.18.1.5.ebuild | 2 +-
 dev-haskell/cabal/cabal-1.20.0.2.ebuild | 2 +-
 dev-haskell/cabal/cabal-1.22.8.0.ebuild | 2 +-
 dev-haskell/dataenc/dataenc-0.14.0.5.ebuild | 2 +-
 dev-haskell/dataenc/dataenc-0.14.0.7.ebuild | 2 +-
 dev-haskell/digest/digest-0.0.1.2.ebuild| 2 +-
 dev-haskell/extensible-exceptions/extensible-exceptions-0.1.1.4.ebuild  | 2 +-
 dev-haskell/fgl/fgl-5.4.2.4-r1.ebuild   | 2 +-
 dev-haskell/fgl/fgl-5.4.2.4.ebuild  | 2 +-
 dev-haskell/fgl/fgl-5.5.0.1.ebuild  | 2 +-
 dev-haskell/ghc-paths/ghc-paths-0.1.0.9.ebuild  | 2 +-
 dev-haskell/hashed-storage/hashed-storage-0.5.11.ebuild | 2 +-
 dev-haskell/haskeline/haskeline-0.7.1.2.ebuild  | 2 +-
 dev-haskell/haskeline/haskeline-0.7.1.3.ebuild  | 2 +-
 dev-haskell/haskeline/haskeline-0.7.2.1.ebuild  | 2 +-
 dev-haskell/haskeline/haskeline-0.7.2.3.ebuild  | 2 +-
 dev-haskell/haskell-src/haskell-src-1.0.1.6.ebuild  | 2 +-
 dev-haskell/haskell-src/haskell-src-1.0.2.0.ebuild  | 2 +-
 dev-haskell/hostname/hostname-1.0.ebuild| 2 +-
 dev-haskell/hscolour/hscolour-1.19.ebuild   | 2 +-
 dev-haskell/hscolour/hscolour-1.20.3-r1.ebuild  | 2 +-
 dev-haskell/hscolour/hscolour-1.22.ebuild   | 2 +-
 dev-haskell/hscolour/hscolour-1.23-r1.ebuild| 2 +-
 dev-haskell/hscolour/hscolour-1.24.ebuild   | 2 +-
 dev-haskell/html/html-1.0.1.2-r1.ebuild | 2 +-
 dev-haskell/http/http-4000.2.17.ebuild  | 2 +-
 dev-haskell/http/http-4000.2.8.ebuild   | 2 +-
 dev-haskell/httpd-shed/httpd-shed-0.4-r1.ebuild | 2 +-
 dev-haskell/httpd-shed/httpd-shed-0.4.0.3.ebuild| 2 +-
 dev-haskell/hunit/hunit-1.2.5.2-r1.ebuild   | 2 +-
 dev-haskell/hunit/hunit-1.2.5.2.ebuild  | 2 +-
 dev-haskell/libxml/libxml-0.1.1.ebuild  | 2 +-
 dev-haskell/mmap/mmap-0.5.8.ebuild  | 2 +-
 dev-haskell/mmap/mmap-0.5.9.ebuild  | 2 +-
 dev-haskell/mtl/mtl-2.1.3.1.ebuild  | 2 +-
 dev-haskell/mtl/mtl-2.2.1-r1.ebuild | 2 +-
 dev-haskell/mtl/mtl-2.2.1.ebuild| 2 +-
 dev-haskell/network-uri/network-uri-2.5.0.0.ebuild  | 2 +-
 dev-haskell/network-uri/network-uri-2.6.0.3.ebuild  | 2 +-
 dev-haskell/network-uri/network-uri-2.6.1.0.ebuild  | 2 +-
 dev-haskell/network/network-2.4.1.2.ebuild  | 2 +-
 dev-haskell/network/network-2.4.2.2.ebuild  | 2 +-
 dev-haskell/network/network-2.5.0.0.ebuild  | 2 +-
 dev-haskell/network/network-2.6.2.1.ebuild  | 2 +-
 dev-haskell/network/network-2.6.3.1-r1.ebuild   | 2 +-
 dev-haskell/old-locale/old-locale-1.0.0.7.ebuild| 2 +-
 dev-haskell/old-time/old-time-1.1.0.3-r1.ebuild | 2 +-
 dev-haskell/parsec/parsec-3.1.11.ebuild

[gentoo-commits] repo/gentoo:master commit in: app-text/scrollkeeper/, app-text/evince/, app-text/docbook-dsssl-stylesheets/, ...

2019-10-11 Thread Michał Górny
commit: 96cadfef0d44c208be96fe251887121bc349bc8f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:34:04 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:34:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96cadfef

app-text: Remove *-fbsd KEYWORDS

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

 app-text/a2ps/a2ps-4.14-r6.ebuild   | 2 +-
 app-text/aiksaurus/aiksaurus-1.2.1-r1.ebuild| 2 +-
 app-text/aiksaurus/aiksaurus-1.2.1.ebuild   | 2 +-
 app-text/asciidoc/asciidoc-8.6.10.ebuild| 2 +-
 app-text/asciidoc/asciidoc-8.6.10_p20181016.ebuild  | 2 +-
 app-text/asciidoc/asciidoc-8.6.9-r2.ebuild  | 2 +-
 app-text/asciidoc/asciidoc-8.6.9-r6.ebuild  | 2 +-
 app-text/aspell/aspell-0.60.7.ebuild| 2 +-
 app-text/aspell/aspell-0.60.7_rc1.ebuild| 2 +-
 app-text/bdf2psf/bdf2psf-1.104.ebuild   | 2 +-
 app-text/bdf2psf/bdf2psf-1.155.ebuild   | 2 +-
 app-text/build-docbook-catalog/build-docbook-catalog-1.21.ebuild| 2 +-
 app-text/convertlit/convertlit-1.8-r3.ebuild| 2 +-
 app-text/crf++/crf++-0.58.ebuild| 2 +-
 app-text/crm114/crm114-20100106-r1.ebuild   | 2 +-
 app-text/dbacl/dbacl-1.14.1.ebuild  | 2 +-
 app-text/dbacl/dbacl-1.14.ebuild| 2 +-
 app-text/djvu/djvu-3.5.25.3.ebuild  | 2 +-
 app-text/djvu/djvu-3.5.27.ebuild| 2 +-
 .../docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79-r3.ebuild  | 2 +-
 .../docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79-r4.ebuild  | 2 +-
 app-text/docbook-sgml-dtd/docbook-sgml-dtd-3.0-r3.ebuild| 2 +-
 app-text/docbook-sgml-dtd/docbook-sgml-dtd-3.0-r4.ebuild| 2 +-
 app-text/docbook-sgml-dtd/docbook-sgml-dtd-3.1-r3.ebuild| 2 +-
 app-text/docbook-sgml-dtd/docbook-sgml-dtd-3.1-r4.ebuild| 2 +-
 app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.0-r3.ebuild| 2 +-
 app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.0-r4.ebuild| 2 +-
 app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.1-r3.ebuild| 2 +-
 app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.1-r4.ebuild| 2 +-
 app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.2-r2.ebuild| 2 +-
 app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.2-r3.ebuild| 2 +-
 app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.3-r2.ebuild| 2 +-
 app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.3-r3.ebuild| 2 +-
 app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.4-r1.ebuild| 2 +-
 app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.4.ebuild   | 2 +-
 app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.5-r1.ebuild| 2 +-
 app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.5.ebuild   | 2 +-
 app-text/docbook-sgml-utils/docbook-sgml-utils-0.6.14-r2.ebuild | 2 +-
 app-text/docbook-sgml-utils/docbook-sgml-utils-0.6.14-r3.ebuild | 2 +-
 app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2-r6.ebuild| 2 +-
 app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2-r7.ebuild| 2 +-
 app-text/docbook-xml-dtd/docbook-xml-dtd-4.2-r2.ebuild  | 2 +-
 app-text/docbook-xml-dtd/docbook-xml-dtd-4.2-r3.ebuild  | 2 +-
 app-text/docbook-xml-dtd/docbook-xml-dtd-4.3-r1.ebuild  | 2 +-
 app-text/docbook-xml-dtd/docbook-xml-dtd-4.3-r2.ebuild  | 2 +-
 app-text/docbook-xml-dtd/docbook-xml-dtd-4.4-r2.ebuild  | 2 +-
 app-text/docbook-xml-dtd/docbook-xml-dtd-4.4-r3.ebuild  | 2 +-
 app-text/docbook-xml-dtd/docbook-xml-dtd-4.5-r1.ebuild  | 2 +-
 app-text/docbook-xml-dtd/docbook-xml-dtd-4.5-r2.ebuild  | 2 +-
 app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-1.0-r2.ebuild| 2 +-
 app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-1.0-r3.ebuild| 2 +-
 .../docbook-xml-simple-dtd/docbook-xml-simple-dtd-4.1.2.4-r3.ebuild | 2 +-
 .../docbook-xml-simple-dtd/docbook-xml-simple-dtd-4.1.2.4-r4.ebuild | 2 +-
 .../docbook-xml-simple-dtd/docbook-xml-simple-dtd-4.1.2.5-r2.ebuild | 2 +-
 .../docbook-xml-simple-dtd/docbook-xml-simple-dtd-4.1.2.5-r3.ebuild | 2 +-
 .../docbook-xsl-ns-stylesheets/docbook-xsl-ns-stylesheets-1.78.0.ebuild | 2 +-
 .../docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.79.1-r2.ebuild| 2 +-
 app-text/docbook2X/docbook2X-0.8.8-r4.ebuild  

[gentoo-commits] repo/gentoo:master commit in: dev-lang/gforth/, dev-lang/swig/, dev-lang/pcc/, dev-lang/tcl/, dev-lang/php/, ...

2019-10-11 Thread Michał Górny
commit: 6285ca3133651fc3ce59f603c3340e5842e45c65
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:34:21 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:34:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6285ca31

dev-lang: Remove *-fbsd KEYWORDS

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

 dev-lang/R/R-3.4.1.ebuild| 2 +-
 dev-lang/R/R-3.5.3.ebuild| 2 +-
 dev-lang/R/R-3.6.0.ebuild| 2 +-
 dev-lang/erlang/erlang-21.1.1.ebuild | 2 +-
 dev-lang/erlang/erlang-22.0.2-r2.ebuild  | 2 +-
 dev-lang/erlang/erlang-22.0.7.ebuild | 2 +-
 dev-lang/erlang/erlang-22.1.1.ebuild | 2 +-
 dev-lang/f2c/f2c-20100827-r1.ebuild  | 2 +-
 dev-lang/gforth/gforth-0.7.3-r1.ebuild   | 2 +-
 dev-lang/go/go-1.12.10.ebuild| 2 +-
 dev-lang/go/go-1.12.9.ebuild | 2 +-
 dev-lang/go/go-1.13.1.ebuild | 2 +-
 dev-lang/go/go-1.13.ebuild   | 2 +-
 dev-lang/go/go-.ebuild   | 2 +-
 dev-lang/julia-bin/julia-bin-1.1.0.ebuild| 2 +-
 dev-lang/julia-bin/julia-bin-1.2.0.ebuild| 2 +-
 dev-lang/lua/lua-5.1.5-r100.ebuild   | 2 +-
 dev-lang/lua/lua-5.1.5-r101.ebuild   | 2 +-
 dev-lang/lua/lua-5.1.5-r102.ebuild   | 2 +-
 dev-lang/lua/lua-5.1.5-r4.ebuild | 2 +-
 dev-lang/lua/lua-5.2.3-r1.ebuild | 2 +-
 dev-lang/lua/lua-5.2.3-r2.ebuild | 2 +-
 dev-lang/lua/lua-5.2.3-r3.ebuild | 2 +-
 dev-lang/lua/lua-5.2.3.ebuild| 2 +-
 dev-lang/lua/lua-5.2.4-r1.ebuild | 2 +-
 dev-lang/lua/lua-5.2.4.ebuild| 2 +-
 dev-lang/lua/lua-5.3.3-r1.ebuild | 2 +-
 dev-lang/lua/lua-5.3.3-r2.ebuild | 2 +-
 dev-lang/lua/lua-5.3.3.ebuild| 2 +-
 dev-lang/lua/lua-5.3.5-r1.ebuild | 2 +-
 dev-lang/lua/lua-5.3.5.ebuild| 2 +-
 dev-lang/nasm/nasm-2.14.02.ebuild| 2 +-
 dev-lang/ocaml/ocaml-4.04.2-r1.ebuild| 2 +-
 dev-lang/ocaml/ocaml-4.05.0-r1.ebuild| 2 +-
 dev-lang/orc/orc-0.4.28-r1.ebuild| 2 +-
 dev-lang/orc/orc-0.4.29.ebuild   | 2 +-
 dev-lang/pcc/pcc-1.1.0-r1.ebuild | 2 +-
 dev-lang/pcc/pcc-.ebuild | 2 +-
 dev-lang/perl/perl-5.24.3-r1.ebuild  | 2 +-
 dev-lang/perl/perl-5.24.4.ebuild | 2 +-
 dev-lang/perl/perl-5.26.2.ebuild | 2 +-
 dev-lang/perl/perl-5.28.2-r1.ebuild  | 2 +-
 dev-lang/perl/perl-5.28..ebuild  | 2 +-
 dev-lang/perl/perl-5.30.0.ebuild | 2 +-
 dev-lang/php/php-5.6.40-r6.ebuild| 2 +-
 dev-lang/php/php-7.1.31.ebuild   | 2 +-
 dev-lang/php/php-7.1.32.ebuild   | 2 +-
 dev-lang/php/php-7.2.21.ebuild   | 2 +-
 dev-lang/php/php-7.2.22.ebuild   | 2 +-
 dev-lang/php/php-7.2.23.ebuild   | 2 +-
 dev-lang/php/php-7.3.10.ebuild   | 2 +-
 dev-lang/php/php-7.3.8.ebuild| 2 +-
 dev-lang/php/php-7.3.9.ebuild| 2 +-
 dev-lang/php/php-7.4.0_rc3.ebuild| 2 +-
 dev-lang/python-exec/python-exec-2.4.6-r1.ebuild | 2 +-
 dev-lang/python/python-2.7.15.ebuild | 2 +-
 dev-lang/python/python-2.7.16.ebuild | 2 +-
 dev-lang/python/python-3.5.5.ebuild  | 2 +-
 dev-lang/python/python-3.5.7.ebuild  | 2 +-
 dev-lang/python/python-3.6.5.ebuild  | 2 +-
 dev-lang/python/python-3.6.8.ebuild  | 2 +-
 dev-lang/python/python-3.6.9.ebuild  | 2 +-
 dev-lang/python/python-3.7.2.ebuild  | 2 +-
 dev-lang/python/python-3.7.3.ebuild  | 2 +-
 dev-lang/python/python-3.7.4-r1.ebuild   | 2 +-
 dev-lang/ruby/ruby-2.4.7.ebuild  | 2 +-
 dev-lang/ruby/ruby-2.4.9.ebuild  | 2 +-
 dev-lang/ruby/ruby-2.5.6.ebuild  | 2 +-
 dev-lang/ruby/ruby-2.5.7.ebuild  | 2 +-
 dev-lang/ruby/ruby-2.6.3.ebuild  | 2 +-
 dev-lang/ruby/ruby-2.6.4.ebuild  | 2 +-
 dev-lang/ruby/r

[gentoo-commits] repo/gentoo:master commit in: dev-db/tokyocabinet/, dev-db/cdb/, dev-db/libdbi/, dev-db/phpmyadmin/, ...

2019-10-11 Thread Michał Górny
commit: 0b9005ad4b5b743707922877e5157ba6ecdf224f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:34:14 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:34:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b9005ad

dev-db: Remove *-fbsd KEYWORDS

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

 dev-db/cdb/cdb-0.75-r4.ebuild  | 2 +-
 dev-db/freetds/freetds-1.00.558.ebuild | 2 +-
 dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild | 2 +-
 dev-db/libdbi-drivers/libdbi-drivers-0.9.0-r1.ebuild   | 2 +-
 dev-db/libdbi-drivers/libdbi-drivers-0.9.0.ebuild  | 2 +-
 dev-db/libdbi/libdbi-0.9.0.ebuild  | 2 +-
 dev-db/libiodbc/libiodbc-3.52.12.ebuild| 2 +-
 dev-db/lmdb/lmdb-0.9.23.ebuild | 2 +-
 dev-db/lmdb/lmdb-0.9.24.ebuild | 2 +-
 dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r3.ebuild | 2 +-
 dev-db/phpmyadmin/phpmyadmin-4.8.5.ebuild  | 2 +-
 dev-db/phpmyadmin/phpmyadmin-4.9.0.1.ebuild| 2 +-
 dev-db/phpmyadmin/phpmyadmin-4.9.1.ebuild  | 2 +-
 dev-db/postgresql/postgresql-10.10.ebuild  | 2 +-
 dev-db/postgresql/postgresql-10.9.ebuild   | 2 +-
 dev-db/postgresql/postgresql-11.4.ebuild   | 2 +-
 dev-db/postgresql/postgresql-11.5.ebuild   | 2 +-
 dev-db/postgresql/postgresql-12.0.ebuild   | 2 +-
 dev-db/postgresql/postgresql-9.4.22-r1.ebuild  | 2 +-
 dev-db/postgresql/postgresql-9.4.22.ebuild | 2 +-
 dev-db/postgresql/postgresql-9.4.23.ebuild | 2 +-
 dev-db/postgresql/postgresql-9.4.24.ebuild | 2 +-
 dev-db/postgresql/postgresql-9.5.17-r1.ebuild  | 2 +-
 dev-db/postgresql/postgresql-9.5.17.ebuild | 2 +-
 dev-db/postgresql/postgresql-9.5.18.ebuild | 2 +-
 dev-db/postgresql/postgresql-9.5.19.ebuild | 2 +-
 dev-db/postgresql/postgresql-9.6.13-r1.ebuild  | 2 +-
 dev-db/postgresql/postgresql-9.6.13.ebuild | 2 +-
 dev-db/postgresql/postgresql-9.6.14.ebuild | 2 +-
 dev-db/postgresql/postgresql-9.6.15.ebuild | 2 +-
 dev-db/qdbm/qdbm-1.8.78-r2.ebuild  | 2 +-
 dev-db/sqlite/sqlite-3.28.0.ebuild | 2 +-
 dev-db/sqlite/sqlite-3.29.0.ebuild | 2 +-
 dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild  | 2 +-
 dev-db/unixODBC/unixODBC-2.3.5-r1.ebuild   | 2 +-
 dev-db/unixODBC/unixODBC-2.3.7.ebuild  | 2 +-
 dev-db/xbase/xbase-3.1.2.ebuild| 2 +-
 37 files changed, 37 insertions(+), 37 deletions(-)

diff --git a/dev-db/cdb/cdb-0.75-r4.ebuild b/dev-db/cdb/cdb-0.75-r4.ebuild
index 0525b98345a..89db70153cf 100644
--- a/dev-db/cdb/cdb-0.75-r4.ebuild
+++ b/dev-db/cdb/cdb-0.75-r4.ebuild
@@ -4,7 +4,7 @@
 EAPI=5
 inherit eutils multilib toolchain-funcs
 
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 
 DESCRIPTION="Fast, reliable, simple package for creating and reading constant 
databases"
 HOMEPAGE="http://cr.yp.to/cdb.html";

diff --git a/dev-db/freetds/freetds-1.00.558.ebuild 
b/dev-db/freetds/freetds-1.00.558.ebuild
index d6612b9ce20..4483fa5ca55 100644
--- a/dev-db/freetds/freetds-1.00.558.ebuild
+++ b/dev-db/freetds/freetds-1.00.558.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="ftp://ftp.freetds.org/pub/${PN}/current/${MY_PN}.${PV}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~ppc-macos"
 
 IUSE="debug gnutls iconv kerberos libressl mssql iodbc odbc ssl static-libs"
 # iODBC and unixODBC are mutually-exclusive choices for

diff --git a/dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild 
b/dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild
index 124750cc55d..6b2ec47895d 100644
--- a/dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild
+++ b/dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}pkg/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 IUSE="debug doc examples +lzma +lzo static-libs"
 
 DEPEND="sys-libs/zlib[static-libs?]

diff --git a/dev-db/libdbi-drivers/l

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/glibmm/, dev-cpp/libbinio/, dev-cpp/cairomm/, dev-cpp/libglademm/, ...

2019-10-11 Thread Michał Górny
commit: 7bc5100bca4d7ecf21a8fb136e46fbc49af0fe06
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:34:12 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:34:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc5100b

dev-cpp: Remove *-fbsd KEYWORDS

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

 dev-cpp/atkmm/atkmm-2.24.2.ebuild  | 2 +-
 dev-cpp/atkmm/atkmm-2.28.0.ebuild  | 2 +-
 dev-cpp/cairomm/cairomm-1.12.0-r1.ebuild   | 2 +-
 dev-cpp/clucene/clucene-2.3.3.4-r6.ebuild  | 2 +-
 dev-cpp/gconfmm/gconfmm-2.28.3-r1.ebuild   | 2 +-
 dev-cpp/glibmm/glibmm-2.56.1.ebuild| 2 +-
 dev-cpp/glibmm/glibmm-2.58.1.ebuild| 2 +-
 dev-cpp/glibmm/glibmm-2.60.0.ebuild| 2 +-
 dev-cpp/gtest/gtest-1.10.0.ebuild  | 2 +-
 dev-cpp/gtest/gtest-1.8.0-r1.ebuild| 2 +-
 dev-cpp/gtest/gtest-1.8.0.ebuild   | 2 +-
 dev-cpp/gtest/gtest-1.8.1-r1.ebuild| 2 +-
 dev-cpp/gtest/gtest-1.8.1.ebuild   | 2 +-
 dev-cpp/gtest/gtest-1.9.0_pre20190607.ebuild   | 2 +-
 dev-cpp/gtest/gtest-.ebuild| 2 +-
 dev-cpp/gtkmm/gtkmm-2.24.5.ebuild  | 2 +-
 dev-cpp/gtkmm/gtkmm-3.24.0.ebuild  | 2 +-
 dev-cpp/gtkmm/gtkmm-3.24.1.ebuild  | 2 +-
 dev-cpp/libbinio/libbinio-1.4-r1.ebuild| 2 +-
 dev-cpp/libglademm/libglademm-2.6.7-r2.ebuild  | 2 +-
 dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.26.0-r1.ebuild | 2 +-
 dev-cpp/pangomm/pangomm-2.42.0.ebuild  | 2 +-
 dev-cpp/tbb/tbb-2017.20161128.ebuild   | 2 +-
 dev-cpp/tbb/tbb-2018.20180312.ebuild   | 2 +-
 dev-cpp/tbb/tbb-2019.8.ebuild  | 2 +-
 25 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/dev-cpp/atkmm/atkmm-2.24.2.ebuild 
b/dev-cpp/atkmm/atkmm-2.24.2.ebuild
index 476255eef9f..2b72f9de79f 100644
--- a/dev-cpp/atkmm/atkmm-2.24.2.ebuild
+++ b/dev-cpp/atkmm/atkmm-2.24.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.gtkmm.org";
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 IUSE="doc"
 
 COMMON_DEPEND="

diff --git a/dev-cpp/atkmm/atkmm-2.28.0.ebuild 
b/dev-cpp/atkmm/atkmm-2.28.0.ebuild
index 0d8f02f957e..1d1c85676aa 100644
--- a/dev-cpp/atkmm/atkmm-2.28.0.ebuild
+++ b/dev-cpp/atkmm/atkmm-2.28.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://www.gtkmm.org";
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 IUSE="doc"
 
 COMMON_DEPEND="

diff --git a/dev-cpp/cairomm/cairomm-1.12.0-r1.ebuild 
b/dev-cpp/cairomm/cairomm-1.12.0-r1.ebuild
index cd7789e4703..17fe2109d13 100644
--- a/dev-cpp/cairomm/cairomm-1.12.0-r1.ebuild
+++ b/dev-cpp/cairomm/cairomm-1.12.0-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://cairographics.org/cairomm/";
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="aqua doc +svg X"
 
 RDEPEND="

diff --git a/dev-cpp/clucene/clucene-2.3.3.4-r6.ebuild 
b/dev-cpp/clucene/clucene-2.3.3.4-r6.ebuild
index 1b2214fb3f3..1c0a68cd765 100644
--- a/dev-cpp/clucene/clucene-2.3.3.4-r6.ebuild
+++ b/dev-cpp/clucene/clucene-2.3.3.4-r6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/clucene/${MY_P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 LGPL-2.1 )"
 SLOT="1"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 
 IUSE="debug doc static-libs"
 

diff --git a/dev-cpp/gconfmm/gconfmm-2.28.3-r1.ebuild 
b/dev-cpp/gconfmm/gconfmm-2.28.3-r1.ebuild
index 9f9202bdbd2..9dcd22a82d0 100644
--- a/dev-cpp/gconfmm/gconfmm-2.28.3-r1.ebuild
+++ b/dev-cpp/gconfmm/gconfmm-2.28.3-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://www.gtkmm.org";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sh sparc x86"
 IUSE="doc"
 
 RDEPEND="

diff --git a/dev-cpp/glibmm/glibmm-2.56.1.ebuild

[gentoo-commits] repo/gentoo:master commit in: dev-lua/luadoc/, dev-lua/luafilesystem/, dev-lua/lgi/

2019-10-11 Thread Michał Górny
commit: b5fe1cd343a4ba32f64798865954a65080cae10e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:34:28 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:34:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5fe1cd3

dev-lua: Remove *-fbsd KEYWORDS

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

 dev-lua/lgi/lgi-0.6.2-r1.ebuild  | 2 +-
 dev-lua/lgi/lgi-0.6.2.ebuild | 2 +-
 dev-lua/lgi/lgi-0.7.2.ebuild | 2 +-
 dev-lua/lgi/lgi-0.9.0-r1.ebuild  | 2 +-
 dev-lua/lgi/lgi-0.9.0.ebuild | 2 +-
 dev-lua/luadoc/luadoc-3.0.1.ebuild   | 2 +-
 dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild | 2 +-
 dev-lua/luafilesystem/luafilesystem-1.6.2.ebuild | 2 +-
 dev-lua/luafilesystem/luafilesystem-1.6.3.ebuild | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-lua/lgi/lgi-0.6.2-r1.ebuild b/dev-lua/lgi/lgi-0.6.2-r1.ebuild
index 3128ed21037..51f313d0033 100644
--- a/dev-lua/lgi/lgi-0.6.2-r1.ebuild
+++ b/dev-lua/lgi/lgi-0.6.2-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/downloads/pavouk/lgi/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="examples test"
 
 RDEPEND=">=dev-lang/lua-5.1

diff --git a/dev-lua/lgi/lgi-0.6.2.ebuild b/dev-lua/lgi/lgi-0.6.2.ebuild
index aa861d1a7ab..d4b92fec99e 100644
--- a/dev-lua/lgi/lgi-0.6.2.ebuild
+++ b/dev-lua/lgi/lgi-0.6.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/downloads/pavouk/lgi/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND=">=dev-lang/lua-5.1

diff --git a/dev-lua/lgi/lgi-0.7.2.ebuild b/dev-lua/lgi/lgi-0.7.2.ebuild
index bd19c1f0485..27adc4c0de9 100644
--- a/dev-lua/lgi/lgi-0.7.2.ebuild
+++ b/dev-lua/lgi/lgi-0.7.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/pavouk/lgi/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 arm ppc ppc64 x86"
 IUSE="examples test"
 
 RDEPEND=">=dev-lang/lua-5.1

diff --git a/dev-lua/lgi/lgi-0.9.0-r1.ebuild b/dev-lua/lgi/lgi-0.9.0-r1.ebuild
index b0035719374..4a200b202b7 100644
--- a/dev-lua/lgi/lgi-0.9.0-r1.ebuild
+++ b/dev-lua/lgi/lgi-0.9.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/pavouk/lgi/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="examples test"
 
 RDEPEND=">=dev-lang/lua-5.1

diff --git a/dev-lua/lgi/lgi-0.9.0.ebuild b/dev-lua/lgi/lgi-0.9.0.ebuild
index bd19c1f0485..27adc4c0de9 100644
--- a/dev-lua/lgi/lgi-0.9.0.ebuild
+++ b/dev-lua/lgi/lgi-0.9.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/pavouk/lgi/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 arm ppc ppc64 x86"
 IUSE="examples test"
 
 RDEPEND=">=dev-lang/lua-5.1

diff --git a/dev-lua/luadoc/luadoc-3.0.1.ebuild 
b/dev-lua/luadoc/luadoc-3.0.1.ebuild
index 93cd498bdc0..801cfcd9867 100644
--- a/dev-lua/luadoc/luadoc-3.0.1.ebuild
+++ b/dev-lua/luadoc/luadoc-3.0.1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://luaforge.net/frs/download.php/3185/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 arm ppc ppc64 x86"
 IUSE=""
 
 DEPEND=""

diff --git a/dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild 
b/dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild
index f7a912d74ff..2b6daaa1580 100644
--- a/dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild
+++ b/dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/downloads/keplerproject/luafilesystem/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 arm hppa ~mips ppc ppc64 sparc x86"
 IUSE=""
 
 DEPEND=">=dev-lang/lua-5.1"

diff --git a/dev-lua/luafilesystem/luafilesystem-1.6.2.ebuild 
b/dev-lua/luafilesystem/luafilesystem-1.6.2.ebuild
index 20fe7574006..def72540b45 100644
--- a/dev-lua/luafilesystem/luafilesystem-1.6.2.ebuild
+++ b/dev-lua/luafilesystem/luafilesystem-1.6.2.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/downloads/keplerproject/luafilesystem/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
 IUSE=""
 
 DEPEND=">=dev-lang/lua-5.1"

diff --git a/dev-lua/luafilesystem/luafilesystem-1.6.3.ebuild 
b/dev-lua/luafilesystem/luafilesystem-1.6.3.ebuild
index b2b1c99b814..75ab037289a 100644
--- a/dev-lua/luafilesystem/luafilesystem-1.6.3.ebuild
+++ b/dev-lua/luafilesystem/luafilesystem-1.6.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/keplerproject/luafilesystem/archive/v${

[gentoo-commits] repo/gentoo:master commit in: app-shells/tcsh/, app-shells/hstr/, app-shells/quoter/, app-shells/bash/, ...

2019-10-11 Thread Michał Górny
commit: c066015f198c573c1fa54cc71f771b3aa5c7ed0b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:34:02 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:34:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c066015f

app-shells: Remove *-fbsd KEYWORDS

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

 app-shells/bash/bash-2.05b_p13.ebuild   | 2 +-
 app-shells/bash/bash-3.0_p22.ebuild | 2 +-
 app-shells/bash/bash-3.1_p23.ebuild | 2 +-
 app-shells/bash/bash-3.2_p57.ebuild | 2 +-
 app-shells/bash/bash-4.0_p44.ebuild | 2 +-
 app-shells/bash/bash-4.1_p17.ebuild | 2 +-
 app-shells/bash/bash-4.2_p53.ebuild | 2 +-
 app-shells/bash/bash-4.3_p48-r2.ebuild  | 2 +-
 app-shells/bash/bash-4.4_p23-r1.ebuild  | 2 +-
 app-shells/bash/bash-5.0_p11.ebuild | 2 +-
 app-shells/bash/bash-5.0_p9.ebuild  | 2 +-
 app-shells/gentoo-bashcomp/gentoo-bashcomp-20180302.ebuild  | 2 +-
 app-shells/gentoo-bashcomp/gentoo-bashcomp-20190211.ebuild  | 2 +-
 .../gentoo-zsh-completions/gentoo-zsh-completions-20150103.ebuild   | 2 +-
 .../gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild   | 2 +-
 .../gentoo-zsh-completions/gentoo-zsh-completions-.ebuild   | 2 +-
 app-shells/hstr/hstr-2.0.ebuild | 2 +-
 app-shells/push/push-2.0-r1.ebuild  | 2 +-
 app-shells/quoter/quoter-3.0_p2-r1.ebuild   | 2 +-
 app-shells/tcsh/tcsh-6.20.00.ebuild | 2 +-
 app-shells/tcsh/tcsh-6.21.00.ebuild | 2 +-
 app-shells/zsh/zsh-5.6.2.ebuild | 2 +-
 app-shells/zsh/zsh-5.7.1.ebuild | 2 +-
 app-shells/zsh/zsh-.ebuild  | 2 +-
 24 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/app-shells/bash/bash-2.05b_p13.ebuild 
b/app-shells/bash/bash-2.05b_p13.ebuild
index f71b3095d37..4466c5224c6 100644
--- a/app-shells/bash/bash-2.05b_p13.ebuild
+++ b/app-shells/bash/bash-2.05b_p13.ebuild
@@ -33,7 +33,7 @@ SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)"
 
 LICENSE="GPL-2"
 SLOT="${MY_PV}"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
 IUSE="afs +net nls +readline static"
 
 LIB_DEPEND=">=sys-libs/ncurses-5.2-r2[static-libs(+)]

diff --git a/app-shells/bash/bash-3.0_p22.ebuild 
b/app-shells/bash/bash-3.0_p22.ebuild
index f151644345e..af9fa50a09c 100644
--- a/app-shells/bash/bash-3.0_p22.ebuild
+++ b/app-shells/bash/bash-3.0_p22.ebuild
@@ -33,7 +33,7 @@ SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)"
 
 LICENSE="GPL-2"
 SLOT="${MY_PV}"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
 IUSE="afs +net nls +readline static"
 
 LIB_DEPEND=">=sys-libs/ncurses-5.2-r2[static-libs(+)]

diff --git a/app-shells/bash/bash-3.1_p23.ebuild 
b/app-shells/bash/bash-3.1_p23.ebuild
index 0c59e126c8c..13eff961400 100644
--- a/app-shells/bash/bash-3.1_p23.ebuild
+++ b/app-shells/bash/bash-3.1_p23.ebuild
@@ -33,7 +33,7 @@ SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)"
 
 LICENSE="GPL-2"
 SLOT="${MY_PV}"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
 IUSE="afs +net nls +readline static"
 
 LIB_DEPEND=">=sys-libs/ncurses-5.2-r2[static-libs(+)]

diff --git a/app-shells/bash/bash-3.2_p57.ebuild 
b/app-shells/bash/bash-3.2_p57.ebuild
index 45b87b1ccdc..f5dc3ced6a0 100644
--- a/app-shells/bash/bash-3.2_p57.ebuild
+++ b/app-shells/bash/bash-3.2_p57.ebuild
@@ -33,7 +33,7 @@ SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)"
 
 LICENSE="GPL-2"
 SLOT="${MY_PV}"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
 IUSE="afs +net nls +readline static"
 
 LIB_DEPEND=">=sys-libs/ncurses-5.2-r2[static-libs(+)]

diff --git a/app-shells/bash/bash-4.0_p44.ebuild 
b/app-shells/bash/bash-4.0_p44.ebuild
index 81a46b777c8..6314d1a2db4 100644
--- a/app-shells/bash/bash-4.0_p44.ebuild
+++ b/app-shells/bash/bash-4.0_p44.ebuild
@@ -33,7 +33,7 @@ SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches

[gentoo-commits] repo/gentoo:master commit in: app-xemacs/fsf-compat/, app-xemacs/debug/, app-xemacs/ocaml/, ...

2019-10-11 Thread Michał Górny
commit: 6c1806eff5db9b553f190b1caabdb33102841a5b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:34:09 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:34:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c1806ef

app-xemacs: Remove *-fbsd KEYWORDS

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

 app-xemacs/apel/apel-1.34.ebuild   | 2 +-
 app-xemacs/apel/apel-1.36.ebuild   | 2 +-
 app-xemacs/debug/debug-1.18.ebuild | 2 +-
 app-xemacs/debug/debug-1.20.ebuild | 2 +-
 app-xemacs/fsf-compat/fsf-compat-1.19.ebuild   | 2 +-
 app-xemacs/fsf-compat/fsf-compat-1.24.ebuild   | 2 +-
 app-xemacs/mule-base/mule-base-1.56.ebuild | 2 +-
 app-xemacs/mule-base/mule-base-1.60.ebuild | 2 +-
 app-xemacs/ocaml/ocaml-0.06.ebuild | 2 +-
 app-xemacs/ocaml/ocaml-0.10.ebuild | 2 +-
 app-xemacs/ruby-modes/ruby-modes-1.04.ebuild   | 2 +-
 app-xemacs/ruby-modes/ruby-modes-1.07.ebuild   | 2 +-
 app-xemacs/xemacs-base/xemacs-base-2.27.ebuild | 2 +-
 app-xemacs/xemacs-base/xemacs-base-2.46.ebuild | 2 +-
 14 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/app-xemacs/apel/apel-1.34.ebuild b/app-xemacs/apel/apel-1.34.ebuild
index fff342e1180..8e0e9877808 100644
--- a/app-xemacs/apel/apel-1.34.ebuild
+++ b/app-xemacs/apel/apel-1.34.ebuild
@@ -10,6 +10,6 @@ XEMACS_PKG_CAT="standard"
 RDEPEND="app-xemacs/fsf-compat
 app-xemacs/xemacs-base
 "
-KEYWORDS="alpha amd64 ~arm64 hppa ppc ppc64 sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm64 hppa ppc ppc64 sparc x86"
 
 inherit xemacs-packages

diff --git a/app-xemacs/apel/apel-1.36.ebuild b/app-xemacs/apel/apel-1.36.ebuild
index 06cf417c431..cb21b823c0b 100644
--- a/app-xemacs/apel/apel-1.36.ebuild
+++ b/app-xemacs/apel/apel-1.36.ebuild
@@ -10,6 +10,6 @@ XEMACS_PKG_CAT="standard"
 RDEPEND="app-xemacs/fsf-compat
 app-xemacs/xemacs-base
 "
-KEYWORDS="alpha amd64 arm64 hppa ppc ppc64 sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm64 hppa ppc ppc64 sparc x86"
 
 inherit xemacs-packages

diff --git a/app-xemacs/debug/debug-1.18.ebuild 
b/app-xemacs/debug/debug-1.18.ebuild
index 66aed95545f..e30afea4aaf 100644
--- a/app-xemacs/debug/debug-1.18.ebuild
+++ b/app-xemacs/debug/debug-1.18.ebuild
@@ -9,6 +9,6 @@ XEMACS_PKG_CAT="standard"
 
 RDEPEND="app-xemacs/xemacs-base
 "
-KEYWORDS="alpha amd64 ~arm64 hppa ppc ppc64 sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm64 hppa ppc ppc64 sparc x86"
 
 inherit xemacs-packages

diff --git a/app-xemacs/debug/debug-1.20.ebuild 
b/app-xemacs/debug/debug-1.20.ebuild
index 2950f96fd35..0c05fb9c837 100644
--- a/app-xemacs/debug/debug-1.20.ebuild
+++ b/app-xemacs/debug/debug-1.20.ebuild
@@ -9,6 +9,6 @@ XEMACS_PKG_CAT="standard"
 
 RDEPEND="app-xemacs/xemacs-base
 "
-KEYWORDS="alpha amd64 arm64 hppa ppc ppc64 sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm64 hppa ppc ppc64 sparc x86"
 
 inherit xemacs-packages

diff --git a/app-xemacs/fsf-compat/fsf-compat-1.19.ebuild 
b/app-xemacs/fsf-compat/fsf-compat-1.19.ebuild
index 744c9151238..bc67363831d 100644
--- a/app-xemacs/fsf-compat/fsf-compat-1.19.ebuild
+++ b/app-xemacs/fsf-compat/fsf-compat-1.19.ebuild
@@ -7,7 +7,7 @@ SLOT="0"
 DESCRIPTION="FSF Emacs compatibility files"
 XEMACS_PKG_CAT="standard"
 
-KEYWORDS="alpha amd64 ~arm64 hppa ppc ppc64 sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm64 hppa ppc ppc64 sparc x86"
 
 inherit xemacs-packages
 

diff --git a/app-xemacs/fsf-compat/fsf-compat-1.24.ebuild 
b/app-xemacs/fsf-compat/fsf-compat-1.24.ebuild
index 4577b7fe085..00372f52fb9 100644
--- a/app-xemacs/fsf-compat/fsf-compat-1.24.ebuild
+++ b/app-xemacs/fsf-compat/fsf-compat-1.24.ebuild
@@ -7,7 +7,7 @@ SLOT="0"
 DESCRIPTION="FSF Emacs compatibility files"
 XEMACS_PKG_CAT="standard"
 
-KEYWORDS="alpha amd64 arm64 hppa ppc ppc64 sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm64 hppa ppc ppc64 sparc x86"
 
 inherit xemacs-packages
 

diff --git a/app-xemacs/mule-base/mule-base-1.56.ebuild 
b/app-xemacs/mule-base/mule-base-1.56.ebuild
index 283332b95b3..82a5b93c888 100644
--- a/app-xemacs/mule-base/mule-base-1.56.ebuild
+++ b/app-xemacs/mule-base/mule-base-1.56.ebuild
@@ -11,6 +11,6 @@ RDEPEND="app-xemacs/fsf-compat
 app-xemacs/xemacs-base
 app-xemacs/apel
 "
-KEYWORDS="alpha amd64 ~arm64 hppa ppc ppc64 sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm64 hppa ppc ppc64 sparc x86"
 
 inherit xemacs-packages

diff --git a/app-xemacs/mule-base/mule-base-1.60.ebuild 
b/app-xemacs/mule-base/mule-base-1.60.ebuild
index 01fda857626..f734f537c74 100644
--- a/app-xemacs/mule-base/mule-base-1.60.ebuild
+++ b/app-xemacs/mule-base/mule-base-1.60.ebuild
@@ -11,6 +11,6 @@ RDEPEND="app-xemacs/fsf-compat
 app-xemacs/xemacs-base
 app-xemacs/apel
 "
-KEYWORDS="alpha amd64 arm64 hppa ppc ppc64 sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm64 hppa ppc ppc64 sparc x86"
 
 inherit xemacs-packages

diff --git a/app-xemacs/ocaml/ocaml-0.06.ebuild 
b/app-xemacs/ocaml/o

[gentoo-commits] repo/gentoo:master commit in: app-vim/gtk-syntax/, app-vim/tt2-syntax/, app-vim/ntp-syntax/, ...

2019-10-11 Thread Michał Górny
commit: 36b561750822c7963c720d70f3d7d9bafe0d9229
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:34:07 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:34:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36b56175

app-vim: Remove *-fbsd KEYWORDS

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

 app-vim/colorschemes/colorschemes-20140623-r1.ebuild | 2 +-
 app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r1.ebuild | 2 +-
 app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild  | 2 +-
 app-vim/eselect-syntax/eselect-syntax-20070506-r1.ebuild | 2 +-
 app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r1.ebuild  | 2 +-
 app-vim/genindent/genindent-1.1-r1.ebuild| 2 +-
 app-vim/gentoo-syntax/gentoo-syntax-20190609.ebuild  | 2 +-
 app-vim/gtk-syntax/gtk-syntax-20130716.ebuild| 2 +-
 app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild   | 2 +-
 app-vim/ntp-syntax/ntp-syntax-20031001-r1.ebuild | 2 +-
 app-vim/securemodelines/securemodelines-20140926.ebuild  | 2 +-
 app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild | 2 +-
 app-vim/vim-tmux/vim-tmux-3.0.0.ebuild   | 2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/app-vim/colorschemes/colorschemes-20140623-r1.ebuild 
b/app-vim/colorschemes/colorschemes-20140623-r1.ebuild
index 29f54897ed0..7c04954fbc9 100644
--- a/app-vim/colorschemes/colorschemes-20140623-r1.ebuild
+++ b/app-vim/colorschemes/colorschemes-20140623-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: a collection of color schemes from 
vim.org"
 HOMEPAGE="https://www.vim.org/";
 
 LICENSE="vim GPL-2 GPL-2+ GPL-3 GPL-3+ MIT BSD WTFPL-2 public-domain vim.org"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-macos"
 
 VIM_PLUGIN_HELPTEXT=\
 "This plugin provides a collection of color schemes for vim. To switch

diff --git a/app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r1.ebuild 
b/app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r1.ebuild
index 8a15c15ee64..0132957321b 100644
--- a/app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r1.ebuild
+++ b/app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r1.ebuild
@@ -8,7 +8,7 @@ inherit vim-plugin
 DESCRIPTION="vim plugin: syntax highlighting for dhcpd.conf"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=744";
 LICENSE="vim"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
 
 VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for dhcpd.conf 
files."
 

diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild 
b/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild
index 7062ef9a855..a2703de17a7 100644
--- a/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild
+++ b/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild
@@ -8,7 +8,7 @@ inherit vim-plugin
 DESCRIPTION="vim plugin: syntax highlighting for eruby"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=403";
 LICENSE="vim.org"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
 
 VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for eruby"
 

diff --git a/app-vim/eselect-syntax/eselect-syntax-20070506-r1.ebuild 
b/app-vim/eselect-syntax/eselect-syntax-20070506-r1.ebuild
index 3201ac27935..b51271c6faf 100644
--- a/app-vim/eselect-syntax/eselect-syntax-20070506-r1.ebuild
+++ b/app-vim/eselect-syntax/eselect-syntax-20070506-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.gentoo.org/";
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="vim"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 
 DEPEND="!http://www.vim.org/scripts/script.php?script_id=679";
 LICENSE="vim"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~x86-macos"
 
 RDEPEND="app-vim/genindent"
 

diff --git a/app-vim/genindent/genindent-1.1-r1.ebuild 
b/app-vim/genindent/genindent-1.1-r1.ebuild
index 86333788f2f..910248ae451 100644
--- a/app-vim/genindent/genindent-1.1-r1.ebuild
+++ b/app-vim/genindent/genindent-1.1-r1.ebuild
@@ -8,7 +8,7 @@ inherit vim-plugin
 DESCRIPTION="vim plugin: library for simplifying indent files"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=678";
 LICENSE="vim"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="

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

2019-10-11 Thread Michał Górny
commit: a987c1f589d35b5f09250e4bf6a2ca9a8da3fd1f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:34:26 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:34:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a987c1f5

dev-lisp: Remove *-fbsd KEYWORDS

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

 dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild 
b/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild
index b11c8d53f3b..845fb390fdd 100644
--- a/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild
+++ b/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.lispworks.com/reference/HyperSpec/";
 SRC_URI="ftp://ftp.lispworks.com/pub/software_tools/reference/${MY_P}.tar.gz";
 LICENSE="HyperSpec"
 SLOT="0"
-KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc sparc x86"
 IUSE=""
 DEPEND=""
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/install-mask/, app-portage/genlop/, app-portage/portage-utils/, ...

2019-10-11 Thread Michał Górny
commit: a5cd1339037f7d5becbf0c74c156b965d2ddefb8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:34:00 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:34:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5cd1339

app-portage: Remove *-fbsd KEYWORDS

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

 app-portage/cpuid2cpuflags/cpuid2cpuflags-5.ebuild   | 2 +-
 app-portage/cpuid2cpuflags/cpuid2cpuflags-6.ebuild   | 2 +-
 app-portage/cpuid2cpuflags/cpuid2cpuflags-7.ebuild   | 2 +-
 app-portage/cpuid2cpuflags/cpuid2cpuflags-8.ebuild   | 2 +-
 app-portage/diffmask/diffmask-0.3.3-r4.ebuild| 2 +-
 app-portage/eix/eix-0.33.8.ebuild| 2 +-
 app-portage/elicense/elicense-1.0.1.ebuild   | 2 +-
 app-portage/elicense/elicense-1.0.2.ebuild   | 2 +-
 app-portage/elicense/elicense-.ebuild| 2 +-
 app-portage/elogv/elogv-0.7.6.1-r1.ebuild| 2 +-
 app-portage/elogv/elogv-0.7.6.2.ebuild   | 2 +-
 app-portage/elogv/elogv-0.7.6.3.ebuild   | 2 +-
 app-portage/elogv/elogv-0.7.6.4.ebuild   | 2 +-
 app-portage/elogv/elogv-0.7.6.5.ebuild   | 2 +-
 app-portage/elogv/elogv-0.7.6.6.ebuild   | 2 +-
 app-portage/elogv/elogv-0.7.7.1.ebuild   | 2 +-
 app-portage/elogv/elogv-0.7.8.ebuild | 2 +-
 app-portage/elogviewer/elogviewer-2.7-r2.ebuild  | 2 +-
 app-portage/elogviewer/elogviewer-2.9.ebuild | 2 +-
 app-portage/elt-patches/elt-patches-20170826.1.ebuild| 2 +-
 app-portage/emerge-delta-webrsync/emerge-delta-webrsync-3.7.5.ebuild | 2 +-
 app-portage/emerge-delta-webrsync/emerge-delta-webrsync-3.7.6.ebuild | 2 +-
 app-portage/esearch/esearch-1.3-r2.ebuild| 2 +-
 app-portage/euses/euses-2.5.9.ebuild | 2 +-
 app-portage/flaggie/flaggie-0.2.1-r1.ebuild  | 2 +-
 app-portage/gemato/gemato-14.1.ebuild| 2 +-
 app-portage/gemato/gemato-14.1m.ebuild   | 2 +-
 app-portage/genlop/genlop-0.30.10-r1.ebuild  | 2 +-
 app-portage/genlop/genlop-0.30.10-r2.ebuild  | 2 +-
 app-portage/genlop/genlop-0.30.9-r1.ebuild   | 2 +-
 app-portage/gentoolkit/gentoolkit-0.4.2-r1.ebuild| 2 +-
 app-portage/gentoolkit/gentoolkit-0.4.5.ebuild   | 2 +-
 app-portage/gentoolkit/gentoolkit-0.4.6.ebuild   | 2 +-
 app-portage/gentoopm/gentoopm-0.3.0.ebuild   | 2 +-
 app-portage/install-mask/install-mask-0.1.1.ebuild   | 2 +-
 app-portage/install-mask/install-mask-.ebuild| 2 +-
 app-portage/layman/layman-2.0.0-r1.ebuild| 2 +-
 app-portage/layman/layman-2.0.0-r3.ebuild| 2 +-
 app-portage/layman/layman-2.2.0-r7.ebuild| 2 +-
 app-portage/mirrorselect/mirrorselect-2.2.3.ebuild   | 2 +-
 app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild| 2 +-
 app-portage/mirrorselect/mirrorselect-2.2.5.ebuild   | 2 +-
 app-portage/mirrorselect/mirrorselect-2.2.6.ebuild   | 2 +-
 app-portage/no-distcc-env/no-distcc-env-.ebuild  | 2 +-
 app-portage/portage-utils/portage-utils-0.74-r1.ebuild   | 2 +-
 app-portage/portage-utils/portage-utils-0.74.ebuild  | 2 +-
 app-portage/portage-utils/portage-utils-0.80.ebuild  | 2 +-
 app-portage/portage-utils/portage-utils-.ebuild  | 2 +-
 app-portage/porthole/porthole-0.6.1-r5.ebuild| 2 +-
 app-portage/portpeek/portpeek-2.1.27.ebuild  | 2 +-
 app-portage/prefix-toolkit/prefix-toolkit-4.ebuild   | 2 +-
 app-portage/prefix-toolkit/prefix-toolkit-5.ebuild   | 2 +-
 app-portage/repoman/repoman-.ebuild  | 2 +-
 app-portage/smart-live-rebuild/smart-live-rebuild-1.3.6.ebuild   | 2 +-
 app-portage/ufed/ufed-0.94.ebuild| 2 +-
 app-portage/ufed/ufed-0.95.ebuild| 2 +-
 app-portage/ufed/ufed-.ebuild| 2 +-
 57 files changed, 57 insertions(+), 57 deletions(-)

diff --git a/app-portage/cpuid2cpuflags/cpuid2cpuflags-5.ebuild 
b/app-portage/cpuid2cpuflags/cpuid2cpuflags-5.ebuild
index 445b12b35e5..81e0c4eaea6 100644
--- a/app-portage/cpuid2cpufl

[gentoo-commits] repo/gentoo:master commit in: dev-games/physfs/, dev-games/flatzebra/, dev-games/ode/

2019-10-11 Thread Michał Górny
commit: 4995e3ce1a0ed102b60a4f48501b047fe56c92f0
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:34:16 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:34:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4995e3ce

dev-games: Remove *-fbsd KEYWORDS

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

 dev-games/flatzebra/flatzebra-0.1.6.ebuild | 2 +-
 dev-games/ode/ode-0.11.1.ebuild| 2 +-
 dev-games/ode/ode-0.12.ebuild  | 2 +-
 dev-games/ode/ode-0.14-r1.ebuild   | 2 +-
 dev-games/physfs/physfs-3.0.2.ebuild   | 2 +-
 dev-games/physfs/physfs-.ebuild| 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-games/flatzebra/flatzebra-0.1.6.ebuild 
b/dev-games/flatzebra/flatzebra-0.1.6.ebuild
index a2656a4bfba..00bcd40953d 100644
--- a/dev-games/flatzebra/flatzebra-0.1.6.ebuild
+++ b/dev-games/flatzebra/flatzebra-0.1.6.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://perso.b2b2c.ca/~sarrazip/dev/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86 ~x86-fbsd"
+KEYWORDS="amd64 x86"
 IUSE="static-libs"
 
 RDEPEND="media-libs/libsdl[video]

diff --git a/dev-games/ode/ode-0.11.1.ebuild b/dev-games/ode/ode-0.11.1.ebuild
index b0af397fe52..db130329ee5 100644
--- a/dev-games/ode/ode-0.11.1.ebuild
+++ b/dev-games/ode/ode-0.11.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/opende/${P}.tar.bz2"
 
 LICENSE="|| ( LGPL-2.1 BSD )"
 SLOT="0"
-KEYWORDS="amd64 x86 ~x86-fbsd"
+KEYWORDS="amd64 x86"
 IUSE="debug doc double-precision examples gyroscopic static-libs"
 
 RDEPEND="examples? (

diff --git a/dev-games/ode/ode-0.12.ebuild b/dev-games/ode/ode-0.12.ebuild
index 2a92674fd71..5a707ba805b 100644
--- a/dev-games/ode/ode-0.12.ebuild
+++ b/dev-games/ode/ode-0.12.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/opende/${P}.tar.bz2"
 
 LICENSE="|| ( LGPL-2.1 BSD )"
 SLOT="0"
-KEYWORDS="amd64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug doc double-precision examples gyroscopic static-libs"
 
 RDEPEND="examples? (

diff --git a/dev-games/ode/ode-0.14-r1.ebuild b/dev-games/ode/ode-0.14-r1.ebuild
index 3f54e7ff25f..fd26d942bf9 100644
--- a/dev-games/ode/ode-0.14-r1.ebuild
+++ b/dev-games/ode/ode-0.14-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://bitbucket.org/odedevs/ode/downloads/${P}.tar.gz";
 
 LICENSE="|| ( LGPL-2.1+ BSD )"
 SLOT="0/6"
-KEYWORDS="amd64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug doc double-precision examples gyroscopic static-libs"
 
 RDEPEND="examples? (

diff --git a/dev-games/physfs/physfs-3.0.2.ebuild 
b/dev-games/physfs/physfs-3.0.2.ebuild
index afb8306b5ef..37c14d9804c 100644
--- a/dev-games/physfs/physfs-3.0.2.ebuild
+++ b/dev-games/physfs/physfs-3.0.2.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == ** ]]; then
EHG_REPO_URI="https://hg.icculus.org/icculus/physfs";
inherit mercurial
 else
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc64 x86 ~x86-fbsd"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc64 x86"
SRC_URI="https://icculus.org/physfs/downloads/${P}.tar.bz2";
 fi
 

diff --git a/dev-games/physfs/physfs-.ebuild 
b/dev-games/physfs/physfs-.ebuild
index 91229a1b6d9..dbaa669aacc 100644
--- a/dev-games/physfs/physfs-.ebuild
+++ b/dev-games/physfs/physfs-.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == ** ]]; then
EHG_REPO_URI="https://hg.icculus.org/icculus/physfs";
inherit mercurial
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 ~x86-fbsd"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
SRC_URI="https://icculus.org/physfs/downloads/${P}.tar.bz2";
 fi
 



  1   2   3   4   >