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

2016-08-10 Thread Patrice Clement
commit: 7386f397410d6c8d4941d947e8a8ffaa81ac5511
Author: Nicholas Vinson  gmail  com>
AuthorDate: Sat Jul 23 17:40:59 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Aug 11 06:34:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7386f397

net-firewall/ufw: Properly handle cases where |RV| > 1.

Properly handle cases where REPLACING_VERSIONS has more than 1 element.

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

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

Signed-off-by: Patrice Clement  gentoo.org>

 net-firewall/ufw/ufw-0.35.ebuild | 16 +---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/net-firewall/ufw/ufw-0.35.ebuild b/net-firewall/ufw/ufw-0.35.ebuild
index 8fec635..e9f95f1 100644
--- a/net-firewall/ufw/ufw-0.35.ebuild
+++ b/net-firewall/ufw/ufw-0.35.ebuild
@@ -162,6 +162,9 @@ python_install_all() {
 }
 
 pkg_postinst() {
+   local print_check_req_warn
+   print_check_req_warn=false
+
if [[ -z ${REPLACING_VERSIONS} ]]; then
echo
elog "To enable ufw, add it to boot sequence and activate it:"
@@ -170,10 +173,17 @@ pkg_postinst() {
echo
elog "If you want to keep ufw logs in a separate file, take a 
look at"
elog "/usr/share/doc/${PF}/logging."
+   print_check_req_warn=true
+   else
+   for rv in ${REPLACING_VERSIONS}; do
+   local major=${rv%%.*}
+   local minor=${rv#${major}.}
+   if [[ ${major} -eq 0 && ${minor} -lt 34 ]]; then
+   print_check_req_warn=true
+   fi
+   done
fi
-   if [[ -z ${REPLACING_VERSIONS} ]] \
-   || [[ ${REPLACING_VERSIONS} < 0.34 ]];
-   then
+   if $print_check_req_warn; then
echo
elog "/usr/share/ufw/check-requirements script is installed."
elog "It is useful for debugging problems with ufw. However one"



[gentoo-commits] proj/gentoo-mate:master commit in: mate-base/caja/

2016-08-10 Thread NP Hardass
commit: f3613c7800b6b77e0ad06b0ef81c91b42edeb900
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Aug 11 05:52:13 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Aug 11 06:06:19 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=f3613c78

mate-base/caja: Set introspection slot operator per Gnome project policy

Package-Manager: portage-2.3.0

 mate-base/caja/{caja-1.10.4.ebuild => caja-1.10.4-r1.ebuild}| 2 +-
 mate-base/caja/{caja-1.12.7-r1.ebuild => caja-1.12.7-r2.ebuild} | 2 +-
 mate-base/caja/caja-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/mate-base/caja/caja-1.10.4.ebuild 
b/mate-base/caja/caja-1.10.4-r1.ebuild
similarity index 97%
rename from mate-base/caja/caja-1.10.4.ebuild
rename to mate-base/caja/caja-1.10.4-r1.ebuild
index 1a517fd..d8ee205 100644
--- a/mate-base/caja/caja-1.10.4.ebuild
+++ b/mate-base/caja/caja-1.10.4-r1.ebuild
@@ -40,7 +40,7 @@ RDEPEND="dev-libs/atk:0
x11-libs/libXrender:0
>=x11-libs/pango-1.1.2:0
virtual/libintl:0
-   introspection? ( >=dev-libs/gobject-introspection-0.6.4:0 )
+   introspection? ( >=dev-libs/gobject-introspection-0.6.4:= )
xmp? ( >=media-libs/exempi-1.99.5:2 )"
 
 DEPEND="${RDEPEND}

diff --git a/mate-base/caja/caja-1.12.7-r1.ebuild 
b/mate-base/caja/caja-1.12.7-r2.ebuild
similarity index 97%
rename from mate-base/caja/caja-1.12.7-r1.ebuild
rename to mate-base/caja/caja-1.12.7-r2.ebuild
index 37679f9..fc82f95 100644
--- a/mate-base/caja/caja-1.12.7-r1.ebuild
+++ b/mate-base/caja/caja-1.12.7-r2.ebuild
@@ -43,7 +43,7 @@ RDEPEND="dev-libs/atk:0
>=dev-libs/libunique-3:3
>=x11-libs/gtk+-3.0:3[introspection?]
)
-   introspection? ( >=dev-libs/gobject-introspection-0.6.4:0 )
+   introspection? ( >=dev-libs/gobject-introspection-0.6.4:= )
packagekit? ( app-admin/packagekit-base )
xmp? ( >=media-libs/exempi-1.99.5:2 )"
 

diff --git a/mate-base/caja/caja-.ebuild b/mate-base/caja/caja-.ebuild
index 31a266c..746eec3 100644
--- a/mate-base/caja/caja-.ebuild
+++ b/mate-base/caja/caja-.ebuild
@@ -43,7 +43,7 @@ RDEPEND="dev-libs/atk:0
>=dev-libs/libunique-3:3
>=x11-libs/gtk+-3.0:3[introspection?]
)
-   introspection? ( >=dev-libs/gobject-introspection-0.6.4:0 )
+   introspection? ( >=dev-libs/gobject-introspection-0.6.4:= )
packagekit? ( app-admin/packagekit-base )
xmp? ( >=media-libs/exempi-1.99.5:2 )"
 



[gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate-menus/

2016-08-10 Thread NP Hardass
commit: ce1c9263846cbefaaee2431af59950d88c67a61a
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Aug 11 05:32:58 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Aug 11 06:06:07 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=ce1c9263

mate-base/mate-menus: Set introspection slot operator per Gnome project policy

Package-Manager: portage-2.3.0

 .../{mate-menus-1.10.1.ebuild => mate-menus-1.10.1-r1.ebuild}   | 2 +-
 .../{mate-menus-1.12.0.ebuild => mate-menus-1.12.0-r1.ebuild}   | 2 +-
 mate-base/mate-menus/mate-menus-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/mate-base/mate-menus/mate-menus-1.10.1.ebuild 
b/mate-base/mate-menus/mate-menus-1.10.1-r1.ebuild
similarity index 96%
rename from mate-base/mate-menus/mate-menus-1.10.1.ebuild
rename to mate-base/mate-menus/mate-menus-1.10.1-r1.ebuild
index d1d0885..1ce1aae 100644
--- a/mate-base/mate-menus/mate-menus-1.10.1.ebuild
+++ b/mate-base/mate-menus/mate-menus-1.10.1-r1.ebuild
@@ -26,7 +26,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND=">=dev-libs/glib-2.36.0:2
virtual/libintl:0
-   introspection? ( >=dev-libs/gobject-introspection-0.6.7:0 )
+   introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
python? (
dev-python/pygtk:2[${PYTHON_USEDEP}]
${PYTHON_DEPS}

diff --git a/mate-base/mate-menus/mate-menus-1.12.0.ebuild 
b/mate-base/mate-menus/mate-menus-1.12.0-r1.ebuild
similarity index 96%
rename from mate-base/mate-menus/mate-menus-1.12.0.ebuild
rename to mate-base/mate-menus/mate-menus-1.12.0-r1.ebuild
index 994ee0d..d3d3db1 100644
--- a/mate-base/mate-menus/mate-menus-1.12.0.ebuild
+++ b/mate-base/mate-menus/mate-menus-1.12.0-r1.ebuild
@@ -23,7 +23,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND=">=dev-libs/glib-2.36.0:2
virtual/libintl:0
-   introspection? ( >=dev-libs/gobject-introspection-0.6.7:0 )
+   introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
python? (
dev-python/pygtk:2[${PYTHON_USEDEP}]
${PYTHON_DEPS}

diff --git a/mate-base/mate-menus/mate-menus-.ebuild 
b/mate-base/mate-menus/mate-menus-.ebuild
index 994ee0d..d3d3db1 100644
--- a/mate-base/mate-menus/mate-menus-.ebuild
+++ b/mate-base/mate-menus/mate-menus-.ebuild
@@ -23,7 +23,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND=">=dev-libs/glib-2.36.0:2
virtual/libintl:0
-   introspection? ( >=dev-libs/gobject-introspection-0.6.7:0 )
+   introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
python? (
dev-python/pygtk:2[${PYTHON_USEDEP}]
${PYTHON_DEPS}



[gentoo-commits] proj/gentoo-mate:master commit in: media-gfx/eom/

2016-08-10 Thread NP Hardass
commit: 8c3646d19ca2ba95b1047b5b863d8b7a56d47ad8
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Aug 11 06:02:15 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Aug 11 06:06:27 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=8c3646d1

media-gfx/eom: Set introspection slot operator per Gnome project policy

Package-Manager: portage-2.3.0

 media-gfx/eom/{eom-1.10.5-r3.ebuild => eom-1.10.5-r4.ebuild} | 2 +-
 media-gfx/eom/{eom-1.12.2-r1.ebuild => eom-1.12.2-r2.ebuild} | 2 +-
 media-gfx/eom/eom-.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-gfx/eom/eom-1.10.5-r3.ebuild 
b/media-gfx/eom/eom-1.10.5-r4.ebuild
similarity index 97%
rename from media-gfx/eom/eom-1.10.5-r3.ebuild
rename to media-gfx/eom/eom-1.10.5-r4.ebuild
index 04027b6..6d767c5 100644
--- a/media-gfx/eom/eom-1.10.5-r3.ebuild
+++ b/media-gfx/eom/eom-1.10.5-r4.ebuild
@@ -41,7 +41,7 @@ RDEPEND="
exif? (
>=media-libs/libexif-0.6.14:0
virtual/jpeg:0 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
jpeg? ( virtual/jpeg:0 )
lcms? ( media-libs/lcms:2 )
python? (

diff --git a/media-gfx/eom/eom-1.12.2-r1.ebuild 
b/media-gfx/eom/eom-1.12.2-r2.ebuild
similarity index 96%
rename from media-gfx/eom/eom-1.12.2-r1.ebuild
rename to media-gfx/eom/eom-1.12.2-r2.ebuild
index d84f8a1..af12c2f 100644
--- a/media-gfx/eom/eom-1.12.2-r1.ebuild
+++ b/media-gfx/eom/eom-1.12.2-r2.ebuild
@@ -42,7 +42,7 @@ RDEPEND="
)
!gtk3? ( >=x11-libs/gtk+-2.18:2[introspection?] )
gtk3? ( >=x11-libs/gtk+-3.0:3[introspection?] )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
jpeg? ( virtual/jpeg:0 )
lcms? ( media-libs/lcms:2 )
python? (

diff --git a/media-gfx/eom/eom-.ebuild b/media-gfx/eom/eom-.ebuild
index d84f8a1..af12c2f 100644
--- a/media-gfx/eom/eom-.ebuild
+++ b/media-gfx/eom/eom-.ebuild
@@ -42,7 +42,7 @@ RDEPEND="
)
!gtk3? ( >=x11-libs/gtk+-2.18:2[introspection?] )
gtk3? ( >=x11-libs/gtk+-3.0:3[introspection?] )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
jpeg? ( virtual/jpeg:0 )
lcms? ( media-libs/lcms:2 )
python? (



[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-power-manager/

2016-08-10 Thread NP Hardass
commit: 59bc5e82f1ba40b20c6bf91e731703540d983127
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Aug 11 04:50:35 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Aug 11 04:50:35 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=59bc5e82

mate-extra/mate-power-manager: Temporary solution for #586302

Package-Manager: portage-2.3.0

 ...r-manager-1.10.2.ebuild => mate-power-manager-1.10.2-r1.ebuild} | 7 ---
 ...r-manager-1.12.1.ebuild => mate-power-manager-1.12.1-r1.ebuild} | 7 ---
 mate-extra/mate-power-manager/mate-power-manager-.ebuild   | 7 ---
 mate-extra/mate-power-manager/metadata.xml | 3 +++
 4 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/mate-extra/mate-power-manager/mate-power-manager-1.10.2.ebuild 
b/mate-extra/mate-power-manager/mate-power-manager-1.10.2-r1.ebuild
similarity index 90%
rename from mate-extra/mate-power-manager/mate-power-manager-1.10.2.ebuild
rename to mate-extra/mate-power-manager/mate-power-manager-1.10.2-r1.ebuild
index a76aaac..5f3e8d5 100644
--- a/mate-extra/mate-power-manager/mate-power-manager-1.10.2.ebuild
+++ b/mate-extra/mate-power-manager/mate-power-manager-1.10.2-r1.ebuild
@@ -18,7 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
 
-IUSE="+applet gnome-keyring man policykit test unique"
+IUSE="+applet gnome-keyring man pm-utils policykit test unique"
 
 # Interactive testsuite.
 RESTRICT="test"
@@ -30,7 +30,6 @@ COMMON_DEPEND="app-text/rarian:0
>=mate-base/mate-desktop-1.10:0
>=media-libs/libcanberra-0.10:0[gtk]
>=sys-apps/dbus-1:0
-   || ( >=sys-power/upower-0.9.23:= >=sys-power/upower-pm-utils-0.9.23 )
>=x11-apps/xrandr-1.2:0
>=x11-libs/cairo-1:0
>=x11-libs/gdk-pixbuf-2.11:2
@@ -41,7 +40,9 @@ COMMON_DEPEND="app-text/rarian:0
>=x11-libs/libnotify-0.7:0
x11-libs/pango:0
applet? ( >=mate-base/mate-panel-1.10:0 )
-   gnome-keyring? ( >=gnome-base/libgnome-keyring-3:0 )"
+   gnome-keyring? ( >=gnome-base/libgnome-keyring-3:0 )
+   pm-utils? ( >=sys-power/upower-pm-utils-0.9.23 )
+   !pm-utils? ( >=sys-power/upower-0.9.23:= )"
 
 RDEPEND="${COMMON_DEPEND}
policykit? ( >=mate-extra/mate-polkit-1.8:0 )"

diff --git a/mate-extra/mate-power-manager/mate-power-manager-1.12.1.ebuild 
b/mate-extra/mate-power-manager/mate-power-manager-1.12.1-r1.ebuild
similarity index 92%
rename from mate-extra/mate-power-manager/mate-power-manager-1.12.1.ebuild
rename to mate-extra/mate-power-manager/mate-power-manager-1.12.1-r1.ebuild
index 62a91fb..ded161e 100644
--- a/mate-extra/mate-power-manager/mate-power-manager-1.12.1.ebuild
+++ b/mate-extra/mate-power-manager/mate-power-manager-1.12.1-r1.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="A session daemon for MATE that makes it easy to 
manage your laptop
 LICENSE="GPL-2"
 SLOT="0"
 
-IUSE="+applet gnome-keyring gtk3 man policykit test"
+IUSE="+applet gnome-keyring gtk3 man pm-utils policykit test"
 
 # Interactive testsuite.
 RESTRICT="test"
@@ -24,7 +24,6 @@ COMMON_DEPEND="app-text/rarian:0
>=dev-libs/glib-2.36:2
>=mate-base/mate-desktop-1.9[gtk3(-)=]
>=sys-apps/dbus-1:0
-   || ( >=sys-power/upower-0.9.23:= >=sys-power/upower-pm-utils-0.9.23 )
>=x11-apps/xrandr-1.3:0
>=x11-libs/cairo-1:0
>=x11-libs/gdk-pixbuf-2.11:2
@@ -44,7 +43,9 @@ COMMON_DEPEND="app-text/rarian:0
>=dev-libs/libunique-3:3
>=media-libs/libcanberra-0.10:0[gtk3]
>=x11-libs/gtk+-3.0:3
-   )"
+   )
+   pm-utils? ( >=sys-power/upower-pm-utils-0.9.23 )
+   !pm-utils? ( >=sys-power/upower-0.9.23:= )"
 
 RDEPEND="${COMMON_DEPEND}
policykit? ( >=mate-extra/mate-polkit-1.6[gtk3(-)=] )"

diff --git a/mate-extra/mate-power-manager/mate-power-manager-.ebuild 
b/mate-extra/mate-power-manager/mate-power-manager-.ebuild
index 62a91fb..ded161e 100644
--- a/mate-extra/mate-power-manager/mate-power-manager-.ebuild
+++ b/mate-extra/mate-power-manager/mate-power-manager-.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="A session daemon for MATE that makes it easy to 
manage your laptop
 LICENSE="GPL-2"
 SLOT="0"
 
-IUSE="+applet gnome-keyring gtk3 man policykit test"
+IUSE="+applet gnome-keyring gtk3 man pm-utils policykit test"
 
 # Interactive testsuite.
 RESTRICT="test"
@@ -24,7 +24,6 @@ COMMON_DEPEND="app-text/rarian:0
>=dev-libs/glib-2.36:2
>=mate-base/mate-desktop-1.9[gtk3(-)=]
>=sys-apps/dbus-1:0
-   || ( >=sys-power/upower-0.9.23:= >=sys-power/upower-pm-utils-0.9.23 )
>=x11-apps/xrandr-1.3:0
>=x11-libs/cairo-1:0
>=x11-libs/gdk-pixbuf-2.11:2
@@ -44,7 +43,9 @@ COMMON_DEPEND="app-text/rarian:0
>=dev-libs/libunique-3:3
>=media-libs/libcanberra-0.10:0[gtk3]
>=x11-libs/gtk+-3.0:3
-   )"
+   )
+   pm-utils? ( >=sys-power/upower-pm-utils-

[gentoo-commits] proj/gentoo-mate:master commit in: x11-themes/mate-themes-meta/

2016-08-10 Thread NP Hardass
commit: 2e4829e28c14136d7f2518c0c9c61d89d284e943
Author: NP-Hardass  gentoo  org>
AuthorDate: Tue Aug  9 21:05:32 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Tue Aug  9 21:05:32 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=2e4829e2

x11-themes/mate-themes-meta: drop support for old themes versioning

Package-Manager: portage-2.3.0

 .../mate-themes-meta-1.10-r1.ebuild| 34 --
 .../mate-themes-meta/mate-themes-meta-1.10.ebuild  | 27 ---
 .../mate-themes-meta/mate-themes-meta-1.12.ebuild  | 34 --
 .../mate-themes-meta--r1.ebuild| 40 --
 .../mate-themes-meta/mate-themes-meta-.ebuild  | 19 +-
 x11-themes/mate-themes-meta/metadata.xml   |  1 -
 6 files changed, 10 insertions(+), 145 deletions(-)

diff --git a/x11-themes/mate-themes-meta/mate-themes-meta-1.10-r1.ebuild 
b/x11-themes/mate-themes-meta/mate-themes-meta-1.10-r1.ebuild
deleted file mode 100644
index 27f88f1..000
--- a/x11-themes/mate-themes-meta/mate-themes-meta-1.10-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-if [[ ${PV} ==  ]]; then
-   MATE_BRANCH=
-else
-   inherit versionator
-   MATE_BRANCH="$(get_version_component_range 1-2)"
-   KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="Meta package to facilitate easy use of x11-themes/mate-themes"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage";
-SRC_URI=""
-
-LICENSE="metapackage"
-SLOT="0"
-IUSE="unsupported-gtk3"
-
-DEPEND=""
-RDEPEND="|| (
-   (
-   =x11-libs/gtk+-3.16*:3
-   =x11-themes/mate-themes-${MATE_BRANCH}*:0/3.16
-   )
-   (
-   =x11-libs/gtk+-3.18*:3
-   =x11-themes/mate-themes-${MATE_BRANCH}*:0/3.18
-   )
-   unsupported-gtk3? ( =x11-themes/mate-themes-${MATE_BRANCH}*:0 )
-   )"

diff --git a/x11-themes/mate-themes-meta/mate-themes-meta-1.10.ebuild 
b/x11-themes/mate-themes-meta/mate-themes-meta-1.10.ebuild
deleted file mode 100644
index 544dc31..000
--- a/x11-themes/mate-themes-meta/mate-themes-meta-1.10.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Meta package to facilitate easy use of x11-themes/mate-themes"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage";
-SRC_URI=""
-
-LICENSE="metapackage"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="|| (
-   (
-   =x11-libs/gtk+-3.16*:3
-   =x11-themes/mate-themes-1.10*:0/3.16
-   )
-   (
-   =x11-libs/gtk+-3.18*:3
-   =x11-themes/mate-themes-1.10*:0/3.18
-   )
-   =x11-themes/mate-themes-1.10*:0
-   )"

diff --git a/x11-themes/mate-themes-meta/mate-themes-meta-1.12.ebuild 
b/x11-themes/mate-themes-meta/mate-themes-meta-1.12.ebuild
deleted file mode 100644
index 27f88f1..000
--- a/x11-themes/mate-themes-meta/mate-themes-meta-1.12.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-if [[ ${PV} ==  ]]; then
-   MATE_BRANCH=
-else
-   inherit versionator
-   MATE_BRANCH="$(get_version_component_range 1-2)"
-   KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="Meta package to facilitate easy use of x11-themes/mate-themes"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage";
-SRC_URI=""
-
-LICENSE="metapackage"
-SLOT="0"
-IUSE="unsupported-gtk3"
-
-DEPEND=""
-RDEPEND="|| (
-   (
-   =x11-libs/gtk+-3.16*:3
-   =x11-themes/mate-themes-${MATE_BRANCH}*:0/3.16
-   )
-   (
-   =x11-libs/gtk+-3.18*:3
-   =x11-themes/mate-themes-${MATE_BRANCH}*:0/3.18
-   )
-   unsupported-gtk3? ( =x11-themes/mate-themes-${MATE_BRANCH}*:0 )
-   )"

diff --git a/x11-themes/mate-themes-meta/mate-themes-meta--r1.ebuild 
b/x11-themes/mate-themes-meta/mate-themes-meta--r1.ebuild
deleted file mode 100644
index 357e3de..000
--- a/x11-themes/mate-themes-meta/mate-themes-meta--r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-if [[ ${PV} ==  ]]; then
-   MATE_THEMES_V="."
-else
-   MATE_THEMES_V="*"
-   KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="Meta package to facilitate easy use of x11-themes/mate-themes"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage";
-S

[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-polkit/

2016-08-10 Thread NP Hardass
commit: 0a5fbb7f6c61d3186acc6c1e037ea5c9f109d919
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Aug 11 05:55:08 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Aug 11 06:06:22 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=0a5fbb7f

mate-extra/mate-polkit: Set introspection slot operator per Gnome project policy

Package-Manager: portage-2.3.0

 .../{mate-polkit-1.10.3.ebuild => mate-polkit-1.10.3-r1.ebuild} | 2 +-
 .../{mate-polkit-1.12.0-r1.ebuild => mate-polkit-1.12.0-r2.ebuild}  | 2 +-
 mate-extra/mate-polkit/mate-polkit-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/mate-extra/mate-polkit/mate-polkit-1.10.3.ebuild 
b/mate-extra/mate-polkit/mate-polkit-1.10.3-r1.ebuild
similarity index 95%
rename from mate-extra/mate-polkit/mate-polkit-1.10.3.ebuild
rename to mate-extra/mate-polkit/mate-polkit-1.10.3-r1.ebuild
index 3b140d5..2b42919 100644
--- a/mate-extra/mate-polkit/mate-polkit-1.10.3.ebuild
+++ b/mate-extra/mate-polkit/mate-polkit-1.10.3-r1.ebuild
@@ -27,7 +27,7 @@ RDEPEND=">=dev-libs/glib-2.36:2
virtual/libintl:0
accountsservice? ( sys-apps/accountsservice:0[introspection?] )
appindicator? ( dev-libs/libappindicator:2 )
-   introspection? ( >=dev-libs/gobject-introspection-0.6.2:0 )"
+   introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )"
 
 # We call gtkdocize so we need to depend on gtk-doc.
 DEPEND="${RDEPEND}

diff --git a/mate-extra/mate-polkit/mate-polkit-1.12.0-r1.ebuild 
b/mate-extra/mate-polkit/mate-polkit-1.12.0-r2.ebuild
similarity index 95%
rename from mate-extra/mate-polkit/mate-polkit-1.12.0-r1.ebuild
rename to mate-extra/mate-polkit/mate-polkit-1.12.0-r2.ebuild
index 2a44d67..7886fc2 100644
--- a/mate-extra/mate-polkit/mate-polkit-1.12.0-r1.ebuild
+++ b/mate-extra/mate-polkit/mate-polkit-1.12.0-r2.ebuild
@@ -29,7 +29,7 @@ RDEPEND=">=dev-libs/glib-2.36:2
>=x11-libs/gtk+-3.0:3[introspection?]
appindicator? ( dev-libs/libappindicator:3 )
)
-   introspection? ( >=dev-libs/gobject-introspection-0.6.2:0 )"
+   introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )"
 
 DEPEND="${RDEPEND}
dev-util/gtk-doc

diff --git a/mate-extra/mate-polkit/mate-polkit-.ebuild 
b/mate-extra/mate-polkit/mate-polkit-.ebuild
index 2a44d67..7886fc2 100644
--- a/mate-extra/mate-polkit/mate-polkit-.ebuild
+++ b/mate-extra/mate-polkit/mate-polkit-.ebuild
@@ -29,7 +29,7 @@ RDEPEND=">=dev-libs/glib-2.36:2
>=x11-libs/gtk+-3.0:3[introspection?]
appindicator? ( dev-libs/libappindicator:3 )
)
-   introspection? ( >=dev-libs/gobject-introspection-0.6.2:0 )"
+   introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )"
 
 DEPEND="${RDEPEND}
dev-util/gtk-doc



[gentoo-commits] proj/gentoo-mate:master commit in: mate-base/libmatekbd/

2016-08-10 Thread NP Hardass
commit: 528c84fa97b68c9af5a7d6cfa03f723c54c98610
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Aug 11 05:48:03 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Aug 11 06:06:15 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=528c84fa

mate-base/libmatekbd: Set introspection slot operator per Gnome project policy

Package-Manager: portage-2.3.0

 .../{libmatekbd-1.12.1-r1.ebuild => libmatekbd-1.12.1-r2.ebuild}| 2 +-
 mate-base/libmatekbd/libmatekbd-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mate-base/libmatekbd/libmatekbd-1.12.1-r1.ebuild 
b/mate-base/libmatekbd/libmatekbd-1.12.1-r2.ebuild
similarity index 93%
rename from mate-base/libmatekbd/libmatekbd-1.12.1-r1.ebuild
rename to mate-base/libmatekbd/libmatekbd-1.12.1-r2.ebuild
index 8ae8cfa..a43de1d 100644
--- a/mate-base/libmatekbd/libmatekbd-1.12.1-r1.ebuild
+++ b/mate-base/libmatekbd/libmatekbd-1.12.1-r2.ebuild
@@ -27,7 +27,7 @@ RDEPEND=">=dev-libs/glib-2.36:2
virtual/libintl:0
!gtk3? ( >=x11-libs/gtk+-2.24:2[introspection?] )
gtk3? ( >=x11-libs/gtk+-3.0:3[introspection?] )
-   introspection? ( >=dev-libs/gobject-introspection-0.6.7:0 )"
+   introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )"
 
 DEPEND="${RDEPEND}
sys-devel/gettext:*

diff --git a/mate-base/libmatekbd/libmatekbd-.ebuild 
b/mate-base/libmatekbd/libmatekbd-.ebuild
index 8ae8cfa..a43de1d 100644
--- a/mate-base/libmatekbd/libmatekbd-.ebuild
+++ b/mate-base/libmatekbd/libmatekbd-.ebuild
@@ -27,7 +27,7 @@ RDEPEND=">=dev-libs/glib-2.36:2
virtual/libintl:0
!gtk3? ( >=x11-libs/gtk+-2.24:2[introspection?] )
gtk3? ( >=x11-libs/gtk+-3.0:3[introspection?] )
-   introspection? ( >=dev-libs/gobject-introspection-0.6.7:0 )"
+   introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )"
 
 DEPEND="${RDEPEND}
sys-devel/gettext:*



[gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate-panel/

2016-08-10 Thread NP Hardass
commit: 8468441a39ea0db8feaa74002728924fee0c8f85
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Aug 11 05:29:26 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Aug 11 06:06:03 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=8468441a

mate-base/mate-panel: Set introspection slot operator per Gnome project policy

Package-Manager: portage-2.3.0

 .../{mate-panel-1.10.1.ebuild => mate-panel-1.10.1-r1.ebuild} | 4 ++--
 .../{mate-panel-1.12.2-r2.ebuild => mate-panel-1.12.2-r3.ebuild}  | 2 +-
 mate-base/mate-panel/mate-panel-.ebuild   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/mate-base/mate-panel/mate-panel-1.10.1.ebuild 
b/mate-base/mate-panel/mate-panel-1.10.1-r1.ebuild
similarity index 94%
rename from mate-base/mate-panel/mate-panel-1.10.1.ebuild
rename to mate-base/mate-panel/mate-panel-1.10.1-r1.ebuild
index 5fa916d..a7c601d 100644
--- a/mate-base/mate-panel/mate-panel-1.10.1.ebuild
+++ b/mate-base/mate-panel/mate-panel-1.10.1-r1.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$
 
@@ -44,7 +44,7 @@ RDEPEND="
x11-libs/libXau:0
>=x11-libs/libXrandr-1.2:0
virtual/libintl:0
-   introspection? ( >=dev-libs/gobject-introspection-0.6.7:0 )"
+   introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )"
 
 DEPEND="${RDEPEND}
app-text/docbook-xml-dtd:4.1.2

diff --git a/mate-base/mate-panel/mate-panel-1.12.2-r2.ebuild 
b/mate-base/mate-panel/mate-panel-1.12.2-r3.ebuild
similarity index 96%
rename from mate-base/mate-panel/mate-panel-1.12.2-r2.ebuild
rename to mate-base/mate-panel/mate-panel-1.12.2-r3.ebuild
index 7bdda8d..c901deb 100644
--- a/mate-base/mate-panel/mate-panel-1.12.2-r2.ebuild
+++ b/mate-base/mate-panel/mate-panel-1.12.2-r3.ebuild
@@ -48,7 +48,7 @@ RDEPEND="
>=x11-libs/gtk+-3.0:3[introspection?]
>=x11-libs/libwnck-3.0:3[introspection?]
)
-   introspection? ( >=dev-libs/gobject-introspection-0.6.7:0 )"
+   introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )"
 
 DEPEND="${RDEPEND}
app-text/docbook-xml-dtd:4.1.2

diff --git a/mate-base/mate-panel/mate-panel-.ebuild 
b/mate-base/mate-panel/mate-panel-.ebuild
index ac9f2fe..222f0ac 100644
--- a/mate-base/mate-panel/mate-panel-.ebuild
+++ b/mate-base/mate-panel/mate-panel-.ebuild
@@ -48,7 +48,7 @@ RDEPEND="
>=x11-libs/gtk+-3.0:3[introspection?]
>=x11-libs/libwnck-3.0:3[introspection?]
)
-   introspection? ( >=dev-libs/gobject-introspection-0.6.7:0 )"
+   introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )"
 
 DEPEND="${RDEPEND}
app-text/docbook-xml-dtd:4.1.2



[gentoo-commits] proj/gentoo-mate:master commit in: x11-themes/mate-themes/

2016-08-10 Thread NP Hardass
commit: 5f28e6b76c580f3b3a698a88e10ea5b16e00df59
Author: NP-Hardass  gentoo  org>
AuthorDate: Tue Aug  9 21:06:37 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Tue Aug  9 21:06:37 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=5f28e6b7

x11-themes/mate-themes: drop support for old themes versioning

Package-Manager: portage-2.3.0

 x11-themes/mate-themes/Manifest|  4 --
 .../mate-themes/mate-themes-1.10.5-r161.ebuild | 43 
 .../mate-themes/mate-themes-1.10.5-r181.ebuild | 43 
 .../mate-themes/mate-themes-1.12.2-r160.ebuild | 46 --
 .../mate-themes/mate-themes-1.12.2-r180.ebuild | 46 --
 .../mate-themes/mate-themes--r160.ebuild   | 46 --
 .../mate-themes/mate-themes--r180.ebuild   | 46 --
 .../mate-themes/mate-themes--r200.ebuild   | 46 --
 8 files changed, 320 deletions(-)

diff --git a/x11-themes/mate-themes/Manifest b/x11-themes/mate-themes/Manifest
index cee8ef4..8301a10 100644
--- a/x11-themes/mate-themes/Manifest
+++ b/x11-themes/mate-themes/Manifest
@@ -1,7 +1,3 @@
-DIST mate-themes-1.10.5-gtk3.16.tar.xz 3298772 SHA256 
ab754991ba2ef192db0857fe04334a5bdd6e9cbefc6cc509386a43c115b792cd SHA512 
3f936b38e37f221050a48763fcd35a5f1edcd54f2e6553c0ed2538f22feba89c604219153d1176cf4039eff57a9702331d766739d2df8d17bb383ece668e3319
 WHIRLPOOL 
806b0f49b335ec10cdf83461d6aa187c12689432b59175dab3f66049ed8c45aa9eb8455e5989ede92c0e34d0e25838e8c309c99752b6875556af79d93e4c2d44
-DIST mate-themes-1.10.5-gtk3.18.tar.xz 3302312 SHA256 
e26c100d0aaac979716d43d94957ef2fc679096f5bc3e350aac0f2d5bd966c90 SHA512 
444b965bc4b713d8ff4067769ffe992bc045681ca718eca348b3193e2bf29a3961526eb19ad885641df4c7274e9e8bc477a28c41e9624b4287a04cf2ab7fb4e2
 WHIRLPOOL 
d61bd0218737f2c404e4a981fe565490049a1ba738fa009424a9d0c3675ede0f5171a57fc3d1f2edc3d385d95878fd665929fe08f3f43eb2163a1ef3a134a86f
-DIST mate-themes-1.12.2-gtk3.16.tar.xz 4407100 SHA256 
17b8db7c77b9f0403ad2aba535126851f54f7f689ed900fa55e57d0424f313b8 SHA512 
e72dc7e04232aa6bb4eaec9ea5481b1f0f66fd765b6ad0e77aec673784c7d72972f8fa66f4d139d5e079d680685af6a019ae67afa353b513fb8165040638a902
 WHIRLPOOL 
58d60bb0382530e24592a9d70217eac74b33af5095f9556225c3da95c17e4827d11aa56cee5c547ff611175978a98956981dc64574fa6d6ee81e7dbfebcf9617
-DIST mate-themes-1.12.2-gtk3.18.tar.xz 4428500 SHA256 
ce96f97cbcd9e208321724f35492ed2f52f6354e56f46e1f30f27f55f4a3d94f SHA512 
b0980ef741403dabcf5f10e106ebd648c702b18df8831ba6e3338a9be1c9ce68e48375c75ca4fb41fbcdb6fdcacc198eeb1b54416910cca71a6baa6738aa94a0
 WHIRLPOOL 
67d1883d2f969126271bdcdde46b535cb6d5f91fc0fffa1a3a38f317660c4d88d0d3ab637108f84be3f0109de1ffb5fc97e0b5401d72a97deee824bc6192ff45
 DIST mate-themes-3.16.3.tar.xz 4304720 SHA256 
5ab8e1d2093993c9f87061289b51c431a5a1c303793c69e1abcaa9b38dbedab8 SHA512 
6edaec87c830bb88b9500ec106259e62767bc333d75bc4025866c42700c4cf8e2be0ab6c9d6b9518c5d89a5fc6cfc928eac3102c4354ef4cdd181f1e30eb5dfc
 WHIRLPOOL 
825d309e002182fc8a59dc2a907a431b0e8d76d9918d6ca8d2a87d5f21eb54f86d4493649eecfc857cec55f7840d438e47aff7c4ba72c83aa64d5e0a97d30744
 DIST mate-themes-3.18.3.tar.xz 4326564 SHA256 
c5628cf8b8e48bc3821fac68ec9d1d39f7e2b2b1f7acc23b2fa95a69e5a66f27 SHA512 
7138c1e49b843116812e43ce723af57845bfef9d2e1ff7f455c57f02f613b0a8ef7da6f641ac76dbf8209207d75327c1e101f09e8ac76b4ffa497c0a6167fa39
 WHIRLPOOL 
6c4ea6548669dbbfcaea04cac71719ef6676321a83577ad84b6c95516ede1c75ca37aada98a514dbcc6f3fcfc943b712eb57bbfd03da6e2cabd348c67d98cf3d
 DIST mate-themes-3.20.10.tar.xz 4254436 SHA256 
91c114fcb14979d88dae76a7e2e3b37f439f5daf0dd8a492c17a6174638b102e SHA512 
23f3e26c914480e85a4d1792e81885f720042c46b6850bc0096cea5d59112ed22f83fa79d4fb85a96d1b4210c5021179e8ac7cd1a3cfe4f640d1573349cf0895
 WHIRLPOOL 
