[gentoo-commits] repo/gentoo:master commit in: app-shells/fzy/files/, app-shells/fzy/

2018-03-23 Thread Tim Harder
commit: 8e372b87243e0a23457033777e058825860b50ea
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Mar 24 05:47:20 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Mar 24 05:49:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e372b87

app-shells/fzy: drop debugging CFLAG and respect CC

 app-shells/fzy/files/fzy-0.9-cflags.patch | 11 ++
 app-shells/fzy/fzy-0.9-r1.ebuild  | 36 +++
 2 files changed, 47 insertions(+)

diff --git a/app-shells/fzy/files/fzy-0.9-cflags.patch 
b/app-shells/fzy/files/fzy-0.9-cflags.patch
new file mode 100644
index 000..328abc9c6fe
--- /dev/null
+++ b/app-shells/fzy/files/fzy-0.9-cflags.patch
@@ -0,0 +1,11 @@
+--- fzy-0.9/Makefile
 fzy-0.9/Makefile
+@@ -1,7 +1,7 @@
+ VERSION=0.9
+ 
+ CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE
+-CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic -Ideps
++CFLAGS+=-Wall -Wextra -std=c99 -pedantic -Ideps
+ PREFIX?=/usr/local
+ MANDIR?=$(PREFIX)/share/man
+ BINDIR?=$(PREFIX)/bin

diff --git a/app-shells/fzy/fzy-0.9-r1.ebuild b/app-shells/fzy/fzy-0.9-r1.ebuild
new file mode 100644
index 000..3db8979e1bd
--- /dev/null
+++ b/app-shells/fzy/fzy-0.9-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit savedconfig toolchain-funcs
+
+DESCRIPTION="Fuzzy text selector (interactive grep) for console"
+HOMEPAGE="https://github.com/jhawthorn/fzy;
+SRC_URI="https://github.com/jhawthorn/fzy/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+
+KEYWORDS="~amd64 ~x86"
+
+PATCHES=( "${FILESDIR}"/${P}-cflags.patch )
+
+src_prepare() {
+   default
+   restore_config config.h
+
+   tc-export CC
+}
+
+src_install() {
+   local DOCS=( ALGORITHM.md CHANGELOG.md README.md )
+
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
+   exeinto /usr/share/fzy
+   doexe contrib/fzy-tmux
+   doexe contrib/fzy-dvtm
+   einstalldocs
+   save_config config.h
+}



[gentoo-commits] repo/dev/tamiko:master commit in: sys-fs/btrfs-heatmap/

2018-03-23 Thread Matthias Maier
commit: 60d1b8d0fe465dfb21801a5913e4fe41afd29e12
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Mar 24 04:25:29 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Mar 24 04:28:11 2018 +
URL:https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=60d1b8d0

sys-fs/btrfs-heatmap: update version

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-fs/btrfs-heatmap/Manifest | 2 +-
 .../{btrfs-heatmap-9.ebuild => btrfs-heatmap-7.ebuild}| 8 +++-
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/sys-fs/btrfs-heatmap/Manifest b/sys-fs/btrfs-heatmap/Manifest
index 0a1e2cf..6ce985e 100644
--- a/sys-fs/btrfs-heatmap/Manifest
+++ b/sys-fs/btrfs-heatmap/Manifest
@@ -1 +1 @@
-DIST btrfs-heatmap-9.tar.gz 667571 SHA256 
0bd6abbc2e28ac82db3735ce10445f5170f343a8eb7744a24a1dfb2f40603d1b SHA512 
b3fa661b55fc3d7882048764a8f16112e77f1c69fce4cac16ec0645d55e369e806c1a1a963c2cfa8364692e1b9a2084f74968c5e2a98e5fc648c21854338fe16
 WHIRLPOOL 
7b1c9872250343d3968203cd7f1d7e3614ea921440e4c06b2e60edff6e963fc407b86b12c041903fc3e383257ec97b8b80205ecc10aa02bde31e7a363ba6f923
+DIST btrfs-heatmap-7.tar.gz 666267 SHA256 
d4c7de04a87695db595a5f5a1fedc0456714c08cedfea3cf404738c69c3269d7 SHA512 
d3391b02ff3daa9cb489c75f54b8fb361925440ed22dcfdea230c93203de56ac0f326d0fc78f2481ca6233e7330a6a574a28afb3cfecf67a909a19a4eb2cc29b
 WHIRLPOOL 
86980cdee3d3f39673188d2b8fe364d8fe6dcb6126de2ac5356e959b61fe06c6dd6278e4b30c1d7a1dffe4f9ed02bb169faa4601f8fbbb11adf32c1966f8b4ea

diff --git a/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild 
b/sys-fs/btrfs-heatmap/btrfs-heatmap-7.ebuild
similarity index 71%
rename from sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
rename to sys-fs/btrfs-heatmap/btrfs-heatmap-7.ebuild
index 79d9849..0f82cf3 100644
--- a/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
+++ b/sys-fs/btrfs-heatmap/btrfs-heatmap-7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,20 +9,18 @@ inherit python-single-r1
 
 DESCRIPTION="Python 3 script to draw a heatmap of a btrfs filesystem"
 HOMEPAGE="https://github.com/knorrie/btrfs-heatmap;
