[gentoo-commits] proj/pms:master commit in: /

2017-02-22 Thread Ulrich Müller
commit: 1dd04665efb56e67ee889ccea38974790023
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Feb 20 08:49:14 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Feb 20 08:49:14 2017 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=1dd04665

pkg-mgr-commands.tex: LZMA Utils replaced by XZ Utils.

 pkg-mgr-commands.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index c370a12..0323904 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -864,9 +864,9 @@ has returned.
 \item deb packages (\t{*.deb}). Ebuilds must ensure that the deb2targz 
program is installed on
 those platforms where the GNU binutils ar program is not available and the 
installed ar program is
 incompatible with GNU archives. Otherwise, ebuilds must ensure that GNU 
binutils is installed.
-\item lzma-compressed files (\t{*.lzma}). Ebuilds must ensure that LZMA 
Utils is installed.
-\item lzma-compressed tar files (\t{*.tar.lzma}). Ebuilds must ensure that 
LZMA Utils and
-GNU tar are installed.
+\item lzma-compressed files (\t{*.lzma}). Ebuilds must ensure that XZ 
Utils is installed.
+\item lzma-compressed tar files (\t{*.tar.lzma}). Ebuilds must ensure that 
XZ Utils and GNU tar
+are installed.
 \item xz-compressed files (\t{*.xz}). Ebuilds must ensure that XZ Utils is 
installed. Only for
 EAPIs listed in table~\ref{tab:unpack-extensions-table} as supporting 
\t{.xz}.
 \item xz-compressed tar files (\t{*.tar.xz, *.txz}). Ebuilds must ensure 
that XZ Utils and



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

2017-02-22 Thread Jeroen Roovers
commit: fff6c46456187025fd6e340193085c0b0a3372e5
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Feb 23 07:44:05 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Feb 23 07:44:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fff6c464

x11-misc/redshift: Old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-misc/redshift/Manifest |  1 -
 x11-misc/redshift/redshift-1.10.ebuild | 86 --
 x11-misc/redshift/redshift-1.11.ebuild | 86 --
 3 files changed, 173 deletions(-)

diff --git a/x11-misc/redshift/Manifest b/x11-misc/redshift/Manifest
index f4c71a77b9..9b4e06a13f 100644
--- a/x11-misc/redshift/Manifest
+++ b/x11-misc/redshift/Manifest
@@ -1,2 +1 @@
-DIST redshift-1.10.tar.gz 519595 SHA256 
f7a1ca1eccf662995737e14f894c2b15193923fbbe378d151e346a8013644f16 SHA512 
0fd3867d883268279b6297a0eec1bcdc20022a893b935fd4767fbfc0797ad044777af4cf1efcfec7a1f362306ae88869f73b20c91b29844e9e201881c5b56260
 WHIRLPOOL 
3aa705a5afedb4ebb7fcab98afec0d69ea5c8c7cd280eee72fc2aff260df85d00b0af722ce6fc1e3e04d000e30d37eb2ddca8b82d6a25e9d587f4e0d98bfc626
 DIST redshift-1.11.tar.gz 543804 SHA256 
a89cee0dc822fa2bfda0703d8ecedeccc08da3aebdf1880593f28da81c3dc879 SHA512 
bcdb4c120efec3955f4f91f1290db0679e987e25d6610bd90ee8540a96bb11338e36b10680736490ea0b7e9eca5bc195b51767a5badf0b80495dc3da44c4ed8c
 WHIRLPOOL 
c8bb70fde237bc7fc841d9272c029fe92c7ad564711a377a578cb6c126ae5a24d2756d3df3dc2de8053738301170040284c65a5e1da66fb29755a8e4a4bf5f17

diff --git a/x11-misc/redshift/redshift-1.10.ebuild 
b/x11-misc/redshift/redshift-1.10.ebuild
deleted file mode 100644
index 8f152334a1..00
--- a/x11-misc/redshift/redshift-1.10.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python3_4 )
-
-inherit systemd autotools eutils gnome2-utils python-r1
-
-DESCRIPTION="A screen color temperature adjusting software"
-HOMEPAGE="http://jonls.dk/redshift/;
-SRC_URI="https://github.com/jonls/redshift/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="appindicator geoclue gtk nls"
-
-COMMON_DEPEND=">=x11-libs/libX11-1.4
-   x11-libs/libXxf86vm
-   x11-libs/libxcb
-   x11-libs/libdrm
-   geoclue? ( app-misc/geoclue:2.0 dev-libs/glib:2 )
-   gtk? ( ${PYTHON_DEPS} )"
-RDEPEND="${COMMON_DEPEND}
-   gtk? ( dev-python/pygobject[${PYTHON_USEDEP}]
-   x11-libs/gtk+:3[introspection]
-   dev-python/pyxdg[${PYTHON_USEDEP}] )"
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/intltool-0.50
-   nls? ( sys-devel/gettext )
-   appindicator? ( dev-libs/libappindicator )
-"
-
-src_prepare() {
-   epatch_user
-   eautoreconf
-}
-
-src_configure() {
-   python_export_best
-
-   econf \
-   --disable-silent-rules \
-   $(use_enable nls) \
-   --enable-drm \
-   --enable-randr \
-   --enable-vidmode \
-   --disable-wingdi \
-   \
-   --disable-corelocation \
-   --disable-geoclue \
-   $(use_enable geoclue geoclue2) \
-   \
-   $(use_enable gtk gui) \
-   --with-systemduserunitdir="$(systemd_get_userunitdir)" \
-   --disable-quartz \
-   --disable-ubuntu
-}
-
-_impl_specific_src_install() {
-   emake DESTDIR="${D}" pythondir="$(python_get_sitedir)" \
-   -C src/redshift-gtk install
-}
-
-src_install() {
-   emake DESTDIR="${D}" UPDATE_ICON_CACHE=/bin/true install
-
-   if use gtk; then
-   python_foreach_impl _impl_specific_src_install
-   python_replicate_script "${D}"/usr/bin/redshift-gtk
-   dosym redshift-gtk /usr/bin/gtk-redshift
-   fi
-}
-
-pkg_preinst() {
-   use gtk && gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   use gtk && gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   use gtk && gnome2_icon_cache_update
-}

diff --git a/x11-misc/redshift/redshift-1.11.ebuild 
b/x11-misc/redshift/redshift-1.11.ebuild
deleted file mode 100644
index 520599d5db..00
--- a/x11-misc/redshift/redshift-1.11.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python3_4 )
-
-inherit systemd autotools eutils gnome2-utils python-r1
-
-DESCRIPTION="A screen color temperature adjusting software"
-HOMEPAGE="http://jonls.dk/redshift/;
-SRC_URI="https://github.com/jonls/redshift/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="appindicator geoclue gtk nls"
-
-COMMON_DEPEND=">=x11-libs/libX11-1.4
-   x11-libs/libXxf86vm
-   x11-libs/libxcb
-   x11-libs/libdrm
-   

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

2017-02-22 Thread Michael Weber
commit: 89c8faa3c076e27b2b646d4e22b340aa44584c3c
Author: Michael Weber  gentoo  org>
AuthorDate: Thu Feb 23 07:41:26 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Thu Feb 23 07:41:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c8faa3

dev-dotnet/libgdiplus: ppc ppc64 stable (bug 570434).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-dotnet/libgdiplus/libgdiplus-4.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-dotnet/libgdiplus/libgdiplus-4.2-r3.ebuild 
b/dev-dotnet/libgdiplus/libgdiplus-4.2-r3.ebuild
index 22a97af9dd..6084ad46c1 100644
--- a/dev-dotnet/libgdiplus/libgdiplus-4.2-r3.ebuild
+++ b/dev-dotnet/libgdiplus/libgdiplus-4.2-r3.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.mono-project.com;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~amd64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 SRC_URI="http://download.mono-project.com/sources/${PN}/${P}.tar.gz;
 
 IUSE="cairo"



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

2017-02-22 Thread Fabian Groffen
commit: c61ee4092495b987a614a1a9cb96533f059e95c3
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Feb 23 07:33:17 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Feb 23 07:33:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c61ee409

mail-mta/exim: bump to Exim 4.89 RC6

Package-Manager: portage-2.3.3

 mail-mta/exim/Manifest   | 4 ++--
 mail-mta/exim/{exim-4.89_rc5.ebuild => exim-4.89_rc6.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-mta/exim/Manifest b/mail-mta/exim/Manifest
index 0429bdcca0..e587e0c87a 100644
--- a/mail-mta/exim/Manifest
+++ b/mail-mta/exim/Manifest
@@ -1,5 +1,5 @@
 DIST exim-4.88.tar.bz2 1824610 SHA256 
119d5fd7e31fc224e84dfa458fe182f200856bae7adf852a8287c242161f8a2d SHA512 
ea094bf703628c201de119fc5f09539475e52158e935f8f2a9e4138c4a1bfe885017145c3cc5e22aa9087b195091955c69385ebf1ea0baec64ed5c1b8e3b1caf
 WHIRLPOOL 
d2d8c404217fcc5bbc7bc18500456f2709a099b0a31d4930343b836c35c62e3914fa1c686ea7d9ba5eea95f0caab13c3b76c1508eda74cb75dabb0d61472428e
-DIST exim-4.89_RC5.tar.bz2 1841006 SHA256 
08587e46f5a108184dff5be5d78c38e74e4355c14195762c3068f78c2104a971 SHA512 
a6aadc3347f93cb591e96f99c33567840c2f11176b528b1a423d1e8d31409fb9632c91090ccd4f0bd6f18ea5ccd6c20f47cac5e4f869807a3476a063efa9a50e
 WHIRLPOOL 
13dda359ca454b8ad5cfc99c6a714866276539461540b53bfb92a14016bd9ea09cfc9394609899af8e0f089a2be97c0701c5bfd6efc72ca0b5d7e8831f91a137
+DIST exim-4.89_RC6.tar.bz2 1843883 SHA256 
22adfa9eec3e0ec36df1d6948f337fcee2747440f807d9de47324ead7ef55585 SHA512 
223693b698627890edea6cc2b5d500d19b8437d81e249f16a56c93d29b2c8dac9141586d2625d4462350cad73f281208e8e19a84d2294f39227743efc0471a0c
 WHIRLPOOL 
615f5e732d79e44f3ab60bc24a3959ec9c4e7cacab8ad869ee7ca2002df2104fe49355f9979a37d9dc78dfcc58ec741329b4abcda1b60a5cd3411408f8a3a28e
 DIST exim-pdf-4.88.tar.bz2 1922494 SHA256 
33736fafb45c5922fcbc0def7626f46cb74927987b78943aa26949ef30789574 SHA512 
8c4f580fa319c0285bcb49056ecd72b056cbbfa287a15a4d856965b4218469c85607ec7321ae0f2ba3be868f05a70a7fb8a77d5836a574417e6bffc64720bee5
 WHIRLPOOL 
7e3e65c58cc9a313d3440de6b79ed4f113ea265e39201aa2d36c091037c2b20718bd49f04e99f2aa029a20d238cd21178762e2ba6b470596309e83fb3ffc542b
-DIST exim-pdf-4.89_RC5.tar.bz2 1924483 SHA256 
e97f86455b53936e78d2e6c363d658b64f705a367a5466cddba939efc35da9a7 SHA512 
486cb5ae57fd7e67196263e45e681c6d9a07ff1e4233b69b9a23229e6c1dbd03b283882ff5579dab7be447308245e7e2c87a5f1a7004734cf270199cc09fa4a8
 WHIRLPOOL 
12bb40c637f45331f4f65bd3dcaa4c26e33e8e989e998493454b3c3397970639193f8411f275471fc2192dad637ddce59e5959959aaa1dd29a95a09435c1e49b
+DIST exim-pdf-4.89_RC6.tar.bz2 1924272 SHA256 
f102ac4f887c43be194385515b30e2e673d0cd46e0da8d4ed2ec278a8ea82faf SHA512 
575ca8f13dd0042d3d6fc08dab0103aadaeb9cd4e3235dde3b734136744ab7c2b886d6e2ec92e18ee34c5f74223881e8baf4980615ac1f62d1977102f4d37b67
 WHIRLPOOL 
cc716472208f47804e5ae4c6c4de9884602b38c5c38f122555c1ad1c828361847505c6270dcaafe48c3bbb708213bb6059893f373f13f79df51b291bb4442852
 DIST system_filter.exim.gz 3075 SHA256 
3a3471b486a09e0a0153f7b520e1eaf26d21b97d73ea8348bdc593c00eb1e437 SHA512 
cb358d3ce2499a0bb5920d962a06f2af8486e55ec90c8c928bd8e3aefb279aa57f5f960d5adfcef68bd94110b405eaa144e9629cfe6014a529c79c544600bbf3
 WHIRLPOOL 
ce68d9c18b24eca3ef97ea810964cc1ada5f85b795a7c432ad39b5788188a16419101c92fb52b418738d760e1d658f7a41485e5561079a667d84d276c71be5a4

diff --git a/mail-mta/exim/exim-4.89_rc5.ebuild 
b/mail-mta/exim/exim-4.89_rc6.ebuild
similarity index 100%
rename from mail-mta/exim/exim-4.89_rc5.ebuild
rename to mail-mta/exim/exim-4.89_rc6.ebuild



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

2017-02-22 Thread Fabian Groffen
commit: 858531ff0de04531902d323198793f7ff29a176e
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Feb 23 07:31:15 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Feb 23 07:31:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=858531ff

profiles/package.mask: update mask for Exim 4.89 RC6

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

diff --git a/profiles/package.mask b/profiles/package.mask
index e3ee0401ec..3a5e185020 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -246,7 +246,7 @@ dev-python/mwlib-rl
 
 # Fabian Groffen  (31 Jan 2017)
 # Mask upcoming Exim release candidates
-=mail-mta/exim-4.89_rc5
+=mail-mta/exim-4.89_rc6
 
 # David Seifert  (30 Jan 2017)
 # No maintainer activity since git migration, dated eclass



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

2017-02-22 Thread Hans de Graaff
commit: 46f166f2cc6f6954138f21b7e027208ba2b13fb3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Feb 23 06:52:14 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Feb 23 06:52:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46f166f2

dev-ruby/shoulda-context: add ruby24

Package-Manager: portage-2.3.3

 dev-ruby/shoulda-context/shoulda-context-1.2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/shoulda-context/shoulda-context-1.2.2.ebuild 
b/dev-ruby/shoulda-context/shoulda-context-1.2.2.ebuild
index af8021b342..b367249dd1 100644
--- a/dev-ruby/shoulda-context/shoulda-context-1.2.2.ebuild
+++ b/dev-ruby/shoulda-context/shoulda-context-1.2.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.md README.md"



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

2017-02-22 Thread Hans de Graaff
commit: fe092cb678d883ad5b8978f223b988ce3ecd3870
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Feb 23 06:44:52 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Feb 23 06:44:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe092cb6

dev-ruby/domain_name: add 0.5.20170223

Package-Manager: portage-2.3.3

 dev-ruby/domain_name/Manifest  |  1 +
 .../domain_name/domain_name-0.5.20170223.ebuild| 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/domain_name/Manifest b/dev-ruby/domain_name/Manifest
index 4c4201da23..ba5a4720fd 100644
--- a/dev-ruby/domain_name/Manifest
+++ b/dev-ruby/domain_name/Manifest
@@ -2,4 +2,5 @@ DIST domain_name-0.5.20160615.gem 116224 SHA256 
afb018732f1d0b322b213413868cd210
 DIST domain_name-0.5.20160826.gem 118784 SHA256 
bd177e0e1354fbb96fe66ad5330da417c202f88ee7368f3e2eabf642ee7ee765 SHA512 
7e01cd405c099198624a3c904adf43ef6c24673d19de3961bf29a08853de3f6c279c3c7d6cdbd9bd1534a59bbdc8d6adc37f275af123d9d0f94dfb71dd33
 WHIRLPOOL 
62a1d97aa5ad9b1effebf0f3862313daeeb6b69b07d225be3c808cf0bada6a3a721921a61c80123157db8a0dda9d4cf51980fa55d6dff359a0b0adb41be042e0
 DIST domain_name-0.5.20161021.gem 119296 SHA256 
549ebe3f9ca703354f319c3733d46a926ef72c9654c769b325df40ff9f49acf8 SHA512 
a77436b7c250fac717aeed494c58f2e1444e09a98387e6187746d0756cdfcb4848752415258358f5db9843c08a73aa904a193b5894e8f7499f98c4c3f2118a74
 WHIRLPOOL 
4a55767b73e4ff3f4d6969af46610abbfaad0e49c320e518f3735434b07a64dde78281d3bc2bde9febfaf3648a9533cfaa91374de3986291bde943d23a438c2c
 DIST domain_name-0.5.20161129.gem 120320 SHA256 
e8f92582942a41348f02eaa7cc061b9b9d54d81ff9251d1bc3f0cc499c78083f SHA512 
87faedd07e3ab521c5468108afa09dba26476dc15493e27c3f0bab49ba0deb609d2a43626a0a9573fc36c9343bc9a641fefe61bab0a4525704e3083bcca2edd9
 WHIRLPOOL 
abd5622d2692ae2a15b044e299b53b05d40d94c08c9705033484e02aa8a8ec7502d7ce515a1128886a7f5715c38c356a6a71a7ee60df7671b84a630b2fff87d9
+DIST domain_name-0.5.20170223.gem 120320 SHA256 
faa895f66fe3c3f9cd9f77bbcc10f3a8456b85163e5480d1c64b804532fd6bad SHA512 
08842b21fccb0aeb521e99652cdfb36ac276c96ee83d14438f872287f0e11e0c05818c2b7dfee2dfe2be8cf4ff95bc2d30be54dd12fe7b6e84c620e50b24
 WHIRLPOOL 
3f07670d1d7b6ca2c2377294b8fabc168a4b5f2ed4035ef3b3bb6fabb098f444a0a9f867c26b00d7681d08d43c40f9eab07314d2fb15ce74a97cf2e33356393f
 DIST domain_name-0.5.24.gem 104448 SHA256 
8cbd6aea8859823f89aefeec49232e9d4377456fd42d08accfbc0cc6b32a55f6 SHA512 
46caf0be89c3b2f38f79180c14f4eaa1096f12f80feb881dafb394033d2c6118f481c898310d281d15acd5b9a54473c9d9ee8f0e77dda5b03c40a0d6f137f602
 WHIRLPOOL 
df40be6b18f08f242bafeb985a93692e3286a3889b738790108c7df64eff90dfe28c874b06f7cefd7e8ee295753126ee2d32ceb89dca65c71b95721064301161

diff --git a/dev-ruby/domain_name/domain_name-0.5.20170223.ebuild 
b/dev-ruby/domain_name/domain_name-0.5.20170223.ebuild
new file mode 100644
index 00..767203336b
--- /dev/null
+++ b/dev-ruby/domain_name/domain_name-0.5.20170223.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Domain Name manipulation library for Ruby"
+HOMEPAGE="https://github.com/knu/ruby-domain_name;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/unf-0.0.5-r1:0"
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/test-unit-2.5.5
+   dev-ruby/shoulda
+   )"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/,/end/ d; i gem "unf"' test/helper.rb || die
+   rm Gemfile* || die
+
+   # Remove development dependencies
+   sed -i -e '/dependency.*\(shoulda\|bundler\|jeweler\|rdoc\)/d' \
+   ${RUBY_FAKEGEM_GEMSPEC} || die
+
+   # Avoid dependency on git.
+   sed -i -e 's/`git ls-files`/""/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   ruby-ng_testrb-2 -Ilib:test test/test_*.rb
+}



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

2017-02-22 Thread Hans de Graaff
commit: 613144be5fd446a6fbd2970d0042ab90fcc98b02
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Feb 23 06:41:32 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Feb 23 06:41:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=613144be

dev-ruby/css_parser: add 1.4.9

Package-Manager: portage-2.3.3

 dev-ruby/css_parser/Manifest|  1 +
 dev-ruby/css_parser/css_parser-1.4.9.ebuild | 45 +
 2 files changed, 46 insertions(+)

diff --git a/dev-ruby/css_parser/Manifest b/dev-ruby/css_parser/Manifest
index 264ca6e7d1..833f119650 100644
--- a/dev-ruby/css_parser/Manifest
+++ b/dev-ruby/css_parser/Manifest
@@ -1,3 +1,4 @@
 DIST css_parser-1.4.6.tar.gz 25922 SHA256 
d00522d5a5e116253586e9c45411ea72ed495589cf14254930c67a03dda5012b SHA512 
300147893671948603ebd696449235997088cce588b57b6fb59acc2e190bf1c8ddd98c6e59cd41b157807b2cca3cc8edd3aa1c352e1865d3f5f6238a4d13cd01
 WHIRLPOOL 
a912f1b4d9277c436b37aa2aae66f1f7e9c724373239ad7d0e7a357e917afe5ab42bb06e335871f744049611c3966b53b3f098a457ef84694f975a86ab37aaee
 DIST css_parser-1.4.7.tar.gz 25916 SHA256 
2a0a502c80e76784e7d5b162a64d8d4da04653a4491aba39f5f2f548fab27c87 SHA512 
f45ae04af3d78ae956392fc478cea3ccfece378acb9e169ffd29a24e3f1ed208cddf1d6d2cb5e0ce12780bd5e0dda12032d920b4cc11e2b3f25b08b3aeb92af8
 WHIRLPOOL 
c9fd1d175d0db7135e814cf0b7205d965fa6a292d47ec4390a581ecde9ac14c6bd6cf0e87e554f8207cdd158d7250ea09fca1380a9fb6d978e86c7fb1255b1be
 DIST css_parser-1.4.8.tar.gz 26267 SHA256 
62d11ff2b6f27c3658df56da4e98bbc60b4b8cea085b50ef0c6b47046e63c743 SHA512 
b311ecbaef5fe4939bd9a947477597a60edb9ac184a36d67bc8d008ac085bd74acbe82e28a4d92b043d855c5881e85245d0a1a2d322ab2a82ca9ea651555b3ef
 WHIRLPOOL 
cbf4fb580a8be0922b48cee3b36abb6e0b2eee25aee5e470db223cb31f5da1fc90d937bd5f7930c9a3af9d1f4eb9cd6a5005a9aadd24d1e200425c181352dd8d
+DIST css_parser-1.4.9.tar.gz 26405 SHA256 
2b90c7b4caedc8b15f05e90ed032ff0fa8c1a172ed5c270a04b2206980d06920 SHA512 
bf5d053767d56253151786db7915feb1a2c7daf08702ff8d4d431d65f8b3e16ead59055866dd6bf239dfb68e37f35f1578ed4c850bf37e6ba395ea5e53a2f51a
 WHIRLPOOL 
8e958c83eb7f79560c4b31558806d83b7394d9a2ae6eabf7f04f6d5587d3d59a6ab8c4212e46384b78bb6116a572ed6a9860c32a33b9c1357c94630f5caeace5

diff --git a/dev-ruby/css_parser/css_parser-1.4.9.ebuild 
b/dev-ruby/css_parser/css_parser-1.4.9.ebuild
new file mode 100644
index 00..0a9a0aec4f
--- /dev/null
+++ b/dev-ruby/css_parser/css_parser-1.4.9.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOC_DIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md "
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+GITHUB_USER="premailer"
+GITHUB_PROJECT="${PN}"
+inherit ruby-fakegem
+
+DESCRIPTION="Sass-based Stylesheet Framework"
+HOMEPAGE="http://compass-style.org/ https://github.com/premailer/css_parser/;
+LICENSE="MIT"
+
+SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz
 -> ${GITHUB_PROJECT}-${PV}.tar.gz"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+ruby_add_rdepend "dev-ruby/addressable
