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

2015-10-02 Thread Ryan Hill
commit: b1f7d52fae62e92d6f14fb5a24aba5f87cc4ba49
Author: Ryan Hill  gentoo  org>
AuthorDate: Fri Oct  2 06:49:28 2015 +
Commit: Ryan Hill  gentoo  org>
CommitDate: Fri Oct  2 06:49:28 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f7d52f

dev-util/creduce: Update for fixed clang SLOT

Package-Manager: portage-2.2.22
Signed-off-by: Ryan Hill  gentoo.org>

 dev-util/creduce/creduce-2.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/creduce/creduce-2.4.0.ebuild 
b/dev-util/creduce/creduce-2.4.0.ebuild
index 5aa21a5..76098b7 100644
--- a/dev-util/creduce/creduce-2.4.0.ebuild
+++ b/dev-util/creduce/creduce-2.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -24,7 +24,7 @@ DEPEND="
dev-perl/Sys-CPU
dev-util/astyle
dev-util/indent
-   sys-devel/clang:0/3.6
+   sys-devel/clang:0/3.7
sys-devel/llvm:0/3.7.0[clang]"
 
 RDEPEND="${DEPEND}"



[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-control-center/, gnome-base/gnome-control-center/files/

2015-10-02 Thread Ole Reifschneider
commit: e67a7340ca1321024b041bc09c5e0f62398fdf5e
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Fri Oct  2 09:53:54 2015 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Fri Oct  2 09:53:54 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e67a7340

gnome-base/gnome-control-center: Bump version to 3.18.0

Package-Manager: portage-2.2.22
Manifest-Sign-Key: 7E8B4D42

 ...ontrol-center-3.18.0-keep-panels-optional.patch |  39 ++
 .../gnome-control-center-3.18.0-optional.patch | 537 +
 ...9.ebuild => gnome-control-center-3.18.0.ebuild} |  23 +-
 .../gnome-control-center-.ebuild   |  12 +-
 4 files changed, 590 insertions(+), 21 deletions(-)

diff --git 
a/gnome-base/gnome-control-center/files/gnome-control-center-3.18.0-keep-panels-optional.patch
 
b/gnome-base/gnome-control-center/files/gnome-control-center-3.18.0-keep-panels-optional.patch
new file mode 100644
index 000..23141e4
--- /dev/null
+++ 
b/gnome-base/gnome-control-center/files/gnome-control-center-3.18.0-keep-panels-optional.patch
@@ -0,0 +1,39 @@
+From 3b51af7de7bfe7b69bbb1a96dbbc184311281704 Mon Sep 17 00:00:00 2001
+From: Gilles Dartiguelongue 
+Date: Mon, 11 May 2015 23:59:03 +0200
+Subject: [PATCH 1/3] Optional gotta be optional
+
+---
+ configure.ac | 16 
+ 1 file changed, 16 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 9713256..bc239de 100644
+--- a/configure.ac
 b/configure.ac
+@@ -508,22 +508,6 @@ else
+ AC_MSG_RESULT(no)
+ fi
+
+-case $host_os in
+-  linux*)
+-if test "$host_cpu" = s390 -o "$host_cpu" = s390x; then
+-  # Nothing
+-  echo "USB-related panels disabled on S390"
+-else
+-  if test "x$have_networkmanager" != "xyes" -o \
+-  "x$have_bluetooth" != "xyes" -o \
+-  "x$enable_cups" != "xyes" -o \
+-  "x$have_wacom" != "xyes"; then
+-AC_MSG_ERROR([The Network, Bluetooth, Printers and Wacom panels are 
not optional on Linux systems])
+- fi
+-fi
+-;;
+-esac
+-
+ AC_CONFIG_FILES([
+ Makefile
+ panels/Makefile
+--
+2.3.6
+

diff --git 
a/gnome-base/gnome-control-center/files/gnome-control-center-3.18.0-optional.patch
 
b/gnome-base/gnome-control-center/files/gnome-control-center-3.18.0-optional.patch
new file mode 100644
index 000..96b58f6
--- /dev/null
+++ 
b/gnome-base/gnome-control-center/files/gnome-control-center-3.18.0-optional.patch
@@ -0,0 +1,537 @@
+From af4a143d8e0ee51b1a81807d82598101663b1034 Mon Sep 17 00:00:00 2001
+From: Alexandre Rostovtsev 
+Date: Fri, 25 Apr 2014 22:17:24 +0200
+Subject: [PATCH 1/2] Make bluetooth/colord/goa/kerberos/wacom optional
+
+Upstream is not interested in any part of this patch:
+
+https://bugzilla.gnome.org/show_bug.cgi?id=686840
+https://bugzilla.gnome.org/show_bug.cgi?id=697478
+https://bugzilla.gnome.org/show_bug.cgi?id=700145
+
+Dropped mm from this revision of the patch since it appears more
+complicated than ever to split it from the network panel.
+
+Signed-Off: Gilles Dartiguelongue 
+---
+ configure.ac| 157 ++--
+ panels/Makefile.am  |  10 +-
+ panels/background/Makefile.am   |   8 +-
+ panels/background/bg-pictures-source.c  |  20 
+ panels/user-accounts/um-realm-manager.c |   9 ++
+ shell/Makefile.am   |  10 +-
+ shell/cc-panel-loader.c |   8 ++
+ 7 files changed, 186 insertions(+), 36 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index fe723d5..f882e23 100644
+--- a/configure.ac
 b/configure.ac
+@@ -119,10 +119,6 @@ LIBGD_INIT([_view-common notification static])
+ PKG_CHECK_MODULES(LIBLANGUAGE, $COMMON_MODULES gnome-desktop-3.0 fontconfig)
+ PKG_CHECK_MODULES(LIBSHORTCUTS, $COMMON_MODULES x11)
+ PKG_CHECK_MODULES(SHELL, $COMMON_MODULES x11 polkit-gobject-1 >= 
$POLKIT_REQUIRED_VERSION)
+-PKG_CHECK_MODULES(BACKGROUND_PANEL, $COMMON_MODULES cairo-gobject libxml-2.0 
gnome-desktop-3.0
+-  gdk-pixbuf-2.0 >= $GDKPIXBUF_REQUIRED_VERSION
+-  goa-1.0 >= $GOA_REQUIRED_VERSION
+-  grilo-0.2 >= $GRILO_REQUIRED_VERSION)
+ PKG_CHECK_MODULES(DATETIME_PANEL, $COMMON_MODULES
+   gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION
+   polkit-gobject-1 >= $POLKIT_REQUIRED_VERSION
+@@ -139,14 +135,65 @@ PKG_CHECK_MODULES(MOUSE_PANEL, $COMMON_MODULES xi >= 1.2
+   gnome-settings-daemon >= $GSD_REQUIRED_VERSION x11)
+ PKG_CHECK_MODULES(NETWORK_PANEL, $COMMON_MODULES gmodule-2.0)
+ PKG_CHECK_MODULES(NOTIFICATIONS_PANEL, $COMMON_MODULES)
+-PKG_CHECK_MODULES(ONLINE_ACCOUNTS_PANEL, $COMMON_MODULES goa-1.0 
goa-backend-1.0 >= $GOA_REQUIRED_VERSION)
++
++build_online_accounts=false
++background_online_accounts=
++AC_ARG_ENABLE(goa,
++   AC_HELP_STRING([--disable-goa],
++   [disable 

[gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/

2015-10-02 Thread Ole Reifschneider
commit: d9b31fb45d421f543d078dad1e75f17e7d2d3872
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Fri Oct  2 09:49:53 2015 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Fri Oct  2 09:49:53 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d9b31fb4

net-wireless/gnome-bluetooth: Bump version to 3.18.0

Package-Manager: portage-2.2.22
Manifest-Sign-Key: 7E8B4D42

 ...h-.ebuild => gnome-bluetooth-3.18.0.ebuild} | 26 +-
 .../gnome-bluetooth/gnome-bluetooth-.ebuild|  2 ++
 2 files changed, 7 insertions(+), 21 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.0.ebuild
similarity index 78%
copy from net-wireless/gnome-bluetooth/gnome-bluetooth-.ebuild
copy to net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.0.ebuild
index cc5586b..55733a8 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.0.ebuild
@@ -6,9 +6,6 @@ EAPI="5"
 GCONF_DEBUG="yes"
 
 inherit eutils gnome2 udev user
-if [[ ${PV} =  ]]; then
-   inherit gnome2-live
-fi
 
 DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
 HOMEPAGE="https://wiki.gnome.org/GnomeBluetooth;
@@ -16,17 +13,14 @@ HOMEPAGE="https://wiki.gnome.org/GnomeBluetooth;
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="2/13" # subslot = libgnome-bluetooth soname version
 IUSE="+introspection"
-if [[ ${PV} =  ]]; then
-   IUSE="${IUSE} doc"
-   KEYWORDS=""
-else
-   KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-fi
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 
 COMMON_DEPEND="
>=dev-libs/glib-2.38:2
>=x11-libs/gtk+-3.12:3[introspection?]
+   media-libs/libcanberra[gtk3]
virtual/udev
+   x11-libs/libnotify
introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
 "
 RDEPEND="${COMMON_DEPEND}
@@ -47,34 +41,24 @@ DEPEND="${COMMON_DEPEND}
 # eautoreconf needs:
 #  gnome-base/gnome-common
 
-if [[ ${PV} =  ]]; then
-   DEPEND="${DEPEND}
-   app-text/yelp-tools
-   doc? ( >=dev-util/gtk-doc-1.9 )"
-fi
-
 pkg_setup() {
enewgroup plugdev
 }
 
 src_prepare() {
# Regenerate gdbus-codegen files to allow using any glib version; bug 
#436236
-   if [[ ${PV} !=  ]]; then
-   rm -v lib/bluetooth-client-glue.{c,h} || die
-   fi
+   rm -v lib/bluetooth-client-glue.{c,h} || die
gnome2_src_prepare
 }
 
 src_configure() {
-   local myconf=""
-   [[ ${PV} !=  ]] && myconf="ITSTOOL=$(type -P true)"
gnome2_src_configure \
$(use_enable introspection) \
--enable-documentation \
--disable-desktop-update \
--disable-icon-update \
--disable-static \
-   ${myconf}
+   ITSTOOL=$(type -P true)
 }
 
 src_install() {

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-.ebuild
index cc5586b..6057df2 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-.ebuild
@@ -26,7 +26,9 @@ fi
 COMMON_DEPEND="
>=dev-libs/glib-2.38:2
>=x11-libs/gtk+-3.12:3[introspection?]
+   media-libs/libcanberra[gtk3]
virtual/udev
+   x11-libs/libnotify
introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
 "
 RDEPEND="${COMMON_DEPEND}



[gentoo-commits] proj/gnome:master commit in: x11-wm/mutter/

2015-10-02 Thread Ole Reifschneider
commit: 9cc38bba5872775942e7f7bd88919bd6e26a8d24
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Fri Oct  2 09:55:15 2015 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Fri Oct  2 09:55:15 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=9cc38bba

x11-wm/mutter: Bump version to 3.18.0

Package-Manager: portage-2.2.22
Manifest-Sign-Key: 7E8B4D42

 x11-wm/mutter/{mutter-3.17.91.ebuild => mutter-3.18.0.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/x11-wm/mutter/mutter-3.17.91.ebuild 
b/x11-wm/mutter/mutter-3.18.0.ebuild
similarity index 100%
rename from x11-wm/mutter/mutter-3.17.91.ebuild
rename to x11-wm/mutter/mutter-3.18.0.ebuild



[gentoo-commits] proj/gnome:master commit in: x11-themes/adwaita-icon-theme/

2015-10-02 Thread Ole Reifschneider
commit: 9a2e1229eca74d450514d90d3be7e829f62fddce
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Fri Oct  2 11:05:04 2015 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Fri Oct  2 11:05:04 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=9a2e1229

x11-themes/adwaita-icon-theme: Bump version to 3.18.0

Package-Manager: portage-2.2.22
Manifest-Sign-Key: 7E8B4D42

 .../adwaita-icon-theme-3.18.0.ebuild   | 76 ++
 1 file changed, 76 insertions(+)

diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.18.0.ebuild 
b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.18.0.ebuild
new file mode 100644
index 000..9fd0d6a
--- /dev/null
+++ b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.18.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome2 versionator
+
+DESCRIPTION="GNOME default icon theme"
+HOMEPAGE="https://www.gnome.org/ 
http://people.freedesktop.org/~jimmac/icons/#git;
+
+SRC_URI="${SRC_URI}
+   branding? ( 
http://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz
 )"
+
+LICENSE="|| ( LGPL-3 CC-BY-SA-3.0 )
+   branding? ( CC-Sampling-Plus-1.0 )"
+SLOT="0"
+IUSE="branding"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
+
+COMMON_DEPEND="
+   >=x11-themes/hicolor-icon-theme-0.10
+"
+RDEPEND="${COMMON_DEPEND}
+   gnome-base/librsvg:2
+   !=gnome-base/gnome-session-3.14.0-r2"
+   elog "and then log out and log in again."
+}



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

2015-10-02 Thread Bernard Cafarelli
commit: ee42595a736849b846847935fc5d105dd1f71733
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Oct  2 12:50:45 2015 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Oct  2 12:50:53 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee42595a

net-misc/nxplayer: version bump

Package-Manager: portage-2.2.22

 net-misc/nxplayer/Manifest |  2 ++
 net-misc/nxplayer/nxplayer-5.0.43.1.ebuild | 40 ++
 2 files changed, 42 insertions(+)

diff --git a/net-misc/nxplayer/Manifest b/net-misc/nxplayer/Manifest
index 9f5fabf..ada7119 100644
--- a/net-misc/nxplayer/Manifest
+++ b/net-misc/nxplayer/Manifest
@@ -2,3 +2,5 @@ DIST nomachine-enterprise-client_4.6.12_7_i686.tar.gz 45504 
SHA256 066cab4676426
 DIST nomachine-enterprise-client_4.6.12_7_x86_64.tar.gz 24170379 SHA256 
2dc1ad80a2ad829346009ad4f8aa9d3d3b097b70d8f929100fb79e01fcb4b403 SHA512 
fbbc9dac184b14a025807d82aa4d4e28654f2e1aed2f76adb83885719a4ebf0b91f68befb798662bf55e9dacbcf3db2e533d2901e5bce2e094f486dbb4df61e7
 WHIRLPOOL 
63449a1c130dce99936748048f6b84c14122000edb3f2da6f5daa46e67d555036341aa180c446af76363188490e3951e5d2d3bb63d3d7ce1e58a2db5548f5058
 DIST nomachine-enterprise-client_4.6.16_1_i686.tar.gz 23265721 SHA256 
57c9f8516f93194dd5df00e3ce531c0fc6a23fbe200b46b716aad8518aece6fc SHA512 
3a60deafdf6798f1386c2bdc61fbde66abc252b419ecd7cd8822b7e3af08e43c75d186fcd4d4a8e19452502f42aedf7318adb6f8b91af8b5b25c7522ed204ff6
 WHIRLPOOL 
8d54ede57c7dd17054d776255a3783e1dd40b2f436ea77cb8215bf08031df05e8dfcd6d61937b9da800dcbf3733ef6ee3b50872d2e5b950ace869ca72910e3ad
 DIST nomachine-enterprise-client_4.6.16_1_x86_64.tar.gz 24175782 SHA256 
9e3cff9a1ab3f7c2fcae47e9aae9af95a8f981db02d15060355aefa76150af68 SHA512 
9658f52127a5ca1702772492b1761418b923243b98bb4bb7c86bdd89a7f413732e0f5660f8392630b082d79856041f2ae91f2cc0cb3a24fa5d11dc688d1178fc
 WHIRLPOOL 
9690e2b21d9653a83a2b2c5490359557efcf739c34ef0a49784f346bf18335f287aca7908f83ff2085b51b05b1330663db5d55b33fdc762d5e430cf6d2d4e314
+DIST nomachine-enterprise-client_5.0.43_1_i686.tar.gz 28371454 SHA256 
09872a679c8df7c1c6c5c1ea0956a16cb3ee8ead5cd5c58fb092850cc06acb71 SHA512 
5646e361ef3c532eca2f67d67185222ee5823ac06cb342b802fd51e0a3a5d538e9764695c98de414760fe04af7f5cb51d0ef8a04ec18ad0dd7f6b25d262898a3
 WHIRLPOOL 
4921ff9ad8e8f2d97aafde610f366e1b9d6942614a2d9794e765ba6c48d1921db2eed512845d86814708ab0126e4fb874c8005f6f5b6a5fa3693e6b4a61fc5d4
+DIST nomachine-enterprise-client_5.0.43_1_x86_64.tar.gz 29326306 SHA256 
fc543f834f1485143deac62567654f626e8329bba051dbef810efc85a6c093cf SHA512 
21bbb202d2e7d87ae2c6e62bd559c54e096307c0d0820741d00c90d194ca2850ab7ac785dee8b3f384f1048d53520583143b4f2032d27aa3d2aaca1517ed1c52
 WHIRLPOOL 
437da17d129a37d6ae9e9c07e76595a7dac5692aa77cd4d5c2b1d2c7955e2857734d62fb892e57b1aadce6aac73c6d1ee16014a35f4469ae73ec572e4b73116c

diff --git a/net-misc/nxplayer/nxplayer-5.0.43.1.ebuild 
b/net-misc/nxplayer/nxplayer-5.0.43.1.ebuild
new file mode 100644
index 000..191d9bf
--- /dev/null
+++ b/net-misc/nxplayer/nxplayer-5.0.43.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils versionator
+
+MY_P="nomachine-enterprise-client_$(get_version_component_range 
1-3)_$(get_version_component_range 4)"
+
+DESCRIPTION="Client for NoMachine remote servers"
+HOMEPAGE="http://www.nomachine.com;
+SRC_URI="amd64? ( 
http://download.nomachine.com/download/$(get_version_component_range 
1-2)/Linux/${MY_P}_x86_64.tar.gz )
+   x86? ( 
http://download.nomachine.com/download/$(get_version_component_range 
1-2)/Linux/${MY_P}_i686.tar.gz )"
+LICENSE="nomachine"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+RESTRICT="strip"
+
+DEPEND=""
+RDEPEND="dev-libs/glib:2
+   dev-libs/openssl:0"
+
+S=${WORKDIR}/NX/etc/NX/player/packages
+
+QA_PREBUILT="*"
+
+src_install()
+{
+   local NXROOT=/opt/NX
+
+#  dodir /etc/NX/localhost
+#  echo 'PlayerRoot = "'"${NXROOT}"'"' > ${D}/etc/NX/localhost/player.cfg
+
+   dodir /opt
+   tar xozf nxclient.tar.gz -C "${D}"/opt
+   tar xozf nxplayer.tar.gz -C "${D}"/opt
+
+   make_wrapper nxplayer ${NXROOT}/bin/nxplayer ${NXROOT} ${NXROOT}/lib 
/opt/bin
+}



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

2015-10-02 Thread Ole Reifschneider
commit: 9f3b03491c69efdee3ea1f9fac676c1a4b91147f
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Fri Oct  2 09:56:55 2015 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Fri Oct  2 09:56:55 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=9f3b0349

gnome-base/gnome-shell: Bump version to 3.18.0

Package-Manager: portage-2.2.22
Manifest-Sign-Key: 7E8B4D42

 .../{gnome-shell-3.17.91.ebuild => gnome-shell-3.18.0.ebuild} | 0
 gnome-base/gnome-shell/gnome-shell-.ebuild| 4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-base/gnome-shell/gnome-shell-3.17.91.ebuild 
b/gnome-base/gnome-shell/gnome-shell-3.18.0.ebuild
similarity index 100%
rename from gnome-base/gnome-shell/gnome-shell-3.17.91.ebuild
rename to gnome-base/gnome-shell/gnome-shell-3.18.0.ebuild

diff --git a/gnome-base/gnome-shell/gnome-shell-.ebuild 
b/gnome-base/gnome-shell/gnome-shell-.ebuild
index b5ae944..e95780d 100644
--- a/gnome-base/gnome-shell/gnome-shell-.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-.ebuild
@@ -34,7 +34,7 @@ COMMON_DEPEND="
>=app-crypt/gcr-3.7.5[introspection]
>=dev-libs/glib-2.45.3:2[dbus]
>=dev-libs/gjs-1.39
-   >=dev-libs/gobject-introspection-0.10.1:=
+   >=dev-libs/gobject-introspection-1.45.4:=
dev-libs/libical:=
>=x11-libs/gtk+-3.15.0:3[introspection]
>=media-libs/clutter-1.21.5:1.0[introspection]
@@ -217,7 +217,7 @@ pkg_postinst() {
if ! systemd_is_booted; then
ewarn "${PN} needs Systemd to be *running* for working"
ewarn "properly. Please follow this guide to migrate:"
-   ewarn "http://wiki.gentoo.org/wiki/Systemd;
+   ewarn "https://wiki.gentoo.org/wiki/Systemd;
fi
 
if use openrc-force; then



[gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/files/, x11-themes/gnome-themes-standard/

2015-10-02 Thread Ole Reifschneider
commit: 4713dacb7aa247b52fb77e7b6828f15c0b593608
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Fri Oct  2 10:42:49 2015 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Fri Oct  2 10:42:49 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=4713dacb

x11-themes/gnome-themes-standard: Bump version to 3.18.0

Package-Manager: portage-2.2.22
Manifest-Sign-Key: 7E8B4D42

 .../gnome-themes-standard-3.14.2.3-srcdir.patch| 26 +++
 .../gnome-themes-standard-3.18.0.ebuild| 85 ++
 2 files changed, 111 insertions(+)

diff --git 
a/x11-themes/gnome-themes-standard/files/gnome-themes-standard-3.14.2.3-srcdir.patch
 
b/x11-themes/gnome-themes-standard/files/gnome-themes-standard-3.14.2.3-srcdir.patch
new file mode 100644
index 000..717613b
--- /dev/null
+++ 
b/x11-themes/gnome-themes-standard/files/gnome-themes-standard-3.14.2.3-srcdir.patch
@@ -0,0 +1,26 @@
+From db1e859fa27a4d3ca8a45937c2730f83c34405c6 Mon Sep 17 00:00:00 2001
+From: Alexandre Rostovtsev 
+Date: Sat, 28 Mar 2015 00:28:16 -0400
+Subject: [PATCH] HC: fix out-of-tree builds
+
+https://bugzilla.gnome.org/show_bug.cgi?id=746920
+---
+ themes/HighContrast/icons/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/themes/HighContrast/icons/Makefile.am 
b/themes/HighContrast/icons/Makefile.am
+index 76e824d..5545157 100644
+--- a/themes/HighContrast/icons/Makefile.am
 b/themes/HighContrast/icons/Makefile.am
+@@ -6,7 +6,7 @@ render_sizes = "16x16" "22x22" "24x24" "32x32" "48x48" 
"256x256" "scalable"
+ THEME_DIRS=$(shell SIZES="$(render_sizes)"; for size in $$SIZES; do for dir 
in `find $(srcdir)/$$size/* -type d`; do printf "$$dir,"; done; done;)
+ 
+ %.theme: %.theme.in Makefile
+-  dirs="`echo $(THEME_DIRS) | sed -e 's#\./##g'`"; \
++  dirs="`echo $(THEME_DIRS) | sed -e \"s#$(srcdir)/*##g\"`"; \
+   sed -e "s|\@THEME_DIRS\@|$$dirs|g" < $< > $@; \
+   echo "" >> $@; \
+   for dir in `echo $$dirs | sed -e "s/,/ /g"`; do \
+-- 
+2.3.3
+

diff --git 
a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.18.0.ebuild 
b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.18.0.ebuild
new file mode 100644
index 000..246bba3
--- /dev/null
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.18.0.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit autotools eutils gnome2 multilib-minimal
+
+DESCRIPTION="Standard Themes for GNOME Applications"
+HOMEPAGE="https://git.gnome.org/browse/gnome-themes-standard/;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+IUSE="+gtk"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux 
~x64-solaris ~x86-solaris"
+
+COMMON_DEPEND="
+   gnome-base/librsvg:2[${MULTILIB_USEDEP}]
+   x11-libs/cairo[${MULTILIB_USEDEP}]
+   gtk? (
+   >=x11-libs/gtk+-2.24.15:2[${MULTILIB_USEDEP}]
+   >=x11-libs/gtk+-3.12:3[${MULTILIB_USEDEP}] )
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.40
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+# gnome-themes{,-extras} are OBSOLETE for GNOME 3
+# http://comments.gmane.org/gmane.comp.gnome.desktop/44130
+# Depend on gsettings-desktop-schemas-3.4 to make sure 3.2 users don't lose
+# their default background image
+RDEPEND="${COMMON_DEPEND}
+   >=gnome-base/gsettings-desktop-schemas-3.4
+   !https://bugzilla.gnome.org/show_bug.cgi?id=746920
+   epatch "${FILESDIR}/${PN}-3.14.2.3-srcdir.patch"
+   eautoreconf
+
+   gnome2_src_prepare
+}
+
+multilib_src_configure() {
+   # The icon cache needs to be generated in pkg_postinst()
+   ECONF_SOURCE="${S}" \
+   gnome2_src_configure \
+   --disable-static \
+   $(use_enable gtk gtk2-engine) \
+   $(use_enable gtk gtk3-engine) \
+   GTK_UPDATE_ICON_CACHE=$(type -P true)
+}
+
+emake_engines_only() {
+   pushd themes/Adwaita/gtk-2.0 > /dev/null || die
+   if [[ $1 = install ]]; then
+   emake DESTDIR="${D}" install-engineLTLIBRARIES
+   else
+   emake libadwaita.la
+   fi
+   popd > /dev/null
+}
+
+multilib_src_compile() {
+   # processing >3500 icons is slow on old hard drives, do it only for 
native ABI
+   if multilib_is_native_abi; then
+   gnome2_src_compile
+   elif use gtk; then
+   emake_engines_only
+   fi
+}
+
+multilib_src_install() {
+   # processing >3500 icons is slow on old hard drives, do it only for 
native ABI
+   if multilib_is_native_abi; then
+   gnome2_src_install
+   elif use gtk; then
+   emake_engines_only install
+   prune_libtool_files --modules
+   fi
+}



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

2015-10-02 Thread Jason Donenfeld
commit: 2152034f08ded0d40605303dd3ea54beeaec0517
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Fri Oct  2 12:58:45 2015 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Fri Oct  2 12:59:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2152034f

mail-mta/opensmtpd: remove ancient version

Package-Manager: portage-2.2.20.1

 mail-mta/opensmtpd/Manifest|  1 -
 .../opensmtpd-5.4.6.201506112227_p1.ebuild | 89 --
 2 files changed, 90 deletions(-)

diff --git a/mail-mta/opensmtpd/Manifest b/mail-mta/opensmtpd/Manifest
index 7e33322..1e736f2 100644
--- a/mail-mta/opensmtpd/Manifest
+++ b/mail-mta/opensmtpd/Manifest
@@ -1,2 +1 @@
-DIST opensmtpd-201506112227p1.tar.gz 706259 SHA256 
f938796d2655f554e695adff6a3f3bbc4b1326912327b98acc7e29f705b9cf63 SHA512 
f1724c1f2233dc43f4e5db780e12cfbaa7237dfbd0f70b30237c5d7bf2eed370ef6ed1f3d674473fc34d42fca6bb13e3d1152f29d16e29c7c9f86db6071713fb
 WHIRLPOOL 
f7454975f256ef50d085774516805227c1dfc4129e57290dca4cb8484fd0b8e6df45a74c6f5c9704461d5f558f50cf3795700313d6394f8d9b61fe95dd8b692b
 DIST opensmtpd-5.7.2p1.tar.gz 708991 SHA256 
daae044488d456b33aa9c84ebcc79aef2f9ab2d17ebe0c0f09e41e1f4b60d992 SHA512 
ef9487ba38711fd2a4076022c8fef89c4daf0aac346a72814a9c17f20f830bcd3cba4d85da53867cbc726d2c10fd6773c907ae533e0e022165d7f4aa3bdf1260
 WHIRLPOOL 
3d5d3fff0f15b898219af62eb4152666120d60d528f3afa99d347be0fcdd58b9fe36694471cd4485d51041de53ee6249f4510e5a0af254794fe7465b8642cd44

diff --git a/mail-mta/opensmtpd/opensmtpd-5.4.6.201506112227_p1.ebuild 
b/mail-mta/opensmtpd/opensmtpd-5.4.6.201506112227_p1.ebuild
deleted file mode 100644
index 7b2cdcc..000
--- a/mail-mta/opensmtpd/opensmtpd-5.4.6.201506112227_p1.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
-
-inherit multilib user flag-o-matic eutils pam toolchain-funcs autotools 
systemd versionator
-
-DESCRIPTION="Lightweight but featured SMTP daemon from OpenBSD"
-HOMEPAGE="http://www.opensmtpd.org/;
-MY_P="${P}"
-if [ $(get_last_version_component_index) -eq 4 ]; then
-   MY_P="${PN}-$(get_version_component_range 4-)"
-fi
-SRC_URI="https://www.opensmtpd.org/archives/${MY_P/_}.tar.gz;
-
-LICENSE="ISC BSD BSD-1 BSD-2 BSD-4"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="pam +mta"
-
-DEPEND="dev-libs/openssl
-   sys-libs/zlib
-   pam? ( virtual/pam )
-   sys-libs/db
-   dev-libs/libevent
-   app-misc/ca-certificates
-   net-mail/mailbase
-   net-libs/libasr
-   !mail-mta/courier
-   !mail-mta/esmtp
-   !mail-mta/exim
-   !mail-mta/mini-qmail
-   !mail-mta/msmtp[mta]
-   !mail-mta/netqmail
-   !mail-mta/nullmailer
-   !mail-mta/postfix
-   !mail-mta/qmail-ldap
-   !mail-mta/sendmail
-   !mail-mta/ssmtp[mta]
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P/_}
-
-src_prepare() {
-   epatch_user
-   eautoreconf
-}
-
-src_configure() {
-   tc-export AR
-   AR="$(which "$AR")" econf \
-   --with-privsep-user=smtpd \
-   --with-queue-user=smtpq \
-   --with-privsep-path=/var/empty \
-   --with-sock-dir=/var/run \
-   --sysconfdir=/etc/opensmtpd \
-   --with-ca-file=/etc/ssl/certs/ca-certificates.crt \
-   $(use_with pam)
-}
-
-src_install() {
-   default
-   newinitd "${FILESDIR}"/smtpd.initd smtpd
-   systemd_dounit "${FILESDIR}"/smtpd.{service,socket}
-   use pam && newpamd "${FILESDIR}"/smtpd.pam smtpd
-   if use mta ; then
-   dodir /usr/sbin
-   dosym /usr/sbin/smtpctl /usr/sbin/sendmail
-   dosym /usr/sbin/smtpctl /usr/bin/sendmail
-   dosym /usr/sbin/smtpctl /usr/$(get_libdir)/sendmail
-   fi
-}
-
-pkg_preinst() {
-   enewgroup smtpd 25
-   enewuser smtpd 25 -1 /var/empty smtpd
-   enewgroup smtpq 252
-   enewuser smtpq 252 -1 /var/empty smtpq
-}
-
-pkg_postinst() {
-   einfo
-   einfo "Plugins for SQLite, MySQL, PostgreSQL, LDAP, socketmaps,"
-   einfo "Redis, and many other useful addons and filters are"
-   einfo "available in the mail-filter/opensmtpd-extras package."
-   einfo
-}



[gentoo-commits] repo/gentoo:master commit in: x11-apps/sessreg/files/, x11-apps/sessreg/

2015-10-02 Thread Mike Frysinger
commit: 3574435ae3de31bb9409c406154aa03fbbb884f7
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Oct  2 13:34:55 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Oct  2 13:34:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3574435a

x11-apps/sessreg: fix build w/gcc-5 #546742

 x11-apps/sessreg/files/sessreg-1.1.0-gcc-5.patch | 16 
 x11-apps/sessreg/sessreg-1.1.0.ebuild|  4 
 2 files changed, 20 insertions(+)

diff --git a/x11-apps/sessreg/files/sessreg-1.1.0-gcc-5.patch 
b/x11-apps/sessreg/files/sessreg-1.1.0-gcc-5.patch
new file mode 100644
index 000..7ed7511
--- /dev/null
+++ b/x11-apps/sessreg/files/sessreg-1.1.0-gcc-5.patch
@@ -0,0 +1,16 @@
+https://bugs.gentoo.org/546742
+https://bugs.freedesktop.org/show_bug.cgi?id=90615
+
+fix building w/gcc-5
+
+--- man/Makefile.in
 man/Makefile.in
+@@ -9,7 +9,7 @@
+ 
+ AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)
+ filenames.sed: filenames.sed.c
+-  $(AM_V_GEN)$(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++  $(AM_V_GEN)$(CPP) -P $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+   $(AM_CPPFLAGS) $(CPPFLAGS) $(srcdir)/filenames.sed.c | \
+   $(SED) -n -e '/s|__/ p' -e '/^\/__/ p' > $@
+ 

diff --git a/x11-apps/sessreg/sessreg-1.1.0.ebuild 
b/x11-apps/sessreg/sessreg-1.1.0.ebuild
index ae366d0..8504af9 100644
--- a/x11-apps/sessreg/sessreg-1.1.0.ebuild
+++ b/x11-apps/sessreg/sessreg-1.1.0.ebuild
@@ -13,3 +13,7 @@ IUSE=""
 RDEPEND=""
 DEPEND="${RDEPEND}
x11-proto/xproto"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.1.0-gcc-5.patch #546742
+)



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

2015-10-02 Thread Hans de Graaff
commit: 6549e9322a3ce6b262044b320fc94bcb382bef8a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Oct  2 14:24:54 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct  2 14:25:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6549e932

dev-ruby/spring: version bump

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-ruby/spring/Manifest b/dev-ruby/spring/Manifest
index 47109a4..dafce98 100644
--- a/dev-ruby/spring/Manifest
+++ b/dev-ruby/spring/Manifest
@@ -1 +1,2 @@
 DIST spring-1.3.6.tar.gz 37583 SHA256 
5d72ac77755119c96560cd10b2040a85685d0558c9ad9ed96fd2cd442bdd1ae6 SHA512 
7f9468202d93d0507a5a04bd1dac4fb4b830d636d3863d1d3b69d8c54de40bab804c0088445ff3690bc6b602c6b8a6e785af0da39bda9218223af05ba2d0ee42
 WHIRLPOOL 
c8eb25bc9896f0b7bfabef1dcbc920fe4c15ade48c99171e66b68ccb24469d632af59b028b34717e06bd5201c3aebadd8f0c69425b17fc3e4eeadbad2f00ff5d
+DIST spring-1.4.0.tar.gz 38007 SHA256 
a27501bd182893d6071b46c03d47cb43ab78b4515901420e487d7a4b78821aa7 SHA512 
b7096861dd19c3869f3899d8a48f26f39a6496f3b1a1c407d91c48b7896212f3eb18a477c6a3416c8522e1b8de955c20372814c29babbd465d8c0bdff51c928d
 WHIRLPOOL 
8af890262cb45b579bed035b460c87d96cf13b5cc60f642669ab59bb5ea9af470a0cdb220d26bbc466fb1e1913b29ffbf404acebef37a1e05b9b0a86d8c874b6

diff --git a/dev-ruby/spring/spring-1.4.0.ebuild 
b/dev-ruby/spring/spring-1.4.0.ebuild
new file mode 100644
index 000..8848bfb
--- /dev/null
+++ b/dev-ruby/spring/spring-1.4.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_TASK_TEST="test:unit"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Rails application preloader"
+HOMEPAGE="https://github.com/rails/spring;
+SRC_URI="https://github.com/rails/spring/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="1.1"
+KEYWORDS="~amd64"
+
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/rubygems-2.1.0"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/activesupport )"
+
+all_ruby_prepare() {
+   sed -i -e '/files/d' \
+   -e '/bump/d' ${PN}.gemspec || die
+   sed -i -e '/bump/d' Rakefile || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/mercurial/

2015-10-02 Thread Lars Wendler
commit: d582abddbb49f54c30d75882302d3212120cd17a
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Oct  2 08:10:01 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Oct  2 08:10:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d582abdd

dev-vcs/mercurial: Removed old.

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

 dev-vcs/mercurial/Manifest |   1 -
 dev-vcs/mercurial/mercurial-3.5.ebuild | 140 -
 2 files changed, 141 deletions(-)

diff --git a/dev-vcs/mercurial/Manifest b/dev-vcs/mercurial/Manifest
index 86797fb..ac29886 100644
--- a/dev-vcs/mercurial/Manifest
+++ b/dev-vcs/mercurial/Manifest
@@ -3,4 +3,3 @@ DIST mercurial-3.3.3.tar.gz 4167447 SHA256 
a445367f0dcbaf3a6279bfa743b364e729be0
 DIST mercurial-3.4.2.tar.gz 4296407 SHA256 
dcc90e4a8476149ecc8af13c08202860b4c9c987a94c4f3c18b28294b6fd8ecd SHA512 
f5ef7064a1ac4189fe4db91fec283cdead257b132674d0869f075b80ba5707e0163e28f18545a9d867336ebc6b1cbb8bcf794b6881b8f23f6c067e68c7ae584b
 WHIRLPOOL 
db7389c92680f6058efda6fa4cb7747ff3cd78bc361c43464a938c213b9ce46e8a040a57c68975f02342beb35522c27c3ab6250b2fc6e54777ddd20b0bda5443
 DIST mercurial-3.5.1.tar.gz 4414284 SHA256 
997da45da303e399678c5bccd7be39b0fabf29c7e02fd3c8751c2ff88c8a259d SHA512 
2435b3c50753e787577a847c96d3e4515015e02bc7ecdd21848530834d210831bb0690d31d4940626bbbe84cfccb1d245f8c4e1156317cda9469e7b870c042d5
 WHIRLPOOL 
97a0e6762657c2f560041f30e513fe8d5377bf654e39bf8a218d132952f60b59db63a6c078cdac6b529a8cb49ee766054daad9192951987b3a288e3b43e70ba7
 DIST mercurial-3.5.2.tar.gz 4415307 SHA256 
23fdc038503911b21dc9e556118803f7b1d4150eb14933d2ea3d0ff0dc60ab5d SHA512 
d0a4007763186ab72e7ef6e6f6fa84719fcdc2d16208bc99cc32f44cecdc0ccdf5719e18fbc8a5d0735f6441acc0d82bcac05d7c75fee15966c88ee75e7b6bdd
 WHIRLPOOL 
10ec5dd3d1d2e3487f4a290bc0d32fe2237cc450b54774503e7e9e25b12e895c8065f1c2e27dcaa03deac82d1e10e58dd8ea18e9bacf4f24f58a52a3d5c0fea4
-DIST mercurial-3.5.tar.gz 4403206 SHA256 
b50f6978e7d39fe0cb298fa3fa3e9ce41d2356721d155e5288f9c57e5f13e9a7 SHA512 
1944521d08b7c1cf6872edd5e394ebfad5f53f931b3bfb6197292c1c0f9e275b27f92284b91cf11bec8a50631468e1447d4e94f18a5b4ac237df61b0a1e5fd5a
 WHIRLPOOL 
c19adf7e14596ee7987061dd672d7c1ccfd333de301b539629a0962785aa791a8ddfcbd584bd78fa869d1c9b04e4a73e5083d824f82daeef1fbe28550cad1c1d

diff --git a/dev-vcs/mercurial/mercurial-3.5.ebuild 
b/dev-vcs/mercurial/mercurial-3.5.ebuild
deleted file mode 100644
index 1f57c1e..000
--- a/dev-vcs/mercurial/mercurial-3.5.ebuild
+++ /dev/null
@@ -1,140 +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="threads"
-
-inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic
-
-DESCRIPTION="Scalable distributed SCM"
-HOMEPAGE="http://mercurial.selenic.com/;
-SRC_URI="http://mercurial.selenic.com/release/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="bugzilla emacs gpg test tk"
-
-RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
-   gpg? ( app-crypt/gnupg )
-   tk? ( dev-lang/tk )
-   app-misc/ca-certificates"
-DEPEND="emacs? ( virtual/emacs )
-   test? ( app-arch/unzip
-   dev-python/pygments[${PYTHON_USEDEP}] )"
-
-SITEFILE="70${PN}-gentoo.el"
-
-PATCHES=( "${FILESDIR}/${PN}-3.0.1-po_fixes.patch" )
-
-python_prepare_all() {
-   # fix up logic that won't work in Gentoo Prefix (also won't outside in
-   # certain cases), bug #362891
-   sed -i -e 's:xcodebuild:nocodebuild:' setup.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_configure_all() {
-   strip-flags -ftracer -ftree-vectorize
-   # Note: make it impl-conditional if py3 is supported
-   append-flags -fno-strict-aliasing
-
-   "${PYTHON}" setup.py build_mo || die
-}
-
-python_compile_all() {
-   rm -r contrib/{win32,macosx} || die
-   if use emacs; then
-   cd contrib || die
-   elisp-compile mercurial.el || die "elisp-compile failed!"
-   fi
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   newbashcomp contrib/bash_completion hg
-
-   insinto /usr/share/zsh/site-functions
-   newins contrib/zsh_completion _hg
-
-   rm -f doc/*.?.txt
-   dodoc CONTRIBUTORS
-   cp hgweb*.cgi "${ED}"/usr/share/doc/${PF}/ || die
-
-   dobin hgeditor
-   dobin contrib/hgk
-   python_foreach_impl python_doscript contrib/hg-ssh
-
-   if use emacs; then
-   elisp-install ${PN} contrib/mercurial.el* || die "elisp-install 
failed!"
-   elisp-site-file-install 

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

2015-10-02 Thread Bernard Cafarelli
commit: 9c1be06f189d3f38084fd986db0fab452ec7a159
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Oct  2 09:47:56 2015 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Oct  2 09:48:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c1be06f

x11-misc/xplanetFX: version bump

Package-Manager: portage-2.2.22

 x11-misc/xplanetFX/Manifest   |  1 +
 x11-misc/xplanetFX/xplanetFX-2.6.6.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/x11-misc/xplanetFX/Manifest b/x11-misc/xplanetFX/Manifest
index c6d44c6..ad8af30 100644
--- a/x11-misc/xplanetFX/Manifest
+++ b/x11-misc/xplanetFX/Manifest
@@ -1 +1,2 @@
 DIST xplanetfx-2.6.4_all.tar.gz 36871474 SHA256 
0c7ea5783103f00867eecc1603e598b89fd52bd19954fd2976e3aa89390813ca SHA512 
dd8a31d77dcf536be712239b73d185b19dde8bfe3ba3c3acdeb31ce1101e5d9c524c89a645cd737d824f44c6553d7bd2962c4bd2a7e2ac11f405e5828cfcac91
 WHIRLPOOL 
2cde850922e0c67e73c55dc104a1e4dca91da1cefe5bf79149e2818e3184af8d71d1436021e964957dd5bcc5b7d858326ea242d5a8158382628acde42ecd07c4
+DIST xplanetfx-2.6.6_all.tar.gz 36871897 SHA256 
59c49af68b6cafcbe4ebfd65979181a7f1e4416e024505b5b0d46f1cc04b082a SHA512 
6d9098f19f29c4077e840215d9b7178a00754cc23cad0c44c61012582adfe16dd304ca08667068b1656d31d84dae0836081236f99555bec09d83710fb2355c35
 WHIRLPOOL 
7e8c98aa257ba84b4d9ec48820632d7adde10a35272c9bb033b75374e2041d95cd712a7b2beefa049bf7ac2981a81b648c88dab8a2d5fcec0ede76b30238db6d

diff --git a/x11-misc/xplanetFX/xplanetFX-2.6.6.ebuild 
b/x11-misc/xplanetFX/xplanetFX-2.6.6.ebuild
new file mode 100644
index 000..cebe17a
--- /dev/null
+++ b/x11-misc/xplanetFX/xplanetFX-2.6.6.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils python-r1
+
+DESCRIPTION="User-friendly interface to configure, run or daemonize xplanet 
with HQ capabilities"
+HOMEPAGE="http://mein-neues-blog.de/xplanetFX/;
+SRC_URI="http://repository.mein-neues-blog.de:9000/archive/${P/FX/fx}_all.tar.gz;
+
+LICENSE="WTFPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libnotify"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+   dev-python/pygtk[${PYTHON_USEDEP}]
+   media-gfx/imagemagick
+   sys-devel/bc
+   x11-misc/xplanet
+   libnotify? ( x11-libs/libnotify )"
+#python
+
+S="${WORKDIR}/usr"
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-2.6.4-gentoo-path.patch
+   sed -e "s/Application;//" -i share/applications/*desktop || die
+
+   # These will be installed separately
+   mkdir gentoo || die
+   mv 
share/${PN}/{autostart,flipview.py,stars/catalog.py,xplanetFX_gtk,xplanetFX_tray}
 \
+   gentoo || die
+}
+
+src_install() {
+   dobin bin/${PN}
+   insinto /usr/share/applications
+   doins share/applications/${PN}.desktop
+   insinto /usr/share/pixmaps
+   doins share/pixmaps/*
+   insinto /usr/share/${PN}
+   doins -r share/${PN}/*
+
+   exeinto /usr/share/${PN}
+   doexe gentoo/autostart
+
+   dodoc share/doc/${PN}/{changelog,README}
+
+   python_scriptinto /usr/share/${PN}/stars
+   python_foreach_impl python_doscript gentoo/catalog.py
+   python_scriptinto /usr/share/${PN}
+   python_foreach_impl python_doscript 
gentoo/{xplanetFX_gtk,xplanetFX_tray}
+   python_foreach_impl python_domodule gentoo/flipview.py
+}



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

2015-10-02 Thread Mike Pagano
commit: 091fc9984e6ea0cdc18d1897742c93f2d425e42f
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Oct  2 14:07:41 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Oct  2 14:07:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=091fc998

profiles: Mask kernel versions for deadlock bug.

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 25d9a65..8e78ff7b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,14 @@
 
 #--- END OF EXAMPLES ---
 
+# Mike Pagano  (2 Oct 2015)
+# A regression in kernel 4.1.9 could lead to a system
+# lockup.  This has been fixed in gentoo-sources-4.1.9-r1
+# and the hope is that this patch will make it to 4.1.10
+# Expires (2 Oct 2017)
+=sys-kernel/vanilla-sources-4.1.9
+=sys-kernel/gentoo-sources-4.1.9
+
 # Michał Górny  (1 Oct 2015)
 # Thoroughly broken for me since the switch to Python 3 / PyQt5. Masking
 # to account for opt-in testing.



[gentoo-commits] dev/graaff:master commit in: app-emacs/haml-mode/files/, app-emacs/haml-mode/

2015-10-02 Thread Hans de Graaff
commit: 7d11ee676505e73b1a7373c0bc1e5199001c9e50
Author: Hans de Graaff  degraaff  org>
AuthorDate: Fri Oct  2 12:35:21 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct  2 12:35:21 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=7d11ee67

app-emacs/haml-mode: initial import

Dependency for sass-mode.

Package-Manager: portage-2.2.20.1

 app-emacs/haml-mode/Manifest|  1 +
 app-emacs/haml-mode/files/50haml-mode-gentoo.el |  6 ++
 app-emacs/haml-mode/haml-mode-3.1.9.ebuild  | 20 
 app-emacs/haml-mode/metadata.xml|  5 +
 4 files changed, 32 insertions(+)

diff --git a/app-emacs/haml-mode/Manifest b/app-emacs/haml-mode/Manifest
new file mode 100644
index 000..4ad46d4
--- /dev/null
+++ b/app-emacs/haml-mode/Manifest
@@ -0,0 +1 @@
+DIST haml-mode-3.1.9.tar.gz 10306 SHA256 
8d80548d34c3aa57cd6fadb2c0d666a204ce84178163610ecfc4fd9279d111ec SHA512 
a64fbb5a3ea10a27c94405148d04903f2fe670a653289de3302f5df85ec662751698976008da9756321281cc064c63a166c50bdaad93a05f8cb3d7ed8f3e15cc
 WHIRLPOOL 
db9f003feeef36985490c51bab282d6c2987ee384b83f459a7c27ba3c410324d2cd9e0b4060d16752a5d80c7bc4e70b30c92ee92db69985484334011834f447f

diff --git a/app-emacs/haml-mode/files/50haml-mode-gentoo.el 
b/app-emacs/haml-mode/files/50haml-mode-gentoo.el
new file mode 100644
index 000..03d9f40
--- /dev/null
+++ b/app-emacs/haml-mode/files/50haml-mode-gentoo.el
@@ -0,0 +1,6 @@
+
+;;; coffee-mode site-lisp configuration
+
+(add-to-list 'load-path "@SITELISP@")
+(add-to-list 'auto-mode-alist '("\\.haml$" . haml-mode))
+(autoload 'haml-mode "haml-mode" "Mode for editing HAML")

diff --git a/app-emacs/haml-mode/haml-mode-3.1.9.ebuild 
b/app-emacs/haml-mode/haml-mode-3.1.9.ebuild
new file mode 100644
index 000..ed4d25a
--- /dev/null
+++ b/app-emacs/haml-mode/haml-mode-3.1.9.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit elisp
+
+IUSE=""
+
+DESCRIPTION="A major mode for editing HAML"
+HOMEPAGE="https://github.com/nex3/haml;
+SRC_URI="https://github.com/nex3/haml-mode/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND=">=app-emacs/haml-mode-3.0.15"

diff --git a/app-emacs/haml-mode/metadata.xml b/app-emacs/haml-mode/metadata.xml
new file mode 100644
index 000..f977299
--- /dev/null
+++ b/app-emacs/haml-mode/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+gra...@gentoo.org
+



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

2015-10-02 Thread Mike Frysinger
commit: bd3586765e47208668f27f707ec7f6d06b5d92a8
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Oct  2 13:56:16 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Oct  2 13:56:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd358676

dev-lang/python: add upstream fix for testing w/gcc-5 #547626

 dev-lang/python/files/python-3.4-gcc-5.patch | 37 
 dev-lang/python/python-3.3.5-r2.ebuild   |  1 +
 dev-lang/python/python-3.4.3-r2.ebuild   |  1 +
 3 files changed, 39 insertions(+)

diff --git a/dev-lang/python/files/python-3.4-gcc-5.patch 
b/dev-lang/python/files/python-3.4-gcc-5.patch
new file mode 100644
index 000..80afbd1
--- /dev/null
+++ b/dev-lang/python/files/python-3.4-gcc-5.patch
@@ -0,0 +1,37 @@
+changeset:   94583:689092296ad3
+branch:  3.4
+parent:  94579:645f3d750be1
+user:Victor Stinner 
+date:Wed Feb 11 14:23:35 2015 +0100
+summary: Issue #23433: Fix faulthandler._stack_overflow()
+
+diff -r 645f3d750be1 -r 689092296ad3 Modules/faulthandler.c
+--- a/Modules/faulthandler.c   Tue Feb 10 14:49:32 2015 +0100
 b/Modules/faulthandler.c   Wed Feb 11 14:23:35 2015 +0100
+@@ -911,12 +911,12 @@
+ }
+ 
+ #if defined(HAVE_SIGALTSTACK) && defined(HAVE_SIGACTION)
+-static void*
+-stack_overflow(void *min_sp, void *max_sp, size_t *depth)
++static Py_uintptr_t
++stack_overflow(Py_uintptr_t min_sp, Py_uintptr_t max_sp, size_t *depth)
+ {
+ /* allocate 4096 bytes on the stack at each call */
+ unsigned char buffer[4096];
+-void *sp = 
++Py_uintptr_t sp = (Py_uintptr_t)
+ *depth += 1;
+ if (sp < min_sp || max_sp < sp)
+ return sp;
+@@ -929,7 +929,8 @@
+ faulthandler_stack_overflow(PyObject *self)
+ {
+ size_t depth, size;
+-char *sp = (char *), *stop;
++Py_uintptr_t sp = (Py_uintptr_t)
++Py_uintptr_t stop;
+ 
+ depth = 0;
+ stop = stack_overflow(sp - STACK_OVERFLOW_MAX_SIZE,
+

diff --git a/dev-lang/python/python-3.3.5-r2.ebuild 
b/dev-lang/python/python-3.3.5-r2.ebuild
index 59fc5b7..f14b121 100644
--- a/dev-lang/python/python-3.3.5-r2.ebuild
+++ b/dev-lang/python/python-3.3.5-r2.ebuild
@@ -75,6 +75,7 @@ src_prepare() {
 
EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
epatch "${FILESDIR}/${PN}-3.3.5-ncurses-pkg-config.patch"
+   epatch "${FILESDIR}/${PN}-3.4-gcc-5.patch" #547626
 
sed -i -e "s:@@GENTOO_LIBDIR@@:$(get_libdir):g" \
Lib/distutils/command/install.py \

diff --git a/dev-lang/python/python-3.4.3-r2.ebuild 
b/dev-lang/python/python-3.4.3-r2.ebuild
index 888e7a7..80d86b6 100644
--- a/dev-lang/python/python-3.4.3-r2.ebuild
+++ b/dev-lang/python/python-3.4.3-r2.ebuild
@@ -70,6 +70,7 @@ src_prepare() {
 
EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
epatch "${FILESDIR}/${PN}-3.4.3-ncurses-pkg-config.patch"
+   epatch "${FILESDIR}/${PN}-3.4-gcc-5.patch" #547626
 
sed -i -e "s:@@GENTOO_LIBDIR@@:$(get_libdir):g" \
Lib/distutils/command/install.py \



[gentoo-commits] proj/sci:master commit in: dev-python/notebook/

2015-10-02 Thread Marius Brehler
commit: 3db5c87d6b252b2a5ede3f7894f9ebde65093240
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Fri Oct  2 14:27:55 2015 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Fri Oct  2 14:27:55 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=3db5c87d

dev-python/notebook: Fix SRC_URI

Package-Manager: portage-2.2.20.1

 dev-python/notebook/ChangeLog | 3 +++
 dev-python/notebook/notebook-4.0.5.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/notebook/ChangeLog b/dev-python/notebook/ChangeLog
index 2158642..f5c44fd 100644
--- a/dev-python/notebook/ChangeLog
+++ b/dev-python/notebook/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  02 Oct 2015; Marius Brehler  notebook-4.0.5.ebuild:
+  dev-python/notebook: Fix SRC_URI
+
   03 Sep 2015; Sean Vig  notebook-4.0.5.ebuild,
   notebook-.ebuild:
   dev-python/notebook: Add javascript tests

diff --git a/dev-python/notebook/notebook-4.0.5.ebuild 
b/dev-python/notebook/notebook-4.0.5.ebuild
index 80fa9fc..d467425 100644
--- a/dev-python/notebook/notebook-4.0.5.ebuild
+++ b/dev-python/notebook/notebook-4.0.5.ebuild
@@ -9,7 +9,7 @@ inherit distutils-r1
 
 DESCRIPTION="Jupyter Interactive Notebook"
 HOMEPAGE="http://jupyter.org;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tgz"
 KEYWORDS="~amd64 ~x86"
 
 LICENSE="BSD"



[gentoo-commits] dev/graaff:master commit in: app-emacs/sass-mode/files/, app-emacs/sass-mode/

2015-10-02 Thread Hans de Graaff
commit: 3664c60a1981a6dfba7b3cf02732445475766ca4
Author: Hans de Graaff  degraaff  org>
AuthorDate: Fri Oct  2 12:45:23 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct  2 12:45:23 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=3664c60a

app-emacs/sass-mode: initial import

Package-Manager: portage-2.2.20.1

 app-emacs/sass-mode/Manifest|  1 +
 app-emacs/sass-mode/files/50sass-mode-gentoo.el |  6 ++
 app-emacs/sass-mode/metadata.xml|  5 +
 app-emacs/sass-mode/sass-mode-3.0.18.ebuild | 21 +
 4 files changed, 33 insertions(+)

diff --git a/app-emacs/sass-mode/Manifest b/app-emacs/sass-mode/Manifest
new file mode 100644
index 000..d5869df
--- /dev/null
+++ b/app-emacs/sass-mode/Manifest
@@ -0,0 +1 @@
+DIST sass-mode-3.0.18.tar.gz 3778 SHA256 
c33170ad1e58e0083f1bd86c43a6ef82c380098a373971e8e309117d43f362a4 SHA512 
9eac36eef343633b3ea2d8ffa068fc6e6821aca5a022e1e5c0ec702293f5e9d1417373a786b6d4536996a071560b91a0839afe40aa979cdfdc32019c29abb1d5
 WHIRLPOOL 
6574df058816f318fe37233fb4943d87441a07092553358bbadb2932939eb5d611954264e8f8aa054934228b2dc9401326f652809d0456706ee093f75a4ab78b

diff --git a/app-emacs/sass-mode/files/50sass-mode-gentoo.el 
b/app-emacs/sass-mode/files/50sass-mode-gentoo.el
new file mode 100644
index 000..e6426f7
--- /dev/null
+++ b/app-emacs/sass-mode/files/50sass-mode-gentoo.el
@@ -0,0 +1,6 @@
+
+;;; coffee-mode site-lisp configuration
+
+(add-to-list 'load-path "@SITELISP@")
+(add-to-list 'auto-mode-alist '("\\.scss$" . sass-mode))
+(autoload 'sass-mode "sass-mode" "Mode for editing sass")

diff --git a/app-emacs/sass-mode/metadata.xml b/app-emacs/sass-mode/metadata.xml
new file mode 100644
index 000..f977299
--- /dev/null
+++ b/app-emacs/sass-mode/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+gra...@gentoo.org
+

diff --git a/app-emacs/sass-mode/sass-mode-3.0.18.ebuild 
b/app-emacs/sass-mode/sass-mode-3.0.18.ebuild
new file mode 100644
index 000..086e537
--- /dev/null
+++ b/app-emacs/sass-mode/sass-mode-3.0.18.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit elisp
+
+IUSE=""
+
+DESCRIPTION="A major mode for editing CoffeeScript"
+HOMEPAGE="https://github.com/nex3/sass-mode;
+SRC_URI="https://github.com/nex3/sass-mode/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+SITEFILE="50${PN}-gentoo.el"
+
+DEPEND=">=app-emacs/haml-mode-3.0.15"
+RDEPEND=">=app-emacs/haml-mode-3.0.15"



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

2015-10-02 Thread Jason Donenfeld
commit: dd6efadc944fb348ee1d45593c66d3b4c167e3e5
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Fri Oct  2 12:32:38 2015 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Fri Oct  2 12:36:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6efadc

mail-mta/opensmtpd: version bump for security fixes

Gentoo-Bug: 562034
Package-Manager: portage-2.2.20.1

 mail-mta/opensmtpd/Manifest|  2 +-
 mail-mta/opensmtpd/opensmtpd-5.7.1_p1.ebuild   | 89 --
 7.1_p1-r1.ebuild => opensmtpd-5.7.2_p1.ebuild} |  0
 3 files changed, 1 insertion(+), 90 deletions(-)

diff --git a/mail-mta/opensmtpd/Manifest b/mail-mta/opensmtpd/Manifest
index b4fce70..7e33322 100644
--- a/mail-mta/opensmtpd/Manifest
+++ b/mail-mta/opensmtpd/Manifest
@@ -1,2 +1,2 @@
 DIST opensmtpd-201506112227p1.tar.gz 706259 SHA256 
f938796d2655f554e695adff6a3f3bbc4b1326912327b98acc7e29f705b9cf63 SHA512 
f1724c1f2233dc43f4e5db780e12cfbaa7237dfbd0f70b30237c5d7bf2eed370ef6ed1f3d674473fc34d42fca6bb13e3d1152f29d16e29c7c9f86db6071713fb
 WHIRLPOOL 
f7454975f256ef50d085774516805227c1dfc4129e57290dca4cb8484fd0b8e6df45a74c6f5c9704461d5f558f50cf3795700313d6394f8d9b61fe95dd8b692b
-DIST opensmtpd-5.7.1p1.tar.gz 708295 SHA256 
67e9dd9682ca8c181e84e66c76245a4a8f6205834f915a2c021cdfeb22049e3a SHA512 
df09c980b25a6e91a62f6de83b18e376f6c81a5bf0039fa91da90b2fe4d67bf4bc2dc6787b2d9aca0eb859cc149f980dd9c342516af5262231c97b133f804c1a
 WHIRLPOOL 
f864ceafcc323ef61faeeb379e696ea740e39761153fda28f03805fd6c3c3c41d4c61108bbe62fcb81afd2794f32b4deef094337536feecab6bc9cb717016f0a
+DIST opensmtpd-5.7.2p1.tar.gz 708991 SHA256 
daae044488d456b33aa9c84ebcc79aef2f9ab2d17ebe0c0f09e41e1f4b60d992 SHA512 
ef9487ba38711fd2a4076022c8fef89c4daf0aac346a72814a9c17f20f830bcd3cba4d85da53867cbc726d2c10fd6773c907ae533e0e022165d7f4aa3bdf1260
 WHIRLPOOL 
3d5d3fff0f15b898219af62eb4152666120d60d528f3afa99d347be0fcdd58b9fe36694471cd4485d51041de53ee6249f4510e5a0af254794fe7465b8642cd44

diff --git a/mail-mta/opensmtpd/opensmtpd-5.7.1_p1.ebuild 
b/mail-mta/opensmtpd/opensmtpd-5.7.1_p1.ebuild
deleted file mode 100644
index 263925d..000
--- a/mail-mta/opensmtpd/opensmtpd-5.7.1_p1.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
-
-inherit multilib user flag-o-matic eutils pam toolchain-funcs autotools 
systemd versionator
-
-DESCRIPTION="Lightweight but featured SMTP daemon from OpenBSD"
-HOMEPAGE="http://www.opensmtpd.org/;
-MY_P="${P}"
-if [ $(get_last_version_component_index) -eq 4 ]; then
-   MY_P="${PN}-$(get_version_component_range 4-)"
-fi
-SRC_URI="https://www.opensmtpd.org/archives/${MY_P/_}.tar.gz;
-
-LICENSE="ISC BSD BSD-1 BSD-2 BSD-4"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="pam +mta"
-
-DEPEND="dev-libs/openssl
-   sys-libs/zlib
-   pam? ( virtual/pam )
-   sys-libs/db
-   dev-libs/libevent
-   app-misc/ca-certificates
-   net-mail/mailbase
-   net-libs/libasr
-   !mail-mta/courier
-   !mail-mta/esmtp
-   !mail-mta/exim
-   !mail-mta/mini-qmail
-   !mail-mta/msmtp[mta]
-   !mail-mta/netqmail
-   !mail-mta/nullmailer
-   !mail-mta/postfix
-   !mail-mta/qmail-ldap
-   !mail-mta/sendmail
-   !mail-mta/ssmtp[mta]
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P/_}
-
-src_prepare() {
-   epatch_user
-   eautoreconf
-}
-
-src_configure() {
-   tc-export AR
-   AR="$(which "$AR")" econf \
-   --with-privsep-user=smtpd \
-   --with-queue-user=smtpq \
-   --with-privsep-path=/var/empty \
-   --with-sock-dir=/var/run \
-   --sysconfdir=/etc/opensmtpd \
-   --with-ca-file=/etc/ssl/certs/ca-certificates.crt \
-   $(use_with pam)
-}
-
-src_install() {
-   default
-   newinitd "${FILESDIR}"/smtpd.initd smtpd
-   systemd_dounit "${FILESDIR}"/smtpd.{service,socket}
-   use pam && newpamd "${FILESDIR}"/smtpd.pam smtpd
-   if use mta ; then
-   dodir /usr/sbin
-   dosym /usr/sbin/smtpctl /usr/sbin/sendmail
-   dosym /usr/sbin/smtpctl /usr/bin/sendmail
-   dosym /usr/sbin/smtpctl /usr/$(get_libdir)/sendmail
-   fi
-}
-
-pkg_preinst() {
-   enewgroup smtpd 25
-   enewuser smtpd 25 -1 /var/empty smtpd
-   enewgroup smtpq 252
-   enewuser smtpq 252 -1 /var/empty smtpq
-}
-
-pkg_postinst() {
-   einfo
-   einfo "Plugins for SQLite, MySQL, PostgreSQL, LDAP, socketmaps,"
-   einfo "Redis, and many other useful addons and filters are"
-   einfo "available in the mail-filter/opensmtpd-extras package."
-   einfo
-}

diff --git a/mail-mta/opensmtpd/opensmtpd-5.7.1_p1-r1.ebuild 

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

2015-10-02 Thread Ole Reifschneider
commit: cde0686b43c7969ca2e3a5f87c13440fb3bbde69
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Fri Oct  2 10:43:49 2015 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Fri Oct  2 10:43:49 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=cde0686b

x11-themes/gnome-backgrounds: Bump version to 3.18.0

Package-Manager: portage-2.2.22
Manifest-Sign-Key: 7E8B4D42

 .../gnome-backgrounds-3.18.0.ebuild| 22 ++
 1 file changed, 22 insertions(+)

diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.18.0.ebuild 
b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.18.0.ebuild
new file mode 100644
index 000..d3c4b3a
--- /dev/null
+++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.18.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="A set of backgrounds packaged with the GNOME desktop"
+HOMEPAGE="https://git.gnome.org/browse/gnome-backgrounds;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="!

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

2015-10-02 Thread Ole Reifschneider
commit: dabb8cbb9678165379cf93dda79720a54a98c754
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Fri Oct  2 09:58:31 2015 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Fri Oct  2 09:58:31 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=dabb8cbb

gnome-base/gnome-session: Bump version to 3.18.0

Package-Manager: portage-2.2.22
Manifest-Sign-Key: 7E8B4D42

 .../gnome-session/gnome-session-3.18.0.ebuild  | 122 +
 1 file changed, 122 insertions(+)

diff --git a/gnome-base/gnome-session/gnome-session-3.18.0.ebuild 
b/gnome-base/gnome-session/gnome-session-3.18.0.ebuild
new file mode 100644
index 000..4de1d8a
--- /dev/null
+++ b/gnome-base/gnome-session/gnome-session-3.18.0.ebuild
@@ -0,0 +1,122 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="yes"
+
+inherit gnome2
+
+DESCRIPTION="Gnome session manager"
+HOMEPAGE="https://git.gnome.org/browse/gnome-session;
+
+LICENSE="GPL-2 LGPL-2 FDL-1.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="doc elibc_FreeBSD gconf ipv6 systemd"
+
+# x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, 
and
+# create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_*
+# xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnome 
below).
+# gdk-pixbuf used in the inhibit dialog
+COMMON_DEPEND="
+   >=dev-libs/glib-2.40.0:2
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-2.90.7:3
+   >=dev-libs/json-glib-0.10
+   >=gnome-base/gnome-desktop-3.9.91:3=
+   elibc_FreeBSD? ( dev-libs/libexecinfo )
+
+   virtual/opengl
+   x11-libs/libSM
+   x11-libs/libICE
+   x11-libs/libXau
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-misc/xdg-user-dirs
+   x11-misc/xdg-user-dirs-gtk
+   x11-apps/xdpyinfo
+
+   gconf? ( >=gnome-base/gconf-2:2 )
+   systemd? ( >=sys-apps/systemd-183:0= )
+"
+# Pure-runtime deps from the session files should *NOT* be added here
+# Otherwise, things like gdm pull in gnome-shell
+# gnome-themes-standard is needed for the failwhale dialog themeing
+# sys-apps/dbus[X] is needed for session management
+RDEPEND="${COMMON_DEPEND}
+   gnome-base/gnome-settings-daemon
+   >=gnome-base/gsettings-desktop-schemas-0.1.7
+   >=x11-themes/gnome-themes-standard-2.91.92
+   sys-apps/dbus[X]
+   !systemd? (
+   sys-auth/consolekit
+   >=dev-libs/dbus-glib-0.76
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-lang/perl-5
+   >=sys-devel/gettext-0.10.40
+   dev-libs/libxslt
+   >=dev-util/intltool-0.40.6
+   virtual/pkgconfig
+   !https://bugzilla.gnome.org/show_bug.cgi?id=711703
+   newexe "${FILESDIR}/90-xcursor-theme-gnome" 90-xcursor-theme-gnome
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+
+   if ! has_version gnome-base/gdm && ! has_version kde-base/kdm; then
+   ewarn "If you use a custom .xinitrc for your X session,"
+   ewarn "make sure that the commands in the xinitrc.d scripts are 
run."
+   fi
+}



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

2015-10-02 Thread Ole Reifschneider
commit: 32ec4afd9a64345f2ef4050f25e46ba1edf1c45b
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Fri Oct  2 09:45:18 2015 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Fri Oct  2 09:45:18 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=32ec4afd

gnome-base/gnome-desktop: Bump version to 3.18.0

Package-Manager: portage-2.2.22
Manifest-Sign-Key: 7E8B4D42

 ...top-.ebuild => gnome-desktop-3.18.0.ebuild} | 55 ++
 gnome-base/gnome-desktop/gnome-desktop-.ebuild |  2 +-
 2 files changed, 5 insertions(+), 52 deletions(-)

diff --git a/gnome-base/gnome-desktop/gnome-desktop-.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-3.18.0.ebuild
similarity index 56%
copy from gnome-base/gnome-desktop/gnome-desktop-.ebuild
copy to gnome-base/gnome-desktop/gnome-desktop-3.18.0.ebuild
index d7d9f33..ab955a7 100644
--- a/gnome-base/gnome-desktop/gnome-desktop-.ebuild
+++ b/gnome-base/gnome-desktop/gnome-desktop-3.18.0.ebuild
@@ -6,27 +6,19 @@ EAPI="5"
 GCONF_DEBUG="yes"
 
 inherit gnome2 virtualx
-if [[ ${PV} =  ]]; then
-   inherit git-2 gnome2-live
-fi
 
 DESCRIPTION="Libraries for the gnome desktop that are not part of the UI"
 HOMEPAGE="https://git.gnome.org/browse/gnome-desktop;
 
 LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
-SLOT="3/10" # subslot = libgnome-desktop-3 soname version
+SLOT="3/12" # subslot = libgnome-desktop-3 soname version
 IUSE="+introspection"
-if [[ ${PV} =  ]]; then
-   IUSE="${IUSE} doc"
-   KEYWORDS=""
-else
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x86-solaris"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x86-solaris"
 
 # cairo[X] needed for gnome-bg
 COMMON_DEPEND="
app-text/iso-codes
-   >=dev-libs/glib-2.38:2
+   >=dev-libs/glib-2.44:2
>=x11-libs/gdk-pixbuf-2.21.3:2[introspection?]
>=x11-libs/gtk+-3.3.6:3[introspection?]
>=x11-libs/libXext-1.1
@@ -51,47 +43,11 @@ DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
 "
 
-if [[ ${PV} =  ]]; then
-   DEPEND="${DEPEND}
-   doc? ( >=dev-util/gtk-doc-1.4 )
-   app-text/yelp-tools"
-fi
-
 # Includes X11/Xatom.h in libgnome-desktop/gnome-bg.c which comes from xproto
 # Includes X11/extensions/Xrandr.h that includes randr.h from randrproto (and
 # eventually libXrandr shouldn't RDEPEND on randrproto)
 
-src_unpack() {
-   gnome2_src_unpack
-
-   if [[ ${PV} =  ]]; then
-   # pnp.ids are only provided with the gnome-desktop tarball;
-   # for the live version, we have to get them from hwdata git
-   unset gnome_desktop_LIVE_BRANCH
-   unset gnome_destkop_LIVE_COMMIT
-   unset gnome_desktop_LIVE_REPO
-   unset EGIT_BRANCH
-   unset EGIT_COMMIT
-   unset EGIT_DIR
-   unset EGIT_MASTER
-   EGIT_PROJECT="gnome-desktop_hwdata"
-   EGIT_REPO_URI="git://git.fedorahosted.org/hwdata.git"
-   EGIT_SOURCEDIR="${WORKDIR}/hwdata"
-   git-2_src_unpack
-   ln -sf "${WORKDIR}/hwdata/pnp.ids" "${S}/libgnome-desktop/" ||
-   die "ln -sf failed"
-   fi
-}
-
 src_configure() {
-   local myconf=""
-
-   if [[ ${PV} =  ]]; then
-   myconf="${myconf} $(use_enable doc gtk-doc)"
-   else
-   myconf="${myconf} ITSTOOL=$(type -P true)"
-   fi
-
DOCS="AUTHORS ChangeLog HACKING NEWS README"
# Note: do *not* use "--with-pnp-ids-path" argument. Otherwise, the 
pnp.ids
# file (needed by other packages such as >=gnome-settings-daemon-3.1.2)
@@ -101,12 +57,9 @@ src_configure() {
--with-gnome-distributor=Gentoo \
--enable-desktop-docs \
$(use_enable introspection) \
-   ${myconf}
+   ITSTOOL=$(type -P true)
 }
 
 src_test() {
-   # Makes unittest fail without this locale installed
-   rm "${S}"/tests/he_IL* || die
-
Xemake check
 }

diff --git a/gnome-base/gnome-desktop/gnome-desktop-.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-.ebuild
index d7d9f33..cd36410 100644
--- a/gnome-base/gnome-desktop/gnome-desktop-.ebuild
+++ b/gnome-base/gnome-desktop/gnome-desktop-.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Libraries for the gnome desktop that are not 
part of the UI"
 HOMEPAGE="https://git.gnome.org/browse/gnome-desktop;
 
 LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
-SLOT="3/10" # subslot = libgnome-desktop-3 soname version
+SLOT="3/12" # subslot = libgnome-desktop-3 soname version
 IUSE="+introspection"
 if [[ ${PV} =  ]]; then
IUSE="${IUSE} doc"



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

2015-10-02 Thread Mike Pagano
commit: e4989585efdde99e85a49c30bb086e8c8e514bc6
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Oct  2 13:49:59 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Oct  2 13:49:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4989585

sys-kernel/gentoo-sources: Add patch to fix potential deadlock in 
reqsk_queue_unlink(). Remove version that could potentially lock up system.

Package-Manager: portage-2.2.20.1

 sys-kernel/gentoo-sources/Manifest  | 6 +++---
 .../{gentoo-sources-4.1.9.ebuild => gentoo-sources-4.1.9-r1.ebuild} | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 0a462b0..cf8b41a 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -74,9 +74,9 @@ DIST genpatches-4.1-11.extras.tar.xz 16168 SHA256 
be4078adaac6d679a563709dc7528b
 DIST genpatches-4.1-12.base.tar.xz 266104 SHA256 
d99620d6fa052732357a9b050a878d6ed7f1f3b03c1ae59d99132db8244829cc SHA512 
4128fd323a7451692b512b249226f25ed5a0d5aebdf48832495d3d72351ccf61b7d7ecbccdd85915eff023fcb9fcbb408a1c01f2bb58535434153ca00d5ef0a3
 WHIRLPOOL 
2c9d9f8c989a319fb1b06ff8f2e29feeabed05c41546eb91a0bfa5bf2d586a7ef39c01d1e100519c844e419c92ece745b7192f3e3839c2fcf9dd08d971143c35
 DIST genpatches-4.1-12.experimental.tar.xz 215960 SHA256 
8d0659bda61873ce16612e919b7ba6ccb8b5b9b5362ab218a886bf2ccb2684c8 SHA512 
b1392299fed208e973eed70174f55ab6e70c0f5c7cbe5e29a12dc27ca9fdb09448314fd3a32b1d4abfa529065d76e7ddbc66cc60019b1d9c66d1b96d0d146dd9
 WHIRLPOOL 
4e7189dae91ffcf37d70dd9d2547a8e2092cece356e004e9282d5c0aa3d5d992cb7423496ef9f28503e687052b21468e456f83772989a023fe0f8d33a2bdf00a
 DIST genpatches-4.1-12.extras.tar.xz 16184 SHA256 
dae92203157380e361f9b114a56d59e68cb63a52ec9dfb9f9418b8804549c531 SHA512 
3de0640711c7877872872025d10d4a34a8476244d0fcee9ebbaaa02213849683cf27492181783535a167791c35f6ddc0a60f4c939a62daf093739f776151cd15
 WHIRLPOOL 
6b10caf17084410d8c1b38be868c7658e74210a12f460b56956d8f4b4f462d8018bd983f58a7257a51be27181b20a3cddab1627edb05290b934ad078b307baa3
-DIST genpatches-4.1-13.base.tar.xz 311220 SHA256 
da5df39634a32c9da405258e947a23dff4d3d108df3533852c2be9b555060fa0 SHA512 
f2e17dfe8fd8b572890129ee2dc4bae15ceca0f695fcd2b0c216bb755fd3031979b18a41aec32d24a2cc81dd2bb85b7f3050d18b7bc6615c925906f08cc2586b
 WHIRLPOOL 
70a669cfd26ac756bce5d90087d7aadc9311140eb162c1108d414e0cce3bb4e43243057dc0e81765df4b2c95b3c99cad2a5ea2a802d02d4236b95c6e39cad077
-DIST genpatches-4.1-13.experimental.tar.xz 215988 SHA256 
3b58f4e8e4867bb7eac7acc78954824f79d0e4260ab5b21d73d30ee617287708 SHA512 
bed868ee20616194dfd314705234348f1a860a2163c886470a16e387940a48dfa78e1cd0e2a6b4a827b9c664fa37586d0a52925ad7502e2ca4e15e94fd33c2b3
 WHIRLPOOL 
2ff84c87619e2dea27886d1bf7e94753187e2f1b07c71b4b5ebbbaa3ead391c0d3a14431a67b3707ceda05d26b86598f1bfbe1beadb63285614e77b3e76102af
-DIST genpatches-4.1-13.extras.tar.xz 16176 SHA256 
587b262c33c48fd62b490d433226f8e7e695eff295679f3ee2589e07d2f6d8a2 SHA512 
70da581e7c4fbf456ca5000cc2cf7aa13840400f549f84f5f8ae17f5c232d10917ef4dfdc391df96588f9e27b8cfee0d360faf19653dfd6b081e2cf23f4976d0
 WHIRLPOOL 
12af4e7972fe1a5fe54fe31ae58104624dba595793dcd3aac497e87c9e1850b203a2d17816bed1c88ae609e378075ed015ad426c0a72767cd3385b0b7c74a5fd
+DIST genpatches-4.1-14.base.tar.xz 311648 SHA256 
e3a959d79834266bd4760d806598b7e9b982823e9b177219f0e385482380aa25 SHA512 
b2626d0b45da547a293ba233a4c33c30aa4f7b9ff1d2c3a3aea664f9d99e272b5c9aeba6abc63f27930771b9c282184501c62a987985e23c53471ca5feb260d2
 WHIRLPOOL 
5db2f30fe0f30cd1161cfbd7d7a8a7cb6815ece833874e303782bf28afc25d11568d48372816e9736d39c781635d5ba91b3f80817552485ddf1c945c40aec01a
+DIST genpatches-4.1-14.experimental.tar.xz 215988 SHA256 
3b58f4e8e4867bb7eac7acc78954824f79d0e4260ab5b21d73d30ee617287708 SHA512 
bed868ee20616194dfd314705234348f1a860a2163c886470a16e387940a48dfa78e1cd0e2a6b4a827b9c664fa37586d0a52925ad7502e2ca4e15e94fd33c2b3
 WHIRLPOOL 
2ff84c87619e2dea27886d1bf7e94753187e2f1b07c71b4b5ebbbaa3ead391c0d3a14431a67b3707ceda05d26b86598f1bfbe1beadb63285614e77b3e76102af
+DIST genpatches-4.1-14.extras.tar.xz 16176 SHA256 
587b262c33c48fd62b490d433226f8e7e695eff295679f3ee2589e07d2f6d8a2 SHA512 
70da581e7c4fbf456ca5000cc2cf7aa13840400f549f84f5f8ae17f5c232d10917ef4dfdc391df96588f9e27b8cfee0d360faf19653dfd6b081e2cf23f4976d0
 WHIRLPOOL 
12af4e7972fe1a5fe54fe31ae58104624dba595793dcd3aac497e87c9e1850b203a2d17816bed1c88ae609e378075ed015ad426c0a72767cd3385b0b7c74a5fd
 DIST genpatches-4.2-1.base.tar.xz 3836 SHA256 
c89ed0e0b4cf32d16023c4df67e047ee663fdd4bfe84375d373e594c787780c3 SHA512 
8b028fdd8b93be92ed457c5722b584d4648220fd86440f3fead1a55ee254d4a4d808f09367929683a4bc58439aa274778aaa7f3ed0e14e3d8a5bb1b497a84644
 WHIRLPOOL 
c1b6c8098339e72a248aabaff0e92d1e8fa5170a443b4beae62e3ec8c1235ba1bb7c1ae06a92b0041ef63c8c463a01f62313bed0f66d66e5d7d7721b4b3f0b49
 DIST genpatches-4.2-1.experimental.tar.xz 161668 SHA256 

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

2015-10-02 Thread Mike Frysinger
commit: 8e4cb2a89d44c72079ff01aff862806f4969ce1b
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Oct  2 13:28:24 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Oct  2 13:28:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4cb2a8

app-shells/zsh: fix build w/gcc-5 #547950

 app-shells/zsh/files/zsh-5.1.0-gcc-5.patch | 16 
 app-shells/zsh/zsh-5.1.1.ebuild|  1 +
 2 files changed, 17 insertions(+)

diff --git a/app-shells/zsh/files/zsh-5.1.0-gcc-5.patch 
b/app-shells/zsh/files/zsh-5.1.0-gcc-5.patch
new file mode 100644
index 000..74756d2
--- /dev/null
+++ b/app-shells/zsh/files/zsh-5.1.0-gcc-5.patch
@@ -0,0 +1,16 @@
+https://bugs.gentoo.org/547950
+http://www.zsh.org/mla/workers/2015/msg02660.html
+
+fix building w/gcc-5
+
+--- a/Src/Modules/system.mdd
 b/Src/Modules/system.mdd
+@@ -15,7 +15,7 @@
+   touch errtmp.out; \
+  else \
+   $(AWK) -f $(sdir)/errnames1.awk @ERRNO_H@ >errtmp.c; \
+-  $(CPP) errtmp.c >errtmp.out; \
++  $(CPP) -P errtmp.c >errtmp.out; \
+  fi
+  $(AWK) -f $(sdir)/errnames2.awk errtmp.out > $@
+  rm -f errtmp.c errtmp.out

diff --git a/app-shells/zsh/zsh-5.1.1.ebuild b/app-shells/zsh/zsh-5.1.1.ebuild
index 695369a..295b2ca 100644
--- a/app-shells/zsh/zsh-5.1.1.ebuild
+++ b/app-shells/zsh/zsh-5.1.1.ebuild
@@ -53,6 +53,7 @@ src_prepare() {
soelim Doc/zshall.1.soelim > Doc/zshall.1
 
epatch "${FILESDIR}"/${PN}-init.d-gentoo-r1.diff
+   epatch "${FILESDIR}"/${PN}-5.1.0-gcc-5.patch #547950
 
cp "${FILESDIR}"/zprofile-1 "${T}"/zprofile || die
eprefixify "${T}"/zprofile || die



[gentoo-commits] dev/mrueg:master commit in: www-apps/redmine_checklists/

2015-10-02 Thread Manuel Rüger
commit: 4b180989b9caae272186bf9809468635fe197eac
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Oct  2 13:28:32 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Oct  2 13:28:32 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=4b180989

www-apps/redmine_checklists: Version bump. Remove old

Package-Manager: portage-2.2.22

 www-apps/redmine_checklists/Manifest| 2 +-
 ...{redmine_checklists-3.1.1.ebuild => redmine_checklists-3.1.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/redmine_checklists/Manifest 
b/www-apps/redmine_checklists/Manifest
index 77182ff..96ca42d 100644
--- a/www-apps/redmine_checklists/Manifest
+++ b/www-apps/redmine_checklists/Manifest
@@ -1 +1 @@
-DIST redmine_checklists-3.1.1.tar.gz 27335 SHA256 
8c4fd1fdff245882632a8ae3a97d9c76d04ba1e21e4471866db104d0b81071e5 SHA512 
dcfef5d2d1e532c01ff35d553c39c695f0531f5cad497041a5e90959f90b574cc80113a6bf52bd6ab6026db96cf2e79052b4e5e932b87f7fadbc2f7860197838
 WHIRLPOOL 
ae5f8662912983155b08eb1e7db169eb9b1e66e954c8806fa46660b5dc76d8df4ec84bff97b2b52f5da62142844908ab2b06d6ffe5b91a7d33e80884d23d5d91
+DIST redmine_checklists-3.1.2.tar.gz 30594 SHA256 
45f9d003660eefb04fd25cdde2771677a1dad148c7a5114591babb0fc76c2680 SHA512 
e0a6da6f4fa8dd6786187413d1cfd10b21e6de7c687c49e18bdc09b90f0a9b9f3e9e0221a47f321a0b22767308357360eb22a2a4ec2ac9cd41d7052850a97091
 WHIRLPOOL 
bbe62b759a624977f44acb217c6e5e99b74874ffcb71f085b3d8ff88b2dc471045107c01d01becfbcf05f24fd06c5048c9d7f37fc4d4261211523069e1a7bd55

diff --git a/www-apps/redmine_checklists/redmine_checklists-3.1.1.ebuild 
b/www-apps/redmine_checklists/redmine_checklists-3.1.2.ebuild
similarity index 100%
rename from www-apps/redmine_checklists/redmine_checklists-3.1.1.ebuild
rename to www-apps/redmine_checklists/redmine_checklists-3.1.2.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2015-10-02 Thread Miroslav Šulc
commit: f964779c8405b962383e51a184535abd57ae24a4
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Oct  2 09:03:06 2015 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Oct  2 09:03:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f964779c

dev-java/tomcat-servlet-api: version bump

Package-Manager: portage-2.2.22

 dev-java/tomcat-servlet-api/Manifest   |  1 +
 .../tomcat-servlet-api-8.0.27.ebuild   | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-java/tomcat-servlet-api/Manifest 
b/dev-java/tomcat-servlet-api/Manifest
index 7f88c33..525299d 100644
--- a/dev-java/tomcat-servlet-api/Manifest
+++ b/dev-java/tomcat-servlet-api/Manifest
@@ -8,4 +8,5 @@ DIST apache-tomcat-7.0.64-src.tar.gz 4592198 SHA256 
d805dec3b387a244c4285ce1f9fc
 DIST apache-tomcat-8.0.23-src.tar.gz 4868650 SHA256 
6293713e78da9bb803060c8ddff982f8f7aef5a2e4b325340088493ce9957ba4 SHA512 
cc83194b2847fc2db5448d548c7e65a1198cda02726b070f913a762d324152315886fba09532b879e26d15ec57e04057cc30b3a686b2a2307d6447d17f84e16c
 WHIRLPOOL 
b0559a4ef1b4c1f0683e4cce976d31db175d3c4f4d2b809b127e1074d49a6bf764366cc3e91f9a0818afd6de35e662a7aab89866dfd2e61673327c50535bff88
 DIST apache-tomcat-8.0.24-src.tar.gz 4888751 SHA256 
184b0d8bda512204a2e565f9175a13f9772a9d13185e1aa228394b45c641474c SHA512 
af5619a63db3d1f6d39eb0290c83a38272c31803ee39a40aebfba5f7a0cf67d830ffcbebe518aff8de4a1f8eb44021975d7e43d45b4bd9804e8ca9cfbfc4904a
 WHIRLPOOL 
4d37f4d1fe3ee138252813bd4a65025d0ccceea8aec57aa0c9474ad4902f85938627277f6e4ece30793326c31d7790b0ca0b8d99d7b21857519d7c22c28794e8
 DIST apache-tomcat-8.0.26-src.tar.gz 4904717 SHA256 
3725621a73501a6e09438f177acfab7ce11fabeb2b0380a909273410f3b50b3b SHA512 
70ef253889916bcca309a8f80675c4c588fef1cc5dc0360c45347107fb56fd546a334ca01e1109775410f7642acf6c75d9887f9403ad4c1d0e30f041f9ce34fb
 WHIRLPOOL 
3c29a5418dfefc12157d8656dfa15a2937668f52d18c21f6dd4a278d2bc4c84d5b6d542daf6244040eabeab57cb759a510b7b1d0e41440a2d9ad62586723dafc
+DIST apache-tomcat-8.0.27-src.tar.gz 4911212 SHA256 
149b203c55c08d3ef1e823e8f0f771362bee75ea95db693757e53ddc9fba8fae SHA512 
dfb504b37bf991c03b58b50af833d2d84d3f36a1eb5c4290a0eb8abee92811e78798ea69ba21ed72e82abbf8e27f9c2e74fe5989a31e49ee8cecb8530ce3c93a
 WHIRLPOOL 
5dbb965aacbe5c178a4d2dcdf9719821498b3694fd909fe276d8dad7fb96b8c402fcf8d21b6e9b125b55d1c39408cbcb2ce85789c0eb3204d1d9aae5ea1cde3d
 DIST jakarta-servletapi-src.tar.gz 65342 SHA256 
404e2c55423c609122921a91e03f2b67d371fedc0af8996e005862d83d626697 SHA512 
7dad5a52ab6bfca4b052d60a48fc89ce22a5eb790584671f24d8d22b163f2dffe93bea58caebc6b4ecb0bd8434a074c88f640aa57daa1cefbf47d74df758c084
 WHIRLPOOL 
beb0e14920a8623d276c8823e6291aacb4b4d5d0539f5de431ce6f94582df9b260d4e04e0d0b650c59f7ca168f4af9352fffbfc0506b2530464a3bcdcf6ac0d1

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.27.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.27.ebuild
new file mode 100644
index 000..1c1c74f
--- /dev/null
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.27.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+JAVA_PKG_IUSE="source"
+
+inherit eutils java-pkg-2 java-ant-2
+
+MY_A="apache-${P}-src"
+MY_P="${MY_A/-servlet-api/}"
+DESCRIPTION="Tomcat's Servlet API 3.1/JSP API 2.3 implementation"
+HOMEPAGE="http://tomcat.apache.org/;
+SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="3.1"
+KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~x64-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND=">=virtual/jdk-1.7"
+RDEPEND=">=virtual/jre-1.7"
+
+S="${WORKDIR}/${MY_P}/"
+
+java_prepare() {
+   cp "${FILESDIR}/${SLOT}-build.xml" build.xml || die "Could not replace 
build.xml"
+   rm -fR */*/build.xml
+   einfo "Removing bundled jars and classes"
+   find "${S}" '(' -name '*.class' -o -name '*.jar' ')' -exec rm -frv {} +
+}
+
+src_install() {
+   java-pkg_dojar "${S}"/output/build/lib/*.jar
+   use source && java-pkg_dosrc java/javax/servlet/
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/commons-modeler/

2015-10-02 Thread Patrice Clement
commit: b45aa0e05b348ad2aeb078eb406d321cd0b42747
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Oct  2 08:52:03 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Oct  2 09:09:25 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b45aa0e0

dev-java/commons-modeler: EAPI 5 bump.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement  gentoo.org>

 .../commons-modeler-2.0.1-r1.ebuild| 49 ++
 1 file changed, 49 insertions(+)

diff --git a/dev-java/commons-modeler/commons-modeler-2.0.1-r1.ebuild 
b/dev-java/commons-modeler/commons-modeler-2.0.1-r1.ebuild
new file mode 100644
index 000..719fe61
--- /dev/null
+++ b/dev-java/commons-modeler/commons-modeler-2.0.1-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+JAVA_PKG_IUSE="doc source test"
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="A lib to make the setup of Java Management Extensions easier"
+SRC_URI="mirror://apache/commons/modeler/source/${P}-src.tar.gz"
+HOMEPAGE="http://commons.apache.org/modeler/;
+LICENSE="Apache-2.0"
+SLOT="0"
+
+# Provides ant tasks for ant to use
+RDEPEND=">=virtual/jre-1.5
+   dev-java/mx4j-core:3.0
+   dev-java/commons-logging:0
+   commons-digester? ( dev-java/commons-digester:3.2 )"
+DEPEND=">=virtual/jdk-1.6
+   source? ( app-arch/zip )
+   test? ( dev-java/junit:0 )"
+
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE="commons-digester"
+
+S=${WORKDIR}/${P}-src
+
+java_prepare() {
+   # Setup the build environment
+   use commons-digester && echo "commons-digester.jar=$(java-pkg_getjar 
commons-digester-3.2 commons-digester.jar)" >> build.properties
+   echo "commons-logging.jar=$(java-pkg_getjar commons-logging 
commons-logging.jar)" >> build.properties
+   echo "jmx.jar=$(java-pkg_getjar mx4j-core-3.0 mx4j.jar)" >> 
build.properties
+
+   mkdir dist || die
+}
+
+EANT_BUILD_TARGET="prepare jar"
+
+src_test() {
+   eant test -Djunit.jar=$(java-pkg_getjar --build-only junit junit.jar)
+}
+
+src_install() {
+   java-pkg_dojar dist/${PN}.jar
+   dodoc RELEASE-NOTES.txt || die
+   use doc && java-pkg_dojavadoc dist/docs/api
+   use source && java-pkg_dosrc src/java/org
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/hessian/, dev-java/hessian/files/

2015-10-02 Thread Patrice Clement
commit: 41de8f7b13f66a97013d76fa84531a307c497de2
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Oct  2 09:07:27 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Oct  2 09:09:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41de8f7b

dev-java/hessian: EAPI 5 bump. Version bump.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement  gentoo.org>

 dev-java/hessian/Manifest|  1 +
 dev-java/hessian/files/3.0.8-java5.patch | 28 -
 dev-java/hessian/files/build-3.0.8.xml   | 52 
 dev-java/hessian/files/build.xml-3.0.20  | 27 -
 dev-java/hessian/files/build.xml-3.1.6   | 27 -
 dev-java/hessian/hessian-4.0.37.ebuild   | 29 ++
 6 files changed, 30 insertions(+), 134 deletions(-)

diff --git a/dev-java/hessian/Manifest b/dev-java/hessian/Manifest
index 5c92f9f..3d783fb 100644
--- a/dev-java/hessian/Manifest
+++ b/dev-java/hessian/Manifest
@@ -1 +1,2 @@
 DIST hessian-4.0.3-src.jar 374965 SHA256 
1084632007a583c2669e90ec5d72d7ffcb5ab0e14d4209c03adefdd144b252ed SHA512 
88185b981f7ba95874899b0ccdddc9e30340e31e43e45c73722a2db8c40cb052d93a98c55aa046a0cc946c722045bfeb618390d2dde8c162916e67a22d68b0fc
 WHIRLPOOL 
df8a7aabf2010c6868e0e0a092aebfecaa42c0eec22588dd422177b1ad8524851dd7637f67b15e5b442a2e0c376d7ce05851edefdd39cf9885ccd2a2553b
+DIST hessian-4.0.37-src.jar 388678 SHA256 
b0365ffcf2a91e5c724878c47882a1649d15db6b495592df491d759ba3c1c760 SHA512 
9d03293b596d7e352591a61ad9d464b29502ba6f2f2f9b275b80bfc609aa882a3b7304cdca99ea70c0b011da8acd51ec62e9480e2854a34c7691976e83074aaa
 WHIRLPOOL 
a1e5213276a293f4cc219d3bef87b12652a4f18a95b55e19190e3c3070b029ac76ed4d69434b392f6616bfb2540aa85e9858165e510a5274670b136b1978cce0

diff --git a/dev-java/hessian/files/3.0.8-java5.patch 
b/dev-java/hessian/files/3.0.8-java5.patch
deleted file mode 100644
index 906eb7e..000
--- a/dev-java/hessian/files/3.0.8-java5.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff -uNr 
hessian-3.0.8.orig/src/com/caucho/hessian/client/HessianProxyFactory.java 
hessian-3.0.8/src/com/caucho/hessian/client/HessianProxyFactory.java
 hessian-3.0.8.orig/src/com/caucho/hessian/client/HessianProxyFactory.java  
2006-08-15 10:38:05.0 +0200
-+++ hessian-3.0.8/src/com/caucho/hessian/client/HessianProxyFactory.java   
2006-08-15 10:40:24.0 +0200
-@@ -230,7 +230,7 @@
-   {
- HessianProxy handler = new HessianProxy(this, new URL(url));
- 
--return Proxy.newProxyInstance(api.getClassLoader(),
-+return java.lang.reflect.Proxy.newProxyInstance(api.getClassLoader(),
- new Class[] { api,
- HessianRemoteObject.class },
-   handler);
-diff -uNr hessian-3.0.8.orig/src/com/caucho/hessian/client/HessianProxy.java 
hessian-3.0.8/src/com/caucho/hessian/client/HessianProxy.java
 hessian-3.0.8.orig/src/com/caucho/hessian/client/HessianProxy.java 
2006-08-15 10:38:05.0 +0200
-+++ hessian-3.0.8/src/com/caucho/hessian/client/HessianProxy.java  
2006-08-15 10:40:06.0 +0200
-@@ -94,10 +94,10 @@
- if (methodName.equals("equals") &&
- params.length == 1 && params[0].equals(Object.class)) {
-   Object value = args[0];
--  if (value == null || ! Proxy.isProxyClass(value.getClass()))
-+  if (value == null || ! 
java.lang.reflect.Proxy.isProxyClass(value.getClass()))
- return new Boolean(false);
- 
--  HessianProxy handler = (HessianProxy) Proxy.getInvocationHandler(value);
-+  HessianProxy handler = (HessianProxy) 
java.lang.reflect.Proxy.getInvocationHandler(value);
- 
-   return new Boolean(_url.equals(handler.getURL()));
- }

diff --git a/dev-java/hessian/files/build-3.0.8.xml 
b/dev-java/hessian/files/build-3.0.8.xml
deleted file mode 100644
index d3a85de..000
--- a/dev-java/hessian/files/build-3.0.8.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
-   
-   
-   
-
-   
-   
-
-   
-   
-
-   
-  
-  
-  
-  
-   
-
-   
-  
-   
-
-   
-  
- 
-  
-   
-   
-   
-  
- 
-  
-   
-
-   
-  
-   
-
-   
-  
-  
-   
-

diff --git a/dev-java/hessian/files/build.xml-3.0.20 
b/dev-java/hessian/files/build.xml-3.0.20
deleted file mode 100644
index ebef893..000
--- a/dev-java/hessian/files/build.xml-3.0.20
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-

diff --git a/dev-java/hessian/files/build.xml-3.1.6 
b/dev-java/hessian/files/build.xml-3.1.6
deleted file 

[gentoo-commits] repo/gentoo:master commit in: dev-java/jpfcodegen/

2015-10-02 Thread Patrice Clement
commit: 8d05db421045f94522a6eb805d3755ef67a993fa
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Oct  2 08:58:12 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Oct  2 09:09:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d05db42

dev-java/jpfcodegen: EAPI 5 bump.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement  gentoo.org>

 dev-java/jpfcodegen/jpfcodegen-0.4-r1.ebuild | 36 
 1 file changed, 36 insertions(+)

diff --git a/dev-java/jpfcodegen/jpfcodegen-0.4-r1.ebuild 
b/dev-java/jpfcodegen/jpfcodegen-0.4-r1.ebuild
new file mode 100644
index 000..be5b3c1
--- /dev/null
+++ b/dev-java/jpfcodegen/jpfcodegen-0.4-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="Generator of classes for accessing the attributes and extensions 
of JPF plug-ins"
+HOMEPAGE="http://jabref.sourceforge.net/;
+
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+LICENSE="LGPL-3"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+CDEPEND="dev-java/velocity:0
+   dev-java/jpf:1.5"
+DEPEND=">=virtual/jdk-1.6
+   app-arch/unzip
+   ${CDEPEND}"
+RDEPEND=">=virtual/jre-1.6
+   ${CDEPEND}"
+
+# doc target is name="-javadoc" and would need a patch, on demand
+EANT_BUILD_TARGET="jars"
+EANT_GENTOO_CLASSPATH="jpf-1.5,velocity"
+JAVA_ANT_REWRITE_CLASSPATH="true"
+
+src_install() {
+   java-pkg_newjar JPFCodeGenerator-${PV}.jar JPFCodeGenerator.jar
+   java-pkg_newjar JPFCodeGenerator-${PV}-rt.jar JPFCodeGenerator-rt.jar
+   dohtml index.html
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/pdfbox/

2015-10-02 Thread Patrice Clement
commit: c7043822bfca8ec9a15633aab5ff0d0edc3ff416
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Oct  2 08:58:03 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Oct  2 09:09:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7043822

dev-java/pdfbox: Clean up old.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement  gentoo.org>

 dev-java/pdfbox/Manifest   |   1 -
 dev-java/pdfbox/pdfbox-0.7.3-r3.ebuild | 102 -
 2 files changed, 103 deletions(-)

diff --git a/dev-java/pdfbox/Manifest b/dev-java/pdfbox/Manifest
index 37b1a63..7681455 100644
--- a/dev-java/pdfbox/Manifest
+++ b/dev-java/pdfbox/Manifest
@@ -1,3 +1,2 @@
-DIST PDFBox-0.7.3.zip 22769102 SHA256 
5c6f6c87cdbf247ff29d0ce691ab977c2e869070d54cf1bd6305e0fd84e7373d SHA512 
1d76d5e96be26f89fdb53f68d60320dbfd5ff9c575b8ef076c8dadd3ffac6aa42f69248f9df3532c171de6093e7b5ffc097f40461a33077256f57cf75e41a6b1
 WHIRLPOOL 
7d0eda7449e3e6bd8d7426ed884b9d6cdeebf03104d4b3dde2bf499595d3a15906d4f26b38dd84434faca7d6d9b150353b6e2e2bb1592d2b4af716a8633d7b1e
 DIST pcfi-2010.08.09.jar 6731455 SHA256 
a787fb2a842de7bd5ee4fa13c4808aa6793380dde0219560b50054f6ca25c77c SHA512 
067394ddac4a48ba8ac94b03f907d0faf98a91be658689a34eb85fdce49515582426f6a1fa433bfa87ca417ce3a6fa3aa89d89126a36176d8e04f3359c36d10b
 WHIRLPOOL 
fa9e9b6b2cc45f749101726c8fb7a4c7719d78448122c465b60696cd5be1a2a27bc65f549429d5a74c79bc74aaed39b3c0a8dfe02ec569303b96faa818410e73
 DIST pdfbox-1.8.8-src.zip 11339989 SHA256 
90d6b9a33682586e29bbce4ffeadf38c12fe0373bfe82441c1a63610a9c4ea8a SHA512 
254361d0dcbfdc52bc78a2ed7e121065a2d173d1362a219d6644c3cc8a83a37904744e03f1725e2db67494d5f54f822b6e5a16dd8e791906efb9c348d564552f
 WHIRLPOOL 
cd9e71be60ee6d92c34f4affe7d6b074896920491a731a65f2b74e9e09754e836288c632e5d4a24b2d8aba64505dc58d2c3f8d0dd103c33773fce6dcd187e5a3

diff --git a/dev-java/pdfbox/pdfbox-0.7.3-r3.ebuild 
b/dev-java/pdfbox/pdfbox-0.7.3-r3.ebuild
deleted file mode 100644
index 28f90f1..000
--- a/dev-java/pdfbox/pdfbox-0.7.3-r3.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=1
-JAVA_PKG_IUSE="doc source"
-WANT_ANT_TASKS="ant-nodeps"
-inherit java-pkg-2 java-ant-2
-
-MY_PN="PDFBox"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="Java library and utilities for working with PDF documents"
-HOMEPAGE="http://www.pdfbox.apache.org;
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
-IUSE=""
-
-CDEPEND="dev-java/fontbox:0
-   dev-java/bcprov:1.38
-   dev-java/bcmail:1.38
-   dev-java/lucene:2.1
-   dev-java/ant-core:0"
-RDEPEND=">=virtual/jre-1.4
-   ${CDEPEND}"
-DEPEND=">=virtual/jdk-1.4
-   app-arch/unzip
-   ${CDEPEND}"
-
-JAVA_PKG_FILTER_COMPILER="jikes"
-S="${WORKDIR}/${MY_P}"
-
-# missing needed files
-RESTRICT="test"
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-
-   rm -v external/*.jar lib/*.jar || die
-   rm -rf docs/javadoc
-
-   # the pdf files used in test cases are not included
-   rm -rf src/test
-
-   cd external
-   java-pkg_jar-from fontbox
-   java-pkg_jar-from bcprov-1.38
-   java-pkg_jar-from bcmail-1.38
-   java-pkg_jar-from lucene-2.1
-   java-pkg_jar-from ant-core ant.jar
-}
-
-EANT_BUILD_TARGET="package"
-
-my_launcher() {
-   java-pkg_dolauncher ${1} --main org.pdfbox.${2}
-   echo "${2} -> ${1}" >> "${T}"/launcher.list
-}
-
-src_install() {
-   java-pkg_newjar lib/${MY_P}-dev.jar
-
-   my_launcher pdfconvertcolorspace ConvertColorspace
-   my_launcher pdfdecrypt Decrypt
-   my_launcher pdfencrypt Encrypt
-   my_launcher pdfexportfdf ExportFDF
-   my_launcher pdfexportxfdf ExportXFDF
-   my_launcher pdfextractimages ExtractImages
-   my_launcher pdfextracttext ExtractText
-   my_launcher pdfimportfdf ImportFDF
-   my_launcher pdfimportxfdf ImportXFDF
-   my_launcher pdfoverlay Overlay
-   my_launcher pdfdebugger PDFDebugger
-   my_launcher pdfmerger PDFMerger
-   my_launcher pdfreader PDFReader
-   my_launcher pdfsplit PDFSplit
-   my_launcher pdftoimage PDFToImage
-   my_launcher printpdf PrintPDF
-   my_launcher texttopdf TextToPDF
-
-   if use doc; then
-   dohtml -r docs/*
-   java-pkg_dojavadoc website/build/site/javadoc
-   fi
-
-   use source && java-pkg_dosrc src/org
-}
-
-pkg_postinst() {
-   elog "This package installs several command line tools for manipulating"
-   elog "PDF files. Some of their names were changed from upstream to"
-   elog "be less ambigous, and not collide with other packages. For"
-   elog "detailed information refer to the html documentation installed 
with"
-   elog "USE=doc, or ${HOMEPAGE}"
-
-   while read line
-   do
-

[gentoo-commits] repo/gentoo:master commit in: dev-java/pdfbox/

2015-10-02 Thread Patrice Clement
commit: c49a5090c50fac83bf5d0644101b4f6562cd28ac
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Oct  2 08:59:13 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Oct  2 09:09:36 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c49a5090

dev-java/pdfbox: Stable for amd64+x86.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement  gentoo.org>

 dev-java/pdfbox/pdfbox-1.8.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/pdfbox/pdfbox-1.8.8.ebuild 
b/dev-java/pdfbox/pdfbox-1.8.8.ebuild
index 8cb72f8..d2a6b39 100644
--- a/dev-java/pdfbox/pdfbox-1.8.8.ebuild
+++ b/dev-java/pdfbox/pdfbox-1.8.8.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://apache/${PN}/${PV}/${P}-src.zip

http://repo2.maven.org/maven2/com/adobe/pdf/pcfi/2010.08.09/${ADOBE_FILES};
 LICENSE="BSD"
 SLOT="1.8"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 CDEPEND="dev-java/icu4j:4



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

2015-10-02 Thread Justin Lecher
commit: 777e1ce1a63ffa99d56f0b4f47f76dec7925ac88
Author: Justin Lecher  gentoo  org>
AuthorDate: Fri Oct  2 07:57:55 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Fri Oct  2 09:41:13 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=777e1ce1

media-gfx/asymptote: Add missing slot operator

Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher  gentoo.org>

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

diff --git a/media-gfx/asymptote/asymptote-2.32.ebuild 
b/media-gfx/asymptote/asymptote-2.32.ebuild
index 41b0a1f..d15bd1c 100644
--- a/media-gfx/asymptote/asymptote-2.32.ebuild
+++ b/media-gfx/asymptote/asymptote-2.32.ebuild
@@ -22,7 +22,7 @@ REQUIRED_USE="
offscreen? ( opengl )"
 
 RDEPEND="
-   >=sys-libs/ncurses-5.4-r5
+   >=sys-libs/ncurses-5.4-r5:0=
>=sys-libs/readline-4.3-r5:0=
imagemagick? ( media-gfx/imagemagick[png] )
opengl? ( >=media-libs/mesa-8 )



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

2015-10-02 Thread Justin Lecher
commit: ca1659a740ddbe6eadc815c260cc567511080adc
Author: Justin Lecher  gentoo  org>
AuthorDate: Fri Oct  2 09:08:56 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Fri Oct  2 09:41:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1659a7

dev-python/pillow: Version Bump

Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/pillow/Manifest   |  1 +
 dev-python/pillow/files/pillow-3.0.0-tests.patch | 63 
 dev-python/pillow/pillow-3.0.0.ebuild| 93 
 3 files changed, 157 insertions(+)

diff --git a/dev-python/pillow/Manifest b/dev-python/pillow/Manifest
index 441f129..6d875ae 100644
--- a/dev-python/pillow/Manifest
+++ b/dev-python/pillow/Manifest
@@ -1,3 +1,4 @@
 DIST Pillow-2.8.1.zip 9275663 SHA256 
4363b52527c263e77f5b18c3dfffd15ae454edf0c4457197ecbe29863a651938 SHA512 
75c0cfb53530549a2bac66cc3457747c239779233c64fe944fa661e7401acd915700e0dfd74e13c93d96afb9b50a112f09cbaea49205e83d8797e832a52534e4
 WHIRLPOOL 
e71a39be415c2b83b7d554af7ad86652c08594c302344c919352a64ca48cfc7c1a88ca8dacccdacb283d8a42ad14cd3cb230c2900a9f11dc31ad20e203d6596d
 DIST Pillow-2.8.2.zip 9402887 SHA256 
57a900c2f30e53ed054adad401ab69643d9ab21e3acb0a647749a168e4e24446 SHA512 
2bc1e17cb65d5e953e30ea1606dbf79059d51f60ff5c2b000869fc2d9f93f8bbf5cf41b0147fc83974c48341cc68df6964d3d8203e0d6cc6a45ede95f3e0bc2f
 WHIRLPOOL 
4b5ad1db34427a161ce1885a858df72e4aaffd61b5bf9010702803874f44391678d228f71777fca058f424c6ac6208e8c3d7421eeff88c42bb6df94d1d13d771
 DIST Pillow-2.9.0.zip 9612840 SHA256 
d1db8dfed77547076037d589b598e04f2cbc1a7835d3d3f137bf20c8994854d5 SHA512 
d06371fbe67eca66229cdec7896423f55c9335be50698168c7bf4f4635352454b2f946eae90b404c68d6b939ec1d7353916d32bc9964d5b8986b8098381d5180
 WHIRLPOOL 
c664fec07c6634cad37791375fb1cb38b0edd542d93e099703dbc520e0d54125a1f00f205bbcdb8493df4dfd05ae1c2088ba305f23e66f0cc3e309f446c44fa5
+DIST Pillow-3.0.0.zip 9947593 SHA256 
0024fce578547a3da92579a163bae09b1d9f0baf3cd8e4a893dc6c11e4e624bb SHA512 
59dd809160743d2740dfe64743dc674bb4cb6395914048d0d555ccacc7fee1c8f3a114ec39142b5495a0162a74acaadf7ad66694f97c7f221ccffe19cd656928
 WHIRLPOOL 
0fe2c9af2557278cc855ec7ddb4cfd944fbd1fc3cb2a614e84bd1dfa0c8ba243e60bda863b0b254098bcc7510d62953dbccf1fce88996011327f1059df0b69fb

diff --git a/dev-python/pillow/files/pillow-3.0.0-tests.patch 
b/dev-python/pillow/files/pillow-3.0.0-tests.patch
new file mode 100644
index 000..b2228ea
--- /dev/null
+++ b/dev-python/pillow/files/pillow-3.0.0-tests.patch
@@ -0,0 +1,63 @@
+ Tests/test_imagefont.py | 7 +++
+ 1 file changed, 7 insertions(+)
+
+diff --git a/Tests/test_imagefont.py b/Tests/test_imagefont.py
+index dd22344..d0a0826 100644
+--- a/Tests/test_imagefont.py
 b/Tests/test_imagefont.py
+@@ -112,6 +112,7 @@ try:
+ self.assert_image_equal(img_path, img_filelike)
+ self._clean()
+ 
++@unittest.skip("https://github.com/python-pillow/Pillow/issues/1259;)
+ def test_textsize_equal(self):
+ im = Image.new(mode='RGB', size=(300, 100))
+ draw = ImageDraw.Draw(im)
+@@ -126,6 +127,7 @@ try:
+ target_img = Image.open(target)
+ self.assert_image_similar(im, target_img, .5)
+ 
++@unittest.skip("https://github.com/python-pillow/Pillow/issues/1259;)
+ def test_render_multiline(self):
+ im = Image.new(mode='RGB', size=(300, 100))
+ draw = ImageDraw.Draw(im)
+@@ -145,6 +147,7 @@ try:
+ # at epsilon = ~38.
+ self.assert_image_similar(im, target_img, .5)
+ 
++@unittest.skip("https://github.com/python-pillow/Pillow/issues/1259;)
+ def test_render_multiline_text(self):
+ ttf = ImageFont.truetype(FONT_PATH, FONT_SIZE)
+ 
+@@ -200,6 +203,7 @@ try:
+  draw.multiline_textsize("longest line\nline",
+  font=ttf)[0])
+ 
++@unittest.skip("https://github.com/python-pillow/Pillow/issues/1259;)
+ def test_multiline_spacing(self):
+ ttf = ImageFont.truetype(FONT_PATH, FONT_SIZE)
+ 
+@@ -255,6 +259,7 @@ try:
+ # Check boxes a and b are same size
+ self.assertEqual(box_size_a, box_size_b)
+ 
++@unittest.skip("https://github.com/python-pillow/Pillow/issues/1456;)
+ def test_rotated_transposed_font_get_mask(self):
+ # Arrange
+ text = "mask this"
+@@ -269,6 +274,7 @@ try:
+ # Assert
+ self.assertEqual(mask.size, (13, 108))
+ 
++@unittest.skip("https://github.com/python-pillow/Pillow/issues/1456;)
+ def test_unrotated_transposed_font_get_mask(self):
+ # Arrange
+ text = "mask this"
+@@ -316,6 +322,7 @@ try:
+ # Assert
+ self.assertEqual(offset, (0, 3))
+ 
++

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

2015-10-02 Thread Justin Lecher
commit: cc2daef94d1f798c36cba57a6469a3c73dbf5a24
Author: Justin Lecher  gentoo  org>
AuthorDate: Fri Oct  2 09:13:35 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Fri Oct  2 09:41:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc2daef9

dev-python/cement: Version Bump

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

Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/cement/Manifest |  1 +
 dev-python/cement/cement-2.6.2.ebuild  | 59 ++
 dev-python/cement/files/cement-2.6.2-exmples.patch | 16 ++
 3 files changed, 76 insertions(+)

diff --git a/dev-python/cement/Manifest b/dev-python/cement/Manifest
index 5ca96b3..1f70467 100644
--- a/dev-python/cement/Manifest
+++ b/dev-python/cement/Manifest
@@ -1 +1,2 @@
 DIST cement-2.0.2.tar.gz 81009 SHA256 
af788557a1f4ebcbd0e0949f0ee0b627f8e03844f7e76902c3cdb3959cf11e38 SHA512 
5df35bdaa714a9b11d5b0154658333ea28a8e50e8910ee7d900cc7342dda8ce547d5400990240b89b6c808bb91c72b785f66c31c057cf7b782d16efd0c21a4b9
 WHIRLPOOL 
c7997e238ac698f8e067586783f187ef6d5c0a8f175dc46a961205397f77fd8b9bce6f8e5b4aea87d5456007a43e18de585589df90799ea94f98f1ac8c4fa312
+DIST cement-2.6.2.tar.gz 140010 SHA256 
ba547b342c2e327f2509f9424971f7ae9dd61ec884cb62c80f45d88bdf4bd27b SHA512 
580b3ad8079250d341b2667f0090e3659b5cf3212a0a3f4e1ef31728da5b9b32471b22bcf2e01d16cb315945f2f86ee8261775c7847a79a34006b433ba76be1f
 WHIRLPOOL 
f3afb816f3587ae2e4178dec57b96362fa052cf895190edab11c8e8611482290be975714dc2e65a39733693a2bd03c205cb8a05fcc78d9043f86f6f7243a1cdb

diff --git a/dev-python/cement/cement-2.6.2.ebuild 
b/dev-python/cement/cement-2.6.2.ebuild
new file mode 100644
index 000..5540d88
--- /dev/null
+++ b/dev-python/cement/cement-2.6.2.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2015 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} )
+
+inherit distutils-r1 versionator
+
+PV_MAJOR_MINOR=$(get_version_component_range 1-2)
+
+DESCRIPTION="CLI Application Framework for Python"
+HOMEPAGE="http://builtoncement.com/;
+SRC_URI="http://builtoncement.com/${PN}/${PV_MAJOR_MINOR}/source/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test doc examples"
+
+RDEPEND="
+   dev-python/pystache[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/configobj[${PYTHON_USEDEP}]
+   dev-python/pylibmc[${PYTHON_USEDEP}]
+   dev-python/genshi[${PYTHON_USEDEP}]
+   dev-python/colorlog[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   )"
+
+DOCS=( ChangeLog CONTRIBUTORS README.md )
+
+PATCHES=( "${FILESDIR}"/${P}-exmples.patch )
+
+#https://github.com/datafolklabs/cement/issues/331
+RESTRICT=test
+
+python_test() {
+   nosetests --verbose || die "Tests fail with ${EPYTHON}"
+}
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx
+}
+
+python_install_all() {
+   use doc && HTML_DOCS=( doc/build/html/. )
+   use examples && EXAMPLES=( examples )
+
+   distutils-r1_python_install_all
+}

diff --git a/dev-python/cement/files/cement-2.6.2-exmples.patch 
b/dev-python/cement/files/cement-2.6.2-exmples.patch
new file mode 100644
index 000..0934889
--- /dev/null
+++ b/dev-python/cement/files/cement-2.6.2-exmples.patch
@@ -0,0 +1,16 @@
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index d1318e7..ee184b5 100644
+--- a/setup.py
 b/setup.py
+@@ -40,7 +40,7 @@ setup(name='cement',
+ author_email='t...@datafolklabs.com',
+ url='http://builtoncement.org',
+ license='BSD',
+-packages=find_packages(exclude=['ez_setup', 'tests*']),
++packages=find_packages(exclude=['ez_setup', 'tests*', 'examples']),
+ include_package_data=True,
+ zip_safe=False,
+ test_suite='nose.collector',



[gentoo-commits] repo/gentoo:master commit in: dev-java/icu4j/

2015-10-02 Thread Patrice Clement
commit: bd4540cc301100c52cc5b605e2d164221147db0d
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Oct  2 09:44:08 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Oct  2 10:32:36 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd4540cc

dev-java/icu4j: Stable for ppc+ppc64.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement  gentoo.org>

 dev-java/icu4j/icu4j-4.0.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/icu4j/icu4j-4.0.1.1.ebuild 
b/dev-java/icu4j/icu4j-4.0.1.1.ebuild
index 402bc69..8b0f07c 100644
--- a/dev-java/icu4j/icu4j-4.0.1.1.ebuild
+++ b/dev-java/icu4j/icu4j-4.0.1.1.ebuild
@@ -23,7 +23,7 @@ 
SRC_URI="http://download.icu-project.org/files/${PN}/${PV}/${PN}-${MY_PV}-src.ja
 HOMEPAGE="http://www.icu-project.org/;
 LICENSE="icu"
 SLOT="4"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x86-macos"
+KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x86-macos"
 IUSE=""
 
 RDEPEND=">=virtual/jre-1.4"



[gentoo-commits] repo/gentoo:master commit in: dev-java/pdfbox/

2015-10-02 Thread Patrice Clement
commit: e28bcf439ffcaa49fd9b9a6dd5288978c5faf1a1
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Oct  2 10:32:07 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Oct  2 10:32:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e28bcf43

dev-java/pdfbox: Stable for amd64. Stable for ppc+ppc64+x86 using the ALLARCHES 
policy.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement  gentoo.org>

 dev-java/pdfbox/pdfbox-1.8.8.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-java/pdfbox/pdfbox-1.8.8.ebuild 
b/dev-java/pdfbox/pdfbox-1.8.8.ebuild
index d2a6b39..c354484 100644
--- a/dev-java/pdfbox/pdfbox-1.8.8.ebuild
+++ b/dev-java/pdfbox/pdfbox-1.8.8.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://apache/${PN}/${PV}/${P}-src.zip

http://repo2.maven.org/maven2/com/adobe/pdf/pcfi/2010.08.09/${ADOBE_FILES};
 LICENSE="BSD"
 SLOT="1.8"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86 ppc ppc64"
 IUSE=""
 
 CDEPEND="dev-java/icu4j:4
@@ -21,9 +21,9 @@ CDEPEND="dev-java/icu4j:4
dev-java/bcprov:1.45
dev-java/bcmail:1.45
>=dev-java/commons-logging-1.1.1:0"
-RDEPEND=">=virtual/jre-1.7
+RDEPEND=">=virtual/jre-1.6
${CDEPEND}"
-DEPEND=">=virtual/jdk-1.7
+DEPEND=">=virtual/jdk-1.6
app-arch/unzip
test? (
dev-java/ant-junit:0 )



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/mercurial/

2015-10-02 Thread Lars Wendler
commit: a7d39fbd7ce2157a8b3f7a5b251f1127d56f5471
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Oct  2 08:08:06 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Oct  2 08:08:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d39fbd

dev-vcs/mercurial: Bump to version 3.5.2

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

 dev-vcs/mercurial/Manifest   |   1 +
 dev-vcs/mercurial/mercurial-3.5.2.ebuild | 140 +++
 2 files changed, 141 insertions(+)

diff --git a/dev-vcs/mercurial/Manifest b/dev-vcs/mercurial/Manifest
index fc3b3a2..86797fb 100644
--- a/dev-vcs/mercurial/Manifest
+++ b/dev-vcs/mercurial/Manifest
@@ -2,4 +2,5 @@ DIST mercurial-3.3.2.tar.gz 4165131 SHA256 
67c617c740ac706f923371a26f02339b27cd6
 DIST mercurial-3.3.3.tar.gz 4167447 SHA256 
a445367f0dcbaf3a6279bfa743b364e729be0d1f0c852cb6d37f297916ffae13 SHA512 
bea215b0bd9e8603ade019f01ae0600dd1d1ad77675b38b5e13d86c43dd2c58b6c86c252517f0fcab6444c171e9f53537e4e170739c991ac08a169fe545d
 WHIRLPOOL 
e5fd41c6d27d7fce8559a2d15b33e24cf702d9497326e2c1062fe2acd22e7ad16cd6981d3dadb5a7458f12dcd35cc98583f53bc3188d99a9638daddb7d95657b
 DIST mercurial-3.4.2.tar.gz 4296407 SHA256 
dcc90e4a8476149ecc8af13c08202860b4c9c987a94c4f3c18b28294b6fd8ecd SHA512 
f5ef7064a1ac4189fe4db91fec283cdead257b132674d0869f075b80ba5707e0163e28f18545a9d867336ebc6b1cbb8bcf794b6881b8f23f6c067e68c7ae584b
 WHIRLPOOL 
db7389c92680f6058efda6fa4cb7747ff3cd78bc361c43464a938c213b9ce46e8a040a57c68975f02342beb35522c27c3ab6250b2fc6e54777ddd20b0bda5443
 DIST mercurial-3.5.1.tar.gz 4414284 SHA256 
997da45da303e399678c5bccd7be39b0fabf29c7e02fd3c8751c2ff88c8a259d SHA512 
2435b3c50753e787577a847c96d3e4515015e02bc7ecdd21848530834d210831bb0690d31d4940626bbbe84cfccb1d245f8c4e1156317cda9469e7b870c042d5
 WHIRLPOOL 
97a0e6762657c2f560041f30e513fe8d5377bf654e39bf8a218d132952f60b59db63a6c078cdac6b529a8cb49ee766054daad9192951987b3a288e3b43e70ba7
+DIST mercurial-3.5.2.tar.gz 4415307 SHA256 
23fdc038503911b21dc9e556118803f7b1d4150eb14933d2ea3d0ff0dc60ab5d SHA512 
d0a4007763186ab72e7ef6e6f6fa84719fcdc2d16208bc99cc32f44cecdc0ccdf5719e18fbc8a5d0735f6441acc0d82bcac05d7c75fee15966c88ee75e7b6bdd
 WHIRLPOOL 
10ec5dd3d1d2e3487f4a290bc0d32fe2237cc450b54774503e7e9e25b12e895c8065f1c2e27dcaa03deac82d1e10e58dd8ea18e9bacf4f24f58a52a3d5c0fea4
 DIST mercurial-3.5.tar.gz 4403206 SHA256 
b50f6978e7d39fe0cb298fa3fa3e9ce41d2356721d155e5288f9c57e5f13e9a7 SHA512 
1944521d08b7c1cf6872edd5e394ebfad5f53f931b3bfb6197292c1c0f9e275b27f92284b91cf11bec8a50631468e1447d4e94f18a5b4ac237df61b0a1e5fd5a
 WHIRLPOOL 
c19adf7e14596ee7987061dd672d7c1ccfd333de301b539629a0962785aa791a8ddfcbd584bd78fa869d1c9b04e4a73e5083d824f82daeef1fbe28550cad1c1d

diff --git a/dev-vcs/mercurial/mercurial-3.5.2.ebuild 
b/dev-vcs/mercurial/mercurial-3.5.2.ebuild
new file mode 100644
index 000..1f57c1e
--- /dev/null
+++ b/dev-vcs/mercurial/mercurial-3.5.2.ebuild
@@ -0,0 +1,140 @@
+# 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="threads"
+
+inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic
+
+DESCRIPTION="Scalable distributed SCM"
+HOMEPAGE="http://mercurial.selenic.com/;
+SRC_URI="http://mercurial.selenic.com/release/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="bugzilla emacs gpg test tk"
+
+RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
+   gpg? ( app-crypt/gnupg )
+   tk? ( dev-lang/tk )
+   app-misc/ca-certificates"
+DEPEND="emacs? ( virtual/emacs )
+   test? ( app-arch/unzip
+   dev-python/pygments[${PYTHON_USEDEP}] )"
+
+SITEFILE="70${PN}-gentoo.el"
+
+PATCHES=( "${FILESDIR}/${PN}-3.0.1-po_fixes.patch" )
+
+python_prepare_all() {
+   # fix up logic that won't work in Gentoo Prefix (also won't outside in
+   # certain cases), bug #362891
+   sed -i -e 's:xcodebuild:nocodebuild:' setup.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_configure_all() {
+   strip-flags -ftracer -ftree-vectorize
+   # Note: make it impl-conditional if py3 is supported
+   append-flags -fno-strict-aliasing
+
+   "${PYTHON}" setup.py build_mo || die
+}
+
+python_compile_all() {
+   rm -r contrib/{win32,macosx} || die
+   if use emacs; then
+   cd contrib || die
+   elisp-compile mercurial.el || die "elisp-compile failed!"
+   fi
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   newbashcomp contrib/bash_completion hg
+
+   insinto /usr/share/zsh/site-functions
+   newins contrib/zsh_completion _hg

[gentoo-commits] repo/gentoo:master commit in: games-strategy/0ad/, games-strategy/0ad/files/

2015-10-02 Thread Lars Wendler
commit: 07e960f32ebc7de1ef0604b8242a77918f9362c8
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Oct  2 07:44:43 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Oct  2 07:50:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e960f3

games-strategy/0ad: Added an upstream patch for new miniupnpc API.

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

 games-strategy/0ad/0ad-0.0.18_alpha-r2.ebuild  |  3 ++-
 .../0ad/files/0ad-0.0.18_alpha-miniupnpc14.patch   | 14 ++
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/games-strategy/0ad/0ad-0.0.18_alpha-r2.ebuild 
b/games-strategy/0ad/0ad-0.0.18_alpha-r2.ebuild
index e9c57bd..654bb3d 100644
--- a/games-strategy/0ad/0ad-0.0.18_alpha-r2.ebuild
+++ b/games-strategy/0ad/0ad-0.0.18_alpha-r2.ebuild
@@ -31,7 +31,7 @@ RDEPEND="
media-libs/libpng:0
media-libs/libsdl2[X,opengl,video]
net-libs/enet:1.3
-   net-libs/miniupnpc
+   net-libs/miniupnpc:=
net-misc/curl
sys-libs/zlib
virtual/jpeg:62
@@ -57,6 +57,7 @@ pkg_setup() {
 
 src_prepare() {
epatch "${FILESDIR}"/${P}-gentoo.patch
+   epatch "${FILESDIR}"/${P}-miniupnpc14.patch
 }
 
 src_configure() {

diff --git a/games-strategy/0ad/files/0ad-0.0.18_alpha-miniupnpc14.patch 
b/games-strategy/0ad/files/0ad-0.0.18_alpha-miniupnpc14.patch
new file mode 100644
index 000..ff46685
--- /dev/null
+++ b/games-strategy/0ad/files/0ad-0.0.18_alpha-miniupnpc14.patch
@@ -0,0 +1,14 @@
+Index: ps/trunk/source/network/NetServer.cpp
+===
+--- ps/trunk/source/network/NetServer.cpp  (revision 17090)
 ps/trunk/source/network/NetServer.cpp  (revision 17091)
+@@ -237,5 +237,9 @@
+   }
+   // No cached URL, or it did not respond. Try getting a valid UPnP 
device for 10 seconds.
++#if defined(MINIUPNPC_API_VERSION) && MINIUPNPC_API_VERSION >= 14
++  else if ((devlist = upnpDiscover(1, 0, 0, 0, 0, 2, 0)) != NULL)
++#else
+   else if ((devlist = upnpDiscover(1, 0, 0, 0, 0, 0)) != NULL)
++#endif
+   {
+   ret = UPNP_GetValidIGD(devlist, , , 
internalIPAddress, sizeof(internalIPAddress));



[gentoo-commits] repo/gentoo:master commit in: dev-java/msv/, dev-java/msv/files/

2015-10-02 Thread Patrice Clement
commit: cce6d3d7b13b657f898e080eb060dd5293065c0d
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Oct  2 08:40:09 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Oct  2 08:42:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce6d3d7

dev-java/msv: Clean up old.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement  gentoo.org>

 dev-java/msv/Manifest|  1 -
 dev-java/msv/files/build-20050627-r2.xml | 62 
 dev-java/msv/files/build-20050627-r3.xml | 62 
 dev-java/msv/msv-20050627-r2.ebuild  | 50 --
 dev-java/msv/msv-20050627-r3.ebuild  | 51 --
 5 files changed, 226 deletions(-)

diff --git a/dev-java/msv/Manifest b/dev-java/msv/Manifest
index f79db9d..447dd63 100644
--- a/dev-java/msv/Manifest
+++ b/dev-java/msv/Manifest
@@ -1,2 +1 @@
 DIST msv-core-2013.6.1-sources.jar 1011944 SHA256 
5a76e0712cb97987b900eb7a7437ff0231abd8db94d3d4edd0d724c11372cffd SHA512 
3985451ff52e50957fdc22ef598edcd7b02495b834a53a048018064d1a6063d4554a7cb5d7752c2d265b852d17c7a55787d9b1ec2b580988ad005fcbc9c6eb8a
 WHIRLPOOL 
e134144ee1daebb84749b8f6bbfb6646e3415c0de5a2e504e6d1c5257127df7ace79597c2bb216f9cd8dbaa80f394b3b02a872e7f15790932b3950cb591e3c26
-DIST msv.20050627.zip 3791703 SHA256 
664759fd048d35ed1eea9dbad15cc04475e3c2c5509050cc85c9cbaf778e7278 SHA512 
689d18f8091e7a1a213fb0ea49c89fd04020f4e152964ab6813fefee6b034aac591b3837d162366d9a1f6dc7e0a7d452d400bb7757b1e9488de9d019a212a16b
 WHIRLPOOL 
dfa8f07688f116c804c5aaf1b0d54bbeff9f9c4e7f20312a12b2b695c5cd71bc3f13b245825ac62a83146e4ed01776d053f747861cb2e0141bab8ba38397d00f

diff --git a/dev-java/msv/files/build-20050627-r2.xml 
b/dev-java/msv/files/build-20050627-r2.xml
deleted file mode 100644
index 9d6908c..000
--- a/dev-java/msv/files/build-20050627-r2.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
-
-   
-   
-   
-   
-
-   
-
-   
-   
-
-
-   
-   
-   
-   
-
-   
-   
-
-   
-  
-  
-  
-  
-   
-
-   
-  
-   
-
-   
-  
- 
-  
-   
-   
-   
-  
- 
- 
-  
-   
-
-   
-  
-   
-
-   
-  
-  
-   
-

diff --git a/dev-java/msv/files/build-20050627-r3.xml 
b/dev-java/msv/files/build-20050627-r3.xml
deleted file mode 100644
index 9d6908c..000
--- a/dev-java/msv/files/build-20050627-r3.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
-
-   
-   
-   
-   
-
-   
-
-   
-   
-
-
-   
-   
-   
-   
-
-   
-   
-
-   
-  
-  
-  
-  
-   
-
-   
-  
-   
-
-   
-  
- 
-  
-   
-   
-   
-  
- 
- 
-  
-   
-
-   
-  
-   
-
-   
-  
-  
-   
-

diff --git a/dev-java/msv/msv-20050627-r2.ebuild 
b/dev-java/msv/msv-20050627-r2.ebuild
deleted file mode 100644
index 24d2481..000
--- a/dev-java/msv/msv-20050627-r2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=1
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 eutils java-ant-2
-
-DESCRIPTION="Multi-Schema XML Validator, a Java tool for validating XML 
documents"
-HOMEPAGE="http://www.sun.com/software/xml/developers/multischema/ 
https://msv.dev.java.net/;
-SRC_URI="mirror://gentoo/${PN}.${PV}.zip"
-
-LICENSE="BSD Apache-1.1"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.4
-   dev-java/iso-relax:0
-   dev-java/relaxng-datatype:0
-   dev-java/xml-commons-resolver:0
-   dev-java/xerces:2
-   dev-java/xsdlib:0"
-DEPEND=">=virtual/jdk-1.4
-   app-arch/unzip
-   ${RDEPEND}"
-
-JAVA_PKG_FILTER_COMPILER="jikes"
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   cp -i "${FILESDIR}/build-${PVR}.xml" build.xml || die
-   rm -v *.jar || die
-
-   mkdir lib && cd lib
-   java-pkg_jar-from 
iso-relax,relaxng-datatype,xerces-2,xml-commons-resolver,xsdlib
-}
-
-EANT_EXTRA_ARGS="-Dproject.name=${PN}"
-
-src_install() {
-   java-pkg_dojar dist/${PN}.jar
-
-   dodoc README.txt ChangeLog.txt || die
-
-   use doc && java-pkg_dojavadoc dist/doc/api
-   use source && java-pkg_dosrc src/*
-}

diff --git a/dev-java/msv/msv-20050627-r3.ebuild 
b/dev-java/msv/msv-20050627-r3.ebuild
deleted file mode 100644
index 5a338e6..000
--- a/dev-java/msv/msv-20050627-r3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=1
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 eutils java-ant-2
-
-DESCRIPTION="Multi-Schema XML Validator, a Java 

[gentoo-commits] repo/gentoo:master commit in: dev-java/msv/

2015-10-02 Thread Patrice Clement
commit: c971a595cf2303b0d938371a7893e469f2c896cd
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Oct  2 08:38:35 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Oct  2 08:42:48 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c971a595

dev-java/msv: Stable for amd64+ppc+ppc64+x86 using the ALLARCHES policy.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement  gentoo.org>

 dev-java/msv/msv-20130601.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/msv/msv-20130601.ebuild b/dev-java/msv/msv-20130601.ebuild
index d3ceef8..6ad6df9 100644
--- a/dev-java/msv/msv-20130601.ebuild
+++ b/dev-java/msv/msv-20130601.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://msv.java.net/;
 
SRC_URI="http://search.maven.org/remotecontent?filepath=net/java/dev/${PN}/${PN}-core/${MY_PV}/${PN}-core-${MY_PV}-sources.jar;
 LICENSE="BSD Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 CDEPEND="dev-java/iso-relax:0
dev-java/relaxng-datatype:0



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

2015-10-02 Thread Michał Górny
commit: af73ad4881c33899d4a796aec673d4021e697e22
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct  2 07:49:27 2015 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  2 08:43:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af73ad48

net-misc/autoupnp: Version bump with miniupnpc compat fix

Package-Manager: portage-2.2.22

 net-misc/autoupnp/Manifest |  1 +
 ...{autoupnp-.ebuild => autoupnp-0.4.7.ebuild} | 25 --
 net-misc/autoupnp/autoupnp-.ebuild | 18 ++--
 3 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/net-misc/autoupnp/Manifest b/net-misc/autoupnp/Manifest
index 2633bf0..8a8b485 100644
--- a/net-misc/autoupnp/Manifest
+++ b/net-misc/autoupnp/Manifest
@@ -1 +1,2 @@
 DIST autoupnp-0.4.6.tar.bz2 240257 SHA256 
a8d0a207074fafdb322510fd29a25eb4bf62da9468ea3dc45e7c9740faeccab7 SHA512 
570ae76d940879a375e9336cb62cce8b2e007c57df6cbebee5878cf6a71d1fe5853218166ba0ee794586fa20a7c62b158aae9242b30880f6fe110c9bb1502ba1
 WHIRLPOOL 
4b2d848f36e3f2848e6f08f71296b5cf3fe7794bdfc9e6495428b3b3ae9283ed15e81de0bec2fdf0b36173d59a4c7dbec5dbef30bf3a0ba24e320de313cb20ab
+DIST autoupnp-0.4.7.tar.bz2 264916 SHA256 
f68c80ae6e8061417bef2fb2ad554d49f0bf4b5ef2def84600a4b67fa756c703 SHA512 
2c6bb3421fecbffea2a63ea1e930b7c789459d4626a0f281abe0e9bb62e5efc772475d4bf0c9f13fe2e9e13417940c6eb17408e6aae28bc24a4fc2e16d4dc8de
 WHIRLPOOL 
d08f6011d286f37d70d206cabe148a95e02b71bf9fdc13852da038bb87f4dde99fb206382e12879d81bff3dd5f133aae0b4bfb4c4168f8b76a4a0a2d4fbc4168

diff --git a/net-misc/autoupnp/autoupnp-.ebuild 
b/net-misc/autoupnp/autoupnp-0.4.7.ebuild
similarity index 61%
copy from net-misc/autoupnp/autoupnp-.ebuild
copy to net-misc/autoupnp/autoupnp-0.4.7.ebuild
index be3f1f8..b7f0665 100644
--- a/net-misc/autoupnp/autoupnp-.ebuild
+++ b/net-misc/autoupnp/autoupnp-0.4.7.ebuild
@@ -4,18 +4,11 @@
 
 EAPI=5
 
-#if LIVE
-AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git;
-
-inherit git-r3
-#endif
-
-inherit autotools-utils
+inherit eutils
 
 DESCRIPTION="Automatic open port forwarder using UPnP"
 HOMEPAGE="https://bitbucket.org/mgorny/autoupnp/;
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/${P}.tar.bz2;
+SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"
@@ -26,15 +19,15 @@ RDEPEND="net-libs/miniupnpc:0=
libnotify? ( x11-libs/libtinynotify:0= )"
 DEPEND="${RDEPEND}"
 
-#if LIVE
-KEYWORDS=
-SRC_URI=
-#endif
-
 src_configure() {
-   myeconfargs=(
+   local myconf=(
$(use_with libnotify)
)
 
-   autotools-utils_src_configure
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
 }

diff --git a/net-misc/autoupnp/autoupnp-.ebuild 
b/net-misc/autoupnp/autoupnp-.ebuild
index be3f1f8..0dc42ee 100644
--- a/net-misc/autoupnp/autoupnp-.ebuild
+++ b/net-misc/autoupnp/autoupnp-.ebuild
@@ -5,17 +5,16 @@
 EAPI=5
 
 #if LIVE
-AUTOTOOLS_AUTORECONF=yes
 EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git;
 
-inherit git-r3
+inherit autotools git-r3
 #endif
 
-inherit autotools-utils
+inherit eutils
 
 DESCRIPTION="Automatic open port forwarder using UPnP"
 HOMEPAGE="https://bitbucket.org/mgorny/autoupnp/;
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/${P}.tar.bz2;
+SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"
@@ -29,12 +28,19 @@ DEPEND="${RDEPEND}"
 #if LIVE
 KEYWORDS=
 SRC_URI=
+
+src_prepare() { eautoreconf; }
 #endif
 
 src_configure() {
-   myeconfargs=(
+   local myconf=(
$(use_with libnotify)
)
 
-   autotools-utils_src_configure
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
 }



[gentoo-commits] dev/graaff:master commit in: dev-ruby/rubocop/

2015-10-02 Thread Hans de Graaff
commit: 60a0537bf01654c58a4f43b99316d138e937745e
Author: Hans de Graaff  degraaff  org>
AuthorDate: Fri Oct  2 11:02:51 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct  2 11:02:51 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=60a0537b

dev-ruby/rubocop: version bump

Package-Manager: portage-2.2.20.1

 dev-ruby/rubocop/Manifest  |  1 +
 dev-ruby/rubocop/rubocop-0.34.2.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/rubocop/Manifest b/dev-ruby/rubocop/Manifest
index fbb9bb8..5d7c548 100644
--- a/dev-ruby/rubocop/Manifest
+++ b/dev-ruby/rubocop/Manifest
@@ -1,2 +1,3 @@
 DIST rubocop-0.32.1.tar.gz 1016920 SHA256 
657d71bc5ec90b4c78f6e84f66bafe39174fa22c8fa022bfa3efe5e18c46f975 SHA512 
97330d767110dff93b36fea7a0da54725940d4522b11f016c2548bd2f62400818380712ef95eb0b4164e4edc33afb33554ace5910e13a31136073f792e094f4e
 WHIRLPOOL 
9ffd8b1f6b2fb10e7fc5ecf5916fdb5bfe0c297e323ce07306fe6337f1974a1429290695133f0beb98a334888d01ca9c503d7efeba03f0d2c5a57632f5fe843b
 DIST rubocop-0.33.0.tar.gz 1034646 SHA256 
bd6ce0c9d4a60fb97284e1ba1408c4edffce8d1e064d3ef8578970ada83d29dd SHA512 
c92875e788a5f8efa8dc217a22109a760f6ea52921bfda0213c576f5c63c2393a8f00ffa6e5c3dc4c46ccf8c50eefea15d537e529489730ffab89f7f9a586792
 WHIRLPOOL 
77005567df1ce7f13a52ffe088468d238626e1cbe2112ede3ccfaabb0ad85092bbfd652214bcf4c3eddcb7fd1ae8cb469754e82f9ab527e37eb76d1fb9ef11b5
+DIST rubocop-0.34.2.tar.gz 1055725 SHA256 
84c5e64bc2d4571cd00476213cebe694b828b732bb16b670904ab012a0acf2d1 SHA512 
4462f725d416acd96792e607ed3566de7ad78fb5b21540b098a9d81a3798840d1a3706dac3385e475fd2ae4d13314b27bc474e687e893276d2d64c749510e618
 WHIRLPOOL 
7b81cc85bf4add50049045cec09da7391dec30ffa5456672717e80a1ec7574c242675b39ed21932e14f8c31c6ee2c05a1b387d918f02e07be29975df34382de2

diff --git a/dev-ruby/rubocop/rubocop-0.34.2.ebuild 
b/dev-ruby/rubocop/rubocop-0.34.2.ebuild
new file mode 100644
index 000..e4daf63
--- /dev/null
+++ b/dev-ruby/rubocop/rubocop-0.34.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRAINSTALL="assets config"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Ruby static code analyzer"
+HOMEPAGE="https://github.com/bbatsov/rubocop;
+SRC_URI="https://github.com/bbatsov/rubocop/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/astrolabe-1.3:0
+   >=dev-ruby/parser-2.2.2.5:0
+   >=dev-ruby/powerpack-0.1:0
+   >=dev-ruby/ruby-progressbar-1.4:0
+   dev-ruby/rainbow:2"
+
+ruby_add_bdepend "test? ( dev-ruby/safe_yaml )"
+
+all_ruby_prepare() {
+   # Remove failing spec, to be investigated later.
+   rm spec/rubocop/formatter/json_formatter_spec.rb || die
+
+   sed -i -e 's:/tmp/example:'${TMPDIR}'/example:' 
spec/rubocop/cop/team_spec.rb || die
+}



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

2015-10-02 Thread Mike Pagano
commit: ff302f76767a6afec58f3f45a6f95057413f3ef6
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Oct  2 11:34:52 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Oct  2 11:34:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff302f76

sys-kernel/vanilla-sources: Some lockup issues with 4.1.9, restoring 4.1.8 for 
convenience. See: http://www.spinics.net/lists/stable/msg105256.html

Package-Manager: portage-2.2.20.1

 sys-kernel/vanilla-sources/Manifest   |  1 +
 .../vanilla-sources/vanilla-sources-4.1.8.ebuild  | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index d8d6059..b26c3a6 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -20,5 +20,6 @@ DIST patch-3.14.54.xz 1006852 SHA256 
cd9463f0b8d561b9fac22f6528fa20e9dd0f03ba1fa
 DIST patch-3.18.21.xz 605060 SHA256 
fef6b8507c4a88b5b579016773faf1f4b1c78b2cc627e31101f244eeb1cf1895 SHA512 
b82d6f79d59c9d949a149a351ba2c77d334df83d66491a7776d909badff800ed2431ec6216adc7df3c2315886088a659450bc8e1a8d141d2e173a8a4e2492c8d
 WHIRLPOOL 
1ca1e8b9c31ec273e6b8465eba857a537ec0f0c3c8246a232449632fc819a8e19c3d991cf3c96b093be683c4784abdf9a02cef24e35b064fbe18518e84134bf7
 DIST patch-3.2.71.xz 1456808 SHA256 
24160af70c29320d74429717d5dfa3cd3547586f558890533a28dc19bc7caa0c SHA512 
e953df5d59270abeb4c72fc3a2a660cade1a8b5768d5dd00c11f5b3580c65e8c8ccfb814b5bf591900c35e72c1b3aee91819d1c9ddf9aab0dce44b45750f9578
 WHIRLPOOL 
8377da2ff6427888db1eb670f677f6bc71f4db46244ced8a2f849b0250cd9deb8d183556987c892f88011b7c5645838048c11e214c7e2026e7f12efad31ad8b4
 DIST patch-3.4.109.xz 1280036 SHA256 
607e19a90fa320b3336c6d6002c84820724a3c1f9e2fdf6ab63f46fcd2ff26b3 SHA512 
80ac925c6277a25c8fbb9feae24b075f2734b1e3e7bafb195def81ae0c2daaeb79ff2f4331a60013cb4adce5b1a3852be55b7cb5d10c4034149239788dd55ab8
 WHIRLPOOL 
bda61064a40079a2313b6063ab8b10e921da1295981506458062f9c3f5084acd0effaf50135ae343a97351d236139b43c70059c0aafd1059ffd07fc0cacc6781
+DIST patch-4.1.8.xz 256048 SHA256 
4373af2baaae5429be37e5257a22454d468f36b1322f784bb91a608c80ed52a1 SHA512 
1ba853bd1a4da73563e1f9c3bc01436274d63b77a577d6789843c7e5236158d204f333275c5a95be52c4ae1e26f6b813e58ae5fbdaee6b1cc53942273c8fbaf1
 WHIRLPOOL 
2d3dcd938c5758afb020c83cf3a1b08acbb321a2be2e3ef6bf47de3f09944e0551d337f53d8ccff1b98e38296dbbd04e274a7eb86aa1a21ecc4a5d094a1c9913
 DIST patch-4.1.9.xz 298752 SHA256 
9912a9ce6aa47d96c526214349daf439d05c59015270dc64e19b065b309be107 SHA512 
79ecd1c4c00fd52b89795f89d07c520c585733f1641a59045de44dea6a913c94de6b9f33fd8f7a146b68c57ade4107dedc2f8790d4bcec96a0f89812dc7f90fa
 WHIRLPOOL 
afb0f488aa9b67d48de5925bcb9fbc5e8c09dc274ec3be5401d39921da5ef80382072079e316d14909c70a3b2359006be9fe9ad1142116cc0d9a9a06c538
 DIST patch-4.2.2.xz 82480 SHA256 
8b4578f1e1dcfbef1e39c39b861d4715aa99917af0b7c2dc324622d65884dcb5 SHA512 
b37c71cb46cdbf3b7d2dac84ebf3e09d4e5e2433b150078e0e40ea881296401954b359d7bba6e9358957260cb0ccabafc0579feaef19c949d02ac9cfb48a3002
 WHIRLPOOL 
011d18a6099c75e0eb6de3d863089704ca811dfefafa0d92864dc8702566cd0776d2491fa2c3f17c50e76eb9e394d1ff4926b07e1f534af513293092c4e65c4d

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.1.8.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.1.8.ebuild
new file mode 100644
index 000..aba0a80
--- /dev/null
+++ b/sys-kernel/vanilla-sources/vanilla-sources-4.1.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="0"
+ETYPE="sources"
+inherit kernel-2
+detect_version
+
+DESCRIPTION="Full sources for the Linux kernel"
+HOMEPAGE="https://www.kernel.org;
+SRC_URI="${KERNEL_URI}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+IUSE="deblob"



[gentoo-commits] proj/linux-patches:4.1 commit in: /

2015-10-02 Thread Mike Pagano
commit: cb0333eb392976ebff5a7d56008620f7c0862790
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Oct  2 12:08:15 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Oct  2 12:08:15 2015 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=cb0333eb

inet: Patch to fix potential deadlock in reqsk_queue_unlink()

 _README|  4 +++
 2000_inet-deadlock-in-reqsk-queue-unlink-fix.patch | 32 ++
 2 files changed, 36 insertions(+)

diff --git a/_README b/_README
index 46b8cb0..348e8f5 100644
--- a/_README
+++ b/_README
@@ -91,6 +91,10 @@ Patch:  1600_dm-crypt-limit-max-segment-size.patch
 From:   https://bugzilla.kernel.org/show_bug.cgi?id=104421
 Desc:   dm crypt: constrain crypt device's max_segment_size to PAGE_SIZE.
 
+Patch:  2000_inet-deadlock-in-reqsk-queue-unlink-fix.patch
+From:   http://git.kernel.org/
+Desc:   inet: Patch to fix potential deadlock in reqsk_queue_unlink()
+
 Patch:  2700_ThinkPad-30-brightness-control-fix.patch
 From:   Seth Forshee 
 Desc:   ACPI: Disable Windows 8 compatibility for some Lenovo ThinkPads.

diff --git a/2000_inet-deadlock-in-reqsk-queue-unlink-fix.patch 
b/2000_inet-deadlock-in-reqsk-queue-unlink-fix.patch
new file mode 100644
index 000..890f5e5
--- /dev/null
+++ b/2000_inet-deadlock-in-reqsk-queue-unlink-fix.patch
@@ -0,0 +1,32 @@
+From 83fccfc3940c4a2db90fd7e7079f5b465cd8c6af Mon Sep 17 00:00:00 2001
+From: Eric Dumazet 
+Date: Thu, 13 Aug 2015 15:44:51 -0700
+Subject: inet: fix potential deadlock in reqsk_queue_unlink()
+
+When replacing del_timer() with del_timer_sync(), I introduced
+a deadlock condition :
+
+reqsk_queue_unlink() is called from inet_csk_reqsk_queue_drop()
+
+inet_csk_reqsk_queue_drop() can be called from many contexts,
+one being the timer handler itself (reqsk_timer_handler()).
+
+In this case, del_timer_sync() loops forever.
+
+Simple fix is to test if timer is pending.
+
+Fixes: 2235f2ac75fd ("inet: fix races with reqsk timers")
+Signed-off-by: Eric Dumazet 
+Signed-off-by: David S. Miller 
+
+--- a/net/ipv4/inet_connection_sock.c  2015-10-02 07:49:42.759957268 -0400
 b/net/ipv4/inet_connection_sock.c  2015-10-02 07:50:12.929957111 -0400
+@@ -584,7 +584,7 @@ static bool reqsk_queue_unlink(struct re
+   }
+ 
+   spin_unlock(>syn_wait_lock);
+-  if (del_timer_sync(>rsk_timer))
++  if (timer_pending(>rsk_timer) && del_timer_sync(>rsk_timer))
+   reqsk_put(req);
+   return found;
+ }



[gentoo-commits] dev/graaff:master commit in: app-forensics/brakeman/

2015-10-02 Thread Hans de Graaff
commit: ac4f296b8c94f8ac0562e36c97ce1e4cddf17f36
Author: Hans de Graaff  degraaff  org>
AuthorDate: Fri Oct  2 09:30:46 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct  2 09:30:46 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=ac4f296b

app-forensics/brakeman: cleanup

Package-Manager: portage-2.2.20.1

 app-forensics/brakeman/Manifest  |  1 -
 app-forensics/brakeman/brakeman-3.0.4.ebuild | 47 
 2 files changed, 48 deletions(-)

diff --git a/app-forensics/brakeman/Manifest b/app-forensics/brakeman/Manifest
index 459c966..8bdfaa3 100644
--- a/app-forensics/brakeman/Manifest
+++ b/app-forensics/brakeman/Manifest
@@ -1,3 +1,2 @@
-DIST brakeman-3.0.4.tar.gz 532012 SHA256 
ebf9aa79f0c36f77d349b6016f54f2ee3d48bc9d8054717b47b87b565315cf54 SHA512 
1848794171075447aec17e11da251de0b583db82d3928ec88873b1e88187277d6207b8e5971534ab9ab372ca23082907af53f089d5a7d454772c19345f7e10ef
 WHIRLPOOL 
e26ae7e983de934fea0839b0170f32f159d3d1522f700a429ecb9870bb93104dd7c7e8c09dd0d0048d9f396fb5089e84bf122abd4630f9647d9648ac044bc6cf
 DIST brakeman-3.0.5.tar.gz 532128 SHA256 
c0ddd603e8b7c30faa0dda2aece5d6ff0205e8363cf797d57b16860456422526 SHA512 
244658f01293cb1e9e9d9be3e1a6181299b184bc75c0cb95c26d686dca7040e404b53bdaafdf9dc9f791eddd4adf0f9dd253ac919254eeffc0a48e2db5e79fdd
 WHIRLPOOL 
78e8c55f1014d90f60380baa34afa0c103ac08dd7664c3da858e3ae7d808487e855c00ea42d4c41eb8793c1ca771e154b191f890ad3dcdf9c0e4d8fb61d84366
 DIST brakeman-3.1.0.tar.gz 534087 SHA256 
81848f88aa16ba31113df43295a5bfab4217b1119ecd8963705fa9a9b0f2d410 SHA512 
535e637b1387fa20f17335c015832c53877edbb946d7ac2185c2704055a5b99f0f036f9a397110da5d22fd597bbbc2dadbc52b698f0b04700f757ede89d41a61
 WHIRLPOOL 
77be4d6f1eea74720f893140e8a170c33da83fed786d022551aec97684f90570ac67f520d4faae6f82c4c69c2011470c480fa5a5542e76dddcb170eb4bb3c345

diff --git a/app-forensics/brakeman/brakeman-3.0.4.ebuild 
b/app-forensics/brakeman/brakeman-3.0.4.ebuild
deleted file mode 100644
index 0709a82..000
--- a/app-forensics/brakeman/brakeman-3.0.4.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGES FEATURES README.md WARNING_TYPES"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_GEMSPEC="brakeman.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="a static analysis tool which checks Ruby on Rails applications 
for security vulnerabilities"
-HOMEPAGE="http://brakemanscanner.org/;
-SRC_URI="https://github.com/presidentbeef/brakeman/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
-   >=dev-ruby/erubis-2.6
-   >=dev-ruby/haml-3.0:*  =dev-ruby/highline-1.6.20 =dev-ruby/highline-1*
-   >=dev-ruby/multi_json-1.2 =dev-ruby/multi_json-1*
-   >=dev-ruby/ruby2ruby-2.1.1 =dev-ruby/ruby2ruby-2*
-   >=dev-ruby/ruby_parser-3.7.0 =dev-ruby/ruby_parser-3*
-   >=dev-ruby/sass-3.0:* =dev-ruby/sass-3*:*
-   >=dev-ruby/terminal-table-1.4 =dev-ruby/terminal-table-1*"
-
-all_ruby_prepare() {
-   # Remove fastercsv since it's a no-op on ruby19.
-   sed -i -e '/fastercsv/d' \
-   -e '/ruby2ruby/ s/2.1.1/2.1/' \
-   -e '/ruby_parser/ s/3.7.0/3.7/' \
-   -e '/highline/ s/1.6.20/1.6/' \
-   ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
-   ${RUBY} test/test.rb || die
-}



[gentoo-commits] dev/graaff:master commit in: dev-ruby/aasm/

2015-10-02 Thread Hans de Graaff
commit: ff4a7b977732f4007769264c86be253b0d57f1d1
Author: Hans de Graaff  degraaff  org>
AuthorDate: Fri Oct  2 09:35:34 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct  2 09:35:34 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=ff4a7b97

dev-ruby/aasm: version bump

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-ruby/aasm/Manifest b/dev-ruby/aasm/Manifest
index 77ae5ed..9af3186 100644
--- a/dev-ruby/aasm/Manifest
+++ b/dev-ruby/aasm/Manifest
@@ -3,3 +3,4 @@ DIST aasm-4.0.8.gem 44032 SHA256 
053d0678ccecc01130729c54d6e081892bdbf6fece8928d
 DIST aasm-4.1.0.gem 45568 SHA256 
1706bb35ad9598f88f71acd9ebfe95eb36ef3dcba35025fb8022cf2a0ce2e5a9 SHA512 
11264f720a59f9b71122f0cfea82417e088876c117ca6683c823d5657b5db523e8bf720b490bae3d050298b57af5824cafe7d6dda3193aaae1c36708f3fa9f75
 WHIRLPOOL 
15e340d8eca3ac989410c42329cbb4ecab763922e17b9a5f84d75bb7a65cd42b0f5d833501a65fc589a2a3062e7746889f61739ce1829b083bb493d7e338b160
 DIST aasm-4.1.1.gem 45568 SHA256 
41732bca71675ad3a8c6ce19c71940bdff128074a7ef8b3e652ce6d53815f1b7 SHA512 
8e4438ad55a1ce24d7fcda9535f1cf0a7b1689bf2679c87663196843d47d028cee5faba6fdf47e156c21a4718f7af10f16c0a7d2cadf9e16b3ce4098629e5403
 WHIRLPOOL 
3a7ea736f75eaf34eb032357ad9c817ff90561a2a927d84622e4d88a99c876697e97e8bb35dbed1e33794bd182b4066f71508d2279ad90b27a72a0a6418f41ff
 DIST aasm-4.2.0.gem 48128 SHA256 
773db211673545b4e1fb743b35870d71c27f9bad0ce5289767e743e11430eaeb SHA512 
cd648afb9b3896ddd190a3fee869df11651b0f870ced20b613bdb0c9bbd9eed9ed88388a90b6e2c43725155d791f2ff5df6c26d55e70360a3cd240f99432cb10
 WHIRLPOOL 
0e1403d4d5b54fd2acc81974fb3816bf76a75c0a67026455577ed1217c8a8b458756a59347faa4f45bd1a582c0eb279f9bb6addcd21904a1e82142783b0a7d57
+DIST aasm-4.3.0.gem 54272 SHA256 
6de924ba5f2130b09129e046345cfad8d849a8569aeab7c65e2be84bbecd225b SHA512 
0fb7421fd593d4b192c45339a22869b10af782dac34a3bdaa9059e79a5fe04e85961d03d5eca59e4311cd242be8ecce8a4d3f499108f79d0d857ed14fe032093
 WHIRLPOOL 
6c4d55f640f959143b7fc59f2a22b10f935d7aa2d9193ffe4697962cbecb3e80ea2503279393a770383a80cad0056c0368dc08a4d29b1b3facef6b7caa869914

diff --git a/dev-ruby/aasm/aasm-4.3.0.ebuild b/dev-ruby/aasm/aasm-4.3.0.ebuild
new file mode 100644
index 000..3bc8ee1
--- /dev/null
+++ b/dev-ruby/aasm/aasm-4.3.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+# Requires sdoc which is not yet available in Gentoo.
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md README_FROM_VERSION_3_TO_4.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A library for adding finite state machines to Ruby classes."
+HOMEPAGE="https://github.com/rubyist/aasm;
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/activerecord dev-ruby/rr )"
+
+all_ruby_prepare() {
+   rm Gemfile || die
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+   sed -i -e '/coveralls/I s:^:#:' spec/spec_helper.rb || die
+
+   # We currently don't package sdoc
+   sed -i -e '/sdoc/d' Rakefile || die
+}



[gentoo-commits] dev/graaff:master commit in: dev-ruby/paper_trail/

2015-10-02 Thread Hans de Graaff
commit: cd6f8e3b6daff8edabd9689d02691895c431dab9
Author: Hans de Graaff  degraaff  org>
AuthorDate: Fri Oct  2 09:38:49 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct  2 09:38:49 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=cd6f8e3b

dev-ruby/paper_trail: cleanup

Package-Manager: portage-2.2.20.1

 dev-ruby/paper_trail/Manifest |  2 --
 dev-ruby/paper_trail/paper_trail-3.0.6.ebuild | 34 ---
 dev-ruby/paper_trail/paper_trail-3.0.7.ebuild | 34 ---
 3 files changed, 70 deletions(-)

diff --git a/dev-ruby/paper_trail/Manifest b/dev-ruby/paper_trail/Manifest
index 77633f1..2e28011 100644
--- a/dev-ruby/paper_trail/Manifest
+++ b/dev-ruby/paper_trail/Manifest
@@ -1,3 +1 @@
-DIST paper_trail-3.0.6.gem 129024 SHA256 
a775b82511e747471cf877c3379a6fe5dcb156bbb92eab3e6a77f98ca4357033 SHA512 
c16156850651539e1c06d4c524913260feb90359ed3344c1d571a5bbae992d95208e8caffa52509ab4733d8d6059fed83af8f969ff4b21475a3d23b02c8c0fef
 WHIRLPOOL 
224dc7d3d556048f36138bb86580cb70ebb4a2756ddc6eb1527162b298ca655f98835e8bae6f9cf2e0b44d075198a2f487517dc1a83d57046b852167856cae1c
-DIST paper_trail-3.0.7.gem 129536 SHA256 
414decd40007dce2f1c4cc0be6a68c9ecb4bfc390d470e94fd9f6da2231cee89 SHA512 
0f812ec5b3136b9a3e42db233d0f97c1718a9c99e24237b79c588f6fb57c324efb98316cf8bdce87b0ad2bd3af326c8800034ac3103a3ed3dee055320cd532ed
 WHIRLPOOL 
94b73b890025730077ba7a764f7b133e7d07c042d9d2e672f131f360fbfe36743f88989a99eb5d1c039d484dd08b0c51972862160ef7370c6ebb0f79bf97b303
 DIST paper_trail-3.0.8.gem 130048 SHA256 
81234c9ebf217c89e89129770fd0719df8f81e580a1f029daa8afc69c341e60e SHA512 
e959d5c8e321f0ac49c34d8b5507c95a9bf8a9eaf2e42cd19c7c04a4f645abe351318756fd07ea73bd1bfe5900f86f628b418c4fe01052ec8d6a79732ace784e
 WHIRLPOOL 
6c004f2f254a78b4b4904f982330a584feb72cbd3a91cfee43d755be7f1b027afd08f795dc2549a4a3617fa87bf06dfa813e6d75f13db67f4bb6aece06fbbe1d

diff --git a/dev-ruby/paper_trail/paper_trail-3.0.6.ebuild 
b/dev-ruby/paper_trail/paper_trail-3.0.6.ebuild
deleted file mode 100644
index e609d1d..000
--- a/dev-ruby/paper_trail/paper_trail-3.0.6.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="paper_trail.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="PaperTrail lets you track changes to your models' data."
-HOMEPAGE="https://github.com/airblade/paper_trail;
-
-LICENSE="MIT"
-SLOT="3real"
-KEYWORDS="~amd64"
-IUSE=""
-
-# Fails loading dependencies of rspec and shoulda. Might be bundler-related.
-RESTRICT="test"
-
-#ruby_add_bdepend "test? ( >=dev-ruby/shoulda-3.5 >=dev-ruby/sqlite3-1.2 
>=dev-ruby/capybara-2.0 dev-ruby/bundler )"
-
-ruby_add_rdepend ">dev-ruby/activerecord-3 dev-ruby/activesupport-3 https://github.com/airblade/paper_trail;
-
-LICENSE="MIT"
-SLOT="3real"
-KEYWORDS="~amd64"
-IUSE=""
-
-# Fails loading dependencies of rspec and shoulda. Might be bundler-related.
-RESTRICT="test"
-
-#ruby_add_bdepend "test? ( >=dev-ruby/shoulda-3.5 >=dev-ruby/sqlite3-1.2 
>=dev-ruby/capybara-2.0 dev-ruby/bundler )"
-
-ruby_add_rdepend ">dev-ruby/activerecord-3 dev-ruby/activesupport-3 

[gentoo-commits] dev/graaff:master commit in: dev-ruby/aasm/

2015-10-02 Thread Hans de Graaff
commit: 2858aae283a694d28217830362cb6ec140fa014b
Author: Hans de Graaff  degraaff  org>
AuthorDate: Fri Oct  2 09:35:58 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct  2 09:35:58 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=2858aae2

dev-ruby/aasm: cleanup

Package-Manager: portage-2.2.20.1

 dev-ruby/aasm/Manifest  |  2 --
 dev-ruby/aasm/aasm-4.0.8.ebuild | 33 -
 dev-ruby/aasm/aasm-4.1.0.ebuild | 33 -
 3 files changed, 68 deletions(-)

diff --git a/dev-ruby/aasm/Manifest b/dev-ruby/aasm/Manifest
index 9af3186..d3fd9a5 100644
--- a/dev-ruby/aasm/Manifest
+++ b/dev-ruby/aasm/Manifest
@@ -1,6 +1,4 @@
 DIST aasm-3.4.0.gem 37888 SHA256 
661b4d6781a8d74792d570363454d82f3e7b482e5c192ca6d1c81aec9d71115b SHA512 
36ecfd11d5948008f2b21e331bcb6ea775200ad929744aa31046e30a9f60783766e2cfa80c6017c275127c883782e5bd8fbf0091c888d2fcd2b3742a00382746
 WHIRLPOOL 
cd06ca5654626eea49a6a3dd2c1fec171a739b5934c0ed318d1ada53c315ecc4d8f46e61f46af92503510c4989566e54a058946df722ac5d505e9d84a0afffdd
-DIST aasm-4.0.8.gem 44032 SHA256 
053d0678ccecc01130729c54d6e081892bdbf6fece8928d795e10292e986e2d2 SHA512 
fa54f05461d307a2a7357a9bef5241929e62a8c1ef11a851decf5e03acf39833cd535e2197dbd4dc8ac45416b98bf124d2249d0fd1a89f379570d24bc8f413cf
 WHIRLPOOL 
83c4cc104e667a4d53047ce5b9e1ac8fc5751592433650b03f62ba1404196ecf9d7e33eebc4f6b790b6e77117e53df260484e48aceea055c078d6609fb6271f5
-DIST aasm-4.1.0.gem 45568 SHA256 
1706bb35ad9598f88f71acd9ebfe95eb36ef3dcba35025fb8022cf2a0ce2e5a9 SHA512 
11264f720a59f9b71122f0cfea82417e088876c117ca6683c823d5657b5db523e8bf720b490bae3d050298b57af5824cafe7d6dda3193aaae1c36708f3fa9f75
 WHIRLPOOL 
15e340d8eca3ac989410c42329cbb4ecab763922e17b9a5f84d75bb7a65cd42b0f5d833501a65fc589a2a3062e7746889f61739ce1829b083bb493d7e338b160
 DIST aasm-4.1.1.gem 45568 SHA256 
41732bca71675ad3a8c6ce19c71940bdff128074a7ef8b3e652ce6d53815f1b7 SHA512 
8e4438ad55a1ce24d7fcda9535f1cf0a7b1689bf2679c87663196843d47d028cee5faba6fdf47e156c21a4718f7af10f16c0a7d2cadf9e16b3ce4098629e5403
 WHIRLPOOL 
3a7ea736f75eaf34eb032357ad9c817ff90561a2a927d84622e4d88a99c876697e97e8bb35dbed1e33794bd182b4066f71508d2279ad90b27a72a0a6418f41ff
 DIST aasm-4.2.0.gem 48128 SHA256 
773db211673545b4e1fb743b35870d71c27f9bad0ce5289767e743e11430eaeb SHA512 
cd648afb9b3896ddd190a3fee869df11651b0f870ced20b613bdb0c9bbd9eed9ed88388a90b6e2c43725155d791f2ff5df6c26d55e70360a3cd240f99432cb10
 WHIRLPOOL 
0e1403d4d5b54fd2acc81974fb3816bf76a75c0a67026455577ed1217c8a8b458756a59347faa4f45bd1a582c0eb279f9bb6addcd21904a1e82142783b0a7d57
 DIST aasm-4.3.0.gem 54272 SHA256 
6de924ba5f2130b09129e046345cfad8d849a8569aeab7c65e2be84bbecd225b SHA512 
0fb7421fd593d4b192c45339a22869b10af782dac34a3bdaa9059e79a5fe04e85961d03d5eca59e4311cd242be8ecce8a4d3f499108f79d0d857ed14fe032093
 WHIRLPOOL 
6c4d55f640f959143b7fc59f2a22b10f935d7aa2d9193ffe4697962cbecb3e80ea2503279393a770383a80cad0056c0368dc08a4d29b1b3facef6b7caa869914

diff --git a/dev-ruby/aasm/aasm-4.0.8.ebuild b/dev-ruby/aasm/aasm-4.0.8.ebuild
deleted file mode 100644
index 3640d30..000
--- a/dev-ruby/aasm/aasm-4.0.8.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-# Requires sdoc which is not yet available in Gentoo.
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md README_FROM_VERSION_3_TO_4.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A library for adding finite state machines to Ruby classes."
-HOMEPAGE="https://github.com/rubyist/aasm;
-
-LICENSE="MIT"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/activerecord dev-ruby/rr )"
-
-all_ruby_prepare() {
-   rm Gemfile || die
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-   sed -i -e '/coveralls/I s:^:#:' spec/spec_helper.rb || die
-
-   # We currently don't package sdoc
-   sed -i -e '/sdoc/d' Rakefile || die
-}

diff --git a/dev-ruby/aasm/aasm-4.1.0.ebuild b/dev-ruby/aasm/aasm-4.1.0.ebuild
deleted file mode 100644
index 3640d30..000
--- a/dev-ruby/aasm/aasm-4.1.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-# Requires sdoc which is not yet available in Gentoo.
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md README_FROM_VERSION_3_TO_4.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A library for adding finite state machines to Ruby classes."
-HOMEPAGE="https://github.com/rubyist/aasm;
-
-LICENSE="MIT"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/activerecord dev-ruby/rr )"
-
-all_ruby_prepare() {
-   rm Gemfile || die
-   sed -i -e 

[gentoo-commits] dev/graaff:master commit in: dev-ruby/paper_trail/

2015-10-02 Thread Hans de Graaff
commit: 6680e3cb688c5e6b1cbdec7cda3fdbf93d906b76
Author: Hans de Graaff  degraaff  org>
AuthorDate: Fri Oct  2 10:22:24 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct  2 10:22:24 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=6680e3cb

dev-ruby/paper_trail: version bump

Package-Manager: portage-2.2.20.1

 dev-ruby/paper_trail/Manifest |  1 +
 dev-ruby/paper_trail/paper_trail-4.0.0.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/dev-ruby/paper_trail/Manifest b/dev-ruby/paper_trail/Manifest
index 2e28011..88f27e7 100644
--- a/dev-ruby/paper_trail/Manifest
+++ b/dev-ruby/paper_trail/Manifest
@@ -1 +1,2 @@
 DIST paper_trail-3.0.8.gem 130048 SHA256 
81234c9ebf217c89e89129770fd0719df8f81e580a1f029daa8afc69c341e60e SHA512 
e959d5c8e321f0ac49c34d8b5507c95a9bf8a9eaf2e42cd19c7c04a4f645abe351318756fd07ea73bd1bfe5900f86f628b418c4fe01052ec8d6a79732ace784e
 WHIRLPOOL 
6c004f2f254a78b4b4904f982330a584feb72cbd3a91cfee43d755be7f1b027afd08f795dc2549a4a3617fa87bf06dfa813e6d75f13db67f4bb6aece06fbbe1d
+DIST paper_trail-4.0.0.gem 81408 SHA256 
f4bec6d603eaebcb65af00f7e60867df2c9177e1dbe2c1e7f02d873e609757e3 SHA512 
e74af1a06a808941164c486b083e8896c293d82edc3eb3594602f14f88772df633f1b10d18e21c8890935655a30b34e81c1a552d8e7a6e67e752e8e2a4962e49
 WHIRLPOOL 
31faca652da7cb5e2a7307bf92d04dcea146ed9d8397c6ada40b9e36c356745fa3b2968b1bf49844e4c60de28cfa8fbbf8a321dbd9ed7bdafc28ab2241f41016

diff --git a/dev-ruby/paper_trail/paper_trail-4.0.0.ebuild 
b/dev-ruby/paper_trail/paper_trail-4.0.0.ebuild
new file mode 100644
index 000..40200f6
--- /dev/null
+++ b/dev-ruby/paper_trail/paper_trail-4.0.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="paper_trail.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="PaperTrail lets you track changes to your models' data."
+HOMEPAGE="https://github.com/airblade/paper_trail;
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~amd64"
+IUSE=""
+
+# Fails loading dependencies of rspec and shoulda. Might be bundler-related.
+RESTRICT="test"
+
+#ruby_add_bdepend "test? ( >=dev-ruby/shoulda-3.5 >=dev-ruby/sqlite3-1.2 
>=dev-ruby/capybara-2.0 dev-ruby/bundler )"
+
+ruby_add_rdepend ">dev-ruby/activerecord-3:* dev-ruby/activesupport-3:* =dev-ruby/request_store-1.1:0"
+
+all_ruby_prepare() {
+   rm -f Gemfile.lock || die
+
+   # Ignore test unimportant to me failing due to deprecations.
+   rm -f test/unit/timestamp_test.rb || die
+}



[gentoo-commits] dev/graaff:master commit in: app-forensics/brakeman/

2015-10-02 Thread Hans de Graaff
commit: 82d1167ef7bee1042ec2972d5fcd9b075522c20b
Author: Hans de Graaff  degraaff  org>
AuthorDate: Fri Oct  2 09:33:36 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct  2 09:33:36 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=82d1167e

app-forensics/brakeman: version bump

Package-Manager: portage-2.2.20.1

 app-forensics/brakeman/Manifest  |  1 +
 app-forensics/brakeman/brakeman-3.1.1.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/app-forensics/brakeman/Manifest b/app-forensics/brakeman/Manifest
index 8bdfaa3..b022e61 100644
--- a/app-forensics/brakeman/Manifest
+++ b/app-forensics/brakeman/Manifest
@@ -1,2 +1,3 @@
 DIST brakeman-3.0.5.tar.gz 532128 SHA256 
c0ddd603e8b7c30faa0dda2aece5d6ff0205e8363cf797d57b16860456422526 SHA512 
244658f01293cb1e9e9d9be3e1a6181299b184bc75c0cb95c26d686dca7040e404b53bdaafdf9dc9f791eddd4adf0f9dd253ac919254eeffc0a48e2db5e79fdd
 WHIRLPOOL 
78e8c55f1014d90f60380baa34afa0c103ac08dd7664c3da858e3ae7d808487e855c00ea42d4c41eb8793c1ca771e154b191f890ad3dcdf9c0e4d8fb61d84366
 DIST brakeman-3.1.0.tar.gz 534087 SHA256 
81848f88aa16ba31113df43295a5bfab4217b1119ecd8963705fa9a9b0f2d410 SHA512 
535e637b1387fa20f17335c015832c53877edbb946d7ac2185c2704055a5b99f0f036f9a397110da5d22fd597bbbc2dadbc52b698f0b04700f757ede89d41a61
 WHIRLPOOL 
77be4d6f1eea74720f893140e8a170c33da83fed786d022551aec97684f90570ac67f520d4faae6f82c4c69c2011470c480fa5a5542e76dddcb170eb4bb3c345
+DIST brakeman-3.1.1.tar.gz 537104 SHA256 
22548d386ed55ab149cf5650ab28edc122ef50abcca8bb9f1884ba166804b0d8 SHA512 
89f88525ca1928ee3b6ee34652f9c22175ffd6a727ce16212ac4ade476310379d4fbf5d1973933ed16ccc5b2bfcd3506462e12f0fd4edf0f8cf128e30f30ae2a
 WHIRLPOOL 
759b9fa9354b246167c7d5645597fa8b8b6fe75dafc54658f0e0517323034302c479078f91aa3c2fb154b2082a3390a2c0886389b5252d9e5dacb4474690fdad

diff --git a/app-forensics/brakeman/brakeman-3.1.1.ebuild 
b/app-forensics/brakeman/brakeman-3.1.1.ebuild
new file mode 100644
index 000..d28705a
--- /dev/null
+++ b/app-forensics/brakeman/brakeman-3.1.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGES FEATURES README.md WARNING_TYPES"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_GEMSPEC="brakeman.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="a static analysis tool which checks Ruby on Rails applications 
for security vulnerabilities"
+HOMEPAGE="http://brakemanscanner.org/;
+SRC_URI="https://github.com/presidentbeef/brakeman/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/erubis-2.6
+   >=dev-ruby/haml-3.0:*  =dev-ruby/highline-1.6.20 =dev-ruby/highline-1*
+   >=dev-ruby/multi_json-1.2 =dev-ruby/multi_json-1*
+   >=dev-ruby/ruby2ruby-2.1.1 =dev-ruby/ruby_parser-3.7.0 =dev-ruby/ruby_parser-3*
+   >=dev-ruby/sass-3.0:* =dev-ruby/sass-3*:*
+   >=dev-ruby/slim-1.3.6 =dev-ruby/terminal-table-1.4.5 =dev-ruby/terminal-table-1.4*"
+
+all_ruby_prepare() {
+   # Remove fastercsv since it's a no-op on ruby19.
+   sed -i -e '/fastercsv/d' \
+   -e '/ruby_parser/ s/3.7.0/3.7/' \
+   ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   ${RUBY} test/test.rb || die
+}



[gentoo-commits] dev/graaff:master commit in: dev-ruby/money/

2015-10-02 Thread Hans de Graaff
commit: 6b63fe0ad78b3ae9c8ebeb85e77b97f7fe2aaa28
Author: Hans de Graaff  degraaff  org>
AuthorDate: Fri Oct  2 09:36:38 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct  2 09:36:38 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=6b63fe0a

dev-ruby/money: cleanup

Package-Manager: portage-2.2.20.1

 dev-ruby/money/Manifest   |  2 --
 dev-ruby/money/money-6.0.0.ebuild | 28 
 dev-ruby/money/money-6.1.1.ebuild | 33 -
 3 files changed, 63 deletions(-)

diff --git a/dev-ruby/money/Manifest b/dev-ruby/money/Manifest
index 992c78f..4836f83 100644
--- a/dev-ruby/money/Manifest
+++ b/dev-ruby/money/Manifest
@@ -1,3 +1 @@
-DIST money-6.0.0.gem 57344 SHA256 
15f377fe088260e3e2240365c0a0b401b094e95756f03f71a10f623cfd4d17a5 SHA512 
5554d648bbd78e8c3b7a0f9bd84281428ff3e25047f47a7b2ad0db77f3ce4111e19fbc480f543bfedd6c0fe1764b0b11273f248ad24fbf148e922a177d681fca
 WHIRLPOOL 
ffbdb4d5c8c492c3bec6074cd33f1e1166b34e3aa227e7ea12510fae803c7708437c4c3b4efaa78c0e66226555a7bce9e0c85871cd29ba91df317a821fa66098
-DIST money-6.1.1.gem 52736 SHA256 
14ab5e1c23ebe92341360d8195b847aa4585902f4cc2225d7677bd9e3c5c SHA512 
1da8d22b12e3317fb7d7ec944bd9a1aaa936dbde0b224fbb9d52e41323f23a9854e8df04921034735fe2ed3c95c9be1fdbc280741005f23f73a3587ad97b
 WHIRLPOOL 
96cc44d39334cfc92f71e161dd0d2c32ba16c7eba0ece5c1d4bd81e5e376a7da00018755bcd3c5cbbe4ea557ab30a25b7a36c5ed5c127821dfc41acd7c102725
 DIST money-6.5.1.gem 58880 SHA256 
4181aa9983978e59c22573f0db29d2db6d527420a0d48a1a3e058aab55e72d51 SHA512 
702513505f65b4ba0871930dd17aa75054e92a6c7d06f8f7e772efe7ce7a2e8fdd63aff27dab9e824cd735a5f25dec1e2c78fb319a20c7437285f2ed5168a98a
 WHIRLPOOL 
790a0e706eaa6cd339080f68fa7cf98bf07f708b3810d918ef81d4de58e9d90078f1fff7fee1eecfa08d4e98cf1d18f9e2a9c43cc9a37f0c17edbcc10f9b1d44

diff --git a/dev-ruby/money/money-6.0.0.ebuild 
b/dev-ruby/money/money-6.0.0.ebuild
deleted file mode 100644
index 8e263c6..000
--- a/dev-ruby/money/money-6.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=5
-USE_RUBY="ruby18 ruby19 jruby"
-
-RUBY_FAKEGEM_TASK_DOC="yard"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="money.gemspec"
-
-RUBY_FAKEGEM_EXTRAINSTALL="config"
-
-inherit ruby-fakegem
-
-DESCRIPTION="This library aids one in handling money and different currencies."
-HOMEPAGE="http://money.rubyforge.org/;
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/i18n:0.6"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"

diff --git a/dev-ruby/money/money-6.1.1.ebuild 
b/dev-ruby/money/money-6.1.1.ebuild
deleted file mode 100644
index 0f686ef..000
--- a/dev-ruby/money/money-6.1.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_TASK_DOC="yard"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="money.gemspec"
-
-RUBY_FAKEGEM_EXTRAINSTALL="config"
-
-inherit ruby-fakegem
-
-DESCRIPTION="This library aids one in handling money and different currencies."
-HOMEPAGE="http://money.rubyforge.org/;
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/i18n:0.6"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-
-all_ruby_prepare() {
-   sed -i -e '/coveralls/I s:^:#:' spec/spec_helper.rb || die
-}



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

2015-10-02 Thread Michał Górny
commit: 603fb17ddb81733852b77f2d31140b57310c6918
Author: Stephen L Arnold  gentoo  org>
AuthorDate: Wed Sep 30 23:07:52 2015 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  2 12:00:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=603fb17d

sys-libs/ncurses: fix critical tinfow typo in install command

Add missing continuation mark to complete gen_usr_ldscript command chain
for tinfo and unicode use flags.  Otherwise things can get ugly and very
broken...

Package-Manager: portage-2.2.22

 sys-libs/ncurses/ncurses-6.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/ncurses/ncurses-6.0-r1.ebuild 
b/sys-libs/ncurses/ncurses-6.0-r1.ebuild
index c41219b..fc20a47 100644
--- a/sys-libs/ncurses/ncurses-6.0-r1.ebuild
+++ b/sys-libs/ncurses/ncurses-6.0-r1.ebuild
@@ -227,7 +227,7 @@ multilib_src_install() {
# Move main libraries into /.
if multilib_is_native_abi ; then
gen_usr_ldscript -a \
-   "${NCURSES_TARGETS[@]}"
+   "${NCURSES_TARGETS[@]}" \
$(use tinfo && usex unicode 'tinfow' '') \
$(usev tinfo)
fi



[gentoo-commits] proj/linux-patches: New tag: 4.1-14

2015-10-02 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Oct  2 12:28:55 2015 +

New tag: 4.1-14




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

2015-10-02 Thread Lars Wendler
commit: 291f1528859f9b5ca35ba76965c37ef7825ef97e
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Oct  2 08:40:31 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Oct  2 08:40:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291f1528

media-sound/murmur: Bump to version 1.2.10 (bug #552092)

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

 media-sound/murmur/Manifest |   1 +
 media-sound/murmur/murmur-1.2.10.ebuild | 134 
 2 files changed, 135 insertions(+)

diff --git a/media-sound/murmur/Manifest b/media-sound/murmur/Manifest
index 650b3ac..2893e9a 100644
--- a/media-sound/murmur/Manifest
+++ b/media-sound/murmur/Manifest
@@ -1,2 +1,3 @@
+DIST mumble-1.2.10.tar.gz 3195427 SHA256 
c6367a63ef54aac8e6d556066297e536a8c288495d53490219a113e43aa85b04 SHA512 
d4ff0572fd744cbf3473b25353b2ab8b2fc2d68921179c02f3047460d63c9e388d6d9e04fc4fb4b27eeaa63baf74d8bf3dc098cf24285619aef1b29f636b972e
 WHIRLPOOL 
9aadb47756c7d1939c075079911a5851d619f973359e6346d209e5baaf7db9a80b2d622befd4e6ea10480875b1ea6479d9b4785111d9f88d9d009b17ecbc774a
 DIST mumble-1.2.5.tar.gz 3200216 SHA256 
915156946f7662c2488e4c40c95cb95c4ff00532789515da7df775a36d544faf SHA512 
bc1761f1e2fc833124ff2ff9af994be59dc9ef96a1ed49316d5383d9b5d91c37ddce87bf6afefc99315824a2a52c615162b2e6050c78f90beca591b58229e7b1
 WHIRLPOOL 
1f4b226c4036d35a73f65beb4ea66ec0c4363c6122320e8d70a52e0f40b0e2e550282206dcf158bf5a4bb1109202c38a9451374c1bbce96bc559c576a18346c3
 DIST mumble-1.2.8.tar.gz 3202518 SHA256 
4c2fc3dff49687bc1d977905958e8a9c35e109723aeed42c9ea124104febe159 SHA512 
9c3534dacce22c6152f3ffa847e98b3b1bab43fd8a92285362333487b1bb9a064699296005350cf09bd44a8070508beaf14d3b518465fad3db94710cd818bc5b
 WHIRLPOOL 
613f2faf233bb8475dcdec97dca46e75d871a1b02d1c783f24a739644c21cf169dedc7b500c1a3a4ef39ff1f22635ed4926fb805ae45ec148ba5b7bfba112451

diff --git a/media-sound/murmur/murmur-1.2.10.ebuild 
b/media-sound/murmur/murmur-1.2.10.ebuild
new file mode 100644
index 000..d25d6cc
--- /dev/null
+++ b/media-sound/murmur/murmur-1.2.10.ebuild
@@ -0,0 +1,134 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+QT_MINIMAL="4.6"
+
+inherit eutils qt4-r2 systemd user readme.gentoo
+
+MY_P="${PN/murmur/mumble}-${PV/_/~}"
+
+DESCRIPTION="Mumble is an open source, low-latency, high quality voice chat 
software"
+HOMEPAGE="http://mumble.sourceforge.net/;
+SRC_URI="http://mumble.info/snapshot/${MY_P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~x86"
+IUSE="+dbus debug +ice pch zeroconf"
+
+RDEPEND=">=dev-libs/openssl-1.0.0b
+   >=dev-libs/protobuf-2.2.0
+   sys-apps/lsb-release
+   >=sys-libs/libcap-2.15
+   dev-qt/qtcore:4[ssl]
+   || ( dev-qt/qtsql:4[sqlite] dev-qt/qtsql:4[mysql] )
+   dev-qt/qtxmlpatterns:4
+   dbus? ( dev-qt/qtdbus:4 )
+   ice? ( dev-libs/Ice )
+   zeroconf? ( net-dns/avahi[mdnsresponder-compat] )"
+
+DEPEND="${RDEPEND}
+   >=dev-libs/boost-1.41.0
+   virtual/pkgconfig"
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.2.4-ice-3.5.0-compat.patch
+   "${FILESDIR}"/${PN}-1.2.4-ice-3.5.1-compat.patch
+)
+
+DOC_CONTENTS="
+   Useful scripts are located in /usr/share/doc/${PF}/scripts.\n
+   Please execute:\n
+   murmurd -ini /etc/murmur/murmur.ini -supw \n
+   chown murmur:murmur /var/lib/murmur/murmur.sqlite\n
+   to set the build-in 'SuperUser' password before starting murmur.
+   Please restart dbus before starting murmur, or else dbus
+   registration will fail.
+"
+
+pkg_setup() {
+   enewgroup murmur
+   enewuser murmur -1 -1 /var/lib/murmur murmur
+}
+
+src_prepare() {
+   qt4-r2_src_prepare
+
+   sed \
+   -e 's:mumble-server:murmur:g' \
+   -e 's:/var/run:/run:g' \
+   -i "${S}"/scripts/murmur.{conf,ini.system} || die
+}
+
+src_configure() {
+   local conf_add
+
+   use dbus || conf_add="${conf_add} no-dbus"
+   use debug && conf_add="${conf_add} symbols debug" || 
conf_add="${conf_add} release"
+   use ice || conf_add="${conf_add} no-ice"
+   use pch || conf_add="${conf_add} no-pch"
+   use zeroconf || conf_add="${conf_add} no-bonjour"
+
+   eqmake4 main.pro -recursive \
+   CONFIG+="${conf_add} no-client"
+}
+
+src_compile() {
+   # parallel make workaround, upstream bug #3190498
+   emake -j1
+}
+
+src_install() {
+   dodoc README CHANGES
+
+   docinto scripts
+   dodoc scripts/*.php scripts/*.pl
+
+   local dir
+   if use debug; then
+   dir=debug
+   else
+   dir=release
+   fi
+
+   dobin "${dir}"/murmurd
+
+   insinto /etc/murmur/
+   newins scripts/murmur.ini.system murmur.ini
+
+   insinto /etc/logrotate.d/
+   newins "${FILESDIR}"/murmur.logrotate murmur
+
+   

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

2015-10-02 Thread Lars Wendler
commit: ed125d784bbee90c55b72e9924b4166eea93b5aa
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Oct  2 08:41:52 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Oct  2 08:41:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed125d78

media-sound/mumble: Bump to version 1.2.10 (bug #552092)

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

 media-sound/mumble/Manifest |   1 +
 media-sound/mumble/mumble-1.2.10.ebuild | 127 
 2 files changed, 128 insertions(+)

diff --git a/media-sound/mumble/Manifest b/media-sound/mumble/Manifest
index 8d02c20..c1fcd52 100644
--- a/media-sound/mumble/Manifest
+++ b/media-sound/mumble/Manifest
@@ -1,2 +1,3 @@
+DIST mumble-1.2.10.tar.gz 3195427 SHA256 
c6367a63ef54aac8e6d556066297e536a8c288495d53490219a113e43aa85b04 SHA512 
d4ff0572fd744cbf3473b25353b2ab8b2fc2d68921179c02f3047460d63c9e388d6d9e04fc4fb4b27eeaa63baf74d8bf3dc098cf24285619aef1b29f636b972e
 WHIRLPOOL 
9aadb47756c7d1939c075079911a5851d619f973359e6346d209e5baaf7db9a80b2d622befd4e6ea10480875b1ea6479d9b4785111d9f88d9d009b17ecbc774a
 DIST mumble-1.2.6.tar.gz 3201577 SHA256 
876cdecfb89798ab45020cdae0d64bd0fa899a9a97c2c7f4a6e706d4165fb6ff SHA512 
cf67d171bb76d30fd0b098552ac1707423cdeb7d04031fd5f6693cad4661f3a2d99b8e8d653686fab00f46e66257f8fb75c819b9ad1d4f514a0d0b04c36a446e
 WHIRLPOOL 
37654990d66fb01fc7265c5757ad8b79e9a10325b669735f3010486b15896e3d191bb705664a1151c4b0eea1cb6c17daef86e45c38247a1463ad72c273019ee7
 DIST mumble-1.2.8.tar.gz 3202518 SHA256 
4c2fc3dff49687bc1d977905958e8a9c35e109723aeed42c9ea124104febe159 SHA512 
9c3534dacce22c6152f3ffa847e98b3b1bab43fd8a92285362333487b1bb9a064699296005350cf09bd44a8070508beaf14d3b518465fad3db94710cd818bc5b
 WHIRLPOOL 
613f2faf233bb8475dcdec97dca46e75d871a1b02d1c783f24a739644c21cf169dedc7b500c1a3a4ef39ff1f22635ed4926fb805ae45ec148ba5b7bfba112451

diff --git a/media-sound/mumble/mumble-1.2.10.ebuild 
b/media-sound/mumble/mumble-1.2.10.ebuild
new file mode 100644
index 000..89dd6fb
--- /dev/null
+++ b/media-sound/mumble/mumble-1.2.10.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+QT_MINIMAL="4.6"
+
+inherit eutils multilib qt4-r2
+
+MY_P="${PN}-${PV/_/~}"
+
+DESCRIPTION="Mumble is an open source, low-latency, high quality voice chat 
software"
+HOMEPAGE="http://mumble.sourceforge.net/;
+SRC_URI="http://mumble.info/snapshot/${MY_P}.tar.gz;
+
+LICENSE="BSD MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+alsa +dbus debug g15 oss pch portaudio pulseaudio speech zeroconf"
+
+RDEPEND=">=dev-libs/boost-1.41.0
+   >=dev-libs/openssl-1.0.0b
+   >=dev-libs/protobuf-2.2.0
+   >=media-libs/libsndfile-1.0.20[-minimal]
+   >=media-libs/opus-1.0.1
+   >=media-libs/speex-1.2_rc1
+   sys-apps/lsb-release
+   x11-libs/libX11
+   x11-libs/libXi
+   dev-qt/qtcore:4[ssl]
+   dev-qt/qtgui:4
+   dev-qt/qtopengl:4
+   dev-qt/qtsql:4[sqlite]
+   dev-qt/qtsvg:4
+   dev-qt/qtxmlpatterns:4
+   x11-proto/inputproto
+   alsa? ( media-libs/alsa-lib )
+   dbus? ( dev-qt/qtdbus:4 )
+   g15? ( app-misc/g15daemon )
+   portaudio? ( media-libs/portaudio )
+   pulseaudio? ( media-sound/pulseaudio )
+   speech? ( app-accessibility/speech-dispatcher )
+   zeroconf? ( net-dns/avahi[mdnsresponder-compat] )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.2.4-speech-dispatcher.patch
+)
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+   local conf_add
+
+   if has_version '<=sys-devel/gcc-4.2'; then
+   conf_add="${conf_add} no-pch"
+   else
+   use pch || conf_add="${conf_add} no-pch"
+   fi
+
+   use alsa || conf_add="${conf_add} no-alsa"
+   use dbus || conf_add="${conf_add} no-dbus"
+   use debug && conf_add="${conf_add} symbols debug" || 
conf_add="${conf_add} release"
+   use g15 || conf_add="${conf_add} no-g15"
+   use oss || conf_add="${conf_add} no-oss"
+   use portaudio || conf_add="${conf_add} no-portaudio"
+   use pulseaudio || conf_add="${conf_add} no-pulseaudio"
+   use speech || conf_add="${conf_add} no-speechd"
+   use zeroconf || conf_add="${conf_add} no-bonjour"
+
+   eqmake4 "${S}/main.pro" -recursive \
+   CONFIG+="${conf_add} \
+   bundled-celt \
+   no-bundled-opus \
+   no-bundled-speex \
+   no-embed-qt-translations \
+   no-server \
+   no-update" \
+   DEFINES+="PLUGIN_PATH=/usr/$(get_libdir)/mumble"
+}
+
+src_compile() {
+   # parallel make workaround, bug #445960
+   emake -j1
+}
+
+src_install() {
+   newdoc README.Linux README
+   dodoc CHANGES
+
+   local dir
+   if use debug; then
+   

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

2015-10-02 Thread Michał Górny
commit: 0fa2428af279ab042b6e562729d8098ff9786fcc
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct  2 07:52:25 2015 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  2 08:43:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa2428a

www-servers/pshs: Version bump with miniupnpc compat & UPnP fix

Package-Manager: portage-2.2.22

 www-servers/pshs/Manifest  |  1 +
 .../pshs/{pshs-.ebuild => pshs-0.3.ebuild} | 22 --
 www-servers/pshs/pshs-.ebuild  | 13 ++---
 3 files changed, 11 insertions(+), 25 deletions(-)

diff --git a/www-servers/pshs/Manifest b/www-servers/pshs/Manifest
index ecfcecd..83f18e6 100644
--- a/www-servers/pshs/Manifest
+++ b/www-servers/pshs/Manifest
@@ -1 +1,2 @@
 DIST pshs-0.2.6.tar.bz2 82150 SHA256 
8f3cf95e82de21ae6ffee1b50a1517ef5a63475a70bc2f01af124b6ea52e1459 SHA512 
d61addeb3ff1b347d333f0a625ff11c99ae8d2b6d47f980e2983847b85cdc0ac827bdc5a6f9044030016df4104b00a63eebc491b01e630f4f242154d064ec1d6
 WHIRLPOOL 
b11a7c2533895c9a9006562fb87018462498346c7ddb748804ca84891a2bdc643de27e30ff041169d5782b52199375675933222f3aa01cb2e92f5c0e555382c4
+DIST pshs-0.3.tar.bz2 81622 SHA256 
c3c4d2abc7f3ee9ef80eff2dd4811d542ab5b4b229e3a0615c50ae2a530d7e63 SHA512 
17dd21603ea36ecbe69923a2c476f6f41fea026b654a9d4819132047bad67f60a797cd0008afc85ab27ed3538681cfe8d79f9f33fc60823fd425337138723d45
 WHIRLPOOL 
515e551f41aee68729594f00bad4a9b48974103897d3e9a31e9ac77fe5dec62284cedac78759513b198d3638c3529842e517a903ee09b1aabb265dce6eeb92d2

diff --git a/www-servers/pshs/pshs-.ebuild 
b/www-servers/pshs/pshs-0.3.ebuild
similarity index 69%
copy from www-servers/pshs/pshs-.ebuild
copy to www-servers/pshs/pshs-0.3.ebuild
index 892184e..d195a4c 100644
--- a/www-servers/pshs/pshs-.ebuild
+++ b/www-servers/pshs/pshs-0.3.ebuild
@@ -1,19 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-#if LIVE
-AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git;
-
-inherit git-r3
-#endif
-
-inherit autotools-utils
-
-DESCRIPTION="Pretty small HTTP server - a command-line tool to share files"
+DESCRIPTION="Pretty small HTTP server -- a command-line tool to share files"
 HOMEPAGE="https://bitbucket.org/mgorny/pshs/;
 SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2;
 
@@ -33,13 +24,8 @@ DEPEND="${RDEPEND}
>=sys-kernel/linux-headers-2.6.27 )"
 # libnetlink is static only ATM
 
-#if LIVE
-KEYWORDS=
-SRC_URI=
-#endif
-
 src_configure() {
-   myeconfargs=(
+   local myconf=(
$(use_enable magic libmagic)
$(use_enable netlink)
$(use_enable qrcode qrencode)
@@ -47,5 +33,5 @@ src_configure() {
$(use_enable upnp)
)
 
-   autotools-utils_src_configure
+   econf "${myconf[@]}"
 }

diff --git a/www-servers/pshs/pshs-.ebuild 
b/www-servers/pshs/pshs-.ebuild
index 892184e..6d71ea0 100644
--- a/www-servers/pshs/pshs-.ebuild
+++ b/www-servers/pshs/pshs-.ebuild
@@ -5,15 +5,12 @@
 EAPI=5
 
 #if LIVE
-AUTOTOOLS_AUTORECONF=yes
 EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git;
 
-inherit git-r3
+inherit autotools git-r3
 #endif
 
-inherit autotools-utils
-
-DESCRIPTION="Pretty small HTTP server - a command-line tool to share files"
+DESCRIPTION="Pretty small HTTP server -- a command-line tool to share files"
 HOMEPAGE="https://bitbucket.org/mgorny/pshs/;
 SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2;
 
@@ -36,10 +33,12 @@ DEPEND="${RDEPEND}
 #if LIVE
 KEYWORDS=
 SRC_URI=
+
+src_prepare() { eautoreconf; }
 #endif
 
 src_configure() {
-   myeconfargs=(
+   local myconf=(
$(use_enable magic libmagic)
$(use_enable netlink)
$(use_enable qrcode qrencode)
@@ -47,5 +46,5 @@ src_configure() {
$(use_enable upnp)
)
 
-   autotools-utils_src_configure
+   econf "${myconf[@]}"
 }



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

2015-10-02 Thread Miroslav Šulc
commit: 44e3d762ef900e3724eaec49e06a881104773b1d
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Oct  2 09:07:40 2015 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Oct  2 09:07:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44e3d762

www-servers/tomcat: version bump

Package-Manager: portage-2.2.22

 www-servers/tomcat/Manifest|   1 +
 .../tomcat/files/tomcat-8.0.27-build.xml.patch | 265 +
 www-servers/tomcat/tomcat-8.0.27.ebuild| 147 
 3 files changed, 413 insertions(+)

diff --git a/www-servers/tomcat/Manifest b/www-servers/tomcat/Manifest
index 7f85a74..93e7f82 100644
--- a/www-servers/tomcat/Manifest
+++ b/www-servers/tomcat/Manifest
@@ -3,3 +3,4 @@ DIST apache-tomcat-7.0.59-src.tar.gz 4687344 SHA256 
3a1dedda4019db87464fca3aeb4e
 DIST apache-tomcat-7.0.64-src.tar.gz 4592198 SHA256 
d805dec3b387a244c4285ce1f9fc5028bb836716db52f1b1b5036a97dd9ec4dc SHA512 
180479b0f5b5604597f850676235fab1f3e63051b503cfa3b4da1e6820505dece73f502249b6e032cfaaad18c9e2d4c057c9854ae5cbf088b214b51e0687ed8c
 WHIRLPOOL 
a461d7deae890227052bd83ac97c698821b1f6d6ff97c179b124de9b1b7ccdf1498651a391a03008b840fac730c080682f207db4d44e76d15dba63b266ddee51
 DIST apache-tomcat-8.0.23-src.tar.gz 4868650 SHA256 
6293713e78da9bb803060c8ddff982f8f7aef5a2e4b325340088493ce9957ba4 SHA512 
cc83194b2847fc2db5448d548c7e65a1198cda02726b070f913a762d324152315886fba09532b879e26d15ec57e04057cc30b3a686b2a2307d6447d17f84e16c
 WHIRLPOOL 
b0559a4ef1b4c1f0683e4cce976d31db175d3c4f4d2b809b127e1074d49a6bf764366cc3e91f9a0818afd6de35e662a7aab89866dfd2e61673327c50535bff88
 DIST apache-tomcat-8.0.26-src.tar.gz 4904717 SHA256 
3725621a73501a6e09438f177acfab7ce11fabeb2b0380a909273410f3b50b3b SHA512 
70ef253889916bcca309a8f80675c4c588fef1cc5dc0360c45347107fb56fd546a334ca01e1109775410f7642acf6c75d9887f9403ad4c1d0e30f041f9ce34fb
 WHIRLPOOL 
3c29a5418dfefc12157d8656dfa15a2937668f52d18c21f6dd4a278d2bc4c84d5b6d542daf6244040eabeab57cb759a510b7b1d0e41440a2d9ad62586723dafc
+DIST apache-tomcat-8.0.27-src.tar.gz 4911212 SHA256 
149b203c55c08d3ef1e823e8f0f771362bee75ea95db693757e53ddc9fba8fae SHA512 
dfb504b37bf991c03b58b50af833d2d84d3f36a1eb5c4290a0eb8abee92811e78798ea69ba21ed72e82abbf8e27f9c2e74fe5989a31e49ee8cecb8530ce3c93a
 WHIRLPOOL 
5dbb965aacbe5c178a4d2dcdf9719821498b3694fd909fe276d8dad7fb96b8c402fcf8d21b6e9b125b55d1c39408cbcb2ce85789c0eb3204d1d9aae5ea1cde3d

diff --git a/www-servers/tomcat/files/tomcat-8.0.27-build.xml.patch 
b/www-servers/tomcat/files/tomcat-8.0.27-build.xml.patch
new file mode 100644
index 000..1923d23
--- /dev/null
+++ b/www-servers/tomcat/files/tomcat-8.0.27-build.xml.patch
@@ -0,0 +1,265 @@
+diff -Naur apache-tomcat-8.0.24-src.orig/build.xml 
apache-tomcat-8.0.24-src/build.xml
+--- apache-tomcat-8.0.24-src.orig/build.xml2015-07-01 21:25:21.0 
+0100
 apache-tomcat-8.0.24-src/build.xml 2015-08-22 21:17:05.825564599 +0100
+@@ -697,24 +697,29 @@
+   manifest="${tomcat.manifests}/annotations-api.jar.manifest" />
+ 
+ 
++
+ 
++
+ 
+ 
++
+ 
+ 
+ 
+-
++
+ 
+ 
+   
+@@ -1049,7 +1054,7 @@
+ 
+   
+ 
+-
++
+ 
+ 
+ 
+@@ -1083,7 +1088,7 @@
+ 
+   
+ 
+-  
++  
+ 
+ 
+ 
+   
+ 
+-  
++  
+ 
+ 
+ 
+ 
++
+ 
+@@ -1542,7 +1548,7 @@
+ 
+   
++  description="Prepare to build web services extras package" 
unless="noget">
+ 
+ 
+   
+@@ -1681,7 +1687,7 @@
+ 
+   
++  description="Prepare to build web services extras package" 
unless="noget">
+ 
+ 
+   
+@@ -1882,6 +1888,7 @@
+ 
+   
++
+ 
++  maxmemory="512m" >
+   
+ 
+ 
+ 
+   
++
+   
+   http://docs.oracle.com/javase/7/docs/api/"/>
+   http://commons.apache.org/proper/commons-io/javadocs/api-release/"/>
+@@ -2739,7 +2749,7 @@
+   
+ 
+   
++  description="Download (and build) components necessary to compile" 
unless="noget">
+ 
+ 
+   
+@@ -2773,7 +2783,7 @@
+   
+ 
+   
++  description="Download additional components for the tests" 
unless="noget">
+ 
+ 
+   
+@@ -2819,7 +2829,7 @@
+   
+ 
+   
++  description="Download additional components for a distribution" 
unless="noget">
+ 
+ 
+   
+@@ -2845,18 +2855,18 @@
+ 
+   
+ 
+-  
++  
+ 
+ 
+   
+ 
+-  
++  
+ 
+ 
+   
+ 
+-  
++  
+ 
+ 
+ 
+@@ -2868,7 +2878,7 @@
+ 
+   
+ 
+-  
++  
+ 
+ 
+ 
+@@ -2887,7 +2897,7 @@
+ 
+   
+ 
+-  
++  
+ 
+ 
+ 
+@@ -2898,7 +2908,7 @@
+ 
+   
+ 
+-  
++  
+ 
+ 
+ 
+@@ -2916,7 +2926,7 @@
+ 
+   
+ 
+-  
++  
+ 
+ 
+ 
+@@ -2926,7 +2936,7 @@
+ 
+   
+ 
+-  
++  
+ 
+ 
+ 
+@@ -2949,7 +2959,7 @@
+ 
+   
+ 
+-  
++  
+ 
+   
+ 
+@@ -2960,7 +2970,7 @@
+ 
+   
+ 
+-  
++  
+ 
+ 
+   
+@@ -2971,7 +2981,7 @@
+ 
+   
++  

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

2015-10-02 Thread Justin Lecher
commit: 8b7c3e138616c6a4d0aa4d28aee8940fd67b2036
Author: Justin Lecher  gentoo  org>
AuthorDate: Fri Oct  2 08:37:59 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Fri Oct  2 09:41:17 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7c3e13

dev-python/cement: QA fixes

use eclass functions (esetup.py)
Make buildtime deps DEPEND
fix doc isntallation

Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/cement/cement-2.0.2.ebuild | 19 ++-
 dev-python/cement/metadata.xml|  1 -
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/dev-python/cement/cement-2.0.2.ebuild 
b/dev-python/cement/cement-2.0.2.ebuild
index e240413..21dbb27 100644
--- a/dev-python/cement/cement-2.0.2.ebuild
+++ b/dev-python/cement/cement-2.0.2.ebuild
@@ -19,28 +19,29 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="test doc"
 
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+RDEPEND=""
 DEPEND="${RDEPEND}
-   test? ( dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/coverage[${PYTHON_USEDEP}] )"
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   )"
 
 DOCS=( ChangeLog CONTRIBUTORS README.md )
 PATCHES=( "${FILESDIR}"/tests-installation.patch )
 # https://github.com/cement/cement/issues/185
 
 python_test() {
-   nosetests || die "Tests fail with ${EPYTHON}"
+   nosetests --verbose || die "Tests fail with ${EPYTHON}"
 }
 
 python_compile_all() {
-   if use doc; then
-   "${PYTHON}" setup.py build_sphinx || die "couldn't build docs"
-   fi
+   use doc && esetup.py build_sphinx
 }
 
 python_install_all() {
-   use doc && HTML_DOCS=( doc/build/html/* )
+   use doc && HTML_DOCS=( doc/build/html/. )
 
distutils-r1_python_install_all
 }

diff --git a/dev-python/cement/metadata.xml b/dev-python/cement/metadata.xml
index e81878f..e95d6e1 100644
--- a/dev-python/cement/metadata.xml
+++ b/dev-python/cement/metadata.xml
@@ -6,4 +6,3 @@
Cement is an advanced CLI Application Framework for Python. Its 
goal is to introduce a standard, and feature-full platform for both simple and 
complex command line applications as well as support rapid development needs 
without sacrificing quality.

 
-



[gentoo-commits] repo/gentoo:master commit in: app-portage/eix/

2015-10-02 Thread Mikle Kolyada
commit: 971a65cfbc614b38ce74d9cd1bb4efd58b7e8606
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  2 11:00:41 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  2 11:00:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=971a65cf

app-portage/eix: ia64 stable wrt bug #558994

Package-Manager: portage-2.2.20.1

 app-portage/eix/eix-0.30.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/eix/eix-0.30.11.ebuild 
b/app-portage/eix/eix-0.30.11.ebuild
index b7404fc..474f281 100644
--- a/app-portage/eix/eix-0.30.11.ebuild
+++ b/app-portage/eix/eix-0.30.11.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux 
~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux 
~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
 IUSE="debug +dep doc nls optimization security strong-optimization 
strong-security sqlite swap-remote tools"
 
 BOTHDEPEND="sqlite? ( >=dev-db/sqlite-3 )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/

2015-10-02 Thread Mikle Kolyada
commit: edb0040335b7b9a23c30554c3cd31513a2f1a987
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  2 10:57:18 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  2 10:57:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edb00403

sys-apps/util-linux: ia64 stable wrt bug #561522

Package-Manager: portage-2.2.20.1

 sys-apps/util-linux/util-linux-2.26.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/util-linux/util-linux-2.26.2.ebuild 
b/sys-apps/util-linux/util-linux-2.26.2.ebuild
index fbb30aa..27d8e18 100644
--- a/sys-apps/util-linux/util-linux-2.26.2.ebuild
+++ b/sys-apps/util-linux/util-linux-2.26.2.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
inherit git-2 autotools

EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git"
 else
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~s390 ~sh ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 
~s390 ~sh ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux"

SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
 fi
 



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

2015-10-02 Thread Mikle Kolyada
commit: 8b4f464af7c4cbc1ee08dcf77f2290cd18df5806
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  2 10:59:20 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  2 10:59:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b4f464a

app-admin/webapp-config: ia64 stable wrt bug #561522

Package-Manager: portage-2.2.20.1

 app-admin/webapp-config/webapp-config-1.54-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/webapp-config/webapp-config-1.54-r1.ebuild 
b/app-admin/webapp-config/webapp-config-1.54-r1.ebuild
index 02f6624..67a609a 100644
--- a/app-admin/webapp-config/webapp-config-1.54-r1.ebuild
+++ b/app-admin/webapp-config/webapp-config-1.54-r1.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 inherit distutils-r1
 
 SRC_URI="https://dev.gentoo.org/~twitch153/${PN}/${P}.tar.bz2;
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd"
 
 DESCRIPTION="Gentoo's installer for web-based applications"
 HOMEPAGE="http://sourceforge.net/projects/webapp-config/;



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

2015-10-02 Thread Mikle Kolyada
commit: 81f9e39b76fa5730cf42b1e88c9f103faa148e90
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  2 11:02:18 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  2 11:02:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81f9e39b

dev-lang/python: ia64 stable wrt bug #530858

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-lang/python/python-3.4.3.ebuild 
b/dev-lang/python/python-3.4.3.ebuild
index 85c95ad..791103f 100644
--- a/dev-lang/python/python-3.4.3.ebuild
+++ b/dev-lang/python/python-3.4.3.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="http://www.python.org/ftp/python/${PV%_rc*}/${MY_P}.tar.xz
 
 LICENSE="PSF-2"
 SLOT="3.4"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="build elibc_uclibc examples gdbm hardened ipv6 +ncurses +readline sqlite 
+ssl +threads tk wininst +xml"
 
 # Do not add a dependency on dev-lang/python to this ebuild.



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

2015-10-02 Thread Michał Górny
commit: 2286da9e3caddcd061c98e21f55355d3c375efb0
Author: Yuta Satoh  gentoo  gr  jp>
AuthorDate: Fri Oct  2 11:37:45 2015 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  2 11:37:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2286da9e

sys-freebsd/freebsd-usbin: Fix FreeBSD-SA-15:24.rpcbind.

 sys-freebsd/freebsd-usbin/Manifest | 1 +
 .../{freebsd-usbin-10.2-r2.ebuild => freebsd-usbin-10.2-r3.ebuild} | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/sys-freebsd/freebsd-usbin/Manifest 
b/sys-freebsd/freebsd-usbin/Manifest
index cbfa245..d12ce5e 100644
--- a/sys-freebsd/freebsd-usbin/Manifest
+++ b/sys-freebsd/freebsd-usbin/Manifest
@@ -21,3 +21,4 @@ DIST freebsd-usbin-8.2.tar.bz2 2443024 SHA256 
aa7cabf10f5c3a9daabea32e4de24d04ec
 DIST freebsd-usbin-9.1.tar.bz2 2670916 SHA256 
b938c20b8c09aa9a610e13b69b9afeea72f561ab3636a59fba2bdac290f4db75 SHA512 
21c234312f70eb35cd2926519efc1f61592892f5d0940786dbeb959c3c5ec7819a51ae95c6e8a1a06aa01f669350fe0fd3dd7c4ec8a84dd6b90f24cb192356ca
 WHIRLPOOL 
7f6ad2eb5410cc5e685881654a788807848af026b1277a974682755ab7c9db28f576bfd1576441ea10c5f1e9edb7d30a4a23fb8eccd6d69d86ecc9ce4c9adc7e
 DIST freebsd-usbin-EN-1513-vidcontrol.patch 497 SHA256 
7de0a9693d8c014cd4bef842ab94408da1a07317d84ff779f9a3e9e2160d2527 SHA512 
f141b763a85765b34a762aaa267cbaa10b51958a5947ac5d153cbe8a21bf32c4cbc2234687154988d080c668821aa87fa6777d41da243c52de3c6bda67645ac0
 WHIRLPOOL 
b7df3d790a521cf28723a26e231d9d5f801736e5d215ef32c70e2e935b81db7f36b55b79c6bffa35fc9708272ea28f692d8fe26cb565e5a2432e6aa606e9fbae
 DIST freebsd-usbin-EN-1516-pw.patch 540 SHA256 
20f67f2ae87d87be0d60d817f57bf42f3721c88f4f99beec6e616992bc43fe41 SHA512 
42eefb4bf76132eb14bf0a5abe8fab4b0b0859e81c59a4381912101fb9b942609f68406a713f2abcf50d05acf5c5bb6a51361c6065b79cbf9fa3e467747dd29d
 WHIRLPOOL 
cea498d3809274968c280b373631c1cf07c801bd5559e9c315e900c764dc6e767c399bf4f8e8726269f48530ee8d5846496895ad0030385cf3a8aaaf6d8efc1d
+DIST freebsd-usbin-SA-1524-rpcbind.patch 1621 SHA256 
f00e6a02cdb1a520a1cd1271ede77cde4e658d2cf336377af0f8f0589eed477f SHA512 
c15f8d83e92ae6f6457831c182bcd022af8ad61e2c7c9f4240f3b50d494c59b6e923d01b932ce4878a27eb36b9d87bcefa41c15f123095be779b905ac0585cda
 WHIRLPOOL 
0df3a1bd60fb43f639c51ee779b9ebe1468afe301323f1103cf1d56151d79667d7716df7e75a19aa57a03b699fe481d3a7da83327876cbcf60c9e114db21eca7

diff --git a/sys-freebsd/freebsd-usbin/freebsd-usbin-10.2-r2.ebuild 
b/sys-freebsd/freebsd-usbin/freebsd-usbin-10.2-r3.ebuild
similarity index 99%
rename from sys-freebsd/freebsd-usbin/freebsd-usbin-10.2-r2.ebuild
rename to sys-freebsd/freebsd-usbin/freebsd-usbin-10.2-r3.ebuild
index 9095ab6..54ce185 100644
--- a/sys-freebsd/freebsd-usbin/freebsd-usbin-10.2-r2.ebuild
+++ b/sys-freebsd/freebsd-usbin/freebsd-usbin-10.2-r3.ebuild
@@ -11,7 +11,8 @@ SLOT="0"
 
 # Security Advisory and Errata patches.
 UPSTREAM_PATCHES=( "EN-15:13/vidcontrol.patch"
-   "EN-15:16/pw.patch" )
+   "EN-15:16/pw.patch"
+   "SA-15:24/rpcbind.patch" )
 
 if [[ ${PV} != ** ]]; then
KEYWORDS="~amd64-fbsd ~sparc-fbsd ~x86-fbsd"



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

2015-10-02 Thread Michał Górny
commit: 52ed1c5d0b6dc3717dacc1d7597c69cd86e97297
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct  2 11:50:22 2015 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  2 11:50:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52ed1c5d

sys-freebsd/freebsd-usbin: Merge "Fix FreeBSD-SA-15:24.rpcbind."

Pull-Request: https://github.com/gentoo/gentoo/pull/147

 sys-freebsd/freebsd-usbin/Manifest | 1 +
 .../{freebsd-usbin-10.2-r2.ebuild => freebsd-usbin-10.2-r3.ebuild} | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)



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

2015-10-02 Thread Bernard Cafarelli
commit: 6cb647a384e9ab7bcf57db714a2fb6bddf059818
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Oct  2 11:52:12 2015 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Oct  2 11:52:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb647a3

media-gfx/geeqie: version bump, bug #561912

Package-Manager: portage-2.2.22

 media-gfx/geeqie/Manifest|  1 +
 media-gfx/geeqie/geeqie-1.2.2.ebuild | 69 
 2 files changed, 70 insertions(+)

diff --git a/media-gfx/geeqie/Manifest b/media-gfx/geeqie/Manifest
index a470c29..3dc218b 100644
--- a/media-gfx/geeqie/Manifest
+++ b/media-gfx/geeqie/Manifest
@@ -1,2 +1,3 @@
 DIST geeqie-1.2.1.tar.gz 1943377 SHA256 
4611edfb25147d8cc98c0b64bef14a8fc7ab0996b662a1e19097eae21f6bf1d9 SHA512 
d14069a333eb49f2bba1865d19facf2731b8d46fb95727c168cdb035bb8dcec55440f57170ed67e6d52349e92141066ea2293ca2040622970b30a3505a6902a4
 WHIRLPOOL 
85624263ebcaf8de54a4847110761cadc0b01a347b221ff9c303b63d556b8c62fd468d3426a98dabb01b035ebc442cab0075fa525660c9410662f12a95cbc1b7
+DIST geeqie-1.2.2.tar.xz 1156616 SHA256 
e1cbc403650730e2f4092159e4347c858d3d81e4374d2a51d635234ba90b3ee3 SHA512 
0e134802b42061e76ec2f2d9069ab13ebcab17f889b04917e15aba74a208a4c4ffa5a957f45eb5bd14917d98d2d6250c1085cb065a1ae487050e5e2f325c14c4
 WHIRLPOOL 
78e960d2e551675b6474d30cfb0119177e14d1930a23b930c5b7ef7757092085db423713be495a4fcb51112c293eb88b12fe511b5b4bf64c86c27b8e410cb318
 DIST geeqie-1.2.tar.gz 1904764 SHA256 
f13fc2489fb9bed31ed48aec8b2a3a573c11cd6e036f1b07ed2cf6495ccc75dd SHA512 
cd27cc480cc649f6ba6ea2997bf9a3dc1aa3f655e6f949de27bb4bbfa79927126851604005bf0a0e2be86683f5b9b06dbfb86b919f828e54a79bafcdd6a0be92
 WHIRLPOOL 
82e25e743b62566dd99a630fb347966195a93b8eba51a300907e04e7113c5bc39a0bf74da28eeba6325558ff86d1bdea80cfe8c7fedf70ce5466e224e0b648c0

diff --git a/media-gfx/geeqie/geeqie-1.2.2.ebuild 
b/media-gfx/geeqie/geeqie-1.2.2.ebuild
new file mode 100644
index 000..045e981
--- /dev/null
+++ b/media-gfx/geeqie/geeqie-1.2.2.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils
+
+DESCRIPTION="A lightweight GTK image viewer forked from GQview"
+HOMEPAGE="http://www.geeqie.org;
+SRC_URI="http://www.geeqie.org/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="debug doc exif gtk3 jpeg lcms lirc lua tiff xmp"
+
+RDEPEND="gtk3? ( x11-libs/gtk+:3 )
+   !gtk3? ( x11-libs/gtk+:2 )
+   virtual/libintl
+   doc? ( app-text/gnome-doc-utils )
+   jpeg? ( virtual/jpeg:0 )
+   lcms? ( media-libs/lcms:2 )
+   lirc? ( app-misc/lirc )
+   lua? ( >=dev-lang/lua-5.1:= )
+   xmp? ( >=media-gfx/exiv2-0.17:=[xmp] )
+   !xmp? ( exif? ( >=media-gfx/exiv2-0.17 ) )
+   tiff? ( media-libs/tiff:0 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   dev-util/intltool
+   sys-devel/gettext"
+
+src_prepare() {
+   epatch_user
+}
+
+src_configure() {
+   # clutter does not compile, gps depends on clutter
+   local myconf="--disable-dependency-tracking
+   --with-readmedir=/usr/share/doc/${PF}
+   --disable-clutter
+   --disable-gps
+   $(use_enable debug debug-log)
+   $(use_enable gtk3)
+   $(use_enable jpeg)
+   $(use_enable lcms)
+   $(use_enable lua)
+   $(use_enable lirc)
+   $(use_enable tiff)"
+
+   if use exif || use xmp; then
+   myconf="${myconf} --enable-exiv2"
+   else
+   myconf="${myconf} --disable-exiv2"
+   fi
+
+   econf ${myconf}
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   rm -f "${D}/usr/share/doc/${MY_P}/COPYING"
+}
+
+pkg_postinst() {
+   elog "Some plugins may require additional packages"
+   elog "- Image rotate plugin: media-gfx/fbida (JPEG), 
media-gfx/imagemagick (TIFF/PNG)"
+   elog "- RAW images plugin: media-gfx/ufraw"
+}



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

2015-10-02 Thread Julian Ospald
commit: d4ad69535bb8eea0f3043db48de819b3899d61e8
Author: Julian Ospald  gentoo  org>
AuthorDate: Fri Oct  2 15:16:35 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Fri Oct  2 15:16:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4ad6953

dev-db/couchdb: add libressl support

 dev-db/couchdb/couchdb-1.6.1-r2.ebuild | 77 ++
 1 file changed, 77 insertions(+)

diff --git a/dev-db/couchdb/couchdb-1.6.1-r2.ebuild 
b/dev-db/couchdb/couchdb-1.6.1-r2.ebuild
new file mode 100644
index 000..e100d6b
--- /dev/null
+++ b/dev-db/couchdb/couchdb-1.6.1-r2.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils multilib pax-utils user
+
+DESCRIPTION="Apache CouchDB is a distributed, fault-tolerant and schema-free 
document-oriented database."
+HOMEPAGE="http://couchdb.apache.org/;
+SRC_URI="mirror://apache/couchdb/source/${PV}/apache-${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="libressl selinux test"
+
+RDEPEND=">=dev-libs/icu-4.3.1:=
+   dev-lang/erlang[ssl]
+   !libressl? ( >=dev-libs/openssl-0.9.8j:0 )
+   libressl? ( dev-libs/libressl )
+   >=net-misc/curl-7.18.2
+   

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

2015-10-02 Thread Julian Ospald
commit: 6436e09d23e6cef5dd3c88589884e4bdff7bcc36
Author: Julian Ospald  gentoo  org>
AuthorDate: Fri Oct  2 16:14:58 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Fri Oct  2 16:16:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6436e09d

dev-libs/botan: add libressl support

 dev-libs/botan/botan-1.11.20-r1.ebuild | 135 +
 1 file changed, 135 insertions(+)

diff --git a/dev-libs/botan/botan-1.11.20-r1.ebuild 
b/dev-libs/botan/botan-1.11.20-r1.ebuild
new file mode 100644
index 000..faf7991
--- /dev/null
+++ b/dev-libs/botan/botan-1.11.20-r1.ebuild
@@ -0,0 +1,135 @@
+# Copyright 1999-2015 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} )
+
+inherit eutils multilib python-r1 toolchain-funcs
+
+MY_PN="Botan"
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="A C++ crypto library"
+HOMEPAGE="http://botan.randombit.net/;
+SRC_URI="http://botan.randombit.net/releases/${MY_P}.tgz;
+
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
+SLOT="0"
+LICENSE="BSD"
+IUSE="bindist doc boost python bzip2 libressl lzma sqlite ssl static-libs zlib"
+
+S="${WORKDIR}/${MY_P}"
+
+REQUIRED_USE="python? ( boost )"
+
+RDEPEND="bzip2? ( >=app-arch/bzip2-1.0.5 )
+   zlib? ( >=sys-libs/zlib-1.2.3 )
+   boost? ( ${PYTHON_DEPS} >=dev-libs/boost-1.48[python?,${PYTHON_USEDEP}] 
)
+   lzma? ( app-arch/xz-utils )
+   sqlite? ( dev-db/sqlite:3 )
+   ssl? (
+   !libressl? ( >=dev-libs/openssl-0.9.8g:0[bindist=] )
+   libressl? ( dev-libs/libressl )
+   )"
+DEPEND="${RDEPEND}
+   doc? ( dev-python/sphinx )"
+
+pkg_pretend() {
+   # Botan 1.11 requires -std=c++11
+   if [[ ${MERGE_TYPE} != binary ]]; then
+   [[ $(gcc-major-version) -lt 4 ]] || \
+   ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 7 
]] ) \
+   && die "Sorry, but gcc 4.7 or higher is required."
+   fi
+}
+
+src_prepare() {
+   epatch "${FILESDIR}/${P}-build-python.patch"
+   sed \
+   -e "/^install:/s/ docs//" \
+   -i src/build-data/makefile/gmake.in || die "sed failed"
+   use python && python_copy_sources
+}
+
+src_configure() {
+   local disable_modules=( proc_walk unix_procs )
+   use boost || disable_modules+=( "boost" )
+   use bindist && disable_modules+=( "ecdsa" )
+   elog "Disabling modules: ${disable_modules[@]}"
+
+   # Enable v9 instructions for sparc64
+   if [[ "${PROFILE_ARCH}" = "sparc64" ]]; then
+   CHOSTARCH="sparc32-v9"
+   else
+   CHOSTARCH="${CHOST%%-*}"
+   fi
+
+   local myos=
+   case ${CHOST} in
+   *-darwin*)   myos=darwin ;;
+   *)   myos=linux  ;;
+   esac
+
+   local pythonvers=()
+   if use python; then
+   append() {
+   pythonvers+=( ${EPYTHON/python/} )
+   }
+   python_foreach_impl append
+   fi
+
+   ./configure.py \
+   --prefix="${EPREFIX}/usr" \
+   --destdir="${D}/${EPREFIX}/usr" \
+   --libdir=$(get_libdir) \
+   --docdir=share/doc \
+   --cc=gcc \
+   --os=${myos} \
+   --cpu=${CHOSTARCH} \
+   --with-endian="$(tc-endian)" \
+   --without-sphinx \
+   $(use_with bzip2) \
+   $(use_with lzma) \
+   $(use_with sqlite sqlite3) \
+   $(use_with ssl openssl) \
+   $(use_with zlib) \
+   $(use_with boost) \
+   --with-python-version=$(IFS=","; echo "${pythonvers[*]}" ) \
+   --disable-modules=$(IFS=","; echo "${disable_modules[*]}" ) \
+   || die "configure.py failed"
+}
+
+src_compile() {
+   emake CXX="$(tc-getCXX) -pthread" AR="$(tc-getAR) crs" LIB_OPT="-c 
${CXXFLAGS}"
+   if use doc; then
+   einfo "Generation of documentation"
+   sphinx-build doc doc_output
+   fi
+}
+
+src_test() {
+   LD_LIBRARY_PATH="${S}" ./botan-test || die "Validation tests failed"
+}
+
+src_install() {
+   emake install
+
+   if ! use static-libs; then
+   rm "${ED}usr/$(get_libdir)/libbotan"*.a || die 'remove of 
static libs failed'
+   fi
+
+   # Add compatibility symlinks.
+   [[ -e "${ED}usr/bin/botan-config" ]] && die "Compatibility code no 
longer needed"
+   [[ -e "${ED}usr/$(get_libdir)/pkgconfig/botan.pc" ]] && die 
"Compatibility code no longer needed"
+   dosym botan-config-1.11 /usr/bin/botan-config
+   dosym botan-1.11.pc /usr/$(get_libdir)/pkgconfig/botan.pc
+
+   use python && python_foreach_impl python_optimize
+
+   if use doc; then
+   pushd doc_output > /dev/null
+   insinto /usr/share/doc/${PF}/html
+  

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

2015-10-02 Thread Ole Markus With
commit: 567921fa673f5fbebd10ba2c085727a611fbf15c
Author: Ole Markus With  gentoo  org>
AuthorDate: Fri Oct  2 16:01:08 2015 +
Commit: Ole Markus With  gentoo  org>
CommitDate: Fri Oct  2 16:03:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=567921fa

dev-lang/php: Version bumps

Package-Manager: portage-2.2.18

 dev-lang/php/Manifest |   3 +
 dev-lang/php/php-5.5.30.ebuild| 784 ++
 dev-lang/php/php-5.6.14.ebuild| 784 ++
 dev-lang/php/php-7.0.0_rc4.ebuild | 760 
 4 files changed, 2331 insertions(+)

diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest
index 70494b0..e4507a2 100644
--- a/dev-lang/php/Manifest
+++ b/dev-lang/php/Manifest
@@ -2,10 +2,13 @@ DIST php-5.4.44.tar.bz2 12705644 SHA256 
8dd59e5ce9248cf36ac3de5412a518b8b24c01ac
 DIST php-5.4.45.tar.bz2 12703324 SHA256 
4e0d28b1554c95cfaea6fa2b64aac85433f158ce72bb571bcd5574f98f4c6582 SHA512 
ba22207da70e5e8ddf9a1f41bbeb54ef4917630006c3412db8f858782baaa3ff49d7e5ca59bed76c37fc11dc518c475b81f33f0f32c533c8f00be338e0b0d9c5
 WHIRLPOOL 
b34e465dd193e9c1f5dedd7c6f279bb10471e31120f2a84246927f160adb1e54ea56563c719e59ed0654e2fd0805cebcc00198d6f6153791edef52fd0f2288a7
 DIST php-5.5.28.tar.bz2 13249927 SHA256 
197d2c572e030c177e53d3763d59ac6d363d7c78dc22e6cc1e2ac65573d9c2f3 SHA512 
4cb1e90d08bc90b35feaa4aa636d8484089d3b1868b19af99cfb27e815941798732c9a44c046bff5d48b60573657e67daff3991abbe6872a9ab3e1ab6f347b5f
 WHIRLPOOL 
276b354cf3aa7ec3bb31602736fd724c0902832dc1a5f30d0ae288cd7c59f4614efda093a9968049996b7f2a5704d846a26e17f872754abf5be2d7badbf7c74b
 DIST php-5.5.29.tar.bz2 13698565 SHA256 
fbcee579ecc77cad6960a541116aee669cf145c2cd9a54bf60503a870843b946 SHA512 
dd1e79d9c7b39be4af2bc72f93e6fc212316f1be38ced36b9de7a17f700550b6030402440a44a1b36690580e5ba083e333a0682f36cdfe65176552d8286191ae
 WHIRLPOOL 
d35ee633a9802acbbcdbb4d55031e392016ee0d901755e165119ae954185e6d67291d9ea45e6e634cf51601583c1dce4be92faeadb78c6a7e5ca4c7a8b69bd14
+DIST php-5.5.30.tar.bz2 13699702 SHA256 
e7332a713cecdd1cb44a1b1336739885c9789f633f0f51236b25e48ab03c3b29 SHA512 
9458126f579ace9e2aebdfa7ad7f8d097f1fd502f443d8fd66263ba3c542d579ca9c705e227725fae57e452649a3be7cb717a0330d339b93d3c6c94fa80dbc1f
 WHIRLPOOL 
2aa6c61a48a231d81f6c746f94e42589d87b93d0526f02d6d15f731cbbca4aecdee84b443f7ec1891f2a524939c542ac6f94e15db90a23a8b19523463025d395
 DIST php-5.6.12.tar.bz2 14094148 SHA256 
6f27104272af7b2a996f85e4100fac627630fbdaf39d7bd263f16cf529c8853a SHA512 
fba0b5d0474ee0429d77bb8848863e68c22bd08d1d675f73a0b09d001b3bbfc5f4c15237055ad9a2e3367dbc1ad52c98db83c093e524a55ef67e573688e4fb03
 WHIRLPOOL 
ae72ac363edca0481bdf7120db8a6d9d923f4bb448eff2bcf95e2c9895a4fcf6e91f185c81fb879f0c75ca21caded4c68ea61262bc93984b9a1789a8dfcf58dd
 DIST php-5.6.13.tar.bz2 14077633 SHA256 
6358837c9cbab41b91ede59dbf0670ae0fb925a1369ecbc1a44a27212420f893 SHA512 
80e89ae748255d40b466de6c61b4443432fd81ffb1510ae66f809ed0dd07eb4071ded5b7a975f997b2cb28553ac7e27c57b67734e268c894207e9efd78ae76bf
 WHIRLPOOL 
9b0add1b05220f9ef60de2741dcd198d0b44a9813dc1a999e42700ddb1e879f3749056cdfb151a595bc7a14a65a38eca6d0f416ee36ebd013126a92878fd47db
+DIST php-5.6.14.tar.bz2 14073920 SHA256 
36f295f11641c1839a5df00e693f685fd134c65e8a1d46e8ee0abae8662b2eb0 SHA512 
af0c7fa5c7be15839b1189b2544ff725b935228030087c206f83727e7885750030b10bf2bfbd27adea6f18af90d4ecd3ced9defec88c5f98f7ed26b4e4c57981
 WHIRLPOOL 
8e31fc3dbeb22fa2a59112d2dcbe28f8102c8d5a14fd716d17f909399c06d27a10ea32d43ebd1a12cea78d9fd949ae7c7882628ae0c3abd7354d165107fa0c9d
 DIST php-7.0.0RC1.tar.bz2 13882272 SHA256 
47fafb124982941dca0ab27020949cc90f80e233cdf08b63b7644e294d0bd203 SHA512 
6e099ddd1a2bc01b0bfdcbcd0e35199293af79782b8e9fa26f0dc6bb30a5fab1ff7d552d3e417a1d40d4c87fc1f759e8afbe8a5c735c2f074d18340b1ff7bf2b
 WHIRLPOOL 
e8adf87d0ef0cea2deb7e1548fe6a0624f2433a046d4fc823398211fecd22b5e23e15a82ca7d77f611ffae2f23d73c2342946df60db24fe15688101e7daac1f4
 DIST php-7.0.0RC2.tar.bz2 13911099 SHA256 
0b047f1f52eb9236d5a2b4b3112fdd269d00a2ec4d3f6269865a917b80786d57 SHA512 
9be983a54fad4e6ab9ec488c34c7732ada77f5fc9e7497188a3853d2bf0fa4da2f5f91ade86a0515574463b6093a29e064957779522cff0469bae0a42fde3d7c
 WHIRLPOOL 
21b90babf62a91ef0d2360100255f71eb8b51a04d893c731b658a7c481a5d179e542b5cd09083acd305dea4c40138ba3b59bab66d22effd0f9aacab79cb7b9e2
 DIST php-7.0.0RC3.tar.bz2 13941348 SHA256 
5f435e2b4e67def405b407b0b2ab3060493bb9a66f83563570a941832493112d SHA512 
1251ec2d0dd7ea9da1d1ecf0711fd0347170fe472df2c125817f3bfd2ddbb69e218627f2b49efcbe875f8a9cc8e0e4348aafae2fbb2a45d099d6285eec146945
 WHIRLPOOL 
1d3663edc24968cb2618020539babae88c248a7eddc2acab0c4a91e4181228b1dfb7a6cd3df9c662329b738c20bb34088aa168c74e5bb2f8978f378a3101688a
+DIST php-7.0.0RC4.tar.bz2 13973356 SHA256 
5475a6856b600a7a4f31a0276339725140d64da31a8a363e0cdb45ed233f27cd SHA512 

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

2015-10-02 Thread Julian Ospald
commit: a03c50b93c3dd62e8b59a694656ac1d5e6652cb9
Author: Julian Ospald  gentoo  org>
AuthorDate: Fri Oct  2 16:09:13 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Fri Oct  2 16:16:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a03c50b9

dev-libs/apr-util: add libressl support

 dev-libs/apr-util/apr-util-1.5.4-r1.ebuild | 116 +
 dev-libs/apr-util/metadata.xml |   2 +
 2 files changed, 118 insertions(+)

diff --git a/dev-libs/apr-util/apr-util-1.5.4-r1.ebuild 
b/dev-libs/apr-util/apr-util-1.5.4-r1.ebuild
new file mode 100644
index 000..75e9129
--- /dev/null
+++ b/dev-libs/apr-util/apr-util-1.5.4-r1.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="4"
+
+# Usually apr-util has the same PV as apr, but in case of security fixes, this 
may change.
+# APR_PV="${PV}"
+APR_PV="1.4.6"
+
+inherit autotools db-use eutils libtool multilib toolchain-funcs
+
+DESCRIPTION="Apache Portable Runtime Utility Library"
+HOMEPAGE="http://apr.apache.org/;
+SRC_URI="mirror://apache/apr/${P}.tar.bz2"
+
+LICENSE="Apache-2.0"
+SLOT="1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE="berkdb doc freetds gdbm ldap libressl mysql nss odbc openssl postgres 
sqlite static-libs"
+#RESTRICT="test"
+
+RDEPEND="dev-libs/expat
+   >=dev-libs/apr-${APR_PV}:1
+   berkdb? ( >=sys-libs/db-4 )
+   freetds? ( dev-db/freetds )
+   gdbm? ( sys-libs/gdbm )
+   ldap? ( =net-nds/openldap-2* )
+   mysql? ( =virtual/mysql-5* )
+   nss? ( dev-libs/nss )
+   odbc? ( dev-db/unixODBC )
+   openssl? (
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   )
+   postgres? ( dev-db/postgresql )
+   sqlite? ( dev-db/sqlite:3 )"
+DEPEND="${RDEPEND}
+   >=sys-devel/libtool-2.4.2
+   doc? ( app-doc/doxygen )"
+
+DOCS=(CHANGES NOTICE README)
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-1.5.3-sysroot.patch #385775
+   eautoreconf
+   elibtoolize
+}
+
+src_configure() {
+   local myconf=()
+
+   tc-is-static-only && myconf+=( --disable-util-dso )
+
+   if use berkdb; then
+   local db_version
+   db_version="$(db_findver sys-libs/db)" || die "Unable to find 
Berkeley DB version"
+   db_version="$(db_ver_to_slot "${db_version}")"
+   db_version="${db_version/\./}"
+   myconf+=(
+   --with-dbm=db${db_version}
+   # We use $T for the libdir because otherwise it'd 
simply be the normal
+   # system libdir.  That's pointless as the compiler will 
search it for
+   # us already.  This makes cross-compiling and such 
easier.
+   --with-berkeley-db="${SYSROOT}$(db_includedir 
2>/dev/null):${T}"
+   )
+   else
+   myconf+=( --without-berkeley-db )
+   fi
+
+   if use nss || use openssl ; then
+   myconf+=( --with-crypto ) # 518708
+   fi
+
+   econf \
+   --datadir="${EPREFIX}"/usr/share/apr-util-1 \
+   --with-apr="${SYSROOT}${EPREFIX}"/usr \
+   --with-expat="${EPREFIX}"/usr \
+   --without-sqlite2 \
+   $(use_with freetds) \
+   $(use_with gdbm) \
+   $(use_with ldap) \
+   $(use_with mysql) \
+   $(use_with nss) \
+   $(use_with odbc) \
+   $(use_with openssl) \
+   $(use_with postgres pgsql) \
+   $(use_with sqlite sqlite3) \
+   "${myconf[@]}"
+   # Use the current env build settings rather than whatever apr was built 
with.
+   sed -i -r \
+   -e 
"/^(apr_builddir|apr_builders|top_builddir)=/s:=:=${SYSROOT}:" \
+   -e "/^CC=/s:=.*:=$(tc-getCC):" \
+   -e '/^(C|CPP|CXX|LD)FLAGS=/d' \
+   -e '/^LTFLAGS/s:--silent::' \
+   build/rules.mk || die
+}
+
+src_compile() {
+   emake
+   use doc && emake dox
+}
+
+src_install() {
+   default
+
+   find "${ED}" -name "*.la" -delete
+   find "${ED}usr/$(get_libdir)/apr-util-${SLOT}" -name "*.a" -delete
+   use static-libs || find "${ED}" -name "*.a" -delete
+
+   use doc && dohtml -r docs/dox/html/*
+
+   # This file is only used on AIX systems, which Gentoo is not,
+   # and causes collisions between the SLOTs, so remove it.
+   rm -f "${ED}usr/$(get_libdir)/aprutil.exp"
+}

diff --git a/dev-libs/apr-util/metadata.xml 

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

2015-10-02 Thread Julian Ospald
commit: ed65bf310bb5d7beaf2bc2f0a2063d631fde5357
Author: Julian Ospald  gentoo  org>
AuthorDate: Fri Oct  2 15:51:55 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Fri Oct  2 16:16:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed65bf31

dev-libs/cyrus-imap-dev: add libressl support

 .../cyrus-imap-dev/cyrus-imap-dev-2.4.17-r1.ebuild | 86 ++
 1 file changed, 86 insertions(+)

diff --git a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.4.17-r1.ebuild 
b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.4.17-r1.ebuild
new file mode 100644
index 000..28e0561
--- /dev/null
+++ b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.4.17-r1.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools db-use eutils multilib toolchain-funcs
+
+MY_PV="${PV/_/}"
+
+DESCRIPTION="Developer support for the Cyrus IMAP Server"
+HOMEPAGE="http://www.cyrusimap.org/;
+SRC_URI="ftp://ftp.cyrusimap.org/cyrus-imapd/cyrus-imapd-${MY_PV}.tar.gz;
+
+LICENSE="BSD-with-attribution"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="afs berkdb kerberos libressl snmp ssl tcpd"
+
+RDEPEND=">=dev-libs/cyrus-sasl-2.1.13
+   afs? ( net-fs/openafs )
+   berkdb? ( >=sys-libs/db-3.2:= )
+   kerberos? ( virtual/krb5 )
+   snmp? ( net-analyzer/net-snmp )
+   ssl? (
+   !libressl? ( >=dev-libs/openssl-0.9.6:0 )
+   libressl? ( dev-libs/libressl )
+   )
+   tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
+   !net-mail/cyrus-imapd"
+
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/cyrus-imapd-${MY_PV}"
+
+src_prepare() {
+   sed -i -e "s/ar cr/$(tc-getAR) cr/" \
+   perl/sieve/lib/Makefile.in \
+   imap/Makefile.in \
+   lib/Makefile.in \
+   installsieve/Makefile.in \
+   com_err/et/Makefile.in \
+   sieve/Makefile.in \
+   syslog/Makefile.in
+
+   eautoreconf
+}
+
+src_configure() {
+   local myconf
+   if use afs ; then
+   myconf=" --with-afs-libdir=/usr/$(get_libdir)"
+   myconf+=" --with-afs-incdir=/usr/include/afs"
+   fi
+   if use berkdb ; then
+   myconf+="--with-bdb-incdir=$(db_includedir)"
+   fi
+
+   econf \
+   --enable-murder \
+   --enable-netscapehack \
+   --enable-idled \
+   --with-cyrus-group=mail \
+   --with-com_err=yes \
+   --without-perl \
+   --without-krb \
+   --without-krbdes \
+   $(use_enable afs) \
+   $(use_enable afs krb5afspts) \
+   $(use_with berkdb bdb) \
+   $(use_with ssl openssl) \
+   $(use_with snmp) \
+   $(use_with tcpd libwrap) \
+   $(use_enable kerberos gssapi) \
+   ${myconf}
+}
+
+src_compile() {
+   emake -C "${S}/lib" all
+}
+
+src_install() {
+   dodir /usr/include/cyrus
+
+   emake -C "${S}/lib" DESTDIR="${D}" install
+   dodoc README*
+}



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

2015-10-02 Thread Chí-Thanh Christopher Nguyễn
commit: 5019bde91c5044b4e1f5044955bc0c7259e12d5a
Author: Chí-Thanh Christopher Nguyễn  gentoo  org>
AuthorDate: Fri Oct  2 17:19:30 2015 +
Commit: Chí-Thanh Christopher Nguyễn  gentoo  org>
CommitDate: Fri Oct  2 17:19:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5019bde9

x11-libs/fltk: keyword ~amd64-fbsd

Package-Manager: portage-2.2.20.1

 x11-libs/fltk/fltk-1.3.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/fltk/fltk-1.3.3-r3.ebuild 
b/x11-libs/fltk/fltk-1.3.3-r3.ebuild
index a046f82..b55bc94 100644
--- a/x11-libs/fltk/fltk-1.3.3-r3.ebuild
+++ b/x11-libs/fltk/fltk-1.3.3-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://fltk.org/pub/${PN}/${PV}/${P}-source.tar.gz;
 
 SLOT="1"
 LICENSE="FLTK LGPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="cairo debug doc examples games +opengl pdf static-libs +threads +xft 
+xinerama"
 
 RDEPEND="



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

2015-10-02 Thread Julian Ospald
commit: 30d8e7d7ef71751233dff456965428d74b42479a
Author: Julian Ospald  gentoo  org>
AuthorDate: Fri Oct  2 17:18:53 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Fri Oct  2 17:18:53 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d8e7d7

dev-libs/eet: add libressl support

 dev-libs/eet/{eet-.ebuild => eet-1.7.10-r1.ebuild} | 11 ---
 dev-libs/eet/eet-.ebuild   | 11 ---
 2 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/dev-libs/eet/eet-.ebuild b/dev-libs/eet/eet-1.7.10-r1.ebuild
similarity index 87%
copy from dev-libs/eet/eet-.ebuild
copy to dev-libs/eet/eet-1.7.10-r1.ebuild
index 2925993..f666eb7 100644
--- a/dev-libs/eet/eet-.ebuild
+++ b/dev-libs/eet/eet-1.7.10-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,7 +19,7 @@ DESCRIPTION="E file chunk reading/writing library"
 HOMEPAGE="https://trac.enlightenment.org/e/wiki/Eet;
 
 LICENSE="BSD-2"
-IUSE="debug examples gnutls ssl static-libs test"
+IUSE="debug examples gnutls libressl ssl static-libs test"
 
 RDEPEND=">=dev-libs/eina-${PV}
virtual/jpeg
@@ -28,7 +28,12 @@ RDEPEND=">=dev-libs/eina-${PV}
net-libs/gnutls
dev-libs/libgcrypt:0
)
-   !gnutls? ( ssl? ( dev-libs/openssl ) )"
+   !gnutls? (
+   ssl? (
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   )
+   )"
 DEPEND="${RDEPEND}
test? (
dev-libs/check

diff --git a/dev-libs/eet/eet-.ebuild b/dev-libs/eet/eet-.ebuild
index 2925993..f666eb7 100644
--- a/dev-libs/eet/eet-.ebuild
+++ b/dev-libs/eet/eet-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,7 +19,7 @@ DESCRIPTION="E file chunk reading/writing library"
 HOMEPAGE="https://trac.enlightenment.org/e/wiki/Eet;
 
 LICENSE="BSD-2"
-IUSE="debug examples gnutls ssl static-libs test"
+IUSE="debug examples gnutls libressl ssl static-libs test"
 
 RDEPEND=">=dev-libs/eina-${PV}
virtual/jpeg
@@ -28,7 +28,12 @@ RDEPEND=">=dev-libs/eina-${PV}
net-libs/gnutls
dev-libs/libgcrypt:0
)
-   !gnutls? ( ssl? ( dev-libs/openssl ) )"
+   !gnutls? (
+   ssl? (
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   )
+   )"
 DEPEND="${RDEPEND}
test? (
dev-libs/check



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

2015-10-02 Thread Julian Ospald
commit: a24b5173cbb13a9758116e38fb393a05740dff7f
Author: Julian Ospald  gentoo  org>
AuthorDate: Fri Oct  2 17:23:05 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Fri Oct  2 17:28:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a24b5173

dev-libs/efl: add libressl support

 .../efl/{efl-.ebuild => efl-1.15.1-r1.ebuild}| 20 ++--
 dev-libs/efl/efl-.ebuild |  9 +++--
 2 files changed, 25 insertions(+), 4 deletions(-)

diff --git a/dev-libs/efl/efl-.ebuild b/dev-libs/efl/efl-1.15.1-r1.ebuild
similarity index 90%
copy from dev-libs/efl/efl-.ebuild
copy to dev-libs/efl/efl-1.15.1-r1.ebuild
index 6bd8d26..d4c401b 100644
--- a/dev-libs/efl/efl-.ebuild
+++ b/dev-libs/efl/efl-1.15.1-r1.ebuild
@@ -23,7 +23,7 @@ inherit enlightenment
 DESCRIPTION="Enlightenment Foundation Libraries all-in-one package"
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB"
-IUSE="+bmp debug drm +eet egl fbcon +fontconfig fribidi gif gles glib gnutls 
gstreamer harfbuzz +ico ibus jpeg2k neon oldlua opengl ssl physics pixman +png 
+ppm +psd pulseaudio scim sdl sound systemd tga tiff tslib v4l2 valgrind 
wayland webp X xim xine xpm"
+IUSE="+bmp debug drm +eet egl fbcon +fontconfig fribidi gif gles glib gnutls 
gstreamer harfbuzz +ico ibus jpeg2k libressl neon oldlua opengl ssl physics 
pixman +png +ppm +psd pulseaudio scim sdl sound systemd tga tiff tslib v4l2 
valgrind wayland webp X xim xine xpm"
 
 REQUIRED_USE="
pulseaudio? ( sound )
@@ -48,7 +48,12 @@ RDEPEND="
gif? ( media-libs/giflib )
glib? ( dev-libs/glib:2 )
gnutls? ( net-libs/gnutls )
-   !gnutls? ( ssl? ( dev-libs/openssl:0 ) )
+   !gnutls? (
+   ssl? (
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   )
+   )
gstreamer? (
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0
@@ -158,6 +163,17 @@ DEPEND="
 
 S=${WORKDIR}/${MY_P}
 
+src_prepare() {
+   # This is a hack of the upstream fix.  Drop with next release. #551882
+   sed -i \
+   -e 's:SDL/:SDL2/:g' \
+   configure \
+   src/modules/evas/engines/gl_common/evas_gl_common.h \
+   src/modules/evas/engines/gl_sdl/Evas_Engine_GL_SDL.h || die
+
+   enlightenment_src_prepare
+}
+
 src_configure() {
if use ssl && use gnutls ; then
einfo "You enabled both USE=ssl and USE=gnutls, but only one 
can be used;"

diff --git a/dev-libs/efl/efl-.ebuild b/dev-libs/efl/efl-.ebuild
index 6bd8d26..fcf0d81 100644
--- a/dev-libs/efl/efl-.ebuild
+++ b/dev-libs/efl/efl-.ebuild
@@ -23,7 +23,7 @@ inherit enlightenment
 DESCRIPTION="Enlightenment Foundation Libraries all-in-one package"
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB"
-IUSE="+bmp debug drm +eet egl fbcon +fontconfig fribidi gif gles glib gnutls 
gstreamer harfbuzz +ico ibus jpeg2k neon oldlua opengl ssl physics pixman +png 
+ppm +psd pulseaudio scim sdl sound systemd tga tiff tslib v4l2 valgrind 
wayland webp X xim xine xpm"
+IUSE="+bmp debug drm +eet egl fbcon +fontconfig fribidi gif gles glib gnutls 
gstreamer harfbuzz +ico ibus jpeg2k libressl neon oldlua opengl ssl physics 
pixman +png +ppm +psd pulseaudio scim sdl sound systemd tga tiff tslib v4l2 
valgrind wayland webp X xim xine xpm"
 
 REQUIRED_USE="
pulseaudio? ( sound )
@@ -48,7 +48,12 @@ RDEPEND="
gif? ( media-libs/giflib )
glib? ( dev-libs/glib:2 )
gnutls? ( net-libs/gnutls )
-   !gnutls? ( ssl? ( dev-libs/openssl:0 ) )
+   !gnutls? (
+   ssl? (
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   )
+   )
gstreamer? (
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0



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

2015-10-02 Thread Heather Cynede
commit: 0b0e82f8f4503616dbf9b4085f8032b940c6b877
Author: Heather  users  noreply  github  com>
AuthorDate: Thu Oct  1 10:23:09 2015 +
Commit: Heather Cynede  gentoo  org>
CommitDate: Thu Oct  1 10:23:09 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=0b0e82f8

Merge pull request #130 from macro187/for-upstream

Remove references to ppc patch no longer required as of mono-4.2.0

 dev-lang/mono/mono-4.2.0.179.ebuild | 5 -
 dev-lang/mono/mono-4.2.1.36.ebuild  | 5 -
 2 files changed, 10 deletions(-)



[gentoo-commits] proj/kde:master commit in: kde-apps/kapture/, profiles/updates/, profiles/, kde-apps/spectacle/

2015-10-02 Thread Michael Palimaka
commit: cbfa63f22e43e8d8d1e3aaa85ef1640430a97043
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu Oct  1 23:42:17 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Oct  2 18:36:41 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=cbfa63f2

kde-apps/kapture: pkgmove to kde-apps/spectacle

(again!)

Package-Manager: portage-2.2.20.1

 kde-apps/{kapture => spectacle}/metadata.xml   | 0
 .../{kapture/kapture-2.0.1.ebuild => spectacle/spectacle-2.0.1.ebuild} | 0
 .../{kapture/kapture-.ebuild => spectacle/spectacle-.ebuild}   | 3 +--
 profiles/package.use.mask  | 2 +-
 profiles/updates/4Q-2015   | 1 +
 5 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kapture/metadata.xml b/kde-apps/spectacle/metadata.xml
similarity index 100%
rename from kde-apps/kapture/metadata.xml
rename to kde-apps/spectacle/metadata.xml

diff --git a/kde-apps/kapture/kapture-2.0.1.ebuild 
b/kde-apps/spectacle/spectacle-2.0.1.ebuild
similarity index 100%
rename from kde-apps/kapture/kapture-2.0.1.ebuild
rename to kde-apps/spectacle/spectacle-2.0.1.ebuild

diff --git a/kde-apps/kapture/kapture-.ebuild 
b/kde-apps/spectacle/spectacle-.ebuild
similarity index 89%
rename from kde-apps/kapture/kapture-.ebuild
rename to kde-apps/spectacle/spectacle-.ebuild
index 9d280ac..1a7e0bc 100644
--- a/kde-apps/kapture/kapture-.ebuild
+++ b/kde-apps/spectacle/spectacle-.ebuild
@@ -8,8 +8,6 @@ KDE_HANDBOOK=true
 inherit kde5
 
 DESCRIPTION="Screenshot capture utility"
-[[ ${KDE_BUILD_TYPE} = live ]] || \
-   SRC_URI="mirror://kde/stable/${PN}/${PV%.*}/src/${P}.tar.xz"
 
 KEYWORDS=""
 IUSE="kipi"
@@ -17,6 +15,7 @@ IUSE="kipi"
 DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
$(add_frameworks_dep knotifications)

diff --git a/profiles/package.use.mask b/profiles/package.use.mask
index 54cd6bb..b5ffd20 100644
--- a/profiles/package.use.mask
+++ b/profiles/package.use.mask
@@ -8,6 +8,6 @@
 =kde-apps/gwenview-15.08* kipi raw
 =kde-apps/kdepim-15.08* prison
 =kde-apps/kdepimlibs-15.08* prison
-=kde-apps/kapture-2* kipi
+=kde-apps/spectacle-2* kipi
 =kde-frameworks/kwallet-5.13.0 gpg
 =kde-frameworks/kwallet-5.14.0 gpg

diff --git a/profiles/updates/4Q-2015 b/profiles/updates/4Q-2015
new file mode 100644
index 000..33f3059
--- /dev/null
+++ b/profiles/updates/4Q-2015
@@ -0,0 +1 @@
+move kde-apps/kapture kde-apps/spectacle



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

2015-10-02 Thread Julian Ospald
commit: 314ec15ecf6570c2870c615d2f51e40ab66351d6
Author: Julian Ospald  gentoo  org>
AuthorDate: Fri Oct  2 16:58:06 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Fri Oct  2 16:58:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=314ec15e

dev-libs/ecore: add libressl support

 dev-libs/ecore/ecore-1.7.10-r1.ebuild | 206 ++
 1 file changed, 206 insertions(+)

diff --git a/dev-libs/ecore/ecore-1.7.10-r1.ebuild 
b/dev-libs/ecore/ecore-1.7.10-r1.ebuild
new file mode 100644
index 000..ca6bdd6
--- /dev/null
+++ b/dev-libs/ecore/ecore-1.7.10-r1.ebuild
@@ -0,0 +1,206 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_SUB_PROJECT="legacy"
+   EGIT_URI_APPEND=${PN}
+   EGIT_BRANCH=${PN}-1.7
+else
+   SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2;
+   EKEY_STATE="snap"
+fi
+
+# virtualx is required for tests, which are currently broken
+#inherit virtualx
+inherit enlightenment eutils
+
+DESCRIPTION="Enlightenment's core event abstraction layer and OS abstraction 
layer"
+
+LICENSE="BSD-2"
+IUSE="ares curl directfb +evas examples fbcon gles glib gnutls +inotify ipv6 
libressl opengl sdl ssl static-libs test +threads tslib wayland +X xcb xinerama 
xprint xscreensaver"
+
+RDEPEND=">=dev-libs/eina-${PV}
+   ares? ( net-dns/c-ares )
+   glib? ( dev-libs/glib:2 )
+   curl? ( net-misc/curl )
+   gnutls? ( net-libs/gnutls )
+   !gnutls? (
+   ssl? (
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   )
+   )
+   evas? (
+   >=media-libs/evas-${PV}[directfb?,fbcon?,opengl?,X?,xcb?]
+   opengl? ( virtual/opengl )
+   wayland? (
+   
>=media-libs/evas-${PV}[directfb?,fbcon?,gles?,opengl?,wayland?,X?,xcb?]
+   )
+   )
+   directfb? ( >=dev-libs/DirectFB-0.9.16 )
+   tslib? ( x11-libs/tslib )
+   sdl? ( media-libs/libsdl )
+   wayland? ( dev-libs/wayland )
+   X? (
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrender
+   x11-libs/libXtst
+   xinerama? ( x11-libs/libXinerama x11-libs/libXrandr )
+   xprint? ( x11-libs/libXp )
+   xscreensaver? ( x11-libs/libXScrnSaver )
+   )
+   !X? ( xcb? (
+   x11-libs/pixman
+   x11-libs/xcb-util
+   ) )"
+DEPEND="${RDEPEND}"
+
+# tests depend on temp data from eina WORKDIR.
+RESTRICT="test"
+
+src_configure() {
+   local ssl_flags=() evas_flags=() x_flags=()
+
+   if use gnutls && use ssl; then
+   einfo "You have enabled both 'ssl' and 'gnutls', so we will use"
+   einfo "gnutls and not openssl for ecore-con support."
+   fi
+   ssl_flags=(
+   $(usex gnutls "--disable-openssl" "$(use_enable ssl openssl)")
+   $(use_enable gnutls)
+   )
+
+   local x_or_xcb=$(usex X "X" "$(usev xcb)")
+
+   if use evas; then
+   if use opengl && [[ -z ${x_or_xcb} ]]; then
+   ewarn "Ecore/Evas usage of OpenGL requires X11."
+   ewarn "Compile dev-libs/ecore with USE=X or xcb."
+   ewarn "Compiling without opengl support."
+   evas_flags=(
+   --disable-ecore-evas-software-x11
+   --disable-ecore-evas-software-16-x11
+   )
+   else
+   evas_flags=(
+   --enable-ecore-evas-software-x11
+   --enable-ecore-evas-software-16-x11
+   )
+   fi
+   evas_flags+=(
+   $(use_enable directfb ecore-evas-directfb)
+   $(use_enable fbcon ecore-evas-fb)
+   $(use_enable opengl ecore-evas-opengl-x11)
+   $(use_enable wayland ecore-evas-wayland-shm)
+   $(usex wayland "--disable-ecore-evas-wayland-egl" 
"$(use_enable gles ecore-evas-wayland-egl)")
+   )
+   else
+   evas_flags=(
+   --disable-ecore-evas-directfb
+   --disable-ecore-evas-fb
+   --disable-ecore-evas-software-x11
+   --disable-ecore-evas-software-16-x11
+   --disable-ecore-evas-opengl-x11
+   --disable-ecore-evas-wayland-shm
+   --disable-ecore-evas-wayland-egl
+   

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

2015-10-02 Thread Ian Stakenvicius
commit: 3a00966b4204b6008e06bdc274170e015269e7ee
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Fri Oct  2 18:06:33 2015 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Fri Oct  2 18:06:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a00966b

dev-libs/nss: drop 'cp -t' as it is unsupported in fbsd

Bug: 539456

Package-Manager: portage-2.2.20.1

 dev-libs/nss/nss-3.19.2.ebuild | 3 ++-
 dev-libs/nss/nss-3.20.ebuild   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-libs/nss/nss-3.19.2.ebuild b/dev-libs/nss/nss-3.19.2.ebuild
index 8186420..7153cea 100644
--- a/dev-libs/nss/nss-3.19.2.ebuild
+++ b/dev-libs/nss/nss-3.19.2.ebuild
@@ -243,7 +243,8 @@ multilib_src_install() {
 
dodir /usr/$(get_libdir)
cp -L */lib/*$(get_libname) "${ED}"/usr/$(get_libdir) || die "copying 
shared libs failed"
-   cp -L -t "${ED}"/usr/$(get_libdir) */lib/{libcrmf,libfreebl}.a || die 
"copying libs failed"
+   cp -L */lib/libcrmf.a "${ED}"/usr/$(get_libdir) || die "copying libs 
failed"
+   cp -L */lib/libfreebl.a "${ED}"/usr/$(get_libdir) || die "copying libs 
failed"
 
# Install nss-config and pkgconfig file
dodir /usr/bin

diff --git a/dev-libs/nss/nss-3.20.ebuild b/dev-libs/nss/nss-3.20.ebuild
index 8186420..7153cea 100644
--- a/dev-libs/nss/nss-3.20.ebuild
+++ b/dev-libs/nss/nss-3.20.ebuild
@@ -243,7 +243,8 @@ multilib_src_install() {
 
dodir /usr/$(get_libdir)
cp -L */lib/*$(get_libname) "${ED}"/usr/$(get_libdir) || die "copying 
shared libs failed"
-   cp -L -t "${ED}"/usr/$(get_libdir) */lib/{libcrmf,libfreebl}.a || die 
"copying libs failed"
+   cp -L */lib/libcrmf.a "${ED}"/usr/$(get_libdir) || die "copying libs 
failed"
+   cp -L */lib/libfreebl.a "${ED}"/usr/$(get_libdir) || die "copying libs 
failed"
 
# Install nss-config and pkgconfig file
dodir /usr/bin



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

2015-10-02 Thread Matt Thode
commit: cef028c70356c9c999fac0b48d0109ca20265264
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Oct  2 18:30:28 2015 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Oct  2 18:30:28 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cef028c7

app-admin/puppet-agent: bup

Package-Manager: portage-2.2.20.1

 app-admin/puppet-agent/Manifest  |  2 +
 app-admin/puppet-agent/puppet-agent-1.2.5.ebuild | 77 
 2 files changed, 79 insertions(+)

diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest
index 429ae4d..ebf38f7 100644
--- a/app-admin/puppet-agent/Manifest
+++ b/app-admin/puppet-agent/Manifest
@@ -2,3 +2,5 @@ DIST puppet-agent_1.2.2-1wheezy_amd64.deb 14860604 SHA256 
5910ff850e8814092b50dc
 DIST puppet-agent_1.2.2-1wheezy_i386.deb 14816930 SHA256 
092b8bfe1e1156322d0ab68d411487c80146bd778916409b1c907791f41a49c8 SHA512 
50879ce4eebcd451dafb33cb7a12c36ee9bcaedfc29ffa0d60552efa5aa4cd66d0007061d28a80d31615c67442f8526863185e6753418772d8275e58454d6886
 WHIRLPOOL 
7abb0b6f52f5dd07a5ccb56b1c795c05f8c4efd18665d2ca209400e51419e4ae335e630a845c031a47df09d96ce20fbc92d7cafa082deb3872306daf74838612
 DIST puppet-agent_1.2.4-1wheezy_amd64.deb 15187770 SHA256 
a711255c7b5aab5f1a653fcbe461db0934645b1da876f24595d531c7ad8c81d4 SHA512 
dc7656a7f79f1f2e5144bf625b87548ed1b78290ae03c969abb850f0b1c346536c37c2b204ac0e6add830c1fd692ca4f946ea01bba50bb9794c094069f237d73
 WHIRLPOOL 
3809a0f9c5db1c73c6edcc344e6fdc7fb5acf340e36225611c72088175fe64ea26c3770ba126a61ed91fa275cf898828d9d192872a216a52b8345f25de1df7e6
 DIST puppet-agent_1.2.4-1wheezy_i386.deb 15122670 SHA256 
33e9b16ea215089e7a89288faebd4767163e05d7c4a9d5c51ca71b041496c204 SHA512 
944f6388d317fab9a2714a6cdc57e713a973d3c1df259b3358be3a0d737878df9f1d66186af8aea0cc768e55650f1dd1d3ef8682b942728fba45e7c0bca20867
 WHIRLPOOL 
bd5710845a9c8f27fb566ead63e45649fb3854200df0259c76b9478d93792b453a9d5cf4fdc20112991d4d091c82143b7504b51be65815b2dcb67796f275303d
+DIST puppet-agent_1.2.5-1wheezy_amd64.deb 15187830 SHA256 
4d557e45571df033a9e1babf406f9b8a4c387fe6dec7d3645f5e7ad5d7625f0d SHA512 
25557aa4d5fa3d2ba0aa226c835d6779d075f0ef7c054cfda9826b1fedd08c90f5143630206b1bd51550f193aecdf4eef6395437f24e5fdfe10d3ed10fb4b75f
 WHIRLPOOL 
d6ef920932a708d1a143245f84380384b3a22320c0bb21e60be9807e29af1d3da6dbfef2f498fcb90fe4584618ae338546103c71eb305b743d326e9c20704f1f
+DIST puppet-agent_1.2.5-1wheezy_i386.deb 15122650 SHA256 
f34a6e9c70b5276806dacf64fb2b41fd927e6875071d044f9901c5a8d9dacd1d SHA512 
0989501ca3f011601bb301126ad58084571ee67eb961fbf1f5cf002eb9155bf4f8e838452ac62b45472f00c0a7538cb5c72c3e43c651675a7940d8ab9a1a309c
 WHIRLPOOL 
f9698e3154254d9931fdbccd9a75edccae8ab799f8add0e32995453d62a0d070001ad858449c5b816c1b1a448beb8b99b180558feea3b36fc84c0e730e2d5b7e

diff --git a/app-admin/puppet-agent/puppet-agent-1.2.5.ebuild 
b/app-admin/puppet-agent/puppet-agent-1.2.5.ebuild
new file mode 100644
index 000..d0c66a5
--- /dev/null
+++ b/app-admin/puppet-agent/puppet-agent-1.2.5.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils systemd unpacker
+
+DESCRIPTION="general puppet client utils along with mcollective hiera and 
facter"
+HOMEPAGE="https://puppetlabs.com/;
+SRC_BASE="http://apt.puppetlabs.com/pool/wheezy/PC1/${PN:0:1}/${PN}/${PN}_${PV}-1wheezy;
+SRC_URI="
+   amd64? ( ${SRC_BASE}_amd64.deb )
+   x86?   ( ${SRC_BASE}_i386.deb )
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="puppetdb selinux"
+RESTRICT="strip"
+
+CDEPEND="!app-admin/augeas
+   !app-admin/mcollective
+   !app-admin/puppet
+   !dev-ruby/hiera
+   !dev-ruby/facter
+   !app-emulation/virt-what"
+
+DEPEND="
+   ${CDEPEND}"
+RDEPEND="${CDEPEND}
+   sys-apps/dmidecode
+   selinux? (
+   sys-libs/libselinux[ruby]
+   sec-policy/selinux-puppet
+   )
+   puppetdb? ( >=dev-ruby/puppetdb-termini-3.0.1-r2 )"
+
+S=${WORKDIR}
+
+src_install() {
+   # conf.d
+   doconfd etc/default/puppet
+   doconfd etc/default/mcollective
+   # logrotate.d
+   insinto /etc/logrotate.d
+   doins etc/logrotate.d/mcollective
+   # puppet itself
+   insinto /etc/puppetlabs
+   doins -r etc/puppetlabs/*
+   # logdir for systemd
+   dodir var/log/puppetlabs/puppet/
+   fperms 0750 var/log/puppetlabs/puppet/
+   # the rest
+   insinto /opt
+   dodir opt/puppetlabs/puppet/cache
+   doins -r opt/*
+   fperms 0750 /opt/puppetlabs/puppet/cache
+   # init
+   newinitd "${FILESDIR}/puppet.initd" puppet
+   newinitd "${FILESDIR}/mcollective.initd" mcollective
+   systemd_dounit "${FILESDIR}/puppet.service"
+   systemd_dounit "${FILESDIR}/mcollective.service"
+   systemd_newtmpfilesd "${FILESDIR}/puppet-agent.conf.tmpfilesd" 
puppet-agent.conf
+   # symlinks
+   

[gentoo-commits] repo/gentoo:master commit in: games-misc/opengfx/

2015-10-02 Thread Michael Sterrett
commit: cfe68b51646535a2f0b0ecbd42394175adb410a6
Author: Michael Sterrett  gentoo  org>
AuthorDate: Fri Oct  2 16:16:11 2015 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Fri Oct  2 16:41:00 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfe68b51

increase required nml version (bug #562000)

Package-Manager: portage-2.2.20.1

 games-misc/opengfx/opengfx-0.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-misc/opengfx/opengfx-0.5.2.ebuild 
b/games-misc/opengfx/opengfx-0.5.2.ebuild
index cc38f47..6ba01c0 100644
--- a/games-misc/opengfx/opengfx-0.5.2.ebuild
+++ b/games-misc/opengfx/opengfx-0.5.2.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="amd64 ~arm ~ppc x86"
 IUSE=""
 RESTRICT="test" # nml version affects the checksums that the test uses (bug 
#451444)
 
-DEPEND=">=games-util/nml-0.3.0
+DEPEND=">=games-util/nml-0.4.0
games-util/grfcodec"
 RDEPEND=""
 



[gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/

2015-10-02 Thread Heather Cynede
commit: 591fd9b1dc1d2dd581a13e805a6e0dd8a0d6c43a
Author: Ron MacNeil  hotmail  com>
AuthorDate: Thu Oct  1 09:31:30 2015 +
Commit: Heather Cynede  gentoo  org>
CommitDate: Thu Oct  1 09:31:30 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=591fd9b1

Remove references to ppc patch no longer required as of mono-4.2.0

Verified on a Mac G4 Cube

 dev-lang/mono/mono-4.2.0.179.ebuild | 5 -
 dev-lang/mono/mono-4.2.1.36.ebuild  | 5 -
 2 files changed, 10 deletions(-)

diff --git a/dev-lang/mono/mono-4.2.0.179.ebuild 
b/dev-lang/mono/mono-4.2.0.179.ebuild
index a43cefb..db52e5c 100644
--- a/dev-lang/mono/mono-4.2.0.179.ebuild
+++ b/dev-lang/mono/mono-4.2.0.179.ebuild
@@ -67,11 +67,6 @@ src_prepare() {
# http://osdir.com/ml/general/2015-05/msg20808.html
epatch "${FILESDIR}/add_missing_vb_portable_targets.patch"
 
-   # Fix build on big-endian machines
-   # https://bugzilla.xamarin.com/show_bug.cgi?id=31779
-   # epatch "${FILESDIR}/${PN}-4.0.2.5-fix-decimal-ms-on-big-endian.patch"
-   #  * Failed Patch: mono-4.0.2.5-fix-decimal-ms-on-big-endian.patch !
-
# Fix build when sgen disabled
# https://bugzilla.xamarin.com/show_bug.cgi?id=32015
epatch 
"${FILESDIR}/${PN}-4.0.2.5-fix-mono-dis-makefile-am-when-without-sgen.patch"

diff --git a/dev-lang/mono/mono-4.2.1.36.ebuild 
b/dev-lang/mono/mono-4.2.1.36.ebuild
index a43cefb..db52e5c 100644
--- a/dev-lang/mono/mono-4.2.1.36.ebuild
+++ b/dev-lang/mono/mono-4.2.1.36.ebuild
@@ -67,11 +67,6 @@ src_prepare() {
# http://osdir.com/ml/general/2015-05/msg20808.html
epatch "${FILESDIR}/add_missing_vb_portable_targets.patch"
 
-   # Fix build on big-endian machines
-   # https://bugzilla.xamarin.com/show_bug.cgi?id=31779
-   # epatch "${FILESDIR}/${PN}-4.0.2.5-fix-decimal-ms-on-big-endian.patch"
-   #  * Failed Patch: mono-4.0.2.5-fix-decimal-ms-on-big-endian.patch !
-
# Fix build when sgen disabled
# https://bugzilla.xamarin.com/show_bug.cgi?id=32015
epatch 
"${FILESDIR}/${PN}-4.0.2.5-fix-mono-dis-makefile-am-when-without-sgen.patch"



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

2015-10-02 Thread Julian Ospald
commit: 6aa7030f5530f9471587271d46c6412b027504d7
Author: Julian Ospald  gentoo  org>
AuthorDate: Fri Oct  2 18:36:53 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Fri Oct  2 18:37:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa7030f

dev-libs/engine_pkcs11: add libressl support

 .../engine_pkcs11/engine_pkcs11-0.1.8-r1.ebuild| 29 ++
 1 file changed, 29 insertions(+)

diff --git a/dev-libs/engine_pkcs11/engine_pkcs11-0.1.8-r1.ebuild 
b/dev-libs/engine_pkcs11/engine_pkcs11-0.1.8-r1.ebuild
new file mode 100644
index 000..bf3f261
--- /dev/null
+++ b/dev-libs/engine_pkcs11/engine_pkcs11-0.1.8-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="engine_pkcs11 is an implementation of an engine for OpenSSL"
+HOMEPAGE="http://www.opensc-project.org/engine_pkcs11;
+SRC_URI="http://www.opensc-project.org/files/${PN}/${P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="libressl"
+
+RDEPEND=">=dev-libs/libp11-0.2.5
+   !libressl? ( >=dev-libs/openssl-0.9.7d:0 )
+   libressl? ( dev-libs/libressl )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_configure() {
+   econf \
+   --docdir="/usr/share/doc/${PF}" \
+   --htmldir="/usr/share/doc/${PF}/html" \
+   --disable-static --enable-shared \
+   --enable-doc
+}



[gentoo-commits] proj/kde:master commit in: kde-apps/kimap/files/, kde-apps/kimap/

2015-10-02 Thread Michael Palimaka
commit: 3cdd5f9bad5fd325b2d93f84651971ece66b2e2c
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Oct  2 18:20:10 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Oct  2 18:25:12 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3cdd5f9b

kde-apps/kimap: drop failing patch

It was incomplete anyway - there was still K4AboutData usage.

This reverts commit 20994322e0407c6423f249debbe98a21e7d941fd.

Gentoo-bug: 562014

 .../kimap-15.08.0-remove-kdelibs4support.patch | 78 --
 kde-apps/kimap/kimap-15.08.1.ebuild|  4 --
 kde-apps/kimap/kimap-15.08.49..ebuild  |  4 --
 3 files changed, 86 deletions(-)

diff --git a/kde-apps/kimap/files/kimap-15.08.0-remove-kdelibs4support.patch 
b/kde-apps/kimap/files/kimap-15.08.0-remove-kdelibs4support.patch
deleted file mode 100644
index 821f38d..000
--- a/kde-apps/kimap/files/kimap-15.08.0-remove-kdelibs4support.patch
+++ /dev/null
@@ -1,78 +0,0 @@
-commit bf73c02636b55197e7c7ff870739c98cb200ef1a
-Author: Volker Krause 
-Date:   Fri Sep 4 15:45:29 2015 +0200
-
-Remove KDELibs4Support dependency.
-
-commit ce575030415015c38d3e035b9bc507b9d4ae5a72
-Author: Volker Krause 
-Date:   Fri Sep 4 15:44:41 2015 +0200
-
-Port away from deprecated Qt methods.
-
-Those are not available once we remove the KDELibs4Support dependency.
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index d2beff4..c4af8c8 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -28,7 +28,8 @@ ecm_setup_version(${KIMAP_LIB_VERSION} VARIABLE_PREFIX KIMAP
- 
- ### Find packages ###
- find_package(KF5CoreAddons ${KF5_VERSION} CONFIG REQUIRED)
--find_package(KF5KDELibs4Support ${KF5_VERSION} CONFIG REQUIRED)
-+find_package(KF5I18n ${KF5_VERSION} CONFIG REQUIRED)
-+find_package(KF5KIO ${KF5_VERSION} CONFIG REQUIRED)
- 
- find_package(KF5Mime ${KMIME_LIBS_VERSION} CONFIG REQUIRED)
- 
-diff --git a/autotests/kimaptest/sslserver.cpp 
b/autotests/kimaptest/sslserver.cpp
-index b4bd7d0..98e83d5 100644
 a/autotests/kimaptest/sslserver.cpp
-+++ b/autotests/kimaptest/sslserver.cpp
-@@ -77,7 +77,9 @@ void SslServer::incomingConnection(qintptr handle)
- 
- QSslKey ssl_key(staticKey(), QSsl::Rsa);
- QSslCertificate ssl_cert(staticCert());
--Q_ASSERT(ssl_cert.isValid());
-+Q_ASSERT(QDateTime::currentDateTime() >= ssl_cert.effectiveDate());
-+Q_ASSERT(QDateTime::currentDateTime() <= ssl_cert.expiryDate());
-+Q_ASSERT(!ssl_cert.isBlacklisted());
- 
- socket->setPrivateKey(ssl_key);
- socket->setLocalCertificate(ssl_cert);
-@@ -86,7 +88,7 @@ void SslServer::incomingConnection(qintptr handle)
- socket->ignoreSslErrors();
- connect(socket, SIGNAL(sslErrors(QList)), this, 
SLOT(sslErrors(QList)));
- connect(socket, SIGNAL(error(QAbstractSocket::SocketError)), this, 
SLOT(error(QAbstractSocket::SocketError)));
--if (mProtocol != QSsl::TlsV1) {
-+if (mProtocol != QSsl::TlsV1_0) {
- socket->startServerEncryption();
- }
- addPendingConnection(socket);
-diff --git a/autotests/kimaptest/sslserver.h b/autotests/kimaptest/sslserver.h
-index 0ecd9fd..e714f38 100644
 a/autotests/kimaptest/sslserver.h
-+++ b/autotests/kimaptest/sslserver.h
-@@ -29,7 +29,7 @@ public:
- SslServer(QSsl::SslProtocol);
- virtual void incomingConnection(qintptr handle) Q_DECL_OVERRIDE;
- 
--private slots:
-+private Q_SLOTS:
- void sslErrors(const QList );
- void error(QAbstractSocket::SocketError);
- 
-diff --git a/src/appendjob.cpp b/src/appendjob.cpp
-index 4d72903..8584c0e 100644
 a/src/appendjob.cpp
-+++ b/src/appendjob.cpp
-@@ -124,7 +124,7 @@ void AppendJob::doStart()
- 
- if (!d->internalDate.isNull()) {
- const QDateTime utcDateTime = d->internalDate.toUTC();
--parameters += " \"" + 
utcDateTime.toString(QString::fromAscii("dd-MMM- hh:mm:ss")).toLatin1() + " 
+" + '\"';
-+parameters += " \"" + 
utcDateTime.toString(QStringLiteral("dd-MMM- hh:mm:ss")).toLatin1() + " 
+" + '\"';
- }
- 
- parameters += " {" + QByteArray::number(d->content.size()) + '}';

diff --git a/kde-apps/kimap/kimap-15.08.1.ebuild 
b/kde-apps/kimap/kimap-15.08.1.ebuild
index bc74396..1992321 100644
--- a/kde-apps/kimap/kimap-15.08.1.ebuild
+++ b/kde-apps/kimap/kimap-15.08.1.ebuild
@@ -13,10 +13,6 @@ LICENSE="LGPL-2+"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-PATCHES=(
-   "${FILESDIR}"/kimap-15.08.0-remove-kdelibs4support.patch
-)
-
 RDEPEND="
$(add_frameworks_dep kcodecs)
$(add_frameworks_dep kcoreaddons)

diff --git a/kde-apps/kimap/kimap-15.08.49..ebuild 
b/kde-apps/kimap/kimap-15.08.49..ebuild
index 0fb4cfc..3c365bd 100644
--- a/kde-apps/kimap/kimap-15.08.49..ebuild
+++ b/kde-apps/kimap/kimap-15.08.49..ebuild
@@ -13,10 +13,6 @@ LICENSE="LGPL-2+"
 KEYWORDS=""
 IUSE=""
 
-PATCHES=(
-   

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

2015-10-02 Thread Julian Ospald
commit: 40a2de831d62ccc4748cc32385668ac842fd29c4
Author: Julian Ospald  gentoo  org>
AuthorDate: Fri Oct  2 17:12:38 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Fri Oct  2 17:12:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a2de83

dev-libs/ecore: update live ebuild and add libressl support

 dev-libs/ecore/ecore-.ebuild | 13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/dev-libs/ecore/ecore-.ebuild b/dev-libs/ecore/ecore-.ebuild
index 21ad98d..ca6bdd6 100644
--- a/dev-libs/ecore/ecore-.ebuild
+++ b/dev-libs/ecore/ecore-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="4"
+EAPI=5
 
 if [[ ${PV} == "" ]] ; then
EGIT_SUB_PROJECT="legacy"
@@ -20,14 +20,19 @@ inherit enlightenment eutils
 DESCRIPTION="Enlightenment's core event abstraction layer and OS abstraction 
layer"
 
 LICENSE="BSD-2"
-IUSE="ares curl directfb +evas examples fbcon gles glib gnutls +inotify ipv6 
opengl sdl ssl static-libs +threads tslib wayland +X xcb xinerama xprint 
xscreensaver"
+IUSE="ares curl directfb +evas examples fbcon gles glib gnutls +inotify ipv6 
libressl opengl sdl ssl static-libs test +threads tslib wayland +X xcb xinerama 
xprint xscreensaver"
 
 RDEPEND=">=dev-libs/eina-${PV}
ares? ( net-dns/c-ares )
-   glib? ( dev-libs/glib )
+   glib? ( dev-libs/glib:2 )
curl? ( net-misc/curl )
gnutls? ( net-libs/gnutls )
-   !gnutls? ( ssl? ( dev-libs/openssl ) )
+   !gnutls? (
+   ssl? (
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   )
+   )
evas? (
>=media-libs/evas-${PV}[directfb?,fbcon?,opengl?,X?,xcb?]
opengl? ( virtual/opengl )



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

2015-10-02 Thread Chí-Thanh Christopher Nguyễn
commit: 92751a0a34193b22d85f5baef580b49c95493ee1
Author: Chí-Thanh Christopher Nguyễn  gentoo  org>
AuthorDate: Fri Oct  2 17:22:05 2015 +
Commit: Chí-Thanh Christopher Nguyễn  gentoo  org>
CommitDate: Fri Oct  2 17:22:05 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92751a0a

www-client/dillo: keyword ~amd64-fbsd

Package-Manager: portage-2.2.20.1

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

diff --git a/www-client/dillo/dillo-3.0.5.ebuild 
b/www-client/dillo/dillo-3.0.5.ebuild
index fb23560..f3bb038 100644
--- a/www-client/dillo/dillo-3.0.5.ebuild
+++ b/www-client/dillo/dillo-3.0.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.dillo.org/download/${P}.tar.bz2
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
 IUSE="doc +gif ipv6 +jpeg +png ssl"
 
 RDEPEND="



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

2015-10-02 Thread Andrew Savchenko
commit: 8eeb76054467482970aca62d7b5eb633aaa0a4eb
Author: Andrew Savchenko  gmail  com>
AuthorDate: Fri Oct  2 18:17:31 2015 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Fri Oct  2 18:17:31 2015 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=8eeb7605

Add myself to the cluster herd

Approved by alexxy (via e-mail).

 files/packages/herds.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/files/packages/herds.xml b/files/packages/herds.xml
index d578ab1..6845b2d 100644
--- a/files/packages/herds.xml
+++ b/files/packages/herds.xml
@@ -1513,6 +1513,10 @@
 bicat...@gentoo.org
 Sebastien Fabbro
   
+  
+birc...@gentoo.org
+Andrew Savchenko
+  
 
 
   postgresql



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

2015-10-02 Thread Michael Palimaka
commit: 1d21d0a7b2aa23fb3e1bb1418db0b4f2a5070fbc
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Oct  2 19:14:49 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Oct  2 19:14:49 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1d21d0a7

kde-apps/akonadi: revbump for previous commit

Package-Manager: portage-2.2.20.1

 kde-apps/akonadi/{akonadi-15.08.1.ebuild => akonadi-15.08.1-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/kde-apps/akonadi/akonadi-15.08.1.ebuild 
b/kde-apps/akonadi/akonadi-15.08.1-r1.ebuild
similarity index 100%
rename from kde-apps/akonadi/akonadi-15.08.1.ebuild
rename to kde-apps/akonadi/akonadi-15.08.1-r1.ebuild



[gentoo-commits] proj/musl:master commit in: sys-devel/gcc/, sys-devel/gcc/files/

2015-10-02 Thread Anthony G. Basile
commit: 37f19e18ce2aa7635f474cfcc35df3bd63867bd7
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Oct  2 19:48:49 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Oct  2 19:48:49 2015 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=37f19e18

sys-devel/gcc: bump to 4.9.3

 sys-devel/gcc/Manifest |  8 +++
 .../gcc/files/gcc-4.9.3-musl-linker-path.patch | 74 ++
 sys-devel/gcc/files/gcc-4.9.3-musl-res_state.patch | 12 
 sys-devel/gcc/files/gcc-4.9.3-secure-plt.patch |  0
 sys-devel/gcc/gcc-4.9.3-r99.ebuild | 65 +++
 5 files changed, 159 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index fcd4988..4168113 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -11,6 +11,9 @@ AUX gcc-4.8.3-musl-linker-path.patch 3425 SHA256 
d5415e1ae64dfb0e2b9e16480688444
 AUX gcc-4.8.3-musl-res_state.patch 668 SHA256 
ff5948712855a10f4b65750b9fa3fb188adf69ff5612161aeff5e6674cf292ba SHA512 
bf30a772b5858210ac8ed46c50146655df98809c1daeb755fad9de592e7339c2e25b0870efd6351067f12e93a2270774a0e7bfbf0dfe8e0301c145c0dd966b30
 WHIRLPOOL 
457a548a900536024d722a2ff27f757a167c2ac9f1c4b3f38b0bbd29836b80938ad977617a1dfb71d81e063b2dc7213e8332ef4f9ad2a36eb402b8f97727b427
 AUX gcc-4.8.3-secure-plt.patch 1866 SHA256 
65c60adf4a4fcf4707e8acc51e4062124b742601ed7f7ae049e69790cb051658 SHA512 
5a4ab263be1e10aa1d7685c0dcd2537e0ff1d50b3f9687064988ae04f18f995fc608e76644ba657a28bb1217c96dfef7b64da7e6fa3ed522001140a51a67a8a3
 WHIRLPOOL 
2a60dcea7de6e2706370ed66f3b7f99c250bce96021e1c7ee16cd9d3358bea4bcbbd1a893662e8027dc59a9e58f95c890c81ee2070e83170b9a83b6d5a9d8ac7
 AUX gcc-4.8.5-posix_memalign.patch 1114 SHA256 
87370f7854063bcf5f57bff931684c228370668ccf5ecd8e36ea9cf7c7455b16 SHA512 
27e1a29e039dcc4c5190416702d1d95d48fbaeaac6440d81584989fe71a12f7bf5a484241ced9aa82b9f050eb3be8786d9584ba5299d304e7ed30506755880bc
 WHIRLPOOL 
e5bfe16163580f1fba8d80fa80f1aed6c3d4f22e32e3eaf0234181c214b7885c40f20d9e794d76225ca2449c6c138f051ed14fdeaa7132f05c6ba6c786ada7e9
+AUX gcc-4.9.3-musl-linker-path.patch 3556 SHA256 
8421551806b81a1d3aff438eecf4202f64844141863fb8e665ef3b5eb5fb SHA512 
cf58b49311c1a7a4cbb04a2ffeccdaa278872512e67b72ebe292fa155f419dc6025d158b67d58265de67edbd18c6af67f28c6f6806b581a8fdb9015ad2ee0aa3
 WHIRLPOOL 
c3d5e9c7fc64cd8a8bacca714da5881ee8d94585e0064f5e3965b20bfe23c48bbe8b0bc886cf291d616e51786e80d032c19bdce59a15fdb310546b61a0ab0886
+AUX gcc-4.9.3-musl-res_state.patch 699 SHA256 
822990f5075b65dc2d1c03722daa5a215301f9ec2c4323c10e80fff2fbd04e71 SHA512 
93f59d16e026672051b5a65110f78ace0c91a4f1365b861e22741fbc42b92c4490e55068ae845bbcbb5af9221fb874e0b855a763189528a646e757b133117e28
 WHIRLPOOL 
98438e82aa8d387b5a96bc58d3a13771cc53d7396165338448394c14996687626f46e9c93bcb6b2a2e422b97445f5097489616a0aff619cca01c8243a56a
+AUX gcc-4.9.3-secure-plt.patch 0 SHA256 
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 SHA512 
cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e
 WHIRLPOOL 
19fa61d75522a4669b44e39c1d2e1726c530232130d407f89afee0964997f7a73e83be698b288febcf88e3e03c4f0757ea8964e59b63d93708b138cc42a66eb3
 AUX gcc-configure-LANG.patch 2052 SHA256 
63de6d2dcfe14f21d147abeb1390405b9220c03f8e968f482d4b4c1cf279c88b SHA512 
a694c7ac2f45cc657097ff5b0cf1356ac88a9c06035c9ba15167e9d444844d0d8a478eb1b9b62195dd063774f79697b9148b9cdb6c261640b472c291061b2129
 WHIRLPOOL 
3cc1ec912fb192ff1058de5b93e49a994ba30d1501a932290dd5b3df1cd783875621cda56edeb41894cd5fa10c04917e693a40a60be8d742ddd7992bf5d8afeb
 AUX gcc-configure-texinfo.patch 337 SHA256 
74b73a7ecec2d9876b4db480cd173632f49d5396bb8e5b3c93673f9b5b98 SHA512 
a15fba8bf2ff02bdeca54d6f186bfa08c1079c6a8ba0a3beef154483ce5c1b8c497e7ffeec32371968f0037e0ff8384609eb0c367d0155a4e5a7eef8aad084d5
 WHIRLPOOL 
39d008aad06f7621e4e5db15f5e85a59e583b43f8d247029bd4944466bb60a9795bda157d185c45c329294078e282703a243aad5c468d90c77665dd6336870d4
 AUX gcc-spec-env-r1.patch 3148 SHA256 
da0a6442eb42bce58cbdc7858b110a2e65fc5bd5b4b780b9b491033de6e302fa SHA512 
ecae71577543772cfe1711f1b4a8815c0b5d706ebd01edacd1f07586637d4805e25771f970a6e6d1bb696d4b1b5ef3e0036088a96a9f6beff7ddaee704175d16
 WHIRLPOOL 
3535605998eabccdee71ba396ed5cefbb8b0a8cb073101f6444c7d01233f3b3904c1b29f4daf0a3417c68de8dbd62a0b7dc367cacfcbfa0c4ee1b69b7df8c6fb
@@ -26,7 +29,12 @@ DIST gcc-4.8.5-patches-1.3.tar.bz2 26025 SHA256 
4a165e6a387421f581f49c742243bf01
 DIST gcc-4.8.5-piepatches-v0.6.2.tar.bz2 14265 SHA256 
3a823af1b4c590076b95790614d49448dc0ee6ff0ace221f2dacd9033b58eac7 SHA512 
cd6af4047d4719dae9dbe86ce5342c7d8ddec38aad032486713b08e1b0cb711f5ca017e08d583137d51b8d4ef673366ba310e71bca7b49b82e9314781d6e9d99
 WHIRLPOOL 
ca1d0a9cb9abdfddd95d433b2f0424fd7cc9d514cf4c91fb266af4c43e26e0b3084adfae0eb5c998dbee83551e916dba3cf438b338f7e4ac1a133f06018e398d
 DIST gcc-4.8.5-uclibc-patches-1.0.tar.bz2 2976 

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

2015-10-02 Thread Anthony G. Basile
commit: 757a2b544085852eaa8aa364708d94efd851c22b
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Oct  2 19:01:16 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Oct  2 19:01:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=757a2b54

sys-devel/gcc: marked stable for arm, bug #561844 c#5

Package-Manager: portage-2.2.20.1

 sys-devel/gcc/gcc-4.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gcc/gcc-4.9.3.ebuild b/sys-devel/gcc/gcc-4.9.3.ebuild
index e93dd13..c30b716 100644
--- a/sys-devel/gcc/gcc-4.9.3.ebuild
+++ b/sys-devel/gcc/gcc-4.9.3.ebuild
@@ -22,7 +22,7 @@ SSP_UCLIBC_STABLE="x86 amd64 mips ppc ppc64 arm"
 
 inherit eutils toolchain
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 m68k ~mips ppc ppc64 s390 sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 m68k ~mips ppc ppc64 s390 sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 
 RDEPEND=""
 DEPEND="${RDEPEND}



[gentoo-commits] sites/www:master commit in: _data/

2015-10-02 Thread Robin H. Johnson
commit: 96961efed500133570493a347be43d8436b710ff
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Fri Oct  2 19:03:58 2015 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Oct  2 19:03:58 2015 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=96961efe

Update LeaseWeb sponsor text.

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

 _data/sponsors.yaml | 17 -
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/_data/sponsors.yaml b/_data/sponsors.yaml
index 6701785..0154dde 100644
--- a/_data/sponsors.yaml
+++ b/_data/sponsors.yaml
@@ -129,10 +129,17 @@ hosting:
 img: "leaseweb.png"
 link: "http://www.leaseweb.com/;
 blurb: |
-  [LeaseWeb](http://www.leaseweb.com/) is a leading Infrastructure as a 
Service (IaaS) provider serving a worldwide portfolio of over 15,000 customers 
ranging from SMBs to Enterprises.
-  Services include Public Cloud, Private Cloud, Hybrid Hosting, 
Colocation, CDN, and Dedicated Hosting supported by exceptional customer 
service and technical support.
-  With more than 60,000 servers under management, LeaseWeb provides 
infrastructure since 1997.
-  The company operates 6 data centers in the U.S. and Europe, all of which 
are backed by a superior worldwide network with a total capacity of more than 
3.5 Tbps.
+  [LeaseWeb](http://www.leaseweb.com/) is one of the world’s largest 
hosting brands, providing
+  Infrastructure as a Service (IaaS) hosting solutions to over 17,500
+  customers worldwide, ranging from SMBs to enterprises. Services include
+  Public Cloud, Private Cloud, Dedicated Servers, Bare Metal Servers, CDN
+  (Content Delivery Network), Colocation, Managed Hosting, and Hybrid
+  Solutions, with 24/7 support. With more than 60,000 physical servers 
under
+  management, LeaseWeb provides infrastructure for mission-critical 
websites,
+  Internet applications, email servers, security, and storage services 
since
+  1997. LeaseWeb operates 9 data centers in Europe, Asia-Pacific, and the
+  U.S., all of which are backed by an extensive worldwide network with a
+  large total capacity of 5.0 Tbps.
   - name: "Hetzner Online AG"
 img: "hetzner.png"
 link: "http://www.hetzner.com/;
@@ -343,4 +350,4 @@ former:
 link: "http://www.virginia.edu/;
 blurb: |
   University of Virginia hosted quite a few Alpha boxes used by the 
Gentoo/Alpha developers for building new Gentoo releases
-  as well as daily work such as keyword testing and security bumps.
\ No newline at end of file
+  as well as daily work such as keyword testing and security bumps.



[gentoo-commits] proj/kde:master commit in: kde-apps/akonadi/, kde-apps/akonadi/files/

2015-10-02 Thread Michael Palimaka
commit: 2afeb25b979328971b69742c9986ad5b029d6fc4
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Oct  2 19:13:28 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Oct  2 19:13:28 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2afeb25b

kde-apps/akonadi: add patch from app-office/akonadi-server:4

Package-Manager: portage-2.2.20.1

 kde-apps/akonadi/akonadi-15.08.1.ebuild|  2 ++
 kde-apps/akonadi/akonadi-15.08.49..ebuild  |  2 ++
 kde-apps/akonadi/akonadi-.ebuild   |  2 ++
 .../files/akonadi-15.08-mysql56-crash.patch| 23 ++
 .../files/akonadi-15.12-mysql56-crash.patch| 23 ++
 5 files changed, 52 insertions(+)

diff --git a/kde-apps/akonadi/akonadi-15.08.1.ebuild 
b/kde-apps/akonadi/akonadi-15.08.1.ebuild
index 8d7f7a9..44204d1 100644
--- a/kde-apps/akonadi/akonadi-15.08.1.ebuild
+++ b/kde-apps/akonadi/akonadi-15.08.1.ebuild
@@ -36,6 +36,8 @@ RDEPEND="${CDEPEND}
!app-office/akonadi-server
 "
 
+PATCHES=( "${FILESDIR}/${PN}-15.08-mysql56-crash.patch" )
+
 pkg_setup() {
# Set default storage backend in order: MySQL, SQLite PostgreSQL
# reverse driver check to keep the order

diff --git a/kde-apps/akonadi/akonadi-15.08.49..ebuild 
b/kde-apps/akonadi/akonadi-15.08.49..ebuild
index 718b4f0..f5a3052 100644
--- a/kde-apps/akonadi/akonadi-15.08.49..ebuild
+++ b/kde-apps/akonadi/akonadi-15.08.49..ebuild
@@ -36,6 +36,8 @@ RDEPEND="${CDEPEND}
!app-office/akonadi-server
 "
 
+PATCHES=( "${FILESDIR}/${PN}-15.08-mysql56-crash.patch" )
+
 pkg_setup() {
# Set default storage backend in order: MySQL, SQLite PostgreSQL
# reverse driver check to keep the order

diff --git a/kde-apps/akonadi/akonadi-.ebuild 
b/kde-apps/akonadi/akonadi-.ebuild
index 718b4f0..2af4002 100644
--- a/kde-apps/akonadi/akonadi-.ebuild
+++ b/kde-apps/akonadi/akonadi-.ebuild
@@ -36,6 +36,8 @@ RDEPEND="${CDEPEND}
!app-office/akonadi-server
 "
 
+PATCHES=( "${FILESDIR}/${PN}-15.12-mysql56-crash.patch" )
+
 pkg_setup() {
# Set default storage backend in order: MySQL, SQLite PostgreSQL
# reverse driver check to keep the order

diff --git a/kde-apps/akonadi/files/akonadi-15.08-mysql56-crash.patch 
b/kde-apps/akonadi/files/akonadi-15.08-mysql56-crash.patch
new file mode 100644
index 000..933b60b
--- /dev/null
+++ b/kde-apps/akonadi/files/akonadi-15.08-mysql56-crash.patch
@@ -0,0 +1,23 @@
+Gentoo-bug: 530012
+
+diff --git a/src/server/storage/dbconfigmysql.cpp 
b/src/server/storage/dbconfigmysql.cpp
+index a18144d..68b0ecd 100644
+--- a/src/server/storage/dbconfigmysql.cpp
 b/src/server/storage/dbconfigmysql.cpp
+@@ -77,6 +77,7 @@ bool DbConfigMysql::init(QSettings )
+  << QLatin1String("/usr/sbin")
+  << QLatin1String("/usr/local/sbin")
+  << 
QLatin1String("/usr/local/libexec")
++ << 
QLatin1String("/usr/share/mysql/scripts")
+  << QLatin1String("/usr/libexec")
+  << 
QLatin1String("/opt/mysql/libexec")
+  << 
QLatin1String("/opt/local/lib/mysql5/bin")
+@@ -280,7 +281,7 @@ void DbConfigMysql::startInternalServer()
+ // first run, some MySQL versions need a mysql_install_db run for that
+ const QString confFile = XdgBaseDirs::findResourceFile("config", 
QLatin1String("akonadi/mysql-global.conf"));
+ if (QDir(dataDir).entryList(QDir::NoDotAndDotDot | 
QDir::AllEntries).isEmpty() && !mMysqlInstallDbPath.isEmpty()) {
+-const QStringList arguments = QStringList() << 
QString::fromLatin1("--force") << 
QString::fromLatin1("--defaults-file=%1").arg(confFile) << 
QString::fromLatin1("--datadir=%1/").arg(dataDir);
++const QStringList arguments = QStringList() << 
QString::fromLatin1("--force") << 
QString::fromLatin1("--defaults-file=%1").arg(confFile) << 
QString::fromLatin1("--datadir=%1/").arg(dataDir) << QString::fromLatin1( 
"--basedir=/usr" ) ;
+ QProcess::execute(mMysqlInstallDbPath, arguments);
+ }
+ 

diff --git a/kde-apps/akonadi/files/akonadi-15.12-mysql56-crash.patch 
b/kde-apps/akonadi/files/akonadi-15.12-mysql56-crash.patch
new file mode 100644
index 000..d67c964
--- /dev/null
+++ b/kde-apps/akonadi/files/akonadi-15.12-mysql56-crash.patch
@@ -0,0 +1,23 @@
+Gentoo-bug: 530012
+
+diff --git a/src/server/storage/dbconfigmysql.cpp 
b/src/server/storage/dbconfigmysql.cpp
+index 517f4bc..a7a3f38 100644
+--- a/src/server/storage/dbconfigmysql.cpp
 b/src/server/storage/dbconfigmysql.cpp
+@@ -78,6 +78,7 @@ bool DbConfigMysql::init(QSettings )
+  << QStringLiteral("/usr/local/sbin")
+  << 

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

2015-10-02 Thread Mike Frysinger
commit: 2777661a2aa69b39f69d21e397e2341c25c46066
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Oct  2 21:23:43 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Oct  2 22:31:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2777661a

sys-devel/gcc: add upstream fix for ms_abi miscompiles #549768

 sys-devel/gcc/Manifest | 2 +-
 sys-devel/gcc/gcc-5.2.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 321688d..4c7662a 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -81,7 +81,7 @@ DIST gcc-5.1.0-patches-1.2.tar.bz2 23076 SHA256 
151ac719599fd7b8bd9663e2f105fdd4
 DIST gcc-5.1.0-piepatches-v0.6.4.tar.bz2 14504 SHA256 
9006fedb3b6c7eb92cd7eb7e65ac6d7d15b390086b75c53ef663cb647bc50689 SHA512 
1b633bf017fb24047538e46a39ff85235849cc6f7394bb1798193f971746ab598a343ee997bbc2663dfa7860016fa1aff4e1a70e3f52465edf6a77b57327cfc0
 WHIRLPOOL 
a2441860443a4a7436fe1a61d161a94d6037b92ac76ee558115020c91774b8bf126771cce45d946123c7a40f3eb8d4da13563f90f4564b78bcbbe42b64469084
 DIST gcc-5.1.0-uclibc-patches-1.0.tar.bz2 2531 SHA256 
1e8557d6b9952ff3e16d16b11b8e5dbae33bd37539d24d771436a7dc3a6e948f SHA512 
e90aa58111368d5e6fbeb4818ecf5485ea4cefe5f3c4906c207c977b93e2b182f26987e955d03f988f59e5f056cdd71dde65f50ddb9909f8d1fac92383a3a6cf
 WHIRLPOOL 
bc04762db9b1324bd837c1e3fe440f787a7e38dae0e7eee099eefadda6a927f894246586608520a11fab138ffc825084b9d03e6e2065f8860accc2d3c803d778
 DIST gcc-5.1.0.tar.bz2 94954411 SHA256 
b7dafdf89cbb0e20333dbf5b5349319ae06e3d1a30bf3515b5488f7e89dca5ad SHA512 
30f6a94d3adb25bc51fcaddf32a6c41429f569eeb9ed64330445b1296f8fbfa03277b375be4f7b2b80f519910ef88e4149db7cd9031e2c61a49f501bde94
 WHIRLPOOL 
c824ab1b4a801d11ca184ab93b3d7ec195dc0d869204cda08d6239b22832b597431f7eac3e22ffb1f13c2e4a6ef85edb3a954ad5b7754c447aa3fa6fccc21e63
-DIST gcc-5.2.0-patches-1.1.tar.bz2 21254 SHA256 
2be83a3a257b53e9ea637f765714f045807329137bdb3747d7ee028c3f28a699 SHA512 
7c16b21d64be7884799b8d23b1664138e7ed5e26f9d1a621670c6806632e7f62ccc202dbb8fc2dad8020053f5cee31280ec6214af3cc9394a968af88817db846
 WHIRLPOOL 
1b95839cae1e6ce38380d4a9a815c907a05f602e252d59ec36f0da43b95ca1ffa7f6e553a1179ca44d099047ae5401e804cd7769a383cdc5f9af15589ee61c03
+DIST gcc-5.2.0-patches-1.2.tar.bz2 22422 SHA256 
5226c0a7dab2c51e712a33a731faf1bb7c225b5781cb862987d39ef9e5a0eec0 SHA512 
d90ae0c8d020ade65fdc29f50bda554454fca68633a2fb93e5fc573f696d6eb14cb15fe0492ebd8644a4c8ed6382a09ea9799db71ae8c2ab276fdf09bb456234
 WHIRLPOOL 
4d6a3902a18b28c794d85bcd1e6791338e1bcff3b677911ff60ab31c8ecd1a3e7d2885c0ac04e83f85d6aa62ac481d065cf4273e7e1d5a01381ea4751e94707a
 DIST gcc-5.2.0-piepatches-v0.6.4.tar.bz2 14482 SHA256 
439297c8cd4d0511036d41b909dd45d55b60a61d029b7903431d6873a0cc248c SHA512 
af2f8e436909eb87c90869e4d28376ac24b3d1edd7cd8e6ecaeb81ebe53aa585c4f04f288755ef122724594ee33a29cac4ca2233be971f6d959a99ad38b0d9b7
 WHIRLPOOL 
8269f23bf9ca82081097892fb3181f71180fea0029ac9595969e178c0afd7b1179c43f1fb7d35a45851cfc5ff003fc4bc20063e4e6de507d3c99926b971faa3c
 DIST gcc-5.2.0-uclibc-patches-1.0.tar.bz2 2540 SHA256 
ea39ee6ec3453039884c5e2bdfadc5a2848c8e7e72b5e4e54987a75808efac5d SHA512 
50ff10d7dd1830a82fe7b35d28b626ab78a6c30c719a8a4940acf04b64269f5a6e3aa71bb3ea5a2aec17f898c10f30b4a29570ce23d3b996c52b4bc5c451f8eb
 WHIRLPOOL 
b200b0dca6485e2485d64cc4fd6896be0aee2727ee4a524b4411cf5d8b22fe5788615ecb162f5dd263822c1cdecf0959ea134ad10a19750ee78874e24b518a47
 DIST gcc-5.2.0.tar.bz2 95221552 SHA256 
5f835b04b5f7dd4f4d2dc96190ec1621b8d89f2dc6f638f9f8bc1b1014ba8cad SHA512 
844120349ec04465dcea52d8ec747f1cbbc9d76a39fe3d8ef5e6b93614e63d718862d60d0a1c1cbf59ffc7815562287d0a2e536a6b220cebcd0b8de4ba35e715
 WHIRLPOOL 
17cb8627c970d58b2526b01125a4578602bd3b5ba92b66395ffd9b4c6823eb412ea9d8a2995603d645d0f69d000e6e3f626b1467c4c31185a887cacf3a71429b

diff --git a/sys-devel/gcc/gcc-5.2.0.ebuild b/sys-devel/gcc/gcc-5.2.0.ebuild
index 3de7f31..732716f 100644
--- a/sys-devel/gcc/gcc-5.2.0.ebuild
+++ b/sys-devel/gcc/gcc-5.2.0.ebuild
@@ -4,7 +4,7 @@
 
 EAPI="4"
 
-PATCH_VER="1.1"
+PATCH_VER="1.2"
 UCLIBC_VER="1.0"
 
 # Hardened gcc 4 stuff



[gentoo-commits] gentoo commit in src/patchsets/gcc/5.2.0/gentoo: 69_all_gcc-5-ms_abi-pr66838.patch README.history

2015-10-02 Thread Mike Frysinger (vapier)
vapier  15/10/02 21:23:01

  Modified: README.history
  Added:69_all_gcc-5-ms_abi-pr66838.patch
  Log:
  add upstream fix for miscompiles w/ms_abi attributes #549768 by Alexandre 
Rostovtsev

Revision  ChangesPath
1.3  src/patchsets/gcc/5.2.0/gentoo/README.history

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.2.0/gentoo/README.history?rev=1.3=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.2.0/gentoo/README.history?rev=1.3=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.2.0/gentoo/README.history?r1=1.2=1.3

Index: README.history
===
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/5.2.0/gentoo/README.history,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README.history  25 Aug 2015 16:47:40 -  1.2
+++ README.history  2 Oct 2015 21:23:01 -   1.3
@@ -1,3 +1,6 @@
+1.202 Oct 2015
+   + 69_all_gcc-5-ms_abi-pr66838.patch
+
 1.125 Aug 2015
U 74_all_gcc5_isl-dl.patch
 



1.1  
src/patchsets/gcc/5.2.0/gentoo/69_all_gcc-5-ms_abi-pr66838.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.2.0/gentoo/69_all_gcc-5-ms_abi-pr66838.patch?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.2.0/gentoo/69_all_gcc-5-ms_abi-pr66838.patch?rev=1.1=text/plain

Index: 69_all_gcc-5-ms_abi-pr66838.patch
===
https://bugs.gentoo.org/549768
https://gcc.gnu.org/PR66838

>From 7dc80fc8bf531c5fe17a88fe505d1cd63867c190 Mon Sep 17 00:00:00 2001
From: uros 
Date: Fri, 17 Jul 2015 13:50:38 +
Subject: [PATCH]Backport from mainline:

2015-07-15  Uros Bizjak  

PR rtl-optimization/66838
* postreload.c (reload_cse_move2add): Also process
CALL_INSN_FUNCTION_USAGE when resetting information of
call-clobbered registers.

testsuite/ChangeLog:

Backport from mainline:
2015-07-15  Uros Bizjak  

PR rtl-optimization/66838
* gcc.target/i386/pr66838.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-5-branch@225935 
138bc75d-0d04-0410-961f-82ee72b054a4
---
 gcc/ChangeLog   | 12 ++-
 gcc/postreload.c| 17 
 gcc/testsuite/ChangeLog |  8 
 gcc/testsuite/gcc.target/i386/pr66838.c | 36 +
 4 files changed, 72 insertions(+), 1 deletion(-)
 create mode 100644 gcc/testsuite/gcc.target/i386/pr66838.c

diff --git a/gcc/postreload.c b/gcc/postreload.c
index 3e2802d..58b586a 100644
--- a/gcc/postreload.c
+++ b/gcc/postreload.c
@@ -2164,12 +2164,29 @@ reload_cse_move2add (rtx_insn *first)
 unknown values.  */
   if (CALL_P (insn))
{
+ rtx link;
+
  for (i = FIRST_PSEUDO_REGISTER - 1; i >= 0; i--)
{
  if (call_used_regs[i])
/* Reset the information about this register.  */
reg_mode[i] = VOIDmode;
}
+
+ for (link = CALL_INSN_FUNCTION_USAGE (insn); link;
+  link = XEXP (link, 1))
+   {
+ rtx setuse = XEXP (link, 0);
+ rtx usage_rtx = XEXP (setuse, 0);
+ if (GET_CODE (setuse) == CLOBBER
+ && REG_P (usage_rtx))
+   {
+ unsigned int end_regno = END_REGNO (usage_rtx);
+ for (unsigned int r = REGNO (usage_rtx); r < end_regno; ++r)
+   /* Reset the information about this register.  */
+   reg_mode[r] = VOIDmode;
+   }
+   }
}
 }
   return changed;
diff --git a/gcc/testsuite/gcc.target/i386/pr66838.c 
b/gcc/testsuite/gcc.target/i386/pr66838.c
new file mode 100644
index 000..46effed
--- /dev/null
+++ b/gcc/testsuite/gcc.target/i386/pr66838.c
@@ -0,0 +1,36 @@
+/* { dg-do run { target lp64 } } */
+/* { dg-options "-O2" } */
+
+void abort (void);
+
+char global;
+
+__attribute__((sysv_abi, noinline, noclone))
+void sysv_abi_func(char const *desc, void *local)
+{
+  register int esi asm ("esi");
+  register int edi asm ("edi");
+  
+  if (local != )
+abort ();
+
+  /* Clobber some of the extra SYSV ABI registers.  */
+  asm volatile ("movl\t%2, %0\n\tmovl\t%2, %1"
+   : "=r" (esi), "=r" (edi)
+   : "i" (0xdeadbeef));
+}
+
+__attribute__((ms_abi, noinline, noclone))
+void ms_abi_func ()
+{
+  sysv_abi_func ("1st call", );
+  sysv_abi_func ("2nd call", );
+  sysv_abi_func ("3rd call", );
+}
+
+int
+main(void)
+{
+  ms_abi_func();
+  return 0;
+}
-- 
2.5.2







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

2015-10-02 Thread Anthony G. Basile
commit: df5ea96a502a015fdc64ee8d9491f6c492bba209
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Oct  2 21:35:31 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Oct  2 21:35:31 2015 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=df5ea96a

toolchain.eclass: update http -> https

 eclass/toolchain.eclass | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 44e08af..066fc42 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -5,7 +5,7 @@
 # Maintainer: Toolchain Ninjas 
 
 DESCRIPTION="The GNU Compiler Collection"
-HOMEPAGE="http://gcc.gnu.org/;
+HOMEPAGE="https://gcc.gnu.org/;
 RESTRICT="strip" # cross-compilers need controlled stripping
 
 inherit eutils fixheadtails flag-o-matic gnuconfig libtool multilib pax-utils 
toolchain-funcs versionator
@@ -238,7 +238,7 @@ S=$(
 gentoo_urls() {
local devspace="HTTP~vapier/dist/URI HTTP~rhill/dist/URI
HTTP~zorry/patches/gcc/URI HTTP~blueness/dist/URI"
-   devspace=${devspace//HTTP/http:\/\/dev.gentoo.org\/}
+   devspace=${devspace//HTTP/https:\/\/dev.gentoo.org\/}
echo mirror://gentoo/$1 ${devspace//URI/$1}
 }
 
@@ -1617,7 +1617,7 @@ toolchain_src_install() {
# We remove the generated fixincludes, as they can cause things to break
# (ncurses, openssl, etc).  We do not prevent them from being built, as
# in the following commit which we revert:
-   # 
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.647=1.648
+   # 
https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.647=1.648
# This is because bsd userland needs fixedincludes to build gcc, while
# linux does not.  Both can dispose of them afterwards.
while read x ; do
@@ -1957,7 +1957,7 @@ toolchain_pkg_postinst() {
echo
ewarn "You might want to review the GCC upgrade guide when 
moving between"
ewarn "major versions (like 4.2 to 4.3):"
-   ewarn "http://www.gentoo.org/doc/en/gcc-upgrading.xml;
+   ewarn "https://www.gentoo.org/doc/en/gcc-upgrading.xml;
echo
 
# Clean up old paths



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/sunxi-tools/

2015-10-02 Thread Tony Vroon
commit: 2787244ca5f03ba51bc6daaddfba687694c85031
Author: Tony Vroon  gentoo  org>
AuthorDate: Fri Oct  2 22:08:36 2015 +
Commit: Tony Vroon  gentoo  org>
CommitDate: Fri Oct  2 22:08:36 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2787244c

dev-embedded/sunxi-tools: New addition. Ebuild by me, inspired by mkeyoverlay.

Package-Manager: portage-2.2.20.1

 dev-embedded/sunxi-tools/Manifest   |  1 +
 dev-embedded/sunxi-tools/metadata.xml   |  9 
 dev-embedded/sunxi-tools/sunxi-tools-1.2.ebuild | 28 +
 3 files changed, 38 insertions(+)

diff --git a/dev-embedded/sunxi-tools/Manifest 
b/dev-embedded/sunxi-tools/Manifest
new file mode 100644
index 000..e1f9a56
--- /dev/null
+++ b/dev-embedded/sunxi-tools/Manifest
@@ -0,0 +1 @@
+DIST v1.2.tar.gz 35378 SHA256 
86c1f2ace861a320b90bf5962a45329120ddc903cf0df678f1d31a44d6ba6b6e SHA512 
bf050e4c9a338ad0b128f455a415904107efe54878e831074373b20f727a4cf9700a7b4ad73a5b21c91a1f41b588ec35070b54671c01c8ab81e0c340c299a2b1
 WHIRLPOOL 
0af6ae1fbc36dc4921878bd661304728ec2b860e5c40d12ba55f3d05dd7bab45d7f712c281d44868fee828fec654fc00a8efbfaa739ef8f2eef7b603dd720f50

diff --git a/dev-embedded/sunxi-tools/metadata.xml 
b/dev-embedded/sunxi-tools/metadata.xml
new file mode 100644
index 000..971a1f4
--- /dev/null
+++ b/dev-embedded/sunxi-tools/metadata.xml
@@ -0,0 +1,9 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   embedded
+   
+   chain...@gentoo.org
+   Tony Vroon
+   
+

diff --git a/dev-embedded/sunxi-tools/sunxi-tools-1.2.ebuild 
b/dev-embedded/sunxi-tools/sunxi-tools-1.2.ebuild
new file mode 100644
index 000..4668be3
--- /dev/null
+++ b/dev-embedded/sunxi-tools/sunxi-tools-1.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils toolchain-funcs
+
+MY_PV="v${PV}"
+SRC_URI="https://github.com/linux-sunxi/sunxi-tools/archive/${MY_PV}.tar.gz;
+
+DESCRIPTION="Tools for Allwinner A10 devices."
+HOMEPAGE="http://linux-sunxi.org/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64"
+
+DEPEND="virtual/libusb"
+
+src_compile() {
+   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} -std=c99 
-D_POSIX_C_SOURCE=200112L -Iinclude/" all misc
+}
+
+src_install() {
+   dobin bin2fex bootinfo fel fex2bin fexc nand-part phoenix_info pio
+}



[gentoo-commits] dev/xmw:master commit in: dev-util/extrace/

2015-10-02 Thread Michael Weber
commit: b8d39375e74137f3083651711868b0a19ae09b02
Author: Michael Weber  xmw  de>
AuthorDate: Fri Oct  2 21:42:33 2015 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Oct  2 21:42:33 2015 +
URL:https://gitweb.gentoo.org/dev/xmw.git/commit/?id=b8d39375

dev-util/extrace: initial import

Package-Manager: portage-2.2.21
Manifest-Sign-Key: 62EEF090

 dev-util/extrace/Manifest   | 11 +++
 dev-util/extrace/extrace-0.1.ebuild | 29 +
 dev-util/extrace/metadata.xml   |  8 
 3 files changed, 48 insertions(+)

diff --git a/dev-util/extrace/Manifest b/dev-util/extrace/Manifest
new file mode 100644
index 000..ac13ffb
--- /dev/null
+++ b/dev-util/extrace/Manifest
@@ -0,0 +1,11 @@
+-BEGIN PGP SIGNED MESSAGE-
+Hash: SHA256
+
+DIST extrace-0.1.tar.gz 5355 SHA256 
35528ffc57ceb144c3460ec2765324cfb83a53e6629846cbf391a89e5058d8a2 SHA512 
6e22a3775f958e285714048a633d7e2b0bdde2eaf0679d14aefecb59be6d9aca5a8926fddf3179a310b7e6fd0841bca80d0d8bf35adc2c72434213ccaffa6a53
 WHIRLPOOL 
2ac58e1f47fbce308ac69f5fd0c5d96a2478532431203a623db9dc3b6657e6255e96953034d956d0114b060104216c613f42c5a8f12e5b0ae41b9fe76adfa429
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2
+
+iF4EAREIAAYFAlYO+kQACgkQknrdDGLu8JAZVQD9EHbBoXDeoadZQViOl8oWFLL2
+pjp8K9Rm6+mKKUVRH0QA/00UoVSaYe/n5AylEDH/6tgYDPeBRYPhEcJpS5hcZ9C9
+=5y97
+-END PGP SIGNATURE-

diff --git a/dev-util/extrace/extrace-0.1.ebuild 
b/dev-util/extrace/extrace-0.1.ebuild
new file mode 100644
index 000..2bb71cc
--- /dev/null
+++ b/dev-util/extrace/extrace-0.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit linux-info
+
+DESCRIPTION="trace exec() calls system-wide "
+HOMEPAGE="https://github.com/chneukirchen/extrace;
+SRC_URI="https://github.com/chneukirchen/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~arm"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+CONFIG_CHECK="~CONNECTOR ~PROC_EVENTS"
+
+src_compile() {
+   emake CFLAGS="${CFLAGS}"
+}
+
+src_install() {
+   dosbin extrace pwait
+}

diff --git a/dev-util/extrace/metadata.xml b/dev-util/extrace/metadata.xml
new file mode 100644
index 000..5b80fb9
--- /dev/null
+++ b/dev-util/extrace/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+x...@gentoo.org
+Michael Weber
+
+



[gentoo-commits] proj/toolchain:master commit in: sys-devel/gdb/

2015-10-02 Thread Mike Frysinger
commit: 99bb73435d59e880c375146ea9ec178aa2142ac9
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Oct  2 19:23:09 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Oct  2 19:23:09 2015 +
URL:https://gitweb.gentoo.org/proj/toolchain.git/commit/?id=99bb7343

gdb: update snapshots

 sys-devel/gdb/Manifest  | 6 +++---
 .../{gdb-7.10.50.20150906.ebuild => gdb-7.10.50.20150930.ebuild}| 0
 .../{gdb-7.10.50.20150905.ebuild => gdb-7.10.50.20151001.ebuild}| 0
 .../{gdb-7.10.50.20150904.ebuild => gdb-7.10.50.20151002.ebuild}| 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-devel/gdb/Manifest b/sys-devel/gdb/Manifest
index 67e9ddd..6e38809 100644
--- a/sys-devel/gdb/Manifest
+++ b/sys-devel/gdb/Manifest
@@ -35,9 +35,9 @@ DIST gdb-7.7.tar.bz2 24846320 SHA256 
0404d1c6ee6b3ddd811722b5197944758d37b4591c2
 DIST gdb-7.8.1.tar.xz 17669136 SHA256 
497722b58386f4428c3474281eb3ef1c872404998b6ace907edb3bba1fabdc35 SHA512 
c40775e727a665300b45ec5d375424565671768cb73eee6793285a5b9a29db66072fc55d56bc1b4189cd38e0590573554e283661e4fbec23e4ad3d5b90542a87
 WHIRLPOOL 
845988be5a667eae2ca2f433399d51af3bf8219a692385477f6f7f37bae000a017f39db271f28cf101a0b92eb4b48fe79c7edd1da1b84a83f3a612e49b96e265
 DIST gdb-7.8.tar.xz 17664316 SHA256 
49c4abe174f79f54e1f9e75210ffb590d9b497d5b5200b5398c0e073a4ecb875 SHA512 
e3977393c3a9bc2860d845928f457f4696a87106ccf30569cb69a82893deeab9b05fd1cffa4316cc5cfdfd3ad11a2d5660ed07a9965fa3d696a0ec604702557f
 WHIRLPOOL 
fb97f1fbee170fccf462d25fd6b4a218a8126b75465b59e21322ff2cacf2707d6b037d593663a4f52ae293c72d012a69a65377ee6827de18da80159c829b672d
 DIST gdb-7.9.tar.xz 17859428 SHA256 
9b315651a16528f7af8c7d8284699fb0c965df316cc7339bb0b7bae335848392 SHA512 
850202a477b486a75dc8196efead79c95bc675e348064a5eefee2a50215d40f62e9e052e9b8df29f997f91430f6e7454883652c701f5b1e688d9e2c575876c83
 WHIRLPOOL 
597cbe8b8c9da7e2188f6d207738fd9679c3a841fec9483f67ff91156d7886636b1da61bf1255155115655d87648278a0670ad381afde931c7c6ab6e762a9ecd
-DIST gdb-weekly-7.10.50.20150904.tar.xz 20080720 SHA256 
ab609fc0652487a40bfb5d7b471a8d6250baea22b9d4e2c1c25ae89237efaea5 SHA512 
dab781800037f8fffb3feb5d2d2b5f8d23cca6cf69910d56c8063f96530b98b546292c671150474dca3f0bb140c5cab98ad177c4917c1de47711d59366339b2b
 WHIRLPOOL 
adea4c7e71f6cbdea1c7e1061ea31016a3b295a57cc63f3a556a48da030f0e142c0eca55f23c8bac96c3eee3c49ee86acaf9e6f7a2457d027caa61cc3ddbb0af
-DIST gdb-weekly-7.10.50.20150905.tar.xz 20068388 SHA256 
8d2e2d00d46bbc35f00401c2a54241cd150f8593d663e0c85d4fab2dd764e447 SHA512 
6a5352bcbb661b4ddc9459ec597f327ea5e18b79bf53c24954b8381ac5708cbd895ffd0365524d24ed9f729f044254fa1670fab0fcbdb6576782056883f3e945
 WHIRLPOOL 
3b7b29e75cedbff0f3b59b613692ff7b73b2fbc510b1db23a5c5a03086f9d987c4e0bcb7123e7803d591eadcfa2d7beb9598ba4fcb4bb0a86124382023ab2c78
-DIST gdb-weekly-7.10.50.20150906.tar.xz 20070252 SHA256 
64ae0067a3acfeb683f92c7e9a921e36780041cd22581bef444a4f3581c9851b SHA512 
b59acb6d0b1b8ce49a42403f180a6cb3ca93adfd91fa6a3dd123e2a2af042c4f5c269af32a16f6fb557cd0d4511e09aa4e69a8b7eca354171ffbfc013fb4fb23
 WHIRLPOOL 
5dc2a5efced83812edb045a31016045a0bedd13d705ebd92f7c5f139c8d60e095da751cd4620502dd0f48070a8c3ed69dabd19c2304ce900e4c037cf76338177
+DIST gdb-weekly-7.10.50.20150930.tar.xz 20129844 SHA256 
b5040754866ddb5a587d2fdb02b7a2329dc5f76baa981657d952ca537f268bb8 SHA512 
e606614bda5d4343cf5efe91a4eb3dd2db6208c643197cd12bf9c23db4f2a96fbb1db1259d732932d3a709b097577ea39c2ee17183efe37c44e9397b2fecb112
 WHIRLPOOL 
0da20b2df95e488384cbae70540b25323ec01e0e59f57f06602951da610ff6777c2e7b04681b3f35a91b6392402a8e830b1ec211b04712b659a5a2daf3b54cca
+DIST gdb-weekly-7.10.50.20151001.tar.xz 20133112 SHA256 
3e56e33b058948e641377f6a1ad44cd719eea59b86258071d5fb4a0c75e29afe SHA512 
b8ca8f179e07b81e260f945098ca714a4f314a256b9ff189037ff587c528a3f7c61b2d7d822b9e1110d2f3a977c004dc447573e9b1f6b2eb9c81d089d1bbf03d
 WHIRLPOOL 
b76beedf736d052af8707511e043ec48c9c8a935f8aa34f63e44b53d1cc6a07f7e5ef3f22ae387db28e59191300695300050f32d17e0c69f6a4ef6f5144d1686
+DIST gdb-weekly-7.10.50.20151002.tar.xz 20133924 SHA256 
2885abfc5ac898ab036640bf4bcbbac711f2d4221d556dfe4ba8e57c0730ef98 SHA512 
bf636fa0dd25c2c8ef7c4be728db9ea2c189b6bbd954c1824b081816ada9a1da1a265c89c18cb415184978e7e390a1daec7f4e106759a3ca8946e2647c73b7cc
 WHIRLPOOL 
f3393fb2f9ca814d222d535cc81b0caa4f1a3569dacff2a5b5d4b28ed9dc233e04501221e177c4f485e413a886def7c140381673afadb889c1611191df3de381
 DIST gdb-weekly-7.3.50.2029.tar.bz2 21632339 SHA256 
d8dd66e50c014bfc5d1a83501615ea9e83c6bd7b504f4fdb434fffed362f9211
 DIST gdb-weekly-7.3.50.20111206.tar.bz2 21710785 SHA256 
1169ccb5cc300ccdb2f3d3088ce44a4abcdd5945cbb987686a442a43649100dc
 DIST gdb-weekly-7.3.50.20111213.tar.bz2 21725949 SHA256 
01ce3897be48245dd7af2abf130adbeab5cd3c0d8df264f1dc409ff3ab419327

diff --git a/sys-devel/gdb/gdb-7.10.50.20150906.ebuild 
b/sys-devel/gdb/gdb-7.10.50.20150930.ebuild
similarity index 100%
rename from 

[gentoo-commits] proj/toolchain:master commit in: sys-devel/gcc/

2015-10-02 Thread Mike Frysinger
commit: ac7cb1739c6e1fa5e6b13778725c5a4059377de5
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Oct  2 19:21:51 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Oct  2 19:21:51 2015 +
URL:https://gitweb.gentoo.org/proj/toolchain.git/commit/?id=ac7cb173

gcc: update snapshots

 sys-devel/gcc/Manifest   | 12 
 sys-devel/gcc/gcc-4.9.0_alpha20150909.ebuild | 18 ++
 sys-devel/gcc/gcc-4.9.0_alpha20150916.ebuild | 18 ++
 sys-devel/gcc/gcc-4.9.0_alpha20150923.ebuild | 18 ++
 sys-devel/gcc/gcc-4.9.0_alpha20150930.ebuild | 18 ++
 sys-devel/gcc/gcc-5.0.0_alpha20150908.ebuild | 18 ++
 sys-devel/gcc/gcc-5.0.0_alpha20150915.ebuild | 18 ++
 sys-devel/gcc/gcc-5.0.0_alpha20150922.ebuild | 18 ++
 sys-devel/gcc/gcc-5.0.0_alpha20150929.ebuild | 18 ++
 sys-devel/gcc/gcc-6.0.0_alpha20150906.ebuild | 18 ++
 sys-devel/gcc/gcc-6.0.0_alpha20150913.ebuild | 18 ++
 sys-devel/gcc/gcc-6.0.0_alpha20150920.ebuild | 18 ++
 sys-devel/gcc/gcc-6.0.0_alpha20150927.ebuild | 18 ++
 13 files changed, 228 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index b2d5a85..53ecfb8 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -178,6 +178,10 @@ DIST gcc-4.9-20150812.tar.bz2 85839817 SHA256 
4ef48f3ddfed99067f13acdbb236236dca
 DIST gcc-4.9-20150819.tar.bz2 85847383 SHA256 
e218b7d1e6bb5f9c0a29040c4122d958e264cd96f2a37c12cd730add404fdab2 SHA512 
024f2cb467113964f6f0fa86b53f82f8df0fd56b1c7c57aba34d1bc30b12cfdc96c6a535fbac703b2f222d53154e0dad304e65032d143042cf7c09b80dc3cbaf
 WHIRLPOOL 
f2cadea0cba2906ca06ecd37553a89535b9f65a1aeeff0f1be3b2a9ef9e98cd538d8793131fad6b0d22bfd61c0cfe1b5581e5da5f59f5ad9e52e4cc046b3c926
 DIST gcc-4.9-20150826.tar.bz2 85837933 SHA256 
1337fdb18920d21389a859f7d4b19e26d8d30d93bba8231ff4073adf11dabfab SHA512 
d41e65d921a16a6e73b0300db4e22f2fc8b7c360cd8e755f0c0664c2122ad11510ec086295b828526622a7ad00137d7609e186bee52429873de481c3f2ab26b8
 WHIRLPOOL 
f47813958fec20937485e9b3d026c596c6bf78de064cc49f8e51613b07471579d8f9cc4e5547b81d10f01db336807426f0008c0700e4d0cd12df3cf0727d4ff2
 DIST gcc-4.9-20150902.tar.bz2 85843437 SHA256 
f112099295cc7cd24e8fc730f5a2cdaa934a1f9c1cb81a829de1be9bc979f76b SHA512 
ae0f94a97eb1207520cbddcb5b2f463eaad73b28e9df3ce7fac8e3f2060a5101dd4d289f2b246f5e06b2633574b30425df6d2274b97cdb1434d3cb1f75d21c10
 WHIRLPOOL 
f5c9f708516b92035f24f6baacf004c933df41f5e99660c465b237d6b7d8680663f3f357955b4cdde719a0b56c1409ee8f8b288bf4096b88be096606c291f3da
+DIST gcc-4.9-20150909.tar.bz2 85836940 SHA256 
9893cf0b6048c1874e67e330ec57312004fdad9c052973d431c8ee4e546c5494 SHA512 
eb64f45f0d3750e3df94bce67cb6391a2a0f346dd31d1f0087713ed0367d9f00fdb52892dcae5338ac0c90186f6cb9b20ee0575fd1b2d24aebb44e43ba6ec69f
 WHIRLPOOL 
97c07fa464334958989145dd202d968ce7be28afcb1b27873c1247f2955bffb993e000470b8c4864c1265a0d769ed537db29194b273816c338db2b37586f1445
+DIST gcc-4.9-20150916.tar.bz2 85843819 SHA256 
19814f0445ec7a15e2ed4072d1b0856856fb67a80f719122a5c7f47997a137a4 SHA512 
e90be0167b9159f1c83a077049f7e140f1ebe4f43617b1fecacbce7affcac7e1b33a62e142e8cd6ca5a216bc03fafc82d9027d79ac0e497eaa600d48faa18171
 WHIRLPOOL 
7e08f7c5dc35f5f67315979bad70d3fbed9403d8c79ddefcfa3f4e0ebb1085b8e35a54b4700d2e9cc95a0d796beef2e118b4a59bd60422b9cbf25db882c83125
+DIST gcc-4.9-20150923.tar.bz2 85837251 SHA256 
8d669cda246ec21b21507bfcfce9d3b22887aa25d7d35d4c77389a8710de230d SHA512 
656a6b85c8aea840c7a7a7916c23b29cdfe0cdaf5abb611c3ee8c6291a4b1c020469957bde343a95dc768a937b280ce5d5613b95a74a20de3009d6f8aaf10eae
 WHIRLPOOL 
db3aa9330e4dd342bc8941a84a404d54a20ce170d86feedbfd0b5e94c180749c6e671907035f623662b67139c703fd8e72f02e275b7af182b8455a7fe3d56e31
+DIST gcc-4.9-20150930.tar.bz2 85832244 SHA256 
640ca9e8c249111646342a8be5b19da728be797a2d02edf8287afe76716c4115 SHA512 
08bec7ada61cc2d7ab5ec2182eca668333c02eff57cb0c5a8a31a515f42fe820c2a6a647ec73f1556fbe9ab179ffb80218924dda4210c3965ba7b74891b783c7
 WHIRLPOOL 
a2b11d759ddb950e0e0981af7a2d9d37ba33e12d862229cd3b5524ae8e422038ffcb41b87f70d06d8f536bbea0b9c7583a6f66745e90d8571b41cabba986a0e0
 DIST gcc-5-20150104.tar.bz2 88981849 SHA256 
d6d333aac03b1a6ec9281c2f3664d4aca8e97bf79c4fdd2bdbe6b94a755ff0a8 SHA512 
d7f503033a5b7986c613118816effbda86de4e69e8169c2d678b427198cdd9729c5f12b7cb35e1bde2cb06c6f00c5fd5e0ca647d51398f4989a8afd70ba6b02d
 WHIRLPOOL 
78e8647b8184b18ea2dbc021921f6f12c9515527f559a8909f2cc9a0260c6ef0f75f4296aaeabaf24cdd4532cd12bef4f5ae31623e535efea5baa0cfd172f4e0
 DIST gcc-5-20150111.tar.bz2 89084324 SHA256 
0b074c73f68cf824042ecdc5a047b2fc237665c677a327b1712488cefa5c4860 SHA512 
0dc92dc1527cc0a76e558933ecd9a80331aa85e7862ff94272da68905c97b153e81795614b7c52a08a506f44e025225bd5abfe3d1d4d08980d6916ec82840acf
 WHIRLPOOL 

[gentoo-commits] proj/musl:master commit in: sys-devel/gcc/

2015-10-02 Thread Anthony G. Basile
commit: df18d758a5bad2efd080fe1e182ae1b0804072ca
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Oct  2 23:22:56 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Oct  2 23:22:56 2015 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=df18d758

sys-devel/gcc-4.9.3-r99: stable on amd64

Package-Manager: portage-2.2.20.1
Manifest-Sign-Key: 0x9384FA6EF52D4BBA

 sys-devel/gcc/Manifest | 4 ++--
 sys-devel/gcc/gcc-4.9.3-r99.ebuild | 2 +-
 sys-devel/gcc/metadata.xml | 7 ++-
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 4168113..9843b6a 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -36,5 +36,5 @@ DIST gcc-4.9.3.tar.bz2 90006707 SHA256 
2332b2a5a321b57508b9031354a8503af6fdfb868
 EBUILD gcc-4.7.4-r99.ebuild 2035 SHA256 
5a10cf2db3ccaceffab0e713d368617ccd02460518030c29bf57ee04402b2608 SHA512 
15c13cfa122af2e50fcd6073e424e4e30086224f8a457e8450151a57b4cc4693d26eb6d26ba77d7275a12e72e58ea6b4eb896902085e08a287631c490f373728
 WHIRLPOOL 
2b8a04162c6c39babbd1cbefab77dbb9a27f75dbfdb8cd77c60a907db47a73ac124254123929cb228493c29e4d215afa37e5624a759131d6162c108dfc2ec9ff
 EBUILD gcc-4.8.5-r99.ebuild 2107 SHA256 
c07974c05888265cf942bddc5c898dd06dd08f939b2c633348913e7cd85f2d37 SHA512 
7e752c85cdc24e82e740a7108491f8772bd20b9a4d36e0a300ac02156d11b44d602b27959a6d65deed71d61a03ef8396925257abf8973a389d7b62f57c4dab65
 WHIRLPOOL 
7595e2b3161027d0156ec10cc62c97d8a8ba4d32e9f1cfd631051abd4401df71295cfece3eadb94807c0328802b526e984be1469506507e59b98506d8fcea884
 EBUILD gcc-4.8.5-r999.ebuild 2151 SHA256 
26c1c4923691a3dcf0c4c1d5d97986bbcb6b3da6e3d455cb1845e66e190cbe55 SHA512 
89683be36d05c9860209995f07d29897ad8be80df7f261d95a39b995b9b63a56a3972b8ae158c6489889830d26991317f3edd46ca050736e71c8ac1e48010a04
 WHIRLPOOL 
68f843ef8ccc44e60bb28128d4e3923022858e67dd195750148f81f42de127d1919bf00902b494807b89f305ec7b21de376c00395fed12ebf7cad3067e50edc4
-EBUILD gcc-4.9.3-r99.ebuild 2166 SHA256 
887d138ff731682476aaa435376b70f89c6d59d61447662f370cce950067f457 SHA512 
f5f8223e24e0393510f8f1f3af1c591635428f78c6ce2c91a4dcab0df7e73a0f4e9f5143b664b226e7d3a09aa3295c811a1fa6c9b24ba221355d59a22d6a2b9f
 WHIRLPOOL 
3203382efeb5ba4ed6dfa74f5cf3bc52b8ace0f3ddb59a4be87a6c406eee67a9684f333d60241ddbd02e989fbd609f6ad1ab0865be369b675f23b6bbd81e54bd
-MISC metadata.xml 1647 SHA256 
912a61ec01bb34d65df28f726b5fd31380c88b7b3dbf325860ae53de143e2d08 SHA512 
733378ac017f7557e700faa7a28a18bd175e870bd3fc7d5e496bee4219ff5cfa0ff9ab3e506c61ce23693b1e4fb45b78bc34ad1fa9b87fc6280b7d23c5256b03
 WHIRLPOOL 
0614b060408667ea3d9250e5c7a056d61979ac1e7acbf4a54907c42549ee1d02675c2dfe01a167ae3901a9becd8b1aeb3aba42bfec026b2c6012650821a1dcfe
+EBUILD gcc-4.9.3-r99.ebuild 2165 SHA256 
f189f6583831ff39a6389faa733ae31d698ae1953a37a5d4c0788e8b1344345d SHA512 
ad674a7d5ab11e617c75e0811104128341b7bfd20773561ac60c4efa8274549b1b71027f6156bde4638854f391ee55c3ece71b6887282252be88cfe16763f876
 WHIRLPOOL 
080cf239423387824e43cf184d5afbfe092147f87dc1a69cd16acd12f59ebf19b96ffddfb918d237462805a1eae323a4027b5da2e38b9ffe5248acba4e4fa29e
+MISC metadata.xml 1910 SHA256 
2f6c2f19316b90d4b829aab2dd6fb66319c158c0955e81533aba54b6c1af00d8 SHA512 
b5144578028c73be85bff609538399e832a7205aba451374973b640f83c1e9fa6a6684bb6c26043912ad649e6ea3e4115621b9a84b157399d13027a1f514f947
 WHIRLPOOL 
29e0ec175732d52d13345d22ae73711b394af62eb852e0a997b6a656834ad60e6be5fdf27ba174ed75310912dd730950be7966e7a8ca038f9f5686744ccef888

diff --git a/sys-devel/gcc/gcc-4.9.3-r99.ebuild 
b/sys-devel/gcc/gcc-4.9.3-r99.ebuild
index 46aabd9..8f8b89f 100644
--- a/sys-devel/gcc/gcc-4.9.3-r99.ebuild
+++ b/sys-devel/gcc/gcc-4.9.3-r99.ebuild
@@ -24,7 +24,7 @@ SSP_MUSL_STABLE="amd64 arm ppc mips"
 
 inherit eutils toolchain
 
-KEYWORDS="amd64 ~arm ~mips ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc x86"
 
 RDEPEND=""
 DEPEND="${RDEPEND}

diff --git a/sys-devel/gcc/metadata.xml b/sys-devel/gcc/metadata.xml
index 0b0c8ff..a181266 100644
--- a/sys-devel/gcc/metadata.xml
+++ b/sys-devel/gcc/metadata.xml
@@ -5,6 +5,8 @@
   
 Useful only when building GCJ, this enables Abstract 
Window Toolkit
   (AWT) peer support on top of GTK+
+Support the Cilk Plus language (C/C++ based languages 
for parallel programming)
+Enable support for the D programming language
 Enable fixed-point arithmetic support for MIPS 
targets 
   in gcc (Warning: significantly increases compile time!)
 Build the GCC Go language frontend.
@@ -14,7 +16,7 @@
   code in the C library (DO NOT ENABLE THIS IF YOU DON'T KNOW WHAT IT 
DOES)
 Add support for mudflap, a pointer use checking 
library
 Allow for SLOTs to include minor version (3.3.4
-instead of just 3.3)
+  instead of just 3.3)
 Disable PIE support (NOT FOR GENERAL USE)
 Disable SSP support (NOT FOR GENERAL USE)
 Build support for the Objective C code language
@@ -24,4 +26,7 @@
 Run the testsuite and install the 

[gentoo-commits] proj/java:master commit in: dev-java/icedtea/

2015-10-02 Thread Andrew John Hughes
commit: 4df7c766b3e0dcb74b6cde4fc217b47c880c6a23
Author: Andrew John Hughes  member  fsf  org>
AuthorDate: Sat Oct  3 00:09:59 2015 +
Commit: Andrew John Hughes  member  fsf  org>
CommitDate: Sat Oct  3 00:09:59 2015 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=4df7c766

dev-java/icedtea: Bump icedtea:8 to 3.0.0_pre06.

Package-Manager: portage-2.2.20.1

 dev-java/icedtea/ChangeLog |  6 ++
 dev-java/icedtea/Manifest  | 16 
 ..._pre04-r1.ebuild => icedtea-3.0.0_pre06.ebuild} | 22 +++---
 3 files changed, 25 insertions(+), 19 deletions(-)

diff --git a/dev-java/icedtea/ChangeLog b/dev-java/icedtea/ChangeLog
index dd74f2c..0555ee9 100644
--- a/dev-java/icedtea/ChangeLog
+++ b/dev-java/icedtea/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*icedtea-3.0.0_pre06 (03 Oct 2015)
+
+  03 Oct 2015; Andrew John Hughes 
+  +icedtea-3.0.0_pre06.ebuild, -icedtea-3.0.0_pre04-r1.ebuild:
+  dev-java/icedtea: Bump icedtea:8 to 3.0.0_pre06.
+
 *icedtea-6.1.13.8 (30 Jul 2015)
 
   30 Jul 2015; Andrew John Hughes 

diff --git a/dev-java/icedtea/Manifest b/dev-java/icedtea/Manifest
index 7e1427d..fbb4e5d 100644
--- a/dev-java/icedtea/Manifest
+++ b/dev-java/icedtea/Manifest
@@ -5,14 +5,14 @@ DIST icedtea-2.7-jaxws-299588405837.tar.bz2 2022135 SHA256 
816a6d7a4bd302871d73f
 DIST icedtea-2.7-jdk-2db5e90a399b.tar.bz2 32380031 SHA256 
900bba75d68a8d92f58c7b8da1ea141be6d5f01f7cc015f85c2b14573384b62c SHA512 
f31bd7c08577b0f222e9c65538837c41a7d5f90d15738dc536fa105041d920cff05b5a7b39aa59ab04452a6c34f59e6e8ebcecc66194d6a466ced07ec24a8c76
 WHIRLPOOL 
f78ef4ac0f43052066d0ed762b20017bbfd8567c177caac782a48fb88ef30b0447d29be3fe79663a9babe3470ca3c63e948e0b0c53b057313a42bc8f306476f8
 DIST icedtea-2.7-langtools-bc95d2472055.tar.bz2 1709785 SHA256 
63d693b2716302cee97dfb0562710d214cac5e839095235f2b686987cf298661 SHA512 
2a3a3c84be06c38ed6f0d861cf45099f24adb9fa2d958be8749b2a1821a91b17a81fc1a4ec21af575c6ee9a02ee9318751c9f12b438894e033c0accff5ece5a3
 WHIRLPOOL 
a5b0a5509a5f499f41c8d06eb6d45c88737d78be48bebaa84f87511b6090bd9b414cf1b2698a4df1516d073df82037eb53e9eb04066f84bafbe7a57b6fcb3f42
 DIST icedtea-2.7-openjdk-dbfa75121aca.tar.bz2 129557 SHA256 
20dd3e250ba5ee96546a8a86d5d6c85e6546df97b3a05df7a5a2d99d0e44df6b SHA512 
0847cb7982373ce9277a089e4f165de6ab4f335d5a7ca6dcfee79c356f4023c392ef5266b2257a40f8b79775ce2f2d8f99415d81b70a101e1e439c048747
 WHIRLPOOL 
0851e56d4b71290a557133c8f1cda53c5b3e6ee99d79be11385eb38db346207471afadf201d99291e2aaa9ad1dcb5e8ad7f4a7750820522960908268d7726049
-DIST icedtea-3.0-corba-b493e7b682c9.tar.xz 932016 SHA256 
ededc4d28a6735c88ced8642caf4e08af285f9f5e6cec8ea96aedd525d539468 SHA512 
e31c4c1eee1a56dea6119a59071dea01741a47c1e161f7c76342529b286165f7af4cb6cc51884d6a2afe975b6ad64486f60cfe8ec480da7e3d23d7b74c7fdf5e
 WHIRLPOOL 
43f4c58bdeff668dc7f6cf360d7831213e5c73b2ab4075b1d86b2b0fff6fef328e7791724270b7aa34589d64fec81d5ca090303c457bd4813d24cb429f9b7c08
-DIST icedtea-3.0-hotspot-7e5a87c79d69.tar.xz 668 SHA256 
5204a95ccacd5d6d7569063bb38788d1f89464e1305d97ebff334bcb922039a8 SHA512 
b195de612ef9ae9924d6ad3be255e36622fdc27966aa154e29891b529a85a86d356f36fee515d12155a0fffd2813b75584640ee4eb36ef0c055f141a1ac42ec4
 WHIRLPOOL 
c3407b8350a79c04c519fdbd158643391318e0cadff81ee7ff17cb9d984412b65c45f530f28f35f87f3f2a547a43b317a0d5faa371dcc870bb442dd3e8e6af4a
-DIST icedtea-3.0-jaxp-c62dd685e517.tar.xz 2292012 SHA256 
c624f315d5b381c830f3df4e673c6f11200bb8036359524b1f0943fe1f1e7e55 SHA512 
44d571ff34abde984543227fb3a2e6b327686afe5ce5d5283a1d929b31221d8bf79627961b70c0e202d6a334bff7b43ae5e4b619ba2c83aa10362b243cf987c9
 WHIRLPOOL 
968ec0237b60a19f4f5abe6d8173569440f82dfcf9c43ffbd6afb451e13ef5e58f84dad14c1a85ae007e355da85a4fb04b636f3e3f1b56d4976d424d545b5319
-DIST icedtea-3.0-jaxws-db7fdb068af9.tar.xz 2261956 SHA256 
45abcc59f9910017f6fa0949a76051cad36ea11199acebef01fbc6801cdf5a77 SHA512 
1aea51d40bc865df21a3e0703c9a65d715b3bb8d0f590574b56e171c798c9ea3ca765f6c9494529f1bf0c2549665fd66fe1089580e2fd123a24fac028d8d712a
 WHIRLPOOL 
668741f80f7924cedc4f642f76252fd158de740691399343b1bec8dd01c18d05b54fb48d06e3b97074bf1c93c43a08a6145ca25ce560ce2fca8225f487fe08fc
-DIST icedtea-3.0-jdk-8450ad6fa3f5.tar.xz 37882344 SHA256 
c69a236376c4d2f9008a2c0f375d572fd8d54f34a8c656761d4c5ac315765af0 SHA512 
5a552e844ccc5e091b15ad4ea706422d04b46116842fbb67103e14f3ff6b7320c72a204d91764bc0fee3e1f90e0d0145745c66397a5b515199ce244cd468d1ba
 WHIRLPOOL 
a8dc27fdc43ec72a1128a45fb9bf3da2d9d9f6c326d10c83c7a6e6b0461cd474ffeddee932c468b9000d8cfc3b13f4047cf0907d68c4de816a258f6e39300753
-DIST icedtea-3.0-langtools-66f265db6f47.tar.xz 2046268 SHA256 
23e22a4e6fdfe3d9a4e09d4001316ec29fee2329f3aaf52fade9e67764b3e7c3 SHA512 

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

2015-10-02 Thread Mike Frysinger
commit: 63aaad8e00aa40326e1f65d009ef75e605ebd46d
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sat Oct  3 00:50:05 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sat Oct  3 00:50:05 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63aaad8e

toolchain-binutils.eclass: enable multislot for 2.24 versions since 2.25.1 is 
stable

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

diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass
index c370650..08024cc 100644
--- a/eclass/toolchain-binutils.eclass
+++ b/eclass/toolchain-binutils.eclass
@@ -92,7 +92,7 @@ IUSE="cxx multislot multitarget nls static-libs test vanilla"
 if version_is_at_least 2.19 ; then
IUSE+=" zlib"
 fi
-if ! version_is_at_least 2.23.90 || [[ ${BTYPE} != "rel" ]] || is_cross || use 
multislot ; then
+if ! version_is_at_least 2.25 || [[ ${BTYPE} != "rel" ]] || is_cross || use 
multislot ; then
SLOT="${BVER}"
 else
SLOT="0"



  1   2   >