d78dc5f607802be1885a4942e72b0cd7d068a60c4e87ce44f70fdf9cd65f27491befba55fb0f848b0bd972b3925c0d54dcc28dc49c66e9ccb911f3e88ac6181e

diff --git a/x11-themes/mate-themes/mate-themes-1.10.5-r161.ebuild 
b/x11-themes/mate-themes/mate-themes-1.10.5-r161.ebuild
deleted file mode 100644
index a0d14e8..000
--- a/x11-themes/mate-themes/mate-themes-1.10.5-r161.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="no"
-
-inherit gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-MATE_GTK_V="$(get_version_component_range 4- ${PVR})"
-MATE_GTK_NV="3.$(( ${MATE_GTK_V:1:2} + 1 ))" #variable to allow negation of 
=$P-1*
-MATE_GTK_V="3.${MATE_GTK_V:1:2}"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${PN}-gtk${MATE_GTK_V}-${PV}.tar.xz
 ->
-   ${P}-gtk${MATE_GTK_V}.tar.xz"
-DESCRIPTION="A set of MATE themes, with sets for users with limited or low 
vision"
-HOMEPAGE="http://mate-desktop.org";
-
-LICENSE="LGPL-2.1"
-SLOT="0/${MATE_GTK_V}"
-KEYWORD

[gentoo-commits] proj/gentoo-mate:master commit in: app-text/atril/

2016-08-10 Thread NP Hardass
commit: e75f516f8a2d49f681ac496913d2ae2f1e374625
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Aug 11 06:00:36 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Aug 11 06:06:24 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=e75f516f

app-text/atril: Set introspection slot operator per Gnome project policy

Package-Manager: portage-2.3.0

 app-text/atril/{atril-1.10.3-r2.ebuild => atril-1.10.3-r3.ebuild} | 2 +-
 app-text/atril/{atril-1.12.2-r2.ebuild => atril-1.12.2-r3.ebuild} | 2 +-
 app-text/atril/atril-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-text/atril/atril-1.10.3-r2.ebuild 
b/app-text/atril/atril-1.10.3-r3.ebuild
similarity index 97%
rename from app-text/atril/atril-1.10.3-r2.ebuild
rename to app-text/atril/atril-1.10.3-r3.ebuild
index 75ae659..6830cee 100644
--- a/app-text/atril/atril-1.10.3-r2.ebuild
+++ b/app-text/atril/atril-1.10.3-r3.ebuild
@@ -45,7 +45,7 @@ RDEPEND=">=app-text/poppler-0.16:0=[cairo]
)
epub? ( >=net-libs/webkit-gtk-2.4.3:2 )
gnome-keyring? ( >=app-crypt/libsecret-0.5:0 )
-   introspection? ( >=dev-libs/gobject-introspection-0.6:0 )
+   introspection? ( >=dev-libs/gobject-introspection-0.6:= )
postscript? ( >=app-text/libspectre-0.2:0 )
tiff? ( >=media-libs/tiff-3.6:0 )
xps? ( >=app-text/libgxps-0.2.0:0 )

diff --git a/app-text/atril/atril-1.12.2-r2.ebuild 
b/app-text/atril/atril-1.12.2-r3.ebuild
similarity index 97%
rename from app-text/atril/atril-1.12.2-r2.ebuild
rename to app-text/atril/atril-1.12.2-r3.ebuild
index d3e4a9e..f059797 100644
--- a/app-text/atril/atril-1.12.2-r2.ebuild
+++ b/app-text/atril/atril-1.12.2-r3.ebuild
@@ -49,7 +49,7 @@ RDEPEND=">=app-text/poppler-0.16:0=[cairo]
>=x11-libs/gtk+-3.0:3[introspection?]
epub? ( >=net-libs/webkit-gtk-2.4.3:4 )
)
-   introspection? ( >=dev-libs/gobject-introspection-0.6:0 )
+   introspection? ( >=dev-libs/gobject-introspection-0.6:= )
postscript? ( >=app-text/libspectre-0.2:0 )
tiff? ( >=media-libs/tiff-3.6:0 )
xps? ( >=app-text/libgxps-0.2.0:0 )

diff --git a/app-text/atril/atril-.ebuild b/app-text/atril/atril-.ebuild
index d3e4a9e..f059797 100644
--- a/app-text/atril/atril-.ebuild
+++ b/app-text/atril/atril-.ebuild
@@ -49,7 +49,7 @@ RDEPEND=">=app-text/poppler-0.16:0=[cairo]
>=x11-libs/gtk+-3.0:3[introspection?]
epub? ( >=net-libs/webkit-gtk-2.4.3:4 )
)
-   introspection? ( >=dev-libs/gobject-introspection-0.6:0 )
+   introspection? ( >=dev-libs/gobject-introspection-0.6:= )
postscript? ( >=app-text/libspectre-0.2:0 )
tiff? ( >=media-libs/tiff-3.6:0 )
xps? ( >=app-text/libgxps-0.2.0:0 )



[gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate-desktop/

2016-08-10 Thread NP Hardass
commit: 6f36027efa329223c181be79498725a2657f715e
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Aug 11 04:56:41 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Aug 11 06:05:51 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=6f36027e

mate-base/mate-desktop: Set introspection slot operator per Gnome project policy

Package-Manager: portage-2.3.0

 .../{mate-desktop-1.10.2.ebuild => mate-desktop-1.10.2-r1.ebuild}   | 2 +-
 .../{mate-desktop-1.12.1-r1.ebuild => mate-desktop-1.12.1-r2.ebuild}| 2 +-
 mate-base/mate-desktop/mate-desktop-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/mate-base/mate-desktop/mate-desktop-1.10.2.ebuild 
b/mate-base/mate-desktop/mate-desktop-1.10.2-r1.ebuild
similarity index 96%
rename from mate-base/mate-desktop/mate-desktop-1.10.2.ebuild
rename to mate-base/mate-desktop/mate-desktop-1.10.2-r1.ebuild
index 0e516c4..84eded8 100644
--- a/mate-base/mate-desktop/mate-desktop-1.10.2.ebuild
+++ b/mate-base/mate-desktop/mate-desktop-1.10.2-r1.ebuild
@@ -32,7 +32,7 @@ RDEPEND="${PYTHON_DEPS}
x11-libs/libX11:0
>=x11-libs/libXrandr-1.2:0
virtual/libintl:0
-   introspection? ( >=dev-libs/gobject-introspection-0.9.7 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
startup-notification? ( >=x11-libs/startup-notification-0.5:0 )"
 
 DEPEND="${RDEPEND}

diff --git a/mate-base/mate-desktop/mate-desktop-1.12.1-r1.ebuild 
b/mate-base/mate-desktop/mate-desktop-1.12.1-r2.ebuild
similarity index 95%
rename from mate-base/mate-desktop/mate-desktop-1.12.1-r1.ebuild
rename to mate-base/mate-desktop/mate-desktop-1.12.1-r2.ebuild
index 036fc9d..ae78a7a 100644
--- a/mate-base/mate-desktop/mate-desktop-1.12.1-r1.ebuild
+++ b/mate-base/mate-desktop/mate-desktop-1.12.1-r2.ebuild
@@ -29,7 +29,7 @@ RDEPEND="${PYTHON_DEPS}
virtual/libintl:0
!gtk3? ( >=x11-libs/gtk+-2.24:2[introspection?] )
gtk3? ( >=x11-libs/gtk+-3.0:3[introspection?] )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.7 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
startup-notification? ( >=x11-libs/startup-notification-0.5:0 )"
 
 DEPEND="${RDEPEND}

diff --git a/mate-base/mate-desktop/mate-desktop-.ebuild 
b/mate-base/mate-desktop/mate-desktop-.ebuild
index e239867..a7210cb 100644
--- a/mate-base/mate-desktop/mate-desktop-.ebuild
+++ b/mate-base/mate-desktop/mate-desktop-.ebuild
@@ -29,7 +29,7 @@ RDEPEND="${PYTHON_DEPS}
virtual/libintl:0
!gtk3? ( >=x11-libs/gtk+-2.24:2[introspection?] )
gtk3? ( >=x11-libs/gtk+-3.0:3[introspection?] )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.7 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
startup-notification? ( >=x11-libs/startup-notification-0.5:0 )"
 
 DEPEND="${RDEPEND}



[gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate/

2016-08-10 Thread NP Hardass
commit: 998b4648746645ea0dc9f3397e64411fb185d4c6
Author: NP-Hardass  gentoo  org>
AuthorDate: Tue Aug  9 21:02:22 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Tue Aug  9 21:02:22 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=998b4648

mate-base/mate: drop support for old themes versioning

Package-Manager: portage-2.3.0

 mate-base/mate/mate-1.10.0-r2.ebuild | 80 -
 mate-base/mate/mate-1.12.ebuild  | 84 ---
 mate-base/mate/mate--r1.ebuild   | 85 
 mate-base/mate/mate-.ebuild  |  4 +-
 4 files changed, 3 insertions(+), 250 deletions(-)

diff --git a/mate-base/mate/mate-1.10.0-r2.ebuild 
b/mate-base/mate/mate-1.10.0-r2.ebuild
deleted file mode 100644
index c059fa7..000
--- a/mate-base/mate/mate-1.10.0-r2.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit versionator
-
-MATE_MV="$(get_version_component_range 1-2)"
-
-SRC_URI=""
-DESCRIPTION="Meta ebuild for MATE, a traditional desktop environment"
-HOMEPAGE="http://mate-desktop.org";
-
-LICENSE="metapackage"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="+base -bluetooth +notification +themes +extras"
-
-S="${WORKDIR}"
-
-RDEPEND="
-   =mate-base/mate-desktop-${MATE_MV}*:0
-   =mate-base/mate-menus-${MATE_MV}*:0
-   =mate-base/mate-panel-${MATE_MV}*:0
-   =mate-base/mate-session-manager-${MATE_MV}*:0
-   =mate-base/mate-settings-daemon-${MATE_MV}*:0
-   =x11-wm/marco-${MATE_MV}*:0
-   base? (
-   =mate-base/caja-${MATE_MV}*:0
-   =mate-base/mate-applets-meta-${MATE_MV}*:0
-   =mate-base/mate-control-center-${MATE_MV}*:0
-   =mate-extra/mate-media-${MATE_MV}*:0
-   =x11-misc/mozo-${MATE_MV}*:0
-   =x11-terms/mate-terminal-${MATE_MV}*:0
-   )
-   bluetooth? ( net-wireless/blueman:0 )
-   themes? (
-   =x11-themes/mate-backgrounds-${MATE_MV}*:0
-   =x11-themes/mate-icon-theme-${MATE_MV}*:0
-   =x11-themes/mate-themes-meta-${MATE_MV}*:0
-   )
-   extras? (
-   =app-arch/engrampa-${MATE_MV}*:0
-   =app-editors/pluma-${MATE_MV}*:0
-   =app-text/atril-${MATE_MV}*:0
-   gnome-extra/gnome-calculator:0
-   =mate-extra/caja-extensions-${MATE_MV}*:0
-   =mate-extra/mate-netbook-${MATE_MV}*:0
-   =mate-extra/mate-power-manager-${MATE_MV}*:0
-   =mate-extra/mate-screensaver-${MATE_MV}*:0
-   =mate-extra/mate-system-monitor-${MATE_MV}*:0
-   =mate-extra/mate-utils-${MATE_MV}*:0
-   =media-gfx/eom-${MATE_MV}*:0
-   =net-analyzer/mate-netspeed-${MATE_MV}*:0
-   sys-apps/gnome-disk-utility:0
-   )
-"
-
-PDEPEND="
-   notification? ( x11-misc/mate-notification-daemon )
-   virtual/notification-daemon:0"
-
-pkg_postinst() {
-   elog "For installation, usage and troubleshooting details regarding 
MATE;"
-   elog "read more about it at Gentoo Wiki: 
https://wiki.gentoo.org/wiki/MATE";
-   elog ""
-   if ! has_version x11-misc/mate-notification-daemon; then
-   elog "If you experience any issues with notifications, please 
try using"
-   elog "x11-misc/mate-notification-daemon instead your currently 
installed daemon"
-   elog ""
-   fi
-   elog "MATE 1.10 had some packages renamed, replaced and/or dropped; for 
more"
-   elog "details, see 
http://mate-desktop.org/blog/2015-06-11-mate-1-10-released/";
-   elog ""
-   elog "Some packages that are not included in this meta-package but may 
be of interest:"
-   elog "  mate-extra/caja-dropbox"
-   elog "  mate-extra/mate-user-share"
-}

diff --git a/mate-base/mate/mate-1.12.ebuild b/mate-base/mate/mate-1.12.ebuild
deleted file mode 100644
index 5c61d51..000
--- a/mate-base/mate/mate-1.12.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-if [[ ${PV} ==  ]]; then
-   MATE_BRANCH=
-else
-   inherit versionator
-   MATE_BRANCH="$(get_version_component_range 1-2)"
-   KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-SRC_URI=""
-DESCRIPTION="Meta ebuild for MATE, a traditional desktop environment"
-HOMEPAGE="http://mate-desktop.org";
-
-LICENSE="metapackage"
-
-SLOT="0"
-IUSE="+base -bluetooth gtk3 help +notification +themes +extras"
-
-S="${WORKDIR}"
-
-RDEPEND="
-   =mate-base/mate-desktop-${MATE_BRANCH}*:0[gtk3(-)?]
-   =mate-base/mate-menus-${MATE_BRANCH}*:0
-   =mate-base/mate-panel-${MATE_BRANCH}*:0[gtk3(-)?]
-   =mate-base/mate-session-manager-${MATE_BRANCH}*:0[gtk3(-)?]
-   

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

2016-08-10 Thread Hans de Graaff
commit: fd23524903ec74991a7c09daeb05281dc06c334e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Aug 11 05:32:06 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Aug 11 05:32:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd235249

dev-ruby/rex-text: add 0.1.2

Package-Manager: portage-2.2.28

 dev-ruby/rex-text/Manifest  |  1 +
 dev-ruby/rex-text/rex-text-0.1.2.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-ruby/rex-text/Manifest b/dev-ruby/rex-text/Manifest
index 42337c1..6c26d5f 100644
--- a/dev-ruby/rex-text/Manifest
+++ b/dev-ruby/rex-text/Manifest
@@ -1 +1,2 @@
 DIST rex-text-0.1.1.gem 39424 SHA256 
12832b1e56338e472d97f046cbea7e804bd95aef6045548c85232d66109765a2 SHA512 
ec9e7844b64037451896fb7536709cc1a2af010e62aeaf333bc1c0a8b7b8d996ec2147ebc460bbc34688863dcef71a566907991e52742a2a6b59a57725a98ea3
 WHIRLPOOL 
c87c1bc87fdf9d667eeefbdf5b3648336860147aee84c31e2bf41c4ce415873eb306f228c778b7c78721d963d103ea9d16f966105f3d89ace0b013b8ace6cf28
+DIST rex-text-0.1.2.gem 43520 SHA256 
919d6e2ddec75154695833b6cc9d14a6a6fc2a739bdb30e32cbe92c381d56877 SHA512 
2658f7e66304f0e9e10f0ffa46acef80bb4cb053676b5cad188ed86995e5f64796e55e2e95b6149fcafddf46a04f6dde819a0cf6f693bb2172e12781b13c3631
 WHIRLPOOL 
fd9c8905bf20f77b013c680404aa745817c7313c573e9b4a2a0b8718ac0e45b710a61b060b575c8ef418ffee12721b49ecdbd7e58950eeb292f7ee5237ada05a

diff --git a/dev-ruby/rex-text/rex-text-0.1.2.ebuild 
b/dev-ruby/rex-text/rex-text-0.1.2.ebuild
new file mode 100644
index 000..d92da01
--- /dev/null
+++ b/dev-ruby/rex-text/rex-text-0.1.2.ebuild
@@ -0,0 +1,24 @@
+# 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"
+
+# Specs are not bundled in the gem and upstream source is not tagged
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Rex library for text generation and manipulation"
+HOMEPAGE="https://github.com/rapid7/rex-text";
+
+LICENSE="BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""



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

2016-08-10 Thread Hans de Graaff
commit: f9133abc27c54f5e7ab97ae476cce0d9efc1cb52
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Aug 11 05:47:21 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Aug 11 05:47:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9133abc

dev-ruby/rack-openid: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/rack-openid/Manifest |  1 -
 dev-ruby/rack-openid/rack-openid-1.3.1.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-ruby/rack-openid/Manifest b/dev-ruby/rack-openid/Manifest
index 8e68747..cb51b97 100644
--- a/dev-ruby/rack-openid/Manifest
+++ b/dev-ruby/rack-openid/Manifest
@@ -1,2 +1 @@
-DIST rack-openid-1.3.1.gem 7680 SHA256 
1b3a30ed9840e9cf1f3e28a524badfb8796519322e3f9d82b7a49c70b1832537 SHA512 
875557a6cef873a20b5f1b1bb2e0e63d8e596d365f9a8eab992e357fcf4c8cfea499c583d9cd4a93a79f1bfac08d2e61047579b3271d8088f6608acba2277e03
 WHIRLPOOL 
59acbb0a066b46c7c42dcf5ba2cd1108bc60dba61f8e708a8c19f9797249a8634d1a8214a639f4b62f90887eabae4f2ca0c44c81ccedb399889205c52fc17cf5
 DIST rack-openid-1.4.2.tar.gz 9444 SHA256 
4b13cb9ec1405ace7188799f248fbeeaa60c616ae6f34bdc8b4445203609ed84 SHA512 
7b651899c7afc10d11358bd6de075f2f902c2188ce5f9d7bb6d1fb75ec77d1c53b11926ee254eead2229ac00312382540dd550debfc5fdc137e009011eadd321
 WHIRLPOOL 
49a51418552f572d891fa26e8b644191a34cee0656f25aada8693e987b22e1188ab095fe1a64dc4e81126417f8c2e8e15bb999a5c695e464b639d1716c580729

diff --git a/dev-ruby/rack-openid/rack-openid-1.3.1.ebuild 
b/dev-ruby/rack-openid/rack-openid-1.3.1.ebuild
deleted file mode 100644
index 3579345..000
--- a/dev-ruby/rack-openid/rack-openid-1.3.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Provides a more HTTPish API around the ruby-openid library"
-HOMEPAGE="https://github.com/josh/rack-openid";
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/ruby-openid-2.1.8 >=dev-ruby/rack-1.1.0"



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

2016-08-10 Thread Hans de Graaff
commit: 20c7b868dcbadb52fa2e3804d8d66afd8a5fd213
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Aug 11 05:39:32 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Aug 11 05:39:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c7b868

dev-ruby/hiera: add 3.2.1

Package-Manager: portage-2.2.28

 dev-ruby/hiera/Manifest   |  1 +
 dev-ruby/hiera/hiera-3.2.1.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ruby/hiera/Manifest b/dev-ruby/hiera/Manifest
index f58297f..4fa8f31 100644
--- a/dev-ruby/hiera/Manifest
+++ b/dev-ruby/hiera/Manifest
@@ -7,3 +7,4 @@ DIST hiera-3.1.0.gem 37376 SHA256 
dfb9408e5e3c492e6bed72324ed5b6367667f7520571cd
 DIST hiera-3.1.1.gem 39424 SHA256 
03ca00c411506ad8c24f86f1d491d86731b8e5c1aea95c036a6793966ffd9790 SHA512 
0684e0d5959881cc5363a1509e18cfd8c312814be2df9c13eb0c09eb4540e723dc6b6df0db8c7954bbb2040909dd549035e9c204adc071fc42ab5d61f8639b2f
 WHIRLPOOL 
d38af352c32c1bac574bc840630e48094973227a8ec51d79a98a2e4809a0a52ab25b9e5d827c08d905c6478645991c73cc6c1f2b8796b4341e5d3962e5ba
 DIST hiera-3.1.2.gem 39424 SHA256 
5178bc9428d7cae2415c4baebebc3924fda5bba98d0f7683198b65dd91a8c1a7 SHA512 
315bba226095d44611a775d61efd4764fe8911af89648ed072ed6a0b5e35c5420279ccdd8d4ec561b19726af79fb6aee7136fee8b3f0ffed6741d0db620c673a
 WHIRLPOOL 
689869b8cf209fbe87f7f50fe440aef97a4e1c1b318869dfc93e1a6340ccd034e047e0abd6f776b185367a406aac0eba3bd7a0955e83c8a536200292a4256d44
 DIST hiera-3.2.0.gem 39936 SHA256 
39a5d7a14dafaf4745b1f660e7b78a80d2f2724ac89d467a092305c1eea5f576 SHA512 
57ca952c54c09d0309f2d09d7115a6827b6f5676fdeabfbab39b87c74b46a5f219c1c0c373ea066ecfcfd42743dce5dd62f441e406debf805d4497a31d3c0211
 WHIRLPOOL 
4ae6a49890bd9be6ff1830d40db90ac69958f88ae74d14702a4f5eeecee62f5e028d2766f3ef405e18321355b8642df996180b978a838dd42930097cbecea45b
+DIST hiera-3.2.1.gem 39936 SHA256 
8f64627cfccd1bb6bf12b17a98a04fef1b08fa716bc1c226e808b9328bbe2752 SHA512 
36fdb29b478c448f3a1b0dd6e90ed028bf7ae5ca0fe2e99aa899afa906d8c341baa65b6ea87861391f64ac65f8beedaa1dcd9da14901d47b66888ea5720d3899
 WHIRLPOOL 
b5baecb1b3c8e4a2f2807d36c1d544637b0cdf3c3524471790038413eb7f997735dab3a44b7b966f16d244cab3e63456445494a55085bb6458dddbdbcebb0e76

diff --git a/dev-ruby/hiera/hiera-3.2.1.ebuild 
b/dev-ruby/hiera/hiera-3.2.1.ebuild
new file mode 100644
index 000..f73bbce
--- /dev/null
+++ b/dev-ruby/hiera/hiera-3.2.1.ebuild
@@ -0,0 +1,26 @@
+# 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_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A simple pluggable Hierarchical Database"
+HOMEPAGE="http://projects.puppetlabs.com/";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~hppa"
+
+ruby_add_bdepend "test? ( dev-ruby/mocha )"
+
+ruby_add_rdepend "dev-ruby/deep_merge"



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

2016-08-10 Thread Hans de Graaff
commit: eeb25eaa2933ece5a62d0cb2bc35e9f62a391425
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Aug 11 06:04:13 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Aug 11 06:04:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb25eaa

dev-ruby/rack-openid: add ruby23

Package-Manager: portage-2.2.28

 dev-ruby/rack-openid/rack-openid-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rack-openid/rack-openid-1.4.2.ebuild 
b/dev-ruby/rack-openid/rack-openid-1.4.2.ebuild
index 730ff37..ff3acbb 100644
--- a/dev-ruby/rack-openid/rack-openid-1.4.2.ebuild
+++ b/dev-ruby/rack-openid/rack-openid-1.4.2.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="Readme.md"



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

2016-08-10 Thread NP Hardass
commit: b3f08f18c6f5eedc28f38a7da90b58c54ead3608
Author: NP-Hardass  gentoo  org>
AuthorDate: Tue Aug  9 20:27:08 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Aug 11 04:28:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3f08f18

net-fs/openafs-kernel: Fix kernel version warning

Package-Manager: portage-2.3.0

 net-fs/openafs-kernel/openafs-kernel-1.6.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/openafs-kernel/openafs-kernel-1.6.18.2.ebuild 
b/net-fs/openafs-kernel/openafs-kernel-1.6.18.2.ebuild
index 43b9387..82f4bf2 100644
--- a/net-fs/openafs-kernel/openafs-kernel-1.6.18.2.ebuild
+++ b/net-fs/openafs-kernel/openafs-kernel-1.6.18.2.ebuild
@@ -39,7 +39,7 @@ PATCHES=( "${WORKDIR}/gentoo/patches" )
 pkg_pretend() {
if use kernel_linux && kernel_is ge 4 7 ; then
ewarn "Gentoo supports kernels which are supported by OpenAFS"
-   ewarn "which are limited to the kernel versions: < 4.5"
+   ewarn "which are limited to the kernel versions: < 4.7"
ewarn ""
ewarn "You are free to utilize epatch_user to provide whatever"
ewarn "support you feel is appropriate, but will not receive"



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

2016-08-10 Thread NP Hardass
commit: c09ae91a0f5792947bd9dfa6b9e0a13eb41e7999
Author: NP-Hardass  gentoo  org>
AuthorDate: Wed Aug 10 22:55:44 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Aug 11 04:28:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c09ae91a

app-emulation/wine: Fix staging gtk theming dependency and adjust syntax

Package-Manager: portage-2.3.0

 app-emulation/wine/metadata.xml|  7 ++--
 .../{wine-1.8-r2.ebuild => wine-1.8-r3.ebuild} | 39 +--
 .../{wine-1.8.1-r2.ebuild => wine-1.8.1-r3.ebuild} | 39 +--
 .../{wine-1.8.2-r1.ebuild => wine-1.8.2-r2.ebuild} | 39 +--
 .../{wine-1.8.2-r1.ebuild => wine-1.8.3-r1.ebuild} | 40 +---
 ...wine-1.9.10-r2.ebuild => wine-1.9.10-r3.ebuild} | 44 ++
 ...wine-1.9.11-r2.ebuild => wine-1.9.11-r3.ebuild} | 44 ++
 ...wine-1.9.12-r1.ebuild => wine-1.9.12-r2.ebuild} | 44 ++
 ...wine-1.9.14-r1.ebuild => wine-1.9.13-r2.ebuild} | 44 ++
 .../{wine-1.9.15.ebuild => wine-1.9.14-r2.ebuild}  | 44 ++
 ...wine-1.9.13-r1.ebuild => wine-1.9.15-r1.ebuild} | 44 ++
 .../{wine-1.9.4-r2.ebuild => wine-1.9.4-r3.ebuild} | 38 +--
 .../{wine-1.9.5-r2.ebuild => wine-1.9.5-r3.ebuild} | 38 +--
 .../{wine-1.9.6-r2.ebuild => wine-1.9.6-r3.ebuild} | 38 +--
 .../{wine-1.9.7-r2.ebuild => wine-1.9.7-r3.ebuild} | 38 +--
 .../{wine-1.9.8-r1.ebuild => wine-1.9.8-r2.ebuild} | 38 +--
 .../{wine-1.9.9-r2.ebuild => wine-1.9.9-r3.ebuild} | 44 ++
 app-emulation/wine/wine-.ebuild| 44 ++
 18 files changed, 325 insertions(+), 381 deletions(-)

diff --git a/app-emulation/wine/metadata.xml b/app-emulation/wine/metadata.xml
index aa61670..02c8686 100644
--- a/app-emulation/wine/metadata.xml
+++ b/app-emulation/wine/metadata.xml
@@ -22,8 +22,7 @@ Think of Wine as a compatibility layer for running Windows 
programs. Wine does n
This patch may break some applications.
Pull in games-emulation/dosbox to 
run DOS applications
Add support for the Gecko engine when using 
iexplore
-   Use media-libs/gstreamer to 
provide DirectShow functionality;
-   For versions before wine-1.9.2, uses experimental patch 
which may break some apps
+   Use media-libs/gstreamer to 
provide DirectShow functionality;
Add support for .NET using Wine's Mono 
add-on
Use libnetapi from net-fs/samba 
to support Windows networks in netapi32.dll
Enable OpenCL support
@@ -39,8 +38,8 @@ Think of Wine as a compatibility layer for running Windows 
programs. Wine does n
Add support for NTLM auth. see
http://wiki.winehq.org/NtlmAuthSetupGuide and
http://wiki.winehq.org/NtlmSigningAndSealing
-   Apply Wine-Staging patches for advanced 
feature support that haven't made it into upstream Wine yet
-   For versions before wine-1.8, this patchset is 
unofficial.
+   Apply Wine-Staging patches for advanced 
feature support that haven't made it into upstream Wine yet
+   Support GTK+:3 window theming through 
Wine-Staging


wine-compholio/wine-staging

diff --git a/app-emulation/wine/wine-1.8-r2.ebuild 
b/app-emulation/wine/wine-1.8-r3.ebuild
similarity index 95%
rename from app-emulation/wine/wine-1.8-r2.ebuild
rename to app-emulation/wine/wine-1.8-r3.ebuild
index 60871af..ad22c09 100644
--- a/app-emulation/wine/wine-1.8-r2.ebuild
+++ b/app-emulation/wine/wine-1.8-r3.ebuild
@@ -58,7 +58,7 @@ fi
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gstreamer +jpeg kernel_FreeBSD +lcms ldap +mono 
mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pcap 
pipelight +png prelink pulseaudio +realtime +run-exes s3tc samba scanner 
selinux +ssl staging test +threads +truetype +udisks v4l vaapi +X +xcomposite 
xinerama +xml"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gstreamer +jpeg kernel_FreeBSD +lcms ldap +mono 
mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pcap 
pipelight +png prelink pulseaudio +realtime +run-exes s3tc samba scanner 
selinux +ssl staging test themes +threads +truetype +udisks v4l vaapi +X 
+xcomposite xinerama +xml"
 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