+   virtual/ruby-ssl"
+
+ruby_add_bdepend "test? ( dev-ruby/maxitest )"
+
+all_ruby_prepare() {
+   # get rid of bundler usage
+   rm Gemfile || die
+   sed -i -e '/bundler/d' -e '/bump/d' Rakefile || die
+   sed -i -e '/bundler/d' test/test_helper.rb || die
+   # Avoid tests using the network.
+   sed -i -e '/test_loading_a_remote_file_over_ssl/,/end/ s:^:#:' 
test/test_css_parser_loading.rb || die
+
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib test/*.rb || die
+}



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

2017-02-22 Thread Tim Harder
commit: 193d4d28350a19aaf267d02537101f42150da558
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Feb 23 06:04:39 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Feb 23 06:04:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=193d4d28

dev-python/pluggy: remove old

 dev-python/pluggy/Manifest|  1 -
 dev-python/pluggy/pluggy-0.3.1.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-python/pluggy/Manifest b/dev-python/pluggy/Manifest
index 98165e6b5f..cc56a7cc36 100644
--- a/dev-python/pluggy/Manifest
+++ b/dev-python/pluggy/Manifest
@@ -1,2 +1 @@
-DIST pluggy-0.3.1.tar.gz 15821 SHA256 
159cc783e056c07da6552aa5aef6b1e6c0064b4f18bd49c531fd2d40aafb0ea3 SHA512 
ebff28ef6d5eb78d8043fcf3860e43dd80bd800c12f6f744ae2a8757815f94034c858dbd6f4ab35dd4c609d4446aeb1783ace4f54ea6c3de6ec295ec06c7abb8
 WHIRLPOOL 
a1b516135fa770c519994e0e1f045ac1c16e9166f169edc6b5fe79a0b68308273c8c28d6db138f7042dfe95d2e97e5bddd1d7fcfcc3b89cf5e4aee2da9d73c23
 DIST pluggy-0.4.0.zip 19054 SHA256 
dd841b5d290b252cf645f75f3bd37ceecfa0f36394ab313e4f785fe68a4081a4 SHA512 
1a6e28df05751767df1ac3dfac4c29ba0367f05ae9c8c6a7f5163bb53de36f90226ed18baedeb41bc8ca23504ca61a9b32ef907d3ec3fee7512bcdf45a56d19c
 WHIRLPOOL 
6fe852f807f8966d5df39a118871097758885c95c7aa1e722278704c8ccfaee14e6c18abf7e2033e4801aa0934a2ff0eb64ac3a8db5a53fc86841f6a9cf688cc

diff --git a/dev-python/pluggy/pluggy-0.3.1.ebuild 
b/dev-python/pluggy/pluggy-0.3.1.ebuild
deleted file mode 100644
index 3403f2ef43..00
--- a/dev-python/pluggy/pluggy-0.3.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="plugin and hook calling mechanisms for python"
-HOMEPAGE=" http://pypi.python.org/pypi/pluggy;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )"
-
-python_test() {
-   py.test -v -v || die
-}



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

2017-02-22 Thread Tim Harder
commit: 06a5c488ab4dbd33882bbe15b063b4c119223a0e
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Feb 23 05:23:52 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Feb 23 05:50:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a5c488

dev-python/pluggy: add py36 support

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

diff --git a/dev-python/pluggy/pluggy-0.4.0.ebuild 
b/dev-python/pluggy/pluggy-0.4.0.ebuild
index 2db6f6e335..5626806330 100644
--- a/dev-python/pluggy/pluggy-0.4.0.ebuild
+++ b/dev-python/pluggy/pluggy-0.4.0.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy pypy3 )
 
 inherit distutils-r1
 



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

2017-02-22 Thread Tim Harder
commit: 03b97b12f51684956f9f86428b7ae146f7d355f6
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Feb 23 05:49:14 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Feb 23 05:50:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03b97b12

dev-python/tox: add py36 compat

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

diff --git a/dev-python/tox/tox-2.4.1.ebuild b/dev-python/tox/tox-2.4.1.ebuild
index 59adc418a0..4e2f7c2416 100644
--- a/dev-python/tox/tox-2.4.1.ebuild
+++ b/dev-python/tox/tox-2.4.1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy )
 
 inherit distutils-r1
 



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

2017-02-22 Thread Mike Frysinger
commit: c77f5d08df938a39f79cbed4d93f864f13304192
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu Feb 23 05:46:38 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Feb 23 05:46:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c77f5d08

x11-proto/xproto: mark 7.0.29 s390/sh stable

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

diff --git a/x11-proto/xproto/xproto-7.0.29.ebuild 
b/x11-proto/xproto/xproto-7.0.29.ebuild
index 4d6d178926..5357bc8378 100644
--- a/x11-proto/xproto/xproto-7.0.29.ebuild
+++ b/x11-proto/xproto/xproto-7.0.29.ebuild
@@ -9,7 +9,7 @@ XORG_MULTILIB=yes
 inherit xorg-2
 
 DESCRIPTION="X.Org xproto protocol headers"
-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=""



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

2017-02-22 Thread Mike Frysinger
commit: af127b75e1542ab2b924f6d1981257d85cf420e5
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu Feb 23 05:43:46 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Feb 23 05:43:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af127b75

app-misc/screen: mark 4.4.0 m68k/s390/sh stable

 app-misc/screen/screen-4.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/screen/screen-4.4.0.ebuild 
b/app-misc/screen/screen-4.4.0.ebuild
index fb09b4d971..94cf34c9e1 100644
--- a/app-misc/screen/screen-4.4.0.ebuild
+++ b/app-misc/screen/screen-4.4.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~sparc-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 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug nethack pam selinux multiuser"
 
 CDEPEND="



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

2017-02-22 Thread Mike Frysinger
commit: 4b166a92ced605e716715f7bda0f5b0f2b3a907f
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu Feb 23 05:46:47 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Feb 23 05:46:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b166a92

x11-proto/xproto: add m68k love

 x11-proto/xproto/xproto-7.0.27.ebuild | 2 +-
 x11-proto/xproto/xproto-7.0.28.ebuild | 2 +-
 x11-proto/xproto/xproto-7.0.29.ebuild | 2 +-
 x11-proto/xproto/xproto-7.0.31.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-proto/xproto/xproto-7.0.27.ebuild 
b/x11-proto/xproto/xproto-7.0.27.ebuild
index 058ad547fe..ed4cba36ef 100644
--- a/x11-proto/xproto/xproto-7.0.27.ebuild
+++ b/x11-proto/xproto/xproto-7.0.27.ebuild
@@ -9,7 +9,7 @@ XORG_MULTILIB=yes
 inherit xorg-2
 
 DESCRIPTION="X.Org xproto protocol headers"
-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 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=""
 
 RDEPEND=""

diff --git a/x11-proto/xproto/xproto-7.0.28.ebuild 
b/x11-proto/xproto/xproto-7.0.28.ebuild
index 058ad547fe..ed4cba36ef 100644
--- a/x11-proto/xproto/xproto-7.0.28.ebuild
+++ b/x11-proto/xproto/xproto-7.0.28.ebuild
@@ -9,7 +9,7 @@ XORG_MULTILIB=yes
 inherit xorg-2
 
 DESCRIPTION="X.Org xproto protocol headers"
-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 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=""
 
 RDEPEND=""

diff --git a/x11-proto/xproto/xproto-7.0.29.ebuild 
b/x11-proto/xproto/xproto-7.0.29.ebuild
index 5357bc8378..8ff07b24c5 100644
--- a/x11-proto/xproto/xproto-7.0.29.ebuild
+++ b/x11-proto/xproto/xproto-7.0.29.ebuild
@@ -9,7 +9,7 @@ XORG_MULTILIB=yes
 inherit xorg-2
 
 DESCRIPTION="X.Org xproto protocol headers"
-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 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=""
 
 RDEPEND=""

diff --git a/x11-proto/xproto/xproto-7.0.31.ebuild 
b/x11-proto/xproto/xproto-7.0.31.ebuild
index 9f24b577f1..c6866a4de5 100644
--- a/x11-proto/xproto/xproto-7.0.31.ebuild
+++ b/x11-proto/xproto/xproto-7.0.31.ebuild
@@ -9,7 +9,7 @@ XORG_MULTILIB=yes
 inherit xorg-2
 
 DESCRIPTION="X.Org xproto protocol headers"
-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 ~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=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Test-Harness/

2017-02-22 Thread Mike Frysinger
commit: 291dcbf84621d50062d623ad327b126ecbdc9291
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu Feb 23 05:38:15 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Feb 23 05:38:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291dcbf8

virtual/perl-Test-Harness: mark 3.350.100_rc arm64/m68k/s390/sh stable

 virtual/perl-Test-Harness/perl-Test-Harness-3.350.100_rc.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Test-Harness/perl-Test-Harness-3.350.100_rc.ebuild 
b/virtual/perl-Test-Harness/perl-Test-Harness-3.350.100_rc.ebuild
index 6195cd15ec..1c7ec4990a 100644
--- a/virtual/perl-Test-Harness/perl-Test-Harness-3.350.100_rc.ebuild
+++ b/virtual/perl-Test-Harness/perl-Test-Harness-3.350.100_rc.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 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 ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2017-02-22 Thread Mart Raudsepp
commit: 2ed7bb2e7fb5859155193103ab2f8b8e44791d49
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Feb 23 05:10:51 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Feb 23 05:10:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ed7bb2e

dev-python/decorator-4.0.11-r0: keyworded for ~arm64

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-python/decorator/decorator-4.0.11.ebuild 
b/dev-python/decorator/decorator-4.0.11.ebuild
index b98e387a5e..27a3902fd9 100644
--- a/dev-python/decorator/decorator-4.0.11.ebuild
+++ b/dev-python/decorator/decorator-4.0.11.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2017-02-22 Thread Yixun Lan
commit: 65ebf8aa864d102816a5ffa6a00733a94157903f
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Feb 23 03:10:26 2017 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Feb 23 04:11:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65ebf8aa

app-emulation/xen-tools: fix XSA-209 patchset

pull another patch which need by XSA-209

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/xen-tools/Manifest  |   1 +
 app-emulation/xen-tools/xen-tools-4.7.1-r8.ebuild | 460 ++
 app-emulation/xen-tools/xen-tools-4.8.0-r4.ebuild | 456 +
 3 files changed, 917 insertions(+)

diff --git a/app-emulation/xen-tools/Manifest b/app-emulation/xen-tools/Manifest
index a907077345..46aa4333c9 100644
--- a/app-emulation/xen-tools/Manifest
+++ b/app-emulation/xen-tools/Manifest
@@ -8,3 +8,4 @@ DIST xen-gentoo-patches-9.tar.xz 27456 SHA256 
67c410d12ef4628a8c0a931e5868b425f2
 DIST xen-ovmf-patches-2.tar.xz 4344 SHA256 
495d61d718440057f8b0b54fb57061450dd764c6e87fe5f8bda1785bcddba770 SHA512 
0bdc83029a01b613f5c1ca029bd45aebe211c332f09db91a0cc7d6b6f85a81dbbfdc20c62f0d20e973ee41b155a6551a4fad518cb792e1d508bf070e23d6a1d3
 WHIRLPOOL 
8346d68fa5d2a8e8a5c007b55e2b85cf48df045cc8c4818f09c756d28a52dd856671f37b4a53478e9b96ca9d2eca0c67fd15f009a94d1d2dfed8e83e596d9633
 DIST xen-security-patches-21.tar.xz 6888 SHA256 
76e43fb4c41a606cb1a5e56045dedff0ed3c94b535d89a736664965ee4a44699 SHA512 
eb889d90630b6a7c4b9785bf8c2db1d83c7878cec3aa125601b38f75f70a965e52aa5003024feec40d35ee940975dfd766eeb806cdcff717991876d50ce0839b
 WHIRLPOOL 
9039cc7410fbb0e36e1ab74d597c7b1075f92e43b9d22bcb198c0594a0802fca50f86a9fa4343cea83a68eacd6acb6fa0ef73fbd20c19a27f5e92c3f32711af8
 DIST xen-security-patches-22.tar.xz 7600 SHA256 
2620473184148d1c05aa2317beac487bb7d56065b3a78b7c863f3cd290458519 SHA512 
6bd2d0a355b03f6f36331814c00d65ab4547c9ac978b8c5317cb042e11a6eeb7ac588032259c8d9ef9be83939add95bb58d8e8b7f1b8d68dc4627c6808db5eb6
 WHIRLPOOL 
c4f6edafb7e101b9a7e2b42a7626409926628a1f73df15c3357422f52ad3da201aba1b0b09e6203f42e9990902cf47455eb5c16f7b35cdd4dca4bcdbf0a9fb39
+DIST xen-security-patches-23.tar.xz 8280 SHA256 
caab81e99c4ec7128119141cb344ce60137c019ffc546ec76c25a7e505063f08 SHA512 
921730acde0c6f9a4e62fc22805e76f9c2fe5459dd126a2bda2e9cbe615f52ccbcc0241021cf128b2e8dd870ba5fba8b193005142db01ecf55612b276ca8866b
 WHIRLPOOL 
0634d8b97897de8878190537a727afbc0fdf7dd197d34f1bf443073fe5af2aacf3d93b36cd407ec21561871fa9eb0efc6615c34fae1368e7d7a1deef96c31e6b

diff --git a/app-emulation/xen-tools/xen-tools-4.7.1-r8.ebuild 
b/app-emulation/xen-tools/xen-tools-4.7.1-r8.ebuild
new file mode 100644
index 00..6ceeb22ad9
--- /dev/null
+++ b/app-emulation/xen-tools/xen-tools-4.7.1-r8.ebuild
@@ -0,0 +1,460 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE='ncurses,xml,threads'
+
+inherit eutils bash-completion-r1 flag-o-matic multilib python-single-r1 
toolchain-funcs versionator
+
+MY_PV=${PV/_/-}
+MAJOR_V="$(get_version_component_range 1-2)"
+
+if [[ $PV == * ]]; then
+   inherit git-r3
+   KEYWORDS="amd64 x86"
+   REPO="xen.git"
+   EGIT_REPO_URI="git://xenbits.xen.org/${REPO}"
+   S="${WORKDIR}/${REPO}"
+else
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   UPSTREAM_VER=0
+   SECURITY_VER=23
+   # xen-tools's gentoo patches tarball
+   GENTOO_VER=9
+   # xen-tools's gentoo patches version which apply to this specific ebuild
+   GENTOO_GPV=2
+   # xen-tools ovmf's patches
+   OVMF_VER=2
+
+   SEABIOS_VER=1.8.2
+   # OVMF upstream 52a99493cce88a9d4ec8a02d7f1bd1a1001ce60d
+   OVMF_PV=20151110
+
+   [[ -n ${UPSTREAM_VER} ]] && \
+   
UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P/-tools/}-upstream-patches-${UPSTREAM_VER}.tar.xz;
+   [[ -n ${SECURITY_VER} ]] && \
+   
SECURITY_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN/-tools}-security-patches-${SECURITY_VER}.tar.xz;
+   [[ -n ${GENTOO_VER} ]] && \
+   
GENTOO_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN/-tools}-gentoo-patches-${GENTOO_VER}.tar.xz;
+   [[ -n ${OVMF_VER} ]] && \
+   
OVMF_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN/-tools}-ovmf-patches-${OVMF_VER}.tar.xz;
+
+   
SRC_URI="http://bits.xensource.com/oss-xen/release/${MY_PV}/xen-${MY_PV}.tar.gz
+   
http://code.coreboot.org/p/seabios/downloads/get/seabios-${SEABIOS_VER}.tar.gz
+   https://dev.gentoo.org/~dlan/distfiles/seabios-${SEABIOS_VER}.tar.gz
+   ovmf? ( https://dev.gentoo.org/~dlan/distfiles/ovmf-${OVMF_PV}.tar.bz2
+   ${OVMF_PATCHSET_URI} )
+   ${UPSTREAM_PATCHSET_URI}
+   ${SECURITY_PATCHSET_URI}
+   ${GENTOO_PATCHSET_URI}"
+
+   S="${WORKDIR}/xen-${MY_PV}"
+fi
+
+DESCRIPTION="Xen tools including 

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

2017-02-22 Thread Yixun Lan
commit: 60f25d9bfdf49f08f43aa11149862d1f41e81795
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Feb 23 04:10:25 2017 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Feb 23 04:11:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60f25d9b

app-emulation/xen-tools: drop old

have problem with those security patch
was missing one patch for XSA-209

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/xen-tools/Manifest  |   1 -
 app-emulation/xen-tools/xen-tools-4.7.1-r7.ebuild | 460 --
 app-emulation/xen-tools/xen-tools-4.8.0-r3.ebuild | 456 -
 3 files changed, 917 deletions(-)

diff --git a/app-emulation/xen-tools/Manifest b/app-emulation/xen-tools/Manifest
index 46aa4333c9..484ee1435b 100644
--- a/app-emulation/xen-tools/Manifest
+++ b/app-emulation/xen-tools/Manifest
@@ -7,5 +7,4 @@ DIST xen-4.8.0.tar.gz 22499917 SHA256 
1e15c713ab7ba3bfda8b4a285ed973529364fd1100
 DIST xen-gentoo-patches-9.tar.xz 27456 SHA256 
67c410d12ef4628a8c0a931e5868b425f2eb4b2f0e307304a75384cbe509734b SHA512 
9a797be9dd2392c34b3f6561c2274e116b4f5b114f4520dbbd0b51818c774479ceabb45aa916f93c1a2bc49787f4ca6e6c83bc743baa6bdeef91d77276b20f36
 WHIRLPOOL 
c41cde532726bb55acd05d558b35d575b229d2ee64eba7438f7b196df313f0e44154148c1e47bf6e8c810667b3b237bcfa410371b4bb6f097b981f6b2637ead3
 DIST xen-ovmf-patches-2.tar.xz 4344 SHA256 
495d61d718440057f8b0b54fb57061450dd764c6e87fe5f8bda1785bcddba770 SHA512 
0bdc83029a01b613f5c1ca029bd45aebe211c332f09db91a0cc7d6b6f85a81dbbfdc20c62f0d20e973ee41b155a6551a4fad518cb792e1d508bf070e23d6a1d3
 WHIRLPOOL 
8346d68fa5d2a8e8a5c007b55e2b85cf48df045cc8c4818f09c756d28a52dd856671f37b4a53478e9b96ca9d2eca0c67fd15f009a94d1d2dfed8e83e596d9633
 DIST xen-security-patches-21.tar.xz 6888 SHA256 
76e43fb4c41a606cb1a5e56045dedff0ed3c94b535d89a736664965ee4a44699 SHA512 
eb889d90630b6a7c4b9785bf8c2db1d83c7878cec3aa125601b38f75f70a965e52aa5003024feec40d35ee940975dfd766eeb806cdcff717991876d50ce0839b
 WHIRLPOOL 
9039cc7410fbb0e36e1ab74d597c7b1075f92e43b9d22bcb198c0594a0802fca50f86a9fa4343cea83a68eacd6acb6fa0ef73fbd20c19a27f5e92c3f32711af8
-DIST xen-security-patches-22.tar.xz 7600 SHA256 
2620473184148d1c05aa2317beac487bb7d56065b3a78b7c863f3cd290458519 SHA512 
6bd2d0a355b03f6f36331814c00d65ab4547c9ac978b8c5317cb042e11a6eeb7ac588032259c8d9ef9be83939add95bb58d8e8b7f1b8d68dc4627c6808db5eb6
 WHIRLPOOL 
c4f6edafb7e101b9a7e2b42a7626409926628a1f73df15c3357422f52ad3da201aba1b0b09e6203f42e9990902cf47455eb5c16f7b35cdd4dca4bcdbf0a9fb39
 DIST xen-security-patches-23.tar.xz 8280 SHA256 
caab81e99c4ec7128119141cb344ce60137c019ffc546ec76c25a7e505063f08 SHA512 
921730acde0c6f9a4e62fc22805e76f9c2fe5459dd126a2bda2e9cbe615f52ccbcc0241021cf128b2e8dd870ba5fba8b193005142db01ecf55612b276ca8866b
 WHIRLPOOL 
0634d8b97897de8878190537a727afbc0fdf7dd197d34f1bf443073fe5af2aacf3d93b36cd407ec21561871fa9eb0efc6615c34fae1368e7d7a1deef96c31e6b

diff --git a/app-emulation/xen-tools/xen-tools-4.7.1-r7.ebuild 
b/app-emulation/xen-tools/xen-tools-4.7.1-r7.ebuild
deleted file mode 100644
index 726e0e7094..00
--- a/app-emulation/xen-tools/xen-tools-4.7.1-r7.ebuild
+++ /dev/null
@@ -1,460 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE='ncurses,xml,threads'
-
-inherit eutils bash-completion-r1 flag-o-matic multilib python-single-r1 
toolchain-funcs versionator
-
-MY_PV=${PV/_/-}
-MAJOR_V="$(get_version_component_range 1-2)"
-
-if [[ $PV == * ]]; then
-   inherit git-r3
-   KEYWORDS="amd64 x86"
-   REPO="xen.git"
-   EGIT_REPO_URI="git://xenbits.xen.org/${REPO}"
-   S="${WORKDIR}/${REPO}"
-else
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-   UPSTREAM_VER=0
-   SECURITY_VER=22
-   # xen-tools's gentoo patches tarball
-   GENTOO_VER=9
-   # xen-tools's gentoo patches version which apply to this specific ebuild
-   GENTOO_GPV=2
-   # xen-tools ovmf's patches
-   OVMF_VER=2
-
-   SEABIOS_VER=1.8.2
-   # OVMF upstream 52a99493cce88a9d4ec8a02d7f1bd1a1001ce60d
-   OVMF_PV=20151110
-
-   [[ -n ${UPSTREAM_VER} ]] && \
-   
UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P/-tools/}-upstream-patches-${UPSTREAM_VER}.tar.xz;
-   [[ -n ${SECURITY_VER} ]] && \
-   
SECURITY_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN/-tools}-security-patches-${SECURITY_VER}.tar.xz;
-   [[ -n ${GENTOO_VER} ]] && \
-   
GENTOO_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN/-tools}-gentoo-patches-${GENTOO_VER}.tar.xz;
-   [[ -n ${OVMF_VER} ]] && \
-   
OVMF_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN/-tools}-ovmf-patches-${OVMF_VER}.tar.xz;
-
-   
SRC_URI="http://bits.xensource.com/oss-xen/release/${MY_PV}/xen-${MY_PV}.tar.gz
-   

[gentoo-commits] proj/musl:master commit in: sys-auth/polkit/, sys-auth/polkit/files/

2017-02-22 Thread Aric Belsito
commit: fb42c05d1344fa7b9650a2d2ad3e317d69821a69
Author: Aric Belsito  gmail  com>
AuthorDate: Thu Feb 23 03:29:03 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Thu Feb 23 03:29:03 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=fb42c05d

sys-auth/polkit: version bump to 0.113-r2

remove 0.112-r99 (no longer in tree)

 sys-auth/polkit/Manifest   |   9 +-
 sys-auth/polkit/files/polkit-0.113-elogind.patch   | 160 +
 .../polkit-make-netgroup-support-optional.patch|  86 ---
 sys-auth/polkit/metadata.xml   |   1 +
 ...kit-0.112-r99.ebuild => polkit-0.113-r2.ebuild} |  99 +++--
 sys-auth/polkit/polkit-0.113.ebuild|   8 +-
 6 files changed, 225 insertions(+), 138 deletions(-)

diff --git a/sys-auth/polkit/Manifest b/sys-auth/polkit/Manifest
index 8645889..943dbd2 100644
--- a/sys-auth/polkit/Manifest
+++ b/sys-auth/polkit/Manifest
@@ -1,7 +1,6 @@
+AUX polkit-0.113-elogind.patch 5611 SHA256 
e53293e21eb9ece8bea7a90e2dd440f176af185470de33a3859b9a1274413e9a SHA512 
27d863690b51c7520488c7924dc24c83b0b8ebc2d0285b62a249227a7993b93c1ba526d3c9dd0aaa4d0d979ff5aac7dea8001b21a1f10236249a38a7b92c3be4
 WHIRLPOOL 
14dd9439136b0f17392a998d9b7f16435468ae66f91012185e67e6b56a1e6a3ec4b1bbfbe210949f31c0912cef046559a446c1d3f1939c82726604f55871b45c
 AUX polkit-0.113-make-netgroup-support-optional.patch 4099 SHA256 
eba507f6bb0edaa0a0a4c48147543b5ba0d37faa6f672bc20b854b5f09eb7588 SHA512 
91b4dcc2cad4954763b5f405504c88e3b339054c21121a586472f9b4d1d4db53e0719794628482e1b9bade0e0d3cbd882fafb402c626fdcd4aa716a7480f4f68
 WHIRLPOOL 
8419ff003e2629215500a8bbde4152cefddc57c080a77aa9962de8cac33686866dbc1d67a2d1e89c8ecb066c1e72b24967d65426bcf88a45ce8d627b69056488
-AUX polkit-make-netgroup-support-optional.patch 2818 SHA256 
840f295f8c99005938a501e696080136bcea6696a2e0abfe4c5f0f1e46a079a0 SHA512 
90ad57cdbdfcd706b1443b596eb2aa849e73e56d6c25c72683270a8f71d5e8c0144c9fa39e4267928531b1b7bf1870ab29cb6f19981ef1621419da7540d8ccbb
 WHIRLPOOL 
c68e260ce7fa65001fe0a4fcff97ebff9c447cad7d6fb8a564ebfb13e27b5c6e09be6b8f30a56cd1a3fcd0efe4346c6736e75004fd4aaeb1163209ad61eb77b7
-DIST polkit-0.112.tar.gz 1429240 SHA256 
d695f43cba4748a822fbe864dd32c4887c5da1c71694a47693ace5e88fcf6af6 SHA512 
e4ad1bd287b38e5650cb94b1897a959b2ceaa6c19b4478ba872eacb13b58758fd42f6ab1718976162d823d850cd5c99b3ccadf1b57d75dea7790101422029d5f
 WHIRLPOOL 
af5dd0a17b7356302b0319e80565d6ac916128dfc85b6e2711147f3de86651f11fe8d08f3d6067d7abd24e263be92403f9d8f46935ba93db571e386a603a038a
 DIST polkit-0.113.tar.gz 1448865 SHA256 
e1c095093c654951f78f8618d427faf91cf62abdefed98de40ff65eca6413c81 SHA512 
ab177c89a20eeb2978ddbe28afb205d3619f9c5defe833eb68a85e71a0f2c905367f1295cbbfb85da5eafdd661bce474d5d84aca9195cd425a18c9b4170eb5f9
 WHIRLPOOL 
106db7e6085a4ce49da44929138671eff2fd6007c80533518abe2d91ede9242b1e3cd0a1801190eeac5d4d5c1e978a30a18e47a6b604497b38853fa60c935a81
-EBUILD polkit-0.112-r99.ebuild 3316 SHA256 
5e2f2cd52b93b5524d2c65e0b3dfde9cb976c5026b6ec9fc0b790e4fa902a96f SHA512 
bc8fd3695cb4ce01a350e8f41161c90ab913c6740f20207546f37da2c9f6ad68de7e3cf0aaa889ada403205392cd2d5b238c9276aae59dd8df2bed691d645d06
 WHIRLPOOL 
f3bdbe97a68e7552129b16318fa75618d85241c7bf6f91209e90cabb0776cb09018240f2ed016ce16df18cdd250fd4410fb698cfd5b29369a1851b424c265218
-EBUILD polkit-0.113.ebuild 2755 SHA256 
0636e5b6b17b4ecfe655f3547e64c3eb9d1b1067c8858ff2dc00d749ed81e878 SHA512 
8b665cb3618b51d0e59b18c7eeb0e8b4d440348d2a6da1bd46dc851c58f2d154e457ba85f1502e63ac286262fb4a7b3a35ec1f0c47a8402e4ce9d3f673d7ca45
 WHIRLPOOL 
72476a771d0d9974ec7f104c7b721a5f454989bb7ba73f8d5ca804bb79bbd5e75198421ffb44d05b05ff57fa1b1ab15cf2e7687d5f244b15965e218a85037114
-MISC metadata.xml 368 SHA256 
6534d248e3385826f0d340734e1242c15261786e32db74d12499062ecbf2bddc SHA512 
c7c83834285eb494682f56460e5a494a368dff4e9c9dbcfe7ad367a403e812dd64f0bbbf49b26f8f9e8f83c3c40ddeaf7489c8e632a0149e0be056be04aa031d
 WHIRLPOOL 
90d3f192e593775dc409984aedf177315af40991781d84f080e3f0864d0107c7320c76fcdd48ca2a5d5c2415650c0b1dcceeb9026f0b4409a10741a77daf5880
+EBUILD polkit-0.113-r2.ebuild 3384 SHA256 
19dc6fa1d23c3a537af57bd2151437ab34a36e63c8e532bcdc23a5d5f176e834 SHA512 
4d266140ea3102c818c016299a37bbae6108e4cedcc80d762349d8237cd656754b49d836c84e940f58666305305dcf43eae0f57f34630b41de9ab2d8e1aa641d
 WHIRLPOOL 
b6a1f44e03f2dbcca44093d71208f577c9b499ac3d3fba14bff976ede213b1ce959a4acb7f2a6394fa22cbbb6a705ee83df99a1dd5c4aadc5b3e3f01e21bbb1f
+EBUILD polkit-0.113.ebuild 2795 SHA256 
164fdfad89e3b304220fa5a4171b0d2a784d499b22eaafbb6bd6e5b0154690a8 SHA512 
ab4e1b89e42c56af10b8209e9b51359875021b37f9a9367f9321e4fd314daf9a2c7be40be3cb2c9c9ced0891a6e7abd7cbb4ae682a477f6866a211a5af51103f
 WHIRLPOOL 
276f771c6d0270e6734febaef7b1cc01e3f4cf71a6081dbfc281264e9e4ba30a54c9daf759156b9f560673fed9e2c381d4a73e4c20457425aead322c3c216cf9
+MISC metadata.xml 493 SHA256 
868f4f8f3c8593e0f1441e5e36944b3386cda4eac8d0986ab3b390d53106b71f SHA512 

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

2017-02-22 Thread Göktürk Yüksek
commit: 82df0f13b9d8da043781a81fd0cb69d86a78ff87
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Thu Feb 23 02:29:33 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Thu Feb 23 02:29:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82df0f13

dev-libs/libaio: switch from fedorahosted to debian mirrors

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-libs/libaio/libaio-0.3.110.ebuild 
b/dev-libs/libaio/libaio-0.3.110.ebuild
index 0605dbed07..e71030affb 100644
--- a/dev-libs/libaio/libaio-0.3.110.ebuild
+++ b/dev-libs/libaio/libaio-0.3.110.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,8 +7,8 @@ EAPI=5
 inherit eutils multilib-minimal toolchain-funcs flag-o-matic
 
 DESCRIPTION="Asynchronous input/output library that uses the kernels native 
interface"
-HOMEPAGE="https://git.fedorahosted.org/cgit/libaio.git/  
http://lse.sourceforge.net/io/aio.html;
-SRC_URI="https://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.gz;
+HOMEPAGE="http://lse.sourceforge.net/io/aio.html;
+SRC_URI="mirror://debian/pool/main/liba/${PN}/${PN}_${PV}.orig.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="LGPL-2"
 SLOT="0"



[gentoo-commits] proj/musl:master commit in: net-libs/webkit-gtk/

2017-02-22 Thread Aric Belsito
commit: 2ee32c76c3da7d4b65251190735935207ecaaf41
Author: Aric Belsito  gmail  com>
AuthorDate: Thu Feb 23 01:55:41 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Thu Feb 23 01:55:41 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=2ee32c76

net-libs/webkit-gtk: remove 2.14.4

no longer in tree.

 net-libs/webkit-gtk/Manifest |   4 +-
 net-libs/webkit-gtk/webkit-gtk-2.14.4.ebuild | 291 ---
 net-libs/webkit-gtk/webkit-gtk-2.14.5.ebuild |   2 +-
 3 files changed, 2 insertions(+), 295 deletions(-)

diff --git a/net-libs/webkit-gtk/Manifest b/net-libs/webkit-gtk/Manifest
index b05ee67..13f5a77 100644
--- a/net-libs/webkit-gtk/Manifest
+++ b/net-libs/webkit-gtk/Manifest
@@ -14,11 +14,9 @@ AUX webkit-gtk-2.4.9-remove-execinfo_h.patch 1374 SHA256 
9a6cea9456c7d38b280be1d
 AUX webkit-gtk-2.8.5-fix-alpha-build.patch 914 SHA256 
aa6617505fe9342153ba9442ea109d880ca6c3315777c57ab599f67515e2a9f7 SHA512 
c3599c21dbcc709cf1bbc56eafdff8f8d30d65732fff73e601a828b397523d9a0cec96a4e7940ad1b4b3d9b4711f6d5f2935dcd34cac9adec63b73401638fd5e
 WHIRLPOOL 
68a39ccf49e7719393f14cd5d53497148527bd697b010378bdec4cdefb21c5fc7ce5081ce10b412c61390a82e45fa44d9d34aa7f223c51ad15eb1d0288ccbe60
 AUX webkit-gtk-2.8.5-fix-ia64-build.patch 663 SHA256 
d076739707de117fbc9aebc684c4a43024e1673e4c30fdfa3be529331f0c1f78 SHA512 
ce8dbe7f2bacfc6d1ad70d39d80447ab90e6daf63bc1dc4a49c406255f76eff090f79e6076ebc349d69193b72a821fa6591692cf74a28e529f8db95cf86358fc
 WHIRLPOOL 
adf8e11ee3060bcba606cf17673d06d9c98034a71f6a7406832fabf461c4697abcd0c3d4cdb8d8298caf221c797e0732a9f865d761fcf05753a1dfd96dfd3d82
 AUX webkit-gtk-2.8.5-webkit2gtkinjectedbundle-j1.patch 880 SHA256 
411a4238c2e863b60744287ad645f1e3e0cddd33e895f4dfb1e1c5cfd9f48765 SHA512 
7150400387f5edd3a647359ef1d864634c25d0a7dad043c1b0734fb44d133f59bbc0ce065e59bc3abab0082272ac54c1b40752e06041e5e36c11f502a9734a62
 WHIRLPOOL 
470ea2f6228878ddae55cec72b667f14f56d5f7017ea1cce123dcc5da41dd3fd589214b722e5a85bd81f2a14445a759c55366826b82e3801d8e40ef2ba9c6826
-DIST webkitgtk-2.14.4.tar.xz 13956660 SHA256 
d1ae2df51dd4ee44b9b89421a436ef71062816308738c3712ecf4bec3ccbe3ac SHA512 
12b5332a3879c2b240a5ae0886a25cab9ae5bc35b983f3decef9e203014e853a01eeab25c40a65f2982a8d23bccc7262ee84a9709511ddacfb73a96f769b58e4
 WHIRLPOOL 
a5fe62ad3db45bcf80b9e29ba042200c48d3f865c42064a5931d61823a481e77d56f7108a89043313fb5aaa4f14add9ddb518d6babe5ea5a4a7a9149af9f9e9a
 DIST webkitgtk-2.14.5.tar.xz 13956352 SHA256 
3ca8f1c33a9b43d6c753dcac1c0788656930e06382b10fdf5c2805ea8f96369f SHA512 
3351d9b05458434835fa2db050c34906649c3b1222d7936d123306634a46e35e8cc3aa1bb7512b103af1996fce722254692826b6f695e32ae176032dc8c94e1c
 WHIRLPOOL 
011745e5e1f8926b28b34ac797480b3c79ccfcf09d844d076d8cf3087959013f39f359d7a7ef06a8e95ca7e04d28284ff4901e483180d2a41b4b05568b658e74
 DIST webkitgtk-2.4.11.tar.xz 9869100 SHA256 
588aea051bfbacced27fdfe0335a957dca839ebe36aa548df39c7bbafdb65bf7 SHA512 
2e2cf01a52b8593765a0a3c2d7f0ad306121660019eb402226bd2826c7d4666dab4e91ca6ccbd29abe0ad3993549f256ed1ab88de22e9c8516d5f40a4edd6bfb
 WHIRLPOOL 
de86c4abfb22aacbf62163d0398158931c9cf6ab628547d3b30e613f0505d67c85c3200f7db96500e7c2b35f640cdaa7f501346fc13f492c9439dff4056849a3
-EBUILD webkit-gtk-2.14.4.ebuild 8501 SHA256 
3cb5b835d6be0cd513eafdbdb4b1144e16ad72007c93a193d33a6e32ba103788 SHA512 
d352da2fdb7030ae8929ba12b1f1078c2bc9342f7dd0007ad57d146e8a0f4ba842324c241584e7437e937c52d1803fe3a4e1928815f417bb24bca7ea8dafa991
 WHIRLPOOL 
99eda952c97bed8ec2c64d0f0070e4010106a03a3694efa49498ce79e17a320b2e06f3d69b53ec1baedd7c446498df91abe1206a1354d614583865ba5bd38371
-EBUILD webkit-gtk-2.14.5.ebuild 8503 SHA256 
147de799ef00568d7e3190c0e9227e331a67447741439dbc93b2f949342c4a90 SHA512 
cfdd5176d2d056f4501957affdc6477ab49cd4f81edf68a684cae930fd13dd2128961aec3ef803e648b19f93c4a07ee245d636f8ebf4a666884d412597377008
 WHIRLPOOL 
f44eab280233d73b12194b53315c708fc165ef3023069851baa6734710003203e64a37e02de2670d160da320823a06ea546eafb9a28fa57bfcf3ca997ed298f9
+EBUILD webkit-gtk-2.14.5.ebuild 8501 SHA256 
3cb5b835d6be0cd513eafdbdb4b1144e16ad72007c93a193d33a6e32ba103788 SHA512 
d352da2fdb7030ae8929ba12b1f1078c2bc9342f7dd0007ad57d146e8a0f4ba842324c241584e7437e937c52d1803fe3a4e1928815f417bb24bca7ea8dafa991
 WHIRLPOOL 
99eda952c97bed8ec2c64d0f0070e4010106a03a3694efa49498ce79e17a320b2e06f3d69b53ec1baedd7c446498df91abe1206a1354d614583865ba5bd38371
 EBUILD webkit-gtk-2.4.11-r1.ebuild 9123 SHA256 
6fc62f471fe028d8e0a2fe0a130dc53833f62c49ab7136dbc446dd290b4b71ce SHA512 
5e12f7febbd297859e6d9fa709efbdfe440b5d7900d70ee1e81479313bfabd5583b6c1a68d912748df02af2d1f430fac63382ecb92a9986cbb9841602294b5c8
 WHIRLPOOL 
f9d46ac0776142733ee7d2fe5907acaa265198f6bc1334e74c8c6f7fecece8545de9f620d15d00b7f8aa3225e0d325ace4af58360145d3f9f8bd20a4ed74a067
 EBUILD webkit-gtk-2.4.11-r200.ebuild 8530 SHA256 
e579be98b8fba274c974019ac867e2a2fdefba5d4b7e4419c324f1eae74b7a5d SHA512 

[gentoo-commits] proj/musl:master commit in: media-sound/ncmpcpp/

2017-02-22 Thread Aric Belsito
commit: 04e56243ac066fbefa1d64f8e9ebdf3fb4e78c32
Author: Aric Belsito  gmail  com>
AuthorDate: Thu Feb 23 01:53:50 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Thu Feb 23 01:53:50 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=04e56243

media-sound/ncmpcpp: remove old

 media-sound/ncmpcpp/Manifest |  6 +--
 media-sound/ncmpcpp/ncmpcpp-0.7.4.ebuild | 71 
 media-sound/ncmpcpp/ncmpcpp-0.7.5.ebuild | 71 
 media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild | 10 ++---
 4 files changed, 6 insertions(+), 152 deletions(-)

diff --git a/media-sound/ncmpcpp/Manifest b/media-sound/ncmpcpp/Manifest
index 60440e9..8b82436 100644
--- a/media-sound/ncmpcpp/Manifest
+++ b/media-sound/ncmpcpp/Manifest
@@ -1,7 +1,3 @@
-DIST ncmpcpp-0.7.4.tar.bz2 442743 SHA256 
d70425f1dfab074a12a206ddd8f37f663bce2bbdc0a20f7ecf290ebe051f1e63 SHA512 
e5171bd095baefcdf1da1e4d3de3d14a22035584da9b7ec9f176c0fb32bee61a25d989c3405711e512333b10f38a5575e90ec733afeaf7aff995386396f3b918
 WHIRLPOOL 
57f771c83bbd9afcbeb8b7b8b7a50f0e3fbc95eb74b1ad6b199358431f5f80ed891d1c27902369cf29f9a29622fe88a83aa2fcf7053e0543afb7c23486413999
-DIST ncmpcpp-0.7.5.tar.bz2 443072 SHA256 
7e4f643020b36698462879013a8b16111f8c3a4c5819cf186aed78032a41e07d SHA512 
5f3b370a5a8fdc05e85a7b748debd960c0e76d5b9e43717efceaa985baa0c543d14d8b0fd7b09550111bff3aa66ec290d6cd2c0ec21de7a0caa10df1c68c99c8
 WHIRLPOOL 
c9fb96f91f308d9937bc832a85cc50293aedcb6fb2eb62e879d08f6ee334b2bb131bbeecd83608fe050c00a3facf025070d8c586796a4a05bc70665e53b47c19
 DIST ncmpcpp-0.7.7.tar.bz2 443801 SHA256 
b7bcbec83b1f88cc7b21f196b10be09a27b430566c59f402df170163464d01ef SHA512 
a0bbe85f154c40513d41e85810de86ed21109b72fb0f2bdb0b78dcbddb3770aff5422b5bb7fbac2b76634c5b9aaf843bed5fc16fc672fcd71bbae911f65c0034
 WHIRLPOOL 
49a5e16cf583424618db5e2c38a946cc60d5ea2e17015c7e6232c91f84cf44c308389b81bb2f380045f3f9595d83a13c2a4f571930ea122e85437f4e6cccb4d1
-EBUILD ncmpcpp-0.7.4.ebuild 1581 SHA256 
07c543b8e0e12d896033b3c226bacecf5faeb76f9567f35ffd6946ef71d696a5 SHA512 
211cd623f8dfefbd52ecba65ee4e22f22e9742d822dbdacfe7197b838d95557d9aef8f709477200c2aa586bf19eb239e10b77aea3b92d16b5e615f1978c49154
 WHIRLPOOL 
ea290c0bb61a53c61cd4a71ebab110ad09a6e650655eb54fa3a60ca9bc33823e055911d96c4f4bfe2a8763dbd4e860d6ee5bc16f976d9481def266fe6f4343d6
-EBUILD ncmpcpp-0.7.5.ebuild 1583 SHA256 
537a2722a25eeef2899490840650cb1c266bba388fd7ee20f5ebefed2d76f7b5 SHA512 
693cb3126a848d274a9eb4e5f21aa69d61e3f54dfb81364f1e2fc58dd82f60964f787cb2894191a6946fcd0f19c11b93056693f319997e18b1ea276ae4b21f7f
 WHIRLPOOL 
40ad82f58e5535f49fac24cff4062be5960044ebdd5beedc0103caf25fa8c1cd8e7e19b345ae387b75d6108865059afef3eb4bd6d30f998b1a62bb46501cf4ce
-EBUILD ncmpcpp-0.7.7.ebuild 1597 SHA256 
61ab1a6f433685c9785ed58f964106ebd5ffac3d8a43b222866479fc766a9f61 SHA512 
ee9412b52997f6c63d7bbc9398affc4c9d0787c1c9091e3dfa3502c55ffda89bcec37d7149272c2c05a9f4a0f7213abc591149eeebc81bef5eac76b9e74b650f
 WHIRLPOOL 
360af427a581fc8ed384539bc430330d099924151035866a26c19bad49d9f2e1625c9a52b0ba7d8a33beab7b461eb679457e5dcf2b716ea0a724489537206797
+EBUILD ncmpcpp-0.7.7.ebuild 1568 SHA256 
13021cfda14d106c68feca4eff387878d652dd47749cc6ccf5869864ce2a1913 SHA512 
1ec194fe1bbc6fac2b397b24fe0a09c53a1f0ddf1dc220951b05de6d10f96506d2ecfea7e477746d04585368f566d9e606af18ee94c20121f6fecbc8f3e82b82
 WHIRLPOOL 
11cf372520acc32d2ea3769cea5e64c3cbffc79f357db4f31e32e998e565bc0350345cb4c7445795ae7d9e50bdf778cde9d1e0cf6874c29bed82a4a6bf2def2f
 MISC metadata.xml 1174 SHA256 
3b582409294d8085d7a5f013dce2086292a956dd66df435251575080131798c9 SHA512 
4c212ee37621f97c0519a842878764a6fe8c44b17af68747cbfb6965cf5419b00c87bfe11a01b6964e4c5f6818acdc583c277c5cab81bd0de392ef4945a5523f
 WHIRLPOOL 
f69d138714046a686431d30539cc53e966f843fbf3b2f91bed207f752eff06a36c6e32776688f0854d3dfaf342f068409a4e0be2d2851ca76679a23cd43b823c

diff --git a/media-sound/ncmpcpp/ncmpcpp-0.7.4.ebuild 
b/media-sound/ncmpcpp/ncmpcpp-0.7.4.ebuild
deleted file mode 100644
index d4493e8..000
--- a/media-sound/ncmpcpp/ncmpcpp-0.7.4.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils flag-o-matic
-
-DESCRIPTION="featureful ncurses based MPD client inspired by ncmpc"
-HOMEPAGE="http://ncmpcpp.rybczak.net/;
-SRC_URI="http://ncmpcpp.rybczak.net/stable/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ppc ppc64 ~sparc x86"
-IUSE="clock curl outputs taglib unicode visualizer"
-
-RDEPEND="
-   !dev-libs/boost:0/1.57.0
-   >=media-libs/libmpdclient-2.1
-   dev-libs/boost:=[nls,threads]
-   sys-libs/ncurses:=[unicode?]
-   sys-libs/readline:*
-   curl? ( net-misc/curl )
-   taglib? ( media-libs/taglib )
-   unicode? (
-   dev-libs/boost:=[icu]
-   dev-libs/icu:=
-   )
-   visualizer? ( sci-libs/fftw:3.0= )
-"
-DEPEND="
-   

[gentoo-commits] proj/musl:master commit in: dev-libs/pth/files/, dev-libs/pth/

2017-02-22 Thread Aric Belsito
commit: 11daebd38cd7dc1fc98ab96dbe8523e324a2bd86
Author: Aric Belsito  gmail  com>
AuthorDate: Thu Feb 23 01:48:41 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Thu Feb 23 01:48:41 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=11daebd3

dev-libs/pth: remove

this doesn't seem to exist in the tree anymore.

 dev-libs/pth/Manifest  |  9 
 dev-libs/pth/files/pth-2.0.5-parallelfix.patch | 15 ---
 dev-libs/pth/files/pth-2.0.6-ldflags.patch | 17 
 dev-libs/pth/files/pth-2.0.6-sigstack.patch| 22 --
 dev-libs/pth/files/pth-2.0.7-ia64.patch| 30 -
 dev-libs/pth/files/pth-2.0.7-kernel-3.patch| 24 --
 .../pth/files/pth-2.0.7-parallel-install.patch | 12 -
 dev-libs/pth/metadata.xml  |  8 
 dev-libs/pth/pth-2.0.7-r3.ebuild   | 51 --
 9 files changed, 188 deletions(-)

diff --git a/dev-libs/pth/Manifest b/dev-libs/pth/Manifest
deleted file mode 100644
index c3dd04a..000
--- a/dev-libs/pth/Manifest
+++ /dev/null
@@ -1,9 +0,0 @@
-AUX pth-2.0.5-parallelfix.patch 415 SHA256 
f005fbb328c8fc82624c2968da037189f39d0957b759432a3ec20f6f691325f5 SHA512 
a294f725dff68f887540bcdd1b8d8b76ca7b3ce2d0d10ad9b93d9eece83c05d4d1e98095af85d37ae2070049bf12efd4d02d1306a5b20d12b5656a81abe75868
 WHIRLPOOL 
63ddde1afd253245d3cdb1aa76be6a5875f9e09e5cbb3e9a3b1e766f6ab2c1b253c05f0c41bee8c2aef52038e5774501bc56ee422f1f7d508a59df3f1dc98d63
-AUX pth-2.0.6-ldflags.patch 813 SHA256 
ed366b2f28a458e2d718dc3a90f54a91a478a8e3f64ee6e4fa3c8a7d7693bd9c SHA512 
099c8221d0011dd5284a96d216ed5315619ae377c3c0a01d15af2976aec57e286166601740b139852f340b36fdc7c5ce62f69faf268d6feaabe70db2bbfdf372
 WHIRLPOOL 
a73438ba84865e9aecf7c9a839eee59803f59685a5ab35498004cb0a333fadc0a84841ee10cf0bdb62c0068e11aaea21f131ec14067d2b1a8e804394c7ee441b
-AUX pth-2.0.6-sigstack.patch 820 SHA256 
b1f090242535640fc6518796b162d108c8436551f4e6bb43fd7cb8c9e916a868 SHA512 
0011405ae5e8371390adb2a718277d675db5bc085fe5c5f6054ba1bb08f2276d9e5f4d5c083e833417893173210b1e791a2d0f0a9b6d13194f11c9f587397635
 WHIRLPOOL 
c7d5bd555c01124ddeea8b96fd8816fe3e28fd50b4becd3f82d69459b03d5da721dfaaa4afa164b4747bf4b278e887bfe660a6e6e04c1ab42dd071a08ef8727e
-AUX pth-2.0.7-ia64.patch 1207 SHA256 
c4d2509cc218d0001081ce23796f0a4a22e8ccc8aa3b00ad14d80dfd50c1c073 SHA512 
984edb59caca26081c0db48372b5035a2845087c5e93265486edbd03c1f262de8a18b04ad810756f6fc86cae2b6af551f65056a3bd45a675d30df07cd47875ac
 WHIRLPOOL 
05d1454933d7aa08a0377dc088c72d0615112b6ea26f0b0a5d74a82ad3891f417a13e36ba7599f4d841d3558f829726cff52529123de75c6d6e57ffef971fa30
-AUX pth-2.0.7-kernel-3.patch 825 SHA256 
c09f733f31c4813cd26198b305693c3fe82263595d79dabc90e894f2e9f01483 SHA512 
c7dd07dbea6cfdd5479e65d9c741f1f7813698f287a33b19e5f1a2bfac9ca4457df61bb7fc3f8a339dfeeaf919da3869843308f595d35d0bd7f82febf3606fd7
 WHIRLPOOL 
36fc7d84f8dce37ba1a57562a0cf5efd179bee98353ce036c60df24375f009de888a23eaadc36663527a466c30b2401d55862ce498d49c52a0903b6a1501a5c5
-AUX pth-2.0.7-parallel-install.patch 428 SHA256 
92e5d8ada700573e0a68e2c30e418ae95b7dcc5a7429a963d3c9ea207205c0c3 SHA512 
b9abcfbe02a275e19e7f4d7676d84bb8d78f4e7eda882efda0be697311efc09598b4d3f0128c8a8182cefd18e63400573cde46de62f5741433e155aefa8113c4
 WHIRLPOOL 
df14957560978b555378a6db7ee2a2fd8ef074743be7c8b629bbda057559cbaf8ec77c8b1e4e23f52c7938cdc0dff9080c053482c30c6be14c05a2998d542b14
-DIST pth-2.0.7.tar.gz 652640 SHA256 
72353660c5a2caafd601b20e12e75d865fd88f6cf1a088b306a3963f0bc77232 SHA512 
f79d74047c50e06f3198356f88647c5c1c8a04ebdd94641fc31d5ab0fd2750d86615fcb81da2f98d7ea73d012a501195d3fa09060571d18dcfdaec5d7a0ecb12
 WHIRLPOOL 
9b8f60823d40a8e003d3c6555d392974e3b891336a535458c133e7863abb9b6f2e731591f11ba17fed1fe1eec6c8b00ba5352cfd3a8bc2906ad4b55aa6c345f8
-EBUILD pth-2.0.7-r3.ebuild 1323 SHA256 
c0963af2232ecec231d9f3007ef7b54e189f9f94554642ea3d085c8f77d43681 SHA512 
19bc6b39490d00fc5e2f3df799f3251bd5542b9ff3fe42b230818f73ceab8ec00e6a4634bc14cba85a43392ef3202da26469ce27ec8f06fde24b8aafbf4d1708
 WHIRLPOOL 
dc8f0a7436538a70310067564f9de5ead8879e87b43ebba3d9fe90f1b6f061882eb59a3ae3caa36647026a61f904df06d8c88e83c205329e6346c46e98cbb885
-MISC metadata.xml 236 SHA256 
dd25b46c95b0c63da84b7ff5778479e31449a385df066e9ee14bf0d7d176f42f SHA512 
5f6cd6a85527534d5de7118de5af212ee3044c8c5530a7f7087a28074a2d4ab7be1728325bd985adc063dc795d3cf2b1c4e58a4c4c4ec02d739bd4bbc544ef08
 WHIRLPOOL 
b15a2dfb001c41c8de2895842148b2531b74949e89e93ff8c366519c35792996e344918eaf9144fb081fc240796e47890be356d2339bea60b1e1d41830447d31

diff --git a/dev-libs/pth/files/pth-2.0.5-parallelfix.patch 
b/dev-libs/pth/files/pth-2.0.5-parallelfix.patch
deleted file mode 100644
index a305f59..000
--- a/dev-libs/pth/files/pth-2.0.5-parallelfix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
 Makefile.in.orig   2005-11-08 05:58:55.0 +1100
-+++ Makefile.in2005-11-08 06:29:02.0 +1100
-@@ -148,10 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/BZ-Client/

2017-02-22 Thread Kent Fredric
commit: 505eb9d8c5fa0f2643ccd34ba87112bcb32b111b
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Feb 22 23:45:58 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Feb 23 01:46:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=505eb9d8

dev-perl/BZ-Client: Bump to version 4.4001

- Add USE=examples
- Streamline test handling

Upstream:
- Comment->get() can now query by #bugid
- Tests fenced off without AUTHOR/NETWORK testing environments
- Misc doc fixes

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/BZ-Client/BZ-Client-4.400.100.ebuild | 49 +++
 dev-perl/BZ-Client/Manifest   |  1 +
 dev-perl/BZ-Client/metadata.xml   |  1 +
 3 files changed, 51 insertions(+)

diff --git a/dev-perl/BZ-Client/BZ-Client-4.400.100.ebuild 
b/dev-perl/BZ-Client/BZ-Client-4.400.100.ebuild
new file mode 100644
index 00..599b3d33ab
--- /dev/null
+++ b/dev-perl/BZ-Client/BZ-Client-4.400.100.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=DJZORT
+DIST_VERSION=4.4001
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="A client for the Bugzilla web services API."
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   dev-perl/DateTime-Format-ISO8601
+   dev-perl/DateTime-Format-Strptime
+   dev-perl/DateTime-TimeZone
+   virtual/perl-Encode
+   virtual/perl-File-Spec
+   dev-perl/HTTP-CookieJar
+   virtual/perl-HTTP-Tiny
+   dev-perl/URI
+   dev-perl/XML-Parser
+   dev-perl/XML-Writer
+   virtual/perl-parent
+"
+DEPEND="${RDEPEND}
+   >=dev-perl/Module-Build-0.280.0
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   dev-perl/Clone
+   virtual/perl-Data-Dumper
+   dev-perl/DateTime
+   dev-perl/IO-Socket-SSL
+   dev-perl/Test-RequiresInternet
+   virtual/perl-Test-Simple
+   dev-perl/Text-Password-Pronounceable
+   )
+"
+
+src_test() {
+   has network ${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}} && export 
TEST_AUTHOR=1
+   perl_rm_files t/author-* t/release-*
+   perl-module_src_test
+}

diff --git a/dev-perl/BZ-Client/Manifest b/dev-perl/BZ-Client/Manifest
index af09b78ba8..e80edd03ae 100644
--- a/dev-perl/BZ-Client/Manifest
+++ b/dev-perl/BZ-Client/Manifest
@@ -1,2 +1,3 @@
 DIST BZ-Client-1.072.tar.gz 32692 SHA256 
4f39e7739af68df67231719865e579b08d0bf1befebee69aad8015b229388f1a SHA512 
d26c7e03d62013e5b308e33920e350ddaf5f93cc7a2939f1a6cee6746fa8e25138fad31454c0f0b8c1f4834ec939226b98d472891c0c1f22120e18a751755898
 WHIRLPOOL 
3415f6ad89d477c7c2fc2291428ee8144d57ee705af749c79f9b257054ccaca4510a53e79fd30f494f056891852f2c3cd098e14a393617ea2ff9f77833652a48
 DIST BZ-Client-4.4.tar.gz 64706 SHA256 
74d821f512ef50fc1e943b8b4170ed0f496a41e49b93960f7793cb5d23b8835b SHA512 
b3967179ba9f8139cb1921ffa1b154fdc0fced8a80425db4780eb940499bf62fd669da32673ee176ed65fbe47d168548fa267813cb42264cb9207a3c807e3ed8
 WHIRLPOOL 
eb4d1c195897e891feecd8014e017ebe520ff1584ed3dcfa436822c85a281a208766f05916d01db1134f6d500f9793aed4e54bdce11b166f5d10526ab03d9911
+DIST BZ-Client-4.4001.tar.gz 79167 SHA256 
c8bc81eefdc48f029cdcc3a18d3ad268de7e43f8a4d1cb3e120ec5669ecfde9b SHA512 
36eb0f50e0d3a88a4ef49c3fe277bf12dc86dfbd5ad0cfe869ca68962c4c8bc1601a7ac16c817488c9700f92932a8e900a3ae9641b21042a08dcf939f4e367aa
 WHIRLPOOL 
a47697fda011d53bc6a0471067165417ed9e02a061fc03f3d1cb6a3107de18dbf5e203e4eb7839405a7f7613d72f58f182b6b34f57f3e8f49f2cb90694706809

diff --git a/dev-perl/BZ-Client/metadata.xml b/dev-perl/BZ-Client/metadata.xml
index 909c36268f..0f5bd6ca5d 100644
--- a/dev-perl/BZ-Client/metadata.xml
+++ b/dev-perl/BZ-Client/metadata.xml
@@ -31,5 +31,6 @@
 BZ::Client::XMLRPC::boolean
 BZ::Client::XMLRPC::double
 BZ::Client::XMLRPC::int
+djzort/BZ-Client
   
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Exporter-Tiny/

2017-02-22 Thread Kent Fredric
commit: c9c2f164e96829429027d8fa5ff2b436fec6bf19
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Feb 23 01:46:35 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Feb 23 01:46:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9c2f164

dev-perl/Exporter-Tiny: Bump to 0.44.0

- EAPI6
- Tests enabled
- Add USE="examples"

Upstream:
- Documentation overhaul
- Supports programmatically renaming functions by passing a CODE
  ref to { -as => CODE } for computing derived name of $_[0]

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/Exporter-Tiny/Exporter-Tiny-0.44.0.ebuild | 24 ++
 dev-perl/Exporter-Tiny/Manifest|  1 +
 dev-perl/Exporter-Tiny/metadata.xml|  6 ++
 3 files changed, 31 insertions(+)

diff --git a/dev-perl/Exporter-Tiny/Exporter-Tiny-0.44.0.ebuild 
b/dev-perl/Exporter-Tiny/Exporter-Tiny-0.44.0.ebuild
new file mode 100644
index 00..7856b1e1b1
--- /dev/null
+++ b/dev-perl/Exporter-Tiny/Exporter-Tiny-0.44.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=TOBYINK
+DIST_VERSION=0.044
+DIST_EXAMPLES=( "examples/*" )
+inherit perl-module
+
+DESCRIPTION="An exporter with the features of Sub::Exporter but only core 
dependencies"
+
+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 ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+   test? (
+   >=virtual/perl-Test-Simple-0.470.0
+   )
+"

diff --git a/dev-perl/Exporter-Tiny/Manifest b/dev-perl/Exporter-Tiny/Manifest
index a6d9a16203..c80bfb979b 100644
--- a/dev-perl/Exporter-Tiny/Manifest
+++ b/dev-perl/Exporter-Tiny/Manifest
@@ -1 +1,2 @@
 DIST Exporter-Tiny-0.042.tar.gz 32173 SHA256 
8f1622c5ebbfbcd519ead81df7917e48cb16cc527b1c46737b0459c3908a023f SHA512 
b69b722842b4a907fa434a1a798df6f983bae74d7b82e925a1db684cb166f2ef02a72cce176173af035321dc27ad35b49e1fb1ee57c0e2ca6596d84da140c06f
 WHIRLPOOL 
9b43e4b2ca3d0ce6dfc4333914e340e10da032fab8535fb208bf2a4e79e7d4e26b46b09cbf178bdf31eba3584169316fe44ec6ce5c14405d4648d91e60a46f61
+DIST Exporter-Tiny-0.044.tar.gz 29636 SHA256 
eda868cc2da094b685ceace4245b83de11f439feb98e0ec8246cfbb9109c88ab SHA512 
49f8df450c1e21b56df3ef0f15ef138f21429a2a4c3c0e8809b25c57dc42ae4d28e3db125676ca5d293517d36a81b41fcfe2b3f4a4d37530b5de5f92bd05d03a
 WHIRLPOOL 
19c8697acefb28162e2ea9387ed49eb11d7165e316cf4b5e485b59b5f85cbed34602dd26b2aae2081aa6d3fd6b8e4d6518c1997c63ef2f5ef088545b24b1ab8b

diff --git a/dev-perl/Exporter-Tiny/metadata.xml 
b/dev-perl/Exporter-Tiny/metadata.xml
index 2b9a936fc0..0dac48b7a5 100644
--- a/dev-perl/Exporter-Tiny/metadata.xml
+++ b/dev-perl/Exporter-Tiny/metadata.xml
@@ -5,4 +5,10 @@
 p...@gentoo.org
 Gentoo Perl Project
   
+  
+tobyink/p5-exporter-tiny
+Exporter-Tiny
+Exporter::Shiny
+Exporter::Tiny
+  
 



[gentoo-commits] proj/musl:master commit in: dev-libs/glib/, dev-libs/glib/files/

2017-02-22 Thread Aric Belsito
commit: 0d6487d861eb3c4cfab4377f089b4fe73e9c1a48
Author: Aric Belsito  gmail  com>
AuthorDate: Thu Feb 23 01:46:48 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Thu Feb 23 01:46:48 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=0d6487d8

dev-libs/glib: remove 2.46.2-r3

no longer in tree.

 dev-libs/glib/Manifest |   8 +-
 .../glib-2.46.2-fix-gstrerror-on-non-glibc.patch   |  30 --
 dev-libs/glib/files/glib-2.46.2-memleak.patch  |  25 --
 dev-libs/glib/files/glib-2.46.2-musl.patch |  98 ---
 .../files/glib-2.48.0-GContextSpecificGroup.patch  |  44 ---
 dev-libs/glib/glib-2.46.2-r3.ebuild| 323 -
 dev-libs/glib/glib-2.48.2.ebuild   |   4 +-
 7 files changed, 3 insertions(+), 529 deletions(-)

diff --git a/dev-libs/glib/Manifest b/dev-libs/glib/Manifest
index 0cd28de..4f1405f 100644
--- a/dev-libs/glib/Manifest
+++ b/dev-libs/glib/Manifest
@@ -1,12 +1,6 @@
 AUX glib-2.40.0-external-gdbus-codegen.patch 3901 SHA256 
d06d2775c3632212c11eceb715f0da6a3b1ab6d8d901bb2fcb7c1fc3ca6b004a SHA512 
2f960a53cf51f809af6788664e2cd6d67a29eb58dfe34156f665e2d5ae1fd53a3c792714672fc82dcbfae38e1c793a3eef07116484511ef21d96536559339b00
 WHIRLPOOL 
39dc4d38e6a3450cbba3a1843096da330b6b2bc8954b9cce4a890454e5546d3e6440ddd237772407bd4ffec05b78eb6b5c4cb6c86a86e01a5ad4c96fe8b0
-AUX glib-2.46.2-fix-gstrerror-on-non-glibc.patch 844 SHA256 
2c4c622cf7a7236c73b4665ed3b202dbf6236bb11bdacf17b3cba023f90b280c SHA512 
262f1d0314a8292c447d5561695b71ae9e27aabe3d94f2a40d78910ee93dd02b1f12ea515ae9c04c75c5ede9e256bf01a427090fdc005738d12d8aa1a0f594d0
 WHIRLPOOL 
5ea3133b31c523e220190e4157914e1dfa1cd599db8e02c0dfb8fc78378a0b0eb011234769814dfa1c91580967780b1f1225b91794e98759c16d1e9ef6f7fb2e
-AUX glib-2.46.2-memleak.patch 711 SHA256 
baa9a70ea17bc0f78bc4c8353af28cc22fd16a1a94e5898757a87bddffd8762e SHA512 
f6a52034744b3725ffd7219abbd9df8dfb562d31db2f846a86352a2481e8f5ae28b77a0bd2a19955e17c7ec9de7723a495367be051dc568d3498521ff58c4be6
 WHIRLPOOL 
0ded676353a97e327901ea66a8ddf85156c85143d19a4a3786d24e90ceed0fe36fef1effdeaa648b0404e58930c1ba2df6a65ea7e8a106bb3e84ea0a6b610609
-AUX glib-2.46.2-musl.patch 2497 SHA256 
a9449e3f36725cdf19931fb0987de65779decb6a0fb214d384a1b32f17aeb036 SHA512 
30b46bb13749d2879f84e1980fbaccb381fffe29c8d07ed0825ddc07421778cbf77896e18cb0bc1ebf9d0ff9c95064f05de81e5d78df2b9660117f6e85aa9adb
 WHIRLPOOL 
e24a6b68748330b0c62ad362aa6df2989511ddc86cd5aec582883b87ff1b6825d975f1f12126ba85fa6871d1a2f343b7a5057b81b23ce69da3dbb8f24708c94f
-AUX glib-2.48.0-GContextSpecificGroup.patch 1637 SHA256 
3e0e6250775482357cd8727ad270a473be7c24431afa5445f9ac4214802a8fad SHA512 
ed850d1455ac619ea97c8a82eb7f6a768882e9e1dbdfcffcf143cf3cddd46ea073d6b25c811eaa14a789d06f4cc2cf13c09541565eb34ed9bf616c8dea825e45
 WHIRLPOOL 
004196759130baeba4b4e72601dfaa25bf8c0e49b1d09222b21a6c51b9c84b6bf6b799bbfedf931d3eabbad91371017b5c61799c879d99aabaaf3cdaf11cbf0e
 AUX glib-2.48.2-musl-glibmm.patch 1496 SHA256 
17cd23f9bea7eaa0ed4c3a83e894392d3d6824a462790cb1e3b6f10d591b9448 SHA512 
6656b6c40366c43e48916a1851319f0a6b939ae5f1c78b9496930f47b566ab17924ee031ed6a0ea9beb8a4b1fc37b66ef1784b4a95a890dd71410717175509e7
 WHIRLPOOL 
afc16f2a772a474f92eec77d666b88c88b6a96e2ded4b1e4e02f824bea7a903ead48ed2cdc1ab0f273f7e1d492e99bb5ae5e3545ffa3318e2fe56538d0a55d85
-DIST glib-2.46.2.tar.xz 7344636 SHA256 
5031722e37036719c1a09163cc6cf7c326e4c4f1f1e074b433c156862bd733db SHA512 
8b5298712710d77b4a47367071f782d2bb3042b149ec8fde8c065f80bf3c5375c94318d19665c0092572e4895e590231a47324d25f371310f02b43feb3009588
 WHIRLPOOL 
700b69360110351544780ace4dcb14f29505f63d8840882532a4b7c017860b6da86e09cbabca691b7b24cb08b8722e772555de044b8b21e4b0952c8a8e4e6ecb
 DIST glib-2.48.2.tar.xz 6408644 SHA256 
f25e751589cb1a58826eac24fbd4186cda4518af772806b666a3f91f66e6d3f4 SHA512 
2eac104eb2207d0a6488992e48069a34b417f51e141364f281ab7b0953a6de88be177b1c694dd9464a856c9a5d8021e3cf0193a8d9c5aaf6ea11f1f9ff743c43
 WHIRLPOOL 
cba211000d5597e93d01113e5f2b6736e47f4daa00935a53af182b3304fef9a1ac25f78995c7a53cc1234261433a1bbd1ec751c87b556845a15da720af5b971b
 DIST pkg-config-0.28.tar.gz 1931203 SHA256 
6b6eb31c6ec4421174578652c7e141fdaae2dabad1021f420d8713206ac1f845 SHA512 
6eafa5ca77c5d44cd15f48457a5e96fcea2555b66d8e35ada5ab59864a0aa03d441e15f54ab9c6343693867b3b490f392c75b7d9312f024c9b7ec6a0194d8320
 WHIRLPOOL 
db4ddb4ce61724e629931c5ffccb4d7a551b4dc0f4efed5a966822307e4b5a786adee5705dd80ec0a9aa32cb1af9ad9615e307360e131fc34688207216161486
-EBUILD glib-2.46.2-r3.ebuild 10585 SHA256 
c10f4010878f10ef32fb3b6d4331a37dfbf2eb94ab06d40ecf7e35a5537258e2 SHA512 
b5bc42c6d6a42dfad750cf1ef4c3cfc9f19bb79777ba3846b0a797d0c75d25444114cd9698cf5e4291bfdd3cc2046fac8b45ed39ae54c59cd3e5354588fbeca7
 WHIRLPOOL 
7869514a3ba96faf4d98f0cd9e1018175bbba3568ac1948b5ee607452f8a863d675ddc2790b513fa7d7211595e2829a167803097fbabd71434b7c0556656d9fe
-EBUILD glib-2.48.2.ebuild 8622 SHA256 

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

2017-02-22 Thread Christoph Junghans
commit: 198a2ab7a9b5b4749c9ba74b4b2174044abf975e
Author: Christoph Junghans  gentoo  org>
AuthorDate: Thu Feb 23 01:43:46 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Thu Feb 23 01:44:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=198a2ab7

dev-util/doxy-coverage: initial commit

Package-Manager: portage-2.3.3

 dev-util/doxy-coverage/Manifest|  1 +
 dev-util/doxy-coverage/doxy-coverage-151229.ebuild | 27 ++
 dev-util/doxy-coverage/metadata.xml| 12 ++
 3 files changed, 40 insertions(+)

diff --git a/dev-util/doxy-coverage/Manifest b/dev-util/doxy-coverage/Manifest
new file mode 100644
index 00..8d54f37a95
--- /dev/null
+++ b/dev-util/doxy-coverage/Manifest
@@ -0,0 +1 @@
+DIST doxy-coverage-151229.tar.gz 3633 SHA256 
ddfa4806f92f53ca7b9e5d9773aab7b61b2909e135d1bc40aab5eb4355e81180 SHA512 
897c36adb6551ad177429d771b6eb7871a8b024d3cb5915d412b13f92cf8e52b87ba3237093345d51fa5dfbf80a800ab69907518b1a5570d1f056a2de43353fe
 WHIRLPOOL 
76c97595eb4be3718999caae502b8777e13340be58680c79ee90dbab5c02736b4ceefbf67f16b8293ef2fbf732dfc7304481eca1b441ec23ca62da8bb55af8d1

diff --git a/dev-util/doxy-coverage/doxy-coverage-151229.ebuild 
b/dev-util/doxy-coverage/doxy-coverage-151229.ebuild
new file mode 100644
index 00..3f7910be37
--- /dev/null
+++ b/dev-util/doxy-coverage/doxy-coverage-151229.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-r1 vcs-snapshot
+
+COMMIT="29a0bbf43bfecb6872cdca0e4a11733954d25196"
+DESCRIPTION="Source Code Documentation Coverage Measurement"
+HOMEPAGE="https://github.com/alobbs/doxy-coverage;
+SRC_URI="${HOMEPAGE}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${PYTHON_DEPS}"
+
+src_install() {
+   default
+   python_foreach_impl python_newexe "${PN}"{.py,}
+}

diff --git a/dev-util/doxy-coverage/metadata.xml 
b/dev-util/doxy-coverage/metadata.xml
new file mode 100644
index 00..9e05095fff
--- /dev/null
+++ b/dev-util/doxy-coverage/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   jungh...@gentoo.org
+   Christoph Junghans
+   
+   
+   lobbs/doxy-coverage
+   
https://github.com/alobbs/doxy-coverage/issues
+   
+



[gentoo-commits] proj/musl:master commit in: media-libs/libv4l/files/, media-libs/libv4l/

2017-02-22 Thread Aric Belsito
commit: 017558f6fe26e9d1494deb873c3c356ec9848418
Author: Aric Belsito  gmail  com>
AuthorDate: Thu Feb 23 01:35:46 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Thu Feb 23 01:35:46 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=017558f6

media-libs/libv4l: sync with tree

drop r99 suffix

 media-libs/libv4l/Manifest |  3 +-
 .../libv4l/files/libv4l-1.6.2-sysmacros.patch  | 57 ++
 ...libv4l-1.6.2-r99.ebuild => libv4l-1.6.2.ebuild} |  5 +-
 3 files changed, 62 insertions(+), 3 deletions(-)

diff --git a/media-libs/libv4l/Manifest b/media-libs/libv4l/Manifest
index c6333d1..84079d3 100644
--- a/media-libs/libv4l/Manifest
+++ b/media-libs/libv4l/Manifest
@@ -1,6 +1,7 @@
 AUX libv4l-1.6.2-musl-ioctl.patch 1138 SHA256 
fddb0ec60a66fe9963aba4b01d34a03c9f6ee523ca8b8c037ee155428bcb513f SHA512 
5051aeff12d5cd538bf2d071ca61437ec2565f2326d610ebf2ba0dce8b65c373ca61ca406d0867f6e2bbcc4601b5bcc1ff0ace9786e5b53395b0f5fe4a103fad
 WHIRLPOOL 
90b181aa72c1588ad75fedb46061b13d451a4a08f59397c18de0752eb0dd8be1289c04afbaa95e210a1634963bb7d43d640edfcd1d18e163a6f9179096a90161
 AUX libv4l-1.6.2-musl-open64-mmap64.patch 2490 SHA256 
d2a94392ace321c4c4a9ad78098ecee53f62402bef987cefd2909191abd24a46 SHA512 
3487e905ac08c8a80829c3f75d82f13b098cac48784f0e0620eea4478a1f8e5aa5fd7eadcea3c188120df5c781c0e7dcbf36a63130d95cfadc2633a0e9a11064
 WHIRLPOOL 
bb7e3820669ab5ae0c6b97cc5bc86c609b605bd9202e97e75ad735af8982b717b09fe1918ebe869b98c76a17392f19a20660ba54f7b5d2160197db0368e875b3
 AUX libv4l-1.6.2-off_t.patch 603 SHA256 
ee7cebd020b29a7ed9a92fb2ff5be76d37fd714671c8530dd2ff6eb900b072b9 SHA512 
27429e512fd2d6115e68ca3d62e90f3bf0c9ddda9deabee03cca35b653e228a16079fb8e488e6f434eef3eeacaada52c16d413f913b7c3395fa2225f6a7b4931
 WHIRLPOOL 
fce897fa42306d50b321aed3e5a9db80c8f7bbdbe89cab8bc92a80adaf9d7dc5f1166d5cce2e626289845a6191c413ac92e56b40055aff6fd9f4b3ee8ed44ff7
+AUX libv4l-1.6.2-sysmacros.patch 1821 SHA256 
702a8a81073fa35dafdcb69410d0626aaf5af7df2cbe31d135d7ed7e330ab3b2 SHA512 
ff6addf5d8e8da4f8502f1af8f21de60c9579da11b3aa3145d42030387bdcdd7c6263d5b6cdcba302ea8b8b3a578dbd17d75e11250d4074df2b6ca59d6de1d55
 WHIRLPOOL 
2e008b1d1e018dde80cd3b435eb7f08a8d4e154d97d74a272817e85604330a22b76de4a7cad814fd13970e4b489a7d1f8398b913114c387087624f5a2aeeecc5
 DIST v4l-utils-1.6.2.tar.bz2 1148309 SHA256 
d3d6eb1f0204fb11f3d318bfca35d5f73cc077f88fac7665a47856a16496be7d SHA512 
e14442e1b3660d0cb0844f1a5a88f855bc8532df9e72e1b2afd348a7c077ad25657f832d0fd47d3f567bfd399fd82c5a749d075ac9ecb911ea462685e31aa0b2
 WHIRLPOOL 
bd1b825354ca52e62e8c5f83d43bfd2cec63611c65d6b2709a7274fd15ae0fa21345d2b95a073c0b3a33b7c94b304562f1efcf112e1357a58515bd0d6f37f396
-EBUILD libv4l-1.6.2-r99.ebuild 1562 SHA256 
aed3438607a3c010c325821c245584e15f40aebef546dedb9664c34a2968cab2 SHA512 
812e22ca11457d6b1d9e584d7833b096834e408353924375c81af1b0c39a0548912338255653479a4f96eb31a6ac768efd84eda52176e0e8f7f80ce7d97dfaae
 WHIRLPOOL 
bf64626940c17e187d30885f8ae0306bc17da473007010e6cbee729a9f3e097d45308c719db8a437bab1947d80ba038581156142e4eaca55cb53e983c1a03f41
+EBUILD libv4l-1.6.2.ebuild 1676 SHA256 
61cd868851d9a22b5c27cf29da8d12533098cb0dad176a28c9d29ebe734263f4 SHA512 
ed1e5aeb7e8d17eec5061b6bff5bed040e672264302add86ae2d373e924487d69e0ca6cf6e3f576607732e0ff4c37a8dbd9198af80c76f3460a747e1aacaecc7
 WHIRLPOOL 
d773dc6c1af251ad77391cb391ba509b26f2e7deac39a3a69f1002d29f87ec03b54eb3fdca8cfe1db170fa085b41625aebde862f52b7652765925aab6ea433cb
 MISC metadata.xml 1125 SHA256 
1be1fac7b283729b4f1ebc9f53d12d21c6fe65839e7981794633ef8072209558 SHA512 
5594f9030eb7da8b32c90e1710ebe6370339ef4fbb3a1b23a99024e9c0ef5bbbde31e421e3c9e23edf5e44709970fa1a60523c8fa615b90ce16437b28d5714c7
 WHIRLPOOL 
e777f9b89fcb3b6626b5ca250606186f60b1f7433ccd3ccbad08fcff88d3b9b66a1ce41a7cca2684e926aa66fb180f29c3be4705e5c4bc893b3a019854213bd4

diff --git a/media-libs/libv4l/files/libv4l-1.6.2-sysmacros.patch 
b/media-libs/libv4l/files/libv4l-1.6.2-sysmacros.patch
new file mode 100644
index 000..db49740
--- /dev/null
+++ b/media-libs/libv4l/files/libv4l-1.6.2-sysmacros.patch
@@ -0,0 +1,57 @@
+From 8edd80d3654843d9441fb5e43dfbf2b3e81f84b5 Mon Sep 17 00:00:00 2001
+From: Mike Frysinger 
+Date: Mon, 14 Mar 2016 16:56:40 -0400
+Subject: [PATCH] include sys/sysmacros.h for major() & minor()
+
+Linux C libraries are looking to disentangle sysmacros.h from the
+sys/types.h header to clean up namespace pollution.  Since these
+macros are provided in glibc/etc... today, switch to pulling in
+this header directly.
+
+Signed-off-by: Mike Frysinger 
+---
+ contrib/test/mc_nextgen_test.c| 1 +
+ lib/libv4lconvert/control/libv4lcontrol.c | 1 +
+ utils/libmedia_dev/get_media_devices.c| 1 +
+ utils/media-ctl/libmediactl.c | 1 +
+ 4 files changed, 4 insertions(+)
+
+diff --git a/lib/libv4lconvert/control/libv4lcontrol.c 
b/lib/libv4lconvert/control/libv4lcontrol.c
+index 3c8335c..59f28b1 100644

[gentoo-commits] proj/musl:master commit in: sys-power/acpid/files/systemd/, sys-power/acpid/files/, sys-power/acpid/

2017-02-22 Thread Aric Belsito
commit: 8d60bd9b3c54d29c181a7f3adf75bcf6b6118e0b
Author: Aric Belsito  gmail  com>
AuthorDate: Thu Feb 23 01:31:34 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Thu Feb 23 01:31:34 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=8d60bd9b

sys-power/acpid: remove

2.0.27 and 2.0.28 work

 sys-power/acpid/Manifest  | 10 
 sys-power/acpid/acpid-2.0.23.ebuild   | 73 ---
 sys-power/acpid/files/acpid-1.0.4-default | 19 ---
 sys-power/acpid/files/acpid-1.0.6-default.sh  | 59 --
 sys-power/acpid/files/acpid-2.0.16-conf.d |  6 ---
 sys-power/acpid/files/acpid-2.0.16-init.d | 21 
 sys-power/acpid/files/acpid-2.0.23-musl.patch | 67 
 sys-power/acpid/files/systemd/acpid.service   | 10 
 sys-power/acpid/files/systemd/acpid.socket|  8 ---
 sys-power/acpid/metadata.xml  | 11 
 10 files changed, 284 deletions(-)

diff --git a/sys-power/acpid/Manifest b/sys-power/acpid/Manifest
deleted file mode 100644
index 150e7e4..000
--- a/sys-power/acpid/Manifest
+++ /dev/null
@@ -1,10 +0,0 @@
-AUX acpid-1.0.4-default 663 SHA256 
2b18111978043d68848983a54dfc946dd9b9b15592d0f4dc33491599dbe24b23 SHA512 
817c971371046bdac72c644eed508b17fe524007f0cf360198d2649bc80254a0b127def0f6442288432ea2fb822b42299324507711feb13dd14a29e9315e9238
 WHIRLPOOL 
53b617a76c7a0716f1768789009ed0eca57b8b24e7e8f435d4cbb4cd6b1e201c1e28355c873893d73cbfcb0cb0f9091c438989016dc85c06f8df965307659842
-AUX acpid-1.0.6-default.sh 1231 SHA256 
37079c125004cc7b66debc8021eb53b4b1dbcebd03f5dc213b4bbab34a1c1b01 SHA512 
25629153eb97d7dc60d9a2b3a40fb7c22d4dd8ff84bbe5431230b70660d6ad8efb43976be062ac581b796f7e515722c67f8875a3aaa5f460a1172580dcac3d14
 WHIRLPOOL 
9e70f931c85c726f9ad8c7ae7498d40659d23f9d6d154893b7a2694e9ed68ea25c6e983662e5e92aada5a1ee373dfb5c78675746e53f4eb78f69010a8b743c3f
-AUX acpid-2.0.16-conf.d 153 SHA256 
3755d4eb8bb64a1304e5defedb949305ac550565da36fe4f94d5f31beee821ba SHA512 
518cb397b2aa63b893ead1be08f32fe436d19b72663dee66834cfbc112b00f0df8b9e4f1ffe64b813783f657d3fe8b9a0c5e992d5665583357e68b266705
 WHIRLPOOL 
bc6e88e3558869e493725d3381633b2943f5fb0047f4157b847d02d54560df25e52b95d1e2899e3ac6f20bb405456e12866236265f77769184b9825cafa6f659
-AUX acpid-2.0.16-init.d 476 SHA256 
ae1672a3db0786e66a7e0635fe558a67a3f1fbc201f5e22b3d19f7b52b3ebcbd SHA512 
4d7816d5a4d46eca6e97be167ed2bd5394233cd5ba0470ab414d450cb211d12ebb02df0bd8139f2b623bf80aa95be8b0a00290a111a4fa8767a711740c18b0c7
 WHIRLPOOL 
44f957756640fddc2fdad9f4d072c1bc51e1f64c11c9f112e578ae1d309f138309416d81ad74ef0aba309a4b6dbacf6e070f27bdb1d0ebc72a25c40a134222e3
-AUX acpid-2.0.23-musl.patch 1548 SHA256 
c2f8f53b7ba867556a60c6ca1635d3eddcb71f54ac63eb6e32a8ff5fa42cedbe SHA512 
f5bc07703d821c4cb603766d0d4a7a6a60c607610fb72d610b067fb4c4257a9de526159e9195e9425db9f02de32f032e026f872bd24a35037d0feb8bb9f87c1f
 WHIRLPOOL 
831724dd73279318f096f28371f7f5259f1151524356bee816f330875605b8ff3d37435bec70ab5be091705585fefee7a63cde3bb123e85c918d44ac29a1bc0a
-AUX systemd/acpid.service 155 SHA256 
93edfc49425ed60a4355d85b2c23ad5b0968e90fdf977edb06a20d49f9bd9028 SHA512 
51c1e2a10968bd6555debf237c064dec7a347a5adfe0e8612e9ad49168e727d0779744ae8c2842b2e943dd46ab310343aeebb9eb6c9e85cb77123d966e8561b1
 WHIRLPOOL 
0cbbd618f6e3ac0e4b63d634095d84722caaa84e946b4f1e7036bff9ac05f45e23a8aa9f6101968c2c5af5ed29f1a9c420b7dd2271da3e59d9ecc9d04614f64e
-AUX systemd/acpid.socket 119 SHA256 
a6ea89749651e38ba79598d286fd252dc814461a2cb3ceba14c25a4d6aa10bc4 SHA512 
9a8293166b3818255d39d972dd354e675d23e4d59fb4ce3a8b5dedbf33e809f808ae3020f308426ba8d9d1317396727edc5be5bf51a7a30bc40c809442c96c0a
 WHIRLPOOL 
81dcdb288bc86b97035da911a102b2627b4573302e9dd98076cb4eb41ada564f6ef6751f4b863a54e97f2266010d29afa79ab3ada094a68bdd57b0e96921c507
-DIST acpid-2.0.23.tar.xz 154504 SHA256 
4396aaec13510c3a1faa941a15a4b5335b6ae4fbec8438b9249b88c3b66187ee SHA512 
b2f01f04a9c5370608016c16ecfbc5b503170c2686e6557ab1463e25d56a3ef1d2093d4701205ec1261564b1073653b404d0ae278c0bd8c8496606be1785963f
 WHIRLPOOL 
b9c7d4d64e663ffb9c58d2129b4f599453b4da0111b244269cf89ca50cc2de7ecdbea361825724963ee0b93294cadde12dee06c4816f5b709a23e7d443df0afd
-EBUILD acpid-2.0.23.ebuild 1866 SHA256 
cdb182bc34af09e8071169e117eb65f79d625f5ef7256b7d9abfae0cd61e4717 SHA512 
240131300bdd009a4aa2a8600e2e8ad9a9ffe505c6b30e30b2f3aa2e613c6f534402be9788b322b5876bd1cea23c161feaf62ea4e2c7754eb98a412899728fbf
 WHIRLPOOL 
0c88e4698cac1c8c09478d177074727836e1de0ff5ca68fb5db83f6fcf68710f5c44e55bedaa51094e8f6dc4fc23cae71242ad6c41fc822d0921941f4c724074
-MISC metadata.xml 325 SHA256 
23d0fb33e95356f48defcf9d9c9662ee2a2bd32f32cb362679dacc20cfddfdb6 SHA512 
0d624100b483b02a7dfa77048c4ca53a3cf22832fde166eee5a87374f2a4c1b655eae57b9b8b3b472a5603f7ca9b8353d00e619a14e618a6a097ffb179f6adf3
 WHIRLPOOL 
46be7ec7c2de80b33ee4d5e97350d1e0ff9f4c18b25935e3565f28a807edba9adb2352ec6b8f12d0eab5b367d066e8f4c1b449914ecd298ba4efb62b1340152e

[gentoo-commits] proj/musl:master commit in: sys-libs/libseccomp/files/, sys-libs/libseccomp/

2017-02-22 Thread Aric Belsito
commit: 45f97e255b0fd3ee3ca60ebad4c2a9acb3cc7351
Author: Aric Belsito  gmail  com>
AuthorDate: Thu Feb 23 01:30:02 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Thu Feb 23 01:30:02 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=45f97e25

sys-libs/libseccomp: remove

2.3.0 and 2.3.1 work.

 sys-libs/libseccomp/Manifest   |  4 ---
 .../files/libseccomp-2.2.3-musl_compile.patch  | 24 -
 sys-libs/libseccomp/libseccomp-2.2.3.ebuild| 41 --
 sys-libs/libseccomp/metadata.xml   | 11 --
 4 files changed, 80 deletions(-)

diff --git a/sys-libs/libseccomp/Manifest b/sys-libs/libseccomp/Manifest
deleted file mode 100644
index bcf933d..000
--- a/sys-libs/libseccomp/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX libseccomp-2.2.3-musl_compile.patch 684 SHA256 
f8de96893d9d7007fba9af8d194ca2b3a25ba47379eb4a926894a9b941c5700c SHA512 
726b511eae52d85f6c7aa54953b55b2bd099cde23923b3d61d2316ab709df65291994f3033bc7f04658089624ccfaaf2d99ff071de9675c36f613e4dea8282a4
 WHIRLPOOL 
0ad85f42d41f05a021c06722cd83f8b2ea8a2c54cee1ab9436727f89b8758e16007e38b45a6b59cde7c344cabd60bcc82f7683a0505161c3be7773b72cecfe49
-DIST libseccomp-2.2.3.tar.gz 522755 SHA256 
d9b400b703cab7bb04b84b9b6e52076a630b673819d7541757bcc16467b6d49e SHA512 
e7bce0627c7ee107ea4780a6d2d7f24da162fdb5a85fc064c94e629918de2ee7ce7ed5ed98490f17392d9ca7ec1204945db3fea4415fae4370495b71c9edb61e
 WHIRLPOOL 
a32105a4cf3b514531e3cd7f1c703305318eceb90ef030317139fe08fe62fd14670b5ddc6f0dc8165cac23da1df89ee6efea3c366cec64102194c12ae53eac4f
-EBUILD libseccomp-2.2.3.ebuild 998 SHA256 
3e4839cb504bf89c672e3f03465891ce385f665baffa52ae7eef1675aad5b461 SHA512 
3343ecb049410dab241fb2ad2bfb21b709a685142f69a9f8e9bfa99065fd696eab3ef40e4ffe24289cdaa6b20b14f10c6a6bf05e4d3ba9529d52ff8807c2641f
 WHIRLPOOL 
96cc75cf432fd5023c4a1f7ada27267fe984c34b7bbf1ced32353a078bb7df81258a212eb36782c5347f7906df1a84a2f100aa2457044146b5d5ce2b966ab293
-MISC metadata.xml 355 SHA256 
8087b7a37ab380f3809766fad5e5d72b88795e76a9856ea19b062e54bc8b5447 SHA512 
dbf3c5decd7e918af6092ae690a2566c98f9b5386eee17c363dde79c03ca7d3a4103926a9327711aa059cf82916a4cb36360ce3c762093301aa44bc8cfd70f42
 WHIRLPOOL 
98020ffdc094b2a3a8d0a60d645bd34167feb0fdc280d3f366020a1daf2d540b6bca34a3f8a070c46b439d91104425417d07338c8afb3245260f33f57852b335

diff --git a/sys-libs/libseccomp/files/libseccomp-2.2.3-musl_compile.patch 
b/sys-libs/libseccomp/files/libseccomp-2.2.3-musl_compile.patch
deleted file mode 100644
index ffd27e5..000
--- a/sys-libs/libseccomp/files/libseccomp-2.2.3-musl_compile.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From eb5382287cd25235e760b5da4939510b11bbf2a1 Mon Sep 17 00:00:00 2001
-From: Kylie McClain 
-Date: Fri, 1 Jan 2016 13:12:59 -0500
-Subject: [PATCH] system.h: Remove conflicting kernel header include
-
-This fixes building on musl libc, since musl does not include kernel
-headers. I've tested this as working on both glibc and musl.
-
-Signed-off-by: Kylie McClain 

- src/system.h | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/src/system.h b/src/system.h
-index 4660679..e84b0a0 100644
 a/src/system.h
-+++ b/src/system.h
-@@ -23,7 +23,6 @@
- #define _SYSTEM_H
- 
- #include 
--#include 
- 
- #include "configure.h"

diff --git a/sys-libs/libseccomp/libseccomp-2.2.3.ebuild 
b/sys-libs/libseccomp/libseccomp-2.2.3.ebuild
deleted file mode 100644
index 1e7edaa..000
--- a/sys-libs/libseccomp/libseccomp-2.2.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# TODO: Add python support.
-
-EAPI="5"
-
-inherit eutils multilib-minimal
-
-DESCRIPTION="high level interface to Linux seccomp filter"
-HOMEPAGE="https://github.com/seccomp/libseccomp;
-SRC_URI="https://github.com/seccomp/libseccomp/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~arm ~arm64 ~mips ~x86"
-IUSE="static-libs"
-
-# We need newer kernel headers; we don't keep strict control of the exact
-# version here, just be safe and pull in the latest stable ones. #551248
-DEPEND=">=sys-kernel/linux-headers-3.18"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-musl_compile.patch
-   sed -i \
-   -e '/_LDFLAGS/s:-static::' \
-   tools/Makefile.in || die
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE=${S} \
-   econf \
-   $(use_enable static-libs static) \
-   --disable-python
-}
-
-multilib_src_install_all() {
-   find "${ED}" -name libseccomp.la -delete
-   einstalldocs
-}

diff --git a/sys-libs/libseccomp/metadata.xml b/sys-libs/libseccomp/metadata.xml
deleted file mode 100644
index 3a6400d..000
--- a/sys-libs/libseccomp/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   vap...@gentoo.org
- 

[gentoo-commits] proj/musl:master commit in: app-emulation/qemu/, app-emulation/qemu/files/

2017-02-22 Thread Aric Belsito
commit: 332a34fc99ac22bbb3990faa0943b48ba8a342a2
Author: Aric Belsito  gmail  com>
AuthorDate: Thu Feb 23 01:26:33 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Thu Feb 23 01:26:33 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=332a34fc

app-emulation/qemu: drop 2.8.0-r1

no longer in tree.

 app-emulation/qemu/Manifest |   4 +-
 app-emulation/qemu/files/65-kvm.rules   |   1 -
 app-emulation/qemu/qemu-2.8.0-r1.ebuild | 696 
 app-emulation/qemu/qemu-2.8.0-r3.ebuild |   2 +-
 4 files changed, 2 insertions(+), 701 deletions(-)

diff --git a/app-emulation/qemu/Manifest b/app-emulation/qemu/Manifest
index 45b7c89..12eb8f5 100644
--- a/app-emulation/qemu/Manifest
+++ b/app-emulation/qemu/Manifest
@@ -1,4 +1,3 @@
-AUX 65-kvm.rules 40 SHA256 
c16a8dc7855880b2651f1a3ff488ecc54d4ac1036c71fffd5007021d8d18a7c5 SHA512 
98aad2a2f212a7ac0ee5b60a9c92744fa462bce5f26594845c7a31d692aaaca2d52cb57bdbede7dfc60b9862c2a6510665dbb03215d5cf76e62516a283decdd6
 WHIRLPOOL 
937de93a23930f6b8533f0c3e0dd249c99ddf7d54446dea857607266ac0a4b435c5b4a52b2986b138bace9c0a7ade66f94116b38e2bc4767ead54bd11baf0920
 AUX 65-kvm.rules-r1 120 SHA256 
2f6b5b2600598fc402850bb7026eab0e5822e7221b584795bd2ed1a0290250df SHA512 
4132ec4d3e7c1e3cf5e37224be1a3b864bcc0bfde9109e8fea9c99377289c28a7fdcf9155fbbd6605dbf8ebeb020c2ab575dd35e36bdf69f8ad07c4aa9c7b2f7
 WHIRLPOOL 
34dce92c0851c7edb5449c7d19e8767b09e61a73b551af90d987519e8e9c8c883e8ff8567d4a94095bafdb58984347c694fc6ac458c630ed8e2d42438180
 AUX bridge.conf 454 SHA256 
a51850dd39923f3482e4c575b48ad9fef9c9ebb2f2176225da399b79ce48c69d SHA512 
a907ee86b81a1b61033bb7621ded65112504131ef7b698c53e4014b958ee6fc79e66f63069015a01e41362cb70a7d0ed26dd9a03033cf776f4846f0e1f8f1533
 WHIRLPOOL 
8fcbd4abf9b8f7ca3d16fe0eaf17196ebf708dfecf85ce0f020e0de22b64905114f7b310f361826c81bb961c6b1bbbf984bff1e595bb949993b8966ccb222c35
 AUX qemu-2.0.0-linux-user-signal.c-define-__SIGRTMIN-MAX-for-non-GN.patch 930 
SHA256 6af6cf9044997710a6d0fbdba30a35c8d775e30d30c032ec97db672f75ec88ac SHA512 
ec84b27648c01c6e58781295dcd0c2ff8e5a635f9836ef50c1da5d0ed125db1afc4cb5b01cb97606d6dd8f417acba93e1560d9a32ca29161a4bb730b302440ea
 WHIRLPOOL 
06b9dd5251ac03405c97b1f5a623b4d86bda2f72fbcd52b90ae4d11a0cfb59cae62df2cb6189405fbe53ab05ff2b7ca8165fda239dbfe5f31ed70abb53b3b9f3
@@ -29,6 +28,5 @@ AUX qemu-2.8.0-CVE-2017-6058.patch 3797 SHA256 
06c01fcd53dab66af55df164f1616d148
 AUX qemu-2.8.0-F_SHLCK-and-F_EXLCK.patch 574 SHA256 
d02353daa0ecfe161e938a5e54feab641b901f4a35c8f5831133676a6f53f43f SHA512 
6b64750335aae1142ca9132fb766ac2aaeacfcdda0aa0cfca19afc4c3ea3806e30ce603fcec3767e40e84efb0ae8b9a23f21d46c807c13bb646be74f99e13389
 WHIRLPOOL 
7401c3daf162c71a5a5c3729855fddb5df95609b34c86ea0f4d872c8f132d6ac089cfb35a990af70aef8b7b63fe075a1e2be376b6db09bc70e8d51e48aded354
 AUX qemu-binfmt.initd-r1 7966 SHA256 
5b4b432aa1e44f387c9eb789de0ec6322741fd36dd241f76520f17c6cd6ac49b SHA512 
2ba0bff6eb2b6bac4ed440f793771ce9551cad48e38bddb6cf04f804faac2407e80879f66771910344ddcea45f0014095dcc8bfeb0aad5085ef048fd3612dbd8
 WHIRLPOOL 
a2a1fb830a970757d1e203378c7d382b161b1040f3b8aaf0f22bb3b5e46467eff395474ff40d93c9f133bab307b345a6f75d63eae9f8dd8daf67324db41032f9
 DIST qemu-2.8.0.tar.bz2 28368517 SHA256 
dafd5d7f649907b6b617b822692f4c82e60cf29bc0fc58bc2036219b591e5e62 SHA512 
50f2988d822388ba9fd1bf5dbe68359033ed7432d7f0f9790299f32f63faa6dc72979256b5632ba572d47ee3e74ed40e3e8e331dc6303ec1599f1b4367cb78c2
 WHIRLPOOL 
0ce4e0539657eb832e4039819e7360c792b6aa41c718f0e0d762f4933217f0d370af94b1d6d9776853575b4a6811d8c85db069bf09d21bd15399ac8b50440ff5
-EBUILD qemu-2.8.0-r1.ebuild 21621 SHA256 
bcf039d34f9bd43b288fd33c38233f115b6b8750989374bc656d6f950358c11a SHA512 
d9e718720a4800995919d18b79c735fc7b46d569d4cb82bbe90ae3580eafa8e4e976ab4e34b72ff4a8823c6242cf767c876eecaa46af5d24a6a81918351c376c
 WHIRLPOOL 
9c78a214862bb134df1183bc19cd8eb15cceb0ed7253bc584fc1ce5061e3c33a2c744f5e9175654f182621e410c2302a23a66f393e2e58c0717eff7e212548a8
-EBUILD qemu-2.8.0-r3.ebuild 21994 SHA256 
8dd08d6fec72d5665c7e20e1af43d2cf3b40c58fcd37e8334f5bfa032d3e9e14 SHA512 
511f271f23fbeb956b9fd67449479119111b50da36687bacee1a3ccf5dee91d4bcfc04349b05845f1c4e528cc7390243a98ba4c76d0b9c51b18e34febbd5e618
 WHIRLPOOL 
c48f0cdb6ca1c13c7c41a949191fd82bb89154c352c8839776096eb9c1273136bbce62b0e2f852ab9f463fa7298804f03dba361bd7fd10dde96c969f53d8a53b
+EBUILD qemu-2.8.0-r3.ebuild 21992 SHA256 
a2c7a92d214b05e2c6f58fb0d7263472d6a44259de99afc674df713303b432bb SHA512 
80699e92ae269cb6ab33b3ec0be164111b68e25d498d8af3624f04bca799174937f1fd2cf49357e0598f6567873cdc8aac3310a1175e328207de8ca5b97856d1
 WHIRLPOOL 
2079c97d3aa8589c70288cbcca7e1d8591adb1b40a0846b6a683fc6c72f142892e65b6adfac750931e2e63aa33a9d99f31f9659bd5664e6145059f28ecfced1a
 MISC metadata.xml 3854 SHA256 
326fc14b3867842cc40bc364d91e2ca60ca63651e4a17040254166fa09cec04a SHA512 

[gentoo-commits] proj/musl:master commit in: sys-kernel/linux-headers/

2017-02-22 Thread Aric Belsito
commit: 6eb832487873ddc3192cba95f24b5d23e632cbbe
Author: Aric Belsito  gmail  com>
AuthorDate: Thu Feb 23 01:16:11 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Thu Feb 23 01:16:11 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=6eb83248

sys-kernel/linux-headers: version bump to 4.10

drop 4.3, which now has the same keywords as 4.4

 sys-kernel/linux-headers/Manifest| 8 
 .../{linux-headers-4.3.ebuild => linux-headers-4.10.ebuild}  | 9 -
 sys-kernel/linux-headers/linux-headers-4.4.ebuild| 4 ++--
 3 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/sys-kernel/linux-headers/Manifest 
b/sys-kernel/linux-headers/Manifest
index 2268fdc..0b85476 100644
--- a/sys-kernel/linux-headers/Manifest
+++ b/sys-kernel/linux-headers/Manifest
@@ -1,15 +1,15 @@
 AUX libc-4.3-portability.patch 3908 SHA256 
cdd4a603361bb3e3e776b360460ce5df8247aa64fb06d62801fec2761ac0ae0c SHA512 
7b577f7b0a489274685fc9af9234cd6fd00a033342e62c38601b3e663798b1af8e053f7df2a6d78fadcbf2e582ca25bfcc45259f01bc08c46d3d846a2b397eb3
 WHIRLPOOL 
415fb348b873dc3138e4cd2265b6be9a47bb92f05a8bc38c317edf1e0257312a169958774a3c03c621977769436027ca8768d868459e484392afff9f54149a25
 AUX libc-4.8-portability.patch 6471 SHA256 
e8bd0da130161340e347714f633a17e077e9e932f70b7d7c7df3b5afdc1f9125 SHA512 
9ca54f7f3f00ce5764f7c943e53fd19a824e6c8160c91344cee550b70e3752d9128fa0eb45a82a7b8063faffbb23f4f4bb223044b3ffbdb2d514f3abe2d4ff9e
 WHIRLPOOL 
58b9b61ae89c38db86808215214ee094d163eb294ca30faec7e895779aed34f7638566072b3bbda42cda4e76312ca70bf8961d81d2e5afa5580beb1c1be4f12b
-DIST gentoo-headers-4.3-1.tar.xz 6336 SHA256 
dbe99afe8b96b181f1b065b4d91969913eb23750c1fdf5c05f86667a314ca726 SHA512 
55310299ccf6fc013b26b28df52740188ea68547617141af45a1278d0028c8db47e43e230f08fff399793e420028ed1602438a73bad6f4ffb6f3c43f9f28002d
 WHIRLPOOL 
a87198b9f868d913c14a2578c5cd452fd0f041576141fc8089d4a3eef0840929923d95de188fac8a6f1115d588f2a17dd51ddcaae90871131d39458c90afe956
+DIST gentoo-headers-4.10-1.tar.xz 4640 SHA256 
d973da3529766730a00a13ba3aedbd7c3c288eacab3935b506cd639fb4094f66 SHA512 
ac3abe50199b98e7e9d493bb11ee221a298db04410caf607ed87c10e7f2af47181d17d03fb08a54216a08c3ec0da88ddc3844ec5eab653b69e0f3099eb95e289
 WHIRLPOOL 
fe65455111ce0b9490a85705ace7e071aca4aa6f44b414dcd40517b026b2607b4c99338ea841b46187007ec3f71eb51e02d35e086e24df15f10e89481cf777f1
 DIST gentoo-headers-4.4-1.tar.xz 6624 SHA256 
2d4dbc94f05f2ac376b2b0523340f7351f94b2cef180c9c793fa5e8453c7a770 SHA512 
dd8a5c627a9cd373022d7afa1beb126f15694f80452821f31fc5c1a3439635814d205bcbc873a5869946472d86cdec872a44f4870751b96d42e89893fca1b983
 WHIRLPOOL 
07c351a05d0e808d6de6c2143713ec0e78760987cf7fbc9ec6a6192a185f9c578acdc5b7f96368a25ed9bfe778ac7435fe5596c3e2931d6645ddf631a92b8e01
 DIST gentoo-headers-4.8-1.tar.xz 6332 SHA256 
8d3076b8908d2503c1d34c7a02ba5e8373af124cc587eff4304b64a48295dec1 SHA512 
4c4fab57f764c02150cd3f57c4e2410247f5a1d2aca66deebe6d218e30e6c9a065d15a6757a325d96125a51a65e5cba484ded295dcbe346323e8e11975b8a623
 WHIRLPOOL 
73b1c2783cdb5624f766cd93b9900bf139f21298ba7f1ca96d0554601415dee06a5cf7d2d694d1bcde88689f0ad8d82183bf9b8f9172761bd1cf5cb5bf592ec9
 DIST gentoo-headers-4.9-1.tar.xz 5416 SHA256 
2d57ac966b325c2c3bda00cfc7012479f3ade6264bc1e8fc5b9aa36ad4353ed6 SHA512 
1069f50c58f25ceb8a13c8e53dce6a21e352e2a624da3b9a6d139939e7613e9a97226eb0173fa060ee69443c6a50b53b6d5c6d752dcaebffbe2a78f06cfbe2b6
 WHIRLPOOL 
047718799ed5fc39b33473d7dad599fabf94281eb3327be37bf4e8274b31a9f02023cfb93edc0f0d983943592621b1b6ae37c83910b14aeeb3289ac4f8708ec1
-DIST gentoo-headers-base-4.3.tar.xz 3892104 SHA256 
5add8ce264a85ced6222060d962c079821bb15b4dc015091425f609fd8db4629 SHA512 
fed69490e15b2add489fe55225b98641135d4d7f10b4a8fa716ab039c79e74172168b90a4c3c154bbac14abddbde1dfb901e35527a76c898afba32a2d76b6f48
 WHIRLPOOL 
b1193f24ae4a31c12e5fcddfb62ce73d1434e18048a6ae67dbeb4e0bb6b514c7350faaafe6d9b5ecd4cdd43468ec88e1ba8109da6f1eb83c26a9d1e360bff565
+DIST gentoo-headers-base-4.10.tar.xz 4077280 SHA256 
f3297d2f54e62041b832f9d50b3d30ea0a8f0979571f2ce91274dea2eb2e3cb7 SHA512 
327f6dd254ca552112b66bedfabc269c68bbc045b4e5bcf37b1e277d062ab09bfb2f1785f6d58a2458e310baad2492f7fd4772a6b3a824537ebbb68c7f2575fa
 WHIRLPOOL 
1dbb0540c54d9d9c4f02dedb0bbc7bab8ce120497fed271ca61fef1444714b93097e49085a2db220d91d42921754e5e30c408a1a487a2c6be8a0f40229a2
 DIST gentoo-headers-base-4.4.tar.xz 3911752 SHA256 
c16a80976837e347e4356380ce4942286e7485d3335005647152b839e3267b8e SHA512 
1cd3de58ff790c3730bea38138c7a45ef95d04288c69ffeabebb884fab3add13bd9c99785ddd87a3ee467a0e1b1cdc457bbd28da349e7c178b4d2374c5fb78a3
 WHIRLPOOL 
6ea6c16718fab89d6e5c190d41b90f1d050cbc94bf56d00bea58b50006d4a7871f6bebbeb09623746b32066a1a514e84fead5ba3fbdc299ed363027caa4ae9dc
 DIST gentoo-headers-base-4.8.tar.xz 4025544 SHA256 
ab6a8276da6c691db2eb12c83d3277be26d86660a52f813562db6c2dd79c481f SHA512 

[gentoo-commits] repo/gentoo:master commit in: net-proxy/privoxy/files/, net-proxy/privoxy/

2017-02-22 Thread Andrew Savchenko
commit: d23eb60352122aeadbc594310dd7dd9aeeb6
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Thu Feb 23 01:09:47 2017 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Thu Feb 23 01:09:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d23e

net-proxy/privoxy: drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Andrew Savchenko  gentoo.org>

 net-proxy/privoxy/files/privoxy.initd   | 29 ---
 net-proxy/privoxy/privoxy-3.0.24.ebuild | 89 -
 2 files changed, 118 deletions(-)

diff --git a/net-proxy/privoxy/files/privoxy.initd 
b/net-proxy/privoxy/files/privoxy.initd
deleted file mode 100644
index 6283c0ea95..00
--- a/net-proxy/privoxy/files/privoxy.initd
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-CONFFILE=/etc/${SVCNAME}/config
-PIDFILE=/var/run/${SVCNAME}.pid
-
-depend() {
-   need net
-}
-
-start() {
-   if [ ! -f "${CONFFILE}" ]; then
-   eerror "Configuration file ${CONFFILE} not found!"
-   return 1
-   fi
-
-   ebegin "Starting privoxy"
-   start-stop-daemon --start --quiet --exec /usr/sbin/privoxy --pidfile 
"${PIDFILE}" \
-   -- --pidfile "${PIDFILE}" --user privoxy.privoxy "${CONFFILE}" 
#2>/dev/null
-   eend $?
-}
-
-stop() {
-   ebegin "Stopping privoxy"
-   start-stop-daemon --stop --quiet --pidfile "${PIDFILE}"
-   eend $?
-}

diff --git a/net-proxy/privoxy/privoxy-3.0.24.ebuild 
b/net-proxy/privoxy/privoxy-3.0.24.ebuild
deleted file mode 100644
index 597444d88d..00
--- a/net-proxy/privoxy/privoxy-3.0.24.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit eutils toolchain-funcs autotools systemd user
-
-[ "${PV##*_}" = "beta" ] &&
-   PRIVOXY_STATUS="beta" ||
-   PRIVOXY_STATUS="stable"
-
-HOMEPAGE="http://www.privoxy.org https://sourceforge.net/projects/ijbswa/;
-DESCRIPTION="A web proxy with advanced filtering capabilities for enhancing 
privacy"
-SRC_URI="mirror://sourceforge/ijbswa/${P%_*}-${PRIVOXY_STATUS}-src.tar.gz"
-
-IUSE="+acl editor external-filters +fast-redirects +force graceful-termination
-+image-blocking ipv6 lfs png-images selinux +stats +threads toggle
-whitelists +zlib"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ppc ppc64 sparc x86 ~x86-fbsd"
-LICENSE="GPL-2"
-
-DEPEND="dev-libs/libpcre
-   zlib? ( sys-libs/zlib )"
-RDEPEND="${DEPEND}
-   selinux? ( sec-policy/selinux-privoxy )"
-
-REQUIRED_USE="toggle? ( editor )"
-
-S="${WORKDIR}/${P%_*}-${PRIVOXY_STATUS}"
-
-pkg_pretend() {
-   if ! use threads; then
-   ewarn
-   ewarn "Privoxy may be very slow without threads support, 
consider to enable them."
-   ewarn "See also 
http://www.privoxy.org/faq/trouble.html#GENTOO-RICERS;
-   ewarn
-   fi
-}
-
-pkg_setup() {
-   enewgroup privoxy
-   enewuser privoxy -1 -1 /etc/privoxy privoxy
-}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-3.0.19-gentoo.patch
-   # autoreconf needs to be called even if we don't modify any autotools 
source files
-   # See main makefile
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_enable acl acl-support) \
-   $(use_enable editor) \
-   $(use_enable fast-redirects) \
-   $(use_enable force) \
-   $(use_enable graceful-termination) \
-   $(use_enable image-blocking) \
-   $(use_enable ipv6 ipv6-support) \
-   $(use_enable lfs large-file-support) \
-   $(use_enable png-images no-gifs) \
-   $(use_enable stats) \
-   $(use_enable threads pthread) \
-   $(use_enable toggle) \
-   $(use_enable whitelists trust-files) \
-   $(use_enable zlib) \
-   $(usex zlib --enable-compression "") \
-   --enable-dynamic-pcre \
-   --with-user=privoxy \
-   --with-group=privoxy \
-   --sysconfdir=/etc/privoxy \
-   --docdir=/usr/share/doc/${PF}
-}
-
-src_install () {
-   default
-
-   newinitd "${FILESDIR}/privoxy.initd" privoxy
-   systemd_dounit "${FILESDIR}"/${PN}.service
-
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}/privoxy.logrotate" privoxy
-
-   diropts -m 0750 -g privoxy -o privoxy
-   keepdir /var/log/privoxy
-}



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

2017-02-22 Thread Andrew Savchenko
commit: 174a2461ec2cf1f3330bfa3d4933cc612246cc2f
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Thu Feb 23 01:14:17 2017 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Thu Feb 23 01:14:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=174a2461

dev-ml/zarith: fix bug 585026

Keyword on ~x86.

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Andrew Savchenko  gentoo.org>

 dev-ml/zarith/zarith-1.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/zarith/zarith-1.4.1.ebuild 
b/dev-ml/zarith/zarith-1.4.1.ebuild
index 6c958607ea..d82e4a867f 100644
--- a/dev-ml/zarith/zarith-1.4.1.ebuild
+++ b/dev-ml/zarith/zarith-1.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ 
SRC_URI="https://forge.ocamlcore.org/frs/download.php/1574/${P}.tgz;
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="doc mpir +ocamlopt"
 
 RDEPEND="



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

2017-02-22 Thread Tim Harder
commit: 432b50a951d00e653f6f155b7df7bfc3792a6774
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Feb 23 00:46:54 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Feb 23 00:46:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=432b50a9

media-gfx/pqiv: update DESCRIPTION

 media-gfx/pqiv/pqiv-2.7.4-r1.ebuild | 2 +-
 media-gfx/pqiv/pqiv-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/pqiv/pqiv-2.7.4-r1.ebuild 
b/media-gfx/pqiv/pqiv-2.7.4-r1.ebuild
index ebedd6e373..f2a1a18048 100644
--- a/media-gfx/pqiv/pqiv-2.7.4-r1.ebuild
+++ b/media-gfx/pqiv/pqiv-2.7.4-r1.ebuild
@@ -5,7 +5,7 @@
 EAPI=6
 inherit linux-info flag-o-matic toolchain-funcs fdo-mime
 
-DESCRIPTION="Modern rewrite of Quick Image Viewer"
+DESCRIPTION="powerful GTK 3 based command-line image viewer with a minimal UI"
 HOMEPAGE="https://github.com/phillipberndt/pqiv 
http://www.pberndt.com/Programme/Linux/pqiv/;
 SRC_URI="https://github.com/phillipberndt/pqiv/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 

diff --git a/media-gfx/pqiv/pqiv-.ebuild b/media-gfx/pqiv/pqiv-.ebuild
index f49326a058..14b3bef286 100644
--- a/media-gfx/pqiv/pqiv-.ebuild
+++ b/media-gfx/pqiv/pqiv-.ebuild
@@ -13,7 +13,7 @@ else
KEYWORDS="~amd64 ~x86"
 fi
 
-DESCRIPTION="Modern rewrite of Quick Image Viewer"
+DESCRIPTION="powerful GTK 3 based command-line image viewer with a minimal UI"
 HOMEPAGE="https://github.com/phillipberndt/pqiv 
http://www.pberndt.com/Programme/Linux/pqiv/;
 
 LICENSE="GPL-2"



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

2017-02-22 Thread Tim Harder
commit: 97034d0bb0641faa7ac9b928f94660d098ae529e
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Feb 23 00:35:52 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Feb 23 00:42:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97034d0b

media-gfx/pqiv: add archive use flag and fix backend loading (bug #603506)

 media-gfx/pqiv/metadata.xml |  3 ++
 media-gfx/pqiv/pqiv-2.7.4-r1.ebuild | 77 +
 2 files changed, 80 insertions(+)

diff --git a/media-gfx/pqiv/metadata.xml b/media-gfx/pqiv/metadata.xml
index 8db07c2cca..cb5fbcd275 100644
--- a/media-gfx/pqiv/metadata.xml
+++ b/media-gfx/pqiv/metadata.xml
@@ -12,4 +12,7 @@
 
 phillipberndt/pqiv
   
+  
+Enable support for images in archives and cbX comic 
book files
+  
 

diff --git a/media-gfx/pqiv/pqiv-2.7.4-r1.ebuild 
b/media-gfx/pqiv/pqiv-2.7.4-r1.ebuild
new file mode 100644
index 00..ebedd6e373
--- /dev/null
+++ b/media-gfx/pqiv/pqiv-2.7.4-r1.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit linux-info flag-o-matic toolchain-funcs fdo-mime
+
+DESCRIPTION="Modern rewrite of Quick Image Viewer"
+HOMEPAGE="https://github.com/phillipberndt/pqiv 
http://www.pberndt.com/Programme/Linux/pqiv/;
+SRC_URI="https://github.com/phillipberndt/pqiv/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="archive ffmpeg imagemagick kernel_linux libav pdf postscript"
+
+RDEPEND="
+   >=dev-libs/glib-2.8:2
+   >=x11-libs/cairo-1.6
+   x11-libs/gtk+:3
+   archive? ( app-arch/libarchive:0= )
+   ffmpeg? (
+   !libav? ( media-video/ffmpeg:0= )
+   libav? ( media-video/libav:0= )
+   )
+   imagemagick? ( media-gfx/imagemagick:0= )
+   pdf? ( app-text/poppler:0= )
+   postscript? ( app-text/libspectre:0= )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+pkg_setup() {
+   if use kernel_linux; then
+   CONFIG_CHECK="~INOTIFY_USER"
+   linux-info_pkg_setup
+   fi
+}
+
+src_prepare() {
+   default
+   sed -i \
+   -e "s:/lib/:/$(get_libdir)/:g" \
+   GNUmakefile || die
+
+   # bug #603506
+   append-ldflags -Wl,--disable-new-dtags
+}
+
+src_configure() {
+   local backends="gdkpixbuf"
+   use archive && backends="${backends},archive,archive_cbx"
+   use ffmpeg || use libav && backends="${backends},libav"
+   use imagemagick && backends="${backends},wand"
+   use pdf && backends="${backends},poppler"
+   use postscript && backends="${backends},spectre"
+
+   ./configure \
+   --backends-build=shared \
+   --backends=${backends} \
+   --prefix="${EPREFIX}/usr" \
+   --destdir="${ED}" \
+   || die
+}
+
+src_compile() {
+   tc-export CC
+   emake VERBOSE=1 CFLAGS="${CFLAGS}"
+}
+
+pkg_postinst() {
+   fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+   fdo-mime_desktop_database_update
+}



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

2017-02-22 Thread Tim Harder
commit: 349b02439f72ff98dc40b8b80f3793ec42d362b9
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Feb 23 00:37:11 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Feb 23 00:42:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=349b0243

media-gfx/pqiv: remove old

 media-gfx/pqiv/Manifest  |  1 -
 media-gfx/pqiv/pqiv-2.6.ebuild   | 64 
 media-gfx/pqiv/pqiv-2.7.4.ebuild | 70 
 3 files changed, 135 deletions(-)

diff --git a/media-gfx/pqiv/Manifest b/media-gfx/pqiv/Manifest
index 6ca66d5979..8431b6a5b5 100644
--- a/media-gfx/pqiv/Manifest
+++ b/media-gfx/pqiv/Manifest
@@ -1,3 +1,2 @@
 DIST pqiv-2.2.tar.gz 52414 SHA256 
88d625de4437c8e65a49d74e993df5debf224ecf726365e138bf90a602b8b74b SHA512 
2f504e228607b4b7b3cb341def5a104c86d932dc93f54b68893acbf5becc9cfa5c4d7549ead8ee25c4cb1f6a3cf13623eb3836e368299de2a21624d9773458bc
 WHIRLPOOL 
0df549d3cc686806413741e453335e7e54f1e194c4296ccc9a72f9b6805b5f83514ee6dbdb45478753c91d36b7baf6b1bf88abb5f84ea9fb1c1bf9643c4fe2f9
-DIST pqiv-2.6.tar.gz 96050 SHA256 
f0c0d803724cdde2ccac1dc8d7e8928bdc633e758914a67320734a6961ee099c SHA512 
b5c811bdd48b5252e23c3d59147af2a06adb35527e28b6129d10e5c4c4c01e5b030b860142c9db6eb35b5a1dbbc6d0814275ce08fa93da773ae08aac7da6814f
 WHIRLPOOL 
bbd69ec79afd08fb5bf95106fbac491f3a869065d101ba1e0ab346eebd261f6dca342233084b8891efd3dbd124cf3cb0271e7a67a57325f243961cab1bc85b51
 DIST pqiv-2.7.4.tar.gz 103380 SHA256 
2c6acd9c031de3afdd231d71223566e229dafbb1bce1a88a6b11e91b9c3a817d SHA512 
2e7df3073e91e9b644c5f9f9abe362bca8cd20d1fbd5809de6311bd0b872e346a978d3e5f489674a99d5d8ca7977a091061c029ad6d416078783ccc28bea1bd0
 WHIRLPOOL 
ceef3324e6571b1806b391b358e18f7fd6a7c182afbe56a5d44ff71e6fb03842f5d240b2320b3c4dde88648c9aa58b96c9236e7232ee8997b3663223fbb1d735

diff --git a/media-gfx/pqiv/pqiv-2.6.ebuild b/media-gfx/pqiv/pqiv-2.6.ebuild
deleted file mode 100644
index c340cc5f75..00
--- a/media-gfx/pqiv/pqiv-2.6.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit linux-info toolchain-funcs
-
-DESCRIPTION="Modern rewrite of Quick Image Viewer"
-HOMEPAGE="https://github.com/phillipberndt/pqiv 
http://www.pberndt.com/Programme/Linux/pqiv/;
-SRC_URI="https://github.com/phillipberndt/pqiv/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ffmpeg imagemagick kernel_linux libav pdf postscript"
-
-RDEPEND=">=dev-libs/glib-2.8:2
-   >=x11-libs/cairo-1.6
-   x11-libs/gtk+:3
-   ffmpeg? (
-   !libav? ( media-video/ffmpeg:0= )
-   libav? ( media-video/libav:0= )
-   )
-   imagemagick? ( media-gfx/imagemagick:0= )
-   pdf? ( app-text/poppler:0= )
-   postscript? ( app-text/libspectre:0= )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-DOCS=( "README.markdown" )
-
-pkg_setup() {
-   if use kernel_linux; then
-   CONFIG_CHECK="~INOTIFY_USER"
-   linux-info_pkg_setup
-   fi
-}
-
-src_prepare() {
-   default
-   sed -i \
-   -e "s:/lib/:/$(get_libdir)/:g" \
-   GNUmakefile || die
-}
-
-src_configure() {
-   local backends="gdkpixbuf"
-   use ffmpeg || use libav && backends="${backends},libav"
-   use imagemagick && backends="${backends},wand"
-   use pdf && backends="${backends},poppler"
-   use postscript && backends="${backends},spectre"
-
-   ./configure \
-   --backends-build=shared \
-   --backends=${backends} \
-   --prefix="${EPREFIX}/usr" \
-   --destdir="${ED}" \
-   || die
-}
-
-src_compile() {
-   tc-export CC
-   emake CFLAGS="${CFLAGS}"
-}

diff --git a/media-gfx/pqiv/pqiv-2.7.4.ebuild b/media-gfx/pqiv/pqiv-2.7.4.ebuild
deleted file mode 100644
index e47c410c7e..00
--- a/media-gfx/pqiv/pqiv-2.7.4.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit linux-info toolchain-funcs fdo-mime
-
-DESCRIPTION="Modern rewrite of Quick Image Viewer"
-HOMEPAGE="https://github.com/phillipberndt/pqiv 
http://www.pberndt.com/Programme/Linux/pqiv/;
-SRC_URI="https://github.com/phillipberndt/pqiv/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ffmpeg imagemagick kernel_linux libav pdf postscript"
-
-RDEPEND=">=dev-libs/glib-2.8:2
-   >=x11-libs/cairo-1.6
-   x11-libs/gtk+:3
-   ffmpeg? (
-   !libav? ( media-video/ffmpeg:0= )
-   libav? ( media-video/libav:0= )
-   )
-   imagemagick? ( media-gfx/imagemagick:0= )
-   pdf? ( app-text/poppler:0= )
-   postscript? ( app-text/libspectre:0= )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-pkg_setup() {

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

2017-02-22 Thread Tim Harder
commit: 599d4d0bbf3b2bcc58836fd8858be2fd67764dd7
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Feb 23 00:41:28 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Feb 23 00:42:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=599d4d0b

media-gfx/pqiv: add live ebuild

 media-gfx/pqiv/pqiv-.ebuild | 74 +
 1 file changed, 74 insertions(+)

diff --git a/media-gfx/pqiv/pqiv-.ebuild b/media-gfx/pqiv/pqiv-.ebuild
new file mode 100644
index 00..f49326a058
--- /dev/null
+++ b/media-gfx/pqiv/pqiv-.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit linux-info toolchain-funcs fdo-mime
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://github.com/phillipberndt/pqiv.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/phillipberndt/pqiv/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Modern rewrite of Quick Image Viewer"
+HOMEPAGE="https://github.com/phillipberndt/pqiv 
http://www.pberndt.com/Programme/Linux/pqiv/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="archive ffmpeg imagemagick kernel_linux libav pdf postscript"
+
+RDEPEND="
+   >=dev-libs/glib-2.8:2
+   >=x11-libs/cairo-1.6
+   x11-libs/gtk+:3
+   archive? ( app-arch/libarchive:0= )
+   ffmpeg? (
+   !libav? ( media-video/ffmpeg:0= )
+   libav? ( media-video/libav:0= )
+   )
+   imagemagick? ( media-gfx/imagemagick:0= )
+   pdf? ( app-text/poppler:0= )
+   postscript? ( app-text/libspectre:0= )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+pkg_setup() {
+   if use kernel_linux; then
+   CONFIG_CHECK="~INOTIFY_USER"
+   linux-info_pkg_setup
+   fi
+}
+
+src_configure() {
+   local backends="gdkpixbuf"
+   use archive && backends="${backends},archive,archive_cbx"
+   use ffmpeg || use libav && backends="${backends},libav"
+   use imagemagick && backends="${backends},wand"
+   use pdf && backends="${backends},poppler"
+   use postscript && backends="${backends},spectre"
+
+   ./configure \
+   --backends-build=shared \
+   --backends=${backends} \
+   --prefix="${EPREFIX}/usr" \
+   --libdir="${EPREFIX}/usr/$(get_libdir)" \
+   --destdir="${ED}" \
+   || die
+}
+
+src_compile() {
+   tc-export CC
+   emake VERBOSE=1 CFLAGS="${CFLAGS}"
+}
+
+pkg_postinst() {
+   fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+   fdo-mime_desktop_database_update
+}



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

2017-02-22 Thread Matt Turner
commit: 9be5d9ba5683e99a755a979ae43d7ed521ce7fd7
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Feb 22 23:51:03 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Feb 22 23:52:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9be5d9ba

media-libs/mesa: Use --enable-llvm instead of --enable-gallium-llvm.

Replaced upstream by commit b3b415609d06.

 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 385d8f390d..8cdbf45c37 100644
--- a/media-libs/mesa/mesa-.ebuild
+++ b/media-libs/mesa/mesa-.ebuild
@@ -232,7 +232,7 @@ multilib_src_configure() {
if use gallium; then
myconf+="
$(use_enable d3d9 nine)
-   $(use_enable llvm gallium-llvm)
+   $(use_enable llvm)
$(use_enable openmax omx)
$(use_enable vaapi va)
$(use_enable vdpau)



[gentoo-commits] repo/gentoo:master commit in: sys-process/procenv/

2017-02-22 Thread Tim Harder
commit: 8a75700bfa3e364bd0589880b2c3c7eae74f714a
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Feb 22 23:17:29 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Feb 22 23:18:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a75700b

sys-process/procenv: version bump to 0.49

 sys-process/procenv/Manifest|  1 +
 sys-process/procenv/procenv-0.49.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-process/procenv/Manifest b/sys-process/procenv/Manifest
index 3320f9f65e..5929aa1b12 100644
--- a/sys-process/procenv/Manifest
+++ b/sys-process/procenv/Manifest
@@ -1,3 +1,4 @@
 DIST procenv-0.45.tar.gz 241046 SHA256 
5fc3d650783f57fa8ba90c5e0cf0fc28f5e0bf22af38f2dbb9e8574d4e13fad3 SHA512 
b9d5a9cda7ff2cc406555a2a82664e45172250af5943c882084fe0d6d067cc19cbc74b6cb9203d3be64a33797ad3c3afa8ad9d5414546ee8e047947790956ff1
 WHIRLPOOL 
786a80ca01569dca399436e47c335f65893cd4414eb5ef770b3100a2de5328f82792508137a3274c31932db4e81eabd1d8fd1cbcf13efe4acebfdeb9ce4359a8
 DIST procenv-0.46.tar.gz 243301 SHA256 
5c8253e63c1f90e80bfdd2076b5cdf916513667453e165e0660afb68f60fb98b SHA512 
3f6ff6ce0c4218f9eba6d8172fcd60e380eb1d555114c871be5e4f5815cc7dfcba5f3b2ddf731da0d250f1e8f9754d70805a479c3bf283c5e48e77b8cb91d7a1
 WHIRLPOOL 
ebddbe398bf8bdebae87bfc59cdc2e0fe57f804c7e34c7f18978c8bcbcbeb84ee7f406e8b7788f6ead64b292d244421b1cb48aa2fde49be9792ceaeb8885b63c
 DIST procenv-0.47.tar.gz 243872 SHA256 
50c6e2d3a5afa1e8b0ee1166db409c161e832cb248aa2d284ca9265bb089fb5e SHA512 
81f3019a5b379c1e7fa7819526823b732a7fc64d53cf828390995c3070bc9a27bee29e56d73dddff95c001e09548ae144b38ec4c259aab42e568e5257c1366ad
 WHIRLPOOL 
54307468fbd4d965d295d35e9274c09930184a46aeeb9c4503d6f84d3d9441fe8bd5d295c5d19f8f3a3dee19762c809533fd2eddf07a62aaf0d6a25058fe3abb
+DIST procenv-0.49.tar.gz 243974 SHA256 
0d3416f75e06cd0ca39d72c43eb98ffc53c482a0ec80c06b3467c18282713f2f SHA512 
2845e34abcc3c7cc56947c1b4407e7d8366bbd40ba0144e16cecd41acb24773072f58f34b54eefbf334b30a1b97a23fe611368166da8d80162657613c287af99
 WHIRLPOOL 
562195f0c363712dba155f4ce72b68a26d62f7425b515678bd3dfe055f822fd482a15f8e467f653a4bc2c608a422c0b3107ff8cfc38049e415084262924b7168

diff --git a/sys-process/procenv/procenv-0.49.ebuild 
b/sys-process/procenv/procenv-0.49.ebuild
new file mode 100644
index 00..3053176070
--- /dev/null
+++ b/sys-process/procenv/procenv-0.49.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="command-line utility to show process environment"
+HOMEPAGE="https://github.com/jamesodhunt/procenv;
+SRC_URI="https://github.com/jamesodhunt/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
+IUSE="test"
+
+DEPEND="
+   virtual/pkgconfig
+   test? ( dev-libs/check )
+"
+
+src_prepare() {
+   local PATCHES=(
+   "${FILESDIR}"/${PN}-0.45-flags.patch
+   )
+
+   default
+   eautoreconf
+}



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

2017-02-22 Thread Tim Harder
commit: 4721097a9defa7a7988a9a58f5bd82c1e89beb6a
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Feb 22 23:18:10 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Feb 22 23:18:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4721097a

media-libs/exiftool: version bump to 10.43

 media-libs/exiftool/Manifest  |  1 +
 media-libs/exiftool/exiftool-10.43.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
index 0553919afb..3a921f7e75 100644
--- a/media-libs/exiftool/Manifest
+++ b/media-libs/exiftool/Manifest
@@ -3,3 +3,4 @@ DIST Image-ExifTool-10.38.tar.gz 4219285 SHA256 
b94a406f63cff2c075037076d0f5
 DIST Image-ExifTool-10.40.tar.gz 4220341 SHA256 
9e3619e2f9c838b37f67ab55fd541b5472b328d5f464468442367292666a05dc SHA512 
c4a091f2d682c1bafd6b41b14c143aeeb7af9c03482f2699435973a417279969fa43a963af9c6283e9fdcacf0f98145c9a46c664b08f93021dd73c9a9eed1a2e
 WHIRLPOOL 
b14e64578d710f920ebd4cf65abd4e49570ec709565ff9196f17988d10c62ce5170e93125a42a769b24f63454c9bb98ccfeff152107af402c71a6717412f9705
 DIST Image-ExifTool-10.41.tar.gz 4227582 SHA256 
78de898d76343cab4dcba94ef1431871daa7123c7199d4fecab58ac693d83307 SHA512 
aeff5939a3b01c9fed4c520733edcd4bd755244a102739914ba76f1275d51966d409d1838a3f119ce5a16d8726a40bd952f26a5fd22e125855eee986f5799fd4
 WHIRLPOOL 
e50f07bbf5cee03f14ee64e82fcbe8219ccbcf5c08e98593579cc4231342c51bbdcfd482abd2e28fc35c4df6e9435538f47e5dbe39a55920cc427a5882d863e8
 DIST Image-ExifTool-10.42.tar.gz 4230297 SHA256 
b172a18a658b17b9b2a9457ef739df679a563aff778db5a1337e54d3119143ac SHA512 
6b4047800bdd24ced5dc049365bf0c771fc2c22c02abde6c5c5a2783f6e39c7af2a81220be55340885ad11b6238c981ceb5cd79b395ae1e665f70d539ad61f5b
 WHIRLPOOL 
82461237a69b13a9ec6b43cb41068ea29fbbfe56e2fd9871c44bcd24e281133064eeca08a360a8bdb0026b6cd5885190d2ebfa988eaf4e58bcb399e6685d2f96
+DIST Image-ExifTool-10.43.tar.gz 4230953 SHA256 
561ae77b04223d7a96613c890033df406b7f317a546beac0ef91de6b87875b0d SHA512 
b3424516126ad606d8032573634f9b88e9bf8142d8292ded80684048ed7e4e7eee9d2c7ba2f0789a615e437cb188d53deceba20ca596ec37dc92853b70e87f67
 WHIRLPOOL 
9fb93f0b78b574c4d44ac982caaf0e93ca9cc28df5945f15a7d87c2b92834ffa42d13630c34ce53f082e0013d35bf292ddd8e8aed4bef59ad98f0f92c920bab5

diff --git a/media-libs/exiftool/exiftool-10.43.ebuild 
b/media-libs/exiftool/exiftool-10.43.ebuild
new file mode 100644
index 00..e1513a94b7
--- /dev/null
+++ b/media-libs/exiftool/exiftool-10.43.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_NAME=Image-ExifTool
+inherit perl-module
+
+DESCRIPTION="Read and write meta information in image, audio and video files"
+HOMEPAGE="http://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
+SRC_URI="http://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz;
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x64-macos"
+IUSE="doc"
+
+SRC_TEST="do"
+
+src_install() {
+   perl-module_src_install
+   use doc && dodoc -r html/
+}



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

2017-02-22 Thread Sergei Trofimovich
commit: 05f4525ef02d580515b9797aa012ab82dd4c4f0f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 22 23:14:43 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 22 23:15:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05f4525e

dev-haskell/skylighting: require cabal-1.24 with fixed resolver, bug #610422

Workarounds Cabal-1.22 bug
https://github.com/haskell/cabal/issues/1725

Reported-by: Peter Bleszynski
Bug: https://bugs.gentoo.org/610422

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-haskell/skylighting/skylighting-0.1.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/skylighting/skylighting-0.1.1.5.ebuild 
b/dev-haskell/skylighting/skylighting-0.1.1.5.ebuild
index cfc65da0be..8b418b19e6 100644
--- a/dev-haskell/skylighting/skylighting-0.1.1.5.ebuild
+++ b/dev-haskell/skylighting/skylighting-0.1.1.5.ebuild
@@ -32,7 +32,7 @@ RDEPEND="dev-haskell/aeson:=[profile?]
executable? ( dev-haskell/pretty-show:=[profile?] )
 "
 DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.18.1.3
+   >=dev-haskell/cabal-1.24.2.0
test? ( dev-haskell/diff
dev-haskell/hunit
dev-haskell/random



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

2017-02-22 Thread Michael Weber
commit: efa3beae039a900d2269a35856a4ef1dff7f9609
Author: Michael Weber  gentoo  org>
AuthorDate: Wed Feb 22 22:53:22 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Wed Feb 22 22:53:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa3beae

sys-cluster/openmpi: arm stable (bug 525534).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-cluster/openmpi/openmpi-2.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/openmpi/openmpi-2.0.2.ebuild 
b/sys-cluster/openmpi/openmpi-2.0.2.ebuild
index 5b87f45357..ab902e6027 100644
--- a/sys-cluster/openmpi/openmpi-2.0.2.ebuild
+++ b/sys-cluster/openmpi/openmpi-2.0.2.ebuild
@@ -33,7 +33,7 @@ HOMEPAGE="http://www.open-mpi.org;
 SRC_URI="http://www.open-mpi.org/software/ompi/v$(get_version_component_range 
1-2)/downloads/${MY_P}.tar.bz2"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux"
+KEYWORDS="~alpha ~amd64 arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux"
 IUSE="cma cuda cxx elibc_FreeBSD fortran heterogeneous ipv6 java mpi-threads 
numa romio threads
${IUSE_OPENMPI_FABRICS} ${IUSE_OPENMPI_RM} 
${IUSE_OPENMPI_OFED_FEATURES}"
 



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

2017-02-22 Thread Michael Weber
commit: 7fa8e188ab580472ad2cb293a9a11239d1d4372f
Author: Michael Weber  gentoo  org>
AuthorDate: Wed Feb 22 22:47:04 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Wed Feb 22 22:53:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fa8e188

dev-cpp/glog: arm stable (bug 555030).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-cpp/glog/glog-0.3.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/glog/glog-0.3.4-r1.ebuild 
b/dev-cpp/glog/glog-0.3.4-r1.ebuild
index 5f87ceac19..528f001dde 100644
--- a/dev-cpp/glog/glog-0.3.4-r1.ebuild
+++ b/dev-cpp/glog/glog-0.3.4-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 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="gflags static-libs test unwind"
 
 RDEPEND="



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

2017-02-22 Thread Michał Górny
commit: 10ee9769511c9399962a86d1a24d41efe74fddbb
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 22 22:34:39 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 22 22:37:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10ee9769

app-admin/eclean-kernel: Bump to bugfix prerelease 1.99.2

The new pre-release has a few major bugfixes. Requested by NP-Hardass.

 app-admin/eclean-kernel/Manifest| 2 +-
 .../{eclean-kernel-1.99.1.ebuild => eclean-kernel-1.99.2.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/eclean-kernel/Manifest b/app-admin/eclean-kernel/Manifest
index 158eb40efd..1e4dbc8278 100644
--- a/app-admin/eclean-kernel/Manifest
+++ b/app-admin/eclean-kernel/Manifest
@@ -1,4 +1,4 @@
 DIST eclean-kernel-0.4.1.tar.bz2 9540 SHA256 
be877b4a9686abb665077e32e22dee7ad85bb5514f3db5ac6e179d3d3bc92dbb SHA512 
8274c299221a1472b9408a8f3bbe547daba1c6377594ac0f5a6c5874a35235977b8b956232952d4b14296d11ebe2bd91c547ddd4de42dc2ed5f7f13970c8f15f
 WHIRLPOOL 
49990795ae8061423985c8a96e213062124a1f5258872a26ad259835d1bf4aff44d3a621cdde74161fa801673c4e1995e69b466b77e6dcbad0130b19e65eadfe
 DIST eclean-kernel-0.4.2.tar.bz2 9666 SHA256 
42df20f9117707e48973a362b262093c1de239b27190e75b60576de0ef9e82d4 SHA512 
6a69cfd54ee72a13a3a1a6ca460d73377170ef7731d3598b7cb1fc6263c95cd64dfbe0f260d1a8739d7c032e431523493a1fc8032bd92d1a537e672eb7436dec
 WHIRLPOOL 
a78c52c74ec071984634dae64ab42bde0660e90d8d418b205fe4ed0f01f6386c1529c5b8da35b5982a8b9c75338877e8031fd5a27dfa032f2e54df9c4e21fa55
 DIST eclean-kernel-0.4.tar.bz2 9408 SHA256 
be9d85fcb0c0cd4c70b3e3e7793bcacf9673faf9069356ef0af9661c050cf928 SHA512 
f7f4a1a910594bb28bf37792c87a7ee96daecea006376cf98d0eeeb4d4c3c2a59e46fd986a5c7d34d0a54520bef58b225a498f926d4858d5ba2a4d3941ed3f36
 WHIRLPOOL 
3f8a168562082a12de34d5cca1e8fda2a5730607678bea55ff5c68f96399e3500681efccfe16201017f510ef916376b9da2495b39913ae5183f81ed8fae97b57
-DIST eclean-kernel-1.99.1.tar.bz2 75358 SHA256 
89ba5572a279a8d67dd6bc6a84c8cea288f9c9d432e6f7f897dd0b92cebfd989 SHA512 
489af53ed1df8d265fdbcdfdf0364a660c216624d4617d7fbd59177cd5f79632fb5bf59140c2b01dfecd7b289a667a67087e5bd700d90bfa373b30ff14b0c738
 WHIRLPOOL 
c2ec894847eaefb20b616c0a808405fb939c457256263b623c279340af0938dafe80ea859150bb1d9a6c3bc5a1d8842fffdd20d35ffe4dbde2be45f99ffbc66f
+DIST eclean-kernel-1.99.2.tar.bz2 75506 SHA256 
04b9a62442c0cdb7074e0e997ee69c153678455360ce3a3a008ed86b51cbef5b SHA512 
2820d2379cb80859562a60f32c3894bd1d4f5532fa2e087a0ea9d938692fd6e8556c20a1a32538eea29fa0774f16343e3e9f4f2ac668d2c6d1af2ed01fc46170
 WHIRLPOOL 
7c3ef1f9054c1b4e890146a021cd7f77d2587d1a11ca51840893327e180910079f8e5a8967053c7520c56c3f227b87c1a70eed5c6ebc1ad72d895682de95a0e2

diff --git a/app-admin/eclean-kernel/eclean-kernel-1.99.1.ebuild 
b/app-admin/eclean-kernel/eclean-kernel-1.99.2.ebuild
similarity index 100%
rename from app-admin/eclean-kernel/eclean-kernel-1.99.1.ebuild
rename to app-admin/eclean-kernel/eclean-kernel-1.99.2.ebuild



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

2017-02-22 Thread Zac Medico
commit: 246373bbe52c55e912381d8555cceb70db0ec41b
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Feb 22 19:10:07 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Feb 22 21:57:28 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=246373bb

etc-update: fix hang when using_editor is set, bug #50

Don't try to use an interactive editor to obtain the difference between
files.  Fall back to plain `diff -q` in this case.

X-Gentoo-Bug: 50
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=50

 bin/etc-update | 19 +++
 1 file changed, 15 insertions(+), 4 deletions(-)

diff --git a/bin/etc-update b/bin/etc-update
index e0f7224dc..ea69f1478 100755
--- a/bin/etc-update
+++ b/bin/etc-update
@@ -649,10 +649,21 @@ do_distconf() {
elif [[ -L ${efile} || -L ${file} ]] ; then
# not the same file types
continue
-   elif diff_command "${file}" "${efile}" &> /dev/null; then
-   # replace identical copy
-   mv "${file}" "${efile}"
-   break
+   else
+   local ret=
+   if [[ ${using_editor} == 0 ]] ; then
+   diff_command "${file}" "${efile}" &> /dev/null
+   ret=$?
+   else
+   # fall back to plain diff
+   diff -q "${file}" "${efile}" &> /dev/null
+   ret=$?
+   fi
+   if [[ ${ret} == 0 ]] ; then
+   # replace identical copy
+   mv "${file}" "${efile}"
+   break
+   fi
fi
done
 }



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

2017-02-22 Thread Sebastian Pipping
commit: 13c45eb0a45aac29ae72bb7f544a6e6b4e926cf4
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Wed Feb 22 22:18:11 2017 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Wed Feb 22 22:18:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13c45eb0

dev-python/ansi2html: 1.2.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/ansi2html/Manifest   |  1 +
 dev-python/ansi2html/ansi2html-1.2.0.ebuild | 45 +
 2 files changed, 46 insertions(+)

diff --git a/dev-python/ansi2html/Manifest b/dev-python/ansi2html/Manifest
index 278cf6e346..938ccf1480 100644
--- a/dev-python/ansi2html/Manifest
+++ b/dev-python/ansi2html/Manifest
@@ -1 +1,2 @@
 DIST ansi2html-1.1.1.tar.gz 46591 SHA256 
5c8a482e92fd49005c083d5ed5aa946d424a71eda60be27fda005bbb5ed8c53f SHA512 
5f08e6e3e89797f23759da7aac8cbd17e86ffcac37af8db8c345423c69744d88a1517cb0f17dc9c366b509b972484d25877cce8c7466a7a463eea24af17133de
 WHIRLPOOL 
3d2555784c7077b6541df30b485af5f7f4884c40018b11c8a78afaac8c942f7f0903bf2fe442cdc75ddbb09b7be77cf58cc6a1f980617ded3b6eb68324d441d1
+DIST ansi2html-1.2.0.tar.gz 46748 SHA256 
3e5d5ada557e0bbe3e204a686f959de17f76c86c20615c034767e5ebdc0740f1 SHA512 
3106488da19cd093d7ae2a7499a66baf77877f47da0e497791cea2a63079c184f1d36743e78116b3faf08ab145ca97b5774151114b9ca193020578c8a3bdc860
 WHIRLPOOL 
d19a79d21c630ccbb5ad7a66fd076c47d93d06879f493cb1e6c2e2eed5b66f8a9208c38ada9ef37159d9d27bc2915abdbdec5869b53cb8678c8316c98eedf04d

diff --git a/dev-python/ansi2html/ansi2html-1.2.0.ebuild 
b/dev-python/ansi2html/ansi2html-1.2.0.ebuild
new file mode 100644
index 00..f5e27583bd
--- /dev/null
+++ b/dev-python/ansi2html/ansi2html-1.2.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Convert text with ANSI color codes to HTML"
+HOMEPAGE="https://pypi.python.org/pypi/ansi2html 
https://github.com/ralphbean/ansi2html;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+
+# They miserably fail.
+RESTRICT="test"
+
+RDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/six-1.7.3[${PYTHON_USEDEP}]"
+DEPEND="
+   test? (
+   ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7 pypy)
+   )
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   "
+
+python_test() {
+   chmod -x "${S}"/tests/* || die
+   esetup.py check
+   esetup.py test
+}
+
+python_install_all() {
+   doman man/"${PN}.1"
+   DOCS=(  README.rst man/"${PN}".1.txt )
+   distutils-r1_python_install_all
+}



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

2017-02-22 Thread Patrice Clement
commit: 225641306851ae7d035dcadad342b110ce76f32a
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Feb 21 23:20:37 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Feb 22 22:17:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22564130

eclass/java-utils-2.eclass: Convert the few remaining bits to EAPI 6.

 eclass/java-utils-2.eclass | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass
index d2af9f292a..503aae35ca 100644
--- a/eclass/java-utils-2.eclass
+++ b/eclass/java-utils-2.eclass
@@ -590,13 +590,13 @@ java-pkg_sointo() {
 java-pkg_dohtml() {
debug-print-function ${FUNCNAME} $*
 
-   [[ ${#} -lt 1 ]] &&  die "At least one argument required for 
${FUNCNAME}"
+   [[ ${#} -lt 1 ]] && die "At least one argument required for ${FUNCNAME}"
 
-   # from /usr/lib/portage/bin/dohtml -h
-   #  -f   Set list of allowed extensionless file names.
-   dohtml -f package-list "$@"
+   # Do away with dohtml and rely on dodoc instead to do the deed.
+   docinto html
+   dodoc "$@"
 
-   # this probably shouldn't be here but it provides
+   # This probably shouldn't be here but it provides
# a reasonable way to catch # docs for all of the
# old ebuilds.
java-pkg_recordjavadoc



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

2017-02-22 Thread Michael Weber
commit: 94b6b063e60dd41b4504b21c388df4997028548d
Author: Michael Weber  gentoo  org>
AuthorDate: Wed Feb 22 22:04:49 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Wed Feb 22 22:04:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b6b063

net-misc/dahdi: Add ~ppc ~ppc64 keyword (bug 447648).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/net-misc/dahdi/dahdi-2.11.1.ebuild 
b/net-misc/dahdi/dahdi-2.11.1.ebuild
index d9cf22dde4..6612871f84 100644
--- a/net-misc/dahdi/dahdi-2.11.1.ebuild
+++ b/net-misc/dahdi/dahdi-2.11.1.ebuild
@@ -36,7 +36,7 @@ 
http://www.junghanns.net/downloads/jnet-dahdi-drivers-${JNET}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="flash"
 RESTRICT="test"
 



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

2017-02-22 Thread Michael Weber
commit: 7e435fa011cdb9493f039a2ae23f0bb874ab13c1
Author: Michael Weber  gentoo  org>
AuthorDate: Wed Feb 22 21:59:14 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Wed Feb 22 22:02:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e435fa0

media-libs/lcms: ppc stable.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/media-libs/lcms/lcms-2.8-r1.ebuild 
b/media-libs/lcms/lcms-2.8-r1.ebuild
index 2728e7896e..7ebf424b22 100644
--- a/media-libs/lcms/lcms-2.8-r1.ebuild
+++ b/media-libs/lcms/lcms-2.8-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/lcms2-${PV}.tar.gz"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="doc jpeg static-libs +threads test tiff zlib"
 
 RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )



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

2017-02-22 Thread Michael Weber
commit: 24a06b00206e8c645acc1aed5d115868ead02e1f
Author: Michael Weber  gentoo  org>
AuthorDate: Wed Feb 22 22:02:46 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Wed Feb 22 22:02:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24a06b00

net-misc/dahdi: Pass LDFLAGS="$(raw-ldflags)" to install, too (bug 447648).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/net-misc/dahdi/dahdi-2.11.1.ebuild 
b/net-misc/dahdi/dahdi-2.11.1.ebuild
index 699e31f10a..d9cf22dde4 100644
--- a/net-misc/dahdi/dahdi-2.11.1.ebuild
+++ b/net-misc/dahdi/dahdi-2.11.1.ebuild
@@ -76,6 +76,6 @@ src_compile() {
 
 src_install() {
einfo "Installing kernel module"
-   emake V=1 CC=$(tc-getCC) LD=$(tc-getLD) KSRC="${KV_OUT_DIR}" 
DESTDIR="${D}" DAHDI_MODULES_EXTRA="cwain.o qozap.o ztgsm.o" install
+   emake V=1 CC=$(tc-getCC) LD=$(tc-getLD) KSRC="${KV_OUT_DIR}" 
DESTDIR="${D}" DAHDI_MODULES_EXTRA="cwain.o qozap.o ztgsm.o" 
LDFLAGS="$(raw-ldflags)" install
rm -rf "$D"/lib/modules/*/modules.*
 }



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