-SRC_URI="https://github.com/knorrie/${PN}/archive/debian/v${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/knorrie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-S="${WORKDIR}/${PN}-debian"
-
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
${PYTHON_DEPS}
-   ~dev-python/python-btrfs-${PV}[${PYTHON_USEDEP}]"
+   dev-python/python-btrfs[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"
 
 src_install()



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

2018-03-23 Thread Matthias Maier
commit: 96839968ac02ffd4e0b40a33ab6fa1ac9b488262
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Mar 24 04:24:14 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Mar 24 04:26:56 2018 +
URL:https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=96839968

dev-python/python-btrfs: update source location

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/python-btrfs/Manifest  | 2 +-
 dev-python/python-btrfs/python-btrfs-9.ebuild | 6 ++
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-python/python-btrfs/Manifest b/dev-python/python-btrfs/Manifest
index a33516d..e60450a 100644
--- a/dev-python/python-btrfs/Manifest
+++ b/dev-python/python-btrfs/Manifest
@@ -1 +1 @@
-DIST python-btrfs-9.tar.gz 42520 SHA256 
adf27896f826b955922004cf9e184447d0c629a71a1daf0c6db0111456ea8746 SHA512 
977d0b607c74dbfc99bda23278e3617af3637a94ef4775c9bbc0fac126ad80a0251d6074ab887f8c8d1c98cbfe198a32eaf4ed7b90456d6d30eebd7b4d81e6b0
 WHIRLPOOL 
1e202116ddc8c7205b18d73d5a4ce2bd82ed5fbf3e6940aa95d353e01b47af74ff21e16ce128162c5a56f2eb0aab6b5944e5e43f7492bf313be2f0a009a76371
+DIST python-btrfs-9.tar.gz 39998 SHA256 
cb85c82cc684e0a361bb0eac0356c46731469703e7adbdd70fd5575fb717af05 SHA512 
6a84907edda0a3854fa56007fc16591ad21d46760e23fe0373567d9491431b5ca210dc04ed5b787ed0ee3e9b61f16274414fc377d45406edf106d93a2a15a5ce
 WHIRLPOOL 
9e2a39bb87bb7480dfb4519906b7487aeba9c84ca1b34664677c4965ef871c49a4597038bde11533c70ee8034d11feb148923b752f00e86cfacb36b7ab623561

diff --git a/dev-python/python-btrfs/python-btrfs-9.ebuild 
b/dev-python/python-btrfs/python-btrfs-9.ebuild
index fc3ff65..2639c1d 100644
--- a/dev-python/python-btrfs/python-btrfs-9.ebuild
+++ b/dev-python/python-btrfs/python-btrfs-9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,15 +9,13 @@ inherit distutils-r1
 
 DESCRIPTION="Python 3 module to inspect btrfs filesystems"
 HOMEPAGE="https://github.com/knorrie/python-btrfs;
-SRC_URI="https://github.com/knorrie/${PN}/archive/debian/v${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/knorrie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="examples"
 
-S="${WORKDIR}/${PN}-debian"
-
 RDEPEND=""
 DEPEND=""
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/arpack/

2018-03-23 Thread Matthias Maier
commit: c8cf40cd6eaecf49f5fe851f7612849394ca8dcf
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Mar 24 02:02:20 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Mar 24 02:25:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8cf40cd

sci-libs/arpack: Add a live ebuild; ebuild maintenance

 * add a live ebuild
 * remove unused variable

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-libs/arpack/arpack-3.4.0.ebuild|  2 --
 sci-libs/arpack/arpack-3.5.0.ebuild|  2 --
 .../{arpack-3.4.0.ebuild => arpack-.ebuild}| 22 ++
 3 files changed, 10 insertions(+), 16 deletions(-)

diff --git a/sci-libs/arpack/arpack-3.4.0.ebuild 
b/sci-libs/arpack/arpack-3.4.0.ebuild
index 13480a59652..3f0d563fe71 100644
--- a/sci-libs/arpack/arpack-3.4.0.ebuild
+++ b/sci-libs/arpack/arpack-3.4.0.ebuild
@@ -5,8 +5,6 @@ EAPI=6
 
 inherit autotools eutils fortran-2 toolchain-funcs
 
-MY_P="${PN}-ng_${PV}"
-
 DESCRIPTION="Arnoldi package library to solve large scale eigenvalue problems"
 HOMEPAGE="http://www.caam.rice.edu/software/ARPACK/ 
https://github.com/opencollab/arpack-ng;
 SRC_URI="

diff --git a/sci-libs/arpack/arpack-3.5.0.ebuild 
b/sci-libs/arpack/arpack-3.5.0.ebuild
index 13480a59652..3f0d563fe71 100644
--- a/sci-libs/arpack/arpack-3.5.0.ebuild
+++ b/sci-libs/arpack/arpack-3.5.0.ebuild
@@ -5,8 +5,6 @@ EAPI=6
 
 inherit autotools eutils fortran-2 toolchain-funcs
 
-MY_P="${PN}-ng_${PV}"
-
 DESCRIPTION="Arnoldi package library to solve large scale eigenvalue problems"
 HOMEPAGE="http://www.caam.rice.edu/software/ARPACK/ 
https://github.com/opencollab/arpack-ng;
 SRC_URI="

diff --git a/sci-libs/arpack/arpack-3.4.0.ebuild 
b/sci-libs/arpack/arpack-.ebuild
similarity index 68%
copy from sci-libs/arpack/arpack-3.4.0.ebuild
copy to sci-libs/arpack/arpack-.ebuild
index 13480a59652..56b384c5343 100644
--- a/sci-libs/arpack/arpack-3.4.0.ebuild
+++ b/sci-libs/arpack/arpack-.ebuild
@@ -5,20 +5,21 @@ EAPI=6
 
 inherit autotools eutils fortran-2 toolchain-funcs
 
-MY_P="${PN}-ng_${PV}"
+if [[ ${PV} = ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/opencollab/arpack-ng;
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/opencollab/${PN}-ng/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos"
+   S="${WORKDIR}/${PN}-ng-${PV}"
+fi
 
 DESCRIPTION="Arnoldi package library to solve large scale eigenvalue problems"
 HOMEPAGE="http://www.caam.rice.edu/software/ARPACK/ 
https://github.com/opencollab/arpack-ng;
-SRC_URI="
-   https://github.com/opencollab/${PN}-ng/archive/${PV}.tar.gz -> 
${P}.tar.gz
-   doc? (
-   http://www.caam.rice.edu/software/ARPACK/SRC/ug.ps.gz
-   http://www.caam.rice.edu/software/ARPACK/DOCS/tutorial.ps.gz )"
-
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos"
-IUSE="doc examples mpi static-libs"
+IUSE="examples mpi static-libs"
 
 RDEPEND="
virtual/blas
@@ -27,8 +28,6 @@ RDEPEND="
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 
-S="${WORKDIR}/${PN}-ng-${PV}"
-
 src_prepare() {
default
eautoreconf
@@ -46,7 +45,6 @@ src_install() {
 
dodoc DOCUMENTS/*.doc
newdoc DOCUMENTS/README README.doc
-   use doc && dodoc "${WORKDIR}"/*.ps
if use examples; then
insinto /usr/share/doc/${PF}
doins -r EXAMPLES



[gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/files/, app-emulation/libvirt/

2018-03-23 Thread Matthias Maier
commit: 437ef2f8ef6acf820989ad44902d1838c679729d
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Mar 24 02:24:42 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Mar 24 02:25:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=437ef2f8

app-emulation/libvirt: address QA messages

 * use printf instead of echo -n
 * remove dyanmically created directories

Closes: https://bugs.gentoo.org/651296
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/libvirt/files/libvirt-guests.init-r2| 2 +-
 .../libvirt/{libvirt-4.1.0-r2.ebuild => libvirt-4.1.0-r3.ebuild}  | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/app-emulation/libvirt/files/libvirt-guests.init-r2 
b/app-emulation/libvirt/files/libvirt-guests.init-r2
index 9db6d959fe7..84559189949 100644
--- a/app-emulation/libvirt/files/libvirt-guests.init-r2
+++ b/app-emulation/libvirt/files/libvirt-guests.init-r2
@@ -120,7 +120,7 @@ libvirtd_dom_stop() {
if [ "${shutdown_type}" = "shutdown" ]; then
counter=$((${counter} - 1))
fi
-   echo -n "."
+   printf "."
done
 
if [ "${shutdown_type}" = "shutdown" ]; then

diff --git a/app-emulation/libvirt/libvirt-4.1.0-r2.ebuild 
b/app-emulation/libvirt/libvirt-4.1.0-r3.ebuild
similarity index 99%
rename from app-emulation/libvirt/libvirt-4.1.0-r2.ebuild
rename to app-emulation/libvirt/libvirt-4.1.0-r3.ebuild
index f5fdca4ddcd..2b72c57c848 100644
--- a/app-emulation/libvirt/libvirt-4.1.0-r2.ebuild
+++ b/app-emulation/libvirt/libvirt-4.1.0-r3.ebuild
@@ -338,9 +338,7 @@ src_install() {
# Remove bogus, empty directories. They are either not used, or
# libvirtd is able to create them on demand
rm -rf "${D}"/etc/sysconfig
-   rm -rf "${D}"/var/cache
-   rm -rf "${D}"/var/run
-   rm -rf "${D}"/var/log
+   rm -rf "${D}"/var
 
use libvirtd || return 0
# From here, only libvirtd-related instructions, be warned!



[gentoo-commits] repo/gentoo:master commit in: sci-libs/arpack/

2018-03-23 Thread Matthias Maier
commit: d95f6fce82334913ae61554f16cc6d0eb00f4f1d
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Mar 24 01:54:55 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Mar 24 02:25:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d95f6fce

sci-libs/arpack: update homepage

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-libs/arpack/arpack-3.4.0.ebuild | 4 ++--
 sci-libs/arpack/arpack-3.5.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-libs/arpack/arpack-3.4.0.ebuild 
b/sci-libs/arpack/arpack-3.4.0.ebuild
index 8f4688842a6..13480a59652 100644
--- a/sci-libs/arpack/arpack-3.4.0.ebuild
+++ b/sci-libs/arpack/arpack-3.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ inherit autotools eutils fortran-2 toolchain-funcs
 MY_P="${PN}-ng_${PV}"
 
 DESCRIPTION="Arnoldi package library to solve large scale eigenvalue problems"
-HOMEPAGE="http://www.caam.rice.edu/software/ARPACK/ 
http://forge.scilab.org/index.php/p/arpack-ng/;
+HOMEPAGE="http://www.caam.rice.edu/software/ARPACK/ 
https://github.com/opencollab/arpack-ng;
 SRC_URI="
https://github.com/opencollab/${PN}-ng/archive/${PV}.tar.gz -> 
${P}.tar.gz
doc? (

diff --git a/sci-libs/arpack/arpack-3.5.0.ebuild 
b/sci-libs/arpack/arpack-3.5.0.ebuild
index 8f4688842a6..13480a59652 100644
--- a/sci-libs/arpack/arpack-3.5.0.ebuild
+++ b/sci-libs/arpack/arpack-3.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ inherit autotools eutils fortran-2 toolchain-funcs
 MY_P="${PN}-ng_${PV}"
 
 DESCRIPTION="Arnoldi package library to solve large scale eigenvalue problems"
-HOMEPAGE="http://www.caam.rice.edu/software/ARPACK/ 
http://forge.scilab.org/index.php/p/arpack-ng/;
+HOMEPAGE="http://www.caam.rice.edu/software/ARPACK/ 
https://github.com/opencollab/arpack-ng;
 SRC_URI="
https://github.com/opencollab/${PN}-ng/archive/${PV}.tar.gz -> 
${P}.tar.gz
doc? (



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

2018-03-23 Thread Tim Harder
commit: 48be0e5ccf9de8b0691d9199b6ba06d850b9e4cf
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Mar 24 01:52:10 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Mar 24 01:53:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48be0e5c

media-libs/libmediainfo: version bump to 18.03

 media-libs/libmediainfo/Manifest  |  1 +
 media-libs/libmediainfo/libmediainfo-18.03.ebuild | 83 +++
 2 files changed, 84 insertions(+)

diff --git a/media-libs/libmediainfo/Manifest b/media-libs/libmediainfo/Manifest
index 4a5869c2bed..45fe4486f55 100644
--- a/media-libs/libmediainfo/Manifest
+++ b/media-libs/libmediainfo/Manifest
@@ -1 +1,2 @@
 DIST libmediainfo_17.12.tar.xz 1612420 BLAKE2B 
1e1bd62efe45783d4973bbe0ff264db1ed20b064dc18fe3ab4fa3614c1b41663fe6727e469ef1769b4736827f89940edd959b270ec1c673a190c9078a81f3955
 SHA512 
c425612ca84f4655c851332a4c13bdd75df094fa5468b2d61db512ff8431b41e94068d2f645b669dbee286ccae3979a38a5f4ebbb5cda8abdbadf0313df5680d
+DIST libmediainfo_18.03.tar.xz 1627584 BLAKE2B 
02ee429fe22af753e8a62a621999b949541e2db4f83705eaf1ce90bda29062fffa76cb1e85e860c7b02d5892044fed5954635b0680965949864cb220868133aa
 SHA512 
d903309fbf9ee78633e833372b13b9676dae2d3d0aa19e584d4972ca2c76cff5524a08201e73b2a6d97a84a0fd469c5bc136d09a27ce0363a7e743e889719c6d

diff --git a/media-libs/libmediainfo/libmediainfo-18.03.ebuild 
b/media-libs/libmediainfo/libmediainfo-18.03.ebuild
new file mode 100644
index 000..7be3ed1e791
--- /dev/null
+++ b/media-libs/libmediainfo/libmediainfo-18.03.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools ltprune flag-o-matic
+
+MY_PN="MediaInfo"
+DESCRIPTION="MediaInfo libraries"
+HOMEPAGE="https://mediaarea.net/mediainfo/ 
https://github.com/MediaArea/MediaInfoLib;
+SRC_URI="https://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="curl doc mms static-libs"
+
+RDEPEND="sys-libs/zlib
+   dev-libs/tinyxml2:=
+   >=media-libs/libzen-0.4.37[static-libs=]
+   curl? ( net-misc/curl )
+   mms? ( >=media-libs/libmms-0.6.1[static-libs=] )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )"
+
+# tests try to fetch data from online sources
+RESTRICT="test"
+
+S=${WORKDIR}/${MY_PN}Lib/Project/GNU/Library
+
+src_prepare() {
+   eapply -p4 "${FILESDIR}"/${PN}-0.7.63-pkgconfig.patch
+   eapply_user
+
+   sed -i 's:-O2::' configure.ac || die
+   append-cppflags -DMEDIAINFO_LIBMMS_DESCRIBE_SUPPORT=0
+
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --enable-shared \
+   --with-libtinyxml2 \
+   $(use_with curl libcurl) \
+   $(use_with mms libmms) \
+   $(use_enable static-libs static) \
+   $(use_enable static-libs staticlibs)
+}
+
+src_compile() {
+   default
+
+   if use doc; then
+   cd "${WORKDIR}"/${MY_PN}Lib/Source/Doc
+   doxygen Doxyfile || die
+   fi
+}
+
+src_install() {
+   if use doc; then
+   local HTML_DOCS=( "${WORKDIR}"/${MY_PN}Lib/Doc/*.html )
+   fi
+
+   default
+
+   edos2unix ${PN}.pc #414545
+   insinto /usr/$(get_libdir)/pkgconfig
+   doins ${PN}.pc
+
+   for x in ./ Archive Audio Duplicate Export Image Multiple Reader Tag 
Text Video; do
+   insinto /usr/include/${MY_PN}/${x}
+   doins "${WORKDIR}"/${MY_PN}Lib/Source/${MY_PN}/${x}/*.h
+   done
+
+   insinto /usr/include/${MY_PN}DLL
+   doins "${WORKDIR}"/${MY_PN}Lib/Source/${MY_PN}DLL/*.h
+
+   dodoc "${WORKDIR}"/${MY_PN}Lib/*.txt
+
+   prune_libtool_files
+}



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

2018-03-23 Thread Aaron Bauman
commit: 87ed69ef17e5c2dd69a4924ad8990f50d6fcd49b
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Mar 24 01:52:42 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Mar 24 01:52:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ed69ef

net-dns/bind-tools: stable ppc wrt bug #644706

 net-dns/bind-tools/bind-tools-9.11.2_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/bind-tools/bind-tools-9.11.2_p1.ebuild 
b/net-dns/bind-tools/bind-tools-9.11.2_p1.ebuild
index 1d2153fd8db..e13422e417e 100644
--- a/net-dns/bind-tools/bind-tools-9.11.2_p1.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.11.2_p1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://www.isc.org/downloads/file/${MY_P}/?version=tar-gz -> ${MY_PN}-
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 SLOT="0"
-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 ~sparc64-solaris ~x64-solaris ~x86-solaris"
+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 ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc gost gssapi idn ipv6 libressl readline seccomp ssl urandom xml"
 # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
 



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

2018-03-23 Thread Tim Harder
commit: 719a8f28e5c50e6be4fd3f53157f7b50bedf4c71
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Mar 24 01:52:27 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Mar 24 01:53:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=719a8f28

media-video/mediainfo: version bump to 18.03

 media-video/mediainfo/Manifest   |  1 +
 media-video/mediainfo/mediainfo-18.03.ebuild | 77 
 2 files changed, 78 insertions(+)

diff --git a/media-video/mediainfo/Manifest b/media-video/mediainfo/Manifest
index 72e9c28cddd..1feb4c84acc 100644
--- a/media-video/mediainfo/Manifest
+++ b/media-video/mediainfo/Manifest
@@ -1 +1,2 @@
 DIST mediainfo_17.12.tar.xz 1335676 BLAKE2B 
66bf02f74a63b40446cb061fe6422c84d61cb10db53394a7b356e0c0b76a7c934548bf75a8e8e5556a3fab2bd2f65c2a8c3d57040bd404e5258f0cfa4f87bbd9
 SHA512 
3fd6c8538c7703e657c6c20fec3ba071e5575f6010f41188bdd46749ecad9bddfa2362a5f0df6c23aa98375bb9078f14704b0729d1c54174449871992b968ff9
+DIST mediainfo_18.03.tar.xz 1328024 BLAKE2B 
3d304d7894b02f0f9355217b4c3a3f26a85e88d7be7c66a16ad8a8995421a51cf32c6f0f358aa7fbf246a1deb710cecec13a1be3f1700247c132b248624a414f
 SHA512 
c4ed389c9d6a918196d3337fd5f50229e9e3b565745fc328462de7e0fe3a55496300ef5e2f784027669ff6f2428c5d573c5941eb0b26276dca6dc93a1286fbc1

diff --git a/media-video/mediainfo/mediainfo-18.03.ebuild 
b/media-video/mediainfo/mediainfo-18.03.ebuild
new file mode 100644
index 000..48b2796d929
--- /dev/null
+++ b/media-video/mediainfo/mediainfo-18.03.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WX_GTK_VER="3.0"
+
+inherit gnome2-utils xdg-utils autotools wxwidgets
+
+DESCRIPTION="MediaInfo supplies technical and tag information about media 
files"
+HOMEPAGE="https://mediaarea.net/mediainfo/ 
https://github.com/MediaArea/MediaInfo;
+SRC_URI="https://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="curl mms wxwidgets"
+
+RDEPEND="sys-libs/zlib
+   >=media-libs/libzen-0.4.37
+   ~media-libs/lib${P}[curl=,mms=]
+   wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+S=${WORKDIR}/MediaInfo
+
+pkg_setup() {
+   TARGETS="CLI"
+   use wxwidgets && TARGETS+=" GUI"
+}
+
+src_prepare() {
+   eapply_user
+
+   local target
+   for target in ${TARGETS}; do
+   cd "${S}"/Project/GNU/${target} || die
+   sed -i -e "s:-O2::" configure.ac || die
+   eautoreconf
+   done
+}
+
+src_configure() {
+   local target
+   for target in ${TARGETS}; do
+   cd "${S}"/Project/GNU/${target} || die
+   local args=""
+   [[ ${target} == "GUI" ]] && args="--with-wxwidgets 
--with-wx-gui"
+   econf ${args}
+   done
+}
+
+src_compile() {
+   local target
+   for target in ${TARGETS}; do
+   cd "${S}"/Project/GNU/${target} || die
+   default
+   done
+}
+src_install() {
+   local target
+   for target in ${TARGETS}; do
+   cd "${S}"/Project/GNU/${target} || die
+   default
+   dodoc "${S}"/History_${target}.txt
+   done
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}



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

2018-03-23 Thread Davide Pesavento
commit: 0f381bf84bad5197663e32ec75f29e41a8a6ff57
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Mar 24 01:27:44 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Mar 24 01:27:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f381bf8

dev-qt/qt-creator: remove old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-qt/qt-creator/Manifest|   2 -
 dev-qt/qt-creator/qt-creator-4.4.1.ebuild | 188 --
 dev-qt/qt-creator/qt-creator-4.5.0.ebuild | 188 --
 3 files changed, 378 deletions(-)

diff --git a/dev-qt/qt-creator/Manifest b/dev-qt/qt-creator/Manifest
index 28a9dcbdec6..2e69608aea8 100644
--- a/dev-qt/qt-creator/Manifest
+++ b/dev-qt/qt-creator/Manifest
@@ -1,4 +1,2 @@
-DIST qt-creator-opensource-src-4.4.1.tar.xz 20822304 BLAKE2B 
23c05b5e86fcbc3387cd9e8a82fb97e3b4e20182b41e2b24de7801126b0d5bbd708ca842ddcd828536fb279b6d2e4954909b8c40bfe14e050baa109095889e6d
 SHA512 
f0e836fd2106f909cb405f75457e0d4158ecdd134ec5cfa97b373e5818b5f715245ac8454a657801251302ef817c1de66580f2e45b12b3e23d3107ccf3985336
-DIST qt-creator-opensource-src-4.5.0.tar.xz 21641628 BLAKE2B 
83d8ef57b87278994451d34b69a17a7d6c872b014c82940593c83c53e4a693054bdcfa38c4706083ed2bc0386ae5fa8afcea4747d1dee67a2a9b1e0a3fa6aeed
 SHA512 
9296ebef4a3d5ae40a9fa3a4039e77b8e407dfb52af3a88b4cc615a89e163d92de420d9db614bc689adc695879f0c2e1906e9a218e7a6b96c4b222d52c94912c
 DIST qt-creator-opensource-src-4.5.2.tar.xz 21745192 BLAKE2B 
4860c6041542758647d27ae3aaac15dbbc72bbecbcf335e3bceab378c720979a3e8962936a4b68eacec02a7b285dec08a19003ac3260de1e2e4ee12706c0
 SHA512 
cc3f20c109e810e8958495fd0d84461bc9ead7b4172600229969a6a331341f0b76069a71893f1ba279550293b131f6cca5b79c112d67f3aebb6244415489c223
 DIST qt-creator-opensource-src-4.6.0-rc1.tar.xz 23389240 BLAKE2B 
2fbfe5a6a3b09d439439846dbcbad87d1f5032a35c36fa713e8949d1c3f2c44cf1912fd465f9c97f29204803843cff4c4ecdf7083e8963f3512c0dbfa1594a1f
 SHA512 
eb794935bdbe26362a8dc5a7e62dc8004e808d1485039739af06c92b6e98a6b9d4870f68e5912990acd9970bd8ec518aacd759ece60fe6f0eafc7cd1af981d7d

diff --git a/dev-qt/qt-creator/qt-creator-4.4.1.ebuild 
b/dev-qt/qt-creator/qt-creator-4.4.1.ebuild
deleted file mode 100644
index 6b958f5b91d..000
--- a/dev-qt/qt-creator/qt-creator-4.4.1.ebuild
+++ /dev/null
@@ -1,188 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PLOCALES="cs de fr ja pl ru sl uk zh-CN zh-TW"
-
-inherit llvm qmake-utils toolchain-funcs virtualx xdg
-
-DESCRIPTION="Lightweight IDE for C++/QML development centering around Qt"
-HOMEPAGE="https://doc.qt.io/qtcreator/;
-LICENSE="GPL-3"
-SLOT="0"
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://code.qt.io/${PN}/${PN}.git;
-else
-   MY_PV=${PV/_/-}
-   MY_P=${PN}-opensource-src-${MY_PV}
-   [[ ${MY_PV} == ${PV} ]] && MY_REL=official || MY_REL=development
-   
SRC_URI="https://download.qt.io/${MY_REL}_releases/${PN/-}/${PV%.*}/${MY_PV}/${MY_P}.tar.xz;
-   KEYWORDS="amd64 ~arm ~x86"
-   S=${WORKDIR}/${MY_P}
-fi
-
-# TODO: unbundle sqlite
-
-QTC_PLUGINS=('android:android|qmakeandroidsupport' 
autotools:autotoolsprojectmanager baremetal bazaar
-   'clangcodemodel:clangcodemodel|clangrefactoring|clangpchmanager' 
clangstaticanalyzer clearcase
-   cmake:cmakeprojectmanager cvs designer git glsl:glsleditor ios 
mercurial modeling:modeleditor
-   nim perforce python:pythoneditor qbs:qbsprojectmanager qnx 
scxml:scxmleditor subversion valgrind
-   winrt)
-IUSE="doc systemd test +webengine ${QTC_PLUGINS[@]%:*}"
-
-# minimum Qt version required
-QT_PV="5.6.2:5"
-
-CDEPEND="
-   =dev-libs/botan-1.10*[-bindist,threads]
-   >=dev-qt/qtconcurrent-${QT_PV}
-   >=dev-qt/qtcore-${QT_PV}
-   >=dev-qt/qtdeclarative-${QT_PV}[widgets]
-   >=dev-qt/qtgui-${QT_PV}
-   >=dev-qt/qthelp-${QT_PV}
-   >=dev-qt/qtnetwork-${QT_PV}[ssl]
-   >=dev-qt/qtprintsupport-${QT_PV}
-   >=dev-qt/qtquickcontrols-${QT_PV}
-   >=dev-qt/qtscript-${QT_PV}
-   >=dev-qt/qtsql-${QT_PV}[sqlite]
-   >=dev-qt/qtsvg-${QT_PV}
-   >=dev-qt/qtwidgets-${QT_PV}
-   >=dev-qt/qtx11extras-${QT_PV}
-   >=dev-qt/qtxml-${QT_PV}
-   clangcodemodel? ( >=sys-devel/clang-3.9:= )
-   designer? ( >=dev-qt/designer-${QT_PV} )
-   qbs? ( >=dev-util/qbs-1.9.1 )
-   systemd? ( sys-apps/systemd:= )
-   webengine? ( >=dev-qt/qtwebengine-${QT_PV}[widgets] )
-"
-DEPEND="${CDEPEND}
-   >=dev-qt/linguist-tools-${QT_PV}
-   virtual/pkgconfig
-   doc? ( >=dev-qt/qdoc-${QT_PV} )
-   test? (
-   >=dev-qt/qtdeclarative-${QT_PV}[localstorage,xml]
-   >=dev-qt/qtquickcontrols2-${QT_PV}
-   >=dev-qt/qttest-${QT_PV}
-   )
-"
-RDEPEND="${CDEPEND}
-   sys-devel/gdb[client,python]
-   autotools? ( sys-devel/autoconf )
-   

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

2018-03-23 Thread Davide Pesavento
commit: 4ce477216d0ad384fee5bb963ef72177ad6e8346
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Mar 24 01:29:13 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Mar 24 01:29:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ce47721

dev-util/qbs: remove old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-util/qbs/Manifest  |   2 -
 dev-util/qbs/qbs-1.10.0.ebuild | 120 -
 dev-util/qbs/qbs-1.9.1.ebuild  | 115 ---
 3 files changed, 237 deletions(-)

diff --git a/dev-util/qbs/Manifest b/dev-util/qbs/Manifest
index 8941a147af4..44d5445ca18 100644
--- a/dev-util/qbs/Manifest
+++ b/dev-util/qbs/Manifest
@@ -1,3 +1 @@
-DIST qbs-src-1.10.0.tar.gz 4130630 BLAKE2B 
9a692dc3cd65cbe8b8f09ca86e8da1ea47fa6770dbcdfc5fc34d65156f8a92932893fa382f510e516fe67a77b95024052d442d3e295a22423a544b61ff2eaf25
 SHA512 
a7d15acb46b5b32f0c54b40e4a5469f68cdcff54b062a46656174694d7abbade682b66f5dc4cdfa9ac87b9573ed3947d775d55638cfc1b4ffc24101ebea85618
 DIST qbs-src-1.10.1.tar.gz 4140847 BLAKE2B 
cbd9770d426fdf70645f5c40fbc8956309845980776b920a0e5e612d0cbf63a9a1352e5ab43a98afd9a5a9db396d0b7bbd840b4581787aaafabad0982c6edca8
 SHA512 
e2019f59124cf8409c12bc108982f1c4c99dcff9d6272c26bee9d690327dea28990c4081857b1b2bfec57e3b557d83e0b8085823dbd4d0988c483d971dc06bac
-DIST qbs-src-1.9.1.tar.gz 4007946 BLAKE2B 
fa7744a321fec2f7b928b89e511aa542d935a61af79714d730e0c4c5fdab1f62e0da5cccf055622997cfbe441e5375212aa9cd8af3b1d69af933c438c94b8d21
 SHA512 
6b400a06b4f2c2cb531095a0c3eadb112335fe0f91c2077f01c7d2dc6ea329d250e7af70f70ebeb972368aa8fa0ee9548b84b75dc877230de6dea0b10468b7fd

diff --git a/dev-util/qbs/qbs-1.10.0.ebuild b/dev-util/qbs/qbs-1.10.0.ebuild
deleted file mode 100644
index 5b93b79331c..000
--- a/dev-util/qbs/qbs-1.10.0.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-MY_P=${PN}-src-${PV}
-
-DESCRIPTION="Modern build tool for software projects"
-HOMEPAGE="https://wiki.qt.io/Qbs;
-SRC_URI="http://download.qt.io/official_releases/${PN}/${PV}/${MY_P}.tar.gz;
-
-LICENSE="|| ( LGPL-2.1 LGPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc examples test"
-
-# see bug 581874 for the qttest dep in RDEPEND
-RDEPEND="
-   dev-qt/qtcore:5=
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtscript:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   test? ( dev-qt/qttest:5 )
-"
-DEPEND="${RDEPEND}
-   doc? (
-   dev-qt/qdoc:5
-   dev-qt/qthelp:5
-   )
-   test? ( dev-qt/qtdeclarative:5 )
-"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   default
-
-   # don't add /usr/include to INCLUDEPATH
-   # avoids a build failure in qt-creator with gcc-6 (bug 618424)
-   sed -i -e '/^INCLUDEPATH/ s:$${PWD}/\.\.::' 
src/lib/corelib/use_installed_corelib.pri || die
-
-   if ! use examples; then
-   sed -i -e '/INSTALLS +=/ s:examples::' static.pro || die
-   fi
-
-   if use test; then
-   sed -i -e '/SUBDIRS =/ s:=.*:= auto:' tests/tests.pro || die
-   else
-   sed -i -e '/SUBDIRS =/ d' tests/tests.pro || die
-   fi
-
-   # TestApi seems broken in 1.10.0
-   sed -i -e '/\/ d' tests/auto/auto.pro || die
-
-   # skip several tests that fail and/or have additional deps
-   sed -i \
-   -e 's/findArchiver("7z")/""/'   `# requires p7zip, 
fails` \
-   -e 's/findArchiver(binaryName,.*/"";/'  `# requires zip and 
jar` \
-   -e 's/p\.value("nodejs\./true||&/'  `# requires nodejs, bug 
527652` \
-   -e 
's/\(p\.value\|m_qbsStderr\.contains\)("typescript\./true||&/' `# requires 
nodejs and typescript` \
-   tests/auto/blackbox/tst_blackbox.cpp || die
-
-   # requires jdk, fails, bug 585398
-   sed -i -e '/blackbox-java\.pro/ d' tests/auto/auto.pro || die
-}
-
-src_configure() {
-   local myqmakeargs=(
-   qbs.pro # bug 523218
-   -recursive
-   CONFIG+=qbs_disable_rpath
-   CONFIG+=qbs_enable_project_file_updates
-   $(usex test 'CONFIG+=qbs_enable_unit_tests' '')
-   QBS_INSTALL_PREFIX="${EPREFIX}/usr"
-   QBS_LIBRARY_DIRNAME="$(get_libdir)"
-   )
-   eqmake5 "${myqmakeargs[@]}"
-}
-
-src_test() {
-   einfo "Setting up test environment in ${T}"
-
-   export HOME=${T}
-   export LD_LIBRARY_PATH=${S}/$(get_libdir)
-
-   "${S}"/bin/qbs-setup-toolchains /usr/bin/gcc gcc || die
-   "${S}"/bin/qbs-setup-qt "$(qt5_get_bindir)/qmake" qbs_autotests || die
-
-   einfo "Running autotests"
-
-   # simply exporting LD_LIBRARY_PATH doesn't work
-   # we have to use a custom testrunner script
-   local 

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

2018-03-23 Thread Davide Pesavento
commit: a03d82d175d98ff479a8a69bf17bccaedcd57483
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Mar 24 01:23:01 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Mar 24 01:23:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a03d82d1

dev-util/qbs: stabilize 1.10.1 on amd64

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-util/qbs/qbs-1.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/qbs/qbs-1.10.1.ebuild b/dev-util/qbs/qbs-1.10.1.ebuild
index 6f49fe08ac2..55632d81072 100644
--- a/dev-util/qbs/qbs-1.10.1.ebuild
+++ b/dev-util/qbs/qbs-1.10.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://download.qt.io/official_releases/${PN}/${PV}/${MY_P}.tar.gz;
 
 LICENSE="|| ( LGPL-2.1 LGPL-3 )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="doc examples test"
 
 # see bug 581874 for the qttest dep in RDEPEND



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

2018-03-23 Thread Davide Pesavento
commit: 7e90745ad1eb9894e9fc69ddf69559cc21fa8291
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Mar 24 01:25:14 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Mar 24 01:25:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e90745a

dev-qt/qt-creator: stabilize 4.5.2 on amd64

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-qt/qt-creator/qt-creator-4.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qt-creator/qt-creator-4.5.2.ebuild 
b/dev-qt/qt-creator/qt-creator-4.5.2.ebuild
index 13568271468..5e898478db5 100644
--- a/dev-qt/qt-creator/qt-creator-4.5.2.ebuild
+++ b/dev-qt/qt-creator/qt-creator-4.5.2.ebuild
@@ -19,7 +19,7 @@ else
MY_P=${PN}-opensource-src-${MY_PV}
[[ ${MY_PV} == ${PV} ]] && MY_REL=official || MY_REL=development

SRC_URI="https://download.qt.io/${MY_REL}_releases/${PN/-}/${PV%.*}/${MY_PV}/${MY_P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="amd64 ~arm ~x86"
S=${WORKDIR}/${MY_P}
 fi
 



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

2018-03-23 Thread Aaron Bauman
commit: f26d9302cefb155239120ef407ba228c0d2a86ec
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Mar 24 00:40:57 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Mar 24 00:40:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f26d9302

net-misc/asterisk: drop vulnerable wrt bug #650008

 net-misc/asterisk/Manifest|   2 -
 net-misc/asterisk/asterisk-13.17.2.ebuild | 327 --
 2 files changed, 329 deletions(-)

diff --git a/net-misc/asterisk/Manifest b/net-misc/asterisk/Manifest
index 5a7d8ef53b7..4666face71e 100644
--- a/net-misc/asterisk/Manifest
+++ b/net-misc/asterisk/Manifest
@@ -1,7 +1,5 @@
 DIST asterisk-11.25.3.tar.gz 35134682 BLAKE2B 
9da24d5d6a674ab660edb103e5fc56ddfbcc58cd86166cc08cceb0598a63b51eae36133565e09a30ad11ff6623ba8945437dfb561d2916f68341d398540dabce
 SHA512 
9c0521d55e5b69663ea40066d52e397ba6c165a4b20cd0a1e5e375b9c0e5a6e4f37908e50b0b580e288dec9be252af9a8bce7bceb03ba029f902fb757e6311ed
-DIST asterisk-13.17.2.tar.gz 32899368 BLAKE2B 
539155dc4b9db3cd736fa8ca4e4b1f09330be2d7bc994ee89dc73645f411bf6d012d85f322c07146bac2b5b258802232960d6e102d840d6b48b796a7d8923513
 SHA512 
008354cb0cba679444bfbfd4be34d919ea0a0a0cbd60541b7528d254ab0fa92efee118d5b006e8dc7b709f9c44fd391026df9b8705d17515494a23ad36dedd4b
 DIST asterisk-13.19.0.tar.gz 33027887 BLAKE2B 
f799f51dc4b45d6db2261abfae33f41416616650702ff0cf6c253a80cf2f554f180df9e90bd107ac6a29ef16e3bfadba087f6485fa93978899590b417443
 SHA512 
5404080a42e2d6d76b8fa8629c9570ae55c943676c51901a34552dc69c35f82001a1738e2da3adedf1de254bc8d1821ea7708f844685462ecdd1fd4e979e0e7f
 DIST asterisk-13.19.2.tar.gz 32991960 BLAKE2B 
3b1f731fb68e2d455bfc76e863a8abbd8903ac2f7e89f5bc4b97db0072b0999679a79e6ebbb55c886847fb1db639b6ad84d1f7de1fc3414968ab6b48c5eed72f
 SHA512 
3ee3d57d359ce3049480303b9662a33a905d08491e84d898fd6ee170ee9d34b8bdfcd082b80120dab606929a03572141fe219da75bb87770ed206aeb0249f1e4
 DIST gentoo-asterisk-patchset-3.17.tar.bz2 5074 BLAKE2B 
3c945e77b54b2449253acb9fcea8d289a7a3184729190622c14aff5557d36c93556efa83320fe4e7ae84021960c09f35ae9f997e8015706eef933aae2948309e
 SHA512 
37f86f3c699b2643afd8080391e817a282571694bb56e00efd0734918dbc33d6c12a2463dbc24667597420863b4f506870140fbb8ef3f1700124ef790ae7252d
-DIST gentoo-asterisk-patchset-4.05.tar.bz2 2889 BLAKE2B 
788b923300324241d0272b2533cbad5b18189fa46f0ed620256aadb2a840880dccb66f839edc323e90c46bb3748127caeb59b84b017722491c52e6f5f6dcd8f0
 SHA512 
6fdb245e37074f124f4725c25a1547c872f6216eb1d37faeda8ed7c5e4dc87424e9c1ba20bb34722165027692916bde4c8bfc816ac5c89710972bb3f51bd1b75
 DIST gentoo-asterisk-patchset-4.07.tar.bz2 2471 BLAKE2B 
d9026e7e8c12431496c24f204d117ed715741623195af10c838ec3ac5ce6a26fbb2d76d4c45c538881b532084e2ce74d2de83a27a0abaa5f65791be91416ef6d
 SHA512 
73a9f92e6a737687c311941100c45bbc573f54fa79d0284318996c0d70274a4d2218693406d71b371496d27123d4d99bbc159974388e6547a682c06084d3b4c5

diff --git a/net-misc/asterisk/asterisk-13.17.2.ebuild 
b/net-misc/asterisk/asterisk-13.17.2.ebuild
deleted file mode 100644
index 47689e396d0..000
--- a/net-misc/asterisk/asterisk-13.17.2.ebuild
+++ /dev/null
@@ -1,327 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils linux-info multilib user systemd
-
-MY_P="${PN}-${PV/_/-}"
-
-DESCRIPTION="Asterisk: A Modular Open Source PBX System"
-HOMEPAGE="http://www.asterisk.org/;
-SRC_URI="http://downloads.asterisk.org/pub/telephony/asterisk/releases/${MY_P}.tar.gz
-mirror://gentoo/gentoo-asterisk-patchset-4.05.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE_VOICEMAIL_STORAGE="
-   +voicemail_storage_file
-   voicemail_storage_odbc
-   voicemail_storage_imap
-"
-IUSE="${IUSE_VOICEMAIL_STORAGE} alsa bluetooth calendar +caps cluster curl 
dahdi debug doc freetds gtalk http iconv ilbc xmpp ldap libedit libressl lua 
mysql newt +samples odbc osplookup oss pjproject portaudio postgres radius 
selinux snmp span speex srtp static syslog vorbis"
-IUSE_EXPAND="VOICEMAIL_STORAGE"
-REQUIRED_USE="gtalk? ( xmpp )
-   ^^ ( ${IUSE_VOICEMAIL_STORAGE/+/} )
-   voicemail_storage_odbc? ( odbc )
-"
-
-EPATCH_SUFFIX="patch"
-PATCHES=( "${WORKDIR}/asterisk-patchset" )
-
-CDEPEND="dev-db/sqlite:3
-   dev-libs/popt
-   dev-libs/jansson
-   dev-libs/libxml2
-   !libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
-   sys-libs/ncurses:*
-   sys-libs/zlib
-   alsa? ( media-libs/alsa-lib )
-   bluetooth? ( net-wireless/bluez )
-   calendar? ( net-libs/neon
-dev-libs/libical
-dev-libs/iksemel )
-   caps? ( sys-libs/libcap )
-   cluster? ( sys-cluster/corosync )
-   curl? ( net-misc/curl )
-   dahdi? ( >=net-libs/libpri-1.4.12_beta2
-   net-misc/dahdi-tools )
-   freetds? ( dev-db/freetds )
-   gtalk? ( dev-libs/iksemel )
-   http? 

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

2018-03-23 Thread Aaron Bauman
commit: 7425826012927d02717a2571cf5f5d56f94e3bdf
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Mar 24 00:25:33 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Mar 24 00:27:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74258260

net-dns/bind: drop vulnerable wrt bug #644706

 net-dns/bind/Manifest  |   1 -
 net-dns/bind/bind-9.11.1_p3.ebuild | 426 -
 2 files changed, 427 deletions(-)

diff --git a/net-dns/bind/Manifest b/net-dns/bind/Manifest
index 45b3153675b..2b9d08ea464 100644
--- a/net-dns/bind/Manifest
+++ b/net-dns/bind/Manifest
@@ -1,3 +1,2 @@
-DIST bind-9.11.1-P3.tar.gz 9749095 BLAKE2B 
1b68b57b9aed1a5210464e9c47a4e0569f1932076c042a7096dc04f69b45da9df8b2d56ec0f1f0d0fb136e7f61a39b3cb20d1912075f3a4138cbdf47f859cf0a
 SHA512 
bf92ce1e07e5c84cc42b413bdbd3ad97f37712a6dc330dc10182992d948b7a393d5446efa188379b39020c34d810cebe2a7a9b8aa6bb564e1f3e6be42e96
 DIST bind-9.11.2_p1.tar.gz 9783329 BLAKE2B 
5a3bbd87112064231bd5e6b09ebb4014f9d5cf65cb601c03555ff540a22d87aec3990cd8e37ce5ff09e9a149bdf122d20ecb01f87731e6c79d80379a6926014f
 SHA512 
168f27f580e3be2f7ada27afa2f72e715e750eec76831cf01bd32fabc1fa65dc29dab0eb7ed1682b076d3be99269897ddbc2c10551631a3911d9e5ae1aa40597
 DIST dyndns-samples.tbz2 22866 BLAKE2B 
409890653c6536cb9c0e3ba809d2bfde0e0ae73a2a101b4f229b46c01568466bc022bbbc37712171adbd08c572733e93630feab95a0fcd1ac50a7d37da1d1108
 SHA512 
83b0bf99f8e9ff709e8e9336d8c5231b98a4b5f0c60c10792f34931e32cc638d261967dfa5a83151ec3740977d94ddd6e21e9ce91267b3e279b88affdbc18cac

diff --git a/net-dns/bind/bind-9.11.1_p3.ebuild 
b/net-dns/bind/bind-9.11.1_p3.ebuild
deleted file mode 100644
index eaa05818163..000
--- a/net-dns/bind/bind-9.11.1_p3.ebuild
+++ /dev/null
@@ -1,426 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Re dlz/mysql and threads, needs to be verified..
-# MySQL uses thread local storage in its C api. Thus MySQL
-# requires that each thread of an application execute a MySQL
-# thread initialization to setup the thread local storage.
-# This is impossible to do safely while staying within the DLZ
-# driver API. This is a limitation caused by MySQL, and not the DLZ API.
-# Because of this BIND MUST only run with a single thread when
-# using the MySQL driver.
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit python-r1 eutils autotools toolchain-funcs flag-o-matic multilib 
db-use user systemd
-
-MY_PV="${PV/_p/-P}"
-MY_PV="${MY_PV/_rc/rc}"
-MY_P="${PN}-${MY_PV}"
-
-SDB_LDAP_VER="1.1.0-fc14"
-
-RRL_PV="${MY_PV}"
-
-NSLINT_DIR="contrib/nslint-3.0a2/"
-
-# SDB-LDAP: http://bind9-ldap.bayour.com/
-
-DESCRIPTION="BIND - Berkeley Internet Name Domain - Name Server"
-HOMEPAGE="http://www.isc.org/software/bind;
-SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz
-   doc? ( mirror://gentoo/dyndns-samples.tbz2 )"
-#  sdb-ldap? (
-#  
http://ftp.disconnected-by-peer.at/pub/bind-sdb-ldap-${SDB_LDAP_VER}.patch.bz2
-#  )"
-
-LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-# -berkdb by default re bug 602682
-IUSE="-berkdb +caps dlz dnstap doc filter- fixed-rrset geoip gost gssapi 
idn ipv6
-json ldap libressl lmdb mysql nslint odbc postgres python rpz seccomp selinux 
ssl static-libs
-+threads urandom xml +zlib"
-# sdb-ldap - patch broken
-# no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
-
-REQUIRED_USE="postgres? ( dlz )
-   berkdb? ( dlz )
-   mysql? ( dlz !threads )
-   odbc? ( dlz )
-   ldap? ( dlz )
-   gost? ( !libressl ssl )
-   threads? ( caps )
-   dnstap? ( threads )
-   python? ( ${PYTHON_REQUIRED_USE} )"
-# sdb-ldap? ( dlz )
-
-DEPEND="
-   ssl? (
-   !libressl? ( dev-libs/openssl:0[-bindist] )
-   libressl? ( dev-libs/libressl )
-   )
-   mysql? ( >=virtual/mysql-4.0 )
-   odbc? ( >=dev-db/unixODBC-2.2.6 )
-   ldap? ( net-nds/openldap )
-   idn? ( net-dns/idnkit )
-   postgres? ( dev-db/postgresql:= )
-   caps? ( >=sys-libs/libcap-2.1.0 )
-   xml? ( dev-libs/libxml2 )
-   geoip? ( >=dev-libs/geoip-1.4.6 )
-   gssapi? ( virtual/krb5 )
-   gost? ( >=dev-libs/openssl-1.0.0:0[-bindist] )
-   seccomp? ( sys-libs/libseccomp )
-   json? ( dev-libs/json-c:= )
-   lmdb? ( dev-db/lmdb )
-   zlib? ( sys-libs/zlib )
-   dnstap? ( dev-libs/fstrm dev-libs/protobuf-c )
-   python? (
-   ${PYTHON_DEPS}
-   dev-python/ply[${PYTHON_USEDEP}]
-   )"
-#  sdb-ldap? ( net-nds/openldap )
-
-RDEPEND="${DEPEND}
-   selinux? ( sec-policy/selinux-bind )
-   || ( 

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

2018-03-23 Thread Aaron Bauman
commit: d008a9babbdd680601477d27b8f5ff14dcdbf70c
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Mar 24 00:26:07 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Mar 24 00:27:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d008a9ba

net-dns/bind-tools: drop vulnerable wrt bug #644706

 net-dns/bind-tools/Manifest|   1 -
 net-dns/bind-tools/bind-tools-9.11.1_p3.ebuild | 136 -
 2 files changed, 137 deletions(-)

diff --git a/net-dns/bind-tools/Manifest b/net-dns/bind-tools/Manifest
index bae4f022e51..7aa88f4a7f2 100644
--- a/net-dns/bind-tools/Manifest
+++ b/net-dns/bind-tools/Manifest
@@ -1,2 +1 @@
-DIST bind-9.11.1-P3.tar.gz 9749095 BLAKE2B 
1b68b57b9aed1a5210464e9c47a4e0569f1932076c042a7096dc04f69b45da9df8b2d56ec0f1f0d0fb136e7f61a39b3cb20d1912075f3a4138cbdf47f859cf0a
 SHA512 
bf92ce1e07e5c84cc42b413bdbd3ad97f37712a6dc330dc10182992d948b7a393d5446efa188379b39020c34d810cebe2a7a9b8aa6bb564e1f3e6be42e96
 DIST bind-9.11.2_p1.tar.gz 9783329 BLAKE2B 
5a3bbd87112064231bd5e6b09ebb4014f9d5cf65cb601c03555ff540a22d87aec3990cd8e37ce5ff09e9a149bdf122d20ecb01f87731e6c79d80379a6926014f
 SHA512 
168f27f580e3be2f7ada27afa2f72e715e750eec76831cf01bd32fabc1fa65dc29dab0eb7ed1682b076d3be99269897ddbc2c10551631a3911d9e5ae1aa40597

diff --git a/net-dns/bind-tools/bind-tools-9.11.1_p3.ebuild 
b/net-dns/bind-tools/bind-tools-9.11.1_p3.ebuild
deleted file mode 100644
index 58ee7e1ee3a..000
--- a/net-dns/bind-tools/bind-tools-9.11.1_p3.ebuild
+++ /dev/null
@@ -1,136 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils autotools flag-o-matic toolchain-funcs
-
-MY_PN=${PN//-tools}
-MY_PV=${PV/_p/-P}
-MY_PV=${MY_PV/_rc/rc}
-MY_P="${MY_PN}-${MY_PV}"
-
-DESCRIPTION="bind tools: dig, nslookup, host, nsupdate, dnssec-keygen"
-HOMEPAGE="http://www.isc.org/software/bind;
-SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz;
-
-LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~amd64-fbsd"
-IUSE="doc gost gssapi idn ipv6 libressl readline seccomp ssl urandom xml"
-# no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
-
-REQUIRED_USE="gost? ( !libressl ssl )"
-
-CDEPEND="
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl )
-   )
-   gost? ( >=dev-libs/openssl-1.0.0:0=[-bindist] )
-   xml? ( dev-libs/libxml2 )
-   idn? ( > config.h
-}
-
-src_compile() {
-   local AR=$(tc-getAR)
-
-   emake AR="${AR}" -C lib/
-   emake AR="${AR}" -C bin/delv/
-   emake AR="${AR}" -C bin/dig/
-   emake AR="${AR}" -C bin/nsupdate/
-   emake AR="${AR}" -C bin/dnssec/
-}
-
-src_install() {
-   dodoc README CHANGES FAQ
-
-   cd "${S}"/bin/delv
-   dobin delv
-   doman delv.1
-
-   cd "${S}"/bin/dig
-   dobin dig host nslookup
-   doman {dig,host,nslookup}.1
-
-   cd "${S}"/bin/nsupdate
-   dobin nsupdate
-   doman nsupdate.1
-   if use doc; then
-   dohtml nsupdate.html
-   fi
-
-   cd "${S}"/bin/dnssec
-   for tool in dsfromkey importkey keyfromlabel keygen \
- revoke settime signzone verify; do
-   dobin dnssec-"${tool}"
-   doman dnssec-"${tool}".8
-   if use doc; then
-   dohtml dnssec-"${tool}".html
-   fi
-   done
-}



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

2018-03-23 Thread William Hubbs
commit: e4ce5f9576a33a58b0ba919d7080e7d1cbed8420
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Mar 24 00:13:39 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Mar 24 00:21:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ce5f95

dev-lang/go: stabilize 1.10 on amd64 for bug #651204

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-lang/go/go-1.10.ebuild b/dev-lang/go/go-1.10.ebuild
index 503bf3c4a12..a5edf13b59d 100644
--- a/dev-lang/go/go-1.10.ebuild
+++ b/dev-lang/go/go-1.10.ebuild
@@ -39,7 +39,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-fbsd 
~x86-fbsd ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-fbsd 
~x86-fbsd ~x64-macos ~x64-solaris"
# The upstream tests fail under portage but pass if the build is
# run according to their documentation [1].
# I am restricting the tests on released versions until this is



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

2018-03-23 Thread Michael Palimaka
commit: f73d21cbe6317ec0baa2858a4ce4ead72dc7b832
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Mar 19 21:16:34 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 24 00:09:54 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f73d21cb

cmake-utils.eclass: Make the new ASM-ATT rules actually work

The previous attempt actually broke ASM in media-libs/vulkan-loader
entirely so that it fell back to C code. After much experimentation
and combing through strace output, I found that -x assembler is needed
to handle non-standard file extentions and linking is done as a
separate step. CMAKE_ASM-ATT_LINK_FLAGS therefore needs to be defined
with -nostdlib to avoid errors about undefined main symbols.

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

 eclass/cmake-utils.eclass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
index f8853be502..f6952ec09e 100644
--- a/eclass/cmake-utils.eclass
+++ b/eclass/cmake-utils.eclass
@@ -520,7 +520,8 @@ cmake-utils_src_configure() {
fi
cat > "${build_rules}" <<- _EOF_ || die
SET (CMAKE_ASM_COMPILE_OBJECT "  
${includes} ${CPPFLAGS}  -o  -c " CACHE STRING "ASM 
compile command" FORCE)
-   SET (CMAKE_ASM-ATT_COMPILE_OBJECT " 
 ${includes} ${CPPFLAGS}  -o  -c " CACHE STRING 
"ASM compile command" FORCE)
+   SET (CMAKE_ASM-ATT_COMPILE_OBJECT " 
 ${includes} ${CPPFLAGS}  -o  -c -x assembler " 
CACHE STRING "ASM-ATT compile command" FORCE)
+   SET (CMAKE_ASM-ATT_LINK_FLAGS "-nostdlib" CACHE STRING "ASM-ATT 
link flags" FORCE)
SET (CMAKE_C_COMPILE_OBJECT "  
${includes} ${CPPFLAGS}  -o  -c " CACHE STRING "C 
compile command" FORCE)
SET (CMAKE_CXX_COMPILE_OBJECT "  
${includes} ${CPPFLAGS}  -o  -c " CACHE STRING "C++ 
compile command" FORCE)
SET (CMAKE_Fortran_COMPILE_OBJECT " 
 ${includes} ${FCFLAGS}  -o  -c " CACHE STRING 
"Fortran compile command" FORCE)



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebchannel/, dev-qt/qdoc/, dev-qt/qtsensors/, dev-qt/linguist-tools/, ...

2018-03-23 Thread Michael Palimaka
commit: 214dc8799a3a6ab1af5b332180f70430dbee569a
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 24 00:02:50 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 24 00:07:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=214dc879

dev-qt: stabilise 5.9.4 for amd64/x86

Bug: https://bugs.gentoo.org/642822
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-qt/assistant/assistant-5.9.4.ebuild   | 2 +-
 dev-qt/designer/designer-5.9.4.ebuild | 2 +-
 dev-qt/linguist-tools/linguist-tools-5.9.4.ebuild | 2 +-
 dev-qt/linguist/linguist-5.9.4.ebuild | 2 +-
 dev-qt/pixeltool/pixeltool-5.9.4.ebuild   | 2 +-
 dev-qt/qdbus/qdbus-5.9.4.ebuild   | 2 +-
 dev-qt/qdbusviewer/qdbusviewer-5.9.4.ebuild   | 2 +-
 dev-qt/qdoc/qdoc-5.9.4.ebuild | 2 +-
 dev-qt/qt-docs/qt-docs-5.9.4_p201801220610.ebuild | 2 +-
 dev-qt/qtbluetooth/qtbluetooth-5.9.4.ebuild   | 2 +-
 dev-qt/qtconcurrent/qtconcurrent-5.9.4.ebuild | 2 +-
 dev-qt/qtcore/qtcore-5.9.4-r2.ebuild  | 2 +-
 dev-qt/qtdbus/qtdbus-5.9.4.ebuild | 2 +-
 dev-qt/qtdeclarative/qtdeclarative-5.9.4.ebuild   | 2 +-
 dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.9.4.ebuild | 2 +-
 dev-qt/qtgui/qtgui-5.9.4-r3.ebuild| 2 +-
 dev-qt/qthelp/qthelp-5.9.4.ebuild | 2 +-
 dev-qt/qtimageformats/qtimageformats-5.9.4.ebuild | 2 +-
 dev-qt/qtlocation/qtlocation-5.9.4.ebuild | 2 +-
 dev-qt/qtmultimedia/qtmultimedia-5.9.4-r1.ebuild  | 2 +-
 dev-qt/qtnetwork/qtnetwork-5.9.4.ebuild   | 2 +-
 dev-qt/qtopengl/qtopengl-5.9.4.ebuild | 2 +-
 dev-qt/qtpaths/qtpaths-5.9.4.ebuild   | 2 +-
 dev-qt/qtpositioning/qtpositioning-5.9.4.ebuild   | 2 +-
 dev-qt/qtprintsupport/qtprintsupport-5.9.4.ebuild | 2 +-
 dev-qt/qtquickcontrols/qtquickcontrols-5.9.4.ebuild   | 2 +-
 dev-qt/qtquickcontrols2/qtquickcontrols2-5.9.4.ebuild | 2 +-
 dev-qt/qtscript/qtscript-5.9.4.ebuild | 2 +-
 dev-qt/qtscxml/qtscxml-5.9.4.ebuild   | 2 +-
 dev-qt/qtsensors/qtsensors-5.9.4.ebuild   | 2 +-
 dev-qt/qtserialport/qtserialport-5.9.4.ebuild | 2 +-
 dev-qt/qtspeech/qtspeech-5.9.4.ebuild | 2 +-
 dev-qt/qtsql/qtsql-5.9.4-r1.ebuild| 2 +-
 dev-qt/qtsvg/qtsvg-5.9.4-r2.ebuild| 2 +-
 dev-qt/qttest/qttest-5.9.4.ebuild | 2 +-
 dev-qt/qttranslations/qttranslations-5.9.4.ebuild | 2 +-
 dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.9.4.ebuild   | 2 +-
 dev-qt/qtwayland/qtwayland-5.9.4-r1.ebuild| 2 +-
 dev-qt/qtwebchannel/qtwebchannel-5.9.4.ebuild | 2 +-
 dev-qt/qtwebengine/qtwebengine-5.9.4.ebuild   | 2 +-
 dev-qt/qtwebkit/qtwebkit-5.9.1.ebuild | 4 ++--
 dev-qt/qtwebsockets/qtwebsockets-5.9.4.ebuild | 2 +-
 dev-qt/qtwidgets/qtwidgets-5.9.4-r1.ebuild| 2 +-
 dev-qt/qtx11extras/qtx11extras-5.9.4.ebuild   | 2 +-
 dev-qt/qtxml/qtxml-5.9.4.ebuild   | 2 +-
 dev-qt/qtxmlpatterns/qtxmlpatterns-5.9.4.ebuild   | 2 +-
 46 files changed, 47 insertions(+), 47 deletions(-)

diff --git a/dev-qt/assistant/assistant-5.9.4.ebuild 
b/dev-qt/assistant/assistant-5.9.4.ebuild
index 0fe2bc14566..bf221a65c9f 100644
--- a/dev-qt/assistant/assistant-5.9.4.ebuild
+++ b/dev-qt/assistant/assistant-5.9.4.ebuild
@@ -8,7 +8,7 @@ inherit desktop gnome2-utils qt5-build
 DESCRIPTION="Tool for viewing on-line documentation in Qt help file format"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~hppa ~ppc64 x86"
 fi
 
 IUSE="webkit"

diff --git a/dev-qt/designer/designer-5.9.4.ebuild 
b/dev-qt/designer/designer-5.9.4.ebuild
index 7ccb53b004a..2c4b2c6fef7 100644
--- a/dev-qt/designer/designer-5.9.4.ebuild
+++ b/dev-qt/designer/designer-5.9.4.ebuild
@@ -8,7 +8,7 @@ inherit desktop gnome2-utils qt5-build
 DESCRIPTION="WYSIWYG tool for designing and building Qt-based GUIs"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~x86 ~amd64-fbsd"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86 ~amd64-fbsd"
 fi
 
 IUSE="declarative webkit"

diff --git a/dev-qt/linguist-tools/linguist-tools-5.9.4.ebuild 
b/dev-qt/linguist-tools/linguist-tools-5.9.4.ebuild
index b8323d837ce..2aa76db1563 100644
--- a/dev-qt/linguist-tools/linguist-tools-5.9.4.ebuild
+++ b/dev-qt/linguist-tools/linguist-tools-5.9.4.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Tools for working with Qt translation data files"
 
 if [[ ${QT5_BUILD_TYPE} == 

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

2018-03-23 Thread Michael Palimaka
commit: 914aad5b19eac9c2ab7e833243fc0caf0bc8122a
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Mar 23 23:57:35 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 24 00:07:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=914aad5b

dev-python/sip: stabilise 4.19.8 for amd64/x86

Bug: https://bugs.gentoo.org/642822
Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-python/sip/sip-4.19.8.ebuild b/dev-python/sip/sip-4.19.8.ebuild
index 74ab120a138..79f92e13062 100644
--- a/dev-python/sip/sip-4.19.8.ebuild
+++ b/dev-python/sip/sip-4.19.8.ebuild
@@ -24,7 +24,7 @@ fi
 # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in
 SLOT="0/12"
 LICENSE="|| ( GPL-2 GPL-3 SIP )"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug doc"
 
 RDEPEND="${PYTHON_DEPS}"



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

2018-03-23 Thread Michael Palimaka
commit: 0e6d22570c2ab1a2711d8b860dc4a83e0328a71b
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 24 00:07:18 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 24 00:07:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e6d2257

dev-python/PyQt5: stabilise 5.9.2 for amd64/x86

Bug: https://bugs.gentoo.org/642822
Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-python/PyQt5/PyQt5-5.9.2.ebuild 
b/dev-python/PyQt5/PyQt5-5.9.2.ebuild
index e465a1c6492..881db94f185 100644
--- a/dev-python/PyQt5/PyQt5-5.9.2.ebuild
+++ b/dev-python/PyQt5/PyQt5-5.9.2.ebuild
@@ -18,7 +18,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 # TODO: QtNfc
 IUSE="bluetooth dbus debug declarative designer examples gles2 gui help 
location



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

2018-03-23 Thread William Hubbs
commit: be6b2fbd829a5b55a2a8caada014d5927c693a8c
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Mar 23 23:58:26 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Mar 23 23:59:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be6b2fbd

net-vpn/openvpn: remove <2.4.4 for bug #632108

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-vpn/openvpn/Manifest|   1 -
 net-vpn/openvpn/openvpn-2.4.3-r1.ebuild | 162 
 net-vpn/openvpn/openvpn-2.4.3.ebuild| 160 ---
 3 files changed, 323 deletions(-)

diff --git a/net-vpn/openvpn/Manifest b/net-vpn/openvpn/Manifest
index 19826301dce..12a16e3cbd2 100644
--- a/net-vpn/openvpn/Manifest
+++ b/net-vpn/openvpn/Manifest
@@ -1,4 +1,3 @@
 DIST mock_msg.h 1356 BLAKE2B 
da7585cfeee89c0a4d3aa6326de6e2324804ed2a57a0e8bf7c2e51b25a91a8e1fcf9d29bba90fe58e40bf0197793a76fc1e83d8b6d677228cdc5e5333253b1a3
 SHA512 
930775a5837bc7f97a26817ea028782d555e0e71ba06b04c39941f4c01bbc3ca0a5dc63bcf19dc694e0e746b3a382f22daf6a6373a3443c5afd7398cbaaef6ea
-DIST openvpn-2.4.3.tar.gz 1422692 BLAKE2B 
0058689b94de8ad651b20ed7f8aa2924ea8c114ba3f7efa70ff3dd29908fa5ca25d9e97cc4168750b0fe26bd982ccbbed80dc1c680a2814cf036deb5083b33c8
 SHA512 
1d1f9afa6d0858fa32f73b2a51ed7652beac52ef974b104b51b521e6d8e872b8f5659c55ec1ef442fed3b6c6b058627b0af73e765a1261871b1cd96c8acd657e
 DIST openvpn-2.4.4.tar.gz 1390194 BLAKE2B 
52aa5b9d301b4b5a14acf685f4d4c520d5ec1aa06755262a8504a4c3bb5ee1b8435f68eb4278f25b900f9ae182f31688ef36e4e839ec7a211ad6aba0f76a897a
 SHA512 
3c3cb77397569e21c5af52b065b081714ce53e2dd0b890c881de8e57220dc23d97cd61eaf5a6bf8e5e89186414c4c93da22a3ab65f4b61f80b04d862b4116e76
 DIST openvpn-2.4.5.tar.gz 1430930 BLAKE2B 
3ff1324b18fdc24109085a4958401e6d5636b5dc47d30e21392c17410625215bb20473409410ed74995a1b4bb2650ed62217b64b9184805a15ac1ff64a7a8a73
 SHA512 
a2e3e23bb5374e26d5af393f75686af1962980838c46aee062bc65cc9ffb6f1d20c2c261d1f9abae56ff84a5d22da4a5edb21e39943b33f4a205f809190383c6

diff --git a/net-vpn/openvpn/openvpn-2.4.3-r1.ebuild 
b/net-vpn/openvpn/openvpn-2.4.3-r1.ebuild
deleted file mode 100644
index 7143fb14c09..000
--- a/net-vpn/openvpn/openvpn-2.4.3-r1.ebuild
+++ /dev/null
@@ -1,162 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic user systemd linux-info
-
-DESCRIPTION="Robust and highly flexible tunneling application compatible with 
many OSes"
-SRC_URI="http://swupdate.openvpn.net/community/releases/${P}.tar.gz
-   test? ( 
https://raw.githubusercontent.com/OpenVPN/${PN}/v${PV}/tests/unit_tests/${PN}/mock_msg.h
 )"
-HOMEPAGE="http://openvpn.net/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-macos"
-
-IUSE="down-root examples inotify iproute2 libressl lz4 +lzo mbedtls pam"
-IUSE+=" pkcs11 +plugins selinux +ssl static systemd test userland_BSD"
-
-REQUIRED_USE="static? ( !plugins !pkcs11 )
-   mbedtls? ( ssl !libressl )
-   pkcs11? ( ssl )
-   !plugins? ( !pam !down-root )
-   inotify? ( plugins )"
-
-CDEPEND="
-   kernel_linux? (
-   iproute2? ( sys-apps/iproute2[-minimal] )
-   !iproute2? ( >=sys-apps/net-tools-1.60_p20160215155418 )
-   )
-   pam? ( virtual/pam )
-   ssl? (
-   !mbedtls? (
-   !libressl? ( >=dev-libs/openssl-0.9.8:* )
-   libressl? ( dev-libs/libressl )
-   )
-   mbedtls? ( net-libs/mbedtls )
-   )
-   lz4? ( app-arch/lz4 )
-   lzo? ( >=dev-libs/lzo-1.07 )
-   pkcs11? ( >=dev-libs/pkcs11-helper-1.11 )
-   systemd? ( sys-apps/systemd )"
-DEPEND="${CDEPEND}
-   test? ( dev-util/cmocka )"
-RDEPEND="${CDEPEND}
-   selinux? ( sec-policy/selinux-openvpn )"
-
-CONFIG_CHECK="~TUN"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-external-cmocka.patch"
-)
-
-pkg_setup()  {
-   linux-info_pkg_setup
-}
-
-src_prepare() {
-   default
-   eautoreconf
-
-   if use test; then
-   cp "${DISTDIR}/mock_msg.h" tests/unit_tests/${PN} || die
-   fi
-}
-
-src_configure() {
-   use static && append-ldflags -Xcompiler -static
-   SYSTEMD_UNIT_DIR=$(systemd_get_systemunitdir) \
-   TMPFILES_DIR="/usr/lib/tmpfiles.d" \
-   IFCONFIG=/bin/ifconfig \
-   ROUTE=/bin/route \
-   econf \
-   $(usex mbedtls '--with-crypto-library=mbedtls' '') \
-   $(use_enable inotify async-push) \
-   $(use_enable ssl crypto) \
-   $(use_enable lz4) \
-   $(use_enable lzo) \
-   $(use_enable pkcs11) \
-   $(use_enable plugins) \
-   $(use_enable iproute2) \
-   $(use_enable pam plugin-auth-pam) \
-   $(use_enable down-root 

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

2018-03-23 Thread Aaron Bauman
commit: b469ec2d931fcc7c2f7549e11ed413db1efb9e12
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Mar 23 23:54:38 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Mar 23 23:55:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b469ec2d

media-sound/lame: drop vulnerable wrt bug #634598

 media-sound/lame/Manifest  |  2 -
 media-sound/lame/lame-3.99.5-r1.ebuild | 80 --
 2 files changed, 82 deletions(-)

diff --git a/media-sound/lame/Manifest b/media-sound/lame/Manifest
index 660b616eb69..38a803ac7bd 100644
--- a/media-sound/lame/Manifest
+++ b/media-sound/lame/Manifest
@@ -1,3 +1 @@
 DIST lame-3.100.tar.gz 1524133 BLAKE2B 
6954d30cfd3951ea07762ba5dd7ff27038b78455f423099a225ebf748abddf9970e56ca5a6179bd381e2205b32293392cb757c203901674860710fe2c183
 SHA512 
0844b9eadb4aacf8000444621451277de365041cc1d97b7f7a589da0b7a23899310afd4e4d81114b9912aa97832621d20588034715573d417b2923948c08634b
-DIST lame-3.99.5-automake-2.12.patch.gz 536 BLAKE2B 
d8e3aa813abdd255c4e95d55936f0f53bec08af8dcfa0eec7ed9978d569fe566085f92e2bb4962b13ef56c7f8a57e2100ca767b3ae9bc13ca5dfe3bad012fc77
 SHA512 
9d6211e257d573ced5c29c43ba5d5cc98a231b213d6e0cfc352b14776c06c9e656ed1873d5caae466afb27dfe753eeac0842c7221a8538ccecea8f4ba0f8bfe2
-DIST lame-3.99.5.tar.gz 1445348 BLAKE2B 
3bb2e3b680fb03a2af517b9d03a20e9366326a410fe9c3688323eb7cad7186273d25071258fe4df38bb47f9ee033a5b9e3fa8a508e65058f37485f204c580c72
 SHA512 
ce62d7eb9fc8c53c343374ded30f11153a296910f0be7e649197bca7412c6660aad1aa6143d56b750f866229eb492cf7bb4f682535c383fb4aa57d7077d8b4d8

diff --git a/media-sound/lame/lame-3.99.5-r1.ebuild 
b/media-sound/lame/lame-3.99.5-r1.ebuild
deleted file mode 100644
index 63a1db9b353..000
--- a/media-sound/lame/lame-3.99.5-r1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils multilib-minimal
-
-DESCRIPTION="LAME Ain't an MP3 Encoder"
-HOMEPAGE="http://lame.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
-   mirror://gentoo/${P}-automake-2.12.patch.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="debug cpu_flags_x86_mmx +frontend mp3rtp sndfile static-libs"
-
-# These deps are without MULTILIB_USEDEP and are correct since we only build
-# libmp3lame for multilib and these deps apply to the lame frontend executable.
-RDEPEND="
-   frontend? (
-   >=sys-libs/ncurses-5.7-r7:0=
-   sndfile? ( >=media-libs/libsndfile-1.0.2 )
-   )
-   abi_x86_32? ( !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   cpu_flags_x86_mmx? ( dev-lang/nasm )"
-
-src_prepare() {
-   epatch -p1 \
-   "${FILESDIR}"/${PN}-3.96-ccc.patch \
-   "${FILESDIR}"/${PN}-3.98-gtk-path.patch \
-   "${FILESDIR}"/${PN}-3.99.5-tinfo.patch \
-   "${FILESDIR}"/${PN}-3.99.5-msse.patch \
-   "${WORKDIR}"/${P}-automake-2.12.patch
-
-   mkdir libmp3lame/i386/.libs || die #workaround parallel build with nasm
-
-   sed -i -e '/define sp/s/+/ + /g' libmp3lame/i386/nasm.h || die
-
-   use cpu_flags_x86_mmx || sed -i -e '/AC_PATH_PROG/s:nasm:dIsAbLe&:' 
configure.in #361879
-
-   AT_M4DIR=. eautoreconf
-}
-
-multilib_src_configure() {
-   local myconf
-   use cpu_flags_x86_mmx && myconf+="--enable-nasm" #361879
-
-   # Only build the frontend for the default ABI.
-   if [ "${ABI}" = "${DEFAULT_ABI}" ] ; then
-   myconf+=" $(use_enable mp3rtp) $(use_enable frontend)"
-   use sndfile && myconf+=" --with-fileio=sndfile"
-   else
-   myconf+=" --disable-frontend --disable-mp3rtp"
-   fi
-
-   ECONF_SOURCE="${S}" econf \
-   $(use_enable static-libs static) \
-   $(use_enable debug debug norm) \
-   --disable-mp3x \
-   --enable-dynamic-frontends \
-   ${myconf}
-}
-
-multilib_src_install() {
-   emake DESTDIR="${D}" pkghtmldir="${EPREFIX}/usr/share/doc/${PF}/html" 
install
-}
-
-multilib_src_install_all() {
-   cd "${S}"
-   dobin misc/mlame
-
-   dodoc API ChangeLog HACKING README STYLEGUIDE TODO USAGE
-   docinto html
-   dodoc misc/lameGUI.html Dll/LameDLLInterface.htm
-
-   find "${ED}" -name '*.la' -exec rm -f {} +
-}



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

2018-03-23 Thread Michael Palimaka
commit: a69e5a9b422866c1e6fb61ad4f2d9d0df5049391
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Mar 23 23:50:51 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Mar 23 23:52:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a69e5a9b

dev-qt/qtspeech: avoid bogus dependency

Closes: https://bugs.gentoo.org/651012
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-qt/qtspeech/files/qtspeech-5.9.4-nogui.patch | 12 
 dev-qt/qtspeech/qtspeech-5.9.4.ebuild|  2 ++
 2 files changed, 14 insertions(+)

diff --git a/dev-qt/qtspeech/files/qtspeech-5.9.4-nogui.patch 
b/dev-qt/qtspeech/files/qtspeech-5.9.4-nogui.patch
new file mode 100644
index 000..fa5d900afdc
--- /dev/null
+++ b/dev-qt/qtspeech/files/qtspeech-5.9.4-nogui.patch
@@ -0,0 +1,12 @@
+Bug: https://bugs.gentoo.org/651012
+
+--- a/src/plugins/tts/speechdispatcher/speechdispatcher.pro
 b/src/plugins/tts/speechdispatcher/speechdispatcher.pro
+@@ -5,6 +5,7 @@
+ load(qt_plugin)
+ 
+ QT += core texttospeech
++QT -= gui
+ 
+ CONFIG += link_pkgconfig
+ packagesExist(speech-dispatcher): PKGCONFIG = speech-dispatcher

diff --git a/dev-qt/qtspeech/qtspeech-5.9.4.ebuild 
b/dev-qt/qtspeech/qtspeech-5.9.4.ebuild
index 2954bcf57d7..24627d2b866 100644
--- a/dev-qt/qtspeech/qtspeech-5.9.4.ebuild
+++ b/dev-qt/qtspeech/qtspeech-5.9.4.ebuild
@@ -18,3 +18,5 @@ RDEPEND="
~dev-qt/qtcore-${PV}
 "
 DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}-5.9.4-nogui.patch" )



[gentoo-commits] proj/qt:master commit in: dev-qt/qtspeech/, dev-qt/qtspeech/files/

2018-03-23 Thread Michael Palimaka
commit: 4ff50f34fff8d901d8b62e4a11de362e7880cf83
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Mar 23 23:51:42 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Mar 23 23:52:21 2018 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=4ff50f34

dev-qt/qtspeech: avoid bogus dependency

Closes: https://bugs.gentoo.org/651012
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-qt/qtspeech/files/qtspeech-5.9.4-nogui.patch | 12 
 dev-qt/qtspeech/qtspeech-5.10.1.ebuild   |  2 ++
 dev-qt/qtspeech/qtspeech-5.11.0_beta2.ebuild |  2 ++
 dev-qt/qtspeech/qtspeech-5.11..ebuild|  2 ++
 dev-qt/qtspeech/qtspeech-5.9..ebuild |  2 ++
 dev-qt/qtspeech/qtspeech-5..ebuild   |  2 ++
 6 files changed, 22 insertions(+)

diff --git a/dev-qt/qtspeech/files/qtspeech-5.9.4-nogui.patch 
b/dev-qt/qtspeech/files/qtspeech-5.9.4-nogui.patch
new file mode 100644
index ..fa5d900a
--- /dev/null
+++ b/dev-qt/qtspeech/files/qtspeech-5.9.4-nogui.patch
@@ -0,0 +1,12 @@
+Bug: https://bugs.gentoo.org/651012
+
+--- a/src/plugins/tts/speechdispatcher/speechdispatcher.pro
 b/src/plugins/tts/speechdispatcher/speechdispatcher.pro
+@@ -5,6 +5,7 @@
+ load(qt_plugin)
+ 
+ QT += core texttospeech
++QT -= gui
+ 
+ CONFIG += link_pkgconfig
+ packagesExist(speech-dispatcher): PKGCONFIG = speech-dispatcher

diff --git a/dev-qt/qtspeech/qtspeech-5.10.1.ebuild 
b/dev-qt/qtspeech/qtspeech-5.10.1.ebuild
index 2954bcf5..24627d2b 100644
--- a/dev-qt/qtspeech/qtspeech-5.10.1.ebuild
+++ b/dev-qt/qtspeech/qtspeech-5.10.1.ebuild
@@ -18,3 +18,5 @@ RDEPEND="
~dev-qt/qtcore-${PV}
 "
 DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}-5.9.4-nogui.patch" )

diff --git a/dev-qt/qtspeech/qtspeech-5.11.0_beta2.ebuild 
b/dev-qt/qtspeech/qtspeech-5.11.0_beta2.ebuild
index 2954bcf5..24627d2b 100644
--- a/dev-qt/qtspeech/qtspeech-5.11.0_beta2.ebuild
+++ b/dev-qt/qtspeech/qtspeech-5.11.0_beta2.ebuild
@@ -18,3 +18,5 @@ RDEPEND="
~dev-qt/qtcore-${PV}
 "
 DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}-5.9.4-nogui.patch" )

diff --git a/dev-qt/qtspeech/qtspeech-5.11..ebuild 
b/dev-qt/qtspeech/qtspeech-5.11..ebuild
index 2954bcf5..24627d2b 100644
--- a/dev-qt/qtspeech/qtspeech-5.11..ebuild
+++ b/dev-qt/qtspeech/qtspeech-5.11..ebuild
@@ -18,3 +18,5 @@ RDEPEND="
~dev-qt/qtcore-${PV}
 "
 DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}-5.9.4-nogui.patch" )

diff --git a/dev-qt/qtspeech/qtspeech-5.9..ebuild 
b/dev-qt/qtspeech/qtspeech-5.9..ebuild
index 2954bcf5..24627d2b 100644
--- a/dev-qt/qtspeech/qtspeech-5.9..ebuild
+++ b/dev-qt/qtspeech/qtspeech-5.9..ebuild
@@ -18,3 +18,5 @@ RDEPEND="
~dev-qt/qtcore-${PV}
 "
 DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}-5.9.4-nogui.patch" )

diff --git a/dev-qt/qtspeech/qtspeech-5..ebuild 
b/dev-qt/qtspeech/qtspeech-5..ebuild
index 2954bcf5..24627d2b 100644
--- a/dev-qt/qtspeech/qtspeech-5..ebuild
+++ b/dev-qt/qtspeech/qtspeech-5..ebuild
@@ -18,3 +18,5 @@ RDEPEND="
~dev-qt/qtcore-${PV}
 "
 DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}-5.9.4-nogui.patch" )



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

2018-03-23 Thread Sergei Trofimovich
commit: 429524b9a974e53284f5d20b233613209ae8d541
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:45:10 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:45:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=429524b9

app-arch/xar: stable 1.8-r1 for ia64, bug #624642

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 app-arch/xar/xar-1.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/xar/xar-1.8-r1.ebuild b/app-arch/xar/xar-1.8-r1.ebuild
index f055eb4eae6..99ce9a1f5bf 100644
--- a/app-arch/xar/xar-1.8-r1.ebuild
+++ b/app-arch/xar/xar-1.8-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://opensource.apple.com/tarballs/xar/xar-${APPLE_PV}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="libressl kernel_Darwin"
 
 DEPEND="



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

2018-03-23 Thread Aaron Bauman
commit: 4f0bb96ef4debf9249c992484c062b3f9521e44e
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Mar 23 23:42:27 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Mar 23 23:42:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f0bb96e

media-libs/openjpeg: drop vulnerable wrt bug #630120

 media-libs/openjpeg/Manifest   |   5 -
 .../openjpeg/openjpeg-2.1.1_p20160922.ebuild   | 134 -
 media-libs/openjpeg/openjpeg-2.1.2.ebuild  | 130 
 media-libs/openjpeg/openjpeg-2.2.0.ebuild  | 130 
 4 files changed, 399 deletions(-)

diff --git a/media-libs/openjpeg/Manifest b/media-libs/openjpeg/Manifest
index a3c64a2f7c2..62efea271dd 100644
--- a/media-libs/openjpeg/Manifest
+++ b/media-libs/openjpeg/Manifest
@@ -1,8 +1,3 @@
 DIST openjpeg-1.5.2.tar.gz 1385702 BLAKE2B 
936ab6e0fb48f2839df13113c716c39b9572bd590206cd823dedccfd4001444d73a81ccbf82616a40a35ad8b1fae8d2f08d7c265a771d9d9ef413beac5e84ac1
 SHA512 
b945cf4f8b5e3227a0c07120c94b0ed5bf30c901de73059ee1d47975f46744fb62bbe84cdb2917c6431128f400020874eb07160af870b5448ced897998b08862
-DIST openjpeg-2.1.1_p20160922.tar.gz 2004620 BLAKE2B 
b28adce364a9f086182e9996eb566429a117ece1548bb1bc2333d44c81283acce2394c8ba45093f7d2799a55c760336d2b12d842863a5782a47ffe2318464a1d
 SHA512 
e4e40297ab36188bf6d375648d4ca1d96946f30fb86bc6a0fc18f7e19c02a08b77503acef25cdb086562a273c77d94391b715cc364fdba2c8480d3c5fd1d
-DIST openjpeg-2.1.2.tar.gz 1987071 BLAKE2B 
6cce60689d8d8431996a323b361a0c9af30db01dbefd0bb60d103921606aa9f6502765afa30463101c1e6af337281783c18d614192a23444e61cff23cacb69b0
 SHA512 
411067e33c8e4da9921d0281e932a4ac2af592cf822bfad828daea9e2b9c414859455bcec6d912ce76460ea462fa4cbd94a401333bda5716ec017d18b8e5942c
-DIST openjpeg-2.2.0.tar.gz 2847582 BLAKE2B 
d7987ec235668e4b9aa06f5373b6196d2333a3227ab9637b7a25c984f28f64fd4e347d7a2e61c0a7cd017e696a97db6b272f18ccb1215b0601a26e1c65005c99
 SHA512 
20651c380bee582ab1950994c424cc00061ad852e9c5438fb32a9809e3f275571a4cc7e92589add0d91debf2394262e58f441c2dd918809fc1c602ed68396a3a
 DIST openjpeg-2.3.0.tar.gz 2207329 BLAKE2B 
b03ddb02127cc85e647cbda11423f63f2caa0abae40d5687a1b191e7857aa9b428da5afc86ce0c08cce1516c290eeac31ae1db841db56ba70afa020f126d2508
 SHA512 
0a9d427be4a820b1d759fca4b50e293721b45fe4885aa61ca1ae09e099f75ed93520448090c780d62f51076d575cc03618cd6d5181bdb6b34e4fc07b4cfdd568
-DIST openjpeg-data_20160921.tar.gz 401771303 BLAKE2B 
f3ce2f4614a5ae19bed58dd46d1eb5855130b339d715893cd30cd2517c8ce12240d28a4ede046b82e6e0c34d199f6e3413f4f81965bbcf5ea9f6bcf5417818ce
 SHA512 
58521c14f49c546b24a0c7b17ebdb3dfecf6ffdcc814b3c59a79a1325e5adf88047b2bd8a4ae608c5d106b584f08efc4e6c66f03254119763e01abee2da7d027
-DIST openjpeg-data_20170809.tar.gz 497454555 BLAKE2B 
dba7ded4a19f0139c1ad7e716930a7211d24bfb8d0e4387e171172406dd4df8a3a80b535f3df35f0592cac989456d45ebb345b8febc85a52c8eac5020fe50c48
 SHA512 
7beb0cb944764b526ed7a011ba0c72768e22516950f337f1df713fa6949b1255e800933aebffde81c6ebeedd32050b7d5627112e44bf7d24cab75274c59d7d49
 DIST openjpeg-data_20170814.tar.gz 497454197 BLAKE2B 
ea27ab763e685724dfd5c2242a93d9b93111a0516ea7a8aef9f37ec31b00cc887d84d4d0bf7f79f3636aa0ea9a0302f43df4596fc967c243a8773ccde6e79fe0
 SHA512 
a13c941839f0d3f3a71b3f5b36d6c2ddb789e765526ebb6aed99150991bb717363e3ce40f335451a983d44a0b047538e0870d0fe5b37d6a002497eb99a403e24

diff --git a/media-libs/openjpeg/openjpeg-2.1.1_p20160922.ebuild 
b/media-libs/openjpeg/openjpeg-2.1.1_p20160922.ebuild
deleted file mode 100644
index 38028f5227e..000
--- a/media-libs/openjpeg/openjpeg-2.1.1_p20160922.ebuild
+++ /dev/null
@@ -1,134 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit multilib cmake-multilib
-
-# Make sure that test data are not newer than release;
-# otherwise we will see "Found-But-No-Test" test failures!
-MY_TESTDATA_COMMIT="cc09dc4e43850b725a2aaf6e1d58cbf45bc2322c"
-
-MY_P_COMMIT="fac916f72a162483a4d6d804fd070fdf32f402ed"
-
-DESCRIPTION="An open-source JPEG 2000 library"
-HOMEPAGE="http://www.openjpeg.org;
-SRC_URI="https://github.com/uclouvain/${PN}/archive/${MY_P_COMMIT}.tar.gz -> 
${P}.tar.gz
-   test? ( 
https://github.com/uclouvain/openjpeg-data/archive/${MY_TESTDATA_COMMIT}.tar.gz 
-> ${PN}-data_20160921.tar.gz )"
-
-LICENSE="BSD-2"
-SLOT="2/7" # based on SONAME
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc static-libs test"
-
-RDEPEND="media-libs/lcms:2=
-   media-libs/libpng:0=
-   media-libs/tiff:0=
-   sys-libs/zlib:="
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )"
-
-DOCS=( AUTHORS.md CHANGELOG.md NEWS.md README.md THANKS.md )
-
-S="${WORKDIR}/${PN}-${MY_P_COMMIT}"
-
-src_prepare() {
-   if use test; then
-  

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

2018-03-23 Thread Matt Turner
commit: 03a4991d9ae07d5273a73ae4556b5cd1007ab6ff
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Mar 19 21:16:34 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar 23 23:41:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a4991d

cmake-utils.eclass: Make the new ASM-ATT rules actually work

The previous attempt actually broke ASM in media-libs/vulkan-loader
entirely so that it fell back to C code. After much experimentation
and combing through strace output, I found that -x assembler is needed
to handle non-standard file extentions and linking is done as a
separate step. CMAKE_ASM-ATT_LINK_FLAGS therefore needs to be defined
with -nostdlib to avoid errors about undefined main symbols.

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

 eclass/cmake-utils.eclass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
index f8853be502a..f6952ec09ef 100644
--- a/eclass/cmake-utils.eclass
+++ b/eclass/cmake-utils.eclass
@@ -520,7 +520,8 @@ cmake-utils_src_configure() {
fi
cat > "${build_rules}" <<- _EOF_ || die
SET (CMAKE_ASM_COMPILE_OBJECT "  
${includes} ${CPPFLAGS}  -o  -c " CACHE STRING "ASM 
compile command" FORCE)
-   SET (CMAKE_ASM-ATT_COMPILE_OBJECT " 
 ${includes} ${CPPFLAGS}  -o  -c " CACHE STRING 
"ASM compile command" FORCE)
+   SET (CMAKE_ASM-ATT_COMPILE_OBJECT " 
 ${includes} ${CPPFLAGS}  -o  -c -x assembler " 
CACHE STRING "ASM-ATT compile command" FORCE)
+   SET (CMAKE_ASM-ATT_LINK_FLAGS "-nostdlib" CACHE STRING "ASM-ATT 
link flags" FORCE)
SET (CMAKE_C_COMPILE_OBJECT "  
${includes} ${CPPFLAGS}  -o  -c " CACHE STRING "C 
compile command" FORCE)
SET (CMAKE_CXX_COMPILE_OBJECT "  
${includes} ${CPPFLAGS}  -o  -c " CACHE STRING "C++ 
compile command" FORCE)
SET (CMAKE_Fortran_COMPILE_OBJECT " 
 ${includes} ${FCFLAGS}  -o  -c " CACHE STRING 
"Fortran compile command" FORCE)



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

2018-03-23 Thread Sergei Trofimovich
commit: ef7c77a9c4ef340fdfa08f41ec862f871bbd4075
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:38:36 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:38:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef7c77a9

net-misc/dropbear: stable 2017.75 for ia64, bug #619002

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 net-misc/dropbear/dropbear-2017.75.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dropbear/dropbear-2017.75.ebuild 
b/net-misc/dropbear/dropbear-2017.75.ebuild
index 5f2eca222d5..e4b2ed7f1b5 100644
--- a/net-misc/dropbear/dropbear-2017.75.ebuild
+++ b/net-misc/dropbear/dropbear-2017.75.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://matt.ucc.asn.au/dropbear/releases/${P}.tar.bz2
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="bsdpty minimal multicall pam +shadow static +syslog zlib"
 
 LIB_DEPEND="zlib? ( sys-libs/zlib[static-libs(+)] )



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2018-03-23 Thread Sergei Trofimovich
commit: b052c6f0212385007f848ce9959b1702892c056a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:38:13 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:38:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b052c6f0

app-i18n/unicode-data: stable 10.0.0 for ia64, bug #648464

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 app-i18n/unicode-data/unicode-data-10.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/unicode-data/unicode-data-10.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
index eb07fea7ebc..b423a0debd9 100644
--- a/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



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

2018-03-23 Thread Sergei Trofimovich
commit: 420f42ee1ebc9240d7fa337cd677c85f8bc169c5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:38:22 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:38:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=420f42ee

mail-client/mailx: stable 8.1.2.20160123 for ia64, bug #533208

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 mail-client/mailx/mailx-8.1.2.20160123.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/mailx/mailx-8.1.2.20160123.ebuild 
b/mail-client/mailx/mailx-8.1.2.20160123.ebuild
index 22d1c99a2fe..3560add8afd 100644
--- a/mail-client/mailx/mailx-8.1.2.20160123.ebuild
+++ b/mail-client/mailx/mailx-8.1.2.20160123.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${DP/_/-}.orig"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND=">=net-libs/liblockfile-1.03



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

2018-03-23 Thread Sergei Trofimovich
commit: a90bb9ffa9efbbcc3dcbf99c869fab173140d4ab
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:38:27 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:38:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a90bb9ff

app-misc/pax-utils: stable 1.2.3 for ia64, bug #607896

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 app-misc/pax-utils/pax-utils-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/pax-utils/pax-utils-1.2.3.ebuild 
b/app-misc/pax-utils/pax-utils-1.2.3.ebuild
index 32ec5fa80b3..e20193b9c3a 100644
--- a/app-misc/pax-utils/pax-utils-1.2.3.ebuild
+++ b/app-misc/pax-utils/pax-utils-1.2.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 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-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+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 ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="caps debug python seccomp"
 
 RDEPEND="caps? ( >=sys-libs/libcap-2.24 )



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gucharmap/

2018-03-23 Thread Sergei Trofimovich
commit: 0adc36ed512526e224594583acf4dde519c6645d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:38:18 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:38:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0adc36ed

gnome-extra/gucharmap: stable 10.0.3 for ia64, bug #648464

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 gnome-extra/gucharmap/gucharmap-10.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/gucharmap/gucharmap-10.0.3.ebuild 
b/gnome-extra/gucharmap/gucharmap-10.0.3.ebuild
index 2fb7f3ac86c..d32b1d7dffa 100644
--- a/gnome-extra/gucharmap/gucharmap-10.0.3.ebuild
+++ b/gnome-extra/gucharmap/gucharmap-10.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Gucharmap;
 
 LICENSE="GPL-3"
 SLOT="2.90"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 
 IUSE="debug +introspection test vala"
 REQUIRED_USE="vala? ( introspection )"



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

2018-03-23 Thread Sergei Trofimovich
commit: cdc2f32db306eaa3d0bdca3cadf21d5d7678d4b7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:38:31 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:38:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdc2f32d

media-libs/jasper: stable 2.0.14 for ia64, bug #614030

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 media-libs/jasper/jasper-2.0.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/jasper/jasper-2.0.14.ebuild 
b/media-libs/jasper/jasper-2.0.14.ebuild
index 1639b4bca26..9e3a3090008 100644
--- a/media-libs/jasper/jasper-2.0.14.ebuild
+++ b/media-libs/jasper/jasper-2.0.14.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
 else
inherit vcs-snapshot
SRC_URI="https://github.com/mdadams/${PN}/archive/version-${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 fi
 
 # We limit memory usage to 128 MiB by default, specified in bytes



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

2018-03-23 Thread Aaron Bauman
commit: 4c1879a1e8036fba62d273cf290096c495dbd7b8
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Mar 23 23:36:35 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Mar 23 23:37:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c1879a1

net-misc/asterisk: drop vulnerable wrt bug #629682

 net-misc/asterisk/Manifest|   1 -
 net-misc/asterisk/asterisk-11.25.1.ebuild | 324 --
 2 files changed, 325 deletions(-)

diff --git a/net-misc/asterisk/Manifest b/net-misc/asterisk/Manifest
index 3a92933e1e4..5a7d8ef53b7 100644
--- a/net-misc/asterisk/Manifest
+++ b/net-misc/asterisk/Manifest
@@ -1,4 +1,3 @@
-DIST asterisk-11.25.1.tar.gz 35125897 BLAKE2B 
42f79202c3e69dc0ff1ddad909c87bc0a0dd3c74bc674fbbcf339e00fedf829f7dd1ad5922fae82d26abc37cd62a44061a917861a2ee9b2fa4e26bec748b0aae
 SHA512 
37144b7296f929bdb707853690a12d4c1403741221c943becc88c18fe20587ba2381425574e97647c10efa9f98200336ddae7e3433740e5a509a837ed28ca02c
 DIST asterisk-11.25.3.tar.gz 35134682 BLAKE2B 
9da24d5d6a674ab660edb103e5fc56ddfbcc58cd86166cc08cceb0598a63b51eae36133565e09a30ad11ff6623ba8945437dfb561d2916f68341d398540dabce
 SHA512 
9c0521d55e5b69663ea40066d52e397ba6c165a4b20cd0a1e5e375b9c0e5a6e4f37908e50b0b580e288dec9be252af9a8bce7bceb03ba029f902fb757e6311ed
 DIST asterisk-13.17.2.tar.gz 32899368 BLAKE2B 
539155dc4b9db3cd736fa8ca4e4b1f09330be2d7bc994ee89dc73645f411bf6d012d85f322c07146bac2b5b258802232960d6e102d840d6b48b796a7d8923513
 SHA512 
008354cb0cba679444bfbfd4be34d919ea0a0a0cbd60541b7528d254ab0fa92efee118d5b006e8dc7b709f9c44fd391026df9b8705d17515494a23ad36dedd4b
 DIST asterisk-13.19.0.tar.gz 33027887 BLAKE2B 
f799f51dc4b45d6db2261abfae33f41416616650702ff0cf6c253a80cf2f554f180df9e90bd107ac6a29ef16e3bfadba087f6485fa93978899590b417443
 SHA512 
5404080a42e2d6d76b8fa8629c9570ae55c943676c51901a34552dc69c35f82001a1738e2da3adedf1de254bc8d1821ea7708f844685462ecdd1fd4e979e0e7f

diff --git a/net-misc/asterisk/asterisk-11.25.1.ebuild 
b/net-misc/asterisk/asterisk-11.25.1.ebuild
deleted file mode 100644
index 75bca552928..000
--- a/net-misc/asterisk/asterisk-11.25.1.ebuild
+++ /dev/null
@@ -1,324 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils linux-info multilib user systemd
-
-MY_P="${PN}-${PV/_/-}"
-
-DESCRIPTION="Asterisk: A Modular Open Source PBX System"
-HOMEPAGE="http://www.asterisk.org/;
-SRC_URI="http://downloads.asterisk.org/pub/telephony/asterisk/releases/${MY_P}.tar.gz
-mirror://gentoo/gentoo-asterisk-patchset-3.17.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE_VOICEMAIL_STORAGE="
-   +voicemail_storage_file
-   voicemail_storage_odbc
-   voicemail_storage_imap
-"
-IUSE="${IUSE_VOICEMAIL_STORAGE} alsa bluetooth calendar +caps cluster curl 
dahdi debug doc freetds gtalk http iconv ilbc xmpp ldap libedit libressl lua 
mysql newt +samples odbc osplookup oss portaudio postgres radius selinux snmp 
span speex srtp static syslog vorbis"
-IUSE_EXPAND="VOICEMAIL_STORAGE"
-REQUIRED_USE="gtalk? ( xmpp )
-   ^^ ( ${IUSE_VOICEMAIL_STORAGE/+/} )
-   voicemail_storage_odbc? ( odbc )
-"
-
-EPATCH_SUFFIX="patch"
-PATCHES=( "${WORKDIR}/asterisk-patchset" )
-
-CDEPEND="dev-db/sqlite:3
-   dev-libs/popt
-   dev-libs/libxml2
-   !libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
-   sys-libs/ncurses:*
-   sys-libs/zlib
-   alsa? ( media-libs/alsa-lib )
-   bluetooth? ( net-wireless/bluez )
-   calendar? ( net-libs/neon
-dev-libs/libical
-dev-libs/iksemel )
-   caps? ( sys-libs/libcap )
-   cluster? ( sys-cluster/corosync )
-   curl? ( net-misc/curl )
-   dahdi? ( >=net-libs/libpri-1.4.12_beta2
-   net-misc/dahdi-tools )
-   freetds? ( dev-db/freetds )
-   gtalk? ( dev-libs/iksemel )
-   http? ( dev-libs/gmime:2.6 )
-   iconv? ( virtual/libiconv )
-   ilbc? ( dev-libs/ilbc-rfc3951 )
-   xmpp? ( dev-libs/iksemel )
-   ldap? ( net-nds/openldap )
-   libedit? ( dev-libs/libedit )
-   lua? ( dev-lang/lua:* )
-   mysql? ( virtual/mysql )
-   newt? ( dev-libs/newt )
-   odbc? ( dev-db/unixODBC )
-   osplookup? ( net-libs/osptoolkit )
-   portaudio? ( media-libs/portaudio )
-   postgres? ( dev-db/postgresql:* )
-   radius? ( net-dialup/freeradius-client )
-   snmp? ( net-analyzer/net-snmp )
-   span? ( media-libs/spandsp )
-   speex? ( media-libs/speex )
-   srtp? ( net-libs/libsrtp:0 )
-   vorbis? ( media-libs/libvorbis )"
-
-DEPEND="${CDEPEND}
-   !net-libs/openh323
-   !net-libs/pjsip
-   voicemail_storage_imap? ( virtual/imap-c-client )
-   virtual/pkgconfig
-"
-
-RDEPEND="${CDEPEND}
-   selinux? ( sec-policy/selinux-asterisk )
-   syslog? ( virtual/logger )"
-

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

2018-03-23 Thread Matt Turner
commit: 9c4878c78c9481ea62e0a6665f0409fc06afd170
Author: Nick Sarnie  gmail  com>
AuthorDate: Tue Mar 13 01:10:01 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar 23 23:36:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c4878c7

dev-util/spirv-tools: Initial Versions

Signed-off-by: Nick Sarnie  gmail.com>

 dev-util/spirv-tools/Manifest  |  1 +
 dev-util/spirv-tools/metadata.xml  | 16 +++
 dev-util/spirv-tools/spirv-tools-2018.2.ebuild | 27 ++
 dev-util/spirv-tools/spirv-tools-.ebuild   | 25 
 4 files changed, 69 insertions(+)

diff --git a/dev-util/spirv-tools/Manifest b/dev-util/spirv-tools/Manifest
new file mode 100644
index 000..f797048754e
--- /dev/null
+++ b/dev-util/spirv-tools/Manifest
@@ -0,0 +1 @@
+DIST spirv-tools-2018.2.tar.gz 1039360 BLAKE2B 
bef1c3e4efa598bffad8f71c4a92cce9db98fd5699ab2f5616a7a4985c15da87f1e246391a2ca5e07affd352c6314896ff1599cdddc117b01655990f9c7b78f4
 SHA512 
6deed7a36b460135fd7db613b7101d53a87ae5d555f1795aa9a96ab14f437621d4667a41e5f5ae16e849f8e5d66e02611bed21e3110a902feac6c7f376eb5815

diff --git a/dev-util/spirv-tools/metadata.xml 
b/dev-util/spirv-tools/metadata.xml
new file mode 100644
index 000..72d8623dc68
--- /dev/null
+++ b/dev-util/spirv-tools/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   x...@gentoo.org
+   X11
+   
+   
+   commendsar...@gmail.com
+   Nick Sarnie
+   
+   
+   KhronosGroup/SPIRV-Tools
+   
+
+

diff --git a/dev-util/spirv-tools/spirv-tools-2018.2.ebuild 
b/dev-util/spirv-tools/spirv-tools-2018.2.ebuild
new file mode 100644
index 000..ccda0233158
--- /dev/null
+++ b/dev-util/spirv-tools/spirv-tools-2018.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-multilib cmake-utils
+
+DESCRIPTION="Provides an API and commands for processing SPIR-V modules"
+HOMEPAGE="https://github.com/KhronosGroup/SPIRV-Tools;
+SRC_URI="https://github.com/KhronosGroup/SPIRV-Tools/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=""
+DEPEND="dev-util/spirv-headers"
+
+S="${WORKDIR}/SPIRV-Tools-${PV}"
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   "-DSPIRV-Headers_SOURCE_DIR=/usr/"
+   )
+
+   cmake-utils_src_configure
+}

diff --git a/dev-util/spirv-tools/spirv-tools-.ebuild 
b/dev-util/spirv-tools/spirv-tools-.ebuild
new file mode 100644
index 000..e6ecb91d83e
--- /dev/null
+++ b/dev-util/spirv-tools/spirv-tools-.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-multilib cmake-utils git-r3
+
+DESCRIPTION="Provides an API and commands for processing SPIR-V modules"
+HOMEPAGE="https://github.com/KhronosGroup/SPIRV-Tools;
+EGIT_REPO_URI="https://github.com/KhronosGroup/SPIRV-Tools.git;
+SRC_URI=""
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+RDEPEND=""
+DEPEND="dev-util/spirv-headers"
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   "-DSPIRV-Headers_SOURCE_DIR=/usr/"
+   )
+
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/vulkan-loader/, media-libs/vulkan-loader/files/

2018-03-23 Thread Matt Turner
commit: e90994a1177a1bd1651e3a0f216319e1e80d0e66
Author: Nick Sarnie  gmail  com>
AuthorDate: Wed Mar 21 23:01:33 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar 23 23:36:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e90994a1

media-libs/vulkan-loader: Remove now-unneeded patch from 

Not needed after upstream
https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/commit/4efbd5c81cfb9071757e446d57957aa81e9d9374
(Thanks Chewi!)

Signed-off-by: Nick Sarnie  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/7544

 .../vulkan-loader--no-external-sources.patch   | 33 --
 media-libs/vulkan-loader/vulkan-loader-.ebuild |  2 --
 2 files changed, 35 deletions(-)

diff --git 
a/media-libs/vulkan-loader/files/vulkan-loader--no-external-sources.patch 
b/media-libs/vulkan-loader/files/vulkan-loader--no-external-sources.patch
deleted file mode 100644
index 0100d1356c4..000
--- 
a/media-libs/vulkan-loader/files/vulkan-loader--no-external-sources.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 641052deaaa6a570a6c284d5407ac1bbd60d3d53 Mon Sep 17 00:00:00 2001
-From: Nick Sarnie 
-Date: Sun, 11 Mar 2018 11:18:25 -0400
-Subject: [PATCH] Do not require external sources to build
-
-Signed-off-by: Nick Sarnie 

- CMakeLists.txt | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 34e10dc3..5fb97b7c 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -361,7 +361,6 @@ add_custom_target(generate_helper_files DEPENDS
- vk_dispatch_table_helper.h
- vk_extension_helper.h
- vk_typemap_helper.h
--spirv_tools_commit_id.h
- )
- set_target_properties(generate_helper_files PROPERTIES FOLDER 
${LVL_TARGET_FOLDER})
- 
-@@ -376,7 +375,6 @@ run_vk_xml_generate(helper_file_generator.py 
vk_enum_string_helper.h)
- run_vk_xml_generate(helper_file_generator.py vk_object_types.h)
- run_vk_xml_generate(helper_file_generator.py vk_extension_helper.h)
- run_vk_xml_generate(helper_file_generator.py vk_typemap_helper.h)
--run_external_revision_generate(${EXTERNAL_SOURCE_ROOT}/glslang/External/spirv-tools
 SPIRV_TOOLS_COMMIT_ID spirv_tools_commit_id.h)
- 
- 
- 
--- 
-2.16.2
-

diff --git a/media-libs/vulkan-loader/vulkan-loader-.ebuild 
b/media-libs/vulkan-loader/vulkan-loader-.ebuild
index bb9cb32772d..67822d5a388 100644
--- a/media-libs/vulkan-loader/vulkan-loader-.ebuild
+++ b/media-libs/vulkan-loader/vulkan-loader-.ebuild
@@ -7,8 +7,6 @@ PYTHON_COMPAT=( python3_{4,5,6} )
 if [[ "${PV}" == "" ]]; then

EGIT_REPO_URI="https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers.git;
inherit git-r3
-
-   PATCHES=( "${FILESDIR}/${P}-no-external-sources.patch" )
 else
KEYWORDS="~amd64"

SRC_URI="https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/archive/sdk-${PV}.tar.gz
 -> ${P}.tar.gz"



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

2018-03-23 Thread Matt Turner
commit: 606f54a26320da2c5c2ed6f0cbc0ecdefd320762
Author: Nick Sarnie  gmail  com>
AuthorDate: Tue Mar 13 01:07:30 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar 23 23:36:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=606f54a2

dev-util/spirv-headers: Initial versions

Signed-off-by: Nick Sarnie  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/7438

 dev-util/spirv-headers/Manifest|  1 +
 .../spirv-headers-Get-rid-of-custom-target.patch   | 25 ++
 dev-util/spirv-headers/metadata.xml| 16 ++
 dev-util/spirv-headers/spirv-headers-1.3.ebuild| 19 
 dev-util/spirv-headers/spirv-headers-.ebuild   | 16 ++
 5 files changed, 77 insertions(+)

diff --git a/dev-util/spirv-headers/Manifest b/dev-util/spirv-headers/Manifest
new file mode 100644
index 000..2bf7f1c55ec
--- /dev/null
+++ b/dev-util/spirv-headers/Manifest
@@ -0,0 +1 @@
+DIST spirv-headers-1.3.tar.gz 279415 BLAKE2B 
77e36c02d072daa3aff7eceda53a5d6cd060564f494986a9a99c52d80605e67c6f8ba2968d656b955f188da2c0bea18b11c834d11ed334f5c33eb14b4e9c
 SHA512 
c612c4fcffefc3a277a9713712150c7e6b696eb676737b4968809784ef32c004820d9abd22389082203fc0853a87f920754b7c9b6b43d85131e750d09e267036

diff --git 
a/dev-util/spirv-headers/files/spirv-headers-Get-rid-of-custom-target.patch 
b/dev-util/spirv-headers/files/spirv-headers-Get-rid-of-custom-target.patch
new file mode 100644
index 000..b1581f5417b
--- /dev/null
+++ b/dev-util/spirv-headers/files/spirv-headers-Get-rid-of-custom-target.patch
@@ -0,0 +1,25 @@
+From c44560949ec78dd13fe1394bf2957e4fd5adec79 Mon Sep 17 00:00:00 2001
+From: Brian Evans 
+Date: Wed, 14 Mar 2018 20:00:22 -0400
+Subject: [PATCH] Get rid of custom target
+
+---
+ CMakeLists.txt | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index a5bff17..bbc3ddc 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -45,7 +45,5 @@ project(SPIRV-Headers)
+ #   3. cmake --build . install-headers
+ 
+ file(GLOB_RECURSE FILES include/spirv/*)
+-add_custom_target(install-headers
+-  COMMAND cmake -E copy_directory ${CMAKE_CURRENT_SOURCE_DIR}/include/spirv 
${CMAKE_INSTALL_PREFIX}/include/spirv)
+-
++INSTALL(DIRECTORY include/spirv/ DESTINATION include/spirv)
+ add_subdirectory(example)
+-- 
+2.16.2
+

diff --git a/dev-util/spirv-headers/metadata.xml 
b/dev-util/spirv-headers/metadata.xml
new file mode 100644
index 000..dd3d561acca
--- /dev/null
+++ b/dev-util/spirv-headers/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   x...@gentoo.org
+   X11
+   
+   
+   commendsar...@gmail.com
+   Nick Sarnie
+   
+   
+   KhronosGroup/SPIRV-Headers
+   
+
+

diff --git a/dev-util/spirv-headers/spirv-headers-1.3.ebuild 
b/dev-util/spirv-headers/spirv-headers-1.3.ebuild
new file mode 100644
index 000..f9c2a16b0e0
--- /dev/null
+++ b/dev-util/spirv-headers/spirv-headers-1.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Machine-readable files for the SPIR-V Registry"
+HOMEPAGE="https://www.khronos.org/registry/spir-v/;
+EGIT_COMMIT="02ffc719aa9f9c1dce5ce05743fb1afe6cbf17ea"
+SRC_URI="https://github.com/KhronosGroup/SPIRV-Headers/archive/${EGIT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+PATCHES=( "${FILESDIR}"/${PN}-Get-rid-of-custom-target.patch )
+
+S="${WORKDIR}/SPIRV-Headers-${EGIT_COMMIT}"

diff --git a/dev-util/spirv-headers/spirv-headers-.ebuild 
b/dev-util/spirv-headers/spirv-headers-.ebuild
new file mode 100644
index 000..a2e33d00bd8
--- /dev/null
+++ b/dev-util/spirv-headers/spirv-headers-.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils git-r3
+
+DESCRIPTION="Machine-readable files for the SPIR-V Registry"
+HOMEPAGE="https://www.khronos.org/registry/spir-v/;
+EGIT_REPO_URI="https://github.com/KhronosGroup/SPIRV-Headers.git;
+SRC_URI=""
+
+LICENSE="MIT"
+SLOT="0"
+
+PATCHES=( "${FILESDIR}"/${PN}-Get-rid-of-custom-target.patch )



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

2018-03-23 Thread Michael Orlitzky
commit: 4d3fe7a396ce39cfe22c324b03d4b48fd359da77
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Mar 18 15:13:33 2018 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Mar 23 23:34:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d3fe7a3

dev-python/pyzor: new revision to fix some open bugs.

Lots of changes all at once:

* Update to EAPI=6.
* Remove an old pkg_postinst() notice about a relocated executable.
* Add IUSE=gdbm to make the gdbm daemon backend optional.
* Only require a (gdbm, mysql, redis) backend with USE=pyzord.
* Add a patch submitted upstream (by me) to fix a unicode crash.
* Require sphinx with USE=doc (bug 636752).
* Remove version constraints on redis-py and gevent (bug 643692).
* Use HOMEPAGE to make SRC_URI fit on one line.
* Add die() to "mv" and "rm" commands in src_install.
* Removed seemingly-unnecessary DISTUTILS_IN_SOURCE_BUILD=1.
* Added myself to metadata.xml as a maintainer.
* Improved the back-end database engine USE flag descriptions.

Bug: https://bugs.gentoo.org/636752
Bug: https://bugs.gentoo.org/643692
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../read-stdin-as-binary-in-get_input_msg.patch| 45 ++
 dev-python/pyzor/metadata.xml  | 22 +--
 dev-python/pyzor/pyzor-1.0.0-r1.ebuild | 70 ++
 3 files changed, 133 insertions(+), 4 deletions(-)

diff --git a/dev-python/pyzor/files/read-stdin-as-binary-in-get_input_msg.patch 
b/dev-python/pyzor/files/read-stdin-as-binary-in-get_input_msg.patch
new file mode 100644
index 000..81668e36937
--- /dev/null
+++ b/dev-python/pyzor/files/read-stdin-as-binary-in-get_input_msg.patch
@@ -0,0 +1,45 @@
+From 6332a429ed415187599ecce7d8a169ee19f0bbe5 Mon Sep 17 00:00:00 2001
+From: Michael Orlitzky 
+Date: Sun, 4 Mar 2018 17:34:33 -0500
+Subject: [PATCH 1/1] scripts/pyzor: read stdin as binary in _get_input_msg().
+
+Reading stdin in python-3.x is done as text, with a best-guess
+encoding. But this can go awry: for example, if an iso-8859-1 message
+is passed in and if python guesses the "utf-8" encoding, then read()
+will fail with a UnicodeDecodeError on non-ASCII characters. For
+example, the "copyright" symbol is a single byte 0xa9 in iso-8859-1,
+and the utf-8 decoder can't handle it:
+
+  UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa9... invalid
+  start byte
+
+Instead -- and as was done in python-2.x -- we can read stdin as
+binary using the new get_binary_stdin() function. Afterwards, we use
+email.message_from_bytes() instead of the email.message_from_file()
+constructor to parse the byte data. The resulting function is able to
+correctly parse these messages.
+
+Closes: https://github.com/SpamExperts/pyzor/issues/64
+---
+ scripts/pyzor | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/scripts/pyzor b/scripts/pyzor
+index 567a7f9..1ba632f 100755
+--- a/scripts/pyzor
 b/scripts/pyzor
+@@ -171,7 +171,10 @@ def _get_input_digests(dummy):
+ 
+ 
+ def _get_input_msg(digester):
+-msg = email.message_from_file(sys.stdin)
++# Read and process stdin as bytes because we don't know its
++# encoding. Python-3.x will try to guess -- and can sometimes
++# guess wrong -- leading to decoding errors in read().
++msg = email.message_from_bytes(get_binary_stdin().read())
+ digested = digester(msg).value
+ yield digested
+ 
+-- 
+2.13.6
+

diff --git a/dev-python/pyzor/metadata.xml b/dev-python/pyzor/metadata.xml
index 601b2a90164..d88c249a89f 100644
--- a/dev-python/pyzor/metadata.xml
+++ b/dev-python/pyzor/metadata.xml
@@ -1,15 +1,29 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+  
+m...@gentoo.org
+  
   
 pyt...@gentoo.org
 Python
   
   
-enable support for pyzord
-Enables mysql support
-Enables redis support
-Enable support for the gevent based handler
+Enable the pyzord server daemon
+
+  Enables the Gdbm back-end database engine for pyzord
+
+
+  Enables the MySQL back-end database engine for pyzord through
+  dev-python/mysql-python. Only works with python-2.x!
+
+
+  Enables the redis back-end database engine for pyzord through
+  dev-python/redis-py
+
+
+  Use dev-python/gevent to enable asynchronous operation
+
   
   
 SpamExperts/pyzor

diff --git a/dev-python/pyzor/pyzor-1.0.0-r1.ebuild 
b/dev-python/pyzor/pyzor-1.0.0-r1.ebuild
new file mode 100644
index 000..14e1ee84072
--- /dev/null
+++ b/dev-python/pyzor/pyzor-1.0.0-r1.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+MY_PV="1-0-0"
+DESCRIPTION="A distributed, collaborative spam detection and filtering network"
+HOMEPAGE="https://github.com/SpamExperts/pyzor;

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

2018-03-23 Thread Aaron Bauman
commit: 18c15c28ab7e510c79ffb4eeeb49fc6e382e53d3
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Mar 23 23:29:17 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Mar 23 23:29:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c15c28

media-gfx/potrace: drop vulnerable wrt bug #626820

 media-gfx/potrace/Manifest|  1 -
 media-gfx/potrace/potrace-1.14.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/media-gfx/potrace/Manifest b/media-gfx/potrace/Manifest
index 41b4a0c904b..67ad372b390 100644
--- a/media-gfx/potrace/Manifest
+++ b/media-gfx/potrace/Manifest
@@ -1,2 +1 @@
-DIST potrace-1.14.tar.gz 649685 BLAKE2B 
be4d7e2556d4aba00d5995a7672ab6349d4e50925dd0602bfd481515091445d7ae57396c13fdf8f9934e033e05dfe0eeae0561bedf17110560bfcd1b42b61fc5
 SHA512 
ade5e18adfbfccbc1298d0bd416fe3ef49ebe0284b81d43e0dd0040498d0ef6995e6ac9dac0a1eb5c251921bc97c32db3213dbe0ab40365d87f92013dcdc99b5
 DIST potrace-1.15.tar.gz 650840 BLAKE2B 
1a2074ff0ff958e1c9cbcd35a6267ef7f4bdfa5ba9b511413fa2c5db16a7263ed27291a0bf7c76feb25abd59db099e1096b736eab28a6397accfce88f42fdeff
 SHA512 
c9a8edd4f3339da587b9b32e12c83c8f7b993c7c23f551fa267545d9411679bc024924e23596ed1c83985693fc894b65dfa9f860275de395d9e0a88da37a4f02

diff --git a/media-gfx/potrace/potrace-1.14.ebuild 
b/media-gfx/potrace/potrace-1.14.ebuild
deleted file mode 100644
index 848cd6abb3c..000
--- a/media-gfx/potrace/potrace-1.14.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit autotools-utils toolchain-funcs
-
-DESCRIPTION="Transforming bitmaps into vector graphics"
-HOMEPAGE="http://potrace.sourceforge.net/;
-SRC_URI="http://potrace.sourceforge.net/download/${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="metric static-libs"
-
-RDEPEND="sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-src_configure() {
-   tc-export CC # bug 610098
-   local myeconfargs=(
-   --docdir="${EPREFIX}"/usr/share/doc/${PF}
-   --enable-zlib
-   --with-libpotrace
-   $(use_enable metric a4)
-   $(use_enable metric)
-   )
-   autotools-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/giflib/files/, media-libs/giflib/

2018-03-23 Thread Sebastian Pipping
commit: 010e1c17d6268e0747b362d3ba81f1e17d9b9f9d
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Fri Mar 23 22:49:06 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Fri Mar 23 23:26:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=010e1c17

media-libs/giflib: Fix reallocarray export collision

Closes: https://bugs.gentoo.org/637438
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../files/giflib-5.1.4-reallocarray-export.patch   | 129 +
 media-libs/giflib/giflib-5.1.4-r1.ebuild   |  75 
 2 files changed, 204 insertions(+)

diff --git a/media-libs/giflib/files/giflib-5.1.4-reallocarray-export.patch 
b/media-libs/giflib/files/giflib-5.1.4-reallocarray-export.patch
new file mode 100644
index 000..08d4f3d3d4e
--- /dev/null
+++ b/media-libs/giflib/files/giflib-5.1.4-reallocarray-export.patch
@@ -0,0 +1,129 @@
+From 9805c76d4f76c77aad9f285e81f4090cdf661fac Mon Sep 17 00:00:00 2001
+From: Sebastian Pipping 
+Date: Wed, 14 Mar 2018 21:18:14 +0100
+Subject: [PATCH] Address clash of export reallocarray with glibc
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+.. by not exporting that internal symbol any more,
+and renaming the function in code and where it's used
+
+Bug: https://bugs.gentoo.org/637438
+
+Compile error was:
+
+/usr/include/gif_lib.h:248:51: error: declaration of ‘void* 
reallocarray(void*, size_t, size_t)’ has a different exception specifier
+ reallocarray(void *optr, size_t nmemb, size_t size);
+   ^
+[..]
+/usr/include/stdlib.h:443:14: error: from previous declaration ‘void* 
reallocarray(void*, size_t, size_t) throw ()’
+ extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
+---
+ lib/dgif_lib.c |  4 ++--
+ lib/gif_lib.h  |  3 ---
+ lib/gifalloc.c | 10 +-
+ lib/openbsd-reallocarray.c |  2 +-
+ 4 files changed, 8 insertions(+), 11 deletions(-)
+
+diff --git a/lib/dgif_lib.c b/lib/dgif_lib.c
+index 66a1d6a..f0e0385 100644
+--- a/lib/dgif_lib.c
 b/lib/dgif_lib.c
+@@ -396,7 +396,7 @@ DGifGetImageDesc(GifFileType *GifFile)
+ 
+ if (GifFile->SavedImages) {
+ SavedImage* new_saved_images =
+-(SavedImage *)reallocarray(GifFile->SavedImages,
++(SavedImage *)openbsd_reallocarray(GifFile->SavedImages,
+ (GifFile->ImageCount + 1), sizeof(SavedImage));
+ if (new_saved_images == NULL) {
+ GifFile->Error = D_GIF_ERR_NOT_ENOUGH_MEM;
+@@ -1108,7 +1108,7 @@ DGifSlurp(GifFileType *GifFile)
+   if (ImageSize > (SIZE_MAX / sizeof(GifPixelType))) {
+   return GIF_ERROR;
+   }
+-  sp->RasterBits = (unsigned char *)reallocarray(NULL, ImageSize,
++  sp->RasterBits = (unsigned char *)openbsd_reallocarray(NULL, 
ImageSize,
+   sizeof(GifPixelType));
+ 
+   if (sp->RasterBits == NULL) {
+diff --git a/lib/gif_lib.h b/lib/gif_lib.h
+index 078930c..7914a69 100644
+--- a/lib/gif_lib.h
 b/lib/gif_lib.h
+@@ -244,9 +244,6 @@ extern ColorMapObject *GifUnionColorMap(const 
ColorMapObject *ColorIn1,
+  GifPixelType ColorTransIn2[]);
+ extern int GifBitSize(int n);
+ 
+-extern void *
+-reallocarray(void *optr, size_t nmemb, size_t size);
+-
+ 
/**
+  Support for the in-core structures allocation (slurp mode).  
+ 
**/
+diff --git a/lib/gifalloc.c b/lib/gifalloc.c
+index 3b51868..1394cfa 100644
+--- a/lib/gifalloc.c
 b/lib/gifalloc.c
+@@ -188,7 +188,7 @@ GifUnionColorMap(const ColorMapObject *ColorIn1,
+ 
+ /* perhaps we can shrink the map? */
+ if (RoundUpTo < ColorUnion->ColorCount) {
+-GifColorType *new_map = (GifColorType *)reallocarray(Map,
++GifColorType *new_map = (GifColorType *)openbsd_reallocarray(Map,
+  RoundUpTo, sizeof(GifColorType));
+ if( new_map == NULL ) {
+ GifFreeMapObject(ColorUnion);
+@@ -232,7 +232,7 @@ GifAddExtensionBlock(int *ExtensionBlockCount,
+ if (*ExtensionBlocks == NULL)
+ *ExtensionBlocks=(ExtensionBlock *)malloc(sizeof(ExtensionBlock));
+ else {
+-ExtensionBlock* ep_new = (ExtensionBlock *)reallocarray
++ExtensionBlock* ep_new = (ExtensionBlock *)openbsd_reallocarray
+(*ExtensionBlocks, (*ExtensionBlockCount + 1),
+   sizeof(ExtensionBlock));
+ if( ep_new == NULL )
+@@ -325,7 +325,7 @@ GifMakeSavedImage(GifFileType *GifFile, const SavedImage 
*CopyFrom)
+ if (GifFile->SavedImages == NULL)
+ GifFile->SavedImages = 

[gentoo-commits] repo/gentoo:master commit in: x11-proto/xf86vidmodeproto/

2018-03-23 Thread Sergei Trofimovich
commit: 0e5ad814502bc2f5f35fe1d643a0b2e4de10650f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:23:34 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:24:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e5ad814

x11-proto/xf86vidmodeproto: stable 2.3.1-r2 for ia64, bug #651286

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 x11-proto/xf86vidmodeproto/xf86vidmodeproto-2.3.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/xf86vidmodeproto/xf86vidmodeproto-2.3.1-r2.ebuild 
b/x11-proto/xf86vidmodeproto/xf86vidmodeproto-2.3.1-r2.ebuild
index 3ed52c08587..117538cc636 100644
--- a/x11-proto/xf86vidmodeproto/xf86vidmodeproto-2.3.1-r2.ebuild
+++ b/x11-proto/xf86vidmodeproto/xf86vidmodeproto-2.3.1-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.x.org/wiki/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-proto/xcmiscproto/

2018-03-23 Thread Sergei Trofimovich
commit: 6d130a5034cee0cb43aaf4e3136612fadbfc7639
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:23:08 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:24:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d130a50

x11-proto/xcmiscproto: stable 1.2.2-r1 for ia64, bug #651286

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 x11-proto/xcmiscproto/xcmiscproto-1.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/xcmiscproto/xcmiscproto-1.2.2-r1.ebuild 
b/x11-proto/xcmiscproto/xcmiscproto-1.2.2-r1.ebuild
index aeddba3376e..a7282e59ab8 100644
--- a/x11-proto/xcmiscproto/xcmiscproto-1.2.2-r1.ebuild
+++ b/x11-proto/xcmiscproto/xcmiscproto-1.2.2-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.x.org/wiki/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-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 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-proto/xineramaproto/

2018-03-23 Thread Sergei Trofimovich
commit: c4ab42b8da9f92275d4c8eb741f7758d5afe8e84
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:23:38 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:24:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ab42b8

x11-proto/xineramaproto: stable 1.2.1-r2 for ia64, bug #651286

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 x11-proto/xineramaproto/xineramaproto-1.2.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/xineramaproto/xineramaproto-1.2.1-r2.ebuild 
b/x11-proto/xineramaproto/xineramaproto-1.2.1-r2.ebuild
index 34e052a45ee..6ceb488f0d0 100644
--- a/x11-proto/xineramaproto/xineramaproto-1.2.1-r2.ebuild
+++ b/x11-proto/xineramaproto/xineramaproto-1.2.1-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.x.org/wiki/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-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 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-proto/xf86dgaproto/

2018-03-23 Thread Sergei Trofimovich
commit: fc61abc9a6fd81e0908379e860dd99202da7f840
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:23:21 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:24:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc61abc9

x11-proto/xf86dgaproto: stable 2.1-r3 for ia64, bug #651286

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 x11-proto/xf86dgaproto/xf86dgaproto-2.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/xf86dgaproto/xf86dgaproto-2.1-r3.ebuild 
b/x11-proto/xf86dgaproto/xf86dgaproto-2.1-r3.ebuild
index e5a7ad87bcf..b8ebed97cbf 100644
--- a/x11-proto/xf86dgaproto/xf86dgaproto-2.1-r3.ebuild
+++ b/x11-proto/xf86dgaproto/xf86dgaproto-2.1-r3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.x.org/wiki/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-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 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-proto/xproto/

2018-03-23 Thread Sergei Trofimovich
commit: 192e3fee4bc042e5a66ecc21582fc298419f8060
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:23:42 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:24:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=192e3fee

x11-proto/xproto: stable 7.0.31-r1 for ia64, bug #651286

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 x11-proto/xproto/xproto-7.0.31-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/xproto/xproto-7.0.31-r1.ebuild 
b/x11-proto/xproto/xproto-7.0.31-r1.ebuild
index 15241378423..4594623a146 100644
--- a/x11-proto/xproto/xproto-7.0.31-r1.ebuild
+++ b/x11-proto/xproto/xproto-7.0.31-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.x.org/wiki/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-proto/resourceproto/

2018-03-23 Thread Sergei Trofimovich
commit: 9a0a23186107707f721d71c067db17583c37bc72
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:22:46 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:23:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a0a2318

x11-proto/resourceproto: stable 1.2.0-r1 for ia64, bug #651286

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 x11-proto/resourceproto/resourceproto-1.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/resourceproto/resourceproto-1.2.0-r1.ebuild 
b/x11-proto/resourceproto/resourceproto-1.2.0-r1.ebuild
index f3265388014..6116fb50948 100644
--- a/x11-proto/resourceproto/resourceproto-1.2.0-r1.ebuild
+++ b/x11-proto/resourceproto/resourceproto-1.2.0-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.x.org/wiki/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-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 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-proto/fixesproto/

2018-03-23 Thread Sergei Trofimovich
commit: de058097bb5f58bb8e802c0b1ca097ffc03b3ae8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:22:08 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:23:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de058097

x11-proto/fixesproto: stable 5.0-r2 for ia64, bug #651286

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 x11-proto/fixesproto/fixesproto-5.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/fixesproto/fixesproto-5.0-r2.ebuild 
b/x11-proto/fixesproto/fixesproto-5.0-r2.ebuild
index 742d2ae6fc6..fc18ec00545 100644
--- a/x11-proto/fixesproto/fixesproto-5.0-r2.ebuild
+++ b/x11-proto/fixesproto/fixesproto-5.0-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.x.org/wiki/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-proto/glproto/

2018-03-23 Thread Sergei Trofimovich
commit: c2b1759b154d46566338204e15c8b1bf2315c3df
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:22:17 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:23:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2b1759b

x11-proto/glproto: stable 1.4.17-r2 for ia64, bug #651286

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 x11-proto/glproto/glproto-1.4.17-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/glproto/glproto-1.4.17-r2.ebuild 
b/x11-proto/glproto/glproto-1.4.17-r2.ebuild
index 1bf6a2199b8..890c5f4cdc1 100644
--- a/x11-proto/glproto/glproto-1.4.17-r2.ebuild
+++ b/x11-proto/glproto/glproto-1.4.17-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.x.org/wiki/;
 
 LICENSE="SGI-B-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-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 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-proto/renderproto/

2018-03-23 Thread Sergei Trofimovich
commit: 710d43d04d3979ac1da968f525e9df31cbd15253
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:22:42 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:23:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=710d43d0

x11-proto/renderproto: stable 0.11.1-r2 for ia64, bug #651286

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 x11-proto/renderproto/renderproto-0.11.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/renderproto/renderproto-0.11.1-r2.ebuild 
b/x11-proto/renderproto/renderproto-0.11.1-r2.ebuild
index 1dc58b18d83..03d7ed9afb1 100644
--- a/x11-proto/renderproto/renderproto-0.11.1-r2.ebuild
+++ b/x11-proto/renderproto/renderproto-0.11.1-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.x.org/wiki/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-proto/xf86miscproto/

2018-03-23 Thread Sergei Trofimovich
commit: 45e47abaa8a70a5bed6b6e097cebfd98f5f533c0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:23:30 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:24:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45e47aba

x11-proto/xf86miscproto: stable 0.9.3-r1 for ia64, bug #651286

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 x11-proto/xf86miscproto/xf86miscproto-0.9.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/xf86miscproto/xf86miscproto-0.9.3-r1.ebuild 
b/x11-proto/xf86miscproto/xf86miscproto-0.9.3-r1.ebuild
index c21fa3a711f..d6eb62e53ba 100644
--- a/x11-proto/xf86miscproto/xf86miscproto-0.9.3-r1.ebuild
+++ b/x11-proto/xf86miscproto/xf86miscproto-0.9.3-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.x.org/wiki/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-proto/xf86bigfontproto/

2018-03-23 Thread Sergei Trofimovich
commit: e06d69f43ab651d3b304215f6dcbea85e81b63c0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:23:17 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:24:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e06d69f4

x11-proto/xf86bigfontproto: stable 1.2.0-r2 for ia64, bug #651286

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 x11-proto/xf86bigfontproto/xf86bigfontproto-1.2.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/xf86bigfontproto/xf86bigfontproto-1.2.0-r2.ebuild 
b/x11-proto/xf86bigfontproto/xf86bigfontproto-1.2.0-r2.ebuild
index 38e55aefab9..b56e83e5339 100644
--- a/x11-proto/xf86bigfontproto/xf86bigfontproto-1.2.0-r2.ebuild
+++ b/x11-proto/xf86bigfontproto/xf86bigfontproto-1.2.0-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.x.org/wiki/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-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 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-proto/xf86driproto/

2018-03-23 Thread Sergei Trofimovich
commit: 00bd305e20c9acf5fd036c4dd92170df7eb799b1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:23:25 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:24:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00bd305e

x11-proto/xf86driproto: stable 2.1.1-r2 for ia64, bug #651286

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 x11-proto/xf86driproto/xf86driproto-2.1.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/xf86driproto/xf86driproto-2.1.1-r2.ebuild 
b/x11-proto/xf86driproto/xf86driproto-2.1.1-r2.ebuild
index 0eb048e674a..ec89cdb4c52 100644
--- a/x11-proto/xf86driproto/xf86driproto-2.1.1-r2.ebuild
+++ b/x11-proto/xf86driproto/xf86driproto-2.1.1-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.x.org/wiki/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-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 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-proto/dri2proto/

2018-03-23 Thread Sergei Trofimovich
commit: 0cae163ca84893c2dcb218c871972da72d80a555
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:21:59 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:23:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cae163c

x11-proto/dri2proto: stable 2.8-r2 for ia64, bug #651286

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 x11-proto/dri2proto/dri2proto-2.8-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/dri2proto/dri2proto-2.8-r2.ebuild 
b/x11-proto/dri2proto/dri2proto-2.8-r2.ebuild
index 9be37edea51..0912a776d55 100644
--- a/x11-proto/dri2proto/dri2proto-2.8-r2.ebuild
+++ b/x11-proto/dri2proto/dri2proto-2.8-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.x.org/wiki/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-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 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-proto/fontsproto/

2018-03-23 Thread Sergei Trofimovich
commit: f0d71c3f7fcb6873ba30ae312b3dd0e09f859062
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:22:12 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:23:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0d71c3f

x11-proto/fontsproto: stable 2.1.3-r1 for ia64, bug #651286

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 x11-proto/fontsproto/fontsproto-2.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/fontsproto/fontsproto-2.1.3-r1.ebuild 
b/x11-proto/fontsproto/fontsproto-2.1.3-r1.ebuild
index 57bec58fd15..87ea704628d 100644
--- a/x11-proto/fontsproto/fontsproto-2.1.3-r1.ebuild
+++ b/x11-proto/fontsproto/fontsproto-2.1.3-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.x.org/wiki/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-proto/randrproto/

2018-03-23 Thread Sergei Trofimovich
commit: 9a65b80fdad66ab4cbf618e6c06e45fefac50d0e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:22:34 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:23:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a65b80f

x11-proto/randrproto: stable 1.5.0-r1 for ia64, bug #651286

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 x11-proto/randrproto/randrproto-1.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/randrproto/randrproto-1.5.0-r1.ebuild 
b/x11-proto/randrproto/randrproto-1.5.0-r1.ebuild
index 32f3614b2cf..b786ddab7b5 100644
--- a/x11-proto/randrproto/randrproto-1.5.0-r1.ebuild
+++ b/x11-proto/randrproto/randrproto-1.5.0-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.x.org/wiki/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-proto/dri3proto/

2018-03-23 Thread Sergei Trofimovich
commit: d81443d03982f45dd50d4b76d3de0e24812c60b4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:22:04 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:23:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d81443d0

x11-proto/dri3proto: stable 1.0-r1 for ia64, bug #651286

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 x11-proto/dri3proto/dri3proto-1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/dri3proto/dri3proto-1.0-r1.ebuild 
b/x11-proto/dri3proto/dri3proto-1.0-r1.ebuild
index 7327b3fc036..b643a328471 100644
--- a/x11-proto/dri3proto/dri3proto-1.0-r1.ebuild
+++ b/x11-proto/dri3proto/dri3proto-1.0-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.x.org/wiki/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-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 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-proto/scrnsaverproto/

2018-03-23 Thread Sergei Trofimovich
commit: b1a6696a9e1c23c4572c8dffa1b711a5cf8c7cdd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:22:51 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:23:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1a6696a

x11-proto/scrnsaverproto: stable 1.2.2-r2 for ia64, bug #651286

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 x11-proto/scrnsaverproto/scrnsaverproto-1.2.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/scrnsaverproto/scrnsaverproto-1.2.2-r2.ebuild 
b/x11-proto/scrnsaverproto/scrnsaverproto-1.2.2-r2.ebuild
index 4b6eea962ab..7ae2fcfca10 100644
--- a/x11-proto/scrnsaverproto/scrnsaverproto-1.2.2-r2.ebuild
+++ b/x11-proto/scrnsaverproto/scrnsaverproto-1.2.2-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.x.org/wiki/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-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 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-proto/recordproto/

2018-03-23 Thread Sergei Trofimovich
commit: b4224af67e1cf8be5b9b82b8df73012bb7f04892
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:22:38 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:23:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4224af6

x11-proto/recordproto: stable 1.14.2-r2 for ia64, bug #651286

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 x11-proto/recordproto/recordproto-1.14.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/recordproto/recordproto-1.14.2-r2.ebuild 
b/x11-proto/recordproto/recordproto-1.14.2-r2.ebuild
index c32fd3009f6..403951058df 100644
--- a/x11-proto/recordproto/recordproto-1.14.2-r2.ebuild
+++ b/x11-proto/recordproto/recordproto-1.14.2-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.x.org/wiki/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-proto/inputproto/

2018-03-23 Thread Sergei Trofimovich
commit: 595aceab8e675a713e90b6c895723f1fbe75055e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:22:21 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:23:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=595aceab

x11-proto/inputproto: stable 2.3.2-r1 for ia64, bug #651286

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 x11-proto/inputproto/inputproto-2.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/inputproto/inputproto-2.3.2-r1.ebuild 
b/x11-proto/inputproto/inputproto-2.3.2-r1.ebuild
index 125857ed70e..984c5e1f4a4 100644
--- a/x11-proto/inputproto/inputproto-2.3.2-r1.ebuild
+++ b/x11-proto/inputproto/inputproto-2.3.2-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.x.org/wiki/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-proto/videoproto/

2018-03-23 Thread Sergei Trofimovich
commit: 7e952b8f09b9c23445db2863aca59fc2e7b476f8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:22:59 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:24:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e952b8f

x11-proto/videoproto: stable 2.3.3-r1 for ia64, bug #651286

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 x11-proto/videoproto/videoproto-2.3.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/videoproto/videoproto-2.3.3-r1.ebuild 
b/x11-proto/videoproto/videoproto-2.3.3-r1.ebuild
index 0258f0820fd..eae5e2b9ee6 100644
--- a/x11-proto/videoproto/videoproto-2.3.3-r1.ebuild
+++ b/x11-proto/videoproto/videoproto-2.3.3-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.x.org/wiki/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-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 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-proto/xcb-proto/

2018-03-23 Thread Sergei Trofimovich
commit: e86104c58b1fc26f9ed38421125fdfbc2a1d46a2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:23:04 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:24:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e86104c5

x11-proto/xcb-proto: stable 1.13 for ia64, bug #651286

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 x11-proto/xcb-proto/xcb-proto-1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/xcb-proto/xcb-proto-1.13.ebuild 
b/x11-proto/xcb-proto/xcb-proto-1.13.ebuild
index 81add3e7b94..ff528d697dc 100644
--- a/x11-proto/xcb-proto/xcb-proto-1.13.ebuild
+++ b/x11-proto/xcb-proto/xcb-proto-1.13.ebuild
@@ -14,7 +14,7 @@ 
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/proto.git;
 [[ ${PV} != * ]] && \
SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-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 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: x11-proto/kbproto/

2018-03-23 Thread Sergei Trofimovich
commit: 73f55f4f1de2b501823178369c1860ffc98c8c7b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:22:25 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:23:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73f55f4f

x11-proto/kbproto: stable 1.0.7-r1 for ia64, bug #651286

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 x11-proto/kbproto/kbproto-1.0.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/kbproto/kbproto-1.0.7-r1.ebuild 
b/x11-proto/kbproto/kbproto-1.0.7-r1.ebuild
index cb25885925d..4cf1f76a1e6 100644
--- a/x11-proto/kbproto/kbproto-1.0.7-r1.ebuild
+++ b/x11-proto/kbproto/kbproto-1.0.7-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.x.org/wiki/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-proto/xextproto/

2018-03-23 Thread Sergei Trofimovich
commit: d3e738ada1046d6e773770971d78491d560a1429
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:23:13 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:24:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3e738ad

x11-proto/xextproto: stable 7.3.0-r1 for ia64, bug #651286

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 x11-proto/xextproto/xextproto-7.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/xextproto/xextproto-7.3.0-r1.ebuild 
b/x11-proto/xextproto/xextproto-7.3.0-r1.ebuild
index 3ebb61ec478..4da70fddd45 100644
--- a/x11-proto/xextproto/xextproto-7.3.0-r1.ebuild
+++ b/x11-proto/xextproto/xextproto-7.3.0-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.x.org/wiki/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-proto/trapproto/

2018-03-23 Thread Sergei Trofimovich
commit: 17183f2dfadb76af4433102d9a024654a75bf72a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:22:55 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:24:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17183f2d

x11-proto/trapproto: stable 3.4.3-r1 for ia64, bug #651286

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 x11-proto/trapproto/trapproto-3.4.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/trapproto/trapproto-3.4.3-r1.ebuild 
b/x11-proto/trapproto/trapproto-3.4.3-r1.ebuild
index 203515807b5..48dff5a1474 100644
--- a/x11-proto/trapproto/trapproto-3.4.3-r1.ebuild
+++ b/x11-proto/trapproto/trapproto-3.4.3-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.x.org/wiki/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-proto/presentproto/

2018-03-23 Thread Sergei Trofimovich
commit: 354d5fb610e8958c1f11c5d57fbaa1ef60ade942
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:22:29 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:23:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=354d5fb6

x11-proto/presentproto: stable 1.1-r1 for ia64, bug #651286

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 x11-proto/presentproto/presentproto-1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/presentproto/presentproto-1.1-r1.ebuild 
b/x11-proto/presentproto/presentproto-1.1-r1.ebuild
index 09e0205d97e..c143746652f 100644
--- a/x11-proto/presentproto/presentproto-1.1-r1.ebuild
+++ b/x11-proto/presentproto/presentproto-1.1-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.x.org/wiki/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-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 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=""



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

2018-03-23 Thread Matt Turner
commit: 8e224522b274091efa124843d754b06e23f7798e
Author: Mariusz Ceier  gmail  com>
AuthorDate: Fri Mar 23 23:22:15 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar 23 23:22:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e224522

media-libs/mesa: Apply user patches before eautoreconf

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

 media-libs/mesa/mesa-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/mesa/mesa-.ebuild b/media-libs/mesa/mesa-.ebuild
index 0b909d81e6f..8c2973875bb 100644
--- a/media-libs/mesa/mesa-.ebuild
+++ b/media-libs/mesa/mesa-.ebuild
@@ -284,8 +284,8 @@ pkg_setup() {
 }
 
 src_prepare() {
-   [[ ${PV} ==  ]] && eautoreconf
eapply_user
+   [[ ${PV} ==  ]] && eautoreconf
 }
 
 multilib_src_configure() {



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xtrap/

2018-03-23 Thread Matt Turner
commit: a44d9a86f6869fa2cae0ba26bc85eb6796dbc0c8
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Mar 23 23:15:06 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar 23 23:15:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44d9a86

x11-apps/xtrap: Version bump to 1.0.3

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

 x11-apps/xtrap/Manifest   |  1 +
 x11-apps/xtrap/xtrap-1.0.3.ebuild | 14 ++
 2 files changed, 15 insertions(+)

diff --git a/x11-apps/xtrap/Manifest b/x11-apps/xtrap/Manifest
index 2b8cacfb4c4..51d91f328cf 100644
--- a/x11-apps/xtrap/Manifest
+++ b/x11-apps/xtrap/Manifest
@@ -1 +1,2 @@
 DIST xtrap-1.0.2.tar.bz2 95471 BLAKE2B 
430d6881b743094b1e9b6eb60479cef44d636108ace4d53db35ed0371c567b2623088c5997c1dedebf17143bdd81f2e531f7b7c728f3336fc2c419b1ff3c8b39
 SHA512 
5fe6e02dd36d2fb65e5b83cbdae81d89fcbf467c9fc3f943a013299c2fc03c76f125627294302acb808d8b53e3ec51a82ba288d793df6ba3e88e0c980c6b3f77
+DIST xtrap-1.0.3.tar.bz2 134065 BLAKE2B 
f0e67ff4436a2c7eafd2ed4e6fe5c1d41dbd397918cbffa81587c4b3276c206cc4b9e4e889d50588ffb2dd1b029f04304acf1f34c27b1dccc52c61342ed5be91
 SHA512 
cdb205859a96a64ede8ce1df119c318e5b6d35107425996c18be0ec56a6287a0564d768f93012f301cb91d517f67261de5c76441c0bfb796cc0190799aaf6c2f

diff --git a/x11-apps/xtrap/xtrap-1.0.3.ebuild 
b/x11-apps/xtrap/xtrap-1.0.3.ebuild
new file mode 100644
index 000..d9d12085a67
--- /dev/null
+++ b/x11-apps/xtrap/xtrap-1.0.3.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+inherit xorg-2
+
+DESCRIPTION="X.Org xtrap application"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+RDEPEND="x11-libs/libX11
+   x11-libs/libXt
+   x11-libs/libXTrap"
+DEPEND="${RDEPEND}
+   x11-proto/trapproto"



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

2018-03-23 Thread Sergei Trofimovich
commit: 445a6b148b5f657f073016c2cb64efb5fd2ea5c1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:10:48 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:11:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=445a6b14

x11-libs/fox: stable 1.7.54 for hppa, bug #621582

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 x11-libs/fox/fox-1.7.54.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/fox/fox-1.7.54.ebuild b/x11-libs/fox/fox-1.7.54.ebuild
index ee53653b75a..8eb7652d56e 100644
--- a/x11-libs/fox/fox-1.7.54.ebuild
+++ b/x11-libs/fox/fox-1.7.54.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,7 @@ inherit fox
 
 LICENSE="LGPL-2.1"
 SLOT="1.7"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE="+bzip2 +jpeg +opengl +png tiff +truetype +zlib"
 
 # newish autoconf needed for working mmap check



[gentoo-commits] repo/gentoo:master commit in: app-editors/adie/

2018-03-23 Thread Sergei Trofimovich
commit: 9f38d25cf78eb4136608d1ebe3bda26495b8bcc3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:10:54 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:11:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f38d25c

app-editors/adie: stable 1.7.54 for hppa, bug #621582

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 app-editors/adie/adie-1.7.54.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/adie/adie-1.7.54.ebuild 
b/app-editors/adie/adie-1.7.54.ebuild
index a6bef80b026..881aab88755 100644
--- a/app-editors/adie/adie-1.7.54.ebuild
+++ b/app-editors/adie/adie-1.7.54.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ DESCRIPTION="Text editor based on the FOX Toolkit"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 hppa ppc ppc64 ~sparc x86"
 IUSE=""
 
 DEPEND="~x11-libs/fox-${PV}



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

2018-03-23 Thread Michał Górny
commit: ec5f1b497154fba50615f2df2654bb460e07f5dd
Author: Yuri Konotopov  gnome  org>
AuthorDate: Mon Mar 19 07:08:29 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 23 22:58:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec5f1b49

new-news/liferea: version bump to 1.12.2

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

 net-news/liferea/Manifest  |  1 +
 net-news/liferea/liferea-1.12.2.ebuild | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/net-news/liferea/Manifest b/net-news/liferea/Manifest
index 18e1b960a05..1dac767bddd 100644
--- a/net-news/liferea/Manifest
+++ b/net-news/liferea/Manifest
@@ -1,2 +1,3 @@
 DIST liferea-1.12-rc3.tar.bz2 1474948 BLAKE2B 
2eff01f0494024d40f2a530ba52a29778ea3a90b2ad786c76658451140509e99c81d08a54e50a4688588e79a0638de72aed09fd6c8e856941094760d6498b07e
 SHA512 
cc3b8ec95c158311d5d2df7bec0c18f83fd4a7a6a38fdc67a613283288a90076892d0e632447b0523674c8182e70723f2fb865f479cd6fe7a22d4d29d8bb
 DIST liferea-1.12.1.tar.bz2 1490079 BLAKE2B 
56963749537bfe7c1f57e95725756b6da43637c2f6a872482033baf04539d59f942dbb6e35ceda9426a7311b9ba70d37d0a91fb575287dbfe4f5bbc5b136
 SHA512 
d3e53127f62e91b23aa042ae6dc655eb174f2823320cc01c4cb2b9074f6547ae9a34f6daeb0c1dfb37dfb9f85890ab67223a863f2679ad15a5c7c7f3840d711a
+DIST liferea-1.12.2.tar.bz2 1466151 BLAKE2B 
cc627cb567c1b08f8ce109d24ee5021184f64129f2343ade87950027e728ee769a495f114ad41d8cffa1646ef32585521b018b5eb64bb25f59c1af6701bdf633
 SHA512 
185c9a29760b9ff053835be44b7530d069e52d11c58901c183bd634cb8d3f146e93170e6755a452f36f2d37c602313737dd6140313a1825297186c35b0222e77

diff --git a/net-news/liferea/liferea-1.12.2.ebuild 
b/net-news/liferea/liferea-1.12.2.ebuild
new file mode 100644
index 000..8df197e80aa
--- /dev/null
+++ b/net-news/liferea/liferea-1.12.2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+GNOME2_EAUTORECONF="yes"
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit gnome2 pax-utils python-single-r1
+
+MY_P=${P/_/-}
+
+DESCRIPTION="News Aggregator for RDF/RSS/CDF/Atom/Echo feeds"
+HOMEPAGE="https://lzone.de/liferea/;
+SRC_URI="https://github.com/lwindolf/${PN}/releases/download/v${PV/_/-}/${MY_P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   >=dev-db/sqlite-3.7.0:3
+   >=dev-libs/glib-2.28.0:2
+   dev-libs/gobject-introspection
+   dev-libs/json-glib
+   >=dev-libs/libpeas-1.0.0[gtk,python,${PYTHON_USEDEP}]
+   >=dev-libs/libxml2-2.6.27:2
+   >=dev-libs/libxslt-1.1.19
+   gnome-base/gsettings-desktop-schemas
+   >=net-libs/libsoup-2.42:2.4
+   net-libs/webkit-gtk:4
+   x11-libs/gtk+:3
+   >=x11-libs/pango-1.4.0"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig"
+
+S="${WORKDIR}"/${MY_P}
+
+src_configure() {
+   gnome2_src_configure --disable-schemas-compile
+}
+
+src_install() {
+   gnome2_src_install
+
+   # bug #338213
+   # Uses webkit's JIT. Needs mmap('rwx') to generate code in runtime.
+   # MPROTECT policy violation. Will sit here until webkit will
+   # get optional JIT.
+   pax-mark m "${ED%/}"/usr/bin/liferea
+}
+
+pkg_postinst() {
+   elog "If you want to enhance the functionality of this package,"
+   elog "you should consider installing:"
+   elog "net-misc/networkmanager"
+}



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

2018-03-23 Thread Tim Harder
commit: 0190cdfbd0f9a686ef47572233a97c01fef8f402
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Mar 23 22:52:23 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Mar 23 22:52:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0190cdfb

dev-python/pycairo: remove old workaround for pkgconfig path

 dev-python/pycairo/pycairo-1.16.3-r1.ebuild | 6 --
 1 file changed, 6 deletions(-)

diff --git a/dev-python/pycairo/pycairo-1.16.3-r1.ebuild 
b/dev-python/pycairo/pycairo-1.16.3-r1.ebuild
index 01ca0c90590..8c80861142d 100644
--- a/dev-python/pycairo/pycairo-1.16.3-r1.ebuild
+++ b/dev-python/pycairo/pycairo-1.16.3-r1.ebuild
@@ -28,12 +28,6 @@ DEPEND="${RDEPEND}
)
 "
 
-python_prepare_all() {
-   # Fix pkgconfig path
-   sed -i -e "/libdir =/s:\"lib\":\"$(get_libdir)\":" setup.py || die
-   distutils-r1_python_prepare_all
-}
-
 python_compile_all() {
use doc && emake -C docs
 }



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

2018-03-23 Thread Tim Harder
commit: 3ed061f06ea1f71fc0fc46bd8949bfd222d4bf31
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Mar 23 22:47:31 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Mar 23 22:48:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed061f0

dev-python/pycairo: remove old

 dev-python/pycairo/Manifest  |  3 --
 dev-python/pycairo/pycairo-1.15.4.ebuild | 65 
 dev-python/pycairo/pycairo-1.16.1.ebuild | 65 
 dev-python/pycairo/pycairo-1.16.2.ebuild | 65 
 dev-python/pycairo/pycairo-1.16.3.ebuild | 65 
 5 files changed, 263 deletions(-)

diff --git a/dev-python/pycairo/Manifest b/dev-python/pycairo/Manifest
index 97a14571552..a7d868e4087 100644
--- a/dev-python/pycairo/Manifest
+++ b/dev-python/pycairo/Manifest
@@ -1,5 +1,2 @@
 DIST pycairo-1.15.3.tar.gz 177056 BLAKE2B 
cba4a212c3537d5718a73742468444b01372902d86f88558cf63ab2ec1999dac036b349d84dff0bdcae5126998c5e921f05bab54b708a29ca2381b8d1371ac44
 SHA512 
1fc75d193eacb976f2e5a594aa07409a0f80ccb21921065c1794961143785eed48be1966d2d2d3e2d0428f9b4e956994dd851d21f3c3cb91fbc27b007a901ce8
-DIST pycairo-1.15.4.tar.gz 178436 BLAKE2B 
23c5064f537b8d8be12bb64df375c1d5be8962f80adf2437115dde59c18c3755a693b0cb8b3bee248ce8c906f23acfa264f2da6e02770bc59d823beba1bc9e7b
 SHA512 
7e785d23393a8d0c5aca9a4440eb64b0eca9a60c1a18b0dc8452edd6de9422c743d082530387bcbedd34d52377d0892ad395998e9467ba08e22c318684cbee34
-DIST pycairo-1.16.1.tar.gz 180516 BLAKE2B 
0a144eb6f17bc6621b16e00ddd40784e16e5950667d57927ee238e76d4966e828d8da3d6983e09655d3eb2d3526dcb8a44da6c48e14268cd78e1d463e59b8779
 SHA512 
757870dd28d037d0af96308e2d1eb5d55ca2025aabda66031dc77790692e420b07802ccdbeefee430825553ed993830bc6f74de83b717e6fa876108f7b54e144
-DIST pycairo-1.16.2.tar.gz 180430 BLAKE2B 
06b7f8b6c574b7afab738c7f0fecf78efafd06759394fbfe529a908011173e46aa0d89a5d041f9ec27fad8abb89b13fced8fbc0a567c8183f2072c70a3a8e357
 SHA512 
a5ac07f96f6607b1b40912b000c8b3b2114e75a6b8b314f1b68d2f5bb408dd7823c464d096c8cc26164219a961b448a4ea90b5a76683fb1807180f83cbc3b300
 DIST pycairo-1.16.3.tar.gz 188610 BLAKE2B 
71034891bae636e23379a3fdc49c9163cff61183fe46c4027bbad3206e72255e60081dbc3cb02808d5c3840b618f6c12f8106ca5a08ddb226a65917ba2da390c
 SHA512 
d60978f85eb0430f2038b0e7d0bce23602e8c180a7611eea424fd8bc3cdd8ce249af364abd0e77ab3b7ab439761721cba5c2398f51af2a89add3fb7fda8aa5db

diff --git a/dev-python/pycairo/pycairo-1.15.4.ebuild 
b/dev-python/pycairo/pycairo-1.15.4.ebuild
deleted file mode 100644
index 77146c084dc..000
--- a/dev-python/pycairo/pycairo-1.15.4.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for the cairo library"
-HOMEPAGE="https://www.cairographics.org/pycairo/ 
https://github.com/pygobject/pycairo;
-SRC_URI="https://github.com/pygobject/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
-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"
-IUSE="doc examples test xcb"
-
-# Note: xpyb is used as the C header, not Python modules
-RDEPEND="
-   >=x11-libs/cairo-1.13.1[svg,xcb?]
-"
-DEPEND="${RDEPEND}
-   xcb? ( $(python_gen_cond_dep '>=x11-libs/xpyb-1.3' 'python2*') )
-   doc? ( dev-python/sphinx )
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/hypothesis[${PYTHON_USEDEP}]
-   )
-"
-
-python_prepare_all() {
-   # Fix pkgconfig path
-   sed -i -e "/libdir =/s:\"lib\":\"$(get_libdir)\":" setup.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile() {
-   local enable_xpyb
-   python_is_python3 || enable_xpyb=$(usex xcb "--enable-xpyb" "")
-
-   esetup.py build ${enable_xpyb}
-}
-
-python_compile_all() {
-   use doc && emake -C docs
-}
-
-python_test() {
-   local enable_xpyb
-   python_is_python3 || enable_xpyb=$(usex xcb "--enable-xpyb" "")
-
-   esetup.py test ${enable_xpyb}
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/. )
-
-   if use examples; then
-   dodoc -r examples
-   fi
-
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/pycairo/pycairo-1.16.1.ebuild 
b/dev-python/pycairo/pycairo-1.16.1.ebuild
deleted file mode 100644
index ec09aca8d65..000
--- a/dev-python/pycairo/pycairo-1.16.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit 

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

2018-03-23 Thread Tim Harder
commit: 3b522ecb7c9890373b69c816de567e0296842c76
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Mar 23 22:46:33 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Mar 23 22:48:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b522ecb

dev-python/pycairo: drop xcb use flag and related deps

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

 dev-python/pycairo/pycairo-1.16.3-r1.ebuild | 53 +
 1 file changed, 53 insertions(+)

diff --git a/dev-python/pycairo/pycairo-1.16.3-r1.ebuild 
b/dev-python/pycairo/pycairo-1.16.3-r1.ebuild
new file mode 100644
index 000..01ca0c90590
--- /dev/null
+++ b/dev-python/pycairo/pycairo-1.16.3-r1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for the cairo library"
+HOMEPAGE="https://www.cairographics.org/pycairo/ 
https://github.com/pygobject/pycairo;
+SRC_URI="https://github.com/pygobject/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
+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"
+IUSE="doc examples test"
+
+RDEPEND="
+   >=x11-libs/cairo-1.13.1[svg]
+"
+DEPEND="${RDEPEND}
+   doc? ( dev-python/sphinx )
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   )
+"
+
+python_prepare_all() {
+   # Fix pkgconfig path
+   sed -i -e "/libdir =/s:\"lib\":\"$(get_libdir)\":" setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C docs
+}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/. )
+
+   if use examples; then
+   dodoc -r examples
+   fi
+
+   distutils-r1_python_install_all
+}



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

2018-03-23 Thread Michał Górny
commit: 2cee2c07a68cc9d0e9798a61d400ef4904219c94
Author: lramage94  openmailbox  org>
AuthorDate: Sun Mar  4 22:32:41 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 23 22:27:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cee2c07

app-misc/mosquitto: bump version to 1.4.15

Closes: https://github.com/gentoo/gentoo/pull/7362
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-misc/mosquitto/Manifest|  1 +
 app-misc/mosquitto/mosquitto-1.4.15.ebuild | 99 ++
 2 files changed, 100 insertions(+)

diff --git a/app-misc/mosquitto/Manifest b/app-misc/mosquitto/Manifest
index 781bd37391c..e57c2e973ef 100644
--- a/app-misc/mosquitto/Manifest
+++ b/app-misc/mosquitto/Manifest
@@ -1 +1,2 @@
 DIST mosquitto-1.4.14.tar.gz 365596 BLAKE2B 
92bcb1fd9e67711d6ce8db5e767be31a1321866205cf4cad684d8b77a8b14a2eaf5e4367a74d5dd8f814f0d229dc77ce878879632c0c34c6a23f7975bf6ae8c7
 SHA512 
dc75a971354f87deeb79f32435acfae9bc561a1a24a75ee4940a35176ff91758071930d2105d8dee2a090e07527dbfaa5692bece67e03cc87e8b4b8b46f846c2
+DIST mosquitto-1.4.15.tar.gz 368961 BLAKE2B 
28bfab7d41d9e057ba8b52e0c428967ecc5d0c25a3d73dca420ae883c2b462ee02da1eeb9c22f4d392f0ccf62224acab6f24d4a0798a594f4b9f90c907fa1495
 SHA512 
36b06547553cf28af3ca9b728c42fc27e849c4ae84d7964572d430233ab26e2b59eee2a215ac23ddf2d0bef419e7c70e64e2a22c397fadb3e0677314d03f1100

diff --git a/app-misc/mosquitto/mosquitto-1.4.15.ebuild 
b/app-misc/mosquitto/mosquitto-1.4.15.ebuild
new file mode 100644
index 000..65dffc2f3f1
--- /dev/null
+++ b/app-misc/mosquitto/mosquitto-1.4.15.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit systemd user toolchain-funcs python-any-r1
+
+DESCRIPTION="An Open Source MQTT v3 Broker"
+HOMEPAGE="http://mosquitto.org/;
+SRC_URI="http://mosquitto.org/files/source/${P}.tar.gz;
+
+LICENSE="EPL-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="bridge examples +persistence +srv ssl tcpd test websockets"
+
+REQUIRED_USE="test? ( bridge )"
+
+RDEPEND="tcpd? ( sys-apps/tcp-wrappers )
+   ssl? ( dev-libs/openssl:0= )"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   srv? ( net-dns/c-ares )
+   websockets? ( net-libs/libwebsockets )"
+
+_emake() {
+   LIBDIR=$(get_libdir)
+   emake \
+   CC="$(tc-getCC)" \
+   LIB_SUFFIX="${LIBDIR:3}" \
+   WITH_BRIDGE="$(usex bridge)" \
+   WITH_PERSISTENCE="$(usex persistence)" \
+   WITH_SRV="$(usex srv)" \
+   WITH_TLS="$(usex ssl)" \
+   WITH_WEBSOCKETS="$(usex websockets)" \
+   WITH_WRAP="$(usex tcpd)" \
+   "$@"
+}
+
+pkg_setup() {
+   enewgroup mosquitto
+   enewuser mosquitto -1 -1 -1 mosquitto
+}
+
+src_prepare() {
+   if use persistence; then
+   sed -i -e "/^#autosave_interval/s|^#||" \
+   -e "s|^#persistence false$|persistence true|" \
+   -e "/^#persistence_file/s|^#||" \
+   -e "s|#persistence_location|persistence_location 
/var/lib/mosquitto/|" \
+   mosquitto.conf || die
+   fi
+
+   # Remove prestripping
+   sed -i -e 's/-s --strip-program=${CROSS_COMPILE}${STRIP}//'\
+   client/Makefile lib/cpp/Makefile src/Makefile lib/Makefile || 
die
+
+   python_setup
+   python_fix_shebang test
+   eapply_user
+}
+
+src_compile() {
+   _emake
+}
+
+src_test() {
+   _emake test
+}
+
+src_install() {
+   _emake DESTDIR="${D}" prefix=/usr install
+   keepdir /var/lib/mosquitto
+   fowners mosquitto:mosquitto /var/lib/mosquitto
+   dodoc readme.md CONTRIBUTING.md ChangeLog.txt
+   doinitd "${FILESDIR}"/mosquitto
+   insinto /etc/mosquitto
+   doins mosquitto.conf
+   systemd_dounit "${FILESDIR}/mosquitto.service"
+
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   docinto "/usr/share/doc/${PF}"
+   doins -r examples
+   fi
+}
+
+pkg_postinst() {
+   elog ""
+   elog "The Python module has been moved out of mosquitto."
+   elog "See http://mosquitto.org/documentation/python/;
+   elog ""
+   elog "To start the mosquitto daemon at boot, add it to the default 
runlevel with:"
+   elog ""
+   elog "rc-update add mosquitto default"
+   elog "or"
+   elog "systemctl enable mosquitto"
+}



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

2018-03-23 Thread Matt Turner
commit: 7ee5b9814a6609890341c7d85cfc35089670f462
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Mar 23 22:11:50 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar 23 22:12:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ee5b981

media-libs/mesa: Depend on libdrm-2.4.89 in 17.3.7

Commit 56a9c6541e96 ("radeonsi: Export signalled sync file instead of
-1.") on the 17.3 branch bumped the required libdrm.

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

 media-libs/mesa/mesa-17.3.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/mesa/mesa-17.3.7.ebuild 
b/media-libs/mesa/mesa-17.3.7.ebuild
index b0b6cdc1138..71590c387fc 100644
--- a/media-libs/mesa/mesa-17.3.7.ebuild
+++ b/media-libs/mesa/mesa-17.3.7.ebuild
@@ -75,7 +75,7 @@ REQUIRED_USE="
video_cards_vmware? ( gallium )
 "
 
-LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.85"
+LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.89"
 # keep correct libdrm and dri2proto dep
 # keep blocks in rdepend for binpkg
 RDEPEND="



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

2018-03-23 Thread Michał Górny
commit: cd447c2a8620458f170d749eaebc5f02f05c2fbc
Author: Daniel Kenzelmann  k8n  de>
AuthorDate: Sat Mar 17 13:00:48 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 23 22:10:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd447c2a

dev-libs/pigpio: initial pull request (v67)

This is a new ebuild for the pigpio library
( http://abyz.me.uk/rpi/pigpio/ )
Supports systemd and openrc start files and also optional python support
currently needed Makefile patches will be reported/requested upstream

Closes: https://bugs.gentoo.org/646570
Closes: https://github.com/gentoo/gentoo/pull/7484

 dev-libs/pigpio/Manifest   |  1 +
 dev-libs/pigpio/files/pigpio-67-makefile.patch | 64 ++
 dev-libs/pigpio/files/pigpiod.confd|  4 ++
 dev-libs/pigpio/files/pigpiod.initd|  7 +++
 dev-libs/pigpio/files/pigpiod.systemd  |  9 
 dev-libs/pigpio/metadata.xml   | 12 +
 dev-libs/pigpio/pigpio-67.ebuild   | 40 
 7 files changed, 137 insertions(+)

diff --git a/dev-libs/pigpio/Manifest b/dev-libs/pigpio/Manifest
new file mode 100644
index 000..ed15ca2500f
--- /dev/null
+++ b/dev-libs/pigpio/Manifest
@@ -0,0 +1 @@
+DIST pigpio-67.tar.gz 369268 BLAKE2B 
a9d59369f5eed4b733e0e5c0e85013a132e55ff63a2393d79a3fb52d1fcb2513559d4dfeea84c4842d6281936b6e116bd81cd63e4542bbcffaf813ee356ee0d1
 SHA512 
9792f8402ee0dd204f4a975ab0513099a1fe3d398a28b766f412c08d7908e8e307de4cc92b2a2519b6484f15a043bd40008b7707486015c08bda5f97b1e7e00b

diff --git a/dev-libs/pigpio/files/pigpio-67-makefile.patch 
b/dev-libs/pigpio/files/pigpio-67-makefile.patch
new file mode 100644
index 000..1df4475eb0a
--- /dev/null
+++ b/dev-libs/pigpio/files/pigpio-67-makefile.patch
@@ -0,0 +1,64 @@
+--- a/Makefile 2018-03-21 19:51:11.711880972 +0100
 b/Makefile 2018-03-21 20:51:46.341684595 +0100
+@@ -9,6 +9,9 @@
+ STRIP= $(CROSS_PREFIX)strip
+ SHLIB= $(CC) -shared
+ STRIPLIB = $(STRIP) --strip-unneeded
++LDCONFIG = ldconfig
++PYTHON2  = $(shell type -P python2 || echo ':' 2> /dev/null)
++PYTHON3  = $(shell type -P python3 || echo ':' 2> /dev/null)
+ 
+ CFLAGS+= -O3 -Wall -pthread
+ 
+@@ -23,7 +26,7 @@
+ 
+ LIB  = $(LIB1) $(LIB2) $(LIB3)
+ 
+-ALL = $(LIB) x_pigpio x_pigpiod_if x_pigpiod_if2 pig2vcd pigpiod pigs
++ALL = $(LIB) pig2vcd pigpiod pigs
+ 
+ LL1  = -L. -lpigpio -pthread -lrt
+ 
+@@ -64,22 +67,21 @@
+   $(CC) -o x_pigpiod_if2 x_pigpiod_if2.o $(LL3)
+ 
+ pigpiod:  pigpiod.o $(LIB1)
+-  $(CC) -o pigpiod pigpiod.o $(LL1)
++  $(CC) $(CFLAGS) $(LDFLAGS) -o pigpiod pigpiod.o $(LL1)
+   $(STRIP) pigpiod
+ 
+ pigs: pigs.o command.o
+-  $(CC) -o pigs pigs.o command.o
++  $(CC) $(CFLAGS) $(LDFLAGS) -o pigs pigs.o command.o
+   $(STRIP) pigs
+ 
+ pig2vcd:  pig2vcd.o
+-  $(CC) -o pig2vcd pig2vcd.o
++  $(CC) $(CFLAGS) $(LDFLAGS) -o pig2vcd pig2vcd.o
+   $(STRIP) pig2vcd
+ 
+ clean:
+   rm -f *.o *.i *.s *~ $(ALL)
+ 
+ install:  $(ALL)
+-  install -m 0755 -d$(DESTDIR)/opt/pigpio/cgi
+   install -m 0755 -d$(DESTDIR)$(includedir)
+   install -m 0644 pigpio.h  $(DESTDIR)$(includedir)
+   install -m 0644 pigpiod_if.h  $(DESTDIR)$(includedir)
+@@ -92,13 +94,13 @@
+   install -m 0755 pig2vcd   $(DESTDIR)$(bindir)
+   install -m 0755 pigpiod   $(DESTDIR)$(bindir)
+   install -m 0755 pigs  $(DESTDIR)$(bindir)
+-  if which python2; then python2 setup.py install; fi
+-  if which python3; then python3 setup.py install; fi
++  $(PYTHON2) setup.py install
++  $(PYTHON3) setup.py install
+   install -m 0755 -d$(DESTDIR)$(mandir)/man1
+   install -m 0644 *.1   $(DESTDIR)$(mandir)/man1
+   install -m 0755 -d$(DESTDIR)$(mandir)/man3
+   install -m 0644 *.3   $(DESTDIR)$(mandir)/man3
+-  ldconfig
++  $(LDCONFIG)
+ 
+ uninstall:
+   rm -f $(DESTDIR)$(includedir)/pigpio.h

diff --git a/dev-libs/pigpio/files/pigpiod.confd 
b/dev-libs/pigpio/files/pigpiod.confd
new file mode 100644
index 000..dbcf8a4c3ef
--- /dev/null
+++ b/dev-libs/pigpio/files/pigpiod.confd
@@ -0,0 +1,4 @@
+# Only listen on local interface by default
+# use evironment variables PIGPIO_PORT="" and PIGPIO_ADDR="::1" for pigs 
with local interface
+# PIGPIOD_OPTS="-l -p "
+PIGPIOD_OPTS="-l"

diff --git a/dev-libs/pigpio/files/pigpiod.initd 
b/dev-libs/pigpio/files/pigpiod.initd
new file mode 100644
index 000..2b3f339dbdc
--- /dev/null
+++ b/dev-libs/pigpio/files/pigpiod.initd
@@ -0,0 +1,7 @@
+#!/sbin/openrc-run
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+pidfile="/var/run/pigpio.pid"
+command="/usr/bin/pigpiod"

[gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar/

2018-03-23 Thread Michał Górny
commit: 1f5c6695d3744e5e73e55269e5be9ecfae910d67
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 23 21:59:51 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 23 22:03:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f5c6695

xfce-base/thunar: Clean old up

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

 xfce-base/thunar/Manifest|  2 -
 xfce-base/thunar/thunar-1.6.10-r1.ebuild | 68 ---
 xfce-base/thunar/thunar-1.6.12-r1.ebuild | 80 
 3 files changed, 150 deletions(-)

diff --git a/xfce-base/thunar/Manifest b/xfce-base/thunar/Manifest
index 91552a5cf99..ba17e2d58ff 100644
--- a/xfce-base/thunar/Manifest
+++ b/xfce-base/thunar/Manifest
@@ -1,5 +1,3 @@
-DIST Thunar-1.6.10.tar.bz2 1948762 BLAKE2B 
d7e4e22110fe0f0b9de70f6e27ae66267799555a068bea44b7b8e740ab9376182fe481eddf1b570cbbece0765ea6e4f73167c20b13674013d5a5c502693cfb70
 SHA512 
56f9407907c85a631b390b6bf363ee863b5a126afc32e1b10e34434b997e82b86223737a0b0a1a8faf801258ad1cfa0585c9c3537c167f6968a2c4dac458395a
-DIST Thunar-1.6.12.tar.bz2 1929112 BLAKE2B 
51e347340bdd322bcbd46a10b5b59c8249ac3761077a5bdacece47350cdd5f1426faf5ec81b850715619ffdd81faddfab28a15996a097c589c041678288b92cf
 SHA512 
d18e0fb6b58a65889dc47852a4c513acb7ff9a99fd70d34cbc6b2806d7818893b3c999c0a63f1b7af599d3ff4336b9637944989b97e5cc7431761ce493d2259d
 DIST Thunar-1.6.13.tar.bz2 1937341 BLAKE2B 
fc47188876e694f724e3f10a0c1e621b5cae4112c9cf4951e670cb56d30ab532b04e77a29fca79096b58aac260ae8a065a6b0caf72c8b4750944dea593be9f2f
 SHA512 
d1ae8efd0652c21b14ff45be9eef2ccf6b4400c744b08b2096a47b1af4eade2df1a237d03ede3e5dccea018b626dd67ffda2ed946b31fc2d3ff214c79e30168f
 DIST Thunar-1.6.14.tar.bz2 1964822 BLAKE2B 
f080f3d0634b4b4a8e11cdb902d5f300b1829979a98b573bdb6fd11b273cdc5e37f8e8c03556561b9f8730a70c7f7c34cbfbda76fe90f86cf2c443c3f426aabe
 SHA512 
63287e35e71a6d1cb75a4d4db4d05f0fdf34d43b0ce7a2094e6aa9042d16f3eb60f7c5d755810bb0807112177e37954ba566b4f0ef701766205ed9e5561bd6e1
 DIST Thunar-1.7.0.tar.bz2 2235806 BLAKE2B 
dfe81012dd0c8e760497f5c919bc2e7d4dd5e3fe78969776022f769b6332d15c9bbfadee8eef8eb5cb60d8e482ada9b7d9c2673db4252d6ae2adc4788e0d257e
 SHA512 
28f88108a2e6c415f81363330eae6046e858988b06cf6fc4408043dc6225e229aafcc1ccd5245568fb8910594a42bc7917a259eebe3ba597f453c6635c8ce639

diff --git a/xfce-base/thunar/thunar-1.6.10-r1.ebuild 
b/xfce-base/thunar/thunar-1.6.10-r1.ebuild
deleted file mode 100644
index de2ff4b76fe..000
--- a/xfce-base/thunar/thunar-1.6.10-r1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit virtualx xfconf
-
-MY_P=${P/t/T}
-
-DESCRIPTION="File manager for the Xfce desktop environment"
-HOMEPAGE="https://docs.xfce.org/xfce/thunar/start;
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="+dbus debug exif libnotify pcre test udisks +xfce_plugins_trash"
-
-GVFS_DEPEND=">=gnome-base/gvfs-1.18.3"
-COMMON_DEPEND=">=dev-lang/perl-5.6
-   >=dev-libs/glib-2.30:=
-   >=x11-libs/gdk-pixbuf-2.14:=
-   >=x11-libs/gtk+-2.24:2=
-   >=xfce-base/exo-0.10:=
-   >=xfce-base/libxfce4ui-4.10:=
-   >=xfce-base/libxfce4util-4.10.1:=
-   >=xfce-base/xfconf-4.10:=
-   dbus? ( >=dev-libs/dbus-glib-0.100:= )
-   exif? ( >=media-libs/libexif-0.6.19:= )
-   libnotify? ( >=x11-libs/libnotify-0.7:= )
-   pcre? ( >=dev-libs/libpcre-6:= )
-   udisks? ( virtual/libgudev:= )
-   xfce_plugins_trash? ( >=xfce-base/xfce4-panel-4.10:= )"
-RDEPEND="${COMMON_DEPEND}
-   >=dev-util/desktop-file-utils-0.20-r1
-   x11-misc/shared-mime-info
-   dbus? ( ${GVFS_DEPEND} )
-   udisks? (
-   virtual/udev
-   ${GVFS_DEPEND}[udisks,udev]
-   )
-   xfce_plugins_trash? ( ${GVFS_DEPEND} )"
-DEPEND="${COMMON_DEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-REQUIRED_USE="xfce_plugins_trash? ( dbus )"
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
-   XFCONF=(
-   --docdir="${EPREFIX}"/usr/share/doc/${PF}
-   $(use_enable dbus)
-   $(use_enable udisks gudev)
-   $(use_enable libnotify notifications)
-   $(xfconf_use_debug)
-   $(use_enable exif)
-   $(use_enable pcre)
-   )
-
-   use xfce_plugins_trash || XFCONF+=( --disable-tpa-plugin )
-
-   DOCS=( AUTHORS ChangeLog FAQ HACKING NEWS README THANKS TODO )
-}
-
-src_test() {
-   Xemake check
-}

diff --git a/xfce-base/thunar/thunar-1.6.12-r1.ebuild 
b/xfce-base/thunar/thunar-1.6.12-r1.ebuild
deleted file mode 100644
index f1baaf54ef0..000
--- a/xfce-base/thunar/thunar-1.6.12-r1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# 

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

2018-03-23 Thread Lars Wendler
commit: 4499308134c8e34f5e4313da625ca7fa75a9803f
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Mar 23 22:02:20 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Mar 23 22:02:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44993081

x11-misc/lightdm: Bump to version 1.26.0. Removed old.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-misc/lightdm/Manifest | 2 +-
 x11-misc/lightdm/{lightdm-1.25.2.ebuild => lightdm-1.26.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/lightdm/Manifest b/x11-misc/lightdm/Manifest
index 1a172b1bd93..a1f23fa0d0b 100644
--- a/x11-misc/lightdm/Manifest
+++ b/x11-misc/lightdm/Manifest
@@ -1,4 +1,4 @@
 DIST introspection-20110205.m4.tar.bz2 1220 BLAKE2B 
01483c1a7b73568e01cc4d84b43c4cd946c0b5fa13aa27805fa17297112bfaabb1c5a34bd83d2ecdef2033b622dbd5e63914baacb8f6edf488a7396d26d9
 SHA512 
5c49239935b93d86cce68b577b43d1a56d8749ab5747029bfcfa67339697134be24ef29ba6c3d133b8c03e867864637c8eb61491a4b7f6bb1e56386ed66cb9be
 DIST lightdm-1.18.3.tar.xz 503968 BLAKE2B 
ec1fa0a62880708d223da972b3d9c2f2961e3e8f8baf6da9012de98818b27e0bc0e37cb6f460a25821779d83e9da1cd632484ad75ba95cb26cb9d23254600024
 SHA512 
dde34e4969d2f04e6729eb1b30d38bac9a89ff42c46f8a21e94b76beadbde450ffaa377201bd3a56e0d8d95d0640eb312ed11ecf94efb9a5a66777b944d4f234
 DIST lightdm-1.24.0.tar.xz 517552 BLAKE2B 
b4ab92b313bbb3a7bcc48a1d02b7bfb978bbc5041dbb81ceaa59c4296b2e4b069f90d9f09a4289376cb34e11331c39740f4e5370273d1315c75a9a35bd01cbb0
 SHA512 
30bad8887928f22bf2cc7ce8d7a323637dec669d47d69fb326cfcf1bb5ee9e52c1232cf680af94a25cf90a9de13d9b5ff73307c1dc8829422600d350401555b8
-DIST lightdm-1.25.2.tar.xz 515976 BLAKE2B 
e60d254518294a494270809be08f15613340c723f0546623710c6c0272f4122f14fd751138f2dc270df47b1cd8e3c7b35da2fe6df005600fd740f0d576a9fff6
 SHA512 
a0125d88ece2fd6dd70f7b8f0b5a995ec7378f625bb569c514d17903a6c691fbc1dbc7adc9b811ceea61dcd1d5ba7629d0189bc20d8cbeee1e89e527226eecf9
+DIST lightdm-1.26.0.tar.xz 516092 BLAKE2B 
0bbbe11959a2ea0c21e723d10e8831fc0d9e15475a415869634cfb41c6d576b77fd87720be33dae8456063947dd1b551e88c263ed76ef9b120c43df8c42513f3
 SHA512 
67c0671753587493ed064b66f94be58853028287c914d1101e66499bebf1408e14d33245887ce89d1c4931960225ea3984e5e625b22dc4e3020be34a3087d8e7

diff --git a/x11-misc/lightdm/lightdm-1.25.2.ebuild 
b/x11-misc/lightdm/lightdm-1.26.0.ebuild
similarity index 100%
rename from x11-misc/lightdm/lightdm-1.25.2.ebuild
rename to x11-misc/lightdm/lightdm-1.26.0.ebuild



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

2018-03-23 Thread Lars Wendler
commit: 21d19aa2455201026495dc568af692e02e4b73ee
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Mar 23 21:48:09 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Mar 23 21:48:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d19aa2

sys-libs/libblockdev: sys-apps/kmod dependency is no longer optional.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-libs/libblockdev/libblockdev-2.15-r1.ebuild | 2 +-
 sys-libs/libblockdev/libblockdev-2.16.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libblockdev/libblockdev-2.15-r1.ebuild 
b/sys-libs/libblockdev/libblockdev-2.15-r1.ebuild
index 5a0a5ca95e8..11885ae1c96 100644
--- a/sys-libs/libblockdev/libblockdev-2.15-r1.ebuild
+++ b/sys-libs/libblockdev/libblockdev-2.15-r1.ebuild
@@ -20,6 +20,7 @@ IUSE="bcache +cryptsetup dmraid doc lvm kbd test"
 CDEPEND="
>=dev-libs/glib-2.42.2
dev-libs/libbytesize
+   >=sys-apps/kmod-19
>=sys-apps/util-linux-2.27
>=sys-block/parted-3.1
cryptsetup? (
@@ -35,7 +36,6 @@ CDEPEND="
sys-fs/lvm2
virtual/udev
)
-   kbd? ( >=sys-apps/kmod-19 )
${PYTHON_DEPS}
 "
 

diff --git a/sys-libs/libblockdev/libblockdev-2.16.ebuild 
b/sys-libs/libblockdev/libblockdev-2.16.ebuild
index 5a0a5ca95e8..11885ae1c96 100644
--- a/sys-libs/libblockdev/libblockdev-2.16.ebuild
+++ b/sys-libs/libblockdev/libblockdev-2.16.ebuild
@@ -20,6 +20,7 @@ IUSE="bcache +cryptsetup dmraid doc lvm kbd test"
 CDEPEND="
>=dev-libs/glib-2.42.2
dev-libs/libbytesize
+   >=sys-apps/kmod-19
>=sys-apps/util-linux-2.27
>=sys-block/parted-3.1
cryptsetup? (
@@ -35,7 +36,6 @@ CDEPEND="
sys-fs/lvm2
virtual/udev
)
-   kbd? ( >=sys-apps/kmod-19 )
${PYTHON_DEPS}
 "
 



[gentoo-commits] proj/lisp:master commit in: dev-lisp/drakma/

2018-03-23 Thread José María Alonso
commit: c56b99692784fd6d63f508a26cc18ae249ccbf33
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Fri Mar 23 21:48:44 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Mar 23 21:48:44 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c56b9969

dev-lisp/drakma: Drops old versions

 dev-lisp/drakma/drakma-2.0.2.ebuild | 25 -
 dev-lisp/drakma/drakma-2.0.3.ebuild | 25 -
 2 files changed, 50 deletions(-)

diff --git a/dev-lisp/drakma/drakma-2.0.2.ebuild 
b/dev-lisp/drakma/drakma-2.0.2.ebuild
deleted file mode 100644
index 69cf00fa..
--- a/dev-lisp/drakma/drakma-2.0.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="Drakma is a Common Lisp HTTP client."
-HOMEPAGE="http://weitz.de/drakma/;
-SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${PF}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-   dev-lisp/chipz
-   >=dev-lisp/chunga-1.1.0
-   >=dev-lisp/cl-base64-3.3.2
-   dev-lisp/cl-plus-ssl
-   dev-lisp/cl-ppcre
-   >=dev-lisp/puri-1.5.0
-   >=dev-lisp/flexi-streams-1.0.7
-   >=dev-lisp/usocket-0.4.0"

diff --git a/dev-lisp/drakma/drakma-2.0.3.ebuild 
b/dev-lisp/drakma/drakma-2.0.3.ebuild
deleted file mode 100644
index 69cf00fa..
--- a/dev-lisp/drakma/drakma-2.0.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="Drakma is a Common Lisp HTTP client."
-HOMEPAGE="http://weitz.de/drakma/;
-SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${PF}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-   dev-lisp/chipz
-   >=dev-lisp/chunga-1.1.0
-   >=dev-lisp/cl-base64-3.3.2
-   dev-lisp/cl-plus-ssl
-   dev-lisp/cl-ppcre
-   >=dev-lisp/puri-1.5.0
-   >=dev-lisp/flexi-streams-1.0.7
-   >=dev-lisp/usocket-0.4.0"



[gentoo-commits] repo/gentoo:master commit in: www-plugins/passff/

2018-03-23 Thread Michał Górny
commit: 2c24bf3a88dd5a2988c2b3093b0568a6c503e4cf
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Fri Mar  2 23:46:42 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 23 21:38:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c24bf3a

www-plugins/passff: New Package

Closes: https://bugs.gentoo.org/645978
Closes: https://github.com/gentoo/gentoo/pull/7341

 www-plugins/passff/Manifest  |  2 ++
 www-plugins/passff/metadata.xml  | 11 ++
 www-plugins/passff/passff-1.1.ebuild | 40 
 3 files changed, 53 insertions(+)

diff --git a/www-plugins/passff/Manifest b/www-plugins/passff/Manifest
new file mode 100644
index 000..40c9f56bb39
--- /dev/null
+++ b/www-plugins/passff/Manifest
@@ -0,0 +1,2 @@
+DIST passff-1.1.json 176 BLAKE2B 
8eddc19cd0c072d25afff5cfa86a95d960ae7b986727099a04a1d983b887922f9ad77e940a2c80e0838a169afe81fa3f6529a901998bb98a6750ac888a09c264
 SHA512 
e4a4b90fb5323c6dbec339b9e67a7d546c6d7a95754fe03b3a4d96396c28de1caba3068b4e936ee0ce0997f865c8b5e53a3da1fb34f0123a04c5889302c28911
+DIST passff-1.1.py 2256 BLAKE2B 
fcde1a8d1fe4e8793df46c182a8d717931e7b5ee98ae39a6a03bf32c51528dd7036beefc47dd5839bede47a78bcb7904a745fa38522183057dd7b29e20eae726
 SHA512 
b5d4aa3d3a9455adece3d291a6e1e05178296e72828ec708cd33541f30e4fbef2385978f24ba27eaefc739e4792f4cbac1830e8dcd15380c7243e11ddbcafe9d

diff --git a/www-plugins/passff/metadata.xml b/www-plugins/passff/metadata.xml
new file mode 100644
index 000..764e78624bc
--- /dev/null
+++ b/www-plugins/passff/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   cont...@hacktivis.me
+
+
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+
+

diff --git a/www-plugins/passff/passff-1.1.ebuild 
b/www-plugins/passff/passff-1.1.ebuild
new file mode 100644
index 000..3c07171aa77
--- /dev/null
+++ b/www-plugins/passff/passff-1.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_4 )
+
+inherit python-single-r1
+
+DESCRIPTION="zx2c4 pass manager extension for Firefox (Host Binary)"
+HOMEPAGE="https://github.com/passff/passff;
+SRC_URI="
+   https://github.com/passff/passff/releases/download/${PV}/passff.json -> 
${P}.json
+   https://github.com/passff/passff/releases/download/${PV}/passff.py -> 
${P}.py
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+TARGET_DIR="/usr/lib/mozilla/native-messaging-hosts"
+
+S="${WORKDIR}"
+
+src_unpack() {
+   cp "${DISTDIR}/${P}.json" passff.json || die
+   cp "${DISTDIR}/${P}.py" passff.py || die
+}
+
+src_compile() {
+   sed -i "s|PLACEHOLDER|${EPREFIX}${TARGET_DIR}/${PN}.py|" passff.json || 
die
+   python_fix_shebang passff.py
+}
+
+src_install() {
+   insinto "${TARGET_DIR}"
+   doins passff.json
+   exeinto "${TARGET_DIR}"
+   doexe passff.py
+}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-backtrace/

2018-03-23 Thread José María Alonso
commit: 6ef862c6f007e080ac7052a12053cf5a310b8f87
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Fri Mar 23 21:42:02 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Mar 23 21:42:02 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6ef862c6

dev-lisp/trivial-backtrace: Drops version 1.0.2

 .../trivial-backtrace-1.0.2.ebuild | 23 --
 1 file changed, 23 deletions(-)

diff --git a/dev-lisp/trivial-backtrace/trivial-backtrace-1.0.2.ebuild 
b/dev-lisp/trivial-backtrace/trivial-backtrace-1.0.2.ebuild
deleted file mode 100644
index e4fc5495..
--- a/dev-lisp/trivial-backtrace/trivial-backtrace-1.0.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 eutils
-
-DESCRIPTION="A simple library for generating a backtrace portably."
-HOMEPAGE="http://common-lisp.net/project/trivial-backtrace;
-SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2;
-
-LICENSE="MIT BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-CLSYSTEMS="${PN} ${PN}-test"
-
-src_install() {
-   common-lisp-install-sources dev test
-   common-lisp-install-asdf
-   dodoc *.config
-}



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

2018-03-23 Thread Alexandre Rostovtsev
commit: 687e0c4fb428289dca2ea45f1459025da242bea6
Author: Alexandre Rostovtsev  gentoo  org>
AuthorDate: Fri Mar 23 21:21:43 2018 +
Commit: Alexandre Rostovtsev  gentoo  org>
CommitDate: Fri Mar 23 21:24:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=687e0c4f

app-misc/gcstar: belated version bump to 1.7.1 - bug #606784

Thanks to Giuseppe Foti and Jonas Stein for the ebuild.

Updated to modern EAPI and eclasses. Removed deprecated LINGUAS logic.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-misc/gcstar/Manifest|  1 +
 app-misc/gcstar/gcstar-1.7.1.ebuild | 87 +
 2 files changed, 88 insertions(+)

diff --git a/app-misc/gcstar/Manifest b/app-misc/gcstar/Manifest
index 1984fd448d5..5acaff49ba9 100644
--- a/app-misc/gcstar/Manifest
+++ b/app-misc/gcstar/Manifest
@@ -1 +1,2 @@
 DIST gcstar-1.7.0.tar.gz 4506937 BLAKE2B 
dfc6f53921ecad73676fb9943f87dfb3c465347e4d4783f1efc29ec75c35eb56ecf97f9eba6121eb22740642d186d642a3384c10ea8ef6a8b42664e1c2a056e3
 SHA512 
9cb22a7ee38bbeae67ffc6f649ef6e988da43a1f353b027bacbf14ffcca8a4c12ef28d64876b2171396315eae95f76708a1307255eabc3eed6776137e2ae7090
+DIST gcstar-1.7.1.tar.gz 4514370 BLAKE2B 
001768d7e2b4d01c97b5a34d078979ce909def1e516166aa305dd03e343bd0188bb54c7adfeb84578f063e860fa78f8faf426f64938eba0688cf5c86feebee4a
 SHA512 
2a37717c6e9bd83758bef99e810ef3321f5558bd5714aa2a332522262182daade9e623f51a256594f74094da3e680ba35d9650d0bc0451226bf41e98fdd57802

diff --git a/app-misc/gcstar/gcstar-1.7.1.ebuild 
b/app-misc/gcstar/gcstar-1.7.1.ebuild
new file mode 100644
index 000..afc8b8f716a
--- /dev/null
+++ b/app-misc/gcstar/gcstar-1.7.1.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit desktop xdg-utils gnome2-utils
+
+DESCRIPTION="Manage your collections of movies, games, books, music and more"
+HOMEPAGE="http://www.gcstar.org/;
+# Gna permanently shut down in May 2017
+# Original SRC_URI was http://download.gna.org/gcstar/${P}.tar.gz
+SRC_URI="https://launchpad.net/gcstar/1.7/${PV}/+download/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="cddb gnome mp3 spell stats tellico vorbis"
+
+RDEPEND="dev-lang/perl
+   dev-perl/Archive-Zip
+   dev-perl/DateTime-Format-Strptime
+   dev-perl/Gtk2
+   dev-perl/HTML-Parser
+   dev-perl/libwww-perl
+   dev-perl/URI
+   dev-perl/XML-Parser
+   dev-perl/XML-Simple
+   virtual/perl-Archive-Tar
+   virtual/perl-Encode
+   virtual/perl-Getopt-Long
+   virtual/perl-File-Path
+   virtual/perl-File-Spec
+   virtual/perl-File-Temp
+   virtual/perl-IO-Compress
+   virtual/perl-libnet
+   virtual/perl-Storable
+   virtual/perl-Time-Piece
+
+   cddb? ( dev-perl/Net-FreeDB )
+   gnome? ( dev-perl/gnome2-vfs-perl )
+   mp3? ( dev-perl/MP3-Info dev-perl/MP3-Tag )
+   spell? ( dev-perl/gtk2-spell )
+   stats? ( dev-perl/Date-Calc
+   dev-perl/GD[png,truetype] )
+   tellico? ( virtual/perl-Digest-MD5
+   virtual/perl-MIME-Base64 )
+   vorbis? ( dev-perl/Ogg-Vorbis-Header-PurePerl )"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${PN}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.4.0-man.patch"
+)
+
+src_install() {
+   # Yes, ED *is* needed here. GCstar's install lacks any concept of 
DESTDIR.
+   ./install --prefix="${ED}usr" \
+   --noclean --nomenu || die "install script failed"
+
+   domenu share/applications/gcstar.desktop
+   for size in 16 22 24 32 36 48 64 72 96 128 256
+   do
+   newicon -s "${size}" 
share/gcstar/icons/gcstar_${size}x${size}.png gcstar.png
+   done
+   newicon -s scalable share/gcstar/icons/gcstar_scalable.svg gcstar.svg
+   insinto /usr/share/mime/packages
+   doins share/applications/gcstar.xml
+
+   dodoc CHANGELOG README README.fr
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mime_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mime_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] proj/kde:master commit in: Documentation/package.mask/, Documentation/package.unmask/, ...

2018-03-23 Thread Andreas Sturmlechner
commit: e68ce237624c8c2d1bb0017940057327c5da2ea2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Mar 23 21:25:14 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Mar 23 21:25:14 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e68ce237

Documentation: Fix KDE Applications 18.04

 .../kde-applications-18.04.keywords| 438 ++---
 Documentation/package.mask/kde-applications-18.04  | 438 ++---
 .../package.unmask/kde-applications-18.04  | 438 ++---
 3 files changed, 657 insertions(+), 657 deletions(-)

diff --git 
a/Documentation/package.accept_keywords/kde-applications-18.04.keywords 
b/Documentation/package.accept_keywords/kde-applications-18.04.keywords
index bd5cb36ac8..edc3613abc 100644
--- a/Documentation/package.accept_keywords/kde-applications-18.04.keywords
+++ b/Documentation/package.accept_keywords/kde-applications-18.04.keywords
@@ -11,222 +11,222 @@
 

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

2018-03-23 Thread Andreas Sturmlechner
commit: 333e6ad9dc3aa53684fef91b6f1d69caafbdc2b2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Mar 23 21:24:21 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Mar 23 21:24:21 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=333e6ad9

sets: Fix KDE Applications 18.04

 sets/kde-baseapps-18.04 |   8 ++--
 sets/kdeaccessibility-18.04 |   8 ++--
 sets/kdeadmin-18.04 |   6 +--
 sets/kdeedu-18.04   |  52 ++--
 sets/kdegames-18.04 |  84 
 sets/kdegraphics-18.04  |  32 ++---
 sets/kdemultimedia-18.04|  24 +-
 sets/kdenetwork-18.04   |  48 +--
 sets/kdepim-18.04   | 114 ++--
 sets/kdesdk-18.04   |  30 ++--
 sets/kdeutils-18.04 |  32 ++---
 11 files changed, 219 insertions(+), 219 deletions(-)

diff --git a/sets/kde-baseapps-18.04 b/sets/kde-baseapps-18.04
index fc2f96488a..7e76a4ef63 100644
--- a/sets/kde-baseapps-18.04
+++ b/sets/kde-baseapps-18.04
@@ -1,4 +1,4 @@
-~kde-apps/kdialog-
-~kde-apps/keditbookmarks-
-~kde-apps/kfind-
-~kde-apps/konqueror-
+

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

2018-03-23 Thread Michał Górny
commit: dbf94d09cb2918f77b96e4db707131d22098c7d0
Author: frainz-de  mailbox  org>
AuthorDate: Wed Mar 14 14:39:31 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 23 21:20:04 2018 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=dbf94d09

repositories: Add fem-overlay

Closes: https://github.com/gentoo/api-gentoo-org/pull/116

 files/overlays/repositories.xml | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 4e3947e..feab9d4 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -1502,6 +1502,16 @@ FIN
 g...@github.com:farmboy0/portage-overlay.git
 
https://github.com/farmboy0/portage-overlay/commits/master.atom
   
+  
+fem-overlay
+FeM Gentoo Overlay
+
https://bitbucket.fem.tu-ilmenau.de/projects/GENTOO/repos/fem-overlay/
+
+  fra...@mailbox.org
+  Paul Michel
+
+https://bitbucket.fem.tu-ilmenau.de/scm/gentoo/fem-overlay.git
+  
   
 fidonet
 Overlay of Benny Pedersen



[gentoo-commits] repo/gentoo:master commit in: net-p2p/go-ipfs-bin/

2018-03-23 Thread Mikle Kolyada
commit: 4257fb6ca0e4a6f0001ba1883102a0fec6ad4859
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Mar 23 21:16:24 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Mar 23 21:17:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4257fb6c

net-p2p/go-ipfs-bin: Fix DESCRIPTION

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.11.ebuild| 4 ++--
 net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.12.ebuild| 4 ++--
 net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.13-r1.ebuild | 2 +-
 net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.13.ebuild| 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.11.ebuild 
b/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.11.ebuild
index 8e07ed6fc87..3477a3efe37 100644
--- a/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.11.ebuild
+++ b/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.11.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-DESCRIPTION="go-ipfs is the main implementation of IPFS."
+DESCRIPTION="The main implementation of IPFS."
 HOMEPAGE="https://ipfs.io/;
 SRC_URI="amd64? ( 
https://dist.ipfs.io/go-ipfs/v${PV}/go-ipfs_v${PV}_linux-amd64.tar.gz )
x86? ( 
https://dist.ipfs.io/go-ipfs/v${PV}/go-ipfs_v${PV}_linux-386.tar.gz )"

diff --git a/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.12.ebuild 
b/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.12.ebuild
index 8e07ed6fc87..3477a3efe37 100644
--- a/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.12.ebuild
+++ b/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.12.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-DESCRIPTION="go-ipfs is the main implementation of IPFS."
+DESCRIPTION="The main implementation of IPFS."
 HOMEPAGE="https://ipfs.io/;
 SRC_URI="amd64? ( 
https://dist.ipfs.io/go-ipfs/v${PV}/go-ipfs_v${PV}_linux-amd64.tar.gz )
x86? ( 
https://dist.ipfs.io/go-ipfs/v${PV}/go-ipfs_v${PV}_linux-386.tar.gz )"

diff --git a/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.13-r1.ebuild 
b/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.13-r1.ebuild
index 5771da30b8d..2383025e0dc 100644
--- a/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.13-r1.ebuild
+++ b/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.13-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 inherit bash-completion-r1
 
-DESCRIPTION="go-ipfs is the main implementation of IPFS."
+DESCRIPTION="The main implementation of IPFS."
 HOMEPAGE="https://ipfs.io/;
 SRC_URI="amd64? ( 
https://dist.ipfs.io/go-ipfs/v${PV}/go-ipfs_v${PV}_linux-amd64.tar.gz )
x86? ( 
https://dist.ipfs.io/go-ipfs/v${PV}/go-ipfs_v${PV}_linux-386.tar.gz )

diff --git a/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.13.ebuild 
b/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.13.ebuild
index 142d353d7e0..b066411259a 100644
--- a/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.13.ebuild
+++ b/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.13.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-DESCRIPTION="go-ipfs is the main implementation of IPFS."
+DESCRIPTION="The main implementation of IPFS."
 HOMEPAGE="https://ipfs.io/;
 SRC_URI="amd64? ( 
https://dist.ipfs.io/go-ipfs/v${PV}/go-ipfs_v${PV}_linux-amd64.tar.gz )
x86? ( 
https://dist.ipfs.io/go-ipfs/v${PV}/go-ipfs_v${PV}_linux-386.tar.gz )



[gentoo-commits] repo/gentoo:master commit in: dev-db/influxdb/files/, dev-db/influxdb/

2018-03-23 Thread William Hubbs
commit: e6b47481f9d802618856bc575f1391bd9eefc267
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Mar 23 21:15:59 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Mar 23 21:16:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b47481

dev-db/influxdb: new package, Open Source time series database

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-db/influxdb/Manifest  |  45 +++
 dev-db/influxdb/files/influxd.conf| 140 ++
 dev-db/influxdb/files/influxdb.confd  |  12 +++
 dev-db/influxdb/files/influxdb.rc |  34 +
 dev-db/influxdb/influxdb-1.5.1.ebuild | 102 +
 dev-db/influxdb/metadata.xml  |  13 
 6 files changed, 346 insertions(+)

diff --git a/dev-db/influxdb/Manifest b/dev-db/influxdb/Manifest
new file mode 100644
index 000..b0af2f876cb
--- /dev/null
+++ b/dev-db/influxdb/Manifest
@@ -0,0 +1,45 @@
+DIST 
github.com-BurntSushi-toml-a368813c5e648fee92e5f6c30e3944ff9d5e8895.tar.gz 
42256 BLAKE2B 
65fba0e39dbd7d9ffc5707379629ba9e8d91f186214afeb6b5f5960bd7d4b0f233247ecc1b23bff9c4ea8572f00b106ce5b833f88d975be5ffb29778fc18dcee
 SHA512 
8a54f8b1f2fb9b5882d3c1498376c15aaf00eb8d9379090c38b03a6a291215923637dae9f36db1cca700687169cb08911e515222cd72fc153a5082ff4ddb5573
+DIST 
github.com-RoaringBitmap-roaring-cefad6e4f79d4fa5d1d758ff937dde300641ccfa.tar.gz
 140675 BLAKE2B 
229edd09629c2df7c3396a84ba3d4a427aa81e8a086a305059354b6ad1bb2009fba595068b727e57b51c4d610a23cab122b080536fed9326df42d7f2c41018a9
 SHA512 
6ca696bd1dec2c3b587e76614f64ca0b09df8af042c9193e6afcf23ec34f6f5e79ee13f9fdf450c5180c6eac07cf1e346cc2d64a653ef107d035efd98c71a23c
+DIST github.com-beorn7-perks-4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9.tar.gz 
10593 BLAKE2B 
057738aefe26d3d42ba1bc0906675403512a7bab1161bc1015f6d833296778f2236cb2b99bbebd5c7db2384634fef62d2afbfc8dd59bfb1320bc6184105aa437
 SHA512 
ecac8d361b4695b1fc32a9aaf9e0785201d1bebbf270226540e2c3fe193ad21f4fe8aed4e01937bd1e7273ca394455ca6fd7cf29418710f279cbb8eb92939e32
+DIST github.com-bmizerany-pat-c068ca2f0aacee5ac3681d68e4d0a003b7d1fd2c.tar.gz 
6245 BLAKE2B 
69344b2fd9aef8454d35a1a77c5192e6d461bde063524636a1c59fe529325803ea98853073323f8957f8396fb8bac74ca135880b89120a6041007870b692e38f
 SHA512 
62b061ed5a9f037744dec9927a4c3f85dd260cf951cbc62d1eb897ee2c24d7572071fe1a97a0fecd2be866a84ea935a1e6daa34c97018cd3b391f50f0a42398f
+DIST github.com-boltdb-bolt-4b1ebc1869ad66568b313d0dc410e2be72670dda.tar.gz 
83764 BLAKE2B 
b6e248bec2aec56d3713536c1cd00c7cacb54be0c21f4a3c82c461cc0782defd25ecd991b18945ca970bb159d9a46aad3851a697f6a0de4e3c5945c3d2208b5e
 SHA512 
57586f4a26dfff950e766fd7663cc223b063aeafa32f7592a512b91bbd75315328313ec189a9461a17b65d36a99629f7b3fb0b3b6b1a2b23b1de9ad1f36a97fe
+DIST github.com-cespare-xxhash-1b6d2e40c16ba0dfce5c8eac2480ad6e7394819b.tar.gz 
7839 BLAKE2B 
d70832fb4aaf18a33b3f45e4fb82ba003e46ecc4b5cb2cbc85a482851126a15e93396f4103cad79f4d0d83d67eb583a96721a2076a89570bf08f1e88f9e89504
 SHA512 
f93e119df10acc2e525734207bad67024bc0a48e7d84f72713c8cdebe6ffa8a75f4f11504dc9a7d59ea960f5724ae16145156371e650a093a7591829ebec758b
+DIST 
github.com-collectd-go-collectd-e84e8af5356e7f47485bbc95c96da6dd7984a67e.tar.gz 
38929 BLAKE2B 
42cd83708205c355c0bc8fdc400dad066286bdd19ba2a351255ca61b7c1bc5ed0ee9fa663c59c22dcc8327ed6b5fcc58d7f5793fe090b5aeb495ed57e1d4
 SHA512 
6b7ca8a439d9cb4d8a9b30620b7b6d278c625e4331d61ec2aed25e981e2cb5bbe44476e92feb1128a849cecd361d1976a82f26b6632e3d4fb58bee406ce635e4
+DIST 
github.com-davecgh-go-spew-346938d642f2ec3594ed81d874461961cd0faa76.tar.gz 
42402 BLAKE2B 
e12d244274de239df8b72a2f020ed1f21a2dd2ebaf0448a431a9ec9d9d91a7face3f24936f3359fde39247c03c5aa5a61d2cc81bdf6bb668338cd81097bdfe7f
 SHA512 
80b9f535dd85685cfd346b3c7f946fbc8b44d0537b7a3b7827103237a85f718fee2059067a7e1f21db13322f0d3ed1f7c44c36b451b8a6b5a0f6cf4e4db6553b
+DIST 
github.com-dgrijalva-jwt-go-24c63f56522a87ec5339cc3567883f1039378fdb.tar.gz 
33535 BLAKE2B 
b20b1b0e41b52674471cfac16d4e151a650ece6e4fcd6e176e3a42d3795c47f963d155abcf6f2d4bd2fd438069c9587b28c049687bd31eda2044eff2fa7e2969
 SHA512 
b3afa346607289628947345e0e30d17fb0e736bc0b93e326e8bc5d7b564ad77387536006c1d3112955c649c4aee2e3b4f73db1013e8815447f54f8664a4c
+DIST 
github.com-dgryski-go-bits-2ad8d707cc05b1815ce6ff2543bb5e8d8f9298ef.tar.gz 2196 
BLAKE2B 
6ae32c4d0b9e4114f3b9d5a0c1a8c8e7a3d8a7aefe7ca3396f087660adcfceff789bbb6188d9f6806b35f99a7a6843d03eb77065508d5caa0c6716bc0b163283
 SHA512 
2d2a80187f913dd1801f6768ba79f1ccdc7b085eb60863ec58822ce38cc0a111dd916134dde5afc4366fcba846d2d21615dc6ca06012df3085179afbdff3d611
+DIST 
github.com-dgryski-go-bitstream-7d46cd22db7004f0cceb6f7975824b560cf0e486.tar.gz 
3009 BLAKE2B 
1bc80b61dcd45cde68ded690d7129e05c45e151290bdb6209030034305ec3557c208da6f5a5c28b71af2679dc75548cba4043f5fa5bb1fb5a700148e23860fe6
 SHA512 
7df53064b89f8f21238dd154ecf18575b87504d801d0a96198539e8f8a772e05ba12cc70ef3200d4170c7fda7e01753d7a7e46e6a8f966e7f96532e78c5db60e

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

2018-03-23 Thread Sergei Trofimovich
commit: 09a42ff57526c7f7e38f0daf65872026ade9db62
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 20:46:51 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 20:48:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09a42ff5

net-im/openfire: bump up to 4.2.3

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-im/openfire/Manifest  |  1 +
 net-im/openfire/openfire-4.2.3.ebuild | 95 +++
 2 files changed, 96 insertions(+)

diff --git a/net-im/openfire/Manifest b/net-im/openfire/Manifest
index 4c2065a75b9..dfab661cf91 100644
--- a/net-im/openfire/Manifest
+++ b/net-im/openfire/Manifest
@@ -2,3 +2,4 @@ DIST openfire_src_4_1_0.tar.gz 103449811 BLAKE2B 
4635da8c1c59f66b488951aa8844a45
 DIST openfire_src_4_1_4.tar.gz 103457596 BLAKE2B 
d69719ba84aa2ca7bebe03f151940f74488c1c191e8286a8d985b54b66078cd311d2ac50a61597214b3b99b34dc1b854f8f6c43002733897cf806292e92a13af
 SHA512 
e9b7bb62656b376ffc52db5403c262d5a986698282ac9eec02d3a893076cc6df3f4666e908672a9d65cb313505fcc377fb3d7bb62f30d665aa8523cab7d714bd
 DIST openfire_src_4_1_5.tar.gz 103508870 BLAKE2B 
cedc72fa311f3d97376588c661ac7ecb771ae616f1c9afa816fcb1434100e013b5407442cf46bd0aba68d9bd502e423a4bcfaa6f1da029a1639f14eea59575aa
 SHA512 
9ccdd2916492ab23a71856ded8024f6dea73491810ee80c8284597eaf8d2fd55ccc47c7d1da704a487aba727761fdc50f0f6baa26349673fe74dabf0f2b36e73
 DIST openfire_src_4_2_2.tar.gz 110865419 BLAKE2B 
5bfa5effcadaa770cc664923602eed9e898ae9d1118b0c460f6c4283f2e29f381707f924729391744cb4bf545a3703be9ede5a75acc91a5ebb4644b31d00ed12
 SHA512 
b19f028ae64ad26df24979e6863c4ed598ddbb84e048b8d291026726528a65fc4f53aaa42a6b8478f583326d9ce8e0bc0d0801a0a0696df6448bd79cce4e015e
+DIST openfire_src_4_2_3.tar.gz 113557155 BLAKE2B 
f01bfb57ee76be4dfea11d450534f66f1b50450095cf2d752f910352057ab421f72603b8a79f809f1e9aef20004bb90e9514e68dccb95de709083de9410e4a57
 SHA512 
8b968c94fcd779544c90de34172b00d472dc2e42142f2aa5eda01f0e0c3dda903a3b9b6d82286916bb1ae8f97fb12f0a94aeb42fad1df0b2dd47e951e03b8523

diff --git a/net-im/openfire/openfire-4.2.3.ebuild 
b/net-im/openfire/openfire-4.2.3.ebuild
new file mode 100644
index 000..54bac0e7a97
--- /dev/null
+++ b/net-im/openfire/openfire-4.2.3.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit eutils java-pkg-2 java-ant-2 systemd
+
+MY_P=${PN}_src_${PV//./_}
+DESCRIPTION="Openfire (formerly wildfire) real time collaboration (RTC) server"
+HOMEPAGE="http://www.igniterealtime.org/projects/openfire/;
+SRC_URI="http://www.igniterealtime.org/builds/openfire/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+RDEPEND=">=virtual/jre-1.7"
+DEPEND="net-im/jabber-base
+   ~dev-java/ant-contrib-1.0_beta2
+   >=virtual/jdk-1.7"
+
+S=${WORKDIR}/${PN}_src
+
+pkg_setup() {
+   java-pkg-2_pkg_setup
+}
+
+src_compile() {
+   # Jikes doesn't support -source 1.5
+   java-pkg_filter-compiler jikes
+
+   ANT_TASKS="ant-contrib"
+   eant -f build/build.xml openfire plugins $(use_doc)
+
+   # delete nativeAuth prebuilt libs:
+   #uses outdated unmaintained libshaj, does not support amd64
+   rm -rfv target/openfire/resources/nativeAuth || die
+}
+
+src_install() {
+   dodir /opt/openfire
+
+   newinitd "${FILESDIR}"/openfire-initd openfire
+   newconfd "${FILESDIR}"/openfire-confd openfire
+   systemd_dounit "${FILESDIR}"/${PN}.service
+
+   dodir /opt/openfire/conf
+   insinto /opt/openfire/conf
+   newins target/openfire/conf/openfire.xml openfire.xml.sample
+   newins target/openfire/conf/security.xml security.xml.sample
+
+   dodir /opt/openfire/logs
+   keepdir /opt/openfire/logs
+
+   dodir /opt/openfire/lib
+   insinto /opt/openfire/lib
+   doins target/openfire/lib/*
+
+   dodir /opt/openfire/plugins
+   insinto /opt/openfire/plugins
+   doins -r target/openfire/plugins/*
+
+   dodir /opt/openfire/resources
+   insinto /opt/openfire/resources
+   doins -r target/openfire/resources/*
+
+   if use doc; then
+   dohtml -r documentation/docs/*
+   fi
+   dodoc documentation/dist/*
+
+   #Protect ssl key on upgrade
+   dodir /etc/env.d/
+   echo 'CONFIG_PROTECT="/opt/openfire/resources/security/"' > 
"${D}"/etc/env.d/98openfire
+}
+
+pkg_postinst() {
+   local src
+   local dst
+
+   # http://community.igniterealtime.org/thread/52289
+   for dst in "${ROOT}"/opt/openfire/conf/{openfire,security}.xml
+   do
+   src="${dst}".sample
+   if [[ -f "${dst}" ]]; then
+   einfo "Leaving old '${dst}'"
+   else
+   einfo "Created default '${dst}'. Please edit."
+   cp -v "${src}" "${dst}" || ewarn "cp '${dst}' failed"
+ 

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

2018-03-23 Thread Alexandre Rostovtsev
commit: 114177d63df112e931fcb8dc5d674466152009ff
Author: Alexandre Rostovtsev  gentoo  org>
AuthorDate: Fri Mar 23 20:43:44 2018 +
Commit: Alexandre Rostovtsev  gentoo  org>
CommitDate: Fri Mar 23 20:43:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=114177d6

app-misc/gcstar: change SRC_URI to dev.gentoo.org - bug #634500

Gna! has been permanently shut down; GCstar upstream is inactive and
hasn't rehosted the source tarballs.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-misc/gcstar/gcstar-1.7.0.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-misc/gcstar/gcstar-1.7.0.ebuild 
b/app-misc/gcstar/gcstar-1.7.0.ebuild
index 7d283d97551..0eb9c9eb8cc 100644
--- a/app-misc/gcstar/gcstar-1.7.0.ebuild
+++ b/app-misc/gcstar/gcstar-1.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
@@ -7,7 +7,9 @@ inherit eutils fdo-mime gnome2-utils
 
 DESCRIPTION="Manage your collections of movies, games, books, music and more"
 HOMEPAGE="http://www.gcstar.org/;
-SRC_URI="http://download.gna.org/gcstar/${P}.tar.gz;
+# Gna permanently shut down in May 2017
+# Original SRC_URI was http://download.gna.org/gcstar/${P}.tar.gz
+SRC_URI="https://dev.gentoo.org/~tetromino/distfiles/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-backtrace/

2018-03-23 Thread José María Alonso
commit: 4a6f47081110b18367ae0c62ac3212b9e556383f
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Fri Mar 23 20:42:05 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Mar 23 20:42:05 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4a6f4708

dev-lisp/trivial-backtrace: Updates SRC_URI

 dev-lisp/trivial-backtrace/trivial-backtrace-1.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/trivial-backtrace/trivial-backtrace-1.1.0.ebuild 
b/dev-lisp/trivial-backtrace/trivial-backtrace-1.1.0.ebuild
index d1b8d4ba..2e88b16f 100644
--- a/dev-lisp/trivial-backtrace/trivial-backtrace-1.1.0.ebuild
+++ b/dev-lisp/trivial-backtrace/trivial-backtrace-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ inherit common-lisp-3 eutils
 
 DESCRIPTION="A simple library for generating a backtrace portably."
 HOMEPAGE="http://common-lisp.net/project/trivial-backtrace;
-SRC_URI="https://dev.gentoo.org/~nimiux/${CATEGORY}/${PN}/${P}.tar.bz2;
+SRC_URI="mirror://gentoo.org/${P}.tar.bz2"
 
 LICENSE="MIT BSD"
 SLOT="0"



[gentoo-commits] proj/portage-utils:master commit in: tests/qcheck/

2018-03-23 Thread Fabian Groffen
commit: 8c2d770ba0fc714a20c937b3b9fb7e732665e86d
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Mar 23 16:52:35 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Mar 23 16:52:35 2018 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=8c2d770b

qcheck: don't require ownership to be preserved by cp

ownership isn't really an issue here, so don't fail on it

 tests/qcheck/dotest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/qcheck/dotest b/tests/qcheck/dotest
index d7c337b..fa1feed 100755
--- a/tests/qcheck/dotest
+++ b/tests/qcheck/dotest
@@ -54,7 +54,7 @@ test 08 1 "qcheck -v a-b/pkg"
 
 # update check
 (
-cp -a "${ROOT}" mod
+cp -PR --preserve=mode,timestamps "${ROOT}" mod
 ROOT=${PWD}/mod
 test 09 0 "qcheck -u a-b/pkg && qcheck a-b/pkg"
 )



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

2018-03-23 Thread Fabian Groffen
commit: ca282deea01374d6f01746432ce3f450bcf6ac9f
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Mar 23 20:16:58 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Mar 23 20:16:58 2018 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=ca282dee

getopt: add workaround for Solaris to silence compiler

 porting.h | 19 ++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/porting.h b/porting.h
index 206c6e3..b0225df 100644
--- a/porting.h
+++ b/porting.h
@@ -32,7 +32,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
@@ -52,6 +51,24 @@
 
 #include 
 
+#if defined(__sun) && defined(__SVR4)
+/* workaround non-const defined name in option struct, such that we
+ * don't get a zillion of warnings */
+#defineno_argument 0
+#definerequired_argument   1
+#defineoptional_argument   2
+struct option {
+   const char *name;
+   int has_arg;
+   int *flag;
+   int val;
+};
+extern int getopt_long(int, char * const *, const char *,
+   const struct option *, int *);
+#else
+#include 
+#endif
+
 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(*(arr)))
 
 #ifndef BUFSIZE



[gentoo-commits] proj/portage-utils:master commit in: libq/

2018-03-23 Thread Fabian Groffen
commit: 56f9a5d07c39ce39d1e66af44bdcb370071e48de
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Mar 23 16:25:59 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Mar 23 16:25:59 2018 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=56f9a5d0

hash_fd: induce byteorder on Solaris too

 libq/hash_fd.c | 12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/libq/hash_fd.c b/libq/hash_fd.c
index 49e3af5..a88d756 100644
--- a/libq/hash_fd.c
+++ b/libq/hash_fd.c
@@ -31,7 +31,17 @@
 #ifdef HAVE_SYS_PARAM_H
 # include 
 # ifndef __BYTE_ORDER
-#  define __BYTE_ORDER BYTE_ORDER
+#  ifdef BYTE_ORDER
+#   define __BYTE_ORDER BYTE_ORDER
+#  elif defined(_LITTLE_ENDIAN)
+#   define __LITTLE_ENDIAN 1234
+#   define __BIG_ENDIAN 4321
+#   define __BYTE_ORDER __LITTLE_ENDIAN
+#  elif defined(_BIG_ENDIAN)
+#   define __LITTLE_ENDIAN 1234
+#   define __BIG_ENDIAN 4321
+#   define __BYTE_ORDER __BIG_ENDIAN
+#  endif
 # endif
 # ifndef __BIG_ENDIAN
 #  define __BIG_ENDIAN BIG_ENDIAN



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

2018-03-23 Thread Fabian Groffen
commit: bbf9f4b708e1368a86c7978681e4a82604587fbc
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Mar 23 20:11:35 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Mar 23 20:11:35 2018 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=bbf9f4b7

fix some more signedness problems

 q.c| 2 +-
 qcheck.c   | 4 ++--
 qdepends.c | 4 ++--
 qlop.c | 5 +++--
 qsize.c| 4 ++--
 5 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/q.c b/q.c
index ff79643..9c06e2a 100644
--- a/q.c
+++ b/q.c
@@ -126,7 +126,7 @@ int q_main(int argc, char **argv)
 #elif defined(__sun) && defined(__SVR4)
prog = getexecname();
rret = strlen(prog);
-   if (rret > sizeof(buf) - 1) {
+   if ((size_t)rret > sizeof(buf) - 1) {
rret = -1;
} else {
strncpy(buf, prog, rret);

diff --git a/qcheck.c b/qcheck.c
index 66589a3..c6e1ccb 100644
--- a/qcheck.c
+++ b/qcheck.c
@@ -354,8 +354,8 @@ int qcheck_main(int argc, char **argv)
.undo_prelink = false,
};
 
-   while ((i = GETOPT_LONG(QCHECK, qcheck, "")) != -1) {
-   switch (i) {
+   while ((ret = GETOPT_LONG(QCHECK, qcheck, "")) != -1) {
+   switch (ret) {
COMMON_GETOPTS_CASES(qcheck)
case 's': {
regex_t regex;

diff --git a/qdepends.c b/qdepends.c
index 117ca71..d5a8ef5 100644
--- a/qdepends.c
+++ b/qdepends.c
@@ -560,8 +560,8 @@ int qdepends_main(int argc, char **argv)
 
depend_file = depend_files[0];
 
-   while ((i = GETOPT_LONG(QDEPENDS, qdepends, "")) != -1) {
-   switch (i) {
+   while ((ret = GETOPT_LONG(QDEPENDS, qdepends, "")) != -1) {
+   switch (ret) {
COMMON_GETOPTS_CASES(qdepends)
 
case 'd': depend_file = depend_files[0]; break;

diff --git a/qlop.c b/qlop.c
index 410a94b..33e8d37 100644
--- a/qlop.c
+++ b/qlop.c
@@ -753,6 +753,7 @@ parse_date(const char *sdate, time_t *t)
 int qlop_main(int argc, char **argv)
 {
size_t i;
+   int ret;
int average = 1;
time_t start_time, end_time;
char do_time, do_list, do_unlist, do_sync, do_current, 
do_human_readable = 0;
@@ -765,8 +766,8 @@ int qlop_main(int argc, char **argv)
end_time = LONG_MAX;
do_time = do_list = do_unlist = do_sync = do_current = 0;
 
-   while ((i = GETOPT_LONG(QLOP, qlop, "")) != -1) {
-   switch (i) {
+   while ((ret = GETOPT_LONG(QLOP, qlop, "")) != -1) {
+   switch (ret) {
COMMON_GETOPTS_CASES(qlop)
 
case 't': do_time = 1; break;

diff --git a/qsize.c b/qsize.c
index acf74bf..9cd66cf 100644
--- a/qsize.c
+++ b/qsize.c
@@ -156,8 +156,8 @@ int qsize_main(int argc, char **argv)
.num_all_ignored = 0,
};
 
-   while ((i = GETOPT_LONG(QSIZE, qsize, "")) != -1) {
-   switch (i) {
+   while ((ret = GETOPT_LONG(QSIZE, qsize, "")) != -1) {
+   switch (ret) {
COMMON_GETOPTS_CASES(qsize)
case 'f': state.fs_size = 1; break;
case 's': state.summary = 1; break;



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

2018-03-23 Thread Alexandre Rostovtsev
commit: d14aee58a9e922626a06f0272a770f98393d751f
Author: Alexandre Rostovtsev  gentoo  org>
AuthorDate: Fri Mar 23 20:14:58 2018 +
Commit: Alexandre Rostovtsev  gentoo  org>
CommitDate: Fri Mar 23 20:15:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d14aee58

dev-lang/sassc: version bump to 3.5.0

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-lang/sassc/Manifest   | 2 +-
 dev-lang/sassc/{sassc-3.4.8.ebuild => sassc-3.5.0.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/sassc/Manifest b/dev-lang/sassc/Manifest
index 9eb4a8d8d7f..f86ac70c1ef 100644
--- a/dev-lang/sassc/Manifest
+++ b/dev-lang/sassc/Manifest
@@ -1,2 +1,2 @@
 DIST sassc-3.4.7.tar.gz 25834 BLAKE2B 
7eaeed2f3e454420c82e0f0b8b3877a3256835297d33e35b34517a8981d96e708de5e94364db97ffc6b702e4c136bc37db6e6d11347388b8dbecb75373bf1593
 SHA512 
f515241260557f17932ed2fc205375169c40d5b83c7a24577487426e33be607a5a8a90e58512a4e6d4ed3796f391b09ef6e148f9b293a76c73cea267dcf9440b
-DIST sassc-3.4.8.tar.gz 25840 BLAKE2B 
6292202cf9ec361e65cc6c9505bd7cd800880b7c9dd4b28eece7550c215144ba5a4bec3e06376cb056b827d9920cde2386ab3d622b218913c87c43f21316eceb
 SHA512 
ea62f1e0e9c03683a45522cfca0efdc25308f8dca56b86de0733c802268a9b9017ab7df7dbde8b3916b04ca662a96fc4a4984e02baa3b612dcfe4007743bc868
+DIST sassc-3.5.0.tar.gz 25834 BLAKE2B 
69bb085f537ca2fba70aa96326e49f756cab52a8cac631dbe0dc88459a488c65dd856deebea335d4b3539b30658b327c3d32d1e79dae1021893a0627508ceadd
 SHA512 
9c94056f66688016dd8eaae9cc791be4b397406b89f1289946c4481b5e1904486878d22fd65e695ed89f9b41a9f902932eb4074e7b0923ce3d4823ea3140334f

diff --git a/dev-lang/sassc/sassc-3.4.8.ebuild 
b/dev-lang/sassc/sassc-3.5.0.ebuild
similarity index 94%
rename from dev-lang/sassc/sassc-3.4.8.ebuild
rename to dev-lang/sassc/sassc-3.5.0.ebuild
index 6e0a0b03d30..847d2e349e3 100644
--- a/dev-lang/sassc/sassc-3.4.8.ebuild
+++ b/dev-lang/sassc/sassc-3.5.0.ebuild
@@ -20,7 +20,7 @@ LICENSE="MIT"
 SLOT="0"
 IUSE=""
 
-RDEPEND=">=dev-libs/libsass-3.4:="
+RDEPEND=">=dev-libs/libsass-3.5:="
 DEPEND="${RDEPEND}"
 
 DOCS=( Readme.md )



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

2018-03-23 Thread Alexandre Rostovtsev
commit: 8213705249303df1eed0657b4b0c83236b16785b
Author: Alexandre Rostovtsev  gentoo  org>
AuthorDate: Fri Mar 23 20:11:51 2018 +
Commit: Alexandre Rostovtsev  gentoo  org>
CommitDate: Fri Mar 23 20:11:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82137052

dev-libs/libsass: version bump to 3.5.2

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-libs/libsass/Manifest   | 2 +-
 dev-libs/libsass/{libsass-3.4.8.ebuild => libsass-3.5.2.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libsass/Manifest b/dev-libs/libsass/Manifest
index a03bf97da79..600fd707d52 100644
--- a/dev-libs/libsass/Manifest
+++ b/dev-libs/libsass/Manifest
@@ -1,2 +1,2 @@
 DIST libsass-3.4.7.tar.gz 319824 BLAKE2B 
ca3e7091816474e318fb1eaefa01e5e361a66715b6267500a93f80dfc8b34bdc595e6ddc4b1872e4399093468d4ac06a9760685d8941d92f18e1834df7715b04
 SHA512 
5d743d4345b11e9e5315aa858637d3388d2b464150a46bc8a712e1e5d1b3df9c1e6b4dcac26f91827f1c38db24a5a084d04c0962a428f2994f42ad66a25b35a8
-DIST libsass-3.4.8.tar.gz 320415 BLAKE2B 
dc7b377134ffe6619687e3a7f4c47b5a5d79d0dc530c2d301845f2af0956b674a840bb8cacbc764abfb15a001b15db2642c3f51142c746e98a15cca184c51adf
 SHA512 
5cbf5621ee45111f4a31113d2ea39f03be51d42c6e8978e7b2bfd89a8863c262a19fc17a31b910c9547dc687696b1fd4e17f2d050ec2afc4c4266dbc2ad00b72
+DIST libsass-3.5.2.tar.gz 326773 BLAKE2B 
65d2dd82872ef76a45597104cc2a531786c0cd33f8e61172b0c973c8262fbddced3b988e143f27b3b7cac2f9d17c481cf58201bfb432aa2656763319ac072b51
 SHA512 
a06f0047358eeacf5fff9ab44e833ac285e4a971829610b56ae7ed00128b4bee9fe33630c299e61337cf975caf0bc3067242c3af4db1f8aaf3898d3e63920f67

diff --git a/dev-libs/libsass/libsass-3.4.8.ebuild 
b/dev-libs/libsass/libsass-3.5.2.ebuild
similarity index 97%
rename from dev-libs/libsass/libsass-3.4.8.ebuild
rename to dev-libs/libsass/libsass-3.5.2.ebuild
index 78b45f223a4..3766263a495 100644
--- a/dev-libs/libsass/libsass-3.4.8.ebuild
+++ b/dev-libs/libsass/libsass-3.5.2.ebuild
@@ -17,7 +17,7 @@ fi
 DESCRIPTION="A C/C++ implementation of a Sass CSS compiler"
 HOMEPAGE="https://github.com/sass/libsass;
 LICENSE="MIT"
-SLOT="0/0" # libsass soname
+SLOT="0/1" # libsass soname
 IUSE="static-libs"
 
 RDEPEND=""



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

2018-03-23 Thread Alexandre Rostovtsev
commit: 4c447da6f7ca038379011d6e7b399569135a5cf8
Author: Alexandre Rostovtsev  gentoo  org>
AuthorDate: Fri Mar 23 20:16:33 2018 +
Commit: Alexandre Rostovtsev  gentoo  org>
CommitDate: Fri Mar 23 20:16:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c447da6

dev-lang/sassc: sync live ebuild

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-lang/sassc/sassc-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/sassc/sassc-.ebuild b/dev-lang/sassc/sassc-.ebuild
index 986e5579b3d..847d2e349e3 100644
--- a/dev-lang/sassc/sassc-.ebuild
+++ b/dev-lang/sassc/sassc-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,7 +20,7 @@ LICENSE="MIT"
 SLOT="0"
 IUSE=""
 
-RDEPEND=">=dev-libs/libsass-3.4:="
+RDEPEND=">=dev-libs/libsass-3.5:="
 DEPEND="${RDEPEND}"
 
 DOCS=( Readme.md )



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

2018-03-23 Thread Markus Meier
commit: 279816119674ef5e5b8ec2b094c3e71cf19384e7
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Mar 23 19:52:11 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Mar 23 19:52:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27981611

xfce-extra/xfce4-systemload-plugin: arm stable, bug #643074

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.1.ebuild 
b/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.1.ebuild
index e5e4a45ba51..875c05494ff 100644
--- a/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.1.ebuild
+++ b/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="upower"
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



  1   2   >