X? ( truetype )
elibc_glibc? ( threads )
@@ -67,6 +67,7 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
pipelight? ( staging )
s3tc? ( staging )
test? ( abi_x86_32 )
+   themes? ( staging )
vaapi? ( stag

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

2016-08-10 Thread NP Hardass
commit: 632de6111f839b9e1a83222f6e6af1a0f458fa7b
Author: NP-Hardass  gentoo  org>
AuthorDate: Tue Aug  9 20:35:24 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Aug 11 04:28:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=632de611

net-fs/openafs: vbump 1.6.18.3

Package-Manager: portage-2.3.0

 net-fs/openafs/Manifest|   2 +
 net-fs/openafs/openafs-1.6.18.3.ebuild | 223 +
 2 files changed, 225 insertions(+)

diff --git a/net-fs/openafs/Manifest b/net-fs/openafs/Manifest
index e05624c..f534764 100644
--- a/net-fs/openafs/Manifest
+++ b/net-fs/openafs/Manifest
@@ -2,5 +2,7 @@ DIST openafs-1.6.17-doc.tar.bz2 3529538 SHA256 
803e895f9a5dc4c74866e8de20e07a8b7
 DIST openafs-1.6.17-src.tar.bz2 14607107 SHA256 
96413a2dbffdc9170cc5dde6aa5ad0ae2383c6106994285ed8f186928813a398 SHA512 
3ca61a7731c9bd9bae7da2f7b3900438fcc9f75c95b354574389c2203af2ec0a7b4dcaaf13a437743477fcad8a46c3bbb8c68255a976b9a9917b8f0a0cdf028f
 WHIRLPOOL 
92de51878836a721e6fadbe2f6c7a8069ecf622a08fd05e3a01d8fef376bd2e18e9f3b4715d42a26e8d5f1d665f91924520ed6928ed1f460bac49b1bc906e129
 DIST openafs-1.6.18.2-doc.tar.bz2 3532508 SHA256 
44914a65bced200fa33032e8f0a96256865fa5bd9414683e646eb73d548d9593 SHA512 
83883c3a2b8e9d0cb638e9a3aac8eb3bd48ddb89c7f55304a5256f9ceb8d03b0a013cf578d40ff68f0c1644eb5598617ad56b6548b4e786630d43a88008fee08
 WHIRLPOOL 
140234ed67ef52d9fd6b3e154640d645eb872b3180c2db12a0dce15152abc2d379c4898a2ff2b231e2bf6b7ed9437ef46feb3ff44e8c0e4706427563a373e7d8
 DIST openafs-1.6.18.2-src.tar.bz2 14652869 SHA256 
1e0749b33a20700651ec61436a25ad8d047ffc189a2d024614e7aeedaef57483 SHA512 
a9690349c665baa29171d8256e41cac817599e742880bbb02382bdda67a1adc0b4910aa2a1e92dea4867cc25832b27b6561c4ff05f5103a0da952e60b6facfac
 WHIRLPOOL 
830ee1e4285c3e8f5f6b5eac2dcecfb75d5007a9960525d53438ee71135aed269f558ef1fa6a07bd72dd911f496597db6bc085ef2cc342f543cd0e2edfde53b4
+DIST openafs-1.6.18.3-doc.tar.bz2 3531415 SHA256 
96644f5c53827e4e37738899f9b0215c880c180c98501e0c59566d927694e506 SHA512 
2373d3d13f991e4927dfd292dd8725d375f4b68419dd22d7e5dd8a7730eaff3d4c47663c4ba9a43b6e3103be58074b60130039bd2491166176a4bd666f4d2619
 WHIRLPOOL 
f66f893ff155709e6f96fe7c2c9b37f4337278b14438f4a93347db250a4d334ae46c1ccf3d74dca49e476c9faa8b1b2695c70709fabc21023d6e50631973e0b3
+DIST openafs-1.6.18.3-src.tar.bz2 14668811 SHA256 
b9cb45fdfd2aab543363e64da0b56167bfc1a302afdbcd5a076fb704a0c16a70 SHA512 
679b463109c47fd252853e6f12c7e60148cf78f6d2699d468b1e1f85bbd5b392a909c3f2201460e3192ad7a60bad64c58489980c2efcd904ab4851df8724d47f
 WHIRLPOOL 
8180188e3ecc87f002d5a4b4c4641949869a09b88474a75850e27dea1134dca1156ae4533f997494d64b8820aa4dc0f0ceb7b4dda01648c95f70408c190d353b
 DIST openafs-patches-20160801-1.tar.xz 10908 SHA256 
d81c46d12e49fc917dc5171ddabd838d3c8c16dcb272edc533f6dbdda4dccadf SHA512 
fc2ae985a69718ae4e12412059ed9431fccf854540e5b59112ea13be057b47695f8f14213d1c87d1eab2ff0d0c34407febfd37dbf8794cac6e3de223beb693fd
 WHIRLPOOL 
ea3e7e70f3f469561ef48d11bfa3f481c9d34265c78b45e1578b012432f7ff49463dacc938aee98060404baa79bed980a07b01422f076a2626308a842b99cbad
 DIST openafs-patches-20160801-2.tar.xz 11004 SHA256 
7037d9657bd3c90725fd8b2b063bef80cedcc9fbf0605c7a3bf3543b64eecb58 SHA512 
42768bc54cbeafea2c8042b84368d9fcfc4e54681d1077eb1fd6a3d1633aa1a0ba2f6fd291a182a9f2f930f111d2ff587be9fe8a8b941b1e9535136ee344633b
 WHIRLPOOL 
786c2155142916594f178cdc66631da5514f60ee0155e4420d702b4a934968e99ebb5d2de03beb8e22f00742972aeb3d9fb84d9051d9d67091264781deaa2108

diff --git a/net-fs/openafs/openafs-1.6.18.3.ebuild 
b/net-fs/openafs/openafs-1.6.18.3.ebuild
new file mode 100644
index 000..a75b6bc
--- /dev/null
+++ b/net-fs/openafs/openafs-1.6.18.3.ebuild
@@ -0,0 +1,223 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit autotools eutils flag-o-matic multilib pam systemd toolchain-funcs 
versionator
+
+MY_PV=$(delete_version_separator '_')
+MY_P="${PN}-${MY_PV}"
+PVER="20160801-2"
+
+DESCRIPTION="The OpenAFS distributed file system"
+HOMEPAGE="https://www.openafs.org/";
+# We always d/l the doc tarball as man pages are not USE=doc material
+[[ ${PV} == *_pre* ]] && MY_PRE="candidate/" || MY_PRE=""
+SRC_URI="
+   https://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-src.tar.bz2
+   https://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-doc.tar.bz2
+   https://dev.gentoo.org/~bircoph/afs/${PN}-patches-${PVER}.tar.xz
+"
+
+LICENSE="IBM BSD openafs-krb5-a APSL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+
+IUSE="bitmap-later debug doc fuse kerberos +modules ncurses pam pthreaded-ubik 
+supergroups"
+
+CDEPEND="
+   virtual/libintl
+   fuse? ( sys-fs/fuse )
+   kerberos? ( virtual/krb5 )
+   ncurses? ( sys-libs/ncurses:0= )
+   pam? ( virtual/pam )"
+
+DEPEND="${CDEPEND}
+   virtual/yacc
+   doc? (
+   app-text/do

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

2016-08-10 Thread NP Hardass
commit: 4f94144dd03977f46ba7838c83584b78692107cb
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Aug 11 02:03:09 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Aug 11 04:28:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f94144d

app-emulation/wine: Version bump to 1.9.16

Package-Manager: portage-2.3.0

 app-emulation/wine/Manifest   |   3 +
 app-emulation/wine/wine-1.9.16.ebuild | 531 ++
 2 files changed, 534 insertions(+)

diff --git a/app-emulation/wine/Manifest b/app-emulation/wine/Manifest
index 24f177c..a018be2 100644
--- a/app-emulation/wine/Manifest
+++ b/app-emulation/wine/Manifest
@@ -9,6 +9,7 @@ DIST wine-1.9.12.tar.bz2 23240036 SHA256 
7eff10e855127b1fcbcdb1e1d89795f4a025f8b
 DIST wine-1.9.13.tar.bz2 23299453 SHA256 
9b678019d71f28f1e570f7f40e43fcdd52a0d4276123679f2dfea8665f37c0d9 SHA512 
f8966384fcfb33d7d63091ae067d828da28dee41b17389d3fa1942aa6bad5e506332400f75486438299accb36f2d94ce0f4b6f7030733ffd72fa3b8cf1f1ab87
 WHIRLPOOL 
1d7abe1bcbdbda2a727d315bd2ecd181b344ef8b00cd753e57464386a8ad03d959317c065f80aa9920be369c1c3e3abf3186face69ff0bf85f96bf40beee7f54
 DIST wine-1.9.14.tar.bz2 23307687 SHA256 
7fbe961caf171d95e1ae109e361f3a9e7cb9f6c9321775e961be2bc12892c52c SHA512 
d4226fc8a421f32b00597ef62c1dc6acd39f1854584f8f41f69d48568565862419485ac97277b9caaaf6835095db77f7d93b04578f9a8eb07ca39fcd85d3f3f0
 WHIRLPOOL 
1ecc667b6429fc984880ef9a36b5cb14cdd3cc9cd04579afc6876628194153f714be260f3a711441b2c988a6d4751c03244062f49ca37d547d2d2d4eb12b32b5
 DIST wine-1.9.15.tar.bz2 23357574 SHA256 
cf992ac991b0e49fd0b186305021acf6e612d5df18d30e3d5808fa6f6731adda SHA512 
39eda9c0123453321d414690db5ca5849326bf44d116a353296e88026fa618535a306b9e0cea6716dc8d44f81a2caeae11be80f15448b67bde2be9e1210a
 WHIRLPOOL 
cdaa74399ef4849a297a9d8040333500e1007ca8374b76e0677ba8b21e087feac262cf449f90826f4cd417989742670f86eed4c2fb5ef4345e8b955e8213fbef
+DIST wine-1.9.16.tar.bz2 23419636 SHA256 
e120d6673aada93935c6661b75c2edc835a45a8e658b80934c36434b56940f04 SHA512 
6848d53064d2eaea207ed4e5440104408cb6a6b9c62241788abce31b8d115529428427a1e3bf0e94eac43b71bd8641597060b6ea7391d1a87b36ff557a964018
 WHIRLPOOL 
055abf278ada0dae4eaa73b70c9426664533e941b024be688ce0a1e24a88527104cf986e8cabed9bcc17758219d93d7b218c80ba68ea3449785c22ba6d222409
 DIST wine-1.9.4.tar.bz2 22974777 SHA256 
75c1eab6b980870b367a73db6e57eb0dc9242c2be8546f94084577a0ed08 SHA512 
e7b35290ec8f451163a08e841c559698a6b7264b320058e38ac788bdde66042efbb88511b30fa38383844425eaf0b6f4ed4b8412feb843ed405cb510a4a9000c
 WHIRLPOOL 
875e11e9163df8c3473aa7b79deb5c6783a2068e678c4008cacf730d81c2f141490264a10f4345ceadd7aba100d3fc71bdfda7858f89d966d339cc2772cd8190
 DIST wine-1.9.5.tar.bz2 23034629 SHA256 
fb526308e7ac5e202c0f0b663d4c7a943419d9eec766af6831caf23914300f09 SHA512 
cae779353bff61c215d0969288afe6e6e5192cdf0f86f8b15073861f0a22cb6b508ceb084e9b2cb5c5c658abfec5751edf9cb48930bc97c43ecbd6953427fc07
 WHIRLPOOL 
7f0c29b13b67660d364b2bbc86982a92f73409cfca3e8a31817c39df36d9ad476a9762f135d85fbb947746367277576a97fb6a012f346c11454c43ef75ac9fa7
 DIST wine-1.9.6.tar.bz2 23071838 SHA256 
3d2b862feefd89eca954c1cbc16a28e0ce851aeea1555bc1842ffc9aab2c1557 SHA512 
d56d5b18a26b4902ac0138a4358f91a027f929a3ae70346e48b529eb7f09f7f1971bdae52d6a37dabbb598771ee5754b320e39c6ef26700202bf6be90b8b101b
 WHIRLPOOL 
544ad527ceeb9339fd7fb35d847451dbdac79da6226cf15fb2c4be01eed3babe4c5e343236c5005553084ff83ce4e274305b5f91b2bf03a6a27d695c4ece280c
@@ -21,6 +22,7 @@ DIST wine-d3d9-1.9.12.tar.gz 46410 SHA256 
e7285e15f9ce44aa210d5910facc818fbcc734
 DIST wine-d3d9-1.9.13.tar.gz 53490 SHA256 
2e1c9962bd08a939f4c14f867b7566bc0ccd480628ff1418ecaa61cec6a555db SHA512 
bd2e6cc975411cae56606141468bc1785f4e480d2578666d2d1aef8e7ffac51b4361067f3412e9dd147fd4c82dcccd60ff5847ced5b6d141b8c370ced1e78d40
 WHIRLPOOL 
c5d15fd09937315e870e3548e4852becccf48ef24988a8f7e48c3afe24c5bb9f029d1da3509f237500a9569de475fef5bfa78be7207ee37cf82ad45b427a45b3
 DIST wine-d3d9-1.9.14.tar.gz 77130 SHA256 
94cc4ddc639e6c541e77f807aa6ea678b5105e06e089250c6d4b37f455da7f34 SHA512 
3195a6a8c2dacb4d34548f9408f12d9af8048cd41d8cba797178fc9728cc99c61e47e8ceba6801a6d9829363483064f62a07390648150f80e9e68122c9d1d5fc
 WHIRLPOOL 
36270bf08bdd054d756594fc3d404cbb4bfe175c45d83bae75257d103d298d9e62a22c5cc69bb0dc528d4b8133fc8ad02fcb0f97157b549e4fbbd99cfab5c960
 DIST wine-d3d9-1.9.15.tar.gz 46418 SHA256 
e6d8029e37c4afa8018f595ae8ee23a547782a614d5605352301685889996388 SHA512 
6ad990ebd023d0125146c3b785cf38862368c3034daac6dad1a2e3a04737c5a31fbc81b562e4571ea386f515a04b50d42699b783ab15d9e3b19b12b1a7148c08
 WHIRLPOOL 
01a37e81fbbf99bbeab7b3c06eaadd52e8d4cf6459958465aa53d76b1717fb8bda356bae3f36c790bca29f38f80546c8d32a376f5fcb4d35f1593b647c9f5109
+DIST wine-d3d9-1.9.16.tar.gz 46413 SHA256 
bf45d4ccd900147bacb7f66c7fcc28dac9d3d7a0b3c0708a0ad05f519c5a5cec SHA512 
fbd5b4c9ff342740404ad4ec0f059ffed470b60f87a8b56617cf7af83a357f93dcb19f6e0ab7203bd5e0e3821cb6c6ea3b4455fbda22f09cbbd679152f259aa

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

2016-08-10 Thread NP Hardass
commit: b940a276abe2bfa8d60aa5d45576a75eba4a85f9
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Aug 11 04:13:45 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Aug 11 04:29:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b940a276

app-emulation/wine: Drop orphaned patches

Package-Manager: portage-2.3.0

 .../wine/files/wine-1.5.17-osmesa-check.patch  |  38 ---
 .../wine-1.7.0-freetype-header-location.patch  | 351 -
 .../files/wine-1.7.19-makefile-race-cond.patch |  15 -
 .../wine/files/wine-1.7.2-osmesa-check.patch   |  38 ---
 .../wine-1.7.38-gstreamer-v5-staging-post.patch|  58 
 .../wine-1.7.38-gstreamer-v5-staging-pre.patch |  48 ---
 .../wine-1.7.39-gstreamer-v5-staging-post.patch|  38 ---
 .../wine-1.7.39-gstreamer-v5-staging-pre.patch |  40 ---
 .../files/wine-1.7.45-libunwind-osx-only.patch |  64 
 .../wine-1.7.47-critical-security-cookie-fix.patch |  82 -
 .../wine-1.7.55-gstreamer-v5-staging-post.patch|  51 ---
 .../wine-1.7.55-gstreamer-v5-staging-pre.patch |  53 
 12 files changed, 876 deletions(-)

diff --git a/app-emulation/wine/files/wine-1.5.17-osmesa-check.patch 
b/app-emulation/wine/files/wine-1.5.17-osmesa-check.patch
deleted file mode 100644
index 8236192..000
--- a/app-emulation/wine/files/wine-1.5.17-osmesa-check.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 1ede664b18bd8a88359a3cebb291ad49833ee033 Mon Sep 17 00:00:00 2001
-From: Alexandre Rostovtsev 
-Date: Tue, 7 Aug 2012 01:29:01 -0400
-Subject: [PATCH] Do not check for libGL symbols when checking libOSMesa
-
-If mesa had been built with shared glapi, glAccum is not available in
-libOSMesa without explicitly linking to libGL. In addition, in
-mesa-8.0.x and earlier, libOSMesa needs to be explicitly linked to
-libglapi if mesa was built with shared glapi, see
-https://bugs.gentoo.org/show_bug.cgi?id=399813
-And in mesa-8.1.x, libOSMesa in addition needs libdl, libpthread, and
-libstdc++, see https://bugs.gentoo.org/show_bug.cgi?id=431832

- configure.ac | 8 +++-
- 1 file changed, 7 insertions(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index cc32c24..275b792 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -1128,7 +1128,13 @@ This probably prevents linking to OpenGL. Try deleting 
the file and restarting c
- 
- if test "x$with_osmesa" != "xno"
- then
--WINE_CHECK_SONAME(OSMesa,glAccum,,,[$X_LIBS $X_PRE_LIBS $XLIB -lm 
$X_EXTRA_LIBS])
-+WINE_CHECK_SONAME(OSMesa,OSMesaCreateContext,,,[$X_LIBS 
$X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS])
-+if test "x$ac_cv_lib_soname_OSMesa" = "x"; then
-+osmesa_save_CC=$CC
-+CC=$CXX
-+WINE_CHECK_SONAME(OSMesa,OSMesaCreateContext,,,[-lglapi 
-lpthread -ldl $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS])
-+CC=$osmesa_save_CC
-+fi
- WINE_NOTICE_WITH(osmesa,[test "x$ac_cv_lib_soname_OSMesa" = "x"],
-  [libOSMesa ${notice_platform}development files 
not found (or too old), OpenGL rendering in bitmaps won't be supported.])
- fi
--- 
-1.8.0
-

diff --git a/app-emulation/wine/files/wine-1.7.0-freetype-header-location.patch 
b/app-emulation/wine/files/wine-1.7.0-freetype-header-location.patch
deleted file mode 100644
index aba4b89..000
--- a/app-emulation/wine/files/wine-1.7.0-freetype-header-location.patch
+++ /dev/null
@@ -1,351 +0,0 @@
-From 67f9b6e3c5d2397446d39ab454f691c1ee46d2c0 Mon Sep 17 00:00:00 2001
-From: Alexandre Julliard 
-Date: Sat, 30 Nov 2013 11:22:25 +0100
-Subject: [PATCH] configure: Update FreeType configure checks for the changed
- headers location.
-

- configure | 78 +++
- configure.ac  | 40 +++---
- dlls/gdi32/freetype.c | 62 ++--
- include/config.h.in   | 33 --
- 4 files changed, 54 insertions(+), 159 deletions(-)
-
-diff --git a/configure b/configure
-index 80348f3..9b2f2c2 100755
 a/configure
-+++ b/configure
-@@ -11419,7 +11419,21 @@ test "$cross_compiling" = yes || 
FREETYPE_LIBS=${FREETYPE_LIBS:-`(freetype-confi
- FREETYPE_LIBS=${FREETYPE_LIBS:-"-lfreetype"}
- ac_save_CPPFLAGS=$CPPFLAGS
- CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS"
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
-+for ac_header in ft2build.h
-+do :
-+  ac_fn_c_check_header_mongrel "$LINENO" "ft2build.h" 
"ac_cv_header_ft2build_h" "$ac_includes_default"
-+if test "x$ac_cv_header_ft2build_h" = xyes; then :
-+  cat >>confdefs.h <<_ACEOF
-+#define HAVE_FT2BUILD_H 1
-+_ACEOF
-+
-+fi
-+
-+done
-+
-+if test "$ac_cv_header_ft2build_h" = "yes"
-+then
-+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" 
>&5
- $as_echo_n "checking for -lfreetype... " >&6; }
- if ${ac_cv_lib_soname_

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

2016-08-10 Thread NP Hardass
commit: 1236ec746ddbbb1aeecaace878c2208faeee2a66
Author: NP-Hardass  gentoo  org>
AuthorDate: Tue Aug  9 20:26:09 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Aug 11 04:28:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1236ec74

net-fs/openafs-kernel: vbump to 1.6.18.3, supports up to kernel 4.7

Package-Manager: portage-2.3.0

 net-fs/openafs-kernel/Manifest |   1 +
 .../openafs-kernel/openafs-kernel-1.6.18.3.ebuild  | 135 +
 2 files changed, 136 insertions(+)

diff --git a/net-fs/openafs-kernel/Manifest b/net-fs/openafs-kernel/Manifest
index ec56bdb..f8b2010 100644
--- a/net-fs/openafs-kernel/Manifest
+++ b/net-fs/openafs-kernel/Manifest
@@ -1,4 +1,5 @@
 DIST openafs-1.6.17-src.tar.bz2 14607107 SHA256 
96413a2dbffdc9170cc5dde6aa5ad0ae2383c6106994285ed8f186928813a398 SHA512 
3ca61a7731c9bd9bae7da2f7b3900438fcc9f75c95b354574389c2203af2ec0a7b4dcaaf13a437743477fcad8a46c3bbb8c68255a976b9a9917b8f0a0cdf028f
 WHIRLPOOL 
92de51878836a721e6fadbe2f6c7a8069ecf622a08fd05e3a01d8fef376bd2e18e9f3b4715d42a26e8d5f1d665f91924520ed6928ed1f460bac49b1bc906e129
 DIST openafs-1.6.18.2-src.tar.bz2 14652869 SHA256 
1e0749b33a20700651ec61436a25ad8d047ffc189a2d024614e7aeedaef57483 SHA512 
a9690349c665baa29171d8256e41cac817599e742880bbb02382bdda67a1adc0b4910aa2a1e92dea4867cc25832b27b6561c4ff05f5103a0da952e60b6facfac
 WHIRLPOOL 
830ee1e4285c3e8f5f6b5eac2dcecfb75d5007a9960525d53438ee71135aed269f558ef1fa6a07bd72dd911f496597db6bc085ef2cc342f543cd0e2edfde53b4
+DIST openafs-1.6.18.3-src.tar.bz2 14668811 SHA256 
b9cb45fdfd2aab543363e64da0b56167bfc1a302afdbcd5a076fb704a0c16a70 SHA512 
679b463109c47fd252853e6f12c7e60148cf78f6d2699d468b1e1f85bbd5b392a909c3f2201460e3192ad7a60bad64c58489980c2efcd904ab4851df8724d47f
 WHIRLPOOL 
8180188e3ecc87f002d5a4b4c4641949869a09b88474a75850e27dea1134dca1156ae4533f997494d64b8820aa4dc0f0ceb7b4dda01648c95f70408c190d353b
 DIST openafs-patches-20160801-1.tar.xz 10908 SHA256 
d81c46d12e49fc917dc5171ddabd838d3c8c16dcb272edc533f6dbdda4dccadf SHA512 
fc2ae985a69718ae4e12412059ed9431fccf854540e5b59112ea13be057b47695f8f14213d1c87d1eab2ff0d0c34407febfd37dbf8794cac6e3de223beb693fd
 WHIRLPOOL 
ea3e7e70f3f469561ef48d11bfa3f481c9d34265c78b45e1578b012432f7ff49463dacc938aee98060404baa79bed980a07b01422f076a2626308a842b99cbad
 DIST openafs-patches-20160801-2.tar.xz 11004 SHA256 
7037d9657bd3c90725fd8b2b063bef80cedcc9fbf0605c7a3bf3543b64eecb58 SHA512 
42768bc54cbeafea2c8042b84368d9fcfc4e54681d1077eb1fd6a3d1633aa1a0ba2f6fd291a182a9f2f930f111d2ff587be9fe8a8b941b1e9535136ee344633b
 WHIRLPOOL 
786c2155142916594f178cdc66631da5514f60ee0155e4420d702b4a934968e99ebb5d2de03beb8e22f00742972aeb3d9fb84d9051d9d67091264781deaa2108

diff --git a/net-fs/openafs-kernel/openafs-kernel-1.6.18.3.ebuild 
b/net-fs/openafs-kernel/openafs-kernel-1.6.18.3.ebuild
new file mode 100644
index 000..c523db9
--- /dev/null
+++ b/net-fs/openafs-kernel/openafs-kernel-1.6.18.3.ebuild
@@ -0,0 +1,135 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit autotools linux-mod multilib toolchain-funcs versionator
+
+MY_PV=$(delete_version_separator '_')
+MY_PN="${PN/-kernel}"
+MY_P="${MY_PN}-${MY_PV}"
+PVER="20160801-2"
+
+DESCRIPTION="The OpenAFS distributed file system kernel module"
+HOMEPAGE="https://www.openafs.org/";
+# We always d/l the doc tarball as man pages are not USE=doc material
+[[ ${PV} == *_pre* ]] && MY_PRE="candidate/" || MY_PRE=""
+SRC_URI="
+   https://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-src.tar.bz2
+   https://dev.gentoo.org/~bircoph/afs/${MY_PN}-patches-${PVER}.tar.xz
+"
+
+LICENSE="IBM BSD openafs-krb5-a APSL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+S=${WORKDIR}/${MY_P}
+
+CONFIG_CHECK="~!AFS_FS KEYS"
+ERROR_AFS_FS="OpenAFS conflicts with the in-kernel AFS-support. Make sure not 
to load both at the same time!"
+ERROR_KEYS="OpenAFS needs CONFIG_KEYS option enabled"
+
+QA_TEXTRELS_x86_fbsd="/boot/modules/libafs.ko"
+QA_TEXTRELS_amd64_fbsd="/boot/modules/libafs.ko"
+
+PATCHES=( "${WORKDIR}/gentoo/patches" )
+
+pkg_pretend() {
+   if use kernel_linux && kernel_is ge 4 8 ; then
+   ewarn "Gentoo supports kernels which are supported by OpenAFS"
+   ewarn "which are limited to the kernel versions: < 4.8"
+   ewarn ""
+   ewarn "You are free to utilize epatch_user to provide whatever"
+   ewarn "support you feel is appropriate, but will not receive"
+   ewarn "support as a result of those changes."
+   ewarn ""
+   ewarn "Please do not file a bug report about this."
+   fi
+}
+
+pkg_setup() {
+   if use kernel_linux; then
+   linux-mod_pkg_setup
+   fi
+}
+
+src_prepare() {
+   default
+
+   # packaging is f-ed up, so we can't run eautoreconf
+   

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

2016-08-10 Thread NP Hardass
commit: 3f9243e6382d63aa7768ab8c23119cc220f1150d
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Aug 11 04:01:12 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Aug 11 04:29:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f9243e6

app-emulation/wine: Switch to new eapply backend for staging

Package-Manager: portage-2.3.0

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

diff --git a/app-emulation/wine/wine-.ebuild 
b/app-emulation/wine/wine-.ebuild
index 8bedf34..b5dad1f 100644
--- a/app-emulation/wine/wine-.ebuild
+++ b/app-emulation/wine/wine-.ebuild
@@ -323,10 +323,10 @@ src_prepare() {
local STAGING_EXCLUDE=""
use pipelight || STAGING_EXCLUDE="${STAGING_EXCLUDE} -W 
Pipelight"
 
-   # Launch wine-staging patcher in a subshell, using epatch as a 
backend, and gitapply.sh as a backend for binary patches
+   # Launch wine-staging patcher in a subshell, using eapply as a 
backend, and gitapply.sh as a backend for binary patches
ebegin "Running Wine-Staging patch installer"
(
-   set -- DESTDIR="${S}" --backend=epatch --no-autoconf 
--all ${STAGING_EXCLUDE}
+   set -- DESTDIR="${S}" --backend=eapply --no-autoconf 
--all ${STAGING_EXCLUDE}
cd "${STAGING_DIR}/patches"
source "${STAGING_DIR}/patches/patchinstall.sh"
)



[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-console-view/, dev-util/buildbot-www/, dev-util/buildbot-pkg/, ...

2016-08-10 Thread Brian Dolbec
commit: 02ffa767366f1e36477fd6af0d483daa15cb0a35
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Aug 11 04:23:35 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Thu Aug 11 04:24:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02ffa767

dev-util/buildbot-*: Fix deps on other buildbot pkgs for revision bumps

Signed-off-by: Brian Dolbec  gentoo.org>

 dev-util/buildbot-console-view/buildbot-console-view-0.9.0_rc1.ebuild | 4 ++--
 dev-util/buildbot-pkg/buildbot-pkg-0.9.0_rc1.ebuild   | 2 +-
 .../buildbot-waterfall-view/buildbot-waterfall-view-0.9.0_rc1.ebuild  | 4 ++--
 dev-util/buildbot-www/buildbot-www-0.9.0_rc1.ebuild   | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git 
a/dev-util/buildbot-console-view/buildbot-console-view-0.9.0_rc1.ebuild 
b/dev-util/buildbot-console-view/buildbot-console-view-0.9.0_rc1.ebuild
index 52840dd..b347882 100644
--- a/dev-util/buildbot-console-view/buildbot-console-view-0.9.0_rc1.ebuild
+++ b/dev-util/buildbot-console-view/buildbot-console-view-0.9.0_rc1.ebuild
@@ -29,9 +29,9 @@ else
 fi
 
 RDEPEND="
-   =dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
-   =dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
 "
 
 DEPEND="${RDEPEND}

diff --git a/dev-util/buildbot-pkg/buildbot-pkg-0.9.0_rc1.ebuild 
b/dev-util/buildbot-pkg/buildbot-pkg-0.9.0_rc1.ebuild
index 9900daa..f161595 100644
--- a/dev-util/buildbot-pkg/buildbot-pkg-0.9.0_rc1.ebuild
+++ b/dev-util/buildbot-pkg/buildbot-pkg-0.9.0_rc1.ebuild
@@ -29,7 +29,7 @@ else
 fi
 
 RDEPEND="
-   =dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
 "
 

diff --git 
a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.0_rc1.ebuild 
b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.0_rc1.ebuild
index 648f02e..ba22090 100644
--- a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.0_rc1.ebuild
+++ b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.0_rc1.ebuild
@@ -29,9 +29,9 @@ else
 fi
 
 RDEPEND="
-   =dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
-   =dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
 "
 
 DEPEND="${RDEPEND}

diff --git a/dev-util/buildbot-www/buildbot-www-0.9.0_rc1.ebuild 
b/dev-util/buildbot-www/buildbot-www-0.9.0_rc1.ebuild
index e92547f..8370602 100644
--- a/dev-util/buildbot-www/buildbot-www-0.9.0_rc1.ebuild
+++ b/dev-util/buildbot-www/buildbot-www-0.9.0_rc1.ebuild
@@ -32,8 +32,8 @@ RDEPEND=""
 
 DEPEND="${RDEPEND}
>=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
-   =dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
-   =dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
 "
 



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

2016-08-10 Thread Mike Frysinger
commit: 0836172e8bbff56c4101b1140e6ae1dc263277a9
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu Aug 11 04:05:54 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Aug 11 04:06:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0836172e

dev-libs/mingw-libgnurx: block C libs due to regex.h install #590964

 dev-libs/mingw-libgnurx/mingw-libgnurx-2.5.1.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/dev-libs/mingw-libgnurx/mingw-libgnurx-2.5.1.ebuild 
b/dev-libs/mingw-libgnurx/mingw-libgnurx-2.5.1.ebuild
index a4990dd..b410a73 100644
--- a/dev-libs/mingw-libgnurx/mingw-libgnurx-2.5.1.ebuild
+++ b/dev-libs/mingw-libgnurx/mingw-libgnurx-2.5.1.ebuild
@@ -14,6 +14,11 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="static-libs"
 
+# Installs regex.h which most C libs provide.
+RDEPEND="!sys-libs/glibc
+   !sys-libs/uclibc
+   !sys-libs/musl"
+
 src_prepare() {
default
 



[gentoo-commits] repo/user/ssnb:master commit in: net-im/mattermost-desktop/

2016-08-10 Thread Samuel Bernardo
commit: eb2faf4eac0abb9608de465f35c27ba52d3772a0
Author: Samuel Bernardo  tecnico  ulisboa  pt>
AuthorDate: Thu Aug 11 03:07:54 2016 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Thu Aug 11 03:07:54 2016 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=eb2faf4e

add mattermost-desktop, but installation not tested yet

 net-im/mattermost-desktop/Manifest |  2 +
 .../mattermost-desktop-1.3.0.ebuild| 45 ++
 2 files changed, 47 insertions(+)

diff --git a/net-im/mattermost-desktop/Manifest 
b/net-im/mattermost-desktop/Manifest
new file mode 100644
index 000..2e93b2d
--- /dev/null
+++ b/net-im/mattermost-desktop/Manifest
@@ -0,0 +1,2 @@
+DIST mattermost-desktop-1.3.0.tar.gz 923509 SHA256 
4a37253d2b3cc6b396c6e22bbf1ba20eb5144f1836f8fe1acedebd47e155326e SHA512 
2947cab9f22adcb737a272f5998ed725143e13414cc1874085895db815ab1c4e5251af3ca8c49fc6f9c60d432cb35260537b8fbe46a212ab64d043624eee9c34
 WHIRLPOOL 
84dee52f41f3478864746987fe3c6d3a479bb2108ba76d22b0f10002c95262f14511e8921b96322f87d5c38e6c5c8a6dc8e915661bb903bed2768bfbb61e6772
+EBUILD mattermost-desktop-1.3.0.ebuild 1197 SHA256 
5f21c2d568c6f44256cf70e14dcc969fc543b26e58311ac0f57e890d0fdb077b SHA512 
5c6d245af2e75e8c24876a1bea69ed98a19ba751691871d6d817677458c7d888b931fb2332790abe4ab9b23af152bc8d898994074755e86434d24a3774dc7502
 WHIRLPOOL 
8ccd060923b825235736312bb329a158b393db85ab818c37747c2c148c08bd6e31b1fde20e1ad0140dc1732a26e6c9308b15ae234c5e892d66bb44da5b2f660f

diff --git a/net-im/mattermost-desktop/mattermost-desktop-1.3.0.ebuild 
b/net-im/mattermost-desktop/mattermost-desktop-1.3.0.ebuild
new file mode 100644
index 000..8bbf2eb
--- /dev/null
+++ b/net-im/mattermost-desktop/mattermost-desktop-1.3.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+# https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=mattermost-desktop
+
+EAPI=5
+
+inherit eutils unpacker
+
+DESCRIPTION="Mattermost chat desktop client for Linux"
+HOMEPAGE="https://github.com/mattermost/desktop";
+SRC_URI="https://github.com/mattermost/desktop/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+   net-libs/nodejs[npm]
+"
+RDEPEND="
+   ${DEPEND}
+   gnome-base/gconf
+   !net-im/mattermost
+"
+
+src_compile() {
+   default
+
+   npm install || die "npm install failed!"
+   npm run package || die "npm run package failed!"
+}
+
+src_install() {
+   cp -R "${WORKDIR}" "${D}/usr/lib/mattermost" || die "Install failed!"
+
+   ln -s "/usr/lib/mattermost/Mattermost" "${D}/usr/bin/mattermost" || die 
"Install failed!"
+
+   #cp "${WORKDIR}/LICENSE" "${D}/usr/share/licenses/${PN}/LICENSE" || die 
"Install failed!"
+
+   cp "${WORKDIR}/src/resources/appicon.png" 
"${D}/usr/share/pixmaps/${PN}.png" || die "Install failed!"
+   make_desktop_entry /usr/bin/mattermost "Mattermost Desktop" ${PN} 
"GNOME;GTK;Network;InstantMessaging;" || die "Install failed!"
+}
+



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

2016-08-10 Thread Brian Dolbec
commit: f02a962ac82d910fc293795721bca2368ac0028c
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Aug 11 02:23:39 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Thu Aug 11 02:24:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f02a962a

dev-util/buildbot: Update the 0.9.0_rc1 and  versions with changes made in 
0.8.12-r2

Clean up the files/ directory, remove the no longer needed .9 versions of the 
files.

Package-Manager: portage-2.3.0

 dev-util/buildbot/buildbot-0.9.0_rc1.ebuild| 161 
 dev-util/buildbot/buildbot-0.9.1_rc1-r1.ebuild | 201 +
 dev-util/buildbot/buildbot-.ebuild | 120 ++-
 dev-util/buildbot/files/buildbot9.service  |  14 --
 dev-util/buildbot/files/buildmaster.confd.9|  10 --
 dev-util/buildbot/files/buildmaster.initd.9|  54 ---
 6 files changed, 281 insertions(+), 279 deletions(-)

diff --git a/dev-util/buildbot/buildbot-0.9.0_rc1.ebuild 
b/dev-util/buildbot/buildbot-0.9.0_rc1.ebuild
deleted file mode 100644
index fcaba40..000
--- a/dev-util/buildbot/buildbot-0.9.0_rc1.ebuild
+++ /dev/null
@@ -1,161 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python2_7 )
-
-EGIT_REPO_URI="https://github.com/buildbot/${PN}.git";
-
-[[ ${PV} == * ]] && inherit git-r3
-inherit readme.gentoo-r1 user systemd distutils-r1
-
-MY_PV="${PV/_p/p}"
-MY_V="0.9.0rc1"
-MY_P="${PN}-${MY_V}"
-
-DESCRIPTION="BuildBot build automation system"
-HOMEPAGE="http://trac.buildbot.net/ https://github.com/buildbot/buildbot 
http://pypi.python.org/pypi/buildbot";
-[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-if [[ ${PV} == * ]]; then
-   KEYWORDS=""
-else
-   KEYWORDS="~amd64"
-fi
-
-IUSE="crypt doc examples irc mail manhole test"
-
-RDEPEND=">=dev-python/jinja-2.1[${PYTHON_USEDEP}]
-   || (
-   >=dev-python/twisted-web-14.0.1[${PYTHON_USEDEP}]
-   >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
-   )
-   >=dev-python/sqlalchemy-0.8[${PYTHON_USEDEP}]
-   >=dev-python/sqlalchemy-migrate-0.9[${PYTHON_USEDEP}]
-   crypt? (
-   >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
-   dev-python/idna[${PYTHON_USEDEP}]
-   dev-python/service_identity[${PYTHON_USEDEP}]
-   )
-   irc? (
-   || ( >=dev-python/twisted-words-14.0.1[${PYTHON_USEDEP}]
-   =dev-python/twisted-mail-14.0.1[${PYTHON_USEDEP}]
-   =dev-python/twisted-conch-14.0.1[${PYTHON_USEDEP}]
-   =dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]
-   >=dev-python/autobahn-0.10.2[${PYTHON_USEDEP}]
-   =dev-python/txaio-2.2.2[${PYTHON_USEDEP}]
-   "
-DEPEND="${RDEPEND}
-   >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
-   doc? ( >=dev-python/sphinx-1.4.3[${PYTHON_USEDEP}] )
-   test? (
-   >=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   || (
-   (
-   
>=dev-python/twisted-mail-14.0.1[${PYTHON_USEDEP}]
-   
>=dev-python/twisted-web-14.0.1[${PYTHON_USEDEP}]
-   
>=dev-python/twisted-words-14.0.1[${PYTHON_USEDEP}]
-   )
-   =0.8',
-#'sphinx-jinja',)
-
-S=${WORKDIR}/${MY_P}
-[[ ${PV} == * ]] && S=${S}/master
-
-pkg_setup() {
-   enewuser buildbot
-
-   DOC_CONTENTS="The \"buildbot\" user and the \"buildmaster\" init script 
has been added
-   to support starting buildbot through Gentoo's init system. To 
use this,
-   set up your build master following the documentation, make sure 
the
-   resulting directories are owned by the \"buildbot\" user and 
point
-   \"${EROOT}etc/conf.d/buildmaster\" at the right location. The 
scripts can
-   run as a different user if desired. If you need to run more 
than one
-   build master, just copy the scripts."
-}
-
-# docs generation is broken  might need a separate ebuild
-#python_compile_all() {
-   #if use doc; then
-   #einfo "Generation of documentation"
-   ##'man' target is currently broken
-   #emake -C docs html
-   #fi
-#}
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   doman docs/buildbot.1
-
-   #if use doc; then
-   #   dohtml -r docs/_build/html/
-   #   # TODO: install man pages
-   #fi
-
-   if use examples; then
-   insinto /usr/share/doc/${PF}
-   doins -r contrib docs/examples
-   fi
-
-   newconfd "${FILESDIR}"/buildmaster.confd.9 buildmaster
-  

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

2016-08-10 Thread Benda XU
commit: c8dbe07f06ec3171257d128f65c58c13393084de
Author: Benda Xu  gentoo  org>
AuthorDate: Thu Aug 11 01:29:07 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Thu Aug 11 01:29:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8dbe07f

dev-python/dask: version bump.

Package-Manager: portage-2.3.0

 dev-python/dask/Manifest   |  1 +
 dev-python/dask/dask-0.10.2.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/dask/Manifest b/dev-python/dask/Manifest
index 079dded..a8e316e 100644
--- a/dev-python/dask/Manifest
+++ b/dev-python/dask/Manifest
@@ -1 +1,2 @@
+DIST dask-0.10.2.tar.gz 357356 SHA256 
dbc80f7cbf51abee4dc49e5da188c57e2f816898165cbc1ddfe44b2c640036ca SHA512 
92bd671ff1483fe87edd34330dce321b88362d80ef4d836ab4eede87fdad5f657c51d03a9885a53924fb3becb504a8843cf852be08c88f5389f04c3f1b8aefe2
 WHIRLPOOL 
91d910130edfe3595d5f3f54aeb63a12bafd89f8d6bb68ca70dd72b98cf5ed465955154eef7ee2f7caf0f2d4145648cd48663b680c847e0f2b9600c0d5131b25
 DIST dask-0.8.1.tar.gz 292047 SHA256 
43deb1934cd033668e5e60b735f45c9c3ee2813f87bd51c243f975e55267fa43 SHA512 
b75fca59ecf285bae2fe82cb635fbcb78e9eb1389dc764c36e20c2278b12ec41363f463adfeff33891cf0eaf9a03ef1586b90ea5189c03d955bc670ac416660b
 WHIRLPOOL 
63bdfef96af56e82b72759c60546b9cc72fd67ec94ddff226d34ce8612e2c603729aaf2b31823971001701b01317c96ddf74a539ebab3cdc02a7e554ff8e8f37

diff --git a/dev-python/dask/dask-0.10.2.ebuild 
b/dev-python/dask/dask-0.10.2.ebuild
new file mode 100644
index 000..b168f7b
--- /dev/null
+++ b/dev-python/dask/dask-0.10.2.ebuild
@@ -0,0 +1,38 @@
+# 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} )
+
+inherit distutils-r1
+
+DESCRIPTION="Task scheduling and blocked algorithms for parallel processing"
+HOMEPAGE="http://dask.pydata.org/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   dev-python/bokeh[${PYTHON_USEDEP}]
+   dev-python/cloudpickle[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/partd[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/toolz[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/toolz[${PYTHON_USEDEP}]
+   test? (
+dev-python/pytest[${PYTHON_USEDEP}]
+dev-python/numexpr[${PYTHON_USEDEP}]
+sci-libs/scipy[${PYTHON_USEDEP}] )"
+
+python_test() {
+   py.test || die
+}



[gentoo-commits] repo/user/ssnb:master commit in: app-admin/enpass/files/, app-admin/enpass/

2016-08-10 Thread Samuel Bernardo
commit: f4dfd93ae11337a8c1a904c3c11044a3c34404d8
Author: root  zerg  tecnico  ulisboa  pt>
AuthorDate: Wed Aug 10 19:01:26 2016 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Wed Aug 10 19:01:26 2016 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=f4dfd93a

enpass version 5.3.0

 app-admin/enpass/Manifest  |  8 +++
 app-admin/enpass/enpass-5.0.5.ebuild   | 77 ++
 app-admin/enpass/enpass-5.3.0.ebuild   | 77 ++
 app-admin/enpass/files/fix-.desktop-Icon-key.patch | 25 +++
 .../enpass/files/fix-rc-.desktop-Icon-key.patch| 25 +++
 5 files changed, 212 insertions(+)

diff --git a/app-admin/enpass/Manifest b/app-admin/enpass/Manifest
new file mode 100644
index 000..9eb6b30
--- /dev/null
+++ b/app-admin/enpass/Manifest
@@ -0,0 +1,8 @@
+AUX fix-.desktop-Icon-key.patch 707 SHA256 
93f7b4ac9b88bfac6d782c81d2f3a098967446548de4c7a71601a4a481954bf6 SHA512 
892322fbcc3019e687713b8af120afb0ffe83933ee6ecc32337ef29e368540c4f7f78ab1943233101490acec5ee59e67416cd10c6e6126e9ca13743aa2bded5c
 WHIRLPOOL 
d91f03b1b0107791193ef9ca6f3027f2c128d062fd9123d80aa9ad26fcc3af8356627d948d3f654fb5fbd6fb222b89a556d19446d0abb34d8e6698d75f29
+AUX fix-rc-.desktop-Icon-key.patch 783 SHA256 
ab086c867156517e9612b5823ad1946adf03fffd1067ca896325649cb7d993c8 SHA512 
e959f963db3cc61933e76974308725982ac799a42630454001ef68c08d9e222813d11346dae77482b6c45a71d878e3a84c24d2a27501ded6891abe02aa73ca68
 WHIRLPOOL 
172c02ae84d2bc463657fe501ac334ee1a73b5c316ec03c4d5fba8959ce0db8c85557d6d1b020801d1432acc970e026192bbb6cb456350417739bb30ffce5a83
+DIST enpass_5.0.5_amd64.deb 33101432 SHA256 
cd413cb9170fc2d777d30a68103c9758059c4ce00beebd513b0773eadf2f9acc SHA512 
732f73146ba2207fba161189cac9c231c58fb232e133843db071b80c93f0fc5f01b0fa29d5f8d94b20f81b1a85c287b73b465cc4de75ffa6d12bd199ac5a623f
 WHIRLPOOL 
331f21e12e1158f28f99b6ba268ac6be2389c51127178fde997def91ee26ac981a60e99307205fe639b579ba5f07c5b6d4fc20fbe0f01cdf61c3654695698f7f
+DIST enpass_5.0.5_i386.deb 33697866 SHA256 
b196897e7dcb7f183bdcf82d0a03f2a97746efb6c51798db03a9587f21fec6db SHA512 
58bbcb9378cc639b2c9a10f3d9da2b83040a17d586c8b5e2187a5c19fcde8adc17e184565c9f6e9e4d9593894eecb8b9560f89cb1be654efd9441ef017309137
 WHIRLPOOL 
23d9b5d5feb6a1279ac3438fa134a8ddf0c5d775fff593290669fd515d6fa3a356006fdc75305b45a2c9f58208068b4dd41af7100123eaef95805061f9480b9c
+DIST enpass_5.3.0_amd64.deb 32921704 SHA256 
d9da061c6456281da836bdd78bdb7baeced4b7f1805bb2495e4f1d15038cf86b SHA512 
d80c588825275055e8c7fef68d34380a7852d724a9080545868ce265b79bea9cb92ad55f6220ee7d54c4c117d73bf8d10bbc2c911723de3584d4934cc74b9790
 WHIRLPOOL 
1e9b3ed2104f6a1b2edf9944c0a126788a92f562d230948faa3e79ea2b249546852431665c872d46027396dec609d5362a71de78209136675c98d401c0bf0cf5
+DIST enpass_5.3.0_i386.deb 34213986 SHA256 
58d9f3b83c2da477c13976e1826d112236eabd46a389de7e8767ee99ac41f469 SHA512 
dd6e6b4be46a74a56535182c896f7b1230fd2ac09f246073e5a51ea712ad7ac401c090d8494c5c5781835e3edb91a1a2e32c37aa9d8c031e00985299f1d4e303
 WHIRLPOOL 
319bee881d81f5aee2831f112682534c05668de4d7442421b1c6de483e30eec683b06a5c572e56cc5ab8c7435fb6638121c8723f876072f667ee68a0aa6ca3b1
+EBUILD enpass-5.0.5.ebuild 2347 SHA256 
b712df39fc56a350ebbae01dbdec6eeacfa2f6b93c242e071a0dd28aebf98627 SHA512 
95fecd1df349fd29ee7dba1febc158ec24df3236026f4d29440168de7d63437b956369edc923d6062314dcc80915d0d21c5f2b1d1fd4bb215597e10a1d552175
 WHIRLPOOL 
2858eb8247bf2efdb2884a11dc3ebfc3961923131b25a51aaf005bea51cc28dbdd86c6e5608bb7fd64ecce9df80d3f12f651697a65890d1930ef69646596211a
+EBUILD enpass-5.3.0.ebuild 2347 SHA256 
b712df39fc56a350ebbae01dbdec6eeacfa2f6b93c242e071a0dd28aebf98627 SHA512 
95fecd1df349fd29ee7dba1febc158ec24df3236026f4d29440168de7d63437b956369edc923d6062314dcc80915d0d21c5f2b1d1fd4bb215597e10a1d552175
 WHIRLPOOL 
2858eb8247bf2efdb2884a11dc3ebfc3961923131b25a51aaf005bea51cc28dbdd86c6e5608bb7fd64ecce9df80d3f12f651697a65890d1930ef69646596211a

diff --git a/app-admin/enpass/enpass-5.0.5.ebuild 
b/app-admin/enpass/enpass-5.0.5.ebuild
new file mode 100644
index 000..b78efd4
--- /dev/null
+++ b/app-admin/enpass/enpass-5.0.5.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+# http://repo.sinew.in/dists/stable/main/binary-{amd64,i386}/Packages
+
+EAPI=5
+
+inherit eutils unpacker
+
+DESCRIPTION="A cross-platform, complete password management solution that 
securely manages passwords and all other life important credentials like bank 
accounts, Credit cards, IDs, passport, driving licenses etc. Everything is 
saved locally on user’s device and optionally he can sync through other devices 
using his accounts of Dropbox, Box, Google Drive, OneDrive, iCloud and 
ownCloud."
+HOMEPAGE="http://enpass.io/apps/linux/";
+SRC_URI="amd64? ( 
http://repo.sinew.in/pool/main/e/enpass/enpass_${PV}_amd64.deb )
+ x86?  ( http://repo.sinew.in/pool/mai

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

2016-08-10 Thread Michael Orlitzky
commit: 5781b6f2d5baa42817cd441affc438930c24ba47
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Wed Aug 10 22:42:54 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed Aug 10 22:43:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5781b6f2

games-util/gtkevemon: new v1.10 and fix the repo for the live ebuild.

The repository for this project changed (from Mercurial to Git), so
the live ebuild needed to be updated. Thanks to Andre Schulz for
posting an updated live ebuild. I also noticed that glibmm:3.0 and
curl[ssl] have replaced glibmm:2.4 and openssl in the dependencies, so
those have been updated as well.

I added the new version 1.10, but all is not rosy there. The package
builds fine, but I get SSLv3 errors when attempting to refresh
SkillTree.xml and CertificateTree.xml. Building openssl with USE=sslv3
does not fix this. Both new versions tell me that all of the servers
are offline. For that reason, I have left v1.8 in the tree as well
(just in case it works better for somebody).

Gentoo-Bug: 527442
Gentoo-Bug: 562616

Package-Manager: portage-2.2.28

 games-util/gtkevemon/Manifest  |  1 +
 games-util/gtkevemon/gtkevemon-1.10.ebuild | 46 
 games-util/gtkevemon/gtkevemon-.ebuild | 58 +-
 3 files changed, 71 insertions(+), 34 deletions(-)

diff --git a/games-util/gtkevemon/Manifest b/games-util/gtkevemon/Manifest
index 5aa60d4..5c0f66c 100644
--- a/games-util/gtkevemon/Manifest
+++ b/games-util/gtkevemon/Manifest
@@ -1,2 +1,3 @@
 DIST gtkevemon-1.8-learning.patch.gz 5879 SHA256 
ec9951ae91447e4e5f1d1720a35c27a92546760cc2ae76cd269f85cb59766437 SHA512 
44d58ce947b27fb623a94e79e2eff6a20aec1bd0a63c3029347099e64bde5fc31080bcfed0da8fd00f70c2f5c88182760ee169729729c39805bee099099d3022
 WHIRLPOOL 
68342fc1e8aa729f4e6cd3002fbde58ad7c3818dc5d76cddfb4b4d4d05a5f9e55d8244f07a7803c3fc5ddc354546cc20f73c0c6dea58fd1a2303004cd3ce120e
 DIST gtkevemon-1.8-source.tar.gz 321226 SHA256 
32faf51b5b84f7e055dd47b7c43f722613b5c6cfbd8ec6a47cada75e686300c7 SHA512 
483a66bda9f34ae423ce4205eaf5dc3775dab9d8d0074a19d79ffad86bc13974b09927efd1757300233c8e040f42e564ea44f32a5c3c2726db404d43d9fb5736
 WHIRLPOOL 
60ea958633d6fc9ca2e6b4940f30f9691c95c8d1a43a16763ab3532065be0872e0e6c0fe71a0b36ebd0d74422105cc745ab7d88ce0a5f7a552c9ca22c62f4a85
+DIST v1.10.tar.gz 240225 SHA256 
532d36755f33e2e00cdf8bf7ca52b16c04e4a1c47235b821a93236b493da5239 SHA512 
c3fad5ba1947be527adf9c90bfad60eb505fd6b3bb3379f960748ccb529381b34b5c5c653516220d17998c95ce2b53105834f7d79053bc1e8ccc9094c8b974c9
 WHIRLPOOL 
ea319155abe46db1af5ed739eaf2034446d4b8d1f83470c7acccf94030720c8bdc0182e3ed2c803d9f09557a49fe9056c0758de99628d152fce44e8bc4486818

diff --git a/games-util/gtkevemon/gtkevemon-1.10.ebuild 
b/games-util/gtkevemon/gtkevemon-1.10.ebuild
new file mode 100644
index 000..4d4fe3d
--- /dev/null
+++ b/games-util/gtkevemon/gtkevemon-1.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
+
+inherit flag-o-matic
+
+DESCRIPTION="A standalone skill monitoring application for EVE Online"
+HOMEPAGE="http://gtkevemon.battleclinic.com";
+SRC_URI="http://github.com/gtkevemon/${PN}/archive/v${PV}.tar.gz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-cpp/gtkmm:2.4
+   dev-libs/libxml2
+   dev-libs/openssl:0
+"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+src_prepare() {
+   default
+
+   sed -e 's:Categories=Game;$:Categories=Game;RolePlaying;GTK;:' \
+   -i "icon/${PN}.desktop" \
+   || die "failed fix categories in icon/${PN}.desktop"
+
+   # Fixes a QA notice.
+   sed -i "/^Encoding/d" "icon/${PN}.desktop" \
+   || die "failed to remove the Encoding from icon/${PN}.desktop"
+
+   append-cxxflags -std=c++11
+}
+
+src_install() {
+   dobin "src/${PN}"
+   doicon "icon/${PN}.svg"
+   domenu "icon/${PN}.desktop"
+   einstalldocs
+}

diff --git a/games-util/gtkevemon/gtkevemon-.ebuild 
b/games-util/gtkevemon/gtkevemon-.ebuild
index b380ae1..f7b113f 100644
--- a/games-util/gtkevemon/gtkevemon-.ebuild
+++ b/games-util/gtkevemon/gtkevemon-.ebuild
@@ -1,57 +1,47 @@
-# 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
 
-inherit eutils
-
-IUSE=""
-if [[ ${PV} == ** ]]; then
-   inherit mercurial
-   EHG_REPO_URI="https://bitbucket.org/BattleClinic/${PN}";
-   KEYWORDS=""
-   SRC_URI=""
-   MY_S="${WORKDIR}/${P}/gtkevemon"
-else
-   KEYWORDS="~amd64 ~x86"
-   SRC_URI="http://gtkevemon.battleclinic.com/releases/${P}-source.tar.gz";
-fi
+inherit flag-o-matic git-r3
 
 DESCRIPTION="A standalone skill monitoring application for EVE Online"
 HOMEPAGE="http://gtkevemon.battlecli

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

2016-08-10 Thread Thomas Deutschmann
commit: f2526ec53782f0048e861bae4af6a52332733246
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug 10 22:39:47 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug 10 22:39:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2526ec5

app-admin/collectd: Adjust depedency on sci-libs/libsigrok

Requiring https://github.com/collectd/collectd/issues/1574

Package-Manager: portage-2.3.0

 app-admin/collectd/collectd-5.5.1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/collectd/collectd-5.5.1-r4.ebuild 
b/app-admin/collectd/collectd-5.5.1-r4.ebuild
index 6f4e52a..630d169 100644
--- a/app-admin/collectd/collectd-5.5.1-r4.ebuild
+++ b/app-admin/collectd/collectd-5.5.1-r4.ebuild
@@ -101,7 +101,7 @@ COMMON_DEPEND="
collectd_plugins_rrdcached? ( net-analyzer/rrdtool:= )
collectd_plugins_rrdtool?   ( net-analyzer/rrdtool:= )
collectd_plugins_sensors?   ( sys-apps/lm_sensors )
-   collectd_plugins_sigrok?( sci-libs/libsigrok )
+   collectd_plugins_sigrok?( 

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

2016-08-10 Thread Thomas Deutschmann
commit: 8be44f76d4ac02cebcd1e0e6e6284bb72d054b0f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug 10 22:02:57 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug 10 22:13:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8be44f76

www-servers/nginx: Revision bump to update HTTPoxy mitigation

Commit c4b897dc39a9 ("www-servers/nginx: HTTPoxy mitigation added") only
added HTTPoxy mitigation for fastcgi protocol.

This commit will add mitigation for similar protocols like scgi and uwsgi
as well.

Reported-by: Valentin V. Bartenev  nginx.com>

Package-Manager: portage-2.3.0

 .../nginx/files/nginx-httpoxy-mitigation-r1.patch  |  54 ++
 www-servers/nginx/nginx-1.10.1-r2.ebuild   | 768 
 www-servers/nginx/nginx-1.11.3-r1.ebuild   | 782 +
 3 files changed, 1604 insertions(+)

diff --git a/www-servers/nginx/files/nginx-httpoxy-mitigation-r1.patch 
b/www-servers/nginx/files/nginx-httpoxy-mitigation-r1.patch
new file mode 100644
index 000..4a6372a
--- /dev/null
+++ b/www-servers/nginx/files/nginx-httpoxy-mitigation-r1.patch
@@ -0,0 +1,54 @@
+httpoxy mitigation
+
+See https://httpoxy.org/ and https://www.nginx.com/blog/?p=41962 for details.
+---
+ conf/fastcgi.conf   | 3 +++
+ conf/fastcgi_params | 3 +++
+ conf/scgi_params| 3 +++
+ conf/uwsgi_params   | 3 +++
+ 4 files changed, 12 insertions(+)
+
+diff --git a/conf/fastcgi.conf b/conf/fastcgi.conf
+index 091738c..9f7e192 100644
+--- a/conf/fastcgi.conf
 b/conf/fastcgi.conf
+@@ -24,3 +24,6 @@ fastcgi_param  SERVER_NAME$server_name;
+ 
+ # PHP only, required if PHP was built with --enable-force-cgi-redirect
+ fastcgi_param  REDIRECT_STATUS200;
++
++# httpoxy mitigation (https://httpoxy.org/ 
https://www.nginx.com/blog/?p=41962)
++fastcgi_param  HTTP_PROXY "";
+diff --git a/conf/fastcgi_params b/conf/fastcgi_params
+index 28decb9..3be3a95 100644
+--- a/conf/fastcgi_params
 b/conf/fastcgi_params
+@@ -23,3 +23,6 @@ fastcgi_param  SERVER_NAME$server_name;
+ 
+ # PHP only, required if PHP was built with --enable-force-cgi-redirect
+ fastcgi_param  REDIRECT_STATUS200;
++
++# httpoxy mitigation (https://httpoxy.org/ 
https://www.nginx.com/blog/?p=41962)
++fastcgi_param  HTTP_PROXY "";
+diff --git a/conf/scgi_params b/conf/scgi_params
+index 6d4ce4f..a9da34f 100644
+--- a/conf/scgi_params
 b/conf/scgi_params
+@@ -15,3 +15,6 @@ scgi_param  REMOTE_ADDR$remote_addr;
+ scgi_param  REMOTE_PORT$remote_port;
+ scgi_param  SERVER_PORT$server_port;
+ scgi_param  SERVER_NAME$server_name;
++
++# httpoxy mitigation (https://httpoxy.org/ 
https://www.nginx.com/blog/?p=41962)
++scgi_param  HTTP_PROXY "";
+diff --git a/conf/uwsgi_params b/conf/uwsgi_params
+index 09c732c..9d67d3d 100644
+--- a/conf/uwsgi_params
 b/conf/uwsgi_params
+@@ -15,3 +15,6 @@ uwsgi_param  REMOTE_ADDR$remote_addr;
+ uwsgi_param  REMOTE_PORT$remote_port;
+ uwsgi_param  SERVER_PORT$server_port;
+ uwsgi_param  SERVER_NAME$server_name;
++
++# httpoxy mitigation (https://httpoxy.org/ 
https://www.nginx.com/blog/?p=41962)
++uwsgi_param  HTTP_PROXY "";

diff --git a/www-servers/nginx/nginx-1.10.1-r2.ebuild 
b/www-servers/nginx/nginx-1.10.1-r2.ebuild
new file mode 100644
index 000..a320bc8
--- /dev/null
+++ b/www-servers/nginx/nginx-1.10.1-r2.ebuild
@@ -0,0 +1,768 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# Maintainer notes:
+# - http_rewrite-independent pcre-support makes sense for matching locations 
without an actual rewrite
+# - any http-module activates the main http-functionality and overrides 
USE=-http
+# - keep the following requirements in mind before adding external modules:
+#  * alive upstream
+#  * sane packaging
+#  * builds cleanly
+#  * does not need a patch for nginx core
+# - TODO: test the google-perftools module (included in vanilla tarball)
+
+# prevent perl-module from adding automagic perl DEPENDs
+GENTOO_DEPEND_ON_PERL="no"
+
+# devel_kit (https://github.com/simpl/ngx_devel_kit, BSD license)
+DEVEL_KIT_MODULE_PV="0.3.0"
+DEVEL_KIT_MODULE_P="ngx_devel_kit-${DEVEL_KIT_MODULE_PV}-r1"
+DEVEL_KIT_MODULE_URI="https://github.com/simpl/ngx_devel_kit/archive/v${DEVEL_KIT_MODULE_PV}.tar.gz";
+DEVEL_KIT_MODULE_WD="${WORKDIR}/ngx_devel_kit-${DEVEL_KIT_MODULE_PV}"
+
+# http_uploadprogress 
(https://github.com/masterzen/nginx-upload-progress-module, BSD-2 license)
+HTTP_UPLOAD_PROGRESS_MODULE_PV="0.9.1"
+HTTP_UPLOAD_PROGRESS_MODULE_P="ngx_http_upload_progress-${HTTP_UPLOAD_PROGRESS_MODULE_PV}-r1"
+HTTP_UPLOAD_PROGRESS_MODULE_URI="https://github.com/masterzen/nginx-upload-progress-module/archive/v${HTTP_UPLOAD_PROGRESS_MODULE_PV}.tar.gz";
+HTTP_UPLOAD_PROGRESS_MODULE_WD="${WORKDIR}/nginx-upload-progress-module-${HTTP_UPLOAD_PROGRESS_MODULE

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

2016-08-10 Thread Thomas Deutschmann
commit: 77945d7d197a90163f20bb183e71538c40fd7f8b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug 10 22:13:12 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug 10 22:13:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77945d7d

www-servers/nginx: Cleanup

Removing previous ebuilds with incomplete HTTPoxy mitigation.

Package-Manager: portage-2.3.0

 www-servers/nginx/Manifest |   1 -
 .../nginx/files/nginx-httpoxy-mitigation.patch |  33 -
 www-servers/nginx/nginx-1.10.1-r1.ebuild   | 768 
 www-servers/nginx/nginx-1.11.2.ebuild  | 774 
 www-servers/nginx/nginx-1.11.3.ebuild  | 782 -
 5 files changed, 2358 deletions(-)

diff --git a/www-servers/nginx/Manifest b/www-servers/nginx/Manifest
index a721492..da1e09c 100644
--- a/www-servers/nginx/Manifest
+++ b/www-servers/nginx/Manifest
@@ -1,6 +1,5 @@
 DIST modsecurity-2.9.1.tar.gz 4261212 SHA256 
958cc5a7a7430f93fac0fd6f8b9aa92fc1801efce0cda797d6029d44080a9b24 SHA512 
374733cbfc26e53d95b78c8f268a4e465d838163e9893fc24e33a9d272b114f1b287147bab6d0289575074cbbd94f48983e23fa59832cbcb32950046cea59269
 WHIRLPOOL 
5f41bebf032f8a269412d104b7632a06af4d4c495658c9cd1ebf69b82c10ce1bbcb34b9dd159a7b00e57348714a5e93ad3db19701dda51479accd3a9dc79a9cb
 DIST nginx-1.10.1.tar.gz 909077 SHA256 
1fd35846566485e03c0e318989561c135c598323ff349c503a6c14826487a801 SHA512 
fa1329d40e83340380332dd5e2ed66f08dd59cc7f7582dd0e0193c493353ba550e80dc80e5165c225d70532d4197abc49cc8c760e8ab72e48f630cb57c2803e1
 WHIRLPOOL 
6942f70c3279a28bd8d664d085dee68bf0d0526c8dcb636f3258c9de598268efc984af72e527efd86889bd13911b38b0bdb2de1e92eef69cabd02f7080f64eb6
-DIST nginx-1.11.2.tar.gz 924979 SHA256 
a0327be3e647bdc4a1b3ef98946a8e8fbf258ce8da6bed9a94222b249ae2700a SHA512 
56fb66dd7267780acaa186679f3abefcddb3dd7701d0d87518e98c83b62cd171f40e4ce47cec0a42d31181d57856c9ba820ded001975bd50c9c09dcf409b11bf
 WHIRLPOOL 
31de538411e164727cfde081300b0e98eb8dbd3fecdbad73a22672b33b6b23d08b33aa8e238d3b72649c474ef6abf7026a43d06e329b35a1a5a3e9e4ace72c91
 DIST nginx-1.11.3.tar.gz 938045 SHA256 
4a667f40f9f3917069db1dea1f2d5baa612f1fa19378aadf71502e846a424610 SHA512 
b983aca61335facf5778675b80fc28341ec9cfee2190319ed130b9c5d5ceff8133677f4609ecafd5a782daa5962e41bb6cb6a857380bbbe9cee67cd0ab2026d4
 WHIRLPOOL 
f197bc4f5e1ed234b26d625db5bf665a24c09da316e3cae3c0f394f0b4db116acad5db15add7fd92b5fe1428f95449538584f57272f8bad89b912fb38fbb2c7d
 DIST nginx-auth-ldap-dbcef31bebb2d54b6120422d0b178bbf78bc48f7.tar.gz 16998 
SHA256 35c8f29581823be0f8bdbcf237d7fa5518c45eabe0ab9a695b131d32c8f1c264 SHA512 
f47a9a6c5f93daa9260825261d2069bca5fc528221f94fc8ec98462f61774a36bce0238d931f8d0690544fd0144a83f942b6673c8376fe03f7834f8da971
 WHIRLPOOL 
26a2f67e715d13f785932f00e642c0864b5b7059d120f7fe7458017dbe02203f4873d1cfc4f0dd262834465438ad2b00ef4b49295e18a8e246abda6f7694ac70
 DIST nginx_http_sticky_module_ng-1.2.6.tar.bz2 124089 SHA256 
e47b9fd435d7a5a3200f945a9745aaa7b9446495bda76df48f211129f88d6b26 SHA512 
2632b04c94f523aa7c9726db182cba11d83e642c2db5798274e67fbef30de95d02e4e95cbfb98bc429d4244d630b5d9617405b43f728ae0117a5c134940c0ded
 WHIRLPOOL 
1b754c02f834c6b4d4930e9c46b8c5accb6c9663718fb9296c92d79bc33206e66e49e4234ca4db9a5afcd42fa23273bdf0e675aa7b38927c4e46a85318c189eb

diff --git a/www-servers/nginx/files/nginx-httpoxy-mitigation.patch 
b/www-servers/nginx/files/nginx-httpoxy-mitigation.patch
deleted file mode 100644
index 7e9618b..000
--- a/www-servers/nginx/files/nginx-httpoxy-mitigation.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-httpoxy mitigation
-
-See https://httpoxy.org/ and https://www.nginx.com/blog/?p=41962 for details.

- conf/fastcgi.conf   | 3 +++
- conf/fastcgi_params | 3 +++
- 2 files changed, 6 insertions(+)
-
-diff --git a/conf/fastcgi.conf b/conf/fastcgi.conf
-index 091738c..9f7e192 100644
 a/conf/fastcgi.conf
-+++ b/conf/fastcgi.conf
-@@ -24,3 +24,6 @@ fastcgi_param  SERVER_NAME$server_name;
- 
- # PHP only, required if PHP was built with --enable-force-cgi-redirect
- fastcgi_param  REDIRECT_STATUS200;
-+
-+# httpoxy mitigation (https://httpoxy.org/ 
https://www.nginx.com/blog/?p=41962)
-+fastcgi_param  HTTP_PROXY "";
-diff --git a/conf/fastcgi_params b/conf/fastcgi_params
-index 28decb9..3be3a95 100644
 a/conf/fastcgi_params
-+++ b/conf/fastcgi_params
-@@ -23,3 +23,6 @@ fastcgi_param  SERVER_NAME$server_name;
- 
- # PHP only, required if PHP was built with --enable-force-cgi-redirect
- fastcgi_param  REDIRECT_STATUS200;
-+
-+# httpoxy mitigation (https://httpoxy.org/ 
https://www.nginx.com/blog/?p=41962)
-+fastcgi_param  HTTP_PROXY "";
--- 
-2.9.2
-

diff --git a/www-servers/nginx/nginx-1.10.1-r1.ebuild 
b/www-servers/nginx/nginx-1.10.1-r1.ebuild
deleted file mode 100644
index 825a13b..000
--- a/www-servers/nginx/nginx-1.10.1-r1.ebuild
+++ /dev/null
@@ -1,768 +0,0 @@
-# Copyright 1999

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

2016-08-10 Thread Sergei Trofimovich
commit: 80411830354cfd8f94ddd10ba83921299672a8ab
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Aug 10 21:08:01 2016 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug 10 21:08:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80411830

dev-lang/squirrel: bump up to 3.1

While at it use long names for interpreter:
/usr/bin/sq -> /usr/bin/squirrel3
/usr/lib/libsquirrel.so -> /usr/lib/libsquirrel3.so

Package-Manager: portage-2.3.0

 dev-lang/squirrel/Manifest|  1 +
 dev-lang/squirrel/metadata.xml|  1 +
 dev-lang/squirrel/squirrel-3.1.ebuild | 43 +++
 3 files changed, 45 insertions(+)

diff --git a/dev-lang/squirrel/Manifest b/dev-lang/squirrel/Manifest
index 9a83378..1dc68d0 100644
--- a/dev-lang/squirrel/Manifest
+++ b/dev-lang/squirrel/Manifest
@@ -1 +1,2 @@
+DIST squirrel-3.1.tar.gz 175612 SHA256 
51942b8638a97b673e34ecf3ca50304996fa99bbdbfa7fe93d9744e6769b2f95 SHA512 
8aec059c801a8f6a1ddb9585cebd51457cfd43743cb0b03494e022fd47392e7b4b88e4703f184f4dcba2be8c0fb756e9b260e2f230e1bd92b37cdcb86d4f1141
 WHIRLPOOL 
f1b7b1c96c0d0e8fd7f1c27f05684bacb803a33fd5dbe2bd767b955e2fd747c83a7ef666bc10f1b6ab7fa51fe6df46551dec947e77c862855fee3b7ad7289703
 DIST squirrel_2.2.4_stable.tar.gz 419567 SHA256 
936ca05469ab19f16a730685ef4ad1ca5a3838195765d47935a4ba9052d8b2d4 SHA512 
91fe260b362d682eb5d21334c0ffa532120550c1c49a40412ac87118bee5f045e79c260f42247bd2c897d33b7a593dd2bc2e5c8e78e219553682f8b6cd79201d
 WHIRLPOOL 
7cc953f1bbfc8e228be9310eff714b682f0e77b5e1ae9bf0a5bb0ec1c9f53b873c9199bb0679b7b13759bbe54e96de674a9b42b90db3ddd2a3caa36bc067ab50

diff --git a/dev-lang/squirrel/metadata.xml b/dev-lang/squirrel/metadata.xml
index d1f23a7..cc06c94 100644
--- a/dev-lang/squirrel/metadata.xml
+++ b/dev-lang/squirrel/metadata.xml
@@ -7,5 +7,6 @@


squirrel
+   albertodemichelis/squirrel

 

diff --git a/dev-lang/squirrel/squirrel-3.1.ebuild 
b/dev-lang/squirrel/squirrel-3.1.ebuild
new file mode 100644
index 000..c6996a7
--- /dev/null
+++ b/dev-lang/squirrel/squirrel-3.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="A interpreted language mainly used for games"
+HOMEPAGE="http://squirrel-lang.org/";
+SRC_URI="https://github.com/albertodemichelis/squirrel/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples static-libs"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DINSTALL_LIB_DIR="$(get_libdir)" \
+   -DINSTALL_INC_DIR=include
+   $(usex static-libs '' -DDISABLE_STATIC=YES)
+   # /usr/bin/sq is used by app-text/ispell
+   # /usr/lib/libsquirrel.so is used by app-shells/squirrelsh
+   -DLONG_OUTPUT_NAMES=YES
+   )
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+
+   dodoc HISTORY
+
+   if use examples; then
+   docompress -x /usr/share/doc/${PF}/samples
+   dodoc -r samples
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/offlineimap/

2016-08-10 Thread Tim Harder
commit: 955bc8b81f435b139f97835f40aae860221bf13e
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Aug 10 21:00:01 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Aug 10 21:00:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=955bc8b8

net-mail/offlineimap: version bump to 7.0.5

 net-mail/offlineimap/Manifest |  1 +
 net-mail/offlineimap/offlineimap-7.0.5.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/net-mail/offlineimap/Manifest b/net-mail/offlineimap/Manifest
index c341a49..9eecaa6 100644
--- a/net-mail/offlineimap/Manifest
+++ b/net-mail/offlineimap/Manifest
@@ -2,3 +2,4 @@ DIST offlineimap-6.5.6.tar.gz 187801 SHA256 
650fa588bdf86624575a5196fa12e9059b74
 DIST offlineimap-6.5.7.tar.gz 20 SHA256 
b7de52c7d8995e0657bb55da13531c8d6f96d828217159477c685ae408e390a3 SHA512 
eb2d7c627b1a5563cb685549eeaaef2cd164e69ab5c541ee64b2d081dfe5493cd51de449e6283447e8132503545f7f37cb6bf7e6764b626f243e502cf77bda4f
 WHIRLPOOL 
dbedde3030f1483dda00ee56d2a735c6d131f65dcafac37f476b136de86dbd0d76d87b8701c99e642f050a181f6bb657be9bbae44e2f289137e785759136395f
 DIST offlineimap-7.0.3.tar.gz 688967 SHA256 
db002ba68ac5ce9336487741d9828e33dd435ee33dc5009ae91c3586d1b4507e SHA512 
5ebb0411810b617f7b878df147d10bedf1a9d928645f8080f6d81683f621f503bda3ecc50dbaa86fe0d8b500e355236eebced3833313abb694b0593e626be330
 WHIRLPOOL 
3e4b3b42f732771e5b1d680dac12a49e2dac2c0e45174e3b40fef961f8917280d76612a048121a7f379edb014f553966f6b40df362a65a93dcf2f752666b8ca3
 DIST offlineimap-7.0.4.tar.gz 689027 SHA256 
3f848027a5b9865061f9ff56bc8a0ee6d7370f53fe5bb5a76e3e9220fea63ebc SHA512 
29b22d5cf8deea937c6eb461b9a7e8211792e761374407ae6a17eb53a6a9a0f8ce6e43b84b90470802112389b50018cd6ee8ca85f7e0b3744720707e35a9119b
 WHIRLPOOL 
3aa9a4e401e6851d806bff9a8a95f5bd37ce1ab16ccb5b9baa0ec2eefdb559489203927b5e3de6ad010b54c3ab6785662c979287cd706f7f05ec989ab6c8eaaf
+DIST offlineimap-7.0.5.tar.gz 689611 SHA256 
76668c032d3e1c845addaf99b7f4dc61bbb2e06038a85322347d46d2233e9517 SHA512 
f489468266455346f9bce30796b4fb270a61caf66dada22b21e5408b9207e41ae437e271a808662fe0105e30d670273c5f102b51c2b5b497665dc0ab3601e386
 WHIRLPOOL 
e0bf449497810ed6035d5f3ad5d32db7f7d18f71d95af242895007d41bf2670ed85941bbd97357302039f5df2459e005806d3bff798f24ab61f75668416f2901

diff --git a/net-mail/offlineimap/offlineimap-7.0.5.ebuild 
b/net-mail/offlineimap/offlineimap-7.0.5.ebuild
new file mode 100644
index 000..2915dc7
--- /dev/null
+++ b/net-mail/offlineimap/offlineimap-7.0.5.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# Normally you need only one version of this.
+DISTUTILS_SINGLE_IMPL=1
+PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_REQ_USE="threads,sqlite,ssl?"
+
+inherit distutils-r1
+
+DESCRIPTION="Powerful IMAP/Maildir synchronization and reader support"
+HOMEPAGE="http://offlineimap.org";
+SRC_URI="https://github.com/OfflineIMAP/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+IUSE="doc ssl"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="doc? ( app-text/asciidoc )"
+
+# see http://pogma.com/2009/09/09/snow-leopard-and-offlineimap/ and bug 284925
+PATCHES=(
+   "${FILESDIR}/${PN}-7.0.3-darwin10.patch"
+)
+
+src_compile() {
+   distutils-r1_src_compile
+   use doc && emake -C docs man
+}
+
+src_install() {
+   distutils-r1_src_install
+   dodoc offlineimap.conf offlineimap.conf.minimal
+   use doc && doman docs/{offlineimap.1,offlineimapui.7}
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   elog "You will need to configure offlineimap by creating 
~/.offlineimaprc"
+   elog "Sample configurations are in /usr/share/doc/${PF}/"
+   elog ""
+   elog "If you connect via ssl/tls and don't use CA cert 
checking, it will"
+   elog "display the server's cert fingerprint and require you to 
add it to the"
+   elog "configuration file to be sure it connects to the same 
server every"
+   elog "time. This serves to help fixing CVE-2010-4532 
(offlineimap doesn't"
+   elog "check SSL server certificate) in cases where you have no 
CA cert."
+   fi
+}



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

2016-08-10 Thread Michael Palimaka
commit: 7037aa815abd82ee1f11f5da9f2f6d67daf8197a
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Aug 10 20:54:12 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 10 20:54:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7037aa81

profiles: mask net-misc/quickshare for removal

Gentoo-bug: 443812

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 48e5260..b852fda 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 # Michael Palimaka  (10 Aug 2016)
 # Fails to build. Dead upstream.
+# Masked for removal in 30 days. Bug 443812.
+net-misc/quickshare
+
+# Michael Palimaka  (10 Aug 2016)
+# Fails to build. Dead upstream.
 # Masked for removal in 30 days. Bug 543154.
 net-im/indicator-messages
 



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

2016-08-10 Thread Michael Palimaka
commit: 6ac0a38a9601306d9bf9f7687f52e6eb3c965ac2
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Aug 10 20:45:55 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 10 20:46:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac0a38a

profiles: mask net-im/indicator-messages for removal

Gentoo-bug: 543154

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

diff --git a/profiles/package.mask b/profiles/package.mask
index d11f8c6..48e5260 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,11 @@
 #--- END OF EXAMPLES ---
 
 # Michael Palimaka  (10 Aug 2016)
+# Fails to build. Dead upstream.
+# Masked for removal in 30 days. Bug 543154.
+net-im/indicator-messages
+
+# Michael Palimaka  (10 Aug 2016)
 # Requires vulnerable version of webkit-gtk. Dead upstream.
 # Masked for removal in 30 days. Bug 584176.
 media-plugins/gmpc-wikipedia



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

2016-08-10 Thread Thomas Deutschmann
commit: bdc6ed80265e4bd3016968fef4f291b017b0d0ad
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug 10 20:23:54 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug 10 20:44:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdc6ed80

dev-libs/librdkafka: Removing proxy-maintainer

Now that I am a Gentoo developer this package is no longer maintained
through proxy-maintainer project.

Package-Manager: portage-2.3.0

 dev-libs/librdkafka/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-libs/librdkafka/metadata.xml b/dev-libs/librdkafka/metadata.xml
index e05a2c9..e0fb32e 100644
--- a/dev-libs/librdkafka/metadata.xml
+++ b/dev-libs/librdkafka/metadata.xml
@@ -5,10 +5,6 @@
whi...@gentoo.org
Thomas Deutschmann

-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   

https://github.com/edenhill/librdkafka/issues
edenhill/librdkafka



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

2016-08-10 Thread Thomas Deutschmann
commit: 774e1f7171945ce8c5889745ed0fa82b12e4cc85
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug 10 20:18:41 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug 10 20:44:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=774e1f71

dev-libs/libfastjson: Updating maintainer details

Updating my own maintainer details to reflect that I am now a Gentoo
developer.

Gentoo-Bug: 581174

Package-Manager: portage-2.3.0

 dev-libs/libfastjson/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libfastjson/metadata.xml 
b/dev-libs/libfastjson/metadata.xml
index 1dbc276..6df8005 100644
--- a/dev-libs/libfastjson/metadata.xml
+++ b/dev-libs/libfastjson/metadata.xml
@@ -2,8 +2,8 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-   whi...@whissi.de
-   Thomas D. (Whissi)
+   whi...@gentoo.org
+   Thomas Deutschmann


proxy-ma...@gentoo.org



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

2016-08-10 Thread Thomas Deutschmann
commit: efed12795891953150baa99aedca410953b304d6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug 10 20:09:42 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug 10 20:44:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efed1279

app-admin/collectd: Removing proxy-maintainer

Now that I am a Gentoo developer this package is no longer maintained
through proxy-maintainer project.

Package-Manager: portage-2.3.0

 app-admin/collectd/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/app-admin/collectd/metadata.xml b/app-admin/collectd/metadata.xml
index e611f79..95f0467 100644
--- a/app-admin/collectd/metadata.xml
+++ b/app-admin/collectd/metadata.xml
@@ -11,10 +11,6 @@
Johan Bergström
Proxy maintainer; CC him on bugs

-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers Project
-   

Collectd gathers statistics about the system it is running on 
and stores this
information. Those statistics can then be used to find current 
performance



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

2016-08-10 Thread Thomas Deutschmann
commit: 504e67b30873c3fc94fcd0555f27e11402beb7ea
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug 10 20:17:24 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug 10 20:44:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=504e67b3

dev-libs/liblognorm: Removing proxy-maintainer

Now that I am a Gentoo developer this package is no longer maintained
through proxy-maintainer project.

Package-Manager: portage-2.3.0

 dev-libs/liblognorm/metadata.xml | 13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/dev-libs/liblognorm/metadata.xml b/dev-libs/liblognorm/metadata.xml
index 89c9cd4..7d460c3 100644
--- a/dev-libs/liblognorm/metadata.xml
+++ b/dev-libs/liblognorm/metadata.xml
@@ -2,6 +2,11 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

+   whi...@gentoo.org
+   Thomas Deutschmann
+   Primary maintainer
+   
+   
andreis.vinograd...@gmail.com
Andreis Vinogradovs

@@ -9,14 +14,6 @@
maksbo...@gentoo.org
Maxim Koltsov

-   
-   whi...@gentoo.org
-   Thomas Deutschmann
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   

https://github.com/rsyslog/liblognorm/issues
rsyslog/liblognorm



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

2016-08-10 Thread Thomas Deutschmann
commit: 62d7ec2d20bd8695fed5fff62cdf31791e60940e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug 10 20:44:04 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug 10 20:44:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d7ec2d

www-servers/nginx: Add myself as maintainer

Package-Manager: portage-2.3.0

 www-servers/nginx/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/www-servers/nginx/metadata.xml b/www-servers/nginx/metadata.xml
index 6ba5f0f..150cf04 100644
--- a/www-servers/nginx/metadata.xml
+++ b/www-servers/nginx/metadata.xml
@@ -6,6 +6,10 @@
 Tiziano Müller
   
   
+whi...@gentoo.org
+Thomas Deutschmann
+  
+  
 b...@bergstroem.nu
 Johan Bergström
 Co-maintainer, CC on bugs.



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

2016-08-10 Thread Thomas Deutschmann
commit: 83dd7d41b8b39a39a3193a0f0aba51560db5eb5d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug 10 20:23:24 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug 10 20:44:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83dd7d41

dev-libs/librdkafka: Updating maintainer details

Updating my own maintainer details to reflect that I am now a Gentoo
developer.

Gentoo-Bug: 581174

Package-Manager: portage-2.3.0

 dev-libs/librdkafka/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/librdkafka/metadata.xml b/dev-libs/librdkafka/metadata.xml
index a309652..e05a2c9 100644
--- a/dev-libs/librdkafka/metadata.xml
+++ b/dev-libs/librdkafka/metadata.xml
@@ -2,8 +2,8 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-   whi...@whissi.de
-   Thomas D. (Whissi)
+   whi...@gentoo.org
+   Thomas Deutschmann


proxy-ma...@gentoo.org



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

2016-08-10 Thread Thomas Deutschmann
commit: f4e996853a36aa6832b4cb6271ba99a546e08a33
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug 10 20:28:02 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug 10 20:44:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e99685

app-admin/rsyslog: Updating maintainer details

Updating my own maintainer details to reflect that I am now a Gentoo
developer.

Gentoo-Bug: 581174

Package-Manager: portage-2.3.0

 app-admin/rsyslog/metadata.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-admin/rsyslog/metadata.xml b/app-admin/rsyslog/metadata.xml
index bb8a019..567e608 100644
--- a/app-admin/rsyslog/metadata.xml
+++ b/app-admin/rsyslog/metadata.xml
@@ -7,9 +7,8 @@
Primary Maintainer


-   whi...@whissi.de
-   Thomas D. (Whissi)
-   Proxy-Maintainer, CC. bugs
+   whi...@gentoo.org
+   Thomas Deutschmann


Build the general database output module 
(requires dev-db/libdbi)



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

2016-08-10 Thread Thomas Deutschmann
commit: f940d337e4f744834ada3cec536af8412ded2bdc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug 10 20:22:22 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug 10 20:44:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f940d337

dev-libs/libfastjson: Removing proxy-maintainer

Now that I am a Gentoo developer this package is no longer maintained
through proxy-maintainer project.

Package-Manager: portage-2.3.0

 dev-libs/libfastjson/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-libs/libfastjson/metadata.xml 
b/dev-libs/libfastjson/metadata.xml
index 6df8005..f380ba0 100644
--- a/dev-libs/libfastjson/metadata.xml
+++ b/dev-libs/libfastjson/metadata.xml
@@ -5,10 +5,6 @@
whi...@gentoo.org
Thomas Deutschmann

-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   

https://github.com/rsyslog/libfastjson/issues
rsyslog/libfastjson



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

2016-08-10 Thread Thomas Deutschmann
commit: f67a413a116bf48135b975b1e5271fb70d8ebb3b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug 10 20:13:36 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug 10 20:44:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f67a413a

dev-libs/libestr: Updating maintainer details

Updating my own maintainer details to reflect that I am now a Gentoo
developer.

Gentoo-Bug: 581174

Package-Manager: portage-2.3.0

 dev-libs/libestr/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libestr/metadata.xml b/dev-libs/libestr/metadata.xml
index 55012aa..5c30f70 100644
--- a/dev-libs/libestr/metadata.xml
+++ b/dev-libs/libestr/metadata.xml
@@ -10,8 +10,8 @@
Maxim Koltsov


-   whi...@whissi.de
-   Thomas D. (Whissi)
+   whi...@gentoo.org
+   Thomas Deutschmann


proxy-ma...@gentoo.org



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

2016-08-10 Thread Thomas Deutschmann
commit: 2d6838ef584bb620b6930e0edf359a697913449f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug 10 20:26:43 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug 10 20:44:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d6838ef

dev-libs/liblogging: Removing proxy-maintainer

Now that I am a Gentoo developer this package is no longer maintained
through proxy-maintainer project.

Package-Manager: portage-2.3.0

 dev-libs/liblogging/metadata.xml | 5 -
 1 file changed, 5 deletions(-)

diff --git a/dev-libs/liblogging/metadata.xml b/dev-libs/liblogging/metadata.xml
index 94b8a06..50284e1 100644
--- a/dev-libs/liblogging/metadata.xml
+++ b/dev-libs/liblogging/metadata.xml
@@ -8,11 +8,6 @@

whi...@gentoo.org
Thomas Deutschmann
-   Proxy-Maintainer, CC. bugs
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers






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

2016-08-10 Thread Thomas Deutschmann
commit: 438e6b6cd8e823adf298db8016f576964178fddb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug 10 20:25:25 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug 10 20:44:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=438e6b6c

dev-libs/liblogging: Updating maintainer details

Updating my own maintainer details to reflect that I am now a Gentoo
developer.

Gentoo-Bug: 581174

Package-Manager: portage-2.3.0

 dev-libs/liblogging/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/liblogging/metadata.xml b/dev-libs/liblogging/metadata.xml
index 4bc2e0b..94b8a06 100644
--- a/dev-libs/liblogging/metadata.xml
+++ b/dev-libs/liblogging/metadata.xml
@@ -6,8 +6,8 @@
Ultrabug


-   whi...@whissi.de
-   Thomas D. (Whissi)
+   whi...@gentoo.org
+   Thomas Deutschmann
Proxy-Maintainer, CC. bugs





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

2016-08-10 Thread Thomas Deutschmann
commit: 07ca64ff6fd148baa109366741f3d469afed2379
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug 10 20:16:22 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug 10 20:44:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07ca64ff

dev-libs/liblognorm: Updating maintainer details

Updating my own maintainer details to reflect that I am now a Gentoo
developer.

Gentoo-Bug: 581174

Package-Manager: portage-2.3.0

 dev-libs/liblognorm/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/liblognorm/metadata.xml b/dev-libs/liblognorm/metadata.xml
index f779ed5..89c9cd4 100644
--- a/dev-libs/liblognorm/metadata.xml
+++ b/dev-libs/liblognorm/metadata.xml
@@ -10,8 +10,8 @@
Maxim Koltsov


-   whi...@whissi.de
-   Thomas D. (Whissi)
+   whi...@gentoo.org
+   Thomas Deutschmann


proxy-ma...@gentoo.org



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

2016-08-10 Thread Thomas Deutschmann
commit: 2a431e7086e3fb6462a5051f4e2763c47148ea6d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug 10 20:15:16 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug 10 20:44:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a431e70

dev-libs/libestr: Removing proxy-maintainer

Now that I am a Gentoo developer this package is no longer maintained
through proxy-maintainer project.

Package-Manager: portage-2.3.0

 dev-libs/libestr/metadata.xml | 13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/dev-libs/libestr/metadata.xml b/dev-libs/libestr/metadata.xml
index 5c30f70..f4fe337 100644
--- a/dev-libs/libestr/metadata.xml
+++ b/dev-libs/libestr/metadata.xml
@@ -2,6 +2,11 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

+   whi...@gentoo.org
+   Thomas Deutschmann
+   Primary maintainer
+   
+   
andreis.vinograd...@gmail.com
Andreis Vinogradovs

@@ -9,14 +14,6 @@
maksbo...@gentoo.org
Maxim Koltsov

-   
-   whi...@gentoo.org
-   Thomas Deutschmann
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   

https://github.com/rsyslog/libestr/issues
rsyslog/libestr



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

2016-08-10 Thread Thomas Deutschmann
commit: f61b4ec7ae3ffa023d48b49d79026275cc25d0c5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug 10 20:08:16 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug 10 20:44:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f61b4ec7

app-admin/collectd: Updating maintainer details

Updating my own maintainer details to reflect that I am now a Gentoo
developer.

Gentoo-Bug: 581174

Package-Manager: portage-2.3.0

 app-admin/collectd/metadata.xml | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-admin/collectd/metadata.xml b/app-admin/collectd/metadata.xml
index 359cb79..e611f79 100644
--- a/app-admin/collectd/metadata.xml
+++ b/app-admin/collectd/metadata.xml
@@ -2,14 +2,14 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-   b...@bergstroem.nu
-   Johan Bergström
-   Primary proxied maintainer; set to assignee in all 
bugs
+   whi...@gentoo.org
+   Thomas Deutschmann
+   Primary maintainer


-   whi...@whissi.de
-   Thomas D.
-   Proxied co-maintainer
+   b...@bergstroem.nu
+   Johan Bergström
+   Proxy maintainer; CC him on bugs


proxy-ma...@gentoo.org



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

2016-08-10 Thread Michael Palimaka
commit: 07c173ab25de94c0db92e5a3a15fe49e7ced3510
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Aug 10 20:34:55 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 10 20:35:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c173ab

profiles: mask media-plugins/gmpc-wikipedia for removal

Gentoo-bug: 584176

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 2c572a4..d11f8c6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,11 @@
 #--- END OF EXAMPLES ---
 
 # Michael Palimaka  (10 Aug 2016)
+# Requires vulnerable version of webkit-gtk. Dead upstream.
+# Masked for removal in 30 days. Bug 584176.
+media-plugins/gmpc-wikipedia
+
+# Michael Palimaka  (10 Aug 2016)
 # Interface to an API that has been shut down.
 # Masked for removal in 30 days. Bug 587976.
 dev-python/pyechonest



[gentoo-commits] repo/gentoo:master commit in: www-client/chromium/, www-client/chromium/files/

2016-08-10 Thread Paweł Hajdan
commit: 58f3fd3b9db9ce046e50a5a82b1d2499ebcaaf47
Author: Pawel Hajdan, Jr  gentoo  org>
AuthorDate: Wed Aug 10 22:29:45 2016 +
Commit: Paweł Hajdan  gentoo  org>
CommitDate: Wed Aug 10 22:29:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58f3fd3b

www-client/chromium: dev channel bump (54.0.2824.0)

Make SUID sandbox optional - fixes bug #550290 by Karol Herbst.

Package-Manager: portage-2.2.28

 www-client/chromium/Manifest|   1 +
 www-client/chromium/chromium-54.0.2824.0.ebuild | 732 
 www-client/chromium/files/chromium-gn-r4.patch  |  12 +
 3 files changed, 745 insertions(+)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 453c21c..657788a 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -2,3 +2,4 @@ DIST chromium-52.0.2743.116.tar.xz 458156660 SHA256 
a194ae1edb041024b3d4b6ba438f
 DIST chromium-53.0.2785.21.tar.xz 460600312 SHA256 
68f4a97af24f0c1c964b668eab68ead815833b56ea9a9f925a5b3b35baef SHA512 
8ccc84506ca47f0d8c77f542b1c0fe7e8f5b8849ce8378ef49a0b7916822bdc622f4e6a4a53b7c5e2b51b68d191e71b6b6757d2258d732103bca507cfc799e90
 WHIRLPOOL 
30404088b6e8cd572c9c3715ee0ba75c9823e3acea464c956fcd2f7deee2e375eca35ee10cd254b866ecd91e6653ba876893c4d5b810fbd39f9a1caa470217e6
 DIST chromium-53.0.2785.34.tar.xz 460739532 SHA256 
261ba008c96b335a55feff18785b01484af2d678f85b58206008b31c9e9c372f SHA512 
99e0b7a30e34f70ec844ef50f02eadadead2b83f2a47ca7d5779cf0a90bf49e7d3efc1bbc98eb4d1294ed283edd04a993a639003a365e06ae8b2adf26cc1c865
 WHIRLPOOL 
dec533670c1664f88ea32fe253644e479b81fb93bd93f1bc5dbfe41c56979a7642afdfcd041ddf05ca3f0da8e1bedc7ddf48779be3b965038026f65ab199f344
 DIST chromium-54.0.2810.2.tar.xz 460923284 SHA256 
f038e72cbd8b7383d13c286329623fda8d6d48f45fa2d964e554b5565283ad71 SHA512 
069edcc27427dc7e3c6c3af1932b7d88d2070f8280c9e1881bcba3cbf13bd2d74fe13b79d1e89194c51b9edf71b8ff0f5e45a0a9727798cc723cb8237b95df8c
 WHIRLPOOL 
64b32d5b5c06f9a4d3e774d340da935b92c46bb1573923dfd4f5748af310214ff7295f1b1e101dd6cb50de383e36fd2813087af801bed47df889e69441a6a375
+DIST chromium-54.0.2824.0.tar.xz 459683224 SHA256 
7aae8ea2ae681b6971624c1dbcbf9cb56353456a20b91f369381488c8f2e0e94 SHA512 
4867661f78fe72c32e8cea5a476cedd5fee9586fe8df8a7bd79f793542caa15fe52596996f8615f66376e75d9bdd92aeaa8aa6241472503ae015ef761f6435a3
 WHIRLPOOL 
88baed0d7fb13b815df82ffcd5e511ac9ef6ee92d98dff571f5ba5115300859345490c27fa45dab7c3dc99e5cd44310bcaa502ae37808b8694ce1276293d3549

diff --git a/www-client/chromium/chromium-54.0.2824.0.ebuild 
b/www-client/chromium/chromium-54.0.2824.0.ebuild
new file mode 100644
index 000..64ea7a2
--- /dev/null
+++ b/www-client/chromium/chromium-54.0.2824.0.ebuild
@@ -0,0 +1,732 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+PYTHON_COMPAT=( python2_7 )
+
+CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu 
he
+   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr
+   sv sw ta te th tr uk vi zh-CN zh-TW"
+
+inherit check-reqs chromium-2 eutils gnome2-utils flag-o-matic multilib 
multiprocessing pax-utils portability python-any-r1 readme.gentoo-r1 
toolchain-funcs versionator virtualx xdg-utils
+
+DESCRIPTION="Open-source version of Google Chrome web browser"
+HOMEPAGE="http://chromium.org/";
+SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="cups +gn gnome gnome-keyring gtk3 +hangouts kerberos neon pic 
+proprietary-codecs pulseaudio selinux +suid +system-ffmpeg tcmalloc widevine"
+RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
+
+# TODO: bootstrapped gn binary hangs when using tcmalloc with portage's 
sandbox.
+REQUIRED_USE="gn? ( gnome gnome-keyring !tcmalloc )"
+
+# Native Client binaries are compiled with different set of flags, bug #452066.
+QA_FLAGS_IGNORED=".*\.nexe"
+
+# Native Client binaries may be stripped by the build system, which uses the
+# right tools for it, bug #469144 .
+QA_PRESTRIPPED=".*\.nexe"
+
+RDEPEND="
+   app-arch/bzip2:=
+   cups? ( >=net-print/cups-1.3.11:= )
+   >=dev-libs/elfutils-0.149
+   dev-libs/expat:=
+   dev-libs/glib:=
+   >=dev-libs/jsoncpp-0.5.0-r1:=
+   dev-libs/nspr:=
+   >=dev-libs/nss-3.14.3:=
+   gnome? ( >=gnome-base/gconf-2.24.0:= )
+   gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= )
+   >=media-libs/alsa-lib-1.0.19:=
+   media-libs/fontconfig:=
+   media-libs/freetype:=
+   media-libs/libexif:=
+   media-libs/libpng:=
+   media-libs/libvpx:=[svc]
+   media-libs/speex:=
+   pulseaudio? ( media-sound/pulseaudio:= )
+   system-ffmpeg? ( >=media-video/ffmpeg-2.7.2:= )
+   sys-apps/dbus:=
+   sys-apps/pciutils:=
+   >=sys-libs/libcap-2.22:=
+   virtual/udev

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

2016-08-10 Thread Michael Palimaka
commit: c58fd877a78f2e5d7d41460785b90ef42856bb94
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Aug 10 20:19:10 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 10 20:19:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c58fd877

profiles: mask dev-python/pyechonest for removal

Gentoo-bug: 587976

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 221762d..2c572a4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,11 @@
 #--- END OF EXAMPLES ---
 
 # Michael Palimaka  (10 Aug 2016)
+# Interface to an API that has been shut down.
+# Masked for removal in 30 days. Bug 587976.
+dev-python/pyechonest
+
+# Michael Palimaka  (10 Aug 2016)
 # Requires insecure SSLv3. Unmaintained. Upstream disappeared.
 # Masked for removal in 30 days. Bug 590732.
 app-mobilephone/smssend



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

2016-08-10 Thread Michael Palimaka
commit: c1f1611b6ba7693f660ef0d6d85ac4276613278f
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Aug 10 20:17:15 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 10 20:18:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1f1611b

media-sound/beets: remove echonest USE flag

Gentoo-bug: 587976

Package-Manager: portage-2.3.0

 media-sound/beets/beets-1.3.13-r1.ebuild | 91 
 1 file changed, 91 insertions(+)

diff --git a/media-sound/beets/beets-1.3.13-r1.ebuild 
b/media-sound/beets/beets-1.3.13-r1.ebuild
new file mode 100644
index 000..1480cc5
--- /dev/null
+++ b/media-sound/beets/beets-1.3.13-r1.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="sqlite"
+inherit distutils-r1 eutils
+
+MY_PV=${PV/_beta/-beta.}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="A media library management system for obsessive-compulsive music 
geeks"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+HOMEPAGE="http://beets.radbox.org/ https://pypi.python.org/pypi/beets";
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="MIT"
+IUSE="bpd chroma convert doc discogs flac gstreamer lastgenre mpdstats
+   ogg opus replaygain test web"
+
+RDEPEND=">=dev-python/enum34-1.0.4[${PYTHON_USEDEP}]
+   dev-python/jellyfish[${PYTHON_USEDEP}]
+   dev-python/munkres[${PYTHON_USEDEP}]
+   >=dev-python/python-musicbrainz-ngs-0.4[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/unidecode[${PYTHON_USEDEP}]
+   >=media-libs/mutagen-1.27[${PYTHON_USEDEP}]
+   bpd? ( dev-python/bluelet[${PYTHON_USEDEP}] )
+   chroma? ( dev-python/pyacoustid[${PYTHON_USEDEP}] )
+   convert? ( media-video/ffmpeg:0[encode] )
+   discogs? ( dev-python/discogs-client[${PYTHON_USEDEP}] )
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   mpdstats? ( dev-python/python-mpd[${PYTHON_USEDEP}] )
+   lastgenre? ( dev-python/pylast[${PYTHON_USEDEP}] )
+   replaygain? (
+   gstreamer? ( media-libs/gstreamer:1.0[introspection]
+   media-libs/gst-plugins-good:1.0
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ogg? ( media-plugins/gst-plugins-ogg )
+   flac? ( media-plugins/gst-plugins-flac:1.0 )
+   opus? ( media-plugins/gst-plugins-opus:1.0 ) )
+   !gstreamer? ( || ( media-sound/mp3gain
+   media-sound/aacgain ) ) )
+   web? ( dev-python/flask[${PYTHON_USEDEP}] )"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   # requires removed package pyechonest, bug #587976
+   rm beetsplug/echonest.py || die
+
+   # remove plugins that do not have appropriate dependencies installed
+   for flag in bpd chroma convert discogs lastgenre mpdstats replaygain 
web; do
+   if ! use ${flag}; then
+   rm -r beetsplug/${flag}.py || \
+   rm -r beetsplug/${flag}/ ||
+   die "Unable to remove ${flag} plugin"
+   fi
+   done
+
+   for flag in bpd lastgenre web; do
+   if ! use ${flag}; then
+   sed -e "s:'beetsplug.${flag}',::" -i setup.py || \
+   die "Unable to disable ${flag} plugin "
+   fi
+   done
+
+   use bpd || rm -f test/test_player.py
+
+}
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   cd test
+   if ! use web; then
+   rm test_web.py || die "Failed to remove test_web.py"
+   fi
+   "${PYTHON}" testall.py || die "Testsuite failed"
+}
+
+python_install_all() {
+   doman man/beet.1 man/beetsconfig.5
+   use doc && dohtml -r docs/_build/html/
+}



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

2016-08-10 Thread Michael Palimaka
commit: e2b144ff5fdf186e248e630a5f4be391fa8c4f0b
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Aug 10 20:17:46 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 10 20:18:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2b144ff

media-sound/beets: remove old

Package-Manager: portage-2.3.0

 media-sound/beets/Manifest  |  1 -
 media-sound/beets/beets-1.3.13.ebuild   | 89 -
 media-sound/beets/beets-1.3.3-r1.ebuild | 87 
 media-sound/beets/metadata.xml  |  5 --
 4 files changed, 182 deletions(-)

diff --git a/media-sound/beets/Manifest b/media-sound/beets/Manifest
index f7bae6d..5fc04fe 100644
--- a/media-sound/beets/Manifest
+++ b/media-sound/beets/Manifest
@@ -1,2 +1 @@
 DIST beets-1.3.13.tar.gz 1269748 SHA256 
6d973c3484079b22b7d281f771a97c03f9bb14bdd94f45b673f9d754875b2c59 SHA512 
ffee7e16a115f16c26ab07a75e614746cd5871a7311660d37978deff34245f3aeab97b1a453fc0900442f40e6ac7d102c5adfce910edfec78387fc149fbea261
 WHIRLPOOL 
79b345612b04965aa6d4b7cc819d7ed1942b5686bf3990612f2c243dc47a2cfc3f15550f97ee30502ce42f4c24cf2ade27e9db6393f40022ffedf6842f4dc05c
-DIST beets-1.3.3.tar.gz 679050 SHA256 
028e08b7bab2f9c14063f318e617fa82716410170753d6b2dbe8471a8bb1975e SHA512 
0e715b4d042a96c5c521f8acc12c481baad11fb9ff2b825984f6f46a1ed6dea876000fde292851292c4466e9df93ec0439d2c0f57241174014ffbb46225792ab
 WHIRLPOOL 
673bb1cafa6c211ef2c709062dc322437574a874e3997319542b65c677525365c94eb9d2fcac403e0c6e59440e8beb3e50558204d216025981418fdf6e3c

diff --git a/media-sound/beets/beets-1.3.13.ebuild 
b/media-sound/beets/beets-1.3.13.ebuild
deleted file mode 100644
index b8a2a7c..000
--- a/media-sound/beets/beets-1.3.13.ebuild
+++ /dev/null
@@ -1,89 +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 )
-PYTHON_REQ_USE="sqlite"
-inherit distutils-r1 eutils
-
-MY_PV=${PV/_beta/-beta.}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="A media library management system for obsessive-compulsive music 
geeks"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-HOMEPAGE="http://beets.radbox.org/ https://pypi.python.org/pypi/beets";
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-LICENSE="MIT"
-IUSE="bpd chroma convert doc discogs echonest flac gstreamer lastgenre mpdstats
-   ogg opus replaygain test web"
-
-RDEPEND=">=dev-python/enum34-1.0.4[${PYTHON_USEDEP}]
-   dev-python/jellyfish[${PYTHON_USEDEP}]
-   dev-python/munkres[${PYTHON_USEDEP}]
-   >=dev-python/python-musicbrainz-ngs-0.4[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/unidecode[${PYTHON_USEDEP}]
-   >=media-libs/mutagen-1.27[${PYTHON_USEDEP}]
-   bpd? ( dev-python/bluelet[${PYTHON_USEDEP}] )
-   chroma? ( dev-python/pyacoustid[${PYTHON_USEDEP}] )
-   convert? ( media-video/ffmpeg:0[encode] )
-   discogs? ( dev-python/discogs-client[${PYTHON_USEDEP}] )
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   echonest? ( >=dev-python/pyechonest-8.0.1[${PYTHON_USEDEP}] )
-   mpdstats? ( dev-python/python-mpd[${PYTHON_USEDEP}] )
-   lastgenre? ( dev-python/pylast[${PYTHON_USEDEP}] )
-   replaygain? (
-   gstreamer? ( media-libs/gstreamer:1.0[introspection]
-   media-libs/gst-plugins-good:1.0
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   ogg? ( media-plugins/gst-plugins-ogg )
-   flac? ( media-plugins/gst-plugins-flac:1.0 )
-   opus? ( media-plugins/gst-plugins-opus:1.0 ) )
-   !gstreamer? ( || ( media-sound/mp3gain
-   media-sound/aacgain ) ) )
-   web? ( dev-python/flask[${PYTHON_USEDEP}] )"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   # remove plugins that do not have appropriate dependencies installed
-   for flag in bpd chroma convert discogs echonest lastgenre mpdstats 
replaygain web; do
-   if ! use ${flag}; then
-   rm -r beetsplug/${flag}.py || \
-   rm -r beetsplug/${flag}/ ||
-   die "Unable to remove ${flag} plugin"
-   fi
-   done
-
-   for flag in bpd lastgenre web; do
-   if ! use ${flag}; then
-   sed -e "s:'beetsplug.${flag}',::" -i setup.py || \
-   die "Unable to disable ${flag} plugin "
-   fi
-   done
-
-   use bpd || rm -f test/test_player.py
-
-}
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   cd test
-   if ! use web; then
-   rm test_web.py || die "Failed to remove test_web.py"
-   fi
-   "${PYTHON}" testall.py || die "Testsuite failed"
-}
-
-python_install_

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

2016-08-10 Thread Michael Orlitzky
commit: 1deb31ee68f416d35e90bab9395453dc1850616c
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Wed Aug 10 19:58:56 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed Aug 10 19:59:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1deb31ee

app-editors/dav: new revision with format-security patch.

Gentoo-Bug: 521016

Package-Manager: portage-2.2.28

 app-editors/dav/dav-0.8.5-r2.ebuild| 41 ++
 .../dav/files/fix-Wformat-security-warnings.patch  | 39 
 2 files changed, 80 insertions(+)

diff --git a/app-editors/dav/dav-0.8.5-r2.ebuild 
b/app-editors/dav/dav-0.8.5-r2.ebuild
new file mode 100644
index 000..ac71d33
--- /dev/null
+++ b/app-editors/dav/dav-0.8.5-r2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="A minimal console text editor"
+HOMEPAGE="http://dav-text.sourceforge.net/";
+
+# The maintainer does not keep sourceforge's mirrors up-to-date,
+# so we point to the website's store of files.
+SRC_URI="http://dav-text.sourceforge.net/files/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+RDEPEND="sys-libs/ncurses:0"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}/${P}-asneeded.patch"
+   "${FILESDIR}/${P}-davrc-buffer-overflow.patch"
+   "${FILESDIR}/fix-Wformat-security-warnings.patch"
+)
+
+# Makefile only
+src_configure() { :; }
+
+src_compile() {
+   emake \
+   CC="$(tc-getCC)" \
+   CFLAGS="${CFLAGS}" \
+   LDFLAGS="${LDFLAGS} $( $(tc-getPKG_CONFIG) --libs ncurses)"
+}
+
+DOCS=( README )

diff --git a/app-editors/dav/files/fix-Wformat-security-warnings.patch 
b/app-editors/dav/files/fix-Wformat-security-warnings.patch
new file mode 100644
index 000..fe17333
--- /dev/null
+++ b/app-editors/dav/files/fix-Wformat-security-warnings.patch
@@ -0,0 +1,39 @@
+From 8e57c21b3b707c2a81695384688c46faa1d51da8 Mon Sep 17 00:00:00 2001
+From: Michael Orlitzky 
+Date: Wed, 10 Aug 2016 15:52:30 -0400
+Subject: [PATCH 1/1] fileIO.c: add format strings to sprintf calls.
+
+Two calls to sprintf() in fileIO.c were missing the trivial format
+string "%s". This caused warnings with -Wformat-security, and build
+failures with -Werror=format-security. Those two calls are now fixed.
+
+Gentoo-Bug: 521016
+---
+ fileIO.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/fileIO.c b/fileIO.c
+index a6c535a..1916a46 100644
+--- a/fileIO.c
 b/fileIO.c
+@@ -92,7 +92,7 @@ char *doSave(char *filename) {
+ n++;
+ choices = realloc(choices, n*sizeof(char *));
+ choices[n-1] = malloc(256);
+-sprintf(choices[n-1], d->d_name);
++sprintf(choices[n-1], "%s", d->d_name);
+   }
+   closedir(dir);
+   
+@@ -178,7 +178,7 @@ void load(char *filename)
+   n++;
+   choices = realloc(choices, n*sizeof(char *));
+   choices[n-1] = malloc(256);
+-  sprintf(choices[n-1], d->d_name);
++  sprintf(choices[n-1], "%s", d->d_name);
+ }
+ closedir(dir);
+ 
+-- 
+2.7.3
+



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

2016-08-10 Thread Thomas Deutschmann
commit: c462179e2125c90a90e988aefc1f2605f084bbec
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug 10 19:39:20 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug 10 19:47:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c462179e

net-firewall/shorewall: Updating maintainer details

Updating my own maintainer details to reflect that I am now a Gentoo
developer.

Gentoo-Bug: 581174

Package-Manager: portage-2.3.0

 net-firewall/shorewall/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-firewall/shorewall/metadata.xml 
b/net-firewall/shorewall/metadata.xml
index cd6edc7..084595d 100644
--- a/net-firewall/shorewall/metadata.xml
+++ b/net-firewall/shorewall/metadata.xml
@@ -2,8 +2,8 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-   whi...@whissi.de
-   Thomas D. (Whissi)
+   whi...@gentoo.org
+   Thomas Deutschmann


net...@gentoo.org



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

2016-08-10 Thread Thomas Deutschmann
commit: f5063caf4b4b520d763c5c967803e0237d9150f1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug 10 19:46:42 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug 10 19:47:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5063caf

net-firewall/shorewall: Removing proxy-maintainer

Now that I am a Gentoo developer this package is no longer maintained
through proxy-maintainer project.

Package-Manager: portage-2.3.0

 net-firewall/shorewall/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/net-firewall/shorewall/metadata.xml 
b/net-firewall/shorewall/metadata.xml
index 084595d..e985bb0 100644
--- a/net-firewall/shorewall/metadata.xml
+++ b/net-firewall/shorewall/metadata.xml
@@ -9,10 +9,6 @@
net...@gentoo.org
Gentoo network monitoring and analysis project

-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   

The Shoreline Firewall, more commonly known as "Shorewall", is 
high-level tool for configuring Netfilter.
You describe your firewall/gateway requirements using entries 
in a set of configuration files.



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

2016-08-10 Thread Markus Meier
commit: 0de2534e97b26a96eebc845b373f5691ab099b2e
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Aug 10 19:38:03 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Aug 10 19:38:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0de2534e

dev-lang/php: arm stable, bug #589232

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-lang/php/php-5.6.24.ebuild b/dev-lang/php/php-5.6.24.ebuild
index 4bc483a..cef66b9 100644
--- a/dev-lang/php/php-5.6.24.ebuild
+++ b/dev-lang/php/php-5.6.24.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit eutils autotools flag-o-matic versionator libtool systemd
 
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 
 function php_get_uri ()
 {



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

2016-08-10 Thread Michael Palimaka
commit: ee8ad0570f4d457adc47e3c8d9278b11a417966c
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Aug 10 19:44:29 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 10 19:44:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee8ad057

profiles: mask app-mobilephone/smssend and dev-libs/skyutils for removal

Gentoo-bug: 590732

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 9f7fd1d..221762d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michael Palimaka  (10 Aug 2016)
+# Requires insecure SSLv3. Unmaintained. Upstream disappeared.
+# Masked for removal in 30 days. Bug 590732.
+app-mobilephone/smssend
+dev-libs/skyutils
+
 # Mike Gilbert  (07 Aug 2016)
 # Fails to switch cpufreq governor.
 # https://bugs.gentoo.org/590780



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

2016-08-10 Thread Mike Gilbert
commit: 70fd90d55592fc9cce91c3e1ddf2d727240e5c5b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Aug 10 19:41:55 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Aug 10 19:42:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70fd90d5

www-client/google-chrome-unstable: automated update

Package-Manager: portage-2.3.0_p16

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...ble-54.0.2816.0.ebuild => google-chrome-unstable-54.0.2824.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index bbb1c27..33b6024 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_54.0.2816.0-1_amd64.deb 52462926 SHA256 
db99ebc028a5d33a30ae8851f6d823254dc5f8c2f4d238606e65a3cbad1b251b SHA512 
7b170560eb364eeed7ba32662a272ab66ec1515b43e134026ee387d6160996b9d080f45840113d83ff850c87462091b40f266fe5c3eae5a9a1aa870a3c9bcc23
 WHIRLPOOL 
3b74821b376ecc74b3f839fea68210f410b27af4443d36b3025ca2211b113f3085c35ac8862bbb23f5758423e87312ec04033ef4312f58368d65a500d7bd6009
+DIST google-chrome-unstable_54.0.2824.0-1_amd64.deb 52813636 SHA256 
b8035e208e6111c4a5e80bd17884b3adaf07445467a3fff12ddba8fa4486c17c SHA512 
1f4c6471824addc6c75724923d9fe6d3b064d1e881fed4936a0167b0bf30bffc0d767e944b9d9f8b35cd813dd3860398a827ab87f9454199aba0e07fb76329b6
 WHIRLPOOL 
2088532225624b4a2a9a933032ac08fcabfb6fcd624f4d19d5038e73e7d85a8fcdaeac32b0c8a82df3a4fc412b4708496452bba2c5a64a9e54aa5e417b566227

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-54.0.2816.0.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-54.0.2824.0.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-54.0.2816.0.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-54.0.2824.0.ebuild



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

2016-08-10 Thread Mike Gilbert
commit: 49126450df78355b2b19a28a594f393aa9601666
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Aug 10 19:41:44 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Aug 10 19:42:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49126450

www-plugins/chrome-binary-plugins: automated update

Package-Manager: portage-2.3.0_p16

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

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index ee30919..def0931 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_53.0.2785.46-1_amd64.deb 52602450 SHA256 
d5529b70ccaa9c090da6d9b5166f3ac7ad634c8715ca6b9ea25c2e1983e15727 SHA512 
6db37a0a5eea8eb512b3d778ff1f486431d34ffb2412fc1ea60cc2a88389a6a2804b767a072181e8f1bf9874e80795e6d76e224c469a3420c8f2abb62a73125f
 WHIRLPOOL 
60c65a77de33f02bb1d2554043db36c3f79ff00027eb425a92cd2fbf83c038dee784777368240d7c80775307d72c4869b2ca72c5627e24ab860adfa98577
 DIST google-chrome-stable_52.0.2743.116-1_amd64.deb 49266416 SHA256 
483343ad8eac2c8e329180745f252516a15b9f1a6875a5fdbbdbf1b1d9ebd44e SHA512 
5d51bebd0cb906b665e4b77dcf69d8f571cdce229a74280ea6b9ab5823db43d17bb9f3b56a9ecb25141a7ec14711c39923379dc717db0b15577369f4fcb3fdae
 WHIRLPOOL 
19577fc6487551f3862d27a475050f6cf48e622f59fcfe58048d8b96da7dfce2b9adb82858059e9fab8190fd833c197a83fa221493b21c8f20ea2a9e7b7572a2
-DIST google-chrome-unstable_54.0.2816.0-1_amd64.deb 52462926 SHA256 
db99ebc028a5d33a30ae8851f6d823254dc5f8c2f4d238606e65a3cbad1b251b SHA512 
7b170560eb364eeed7ba32662a272ab66ec1515b43e134026ee387d6160996b9d080f45840113d83ff850c87462091b40f266fe5c3eae5a9a1aa870a3c9bcc23
 WHIRLPOOL 
3b74821b376ecc74b3f839fea68210f410b27af4443d36b3025ca2211b113f3085c35ac8862bbb23f5758423e87312ec04033ef4312f58368d65a500d7bd6009
+DIST google-chrome-unstable_54.0.2824.0-1_amd64.deb 52813636 SHA256 
b8035e208e6111c4a5e80bd17884b3adaf07445467a3fff12ddba8fa4486c17c SHA512 
1f4c6471824addc6c75724923d9fe6d3b064d1e881fed4936a0167b0bf30bffc0d767e944b9d9f8b35cd813dd3860398a827ab87f9454199aba0e07fb76329b6
 WHIRLPOOL 
2088532225624b4a2a9a933032ac08fcabfb6fcd624f4d19d5038e73e7d85a8fcdaeac32b0c8a82df3a4fc412b4708496452bba2c5a64a9e54aa5e417b566227

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2816.0_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2824.0_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2816.0_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2824.0_alpha.ebuild



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

2016-08-10 Thread Michael Palimaka
commit: 52a73c5524eba1c5eceb433c86aabdd987180d4f
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Aug 10 19:35:18 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 10 19:35:57 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=52a73c55

kde-apps/kopete: remove sms USE flag

app-mobilephone/smssend is going away.

Gentoo-bug: 590732

Package-Manager: portage-2.3.0

 kde-apps/kopete/kopete-16.07.90.ebuild  | 5 ++---
 kde-apps/kopete/kopete-16.08.49..ebuild | 5 ++---
 kde-apps/kopete/kopete-.ebuild  | 5 ++---
 kde-apps/kopete/metadata.xml| 1 -
 4 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/kde-apps/kopete/kopete-16.07.90.ebuild 
b/kde-apps/kopete/kopete-16.07.90.ebuild
index 951fcca..cd117ce 100644
--- a/kde-apps/kopete/kopete-16.07.90.ebuild
+++ b/kde-apps/kopete/kopete-16.07.90.ebuild
@@ -53,7 +53,7 @@ PLUGINS="+addbookmarks +autoreplace +contactnotes +highlight 
+history latex
 #  yahoo: media-libs/jasper
 #  zeroconf (bonjour): NO DEPS
 PROTOCOLS="gadu groupwise jingle meanwhile oscar skype
-sms testbed winpopup +xmpp yahoo zeroconf"
+testbed winpopup +xmpp yahoo zeroconf"
 
 # disabled protocols
 #   telepathy: net-libs/decibel
@@ -107,7 +107,6 @@ RDEPEND="${COMMONDEPEND}
)
virtual/latex-base
)
-   sms? ( app-mobilephone/smssend )
ssl? ( app-crypt/qca:2[openssl] )
winpopup? ( net-fs/samba )
 "
@@ -136,7 +135,7 @@ src_configure() {
mycmakeargs+=( -DWITH_${x2}=$(usex ${x/+/}) )
done
 
-   mycmakeargs+=( -DWITH_Libmsn=OFF -DWITH_qq=OFF )
+   mycmakeargs+=( -DWITH_Libmsn=OFF -DWITH_qq=OFF -DWITH_sms=OFF )
 
# enable plugins
for x in ${PLUGINS}; do

diff --git a/kde-apps/kopete/kopete-16.08.49..ebuild 
b/kde-apps/kopete/kopete-16.08.49..ebuild
index 2430c97..e136108 100644
--- a/kde-apps/kopete/kopete-16.08.49..ebuild
+++ b/kde-apps/kopete/kopete-16.08.49..ebuild
@@ -53,7 +53,7 @@ PLUGINS="+addbookmarks +autoreplace +contactnotes +highlight 
+history latex
 #  yahoo: media-libs/jasper
 #  zeroconf (bonjour): NO DEPS
 PROTOCOLS="gadu groupwise jingle meanwhile oscar skype
-sms testbed winpopup +xmpp yahoo zeroconf"
+testbed winpopup +xmpp yahoo zeroconf"
 
 # disabled protocols
 #   telepathy: net-libs/decibel
@@ -107,7 +107,6 @@ RDEPEND="${COMMONDEPEND}
)
virtual/latex-base
)
-   sms? ( app-mobilephone/smssend )
ssl? ( app-crypt/qca:2[openssl] )
winpopup? ( net-fs/samba )
 "
@@ -136,7 +135,7 @@ src_configure() {
mycmakeargs+=( -DWITH_${x2}=$(usex ${x/+/}) )
done
 
-   mycmakeargs+=( -DWITH_Libmsn=OFF -DWITH_qq=OFF )
+   mycmakeargs+=( -DWITH_Libmsn=OFF -DWITH_qq=OFF -DWITH_sms=OFF )
 
# enable plugins
for x in ${PLUGINS}; do

diff --git a/kde-apps/kopete/kopete-.ebuild 
b/kde-apps/kopete/kopete-.ebuild
index 2430c97..e136108 100644
--- a/kde-apps/kopete/kopete-.ebuild
+++ b/kde-apps/kopete/kopete-.ebuild
@@ -53,7 +53,7 @@ PLUGINS="+addbookmarks +autoreplace +contactnotes +highlight 
+history latex
 #  yahoo: media-libs/jasper
 #  zeroconf (bonjour): NO DEPS
 PROTOCOLS="gadu groupwise jingle meanwhile oscar skype
-sms testbed winpopup +xmpp yahoo zeroconf"
+testbed winpopup +xmpp yahoo zeroconf"
 
 # disabled protocols
 #   telepathy: net-libs/decibel
@@ -107,7 +107,6 @@ RDEPEND="${COMMONDEPEND}
)
virtual/latex-base
)
-   sms? ( app-mobilephone/smssend )
ssl? ( app-crypt/qca:2[openssl] )
winpopup? ( net-fs/samba )
 "
@@ -136,7 +135,7 @@ src_configure() {
mycmakeargs+=( -DWITH_${x2}=$(usex ${x/+/}) )
done
 
-   mycmakeargs+=( -DWITH_Libmsn=OFF -DWITH_qq=OFF )
+   mycmakeargs+=( -DWITH_Libmsn=OFF -DWITH_qq=OFF -DWITH_sms=OFF )
 
# enable plugins
for x in ${PLUGINS}; do

diff --git a/kde-apps/kopete/metadata.xml b/kde-apps/kopete/metadata.xml
index aa522db..2e164b6 100644
--- a/kde-apps/kopete/metadata.xml
+++ b/kde-apps/kopete/metadata.xml
@@ -29,7 +29,6 @@

-   Enable SMS sendinge functionality.
Enable the testbed protocol.
Enable XMPP protocol handler (this is also 
gmail).
Enable pop-up messages sending on 
windows. (same as good old "net send" messages ;])



[gentoo-commits] repo/gentoo:master commit in: app-text/discount/

2016-08-10 Thread Michael Orlitzky
commit: 33dbee938d2a21463781db5d37e8fe60b0a4e7f3
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Wed Aug 10 19:32:02 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed Aug 10 19:40:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33dbee93

app-text/discount: new version 2.2.0.

This new version updates the ebuild to EAPI=6, and drops the
eutils/multilib eclasses that are no longer needed. It also removes
some obsolete hacks (thanks to an upstream patch by binki), and adds a
test suite.

Package-Manager: portage-2.2.28

 app-text/discount/Manifest  |  1 +
 app-text/discount/discount-2.2.0.ebuild | 71 +
 2 files changed, 72 insertions(+)

diff --git a/app-text/discount/Manifest b/app-text/discount/Manifest
index 3eb722a..d731d4f 100644
--- a/app-text/discount/Manifest
+++ b/app-text/discount/Manifest
@@ -1,2 +1,3 @@
 DIST discount-2.1.6.tar.bz2 83823 SHA256 
702bb29e17e387f82e40fae062d5e4939bc6fb22dcf53e6109982a5faa110796 SHA512 
75e2fcc31f670bab77a3658a684054971998e91ad14743814480a4d24a59285dea1fe922d16c8d1c868250c417963a80282b8fe278021240ba424b840dd4df8e
 WHIRLPOOL 
9f519c44df4bc5300729dd0f51fbcb20f957da68d03b670307bfd51c0d994b5d2b765eac6e17bba8119bb095277ce5dfbad185599bdeca834c4982eb813d7a79
 DIST discount-2.1.8a.tar.bz2 85161 SHA256 
c01502f4eedba8163dcd30c613ba5ee238a068f75291be127856261727e03526 SHA512 
a1eba7076a27da56136b8057189c5474a36bf11f8233cbae270c8a0cf9b070332b4dcdbbbecfbfbe1d8c19961ccaf87cee27ebe855c6bc6558d8ccc423553c96
 WHIRLPOOL 
5d7148f6c4e9f84a5290fffafa417c4684517df6fce0deec773beb2f89b4416b7849aa50351c27338653b8950b68c3c49ba223d31e347ad7562b0cb040761114
+DIST discount-2.2.0.tar.bz2 88387 SHA256 
b25395c29c2c08836199eb2eae87b56e6b545e77f5fbf921678aa1dc0ddab9f3 SHA512 
04b66496ca53a2ab73cba2a8f9d8e77efd13f318b188611aaaebc4fd036a02cd188aa712337df414ff3b7ac65d2ced17020085cae10338e8af47e5b9552d981a
 WHIRLPOOL 
1b4f30e924c4f38bc0685eb78c609c461e282dd54c6f588098ffb86dc03330ab45c68340dea5dd965cd26b42771ffc379c9ef828bbfc3a79f593b75f483c3e1d

diff --git a/app-text/discount/discount-2.2.0.ebuild 
b/app-text/discount/discount-2.2.0.ebuild
new file mode 100644
index 000..b04caa9
--- /dev/null
+++ b/app-text/discount/discount-2.2.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A Markdown-to HTML translator written in C"
+HOMEPAGE="http://www.pell.portland.or.us/~orc/Code/discount/";
+SRC_URI="http://www.pell.portland.or.us/~orc/Code/${PN}/${P}.tar.bz2";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="minimal test"
+
+src_prepare() {
+   default
+
+   # for QA, we remove the Makefile’s usage of install -s.
+   # Drop ldconfig invocation.
+   # Force “librarian.sh” to respect LDFLAGS ($FLAGS should have CFLAGS
+   # at that point).
+   sed -i \
+   -e '/INSTALL_PROGRAM/s,-s ,,' \
+   -e 's/\(LDCONFIG=\).*/\1:/' \
+   -e 's/\(.\)\$FLAGS/& \1$LDFLAGS/' \
+   configure.inc || die "sed configure.inc failed"
+
+   # Add LDFLAGS and CPPFLAGS hackily.
+   sed -i \
+   -e 's/^CC[ \t]*=.*/& $(CPPFLAGS)/' \
+   -e 's/^LFLAGS[ \t]*=.*/& $(LDFLAGS)/' \
+   Makefile.in || die "Cannot fix LDFLAGS and CPPFLAGS"
+}
+
+src_configure() {
+   local configure_call=(
+   ./configure.sh
+   --libdir="${EPREFIX}"usr/"$(get_libdir)"
+   --prefix="${EPREFIX}"usr
+   --mandir="${EPREFIX}"usr/share/man
+   --shared
+   $(usex minimal '' --enable-all-features)
+   # Enable deterministic HTML generation behavior. Otherwise, will
+   # actually call rand() as part of its serialization code...
+   --debian-glitch
+   )
+   einfo "Running ${configure_call[@]} || die"
+   "${configure_call[@]}" || die
+}
+
+src_test() {
+   # I can't get these to pass; might be fixed in the future. The rest
+   # work fine.
+   rm -rf tests/muñoz.t || die 'failed to remove failing tests'
+   default
+}
+
+src_install() {
+   emake \
+   DESTDIR="${D}" \
+   $(usex minimal install install.everything) \
+   SAMPLE_PFX="${PN}-"
+}
+
+pkg_postinst() {
+   if ! use minimal; then
+   elog 'Sample binaries with overly-generic names have been'
+   elog "prefixed with \"${PN}-\"."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/discount/, app-text/discount/files/

2016-08-10 Thread Michael Orlitzky
commit: 0135ee430d94b23b7d76cd29358e9695990bbd97
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Wed Aug 10 19:33:09 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed Aug 10 19:40:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0135ee43

app-text/discount: remove v2.1.6-r1 and a patch it used.

Package-Manager: portage-2.2.28

 app-text/discount/Manifest |  1 -
 app-text/discount/discount-2.1.6-r1.ebuild | 71 --
 .../discount-2.1.6-portage-multilib-CFLAGS.patch   | 58 --
 3 files changed, 130 deletions(-)

diff --git a/app-text/discount/Manifest b/app-text/discount/Manifest
index d731d4f..394f7de 100644
--- a/app-text/discount/Manifest
+++ b/app-text/discount/Manifest
@@ -1,3 +1,2 @@
-DIST discount-2.1.6.tar.bz2 83823 SHA256 
702bb29e17e387f82e40fae062d5e4939bc6fb22dcf53e6109982a5faa110796 SHA512 
75e2fcc31f670bab77a3658a684054971998e91ad14743814480a4d24a59285dea1fe922d16c8d1c868250c417963a80282b8fe278021240ba424b840dd4df8e
 WHIRLPOOL 
9f519c44df4bc5300729dd0f51fbcb20f957da68d03b670307bfd51c0d994b5d2b765eac6e17bba8119bb095277ce5dfbad185599bdeca834c4982eb813d7a79
 DIST discount-2.1.8a.tar.bz2 85161 SHA256 
c01502f4eedba8163dcd30c613ba5ee238a068f75291be127856261727e03526 SHA512 
a1eba7076a27da56136b8057189c5474a36bf11f8233cbae270c8a0cf9b070332b4dcdbbbecfbfbe1d8c19961ccaf87cee27ebe855c6bc6558d8ccc423553c96
 WHIRLPOOL 
5d7148f6c4e9f84a5290fffafa417c4684517df6fce0deec773beb2f89b4416b7849aa50351c27338653b8950b68c3c49ba223d31e347ad7562b0cb040761114
 DIST discount-2.2.0.tar.bz2 88387 SHA256 
b25395c29c2c08836199eb2eae87b56e6b545e77f5fbf921678aa1dc0ddab9f3 SHA512 
04b66496ca53a2ab73cba2a8f9d8e77efd13f318b188611aaaebc4fd036a02cd188aa712337df414ff3b7ac65d2ced17020085cae10338e8af47e5b9552d981a
 WHIRLPOOL 
1b4f30e924c4f38bc0685eb78c609c461e282dd54c6f588098ffb86dc03330ab45c68340dea5dd965cd26b42771ffc379c9ef828bbfc3a79f593b75f483c3e1d

diff --git a/app-text/discount/discount-2.1.6-r1.ebuild 
b/app-text/discount/discount-2.1.6-r1.ebuild
deleted file mode 100644
index 6bcc944..000
--- a/app-text/discount/discount-2.1.6-r1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils multilib
-
-DESCRIPTION="An implementation of John Gruber's Markdown text to html language 
written in C"
-HOMEPAGE="http://www.pell.portland.or.us/~orc/Code/discount/";
-SRC_URI="http://www.pell.portland.or.us/~orc/Code/${PN}/${P}.tar.bz2";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86"
-IUSE="minimal"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-portage-multilib-CFLAGS.patch
-
-   # for QA, we remove the Makefile’s usage of install -s.
-   # Drop ldconfig invocation.
-   # Force “librarian.sh” to respect LDFLAGS ($FLAGS should have CFLAGS
-   # at that point).
-   sed -i \
-   -e '/INSTALL_PROGRAM/s,-s ,,' \
-   -e 's/\(LDCONFIG=\).*/\1:/' \
-   -e 's/\(.\)\$FLAGS/& \1$LDFLAGS/' \
-   configure.inc || die "sed configure.inc failed"
-
-   # Add LDFLAGS and CPPFLAGS hackily.
-   sed -i \
-   -e 's/^CC[ \t]*=.*/& $(CPPFLAGS)/' \
-   -e 's/^LFLAGS[ \t]*=.*/& $(LDFLAGS)/' \
-   Makefile.in || die "Cannot fix LDFLAGS and CPPFLAGS"
-}
-
-src_configure() {
-   ./configure.sh \
-   --libdir="${EPREFIX}"usr/"$(get_libdir)" \
-   --prefix="${EPREFIX}"usr \
-   --mandir="${EPREFIX}"usr/share/man \
-   --shared \
-   $(usex minimal '' --enable-all-features) \
-   || die
-}
-
-src_install() {
-   emake DESTDIR="${D}" $(usex minimal install install.everything)
-
-   DISCOUNT_EBUILD_RENAMED_BINARIES=()
-   local bin
-   for bin in "${ED}"usr/bin/*; do
-   [[ ${bin} = */markdown || ${bin} =~ ${PN}[^/]*$ ]] && continue
-   DISCOUNT_EBUILD_RENAMED_BINARIES+=(${bin##*/})
-   mv "${bin}" "${bin%/*}/${PN}-${bin##*/}" || die
-   mv "${ED}"usr/share/man/man1/{,${PN}-}${bin##*/}.1 || die
-   done
-}
-
-pkg_postinst() {
-   if [[ ${DISCOUNT_EBUILD_RENAMED_BINARIES} ]]; then
-   local bin
-   elog "Some discount binaries with overly-generic names have 
been"
-   elog "prefixed. Please see"
-   elog "https://github.com/Orc/discount/issues/81 for discussion."
-   for bin in "${DISCOUNT_EBUILD_RENAMED_BINARIES[@]}"; do
-   elog "  Renamed '${bin}' to '${PN}-${bin}'."
-   done
-   fi
-}

diff --git 
a/app-text/discount/files/discount-2.1.6-portage-multilib-CFLAGS.patch 
b/app-text/discount/files/discount-2.1.6-portage-multilib-CFLAGS.patch
deleted file mode 100644
index 0abf540..000
--- a/app-text/discount/files/discount-2.1.6-po

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

2016-08-10 Thread Markus Meier
commit: 2263253e7a35bce80329f85b4ac2881db5fcf00d
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Aug 10 19:40:06 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Aug 10 19:40:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2263253e

net-analyzer/wireshark: arm stable, bug #589926

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"

 net-analyzer/wireshark/wireshark-2.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/wireshark/wireshark-2.0.5.ebuild 
b/net-analyzer/wireshark/wireshark-2.0.5.ebuild
index c5f1ed4..c86ceba 100644
--- a/net-analyzer/wireshark/wireshark-2.0.5.ebuild
+++ b/net-analyzer/wireshark/wireshark-2.0.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}download/src/all-versions/${P/_/}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="
adns androiddump +caps crypt doc doc-pdf geoip +gtk3 ipv6 kerberos lua
+netlink +pcap portaudio +qt4 qt5 selinux sbc smi tfshark



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kopete/

2016-08-10 Thread Michael Palimaka
commit: 465be56b3b4b040be566d72850699de35e9bc9f4
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Aug 10 19:39:25 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 10 19:39:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=465be56b

kde-apps/kopete: remove sms USE flag

app-mobilephone/smssend is going away.

Gentoo-bug: 590732

Package-Manager: portage-2.3.0

 kde-apps/kopete/kopete-15.12.3.ebuild | 5 ++---
 kde-apps/kopete/kopete-16.04.3.ebuild | 5 ++---
 kde-apps/kopete/metadata.xml  | 1 -
 3 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/kde-apps/kopete/kopete-15.12.3.ebuild 
b/kde-apps/kopete/kopete-15.12.3.ebuild
index 5ab2d87..d9f9ab2 100644
--- a/kde-apps/kopete/kopete-15.12.3.ebuild
+++ b/kde-apps/kopete/kopete-15.12.3.ebuild
@@ -53,7 +53,7 @@ PLUGINS="+addbookmarks +autoreplace +contactnotes +highlight 
+history latex
 #  yahoo: media-libs/jasper
 #  zeroconf (bonjour): NO DEPS
 PROTOCOLS="gadu groupwise jingle meanwhile oscar skype
-sms testbed winpopup +xmpp yahoo zeroconf"
+testbed winpopup +xmpp yahoo zeroconf"
 
 # disabled protocols
 #   telepathy: net-libs/decibel
@@ -107,7 +107,6 @@ RDEPEND="${COMMONDEPEND}
)
virtual/latex-base
)
-   sms? ( app-mobilephone/smssend )
ssl? ( app-crypt/qca:2[openssl] )
winpopup? ( net-fs/samba )
 "
@@ -137,7 +136,7 @@ src_configure() {
mycmakeargs+=($(cmake-utils_use_with ${x/+/} ${x2}))
done
 
-   mycmakeargs+=( -DWITH_Libmsn=OFF -DWITH_qq=OFF )
+   mycmakeargs+=( -DWITH_Libmsn=OFF -DWITH_qq=OFF -DWITH_sms=OFF )
 
# enable plugins
for x in ${PLUGINS}; do

diff --git a/kde-apps/kopete/kopete-16.04.3.ebuild 
b/kde-apps/kopete/kopete-16.04.3.ebuild
index 951fcca..cd117ce 100644
--- a/kde-apps/kopete/kopete-16.04.3.ebuild
+++ b/kde-apps/kopete/kopete-16.04.3.ebuild
@@ -53,7 +53,7 @@ PLUGINS="+addbookmarks +autoreplace +contactnotes +highlight 
+history latex
 #  yahoo: media-libs/jasper
 #  zeroconf (bonjour): NO DEPS
 PROTOCOLS="gadu groupwise jingle meanwhile oscar skype
-sms testbed winpopup +xmpp yahoo zeroconf"
+testbed winpopup +xmpp yahoo zeroconf"
 
 # disabled protocols
 #   telepathy: net-libs/decibel
@@ -107,7 +107,6 @@ RDEPEND="${COMMONDEPEND}
)
virtual/latex-base
)
-   sms? ( app-mobilephone/smssend )
ssl? ( app-crypt/qca:2[openssl] )
winpopup? ( net-fs/samba )
 "
@@ -136,7 +135,7 @@ src_configure() {
mycmakeargs+=( -DWITH_${x2}=$(usex ${x/+/}) )
done
 
-   mycmakeargs+=( -DWITH_Libmsn=OFF -DWITH_qq=OFF )
+   mycmakeargs+=( -DWITH_Libmsn=OFF -DWITH_qq=OFF -DWITH_sms=OFF )
 
# enable plugins
for x in ${PLUGINS}; do

diff --git a/kde-apps/kopete/metadata.xml b/kde-apps/kopete/metadata.xml
index e4ab8ce..93d6fdc 100644
--- a/kde-apps/kopete/metadata.xml
+++ b/kde-apps/kopete/metadata.xml
@@ -29,7 +29,6 @@

-   Enable SMS sendinge functionality.
Enable the testbed protocol.
Enable pop-up messages sending on 
windows. (same as good old "net send" messages ;])
Enable yahoo protocol support.



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

2016-08-10 Thread Markus Meier
commit: 7153f72bc5a664bbee39b81c19594b69b659aefa
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Aug 10 19:37:03 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Aug 10 19:37:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7153f72b

dev-lang/php: arm stable, bug #589232

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-lang/php/php-5.5.38.ebuild b/dev-lang/php/php-5.5.38.ebuild
index a96c477..9376fac 100644
--- a/dev-lang/php/php-5.5.38.ebuild
+++ b/dev-lang/php/php-5.5.38.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 
 function php_get_uri ()
 {



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

2016-08-10 Thread Markus Meier
commit: 3fc978dec778a02abf75d575cc6897589db22ff4
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Aug 10 19:34:03 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Aug 10 19:34:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fc978de

dev-db/mariadb: arm stable, bug #589346

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-db/mariadb/mariadb-10.0.26.ebuild 
b/dev-db/mariadb/mariadb-10.0.26.ebuild
index 4bb887e..aa35e6b 100644
--- a/dev-db/mariadb/mariadb-10.0.26.ebuild
+++ b/dev-db/mariadb/mariadb-10.0.26.ebuild
@@ -18,7 +18,7 @@ RESTRICT="!bindist? ( bindist )"
 REQUIRED_USE="server? ( tokudb? ( jemalloc ) ) static? ( !pam )"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 MY_PATCH_DIR="${WORKDIR}/mysql-extras-${MY_EXTRAS_VER}"
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: app-text/pastebinit/

2016-08-10 Thread Michael Palimaka
commit: 14c0999a60fbb766bce05f1621d418c5a075f69d
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Aug 10 19:21:33 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 10 19:22:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14c0999a

app-text/pastebinit: x86 stable

Gentoo-bug: 581188

Package-Manager: portage-2.3.0

 app-text/pastebinit/pastebinit-1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pastebinit/pastebinit-1.5.ebuild 
b/app-text/pastebinit/pastebinit-1.5.ebuild
index d2efeb7..c7db867 100644
--- a/app-text/pastebinit/pastebinit-1.5.ebuild
+++ b/app-text/pastebinit/pastebinit-1.5.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="crypt"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: app-text/pastebinit/

2016-08-10 Thread Michael Palimaka
commit: bb8a506ac7d6fb140c6f34fa7de035b0ead6b030
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Aug 10 19:21:57 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 10 19:22:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb8a506a

app-text/pastebinit: remove old

Package-Manager: portage-2.3.0

 app-text/pastebinit/Manifest|  1 -
 app-text/pastebinit/pastebinit-1.4.1.ebuild | 58 -
 2 files changed, 59 deletions(-)

diff --git a/app-text/pastebinit/Manifest b/app-text/pastebinit/Manifest
index 0bacd6c..867689b 100644
--- a/app-text/pastebinit/Manifest
+++ b/app-text/pastebinit/Manifest
@@ -1,2 +1 @@
-DIST pastebinit-1.4.1.tar.bz2 39202 SHA256 
c23720ff19d239f7ae62dd7dc28f453aaea4823af29b1595ba2e58fe232988e6 SHA512 
40cfdc22a9d168b239c799ecefca8b9a4f873edeb868803d8de4e57b291f695b9aa3f0b04d87b29ca1777917a53f0c210f20fa8661673630e9a29331e10dc065
 WHIRLPOOL 
49425b36db3477cd141eee676aa256c8d65567c189dd2cf90bfc53a29824f9611f5d9e54d1d470fdd747bacf141198fe49df7c25c83c96c98da85e3026af3056
 DIST pastebinit-1.5.tar.bz2 42941 SHA256 
42e5a84ce7e46825fb3b6478e11893fad357197327257e474bd0d3549f438457 SHA512 
cc4b7c46ab7932be3a1064ce7a1d91da3ebf4b132ad44b0090c8d431bfc68e945357344e59ac1239e37b3178de124930c5c8dc552b42f16c39c0452ac9ab8099
 WHIRLPOOL 
0d20dd1ab5cb10436fc23fae27f090195400cfcfca1b24b860e27f1e5d38d7341c08ae1c8d7cc747e4127e3c8ae634355f796a6308a5a61671210c9581b22481

diff --git a/app-text/pastebinit/pastebinit-1.4.1.ebuild 
b/app-text/pastebinit/pastebinit-1.4.1.ebuild
deleted file mode 100644
index c7db867..000
--- a/app-text/pastebinit/pastebinit-1.4.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-PYTHON_REQ_USE="xml"
-
-inherit python-single-r1
-
-DESCRIPTION="A software that lets you send anything you want directly to a 
pastebin"
-HOMEPAGE="https://launchpad.net/pastebinit";
-SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="crypt"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   dev-python/configobj[${PYTHON_USEDEP}]
-   crypt? ( app-crypt/gnupg )"
-DEPEND="app-text/docbook-xsl-stylesheets"
-
-src_prepare() {
-   local mo=""
-
-   for lang in ${LINGUAS}; do
-   if [ -f po/${lang}.po ]; then
-   mo="${mo} ${lang}.mo"
-   fi
-   done
-
-   sed -i -e "/^build-mo/s/:.*/:${mo}/" po/Makefile || die
-   sed -i -e "/#!/s/python3/python/" pastebinit || die
-}
-
-src_compile() {
-   emake -C po
-   xsltproc --nonet \
-   
"${EROOT}"usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl \
-   pastebinit.xml || die
-}
-
-src_install() {
-   dobin pastebinit utils/pbput
-   python_fix_shebang "${ED}usr/bin/${PN}"
-   dosym pbput /usr/bin/pbget
-   use crypt && dosym pbput /usr/bin/pbputs
-   dodoc README
-   doman pastebinit.1 utils/*.1
-   insinto /usr/share/locale
-   [[ -d po/mo ]] && doins -r po/mo/*
-   insinto /usr/share
-   doins -r pastebin.d
-}



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

2016-08-10 Thread Lars Wendler
commit: d23342467ff654556d81a22327ed9b8fe3e3eebc
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Aug 10 19:07:53 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Aug 10 19:08:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2334246

net-fs/samba: Bump to version 4.5.0_rc2

Removed old.

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler  gentoo.org>

 net-fs/samba/Manifest   | 2 +-
 net-fs/samba/{samba-4.5.0_rc1.ebuild => samba-4.5.0_rc2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index 7152925..63bc1b9 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -3,7 +3,7 @@ DIST samba-4.2.11.tar.gz 20875348 SHA256 
75bce53c922e51352933c9846f2c4b1e251fabb
 DIST samba-4.2.14.tar.gz 20883281 SHA256 
db820a9947e44f04b0eb25e4aa0c3db32c4042fca541775ee8e2905093e888e6 SHA512 
269dd74ba788657434f51ac70953a293c94bcf98280eaa6f44634c5da54169a5ea7865d543a7c23860c4750a40cdee7caeaf5c7fc3dbc137f444e90f31a09890
 WHIRLPOOL 
925369c2f9c222d718bf4aacc7b1a83b8275acd96bbc1eca52ad96c86847327807560674ee9b180173d17a1e6109307ec4f70f1acbebe2efc8a9e67f2141e17d
 DIST samba-4.3.11.tar.gz 20573432 SHA256 
90a967310e34a31d5c9fc5f86855f334fc19815e7e59f5c2d72a9bba23cf4fec SHA512 
7b9bcdf158c64a26c81e5a03a94a521f238a7573ab31c1252e90f2604ae0d1303c998d3bcda18c4feb9049a659371a3af2bdfcc546b5251314f19a500b6a0b7a
 WHIRLPOOL 
b204fdfee8ea071a2fb0431cfc17c1e59307a7228ef7082bf69d63ea5b94a823b0214e09172bb5d397adc8d4dabe1c505e867512922f41da57b73d22b1856b90
 DIST samba-4.4.5.tar.gz 20715838 SHA256 
b876ef2e63f66265490e80a122e66ef2d7616112b839df68f56ac2e1ce17a7bd SHA512 
4e63fabbddc04ebdf08b68a98fe4fa0c525b30f7d949948dd5d2e5cba17d263db820c61bac0c90dcb4e0b530d945a560c358df6c37e225d69788794fef851f0d
 WHIRLPOOL 
420be54d53312b8cef6efd1bce3120de1db1c36a1abccd258d558c598259afb16ca846db461ec7ee94a431ada869c3a4bda34ec741b6dcd1347fc34670dab84e
-DIST samba-4.5.0rc1.tar.gz 20923420 SHA256 
b0b46a5c1b5886380ced6933f418440d688bbd0b4f6bc8d2c355391a0653839a SHA512 
29a1ab08b16dee67c447344a6300c0a04d892f0d8a1f4938cb17bcc780b8a82b0f8b08e4c26e53a29643d94d36c4fe0df417fe611cff8a02b9f572989d84cf3f
 WHIRLPOOL 
ceb1baea1c13bb5c698df2f5498d443429ac453e8436ed7165bd5f9bf04b6d412e61ecca227d19c94d68be9a276b8728454c0d9a3297d078743b677901248026
+DIST samba-4.5.0rc2.tar.gz 20928773 SHA256 
c70261142b28a35bd7918969941fd204a82051c5d8ddb0188abfdc10b26f5319 SHA512 
c489aea1166ec7aee25cc9e067b0d05b229a96bb436ada76749ec15f62f4c56fa6c9dab7550321824b3d64618aef79a367810d468ea80404e74af5a68b56cd42
 WHIRLPOOL 
4b3cd5cb80d0d127adbfc57d1eacbd436e087839911d3fb7b3d10a126f862472d23eed88710e53f5ac4bbd40fc867bb4d24f96c37130d1f8878f8406d6e79d67
 DIST samba-disable-python-patches-4.2.12.tar.xz 6052 SHA256 
8903eacbabdfaf7b64cbde03d7c367d1efdc92e54090f0f4b9ed5d2a462b1c18 SHA512 
c527d0a052d3211e5b12c17bc94db56cc5e5545189ed65a760c0656c94c22e27a4b159e6439eb0370873e1619873a741f3b3bd10d3876b38eb3914a87eace372
 WHIRLPOOL 
ad63db55d5dc96f56e6c9b30c2092e2f6e206b0ed5d13c249879d10753c8db2f475c5d4e651e2fc042ad992b648d3b4465f1b28c6b4bbf821cf503d27f741f7e
 DIST samba-disable-python-patches-4.2.9.tar.xz 6016 SHA256 
222d0153f03e28a0b906ee2b27076223ac88b84a998aaa285f658861edfa SHA512 
02fc666a36f8e733e522663d80775d130fabee9d5fb4e1c261d28815e07be425ae8977213f9216c7af62dd8b2619e7e13d71f9a25780b058c8119901c2115a18
 WHIRLPOOL 
ebba3a6d41a41844621759672aa8c984d26f44d12007c8e929405470c381bc262523ec68d3972e86cf675c45f092fa287496167e42940e70d704790753e47b03
 DIST samba-disable-python-patches-4.3.9.tar.xz 6116 SHA256 
83206112e04c375e170e86ea6b29d6dc2c172b55ba9fb89130be14708d758cf5 SHA512 
ca8b62337afd1cc6059b9aefc0a3972d18ba90fba3f043d9730f6967e1b80c40bc918b0445b8ae8a1f3df74d3551f90c721df3c0514edccb881ed0b4fc54e1b5
 WHIRLPOOL 
3aebd6758e5e7dc2920b1e8f8825d2b7b7efac7c5f2d91d5ed6fed75597bfdced1b27d9e2a00385af5df19e5462a4e014df6a7274c0b25a660702268235ef746

diff --git a/net-fs/samba/samba-4.5.0_rc1.ebuild 
b/net-fs/samba/samba-4.5.0_rc2.ebuild
similarity index 100%
rename from net-fs/samba/samba-4.5.0_rc1.ebuild
rename to net-fs/samba/samba-4.5.0_rc2.ebuild



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

2016-08-10 Thread Pacho Ramos
commit: ca3d7c8daef3bef5ffca5ab4a162d72ab4576c4c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Aug 10 18:56:14 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Aug 10 19:06:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3d7c8d

net-misc/networkmanager: Add bug reference for examples disabling switch

Package-Manager: portage-2.3.0

 net-misc/networkmanager/networkmanager-1.2.4.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-misc/networkmanager/networkmanager-1.2.4.ebuild 
b/net-misc/networkmanager/networkmanager-1.2.4.ebuild
index c37e251..99cd3f3 100644
--- a/net-misc/networkmanager/networkmanager-1.2.4.ebuild
+++ b/net-misc/networkmanager/networkmanager-1.2.4.ebuild
@@ -211,6 +211,7 @@ multilib_src_configure() {
fi
 
# Disable examples
+   # https://bugzilla.gnome.org/show_bug.cgi?id=769711
cat > examples/Makefile <<-EOF
.PHONY: all check install
all:



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

2016-08-10 Thread Pacho Ramos
commit: d5298c3db0e7fd3b95150fb375d48d4b9ef4895e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Aug 10 19:02:41 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Aug 10 19:06:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5298c3d

media-plugins/gst-transcoder: Workaround the usual sandbox access violations 
due to offending gst plugins (#590848 by Nick)

Package-Manager: portage-2.3.0

 media-plugins/gst-transcoder/gst-transcoder-1.8.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-plugins/gst-transcoder/gst-transcoder-1.8.1.ebuild 
b/media-plugins/gst-transcoder/gst-transcoder-1.8.1.ebuild
index f3e557e..f2f23a3 100644
--- a/media-plugins/gst-transcoder/gst-transcoder-1.8.1.ebuild
+++ b/media-plugins/gst-transcoder/gst-transcoder-1.8.1.ebuild
@@ -33,6 +33,7 @@ src_configure() {
 }
 
 src_compile() {
+   addpredict /dev #590848
# We cannot use 'make' as it won't allow us to build verbosely
cd build && ninja -v
 }



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

2016-08-10 Thread Pacho Ramos
commit: b2746b1c408f80f98abcf70c2d94696b62ab426e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Aug 10 18:55:25 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Aug 10 19:06:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2746b1c

net-misc/networkmanager: Drop old

Package-Manager: portage-2.3.0

 net-misc/networkmanager/Manifest   |   1 -
 .../networkmanager/networkmanager-1.2.2.ebuild | 322 -
 2 files changed, 323 deletions(-)

diff --git a/net-misc/networkmanager/Manifest b/net-misc/networkmanager/Manifest
index 70eef22..17e4352 100644
--- a/net-misc/networkmanager/Manifest
+++ b/net-misc/networkmanager/Manifest
@@ -1,3 +1,2 @@
 DIST NetworkManager-1.0.12.tar.xz 3490836 SHA256 
3a470f8c60109b1acb5784ddc2423501706b5fe34c793a6faee87e591eb04a9e SHA512 
926c0139dc7ade7bbc512f0d2e386a42a278aceff68996bc3a18fb1940f5d516f0ff2768459d6f50fd5669d72c15202307396bb3cf8b67c3dbac19db484b971c
 WHIRLPOOL 
6178af61fb30a7e8b72cc05296a014a5be5b10fed41cd5385f0bebae1fa22519c83cf8c359479372f063fc2b891715015454c53cd4f1f1516fc03bca76a552ac
-DIST NetworkManager-1.2.2.tar.xz 3752592 SHA256 
41d8082e027f58bb5fa4181f93742606ab99c659794a18e2823eff22df0eecd9 SHA512 
5360f22073dc78d5ff440a3cae8126f263c8ba8230eb77ea2b421ff26e1615c0a44b00c21abddcd0b50a38634b1a44d15c24becb72c735b5abe3ee7bbc3211d5
 WHIRLPOOL 
9324725793090d551e48e158c46ca283e120d4ac210ad0f14a800442fa62db17c448629f51bb7e18d0b4c602bdf7ebbb8a65cd9e1ea82b6384e8019652403683
 DIST NetworkManager-1.2.4.tar.xz 3728788 SHA256 
19bfb7306dd472d010443a8027d91f9fd50fe6e0c5aa4ea8083845de0fa38faa SHA512 
83fa179c0f360c7f40504cf58275e28638b5a986458c99adc85567595ca170ac3d081ffa0c99e5619c97d4a3228e5318e613330894547ad3438eaa2bfcc1f28b
 WHIRLPOOL 
625cf2a32f5fb1e5ae537f2285f6945ca14f438959fb5556b490a90fe16eddcfb22e84c82f8f0f479f2387ec54ba292b18f28c0676375d729f9bb6a435d9e12b

diff --git a/net-misc/networkmanager/networkmanager-1.2.2.ebuild 
b/net-misc/networkmanager/networkmanager-1.2.2.ebuild
deleted file mode 100644
index f17421a..000
--- a/net-misc/networkmanager/networkmanager-1.2.2.ebuild
+++ /dev/null
@@ -1,322 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-GNOME_ORG_MODULE="NetworkManager"
-GNOME2_LA_PUNT="yes"
-VALA_USE_DEPEND="vapigen"
-PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
-
-inherit bash-completion-r1 gnome2 linux-info multilib python-any-r1 systemd \
-   user readme.gentoo-r1 toolchain-funcs vala versionator virtualx udev 
multilib-minimal
-
-DESCRIPTION="A set of co-operative tools that make networking simple and 
straightforward"
-HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager";
-
-LICENSE="GPL-2+"
-SLOT="0" # add subslot if libnm-util.so.2 or libnm-glib.so.4 bumps soname 
version
-
-IUSE="bluetooth connection-sharing consolekit +dhclient gnutls +introspection \
-kernel_linux +nss +modemmanager ncurses +ppp resolvconf selinux systemd teamd 
test \
-vala +wext +wifi"
-
-REQUIRED_USE="
-   modemmanager? ( ppp )
-   wext? ( wifi )
-   ^^ ( nss gnutls )
-"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-# gobject-introspection-0.10.3 is needed due to gnome bug 642300
-# wpa_supplicant-0.7.3-r3 is needed due to bug 359271
-COMMON_DEPEND="
-   >=sys-apps/dbus-1.2[${MULTILIB_USEDEP}]
-   >=dev-libs/dbus-glib-0.100[${MULTILIB_USEDEP}]
-   >=dev-libs/glib-2.37.6:2[${MULTILIB_USEDEP}]
-   >=dev-libs/libnl-3.2.8:3=
-   >=sys-auth/polkit-0.106
-   net-libs/libndp
-   >=net-libs/libsoup-2.40:2.4=
-   net-misc/iputils
-   sys-libs/readline:0
-   >=virtual/libgudev-165:=[${MULTILIB_USEDEP}]
-   bluetooth? ( >=net-wireless/bluez-5 )
-   connection-sharing? (
-   net-dns/dnsmasq[dhcp]
-   net-firewall/iptables )
-   gnutls? (
-   dev-libs/libgcrypt:0=[${MULTILIB_USEDEP}]
-   >=net-libs/gnutls-2.12:=[${MULTILIB_USEDEP}] )
-   modemmanager? ( >=net-misc/modemmanager-0.7.991 )
-   ncurses? ( >=dev-libs/newt-0.52.15 )
-   nss? ( >=dev-libs/nss-3.11:=[${MULTILIB_USEDEP}] )
-   dhclient? ( >=net-misc/dhcp-4[client] )
-   introspection? ( >=dev-libs/gobject-introspection-0.10.3:= )
-   ppp? ( >=net-dialup/ppp-2.4.5:=[ipv6] )
-   resolvconf? ( net-dns/openresolv )
-   systemd? ( >=sys-apps/systemd-209:0= )
-   !systemd? ( || ( sys-power/upower sys-power/upower-pm-utils ) )
-   teamd? ( >=net-misc/libteam-1.9 )
-"
-RDEPEND="${COMMON_DEPEND}
-   consolekit? ( sys-auth/consolekit )
-   wifi? ( >=net-wireless/wpa_supplicant-0.7.3-r3[dbus] )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-util/gdbus-codegen
-   dev-util/gtk-doc-am
-   >=dev-util/intltool-0.40
-   >=sys-devel/gettext-0.17
-   >=sys-kernel/linux-headers-2.6.29
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-   test? (
- 

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

2016-08-10 Thread Michael Palimaka
commit: fa0c6c769108e73f1ff7298bf8dbc787a36c15ee
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Aug 10 19:05:45 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 10 19:06:04 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fa0c6c76

kde-plasma/kwin: raise dev-libs/libinput dependency

Upstream-commit: e88a709f03e49a73ddab394567acbad8ae66269f

Package-Manager: portage-2.3.0

 kde-plasma/kwin/kwin-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/kwin/kwin-.ebuild b/kde-plasma/kwin/kwin-.ebuild
index 0728aa5..ed8ba64 100644
--- a/kde-plasma/kwin/kwin-.ebuild
+++ b/kde-plasma/kwin/kwin-.ebuild
@@ -51,7 +51,7 @@ COMMON_DEPEND="
$(add_qt_dep qtscript)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtx11extras)
-   >=dev-libs/libinput-0.10
+   >=dev-libs/libinput-1.2
>=dev-libs/wayland-1.2
media-libs/fontconfig
media-libs/freetype



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

2016-08-10 Thread Pacho Ramos
commit: 221bab75d6651371e40686a46c95fbbe2d05c9e7
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Aug 10 18:57:31 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Aug 10 19:06:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=221bab75

x11-misc/colord: MULTILIB_USEDEP for sqlite3 is needed at build time (#590842 
by Peter Levine)

Package-Manager: portage-2.3.0

 x11-misc/colord/colord-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/colord/colord-1.3.2.ebuild 
b/x11-misc/colord/colord-1.3.2.ebuild
index 29e5e54..055a3c9 100644
--- a/x11-misc/colord/colord-1.3.2.ebuild
+++ b/x11-misc/colord/colord-1.3.2.ebuild
@@ -25,7 +25,7 @@ REQUIRED_USE="
 "
 
 COMMON_DEPEND="
-   dev-db/sqlite:3=
+   dev-db/sqlite:3=[${MULTILIB_USEDEP}]
>=dev-libs/glib-2.44.0:2[${MULTILIB_USEDEP}]
>=media-libs/lcms-2.6:2=[${MULTILIB_USEDEP}]
argyllcms? ( media-gfx/argyllcms )



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

2016-08-10 Thread Michael Palimaka
commit: 44cf20d6bf920378d0e1e7a66d8e9869c99124d7
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Aug 10 19:01:44 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 10 19:01:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44cf20d6

dev-util/shunit2: revision bump with various fixes

* Port to EAPI 6
* Remove unused dependencies (there no longer is a compile phase)
* Remove unused eclass inherit
* Remove unused USE flags
* Remove redundant die calls

Package-Manager: portage-2.3.0

 dev-util/shunit2/shunit2-2.1.6-r1.ebuild | 27 +++
 1 file changed, 27 insertions(+)

diff --git a/dev-util/shunit2/shunit2-2.1.6-r1.ebuild 
b/dev-util/shunit2/shunit2-2.1.6-r1.ebuild
new file mode 100644
index 000..22a6bf7
--- /dev/null
+++ b/dev-util/shunit2/shunit2-2.1.6-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+DESCRIPTION="Unit-test framework for Bourne-based shell scripts"
+HOMEPAGE="https://github.com/kward/shunit2";
+SRC_URI="https://shunit2.googlecode.com/files/${P}.tgz";
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+src_install() {
+   dobin src/shunit2
+
+   # For backwards compat to <=2.1.5
+   dosym /usr/bin/shunit2 /usr/share/shunit2/shunit2
+
+   dodoc -r examples
+   dodoc doc/*.txt
+
+   docinto html
+   dodoc doc/*.{html,css}
+}



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

2016-08-10 Thread Michael Palimaka
commit: e32c42db2efbfe46ae15955a92143de2e653624e
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Aug 10 18:41:34 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 10 18:44:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e32c42db

net-libs/telepathy-qt: amd64/x86 stable

Package-Manager: portage-2.3.0

 net-libs/telepathy-qt/telepathy-qt-0.9.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.7.ebuild 
b/net-libs/telepathy-qt/telepathy-qt-0.9.7.ebuild
index be29795..1a58047 100644
--- a/net-libs/telepathy-qt/telepathy-qt-0.9.7.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-0.9.7.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="debug farstream +qt4 qt5 test"
 
 REQUIRED_USE="|| ( qt4 qt5 )"



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

2016-08-10 Thread Michael Palimaka
commit: bb19bea20e1d88160894f69c4987fd8818d1e5cd
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Aug 10 18:41:48 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 10 18:44:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb19bea2

net-libs/telepathy-qt: remove old

Package-Manager: portage-2.3.0

 net-libs/telepathy-qt/Manifest |   1 -
 .../telepathy-qt/telepathy-qt-0.9.6.1-r1.ebuild| 112 -
 net-libs/telepathy-qt/telepathy-qt-0.9.6.1.ebuild  | 102 ---
 3 files changed, 215 deletions(-)

diff --git a/net-libs/telepathy-qt/Manifest b/net-libs/telepathy-qt/Manifest
index dd26617..5f93a3d 100644
--- a/net-libs/telepathy-qt/Manifest
+++ b/net-libs/telepathy-qt/Manifest
@@ -1,2 +1 @@
-DIST telepathy-qt-0.9.6.1.tar.gz 6067468 SHA256 
496eb4951ea9b181d7d68a2122a885474c4f73b519319496aa1b97d9b361a1f8 SHA512 
d15bdf94ef2b546270130012e8636fb2801b0c4fb50513ac0dbc0e1f6255d84da6df12195b3d26dc6df5a9466929a1073e87d2a9e600c7bf26c3e1aa112113b7
 WHIRLPOOL 
621137fc10ce3db1d834711aaf876adf98056a5ca8bab22c011e881e71522060cd6110733880db4f6646872501b870305d3590428ea3d809b4b512bbc21e653b
 DIST telepathy-qt-0.9.7.tar.gz 6213405 SHA256 
21bad30be7ebc4ba667d53d92cd1cec1be23114103f2149404d9740721693d4f SHA512 
081daecb2509ea690079014bcc88eacbf2b3e4f4ac42aaf1b0cb264c01b801bc499a041482571d383f258cb3d3e2c6ffa5682fbe417fe807fcc25a06d2ead877
 WHIRLPOOL 
81569b648ae51ba932d1a212d69cd51a727201f5c36f7b91fe2da52ec0ed3a3fc01165a260f262e182474a383ff614ea6e4ee7dd6691add04052b1f4d14cd63d

diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.6.1-r1.ebuild 
b/net-libs/telepathy-qt/telepathy-qt-0.9.6.1-r1.ebuild
deleted file mode 100644
index 1ac2c44..000
--- a/net-libs/telepathy-qt/telepathy-qt-0.9.6.1-r1.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-inherit python-any-r1 cmake-utils virtualx multibuild
-
-DESCRIPTION="Qt bindings for the Telepathy D-Bus protocol"
-HOMEPAGE="https://telepathy.freedesktop.org/";
-SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="debug farstream +qt4 qt5 test"
-
-REQUIRED_USE="|| ( qt4 qt5 )"
-
-RDEPEND="
-   farstream? (
-   >=net-libs/telepathy-farstream-0.2.2
-   >=net-libs/telepathy-glib-0.18.0
-   )
-   qt4? (
-   dev-qt/qtcore:4
-   dev-qt/qtdbus:4
-   )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtxml:5
-   )
-   !net-libs/telepathy-qt4
-"
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   virtual/pkgconfig
-   test? (
-   dev-libs/dbus-glib
-   dev-libs/glib:2
-   dev-python/dbus-python
-   qt4? ( dev-qt/qttest:4 )
-   qt5? ( dev-qt/qttest:5 )
-   )
-"
-
-DOCS=( AUTHORS ChangeLog HACKING NEWS README )
-
-PATCHES=(
-   "${FILESDIR}/${P}-default-source.patch"
-   "${FILESDIR}/${P}-yes-release.patch"
-   "${FILESDIR}/${P}-gstreamer-1.5.patch"
-   "${FILESDIR}/${P}-qtpath.patch"
-   "${FILESDIR}/${P}-python.patch"
-   "${FILESDIR}/${P}-includes.patch"
-   "${FILESDIR}/${P}-service-dependencies.patch"
-)
-
-# bug 549448 - last checked with 0.9.6.1
-RESTRICT="test"
-
-pkg_setup() {
-   python-any-r1_pkg_setup
-
-   MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
-}
-
-src_configure() {
-   myconfigure() {
-   local mycmakeargs=(
-   -DENABLE_DEBUG_OUTPUT=$(usex debug)
-   -DENABLE_FARSTREAM=$(usex farstream)
-   -DENABLE_TESTS=$(usex test)
-   -DENABLE_EXAMPLES=OFF
-   )
-   if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then
-   mycmakeargs+=( -DDESIRED_QT_VERSION=4 )
-   fi
-   if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then
-   mycmakeargs+=( -DDESIRED_QT_VERSION=5 )
-   fi
-   cmake-utils_src_configure
-   }
-
-   multibuild_foreach_variant myconfigure
-}
-
-src_compile() {
-   multibuild_foreach_variant cmake-utils_src_compile
-}
-
-src_test() {
-   _test_runner() {
-   ctest -E '(CallChannel)'
-   }
-
-   mytest() {
-   pushd "${BUILD_DIR}" > /dev/null || die
-   virtx _test_runner
-   popd > /dev/null || die
-   }
-
-   multibuild_foreach_variant mytest
-}
-
-src_install() {
-   multibuild_foreach_variant cmake-utils_src_install
-}

diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.6.1.ebuild 
b/net-libs/telepathy-qt/telepathy-qt-0.9.6.1.ebuild
deleted file mode 100644
ind

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

2016-08-10 Thread Michael Palimaka
commit: a329f119f31dc4a5a0a769716449183b53240271
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Aug 10 18:32:48 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 10 18:32:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a329f119

kde-apps/libkdcraw: remove old

Package-Manager: portage-2.3.0

 kde-apps/libkdcraw/Manifest|  1 -
 .../files/libkdcraw-4.14.3-libraw-0.16.1.patch | 18 --
 kde-apps/libkdcraw/libkdcraw-4.14.3-r1.ebuild  | 18 --
 3 files changed, 37 deletions(-)

diff --git a/kde-apps/libkdcraw/Manifest b/kde-apps/libkdcraw/Manifest
index 2d04ac9..2c996aa 100644
--- a/kde-apps/libkdcraw/Manifest
+++ b/kde-apps/libkdcraw/Manifest
@@ -1,4 +1,3 @@
 DIST libkdcraw-15.08.3.tar.xz 102308 SHA256 
6c91f19bd515942ad28c9f0e504d10ea5a5cf88f1a05da3204f5213387603f54 SHA512 
f77902a768df26368a67f680cb1e5c54eec5f44b5598ff9966c30abdfd977ea683a738cf01749557f144d58a85121afea61a8e5f7ec80d1c2d55a3bdf9549c39
 WHIRLPOOL 
270f9ca4ea18ecd7784cdce5b1ca9161e9a7afb6c9ae78fd2820a365ef6f28db803c2cd3686c49eea0f43b85ea9ba79b38f1150519ff747e700ea7b5d1d954c6
 DIST libkdcraw-15.12.3.tar.xz 42688 SHA256 
0ec38430fa9688daf44628c06c98e724bb4b6d33df527d148040ee22a63554b4 SHA512 
ef07ed2ce31456ed1ef0b81a69bbcf623b55d1b7336b8ce143dd5718425fd76dc9d25989e20c4616d862340f4ffe7f95db06fd49d1c6c629f38c1be3071456e8
 WHIRLPOOL 
3c2c3e621157198a53cef54426e86630616d1602fc2daedeb7e27da6e2958967e9f625d0c66aa06d3323c1230b8b0edda2993ac23282431d3031ff6ec27c005a
 DIST libkdcraw-16.04.3.tar.xz 42696 SHA256 
fd153d8acd910b976196225524acf6032956cd7e298a2cd876d1b064994cb463 SHA512 
c9efaf97ec151a784e09d6f55451e1f8b75d9e5bc614d7018185f801faceb130d20d3aaf42e3f6996401a675da30e779ca1ba70bf070d873a6fe958b437ecbf7
 WHIRLPOOL 
0df365cdf23e178df1f998382fe63c58f9ffdc9bfee13c27fc263142af592aa4d2144f15739283f3d6248331a823e28927446a9bc9ef23ec658840e5cbfd7e60
-DIST libkdcraw-4.14.3.tar.xz 100176 SHA256 
78c851dba252224bf30012d2f6a79f3c846103b7ce6770d939ac2b8530cf4a4f SHA512 
5c8a3ba54ada6aeb41898afaa87853cdb320c3bab1ab5f768baeaf077974a98262ec426c36b4697c4b7fadc054d3622104cda6bf66e6165cb5d13ce55eb31888
 WHIRLPOOL 
e7da13be31c3d9037278ca87a942f3d626adc8032f3b664ce2a4027aa80389037ef393c312cac49da2a4c0b9f0b1fe79c88a63f6c873984a12225481aef17e9e

diff --git a/kde-apps/libkdcraw/files/libkdcraw-4.14.3-libraw-0.16.1.patch 
b/kde-apps/libkdcraw/files/libkdcraw-4.14.3-libraw-0.16.1.patch
deleted file mode 100644
index a55ef87..000
--- a/kde-apps/libkdcraw/files/libkdcraw-4.14.3-libraw-0.16.1.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-commit 46898ec97a0462eb08a5b6d0450a86b27aae
-Author: Gilles Caulier 
-Date:   Thu May 14 22:54:16 2015 +0200
-
-libraw 0.16.1 needs C++ exceptions rules while compilation
-BUGS: 347728
-FIXED-IN: 4.11.0
 libkdcraw/CMakeLists.txt
-+++ libkdcraw/CMakeLists.txt
-@@ -22,6 +22,8 @@
- #
- # 
- 
-+add_definitions (${KDE4_ENABLE_EXCEPTIONS})
-+
- CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/version.h)
- 
- SET(kdcraw_LIB_SRCS kdcraw.cpp

diff --git a/kde-apps/libkdcraw/libkdcraw-4.14.3-r1.ebuild 
b/kde-apps/libkdcraw/libkdcraw-4.14.3-r1.ebuild
deleted file mode 100644
index cea88c3..000
--- a/kde-apps/libkdcraw/libkdcraw-4.14.3-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="KDE digital camera raw image library wrapper"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-DEPEND="
-   >=media-libs/libraw-0.16_beta1-r1:=
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-libraw-0.16.1.patch" )



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

2016-08-10 Thread Michael Palimaka
commit: a650f28b6fff4b7c7df8c4913d59b7cb92b27799
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Aug 10 18:09:16 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 10 18:09:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a650f28b

www-servers/mongrel2: use correct maintainer order in metadata

Package-Manager: portage-2.3.0

 www-servers/mongrel2/metadata.xml | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/www-servers/mongrel2/metadata.xml 
b/www-servers/mongrel2/metadata.xml
index 82ce1c3..7bddc1d 100644
--- a/www-servers/mongrel2/metadata.xml
+++ b/www-servers/mongrel2/metadata.xml
@@ -1,14 +1,13 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-proxy-ma...@gentoo.org
-proxy-mintainers
-  
   
 aide...@geocities.com
 Jason Miller
-Proxied maintainer; set to assignee in all bugs
+  
+  
+proxy-ma...@gentoo.org
+proxy-mintainers
   
   
   mongrel2/mongrel2



[gentoo-commits] repo/gentoo:master commit in: www-servers/mongrel2/, www-servers/mongrel2/files/

2016-08-10 Thread Michael Palimaka
commit: 1a12b8300619c92eabcb63ab15e24422ce6ef892
Author: Jason Miller  geocities  com>
AuthorDate: Mon Aug  8 17:35:18 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 10 18:06:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a12b830

www-servers/mongrel2: Fix build failure with mbedtls-2.3

* Patches the header-file include order.
* This is not yet fixed upstream as upstream bundles the mbedtls
* Also upgrade to EAPI 6 which allows use of eapply

Gentoo-bug: 590512

Package-Manager: portage-2.2.26

 .../mongrel2-1.11.0-polarssl-platform-590512.patch | 22 
 www-servers/mongrel2/mongrel2-1.11.0-r1.ebuild | 30 ++
 2 files changed, 52 insertions(+)

diff --git 
a/www-servers/mongrel2/files/mongrel2-1.11.0-polarssl-platform-590512.patch 
b/www-servers/mongrel2/files/mongrel2-1.11.0-polarssl-platform-590512.patch
new file mode 100644
index 000..0e5957e
--- /dev/null
+++ b/www-servers/mongrel2/files/mongrel2-1.11.0-polarssl-platform-590512.patch
@@ -0,0 +1,22 @@
+# Fix missing include for newer mbedtls
+--- a/src/io.h   2016-08-04 15:55:53.124890328 -0700
 b/src/io.h  2015-12-31 01:25:07.0 -0800
+@@ -6,6 +6,7 @@
+ #endif
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ #include "server.h"
+--- a/src/server.h   2016-08-04 15:54:49.539498093 -0700
 b/src/server.h  2015-12-31 01:25:07.0 -0800
+@@ -39,6 +39,7 @@
+ #include "adt/darray.h"
+ #include "host.h"
+ #include "routing.h"
++#include 
+ #include 
+ #include 
+ #include 
+

diff --git a/www-servers/mongrel2/mongrel2-1.11.0-r1.ebuild 
b/www-servers/mongrel2/mongrel2-1.11.0-r1.ebuild
new file mode 100644
index 000..65f274e
--- /dev/null
+++ b/www-servers/mongrel2/mongrel2-1.11.0-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A language agnostic web server focused on web applications"
+HOMEPAGE="http://mongrel2.org";
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="net-libs/zeromq
+   >=net-libs/mbedtls-2.1[havege]
+   dev-db/sqlite:3"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   cp "${FILESDIR}/systemtls.mak" Makefile || die
+   eapply "${FILESDIR}/${P}-polarssl-platform-590512.patch"
+   eapply_user
+}
+
+src_install() {
+   emake install PREFIX=/usr DESTDIR="${D}"
+   dodoc README examples/configs/mongrel2.conf
+}



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

2016-08-10 Thread Matt Thode
commit: f0f73f1a600d91a8a0217e72780d0ffd2ff8260b
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Aug 10 17:51:36 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Aug 10 17:52:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0f73f1a

sys-cluster/nova: bup

Package-Manager: portage-2.2.28

 sys-cluster/nova/Manifest   |   1 +
 sys-cluster/nova/nova-13.1.1.ebuild | 213 
 2 files changed, 214 insertions(+)

diff --git a/sys-cluster/nova/Manifest b/sys-cluster/nova/Manifest
index de1f6a6..438dbbd 100644
--- a/sys-cluster/nova/Manifest
+++ b/sys-cluster/nova/Manifest
@@ -2,3 +2,4 @@ DIST liberty-nova.conf.sample 134201 SHA256 
32752212c571c4a1473c3fa8bbd197a658ee
 DIST mitaka-nova.conf.sample 36427 SHA256 
dd4c3ccab89fbe9f69df520f47d439c7ffa440d3f8b288b0ab99ac328a02ec75 SHA512 
169671bde5cb5bb89065d801f80aa0d3c664af652d9ddb0c409ed3e0af2c0b94f1dbd0ebf834849e3e75dc38972935ec65a6e533d86148a7315839597d577cad
 WHIRLPOOL 
20f95a296c3d112a532c9c5cc911d30b67472868d94bcfd52fadfd7105f9095a6b77020ca1caa6a70319548239358868d809feed363a82e4d574aceb6e5f016d
 DIST nova-12.0.4.tar.gz 5256533 SHA256 
1f35f55d7ebc9f971316d13f9a9ce3647b50cd514d60a1b1b318704550d0e7a1 SHA512 
b3c89c54685b0f34c21babbd14b7cfe3ecc3712a21654dfeecc5e7209b037c529f3647f029b6eacaf79b119be46bde5f3901c037ed940d9ad893fbc5f4910d62
 WHIRLPOOL 
4810d6ac533cf8154754d9de94d033887bcb2ae862c5e065bb2084a04dc76bb77fc5b1a8e096adbac81749f9382bed27cef98c4d6ba541c36fd6c3df9d155a31
 DIST nova-13.1.0.tar.gz 5461429 SHA256 
2c44b0f015f48348d768abff0e0fc90c6f8faf46743cae94736d77704f249368 SHA512 
f16ce0248b86a19688500b97c364fe264919a900f0182f68c900a8e68b06bb22d688be597d5b3d7e8e38753cedaa732360972412508f3ecfea950394a526c6c5
 WHIRLPOOL 
f5d46a1166524d5ad79574f5f63ecc99a6a42865d2280d33a66103d2a88fb26e9c54c8a9ec85901970effd1aed89c42e33ce70a7e900cf642b9c90bfdc4bc52d
+DIST nova-13.1.1.tar.gz 5407219 SHA256 
1af74830f52deb24ca0f25acf150c2338a414ccd2082bbb31092d55d28a92a9d SHA512 
18866a1fb9e1e94b91b27d72318401de755255be3b3fd374f156ccf88c84697a8f54b6f5be17842f55b5ff323f19d778213925dbeb4ae9c02225d2b3fb56b3cc
 WHIRLPOOL 
d5bd05f773b49cf309f02ea34c7d5cbbd82078a17a7aadc66ebd1ed9dd8180a036f31d74d27ea6f1af644eaa873e0e955a52b44ee66448ea93e0507561055d50

diff --git a/sys-cluster/nova/nova-13.1.1.ebuild 
b/sys-cluster/nova/nova-13.1.1.ebuild
new file mode 100644
index 000..dd4cf54
--- /dev/null
+++ b/sys-cluster/nova/nova-13.1.1.ebuild
@@ -0,0 +1,213 @@
+# 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 eutils linux-info multilib user
+
+DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) 
in Python"
+HOMEPAGE="https://launchpad.net/nova";
+SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz
+   
https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/mitaka/nova.conf.sample
 -> mitaka-nova.conf.sample"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+compute compute-only iscsi +memcached mysql +novncproxy openvswitch 
postgres +rabbitmq sqlite"
+REQUIRED_USE="
+   !compute-only? ( || ( mysql postgres sqlite ) )
+   compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )"
+
+CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
+DEPEND="
+   >=dev-python/setuptools-16.0[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-24.0.0[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   app-admin/sudo"
+
+RDEPEND="
+   ${CDEPEND}
+   compute-only? (
+   >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
+   =dev-python/sqlalchemy-1.0.10[sqlite,${PYTHON_USEDEP}]
+   =dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
+   =dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
+   =dev-python/boto-2.32.1[${PYTHON_USEDEP}]
+   >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.8[${PYTHON_USEDEP}]
+   >=dev-python/keystonemiddleware-4.0.0[${PYTHON_USEDEP}]
+   !~dev-python/keystonemiddleware-4.1.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
+   >=dev-python/routes-1.12.3[${PYTHON_USEDEP}]
+   !~dev-python/routes-2.0[${PYTHON_USEDEP}]
+   !~dev-python/routes-2.1[$(python_gen_usedep 'python2_7')]
+   !~dev-python/routes-2.3.0[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.0[${PYTHON_USEDEP}]
+   !~dev-python/cryptography-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/webob-1.2.3[${PYTHON_USEDEP}]
+   >=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
+   >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
+   >=dev-python/pastedeploy-1.5.0-r1[${PYTHON_USEDEP}]
+   dev-python/paste[${PYTHON_USEDEP}]
+   >=dev-python/prettytable-0.7[${PYTHON_USEDEP}]
+   =dev-python/sqlalchemy-migrate-0.9.6[${PYTHON_USEDE

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

2016-08-10 Thread Matt Thode
commit: 27735144564db2c9a94c082ee8ba95f36acc2a34
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Aug 10 17:50:59 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Aug 10 17:52:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27735144

sys-cluster/cinder: bup

Package-Manager: portage-2.2.28

 sys-cluster/cinder/Manifest|   1 +
 sys-cluster/cinder/cinder-8.1.0.ebuild | 182 +
 2 files changed, 183 insertions(+)

diff --git a/sys-cluster/cinder/Manifest b/sys-cluster/cinder/Manifest
index 42dc2e7..9695d05 100644
--- a/sys-cluster/cinder/Manifest
+++ b/sys-cluster/cinder/Manifest
@@ -1,6 +1,7 @@
 DIST cinder-7.0.1.tar.gz 2599206 SHA256 
e02c37efdff0e1792f2a621b2dbb260e66db7c61fc0bba8cc1dd428e09eb05dc SHA512 
1b32b96624f05e23b1ca78136ed2a8854df0da474912a2bcdda28395f233115271ae9f9f2e4eafa2efa97b2c9ae9143413bf60e13dc3c4f6251a6ba08e95daa0
 WHIRLPOOL 
92d9345ae81751c71b74964b6e8cbd33fc797cd8b9c449651449cd878a335811e4895ca3e1cd23d0f28d8bec68d23b6a199a6c2a21510d5858cfbe3f971d1444
 DIST cinder-7.0.2.tar.gz 2602703 SHA256 
32f316be5244b669346036f6ebb3b19e84d0082e665f341355a5622b6dbae485 SHA512 
8d62dfc8884152684ed4da30bc8ab38a58502d9892a4a7369795069b9dc32a9b0bf20ccb8de7f05e4e7d90c114d1bd0cded5334d6f667d73648a2b8142980e5c
 WHIRLPOOL 
a1fa654468042cbe5e882bbd9820c3dc7742d2280a410d080c3ae92eec24be85278765f67dc07afa7c44dc494b636d35c7adccddb3164c878cbab36e6e53dea3
 DIST cinder-8.0.0.tar.gz 3955244 SHA256 
bd05f3c0b7b2ae098284c062d20230aecdaa47ed623cb79907c39dd1e28f8a2e SHA512 
5c6ec1dc172036068016373e2d30e55c88f07dae12438fcfe207caea2965360f0c7df5aff1a901c6e2442ebf0dbd56f0428e3f24651f6cdd682bb659f636b20c
 WHIRLPOOL 
3bcd4477b7fd65b45dc305198fa8462e5c3bfffbdf75170607facdb446308aa9301a609090b4b43968369bf737b851d73a31af9b63752522b960850b3b6c0845
+DIST cinder-8.1.0.tar.gz 3860875 SHA256 
f2bd093ee6ed56b10a694e198eb2b3b436340b492d2bb1c6ae85eba5ef1e0326 SHA512 
df6be20bfa90c6b1603125986e9b1b90f9f5e86b07a72acf52f53bd68adbc6971b5b9b88b70a312647d8306480ef55eade8cbe747d27646b302f886972631abb
 WHIRLPOOL 
3516447f85bd2cecb907931d0c3eb0c379f2246c97be94b80549d01da68830d82d0dfe5967b153a287e98ee3a833c6d27491f5e3cb21a989bec490117c3b1b75
 DIST liberty-cinder.conf.sample 13 SHA256 
dad765cbe995576c23b4aa45e316272826fd9a293bf111bcdcb2da9ab562fb43 SHA512 
64696a606233fa6a0f2c844924a61e48552f38ce54dadbc8202455d32b9fa37575c8e1d5c1b3e086d37f832e60f754007f2bfa9cd4915e3ae5fd52e283896f64
 WHIRLPOOL 
2d03754cfe60be0b0f278181e3b9cec399227e643032d9bb53fdafb4504793da6459ceb9b93802d5452ab9b77d9b613ff87f04605833553011a0847d9d3f7e2c
 DIST mitaka-cinder-api-paste.ini 2416 SHA256 
3794a5e34dace60474274e93a7346662eb03a485d1b9b67afded591e764aba9d SHA512 
f6e3800557fa7efb562a69f80eea9b516c0ad2e54b9a013c92118bf91daaf2bdd2a9ced309626fab13fe9b979f0c768ac22bba63c7fa8aa3443004d50359d844
 WHIRLPOOL 
90e8c7bf065609e6a85d247c15b1022ea51bb94b000841c30a69d99c96082a08125fca58cf5b216990c6b746f52af5cedebbafc5b9450a91c0d32cdc21951952
 DIST mitaka-cinder-policy.json 4959 SHA256 
5a9cd9d5d4cf80a9271fd7a5146d6d5415d10f8d699a8499a39a3cde29f50bd6 SHA512 
b36daa51ab7719e1a56ca760e7ec62a98fb3a88ffed96196852023abf4ffe483200c9dcb934e3c7910fc6988f9c2bb9bb914121d0d649dc3b01466f467a82fe2
 WHIRLPOOL 
f288b6dba2593fa6deb8ad94862948899ec10f71e4751f108ec1fbfff814c3206b5c541aaac0bb7edd2fb5311639a1cd3a44586855912cb2e0e675d5ad78161c

diff --git a/sys-cluster/cinder/cinder-8.1.0.ebuild 
b/sys-cluster/cinder/cinder-8.1.0.ebuild
new file mode 100644
index 000..52e541f
--- /dev/null
+++ b/sys-cluster/cinder/cinder-8.1.0.ebuild
@@ -0,0 +1,182 @@
+# 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 )
+
+inherit distutils-r1 eutils linux-info user
+
+DESCRIPTION="Cinder is the OpenStack Block storage service, a spin out of 
nova-volumes"
+HOMEPAGE="https://launchpad.net/cinder";
+SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz
+   
https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/mitaka/cinder.conf.sample
 -> mitaka-cinder.conf.sample
+   
https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/mitaka/api-paste.ini
 -> mitaka-cinder-api-paste.ini
+   
https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/mitaka/policy.json 
-> mitaka-cinder-policy.json
+   
https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/mitaka/volume.filters
 -> mitaka-cinder-volume.filters"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+api +scheduler +volume iscsi lvm mysql +memcached postgres sqlite test"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   app-admin/sudo"
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.3.0[${PYTHON_USEDEP}]
+   !

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

2016-08-10 Thread Michael Palimaka
commit: ac5458260284c0e52189a7e723ec2eb31a81fb15
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Tue Aug  9 20:41:01 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 10 17:51:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac545826

media-gfx/digikam: Drop old

Package-Manager: portage-2.2.28

 media-gfx/digikam/Manifest |   1 -
 media-gfx/digikam/digikam-5.0.0.ebuild | 134 -
 2 files changed, 135 deletions(-)

diff --git a/media-gfx/digikam/Manifest b/media-gfx/digikam/Manifest
index 483c78c..3f04a1b 100644
--- a/media-gfx/digikam/Manifest
+++ b/media-gfx/digikam/Manifest
@@ -1,4 +1,3 @@
 DIST digikam-4.14.0.tar.bz2 59805228 SHA256 
9d7bcb689d8c29be2e81976f0a043220f442a24f2071284044e7f1a799a7fdad SHA512 
3029e9b67d9d055bd9aee0d6d01e87950702e026f9f44b513155946ba087ec58b300f945a035a418afae45365ed007d8db6a1a90ed1d391e5e0e4cb679168ccf
 WHIRLPOOL 
35a3caedc9a4799f161b26b3b4df51da18a31be50a8a6da5b12a339a353755d73a47f103099087e3dc8e6926f65ae19638efea3585c86f72173a086056bf48ce
 DIST digikam-4.4.0.tar.bz2 68871203 SHA256 
5c68a2d200f5b502706128ea64839319aad333fb79548f49ecc92594e280d4e9 SHA512 
4992fad1e574fc44eac53f3ac8d4ab78ccbf8e04beb54a211a9afc20af1efb6f8bacedea07e403f490e7f70a74ed5ac02d4f9b939dfaf25f64a4a9bda0a7d94a
 WHIRLPOOL 
7a05ab9926227232a1cf52bf68da45b849b982e840b171f702610acce85a1ce8e59967a02e845a0ef19c316daee835861573aca40dc7b28422cf7d6d56119e2c
-DIST digikam-5.0.0.tar.xz 62980708 SHA256 
b0b4fb7f55101830b8a49d804f622f80e82386d1597cb1b94e6d2f287ab33d9f SHA512 
99cd961b2261a76a2743ecabfb64195b941dc20f8fc57318cef9ca6e34ca9bd5c944c6019aa92b493316db47385a98f0f77fa04fcbd20ac0e3b01a03936eddfb
 WHIRLPOOL 
c15d19da31c7ba0679475fca7dc9f9b60104fee9f55a7b41b4b655e37d910d0bc963ebfd87a241ef5536ef4a0c362be42e6c5b054ee5a46998bee54ef8ad41f3
 DIST digikam-5.1.0.tar.xz 68259780 SHA256 
47915e2e41ded21071309c0b387495bd66f6cc488acbfa647d2d8d57595127f1 SHA512 
aa6b6b2a2f40dc6e1e90549d3b1cdcd2e886d16cfa4bb140093b67366b4aeaa3ebab96f0a28b1aeb969dca1fa64f8377bb8af44da4feeb4356e1f884357aaa86
 WHIRLPOOL 
c09afdcc67fa0643f84f4b026227eb6f6c651369b1452e670d4c4451d967a78c968ec56a39f724d726f251d5fb51411214aa723860a23e936ce282a7285d89bc

diff --git a/media-gfx/digikam/digikam-5.0.0.ebuild 
b/media-gfx/digikam/digikam-5.0.0.ebuild
deleted file mode 100644
index 23ace88..000
--- a/media-gfx/digikam/digikam-5.0.0.ebuild
+++ /dev/null
@@ -1,134 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
-   KDE_TEST="true"
-fi
-CMAKE_MAKEFILE_GENERATOR="emake"
-inherit kde5
-
-DESCRIPTION="Digital photo management application"
-HOMEPAGE="https://www.digikam.org/";
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="addressbook gphoto2 kipi lensfun marble semantic-desktop mysql scanner 
video X"
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
-
-   MY_PV=${PV/_/-}
-   MY_P=${PN}-${MY_PV}
-
-   SRC_BRANCH=stable
-   [[ ${PV} =~ beta[0-9]$ ]] && SRC_BRANCH=unstable
-   SRC_URI="mirror://kde/${SRC_BRANCH}/digikam/${MY_P}.tar.xz"
-
-   S="${WORKDIR}/${MY_P}/core"
-
-fi
-
-COMMON_DEPEND="
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep solid)
-   $(add_kdeapps_dep libkexiv2)
-   $(add_qt_dep qtconcurrent)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtscript)
-   $(add_qt_dep qtsql 'mysql?')
-   $(add_qt_dep qtwebkit)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   dev-libs/boost[threads]
-   dev-libs/expat
-   >=media-gfx/exiv2-0.24:=
-   media-libs/jasper
-   media-libs/lcms:2
-   media-libs/liblqr
-   >=media-libs/libpgf-6.12.27
-   media-libs/libpng:0=
-   media-libs/opencv:=
-   media-libs/tiff:0
-   virtual/jpeg:0
-   addressbook? (
-   $(add_kdeapps_dep akonadi-contacts)
-   $(add_kdeapps_dep kcontacts)
-   )
-   scanner? ( $(add_kdeapps_dep libksane) )
-   gphoto2? ( media-libs/libgphoto2:= )
-   kipi? ( $(add_kdeapps_dep libkipi '' '16.03.80') )
-   lensfun? ( media-libs/lensfun )
-   marble? (
-   $(add_frameworks_dep kbookmarks)
-   $(add_frameworks_dep kitemmodels)
- 

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

2016-08-10 Thread Michael Palimaka
commit: 7205ebd0fa3f582f1267ba5ac1ab247f286e64d0
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Tue Aug  9 20:39:50 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 10 17:51:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7205ebd0

media-gfx/digikam: Version bump to 5.1.0

Package-Manager: portage-2.2.28

 media-gfx/digikam/Manifest |   1 +
 media-gfx/digikam/digikam-5.1.0.ebuild | 144 +
 2 files changed, 145 insertions(+)

diff --git a/media-gfx/digikam/Manifest b/media-gfx/digikam/Manifest
index 8a2bb84..483c78c 100644
--- a/media-gfx/digikam/Manifest
+++ b/media-gfx/digikam/Manifest
@@ -1,3 +1,4 @@
 DIST digikam-4.14.0.tar.bz2 59805228 SHA256 
9d7bcb689d8c29be2e81976f0a043220f442a24f2071284044e7f1a799a7fdad SHA512 
3029e9b67d9d055bd9aee0d6d01e87950702e026f9f44b513155946ba087ec58b300f945a035a418afae45365ed007d8db6a1a90ed1d391e5e0e4cb679168ccf
 WHIRLPOOL 
35a3caedc9a4799f161b26b3b4df51da18a31be50a8a6da5b12a339a353755d73a47f103099087e3dc8e6926f65ae19638efea3585c86f72173a086056bf48ce
 DIST digikam-4.4.0.tar.bz2 68871203 SHA256 
5c68a2d200f5b502706128ea64839319aad333fb79548f49ecc92594e280d4e9 SHA512 
4992fad1e574fc44eac53f3ac8d4ab78ccbf8e04beb54a211a9afc20af1efb6f8bacedea07e403f490e7f70a74ed5ac02d4f9b939dfaf25f64a4a9bda0a7d94a
 WHIRLPOOL 
7a05ab9926227232a1cf52bf68da45b849b982e840b171f702610acce85a1ce8e59967a02e845a0ef19c316daee835861573aca40dc7b28422cf7d6d56119e2c
 DIST digikam-5.0.0.tar.xz 62980708 SHA256 
b0b4fb7f55101830b8a49d804f622f80e82386d1597cb1b94e6d2f287ab33d9f SHA512 
99cd961b2261a76a2743ecabfb64195b941dc20f8fc57318cef9ca6e34ca9bd5c944c6019aa92b493316db47385a98f0f77fa04fcbd20ac0e3b01a03936eddfb
 WHIRLPOOL 
c15d19da31c7ba0679475fca7dc9f9b60104fee9f55a7b41b4b655e37d910d0bc963ebfd87a241ef5536ef4a0c362be42e6c5b054ee5a46998bee54ef8ad41f3
+DIST digikam-5.1.0.tar.xz 68259780 SHA256 
47915e2e41ded21071309c0b387495bd66f6cc488acbfa647d2d8d57595127f1 SHA512 
aa6b6b2a2f40dc6e1e90549d3b1cdcd2e886d16cfa4bb140093b67366b4aeaa3ebab96f0a28b1aeb969dca1fa64f8377bb8af44da4feeb4356e1f884357aaa86
 WHIRLPOOL 
c09afdcc67fa0643f84f4b026227eb6f6c651369b1452e670d4c4451d967a78c968ec56a39f724d726f251d5fb51411214aa723860a23e936ce282a7285d89bc

diff --git a/media-gfx/digikam/digikam-5.1.0.ebuild 
b/media-gfx/digikam/digikam-5.1.0.ebuild
new file mode 100644
index 000..3eca8ae
--- /dev/null
+++ b/media-gfx/digikam/digikam-5.1.0.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+   KDE_HANDBOOK="true"
+   KDE_TEST="true"
+fi
+CMAKE_MAKEFILE_GENERATOR="emake"
+CMAKE_MIN_VERSION="3.0"
+inherit kde5
+
+DESCRIPTION="Digital photo management application"
+HOMEPAGE="https://www.digikam.org/";
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="addressbook gphoto2 kipi lensfun marble semantic-desktop mysql scanner 
video X"
+
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+
+   MY_PV=${PV/_/-}
+   MY_P=${PN}-${MY_PV}
+
+   SRC_BRANCH=stable
+   [[ ${PV} =~ beta[0-9]$ ]] && SRC_BRANCH=unstable
+   SRC_URI="mirror://kde/${SRC_BRANCH}/digikam/${MY_P}.tar.xz"
+
+   S="${WORKDIR}/${MY_P}/core"
+
+fi
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep knotifyconfig)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep solid)
+   $(add_kdeapps_dep libkexiv2)
+   $(add_qt_dep qtconcurrent)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtscript)
+   $(add_qt_dep qtsql 'mysql?')
+   $(add_qt_dep qtwebkit)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   dev-libs/boost[threads]
+   dev-libs/expat
+   >=media-gfx/exiv2-0.24:=
+   media-libs/jasper
+   media-libs/lcms:2
+   media-libs/liblqr
+   >=media-libs/libpgf-6.12.27
+   media-libs/libpng:0=
+   media-libs/opencv:=[-qt4]
+   || ( =media-libs/opencv-3.1.0 )
+   media-libs/tiff:0
+   virtual/jpeg:0
+   addressbook? (
+   $(add_kdeapps_dep akonadi-contacts)
+   $(add_kdeapps_dep kcontacts)
+   )
+   scanner? ( $(add_kdeapps_dep libksane) )
+   gphoto2? ( media-libs/libgphoto2:= )
+   kipi? ( $(add_kdeapps_dep libkipi '' '16.03.80') )
+   lensfun? ( media-libs/lensfun )
+   marble

[gentoo-commits] repo/gentoo:master commit in: media-plugins/kipi-plugins/

2016-08-10 Thread Michael Palimaka
commit: d1ea96567d53520e1234cc1ac65cfba5e2ec3f47
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Tue Aug  9 20:41:08 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 10 17:51:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ea9656

media-plugins/kipi-plugins: Drop old

Package-Manager: portage-2.2.28

 media-plugins/kipi-plugins/Manifest|  1 -
 .../kipi-plugins/kipi-plugins-5.0.0.ebuild | 96 --
 2 files changed, 97 deletions(-)

diff --git a/media-plugins/kipi-plugins/Manifest 
b/media-plugins/kipi-plugins/Manifest
index 483c78c..3f04a1b 100644
--- a/media-plugins/kipi-plugins/Manifest
+++ b/media-plugins/kipi-plugins/Manifest
@@ -1,4 +1,3 @@
 DIST digikam-4.14.0.tar.bz2 59805228 SHA256 
9d7bcb689d8c29be2e81976f0a043220f442a24f2071284044e7f1a799a7fdad SHA512 
3029e9b67d9d055bd9aee0d6d01e87950702e026f9f44b513155946ba087ec58b300f945a035a418afae45365ed007d8db6a1a90ed1d391e5e0e4cb679168ccf
 WHIRLPOOL 
35a3caedc9a4799f161b26b3b4df51da18a31be50a8a6da5b12a339a353755d73a47f103099087e3dc8e6926f65ae19638efea3585c86f72173a086056bf48ce
 DIST digikam-4.4.0.tar.bz2 68871203 SHA256 
5c68a2d200f5b502706128ea64839319aad333fb79548f49ecc92594e280d4e9 SHA512 
4992fad1e574fc44eac53f3ac8d4ab78ccbf8e04beb54a211a9afc20af1efb6f8bacedea07e403f490e7f70a74ed5ac02d4f9b939dfaf25f64a4a9bda0a7d94a
 WHIRLPOOL 
7a05ab9926227232a1cf52bf68da45b849b982e840b171f702610acce85a1ce8e59967a02e845a0ef19c316daee835861573aca40dc7b28422cf7d6d56119e2c
-DIST digikam-5.0.0.tar.xz 62980708 SHA256 
b0b4fb7f55101830b8a49d804f622f80e82386d1597cb1b94e6d2f287ab33d9f SHA512 
99cd961b2261a76a2743ecabfb64195b941dc20f8fc57318cef9ca6e34ca9bd5c944c6019aa92b493316db47385a98f0f77fa04fcbd20ac0e3b01a03936eddfb
 WHIRLPOOL 
c15d19da31c7ba0679475fca7dc9f9b60104fee9f55a7b41b4b655e37d910d0bc963ebfd87a241ef5536ef4a0c362be42e6c5b054ee5a46998bee54ef8ad41f3
 DIST digikam-5.1.0.tar.xz 68259780 SHA256 
47915e2e41ded21071309c0b387495bd66f6cc488acbfa647d2d8d57595127f1 SHA512 
aa6b6b2a2f40dc6e1e90549d3b1cdcd2e886d16cfa4bb140093b67366b4aeaa3ebab96f0a28b1aeb969dca1fa64f8377bb8af44da4feeb4356e1f884357aaa86
 WHIRLPOOL 
c09afdcc67fa0643f84f4b026227eb6f6c651369b1452e670d4c4451d967a78c968ec56a39f724d726f251d5fb51411214aa723860a23e936ce282a7285d89bc

diff --git a/media-plugins/kipi-plugins/kipi-plugins-5.0.0.ebuild 
b/media-plugins/kipi-plugins/kipi-plugins-5.0.0.ebuild
deleted file mode 100644
index f053f5c..000
--- a/media-plugins/kipi-plugins/kipi-plugins-5.0.0.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="true"
-KDE_TEST="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Plugins for the KDE Image Plugin Interface"
-HOMEPAGE="http://www.digikam.org/";
-
-LICENSE="GPL-2+ handbook? ( FDL-1.2 )"
-KEYWORDS="~amd64 ~x86"
-IUSE="flashexport mediawiki vkontakte"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   MY_PV="${PV/_/-}"
-   MY_P="digikam-${MY_PV}"
-
-   if [[ ${PV} =~ beta[0-9]$ ]]; then
-   SRC_BRANCH="unstable"
-   else
-   SRC_BRANCH="stable"
-   fi
-
-   SRC_URI="mirror://kde/${SRC_BRANCH}/digikam/${MY_P}.tar.xz"
-
-   S="${WORKDIR}/${MY_P}/extra/${PN}"
-fi
-
-COMMON_DEPEND="
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_qt_dep qtconcurrent)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtsvg)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   $(add_qt_dep qtxmlpatterns)
-   kde-apps/libkipi:5=
-   flashexport? ( $(add_frameworks_dep karchive) )
-   mediawiki? ( net-libs/libmediawiki:5 )
-   vkontakte? ( net-libs/libkvkontakte:5 )
-"
-DEPEND="${COMMON_DEPEND}
-   sys-devel/gettext
-"
-RDEPEND="${COMMON_DEPEND}
-   !media-plugins/kipi-plugins:4
-"
-
-# hangs
-RESTRICT="test"
-
-src_prepare() {
-   if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   # prepare the handbook
-   mv "${WORKDIR}"/${MY_P}/doc/${PN} "${S}"/doc || die
-
-   if use handbook; then
-   echo "add_subdirectory( doc )" >> CMakeLists.txt || die
-   fi
-
-   if [[ ${SRC_BRANCH} = stable ]]; then
-   # prepare the translations
-   mv "${WORKDIR}/${MY_P}/po" po || die
-   find po -name "*.po" -and -not -name "kipiplugin*.po" 
-delete || die
-   echo "find_package(Gettext REQUIRED)" >> CMakeLists.txt 
|| die
-

[gentoo-commits] proj/kde:master commit in: media-gfx/digikam/

2016-08-10 Thread Michael Palimaka
commit: 132de54700092b72de7fe7ca901ca7663c04af8c
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Aug 10 17:33:13 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 10 17:39:38 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=132de547

media-gfx/digikam: ensure qt4 is disabled on media-libs/opencv

As digikam is qt5-based, any qt4 symbols loaded will collide and cause a crash.

Gentoo-bug: 590706

Package-Manager: portage-2.3.0

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

diff --git a/media-gfx/digikam/digikam-.ebuild 
b/media-gfx/digikam/digikam-.ebuild
index ac21978..f453b0c 100644
--- a/media-gfx/digikam/digikam-.ebuild
+++ b/media-gfx/digikam/digikam-.ebuild
@@ -67,7 +67,7 @@ COMMON_DEPEND="
media-libs/liblqr
>=media-libs/libpgf-6.12.27
media-libs/libpng:0=
-   media-libs/opencv:=
+   media-libs/opencv:=[-qt4]
|| ( =media-libs/opencv-3.1.0 )
media-libs/tiff:0
virtual/jpeg:0



[gentoo-commits] proj/kde:master commit in: media-plugins/kipi-plugins/

2016-08-10 Thread Michael Palimaka
commit: 99bd80c26deb5ccf7c081860b4ad6ccd7892057c
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Aug 10 17:26:50 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 10 17:26:53 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=99bd80c2

media-plugins/kipi-plugins: qtconcurrent usage is header-only

Package-Manager: portage-2.3.0

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

diff --git a/media-plugins/kipi-plugins/kipi-plugins-.ebuild 
b/media-plugins/kipi-plugins/kipi-plugins-.ebuild
index 649db78..205f6c5 100644
--- a/media-plugins/kipi-plugins/kipi-plugins-.ebuild
+++ b/media-plugins/kipi-plugins/kipi-plugins-.ebuild
@@ -42,7 +42,6 @@ COMMON_DEPEND="
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
$(add_kdeapps_dep libkipi '' '' '5=')
-   $(add_qt_dep qtconcurrent)
$(add_qt_dep qtgui)
$(add_qt_dep qtnetwork)
$(add_qt_dep qtprintsupport)
@@ -56,6 +55,7 @@ COMMON_DEPEND="
vkontakte? ( net-libs/libkvkontakte:5 )
 "
 DEPEND="${COMMON_DEPEND}
+   $(add_qt_dep qtconcurrent)
sys-devel/gettext
 "
 RDEPEND="${COMMON_DEPEND}



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

2016-08-10 Thread Brian Dolbec
commit: 21bbdcbf32a5856ec678a544044b43b3a6e449f0
Author: Brian Dolbec  gentoo  org>
AuthorDate: Wed Aug 10 16:50:07 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed Aug 10 17:17:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21bbdcbf

dev-util/buildbot: Fix typo in files/buildbot9.service filename bug 590958

Package-Manager: portage-2.3.0

 dev-util/buildbot/files/{buildbot9..service => buildbot9.service} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-util/buildbot/files/buildbot9..service 
b/dev-util/buildbot/files/buildbot9.service
similarity index 100%
rename from dev-util/buildbot/files/buildbot9..service
rename to dev-util/buildbot/files/buildbot9.service



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

2016-08-10 Thread Brian Dolbec
commit: 8ef6130c21b8254a875fd4cb6d44aedaa9a5478e
Author: Brian Dolbec  gentoo  org>
AuthorDate: Wed Aug 10 17:13:13 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed Aug 10 17:17:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef6130c

dev-python/jsonref: Switch SRC_URI to pypi for consistent hashsums bug 590956

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/jsonref/jsonref-0.1.ebuild 
b/dev-python/jsonref/jsonref-0.1.ebuild
index 3ef20c6..376b31d 100644
--- a/dev-python/jsonref/jsonref-0.1.ebuild
+++ b/dev-python/jsonref/jsonref-0.1.ebuild
@@ -9,7 +9,7 @@ inherit eutils distutils-r1
 
 DESCRIPTION="An implementation of JSON Reference for Python"
 HOMEPAGE="https://github.com/gazpachoking/jsonref 
https://pypi.python.org/pypi/jsonref";
-SRC_URI="https://github.com/gazpachoking/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"



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

2016-08-10 Thread Michael Palimaka
commit: bba18b1947d07f3d3dd732ac101754fcd6202efd
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Aug 10 17:07:45 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 10 17:08:13 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=bba18b19

kde-frameworks/kglobalaccel: add new dependency

Upstream-commit: e5fa5cbc4fa7ebb96a2ec7803e2963038e3bf1a6

Package-Manager: portage-2.3.0

 kde-frameworks/kglobalaccel/kglobalaccel-5.25.0.ebuild | 1 +
 kde-frameworks/kglobalaccel/kglobalaccel-.ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-frameworks/kglobalaccel/kglobalaccel-5.25.0.ebuild 
b/kde-frameworks/kglobalaccel/kglobalaccel-5.25.0.ebuild
index 3367078..93b4cd6 100644
--- a/kde-frameworks/kglobalaccel/kglobalaccel-5.25.0.ebuild
+++ b/kde-frameworks/kglobalaccel/kglobalaccel-5.25.0.ebuild
@@ -17,6 +17,7 @@ RDEPEND="
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kcrash)
$(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep kservice)
$(add_frameworks_dep kwindowsystem X)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)

diff --git a/kde-frameworks/kglobalaccel/kglobalaccel-.ebuild 
b/kde-frameworks/kglobalaccel/kglobalaccel-.ebuild
index 790fc88..11ba3f9 100644
--- a/kde-frameworks/kglobalaccel/kglobalaccel-.ebuild
+++ b/kde-frameworks/kglobalaccel/kglobalaccel-.ebuild
@@ -17,6 +17,7 @@ RDEPEND="
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kcrash)
$(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep kservice)
$(add_frameworks_dep kwindowsystem X)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)



[gentoo-commits] proj/linux-patches: New tag: 3.14-82

2016-08-10 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Aug 10 16:58:53 2016 +

New tag: 3.14-82




[gentoo-commits] repo/gentoo:master commit in: net-analyzer/prelude-correlator/

2016-08-10 Thread Göktürk Yüksek
commit: 33a5186669cf8efc1422736b6c65cc47f2c4c900
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Wed Aug 10 16:14:01 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Aug 10 16:40:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a51866

net-analyzer/prelude-correlator: fix runtime dep, requires libprelude[python]

Package-Manager: portage-2.2.28

 ...elude-correlator-3.0.1.ebuild => prelude-correlator-3.0.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/prelude-correlator/prelude-correlator-3.0.1.ebuild 
b/net-analyzer/prelude-correlator/prelude-correlator-3.0.1-r1.ebuild
similarity index 93%
rename from net-analyzer/prelude-correlator/prelude-correlator-3.0.1.ebuild
rename to net-analyzer/prelude-correlator/prelude-correlator-3.0.1-r1.ebuild
index 59a0341..0e395b3 100644
--- a/net-analyzer/prelude-correlator/prelude-correlator-3.0.1.ebuild
+++ b/net-analyzer/prelude-correlator/prelude-correlator-3.0.1-r1.ebuild
@@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86"
 DEPEND="dev-python/setuptools"
 
 RDEPEND="dev-python/netaddr[${PYTHON_USEDEP}]
-   dev-libs/libprelude[${PYTHON_USEDEP}]"
+   dev-libs/libprelude[python,${PYTHON_USEDEP}]"
 
 src_install() {
distutils-r1_src_install



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

2016-08-10 Thread Lars Wendler
commit: afdee627b5077b5697b7e9fd001c56a1c84e4c8f
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Aug 10 16:39:11 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Aug 10 16:39:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afdee627

media-sound/pamix: Initial commit (bug #590728).

Thanks to Joshua Jensch for the bug report and the ebuild work.

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler  gentoo.org>

 media-sound/pamix/Manifest  |  1 +
 media-sound/pamix/metadata.xml  | 11 +++
 media-sound/pamix/pamix-1.1.ebuild  | 30 ++
 media-sound/pamix/pamix-.ebuild | 30 ++
 4 files changed, 72 insertions(+)

diff --git a/media-sound/pamix/Manifest b/media-sound/pamix/Manifest
new file mode 100644
index 000..e696d39
--- /dev/null
+++ b/media-sound/pamix/Manifest
@@ -0,0 +1 @@
+DIST pamix-1.1.tar.gz 7955 SHA256 
81e88b5c305b2864ea5c6adda79a9a2fe18c7ed7721354e865862e779acb6f5f SHA512 
cdec746bfbb1887d558762a0247370616f480b4695a7802f4ac47c7d9f545efe77af228b1992dd61e2bed09118ca095546bde206be4b8dfea1839b91c768cdbc
 WHIRLPOOL 
c1113e4783637c1ec5f77be735d4a96ffc3060449571ad3f32d06e9d369c7dba6140863ab5b2f0a19f78b7a591614c32980e1e87c8ec950fe3e589514e5759a2

diff --git a/media-sound/pamix/metadata.xml b/media-sound/pamix/metadata.xml
new file mode 100644
index 000..88f381f
--- /dev/null
+++ b/media-sound/pamix/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+polynomia...@gentoo.org
+Lars Wendler
+  
+  
+patroclos/PAmix
+  
+

diff --git a/media-sound/pamix/pamix-1.1.ebuild 
b/media-sound/pamix/pamix-1.1.ebuild
new file mode 100644
index 000..986dad7
--- /dev/null
+++ b/media-sound/pamix/pamix-1.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+[[ "${PV}" ==  ]] && inherit git-r3
+
+DESCRIPTION="A PulseAudio NCurses mixer"
+HOMEPAGE="https://github.com/patroclos/PAmix";
+LICENSE="MIT"
+SLOT="0"
+
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="git://github.com/patroclos/PAmix.git"
+else
+   SRC_URI="https://github.com/patroclos/PAmix/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/PAmix-${PV}"
+fi
+
+RDEPEND="media-sound/pulseaudio
+   sys-libs/ncurses:0=[unicode]"
+DEPEND="virtual/pkgconfig
+   ${RDEPEND}"
+
+src_unpack() {
+   [[ "${PV}" ==  ]] && git-r3_src_unpack
+   default
+}

diff --git a/media-sound/pamix/pamix-.ebuild 
b/media-sound/pamix/pamix-.ebuild
new file mode 100644
index 000..986dad7
--- /dev/null
+++ b/media-sound/pamix/pamix-.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+[[ "${PV}" ==  ]] && inherit git-r3
+
+DESCRIPTION="A PulseAudio NCurses mixer"
+HOMEPAGE="https://github.com/patroclos/PAmix";
+LICENSE="MIT"
+SLOT="0"
+
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="git://github.com/patroclos/PAmix.git"
+else
+   SRC_URI="https://github.com/patroclos/PAmix/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/PAmix-${PV}"
+fi
+
+RDEPEND="media-sound/pulseaudio
+   sys-libs/ncurses:0=[unicode]"
+DEPEND="virtual/pkgconfig
+   ${RDEPEND}"
+
+src_unpack() {
+   [[ "${PV}" ==  ]] && git-r3_src_unpack
+   default
+}



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

2016-08-10 Thread Kent Fredric
commit: c40ad4058e0710de72ccf29291a64a7a26b11515
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Aug 10 16:24:36 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Aug 10 16:26:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c40ad405

dev-perl/Test-Warn: ALLARCHES stable wrt bug #585502

5 Stable arches have already independently signed off on
this ALLARCHES bug, replicating the stability becaue it only
required one stable arch satisfied to deploy.

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

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 arm hppa ia64 ppc ppc64 sparc 
x86"

 dev-perl/Test-Warn/Test-Warn-0.300.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Warn/Test-Warn-0.300.0-r1.ebuild 
b/dev-perl/Test-Warn/Test-Warn-0.300.0-r1.ebuild
index 4004f63..3f56fed 100644
--- a/dev-perl/Test-Warn/Test-Warn-0.300.0-r1.ebuild
+++ b/dev-perl/Test-Warn/Test-Warn-0.300.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl extension to test methods for warnings"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
 
 IUSE="test"
 



[gentoo-commits] repo/gentoo:master commit in: www-client/luakit/, profiles/, www-client/luakit/files/

2016-08-10 Thread Michał Górny
commit: 2963b7d8bed43469f1f217d6fc57852886910361
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 10 16:13:03 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 10 16:16:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2963b7d8

www-client/luakit: Remove last-rited pkg, #584186

 profiles/package.mask  |  6 --
 www-client/luakit/Manifest |  1 -
 .../files/luakit-2010.12.25-fix-deprecated.patch   | 25 ---
 www-client/luakit/luakit-2012.09.13_p1-r1.ebuild   | 83 -
 www-client/luakit/luakit-.ebuild   | 87 --
 www-client/luakit/metadata.xml | 14 
 6 files changed, 216 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index b2e2bc3..9f7fd1d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -240,12 +240,6 @@ media-video/motion
 # Removal in a month.
 app-portage/epm
 
-# Michael Palimaka  (26 May 2016)
-# Depends on vulnerable slot of net-libs/webkit-gtk.
-# Dead upstream. Unmaintained. Masked for removal in 30 days.
-# Bug 584186.
-www-client/luakit
-
 # Chris Reffett  (25 May 2016)
 # The webkit-gtk:4 backend for Xiphos has known text display issues.
 # Use at your own risk.

diff --git a/www-client/luakit/Manifest b/www-client/luakit/Manifest
deleted file mode 100644
index 68c6127..000
--- a/www-client/luakit/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST luakit-2012.09.13_p1.tar.gz 215431 SHA256 
688950fda11f032976998b52ba6505fc1bf5bba40552293f9ddc748b00f76132 SHA512 
429f2911e6c0e28966579721925d3f9bf492461b3f43cecb07df5f2a7ee5e791d30885c50039da6849ec8d16e8b042286482966c036089e87c568fb394aade09
 WHIRLPOOL 
de90607402cc13eab7a84a3f9f75edaca976f444aabccd1391f7c7f20fe0211d78d8d4c3d3685bcabb84622556617411c9778eaf6abb23ca826992c4914f0064

diff --git a/www-client/luakit/files/luakit-2010.12.25-fix-deprecated.patch 
b/www-client/luakit/files/luakit-2010.12.25-fix-deprecated.patch
deleted file mode 100644
index 71eba89..000
--- a/www-client/luakit/files/luakit-2010.12.25-fix-deprecated.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Change handling of "argument table" in `lousy/util.lua` from
-deprecated (Lua 5.0) to modern (5.1 and up) syntax.
-
-written by Stjujsckij Nickolaj
-
-https://bugs.gentoo.org/show_bug.cgi?id=354355
-https://github.com/mason-larobina/luakit/commit/99b1bb394beff0dd872dd822c930d412b98d00a9
 a/lib/lousy/util.lua
-+++ b/lib/lousy/util.lua
-@@ -98,9 +98,9 @@ end
- -- @return A new table containing all keys from the arguments.
- function table.join(...)
- local ret = {}
--for i = 1, arg.n do
--if arg[i] then
--for k, v in pairs(arg[i]) do
-+for i, tbl in pairs({...}) do
-+if tbl then
-+for k, v in pairs(tbl) do
- if type(k) == "number" then
- rtable.insert(ret, v)
- else
--- 
-1.7.4.rc3
-

diff --git a/www-client/luakit/luakit-2012.09.13_p1-r1.ebuild 
b/www-client/luakit/luakit-2012.09.13_p1-r1.ebuild
deleted file mode 100644
index 65b06ae..000
--- a/www-client/luakit/luakit-2012.09.13_p1-r1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit toolchain-funcs
-IUSE="luajit vim-syntax"
-
-if [[ ${PV} == ** ]]; then
-   inherit git-2
-   EGIT_REPO_URI="git://github.com/mason-larobina/${PN}.git
-   https://github.com/mason-larobina/${PN}.git";
-   EGIT_BRANCH="develop"
-   KEYWORDS=""
-   SRC_URI=""
-else
-   inherit vcs-snapshot
-   MY_PV="${PV/_p/-r}"
-   KEYWORDS="~amd64 ~x86"
-   SRC_URI="https://github.com/mason-larobina/${PN}/tarball/${MY_PV} -> 
${P}.tar.gz"
-fi
-
-DESCRIPTION="fast, small, webkit-gtk based micro-browser extensible by lua"
-HOMEPAGE="https://mason-larobina.github.com/luakit/";
-
-LICENSE="GPL-3"
-SLOT="0"
-
-COMMON_DEPEND="
-   luajit? ( dev-lang/luajit:2 )
-   !luajit? ( >=dev-lang/lua-5.1 )
-   dev-db/sqlite:3
-   dev-libs/glib:2
-   dev-libs/libunique:1
-   net-libs/libsoup:2.4
-   net-libs/webkit-gtk:2
-   x11-libs/gtk+:2
-"
-
-DEPEND="
-   virtual/pkgconfig
-   sys-apps/help2man
-   ${COMMON_DEPEND}
-"
-
-RDEPEND="
-   ${COMMON_DEPEND}
-   dev-lua/luafilesystem
-   vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )
-"
-
-src_prepare() {
-   sed -i -e "/^CFLAGS/s/-ggdb//" config.mk || die
-}
-
-src_compile() {
-   myconf="PREFIX=/usr DEVELOPMENT_PATHS=0"
-   if use luajit; then
-   myconf+=" USE_LUAJIT=1"
-   else
-   myconf+=" USE_LUAJIT=0"
-   fi
-
-   if [[ ${PV} != ** ]]; then
-   myconf+=" VERSION=${PV}"
-   fi
-
-   tc-export CC
-   emake ${myconf}
-}
-
-src_install() {
-   emake PREFIX="/usr" DESTDIR="${D}" DOCDIR="

  1   2   >