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

2016-09-30 Thread William Hubbs
commit: 8b13f072db2a54df45fb57a3066fcc16c17408af
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Oct  1 04:44:33 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Oct  1 04:45:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b13f072

sys-apps/openrc: 0.22.1 version bump

Package-Manager: portage-2.3.0

 sys-apps/openrc/Manifest |   1 +
 sys-apps/openrc/openrc-0.22.1.ebuild | 330 +++
 2 files changed, 331 insertions(+)

diff --git a/sys-apps/openrc/Manifest b/sys-apps/openrc/Manifest
index 4ee6495..9d19580 100644
--- a/sys-apps/openrc/Manifest
+++ b/sys-apps/openrc/Manifest
@@ -2,4 +2,5 @@ DIST openrc-0.17.tar.bz2 160533 SHA256 
45818d9ef4659e8dd924a1468a091255c305daee5
 DIST openrc-0.18.4.tar.bz2 157237 SHA256 
2c8bf1c6f52fcf4c1f6945a2836ba2551a7d93015aa63ba5a2e1d2851c2942e4 SHA512 
13f5dbc1292ce94c2e42a35e582bbba12e4bba943640952ea4cecc7ff5c60175d362055a4f5e213f218236ab4a040a5dff01a47c8bc007237554744d8a89a48a
 WHIRLPOOL 
f1f44effad80863276339af5bce1b3a9068d9c5ae7f7c3b571fb883b376c9083c207980c6d05170b0a18c0902ad1e2d76a1bafb0f11721b0522308e2cb7c67b4
 DIST openrc-0.19.1.tar.bz2 159598 SHA256 
5628c04b12e2f51f25e59c303bdccbf545ba0db25484adcca48e70d0712ce0e6 SHA512 
303db4475fd02aa3aa161dbd8794a45c2633b9fe96aaab67b81014fa3915bed1aa51cff57128f4413cf9f2329ce1f2012e460e089c39f01ac6eb061a95844329
 WHIRLPOOL 
a4e8720579b8983cb3c2c9b4dd983c1b7bf45e053aa0c9545f31e36c22e44d06e55198d4143dc0a6bca3b7d00b151b43d1da439b2479044344ca12f3151711f1
 DIST openrc-0.21.7.tar.bz2 168104 SHA256 
0d4bb11cfac9950687dfbc1a72a90e337af25bb39edc032cb0b807cfe0d04c3d SHA512 
26edf47e0eae0b62b651484bcbe73a5ccda2032ecbcc303f280bbf671fd1a8a1394d206228bd12e5157e8214210eb124898d11acc78cdef0d9145a952754f6bc
 WHIRLPOOL 
5731326b0879759f58b3e251e3b1c4cc6dcc17bee3ebf1d8ef4b689dff5ec39d429cde9c3d4f2901c8a592aaad7253bfca69a0caaa2ae77b6f45f9afe6e66df4
+DIST openrc-0.22.1.tar.gz 215672 SHA256 
1e06c878fc2a6022795524a88fc97c9079158d4947b2fca048d17abbb7ec8920 SHA512 
3dd74ab58003b7712ace90094def3dd1fe9239144925fd019df308550da9decf07b66e36cc5bb1ebf41218333525777a17ee36d164a5155ba6d499856c559883
 WHIRLPOOL 
a13322b43d822214c9794c0d6e18c07795d8a839f495074b9b774a6bd0011f33628e83b3567b4c6529a11735a4603d82ce5af09d422b5a08e00f29e84ae52997
 DIST openrc-0.22.tar.gz 215357 SHA256 
ab03c2f5b356188f9b2ed036829a544fcac5ff104d63be092ab0de0e4540b8e1 SHA512 
df541ee35cf02d4eb735be19d97a560aed547bdcdbbba8c4f98bc0149a75bd0b0d4c2348c55712f233064d8d9a70e14e61c3c4da4281962d252d66e057439436
 WHIRLPOOL 
bfa45952037fbebbd85962af8fd14fe06415fc39224dcd4f5fbf32776b6d86a9e17204c6835c6a2c1b1c3d2293cc595775315483acf742866b3935f429fc6d90

diff --git a/sys-apps/openrc/openrc-0.22.1.ebuild 
b/sys-apps/openrc/openrc-0.22.1.ebuild
new file mode 100644
index ..0784ed6
--- /dev/null
+++ b/sys-apps/openrc/openrc-0.22.1.ebuild
@@ -0,0 +1,330 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit flag-o-matic pam toolchain-funcs
+
+DESCRIPTION="OpenRC manages the services, startup and shutdown of a host"
+HOMEPAGE="https://github.com/openrc/openrc/;
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="git://github.com/OpenRC/${PN}.git"
+   inherit git-r3
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="audit debug ncurses pam newnet prefix +netifrc selinux static-libs
+   tools unicode kernel_linux kernel_FreeBSD"
+
+COMMON_DEPEND="kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc 
sys-process/fuser-bsd ) )
+   ncurses? ( sys-libs/ncurses:0= )
+   pam? (
+   sys-auth/pambase
+   virtual/pam
+   )
+   tools? ( dev-lang/perl )
+   audit? ( sys-process/audit )
+   kernel_linux? (
+   sys-process/psmisc
+   !test
+# a value of "#" will just comment out the option
+set_config() {
+   local file="${ED}/$1" var=$2 val com
+   eval "${@:5}" && val=$3 || val=$4
+   [[ ${val} == "#" ]] && com="#" && val='\2'
+   sed -i -r -e "/^#?${var}=/{s:=([\"'])?([^ 
]*)\1?:=\1${val}\1:;s:^#?:${com}:}" "${file}"
+}
+
+set_config_yes_no() {
+   set_config "$1" "$2" YES NO "${@:3}"
+}
+
+src_install() {
+   emake ${MAKE_ARGS} DESTDIR="${D}" install
+
+   # move the shared libs back to /usr so ldscript can install
+   # more of a minimal set of files
+   # disabled for now due to #270646
+   #mv "${ED}"/$(get_libdir)/lib{einfo,rc}* "${ED}"/usr/$(get_libdir)/ || 
die
+   #gen_usr_ldscript -a einfo rc
+   gen_usr_ldscript libeinfo.so
+   gen_usr_ldscript librc.so
+
+   if ! use kernel_linux; then
+   keepdir /$(get_libdir)/rc/init.d
+   fi
+   

[gentoo-commits] proj/openrc: New tag: 0.22.1

2016-09-30 Thread William Hubbs
commit: 
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Oct  1 01:30:12 2016 +

New tag: 0.22.1




[gentoo-commits] proj/openrc:0.22.x commit in: /

2016-09-30 Thread William Hubbs
commit: 70561077250e7684d14203d3ed1c2c9f0bad2380
Author: William Hubbs  gmail  com>
AuthorDate: Fri Sep 30 23:57:51 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Sep 30 23:57:51 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=70561077

Update ChangeLog

 ChangeLog | 33 +
 1 file changed, 33 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 7ea1c18..dba3127 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+commit 5df511e9e435726e6c16698eae7fda0960d7c021
+Author: Doug Freed 
+Commit: Doug Freed 
+
+openrc-run: fix double free
+
+commit 60ede6b687590282fab7fd7a7aa38a3c7c9958d7
+Author: Doug Freed 
+Commit: William Hubbs 
+
+init.d: Clean up some bad ewarn output
+
+commit c2f2533db07ff346c5a5ade987c43a526f805341
+Author: William Hubbs 
+Commit: William Hubbs 
+
+typo fix
+
+X-Gentoo-Bug: 595306
+X-Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=595306
+
+commit e627ad48040437be8a5242ea4a418a0eeca95306
+Author: William Hubbs 
+Commit: William Hubbs 
+
+version 0.22.1
+
+commit b71bcc242202752bc74fce3a5c629f172b04fca5
+Author: William Hubbs 
+Commit: William Hubbs 
+
+update ChangeLog
+
 commit 24010dcb483cf7284cd8a5db111ae63f0d4e1038
 Author: William Hubbs 
 Commit: William Hubbs 



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

2016-09-30 Thread Pacho Ramos
commit: 446cf8fe7dd46453ac5477dc335034ca1c837c5c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Sep 30 22:50:22 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct  1 00:53:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=446cf8fe

gnome-extra/cinnamon-desktop: x86 stable, bug 587010

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

 gnome-extra/cinnamon-desktop/cinnamon-desktop-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/cinnamon-desktop/cinnamon-desktop-3.0.2.ebuild 
b/gnome-extra/cinnamon-desktop/cinnamon-desktop-3.0.2.ebuild
index 3e98660..e6f1f1d 100644
--- a/gnome-extra/cinnamon-desktop/cinnamon-desktop-3.0.2.ebuild
+++ b/gnome-extra/cinnamon-desktop/cinnamon-desktop-3.0.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/linuxmint/cinnamon-desktop/archive/${PV}.tar.gz -> $
 
 LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
 SLOT="0/4" # subslot = libcinnamon-desktop soname version
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+introspection systemd"
 
 COMMON_DEPEND="${PYTHON_DEPS}



[gentoo-commits] repo/gentoo:master commit in: media-libs/webrtc-audio-processing/

2016-09-30 Thread Pacho Ramos
commit: 99223088f75196bb9182299927492daf5bcaaf5b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Sep 30 22:51:34 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct  1 00:54:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99223088

media-libs/webrtc-audio-processing: x86 stable, bug 587010

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

 media-libs/webrtc-audio-processing/webrtc-audio-processing-0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-libs/webrtc-audio-processing/webrtc-audio-processing-0.3.ebuild 
b/media-libs/webrtc-audio-processing/webrtc-audio-processing-0.3.ebuild
index e865eb2..6cb1e3e 100644
--- a/media-libs/webrtc-audio-processing/webrtc-audio-processing-0.3.ebuild
+++ b/media-libs/webrtc-audio-processing/webrtc-audio-processing-0.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux"
+KEYWORDS="amd64 x86 ~amd64-linux"
 IUSE="static-libs"
 
 DOCS=( AUTHORS NEWS README.md )



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

2016-09-30 Thread Pacho Ramos
commit: 41c5ba17a3e0bb32ba4ca47942c2b56c3661e8f3
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Sep 30 22:51:28 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct  1 00:53:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c5ba17

dev-libs/libgit2: x86 stable, bug 587010

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

 dev-libs/libgit2/libgit2-0.24.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgit2/libgit2-0.24.1.ebuild 
b/dev-libs/libgit2/libgit2-0.24.1.ebuild
index bffbb6a..902f9f4 100644
--- a/dev-libs/libgit2/libgit2-0.24.1.ebuild
+++ b/dev-libs/libgit2/libgit2-0.24.1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~ppc ~x86 ~ppc-macos"
+   KEYWORDS="amd64 ~arm ~ppc x86 ~ppc-macos"
 fi
 
 DESCRIPTION="A linkable library for Git"



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

2016-09-30 Thread Pacho Ramos
commit: b68739d402ee7c1fd7dbb710465e0bd80c4b5166
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Sep 30 22:49:42 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct  1 00:53:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b68739d4

media-plugins/gst-plugins-wavpack: x86 stable, bug 587010

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

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

diff --git a/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.8.3.ebuild 
b/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.8.3.ebuild
index 965d7a3..14ac444 100644
--- a/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.8.3.ebuild
+++ b/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.8.3.ebuild
@@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="Wavpack audio encoder/decoder plugin for GStreamer"
-KEYWORDS="alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
 IUSE=""
 
 RDEPEND=">=media-sound/wavpack-4.60.1-r1[${MULTILIB_USEDEP}]"



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

2016-09-30 Thread Pacho Ramos
commit: 93be921034110f361e37ef62872f93e767343424
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Sep 30 22:49:04 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct  1 00:53:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93be9210

media-plugins/gst-plugins-v4l2: x86 stable, bug 587010

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

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

diff --git a/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.8.3.ebuild 
b/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.8.3.ebuild
index 262d5a7..42ecf6c 100644
--- a/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.8.3.ebuild
+++ b/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.8.3.ebuild
@@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPION="V4L2 source/sink plugin for GStreamer"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="udev"
 
 RDEPEND="



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

2016-09-30 Thread Pacho Ramos
commit: 180adbc447bdd8976690ca60638a79e5e9f110eb
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Sep 30 22:51:02 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct  1 00:53:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=180adbc4

gnome-extra/cinnamon: x86 stable, bug 587010

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

 gnome-extra/cinnamon/cinnamon-3.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/cinnamon/cinnamon-3.0.7.ebuild 
b/gnome-extra/cinnamon/cinnamon-3.0.7.ebuild
index 4c2c20e..254e7fa 100644
--- a/gnome-extra/cinnamon/cinnamon-3.0.7.ebuild
+++ b/gnome-extra/cinnamon/cinnamon-3.0.7.ebuild
@@ -29,7 +29,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
|| ( python_targets_python3_3 python_targets_python3_4 
python_targets_python3_5 )
 "
 
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 COMMON_DEPEND="${PYTHON_DEPS}
app-accessibility/at-spi2-atk:2



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

2016-09-30 Thread Pacho Ramos
commit: e6ac1dcfd90bdf2d953e0f8ec54974b603f2ea8d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Sep 30 22:50:34 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct  1 00:53:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6ac1dcf

gnome-extra/cinnamon-screensaver: x86 stable, bug 587010

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

 gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.0.1.ebuild 
b/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.0.1.ebuild
index c864a06..ec22850 100644
--- a/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.0.1.ebuild
+++ b/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.0.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/linuxmint/cinnamon-screensaver/archive/${PV}.tar.gz
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="debug doc pam systemd"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 COMMON_DEPEND="
>=dev-libs/glib-2.37.3:2[dbus]



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

2016-09-30 Thread Pacho Ramos
commit: d3cf84bb89b54e99074871d88f28978004b6ba56
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Sep 30 22:49:55 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct  1 00:53:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3cf84bb

media-plugins/gst-plugins-x265: x86 stable, bug 587010

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

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

diff --git a/media-plugins/gst-plugins-x265/gst-plugins-x265-1.8.3.ebuild 
b/media-plugins/gst-plugins-x265/gst-plugins-x265-1.8.3.ebuild
index dcce582..602d8f8 100644
--- a/media-plugins/gst-plugins-x265/gst-plugins-x265-1.8.3.ebuild
+++ b/media-plugins/gst-plugins-x265/gst-plugins-x265-1.8.3.ebuild
@@ -8,7 +8,7 @@ GST_ORG_MODULE="gst-plugins-bad"
 inherit gstreamer
 
 DESCRIPTION="H.265 encoder plugin for GStreamer"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



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

2016-09-30 Thread Pacho Ramos
commit: 3e5b19d95544b07b4218bd87b6ca1a2bf655de30
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Sep 30 22:48:50 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct  1 00:53:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e5b19d9

media-plugins/gst-plugins-twolame: x86 stable, bug 587010

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

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

diff --git a/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.8.3.ebuild 
b/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.8.3.ebuild
index c5b5bc6..7047a5e 100644
--- a/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.8.3.ebuild
+++ b/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.8.3.ebuild
@@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-ugly
 inherit gstreamer
 
 DESCRIPTION="MPEG2 encoder plugin for GStreamer"
-KEYWORDS="alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=media-sound/twolame-0.3.13-r1[${MULTILIB_USEDEP}]"



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

2016-09-30 Thread Pacho Ramos
commit: 53f4c96812fd4e3e565cd8fa32a3a58490ff3e83
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Sep 30 22:50:53 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct  1 00:53:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53f4c968

gnome-extra/cinnamon-translations: x86 stable, bug 587010

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

 gnome-extra/cinnamon-translations/cinnamon-translations-3.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/cinnamon-translations/cinnamon-translations-3.0.3.ebuild 
b/gnome-extra/cinnamon-translations/cinnamon-translations-3.0.3.ebuild
index 5f8acb9..f714b77 100644
--- a/gnome-extra/cinnamon-translations/cinnamon-translations-3.0.3.ebuild
+++ b/gnome-extra/cinnamon-translations/cinnamon-translations-3.0.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/linuxmint/cinnamon-translations/archive/${PV}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-wm/muffin/

2016-09-30 Thread Pacho Ramos
commit: 057a392c49795d85d7a562fb1ce3f0edf05cb5b1
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Sep 30 22:51:21 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct  1 00:53:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=057a392c

x11-wm/muffin: x86 stable, bug 587010

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

 x11-wm/muffin/muffin-3.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/muffin/muffin-3.0.5.ebuild 
b/x11-wm/muffin/muffin-3.0.5.ebuild
index 9ca6e44..3da301c 100644
--- a/x11-wm/muffin/muffin-3.0.5.ebuild
+++ b/x11-wm/muffin/muffin-3.0.5.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/linuxmint/muffin/archive/${PV}.tar.gz -> ${P}.tar.gz
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="+introspection test xinerama"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 COMMON_DEPEND="
>=x11-libs/pango-1.2[X,introspection?]



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

2016-09-30 Thread Pacho Ramos
commit: a58fafdb54872857b28bdeb26095267672ad9842
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Sep 30 22:49:11 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct  1 00:53:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a58fafdb

media-plugins/gst-plugins-vaapi: x86 stable, bug 587010

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

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

diff --git a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.8.3.ebuild 
b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.8.3.ebuild
index 51722dc..41d04a6 100644
--- a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.8.3.ebuild
+++ b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.8.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://gstreamer.freedesktop.org/src/${MY_PN}/${MY_PN}-${PV}.tar.xz;
 
 LICENSE="LGPL-2.1"
 SLOT="1.0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="+drm egl opengl wayland +X"
 REQUIRED_USE="|| ( drm opengl wayland X )"



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

2016-09-30 Thread Pacho Ramos
commit: 50dc8b5c037e2e91bd9b92b7167d72e652f76455
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Sep 30 22:49:22 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct  1 00:53:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50dc8b5c

media-plugins/gst-plugins-voaacenc: x86 stable, bug 587010

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

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

diff --git 
a/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.8.3.ebuild 
b/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.8.3.ebuild
index d688966..e144981 100644
--- a/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.8.3.ebuild
+++ b/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.8.3.ebuild
@@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer
 
 DESCRIPTION="AAC encoder plugin for GStreamer"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=media-libs/vo-aacenc-0.1.3[${MULTILIB_USEDEP}]"



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

2016-09-30 Thread Pacho Ramos
commit: bf51bad93df3577befaa3560ca7375c7d70176f0
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Sep 30 22:51:08 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct  1 00:53:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf51bad9

gnome-extra/cjs: x86 stable, bug 587010

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

 gnome-extra/cjs/cjs-3.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/cjs/cjs-3.0.1.ebuild b/gnome-extra/cjs/cjs-3.0.1.ebuild
index c097b54..295ec2a 100644
--- a/gnome-extra/cjs/cjs-3.0.1.ebuild
+++ b/gnome-extra/cjs/cjs-3.0.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/linuxmint/cjs/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
 SLOT="0"
 IUSE="+cairo examples gtk test"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-lang/spidermonkey:24



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

2016-09-30 Thread Pacho Ramos
commit: 25bc1b78c80dc03a28413e560cffcbd36f71bb58
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Sep 30 22:50:41 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct  1 00:53:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25bc1b78

gnome-extra/cinnamon-session: x86 stable, bug 587010

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

 gnome-extra/cinnamon-session/cinnamon-session-3.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/cinnamon-session/cinnamon-session-3.0.1.ebuild 
b/gnome-extra/cinnamon-session/cinnamon-session-3.0.1.ebuild
index 48b0ac4..d503063 100644
--- a/gnome-extra/cinnamon-session/cinnamon-session-3.0.1.ebuild
+++ b/gnome-extra/cinnamon-session/cinnamon-session-3.0.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/linuxmint/cinnamon-session/archive/${PV}.tar.gz -> $
 
 LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc ipv6 systemd"
 
 COMMON_DEPEND="



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

2016-09-30 Thread Pacho Ramos
commit: b68c37d4f49eb654dc8cad051ab23e6d12e3b78b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Sep 30 22:51:15 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct  1 00:53:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b68c37d4

gnome-extra/nemo: x86 stable, bug 587010

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

 gnome-extra/nemo/nemo-3.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/nemo/nemo-3.0.6.ebuild 
b/gnome-extra/nemo/nemo-3.0.6.ebuild
index 29d30dd..c48b560 100644
--- a/gnome-extra/nemo/nemo-3.0.6.ebuild
+++ b/gnome-extra/nemo/nemo-3.0.6.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/linuxmint/nemo/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+ LGPL-2+ FDL-1.1"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="exif +introspection +nls packagekit tracker xmp"
 
 COMMON_DEPEND="



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

2016-09-30 Thread Pacho Ramos
commit: 174ec5734e2a2fc2afe116814cbc50dc2d61123e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Sep 30 22:49:28 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct  1 00:53:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=174ec573

media-plugins/gst-plugins-voamrwbenc: x86 stable, bug 587010

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

 .../gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.8.3.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.8.3.ebuild 
b/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.8.3.ebuild
index e29576e..4e85156 100644
--- a/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.8.3.ebuild
+++ b/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.8.3.ebuild
@@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer
 
 DESCRIPTION="AMR-WB audio encoder plugin for GStreamer"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=media-libs/vo-amrwbenc-0.1.2-r1[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-control-center/

2016-09-30 Thread Pacho Ramos
commit: 3e77c6220ed2fb14761f9ad71d4a0e9504006a54
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Sep 30 22:50:15 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct  1 00:53:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e77c622

gnome-extra/cinnamon-control-center: x86 stable, bug 587010

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

 .../cinnamon-control-center/cinnamon-control-center-3.0.1.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.0.1.ebuild 
b/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.0.1.ebuild
index 573b3f3..16dd601 100644
--- a/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.0.1.ebuild
+++ b/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.0.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/linuxmint/cinnamon-control-center/archive/${PV}.tar.
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="+colord +cups debug input_devices_wacom systemd"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 # False positives caused by nested configure scripts
 QA_CONFIGURE_OPTIONS=".*"



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

2016-09-30 Thread Pacho Ramos
commit: a2365046b246fc39dd29994cfaed2ea0b041fb2b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Sep 30 22:50:28 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct  1 00:53:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2365046

gnome-extra/cinnamon-menus: x86 stable, bug 587010

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

 gnome-extra/cinnamon-menus/cinnamon-menus-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-3.0.2.ebuild 
b/gnome-extra/cinnamon-menus/cinnamon-menus-3.0.2.ebuild
index 65615a5..ffee6b9 100644
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-3.0.2.ebuild
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-3.0.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="debug +introspection"
 
 RDEPEND="



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

2016-09-30 Thread Pacho Ramos
commit: 78449bda35faef8cf634bd0ae7e9eacbb135a8d1
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Sep 30 22:49:35 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct  1 00:53:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78449bda

media-plugins/gst-plugins-vpx: x86 stable, bug 587010

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

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

diff --git a/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.8.3.ebuild 
b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.8.3.ebuild
index c2fe6de..ac7dba2 100644
--- a/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.8.3.ebuild
+++ b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.8.3.ebuild
@@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="VP8/VP9 video encoder/decoder plugin for GStreamer"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
 IUSE=""
 
 # VP9 is under experimental, do not enable it now



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-settings-daemon/

2016-09-30 Thread Pacho Ramos
commit: 401147148ceff2759e3f2dde8ffe83b7edec8dd9
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Sep 30 22:50:47 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct  1 00:53:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40114714

gnome-extra/cinnamon-settings-daemon: x86 stable, bug 587010

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

 .../cinnamon-settings-daemon/cinnamon-settings-daemon-3.0.1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-3.0.1.ebuild 
b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-3.0.1.ebuild
index a998e9d..b3929d1 100644
--- a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-3.0.1.ebuild
+++ b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-3.0.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/linuxmint/cinnamon-settings-daemon/archive/${PV}.tar
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+colord cups input_devices_wacom smartcard systemd"
 
 # udev is non-optional since lots of plugins, not just gudev, pull it in



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

2016-09-30 Thread Pacho Ramos
commit: 186ce54cd62fc19be3d927b2c7dfb463300324c7
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Sep 30 22:49:49 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct  1 00:53:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=186ce54c

media-plugins/gst-plugins-x264: x86 stable, bug 587010

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

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

diff --git a/media-plugins/gst-plugins-x264/gst-plugins-x264-1.8.3.ebuild 
b/media-plugins/gst-plugins-x264/gst-plugins-x264-1.8.3.ebuild
index 8aabdc2..206538c 100644
--- a/media-plugins/gst-plugins-x264/gst-plugins-x264-1.8.3.ebuild
+++ b/media-plugins/gst-plugins-x264/gst-plugins-x264-1.8.3.ebuild
@@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-ugly
 inherit gstreamer
 
 DESCRIPTION="H.264 encoder plugin for GStreamer"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
 IUSE=""
 
 # 20111220 ensures us X264_BUILD >= 120



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

2016-09-30 Thread Pacho Ramos
commit: db29134cde3abbf8b6bfb24ce279bf40ad085922
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Sep 30 22:50:09 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct  1 00:53:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db29134c

media-plugins/gst-transcoder: x86 stable, bug 587010

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

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

diff --git a/media-plugins/gst-transcoder/gst-transcoder-1.8.2.ebuild 
b/media-plugins/gst-transcoder/gst-transcoder-1.8.2.ebuild
index cf715ce..1434f27 100644
--- a/media-plugins/gst-transcoder/gst-transcoder-1.8.2.ebuild
+++ b/media-plugins/gst-transcoder/gst-transcoder-1.8.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/pitivi/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



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

2016-09-30 Thread Pacho Ramos
commit: d09b8d1ac580656fdb71a1c41c781b1be90d8671
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Sep 30 22:50:03 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct  1 00:53:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d09b8d1a

media-plugins/gst-plugins-ximagesrc: x86 stable, bug 587010

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

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

diff --git 
a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.8.3.ebuild 
b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.8.3.ebuild
index d79cd12..0f04058 100644
--- a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.8.3.ebuild
+++ b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.8.3.ebuild
@@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="X11 video capture stream plugin for GStreamer"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND="



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

2016-09-30 Thread Pacho Ramos
commit: bedec2ae11c2cc8a0d5032f6dda1f3125943f76d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Sep 30 22:48:57 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct  1 00:53:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bedec2ae

media-plugins/gst-plugins-uvch264: x86 stable, bug 587010

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

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

diff --git a/media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.8.3.ebuild 
b/media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.8.3.ebuild
index 8d4fccd..7d536f9 100644
--- a/media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.8.3.ebuild
+++ b/media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.8.3.ebuild
@@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer
 
 DESCRIPTION="UVC compliant H264 encoding cameras plugin for GStreamer"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-lang/perl/files/eblits/

2016-09-30 Thread Kent Fredric
commit: 69403c7d13a60b28ba27e1f6b29a70d24e28afd5
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Sep 30 04:41:12 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Oct  1 00:07:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69403c7d

dev-lang/perl: Remove unused 5.024 eblits

All these files were used by the perl-5.24.0 ebuild
and you can now see how crazy it all was.

Package-Manager: portage-2.3.1

 dev-lang/perl/files/eblits/common-v50240001.eblit  |  71 
 .../perl/files/eblits/pkg_postinst-v50240001.eblit |  36 
 .../perl/files/eblits/pkg_postrm-v50240001.eblit   |   7 -
 .../perl/files/eblits/pkg_setup-v50240001.eblit|  74 
 .../files/eblits/src_configure-v50240001.eblit | 188 -
 .../perl/files/eblits/src_install-v50240001.eblit  |  51 --
 .../perl/files/eblits/src_prepare-v50240001.eblit  |  72 
 7 files changed, 499 deletions(-)

diff --git a/dev-lang/perl/files/eblits/common-v50240001.eblit 
b/dev-lang/perl/files/eblits/common-v50240001.eblit
deleted file mode 100644
index 2a8d815..
--- a/dev-lang/perl/files/eblits/common-v50240001.eblit
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-src_remove_dual_file() {
-   local i pkg ver
-   pkg="$1"
-   ver="$2"
-   shift 2
-   case "${EBUILD_PHASE:-none}" in
-   postinst|postrm)
-   for i in "$@" ; do
-   alternatives_auto_makesym "${i}" "${i}-[0-9]*"
-   done
-   ;;
-   setup)
-   for i in "$@" ; do
-   if [[ -f ${EROOT}${i} && ! -h ${EROOT}${i} ]] ; 
then
-   has_version ${pkg} && ewarn "You must 
reinstall ${pkg} !"
-   break
-   fi
-   done
-   ;;
-   install)
-   for i in "$@" ; do
-   if ! [[ -f "${ED}"${i} ]] ; then
-   ewarn "${i} does not exist!"
-   continue
-   fi
-   mv "${ED}"${i}{,-${ver}-${P}} || die
-   done
-   ;;
-   esac
-}
-
-src_remove_dual_man() {
-   local i pkg ver ff
-   pkg="$1"
-   ver="$2"
-   shift 2
-   case "${EBUILD_PHASE:-none}" in
-   postinst|postrm)
-   for i in "$@" ; do
-   ff=`echo 
"${EROOT}${i%.[0-9]}-${ver}-${P}${i#${i%.[0-9]}}"*`
-   ff=${ff##*${i#${i%.[0-9]}}}
-   alternatives_auto_makesym "${i}${ff}" 
"${i%.[0-9]}-[0-9]*"
-   done
-   ;;
-   install)
-   for i in "$@" ; do
-   if ! [[ -f "${ED}"${i} ]] ; then
-   ewarn "${i} does not exist!"
-   continue
-   fi
-   mv "${ED}"${i} 
"${ED}"${i%.[0-9]}-${ver}-${P}${i#${i%.[0-9]}} || die
-   done
-   ;;
-   esac
-}
-
-src_remove_dual() {
-   local i pkg ver
-   pkg="$1"
-   ver="$2"
-   shift 2
-   for i in "$@" ; do
-   src_remove_dual_file  "${pkg}" "${ver}" "/usr/bin/${i}"
-   src_remove_dual_man   "${pkg}" "${ver}" 
"/usr/share/man/man1/${i}.1"
-   done
-}
-

diff --git a/dev-lang/perl/files/eblits/pkg_postinst-v50240001.eblit 
b/dev-lang/perl/files/eblits/pkg_postinst-v50240001.eblit
deleted file mode 100644
index 2603ef4..
--- a/dev-lang/perl/files/eblits/pkg_postinst-v50240001.eblit
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-eblit-perl-pkg_postinst() {
-   dual_scripts
-
-   if [[ "${ROOT}" = "/" ]] ; then
-   local INC DIR file
-   INC=$(perl -e 'for $line (@INC) { next if $line eq "."; next if 
$line =~ m/'${SHORT_PV}'|etc|local|perl$/; print "$line\n" }')
-   einfo "Removing old .ph files"
-   for DIR in ${INC} ; do
-   if [[ -d "${DIR}" ]] ; then
-   for file in $(find "${DIR}" -name "*.ph" -type 
f ) ; do
-   rm -f "${file}"
-   einfo "<< ${file}"
-   done
-   fi
-   done
-   # Silently remove the now empty dirs
-   for DIR in ${INC} ; do
-   if [[ -d 

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

2016-09-30 Thread Kent Fredric
commit: d6a8f484f805972c86b50c474e4f448dc18605ba
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Sep 30 04:29:25 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Oct  1 00:07:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a8f484

dev-lang/perl: Add := subslot deps for sys-libs/db

USE=berkdb compiles perl linking against sys-libs/db,
  indicating that removing the slot perl compiled against
  (which appears to be "latest") will cause Perl to be broken.

This change actually requires -r1 bumps for all dev-lang/perl
to propagate, however, that is a little too complex right now
in the tail of a stabilization.

Package-Manager: portage-2.3.1

 dev-lang/perl/perl-5.20.2-r1.ebuild | 4 ++--
 dev-lang/perl/perl-5.20.2.ebuild| 4 ++--
 dev-lang/perl/perl-5.22.0.ebuild| 4 ++--
 dev-lang/perl/perl-5.22.1.ebuild| 4 ++--
 dev-lang/perl/perl-5.22.2.ebuild| 2 +-
 dev-lang/perl/perl-5.24.0-r1.ebuild | 2 +-
 dev-lang/perl/perl-5.24.0.ebuild| 2 +-
 7 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/dev-lang/perl/perl-5.20.2-r1.ebuild 
b/dev-lang/perl/perl-5.20.2-r1.ebuild
index 17997be..bc897bd 100644
--- a/dev-lang/perl/perl-5.20.2-r1.ebuild
+++ b/dev-lang/perl/perl-5.20.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -31,7 +31,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips 
~ppc ~ppc64 ~s390 ~s
 IUSE="berkdb debug doc gdbm ithreads"
 
 RDEPEND="
-   berkdb? ( sys-libs/db:* )
+   berkdb? ( sys-libs/db:= )
gdbm? ( >=sys-libs/gdbm-1.8.3 )
app-arch/bzip2
sys-libs/zlib

diff --git a/dev-lang/perl/perl-5.20.2.ebuild b/dev-lang/perl/perl-5.20.2.ebuild
index f652574..0682c57 100644
--- a/dev-lang/perl/perl-5.20.2.ebuild
+++ b/dev-lang/perl/perl-5.20.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -31,7 +31,7 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc 
ppc64 s390 sh sparc x86
 IUSE="berkdb debug doc gdbm ithreads"
 
 RDEPEND="
-   berkdb? ( sys-libs/db:* )
+   berkdb? ( sys-libs/db:= )
gdbm? ( >=sys-libs/gdbm-1.8.3 )
app-arch/bzip2
sys-libs/zlib

diff --git a/dev-lang/perl/perl-5.22.0.ebuild b/dev-lang/perl/perl-5.22.0.ebuild
index 386e9b3..da58ac5 100644
--- a/dev-lang/perl/perl-5.22.0.ebuild
+++ b/dev-lang/perl/perl-5.22.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -31,7 +31,7 @@ KEYWORDS="~alpha ~amd64 ~amd64-fbsd ~amd64-linux ~arm ~arm64 
~hppa ~hppa-hpux ~i
 IUSE="berkdb debug doc gdbm ithreads"
 
 RDEPEND="
-   berkdb? ( sys-libs/db:* )
+   berkdb? ( sys-libs/db:= )
gdbm? ( >=sys-libs/gdbm-1.8.3 )
app-arch/bzip2
sys-libs/zlib

diff --git a/dev-lang/perl/perl-5.22.1.ebuild b/dev-lang/perl/perl-5.22.1.ebuild
index a428815..de800c9 100644
--- a/dev-lang/perl/perl-5.22.1.ebuild
+++ b/dev-lang/perl/perl-5.22.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -31,7 +31,7 @@ KEYWORDS="~alpha ~amd64 ~amd64-fbsd ~amd64-linux ~arm ~arm64 
~hppa ~hppa-hpux ~i
 IUSE="berkdb debug doc gdbm ithreads"
 
 RDEPEND="
-   berkdb? ( sys-libs/db:* )
+   berkdb? ( sys-libs/db:= )
gdbm? ( >=sys-libs/gdbm-1.8.3 )
app-arch/bzip2
sys-libs/zlib

diff --git a/dev-lang/perl/perl-5.22.2.ebuild b/dev-lang/perl/perl-5.22.2.ebuild
index 40b2a98..2e71223 100644
--- a/dev-lang/perl/perl-5.22.2.ebuild
+++ b/dev-lang/perl/perl-5.22.2.ebuild
@@ -31,7 +31,7 @@ KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc 
ppc64 ~s390 ~sh spar
 IUSE="berkdb debug doc gdbm ithreads"
 
 RDEPEND="
-   berkdb? ( sys-libs/db:* )
+   berkdb? ( sys-libs/db:= )
gdbm? ( >=sys-libs/gdbm-1.8.3 )
app-arch/bzip2
sys-libs/zlib

diff --git a/dev-lang/perl/perl-5.24.0-r1.ebuild 
b/dev-lang/perl/perl-5.24.0-r1.ebuild
index 20d0186..8b84e6e 100644
--- a/dev-lang/perl/perl-5.24.0-r1.ebuild
+++ b/dev-lang/perl/perl-5.24.0-r1.ebuild
@@ -31,7 +31,7 @@ KEYWORDS="~alpha ~amd64 ~amd64-fbsd ~amd64-linux ~arm ~arm64 
~hppa ~hppa-hpux ~i
 IUSE="berkdb debug doc gdbm ithreads"
 
 RDEPEND="
-   berkdb? ( sys-libs/db:* )
+   berkdb? ( sys-libs/db:= )
gdbm? ( >=sys-libs/gdbm-1.8.3 )
app-arch/bzip2
sys-libs/zlib

diff --git a/dev-lang/perl/perl-5.24.0.ebuild b/dev-lang/perl/perl-5.24.0.ebuild
index 53bf104..67f7071 100644
--- a/dev-lang/perl/perl-5.24.0.ebuild
+++ b/dev-lang/perl/perl-5.24.0.ebuild
@@ -31,7 +31,7 @@ 

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

2016-09-30 Thread Kent Fredric
commit: 19b7529d2e56a02ab3300c9e709c5cf4b5f0debc
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Sep 30 04:33:12 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Oct  1 00:07:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b7529d

dev-lang/perl: Remove eblitted version of 5.24.0

The eblits based variation of 5.24.0 is now surplus to requirements
and 5.24.0-r1 is much more sane and predictable.

No reverse dependencies have any significance here.

Package-Manager: portage-2.3.1

 dev-lang/perl/Manifest   |   1 -
 dev-lang/perl/perl-5.24.0.ebuild | 126 ---
 2 files changed, 127 deletions(-)

diff --git a/dev-lang/perl/Manifest b/dev-lang/perl/Manifest
index 5b90b45..51927ea 100644
--- a/dev-lang/perl/Manifest
+++ b/dev-lang/perl/Manifest
@@ -7,6 +7,5 @@ DIST perl-5.22.1-patches-1.tar.xz 19920 SHA256 
c128b4d1575f3bcf1952a1526b5725fab
 DIST perl-5.22.1.tar.bz2 13696599 SHA256 
e98e4075a3167fa40524abe447c30bcca10c60e02a54ee1361eff278947a1221 SHA512 
4da26b1d3d8525c58677abd2c5c354ccaa4b1b260ebe7dfe379d51a5da00ac7ae06cb668011faac2aaf56229fd22b275c13a74c8c9dbc59cc155a36c0e7e8355
 WHIRLPOOL 
03d8a050421f1f1899ad8b195d61d0cc55ce061b39ab4dab41b0fbb079a4871d76e968943b83e8165f2f4d1fa42bc87e1c6780aeae1ccc22a720115dfddf17cb
 DIST perl-5.22.2-patches-1.tar.xz 19920 SHA256 
c128b4d1575f3bcf1952a1526b5725fabb6dcd779c7458a05a73aae51ecc1508 SHA512 
2a0a74c935273ae3eafaebc6ed20c730a49f542433d899d51baaa3c3e7a291974fcef734d6320895811b4a6944c4e36b2a01400ed751a11c5d3edd6491bbf41b
 WHIRLPOOL 
5d5c3d35a217e9f61ee9f1406ea5383d192b0875dc736f124613056f71837d84346431127be3c56ae780394aa86cd18d9fad9740e7970e704beb5d2bf112
 DIST perl-5.22.2.tar.bz2 13717881 SHA256 
f2322b9b04fe0cdbca9fe755360da04892cb6483d44959457cfebc0bcddc8058 SHA512 
1acb77ead47955ef6e8d84903e86cb584ee9415742fb99eb2f1f30772087e8ed0def5f643ce4ee7693df5a1dfe154b108aa85df232d81107f98820bb84a0d71a
 WHIRLPOOL 
bdfd1035728619abafeb679cdd3181269a91fad5c30f4995e91d5ae16cb65210ce2c4c47afe85eb192ebde88c0bbc4cd0ed77939acdfd09760b11b57eeace2a6
-DIST perl-5.24.0-patches-1.tar.xz 17320 SHA256 
7be09434e7d73f47be3d1d9f6e6f72f5e705a7b5cfbef07ee9b8b53b2a08ef14 SHA512 
430c06d6298cbd5eb8b7db9947ca288fcd747e19652285278ac2a84c90cdf756463505c50e7bd97fbd98bb45119dc898d94c4fb7af50bb57d9c2b959cba0d944
 WHIRLPOOL 
b1f3cf64af35cb9364563ede25d700ff6b0ebaa93f978b7d65a2085498cce0d20d527e00e0a2b17a3d7dc9ef81d85e68985ec0ec00560e9696a8eb3ee61f0383
 DIST perl-5.24.0-patches-2.tar.xz 17760 SHA256 
8f9ce8895b85d6195cfa10690a28a9b8dbac683cb159ed3f3103e7b5f2bbf18d SHA512 
1159dd53d40641f71c301e4be95c8964e6787cdc446578e66e8c97238fc99558c98b1fbc9e89b2d38206364e598ff1544ca1291c14a422d95089f0eea8926cc2
 WHIRLPOOL 
e18ecf63532609dc36c7252f03a1a4d28529b9804dbb9c0d70cc1418a243ff9168a621cadeee52f69919a70312c83232c0857f907f991886cfae870ed4590286
 DIST perl-5.24.0.tar.bz2 14155784 SHA256 
62328a53d157e8153b33e137594155f6f8b64418f7f9238210feb809585290e0 SHA512 
05ecc6774da475d14f426a850be7adf754fcb17a2fa85a67aeaf8ddb9c86ae8b1ee654e803ebae5ccdaa73ad3e35188e3254ac9452b47cd4f8ffe47e67d15f53
 WHIRLPOOL 
84c98ddb19a5c6d32f40b427ba1f82656f88cfe5b7d3f416fb92579436890af52299f05301a81692dfdae65594b1866081e1fee067623256d796855d87d532ad

diff --git a/dev-lang/perl/perl-5.24.0.ebuild b/dev-lang/perl/perl-5.24.0.ebuild
deleted file mode 100644
index 67f7071..
--- a/dev-lang/perl/perl-5.24.0.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit eutils alternatives flag-o-matic toolchain-funcs multilib 
multiprocessing
-
-PATCH_VER=1
-
-PERL_OLDVERSEN=""
-MODULE_AUTHOR=RJBS
-
-SHORT_PV="${PV%.*}"
-MY_P="perl-${PV/_rc/-RC}"
-MY_PV="${PV%_rc*}"
-
-DESCRIPTION="Larry Wall's Practical Extraction and Report Language"
-
-SRC_URI="
-   mirror://cpan/src/5.0/${MY_P}.tar.bz2
-   
mirror://cpan/authors/id/${MODULE_AUTHOR:0:1}/${MODULE_AUTHOR:0:2}/${MODULE_AUTHOR}/${MY_P}.tar.bz2
-   mirror://gentoo/${MY_P}-patches-${PATCH_VER}.tar.xz
-   
https://dev.gentoo.org/~dilfridge/distfiles/${MY_P}-patches-${PATCH_VER}.tar.xz
-"
-HOMEPAGE="http://www.perl.org/;
-
-LICENSE="|| ( Artistic GPL-1+ )"
-SLOT="0/${SHORT_PV}"
-KEYWORDS="~alpha ~amd64 ~amd64-fbsd ~amd64-linux ~arm ~arm64 ~hppa ~hppa-hpux 
~ia64 ~ia64-hpux ~ia64-linux ~m68k ~m68k-mint ~mips ~ppc ~ppc64 ~ppc-aix 
~ppc-macos ~s390 ~sh ~sparc ~sparc64-solaris ~sparc-solaris ~x64-freebsd 
~x64-macos ~x64-solaris ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~x86-linux 
~x86-macos ~x86-solaris"
-IUSE="berkdb debug doc gdbm ithreads"
-
-RDEPEND="
-   berkdb? ( sys-libs/db:= )
-   gdbm? ( >=sys-libs/gdbm-1.8.3 )
-   app-arch/bzip2
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   !prefix? ( elibc_FreeBSD? ( sys-freebsd/freebsd-mk-defs ) )
-"
-PDEPEND="
-   >=app-admin/perl-cleaner-2.5
-   >=virtual/perl-File-Temp-0.230.400-r2
-  

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

2016-09-30 Thread Matt Thode
commit: cd70f7dc4493d5e37cb28a0f8496f8bb1c9392f8
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 30 23:58:57 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 30 23:58:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd70f7dc

app-admin/ansible: bup and cleanup

Package-Manager: portage-2.3.0

 app-admin/ansible/Manifest |  4 +-
 app-admin/ansible/ansible-2.1.0.0.ebuild   | 59 --
 app-admin/ansible/ansible-2.1.1.0.ebuild   | 59 --
 ...le-2.0.2.0-r1.ebuild => ansible-2.1.2.0.ebuild} |  4 +-
 4 files changed, 3 insertions(+), 123 deletions(-)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index 5d5fc78..3fdb5c8 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,4 +1,2 @@
 DIST ansible-1.9.6.tar.gz 941457 SHA256 
50773781b1e76f2885bbeb2351a97cf1c6a29239d3e073da939a104e7e81ee5d SHA512 
97ea17f032bf253c53d5e1f79071603f0b3b7caffe4e267534cf181ab88b7186d953c41203c762e0650ab70302bde7e84bb5ee8bcd03153a3e4a76e41d1a3bec
 WHIRLPOOL 
b26390090aeabd2a6e8e27916a7cc0e89e0041715bd036118f034292da52df55107d27c577fe38e838b3455d3167cf3e876533fa47fe184d02ebfaa98cf46f5e
-DIST ansible-2.0.2.0.tar.gz 1516681 SHA256 
373a2e50319d90da50948e3faf1c033464b7302200e0199da8981d24646d4387 SHA512 
0f78f15fcfcfe0e0fe60b1ee5f60b101d93f1fa81de942955a036763da4d492f86f2854cc8561e36427c23beb9b70bc577f5d0f42d9a3c7c966bb0979dee8011
 WHIRLPOOL 
a704fea45396ab635662d6df07888ea17321e9f42127957c658ed88f02968a96b6f7fa1f8efa9c266c13f40ff3ab8f00377ac631fcafe0c402a258d71953cf3a
-DIST ansible-2.1.0.0.tar.gz 1877209 SHA256 
403443b55f6522cf86f9b41544a9b6b81f7d27f088446e85334d5d7a6317ccad SHA512 
8601325098b70469cf908ce09c075334952774519a4331f109b6aa0568fc718bb347ea4d06389277e41ce54270b19dca01815f46071d8e638e0cd751957f20c7
 WHIRLPOOL 
03cb5713eecd8bb8c050366c0c23d040fb3a27fa5da91a3fa3ffc14871052e24e2f207eb6c6f35f4f8e4893dd566de5b9d33a72da321dc2833b86b20356de3fa
-DIST ansible-2.1.1.0.tar.gz 1875511 SHA256 
8d2d4f39341b30257b83830a682b559c22904d81fd60b4a3e8b96f055f031197 SHA512 
b8019a56140c19bc3994fea87f59d08a59ce128ea0a68d975dfd0cf6c6c52b29a7652c1f7a7d911f713af4993d490722869e98d82d3553eafd7754ff36e1ddf0
 WHIRLPOOL 
a0b0109f9eb86b0ac3cb3cb83cf6c7d56d48f54551d99d13b0ced536629ca4d455bdbd382ce97144b306daea81d38e30210e9cc7aa12e28b20ee048d9adba9ab
+DIST ansible-2.1.2.0.tar.gz 1881113 SHA256 
9c37a7bd397c05ab8ca3fcc49417649ea49b9133d4cd9500408235617d1621eb SHA512 
5637a7ee82ef6b5377bb0daafd215df3e5c54be7b84d49bfea1f5584090e4f3831a20c206f41816f879ea961d7d6eb461e954d4f4d84bfb875c030585e8f8c2e
 WHIRLPOOL 
fafabec1a4e74fb2ab68c25147074f519f68124eda222a745452846f50a739d66977e310366168bf22a560747e49813f92f5867add5c3317ecba064207830140

diff --git a/app-admin/ansible/ansible-2.1.0.0.ebuild 
b/app-admin/ansible/ansible-2.1.0.0.ebuild
deleted file mode 100644
index 26b830b..
--- a/app-admin/ansible/ansible-2.1.0.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 eutils versionator
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="http://ansible.com/;
-BLAKE2B_HASH="26/6e/3974858f047641de6ceffad0f51ab7cafa5f2c09d1474c6221ec96434f58"
-SRC_URI="https://pypi.python.org/packages/${BLAKE2B_HASH}/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x64-macos"
-IUSE="keyczar test"
-
-RDEPEND="
-   keyczar? ( dev-python/keyczar[${PYTHON_USEDEP}] )
-   dev-python/paramiko[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
-   dev-python/httplib2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   net-misc/sshpass
-   virtual/ssh
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}]
-   >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
-   http://ansible.com/;
-BLAKE2B_HASH="26/7c/4c717d39afac30bc324744a35fda077c969d3881daf71d396969958e01b7"
-SRC_URI="https://pypi.python.org/packages/${BLAKE2B_HASH}/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x64-macos"
-IUSE="keyczar test"
-
-RDEPEND="
-   keyczar? ( dev-python/keyczar[${PYTHON_USEDEP}] )
-   dev-python/paramiko[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
-   dev-python/httplib2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   net-misc/sshpass

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

2016-09-30 Thread Matt Thode
commit: 5f45f34a1a5b68680382b8e0d35f029e6c76cfd1
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 30 23:56:04 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 30 23:56:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f45f34a

dev-python/mysqlclient: bup

Package-Manager: portage-2.3.0

 dev-python/mysqlclient/Manifest |  1 +
 dev-python/mysqlclient/mysqlclient-1.3.8.ebuild | 36 +
 2 files changed, 37 insertions(+)

diff --git a/dev-python/mysqlclient/Manifest b/dev-python/mysqlclient/Manifest
index 21d25bc..e1b267f 100644
--- a/dev-python/mysqlclient/Manifest
+++ b/dev-python/mysqlclient/Manifest
@@ -1 +1,2 @@
 DIST mysqlclient-1.3.7.tar.gz 79823 SHA256 
c74a83b4cb2933d0e43370117eeebdfa03077ae72686d2df43d31879267f1f1b SHA512 
e49aa1c8b3052c115c0423ed0375c7cfaaf2ce2a4e467175ad64ca76eaad6ecff260db8a9afabe7c9c21f017e0c73277c9cf71dde939bf5b31ff3f284331bafe
 WHIRLPOOL 
054cc538f9182c17c006e09eb4a9555910ca621a6729c9d7a06f223ff920bb89fce7c88b4cc0feef14c25a53e7d4be22917ad5c36896d78a7ef05e543c69a13b
+DIST mysqlclient-1.3.8.tar.gz 81405 SHA256 
c64bc386c0b771ed6ff76de0f52e0f957f98d9e13c83b0ddb821afdbe3f5d970 SHA512 
5b955693a7bf8f682c689c80be3451b6e50a907a76fef9438f646fb968ee6cf9a47cd0d624042696c19a19908795a8d7e8492f1ac72e8f6ea057d28df163d2d6
 WHIRLPOOL 
0be71fd875d7d8581d5d7b5cd48ab72042967c3536221a6fe96eb1a21d008131598d6cc0e7bcea94d69e631e807643c8d58e505d71e5e41dd040545a3b72ca5c

diff --git a/dev-python/mysqlclient/mysqlclient-1.3.8.ebuild 
b/dev-python/mysqlclient/mysqlclient-1.3.8.ebuild
new file mode 100644
index ..81f72e4
--- /dev/null
+++ b/dev-python/mysqlclient/mysqlclient-1.3.8.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Fork of MySQL-python"
+HOMEPAGE="https://pypi.python.org/pypi/mysqlclient/ 
https://github.com/PyMySQL/mysqlclient-python;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc"
+
+RDEPEND="
+   !dev-python/mysql-python
+   virtual/mysql"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+DOCS=( HISTORY README.md doc/{FAQ,MySQLdb}.rst )
+
+python_compile_all() {
+   use doc && sphinx-build -b html doc doc/_build/
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/_build/. )
+   distutils-r1_python_install_all
+}



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

2016-09-30 Thread Michael Orlitzky
commit: 7045d31acbfb4ed785fc3061313f7f3fcae75dba
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri Sep 30 23:29:26 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Sep 30 23:42:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7045d31a

dev-lang/php: new 5.6 and 7.0 revisions with additional LICENSE entries.

The main license under which PHP is distributed is the "PHP license."
But, a lot of files, functions, and libraries have been inlined and
bring with them the associated license from the upstream project. This
commit adds the following unconditionally:

  * BSD (thread-safe resource manager, probably other places)
  * Zend-2.0 (used by the Zend engine, everything under ${S}/Zend/)

and the following USE-conditionally:

  * LGPL-2.1+, used by the bcmath extension.
  * BSD-2, used by the fpm SAPI and mbstring extension.
  * gd, used by gd.
  * LGPL-2.1, used by the mbstring extension.

The main license was also updated from "PHP-3" to "PHP-3.01", because
that's what it is.

Package-Manager: portage-2.3.0

 dev-lang/php/{php-5.6.26-r1.ebuild => php-5.6.26-r2.ebuild} | 10 +-
 dev-lang/php/{php-7.0.11-r1.ebuild => php-7.0.11-r2.ebuild} | 10 +-
 2 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/dev-lang/php/php-5.6.26-r1.ebuild 
b/dev-lang/php/php-5.6.26-r2.ebuild
similarity index 99%
rename from dev-lang/php/php-5.6.26-r1.ebuild
rename to dev-lang/php/php-5.6.26-r2.ebuild
index 420cbd7..90bc6e2 100644
--- a/dev-lang/php/php-5.6.26-r1.ebuild
+++ b/dev-lang/php/php-5.6.26-r2.ebuild
@@ -9,7 +9,15 @@ inherit autotools flag-o-matic versionator libtool systemd
 DESCRIPTION="The PHP language runtime engine"
 HOMEPAGE="http://php.net/;
 SRC_URI="http://php.net/distributions/${P}.tar.xz;
-LICENSE="PHP-3"
+
+LICENSE="PHP-3.01
+   BSD
+   Zend-2.0
+   bcmath? ( LGPL-2.1+ )
+   fpm? ( BSD-2 )
+   gd? ( gd )
+   unicode? ( BSD-2 LGPL-2.1 )"
+
 SLOT="$(get_version_component_range 1-2)"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 

diff --git a/dev-lang/php/php-7.0.11-r1.ebuild 
b/dev-lang/php/php-7.0.11-r2.ebuild
similarity index 99%
rename from dev-lang/php/php-7.0.11-r1.ebuild
rename to dev-lang/php/php-7.0.11-r2.ebuild
index 7464406..0729ac3 100644
--- a/dev-lang/php/php-7.0.11-r1.ebuild
+++ b/dev-lang/php/php-7.0.11-r2.ebuild
@@ -9,7 +9,15 @@ inherit autotools flag-o-matic versionator libtool systemd
 DESCRIPTION="The PHP language runtime engine"
 HOMEPAGE="http://php.net/;
 SRC_URI="http://php.net/distributions/${P}.tar.xz;
-LICENSE="PHP-3"
+
+LICENSE="PHP-3.01
+   BSD
+   Zend-2.0
+   bcmath? ( LGPL-2.1+ )
+   fpm? ( BSD-2 )
+   gd? ( gd )
+   unicode? ( BSD-2 LGPL-2.1 )"
+
 SLOT="$(get_version_component_range 1-2)"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 



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

2016-09-30 Thread Michael Orlitzky
commit: 8144f1f6125282980387978425570e7dc7b26d2f
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri Sep 30 23:04:36 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Sep 30 23:42:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8144f1f6

licenses: add new Zend-2.0 license as part of the @MISC-FREE group.

The "Zend Engine License, version 2.00" covers parts of the PHP
runtime. The latest version of the Zend license is vanilla BSD:

  https://framework.zend.com/license

However, all of the sources shipped with dev-lang/php still refer to
version 2.00 of the license, so we're including it. Version 2.00 is a
modified BSD license with a few more attribution clauses thrown in. It
is still a free software license (although not approved, to my
knowledge), so it has been added to the @MISC-FREE license group.

Gentoo-Bug: 595664

 licenses/Zend-2.0   | 56 +
 profiles/license_groups |  2 +-
 2 files changed, 57 insertions(+), 1 deletion(-)

diff --git a/licenses/Zend-2.0 b/licenses/Zend-2.0
new file mode 100644
index ..5837d7c
--- /dev/null
+++ b/licenses/Zend-2.0
@@ -0,0 +1,56 @@
+ 
+The Zend Engine License, version 2.00
+Copyright (c) 1999-2002 Zend Technologies Ltd. All rights reserved.
+ 
+
+Redistribution and use in source and binary forms, with or without
+modification, is permitted provided that the following conditions
+are met:
+
+  1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer. 
+ 
+  2. Redistributions in binary form must reproduce the above 
+ copyright notice, this list of conditions and the following 
+ disclaimer in the documentation and/or other materials provided
+ with the distribution.
+ 
+  3. The names "Zend" and "Zend Engine" must not be used to endorse
+ or promote products derived from this software without prior
+ permission from Zend Technologies Ltd. For written permission,
+ please contact lice...@zend.com. 
+ 
+  4. Zend Technologies Ltd. may publish revised and/or new versions
+ of the license from time to time. Each version will be given a
+ distinguishing version number.
+ Once covered code has been published under a particular version
+ of the license, you may always continue to use it under the
+ terms of that version. You may also choose to use such covered
+ code under the terms of any subsequent version of the license
+ published by Zend Technologies Ltd. No one other than Zend
+ Technologies Ltd. has the right to modify the terms applicable
+ to covered code created under this License.
+
+  5. Redistributions of any form whatsoever must retain the following
+ acknowledgment:
+ "This product includes the Zend Engine, freely available at
+ http://www.zend.com;
+
+  6. All advertising materials mentioning features or use of this
+ software must display the following acknowledgment:
+ "The Zend Engine is freely available at http://www.zend.com;
+
+THIS SOFTWARE IS PROVIDED BY ZEND TECHNOLOGIES LTD. ``AS IS'' AND 
+ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 
+PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL ZEND
+TECHNOLOGIES LTD.  BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.
+
+ 

diff --git a/profiles/license_groups b/profiles/license_groups
index 146d88a..a95f9c3 100644
--- a/profiles/license_groups
+++ b/profiles/license_groups
@@ -34,7 +34,7 @@ OSI-APPROVED AFL-3.0 AGPL-3 AGPL-3+ Apache-1.1 Apache-2.0 
APL-1.0 APSL-2 Artisti
 # TODO: maybe add a category for BSD-alike MISC-FREE licenses for easy
 # separation?
 # BSD-4 alikes: dom4j FastCGI icu JDOM
-MISC-FREE ACE Allegro alternate AMPAS bea.ri.jsr173 BEER-WARE boehm-gc BSD-1 
BSD-with-attribution buddy bufexplorer.vim BZIP2 canfep CDDL-Schily CeCILL-C 
CLX CMake CPL-0.5 CRACKLIB Crypt-IDEA cryptopp DES docbook dom4j 
eGenixPublic-1.1 ElementTree Emacs ErlPL-1.1 FastCGI feh File-MMagic Flashpix 
FLEX flexmock FLTK freemarker FVWM gd gsm HTML-Tidy htmlc iASL icu IDPL 
imagemagick Info-ZIP inner-net ipadic ipx-utils Ispell JasPer2.0 JDOM JNIC JOVE 
keynote LambdaMOO LIBGLOSS libmng libodialog libpng libtiff LLGPL-2.1 LPPL-1.3 

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

2016-09-30 Thread Jason Donenfeld
commit: 9297deea7f82a49e0e69fd45ffa6d99588559a06
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Fri Sep 30 23:36:09 2016 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Fri Sep 30 23:36:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9297deea

net-misc/wireguard: version bump

Package-Manager: portage-2.3.1

 net-misc/wireguard/Manifest | 2 +-
 .../{wireguard-0.0.20160808.ebuild => wireguard-0.0.20161001.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/wireguard/Manifest b/net-misc/wireguard/Manifest
index a074eff..05ed241 100644
--- a/net-misc/wireguard/Manifest
+++ b/net-misc/wireguard/Manifest
@@ -1 +1 @@
-DIST WireGuard-experimental-0.0.20160808.tar.xz 112736 SHA256 
1cf6eb537432c8282b97da1c53bab015acaea07054c513a79575fe86624f3a7d SHA512 
04313ccd0e6a9d9e1eb9e1081567b9cac9fb5a1c431c9feadbcff8b8e89884f715e7a101344f5eef3df7b8b8f8d82878001e1f7f54930b194de6bb690a84723f
 WHIRLPOOL 
65ec94a185ba1944b0f39162a9da8acdf7467e1c13fe0fb70b69ecab9ee1259c6359b5b6debf72fe8b9e1ffe88b040389433256d1aa92d7fe4a9fa6184151588
+DIST WireGuard-experimental-0.0.20161001.tar.xz 118276 SHA256 
ac3abb7b940716ac12b96a2cb3f7666598cbefd26f19c268f627dc47cd113ac8 SHA512 
ec86e78bb3a65af621106a8316cfc2b0a4c3815967c4c873dc103aeb82e013bd428f06a7e50d767436dd5a316bf0132638d5ef497a87a86aa230910e556a354b
 WHIRLPOOL 
e8a065b73d388533b067f29be41fc509fe31edbbab8ae4b18df199db0beb6cf703d435dedb8e2b4f3cd0a9194c8339bb253d16fb1a7d73bef5382a0fd68eb018

diff --git a/net-misc/wireguard/wireguard-0.0.20160808.ebuild 
b/net-misc/wireguard/wireguard-0.0.20161001.ebuild
similarity index 100%
rename from net-misc/wireguard/wireguard-0.0.20160808.ebuild
rename to net-misc/wireguard/wireguard-0.0.20161001.ebuild



[gentoo-commits] dev/dilfridge:master commit in: www-apache/mod_perl/

2016-09-30 Thread Andreas Hüttel
commit: 118fe0b25318b9f1754e0a33d101903bcccbe07e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Sep 30 19:42:21 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Sep 30 19:42:21 2016 +
URL:https://gitweb.gentoo.org/dev/dilfridge.git/commit/?id=118fe0b2

www-apache/mod_perl: Use newest rc for experiments

Package-Manager: portage-2.3.1

 www-apache/mod_perl/Manifest   | 1 +
 ...{mod_perl-2.0.10_pre201601-r1.ebuild => mod_perl-2.0.10_rc1.ebuild} | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apache/mod_perl/Manifest b/www-apache/mod_perl/Manifest
index 9d6f756..ade3fdd 100644
--- a/www-apache/mod_perl/Manifest
+++ b/www-apache/mod_perl/Manifest
@@ -1 +1,2 @@
+DIST mod_perl-2.0.10-rc1.tar.gz 3845157 SHA256 
d01da2b8b8acd9e2f4853f130f142259296310fb961bb3c55ad029b5a8d5d7af SHA512 
9c99de8d553bce98786d6e99a78abdb39ecc411b82456a0cec0a667bd5d274c5978fd76ca4e9489d06e6661c64ab60b281fc8c741289777b1e0d067114a7a904
 WHIRLPOOL 
827f9f64524de44456a091e7fb558997e9ec8901a887d2b8d5767545cd330d4a0b18e6a6b2e00b31e36ac365d1b7c5b7aaad6aa5404a05e330f2c0ddae82497e
 DIST mod_perl-2.0.10_pre201601.tar.gz 3854229 SHA256 
a89c23b66b21c600b74a48125c02c91159c07b08cc07fb4f55015e8e07713697 SHA512 
04e57e79031374f3ec432e950fb9f79d1202da9dfc0d86a5137b7346c18f313a4e58ecfffed51efd7e6494baec86b22a42d6712ce5f7824f9f479c05bac00659
 WHIRLPOOL 
5d37b067aa945cafc0cc7a1f1b27257d8409f6804f22880ae7fd6c21424bbd2c07bace483d95590d255678725f67d081741978cff24cfc91716c08294547e622

diff --git a/www-apache/mod_perl/mod_perl-2.0.10_pre201601-r1.ebuild 
b/www-apache/mod_perl/mod_perl-2.0.10_rc1.ebuild
similarity index 96%
rename from www-apache/mod_perl/mod_perl-2.0.10_pre201601-r1.ebuild
rename to www-apache/mod_perl/mod_perl-2.0.10_rc1.ebuild
index 1fac22f..16d7f02 100644
--- a/www-apache/mod_perl/mod_perl-2.0.10_pre201601-r1.ebuild
+++ b/www-apache/mod_perl/mod_perl-2.0.10_rc1.ebuild
@@ -8,8 +8,7 @@ inherit depend.apache apache-module perl-module eutils
 
 DESCRIPTION="An embedded Perl interpreter for Apache2"
 HOMEPAGE="https://perl.apache.org/;
-#SRC_URI="mirror://apache/perl/${P}.tar.gz"
-SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.gz;
+SRC_URI="mirror://apache/perl/${P/_rc1/-rc1}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="1"



[gentoo-commits] dev/dilfridge:master commit in: www-apache/mod_perl/, www-apache/mod_perl/files/

2016-09-30 Thread Andreas Hüttel
commit: 86c67a7eeea89832912c8dad9e86140e0e47fa10
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Sep 30 23:22:30 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Sep 30 23:22:30 2016 +
URL:https://gitweb.gentoo.org/dev/dilfridge.git/commit/?id=86c67a7e

www-apache/mod_perl: Builds and installs. Some tests still fail.

Package-Manager: portage-2.3.1

 ...perl-2.0.10_pre201601-bundled-Apache-Test.patch | 123 -
 .../mod_perl-2.0.10_rc1-bundled-Apache-Test.patch  |  80 ++
 www-apache/mod_perl/mod_perl-2.0.10_rc1.ebuild |  93 
 3 files changed, 129 insertions(+), 167 deletions(-)

diff --git 
a/www-apache/mod_perl/files/mod_perl-2.0.10_pre201601-bundled-Apache-Test.patch 
b/www-apache/mod_perl/files/mod_perl-2.0.10_pre201601-bundled-Apache-Test.patch
deleted file mode 100644
index af53cad..000
--- 
a/www-apache/mod_perl/files/mod_perl-2.0.10_pre201601-bundled-Apache-Test.patch
+++ /dev/null
@@ -1,123 +0,0 @@
-diff -ruN mod_perl-2.0.10_pre201601.orig/Makefile.PL 
mod_perl-2.0.10_pre201601/Makefile.PL
 mod_perl-2.0.10_pre201601.orig/Makefile.PL 2015-05-13 10:01:18.0 
+0200
-+++ mod_perl-2.0.10_pre201601/Makefile.PL  2016-01-09 21:02:00.0 
+0100
-@@ -25,7 +25,7 @@
- 
- }
- 
--use lib qw(lib Apache-Test/lib);
-+use lib qw(lib);
- 
- use Config;
- use File::Spec::Functions;
-@@ -122,15 +122,6 @@
- 
- sub configure {
- 
--# mod_perl test suite relies on having Apache-Test bundled with
--# the mod_perl source, since any pre-installed version may not do
--# the right thing
--unless (-d "Apache-Test") {
--error "Can't find a sub-directory Apache-Test. " .
--"Make sure that you are using a complete source distribution";
--exit 1;
--}
--
- set_modperl_version();
- 
- if ($old_modperl_version) {
-@@ -853,14 +844,9 @@
- run_subtests ::
-   cd ModPerl-Registry && $(MAKE) test
- 
--run_subtests ::
--  cd Apache-Reload && $(MAKE) test
--
- EOF
- 
- $preamble .= <<'EOF' unless $build->mpm_is_threaded();
--run_subtests ::
--  cd Apache-SizeLimit && $(MAKE) test
- 
- EOF
- 
-@@ -871,42 +857,6 @@
- return $preamble;
- }
- 
--sub MY::postamble {
--my $self = shift;
--
--my $string = $self->ModPerl::BuildMM::MY::postamble;
--
--if (!WIN32) {
--$string .= <<'EOF';
--rpm: dist
--  @[ -d $(PWD)/rpm ] || mkdir $(PWD)/rpm
--  rpmbuild -ta --define "_rpmdir $(PWD)/rpm" \
-- --define "_srcrpmdir $(PWD)/rpm" \
-- $(DISTVNAME).tar.gz
--  @mv $(PWD)/rpm/*/*.rpm $(PWD)/rpm/
--  @rm -rf $(PWD)/rpm/*/
--
--EOF
--}
--
--$string .= <<'EOF';
--mydist : Apache-Test/META.yml mod_perl.spec manifest tardist
--
--mod_perl.spec: build/make_rpm_spec
--  $(PERL) build/make_rpm_spec
--
--Apache-Test/META.yml:
--  cd Apache-Test && make metafile
--
--tag :
--  svn copy  https://svn.apache.org/repos/asf/perl/modperl/trunk  
https://svn.apache.org/repos/asf/perl/modperl/branches/release/$(VERSION_SYM)
--  svn copy  
https://svn.apache.org/repos/asf/perl/modperl/branches/release/$(VERSION_SYM)  
https://svn.apache.org/repos/asf/perl/modperl/tags/$(VERSION_SYM)
--  svn copy  https://svn.apache.org/repos/asf/perl/modperl/docs/trunk 
https://svn.apache.org/repos/asf/perl/modperl/docs/tags/$(VERSION_SYM)
--EOF
--
--return $string;
--}
--
- # this is a workaround so that ModPerl::MM will move MY::constants
- # away, and Apache-Test/Makefile.PL which has its own MY::constants
- # won't get complaints on MY::constants redefined
-diff -ruN mod_perl-2.0.10_pre201601.orig/lib/ModPerl/BuildMM.pm 
mod_perl-2.0.10_pre201601/lib/ModPerl/BuildMM.pm
 mod_perl-2.0.10_pre201601.orig/lib/ModPerl/BuildMM.pm  2015-04-01 
18:19:18.0 +0200
-+++ mod_perl-2.0.10_pre201601/lib/ModPerl/BuildMM.pm   2016-01-09 
21:04:34.0 +0100
-@@ -39,12 +39,10 @@
- ModPerl::MM::override_eu_mm_mv_all_methods(@methods);
- use strict 'refs';
- 
--my $apache_test_dir = catdir Cwd::getcwd(), "Apache-Test", "lib";
--
- #to override MakeMaker MOD_INSTALL macro
- sub mod_install {
- q{$(PERL) -I$(INST_LIB) -I$(PERL_LIB) \\}."\n" .
--qq{-I$apache_test_dir -MModPerl::BuildMM \\}."\n" .
-+qq{-MModPerl::BuildMM \\}."\n" .
- q{-e 
"ExtUtils::Install::install({@ARGV},'$(VERBINST)',0,'$(UNINST)');"}."\n";
- }
- 
-@@ -271,7 +269,7 @@
- 
- push @target,
- '$(FULLPERL) -I$(INST_LIB) ' .
--"-I$apache_test_dir -MModPerl::BuildMM " .
-+"-MModPerl::BuildMM " .
- "-e ModPerl::BuildMM::glue_pod $pm $podpath $blib";
- 
- # Win32 doesn't normally install man pages
-diff -ruN mod_perl-2.0.10_pre201601.orig/lib/ModPerl/Manifest.pm 
mod_perl-2.0.10_pre201601/lib/ModPerl/Manifest.pm
 mod_perl-2.0.10_pre201601.orig/lib/ModPerl/Manifest.pm 2015-05-13 
09:23:09.0 +0200

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

2016-09-30 Thread Andreas Hüttel
commit: 116c153858bee6f176d051b7bb3dc1dde0139e11
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Sep 30 22:55:34 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Sep 30 22:56:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=116c1538

depend.apache.eclass: Fix warning output

 eclass/depend.apache.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass
index 5fd9071..b69c2ec 100644
--- a/eclass/depend.apache.eclass
+++ b/eclass/depend.apache.eclass
@@ -48,7 +48,7 @@ case ${EAPI:-0} in
6)
ewarn
ewarn "EAPI=${EAPI} is not supported by depend.apache.eclass."
-   ewarn "This means that ${CATEGORY}/${PVR} is most likely buggy."
+   ewarn "This means that ${CATEGORY}/${PF} is most likely buggy."
ewarn "Please file a report on https://bugs.gentoo.org/;
ewarn
;;



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

2016-09-30 Thread Mike Pagano
commit: b4464f5f8260385efbe97dd6337748f74ae337ac
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Sep 30 22:52:48 2016 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Sep 30 22:53:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4464f5f

sys-kernel/vanilla-sources: Remove EOL'ed 4.6.7. Please upgrade to a supported 
version.

Package-Manager: portage-2.3.0

 sys-kernel/vanilla-sources/Manifest |  2 --
 sys-kernel/vanilla-sources/vanilla-sources-4.6.7.ebuild | 17 -
 2 files changed, 19 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index f515e63..5953379 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -7,7 +7,6 @@ DIST linux-3.2.tar.xz 65065516 SHA256 
dd96ed02b53fb5d57762e4b1f573460909de472ca5
 DIST linux-3.4.tar.xz 66748028 SHA256 
ff3dee6a855873d12487a6f4070ec2f7996d073019171361c955639664baa0c6 SHA512 
1c49b336750c9c2b49d21e54126f22a800367296be0d57e6df28b1532cbeba7fc3bdf4cfe27d9810576e76c2db2e9c2493f0804451c915137cb78d7aa61f236c
 WHIRLPOOL 
a36e62fe197ba7c08d498a79034da58091a94348f69542241067c9ebef683f86371b2c0a3b3fb6c4611e2fb885d9b74eee5c1f46a493c72dfb76c5665f0b8a6a
 DIST linux-4.1.tar.xz 83017828 SHA256 
caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f SHA512 
168ef84a4e67619f9f53f3574e438542a5747f9b43443363cb83597fcdac9f40d201625c66e375a23226745eaada9176eb006ca023613cec089349e91751f3c0
 WHIRLPOOL 
85fcfdb67ea7f865272a85d3b4c3ec1f5a1267f4664bf073c562bb3875e9d96ad68486259d8866a9aced98c95de16840ec531d89745aec75b7315a64ebe650b8
 DIST linux-4.4.tar.xz 87295988 SHA256 
401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2 SHA512 
13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e
 WHIRLPOOL 
02abc203d867404b9934aaa4c1e5b5dcbb0b0021e91a03f3a7e7fd224eed106821d8b4949f32a590536db150e5a88c16fcde88538777a26d0c17900f0257b1bc
-DIST linux-4.6.tar.xz 89461728 SHA256 
a93771cd5a8ad27798f22e9240538dfea48d3a2bf2a6a6ab415de3f02d25d866 SHA512 
df5ee40b0ebd89914a900f63c32a481cb4f405d8f792b2d03ea167ce9c5bdf75154c7bd8ecd7ebac77a8dbf2b077c972cbfe6b95163e27c38c1fefc6ddbdfa0b
 WHIRLPOOL 
50ee28a06930ffb29ade1aa5fb4e3bf165ead92cb660dc6771a265cdbc2240713ebf14fe235fa153d8b6e3ab853852ea06c2525209cd7989aa3d6f6fad5b7edf
 DIST linux-4.7.tar.xz 90412100 SHA256 
5190c3d1209aeda04168145bf50569dc0984f80467159b1dc50ad731e3285f10 SHA512 
e8c02583e17e4fc4214fef694825fcb78c898266f1624deb1cdf56ab5c5fdfa669c5221122a7cf0d502ed6f921ff3797634acd9d294d29e98e3faa8a21920185
 WHIRLPOOL 
e968c89ce714c8d918db6074dabac4b0200c57ff111260313cf5798eeefb8b5b10c1509b64e2ee611a78e81075c588a473b67f9802609b2fef9ebb87ae514d98
 DIST patch-3.10.103.xz 1332092 SHA256 
ea9a27fd1644f6686098df421623dfe772d320c926e45f9edf97f0b305774353 SHA512 
065028288f416ef8334ae32c8c5b3791bd6135658a18f90982100c2247f4e9461fba76b6015aec9500f47aecdc48d7ed7539b65c4285b4b0e42d97e6c00dba04
 WHIRLPOOL 
12b59a9bf1430c2a4a990a302345e8c0dd6c3239a53e25e87f49f9b5dbbcedb776aa7e8a42a35979d28b14b08f438c73363fd13878e93d262c4ddc38f6b6a848
 DIST patch-3.12.63.xz 1610112 SHA256 
35a673ed2047e042636b56573020755f5e5d1ab63bfe391180f2f1f4940cfdf0 SHA512 
dbc96441bbdef78fadc744352278c9ff89e14b995d10eb9ccae9767e89bd2b351943acc305384e825976d992551e6f2cdb791fc7d65a9e090fa1c66ea2e5c751
 WHIRLPOOL 
40adc9b359a30d82d259839f1ba49ed801e031b095eac8f58c686e540c70a27158ec3396d908f938990557f31ba258ef454d19cdbf1b26016621dfcc33492808
@@ -18,5 +17,4 @@ DIST patch-3.2.82.xz 1619680 SHA256 
f522e0abe63dbf477389ef17e6e9d2646c51db5b9d95
 DIST patch-3.4.112.xz 1337588 SHA256 
01d33e0582be65f75835599ebf659f46c0ad0b7f64b826c78e5402550f2224c8 SHA512 
474bb722b4c5adcb81d73df2091f4a0873be01a7f287a34bed7d68b134bcdc8dee3ef7a658f2e9f0e3572bb1ca83ed8b06ece31346fe3685476a1fabb9bc0a2e
 WHIRLPOOL 
5bb15bb566ed73dc5f316d2e57b655733de4263c1bf78f2af61c34097cce49ebf5480d4d4748e5725a7ed83dac4230a083135e30b19379ec05ffd84cc96f
 DIST patch-4.1.33.xz 882692 SHA256 
a82214bab495c8e497ea294bc623f762019a485ee7ffd02ed488feb99e711d00 SHA512 
626306d80828e325435bd48cf4d46544eaa5f56866af846d16249387425d01f9a842e12dc21eef02538176f2775af0027291b06f37052aa1a272c00be7400d5a
 WHIRLPOOL 
05f2bb1e9ce554c6867dadacfdd0b08b18e517378eaad24340ed0ab6888e27091db9268121c6899abb4dccfc67386004a1c762611559c98fac28f2d46a7beb5f
 DIST patch-4.4.23.xz 720968 SHA256 
0592b15bb78879ffa72933c71b8b11787a7b4560ea33b8ba8b421df034ee74c8 SHA512 
62de0a7258f2532bd96d0d8af9acf4541190a076b057ac971e8181f4af503f3c079c8c602116fa278dadca6a06c62a6655bef3b88c17ffaafe053d62515b9d57
 WHIRLPOOL 
a44579e974aeaeef1164f7d7b7d530fffed6fb6ad6e9f723420c3f5022d2097696f060c0e92d0e64cbd4b23bb235e06dd1d9b5acab816aa4f1552bbbe0afe4fb
-DIST patch-4.6.7.xz 210048 SHA256 
e06e9f84571856b02eb5c1d399e120a7ae8d618e4b444009dd53c9ca8f89fa11 SHA512 

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

2016-09-30 Thread Andreas Hüttel
commit: 1434d8dc853a9cc4dd67eef51a63b9641955f9f4
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Sep 30 22:21:46 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Sep 30 22:22:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1434d8dc

depend.apache.eclass: output a fat warning if used with EAPI=6

We would really need a PMS-supplied eqawarn here...

 eclass/depend.apache.eclass | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass
index 22a8216..5fd9071 100644
--- a/eclass/depend.apache.eclass
+++ b/eclass/depend.apache.eclass
@@ -42,6 +42,21 @@
 
 inherit multilib
 
+case ${EAPI:-0} in
+   0|1|2|3|4|5)
+   ;;
+   6)
+   ewarn
+   ewarn "EAPI=${EAPI} is not supported by depend.apache.eclass."
+   ewarn "This means that ${CATEGORY}/${PVR} is most likely buggy."
+   ewarn "Please file a report on https://bugs.gentoo.org/;
+   ewarn
+   ;;
+   *)
+   die "EAPI=${EAPI} is not supported by depend.apache.eclass"
+   ;;
+esac
+
 # 
==
 # INTERNAL VARIABLES
 # 
==



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

2016-09-30 Thread William Hubbs
commit: 6710316a18c33601e780282e72c60f09b5175280
Author: Doug Freed  mtu  edu>
AuthorDate: Fri Sep 30 21:29:56 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Sep 30 21:29:56 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=6710316a

openrc-run: fix double free

 src/rc/openrc-run.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/rc/openrc-run.c b/src/rc/openrc-run.c
index e3b4fbb..bb79f42 100644
--- a/src/rc/openrc-run.c
+++ b/src/rc/openrc-run.c
@@ -1344,6 +1344,7 @@ int main(int argc, char **argv)
applet_list,
runlevel, depoptions);
rc_stringlist_free(tmplist);
+   tmplist = NULL;
TAILQ_FOREACH(svc, services, entries)
printf("%s ", svc->value);
printf ("\n");



[gentoo-commits] proj/openrc: New branch: 0.22.x

2016-09-30 Thread William Hubbs
commit: 
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Sep 30 22:10:38 2016 +

New branch: 0.22.x




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

2016-09-30 Thread Andreas Hüttel
commit: 6a8efe25ceee7c9f9fde5a0a21b695b52a621df2
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Sep 30 21:52:55 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Sep 30 21:53:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a8efe25

dev-perl/Apache-Test: depend.apache.eclass is incompatible with EAPI=6

Package-Manager: portage-2.3.1

 .../{Apache-Test-1.400.0.ebuild => Apache-Test-1.400.0-r1.ebuild} | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Apache-Test/Apache-Test-1.400.0.ebuild 
b/dev-perl/Apache-Test/Apache-Test-1.400.0-r1.ebuild
similarity index 91%
rename from dev-perl/Apache-Test/Apache-Test-1.400.0.ebuild
rename to dev-perl/Apache-Test/Apache-Test-1.400.0-r1.ebuild
index f9d880a..3361248 100644
--- a/dev-perl/Apache-Test/Apache-Test-1.400.0.ebuild
+++ b/dev-perl/Apache-Test/Apache-Test-1.400.0-r1.ebuild
@@ -2,10 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=6
+EAPI=5
 
-DIST_AUTHOR=SHAY
-DIST_VERSION=1.40
+MODULE_AUTHOR=SHAY
+MODULE_VERSION=1.40
 inherit depend.apache perl-module
 
 DESCRIPTION="Test.pm wrapper with helpers for testing Apache"
@@ -18,7 +18,7 @@ IUSE=""
 DEPEND="virtual/perl-ExtUtils-MakeMaker"
 
 # interactive, requires interaction with the live filesystem
-DIST_TEST="skip"
+SRC_TEST="skip"
 
 need_apache
 



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

2016-09-30 Thread Gilles Dartiguelongue
commit: 8eb8edc7566fcab7b19f136338c06f6bd0f5b64e
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Fri Sep 30 21:44:25 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Fri Sep 30 21:47:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eb8edc7

app-text/rarian: unbundle tinyxml, apply patches from other distros

Project is most certainly dead nowadays but a surprising number of
patches from Redhat, Debian and Ubuntu are lying around waiting to be
collected. Since unbundling tinyxml produced a patch too big for
repoman to accept, these are provided via a tarball in dev space.

Bump ebuild to EAPI6.

Gentoo-bug: 252920

Package-Manager: portage-2.3.1

 app-text/rarian/Manifest   |  1 +
 app-text/rarian/rarian-0.8.1-r3.ebuild | 66 ++
 2 files changed, 67 insertions(+)

diff --git a/app-text/rarian/Manifest b/app-text/rarian/Manifest
index b54bb63..a62f574 100644
--- a/app-text/rarian/Manifest
+++ b/app-text/rarian/Manifest
@@ -1 +1,2 @@
+DIST rarian-0.8.1-r3-patches.tar.xz 33508 SHA256 
204f4f57724bc4c6f914df5cecea0b799b0f0f166f12e6462ea3762c76c6f234 SHA512 
a6a258803ce165854047aacd1ffef32d8d5c271cad3e6b74fb3c694ca6a0de9a8f253c89f9ff53279e7228ae401fad06721f10a6374a03a51bad76b2ef969000
 WHIRLPOOL 
1824c7e537e9d10e126e3bf8b0b6ed388394ac47b29ea5c5cb4685557572b9a61c663a0337fea34f982782e625c559f549b371934b2f125b4eec1cbf4ee258ad
 DIST rarian-0.8.1.tar.gz 459461 SHA256 
b410d9581dddfabe93e29f9e235a9f9d04d33d8eb12afd0f5ad3bd238c55adef SHA512 
ddc640e1ac210e9dc3fcdde6bbff6e21dabe97b160b531cac68d47d1b831dec71b7c4aced9819cfafd8f89f290920c4e33550b8e29d9872a1c1a202d6fe8e3eb
 WHIRLPOOL 
bd11206a4701e1771ebd5d82123d299c1c3cbb7ecfa6e00654372494d07b8f47cdfc6e88dc8ea6a405acdae0f57b12ae8c927a952f42d55cdab8f1214f0ac237

diff --git a/app-text/rarian/rarian-0.8.1-r3.ebuild 
b/app-text/rarian/rarian-0.8.1-r3.ebuild
new file mode 100644
index ..ae24e00
--- /dev/null
+++ b/app-text/rarian/rarian-0.8.1-r3.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools eutils
+
+DESCRIPTION="A documentation metadata library"
+HOMEPAGE="https://rarian.freedesktop.org/;
+SRC_URI="https://${PN}.freedesktop.org/Releases/${P}.tar.gz
+   https://dev.gentoo.org/~eva/distfiles/${PN}/${P}-r3-patches.tar.xz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE="static-libs"
+
+RDEPEND="
+   dev-libs/libxslt
+   dev-libs/tinyxml
+   || (
+   sys-apps/util-linux
+   app-misc/getopt )
+"
+DEPEND="${RDEPEND}
+   !https://bugs.gentoo.org/show_bug.cgi?id=409811
+   # https://bugs.freedesktop.org/show_bug.cgi?id=53264
+   if ! has_version sys-apps/util-linux; then
+   myconf=( --with-getopt=getopt-long )
+   fi
+
+   econf \
+   --localstatedir="${EPREFIX}"/var \
+   $(use_enable static-libs static) \
+   ${myconf[@]}
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+}



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

2016-09-30 Thread David Seifert
commit: 5c854a32112756c930aea240450b34676087f474
Author: David Seifert  gentoo  org>
AuthorDate: Fri Sep 30 21:04:15 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Sep 30 21:04:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c854a32

dev-libs/cgicc: Version bump to 3.2.16

Gentoo-bug: 594704
* EAPI=6
* Add USE=doc for proper generation of documentation

Package-Manager: portage-2.3.1

 dev-libs/cgicc/Manifest|  1 +
 dev-libs/cgicc/cgicc-3.2.16.ebuild | 49 ++
 .../files/cgicc-3.2.16-fix-doc-building.patch  | 34 +++
 3 files changed, 84 insertions(+)

diff --git a/dev-libs/cgicc/Manifest b/dev-libs/cgicc/Manifest
index b559105..243fd3a 100644
--- a/dev-libs/cgicc/Manifest
+++ b/dev-libs/cgicc/Manifest
@@ -1,2 +1,3 @@
 DIST cgicc-3.2.10.tar.gz 2385130 SHA256 
87680cb303e65bee2816b9f0e3d0a3c3258efc4f908ec3cad620d01f0b597ce0 SHA512 
78a62b7af9d8bee1b7bf278a0596151733af2adca8bdf6c7b752cebcffb330a5211cc9190a2e29d053afecca076bddb06ecb510caafd51b51d7d29199b06dc19
 WHIRLPOOL 
1fd73ce034ebaf3b481f30078ae9995dc9feb0e64dc52f963aeb7322e71d69dd8ffee59c8706a877ea8c986ebd1ce16de375e322c146c0f087e2c6ffcc11c442
+DIST cgicc-3.2.16.tar.gz 1409037 SHA256 
9dceb36d2da52791ee11f2fb5bb6435c22e69ef50f38073c4329386b883d5aaa SHA512 
3334777204f3de57e80f759503db08076fe8e7a12cf779bb50345e7d06c6be4cc612b473bd74eded5debd79684b49c5bb79bcfff1b631a815c7fe9d14960d537
 WHIRLPOOL 
d55900ff650c5f42ec385eb4b20d41b8ee131ecd1ba3e1a27dc21326633281651e5ea4e0e7bde71f11ed2440282e7f1d52bbe9e1cae754f5afa2de358a38bdc5
 DIST cgicc-3.2.9.tar.gz 2087796 SHA256 
7bf392da75787e848ddf04395a5ed08fc472411deaa07cbae2c3edbea8fbeed4 SHA512 
bd02750a0ad81a64c017e8ccf6cee0c6801506bdc00ea4b0a5e4ea28e35e453122e3e25b3578cb1cb7b22011d5147b99ed79bf7c4702d4c7ab404096aabca623
 WHIRLPOOL 
01f0da6ca0c28415ed44ab37f3ea56892d18c1dd57a9724bbc0c86bac20e6954bb29b826c96a72cbe8ea99bddcba12b18f9d21c17e5216a20406d931224b6a07

diff --git a/dev-libs/cgicc/cgicc-3.2.16.ebuild 
b/dev-libs/cgicc/cgicc-3.2.16.ebuild
new file mode 100644
index ..ca2cbc0
--- /dev/null
+++ b/dev-libs/cgicc/cgicc-3.2.16.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="A C++ class library for writing CGI applications"
+HOMEPAGE="https://www.gnu.org/software/cgicc/;
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-3 doc? ( FDL-1.2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples static-libs"
+
+RDEPEND=""
+DEPEND="doc? ( app-doc/doxygen )"
+
+PATCHES=(
+   "${FILESDIR}/3.2.10-fix-pkgconfig.patch"
+   "${FILESDIR}/${PN}-3.2.16-fix-doc-building.patch"
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_enable examples demos) \
+   $(use_enable doc) \
+   $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+
+   # package provides .pc files
+   find "${D}" -name '*.la' -delete || die
+
+   if use examples; then
+   docinto examples
+   dodoc {contrib,demo}/{*.{cpp,h},*.cgi,README}
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+}

diff --git a/dev-libs/cgicc/files/cgicc-3.2.16-fix-doc-building.patch 
b/dev-libs/cgicc/files/cgicc-3.2.16-fix-doc-building.patch
new file mode 100644
index ..4430ffa
--- /dev/null
+++ b/dev-libs/cgicc/files/cgicc-3.2.16-fix-doc-building.patch
@@ -0,0 +1,34 @@
+Fix build system properly, such that hacking the Makefile.in's
+is not required anymore.
+
+--- a/configure.ac
 b/configure.ac
+@@ -77,6 +77,13 @@
+ AC_MSG_RESULT($cgicc_demos)
+ AM_CONDITIONAL(DEMOS, test "$cgicc_demos" = yes)
+ 
++dnl enable/disable the docs, if specified
++AC_ARG_ENABLE([doc],
++AS_HELP_STRING([--disable-doc], [Disable building documentation]))
++AC_MSG_CHECKING([whether to build the cgicc docs])
++AC_MSG_RESULT([$enable_doc])
++AM_CONDITIONAL([DOCS], [test "x$enable_doc" != "xno"])
++
+ if test "$cgicc_demos" = yes; then
+   AC_CONFIG_FILES(demo/Makefile)
+   AC_CHECK_FUNCS([gethostbyaddr])
+--- a/Makefile.am
 b/Makefile.am
+@@ -10,7 +10,11 @@
+ 
+ ACLOCAL_AMFLAGS= 
+ 
+-SUBDIRS = cgicc doc support $(DEMO)
++SUBDIRS = cgicc support $(DEMO)
++
++if DOCS
++SUBDIRS += doc
++endif
+ 
+ CLEANFILES = *~
+ 



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

2016-09-30 Thread David Seifert
commit: da3b6c90e45855596a1851ae992e7e4206f9d405
Author: David Seifert  gentoo  org>
AuthorDate: Fri Sep 30 21:07:14 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Sep 30 21:07:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da3b6c90

dev-libs/cgicc: Remove old ebuild

Package-Manager: portage-2.3.1

 dev-libs/cgicc/Manifest|  1 -
 dev-libs/cgicc/cgicc-3.2.10.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/dev-libs/cgicc/Manifest b/dev-libs/cgicc/Manifest
index 243fd3a..08a7b37 100644
--- a/dev-libs/cgicc/Manifest
+++ b/dev-libs/cgicc/Manifest
@@ -1,3 +1,2 @@
-DIST cgicc-3.2.10.tar.gz 2385130 SHA256 
87680cb303e65bee2816b9f0e3d0a3c3258efc4f908ec3cad620d01f0b597ce0 SHA512 
78a62b7af9d8bee1b7bf278a0596151733af2adca8bdf6c7b752cebcffb330a5211cc9190a2e29d053afecca076bddb06ecb510caafd51b51d7d29199b06dc19
 WHIRLPOOL 
1fd73ce034ebaf3b481f30078ae9995dc9feb0e64dc52f963aeb7322e71d69dd8ffee59c8706a877ea8c986ebd1ce16de375e322c146c0f087e2c6ffcc11c442
 DIST cgicc-3.2.16.tar.gz 1409037 SHA256 
9dceb36d2da52791ee11f2fb5bb6435c22e69ef50f38073c4329386b883d5aaa SHA512 
3334777204f3de57e80f759503db08076fe8e7a12cf779bb50345e7d06c6be4cc612b473bd74eded5debd79684b49c5bb79bcfff1b631a815c7fe9d14960d537
 WHIRLPOOL 
d55900ff650c5f42ec385eb4b20d41b8ee131ecd1ba3e1a27dc21326633281651e5ea4e0e7bde71f11ed2440282e7f1d52bbe9e1cae754f5afa2de358a38bdc5
 DIST cgicc-3.2.9.tar.gz 2087796 SHA256 
7bf392da75787e848ddf04395a5ed08fc472411deaa07cbae2c3edbea8fbeed4 SHA512 
bd02750a0ad81a64c017e8ccf6cee0c6801506bdc00ea4b0a5e4ea28e35e453122e3e25b3578cb1cb7b22011d5147b99ed79bf7c4702d4c7ab404096aabca623
 WHIRLPOOL 
01f0da6ca0c28415ed44ab37f3ea56892d18c1dd57a9724bbc0c86bac20e6954bb29b826c96a72cbe8ea99bddcba12b18f9d21c17e5216a20406d931224b6a07

diff --git a/dev-libs/cgicc/cgicc-3.2.10.ebuild 
b/dev-libs/cgicc/cgicc-3.2.10.ebuild
deleted file mode 100644
index 3dccf60..
--- a/dev-libs/cgicc/cgicc-3.2.10.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="A C++ class library for writing CGI applications"
-HOMEPAGE="https://www.gnu.org/software/cgicc/;
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3 doc? ( FDL-1.2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc static-libs"
-
-RDEPEND=""
-DEPEND="doc? ( app-doc/doxygen )"
-
-src_prepare() {
-   epatch "${FILESDIR}/${PV}-fix-pkgconfig.patch"
-}
-
-src_configure() {
-   if ! use doc; then
-   sed -i \
-   -e 's/^\(SUBDIRS = .*\) doc \(.*\)/\1 \2/' \
-   Makefile.in || die
-   fi
-
-   econf \
-   --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \
-   --disable-dependency-tracking \
-   --disable-demos \
-   $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-   prune_libtool_files
-
-   if use doc; then
-   insinto /usr/share/doc/${PF}/contrib
-   doins contrib/*.{cpp,h} contrib/README
-
-   insinto /usr/share/doc/${PF}/demo
-   doins -r demo/*.{cpp,h} demo/images demo/README
-   fi
-}



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

2016-09-30 Thread Pacho Ramos
commit: 4fec0490b9aa8be035eaa3232b97aa252ab5b26c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Sep 30 20:20:29 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Sep 30 20:26:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fec0490

dev-util/meson: ninja-1.6 or newer is needed

Package-Manager: portage-2.3.0

 dev-util/meson/meson-0.33.0.ebuild | 2 +-
 dev-util/meson/meson-0.34.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/meson/meson-0.33.0.ebuild 
b/dev-util/meson/meson-0.33.0.ebuild
index 56c2ab9..1dfdc61 100644
--- a/dev-util/meson/meson-0.33.0.ebuild
+++ b/dev-util/meson/meson-0.33.0.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}
-   dev-util/ninja
+   >=dev-util/ninja-1.6.0
 "
 RDEPEND="${DEPEND}"
 

diff --git a/dev-util/meson/meson-0.34.0.ebuild 
b/dev-util/meson/meson-0.34.0.ebuild
index 61ab986..fe68118 100644
--- a/dev-util/meson/meson-0.34.0.ebuild
+++ b/dev-util/meson/meson-0.34.0.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}
-   dev-util/ninja
+   >=dev-util/ninja-1.6.0
 "
 RDEPEND="${DEPEND}"
 



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

2016-09-30 Thread Mike Gilbert
commit: 838c92297214d6330844df0b15ba61c33c27c430
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Sep 30 15:48:24 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Sep 30 20:16:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=838c9229

media-libs/freetype: avoid redefining TT_CONFIG_OPTION_SUBPIXEL_HINTING

Adjust the enable_option function to remvoe comments instead of appending an
additional line. This should resolve a build failure in sys-boot/grub.

Also allow both cleartype and infinality to be enabled simultaneously, as
documented in ftoption.h.

Bug: https://bugs.gentoo.org/595558
Package-Manager: portage-2.3.1_p4_p550764

 .../{freetype-2.7-r1.ebuild => freetype-2.7-r2.ebuild}  | 17 -
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/media-libs/freetype/freetype-2.7-r1.ebuild 
b/media-libs/freetype/freetype-2.7-r2.ebuild
similarity index 93%
rename from media-libs/freetype/freetype-2.7-r1.ebuild
rename to media-libs/freetype/freetype-2.7-r2.ebuild
index c7c0aaf..8650a68 100644
--- a/media-libs/freetype/freetype-2.7-r1.ebuild
+++ b/media-libs/freetype/freetype-2.7-r2.ebuild
@@ -41,8 +41,6 @@ RDEPEND="${CDEPEND}
abi_x86_32? ( utils? ( 
!app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] ) )"
 PDEPEND="infinality? ( media-libs/fontconfig-infinality )"
 
-REQUIRED_USE="?? ( cleartype_hinting infinality )"
-
 PATCHES=(
# This is the same as the 01 patch from infinality
"${FILESDIR}"/${PN}-2.7-enable-valid.patch
@@ -52,27 +50,28 @@ PATCHES=(
 
 src_prepare() {
enable_option() {
-   sed -i -e "/#define $1/a #define $1" \
+   sed -i -e "/#define $1/ { s:/\* ::; s: \*/:: }" \
include/${PN}/config/ftoption.h \
|| die "unable to enable option $1"
}
 
disable_option() {
-   sed -i -e "/#define $1/ { s:^:/*:; s:$:*/: }" \
+   sed -i -e "/#define $1/ { s:^:/* :; s:$: */: }" \
include/${PN}/config/ftoption.h \
|| die "unable to disable option $1"
}
 
default
 
-   if use infinality; then
-   # FT_CONFIG_OPTION_SUBPIXEL_RENDERING is already enabled in 
freetype-2.4.11
+   # Will be the new default for >=freetype-2.7.0
+   disable_option "TT_CONFIG_OPTION_SUBPIXEL_HINTING  2"
+
+   if use infinality && use cleartype_hinting; then
+   enable_option "TT_CONFIG_OPTION_SUBPIXEL_HINTING  ( 1 | 2 )"
+   elif use infinality; then
enable_option "TT_CONFIG_OPTION_SUBPIXEL_HINTING  1"
elif use cleartype_hinting; then
-   # Will be the new default for >=freetype-2.7.0
enable_option "TT_CONFIG_OPTION_SUBPIXEL_HINTING  2"
-   else
-   disable_option "TT_CONFIG_OPTION_SUBPIXEL_HINTING  2"
fi
 
if ! use bindist; then



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

2016-09-30 Thread Sergei Trofimovich
commit: 81f5bf76581707f4a677f5d972f0fbbc327d1884
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 30 19:54:13 2016 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 30 19:55:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81f5bf76

dev-lang/crystal: bump up to 0.19.3

Package-Manager: portage-2.3.1

 dev-lang/crystal/Manifest  |  3 ++
 dev-lang/crystal/crystal-0.19.3.ebuild | 69 ++
 2 files changed, 72 insertions(+)

diff --git a/dev-lang/crystal/Manifest b/dev-lang/crystal/Manifest
index a8eb6fc..a9c0e69 100644
--- a/dev-lang/crystal/Manifest
+++ b/dev-lang/crystal/Manifest
@@ -7,3 +7,6 @@ DIST crystal-0.18.7.tar.gz 1359375 SHA256 
72b33fd4bd903a9f0957c74c2f95429e8c0f94
 DIST crystal-0.19.0.tar.gz 1389070 SHA256 
4d7d9770891bd8bd835251e2654316412a3f44074db0adeca28357c0993eb2d8 SHA512 
23c2f10f32ce1340639639f784703274a9f96799b7762289144ea0551aadd4685814ffcc781750e526ee06b5418c66ec48faeaf6d95a6e63a5e26a839918958b
 WHIRLPOOL 
d310a3a738273789856c57351e74ce99bc4eddc3e7398b3e791fdd967d46ca2edc3114f2bf34916708129184e4c1d8bc53434decdb40fb82b3d415b59a3b6fc9
 DIST crystal-0.19.1.tar.gz 1393220 SHA256 
7528fc1ec63a3e9db9aabbfc8985511d6a54e44c5a1b26ccd0ee37275937 SHA512 
6a2ab736ad65cbc435fae87d46cb235e2f3d88c7eb5b64bc1753f298deec0de4f72813d0413807002cde8acd21f183e6babe70e9f7a6f10e0cbdaaf205d964b6
 WHIRLPOOL 
695fb60acb728240525ec2dc1c2fd5779d398021b4a1ab0c7bcc58b360d11b6c927a0accceb84eae4c0f3f3c7251f356418fdd850721d14a290fdfbcfdad5fad
 DIST crystal-0.19.2.tar.gz 1413666 SHA256 
18b8b847162529b1ea6e886ad2fbe344a1bcb22fd8b29cebedc5a827939d3819 SHA512 
7115693702c96c7897ce2fcef768a032d560310b1b43f7fda45d28896fee82b8f61e3e6ac6d9ab07fca4a9652dc2515df69186b8f983bcc0f12fb7135d738c45
 WHIRLPOOL 
20ae30b42786dbdd05906bf82af3a449068bdd0d0d260ac8061a0a60fc5253df7b5801abe1a6b5bc4b2e92ea4e49059cdce5319b76c43799eb4a61e82cfdcaa1
+DIST crystal-0.19.3-1-linux-i686.tar.gz 17414435 SHA256 
583796b46cf6cf569d9292c7b781818a046fea4ad59346d397ad728dc0fad06d SHA512 
4dd18fa8d764db0b2d299f79138a866ff0969f06bcc4405f2dca426ff80bb5db607f71e3d9aff8871217ca9a5a4e383eb5eb4a30a8a04313dbe7032be4a70865
 WHIRLPOOL 
a3de3acaf04c84c4502b0fe9616eb56b13d3e14a102042f51badb94a0e96ca92fa910b2f2aa7d9d2d4718c8b5b1f5a460e9302b47362252c65c7a944f045c3cb
+DIST crystal-0.19.3-1-linux-x86_64.tar.gz 16859014 SHA256 
e4284e4796e543f90e8e7bef8fb94455c5d98d1e29ed8f5519d13f07a962d335 SHA512 
57c411a4d905e2ba20090203f52505628fc51148cfbd520af0c572939c22ad93a43b2e417d6809e4cc36e18e652d9d745922e6049b6456158cc33bbfebbb7ee9
 WHIRLPOOL 
dc9efd4467fe8ac375a82dff65d17b5dab1548d6503abff288272f093b97dac49f78567a4bb9f331e95f4f0c5c56dc68d55a2dc4e1f819dac453fb78ece36077
+DIST crystal-0.19.3.tar.gz 1419010 SHA256 
72954087131bd648735bc397cfd585204087a4b8ab7f927f0a054741381ea01f SHA512 
a2484e3fd5c8c2a76fee44ca3af9c680fd09946b4a060faf1694c776d73dca68fbfb70d130a3544f6b8d89f8b1ad68a6ce284297276b53a5d86491cb17d78d66
 WHIRLPOOL 
2fb742221dadf7d956ad6a6a85b00862f1289e3cd45a0a8b7733259ec22d4f4d9a816628138fb6d0afabf233846537f89ec1af69f01caf11bb51039201b7c2d4

diff --git a/dev-lang/crystal/crystal-0.19.3.ebuild 
b/dev-lang/crystal/crystal-0.19.3.ebuild
new file mode 100644
index ..739b75f
--- /dev/null
+++ b/dev-lang/crystal/crystal-0.19.3.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+BV=0.19.3-1
+BV_AMD64=${BV}-linux-x86_64
+BV_X86=${BV}-linux-i686
+
+DESCRIPTION="The Crystal Programming Language"
+HOMEPAGE="http://crystal-lang.org;
+SRC_URI="https://github.com/crystal-lang/crystal/archive/${PV}.tar.gz -> 
${P}.tar.gz
+   amd64? ( 
https://github.com/crystal-lang/crystal/releases/download/${PV}/crystal-${BV_AMD64}.tar.gz
 )
+   x86? ( 
https://github.com/crystal-lang/crystal/releases/download/${PV}/crystal-${BV_X86}.tar.gz
 )"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc examples +xml +yaml"
+
+# dev-libs/boehm-gc[static-libs] dependency problem,  check the issue: 
https://github.com/manastech/crystal/issues/1382
+DEPEND="
+   >=sys-devel/llvm-3.8.0
+   dev-libs/boehm-gc[static-libs,threads]
+   dev-libs/libatomic_ops
+   dev-libs/libevent
+   dev-libs/libpcre
+   sys-libs/libunwind
+   dev-libs/pcl
+   dev-libs/gmp:0
+"
+RDEPEND="${DEPEND}
+   xml? ( dev-libs/libxml2 )
+   yaml? ( dev-libs/libyaml )
+"
+
+src_compile() {
+   emake \
+   release=1 \
+   threads=4 \
+   PATH="${WORKDIR}"/${PN}-${BV}/bin:"${PATH}" \
+   CRYSTAL_PATH=src \
+   CRYSTAL_CONFIG_VERSION=${PV} \
+   CRYSTAL_CONFIG_PATH="libs:${EPREFIX}/usr/$(get_libdir)/crystal"
+   use doc && emake doc
+}
+
+src_test() {
+   emake spec \
+   CRYSTAL_PATH=src \
+   CRYSTAL_CONFIG_VERSION=${PV}
+}
+
+src_install() {
+   

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

2016-09-30 Thread Mike Pagano
commit: 418a21479df5bd11dffd1c444b2e2282ca8a4cd9
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Sep 30 19:25:08 2016 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Sep 30 19:25:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=418a2147

sys-kernel/gentoo-sources: Linux patch 4.4.23

Package-Manager: portage-2.3.0

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.4.23.ebuild| 29 ++
 2 files changed, 32 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index c84b134..bc08b22 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -48,6 +48,9 @@ DIST genpatches-4.4-23.extras.tar.xz 16364 SHA256 
d199bce4c41bfc44a262f308780ef8
 DIST genpatches-4.4-24.base.tar.xz 736504 SHA256 
d3ab89ce6d980a8d123a4cdfe13f20cc974671ccbdde364537d70a8b3ae1515b SHA512 
803b22480286be7685abb9613c2547c5bd76a629ec3161ff5e842c098c9c9a95dc4332eceacc288b9eb87ac79da6ba188ae913c4501002911ff312befd66c123
 WHIRLPOOL 
9f5d1fe450d20e8867c1425b38091a09c9e2ff7a25de4946d62df20991398f3deebf78be3bd3f5c1879b1a9bfda57a1b57164adabef8e50b71030cd5358842fb
 DIST genpatches-4.4-24.experimental.tar.xz 87772 SHA256 
ed2cf78308d336094f194ff3d6ef3ec6b209176b255844f447dfb8d516d29812 SHA512 
52b38450da1f9a912fbc8d7a745acd715ccbfe245b06e88a0dfdc39c92db555b99f9a54b65a5baf19745f0f8f69585d279f9b350739a0131564292d58c94b80e
 WHIRLPOOL 
e949365d1923a7d242a40659d8439903b29f4da9e2ea36c0bbb07e22b7b226ad1763b605e9ecaedb0b2ce37d5601dd27402afd3fd2106bbcf21ec5068776ef46
 DIST genpatches-4.4-24.extras.tar.xz 16360 SHA256 
95f8a4fd9ba8d35a1c1c403a84ea45ba459b9d3a5cd059453539671182d6448b SHA512 
644fd6b4f11f46f00d81e34e45ccce9eebd5b16c59eb38e30d390d5fa0ff12c39800061a12fdd7b7b41a00f31a797ad8ecd62c01d37fd3d14bb165aba869
 WHIRLPOOL 
6a6ed1fb9959fbfc5df0bea7bed4a68b2b247d7212c21b1bfb6886a0ad4cff23330e0bce6ea28ed599d86d2d9840c772c954e997d0ae8f533aeb6ea582416d0b
+DIST genpatches-4.4-25.base.tar.xz 756768 SHA256 
9853a7f9007ff4d7d8de8bbcd6e4cb6c0c2d99d9078da6d65d2f43ebcac48f08 SHA512 
3334dd2e5eb65849030194bda7c988311d6738e8f14eb8ee5c8a355ccf435065e199319f372fb914f8c6ee9bbb982ef6211680b7978ebf1f70d77afb15be4e66
 WHIRLPOOL 
548374c79d60625a8ef40d25f1981aa4270a11ff8d5385ff338c90a11c721da49d9ad34eb54f62ee5d2949fb0d6aa3f6819f5a2bd4de8ee8666a6912801b0397
+DIST genpatches-4.4-25.experimental.tar.xz 87772 SHA256 
63bde84dd01cd77406bb1a6ec86fb3e3e24197687de083964595f9724f2d0a68 SHA512 
b8ecb52c5dabf961c35eda18b0c9e8952fbe6a84345ab1ef0564d8b3130c2effa9206e105b86186f4ada72108e6c0b097b5ea263c6247c664f33113e23b30d1d
 WHIRLPOOL 
0348dc8f607635bcd137b02d32fd1c3e4c87c9c4311f40308c6f3c360cacc8091e98d890a177c15fc0f7b43c897985f9b4bde307fb9497e8ebb072a1b415b50a
+DIST genpatches-4.4-25.extras.tar.xz 16364 SHA256 
dff8e760aeb405d6511f0e7e668bf836aa87d120f8cf5df248746b93e5f9f6a9 SHA512 
47212ae845ebe1e53b17fa24520e6ce170a5af9c476bea041ae4d5ea1df6457d8613045550372fe49df11f8c85e3f19980bfe6b01e563cb1d43b5d738b41a02f
 WHIRLPOOL 
0a2383f709414777bc276cbfc2ad88fc512754f0c09946a3112437b0321b6829ce5bda9ca78b00d827fd67655469050450a675a30bd99ab4bd63b4a889b2ce02
 DIST genpatches-4.4-8.base.tar.xz 243736 SHA256 
70a54851283def9013601bd8ea299c04850410001e36d619fa6e83b64a4f0907 SHA512 
fde00c28bc8da96aee2378d7ea36c85a5f8520c271e0251c7bc7472cd3c395dc2c3f5168f38b1bd10e6b5189bedc8b10780899468a368f8e9be1811bc31c0ab1
 WHIRLPOOL 
1190d8167c05062a53a7cc66a36310b42f6b90a711a497543b68626e1d6ca3fbc1c57a37dfa2a1fc98ed4f3b1dae5d7e77b74f3d708bc830b2bd5c31fc797b74
 DIST genpatches-4.4-8.experimental.tar.xz 62604 SHA256 
35148c3d46a256819b5d214203b7365316694e85a729ddec2e5c229e48b9091d SHA512 
e1e5b31d35a851f446645a2ac403ab238d63fb540e8443d36a30dd8a5d32016b077c4cfdcb30976e5facc511c0a6116037efb0af0a4840e00a1d8cf6be3fe310
 WHIRLPOOL 
4b65738d20969d5098feb66e416af450f0be87fa8c1770381165f70ca99e019400ff9e92c92d8f6dc1b641f4a400fa6165f0573aeb68ecba05f8934a348e6cc7
 DIST genpatches-4.4-8.extras.tar.xz 16284 SHA256 
50b6dc7b842191a49a77d0f54302ebd1c7334e5f6091e2a02db51ae074f8 SHA512 
478e31f23742a99e4b3a2d24c93f0880c1794d40e5b05b80cc472ce237e14f28a83cb31554b686c8ec78e80b776fca363a1aabe450add7a3142ad30a4b586841
 WHIRLPOOL 
2ff0a37edadfd391b59bbe5158c463ee4b411fcd06e8f5bf53f58b19f88a564a40fabe690d5ac12f108e02d3a001d8b928372aa453f060d530ff2e30d0617113

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.23.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.23.ebuild
new file mode 100644
index ..785d665
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.23.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="25"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 -hppa ~ia64 ~mips 

[gentoo-commits] proj/linux-patches: New tag: 4.4-25

2016-09-30 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Sep 30 19:14:16 2016 +

New tag: 4.4-25




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

2016-09-30 Thread Mike Pagano
commit: e3a35f50a5f087b5d20a534a6df48f097ab67201
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Sep 30 19:07:11 2016 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Sep 30 19:07:11 2016 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=e3a35f50

Linux patch 4.4.23

 _README |4 +
 1022_linux-4.4.23.patch | 2907 +++
 2 files changed, 2911 insertions(+)

diff --git a/_README b/_README
index d60af0e..7ee3b9f 100644
--- a/_README
+++ b/_README
@@ -131,6 +131,10 @@ Patch:  1021_linux-4.4.22.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.4.22
 
+Patch:  1022_linux-4.4.23.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.4.23
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1022_linux-4.4.23.patch b/1022_linux-4.4.23.patch
new file mode 100644
index 000..5ea7450
--- /dev/null
+++ b/1022_linux-4.4.23.patch
@@ -0,0 +1,2907 @@
+diff --git a/Makefile b/Makefile
+index a6512f4eec9f..95421b688f23 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 4
+-SUBLEVEL = 22
++SUBLEVEL = 23
+ EXTRAVERSION =
+ NAME = Blurry Fish Butt
+ 
+@@ -128,6 +128,10 @@ _all:
+ # Cancel implicit rules on top Makefile
+ $(CURDIR)/Makefile Makefile: ;
+ 
++ifneq ($(words $(subst :, ,$(CURDIR))), 1)
++  $(error main directory cannot contain spaces nor colons)
++endif
++
+ ifneq ($(KBUILD_OUTPUT),)
+ # Invoke a second make in the output directory, passing relevant variables
+ # check that the output directory actually exists
+@@ -495,6 +499,12 @@ ifeq ($(KBUILD_EXTMOD),)
+ endif
+ endif
+ endif
++# install and module_install need also be processed one by one
++ifneq ($(filter install,$(MAKECMDGOALS)),)
++ifneq ($(filter modules_install,$(MAKECMDGOALS)),)
++  mixed-targets := 1
++endif
++endif
+ 
+ ifeq ($(mixed-targets),1)
+ # ===
+@@ -606,11 +616,16 @@ ARCH_CFLAGS :=
+ include arch/$(SRCARCH)/Makefile
+ 
+ KBUILD_CFLAGS += $(call cc-option,-fno-delete-null-pointer-checks,)
++KBUILD_CFLAGS += $(call cc-disable-warning,maybe-uninitialized,)
+ 
+ ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE
+-KBUILD_CFLAGS += -Os $(call cc-disable-warning,maybe-uninitialized,)
++KBUILD_CFLAGS += -Os
+ else
++ifdef CONFIG_PROFILE_ALL_BRANCHES
+ KBUILD_CFLAGS += -O2
++else
++KBUILD_CFLAGS   += -O2
++endif
+ endif
+ 
+ # Tell gcc to never replace conditional load with a non-conditional one
+@@ -1260,7 +1275,7 @@ help:
+   @echo  '  firmware_install- Install all firmware to INSTALL_FW_PATH'
+   @echo  '(default: 
$$(INSTALL_MOD_PATH)/lib/firmware)'
+   @echo  '  dir/- Build all files in dir and below'
+-  @echo  '  dir/file.[oisS] - Build specified target only'
++  @echo  '  dir/file.[ois]  - Build specified target only'
+   @echo  '  dir/file.lst- Build specified mixed source/assembly 
target only'
+   @echo  '(requires a recent binutils and recent 
build (System.map))'
+   @echo  '  dir/file.ko - Build module including final link'
+@@ -1500,11 +1515,11 @@ image_name:
+ # Clear a bunch of variables before executing the submake
+ tools/: FORCE
+   $(Q)mkdir -p $(objtree)/tools
+-  $(Q)$(MAKE) LDFLAGS= MAKEFLAGS="$(filter --j% -j,$(MAKEFLAGS))" O=$(O) 
subdir=tools -C $(src)/tools/
++  $(Q)$(MAKE) LDFLAGS= MAKEFLAGS="$(filter --j% -j,$(MAKEFLAGS))" 
O=$(shell cd $(objtree) && /bin/pwd) subdir=tools -C $(src)/tools/
+ 
+ tools/%: FORCE
+   $(Q)mkdir -p $(objtree)/tools
+-  $(Q)$(MAKE) LDFLAGS= MAKEFLAGS="$(filter --j% -j,$(MAKEFLAGS))" O=$(O) 
subdir=tools -C $(src)/tools/ $*
++  $(Q)$(MAKE) LDFLAGS= MAKEFLAGS="$(filter --j% -j,$(MAKEFLAGS))" 
O=$(shell cd $(objtree) && /bin/pwd) subdir=tools -C $(src)/tools/ $*
+ 
+ # Single targets
+ # ---
+diff --git a/arch/arm/crypto/aes-ce-glue.c b/arch/arm/crypto/aes-ce-glue.c
+index b445a5d56f43..593da7ffb449 100644
+--- a/arch/arm/crypto/aes-ce-glue.c
 b/arch/arm/crypto/aes-ce-glue.c
+@@ -279,7 +279,7 @@ static int ctr_encrypt(struct blkcipher_desc *desc, struct 
scatterlist *dst,
+   err = blkcipher_walk_done(desc, ,
+ walk.nbytes % AES_BLOCK_SIZE);
+   }
+-  if (nbytes) {
++  if (walk.nbytes % AES_BLOCK_SIZE) {
+   u8 *tdst = walk.dst.virt.addr + blocks * AES_BLOCK_SIZE;
+   u8 *tsrc = walk.src.virt.addr + blocks * AES_BLOCK_SIZE;
+   u8 __aligned(8) tail[AES_BLOCK_SIZE];
+diff --git a/arch/arm/mach-pxa/idp.c b/arch/arm/mach-pxa/idp.c
+index f6d02e4cbcda..5c87dff5d46e 100644
+--- a/arch/arm/mach-pxa/idp.c
 b/arch/arm/mach-pxa/idp.c
+@@ 

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

2016-09-30 Thread Michał Górny
commit: 7cf4e14f0aa77690d9b0eae2ca6a746f8b56bc66
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 30 19:03:12 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 30 19:03:23 2016 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=7cf4e14f

repositories: Add johnmh, #595326

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

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
old mode 100755
new mode 100644
index 552759f..2b98fd2
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -2343,6 +2343,19 @@ FIN
 
 git://github.com/jmesmon/overlay.git
   
+  
+johnmh
+Personal overlay of johnmh
+http://cgit.gentoo.org/repo/user/johnmh.git/
+
+  joh...@openblox.org
+  John Harris
+
+git://anongit.gentoo.org/repo/user/johnmh
+https://anongit.gentoo.org/git/repo/user/johnmh.git
+git+ssh://g...@git.gentoo.org/repo/user/johnmh.git
+https://cgit.gentoo.org/repo/user/johnmh.git/atom/
+  
   
 johu
 Johannes Huber developer overlay



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

2016-09-30 Thread Dirkjan Ochtman
commit: 8e5a5aac6f54405df004e342cf207b5baa120953
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Fri Sep 30 18:53:16 2016 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Fri Sep 30 18:53:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e5a5aac

dev-util/cargo: require rust-1.9.0 (fixes bug 591942)

Also updates the crates.io registry index to something more recent.

Package-Manager: portage-2.3.0

 dev-util/cargo/Manifest   |   1 +
 dev-util/cargo/cargo-0.13.0-r1.ebuild | 174 ++
 2 files changed, 175 insertions(+)

diff --git a/dev-util/cargo/Manifest b/dev-util/cargo/Manifest
index 5d8dee1..51adff4 100644
--- a/dev-util/cargo/Manifest
+++ b/dev-util/cargo/Manifest
@@ -7,6 +7,7 @@ DIST bitflags-0.7.0.crate 10851 SHA256 
aad18937a628ec6abcd26d1489012cc0e18c21798
 DIST bufstream-0.1.1.crate 7437 SHA256 
7e493de6a8aed51697088e36dc5245ea3edd34e6872e32c732e5f996ed5b23b2 SHA512 
e1d378a5dd9d6b096f9b8d9de018c17652615ff373d1644b0978b74325f22fba2157ce0aa9fba423e1f452119af1485a72c2e44f7b3b8c5350dfd3f8f2e93436
 WHIRLPOOL 
de26e042bbb6323946d8570c682fa9ea08292508910ca7c928206935d6c1f6c888d3cb04bf285f1404b59c109cf813cc79ecbc64a6d16dfabf72412aabfc6be9
 DIST cargo-0.12.0.tar.gz 574902 SHA256 
4080d76b56b8202f7df271b4bb7d7d22abea5ff8c261aef42e6e5d248ca5972b SHA512 
6fba348b068c07d49a6a263f143b31c3dff1e0aa399b90193830ad1823a3c07c5097fb39ff09fcc7713e78e85cfa1b5d8825db75055c49e2c3237fe4bffad3bc
 WHIRLPOOL 
dceacc324bf167276c0f3163c1a476064362679220e0c310c97021e69b691d3c03fc6b6f967b66290c7c63512ca70ac78c09642585ef5f96264bffd50603c832
 DIST cargo-0.13.0.tar.gz 610125 SHA256 
90429180d3724385acb094f2896feea0c73690451a92215d6054d05edf4a5c49 SHA512 
04b5ad177fb586965349a11da36a1fff0d883ff2b21e783a6163c0c5497d559c44c9fb98e201eb7e5dc0e72608f83f9990e239df3a23824c961e305cced7
 WHIRLPOOL 
8d40be025f04097ec34866ecf242bd31734a9820c3955b936099266f89b7f0a1d94ce4ac5b87b64ec8a43b40160ffe196deb225359279b9bf426f9c90ba040bd
+DIST cargo-registry-2aed1d5050840971fd1527e2a2961e05dd392e04.tar.gz 2340078 
SHA256 7739c0aeb11da985849240e86fc3df17c5494a01b79311400a268f368d66f341 SHA512 
f7f001813811c1734238fdeb766537e8fdb2c79d57f6e434ef662c96c7b4ee3ca4c8afd751e7e24a39a22181676ef4a07ac0c9f3d1797a1c9b764a25fcc0b9fb
 WHIRLPOOL 
80101bc037e4402dc8ae3ea1446c0fe3f85b77935b82b043f79b4074d00cba63f5d5bb03cfc0700e93b974189072035f75d7804993586a5dbb79c26a427d7c88
 DIST cargo-registry-64a9f2f594cefc2ca652e0cecf7ce6e41c0279ee.tar.gz 2149630 
SHA256 3c0f6e30fa266e39975e8b983d325f34c0d34e6b9bfb82ad93c625b33f2adc82 SHA512 
57341ef04e747ddb67d1105b7599ad59fbb386b71ae885158c5163654d409933e086bc55cc5bc15735afdb1013e3fe127df474269073c9d800c598af026592cc
 WHIRLPOOL 
d2eb55b69f5fc7163672a43e626d475b1bf4d15ddf0a66e6a0b8fa7dce2deb7bf5ed4aa5754db5761d483b6516bf97c2ad6b70e887473e036272725e749f0c1b
 DIST cargo-snapshot-amd64-2016-03-21.tar.gz 4163903 SHA256 
55ad9a8929303b4e06c18d0dd30b0d6296da784606d9c55cce98d5d7fc39a0b2 SHA512 
475087ff1905fc42bd875488696d8f67fc68f9fb3e48ef9f25bbd6d8f949aa9a3984f61a8bd1741ce8c98e33c6910e020ea7fd5cb67cf2b7fc1703947561ae0e
 WHIRLPOOL 
ddda8983c38f238237fbb78fd8242e08df44c31bd0c29d2e75b53dcb0ecc601660f4c765b00e066781da6feb9f8df494b99228b126f3cdd89d028253c2c5
 DIST cargo-snapshot-x86-2016-03-21.tar.gz 3889095 SHA256 
b2a1c4c33fb9274771c8d830cd8ac07f7ae96af341fa30399d6929ffd6c8b425 SHA512 
3c6d6a9c6ee2a93abec5c9c3d79f86a623db6429e192d028729279c07d5769548d6f716afbd8e984ab2f6449f75cd24efb32b87f97b6b90c0e7b3b25779e8624
 WHIRLPOOL 
8bafd298e6cf54d22c420859c105be98047b556802494d2ccf9b13b06837f85902cf61fd1846dcff3e527d0ce0ee188723f44f4cb598cc34e0fedb6c2f2b3d41

diff --git a/dev-util/cargo/cargo-0.13.0-r1.ebuild 
b/dev-util/cargo/cargo-0.13.0-r1.ebuild
new file mode 100644
index ..5f12386
--- /dev/null
+++ b/dev-util/cargo/cargo-0.13.0-r1.ebuild
@@ -0,0 +1,174 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+CARGO_SNAPSHOT_DATE="2016-03-21"
+CARGO_INDEX_COMMIT="2aed1d5050840971fd1527e2a2961e05dd392e04"
+CRATES="advapi32-sys-0.2.0
+aho-corasick-0.5.2
+bitflags-0.1.1
+bitflags-0.7.0
+cfg-if-0.1.0
+cmake-0.1.17
+crates-io-0.4.0
+crossbeam-0.2.9
+curl-0.3.2
+curl-sys-0.2.1
+docopt-0.6.82
+env_logger-0.3.4
+filetime-0.1.10
+flate2-0.2.14
+fs2-0.2.5
+gcc-0.3.32
+gdi32-sys-0.2.0
+git2-0.4.4
+git2-curl-0.5.0
+glob-0.2.11
+idna-0.1.0
+kernel32-sys-0.2.2
+lazy_static-0.2.1
+libc-0.2.15
+libgit2-sys-0.4.5
+libressl-pnacl-sys-2.1.6
+libssh2-sys-0.1.38
+libz-sys-1.0.5
+log-0.3.6
+matches-0.1.2
+memchr-0.1.11
+miniz-sys-0.1.7
+miow-0.1.3
+net2-0.2.26
+nom-1.2.4
+num-0.1.34
+num-bigint-0.1.33
+num-complex-0.1.33
+num-integer-0.1.32
+num-iter-0.1.32
+num-rational-0.1.32
+num-traits-0.1.34
+num_cpus-1.0.0
+openssl-0.7.14
+openssl-sys-0.7.14
+openssl-sys-extras-0.7.14
+pkg-config-0.3.8
+pnacl-build-helper-1.4.10
+rand-0.3.14
+regex-0.1.73
+regex-syntax-0.3.4

[gentoo-commits] repo/gentoo:master commit in: mail-filter/rspamd/

2016-09-30 Thread Dirkjan Ochtman
commit: b1415aab2d2756077aacaa83bbb42443f9b39c00
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Fri Sep 30 09:41:35 2016 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Fri Sep 30 18:51:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1415aab

mail-filter/rspamd: add support for libressl (fixes bug 595094)

Thanks to Ian  chaoslab.org>.

Package-Manager: portage-2.3.0

 mail-filter/rspamd/rspamd-1.3.5-r1.ebuild | 69 +++
 1 file changed, 69 insertions(+)

diff --git a/mail-filter/rspamd/rspamd-1.3.5-r1.ebuild 
b/mail-filter/rspamd/rspamd-1.3.5-r1.ebuild
new file mode 100644
index ..a793a72
--- /dev/null
+++ b/mail-filter/rspamd/rspamd-1.3.5-r1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils user systemd
+
+DESCRIPTION="Rapid spam filtering system"
+SRC_URI="https://rspamd.com/downloads/${P}.tar.xz;
+HOMEPAGE="https://github.com/vstakhov/rspamd;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="fann +jit libressl"
+
+RDEPEND="!libressl? ( dev-libs/openssl:0[-bindist] )
+   libressl? ( dev-libs/libressl:0 )
+   fann? ( sci-mathematics/fann )
+   jit? (
+   dev-libs/libpcre[jit]
+   dev-lang/luajit:2
+   )
+   !jit? (
+   dev-libs/libpcre[-jit]
+   >=dev-lang/lua-5.1:0
+   )
+   dev-libs/libevent
+   dev-db/sqlite:3
+   dev-libs/glib:2
+   dev-libs/gmime
+   dev-util/ragel
+   sys-apps/file
+   virtual/libiconv"
+DEPEND="dev-util/ragel
+   ${RDEPEND}"
+
+pkg_setup() {
+   enewgroup rspamd
+   enewuser rspamd -1 -1 /var/lib/rspamd rspamd
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCONFDIR=/etc/rspamd
+   -DRUNDIR=/var/run/rspamd
+   -DDBDIR=/var/lib/rspamd
+   -DLOGDIR=/var/log/rspamd
+   -DENABLE_LUAJIT=$(usex jit ON OFF)
+   -DENABLE_FANN=$(usex fann ON OFF)
+   )
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+   newinitd "${FILESDIR}/rspamd.init-r2" rspamd
+
+   dodir /var/lib/rspamd
+   dodir /var/log/rspamd
+
+   fowners rspamd:rspamd /var/lib/rspamd /var/log/rspamd
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/rspamd.logrotate" rspamd
+
+   systemd_newunit rspamd.service rspamd.service
+}



[gentoo-commits] repo/gentoo:master commit in: mail-filter/rspamd/

2016-09-30 Thread Dirkjan Ochtman
commit: a22a84337caa31555a324a521a67ed6c16036bab
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Fri Sep 30 09:42:19 2016 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Fri Sep 30 18:51:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a22a8433

mail-filters/rspamd: remove old versions

Package-Manager: portage-2.3.0

 mail-filter/rspamd/Manifest|  3 --
 mail-filter/rspamd/rspamd-1.3.2.ebuild | 66 --
 mail-filter/rspamd/rspamd-1.3.3.ebuild | 66 --
 mail-filter/rspamd/rspamd-1.3.4.ebuild | 66 --
 4 files changed, 201 deletions(-)

diff --git a/mail-filter/rspamd/Manifest b/mail-filter/rspamd/Manifest
index dd9f39d..abb7fb8 100644
--- a/mail-filter/rspamd/Manifest
+++ b/mail-filter/rspamd/Manifest
@@ -1,5 +1,2 @@
 DIST rspamd-1.2.8.tar.xz 1423888 SHA256 
485438d8c38ada1a6e95c9ea1298d2c899d4ec618f1dd5f539663522c506eb2b SHA512 
21ca76636ce1482233cb3631343e827678d07e0db21e8c0b3961a8124aba4260f2c4f1a4dc110c5689b02707951f28c2ee0e72d1e8cd5c49d9b73fbf688a6056
 WHIRLPOOL 
cdbefbfa3f76b58229c945efc875321950d4981364eb942b83c8a3f12f3e482c83f969b26ebbbddfe6a49d6e72c7c5dee505ba54ac570fb22bbd40a21c17aa53
-DIST rspamd-1.3.2.tar.xz 1476656 SHA256 
283227d8f38fcc4c5d4b913996b52f55370c5445ec6f8dbb550aec2bb2d46c2a SHA512 
75a5526852cbd60e0b8f06f9b722a686f3ef59ae2a0f132018465fb9d104ca847d71a5e38343b288149ebc5ba9b4f749ba72551568e338e6509c5d2ac13bd061
 WHIRLPOOL 
82749f3f2afd3cf3289a6b4862220d2a04d84e0bd59079daa24427b34a754300f8cf0d5e7eea52cba7090cc2c07e005573bd481573f89e1bff59f741889a1ef7
-DIST rspamd-1.3.3.tar.xz 1481836 SHA256 
1296d3d0d97226e238c5d5954f58f2154bcbde4ba3ed45647b6b75da7a2e2b17 SHA512 
9a1be238678bd9379000d2a7298308f7286ee4b8f1abb8c4f199d16a57183f91d29533533ceda244c382180cbdeb5e16c9b473899d3f0b813c8ea8519f8a7833
 WHIRLPOOL 
84d521746dc4a17648c82e11df56e3931dc37db413569f46bf8e2163c64b89c23700ee3567f4002863c624180b7efc8781b01d842060e7dc0f678e2ec8712709
-DIST rspamd-1.3.4.tar.xz 1484632 SHA256 
64fcabb3dc6767b5dc22c89f968414d1028f34ab8a21e1b22482aace069d527c SHA512 
41a3aa9b699ca1e40d229ebc9c3fd41ef07ad99b0badda44481fe4ff300369352f58379fa47013f96d98b08430a3c7bea0d97cab4a7e6db17a9084b082d6
 WHIRLPOOL 
ab5a25d673423e15ae77c704345307a555edcfad502d951da46ece04ef220baab056c80acdf898fa4e3748b644a41e9b9ee64b7c1bebbc5e514be5c0310d
 DIST rspamd-1.3.5.tar.xz 1483044 SHA256 
d4413ccfc238c3023e2b8a9441b101a6437f521f333fc9db2dd924d473fee696 SHA512 
6d7223c6be6e49296a5228d3d05a5f8dfd4a4002df9d247740bce75f2f652a01d86c30456b8475d08d529d2787aa30191713961ffc82c380c00612cae371b61c
 WHIRLPOOL 
4017484d4653a23b5a987ab0bdd40a709cd5d116dea5c02a767c5cad94bd5399d6319aa8f75e726cec5d0bd7ae9e0722786cacc33963e2f9b8fbdd0fb0986729

diff --git a/mail-filter/rspamd/rspamd-1.3.2.ebuild 
b/mail-filter/rspamd/rspamd-1.3.2.ebuild
deleted file mode 100644
index 3d2bacd..
--- a/mail-filter/rspamd/rspamd-1.3.2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils user systemd
-
-DESCRIPTION="Rapid spam filtering system"
-SRC_URI="https://rspamd.com/downloads/${P}.tar.xz;
-HOMEPAGE="https://github.com/vstakhov/rspamd;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+jit"
-
-RDEPEND="dev-libs/openssl:0[-bindist]
-   jit? (
-   dev-libs/libpcre[jit]
-   dev-lang/luajit:2
-   )
-   !jit? (
-   dev-libs/libpcre[-jit]
-   >=dev-lang/lua-5.1:0
-   )
-   dev-libs/libevent
-   dev-db/sqlite:3
-   dev-libs/glib:2
-   dev-libs/gmime
-   dev-util/ragel
-   sys-apps/file
-   virtual/libiconv"
-DEPEND="dev-util/ragel
-   ${RDEPEND}"
-
-pkg_setup() {
-   enewgroup rspamd
-   enewuser rspamd -1 -1 /var/lib/rspamd rspamd
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DCONFDIR=/etc/rspamd
-   -DRUNDIR=/var/run/rspamd
-   -DDBDIR=/var/lib/rspamd
-   -DLOGDIR=/var/log/rspamd
-   -DENABLE_LUAJIT=$(usex jit ON OFF)
-   )
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-   newinitd "${FILESDIR}/rspamd.init-r1" rspamd
-
-   dodir /var/lib/rspamd
-   dodir /var/log/rspamd
-
-   fowners rspamd:rspamd /var/lib/rspamd /var/log/rspamd
-
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}/rspamd.logrotate" rspamd
-
-   systemd_newunit rspamd.service rspamd.service
-}

diff --git a/mail-filter/rspamd/rspamd-1.3.3.ebuild 
b/mail-filter/rspamd/rspamd-1.3.3.ebuild
deleted file mode 100644
index 3d2bacd..
--- a/mail-filter/rspamd/rspamd-1.3.3.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 

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

2016-09-30 Thread Michał Górny
commit: 3e6bfe0b43e325a02c0a90f3af04881dfedb2fe5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 30 18:39:45 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 30 18:47:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6bfe0b

sys-libs/libomp: lit search has been fixed upstream

 sys-libs/libomp/libomp-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-libs/libomp/libomp-.ebuild 
b/sys-libs/libomp/libomp-.ebuild
index b3f078e..fe851f1 100644
--- a/sys-libs/libomp/libomp-.ebuild
+++ b/sys-libs/libomp/libomp-.ebuild
@@ -51,7 +51,6 @@ multilib_src_configure() {
-DLIBOMP_INSTALL_ALIASES=OFF
# disable unnecessary hack copying stuff back to srcdir
-DLIBOMP_COPY_EXPORTS=OFF
-   -DLIBOMP_LLVM_LIT_EXECUTABLE="${EPREFIX}/usr/bin/lit"
-DLIBOMP_TEST_COMPILER="${EPREFIX}/usr/bin/${CHOST}-clang"
)
cmake-utils_src_configure



[gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/files/3.9.0/, sys-devel/llvm/files/9999/, sys-devel/llvm/

2016-09-30 Thread Michał Górny
commit: 50136b87a1488e6753dcda89398152a515913409
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 30 18:45:49 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 30 18:47:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50136b87

sys-devel/llvm: OCaml install path patch has been merged upstream

 .../0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch| 0
 sys-devel/llvm/llvm-3.7.1-r3.ebuild| 2 +-
 sys-devel/llvm/llvm-3.8.0-r3.ebuild| 2 +-
 sys-devel/llvm/llvm-3.8.1-r2.ebuild| 2 +-
 sys-devel/llvm/llvm-3.8.1.ebuild   | 2 +-
 sys-devel/llvm/llvm-3.9.0.ebuild   | 2 +-
 sys-devel/llvm/llvm-.ebuild| 3 ---
 7 files changed, 5 insertions(+), 8 deletions(-)

diff --git 
a/sys-devel/llvm/files//0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch
 
b/sys-devel/llvm/files/3.9.0/0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch
similarity index 100%
rename from 
sys-devel/llvm/files//0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch
rename to 
sys-devel/llvm/files/3.9.0/0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch

diff --git a/sys-devel/llvm/llvm-3.7.1-r3.ebuild 
b/sys-devel/llvm/llvm-3.7.1-r3.ebuild
index ef041e6..5b80975 100644
--- a/sys-devel/llvm/llvm-3.7.1-r3.ebuild
+++ b/sys-devel/llvm/llvm-3.7.1-r3.ebuild
@@ -141,7 +141,7 @@ src_prepare() {
# Make ocaml warnings non-fatal, bug #537308
sed -e "/RUN/s/-warn-error A//" -i test/Bindings/OCaml/*ml  || die
# Fix libdir for ocaml bindings install, bug #559134
-   eapply 
"${FILESDIR}"//0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch
+   eapply 
"${FILESDIR}"/3.9.0/0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch
# Do not build/install ocaml docs with USE=-doc, bug #562008
eapply 
"${FILESDIR}"/3.9.0/0002-cmake-Make-OCaml-docs-dependent-on-LLVM_BUILD_DOCS.patch
 

diff --git a/sys-devel/llvm/llvm-3.8.0-r3.ebuild 
b/sys-devel/llvm/llvm-3.8.0-r3.ebuild
index 773c353..7731a4b 100644
--- a/sys-devel/llvm/llvm-3.8.0-r3.ebuild
+++ b/sys-devel/llvm/llvm-3.8.0-r3.ebuild
@@ -142,7 +142,7 @@ src_prepare() {
# Make ocaml warnings non-fatal, bug #537308
sed -e "/RUN/s/-warn-error A//" -i test/Bindings/OCaml/*ml  || die
# Fix libdir for ocaml bindings install, bug #559134
-   eapply 
"${FILESDIR}"//0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch
+   eapply 
"${FILESDIR}"/3.9.0/0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch
# Do not build/install ocaml docs with USE=-doc, bug #562008
eapply 
"${FILESDIR}"/3.9.0/0002-cmake-Make-OCaml-docs-dependent-on-LLVM_BUILD_DOCS.patch
 

diff --git a/sys-devel/llvm/llvm-3.8.1-r2.ebuild 
b/sys-devel/llvm/llvm-3.8.1-r2.ebuild
index f0bb43b..f16aca4 100644
--- a/sys-devel/llvm/llvm-3.8.1-r2.ebuild
+++ b/sys-devel/llvm/llvm-3.8.1-r2.ebuild
@@ -143,7 +143,7 @@ src_prepare() {
# Make ocaml warnings non-fatal, bug #537308
sed -e "/RUN/s/-warn-error A//" -i test/Bindings/OCaml/*ml  || die
# Fix libdir for ocaml bindings install, bug #559134
-   eapply 
"${FILESDIR}"//0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch
+   eapply 
"${FILESDIR}"/3.9.0/0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch
# Do not build/install ocaml docs with USE=-doc, bug #562008
eapply 
"${FILESDIR}"/3.9.0/0002-cmake-Make-OCaml-docs-dependent-on-LLVM_BUILD_DOCS.patch
 

diff --git a/sys-devel/llvm/llvm-3.8.1.ebuild b/sys-devel/llvm/llvm-3.8.1.ebuild
index 2e81b58..036de49 100644
--- a/sys-devel/llvm/llvm-3.8.1.ebuild
+++ b/sys-devel/llvm/llvm-3.8.1.ebuild
@@ -142,7 +142,7 @@ src_prepare() {
# Make ocaml warnings non-fatal, bug #537308
sed -e "/RUN/s/-warn-error A//" -i test/Bindings/OCaml/*ml  || die
# Fix libdir for ocaml bindings install, bug #559134
-   eapply 
"${FILESDIR}"//0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch
+   eapply 
"${FILESDIR}"/3.9.0/0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch
# Do not build/install ocaml docs with USE=-doc, bug #562008
eapply 
"${FILESDIR}"/3.9.0/0002-cmake-Make-OCaml-docs-dependent-on-LLVM_BUILD_DOCS.patch
 

diff --git a/sys-devel/llvm/llvm-3.9.0.ebuild b/sys-devel/llvm/llvm-3.9.0.ebuild
index 454f997..a5269d3 100644
--- a/sys-devel/llvm/llvm-3.9.0.ebuild
+++ b/sys-devel/llvm/llvm-3.9.0.ebuild
@@ -151,7 +151,7 @@ src_prepare() {
python_setup
 
# Fix libdir for ocaml bindings install, bug #559134
-   eapply 
"${FILESDIR}"//0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch
+   eapply 

[gentoo-commits] repo/gentoo:master commit in: gnome-base/dconf/

2016-09-30 Thread Gilles Dartiguelongue
commit: e54317819b6161d060d8d31e7e10802351c23840
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Fri Sep 30 18:21:24 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Fri Sep 30 18:21:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5431781

gnome-base/dconf: add dependency on dbus

dconf is a DBus based service. It is needed through GDBus at runtime
and its presence is required for unittests as well.

Gentoo-Bug: 594018

Package-Manager: portage-2.3.1

 gnome-base/dconf/dconf-0.26.0-r1.ebuild | 63 +
 1 file changed, 63 insertions(+)

diff --git a/gnome-base/dconf/dconf-0.26.0-r1.ebuild 
b/gnome-base/dconf/dconf-0.26.0-r1.ebuild
new file mode 100644
index ..db2414e
--- /dev/null
+++ b/gnome-base/dconf/dconf-0.26.0-r1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2 bash-completion-r1 virtualx
+
+DESCRIPTION="Simple low-level configuration system"
+HOMEPAGE="https://wiki.gnome.org/action/show/Projects/dconf;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~x86-fbsd ~arm-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.44.0:2
+   sys-apps/dbus
+"
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.2
+   app-text/docbook-xsl-stylesheets
+   dev-libs/libxslt
+   dev-util/gdbus-codegen
+   >=dev-util/gtk-doc-am-1.15
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-gcov \
+   --enable-man \
+   VALAC=$(type -P true)
+}
+
+src_test() {
+   virtx emake check
+}
+
+src_install() {
+   gnome2_src_install
+
+   # GSettings backend may be one of: memory, gconf, dconf
+   # Only dconf is really considered functional by upstream
+   # must have it enabled over gconf if both are installed
+   echo 'CONFIG_PROTECT_MASK="/etc/dconf"' >> 51dconf
+   echo 'GSETTINGS_BACKEND="dconf"' >> 51dconf
+   doenvd 51dconf
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   # Kill existing dconf-service processes as recommended by upstream due 
to
+   # possible changes in the dconf private dbus API.
+   # dconf-service will be dbus-activated on next use.
+   pids=$(pgrep -x dconf-service)
+   if [[ $? == 0 ]]; then
+   ebegin "Stopping dconf-service; it will automatically restart 
on demand"
+   kill ${pids}
+   eend $?
+   fi
+}



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

2016-09-30 Thread Matt Thode
commit: 4ec0fe7ac7dc97f91b3257d1e091ce8ba4874dcb
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 30 17:41:10 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 30 17:41:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec0fe7a

dev-python/requests: add missing patch

Package-Manager: portage-2.3.0

 .../files/requests-2.11.1-system-packages.patch  | 20 
 1 file changed, 20 insertions(+)

diff --git a/dev-python/requests/files/requests-2.11.1-system-packages.patch 
b/dev-python/requests/files/requests-2.11.1-system-packages.patch
new file mode 100644
index ..f511d0d
--- /dev/null
+++ b/dev-python/requests/files/requests-2.11.1-system-packages.patch
@@ -0,0 +1,20 @@
+ setup.py | 6 --
+ 1 file changed, 6 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index b7ed12b..1d5abe4 100755
+--- a/setup.py
 b/setup.py
+@@ -18,12 +18,6 @@ if sys.argv[-1] == 'publish':
+ packages = [
+ 'requests',
+ 'requests.packages',
+-'requests.packages.chardet',
+-'requests.packages.urllib3',
+-'requests.packages.urllib3.packages',
+-'requests.packages.urllib3.contrib',
+-'requests.packages.urllib3.util',
+-'requests.packages.urllib3.packages.ssl_match_hostname',
+ ]
+ 
+ requires = []



[gentoo-commits] repo/user/johnmh:master commit in: dev-lang/terra/

2016-09-30 Thread John Harris
commit: b861fe71151895891fda496afca8214b32e3f720
Author: John M. Harris, Jr  openblox  org>
AuthorDate: Fri Sep 30 17:33:36 2016 +
Commit: John Harris  openblox  org>
CommitDate: Fri Sep 30 17:33:36 2016 +
URL:https://gitweb.gentoo.org/repo/user/johnmh.git/commit/?id=b861fe71

dev-lang/terra: new ebuild

 dev-lang/terra/Manifest|  4 
 dev-lang/terra/metadata.xml| 11 +++
 dev-lang/terra/terra-2016.03.25.ebuild | 35 ++
 3 files changed, 50 insertions(+)

diff --git a/dev-lang/terra/Manifest b/dev-lang/terra/Manifest
new file mode 100644
index 000..6060504
--- /dev/null
+++ b/dev-lang/terra/Manifest
@@ -0,0 +1,4 @@
+DIST LuaJIT-2.0.4.tar.gz 847615 SHA256 
620fa4eb12375021bef6e4f237cbd2dd5d49e56beb414bee052c746beef1807d SHA512 
a72957bd85d8f457269e78bf08c19b28c5707df5d19920d61918f8a6913f55913ce13037fb9a6463c04cefde0c6644739f390e09d656e4bbc2c236927aa3f8f9
 WHIRLPOOL 
0d2b7d3dbede1e42afd820fb8b327f643282efd1549ae7288da82ed157ef34ac2ec6bee481ae3d02abdebb6528e42c12c4d6fa8e26774f1b59e17d3998e9f4c2
+DIST terra-2016.03.25.tar.gz 334636 SHA256 
d580f8d6ccf1f7982a12e9571b95919dfac109fbd48631401f028e4366e9453d SHA512 
ac523bbd764881f8158378f7ac82eda668e3b0b564679ae02d41dea4d6b37b26cc36af9a06b923d399340493964f0c301c196a56995420e49bc0bf2050f51851
 WHIRLPOOL 
e8347f69e949833a9078cae56f34b3b48702bbe06e2cf0edc2c2b976648b40b9e6f2394bdb75cc19343ff7fb1d48377210f3fde9e2481f0653fd39494b20d001
+EBUILD terra-2016.03.25.ebuild 727 SHA256 
05e48bd32a8a26af0291cf458c531f5511aa5781f3c1769c457881c953cc2107 SHA512 
3bd314322ce44c1dcc110a8c165fdae71e8c2b3235dffe40ebb438f841f1b5be343fa74927021d7502c68e2c6508f2beff1f4c095294249bee1d5e281d71f913
 WHIRLPOOL 
392d975136759ddf52f96570954bbd259e3bc5d5308bdf9bf3846c8ddcbea53c994fa56925baab08ac07469e8701f3b405db3f88f9c58f13f1f83d0a2afeb40e
+MISC metadata.xml 423 SHA256 
c2d1c064eff1094f7d6c497d0e0127ad52ae35ab8a6cf856ac008e9bdc6d1632 SHA512 
701ebe05bea678b5b34fc4c87bdc5dcc87c58411bce96c6f0fb1dacf7f29c6cfbcb9436abbe5abcbbbe636dfb71de032836c3692a0ff55e136746d7443bcf956
 WHIRLPOOL 
25b1efd85cd953cd1426de5fea5cfae45a09fcfce50b53da62a2399768ff8cebe2dd940eec702e3fcd5948657f22007b29ef8a7855be5dc36cbda7eee4e509cf

diff --git a/dev-lang/terra/metadata.xml b/dev-lang/terra/metadata.xml
new file mode 100644
index 000..7da3c11
--- /dev/null
+++ b/dev-lang/terra/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+   joh...@openblox.org
+   John M. Harris
+  
+  
+   Terra is a low-level system programming language that is embedded in 
and meta-programmed by the Lua programming language.
+  
+

diff --git a/dev-lang/terra/terra-2016.03.25.ebuild 
b/dev-lang/terra/terra-2016.03.25.ebuild
new file mode 100644
index 000..85d3257
--- /dev/null
+++ b/dev-lang/terra/terra-2016.03.25.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="A low-level counterpart to Lua"
+HOMEPAGE="http://terralang.org/;
+LUAJIT="LuaJIT-2.0.4.tar.gz"
+SRC_URI="https://github.com/zdevito/terra/archive/release-${PV//./-}.tar.gz -> 
${P}.tar.gz
+   http://luajit.org/download/${LUAJIT};
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+DEPEND="sys-devel/clang
+   dev-lang/luajit:2"
+RDEPEND="${DEPEND}"
+
+src_unpack() {
+   unpack "${P}.tar.gz"
+   mv "${PN}"-* "${S}" || die
+   ln -s "${DISTDIR}/${LUAJIT}" "${S}/build" || die
+}
+
+src_install() {
+   cd release || die
+   dobin terra
+   dolib.so libterra.so
+   dodoc README.md
+   cd include || die
+   doheader terra.h *.t
+}
\ No newline at end of file



[gentoo-commits] repo/gentoo:master commit in: app-office/texstudio/files/

2016-09-30 Thread Patrice Clement
commit: 3fecf7db505b68c6a25517193e29e4c3328d3591
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Sep 30 17:33:44 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Sep 30 17:34:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fecf7db

app-office/texstudio: remove unused patches.

Courtesy of Michael Mair-Keimberger  gmail.com>.

Closes: https://github.com/gentoo/gentoo/pull/1916
Signed-off-by: Patrice Clement  gentoo.org>

 .../texstudio/files/texstudio-2.6.0-desktop.patch  | 22 -
 .../files/texstudio-2.6.0-hunspell-quazip.patch| 93 --
 2 files changed, 115 deletions(-)

diff --git a/app-office/texstudio/files/texstudio-2.6.0-desktop.patch 
b/app-office/texstudio/files/texstudio-2.6.0-desktop.patch
deleted file mode 100644
index 6d23788..
--- a/app-office/texstudio/files/texstudio-2.6.0-desktop.patch
+++ /dev/null
@@ -1,22 +0,0 @@
- utilities/texstudio.desktop | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/utilities/texstudio.desktop b/utilities/texstudio.desktop
-index 199255f..9c95afd 100644
 a/utilities/texstudio.desktop
-+++ b/utilities/texstudio.desktop
-@@ -1,13 +1,12 @@
- [Desktop Entry]
- 
Categories=Office;Publishing;Qt;X-SuSE-Core-Office;X-Mandriva-Office-Publishing;X-Misc;
--Encoding=UTF-8
- Exec=texstudio %F
- GenericName=LaTeX Editor
- GenericName[fr]=Editeur LaTeX
- Comment=LaTeX development environment
- Comment[fr]=Environnement de développement LaTeX
- Icon=/usr/share/texstudio/texstudio.svg
--MimeType=text/x-tex;
-+MimeType=text/X-tex;
- Name=TeXstudio
- StartupNotify=false
- Terminal=false

diff --git a/app-office/texstudio/files/texstudio-2.6.0-hunspell-quazip.patch 
b/app-office/texstudio/files/texstudio-2.6.0-hunspell-quazip.patch
deleted file mode 100644
index 2cf2ec0..
--- a/app-office/texstudio/files/texstudio-2.6.0-hunspell-quazip.patch
+++ /dev/null
@@ -1,93 +0,0 @@
- spellerutility.h |  2 +-
- texstudio.pro| 45 -
- 2 files changed, 13 insertions(+), 34 deletions(-)
-
-diff --git a/spellerutility.h b/spellerutility.h
-index 7e1b980..b0bc8b8 100644
 a/spellerutility.h
-+++ b/spellerutility.h
-@@ -13,7 +13,7 @@
- 
- #include "mostQtHeaders.h"
- 
--#include "hunspell/hunspell.hxx"
-+#include 
- class SpellerUtility: public QObject {
-   Q_OBJECT
- public:
-diff --git a/texstudio.pro b/texstudio.pro
-index b073255..3d4ee64 100644
 a/texstudio.pro
-+++ b/texstudio.pro
-@@ -53,25 +53,6 @@ HEADERS += texmaker.h \
- debughelper.h \
- thesaurusdialog.h \
- xmltagslistwidget.h \
--hunspell/affentry.hxx \
--hunspell/affixmgr.hxx \
--hunspell/atypes.hxx \
--hunspell/baseaffix.hxx \
--hunspell/csutil.hxx \
--hunspell/dictmgr.hxx \
--hunspell/hashmgr.hxx \
--hunspell/htypes.hxx \
--hunspell/hunspell.hxx \
--hunspell/hunspell.h \
--hunspell/langnum.hxx \
--hunspell/license.hunspell \
--hunspell/phonet.hxx \
--hunspell/suggestmgr.hxx \
--hunspell/license.myspell \
--hunspell/filemgr.hxx \
--hunspell/hunzip.hxx \
--hunspell/w_char.hxx \
--hunspell/replist.hxx \
- qcodeedit/lib/qeditorinputbinding.h \
- qcodeedit/lib/qeditorinputbindinginterface.h \
- qcodeedit/lib/qformat.h \
-@@ -171,18 +152,6 @@ SOURCES += main.cpp \
- codesnippet.cpp \
- thesaurusdialog.cpp \
- xmltagslistwidget.cpp \
--hunspell/affentry.cxx \
--hunspell/affixmgr.cxx \
--hunspell/csutil.cxx \
--hunspell/dictmgr.cxx \
--hunspell/hashmgr.cxx \
--hunspell/hunspell.cxx \
--hunspell/phonet.cxx \
--hunspell/replist.cxx \
--hunspell/suggestmgr.cxx \
--hunspell/utf_info.cxx \
--hunspell/filemgr.cxx \
--hunspell/hunzip.cxx \
- encodingdialog.cpp \
- qcodeedit/lib/qeditorinputbinding.cpp \
- qcodeedit/lib/qformat.cpp \
-@@ -537,10 +506,14 @@ SOURCES += qcodeedit/lib/qnfa/qnfa.cpp \
- # ###
- 
- # ##QUAZIP###
--DEFINES += QUAZIP_STATIC
-+#DEFINES += QUAZIP_STATIC
- 
- # Input
--include(quazip/quazip/quazip.pri)
-+#include(quazip/quazip/quazip.pri)
-+unix {
-+  INCLUDEPATH += $${PREFIX}/include/quazip
-+  LIBS += -lquazip
-+}
- 
- # ###
- 
-@@ -677,3 +650,9 @@ else {
-   QMAKE_LFLAGS_RELEASE -= -Wl,-s
- }
- 
-+unix {
-+  CONFIG   += link_pkgconfig
-+  # use system quazip
-+  # use system hunspell
-+  PKGCONFIG += hunspell
-+}



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

2016-09-30 Thread Patrice Clement
commit: 2052bc3df65c7942dd9202740c73c99802a88e8f
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Sep 30 17:24:54 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Sep 30 17:31:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2052bc3d

dev-dotnet/xsp: remove unused patch.

Courtesy of Michael Mair-Keimberger  gmail.com>.

Closes: https://github.com/gentoo/gentoo/pull/1916
Signed-off-by: Patrice Clement  gentoo.org>

 dev-dotnet/xsp/files/aclocal-fix.patch | 13 -
 1 file changed, 13 deletions(-)

diff --git a/dev-dotnet/xsp/files/aclocal-fix.patch 
b/dev-dotnet/xsp/files/aclocal-fix.patch
deleted file mode 100644
index 49a0005..
--- a/dev-dotnet/xsp/files/aclocal-fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
 Makefile_old.am2013-07-30 09:11:50.033962122 +0400
-+++ Makefile.am2013-07-30 09:12:20.843574793 +0400
-@@ -1,10 +1,2 @@
- SUBDIRS=build man src test tools scripts packaging lib
- ACLOCAL_AMFLAGS += -I build/m4
--
--if UNITTESTS
--SUBDIRS += unittests
--endif
--
--if BUILD_DOCS
--SUBDIRS += docs
--endif



[gentoo-commits] dev/dilfridge:master commit in: www-apache/mod_perl/

2016-09-30 Thread Andreas Hüttel
commit: e1e7598335f12aa5cfd328de0c09da3e2b6a3417
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Sep 30 17:12:01 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Sep 30 17:12:01 2016 +
URL:https://gitweb.gentoo.org/dev/dilfridge.git/commit/?id=e1e75983

www-apache/mod_perl: Start simplifying

Package-Manager: portage-2.3.0

 www-apache/mod_perl/Manifest   |   1 -
 .../mod_perl/mod_perl-2.0.10_pre201601-r1.ebuild   | 127 +
 2 files changed, 127 insertions(+), 1 deletion(-)

diff --git a/www-apache/mod_perl/Manifest b/www-apache/mod_perl/Manifest
index 3c73173..9d6f756 100644
--- a/www-apache/mod_perl/Manifest
+++ b/www-apache/mod_perl/Manifest
@@ -1,2 +1 @@
 DIST mod_perl-2.0.10_pre201601.tar.gz 3854229 SHA256 
a89c23b66b21c600b74a48125c02c91159c07b08cc07fb4f55015e8e07713697 SHA512 
04e57e79031374f3ec432e950fb9f79d1202da9dfc0d86a5137b7346c18f313a4e58ecfffed51efd7e6494baec86b22a42d6712ce5f7824f9f479c05bac00659
 WHIRLPOOL 
5d37b067aa945cafc0cc7a1f1b27257d8409f6804f22880ae7fd6c21424bbd2c07bace483d95590d255678725f67d081741978cff24cfc91716c08294547e622
-DIST mod_perl-2.0.8.tar.gz 3790026 SHA256 
35dc1b7a40a90a395ce88bba2df84f22289975f34d1757de6d715560c20a20e6 SHA512 
d5090651699c4436fe8d0a525226543c971aa05db337dc1b1e89023183df1c7dd8b8775f3a0f7d3b9ec40e8c058ac23bd24141cf15a5fe5806226d634dfb4c87
 WHIRLPOOL 
d22e1c353339b08ad752e9f9c7fc0ec4d6a173c4cd3004380b14098e1028737e0eb69d2f56dbe0da3cbfb01b31232c5073d7edb28bf4fed6b2ccd67b09ad7080

diff --git a/www-apache/mod_perl/mod_perl-2.0.10_pre201601-r1.ebuild 
b/www-apache/mod_perl/mod_perl-2.0.10_pre201601-r1.ebuild
new file mode 100644
index 000..1fac22f
--- /dev/null
+++ b/www-apache/mod_perl/mod_perl-2.0.10_pre201601-r1.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit depend.apache apache-module perl-module eutils
+
+DESCRIPTION="An embedded Perl interpreter for Apache2"
+HOMEPAGE="https://perl.apache.org/;
+#SRC_URI="mirror://apache/perl/${P}.tar.gz"
+SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="1"
+#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug"
+
+# The "solutions" for the following bugs have been removed here to simplify
+# the ebuild. Needs checking if the problem still occurs.
+#
+# bug 373943: precise threading conditions
+
+
+DEPEND="
+>=dev-perl/Apache-Reload-0.11
+   >=dev-perl/Apache-SizeLimit-0.95
+   >=dev-perl/Apache-Test-1.360
+   >=dev-perl/CGI-3.08
+   dev-lang/perl[ithreads]
+   www-servers/apache
+"
+RDEPEND="${DEPEND}
+"
+
+APACHE2_MOD_FILE="${S}/src/modules/perl/mod_perl.so"
+APACHE2_MOD_CONF="2.0.3/75_${PN}"
+APACHE2_MOD_DEFINE="PERL"
+
+need_apache2
+
+src_prepare() {
+   perl-module_src_prepare
+
+   # rendhalver - this got redone for 2.0.1 and seems to fix the make test 
problems
+   epatch "${FILESDIR}"/${PN}-2.0.1-sneak-tmpdir.patch
+   epatch "${FILESDIR}"/${PN}-2.0.4-inline.patch #550244
+
+   # bug 352724
+   epatch "${FILESDIR}/${P}-bundled-Apache-Test.patch"
+   rm -rf Apache-{Test,Reload,SizeLimit}/ lib/Bundle/
+
+   # 410453
+   epatch 
"${FILESDIR}/use-client_ip-client_add-instead-of-remote_ip-remote.patch"
+   epatch "${FILESDIR}/use-log.level-instead-of-loglevel.patch"
+}
+
+src_configure() {
+   local debug=$(usex debug 1 0)
+   perl Makefile.PL \
+   PREFIX="${EPREFIX}"/usr \
+   INSTALLDIRS=vendor \
+   MP_USE_DSO=1 \
+   MP_APXS=${APXS} \
+   MP_APR_CONFIG=/usr/bin/apr-1-config \
+   MP_TRACE=${debug} \
+   MP_DEBUG=${debug} \
+   || die
+}
+
+src_test() {
+   # make test notes whether it is running as root, and drops
+   # privileges all the way to "nobody" if so, so we must adjust
+   # write permissions accordingly in this case.
+
+   # IF YOU SUDO TO EMERGE AND HAVE !env_reset set testing will fail!
+   if [[ "$(id -u)" == "0" ]]; then
+   chown nobody:nobody "${WORKDIR}" "${T}"
+   fi
+
+   # this does not || die because of bug 21325. kudos to smark for
+   # the idea of setting HOME.
+   TMPDIR="${T}" HOME="${T}/" perl-module_src_test
+}
+
+src_install() {
+   apache-module_src_install
+
+   default
+#emake DESTDIR="${D}" install || die
+
+   # TODO: add some stuff from docs/ back?
+
+   # rendhalver - fix the perllocal.pod that gets installed
+   # it seems to me that this has been getting installed for ages
+   perl_delete_localpod
+   # Remove empty .bs files as well
+   perl_delete_packlist
+
+   insinto "${APACHE_MODULES_CONFDIR}"
+   doins "${FILESDIR}"/2.0.3/apache2-mod_perl-startup.pl
+
+   # this is an attempt to get @INC in line with /usr/bin/perl.
+   # there is blib 

[gentoo-commits] repo/gentoo:master commit in: net-irc/irssi/, net-irc/irssi/files/

2016-09-30 Thread Sven Wegener
commit: bd1a5b6ba37078f293db6c80e2ee9daf717affa3
Author: Sven Wegener  gentoo  org>
AuthorDate: Fri Sep 30 16:48:51 2016 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Fri Sep 30 16:49:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd1a5b6b

net-irc/irssi: Cleanup

Package-Manager: portage-2.3.0

 net-irc/irssi/Manifest   |  3 --
 net-irc/irssi/files/irssi-0.8.15-tinfo.patch | 21 
 net-irc/irssi/irssi-0.8.17.ebuild| 70 --
 net-irc/irssi/irssi-0.8.18.ebuild| 72 ---
 net-irc/irssi/irssi-0.8.19.ebuild| 72 ---
 net-irc/irssi/irssi-0.8.20.ebuild| 73 
 6 files changed, 311 deletions(-)

diff --git a/net-irc/irssi/Manifest b/net-irc/irssi/Manifest
index 4a4d297..7be732c 100644
--- a/net-irc/irssi/Manifest
+++ b/net-irc/irssi/Manifest
@@ -1,4 +1 @@
-DIST irssi-0.8.17.tar.bz2 1102196 SHA256 
3c9600cad2edf58f1d012febc1a0ba844274df6e331c01a9e935467705166807 SHA512 
e3d9b130c46e6977400f5a75374cf3e32d5a6e6907b2fd4c920463b5413575708b094c9fa38151997a120ce581de26092424296510ca93b3eee7b0844be45953
 WHIRLPOOL 
497e1c4f8a84932f84cdf05bdcc8493f27edfd2070f07c760fa91fc1a967958e3bb48b0cc2d9b22640670d770ffb6dc8035e8bd636a0f966cd675d1636907ee3
-DIST irssi-0.8.18.tar.xz 1004856 SHA256 
c0a177f749757c2d171ebe49ab0f0dd9cf9374dea81ab01904d0549bcb057840 SHA512 
9b1abdb89a89cb1bf562193919398d765757639efca5ad12b38feaad96b98e2b0bbeb665ac0994c4f2ff9abbff7a7a8bee0daab2b0ea0beb73f82edc30e0
 WHIRLPOOL 
40bb726cef07fdad749fd8ae2474ff993ab6c8b275cf4f3a537e997333fdb4f798db50c751956818f4190e2f313b78f66508631d6995ecab76f7c93be01f5abd
-DIST irssi-0.8.19.tar.xz 1006140 SHA256 
4ca0040548e814ea93eb7d602ab7d6d379afcbbdf10e84160523ce69c73ee5d3 SHA512 
45578a33b408ebf7d896b9576dffc4ca95897933be50cc1c2fcb8988a6ad86a10087fba5f74f0a2eb1d615fb3f30e57500f5175ef2dbada1de5a33b20abacb61
 WHIRLPOOL 
cd95ab0abb7ce95772c823bb7022f12c97b4d9878ed256353550520496c3bc4a03df0964c2b0c104b5e4717f375cccef7e60d74e80410a2c19d1abb85723e571
 DIST irssi-0.8.20.tar.xz 1007252 SHA256 
7882c4e821f5aac469c5e69e69d7e235f4986101285c675e81a9a95bfb20505a SHA512 
ace39022a3e7461fc33cbd0e8c6635aa84c67fc4f6364b66747f860a4538a4b17bbd677e342fbfa9ae7e97783745f8d7dab350a27330ce14f1702386231296b1
 WHIRLPOOL 
3a50767aebed4dbd7fea7639af688cbc6cd2b57a7bae9ab398d277471dbea3491d918c46cf0c05ff48db69b79117c0d733dfe06c2bc0b9bbfce699eb0fdcff37

diff --git a/net-irc/irssi/files/irssi-0.8.15-tinfo.patch 
b/net-irc/irssi/files/irssi-0.8.15-tinfo.patch
deleted file mode 100644
index b16a070..
--- a/net-irc/irssi/files/irssi-0.8.15-tinfo.patch
+++ /dev/null
@@ -1,21 +0,0 @@
 irssi-0.8.15-orig/curses.m42010-04-04 02:19:58.0 +1000
-+++ irssi-0.8.15/curses.m4 2014-03-06 16:36:12.404404130 +1100
-@@ -218,9 +218,17 @@
-   CURSES_LIBS="$CHECKLIBS"
-   ],, $CHECKLIBS)
-   ], $CURSES_LIBS)
-+  AC_CHECK_LIB(ncurses, tputs, [
-+  true;
-+  ], [
-+CHECKLIBS=`echo "$3"|sed 's/-lncurses/-lncurses -ltinfo/g'`
-+  AC_CHECK_LIB(tinfo, tputs, [
-+  CURSES_LIBS="$CHECKLIBS"
-+  ],, $CHECKLIBS)
-+  ], $CURSES_LIBS)
-   CURSES_INCLUDEDIR="$4"
-   search_ncurses=false
--  screen_manager="$5"
-+  screen_manager=$5
- AC_DEFINE(HAS_CURSES)
- has_curses=true
-   has_ncurses=true

diff --git a/net-irc/irssi/irssi-0.8.17.ebuild 
b/net-irc/irssi/irssi-0.8.17.ebuild
deleted file mode 100644
index b60ff81..
--- a/net-irc/irssi/irssi-0.8.17.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-
-inherit autotools-utils eutils flag-o-matic perl-module toolchain-funcs
-
-# Keep for _rc compability
-MY_P="${P/_/-}"
-
-DESCRIPTION="A modular textUI IRC client with IPv6 support"
-HOMEPAGE="http://irssi.org/;
-SRC_URI="http://irssi.org/files/${MY_P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="ipv6 +perl selinux ssl socks5 +proxy libressl"
-
-CDEPEND="sys-libs/ncurses:0=
-   >=dev-libs/glib-2.6.0
-   ssl? ( !libressl? ( dev-libs/openssl:= ) libressl? ( 
dev-libs/libressl:= ) )
-   perl? ( dev-lang/perl:= )
-   socks5? ( >=net-proxy/dante-1.1.18 )"
-
-DEPEND="
-   ${CDEPEND}
-   virtual/pkgconfig"
-
-RDEPEND="
-   ${CDEPEND}
-   selinux? ( sec-policy/selinux-irc )
-   perl? ( !net-im/silc-client )"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   pushd m4 > /dev/null || die
-   epatch 

[gentoo-commits] dev/dilfridge:master commit in: www-apache/mod_perl/files/2.0.3/, www-apache/mod_perl/files/, ...

2016-09-30 Thread Andreas Hüttel
commit: 05d8230b31fa9ecffd92089b8b24078a56bbe29e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Sep 30 16:53:12 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Sep 30 16:53:12 2016 +
URL:https://gitweb.gentoo.org/dev/dilfridge.git/commit/?id=05d8230b

www-apache/mod_perl: Copy from main tree

 www-apache/mod_perl/Manifest   |   2 +
 .../mod_perl/files/2.0.3/75_mod_perl.2.2.conf  |  50 +
 www-apache/mod_perl/files/2.0.3/75_mod_perl.conf   |  54 +
 .../files/2.0.3/apache2-mod_perl-startup.pl|  24 ++
 .../files/mod_perl-2.0.1-sneak-tmpdir.patch|  11 +
 ...perl-2.0.10_pre201601-bundled-Apache-Test.patch | 123 +++
 .../mod_perl/files/mod_perl-2.0.4-inline.patch |  22 ++
 .../files/mod_perl-2.0.7-bundled-Apache-Test.patch | 134 
 .../files/mod_perl-2.0.8-bundled-Apache-Test.patch | 127 +++
 .../mod_perl/files/mod_perl_init_b554794.patch | 241 +
 ...ip-client_add-instead-of-remote_ip-remote.patch |  47 
 .../files/use-log.level-instead-of-loglevel.patch  |  27 +++
 www-apache/mod_perl/metadata.xml   |  12 +
 .../mod_perl/mod_perl-2.0.10_pre201601.ebuild  | 165 ++
 www-apache/mod_perl/mod_perl-2.0.8-r3.ebuild   | 165 ++
 www-apache/mod_perl/mod_perl-2.0.8.ebuild  | 157 ++
 16 files changed, 1361 insertions(+)

diff --git a/www-apache/mod_perl/Manifest b/www-apache/mod_perl/Manifest
new file mode 100644
index 000..3c73173
--- /dev/null
+++ b/www-apache/mod_perl/Manifest
@@ -0,0 +1,2 @@
+DIST mod_perl-2.0.10_pre201601.tar.gz 3854229 SHA256 
a89c23b66b21c600b74a48125c02c91159c07b08cc07fb4f55015e8e07713697 SHA512 
04e57e79031374f3ec432e950fb9f79d1202da9dfc0d86a5137b7346c18f313a4e58ecfffed51efd7e6494baec86b22a42d6712ce5f7824f9f479c05bac00659
 WHIRLPOOL 
5d37b067aa945cafc0cc7a1f1b27257d8409f6804f22880ae7fd6c21424bbd2c07bace483d95590d255678725f67d081741978cff24cfc91716c08294547e622
+DIST mod_perl-2.0.8.tar.gz 3790026 SHA256 
35dc1b7a40a90a395ce88bba2df84f22289975f34d1757de6d715560c20a20e6 SHA512 
d5090651699c4436fe8d0a525226543c971aa05db337dc1b1e89023183df1c7dd8b8775f3a0f7d3b9ec40e8c058ac23bd24141cf15a5fe5806226d634dfb4c87
 WHIRLPOOL 
d22e1c353339b08ad752e9f9c7fc0ec4d6a173c4cd3004380b14098e1028737e0eb69d2f56dbe0da3cbfb01b31232c5073d7edb28bf4fed6b2ccd67b09ad7080

diff --git a/www-apache/mod_perl/files/2.0.3/75_mod_perl.2.2.conf 
b/www-apache/mod_perl/files/2.0.3/75_mod_perl.2.2.conf
new file mode 100644
index 000..596d2cc
--- /dev/null
+++ b/www-apache/mod_perl/files/2.0.3/75_mod_perl.2.2.conf
@@ -0,0 +1,50 @@
+
+LoadModule perl_module modules/mod_perl.so
+
+#PerlTrace all
+PerlRequire "/etc/apache2/modules.d/apache2-mod_perl-startup.pl"
+PerlModule ModPerl::Registry
+
+# Provide two aliases to the same cgi-bin directory, to see the effects of the
+# 2 different mod_perl modes for Apache2::Registry Mode
+Alias /perl/ /var/www/localhost/perl/
+# for Apache2::Perlrun Mode
+Alias /cgi-perl/ /var/www/localhost/perl/
+
+
+   SetHandler perl-script
+   PerlResponseHandler Apache2::Status
+   Order deny,allow
+   Deny from all
+   Allow from 127.0.0.1
+
+
+
+   SetHandler perl-script
+   PerlResponseHandler ModPerl::PerlRun
+   Options -Indexes ExecCGI
+   PerlOptions +ParseHeaders
+
+
+# set Apache::Registry Mode for /perl Alias
+
+   SetHandler perl-script
+   PerlResponseHandler ModPerl::Registry
+   Options -Indexes ExecCGI
+   PerlSendHeader On
+   Order allow,deny
+   Allow from all
+
+
+# set Apache::PerlRun Mode for /cgi-perl Alias
+
+   SetHandler perl-script
+   PerlResponseHandler ModPerl::PerlRun
+   Options -Indexes ExecCGI
+   PerlSendHeader On
+   Order allow,deny
+   Allow from all
+
+
+
+# vim: ts=4 filetype=apache

diff --git a/www-apache/mod_perl/files/2.0.3/75_mod_perl.conf 
b/www-apache/mod_perl/files/2.0.3/75_mod_perl.conf
new file mode 100644
index 000..9cf7b7b
--- /dev/null
+++ b/www-apache/mod_perl/files/2.0.3/75_mod_perl.conf
@@ -0,0 +1,54 @@
+
+LoadModule perl_module modules/mod_perl.so
+
+#PerlTrace all
+PerlRequire "/etc/apache2/modules.d/apache2-mod_perl-startup.pl"
+PerlModule ModPerl::Registry
+
+# Provide two aliases to the same cgi-bin directory, to see the effects of the
+# 2 different mod_perl modes for Apache2::Registry Mode
+Alias /perl/ /var/www/localhost/perl/
+# for Apache2::Perlrun Mode
+Alias /cgi-perl/ /var/www/localhost/perl/
+
+
+   SetHandler perl-script
+   PerlResponseHandler Apache2::Status
+   Require host localhost
+
+
+
+   SetHandler perl-script
+   PerlResponseHandler ModPerl::PerlRun
+   PerlOptions +ParseHeaders
+
+   # Clear all existing options and only permit cgi.
+   Options ExecCGI
+
+
+# set Apache::Registry Mode for /perl Alias
+
+   SetHandler perl-script
+   PerlResponseHandler ModPerl::Registry
+   

[gentoo-commits] dev/dilfridge:master commit in: www-apache/mod_perl/

2016-09-30 Thread Andreas Hüttel
commit: 7381a5192205d5b6e434c5635bd069553d807f1b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Sep 30 16:54:24 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Sep 30 16:54:24 2016 +
URL:https://gitweb.gentoo.org/dev/dilfridge.git/commit/?id=7381a519

www-apache/mod_perl: Remove old versions

 www-apache/mod_perl/mod_perl-2.0.8-r3.ebuild | 165 ---
 www-apache/mod_perl/mod_perl-2.0.8.ebuild| 157 -
 2 files changed, 322 deletions(-)

diff --git a/www-apache/mod_perl/mod_perl-2.0.8-r3.ebuild 
b/www-apache/mod_perl/mod_perl-2.0.8-r3.ebuild
deleted file mode 100644
index 0f895d1..000
--- a/www-apache/mod_perl/mod_perl-2.0.8-r3.ebuild
+++ /dev/null
@@ -1,165 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit depend.apache apache-module perl-module eutils
-
-DESCRIPTION="An embedded Perl interpreter for Apache2"
-HOMEPAGE="https://projects.apache.org/projects/mod_perl.html;
-SRC_URI="mirror://apache/perl/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug"
-
-# Make sure we always use the latest Apache-Test version or even check the
-# version of the bundled Apache-Test!
-#
-# We need both, apache and perl but either apache without threads or perl with
-# ithreads, bug 373943
-DEPEND="
-   >=dev-perl/Apache-Test-1.360
-   >=dev-perl/CGI-3.08
-   dev-lang/perl[ithreads]
-   www-servers/apache
-"
-RDEPEND="${DEPEND}"
-PDEPEND=">=dev-perl/Apache-Reload-0.11
-   >=dev-perl/Apache-SizeLimit-0.95"
-
-APACHE2_MOD_FILE="${S}/src/modules/perl/mod_perl.so"
-APACHE2_MOD_CONF="2.0.3/75_${PN}"
-APACHE2_MOD_DEFINE="PERL"
-
-SRC_TEST="do"
-
-DOCFILES="Changes INSTALL README STATUS"
-
-need_apache2_4
-
-src_prepare() {
-   perl-module_src_prepare
-
-   # I am not entirely happy with this solution, but here's what's
-   # going on here if someone wants to take a stab at another
-   # approach.  When userpriv compilation is off, then the make
-   # process drops to user "nobody" to run the test servers.  This
-   # server is closed, and then the socket is rebound using
-   # SO_REUSEADDR.  If the same user does this, there is no problem,
-   # and the socket may be rebound immediately.  If a different user
-   # (yes, in my testing, even root) attempts to rebind, it fails.
-   # Since the "is the socket available yet" code and the
-   # second-batch bind call both run as root, this will fail.
-
-   # The upstream settings on my test machine cause the second batch
-   # of tests to fail, believing the socket to still be in use.  I
-   # tried patching various parts to make them run as the user
-   # specified in $config->{vars}{user} using getpwnam, but found
-   # this patch to be fairly intrusive, because the userid must be
-   # restored and the patch must be applied to multiple places.
-
-   # For now, we will simply extend the timeout in hopes that in the
-   # non-userpriv case, the socket will clear from the kernel tables
-   # normally, and the tests will proceed.
-
-   # If anybody is still having problems, then commenting out "make
-   # test" below should allow the software to build properly.
-
-   # Robert Coie  2003.05.06
-#  sed -i -e "s/sleep \$_/sleep \$_ << 2/" \
-#  "${S}"/Apache-Test/lib/Apache/TestServer.pm \
-#  || die "problem editing TestServer.pm"
-
-   # rendhalver - this got redone for 2.0.1 and seems to fix the make test 
problems
-   epatch "${FILESDIR}"/${PN}-2.0.1-sneak-tmpdir.patch
-   epatch "${FILESDIR}"/${PN}-2.0.4-inline.patch #550244
-
-   # bug 352724
-   epatch "${FILESDIR}/${P}-bundled-Apache-Test.patch"
-   rm -rf Apache-{Test,Reload,SizeLimit}/ lib/Bundle/
-   sed -i \
-   -e 's:^Apache-\(Reload\|SizeLimit\|Test\).*::' \
-   -e 's:^lib/Bundle/Apache2.pm::' \
-   MANIFEST || die
-
-   # 410453
-   epatch 
"${FILESDIR}/use-client_ip-client_add-instead-of-remote_ip-remote.patch"
-   epatch "${FILESDIR}/use-log.level-instead-of-loglevel.patch"
-
-   # 554794
-   epatch "${FILESDIR}/mod_perl_init_b554794.patch"
-}
-
-src_configure() {
-   local debug=$(usex debug 1 0)
-   perl Makefile.PL \
-   PREFIX="${EPREFIX}"/usr \
-   INSTALLDIRS=vendor \
-   MP_USE_DSO=1 \
-   MP_APXS=${APXS} \
-   MP_APR_CONFIG=/usr/bin/apr-1-config \
-   MP_TRACE=${debug} \
-   MP_DEBUG=${debug} \
-   || die
-}
-
-src_test() {
-   # make test notes whether it is running as root, and drops
-   # privileges all the way to "nobody" if so, so we must adjust
-   # write permissions accordingly in this case.

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

2016-09-30 Thread Jason Donenfeld
commit: 22991f43d754ede5f3d73275d904135e1decbffb
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Fri Sep 30 16:50:11 2016 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Fri Sep 30 16:50:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22991f43

net-analyzer/flent: new ebuild

Package-Manager: portage-2.3.1

 net-analyzer/flent/Manifest|  1 +
 net-analyzer/flent/flent-0.14.0.ebuild | 23 +++
 net-analyzer/flent/metadata.xml| 11 +++
 3 files changed, 35 insertions(+)

diff --git a/net-analyzer/flent/Manifest b/net-analyzer/flent/Manifest
new file mode 100644
index ..5c57489
--- /dev/null
+++ b/net-analyzer/flent/Manifest
@@ -0,0 +1 @@
+DIST flent-0.14.0.tar.gz 2240915 SHA256 
f3c1485e62263315b2075be2f4ea90c55b4aab47542cfee1a45d06552f8678b5 SHA512 
99944150135a5b54b238a84dd0cae77dd3d8c5443e66e2259b900723822c01142c129762124690576f623264a1cb7cf5fba5fc2421d96b3a6b32359200628627
 WHIRLPOOL 
771cbdf75bd8ccd643f07979c49efe9a26ddda1f3837db233b13dd1177b45f2a74afa1efcff303e4ed5f40174dd8a0e70f21114153aa8a6fc905453a0bc0a6e0

diff --git a/net-analyzer/flent/flent-0.14.0.ebuild 
b/net-analyzer/flent/flent-0.14.0.ebuild
new file mode 100644
index ..7703aaf
--- /dev/null
+++ b/net-analyzer/flent/flent-0.14.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="The FLExible Network Tester"
+HOMEPAGE="https://flent.org/;
+SRC_URI="https://github.com/tohojo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+qt4 +plots"
+
+RDEPEND="qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] )
+   plots? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
+   net-analyzer/netperf"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/net-analyzer/flent/metadata.xml b/net-analyzer/flent/metadata.xml
new file mode 100644
index ..c4bb72b
--- /dev/null
+++ b/net-analyzer/flent/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+zx...@gentoo.org
+Jason A. Donenfeld
+
+
+Enable drawing plots
+
+



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

2016-09-30 Thread Sven Wegener
commit: 9d6e9ef9c13dc5225992131b9df42288d366ba3a
Author: Sven Wegener  gentoo  org>
AuthorDate: Fri Sep 30 16:47:01 2016 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Fri Sep 30 16:49:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d6e9ef9

net-irc/irssi: Forward-port keywords

Package-Manager: portage-2.3.0

 net-irc/irssi/irssi-0.8.20-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/irssi/irssi-0.8.20-r1.ebuild 
b/net-irc/irssi/irssi-0.8.20-r1.ebuild
index d504720..55e2ca0 100644
--- a/net-irc/irssi/irssi-0.8.20-r1.ebuild
+++ b/net-irc/irssi/irssi-0.8.20-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/irssi/irssi/releases/download/${PV/_/-}/${MY_P}.tar.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ipv6 +perl selinux ssl socks5 +proxy libressl"
 
 CDEPEND="sys-libs/ncurses:0=



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2016-09-30 Thread Daniel Pielmeier
commit: f74e81113e347cefafab9d75cb18965870a7b718
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Fri Sep 30 16:43:09 2016 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Fri Sep 30 16:43:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f74e8111

net-print/hplip-plugin: Remove old.

Package-Manager: portage-2.3.0

 net-print/hplip-plugin/Manifest   |  2 -
 net-print/hplip-plugin/hplip-plugin-3.16.7.ebuild | 69 ---
 net-print/hplip-plugin/hplip-plugin-3.16.8.ebuild | 69 ---
 3 files changed, 140 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 9e76349..5e2a604 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,4 +1,2 @@
 DIST hplip-3.14.10-plugin.run 1869038 SHA256 
b395b480ad86b9f27b6a2f63b6ecb00beb78e762a6137efb81dc1104837f9b81 SHA512 
3e5bea924e989d902aea0de182941be692a124ba8c27f53ce2e4f137308bad8373462c6128c26716e481e758f76533163d311a2676df034c1b15d6ef6ed008be
 WHIRLPOOL 
18375de4cc92cb73bcaa109927bd34f8487938b02472f0b7adbf44ad4688e5c6a1d030077b1e3c14f15f9b8e4cc86d195b0195e2d08121f746c62624db4658db
 DIST hplip-3.16.3-plugin.run 2084271 SHA256 
b7edef2a1c5c0a5e001deb4a18c0ef7202e653596e97144b8908ae093818070f SHA512 
2ae8aeb40c2604a2c6b9725700f9addf7a82e819d603631158a5d5feac931248e53e7533178100df1fc12b0dc2340cb3ae0d85f145cd023a311f77bbe67e7c7f
 WHIRLPOOL 
928117f862030eca9c3e5813eb8c4db66570923695b0c7af17df1992f339d2478f42af67ca0e0eb8cfa1d7425b522082fde3b8c829c3f5167e1ec503c95a986b
-DIST hplip-3.16.7-plugin.run 2084352 SHA256 
6e0818ec4581a814c0d92dce953ecf85eb7b9b10d358a3c9e8282162591e88cc SHA512 
5b361c13e2b0efa59877897c1fc034d3a75194e0d39571c7e850c11544d7c85931852b3c4dea6945378793b529ffa3704377f81cab8b04fcc2abf0dee41d1b05
 WHIRLPOOL 
47a93d599644761a90ef6a5bfb51532fc7ecd76421ab14c5bba7bb7b29bbc0e73fceb0400c47a3ca7d13134a1aefb4bbd74d1fc8a353a0b39379fa113d53fbb1
-DIST hplip-3.16.8-plugin.run 2087862 SHA256 
dd0b67fc1958bcf30c7ec7cb013d36d8071db6f78cc531e2169d139ba29117eb SHA512 
f7ca720f343aef9b0d2fd4b3ded909c63fd6d7abce10060d5854b73c63d4a7c4e50c38da55728a53103dddac651068a242e07ae54be84b0ff6cb61fadba35245
 WHIRLPOOL 
5da94f21d59b51dcec1241046d1f9b7e4a44a8a9d56a4d5d615d2b117487556e67749c72a7d33e81536c0e25652614f88c0c8c6a8a65dcc45a6feac6da03293e

diff --git a/net-print/hplip-plugin/hplip-plugin-3.16.7.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.16.7.ebuild
deleted file mode 100644
index 8408448..
--- a/net-print/hplip-plugin/hplip-plugin-3.16.7.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="6"
-
-inherit udev unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="http://hplipopensource.com/hplip-web/index.html;
-SRC_URI="http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-${PV}-plugin.run;
-
-LICENSE="hplip-plugin"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   ~net-print/hplip-${PV}
-   virtual/udev
-"
-DEPEND=""
-
-S=${WORKDIR}
-
-HPLIP_HOME=/usr/share/hplip
-
-# Binary prebuilt package
-QA_PRESTRIPPED="
-   /usr/share/hplip/fax/plugins/fax_marvell.so
-   /usr/share/hplip/prnt/plugins/hbpl1.so
-   /usr/share/hplip/prnt/plugins/lj.so
-   /usr/share/hplip/scan/plugins/bb_marvell.so
-   /usr/share/hplip/scan/plugins/bb_soapht.so
-   /usr/share/hplip/scan/plugins/bb_soap.so
-"
-
-# License does not allow us to redistribute the "source" package
-RESTRICT="mirror"
-
-src_unpack() {
-   unpack_makeself "hplip-${PV}-plugin.run"
-}
-
-src_install() {
-   local hplip_arch=$(use amd64 && echo 'x86_64' || echo 'x86_32')
-
-   insinto "${HPLIP_HOME}"/data/firmware
-   doins *.fw.gz
-
-   for plugin in *-${hplip_arch}.so; do
-   local plugin_type=prnt
-   case "${plugin}" in
-   fax_*) plugin_type=fax ;;
-   bb_*)  plugin_type=scan ;;
-   esac
-
-   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
-   newexe ${plugin} ${plugin/-${hplip_arch}}
-   done
-
-   mkdir -p "${ED}/var/lib/hp/"
-   cat >> "${ED}/var/lib/hp/hplip.state" <<-_EOF_
-   [plugin]
-   installed = 1
-   eula = 1
-   version = ${PV}
-   _EOF_
-}

diff --git a/net-print/hplip-plugin/hplip-plugin-3.16.8.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.16.8.ebuild
deleted file mode 100644
index 8408448..
--- a/net-print/hplip-plugin/hplip-plugin-3.16.8.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="6"
-
-inherit udev unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="http://hplipopensource.com/hplip-web/index.html;

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

2016-09-30 Thread Daniel Pielmeier
commit: c81a9d7929669184e334dffe75ab3f4454393e23
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Fri Sep 30 16:06:46 2016 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Fri Sep 30 16:06:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c81a9d79

dev-libs/libburn: Remove old.

Package-Manager: portage-2.3.0

 dev-libs/libburn/Manifest |  1 -
 dev-libs/libburn/libburn-1.4.2_p01.ebuild | 47 ---
 2 files changed, 48 deletions(-)

diff --git a/dev-libs/libburn/Manifest b/dev-libs/libburn/Manifest
index dc7b2b3..4aca6c6 100644
--- a/dev-libs/libburn/Manifest
+++ b/dev-libs/libburn/Manifest
@@ -1,4 +1,3 @@
 DIST libburn-1.3.8.tar.gz 967404 SHA256 
46266bdd4b37ca9700a44bbd8dbfbf3526423ede25751fd2f0211b2b5ce29283 SHA512 
4f279319b49bc5f5d42751fcab16bfe949e14e6e1018f9138bcc9f8e10a298ecf9795780d5f8807c5c2bf1cc0332f931b709f1fb5809f30abb8054297370f3c6
 WHIRLPOOL 
a814ab1c88b70b03788d490c1d6f9305878613d529fdd58df65a13bc683cf2e6c4e877192f85ffca07474a866115a34ef3932e838097e88db08d73554ed2ad3c
-DIST libburn-1.4.2.pl01.tar.gz 970417 SHA256 
33cfcd7f5deb3c6f325ca9eaef36c59b4fcb384bfcddaaa16d9a89da88a80edb SHA512 
74f8187f69e97bf6a138a2d220144f956ad11a5968859272791bc14de7eef675a181bfd211cba1c914fcac1bc70c77dc5adc08fcad027122f81003fbd1554c40
 WHIRLPOOL 
43dee3fb42508a65f17f994b8effaeb308f5050a94380a18e8cc1d5e98f7305c4740c090341a3d147caa52a277c42befe8cf16e301804bc5220872a219ac8692
 DIST libburn-1.4.4.tar.gz 972931 SHA256 
1bf7040d6f1274acd868aec02a3c13241d0da8d9078067d228f2966ca40e7d14 SHA512 
03af832c3149ac9b91f2bdb77fbf7a73587710728aee952aaff3a456b7f84532b6e2a35d1d4bad933a20f2f5cb9bd0d8314495cea22dd44b40ce4cbc26e31861
 WHIRLPOOL 
2b8c25b5ee9d36ce0d130313b09d8fd8da3d996e69b818ba98b40ee4fc94f289898ce93471ac8141a9dad14263005f6a4a4f312b5f881c9765fbe3e4d3c3c8ec
 DIST libburn-1.4.6.tar.gz 975088 SHA256 
9d36faab25478c01122a65873133b7fc60eb5ffbe12710d5757a7c3574227071 SHA512 
2bdbe832168ed430a66d8f733e9f28bf0c2fc8180673da383c4aa014448569614b9f0680d9f0ea5d61b2ed76bd8b9ecc38bd5a63788fc6b32ba0f4bdac2cee78
 WHIRLPOOL 
59e05928d2b5df73cac0514eef0f9d7fc133fa0d7256b0201daf702422b0d2b0a0e3c4ae0772faf681c5a17583d8d778501da048ea040deabdd49c19f5fd530b

diff --git a/dev-libs/libburn/libburn-1.4.2_p01.ebuild 
b/dev-libs/libburn/libburn-1.4.2_p01.ebuild
deleted file mode 100644
index 3a66784..
--- a/dev-libs/libburn/libburn-1.4.2_p01.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-MY_PV="${PV/_p01/.pl01}"
-
-DESCRIPTION="Open-source library for reading, mastering and writing optical 
discs"
-HOMEPAGE="http://libburnia-project.org;
-SRC_URI="http://files.libburnia-project.org/releases/${PN}-${MY_PV}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="cdio debug static-libs track-src-odirect"
-
-RDEPEND="cdio? ( >=dev-libs/libcdio-0.83 )"
-DEPEND="$RDEPEND
-   virtual/pkgconfig"
-
-S="${WORKDIR}/${P%_p01}"
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   $(use_enable track-src-odirect) \
-   --enable-pkg-check-modules \
-   $(use_enable cdio libcdio) \
-   --disable-ldconfig-at-install \
-   $(use_enable debug)
-}
-
-src_install() {
-   default
-
-   dodoc CONTRIBUTORS doc/{comments,*.txt}
-
-   docinto cdrskin
-   dodoc cdrskin/{*.txt,README}
-   docinto cdrskin/html
-   dohtml cdrskin/cdrskin_eng.html
-
-   prune_libtool_files --all
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip/

2016-09-30 Thread Daniel Pielmeier
commit: 69a2c224189f509fc13d3e0e8adc25941a733e6d
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Fri Sep 30 16:11:30 2016 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Fri Sep 30 16:11:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a2c224

net-print/hplip: Remove old.

Package-Manager: portage-2.3.0

 net-print/hplip/Manifest|   2 -
 net-print/hplip/hplip-3.16.7.ebuild | 268 
 net-print/hplip/hplip-3.16.8.ebuild | 268 
 3 files changed, 538 deletions(-)

diff --git a/net-print/hplip/Manifest b/net-print/hplip/Manifest
index 7f75fb5..7041391 100644
--- a/net-print/hplip/Manifest
+++ b/net-print/hplip/Manifest
@@ -3,6 +3,4 @@ DIST hplip-3.14.10.tar.gz 21773429 SHA256 
11b3cd8311dea6b22a4c80be1e5d021e84d15a
 DIST hplip-3.16.2-patches-1.tar.xz 8188 SHA256 
8a9a78e0caac1731eae79f047a6054b411c237c579fdfd07bc59d435db708705 SHA512 
7eb03c093cfb9ef6b9a980ef5520575310d080c45ed13191933a5facaf9bbb04b38c8381762a3ecd33884ad582830e61e17b6c17f2ed7cdf910670e05eed2510
 WHIRLPOOL 
6721eac17977485eae0cb22b1702d0479003e3639e806ecd3c5888f1b5015a0bf904512104ebefee4b3d5f64abebd0608090e00310ec8d5b48f210c7e4a95e4e
 DIST hplip-3.16.3.tar.gz 22408596 SHA256 
42d2302ee38bda41caa0f2f9524a91f531e3aa432814ffd45b3e5c396dc30194 SHA512 
32d2f88c0983208e77592f73bf65cf2900cd6aa234d09220a18b45b5fc4bd0d10e9cfc8c7a10639e5a51ad5f5d0f8ed7bd477d08c86b89c633a1bbcd42682915
 WHIRLPOOL 
b287ecf80c2e7b0da0de0afefcf60c507f9d42c74dbba1e745b4b43f253a5b0dedb6398a1f073e14d196296da47764e983138c0151e05bfc7a5dd416458662a0
 DIST hplip-3.16.5-patches-1.tar.xz 8200 SHA256 
98866e57a247e7a30d9cd584ed9411aa79a6185294a73b4cc5961efe9a5e5fa6 SHA512 
36d33da5fc4105183cbc5137845ddccd8ab2b6abbff053a3a51f3da61c26c2d9d48dcb735345fb453abd67b6a0797aa337102c366cce037bc7006599b20b1646
 WHIRLPOOL 
8ac91bdefeb177c092b1d6de16474e8e1da57ad046dbc579f14fd40a27d1837d9bf142573137ef8d91c37dc7b03ca908fd5bfad23a9815af2015b521091c2700
-DIST hplip-3.16.7.tar.gz 22872438 SHA256 
9dfe0642636f2b40cb7f1c178e7ab8a794f4d0be8f75be348d1b681793f3ffc2 SHA512 
68fb6748bd04809c58f0739c31487b79042f8ae89a642aa3fdcb9ee4474a319ab880c3e95b318465a70ff2ee112b576a398ef98ae3a0de45e60fba3357af6abb
 WHIRLPOOL 
9a7a5ea51214ffd4b1604e613ccbf726ebca9cdc3ef0fe2c221611d67da9b97dcdfa01079396339e7f2382d2040f3d4e7da7782cdc5372c08a25e0c66d83f9c3
-DIST hplip-3.16.8.tar.gz 22942175 SHA256 
a9da67ae51c17487a8d725eb9c0bf9c6f0416e1fffa7db6cdff5302b1c556ceb SHA512 
213a39739834eca4e8b247706394cbeb6cf4ada547711d7b3e9187a43e8da8988b1b3efebdffb709cb73bc9ca863200d1405297d5797260eafae6a68531dc15f
 WHIRLPOOL 
ce6c00b8602589c7c16e6e6efb4ac47999c45f95519817f728be2bcdc1269916a5ff6e1f67a45a8f51cd16834ecdf599dfbd0ac18946aa68532b286560ba9956
 DIST hplip-3.16.9.tar.gz 23057361 SHA256 
cc8cf2a7baa1403cddd6503f120c58780c786b42fad073da6caec7535d3797a6 SHA512 
801bf6578759b1204eb8ede376ee0a22a12c7821ceafeb8c84a2aa5596bfccef222a15af896c33ba46c53b3e4776629efee264b6d67487cbf197b028d22b68ff
 WHIRLPOOL 
3374e43630a39c245541180ac9e6b76431687f5b977271a4bc09cd8de897bfc992ab43ab5235bb4806da33a65d22aeb0ea2783fa52501aaafdd142e229621492

diff --git a/net-print/hplip/hplip-3.16.7.ebuild 
b/net-print/hplip/hplip-3.16.7.ebuild
deleted file mode 100644
index e991e1ff..
--- a/net-print/hplip/hplip-3.16.7.ebuild
+++ /dev/null
@@ -1,268 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-PYTHON_REQ_USE="threads,xml"
-
-inherit eutils linux-info python-single-r1 readme.gentoo-r1 udev autotools
-
-DESCRIPTION="HP Linux Imaging and Printing - Print, scan, fax drivers and 
service tools"
-HOMEPAGE="http://hplipopensource.com/hplip-web/index.html;
-SRC_URI="mirror://sourceforge/hplip/${P}.tar.gz
-   
https://dev.gentoo.org/~billie/distfiles/${PN}-3.16.5-patches-1.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-
-IUSE="doc fax +hpcups hpijs kde -libusb0 minimal parport policykit +qt4 qt5 
scanner +snmp static-ppds X"
-
-# dependency on dev-python/notify-python dropped due to python 3 
incompatibility
-# possible replacement notify2 (https://pypi.python.org/pypi/notify2/0.3) not 
in tree
-
-COMMON_DEPEND="
-   virtual/jpeg:0
-   hpijs? (
-   || ( >=net-print/cups-filters-1.0.43-r1[foomatic] 
>=net-print/foomatic-filters-3.0.20080507[cups] )
-   )
-   >=net-print/cups-1.4.0
-   !minimal? (
-   ${PYTHON_DEPS}
-   !libusb0? ( virtual/libusb:1 )
-   libusb0? ( virtual/libusb:0 )
-   scanner? ( >=media-gfx/sane-backends-1.0.19-r1 )
-   fax? ( >=sys-apps/dbus-1.6.8-r1 )
-   snmp? (
-   net-analyzer/net-snmp
-   dev-libs/openssl:0
-   )
-   )"
-
-DEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig"
-

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

2016-09-30 Thread Tim Harder
commit: 6147651d2fff5094363508b7dce0811be4db5a96
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Sep 30 16:09:23 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Sep 30 16:09:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6147651d

media-gfx/pngcrush: version bump to 1.8.7

 media-gfx/pngcrush/Manifest  |  2 ++
 media-gfx/pngcrush/pngcrush-1.8.7.ebuild | 41 
 2 files changed, 43 insertions(+)

diff --git a/media-gfx/pngcrush/Manifest b/media-gfx/pngcrush/Manifest
index e2341ac..b3d9e25 100644
--- a/media-gfx/pngcrush/Manifest
+++ b/media-gfx/pngcrush/Manifest
@@ -2,3 +2,5 @@ DIST pngcrush-1.8.5-nolib.tar.xz 64176 SHA256 
1f843d836de8ef90b99b0a9e3e37f4ff47
 DIST pngcrush-1.8.5.tar.xz 367264 SHA256 
95bd3dccba9db4f68a8f4cf2e33c4530fe86cc5030e824b9d40cefc820a74e78 SHA512 
76a795a9ca865d455911e70b1a486631fe2a98cf96e3b170c714c0dcbb937bbda7fca2c4c93be45fef788ae0442a503788741ba77e73099758a06de0ee465089
 WHIRLPOOL 
4dd13ecffd2e81aace636f7d31365d57ed30a5847b3eee054ade8e7d5ca87e4223b0eaf28325bfef6c2f743f0434581401d090f374e02621e2769377fa5ead98
 DIST pngcrush-1.8.6-nolib.tar.xz 64364 SHA256 
14e5975c856d732d1661397e292fa2c2f42a5d39070025f57ce03d77b6e0a3df SHA512 
7d7455281230bc9c56a7586c28bc38866a05398ef10c2777aa4a21fd9fca7b955a968cae7f75cc6a164d4f5d76a89d2e7de2cca4f2d5d9da5d8c601a1495a994
 WHIRLPOOL 
0d04784178365306bfeaa2486e0b79f7cefa18236aa2fb7e387c92ce80e23caecd24fba68d878cae5657fd44727d7df929437b2d705691fed59af8333742a25c
 DIST pngcrush-1.8.6.tar.xz 374108 SHA256 
4e31ba394382e85e2849841027641487ce73cbb4dfaab0bbbcd386d888c88bd1 SHA512 
cc9b8941e32b6b20455169127e44b634bf2d18824f40a8735982895f12d8542ba86dd61c2890b72af3a3c45534faa7cdab8def3e60618b1d9b269ef902309780
 WHIRLPOOL 
292f08d30f0a4088fe3dd7895064914dbffcbf1ce31809559312c9c3ee53eb5d98133f2163d4cc65f51e44f26c5ae448a63274f13d871f675788da5e2ce5a423
+DIST pngcrush-1.8.7-nolib.tar.xz 64556 SHA256 
f0cfc0d6f4df67106a184600f891b164875b6be7173111c87bec48a509fac60b SHA512 
6cabc97c95dd7e5eb3d02c29cd965544c41e6bab37f8d567f5380414bf2bca7431888c82187e558d2f4053de3668141212372567a5b0cfd93cd71dbbfca32071
 WHIRLPOOL 
51dc7196244f1baf027a232030cb19a2b1a01be7090d57677d84c7ed9bd5cbe8cfd396e950409fabb235bc96d860d957f935139517841d98167dda3ff321d833
+DIST pngcrush-1.8.7.tar.xz 373432 SHA256 
030c90b4bd539d32f8949d08b59be1da34b6f337bb2c27b89370e8c9bb4d65f4 SHA512 
5cc2f322ec7ddd84ebb968827b30ec0e8889d0dd89dcff6c6b8ed56b3a69f2a2af5683a8aa36b73b9eb3aecd5abe054e8df720831d8e9211efa8858389d65129
 WHIRLPOOL 
e4e6c1a9207b01a12ec167fb00ea860db5a36eadab54df239991280c5a633a79873cd5c829f4d8f10d450806f879cbdead13a39027334a3ef09416be7c9dec2b

diff --git a/media-gfx/pngcrush/pngcrush-1.8.7.ebuild 
b/media-gfx/pngcrush/pngcrush-1.8.7.ebuild
new file mode 100644
index ..d796850
--- /dev/null
+++ b/media-gfx/pngcrush/pngcrush-1.8.7.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="Portable Network Graphics (PNG) optimizing utility"
+HOMEPAGE="http://pmt.sourceforge.net/pngcrush/;
+SRC_URI="system-libs? ( mirror://sourceforge/pmt/${P}-nolib.tar.xz )
+   !system-libs? ( mirror://sourceforge/pmt/${P}.tar.xz )"
+
+LICENSE="pngcrush"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+IUSE="+system-libs"
+
+RDEPEND="
+   system-libs? (
+   media-libs/libpng:0=
+   sys-libs/zlib:=
+   )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils"
+
+pkg_setup() {
+   use system-libs && S+="-nolib"
+}
+
+src_compile() {
+   emake \
+   CC="$(tc-getCC)" \
+   LD="$(tc-getCC)" \
+   CFLAGS="${CFLAGS} ${CPPFLAGS} -Wall" \
+   LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+   dobin ${PN}
+   dodoc ChangeLog.html
+}



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

2016-09-30 Thread Daniel Pielmeier
commit: 5ce4528503db76ea571f41be64b99434aeb2827e
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Fri Sep 30 16:09:21 2016 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Fri Sep 30 16:09:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce45285

dev-libs/libisoburn: Remove old.

Package-Manager: portage-2.3.0

 dev-libs/libisoburn/Manifest|  1 -
 dev-libs/libisoburn/libisoburn-1.4.2.ebuild | 66 -
 2 files changed, 67 deletions(-)

diff --git a/dev-libs/libisoburn/Manifest b/dev-libs/libisoburn/Manifest
index 2257453..efa3fe3 100644
--- a/dev-libs/libisoburn/Manifest
+++ b/dev-libs/libisoburn/Manifest
@@ -1,4 +1,3 @@
 DIST libisoburn-1.3.8.tar.gz 1429974 SHA256 
b75c9a7f17faab5280ddc34ea6610c4e8bcf630762ee386d10bc52c4b50f6806 SHA512 
369299e491a379e048038d8a46040feb628b6b9dfb6d6ffac01808b6814e6ca936bb7e4fe75f904ce755e9957011403a5d38bff9f37901086d284f5c1014deb7
 WHIRLPOOL 
3dc40ab34838bb3d79f0cbb08b16480106de16b2c8401859c52fa139eb8a555f4182402dacf51ee481ec8f490a33a2e09cfc4ec3ba63db9fc876854c80f4dd12
-DIST libisoburn-1.4.2.tar.gz 1496784 SHA256 
2dfac7312fd136db5c5e1a9738e3a0896bddea2f89621bd071f3b8045aef54d6 SHA512 
aaf9d8eee70cbdf2a64315fe68d03c097f26f24f0d21394b7dc1ff1370eed2d21edf54273f2897371b05c9f8772821ae7ba5ea51f52ea43b39538ef64afff555
 WHIRLPOOL 
0156e5a6da8433c412ea2c6122364937a673ffa961707fa14530eaaeae7e0f960a1a020c0d74ab2202ecbc8f4348c5eec1de32566f01bdfdac0234baa8e30585
 DIST libisoburn-1.4.4.tar.gz 1514261 SHA256 
7b02a1930382d7ebb4ed9e32917aebd4967c2255fdb3549a95ace5c6276fc2d6 SHA512 
63cbb9afb02fdbe32c47e8cab6fe38082580d00296bdd2b7d9514fe42338e913d837dc56513048c37874a29bb279dad9bb84d39b00a29d85eaf29aad88f5e81b
 WHIRLPOOL 
1b06feddeeaae6f90d68d454840a58280740ef477d9dee45a9f32f0a88066f52b271ed41b320247b9ffd8c8139d9c13ddda3760eef1471e6f412dcc140c4cbce
 DIST libisoburn-1.4.6.tar.gz 1528141 SHA256 
69efe9490e9ed6dbb1d8cad387ccaf5dcc5bb39dd466eef208a6b77a48584def SHA512 
329d3234e8ae31abcab8d8a61a6531ab7ccdd8340148f84a6c77a23bbe16b303bf1dc95cafc751bf13f83e855f158b59ddd9e93c3dd1fe6046c1b5ea27eefb69
 WHIRLPOOL 
2b325541fe72e32acbd19c261a82b2c1475046467e33f5e1dd47d4aa64ed73f1a9f5d69281acd5978d65c046ff4c70dd7a4b6f3ef713f971e646cc5d12b7eb20

diff --git a/dev-libs/libisoburn/libisoburn-1.4.2.ebuild 
b/dev-libs/libisoburn/libisoburn-1.4.2.ebuild
deleted file mode 100644
index 27799df..
--- a/dev-libs/libisoburn/libisoburn-1.4.2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Creation/expansion of ISO-9660 filesystems on CD/DVD media 
supported by libburn"
-HOMEPAGE="http://libburnia-project.org/;
-SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz;
-
-LICENSE="GPL-2 GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-IUSE="acl cdio debug external-filters external-filters-setuid frontend-optional
-   launch-frontend launch-frontend-setuid libedit readline static-libs 
xattr zlib"
-
-REQUIRED_USE="frontend-optional? ( || ( launch-frontend launch-frontend-setuid 
) )"
-
-RDEPEND=">=dev-libs/libburn-1.4.2
-   >=dev-libs/libisofs-1.4.2
-   readline? ( sys-libs/readline:0= )
-   !readline? ( libedit? ( dev-libs/libedit ) )
-   acl? ( virtual/acl )
-   xattr? ( sys-apps/attr )
-   zlib? ( sys-libs/zlib )
-   cdio? ( >=dev-libs/libcdio-0.83 )
-   launch-frontend? ( dev-lang/tcl:0 dev-lang/tk:0 )
-   launch-frontend-setuid? ( dev-lang/tcl:0 dev-lang/tk:0 )
-   frontend-optional? ( dev-tcltk/bwidget )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   $(use_enable readline libreadline) \
-   $(usex readline --disable-libedit $(use_enable libedit)) \
-   $(use_enable acl libacl) \
-   $(use_enable xattr) \
-   $(use_enable zlib) \
-   --disable-libjte \
-   $(use_enable cdio libcdio) \
-   $(use_enable external-filters) \
-   $(use_enable external-filters-setuid) \
-   $(use_enable launch-frontend) \
-   $(use_enable launch-frontend-setuid) \
-   --disable-ldconfig-at-install \
-   --enable-pkg-check-modules \
-   $(use_enable debug)
-}
-
-src_install() {
-   default
-
-   dodoc CONTRIBUTORS doc/{comments,*.wiki,startup_file.txt}
-
-   docinto frontend
-   dodoc frontend/README-tcltk
-   docinto xorriso
-   dodoc xorriso/{changelog.txt,README_gnu_xorriso}
-   docinto xorriso/html
-
-   prune_libtool_files --all
-}



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

2016-09-30 Thread Daniel Pielmeier
commit: c37961f1dce13f0d3b1db92328fb7427922d5568
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Fri Sep 30 16:08:08 2016 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Fri Sep 30 16:08:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c37961f1

dev-libs/libisofs: Remove old.

Package-Manager: portage-2.3.0

 dev-libs/libisofs/Manifest  |  1 -
 dev-libs/libisofs/libisofs-1.4.2.ebuild | 42 -
 2 files changed, 43 deletions(-)

diff --git a/dev-libs/libisofs/Manifest b/dev-libs/libisofs/Manifest
index bbca159..2340f49 100644
--- a/dev-libs/libisofs/Manifest
+++ b/dev-libs/libisofs/Manifest
@@ -1,4 +1,3 @@
 DIST libisofs-1.3.8.tar.gz 802154 SHA256 
acd7bf42d5d1d5c277f4aad46e5b96229045a38a0fb7d43cfd7841ee3268fda5 SHA512 
7e078a4070741d975234ac10ed6cd2a0366724e9fa440e7063c64f91a60c9454c6828e2b7737d6105f36067008495bfcba8327e56892ccb0962027dc78e251ce
 WHIRLPOOL 
660f2cba77e8b83306fe4d40e34f0e94ecc18a8defd0375cadc84c0d964d6c868b2965329e51e3b5139c88e7cb20ee78f817004cb141e8be5528aa00a25d5647
-DIST libisofs-1.4.2.tar.gz 820426 SHA256 
d5e7f3ea613a78924dde979f699427b1c6b85ba4540d275aa67945b4a70fb3ab SHA512 
609a803c091beb1ed8cb177703c5f4480e63d5d115ac20b07a2a906285d6d8f7a311f94ee5f1e6add61d82ca8783405c38a48ae1e142dc97c27e67df99f71dfa
 WHIRLPOOL 
891d4f2f5aef4e59083cc06d8735d47ca92beaae14545c77171e88b4c99747e2321620c9ae61c74c1d8d32999e8376078fc9e22d97c562a6a8b43b923376a151
 DIST libisofs-1.4.4.tar.gz 824640 SHA256 
2418f0feeea652dc122a39840d58c6931aa1008480385f7403881d82a629bdfd SHA512 
1d4e7f8c8cea20d1c4a6e809b3d3240eb227f6a25412199c512aef74e9c5b57f3c0e8e1e899c9782cd3db2ede384587cc19370a7bbfed16ad5c075a7b608bd8c
 WHIRLPOOL 
bea0e74107bbaf2d2fdba779dd676d1d4033fb86ad7f5ab3a3093bb54337fb7440e5eacabd812420267d164a0d884083d4c24d744b4224be99b85979fa4813f3
 DIST libisofs-1.4.6.tar.gz 826874 SHA256 
14ab0b384e988d651092ca184d5f18dba83a9cfa05ff5e581770d6baa879a50a SHA512 
7eed78a4194f96a019465e8f80bed0cd9f75a803eb11e31e60815b94712c7aa3ac218c6c6f39202a35cbe27b323f94f6d87502395975aa86805116cfbaf2b13e
 WHIRLPOOL 
428ee41a7f611d45988ade4b60c2b2c6dc8b313521fffcd7e803c9f90d77fc6658147cfe98a24ac9f611173bcdf621f6a450c3073d8163920fd2d1a91e1b3707

diff --git a/dev-libs/libisofs/libisofs-1.4.2.ebuild 
b/dev-libs/libisofs/libisofs-1.4.2.ebuild
deleted file mode 100644
index 36f669b..
--- a/dev-libs/libisofs/libisofs-1.4.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Open-source library for reading, mastering and writing optical 
discs"
-HOMEPAGE="http://libburnia-project.org/;
-SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="acl debug static-libs verbose-debug xattr zlib"
-
-RDEPEND="acl? ( virtual/acl )
-   xattr? ( sys-apps/attr )
-   zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   $(use_enable debug) \
-   $(use_enable verbose-debug) \
-   $(use_enable acl libacl) \
-   $(use_enable xattr) \
-   $(use_enable zlib) \
-   --disable-libjte \
-   --disable-ldconfig-at-install
-}
-
-src_install() {
-   default
-
-   dodoc Roadmap doc/{*.txt,Tutorial}
-
-   prune_libtool_files --all
-}



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

2016-09-30 Thread Daniel Pielmeier
commit: 363c829df85f288bb715c8052cdc931e5271703d
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Fri Sep 30 16:05:17 2016 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Fri Sep 30 16:05:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=363c829d

dev-libs/libisoburn: Version bump.

Package-Manager: portage-2.3.0

 dev-libs/libisoburn/Manifest|  1 +
 dev-libs/libisoburn/libisoburn-1.4.6.ebuild | 65 +
 2 files changed, 66 insertions(+)

diff --git a/dev-libs/libisoburn/Manifest b/dev-libs/libisoburn/Manifest
index ede4712..2257453 100644
--- a/dev-libs/libisoburn/Manifest
+++ b/dev-libs/libisoburn/Manifest
@@ -1,3 +1,4 @@
 DIST libisoburn-1.3.8.tar.gz 1429974 SHA256 
b75c9a7f17faab5280ddc34ea6610c4e8bcf630762ee386d10bc52c4b50f6806 SHA512 
369299e491a379e048038d8a46040feb628b6b9dfb6d6ffac01808b6814e6ca936bb7e4fe75f904ce755e9957011403a5d38bff9f37901086d284f5c1014deb7
 WHIRLPOOL 
3dc40ab34838bb3d79f0cbb08b16480106de16b2c8401859c52fa139eb8a555f4182402dacf51ee481ec8f490a33a2e09cfc4ec3ba63db9fc876854c80f4dd12
 DIST libisoburn-1.4.2.tar.gz 1496784 SHA256 
2dfac7312fd136db5c5e1a9738e3a0896bddea2f89621bd071f3b8045aef54d6 SHA512 
aaf9d8eee70cbdf2a64315fe68d03c097f26f24f0d21394b7dc1ff1370eed2d21edf54273f2897371b05c9f8772821ae7ba5ea51f52ea43b39538ef64afff555
 WHIRLPOOL 
0156e5a6da8433c412ea2c6122364937a673ffa961707fa14530eaaeae7e0f960a1a020c0d74ab2202ecbc8f4348c5eec1de32566f01bdfdac0234baa8e30585
 DIST libisoburn-1.4.4.tar.gz 1514261 SHA256 
7b02a1930382d7ebb4ed9e32917aebd4967c2255fdb3549a95ace5c6276fc2d6 SHA512 
63cbb9afb02fdbe32c47e8cab6fe38082580d00296bdd2b7d9514fe42338e913d837dc56513048c37874a29bb279dad9bb84d39b00a29d85eaf29aad88f5e81b
 WHIRLPOOL 
1b06feddeeaae6f90d68d454840a58280740ef477d9dee45a9f32f0a88066f52b271ed41b320247b9ffd8c8139d9c13ddda3760eef1471e6f412dcc140c4cbce
+DIST libisoburn-1.4.6.tar.gz 1528141 SHA256 
69efe9490e9ed6dbb1d8cad387ccaf5dcc5bb39dd466eef208a6b77a48584def SHA512 
329d3234e8ae31abcab8d8a61a6531ab7ccdd8340148f84a6c77a23bbe16b303bf1dc95cafc751bf13f83e855f158b59ddd9e93c3dd1fe6046c1b5ea27eefb69
 WHIRLPOOL 
2b325541fe72e32acbd19c261a82b2c1475046467e33f5e1dd47d4aa64ed73f1a9f5d69281acd5978d65c046ff4c70dd7a4b6f3ef713f971e646cc5d12b7eb20

diff --git a/dev-libs/libisoburn/libisoburn-1.4.6.ebuild 
b/dev-libs/libisoburn/libisoburn-1.4.6.ebuild
new file mode 100644
index ..882be32
--- /dev/null
+++ b/dev-libs/libisoburn/libisoburn-1.4.6.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils
+
+DESCRIPTION="Creation/expansion of ISO-9660 filesystems on CD/DVD media 
supported by libburn"
+HOMEPAGE="http://libburnia-project.org/;
+SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz;
+
+LICENSE="GPL-2 GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE="acl cdio debug external-filters external-filters-setuid frontend-optional
+   launch-frontend launch-frontend-setuid libedit readline static-libs 
xattr zlib"
+
+REQUIRED_USE="frontend-optional? ( || ( launch-frontend launch-frontend-setuid 
) )"
+
+RDEPEND=">=dev-libs/libburn-1.4.6
+   >=dev-libs/libisofs-1.4.6
+   readline? ( sys-libs/readline:0= )
+   !readline? ( libedit? ( dev-libs/libedit ) )
+   acl? ( virtual/acl )
+   xattr? ( sys-apps/attr )
+   zlib? ( sys-libs/zlib )
+   cdio? ( >=dev-libs/libcdio-0.83 )
+   launch-frontend? ( dev-lang/tcl:0 dev-lang/tk:0 )
+   launch-frontend-setuid? ( dev-lang/tcl:0 dev-lang/tk:0 )
+   frontend-optional? ( dev-tcltk/bwidget )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_configure() {
+   econf \
+   $(use_enable static-libs static) \
+   $(use_enable readline libreadline) \
+   $(usex readline --disable-libedit $(use_enable libedit)) \
+   $(use_enable acl libacl) \
+   $(use_enable xattr) \
+   $(use_enable zlib) \
+   --disable-libjte \
+   $(use_enable cdio libcdio) \
+   $(use_enable external-filters) \
+   $(use_enable external-filters-setuid) \
+   $(use_enable launch-frontend) \
+   $(use_enable launch-frontend-setuid) \
+   --disable-ldconfig-at-install \
+   --enable-pkg-check-modules \
+   $(use_enable debug)
+}
+
+src_install() {
+   default
+
+   dodoc CONTRIBUTORS doc/{comments,*.wiki,startup_file.txt}
+
+   docinto frontend
+   dodoc frontend/README-tcltk
+   docinto xorriso
+   dodoc xorriso/{changelog.txt,README_gnu_xorriso}
+
+   prune_libtool_files --all
+}



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

2016-09-30 Thread Daniel Pielmeier
commit: 8ad7b07941d2c2fdc8f8c17920d43cf57e7c1c46
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Fri Sep 30 16:03:16 2016 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Fri Sep 30 16:03:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ad7b079

dev-libs/libisofs: Version bump.

Package-Manager: portage-2.3.0

 dev-libs/libisofs/Manifest  |  1 +
 dev-libs/libisofs/libisofs-1.4.6.ebuild | 42 +
 2 files changed, 43 insertions(+)

diff --git a/dev-libs/libisofs/Manifest b/dev-libs/libisofs/Manifest
index adece8b..bbca159 100644
--- a/dev-libs/libisofs/Manifest
+++ b/dev-libs/libisofs/Manifest
@@ -1,3 +1,4 @@
 DIST libisofs-1.3.8.tar.gz 802154 SHA256 
acd7bf42d5d1d5c277f4aad46e5b96229045a38a0fb7d43cfd7841ee3268fda5 SHA512 
7e078a4070741d975234ac10ed6cd2a0366724e9fa440e7063c64f91a60c9454c6828e2b7737d6105f36067008495bfcba8327e56892ccb0962027dc78e251ce
 WHIRLPOOL 
660f2cba77e8b83306fe4d40e34f0e94ecc18a8defd0375cadc84c0d964d6c868b2965329e51e3b5139c88e7cb20ee78f817004cb141e8be5528aa00a25d5647
 DIST libisofs-1.4.2.tar.gz 820426 SHA256 
d5e7f3ea613a78924dde979f699427b1c6b85ba4540d275aa67945b4a70fb3ab SHA512 
609a803c091beb1ed8cb177703c5f4480e63d5d115ac20b07a2a906285d6d8f7a311f94ee5f1e6add61d82ca8783405c38a48ae1e142dc97c27e67df99f71dfa
 WHIRLPOOL 
891d4f2f5aef4e59083cc06d8735d47ca92beaae14545c77171e88b4c99747e2321620c9ae61c74c1d8d32999e8376078fc9e22d97c562a6a8b43b923376a151
 DIST libisofs-1.4.4.tar.gz 824640 SHA256 
2418f0feeea652dc122a39840d58c6931aa1008480385f7403881d82a629bdfd SHA512 
1d4e7f8c8cea20d1c4a6e809b3d3240eb227f6a25412199c512aef74e9c5b57f3c0e8e1e899c9782cd3db2ede384587cc19370a7bbfed16ad5c075a7b608bd8c
 WHIRLPOOL 
bea0e74107bbaf2d2fdba779dd676d1d4033fb86ad7f5ab3a3093bb54337fb7440e5eacabd812420267d164a0d884083d4c24d744b4224be99b85979fa4813f3
+DIST libisofs-1.4.6.tar.gz 826874 SHA256 
14ab0b384e988d651092ca184d5f18dba83a9cfa05ff5e581770d6baa879a50a SHA512 
7eed78a4194f96a019465e8f80bed0cd9f75a803eb11e31e60815b94712c7aa3ac218c6c6f39202a35cbe27b323f94f6d87502395975aa86805116cfbaf2b13e
 WHIRLPOOL 
428ee41a7f611d45988ade4b60c2b2c6dc8b313521fffcd7e803c9f90d77fc6658147cfe98a24ac9f611173bcdf621f6a450c3073d8163920fd2d1a91e1b3707

diff --git a/dev-libs/libisofs/libisofs-1.4.6.ebuild 
b/dev-libs/libisofs/libisofs-1.4.6.ebuild
new file mode 100644
index ..c618109
--- /dev/null
+++ b/dev-libs/libisofs/libisofs-1.4.6.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils
+
+DESCRIPTION="Open-source library for reading, mastering and writing optical 
discs"
+HOMEPAGE="http://libburnia-project.org/;
+SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="acl debug static-libs verbose-debug xattr zlib"
+
+RDEPEND="acl? ( virtual/acl )
+   xattr? ( sys-apps/attr )
+   zlib? ( sys-libs/zlib )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_configure() {
+   econf \
+   $(use_enable static-libs static) \
+   $(use_enable debug) \
+   $(use_enable verbose-debug) \
+   $(use_enable acl libacl) \
+   $(use_enable xattr) \
+   $(use_enable zlib) \
+   --disable-libjte \
+   --disable-ldconfig-at-install
+}
+
+src_install() {
+   default
+
+   dodoc Roadmap doc/{*.txt,Tutorial}
+
+   prune_libtool_files --all
+}



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

2016-09-30 Thread Daniel Pielmeier
commit: dddc6766771919bf39b137423d94c4fbf5ca9a5c
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Fri Sep 30 16:01:49 2016 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Fri Sep 30 16:01:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dddc6766

dev-libs/libburn: Version bump.

Package-Manager: portage-2.3.0

 dev-libs/libburn/Manifest |  1 +
 dev-libs/libburn/libburn-1.4.6.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-libs/libburn/Manifest b/dev-libs/libburn/Manifest
index ab7b21f..dc7b2b3 100644
--- a/dev-libs/libburn/Manifest
+++ b/dev-libs/libburn/Manifest
@@ -1,3 +1,4 @@
 DIST libburn-1.3.8.tar.gz 967404 SHA256 
46266bdd4b37ca9700a44bbd8dbfbf3526423ede25751fd2f0211b2b5ce29283 SHA512 
4f279319b49bc5f5d42751fcab16bfe949e14e6e1018f9138bcc9f8e10a298ecf9795780d5f8807c5c2bf1cc0332f931b709f1fb5809f30abb8054297370f3c6
 WHIRLPOOL 
a814ab1c88b70b03788d490c1d6f9305878613d529fdd58df65a13bc683cf2e6c4e877192f85ffca07474a866115a34ef3932e838097e88db08d73554ed2ad3c
 DIST libburn-1.4.2.pl01.tar.gz 970417 SHA256 
33cfcd7f5deb3c6f325ca9eaef36c59b4fcb384bfcddaaa16d9a89da88a80edb SHA512 
74f8187f69e97bf6a138a2d220144f956ad11a5968859272791bc14de7eef675a181bfd211cba1c914fcac1bc70c77dc5adc08fcad027122f81003fbd1554c40
 WHIRLPOOL 
43dee3fb42508a65f17f994b8effaeb308f5050a94380a18e8cc1d5e98f7305c4740c090341a3d147caa52a277c42befe8cf16e301804bc5220872a219ac8692
 DIST libburn-1.4.4.tar.gz 972931 SHA256 
1bf7040d6f1274acd868aec02a3c13241d0da8d9078067d228f2966ca40e7d14 SHA512 
03af832c3149ac9b91f2bdb77fbf7a73587710728aee952aaff3a456b7f84532b6e2a35d1d4bad933a20f2f5cb9bd0d8314495cea22dd44b40ce4cbc26e31861
 WHIRLPOOL 
2b8c25b5ee9d36ce0d130313b09d8fd8da3d996e69b818ba98b40ee4fc94f289898ce93471ac8141a9dad14263005f6a4a4f312b5f881c9765fbe3e4d3c3c8ec
+DIST libburn-1.4.6.tar.gz 975088 SHA256 
9d36faab25478c01122a65873133b7fc60eb5ffbe12710d5757a7c3574227071 SHA512 
2bdbe832168ed430a66d8f733e9f28bf0c2fc8180673da383c4aa014448569614b9f0680d9f0ea5d61b2ed76bd8b9ecc38bd5a63788fc6b32ba0f4bdac2cee78
 WHIRLPOOL 
59e05928d2b5df73cac0514eef0f9d7fc133fa0d7256b0201daf702422b0d2b0a0e3c4ae0772faf681c5a17583d8d778501da048ea040deabdd49c19f5fd530b

diff --git a/dev-libs/libburn/libburn-1.4.6.ebuild 
b/dev-libs/libburn/libburn-1.4.6.ebuild
new file mode 100644
index ..39235de
--- /dev/null
+++ b/dev-libs/libburn/libburn-1.4.6.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils
+
+DESCRIPTION="Open-source library for reading, mastering and writing optical 
discs"
+HOMEPAGE="http://libburnia-project.org;
+SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="cdio debug static-libs track-src-odirect"
+
+RDEPEND="cdio? ( >=dev-libs/libcdio-0.83 )"
+DEPEND="$RDEPEND
+   virtual/pkgconfig"
+
+src_configure() {
+   econf \
+   $(use_enable static-libs static) \
+   $(use_enable track-src-odirect) \
+   --enable-pkg-check-modules \
+   $(use_enable cdio libcdio) \
+   --disable-ldconfig-at-install \
+   $(use_enable debug)
+}
+
+src_install() {
+   default
+
+   dodoc CONTRIBUTORS doc/{comments,*.txt}
+
+   docinto cdrskin
+   dodoc cdrskin/{*.txt,README}
+   docinto cdrskin/html
+   dodoc cdrskin/cdrskin_eng.html
+
+   prune_libtool_files --all
+}



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

2016-09-30 Thread Michael Orlitzky
commit: 523dcfa9e646dacf81f8e43bb9f1262bff211473
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri Sep 30 14:22:37 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Sep 30 15:05:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=523dcfa9

dev-lang/php: new 5.6 and 7.0 revisions with bison dependencies.

The PHP build system checks for the presence of bison (even if it will
not be needed), and it emits a warning if an appropriate version is
not found. In the 7.0.x series, this is easy to address by simply
adding a newish version of bison to DEPEND.

In the 5.6.x series, however, there is a bug in the bison version
check. A warning is emitted even when a suitable version of bison
(>= 3.0.1) is present on the system. So in that series, we have added
>=sys-devel/bison-3.0.1 to DEPEND, but also added a new patch. The
patch disables the buggy bison version check, eliminating the
warning. There should be no danger in doing so now that a newer bison
is in DEPEND.

Gentoo-Bug: 593278

Package-Manager: portage-2.3.0

 dev-lang/php/files/php-5.6-no-bison-warnings.patch | 42 
 .../{php-7.0.11.ebuild => php-5.6.26-r1.ebuild}| 76 --
 .../{php-7.0.11.ebuild => php-7.0.11-r1.ebuild}|  1 +
 3 files changed, 86 insertions(+), 33 deletions(-)

diff --git a/dev-lang/php/files/php-5.6-no-bison-warnings.patch 
b/dev-lang/php/files/php-5.6-no-bison-warnings.patch
new file mode 100644
index ..1896659
--- /dev/null
+++ b/dev-lang/php/files/php-5.6-no-bison-warnings.patch
@@ -0,0 +1,42 @@
+From d3466a04345b31dfc62d94fe994b40321a6418ec Mon Sep 17 00:00:00 2001
+From: Michael Orlitzky 
+Date: Thu, 29 Sep 2016 15:43:06 -0400
+Subject: [PATCH 1/1] Zend/acinclude.m4: don't warn about >=bison-3.0.1
+ versions.
+
+The PHP configure script will emit a warning if it thinks your bison
+version is insufficient:
+
+  WARNING: This bison version is not supported for regeneration of
+  the Zend/PHP parsers (found: 3.0, min: 204, excluded: 3.0).
+
+However, there is an error in the test that causes it to treat all
+3.0.x versions as if they were 3.0. The result is that users get
+warned about a perfectly acceptable version of bison.
+
+This patch is meant only for Gentoo, where we can require a working
+version of bison (something newer than 3.0.1). Having done so, this
+patch removes the check and the WARNING.
+
+Gentoo-Bug: 593278
+PHP-Bug: 69055
+---
+ Zend/acinclude.m4 | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Zend/acinclude.m4 b/Zend/acinclude.m4
+index 7fa8c99..9d6cb1d 100644
+--- a/Zend/acinclude.m4
 b/Zend/acinclude.m4
+@@ -9,7 +9,7 @@ AC_DEFUN([LIBZEND_BISON_CHECK],[
+   # non-working versions, e.g. "3.0 3.2";
+   # remove "none" when introducing the first incompatible bison version an 
+   # separate any following additions by spaces
+-  bison_version_exclude="3.0"
++  bison_version_exclude=""
+ 
+   # for standalone build of Zend Engine
+   test -z "$SED" && SED=sed
+-- 
+2.7.3
+

diff --git a/dev-lang/php/php-7.0.11.ebuild b/dev-lang/php/php-5.6.26-r1.ebuild
similarity index 93%
copy from dev-lang/php/php-7.0.11.ebuild
copy to dev-lang/php/php-5.6.26-r1.ebuild
index 71c2ec4..420cbd7 100644
--- a/dev-lang/php/php-7.0.11.ebuild
+++ b/dev-lang/php/php-5.6.26-r1.ebuild
@@ -14,7 +14,7 @@ SLOT="$(get_version_component_range 1-2)"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 
 # We can build the following SAPIs in the given order
-SAPIS="embed cli cgi fpm apache2 phpdbg"
+SAPIS="embed cli cgi fpm apache2"
 
 # SAPIs and SAPI-specific USE flags (cli SAPI is default on):
 IUSE="${IUSE}
@@ -26,11 +26,11 @@ IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
enchant exif frontbase +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit libressl
-   mhash mssql mysql mysqli nls
+   mhash mssql mysql libmysqlclient mysqli nls
oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
-   sysvipc systemd tidy +tokenizer truetype unicode wddx webp
+   sybase-ct sysvipc systemd tidy +tokenizer truetype unicode vpx wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"
 
 # The supported (that is, autodetected) versions of BDB are listed in
@@ -75,6 +75,10 @@ COMMON_DEPEND="
ldap-sasl? ( dev-libs/cyrus-sasl >=net-nds/openldap-1.2.11 )
libedit? ( || ( sys-freebsd/freebsd-lib dev-libs/libedit ) )
mssql? ( dev-db/freetds[mssql] )
+   libmysqlclient? (
+   mysql? ( virtual/libmysqlclient:= )
+   mysqli? ( virtual/libmysqlclient:= )
+   )
nls? ( 

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

2016-09-30 Thread Jeroen Roovers
commit: dd1e1faf14f5459104d2f0f2e1f764f65f50afd0
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Sep 30 14:52:35 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Sep 30 14:53:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd1e1faf

net-dns/bind: Stable for HPPA PPC64 (bug #595340).

Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches

 net-dns/bind/bind-9.10.4_p3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/bind/bind-9.10.4_p3.ebuild 
b/net-dns/bind/bind-9.10.4_p3.ebuild
index eb83b1e..e723f36 100644
--- a/net-dns/bind/bind-9.10.4_p3.ebuild
+++ b/net-dns/bind/bind-9.10.4_p3.ebuild
@@ -39,7 +39,7 @@ SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz
 
 LICENSE="GPL-2 ISC BSD BSD-2 HPND JNIC openssl"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="berkdb +caps dlz doc fetchlimit filter- fixed-rrset geoip gost 
gssapi idn ipv6
 json ldap libressl mysql nslint odbc postgres python rpz seccomp selinux sit 
ssl static-libs
 +threads urandom xml"



[gentoo-commits] repo/gentoo:master commit in: sys-process/cronbase/files/, sys-process/cronbase/

2016-09-30 Thread Tobias Klausmann
commit: f97ae47b8a4dd7b4959a019adf148390e3a182cf
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 30 14:15:45 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 30 14:17:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f97ae47b

sys-process/cronbase: second attempt at fixing bug 595492

In the case of a stale lockfile, the old code still produces error
messages:

/usr/sbin/run-crons: line 61: /proc/6450/cmdline: No such file or
directory

This change should dodge that scenario.

 .../cronbase/{cronbase-0.3.7-r2.ebuild => cronbase-0.3.7-r3.ebuild} | 0
 sys-process/cronbase/files/run-crons-0.3.7  | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronbase/cronbase-0.3.7-r2.ebuild 
b/sys-process/cronbase/cronbase-0.3.7-r3.ebuild
similarity index 100%
rename from sys-process/cronbase/cronbase-0.3.7-r2.ebuild
rename to sys-process/cronbase/cronbase-0.3.7-r3.ebuild

diff --git a/sys-process/cronbase/files/run-crons-0.3.7 
b/sys-process/cronbase/files/run-crons-0.3.7
index c5f2d9c..ce8ff76 100755
--- a/sys-process/cronbase/files/run-crons-0.3.7
+++ b/sys-process/cronbase/files/run-crons-0.3.7
@@ -58,7 +58,7 @@ grab_lock() {
# another run-crons process.
# The tr call deletes null bytes so newer bash versions do not 
complain
# about them.
-   cmdline1=$(tr -d '\0'  < "/proc/${cronpid}/cmdline" 
2>/dev/null) || :
+   cmdline1=$([ -r "/proc/${cronpid}/cmdline" ] && tr -d '\0'  < 
"/proc/${cronpid}/cmdline" 2>/dev/null) || :
cmdline2=$(tr -d '\0'  < /proc/$$/cmdline)
if [ "${cmdline1}" = "${cmdline2}" ] ; then
# Whoa, another run-crons is really running.



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

2016-09-30 Thread Mike Pagano
commit: f7dbb1d4fab05ad51fc59e093eb67f0348ee4a6c
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Sep 30 14:15:22 2016 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Sep 30 14:16:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7dbb1d4

sys-kernel/gentoo-sources: Cleanup of 4.1.X patchset

Package-Manager: portage-2.3.0

 sys-kernel/gentoo-sources/Manifest | 12 -
 .../gentoo-sources/gentoo-sources-4.1.27.ebuild| 31 --
 .../gentoo-sources/gentoo-sources-4.1.29.ebuild| 29 
 .../gentoo-sources/gentoo-sources-4.1.30.ebuild| 29 
 .../gentoo-sources/gentoo-sources-4.1.31.ebuild| 29 
 5 files changed, 130 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 9694a41..c84b134 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -33,18 +33,6 @@ DIST genpatches-3.4-95.extras.tar.xz 18232 SHA256 
93a4cf21c8ade507bcfb0500fb7b1e
 DIST genpatches-4.1-20.base.tar.xz 452816 SHA256 
74b7e3355fdd999b17ed0cd955a20551ddaa0cc4d8608f5b80d31f8059a79549 SHA512 
fd2d6c1ce75c899254b944798d230144c25caa8e36103388fa4dd3aa1a1a9e310435b442535be13a933b16d1a142c125bd5e754fb4aa621573599c36b6ac4bfd
 WHIRLPOOL 
a22aa9175d0cdf315c345ab60655476b141a472c4ebe505838440402b1bd65802ab21e6ad897f7883bf2846b61b9b414b2f55af29ee9372ea30d62df3257fc73
 DIST genpatches-4.1-20.experimental.tar.xz 61652 SHA256 
155bbcf04d07d2b02523c9e64323f000ea24fa2b06d1472ceaf125e70e2ece25 SHA512 
5f03d99b5c35384a158a2568516a41b9bfba8c373f1b004e1493bb2071b4de321b66ddd623bf71cd6fd85f4c3af1d2d45316dd3b2424b113f292ff4104e976c3
 WHIRLPOOL 
ff6668b2f2301e34ba3a387a1216d8ab65f720acc6b2a6218f2d883c2ac0c1fa608e1cd0b07033eb6e114e4ae9a88ad7e3ef6ce7a4f6da8b241149ae08a8ec23
 DIST genpatches-4.1-20.extras.tar.xz 16180 SHA256 
8f44981c6574aedf1484c7e643cfa3dfc1362fdce415947382c77098082d34d7 SHA512 
5ae28d62ece98e9f39b68e6ffbc205c3c7e47b9048a67e461f944f1b05e39de865973c11a4fa6dcf34dea65e2cf883f537be4aaf24c704ff311c0769c68a286a
 WHIRLPOOL 
58c8389b43898e4700d81fd12496acbf954152e6879e0f2d0535686ebeded273032080569c18fd739a8e2c07c6b55f8fe58adc2ff21c436c33d20e2a8eed6fdf
-DIST genpatches-4.1-32.base.tar.xz 810548 SHA256 
9b44a4f6fc187a809b1dc99727b763373032cffb295c2f378622542bdf399634 SHA512 
1098196bb9545b428ca42c3a9a498e76528698b6392c0036925b01a5b6ea760a9b8003b706302c92e7b36db5fcd4ab7191688496ac727fe96122329e0fcb038c
 WHIRLPOOL 
b806dcf772a7b74ffe240e71e833cdc2207b49bccd6b64916f84ffc3ce9c75668e24476eb4ba90719d4f413219585ecee132ed1b21af5017e2ce3e5230d1fd62
-DIST genpatches-4.1-32.experimental.tar.xz 61596 SHA256 
456d570a846f21e503d26ed6377652d3beea48840a7d40424eb7b5a3103b8afa SHA512 
8e0fc7af91f6db97f57673571e29342128fa729a84ee3ee2e282df7271ed70c80d132cb76e13fab0420529fa0fa007096f7623eb628d2a4bbfee3e01b19b5197
 WHIRLPOOL 
a30ee1914668b38aa2534f08ae9d457bedcc0a08baf5a3434fb74a00f4e68cea1b0d111adc40481fe87bade1dc8684caa64ea5a970efa0337b30b47b0302a0a2
-DIST genpatches-4.1-32.extras.tar.xz 16292 SHA256 
3c6ba4c5c30ee786c0909aa0f8a68f00c15584eb52ab91ab01810be36716eb07 SHA512 
7f1a57ffc8c7e432f46cdf28b97a44207a77fca86231874489c82a01652ddc7e2027a1a8c3fbd53dc36a8d302faf0bfed123af367dac173df215598a08548ab2
 WHIRLPOOL 
94179e36ac0dc1bbf8d402cf7a7f40d37d53129a8211f59a5afc43121be3b698aedd2970e04a5d488398cc1c59a431ec5d048b040d3f57bb817392a1a915
-DIST genpatches-4.1-35.base.tar.xz 890284 SHA256 
a99487d13f6d00f8532994af43e562a05af987e63de67bbf04e7f7a823bc7231 SHA512 
a7c0fcf609f68e6f27207c5952b7d5e5e30849caa1e21d24a0ce796dddb040cccb306f0fcc314098cba47b43038768049a5e54f442550862608768e405153f50
 WHIRLPOOL 
78db0f5cdf2e7802fde16f4d44f4148bed1a003a102efd67a22a6325c849cbaffe517cf1e38d53939fe3af45d8201dda04b05da9f75afb9ad63c468a448fd1f7
-DIST genpatches-4.1-35.experimental.tar.xz 61756 SHA256 
af5712eae067a88b9efff5215e5cd06cce8665ea50a0721facccf93d32a10262 SHA512 
a009d6507f387570d092e14d20d20ec403fa6339a3002a0207236c55eeff027f4e99716e0e5a257f1c6ada4a34ee9cacdf3594acedea1d254dbdf53f182a482e
 WHIRLPOOL 
8150545fdc6f6f4e6abccddbdb093f5592e1db917d6f2a5738b271194322782642bff4291d520445ed078ef37096f06d1d97c6a6855ee71fc7f649f6378cedae
-DIST genpatches-4.1-35.extras.tar.xz 16364 SHA256 
061d2094e28be6d1048ebfa0aff3220bd76786257d957f7e56176f4081229855 SHA512 
a82512c71b31e975a5290746c58a89135c3c106966c327bbd9854d011fa850592a086d53527c0e98a9b4eabd40c0e62f3a1eaf071edf0e9fd98c37906e0ede81
 WHIRLPOOL 
176eaf5260f077b581dc178b81bdf21cd0f6ebbb4258706cc3895ec786fad470ebd66a1596be168c38bd803aa4c91f5b87b7248d80696aa11e322e1a9f3a4254
-DIST genpatches-4.1-36.base.tar.xz 898344 SHA256 
01298491bc248867729e3442baf92751a1321551e29b93db913fc710df0c1391 SHA512 
380129f9317b6ce036e9542265ff12aef71260cffc2ff3f1b4c5e1eeb318b8d9150f06bb2a4ec31e9501a5d7897dcd83198e5f3667be91e67fd83d9cde8e2e95
 WHIRLPOOL 

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

2016-09-30 Thread Michał Górny
commit: 0b0af22fa854359d8b7cd5acee89304d523f4784
Author: konsolebox  gmail  com>
AuthorDate: Fri Sep 30 13:34:15 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 30 14:15:58 2016 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=0b0af22f

repositories: Add konsolebox, #595626

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

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

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index dfc07d6..552759f 100755
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -2508,6 +2508,17 @@ FIN
 https://gitlab.awesome-it.de/overlays/kolab.git
   
   
+konsolebox
+konsolebox's overlay
+https://github.com/konsolebox/overlay
+
+  konsole...@gmail.com
+  konsolebox
+
+https://github.com/konsolebox/overlay.git
+http://github.com/konsolebox/overlay/commits/master.atom
+  
+  
 kork
 Cool, new, useful, and unmaintained 
packages
 https://cgit.gentoo.org/user/kork.git/



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

2016-09-30 Thread Mike Pagano
commit: 81c1139fe7397c3da7d9a835487cb58b7d2104c4
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Sep 30 14:13:01 2016 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Sep 30 14:13:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81c1139f

sys-kernel/gentoo-sources: Cleanup of 3.12.X patchset

Package-Manager: portage-2.3.0

 sys-kernel/gentoo-sources/Manifest |  9 ---
 .../gentoo-sources/gentoo-sources-3.12.60.ebuild   | 29 --
 .../gentoo-sources/gentoo-sources-3.12.61.ebuild   | 29 --
 .../gentoo-sources/gentoo-sources-3.12.62.ebuild   | 28 -
 4 files changed, 95 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index b2dcc94..9694a41 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -13,15 +13,6 @@ DIST genpatches-3.10-108.extras.tar.xz 17832 SHA256 
c30705c1d70cbbeed0cb88135557
 DIST genpatches-3.12-49.base.tar.xz 1545256 SHA256 
f9503fdf958458692b841b95fcdbc561a7ef4ecceeab1c2e532c0740305a25d1 SHA512 
4475cc1e1faee3975598115937869564274053cff1a9dfbefe41b9535846f1dae04abd784541af5925e805e9878ce1590cc2eea999c06cb3ca67b80df94f23e5
 WHIRLPOOL 
25758cf3bad2a875668950923edd3ab481c8fe7f4faa2512a2ad70acf3f4f360dfad0c10bd4599efa60bcb681c29cfb2db5f4b3f8bc82cc792a369517891bf02
 DIST genpatches-3.12-49.experimental.tar.xz 46536 SHA256 
927d367eeddb6823534004c5a4c96093fe822acd5856d262003045935617a741 SHA512 
3ab1222cbd073437af8697b9407ff2dd4a1890be5acaf70d9e14ff6c6e908615a7f6c8a8b3c0def7660e925edca457c6b31fea64b2ec73200c36512df6efa3f1
 WHIRLPOOL 
7d600343ae9e5109e04507176b7914ce2421bf250e2a5f9812122820760060093fbf9112fa9e906f8185c99eb14fd873f198f38da4a3ed7b92c884ce0ff01358
 DIST genpatches-3.12-49.extras.tar.xz 18232 SHA256 
5800be892a1828498d914ca9315cc5315c2493f900390eb493f7ef45bc7d346c SHA512 
b3cad4524b15e15867ed4ae56efed8e59be1d570fe9e822ac381dff7d5c7cfe35af730511a1693ee6f82a48f2e2dc9718b39c37f5530aa00fe18f23d142df4e9
 WHIRLPOOL 
fd8b5bef919d3c155aa49d7c4587c3e3af785ccf1bbff47d0e67fe05fd3d9e4abae8626ba7d44bcded366acac04f4f0ed3244a8ccbcfd886840ebc1663fa7bbf
-DIST genpatches-3.12-59.base.tar.xz 1699752 SHA256 
2073115ec6a54b2bde1d4de599f4e9771e8a7e98b427373af06c671f53aee69f SHA512 
83d7c443fdb2c58c15ae5c47d22d0d6fbc2a7b50cfd519425043bd600b0d66920cecda77b3fbe8e5cb7e52eb7e2cf4801386351363773f0038b9df19f7d886b2
 WHIRLPOOL 
654b1761c599a56858253e791b9c8b9a160d240cb4e5d5e1914661e79280d89432e0e7573cf717704749c1d288d6c8827fa9c0bc8ec67607e7c0a3e507fed7ee
-DIST genpatches-3.12-59.experimental.tar.xz 46520 SHA256 
0d4c5c22f65bc52909c63e60efed08007dd58296db4c8f19309a01da5f8a0b68 SHA512 
53a4b195703ff3d91c6c43c26a7028933442f80fc31d7f4b1216ae1005783cf26bfff1655b937d9ffae193ccf563366e196732155f792d1d23dee855db074323
 WHIRLPOOL 
c08ea27cc4986fc4a03fe37c3ce162647592370575325569deb352a3392b9d0500f4e02bee53e5a22af3a213152cb636706ea667f148d5fa22478c52213cd1df
-DIST genpatches-3.12-59.extras.tar.xz 18236 SHA256 
544b0f36cb7fa0394810d6c92e29840743f16b61cf64f90dc454ee36e51d8f74 SHA512 
905519bcd6c9a77cef8682a96605a4dc9735b964498730b7c3ecba2078e68aae2c9b56922d2b47fa57fbdab2c1f4dfb67cb704feb0c634ab215b09cd5e768725
 WHIRLPOOL 
f5c53704859e9f95f8b38f0617eb2695daed9f09619754aa19631a96fcdb8edd51e602a682b4b7b26cda1cb3b392a0586a0b2a39582d3382ce0e48a84c41ab78
-DIST genpatches-3.12-60.base.tar.xz 1710572 SHA256 
1f86e7b2c7735829343d0218f539055892b6bb7f485c3174aa2d29ab0882671f SHA512 
ac1620236bc7864442056da992274d152cffbc000ddd02c4dbd1d69bfd24cd0e332ef7baa9a57a9d9a29342dd56d844dc26e1031d368044318008b9244584f1e
 WHIRLPOOL 
e1b5084b250253fc34a5ca889efb4075a730f7167866f0bb5e23f8da8defa8307121101f23730f1b0c12eb028bdc9cf42e2bedc379b1c7bab99092c6f96f911a
-DIST genpatches-3.12-60.experimental.tar.xz 46524 SHA256 
41c25490175d188b66d60830b10d42ecb3f9515303704aac0ae99d27be9aa1e9 SHA512 
500fc2f667d4951c5127c21d51f64cd0afb44a758e9f0711e4a21e6825db3ceede9b1b4ee979e629dde1510a8b9ade150a201ad08b643a9fe70c008993c7ffd4
 WHIRLPOOL 
13d4a50d8fa4b83bcb1bc009d62b9227169dc002b42e32c6e9e8aace6e5f0835cce946297c0366a169560c94a647e64838396d36436ba72bdb7531cfc081bfda
-DIST genpatches-3.12-60.extras.tar.xz 18232 SHA256 
f4d2c39d20fa358e2b0610a20bfe2f709d5fc8bf20a9b61885223a78bfb4e6b8 SHA512 
133ec69f4c8d6111a3d67468961ac59d56b85482b03790bfd2beeefb05b98fe4af483503903a71522bfcd54efd284b5f655c82ff453d7ea5e44726a7740d08d1
 WHIRLPOOL 
8d1b2382f7efae85b6d66cf14ab78feba7358e80d1760200ed0bd2330a67783ce6674ee2f7455220076a776562b057134890b29f489a75cb740f65ec51a802f1
-DIST genpatches-3.12-61.base.tar.xz 1733484 SHA256 
bbcd534d2a0e666063e93d47d66441713c3730ece9816dab71e1f7c4ffd7631a SHA512 
c51100d6f2beff36f344ec5f23dcd6ccdef1d17667e638376d3aacd7e798850e38eb9f9c2347699472f65c3a6678d16220b08431630ca45c4d8ec2fda12ce9e7
 WHIRLPOOL 
1fbcc78a7fe73067d865d4f2ee0bd6dcbc54e44076fd54b1ed307e421eb6a550592af9000af9d2c046d4ca880cbcfee586c310e6e3781d032a1677952c7db32f
-DIST 

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

2016-09-30 Thread Andrew Savchenko
commit: 19acf569b924e255ca66a6485d0d60982fadd941
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Fri Sep 30 14:00:00 2016 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Fri Sep 30 14:02:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19acf569

dev-libs/libclsync: remove dependency on app-admin/clsync

It is rare, but still valid use case to use libclsync when clsync
is not installed on the host (or lacks socket control support):
socket can be passed from another host/container via shared file
system, or can be converted to udp using socat.

Package-Manager: portage-2.3.1
Signed-off-by: Andrew Savchenko  gentoo.org>

 dev-libs/libclsync/libclsync-0.4.2.ebuild | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libclsync/libclsync-0.4.2.ebuild 
b/dev-libs/libclsync/libclsync-0.4.2.ebuild
index 094b8d9..2184de4 100644
--- a/dev-libs/libclsync/libclsync-0.4.2.ebuild
+++ b/dev-libs/libclsync/libclsync-0.4.2.ebuild
@@ -24,9 +24,7 @@ REQUIRED_USE="
 "
 
 DEPEND="virtual/pkgconfig"
-RDEPEND="
-   =app-admin/clsync-0.4*[control-socket]
-   =app-doc/clsync-docs-0.4*"
+RDEPEND="=app-doc/clsync-docs-0.4*"
 
 src_prepare() {
eapply_user
@@ -70,3 +68,8 @@ src_install() {
# docs go into clsync-docs
rm -rf "${ED}/usr/share/doc" || die
 }
+
+pkg_postinst() {
+   einfo "clsync instances you are going to use _must_ be compiled"
+   einfo "with control-socket support"
+}



[gentoo-commits] repo/gentoo:master commit in: app-doc/clsync-docs/

2016-09-30 Thread Andrew Savchenko
commit: b8a9bcd2b4613be92dbea772b560818b5e0a433e
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Fri Sep 30 14:01:21 2016 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Fri Sep 30 14:02:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8a9bcd2

app-doc/clsync-docs: remove useless dependency

Package-Manager: portage-2.3.1
Signed-off-by: Andrew Savchenko  gentoo.org>

 app-doc/clsync-docs/clsync-docs-0.4.2.ebuild | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-doc/clsync-docs/clsync-docs-0.4.2.ebuild 
b/app-doc/clsync-docs/clsync-docs-0.4.2.ebuild
index 7693440..72ad4a6 100644
--- a/app-doc/clsync-docs/clsync-docs-0.4.2.ebuild
+++ b/app-doc/clsync-docs/clsync-docs-0.4.2.ebuild
@@ -17,10 +17,7 @@ LICENSE="GPL-3+"
 SLOT="0"
 IUSE="api +examples"
 
-DEPEND="
-   virtual/pkgconfig
-   api? ( app-doc/doxygen )
-"
+DEPEND="api? ( app-doc/doxygen )"
 
 src_configure() {
: # doxygen doesn't depend on configuration



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

2016-09-30 Thread Jeroen Roovers
commit: 8a17d46fe767659298d1cc9a0eb8af6708eb460d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Sep 30 13:52:53 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Sep 30 13:52:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a17d46f

x11-misc/xautolock: Old.

Package-Manager: portage-2.3.1

 x11-misc/xautolock/xautolock-2.2.ebuild | 48 -
 1 file changed, 48 deletions(-)

diff --git a/x11-misc/xautolock/xautolock-2.2.ebuild 
b/x11-misc/xautolock/xautolock-2.2.ebuild
deleted file mode 100644
index 73e2dca..
--- a/x11-misc/xautolock/xautolock-2.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="An automatic X screen-locker/screen-saver"
-SRC_URI="http://www.ibiblio.org/pub/Linux/X11/screensavers/${P}.tgz;
-HOMEPAGE="http://www.ibiblio.org/pub/Linux/X11/screensavers/;
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-
-RDEPEND="
-   || (
-   x11-misc/alock
-   x11-misc/i3lock
-   x11-misc/slim
-   x11-misc/slock
-   x11-misc/xlockmore
-   x11-misc/xtrlock
-   )
-   x11-libs/libXScrnSaver
-"
-DEPEND="
-   ${RDEPEND}
-   app-text/rman
-   x11-misc/imake
-   x11-proto/scrnsaverproto
-"
-
-src_configure() {
-   xmkmf || die
-}
-
-src_compile() {
-   emake \
-   CC="$(tc-getCC)" \
-   CDEBUGFLAGS="${CFLAGS}" \
-   EXTRA_LDOPTIONS="${LDFLAGS}"
-}
-
-src_install () {
-   dobin xautolock
-   newman xautolock.man xautolock.1
-   dodoc Changelog Readme Todo
-}



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

2016-09-30 Thread Mike Pagano
commit: 1dbb7e154547b3da93b64b6a33d5b50c1e24a8e4
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Sep 30 13:57:19 2016 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Sep 30 13:57:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dbb7e15

sys-kernel/gentoo-sources: Cleanup of 3.18.X patches

Package-Manager: portage-2.3.0

 sys-kernel/gentoo-sources/Manifest | 12 -
 .../gentoo-sources/gentoo-sources-3.18.36.ebuild   | 29 --
 .../gentoo-sources/gentoo-sources-3.18.38.ebuild   | 29 --
 .../gentoo-sources/gentoo-sources-3.18.39.ebuild   | 28 -
 .../gentoo-sources/gentoo-sources-3.18.40.ebuild   | 28 -
 5 files changed, 126 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index e181417..b2dcc94 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -34,18 +34,6 @@ DIST genpatches-3.14-86.extras.tar.xz 18272 SHA256 
4066d37006ceaf7cccd94d46092b1
 DIST genpatches-3.18-26.base.tar.xz 753528 SHA256 
0a3d2a302b64284353accbff19ff1a78128e900f0d4cbb0e70920034b68b4bba SHA512 
723a29074dbd6970b43974655539902a92b5ba3447cba754f5719971848e2d2ca450d888a83d41fe35770806e842615bb5c5425aebf8a7118e5cd39470aafcac
 WHIRLPOOL 
17e49e01f19a9710e6c3f6b6bb3b50ab96829a18dd60a57eb10058656845ba8e497ba4c3043f3824d69f79cb5c911c5fab6f4b8e28aa39acaa5083fca732dad0
 DIST genpatches-3.18-26.experimental.tar.xz 61608 SHA256 
e72de3a8865519ed658a2a769b42e2b4592ba5a6e5c98a699fbe4109f3567532 SHA512 
75cd10ac41180cd5f4a1e70ea49b260a141b875f3f46dfa5edd668e507b27fe7244033c76d1e895dea58c8fc69c43ce21dc8e711884438c10b686d53c0b4c8a4
 WHIRLPOOL 
267a2c1abcda2d41ebf64a6034c60e73249dc4c0984326f516ac92eb16145f493549e690bfcf8f6c515984ab56368437e392fba3648f4bcc57db0351d5ee6863
 DIST genpatches-3.18-26.extras.tar.xz 16188 SHA256 
af0d5013a7cb6e0ec78bb5821bb4f83048d953cd10734b57085439fcdc44683d SHA512 
effb9ef5722a956a9db49582b3c8aa85f5838a8573138ce867e0575348a291ccc6163e7bb8ce1698f9b5d799e81e151546c1bad59388f80b984e86f98ee8424a
 WHIRLPOOL 
52adaba3ba161e7d1bcc8234edc9efd06bedca2211085990069b1ea8e1a35ab443e5ebfb49a7d56c3d572f9e7e69de1bdfc463abf455ba7e3155eabcdff3786a
-DIST genpatches-3.18-36.base.tar.xz 989348 SHA256 
927971c003aa92f373d6a3d8e8adeafa7d423feb36f1e258e21f7349561e0b9b SHA512 
f2357160e5358efbdc4c1f92996fe4958d1b93340b975bb077d5ff997bcbb7054dd145821174d102bcf42c4bc996a45008f157a919693f76ca03755ff67e331c
 WHIRLPOOL 
424d95b03f514f0ed9661303a9211aa1c07a7fafa18bb43a70f2965ab86743efe7df52c35664be596c79ee8b13d7dee1cf9550987f8f60618b9b4676537c7e6d
-DIST genpatches-3.18-36.experimental.tar.xz 61588 SHA256 
1b0a9d09e0640935550c05291a1781e1125656575d072104e0481eaccd27fb3e SHA512 
97f9e9343e1089c711d1d1607044ffd026e991d3999699bc3398fc7989c296528e4a55996067c441be8fda77e7e92da99c644fd81d944babf9f54c6154dfb8a0
 WHIRLPOOL 
8d1797909ed854168efa58790cd1438355ffa37807f14f8757774720a3fe96bd54fcb6331e3e4e2ce1f8f60e8fc817ecf37d0c028e47259c0cfe11a7a574a165
-DIST genpatches-3.18-36.extras.tar.xz 16180 SHA256 
e8928932e41ff9f86d396df8260d3144d47ed1004a683ecfd04454acf02e87a0 SHA512 
1155b2f629c4d80415dfd9925a0c115bdbdc4cfd1984bdcef55ac40b33b602837172624ea04aa08d213147f78e6e674793bee465ef75662a69850aff04b15f6e
 WHIRLPOOL 
67a0bec3e880ffa1163b679b145f14d9e77fda01d01fc4fba7e4b720c1e79b3d2f5dab1856bc7cf214811eb323ec3e81e110bced99a44738c1ba7e0276b16f46
-DIST genpatches-3.18-38.base.tar.xz 1056800 SHA256 
640ef44bc1ea758c6c1eb5a8982f1184b895bdd45d0acfe13938fb13dfe61520 SHA512 
6ee254a594354516edc7c38ff64f15675d101433c8c1a37ec982ebbc0a6a96cbdb990c8f1efcbd9e64c8810ddbac4af938a0964b3ef163c6505dd40e3bf9c71d
 WHIRLPOOL 
601bab089e611239a6e30c536eeda8d16cb7761697c0161dcc7f1f85f7e0df575d5295bd8f219649dc2142edc2c0d125b0279fdbbb9006eba7ab6fab9bcb2f4a
-DIST genpatches-3.18-38.experimental.tar.xz 61756 SHA256 
c54a6bf89a6ab07bb378942bd2926de7bad637672b6d68e3acb2bae8a0665818 SHA512 
d400f35b0c8d2be08d61cafa72f460eefcb813052edef619ada875bf664273564bc40352a18d91506eb975a4a2b7e7b11827b0c93a3168965e1c8c20e3bca44d
 WHIRLPOOL 
6d38e4083ecd2076c7436a25a7290f4265f31300ff1ae760a7ac6f5c5c1715bc5d80b7df7d11221c5aa157eb22b1ab1c854f3e0686eeb3d9ae209ac7bbbeef4c
-DIST genpatches-3.18-38.extras.tar.xz 16192 SHA256 
f30c135fd6b6d0739ea10fc5086d12493b2075516d6f1ad5e6bd951c22908b44 SHA512 
745f9c89ff751128a2276a9d54b3b75d4e392279ccb54eed871281cb615dae870b2d8f5f66bab4301b93828de9d9e5bfa1495d9876ee4d14b34ce6f0b0279a37
 WHIRLPOOL 
2178c15e32835634c6ca2556c79948c3fff8c44e414c932037b80f095602b95e4c448c6deb5a5970ca2942791715a4ce7583e37166599c5e7b87969f2aa82791
-DIST genpatches-3.18-39.base.tar.xz 1063424 SHA256 
1b894c5766a8cb21c553e467668ec8b1295ff96f37b25b0a9ea750ced30c611a SHA512 
523da4c6413204ce6dce46626359b50cd4c31988424fba8546ef3bbb75a3ce61af068dc35ddc1f240a177192b715cff62608f95ce3ac453a5eb84ff12c79fb7d
 WHIRLPOOL 

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

2016-09-30 Thread Mike Pagano
commit: 2ac56e7d661ea395672857eabe43b4b4a68050b4
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Sep 30 13:26:28 2016 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Sep 30 13:26:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ac56e7d

sys-kernel/gentoo-sources: Cleanup of 3.14.X series

Package-Manager: portage-2.3.0

 sys-kernel/gentoo-sources/Manifest | 18 --
 .../gentoo-sources/gentoo-sources-3.14.73.ebuild   | 29 --
 .../gentoo-sources/gentoo-sources-3.14.74.ebuild   | 29 --
 .../gentoo-sources/gentoo-sources-3.14.75.ebuild   | 28 -
 .../gentoo-sources/gentoo-sources-3.14.76.ebuild   | 28 -
 .../gentoo-sources/gentoo-sources-3.14.77.ebuild   | 28 -
 .../gentoo-sources/gentoo-sources-3.14.78.ebuild   | 28 -
 7 files changed, 188 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 4ad30cb..e181417 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -28,24 +28,6 @@ DIST genpatches-3.12-62.extras.tar.xz 18240 SHA256 
998da2e9d0d5e5904ae224edef7d3
 DIST genpatches-3.14-65.base.tar.xz 1118344 SHA256 
fdbaf042acdacca6c02b602638980ec661cbce979600391e94cca031d45ef6f2 SHA512 
28bb3f51b5d0b45bc18d54fc04eb975a7c61bf5c28539cc6a6466bc22611ec3b91ecf5b9f79053082e3907e0980c2d97a1e22eb25e75157e4dc54ccf1d9a16bc
 WHIRLPOOL 
f776e32318fe8e4c468cacc907aa32554b74dac0f5a1ce785acb80a40b52643977c283b469d6d5ba895ead477f246e409a99d6e686cd3686b4b6ecaff4a97ef0
 DIST genpatches-3.14-65.experimental.tar.xz 60300 SHA256 
f0e047dc68af01750fc2b2cfb76694cecb391e4de657810b2de2a9092bbb0eeb SHA512 
c2125a73aba4fe51c1efc6a73a86088964bff398c2409e256148d0f13e8106b56e6c8137e0943332be2524b3230f522e0b76b265d20ef075d852a5a3ca21edf0
 WHIRLPOOL 
5042375ab3541e65f609deb48a03d186b53d583b4512c27ece06130c0ac4fcebeb8256bf9cb38276720e8fc6610dc8663819ec5acd3bdcc57232a1d2082f25b5
 DIST genpatches-3.14-65.extras.tar.xz 18256 SHA256 
9220e49d4a95d876373ec40fae2e026bcd76efb5e33106bf2350026120b28244 SHA512 
2699115a2a176a34570b1045f1ca6f5f23e46eb974c9c4953607919f7e5668e1b317b197cd39aa375347460110e9c67231b0315eddb9ed4d8fb631b453f802bf
 WHIRLPOOL 
ecb98ae1bca845efbd5dc32bfba31268bef55c73ad35092796c8c4d3661a72341e1a179833ef76d701ede477b9d436a2c45c16ca9b2bc23bec413e0186848285
-DIST genpatches-3.14-80.base.tar.xz 1279452 SHA256 
b1987066e9eb235b22c2659c12e0346b0912c20cf47efa96bedfb7abdc865df9 SHA512 
12ac1d28a3aae7fd81aaa7b8f3cfdd04f82b6af005cda2cfdf8c2ca91c6e5a2eafe533b8f5d78c5e14e0caf8ad420ed17b91f8696aecee9653cb4c3c5f069e9a
 WHIRLPOOL 
186513719f7c79a8ad47abbc579b1323716eff11b57b97ae0066adc108cd81013aa8fe8f8225882ba36d425e6074c6ff79ec9865ef08406fef278df96d05612a
-DIST genpatches-3.14-80.experimental.tar.xz 60280 SHA256 
5eefd3679ca42835717bdf95e7a638a31a02e1203bd304915954d76cc511f217 SHA512 
b83900d4c07e7658ae643a9bbb7e779a7ae435515dbeb41bf2f298b68c705f631e02165a64ea0f6542e85ee325f37469da4dbddd663ca2b9e026fa1d786dadde
 WHIRLPOOL 
d46df956a076f990d3ee425c85f26c9df2a55445fbedefe0ccbf222461c7b2492fc8b253924d2d770ddb872fdd5863606ef01d16e2ef4ff5a193c30f5b5078bb
-DIST genpatches-3.14-80.extras.tar.xz 18268 SHA256 
dfb23004bc0aa2820af60ac25ed75fbb79aa962e06d479a5e14ebf99ae1643d9 SHA512 
352c620c88807b6d8b011f49e4422e88520d4cd6d5f4d24b36800c7cf8dcd2270d6dd2323ccfb7d729b609a86384126ad2e629e9f466a3e606dbf2e3a5dc924b
 WHIRLPOOL 
468e241068459b409e7ecd4eac5a240cf5c7dab49df225fc47ba6044e1ac7378f457d883d9fb6036e8a6af5504c7c0e6be2fb5bf490c95e1157ddf8b2002c923
-DIST genpatches-3.14-81.base.tar.xz 1289352 SHA256 
3cd3d86064a3b2f4bf2b8f89c676f6766337dd80bd48f64001b1de84d1c6473c SHA512 
5f5706c00dd1797a7107551f6b3ea5a2f26dcbb527abf2401b4d8b3fa01d07a08fd7090ca2e6fb4bb5b20bc6932bc0f78464df72a6d1bf0b6fb0e74b241586f5
 WHIRLPOOL 
c0e18bb464f3c4990695e5f046ae16d3949bee7325b9718d26032b0994319e9fc4032fc6c82320a411d55d956c838a2a1ba736b022068b6dc0a483ccfbe422cb
-DIST genpatches-3.14-81.experimental.tar.xz 60276 SHA256 
391bd7b59ff88cef9ba86a70d677fb6176995a43492ade90a843b0f5387176c7 SHA512 
79ce2961be93b0399f0716a921d1505beb9c26107b10ca38d0364d0ad52fef6c9f9e64891f1bfc06dd4fc5bafc1583659e8f1a5504c1283aa6c5c8aa1f2075ba
 WHIRLPOOL 
26fa2ea3a9dbd6edf206c3d202df65f11282bb98cc30c34214f34a8b6df45209bdee363c9a9004fe0771a1d319711085d2c8241885df200ad426f79a9d9c6841
-DIST genpatches-3.14-81.extras.tar.xz 18260 SHA256 
2d14baa34ad26fdd18f94b0b74368cb69fed6d5ff72af30d94c6e9de24f4c411 SHA512 
5a4969084114fec25360ce09722de7926f72138f6d2bc72f6445d4a35fbee9746fd0fe17450aaf71c5cb73ec285f6050d40f2732c70fcf6dace434e2dfede571
 WHIRLPOOL 
ad031259e41a5981ea5abfc35ec82e03f335d9d478318219067ea625b6379e6638de722bfc5175eb8270a07ebf484ffab5a6752a8b50b89e563e20e73a5d
-DIST genpatches-3.14-82.base.tar.xz 1292724 SHA256 
aa61e6534a9a8e4bf04ea6052e48333847ca830378a716a13ea7b014574151da SHA512 

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

2016-09-30 Thread Patrick Lauer
commit: 80c1dde5c19f3663077308fc17175f1f754a4438
Author: Patrick Lauer  gentoo  org>
AuthorDate: Fri Sep 30 13:13:13 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Fri Sep 30 13:13:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c1dde5

dev-lang/rakudo: Bump

Package-Manager: portage-2.3.0

 dev-lang/rakudo/Manifest  |  1 +
 dev-lang/rakudo/rakudo-2016.09.ebuild | 73 +++
 2 files changed, 74 insertions(+)

diff --git a/dev-lang/rakudo/Manifest b/dev-lang/rakudo/Manifest
index d215051..2537bc7 100644
--- a/dev-lang/rakudo/Manifest
+++ b/dev-lang/rakudo/Manifest
@@ -4,3 +4,4 @@ DIST rakudo-2016.05.tar.gz 2786506 SHA256 
f3b3236c22ff75427c87dea1fab1dc9a0b4ca3
 DIST rakudo-2016.06.tar.gz 2751927 SHA256 
239a0b50cfd60026ba4bb2a20b5130feaee144ccbbe3e73b6c6633ebb710519c SHA512 
5197b1ffec3978a762129de7ac3130b33c6f0a97e6ab8191fc3a7271d47028b1abb35896220ad1443288489ab7789203534121d44869101def29774c6cebc38f
 WHIRLPOOL 
dd2d3d75d8ca764e41bd8a2bcd7123d7b62dde34d2d850579b849573c13339618ce7eeed2bf0f20a7b66bb0ffefe47fbb8557700ca950cfae0eaeaa27ecbc376
 DIST rakudo-2016.07.1.tar.gz 2767818 SHA256 
dc71e6cccf71da98846800426a3fa260eb5913e7a3c100a89acc11d7d128d0d1 SHA512 
ef5360c33c52d2628745d4d2837aca766e710452246a57cf3305d94cbda292d67e3cce31dbb846c5b7e4f68b3db38cf26dce40790a6fc28770c552da509cdece
 WHIRLPOOL 
72ef2f5bbd0e1af5b2157449106c68d7dcc21e7981e658eafa88f0b29f98653bbe5bf15646a71e704c1a622597bbfbe6427e888c77baccfa62a475aa42b897f8
 DIST rakudo-2016.08.1.tar.gz 2779156 SHA256 
ab0688963b9d19e26cea76eb5e852f6c68da650a9d209b868c21bde904ee34fe SHA512 
3edae590c7dd87dfaca821c8676c5256c19e53f93bd5fd534ae235ae5a2449d0329f0b1311b6b344ec7a258f9eeae6a78e904a02d57c49a6b32ab1914ff2ebe8
 WHIRLPOOL 
9435477144e0dd45e58e831f5239e95104765a3be5411ba9772324af0c803fd43a9f903f107b3b9186409fb3b5af227e923fcf213052603291a242412fe1d2be
+DIST rakudo-2016.09.tar.gz 2789496 SHA256 
fe280bcc511a3f25b805039e842b554f5f0f9c6255043a8fa3d6a1e4f35e47e7 SHA512 
68f45dba174d1421b95b30e4ee5aef658576c4d0845d879b6e67e1587166f4438c05da85dee294498da947089c866bbbd29270e96d72b953557d59943387
 WHIRLPOOL 
b71bc10bcc5f26bd9df8270b10fb4b232df924333628fb32cacb874624604e98f0415aaa7d30ce86bbc0c58152b210a8421996e0bce4cda58055a6118947ee28

diff --git a/dev-lang/rakudo/rakudo-2016.09.ebuild 
b/dev-lang/rakudo/rakudo-2016.09.ebuild
new file mode 100644
index ..babfa7f
--- /dev/null
+++ b/dev-lang/rakudo/rakudo-2016.09.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit java-pkg-opt-2
+
+DESCRIPTION="A compiler for the Perl 6 programming language"
+HOMEPAGE="http://rakudo.org;
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/rakudo/${PN}.git;
+   inherit git-r3
+   KEYWORDS=""
+else
+   SRC_URI="${HOMEPAGE}/downloads/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="Artistic-2"
+SLOT="0"
+# TODO: add USE="javascript" once that's usable in nqp
+IUSE="clang java +moar test"
+REQUIRED_USE="|| ( java moar )"
+
+CDEPEND="~dev-lang/nqp-${PV}:${SLOT}=[java?,moar?,clang=]"
+RDEPEND="${CDEPEND}
+   java? ( >=virtual/jre-1.7 )"
+DEPEND="${CDEPEND}
+   clang? ( sys-devel/clang )
+   java? ( >=virtual/jdk-1.7 )
+   >=dev-lang/perl-5.10"
+
+pkg_pretend() {
+   if has_version dev-lang/rakudo; then
+   ewarn "Rakudo is known to fail compilation/installation with 
Rakudo"
+   ewarn "already being installed. So if it fails, try unmerging 
dev-lang/rakudo,"
+   ewarn "then do a new installation."
+   ewarn "(see Bug #584394)"
+   fi
+}
+
+src_configure() {
+   local backends
+   use moar && backends+="moar,"
+   use java && backends+="jvm"
+
+   local myargs=(
+   "--prefix=/usr"
+   "--sysroot=/"
+   "--sdkroot=/"
+   "--backends=${backends}"
+   )
+
+   perl Configure.pl "${myargs[@]}" || die
+
+   if use java; then
+   NQP=$(java-pkg_getjars --with-dependencies nqp)
+   fi
+}
+
+src_compile() {
+   emake DESTDIR="${D}" NQP_JARS="${NQP}" BLD_NQP_JARS="${NQP}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" NQP_JARS="${NQP}" BLD_NQP_JARS="${NQP}" install
+}
+
+src_test() {
+   RAKUDO_PRECOMP_PREFIX=$(mktemp -d) default
+}



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

2016-09-30 Thread Patrick Lauer
commit: c783205d480e73f5f4d7aa1e37b3ec864478173f
Author: Patrick Lauer  gentoo  org>
AuthorDate: Fri Sep 30 13:12:47 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Fri Sep 30 13:12:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c783205d

dev-lang/nqp: Bump

Package-Manager: portage-2.3.0

 dev-lang/nqp/Manifest   |   1 +
 dev-lang/nqp/nqp-2016.09.ebuild | 160 
 2 files changed, 161 insertions(+)

diff --git a/dev-lang/nqp/Manifest b/dev-lang/nqp/Manifest
index 663a53a..f125f74 100644
--- a/dev-lang/nqp/Manifest
+++ b/dev-lang/nqp/Manifest
@@ -4,3 +4,4 @@ DIST nqp-2016.05.tar.gz 5159647 SHA256 
7fdd76322383632783b4352e8fab144c3d68acbfd
 DIST nqp-2016.06.tar.gz 5162457 SHA256 
e8142a6fb9ff710fa8a312e84f73986abb0027f537ec53ef2a42b5d6da6df8ac SHA512 
76821f63a247fee1e4d8eea87ef2187f6529f72dd3c77fc2cb2829c050e9689b586a7b61d12e4523c507e08618ca2ae7f6d85a95542113f20bae961be6fd024f
 WHIRLPOOL 
62ee4b31e7e9de3c8623f16cf0d7d216214c1bd2232f7192ea02f2cc6edaf0d67707aacd23692757db6d81711c8719409e4d1518d7b7383c25b04911c64f2cb5
 DIST nqp-2016.07.tar.gz 5163170 SHA256 
bf579d9b8bfa35e4cae368db0f5fa74785e3d571970e043278fe0ccefb91d59f SHA512 
74ef7af564aafac4c4785431e6618ed6ccf962c70fb2ad91e63f765c8e107e230f03b8095c917db9d2ebd2829aaa42cd426de5eeb826c60f3ac935cabfaaefaf
 WHIRLPOOL 
0a83126d163cb045351bb28e6af6860bd62c83ee5570bf702813d1553428739e91f3d3966f16c6977fa418d844eb9072a28dca4a263f956c9c308a98009d0807
 DIST nqp-2016.08.1.tar.gz 3931460 SHA256 
2eb9c0ea2864a232f50db6f898370caea1e844daabce658b44847aa31dee56ab SHA512 
fa771dd46b84aa7cf295a86d4a54953fc99cc3ef90f272ea8331bf02fd30d1e7e4139c5f7518294de98a66d4bac0451e2fe98a8e05ff294fa622ca84d7e45d6f
 WHIRLPOOL 
ed4d3b2d035581d4cc031815cb7da00785f96818af9a9970cd7b34d9baef5ecd4955296eaf081df34922667907540309bf3eae22069d29a7c459306ff7d8cfc6
+DIST nqp-2016.09.tar.gz 3935097 SHA256 
24f10be9d1072d9dc3314bc729c1fbbe0df09accd2e4f9b2cb0f403a1c251d57 SHA512 
0d6af33cfd856a191027a2ca3001b4142e775f919f4f5bf8ef0c92dae1e6c84b3c19bef17d6ec11202429c03f3a1d21fa719201aea935cabeeb8efc656451680
 WHIRLPOOL 
2175ec6fb8f7b730fdeb35bd014b619af662621ab89491fb3fb870bc6724f03b8af40d07080154af7ec3f246d1e717f662be1feb6e5d4ee39c3143784576b370

diff --git a/dev-lang/nqp/nqp-2016.09.ebuild b/dev-lang/nqp/nqp-2016.09.ebuild
new file mode 100644
index ..fe2ace6
--- /dev/null
+++ b/dev-lang/nqp/nqp-2016.09.ebuild
@@ -0,0 +1,160 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit java-pkg-opt-2 multibuild
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/perl6/${PN}.git;
+   inherit git-r3
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/perl6/${PN}/tarball/${PV} -> ${P}.tar.gz"
+   inherit vcs-snapshot
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Not Quite Perl, a Perl 6 bootstrapping compiler"
+HOMEPAGE="http://rakudo.org/;
+
+LICENSE="Artistic-2"
+SLOT="0"
+IUSE="doc clang java +moar test"
+REQUIRED_USE="|| ( java moar )"
+
+CDEPEND="java? (
+   dev-java/asm:4
+   dev-java/jline:0
+   dev-java/jna:4
+   )
+   moar? ( ~dev-lang/moarvm-${PV}[clang=] )"
+RDEPEND="${CDEPEND}
+   java? ( >=virtual/jre-1.7 )"
+DEPEND="${CDEPEND}
+   clang? ( sys-devel/clang )
+   java? ( >=virtual/jdk-1.7 )
+   dev-lang/perl"
+
+pkg_pretend() {
+   if has_version dev-lang/rakudo || has_version dev-lang/nqp; then
+   ewarn "NQP is known to fail compilation/installation with 
Rakudo and/or NQP"
+   ewarn "already being installed. So if it fails, try 
uninstalling both"
+   ewarn "dev-lang/nqp and dev-lang/rakudo, then do a new 
installation."
+   ewarn "(see Bug #584394)"
+   fi
+}
+
+java_prepare() {
+   # Don't clean stage0 jars.
+   einfo "Cleaning upstream jars"
+   java-pkg_clean 3rdparty/
+
+   # Don't use jars we just deleted.
+   sed -i -r 's/(:3rdparty[^:]*)+/:${THIRDPARTY_JARS}/g' \
+   src/vm/jvm/runners/nqp-j || die
+}
+
+src_prepare() {
+   MULTIBUILD_VARIANTS=()
+   use moar && MULTIBUILD_VARIANTS+=( moar )
+   use java && MULTIBUILD_VARIANTS+=( jvm )
+
+   multibuild_copy_sources
+
+   # This will pull in conditional java_prepare
+   default
+}
+
+nqp_configure() {
+   pushd "${BUILD_DIR}" > /dev/null || die
+   local myconfargs=(
+   "--backend=${MULTIBUILD_VARIANT}"
+   "--prefix=/usr" )
+
+   perl Configure.pl "${myconfargs[@]}" || die
+   popd || die
+}
+
+nqp_compile() {
+   if [[ "${MULTIBUILD_VARIANT}" = jvm ]]; then
+   emake -j1 \
+   -C "${BUILD_DIR}" \
+   THIRDPARTY_JARS=$(java-pkg_getjars --with-dependencies 
asm-4,jline,jna-4) \
+   JAVAC="$(java-pkg_get-javac) 

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

2016-09-30 Thread Patrick Lauer
commit: 8501265a31f0274fc2ee4981a5c64cba13565f4a
Author: Patrick Lauer  gentoo  org>
AuthorDate: Fri Sep 30 13:12:22 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Fri Sep 30 13:12:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8501265a

dev-lang/moarvm: Bump

Package-Manager: portage-2.3.0

 dev-lang/moarvm/Manifest  |  1 +
 dev-lang/moarvm/moarvm-2016.09.ebuild | 62 +++
 2 files changed, 63 insertions(+)

diff --git a/dev-lang/moarvm/Manifest b/dev-lang/moarvm/Manifest
index 4b91190..db6ebf6 100644
--- a/dev-lang/moarvm/Manifest
+++ b/dev-lang/moarvm/Manifest
@@ -4,3 +4,4 @@ DIST MoarVM-2016.05.tar.gz 3343486 SHA256 
d59e3b366cd788a9e9aaa747dc0883dc6f41d9
 DIST MoarVM-2016.06.tar.gz 3345856 SHA256 
5bf567890139cce09ade3ad4979908a7cdb36608b1670f958879ea4c4bb2bb41 SHA512 
3c4b0357d5f6a0a8edfe7cf716916b08b733f4c522891d7e21be1cb97d55d4071c8798f3f1e614d400f20294db73f225014214e92e511a35cbb8fcc9bafa12d1
 WHIRLPOOL 
fb78bc0689e21ae898ace27ec30e8774ed4bead1178924bf90df17892487cc5c70c4acf20f8ac2098863182da0017a7abc0df5c78f550454f818ef78e11616b2
 DIST MoarVM-2016.07.tar.gz 3349812 SHA256 
6b78e25a5399744d3e6dc98e896849234dab1760cd618c07cf94a50caac06a6f SHA512 
9437b3156556b2363e039e00ab3bcbf3b2436b641bb52edfac16fcbf7d02db2b139a1426ac7d4e1c5387271634a6395160348da492e1be39364d9556af6fb20d
 WHIRLPOOL 
a45a5aa7d1c1853be262999cbb0b84441dca3884a4605bc8324c5fd3a6717312a1e3c1636a4f8d28fc28bd3b87734b197ef33d5e8a62b7e78f3b92d942d5e41c
 DIST MoarVM-2016.08.tar.gz 3350663 SHA256 
8e57d3b89c1d92f37d7d8037306b7a20f09e28dc33f47759fc87bf785490746e SHA512 
efbd5807684724c99015aee4a42041f5a1843838a09da71df4c9f2c316316a0f76e3d7ed4adddce8965924e633526bec31bff83c56d5f1c921760c396f6f5035
 WHIRLPOOL 
d40109b8dec4f35ad36c35b6e7128c348df07ef1beabac6c9c7f8826df6fe747b4e0d69e97e291d1122666cfaffd5491dd245c7c4e3c6c966c4ff839a11a0217
+DIST MoarVM-2016.09.tar.gz 3355117 SHA256 
12816e61a7cf94e984db81718baaa731b65b16393a4e90e1c60e099ff10a1079 SHA512 
b74681943bb07a597b6911161cb3e4e4a4428a6940e9431b2a7225f7cdb44c0fde0c0155d1c6a3d2aff3577b816bb3b977d2273a46e3afaa8637b7a0ddc1e1bc
 WHIRLPOOL 
ce1e4a91719102b097a56f20b8ca55d87b17b0ea4cc471da953fcdce2cc2655487f3926c4956453d51d758f9cb4e45d428c78298adfa226351479362221cec79

diff --git a/dev-lang/moarvm/moarvm-2016.09.ebuild 
b/dev-lang/moarvm/moarvm-2016.09.ebuild
new file mode 100644
index ..5e04529
--- /dev/null
+++ b/dev-lang/moarvm/moarvm-2016.09.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit flag-o-matic
+
+MY_PN="MoarVM"
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/${MY_PN}/${MY_PN}.git;
+   inherit git-r3
+   KEYWORDS=""
+   S="${WORKDIR}/${P}"
+else
+   SRC_URI="http://moarvm.org/releases/${MY_PN}-${PV}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${MY_PN}-${PV}"
+fi
+
+DESCRIPTION="A 6model-based VM for NQP and Rakudo Perl 6"
+HOMEPAGE="http://moarvm.org;
+LICENSE="Artistic-2"
+SLOT="0"
+IUSE="asan clang debug doc +jit static-libs optimize ubsan"
+
+RDEPEND="dev-libs/libatomic_ops
+   dev-libs/libtommath
+   dev-libs/libuv
+   jit? ( dev-lang/lua:0[deprecated]
+   dev-lua/LuaBitOp )
+   virtual/libffi"
+DEPEND="${RDEPEND}
+   clang? ( >=sys-devel/clang-3.1 )
+   dev-lang/perl"
+
+DOCS=( CREDITS README.markdown )
+
+# Tests are conducted via nqp
+RESTRICT=test
+
+src_configure() {
+   use doc && DOCS+=( docs/* )
+   local myconfigargs=(
+   "--prefix=/usr"
+   "--has-libtommath"
+   "--has-libuv"
+   "--has-libatomic_ops"
+   "--has-libffi"
+   "--libdir=$(get_libdir)"
+   "--compiler=$(usex clang clang gcc)"
+   "$(usex asan--asan)"
+   "$(usex debug   --debug--no-debug)"
+   "$(usex jit --lua=/usr/bin/lua --no-jit)"
+   "$(usex optimize--optimize=--no-optimize)"
+   "$(usex static-libs --static)"
+   "$(usex ubsan   --ubsan)"
+   )
+   use optimize && filter-flags '-O*'
+
+   perl Configure.pl "${myconfigargs[@]}" || die
+}



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

2016-09-30 Thread Patrick Lauer
commit: 70762574356c7a66972afbff15283b8acda88f20
Author: Patrick Lauer  gentoo  org>
AuthorDate: Fri Sep 30 12:56:56 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Fri Sep 30 12:56:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70762574

dev-db/postgresql: Add missing patch #595632

Package-Manager: portage-2.3.0

 .../files/postgresql-9.6-no-server.patch   | 110 +
 1 file changed, 110 insertions(+)

diff --git a/dev-db/postgresql/files/postgresql-9.6-no-server.patch 
b/dev-db/postgresql/files/postgresql-9.6-no-server.patch
new file mode 100644
index ..637e65e
--- /dev/null
+++ b/dev-db/postgresql/files/postgresql-9.6-no-server.patch
@@ -0,0 +1,110 @@
+vdiff -ru a/contrib/Makefile b/contrib/Makefile
+--- a/contrib/Makefile 2015-06-29 15:42:18.0 -0400
 b/contrib/Makefile 2015-09-06 07:50:51.258463861 -0400
+@@ -5,58 +5,9 @@
+ include $(top_builddir)/src/Makefile.global
+ 
+ SUBDIRS = \
+-  adminpack   \
+-  auth_delay  \
+-  auto_explain\
+-  bloom   \
+-  btree_gin   \
+-  btree_gist  \
+-  chkpass \
+-  citext  \
+-  cube\
+-  dblink  \
+-  dict_int\
+-  dict_xsyn   \
+-  earthdistance   \
+-  file_fdw\
+-  fuzzystrmatch   \
+-  hstore  \
+-  intagg  \
+-  intarray\
+-  isn \
+-  lo  \
+-  ltree   \
+   oid2name\
+-  pageinspect \
+-  passwordcheck   \
+-  pg_buffercache  \
+-  pg_freespacemap \
+-  pg_prewarm  \
+-  pg_standby  \
+-  pg_stat_statements \
+-  pg_trgm \
+-  pgcrypto\
+-  pgrowlocks  \
+-  pgstattuple \
+-  pg_visibility   \
+-  postgres_fdw\
+-  seg \
+-  spi \
+-  tablefunc   \
+-  tcn \
+-  test_decoding   \
+-  tsm_system_rows \
+-  tsm_system_time \
+-  tsearch2\
+-  unaccent\
+   vacuumlo
+ 
+-ifeq ($(with_openssl),yes)
+-SUBDIRS += sslinfo
+-else
+-ALWAYS_SUBDIRS += sslinfo
+-endif
+-
+ ifneq ($(with_uuid),no)
+ SUBDIRS += uuid-ossp
+ else
+diff -ru a/src/bin/Makefile b/src/bin/Makefile
+--- a/src/bin/Makefile 2015-06-29 15:42:18.0 -0400
 b/src/bin/Makefile 2015-09-06 08:03:27.014847309 -0400
+@@ -14,20 +14,8 @@
+ include $(top_builddir)/src/Makefile.global
+ 
+ SUBDIRS = \
+-  initdb \
+-  pg_archivecleanup \
+-  pg_basebackup \
+   pg_config \
+-  pg_controldata \
+-  pg_ctl \
+   pg_dump \
+-  pg_resetxlog \
+-  pg_rewind \
+-  pg_test_fsync \
+-  pg_test_timing \
+-  pg_upgrade \
+-  pg_xlogdump \
+-  pgbench \
+   psql \
+   scripts
+ 
+diff -ru a/src/Makefile b/src/Makefile
+--- a/src/Makefile 2015-06-29 15:42:18.0 -0400
 b/src/Makefile 2015-09-06 08:04:25.274568519 -0400
+@@ -15,19 +15,11 @@
+ SUBDIRS = \
+   common \
+   port \
+-  timezone \
+   backend \
+-  backend/utils/mb/conversion_procs \
+-  backend/snowball \
+   include \
+   interfaces \
+-  backend/replication/libpqwalreceiver \
+-  fe_utils \
+   bin \
+-  pl \
+-  makefiles \
+-  test/regress \
+-  test/perl
++  makefiles
+ 
+ # There are too many interdependencies between the subdirectories, so
+ # don't attempt parallel make here.



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

2016-09-30 Thread Jeroen Roovers
commit: 3986c9b70a1d2cf66e31b83f07e0c084420e9c4e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Sep 30 12:28:00 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Sep 30 12:28:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3986c9b7

www-client/vivaldi: Snapshot version bump.

Package-Manager: portage-2.3.1

 www-client/vivaldi/Manifest|   2 +
 www-client/vivaldi/vivaldi-1.5.618.8_p1.ebuild | 109 +
 2 files changed, 111 insertions(+)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index cd362db..02b9e22 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -6,3 +6,5 @@ DIST vivaldi-1.4.589.29_p1-amd64.deb 46300958 SHA256 
e6852d92462c961b04eef7beac3
 DIST vivaldi-1.4.589.29_p1-i386.deb 47999782 SHA256 
4cf93c5da656cde9e83d101ae9ce39de1c394a9fb2efac25fbbcd35ea24c9430 SHA512 
1592dbfc5b95b95a77ae5523e09b390f71e296775b6dcc84395b8b8d2dee673e8f957df4e006133513c2d86a2dc5133ae3cea3d870b370ddee29151bfea0951a
 WHIRLPOOL 
9a2fa8aeed6e839aea1a0ad46d0eb147caa86e0ce02c8e778fe755188f66e45b4412928d4e1919dc9af1d944439ad504131508e8bb09406fe13ab0b48d03999a
 DIST vivaldi-1.5.609.8_p1-amd64.deb 46849082 SHA256 
98cc3cbc22f532b22d54f355ac01660a4114682ba023dce6a02fd12cbb87fe5f SHA512 
d86a595fe067f09d74f74ec219a165cda45960c7a1f70855a5b6b47a50fc95e3472523f06b33045354e38b6ff83acefb8bfe2e1c2f40727c40097cb45fb79973
 WHIRLPOOL 
dcc0cbfc8db6a4d6465cb097bb23c72e2a73b5487a214f9969ec3da3388448c7befe9647fe2657a948870880f1b17c0d06550be3e0bc8f6377d05a38c8e1464c
 DIST vivaldi-1.5.609.8_p1-i386.deb 48545710 SHA256 
d92b863368d3a9b559d3ac0a7f0dc2be2594995961e3723783f3edfd920bd817 SHA512 
ef587b3b1041f6fccdc415089f9a3d8cd27c6c1a3587e7571d72526474c1a045af3ff2ae0d145e7ca4b4401cb3631eb7b490686cfd222961665ecf13bf9e2242
 WHIRLPOOL 
7618924b8988cf86126466d9da101d2f396c681028a5b138958fd7ae85321274d9bbe047d439e2f47ed9c2156919c5e9ae0ac8e587301ef07338b0a0faa5a902
+DIST vivaldi-1.5.618.8_p1-amd64.deb 46956066 SHA256 
41c5a7498123d74d14da24e24a22fc4e18b1da1d1b66b338263d90ab761a9968 SHA512 
39be0c692aac06eb379cefdb3e9b96979fa990a4d47f881d1bd8d3ab557783973945ae5263cce8ebc70e6db206b5581dcfeac8275fcaa8e4ee5a528b69057379
 WHIRLPOOL 
5971cc7c4f9f664a0358101a3c89b9b63f7dbdef685235e5de3f7d5d3677e0543dc5b0474a033c6a5844ceb5ff368f87840d66eeabf4f113174c5c71a1e9c664
+DIST vivaldi-1.5.618.8_p1-i386.deb 48523978 SHA256 
ba52a634b36ecc306f000ded6facbc5a9d21f153b8d61595e9a1c59320e17b34 SHA512 
4d37062eefe27f79208909eccb4c2de64ccd94deb2fcb4980122680bf744517e773fa339e5fb16ed7b783e3abe9fcad7c06164296fcf9a3efbb846b07cd66a12
 WHIRLPOOL 
463f172877a166edc616df72a598242f828d0bdd5620eb25df3adebd65762b9ea63ae4936dc96efbf5835639e1ac47dd47eb720e5e63d9cb668d4c762bf484a1

diff --git a/www-client/vivaldi/vivaldi-1.5.618.8_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.5.618.8_p1.ebuild
new file mode 100644
index ..19616d9
--- /dev/null
+++ b/www-client/vivaldi/vivaldi-1.5.618.8_p1.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+CHROMIUM_LANGS="
+   am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he 
hi
+   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
+   sw ta te th tr uk vi zh-CN zh-TW
+"
+inherit chromium-2 eutils multilib unpacker toolchain-funcs
+
+VIVALDI_BRANCH="snapshot"
+
+VIVALDI_PN="${PN}-${VIVALDI_BRANCH:-stable}"
+VIVALDI_BIN="${PN}${VIVALDI_BRANCH/snapshot/-snapshot}"
+VIVALDI_HOME="opt/${VIVALDI_BIN}"
+DESCRIPTION="A new browser for our friends"
+HOMEPAGE="http://vivaldi.com/;
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_BRANCH:-stable}/${VIVALDI_PN}_${PV/_p/-}_;
+SRC_URI="
+   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
+   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
+"
+
+LICENSE="Vivaldi"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+RESTRICT="bindist mirror"
+
+S=${WORKDIR}
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   >=dev-libs/openssl-1.0.1:0
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   sed -i \
+   -e "s|${VIVALDI_BIN}|${PN}|g" \
+   

[gentoo-commits] repo/gentoo:master commit in: app-doc/clsync-docs/

2016-09-30 Thread Andrew Savchenko
commit: 0b015be7e2b6060477b0edf36ee941fe837f4ef1
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Fri Sep 30 11:16:51 2016 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Fri Sep 30 12:03:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b015be7

app-doc/clsync-docs: version bump

Bump to 0.4.2, update ebuild to EAPI 6.

Package-Manager: portage-2.3.1
Signed-off-by: Andrew Savchenko  gentoo.org>

 app-doc/clsync-docs/Manifest |  1 +
 app-doc/clsync-docs/clsync-docs-0.4.2.ebuild | 44 
 2 files changed, 45 insertions(+)

diff --git a/app-doc/clsync-docs/Manifest b/app-doc/clsync-docs/Manifest
index 22e7548..994df4e 100644
--- a/app-doc/clsync-docs/Manifest
+++ b/app-doc/clsync-docs/Manifest
@@ -1 +1,2 @@
 DIST clsync-0.4.1.tar.gz 253890 SHA256 
3f14a72d7c3c1747ea908e373f25bd1918ce00450492fbb7094549db6bf21e27 SHA512 
875280f706026d44806b92c22fa58d016136b2792f67a6b7e77f932465081da7a1ebaf22c25e538e4b58bfe04cd1cd5450ecab99c3df53ddd2a0fa966442d444
 WHIRLPOOL 
10ab11821766f7d16d03993069ac4da5fe362a1e5977ea6721e49ada7044d3659e59b507b03be4de09609b0a0ca9d7878407d7b6e1f40df5dbe1d041dac373cb
+DIST clsync-0.4.2.tar.gz 256042 SHA256 
1af63b86c1d0bd663311f2129792446dc8fc4def5559f76658b51b69a8d0c3bd SHA512 
d14a2efc4bf58d9d5c7a3fe5634cacdd182cd7cd814b0e9ebd99024a7282b056d1f7ceeec6903666391c3572d599a18e205af818b098ed7768d5c0e0f4cd1200
 WHIRLPOOL 
a59446337282cb63455b43bbbf17ad1213e39713d9c267ca5ee8785d863bc90e7b99e5938e4d5be02f3103a98b1bb5d5a628580160952d821e6caaad72fa2679

diff --git a/app-doc/clsync-docs/clsync-docs-0.4.2.ebuild 
b/app-doc/clsync-docs/clsync-docs-0.4.2.ebuild
new file mode 100644
index ..7693440
--- /dev/null
+++ b/app-doc/clsync-docs/clsync-docs-0.4.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MY_PN="${PN%-docs}"
+MY_P="${MY_PN}-${PV}"
+
+SRC_URI="https://github.com/xaionaro/${MY_PN}/archive/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="Clsync and libclsync API documentation"
+HOMEPAGE="http://ut.mephi.ru/oss/clsync https://github.com/xaionaro/clsync;
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="api +examples"
+
+DEPEND="
+   virtual/pkgconfig
+   api? ( app-doc/doxygen )
+"
+
+src_configure() {
+   : # doxygen doesn't depend on configuration
+}
+
+src_compile() {
+   if use api; then
+   doxygen .doxygen || die "doxygen failed"
+   fi
+}
+
+src_install() {
+   dodoc CONTRIB DEVELOPING NOTES PROTOCOL README.md SHORTHANDS TODO
+   if use api; then
+   dodoc -r doc/doxygen/html doc/devel/*
+   fi
+   if use examples; then
+   docinto examples
+   dodoc -r examples/{production,clsync*}
+   fi
+}



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

2016-09-30 Thread Andrew Savchenko
commit: 91f8e6ccdeecde22eed08e2480ce9a03103251a3
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Fri Sep 30 11:33:22 2016 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Fri Sep 30 12:03:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91f8e6cc

app-admin/clsync: version bump

Bump to 0.4.2, update ebuild to EAPI 6.

Package-Manager: portage-2.3.1
Signed-off-by: Andrew Savchenko  gentoo.org>

 app-admin/clsync/Manifest|   1 +
 app-admin/clsync/clsync-0.4.2.ebuild | 104 +++
 2 files changed, 105 insertions(+)

diff --git a/app-admin/clsync/Manifest b/app-admin/clsync/Manifest
index a815e0c..f8a75d6 100644
--- a/app-admin/clsync/Manifest
+++ b/app-admin/clsync/Manifest
@@ -1,2 +1,3 @@
 DIST clsync-0.4.1-20150524-v2.patch.xz 13632 SHA256 
90a1ef820c83629c528e8c6fe4da5183caf60f8079c4de01a6d26945734c92f7 SHA512 
d39c3c4f116eff2365668374ef62f4dfd8e5926267cbbf36b430f97ad5306f92cf6be3164c0e1c3d959db55453f5ded00d98d48af62f9eacde39a9f9667cfbf9
 WHIRLPOOL 
d22fc6a1f0a59514506377f26ab7d9c0f4faca0abab044f2ce2e61ffa973ff04b43da561a4dd5c69d99e21108baa71d77bb2ea524313661b3b2440ceddca56aa
 DIST clsync-0.4.1.tar.gz 253890 SHA256 
3f14a72d7c3c1747ea908e373f25bd1918ce00450492fbb7094549db6bf21e27 SHA512 
875280f706026d44806b92c22fa58d016136b2792f67a6b7e77f932465081da7a1ebaf22c25e538e4b58bfe04cd1cd5450ecab99c3df53ddd2a0fa966442d444
 WHIRLPOOL 
10ab11821766f7d16d03993069ac4da5fe362a1e5977ea6721e49ada7044d3659e59b507b03be4de09609b0a0ca9d7878407d7b6e1f40df5dbe1d041dac373cb
+DIST clsync-0.4.2.tar.gz 256042 SHA256 
1af63b86c1d0bd663311f2129792446dc8fc4def5559f76658b51b69a8d0c3bd SHA512 
d14a2efc4bf58d9d5c7a3fe5634cacdd182cd7cd814b0e9ebd99024a7282b056d1f7ceeec6903666391c3572d599a18e205af818b098ed7768d5c0e0f4cd1200
 WHIRLPOOL 
a59446337282cb63455b43bbbf17ad1213e39713d9c267ca5ee8785d863bc90e7b99e5938e4d5be02f3103a98b1bb5d5a628580160952d821e6caaad72fa2679

diff --git a/app-admin/clsync/clsync-0.4.2.ebuild 
b/app-admin/clsync/clsync-0.4.2.ebuild
new file mode 100644
index ..cad8320
--- /dev/null
+++ b/app-admin/clsync/clsync-0.4.2.ebuild
@@ -0,0 +1,104 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools eutils linux-info
+
+DESCRIPTION="Live sync tool based on inotify, written in GNU C"
+HOMEPAGE="https://github.com/xaionaro/clsync http://ut.mephi.ru/oss/clsync;
+SRC_URI="https://github.com/xaionaro/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+caps cluster control-socket cgroups debug extra-debug
+extra-hardened gio hardened +highload-locks +inotify mhash
+namespaces seccomp"
+
+REQUIRED_USE="
+   || ( gio inotify )
+   extra-debug? ( debug )
+   extra-hardened? ( hardened )
+   mhash? ( cluster )
+   seccomp? ( caps )
+"
+CDEPEND="
+   dev-libs/glib:2
+   cgroups? ( dev-libs/libcgroup )
+   mhash? ( app-crypt/mhash )
+"
+DEPEND="${CDEPEND}
+   virtual/pkgconfig
+"
+RDEPEND="${CDEPEND}
+   ~app-doc/clsync-docs-${PV}
+"
+
+pkg_pretend() {
+   use namespaces && CONFIG_CHECK="~NAMESPACES ~UTS_NS ~IPC_NS ~USER_NS 
~PID_NS ~NET_NS"
+   use seccomp && CONFIG_CHECK+=" ~SECCOMP"
+   check_extra_config
+}
+
+src_prepare() {
+   eapply_user
+   eautoreconf
+}
+
+src_configure() {
+   local harden_level=0
+   use hardened && harden_level=1
+   use extra-hardened && harden_level=2
+
+   local debug_level=0
+   use debug && debug_level=1
+   use extra-debug && debug_level=2
+
+   econf \
+   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
+   --disable-socket-library \
+   --enable-clsync \
+   --enable-debug=${debug_level} \
+   --enable-paranoid=${harden_level} \
+   --without-bsm \
+   --without-kqueue \
+   $(use_enable caps capabilities) \
+   $(use_enable cluster) \
+   $(use_enable control-socket socket) \
+   $(use_enable highload-locks) \
+   $(use_enable namespaces unshare) \
+   $(use_enable seccomp) \
+   $(use_with cgroups libcgroup) \
+   $(use_with gio gio lib) \
+   $(use_with inotify inotify native) \
+   $(use_with mhash)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   # docs go into clsync-docs
+   rm -rf "${ED}/usr/share/doc" || die
+
+   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
+   newconfd "${FILESDIR}/${PN}.confd" "${PN}"
+
+   # filter rules and sync scripts are supposed to be here
+   keepdir "${EPREFIX}/etc/${PN}"
+   insinto "/etc/${PN}"
+   newins "${FILESDIR}/${PN}.conf" "${PN}.conf"
+}
+
+pkg_postinst() {
+   einfo "${PN} is just a convenient way to run synchronization tools on 
live data,"
+   einfo "it doesn't copy 

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

2016-09-30 Thread Andrew Savchenko
commit: ad4f3583dc62407e096048f3f72f8f6e72419cc9
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Fri Sep 30 12:03:27 2016 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Fri Sep 30 12:03:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad4f3583

dev-libs/libclsync: version bump

Bump to 0.4.2, update ebuild to EAPI 6.

Package-Manager: portage-2.3.1
Signed-off-by: Andrew Savchenko  gentoo.org>

 dev-libs/libclsync/Manifest   |  1 +
 dev-libs/libclsync/libclsync-0.4.2.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/dev-libs/libclsync/Manifest b/dev-libs/libclsync/Manifest
index 22e7548..994df4e 100644
--- a/dev-libs/libclsync/Manifest
+++ b/dev-libs/libclsync/Manifest
@@ -1 +1,2 @@
 DIST clsync-0.4.1.tar.gz 253890 SHA256 
3f14a72d7c3c1747ea908e373f25bd1918ce00450492fbb7094549db6bf21e27 SHA512 
875280f706026d44806b92c22fa58d016136b2792f67a6b7e77f932465081da7a1ebaf22c25e538e4b58bfe04cd1cd5450ecab99c3df53ddd2a0fa966442d444
 WHIRLPOOL 
10ab11821766f7d16d03993069ac4da5fe362a1e5977ea6721e49ada7044d3659e59b507b03be4de09609b0a0ca9d7878407d7b6e1f40df5dbe1d041dac373cb
+DIST clsync-0.4.2.tar.gz 256042 SHA256 
1af63b86c1d0bd663311f2129792446dc8fc4def5559f76658b51b69a8d0c3bd SHA512 
d14a2efc4bf58d9d5c7a3fe5634cacdd182cd7cd814b0e9ebd99024a7282b056d1f7ceeec6903666391c3572d599a18e205af818b098ed7768d5c0e0f4cd1200
 WHIRLPOOL 
a59446337282cb63455b43bbbf17ad1213e39713d9c267ca5ee8785d863bc90e7b99e5938e4d5be02f3103a98b1bb5d5a628580160952d821e6caaad72fa2679

diff --git a/dev-libs/libclsync/libclsync-0.4.2.ebuild 
b/dev-libs/libclsync/libclsync-0.4.2.ebuild
new file mode 100644
index ..094b8d9
--- /dev/null
+++ b/dev-libs/libclsync/libclsync-0.4.2.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MY_PN=${PN#lib}
+MY_P="${MY_PN}-${PV}"
+
+inherit autotools eutils
+
+DESCRIPTION="Control and monitoring library for clsync"
+HOMEPAGE="http://ut.mephi.ru/oss/clsync https://github.com/xaionaro/clsync;
+SRC_URI="https://github.com/xaionaro/${MY_PN}/archive/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug extra-debug extra-hardened hardened static-libs"
+S="${WORKDIR}/${MY_P}"
+
+REQUIRED_USE="
+   extra-debug? ( debug )
+   extra-hardened? ( hardened )
+"
+
+DEPEND="virtual/pkgconfig"
+RDEPEND="
+   =app-admin/clsync-0.4*[control-socket]
+   =app-doc/clsync-docs-0.4*"
+
+src_prepare() {
+   eapply_user
+   eautoreconf
+}
+
+src_configure() {
+   local harden_level=0
+   use hardened && harden_level=1
+   use extra-hardened && harden_level=2
+
+   local debug_level=0
+   use debug && debug_level=1
+   use extra-debug && debug_level=2
+
+   econf \
+   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
+   --enable-socket-library \
+   --disable-clsync \
+   --enable-debug=${debug_level} \
+   --enable-paranoid=${harden_level} \
+   --without-bsm \
+   --without-kqueue \
+   --disable-capabilities \
+   --disable-cluster \
+   --enable-socket \
+   --disable-highload-locks \
+   --disable-unshare \
+   --disable-seccomp \
+   --without-libcgroup \
+   --without-gio \
+   --with-inotify=native \
+   --without-mhash
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   prune_libtool_files
+   use static-libs || find "${ED}" -name "*.a" -delete || die "failed to 
remove static libs"
+
+   # docs go into clsync-docs
+   rm -rf "${ED}/usr/share/doc" || die
+}



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

2016-09-30 Thread Thomas Kahle
commit: 08a32db74f9bc81c59802b2cd776c60ef515014c
Author: Thomas Kahle  gentoo  org>
AuthorDate: Fri Sep 30 11:41:00 2016 +
Commit: Thomas Kahle  gentoo  org>
CommitDate: Fri Sep 30 11:45:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a32db7

sci-mathematics/polymake: Remove old

Package-Manager: portage-2.3.0

 sci-mathematics/polymake/Manifest  |  2 -
 .../polymake/files/polymake_gcc49.patch| 68 --
 sci-mathematics/polymake/polymake-2.13.ebuild  | 64 
 sci-mathematics/polymake/polymake-2.14.ebuild  | 59 ---
 4 files changed, 193 deletions(-)

diff --git a/sci-mathematics/polymake/Manifest 
b/sci-mathematics/polymake/Manifest
index 1528d82..0ff9bf5 100644
--- a/sci-mathematics/polymake/Manifest
+++ b/sci-mathematics/polymake/Manifest
@@ -1,4 +1,2 @@
-DIST polymake-2.13-1.tar.bz2 16539798 SHA256 
d010edc206b22356333493e90bd24f807c7341730232276d47dbf1b62eb53aba SHA512 
90fd0c7eacbb673734e08860a753f75dae06347ce8affcb5d50c55a51975b85260db841393979c0143be5a71a26b6737f9513509d75a5950b40654c54d0be3ea
 WHIRLPOOL 
cef5c95930c7633acb0652e6ce3cd6c85b469af912ad1adb695e58a018e4cedbdac9f63caaeb12f3da0a8f7fb2b71e853b782f308a1594cfc89d2c9697e6c170
 DIST polymake-2.14-minimal.tar.bz2 1996581 SHA256 
c43b525c6f329ae2d8eb6d0e2af63f7846c4e5d408627665a28d0f421bbbcf9b SHA512 
8989a8d2eb42c03e46569eca24334083154ff5107d7cd7d9dc481790b1553acd38025bd48ca016407e5c08b4b08f8062e19a1d4828ef535f83292510bdf5cd07
 WHIRLPOOL 
3f1521c60eafcff60b8ab2a443ff051835ee1c667eefcd59b33227e7a84293ccaefad4bc05eea4b8c541dea513b85b4e8538b6b572d762f2e1167b733029ec54
-DIST polymake-2.14.tar.bz2 38747874 SHA256 
c181277b5cd45ac00f5667647e4eb5fa13c20547623fd6e63ce2522c058883c2 SHA512 
f66eac2e821060719a16a6979fa0cc20edf9598d425ba2fff5bddfc053fd582b05a5579e1c2521fd382733a4808955aa49cb946234a183aba3ef75eed8c02b22
 WHIRLPOOL 
26b21d28d6b9a76b7a3164b6d5e45a00ed8a604b3f973a22db1472dce714dec5f8ad5d2ee7133321e2cd0f48d6380343b8e6d93db9e79b6726ef1e9954c04405
 DIST polymake-3.0r2.tar.bz2 37695790 SHA256 
e7c0f8e3a45ea288d2fb4ae781a1dcea913ef9c275fed401632cdb11a672d6dc SHA512 
b4c22b2c6da8ef597dc05a44a30c7a55fd924a96854cde3f725095465972eabe1e24508f8e5d544f3131c82c973117b15983c38a0242fc7f1d4a4a8ecddb1d46
 WHIRLPOOL 
5a236ac32de0dd19e7f0f5b8b1b42f2b72fa2392ee098718383a8dfd0f1d1db3946d5f4f75bd9e4c075033deebcd87ddbb28ce70733d6371fa4624b8b6a4edd1

diff --git a/sci-mathematics/polymake/files/polymake_gcc49.patch 
b/sci-mathematics/polymake/files/polymake_gcc49.patch
deleted file mode 100644
index bc2cac5..
--- a/sci-mathematics/polymake/files/polymake_gcc49.patch
+++ /dev/null
@@ -1,68 +0,0 @@
-commit 9fdecb57cb728170d0b87637c67947acf0cd27a4
-Author: Benjamin Lorenz 
-Date:   Sat May 17 23:05:41 2014 +0200
-
-fix ppl configure.pl test for gcc 4.9
-
-diff --git a/bundled/ppl/configure.pl b/bundled/ppl/configure.pl
-index 128af1f..a147ea1 100644
 a/bundled/ppl/configure.pl
-+++ b/bundled/ppl/configure.pl
-@@ -43,6 +43,7 @@ sub proceed {
- 
-} else {
-   my $error=Polymake::Configure::build_test_program(<<"---", Libs => 
"-lppl -lgmp");
-+#include 
- #include "ppl.hh"
- #include 
- int main() {
-
-commit 6651dd4b284085ffb7385d6cbca1785b6242003b
-Author: Benjamin Lorenz 
-Date:   Wed May 7 15:53:12 2014 +0200
-
-another gcc 4.9 cstddef header fix
-
-diff --git a/bundled/bliss/apps/graph/src/GraphIso.cc 
b/bundled/bliss/apps/graph/src/GraphIso.cc
-index 4000dd5..14e0e8f 100644
 a/bundled/bliss/apps/graph/src/GraphIso.cc
-+++ b/bundled/bliss/apps/graph/src/GraphIso.cc
-@@ -15,6 +15,7 @@
- */
- 
- #include 
-+#include  // needed for gcc 4.9, see 
http://gcc.gnu.org/gcc-4.9/porting_to.html
- #include 
- #include "polymake/graph/GraphIso.h"
- 
-
-commit 716639b858f476d6a2fd8fe51da67d6cb347ec7c
-Author: Benjamin Lorenz 
-Date:   Tue May 6 14:58:33 2014 +0200
-
-cstddef include fix for gcc 4.9 (see 
http://gcc.gnu.org/gcc-4.9/porting_to.html)
-
-diff --git a/bundled/libnormaliz/apps/polytope/src/normaliz.cc 
b/bundled/libnormaliz/apps/polytope/src/normaliz.cc
-index e6f2208..81e9783 100644
 a/bundled/libnormaliz/apps/polytope/src/normaliz.cc
-+++ b/bundled/libnormaliz/apps/polytope/src/normaliz.cc
-@@ -14,6 +14,7 @@
- 

- */
- 
-+#include  // needed for gcc 4.9, see 
http://gcc.gnu.org/gcc-4.9/porting_to.html
- #include 
- 
- #include "polymake/client.h"
-diff --git a/bundled/ppl/apps/polytope/include/ppl_interface_impl.h 
b/bundled/ppl/apps/polytope/include/ppl_interface_impl.h
-index fda2f39..1040c9e 100644
 a/bundled/ppl/apps/polytope/include/ppl_interface_impl.h
-+++ b/bundled/ppl/apps/polytope/include/ppl_interface_impl.h
-@@ -17,6 +17,7 @@
- #ifndef POLYMAKE_POLYTOPE_PPL_INTERFACE_IMPL_H
- #define POLYMAKE_POLYTOPE_PPL_INTERFACE_IMPL_H
- 

[gentoo-commits] repo/gentoo:master commit in: www-apps/tt-rss/

2016-09-30 Thread Thomas Kahle
commit: 34b36ba27dca91e886e07d29e6bc03d77781c0a0
Author: Thomas Kahle  gentoo  org>
AuthorDate: Fri Sep 30 11:45:39 2016 +
Commit: Thomas Kahle  gentoo  org>
CommitDate: Fri Sep 30 11:46:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34b36ba2

www-apps/tt-rss: remove old

Package-Manager: portage-2.3.0

 www-apps/tt-rss/Manifest   |  1 -
 www-apps/tt-rss/tt-rss-20160124.ebuild | 89 --
 2 files changed, 90 deletions(-)

diff --git a/www-apps/tt-rss/Manifest b/www-apps/tt-rss/Manifest
index 5be60e8..b81fb86 100644
--- a/www-apps/tt-rss/Manifest
+++ b/www-apps/tt-rss/Manifest
@@ -1,3 +1,2 @@
-DIST tt-rss-20160124.tar.bz2 2059978 SHA256 
90706f133db74d86aba3f8488c99ed1c886948a92c64bdb7ecaca3c3129ddf59 SHA512 
d41ae8b2086e1e0ff2d69427fe9ccb8d0710e5acffe3137c408c01fc20cc3fbb30f2d4859624c14ac0ba4429deea91fa57f54b2a56a2e480f0352509610c3a25
 WHIRLPOOL 
09b4c5515c8a19c3cfcd330761fcb9534185df8cb3ef7832c28f0200d15846b031817e72204cf28881101ad2ecc867ad4369f22afef9947b8b82521feb07083b
 DIST tt-rss-20160527.tar.bz2 2064633 SHA256 
fd0beae76848eff39d9413820f9c575baf41283d2635bdb0e37cfc286bcc3a2c SHA512 
8d482303868a08f4d65ef252f71f66ec3219d4f67e968a026a0302d29930cd5af45cedea81171db2ff0927497079d3bedd8fd70e4e9904f5d9987a92a6dfcb89
 WHIRLPOOL 
247ef0bc9d2049936a16340f2a5f26be8eb2d4d072d290d254ebc9666c81456f7d59271813be1ed3963537e6f86cf2b28f4447af8bcc559a64d8f2ce0d7f6952
 DIST tt-rss-20160930.tar.bz2 2072888 SHA256 
5a7ff9d2e71cca0afb534558f4069264433eeaccf5cb02f425f06bbb7870d8db SHA512 
d420e7efdf7d17e153ef0aa487a330379afe20fe9e9a6209de40b797d36e425cbcbdf2280eaf5ada8b9bef1ae37146253556ff602bbff22a9a7c311ff525d9e2
 WHIRLPOOL 
0da0f79cedda6be728f03a0e626cad610576cfad0165ad0e2ddbc54ee0ba778a935be131265874ee0e63cee8fcf620fd275d0588534f9cd5bc4505afe032d663

diff --git a/www-apps/tt-rss/tt-rss-20160124.ebuild 
b/www-apps/tt-rss/tt-rss-20160124.ebuild
deleted file mode 100644
index a8c5261..
--- a/www-apps/tt-rss/tt-rss-20160124.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 user eutils webapp vcs-snapshot
-
-DESCRIPTION="Tiny Tiny RSS - A web-based news feed (RSS/Atom) aggregator using 
AJAX"
-HOMEPAGE="http://tt-rss.org/;
-SRC_URI="https://dev.gentoo.org/~tomka/files/${P}.tar.bz2;
-
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~mips ~x86"
-IUSE="daemon +mysql postgres"
-
-DEPEND="
-   daemon? ( dev-lang/php:*[mysql?,postgres?,pcntl,curl] )
-   !daemon? ( dev-lang/php:*[mysql?,postgres?,curl] )
-   virtual/httpd-php:*
-"
-RDEPEND="${DEPEND}"
-
-REQUIRED_USE="|| ( mysql postgres )"
-
-need_httpd_cgi  # From webapp.eclass
-
-pkg_setup() {
-   webapp_pkg_setup
-
-   if use daemon; then
-   enewgroup ttrssd
-   enewuser ttrssd -1 /bin/sh /dev/null ttrssd
-   fi
-}
-
-src_prepare() {
-   # Customize config.php-dist so that the right 'DB_TYPE' is already set 
(according to the USE flag)
-   einfo "Customizing config.php-dist..."
-
-   if use mysql && ! use postgres; then
-   sed -i \
-   -e "/define('DB_TYPE',/{s:pgsql:mysql:}" \
-   config.php-dist || die
-   fi
-
-   sed -i \
-   -e "/define('DB_TYPE',/{s:// \(or mysql\):// pgsql \1:}" \
-   config.php-dist || die
-
-   # per 462578
-   epatch_user
-}
-
-src_install() {
-   webapp_src_preinst
-
-   insinto "/${MY_HTDOCSDIR}"
-   doins -r *
-   keepdir "/${MY_HTDOCSDIR}"/feed-icons
-
-   for DIR in cache lock feed-icons; do
-   webapp_serverowned -R "${MY_HTDOCSDIR}/${DIR}"
-   done
-
-   # In the old days we put a config.php directly and tried to
-   # protect it with the following which did not work reliably.
-   # These days we only install the config.php-dist file.
-   # webapp_configfile "${MY_HTDOCSDIR}"/config.php
-
-   if use daemon; then
-   webapp_postinst_txt en 
"${FILESDIR}"/postinstall-en-with-daemon.txt
-   newinitd "${FILESDIR}"/ttrssd.initd-r2 ttrssd
-   newconfd "${FILESDIR}"/ttrssd.confd-r1 ttrssd
-   insinto /etc/logrotate.d/
-   newins "${FILESDIR}"/ttrssd.logrotated ttrssd
-
-   elog "After upgrading, please restart ttrssd"
-   else
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-   fi
-
-   webapp_src_install
-}
-
-pkg_postinst() {
-   elog "You need to merge config.php and config.php-dist manually now."
-   webapp_pkg_postinst
-}



  1   2   >