2017-02-22 Thread Matthias Maier
commit: 2266afefb5fa854a1ac8b248e43efe71c1207d2f
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Feb 22 21:55:24 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Feb 22 21:55:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2266afef

app-emulation/virt-manager: update live ebuild, bug #610562

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/virt-manager/virt-manager-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/virt-manager/virt-manager-.ebuild 
b/app-emulation/virt-manager/virt-manager-.ebuild
index 84b06ffac5..6576a70f06 100644
--- a/app-emulation/virt-manager/virt-manager-.ebuild
+++ b/app-emulation/virt-manager/virt-manager-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -54,7 +54,7 @@ DEPEND="${RDEPEND}
dev-lang/perl
dev-util/intltool"
 
-DOCS=( README NEWS )
+DOCS=( README.md NEWS.md )
 
 src_prepare() {
distutils-r1_src_prepare



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

2017-02-22 Thread Michael Weber
commit: 2c8c10c3c28cb34f6b58229e0c5f8340129aff8a
Author: Michael Weber  gentoo  org>
AuthorDate: Wed Feb 22 21:54:11 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Wed Feb 22 21:54:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c8c10c3

net-fs/samba: ppc ppc64 stable (bug 588262).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-fs/samba/samba-4.2.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/samba/samba-4.2.14.ebuild b/net-fs/samba/samba-4.2.14.ebuild
index 076a973626..b654ea9c01 100644
--- a/net-fs/samba/samba-4.2.14.ebuild
+++ b/net-fs/samba/samba-4.2.14.ebuild
@@ -17,7 +17,7 @@ SRC_PATH="stable"
 SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz

https://dev.gentoo.org/~polynomial-c/samba-disable-python-patches-4.2.12.tar.xz;
 [[ ${PV} = *_rc* ]] || \
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc ~x86"
 
 DESCRIPTION="Samba Suite Version 4"
 HOMEPAGE="http://www.samba.org/;



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Slurper/

2017-02-22 Thread Markus Meier
commit: a858f31dae72858784d225b73acef5db2bae06a8
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb 22 21:51:14 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb 22 21:51:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a858f31d

dev-perl/File-Slurper: add ~arm64, bug #603078

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

 dev-perl/File-Slurper/File-Slurper-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-Slurper/File-Slurper-0.9.0.ebuild 
b/dev-perl/File-Slurper/File-Slurper-0.9.0.ebuild
index a3c49ae4cb..c6533b545c 100644
--- a/dev-perl/File-Slurper/File-Slurper-0.9.0.ebuild
+++ b/dev-perl/File-Slurper/File-Slurper-0.9.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="A simple, sane and efficient module to slurp a file"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/PerlIO-utf8_strict/

2017-02-22 Thread Markus Meier
commit: 7c0c8220df74a3911c7a33f89c0ebd63b3c955fb
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb 22 21:50:54 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb 22 21:51:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c0c8220

dev-perl/PerlIO-utf8_strict: add ~arm64, bug #603078

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

 dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.6.0.ebuild 
b/dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.6.0.ebuild
index 3d3cbf783e..0eb3c21be1 100644
--- a/dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.6.0.ebuild
+++ b/dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.6.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="Fast and correct UTF-8 IO"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~x86"
 IUSE="test"
 # r: strict, warnings -> perl
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-bad/

2017-02-22 Thread Mart Raudsepp
commit: 7b2fdef4da55282b3cda4eb6a2eb49c6855dc2da
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Feb 22 21:49:09 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Feb 22 21:49:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b2fdef4

media-libs/gst-plugins-bad: remove old (security cleanup)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../gst-plugins-bad-0.10.23-r3.ebuild  | 55 --
 1 file changed, 55 deletions(-)

diff --git a/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.23-r3.ebuild 
b/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.23-r3.ebuild
deleted file mode 100644
index 71deb9a78e..00
--- a/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.23-r3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GST_ORG_MODULE="gst-plugins-bad"
-inherit eutils flag-o-matic gstreamer
-
-DESCRIPTION="Less plugins for GStreamer"
-HOMEPAGE="https://gstreamer.freedesktop.org/;
-SRC_URI+=" 
https://dev.gentoo.org/~tetromino/distfiles/${PN}/${P}-h264-patches.tar.xz;
-
-LICENSE="LGPL-2"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux"
-IUSE="+orc"
-
-RDEPEND="
-   >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
-   >=media-libs/gst-plugins-base-0.10.36:${SLOT}[${MULTILIB_USEDEP}]
-   >=media-libs/gstreamer-0.10.36:${SLOT}[${MULTILIB_USEDEP}]
-   orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}"
-RDEPEND="${RDEPEND}
-   !

