[gentoo-commits] repo/gentoo:master commit in: gnome-base/gdm/files/, gnome-base/gdm/

2016-11-20 Thread Remi Cardona
commit: 718d926ecbdef169e5b3242f868ee30a20da07d1
Author: Rémi Cardona  gentoo  org>
AuthorDate: Mon Nov 21 07:47:21 2016 +
Commit: Remi Cardona  gentoo  org>
CommitDate: Mon Nov 21 07:47:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=718d926e

gnome-base/gdm: install pam_gdm.so in correct location, bug #599714

Package-Manager: portage-2.3.2

 .../gdm/files/gdm-3.22.1-pam-module-dir.patch  |  52 +
 gnome-base/gdm/gdm-3.22.1-r1.ebuild| 220 +
 2 files changed, 272 insertions(+)

diff --git a/gnome-base/gdm/files/gdm-3.22.1-pam-module-dir.patch 
b/gnome-base/gdm/files/gdm-3.22.1-pam-module-dir.patch
new file mode 100644
index ..7dc4392
--- /dev/null
+++ b/gnome-base/gdm/files/gdm-3.22.1-pam-module-dir.patch
@@ -0,0 +1,52 @@
+From 4fc9023bb86689f1391651fa744d9e63ee1d7bbc Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?R=C3=A9mi=20Cardona?= 
+Date: Mon, 21 Nov 2016 08:18:32 +0100
+Subject: [PATCH] pam_gdm: allow setting pam module dir at configure time
+
+Code taken almost verbatim from gnome-keyring.
+---
+ configure.ac| 10 +-
+ pam_gdm/Makefile.am |  2 +-
+ 2 files changed, 10 insertions(+), 2 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index dd98992..e0074dd 100644
+--- a/configure.ac
 b/configure.ac
+@@ -476,7 +476,7 @@ dnl 
---
+ dnl - Check for PAM stuff
+ dnl 
---
+ 
+-dnl PAM prefix
++dnl PAM prefix (configuration files)
+ withval=""
+ AC_ARG_WITH(pam-prefix,
+ AS_HELP_STRING([--with-pam-prefix=],
+@@ -492,6 +492,14 @@ else
+ fi
+ AC_SUBST(PAM_PREFIX)
+ 
++dnl PAM dir (dynamic modules)
++AC_ARG_WITH([pam-dir],
++[AC_HELP_STRING([--with-pam-dir=DIR],
++ [directory to install pam modules in])],
++ [], [with_pam_dir='${libdir}/security'])
++PAM_DEST_DIR="$with_pam_dir"
++AC_SUBST(PAM_DEST_DIR)
++
+ have_pam=no
+ AC_CHECK_LIB(pam, pam_start, have_pam=yes)
+ 
+diff --git a/pam_gdm/Makefile.am b/pam_gdm/Makefile.am
+index 61d672b..980b31c 100644
+--- a/pam_gdm/Makefile.am
 b/pam_gdm/Makefile.am
+@@ -36,4 +36,4 @@ pam_gdm_LTLIBRARIES = \
+   pam_gdm.la \
+   $(END_OF_LIST)
+ 
+-pam_gdmdir = $(libdir)/security
++pam_gdmdir = $(PAM_DEST_DIR)
+-- 
+2.10.2
+

diff --git a/gnome-base/gdm/gdm-3.22.1-r1.ebuild 
b/gnome-base/gdm/gdm-3.22.1-r1.ebuild
new file mode 100644
index ..bf9b916
--- /dev/null
+++ b/gnome-base/gdm/gdm-3.22.1-r1.ebuild
@@ -0,0 +1,220 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit autotools eutils gnome2 pam readme.gentoo-r1 systemd user versionator
+
+DESCRIPTION="GNOME Display Manager for managing graphical display servers and 
user logins"
+HOMEPAGE="https://wiki.gnome.org/Projects/GDM";
+
+SRC_URI="${SRC_URI}
+   branding? ( 
http://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz
 )
+"
+
+LICENSE="
+   GPL-2+
+   branding? ( CC-Sampling-Plus-1.0 )
+"
+
+SLOT="0"
+
+IUSE="accessibility audit branding fprint +introspection ipv6 plymouth selinux 
smartcard tcpd test wayland xinerama"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+
+# NOTE: x11-base/xorg-server dep is for X_SERVER_PATH etc, bug #295686
+# nspr used by smartcard extension
+# dconf, dbus and g-s-d are needed at install time for dconf update
+# We need either systemd or >=openrc-0.12 to restart gdm properly, bug #463784
+COMMON_DEPEND="
+   app-text/iso-codes
+   >=dev-libs/glib-2.36:2[dbus]
+   >=x11-libs/gtk+-2.91.1:3
+   >=gnome-base/dconf-0.20
+   >=gnome-base/gnome-settings-daemon-3.1.4
+   gnome-base/gsettings-desktop-schemas
+   >=media-libs/fontconfig-2.5.0:1.0
+   >=media-libs/libcanberra-0.4[gtk3]
+   sys-apps/dbus
+   >=sys-apps/accountsservice-0.6.12
+
+   x11-apps/sessreg
+   x11-base/xorg-server
+   x11-libs/libXi
+   x11-libs/libXau
+   x11-libs/libX11
+   x11-libs/libXdmcp
+   x11-libs/libXext
+   x11-libs/libXft
+   >=x11-misc/xdg-utils-1.0.2-r3
+
+   virtual/pam
+
+   >=sys-apps/systemd-186:0=[pam]
+
+   sys-auth/pambase[systemd]
+
+   audit? ( sys-process/audit )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   plymouth? ( sys-boot/plymouth )
+   selinux? ( sys-libs/libselinux )
+   tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
+   xinerama? ( x11-libs/libXinerama )
+"
+# XXX: These deps are from session and desktop files in data/ directory
+# fprintd is used via dbus by gdm-fingerprint-extension
+# gnome-session-3.6 needed to avoid freezing with orca
+RDEPEND="${COMMON_DEPEND}
+   >=gnome-base/gnome-session-3.6
+   >=gnome-base/gnome-shell-3.1.90

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

2016-11-20 Thread Hans de Graaff
commit: b749611ca547f66f02d808fd9b9141dd850ad4ef
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Nov 21 05:55:02 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Nov 21 05:55:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b749611c

dev-ruby/parser: add 2.3.2.0

Package-Manager: portage-2.3.0

 dev-ruby/parser/Manifest  |  1 +
 dev-ruby/parser/parser-2.3.2.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/parser/Manifest b/dev-ruby/parser/Manifest
index 4262fec..f8b24d7 100644
--- a/dev-ruby/parser/Manifest
+++ b/dev-ruby/parser/Manifest
@@ -1,3 +1,4 @@
 DIST parser-2.3.1.2.gem 541184 SHA256 
66c6681c1703c435b93c8173443f5aaaf8c000c1052f7897b19d23f107d2ac3b SHA512 
8c7e5635153255e283b8bb14765ce1b869eb3cfa93863ac30668e17257b49af929e0b1febc1b888acab093dab51d434758b7fb147247d99d9e5aa96fcd7d4cc1
 WHIRLPOOL 
b3cd038e4c712a810cf234d85174e348dc759ba6ada4fe4cb6c99b37ce73fde7819b6f4d85f34b9cfe5835cb8d3f6ca06e8cf2600eea0f1c58ae9aa8f1f658d9
 DIST parser-2.3.1.3.gem 542720 SHA256 
6fe26adc2f815c4d63e549314c7d4d7d818ef3fb412cc3ada3ee410652a96f91 SHA512 
ebeff655c8cb27195d54b32d09d36605a30da51dd4d36f64fe23f5f3d46870c2399cd054765f016122326d4cad634cd8189168e3a300b313ce43c12d3141404a
 WHIRLPOOL 
a8904146d1af9febf8e8680ad9b555dfd4949b4795711a101163b8d189baa54242b8be23f0a9f2e28d010207ce72c57fb14b3a5c0a694a0c7dc27e55f09ee835
 DIST parser-2.3.1.4.gem 542720 SHA256 
a151d8a39ab06e05365c940209f745728f5d0b4388c669eb3cde04ef18ce2251 SHA512 
841fc0237c5481568a8a2aec1bf3f8bfeddb19fe06be1f915d273fac65ab923f2853e64ab0084fe74f9c362b19f1ebe1b83d91dce9a0bec5f78496805e094275
 WHIRLPOOL 
5f101f89ff3efdb209688d546e4fd24940ad3abc51adb305ea4b22ca5d14cd7d88ade7cebed9aaa052276cf2aeeafb9d6a820f39bdcd0789f26b5e68457a9a92
+DIST parser-2.3.2.0.gem 543744 SHA256 
379f6588063ba6baed2fac731e2cca096ecfbfdcd2890f747994240fe8ebeb7d SHA512 
465119ec69e621cb59fd74685a825000725b537a3b0b178cb5dd48f35589cdb86a79ee0b7f86517c25d9742e9fd1dd414657623a0e0f46e8b69253eb7e10d081
 WHIRLPOOL 
e4b534b9b775be2acde1a90bfa17f4373b1f9bd5c481de77ea89f5f23fe458dd8af59e908aee7d7a18b338031ed556299b228eeea4eeb30cd13e497df438b999

diff --git a/dev-ruby/parser/parser-2.3.2.0.ebuild 
b/dev-ruby/parser/parser-2.3.2.0.ebuild
new file mode 100644
index ..18dc117
--- /dev/null
+++ b/dev-ruby/parser/parser-2.3.2.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_TASK_TEST="test"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_VERSION="${PV/_pre/.pre.}"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A production-ready Ruby parser written in pure Ruby"
+HOMEPAGE="https://github.com/whitequark/parser";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest:5
+   dev-ruby/racc
+   dev-ruby/cliver )"
+ruby_add_rdepend ">=dev-ruby/ast-2.2:0"
+
+all_ruby_prepare() {
+   sed -i -e "/[Bb]undler/d" Rakefile || die
+   sed -i -e "/simplecov/,+35d" test/helper.rb || die
+}



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

2016-11-20 Thread Hans de Graaff
commit: dcd3f179350e7b4ab58d3c70f35f28e01d6a7f19
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Nov 21 06:01:23 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Nov 21 06:01:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcd3f179

dev-ruby/hoe: add 3.15.3

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/hoe/Manifest b/dev-ruby/hoe/Manifest
index 0ebea4b..e846039 100644
--- a/dev-ruby/hoe/Manifest
+++ b/dev-ruby/hoe/Manifest
@@ -1,3 +1,4 @@
 DIST hoe-3.13.0.gem 130048 SHA256 
a74013aa6749ab10f0db92e9ad56e735d407104baa0981bf0d10dc2feacefef7 SHA512 
0b6b109a063811651787ccf3d63eff2944024013a75c0c3362056d2fba6668141b7541fff8e53a9ef414899adc560546a98c452878aa5c53620a115fef7ce242
 WHIRLPOOL 
3639b1b2d984110ab234e5d48744f362031c312ebb47d5994c102e2aa71e6b83039b5bf9549b951b3d653b6c131f39d489602787c6a1fb7cbefb3171a5f1a9b8
 DIST hoe-3.14.1.gem 130048 SHA256 
dc2a2cc4ce1d856fd57a8e1d87455eae4025c9b1380e362fb75397de8ec323e5 SHA512 
2bce2691a0cfa1d573987cdbf6f54390b5f3a5c93b06d5542309ccff7a17e834ecd5eec50b41cab9c6c5d355721428626644b17fb3ac8c9db23b74984666d3dc
 WHIRLPOOL 
14b4cfca20346b07c2d584988864baea38098bb07a60e86e77d01e3b4bf1be40e2470729f81083d1172f3a2b2a1c85b5e917a2d2a7c530adfa453ddde4a24b69
 DIST hoe-3.15.2.gem 188416 SHA256 
f76b3503ba8dc1906ccd37e293a979b54dbc43ef49f6c2effbeddc9d64723ee6 SHA512 
1d15551c59b9314d8c5a4514f93491100c9d31c0011fde34c937d9ee12cba3b073e112950659173034f754cf57f5d4b602487fd933b23ed8c23c3a1bcbcacf3f
 WHIRLPOOL 
d423ad2c5eee095045299877ea65cb04991096f89878f4d245b51463524952feff8a0002cd46841d51d587d5b85d950ed933238a52f0e0b68e2fae2a3313aee3
+DIST hoe-3.15.3.gem 188416 SHA256 
4e772892e8f23055adc7f8579153fc37b0636cbcb31e6e57b1e06b7fd55de717 SHA512 
04800928b5966334bb4529fb1d1374f2027020f936f1e890bbc429a7995cac2e7951054bfe26388c42b2809d802fb234da83aaca97358ff9356a8347a7cf12ac
 WHIRLPOOL 
92008c05bad3e1c14f12e8defd15f97a173f5a8ad98f55d998af6ce7a617b1ebf9b9e53965ffacdfb3a9ef1a1b92cd1515ee88c744eec25cbbfc1c4cc85da38a

diff --git a/dev-ruby/hoe/hoe-3.15.3.ebuild b/dev-ruby/hoe/hoe-3.15.3.ebuild
new file mode 100644
index ..ee583da
--- /dev/null
+++ b/dev-ruby/hoe/hoe-3.15.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="History.rdoc Manifest.txt README.rdoc"
+
+RUBY_FAKEGEM_EXTRAINSTALL="template"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Hoe extends rake to provide full project automation"
+HOMEPAGE="https://www.zenspider.com/projects/hoe.html";
+
+LICENSE="MIT"
+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 ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.9:5 )"
+
+ruby_add_rdepend ">=dev-ruby/rake-0.8.7 

[gentoo-commits] repo/gentoo:master commit in: app-editors/atom/files/, app-editors/atom/

2016-11-20 Thread Göktürk Yüksek
commit: 60deb5cf5ced4e641e8d6dbf01633083efb17509
Author: Elvis Pranskevichus  magic  io>
AuthorDate: Sun Nov 20 17:54:48 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Nov 21 05:12:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60deb5cf

app-editors/atom: Drop old versions

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=596758

Package-Manager: portage-2.3.0

 app-editors/atom/Manifest |  23 --
 app-editors/atom/atom-1.10.2.ebuild   | 398 --
 app-editors/atom/atom-1.12.2.ebuild   |   2 +-
 app-editors/atom/atom-1.7.4-r4.ebuild | 458 --
 app-editors/atom/atom-1.8.0-r1.ebuild | 458 --
 app-editors/atom/files/asar-require.patch |  45 ---
 6 files changed, 1 insertion(+), 1383 deletions(-)

diff --git a/app-editors/atom/Manifest b/app-editors/atom/Manifest
index 7a18b4f..0e8e0bf 100644
--- a/app-editors/atom/Manifest
+++ b/app-editors/atom/Manifest
@@ -1,38 +1,15 @@
 DIST asar-0.12.1.tar.gz 1016626 SHA256 
731714f0036318fe0878b517391a01977954bb088d4dbc7dd98682ff1e03c0e7 SHA512 
fc64be9b11215426d405f7acd7adf6c0eead3135b0012baf6d168a13c77675058a4e2c60682928ac014e4bef4538d452ad745d1e87dd315387997a19e04718a7
 WHIRLPOOL 
d73b8bb459724bb3b011de312171519c1f1954a94ce1bb0a20eb9877c168baa82a15786d3ab420d5b3d32ce8a11333e85f844b43c21cbd56c3b019e73774388e
-DIST atom-1.10.2.rpm 67753816 SHA256 
18ad153c932ef41e9c6b8394eeb114005c4d9c317a30dac238ecb51b78920c16 SHA512 
1cc4ca2adec2fee66c30c4ef3b0c8f5613a83a54608a7c3bc677680db7657c8c6128a3e1c424251a7b2e9a13b6bc84ee280ec0ee7ea70815784a0432558ec17c
 WHIRLPOOL 
288748edb89f466dc471ed22f008c84ba3a377fd50defa70a45059ae78a9e805026c97d4438b587472fbb37c15b63afb80c1910c5da87adf5a288fe198ec34a3
 DIST atom-1.12.2.rpm 84876214 SHA256 
bcf95d7a8f4105c016d2940540d7c8db9bf0948a7dc8b5411294bd0fac48ec15 SHA512 
a63af5e0da6ce0e9cc70c47da55b13fe463903c27a7df4e7ce311f08ed16fb4e04712678479661febcdf70afa400e3a8235d540bacaf4078e92b1e3d42fdfc11
 WHIRLPOOL 
4d6793741496cc240da18540bb74751b193e293a2df14c365c8fed2a2672422f87b36c5faf324790cc45951c8006a4b482656e8c8d3fd46d723c12c8ca073b4e
-DIST atom-1.7.4.rpm 64439092 SHA256 
601ffa5d683b02cbd95bc65c76e28ecc091b7f12092b69c6e65eb93e941450e6 SHA512 
4033c8bc36ba43332a1c7e08cf0fa5deaefb53152b7a56c8ca5f9c68bd88761fb54c57aa031c6702d46ce531cf1e9a8a24d2b7271fe0017a022bc4671d85d68d
 WHIRLPOOL 
4adf85334482c49104bc6b1e96753f5c3d5243b799a6d745bd7770968d57b0ddaebee1fea382542a4219849f360f04d6ffc9d0eede5f6eb0d5e3ead3989fea03
-DIST atom-1.8.0.rpm 64364944 SHA256 
7e9d64fd894ac8c307c377714cfb8d6ace44f80f09fec9222cd2e7858459a2d7 SHA512 
1766cbb5a3cf544962a4adc2df4bc8de79d0ae8b90273e5798920f264dba100adf8f1bdfc2b7011c9d666f59bbc328dbf024ccab369ac76ebe6961c050f6e748
 WHIRLPOOL 
652a815a500cca79431a79dd43b8c0f73c3b7c7a387dc0bf5e89ef828df23670ab6a87df0737e66bd80b87ef474772ef31c27e17d014092ae33515ce1da10afc
 DIST atom-cached-run-in-this-context-0.4.1.tar.gz 3855 SHA256 
5487e7641d5031e652deeef8bebe2d3af4e4d2b89989dd8700bf14e33843ce89 SHA512 
dca2a6c77bb94e704aa99b405ae017bf0c56ce536a7246a8feaf133722556d444fb684cd6b9b475abcd0b946a42073a9fc0d61f5141b564320ac023ab2fbf79d
 WHIRLPOOL 
573d0f703989f31109854f0eb324d6b1364e93cd057c4cfe20409415dee3101964cacabc246d4df43124dad881d8fec8575c6bbb23ba98698e6c73cf3c5614d4
 DIST atom-git-utils-4.1.2.tar.gz 36492 SHA256 
fd627647742359946d3b8f88bc91dd4d68a047dcba5bfafbd690e1a20afeb908 SHA512 
d1f0a5bbd6b059131ccf4ab92174d80caddbb254ea6d0676a5ce71d7dba55d60c86ed1c412862b9d104a5f6deb2671facad84841f9644afb9b37416b743e917a
 WHIRLPOOL 
4ee4620b0208a30f848167fffce05c5999d38bf5a3e50567e6bcf295fdafc7861e870346cfeb28a61392e7a737e100f90ae1dbd25066469926e3148006e02937
-DIST atom-keyboard-layout-1.0.0.tar.gz 6430 SHA256 
d3f20f0765b7a243c3cfa3e49360851404977c2ed6e84dc84e9aaf28d8547d03 SHA512 
a96b77c29eb1f5367f1d60ddc501fdd6e507fc92f980974bb2c1bec923b264e73104650180722819946e075284a928b4aaa01f8594365186bd8530a0179c7ff5
 WHIRLPOOL 
693f4a1546e0ca772ea2b2f860e6c2cf55f645031eb516021107296a3a05fca9086de62080255abae55c0ea42cc0f5aeeba26e6dd0b7eb274a8b69135bbf79c9
-DIST atom-keyboard-layout-1.0.1.tar.gz 6512 SHA256 
aed0c2745acaadf4c5fdcb74df4f0c0ad6fd6cb53742567c80a8220dc041aace SHA512 
4d369a0a5cf9053929f20f21f3955703f5df6d44629a0208afd88d1d11af52fd30af6930de89480ab796f83202c21d42afbb56765cef0efb3b2ea381a9804081
 WHIRLPOOL 
d600811081270a81c4ffb46883d24c5dca5c78023d83b6fce3375dd6ef140f39c7b83a4b8e4bcfcf304d8032b18c9461612316c71a8246ddb7465c1b3d781fd3
 DIST atom-keyboard-layout-2.0.1.tar.gz 18561 SHA256 
057d01745b5cfb47381aa89d64344d4c1576d3b490756a25e3f616bfc68f6516 SHA512 
f5b90c1c83574cd2cb49c82d11fabadb58ec41d34b5b6ea17b28b8a34b22ed9ce1afb1602cf1d3d28ba79e3cebcb60d8659201eea4c5294e0db2b29d7632b07a
 WHIRLPOOL 
a859b0d364b9059f4482b52f049e9a420bf356e00a5cfe5b657fbd0e1868fd6cd2bf39846560b88c9763e1ebc54fb7acb025a67af21182b00c3f83b380f4443f
-DIST atom-marker-index-3.1.0.tar.gz 18065 SHA256

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

2016-11-20 Thread Göktürk Yüksek
commit: da122d84cdf1bffcfa851c4277bf38dd894ab902
Author: Elvis Pranskevichus  magic  io>
AuthorDate: Sat Nov 19 19:20:03 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Nov 21 05:12:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da122d84

app-editors/atom: Use newer bash syntax

Package-Manager: portage-2.3.0

 app-editors/atom/atom-1.12.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-editors/atom/atom-1.12.2.ebuild 
b/app-editors/atom/atom-1.12.2.ebuild
index 70fdd96..26f89e4 100644
--- a/app-editors/atom/atom-1.12.2.ebuild
+++ b/app-editors/atom/atom-1.12.2.ebuild
@@ -150,9 +150,9 @@ easar() {
 }
 
 package_dir() {
-   local binmod="${1}" binmod_v
-   eval binmod_v=\${$(tr '[:lower:]' '[:upper:]' <<< ${binmod//-/_}_V)}
-   echo -n ${binmod}-${binmod_v}
+   local binmod="${1//-/_}"
+   local binmod_v="${binmod^^}_V"
+   echo -n ${1}-${!binmod_v}
 }
 
 _unpack_npm_package() {



[gentoo-commits] repo/gentoo:master commit in: app-editors/atom/files/, app-editors/atom/

2016-11-20 Thread Göktürk Yüksek
commit: fa7a6c34df2baede60bd5b9134bf34753259ab1d
Author: Elvis Pranskevichus  magic  io>
AuthorDate: Mon Nov 14 19:58:18 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Nov 21 05:11:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa7a6c34

app-editors/atom: Version bump to 1.12.2

Gentoo-Bug: https://bugs.gentoo.org/597442

Package-Manager: portage-2.3.0

 app-editors/atom/Manifest  |   4 +
 app-editors/atom/atom-1.12.2.ebuild| 403 +
 app-editors/atom/files/atom-apm-path.patch |   4 +-
 app-editors/atom/files/atom-license-path.patch |  11 +
 app-editors/atom/files/atom-python.patch   |   4 +-
 5 files changed, 422 insertions(+), 4 deletions(-)

diff --git a/app-editors/atom/Manifest b/app-editors/atom/Manifest
index b940055..7a18b4f 100644
--- a/app-editors/atom/Manifest
+++ b/app-editors/atom/Manifest
@@ -1,17 +1,21 @@
 DIST asar-0.12.1.tar.gz 1016626 SHA256 
731714f0036318fe0878b517391a01977954bb088d4dbc7dd98682ff1e03c0e7 SHA512 
fc64be9b11215426d405f7acd7adf6c0eead3135b0012baf6d168a13c77675058a4e2c60682928ac014e4bef4538d452ad745d1e87dd315387997a19e04718a7
 WHIRLPOOL 
d73b8bb459724bb3b011de312171519c1f1954a94ce1bb0a20eb9877c168baa82a15786d3ab420d5b3d32ce8a11333e85f844b43c21cbd56c3b019e73774388e
 DIST atom-1.10.2.rpm 67753816 SHA256 
18ad153c932ef41e9c6b8394eeb114005c4d9c317a30dac238ecb51b78920c16 SHA512 
1cc4ca2adec2fee66c30c4ef3b0c8f5613a83a54608a7c3bc677680db7657c8c6128a3e1c424251a7b2e9a13b6bc84ee280ec0ee7ea70815784a0432558ec17c
 WHIRLPOOL 
288748edb89f466dc471ed22f008c84ba3a377fd50defa70a45059ae78a9e805026c97d4438b587472fbb37c15b63afb80c1910c5da87adf5a288fe198ec34a3
+DIST atom-1.12.2.rpm 84876214 SHA256 
bcf95d7a8f4105c016d2940540d7c8db9bf0948a7dc8b5411294bd0fac48ec15 SHA512 
a63af5e0da6ce0e9cc70c47da55b13fe463903c27a7df4e7ce311f08ed16fb4e04712678479661febcdf70afa400e3a8235d540bacaf4078e92b1e3d42fdfc11
 WHIRLPOOL 
4d6793741496cc240da18540bb74751b193e293a2df14c365c8fed2a2672422f87b36c5faf324790cc45951c8006a4b482656e8c8d3fd46d723c12c8ca073b4e
 DIST atom-1.7.4.rpm 64439092 SHA256 
601ffa5d683b02cbd95bc65c76e28ecc091b7f12092b69c6e65eb93e941450e6 SHA512 
4033c8bc36ba43332a1c7e08cf0fa5deaefb53152b7a56c8ca5f9c68bd88761fb54c57aa031c6702d46ce531cf1e9a8a24d2b7271fe0017a022bc4671d85d68d
 WHIRLPOOL 
4adf85334482c49104bc6b1e96753f5c3d5243b799a6d745bd7770968d57b0ddaebee1fea382542a4219849f360f04d6ffc9d0eede5f6eb0d5e3ead3989fea03
 DIST atom-1.8.0.rpm 64364944 SHA256 
7e9d64fd894ac8c307c377714cfb8d6ace44f80f09fec9222cd2e7858459a2d7 SHA512 
1766cbb5a3cf544962a4adc2df4bc8de79d0ae8b90273e5798920f264dba100adf8f1bdfc2b7011c9d666f59bbc328dbf024ccab369ac76ebe6961c050f6e748
 WHIRLPOOL 
652a815a500cca79431a79dd43b8c0f73c3b7c7a387dc0bf5e89ef828df23670ab6a87df0737e66bd80b87ef474772ef31c27e17d014092ae33515ce1da10afc
 DIST atom-cached-run-in-this-context-0.4.1.tar.gz 3855 SHA256 
5487e7641d5031e652deeef8bebe2d3af4e4d2b89989dd8700bf14e33843ce89 SHA512 
dca2a6c77bb94e704aa99b405ae017bf0c56ce536a7246a8feaf133722556d444fb684cd6b9b475abcd0b946a42073a9fc0d61f5141b564320ac023ab2fbf79d
 WHIRLPOOL 
573d0f703989f31109854f0eb324d6b1364e93cd057c4cfe20409415dee3101964cacabc246d4df43124dad881d8fec8575c6bbb23ba98698e6c73cf3c5614d4
 DIST atom-git-utils-4.1.2.tar.gz 36492 SHA256 
fd627647742359946d3b8f88bc91dd4d68a047dcba5bfafbd690e1a20afeb908 SHA512 
d1f0a5bbd6b059131ccf4ab92174d80caddbb254ea6d0676a5ce71d7dba55d60c86ed1c412862b9d104a5f6deb2671facad84841f9644afb9b37416b743e917a
 WHIRLPOOL 
4ee4620b0208a30f848167fffce05c5999d38bf5a3e50567e6bcf295fdafc7861e870346cfeb28a61392e7a737e100f90ae1dbd25066469926e3148006e02937
 DIST atom-keyboard-layout-1.0.0.tar.gz 6430 SHA256 
d3f20f0765b7a243c3cfa3e49360851404977c2ed6e84dc84e9aaf28d8547d03 SHA512 
a96b77c29eb1f5367f1d60ddc501fdd6e507fc92f980974bb2c1bec923b264e73104650180722819946e075284a928b4aaa01f8594365186bd8530a0179c7ff5
 WHIRLPOOL 
693f4a1546e0ca772ea2b2f860e6c2cf55f645031eb516021107296a3a05fca9086de62080255abae55c0ea42cc0f5aeeba26e6dd0b7eb274a8b69135bbf79c9
 DIST atom-keyboard-layout-1.0.1.tar.gz 6512 SHA256 
aed0c2745acaadf4c5fdcb74df4f0c0ad6fd6cb53742567c80a8220dc041aace SHA512 
4d369a0a5cf9053929f20f21f3955703f5df6d44629a0208afd88d1d11af52fd30af6930de89480ab796f83202c21d42afbb56765cef0efb3b2ea381a9804081
 WHIRLPOOL 
d600811081270a81c4ffb46883d24c5dca5c78023d83b6fce3375dd6ef140f39c7b83a4b8e4bcfcf304d8032b18c9461612316c71a8246ddb7465c1b3d781fd3
+DIST atom-keyboard-layout-2.0.1.tar.gz 18561 SHA256 
057d01745b5cfb47381aa89d64344d4c1576d3b490756a25e3f616bfc68f6516 SHA512 
f5b90c1c83574cd2cb49c82d11fabadb58ec41d34b5b6ea17b28b8a34b22ed9ce1afb1602cf1d3d28ba79e3cebcb60d8659201eea4c5294e0db2b29d7632b07a
 WHIRLPOOL 
a859b0d364b9059f4482b52f049e9a420bf356e00a5cfe5b657fbd0e1868fd6cd2bf39846560b88c9763e1ebc54fb7acb025a67af21182b00c3f83b380f4443f
 DIST atom-marker-index-3.1.0.tar.gz 18065 SHA256 
264e5553edee7e10766083433f952a515601201b53d332ecfe0fd43870fb4a38 SHA512 
e50c2e03555d18e2eae0eb4

[gentoo-commits] repo/gentoo:master commit in: net-wireless/broadcom-sta/files/, net-wireless/broadcom-sta/

2016-11-20 Thread Matt Turner
commit: c6d3f917370292c267bb05d447db028125946dfe
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Nov 21 04:17:58 2016 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Nov 21 04:18:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6d3f917

net-wireless/broadcom-sta: Add support for Linux v4.8

Bug: https://bugs.gentoo.org/590078
Bug: https://bugs.gentoo.org/596342

 .../broadcom-sta-6.30.223.271-r4.ebuild|  78 +++
 .../broadcom-sta-6.30.223.271-r4-linux-4.7.patch   | 109 +
 .../broadcom-sta-6.30.223.271-r4-linux-4.8.patch   |  64 
 3 files changed, 251 insertions(+)

diff --git a/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r4.ebuild 
b/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r4.ebuild
new file mode 100644
index ..76d80f9
--- /dev/null
+++ b/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r4.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils linux-info linux-mod
+
+DESCRIPTION="Broadcom's IEEE 802.11a/b/g/n hybrid Linux device driver"
+HOMEPAGE="http://www.broadcom.com/support/802.11/";
+SRC_BASE="http://www.broadcom.com/docs/linux_sta/hybrid-v35";
+SRC_URI="x86? ( ${SRC_BASE}-nodebug-pcoem-${PV//\./_}.tar.gz )
+   amd64? ( ${SRC_BASE}_64-nodebug-pcoem-${PV//\./_}.tar.gz )
+   http://www.broadcom.com/docs/linux_sta/README_${PV}.txt -> 
README-${P}.txt"
+
+LICENSE="Broadcom"
+KEYWORDS="-* ~amd64 ~x86"
+
+RESTRICT="mirror"
+
+DEPEND="virtual/linux-sources"
+RDEPEND=""
+
+S="${WORKDIR}"
+
+MODULE_NAMES="wl(net/wireless)"
+MODULESD_WL_ALIASES=("wlan0 wl")
+
+pkg_setup() {
+   # bug #300570
+   # NOTE: module builds correctly anyway with b43 and SSB enabled
+   # make checks non-fatal. The correct fix is blackisting ssb and, perhaps
+   # b43 via udev rules. Moreover, previous fix broke binpkgs support.
+   CONFIG_CHECK="~!B43 ~!BCMA ~!SSB"
+   CONFIG_CHECK2="LIB80211 ~!MAC80211 ~LIB80211_CRYPT_TKIP"
+   ERROR_B43="B43: If you insist on building this, you must blacklist it!"
+   ERROR_BCMA="BCMA: If you insist on building this, you must blacklist 
it!"
+   ERROR_SSB="SSB: If you insist on building this, you must blacklist it!"
+   ERROR_LIB80211="LIB80211: Please enable it. If you can't find it: 
enabling the driver for \"Intel PRO/Wireless 2100\" or \"Intel PRO/Wireless 
2200BG\" (IPW2100 or IPW2200) should suffice."
+   ERROR_MAC80211="MAC80211: If you insist on building this, you must 
blacklist it!"
+   ERROR_PREEMPT_RCU="PREEMPT_RCU: Please do not set the Preemption Model 
to \"Preemptible Kernel\"; choose something else."
+   ERROR_LIB80211_CRYPT_TKIP="LIB80211_CRYPT_TKIP: You will need this for 
WPA."
+   if kernel_is ge 3 8 8; then
+   CONFIG_CHECK="${CONFIG_CHECK} ${CONFIG_CHECK2} CFG80211 
~!PREEMPT_RCU ~!PREEMPT"
+   elif kernel_is ge 2 6 32; then
+   CONFIG_CHECK="${CONFIG_CHECK} ${CONFIG_CHECK2} CFG80211"
+   elif kernel_is ge 2 6 31; then
+   CONFIG_CHECK="${CONFIG_CHECK} ${CONFIG_CHECK2} WIRELESS_EXT 
~!MAC80211"
+   elif kernel_is ge 2 6 29; then
+   CONFIG_CHECK="${CONFIG_CHECK} ${CONFIG_CHECK2} WIRELESS_EXT 
COMPAT_NET_DEV_OPS"
+   else
+   CONFIG_CHECK="${CONFIG_CHECK} IEEE80211 IEEE80211_CRYPT_TKIP"
+   fi
+
+   linux-mod_pkg_setup
+
+   BUILD_PARAMS="-C ${KV_DIR} M=${S}"
+   BUILD_TARGETS="wl.ko"
+}
+
+src_prepare() {
+   epatch \
+   "${FILESDIR}/${PN}-6.30.223.141-makefile.patch" \
+   "${FILESDIR}/${PN}-6.30.223.141-eth-to-wlan.patch" \
+   "${FILESDIR}/${PN}-6.30.223.141-gcc.patch" \
+   "${FILESDIR}/${PN}-6.30.223.248-r3-Wno-date-time.patch" \
+   "${FILESDIR}/${PN}-6.30.223.271-r1-linux-3.18.patch" \
+   "${FILESDIR}/${PN}-6.30.223.271-r2-linux-4.3-v2.patch" \
+   "${FILESDIR}/${PN}-6.30.223.271-r4-linux-4.7.patch" \
+   "${FILESDIR}/${PN}-6.30.223.271-r4-linux-4.8.patch"
+
+   epatch_user
+}
+
+src_install() {
+   linux-mod_src_install
+
+   dodoc "${DISTDIR}/README-${P}.txt"
+}

diff --git 
a/net-wireless/broadcom-sta/files/broadcom-sta-6.30.223.271-r4-linux-4.7.patch 
b/net-wireless/broadcom-sta/files/broadcom-sta-6.30.223.271-r4-linux-4.7.patch
new file mode 100644
index ..566680a
--- /dev/null
+++ 
b/net-wireless/broadcom-sta/files/broadcom-sta-6.30.223.271-r4-linux-4.7.patch
@@ -0,0 +1,109 @@
+Since Linux 4.7, the enum ieee80211_band is no longer used
+
+This shall cause no problem's since both enums ieee80211_band
+and nl80211_band were added in the same commit:
+https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit?id=13ae75b103e07304a34ab40c9136e9f53e06475c
+
+This patch refactors the references of IEEE80211_BAND_* to NL80211_BAND_*
+
+Refe

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

2016-11-20 Thread Kent Fredric
commit: 0c02ea61f4df6204301f66ca6623d73f0f51f1b2
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Nov 21 01:53:50 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Nov 21 03:36:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c02ea61

dev-perl/Data-Section: Add w/ version 0.200.6

Required for dev-perl/Dist-Zilla

Previously maintained in ::perl-experimental since May 2009 by
Torsten Veller and myself

Package-Manager: portage-2.3.2

 dev-perl/Data-Section/Data-Section-0.200.6.ebuild | 26 +++
 dev-perl/Data-Section/Manifest|  1 +
 dev-perl/Data-Section/metadata.xml| 12 +++
 3 files changed, 39 insertions(+)

diff --git a/dev-perl/Data-Section/Data-Section-0.200.6.ebuild 
b/dev-perl/Data-Section/Data-Section-0.200.6.ebuild
new file mode 100644
index ..2905e66
--- /dev/null
+++ b/dev-perl/Data-Section/Data-Section-0.200.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.26
+inherit perl-module
+
+DESCRIPTION="read multiple hunks of data out of your DATA section"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+# r: strict, warnings -> perl
+RDEPEND="
+   virtual/perl-Encode
+   >=dev-perl/MRO-Compat-0.90.0
+   >=dev-perl/Sub-Exporter-0.979.0
+"
+# t: base, lib, utf8 -> perl
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+   test? (
+   dev-perl/Test-FailWarnings
+   >=virtual/perl-Test-Simple-0.960.0
+   )
+"

diff --git a/dev-perl/Data-Section/Manifest b/dev-perl/Data-Section/Manifest
new file mode 100644
index ..f23e795
--- /dev/null
+++ b/dev-perl/Data-Section/Manifest
@@ -0,0 +1 @@
+DIST Data-Section-0.26.tar.gz 19396 SHA256 
348501f99dab0adbe6d32143f4e79c2cbb6558c84d183cffc4c1275cacd35b5f SHA512 
8e5cc644bbee6bccde66fbd2e622fb33cb45e0950cc48abd052d0698965f6903b01a3deac251c27106165903219531e33083305233f21651f49541feefdec1b2
 WHIRLPOOL 
37bc8d89a3dc0354e854524dff710418cebf816911f84daf86fb1e1e66238cde6c139a4428331a526e9a6100b5c6064cf94241ac60e94b908ddd2baa53efe654

diff --git a/dev-perl/Data-Section/metadata.xml 
b/dev-perl/Data-Section/metadata.xml
new file mode 100644
index ..216d9b6
--- /dev/null
+++ b/dev-perl/Data-Section/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Data-Section
+Data::Section
+  
+



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

2016-11-20 Thread Kent Fredric
commit: e88accc14bdf38a0d16558670a1d260d8e04b0ae
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Nov 21 03:35:08 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Nov 21 03:36:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e88accc1

dev-perl/Dist-Zilla: Add w/ version 6.8.0

required by app-admin/rex for doing VCS installs.

NOTE: This perl module is an "authorside" module and as such it is
not TYPICALLY used by anything for installation, as the point of
Dist::Zilla is to create simplifed distributions that don't need
a lot of install-time magic.

It is subsequently *not* used on typical CPAN sources, and should
only be used against VCS sources to create an analog of a published
CPAN distrubition as part of the VCS build workflow.

Previously maintained in ::perl-experimental by Torsten Veller,
Michele Beltrame and myself since May 2009

Package-Manager: portage-2.3.2

 dev-perl/Dist-Zilla/Dist-Zilla-6.8.0.ebuild | 151 
 dev-perl/Dist-Zilla/Manifest|   1 +
 dev-perl/Dist-Zilla/metadata.xml| 149 +++
 3 files changed, 301 insertions(+)

diff --git a/dev-perl/Dist-Zilla/Dist-Zilla-6.8.0.ebuild 
b/dev-perl/Dist-Zilla/Dist-Zilla-6.8.0.ebuild
new file mode 100644
index ..b0ce0a6
--- /dev/null
+++ b/dev-perl/Dist-Zilla/Dist-Zilla-6.8.0.ebuild
@@ -0,0 +1,151 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=6.008
+inherit perl-module
+
+DESCRIPTION="distribution builder; installer not included!"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal test"
+
+## CPAN->Gentoo resolution map for grepping in case upstream split a dep
+# breaks: Dist::Zilla::App::Command::stale -> Dist-Zilla-Plugin-PromptIfStale
+# DZA:Command::xtest -> DZP:CheckExtraTests
+# DZP:Author::Plicease::Tests -> DZPB::Author::Plicease
+X_BREAKS="
+   ! App-Cmd-0.321
+# r: App::Cmd::Setup  -> App-Cmd
+# r: App::Cmd::Tester -> App-Cmd
+# r: App::Cmd::Tester::CaptureExternal -> App-Cmd 0.314
+# r: CPAN::Meta::Converter -> CPAN-Meta
+# r: CPAN::Meta::Merge -> CPAN-Meta 2.142060
+# r: CPAN::Meta::Prereqs -> CPAN-Meta
+# r: CPAN::Meta::Validator -> CPAN-Meta
+# r: Config::INI::Reader -> Config-INI
+# r: Config::MVP::Assembler -> Config-MVP
+# r: Config::MVP::Assembler::WithBundles -> Config-MVP
+# r: Config::MVP::Reader -> Config-MVP
+# r: Config::MVP::Reader::Findable::ByExtension -> Config-MVP 1.101450
+# r: Config::MVP::Reader::Finder -> Config-MVP 0.092990
+# r: Config::MVP::Section -> Config-MVP
+# r: List::Util -> Scalar-List-Utils
+# r: Mixin::Linewise::Readers -> Mixin-Linewise
+# r: Moose::Role -> Moose
+# r: Moose::Util::TypeConstraints -> Moose
+# r: MooseX::Types::Moose -> MooseX-Types
+# r: PPI::Document -> PPI
+# r: Scalar::Util -> Scalar-List-Utils
+# r: Software::LicenseUtils -> Software-License
+# r: Sub::Exporter::Util -> Sub-Exporter
+# r: Term::ReadKey -> TermReadKey
+# r: Text::Template -> text-template
+# r: strict, warnings -> perl
+
+# NB: PPI::XS is suggested by Dist-Zilla, but upstream of
+# PPI say PPI::XS presently doesn't do anything useful,
+# so the optional useflag and the dependency are skipped.
+RDEPEND="
+   ${X_BREAKS}
+   !minimal? (
+   >=dev-perl/Archive-Tar-Wrapper-0.150.0
+   >=dev-perl/Data-OptList-0.110.0
+   dev-perl/Term-ReadLine-Gnu
+   )
+   >=dev-perl/App-Cmd-0.330.0
+   virtual/perl-Archive-Tar
+   >=virtual/perl-CPAN-Meta-2.142.60
+   >=virtual/perl-CPAN-Meta-Requirements-2.121.0
+   >=dev-perl/CPAN-Uploader-0.103.4
+   virtual/perl-Carp
+   >=dev-perl/Class-Load-0.170.0
+   dev-perl/Config-INI
+   >=dev-perl/Config-MVP-2.200.10
+   >=dev-perl/Config-MVP-Reader-INI-2.101.461
+   virtual/perl-Data-Dumper
+   >=dev-perl/Data-Section-0.200.2
+   >=dev-perl/DateTime-0.440.0
+   virtual/perl-Digest-MD5
+   virtual/perl-Encode
+   >=virtual/perl-ExtUtils-Manifest-1.660.0
+   dev-perl/File-Copy-Recursive
+   dev-perl/File-Find-Rule
+   dev-perl/File-HomeDir
+   virtual/perl-File-Path
+   dev-perl/File-ShareDir
+   >=dev-perl/File-ShareDir-Install-0.30.0
+   virtual/perl-File-Spec
+   virtual/perl-File-Temp
+   dev-perl/File-pushd
+   dev-perl/JSON-MaybeXS
+   >=dev-perl/Log-Dispatchouli-1.102.220
+   >=dev-perl/Mixin-Linewise-0.100.0
+   virtual/perl-Module-CoreList
+   dev-perl/Module-Runtime
+   >=dev-perl/Moose-0.920.0
+   dev-perl/MooseX-LazyRequire
+   >=dev-perl/MooseX-Role-Parameterized-1.10.0
+   dev-perl/MooseX-SetOnce
+   dev-perl/MooseX-Types
+   dev-perl/MooseX-Types-Perl
+   dev-perl/PPI
+   dev-perl/Params-Util
+   >=dev-perl/Path-Tiny-0.52.0
+   >=dev-perl/Perl-PrereqScanner-1.16.0
+   >=dev-perl/Pod-Eventual-0.91.480

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

2016-11-20 Thread Kent Fredric
commit: 509195e8eb2dbe4203cb3148674ed8d1c283ab5a
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Nov 21 02:46:52 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Nov 21 03:36:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=509195e8

dev-perl/Perl-Version: Add w/ version 1.13.0

Required for dev-perl/Dist-Zilla

Previously maintained in ::perl-experiemental by Torsten Veller and myself
since May 2009

Package-Manager: portage-2.3.2

 dev-perl/Perl-Version/Manifest   |  1 +
 dev-perl/Perl-Version/Perl-Version-1.13.0.ebuild | 35 
 dev-perl/Perl-Version/metadata.xml   | 12 
 3 files changed, 48 insertions(+)

diff --git a/dev-perl/Perl-Version/Manifest b/dev-perl/Perl-Version/Manifest
new file mode 100644
index ..84b2c42
--- /dev/null
+++ b/dev-perl/Perl-Version/Manifest
@@ -0,0 +1 @@
+DIST Perl-Version-1.013.tar.gz 23012 SHA256 
1887414d1c8689d864c840114101e043e99d7dd5b9cca69369a60e821e3ad0f7 SHA512 
a6740b113c65c9ef4c8c2ce76ea17250ebf582a669086b3bac9df7a68af6765813f03c7e99b55c2a5f3f4c843d426ae3d22df0865d39a25faf6b87b202a3328c
 WHIRLPOOL 
cee4f8d97fb40314aeaa151dbd97c412d5b16d1dc02c2303c82721db65e5a73b052345f051bc0b8a72c475754f2b3939bafd6051eb625699b1db96016978a460

diff --git a/dev-perl/Perl-Version/Perl-Version-1.13.0.ebuild 
b/dev-perl/Perl-Version/Perl-Version-1.13.0.ebuild
new file mode 100644
index ..86d55cf
--- /dev/null
+++ b/dev-perl/Perl-Version/Perl-Version-1.13.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=BDFOY
+DIST_VERSION=1.013
+inherit perl-module
+
+DESCRIPTION="Parse and manipulate Perl version strings"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# r: Pod::Usage -> perl
+# r: Scalar::Util -> Scalar-List-Utils
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-Data-Dumper
+   dev-perl/File-Slurp-Tiny
+   >=virtual/perl-Getopt-Long-2.340.0
+   virtual/perl-Scalar-List-Utils
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test-Simple
+   )
+"
+src_test() {
+   perl_rm_files t/manifest.t t/pod-coverage.t t/pod.t
+   perl-module_src_test
+}

diff --git a/dev-perl/Perl-Version/metadata.xml 
b/dev-perl/Perl-Version/metadata.xml
new file mode 100644
index ..674245f
--- /dev/null
+++ b/dev-perl/Perl-Version/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Perl-Version
+Perl::Version
+  
+



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

2016-11-20 Thread Kent Fredric
commit: dd57279769a83662583ced8fda8ee22b0bfb96f4
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Nov 21 02:59:11 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Nov 21 03:36:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd572797

dev-perl/Software-License: Add w/ version 0.103.12

required for dev-perl/Dist-Zilla

Previously maintained in ::perl-experimental by Torsten Veller and myself
since May 2009

Package-Manager: portage-2.3.2

 dev-perl/Software-License/Manifest |  1 +
 .../Software-License-0.103.12.ebuild   | 31 
 dev-perl/Software-License/metadata.xml | 41 ++
 3 files changed, 73 insertions(+)

diff --git a/dev-perl/Software-License/Manifest 
b/dev-perl/Software-License/Manifest
new file mode 100644
index ..777e888
--- /dev/null
+++ b/dev-perl/Software-License/Manifest
@@ -0,0 +1 @@
+DIST Software-License-0.103012.tar.gz 112554 SHA256 
47f9acb7f4eeed35e38c1bec37a71b61e651965233d67dadfae6390571517db1 SHA512 
419e9f2617cdfd1586fbfb8d900805dfa3941fdd0a5584ff3489f28511731f8c4a248ab212fd85aa4eab3db55e8f60a6ea589917d404a96b5c1b5a506fbdb4e8
 WHIRLPOOL 
e8dab6f4ac3b5bb000fd575fe7414d87d02ced4598a7f418cbd09c2f1e3c22a557d49a23f4bf3bf0dbbe77fe1afde789906f5df4ced7e6d70d036c9ef4d9621d

diff --git a/dev-perl/Software-License/Software-License-0.103.12.ebuild 
b/dev-perl/Software-License/Software-License-0.103.12.ebuild
new file mode 100644
index ..f695e9d
--- /dev/null
+++ b/dev-perl/Software-License/Software-License-0.103.12.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.103012
+inherit perl-module
+
+DESCRIPTION="packages that provide templated software licenses"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# r: IO::Dir -> IO
+# r: strict, warnings -> perl
+RDEPEND="
+   virtual/perl-Carp
+   dev-perl/Data-Section
+   virtual/perl-File-Spec
+   virtual/perl-IO
+   virtual/perl-Module-Load
+   dev-perl/Text-Template
+   virtual/perl-parent
+"
+DEPEND="
+   >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+   test? (
+   >=virtual/perl-Test-Simple-0.960.0
+   dev-perl/Try-Tiny
+   )
+"

diff --git a/dev-perl/Software-License/metadata.xml 
b/dev-perl/Software-License/metadata.xml
new file mode 100644
index ..b782328
--- /dev/null
+++ b/dev-perl/Software-License/metadata.xml
@@ -0,0 +1,41 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Software-License
+Software::License
+Software::License::AGPL_3
+Software::License::Apache_1_1
+Software::License::Apache_2_0
+Software::License::Artistic_1_0
+Software::License::Artistic_2_0
+Software::License::BSD
+Software::License::CC0_1_0
+Software::License::Custom
+Software::License::FreeBSD
+Software::License::GFDL_1_2
+Software::License::GFDL_1_3
+Software::License::GPL_1
+Software::License::GPL_2
+Software::License::GPL_3
+Software::License::LGPL_2_1
+Software::License::LGPL_3_0
+Software::License::MIT
+Software::License::Mozilla_1_0
+Software::License::Mozilla_1_1
+Software::License::Mozilla_2_0
+Software::License::None
+Software::License::OpenSSL
+Software::License::Perl_5
+Software::License::PostgreSQL
+Software::License::QPL_1_0
+Software::License::SSLeay
+Software::License::Sun
+Software::License::Zlib
+Software::LicenseUtils
+  
+



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

2016-11-20 Thread Kent Fredric
commit: ef40d2ffbe757f5a1199555973c9fa50b55af61e
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Nov 21 02:53:28 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Nov 21 03:36:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef40d2ff

dev-perl/Pod-Eventual: Add w/ version 0.94.1

Required for dev-perl/Dist-Zilla

Previously maintained in ::perl-experimental by Torsten Veller,
Michele Beltrame and myself since May 2009

Package-Manager: portage-2.3.2

 dev-perl/Pod-Eventual/Manifest   |  1 +
 dev-perl/Pod-Eventual/Pod-Eventual-0.94.1.ebuild | 26 
 dev-perl/Pod-Eventual/metadata.xml   | 13 
 3 files changed, 40 insertions(+)

diff --git a/dev-perl/Pod-Eventual/Manifest b/dev-perl/Pod-Eventual/Manifest
new file mode 100644
index ..0ecc321
--- /dev/null
+++ b/dev-perl/Pod-Eventual/Manifest
@@ -0,0 +1 @@
+DIST Pod-Eventual-0.094001.tar.gz 16640 SHA256 
be9fb8910b108e5d1a66f002b659ad22576e88d779b703dff9d15122c3f80834 SHA512 
f892653f6895381b3f493b44e8c295d02bf78e70e64c23b9c8602e6692517790524cd5996bb6d84aed7b4e8da60eebe99330a53e5f26f75e4ab017d6e8d317e6
 WHIRLPOOL 
093e958ff8e9ffd1670a469a045a95cfe005972d6de7d2aede238ead2757f242e89c58fe10fcb325b84ab929c2ffbbeb2d4f87a70c668d64fdc09bd012d7e4fd

diff --git a/dev-perl/Pod-Eventual/Pod-Eventual-0.94.1.ebuild 
b/dev-perl/Pod-Eventual/Pod-Eventual-0.94.1.ebuild
new file mode 100644
index ..fef0870
--- /dev/null
+++ b/dev-perl/Pod-Eventual/Pod-Eventual-0.94.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.094001
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="read a POD document as a series of trivial events"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+# r: strict, warnings -> perl
+RDEPEND="
+   virtual/perl-Carp
+   >=dev-perl/Mixin-Linewise-0.102.0
+"
+DEPEND="
+   ${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+   test? (
+   >=virtual/perl-Test-Simple-0.960.0
+   dev-perl/Test-Deep
+   )
+"

diff --git a/dev-perl/Pod-Eventual/metadata.xml 
b/dev-perl/Pod-Eventual/metadata.xml
new file mode 100644
index ..db44bcf
--- /dev/null
+++ b/dev-perl/Pod-Eventual/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Pod-Eventual
+Pod::Eventual
+Pod::Eventual::Simple
+  
+



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

2016-11-20 Thread Kent Fredric
commit: 29c2644da452151435c243025fad79e505b0f4ee
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Nov 21 01:45:39 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Nov 21 03:36:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29c2644d

dev-perl/Config-MVP: Add w/ version 2.200.10

Required for dev-perl/Dist-Zilla

Previously maintained in ::perl-experimental since Jul 2009 by
myself, with contributions from Torsten Veller and Michele Beltrame

Package-Manager: portage-2.3.2

 dev-perl/Config-MVP/Config-MVP-2.200.10.ebuild | 46 ++
 dev-perl/Config-MVP/Manifest   |  1 +
 dev-perl/Config-MVP/metadata.xml   | 22 
 3 files changed, 69 insertions(+)

diff --git a/dev-perl/Config-MVP/Config-MVP-2.200.10.ebuild 
b/dev-perl/Config-MVP/Config-MVP-2.200.10.ebuild
new file mode 100644
index ..54bb38c
--- /dev/null
+++ b/dev-perl/Config-MVP/Config-MVP-2.200.10.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+DIST_AUTHOR=RJBS
+DIST_VERSION=2.200010
+inherit perl-module
+
+DESCRIPTION="multivalue-property package-oriented configuration"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test minimal"
+
+# r: Module::Pluggable::Object -> Module-Pluggable
+# r: Moose::Role -> Moose
+# r: Moose::Util::TypeConstraints -> Moose
+# r: Role::Identifiable::HasIdent -> Role-Identifiable
+# r: StackTrace::Auto -> Throwable
+# r: Test::More -> Test-Simple (Yes, Runtime)
+# r: overload, string, warnings -> perl
+RDEPEND="
+   >=dev-perl/Class-Load-0.170.0
+   virtual/perl-File-Spec
+   dev-perl/Module-Pluggable
+   dev-perl/Module-Runtime
+   >=dev-perl/Moose-0.910.0
+   dev-perl/MooseX-OneArgNew
+   dev-perl/Params-Util
+   dev-perl/Role-HasMessage
+   dev-perl/Role-Identifiable
+   dev-perl/Throwable
+   dev-perl/Tie-IxHash
+   dev-perl/Try-Tiny
+"
+# t: lib -> perl
+DEPEND="
+   ${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   !minimal? (
+   >=virtual/perl-CPAN-Meta-2.120.900
+   )
+   dev-perl/Test-Fatal
+   >=virtual/perl-Test-Simple-0.960.0
+   )
+"

diff --git a/dev-perl/Config-MVP/Manifest b/dev-perl/Config-MVP/Manifest
new file mode 100644
index ..e5fc353
--- /dev/null
+++ b/dev-perl/Config-MVP/Manifest
@@ -0,0 +1 @@
+DIST Config-MVP-2.200010.tar.gz 32947 SHA256 
bfb5870452a12ead4d3fd485045d1fa92b2a11741c3b93b61eb43f3dcbd6099b SHA512 
b0febad2c80ab3e9d8c19b2a8b6c8a6bdb1e2358fa7a3c436e639d75ad15560ac4aa08f88c67f32f28dd9fe491ae7b156715e93d0078d27cee20e16016154052
 WHIRLPOOL 
a9614cea832f2f924b71ad959fbf1d49590780de71f2bab6ff1c38c63c67ce2f3f797ae2990304b2fee687abda0e9f7426cb249827b090c359531e313238d89f

diff --git a/dev-perl/Config-MVP/metadata.xml b/dev-perl/Config-MVP/metadata.xml
new file mode 100644
index ..b696777
--- /dev/null
+++ b/dev-perl/Config-MVP/metadata.xml
@@ -0,0 +1,22 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Config-MVP
+Config::MVP
+Config::MVP::Assembler
+Config::MVP::Assembler::WithBundles
+Config::MVP::Error
+Config::MVP::Reader
+Config::MVP::Reader::Findable
+Config::MVP::Reader::Findable::ByExtension
+Config::MVP::Reader::Finder
+Config::MVP::Reader::Hash
+Config::MVP::Section
+Config::MVP::Sequence
+  
+



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

2016-11-20 Thread Kent Fredric
commit: 5f6021e6d292884d538daff737f0241e31cefea7
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Nov 21 02:32:27 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Nov 21 03:36:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f6021e6

dev-perl/Module-Path: Add w/ version 0.190.0

required for dev-perl/Dist-Zilla via dev-perl/Perl-PrereqScanner

Previously maintained by myself in ::perl-experimental since October 2013

Package-Manager: portage-2.3.2

 dev-perl/Module-Path/Manifest   |  1 +
 dev-perl/Module-Path/Module-Path-0.190.0.ebuild | 31 +
 dev-perl/Module-Path/metadata.xml   | 12 ++
 3 files changed, 44 insertions(+)

diff --git a/dev-perl/Module-Path/Manifest b/dev-perl/Module-Path/Manifest
new file mode 100644
index ..9f69339
--- /dev/null
+++ b/dev-perl/Module-Path/Manifest
@@ -0,0 +1 @@
+DIST Module-Path-0.19.tar.gz 14328 SHA256 
b33179ce4dd73dfcde7d46808804b9ffbb11db0245fe455a7d001747562feaca SHA512 
fa71c67f6e8daab9df29a6ced09c557980873ea73ed6e9c28081d10009d153767adc24ddd6acbde0c1423ffbf9cc92f8ab5db29203b73a79643dfc98fc2b2935
 WHIRLPOOL 
5013182181b6dd88affdc2972a7a9152f9bef7edaa84578efc347307d5d70aa9cb8ab3a3b8a2039d5e82cd415b594f50ffe9d876c24f7a23632710cfb5485a6c

diff --git a/dev-perl/Module-Path/Module-Path-0.190.0.ebuild 
b/dev-perl/Module-Path/Module-Path-0.190.0.ebuild
new file mode 100644
index ..c23fb75
--- /dev/null
+++ b/dev-perl/Module-Path/Module-Path-0.190.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+DIST_AUTHOR=NEILB
+DIST_VERSION=0.19
+inherit perl-module
+
+DESCRIPTION="get the full path to a locally installed module"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+# r: Cwd -> File-Spec
+# r: File::Basename -> perl
+# r: Pod::Usage -> perl
+# r: strict, warnings -> perl
+RDEPEND="
+   virtual/perl-File-Spec
+   virtual/perl-Exporter
+   virtual/perl-Getopt-Long
+"
+# t: File::Spec::Functions -> File-Spec
+# t: FindBin 0.05 -> perl
+# t: Test::More -> Test-Simple
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   dev-perl/Devel-FindPerl
+   >=virtual/perl-Test-Simple-0.880.0
+   )
+"

diff --git a/dev-perl/Module-Path/metadata.xml 
b/dev-perl/Module-Path/metadata.xml
new file mode 100644
index ..60524ec
--- /dev/null
+++ b/dev-perl/Module-Path/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Module-Path
+Module::Path
+  
+



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

2016-11-20 Thread Kent Fredric
commit: 278860e6b4f78ffd057297419bedb2559cce4092
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Nov 21 01:28:56 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Nov 21 03:36:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=278860e6

dev-perl/String-Formatter: Add w/ version 0.102.84

Required for dev-perl/Dist-Zilla:
  dev-perl/Dist-Zilla ->
   dev-perl/Config-MVP ->
dev-perl/Role-HasMessage ->
 dev-perl/String-Errf ->
  dev-perl/String-Formatter

Was previously maintained in ::perl-experimental since Nov 2009
by myself and Torsten Veller

Package-Manager: portage-2.3.2

 dev-perl/String-Formatter/Manifest |  1 +
 .../String-Formatter-0.102.84.ebuild   | 30 ++
 dev-perl/String-Formatter/metadata.xml | 13 ++
 3 files changed, 44 insertions(+)

diff --git a/dev-perl/String-Formatter/Manifest 
b/dev-perl/String-Formatter/Manifest
new file mode 100644
index ..48d254e
--- /dev/null
+++ b/dev-perl/String-Formatter/Manifest
@@ -0,0 +1 @@
+DIST String-Formatter-0.102084.tar.gz 20981 SHA256 
83354112fd0c66df1e12e022df75efbf30ebdb43581c00897c86ec1c33a89c56 SHA512 
d9e72e01b78d9b571cde6cb0107e334e41739b07006e224016cff5de4648b9f924003446de75ddfd911bfc25b3046554cde09502344dce53a8fed2ecfd7994dc
 WHIRLPOOL 
14b1ef2cc7fa10927cbbdaaa71e8f0b2a0caec5322dbcfce9ed585f535c7106c62b868cc1443cbbd02b314179212976c2108446550ff264a3babeb3fa808c633

diff --git a/dev-perl/String-Formatter/String-Formatter-0.102.84.ebuild 
b/dev-perl/String-Formatter/String-Formatter-0.102.84.ebuild
new file mode 100644
index ..3116d0b
--- /dev/null
+++ b/dev-perl/String-Formatter/String-Formatter-0.102.84.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.102084
+inherit perl-module
+
+DESCRIPTION="build sprintf-like functions of your own"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   dev-perl/Params-Util
+   dev-perl/Sub-Exporter
+"
+DEPEND="
+   ${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+   test? (
+   >=virtual/perl-Test-Simple-0.960.0
+   )
+"
+PERL_RM_FILES=(
+   "bench.pl" # https://github.com/rjbs/String-Formatter/issues/2
+)

diff --git a/dev-perl/String-Formatter/metadata.xml 
b/dev-perl/String-Formatter/metadata.xml
new file mode 100644
index ..6e8fe41
--- /dev/null
+++ b/dev-perl/String-Formatter/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+String-Formatter
+String::Formatter
+String::Formatter::Cookbook
+  
+



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

2016-11-20 Thread Kent Fredric
commit: ce1c766f51f7e511422bdfd67311a2b00c2e9b2f
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Nov 21 02:21:52 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Nov 21 03:36:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce1c766f

dev-perl/Devel-FindPerl: Add w/ version 0.14.0

Required for dev-perl/Dist-Zilla via:
  dev-perl/Dist-Zilla ->
   dev-perl/Perl-PrereqScanner ->
dev-perl/Module-Path ->
 dev-perl/Devel-FindPerl

Previously maintained in ::perl-experimental by myself since
October 2013

Package-Manager: portage-2.3.2

 .../Devel-FindPerl/Devel-FindPerl-0.14.0.ebuild| 34 ++
 dev-perl/Devel-FindPerl/Manifest   |  1 +
 dev-perl/Devel-FindPerl/metadata.xml   | 12 
 3 files changed, 47 insertions(+)

diff --git a/dev-perl/Devel-FindPerl/Devel-FindPerl-0.14.0.ebuild 
b/dev-perl/Devel-FindPerl/Devel-FindPerl-0.14.0.ebuild
new file mode 100644
index ..e83f1e2
--- /dev/null
+++ b/dev-perl/Devel-FindPerl/Devel-FindPerl-0.14.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+DIST_AUTHOR=LEONT
+DIST_VERSION=0.014
+inherit perl-module
+
+DESCRIPTION="Find the path to your perl"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test minimal"
+# r: Cwd -> File-Spec
+# r: File::Basename -> perl
+# r: File::Spec::Functions -> perl
+# r: IPC::Open2 -> perl
+# r: Scalar::Util -> Scalar-List-Utils
+# r: strict, warnings -> perl
+RDEPEND="
+   !minimal? (
+   >=dev-perl/ExtUtils-Config-0.7.0
+   )
+   virtual/perl-Carp
+   >=virtual/perl-Exporter-5.570.0
+   virtual/perl-File-Spec
+   virtual/perl-Scalar-List-Utils
+"
+# t: Test::More -> Test-Simple
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test-Simple
+   )
+"

diff --git a/dev-perl/Devel-FindPerl/Manifest b/dev-perl/Devel-FindPerl/Manifest
new file mode 100644
index ..a8d5634
--- /dev/null
+++ b/dev-perl/Devel-FindPerl/Manifest
@@ -0,0 +1 @@
+DIST Devel-FindPerl-0.014.tar.gz 13815 SHA256 
01959448f4bfdc6fedbda1e80db810ad6e31b667a171d782031ae5fa742b495b SHA512 
958044c628ce1d004031f753673ec7cd066bb70387b2ecef6e91dcdb050a1aac0b036b7a78c38f731ec22d8fcf109f9421f640b4e008a44ff9de382cff944cea
 WHIRLPOOL 
ea457a6ef182e34647237d7747e4440235544baa21fc474fb234d4335b474527d68bb6c6d7db27936fede831b5d604918baf1e00201178b0e2321cb650c9d0d6

diff --git a/dev-perl/Devel-FindPerl/metadata.xml 
b/dev-perl/Devel-FindPerl/metadata.xml
new file mode 100644
index ..47afabd
--- /dev/null
+++ b/dev-perl/Devel-FindPerl/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Devel-FindPerl
+Devel::FindPerl
+  
+



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

2016-11-20 Thread Kent Fredric
commit: ea9c44151a0eeb18e05b7f43dd25bf2ecdd46046
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Nov 21 01:40:19 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Nov 21 03:36:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea9c4415

dev-perl/Role-HasMessage: Add w/ version 0.6.0

Required for dev-perl/Dist-Zilla via dev-perl/Config-MVP

Previously maintained in ::perl-experimental by Torsten Veller and myself
since Feb 2011

Package-Manager: portage-2.3.2

 dev-perl/Role-HasMessage/Manifest  |  1 +
 .../Role-HasMessage/Role-HasMessage-0.6.0.ebuild   | 32 ++
 dev-perl/Role-HasMessage/metadata.xml  | 13 +
 3 files changed, 46 insertions(+)

diff --git a/dev-perl/Role-HasMessage/Manifest 
b/dev-perl/Role-HasMessage/Manifest
new file mode 100644
index ..9832c30
--- /dev/null
+++ b/dev-perl/Role-HasMessage/Manifest
@@ -0,0 +1 @@
+DIST Role-HasMessage-0.006.tar.gz 13518 SHA256 
f6a6dbe0476ff95ee1ffbef825eb18d9b02b0618deba4686e7c63b99d576d4d3 SHA512 
2bb8b19fe2c113c0c92a5e16180f53879ad92fbcb63a5b3af4ead167a4c8b3dcd460c9307d3c8e24ab5070e6c58f378d9e6854ed82da0ea231e456d5786b5398
 WHIRLPOOL 
bce43e9809dc74a2e207f4b9e0e0ee7ada9be145e9e1a95327637275dd159892a81e20e6b1553cdac3a916bb6c21c4f9dca1ed167afb8fc88fe61d0f4180e551

diff --git a/dev-perl/Role-HasMessage/Role-HasMessage-0.6.0.ebuild 
b/dev-perl/Role-HasMessage/Role-HasMessage-0.6.0.ebuild
new file mode 100644
index ..53f6899
--- /dev/null
+++ b/dev-perl/Role-HasMessage/Role-HasMessage-0.6.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.006
+inherit perl-module
+
+DESCRIPTION="a thing with a message method"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# r: Moose::Role -> Moose
+RDEPEND="
+   dev-perl/Moose
+   dev-perl/MooseX-Role-Parameterized
+   dev-perl/String-Errf
+   dev-perl/Try-Tiny
+   dev-perl/namespace-clean
+"
+# t: IO::Handle -> IO
+# t: IPC::Open3 -> perl
+DEPEND="
+   ${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+   test? (
+   virtual/perl-File-Spec
+   virtual/perl-IO
+   >=virtual/perl-Test-Simple-0.960.0
+   )
+"

diff --git a/dev-perl/Role-HasMessage/metadata.xml 
b/dev-perl/Role-HasMessage/metadata.xml
new file mode 100644
index ..4a3db83
--- /dev/null
+++ b/dev-perl/Role-HasMessage/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Role-HasMessage
+Role::HasMessage
+Role::HasMessage::Errf
+  
+



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

2016-11-20 Thread Kent Fredric
commit: 89d61667690c206fb897c2ee178bcf989dae5f90
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Nov 21 02:41:13 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Nov 21 03:36:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d61667

dev-perl/Perl-PrereqScanner: Add w/ version 1.23.0

Required for dev-perl/Dist-Zilla

Previously maintained in ::perl-experimental by Torsten Veller and myself
since May 2010

Package-Manager: portage-2.3.2

 dev-perl/Perl-PrereqScanner/Manifest   |  1 +
 .../Perl-PrereqScanner-1.23.0.ebuild   | 46 ++
 dev-perl/Perl-PrereqScanner/metadata.xml   | 20 ++
 3 files changed, 67 insertions(+)

diff --git a/dev-perl/Perl-PrereqScanner/Manifest 
b/dev-perl/Perl-PrereqScanner/Manifest
new file mode 100644
index ..f1edee0
--- /dev/null
+++ b/dev-perl/Perl-PrereqScanner/Manifest
@@ -0,0 +1 @@
+DIST Perl-PrereqScanner-1.023.tar.gz 28136 SHA256 
280a1c4710390865fb9f310a861a34720b28b4cbe50609c841af5cf2d3a2bced SHA512 
9f2b6f7b7f5c7a34405cde8f1a31bedc001a877e04759ecae9529821d00869d2273c35b8c855f12f54ba27cfa99fc4b4ccf464603e2ad1c087f76a9f17856b47
 WHIRLPOOL 
f947842ce5d99800661427854f7915bf91dc5f50a7ef50213c61bf3d748aca6661163c2636ff4612762720e4375781564f1e4365ea339a5523a7e7ac022b60dd

diff --git a/dev-perl/Perl-PrereqScanner/Perl-PrereqScanner-1.23.0.ebuild 
b/dev-perl/Perl-PrereqScanner/Perl-PrereqScanner-1.23.0.ebuild
new file mode 100644
index ..381bc7a
--- /dev/null
+++ b/dev-perl/Perl-PrereqScanner/Perl-PrereqScanner-1.23.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+DIST_AUTHOR=RJBS
+DIST_VERSION=1.023
+inherit perl-module
+
+DESCRIPTION="a tool to scan your Perl code for its prerequisites"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test minimal"
+# r: File::Find -> perl
+# r: File::Spec::Functions -> File-Spec
+# r: FindBin  -> perl
+# r: List::Util -> Scalar-List-Utils
+# r: Moose::Role -> Moose
+# r: Scalar::Util -> Scalar-List-Utils
+# r: lib, strict, warnings -> perl
+RDEPEND="
+   >=virtual/perl-CPAN-Meta-Requirements-2.124.0
+   virtual/perl-File-Spec
+   virtual/perl-Getopt-Long
+   dev-perl/Getopt-Long-Descriptive
+   dev-perl/List-MoreUtils
+   virtual/perl-Scalar-List-Utils
+   dev-perl/Module-Path
+   dev-perl/Moose
+   >=dev-perl/PPI-1.215.0
+   dev-perl/Params-Util
+   >=dev-perl/String-RewritePrefix-0.5.0
+   dev-perl/namespace-autoclean
+"
+# t: PPI::Document -> PPI
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   !minimal? (
+   >=virtual/perl-CPAN-Meta-2.120.900
+   )
+   virtual/perl-File-Temp
+   >=virtual/perl-Test-Simple-0.960.0
+   dev-perl/Try-Tiny
+   )
+"

diff --git a/dev-perl/Perl-PrereqScanner/metadata.xml 
b/dev-perl/Perl-PrereqScanner/metadata.xml
new file mode 100644
index ..7af9c5e
--- /dev/null
+++ b/dev-perl/Perl-PrereqScanner/metadata.xml
@@ -0,0 +1,20 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Perl-PrereqScanner
+Perl::PrereqScanner
+Perl::PrereqScanner::App
+Perl::PrereqScanner::Scanner
+Perl::PrereqScanner::Scanner::Aliased
+Perl::PrereqScanner::Scanner::Moose
+Perl::PrereqScanner::Scanner::POE
+Perl::PrereqScanner::Scanner::Perl5
+Perl::PrereqScanner::Scanner::Superclass
+Perl::PrereqScanner::Scanner::TestMore
+  
+



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

2016-11-20 Thread Kent Fredric
commit: e657b5e97ce77b13b0a3b90e5bbe543f2ff2d9de
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Nov 21 01:57:12 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Nov 21 03:36:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e657b5e9

dev-perl/String-Flogger: Add w/ version 1.101.245

Required for dev-perl/Dist-Zilla via dev-perl/Log-Dispatchouli

Previously maintained in ::perl-experimental by Torsten Veller and myself
since May 2009

Package-Manager: portage-2.3.2

 dev-perl/String-Flogger/Manifest   |  1 +
 .../String-Flogger/String-Flogger-1.101.245.ebuild | 28 ++
 dev-perl/String-Flogger/metadata.xml   | 12 ++
 3 files changed, 41 insertions(+)

diff --git a/dev-perl/String-Flogger/Manifest b/dev-perl/String-Flogger/Manifest
new file mode 100644
index ..6c133d1
--- /dev/null
+++ b/dev-perl/String-Flogger/Manifest
@@ -0,0 +1 @@
+DIST String-Flogger-1.101245.tar.gz 14438 SHA256 
aa03c08e01f802a358c175c6093c02adf9688659a087a8ddefdc3e9cef72640b SHA512 
6bd9c413ba1816221278521f6a43d475f4d4748be23034da0340b37e20044afb2d26e03b7529ddac3d98485cc1de69a4b0dcffe75ce61eea1eed7b154ab6e11e
 WHIRLPOOL 
8ae36fe4a7614aaea8814fcaa9627a6b1ef48c7546dee734295e4a954754907c07c7b14072bbfc262bfb1810ab256896b07250c2b302d8285be4e01414349576

diff --git a/dev-perl/String-Flogger/String-Flogger-1.101.245.ebuild 
b/dev-perl/String-Flogger/String-Flogger-1.101.245.ebuild
new file mode 100644
index ..c9b6473
--- /dev/null
+++ b/dev-perl/String-Flogger/String-Flogger-1.101.245.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+DIST_AUTHOR=RJBS
+DIST_VERSION=1.101245
+inherit perl-module
+
+DESCRIPTION="string munging for loggers"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# r: Scalar::Util -> Scalar-List-Utils
+# r: Sub::Exporter::Util -> Sub-Exporter
+# r: strict, warnings -> perl
+RDEPEND="
+   dev-perl/JSON-MaybeXS
+   dev-perl/Params-Util
+   virtual/perl-Scalar-List-Utils
+   dev-perl/Sub-Exporter
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   >=virtual/perl-Test-Simple-0.960.0
+   )
+"

diff --git a/dev-perl/String-Flogger/metadata.xml 
b/dev-perl/String-Flogger/metadata.xml
new file mode 100644
index ..f633883
--- /dev/null
+++ b/dev-perl/String-Flogger/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+String-Flogger
+String::Flogger
+  
+



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

2016-11-20 Thread Kent Fredric
commit: 95a8525653f9b1b2f5cfc98288c15a1b2a545a02
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Nov 21 02:00:38 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Nov 21 03:36:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a85256

dev-perl/Sub-Exporter-GlobExporter: Add w/ version 0.5.0

 Required for dev-perl/Dist-Zilla via dev-perl/Log-Dispatchouli

Previously maintained in ::perl-experimental by Torsten Veller and myself
since Jan 2011

Package-Manager: portage-2.3.2

 dev-perl/Sub-Exporter-GlobExporter/Manifest|  1 +
 .../Sub-Exporter-GlobExporter-0.5.0.ebuild | 28 ++
 dev-perl/Sub-Exporter-GlobExporter/metadata.xml| 12 ++
 3 files changed, 41 insertions(+)

diff --git a/dev-perl/Sub-Exporter-GlobExporter/Manifest 
b/dev-perl/Sub-Exporter-GlobExporter/Manifest
new file mode 100644
index ..e34b6aa
--- /dev/null
+++ b/dev-perl/Sub-Exporter-GlobExporter/Manifest
@@ -0,0 +1 @@
+DIST Sub-Exporter-GlobExporter-0.005.tar.gz 16177 SHA256 
2fc45eefe6de07cd3fd8af9e799c697fbd35a02ecd5bf9bcd8c94cefb6db7a63 SHA512 
4c71209d8ee73bc01bcd52612dfded4bee1d6a9728fc7d70fc3c42b1f742bf836293184cb1b50e90e872bacac2c1585fcf663c702054d796a58fe494b6321b9a
 WHIRLPOOL 
6a1dd938c23e0d8990f1c154ef3f3055a72dbcf03d55ee47d32e09db53a438146950fca609ceb6adedaa1029b09d7c693de6e13f4d9ddab5dbb28ac508532d29

diff --git 
a/dev-perl/Sub-Exporter-GlobExporter/Sub-Exporter-GlobExporter-0.5.0.ebuild 
b/dev-perl/Sub-Exporter-GlobExporter/Sub-Exporter-GlobExporter-0.5.0.ebuild
new file mode 100644
index ..fee1aca
--- /dev/null
+++ b/dev-perl/Sub-Exporter-GlobExporter/Sub-Exporter-GlobExporter-0.5.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.005
+inherit perl-module
+
+DESCRIPTION="export shared globs with Sub::Exporter collectors"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+# r: Scalar::Util -> Scalar-List-Utils
+# r: strict, warnings -> perl
+RDEPEND="
+   dev-perl/Sub-Exporter
+   virtual/perl-Scalar-List-Utils
+"
+# t: IPC::Open3 -> perl
+# t: lib -> perl
+# t: Test::More -> Test-Simple
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+   test? (
+   virtual/perl-File-Spec
+   >=virtual/perl-Test-Simple-0.960.0
+   )
+"

diff --git a/dev-perl/Sub-Exporter-GlobExporter/metadata.xml 
b/dev-perl/Sub-Exporter-GlobExporter/metadata.xml
new file mode 100644
index ..7730f27
--- /dev/null
+++ b/dev-perl/Sub-Exporter-GlobExporter/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Sub-Exporter-GlobExporter
+Sub::Exporter::GlobExporter
+  
+



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

2016-11-20 Thread Kent Fredric
commit: aae6337ffa974a2fde59773551d5a4443b16a928
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Nov 21 02:05:35 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Nov 21 03:36:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae6337f

dev-perl/Log-Dispatchouli: Add w/ version 2.15.0

Required for dev-perl/Dist-Zilla

Previously maintained in ::perl-experimental by Torsten Veller and myself
since March 2010

Package-Manager: portage-2.3.2

 .../Log-Dispatchouli-2.15.0.ebuild | 45 ++
 dev-perl/Log-Dispatchouli/Manifest |  1 +
 dev-perl/Log-Dispatchouli/metadata.xml | 14 +++
 3 files changed, 60 insertions(+)

diff --git a/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.15.0.ebuild 
b/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.15.0.ebuild
new file mode 100644
index ..c8e3ab8
--- /dev/null
+++ b/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.15.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+DIST_AUTHOR=RJBS
+DIST_VERSION=2.015
+inherit perl-module
+
+DESCRIPTION="a simple wrapper around Log::Dispatch"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test minimal"
+
+# r: Log::Dispatch::File -> Log-Dispatch
+# r: Log::Dispatch::Screen -> Log-Dispatch
+# r: Log::Dispatch::Syslog -> Log-Dispatch
+# r: Scalar::Util - Scalar-List-Utils
+# r: overload, strict, warnings -> perl
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-File-Spec
+   dev-perl/Log-Dispatch
+   dev-perl/Log-Dispatch-Array
+   dev-perl/Params-Util
+   virtual/perl-Scalar-List-Utils
+   dev-perl/String-Flogger
+   dev-perl/Sub-Exporter
+   >=dev-perl/Sub-Exporter-GlobExporter-0.2.0
+   >=virtual/perl-Sys-Syslog-0.160.0
+   >=dev-perl/Try-Tiny-0.40.0
+"
+# t: File::Spec::Functions -> File-Spec
+# t: base, lib -> perl
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   !minimal? (
+   >=virtual/perl-CPAN-Meta-2.120.900
+   )
+   virtual/perl-File-Temp
+   dev-perl/Test-Deep
+   dev-perl/Test-Fatal
+   >=virtual/perl-Test-Simple-0.960.0
+   )
+"

diff --git a/dev-perl/Log-Dispatchouli/Manifest 
b/dev-perl/Log-Dispatchouli/Manifest
new file mode 100644
index ..6f848c5
--- /dev/null
+++ b/dev-perl/Log-Dispatchouli/Manifest
@@ -0,0 +1 @@
+DIST Log-Dispatchouli-2.015.tar.gz 30232 SHA256 
3671379ef2d93c7280fdca2cd7b9a84f6af31bd047242edb343b33e9f5f6ff3f SHA512 
ccefa751dffab72021a668aca68272ddfe7b2746042515af4b984ea5481d2b4e845a6ca1c2a737ed65a0ff6656ea89b6de78adefa5abcdd9ccb5ea4b82777f9b
 WHIRLPOOL 
0420a6cac4908f1949704f0c78fb03966e163d50465c23d03e2f9abd618dd352ef6a5de9a831d6b57f7d0e8b2f3b14a4b1f06b090db7e1b97213a5bc7f07c3f5

diff --git a/dev-perl/Log-Dispatchouli/metadata.xml 
b/dev-perl/Log-Dispatchouli/metadata.xml
new file mode 100644
index ..6f6e3d1
--- /dev/null
+++ b/dev-perl/Log-Dispatchouli/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Log-Dispatchouli
+Log::Dispatchouli
+Log::Dispatchouli::Global
+Log::Dispatchouli::Proxy
+  
+



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

2016-11-20 Thread Kent Fredric
commit: 2a157ee08230739d54b7b43cbf0f2254228eafd7
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Nov 21 02:12:46 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Nov 21 03:36:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a157ee0

dev-perl/MooseX-SetOnce: Add w/ version 0.200.2

Required for dev-perl/Dist-Zilla

Previously maintained in ::perl-experimental by Torsten Veller
and myself since June 2010

Package-Manager: portage-2.3.2

 dev-perl/MooseX-SetOnce/Manifest   |  1 +
 .../MooseX-SetOnce/MooseX-SetOnce-0.200.2.ebuild   | 31 ++
 dev-perl/MooseX-SetOnce/metadata.xml   | 15 +++
 3 files changed, 47 insertions(+)

diff --git a/dev-perl/MooseX-SetOnce/Manifest b/dev-perl/MooseX-SetOnce/Manifest
new file mode 100644
index ..6e9b370
--- /dev/null
+++ b/dev-perl/MooseX-SetOnce/Manifest
@@ -0,0 +1 @@
+DIST MooseX-SetOnce-0.22.tar.gz 13849 SHA256 
cbed06b7fcd353f0d99bf80a87c1c0b581160697231b3ad9a608da231ba2b659 SHA512 
7783496c0d9c82793bd730894ffb8e640caa199fc1b320c9007fc482eaf123c415914780801b9907fc6d1fd460d47fbb38824b75ae1dce6130f7f80a248b2166
 WHIRLPOOL 
99b0387141ca959fc6b0562c8d8a34d05b059c9dd2c9bd0aff97aa03a67954288e0c7687db9234736c5a799e27d590bd714846045025c9956fb242933aa7de3a

diff --git a/dev-perl/MooseX-SetOnce/MooseX-SetOnce-0.200.2.ebuild 
b/dev-perl/MooseX-SetOnce/MooseX-SetOnce-0.200.2.ebuild
new file mode 100644
index ..a94a5be
--- /dev/null
+++ b/dev-perl/MooseX-SetOnce/MooseX-SetOnce-0.200.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.22
+inherit perl-module
+
+DESCRIPTION="write-once, read-many attributes for Moose"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+# r: Moose::Role -> Moose
+# r: strict, warnings -> perl
+RDEPEND="
+   >=dev-perl/Moose-0.900.0
+"
+# t: IO::Handle -> IO
+# t: IPC::Open3 -> perl
+# t: Test::More -> Test-Simple
+# t: lib -> perl
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+   test? (
+   virtual/perl-File-Spec
+   virtual/perl-IO
+   dev-perl/Test-Fatal
+   >=virtual/perl-Test-Simple-0.960.0
+   )
+"

diff --git a/dev-perl/MooseX-SetOnce/metadata.xml 
b/dev-perl/MooseX-SetOnce/metadata.xml
new file mode 100644
index ..fd797a2
--- /dev/null
+++ b/dev-perl/MooseX-SetOnce/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+MooseX-SetOnce
+Moose::Meta::Attribute::Custom::Trait::SetOnce
+MooseX::SetOnce
+MooseX::SetOnce::Accessor
+MooseX::SetOnce::Attribute
+  
+



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-MVP-Reader-INI/

2016-11-20 Thread Kent Fredric
commit: d2fde39e096fe0acd30c72b2e21965a68df162d6
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Nov 21 01:49:37 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Nov 21 03:36:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2fde39e

dev-perl/Config-MVP-Reader-INI: Add w/ version 2.101.463

Required for dev-perl/Dist-Zilla

Previously maintained in ::perl-experimental since Jun 2010 by
Torsten Veller and myself.

Package-Manager: portage-2.3.2

 .../Config-MVP-Reader-INI-2.101.463.ebuild | 31 ++
 dev-perl/Config-MVP-Reader-INI/Manifest|  1 +
 dev-perl/Config-MVP-Reader-INI/metadata.xml| 12 +
 3 files changed, 44 insertions(+)

diff --git 
a/dev-perl/Config-MVP-Reader-INI/Config-MVP-Reader-INI-2.101.463.ebuild 
b/dev-perl/Config-MVP-Reader-INI/Config-MVP-Reader-INI-2.101.463.ebuild
new file mode 100644
index ..b8be58d
--- /dev/null
+++ b/dev-perl/Config-MVP-Reader-INI/Config-MVP-Reader-INI-2.101.463.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=2.101463
+inherit perl-module
+
+DESCRIPTION="an MVP config reader for .ini files"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# r: Config::INI::Reader -> Config-INI
+# r: Config::MVP::Reader -> Config-MVP
+# r: Config::MVP::Reader::Findable -> Config-MVP
+RDEPEND="
+   dev-perl/Config-INI
+   >=dev-perl/Config-MVP-2
+   dev-perl/Moose
+   virtual/perl-parent
+"
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+   test? (
+   >=virtual/perl-Test-Simple-0.960.0
+   )
+"

diff --git a/dev-perl/Config-MVP-Reader-INI/Manifest 
b/dev-perl/Config-MVP-Reader-INI/Manifest
new file mode 100644
index ..978b784
--- /dev/null
+++ b/dev-perl/Config-MVP-Reader-INI/Manifest
@@ -0,0 +1 @@
+DIST Config-MVP-Reader-INI-2.101463.tar.gz 14671 SHA256 
69a916bf3711ebc9e7d4caaa70f3c695e918b93a5923958773303e0da0b6d445 SHA512 
79e65082058fa7c5ae24e8deb69c0f17dafe9727c57c7fdb4fc2cbc4f634b424c8d1a17e16f879b879769b3030f9f7cf555d9f582db6df83a33ea86141449e54
 WHIRLPOOL 
dc806b1b1a2078f1858be77dfef9f629dbfbb414ca9f3895bff65d754f2f472cbbafe98b5b9db6ca8cbe0e881ff396519116aec0cc557367c816db308675c399

diff --git a/dev-perl/Config-MVP-Reader-INI/metadata.xml 
b/dev-perl/Config-MVP-Reader-INI/metadata.xml
new file mode 100644
index ..3741c6f
--- /dev/null
+++ b/dev-perl/Config-MVP-Reader-INI/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Config-MVP-Reader-INI
+Config::MVP::Reader::INI
+  
+



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

2016-11-20 Thread Kent Fredric
commit: 136716e610c7e7304361cfca37166a8d3aafd7b9
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Nov 21 01:37:05 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Nov 21 03:36:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=136716e6

dev-perl/String-Errf: Add w/ version 0.8.0

Required by dev-perl/Dist-Zilla:
  dev-perl/Dist-Zilla ->
   dev-perl/Config-MVP ->
dev-perl/Role-HasMessage ->
 dev-perl/String-Errf

Previously maintained by myself and Torsten Veller in ::perl-experimental
since Feb 2011

Package-Manager: portage-2.3.2

 dev-perl/String-Errf/Manifest |  1 +
 dev-perl/String-Errf/String-Errf-0.8.0.ebuild | 35 +++
 dev-perl/String-Errf/metadata.xml | 12 +
 3 files changed, 48 insertions(+)

diff --git a/dev-perl/String-Errf/Manifest b/dev-perl/String-Errf/Manifest
new file mode 100644
index ..9f3b01d
--- /dev/null
+++ b/dev-perl/String-Errf/Manifest
@@ -0,0 +1 @@
+DIST String-Errf-0.008.tar.gz 21477 SHA256 
ae136f783dac6587aea2d22d64ec205272153a83f954b075766e3d298a4ed6db SHA512 
0684613c932ace4b7ee2f44a73a1bfd90ce195203ffb3da8ec5689d7ed912854490288d8e559cd97ff7af5b8c0486abdb357353c1dee4edbdc4b17ada56b156b
 WHIRLPOOL 
358e0e076f7d8e8ea30f7cda318417070cf89a173ec210de8ec1b63376fb2a72e48c87abd25e137e0770e1cc71ac5741aaf9a4de8cab34a81e78212778d2e9d8

diff --git a/dev-perl/String-Errf/String-Errf-0.8.0.ebuild 
b/dev-perl/String-Errf/String-Errf-0.8.0.ebuild
new file mode 100644
index ..91d8050
--- /dev/null
+++ b/dev-perl/String-Errf/String-Errf-0.8.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.008
+inherit perl-module
+
+DESCRIPTION="a simple sprintf-like dialect"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# r: Scalar::Util -> Scalar-List-Utils
+RDEPEND="
+   virtual/perl-Carp
+   dev-perl/Params-Util
+   virtual/perl-Scalar-List-Utils
+   >=dev-perl/String-Formatter-0.102.81
+   dev-perl/Sub-Exporter
+   virtual/perl-Time-Piece
+   virtual/perl-parent
+"
+# t: Date::Format -> TimeDate
+DEPEND="
+   ${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   dev-perl/TimeDate
+   virtual/perl-File-Spec
+   dev-perl/JSON-MaybeXS
+   >=virtual/perl-Test-Simple-0.960.0
+   virtual/perl-autodie
+   )
+"

diff --git a/dev-perl/String-Errf/metadata.xml 
b/dev-perl/String-Errf/metadata.xml
new file mode 100644
index ..512dde6
--- /dev/null
+++ b/dev-perl/String-Errf/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+String-Errf
+String::Errf
+  
+



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

2016-11-20 Thread Kent Fredric
commit: 5a8b6d3242540e706782d255aa6801f2963bb3c6
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Nov 21 02:18:52 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Nov 21 03:36:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a8b6d32

dev-perl/MooseX-Types-Perl: Add w/ version 0.101.343

required for dev-perl/Dist-Zilla

Previously maintained by Torsten Veller and myself since June 2010
in the ::perl-experimental overlay.

Package-Manager: portage-2.3.2

 dev-perl/MooseX-Types-Perl/Manifest|  1 +
 .../MooseX-Types-Perl-0.101.343.ebuild | 26 ++
 dev-perl/MooseX-Types-Perl/metadata.xml| 12 ++
 3 files changed, 39 insertions(+)

diff --git a/dev-perl/MooseX-Types-Perl/Manifest 
b/dev-perl/MooseX-Types-Perl/Manifest
new file mode 100644
index ..3a30ad0
--- /dev/null
+++ b/dev-perl/MooseX-Types-Perl/Manifest
@@ -0,0 +1 @@
+DIST MooseX-Types-Perl-0.101343.tar.gz 14353 SHA256 
f084beaf3c33209c68d05d4dbc24c25d604a6458b9738d96dceb086c8ef1325a SHA512 
a3ad0f1b3dcde93f23254f084faadde7d3b03076f045802d7757c5580b2d0fb6cb748143a99fcd650492fc7da8938e28d8e0b7714070386638d972ab7d799e9a
 WHIRLPOOL 
31765435f399c0294c024833123e18e6f89dd8f0be10161f7288cd3e6ae9c910caa16db558bb08816fdc075be1f565aa4a28a64a20150a502aa8af46372eafa5

diff --git a/dev-perl/MooseX-Types-Perl/MooseX-Types-Perl-0.101.343.ebuild 
b/dev-perl/MooseX-Types-Perl/MooseX-Types-Perl-0.101.343.ebuild
new file mode 100644
index ..7c0c416
--- /dev/null
+++ b/dev-perl/MooseX-Types-Perl/MooseX-Types-Perl-0.101.343.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.101343
+inherit perl-module
+
+DESCRIPTION="Moose types that check against Perl syntax"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+# MooseX::Types::Moose -> MooseX-Types
+RDEPEND="
+   dev-perl/MooseX-Types
+   dev-perl/Params-Util
+   >=virtual/perl-version-0.820.0
+"
+# t: charnames, strict, warnings -> perl
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+   test? (
+   >=virtual/perl-Test-Simple-0.960.0
+   )
+"

diff --git a/dev-perl/MooseX-Types-Perl/metadata.xml 
b/dev-perl/MooseX-Types-Perl/metadata.xml
new file mode 100644
index ..0b4eaa7
--- /dev/null
+++ b/dev-perl/MooseX-Types-Perl/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+MooseX-Types-Perl
+MooseX::Types::Perl
+  
+



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

2016-11-20 Thread Kent Fredric
commit: 3b748b42a3095bfde7c8300485d59e16878e6681
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Nov 21 03:02:48 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Nov 21 03:36:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b748b42

dev-perl/Log-Message: Add w/ version 0.80.0

This is a requirement of dev-perl/Dist-Zilla ->
 via dev-perl/Term-UI ->
  via dev-perl/Log-Message-Simple ->
dev-perl/Log-Message

Previously maintained by Torsten Veller and myself
since December 2009.

Also formerly perl-core/Log-Message

Package-Manager: portage-2.3.2

 dev-perl/Log-Message/Log-Message-0.80.0.ebuild | 25 +
 dev-perl/Log-Message/Manifest  |  1 +
 dev-perl/Log-Message/metadata.xml  | 15 +++
 3 files changed, 41 insertions(+)

diff --git a/dev-perl/Log-Message/Log-Message-0.80.0.ebuild 
b/dev-perl/Log-Message/Log-Message-0.80.0.ebuild
new file mode 100644
index ..5a9521b
--- /dev/null
+++ b/dev-perl/Log-Message/Log-Message-0.80.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+DIST_AUTHOR=BINGOS
+DIST_VERSION=0.08
+inherit perl-module
+
+DESCRIPTION="Powerful and flexible message logging mechanism"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RDEPEND="
+   virtual/perl-File-Spec
+   virtual/perl-Locale-Maketext-Simple
+   virtual/perl-Module-Load
+   virtual/perl-Params-Check
+   virtual/perl-if
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test-Simple
+   )
+"

diff --git a/dev-perl/Log-Message/Manifest b/dev-perl/Log-Message/Manifest
new file mode 100644
index ..c49fe65
--- /dev/null
+++ b/dev-perl/Log-Message/Manifest
@@ -0,0 +1 @@
+DIST Log-Message-0.08.tar.gz 12507 SHA256 
bd697dd62aaf26d118e9f0a0813429deb1c544e4501559879b61fcbdfe99fe46 SHA512 
7dffaa66bae132a958b08948369761b1871af4fb0f719f1b39f997813103ab02db62cb5ca3ee89607640070e410b020e23ebfd4d3d8d9ca8b01ffed2ced8
 WHIRLPOOL 
1867a28c16e580a028b9937d331be83d30dd6023b4aa02cdd64eb720df667a21ee1af920c19e4ed8bcd85f8625c80a4f7ed9b217530c1589bfc7383d0c8dd5c6

diff --git a/dev-perl/Log-Message/metadata.xml 
b/dev-perl/Log-Message/metadata.xml
new file mode 100644
index ..6cad33b
--- /dev/null
+++ b/dev-perl/Log-Message/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Log-Message
+Log::Message
+Log::Message::Config
+Log::Message::Handlers
+Log::Message::Item
+  
+



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

2016-11-20 Thread Kent Fredric
commit: 0e23416b7d3efeb4aea19fdb7beacac1f37f5bed
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Nov 21 02:08:59 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Nov 21 03:36:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e23416b

dev-perl/MooseX-LazyRequire: Add w/ version 0.110.0

Required for dev-perl/Dist-Zilla

Previously maintained in ::perl-experimental by Michele Beltrame,
Torsten Veller and myself since August 2009

Package-Manager: portage-2.3.2

 dev-perl/MooseX-LazyRequire/Manifest   |  1 +
 .../MooseX-LazyRequire-0.110.0.ebuild  | 34 ++
 dev-perl/MooseX-LazyRequire/metadata.xml   | 13 +
 3 files changed, 48 insertions(+)

diff --git a/dev-perl/MooseX-LazyRequire/Manifest 
b/dev-perl/MooseX-LazyRequire/Manifest
new file mode 100644
index ..c6b0c8c
--- /dev/null
+++ b/dev-perl/MooseX-LazyRequire/Manifest
@@ -0,0 +1 @@
+DIST MooseX-LazyRequire-0.11.tar.gz 26404 SHA256 
ef620c1e019daf9cf3f23a943d25a94c91e93ab312bcd63be2e9740ec0b94288 SHA512 
aec29204be8f023a63fa9e313ac5fa5374c985517eca5a022b4b518495b4158a71b49f36819e954a8f03cf35dd0fb5a183904797e022beeb1a35de7a5532cc14
 WHIRLPOOL 
bd387947b255a6ec3328a7f2ee1ee51d1c1ad26f83a176e77900cacdb6616f628ba895421b58ca0b3254fde760b4c54789a12e412a763cdc64b1a51913b38cf8

diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0.ebuild 
b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0.ebuild
new file mode 100644
index ..9ef0c13
--- /dev/null
+++ b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+DIST_AUTHOR=ETHER
+DIST_VERSION=0.11
+inherit perl-module
+
+DESCRIPTION="Required attributes which fail only when trying to use them"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test minimal"
+# r: Moose::Exporter -> Moose
+# r: Moose::Role -> Moose
+RDEPEND="
+   virtual/perl-Carp
+   >=dev-perl/Moose-0.940.0
+   >=dev-perl/aliased-0.300.0
+   dev-perl/namespace-autoclean
+"
+# t: Test::More -> Test-Simple
+# t: strict,warnings -> perl
+DEPEND="${RDEPEND}
+   >=dev-perl/Module-Build-Tiny-0.37.0
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   !minimal? (
+   >=virtual/perl-CPAN-Meta-2.120.900
+   )
+   virtual/perl-File-Spec
+   dev-perl/Test-Fatal
+   >=virtual/perl-Test-Simple-0.880.0
+   )
+"

diff --git a/dev-perl/MooseX-LazyRequire/metadata.xml 
b/dev-perl/MooseX-LazyRequire/metadata.xml
new file mode 100644
index ..ed1e8c6
--- /dev/null
+++ b/dev-perl/MooseX-LazyRequire/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+MooseX-LazyRequire
+MooseX::LazyRequire
+MooseX::LazyRequire::Meta::Attribute::Trait::LazyRequire
+  
+



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

2016-11-20 Thread Kent Fredric
commit: 85da104c635d2e99fa77b8adf807e4dc690afc34
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Nov 21 01:23:34 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Nov 21 03:36:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85da104c

dev-perl/Role-Identifiable: Add w/ version 0.7.0

Requried for dev-perl/Dist-Zilla via its dependency dev-perl/Config-MVP

Previously maintained in ::perl-experimental  since Feb 2011 by myself
and Torsten Veller

Package-Manager: portage-2.3.2

 dev-perl/Role-Identifiable/Manifest|  1 +
 .../Role-Identifiable-0.7.0.ebuild | 29 ++
 dev-perl/Role-Identifiable/metadata.xml| 13 ++
 3 files changed, 43 insertions(+)

diff --git a/dev-perl/Role-Identifiable/Manifest 
b/dev-perl/Role-Identifiable/Manifest
new file mode 100644
index ..1f76f85
--- /dev/null
+++ b/dev-perl/Role-Identifiable/Manifest
@@ -0,0 +1 @@
+DIST Role-Identifiable-0.007.tar.gz 13429 SHA256 
561346d1a1a07a45bd851d859a825a7f67925a7a3ba5ba58e0cdad8bb99073ad SHA512 
811c81e3fbf8499269c4db3a45d60b35ae6ff8a8d5a93308607f37c97c2f52ad4ee6db28d15497d4d1f8cb59c67f03f479632d1a2d440034e8cd711b2a5349df
 WHIRLPOOL 
ef4e02fbd06a24026b8770fea154189be0b0ef6e804d4cd3d5897eca94f28f79fc9812ddd6f9b551878434de38c044a7025e775542bb6bbd1250aa99853859f7

diff --git a/dev-perl/Role-Identifiable/Role-Identifiable-0.7.0.ebuild 
b/dev-perl/Role-Identifiable/Role-Identifiable-0.7.0.ebuild
new file mode 100644
index ..8d3a3be
--- /dev/null
+++ b/dev-perl/Role-Identifiable/Role-Identifiable-0.7.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.007
+inherit perl-module
+
+DESCRIPTION="a thing with a list of tags"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# r: Moose::Role -> Moose
+# r: Moose::Util::TypeConstraints -> Moose
+RDEPEND="
+   dev-perl/Moose
+"
+# t: IO::Handle -> IO
+# t: IPC::Open3 -> perl
+DEPEND="
+   ${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+   test? (
+   virtual/perl-File-Spec
+   virtual/perl-IO
+   >=virtual/perl-Test-Simple-0.960.0
+   )
+"

diff --git a/dev-perl/Role-Identifiable/metadata.xml 
b/dev-perl/Role-Identifiable/metadata.xml
new file mode 100644
index ..54be6d5
--- /dev/null
+++ b/dev-perl/Role-Identifiable/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Role-Identifiable
+Role::Identifiable::HasIdent
+Role::Identifiable::HasTags
+  
+



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

2016-11-20 Thread Kent Fredric
commit: 0734d6dcf68a828863910afe90cc53de3f164dca
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Nov 21 03:09:09 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Nov 21 03:36:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0734d6dc

dev-perl/Term-UI: Add w/ version 0.460.0

Required for dev-perl/Dist-Zilla

Previously maintained in ::perl-experimental by Torsten Veller and myself
since December 2009.

Was also formerly known as perl-core/Term-UI

Package-Manager: portage-2.3.2

 dev-perl/Term-UI/Manifest   |  1 +
 dev-perl/Term-UI/Term-UI-0.460.0.ebuild | 25 +
 dev-perl/Term-UI/metadata.xml   | 13 +
 3 files changed, 39 insertions(+)

diff --git a/dev-perl/Term-UI/Manifest b/dev-perl/Term-UI/Manifest
new file mode 100644
index ..9247194
--- /dev/null
+++ b/dev-perl/Term-UI/Manifest
@@ -0,0 +1 @@
+DIST Term-UI-0.46.tar.gz 12295 SHA256 
91946c80d7f4aab0ca4bfedc3bbe0a75b37cab1a29bd7bca3b3b7456d417e9a6 SHA512 
7788d651e29e9c7b9c0c2b2074b39f143216a321a5a71c9c4e52fe32e44a246faade8cfdf109bcf7cfe1bac5d9d97fc920c6344a5692e8508361f1c780c41054
 WHIRLPOOL 
fc69bb9eec9b88efc8fcf36085481ea73b3d2d2596ba35a5811488471771feaa57f5f240f2637facbf43515a1e75375d72995c39779ef75e59df765132d5e6bf

diff --git a/dev-perl/Term-UI/Term-UI-0.460.0.ebuild 
b/dev-perl/Term-UI/Term-UI-0.460.0.ebuild
new file mode 100644
index ..736072e
--- /dev/null
+++ b/dev-perl/Term-UI/Term-UI-0.460.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+DIST_AUTHOR=BINGOS
+DIST_VERSION=0.46
+inherit perl-module
+
+DESCRIPTION="User interfaces via Term::ReadLine made easy"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RDEPEND="
+   virtual/perl-Locale-Maketext-Simple
+   dev-perl/Log-Message-Simple
+   virtual/perl-Params-Check
+   virtual/perl-Term-ReadLine
+   virtual/perl-if
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   >=virtual/perl-Test-Simple-0.310.0
+   )
+"

diff --git a/dev-perl/Term-UI/metadata.xml b/dev-perl/Term-UI/metadata.xml
new file mode 100644
index ..41dc85c
--- /dev/null
+++ b/dev-perl/Term-UI/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Term-UI
+Term::UI
+Term::UI::History
+  
+



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

2016-11-20 Thread Kent Fredric
commit: 0bfbc46a69721d71e66d67b66c5a3a263b2ba5c8
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Nov 21 01:13:25 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Nov 21 03:36:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bfbc46a

dev-perl/Config-INI: Add w/ version 0.25.0

A requirement for dev-perl/Dist-Zilla

Previously maintained by myself and Torsten Veller on ::perl-experimental
since May 2009

Package-Manager: portage-2.3.2

 dev-perl/Config-INI/Config-INI-0.25.0.ebuild | 31 
 dev-perl/Config-INI/Manifest |  1 +
 dev-perl/Config-INI/metadata.xml | 14 +
 3 files changed, 46 insertions(+)

diff --git a/dev-perl/Config-INI/Config-INI-0.25.0.ebuild 
b/dev-perl/Config-INI/Config-INI-0.25.0.ebuild
new file mode 100644
index ..9cb15ac
--- /dev/null
+++ b/dev-perl/Config-INI/Config-INI-0.25.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.025
+inherit perl-module
+
+DESCRIPTION="simple .ini-file format"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test minimal"
+
+# r: Mixin::Linewise::Readers -> Mixin-Linewise
+# r: Mixin::Linewise::Writers -> Mixin-Linewise
+# r: strict, warnings -> perl
+RDEPEND="
+   virtual/perl-Carp
+   >=dev-perl/Mixin-Linewise-0.105.0
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   !minimal? (
+   >=virtual/perl-CPAN-Meta-2.120.900
+   )
+   virtual/perl-File-Spec
+   virtual/perl-IO
+   >=virtual/perl-Test-Simple-0.960.0
+   )
+"

diff --git a/dev-perl/Config-INI/Manifest b/dev-perl/Config-INI/Manifest
new file mode 100644
index ..68a00ed
--- /dev/null
+++ b/dev-perl/Config-INI/Manifest
@@ -0,0 +1 @@
+DIST Config-INI-0.025.tar.gz 25405 SHA256 
628bf76d5b91f89dde22d4813ec033026ebf71b772bb61ccda909da00c869732 SHA512 
2831e2611409c1f09029b37e56bcbc875051cf9ac5e458f38fbac29a3e48665f49ea9ac6651971e9b52b2c702507eb801c518a8417bbf0806270b0bc4155
 WHIRLPOOL 
9d2c6dbb5a7ac1580b37aec1c88eb08dd53d5a15d67bcd96385746ec27e52940ba69b4c57675bd6bfae873febfa2bac5dbd23173488fa4c4d5a5d40e515fce48

diff --git a/dev-perl/Config-INI/metadata.xml b/dev-perl/Config-INI/metadata.xml
new file mode 100644
index ..b63b67c
--- /dev/null
+++ b/dev-perl/Config-INI/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Config-INI
+Config::INI
+Config::INI::Reader
+Config::INI::Writer
+  
+



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

2016-11-20 Thread Kent Fredric
commit: 7ecd2b44bd4afc920adc9f620c13324fef4f7950
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Nov 21 01:19:58 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Nov 21 03:36:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ecd2b44

dev-perl/MooseX-OneArgNew: Add w/ version 0.5.0

Required for dev-perl/Dist-Zilla via dev-perl/Config-MVP

Was in ::perl-experimental since Feb 2011 maintained by myself
with contributions from Torsten Veller

Package-Manager: portage-2.3.2

 dev-perl/MooseX-OneArgNew/Manifest |  1 +
 .../MooseX-OneArgNew/MooseX-OneArgNew-0.5.0.ebuild | 30 ++
 dev-perl/MooseX-OneArgNew/metadata.xml | 12 +
 3 files changed, 43 insertions(+)

diff --git a/dev-perl/MooseX-OneArgNew/Manifest 
b/dev-perl/MooseX-OneArgNew/Manifest
new file mode 100644
index ..d281712
--- /dev/null
+++ b/dev-perl/MooseX-OneArgNew/Manifest
@@ -0,0 +1 @@
+DIST MooseX-OneArgNew-0.005.tar.gz 16071 SHA256 
7e4fcf474ea6c4244f0885f1066729cfdc472fbd7190dd41b4b55bcd67c3103f SHA512 
0d846346be4eb2deb8a212220991dc727a3ca1fab4109292117dadc8f64fef20ddc93877d198d56974686fbd5d3f4ebf10abd429f08c7fbf1de42975138259ba
 WHIRLPOOL 
772b03898d8131529305d0381b00899f0507952101dc4dd3c423092c9e3b6adc599381438595b930b5347a77646451f8b5235424ad926a2683b57b6dd24bf564

diff --git a/dev-perl/MooseX-OneArgNew/MooseX-OneArgNew-0.5.0.ebuild 
b/dev-perl/MooseX-OneArgNew/MooseX-OneArgNew-0.5.0.ebuild
new file mode 100644
index ..71dfaf0
--- /dev/null
+++ b/dev-perl/MooseX-OneArgNew/MooseX-OneArgNew-0.5.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.005
+inherit perl-module
+
+DESCRIPTION="teach ->new to accept single, non-hashref arguments"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test minimal"
+
+# r: Moose::Util::TypeConstraints -> Moose
+RDEPEND="
+   dev-perl/Moose
+   >=dev-perl/MooseX-Role-Parameterized-1.10.0
+   dev-perl/namespace-autoclean
+"
+# t: strict, warnings -> perl
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   !minimal? (
+   >=virtual/perl-CPAN-Meta-2.120.900
+   )
+   virtual/perl-File-Spec
+   >=virtual/perl-Test-Simple-0.960.0
+   )
+"

diff --git a/dev-perl/MooseX-OneArgNew/metadata.xml 
b/dev-perl/MooseX-OneArgNew/metadata.xml
new file mode 100644
index ..3730ed4
--- /dev/null
+++ b/dev-perl/MooseX-OneArgNew/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+MooseX-OneArgNew
+MooseX::OneArgNew
+  
+



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Message-Simple/

2016-11-20 Thread Kent Fredric
commit: 704688371c798b97b442b2f9cc56ecf059e37f38
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Nov 21 03:06:02 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Nov 21 03:36:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70468837

dev-perl/Log-Message-Simple: Add w/ version 0.100.0

required for dev-perl/Dist-Zilla via dev-perl/Term-UI

Previously maintained in ::perl-experimental by Torsten Veller and myself
since December 2009.

Also formerly called perl-core/Log-Message-Simple

Package-Manager: portage-2.3.2

 .../Log-Message-Simple-0.100.0.ebuild  | 23 ++
 dev-perl/Log-Message-Simple/Manifest   |  1 +
 dev-perl/Log-Message-Simple/metadata.xml   | 13 
 3 files changed, 37 insertions(+)

diff --git a/dev-perl/Log-Message-Simple/Log-Message-Simple-0.100.0.ebuild 
b/dev-perl/Log-Message-Simple/Log-Message-Simple-0.100.0.ebuild
new file mode 100644
index ..384f238
--- /dev/null
+++ b/dev-perl/Log-Message-Simple/Log-Message-Simple-0.100.0.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_AUTHOR=BINGOS
+DIST_VERSION=0.10
+inherit perl-module
+
+DESCRIPTION="Simplified interface to Log::Message"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RDEPEND="
+   virtual/perl-Carp
+   dev-perl/Log-Message
+   virtual/perl-if
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test-Simple
+   )
+"

diff --git a/dev-perl/Log-Message-Simple/Manifest 
b/dev-perl/Log-Message-Simple/Manifest
new file mode 100644
index ..430e258
--- /dev/null
+++ b/dev-perl/Log-Message-Simple/Manifest
@@ -0,0 +1 @@
+DIST Log-Message-Simple-0.10.tar.gz 5717 SHA256 
aa12d1a4c0ac260b94d448fa01feba242a8a85cb6cbfdc66432e3b5b468add96 SHA512 
7915f19dabae801da08e230d846faa6da8f82dd8ac90ed9aedbab9022c45ef0464c1fb511d5ac074c7a77d59eab2a8b549da686cc79ed9a8c40a8eb9d12fb418
 WHIRLPOOL 
1022e43921f4520ac07344f05a51a9c46622121f8a4d13e7f7e2e2c68c4c478940bd768231b15cdfed6cfd057ee284bc819c5d19ec89a43be237258cc973ffd0

diff --git a/dev-perl/Log-Message-Simple/metadata.xml 
b/dev-perl/Log-Message-Simple/metadata.xml
new file mode 100644
index ..6023f1b
--- /dev/null
+++ b/dev-perl/Log-Message-Simple/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Log-Message-Simple
+Log::Message::Handlers
+Log::Message::Simple
+  
+



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

2016-11-20 Thread Aaron Bauman
commit: 19eb6b32059e4c0351e7a4649cd9de2164ab91d5
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Nov 21 03:10:35 2016 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Nov 21 03:10:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19eb6b32

net-irc/unrealircd: remove vulnerable wrt sec bug #593294

 net-irc/unrealircd/Manifest   |   1 -
 net-irc/unrealircd/unrealircd-3.2.10.4.ebuild | 213 --
 2 files changed, 214 deletions(-)

diff --git a/net-irc/unrealircd/Manifest b/net-irc/unrealircd/Manifest
index 6899878..29e7596 100644
--- a/net-irc/unrealircd/Manifest
+++ b/net-irc/unrealircd/Manifest
@@ -1,3 +1,2 @@
-DIST Unreal3.2.10.4.tar.gz 3540227 SHA256 
5041b67745d0bd2072cf9b74c07853085b8b5b07330263f0986bdc56eda98aa8 SHA512 
eeecefe79cadf3efa1b9379d4b675c0b86a2dd91e703f9e4b3998331f56b923d3719c67482f464f9b1699f801e0a83d677ada642ea7037c52a9d5db63abe6a5c
 WHIRLPOOL 
e52949bb6b20076d382825a841c8f643f1f64ac265d7f58898a6417c4853b569b8f561d5dccf198b4f006725e4be0636a2edb580023e8db62dadab8397d11975
 DIST Unreal3.2.10.7.tar.gz 3539026 SHA256 
472e12cd42d2e725a1795e2bead4786062775782bd015a07697c2edf400d4047 SHA512 
7d5fd4729fdde56c6b3e38a93bc365857b5b4faf58cb39e844b43e87872623abc7527025247eeda8c8535576e2b1b8ef14d482c964ce940cafb5de77cc9e1667
 WHIRLPOOL 
48c578ba12a36ab8078b5569d5de05134699218a6265591aa9ce80614015d96c76624eda17c42b7301379ebbd48e1ea1a62360b624e1d482cbdae562905a95a2
 DIST unrealircd-4.0.6.tar.gz 4877399 SHA256 
0193754212e01eba96aed7c2fb2f1d022408f424d251e8b0db870e714c752f09 SHA512 
3cf70334966b87902e4a94e391545549df96885ebec26f7d2ec3f2620e18c829c3f7f566b4c1a22c8bcf16d19fdcb35ed10e37d4ce981fe2decd3b90ff204486
 WHIRLPOOL 
f415f846da32de33cc19e16c66af465e058b29184dfdb4624bc78b06e901bc4d5a98a15761fd2dc773715e39c272435de4bc24007db1c06291b15f0edff2d7ba

diff --git a/net-irc/unrealircd/unrealircd-3.2.10.4.ebuild 
b/net-irc/unrealircd/unrealircd-3.2.10.4.ebuild
deleted file mode 100644
index 621ae76..
--- a/net-irc/unrealircd/unrealircd-3.2.10.4.ebuild
+++ /dev/null
@@ -1,213 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit eutils ssl-cert versionator multilib user
-
-MY_P=Unreal${PV/_/-}
-
-DESCRIPTION="An advanced Internet Relay Chat daemon"
-HOMEPAGE="http://www.unrealircd.com/";
-SRC_URI="http://www.unrealircd.com/downloads/${MY_P}.tar.gz";
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd ~amd64-linux"
-IUSE="class-nofakelag curl ipv6 +extban-stacking +operoverride 
operoverride-verify +prefixaq
-   showlistmodes shunnotices ssl topicisnuhost +usermod zlib"
-
-RDEPEND="ssl? ( dev-libs/openssl )
-   zlib? ( sys-libs/zlib )
-   curl? ( net-misc/curl[adns] )
-   dev-libs/tre
-   >=net-dns/c-ares-1.7"
-DEPEND="${RDEPEND}
-   >=sys-apps/sed-4
-   virtual/pkgconfig"
-
-S=${WORKDIR}/Unreal${PV}
-
-pkg_setup() {
-   enewuser unrealircd
-}
-
-src_prepare() {
-   # QA check against bundled pkgs
-   rm extras/*.gz || die
-
-   sed -i \
-   -e "s:ircd\.pid:${EPREFIX}/var/run/unrealircd/ircd.pid:" \
-   -e "s:ircd\.log:${EPREFIX}/var/log/unrealircd/ircd.log:" \
-   -e "s:debug\.log:${EPREFIX}/var/log/unrealircd/debug.log:" \
-   -e "s:ircd\.tune:${EPREFIX}/var/lib/unrealircd/ircd.tune:" \
-   include/config.h \
-   || die "sed failed"
-
-   if use class-nofakelag; then
-   sed -i -e 's:#undef\( FAKELAG_CONFIGURABLE\):#define\1:' 
include/config.h || die
-   fi
-}
-
-src_configure() {
-   econf \
-   --with-listen=5 \
-   --with-dpath="${EPREFIX}"/etc/unrealircd \
-   --with-spath="${EPREFIX}"/usr/bin/unrealircd \
-   --with-nick-history=2000 \
-   --with-sendq=300 \
-   --with-bufferpool=18 \
-   --with-permissions=0600 \
-   --with-fd-setsize=1024 \
-   --with-system-cares \
-   --with-system-tre \
-   --enable-dynamic-linking \
-   $(use_enable curl libcurl "${EPREFIX}"/usr) \
-   $(use_enable ipv6 inet6) \
-   $(use_enable prefixaq) \
-   $(use_enable ssl ssl "${EPREFIX}"/usr) \
-   $(use_enable zlib ziplinks "${EPREFIX}"/usr) \
-   $(use_with showlistmodes) \
-   $(use_with topicisnuhost) \
-   $(use_with shunnotices) \
-   $(use_with !operoverride no-operoverride) \
-   $(use_with operoverride-verify) \
-   $(use_with !usermod disableusermod) \
-   $(use_with !extban-stacking disable-extendedban-stacking)
-}
-
-src_install() {
-   keepdir /var/{lib,log}/unrealircd
-
-   newbin src/ircd unrealircd
-
-   exeinto /usr/$(get_libdir)/unrealircd/modules
-   doexe src/modules/*.so
-
-

[gentoo-commits] repo/gentoo:master commit in: app-emulation/diskimage-builder/

2016-11-20 Thread Matt Thode
commit: 346c815fbdcfc4592eee8f5898c74dbf2bcdcc69
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Nov 21 02:12:43 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Nov 21 02:12:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=346c815f

app-emulation/diskimage-builder: bup

Package-Manager: portage-2.3.0

 app-emulation/diskimage-builder/Manifest   |  1 +
 .../diskimage-builder-1.22.1.ebuild| 32 ++
 2 files changed, 33 insertions(+)

diff --git a/app-emulation/diskimage-builder/Manifest 
b/app-emulation/diskimage-builder/Manifest
index b0113d3..31c83dc 100644
--- a/app-emulation/diskimage-builder/Manifest
+++ b/app-emulation/diskimage-builder/Manifest
@@ -1,3 +1,4 @@
 DIST diskimage-builder-1.15.0.tar.gz 225527 SHA256 
cf4d1678110d53c337e94d7968126ed50dbdf790dddeda6f855f10ba5e09bb5b SHA512 
4984a0bcdce5f011d08ed72910653ba60b67597f5df07f3dacabee3f9f2d4fbc8346b843d026a9a3ae8727452018a05343822bb19b268bb18d75c7c081b53b8d
 WHIRLPOOL 
912b8acfe691f1e6941fd19b668e80ad6be1c3a364aae6310d2c8156422b5b8e7b6008f4ac3a2d1883f6149fb9122da222ba57b9c95323733c9c7aed40d1f2d7
 DIST diskimage-builder-1.21.0.tar.gz 248236 SHA256 
f40f9f6c5b1ceebe10344d94ad9a87f56fa1724815c755f983198e9eb5de41d8 SHA512 
2965192f2148a22ca1eb7bb4ec5705ac9061337cefcb0b6154af7f8c6519ef9ea1d1577bbf1f24957152ff0497003843f58a0fd87a7921eb3d327c6d9a0a3b1a
 WHIRLPOOL 
671a20b9b174ac7d98e5c12a67b7cf79612aa4d961e6e715621a2c42ce990cdf8615f20ba0f80a164889b7dc1693de46520026997ca4a48cdad66b2835ad1a5a
 DIST diskimage-builder-1.22.0.tar.gz 252581 SHA256 
1fe46ee35eb764095edaf5d716daefd433b7b8912d7eccc937c6eab83d5ceeb8 SHA512 
4bd3557a313f81c7481b9c49eac0a69c30e2b7b5d68eb5fba79e29b8e5bac09cc977ee887177e07fade7095e2fd1fda792287d003851bad5b55c94dc5aeb517b
 WHIRLPOOL 
e2721cc5bbc955c3ddd9cfd33ab0ef7e2d5b644ef74a270dcdf1149afb156561d4a2fc8aab3dfcafad1d12ea1d45aa57cd44dcf4fa9e00fec7865fd10a207434
+DIST diskimage-builder-1.22.1.tar.gz 254248 SHA256 
cea51e7907a65ddb1f78dd624ec2a0e5f5115ad986ae6ad79586445e123c79cf SHA512 
2cfa89e69f110a2cd7bdc90a4119b2d696350e8adac23f205828d36ae25eb7707f05e16e777a804251faf67d0e5c96bffde235831fb5e94e59279cd9ce67cdb1
 WHIRLPOOL 
9d70e2dca8fd0ad89144b3fcbb7deb1acedcac0a0bd2b55742df0a669a224b35c95313649faa1a93b8f9f590d6e05032bb762786c4b8b2c3e6208e0162f49864

diff --git a/app-emulation/diskimage-builder/diskimage-builder-1.22.1.ebuild 
b/app-emulation/diskimage-builder/diskimage-builder-1.22.1.ebuild
new file mode 100644
index ..4ea1d4d
--- /dev/null
+++ b/app-emulation/diskimage-builder/diskimage-builder-1.22.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Golden Disk Image builder."
+HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   dev-python/dib-utils[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
+   >=dev-python/flake8-2.5.4[${PYTHON_USEDEP}]
+   =dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
+   app-emulation/qemu
+   sys-block/parted
+   sys-fs/multipath-tools"



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

2016-11-20 Thread Kent Fredric
commit: 3e6905bd0328cd672e8a8fa4b329c8720d2c32dc
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Nov 21 00:28:43 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Nov 21 00:54:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6905bd

dev-perl/CPAN-Perl-Releases: Bump to version 3.0.0

Upstream:
- Add mappings for perl 5.22.3-RC{3,4}, 5.24.1-RC{3,4}, 5.25.{4-7}

Package-Manager: portage-2.3.2

 .../CPAN-Perl-Releases-3.0.0.ebuild| 28 ++
 dev-perl/CPAN-Perl-Releases/Manifest   |  1 +
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-3.0.0.ebuild 
b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-3.0.0.ebuild
new file mode 100644
index ..360b678
--- /dev/null
+++ b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-3.0.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=BINGOS
+DIST_VERSION=3.00
+inherit perl-module
+
+DESCRIPTION="Mapping Perl releases on CPAN to the location of the tarballs"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-File-Spec
+   virtual/perl-IO
+   >=virtual/perl-Test-Simple-0.470.0
+   )
+"
+src_test() {
+   perl_rm_files t/author-pod-coverage.t t/author-pod-syntax.t
+   perl-module_src_test
+}

diff --git a/dev-perl/CPAN-Perl-Releases/Manifest 
b/dev-perl/CPAN-Perl-Releases/Manifest
index e7a989d..f3fc155 100644
--- a/dev-perl/CPAN-Perl-Releases/Manifest
+++ b/dev-perl/CPAN-Perl-Releases/Manifest
@@ -1,3 +1,4 @@
 DIST CPAN-Perl-Releases-2.34.tar.gz 24163 SHA256 
a4e3236b024c2b1b2f837222f433e6108b7adf926ec0883d205921d0d8e0928c SHA512 
160014056e17cf6d6a111fd59beb4c5c6b574f992346821b5ed97e2d5b6e69ccfd0033572093eecfd8ed5384727ebb1dc56f7e59238573c85a182badc8cfe3cc
 WHIRLPOOL 
7431e6a9e58e77b1d331611cbb4a31071e6285ccba659613ad74190032f29b10da100402c819b7014450facacddc8279cd610a6879cdae66a7e8104bfe3ad415
 DIST CPAN-Perl-Releases-2.54.tar.gz 24697 SHA256 
f3e0060af2f280ac445523e79297db14078ad7aab071dba49128b01b37154234 SHA512 
b58328ae7f57fa45e608ab29226a70aa2d370f048de7a3a0a72f74a8379611721a5aba852b4016d34b5002a474b9fd433bb550ccfe60277d7484d9aad18860e1
 WHIRLPOOL 
b9feeaa31548c7d48ff86ebce4c4a9e2ea475eadcc08af8f0fcadb66b7f2a0952f2237b50804d0c28fed9b6ca0e0952aa6962356d25ed635136b503f68c8909c
 DIST CPAN-Perl-Releases-2.88.tar.gz 24619 SHA256 
b5dc969dd6d21e080d1a0f6fa5082c72476ce68da678a69ef64d0a1f9688a590 SHA512 
a94a0070be46307bd8b2e31d6219d6ca99620dbf4263ef7685122c8e7690a59e982a4fadb39c5ddb5633b484b6cb74be5ac87901a95a6d3d43566b52227894de
 WHIRLPOOL 
9445b4857a70a5282a7a3764b575008bde23c710870a103f7177431b5dfc8735a38b54d0ede0b1a2feee0089ee5a3d0ec72bef1f421ce52268c3f36f0c76b63b
+DIST CPAN-Perl-Releases-3.00.tar.gz 25059 SHA256 
665f312546ad918cbb567049927c57f38ab0081bb8bcb9ec886effd8e086d882 SHA512 
1d8cf1364dae10b52c2b806f6ec889403594e889155583f73c0613f84e54c5ee11a86d7b593a8eb72b4e2c702f0016378e315bbf5bf9140bd4ddeb73209ee46e
 WHIRLPOOL 
378742d197813e055a055ca1c64011ee4615363c5647caba2319f0f75e96ad8b2e7a55b56db8fffbdf77605a8278832c9fb828b06ff649ae9062efb5a5e64c9e



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Socket-SSL/

2016-11-20 Thread Kent Fredric
commit: 1b4fab7a24f702c2ff89ac3f43ec61967f6b80fb
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Nov 21 00:52:59 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Nov 21 00:54:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b4fab7a

dev-perl/IO-Socket-SSL: Bump to version 2.39.0

- EAPI6
- Add USE="examples"
- Parallel Testing

Upstream:
- Fix memleak with SSL_crl_file
- Follow Mozilla cipher recommendations for defaults, disabling
  RC4 and adding CHACHA20 for clients.
- Add del_session method to session cache
- use SSL_session_key for the cache key instead of a derivative
- Don't re-add existing extensions
- Support creating ECC keys
- Direct Cache IO instead ov via session_cache sub
- Set session id ctx only server side.
- Support session ticket reuse
- Support OpenSSL >= 1.1.0c
- Global SSL arguments handled in context creation
- Disable OCSP w/ Net::SSLeay 1.7{5..7}
- Extend SSL fingerprint to pubkey digest
- Restrict session ticket callback to Net::SSLeay 1.79+

Package-Manager: portage-2.3.2

 dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.39.0.ebuild | 30 ++
 dev-perl/IO-Socket-SSL/Manifest|  1 +
 dev-perl/IO-Socket-SSL/metadata.xml|  5 
 3 files changed, 36 insertions(+)

diff --git a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.39.0.ebuild 
b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.39.0.ebuild
new file mode 100644
index ..4848bdc
--- /dev/null
+++ b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.39.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=SULLR
+DIST_VERSION=2.039
+DIST_EXAMPLES=("example/*")
+inherit perl-module
+
+DESCRIPTION="Nearly transparent SSL encapsulation for IO::Socket::INET"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE="idn"
+
+RDEPEND="
+   >=dev-perl/Net-SSLeay-1.460.0
+   virtual/perl-Scalar-List-Utils
+   idn? (
+   || (
+   >=dev-perl/URI-1.50
+   dev-perl/Net-LibIDN
+   )
+   )"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"
+mydoc=("docs/debugging.txt")

diff --git a/dev-perl/IO-Socket-SSL/Manifest b/dev-perl/IO-Socket-SSL/Manifest
index d677d81..9b0c6c5 100644
--- a/dev-perl/IO-Socket-SSL/Manifest
+++ b/dev-perl/IO-Socket-SSL/Manifest
@@ -1 +1,2 @@
 DIST IO-Socket-SSL-2.024.tar.gz 209567 SHA256 
dab3125b004b24ff8dfc003aa81c00c0f976a1bc34a75e1d8d9de9de837ce6c9 SHA512 
b76c43efbffba031b72efebc9f5348eb24ea1d48704e61c2256c0a23a754fb786cad23d7a330884f526ed31fc2878e27f4114793afa8135cc0caf8f251c07c3c
 WHIRLPOOL 
37ae14c700a21a89fad3ca653925e07272d51a2f4ecee2a5342909d49491f42b3d3ee6e318fbb5d6a02ead1479916a6775e48f61cb3722d9526795482ae5ee58
+DIST IO-Socket-SSL-2.039.tar.gz 213906 SHA256 
c6379a76860c724a22b79ebe9e91d26bd8a04e3ce035bacfd15de3d9beaf83ac SHA512 
e107a5bdd1631d87e11fbb339e13b4c3272db3a7ca43488c221bbd17c7a93f2033e175c0ca8ee6e89f45550a68741c4762880845378dca7f0beaa45427399515
 WHIRLPOOL 
e117469c5f0226d80ac3ac714cff72e0c3705a367c5008f57216c50af137928ff3ca99e0741a5e93f76236f60996af830bfbac269f1e045da53cfc685d7403b9

diff --git a/dev-perl/IO-Socket-SSL/metadata.xml 
b/dev-perl/IO-Socket-SSL/metadata.xml
index 7a831ac..b53b1c0 100644
--- a/dev-perl/IO-Socket-SSL/metadata.xml
+++ b/dev-perl/IO-Socket-SSL/metadata.xml
@@ -8,8 +8,13 @@
   
 IO-Socket-SSL
 IO::Socket::SSL
+IO::Socket::SSL::Intercept
+IO::Socket::SSL::OCSP_Cache
+IO::Socket::SSL::OCSP_Resolver
+IO::Socket::SSL::PublicSuffix
 IO::Socket::SSL::SSL_Context
 IO::Socket::SSL::SSL_HANDLE
 IO::Socket::SSL::Session_Cache
+IO::Socket::SSL::Utils
   
 



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

2016-11-20 Thread Kent Fredric
commit: 9c107bc6546bb699436fe65136e67ae70f2b426f
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Nov 21 00:22:54 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Nov 21 00:54:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c107bc6

dev-perl/App-perlbrew: Bump to version 0.780.0

Upstream:
- Support for brewing cperl
- "uninstall" now requires confirmation
- Fix csh bug when PATH contains spaces
- Fixes for perl5.git.perl.org changes ( like commit abbreviation changes )

Package-Manager: portage-2.3.2

 dev-perl/App-perlbrew/App-perlbrew-0.780.0.ebuild | 37 +++
 dev-perl/App-perlbrew/Manifest|  1 +
 2 files changed, 38 insertions(+)

diff --git a/dev-perl/App-perlbrew/App-perlbrew-0.780.0.ebuild 
b/dev-perl/App-perlbrew/App-perlbrew-0.780.0.ebuild
new file mode 100644
index ..b5ff9b5
--- /dev/null
+++ b/dev-perl/App-perlbrew/App-perlbrew-0.780.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=GUGOD
+DIST_VERSION=0.78
+inherit perl-module
+
+DESCRIPTION='Manage perl installations in your $HOME'
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=dev-perl/CPAN-Perl-Releases-2.600.0
+   >=dev-perl/Capture-Tiny-0.360.0
+   >=dev-perl/Devel-PatchPerl-1.400.0
+   >=virtual/perl-Pod-Parser-1.630.0
+   >=dev-perl/local-lib-2.0.14
+"
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.590.0
+   >=virtual/perl-File-Temp-0.230.400
+   test? (
+   >=dev-perl/IO-All-0.510.0
+   >=dev-perl/Path-Class-0.330.0
+   >=dev-perl/Test-Exception-0.320.0
+   >=dev-perl/Test-NoWarnings-1.40.0
+   >=dev-perl/Test-Output-1.30.0
+   >=virtual/perl-Test-Simple-1.1.2
+   >=dev-perl/Test-Spec-0.470.0
+   )
+"
+mydoc=("doc/notes.org")

diff --git a/dev-perl/App-perlbrew/Manifest b/dev-perl/App-perlbrew/Manifest
index 3fc48a0..061a1af 100644
--- a/dev-perl/App-perlbrew/Manifest
+++ b/dev-perl/App-perlbrew/Manifest
@@ -1,3 +1,4 @@
 DIST App-perlbrew-0.73.tar.gz 82802 SHA256 
acbc9e7b9913ef453bcac3e6caa6620d4bd67e129e63f060a82f96542554a77a SHA512 
ceb78a62b179d4a6ad9e8788e849869cf9b45e526501d73cba004f96827d01ba03969307a1179840e6629e9f90385f7bae81b3662e0be81d00bcd462da59d28a
 WHIRLPOOL 
27655d050da48012e71598e0a03b87be542e8eebcf0a610a15e45eaab5c55d82e25755f59c7be9d51ea45028752dfce31e8bfbe8bb93059b08ed07d03cd4b6c3
 DIST App-perlbrew-0.74.tar.gz 84360 SHA256 
7134a9f858e3a3292ed879df04f6c880495300d727fa2b79dee7c81036d2d1c7 SHA512 
eb586649e199059b42d3a6b85b37e2efb2f6769989e05e37fc44c4a46976daf2bfe7d0f96312ce8401937e99d5cd4c51c2b17bc74b6b4fe11a915ddb4bfd405a
 WHIRLPOOL 
40e48a7de64e7672cb6f53920c8c1b3fcee85b56b3549a12452298ace1178faf0cadc010dffa98996f968b523575fcd086c12f8b5170315d62ad21b522d3398a
 DIST App-perlbrew-0.75.tar.gz 83229 SHA256 
c456d017836d6b30f7621515949ba3e1830826d54594da6b895391a2974b7f38 SHA512 
5ef172c010f86acdbc35bda73f072c7e2a86315d3b1982d41979be17186bb7dc4638a61109caf2de66a4167a67cb3d4774232b59dfdd3c638e2b38af45af27c6
 WHIRLPOOL 
25ad755def9cfee3f7ddc4f289c98fa95afabb31bfd35ce089a47953d4ba8ef14b45a383a304d33b54d744ea06c254b5be55d44e639a9475b038fe9d0c08690a
+DIST App-perlbrew-0.78.tar.gz 86136 SHA256 
96eaaeb51e3aaccd43fc42928a44b0d10c3ebd462e98e2c67d5bc453c0198df0 SHA512 
28654012aaeacc9c8a4026253ba127342324b708c022cd93eb6abc287d283fb8be23f72d27388bfa9992007f6903618fe9a9dd018c9e24ae4950a8a2817ad6b2
 WHIRLPOOL 
466d60efbf13ef9d195106d350f2c4601b1c4618c326d1393d5d3e9622cbf6edaddb072d54be462eaeb21b89daf460acaaba2fde87f734d2ab68c5eb505f5dcc



[gentoo-commits] repo/gentoo:master commit in: media-sound/mpdscribble/, media-libs/libmpdclient/

2016-11-20 Thread Patrice Clement
commit: 1e32cf3f3cab7f2ff274fc2baaa61f7368152756
Author: soredake  krutt  org>
AuthorDate: Wed Nov  9 02:36:17 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Nov 21 00:34:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e32cf3f

media-sound/mpdscribble: add  version.

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

 media-libs/libmpdclient/libmpdclient-2.10.ebuild  | 10 +-
 media-libs/libmpdclient/libmpdclient-2.9.ebuild   | 10 +-
 media-sound/mpdscribble/mpdscribble-0.22.ebuild   | 13 +
 ...pdscribble-0.22.ebuild => mpdscribble-.ebuild} | 19 ---
 4 files changed, 23 insertions(+), 29 deletions(-)

diff --git a/media-libs/libmpdclient/libmpdclient-2.10.ebuild 
b/media-libs/libmpdclient/libmpdclient-2.10.ebuild
index 979b375..2f6798b 100644
--- a/media-libs/libmpdclient/libmpdclient-2.10.ebuild
+++ b/media-libs/libmpdclient/libmpdclient-2.10.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=6
 
 DESCRIPTION="A library for interfacing Music Player Daemon (media-sound/mpd)"
-HOMEPAGE="http://www.musicpd.org";
-SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz";
+HOMEPAGE="https://www.musicpd.org";
+SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz";
 
 LICENSE="BSD"
 SLOT="0"
@@ -17,12 +17,12 @@ RDEPEND=""
 DEPEND="doc? ( app-doc/doxygen )"
 
 src_prepare() {
+   default
sed -e "s:@top_srcdir@:.:" -i doc/doxygen.conf.in
 }
 
 src_configure() {
econf \
-   --docdir="${EPREFIX}"/usr/share/doc/${PF} \
$(use_enable static-libs static) \
$(use_enable doc documentation)
 }

diff --git a/media-libs/libmpdclient/libmpdclient-2.9.ebuild 
b/media-libs/libmpdclient/libmpdclient-2.9.ebuild
index da08103..71fcf1b 100644
--- a/media-libs/libmpdclient/libmpdclient-2.9.ebuild
+++ b/media-libs/libmpdclient/libmpdclient-2.9.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=6
 
 DESCRIPTION="A library for interfacing Music Player Daemon (media-sound/mpd)"
-HOMEPAGE="http://www.musicpd.org";
-SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz";
+HOMEPAGE="https://www.musicpd.org";
+SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz";
 
 LICENSE="BSD"
 SLOT="0"
@@ -17,12 +17,12 @@ RDEPEND=""
 DEPEND="doc? ( app-doc/doxygen )"
 
 src_prepare() {
+   default
sed -e "s:@top_srcdir@:.:" -i doc/doxygen.conf.in
 }
 
 src_configure() {
econf \
-   --docdir="${EPREFIX}"/usr/share/doc/${PF} \
$(use_enable static-libs static) \
$(use_enable doc documentation)
 }

diff --git a/media-sound/mpdscribble/mpdscribble-0.22.ebuild 
b/media-sound/mpdscribble/mpdscribble-0.22.ebuild
index e498ca6..d995367 100644
--- a/media-sound/mpdscribble/mpdscribble-0.22.ebuild
+++ b/media-sound/mpdscribble/mpdscribble-0.22.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=6
 inherit eutils
 
 DESCRIPTION="An MPD client that submits information to Audioscrobbler"
@@ -14,19 +14,16 @@ SLOT="0"
 KEYWORDS="amd64 ~hppa ~ppc x86"
 IUSE="+curl"
 
-RDEPEND=">=dev-libs/glib-2.16:2
-   >=media-libs/libmpdclient-2.2
+RDEPEND="dev-libs/glib
+   media-libs/libmpdclient
curl? ( net-misc/curl )
!curl? ( net-libs/libsoup:2.4 )"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 
 src_configure() {
-   local myclient=soup
-   use curl && myclient=curl
econf \
-   --with-http-client=${myclient} \
-   --docdir="${EPREFIX}"/usr/share/doc/${PF}
+   --with-http-client=$(usex curl curl soup)
 }
 
 src_install() {

diff --git a/media-sound/mpdscribble/mpdscribble-0.22.ebuild 
b/media-sound/mpdscribble/mpdscribble-.ebuild
similarity index 58%
copy from media-sound/mpdscribble/mpdscribble-0.22.ebuild
copy to media-sound/mpdscribble/mpdscribble-.ebuild
index e498ca6..5e27b2d 100644
--- a/media-sound/mpdscribble/mpdscribble-0.22.ebuild
+++ b/media-sound/mpdscribble/mpdscribble-.ebuild
@@ -1,32 +1,29 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
-inherit eutils
+EAPI=6
+inherit git-r3
 
 DESCRIPTION="An MPD client that submits information to Audioscrobbler"
 HOMEPAGE="http://mpd.wikia.com/wiki/Client:Mpdscribble";
-SRC_URI="mirror://sourceforge/musicpd/${P}.tar.bz2"
+EGIT_REPO_URI="git://git.musicpd.org/master/mpdscribble.git

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

2016-11-20 Thread Patrice Clement
commit: f14dd505b43b94f4c8afb02723b6035b3493a026
Author: Wim Muskee  gmail  com>
AuthorDate: Thu Nov 10 07:44:11 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Nov 21 00:23:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f14dd505

dev-util/catalyst: update HOMEPAGE.

Gentoo-Bug: https://bugs.gentoo.org/#586096

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

 dev-util/catalyst/catalyst-2.0.18-r1.ebuild | 2 +-
 dev-util/catalyst/catalyst-2.0.18-r4.ebuild | 2 +-
 dev-util/catalyst/catalyst-2.0..ebuild  | 2 +-
 dev-util/catalyst/catalyst-2..ebuild| 2 +-
 dev-util/catalyst/catalyst-3.0_rc1.ebuild   | 2 +-
 dev-util/catalyst/catalyst-.ebuild  | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-util/catalyst/catalyst-2.0.18-r1.ebuild 
b/dev-util/catalyst/catalyst-2.0.18-r1.ebuild
index 8521851..1d93181 100644
--- a/dev-util/catalyst/catalyst-2.0.18-r1.ebuild
+++ b/dev-util/catalyst/catalyst-2.0.18-r1.ebuild
@@ -23,7 +23,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit eutils multilib python-single-r1 ${SRC_ECLASS}
 
 DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux"
-HOMEPAGE="https://www.gentoo.org/proj/en/releng/catalyst/";
+HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst";
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/dev-util/catalyst/catalyst-2.0.18-r4.ebuild 
b/dev-util/catalyst/catalyst-2.0.18-r4.ebuild
index 11c82fb..efe8cef 100644
--- a/dev-util/catalyst/catalyst-2.0.18-r4.ebuild
+++ b/dev-util/catalyst/catalyst-2.0.18-r4.ebuild
@@ -23,7 +23,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit eutils multilib python-single-r1 ${SRC_ECLASS}
 
 DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux"
-HOMEPAGE="https://www.gentoo.org/proj/en/releng/catalyst/";
+HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst";
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/dev-util/catalyst/catalyst-2.0..ebuild 
b/dev-util/catalyst/catalyst-2.0..ebuild
index 658359d..dc22603 100644
--- a/dev-util/catalyst/catalyst-2.0..ebuild
+++ b/dev-util/catalyst/catalyst-2.0..ebuild
@@ -22,7 +22,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit eutils multilib python-single-r1 ${SRC_ECLASS}
 
 DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux"
-HOMEPAGE="https://www.gentoo.org/proj/en/releng/catalyst/";
+HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst";
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/dev-util/catalyst/catalyst-2..ebuild 
b/dev-util/catalyst/catalyst-2..ebuild
index 2cc33a2..9f4c459 100644
--- a/dev-util/catalyst/catalyst-2..ebuild
+++ b/dev-util/catalyst/catalyst-2..ebuild
@@ -22,7 +22,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1 multilib ${SRC_ECLASS}
 
 DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux"
-HOMEPAGE="https://www.gentoo.org/proj/en/releng/catalyst/";
+HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst";
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/dev-util/catalyst/catalyst-3.0_rc1.ebuild 
b/dev-util/catalyst/catalyst-3.0_rc1.ebuild
index 338d0a7..3c319b4 100644
--- a/dev-util/catalyst/catalyst-3.0_rc1.ebuild
+++ b/dev-util/catalyst/catalyst-3.0_rc1.ebuild
@@ -22,7 +22,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit distutils-r1 multilib ${SRC_ECLASS}
 
 DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux"
-HOMEPAGE="https://www.gentoo.org/proj/en/releng/catalyst/";
+HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst";
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/dev-util/catalyst/catalyst-.ebuild 
b/dev-util/catalyst/catalyst-.ebuild
index adc1244..badd60c 100644
--- a/dev-util/catalyst/catalyst-.ebuild
+++ b/dev-util/catalyst/catalyst-.ebuild
@@ -22,7 +22,7 @@ PYTHON_COMPAT=( python{3_4,3_5} )
 inherit distutils-r1 multilib ${SRC_ECLASS}
 
 DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux"
-HOMEPAGE="https://www.gentoo.org/proj/en/releng/catalyst/";
+HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst";
 
 LICENSE="GPL-2"
 SLOT="0"



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

2016-11-20 Thread Göktürk Yüksek
commit: c80c974ca610595155e99e287545be41fe07f898
Author: Felix Janda  posteo  de>
AuthorDate: Sat Nov 19 18:24:44 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Nov 21 00:07:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c80c974c

net-proxy/torsocks: bump to version 2.2.0

- disable network tests (bug #562848)
- drop unecessary patch
- use default DOCS (same installed files)

Gentoo-Bug: https://bugs.gentoo.org/562848
Gentoo-Bug: https://bugs.gentoo.org/597642

 net-proxy/torsocks/Manifest  |  1 +
 net-proxy/torsocks/torsocks-2.2.0.ebuild | 47 
 2 files changed, 48 insertions(+)

diff --git a/net-proxy/torsocks/Manifest b/net-proxy/torsocks/Manifest
index bfef683..5a0b5b3 100644
--- a/net-proxy/torsocks/Manifest
+++ b/net-proxy/torsocks/Manifest
@@ -1,2 +1,3 @@
 DIST torsocks-1.2.tar.gz 456453 SHA256 
bea57d3624d723724fd1e260f0e6b2a354c0da742c023aa994c7692270d111d4 SHA512 
c48cf466c1d4f6204c90ccb5f741d14304b24651d18d080a73952b9a06bbe146e3f6e6c4343ed06ed7a73714d86561cde3eba369e17fc4e155f3553a8d0f3890
 WHIRLPOOL 
af892c2a6f8070308f6867154c50ee8ce6fd20c761dbd6466ea1ae3b46730452ce0757e9de8bf698f8bd455649f3f76a4e9a0bd883408f464c619c1d41e937cf
 DIST torsocks-2.1.0.tar.gz 106339 SHA256 
a72c3ea757f5fe81d1ab91e0d5f0d83f195e235aae66d4df2f88a20db7028104 SHA512 
5bdec6fd6c2d99effb73e418acd37ee135b3c912fad7811bfc8c724282370beea23149c6e94b995cfed0e61be43e63ac11d8c6ef420ba0137a19b96d8ac370e5
 WHIRLPOOL 
4511c9bff51ec25efb9b6f211d4b37931ba9c23ad89b1b272adf6b60351308e59a5e3d5157ba4adfab9e085deba435a9a1a8b4c69ec98514069c42561799c25c
+DIST torsocks-2.2.0.tar.gz 115269 SHA256 
36216a1e30f47fa0e5be84761e0d72133196c8a042716017da56e9439338c87d SHA512 
903d11d58ece76eaf75ff8fc11a27e4a29f94be530f2d77d1a6f0982d556a4b9c78677a43eed88f2451054d0e985672900ecf73b360fa09e80195c3b9006622b
 WHIRLPOOL 
3ce3ec9807a9b0bb55572f71541b0ba918223e3037914ed070cd97927446bd0b8666a70b568ebd5d7a5d310cd3c6fd4103f1ae8e616cc35e8a6a92d4a6b9051e

diff --git a/net-proxy/torsocks/torsocks-2.2.0.ebuild 
b/net-proxy/torsocks/torsocks-2.2.0.ebuild
new file mode 100644
index ..c088f9d
--- /dev/null
+++ b/net-proxy/torsocks/torsocks-2.2.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools versionator
+
+MY_PV="$(replace_version_separator 3 -)"
+MY_PF="${PN}-${MY_PV}"
+S=${WORKDIR}/${MY_PF}
+
+DESCRIPTION="Use most socks-friendly applications with Tor"
+HOMEPAGE="https://github.com/dgoulet/torsocks";
+SRC_URI="https://github.com/dgoulet/torsocks/archive/v${MY_PV}.tar.gz -> 
${MY_PF}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="static-libs"
+
+# We do not depend on tor which might be running on a different box
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   # Disable tests requiring network access.
+   local test
+   for test in dns fd_passing getpeername; do
+   sed -i -e "/^   test_${test} \$/d" tests/Makefile.am || \
+   die "failed to disable network tests"
+   done
+
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+
+   # Remove libtool .la files
+   find "${D}" -name '*.la' -delete || die
+}



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

2016-11-20 Thread Kent Fredric
commit: 87594dda4799b1741721563505ff5c338aa405e1
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Nov 20 23:28:18 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Nov 20 23:28:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87594dda

dev-perl/JSON-Parse: Bump to version 0.480.0

Upstream:
- Add "check" method

Package-Manager: portage-2.3.2

 dev-perl/JSON-Parse/JSON-Parse-0.480.0.ebuild | 24 
 dev-perl/JSON-Parse/Manifest  |  1 +
 2 files changed, 25 insertions(+)

diff --git a/dev-perl/JSON-Parse/JSON-Parse-0.480.0.ebuild 
b/dev-perl/JSON-Parse/JSON-Parse-0.480.0.ebuild
new file mode 100644
index ..0b214d3
--- /dev/null
+++ b/dev-perl/JSON-Parse/JSON-Parse-0.480.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=BKB
+DIST_VERSION=0.48
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Read JSON into a Perl Variable"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="virtual/perl-Getopt-Long"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test-Simple
+   virtual/perl-Encode
+   )
+"

diff --git a/dev-perl/JSON-Parse/Manifest b/dev-perl/JSON-Parse/Manifest
index 11de79d..f83796c 100644
--- a/dev-perl/JSON-Parse/Manifest
+++ b/dev-perl/JSON-Parse/Manifest
@@ -2,3 +2,4 @@ DIST JSON-Parse-0.42.tar.gz 65871 SHA256 
bac333e09f9e6d18daca1742732045032609a8b
 DIST JSON-Parse-0.43.tar.gz 67271 SHA256 
74c642000f064f6a85e3fb07ce0cb54bdea26b55af85baa71083da7e485ea98e SHA512 
31495ae0298a0ced702668116b63a87d26de02eeb74b31ddeef0a25e96684bb6bc60a524534a32be5a2b5fb0adf3259084e67c829c3bea80c4a1bb33c185510e
 WHIRLPOOL 
47f24afe264df5d8e8aa78021367759418acb00d67f90d64d34edaa77be66dea2e8d331c914d02d359f183f25b8b4a031c8acb5b5f0707529da99f5e8b7673a7
 DIST JSON-Parse-0.46.tar.gz 72873 SHA256 
657d537a93d7126d01cbc41286e0d61f066e9537c9565464e052452445b22b41 SHA512 
ea6180c18c0027e88bbf9ef0c088479409020fca4da9af91775a7aa4a9e65a56c6c2b5852ecf605aa1b694201a00c54d340fa79635578551c2536cbc7e829508
 WHIRLPOOL 
33b57062d67b6774b11189e783bc8cc05f6c405e3c6b699323c883622bac92ce5a337311163d571753aa31538c3067b93c10d130e08247d615f9a743bdd7eacf
 DIST JSON-Parse-0.47.tar.gz 73611 SHA256 
c4d8fd3e6d609caa3dfcd2cbe8f38ddb2fc8f2de7cfe0890639e743ad11dfb6a SHA512 
6a691d95cecc99f6361e5f619f1702952d8184994049454db8240875015c3bea07bbcd57436dc890fb075f20df6877f23afb0cf171bdaa1782e1c4dac478eccb
 WHIRLPOOL 
54d4c7f57166b18153b3109f0fdb4443ce9039d3f534fb58ede012cd61b1e1f58985beb11042ffb5c85d84fba084548c9205840c6023fd23621d3a262356de7a
+DIST JSON-Parse-0.48.tar.gz 73169 SHA256 
32d470f07af15778de93345d50a91a2b86c88850b9b008b91f1048d0606730f1 SHA512 
62c26160bc69f418969175f77c33d3c1f90425bdb94c7544c2c2f911b358da105758a6b93f567061d8cb53cf204267cffba6cc40fbccdfd84d2ea0700b4e88e4
 WHIRLPOOL 
2f86ad89015d5ef14df899fa0a613c860e21073987581d66bb611903f2a8053c5d27f3c5c70cb743b21e245043bc5ca6d8ba3ad805448f6f5802c0b0110a81aa



[gentoo-commits] proj/genkernel:master commit in: arch/ppc64/, arch/ppc/, arch/parisc64/, arch/sparc64/, arch/um/, arch/ia64/, ...

2016-11-20 Thread Robin H. Johnson
commit: 239f482e2551356b924e355c84040e42cb7c9cad
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Nov 20 23:08:33 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Nov 20 23:08:54 2016 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=239f482e

modules_load: bug #584346, support mpt3sas.

Signed-off-by: Robin H. Johnson  gentoo.org>

 arch/alpha/modules_load| 2 +-
 arch/arm/modules_load  | 2 +-
 arch/ia64/modules_load | 2 +-
 arch/mips/modules_load | 2 +-
 arch/parisc/modules_load   | 2 +-
 arch/parisc64/modules_load | 2 +-
 arch/ppc/modules_load  | 2 +-
 arch/ppc64/modules_load| 2 +-
 arch/s390/modules_load | 2 +-
 arch/sparc/modules_load| 2 +-
 arch/sparc64/modules_load  | 2 +-
 arch/um/modules_load   | 2 +-
 arch/x86/modules_load  | 2 +-
 arch/x86_64/modules_load   | 2 +-
 14 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/arch/alpha/modules_load b/arch/alpha/modules_load
index edac1bd..39a13f5 100644
--- a/arch/alpha/modules_load
+++ b/arch/alpha/modules_load
@@ -10,7 +10,7 @@ MODULES_MULTIPATH="dm-mod dm-multipath dm-round-robin dm-rdac 
dm-queue-length dm
 # Hardware (IDE/SCSI/SATA)
 MODULES_PATA="pata_mpiix pata_pdc2027x pata_radisys pata_sil680 pata_rz1000 
pata_efar pata_cmd64x pata_hpt366 pata_hpt37x pata_hpt3x3 pata_hpt3x2n 
pata_optidma pata_it821x pata_artop pata_oldpiix pata_cypress pata_platform 
pata_serverworks pata_legacy pata_ns87410 pata_ns87415 pata_pcmcia pata_isapnp 
pata_it8213 pata_ali pata_amd pata_opti pata_atiixp pata_triflex 
pata_pdc202xx_old pata_sc1200 pata_qdi pata_netcell pata_sis pata_hpt3x2n 
pata_marvell pata_jmicron pata_via pata_cs5520 pata_cs5530 pata_cs5535 
pata_sl82c105 libata"
 MODULES_SATA="sata_promise sata_sil sata_sil24 sata_svw sata_via sata_nv 
sata_sx4 sata_sis sata_uli sata_vsc sata_qstor ahci libata ata_piix sata_mv 
sata_inic162x pdc_adma"
-MODULES_SCSI="sd_mod sg sr_mod aic79xx aic7xxx aic7xxx_old arcmsr BusLogic 
ncr53c8xx NCR53c406a initio advansys aha1740 aha1542 aha152x dtc fdomain gdth 
pas16 pci2220i pci2000 psi240i qlogicfas qlogicfc qlogicisp qlogicpti seagate 
t128 u14-34f ultrastor wd7000 sym53c8xx dmx3191d imm in2000 ips qla1280 sim710 
sym53c416 dc395x atp870u mptbase mptscsih mptspi mptfc mptsas 3w-sas 3w- 
3w-9xxx cpqarray cciss hpsa DAC960 sx8 aacraid megaraid megaraid_mbox 
megaraid_mm megaraid_sas qla2xxx lpfc scsi_transport_fc aic94xx mpt2sas"
+MODULES_SCSI="sd_mod sg sr_mod aic79xx aic7xxx aic7xxx_old arcmsr BusLogic 
ncr53c8xx NCR53c406a initio advansys aha1740 aha1542 aha152x dtc fdomain gdth 
pas16 pci2220i pci2000 psi240i qlogicfas qlogicfc qlogicisp qlogicpti seagate 
t128 u14-34f ultrastor wd7000 sym53c8xx dmx3191d imm in2000 ips qla1280 sim710 
sym53c416 dc395x atp870u mptbase mptscsih mptspi mptfc mptsas 3w-sas 3w- 
3w-9xxx cpqarray cciss hpsa DAC960 sx8 aacraid megaraid megaraid_mbox 
megaraid_mm megaraid_sas qla2xxx lpfc scsi_transport_fc aic94xx mpt2sas mpt3sas"
 MODULES_WAITSCAN="scsi_wait_scan"
 
 # Hardware (Network)

diff --git a/arch/arm/modules_load b/arch/arm/modules_load
index edac1bd..39a13f5 100644
--- a/arch/arm/modules_load
+++ b/arch/arm/modules_load
@@ -10,7 +10,7 @@ MODULES_MULTIPATH="dm-mod dm-multipath dm-round-robin dm-rdac 
dm-queue-length dm
 # Hardware (IDE/SCSI/SATA)
 MODULES_PATA="pata_mpiix pata_pdc2027x pata_radisys pata_sil680 pata_rz1000 
pata_efar pata_cmd64x pata_hpt366 pata_hpt37x pata_hpt3x3 pata_hpt3x2n 
pata_optidma pata_it821x pata_artop pata_oldpiix pata_cypress pata_platform 
pata_serverworks pata_legacy pata_ns87410 pata_ns87415 pata_pcmcia pata_isapnp 
pata_it8213 pata_ali pata_amd pata_opti pata_atiixp pata_triflex 
pata_pdc202xx_old pata_sc1200 pata_qdi pata_netcell pata_sis pata_hpt3x2n 
pata_marvell pata_jmicron pata_via pata_cs5520 pata_cs5530 pata_cs5535 
pata_sl82c105 libata"
 MODULES_SATA="sata_promise sata_sil sata_sil24 sata_svw sata_via sata_nv 
sata_sx4 sata_sis sata_uli sata_vsc sata_qstor ahci libata ata_piix sata_mv 
sata_inic162x pdc_adma"
-MODULES_SCSI="sd_mod sg sr_mod aic79xx aic7xxx aic7xxx_old arcmsr BusLogic 
ncr53c8xx NCR53c406a initio advansys aha1740 aha1542 aha152x dtc fdomain gdth 
pas16 pci2220i pci2000 psi240i qlogicfas qlogicfc qlogicisp qlogicpti seagate 
t128 u14-34f ultrastor wd7000 sym53c8xx dmx3191d imm in2000 ips qla1280 sim710 
sym53c416 dc395x atp870u mptbase mptscsih mptspi mptfc mptsas 3w-sas 3w- 
3w-9xxx cpqarray cciss hpsa DAC960 sx8 aacraid megaraid megaraid_mbox 
megaraid_mm megaraid_sas qla2xxx lpfc scsi_transport_fc aic94xx mpt2sas"
+MODULES_SCSI="sd_mod sg sr_mod aic79xx aic7xxx aic7xxx_old arcmsr BusLogic 
ncr53c8xx NCR53c406a initio advansys aha1740 aha1542 aha152x dtc fdomain gdth 
pas16 pci2220i pci2000 psi240i qlogicfas qlogicfc qlogicisp qlogicpti seagate 
t128 u14-34f ultrastor wd7000 sym53c8xx dmx3191d imm in2000 ips qla1280 sim710 
sym53c416 dc395x atp870u mptbase mptscsih mptspi mptfc mptsas 3w-sas 3w- 

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

2016-11-20 Thread Michał Górny
commit: a318823df21960f4e212ad4ffb2dea8b9c9f3253
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 20 22:57:13 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 20 23:00:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a318823d

sys-devel/clang: Enforce ${CHOST}-llvm-config for multilib

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

diff --git a/sys-devel/clang/clang-.ebuild 
b/sys-devel/clang/clang-.ebuild
index 50c0f84..8a98acf 100644
--- a/sys-devel/clang/clang-.ebuild
+++ b/sys-devel/clang/clang-.ebuild
@@ -132,6 +132,8 @@ multilib_src_configure() {
local libdir=$(get_libdir)
local mycmakeargs=(
-DLLVM_LIBDIR_SUFFIX=${libdir#lib}
+   # ensure that the correct llvm-config is used
+   -DLLVM_CONFIG="${EPREFIX}/usr/bin/${CHOST}-llvm-config"
# relative to bindir
-DCLANG_RESOURCE_DIR="../lib/clang/${clang_version}"
 



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

2016-11-20 Thread Aaron Bauman
commit: 5693aae353fabcf5a12bca571dcc8e249dad1260
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Nov 20 22:56:08 2016 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Nov 20 22:56:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5693aae3

dev-libs/json-c: drop remaining vulnerable versions wrt security bug #507218

 dev-libs/json-c/Manifest  |  1 -
 dev-libs/json-c/json-c-0.11-r1.ebuild | 51 ---
 dev-libs/json-c/json-c-0.11.ebuild| 45 ---
 3 files changed, 97 deletions(-)

diff --git a/dev-libs/json-c/Manifest b/dev-libs/json-c/Manifest
index 56df258..ccbad49 100644
--- a/dev-libs/json-c/Manifest
+++ b/dev-libs/json-c/Manifest
@@ -1,2 +1 @@
-DIST json-c-0.11.tar.gz 557263 SHA256 
28dfc65145dc0d4df1dfe7701ac173c4e5f9347176c8983edbfac9149494448c SHA512 
65ab563fe908d585ba05fff3b77283050ec4f94114ff6e4b916557013d75498271cf65b2660a0aaf74b23beaa80385c80d37ab6a700ba967dd859fa779a81cb0
 WHIRLPOOL 
f47c78b206a49a6e1d2570d041917593f3b889125b47a951ec1347f5c470082113225e86ff593869b5d859c2c815ceda268d4a3c890f53af77fae8dbbf7d97f8
 DIST json-c-0.12.tar.gz 501419 SHA256 
000c01b2b3f82dcb4261751eb71f1b084404fb7d6a282f06074d3c17078b9f3f SHA512 
c959804362386f6b77e9d04b5fedf6d6aff1fcd0ab50250edb25f759b510b402e7ad4b33d1cbadc3337b63a3145d19f310812a9ee351748348304b384dc2dc35
 WHIRLPOOL 
b49f5c96b614302b39737306774b4346d8347afef6ced7067664ac0d68669a1496fe915f229e0d434a87b103ac9982d67c5785eb688b7026c257c7eae95c6eaf

diff --git a/dev-libs/json-c/json-c-0.11-r1.ebuild 
b/dev-libs/json-c/json-c-0.11-r1.ebuild
deleted file mode 100644
index 8f732c8..
--- a/dev-libs/json-c/json-c-0.11-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-multilib
-
-DESCRIPTION="A JSON implementation in C"
-HOMEPAGE="https://github.com/json-c/json-c/wiki";
-SRC_URI="https://s3.amazonaws.com/json-c_releases/releases/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0/0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
-IUSE="doc static-libs"
-
-RDEPEND="
-   abi_x86_32? (
-   !<=app-emulation/emul-linux-x86-baselibs-20140406-r3
-   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
-   )"
-
-# tests break otherwise
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-src_prepare() {
-   sed -i -e "s:-Werror::" Makefile.am.inc || die
-   autotools-multilib_src_prepare
-}
-
-src_configure() {
-   # Disable old lib compatibility
-   myeconfargs=(--disable-oldname-compat)
-   autotools-multilib_src_configure
-}
-
-src_test() {
-   export USE_VALGRIND=0 VERBOSE=1
-   autotools-multilib_src_test
-}
-
-src_install() {
-   use doc && HTML_DOCS=( "${S}"/doc/html )
-   autotools-multilib_src_install
-
-   # add symlink for projects not using pkgconfig
-   dosym ../json-c /usr/include/json-c/json
-}

diff --git a/dev-libs/json-c/json-c-0.11.ebuild 
b/dev-libs/json-c/json-c-0.11.ebuild
deleted file mode 100644
index 84b271c..
--- a/dev-libs/json-c/json-c-0.11.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
-
-DESCRIPTION="A JSON implementation in C"
-HOMEPAGE="https://github.com/json-c/json-c/wiki";
-SRC_URI="https://s3.amazonaws.com/json-c_releases/releases/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0/0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="doc static-libs"
-
-# tests break otherwise
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-src_prepare() {
-   sed -i -e "s:-Werror::" Makefile.am.inc || die
-   autotools-utils_src_prepare
-}
-
-src_configure() {
-   # Disable old lib compatibility
-   myeconfargs=(--disable-oldname-compat)
-   autotools-utils_src_configure
-}
-
-src_test() {
-   export USE_VALGRIND=0 VERBOSE=1
-   autotools-utils_src_test
-}
-
-src_install() {
-   use doc && HTML_DOCS=( "${S}"/doc/html )
-   autotools-utils_src_install
-
-   # add symlink for projects not using pkgconfig
-   dosym ../json-c /usr/include/json-c/json
-}



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

2016-11-20 Thread Aaron Bauman
commit: dfcb09082b4ae82718194dbf77a13fbf8eaa0bb4
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Nov 20 22:53:38 2016 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Nov 20 22:53:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfcb0908

dev-libs/json-c: drop vulnerable versions wrt security bug #507218

 dev-libs/json-c/Manifest  |  2 --
 dev-libs/json-c/json-c-0.10-r1.ebuild | 43 ---
 dev-libs/json-c/json-c-0.9-r1.ebuild  | 29 ---
 3 files changed, 74 deletions(-)

diff --git a/dev-libs/json-c/Manifest b/dev-libs/json-c/Manifest
index e57eed6..56df258 100644
--- a/dev-libs/json-c/Manifest
+++ b/dev-libs/json-c/Manifest
@@ -1,4 +1,2 @@
-DIST json-c-0.10.tar.gz 385812 SHA256 
274fc9d47c1911fad9caab4db117e4be5d6b68c4547eab0c508d79c4768e170c SHA512 
d254eb223ebfb05e828bf039efb280f5e83b9f59116fba3af2892cf1f7732d152f7d0e2d8b77ec32e175b168022c2342f954e97f867c438b349f36b4dfdbd746
 WHIRLPOOL 
0eab71b6af2bc1ecb54474b69f86eff56fc2c2a756e542f758070dfe52839223b0a90da7af837567d448d1c7c660b003590ec68bff1ffb802cfa44165914b08c
 DIST json-c-0.11.tar.gz 557263 SHA256 
28dfc65145dc0d4df1dfe7701ac173c4e5f9347176c8983edbfac9149494448c SHA512 
65ab563fe908d585ba05fff3b77283050ec4f94114ff6e4b916557013d75498271cf65b2660a0aaf74b23beaa80385c80d37ab6a700ba967dd859fa779a81cb0
 WHIRLPOOL 
f47c78b206a49a6e1d2570d041917593f3b889125b47a951ec1347f5c470082113225e86ff593869b5d859c2c815ceda268d4a3c890f53af77fae8dbbf7d97f8
 DIST json-c-0.12.tar.gz 501419 SHA256 
000c01b2b3f82dcb4261751eb71f1b084404fb7d6a282f06074d3c17078b9f3f SHA512 
c959804362386f6b77e9d04b5fedf6d6aff1fcd0ab50250edb25f759b510b402e7ad4b33d1cbadc3337b63a3145d19f310812a9ee351748348304b384dc2dc35
 WHIRLPOOL 
b49f5c96b614302b39737306774b4346d8347afef6ced7067664ac0d68669a1496fe915f229e0d434a87b103ac9982d67c5785eb688b7026c257c7eae95c6eaf
-DIST json-c-0.9.tar.gz 340953 SHA256 
702a486c9bf8e19137d484ab5c49b4ad314eb5e1fe37062a72c0a0fa39439475 SHA512 
40e4f7efd82fac732ff6da439a1ca95944d4ecfa8a673c7466e93134f29f8863f4d86f4e6e859a7be0096a25837047bd167a625cc0c61d6b919b55c5a47a76e8
 WHIRLPOOL 
7a666bae6c12ce910815d0d0253a88a024c5fe11a7a5e97b571d426f9de00d1a676f98bc8ccc41d948b5c64b1e768c5e5cdfbad98d63b03152b0e7a6ed1c181e

diff --git a/dev-libs/json-c/json-c-0.10-r1.ebuild 
b/dev-libs/json-c/json-c-0.10-r1.ebuild
deleted file mode 100644
index fab613e..
--- a/dev-libs/json-c/json-c-0.10-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
-
-DESCRIPTION="A JSON implementation in C"
-HOMEPAGE="https://github.com/json-c/json-c/wiki";
-SRC_URI="mirror://github/${PN}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="doc static-libs"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-flags.patch
-
-   # bug 452234
-   "${FILESDIR}"/${P}-headers.patch
-   # bug 466960
-   "${FILESDIR}"/${P}-automake-1.13.patch
-   )
-
-# tests break otherwise
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-src_test() {
-   export USE_VALGRIND=0 VERBOSE=1
-   autotools-utils_src_test
-}
-
-src_install() {
-   use doc && HTML_DOCS=( "${S}"/doc/html )
-   autotools-utils_src_install
-
-   # add symlink for projects not using pkgconfig
-   dosym ../json-c /usr/include/json-c/json
-}

diff --git a/dev-libs/json-c/json-c-0.9-r1.ebuild 
b/dev-libs/json-c/json-c-0.9-r1.ebuild
deleted file mode 100644
index 0445b63..
--- a/dev-libs/json-c/json-c-0.9-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-DESCRIPTION="A JSON implementation in C"
-HOMEPAGE="http://oss.metaparadigm.com/json-c/";
-SRC_URI="http://oss.metaparadigm.com/${PN}/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
-IUSE="static-libs"
-
-RDEPEND="!

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

2016-11-20 Thread Aaron Bauman
commit: d61dd49a6bb35b17cb818953b91785261af61d02
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Nov 20 22:51:59 2016 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Nov 20 22:51:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d61dd49a

dev-db/postgis: drop old which depended on vulnerable dev-libs/json-c wrt 
security bug #507218

 dev-db/postgis/Manifest |   1 -
 dev-db/postgis/postgis-2.1.1.ebuild | 297 
 2 files changed, 298 deletions(-)

diff --git a/dev-db/postgis/Manifest b/dev-db/postgis/Manifest
index 0c52640..684e22c 100644
--- a/dev-db/postgis/Manifest
+++ b/dev-db/postgis/Manifest
@@ -1,4 +1,3 @@
-DIST postgis-2.1.1.tar.gz 6717940 SHA256 
f55acf056362e7e78766bec7a403e02a3b6b087a6d18b4222647b6a932d5c945 SHA512 
f85c4d1db32802b3acbda3f4c391ca961bf1301c699a00682265c7a984fbc74ee7b9fbfc5580fc04dff0491921eb6dbe4d8bd73dded216794a4b7f90c3ed650f
 WHIRLPOOL 
807d0ce975b72315a72d4c2ecd192c612b00530a7e542b18429fed0c69cf6cb95285554c34be58e3d2a2c513f436289449dfbe82c7430fba87e901a4bea49c2d
 DIST postgis-2.1.8.tar.gz 6811272 SHA256 
7c2380b895fe7bda34c2e70deab3fcf4c12b13ab40d7501cdaa6fa36f1a6c662 SHA512 
e8aeb739a1ecf95b224a3908d2af3aa38933b56c63713af30d14243653745436165b418a3368601a699b744f6fe61ce645c980319eb159395d68166a3815c5f4
 WHIRLPOOL 
b6675fecbb922379bd50c351abe1553fdbda53543fce56451c688e25a3fa2e9d0813d8f3a349b623b85fcb4016fc4710f6746a224ba7673ec0d2106c7635d3d1
 DIST postgis-2.2.0.tar.gz 10164837 SHA256 
66f0f8480d535959b8bb9abb5ee5d602d1001413ca770df120baf3de627f9e91 SHA512 
e9954d5c4aa381536ae87c32bb37b166a7ede0f9b9fc96cfb300dc2350b9351f40870429f64e755c3371be692a1956f5f8ea21733b64aab490f42d2232ae5d8f
 WHIRLPOOL 
639c6b278dd6e5c3a11ed1d8de179ee72a4e6e9c54ba1e74e585e9233167a3c2cdca0704c47966cf757db1ebbc8970a68375894a6179970ab6c0e6c637a2
 DIST postgis-2.2.1.tar.gz 10069889 SHA256 
0fe500b0250203aac656bfa8f42f8458b63f33258404844e066e0e535988fa09 SHA512 
e580fc6556e1d8e2ba36d62795650852d303ce4c935c8e538d14f0bf0f00c3c27dcb034c42dfafa0c8995eb0f28f71119c8ada4ceecaa8ca9897d0653552bb2f
 WHIRLPOOL 
a91f5e44de49b1b41d90188a4f7842c23d41b8c589416014273f4a1e655e0f3013176f7341bac0ea7004c3f7af86634981f3c0695d3e848e45798eeb5f7bfdeb

diff --git a/dev-db/postgis/postgis-2.1.1.ebuild 
b/dev-db/postgis/postgis-2.1.1.ebuild
deleted file mode 100644
index 4126a6d..
--- a/dev-db/postgis/postgis-2.1.1.ebuild
+++ /dev/null
@@ -1,297 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-POSTGRES_COMPAT=( 9.{1,2,3,4} )
-
-inherit autotools eutils versionator
-
-MY_PV=$(replace_version_separator 3 '')
-MY_P="${PN}-${MY_PV}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="Geographic Objects for PostgreSQL"
-HOMEPAGE="http://postgis.net";
-SRC_URI="http://download.osgeo.org/postgis/source/${MY_P}.tar.gz";
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-IUSE="doc gtk test"
-
-RDEPEND="
-   || (
-   dev-db/postgresql:9.4[server]
-   dev-db/postgresql:9.3[server]
-   dev-db/postgresql:9.2[server]
-   dev-db/postgresql:9.1[server]
-   )
-   =sci-libs/geos-3.3.8
-   >=sci-libs/proj-4.6.0
-   >=sci-libs/gdal-1.10.0:=
-   gtk? ( x11-libs/gtk+:2 )
-"
-
-DEPEND="${RDEPEND}
-   doc? (
-   app-text/docbook-xsl-stylesheets
-   app-text/docbook-xml-dtd:4.5
-   dev-libs/libxslt
-   || (
-   media-gfx/imagemagick[png]
-   
media-gfx/graphicsmagick[imagemagick,png]
-   )
-   )
-   virtual/pkgconfig
-   test? ( dev-util/cunit )
-"
-
-PGIS="$(get_version_component_range 1-2)"
-
-REQUIRED_USE="test? ( doc )"
-
-# Needs a running psql instance, doesn't work out of the box
-RESTRICT="test"
-
-# These modules are built using the same *FLAGS that were used to build
-# dev-db/postgresql. The right thing to do is to ignore the current
-# *FLAGS settings.
-QA_FLAGS_IGNORED="usr/lib(64)?/(rt)?postgis-${PGIS}\.so"
-
-# Because developers have been fooled into thinking recursive make is a
-# good thing.
-MAKEOPTS="-j1"
-
-postgres_check_slot() {
-   if ! declare -p POSTGRES_COMPAT &>/dev/null; then
-   die 'POSTGRES_COMPAT not declared.'
-   fi
-
-# Don't die because we can't run postgresql-config during pretend.
-[[ "$EBUILD_PHASE" = "pretend" \
-   && -z "$(which postgresql-config 2> /dev/null)" ]] && return 0
-
-   local res=$(echo ${POSTGRES_COMPAT[@]} \
-   | grep -c $(postgresql-config show 2> /dev/null) 2> /dev/null)
-
-   if [[ "$res" -eq "0" ]] ; then
-   eerror "Post

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

2016-11-20 Thread Mike Pagano
commit: 16292702680e99bc101fc4e0da7823437952461c
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Nov 20 22:41:13 2016 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Nov 20 22:41:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16292702

Linux patch 4.9-rc6

Package-Manager: portage-2.3.0

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

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 6bbccda..708a74b 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -4,3 +4,4 @@ DIST patch-4.9-rc2.xz 6748836 SHA256 
a1d5fba9bcf704566ac096fe16bb417421aa426f490
 DIST patch-4.9-rc3.xz 7090824 SHA256 
bb90b688b7e195abdb8cde00418894417a54f7bf5e1fe7aa485107712ad0759a SHA512 
cca73cdda46c99f15608bfe385e48d102009e13f2626190230f154bf0d901c9fa2b62f55394beaf85daea2ce0e5f0e31fe72f8571e9a8fe0132f3daca46245e8
 WHIRLPOOL 
8bcda14a7c738ac53997a7e5f569dca7fe6bcf7069bfd08122e9e0791c914629e2c928c94234f09ca2c4f7a5bfd7b71b0a19f7d930b3abd2dc741e0879feced3
 DIST patch-4.9-rc4.xz 7182692 SHA256 
5c9967a7dfe29704c18c2d98ac0b3eca6b2be585a36d95db20c10a77923fee90 SHA512 
4656380be9aebd89cde80ecd057225b991fb8c5996a4e4dc7c71bd2d0d914ce9caacc14b588c945ec7b6f48667101bfbd464baeca9f3160e86ec7352394f0171
 WHIRLPOOL 
67ab5dbcf5e06b1ea767e2c4d2a933f23c38babdd5e83c0ba1849f3222bed0d8ce84832d1f8749db353bd597734ce7076a5c2242b570d59f12e6c3f95d4c5612
 DIST patch-4.9-rc5.xz 7216812 SHA256 
7c6184bda1289d66906107808a476c863e6542ed7f175bdce46af05fd200ca47 SHA512 
55e42e473c4e83946dc91a7a024a49521240dacb5fea5e1f8f6beba9a8d883d17b4b7faf0695425211e8da9e674380e96287ba3620a52520a7d0f59e05c2c619
 WHIRLPOOL 
233fc65c550fa1f53c18d3c79931158ee3cb89a7097243a1ff2f086f448f16a6b7c38bc3f41b45c87e1d7b6a12fd9769ab9de97dc76c01d69db3d99eaaad0f26
+DIST patch-4.9-rc6.xz 7267788 SHA256 
49be0d2cc396a0a62126e43930744416b92d572885499fc6eee3a59782fec1b0 SHA512 
758505ddf3a46dbe7c511ae1ac9e1936d02b9560c4a3f0713c357a8d454f8434bd35bf434359170af86f629f0cb64cb306dc99f4f05907dc59f1e004b74a6400
 WHIRLPOOL 
b19b5b92c6f406493cef41e417fbe76dc1b3c2309621229cd9bd0e93a4def003aa6535ff396302dee789c9dcd0687b12d9b275dd7e1b5fc368482221cb0441bf

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



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

2016-11-20 Thread Göktürk Yüksek
commit: 26cb0be89378c9298686092706421a6d7fa22d90
Author: Mykyta Holubakha  gmail  com>
AuthorDate: Mon Nov  7 01:01:41 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Nov 20 21:26:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26cb0be8

net-misc/youtube-viewer: version bump to 3.2.4

 net-misc/youtube-viewer/Manifest   |  1 +
 .../youtube-viewer/youtube-viewer-3.2.4.ebuild | 90 ++
 2 files changed, 91 insertions(+)

diff --git a/net-misc/youtube-viewer/Manifest b/net-misc/youtube-viewer/Manifest
index 67de31f..9b4eaf7 100644
--- a/net-misc/youtube-viewer/Manifest
+++ b/net-misc/youtube-viewer/Manifest
@@ -1,2 +1,3 @@
 DIST youtube-viewer-3.1.9.tar.gz 76 SHA256 
9b7ba2b50cea054898024bc871e231673269ab50db0526ee3f1a7ae62a51e8d2 SHA512 
60ff81defd4d8d1bc1f6b5bceaa03c9bbe64e8fea2083ce60b04b6c14d8b13ded6da255b9aa46bfcb1b76cf33121ddb738d0f0c159e4bd207999ca558a43e86e
 WHIRLPOOL 
2e6a79992c7760d93c2e28f1e4f5c14861b6fefed8e0bebb9a7d88c6cf27000904971b12274a972ca66471ffee7c3bfee8c90218c16ddd0ec96cc8f46779bffd
 DIST youtube-viewer-3.2.0.tar.gz 222528 SHA256 
60a4ded8798da3cdadadf816b1c4e87c6feb697f01db70630f014584e5a2392e SHA512 
bda3592874ded71e6a60d87b669d2c80999425ef2f2061e942a8db5755d9d6f2dabf038b8b7984efb13a5f9f12b2fa56290be9db871b2784b2c464367c3b
 WHIRLPOOL 
73ec965bf4cf65d545b99d73e003ce7d74d92dcdc1f5d29c8b925e4d96e93d5924b66e06ec40e22f16119b6df6445344d650d5ca086e52aeb60a350c7ca8ce0d
+DIST youtube-viewer-3.2.4.tar.gz 224282 SHA256 
ca37024ce018e31bd4c99f5df208e842f44979c07c5d31647c1fbe4e17b1b296 SHA512 
06bb763460b90f26aa1671c29056374df62d4e840acb3a800f4840160535fef30e60e6655b1d4ba7423a0424384acdfc00aa068a420aa836110974a5f7152ec2
 WHIRLPOOL 
bfeb12bacd98b6da8ecb0ee4b626a8fdc98331f21049bdd99524d65ff5de109abe859c882dac5347fa07cee704d229e64496a369ae1c3ae6d24557c4ff142b59

diff --git a/net-misc/youtube-viewer/youtube-viewer-3.2.4.ebuild 
b/net-misc/youtube-viewer/youtube-viewer-3.2.4.ebuild
new file mode 100644
index ..3d37b50
--- /dev/null
+++ b/net-misc/youtube-viewer/youtube-viewer-3.2.4.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils gnome2-utils perl-module
+
+DESCRIPTION="A command line utility for viewing youtube-videos in Mplayer"
+HOMEPAGE="https://trizen.googlecode.com";
+SRC_URI="https://github.com/trizen/youtube-viewer/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gtk"
+
+RDEPEND="
+   dev-perl/Data-Dump
+   dev-perl/JSON
+   dev-perl/libwww-perl[ssl]
+   dev-perl/Term-ReadLine-Gnu
+   virtual/perl-Encode
+   virtual/perl-File-Path
+   virtual/perl-File-Spec
+   virtual/perl-Getopt-Long
+   virtual/perl-Scalar-List-Utils
+   virtual/perl-Term-ANSIColor
+   virtual/perl-Term-ReadLine
+   virtual/perl-Text-ParseWords
+   virtual/perl-Text-Tabs+Wrap
+   gtk? (
+   dev-perl/File-ShareDir
+   >=dev-perl/gtk2-perl-1.244.0
+   virtual/freedesktop-icon-theme
+   x11-libs/gdk-pixbuf:2[X,jpeg]
+   )"
+DEPEND="dev-perl/Module-Build"
+
+SRC_TEST="do"
+
+src_prepare() {
+   perl-module_src_prepare
+}
+
+# build system installs files on "perl Build.PL" too
+# do all the work in src_install
+src_configure() { :; }
+src_compile() { :; }
+
+src_install() {
+   local myconf
+   if use gtk ; then
+   myconf="--gtk-youtube-viewer"
+   fi
+   perl-module_src_configure
+   perl-module_src_install
+
+   if use gtk ; then
+   domenu share/gtk-youtube-viewer.desktop
+   doicon share/icons/gtk-youtube-viewer.png
+   fi
+}
+
+pkg_preinst() {
+   use gtk && gnome2_icon_savelist
+   perl_set_version
+}
+
+pkg_postinst() {
+   use gtk && gnome2_icon_cache_update
+   elog "Optional dependencies:"
+   optfeature "cache support" dev-perl/LWP-UserAgent-Cached
+   optfeature "better STDIN support" dev-perl/Term-ReadLine-Gnu
+   optfeature "faster JSON to HASH conversion" dev-perl/JSON-XS
+   optfeature "the case if there are SSL problems" dev-perl/Mozilla-CA
+   optfeature "printing results in a fixed-width format (--fixed-width, 
-W)" dev-perl/Text-CharWidth
+   optfeature "threads support" virtual/perl-threads
+   elog
+   elog "You also need a compatible video player, possible choices are:"
+   elog "  media-video/mpv"
+   elog "  media-video/mplayer"
+   elog "  media-video/smplayer"
+   elog "  media-video/vlc"
+   elog "Also check the configuration file in ~/.config/youtube-viewer/"
+   elog "and configure your video player backend."
+}
+
+pkg_postrm() {
+   use gtk && gnome2_icon_cache_update
+}



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

2016-11-20 Thread Johannes Huber
commit: 2c0391a28424a981355d3d231ae25759cb8b9c6d
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Nov 20 21:12:14 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Nov 20 21:12:14 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2c0391a2

Revert "kde-apps/messagelib: DEPEND on dev-qt/qtsql"

Upstream commit 22771596775663157e0e6e7b42b803365a163bde
This reverts commit 4efe59899e3fa62ab302286c4ec0928fecbd14ba.

Thanks-to: Arfrever

 kde-apps/messagelib/messagelib-16.12.49..ebuild | 1 -
 kde-apps/messagelib/messagelib-.ebuild  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/kde-apps/messagelib/messagelib-16.12.49..ebuild 
b/kde-apps/messagelib/messagelib-16.12.49..ebuild
index 1f34223..ddabea7 100644
--- a/kde-apps/messagelib/messagelib-16.12.49..ebuild
+++ b/kde-apps/messagelib/messagelib-16.12.49..ebuild
@@ -57,7 +57,6 @@ COMMON_DEPEND="
$(add_qt_dep qtgui '' '' '5=')
$(add_qt_dep qtnetwork)
$(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtsql)
$(add_qt_dep qtwebengine 'widgets')
$(add_qt_dep qtwebkit)
$(add_qt_dep qtwidgets)

diff --git a/kde-apps/messagelib/messagelib-.ebuild 
b/kde-apps/messagelib/messagelib-.ebuild
index 1f34223..ddabea7 100644
--- a/kde-apps/messagelib/messagelib-.ebuild
+++ b/kde-apps/messagelib/messagelib-.ebuild
@@ -57,7 +57,6 @@ COMMON_DEPEND="
$(add_qt_dep qtgui '' '' '5=')
$(add_qt_dep qtnetwork)
$(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtsql)
$(add_qt_dep qtwebengine 'widgets')
$(add_qt_dep qtwebkit)
$(add_qt_dep qtwidgets)



[gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/, net-dns/pdns-recursor/files/

2016-11-20 Thread Sven Wegener
commit: 4bcf4c432dcff57befea68d05a7fe6f0ff87ab41
Author: Sven Wegener  gentoo  org>
AuthorDate: Sun Nov 20 21:07:06 2016 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Sun Nov 20 21:07:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bcf4c43

net-dns/pdns-recursor: Fix building with disabled ECDSA support, bug #590370

Package-Manager: portage-2.3.0

 .../files/pdns-recursor-4.0.3-ecdsa.patch  | 29 ++
 net-dns/pdns-recursor/pdns-recursor-4.0.3.ebuild   |  1 +
 2 files changed, 30 insertions(+)

diff --git a/net-dns/pdns-recursor/files/pdns-recursor-4.0.3-ecdsa.patch 
b/net-dns/pdns-recursor/files/pdns-recursor-4.0.3-ecdsa.patch
new file mode 100644
index ..52826c9
--- /dev/null
+++ b/net-dns/pdns-recursor/files/pdns-recursor-4.0.3-ecdsa.patch
@@ -0,0 +1,29 @@
+commit 3d59c6f7d83f54d5c73013de5ab61e9a0ecd1460
+Author: Remi Gacogne 
+Date:   Mon Oct 17 10:07:26 2016 +0200
+
+Fix building with ECDSA support disabled in libcrypto
+
+(cherry picked from commit aa74d164ae29269168d048d2cc8d7e1f984774c4)
+
+diff --git a/opensslsigners.cc b/opensslsigners.cc
+index 9e919a0..acf8f08 100644
+--- a/opensslsigners.cc
 b/opensslsigners.cc
+@@ -128,6 +128,7 @@ static inline int RSA_set0_crt_params(RSA* rsakey, BIGNUM* 
dmp1, BIGNUM* dmq1, B
+   return 1;
+ }
+ 
++#ifdef HAVE_LIBCRYPTO_ECDSA
+ static inline void ECDSA_SIG_get0(const ECDSA_SIG* signature, const BIGNUM** 
pr, const BIGNUM** ps) {
+   *pr = signature->r;
+   *ps = signature->s;
+@@ -140,6 +141,8 @@ static inline int ECDSA_SIG_set0(ECDSA_SIG* signature, 
BIGNUM* pr, BIGNUM* ps) {
+   signature->s = ps;
+   return 1;
+ }
++#endif /* HAVE_LIBCRYPTO_ECDSA */
++
+ #else
+ void openssl_thread_setup() {}
+ void openssl_thread_cleanup() {}

diff --git a/net-dns/pdns-recursor/pdns-recursor-4.0.3.ebuild 
b/net-dns/pdns-recursor/pdns-recursor-4.0.3.ebuild
index 321a847..954fcbd 100644
--- a/net-dns/pdns-recursor/pdns-recursor-4.0.3.ebuild
+++ b/net-dns/pdns-recursor/pdns-recursor-4.0.3.ebuild
@@ -32,6 +32,7 @@ S="${WORKDIR}"/${P/_/-}
 
 PATCHES=(
"${FILESDIR}"/${P}-boost-1.61-fcontext.patch
+   "${FILESDIR}"/${P}-ecdsa.patch
 )
 
 pkg_setup() {



[gentoo-commits] repo/gentoo:master commit in: net-firewall/ipsec-tools/

2016-11-20 Thread Anthony G. Basile
commit: 3918db6910813ff7677e751d54615fd109dede7c
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Nov 20 21:06:36 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Nov 20 21:06:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3918db69

net-firewall/ipsec-tools: stable on ppc and ppc64, bug #550118

Package-Manager: portage-2.3.0

 net-firewall/ipsec-tools/ipsec-tools-0.8.2-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/ipsec-tools/ipsec-tools-0.8.2-r5.ebuild 
b/net-firewall/ipsec-tools/ipsec-tools-0.8.2-r5.ebuild
index d445ad6..1c2d43c 100644
--- a/net-firewall/ipsec-tools/ipsec-tools-0.8.2-r5.ebuild
+++ b/net-firewall/ipsec-tools/ipsec-tools-0.8.2-r5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~ia64 ~mips ppc ppc64 x86"
 IUSE="hybrid idea ipv6 kerberos ldap libressl nat pam rc5 readline selinux 
stats"
 
 CDEPEND="



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

2016-11-20 Thread Anthony G. Basile
commit: cd58465096ef5c0216391f932f58c25a19bd78e9
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Nov 20 20:55:44 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Nov 20 20:56:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd584650

sys-kernel/hardened-sources: version bump to 4.8.9

vanilla-4.8 + genpatches-4.8-9 + grsecurity-3.1-4.8.9-201611192033

Package-Manager: portage-2.3.0

 sys-kernel/hardened-sources/Manifest   |  2 +
 .../hardened-sources/hardened-sources-4.8.9.ebuild | 45 ++
 2 files changed, 47 insertions(+)

diff --git a/sys-kernel/hardened-sources/Manifest 
b/sys-kernel/hardened-sources/Manifest
index 960de8b..722da14 100644
--- a/sys-kernel/hardened-sources/Manifest
+++ b/sys-kernel/hardened-sources/Manifest
@@ -10,6 +10,7 @@ DIST genpatches-4.7-6.base.tar.xz 181504 SHA256 
2e42ee2c63f5b9984b0b6124431492c0
 DIST genpatches-4.7-8.base.tar.xz 233032 SHA256 
481e35ef24b98241adfd8277b2a9d682b4845721b02063b4b3eacc996c2e00c8 SHA512 
0c95980432f2598d6cd94a96ad228a88650ac240e7dc20adea87994d683af02a55dd2e09363d7b2732e098738ddc9151be5c03418b3308cdeb07b00c5a8ec48c
 WHIRLPOOL 
b632e17439180e6a498602a1ec0018b7b720ca53dbcf93a3157f667fc4c28816c84325868b0854b927470926e3008cb20f867ff6d4c8c5a93f16c110bf0dee39
 DIST genpatches-4.8-2.base.tar.xz 5896 SHA256 
37660e5383632850dbf9027ff26aa3db162c8e26919ae4d0f33d84b2df84b6a2 SHA512 
bdda813315963fed8fce953bae41a614c10ae269d08ecb5f8b20d7a6d9b585f2bb81714e6a89baad764d4c0f63141beb14d7b74ba53e84b561a5747d22faac1b
 WHIRLPOOL 
5edc0cd3cf04ca6c6174ef8be73920acaec2aa829ebb4e1947e5334672a7829715244678f0aa42e9e2d11aca4e0120c11a2a82dcd9e9380efcbeefe974fce9f6
 DIST genpatches-4.8-8.base.tar.xz 157508 SHA256 
36acdc91d6bbb364eb9c5ec2227766e82f0e203e434c25255965818b933a4986 SHA512 
5a43e3a2dd556d7bff251eb22eb98ef7a4a673d6ed0a9f9b3bb4b63e0ebfc5d2ac16abd9d3095116202735d3a5aec7213388a48a0f28e0f721268cb360f5dd23
 WHIRLPOOL 
79d10ddfaad5341f70b98c5c6c0104a1a1243a6adc77a639d51d1cf911c349caf759b9744146ce3dbeab2d8bed04d59de0456ce977e41dae98a8dfcbc06e2978
+DIST genpatches-4.8-9.base.tar.xz 171712 SHA256 
17a33696a461e900a59eb2ecc8aeb6461681889b71bd12d89756f183b9aa85ff SHA512 
bbdfae61748f45009ba3658ed325b1e977a37c238204a654409f5f67718e98146ce40e5ca0ef5c97571f79b300b7ea98a6e45790407250b4d858bcc3f34752f2
 WHIRLPOOL 
eae93dec27e1eb9b6c834ce5a95e7bbeaefb013451e0d3cd87025321e50ba96e86713590dd908f9c397c7a51d5a57f5c695db8c27a9c73366138ce0384d772a3
 DIST hardened-patches-4.4.2-1.extras.tar.bz2 1721230 SHA256 
81f1417d210e0a6d9f5e180b9f828beb87ddc27571a16c40552d0fa1979982ec SHA512 
599dedbef6fa26efc2a62c19e0536accedff6c60968294e9a7246c9844b26491b4414b1b40106eee9bb7540f8cd4ae74ab3720029b0730ce5541e005ba60cb9b
 WHIRLPOOL 
84e22467a6dcc738043e47274ab2476b69f1796f1f23e3ca4ed8e244dd73a7e4998de683c1d93baccdd41eb232327d4ef1eb07d01b8a790510b8690334032f02
 DIST hardened-patches-4.4.8-2.extras.tar.bz2 1743408 SHA256 
5cde9a96f6a47ebe3c8abeb5d5add60480490fd365d4c31da2d7ac1973a4c258 SHA512 
cfb52ee6aee76b125a5a833cd9facc92ea1dff17129a488b66e976e94699cea8109e6f5df90835e818af1ea6e59e12cecc95159601d544f5b008560a1190b530
 WHIRLPOOL 
56facf79d5556aaac3bf08fa3b4be21b7fef561c8d3fd41943ce51c4d15b71e114be2e33914f5bf7e3d981abcebeffb95fb99aedde8d72231edcef72123ea9fa
 DIST hardened-patches-4.7.10-1.extras.tar.bz2 1941100 SHA256 
8a7787da2d440308b28d16738ba843138c01d14e3f09cef33f8c32d46886411b SHA512 
851d8875452fceaa696a7bb6847bda82c42ca40c61f2d1da16545190eeba65eb26c15f9fd428d1de83e9ea7c019133808ab3622e770147e06ab598629b8dfb6b
 WHIRLPOOL 
fa4a7bdb8bf8bf232d32d466b0ce8492a82cda7908edc96d6f7937686e3a766dabbc75c7fd33de82be080e3a277aaf4e63e9c754c97b9164301630aa13810755
@@ -19,6 +20,7 @@ DIST hardened-patches-4.7.6-1.extras.tar.bz2 1913657 SHA256 
f32b7891fa0a821a6027
 DIST hardened-patches-4.7.9-1.extras.tar.bz2 1932180 SHA256 
18ffc04474a183c2bac5cd44aaff51f657c25a5be4bc61ccb3e005cde6df303c SHA512 
f822f9b2cfe4f80e91dd1a2709879bf3272f206faabaf803fdfc8ff60de9d52adaa4522cb7a50d3d2dff3cc391e7280d77e000949d680b41a4aba2689f3c2f38
 WHIRLPOOL 
da83947805442fd1cf7fad8fd8dc703d98079b9b804042aed7b3d1737df6d63f6cfe5b264d84df8b392ea29008936dc12de7001e365713a06148b57cff86a76a
 DIST hardened-patches-4.8.7-1.extras.tar.bz2 2057985 SHA256 
df2c2daa068ce65aab4ae9454919a622fc2a26eac44b7daff93cfb31c341c32e SHA512 
1b2001ccb7ce8ba052a3b43dc0c4922b3110c96fc414bacf44a4c453375a84068a5cfab328ac2b2f5a7b69aacc5b2c55be33d510cabd84c230297ff85f4cc9d5
 WHIRLPOOL 
96e4f8e6443c3a56171aa104dcc2b74fc1e51d84da572b6e3649f0fbda142ebbfcef2e99723c8250b1b9a0f109aeb957afa1c169ab6173d54dcac429b01e9430
 DIST hardened-patches-4.8.8-1.extras.tar.bz2 1915617 SHA256 
f36faa6cf87e5792a3cdd5b9e903fa9784d591ebf5e779abb5aaba6011eb3c65 SHA512 
b2bcfb40547a7bf774806c8a12d08b30197edb22a17a97c19d2087befaed76a870c5e68e9f74ce4f0bd184857f1a41ebe65ae7de5eaf7673e672a589b6706dd3
 WHIRLPOOL 
5a15ac1242d90ac7e212ee0342cbcbfd421cdcdab0ec8619905237b6e18b329e63a966ed609fa3a3414cfa555edb

[gentoo-commits] proj/devmanual:master commit in: ebuild-maintenance/

2016-11-20 Thread Göktürk Yüksek
commit: b7e1c71f9ecc7edb3d68e43cec9ba5f75664f495
Author: Wim Muskee  gmail  com>
AuthorDate: Sat Nov 19 09:31:34 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Nov 20 20:46:31 2016 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=b7e1c71f

ebuild-maintenance: update fedora repository link, #581608

 ebuild-maintenance/text.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebuild-maintenance/text.xml b/ebuild-maintenance/text.xml
index 3ccb62f..6d2e813 100644
--- a/ebuild-maintenance/text.xml
+++ b/ebuild-maintenance/text.xml
@@ -56,7 +56,7 @@ not sure how to get it to work, check some other 
distributions that have
 done their own versions of the package.  You can check
 http://cvs.mandriva.com/cgi-bin/viewvc.cgi/SPECS/";>Mandriva
 or http://www.debian.org/distrib/packages";>Debian or
-http://cvs.fedora.redhat.com/";>Fedora for some
+http://pkgs.fedoraproject.org/cgit/rpms/";>Fedora for some
 examples.
 
 



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/octave/files/, sci-mathematics/octave/

2016-11-20 Thread David Seifert
commit: 4ab72caed4c1866930393039b185cce8b20248c9
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 20 20:17:18 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 20 20:37:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ab72cae

sci-mathematics/octave: Remove old

Package-Manager: portage-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/2872

 sci-mathematics/octave/Manifest|   4 -
 .../octave/files/octave-3.6.4-gcc-4.8.patch|  34 -
 .../octave/files/octave-3.8.0-pkgbuilddir.patch|  40 -
 .../files/octave-4.0.0-imagemagick-configure.patch |  16 --
 .../octave/files/octave-4.0.0-imagemagick.patch| 139 -
 .../octave/files/octave-4.0.0-texinfo.patch|  63 
 .../octave/files/octave-4.0.3-imagemagick.patch| 139 -
 .../files/octave-4.0.3-ncurses-pkgconfig.patch |  42 -
 .../files/octave-4.0.3-zlib-underlinking.patch |  13 --
 sci-mathematics/octave/octave-3.6.4-r1.ebuild  | 132 
 sci-mathematics/octave/octave-4.0.0-r1.ebuild  | 169 
 sci-mathematics/octave/octave-4.0.0.ebuild | 158 ---
 sci-mathematics/octave/octave-4.0.1-r1.ebuild  | 164 
 sci-mathematics/octave/octave-4.0.1.ebuild | 158 ---
 sci-mathematics/octave/octave-4.0.2-r2.ebuild  | 164 
 sci-mathematics/octave/octave-4.0.3.ebuild | 170 -
 16 files changed, 1605 deletions(-)

diff --git a/sci-mathematics/octave/Manifest b/sci-mathematics/octave/Manifest
index 516c99f..c2b7f89 100644
--- a/sci-mathematics/octave/Manifest
+++ b/sci-mathematics/octave/Manifest
@@ -1,7 +1,3 @@
 DIST octave-3.6.4.tar.bz2 15627315 SHA256 
fa185df9591f5d740f4d37ff6eaf06db576fdd3e0ddd9d0737365799e5d1c962 SHA512 
a49ef50161272618c9543057be5903e1e50b7f4ecb929777f6715d4b3a07a92c36a5b13958c52d8b942b6c7e7e3f7844409d0062eb02bdb3972d7194312b7a81
 WHIRLPOOL 
f51c764ce1ed911661bb3dd1d31a2321f09c0d887ead7bbe8c1f4ad1ebe05137223afb5ff18fc57b83d631936975964a85e4fed9a087760935acb5a35050cda0
 DIST octave-3.8.2.tar.bz2 17834980 SHA256 
83bbd701aab04e7e57d0d5b8373dd54719bebb64ce0a850e69bf3d7454f33bae SHA512 
c2bf4cc844a5b8dbabf2b54d2458ee7573f87dc92ca8cd7829e8c057591387b3a0995b5b48c6e50ff2944411f2b28521de26e438ed431f68ab5b49b8ce1d94cc
 WHIRLPOOL 
c117b935a060572577b3506a508d558a2af85b2785af02647e9edc47c5df97e357d954449edc90cc40a6af3230f99faccf6c7cf1b9b2bc6044f35749d3ae1af0
-DIST octave-4.0.0.tar.xz 15759196 SHA256 
cf6be2fac6796fda68971e249c96d026ce4a1b0ed074ce49a5791365a958c474 SHA512 
54559686d017b7fe731a89a24e74d08781365028d2799a86f25ebf4c433013eab03e5b4381a992b79e40bce1827a6eee2aefd0798b739128dd8dd7b41d936b89
 WHIRLPOOL 
0e0154dac5ac76268d99533186a88f54bc811817cdfc3c0bc22ff456fd23829f7015eebcb9d441665c1d2782ed57c06ab00880f64d63b22ef4aad43f132a
-DIST octave-4.0.1.tar.xz 15637340 SHA256 
d58f4861f93dbf4c98f3574d6066cfa25001349bd58ce063cf443efba4e1c287 SHA512 
7fa22b50c9116c917b2a2bd63d81a8106eba95842a5de736fbf89ee6ea3dbd5542c183ab6229b62f548ad07abbf67514152a8e553e8fbdf86036d44ced669798
 WHIRLPOOL 
7bcc16a1e01543dc0baab92993a305c6fea7fc9eb9d806004a1b3e11479c34d8a4de60e2291a27c846d54abc35883a16583bc324681d7897624fa40d98bb
-DIST octave-4.0.2.tar.xz 15668728 SHA256 
98c11ecead8ea759eb1d010ad6319a63a1c6199d3a7e2abbafe453c753090403 SHA512 
e79d43528d47a2b3f0fbc9e43eefd5fb8e199dd3818ffd745c1424c7cfca9397186dab129b6f61ee52f5c5203d613e5290d8dc5e32b318cfdd3d38f7facf63cd
 WHIRLPOOL 
bf870ef3b6affb4a157951d99132078f528b52be403f7d01bfd98fd657d4089ebbf5fb78f340ce18e59ae27d5eddb9edbbf76583810bcf2dbd5c9ce8ea3434cd
-DIST octave-4.0.3.tar.xz 15697064 SHA256 
dc2bec8c68fa5733a5847563634b1729356a84f3a5071008ecdb793293f0aa85 SHA512 
bad009235b04be09c051dd27ebef7df2542adec0a0b57c070662deebe33a0cdceb7d6816653f5afc3fc0cc1287ba1ca1a5c50858169004210224039374c9c55d
 WHIRLPOOL 
69546306417c85b65ae371035be906d5968b1af358ba16ff3c979a925766be92b933d386b6b594c70befaf8ddd95cf27fcd94934c03713688d05141e86a92dd0
 DIST octave-4.2.0.tar.gz 25320153 SHA256 
443ba73782f3531c94bcf016f2f0362a58e186ddb8269af7dcce973562795567 SHA512 
5d16665d4ef8f218320f471704f8702f3a2911cc4a083cae318c1df0f787d50dddbc511dc91e11379314d65cecac6d521abac026860feca19d11ffdb52d3e678
 WHIRLPOOL 
b5973f4e96aa4785436afa7fcc637cce021e4b5e93c3368f61712c808191bc26e3ece9d649f0b99e3df03672cb6df16c28cad931f3317b555f4f3167e4092f34

diff --git a/sci-mathematics/octave/files/octave-3.6.4-gcc-4.8.patch 
b/sci-mathematics/octave/files/octave-3.6.4-gcc-4.8.patch
deleted file mode 100644
index 1e13ebc..
--- a/sci-mathematics/octave/files/octave-3.6.4-gcc-4.8.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-Description: Fix compilation of C++ MEX files with GCC 4.8
- The header mex.h was including mexproto.h within an extern "C" block. In turn,
- mexproto.h includes cstdlib.
- .
- Apparently, including cstdlib within an extern "C" bl

[gentoo-commits] repo/gentoo:master commit in: sci-biology/meme/files/

2016-11-20 Thread David Seifert
commit: 3b9b9bc5a3cace179a242e215fb857bb263c63a5
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 20 20:15:47 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 20 20:37:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b9b9bc5

sci-biology/meme: Add $(DESTDIR) to install hooks

Gentoo-bug: 600316

Package-Manager: portage-2.3.2

 .../files/meme-4.11.2_p2-fix-build-system.patch| 25 +-
 1 file changed, 24 insertions(+), 1 deletion(-)

diff --git a/sci-biology/meme/files/meme-4.11.2_p2-fix-build-system.patch 
b/sci-biology/meme/files/meme-4.11.2_p2-fix-build-system.patch
index 0f3349c..b548de5 100644
--- a/sci-biology/meme/files/meme-4.11.2_p2-fix-build-system.patch
+++ b/sci-biology/meme/files/meme-4.11.2_p2-fix-build-system.patch
@@ -7,7 +7,7 @@ Fix and modernise build system
 
 --- a/configure.ac
 +++ b/configure.ac
-@@ -76,61 +76,9 @@
+@@ -76,61 +76,10 @@
  AM_CONDITIONAL(WANT_STRLCPY, test ["$have_strlcpy" = no])
  
  # Check for compiler-specific settings
@@ -66,6 +66,7 @@ Fix and modernise build system
 -  LIBEXSLT_CFLAGS="-I\${top_srcdir}/src/libexslt"
 -  LIBXSLT_CFLAGS="-I\${top_srcdir}/src/"
 -fi
++AC_PROG_MKDIR_P
 +AC_SYS_LARGEFILE
 +CFLAGS="-std=gnu89 -Wall -Wno-unused ${CFLAGS}"
 +CPPFLAGS="-DUNIX -D__USE_FIXED_PROTOTYPES__ ${CPPFLAGS}"
@@ -272,6 +273,28 @@ Fix and modernise build system
  memedoc_DATA =  $(NORMAL_FILES)
  endif
  
+--- a/Makefile.am
 b/Makefile.am
+@@ -52,7 +52,7 @@
+ endif
+ 
+ dbdir:
+-  mkdir -p $(MEME_DB)
++  $(MKDIR_P) $(DESTDIR)/$(MEME_DB)
+ 
+ all-local:
+ if WEBSITE
+@@ -64,8 +64,8 @@
+ endif
+ 
+ install-data-local:
+-  mkdir -p $(MEME_LOGS)
+-  chmod a+w $(MEME_LOGS)
++  $(MKDIR_P) $(DESTDIR)/$(MEME_LOGS)
++  chmod a+w $(DESTDIR)/$(MEME_LOGS)
+ 
+ distdir = $(PACKAGE)_$(VERSION)
+ 
 --- a/scripts/Makefile.am
 +++ b/scripts/Makefile.am
 @@ -22,8 +22,8 @@



[gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-proxy/

2016-11-20 Thread Manuel Rüger
commit: d5f1dec404bda7e5b44e763c2462b1cbd3b00425
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Nov 20 20:30:22 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Nov 20 20:30:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f1dec4

app-emulation/docker-proxy: Fix blocking version for docker

Package-Manager: portage-2.3.2

 app-emulation/docker-proxy/docker-proxy-0.8.0_p2016.ebuild | 2 +-
 app-emulation/docker-proxy/docker-proxy-.ebuild| 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p2016.ebuild 
b/app-emulation/docker-proxy/docker-proxy-0.8.0_p2016.ebuild
index 96b44ae..d35c73f 100644
--- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p2016.ebuild
+++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p2016.ebuild
@@ -23,7 +23,7 @@ IUSE=""
 
 S=${WORKDIR}/${P}/src/${EGO_PN}
 
-RDEPEND="!!https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~ppc64"
inherit golang-vcs-snapshot
@@ -23,7 +23,7 @@ IUSE=""
 
 S=${WORKDIR}/${P}/src/${EGO_PN}
 
-RDEPEND="!!

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

2016-11-20 Thread Aric Belsito
commit: 56372d1da557172a2c66c0801fd60627e4176f59
Author: Aric Belsito  gmail  com>
AuthorDate: Sun Nov 20 19:50:17 2016 +
Commit: Aric Belsito  gmail  com>
CommitDate: Sun Nov 20 19:50:17 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=56372d1d

sys-power/acpid: Add Stable version.

Latest doesn't require a patch, but it's not stable yet.

 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 insertions(+)

diff --git a/sys-power/acpid/Manifest b/sys-power/acpid/Manifest
new file mode 100644
index 000..150e7e4
--- /dev/null
+++ b/sys-power/acpid/Manifest
@@ -0,0 +1,10 @@
+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 
46be7ec7c2de80b33ee4d5e97350d1e0ff9f4c18b25935e3565f28a807edba9adb2352ec6b8f12d0eab5b

[gentoo-commits] proj/musl:master commit in: x11-libs/libva-vdpau-driver/, x11-libs/libva-vdpau-driver/files/

2016-11-20 Thread Aric Belsito
commit: 6f8610c3faa383bb1c4dd47f0b0155d11eaad16e
Author: Aric Belsito  gmail  com>
AuthorDate: Sun Nov 20 19:43:28 2016 +
Commit: Aric Belsito  gmail  com>
CommitDate: Sun Nov 20 19:43:28 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=6f8610c3

x11-libs/libva-vdpau-driver: Fix nouveau bug, sync

Remove r99 postfix

 x11-libs/libva-vdpau-driver/Manifest  | 3 +--
 .../files/libva-vdpau-driver-0.7.4-nouveau.patch  | 8 
 ...driver-0.7.4-r99.ebuild => libva-vdpau-driver-0.7.4-r4.ebuild} | 3 +--
 3 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/x11-libs/libva-vdpau-driver/Manifest 
b/x11-libs/libva-vdpau-driver/Manifest
index cc7a6d8..8a90740 100644
--- a/x11-libs/libva-vdpau-driver/Manifest
+++ b/x11-libs/libva-vdpau-driver/Manifest
@@ -2,7 +2,6 @@ AUX libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch 892 
SHA256 1ae32b8e5cc
 AUX libva-vdpau-driver-0.7.4-glext-missing-definition.patch 659 SHA256 
031f1a6b43c20fc3ac2f9da841eff02f6950569cb34f0b4be9fc93642d2dd927 SHA512 
bb86ef063eb695c77bbe0fd0c273f1c2a479d1803b8381ffaeac5917de8a7d6e11cef33569d75fbbc1d16e9b64913e8f4a60fbb1b80afc5e381033bf34a192de
 WHIRLPOOL 
2a28f72863c6fa0b36f99d398dead39051d895dfdbf3929809d3f5185a121569da96148c2c49a7ccd17cd3ded058f71de0be18fd9ade6844d0989c0d02be6ca5
 AUX libva-vdpau-driver-0.7.4-libvdpau-0.8.patch 442 SHA256 
74b9ccd36e7fb90655e0855cf62111fd555390d1a396983af5687b9e8af64cd8 SHA512 
969fb8011408acb2bc78a52672cb5a227ae876a2beb5cf209ae558031d71cf255849d5aeb301479f420de97a69b0055990d4ecdd3e0c684f678845b08e6b6632
 WHIRLPOOL 
22ee9c6a5dbc9f62f28d6602ceaf9729753d45eb1b097005df1ab9cf4d4c06ea497dde8a6abeead13707a2c0412dc510a927bc44240771ff08adc82de74f96c1
 AUX libva-vdpau-driver-0.7.4-missing-sys_time_h.patch 390 SHA256 
a25fc8d233a0b41116e28410ab134d6acc0974de736a1dbda18e050409871e5b SHA512 
efaa0f849005b95ecd9afed34954167e8e02e1255946d5b0696731388287a6afa91c9399e949a41485faeffa4587512264525935cbed53ef564e26c980672fed
 WHIRLPOOL 
6d5b4e5e3217cbe41c3bc8d608f61370ec346fac2c3367ffeb2203ca837371c22f24ba82c7dbf294aef887961eee500831c0831edd5f0d20f898954e6a826feb
-AUX libva-vdpau-driver-0.7.4-nouveau.patch 189 SHA256 
75897391fdcec4cc28f176ed62184fe0042c4abb8f3c80d19d975050ffaa6072 SHA512 
0eb5b3a1e6b077ad0ba350309cd64ab54fa8499c1c27d2789ee3bb433c59adbed3497e79e7870af38d82b91525376bf8116242570b9fdf4f1836ab8c76122330
 WHIRLPOOL 
e028f2f2e5d1023fd1884776a08d67fcabe3d79cfcd3fccfa1182a2012b6f29a81a7b1328707199734443c01cbf9c800bcf38e21affa3ba83a3a1c2dc531b111
 DIST libva-vdpau-driver-0.7.4.tar.bz2 316729 SHA256 
155c1982f0ac3f5435ba20b221bcaa11be212c37db548cd1f2a030ffa17e9bb9 SHA512 
89f98dc1d7d590fb68f440dd1e37e025d64a621324e013e85dd1367681c07b09132fd2089539fc5b48934624648887a8a97539b4f07ddf9f56a8a456ad030094
 WHIRLPOOL 
b6ba281a482dc944acff67d83d26d5a5ac7f15ea1de05c921383bdf0f6dae769d0389e6d15b607e01a8d4e18d3254f66391bbd497aa4e0eed2adbab54a13bce1
-EBUILD libva-vdpau-driver-0.7.4-r99.ebuild 1220 SHA256 
d30c3e9e27dcd1d4fd2adfb8fe15a1a849b7fb9be6ed9ad9e94dca46201c7cbf SHA512 
a071af42ab251293b6a9b3e10d416e7c77ef7b5e90d1c27b662e2b92c03cf0c234635c1f5b80139fb73e48d3d4a5be209891b2fd3f88d11265e4e48600eee5d6
 WHIRLPOOL 
0c6e613707c5309f7a721e9a264310667a86ccb36bbae7acb12c1cb48c1bdb73026a3873f7f3bb3ee95a0a24e5fd2fafe1df98c853e5f650fd519e4bbffd29a2
+EBUILD libva-vdpau-driver-0.7.4-r4.ebuild 1183 SHA256 
fa9df2a50030801b932c73d0dc839b3d31de2434416223d415acd9402a85673d SHA512 
186d41f65ce04a09013ce137980d5c89ab05e507598b9168905b9962d4521b2b3828ee20727480b370c21d9c586ebc9088e37563ce45fe430f0d24d5d4b6b81f
 WHIRLPOOL 
72967ba9183a81e3738500b7cd1f24294f400ab171b74b34d585bf773835f6d4f67b219014c7da113f4e4c9117bab022ca053cdb7759018d3a4cc7b252da55ba
 MISC metadata.xml 354 SHA256 
47431000bf27b89ea7fc385614736723629ffb54d9e4ab6936eaf3ccc943cd93 SHA512 
99a9dd9651a16776c22ce528709e588a956d4b20d305392054b3c65e59bbd1ef855c2e916f2458cfda9797efa2570ac0ed706ca20d1df2f878435c6f4f6ca2cd
 WHIRLPOOL 
83a91d522f07e16330fe3a42bc058cbf7981ab54038b033a9ebe3d97b6157ac800b0b32c8da2419b548107dcc80179b59691436074ce9c0be499802032d65484

diff --git 
a/x11-libs/libva-vdpau-driver/files/libva-vdpau-driver-0.7.4-nouveau.patch 
b/x11-libs/libva-vdpau-driver/files/libva-vdpau-driver-0.7.4-nouveau.patch
deleted file mode 100644
index b697698..000
--- a/x11-libs/libva-vdpau-driver/files/libva-vdpau-driver-0.7.4-nouveau.patch
+++ /dev/null
@@ -1,8 +0,0 @@
 a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -1,4 +1,5 @@
- DRIVERS  = nvidia
-+DRIVERS += nouveau
- DRIVERS += s3g# native VA-API driver is too old, so use VDPAU based 
one
- 
- INCLUDES = \

diff --git a/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r99.ebuild 
b/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r4.ebuild
similarity index 93%
rename from x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r99.ebuild
rename to x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r4.ebuild
index b07a766.

[gentoo-commits] proj/musl:master commit in: media-plugins/caps-plugins/files/, media-plugins/caps-plugins/

2016-11-20 Thread Aric Belsito
commit: e973a629e6cea3500d35c13e5f216120e636a8cf
Author: Aric Belsito  gmail  com>
AuthorDate: Sun Nov 20 19:39:57 2016 +
Commit: Aric Belsito  gmail  com>
CommitDate: Sun Nov 20 19:39:57 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=e973a629

media-plugins/caps-plugins: Add recent versions.

 media-plugins/caps-plugins/Manifest|  7 +++
 .../caps-plugins/caps-plugins-0.9.15-r1.ebuild | 53 ++
 .../caps-plugins/caps-plugins-0.9.15.ebuild| 50 
 .../files/caps-plugins-0.9.15-fix-c++14.patch  | 23 ++
 .../files/caps-plugins-0.9.15-musl.patch   | 22 +
 media-plugins/caps-plugins/metadata.xml|  9 
 6 files changed, 164 insertions(+)

diff --git a/media-plugins/caps-plugins/Manifest 
b/media-plugins/caps-plugins/Manifest
new file mode 100644
index 000..aac33d3
--- /dev/null
+++ b/media-plugins/caps-plugins/Manifest
@@ -0,0 +1,7 @@
+AUX caps-plugins-0.9.15-fix-c++14.patch 629 SHA256 
5e71875dd8976efede46a3e0aa08ccf14a25a838454e1ae2473c4eed7c5937ac SHA512 
f99ca7fb9244e0050b70df06103eda150a44d0e2a605642482afbbbfa3a2c06ea435a0289d08e533c27bb4be215b627e93566aa7b1d28d78b0d108aa42b5efc1
 WHIRLPOOL 
f02d8a57d6cb3f880ac9c4f98de77f56850d3b724d79bbb528d8de1a03fc88a1431f803a1d8a761122f7e9c2905ecbbcffdc2b7097f584155928d2145d1d22b9
+AUX caps-plugins-0.9.15-musl.patch 588 SHA256 
19f00c1b1ca1976bfbffa4c9e92cac4c5cbf549829ef878a9f4286432e9529a2 SHA512 
7be2af6db1bf40dd0c44a2355de50a689f06ea8ea353a07e4b1bdcc57c6b1e38c58fae9735386fcea3f1f347f249f28e1de0fe6384499d668fa46d9a9ebb6626
 WHIRLPOOL 
a0ed24edb2f7e7725d7959b70dfbbc3747286ea812c5f208cd0c5f1a44f07535a6c646c7149f2d7c57a731a5b6b688a63a98e8d0487f89c9e4a1e9f4e468dcea
+DIST caps-doc_0.9.15.tar.bz2 795374 SHA256 
7d6b471ef039de7d09df07c0692c3d17298e34a2a3b54325d2971526368c72fb SHA512 
5fa72b6b057ceefda0695df9cf2e1866a4635bb757ed6e184fa3548f54eb0dc3a0ef3f65808819550e326f557d0de5614940c2f700d00a8ffa8d364026781f65
 WHIRLPOOL 
ff3ef07e297fa86b8f17c5c88e7864b627612788055b0262be1b4e57232002e10d9be2a045cb4ba12fb0c07858aef84e9f549843cfaa3063f630c9232338043f
+DIST caps_0.9.15.tar.bz2 683218 SHA256 
a4f0cd12bf4d8605adc94b1dfb23e38989c05bdbc71702f1cf3afd0928157995 SHA512 
91984a80cd3e750fb995f9d7f7d4ea44cdfce1a6b49944ed4eb5c3ddbdf9abf87dfd3005ba5a94686d2320bea603f4faf177201e15e0eeafb6a0284f0cb368ae
 WHIRLPOOL 
09afcc03aa1107aae82b22143fa228f93cc5087a4de3ce291c3ebf58ce13624954a74ac8c4ee7acc41aa136067c53da491265b4d19f540746122363f331201d1
+EBUILD caps-plugins-0.9.15-r1.ebuild 1049 SHA256 
ac46f106a0a931a50b88e64f8c1cb44db61cbdc81592ea7f33b2a39b2def6bc6 SHA512 
82078fc08e5f2fd7427c70897e8f16df51065850673f8cd18f9625cbd2b6acba9fda7abc77318672c7cab5d914954eaeb0ee76de34346bba09f864fb013b36e3
 WHIRLPOOL 
7228b6cf8f2f1d03f991f769a7c2423d4d16bd0af1c891588551219543d60ab7c896487b4261f03a7b60170a7e253b6afbd094aa39e8f2e6922fb2555681454d
+EBUILD caps-plugins-0.9.15.ebuild 1142 SHA256 
b65f7a3a69f98af708ab0e38bb5c14d6621cffeb41750e852fb176ad2b145944 SHA512 
8efd4cfbf281e4c50cc7f347c1f01fd3accc7880a94840d7339aab3f14a67bb827625378f9733d8bedbb920884740bd8cd1c399319a4c0482303319fb9e62b40
 WHIRLPOOL 
27aae8d29fb4052481c3f5f2bc4e301585ebd64323cb27a58942b610c54908ace85173177fbd38862b62bb99e6910c464dacc23bc47b8a61ad49978afdc9b9c6
+MISC metadata.xml 513 SHA256 
6531be9c3989aa7cc81d689008bcf3903375a83348eb1b7ecbd3b3c3d0221a0f SHA512 
d528c2eaf9dc0a9a243ed3ec6ceb80a1ce72f4d5f144c2b7c9917d3a84914e896926bdf2c443ae113ccec7c83f37e4c8b284db9af48962f82b7b67f0a95b272e
 WHIRLPOOL 
b96d39b0fc7fa61924e9ed087a6a061946d687f21186c1120c664803ef4ad20eb4076d4f46f2e1de94acf392cd03baf995efc188d3c1404e902908951c9874ae

diff --git a/media-plugins/caps-plugins/caps-plugins-0.9.15-r1.ebuild 
b/media-plugins/caps-plugins/caps-plugins-0.9.15-r1.ebuild
new file mode 100644
index 000..ce309ab
--- /dev/null
+++ b/media-plugins/caps-plugins/caps-plugins-0.9.15-r1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs multilib-minimal
+
+MY_P=caps-${PV}
+
+DESCRIPTION="The CAPS Audio Plugin Suite - LADSPA plugin suite"
+HOMEPAGE="http://quitte.de/dsp/caps.html";
+SRC_URI="http://quitte.de/dsp/caps_${PV}.tar.bz2
+   doc? ( http://quitte.de/dsp/caps-doc_${PV}.tar.bz2 )"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+DEPEND="media-libs/ladspa-sdk"
+RDEPEND=""
+
+S="${WORKDIR}/${MY_P}"
+PATCHES=( "${FILESDIR}/${PN}-0.9.15-fix-c++14.patch"
+   "${FILESDIR}/${P}-musl.patch" )
+
+src_prepare() {
+   default
+   multilib_copy_sources
+}
+
+multilib_src_compile() {
+   emake \
+   ARCH="" \
+   CC="$(tc-getCXX)" \
+   CFLAGS="${CXXFLAGS} -fPIC -DPIC" \
+   _LDFLAGS="-shared ${LDFLAGS}"
+}
+
+multilib_src_install() {
+   insinto /usr/$(get_libdir)/ladspa
+   insopts -m0755
+   

[gentoo-commits] repo/gentoo:master commit in: profiles/updates/, kde-base/ksystraycmd/, kde-base/kdebase-startkde/, ...

2016-11-20 Thread Johannes Huber
commit: 84530c97c49e622583cee7ab5a8adc021c6df8b9
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Nov 20 19:38:47 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Nov 20 19:39:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84530c97

kde-base/ksystraycmd -> kde-plasma/ksystraycmd

 kde-base/kdebase-startkde/kdebase-startkde-4.11.22-r2.ebuild| 2 +-
 {kde-base => kde-plasma}/ksystraycmd/Manifest   | 0
 {kde-base => kde-plasma}/ksystraycmd/ksystraycmd-4.11.22.ebuild | 4 ++--
 {kde-base => kde-plasma}/ksystraycmd/metadata.xml   | 0
 profiles/updates/4Q-2016| 1 +
 5 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/kde-base/kdebase-startkde/kdebase-startkde-4.11.22-r2.ebuild 
b/kde-base/kdebase-startkde/kdebase-startkde-4.11.22-r2.ebuild
index 02b79e8..7c7c8df 100644
--- a/kde-base/kdebase-startkde/kdebase-startkde-4.11.22-r2.ebuild
+++ b/kde-base/kdebase-startkde/kdebase-startkde-4.11.22-r2.ebuild
@@ -73,7 +73,6 @@ RDEPEND="
!minimal? (
$(add_kdeapps_dep kdepasswd)
$(add_kdebase_dep klipper)
-   $(add_kdebase_dep ksystraycmd)
$(add_kdebase_dep libkworkspace)
$(add_kdebase_dep libplasmaclock)
$(add_kdebase_dep libplasmagenericshell)
@@ -88,6 +87,7 @@ RDEPEND="
kde-plasma/kmenuedit:4
kde-plasma/kstyles:4
kde-plasma/ksysguard:4
+   kde-plasma/ksystraycmd:4
kde-plasma/kwrited:4
kde-plasma/liboxygenstyle:4
kde-plasma/powerdevil:4

diff --git a/kde-base/ksystraycmd/Manifest b/kde-plasma/ksystraycmd/Manifest
similarity index 100%
rename from kde-base/ksystraycmd/Manifest
rename to kde-plasma/ksystraycmd/Manifest

diff --git a/kde-base/ksystraycmd/ksystraycmd-4.11.22.ebuild 
b/kde-plasma/ksystraycmd/ksystraycmd-4.11.22.ebuild
similarity index 65%
rename from kde-base/ksystraycmd/ksystraycmd-4.11.22.ebuild
rename to kde-plasma/ksystraycmd/ksystraycmd-4.11.22.ebuild
index ccdef7a..dc40325 100644
--- a/kde-base/ksystraycmd/ksystraycmd-4.11.22.ebuild
+++ b/kde-plasma/ksystraycmd/ksystraycmd-4.11.22.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ EAPI=5
 KMNAME="kde-workspace"
 inherit kde4-meta
 
-DESCRIPTION="Ksystraycmd embeds applications given as argument into the system 
tray"
+DESCRIPTION="Embeds applications given as argument into the system tray"
 KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 

diff --git a/kde-base/ksystraycmd/metadata.xml 
b/kde-plasma/ksystraycmd/metadata.xml
similarity index 100%
rename from kde-base/ksystraycmd/metadata.xml
rename to kde-plasma/ksystraycmd/metadata.xml

diff --git a/profiles/updates/4Q-2016 b/profiles/updates/4Q-2016
index 6ce87cc..36784bd 100644
--- a/profiles/updates/4Q-2016
+++ b/profiles/updates/4Q-2016
@@ -36,3 +36,4 @@ move kde-base/kscreensaver kde-plasma/kscreensaver
 move kde-base/libkgreeter kde-plasma/libkgreeter
 move kde-base/liboxygenstyle kde-plasma/liboxygenstyle
 move kde-base/kstyles kde-plasma/kstyles
+move kde-base/ksystraycmd kde-plasma/ksystraycmd



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/octave/, sci-mathematics/octave/files/

2016-11-20 Thread David Seifert
commit: 40582ca0015450d47be3b2ff4a7390cbbb56b7c0
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 20 18:23:32 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 20 19:23:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40582ca0

sci-mathematics/octave: Version bump to 4.2.0

Gentoo-bug: 594794
* Add USE="openssl"
* Add USE="portaudio"
* Add USE="sndfile"
* GUI provided with USE="qt5"
* Replace EROOT in src_install

Package-Manager: portage-2.3.2

 sci-mathematics/octave/Manifest|   1 +
 ...le-getcwd-path-max-test-as-it-is-too-slow.patch |  11 ++
 .../files/octave-4.2.0-imagemagick-configure.patch |  16 ++
 .../octave/files/octave-4.2.0-imagemagick.patch| 139 
 .../files/octave-4.2.0-ncurses-pkgconfig.patch |  37 +
 .../octave/files/octave-4.2.0-pkgbuilddir.patch|  41 +
 .../octave/files/octave-4.2.0-texi.patch   |  11 ++
 .../files/octave-4.2.0-zlib-underlinking.patch |  10 ++
 sci-mathematics/octave/metadata.xml|   9 +-
 sci-mathematics/octave/octave-4.2.0.ebuild | 176 +
 10 files changed, 445 insertions(+), 6 deletions(-)

diff --git a/sci-mathematics/octave/Manifest b/sci-mathematics/octave/Manifest
index 3aa2d42..516c99f 100644
--- a/sci-mathematics/octave/Manifest
+++ b/sci-mathematics/octave/Manifest
@@ -4,3 +4,4 @@ DIST octave-4.0.0.tar.xz 15759196 SHA256 
cf6be2fac6796fda68971e249c96d026ce4a1b0
 DIST octave-4.0.1.tar.xz 15637340 SHA256 
d58f4861f93dbf4c98f3574d6066cfa25001349bd58ce063cf443efba4e1c287 SHA512 
7fa22b50c9116c917b2a2bd63d81a8106eba95842a5de736fbf89ee6ea3dbd5542c183ab6229b62f548ad07abbf67514152a8e553e8fbdf86036d44ced669798
 WHIRLPOOL 
7bcc16a1e01543dc0baab92993a305c6fea7fc9eb9d806004a1b3e11479c34d8a4de60e2291a27c846d54abc35883a16583bc324681d7897624fa40d98bb
 DIST octave-4.0.2.tar.xz 15668728 SHA256 
98c11ecead8ea759eb1d010ad6319a63a1c6199d3a7e2abbafe453c753090403 SHA512 
e79d43528d47a2b3f0fbc9e43eefd5fb8e199dd3818ffd745c1424c7cfca9397186dab129b6f61ee52f5c5203d613e5290d8dc5e32b318cfdd3d38f7facf63cd
 WHIRLPOOL 
bf870ef3b6affb4a157951d99132078f528b52be403f7d01bfd98fd657d4089ebbf5fb78f340ce18e59ae27d5eddb9edbbf76583810bcf2dbd5c9ce8ea3434cd
 DIST octave-4.0.3.tar.xz 15697064 SHA256 
dc2bec8c68fa5733a5847563634b1729356a84f3a5071008ecdb793293f0aa85 SHA512 
bad009235b04be09c051dd27ebef7df2542adec0a0b57c070662deebe33a0cdceb7d6816653f5afc3fc0cc1287ba1ca1a5c50858169004210224039374c9c55d
 WHIRLPOOL 
69546306417c85b65ae371035be906d5968b1af358ba16ff3c979a925766be92b933d386b6b594c70befaf8ddd95cf27fcd94934c03713688d05141e86a92dd0
+DIST octave-4.2.0.tar.gz 25320153 SHA256 
443ba73782f3531c94bcf016f2f0362a58e186ddb8269af7dcce973562795567 SHA512 
5d16665d4ef8f218320f471704f8702f3a2911cc4a083cae318c1df0f787d50dddbc511dc91e11379314d65cecac6d521abac026860feca19d11ffdb52d3e678
 WHIRLPOOL 
b5973f4e96aa4785436afa7fcc637cce021e4b5e93c3368f61712c808191bc26e3ece9d649f0b99e3df03672cb6df16c28cad931f3317b555f4f3167e4092f34

diff --git 
a/sci-mathematics/octave/files/octave-4.2.0-disable-getcwd-path-max-test-as-it-is-too-slow.patch
 
b/sci-mathematics/octave/files/octave-4.2.0-disable-getcwd-path-max-test-as-it-is-too-slow.patch
new file mode 100644
index ..f6fa7be
--- /dev/null
+++ 
b/sci-mathematics/octave/files/octave-4.2.0-disable-getcwd-path-max-test-as-it-is-too-slow.patch
@@ -0,0 +1,11 @@
+--- a/m4/getcwd.m4
 b/m4/getcwd.m4
+@@ -110,7 +110,7 @@
+ 
+   gl_abort_bug=no
+   case "$host_os" in
+-mingw*)
++*-gnu* | gnu* | mingw*)
+   gl_cv_func_getcwd_path_max=yes
+   ;;
+ *)

diff --git 
a/sci-mathematics/octave/files/octave-4.2.0-imagemagick-configure.patch 
b/sci-mathematics/octave/files/octave-4.2.0-imagemagick-configure.patch
new file mode 100644
index ..d5b2870
--- /dev/null
+++ b/sci-mathematics/octave/files/octave-4.2.0-imagemagick-configure.patch
@@ -0,0 +1,16 @@
+--- a/configure.ac
 b/configure.ac
+@@ -1560,11 +1560,11 @@
+   MAGICK_LIBS=
+ 
+   PKG_CHECK_EXISTS([$magick++], [
+-## Make sure we only get -I, -L, and -l flags.  Some 
Graphics/ImageMagick++
++## Make sure we only get -I, -D, -L, and -l flags.  Some 
Graphics/ImageMagick++
+ ## packages add extra flags that are useful when building
+ ## Graphics/ImageMagick++ extentions.  These extra flags break the
+ ## Octave build.
+-MAGICK_CPPFLAGS=`$PKG_CONFIG --cflags-only-I $magick++`
++MAGICK_CPPFLAGS=`$PKG_CONFIG --cflags $magick++ | sed -e 
's/\(-@<:@DI@:>@@<:@^ \t@:>@*\)\|\(-@<:@^ \t@:>@*\)/\1/g'`
+ MAGICK_LDFLAGS=`$PKG_CONFIG --libs-only-L $magick++`
+ MAGICK_LIBS=`$PKG_CONFIG --libs-only-l $magick++`
+ 

diff --git a/sci-mathematics/octave/files/octave-4.2.0-imagemagick.patch 
b/sci-mathematics/octave/files/octave-4.2.0-imagemagick.patch
new file mode 100644
index ..8fb7869
--- /dev/null
+++ b/sci-mathematics/octave/files/octave-4.2.0-imagemagick.patch
@@ -0,0 +1,139 @@
+--- a/libint

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-check_logfiles/

2016-11-20 Thread David Seifert
commit: 50397b8ab2676ea8a5f5da7822e3750d048db7c7
Author: Nicholas Vinson  gmail  com>
AuthorDate: Sun Nov 20 17:33:39 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 20 19:23:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50397b8a

net-analyzer/nagios-check_logfiles: Version bump to 3.7.6.3

Gentoo-bug: 600322

Package-Manager: portage-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/2871

 net-analyzer/nagios-check_logfiles/Manifest | 2 +-
 ...eck_logfiles-3.7.5.2.ebuild => nagios-check_logfiles-3.7.6.3.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/nagios-check_logfiles/Manifest 
b/net-analyzer/nagios-check_logfiles/Manifest
index e31119e..ccdb8e5 100644
--- a/net-analyzer/nagios-check_logfiles/Manifest
+++ b/net-analyzer/nagios-check_logfiles/Manifest
@@ -1,3 +1,3 @@
 DIST check_logfiles-2.3.2.1.tar.gz 140546 SHA256 
8aba94b2942ac4433368487245085afec30d39ffbc62fcfaa1d3bfacac9edd94 SHA512 
c8295a4cdbe421982d97b7de671e04f4420689f46e5a75b9ca2833a083423a127871350f805f47b2a08a762db914f81ceb0f3badedf545909df55dbbbcb59152
 WHIRLPOOL 
c8f23c872515a6858d0791881d7837a9d68e1c4b32938fb28d3788150e2b75874f77a381e4f405b7aa3cb13c44e1ff6807834e76f5b765b54397dd5533bac91e
 DIST check_logfiles-3.7.3.1.tar.gz 234827 SHA256 
453416566d1d96a4b15f38b0ea9b78d265079f21e850652312e90ae48dc896cf SHA512 
84f196b9687a43dc2be8754a078f64836db45b3e273c52f1dafaaa78fe06a71c6f9fc27ce9b2964c2b4ba5d0a354708472fdd634b18b4e856d54b8bc1c6e393b
 WHIRLPOOL 
5313299d6c5541ab5b082a8688cb28c65493ca670a963d9ccab2264d22b354e0f1877dc0950796b7d5f46e6e02138119d8c9837e0891705197f9dc3dd1b502fc
-DIST check_logfiles-3.7.5.2.tar.gz 235992 SHA256 
3e5de1ab130d118f4eabe1645fb8abf80ba377cc92930f8349b432ad74c4f140 SHA512 
5c1f59820ed5b761713688de3a0908a29ca945dfc7d6e6ec1f58938257996270bb78b4501b31cf10515ad655d6e6cc81359e16d4571ee63b822b112f4a2397de
 WHIRLPOOL 
65ae90a257af420de53dbb14d98a1506baf6800ded9fe26efee9285aa412c8283a9dbcc544ae9186bd9aa35441c71d62fc1ba275c1883590f6bf3b1c03474193
+DIST nagios-check_logfiles-3.7.6.3.tar.gz 238683 SHA256 
8f782297f276024b4ff545b7c7094eb3a6981ebb719c5cb91fea05267fe3ef04 SHA512 
2f72d571bfc0815e12b5c9a6e178b7b9b6e58d69e2d1a3efc560dd6b7bfd3d04a705d15e93069959611be1981941866e8775ee7d67c5dbf3983a155ab2ec3c91
 WHIRLPOOL 
8b45071210c35e8f3fba5f7b586b23baafaa3fa8a8a1e25d13a97cfa9fd04d8a4ae83b67b66b07956721779cf601e2eb26d4b4109206887d1cb9e923b73ca5ec

diff --git 
a/net-analyzer/nagios-check_logfiles/nagios-check_logfiles-3.7.5.2.ebuild 
b/net-analyzer/nagios-check_logfiles/nagios-check_logfiles-3.7.6.3.ebuild
similarity index 96%
rename from 
net-analyzer/nagios-check_logfiles/nagios-check_logfiles-3.7.5.2.ebuild
rename to 
net-analyzer/nagios-check_logfiles/nagios-check_logfiles-3.7.6.3.ebuild
index 3bf2998..cebc483 100644
--- a/net-analyzer/nagios-check_logfiles/nagios-check_logfiles-3.7.5.2.ebuild
+++ b/net-analyzer/nagios-check_logfiles/nagios-check_logfiles-3.7.6.3.ebuild
@@ -9,7 +9,7 @@ 
HOMEPAGE="https://labs.consol.de/nagios/check_logfiles/index.html";
 
 MY_P=${P/nagios-/}
 
-SRC_URI="https://labs.consol.de/assets/downloads/nagios/${MY_P}.tar.gz";
+SRC_URI="https://labs.consol.de/assets/downloads/nagios/${MY_P}.tar.gz -> 
${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 



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

2016-11-20 Thread David Seifert
commit: bdf608986bbf634c9f8270645cb1988fe1f1d714
Author: Mathy Vanvoorden  vanvoorden  be>
AuthorDate: Sat Nov 19 23:10:21 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 20 19:23:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdf60898

net-p2p/go-ethereum: version bump to 1.5.2

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2867

 net-p2p/go-ethereum/Manifest| 2 +-
 .../go-ethereum/{go-ethereum-1.4.18.ebuild => go-ethereum-1.5.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/go-ethereum/Manifest b/net-p2p/go-ethereum/Manifest
index dcdb50e..00515f9 100644
--- a/net-p2p/go-ethereum/Manifest
+++ b/net-p2p/go-ethereum/Manifest
@@ -1 +1 @@
-DIST go-ethereum-1.4.18.tar.gz 14937541 SHA256 
a584b52f432c4171ce3c00ee0742d44ec3dd78796d6f7bb8e4b82f6b3cfa707b SHA512 
a6789452c9a4533cdcbe976ef8bd24692443e09af4f01c47ec7615093191c7cb9e788cadd225c26e27b1f9c3e7ec50acffa044417420a8cc9dd2084f03f0cb4e
 WHIRLPOOL 
166ace12542aac7b59254dd23b8f5efdbece8d144ff7112f2d6c6ee729f4cb82df494c815546712723d19777c21185ca5d5febd9c95cad3a0be8a995178caedf
+DIST go-ethereum-1.5.2.tar.gz 14940966 SHA256 
78ba5fd84200daee0cbd1db063d3b7e700b62f3def2581bb952c9f7ee46e0be8 SHA512 
c73be0c8f79b26038035aad4e214840cc854aee6a612a93e62ec9e1782085eff405a2ae9203b83f97c6f29b38c19c99b6ad0af541800c533e6a76bc9869927d8
 WHIRLPOOL 
55b5f97985d27925734976491057bcaced0e12468d5c376419ed150c6d6a45bb6cd0994bd190b0a7476fed1dbd4587f0aafda9e5353caf6c60773f76c2099b2b

diff --git a/net-p2p/go-ethereum/go-ethereum-1.4.18.ebuild 
b/net-p2p/go-ethereum/go-ethereum-1.5.2.ebuild
similarity index 100%
rename from net-p2p/go-ethereum/go-ethereum-1.4.18.ebuild
rename to net-p2p/go-ethereum/go-ethereum-1.5.2.ebuild



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

2016-11-20 Thread David Seifert
commit: 650d90b9fb494ec5f671ee35259204f584c6a016
Author: Raymond Jennings  gmail  com>
AuthorDate: Sat Nov 19 19:29:47 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 20 19:24:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=650d90b9

net-im/skypeforlinux: Version bump

* Update to version 1.12.0.4
* Use EPREFIX instead of EROOT (Reported-by: Soap)
Closes: https://github.com/gentoo/gentoo/pull/2865

 net-im/skypeforlinux/Manifest | 2 +-
 .../{skypeforlinux-1.11.0.1.ebuild => skypeforlinux-1.12.0.4.ebuild}  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-im/skypeforlinux/Manifest b/net-im/skypeforlinux/Manifest
index 0ae6f8c..ccf79dd 100644
--- a/net-im/skypeforlinux/Manifest
+++ b/net-im/skypeforlinux/Manifest
@@ -1 +1 @@
-DIST skypeforlinux_1.11.0.1-1.x86_64.rpm 63377325 SHA256 
cddd5bc09b82f8b82bf8361a5b7718f67840f286bfbcf67a30f94cd5eebaf827 SHA512 
11d64352790a096498c35394392082e549c39c0295c6fed5c040838614e91f17b4086d5f203eebc089605f48bbd6b2efcbc3845dff73df6f507b48e5d82e8f1b
 WHIRLPOOL 
6225d24211f795694d7b75d40851580b93f9ee24ff3dc005d404b998f9a477ad12aefc2b5af056b24a84eb4d4975e690f371392eb37c6fd4c8ce5efde9b854da
+DIST skypeforlinux_1.12.0.4-1.x86_64.rpm 63402792 SHA256 
533cc3051534e5e37614535bda30efa1db09988295dd481fc6ceefba2ea5ea43 SHA512 
b611ff9d9ad236f04f068184acc24905e26e7f08a3b93a1d2bc859c77449da56ad5cb68b5a1c4fb7dda6d8af4489f594d8e9142c9557e3339e7fee18b94c598b
 WHIRLPOOL 
c894e1763924295b2b64ac57454dfb08c7d4d2a4a4b4035bbf5931bf970c9c35328c1a8a21a4e2d572db635b5a31befd99c565ea448395f7655e03324f6a1b02

diff --git a/net-im/skypeforlinux/skypeforlinux-1.11.0.1.ebuild 
b/net-im/skypeforlinux/skypeforlinux-1.12.0.4.ebuild
similarity index 95%
rename from net-im/skypeforlinux/skypeforlinux-1.11.0.1.ebuild
rename to net-im/skypeforlinux/skypeforlinux-1.12.0.4.ebuild
index 8d3e2a1..28b5b84 100644
--- a/net-im/skypeforlinux/skypeforlinux-1.11.0.1.ebuild
+++ b/net-im/skypeforlinux/skypeforlinux-1.12.0.4.ebuild
@@ -56,9 +56,9 @@ src_unpack() {
 
 src_prepare() {
default
-   sed -e 
"s!^SKYPE_PATH=.*!SKYPE_PATH=${EROOT%/}/opt/skypeforlinux/skypeforlinux!" \
+   sed -e 
"s!^SKYPE_PATH=.*!SKYPE_PATH=${EPREFIX}/opt/skypeforlinux/skypeforlinux!" \
-i usr/bin/skypeforlinux || die
-   sed -e "s!^Exec=.*!Exec=${EROOT%/}/opt/bin/skypeforlinux!" \
+   sed -e "s!^Exec=.*!Exec=${EPREFIX}/opt/bin/skypeforlinux!" \
-e 
"s!^Categories=.*!Categories=Network;InstantMessaging;Telephony;!" \
-i usr/share/applications/skypeforlinux.desktop || die
 }



[gentoo-commits] repo/gentoo:master commit in: kde-base/kdebase-startkde/, kde-plasma/kstyles/, kde-plasma/oxygen/, ...

2016-11-20 Thread Johannes Huber
commit: af06045adad37aa446d100ac46d09cfc842ccfc5
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Nov 20 19:15:46 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Nov 20 19:17:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af06045a

kde-base/kstyles -> kde-plasma/kstyles

 kde-base/kdebase-startkde/kdebase-startkde-4.11.22-r2.ebuild | 2 +-
 {kde-base => kde-plasma}/kstyles/Manifest| 0
 {kde-base => kde-plasma}/kstyles/kstyles-4.11.22.ebuild  | 0
 {kde-base => kde-plasma}/kstyles/metadata.xml| 0
 kde-plasma/oxygen/oxygen-5.7.5.ebuild| 2 +-
 kde-plasma/oxygen/oxygen-5.8.3.ebuild| 2 +-
 profiles/updates/4Q-2016 | 1 +
 7 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/kde-base/kdebase-startkde/kdebase-startkde-4.11.22-r2.ebuild 
b/kde-base/kdebase-startkde/kdebase-startkde-4.11.22-r2.ebuild
index 8c53377..02b79e8 100644
--- a/kde-base/kdebase-startkde/kdebase-startkde-4.11.22-r2.ebuild
+++ b/kde-base/kdebase-startkde/kdebase-startkde-4.11.22-r2.ebuild
@@ -73,7 +73,6 @@ RDEPEND="
!minimal? (
$(add_kdeapps_dep kdepasswd)
$(add_kdebase_dep klipper)
-   $(add_kdebase_dep kstyles)
$(add_kdebase_dep ksystraycmd)
$(add_kdebase_dep libkworkspace)
$(add_kdebase_dep libplasmaclock)
@@ -87,6 +86,7 @@ RDEPEND="
kde-plasma/khotkeys:4
kde-plasma/kinfocenter:4
kde-plasma/kmenuedit:4
+   kde-plasma/kstyles:4
kde-plasma/ksysguard:4
kde-plasma/kwrited:4
kde-plasma/liboxygenstyle:4

diff --git a/kde-base/kstyles/Manifest b/kde-plasma/kstyles/Manifest
similarity index 100%
rename from kde-base/kstyles/Manifest
rename to kde-plasma/kstyles/Manifest

diff --git a/kde-base/kstyles/kstyles-4.11.22.ebuild 
b/kde-plasma/kstyles/kstyles-4.11.22.ebuild
similarity index 100%
rename from kde-base/kstyles/kstyles-4.11.22.ebuild
rename to kde-plasma/kstyles/kstyles-4.11.22.ebuild

diff --git a/kde-base/kstyles/metadata.xml b/kde-plasma/kstyles/metadata.xml
similarity index 100%
rename from kde-base/kstyles/metadata.xml
rename to kde-plasma/kstyles/metadata.xml

diff --git a/kde-plasma/oxygen/oxygen-5.7.5.ebuild 
b/kde-plasma/oxygen/oxygen-5.7.5.ebuild
index c8d8f69..3798d2e 100644
--- a/kde-plasma/oxygen/oxygen-5.7.5.ebuild
+++ b/kde-plasma/oxygen/oxygen-5.7.5.ebuild
@@ -41,7 +41,7 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
$(add_plasma_dep kde-cli-tools)
qt4? (
-   !kde-base/kstyles:4
+   !kde-plasma/kstyles:4
!kde-plasma/liboxygenstyle:4
)
!kde-plasma/kdebase-cursors:4

diff --git a/kde-plasma/oxygen/oxygen-5.8.3.ebuild 
b/kde-plasma/oxygen/oxygen-5.8.3.ebuild
index 6121f5d..4c8fcd1 100644
--- a/kde-plasma/oxygen/oxygen-5.8.3.ebuild
+++ b/kde-plasma/oxygen/oxygen-5.8.3.ebuild
@@ -41,7 +41,7 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
$(add_plasma_dep kde-cli-tools)
qt4? (
-   !kde-base/kstyles:4
+   !kde-plasma/kstyles:4
!kde-plasma/liboxygenstyle:4
)
!kde-plasma/kdebase-cursors:4

diff --git a/profiles/updates/4Q-2016 b/profiles/updates/4Q-2016
index 8cc5052..6ce87cc 100644
--- a/profiles/updates/4Q-2016
+++ b/profiles/updates/4Q-2016
@@ -35,3 +35,4 @@ move kde-base/kdebase-cursors kde-plasma/kdebase-cursors
 move kde-base/kscreensaver kde-plasma/kscreensaver
 move kde-base/libkgreeter kde-plasma/libkgreeter
 move kde-base/liboxygenstyle kde-plasma/liboxygenstyle
+move kde-base/kstyles kde-plasma/kstyles



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

2016-11-20 Thread Johannes Huber
commit: 610dafe06a418bba816fb8d0cde8a76859e189cc
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Nov 20 19:17:21 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Nov 20 19:17:21 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=610dafe0

kde-plasma/oxygen: Update blocker

Package-Manager: portage-2.3.2

 kde-plasma/oxygen/oxygen-5.8.49..ebuild | 2 +-
 kde-plasma/oxygen/oxygen-.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/oxygen/oxygen-5.8.49..ebuild 
b/kde-plasma/oxygen/oxygen-5.8.49..ebuild
index a8781dc..9b83839 100644
--- a/kde-plasma/oxygen/oxygen-5.8.49..ebuild
+++ b/kde-plasma/oxygen/oxygen-5.8.49..ebuild
@@ -41,7 +41,7 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
$(add_plasma_dep kde-cli-tools)
qt4? (
-   !kde-base/kstyles:4
+   !kde-plasma/kstyles:4
!kde-plasma/liboxygenstyle:4
)
!kde-plasma/kdebase-cursors:4

diff --git a/kde-plasma/oxygen/oxygen-.ebuild 
b/kde-plasma/oxygen/oxygen-.ebuild
index a8781dc..9b83839 100644
--- a/kde-plasma/oxygen/oxygen-.ebuild
+++ b/kde-plasma/oxygen/oxygen-.ebuild
@@ -41,7 +41,7 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
$(add_plasma_dep kde-cli-tools)
qt4? (
-   !kde-base/kstyles:4
+   !kde-plasma/kstyles:4
!kde-plasma/liboxygenstyle:4
)
!kde-plasma/kdebase-cursors:4



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

2016-11-20 Thread José María Alonso
commit: c75433fbdada203c503397e18706ca94e4c78fa2
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Nov 20 19:12:34 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Nov 20 19:12:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c75433fb

app-emulation/xcpc: New ebuild

Package-Manager: portage-2.3.0

 app-emulation/xcpc/Manifest |  1 +
 app-emulation/xcpc/metadata.xml |  8 
 app-emulation/xcpc/xcpc-20070122.ebuild | 16 
 3 files changed, 25 insertions(+)

diff --git a/app-emulation/xcpc/Manifest b/app-emulation/xcpc/Manifest
new file mode 100644
index ..10a85a1
--- /dev/null
+++ b/app-emulation/xcpc/Manifest
@@ -0,0 +1 @@
+DIST xcpc-20070122.tar.gz 496627 SHA256 
f63899248cb665375850855b9f3b201fe052f88f0883f75aa4d9fbef2b5cba43 SHA512 
7f5700340fbbf23d2f2111e31ce803c846799ef6681cf63e28bc67564e092534fc4140cb99d718fae9126668ee8f3053bbd097537c04637b5b809ce7b986dd26
 WHIRLPOOL 
8cc734e6672460426d394274d8c6c1180f2d466ec0fd3529c10e6d576356ceff793bb63b004286e36ea899598098f6cea007deaebcfc3e71668f7d05441ec60e

diff --git a/app-emulation/xcpc/metadata.xml b/app-emulation/xcpc/metadata.xml
new file mode 100644
index ..cd8c274
--- /dev/null
+++ b/app-emulation/xcpc/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   nim...@gentoo.org
+   Chema Alonso Josa
+   
+

diff --git a/app-emulation/xcpc/xcpc-20070122.ebuild 
b/app-emulation/xcpc/xcpc-20070122.ebuild
new file mode 100644
index ..07f33bf
--- /dev/null
+++ b/app-emulation/xcpc/xcpc-20070122.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="XCPC is a portable Amstrad CPC 464/664/6128 emulator written in 
C."
+HOMEPAGE="http://www.xcpc-emulator.net/doku.php/index";
+SRC_URI="http://sourceforge.net/projects/${PN}/files/${PN}/${P}/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="app-emulation/libdsk"



[gentoo-commits] proj/hardened-patchset: New tag: 20161119

2016-11-20 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Nov 20 19:09:46 2016 +

New tag: 20161119




[gentoo-commits] proj/hardened-patchset: Tag deleted: 20161119

2016-11-20 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Nov 20 19:08:51 2016 +

Tag deleted: 20161119




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

2016-11-20 Thread Johannes Huber
commit: f8dadd54c10d4d0a77f34bcf206e2269fa8bcaa3
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Nov 20 19:01:30 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Nov 20 19:01:30 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f8dadd54

kde-plasma/oxygen: Update blocker

Package-Manager: portage-2.3.2

 kde-plasma/oxygen/oxygen-5.8.49..ebuild | 2 +-
 kde-plasma/oxygen/oxygen-.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/oxygen/oxygen-5.8.49..ebuild 
b/kde-plasma/oxygen/oxygen-5.8.49..ebuild
index f7aac16..a8781dc 100644
--- a/kde-plasma/oxygen/oxygen-5.8.49..ebuild
+++ b/kde-plasma/oxygen/oxygen-5.8.49..ebuild
@@ -42,7 +42,7 @@ RDEPEND="${COMMON_DEPEND}
$(add_plasma_dep kde-cli-tools)
qt4? (
!kde-base/kstyles:4
-   !kde-base/liboxygenstyle:4
+   !kde-plasma/liboxygenstyle:4
)
!kde-plasma/kdebase-cursors:4
 "

diff --git a/kde-plasma/oxygen/oxygen-.ebuild 
b/kde-plasma/oxygen/oxygen-.ebuild
index f7aac16..a8781dc 100644
--- a/kde-plasma/oxygen/oxygen-.ebuild
+++ b/kde-plasma/oxygen/oxygen-.ebuild
@@ -42,7 +42,7 @@ RDEPEND="${COMMON_DEPEND}
$(add_plasma_dep kde-cli-tools)
qt4? (
!kde-base/kstyles:4
-   !kde-base/liboxygenstyle:4
+   !kde-plasma/liboxygenstyle:4
)
!kde-plasma/kdebase-cursors:4
 "



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwin/, kde-base/kstyles/, kde-plasma/oxygen/, profiles/updates/, ...

2016-11-20 Thread Johannes Huber
commit: 3a5485912cf373653b8a801b816160723fcab082
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Nov 20 18:59:35 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Nov 20 19:01:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a548591

kde-base/liboxygenstyle -> kde-plasma/liboxygenstyle

 kde-base/kdebase-startkde/kdebase-startkde-4.11.22-r2.ebuild| 2 +-
 kde-base/kstyles/kstyles-4.11.22.ebuild | 6 +++---
 kde-plasma/kwin/kwin-4.11.22.ebuild | 2 +-
 {kde-base => kde-plasma}/liboxygenstyle/Manifest| 0
 .../liboxygenstyle/liboxygenstyle-4.11.22.ebuild| 4 ++--
 {kde-base => kde-plasma}/liboxygenstyle/metadata.xml| 0
 kde-plasma/oxygen/oxygen-5.7.5.ebuild   | 2 +-
 kde-plasma/oxygen/oxygen-5.8.3.ebuild   | 2 +-
 profiles/updates/4Q-2016| 1 +
 9 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/kde-base/kdebase-startkde/kdebase-startkde-4.11.22-r2.ebuild 
b/kde-base/kdebase-startkde/kdebase-startkde-4.11.22-r2.ebuild
index d8cfdf0..8c53377 100644
--- a/kde-base/kdebase-startkde/kdebase-startkde-4.11.22-r2.ebuild
+++ b/kde-base/kdebase-startkde/kdebase-startkde-4.11.22-r2.ebuild
@@ -76,7 +76,6 @@ RDEPEND="
$(add_kdebase_dep kstyles)
$(add_kdebase_dep ksystraycmd)
$(add_kdebase_dep libkworkspace)
-   $(add_kdebase_dep liboxygenstyle)
$(add_kdebase_dep libplasmaclock)
$(add_kdebase_dep libplasmagenericshell)
$(add_kdebase_dep libtaskmanager)
@@ -90,6 +89,7 @@ RDEPEND="
kde-plasma/kmenuedit:4
kde-plasma/ksysguard:4
kde-plasma/kwrited:4
+   kde-plasma/liboxygenstyle:4
kde-plasma/powerdevil:4
kde-plasma/solid-actions-kcm:4
)

diff --git a/kde-base/kstyles/kstyles-4.11.22.ebuild 
b/kde-base/kstyles/kstyles-4.11.22.ebuild
index 94515b2..e364987 100644
--- a/kde-base/kstyles/kstyles-4.11.22.ebuild
+++ b/kde-base/kstyles/kstyles-4.11.22.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,12 +7,12 @@ EAPI=5
 KMNAME="kde-workspace"
 inherit kde4-meta
 
-DESCRIPTION="KDE: A set of different KDE styles"
+DESCRIPTION="A set of different KDE Plasma styles"
 KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="
-   kde-base/liboxygenstyle:4=
+   kde-plasma/liboxygenstyle:4=
x11-libs/libX11
 "
 RDEPEND="${DEPEND}"

diff --git a/kde-plasma/kwin/kwin-4.11.22.ebuild 
b/kde-plasma/kwin/kwin-4.11.22.ebuild
index a51c8a5..9ec7cdb 100644
--- a/kde-plasma/kwin/kwin-4.11.22.ebuild
+++ b/kde-plasma/kwin/kwin-4.11.22.ebuild
@@ -23,8 +23,8 @@ COMMONDEPEND="
$(add_kdebase_dep kactivities)
$(add_kdebase_dep kdelibs opengl)
$(add_kdebase_dep libkworkspace)
-   $(add_kdebase_dep liboxygenstyle)
kde-plasma/kephal:4
+   kde-plasma/liboxygenstyle:4
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11

diff --git a/kde-base/liboxygenstyle/Manifest 
b/kde-plasma/liboxygenstyle/Manifest
similarity index 100%
rename from kde-base/liboxygenstyle/Manifest
rename to kde-plasma/liboxygenstyle/Manifest

diff --git a/kde-base/liboxygenstyle/liboxygenstyle-4.11.22.ebuild 
b/kde-plasma/liboxygenstyle/liboxygenstyle-4.11.22.ebuild
similarity index 72%
rename from kde-base/liboxygenstyle/liboxygenstyle-4.11.22.ebuild
rename to kde-plasma/liboxygenstyle/liboxygenstyle-4.11.22.ebuild
index 2bec2ad..9e25549 100644
--- a/kde-base/liboxygenstyle/liboxygenstyle-4.11.22.ebuild
+++ b/kde-plasma/liboxygenstyle/liboxygenstyle-4.11.22.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,7 +8,7 @@ KMNAME="kde-workspace"
 KMMODULE="libs/oxygen"
 inherit kde4-meta
 
-DESCRIPTION="Library to support the Oxygen style in KDE"
+DESCRIPTION="Library to support the Oxygen style in KDE Plasma"
 KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 SLOT="4/${PV}"

diff --git a/kde-base/liboxygenstyle/metadata.xml 
b/kde-plasma/liboxygenstyle/metadata.xml
similarity index 100%
rename from kde-base/liboxygenstyle/metadata.xml
rename to kde-plasma/liboxygenstyle/metadata.xml

diff --git a/kde-plasma/oxygen/oxygen-5.7.5.ebuild 
b/kde-plasma/oxygen/oxygen-5.7.5.ebuild
index 7ae2235..c8d8f69 100644
--- a/kde-plasma/oxygen/oxygen-5.7.5.ebuild
+++ b/kde-plasma/oxygen/oxygen-5.7.5.ebuild
@@ -42,7 +42,7 @@ RDEPEND="${COMMON_DEPEND}
$(add_plasma_dep kde-cli-tools)
qt4? (
!kde-base/kstyles:4
-  

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

2016-11-20 Thread Sebastian Pipping
commit: 80904f6d9d0109daf6f656cd450edfda4b8de402
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun Nov 20 18:59:00 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Nov 20 19:00:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80904f6d

dev-python/pip: 9.0.1 (bug #590828)

Package-Manager: portage-2.3.2

 dev-python/pip/Manifest|  1 +
 .../files/pip-9.0.1-disable-version-check.patch| 32 +
 dev-python/pip/pip-9.0.1.ebuild| 80 ++
 3 files changed, 113 insertions(+)

diff --git a/dev-python/pip/Manifest b/dev-python/pip/Manifest
index b583770..ea8fe00 100644
--- a/dev-python/pip/Manifest
+++ b/dev-python/pip/Manifest
@@ -3,3 +3,4 @@ DIST pip-8.0.2.tar.gz 1130183 SHA256 
46f4bd0d8dfd51125a554568d646fe4200a3c2c6c36
 DIST pip-8.0.3.tar.gz 1131758 SHA256 
30f98b66f3fe1069c529a491597d34a1c224a68640c82caf2ade5f88aa1405e8 SHA512 
744111288dd86580e55a4eaeebcaab7b5fdd9e2ea47500e3febe2ce0a282b074f0c687d40a764b98bc54e0bf50748506eb8a5e220a095f2fe655f5cb42ba47c1
 WHIRLPOOL 
5bd7824ae4a311d98e47ccbf5fcc65b06579d30c0baa58357838935fd2646e87a610e76b22704b20d0c9379c321b878b409639e3604e725f2f08f83a8d7f1dda
 DIST pip-8.1.1.tar.gz 1139175 SHA256 
3e78d3066aaeb633d185a57afdccf700aa2e660436b4af618bcb6ff0fa511798 SHA512 
3b8f629ca19bff627317415ca681a5ea12171be57a04347e83dcee4a4d013ff9db47beddd56bded1856d4f0ae1a075d901140fe04f544df8018f066d812c0f28
 WHIRLPOOL 
f5ae76d3e2b6807aee5c2af03a2c83a18ae12182a8a533bc50e16ca07eb5efa1f7181d90ffcab171a687ace6880ddd8149b95a003ba749d21ae00ce1b0601891
 DIST pip-8.1.2.tar.gz 1140573 SHA256 
4d24b03ffa67638a3fa931c09fd9e0273ffa904e95ebebe7d4b1a54c93d7b732 SHA512 
f35e70344bc7baa0739d7a8a38e51f401774b23672e915c32d54fab3e9cc465bfc47361823fa75d2a64fc8748f2020170bd7a4cfde10070d7febf56d1f9124f0
 WHIRLPOOL 
b1b9d46d39b03f78cbceccfd27416dcc50189accefc2a5a6e7a002c9930d7299897d1d15726b95c400c2495ce23c4db414ad8aa29424f189b8be33470a96f12a
+DIST pip-9.0.1.tar.gz 1197370 SHA256 
09f243e1a7b461f654c26a725fa373211bb7ff17a9300058b205c61658ca940d SHA512 
ee59efb4b009ff6543b7afdea99b9cbbee1981ecc03af586acda76674024d3b66dab23049e68f3da9448734984619fc1eaba6e965c9dd3d731973376c8a42e25
 WHIRLPOOL 
c97a5e9d03943437873d3a49166c28bccf3e0d1f9efe8f500a730607bffcfc26184a6785f1ee55b6867bc4dbd0e77334da7dcf22bd6ba9ae26949c76b6a1c734

diff --git a/dev-python/pip/files/pip-9.0.1-disable-version-check.patch 
b/dev-python/pip/files/pip-9.0.1-disable-version-check.patch
new file mode 100644
index ..7334380
--- /dev/null
+++ b/dev-python/pip/files/pip-9.0.1-disable-version-check.patch
@@ -0,0 +1,32 @@
+From 890a1c26018752f2c57c7800968e4b8d1e0987f9 Mon Sep 17 00:00:00 2001
+From: Sebastian Pipping 
+Date: Sun, 20 Nov 2016 19:52:40 +0100
+Subject: [PATCH] Stop checking for new versions
+
+---
+ pip/basecommand.py | 9 -
+ 1 file changed, 9 deletions(-)
+
+diff --git a/pip/basecommand.py b/pip/basecommand.py
+index 54c6706..3cffe86 100644
+--- a/pip/basecommand.py
 b/pip/basecommand.py
+@@ -241,15 +241,6 @@ class Command(object):
+ logger.critical('Exception:', exc_info=True)
+ 
+ return UNKNOWN_ERROR
+-finally:
+-# Check if we're using the latest version of pip available
+-if (not options.disable_pip_version_check and not
+-getattr(options, "no_index", False)):
+-with self._build_session(
+-options,
+-retries=0,
+-timeout=min(5, options.timeout)) as session:
+-pip_version_check(session)
+ 
+ return SUCCESS
+ 
+-- 
+2.10.2
+

diff --git a/dev-python/pip/pip-9.0.1.ebuild b/dev-python/pip/pip-9.0.1.ebuild
new file mode 100644
index ..8cd1b05
--- /dev/null
+++ b/dev-python/pip/pip-9.0.1.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_REQ_USE="threads(+)"
+
+inherit eutils bash-completion-r1 distutils-r1
+
+DESCRIPTION="Installs python packages -- replacement for easy_install"
+HOMEPAGE="https://pip.pypa.io/ https://pypi.python.org/pypi/pip/ 
https://github.com/pypa/pip/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+SLOT="0"
+
+# Check pip/_vendor/vendor.txt for this
+#VENDOR_DEPEND="
+#  >=dev-python/distlib-0.2.2[${PYTHON_USEDEP}]
+#  >=dev-python/html5lib-1.0b8[${PYTHON_USEDEP}]
+#  >=dev-python/six-1.10.0${PYTHON_USEDEP}]
+#  >=dev-python/colorama-0.3.6[${PYTHON_USEDEP}]
+#  >=dev-python/requests-2.9.1-r2[${PYTHON_USEDEP}]
+#  >=dev-python/CacheControl-0.11.6[${PYTHON_USEDEP}]
+#  >=dev-python/lockfile-0.12.2[${PYTHON_USEDEP}]
+#  >=dev-python/progress-1.2[${PYTHO

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/ntopng/files/, net-analyzer/ntopng/

2016-11-20 Thread Slawek Lis
commit: 45ccd11f3680e49e765acc6329181555c0911350
Author: Slawomir Lis  gentoo  org>
AuthorDate: Sun Nov 20 18:54:26 2016 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Sun Nov 20 18:54:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ccd11f

net-analyzer/ntopng: Patch to use CC/CXX variables

This fixes a bug 600246, where clang++ was used directly.
Thanks to Chris White.

Package-Manager: portage-2.3.2

 net-analyzer/ntopng/files/ntopng-2.4-cxx.patch | 44 ++
 net-analyzer/ntopng/ntopng-2.4.ebuild  |  1 +
 2 files changed, 45 insertions(+)

diff --git a/net-analyzer/ntopng/files/ntopng-2.4-cxx.patch 
b/net-analyzer/ntopng/files/ntopng-2.4-cxx.patch
new file mode 100644
index ..330f681
--- /dev/null
+++ b/net-analyzer/ntopng/files/ntopng-2.4-cxx.patch
@@ -0,0 +1,44 @@
+diff -ru ntopng-2.4-stable.orig/configure.ac ntopng-2.4-stable/configure.ac
+--- ntopng-2.4-stable.orig/configure.ac2016-11-20 03:59:19.928851928 
-0800
 ntopng-2.4-stable/configure.ac 2016-11-20 03:59:53.717850915 -0800
+@@ -341,14 +341,6 @@
+   GMAKE="make"
+ fi
+ 
+-GPP=`which clang++`
+-if test x$GPP = x
+-then
+-  GPP="g++"
+-else
+-  GPP="$GPP -O0"
+-fi
+-
+ GIT=`which git`
+ if test x$GIT = x
+ then
+diff -ru ntopng-2.4-stable.orig/Makefile.in ntopng-2.4-stable/Makefile.in
+--- ntopng-2.4-stable.orig/Makefile.in 2016-06-27 12:31:18.0 -0700
 ntopng-2.4-stable/Makefile.in  2016-11-20 04:00:31.037849796 -0800
+@@ -4,7 +4,6 @@
+ SHELL=/bin/sh
+ OS := $(shell uname -s)
+ PWD=@PWD@
+-GPP=@GPP@
+ INSTALL_DIR=$(DESTDIR)$(prefix)
+ MAN_DIR=$(DESTDIR)@MAN_DIR@
+ 
+@@ -126,12 +125,12 @@
+   $(CC) $(CPPFLAGS) $(CFLAGS) -c $< -o $@
+ 
+ %.o: %.cpp $(HEADERS) Makefile
+-  $(GPP) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@
++  $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@
+ 
+ .PRECIOUS: $(TARGET) $(OBJECTS)
+ 
+ $(TARGET): $(OBJECTS) $(LIBRRDTOOL) Makefile
+-  $(GPP) $(OBJECTS) -Wall $(LIBS) -o $@
++  $(CXX) $(OBJECTS) $(CXXFLAGS) $(CPPFLAGS) -Wall $(LIBS) -o $@
+ 
+ $(LUAJIT_LIB):
+   cd $(LUAJIT_HOME); @GMAKE@

diff --git a/net-analyzer/ntopng/ntopng-2.4.ebuild 
b/net-analyzer/ntopng/ntopng-2.4.ebuild
index 2141a1a..f6c9071 100644
--- a/net-analyzer/ntopng/ntopng-2.4.ebuild
+++ b/net-analyzer/ntopng/ntopng-2.4.ebuild
@@ -33,6 +33,7 @@ src_prepare() {
cat "${S}/configure.seed" | sed "s/@VERSION@/${PV}/g" | sed 
"s/@SHORT_VERSION@/${PV}/g" > "${S}/configure.ac"
epatch "${FILESDIR}/${P}-dont-build-ndpi.patch"
epatch "${FILESDIR}/${P}-mysqltool.patch"
+   epatch "${FILESDIR}/${P}-cxx.patch"
sed -i 's/exit$/exit 1/g' "${S}/configure.ac" "${S}/nDPI/configure.ac"
eautoreconf
 



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

2016-11-20 Thread Manuel Rüger
commit: be5702f5b48d9091fc296161aacaa91321002f46
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Nov 20 18:40:47 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Nov 20 18:42:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be5702f5

dev-ruby/octokit: Version bump to 4.6.1

Package-Manager: portage-2.3.2

 dev-ruby/octokit/Manifest |  1 +
 dev-ruby/octokit/octokit-4.6.1.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/octokit/Manifest b/dev-ruby/octokit/Manifest
index 9cba1b0..1b9a281 100644
--- a/dev-ruby/octokit/Manifest
+++ b/dev-ruby/octokit/Manifest
@@ -2,3 +2,4 @@ DIST octokit-4.2.0.tar.gz 2740295 SHA256 
af4853f022677fd1c344e20d396912a3783f6bd
 DIST octokit-4.3.0.tar.gz 2760618 SHA256 
76ca1d4289f393c88556bc0c7518621db2d6371cb4c7ec68aa61d07327849fcc SHA512 
2a0e680ef8b182722e4a7f489d69fc1d9e81864b29a7fddc4b1ab68a77deee7383ffac153662ceb9e55d7425a4f9e29f7303f0d8d0d821156ef1946734e197a6
 WHIRLPOOL 
ab27fd63737604500a747496a3d040482de2532cfe5dd169d7144ba13476a6c14bf1d667385cd7f4b925030be8c9933e98ebfe72498e3be978574f1b206c7120
 DIST octokit-4.4.1.tar.gz 2823271 SHA256 
9222747466c94f3976f3efb7f818e1a24134fb1fec33eaf395fd8097bfa68473 SHA512 
cb6ceb4bbeeba9131176e425cafb40e5cbf0e38958a473ec44dcc702f0a087e5ff19ba34815f1a7a65d095b68c52824b161bf37e6b0fdc626770904bd830f5cb
 WHIRLPOOL 
61e210e7fdc8679be50537ef5425c04710eebad54886fad865b46acd6f4e9758f66a0cb935e2238986c099765b313e6c0a3278e0f6dd2b377d5c049d4981715b
 DIST octokit-4.6.0.tar.gz 2856575 SHA256 
cda2667b875f436a890c3192ebbfb0e214e4e810e7e52ae5ef2f432b1330accc SHA512 
315a72b8e0a6d56275f1f40be2d3aa3ecbb6df55bb6c99371bce7d21b26d476e6e34671b850a2671bba612b71fd3b96ea8d1cabe889af6b223094788f46e4eca
 WHIRLPOOL 
794bdee98276133e1dd22bfa70546896be95ef5deb2ff4fe92388ce88ff61616a75a3d777d8fb53e3bfc102749580e0993be336ab4d7e5de3daa1492feccad92
+DIST octokit-4.6.1.tar.gz 2859126 SHA256 
cfe0047ed1f10d9a39bdfc1819a325d9131fb17e2a4f931710ed9664f6c09554 SHA512 
5421ca8640659ec9469d57981f36aa3e11a4dbb17325c2224e390840e68ca5ab90c871636987311fef2a56a375c53caf81174ffd49ac17caafa4e30147251f30
 WHIRLPOOL 
de746a7d1097fe6f3021ad90bcb9b7070272f6e280e018c5622addbf1868d67ad1ffb10aa455a97a7a09f60cb487c8bef4b29b1242f7abd9872421323131f0a1

diff --git a/dev-ruby/octokit/octokit-4.6.1.ebuild 
b/dev-ruby/octokit/octokit-4.6.1.ebuild
new file mode 100644
index ..55d6325
--- /dev/null
+++ b/dev-ruby/octokit/octokit-4.6.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.md CONTRIBUTING.md"
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="Ruby toolkit for the Github API"
+HOMEPAGE="https://github.com/octokit/octokit.rb";
+SRC_URI="https://github.com/octokit/octokit.rb/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm"
+IUSE=""
+
+RUBY_S=octokit.rb-${PV}
+
+ruby_add_rdepend ">=dev-ruby/sawyer-0.8.0"
+ruby_add_bdepend "test? ( dev-ruby/mime-types
+   >=dev-ruby/netrc-0.7.7
+   dev-ruby/vcr:2
+   >=dev-ruby/webmock-1.9:0 )"
+
+all_ruby_prepare() {
+   sed -i -e "1,10d" -e "/require 'vcr'/i\gem 'vcr', '~> 2.9.2'" 
spec/helper.rb || die
+}



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

2016-11-20 Thread Manuel Rüger
commit: e3c9a633a820db1b15668c330e68969d620b7a4a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Nov 20 18:42:09 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Nov 20 18:42:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c9a633

dev-ruby/sawyer: Version bump to 0.8.1

Package-Manager: portage-2.3.2

 dev-ruby/sawyer/Manifest|  1 +
 dev-ruby/sawyer/sawyer-0.8.1.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-ruby/sawyer/Manifest b/dev-ruby/sawyer/Manifest
index a7e8262..017c145 100644
--- a/dev-ruby/sawyer/Manifest
+++ b/dev-ruby/sawyer/Manifest
@@ -1,2 +1,3 @@
 DIST sawyer-0.7.0.gem 15872 SHA256 
72e855027c812f2cad7f4fa4746cab07727dde91d75516d353c155002846c4b2 SHA512 
8f63adfc9c544f88280a18e7bab25c193d6e0aab5973f07774b838c40ce7f7da6f148d6122ccd9e3824eb292389d994c84e2460460f7b6f9f340b27f331d59bd
 WHIRLPOOL 
4e6822ed65c38051c765d6bafe416bb033fd35e2555baff2844be0cc317aea1dd0b50870e6a6c2c5ade8f6a5ab1fb6c16c2330b8e509f82a345d140bb68e4bd3
 DIST sawyer-0.8.0.gem 15872 SHA256 
e62d31026094e9f926394e6a1c67edfc4ecc2dbf5946eaa4c62f5c1b895018f4 SHA512 
3c814e8ba9136488eb33cb76642b559d4fa6bf960a20160d035b7fb1830690e1317449eb14371d285e808483efe18697129fa83be41a8cd89917bc6ec65b263b
 WHIRLPOOL 
6a83bcef3d6b9ec5540a6c3c6e3cd6236de29d6aec13e18bc77d5a9b4538e6748a17ba57a7b86ec45451adb4fb2cb1f3a7977dfebdd745ee5c05bf56e180b43f
+DIST sawyer-0.8.1.gem 15872 SHA256 
6d37c1db3673607bb9de868d1d9c363be753cd68b5e1dc48df1faf938721616b SHA512 
d057c34e1ee1bfc5939cfc002118fcc31579846814caa668e3633d5c04dd2437aa71b417626f669aca3a082481bf493682720260592072367af104c20fd34783
 WHIRLPOOL 
0a8c49cd6449ceac7ed686a303859f1547d8f056d7ef0ff557cd23ead414e1e51c24d1132657da3a54d7a9b0305c8201198c5ad2585c3797f5b5c416e4f3eefa

diff --git a/dev-ruby/sawyer/sawyer-0.8.1.ebuild 
b/dev-ruby/sawyer/sawyer-0.8.1.ebuild
new file mode 100644
index ..638e020
--- /dev/null
+++ b/dev-ruby/sawyer/sawyer-0.8.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="Secret User Agent of HTTP"
+HOMEPAGE="https://github.com/lostisland/sawyer";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/addressable-2.3.5 

[gentoo-commits] repo/gentoo:master commit in: app-misc/resolve-march-native/

2016-11-20 Thread Sebastian Pipping
commit: 83084e6ec03e1106f24188acbed5579eb5668368
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun Nov 20 18:34:44 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Nov 20 18:35:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83084e6e

app-misc/resolve-march-native: 0.9.2

Package-Manager: portage-2.3.2

 app-misc/resolve-march-native/Manifest   |  1 +
 .../resolve-march-native-0.9.2.ebuild| 20 
 2 files changed, 21 insertions(+)

diff --git a/app-misc/resolve-march-native/Manifest 
b/app-misc/resolve-march-native/Manifest
index cbbc321..e433b88 100644
--- a/app-misc/resolve-march-native/Manifest
+++ b/app-misc/resolve-march-native/Manifest
@@ -1 +1,2 @@
+DIST resolve-march-native-0.9.2.tar.gz 7729 SHA256 
30be9907238bc9e0b19fb6680daa7cf0a1cc699712b91b5326187f724c344c1e SHA512 
918290cf0858c16f4a3730aa169768782af9f329a901e70db944172bc47c78ea18c07c448742a0c0c611951a3f50dee85cd6ffe8aba407cd40eef6f5e28c5b29
 WHIRLPOOL 
e1ded9490d9818f3785a261212d766d0eba17dca0de77e8c2a838bd51835a63fc25ad0bb04096560bcf6bad421e48d46e76b2f4a52a6f2c0e71c6f8584ca16af
 DIST resolve-march-native-0.9.tar.gz 7688 SHA256 
b8e0efd881fca5dfe200e3c9767b1948265ca5e4daf8169332a941f8184c713f SHA512 
2079153a1d7f8f352baa1ad9e120d976bca8cef2a81dde85ba1689a260fb899c8b6d97f9cd79dda41c5b67b9fe76bfdf0fc5bc88ef09d2915a29f3ed33e2
 WHIRLPOOL 
c46f233eb59b284dd5262026ea83974bdb0825e8b797087a89ac7249542a478624da8e9540cf92869dbc41afb62fdb5e3623a1ec4fa5aa18354d770daf4be832

diff --git a/app-misc/resolve-march-native/resolve-march-native-0.9.2.ebuild 
b/app-misc/resolve-march-native/resolve-march-native-0.9.2.ebuild
new file mode 100644
index ..3bcf7ec
--- /dev/null
+++ b/app-misc/resolve-march-native/resolve-march-native-0.9.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 )
+inherit distutils-r1
+
+DESCRIPTION="Resolve GCC flag -march=native"
+HOMEPAGE="https://github.com/hartwork/resolve-march-native";
+SRC_URI="https://github.com/hartwork/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=">=sys-devel/gcc-4.2"



[gentoo-commits] proj/musl:master commit in: dev-vcs/git/

2016-11-20 Thread Aric Belsito
commit: 327e71cf16c360662935ffae810b1157c8ca77c6
Author: Aric Belsito  gmail  com>
AuthorDate: Sun Nov 20 18:08:56 2016 +
Commit: Aric Belsito  gmail  com>
CommitDate: Sun Nov 20 18:08:56 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=327e71cf

dev-vcs/git: Bump to 2.11.0_rc2

This should probably be moved upstream.

 dev-vcs/git/Manifest | 8 
 dev-vcs/git/{git-2.10.2.ebuild => git-2.11.0_rc2.ebuild} | 1 +
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index 832435a..cf2ea87 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -11,8 +11,8 @@ AUX git-daemon.confd 710 SHA256 
4703ba2372c661fb674a29fea7f64983f8b1b3136d971663
 AUX git-daemon.socket 116 SHA256 
66a064b67e441306bf765d3d3115ac55bafa2098400af134f852d4aecf8608d7 SHA512 
e383d358999ea0c7201c1709015a9b7c4dd9dd71287605640aca837fac1e2ee33a5a1684e1c3414c08742605f185b722f4864afd5be8b79a9f0d8f7ae0f9b701
 WHIRLPOOL 
1098e46b6d2be3c8d758a087408aed91e0c01625542dfc90fbff80ed8b40d2a54ea4ab45b4d003ef0b0b8ed1411e1146a58076b68096389412a61fe2d09214dd
 AUX git-daemon.xinetd 260 SHA256 
5025efbceed83835378cada3728448cbf445a1584e7cbd7736f568f4b6b52a67 SHA512 
5e0c85004e7e2b89fd191350022b9970a6ca03129b4c913e159570b99b5797ab924f667cd3dc5693a9d4916b7b5cf36814eda015dbdf46a1354eb50d1c081f9c
 WHIRLPOOL 
155bfca2c071d5368de09412d1d937cefd3b5cd28a991b99845551738440b92791c33a67ef41be711dbf06fc4faf4a299cbaf1f410b119fe5deb5a4cd741803d
 AUX git-daemon_at-r1.service 340 SHA256 
980b2b2234fc672065286244cd4e690c92865d39a02001936801cb013b7d2dce SHA512 
073d8752dc224ff1130a5290e0f965a04b19f2a8dbd5d50172101099386ad3af0fd5e1abf57030960b750a2adf36a7ae69d18ddc990bab4e694486e65424cfa9
 WHIRLPOOL 
fd89d61e15bf499404b0a17a2e47257962c671cab09a3af53cb378758cf7a5f979026831a8da2270ea54fa8897e132def17307d03729ef2e30dfe7950c59b1b3
-DIST git-2.10.2.tar.xz 4106108 SHA256 
94802903dd707d85ca3b9a2be35e936a54ce86375f52c6a789efe7ce7e238671 SHA512 
0ab09de481dbb31c3304382afaa5d3fc9f861115c9954c65b11a8a1c34b939118c7ed3ff60ac329145888596388e3e4d2b2fb677fe109d33a57206d531b5ee6a
 WHIRLPOOL 
808404fa13f908d149028f64aaf5b73400448fff6393dabfaa874d750065e86ff5dae4903724cbca4e59fb74b3ff30b8b8f0a0f1435a0a90c18267c7a0550de6
-DIST git-htmldocs-2.10.2.tar.xz 1068436 SHA256 
dd43111c3518a92a7fe64ac5cd32a5d4d77d49c67f7d89dce3e8293bc3d6b491 SHA512 
8ef57218d7eef285ac427414d92bd5e8eba5c85c2a2a9ec0e423705ee2cb6f26dd33ad780d1b4237e7534dbe5cc3b4d8eea5780d0acc49066d78fc1893df2525
 WHIRLPOOL 
160fe3446d959d0f2315c9b2be182925619a4d89343602038e92283abdb393805eb5252799c502b83641d9e23a157332033baaa1ef2f1d9401cbbf372d8e86d7
-DIST git-manpages-2.10.2.tar.xz 395556 SHA256 
83b0a317f6039ad95ef6af6a182cf659c2d053eed5d8f70b06710eb787f8aa6f SHA512 
0dc5df8441601865511983b85762102396cbf7c704fd831ebef7b7639252b971f6b4080b8a57226a86124edcdd77acf24374da22047bd315769a09109bef
 WHIRLPOOL 
e1d6b9cb4479b584c16a25a4f3b0528d96d483307e768efea3d7bd8156d74e1c59b61a641dfe5671f4cb01a02f10322262d133cb76f85194ac97ee74c6195d0e
-EBUILD git-2.10.2.ebuild 19225 SHA256 
e14b49bdbf1fc760f2462d25e4304ee5f3a2e997aae989b021e8e2fbd409fc32 SHA512 
72006157df4bf3a104412d78ce28f5c847d1db1395742e9ec3e2e63c331fe6430a1e34328995caf5130705df5d5cb63aae79fdf4bd5ac03c20ff0f66e316fb28
 WHIRLPOOL 
2ed837d13ee25aa90fc77f010f515db96661ad0995f05eef69f0b67fca91a83516ee41be6b5a05c45aec9403cb299a12cbb35ae35880f20a59c7ac6ca0db62d3
+DIST git-2.11.0.rc2.tar.xz 4166928 SHA256 
50f7ff3cd809ae1053e28a24ec0fad1a055bc1ef4d61136cf07063d43d02f83a SHA512 
db410e63777e691860a5286a7c4ee837481c5035fa5cd7835da969d487741f1aef0be3edb747b8cff0493a8d8851d2010aa1a6dcfad397fdd59e42b5bc14b871
 WHIRLPOOL 
97a772fe47cc9c26ed774b5de54fec460d53c417e04fde9fc33a0c5f0f00b1160566332dcc57a2e65bab8f98ded15533f0ae9b6f6b56d2d7ca3181b2a73e2d57
+DIST git-htmldocs-2.11.0.rc2.tar.xz 1080176 SHA256 
1d30b9d66c8b2766f1aeeca1fdd5f785a8fa282b0bb3c3fa96624372169e627e SHA512 
516f6db0577d98a0d5a391981cd24989d0258860a9095ddded448546e4276b3987265ad5757352146c77ab3d721b0e7af8788fd300c3f139185945946c27ed31
 WHIRLPOOL 
cfeb1946e1bd821ae0770ae4b2807925ef5ba37a7dc83dcbfcff0bf9ffae64ba4e57597aca8242fe3845664ca98f2324355948579565ba856b3a381232b9359c
+DIST git-manpages-2.11.0.rc2.tar.xz 399964 SHA256 
e18482708fbf318afa71453da54841a289a6719b4d132d30ba8fe5344af6dd34 SHA512 
e778b48672ffa423031c002c318ca8c05d7e998d11ea3aac6e1a9411c1cf82bdea80afba6996de534601050892db18cc17dde1552b6406e408c31bdfccbe793b
 WHIRLPOOL 
e98a0c64bd86a62606bce3564c33db37d2334dfe4af381ce1fd2d55dfbe715f06eed472a467307129789d7300f9d00edc86ae9557d29445da0d33c7fecff7e4a
+EBUILD git-2.11.0_rc2.ebuild 19282 SHA256 
fb82646406bba1b87cc95b8195c5e40d8bae02d91d7c0dfcfae4db024fae86b1 SHA512 
943bbebea028d626288281f79721dbf1c4f156de6e20c0a1569685ea74a627a3fe9a26b66417df9608a2593cba5b3737cb3bd64e1c8fb0bb28d3a30f2653298d
 WHIRLPOOL 
d2b61a18a2f052ccee092896c2a2d45272b3cd38ab8838315fd7fd241493ef5f13a6b6a4d6fb37085064

[gentoo-commits] proj/musl:master commit in: sys-apps/sandbox/

2016-11-20 Thread Aric Belsito
commit: 63ca2f2f7069c1df51cb8698b6a8201a014577ff
Author: Aric Belsito  gmail  com>
AuthorDate: Sun Nov 20 18:04:58 2016 +
Commit: Aric Belsito  gmail  com>
CommitDate: Sun Nov 20 18:04:58 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=63ca2f2f

sys-apps/sandbox: Add 2.10-r2

2.11-r3 was masked again.

 sys-apps/sandbox/Manifest|  3 ++-
 .../{sandbox-2.11-r3.ebuild => sandbox-2.10-r2.ebuild}   | 12 
 sys-apps/sandbox/sandbox-2.11-r3.ebuild  |  4 ++--
 3 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/sys-apps/sandbox/Manifest b/sys-apps/sandbox/Manifest
index 07a34d9..d8d86d1 100644
--- a/sys-apps/sandbox/Manifest
+++ b/sys-apps/sandbox/Manifest
@@ -10,5 +10,6 @@ AUX sandbox-2.6-musl.patch 1821 SHA256 
df08faebffbfade91a2620ff8b56c2087e4a34506
 DIST sandbox-2.10.tar.xz 417068 SHA256 
019d6a2646b3a5f9b6fc3fcb6ff99332901017eb845442bec8573b9901506fa6 SHA512 
178b3b8fcb54e6ff67df1c8101866739b49e4d31a66717c21ef502dd2ab609fca70f1a0c662b913e207bfc1ba6994cefdcf5c92ff32add9dd98bd9707f301305
 WHIRLPOOL 
5d6cffa7317cafeba02af75de9ae914d4365a62b54d3dfcc14cb272e621f2f76a60a945591ccb57dd59d6750152087cb2f21e43ded3ec181d6b42df173147192
 DIST sandbox-2.11.tar.xz 423492 SHA256 
a1cb203f95057176ca0c5b53b8b9dafd41d1b64a6cf5039a9e1fb4a51b17f237 SHA512 
0aa6c773c109749180442d1a46d1b957dea0c30f893e4be1ac0b410e1aad48fdd2972ec591aa2da3a0c74b32d2b7bd51b7c2263bd7b26f8a34bb762d8a48ea0b
 WHIRLPOOL 
acc778f2181473cf23b46a62257e5f3857edebb457dcf230f02da0d153e38a28f78a20dee67c9e564c10239d8bd6982a6e894de666f6eff4550f7ad8cdee
 EBUILD sandbox-2.10-r1.ebuild 2977 SHA256 
2b308bd2634a1a30e8438d41e141aee5119d0ae23b493bbb092f76c471af0d81 SHA512 
15e3f29bf3397201410f7f364346efaa6d3d75350ab1ff2dabdb246dde71ee8c5ceeef1e9e4c3913d64808eb8783aceead74a92c2f182f793b57d90c1b183e6f
 WHIRLPOOL 
8f95e1726ddd28343850da33f4ca98216ea1e03f574c9d808903015ea9f82023b2b6e655106e17786dac8c0b74c3e33346c28638644dc71fdaacf5f6481414c1
-EBUILD sandbox-2.11-r3.ebuild 2292 SHA256 
bc3aa5961068eeb5ee95b19a508d0777fbfd8563f0abc722076e1a73a961d8ae SHA512 
2fb4116f9f5d4bae5238c0a47625919cbb9e4637cf7f850913a1ac8ca6ec99b72ab1e4f1091f44609185ee5ff4becae5432610fe4a7de8524893373fcf7e
 WHIRLPOOL 
98fbe03a94a7de9f180f82b63b72f2ecb3bae35d2971e500e0de417994ae8f7052adc9a9b47e5c248bed7f0cfadbf140d4e53588e8da74dddec2d88104fb3e8e
+EBUILD sandbox-2.10-r2.ebuild 2224 SHA256 
83e19b123c97ef30bb04950ed682bcd05848024b7d986a94e96f1a58fdaf3949 SHA512 
731819a7e32447b38c2a883f96e9f66970ce86888b5cbbd810a0cc33cd7ad6048d025e0b8613f54b215051e8b534144da63c3bbbeea96932000a5143daf8bb03
 WHIRLPOOL 
e18e41c8a054d3cbd08ee7515b48f9f8cebc202128480bcbe39cc80a165f2d1ad0846bdee88d6481e5d455b72945102db84cea5416265863f6906e2efd86eae6
+EBUILD sandbox-2.11-r3.ebuild 2292 SHA256 
8ceb8d79bb6e2b09c3ce7f70e53c55eb0dca614f220399299d8ac823d43a80e8 SHA512 
ccfdc9e646fdd63eaa3b86db12c68ccd9d7aa17e578bd48d94349fc05c1477ac16aa2b3a9734d7c7baf3239244ed1dd6d2ca8065cb40e39d4963a52ef38425eb
 WHIRLPOOL 
53557346089dc2cae94acf67ed5cbb05ad2ff696983e01ae3e814447912f4475194f3b0f2a603abc7ebe8087d8e3013443b9f1e35b5c36254d4b9ad7991cd0cf
 MISC metadata.xml 331 SHA256 
593acb3cb5d82507c93a39cc745aebf1aa453683a039ff7d7f9d12ad9ed042a4 SHA512 
f112b562f8b2a1022c0f4eac7a0e55369046d1d7d6052ab1514d841c968fc8cb33e9c337326db23a5944f3f43a676d4743dec4413ddd6e7f5c6cf63c82969675
 WHIRLPOOL 
0e306bda54e820ed6883b47ea0e305c5a361a88047b8f6ccd1ba621e1ef7bec08809019e638949e05e892e3d3eeffe48568b6e31e1db8071ca9932b0ea2d9f2e

diff --git a/sys-apps/sandbox/sandbox-2.11-r3.ebuild 
b/sys-apps/sandbox/sandbox-2.10-r2.ebuild
similarity index 88%
copy from sys-apps/sandbox/sandbox-2.11-r3.ebuild
copy to sys-apps/sandbox/sandbox-2.10-r2.ebuild
index d8f30a0..35f8b8c 100644
--- a/sys-apps/sandbox/sandbox-2.11-r3.ebuild
+++ b/sys-apps/sandbox/sandbox-2.10-r2.ebuild
@@ -32,14 +32,10 @@ sandbox_death_notice() {
 }
 
 src_prepare() {
-   epatch "${FILESDIR}"/${P}-execvpe.patch #578516
-   epatch "${FILESDIR}"/${P}-exec-hash.patch #578524
-   epatch "${FILESDIR}"/${P}-exec-prelink.patch #599894
-
-   # Fix for MUSL
-   epatch "${FILESDIR}/${P}-musl.patch"
-   epatch "${FILESDIR}/${PN}-2.10-fix-visibility-musl.patch"
-
+   epatch "${FILESDIR}"/${P}-memory-corruption.patch #568714
+   epatch "${FILESDIR}"/${P}-disable-same.patch
+   epatch "${FILESDIR}"/${PN}-2.6-musl.patch
+   epatch "${FILESDIR}"/${P}-fix-visibility-musl.patch
epatch_user
 }
 

diff --git a/sys-apps/sandbox/sandbox-2.11-r3.ebuild 
b/sys-apps/sandbox/sandbox-2.11-r3.ebuild
index d8f30a0..b903c19 100644
--- a/sys-apps/sandbox/sandbox-2.11-r3.ebuild
+++ b/sys-apps/sandbox/sandbox-2.11-r3.ebuild
@@ -37,8 +37,8 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-exec-prelink.patch #599894
 
# Fix for MUSL
-   epatch "${FILESDIR}/${P}-musl.patch"
-   epatch "${FILESDIR}/${PN}-2.10-fix-visibility-musl.patch"
+

[gentoo-commits] proj/hardened-patchset: New tag: 20161119

2016-11-20 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Nov 20 17:42:08 2016 +

New tag: 20161119




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

2016-11-20 Thread José María Alonso
commit: 90e077911ddbd7aa52fbf74479d00987c992e967
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Nov 20 17:06:41 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Nov 20 17:06:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90e07791

app-emulation/libdsk: Adds new ebuild

Package-Manager: portage-2.3.0

 app-emulation/libdsk/Manifest|  1 +
 app-emulation/libdsk/libdsk-1.4.2.ebuild | 24 
 app-emulation/libdsk/metadata.xml|  8 
 3 files changed, 33 insertions(+)

diff --git a/app-emulation/libdsk/Manifest b/app-emulation/libdsk/Manifest
new file mode 100644
index ..bbab9b0
--- /dev/null
+++ b/app-emulation/libdsk/Manifest
@@ -0,0 +1 @@
+DIST libdsk-1.4.2.tar.gz 1083103 SHA256 
71eda9d0e33ab580cea1bb507467877d33d887cea6ec042b8d969004db89901a SHA512 
7550b131b0ac061aa755260263e439959aa747cdac2c0df2d7e20c89c5724910ae948793884bda9fe4e504608fd34baa2db72d2066a91dda6eb797bedffd1a39
 WHIRLPOOL 
c43af081189f28e362d104f533c777827b17511a44634dc01d3eca80289d58bc2a8d1dc1ab7049a1f6099c027742a8abbf5c3eac995736e61e5f6d1fd790155e

diff --git a/app-emulation/libdsk/libdsk-1.4.2.ebuild 
b/app-emulation/libdsk/libdsk-1.4.2.ebuild
new file mode 100644
index ..2a2c9c0
--- /dev/null
+++ b/app-emulation/libdsk/libdsk-1.4.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="LIBDSK is a library for accessing discs and disc image files"
+HOMEPAGE="http://www.seasip.info/Unix/LibDsk/";
+SRC_URI="http://www.seasip.info/Unix/LibDsk/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND="doc? ( app-office/lyx )"
+RDEPEND=""
+
+src_prepare() {
+   if use doc ; then
+   sed -i Makefile.in -e '/^SUBDIRS/s|doc$||' || die
+   fi
+   eapply_user
+}

diff --git a/app-emulation/libdsk/metadata.xml 
b/app-emulation/libdsk/metadata.xml
new file mode 100644
index ..cd8c274
--- /dev/null
+++ b/app-emulation/libdsk/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   nim...@gentoo.org
+   Chema Alonso Josa
+   
+



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

2016-11-20 Thread Michael Palimaka
commit: c7863bfa0523b2fa0e98502df7882867983f0979
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 20 16:57:28 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 20 16:57:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7863bfa

media-libs/libpng: amd64/x86 stable

Gentoo-bug: 597348

Package-Manager: portage-2.3.2

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

diff --git a/media-libs/libpng/libpng-1.6.25.ebuild 
b/media-libs/libpng/libpng-1.6.25.ebuild
index d2b7e2b..dd372af 100644
--- a/media-libs/libpng/libpng-1.6.25.ebuild
+++ b/media-libs/libpng/libpng-1.6.25.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz
 
 LICENSE="libpng"
 SLOT="0/16"
-KEYWORDS="alpha ~amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt"
 IUSE="apng neon static-libs"
 
 RDEPEND=">=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}]



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

2016-11-20 Thread Göktürk Yüksek
commit: 94e68420a45249b9df2044866b57d0427cf54dfa
Author: Yuri Konotopov  gmail  com>
AuthorDate: Fri Nov 18 21:08:21 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Nov 20 16:52:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94e68420

net-news/liferea: version bump, eapi 6 bump, removed gconf dependency.

Added myself as proxy-maintainer.

Gentoo-Bug: https://bugs.gentoo.org/546188
Gentoo-Bug: https://bugs.gentoo.org/568190
Gentoo-Bug: https://bugs.gentoo.org/577452

Acked-by: Iskren Slavov  gmail.com>

 net-news/liferea/Manifest|  2 +
 net-news/liferea/liferea-1.10.19.ebuild  | 71 
 net-news/liferea/liferea-1.12_rc1.ebuild | 67 ++
 net-news/liferea/metadata.xml|  4 +-
 4 files changed, 142 insertions(+), 2 deletions(-)

diff --git a/net-news/liferea/Manifest b/net-news/liferea/Manifest
index 613fce5..d3c993e 100644
--- a/net-news/liferea/Manifest
+++ b/net-news/liferea/Manifest
@@ -1,2 +1,4 @@
 DIST liferea-1.10.17.tar.bz2 1446634 SHA256 
dd77d9a4a7203e948977bf03359918cca0c600d582545d6c1851c1c141a16f6b SHA512 
8776952793a3c323a387d17ac401bd7453d29169efcc55e0096fb3b6b8b19958f29d00bfb02e83d7362602ac1ea03a03956f6d5117868054c3b76d3ba35d0a15
 WHIRLPOOL 
0087fcd188f37a5548aa0b3b0513f0d54aea0a8d25a1157969c33af68521e6b0facf12b3e59288006741704c1dcdf7528ef1ec67b4e14b667066c6a137b0e471
+DIST liferea-1.10.19.tar.bz2 1453859 SHA256 
00c55dfd7cac4ded67f2dc66d00024e39bd8f971fc09b76ae22f374a5a47ddc0 SHA512 
f09b547cf7a2163782b5b4f547b21cfdb87ec972a51e4b1bd2f308f328f65d2475931a1b1bac45b68ffb6e040b46e13003f4cebfd01a2cdddb6abab30cf127c9
 WHIRLPOOL 
ccf97794083ff546cc6174f02b5dcd104ece9bac8559ebd691b74bf8cadf90e65d85262fd68c4be8b84bcc7bf88c74c370f1b5c317798991189e6e7e9adc
 DIST liferea-1.10.8.tar.bz2 1430531 SHA256 
9dd7cb09f624c2f2765aadb139278f635032c9edd05d20a2b2405690546571b4 SHA512 
bd77b8f7ae13de3dacad2f5b40db690c8172ccb8ccc698be036ea82ebdd3902015764b7f3f21ced50bc4f49bfb5d88df008be498701bd7433246dc000aad3964
 WHIRLPOOL 
f6bb77a20998cef281d97013187dfb3594a76d4ba1f293c855a31caadd26f46ea5d3173770503b1babeca6cb7e5846b05a06dae2533ecb215d240100729d60e5
+DIST liferea-1.12-rc1a.tar.bz2 1461156 SHA256 
61df76dec6b53e34379e192684a6a69daff6b1072b327869b1cdc6bcb461 SHA512 
c8cf94ad87e91dba2f666882faada9e68a81284d8f8a0a6c840c233fa770bbe13168969ec0047d960195f8f78ec147f10d5c5657966c69dd93ce770cd5c8f66d
 WHIRLPOOL 
ea45fe455883ac7e2fe0cf8fec17756458feb5d416dd3405bb98cb8ee42597084ec54e683c8281006d03be4e51522d4627bfe445eec2c03265c71158563b1924

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

diff --git a/net-news/liferea/liferea-1.12_rc1.ebuild 
b/net-news/liferea/liferea-1.12_rc1.ebuild
new file mode 100644
index ..39283ee
--- /dev/null
+++ b/net-news/liferea/liferea-1.12_rc1.ebui

[gentoo-commits] repo/gentoo:master commit in: sys-power/powertop/

2016-11-20 Thread Göktürk Yüksek
commit: 0d66aec25c7d49561549007eec73e17bbe1d997b
Author: Elias Probst  eliasprobst  eu>
AuthorDate: Wed Aug 24 10:17:52 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Nov 20 16:53:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d66aec2

sys-power/powertop: generate version information for SCM build

Also:
- update header date
- migrate to EAPI=6 and git-r3 eclass

Package-Manager: portage-2.2.28

 sys-power/powertop/powertop-.ebuild | 13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/sys-power/powertop/powertop-.ebuild 
b/sys-power/powertop/powertop-.ebuild
index a53eb03..0b5a0ba 100644
--- a/sys-power/powertop/powertop-.ebuild
+++ b/sys-power/powertop/powertop-.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
+EAPI="6"
 
 inherit eutils linux-info
 if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="git://github.com/fenrus75/powertop.git"
-   inherit git-2 autotools
+   inherit git-r3 autotools
SRC_URI=""
 else
SRC_URI="https://01.org/sites/default/files/downloads/${PN}/${P}.tar.gz";
@@ -37,8 +37,6 @@ RDEPEND="
virtual/libintl
 "
 
-DOCS=( TODO README )
-
 pkg_setup() {
CONFIG_CHECK="
~X86_MSR
@@ -95,10 +93,11 @@ pkg_setup() {
 }
 
 src_prepare() {
+   default
if [[ ${PV} == "" ]] ; then
+   chmod +x scripts/version || die "Failed to make 
'scripts/version' executable"
+   scripts/version || die "Failed to extract version information"
eautoreconf
-   else
-   default
fi
 }
 



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

2016-11-20 Thread Yixun Lan
commit: 220e6f627c5c3351b651aa8cf289a9bd7c3a2b0c
Author: Yixun Lan  gentoo  org>
AuthorDate: Sun Nov 20 16:40:56 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Nov 20 16:43:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=220e6f62

sys-cluster/keepalived: version bump

Gentoo-Bug: 596006

Package-Manager: portage-2.3.2

 sys-cluster/keepalived/Manifest |  1 +
 sys-cluster/keepalived/keepalived-1.2.24.ebuild | 61 +
 2 files changed, 62 insertions(+)

diff --git a/sys-cluster/keepalived/Manifest b/sys-cluster/keepalived/Manifest
index 809a370..1680354 100644
--- a/sys-cluster/keepalived/Manifest
+++ b/sys-cluster/keepalived/Manifest
@@ -3,4 +3,5 @@ DIST keepalived-1.2.19.tar.gz 330164 SHA256 
32fbae732c1cd854cacd7a930d4a26f5bad6
 DIST keepalived-1.2.2.tar.gz 249557 SHA256 
4c05dbd149af120506b4f3a66b4016e30d9ad112e4c26a602e28c366705de8c0 SHA512 
1ac581c94be846822ef0ea7f3d2084b4a64ebc2cf77f9e41248169daa3319adcdeb8bd2bef2b3ce6630ae620f4b2ab7e9e949881d7efcc3d359004f0ff316ae8
 WHIRLPOOL 
13ad7a3f97619951f40dd3a7e43253d218b8bb9515c4b9c551125df2d6d6fe1cbf2761e88b54733498adf782aeae10f55ee267c58c297f1765fa86939edc1a00
 DIST keepalived-1.2.22.tar.gz 472770 SHA256 
0e386ec0bcad19c202330020a58a0d10b82ca9c107e4d07913664f93cd3df42a SHA512 
41b13341cd516e9d6b688d8275271040e6847f62cc3cd488b6a7cf2c200fc06b0efd2f86dfa7a39af4e72157042494f00b60476d1feb6648aae0df0a1a3c5cbf
 WHIRLPOOL 
0f4f882e12c410bc37dbf67e1b5a145e8e04b8da36c73ca3d1eccfec1e96bfaab0d533ed09599219e9bcb41132f62c8d0fe259584bc2d7944bb778cb824cb4e5
 DIST keepalived-1.2.23.tar.gz 476278 SHA256 
19e432bcf10ff3e801aa87acf84113a0b57d31524c3ca8866f13ffeb0475d910 SHA512 
5879965990f5ad54493d2aa85fbd11ad486d76fe00848c63d293240d7d19ced81ff4f1e4a51cea5b85632b74e800eadd1cf4b2a8fa106abec896a1739f68336a
 WHIRLPOOL 
b32c9d95209f92835d65a4f3f3b9685b0c6abb60067284c4ebee790c647caed180f55e7b5329efba591e1d9a4c381909c222dbae37c9299494d55be1fae6
+DIST keepalived-1.2.24.tar.gz 601873 SHA256 
3071804478077e606197a2348b5733d7d53af2843906af5e0d544945565c36ef SHA512 
a5e555dd955173887896155a04b1f6bb0c2f2a758008472abd5433b057be3fd85e4f270a7b7eb2f36a1c16e46b235ef930b1844938276528ff61bbdd783bb1f5
 WHIRLPOOL 
03bb40cc499139679a5ca1446334459ef92e8acabce1d7359a30330d2afedc6f425e0226c0f98cabebe05310aac538f503c49627ed46091f132f042213392c5d
 DIST keepalived_1.2.2-3.diff.gz 9856 SHA256 
104213b98e80c5de7c04ff0a409b88c6aad30f727516f26871fa77dcbdc74aa6 SHA512 
d42dc7c591e4134e155e4e8db3cb7ccbf5098f02f09cb9ecfc5b18c43f8c497360018e4584b7f77169b15ca0b28ec84f340dd5c336fc53e3338c62bce0fe1478
 WHIRLPOOL 
4eefb8765fc78365472687af6d2742c1cdb3eb2ee0e3d0570e5c82e478054547797aaa823786bae73a31bc4b752c334ab6e4784f86f457b140b01ef9a72336aa

diff --git a/sys-cluster/keepalived/keepalived-1.2.24.ebuild 
b/sys-cluster/keepalived/keepalived-1.2.24.ebuild
new file mode 100644
index ..032bd7b
--- /dev/null
+++ b/sys-cluster/keepalived/keepalived-1.2.24.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="A strong & robust keepalive facility to the Linux Virtual Server 
project"
+HOMEPAGE="http://www.keepalived.org/";
+SRC_URI="http://www.keepalived.org/software/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE="debug ipv6 snmp"
+
+RDEPEND="dev-libs/popt
+   sys-apps/iproute2
+   dev-libs/libnl:=
+   dev-libs/openssl:=
+   snmp? ( net-analyzer/net-snmp )
+   net-libs/libnfnetlink"
+DEPEND="${RDEPEND}
+   >=sys-kernel/linux-headers-2.6.30"
+
+DOCS=( README CONTRIBUTORS INSTALL ChangeLog AUTHOR TODO
+   doc/keepalived.conf.SYNOPSIS doc/NOTE_vrrp_vmac.txt )
+
+src_prepare() {
+   eautoreconf
+   default
+}
+
+src_configure() {
+   STRIP=/bin/true \
+   econf \
+   --with-kernel-dir=/usr \
+   --enable-vrrp \
+   $(use_enable debug) \
+   $(use_enable snmp)
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/keepalived.init keepalived
+   newconfd "${FILESDIR}"/keepalived.confd keepalived
+
+   use snmp && dodoc doc/KEEPALIVED-MIB
+
+   docinto genhash
+   dodoc genhash/README genhash/AUTHOR genhash/ChangeLog
+   # This was badly named by upstream, it's more HOWTO than anything else.
+   newdoc INSTALL INSTALL+HOWTO
+
+   # Security risk to bundle SSL certs
+   rm -f "${ED}"/etc/keepalived/samples/*.pem
+   # Clean up sysvinit files
+   rm -rf "${ED}"/etc/sysconfig "${ED}"/etc/rc.d/
+}



[gentoo-commits] repo/gentoo:master commit in: www-client/firefox/

2016-11-20 Thread Agostino Sarubbo
commit: 531b9211c59b93f39bc01bfd313c0ea99811ed7a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Nov 20 16:21:27 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Nov 20 16:21:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=531b9211

www-client/firefox: x86 stable wrt bug #599924

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-client/firefox/firefox-45.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/firefox/firefox-45.5.0.ebuild 
b/www-client/firefox/firefox-45.5.0.ebuild
index 428c643..aec960e 100644
--- a/www-client/firefox/firefox-45.5.0.ebuild
+++ b/www-client/firefox/firefox-45.5.0.ebuild
@@ -38,7 +38,7 @@ inherit check-reqs flag-o-matic toolchain-funcs eutils 
gnome2-utils mozconfig-v6
 DESCRIPTION="Firefox Web Browser"
 HOMEPAGE="http://www.mozilla.com/firefox";
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux 
~x86-linux"
 
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"



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

2016-11-20 Thread Agostino Sarubbo
commit: d4e9bdb9ab66b58e75121e05270672a0d4aa9465
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Nov 20 16:21:35 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Nov 20 16:21:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4e9bdb9

mail-client/thunderbird: x86 stable wrt bug #599924

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/mail-client/thunderbird/thunderbird-45.5.0.ebuild 
b/mail-client/thunderbird/thunderbird-45.5.0.ebuild
index 5d26d33..3bd3baa 100644
--- a/mail-client/thunderbird/thunderbird-45.5.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-45.5.0.ebuild
@@ -38,7 +38,7 @@ inherit flag-o-matic toolchain-funcs mozconfig-v6.45 makeedit 
autotools pax-util
 DESCRIPTION="Thunderbird Mail Client"
 HOMEPAGE="http://www.mozilla.com/en-US/thunderbird/";
 
-KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
 IUSE="bindist crypt hardened ldap lightning +minimal mozdom selinux"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/konsole/files/, kde-apps/konsole/

2016-11-20 Thread Michael Palimaka
commit: 733c84ea8d919028598111f0f551f287119417fc
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 20 16:20:22 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 20 16:20:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=733c84ea

kde-apps/konsole: backport patch from upstream making the file filter optional

The file filter was introduced in 16.08 and can cause high CPU usage and
general lag in konsole. This backports a commit from 16.12 making the file
filter optional and disabled by default.

KDE-bug: 367882
KDE-bug: 368234

Package-Manager: portage-2.3.2

 .../konsole/files/konsole-16.08.3-filefilter.patch | 437 +
 kde-apps/konsole/konsole-16.08.3-r1.ebuild |  60 +++
 2 files changed, 497 insertions(+)

diff --git a/kde-apps/konsole/files/konsole-16.08.3-filefilter.patch 
b/kde-apps/konsole/files/konsole-16.08.3-filefilter.patch
new file mode 100644
index ..c842c37
--- /dev/null
+++ b/kde-apps/konsole/files/konsole-16.08.3-filefilter.patch
@@ -0,0 +1,437 @@
+From e434862050abe2ec48a0c506faf8e2a5f0fe99a9 Mon Sep 17 00:00:00 2001
+From: "Martin T. H. Sandsmark" 
+Date: Sun, 4 Sep 2016 14:12:02 +0200
+Subject: [PATCH] Make the config of file filters and url filters separate
+
+REVIEW: 128828
+BUG: 368234
+---
+ src/EditProfileDialog.cpp | 21 ---
+ src/EditProfileDialog.h   |  1 +
+ src/EditProfileDialog.ui  | 14 --
+ src/Profile.cpp   |  4 ++-
+ src/Profile.h |  9 +++
+ src/SessionController.cpp | 40 +---
+ src/SessionController.h   |  6 +
+ src/TerminalDisplay.cpp   | 67 ++-
+ src/TerminalDisplay.h | 16 ---
+ src/ViewManager.cpp   |  1 -
+ 10 files changed, 117 insertions(+), 62 deletions(-)
+
+diff --git a/src/EditProfileDialog.cpp b/src/EditProfileDialog.cpp
+index a85cd5b..1a94193 100644
+--- a/src/EditProfileDialog.cpp
 b/src/EditProfileDialog.cpp
+@@ -857,6 +857,7 @@ void EditProfileDialog::removeKeyBinding()
+ _ui->keyBindingList->model()->removeRow(selected.first().row());
+ }
+ }
++
+ void EditProfileDialog::showKeyBindingEditor(bool isNewTranslator)
+ {
+ QModelIndexList selected = 
_ui->keyBindingList->selectionModel()->selectedIndexes();
+@@ -1010,11 +1011,16 @@ void EditProfileDialog::scrollHalfPage()
+ }
+ void EditProfileDialog::setupMousePage(const Profile::Ptr profile)
+ {
+-BooleanOption  options[] = { {
++BooleanOption  options[] = {
++{
+ _ui->underlineLinksButton , Profile::UnderlineLinksEnabled,
+ SLOT(toggleUnderlineLinks(bool))
+ },
+ {
++_ui->underlineFilesButton , Profile::UnderlineFilesEnabled,
++SLOT(toggleUnderlineFiles(bool))
++},
++{
+ _ui->ctrlRequiredForDragButton, Profile::CtrlRequiredForDrag,
+ SLOT(toggleCtrlRequiredForDrag(bool))
+ },
+@@ -1057,7 +1063,7 @@ void EditProfileDialog::setupMousePage(const 
Profile::Ptr profile)
+ 
+ connect(_ui->tripleClickModeCombo, 
static_cast(&KComboBox::activated), this, 
&Konsole::EditProfileDialog::TripleClickModeChanged);
+ 
+-
_ui->openLinksByDirectClickButton->setEnabled(_ui->underlineLinksButton->isChecked());
++
_ui->openLinksByDirectClickButton->setEnabled(_ui->underlineLinksButton->isChecked()
 || _ui->underlineFilesButton->isChecked());
+ 
+ 
_ui->enableMouseWheelZoomButton->setChecked(profile->mouseWheelZoomEnabled());
+ connect(_ui->enableMouseWheelZoomButton, &QCheckBox::toggled, this, 
&Konsole::EditProfileDialog::toggleMouseWheelZoom);
+@@ -1163,7 +1169,16 @@ void EditProfileDialog::toggleBlinkingCursor(bool 
enable)
+ void EditProfileDialog::toggleUnderlineLinks(bool enable)
+ {
+ updateTempProfileProperty(Profile::UnderlineLinksEnabled, enable);
+-_ui->openLinksByDirectClickButton->setEnabled(enable);
++
++bool enableClick = _ui->underlineFilesButton->isChecked() || enable;
++_ui->openLinksByDirectClickButton->setEnabled(enableClick);
++}
++void EditProfileDialog::toggleUnderlineFiles(bool enable)
++{
++updateTempProfileProperty(Profile::UnderlineFilesEnabled, enable);
++
++bool enableClick = _ui->underlineLinksButton->isChecked() || enable;
++_ui->openLinksByDirectClickButton->setEnabled(enableClick);
+ }
+ void EditProfileDialog::toggleCtrlRequiredForDrag(bool enable)
+ {
+diff --git a/src/EditProfileDialog.h b/src/EditProfileDialog.h
+index 1195c14..febed0a 100644
+--- a/src/EditProfileDialog.h
 b/src/EditProfileDialog.h
+@@ -156,6 +156,7 @@ private slots:
+ void removeKeyBinding();
+ 
+ // mouse page
++void toggleUnderlineFiles(bool enable);
+ void toggleUnderlineLinks(bool);
+ void toggleOpenLinksByDirectClick(bool);
+ void toggleCtrlRequiredForDrag(bool);
+diff --git a/src/EditProfileDialog.ui b/src/EditProfileDialog.ui
+index 1acec37..45b93d3 100644
+--- 

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

2016-11-20 Thread Mike Gilbert
commit: f29adf534acbc354b1d27b2dd689108bf64f5ff1
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Nov 20 16:19:06 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Nov 20 16:21:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f29adf53

net-misc/openconnect: general ebuild cleanup

Package-Manager: portage-2.3.2_p8

 net-misc/openconnect/openconnect-.ebuild | 37 ++--
 1 file changed, 18 insertions(+), 19 deletions(-)

diff --git a/net-misc/openconnect/openconnect-.ebuild 
b/net-misc/openconnect/openconnect-.ebuild
index 7e5fb54..5f4b500 100644
--- a/net-misc/openconnect/openconnect-.ebuild
+++ b/net-misc/openconnect/openconnect-.ebuild
@@ -87,24 +87,25 @@ src_configure() {
if use doc; then
python_setup
else
-   # If the python cannot be found, the docs will not build
-   sed -e 's#"${ac_cv_path_PYTHON}"#""#' -i configure || die
+   export PYTHON=/bin/false
fi
 
-   # liboath not in portage
-   econf \
-   --with-vpnc-script="${EPREFIX}/etc/openconnect/openconnect.sh" \
-   --without-openssl-version-check \
-   $(use_enable static-libs static) \
-   $(use_enable nls ) \
-   $(use_with !gnutls openssl) \
-   $(use_with gnutls ) \
-   $(use_with libproxy) \
-   $(use_with lz4) \
-   $(use_with gssapi) \
-   $(use_with smartcard libpcsclite) \
-   $(use_with stoken) \
+   local myconf=(
+   --with-vpnc-script="${EPREFIX}/etc/openconnect/openconnect.sh"
+   --without-openssl-version-check
+   $(use_enable static-libs static)
+   $(use_enable nls)
+   $(use_with !gnutls openssl)
+   $(use_with gnutls)
+   $(use_with libproxy)
+   $(use_with lz4)
+   $(use_with gssapi)
+   $(use_with smartcard libpcsclite)
+   $(use_with stoken)
$(use_with java)
+   )
+
+   econf "${myconf[@]}"
 }
 
 DOC_CONTENTS="The init script for openconnect supports multiple vpn tunnels.
@@ -135,9 +136,8 @@ chmod 755 /etc/openconnect/vpn0/*
 "
 
 src_install() {
-   emake DESTDIR="${D}" install
+   default
 
-   dodoc AUTHORS TODO
newinitd "${FILESDIR}"/openconnect.init.in-r4 openconnect
dodir /etc/openconnect
insinto /etc/openconnect
@@ -148,8 +148,7 @@ src_install() {
newins "${FILESDIR}"/openconnect.logrotate openconnect
keepdir /var/log/openconnect
 
-   # Remove useless .la files
-   prune_libtool_files --all
+   prune_libtool_files
 
readme.gentoo_create_doc
 }



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

2016-11-20 Thread Jason Zaman
commit: 9da2545a243b8c618431675a83ea41a01e38058b
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Nov 20 10:54:45 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Nov 20 16:18:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9da2545a

xfce-extra/xfce4-battery-plugin: bump version and EAPI6

Package-Manager: portage-2.3.0

 xfce-extra/xfce4-battery-plugin/Manifest   |  2 +-
 ...99.ebuild => xfce4-battery-plugin-1.1.0.ebuild} | 30 +++---
 2 files changed, 22 insertions(+), 10 deletions(-)

diff --git a/xfce-extra/xfce4-battery-plugin/Manifest 
b/xfce-extra/xfce4-battery-plugin/Manifest
index 33b36af..b463eed 100644
--- a/xfce-extra/xfce4-battery-plugin/Manifest
+++ b/xfce-extra/xfce4-battery-plugin/Manifest
@@ -1,2 +1,2 @@
 DIST xfce4-battery-plugin-1.0.5.tar.bz2 403505 SHA256 
f659b1af40ab72c93448affaa693ab551827a5600ce9b97a799b7c2419bdeb11 SHA512 
f49f33178a771b952442f498cee2c722146c9982cb27453e6547a7c7838eaa0a22588a7d2a56f189f7e9e7b90ed7e5ac7a4e6cfee55dc5e43d32c5ef95b20062
 WHIRLPOOL 
c23fff115afc9b5660ccf64332d71123d2e9161d9d79c5d66cc7aca12e5d904836b51e314053e0b571a044d70dbc64f0bb9592e79596fc9ee87f56376e120735
-DIST xfce4-battery-plugin-1.0.99.tar.bz2 415377 SHA256 
d0cf48209b969510da82201b00f7c959105ff63b473fa4cd76e011c784626c41 SHA512 
5c9de4d8f688f450f19bfe09ef410c7a8e3049e43ce613aa2dc250ea9097721e2839357e60d2926a4d2812ef7178d079ba7caa8c9899cfac9b78c018bbbf503d
 WHIRLPOOL 
10643cfb4f0c5dd2c6e85fdc979c130a027b5fcf52224a15b957c733267479e8d33451e5e89ab5d1a4669fbcefd0ebc20d19735f180bc2f90f008514825e88b9
+DIST xfce4-battery-plugin-1.1.0.tar.bz2 398621 SHA256 
8c9deec8d95da4cc39d6d9091433e5822b6bbe07d80117045dd4dd3480427ece SHA512 
d3f5b6d3657abfba2c4c5cb3ab8ddc87f4862f24eb614cb91af48332b3082c3dce7f32eb2e3cb8a9d501ddb01c6259c4fbfbab8ed9c221633e47eb17c623cf09
 WHIRLPOOL 
c331731410c67ef6a231726f9797871daed0f7a95bb2bc167ed09c35ed8184ce51cac359f924cfe43065a134fc4aeb85655bc27ed930cc131cb4ed64faed1ffc

diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.99.ebuild 
b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.0.ebuild
similarity index 66%
rename from xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.99.ebuild
rename to xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.0.ebuild
index 06113d6..d407c3f 100644
--- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.99.ebuild
+++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.0.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-inherit linux-info xfconf
+EAPI=6
+inherit linux-info fdo-mime gnome2-utils
 
 DESCRIPTION="A battery monitor panel plugin for the Xfce desktop environment"
 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin";
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
-IUSE="debug kernel_linux"
+IUSE="kernel_linux"
 
 RDEPEND=">=dev-libs/glib-2.24:2=
>=x11-libs/gtk+-3.14:3=
@@ -23,15 +23,27 @@ DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig"
 
-pkg_setup() {
-   XFCONF=(
-   $(xfconf_use_debug)
-   )
-
-   DOCS=( AUTHORS ChangeLog NEWS README )
+DOCS=( AUTHORS ChangeLog NEWS README )
 
+pkg_setup() {
if use kernel_linux; then
CONFIG_CHECK="~ACPI_BATTERY"
linux-info_pkg_setup
fi
 }
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
+}



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

2016-11-20 Thread Jason Zaman
commit: be248f1c27e8b881daa9ad3afb6efb38ae59a189
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Nov 20 15:56:56 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Nov 20 16:19:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be248f1c

xfce-extra/xfce4-wavelan-plugin: bump version and EAPI6

Package-Manager: portage-2.3.0

 xfce-extra/xfce4-wavelan-plugin/Manifest   |  2 +-
 ...99.ebuild => xfce4-wavelan-plugin-0.6.0.ebuild} | 26 +++---
 2 files changed, 19 insertions(+), 9 deletions(-)

diff --git a/xfce-extra/xfce4-wavelan-plugin/Manifest 
b/xfce-extra/xfce4-wavelan-plugin/Manifest
index 6fb08f0..c4d5888 100644
--- a/xfce-extra/xfce4-wavelan-plugin/Manifest
+++ b/xfce-extra/xfce4-wavelan-plugin/Manifest
@@ -1,2 +1,2 @@
 DIST xfce4-wavelan-plugin-0.5.12.tar.bz2 302148 SHA256 
67dce45739f063b95e2bc2232c625277685887b1f84088316d919671b5500ac4 SHA512 
a25c6c576c5f8a76bb595137cf92fb6e18c7f5807bbe203d11cafdcbfdb9f6a4d8b7fd2322f448dab307eeb5067d44d1e41393b4aeb71fc1f0deca72af7c67cd
 WHIRLPOOL 
a258f17b2d958c0f41b8ef830365094ae8458a8faa47fe549de9b57c4ea51aeefb19de4afae3d9e6eb32bcfc9eb6e5a282da5f484db633d36ef69c1fe9c0babc
-DIST xfce4-wavelan-plugin-0.5.99.tar.bz2 319117 SHA256 
8152f38b5b407b038b4ed11256242c571a27fd4d0079b80696d538b92cc3f9fe SHA512 
f67a4ea22fedb57a3a58ae5b10c5161e5595d4fc9a3cd5cfc16d39b1d7ac3e7f7b7deff7e71287d47aba42e276c984c5518d42d4366b4d76cefd2e97e424dbc5
 WHIRLPOOL 
1126c3a49da60dce451e1e463aab81ed850262650efbc90f6338c27392a4178d1469ffa772185181fb96a569e967a3734e18a100f052dce5e88a1511e8f6f49b
+DIST xfce4-wavelan-plugin-0.6.0.tar.bz2 303220 SHA256 
4d5bd6654cfd077f3432b08d296f7bd052e765e51b77c629886a9542f4e5ecdc SHA512 
50dd069902d69071f0d4ab7036fa451ae6cdaca9fbeb56255d58a5864d4e4b3749267b1cc4b411e1073daac9678554f3d483d30aba759ef161425ba3cdd0306e
 WHIRLPOOL 
d5b0ed9c97e5cbf06fa64a5c0f5bbab3df96f856eae45f96150bd120035c3e3867ce913bd666c661f81eeaf6bf44d5217718c590d00902c5591bac7228dcb5ef

diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.99.ebuild 
b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild
similarity index 64%
rename from xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.99.ebuild
rename to xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild
index 533e019..fc52736 100644
--- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.99.ebuild
+++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-inherit xfconf
+EAPI=6
+inherit fdo-mime gnome2-utils
 
 DESCRIPTION="A panel plug-in to display wireless interface statistics"
 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin";
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-IUSE="debug kernel_linux"
+IUSE="kernel_linux"
 
 COMMON_DEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
>=xfce-base/xfce4-panel-4.12:="
@@ -23,10 +23,20 @@ DEPEND="${COMMON_DEPEND}
sys-devel/gettext
virtual/pkgconfig"
 
-pkg_setup() {
-   XFCONF=(
-   $(xfconf_use_debug)
-   )
+DOCS=( AUTHORS ChangeLog NEWS README THANKS )
 
-   DOCS=( AUTHORS ChangeLog NEWS README THANKS )
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
 }



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

2016-11-20 Thread Jason Zaman
commit: fd463710951c0caf9fcbec8d6f6dbc345208dcf5
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Nov 20 11:19:51 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Nov 20 16:18:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd463710

xfce-extra/xfce4-diskperf-plugin: bump version and EAPI6

Package-Manager: portage-2.3.0

 xfce-extra/xfce4-diskperf-plugin/Manifest  |  2 +-
 ...9.ebuild => xfce4-diskperf-plugin-2.6.0.ebuild} | 26 +++---
 2 files changed, 19 insertions(+), 9 deletions(-)

diff --git a/xfce-extra/xfce4-diskperf-plugin/Manifest 
b/xfce-extra/xfce4-diskperf-plugin/Manifest
index ebe851c..fd4de4d 100644
--- a/xfce-extra/xfce4-diskperf-plugin/Manifest
+++ b/xfce-extra/xfce4-diskperf-plugin/Manifest
@@ -1,2 +1,2 @@
 DIST xfce4-diskperf-plugin-2.5.5.tar.bz2 321446 SHA256 
cbeb0c00f97362eef3f135afb77947aef73e938bae0386250a122ac6644b521b SHA512 
ab0299246f228de6ae8597ccd14980111c28a774e6a41fcaa23cd50f978623fb3f4a20b61c19d0644e2c8062ca9037bf365cdec40f3174aa6d1a88a63a356fec
 WHIRLPOOL 
7078e23e8536cfaebd36c00a942758db8941df226cc1becf194f6245b5532647cdad99fde19efffcd057654143d4021455c4736a988a722ec2302185030a3735
-DIST xfce4-diskperf-plugin-2.5.99.tar.bz2 337057 SHA256 
41fd067b88c264bfe8126fa546a44cc5a1fc77c19f652313c1fbfed45db448ab SHA512 
9236274c42450e7c05cb99d4da4799bd76cac9d2fcdfa6311e5443f5f2416627e7e5af33c7ec0ac3bc3d1a699a6fc3483b347153cbcf9b73a764bbb3d9c93d0a
 WHIRLPOOL 
920e5a4ae6ea227f52544586ca103de0cc3b5e9a6e38825f0b6d465ac5ae2060ffd564900f0ae9138f8ab0a21e491215b0f0dd790df6064beb8e66b7456b11a1
+DIST xfce4-diskperf-plugin-2.6.0.tar.bz2 322865 SHA256 
4897f34ccd8c3d050f8d2d95652af6ab740a670a108bf01f582945779305900e SHA512 
5f225ac313eed3ea2da7f1a6e801ec0bc0370d79b25f45f54419c61e518870ca50dd1056f043b42634c725830f0dedfde6fb9def6e0214d044804492b8cade45
 WHIRLPOOL 
d6289cda060bae799d6d25a2bd7db45107b8770add6a7fb602fe8874fef8e22e8ee37d10d1a6cb64ca75c761fb90334fa8802ef6cdebc35d3c078f6dc55831b8

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.5.99.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.0.ebuild
similarity index 64%
rename from xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.5.99.ebuild
rename to xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.0.ebuild
index 7a658bb..a2cace0 100644
--- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.5.99.ebuild
+++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.0.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-inherit xfconf
+EAPI=6
+inherit fdo-mime gnome2-utils
 
 DESCRIPTION="A panel plug-in for disk usage and performance statistics"
 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin";
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ia64-linux ~x86-linux"
-IUSE="debug"
+IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
>=xfce-base/xfce4-panel-4.12:="
@@ -21,10 +21,20 @@ DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig"
 
-pkg_setup() {
-   XFCONF=(
-   $(xfconf_use_debug)
-   )
+DOCS=( AUTHORS ChangeLog NEWS README )
 
-   DOCS=( AUTHORS ChangeLog NEWS README )
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
 }



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

2016-11-20 Thread Jason Zaman
commit: a1ab5aa5faf838565ee9a2b68ffb97110678d336
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Nov 20 11:23:04 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Nov 20 16:18:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ab5aa5

xfce-extra/xfce4-fsguard-plugin: bump version and EAPI6

Package-Manager: portage-2.3.0

 xfce-extra/xfce4-fsguard-plugin/Manifest   |  2 +-
 ...99.ebuild => xfce4-fsguard-plugin-1.1.0.ebuild} | 26 +++---
 2 files changed, 19 insertions(+), 9 deletions(-)

diff --git a/xfce-extra/xfce4-fsguard-plugin/Manifest 
b/xfce-extra/xfce4-fsguard-plugin/Manifest
index 8eab14e..1c993e7 100644
--- a/xfce-extra/xfce4-fsguard-plugin/Manifest
+++ b/xfce-extra/xfce4-fsguard-plugin/Manifest
@@ -1,2 +1,2 @@
 DIST xfce4-fsguard-plugin-1.0.2.tar.bz2 356715 SHA256 
a2c8d59386ae3d23cf6bdd06a1cdd7a1b9473cf6f38ae106600b194c601040ae SHA512 
1539c3757c8ee232bcc686d641dbdc73d76a8ab699b3bd6f32d662954ca3225b93a823e510ccdd7d59aea090e97b06bd7c9e70997cdd33dd32f032e2414a3d14
 WHIRLPOOL 
71c573875014ae969f95fc0f01f517c64ef84b99be75053c0492a355b9dfa274319647ee7e5b9376612e598afffa0ce59048c899067fef93b0b83d72d975bc09
-DIST xfce4-fsguard-plugin-1.0.99.tar.bz2 365903 SHA256 
4f2da465f82b9362d51d5b23384a4946874bdf525b3f240d90ccafc6bb846fd7 SHA512 
a4a5b05bf246576a55eb2ab0eac1addb3ec31e4e5539ef4d22101d68701f6ba937f330350205bd8aba9339e8bcc5012c3c3b032941bd4e79d982654bd6f761ec
 WHIRLPOOL 
0709bebb1588b662fdca18f3d2c610563b7bcfd4d98246f416ed5762d5b69025d714719c72aa16619cb3ce66758f56ac726915b6fba598c0a9360051ebfc376c
+DIST xfce4-fsguard-plugin-1.1.0.tar.bz2 360463 SHA256 
6b038322b49d29625219e6a54497085b8f834b9c1fd15282ce286a6529d7c445 SHA512 
c5e49a045f1987d57c6e6d120ad25785d2f9ad4e97d07af3d40ab88c268b5b8417deba40e0277ecc1725092063fa2a7f94aa163579f04a419aad5b4e47c79d7d
 WHIRLPOOL 
5e9f1a416f165cb870ff27530bad27c6e925a36016bf12c827e9bbd1569d124e45d2869ae15ea884ee89e0cf111b7c8f2a2a326d25d972a5f738086779b4a07a

diff --git a/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.99.ebuild 
b/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.1.0.ebuild
similarity index 66%
rename from xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.99.ebuild
rename to xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.1.0.ebuild
index 9c4b88c..ecfba3c 100644
--- a/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.99.ebuild
+++ b/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.1.0.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-inherit xfconf
+EAPI=6
+inherit fdo-mime gnome2-utils
 
 DESCRIPTION="A filesystem guard plug-in for the Xfce panel"
 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin";
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="debug"
+IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
>=xfce-base/libxfce4util-4.8:=
@@ -22,10 +22,20 @@ DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig"
 
-pkg_setup() {
-   XFCONF=(
-   $(xfconf_use_debug)
-   )
+DOCS=( AUTHORS ChangeLog NEWS README )
 
-   DOCS=( AUTHORS ChangeLog NEWS README )
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
 }



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

2016-11-20 Thread Dirkjan Ochtman
commit: 2ff7a811dab79003a224c421d6bb1b0169eba5ba
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Sun Nov 20 16:19:34 2016 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Sun Nov 20 16:19:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ff7a811

dev-python/pyyaml: clean up insecure old version (see bug 52)

Package-Manager: portage-2.3.0

 dev-python/pyyaml/Manifest   |  1 -
 dev-python/pyyaml/pyyaml-3.11.ebuild | 42 
 2 files changed, 43 deletions(-)

diff --git a/dev-python/pyyaml/Manifest b/dev-python/pyyaml/Manifest
index 07652ec..2b9ac31 100644
--- a/dev-python/pyyaml/Manifest
+++ b/dev-python/pyyaml/Manifest
@@ -1,2 +1 @@
-DIST PyYAML-3.11.tar.gz 248685 SHA256 
c36c938a872e5ff494938b33b14aaa156cb439ec67548fcab3535bb78b0846e8 SHA512 
76de005f59e1842108399af53178cfac2c08ee5cc996cc38ab6ec8b046c6b894422c461a1f1ed1df91abf96f154d41170227912cae7336cff88adfd3c0e8d783
 WHIRLPOOL 
9b457a026a57d4b90e52629dafbd48a33ff3bf3a71c531857d33acfb7e7033b963c566d82d4fabaa0ae17f534b9d5a697a2407bdb24ab3ca9fd375b49e7932c2
 DIST PyYAML-3.12.tar.gz 253011 SHA256 
592766c6303207a20efc445587778322d7f73b161bd994f227adaa341ba212ab SHA512 
e16d8b7f4f026b6a95b11fb59c54ec5f114f6f516294eaa95e718abdf5d37c17a9c4b5e0a0a61fca04e801792d9b7fb801087cf849ff22b9581f6af204b1883a
 WHIRLPOOL 
ccea5e8931b8c57958f0cca0c58dfe71c42e878b233ba4d9a08aa361b874c06967998bb460772e311b42ecf4cb012a35c3aa9dbff620c6f413bbad8e3fffbaaf

diff --git a/dev-python/pyyaml/pyyaml-3.11.ebuild 
b/dev-python/pyyaml/pyyaml-3.11.ebuild
deleted file mode 100644
index 43301fc..
--- a/dev-python/pyyaml/pyyaml-3.11.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
-
-inherit distutils-r1
-
-MY_P="PyYAML-${PV}"
-
-DESCRIPTION="YAML parser and emitter for Python"
-HOMEPAGE="http://pyyaml.org/wiki/PyYAML https://pypi.python.org/pypi/PyYAML";
-SRC_URI="http://pyyaml.org/download/${PN}/${MY_P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
-IUSE="examples libyaml"
-
-RDEPEND="libyaml? ( dev-libs/libyaml )"
-DEPEND="${RDEPEND}
-   libyaml? ( $(python_gen_cond_dep 'dev-python/cython[${PYTHON_USEDEP}]' 
python2_7 'python3*') )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_configure_all() {
-   mydistutilsargs=( $(use_with libyaml) )
-}
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}
-   fi
-}



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

2016-11-20 Thread Jason Zaman
commit: aa5a02b0e71a3f6564aa529641f3433b5640ac68
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Nov 20 11:07:32 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Nov 20 16:18:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5a02b0

xfce-extra/xfce4-datetime-plugin: bump version and EAPI6

Package-Manager: portage-2.3.0

 xfce-extra/xfce4-datetime-plugin/Manifest  |  2 +-
 ...9.ebuild => xfce4-datetime-plugin-0.7.0.ebuild} | 28 +++---
 2 files changed, 20 insertions(+), 10 deletions(-)

diff --git a/xfce-extra/xfce4-datetime-plugin/Manifest 
b/xfce-extra/xfce4-datetime-plugin/Manifest
index 7bb9775..f789b4d 100644
--- a/xfce-extra/xfce4-datetime-plugin/Manifest
+++ b/xfce-extra/xfce4-datetime-plugin/Manifest
@@ -1,2 +1,2 @@
 DIST xfce4-datetime-plugin-0.6.2.tar.bz2 287129 SHA256 
9734da671e8d1d7de5fae92093a05d653c9245b838542fb9aff3e10368cc9e2c SHA512 
53d7b28c125bf74479d4788b2cb9462d3d5252bca9ab4c615fcd98e63b2dd4b30d2492214b447169e0f895449051f1f001323cb0435e41365fd5b992283c4e6d
 WHIRLPOOL 
a86415cc4f5c38581822985d4ea5a7e76bd6c007249c9dc2df45fd42c51006227fe65be032d03f0daddfedb1fec8c238059632cd873420fd93502516034aa6f6
-DIST xfce4-datetime-plugin-0.6.99.tar.bz2 291976 SHA256 
4c736ef9db039e5d8edd69280dde40c8171296f326531b67064e40ffe4739f35 SHA512 
5f19bf31b50bbb3c4f0cb8eaf1c690eabcb0316a2b49b6097ae7a4a4fd36735193a0c8c2e73c50fde0a75c3a21c755ba7e768fa4827cf4e9628fcd8c0620bcbe
 WHIRLPOOL 
4eced2ef2ae74d393ac7c920f770b6c6d2560776c4f23009ae1dba5ca65de3dc468150aa386a32865d567f23144d0b48b66e64d27ba17aaf97e45e64df995786
+DIST xfce4-datetime-plugin-0.7.0.tar.bz2 283142 SHA256 
297f3077f7aee52a237449fbd8595e232267bc600b5b9e7ddc5baab306ed67b9 SHA512 
a6d12a5f30fd6f5d0cfa85e50ed261c09378ff9f74897c5b30aef491c0f81a1985c033a416c9e080c1b07551666e1c6d1b1a1d75b5fac72dd71417ec23a640f7
 WHIRLPOOL 
bedd2e64d95d76f552a4cd7045eded1653e27197286018f34b3db96223dcade8bea0d1dd660af40d72b2e47bb7e883ab4c14cf94ebff8d186a8ccdb538244fbd

diff --git 
a/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.99.ebuild 
b/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.7.0.ebuild
similarity index 58%
rename from xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.99.ebuild
rename to xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.7.0.ebuild
index 646557c..e434bfb 100644
--- a/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.99.ebuild
+++ b/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.7.0.ebuild
@@ -2,17 +2,17 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-inherit xfconf
+EAPI=6
+inherit fdo-mime gnome2-utils
 
 DESCRIPTION="A panel plug-in with date, time and embedded calender"
 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin";
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.6/${P}.tar.bz2"
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="debug"
+IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
>=xfce-base/xfce4-panel-4.12:="
@@ -21,10 +21,20 @@ DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig"
 
-pkg_setup() {
-   XFCONF=(
-   $(xfconf_use_debug)
-   )
+DOCS=( AUTHORS ChangeLog NEWS THANKS )
 
-   DOCS=( AUTHORS ChangeLog NEWS THANKS )
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
 }



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

2016-11-20 Thread Jason Zaman
commit: ba1493f61cf2e422c1bd060e3f8bf8b437a7099b
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Nov 20 14:01:27 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Nov 20 16:18:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba1493f6

xfce-extra/xfce4-smartbookmark-plugin: bump version and EAPI6

Package-Manager: portage-2.3.0

 xfce-extra/xfce4-smartbookmark-plugin/Manifest |  2 +-
 ...ild => xfce4-smartbookmark-plugin-0.5.0.ebuild} | 31 +++---
 2 files changed, 22 insertions(+), 11 deletions(-)

diff --git a/xfce-extra/xfce4-smartbookmark-plugin/Manifest 
b/xfce-extra/xfce4-smartbookmark-plugin/Manifest
index 102ce41..447265a 100644
--- a/xfce-extra/xfce4-smartbookmark-plugin/Manifest
+++ b/xfce-extra/xfce4-smartbookmark-plugin/Manifest
@@ -1,2 +1,2 @@
 DIST xfce4-smartbookmark-plugin-0.4.6.tar.bz2 280664 SHA256 
3bed2b322cd39ce5845d6da07938c702260f3f1a9700b690ef377fba752ba24f SHA512 
1d08b26761189d5e3b9d6a3e7f8a6bad8b73cc48ecf6d41c675bb13cc1074f48aca94e953b8d6cc97259c64c4f9f0aca9f0b0680fc4c6a9f01b13898175a5645
 WHIRLPOOL 
35adc639db061cb3158ad274cdfecfa0a8ad47399c8ee308086b12f4f6c4e6818522154e06217e75f56ee1e52abfb132c837aeba40b91f19aa4d49c5392eb69b
-DIST xfce4-smartbookmark-plugin-0.4.99.tar.bz2 293553 SHA256 
5b833140aae4a0b7539b2446b535ad7fbbdaf4ba1cfcd8623956aa9c49047bea SHA512 
a7dd7284ed9a3c80033dc6ad6ec971f9ab24aec6fbecfc9c55f8727e5d2bbe6859b0577ea3120d35f5c4cf88957e485fe61bd2af7c18ae2619e998638a94dc36
 WHIRLPOOL 
d751f8838a766c12f2a47d3b83be3ecf0a236d70ee7249ed0fcc03480d68ab51f8e9c20dea785d9d38d4d1d4c93e78c97870ff1a46b59cdef4d578a75e3baf39
+DIST xfce4-smartbookmark-plugin-0.5.0.tar.bz2 280988 SHA256 
139539c58d54d878de86ef8a882c793cd909981e6b888f7f9d5e230a8fe310a4 SHA512 
0514a1159cb5218af73d28897a218c369a64b9c3a7c286c0bf45ad404773ccaa49af5c8b0492e38f56f8089a2ec79b0434de93388d960b993ad67cecef5315cc
 WHIRLPOOL 
72ba1d00450762a35f60c65a58bd50acf36a89f997ca84a4ec40985578ebb4c984e48ee733e14e81e91f5c8aa838efbc27458b31a807dab653bab6fb22cbbdcb

diff --git 
a/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.4.99.ebuild
 b/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.5.0.ebuild
similarity index 69%
rename from 
xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.4.99.ebuild
rename to 
xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.5.0.ebuild
index aaa0366..5c22e3c 100644
--- 
a/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.4.99.ebuild
+++ 
b/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.5.0.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-inherit xfconf
+EAPI=6
+inherit fdo-mime gnome2-utils
 
 DESCRIPTION="Smart bookmark plug-in for the Xfce desktop environment"
 
HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin";
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="debug"
+IUSE=""
 
 COMMON_DEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
>=xfce-base/xfce4-panel-4.12:="
@@ -21,15 +21,26 @@ DEPEND="${COMMON_DEPEND}
sys-devel/gettext
virtual/pkgconfig"
 
-pkg_setup() {
-   XFCONF=(
-   $(xfconf_use_debug)
-   )
+DOCS=( AUTHORS ChangeLog NEWS README )
 
-   DOCS=( AUTHORS ChangeLog NEWS README )
-}
 src_prepare() {
# substitute default bugtracker
sed -i -e '/bugs/s:bugs\.debian:bugs.gentoo:' src/smartbookmark.c || die
-   xfconf_src_prepare
+   default
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
 }



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

2016-11-20 Thread Jason Zaman
commit: cf421fd00d2c33ef6b4254ff4c6d6a476e6dc843
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Nov 20 16:08:32 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Nov 20 16:19:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf421fd0

xfce-extra/xfce4-mpc-plugin: bump version and EAPI6

Package-Manager: portage-2.3.0

 xfce-extra/xfce4-mpc-plugin/Manifest   |  2 +-
 ...0.4.99.ebuild => xfce4-mpc-plugin-0.5.0.ebuild} | 31 +++---
 2 files changed, 23 insertions(+), 10 deletions(-)

diff --git a/xfce-extra/xfce4-mpc-plugin/Manifest 
b/xfce-extra/xfce4-mpc-plugin/Manifest
index 531feb3..bd8ca10 100644
--- a/xfce-extra/xfce4-mpc-plugin/Manifest
+++ b/xfce-extra/xfce4-mpc-plugin/Manifest
@@ -1,2 +1,2 @@
 DIST xfce4-mpc-plugin-0.4.5.tar.bz2 284335 SHA256 
e71f57a28915c57459d6ce0e1d0934f523c0ed083158c3d3b3836fc06fcf SHA512 
272331170396c0635800c692fe06ac5bf53d0a2b007c6a8939f1678b109942728f9f97787e5b33abf94a56de6b72f6ea4cb3348f4ac3593b0bf4ab4c1ef79a57
 WHIRLPOOL 
724d47c3db533cce4ad8fa4317a7ca8e0789024cb0996b4fb2ea00744e5e4d31b49511eed2a35824b51024f9c153af2bbcda72f3169a016a09a4f215fee881ee
-DIST xfce4-mpc-plugin-0.4.99.tar.bz2 289887 SHA256 
12248be50021825028fb46af0b3ff3610bd2c3496c07bce8c24682f0708ad157 SHA512 
76ab7e7b1eefd35d7ac7605fec62c6d530c48aba8334dd4e158d063f079306182f5fa49c30fc62db95ef09efa3536e42b4d875a3e814109eb16e3bfe3882407b
 WHIRLPOOL 
c0c00ea6dff96d153de101f1ffabad65b9041ef23457c9a68c2efe092539bbc91cb9a3658ad7cf093297ab785e6d1e107ee5b44e599e5f4541e054d73bf479ad
+DIST xfce4-mpc-plugin-0.5.0.tar.bz2 282688 SHA256 
f1320916ae3112e6825699652a502cebfa78bb006c649b42d3d331dfe57b6cb0 SHA512 
b6cd8c756d952e19bbd0be3a8385b0bdd647960708537a8997589c07e512560856aa78de2ed0c6267810aa7b33c4470facd45048158e373053dc30813e8ebaa1
 WHIRLPOOL 
f261088e30f557a4370411cb3f3794b91498ade414d969fb70fb74beb83743ba6f61162d6f05b92343db52f87dda387d65f74a29fedbe5e93997a0e02b00f53e

diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.99.ebuild 
b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild
similarity index 58%
rename from xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.99.ebuild
rename to xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild
index e4f1131..f0758d8 100644
--- a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.99.ebuild
+++ b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-inherit xfconf
+EAPI=6
+inherit fdo-mime gnome2-utils
 
 DESCRIPTION="Music Player Daemon (mpd) panel plugin"
 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin";
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 LICENSE="ISC"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="debug +libmpd"
+IUSE="+libmpd"
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
>=xfce-base/xfce4-panel-4.12:=
@@ -21,11 +21,24 @@ DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig"
 
-pkg_setup() {
-   XFCONF=(
-   $(use_enable libmpd)
-   $(xfconf_use_debug)
-   )
+DOCS=( AUTHORS ChangeLog README TODO )
 
-   DOCS=( AUTHORS ChangeLog README TODO )
+src_configure() {
+   econf $(use_enable libmpd)
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
 }



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

2016-11-20 Thread Jason Zaman
commit: f48e12f670faaa0d036b0247b042de5783edb2fc
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Nov 20 15:35:39 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Nov 20 16:18:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f48e12f6

xfce-extra/xfce4-systemload-plugin: bump version and EAPI6

Package-Manager: portage-2.3.0

 xfce-extra/xfce4-systemload-plugin/Manifest|  2 +-
 ...ebuild => xfce4-systemload-plugin-1.2.0.ebuild} | 31 +++---
 2 files changed, 23 insertions(+), 10 deletions(-)

diff --git a/xfce-extra/xfce4-systemload-plugin/Manifest 
b/xfce-extra/xfce4-systemload-plugin/Manifest
index ae55171..c9f2fcb 100644
--- a/xfce-extra/xfce4-systemload-plugin/Manifest
+++ b/xfce-extra/xfce4-systemload-plugin/Manifest
@@ -1,3 +1,3 @@
 DIST xfce4-systemload-plugin-1.1.1.tar.bz2 299695 SHA256 
1ac13efbe9e576c9effd5e0675574a57c8fd44cfee60d6e319eb4d03c1c8d9ae SHA512 
892f6645622fbb3581d612a78ff73466cfb407dca557260789d1f8f4e15ea729acbd4ec55e453a22e8ac92ab08aaf061ca61ef6634bed20f02ebf9cc02885227
 WHIRLPOOL 
b54b8212edc1227660c75e4be467fecc3f76e2096cff9dc3b576cf394b3e077ffba5b10efaf11fedc5fefcd7148f43802a28e39d1067714098b925f78b8baaa3
 DIST xfce4-systemload-plugin-1.1.2.tar.bz2 305948 SHA256 
b469b6b3a08ec29b9061151950d876d36bf25a3106ec77256923fdd6b5d18a7c SHA512 
4d2216a707991ca17e7a935a6836a5b4236c1ab38e1738a57f754d63aca3d183802e5e530563a6e31c754ba6e4cd225742b4f23170acb07277f18eaee682fd31
 WHIRLPOOL 
8191c03200a5db22d4e5c9ee34915cbcb5363a4ec6e5c20bf06e8f569bea137c9f7d590fd0fcca9f8cb99c5f1f51484fed736aad6ba90da536d4691e512a2e4a
-DIST xfce4-systemload-plugin-1.1.99.tar.bz2 326291 SHA256 
765a73c32b20b0417dffd933c05bb0873314db188ad8d4df6d0556ff884ee151 SHA512 
be6f3600ae01de2e8faaf4539042c102eaf275f6415cb18c8605dda828ce199e8c791f7c33f488cd5493f8155ee5c915c2de0698dc4c5f6f6a620e860bbdf3d4
 WHIRLPOOL 
e56bde154a63515df6e1940b7d5444995cbdc835fecd2bf21992cd3d823433c582141cea90a3f1564bf668e1c8e63ec13266aee48505ae4e9d1f384c9b2f9574
+DIST xfce4-systemload-plugin-1.2.0.tar.bz2 309425 SHA256 
4081d2c5ebda1c80d0eed48ae247a483ed4b15c8cb094fe009cb2304dda50cad SHA512 
bc31bd9b7cdee7adb20e4302bf04f33f8a7eb8053398dce4e55cdf66dc067e62fefa84a2904e616a3dffdc402c429def53e39038598b2ae3a142fdef83d9462d
 WHIRLPOOL 
83cfa132bf0393e015de57f131f86fab36cf3e0991c6520ae155450b230f94abcd84eea3355a3e16bf57f339e991f26b312d48411e23d3ae16fc0b1c7f3b6a57

diff --git 
a/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.99.ebuild 
b/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.0.ebuild
similarity index 63%
rename from 
xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.99.ebuild
rename to 
xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.0.ebuild
index 4dfd11e..18169f8 100644
--- a/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.99.ebuild
+++ b/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.0.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-inherit xfconf
+EAPI=6
+inherit fdo-mime gnome2-utils
 
 DESCRIPTION="System load plug-in for Xfce panel"
 
HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin";
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="debug upower"
+IUSE="upower"
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
>=xfce-base/xfce4-panel-4.12:=
@@ -21,11 +21,24 @@ DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig"
 
-pkg_setup() {
-   XFCONF=(
-   $(use_enable upower)
-   $(xfconf_use_debug)
-   )
+DOCS=( AUTHORS ChangeLog NEWS README )
 
-   DOCS=( AUTHORS ChangeLog NEWS README )
+src_configure() {
+   econf $(use_enable upower)
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
 }



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

2016-11-20 Thread Jason Zaman
commit: 0ce9b0bc19368c2a054a9ca0aec718c178232cf9
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Nov 20 11:24:34 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Nov 20 16:18:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce9b0bc

xfce-extra/xfce4-netload-plugin: bump version and EAPI6

Package-Manager: portage-2.3.0

 xfce-extra/xfce4-netload-plugin/Manifest   |  2 +-
 ...99.ebuild => xfce4-netload-plugin-1.3.0.ebuild} | 26 +++---
 2 files changed, 19 insertions(+), 9 deletions(-)

diff --git a/xfce-extra/xfce4-netload-plugin/Manifest 
b/xfce-extra/xfce4-netload-plugin/Manifest
index d3a6f99..c33308f 100644
--- a/xfce-extra/xfce4-netload-plugin/Manifest
+++ b/xfce-extra/xfce4-netload-plugin/Manifest
@@ -1,2 +1,2 @@
 DIST xfce4-netload-plugin-1.2.4.tar.bz2 361889 SHA256 
fface918822c012d806717116566e54947ad7613b9290b45a18e2d5ffb8730d3 SHA512 
e8b7e1d084acbe3785c5190d32c0941645be08ff735148ccd9ee03787168a390321b1945795ae9a3cc2a4ec56dfdae9cbac96fb6adbc66ec7b6c9bed845a1d51
 WHIRLPOOL 
5e00cc6cec80b49725b52d84cb232a624aa1527a5ee15f70e3aafad38858c42c2e5d1a1fb5fae164641f627bc93251ee8a26ea1981d582c28bbda0c10eb7b400
-DIST xfce4-netload-plugin-1.2.99.tar.bz2 366110 SHA256 
5685c6edf7d4c40628e9e395647f311cb0a661cfecec7cc5636ca4d46e4a8242 SHA512 
a85fccbb0c1ae85c8b7fbf97e9b5302fccde81dc75d760eef49a8f28e37963ce48c24c8f80c5421aeddc7a20c9ce04732f23cfc8a6549e9b130354cadd41126d
 WHIRLPOOL 
2d165a0598211293a5a041bc9d787df759f444eefdc66af7c09f63196c45a3be5ee90647e293c7d54641689c1f2f8e545c47fcbcf11f6c6db662c43d9ad7d9e3
+DIST xfce4-netload-plugin-1.3.0.tar.bz2 356229 SHA256 
615a280a1bc6c1e3f40755798217a230fd022f7744b095e7df978b63f25c8057 SHA512 
e8a6ce89fa565677a99e4ded9f7897ef6620e1ca78b7a6888de2da9b695672cab2efa93e075767bda0b9ce2ba45332ae368742cdfc4deeb4543ffeae780a71a8
 WHIRLPOOL 
c3f66c5f97546931a22bd8df4b98d1ad3988896837fc7b3aa0a29391e5f54344d27aa89cc8eab4086bb8e424101934a22f9fb6f4aa4c5d55318f5a600c693f06

diff --git a/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.2.99.ebuild 
b/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.3.0.ebuild
similarity index 64%
rename from xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.2.99.ebuild
rename to xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.3.0.ebuild
index 851891b..8832f43 100644
--- a/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.2.99.ebuild
+++ b/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.3.0.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-inherit xfconf
+EAPI=6
+inherit fdo-mime gnome2-utils
 
 DESCRIPTION="A network load plug-in for the Xfce panel"
 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin";
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="debug"
+IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
>=xfce-base/xfce4-panel-4.12:="
@@ -20,10 +20,20 @@ DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig"
 
-pkg_setup() {
-   XFCONF=(
-   $(xfconf_use_debug)
-   )
+DOCS=( AUTHORS ChangeLog NEWS README )
 
-   DOCS=( AUTHORS ChangeLog NEWS README )
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
 }



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

2016-11-20 Thread Agostino Sarubbo
commit: 60a05bd86151aa748cead6edbf21b7c433270b87
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Nov 20 16:16:12 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Nov 20 16:16:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60a05bd8

dev-python/pyyaml: alpha stable wrt bug #52

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pyyaml/pyyaml-3.12.ebuild 
b/dev-python/pyyaml/pyyaml-3.12.ebuild
index 94d6d16..27897d0 100644
--- a/dev-python/pyyaml/pyyaml-3.12.ebuild
+++ b/dev-python/pyyaml/pyyaml-3.12.ebuild
@@ -16,7 +16,7 @@ SRC_URI="http://pyyaml.org/download/${PN}/${MY_P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
 IUSE="examples libyaml"
 
 RDEPEND="libyaml? ( dev-libs/libyaml )"



[gentoo-commits] proj/tinderbox-cluster:master commit in: pym/tbc/

2016-11-20 Thread Magnus Granberg
commit: cc61c64c0c2bfb3bdfe32eb0030db2ab69483346
Author: Magnus Granberg  gentoo  org>
AuthorDate: Sun Nov 20 15:37:42 2016 +
Commit: Magnus Granberg  gentoo  org>
CommitDate: Sun Nov 20 15:37:42 2016 +
URL:
https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=cc61c64c

ImportError: No module named 'repoman.checks.ebuilds'

 pym/tbc/qachecks.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pym/tbc/qachecks.py b/pym/tbc/qachecks.py
index 892642f..976cb2a 100644
--- a/pym/tbc/qachecks.py
+++ b/pym/tbc/qachecks.py
@@ -14,7 +14,7 @@ from portage import os, _encodings, _unicode_decode, 
_unicode_encode
 from portage.exception import DigestException, FileNotFound, ParseError, 
PermissionDenied
 from _emerge.Package import Package
 from _emerge.RootConfig import RootConfig
-from repoman.checks.ebuilds.checks import run_checks
+from repoman.modules.scan.ebuild.checks import run_checks
 from tbc.repoman import repoman_main
 from tbc.sqlquerys import get_configmetadata_info, get_config_info, 
get_setup_info
 import portage



  1   2   >