[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Which/

2017-02-22 Thread Markus Meier
commit: 8a21754bbeba6c25cae5e2882cad9837da857882
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb 22 21:46:59 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb 22 21:46:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a21754b

dev-perl/File-Which: add ~arm64, bug #602602

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

 dev-perl/File-Which/File-Which-1.90.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-Which/File-Which-1.90.0-r1.ebuild 
b/dev-perl/File-Which/File-Which-1.90.0-r1.ebuild
index 8c35c342ca..b9b51384f7 100644
--- a/dev-perl/File-Which/File-Which-1.90.0-r1.ebuild
+++ b/dev-perl/File-Which/File-Which-1.90.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl module implementing 'which' internally"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-BaseDir/

2017-02-22 Thread Markus Meier
commit: 678f28735e46f475879a3df0f2dfd29f74fd36f6
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb 22 21:47:41 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb 22 21:47:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=678f2873

dev-perl/File-BaseDir: add ~arm64, bug #602602

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

 dev-perl/File-BaseDir/File-BaseDir-0.70.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-BaseDir/File-BaseDir-0.70.0.ebuild 
b/dev-perl/File-BaseDir/File-BaseDir-0.70.0.ebuild
index 0fc8d8c5e7..164402ea3f 100644
--- a/dev-perl/File-BaseDir/File-BaseDir-0.70.0.ebuild
+++ b/dev-perl/File-BaseDir/File-BaseDir-0.70.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Use the Freedesktop.org base directory specification"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~x86-macos 
~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~x86-macos 
~sparc-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Probe-Perl/

2017-02-22 Thread Markus Meier
commit: fad80192e34de76dae6938b5a2b2d8132a32c930
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb 22 21:45:58 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb 22 21:45:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fad80192

dev-perl/Probe-Perl: add ~arm64, bug #602602

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

 dev-perl/Probe-Perl/Probe-Perl-0.30.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Probe-Perl/Probe-Perl-0.30.0.ebuild 
b/dev-perl/Probe-Perl/Probe-Perl-0.30.0.ebuild
index e10cc76706..0735afc0f5 100644
--- a/dev-perl/Probe-Perl/Probe-Perl-0.30.0.ebuild
+++ b/dev-perl/Probe-Perl/Probe-Perl-0.30.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Information about the currently running perl"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="test"
 
 RDEPEND="virtual/perl-File-Spec"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IPC-System-Simple/

2017-02-22 Thread Markus Meier
commit: 64a418b9bacb590f5b883566d9bf999e3cc63640
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb 22 21:47:20 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb 22 21:47:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a418b9

dev-perl/IPC-System-Simple: add ~arm64, bug #602602

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

 dev-perl/IPC-System-Simple/IPC-System-Simple-1.250.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/IPC-System-Simple/IPC-System-Simple-1.250.0.ebuild 
b/dev-perl/IPC-System-Simple/IPC-System-Simple-1.250.0.ebuild
index 30a1ac41a2..23690470ff 100644
--- a/dev-perl/IPC-System-Simple/IPC-System-Simple-1.250.0.ebuild
+++ b/dev-perl/IPC-System-Simple/IPC-System-Simple-1.250.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Run commands simply, with detailed diagnostics"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Script/

2017-02-22 Thread Markus Meier
commit: e2d2822e2fa9ee6e80eac645a88b5e8e84f86ff8
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb 22 21:46:39 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb 22 21:46:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2d2822e

dev-perl/Test-Script: add ~arm64, bug #602602

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

 dev-perl/Test-Script/Test-Script-1.120.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Script/Test-Script-1.120.0.ebuild 
b/dev-perl/Test-Script/Test-Script-1.120.0.ebuild
index 62f02fb0d9..f4386dfcff 100644
--- a/dev-perl/Test-Script/Test-Script-1.120.0.ebuild
+++ b/dev-perl/Test-Script/Test-Script-1.120.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Cross-platform basic tests for scripts"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IPC-Run3/

2017-02-22 Thread Markus Meier
commit: dacd806ffc3aad5a612d41a476711dce5533ba71
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb 22 21:46:18 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb 22 21:46:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dacd806f

dev-perl/IPC-Run3: add ~arm64, bug #602602

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

 dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild 
b/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild
index 2c9062d4e0..a73daf9cdf 100644
--- a/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild
+++ b/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Run a subprocess in batch mode (a la system)"
 
 LICENSE="|| ( BSD-2 Artistic GPL-1+ )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-Identify/

2017-02-22 Thread Markus Meier
commit: 07c21e8b27e6f884c6b05cc971c1c6c0bff65a90
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb 22 21:38:54 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb 22 21:38:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c21e8b

dev-perl/Sub-Identify: add ~arm64, bug #599552

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

 dev-perl/Sub-Identify/Sub-Identify-0.120.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sub-Identify/Sub-Identify-0.120.0.ebuild 
b/dev-perl/Sub-Identify/Sub-Identify-0.120.0.ebuild
index 95f601e7d7..853b859c0e 100644
--- a/dev-perl/Sub-Identify/Sub-Identify-0.120.0.ebuild
+++ b/dev-perl/Sub-Identify/Sub-Identify-0.120.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Retrieve names of code references"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ppc ~ppc64 x86 ~x86-fbsd ~ppc-macos 
~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ppc ~ppc64 x86 ~x86-fbsd ~ppc-macos 
~x64-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/namespace-autoclean/

2017-02-22 Thread Markus Meier
commit: 45579034416d29b6dc15a3e6f9e6e82be66d1a33
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb 22 21:38:34 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb 22 21:38:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45579034

dev-perl/namespace-autoclean: add ~arm64, bug #599552

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

 dev-perl/namespace-autoclean/namespace-autoclean-0.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/namespace-autoclean/namespace-autoclean-0.280.0.ebuild 
b/dev-perl/namespace-autoclean/namespace-autoclean-0.280.0.ebuild
index 747b4645a2..04f928f4e0 100644
--- a/dev-perl/namespace-autoclean/namespace-autoclean-0.280.0.ebuild
+++ b/dev-perl/namespace-autoclean/namespace-autoclean-0.280.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Keep imports out of your namespace"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ppc ~x86 ~ppc-aix ~x86-fbsd ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ppc ~x86 ~ppc-aix ~x86-fbsd 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/namespace-clean/

2017-02-22 Thread Markus Meier
commit: 986cfce14579b96523eb10c0d31532c017472276
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb 22 21:40:16 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb 22 21:40:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=986cfce1

dev-perl/namespace-clean: add ~arm64, bug #599552

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

 dev-perl/namespace-clean/namespace-clean-0.260.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/namespace-clean/namespace-clean-0.260.0.ebuild 
b/dev-perl/namespace-clean/namespace-clean-0.260.0.ebuild
index 41982ea0f5..0fa7611eff 100644
--- a/dev-perl/namespace-clean/namespace-clean-0.260.0.ebuild
+++ b/dev-perl/namespace-clean/namespace-clean-0.260.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Keep imports and functions out of your namespace"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix 
~x86-fbsd ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix 
~x86-fbsd ~x64-macos"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Perl-Tidy/

2017-02-22 Thread Markus Meier
commit: fb39578997a6eb9dd8b162ec7eed97cbc06c3de9
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb 22 21:37:11 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb 22 21:37:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb395789

dev-perl/Perl-Tidy: add ~arm64, bug #599552

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

 dev-perl/Perl-Tidy/Perl-Tidy-20160302.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Perl-Tidy/Perl-Tidy-20160302.0.0.ebuild 
b/dev-perl/Perl-Tidy/Perl-Tidy-20160302.0.0.ebuild
index f79bec4048..2f7d772562 100644
--- a/dev-perl/Perl-Tidy/Perl-Tidy-20160302.0.0.ebuild
+++ b/dev-perl/Perl-Tidy/Perl-Tidy-20160302.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ HOMEPAGE="http://perltidy.sourceforge.net/ ${HOMEPAGE}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE="examples"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-StackTrace/

2017-02-22 Thread Markus Meier
commit: ec908ac66da07690b5aa01e851789fd27e565ba8
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb 22 21:37:52 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb 22 21:37:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec908ac6

dev-perl/Devel-StackTrace: add ~arm64, bug #599552

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

 dev-perl/Devel-StackTrace/Devel-StackTrace-2.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-StackTrace/Devel-StackTrace-2.10.0.ebuild 
b/dev-perl/Devel-StackTrace/Devel-StackTrace-2.10.0.ebuild
index 620b3b4d3d..72c5299b04 100644
--- a/dev-perl/Devel-StackTrace/Devel-StackTrace-2.10.0.ebuild
+++ b/dev-perl/Devel-StackTrace/Devel-StackTrace-2.10.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="An object representing a stack trace"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="test"
 
 RDEPEND="



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

2017-02-22 Thread Markus Meier
commit: 8b11bf1bfa7d6eb8a689bceee2659635f6ff01a5
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb 22 21:44:35 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb 22 21:44:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b11bf1b

dev-perl/DateTime: add ~arm64, bug #599552

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

 dev-perl/DateTime/DateTime-1.360.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/DateTime/DateTime-1.360.0.ebuild 
b/dev-perl/DateTime/DateTime-1.360.0.ebuild
index dbf7514601..24ba36234d 100644
--- a/dev-perl/DateTime/DateTime-1.360.0.ebuild
+++ b/dev-perl/DateTime/DateTime-1.360.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="A date and time object"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 CONFLICTS="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/B-Hooks-EndOfScope/

2017-02-22 Thread Markus Meier
commit: 816f523522b072573abe2b8d96cf0b4da0660a67
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb 22 21:39:16 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb 22 21:39:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=816f5235

dev-perl/B-Hooks-EndOfScope: add ~arm64, bug #599552

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

 dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.200.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.200.0.ebuild 
b/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.200.0.ebuild
index 50c1370565..e62a104c57 100644
--- a/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.200.0.ebuild
+++ b/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.200.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Execute code after a scope finished compilation"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86 ~ppc-aix ~x86-fbsd ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~x86 ~ppc-aix ~x86-fbsd 
~x64-macos"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Variable-Magic/

2017-02-22 Thread Markus Meier
commit: 7775874eec7f20d18bee0ecaa1ae74bdd700ceff
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb 22 21:39:56 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb 22 21:39:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7775874e

dev-perl/Variable-Magic: add ~arm64, bug #599552

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

 dev-perl/Variable-Magic/Variable-Magic-0.610.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.610.0.ebuild 
b/dev-perl/Variable-Magic/Variable-Magic-0.610.0.ebuild
index 5b27c57641..c3b565d979 100644
--- a/dev-perl/Variable-Magic/Variable-Magic-0.610.0.ebuild
+++ b/dev-perl/Variable-Magic/Variable-Magic-0.610.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Associate user-defined magic to variables from Perl"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86 ~ppc-aix ~x86-fbsd ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~x86 ~ppc-aix ~x86-fbsd 
~x64-macos"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/MRO-Compat/

2017-02-22 Thread Markus Meier
commit: e657bfedb0429623d08f04a746381110efa4e32e
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb 22 21:38:11 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb 22 21:38:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e657bfed

dev-perl/MRO-Compat: add ~arm64, bug #599552

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

 dev-perl/MRO-Compat/MRO-Compat-0.120.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/MRO-Compat/MRO-Compat-0.120.0-r1.ebuild 
b/dev-perl/MRO-Compat/MRO-Compat-0.120.0-r1.ebuild
index 50ed0ccc64..2c0387d36f 100644
--- a/dev-perl/MRO-Compat/MRO-Compat-0.120.0-r1.ebuild
+++ b/dev-perl/MRO-Compat/MRO-Compat-0.120.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Lets you build groups of accessors"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~ppc-aix 
~x86-fbsd ~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-Exporter-Progressive/

2017-02-22 Thread Markus Meier
commit: f116d64171be76ce48b4ead5f8ec6a0590c64fb2
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb 22 21:39:36 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb 22 21:39:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f116d641

dev-perl/Sub-Exporter-Progressive: add ~arm64, bug #599552

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

 .../Sub-Exporter-Progressive/Sub-Exporter-Progressive-0.1.11.ebuild   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/Sub-Exporter-Progressive/Sub-Exporter-Progressive-0.1.11.ebuild 
b/dev-perl/Sub-Exporter-Progressive/Sub-Exporter-Progressive-0.1.11.ebuild
index 332e66acf7..45e94ff53f 100644
--- a/dev-perl/Sub-Exporter-Progressive/Sub-Exporter-Progressive-0.1.11.ebuild
+++ b/dev-perl/Sub-Exporter-Progressive/Sub-Exporter-Progressive-0.1.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Only use Sub::Exporter if you need it"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd 
~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~ppc-aix 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Role-Tiny/

2017-02-22 Thread Markus Meier
commit: 3ce4828207674b816a5251f33d64869090cb3312
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb 22 21:37:31 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb 22 21:37:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ce48282

dev-perl/Role-Tiny: add ~arm64, bug #599552

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

 dev-perl/Role-Tiny/Role-Tiny-2.0.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Role-Tiny/Role-Tiny-2.0.5.ebuild 
b/dev-perl/Role-Tiny/Role-Tiny-2.0.5.ebuild
index fbd25ac122..1814e7a6d4 100644
--- a/dev-perl/Role-Tiny/Role-Tiny-2.0.5.ebuild
+++ b/dev-perl/Role-Tiny/Role-Tiny-2.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Roles. Like a nouvelle cuisine portion size slice of Moose"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86 ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~x86 ~x86-fbsd ~ppc-macos 
~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2017-02-22 Thread Markus Meier
commit: 5cd85282422998da038c5022018251c6862c1532
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb 22 21:36:52 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb 22 21:36:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd85282

dev-perl/PadWalker: add ~arm64, bug #599552

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

 dev-perl/PadWalker/PadWalker-2.200.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PadWalker/PadWalker-2.200.0.ebuild 
b/dev-perl/PadWalker/PadWalker-2.200.0.ebuild
index cab771d0ba..20a33bec07 100644
--- a/dev-perl/PadWalker/PadWalker-2.200.0.ebuild
+++ b/dev-perl/PadWalker/PadWalker-2.200.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="play with other peoples' lexical variables"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND="virtual/perl-ExtUtils-MakeMaker"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Needs/

2017-02-22 Thread Markus Meier
commit: b281afe6e2575f073fab2b6384381f2a16e59182
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb 22 21:35:28 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb 22 21:35:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b281afe6

dev-perl/Test-Needs: add ~arm64, bug #599552

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

 dev-perl/Test-Needs/Test-Needs-0.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Needs/Test-Needs-0.2.2.ebuild 
b/dev-perl/Test-Needs/Test-Needs-0.2.2.ebuild
index 1bb5611b98..7356a7631e 100644
--- a/dev-perl/Test-Needs/Test-Needs-0.2.2.ebuild
+++ b/dev-perl/Test-Needs/Test-Needs-0.2.2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Skip tests when modules not available"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~x86 ~x86-fbsd"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-LexAlias/

2017-02-22 Thread Markus Meier
commit: d8ba7e8aa7864fc2e7d5823640caee4875eed07a
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb 22 21:36:12 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb 22 21:36:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8ba7e8a

dev-perl/Devel-LexAlias: add ~arm64, bug #599552

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

 dev-perl/Devel-LexAlias/Devel-LexAlias-0.50.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Devel-LexAlias/Devel-LexAlias-0.50.0.ebuild 
b/dev-perl/Devel-LexAlias/Devel-LexAlias-0.50.0.ebuild
index f684ea0eff..f8b2f8e790 100644
--- a/dev-perl/Devel-LexAlias/Devel-LexAlias-0.50.0.ebuild
+++ b/dev-perl/Devel-LexAlias/Devel-LexAlias-0.50.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Alias lexical variables"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ppc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ppc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=">=dev-perl/Devel-Caller-2.03"



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

2017-02-22 Thread Markus Meier
commit: 91a0d698aa53ca31f99d20d8931352ca646893ab
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb 22 21:34:48 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb 22 21:34:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a0d698

dev-perl/Specio: add ~arm64, bug #599552

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

 dev-perl/Specio/Specio-0.350.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Specio/Specio-0.350.0.ebuild 
b/dev-perl/Specio/Specio-0.350.0.ebuild
index ab6f055986..6108f56aac 100644
--- a/dev-perl/Specio/Specio-0.350.0.ebuild
+++ b/dev-perl/Specio/Specio-0.350.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Type constraints and coercions for Perl"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="test minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Ref-Util/

2017-02-22 Thread Markus Meier
commit: 3feeff42a50acfdacd0709e30ab63af58862cbd3
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb 22 21:35:08 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb 22 21:35:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3feeff42

dev-perl/Ref-Util: add ~arm64, bug #599552

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

 dev-perl/Ref-Util/Ref-Util-0.113.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Ref-Util/Ref-Util-0.113.0.ebuild 
b/dev-perl/Ref-Util/Ref-Util-0.113.0.ebuild
index ef391b1426..b15c4de3ba 100644
--- a/dev-perl/Ref-Util/Ref-Util-0.113.0.ebuild
+++ b/dev-perl/Ref-Util/Ref-Util-0.113.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Utility functions for checking references"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 LICENSE="MIT"
 IUSE="test"
 



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

2017-02-22 Thread Markus Meier
commit: 2611a1954e03d9a7326e2d2eecf18aaa804753fd
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb 22 21:32:43 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb 22 21:34:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2611a195

dev-python/typing: add ~arm64, bug #597744

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

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

diff --git a/dev-python/typing/typing-3.5.2.2.ebuild 
b/dev-python/typing/typing-3.5.2.2.ebuild
index 1b87eadc80..5685bbfb6d 100644
--- a/dev-python/typing/typing-3.5.2.2.ebuild
+++ b/dev-python/typing/typing-3.5.2.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc64 ~x86"
 IUSE=""
 
 DEPEND=""



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

2017-02-22 Thread Markus Meier
commit: 00938a747f4c8bf0d5ce0acfb58047661bbe3260
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb 22 21:33:39 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb 22 21:34:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00938a74

dev-python/m2crypto: add ~arm64, bug #597744

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

 dev-python/m2crypto/m2crypto-0.25.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/m2crypto/m2crypto-0.25.1-r2.ebuild 
b/dev-python/m2crypto/m2crypto-0.25.1-r2.ebuild
index 71790fdfe8..752d19d209 100644
--- a/dev-python/m2crypto/m2crypto-0.25.1-r2.ebuild
+++ b/dev-python/m2crypto/m2crypto-0.25.1-r2.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc64"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc64"
 IUSE="libressl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-bad/

2017-02-22 Thread Michael Weber
commit: b686fcafa98d4b45401f7358f29505bcdc3d3b89
Author: Michael Weber  gentoo  org>
AuthorDate: Wed Feb 22 21:32:24 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Wed Feb 22 21:32:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b686fcaf

media-libs/gst-plugins-bad: ppc64 stable (bug 600142).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-libs/gst-plugins-bad/gst-plugins-bad-0.10.23-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.23-r4.ebuild 
b/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.23-r4.ebuild
index 3ea260990a..fbcdf0377c 100644
--- a/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.23-r4.ebuild
+++ b/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.23-r4.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://gstreamer.freedesktop.org/;
 SRC_URI+=" 
https://dev.gentoo.org/~tetromino/distfiles/${PN}/${P}-h264-patches.tar.xz;
 
 LICENSE="LGPL-2"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="+orc"
 
 RDEPEND="



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

2017-02-22 Thread Alon Bar-Lev
commit: 4671f671a157c00fb5e748c305c5f83bc7675500
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Wed Feb 22 21:26:08 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Wed Feb 22 21:27:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4671f671

net-libs/gnutls: use stable libidn2

Bug: 610550

Package-Manager: portage-2.3.3

 net-libs/gnutls/{gnutls-3.5.9-r1.ebuild => gnutls-3.5.9-r2.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-libs/gnutls/gnutls-3.5.9-r1.ebuild 
b/net-libs/gnutls/gnutls-3.5.9-r2.ebuild
similarity index 98%
rename from net-libs/gnutls/gnutls-3.5.9-r1.ebuild
rename to net-libs/gnutls/gnutls-3.5.9-r2.ebuild
index 537abe5ef0..48972887fa 100644
--- a/net-libs/gnutls/gnutls-3.5.9-r1.ebuild
+++ b/net-libs/gnutls/gnutls-3.5.9-r2.ebuild
@@ -31,7 +31,7 @@ RDEPEND=">=dev-libs/libtasn1-4.9:=[${MULTILIB_USEDEP}]
nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
pkcs11? ( >=app-crypt/p11-kit-0.23.1[${MULTILIB_USEDEP}] )
zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
-   idn? ( >=net-dns/libidn2-0.16-r1[${MULTILIB_USEDEP}] )
+   idn? ( >=net-dns/libidn2-0.11[${MULTILIB_USEDEP}] )
valgrind? ( dev-util/valgrind )
test-full? (
app-crypt/dieharder
@@ -118,6 +118,7 @@ multilib_src_configure() {
$(use_with pkcs11 p11-kit) \
$(use_with zlib) \
$(use_with idn) \
+   $(use_with idn libidn2) \
--without-tpm \

--with-unbound-root-key-file="${EROOT}etc/dnssec/root-anchors.txt" \
"${libconf[@]}" \



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

2017-02-22 Thread Michael Weber
commit: 3b8791991bb9f13194848e9c11ef7b96311afa73
Author: Michael Weber  gentoo  org>
AuthorDate: Wed Feb 22 21:26:43 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Wed Feb 22 21:27:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b879199

media-libs/lcms: arm ppc64 stable (bug 591452).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/media-libs/lcms/lcms-2.8-r1.ebuild 
b/media-libs/lcms/lcms-2.8-r1.ebuild
index 2a26b69275..2728e7896e 100644
--- a/media-libs/lcms/lcms-2.8-r1.ebuild
+++ b/media-libs/lcms/lcms-2.8-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/lcms2-${PV}.tar.gz"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="doc jpeg static-libs +threads test tiff zlib"
 
 RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )



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

2017-02-22 Thread Michael Weber
commit: 5b9a163984c81c768831b05f2fed090ad0893de1
Author: Michael Weber  gentoo  org>
AuthorDate: Wed Feb 22 21:23:45 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Wed Feb 22 21:26:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b9a1639

dev-lang/php: arm ppc64 stable (bug 574238).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-lang/php/php-7.0.15.ebuild b/dev-lang/php/php-7.0.15.ebuild
index 130133c951..21a11515dd 100644
--- a/dev-lang/php/php-7.0.15.ebuild
+++ b/dev-lang/php/php-7.0.15.ebuild
@@ -19,7 +19,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"



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

2017-02-22 Thread Mike Frysinger
commit: 2f61b94992b7e66390d6be28367912e3790e620c
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Feb 22 21:16:46 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Feb 22 21:17:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f61b949

sys-kernel/linux-headers: version bump to 4.10

 sys-kernel/linux-headers/Manifest  |  2 +
 sys-kernel/linux-headers/linux-headers-4.10.ebuild | 55 ++
 2 files changed, 57 insertions(+)

diff --git a/sys-kernel/linux-headers/Manifest 
b/sys-kernel/linux-headers/Manifest
index 5bc433e3d6..2668d03511 100644
--- a/sys-kernel/linux-headers/Manifest
+++ b/sys-kernel/linux-headers/Manifest
@@ -1,6 +1,7 @@
 DIST gentoo-headers-2.4.33-1.tar.bz2 11542 SHA256 
a1517b0ea6619f018d0dfbb7457be122a0f80b5e76b995fdedaa9423951fb37d SHA512 
47e9a9b35aae8ea8511dba4607dca52dc7ff87f8091a263065dac76b635456c2600ae1217e197286f89fc8edd632a8c754ec5525a14d6955266d222f1cfa4219
 WHIRLPOOL 
ac7a4e31782c2c4d38e695fdd4393789a2da4f1bb45dc66a17ea0782da6cf60470d4c2e9af9dedc40b64919b6d6fc0547f252862d377828fad55abc079853cae
 DIST gentoo-headers-2.4.36-1.tar.lzma 10846 SHA256 
2120f941e11dde038a8ad3cf47ce4f6eb4b5cba3fa59a378113c4cf57544509d SHA512 
fd3746708096f692b2190b514c6b2511fb5571ec772adee81e37c46825d642cfa31ffe9e6a9b343079fa17927ca46780da08306d3e2962b0ecdb1fb386d653f9
 WHIRLPOOL 
063abe2b3dff20585adf4f58bb2e93f1bfe71fe83aa36a642f15fb8e3c6561491eaf3dc3edf75c71d786e9d34ebfe00a8734afff6872840ba120f4e1f6f7def7
 DIST gentoo-headers-3.18-1.tar.xz 3628 SHA256 
d6b83a873baf83d8db535623dc9b91b52354e53238a128bb6fc29c6ff4f9f11e SHA512 
89fb9b336fa3455752f6fe8626500d30245c04806890d4448a2895bbef2a5eae409940618fd4e0be57aa12784a198a695c32479f12d76450e16f2af1536e7a1f
 WHIRLPOOL 
5a18218fef9013d5306d3ef6aa6467c1fe09dc70593c3f8f1f62a3e99d704d085420e33ded3924f0e34ee58c080952e5e007842f31d7bf648fad14a02ce3751f
+DIST gentoo-headers-4.10-1.tar.xz 4640 SHA256 
d973da3529766730a00a13ba3aedbd7c3c288eacab3935b506cd639fb4094f66 SHA512 
ac3abe50199b98e7e9d493bb11ee221a298db04410caf607ed87c10e7f2af47181d17d03fb08a54216a08c3ec0da88ddc3844ec5eab653b69e0f3099eb95e289
 WHIRLPOOL 
fe65455111ce0b9490a85705ace7e071aca4aa6f44b414dcd40517b026b2607b4c99338ea841b46187007ec3f71eb51e02d35e086e24df15f10e89481cf777f1
 DIST gentoo-headers-4.3-1.tar.xz 6336 SHA256 
dbe99afe8b96b181f1b065b4d91969913eb23750c1fdf5c05f86667a314ca726 SHA512 
55310299ccf6fc013b26b28df52740188ea68547617141af45a1278d0028c8db47e43e230f08fff399793e420028ed1602438a73bad6f4ffb6f3c43f9f28002d
 WHIRLPOOL 
a87198b9f868d913c14a2578c5cd452fd0f041576141fc8089d4a3eef0840929923d95de188fac8a6f1115d588f2a17dd51ddcaae90871131d39458c90afe956
 DIST gentoo-headers-4.4-1.tar.xz 6624 SHA256 
2d4dbc94f05f2ac376b2b0523340f7351f94b2cef180c9c793fa5e8453c7a770 SHA512 
dd8a5c627a9cd373022d7afa1beb126f15694f80452821f31fc5c1a3439635814d205bcbc873a5869946472d86cdec872a44f4870751b96d42e89893fca1b983
 WHIRLPOOL 
07c351a05d0e808d6de6c2143713ec0e78760987cf7fbc9ec6a6192a185f9c578acdc5b7f96368a25ed9bfe778ac7435fe5596c3e2931d6645ddf631a92b8e01
 DIST gentoo-headers-4.5-1.tar.xz 6388 SHA256 
7edb535fcff4d0aa02334840f7afc4049018c479e0fe81036abc5fc2b4532298 SHA512 
48b19592bce8176bb6a363fb383fa4f88b3f1d30712339ba215c1246a59c9463423c53e77967039703adc5b7eb32cee532686715cc61cab95bd0694f283a76de
 WHIRLPOOL 
57abea28dc4dc50b393ce7c1bd00d7d2e4a19a5ed24282a74065efb4d61550ac389cee45ff917d3cc56d0687172da0bfe678fb21c28758767a8b4445098fc54e
@@ -9,6 +10,7 @@ DIST gentoo-headers-4.7-1.tar.xz 5412 SHA256 
8fa20078d57c65b47cb82215e3e5c0cff42
 DIST gentoo-headers-4.8-1.tar.xz 6332 SHA256 
8d3076b8908d2503c1d34c7a02ba5e8373af124cc587eff4304b64a48295dec1 SHA512 
4c4fab57f764c02150cd3f57c4e2410247f5a1d2aca66deebe6d218e30e6c9a065d15a6757a325d96125a51a65e5cba484ded295dcbe346323e8e11975b8a623
 WHIRLPOOL 
73b1c2783cdb5624f766cd93b9900bf139f21298ba7f1ca96d0554601415dee06a5cf7d2d694d1bcde88689f0ad8d82183bf9b8f9172761bd1cf5cb5bf592ec9
 DIST gentoo-headers-4.9-1.tar.xz 5416 SHA256 
2d57ac966b325c2c3bda00cfc7012479f3ade6264bc1e8fc5b9aa36ad4353ed6 SHA512 
1069f50c58f25ceb8a13c8e53dce6a21e352e2a624da3b9a6d139939e7613e9a97226eb0173fa060ee69443c6a50b53b6d5c6d752dcaebffbe2a78f06cfbe2b6
 WHIRLPOOL 
047718799ed5fc39b33473d7dad599fabf94281eb3327be37bf4e8274b31a9f02023cfb93edc0f0d983943592621b1b6ae37c83910b14aeeb3289ac4f8708ec1
 DIST gentoo-headers-base-3.18.tar.xz 3776668 SHA256 
12a44590e505525509556f6e973464f124f172565d3a4b29a3ff4627aa24f9a7 SHA512 
6615c604e5e618d26fff5a61691f7827bb05be9790db6c9f8e16e3842bce8f056f9928f85ae5714710b75743b0d0804faba4ba9c76e934e1de22dc03ef6d5535
 WHIRLPOOL 
5cdd500aaac3589d6672ea365f5b29ccef207db36cbc34052f0bf1bbe35b5dbfedf3b1675079c1ec05daf1a136d2da3018b2ca91bcaeda1fe8d23e3246fda25e
+DIST gentoo-headers-base-4.10.tar.xz 4077280 SHA256 
f3297d2f54e62041b832f9d50b3d30ea0a8f0979571f2ce91274dea2eb2e3cb7 SHA512 

[gentoo-commits] gentoo commit in src/patchsets/gentoo-headers/4.10: 00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch 00_all_0002-netfilter-pull-in-limits.h.patch 00_all_0003-convert-PAGE_SIZE-u

2017-02-22 Thread Mike Frysinger (vapier)
vapier  17/02/22 21:16:02

  Added:   
00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch
00_all_0002-netfilter-pull-in-limits.h.patch
00_all_0003-convert-PAGE_SIZE-usage.patch

00_all_0004-asm-generic-fcntl.h-namespace-kernel-file-structs.patch
00_all_0005-unifdef-drop-unused-errno.h-include.patch

00_all_0006-x86-do-not-build-relocs-tool-when-installing-headers.patch

00_all_0007-netlink-drop-int-cast-on-length-arg-in-NLMSG_OK.patch

00_all_0008-uapi-mqueue.h-add-missing-linux-types.h-include.patch
00_all_0009-uapi-fix-System-V-buf-header-includes.patch
  Log:
  initial 4.10 patchset based on last 4.9 patchset

Revision  ChangesPath
1.1  
src/patchsets/gentoo-headers/4.10/00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/4.10/00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/4.10/00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch?rev=1.1=text/plain

Index: 00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch
===
>From f495b0039472488f9171b2407f72c1b09db113ae Mon Sep 17 00:00:00 2001
From: Mike Frysinger 
Date: Mon, 29 Dec 2008 06:52:59 -0500
Subject: [PATCH] linux/stat.h: remove __GLIBC__ checks

Only check __KERNEL__ so we don't assume the C library is glibc.

Signed-off-by: Mike Frysinger 
---
 include/uapi/linux/stat.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/stat.h b/include/uapi/linux/stat.h
index 7fec7e36d921..256ad24c64a8 100644
--- a/include/uapi/linux/stat.h
+++ b/include/uapi/linux/stat.h
@@ -2,7 +2,7 @@
 #define _UAPI_LINUX_STAT_H
 
 
-#if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
+#if defined(__KERNEL__)
 
 #define S_IFMT  0017
 #define S_IFSOCK 014
-- 
2.11.1




1.1  
src/patchsets/gentoo-headers/4.10/00_all_0002-netfilter-pull-in-limits.h.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/4.10/00_all_0002-netfilter-pull-in-limits.h.patch?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/4.10/00_all_0002-netfilter-pull-in-limits.h.patch?rev=1.1=text/plain

Index: 00_all_0002-netfilter-pull-in-limits.h.patch
===
>From 96c4838cd56a312321d6f4964bdd069b0014f219 Mon Sep 17 00:00:00 2001
From: Mike Frysinger 
Date: Sat, 9 May 2009 17:30:35 -0400
Subject: [PATCH] netfilter: pull in limits.h

A few netfilter sub-headers use INT_MAX which is in limits.h.

URL: http://bugs.gentoo.org/246160
Signed-off-by: Mike Frysinger 
---
 include/uapi/linux/netfilter.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/uapi/linux/netfilter.h b/include/uapi/linux/netfilter.h
index 7550e9176a54..443554f678a3 100644
--- a/include/uapi/linux/netfilter.h
+++ b/include/uapi/linux/netfilter.h
@@ -6,6 +6,7 @@
 #include 
 #include 
 #include 
+#include 
 
 /* Responses from hook functions. */
 #define NF_DROP 0
-- 
2.11.1




1.1  
src/patchsets/gentoo-headers/4.10/00_all_0003-convert-PAGE_SIZE-usage.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/4.10/00_all_0003-convert-PAGE_SIZE-usage.patch?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/4.10/00_all_0003-convert-PAGE_SIZE-usage.patch?rev=1.1=text/plain

Index: 00_all_0003-convert-PAGE_SIZE-usage.patch
===
>From 526be191ee08800aebf550d02c864f09f02b882e Mon Sep 17 00:00:00 2001
From: Mike Frysinger 
Date: Sat, 13 Feb 2010 03:09:23 -0500
Subject: [PATCH] convert PAGE_SIZE usage

The size of a page may change at runtime or based on kernel settings, so
a static value at compile time doesn't work.  More importantly, no one
exports PAGE_SIZE to user space anymore.

URL: http://bugs.gentoo.org/301431
Signed-off-by: Mike Frysinger 
---
 include/uapi/linux/binfmts.h  | 3 ++-
 include/uapi/linux/resource.h | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/include/uapi/linux/binfmts.h b/include/uapi/linux/binfmts.h
index 4eb5972867c0..516bfcf62f64 100644
--- a/include/uapi/linux/binfmts.h
+++ b/include/uapi/linux/binfmts.h
@@ -1,6 +1,7 @@
 #ifndef _UAPI_LINUX_BINFMTS_H
 #define _UAPI_LINUX_BINFMTS_H
 
+#include 
 #include 
 
 struct pt_regs;
@@ -11,7 +12,7 @@ struct pt_regs;
  * prevent the kernel from being unduly impacted by 

[gentoo-commits] gentoo commit in src/patchsets/gentoo-headers/4.10: - New directory

2017-02-22 Thread Mike Frysinger (vapier)
vapier  17/02/22 21:15:48

  Log:
  Directory /var/cvsroot/gentoo/src/patchsets/gentoo-headers/4.10 added to the 
repository



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

2017-02-22 Thread Mike Gilbert
commit: 19650e7bb9e34f94b84bd3b382833696d30040e2
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Feb 22 21:11:01 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Feb 22 21:11:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19650e7b

www-client/google-chrome-beta: automated update (57.0.2987.74)

Package-Manager: Portage-2.3.3_p56, Repoman-2.3.1_p49

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...-beta-57.0.2987.54.ebuild => google-chrome-beta-57.0.2987.74.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index 86e3a4ba2e..d1c086c352 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_57.0.2987.54-1_amd64.deb 50095048 SHA256 
ce6b78e47a20f75ebb5054fa79ecb297256440271f06bfc532f6ee1261dc3371 SHA512 
6d344da3569a1b601f0eec7ba849c745e7cb5f368bc013c0f631995468e1c84173f30d15d7b177f8a4efeee076c8d2776a3e4071d98001f36a8efc8f9e82f028
 WHIRLPOOL 
18e374808afd2853ef22613ccdae6a7e40f0d8a5389904c35c470cf3707804eb0574b4ec56fd033eb181237de93b05ae65514d2a74153f03d0655789bb47faa5
+DIST google-chrome-beta_57.0.2987.74-1_amd64.deb 50167234 SHA256 
90335e14543e47cc3bcba10e94376bde25dfccced0386d98c2f1092f8e8f2067 SHA512 
4021296a77dbfd40054d4920587e6ff07aca0d541a40749edb5bc25783f132e36b420effa3d3a7ad037c45607a5a22317a45c4ebf92ada1846e5bb8c08367173
 WHIRLPOOL 
742dd4824422112728decd158f5b007b2c2a360696694dfbe01bbae2d1f83ad6b78acd54bb49fc59709ffb2dcce43689acc35ee79b05b9395db09059c8f36179

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-57.0.2987.54.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-57.0.2987.74.ebuild
similarity index 100%
rename from www-client/google-chrome-beta/google-chrome-beta-57.0.2987.54.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-57.0.2987.74.ebuild



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

2017-02-22 Thread Mike Gilbert
commit: 1d7e550d4d07c3f678cab794eb2c68a5391d212c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Feb 22 21:11:10 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Feb 22 21:11:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d7e550d

www-plugins/chrome-binary-plugins: automated update (57.0.2987.74)

Package-Manager: Portage-2.3.3_p56, Repoman-2.3.1_p49

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...87.54_beta.ebuild => chrome-binary-plugins-57.0.2987.74_beta.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 3cc176d840..c0022f04df 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_57.0.2987.54-1_amd64.deb 50095048 SHA256 
ce6b78e47a20f75ebb5054fa79ecb297256440271f06bfc532f6ee1261dc3371 SHA512 
6d344da3569a1b601f0eec7ba849c745e7cb5f368bc013c0f631995468e1c84173f30d15d7b177f8a4efeee076c8d2776a3e4071d98001f36a8efc8f9e82f028
 WHIRLPOOL 
18e374808afd2853ef22613ccdae6a7e40f0d8a5389904c35c470cf3707804eb0574b4ec56fd033eb181237de93b05ae65514d2a74153f03d0655789bb47faa5
+DIST google-chrome-beta_57.0.2987.74-1_amd64.deb 50167234 SHA256 
90335e14543e47cc3bcba10e94376bde25dfccced0386d98c2f1092f8e8f2067 SHA512 
4021296a77dbfd40054d4920587e6ff07aca0d541a40749edb5bc25783f132e36b420effa3d3a7ad037c45607a5a22317a45c4ebf92ada1846e5bb8c08367173
 WHIRLPOOL 
742dd4824422112728decd158f5b007b2c2a360696694dfbe01bbae2d1f83ad6b78acd54bb49fc59709ffb2dcce43689acc35ee79b05b9395db09059c8f36179
 DIST google-chrome-stable_56.0.2924.87-1_amd64.deb 45892904 SHA256 
7c34adf8f613a0c8dee406535bb77afaa9cbe878639350fde1d4567967d5c4e8 SHA512 
4428000707f71ebf1ccf18302a435cdee103b700bdd78cdba1c830a2f8044a4eb297fd67c0f77b32e9459c8bd0b2b036d80324311175b00f9d49df0bf5a77360
 WHIRLPOOL 
686f967ef22359c06d1885300195e17f8818ebf1dc550f1fb6187664fa9d5452b187b953c78f7de76b2ed02fced970f87deab2747b633e130b4244c3029883c3
 DIST google-chrome-unstable_58.0.3013.3-1_amd64.deb 56278948 SHA256 
0d3e4aa5f3c75df9ef0bf399edec74cc3eeaf31f44c931fb23e050b26d4a1729 SHA512 
83cfab9f8eef36ff909f12d69ba15c2e0ae40a3f25d8cde31022d813e9cee3c7d47905ba95720c890ab86a190931ba6dd29785b55a0f5f960ea5077ccd21
 WHIRLPOOL 
18785a9d1104c343c10acd78168d3327eb71c2f0029568e772fd94ec48632306e163bdc6777ab0e22cec9b847b620c73dd67a4238b12ef21efe830bf3f58ed0d

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.54_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.74_beta.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.54_beta.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.74_beta.ebuild



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

2017-02-22 Thread Michael Weber
commit: d5844f2d2bd58b4baed3972965f887b8e0ba9aef
Author: Michael Weber  gentoo  org>
AuthorDate: Wed Feb 22 21:08:24 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Wed Feb 22 21:08:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5844f2d

media-libs/chromaprint: ppc stable (bug 608868)

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/media-libs/chromaprint/chromaprint-1.4.2.ebuild 
b/media-libs/chromaprint/chromaprint-1.4.2.ebuild
index 3bbdee9cee..ab3e07102a 100644
--- a/media-libs/chromaprint/chromaprint-1.4.2.ebuild
+++ b/media-libs/chromaprint/chromaprint-1.4.2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://bitbucket.org/acoustid/${PN}/downloads/${P}.tar.gz
 
 LICENSE="LGPL-2.1"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 ~arm hppa ~ppc ppc64 x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ppc ppc64 x86 ~amd64-fbsd"
 IUSE="libav test tools"
 
 # note: use ffmpeg or libav instead of fftw because it's recommended and 
required for tools



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

2017-02-22 Thread Michael Weber
commit: 6429053fd0e08e867217b14fbf697b4d121aaa92
Author: Michael Weber  gentoo  org>
AuthorDate: Wed Feb 22 21:09:16 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Wed Feb 22 21:09:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6429053f

media-video/ffmpeg: ppc stable (bug 608868)

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"

 media-video/ffmpeg/ffmpeg-3.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpeg/ffmpeg-3.2.4.ebuild 
b/media-video/ffmpeg/ffmpeg-3.2.4.ebuild
index ebf715acc6..ef4637aec6 100644
--- a/media-video/ffmpeg/ffmpeg-3.2.4.ebuild
+++ b/media-video/ffmpeg/ffmpeg-3.2.4.ebuild
@@ -55,7 +55,7 @@ LICENSE="
samba? ( GPL-3 )
 "
 if [ "${PV#}" = "${PV}" ] ; then
-   KEYWORDS="amd64 ~arm hppa ~mips ~ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux"
 fi
 
 # Options to use as use_enable in the foo[:bar] form.



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

2017-02-22 Thread Michael Weber
commit: de325675a51759bb794c7444787b8c16a8dd6039
Author: Michael Weber  gentoo  org>
AuthorDate: Wed Feb 22 21:08:59 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Wed Feb 22 21:08:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de325675

media-libs/zimg: ppc stable (bug 608868)

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/media-libs/zimg/zimg-2.4.ebuild b/media-libs/zimg/zimg-2.4.ebuild
index 63a9fbf6b9..74b231f4fb 100644
--- a/media-libs/zimg/zimg-2.4.ebuild
+++ b/media-libs/zimg/zimg-2.4.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/sekrit-twc/zimg;
 
 if [ "${PV#}" = "${PV}" ] ; then

SRC_URI="https://github.com/sekrit-twc/zimg/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~ppc ppc64 x86"
+   KEYWORDS="amd64 ~arm ppc ppc64 x86"
S="${WORKDIR}/${PN}-release-${PV}/"
 fi
 



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

2017-02-22 Thread Tim Harder
commit: 1bc905b31bea938d36b9fad217b41262cd122d1d
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Feb 22 19:48:21 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Feb 22 20:57:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bc905b3

media-gfx/feh: version bump to 2.18.2

 media-gfx/feh/Manifest  |  1 +
 media-gfx/feh/feh-2.18.2.ebuild | 57 +
 2 files changed, 58 insertions(+)

diff --git a/media-gfx/feh/Manifest b/media-gfx/feh/Manifest
index 648074d354..5e3eb4e3f6 100644
--- a/media-gfx/feh/Manifest
+++ b/media-gfx/feh/Manifest
@@ -1,2 +1,3 @@
 DIST feh-2.18.1.tar.bz2 2127531 SHA256 
4c3840285eaf7ad474547d12870430d0392efdce4cf897666aa1ab02612e65b2 SHA512 
e046d836e94d0d8d3fc26995d997545955c670e19ad0138681952c4b61c94608d31e86b7c72940c45080f8fe65ae2d1fa01d92934e7b58d6e9b175660cbb3289
 WHIRLPOOL 
8041622471e74ce0017cc157365b6ecf9cc22c7fc5e391ca6b583c9d1e5399546cada7d357d2a9ac14081de73ebbacdacaa72cdc199ce9e4078e91ff1068
+DIST feh-2.18.2.tar.bz2 2127763 SHA256 
34be64648f8ada0bb666e226beac601f972b695c9cfa73339305124dbfcbc525 SHA512 
39a4b1499c3389f74c3692e1cbb774ce1fa41e206cc298c2589a24c91033f6c211e214661f29ae2c9f37e7846ff41d28e1b06015aecc917b422110a93bad5950
 WHIRLPOOL 
01b5045ef272e551bbeddbd84049f4a43a2d2e51e3fe0df49ecb5b525a413f44795ecd4db5b80f09b9dfa74761540b4d68783daf3a9f058cc334bb403d68d53a
 DIST feh-2.18.tar.bz2 2127627 SHA256 
9daebf5195511a5bde8061c932b5585b956c81193dfc00abcd758316d07ed40c SHA512 
f18493dd202dfa8f51756d466012ba5f668b4e0a4b075e14c8e246724eef11192c1cc0fcd87356a461e7da2b673960112166bf5fddb0916af66d2a229f965365
 WHIRLPOOL 
bcb4ec37be4cc7f34c7c676f4985054d01f09caf359b43c18fa972d5b4934223d63639cbf8571873ad433d45019914bda492864e15f80f72b5e8e3f87ffdf316

diff --git a/media-gfx/feh/feh-2.18.2.ebuild b/media-gfx/feh/feh-2.18.2.ebuild
new file mode 100644
index 00..c57c5def1e
--- /dev/null
+++ b/media-gfx/feh/feh-2.18.2.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils toolchain-funcs
+
+DESCRIPTION="A fast, lightweight imageviewer using imlib2"
+HOMEPAGE="http://feh.finalrewind.org/;
+SRC_URI="http://feh.finalrewind.org/${P}.tar.bz2;
+
+LICENSE="feh"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+IUSE="debug curl exif test xinerama"
+
+COMMON_DEPEND="media-libs/imlib2[X]
+   >=media-libs/libpng-1.2:0=
+   x11-libs/libX11
+   curl? ( net-misc/curl )
+   exif? ( media-libs/libexif )
+   xinerama? ( x11-libs/libXinerama )"
+RDEPEND="${COMMON_DEPEND}
+   virtual/jpeg:0"
+DEPEND="${COMMON_DEPEND}
+   x11-libs/libXt
+   x11-proto/xproto
+   test? (
+   >=dev-lang/perl-5.10
+   dev-perl/Test-Command
+   )"
+
+PATCHES=( "${FILESDIR}"/${PN}-2.6.2-debug-cflags.patch )
+
+pkg_setup() {
+   use_feh() { usex $1 1 0; }
+
+   fehopts=(
+   DESTDIR="${D}"
+   PREFIX="${EPREFIX}"/usr
+   doc_dir='${main_dir}'/share/doc/${PF}
+   example_dir='${main_dir}'/share/doc/${PF}/examples
+   curl=$(use_feh curl)
+   debug=$(use_feh debug)
+   xinerama=$(use_feh xinerama)
+   exif=$(use_feh exif)
+   )
+}
+
+src_compile() {
+   tc-export CC
+   emake "${fehopts[@]}"
+}
+
+src_install() {
+   emake "${fehopts[@]}" install
+}



[gentoo-commits] proj/openrc:master commit in: scripts/

2017-02-22 Thread William Hubbs
commit: f6ea16159ec8583a6f2182578334aa00578cb080
Author: William Hubbs  gmail  com>
AuthorDate: Wed Feb 22 20:25:02 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Feb 22 20:25:02 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=f6ea1615

scripts: make sure the rc-sstat symlink is always replaced

 scripts/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/Makefile b/scripts/Makefile
index 9a66c65d..13b8024f 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -13,7 +13,7 @@ endif
 _installafter:
 ifeq (${OS},Linux)
${INSTALL} -d ${DESTDIR}${SBINDIR}
-   ln -s ${DIR}/rc-sstat ${DESTDIR}/${SBINDIR}/rc-sstat
+   ln -sf ${DIR}/rc-sstat ${DESTDIR}/${SBINDIR}/rc-sstat
 endif
 
 include ${MK}/scripts.mk



[gentoo-commits] repo/gentoo:master commit in: app-crypt/dehydrated/, app-crypt/dehydrated/files/

2017-02-22 Thread Marc Schiffbauer
commit: 6ce4c1a22f884a46e8c8f5747f8b7f5bfcc3e141
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Wed Feb 22 20:50:03 2017 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Wed Feb 22 20:50:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ce4c1a2

app-crypt/dehydrated: revbump for better system integration

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-crypt/dehydrated/dehydrated-0.4.0-r1.ebuild | 64 +
 app-crypt/dehydrated/files/00_gentoo.sh |  2 +
 app-crypt/dehydrated/files/cron |  2 +
 3 files changed, 68 insertions(+)

diff --git a/app-crypt/dehydrated/dehydrated-0.4.0-r1.ebuild 
b/app-crypt/dehydrated/dehydrated-0.4.0-r1.ebuild
new file mode 100644
index 00..22618ac0ec
--- /dev/null
+++ b/app-crypt/dehydrated/dehydrated-0.4.0-r1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit user
+
+DESCRIPTION="a client for signing certificates with an ACME-server"
+HOMEPAGE="https://github.com/lukas2511/dehydrated;
+SRC_URI="https://github.com/lukas2511/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="virtual/cron"
+RDEPEND="
+   ${DEPEND}
+   app-shells/bash
+"
+
+src_configure() {
+   default
+   sed -i  's,^#CONFIG_D=.*",CONFIG_D="/etc/dehydrated/config.d",' 
docs/examples/config || die "could not set config"
+}
+
+src_install() {
+   dobin "${PN}"
+   insinto "/etc/${PN}"
+   doins docs/examples/{config,domains.txt,hook.sh}
+   dodoc docs/*.md
+
+   insinto /etc/"${PN}"/config.d
+   doins "${FILESDIR}"/00_gentoo.sh
+
+   insinto "/etc/cron.d"
+   newins "${FILESDIR}"/cron "${PN}"
+
+   dodir /etc/"${PN}"/config.d
+   keepdir /etc/"${PN}"/config.d
+
+   default
+}
+
+pkg_preinst() {
+   enewgroup "${PN}"
+   enewuser "${PN}" -1 -1 /var/lib/"${PN}" "${PN}"
+}
+
+pkg_postinst() {
+   if [[ "${REPLACING_VERSIONS}" =~ (0\.3\.1|0\.4\.0) ]]; then
+   ewarn ""
+   ewarn "The new default BASEDIR is now '/var/lib/dehydrated'"
+   ewarn "Please consider migrating your data with a command like"
+   ewarn ""
+   ewarn "  'mv -v /etc/dehydrated/{accounts,archive,certs,lock} 
/var/lib/dehydrated'"
+   ewarn ""
+   ewarn "and make sure BASEDIR is set to '/var/lib/dehydrated'"
+   ewarn ""
+   fi
+   einfo "See /etc/dehydrated/config for configuration."
+   einfo "After finishing setup you should enable the cronjob in 
/etc/cron.d/dehydrated."
+}

diff --git a/app-crypt/dehydrated/files/00_gentoo.sh 
b/app-crypt/dehydrated/files/00_gentoo.sh
new file mode 100644
index 00..99b6c0efee
--- /dev/null
+++ b/app-crypt/dehydrated/files/00_gentoo.sh
@@ -0,0 +1,2 @@
+# base config required for gentoo defaults
+BASEDIR="/var/lib/dehydrated"

diff --git a/app-crypt/dehydrated/files/cron b/app-crypt/dehydrated/files/cron
new file mode 100644
index 00..df03b5fcee
--- /dev/null
+++ b/app-crypt/dehydrated/files/cron
@@ -0,0 +1,2 @@
+# dehydrated cron job
+#0 2 * * * dehydrated /usr/bin/dehydrated --cron



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

2017-02-22 Thread Johannes Huber
commit: 76bd93ced6aa431ad5b4556e640191b0ea39ad7f
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Feb 22 20:45:34 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Feb 22 20:45:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76bd93ce

media-video/kaffeine: Version bump 2.0.6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-video/kaffeine/Manifest  |  1 +
 media-video/kaffeine/kaffeine-2.0.6.ebuild | 67 ++
 2 files changed, 68 insertions(+)

diff --git a/media-video/kaffeine/Manifest b/media-video/kaffeine/Manifest
index d8612fa5cd..84d894772e 100644
--- a/media-video/kaffeine/Manifest
+++ b/media-video/kaffeine/Manifest
@@ -1 +1,2 @@
 DIST kaffeine-2.0.5.tar.xz 2284712 SHA256 
e1610931e9475e8b86f9c75331f51fbeea22fab0c5fc6a1085325ab2ef055a8c SHA512 
2e0562debba616a1b5e3c8c635735e27473cea4ac9b21ab56b8babe5cfffd6f43bce82ecbdcb1d01c08722c08622110fd1b0d00aae779e9007ea82c5068680c2
 WHIRLPOOL 
df3d8bc26077bbd15199a426d77ca0725342c22c0c0c29915479a74f41c37b95579d202cd718e271b2ef7bc0fb6dfc1c921f14395f56040a6727d4830421f840
+DIST kaffeine-2.0.6.tar.xz 2295280 SHA256 
70cd8423a23717edc7c8f127bd41e5e98aa93cc5866615ed25a8da3e148464e6 SHA512 
ca2f036b629e750703536054dd6e28bc9b8191c3851a745f07548b756799243b3739cba9c7ec031be6eab64c18aa5f2eb96d37bcd0b11456e65eb67b016d1bc2
 WHIRLPOOL 
0d67538dc45f50cced9ab2c0b1adf1bf2367d823270118bf268ed2126c7bb1a65b09fabb51e2b60400fcf073de6fe917a4887d54edc3c13204433538d146

diff --git a/media-video/kaffeine/kaffeine-2.0.6.ebuild 
b/media-video/kaffeine/kaffeine-2.0.6.ebuild
new file mode 100644
index 00..8101c460e8
--- /dev/null
+++ b/media-video/kaffeine/kaffeine-2.0.6.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+inherit kde5
+
+DESCRIPTION="Media player with digital TV support by KDE"
+HOMEPAGE="https://kaffeine.kde.org/;
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="GPL-2+ handbook? ( FDL-1.3 )"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+CDEPEND="
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep solid)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtsql 'sqlite')
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtx11extras)
+   $(add_qt_dep qtxml)
+   media-libs/libv4l
+   media-video/vlc[X]
+   x11-libs/libXScrnSaver
+"
+DEPEND="${CDEPEND}
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+RDEPEND="${CDEPEND}
+   !media-video/kaffeine:4
+"
+
+DOCS=( Changelog NOTES README.md )
+
+src_prepare() {
+   kde5_src_prepare
+
+   # unused dependencies incorrectly added during the release process
+   # they do not appear in upstream git
+   sed -i \
+   -e "/find_package(KF5DocTools CONFIG REQUIRED)/d" \
+   -e "/kdoctools_install(po)/d" \
+   CMakeLists.txt || die
+}
+
+src_configure() {
+   # tools working on $HOME directory for a local git checkout
+   local mycmakeargs=(
+   -DBUILD_TOOLS=OFF
+   )
+
+   kde5_src_configure
+}



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

2017-02-22 Thread Brian Evans
commit: c29342029ee3f641c635b22cef245908a30c4f76
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Feb 22 20:40:48 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Feb 22 20:40:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2934202

dev-php/PEAR-PEAR: Stable all arches under ALLARCHES policy wrt bug 609552

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-php/PEAR-PEAR/PEAR-PEAR-1.10.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.1-r1.ebuild 
b/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.1-r1.ebuild
index c7f6d07843..373adebabe 100644
--- a/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.1-r1.ebuild
+++ b/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.1-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="PEAR Base System"
 HOMEPAGE="http://pear.php.net/package/${MY_PN};
 SRC_URI="http://pear.php.net/get/${MY_P}.tgz;
 LICENSE="MIT"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-macos"
 SLOT="0"
 IUSE=""
 



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

2017-02-22 Thread Brian Evans
commit: 888e3346bbdc5ae923ef5909de5274b51d633a3f
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Feb 22 20:31:09 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Feb 22 20:31:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=888e3346

dev-php/PEAR-XML_Util: Version bump and fix license

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-php/PEAR-XML_Util/Manifest| 1 +
 dev-php/PEAR-XML_Util/PEAR-XML_Util-1.3.0-r1.ebuild   | 2 +-
 .../{PEAR-XML_Util-1.3.0-r1.ebuild => PEAR-XML_Util-1.4.2.ebuild} | 4 ++--
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-php/PEAR-XML_Util/Manifest b/dev-php/PEAR-XML_Util/Manifest
index a37d39ebb1..ff451de080 100644
--- a/dev-php/PEAR-XML_Util/Manifest
+++ b/dev-php/PEAR-XML_Util/Manifest
@@ -1 +1,2 @@
 DIST XML_Util-1.3.0.tgz 17186 SHA256 
1396dbf975ae7235ec4131c40d772a3958d6086c34ea985a03e988e241c0892e SHA512 
751af0c2329bee53b6b374fc613ed8c388ace6b9d5246f7ecade0e74e5f41101bd14727e1bcd566d850aea5b336981daac92d6adb8d66dbe7425990460ef0633
 WHIRLPOOL 
d5dbbe9bcca96fdf11d009ea93c94b0eb3b2b332ad13ac23a8365a8e384d24b3da9e314fa56bd68c4b987d23a6a323772963f62390494b80f4be48a40d897195
+DIST XML_Util-1.4.2.tgz 18993 SHA256 
f6b5b180dbdd7ae24504007d83cf482d6105747ed4381019bdf3a61b78610239 SHA512 
e0a328f92cdcd09277238e14d68b73cba319ab9b4e9c50ab102b43f73c889599f5933415dc228bd1feb56a48c1527e0e9a86999ee2209b2d84131691aee74cbe
 WHIRLPOOL 
263788abc1093b736f6db7b7e19b8c72c7fdce3e2d1fd1a3f8747198d9fa60217869e7a5e18d4aea6878e016aaf8306276c59764ff23f07aa85888e60d493315

diff --git a/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.3.0-r1.ebuild 
b/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.3.0-r1.ebuild
index 2eba6c2ee8..acf2539d54 100644
--- a/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.3.0-r1.ebuild
+++ b/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.3.0-r1.ebuild
@@ -10,7 +10,7 @@ MY_P="${MY_PN}-${PV}"
 DESCRIPTION="XML utility class"
 HOMEPAGE="http://pear.php.net/package/${MY_PN};
 SRC_URI="http://pear.php.net/get/${MY_P}.tgz;
-LICENSE="PHP-2.02"
+LICENSE="BSD"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="examples"

diff --git a/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.3.0-r1.ebuild 
b/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.4.2.ebuild
similarity index 86%
copy from dev-php/PEAR-XML_Util/PEAR-XML_Util-1.3.0-r1.ebuild
copy to dev-php/PEAR-XML_Util/PEAR-XML_Util-1.4.2.ebuild
index 2eba6c2ee8..3701fd1e8c 100644
--- a/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.3.0-r1.ebuild
+++ b/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.4.2.ebuild
@@ -10,9 +10,9 @@ MY_P="${MY_PN}-${PV}"
 DESCRIPTION="XML utility class"
 HOMEPAGE="http://pear.php.net/package/${MY_PN};
 SRC_URI="http://pear.php.net/get/${MY_P}.tgz;
-LICENSE="PHP-2.02"
+LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="examples"
 
 # PCRE is needed for a few calls to preg_replace and preg_match.



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

2017-02-22 Thread Ian Stakenvicius
commit: cfc564e94e64013121a4c04a5fad28f783acc517
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Wed Feb 22 20:12:15 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Wed Feb 22 20:12:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfc564e9

Revert "sys-devel/autoconf: drop old SLOT=2.5 versions"

This reverts commit b7aa8161d89b41dc641883c60bacfd671fafcd9e.

autoconf-2.69 was included in this commit and is stable on many arches,
very much breaking the deptree.

 sys-devel/autoconf/autoconf-2.69-r1.ebuild | 38 
 sys-devel/autoconf/autoconf-2.69.ebuild| 57 ++
 2 files changed, 95 insertions(+)

diff --git a/sys-devel/autoconf/autoconf-2.69-r1.ebuild 
b/sys-devel/autoconf/autoconf-2.69-r1.ebuild
new file mode 100644
index 00..d8cbfdceb3
--- /dev/null
+++ b/sys-devel/autoconf/autoconf-2.69-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="4"
+
+# For usex.
+inherit eutils
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="git://git.savannah.gnu.org/${PN}.git
+   http://git.savannah.gnu.org/r/${PN}.git;
+   inherit git-2
+else
+   SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
+   ftp://alpha.gnu.org/pub/gnu/${PN}/${P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+fi
+
+DESCRIPTION="Used to create autoconfiguration files"
+HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html;
+
+LICENSE="GPL-3"
+SLOT="2.5"
+IUSE="emacs"
+
+DEPEND=">=sys-devel/m4-1.4.16
+   >=dev-lang/perl-5.6"
+RDEPEND="${DEPEND}
+   >=sys-devel/autoconf-wrapper-13"
+PDEPEND="emacs? ( app-emacs/autoconf-mode )"
+
+if [[ -z ${__EBLITS__} && -n ${FILESDIR} ]] ; then
+   source "${FILESDIR}"/eblits/main.eblit || die
+fi
+src_prepare()   { eblit-run src_prepare   ; }
+src_configure() { eblit-run src_configure ; }
+src_install()   { eblit-run src_install   ; }

diff --git a/sys-devel/autoconf/autoconf-2.69.ebuild 
b/sys-devel/autoconf/autoconf-2.69.ebuild
new file mode 100644
index 00..1282cb3788
--- /dev/null
+++ b/sys-devel/autoconf/autoconf-2.69.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="3"
+
+inherit eutils
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="git://git.savannah.gnu.org/${PN}.git
+   http://git.savannah.gnu.org/r/${PN}.git;
+   inherit git-2
+else
+   SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
+   ftp://alpha.gnu.org/pub/gnu/${PN}/${P}.tar.xz;
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+fi
+
+DESCRIPTION="Used to create autoconfiguration files"
+HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html;
+
+LICENSE="GPL-3"
+SLOT="2.5"
+IUSE="emacs"
+
+DEPEND=">=sys-devel/m4-1.4.16
+   >=dev-lang/perl-5.6"
+RDEPEND="${DEPEND}
+   >=sys-devel/autoconf-wrapper-13"
+PDEPEND="emacs? ( app-emacs/autoconf-mode )"
+
+src_prepare() {
+   if [[ ${PV} == "" ]] ; then
+   autoreconf -f -i || die
+   fi
+   find -name Makefile.in -exec sed -i '/^pkgdatadir/s:$:-@VERSION@:' {} +
+}
+
+src_configure() {
+   # Disable Emacs in the build system since it is in a separate package.
+   export EMACS=no
+   econf --program-suffix="-${PV}" || die
+   # econf updates config.{sub,guess} which forces the manpages
+   # to be regenerated which we dont want to do #146621
+   touch man/*.1
+}
+
+src_install() {
+   emake DESTDIR="${D}" install || die
+   dodoc AUTHORS BUGS NEWS README TODO THANKS \
+   ChangeLog ChangeLog.0 ChangeLog.1 ChangeLog.2
+
+   local f
+   for f in "${ED}"/usr/share/info/*.info* ; do
+   mv "${f}" "${f/.info/-${SLOT}.info}" || die
+   done
+}



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

2017-02-22 Thread Ian Stakenvicius
commit: 1824860d0f3855bb6501858df89b11f52405ae31
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Wed Feb 22 20:17:03 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Wed Feb 22 20:17:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1824860d

sys-devel/autoconf: drop only old ~arch SLOT=2.5 versions

This commit attempts to do what b7aa8161d89b41dc6 was probably meant
to do, until autoconf-2.69-r2 can be stabilized.

Package-Manager: portage-2.3.3

 sys-devel/autoconf/autoconf-2.69-r1.ebuild | 38 --
 1 file changed, 38 deletions(-)

diff --git a/sys-devel/autoconf/autoconf-2.69-r1.ebuild 
b/sys-devel/autoconf/autoconf-2.69-r1.ebuild
deleted file mode 100644
index d8cbfdceb3..00
--- a/sys-devel/autoconf/autoconf-2.69-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-# For usex.
-inherit eutils
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="git://git.savannah.gnu.org/${PN}.git
-   http://git.savannah.gnu.org/r/${PN}.git;
-   inherit git-2
-else
-   SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
-   ftp://alpha.gnu.org/pub/gnu/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
-fi
-
-DESCRIPTION="Used to create autoconfiguration files"
-HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html;
-
-LICENSE="GPL-3"
-SLOT="2.5"
-IUSE="emacs"
-
-DEPEND=">=sys-devel/m4-1.4.16
-   >=dev-lang/perl-5.6"
-RDEPEND="${DEPEND}
-   >=sys-devel/autoconf-wrapper-13"
-PDEPEND="emacs? ( app-emacs/autoconf-mode )"
-
-if [[ -z ${__EBLITS__} && -n ${FILESDIR} ]] ; then
-   source "${FILESDIR}"/eblits/main.eblit || die
-fi
-src_prepare()   { eblit-run src_prepare   ; }
-src_configure() { eblit-run src_configure ; }
-src_install()   { eblit-run src_install   ; }



  1   2   3   >