[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2016-11-23 Thread Jason Zaman
commit: cc81400edf58be45019b47446829a2ac296be2d2
Author: Jason Zaman  gentoo  org>
AuthorDate: Thu Nov 24 07:30:50 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu Nov 24 07:31:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc81400e

xfce-base/xfce4-settings: bump to 4.13.0

Package-Manager: portage-2.3.0

 xfce-base/xfce4-settings/Manifest  |  1 +
 .../xfce4-settings/xfce4-settings-4.13.0.ebuild| 67 ++
 2 files changed, 68 insertions(+)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index 01dd8b6..5a81411 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-settings-4.12.0.tar.bz2 973324 SHA256 
04becef105c19d0266cfe8dbf42619e7233c3b9fa99b43dbfc9c6a5959501f81 SHA512 
4a61c16f1f03de98c9968a00b50595e2934aaf28b80613c59403d33a293a7f8ef9ebb6fad98b0eeb97a6590b9100e91f73dd6363133d5d8bd06714f1126d8856
 WHIRLPOOL 
52a66c1b99f67b1e92ccbc223535617a6edff67857032d7c19581fe38e4b5b7e2b32a42bb5263f92ec02596035dd76f6a8f6387f17e524b035def717eda373ff
 DIST xfce4-settings-4.12.1.tar.bz2 1027325 SHA256 
f6484a0b1a7dad65ba5ee4eba8e07299b7c92a2a8adb195684e0e2b959886574 SHA512 
20aca9c6337433b0b7165acfb373bce14e13e368345844799cfe71bcf433a38c4d1f57d3ffe01eda347d167c3098f46ac77d0364b64a2a59bbe82e45d76a9623
 WHIRLPOOL 
3cfda30efeb59ac2b857efd5454139915fd053cd533fdddf7cbd718352ee18990f0dcb1ea62a532fd4b36f451818b0d1161145467e47691e76cc9e310d409922
+DIST xfce4-settings-4.13.0.tar.bz2 1037084 SHA256 
01a19a2d320617efc7de972069024f2a86255b8abf354fbd3698f361db75063d SHA512 
ae9094ce0a2a85d7d38a72bbc355f5d06741ec5db16ebcfab74e7504f1ba17360d1fc3e38b357665c3bacf065c02cd6c12c2d1619a18523b42efb311877dfa62
 WHIRLPOOL 
60276d31fd689bf3f10980310e5c401a2551ea12e94451fde88577a21b6a5a04e240a0b86f8136ed084b1814db00dd1ce580f0f1cb0ab37d00bea0793e4ebce4

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.13.0.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.13.0.ebuild
new file mode 100644
index ..e89de6f
--- /dev/null
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.13.0.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit fdo-mime gnome2-utils
+
+DESCRIPTION="Configuration system for the Xfce desktop environment"
+HOMEPAGE="http://www.xfce.org/projects/;
+SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
+IUSE="input_devices_libinput libcanberra libnotify upower +xklavier"
+
+RDEPEND=">=dev-libs/dbus-glib-0.100
+   >=dev-libs/glib-2.24
+   media-libs/fontconfig
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   >=x11-libs/libXcursor-1.1
+   >=x11-libs/libXi-1.3
+   >=x11-libs/libXrandr-1.2
+   >=xfce-base/garcon-0.2
+   >=xfce-base/exo-0.8
+   >=xfce-base/libxfce4ui-4.12
+   >=xfce-base/libxfce4util-4.12
+   >=xfce-base/xfconf-4.12
+   libcanberra? ( >=media-libs/libcanberra-0.25[sound] )
+   input_devices_libinput? ( x11-drivers/xf86-input-libinput )
+   libnotify? ( >=x11-libs/libnotify-0.7 )
+   upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )
+   xklavier? ( >=x11-libs/libxklavier-5 )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig
+   sys-devel/gettext
+   >=x11-proto/inputproto-1.4
+   x11-proto/xproto"
+
+DOCS=( AUTHORS ChangeLog NEWS TODO )
+
+src_configure() {
+   econf \
+   $(use_enable upower upower-glib) \
+   $(use_enable input_devices_libinput xorg-libinput) \
+   $(use_enable libnotify) \
+   $(use_enable xklavier libxklavier) \
+   $(use_enable libcanberra sound-settings)
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
+}



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

2016-11-23 Thread Mikhail Pukhlikov
commit: 0088519eb9f64c5952aaa437e33eecfcf273f1fa
Author: Mikhail Pukhlikov  gentoo  org>
AuthorDate: Thu Nov 24 07:15:43 2016 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Thu Nov 24 07:15:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0088519e

dev-lang/mono: add cmake depend

Package-Manager: portage-2.3.2

 dev-lang/mono/mono-4.9.0.729.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-lang/mono/mono-4.9.0.729.ebuild 
b/dev-lang/mono/mono-4.9.0.729.ebuild
index 1f5c88d..6149fa4 100644
--- a/dev-lang/mono/mono-4.9.0.729.ebuild
+++ b/dev-lang/mono/mono-4.9.0.729.ebuild
@@ -29,6 +29,7 @@ DEPEND="${COMMONDEPEND}
sys-devel/bc
virtual/yacc
pax_kernel? ( sys-apps/elfix )
+   dev-util/cmake
!dev-lang/mono-basic
 "
 



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

2016-11-23 Thread Lars Wendler
commit: 6c6319712401454ab890944041c860010c5f7a61
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Nov 24 07:09:10 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Nov 24 07:09:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c631971

dev-util/cmake: "rm -f" and "die" don't get along well.

Package-Manager: portage-2.3.2

 dev-util/cmake/cmake-3.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cmake/cmake-3.7.0.ebuild 
b/dev-util/cmake/cmake-3.7.0.ebuild
index 82bcc2f..50a62fd 100644
--- a/dev-util/cmake/cmake-3.7.0.ebuild
+++ b/dev-util/cmake/cmake-3.7.0.ebuild
@@ -184,7 +184,7 @@ src_install() {
 
dobashcomp Auxiliary/bash-completion/{${PN},ctest,cpack}
 
-   rm -rf "${ED}"/usr/share/cmake/{completions,editors} || die
+   rm -r "${ED}"/usr/share/cmake/{completions,editors} || die
 }
 
 pkg_postinst() {



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

2016-11-23 Thread Lars Wendler
commit: 07e50edd5af40c96fd7ddf1d0eef18f7d7124a0f
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Nov 24 06:58:44 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Nov 24 06:58:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e50edd

dev-util/cmake: dev-libs/libuv is a runtime dependency (bug #600636).

Package-Manager: portage-2.3.2

 dev-util/cmake/cmake-3.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cmake/cmake-3.7.0.ebuild 
b/dev-util/cmake/cmake-3.7.0.ebuild
index 770acdf..82bcc2f 100644
--- a/dev-util/cmake/cmake-3.7.0.ebuild
+++ b/dev-util/cmake/cmake-3.7.0.ebuild
@@ -22,6 +22,7 @@ IUSE="doc emacs system-jsoncpp ncurses qt5"
 RDEPEND="
>=app-arch/libarchive-3.0.0:=
>=dev-libs/expat-2.0.1
+   >=dev-libs/libuv-1.0.0:=
>=net-misc/curl-7.21.5[ssl]
sys-libs/zlib
virtual/pkgconfig
@@ -35,7 +36,6 @@ RDEPEND="
system-jsoncpp? ( >=dev-libs/jsoncpp-0.6.0_rc2:0= )
 "
 DEPEND="${RDEPEND}
-   dev-libs/libuv
doc? ( dev-python/sphinx )
 "
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/deap/

2016-11-23 Thread Slawek Lis
commit: f9474b63cde75b93617fac9293ce5e849ae8b392
Author: Slawomir Lis  gentoo  org>
AuthorDate: Thu Nov 24 06:52:42 2016 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Thu Nov 24 06:52:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9474b63

sci-libs/deap: version bump to 1.0.1

Also changed homepage and source to new on github

Package-Manager: portage-2.3.2

 sci-libs/deap/Manifest  |  1 +
 sci-libs/deap/deap-1.0.1.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/sci-libs/deap/Manifest b/sci-libs/deap/Manifest
index cd04086..cf88b37 100644
--- a/sci-libs/deap/Manifest
+++ b/sci-libs/deap/Manifest
@@ -1,2 +1,3 @@
 DIST deap-0.9.1.tar.gz 968521 SHA256 
fc8d8c58718505aad4255ce8c70ae22f25a97d74916fe7a155491a28a2c5f52e SHA512 
70786b444a05e4db9c95f132af4308acb058e507a537946979a735025f2ed5bbafe13c3c876d3c73cef6dc034c8e28f4a982afbc4416a4905be5d3b905831107
 WHIRLPOOL 
24865631f46947e228701a49575b2a2a856a7d4cce65b96697a9d63c2c5acbffca919f057377c6a3cb7ba9794c6729f668f94037ec869cd73582f744261179b6
 DIST deap-1.0.0.tar.gz 847713 SHA256 
724720ababf419a82754b95da765fe228acb382f776e3df74222055d27a28754 SHA512 
4d7bb72586c3c8bf1b7e353721cf86be6b6a845965a69f03c60fbfcc5995e88d99b094aa6a82cdf8c4cfc4aae7401c1c30348f54702e7d5d91e3f0aeaae4af49
 WHIRLPOOL 
d1a340a22260fd4b4842a217418a14198bf3d057c44388bdf89201ae9652efab950281bb60240c014a077b18a457ad7b58ebaffcedc1bd5a5301b69904c6df6a
+DIST deap-1.0.1.tar.gz 861409 SHA256 
ab5d4de37a21609853cc1f89b1c1be96decce25248e2436f819ed34d8c4487a7 SHA512 
82e7e60f669d242aba1786d5a9c1f01dd581ff7e77b4e5c2ec173d06c4ea2edc33ebae2390f103b635d8568b2664ca5ad7f9ba81ebd26472251a1c0d04b3e073
 WHIRLPOOL 
588d4f92d793cb8208a31522360e69e9c8391bd668e81f0c4dad51994cd7eaeb9f124b8f73314f18529895d0514ad10f2cb601bcf2ff11b5059b3a1afd801579

diff --git a/sci-libs/deap/deap-1.0.1.ebuild b/sci-libs/deap/deap-1.0.1.ebuild
new file mode 100644
index ..7aaa935
--- /dev/null
+++ b/sci-libs/deap/deap-1.0.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Novel evolutionary computation framework"
+HOMEPAGE="https://github.com/deap/deap;
+SRC_URI="https://github.com/DEAP/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="dev-python/setuptools"



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

2016-11-23 Thread Hans de Graaff
commit: 94432b4ecdabeb92d41f2c081e618afefd0eb0d0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Nov 24 06:07:47 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Nov 24 06:07:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94432b4e

dev-ruby/tins: add 1.13.0

Package-Manager: portage-2.3.0

 dev-ruby/tins/Manifest   |  1 +
 dev-ruby/tins/tins-1.13.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-ruby/tins/Manifest b/dev-ruby/tins/Manifest
index e41de5a..95d2882 100644
--- a/dev-ruby/tins/Manifest
+++ b/dev-ruby/tins/Manifest
@@ -1,4 +1,5 @@
 DIST tins-1.10.2.gem 301056 SHA256 
aa7c664c38c0fba74d3ecc86c7f115625d883075c8b06d71ecf3bf63bc0b8061 SHA512 
f2c86e9ee94560a928dab3ef1bc60b176ed9d2961a05215370e017f5eb6546950c3b2524f0e76dd7e1d7d001ffc504ec9a8d543ae404b1edaab9265474edb80c
 WHIRLPOOL 
ff1a4145cb1088d234b7e5825cd2e5be685c55aad974b606a8b7c66178bb0101b70c250ecb32ae5030af4f6f48d9af2b11295f00dd1faab2117cd0586f0bce06
 DIST tins-1.11.0.gem 302592 SHA256 
b8b9e817007ca0866e1e0e94042beea177c60309ab34a16cce2c76c9c91720d2 SHA512 
c81df06c1995c2597bf403205716ad0c688e67a82bc5a843a566b5c93ef85c35034ae8badee768769d034f80bcffe62fcd2f106e4bddb457ff15d3601dc2dae3
 WHIRLPOOL 
8ee3c32879423877bd74b52b27c4547b7c22335371ef2f091f528432b01949548712ddc820fbf64210a2aea3af934f06e3d31b800fa092a2b86e6ad0a3078796
 DIST tins-1.12.0.gem 302592 SHA256 
f1d874386ab15d32cd9ade46f6dac5a1e7964025d639c908f9a4af15a32dca79 SHA512 
f5b4f6060f3e80cc5332fb47ce8fcad5bfea627a3ca0b849b55a3919ab6fdd94189e8306fc5a593be7852e06cc5ac46dce9d8dd3b1fb022e252a2a0a783b36ed
 WHIRLPOOL 
075f651a0211a8053bcdce74c7cc6080b65f624c147f6b17f7bcbd8f99d30a7b78a70078679cf861553200e711bf162604cafd988ccf2c96676fca5bda31cfe2
+DIST tins-1.13.0.gem 303616 SHA256 
26dc5c81fa03c9f263f3dd1b8129d8587df9b1654bb8f65a7fc32846eeb37a5d SHA512 
1925453899da7b0658d49ba97b682b6d8fb5f5d2db6c8e8a44e4da2a6cf229ed5bb77b350ce824e90bd19f8b5c40cbe28a481bc9e79ad1e8f11bade8cb1423cb
 WHIRLPOOL 
44e5e82c4dcc54426454157fec2bec7bd3cec1034a8c1408abcab1d4c78024a60a4d5ccc94491987eb4039695a8979fe9faf7718672b654509182c44fc37a87c
 DIST tins-1.6.0.gem 299008 SHA256 
1f82e41851f343147e8acda8b02a67e990e38d4755e1e7a8de7cd913fcce0a0b SHA512 
33d576a0960d841f72a3f3c9017f873d0445fd569ded852d614b4a2b32e59ae784a47246b584bc4e0d16d5be4d63c1d7834b32c2bea2129a75dde9b1723ccd01
 WHIRLPOOL 
257e019636565081197c3d353396db2937043886696bb6be294b0930a6e1f7ada1a21fd863d1ac29b649bba3875d7d4b868ded70480a0dec0ba27a6764debac1

diff --git a/dev-ruby/tins/tins-1.13.0.ebuild b/dev-ruby/tins/tins-1.13.0.ebuild
new file mode 100644
index ..6c4a8d6
--- /dev/null
+++ b/dev-ruby/tins/tins-1.13.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="All the stuff that isn't good enough for a real library"
+HOMEPAGE="https://github.com/flori/tins;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
+
+each_ruby_test() {
+   ruby-ng_testrb-2 -Ilib tests/*_test.rb
+}



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

2016-11-23 Thread Hans de Graaff
commit: 10beabb8b088d097f1b78af2afecb327f7ce8a50
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Nov 24 06:04:41 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Nov 24 06:04:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10beabb8

dev-ruby/tins: cleanup

Package-Manager: portage-2.3.0

 dev-ruby/tins/Manifest   |  3 ---
 dev-ruby/tins/tins-1.10.1.ebuild | 29 -
 dev-ruby/tins/tins-1.8.2.ebuild  | 29 -
 dev-ruby/tins/tins-1.9.0.ebuild  | 29 -
 4 files changed, 90 deletions(-)

diff --git a/dev-ruby/tins/Manifest b/dev-ruby/tins/Manifest
index 7cac925..e41de5a 100644
--- a/dev-ruby/tins/Manifest
+++ b/dev-ruby/tins/Manifest
@@ -1,7 +1,4 @@
-DIST tins-1.10.1.gem 301056 SHA256 
16c2b411d50f923d8e1af4190151db9bd960eb79c48d4d33b331c7880a03afd0 SHA512 
1d4ab33d71a575de944da509524ea04a915af0645d42b3b0b07a3116f8181b65d86b5b7391aaa48a5cf388477fc31ccc84d22fa700ec47f9381f7a636e5fe68a
 WHIRLPOOL 
602db6c04b3401acdf752ef1cfc6ea7a16f0d44348ce6e3844c406e277f09f266f4ffb53a55f4b337041194f362ea319fe51efa543297d2bbcbd2d76614a0c3e
 DIST tins-1.10.2.gem 301056 SHA256 
aa7c664c38c0fba74d3ecc86c7f115625d883075c8b06d71ecf3bf63bc0b8061 SHA512 
f2c86e9ee94560a928dab3ef1bc60b176ed9d2961a05215370e017f5eb6546950c3b2524f0e76dd7e1d7d001ffc504ec9a8d543ae404b1edaab9265474edb80c
 WHIRLPOOL 
ff1a4145cb1088d234b7e5825cd2e5be685c55aad974b606a8b7c66178bb0101b70c250ecb32ae5030af4f6f48d9af2b11295f00dd1faab2117cd0586f0bce06
 DIST tins-1.11.0.gem 302592 SHA256 
b8b9e817007ca0866e1e0e94042beea177c60309ab34a16cce2c76c9c91720d2 SHA512 
c81df06c1995c2597bf403205716ad0c688e67a82bc5a843a566b5c93ef85c35034ae8badee768769d034f80bcffe62fcd2f106e4bddb457ff15d3601dc2dae3
 WHIRLPOOL 
8ee3c32879423877bd74b52b27c4547b7c22335371ef2f091f528432b01949548712ddc820fbf64210a2aea3af934f06e3d31b800fa092a2b86e6ad0a3078796
 DIST tins-1.12.0.gem 302592 SHA256 
f1d874386ab15d32cd9ade46f6dac5a1e7964025d639c908f9a4af15a32dca79 SHA512 
f5b4f6060f3e80cc5332fb47ce8fcad5bfea627a3ca0b849b55a3919ab6fdd94189e8306fc5a593be7852e06cc5ac46dce9d8dd3b1fb022e252a2a0a783b36ed
 WHIRLPOOL 
075f651a0211a8053bcdce74c7cc6080b65f624c147f6b17f7bcbd8f99d30a7b78a70078679cf861553200e711bf162604cafd988ccf2c96676fca5bda31cfe2
 DIST tins-1.6.0.gem 299008 SHA256 
1f82e41851f343147e8acda8b02a67e990e38d4755e1e7a8de7cd913fcce0a0b SHA512 
33d576a0960d841f72a3f3c9017f873d0445fd569ded852d614b4a2b32e59ae784a47246b584bc4e0d16d5be4d63c1d7834b32c2bea2129a75dde9b1723ccd01
 WHIRLPOOL 
257e019636565081197c3d353396db2937043886696bb6be294b0930a6e1f7ada1a21fd863d1ac29b649bba3875d7d4b868ded70480a0dec0ba27a6764debac1
-DIST tins-1.8.2.gem 300032 SHA256 
f3964e4bf0c9b795834c76faa90918e8848806bedfd9a954c73f742874a11156 SHA512 
9ade583904002473ebc0a193be5733f60be0192594e419e7123f9653841b44738936c794bc78ace024fb4fde3117a3446cc29461f0b5e2bb8c0e38416adbf7d1
 WHIRLPOOL 
a9679ae660cee4e4622005fe6dc305592bce3fd81b06573cda7d5ca74e9ef56a71b20ed7f80a33fe23d7d9e124361171d00bf3aa83dd151df431108a288e7791
-DIST tins-1.9.0.gem 301056 SHA256 
2d17beff65a34ef74ca1a6721428a6436cf0473b6d701fa68289d3cd2c450deb SHA512 
6ef081d492030dc42a548e849699f0b8650d50644dc2c0aacf9b9a1694ff02c1da19bca8926d42d042537c2ea672b1e49dcd88a3fc41d9daf675029db1bc06b2
 WHIRLPOOL 
33925783766a8814afb6b966d92e63f7202147c9974f72db29af8c7d1df8a1341330a72c407e90dc3251fe96e804dffe103ec62c2edd8eca31f656aaf3adc938

diff --git a/dev-ruby/tins/tins-1.10.1.ebuild b/dev-ruby/tins/tins-1.10.1.ebuild
deleted file mode 100644
index a668f15..
--- a/dev-ruby/tins/tins-1.10.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="All the stuff that isn't good enough for a real library"
-HOMEPAGE="https://github.com/flori/tins;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
-
-each_ruby_test() {
-   ruby-ng_testrb-2 -Ilib tests/*_test.rb
-}

diff --git a/dev-ruby/tins/tins-1.8.2.ebuild b/dev-ruby/tins/tins-1.8.2.ebuild
deleted file mode 100644
index a668f15..
--- a/dev-ruby/tins/tins-1.8.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="All the stuff that isn't good enough for a real library"
-HOMEPAGE="https://github.com/flori/tins;
-
-LICENSE="MIT"

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

2016-11-23 Thread Hans de Graaff
commit: 4c1307ac1c58c5f14d7a184b8c4fbb698b570a4f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Nov 24 06:12:23 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Nov 24 06:12:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c1307ac

dev-ruby/web-console: add 3.4.0

Package-Manager: portage-2.3.0

 dev-ruby/web-console/Manifest |  1 +
 dev-ruby/web-console/web-console-3.4.0.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/dev-ruby/web-console/Manifest b/dev-ruby/web-console/Manifest
index 6e2f5cc..4aba68e 100644
--- a/dev-ruby/web-console/Manifest
+++ b/dev-ruby/web-console/Manifest
@@ -1,3 +1,4 @@
 DIST web-console-2.2.1.tar.gz 37554 SHA256 
147727d34bd4165a0c214a7f2761e2999dd4355f11661acb6da43f414fa33f9e SHA512 
832838a975f805b8c35fb03233fc1a39c90ba5c36908b4e3fb355bcad3b7b7113cbbb2544474948453353a89953cdd2fecdd71bdbeab5ab06f71bd7f67a3be31
 WHIRLPOOL 
d4d1e55a1864daab086e86e33debc800afb90c099556199c7cc13bfbd25098420df1756171f2722aecb449fec1df60a3f79725216ff3b28b8658de3369f0aa10
 DIST web-console-2.3.0.tar.gz 47641 SHA256 
8caf3bc1a9c426bb5f1745ec23da191589af4dc8e8ca9d0a359ecc9f8bf68efb SHA512 
36136242012053c2049b0faef682a8fe79f931904cd1007a6e08f36aca7a8923fc47fc058304f11cc0b205db876ca77b1cca65048c8ba4db401123ed9c05c834
 WHIRLPOOL 
fce26e3ab6a11187c3cbeb25d6529fd60d83bdcd384e221b9e7c68e2a48639ee2c9a04c9ee7d91d7ba3bd77fbdaa05e4fe333f4f38637264e18536d4e8ce82a9
 DIST web-console-3.3.1.tar.gz 46556 SHA256 
767c2aec4501d5b3bc81958ff374ea8a5367ea52606df1ea235b62fe36afbebe SHA512 
8acb619b47c4b91fde647b83c01ae57f25a329b2597801e51c5e2d4dfec0a232e9335528672ff036a2391677ba88679ae69fc9aeebd960071b7a8541bfe9667f
 WHIRLPOOL 
3717e6aebf6de9a759ac8f305c28e02c6acc46f4ff7f00fa294ce98f84f03069c64e566a1832babde4aee610fb5e20997d7fd136961ebc766481147a877a2609
+DIST web-console-3.4.0.tar.gz 51684 SHA256 
3e9082320ef4297a824890df6e59b5497a76d8e370a7d267454a0e92f9552516 SHA512 
2373c1b79b6feff46fd0883cf2da6fd7eab2db0f5070c383635567a36d3979ddc50ca3b32887e96c003df8fb9ed32e636d55dd72ed06630fe534a0224d7ce74b
 WHIRLPOOL 
6fc066be04506ae69de3065bbb7ca2d4faa23630cd8d4872798fd49b522b6b62353c2b5f8c2ff48569975aa0d52e384adb266bf9fd4d3d232eefa0cd542cf18d

diff --git a/dev-ruby/web-console/web-console-3.4.0.ebuild 
b/dev-ruby/web-console/web-console-3.4.0.ebuild
new file mode 100644
index ..89e7562
--- /dev/null
+++ b/dev-ruby/web-console/web-console-3.4.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.markdown README.markdown"
+
+RUBY_FAKEGEM_GEMSPEC="web-console.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A debugging tool for your Ruby on Rails applications"
+HOMEPAGE="https://github.com/rails/web-console;
+SRC_URI="https://github.com/rails/web-console/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/actionview-5.0:*
+   >=dev-ruby/activemodel-5.0:*
+   dev-ruby/debug_inspector
+   >=dev-ruby/railties-5.0:*
+"
+
+ruby_add_bdepend "test? (
+   dev-ruby/bundler
+   >=dev-ruby/rails-5.0
+   dev-ruby/sqlite3
+   dev-ruby/mocha
+   www-servers/puma
+)"
+
+all_ruby_prepare() {
+   # Use an installed rails version rather than live source from github.
+   sed -i -e '/\(rack\|rails\|simplecov\)/ s/,/#/'  \
+   -e '/simplecov/d' Gemfile || die
+
+   sed -i -e '/simplecov/I s:^:#:' test/test_helper.rb || die
+}



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

2016-11-23 Thread Mike Gilbert
commit: cdea67512d27d35c7a744932d4a5c84d6b418d4b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Nov 24 05:34:15 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov 24 05:35:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdea6751

profiles: mask orphaned python packages on googlecode

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

diff --git a/profiles/package.mask b/profiles/package.mask
index f30ac80..51c3fb9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,16 @@
 
 #--- END OF EXAMPLES ---
 
+# Mike Gilbert  (24 Nov 2016)
+# Dead upstream, hosted on googlecode, no reverse dependencies.
+# Removal in 30 days.
+dev-python/platinfo
+dev-python/pssi
+dev-python/adns-python
+dev-python/py-bcrypt
+dev-python/pygooglevoice
+dev-python/winpdb
+
 # Johannes Huber  (20 Nov 2016)
 # Masked for removal in 30 days. Dead upstream. Only supports
 # deprecated Plasma 4. Fails to build with newer



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

2016-11-23 Thread Mike Gilbert
commit: 161fdf7e48bdf08e245aad9cae33b579c5e2400b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Nov 24 05:28:30 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov 24 05:28:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=161fdf7e

media-libs/libvpx: replace googlecode links

Package-Manager: portage-2.3.2_p8

 media-libs/libvpx/libvpx-1.3.0.ebuild | 2 +-
 media-libs/libvpx/metadata.xml| 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/media-libs/libvpx/libvpx-1.3.0.ebuild 
b/media-libs/libvpx/libvpx-1.3.0.ebuild
index 61dd47e..1685bf1 100644
--- a/media-libs/libvpx/libvpx-1.3.0.ebuild
+++ b/media-libs/libvpx/libvpx-1.3.0.ebuild
@@ -14,7 +14,7 @@ elif [[ ${PV} == *pre* ]]; then
SRC_URI="mirror://gentoo/${P}.tar.bz2"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux"
 else
-   SRC_URI="https://webm.googlecode.com/files/${PN}-v${PV}.tar.bz2;
+   
SRC_URI="http://storage.googleapis.com/downloads.webmproject.org/releases/webm/${PN}-v${PV}.tar.bz2;
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux"
S="${WORKDIR}/${PN}-v${PV}"
 fi

diff --git a/media-libs/libvpx/metadata.xml b/media-libs/libvpx/metadata.xml
index 85895e7..5ef09d6 100644
--- a/media-libs/libvpx/metadata.xml
+++ b/media-libs/libvpx/metadata.xml
@@ -13,7 +13,4 @@
Enable additional post processing 
filters
Enable spatial-svc support 
(experimental)

-   
-   webm
-   
 



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

2016-11-23 Thread Mike Gilbert
commit: 07f45b2695d0f534421bbff7607ddea66ea7b499
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Nov 24 05:15:19 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov 24 05:15:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07f45b26

dev-libs/re2: remove old

Package-Manager: portage-2.3.2_p8

 dev-libs/re2/Manifest  |  3 --
 dev-libs/re2/re2-0_p20130115-r1.ebuild | 56 --
 dev-libs/re2/re2-0_p20130115.ebuild| 47 
 dev-libs/re2/re2-0_p20130712.ebuild| 52 ---
 dev-libs/re2/re2-0_p20140304.ebuild| 45 ---
 5 files changed, 203 deletions(-)

diff --git a/dev-libs/re2/Manifest b/dev-libs/re2/Manifest
index f6b3c6f..a03fa6b 100644
--- a/dev-libs/re2/Manifest
+++ b/dev-libs/re2/Manifest
@@ -1,4 +1 @@
-DIST re2-20130115.tgz 1020951 SHA256 
a95d83ed8203817587f7cc368b6f7199d8a4b1558372c306b07201058b92e1fe SHA512 
ef1378d89397bf594ece7817ef91171e467a3408046f769eca08beba900a0e70f652e7c4e3b667b3a9d5cef044b08ed74ef7d564ffb965ab75bb9a3964c9ab5a
 WHIRLPOOL 
2cbf47b1816e35e5c7f359a310b4421ad635d1513167ffabf98db84397be800f8b98d4808705754f0e2db14bbeb0d62e47ac3abb385e299c503126a9f874daf5
-DIST re2-20130712.tgz 1028311 SHA256 
c30e43524280ebc2b9afa8c40ad477d0b2665bc81b663e9ae1b8b48e053af54b SHA512 
910e7c7f5b3268746355c2e14dc6a4e32105207abcf8cb56b76fc554be41768e4e4a6b526c9335e95be0bb111025876b61ede1cfebcbec4a4062d53bb1448e08
 WHIRLPOOL 
e5cf26a6c8586503c1639dd3f528cace8a4d7ca4c4ff97e08b12f45753ff67ad78656513658eabd678ac8ab88f1de5279960428fffe1b9e0535afdba44e7e8a3
-DIST re2-20140304.tgz 1050493 SHA256 
0bffd1a57de2f4b218ca0f77d8850bfd59c82944a98256c6edba25260e0196a7 SHA512 
a426e8d69d2c7614087990180539c5b1aa2c544dee14b144098f810b76b6062d7de9efaf1e90e83c61c8e4382a066201862d09965f1a6a9f86e2912011ad9d40
 WHIRLPOOL 
d998a6dd9edac52fe0c4ed7e895940380d9b67220711d68aed02294c8f65a644a59f77bddce116ccf79860c633046fa2b5060ef45d5cb5ea5bc0c1965cdce052
 DIST re2-2016-05-01.tar.gz 399509 SHA256 
d9d13f0ea4e1c6628b1cb85284d4fdd4948da94b1f205096254927092e3d SHA512 
6d37ab1eae51a73f60d3c8280ea1162c420638363f0eb1313d7c2d5cee65a5abd4c2927da1a53572afbcb7d07fac2993a7e54c6cbc85e24aaae93c46dab19b14
 WHIRLPOOL 
b601349800341d213b01219cf2171873be551488c71c2c06fbab1da27c20719fca12e0cfac30ac4e8ed0eb062a445b4c008491fd0e379f629434e0c9b4649a7e

diff --git a/dev-libs/re2/re2-0_p20130115-r1.ebuild 
b/dev-libs/re2/re2-0_p20130115-r1.ebuild
deleted file mode 100644
index fdda0ab..
--- a/dev-libs/re2/re2-0_p20130115-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils multilib multilib-build toolchain-funcs
-
-DESCRIPTION="An efficent, principled regular expression library"
-HOMEPAGE="https://code.google.com/p/re2/;
-SRC_URI="https://re2.googlecode.com/files/${PN}-${PV##*_p}.tgz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-# TODO: the directory in the tarball should really be versioned.
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
-   # Fix problems with FilteredRE2 symbols not being exported.
-   epatch "${FILESDIR}/${PN}-symbols-r0.patch"
-   multilib_copy_sources
-}
-
-mymake() {
-   cd "${BUILD_DIR}" || die
-   local makeopts=(
-   AR="$(tc-getAR)"
-   CXX="$(tc-getCXX)"
-   CXXFLAGS="${CXXFLAGS} -pthread"
-   LDFLAGS="${LDFLAGS} -pthread"
-   NM="$(tc-getNM)"
-   )
-   emake "${makeopts[@]}" "$@"
-}
-
-src_compile() {
-   multilib_foreach_abi mymake
-}
-
-src_test() {
-   multilib_foreach_abi mymake shared-test
-}
-
-src_install() {
-   myinstall() {
-   cd "${BUILD_DIR}" || die
-   emake DESTDIR="${ED}" prefix=usr libdir=usr/$(get_libdir) 
install
-   multilib_check_headers
-   }
-   multilib_foreach_abi myinstall
-   dodoc AUTHORS CONTRIBUTORS README doc/syntax.txt
-   dohtml doc/syntax.html
-}

diff --git a/dev-libs/re2/re2-0_p20130115.ebuild 
b/dev-libs/re2/re2-0_p20130115.ebuild
deleted file mode 100644
index bb41d6b..
--- a/dev-libs/re2/re2-0_p20130115.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="An efficent, principled regular expression library"
-HOMEPAGE="https://code.google.com/p/re2/;
-SRC_URI="https://re2.googlecode.com/files/${PN}-${PV##*_p}.tgz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-# TODO: the directory in the tarball should really be versioned.
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
-   # Fix problems with FilteredRE2 symbols not being exported.
-   epatch "${FILESDIR}/${PN}-symbols-r0.patch"
-}
-
-src_compile() {
-  

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

2016-11-23 Thread Mike Gilbert
commit: e337c8b5c6d60d52bb18309631a45c47a2547997
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Nov 24 05:10:28 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov 24 05:11:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e337c8b5

media-gfx/pydot: remove googlecode links

Package-Manager: portage-2.3.2_p8

 media-gfx/pydot/metadata.xml   | 8 +---
 media-gfx/pydot/pydot-1.0.28-r2.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/media-gfx/pydot/metadata.xml b/media-gfx/pydot/metadata.xml
index c6e2cfd..cb08ad5 100644
--- a/media-gfx/pydot/metadata.xml
+++ b/media-gfx/pydot/metadata.xml
@@ -1,12 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-pyt...@gentoo.org
-Python
-  
+  
   Python bindings for Graphviz
-  
-pydot
-  
 

diff --git a/media-gfx/pydot/pydot-1.0.28-r2.ebuild 
b/media-gfx/pydot/pydot-1.0.28-r2.ebuild
index 7dbfa97..b5c2eb5 100644
--- a/media-gfx/pydot/pydot-1.0.28-r2.ebuild
+++ b/media-gfx/pydot/pydot-1.0.28-r2.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$
 
@@ -9,8 +9,8 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
 DESCRIPTION="Python interface to Graphviz's Dot language"
-HOMEPAGE="https://code.google.com/p/pydot/ https://pypi.python.org/pypi/pydot;
-SRC_URI="https://pydot.googlecode.com/files/${P}.tar.gz;
+HOMEPAGE="https://pypi.python.org/pypi/pydot;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/votca-tools/

2016-11-23 Thread Christoph Junghans
commit: 73cfa00b979abe7aceffb3701d97d83666368a38
Author: Christoph Junghans  gentoo  org>
AuthorDate: Thu Nov 24 05:03:08 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Thu Nov 24 05:04:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73cfa00b

sci-libs/votca-tools: remove googlecode refs

Package-Manager: portage-2.3.0

 sci-libs/votca-tools/metadata.xml | 1 -
 sci-libs/votca-tools/votca-tools-1.2.4.ebuild | 6 +-
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/sci-libs/votca-tools/metadata.xml 
b/sci-libs/votca-tools/metadata.xml
index e057315..bdb57bc 100644
--- a/sci-libs/votca-tools/metadata.xml
+++ b/sci-libs/votca-tools/metadata.xml
@@ -10,7 +10,6 @@
Gentoo Chemistry Project


-   votca
votca/tools

 

diff --git a/sci-libs/votca-tools/votca-tools-1.2.4.ebuild 
b/sci-libs/votca-tools/votca-tools-1.2.4.ebuild
index a9f6184..2910b02 100644
--- a/sci-libs/votca-tools/votca-tools-1.2.4.ebuild
+++ b/sci-libs/votca-tools/votca-tools-1.2.4.ebuild
@@ -7,11 +7,7 @@ EAPI="5"
 inherit cmake-utils eutils multilib
 
 if [ "${PV}" != "" ]; then
-   SRC_URI="https://downloads.votca.googlecode.com/hg/${P}_pristine.tar.gz;
-else
-   SRC_URI=""
-   inherit mercurial
-   EHG_REPO_URI="https://tools.votca.googlecode.com/hg;
+   
SRC_URI="https://github.com/votca/downloads/raw/master/${P}_pristine.tar.gz;
 fi
 
 DESCRIPTION="Votca tools library"



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-csgapps/

2016-11-23 Thread Christoph Junghans
commit: 0f93af82ae084b74e5bb28587ca662f6ce054cec
Author: Christoph Junghans  gentoo  org>
AuthorDate: Thu Nov 24 05:01:04 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Thu Nov 24 05:04:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f93af82

sci-chemistry/votca-csgapps: remove googlecode refs

Package-Manager: portage-2.3.0

 sci-chemistry/votca-csgapps/metadata.xml   | 1 -
 sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild | 7 ++-
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/sci-chemistry/votca-csgapps/metadata.xml 
b/sci-chemistry/votca-csgapps/metadata.xml
index c9e0e7e..b555f74 100644
--- a/sci-chemistry/votca-csgapps/metadata.xml
+++ b/sci-chemistry/votca-csgapps/metadata.xml
@@ -10,7 +10,6 @@
Gentoo Chemistry Project


-   votca
votca/csgapps

 

diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild 
b/sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild
index c5c9afa..0b7225e 100644
--- a/sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild
+++ b/sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,10 +7,7 @@ EAPI=4
 inherit cmake-utils
 
 if [ "${PV}" != "" ]; then
-   SRC_URI="https://downloads.votca.googlecode.com/hg/${PF}.tar.gz;
-else
-   inherit mercurial
-   EHG_REPO_URI="https://csgapps.votca.googlecode.com/hg;
+   SRC_URI="https://github.com/votca/downloads/raw/master/${PF}.tar.gz;
 fi
 
 DESCRIPTION="Extra applications for votca-csg"



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-csg/

2016-11-23 Thread Christoph Junghans
commit: 6250b6c458f70ebf920e9a6e9eeeb59081866cf8
Author: Christoph Junghans  gentoo  org>
AuthorDate: Thu Nov 24 04:58:30 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Thu Nov 24 05:04:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6250b6c4

sci-chemistry/votca-csg: remove googlecode refs

Package-Manager: portage-2.3.0

 sci-chemistry/votca-csg/metadata.xml  |  1 -
 sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild | 12 +++-
 2 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/sci-chemistry/votca-csg/metadata.xml 
b/sci-chemistry/votca-csg/metadata.xml
index ac1ad46..e078f2b 100644
--- a/sci-chemistry/votca-csg/metadata.xml
+++ b/sci-chemistry/votca-csg/metadata.xml
@@ -14,7 +14,6 @@
Pull in extra applications from 
sci-chemistry/votca-csgapps


-   votca
votca/csg-tutorials

 

diff --git a/sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild 
b/sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild
index b3ad749..a16d9f5 100644
--- a/sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild
+++ b/sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild
@@ -9,15 +9,9 @@ inherit bash-completion-r1 cmake-utils multilib
 IUSE="doc examples extras +gromacs"
 PDEPEND="extras? ( =sci-chemistry/votca-csgapps-${PV} )"
 if [ "${PV}" != "" ]; then
-   SRC_URI="https://downloads.votca.googlecode.com/hg/${P}.tar.gz
-   doc? ( 
https://downloads.votca.googlecode.com/hg/${PN}-manual-${PV}.pdf )
-   examples? ( 
https://downloads.votca.googlecode.com/hg/${PN}-tutorials-${PV}.tar.gz )"
-else
-   SRC_URI=""
-   inherit mercurial
-   EHG_REPO_URI="https://csg.votca.googlecode.com/hg;
-   PDEPEND="${PDEPEND} doc? ( =app-doc/${PN}-manual-${PV} )
-   examples? ( =sci-chemistry/${PN}-tutorials-${PV} )"
+   SRC_URI="https://github.com/votca/downloads/raw/master/${P}.tar.gz
+   doc? ( 
https://github.com/votca/downloads/raw/master/${PN}-manual-${PV}.pdf )
+   examples? ( 
https://github.com/votca/downloads/raw/master/${PN}-tutorials-${PV}.tar.gz )"
 fi
 
 DESCRIPTION="Votca coarse-graining engine"



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

2016-11-23 Thread Mike Gilbert
commit: e9d40a4a705ded56e086b39cfa33ce95aa856539
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Nov 24 05:03:02 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov 24 05:03:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9d40a4a

dev-python/pyglet: replace googlecode links

Package-Manager: portage-2.3.2_p8

 dev-python/pyglet/Manifest   | 2 +-
 dev-python/pyglet/metadata.xml   | 1 -
 dev-python/pyglet/pyglet-1.1.4-r2.ebuild | 4 ++--
 dev-python/pyglet/pyglet-1.2.2.ebuild| 6 ++
 dev-python/pyglet/pyglet-1.2.3.ebuild| 6 ++
 dev-python/pyglet/pyglet-1.2.4.ebuild| 6 ++
 6 files changed, 9 insertions(+), 16 deletions(-)

diff --git a/dev-python/pyglet/Manifest b/dev-python/pyglet/Manifest
index adce6c5..3fc9ea0 100644
--- a/dev-python/pyglet/Manifest
+++ b/dev-python/pyglet/Manifest
@@ -1,4 +1,4 @@
-DIST pyglet-1.1.4.tar.gz 2946601 SHA256 
1d9b2a5e3a37a9068aee70100d19bfa83a6bbf6d4a2af8adb4231a601a101611 SHA512 
26e1b652bd0e2666014bd29c4456570eee5fdbcce694f49f424fdab3583d0fb67d835e9f0e09f0459dc65cf3c042fffbfbeb321b286890be03260c9ee30bf187
 WHIRLPOOL 
89424736a0da9abd62813159ff6367b2c536b9cbfe63aaaf1733c712161453a77b3086ca0f4a840a1f682f2bd5334e0decb28d71b7dc187135a799c711ce6afc
+DIST pyglet-1.1.4.tar.gz 2946835 SHA256 
63a7936dffe4fc0475617a4d804a4b63ab13949cb30afd3c62ab98d8384f7ff3 SHA512 
e1acd2e145bddbed2da1e8d66222b7057ecfcc97f93f4972741e87ec8584a944e2cc0c972aa985cb1f51e0dd2e4bbf1332201e8eb66f29945cfdac1b9ac63b64
 WHIRLPOOL 
f31dc562b940454766a188d0ce9ac8a462a9c24e995d28cacafe1437c1f1dc609410b748d9a31f2fe8c85aac7fbfa4bc54ec2c5470560f31251af64dda258c6c
 DIST pyglet-1.2.2.tar.gz 2120758 SHA256 
6b54c3881a5eb086f2733c24aada1b65625b45b36172cd7f63fbde2cf43138df SHA512 
012dcf6f62a823a391f7ac81b4a6dc89cf2bfd1f3f895dfa115011efdcbd1327821a11c47d455ed4e2a3edbd041f8a5e5b3c5f27b336a6c4d17c028a8999dc69
 WHIRLPOOL 
ab2f402076b2aed110cde901e49b003e336eb634ad8b3f084dd1a980a1079959639ec1773b3106185f443a50ed6db39c833133442b002a64d9254285372bcdb5
 DIST pyglet-1.2.3.tar.gz 2121343 SHA256 
06c857039420bd21baad35fac99dca7f97951350c2df5a79bdcf89eb708907cb SHA512 
dbc766b382b1fa79205d9777e8dcc0ecfa00d312671f10d4e9580ae648997d4a41db8bffc072893109df6772fa8d72c8fdf128e0421d992d14332fac11d4d4c4
 WHIRLPOOL 
38d23907825312d1140a294d6ec3152e373ae466a73766a067f8362937d48bc7be14b9f847cc3386a41adb927196fda4cdc62fb8d9f7d0c9ea9ec548f6213afc
 DIST pyglet-1.2.4.tar.gz 2122017 SHA256 
9f62ffbbcf2b202d084bf158685e77d28b8f4f5f2738f4c5e63a947a07503445 SHA512 
70cd781936db8c8c156499e524ee73520bc90c19461074264abd62a4854307ef090af5faba521686f247fb4cbee552a428892f59a5b382429acfc000f4c2e22d
 WHIRLPOOL 
24aa15be5819d659274a65eb39a3dcc44c74ddab3d48f8755d1a927427ce4bf05e07b6ebc3a92e1b06e8a1de97f599cb52c506732d3ec6a8a76346c9efd241c9

diff --git a/dev-python/pyglet/metadata.xml b/dev-python/pyglet/metadata.xml
index d03a5d6..85c37d9 100644
--- a/dev-python/pyglet/metadata.xml
+++ b/dev-python/pyglet/metadata.xml
@@ -16,7 +16,6 @@
   multiple windows and fully aware of multi-monitor setups.
   pyglet might be seen as an alternative to PyGame.
   
-pyglet
 pyglet
   
 

diff --git a/dev-python/pyglet/pyglet-1.1.4-r2.ebuild 
b/dev-python/pyglet/pyglet-1.1.4-r2.ebuild
index 444c5ee..a6ef7c1 100644
--- a/dev-python/pyglet/pyglet-1.1.4-r2.ebuild
+++ b/dev-python/pyglet/pyglet-1.1.4-r2.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$
 
@@ -10,7 +10,7 @@ inherit distutils-r1
 
 DESCRIPTION="Cross-platform windowing and multimedia library for Python"
 HOMEPAGE="http://www.pyglet.org/;
-SRC_URI="https://pyglet.googlecode.com/files/${P}.tar.gz;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/dev-python/pyglet/pyglet-1.2.2.ebuild 
b/dev-python/pyglet/pyglet-1.2.2.ebuild
index 54290a1..82a08d6 100644
--- a/dev-python/pyglet/pyglet-1.2.2.ebuild
+++ b/dev-python/pyglet/pyglet-1.2.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$
 
@@ -10,9 +10,7 @@ inherit distutils-r1 virtualx
 
 DESCRIPTION="Cross-platform windowing and multimedia library for Python"
 HOMEPAGE="http://www.pyglet.org/;
-SRC_URI="
-   mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
-   https://pyglet.googlecode.com/files/${P}.tar.gz;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/dev-python/pyglet/pyglet-1.2.3.ebuild 
b/dev-python/pyglet/pyglet-1.2.3.ebuild
index 54290a1..82a08d6 100644
--- a/dev-python/pyglet/pyglet-1.2.3.ebuild
+++ b/dev-python/pyglet/pyglet-1.2.3.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
 # 

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

2016-11-23 Thread Mike Gilbert
commit: c9adabe9095dd8dd7c21041282072611783fafb8
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Nov 24 04:57:57 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov 24 04:57:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9adabe9

dev-python/vatnumber: replace googlecode links

Package-Manager: portage-2.3.2_p8

 dev-python/vatnumber/vatnumber-1.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/vatnumber/vatnumber-1.1.ebuild 
b/dev-python/vatnumber/vatnumber-1.1.ebuild
index d8bd786..173e18c 100644
--- a/dev-python/vatnumber/vatnumber-1.1.ebuild
+++ b/dev-python/vatnumber/vatnumber-1.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$
 
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 pypy )
 inherit distutils-r1
 
 DESCRIPTION="Module to validate VAT numbers"
-HOMEPAGE="https://code.google.com/p/vatnumber/;
-SRC_URI="https://vatnumber.googlecode.com/files/${P}.tar.gz;
+HOMEPAGE="https://pypi.python.org/pypi/vatnumber/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"



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

2016-11-23 Thread Mike Gilbert
commit: de1ce9c8b1cbf40a04aba526b328421e855bc553
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Nov 24 04:55:38 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov 24 04:55:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de1ce9c8

dev-python/sqlalchemy-migrate: replace googlecode links

Package-Manager: portage-2.3.2_p8

 dev-python/sqlalchemy-migrate/metadata.xml   | 1 -
 dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.10.0.ebuild   | 4 ++--
 dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2-r1.ebuild | 6 +++---
 dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.9.2.ebuild| 4 ++--
 dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.9.5.ebuild| 4 ++--
 5 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/dev-python/sqlalchemy-migrate/metadata.xml 
b/dev-python/sqlalchemy-migrate/metadata.xml
index 946840a..bcf30d2 100644
--- a/dev-python/sqlalchemy-migrate/metadata.xml
+++ b/dev-python/sqlalchemy-migrate/metadata.xml
@@ -6,7 +6,6 @@
 Python
   
   
-sqlalchemy-migrate
 sqlalchemy-migrate
   
 

diff --git a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.10.0.ebuild 
b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.10.0.ebuild
index c0092b5..ae344ae 100644
--- a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.10.0.ebuild
+++ b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.10.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$
 
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
 inherit distutils-r1
 
 DESCRIPTION="SQLAlchemy Schema Migration Tools"
-HOMEPAGE="https://code.google.com/p/sqlalchemy-migrate/ 
https://pypi.python.org/pypi/sqlalchemy-migrate;
+HOMEPAGE="https://pypi.python.org/pypi/sqlalchemy-migrate;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2-r1.ebuild 
b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2-r1.ebuild
index 4b4f6b0..b7ed090 100644
--- a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2-r1.ebuild
+++ b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.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$
 
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
 DESCRIPTION="SQLAlchemy Schema Migration Tools"
-HOMEPAGE="https://code.google.com/p/sqlalchemy-migrate/ 
https://pypi.python.org/pypi/sqlalchemy-migrate;
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz;
+HOMEPAGE="https://pypi.python.org/pypi/sqlalchemy-migrate;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.9.2.ebuild 
b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.9.2.ebuild
index 046ff6a..187dad8 100644
--- a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.9.2.ebuild
+++ b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.9.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$
 
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
 DESCRIPTION="SQLAlchemy Schema Migration Tools"
-HOMEPAGE="https://code.google.com/p/sqlalchemy-migrate/ 
https://pypi.python.org/pypi/sqlalchemy-migrate;
+HOMEPAGE="https://pypi.python.org/pypi/sqlalchemy-migrate;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.9.5.ebuild 
b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.9.5.ebuild
index 566d35d..0ce9c64 100644
--- a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.9.5.ebuild
+++ b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.9.5.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$
 
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
 DESCRIPTION="SQLAlchemy Schema Migration Tools"
-HOMEPAGE="https://code.google.com/p/sqlalchemy-migrate/ 
https://pypi.python.org/pypi/sqlalchemy-migrate;
+HOMEPAGE="https://pypi.python.org/pypi/sqlalchemy-migrate;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"



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

2016-11-23 Thread Mike Gilbert
commit: 8e33b449a1c6dc8084e59182d59bccea4f71ca86
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Nov 24 04:49:32 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov 24 04:49:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e33b449

dev-python/python-twitter: replace googlecode link

Package-Manager: portage-2.3.2_p8

 dev-python/python-twitter/metadata.xml  | 1 -
 dev-python/python-twitter/python-twitter-1.1.ebuild | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/python-twitter/metadata.xml 
b/dev-python/python-twitter/metadata.xml
index 197a7d0..e2c87ee 100644
--- a/dev-python/python-twitter/metadata.xml
+++ b/dev-python/python-twitter/metadata.xml
@@ -6,7 +6,6 @@
Python


-   python-twitter
bear/python-twitter

 

diff --git a/dev-python/python-twitter/python-twitter-1.1.ebuild 
b/dev-python/python-twitter/python-twitter-1.1.ebuild
index b561ea8..63b7ebd 100644
--- a/dev-python/python-twitter/python-twitter-1.1.ebuild
+++ b/dev-python/python-twitter/python-twitter-1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,7 +9,7 @@ inherit distutils-r1
 
 DESCRIPTION="This library provides a pure python interface for the Twitter API"
 HOMEPAGE="https://github.com/bear/python-twitter;
-SRC_URI="https://python-twitter.googlecode.com/files/${P}.tar.gz;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"



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

2016-11-23 Thread Mike Gilbert
commit: 1f341a3e111e238db51f7fd5c556ab5112fb0944
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Nov 24 04:46:56 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov 24 04:46:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f341a3e

dev-python/python-gflags: replace googlecode links

Package-Manager: portage-2.3.2_p8

 dev-python/python-gflags/Manifest   | 2 +-
 dev-python/python-gflags/metadata.xml   | 3 +--
 dev-python/python-gflags/python-gflags-2.0.ebuild   | 6 +++---
 dev-python/python-gflags/python-gflags-3.0.2.ebuild | 2 +-
 4 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/dev-python/python-gflags/Manifest 
b/dev-python/python-gflags/Manifest
index 0d03860..9a1ab29 100644
--- a/dev-python/python-gflags/Manifest
+++ b/dev-python/python-gflags/Manifest
@@ -1,2 +1,2 @@
-DIST python-gflags-2.0.tar.gz 64929 SHA256 
311066217acb8cd8519a4c872cb3fe64f02bcf105802bb761ab0de55c2386cd6 SHA512 
28566acffd092f09105f3b9ad3be4ada11f024f940914e6efb103907f3779283c63bdfe13edad83aa470c5e887b49ad8b05031fc1895f3bad9b5d9c368bbfe18
 WHIRLPOOL 
61054cce9033ef26ee6d6296fc761c840f394de07f068a899b52a5d4212de4e4601f9a203fd8033db576e79369e4d53a0bb04bfca0e50cf828ff94105a2b453a
+DIST python-gflags-2.0.tar.gz 65094 SHA256 
0dff6360423f3ec08cbe3bfaf37b339461a54a21d13be0dd5d9cce531078 SHA512 
43bddf631501f08537167c3915a6ace9a5e70b1bac0351614b07d3de1e149475c2cbb04a9770096dc033fefd35d12eea0b4c849f5660f9950db1129023dd36ac
 WHIRLPOOL 
23769400b455352ea9f0d0a09f78df1ddc640a59c3bb65bafc1a0020d678453ed35aec3ee4224a8ded1b83f0b1c62c348c77b1065dc034bbe29a5a177f93f0ad
 DIST python-gflags-3.0.2.tar.gz 91481 SHA256 
f2ca688f385bba47382a067d2d77322ab974fd4d596baad95bcd7d319241061d SHA512 
f24b404a1821d55f2d7423548c241f54962e79b31ade6b718e0c50591756ec269545445326e459a1b02806ca5eab7ccf9c545211e4148b3da050069b9a97088f
 WHIRLPOOL 
4a72cde4f2715d2fd32760b0b69f4ff1b0b14d94ad3d00d002cd16a9d3715f7f61bf14878fca4073c8c573ae853229c15d781eb766ad324ce053645a76cedba5

diff --git a/dev-python/python-gflags/metadata.xml 
b/dev-python/python-gflags/metadata.xml
index fa321e2..e3ab208 100644
--- a/dev-python/python-gflags/metadata.xml
+++ b/dev-python/python-gflags/metadata.xml
@@ -6,7 +6,6 @@
Python


-   python-gflags
-   gflags/python-gflags
+   google/python-gflags

 

diff --git a/dev-python/python-gflags/python-gflags-2.0.ebuild 
b/dev-python/python-gflags/python-gflags-2.0.ebuild
index f1c3982..f31df99 100644
--- a/dev-python/python-gflags/python-gflags-2.0.ebuild
+++ b/dev-python/python-gflags/python-gflags-2.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$
 
@@ -9,8 +9,8 @@ PYTHON_COMPAT=( python2_7 pypy )
 inherit distutils-r1
 
 DESCRIPTION="Google's Python argument parsing library"
-HOMEPAGE="https://github.com/gflags/python-gflags;
-SRC_URI="https://python-gflags.googlecode.com/files/${P}.tar.gz;
+HOMEPAGE="https://github.com/google/python-gflags;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/dev-python/python-gflags/python-gflags-3.0.2.ebuild 
b/dev-python/python-gflags/python-gflags-3.0.2.ebuild
index 5fe4a04..8a6ac06 100644
--- a/dev-python/python-gflags/python-gflags-3.0.2.ebuild
+++ b/dev-python/python-gflags/python-gflags-3.0.2.ebuild
@@ -11,7 +11,7 @@ PYTHON_COMPAT=( python2_7 pypy )
 inherit distutils-r1
 
 DESCRIPTION="Google's Python argument parsing library"
-HOMEPAGE="https://github.com/gflags/python-gflags;
+HOMEPAGE="https://github.com/google/python-gflags;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"



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

2016-11-23 Thread Mike Gilbert
commit: c2fe78f7f29e8b45a8b9c9e1f5c74aaedf567977
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Nov 24 04:42:06 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov 24 04:42:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2fe78f7

dev-python/pysvg: bump to 0.2.2

Package-Manager: portage-2.3.2_p8

 dev-python/pysvg/Manifest  | 2 +-
 dev-python/pysvg/metadata.xml  | 3 ---
 dev-python/pysvg/{pysvg-0.2.1-r1.ebuild => pysvg-0.2.2.ebuild} | 6 +++---
 3 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/dev-python/pysvg/Manifest b/dev-python/pysvg/Manifest
index 84f63b5..9b6abf0 100644
--- a/dev-python/pysvg/Manifest
+++ b/dev-python/pysvg/Manifest
@@ -1 +1 @@
-DIST pysvg-0.2.1.zip 24216 SHA256 
f447d39d47674176d277a21616597812c662d62834e136360e86d3f914270f36 SHA512 
f8334d466ac130842c6fd8beecb4da7a5207fd50ed996a4b0d06d3b5e2f2324e9e87c35df7fd9a4d776e810b35532d4ef37d7075b512b7f2f2f2ea4e1b0db2df
 WHIRLPOOL 
8116add689eb39865c43bc07e772382fe4f96b513ffa8cd6bcaab76c199371f467e3e6ba0935095857d685093b6be0e881ec6daade9e0dba0d033c120c3244a8
+DIST pysvg-0.2.2.zip 623804 SHA256 
e7dd51244cd201279dba577704149e5195d4a69d6e6681bda1edb32fac24f2ed SHA512 
f0e39903f4290a0615ca7531ccc242b27086b639b2940b53ae185ff354843e56b184c1d1dbf63f0df4f9f9700c4224e878810354a0f0c77bcbb9efd1b4ac2f17
 WHIRLPOOL 
ade85b0853b1563359de47d048e74d0c3ba3ae7347b0d7dec41b0a187b051442afab9cd5675da0042d4266a7aba0620fc33c3bc988b1af9fc854266643c835dd

diff --git a/dev-python/pysvg/metadata.xml b/dev-python/pysvg/metadata.xml
index 3b599a6..7f4f33c 100644
--- a/dev-python/pysvg/metadata.xml
+++ b/dev-python/pysvg/metadata.xml
@@ -5,7 +5,4 @@
pyt...@gentoo.org
Python

-   
-   pysvg
-   
 

diff --git a/dev-python/pysvg/pysvg-0.2.1-r1.ebuild 
b/dev-python/pysvg/pysvg-0.2.2.ebuild
similarity index 76%
rename from dev-python/pysvg/pysvg-0.2.1-r1.ebuild
rename to dev-python/pysvg/pysvg-0.2.2.ebuild
index 21e53cc..dc45781 100644
--- a/dev-python/pysvg/pysvg-0.2.1-r1.ebuild
+++ b/dev-python/pysvg/pysvg-0.2.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
@@ -10,7 +10,7 @@ inherit distutils-r1
 DESCRIPTION="Python SVG document creation library"
 HOMEPAGE="http://codeboje.de/pysvg/
https://code.google.com/p/pysvg/;
-SRC_URI="https://pysvg.googlecode.com/files/${P}.zip;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
 
 LICENSE="BSD"
 SLOT="0"



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

2016-11-23 Thread Mike Gilbert
commit: 7d0b52d9bd71cc16bc683e7d53c7403c74009f1c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Nov 24 04:37:03 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov 24 04:37:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d0b52d9

dev-python/pyodbc: bump to 3.0.10

Package-Manager: portage-2.3.2_p8

 dev-python/pyodbc/Manifest |  1 +
 dev-python/pyodbc/pyodbc-3.0.10.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/pyodbc/Manifest b/dev-python/pyodbc/Manifest
index c90f1ac..aab0ca4 100644
--- a/dev-python/pyodbc/Manifest
+++ b/dev-python/pyodbc/Manifest
@@ -1 +1,2 @@
+DIST pyodbc-3.0.10.tar.gz 68798 SHA256 
a66d4f347f036df49a00addf38ca6769ad52f61acdb931c95bc3a9245d8f2b58 SHA512 
4e275f2dfd17b3cbb3ee4c019f8a394bb849b032edab7ae5e9c6d4d6a4933e606ab46284c89b98d39cd553e82263d86dc0bee1260cd2fafb53cf19a918096647
 WHIRLPOOL 
58dd10b9f5eaef3d077dcb434016710047097406744baa2883758d96d510c38c0ae71ee8abb9cfae1737506fb29744fc6c275fd3ecad2c0371f484dc31432a81
 DIST pyodbc-3.0.7.zip 85722 SHA256 
d8355f2d43b10386070e8564aa973119fdb6e10864e1bbd73f3224cd3baab351 SHA512 
35d4b17324c60f15bc8647961fff0fa74afa02e37e1019a399add468cfd96e0403f2f7259f3c0164e4c7cabce67de7c300c9950602d9293b0b94a84d2ed02ffe
 WHIRLPOOL 
3da4ecf3706a7cfbe8f11e7f3b1891160e02f7331abea6b407cc5809faa8604f291163f3d3342d7bcf5daa54b1f95aca0b397a5412b7bcdb198810f4fcd59eff

diff --git a/dev-python/pyodbc/pyodbc-3.0.10.ebuild 
b/dev-python/pyodbc/pyodbc-3.0.10.ebuild
new file mode 100644
index ..3d93665
--- /dev/null
+++ b/dev-python/pyodbc/pyodbc-3.0.10.ebuild
@@ -0,0 +1,27 @@
+# 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 python3_5 )
+
+inherit distutils-r1 flag-o-matic
+
+DESCRIPTION="python ODBC module to connect to almost any database"
+HOMEPAGE="https://github.com/mkleehammer/pyodbc;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="mssql"
+
+RDEPEND=">=dev-db/unixODBC-2.3.0
+   mssql? ( >=dev-db/freetds-0.64[odbc] )"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_configure_all() {
+   append-cxxflags -fno-strict-aliasing
+}



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

2016-11-23 Thread Mike Gilbert
commit: 038442d6a2e23f36798611d4c23a849e16e38e2b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Nov 24 04:24:12 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov 24 04:24:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=038442d6

dev-python/pyodbc: replace googlecode link

Package-Manager: portage-2.3.2_p8

 dev-python/pyodbc/metadata.xml   | 1 -
 dev-python/pyodbc/pyodbc-3.0.7-r1.ebuild | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/pyodbc/metadata.xml b/dev-python/pyodbc/metadata.xml
index 9f5d2a0..3d28ba7 100644
--- a/dev-python/pyodbc/metadata.xml
+++ b/dev-python/pyodbc/metadata.xml
@@ -6,7 +6,6 @@
Python


-   pyodbc
mkleehammer/pyodbc

 

diff --git a/dev-python/pyodbc/pyodbc-3.0.7-r1.ebuild 
b/dev-python/pyodbc/pyodbc-3.0.7-r1.ebuild
index f343ada..605c303 100644
--- a/dev-python/pyodbc/pyodbc-3.0.7-r1.ebuild
+++ b/dev-python/pyodbc/pyodbc-3.0.7-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$
 
@@ -10,7 +10,7 @@ inherit distutils-r1 flag-o-matic
 
 DESCRIPTION="python ODBC module to connect to almost any database"
 HOMEPAGE="https://github.com/mkleehammer/pyodbc;
-SRC_URI="https://pyodbc.googlecode.com/files/${P}.zip;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
 
 LICENSE="MIT"
 SLOT="0"



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

2016-11-23 Thread Mike Gilbert
commit: ea604c2871dd4b3e6f902f6fa27ffe534e01236d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Nov 24 04:04:49 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov 24 04:04:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea604c28

dev-python/pybluez: bump to 0.22

Package-Manager: portage-2.3.2_p8

 dev-python/pybluez/Manifest |  1 +
 dev-python/pybluez/metadata.xml |  1 -
 dev-python/pybluez/pybluez-0.18-r1.ebuild   |  4 ++--
 .../{pybluez-0.18-r1.ebuild => pybluez-0.22.ebuild} | 21 -
 4 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/dev-python/pybluez/Manifest b/dev-python/pybluez/Manifest
index 2bd50d5..a610aab 100644
--- a/dev-python/pybluez/Manifest
+++ b/dev-python/pybluez/Manifest
@@ -1 +1,2 @@
 DIST PyBluez-0.18.tar.gz 74501 SHA256 
66b2184e0eaad5e1ecc89eb4c81cba0696b3028b85d1301186b45b0bbd761065 SHA512 
ddd185ad90f7c6235e25182afccfb586efa0d361f38140f33718dc2d29ca62f3aa68867d075820afffd5ee2fbd306b907b565fbdfdf32f906657f6a3a8c779da
 WHIRLPOOL 
7cc0aaa8f5d33626689c10c4c171d0b5f115cbefda1c561b3146ae0f2b397739bf67a05f7f0ae330620194a54b595d408da81f11e07fcf51f4b176f60e11a7ba
+DIST PyBluez-0.22.zip 109060 SHA256 
4ce006716a54d9d18e8186a3f1c8b12a8e6befecffe8fd5828a291fb694ce49d SHA512 
c166a976d311eba73516aaf86ab42b100a39ebccd3d70f93ccb89f59c12127a857698dcfe4b25f8f689eee12187b5f35ccc8235e36cf012e73df155ba5adfae6
 WHIRLPOOL 
932fc01d1444b8f5ecb84ae27dc9f706591f18045129d7980ef9926fb5008ab5f19d879bbdd2c251402c9b41e474ac8284c5996dbe5cb3f81c6cc0a93f57f8f7

diff --git a/dev-python/pybluez/metadata.xml b/dev-python/pybluez/metadata.xml
index 041c292..dc5ac4e 100644
--- a/dev-python/pybluez/metadata.xml
+++ b/dev-python/pybluez/metadata.xml
@@ -9,7 +9,6 @@
 developers to use system bluetooth resources. It works on machines running the
 GNU/Linux operating system and the bluez bluetooth stack.

-   pybluez
karulis/pybluez

 

diff --git a/dev-python/pybluez/pybluez-0.18-r1.ebuild 
b/dev-python/pybluez/pybluez-0.18-r1.ebuild
index 0fb4271..d99bc67 100644
--- a/dev-python/pybluez/pybluez-0.18-r1.ebuild
+++ b/dev-python/pybluez/pybluez-0.18-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$
 
@@ -12,7 +12,7 @@ MY_P="PyBluez-${PV}"
 
 DESCRIPTION="Python bindings for Bluez Bluetooth Stack"
 HOMEPAGE="https://github.com/karulis/pybluez;
-SRC_URI="https://pybluez.googlecode.com/files/${MY_P}.tar.gz;
+SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/dev-python/pybluez/pybluez-0.18-r1.ebuild 
b/dev-python/pybluez/pybluez-0.22.ebuild
similarity index 51%
copy from dev-python/pybluez/pybluez-0.18-r1.ebuild
copy to dev-python/pybluez/pybluez-0.22.ebuild
index 0fb4271..da67761 100644
--- a/dev-python/pybluez/pybluez-0.18-r1.ebuild
+++ b/dev-python/pybluez/pybluez-0.22.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python2_7 pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
 
 inherit distutils-r1
 
@@ -12,20 +12,23 @@ MY_P="PyBluez-${PV}"
 
 DESCRIPTION="Python bindings for Bluez Bluetooth Stack"
 HOMEPAGE="https://github.com/karulis/pybluez;
-SRC_URI="https://pybluez.googlecode.com/files/${MY_P}.tar.gz;
+SRC_URI="mirror://pypi/P/PyBluez/${MY_P}.zip"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="examples"
 
-DEPEND="net-wireless/bluez"
-RDEPEND="${DEPEND}"
+RDEPEND="net-wireless/bluez"
+DEPEND="${RDEPEND}
+   app-arch/unzip"
 
 S=${WORKDIR}/${MY_P}
 
 python_install_all() {
-   use examples && local EXAMPLES=( examples/. )
-
distutils-r1_python_install_all
+   if use examples; then
+   dodoc -r examples
+   docompress -x usr/share/doc/${PF}/examples
+   fi
 }



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

2016-11-23 Thread Mike Gilbert
commit: 7519f2762ed90afff3050f067b1bf2ea7ccfda4b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Nov 24 03:52:22 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov 24 03:52:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7519f276

dev-python/progressbar: drop googlecode upstream element

Package-Manager: portage-2.3.2_p8

 dev-python/progressbar/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/progressbar/metadata.xml 
b/dev-python/progressbar/metadata.xml
index 820525e..e24dd86 100644
--- a/dev-python/progressbar/metadata.xml
+++ b/dev-python/progressbar/metadata.xml
@@ -5,7 +5,4 @@
 pyt...@gentoo.org
 Python
   
-  
-python-progressbar
-  
 



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

2016-11-23 Thread Mike Gilbert
commit: 0f7267265b49b4e8f27857d6d0b3f25861df33bd
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Nov 24 03:51:21 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov 24 03:51:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f726726

dev-python/progressbar: replace googlecode links

Package-Manager: portage-2.3.2_p8

 dev-python/progressbar/Manifest  | 2 +-
 dev-python/progressbar/progressbar-2.3-r2.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/progressbar/Manifest b/dev-python/progressbar/Manifest
index 27668ab..596d08f 100644
--- a/dev-python/progressbar/Manifest
+++ b/dev-python/progressbar/Manifest
@@ -1 +1 @@
-DIST progressbar-2.3.tar.gz 9802 SHA256 
00a316c1a99b70a803d7430fd088da24f37dbfb64f81c4772b97fbc1e8031de4 SHA512 
34357d72f8dabc07f4023077a2062cd98dc8a10b14d40cdd6fadd7713a572214fe3176b8638bb0b4b8ffeaa553fa6259793b0813aca9f7c488c22c11807064c3
 WHIRLPOOL 
85cec2da09debc238cd83e45111b1ed974e3ab0c91bd76787897667abc967d93c78bd2eb3286e483f40164125d8da92e5437163c79af37940be2aa383d4cb2c3
+DIST progressbar-2.3.tar.gz 9420 SHA256 
b2d38a729785149e65323381d2e6fca0a5e9615a6d8bcf10bfa8adedfc481254 SHA512 
06fdc8b6664642bd864be8023355316fba23bcc4deb0c5877c5dfa91da5d233301a8f39342f133cbb63f37a20de7b8b24910ac8073127fcbdf43b5200d60ed5f
 WHIRLPOOL 
dc29b6d0b11760052e8634ad0cae94d63fea3bdd80b0ba17b9901d54be01fecbca6cb390bda74478df9a6852d91bc16ebaf4c8b9813c5d11b65f0fe0b01d54d1

diff --git a/dev-python/progressbar/progressbar-2.3-r2.ebuild 
b/dev-python/progressbar/progressbar-2.3-r2.ebuild
index 8bef612..0486c3e 100644
--- a/dev-python/progressbar/progressbar-2.3-r2.ebuild
+++ b/dev-python/progressbar/progressbar-2.3-r2.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3)
 inherit distutils-r1
 
 DESCRIPTION="Text progressbar library for python"
-HOMEPAGE="https://code.google.com/p/python-progressbar/ 
https://pypi.python.org/pypi/progressbar;
-SRC_URI="https://python-${PN}.googlecode.com/files/${P}.tar.gz;
+HOMEPAGE="https://pypi.python.org/pypi/progressbar;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( LGPL-2.1 BSD )"
 SLOT="0"



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

2016-11-23 Thread Mike Gilbert
commit: 3fe1f0156ea0f17c82e0b3cf583070ec34262db0
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Nov 24 03:47:41 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov 24 03:47:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fe1f015

dev-python/iniparse: replace googlecode links

Package-Manager: portage-2.3.2_p8

 dev-python/iniparse/iniparse-0.4-r1.ebuild | 6 +++---
 dev-python/iniparse/iniparse-0.4-r2.ebuild | 4 ++--
 dev-python/iniparse/metadata.xml   | 3 ---
 3 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/dev-python/iniparse/iniparse-0.4-r1.ebuild 
b/dev-python/iniparse/iniparse-0.4-r1.ebuild
index 8c6e730..37fccc9 100644
--- a/dev-python/iniparse/iniparse-0.4-r1.ebuild
+++ b/dev-python/iniparse/iniparse-0.4-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$
 
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
 DESCRIPTION="Better INI parser for Python"
-HOMEPAGE="https://code.google.com/p/iniparse 
https://pypi.python.org/pypi/iniparse;
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz;
+HOMEPAGE="https://pypi.python.org/pypi/iniparse;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT PSF-2"
 SLOT="0"

diff --git a/dev-python/iniparse/iniparse-0.4-r2.ebuild 
b/dev-python/iniparse/iniparse-0.4-r2.ebuild
index 1a181b4..c7fa118 100644
--- a/dev-python/iniparse/iniparse-0.4-r2.ebuild
+++ b/dev-python/iniparse/iniparse-0.4-r2.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} )
 inherit distutils-r1
 
 DESCRIPTION="Better INI parser for Python"
-HOMEPAGE="https://code.google.com/p/iniparse 
https://pypi.python.org/pypi/iniparse;
-SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN}/${P}.tar.gz;
+HOMEPAGE="https://pypi.python.org/pypi/iniparse;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT PSF-2"
 SLOT="0"

diff --git a/dev-python/iniparse/metadata.xml b/dev-python/iniparse/metadata.xml
index b54bedc..7f4f33c 100644
--- a/dev-python/iniparse/metadata.xml
+++ b/dev-python/iniparse/metadata.xml
@@ -5,7 +5,4 @@
pyt...@gentoo.org
Python

-   
-   iniparse
-   
 



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

2016-11-23 Thread Mike Gilbert
commit: 37fc7967ab701a9a537750c460cb910bb2a1dcd8
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Nov 24 03:37:54 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov 24 03:37:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37fc7967

dev-python/google-apputils: replace googlecode links

Package-Manager: portage-2.3.2_p8

 dev-python/google-apputils/google-apputils-0.4.0-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/google-apputils/google-apputils-0.4.0-r1.ebuild 
b/dev-python/google-apputils/google-apputils-0.4.0-r1.ebuild
index 7b78e53..3edd5f5 100644
--- a/dev-python/google-apputils/google-apputils-0.4.0-r1.ebuild
+++ b/dev-python/google-apputils/google-apputils-0.4.0-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$
 
@@ -9,8 +9,8 @@ PYTHON_COMPAT=( python2_7 ) # Doesn't yet support py3
 inherit distutils-r1
 
 DESCRIPTION="Collection of utilities for building Python applications"
-HOMEPAGE="https://code.google.com/p/google-apputils-python/;
-SRC_URI="https://google-apputils-python.googlecode.com/files/${P}.tar.gz;
+HOMEPAGE="https://github.com/google/google-apputils;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"



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

2016-11-23 Thread Mike Gilbert
commit: fd4910309d523d15a01b363637509635382ddeb7
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Nov 24 03:35:01 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov 24 03:35:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd491030

dev-python/gdata: replace googlecode links

Package-Manager: portage-2.3.2_p8

 dev-python/gdata/gdata-2.0.14.ebuild | 10 +++---
 dev-python/gdata/gdata-2.0.18.ebuild |  6 +++---
 dev-python/gdata/metadata.xml|  2 +-
 3 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/dev-python/gdata/gdata-2.0.14.ebuild 
b/dev-python/gdata/gdata-2.0.14.ebuild
index 997522e..2afbd1d 100644
--- a/dev-python/gdata/gdata-2.0.14.ebuild
+++ b/dev-python/gdata/gdata-2.0.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,11 +10,9 @@ RESTRICT_PYTHON_ABIS="3.*"
 
 inherit distutils
 
-MY_P="gdata-${PV}"
-
 DESCRIPTION="Python client library for Google data APIs"
-HOMEPAGE="https://code.google.com/p/gdata-python-client/ 
https://pypi.python.org/pypi/gdata;
-SRC_URI="https://gdata-python-client.googlecode.com/files/${MY_P}.tar.gz;
+HOMEPAGE="https://github.com/google/gdata-python-client 
https://pypi.python.org/pypi/gdata;
+SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
@@ -24,8 +22,6 @@ IUSE="examples"
 DEPEND=""
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}/${MY_P}"
-
 PYTHON_MODNAME="atom gdata"
 
 src_test() {

diff --git a/dev-python/gdata/gdata-2.0.18.ebuild 
b/dev-python/gdata/gdata-2.0.18.ebuild
index 3a5631e..e8c8e9e 100644
--- a/dev-python/gdata/gdata-2.0.18.ebuild
+++ b/dev-python/gdata/gdata-2.0.18.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$
 
@@ -9,8 +9,8 @@ PYTHON_REQ_USE="ssl(+),xml(+)"
 inherit distutils-r1
 
 DESCRIPTION="Python client library for Google data APIs"
-HOMEPAGE="https://code.google.com/p/gdata-python-client/ 
https://pypi.python.org/pypi/gdata;
-SRC_URI="https://gdata-python-client.googlecode.com/files/${P}.tar.gz;
+HOMEPAGE="https://github.com/google/gdata-python-client 
https://pypi.python.org/pypi/gdata;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"

diff --git a/dev-python/gdata/metadata.xml b/dev-python/gdata/metadata.xml
index def01b3..998f3d0 100644
--- a/dev-python/gdata/metadata.xml
+++ b/dev-python/gdata/metadata.xml
@@ -6,6 +6,6 @@
Python


-   gdata-python-client
+   google/gdata-python-client

 



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

2016-11-23 Thread Mike Gilbert
commit: c4ae549ba13afb7cca1fc0a39f488c77210869fd
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Nov 24 03:28:46 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov 24 03:28:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ae549b

dev-python/feedparser: replace googlecode link

Package-Manager: portage-2.3.2_p8

 dev-python/feedparser/feedparser-5.1.3-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/feedparser/feedparser-5.1.3-r2.ebuild 
b/dev-python/feedparser/feedparser-5.1.3-r2.ebuild
index fc56d09..170e4c7 100644
--- a/dev-python/feedparser/feedparser-5.1.3-r2.ebuild
+++ b/dev-python/feedparser/feedparser-5.1.3-r2.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$
 
@@ -9,7 +9,7 @@ inherit distutils-r1 eutils
 
 DESCRIPTION="Parse RSS and Atom feeds in Python"
 HOMEPAGE="https://github.com/kurtmckee/feedparser 
https://pypi.python.org/pypi/feedparser;
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.bz2;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
 
 # sgmllib is licensed under PSF-2.
 LICENSE="BSD-2 PSF-2"



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

2016-11-23 Thread Mike Gilbert
commit: 8e887f69887581844f38cb65a1179ef81838e676
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Nov 24 03:23:03 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov 24 03:26:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e887f69

dev-python/dpkt: bump to 1.8.8

Package-Manager: portage-2.3.2_p8

 dev-python/dpkt/Manifest   |  1 +
 dev-python/dpkt/dpkt-1.8-r1.ebuild |  6 +++---
 dev-python/dpkt/dpkt-1.8.8.ebuild  | 16 
 dev-python/dpkt/metadata.xml   |  1 -
 4 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/dev-python/dpkt/Manifest b/dev-python/dpkt/Manifest
index 9d1547f..1d291e3 100644
--- a/dev-python/dpkt/Manifest
+++ b/dev-python/dpkt/Manifest
@@ -1 +1,2 @@
+DIST dpkt-1.8.8.tar.gz 102074 SHA256 
d99525e534266818ecd122052f4086c684a88491c8073a848193bbf13ed69800 SHA512 
c557b3b22462273ce40119ef045a2b15df1b87538de13de9b2183545e16cc4200545e08f2efe42a5af01d820cc48fde28e1155cc78b1d06a44482706ab485392
 WHIRLPOOL 
2c415c56e0c6ab700b930dfb8233d76d8beb2fadff243e76b0098f2be2e8bd6f749e9d655a4b0524d9ea8560dafa31131520d7374f6c19b34a7eae04fdca9b6a
 DIST dpkt-1.8.tar.gz 76311 SHA256 
c56de2f9dc2f4654a356de0f0d458bb7b1c86c374988e8b4f358556f7dbe0507 SHA512 
25af49a7b79d192382103e056e762e2933f37b6c72f490c9c6740883e18fdde6c983d640aa27514f15f77ac27e2f037b1943adcaa6046872f53d92e08de73cb3
 WHIRLPOOL 
ede240f2a30f8fe9176784feb40b69e1f1f07ce8b88f75817b12c18193b1f6d227fab95f2f57e475c69aa137466863172dda07221cc203cc0d0e816f4a5c4962

diff --git a/dev-python/dpkt/dpkt-1.8-r1.ebuild 
b/dev-python/dpkt/dpkt-1.8-r1.ebuild
index f91848b..7a078da 100644
--- a/dev-python/dpkt/dpkt-1.8-r1.ebuild
+++ b/dev-python/dpkt/dpkt-1.8-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$
 
@@ -7,9 +7,9 @@ PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 
-DESCRIPTION="Fast, simple packet creation / parsing, with definitions for the 
basic TCP/IP protocols"
+DESCRIPTION="Fast, simple packet creation / parsing"
 HOMEPAGE="https://github.com/kbandla/dpkt;
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz;
+SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/dev-python/dpkt/dpkt-1.8.8.ebuild 
b/dev-python/dpkt/dpkt-1.8.8.ebuild
new file mode 100644
index ..65890ff
--- /dev/null
+++ b/dev-python/dpkt/dpkt-1.8.8.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Fast, simple packet creation / parsing"
+HOMEPAGE="https://github.com/kbandla/dpkt;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"

diff --git a/dev-python/dpkt/metadata.xml b/dev-python/dpkt/metadata.xml
index 8be13a4..5f0fe01 100644
--- a/dev-python/dpkt/metadata.xml
+++ b/dev-python/dpkt/metadata.xml
@@ -6,7 +6,6 @@
Python


-   dpkt
kbandla/dpkt

 



[gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/amd64/

2016-11-23 Thread Christoph Junghans
commit: 39c882ba4c337a641ae6d3c456405527b6998cdb
Author: Christoph Junghans  gentoo  org>
AuthorDate: Thu Nov 24 03:19:35 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Thu Nov 24 03:19:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39c882ba

profiles: fixed two typos

 profiles/arch/amd64/package.use.mask | 2 +-
 profiles/base/package.use.mask   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 4abd5f5..d9e1ce3 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -154,7 +154,7 @@ sci-libs/flann -cuda
 # chromium, mono work on this arch (masked in base)
 gnome-extra/zeitgeist-datasources -chromium -tomboy
 
-# Christoph Jungans  (26 Dec 2012)
+# Christoph Junghans  (26 Dec 2012)
 # cuda works on x86/amd64 (masked in base)
 sci-chemistry/gromacs -cuda -mkl
 

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 5e4843a..f84157b 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -649,7 +649,7 @@ gnome-extra/zeitgeist-datasources chromium tomboy
 # See bug #436460 and https://git.gnome.org/browse/tracker/log/?h=evo-new-api
 app-misc/tracker eds
 
-# Christoph Jungans  (26 Dec 2012)
+# Christoph Junghans  (26 Dec 2012)
 # cuda/mkl only works on x86/amd64
 sci-chemistry/gromacs cuda mkl
 



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

2016-11-23 Thread Christoph Junghans
commit: dbe0b5fac847ebb7e05f312b983f16dc71915df0
Author: Christoph Junghans  gentoo  org>
AuthorDate: Thu Nov 24 03:15:05 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Thu Nov 24 03:15:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbe0b5fa

profiles/package.mask: drop old mask

 profiles/package.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index df4acf4..f30ac80 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -186,11 +186,6 @@ sci-geosciences/googleearth
 # Mask Exim RCs
 =mail-mta/exim-4.88_rc5
 
-# Christoph Junghans  (20 Sep 2016)
-# Switch to a non-stable scheme  following google-chrome
-# please unmask latest version yourself
-=www-plugins/google-talkplugin-5.4.2.0
-
 # Michael Palimaka  (15 Sep 2016)
 # KDE PIM 5 masked for wider testing.
 =kde-apps/akonadi-16.08*



[gentoo-commits] repo/gentoo:master commit in: www-plugins/google-talkplugin/

2016-11-23 Thread Christoph Junghans
commit: d8db5d3dd6a8a6c702498fb1fdc87ff5250eb1c0
Author: Christoph Junghans  gentoo  org>
AuthorDate: Thu Nov 24 03:13:38 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Thu Nov 24 03:15:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8db5d3d

www-plugins/google-talkplugin: remove old

Package-Manager: portage-2.3.0

 www-plugins/google-talkplugin/Manifest |   6 -
 .../google-talkplugin-5.38.6.0.ebuild  | 129 -
 .../google-talkplugin-5.4.2.0.ebuild   | 125 
 .../google-talkplugin-5.40.2.0.ebuild  | 127 
 4 files changed, 387 deletions(-)

diff --git a/www-plugins/google-talkplugin/Manifest 
b/www-plugins/google-talkplugin/Manifest
index 91d5a7d..40d8dcd 100644
--- a/www-plugins/google-talkplugin/Manifest
+++ b/www-plugins/google-talkplugin/Manifest
@@ -1,9 +1,3 @@
-DIST google-talkplugin_5.38.6.0-1_amd64.deb 7301206 SHA256 
516c68c9f3bd0786e0d8ed03a36d2d82395d41b4c69342ba6879803f111ef332 SHA512 
82b255ab8023d125c22a9b334c3ef98fe17e7cf657f173c35743bd06c397a11c59136d4e7ff9eeb352e72d745077882ea6ad7122ed33f2467dc8d32586c4290b
 WHIRLPOOL 
af52119b6b57699737cb8326b274625d731f28087586701a6ee24852220e89a482f49df7298d57ee26d527ea2a3ecb61c432e791e38a1dc8426a8911d01669d6
-DIST google-talkplugin_5.38.6.0-1_i386.deb 7175006 SHA256 
c1752d2c76a1a93a0cc21783b5721a76b41da3cc92c9ba497f66a5e5175b5d84 SHA512 
e06e987dbb48daadf18dd394e18e0203cefa787c17429079d0c448ca5a77517b79b2603078defbb52edaccb46a0dfeb56141d50a659ddb3511e83e3ca002de56
 WHIRLPOOL 
cc85caa837e82e376d77d26735f213429c5abe46f4cded4d83164771df8eb200d03cea18a107ce0358fee17cbd6fc565794b125e0036794f87eb50423b69ae74
-DIST google-talkplugin_5.4.2.0-1_amd64.deb 8012042 SHA256 
e5921ac2a1117358663d0603601d95770055de78cb2cc3a362bc50b04fa1bb93 SHA512 
b6fa75d9e5d7dadc7d4bf5c732fe5587f3a5e2312a6ad0675f3b44f593b449e612aa0f9c72ab89afce9907363c4bbd48e19917ef3efb63e42c6dfbef71e6530f
 WHIRLPOOL 
b5b8cb2d6755da81e4fd487fa0962f96096b81b35a7633359a20a74fedb42b6148428a17f7a636d328109c4460987a344953b86bdfcd5fcf27f0829684aba3cd
-DIST google-talkplugin_5.4.2.0-1_i386.deb 7305310 SHA256 
0942302742cc7f4d96a62c606765f3f4304a304987ebb44cc574fbd276fef8d9 SHA512 
82cde8262d12ff9c36cbce57e5ebc55ffd30fd16e846af3433bf6cd8340b47b1c9784660468d271a5907beb50fba71917ad685d2212f92642f32dbbe170ae082
 WHIRLPOOL 
dea482abb3b0d9c310ad7047a8951ce3589d5c247c565cb444051a22e5e38a71ffabee00dac2d5b4e76dd107c844339bbd0df6913c38674f6fa999748b4c3a2c
-DIST google-talkplugin_5.40.2.0-1_amd64.deb 7723806 SHA256 
598874e41c2993e2a89c7ea1b063aef1b770c0ba6b34fb019dccb412ac7cb8d4 SHA512 
a76760e7cad0584fb18aab065d1beae57c6f83681498643e09955f3f14bd0b0b3de8ca57cfe3f68641154a52f5d41840d51128aa1059eb342c56f662bab54e7d
 WHIRLPOOL 
ef671d05e36fbe1360ca7bd4f900404d295e69811c791f4b2ca231b2c9548becf4c02291c5e468801f7fde91b3ce5e0dee374b4eca78eb436fbbd80dbce9cc13
-DIST google-talkplugin_5.40.2.0-1_i386.deb 7621704 SHA256 
7d0a0a0e7e7f375442b31d70feea96d0fbd573ce505ef6f32b8bb5d640e22486 SHA512 
cb593a89de2129b5205f08382d5fe39f47351ed5c821e379bcbb0bdc2d62174e7c609c779ff5103795c8177862a9e8d017f2a7d711f5633f50a5b5fa2d251775
 WHIRLPOOL 
0e042dd1b9469cb7fce543cba2653602f8307d385dcdabb3405ff5591827eaed815812b994fe5b0c0c8a87a2e77da02b38d86fbb5f45a5b518a77f05d3515f38
 DIST google-talkplugin_5.41.0.0-1_amd64.deb 7813320 SHA256 
9d878736e0c7a386dcd1abba237d28cfc76c44b933943cb6e9c0bcf10d5fa11d SHA512 
cfeed6384fee1f25c12a90c3b39081f058dbcc1043a4692450f143569ce1fe6b94f0978f76362eafac87a15820b806fd01cc9975d80c076d35456533f9486cb1
 WHIRLPOOL 
0f54965e30738e6fec274412c8d8bb38b3add28946cef1b9fe6acc2b4c5639cb6b1bf84f6a187bb3e4f1afdc00b311da0771610c6a56f12582efded7c88ddcbb
 DIST google-talkplugin_5.41.0.0-1_i386.deb 7659028 SHA256 
de1fcc0fc614a91df30a0a185a0b620abf44152e30a9ba5004f6b52abd0d8fd1 SHA512 
ca5cd6b296791de471151710558d6fb501d584620703817ba5de769d639b653fd67ed30ae6d3aff3411b69c39a22232f2af9067d8b771677d26c561ffe958533
 WHIRLPOOL 
1cfef503cd74b3e814a528463f0a42865672efbb6faaad63aadbc538428b75fc8ce1520d2ef8a0e22505702da54b087ded94fb05a3d31086317821be4a8dce82
 DIST google-talkplugin_5.41.3.0-1_amd64.deb 7800474 SHA256 
af7e23d2b6215afc547f96615b99f04e0561557cc58c0c9302364b5a3840d97d SHA512 
8802c1726c9b362db5302a8b2243c8d84c2b35b9ab55adacc08ed05a5fb98d2778c2ff516a5df13bcaa499ab9d902481957b119624467be69a2833e0b76ba218
 WHIRLPOOL 
b5ef8da35ca051a9984558238120a136d0dd12c1c32191e5e754d61300bbaa71f7a9fba95dde77a9bef692a7605c6bcbf403389d9a4a75bde6de436b6bc8b9b7

diff --git a/www-plugins/google-talkplugin/google-talkplugin-5.38.6.0.ebuild 
b/www-plugins/google-talkplugin/google-talkplugin-5.38.6.0.ebuild
deleted file mode 100644
index 5a7176e..
--- a/www-plugins/google-talkplugin/google-talkplugin-5.38.6.0.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-

[gentoo-commits] repo/gentoo:master commit in: dev-python/django-ldap-groups/

2016-11-23 Thread Mike Gilbert
commit: 7aa41009e124ba31940be0d7fd470dfa9b86cd43
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Nov 24 03:14:37 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov 24 03:14:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aa41009

dev-python/django-ldap-groups: replace googlecode links

Package-Manager: portage-2.3.2_p8

 dev-python/django-ldap-groups/django-ldap-groups-0.1.3-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/django-ldap-groups/django-ldap-groups-0.1.3-r1.ebuild 
b/dev-python/django-ldap-groups/django-ldap-groups-0.1.3-r1.ebuild
index 4913179..2a95433 100644
--- a/dev-python/django-ldap-groups/django-ldap-groups-0.1.3-r1.ebuild
+++ b/dev-python/django-ldap-groups/django-ldap-groups-0.1.3-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$
 
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
 DESCRIPTION="A reusable application for the Django web framework"
-HOMEPAGE="https://code.google.com/p/django-ldap-groups;
-SRC_URI="https://django-ldap-groups.googlecode.com/files/${P}.tar.gz;
+HOMEPAGE="https://pypi.python.org/pypi/django-ldap-groups;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 KEYWORDS="amd64 x86"
 IUSE=""



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

2016-11-23 Thread Mike Gilbert
commit: 56dd3deda3f06c4bc5ad101237b8ea0a0e832da3
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Nov 24 03:11:19 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov 24 03:11:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56dd3ded

dev-python/columnize: replace googlecode links

Package-Manager: portage-2.3.2_p8

 dev-python/columnize/Manifest  | 2 +-
 dev-python/columnize/columnize-0.3.5-r1.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/columnize/Manifest b/dev-python/columnize/Manifest
index 341da93..8adc64c 100644
--- a/dev-python/columnize/Manifest
+++ b/dev-python/columnize/Manifest
@@ -1,3 +1,3 @@
-DIST columnize-0.3.5.tar.gz 8838 SHA256 
b5793700ef089584681ae703b4bb3b9a31be57eff09021162048d79ef480af68 SHA512 
7df49fcb52e2eafd47ca0dad4529117c4181b3306f984c02bf470bdec427bd92c92680caf91398a918bee17c30d4d5a9accd1999241daa1e298d0016e3257d08
 WHIRLPOOL 
18ce0c5fc16832a6db2dddfac628798018e995f185ef4bceccfdafc4cd3a97d17807bd5f0e36de6e36feaeb3dbed1dacf558f28678f4dc7efc547c7b275ebe9b
+DIST columnize-0.3.5.tar.gz 8841 SHA256 
a6f2d3b7c3ee154c2245f523a581d25cf5465ba8ff16b936ef4ce394ff0abc36 SHA512 
b3090f6588ace5c204a6e31a93ad4bd659df81a0b5568003a970a04b456c946fd1c6adf13122a3327b7032e54e04f0410c06d8c377854de51017842ce58cc360
 WHIRLPOOL 
f904da128e0d91d72a3f4519590fe7a39df508800ba27444d19c8a1ea10281f3b80d5583f69fa11056803c07652ad3431b94dc6800154043a2376a487038ce91
 DIST columnize-0.3.8.tar.gz 9464 SHA256 
c94d9173e0cb34682b1f63d2cea5924a522ef588981a7baa6a4c08a785808555 SHA512 
4bcf232f2c8057eb8a77ab8c140a69c15831291da7476032f8b257774d9f945009bdd2d6295e98dceddcf9943b5e0b5e8eeab6bd229d2ae126f11c421b2e1dae
 WHIRLPOOL 
d21410955c3d461246cc7e02fd09277a9071017a287a23ec0d36cbeeef273b8bf4d4be289472f9882bede39afa552934a610bbe2e559929a34963eedad3972dd
 DIST columnize-0.3.9.tar.gz 8581 SHA256 
fabb8e0e3a2241b18f31bf2416934f338c6ca1d3bbbaf434979813bf2a3e442b SHA512 
2bb9a25200a1574cc6471ce06dfb2b4b62c5a23fa0e4fabad515dd2939b3f67ca61132121e4326dd820691691dce67d664302d99248ea2d5c5f25357203d9d08
 WHIRLPOOL 
cda86155e7df2b7b46f372c78fb681733e2a0bcd1a837bb8b009d1c9ebeb73cb07ca92c71abbf67431a5970f354bf98b90c8682c0c410bd89a8e57f96d5767de

diff --git a/dev-python/columnize/columnize-0.3.5-r1.ebuild 
b/dev-python/columnize/columnize-0.3.5-r1.ebuild
index 579c0a2..194781f 100644
--- a/dev-python/columnize/columnize-0.3.5-r1.ebuild
+++ b/dev-python/columnize/columnize-0.3.5-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$
 
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
 DESCRIPTION="Format a simple (i.e. not nested) list into aligned columns"
-HOMEPAGE="https://code.google.com/p/pycolumnize/ 
https://pypi.python.org/pypi/columnize;
-SRC_URI="https://pycolumnize.googlecode.com/files/${P}.tar.gz;
+HOMEPAGE="https://github.com/rocky/pycolumnize 
https://pypi.python.org/pypi/columnize;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"



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

2016-11-23 Thread Mike Gilbert
commit: dac6e3c2432dc1f0f3c67bc7fb29ed96bb454b6b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Nov 24 03:05:59 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov 24 03:06:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dac6e3c2

dev-python/amqplib: replace googlecode links

Package-Manager: portage-2.3.2_p8

 dev-python/amqplib/amqplib-0.6.1-r1.ebuild | 6 +++---
 dev-python/amqplib/amqplib-1.0.2-r1.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-python/amqplib/amqplib-0.6.1-r1.ebuild 
b/dev-python/amqplib/amqplib-0.6.1-r1.ebuild
index 41e3717..7cbcb76 100644
--- a/dev-python/amqplib/amqplib-0.6.1-r1.ebuild
+++ b/dev-python/amqplib/amqplib-0.6.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1 eutils
 
 DESCRIPTION="Python client for the Advanced Message Queuing Procotol (AMQP)"
-HOMEPAGE="https://code.google.com/p/py-amqplib/;
-SRC_URI="https://py-amqplib.googlecode.com/files/${P}.tgz;
+HOMEPAGE="https://barryp.org/software/py-amqplib/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tgz"
 
 LICENSE="LGPL-3"
 SLOT="0"

diff --git a/dev-python/amqplib/amqplib-1.0.2-r1.ebuild 
b/dev-python/amqplib/amqplib-1.0.2-r1.ebuild
index 3826509..9e9e59e 100644
--- a/dev-python/amqplib/amqplib-1.0.2-r1.ebuild
+++ b/dev-python/amqplib/amqplib-1.0.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$
 
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
 inherit distutils-r1
 
 DESCRIPTION="Python client for the Advanced Message Queuing Procotol (AMQP)"
-HOMEPAGE="https://code.google.com/p/py-amqplib/;
-SRC_URI="https://py-amqplib.googlecode.com/files/${P}.tgz;
+HOMEPAGE="https://barryp.org/software/py-amqplib/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tgz"
 
 LICENSE="LGPL-3"
 SLOT="0"



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

2016-11-23 Thread Yixun Lan
commit: 932f1b328b17a73c95d1edb1b94f8bfb78ce1489
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Nov 24 02:38:47 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Nov 24 02:40:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=932f1b32

net-proxy/shadowsocks-libev: version bump

Gentoo-Bug: 600438

Package-Manager: portage-2.3.2

 net-proxy/shadowsocks-libev/Manifest   |  1 +
 .../shadowsocks-libev-2.5.6.ebuild | 77 ++
 2 files changed, 78 insertions(+)

diff --git a/net-proxy/shadowsocks-libev/Manifest 
b/net-proxy/shadowsocks-libev/Manifest
index b4e09b9..ace42ab 100644
--- a/net-proxy/shadowsocks-libev/Manifest
+++ b/net-proxy/shadowsocks-libev/Manifest
@@ -1,2 +1,3 @@
 DIST shadowsocks-libev-2.5.4.tar.gz 1538962 SHA256 
06cb4e8c42d9f2876def93255753f72757e07118968498057e124937705d46c2 SHA512 
126ae569f7a9204ae4f2fb52f2a00f06971eeebf75ee81b8f38dd784ddb79aaa71621c9882e1c6c7ada243bed3535753caa3f5e68365bc1752c657c97cc1e2fb
 WHIRLPOOL 
723154a9fef417281903e1ab3c1a74cb2aa939acd1f286f0cda16c520c5bf2ee7f164701ece4aed803199a62dfad9184ac774e237e05d9e97a19b9d9fc2d8e74
 DIST shadowsocks-libev-2.5.5.tar.gz 1539044 SHA256 
46a72367b7301145906185f1e4136e39d6792d27643826e409ab708351b6d0dd SHA512 
5ce15288f23bcb566428b6a46fb47375c9c89ace658e32f049208c6dd5ec644d1be6c1d844f5edaf4073be52e846d37b6d78a310f64f50a95811dfbcc0f91188
 WHIRLPOOL 
fde30bc7c3ff0c75dba7bce45370eecb5bac84c13c049eb7a850e34e4cd3dfbb8ea1147301d9fbe19d8373336526e8fa454410e2c9e6429ffd893fb53abe398f
+DIST shadowsocks-libev-2.5.6.tar.gz 1552674 SHA256 
fa232047d12d39bf19f3539828ca1662da5e5905bfc03163ba20c37fe8e94d8f SHA512 
577d8a6af9eac0aa5fe419cdf7d8be7396d654cec32b274d0db756480c340b3b61500c3b60e48aa82537b57a6a8c13dc00781790691897b139e0e7cc60161fb7
 WHIRLPOOL 
bf33e32335120bdebe0d9a86abed9c8594f6289d709089caa9099cea0502e573979c624fcf741fe39a383a3c68ced41a9b77d494f0ec28e139fb44f4481d04bc

diff --git a/net-proxy/shadowsocks-libev/shadowsocks-libev-2.5.6.ebuild 
b/net-proxy/shadowsocks-libev/shadowsocks-libev-2.5.6.ebuild
new file mode 100644
index ..dc1a936
--- /dev/null
+++ b/net-proxy/shadowsocks-libev/shadowsocks-libev-2.5.6.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils systemd
+
+DESCRIPTION="A lightweight secured SOCKS5 proxy for embedded devices and low 
end boxes"
+HOMEPAGE="https://github.com/shadowsocks/shadowsocks-libev;
+
+MY_PV="v${PV}"
+SRC_URI="https://github.com/shadowsocks/${PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug doc +openssl mbedtls +system-libs"
+
+RDEPEND="openssl? ( dev-libs/openssl:= )
+   mbedtls? ( net-libs/mbedtls )
+   system-libs? (
+   >=dev-libs/libsodium-1.0.8
+   dev-libs/libev
+   net-libs/udns
+   )
+   dev-libs/libpcre
+   "
+DEPEND="${RDEPEND}
+   sys-kernel/linux-headers
+   doc? (
+   app-text/asciidoc
+   app-text/xmlto
+   )
+   "
+
+REQUIRED_USE=" ^^ ( openssl mbedtls )"
+
+src_configure() {
+   local myconf=" \
+   $(use_enable debug assert) \
+   $(use_enable system-libs system-shared-lib) \
+   --with-crypto-library=$(usex openssl openssl mbedtls)
+   "
+   use doc || myconf+="--disable-documentation"
+   econf ${myconf}
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+
+   dodir "/etc/${PN}"
+   insinto "/etc/${PN}"
+   newins "${FILESDIR}/shadowsocks.json" shadowsocks.json
+
+   newinitd "${FILESDIR}/shadowsocks.initd" shadowsocks
+   dosym /etc/init.d/shadowsocks /etc/init.d/shadowsocks.server
+   dosym /etc/init.d/shadowsocks /etc/init.d/shadowsocks.client
+   dosym /etc/init.d/shadowsocks /etc/init.d/shadowsocks.redir
+   dosym /etc/init.d/shadowsocks /etc/init.d/shadowsocks.tunnel
+
+   dodoc -r acl
+
+   systemd_newunit "${FILESDIR}/${PN}-local_at.service" 
"${PN}-local@.service"
+   systemd_newunit "${FILESDIR}/${PN}-server_at.service" 
"${PN}-server@.service"
+   systemd_newunit "${FILESDIR}/${PN}-redir_at.service" 
"${PN}-redir@.service"
+   systemd_newunit "${FILESDIR}/${PN}-tunnel_at.service" 
"${PN}-tunnel@.service"
+}
+
+pkg_setup() {
+   elog "You need to choose the mode"
+   elog "  server: rc-update add shadowsocks.server default"
+   elog "  client: rc-update add shadowsocks.client default"
+   elog "  redir:  rc-update add shadowsocks.redir default"
+   elog "  tunnel: rc-update add shadowsocks.tunnel default"
+}



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

2016-11-23 Thread Jason Donenfeld
commit: 13b2c0abe664004fa2a1e2aa8ea709997bd64a76
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Thu Nov 24 02:37:24 2016 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Thu Nov 24 02:37:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13b2c0ab

app-misc/fdupes: bump

We also rename stable from 1.51 to 1.5.1 so that versioning can work. But, no 
other changes to the stable package, and hopefully it will be going away soon 
anyway.

Package-Manager: portage-2.3.2
RepoMan-Options: --force

 app-misc/fdupes/Manifest   |  1 +
 .../{fdupes-1.51.ebuild => fdupes-1.5.1.ebuild}| 12 -
 app-misc/fdupes/fdupes-1.6.1.ebuild| 30 ++
 3 files changed, 36 insertions(+), 7 deletions(-)

diff --git a/app-misc/fdupes/Manifest b/app-misc/fdupes/Manifest
index db0a598..c364ab0 100644
--- a/app-misc/fdupes/Manifest
+++ b/app-misc/fdupes/Manifest
@@ -1 +1,2 @@
 DIST fdupes-1.51.tar.gz 48942 SHA256 
87dbc85b7b9cdb9626e713dd8078bd7487bceb58d47ceaff5404a9e6fd062881 SHA512 
7cbc414f25427793317667b8d5494f7247a08ba402855929de77d1db01eb3dce41ea608f8dcca047c4a7856e02b10261982cf2acd7f6a79ab726b3009c710a8d
 WHIRLPOOL 
49c4ac195270972246e54f1249749afde889926067e6a3c88f14dbe738b1ba40c085c4b6c9fc0bcbb3fa83de0bf21c54a24eea91307143083648b333c50d7305
+DIST fdupes-1.6.1.tar.gz 20869 SHA256 
9d6b6fdb0b8419815b4df3bdfd0aebc135b8276c90bbbe78ebe6af0b88ba49ea SHA512 
6c6662b70068c2f48f4be64a6830c81a66852d650391d0756f20b9ac0df7d70c1a32918bd7cbd50e19de524d9ebc09ea338c19636e1807b071eb96b325e641db
 WHIRLPOOL 
811daccb06f2061b9ad2b6c86a2126c0ea1a496f1fd712dbebb1be0427c8cf35d03f001f810af92ecc57f4c5af98a32df8ce26231fbd0b7b8cb203e5f5662e4f

diff --git a/app-misc/fdupes/fdupes-1.51.ebuild 
b/app-misc/fdupes/fdupes-1.5.1.ebuild
similarity index 70%
rename from app-misc/fdupes/fdupes-1.51.ebuild
rename to app-misc/fdupes/fdupes-1.5.1.ebuild
index 3a43ae9..4225cb9 100644
--- a/app-misc/fdupes/fdupes-1.51.ebuild
+++ b/app-misc/fdupes/fdupes-1.5.1.ebuild
@@ -7,13 +7,11 @@ EAPI=5
 inherit eutils flag-o-matic toolchain-funcs
 
 MY_P="${PN}-${PV/_pre/-PR}"
+MY_P="${MY_P/5\.1/51}"
 
 DESCRIPTION="Identify/delete duplicate files residing within specified 
directories"
-HOMEPAGE="https://github.com/adrianlopezroche/fdupes 
https://code.google.com/p/fdupes/;
-SRC_URI="
-   https://fdupes.googlecode.com/files/${P}.tar.gz
-   https://github.com/adrianlopezroche/${PN}/archive/${P}.tar.gz
-   "
+HOMEPAGE="https://github.com/adrianlopezroche/fdupes;
+SRC_URI="https://github.com/adrianlopezroche/${PN}/archive/${P/5\.1/51}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
@@ -24,10 +22,10 @@ S="${WORKDIR}/${MY_P}"
 
 src_prepare() {
epatch \
-   "${FILESDIR}"/${P}-makefile.patch \
+   "${FILESDIR}"/${PN}-1.51-makefile.patch \
"${FILESDIR}"/${PN}-1.50_pre2-compare-file.patch \
"${FILESDIR}"/${PN}-1.50_pre2-typo.patch \
-   "${FILESDIR}"/${P}-fix-stdin-lvalue.patch
+   "${FILESDIR}"/${PN}-1.51-fix-stdin-lvalue.patch
 
append-lfs-flags
 }

diff --git a/app-misc/fdupes/fdupes-1.6.1.ebuild 
b/app-misc/fdupes/fdupes-1.6.1.ebuild
new file mode 100644
index ..7d51f84
--- /dev/null
+++ b/app-misc/fdupes/fdupes-1.6.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils flag-o-matic toolchain-funcs
+
+DESCRIPTION="Identify/delete duplicate files residing within specified 
directories"
+HOMEPAGE="https://github.com/adrianlopezroche/fdupes;
+SRC_URI="https://github.com/adrianlopezroche/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos"
+IUSE=""
+
+src_prepare() {
+   append-lfs-flags
+}
+
+src_compile() {
+   emake CC=$(tc-getCC)
+}
+
+src_install() {
+   dobin fdupes
+   doman fdupes.1
+   dodoc CHANGES CONTRIBUTORS README TODO
+}



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

2016-11-23 Thread Mike Gilbert
commit: 0b568281d2c812f2c79c09c4548c951d4ba446f8
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Nov 24 02:24:44 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov 24 02:24:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b568281

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

Package-Manager: portage-2.3.2_p8

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

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 6a7eb2c..9f83361 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_55.0.2883.59-1_amd64.deb 48838084 SHA256 
a56061ff5a7d665e891d631469cfc0e6008194e9238057823dd22cd37eb209c5 SHA512 
64dc35948114debe2fe0eed0c10418f3b075fd75e0badb08a30bf4f2d94cd02d387dcd31c71bd3c53de3259ab2421b6ebc75ccd2861ebba56e41a9d84ea7f3c3
 WHIRLPOOL 
8d46d5fc8f2545a720cb98958ed2a18e6e6aebe3ff721d74b6ce99da235959ac0592a6cdccba6a5cacb8180efa151d1abc2ca5bc2732cd5b3904f2efd11885bd
 DIST google-chrome-stable_54.0.2840.100-1_amd64.deb 45600222 SHA256 
89f0fc871ce19f68b9edfccd6eee1f81cc4b8f79b98a86a30296cf639bf28917 SHA512 
d7401e329e5d5e68f450ff3789f328106a8489fc324c9753c32ab83cdf5167bb1433f2713fed0ae8afff08646b403a51534e0b32165b58507a1a4d14607cead5
 WHIRLPOOL 
74d88b133d418c678b4b3cbe50a424988fc755fee97b26738065342a9b863b7d30d830a6d9ca901648fcf42846661d9f72989e1b72a457f4e2892905d63e9e51
-DIST google-chrome-unstable_56.0.2922.1-1_amd64.deb 49132228 SHA256 
0b11223b4286226d69eef3841de87d6c8fc8c7d05c5fea1fa5a52c2320966409 SHA512 
d8049ea069a4a6c23accfcc944ced247667c11aba22c47ca0d7b16b47f0b14039621441e34694806ea36136bc128f21fbbe1bd426dec9b2cb9e5915a829b56cd
 WHIRLPOOL 
8fc8f1e4fb00a394de2fc099f13fdb2b10b39497562afc37a5c49e2c37b39d3abc15fc774bc69a45f7563b98c3a31d5f09ad5220f560c3d2e2ad02852bf6e8fc
+DIST google-chrome-unstable_56.0.2924.3-1_amd64.deb 48964906 SHA256 
e987576097fe4bd8856f404a3089ee0e7f848ae1f07db1f73294ce652150eaa5 SHA512 
6c2d4c46a48ca54bf790a7e6a25dda2e6e0f84eb5bbc82ec74d600a04e7e5a9ac54c18b2a1f339b62b8743213fa01557dc0a53d87037519b846ecea8bc8b5202
 WHIRLPOOL 
26596ff7d39302dac7d20f339aaf9b73094782c6afa40fd4e2c9f5e449d6a881d408eb3c447b2759efd24aeaad65ac3d7b4a1c7a19c7b4c853bbc7febb5340b3

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



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

2016-11-23 Thread Mike Gilbert
commit: 4b87fbc998bd168153c3bd285f72b4e7e0f8d069
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Nov 24 02:24:37 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov 24 02:24:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b87fbc9

www-client/google-chrome-unstable: automated update (56.0.2924.3)

Package-Manager: portage-2.3.2_p8

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

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index 3944e53..05667f0 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_56.0.2922.1-1_amd64.deb 49132228 SHA256 
0b11223b4286226d69eef3841de87d6c8fc8c7d05c5fea1fa5a52c2320966409 SHA512 
d8049ea069a4a6c23accfcc944ced247667c11aba22c47ca0d7b16b47f0b14039621441e34694806ea36136bc128f21fbbe1bd426dec9b2cb9e5915a829b56cd
 WHIRLPOOL 
8fc8f1e4fb00a394de2fc099f13fdb2b10b39497562afc37a5c49e2c37b39d3abc15fc774bc69a45f7563b98c3a31d5f09ad5220f560c3d2e2ad02852bf6e8fc
+DIST google-chrome-unstable_56.0.2924.3-1_amd64.deb 48964906 SHA256 
e987576097fe4bd8856f404a3089ee0e7f848ae1f07db1f73294ce652150eaa5 SHA512 
6c2d4c46a48ca54bf790a7e6a25dda2e6e0f84eb5bbc82ec74d600a04e7e5a9ac54c18b2a1f339b62b8743213fa01557dc0a53d87037519b846ecea8bc8b5202
 WHIRLPOOL 
26596ff7d39302dac7d20f339aaf9b73094782c6afa40fd4e2c9f5e449d6a881d408eb3c447b2759efd24aeaad65ac3d7b4a1c7a19c7b4c853bbc7febb5340b3

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



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

2016-11-23 Thread Mike Gilbert
commit: 6ed4630e569eb5155301eaaed509664fa3f4775f
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Nov 24 02:22:47 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov 24 02:23:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ed4630e

www-client/chromium: beta channel bump (55.0.2883.59)

Package-Manager: portage-2.3.2_p8

 www-client/chromium/Manifest| 2 +-
 .../{chromium-55.0.2883.44.ebuild => chromium-55.0.2883.59.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 8c7c936..2750d5b 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,5 +1,5 @@
 DIST chromium-54.0.2840.100.tar.xz 479762112 SHA256 
e2e7f54a780c93ec2e933af09e1126837e6cf940b57213d39f36d58df10c89df SHA512 
52f34db6f68bbf2c8a1ac71789dfa7b6ee17ea97519d0a9a1079d78324cffe55572652701e05055f08e03230d887674757322399062f2f5354b1e43c3fdf8f78
 WHIRLPOOL 
e9e47d695b32aff2a5c654cdec664ea3f94307639e9f330bd231ff6d762ea9caffe1130595dbb36443eefc8bccac92839bc967db89dbed236c5bfa91c6fc6e9b
-DIST chromium-55.0.2883.44.tar.xz 511128216 SHA256 
f55e00cb01da17541da52aa02ebf3a5001be773c3fcd7b2f824c0a425d6c85b7 SHA512 
464e5c68fcde6afc0b4212db9864b17ab7d4f4ea51640e2379b7abcd12aa675fdea66e033e3b1c25437958e16d1537d62bd2e3ff878007c08a184c188fb94d57
 WHIRLPOOL 
c9001e99ae818ce8bbba8a21e786a09e55a7ae07c076c67001cd45a51e605b71035183232e6d83aa3662ff533f369541af720db4531bbbfd0ecf6eabddfa0443
 DIST chromium-55.0.2883.52.tar.xz 511073464 SHA256 
832ae7327426a978394f694a983e90ebdd0ddb585cfe6d9e396c5d9d7cc7727b SHA512 
1b0122ffd2be3cd93d217b3226b18a43cd5735ad2361ba5d9af86935e9bd5b361c729aeaf44b2167583fa220aedea733f4138bdc6f7de5d08a2e32abc15eaa62
 WHIRLPOOL 
32792f92ffdc6e549f5962be4f298bbfcb203bbc72e2b1ae5cfe0927641c852e2f440f8fd67b1a7e4b32ca8c66d6b23324de3a1d43d57d3cf652d649524295c4
+DIST chromium-55.0.2883.59.tar.xz 511190280 SHA256 
3002fc19a53a5829294c4de9e8a4248ad9282f0527bb37825b04c8b6dd40ac57 SHA512 
5c07de7c6460ea0e4febb3b384f72d423b16acb5f73532a03e7eaf341241dec22d0c25d8bc76098cd52cd500c27931a865b2d37c354b03a217f4527f6b324250
 WHIRLPOOL 
07d5f80d462a4d66f54324698e3ebe99bc176bd5c1398c3f392f2c4564377a3effb57785cf356031373746486f7299fc400f3c1cfbd3e8335fb40700f736226c
 DIST chromium-56.0.2914.3.tar.xz 511525012 SHA256 
f64c788adeb1060a58c737af37f8973abb8fb9cc765c1a841d3700b3cb4a1fdd SHA512 
521e567ef8b89e1f8ebd298ab19d269784ffc31dfbc9dd2588ce886d7b052924304ea4c0c4fb7b2555ab4b4c2adc9fbff07cdb455d898fc3a71744b118cbef04
 WHIRLPOOL 
94000767786746748d7896d28270f5c02ccfabdd413434b117d17799d6e502f4376a2ca5753fde8f9f5f5897627da55fd460bcb7b4c34aab25c3d662ad3fc109
 DIST chromium-56.0.2922.1.tar.xz 512531332 SHA256 
b1704c200ff274919a636cf3952643e3ab1feb2c621be054243a97f75e3c7a7a SHA512 
19c3986c34fb14d34296a5881b694b8c25b98998392329192199204cbf52f354c4977d81c0414916783fe88de9c0ea6a8b9182b77f2b000c257d5ef37a49706d
 WHIRLPOOL 
56890f6ec90fc4df62f27f2154d0401ac5268d31fe4d66f787536b3050d3e3b0853671ad7ae4c8db637d3c1a42e612d696efc3e541bcba9bc05ac5ced88adade

diff --git a/www-client/chromium/chromium-55.0.2883.44.ebuild 
b/www-client/chromium/chromium-55.0.2883.59.ebuild
similarity index 100%
rename from www-client/chromium/chromium-55.0.2883.44.ebuild
rename to www-client/chromium/chromium-55.0.2883.59.ebuild



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

2016-11-23 Thread Michael Orlitzky
commit: a3280f04628bd715454ef3acbb619062ef64f83c
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Nov 24 02:20:37 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Nov 24 02:20:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3280f04

profiles: unmask dev-php/pecl-http:0 which has been removed from the tree.

Gentoo-Bug: 587466

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 46827e9..df4acf4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -278,7 +278,6 @@ games-action/awesomenauts
 # Removal in 90 days
 virtual/httpd-php:5.5
 dev-lang/php:5.5
-dev-php/pecl-http:0
 =dev-php/pecl-mailparse-2.1.6-r1
 
 # Pacho Ramos  (21 Aug 2016)



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

2016-11-23 Thread Michael Orlitzky
commit: 69618933ba8a2d4622574ef1bd9d0bf72555bfb8
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Nov 24 02:02:38 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Nov 24 02:02:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69618933

dev-php/pecl-http: remove old masked versions.

This removal is in response to CVE-2016-5873. That vulnerability may
not in fact affect our pecl-http-1.x, according to Comment 2 on the
associated bug. However, php-5.5 is end-of-life and masked in the
tree, and the removed versions of pecl-http only support php-5.5. As
a result, their days were numbered anyway.

Gentoo-Bug: 587466

Package-Manager: portage-2.3.0

 dev-php/pecl-http/Manifest  |  1 -
 dev-php/pecl-http/pecl-http-1.7.6-r2.ebuild | 62 --
 dev-php/pecl-http/pecl-http-1.7.6-r3.ebuild | 69 -
 3 files changed, 132 deletions(-)

diff --git a/dev-php/pecl-http/Manifest b/dev-php/pecl-http/Manifest
index 994e37b..d3339f2 100644
--- a/dev-php/pecl-http/Manifest
+++ b/dev-php/pecl-http/Manifest
@@ -1,3 +1,2 @@
-DIST pecl_http-1.7.6.tgz 174722 SHA256 
e87207a7dcd713bef0eb3701b552e0d173fbd73dbd52f9d3968851112e899983 SHA512 
e548073e08d106c9ee633dc00c2728845e3a1403c065134a0e8111899b52dacb7175cea836e19da8cf2b7f42fe58c084602003bb79f16d529bc109c39a78bbca
 WHIRLPOOL 
778bd7f1a0bb1698c4a6a8745a40ea5c757ade6cfc027b99bd10f92cc3b111ceb7887a582216c8a303a2ce8edfc90c653b4c055b057691f873c2e3dbd78f740a
 DIST pecl_http-2.5.6.tgz 200469 SHA256 
8435eb9082b8fdc56b630e3d3d8e63617a3bc43d360f6f49fbd7b1856b266be4 SHA512 
a4ddb2e55b537a240dc79ad38665f9cb79ef56a70f50e0393ca19c36f744c21374ba801e31e68545516c4be98cff65587ee91b2b25f05dd587120afcb87dfe4a
 WHIRLPOOL 
d4d2158b610c959a558b450a79a77a7f9de53d6e75982e920c4b64d48731139223659af149b9894c2fee1a477005af34a57cb33a806429e11446d5162b031b89
 DIST pecl_http-3.0.1.tgz 197372 SHA256 
4e45ea546e3245669887ec98187666ccb4aa3df15078335b1c02c824c8165031 SHA512 
344ae45987269d9505ffed6059be378005298d89c5e39bda6f771d8bf5a1998e91c214c03d32b9c78329c95e4928d35d3659dd3a1c70071aa5b2bd2763852098
 WHIRLPOOL 
76538ec0b94ef5d63808b625a8e73ab499c2afc78cd0f31823dcea4de66d865f7cf8387cc67eac1f19fec032a7ac7b7775685048ac0c6f76fadccfc1d932026c

diff --git a/dev-php/pecl-http/pecl-http-1.7.6-r2.ebuild 
b/dev-php/pecl-http/pecl-http-1.7.6-r2.ebuild
deleted file mode 100644
index 3dde9ed..
--- a/dev-php/pecl-http/pecl-http-1.7.6-r2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PHP_EXT_NAME="http"
-PHP_EXT_PECL_PKG="pecl_http"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS="docs/examples/tutorial.txt ThanksTo.txt KnownIssues.txt"
-
-# Does not compile with php5-6
-USE_PHP="php5-5 php5-4"
-
-inherit php-ext-pecl-r2 php-ext-source-r2
-
-KEYWORDS="amd64 x86"
-
-DESCRIPTION="Extended HTTP Support for PHP"
-LICENSE="BSD-2 MIT"
-SLOT="0"
-IUSE=""
-
-DEPEND="net-misc/curl
-   sys-libs/zlib
-   dev-libs/libevent
-   dev-lang/php[hash,session,iconv]
-   "
-RDEPEND="${DEPEND}"
-
-my_conf="--enable-http \
-   --with-http-curl-requests \
-   --with-http-zlib-compression \
-   --with-http-curl-libevent \
-   --with-http-magic-mime"
-
-src_install() {
-   php-ext-pecl-r2_src_install
-
-   php-ext-source-r2_addtoinifiles "http.etag.mode" "MD5"
-   php-ext-source-r2_addtoinifiles "http.force_exit" "1"
-   php-ext-source-r2_addtoinifiles "http.log.allowed_methods" ""
-   php-ext-source-r2_addtoinifiles "http.log.cache" ""
-   php-ext-source-r2_addtoinifiles "http.log.composite" ""
-   php-ext-source-r2_addtoinifiles "http.log.not_found" ""
-   php-ext-source-r2_addtoinifiles "http.log.redirect" ""
-   php-ext-source-r2_addtoinifiles "http.only_exceptions" "0"
-   php-ext-source-r2_addtoinifiles "http.persistent.handles.ident" "GLOBAL"
-   php-ext-source-r2_addtoinifiles "http.persistent.handles.limit" "-1"
-   php-ext-source-r2_addtoinifiles "http.request.datashare.connect" "0"
-   php-ext-source-r2_addtoinifiles "http.request.datashare.cookie" "0"
-   php-ext-source-r2_addtoinifiles "http.request.datashare.dns" "1"
-   php-ext-source-r2_addtoinifiles "http.request.datashare.ssl" "0"
-   php-ext-source-r2_addtoinifiles "http.request.methods.allowed" ""
-   php-ext-source-r2_addtoinifiles "http.request.methods.custom" ""
-   php-ext-source-r2_addtoinifiles "http.send.inflate.start_auto" "0"
-   php-ext-source-r2_addtoinifiles "http.send.inflate.start_flags" "0"
-   php-ext-source-r2_addtoinifiles "http.send.deflate.start_auto" "0"
-   php-ext-source-r2_addtoinifiles "http.send.deflate.start_flags" "0"
-   php-ext-source-r2_addtoinifiles "http.send.not_found_404" "1"
-}

diff --git a/dev-php/pecl-http/pecl-http-1.7.6-r3.ebuild 

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

2016-11-23 Thread Michael Orlitzky
commit: bfa827f89e0464b838ebcd1be61f035023d51a09
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Nov 24 01:50:42 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Nov 24 01:51:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfa827f8

dev-php/smarty: remove old vulnerable versions.

Gentoo-Bug: 596080

Package-Manager: portage-2.3.0

 dev-php/smarty/Manifest|  2 --
 dev-php/smarty/smarty-3.1.21-r1.ebuild | 48 --
 dev-php/smarty/smarty-3.1.27.ebuild| 45 ---
 3 files changed, 95 deletions(-)

diff --git a/dev-php/smarty/Manifest b/dev-php/smarty/Manifest
index 5424708..5a239d1 100644
--- a/dev-php/smarty/Manifest
+++ b/dev-php/smarty/Manifest
@@ -1,4 +1,2 @@
-DIST Smarty-3.1.21.tar.gz 208308 SHA256 
e872f98a194a31b9dea710fceb308431c0e2b846e46ce845b547f54e5789c465 SHA512 
018b85f9b8f0de5b5c796cc7ee250159e3e0eba3d91344ce619cc96f2bab45510d49a240938c2b15820cfef9f6de52121194db7d9991559a3e58c31288fa46af
 WHIRLPOOL 
9bbc8965bb8fb1394abf2dbb564fbc62af9259f285952cd9cdc69dd06e9f615f5fbb4e39c408e69b926107ab9c2f958af927c80d4d3792d4dee2a7da68f442c2
 DIST manual-en.3.1.14.zip 408414 SHA256 
3aabe51e932b790d24dd8a3c77188b43b99a127f3adaeb0108f085c310404850 SHA512 
d384e3856b45ed3f992f3732a5465120abe9fb947cdf13ff67a9c4264f72987d24885ee61cd7309b728e64cdfe4f34c3e7f757096d35de56d962f3b78def9e58
 WHIRLPOOL 
33dd45ea6cd7bc1129625eb72417fae7c41226a92a6aaddcb72c4426517bd465529599fd8bfc259d8bc3f70f7cd064ada020da4ea7d260cf9801af6944db29f4
-DIST smarty-3.1.27.tar.gz 226277 SHA256 
56851d938fde211263d0e7788a6f8428f00a97e8d58f486983e64afe6415 SHA512 
3ccb17c13a35070fdf50bc641bf6e218890013881fdd5ee03ed5d14c314d646b4aabcfe723a59723bd1c10dd2b63dd92110cf2505edeb5c45ca32ce6ce623ca2
 WHIRLPOOL 
d15f6b7c0753262e9d9a698fdd877b7e5466a0b8d4a59c21e5cce2ed0cd7177bc5e02709e7af7bd312af1bc5e5658bd284eda04b5233c55ede7e491e9c617aef
 DIST smarty-3.1.30.tar.gz 255464 SHA256 
62461370c73fb3eb315c6a0a55f9bdbb04d115a0e3eaf46d76d68336524f344f SHA512 
6ad9a6cf10b81fecbdc4daa4acbd9724db5f1c2a014e35039b36b0bf00ba000946a2126f7da5899e587a79419f451aafcd1ee14597a32cf290bbd0bf13a877d0
 WHIRLPOOL 
c78d912618f80cbc8226c10b8371ed9514417149cc5f694967616ff3b9c880c424351a303fc14ab42a2dc7683c015c41c7b9006a3123f76df918b75d303463bd

diff --git a/dev-php/smarty/smarty-3.1.21-r1.ebuild 
b/dev-php/smarty/smarty-3.1.21-r1.ebuild
deleted file mode 100644
index a8a05a8..
--- a/dev-php/smarty/smarty-3.1.21-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_P="Smarty-${PV}"
-DOC_PV="3.1.14"
-
-DESCRIPTION="A template engine for PHP"
-HOMEPAGE="http://www.smarty.net/;
-SRC_URI="http://www.smarty.net/files/${MY_P}.tar.gz
-   doc? ( http://www.smarty.net/files/docs/manual-en.${DOC_PV}.zip )"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE="doc"
-
-DEPEND="doc? ( app-arch/unzip )"
-
-# PHP unicode support is detected at runtime, and the cached templates
-# that smarty generates depend on it. If, later on, PHP is reinstalled
-# without unicode support, all of the previously-generated cached
-# templates will begin to throw 500 errrors for missing mb_foo
-# functions. See bug #532618.
-RDEPEND="dev-lang/php[unicode]"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
-   insinto "/usr/share/php/${PN}"
-   doins -r libs/*
-
-   dodoc *.txt README
-   use doc && dohtml -r "${WORKDIR}/manual-en/"*
-}
-
-pkg_postinst() {
-   elog "${PN} has been installed in /usr/share/php/${PN}/."
-   elog
-   elog 'To use it in your scripts, include the Smarty.class.php file'
-   elog "from the \"${PN}\" directory; for example,"
-   elog
-   elog "  require('${PN}/Smarty.class.php');"
-   elog
-   elog 'After that, the Smarty class will be available to you.'
-}

diff --git a/dev-php/smarty/smarty-3.1.27.ebuild 
b/dev-php/smarty/smarty-3.1.27.ebuild
deleted file mode 100644
index 821c82c..
--- a/dev-php/smarty/smarty-3.1.27.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DOC_PV="3.1.14"
-
-DESCRIPTION="A template engine for PHP"
-HOMEPAGE="http://www.smarty.net/;
-SRC_URI="https://github.com/smarty-php/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   doc? ( http://www.smarty.net/files/docs/manual-en.${DOC_PV}.zip )"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc"
-
-DEPEND="doc? ( app-arch/unzip )"
-
-# PHP unicode support is detected at runtime, and the cached templates
-# that smarty generates depend on it. If, later on, PHP is reinstalled
-# without unicode support, all of the previously-generated cached
-# templates will begin to throw 500 errrors for missing 

[gentoo-commits] repo/gentoo:master commit in: net-wireless/hostapd/

2016-11-23 Thread Thomas Deutschmann
commit: 0e0eafba82bba0fa9144acdcd97c1936a3b9d6ab
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 24 01:49:49 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 24 01:50:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0eafba

net-wireless/hostapd: Allow users to apply patches to src/drivers

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=596306#c5

Package-Manager: portage-2.3.2

 net-wireless/hostapd/hostapd-2.6.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/net-wireless/hostapd/hostapd-2.6.ebuild 
b/net-wireless/hostapd/hostapd-2.6.ebuild
index 019ff13..121ed83 100644
--- a/net-wireless/hostapd/hostapd-2.6.ebuild
+++ b/net-wireless/hostapd/hostapd-2.6.ebuild
@@ -30,7 +30,11 @@ RDEPEND="${DEPEND}"
 S="${S}/${PN}"
 
 src_prepare() {
+   # Allow users to apply patches to src/drivers for example,
+   # i.e. anything outside ${S}/${PN}
+   pushd ../ >/dev/null || die
default
+   popd >/dev/null || die
 
sed -i -e "s:/etc/hostapd:/etc/hostapd/hostapd:g" \
"${S}/hostapd.conf" || die



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

2016-11-23 Thread Michael Orlitzky
commit: bcb1ad33b379a480a1b9a86f3b398780a332f580
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Nov 24 01:17:59 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Nov 24 01:17:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcb1ad33

sys-process/xjobs: stabilize xjobs-20151016 on x86.

As the maintainer, I've tested this on my own x86 server. To relieve
some of the burden on the arch teams, I've gone ahead and stabilized
it myself.

Gentoo-Bug: 590844

Package-Manager: portage-2.3.0

 sys-process/xjobs/xjobs-20151016.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/xjobs/xjobs-20151016.ebuild 
b/sys-process/xjobs/xjobs-20151016.ebuild
index f063374..81a85d8 100644
--- a/sys-process/xjobs/xjobs-20151016.ebuild
+++ b/sys-process/xjobs/xjobs-20151016.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.maier-komor.de/${PN}/${P}.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="sys-devel/flex"



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

2016-11-23 Thread Michael Orlitzky
commit: 65616b7d1dd040557a1f7bea9433b2749a911153
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Nov 24 01:18:49 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Nov 24 01:18:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65616b7d

sys-process/xjobs: remove old xjobs-20140125.

Package-Manager: portage-2.3.0

 sys-process/xjobs/Manifest  |  1 -
 sys-process/xjobs/xjobs-20140125.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/sys-process/xjobs/Manifest b/sys-process/xjobs/Manifest
index 52ea6c1..3d59dbf 100644
--- a/sys-process/xjobs/Manifest
+++ b/sys-process/xjobs/Manifest
@@ -1,2 +1 @@
-DIST xjobs-20140125.tgz 95439 SHA256 
cbe582b1109c380bd80a02eb21b721dcfc5ef701446bfc9606b99246a84e737a SHA512 
f95f42824a133881aa86ba07095bd4bef87bf628cae1fe73f2ce6e00bc7e327382e28d808cd13db1a781cb1d357167896cbda663382b16bb87861a2587478644
 WHIRLPOOL 
1b56d7a02e6cb738a47b3676943aef421a1db6502c249a07dd80268c3cb1c11bbcb5e8dfb2aabb9bb2ba3ef742c1b0584ee9526147fd35a1156b4f9ff2c04f80
 DIST xjobs-20151016.tgz 97553 SHA256 
1b80abe5effe057db21897f897842dccd76e7812c1caaa80f9b8e85cca409251 SHA512 
f8df8c4f3174bde08294d925678e3e1b87e096ce8eff3425613eaf325a2cc2ee0d58f52fea01c929dba35a96879a7bb7bc23b5f1a3e64b57d38dd1daaf9839bf
 WHIRLPOOL 
e4d19ffa74dc1780d0e0a1ddd7eaee8585c520dd05343674c7798ee56949c949c5c4e7113ca16851f6eee6542f9e4bd37cd88bdaba4deb53ddf896756f77ce00

diff --git a/sys-process/xjobs/xjobs-20140125.ebuild 
b/sys-process/xjobs/xjobs-20140125.ebuild
deleted file mode 100644
index 2c2b131..
--- a/sys-process/xjobs/xjobs-20140125.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Reads commands line by line and executes them in parallel"
-HOMEPAGE="http://www.maier-komor.de/xjobs.html;
-SRC_URI="http://www.maier-komor.de/${PN}/${P}.tgz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="sys-devel/flex"
-RDEPEND=""



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

2016-11-23 Thread Michael Orlitzky
commit: c430971719d8c7e89b447138170555e662c23eb0
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Wed Nov 23 23:51:37 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Nov 24 01:06:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4309717

dev-lang/coffee-script: replace v1.10.0 with v1.11.1.

Package-Manager: portage-2.3.0

 dev-lang/coffee-script/Manifest | 2 +-
 .../{coffee-script-1.10.0-r1.ebuild => coffee-script-1.11.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/coffee-script/Manifest b/dev-lang/coffee-script/Manifest
index 5b37691..651d496 100644
--- a/dev-lang/coffee-script/Manifest
+++ b/dev-lang/coffee-script/Manifest
@@ -1,2 +1,2 @@
-DIST coffee-script-1.10.0.tar.gz 813684 SHA256 
1747a315002e69c2d459c2e618ac51d13b383a37792f05bdab155b3c943d2ef2 SHA512 
4bf6d3e396a3c5eb2b4eb385216ed930f09a3b6d88c3939813ceea21c32b18706640f73d75619528d5ef12a90888e713385ecabbb8d424c06f52eb71e88230ec
 WHIRLPOOL 
216652595821cad1f0c388ff614ceab48de4cec6669f6da98e0607ae94ae16960071d2e18d060b7c6ebd6035dc515f5c0f418940826555752320d672714d0d21
+DIST coffee-script-1.11.1.tar.gz 831356 SHA256 
902a0ea8a5591c5d93c694c6b1de75ee09c5dc55b2da025e5fa2831a88cfa55e SHA512 
bbed1d0d319725223babe63a81a243863ba40fd4478be800de73294aee7986469d734cc4290cf7c2d77a808a07972774ac37aecf7f66df52a8ea0aa812cf2823
 WHIRLPOOL 
d0b9d8ecaeec0681acdbbccc5a14337106ad116e740bacecd2d7aa36677593a86c8f28ca2bac5484fd3eaf00e9312eb1058793ae789ce21ad74dbe9d3fc84627
 DIST coffee-script-1.9.3.tar.gz 810246 SHA256 
8c8fa21ed3cdde727fcc08ed6062d9d0233679317f026160aee8bfa85060 SHA512 
660826e27f842ed67ec6ef59f734087c95585e03b6b8c6d25c8ecfc567f3161f59034e730b61e5f806edaaa7ec6c805ad6d14902857aaf09cf6193b0fe14f506
 WHIRLPOOL 
c99eab68344609b5352ee7b7f59ebb4e6c90d1454c3cf37ac8cb00b1add0637e2e56084864ae54cdeb494a6966a97e896bf95760e1e8dbe1b26c0fc75abd5a41

diff --git a/dev-lang/coffee-script/coffee-script-1.10.0-r1.ebuild 
b/dev-lang/coffee-script/coffee-script-1.11.1.ebuild
similarity index 100%
rename from dev-lang/coffee-script/coffee-script-1.10.0-r1.ebuild
rename to dev-lang/coffee-script/coffee-script-1.11.1.ebuild



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

2016-11-23 Thread Matt Thode
commit: bf7ddfc8b0792bd3e6b5ae551583b156396a
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Nov 24 00:59:11 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Nov 24 00:59:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf7ddfc8

net-analyzer/icinga2: cleanup to fix the tree

Package-Manager: portage-2.3.0

 net-analyzer/icinga2/Manifest|   1 -
 net-analyzer/icinga2/icinga2-2.4.4-r1.ebuild | 162 --
 net-analyzer/icinga2/icinga2-2.5.4.ebuild| 166 ---
 3 files changed, 329 deletions(-)

diff --git a/net-analyzer/icinga2/Manifest b/net-analyzer/icinga2/Manifest
index 047e607..1e94b1b 100644
--- a/net-analyzer/icinga2/Manifest
+++ b/net-analyzer/icinga2/Manifest
@@ -1,2 +1 @@
-DIST icinga2-2.4.4.tar.gz 1361983 SHA256 
ce19ed52c447929f5f9dae11b75d080b76b7aa680ee930c59db4202a2218d6b5 SHA512 
117c4ce3c6fe34bf41ae6c51d1ba35d4eb2e96e8e1f856f01e416752a40c5cb16d7d0443b9bda05c774369b827b757416279635f946bc589ec9cb9d65306b3cf
 WHIRLPOOL 
032a080835640f19ca56918af8d451fe5f95dd483fd76f7bd5ff719d8676e2d245aad1e16eacc2f006d2b3c13f7b1f79b075e2216e21f330e3690e6bd397c050
 DIST icinga2-2.5.4.tar.gz 2493864 SHA256 
f22ca17cd9951598ab6a1bc27c1ef82b9f1bb49795f69066ccd4d499faa240fc SHA512 
0fca05d3eb6722cedecaba1da78ebb7268482257f28e37831f6356c618cbd059304a9e27e1f786799f253940e3dcf8ffa7399060f3e0e15765594796657b3be4
 WHIRLPOOL 
a2a4af45a15cc4ed197151cc4e3355fa5f28ba227269990704f2cce47fe1990fb38932aa0bfefa8034492b379e04213d1eb514437e13aca3fe751592aff99afd

diff --git a/net-analyzer/icinga2/icinga2-2.4.4-r1.ebuild 
b/net-analyzer/icinga2/icinga2-2.4.4-r1.ebuild
deleted file mode 100644
index fcb0775..
--- a/net-analyzer/icinga2/icinga2-2.4.4-r1.ebuild
+++ /dev/null
@@ -1,162 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit cmake-utils depend.apache eutils systemd toolchain-funcs user
-
-DESCRIPTION="Distributed, general purpose, network monitoring engine"
-HOMEPAGE="http://icinga.org/icinga2;
-SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="+mysql postgres classicui console lto mail minimal nano-syntax +plugins 
studio +vim-syntax"
-
-CDEPEND="
-   dev-libs/openssl:0
-   >=dev-libs/boost-1.41
-   console? ( dev-libs/libedit )
-   mysql? ( virtual/mysql )
-   postgres? ( dev-db/postgresql:= )"
-
-DEPEND="
-   ${CDEPEND}
-   sys-devel/bison
-   >=sys-devel/flex-2.5.35"
-
-RDEPEND="
-   ${CDEPEND}
-   plugins? ( || (
-   net-analyzer/monitoring-plugins
-   net-analyzer/nagios-plugins
-   ) )
-   mail? ( virtual/mailx )
-   classicui? ( net-analyzer/icinga[web] )
-   studio? ( x11-libs/wxGTK:2.9 )"
-
-REQUIRED_USE="!minimal? ( || ( mysql postgres ) )"
-
-want_apache2
-
-pkg_setup() {
-   depend.apache_pkg_setup
-   enewgroup icinga
-   enewgroup icingacmd
-   enewgroup nagios  # for plugins
-   enewuser icinga -1 -1 /var/lib/icinga2 "icinga,icingacmd,nagios"
-}
-
-src_configure() {
-   sed -i 's/FLAGS\}\ \-g/FLAGS\}\ \-lpthread\ /g' CMakeLists.txt || die
-   local mycmakeargs=(
-   -DICINGA2_UNITY_BUILD=FALSE
-   -DCMAKE_VERBOSE_MAKEFILE=ON
-   -DCMAKE_BUILD_TYPE=None
-   -DCMAKE_INSTALL_PREFIX=/usr
-   -DCMAKE_INSTALL_SYSCONFDIR=/etc
-   -DCMAKE_INSTALL_LOCALSTATEDIR=/var
-   -DICINGA2_SYSCONFIGFILE=/etc/conf.d/icinga2
-   -DICINGA2_USER=icinga
-   -DICINGA2_GROUP=icingacmd
-   -DICINGA2_COMMAND_USER=icinga
-   -DICINGA2_COMMAND_GROUP=icingacmd
-   -DINSTALL_SYSTEMD_SERVICE_AND_INITSCRIPT=yes
-   )
-   # default to off if minimal, allow the flags to be set otherwise
-   if use minimal; then
-   mycmakeargs+=(
-   -DICINGA2_WITH_MYSQL=OFF
-   -DICINGA2_WITH_PGSQL=OFF
-   )
-   else
-   mycmakeargs+=(
-   -DICINGA2_WITH_PGSQL=$(usex postgres ON OFF)
-   -DICINGA2_WITH_MYSQL=$(usex mysql ON OFF)
-   )
-   fi
-   # LTO
-   if use lto; then
-   mycmakeargs+=(
-   -DICINGA2_LTO_BUILD=ON
-   )
-   else
-   mycmakeargs+=(
-   -DICINGA2_LTO_BUILD=OFF
-   )
-   fi
-   # STUDIO
-   if use studio; then
-   mycmakeargs+=(
-   -DICINGA2_WITH_STUDIO=ON
-   )
-   else
-   mycmakeargs+=(
-   -DICINGA2_WITH_STUDIO=OFF
-   )
-   fi
-
-   cmake-utils_src_configure
-}
-
-src_install() {
-   

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

2016-11-23 Thread Matt Thode
commit: 703ea5c8ab41b24a2a92a88b8757ae4b984cd398
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Nov 24 00:58:45 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Nov 24 00:58:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=703ea5c8

net-analyzer/icinga2: stable the new wxgtk fix

Package-Manager: portage-2.3.0
RepoMan-Options: --force

 net-analyzer/icinga2/icinga2-2.5.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/icinga2/icinga2-2.5.4-r1.ebuild 
b/net-analyzer/icinga2/icinga2-2.5.4-r1.ebuild
index e5ea649..f91b4c1 100644
--- a/net-analyzer/icinga2/icinga2-2.5.4-r1.ebuild
+++ b/net-analyzer/icinga2/icinga2-2.5.4-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 if [[ ${PV} !=  ]]; then
inherit cmake-utils depend.apache eutils systemd toolchain-funcs user 
wxwidgets
SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 else
inherit cmake-utils depend.apache eutils git-2 systemd toolchain-funcs 
user wxwidgets
EGIT_REPO_URI="https://github.com/Icinga/icinga2.git;



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

2016-11-23 Thread Matt Thode
commit: 05238cc3741639293d61ef5f99e0a313f23a30e6
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Nov 24 00:58:00 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Nov 24 00:58:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05238cc3

net-analyzer/icinga2: bup with new wxgtk

Package-Manager: portage-2.3.0
RepoMan-Options: --force

 net-analyzer/icinga2/icinga2-2.5.4-r1.ebuild | 175 +++
 1 file changed, 175 insertions(+)

diff --git a/net-analyzer/icinga2/icinga2-2.5.4-r1.ebuild 
b/net-analyzer/icinga2/icinga2-2.5.4-r1.ebuild
new file mode 100644
index ..e5ea649
--- /dev/null
+++ b/net-analyzer/icinga2/icinga2-2.5.4-r1.ebuild
@@ -0,0 +1,175 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+if [[ ${PV} !=  ]]; then
+   inherit cmake-utils depend.apache eutils systemd toolchain-funcs user 
wxwidgets
+   SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+else
+   inherit cmake-utils depend.apache eutils git-2 systemd toolchain-funcs 
user wxwidgets
+   EGIT_REPO_URI="https://github.com/Icinga/icinga2.git;
+   EGIT_BRANCH="master"
+   KEYWORDS=""
+fi
+
+DESCRIPTION="Distributed, general purpose, network monitoring engine"
+HOMEPAGE="http://icinga.org/icinga2;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="+mysql postgres classicui console libressl lto mail minimal nano-syntax 
+plugins studio +vim-syntax"
+WX_GTK_VER="3.0"
+
+CDEPEND="
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   >=dev-libs/boost-1.41
+   console? ( dev-libs/libedit )
+   mysql? ( virtual/mysql )
+   postgres? ( dev-db/postgresql:= )"
+
+DEPEND="
+   ${CDEPEND}
+   sys-devel/bison
+   >=sys-devel/flex-2.5.35"
+
+RDEPEND="
+   ${CDEPEND}
+   plugins? ( || (
+   net-analyzer/monitoring-plugins
+   net-analyzer/nagios-plugins
+   ) )
+   mail? ( virtual/mailx )
+   classicui? ( net-analyzer/icinga[web] )
+   studio? ( x11-libs/wxGTK:3.0 )"
+
+REQUIRED_USE="!minimal? ( || ( mysql postgres ) )"
+
+want_apache2
+
+pkg_setup() {
+   depend.apache_pkg_setup
+   setup-wxwidgets
+   enewgroup icinga
+   enewgroup icingacmd
+   enewgroup nagios  # for plugins
+   enewuser icinga -1 -1 /var/lib/icinga2 "icinga,icingacmd,nagios"
+}
+
+src_configure() {
+   sed -i 's/FLAGS\}\ \-g/FLAGS\}\ \-lpthread\ /g' CMakeLists.txt || die
+   local mycmakeargs=(
+   -DICINGA2_UNITY_BUILD=FALSE
+   -DCMAKE_VERBOSE_MAKEFILE=ON
+   -DCMAKE_BUILD_TYPE=None
+   -DCMAKE_INSTALL_PREFIX=/usr
+   -DCMAKE_INSTALL_SYSCONFDIR=/etc
+   -DCMAKE_INSTALL_LOCALSTATEDIR=/var
+   -DICINGA2_SYSCONFIGFILE=/etc/conf.d/icinga2
+   -DICINGA2_USER=icinga
+   -DICINGA2_GROUP=icingacmd
+   -DICINGA2_COMMAND_USER=icinga
+   -DICINGA2_COMMAND_GROUP=icingacmd
+   -DINSTALL_SYSTEMD_SERVICE_AND_INITSCRIPT=yes
+   -DLOGROTATE_HAS_SU=ON
+   )
+   # default to off if minimal, allow the flags to be set otherwise
+   if use minimal; then
+   mycmakeargs+=(
+   -DICINGA2_WITH_MYSQL=OFF
+   -DICINGA2_WITH_PGSQL=OFF
+   )
+   else
+   mycmakeargs+=(
+   -DICINGA2_WITH_PGSQL=$(usex postgres ON OFF)
+   -DICINGA2_WITH_MYSQL=$(usex mysql ON OFF)
+   )
+   fi
+   # LTO
+   if use lto; then
+   mycmakeargs+=(
+   -DICINGA2_LTO_BUILD=ON
+   )
+   else
+   mycmakeargs+=(
+   -DICINGA2_LTO_BUILD=OFF
+   )
+   fi
+   # STUDIO
+   if use studio; then
+   mycmakeargs+=(
+   -DICINGA2_WITH_STUDIO=ON
+   )
+   else
+   mycmakeargs+=(
+   -DICINGA2_WITH_STUDIO=OFF
+   )
+   fi
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   BUILDDIR="${WORKDIR}"/icinga2-${PV}_build
+   cd "${BUILDDIR}" || die
+
+   emake DESTDIR="${D}" install
+
+   einstalldocs
+
+   newinitd "${FILESDIR}"/icinga2.initd icinga2
+   newconfd "${FILESDIR}"/icinga2.confd icinga2
+
+   if use mysql ; then
+   docinto schema
+   newdoc 
"${WORKDIR}"/icinga2-${PV}/lib/db_ido_mysql/schema/mysql.sql mysql.sql
+   docinto schema/upgrade
+   dodoc 
"${WORKDIR}"/icinga2-${PV}/lib/db_ido_mysql/schema/upgrade/*
+   elif use postgres ; then
+   docinto schema
+   newdoc 
"${WORKDIR}"/icinga2-${PV}/lib/db_ido_pgsql/schema/pgsql.sql pgsql.sql
+   

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

2016-11-23 Thread Matt Thode
commit: 6a932ae767a726895beab661dd73820b2e69dd97
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Nov 23 23:47:57 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Nov 24 00:25:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a932ae7

remove the p.use.mask for icinga2 studio

 profiles/default/linux/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/default/linux/package.use.mask 
b/profiles/default/linux/package.use.mask
index 7858b8b..abbde26 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -2,10 +2,6 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-# prometheanfire  (24 Jan 2016)
-# studio support is best effort only
-net-analyzer/icinga2 studio
-
 # Jason Zaman  (06 Sep 2015)
 # This is masked in base/package.use.mask as Linux only.
 sys-auth/consolekit -cgroups



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

2016-11-23 Thread Thomas Deutschmann
commit: 092b619572cc503cf5dbeaa6ccfbd8c8139f79b2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 24 00:03:50 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 24 00:04:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=092b6195

dev-db/innotop: DESCRIPTION updated to make repoman happy

Package-Manager: portage-2.3.2

 dev-db/innotop/innotop-1.11.1.ebuild   | 2 +-
 dev-db/innotop/innotop-1.9.0-r1.ebuild | 4 ++--
 dev-db/innotop/innotop-1.9.1.ebuild| 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-db/innotop/innotop-1.11.1.ebuild 
b/dev-db/innotop/innotop-1.11.1.ebuild
index 46dee5b..83fbf27 100644
--- a/dev-db/innotop/innotop-1.11.1.ebuild
+++ b/dev-db/innotop/innotop-1.11.1.ebuild
@@ -6,7 +6,7 @@ EAPI="6"
 
 inherit perl-module
 
-DESCRIPTION="innotop - A text-mode MySQL and InnoDB monitor like mytop, but 
with many more features"
+DESCRIPTION="A text-mode MySQL and InnoDB monitor like mytop, but with many 
more features"
 HOMEPAGE="https://github.com/innotop/innotop;
 SRC_URI="https://github.com/innotop/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 

diff --git a/dev-db/innotop/innotop-1.9.0-r1.ebuild 
b/dev-db/innotop/innotop-1.9.0-r1.ebuild
index afd5ff2..4de1af0 100644
--- a/dev-db/innotop/innotop-1.9.0-r1.ebuild
+++ b/dev-db/innotop/innotop-1.9.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit perl-module
 
-DESCRIPTION="innotop - A text-mode MySQL and InnoDB monitor like mytop, but 
with many more features"
+DESCRIPTION="A text-mode MySQL and InnoDB monitor like mytop, but with many 
more features"
 HOMEPAGE="https://github.com/innotop/innotop;
 SRC_URI="https://innotop.googlecode.com/files/${P}.tar.gz;
 

diff --git a/dev-db/innotop/innotop-1.9.1.ebuild 
b/dev-db/innotop/innotop-1.9.1.ebuild
index c372db8..4de1af0 100644
--- a/dev-db/innotop/innotop-1.9.1.ebuild
+++ b/dev-db/innotop/innotop-1.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit perl-module
 
-DESCRIPTION="innotop - A text-mode MySQL and InnoDB monitor like mytop, but 
with many more features"
+DESCRIPTION="A text-mode MySQL and InnoDB monitor like mytop, but with many 
more features"
 HOMEPAGE="https://github.com/innotop/innotop;
 SRC_URI="https://innotop.googlecode.com/files/${P}.tar.gz;
 



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

2016-11-23 Thread Thomas Deutschmann
commit: 666974d248b0a80f137ddb2effa827851a371732
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 24 00:00:04 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 24 00:04:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=666974d2

dev-db/innotop: Bump to v1.11.1

First version without Google Code SRC_URI.

Package-Manager: portage-2.3.2

 dev-db/innotop/Manifest  |  1 +
 dev-db/innotop/innotop-1.11.1.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-db/innotop/Manifest b/dev-db/innotop/Manifest
index 6ba004e..4ed8359 100644
--- a/dev-db/innotop/Manifest
+++ b/dev-db/innotop/Manifest
@@ -1,2 +1,3 @@
+DIST innotop-1.11.1.tar.gz 178295 SHA256 
c93a4fb496ce1749aaaf0a70f0899ed1fa1aa5cd231208b6b3424285c77dc1b7 SHA512 
49654e8ed81f5690c7e80fb169ad514caedb8d62e22bddc12cc234701875bc8ca7e2cc79061c10557d63dadbb40f2328a58b38dcf8aa60469c0c1558dbf0bed9
 WHIRLPOOL 
5b6162973be67821f46d580425a2ee23877687365cd6b87ca55c84d30115e02ce85197eacc80d30690f9523b711d16bcae9d87696eb78c10b8ea5db233948bb9
 DIST innotop-1.9.0.tar.gz 143179 SHA256 
bc2669ea88fb728c6c4ed9c695c4d0b7b9ae5df0f158ef23e8853694bf4f240a SHA512 
a3fe26b7e9e4a4608f6ef68e8cfefca080fd5799cc7780ffadd0b6bd0a0cfd035561bf6c10436f556b8fc79726304cae408343a231a57d02c74e3bd29b941a17
 WHIRLPOOL 
76226828f8c91608b03d49802cc082a77b552f7a482ab2186e71a4f9fb56662d17d4ee04c5187df78ca68a733ca4a710b3d6156e0b028375576c8abb9b7effd8
 DIST innotop-1.9.1.tar.gz 147677 SHA256 
117e5af58a83af79b6cf99877b25b1479197597be5a7d51b245a0ad9c69f4d3d SHA512 
5c19891fc8df2cbf15f0df1af68501624ccb9d79c22a786e3a5fa4aa527be964392131da095a529f628c50528b196070f35009a49c9a87ae9f8bb2f4062e5ab5
 WHIRLPOOL 
b06b4c720333f433408d3f97355ad319aa3897bffa3f71da18462eb74e1d2065a60a0e91f55c26f37bb624530e18cf3e9acf4fdf7bb245e8555987eab3dee617

diff --git a/dev-db/innotop/innotop-1.11.1.ebuild 
b/dev-db/innotop/innotop-1.11.1.ebuild
new file mode 100644
index ..46dee5b
--- /dev/null
+++ b/dev-db/innotop/innotop-1.11.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit perl-module
+
+DESCRIPTION="innotop - A text-mode MySQL and InnoDB monitor like mytop, but 
with many more features"
+HOMEPAGE="https://github.com/innotop/innotop;
+SRC_URI="https://github.com/innotop/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-perl/DBI
+   dev-perl/DBD-mysql
+   dev-perl/TermReadKey
+   virtual/perl-Term-ANSIColor
+   virtual/perl-Time-HiRes"
+
+DIST_TEST="do parallel"
+
+src_install() {
+   perl-module_src_install
+}



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

2016-11-23 Thread Gilles Dartiguelongue
commit: b6d1847f6177eff0a37fa08994329519ded4a7be
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Wed Nov 23 23:28:33 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Nov 23 23:40:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d1847f

x11-wm/mutter: depend on recent enough linux-headers

Gentoo-Bug: 599640

Package-Manager: portage-2.3.2

 x11-wm/mutter/mutter-3.22.1.ebuild | 1 +
 x11-wm/mutter/mutter-3.22.2.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/x11-wm/mutter/mutter-3.22.1.ebuild 
b/x11-wm/mutter/mutter-3.22.1.ebuild
index 73b9494..b753852 100644
--- a/x11-wm/mutter/mutter-3.22.1.ebuild
+++ b/x11-wm/mutter/mutter-3.22.1.ebuild
@@ -75,6 +75,7 @@ DEPEND="${COMMON_DEPEND}
x11-proto/xineramaproto
x11-proto/xproto
test? ( app-text/docbook-xml-dtd:4.5 )
+   wayland? ( >=sys-kernel/linux-headers-4.4 )
 "
 RDEPEND="${COMMON_DEPEND}
!x11-misc/expocity

diff --git a/x11-wm/mutter/mutter-3.22.2.ebuild 
b/x11-wm/mutter/mutter-3.22.2.ebuild
index 73b9494..b753852 100644
--- a/x11-wm/mutter/mutter-3.22.2.ebuild
+++ b/x11-wm/mutter/mutter-3.22.2.ebuild
@@ -75,6 +75,7 @@ DEPEND="${COMMON_DEPEND}
x11-proto/xineramaproto
x11-proto/xproto
test? ( app-text/docbook-xml-dtd:4.5 )
+   wayland? ( >=sys-kernel/linux-headers-4.4 )
 "
 RDEPEND="${COMMON_DEPEND}
!x11-misc/expocity



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

2016-11-23 Thread Gilles Dartiguelongue
commit: dad7d6828789a24654ab5773626624210553f4d1
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Wed Nov 23 23:38:26 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Nov 23 23:40:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dad7d682

x11-wm/mutter: cleanup old revisions

Package-Manager: portage-2.3.2

 x11-wm/mutter/Manifest |  2 -
 x11-wm/mutter/mutter-3.18.4.ebuild | 90 --
 x11-wm/mutter/mutter-3.20.2.ebuild | 89 -
 3 files changed, 181 deletions(-)

diff --git a/x11-wm/mutter/Manifest b/x11-wm/mutter/Manifest
index 29983c7..fbfef3e 100644
--- a/x11-wm/mutter/Manifest
+++ b/x11-wm/mutter/Manifest
@@ -1,5 +1,3 @@
-DIST mutter-3.18.4.tar.xz 1469140 SHA256 
3cd2d49ac269139a8860d84dfba4d5d5a8318c1510515b99681916ba8334d393 SHA512 
2324de33f98fc7e1f6eca217411f289929eb22771b78e7615f569413ad90f63cadc5d3a4d280eb20cdb5490f1772fd64ca519bf7dc9246720569dba958b8d8b7
 WHIRLPOOL 
082370d2263885d8a3ec5f24bfb5fcdc5ff61c0f957e87ec9020b81a4fcdcd861ae51a0784b4a9fba6584422b2b163003de509dd09a4d126c2fa8a52bf99988f
-DIST mutter-3.20.2.tar.xz 1488636 SHA256 
1e8c46a81e21f382f56729282fcd0bb1c3a2067135f4b0f3651b307bf7a5b454 SHA512 
27ba92444e0388b4d54d6fa00d7bd36323a444ea128c445c1d96207526293aca6d96ade344b11f7a05eccd76e9527c93cf5e627cf476bcea8acfd4e5bee614b3
 WHIRLPOOL 
8075d0d00bdcfedaaa34c7fc0343b77411aa06cfd7c98f6ea04d9ba3463a32b99e983f241b9290a10f626faf65ae69f42cde36ada4463455f3eabb64ad89e54b
 DIST mutter-3.20.3.tar.xz 1488396 SHA256 
142c5271df4bde968c725ed09026173292c07b4dd7ba75f19c4b14fc363af916 SHA512 
7c408490d87191f96f82ab3510bbbcb3f5e597dfb6404475fa81b0cfef51b093706f55a1b263d98acf51997232dd25a1482f79e95431b1f2a647a0e5bc09d8d0
 WHIRLPOOL 
ebdead38e9dec2a9a7e7419c6dd1effb194fd68839dd2e0fe927a650330cd444921b9bae0858e32b544aa58363084dab67ac80232bc6a66bf6c81481dfc52c20
 DIST mutter-3.22.1.tar.xz 3532404 SHA256 
ffba28b955dc1b8a4734020de4ed4dff4afed435f0a059974be9bf3168acf59e SHA512 
59fbd83888e16c8847f0efc5c1343a2aa473221fe167c96ae286010a57212cec614fdaea0b277452f4166940b740207ec78d5cefbe18def39ed5554e676e45c6
 WHIRLPOOL 
0d7ae0eb2a97cbb91ff3800d7db7a8d0242fe4f857f4921361deb2a579ad5cb7fb166856f636607a9257afcd5a36a414cc629248e34ced1d38dcc08141952be6
 DIST mutter-3.22.2.tar.xz 3533296 SHA256 
d59b58356cba1165ef69a98f43e50777fded768860a9b118807c5a47274092a2 SHA512 
013bd861a7840fbbfa7a2efb772ac0a4417d339c132d6e77c728b519a4690afdf1746b921e320028d793a9bc5703d30f7b7ee275a12f49ecdd1d217620ce
 WHIRLPOOL 
34aeac4e2c6dffa93ba3691e87a25dc14464436b9f354c7bae41f28c82c8a60ed4656f88786809b3acea2a7648afd2f73e08715af821c68ab98504a349baf5d9

diff --git a/x11-wm/mutter/mutter-3.18.4.ebuild 
b/x11-wm/mutter/mutter-3.18.4.ebuild
deleted file mode 100644
index 1e12e33..
--- a/x11-wm/mutter/mutter-3.18.4.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit eutils gnome2
-
-DESCRIPTION="GNOME 3 compositing window manager based on Clutter"
-HOMEPAGE="https://git.gnome.org/browse/mutter/;
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="+introspection +kms test wayland"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-# libXi-1.7.4 or newer needed per:
-# https://bugzilla.gnome.org/show_bug.cgi?id=738944
-COMMON_DEPEND="
-   >=x11-libs/pango-1.2[X,introspection?]
-   >=x11-libs/cairo-1.10[X]
-   >=x11-libs/gtk+-3.9.11:3[X,introspection?]
-   >=dev-libs/glib-2.36.0:2[dbus]
-   >=media-libs/clutter-1.23.4:1.0[X,introspection?]
-   >=media-libs/cogl-1.17.1:1.0=[introspection?]
-   >=media-libs/libcanberra-0.26[gtk3]
-   >=x11-libs/startup-notification-0.7
-   >=x11-libs/libXcomposite-0.2
-   >=gnome-base/gsettings-desktop-schemas-3.15.92[introspection?]
-   gnome-base/gnome-desktop:3=
-   >sys-power/upower-0.99:=
-
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   >=x11-libs/libXcomposite-0.2
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   >=x11-libs/libXi-1.7.4
-   x11-libs/libXinerama
-   >=x11-libs/libXrandr-1.5
-   x11-libs/libXrender
-   x11-libs/libxcb
-   x11-libs/libxkbfile
-   >=x11-libs/libxkbcommon-0.4.3[X]
-   x11-misc/xkeyboard-config
-
-   gnome-extra/zenity
-
-   introspection? ( >=dev-libs/gobject-introspection-1.42:= )
-   kms? (
-   dev-libs/libinput
-   >=media-libs/clutter-1.20[egl]
-   media-libs/cogl:1.0=[kms]
-   >=media-libs/mesa-10.3[gbm]
-   sys-apps/systemd
-   virtual/libgudev
-   x11-libs/libdrm:= )
-   wayland? (
-   >=dev-libs/wayland-1.6.90
-   >=media-libs/clutter-1.20[wayland]
-   

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

2016-11-23 Thread Matt Thode
commit: 3e3c5ce1fcbf587b12064aeb755ba7b86d83d2ee
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Nov 23 23:34:35 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Nov 23 23:34:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e3c5ce1

net-analyzer/icinga2: bup

Package-Manager: portage-2.3.0

 net-analyzer/icinga2/Manifest |   2 -
 net-analyzer/icinga2/icinga2-2.4.1-r4.ebuild  | 162 -
 net-analyzer/icinga2/icinga2-2.4.10-r1.ebuild | 165 --
 net-analyzer/icinga2/icinga2-.ebuild  |  25 ++--
 4 files changed, 18 insertions(+), 336 deletions(-)

diff --git a/net-analyzer/icinga2/Manifest b/net-analyzer/icinga2/Manifest
index bcdd96d..047e607 100644
--- a/net-analyzer/icinga2/Manifest
+++ b/net-analyzer/icinga2/Manifest
@@ -1,4 +1,2 @@
-DIST icinga2-2.4.1.tar.gz 1342073 SHA256 
0cd3f52ec283fbad1e68fe9c6cf91e870e0161336f1108c2d7ea044c4db934f0 SHA512 
53d93d7db090d478d93a4142e495438306582a5bd75fb69242053ba1213cbfefb4bfba560392cccb532623b3885cc1357b0ffdd9259215c34d681dcd072b52f0
 WHIRLPOOL 
57cbac7586f309373ed1662b3a12398d71318239f4dc70252905c8b770e240425832e9f38414d0a952ae9039db29474643f4d0b50d24e5a97c1af906b896dd20
-DIST icinga2-2.4.10.tar.gz 1768052 SHA256 
c2963430503c382cc4d5083b05731c0b965b5ffa960e900c0827b83789f0425e SHA512 
de04d2236b05d33becad1b4e68a4b5ae553b43da9576f9b88f77a037800e6679840516777f32ce71680e81dd99feb850db8861ea2496b9acb1e0da9ce2ce3bd6
 WHIRLPOOL 
608fcd9caddc9aad5a5e36e9d6f6e0080fa61e6a640118d7aa269c5d435ebb9895d99067a875be50833fbaf7207f0ede058654b83e9f84706475da2813713e7c
 DIST icinga2-2.4.4.tar.gz 1361983 SHA256 
ce19ed52c447929f5f9dae11b75d080b76b7aa680ee930c59db4202a2218d6b5 SHA512 
117c4ce3c6fe34bf41ae6c51d1ba35d4eb2e96e8e1f856f01e416752a40c5cb16d7d0443b9bda05c774369b827b757416279635f946bc589ec9cb9d65306b3cf
 WHIRLPOOL 
032a080835640f19ca56918af8d451fe5f95dd483fd76f7bd5ff719d8676e2d245aad1e16eacc2f006d2b3c13f7b1f79b075e2216e21f330e3690e6bd397c050
 DIST icinga2-2.5.4.tar.gz 2493864 SHA256 
f22ca17cd9951598ab6a1bc27c1ef82b9f1bb49795f69066ccd4d499faa240fc SHA512 
0fca05d3eb6722cedecaba1da78ebb7268482257f28e37831f6356c618cbd059304a9e27e1f786799f253940e3dcf8ffa7399060f3e0e15765594796657b3be4
 WHIRLPOOL 
a2a4af45a15cc4ed197151cc4e3355fa5f28ba227269990704f2cce47fe1990fb38932aa0bfefa8034492b379e04213d1eb514437e13aca3fe751592aff99afd

diff --git a/net-analyzer/icinga2/icinga2-2.4.1-r4.ebuild 
b/net-analyzer/icinga2/icinga2-2.4.1-r4.ebuild
deleted file mode 100644
index d628f39..
--- a/net-analyzer/icinga2/icinga2-2.4.1-r4.ebuild
+++ /dev/null
@@ -1,162 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit cmake-utils depend.apache eutils systemd toolchain-funcs user
-
-DESCRIPTION="Distributed, general purpose, network monitoring engine"
-HOMEPAGE="http://icinga.org/icinga2;
-SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+mysql postgres classicui console lto mail minimal nano-syntax +plugins 
studio +vim-syntax"
-
-CDEPEND="
-   dev-libs/openssl:0
-   >=dev-libs/boost-1.41
-   console? ( dev-libs/libedit )
-   mysql? ( virtual/mysql )
-   postgres? ( dev-db/postgresql:= )"
-
-DEPEND="
-   ${CDEPEND}
-   sys-devel/bison
-   >=sys-devel/flex-2.5.35"
-
-RDEPEND="
-   ${CDEPEND}
-   plugins? ( || (
-   net-analyzer/monitoring-plugins
-   net-analyzer/nagios-plugins
-   ) )
-   mail? ( virtual/mailx )
-   classicui? ( net-analyzer/icinga[web] )
-   studio? ( x11-libs/wxGTK:2.9 )"
-
-REQUIRED_USE="!minimal? ( || ( mysql postgres ) )"
-
-want_apache2
-
-pkg_setup() {
-   depend.apache_pkg_setup
-   enewgroup icinga
-   enewgroup icingacmd
-   enewgroup nagios  # for plugins
-   enewuser icinga -1 -1 /var/lib/icinga2 "icinga,icingacmd,nagios"
-}
-
-src_configure() {
-   sed -i 's/FLAGS\}\ \-g/FLAGS\}\ \-lpthread\ /g' CMakeLists.txt || die
-   local mycmakeargs=(
-   -DICINGA2_UNITY_BUILD=FALSE
-   -DCMAKE_VERBOSE_MAKEFILE=ON
-   -DCMAKE_BUILD_TYPE=None
-   -DCMAKE_INSTALL_PREFIX=/usr
-   -DCMAKE_INSTALL_SYSCONFDIR=/etc
-   -DCMAKE_INSTALL_LOCALSTATEDIR=/var
-   -DICINGA2_SYSCONFIGFILE=/etc/conf.d/icinga2
-   -DICINGA2_USER=icinga
-   -DICINGA2_GROUP=icingacmd
-   -DICINGA2_COMMAND_USER=icinga
-   -DICINGA2_COMMAND_GROUP=icingacmd
-   -DINSTALL_SYSTEMD_SERVICE_AND_INITSCRIPT=yes
-   )
-   # default to off if minimal, allow the flags to be set otherwise
-   if use minimal; then
-   mycmakeargs+=(
-   -DICINGA2_WITH_MYSQL=OFF
-   -DICINGA2_WITH_PGSQL=OFF
-   )
-   

[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/eshowkw/

2016-11-23 Thread Zac Medico
commit: b4c059f6908965981816134d97d68e528ecbe75e
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Nov 22 17:45:28 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Nov 23 23:24:09 2016 +
URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=b4c059f6

eshowkw: distinguish repository of installed package (bug 600486)

X-Gentoo-bug: 600486
X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=600486
Acked-by: Brian Dolbec  gentoo.org>

 pym/gentoolkit/eshowkw/keywords_content.py | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/pym/gentoolkit/eshowkw/keywords_content.py 
b/pym/gentoolkit/eshowkw/keywords_content.py
index b6ad118..18926b4 100644
--- a/pym/gentoolkit/eshowkw/keywords_content.py
+++ b/pym/gentoolkit/eshowkw/keywords_content.py
@@ -101,21 +101,21 @@ class keywords_content:
class VersionChecker:
def __getVersions(self, packages):
"""Obtain properly aligned version strings without 
colors."""
-   revlength = max([len(self.__getRevision(x)) for x in 
packages])
-   return  [self.__separateVersion(x, revlength) for x in 
packages]
+   revlength = max([len(self.__getRevision(x)) for x, repo 
in packages])
+   return  [self.__separateVersion(x, repo, revlength) for 
x, repo in packages]
 
def __getRevision(self, cpv):
"""Get revision informations for each package for nice 
further alignment"""
rev = port.catpkgsplit(cpv)[3]
return rev if rev != 'r0' else ''
 
-   def __separateVersion(self, cpv, revlength):
-   return self.__modifyVersionInfo(cpv, 
port.versions.cpv_getversion(cpv), revlength)
+   def __separateVersion(self, cpv, repo, revlength):
+   return self.__modifyVersionInfo(cpv, repo, 
port.versions.cpv_getversion(cpv), revlength)
 
-   def __modifyVersionInfo(self, cpv, pv, revlength):
+   def __modifyVersionInfo(self, cpv, repo, pv, revlength):
"""Prefix and suffix version with string based on 
whether version is installed or masked and its revision."""
mask = self.__getMaskStatus(cpv)
-   install = self.__getInstallStatus(cpv)
+   install = self.__getInstallStatus(cpv, repo)
 
# calculate suffix length
currevlen = len(self.__getRevision(cpv))
@@ -149,9 +149,9 @@ class keywords_content:
return False
 
 
-   def __getInstallStatus(self, cpv):
+   def __getInstallStatus(self, cpv, repo):
"""Check if package version we test is installed."""
-   return self.vartree.cpv_exists(cpv)
+   return bool(self.vartree.match("=%s::%s" % (cpv, repo)))
 
def __init__(self, packages):
"""Query all relevant data for version data 
formatting"""
@@ -344,7 +344,7 @@ class keywords_content:
self.slot_length = max([len(x) for x in self.slots])
repositories_length = max([len(x) for x in self.repositories])
self.keyword_length = len(keywords_list)
-   vers =self.VersionChecker(packages)
+   vers =self.VersionChecker(list(zip(packages, 
self.repositories)))
self.versions = vers.versions
masks = vers.masks
self.version_length = max([len(x) for x in self.versions])



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

2016-11-23 Thread Patrice Clement
commit: d2bd43a77479e12f283e33fbc0944d5e6d24e264
Author: Jonas Stein  jonasstein  de>
AuthorDate: Mon Nov 21 22:50:55 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Nov 23 23:12:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2bd43a7

sys-apps/inxi: version bump.

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

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

 sys-apps/inxi/Manifest|  1 +
 sys-apps/inxi/inxi-2.3.4_p20161104.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/sys-apps/inxi/Manifest b/sys-apps/inxi/Manifest
index e43f323..ba301f0 100644
--- a/sys-apps/inxi/Manifest
+++ b/sys-apps/inxi/Manifest
@@ -1,3 +1,4 @@
 DIST inxi-2.2.14.tar.gz 179900 SHA256 
c7acc482e860864d69365c2548b2efcfd334432dc053568a4dce37d6699146e5 SHA512 
0cc5c1a6d6e3611e3203ca9747477316b6171a8926c33ce4b6f2531fa9c644fa4a7de654e78958efb770fdd0fd1c7ec734bc32e98d9651e3154ab5a2aee58f2d
 WHIRLPOOL 
f74ac82c213bc5949da2602d5a38abd061889877ceb6f0e3a2e4988b205d1179e1eac8a42a2402e064773b8ca124cba544e9e37fbb1d1d16b2c4d83e58ce0728
 DIST inxi-2.2.19.tar.gz 181796 SHA256 
8611d5c906234b348fc46cd287660b7676a1a5cd85bd38367dad2e0ceb2e92df SHA512 
002c33d3cb13269b91732be4f8704b1022d99d46fbb8630bd6f35d8609cbcde22b650da5ff93480a2d1acedfec40b47e8154b757d1a0291eb9d6917009331659
 WHIRLPOOL 
323b359b0d92959b9504d5a77f6a20194604de98ce8e0bb4f9d5c20610e4787d0247e78e0d93bd01818a906ff421face76704717c4caf1f2313728b66d53aef3
 DIST inxi-2.3.0_p20160807.tar.gz 407468 SHA256 
da9bf61c2134291d8f65f5cd270a7026d83ea28f44450c7973e1f5f7aa529313 SHA512 
58f91c7b44cfa6a53fba7fdd8300ab5b9bca86a1c558524ad6f26f79123f4e642531543f9d5d04134ca5028323bc9e6db128a15e0c17b41254ff9463db1080f9
 WHIRLPOOL 
eb502482b76a55c2fa7d3c9972fa0b46ee4e12af208073bc2ff4b22d6880868ddd576b1c345905f19fae4ee6469d4dc5fdbdaef0acf4d944e8a390974fa54881
+DIST inxi-2.3.4_p20161104.tar.gz 415379 SHA256 
b4e1377e9c67dd7836542542edd9facdad6fa9cf37d3b8cc0c3c98bf31f463c0 SHA512 
4803433bb483119a0c7b50eea07b39878a39005224fbda0ddc7e52bf88abbd0184c8476277b15c80a156d4d1b9d51297f15c8d1c63b95dc3e40399cc50afe850
 WHIRLPOOL 
9b0688a163a29dfb07d4228624cd9cfd2f8010f189b914ad06b3ba76ef62f8765d861986946d9045f257561716ebf1bbdfe7f305fe9614671992ca02e523ef6f

diff --git a/sys-apps/inxi/inxi-2.3.4_p20161104.ebuild 
b/sys-apps/inxi/inxi-2.3.4_p20161104.ebuild
new file mode 100644
index ..06842d0
--- /dev/null
+++ b/sys-apps/inxi/inxi-2.3.4_p20161104.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MY_COMMIT=89e18d245bc34fc5be5f5baddac2ccd8106be050  #because upstream refuses 
to tag commits with version numbers
+MY_SHORTCOMMIT=${MY_COMMIT:0:7}
+
+DESCRIPTION="Commandline script to print hardware information for irc and 
administration"
+
+HOMEPAGE="https://github.com/smxi/inxi;
+SRC_URI="https://github.com/smxi/${PN}/tarball/${MY_COMMIT} -> ${P}.tar.gz"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=app-shells/bash-3.0
+   sys-apps/pciutils
+   "
+
+S="${WORKDIR}/smxi-${PN}-${MY_SHORTCOMMIT}"
+
+src_install() {
+   dobin "${PN}"
+   doman "${PN}.1.gz"
+}
+
+pkg_postinst() {
+   einfo "To view a short or full system information:"
+   einfo "  inxi -b for short information."
+   einfo "  inxi -F for full information."
+   einfo "inxi provides seven verbose levels -v1 to -v7."
+   einfo "Type inxi -h for help."
+}



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

2016-11-23 Thread Patrice Clement
commit: 5593db34c5cf688288f37d09a5890da4fd677079
Author: Jonas Stein  jonasstein  de>
AuthorDate: Mon Nov 21 23:13:59 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Nov 23 23:12:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5593db34

sys-apps/inxi: remove old.

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

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

 sys-apps/inxi/Manifest   |  2 --
 sys-apps/inxi/inxi-2.2.14.ebuild | 33 -
 sys-apps/inxi/inxi-2.2.19.ebuild | 33 -
 3 files changed, 68 deletions(-)

diff --git a/sys-apps/inxi/Manifest b/sys-apps/inxi/Manifest
index ba301f0..2ca8aa8 100644
--- a/sys-apps/inxi/Manifest
+++ b/sys-apps/inxi/Manifest
@@ -1,4 +1,2 @@
-DIST inxi-2.2.14.tar.gz 179900 SHA256 
c7acc482e860864d69365c2548b2efcfd334432dc053568a4dce37d6699146e5 SHA512 
0cc5c1a6d6e3611e3203ca9747477316b6171a8926c33ce4b6f2531fa9c644fa4a7de654e78958efb770fdd0fd1c7ec734bc32e98d9651e3154ab5a2aee58f2d
 WHIRLPOOL 
f74ac82c213bc5949da2602d5a38abd061889877ceb6f0e3a2e4988b205d1179e1eac8a42a2402e064773b8ca124cba544e9e37fbb1d1d16b2c4d83e58ce0728
-DIST inxi-2.2.19.tar.gz 181796 SHA256 
8611d5c906234b348fc46cd287660b7676a1a5cd85bd38367dad2e0ceb2e92df SHA512 
002c33d3cb13269b91732be4f8704b1022d99d46fbb8630bd6f35d8609cbcde22b650da5ff93480a2d1acedfec40b47e8154b757d1a0291eb9d6917009331659
 WHIRLPOOL 
323b359b0d92959b9504d5a77f6a20194604de98ce8e0bb4f9d5c20610e4787d0247e78e0d93bd01818a906ff421face76704717c4caf1f2313728b66d53aef3
 DIST inxi-2.3.0_p20160807.tar.gz 407468 SHA256 
da9bf61c2134291d8f65f5cd270a7026d83ea28f44450c7973e1f5f7aa529313 SHA512 
58f91c7b44cfa6a53fba7fdd8300ab5b9bca86a1c558524ad6f26f79123f4e642531543f9d5d04134ca5028323bc9e6db128a15e0c17b41254ff9463db1080f9
 WHIRLPOOL 
eb502482b76a55c2fa7d3c9972fa0b46ee4e12af208073bc2ff4b22d6880868ddd576b1c345905f19fae4ee6469d4dc5fdbdaef0acf4d944e8a390974fa54881
 DIST inxi-2.3.4_p20161104.tar.gz 415379 SHA256 
b4e1377e9c67dd7836542542edd9facdad6fa9cf37d3b8cc0c3c98bf31f463c0 SHA512 
4803433bb483119a0c7b50eea07b39878a39005224fbda0ddc7e52bf88abbd0184c8476277b15c80a156d4d1b9d51297f15c8d1c63b95dc3e40399cc50afe850
 WHIRLPOOL 
9b0688a163a29dfb07d4228624cd9cfd2f8010f189b914ad06b3ba76ef62f8765d861986946d9045f257561716ebf1bbdfe7f305fe9614671992ca02e523ef6f

diff --git a/sys-apps/inxi/inxi-2.2.14.ebuild b/sys-apps/inxi/inxi-2.2.14.ebuild
deleted file mode 100644
index 9b9bae5..
--- a/sys-apps/inxi/inxi-2.2.14.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Commandline script to print hardware information for irc and 
administration."
-HOMEPAGE="https://github.com/smxi/inxi;
-SRC_URI="https://inxi.googlecode.com/svn/tarballs/${PN}_${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=app-shells/bash-3.0
-   sys-apps/pciutils
-   "
-
-S=${WORKDIR}
-
-src_install() {
-   dobin ${PN}
-   doman ${PN}.1.gz
-}
-
-pkg_postinst() {
-   einfo "To view a short or full system information."
-   einfo "inxi -b for short information."
-   einfo "inxi -F for full information."
-   einfo "inxi also provides verbose levels '-v1 to -v7'."
-   einfo "inxi -h for help."
-}

diff --git a/sys-apps/inxi/inxi-2.2.19.ebuild b/sys-apps/inxi/inxi-2.2.19.ebuild
deleted file mode 100644
index 15f5c6b..
--- a/sys-apps/inxi/inxi-2.2.19.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Commandline script to print hardware information for irc and 
administration."
-HOMEPAGE="https://github.com/smxi/inxi;
-SRC_URI="https://inxi.googlecode.com/svn/tarballs/${PN}_${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=app-shells/bash-3.0
-   sys-apps/pciutils
-   "
-
-S=${WORKDIR}
-
-src_install() {
-   dobin ${PN}
-   doman ${PN}.1.gz
-}
-
-pkg_postinst() {
-   einfo "To view a short or full system information."
-   einfo "inxi -b for short information."
-   einfo "inxi -F for full information."
-   einfo "inxi also provides verbose levels '-v1 to -v7'."
-   einfo "inxi -h for help."
-}



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

2016-11-23 Thread Robin H. Johnson
commit: 934b2a3612015642792d69007c6243f6a5f123c6
Author: Felix Janda  posteo  de>
AuthorDate: Sat Nov 19 20:54:32 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Wed Nov 23 22:47:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=934b2a36

net-proxy/macchanger: add patch for compilation with musl

The patch is used by Alpine Linux, and has been submitted upstream:

https://github.com/alobbs/macchanger/issues/14

Also, do a revbump, bump EAPI, and eprefixify.

Gentoo-Bug: https://bugs.gentoo.org/588248
(cherry picked from commit d139a40e069d59ca895871fe47bf45d6b82ba171)

 .../files/macchanger-1.7.0-fix-caddr_t.patch   | 13 +
 net-analyzer/macchanger/macchanger-1.7.0-r1.ebuild | 31 ++
 2 files changed, 44 insertions(+)

diff --git a/net-analyzer/macchanger/files/macchanger-1.7.0-fix-caddr_t.patch 
b/net-analyzer/macchanger/files/macchanger-1.7.0-fix-caddr_t.patch
new file mode 100644
index ..c5fe5f6
--- /dev/null
+++ b/net-analyzer/macchanger/files/macchanger-1.7.0-fix-caddr_t.patch
@@ -0,0 +1,13 @@
+https://github.com/alobbs/macchanger/issues/14
+
+--- ./src/netinfo.c.orig
 ./src/netinfo.c
+@@ -113,7 +113,7 @@
+   epa->size = IFHWADDRLEN;
+ 
+   memcpy(, &(net->dev), sizeof(struct ifreq));
+-  req.ifr_data = (caddr_t)epa;
++  req.ifr_data = (void *)epa;
+ 
+   if (ioctl(net->sock, SIOCETHTOOL, ) < 0) {
+   perror ("[ERROR] Could not read permanent MAC");

diff --git a/net-analyzer/macchanger/macchanger-1.7.0-r1.ebuild 
b/net-analyzer/macchanger/macchanger-1.7.0-r1.ebuild
new file mode 100644
index ..5f12529
--- /dev/null
+++ b/net-analyzer/macchanger/macchanger-1.7.0-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Utility for viewing/manipulating the MAC address of network 
interfaces"
+OUI_DATE="20091029" # Generated with tools/IEEE_OUI.py in the source
+OUI_FILE="OUI.list-${OUI_DATE}"
+HOMEPAGE="https://github.com/alobbs/macchanger;
+SRC_URI="https://github.com/alobbs/macchanger/releases/download/${PV}/${P}.tar.gz;
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
+SLOT="0"
+
+PATCHES=( "${FILESDIR}"/${P}-fix-caddr_t.patch )
+
+src_configure() {
+   # Shared data is installed below /lib, see Bug #57046
+   econf \
+   --bindir="${EPREFIX}/sbin" \
+   --datadir="${EPREFIX}/lib"
+}
+
+src_install() {
+   default
+
+   dodir /usr/bin
+   dosym /sbin/macchanger /usr/bin/macchanger
+   dosym /lib/macchanger /usr/share/macchanger
+}



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

2016-11-23 Thread Tim Harder
commit: 2c82583c13f8b05d93f6e73a230cea843a8f96fb
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Nov 23 22:03:15 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Nov 23 22:03:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c82583c

media-libs/exiftool: version bump to 10.35

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

diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
index 828af83..caa87c7 100644
--- a/media-libs/exiftool/Manifest
+++ b/media-libs/exiftool/Manifest
@@ -3,3 +3,4 @@ DIST Image-ExifTool-10.27.tar.gz 4176031 SHA256 
344f201a37f61a9f02ed7831cd86c89c
 DIST Image-ExifTool-10.28.tar.gz 4252944 SHA256 
18cee8c0fb9331f63b883a5e5e42f5b40f5e30696289c00f1fe9e5e536f90bef SHA512 
8fa37bdb5b52ea657dcdd86468cbce4ad113ef3afe7c52ca30b9ace6368d0dfe4bead69cd799bd403fd3d3dd8f7fdb24f8015eee19fec6d852bf8186b66f9b99
 WHIRLPOOL 
c38fa5b29a4d82a74477acd593b968f8986098b02c5114093b497711f8669140a51040c358cf2c4665ce78f57609e67670fc8a3699eb31c15a58e5ba445ec9d3
 DIST Image-ExifTool-10.31.tar.gz 4201613 SHA256 
192884639ff4934ecdb9edc107a0b9f1a49c9afadf457bae8fa97e15816dc1ea SHA512 
6ae905be7f4670d9110d6dc9b7248b25a8aec50db89286aa85cb0bcf2de0a3f4cfabc89e32abd5cabcaa4da34d26b4efe3ed64fb7678076ea5999219502f70b4
 WHIRLPOOL 
73140eb16a5837e0784ef09ca8403d607070e53c22e4a182a3d381a926f24cf1b58082326ddc615dd2cc802d17377f12e329399bf6b757defb87b927eae752fa
 DIST Image-ExifTool-10.33.tar.gz 4204222 SHA256 
fb1c9a7da69f96cc6bc5809ffa8d2abce279696ea9dd27a86c1c61381a71d0a6 SHA512 
41e312155d7fc9261220ca69c92e1bbf66684e5945c1cd3c867770b226dcdb407835725b62265da775f516dfe29d6acfdb9de1278227a27e3f238d71c0ca8b76
 WHIRLPOOL 
2e457e9c370eaee542cd228dd7a1f334c78d4e57bfec380120ddd8ad5e85482590b8e78c744582866e44bf2634b89c5f5f91b0262301a265d4d2cdf1ec880f8d
+DIST Image-ExifTool-10.35.tar.gz 4211671 SHA256 
976444af3bee30e327934393d165f4a73da1eaad1e74a1bd4c092ca1e05293fa SHA512 
8f1cc26620e1cd6a530046c93fbb281de4bb99c2fc2755f22d395d39afe367ac839ccf11aa7db536cba82822f85a5c5c41540255bfab5ff3e0278419355a
 WHIRLPOOL 
891b0a504ab69ce8642df6bb9a6257219b2254a9f5787f8ebe64d5619f75bab91b5b185af08da1a1e80bba4af024e501e3e81d9aee58cd3b73f1a55bd3048218

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



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

2016-11-23 Thread Kristian Fiskerstrand
commit: 0e6a712200b73ade0543ea5c9581ab351b8840ab
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Wed Nov 23 20:52:27 2016 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Wed Nov 23 20:52:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e6a7122

sys-power/apcupsd: Add proxied maintainer

Gentoo-Bug: 597292

Package-Manager: portage-2.3.2

 sys-power/apcupsd/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/sys-power/apcupsd/metadata.xml b/sys-power/apcupsd/metadata.xml
index 71f0933..275b13d 100644
--- a/sys-power/apcupsd/metadata.xml
+++ b/sys-power/apcupsd/metadata.xml
@@ -2,6 +2,10 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

+   john.ei...@gmail.com
+   John Einar Reitan
+   
+   
k...@gentoo.org
Kristian Fiskerstrand




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

2016-11-23 Thread Kristian Fiskerstrand
commit: e87a33e05c8b9e57e95a9c766d767f0942fdafb5
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Wed Nov 23 20:32:11 2016 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Wed Nov 23 20:32:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e87a33e0

app-crypt/gnupg: Clean up unused files

Package-Manager: portage-2.3.2

 0.26-Need-to-init-the-trustdb-for-import.patch |  35 --
 app-crypt/gnupg/files/gnupg-2.0.26-misc-cve.patch  | 118 -
 .../files/gnupg-2.1-fix-gentoo-dash-issue.patch|  12 ---
 .../gnupg-2.1.12-fix-signature-checking.patch  |  50 -
 4 files changed, 215 deletions(-)

diff --git 
a/app-crypt/gnupg/files/gnupg-2.0.26-Need-to-init-the-trustdb-for-import.patch 
b/app-crypt/gnupg/files/gnupg-2.0.26-Need-to-init-the-trustdb-for-import.patch
deleted file mode 100644
index 4c9eff2..
--- 
a/app-crypt/gnupg/files/gnupg-2.0.26-Need-to-init-the-trustdb-for-import.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From a2dcc5cc49c3e79d64bd1a2ad7a5bc4df5b073ee Mon Sep 17 00:00:00 2001
-From: Kristian Fiskerstrand 
-Date: Wed, 13 Aug 2014 11:13:34 +0200
-Subject: [PATCH] gpg: Need to init the trustdb for import.
-
-* g10/trustdb.c (clear_ownertrusts): Init trustdb.
-
---
-
-This was fixed in 1.4 branch in commit
-23191d7851eae2217ecdac6484349849a24fd94a but was not applied to the
-2.0 branch that exhibits the same problem. This is actually a hack
-to fix a bug introduced with commit 2528178.
-
-GnuPG-bug-id: 1622

- g10/trustdb.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/g10/trustdb.c b/g10/trustdb.c
-index f96701a..7bfef25 100644
 a/g10/trustdb.c
-+++ b/g10/trustdb.c
-@@ -923,6 +923,8 @@ clear_ownertrusts (PKT_public_key *pk)
-   TRUSTREC rec;
-   int rc;
- 
-+  init_trustdb();
-+
-   if (trustdb_args.no_trustdb && opt.trust_model == TM_ALWAYS)
- return 0;
- 
--- 
-1.8.5.5
-

diff --git a/app-crypt/gnupg/files/gnupg-2.0.26-misc-cve.patch 
b/app-crypt/gnupg/files/gnupg-2.0.26-misc-cve.patch
deleted file mode 100644
index 734a04a..
--- a/app-crypt/gnupg/files/gnupg-2.0.26-misc-cve.patch
+++ /dev/null
@@ -1,118 +0,0 @@
-From ed8383c618e124cfa708c9ee87563fcdf2f4649c Mon Sep 17 00:00:00 2001
-From: Daniel Kahn Gillmor 
-Date: Fri, 19 Dec 2014 18:53:34 -0500
-Subject: [PATCH] sm: Avoid double-free on iconv failure
-
-* sm/minip12.c: (p12_build) if jnlib_iconv_open fails, avoid
-double-free of pwbuf.
-
---
-
-Observed by Joshua Rogers , who proposed a
-slightly different fix.
-
-Debian-Bug-Id: 773472
-
-Added fix at a second place - wk.

- sm/minip12.c |2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/agent/minip12.c b/agent/minip12.c
-index 01b91b7..ca4d248 100644
 a/agent/minip12.c
-+++ b/agent/minip12.c
-@@ -2422,6 +2422,7 @@ p12_build (gcry_mpi_t *kparms, const void *cert, size_t 
certlen,
-  " requested charset '%s': %s\n",
-  charset, strerror (errno));
-   gcry_free (pwbuf);
-+  pwbuf = NULL;
-   goto failure;
- }
- 
-@@ -2436,6 +2437,7 @@ p12_build (gcry_mpi_t *kparms, const void *cert, size_t 
certlen,
-  " requested charset '%s': %s\n",
-  charset, strerror (errno));
-   gcry_free (pwbuf);
-+  pwbuf = NULL;
-   jnlib_iconv_close (cd);
-   goto failure;
- }
--- 
-1.7.10.4
-
-From b0b3803e8c2959dd67ca96debc54b5c6464f0d41 Mon Sep 17 00:00:00 2001
-From: Daniel Kahn Gillmor 
-Date: Fri, 19 Dec 2014 18:07:55 -0500
-Subject: [PATCH] scd: Avoid double-free on error condition in scd
-
-* scd/command.c (cmd_readkey): avoid double-free of cert
-
---
-
-When ksba_cert_new() fails, cert will be double-freed.
-
-Debian-Bug-Id: 773471
-
-Original patch changed by wk to do the free only at leave.

- scd/command.c |6 ++
- 1 file changed, 2 insertions(+), 4 deletions(-)
-
-diff --git a/scd/command.c b/scd/command.c
-index dd4191f..1cc580a 100644
 a/scd/command.c
-+++ b/scd/command.c
-@@ -804,10 +804,8 @@ cmd_readkey (assuan_context_t ctx, char *line)
- 
-   rc = ksba_cert_new ();
-   if (rc)
--{
--  xfree (cert);
--  goto leave;
--}
-+goto leave;
-+
-   rc = ksba_cert_init_from_mem (kc, cert, ncert);
-   if (rc)
- {
--- 
-1.7.10.4
-
-From abd5f6752d693b7f313c19604f0723ecec4d39a6 Mon Sep 17 00:00:00 2001
-From: Werner Koch 
-Date: Mon, 22 Dec 2014 12:16:46 +0100
-Subject: [PATCH] dirmngr,gpgsm: Return NULL on fail
-
-* dirmngr/ldapserver.c (ldapserver_parse_one): Set SERVER to NULL.
-* sm/gpgsm.c (parse_keyserver_line): Ditto.
---
-
-Reported-by: Joshua Rogers 
-
-  "If something inside the ldapserver_parse_one function failed,
-   'server' would be freed, then returned, leading to a
-   use-after-free.  This code is likely copied from sm/gpgsm.c, 

[gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-docs/

2016-11-23 Thread Davide Pesavento
commit: 4fdb25eed9d1b5aebf9e51a45d77320d5772cca1
Author: Davide Pesavento  gentoo  org>
AuthorDate: Wed Nov 23 20:12:48 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Wed Nov 23 20:12:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fdb25ee

dev-qt/qt-docs: drop version that triggers file collisions

Package-Manager: portage-2.3.2

 dev-qt/qt-docs/qt-docs-5.6.2_p0.ebuild | 30 --
 1 file changed, 30 deletions(-)

diff --git a/dev-qt/qt-docs/qt-docs-5.6.2_p0.ebuild 
b/dev-qt/qt-docs/qt-docs-5.6.2_p0.ebuild
deleted file mode 100644
index d9142ef..
--- a/dev-qt/qt-docs/qt-docs-5.6.2_p0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit versionator
-
-MY_PV=$(get_version_component_range 1)$(get_version_component_range 2)
-MY_P=${PV/_p/-}qt-everywhere-documentation-${PV%%_p*}
-
-DESCRIPTION="Documentation for Qt5, for use with Qt Creator and other tools"
-HOMEPAGE="https://www.qt.io/;
-SRC_URI="https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_${MY_PV}_src_doc_examples/qt.${MY_PV}.doc/${MY_P}.7z;
-
-LICENSE="FDL-1.3"
-SLOT="5"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="app-arch/p7zip"
-
-S=${WORKDIR}/Docs/Qt-$(get_version_component_range 1-2)
-
-src_install() {
-   # ${PV} instead of ${PF} is intentional
-   local dest=/usr/share/doc/qt-${PV%%_p*}
-   insinto "${dest}"
-   doins -r *
-   docompress -x "${dest}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-docs/

2016-11-23 Thread Davide Pesavento
commit: 6bdcfdfaf92eb62e7ae6052fd97cfe59b688fcd9
Author: Davide Pesavento  gentoo  org>
AuthorDate: Wed Nov 23 20:18:45 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Wed Nov 23 20:18:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bdcfdfa

dev-qt/qt-docs: do not hardcode version number; add "|| die"

Package-Manager: portage-2.3.2

 dev-qt/qt-docs/qt-docs-5.6.2_p0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qt-docs/qt-docs-5.6.2_p0-r1.ebuild 
b/dev-qt/qt-docs/qt-docs-5.6.2_p0-r1.ebuild
index 840bb45..542a8fb 100644
--- a/dev-qt/qt-docs/qt-docs-5.6.2_p0-r1.ebuild
+++ b/dev-qt/qt-docs/qt-docs-5.6.2_p0-r1.ebuild
@@ -30,5 +30,5 @@ src_install() {
 
# these files are not shipped in any other version of qt-docs and 
collide with qtcore
# bug 597026
-   rm -r "${ED}"/usr/share/doc/qt-5.6.2/global
+   rm -rf "${ED}${dest}"/global || die
 }



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtcore/

2016-11-23 Thread Davide Pesavento
commit: 32349d78df326a74b640b2a5480296c8a3b8f1e8
Author: Davide Pesavento  gentoo  org>
AuthorDate: Wed Nov 23 20:05:19 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Wed Nov 23 20:05:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32349d78

dev-qt/qtcore: drop 5.6.2-r0

Package-Manager: portage-2.3.2

 dev-qt/qtcore/qtcore-5.6.2.ebuild | 41 ---
 1 file changed, 41 deletions(-)

diff --git a/dev-qt/qtcore/qtcore-5.6.2.ebuild 
b/dev-qt/qtcore/qtcore-5.6.2.ebuild
deleted file mode 100644
index 25061d7..
--- a/dev-qt/qtcore/qtcore-5.6.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-QT5_MODULE="qtbase"
-inherit qt5-build
-
-DESCRIPTION="Cross-platform application development framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
-fi
-
-IUSE="icu systemd"
-
-DEPEND="
-   dev-libs/glib:2
-   >=dev-libs/libpcre-8.38[pcre16,unicode]
-   >=sys-libs/zlib-1.2.5
-   virtual/libiconv
-   icu? ( dev-libs/icu:= )
-   systemd? ( sys-apps/systemd:= )
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
-   src/tools/bootstrap
-   src/tools/moc
-   src/tools/rcc
-   src/corelib
-   src/tools/qlalr
-)
-
-src_configure() {
-   local myconf=(
-   $(qt_use icu)
-   $(qt_use systemd journald)
-   )
-   qt5-build_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/ams/files/, media-sound/ams/

2016-11-23 Thread David Seifert
commit: 7473973a6fca39d7648ead7452ee197d720a890e
Author: David Seifert  gentoo  org>
AuthorDate: Wed Nov 23 19:43:01 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Nov 23 19:44:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7473973a

media-sound/ams: Version bump to 2.1.2

Gentoo-bug: 561980, 588942
* EAPI=6
* Add missing depend on sci-libs/fftw
* Use Qt5 instead of Qt4
* Build with GCC 6 in C++98 mode
* [QA] Remove hardcoded CXXFLAGS

Package-Manager: portage-2.3.2

 media-sound/ams/Manifest   |  1 +
 media-sound/ams/ams-2.1.2.ebuild   | 44 
 .../ams/files/ams-2.1.2-fix-build-system.patch | 80 ++
 3 files changed, 125 insertions(+)

diff --git a/media-sound/ams/Manifest b/media-sound/ams/Manifest
index 21c0019..c9e8cc5 100644
--- a/media-sound/ams/Manifest
+++ b/media-sound/ams/Manifest
@@ -1,2 +1,3 @@
 DIST ams-2.0.1.tar.bz2 286609 SHA256 
1fb95261a302ff464b20a6b7363faed82dcbc0fa50b6580964e384ef0832ed64 SHA512 
5be95ed5526de37475cb31480af9e20b6b524eb3086985680efd5dee748eb4947eb8a8265b8a805d843d1e80292fa5743e41bbd463580a0bb23c5e791d34bef8
 WHIRLPOOL 
57c13f4b31285ced524bb41bb31bd79c8446a8c514be219f7a228cf76a36df06db88e7bae4b2737280ef3a8146819c15426ddab6a5dbfc96628883a8583122f9
 DIST ams-2.1.1.tar.bz2 342456 SHA256 
a2fdd93f5f1eb96d0903d1d3f4709fcec28842e44b9e7420ea42618affc767d9 SHA512 
04627c15c3e3d0b889c4d17a8393c2417f5004a2bb0035bf9b0d86265d55c214923b9b875cbf3dd2cdb3f0037a0d6f717a9c6b749b68cd786b591d79e06b7580
 WHIRLPOOL 
1152139cf676707369a3189795833c3a7fdbe2a90e1a557169514a12536fd5279a863058971e36592a4d322d742bed1af704776382c454029d5f718b7ef88a98
+DIST ams-2.1.2.tar.bz2 348027 SHA256 
808630674101cefa90567b14f4eefdb61baa0c3facbe79f2f2d692e92eccebab SHA512 
3a98ccb54505818b4add1b070e2230ba00d80732fdcc54caecba55ad83f352381ed165ab58ca01fc98550bd0691242fd2f733862ee77fd217141ecec52250e4e
 WHIRLPOOL 
defd800af36a4b2af09b80ed6ad81239f383501fa13e6de4115717d7550208de6efa4ac038a36275b05692a1229be4ab81215cdc5f0cbb56456c606019acd569

diff --git a/media-sound/ams/ams-2.1.2.ebuild b/media-sound/ams/ams-2.1.2.ebuild
new file mode 100644
index ..bb363fb
--- /dev/null
+++ b/media-sound/ams/ams-2.1.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
+
+inherit autotools flag-o-matic qmake-utils
+
+DESCRIPTION="Alsa Modular Software Synthesizer"
+HOMEPAGE="http://alsamodular.sourceforge.net;
+SRC_URI="mirror://sourceforge/alsamodular/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtopengl:5
+   dev-qt/qtwidgets:5
+   media-libs/ladspa-sdk
+   media-libs/libclalsadrv
+   media-libs/alsa-lib
+   media-sound/jack-audio-connection-kit
+   sci-libs/fftw:3.0=
+   !dev-ruby/amrita"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}"/${PN}-2.1.2-fix-build-system.patch )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   # C++11/14 fails:
+   # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811645
+   append-cxxflags -std=gnu++98
+   econf --enable-qt5 MOC="$(qt5_get_bindir)/moc"
+}

diff --git a/media-sound/ams/files/ams-2.1.2-fix-build-system.patch 
b/media-sound/ams/files/ams-2.1.2-fix-build-system.patch
new file mode 100644
index ..f18f5e7
--- /dev/null
+++ b/media-sound/ams/files/ams-2.1.2-fix-build-system.patch
@@ -0,0 +1,80 @@
+* Remove extraneous CXXFLAGS
+* Missing -ldl for dlsym, dlerror, and dlopen
+See also: https://bugs.gentoo.org/379251
+
+--- a/configure.ac
 b/configure.ac
+@@ -31,46 +31,7 @@
+ AC_FUNC_SELECT_ARGTYPES
+ AC_FUNC_STAT
+ 
+-dnl set basic compiler flags
+-AMS_CORE_CXXFLAGS="-Wall"
+-
+-dnl set compiler optimization flags
+-AC_MSG_CHECKING(which processor class to optimize for)
+-case "$target" in
+-i486-*-*)
+- AMS_OPT_CXXFLAGS="-march=i486"
+- AC_MSG_RESULT(i486)
+- ;;
+-i586-*-*)
+- AMS_OPT_CXXFLAGS="-march=pentium"
+- AC_MSG_RESULT(i586)
+- ;;
+-i686-*-*)
+- AMS_OPT_CXXFLAGS="-march=pentiumpro -msse -mfpmath=sse -ffast-math"
+- AC_MSG_RESULT(i686)
+- ;;
+-i786-*-*)
+- AMS_OPT_CXXFLAGS="-march=pentium4 -msse -mfpmath=sse -ffast-math"
+- AC_MSG_RESULT(i786)
+- ;;
+-x86_64-*-*)
+- AMS_OPT_CXXFLAGS="-m64 -msse -mfpmath=sse -ffast-math"
+- AC_MSG_RESULT(x86_64)
+- ;;
+-*)
+- AC_MSG_RESULT(i386)
+- AC_MSG_WARN(This is probably not what you want, use --target)
+- ;;
+-esac
+-
+-if test "x$AMS_OPT_CXXFLAGS" = "x"; then
+-AMS_CXXFLAGS=$AMS_CORE_CXXFLAGS
+-else
+-AC_MSG_NOTICE([Compiler optimization... $AMS_OPT_CXXFLAGS])
+-AMS_CXXFLAGS="$AMS_CORE_CXXFLAGS 

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

2016-11-23 Thread Manuel Rüger
commit: 60afb50aa942bc5ec4ccb1d88f7896cd79cb0d70
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Nov 23 18:27:27 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Nov 23 18:27:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60afb50a

dev-libs/libinput: Remove old

Package-Manager: portage-2.3.2

 dev-libs/libinput/Manifest  |  2 --
 dev-libs/libinput/libinput-1.3.0.ebuild | 55 -
 dev-libs/libinput/libinput-1.4.0.ebuild | 55 -
 3 files changed, 112 deletions(-)

diff --git a/dev-libs/libinput/Manifest b/dev-libs/libinput/Manifest
index 4daedeb..a68e244 100644
--- a/dev-libs/libinput/Manifest
+++ b/dev-libs/libinput/Manifest
@@ -1,9 +1,7 @@
 DIST libinput-1.1.0.tar.xz 802348 SHA256 
673186ea2a0d2b695afaa9758834f9217b175774d9ae222e1b43ff63c663f582 SHA512 
7f014eabed120c00fcd2d8748aed44a8ca31fd30bdda8b289ca63f7d1bebb9c49f1d508707fb0c4a5c7c4a37b58548efdff0e9b7761475f18e1cf787a80520e6
 WHIRLPOOL 
028518c20cfc6daa442dd92d04183a6575b95b1f4792a646ce42c09a7bc75e5bb469ca88b8cad89919c0814e00aa65178cc49c9dca6e9aad4ce997a94f9ba645
 DIST libinput-1.1.5.tar.xz 806960 SHA256 
5e08c45dbb8bf32490cc6cd626da098564d646d161a07cba2e3adbd9745c0622 SHA512 
031663c46b556048224aab018eb8ea76e34aace77508e52e6ef382a452585fafd4c91b427c0892aab3c624c0cfedc15c388922ae7166248e5da65575ff900c31
 WHIRLPOOL 
760cc1cf0c6657efbdadadd2f50e188d86465e1aa3f287275323d6fad9156b684de0d3b6dbf6e3fd5213018770726087ee282833f25ba5ef67918c0284b885a1
-DIST libinput-1.3.0.tar.xz 878372 SHA256 
998a75fb261d161efaa7da44411cdc9a32a953280e4ffc6322ca19f057d0c1ea SHA512 
dbd373d7b359419d059a8e6e31a701ccdf786393f5a5c1d97abc00e52ac167b80e7dcca9f9fe09de34812642898b4e19e6723bb5336c039c31012cc148d966aa
 WHIRLPOOL 
1d2beff56b2d7a2327883e50c8a4dfe83531b1c096bf5ce778c10c09beec6cd104ca6c189318383f541912e2b76e287c2d15dc546527e24aadaa1938291351cb
 DIST libinput-1.3.1.tar.xz 880284 SHA256 
cdff653d93395c718f367af61fee866914bc45de75ac94abe7dc1b720462aca9 SHA512 
b63f28bb99544bea48742669156a8dd6041e00315cbe75849d6bcee2c9f7c0570c9b96e59982cdfe5f972bd15cd97f852038ecce0feaed071fe31cc26a3936e8
 WHIRLPOOL 
f0732988b7f24bf1d1a97210071488925ba139033c374f0b345b45ec74073df3a778189bad0c1c949d26997c4068d9e55ebab386438cc18cea2ca933767ae9da
 DIST libinput-1.3.3.tar.xz 881992 SHA256 
30c8edfe47654a38c235ac6b0541d79fd593d010bc18cdda8bd1f6cc6ad8b1ce SHA512 
3acfa15ed39bb59fb18e3587718714eb277144069938c609b99a7b861e2fad85426cff840e3914552e98c2d06c010755f82fca705bab211195735a7753e191e9
 WHIRLPOOL 
928ffc16337e1ab49e577a05b85ddecfa037be2c0d3028d5aad2fc89cc82f30cba312500765d96661248e94b39619ce4a3d63e6bfc93637575aef496ddcd
-DIST libinput-1.4.0.tar.xz 901316 SHA256 
76ef10874519d1a67b57e5c68ede06106b9fbf611a3ecf69c84886107c67b420 SHA512 
1b9922c5f528df5dbcaa8ed5376c8b36a0e3f5108a9012fc2e3811ff9fdab7c814fc63c4c0404ac26cbf925db45a6fbd8c7bf5ec288a795b2e7123c315b20765
 WHIRLPOOL 
40c4f9da1cede78875244fe0602339ada5ec3d31cdf427d8c78fa9c920967841d3e81da5354c417119bd28f557da1115ac22888018fd4faacda857d3d9a58f5e
 DIST libinput-1.4.2.tar.xz 900776 SHA256 
8c38826a785594811bef6a9daadbfa2e172e3f070f8863393d6fb7ca4c68e451 SHA512 
ecd1ddc737b8207d9e494f809340e2c0ac2927db80cf4c325ba12fb84387138d0128df7e841c87feafe425d6382f87f123f28531f7045fbcdd1176559895b79b
 WHIRLPOOL 
99f18e00e2a4a284b7995f677053501989b526e16f41e508023638a1c0e660940d0cb991f399480a30a49073063aab1651e52bdea7861266300d9db885806ac4
 DIST libinput-1.5.0.tar.xz 910476 SHA256 
5a96559385ecfaa30f9e72ea89eb8ebbc97caf68e458f451f4ed62315311081c SHA512 
801b7a161d85f6e5f4ce03f3bc7e367ee22646cc8994e2660697d23af99ad2a91c0824e8bfc039b294ce4eac4c808697b3caf22b7b6587a201e8e75519be0a3a
 WHIRLPOOL 
0b97ff67a45f46771a507a36ad09775e4be1c934b87cb0231b7a6d682a6043f0e8ba0efbd7f3321c461f0a9292d9f7ef0f58d7cffc17d9685ae1c6128856e76d
 DIST libinput-1.5.1.tar.xz 926872 SHA256 
d4f63933b0967bd691735af5e3919e2d29c2121d4e05867cc4e10ff3ae8e2dd8 SHA512 
13cf61ec3cc67687ee4cbe6fffd1cec722d4c0b328f5fddc9e0c655af1cdc5030b3cebeb32374917df2bd1474e2be9ea97af52d006e08f447932bf525e9a
 WHIRLPOOL 
eceebd33bb530f5c673deca743980d2b5c39c24a7eff49c1bfa4f15f23b104d5173fd62a433f1d1881aa4362b4203fa8944a738350124720034e692b2e9af5ea

diff --git a/dev-libs/libinput/libinput-1.3.0.ebuild 
b/dev-libs/libinput/libinput-1.3.0.ebuild
deleted file mode 100644
index c047657..
--- a/dev-libs/libinput/libinput-1.3.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils udev
-
-DESCRIPTION="Library to handle input devices in Wayland"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/;
-SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz;
-
-LICENSE="MIT"
-SLOT="0/10"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86"
-IUSE="input_devices_wacom test"
-# Tests require write access 

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

2016-11-23 Thread Manuel Rüger
commit: 0507491c4f1f8e0a7eb6f6e9d71cdcd17968f549
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Nov 23 18:26:47 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Nov 23 18:26:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0507491c

dev-libs/libinput: Version bump to 1.5.1

Package-Manager: portage-2.3.2

 dev-libs/libinput/Manifest  |  1 +
 dev-libs/libinput/libinput-1.5.1.ebuild | 55 +
 2 files changed, 56 insertions(+)

diff --git a/dev-libs/libinput/Manifest b/dev-libs/libinput/Manifest
index dcdbe8e..4daedeb 100644
--- a/dev-libs/libinput/Manifest
+++ b/dev-libs/libinput/Manifest
@@ -6,3 +6,4 @@ DIST libinput-1.3.3.tar.xz 881992 SHA256 
30c8edfe47654a38c235ac6b0541d79fd593d01
 DIST libinput-1.4.0.tar.xz 901316 SHA256 
76ef10874519d1a67b57e5c68ede06106b9fbf611a3ecf69c84886107c67b420 SHA512 
1b9922c5f528df5dbcaa8ed5376c8b36a0e3f5108a9012fc2e3811ff9fdab7c814fc63c4c0404ac26cbf925db45a6fbd8c7bf5ec288a795b2e7123c315b20765
 WHIRLPOOL 
40c4f9da1cede78875244fe0602339ada5ec3d31cdf427d8c78fa9c920967841d3e81da5354c417119bd28f557da1115ac22888018fd4faacda857d3d9a58f5e
 DIST libinput-1.4.2.tar.xz 900776 SHA256 
8c38826a785594811bef6a9daadbfa2e172e3f070f8863393d6fb7ca4c68e451 SHA512 
ecd1ddc737b8207d9e494f809340e2c0ac2927db80cf4c325ba12fb84387138d0128df7e841c87feafe425d6382f87f123f28531f7045fbcdd1176559895b79b
 WHIRLPOOL 
99f18e00e2a4a284b7995f677053501989b526e16f41e508023638a1c0e660940d0cb991f399480a30a49073063aab1651e52bdea7861266300d9db885806ac4
 DIST libinput-1.5.0.tar.xz 910476 SHA256 
5a96559385ecfaa30f9e72ea89eb8ebbc97caf68e458f451f4ed62315311081c SHA512 
801b7a161d85f6e5f4ce03f3bc7e367ee22646cc8994e2660697d23af99ad2a91c0824e8bfc039b294ce4eac4c808697b3caf22b7b6587a201e8e75519be0a3a
 WHIRLPOOL 
0b97ff67a45f46771a507a36ad09775e4be1c934b87cb0231b7a6d682a6043f0e8ba0efbd7f3321c461f0a9292d9f7ef0f58d7cffc17d9685ae1c6128856e76d
+DIST libinput-1.5.1.tar.xz 926872 SHA256 
d4f63933b0967bd691735af5e3919e2d29c2121d4e05867cc4e10ff3ae8e2dd8 SHA512 
13cf61ec3cc67687ee4cbe6fffd1cec722d4c0b328f5fddc9e0c655af1cdc5030b3cebeb32374917df2bd1474e2be9ea97af52d006e08f447932bf525e9a
 WHIRLPOOL 
eceebd33bb530f5c673deca743980d2b5c39c24a7eff49c1bfa4f15f23b104d5173fd62a433f1d1881aa4362b4203fa8944a738350124720034e692b2e9af5ea

diff --git a/dev-libs/libinput/libinput-1.5.1.ebuild 
b/dev-libs/libinput/libinput-1.5.1.ebuild
new file mode 100644
index ..8ec94bd
--- /dev/null
+++ b/dev-libs/libinput/libinput-1.5.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils udev
+
+DESCRIPTION="Library to handle input devices in Wayland"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/;
+SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz;
+
+LICENSE="MIT"
+SLOT="0/10"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+IUSE="input_devices_wacom test"
+# Tests require write access to udev rules directory which is a no-no for live 
system.
+# Other tests are just about logs, exported symbols and autotest of the test 
library.
+RESTRICT="test"
+
+RDEPEND="
+   input_devices_wacom? ( >=dev-libs/libwacom-0.12 )
+   >=dev-libs/libevdev-0.4
+   >=sys-libs/mtdev-1.1
+   virtual/libudev
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+#  test? (
+#  >=dev-libs/check-0.9.10
+#  dev-util/valgrind
+#  sys-libs/libunwind )
+
+src_prepare() {
+   # Doc handling in kinda strange but everything
+   # is available in the tarball already.
+   sed -e 's/^\(SUBDIRS =.*\)doc\(.*\)$/\1\2/' \
+   -i Makefile.am Makefile.in || die
+}
+
+src_configure() {
+   # gui can be built but will not be installed
+   # building documentation silently fails with graphviz syntax errors
+   econf \
+   --disable-documentation \
+   --disable-event-gui \
+   $(use_enable input_devices_wacom libwacom) \
+   $(use_enable test tests) \
+   --with-udev-dir="$(get_udevdir)"
+}
+
+src_install() {
+   emake install DESTDIR="${D}"
+   dodoc -r doc/html
+   prune_libtool_files
+}



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

2016-11-23 Thread Tobias Klausmann
commit: 080a893964435da222cc1d98e4b1ea11b8bc1a90
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Nov 23 18:01:18 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Nov 23 18:01:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=080a8939

media-libs/gst-plugins-bad-1.8.3-r1: stable on alpha

Gentoo-Bug: 600142

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

diff --git a/media-libs/gst-plugins-bad/gst-plugins-bad-1.8.3-r1.ebuild 
b/media-libs/gst-plugins-bad/gst-plugins-bad-1.8.3-r1.ebuild
index d8a93a6..2c4212d 100644
--- a/media-libs/gst-plugins-bad/gst-plugins-bad-1.8.3-r1.ebuild
+++ b/media-libs/gst-plugins-bad/gst-plugins-bad-1.8.3-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Less plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux"
 
 IUSE="X bzip2 egl gles2 gtk +introspection opengl +orc vcd vnc wayland"
 REQUIRED_USE="



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

2016-11-23 Thread Tobias Klausmann
commit: c0d76ae6d1906f7d745df43ad6753a30db5bb00f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Nov 23 17:59:27 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Nov 23 17:59:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0d76ae6

media-gfx/dcraw-9.27.0-r0: stable on alpha

Gentoo-Bug: 549336

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

diff --git a/media-gfx/dcraw/dcraw-9.27.0.ebuild 
b/media-gfx/dcraw/dcraw-9.27.0.ebuild
index f33f981..1bf7c09 100644
--- a/media-gfx/dcraw/dcraw-9.27.0.ebuild
+++ b/media-gfx/dcraw/dcraw-9.27.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://www.cybercom.net/~dcoffin/dcraw/archive/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
 LANGS=" ca cs de da eo es fr hu it nl pl pt ru sv zh_CN zh_TW"
 IUSE="nls gimp jpeg jpeg2k lcms ${LANGS// / linguas_}"
 



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

2016-11-23 Thread Robin H. Johnson
commit: d63ffb811f2482f227cb0a2ae944a5ea95ea1694
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Wed Nov 23 17:59:30 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Wed Nov 23 17:59:39 2016 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=d63ffb81

ftp.ucsb.edu: no longer a gentoo mirror, per email to mirror-admin  
gentoo.org from UCSB IT services

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

 files/mirrors/distfiles.xml | 5 -
 1 file changed, 5 deletions(-)

diff --git a/files/mirrors/distfiles.xml b/files/mirrors/distfiles.xml
index 24105df..4923642 100644
--- a/files/mirrors/distfiles.xml
+++ b/files/mirrors/distfiles.xml
@@ -45,11 +45,6 @@ vim: ft=xml et ts=2 sts=2 sw=2:
   ftp://ftp.ussg.iu.edu/pub/linux/gentoo
 
 
-  University of California, Santa Barbara
-  ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/
-  http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/
-
-
   TDS Internet Services
   http://gentoo.mirrors.tds.net/gentoo
 



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

2016-11-23 Thread Tobias Klausmann
commit: d134ff28281c6e4607ab6edeb1202732f118e423
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Nov 23 17:59:25 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Nov 23 17:59:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d134ff28

media-libs/gst-plugins-bad-0.10.23-r4: stable on alpha

Gentoo-Bug: 600142

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

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



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

2016-11-23 Thread Tobias Klausmann
commit: 297c585e7de33d9785ea2caa8de0261829fb45de
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Nov 23 17:59:26 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Nov 23 17:59:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=297c585e

dev-libs/libyaml-0.1.7-r0: stable on alpha

Gentoo-Bug: 531340

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

diff --git a/dev-libs/libyaml/libyaml-0.1.7.ebuild 
b/dev-libs/libyaml/libyaml-0.1.7.ebuild
index 6818521..3138999 100644
--- a/dev-libs/libyaml/libyaml-0.1.7.ebuild
+++ b/dev-libs/libyaml/libyaml-0.1.7.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://pyyaml.org/download/${PN}/${MY_P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="doc examples test static-libs"
 
 S="${WORKDIR}/${MY_P}"



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

2016-11-23 Thread Markos Chandras
commit: 4ceb654d0c48dd3d1c981d9124086c4e33a8d708
Author: Markos Chandras  gentoo  org>
AuthorDate: Wed Nov 23 17:20:08 2016 +
Commit: Markos Chandras  gentoo  org>
CommitDate: Wed Nov 23 17:20:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ceb654d

x11-misc/lightdm: Remove old ebuilds

Package-Manager: portage-2.2.27

 x11-misc/lightdm/Manifest  |   2 -
 x11-misc/lightdm/lightdm-1.17.6.ebuild | 129 ---
 x11-misc/lightdm/lightdm-1.19.4.ebuild | 137 -
 3 files changed, 268 deletions(-)

diff --git a/x11-misc/lightdm/Manifest b/x11-misc/lightdm/Manifest
index e93caa1..36c3771 100644
--- a/x11-misc/lightdm/Manifest
+++ b/x11-misc/lightdm/Manifest
@@ -1,7 +1,5 @@
 DIST introspection-20110205.m4.tar.bz2 1220 SHA256 
4394a606d380ae5315872ede35387f104da5fad96794d29c45c444a9d481d8b2 SHA512 
5c49239935b93d86cce68b577b43d1a56d8749ab5747029bfcfa67339697134be24ef29ba6c3d133b8c03e867864637c8eb61491a4b7f6bb1e56386ed66cb9be
 WHIRLPOOL 
0765c0a72919b26d0c8c38714450eec578a347bfc1c59d4950b633b64b17aa1cde38dfb87fdcd6e2f364c98d6c0bd3dadaa9c2a9711bd1b5ac09a583b988f500
 DIST lightdm-1.16.7.tar.xz 486692 SHA256 
67b72a5dadf823ebc7df1bb523da59342271fcf67fcac9a2a2c30007ccb9ab32 SHA512 
8ab35293e90653814ce877697d6cba335906f04129ba63d87e3dcb05efdca64c815023f75920a836064134d7c28dcf3949e993db67c85e93dc954ef48fe4984f
 WHIRLPOOL 
9b3867e37cac072b2883b8621f7604cfda5e769157220aaf76d72c641b14c9c149bd989818d8880b845f569d1a55b80fe690435b4799ea487bbb504ac4f8887f
-DIST lightdm-1.17.6.tar.xz 499652 SHA256 
fcfd5e7c8a4bbd6d6691ce1fb96f96fccad38eb8d4043b8d97a0b284c9c2db43 SHA512 
80241009df119ee6d3ee87150b287341f0fdae199d63f020767dda824b4f934631674b28950c5bef48dc2b658f3e8f2f3d147740a7d49fdd84dd5dfb2c84d82a
 WHIRLPOOL 
0feb976bc37c0593ea6d6d504ab0667c097077a75b6311a60f3028937812d90875639054880bf5fe9268cf34a3ef8ce8a3c1601bca7a6b97b1f346d408cf2126
 DIST lightdm-1.18.3.tar.xz 503968 SHA256 
d99215aeca38db2da84eede2ac3b9e875a746b3bc81bb3a30e0b8d89b87e1494 SHA512 
dde34e4969d2f04e6729eb1b30d38bac9a89ff42c46f8a21e94b76beadbde450ffaa377201bd3a56e0d8d95d0640eb312ed11ecf94efb9a5a66777b944d4f234
 WHIRLPOOL 
5b06581c56188ada75a196d0663b041b7507f0923a8a8ceec2531926a034675ac592df356c7840568492f5af9ca0d6058ad477904147ece66568f59517cde8cb
-DIST lightdm-1.19.4.tar.xz 506032 SHA256 
0eaf6d2725c2d8d15a067cf293a4f3f3526720467a41c9806c894e7e802f20d0 SHA512 
1c2ad4a75305e288f466f4635f45521e16a44ef373cfed62d491e5f720d1a981fe3bf6630769b8569aaf4c4ef73770eef390fb59715d2e255936202bfc73ecd1
 WHIRLPOOL 
703232583ccd8544276ac0bdbac6e2810e7e7e56d6c1f3b022128188da697c69ffd57f597135e7ad0aa9245bebe02b2dd9e3e848ec1a2cf57bbcabd66b8dede7
 DIST lightdm-1.20.0.tar.xz 506488 SHA256 
f03b7804a4902d189849a060292e4987d1e4f8272a1edb3e681e6f3cdfaa5ba4 SHA512 
7d1d8379bc59f0326f486fe4a618c4939aadd6795ff92f9cd983997ad41e5fed5690eb6cbd81de30f4384ede6f5f88b2fff1781e13b51b5fe8f389379e8d2335
 WHIRLPOOL 
e6345a1b66afb05aefe52664d33274df316b43d17808404cd7337dff284cb41106e191ffaf24e9805a02ac2b650d784fe988592a460a81302022386b2aadb674
 DIST lightdm-1.21.0.tar.xz 514584 SHA256 
4c46b0ccd020cc583152dfaf4d173f476a09b8f0f863e91ef84b990813e56fc8 SHA512 
9545689f713db506747d09072b82b3bbcb3563ed5e546586a79912f9e963bbbf8867688f264350dbd4e3d2e009babd1972c0d10acd5ad41b57f0c63d3e52
 WHIRLPOOL 
21d6cb4cd02c416d7c426904471941e2de856d183f2b54de2029b82b638bcb6f97f4d8fa1b273cb73023dbc1b7338b7505325b76ccde9f9508d4a760302d2ad5

diff --git a/x11-misc/lightdm/lightdm-1.17.6.ebuild 
b/x11-misc/lightdm/lightdm-1.17.6.ebuild
deleted file mode 100644
index 99abd4c..
--- a/x11-misc/lightdm/lightdm-1.17.6.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit autotools eutils pam readme.gentoo-r1 systemd versionator
-
-TRUNK_VERSION="$(get_version_component_range 1-2)"
-DESCRIPTION="A lightweight display manager"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/LightDM;
-SRC_URI="https://launchpad.net/${PN}/${TRUNK_VERSION}/${PV}/+download/${P}.tar.xz
-   mirror://gentoo/introspection-20110205.m4.tar.bz2"
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="audit +gtk +introspection kde qt4 qt5 +gnome"
-REQUIRED_USE="|| ( gtk kde )"
-
-COMMON_DEPEND="audit? ( sys-process/audit )
-   >=dev-libs/glib-2.32.3:2
-   dev-libs/libxml2
-   gnome? ( sys-apps/accountsservice )
-   virtual/pam
-   x11-libs/libX11
-   >=x11-libs/libxklavier-5
-   introspection? ( >=dev-libs/gobject-introspection-1 )
-   qt4? (
-   dev-qt/qtcore:4
-   dev-qt/qtdbus:4
-   dev-qt/qtgui:4
-   )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   )"
-RDEPEND="${COMMON_DEPEND}
-   >=sys-auth/pambase-20101024-r2"

[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-opentegra/

2016-11-23 Thread Patrice Clement
commit: db82f7006ff088c7809614420a17ff5df1a158ce
Author: soredake  krutt  org>
AuthorDate: Thu Oct 13 18:37:11 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Nov 23 16:35:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db82f700

x11-drivers/xf86-video-opentegra: update links.

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

 x11-drivers/xf86-video-opentegra/xf86-video-opentegra-0.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-video-opentegra/xf86-video-opentegra-0.7.0.ebuild 
b/x11-drivers/xf86-video-opentegra/xf86-video-opentegra-0.7.0.ebuild
index 1106607..1c2048f 100644
--- a/x11-drivers/xf86-video-opentegra/xf86-video-opentegra-0.7.0.ebuild
+++ b/x11-drivers/xf86-video-opentegra/xf86-video-opentegra-0.7.0.ebuild
@@ -8,7 +8,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org video driver for NVIDIA Tegra"
 
-SRC_URI="http://xorg.freedesktop.org/releases/individual/driver/${P}.tar.xz;
+SRC_URI="https://www.x.org/releases/individual/driver/${P}.tar.xz;
 KEYWORDS="arm"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-x11/

2016-11-23 Thread Patrice Clement
commit: ed443bbd3e6fbfc91627c3dc09c98da019978245
Author: soredake  krutt  org>
AuthorDate: Thu Oct 13 18:36:03 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Nov 23 16:35:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed443bbd

x11-base/xorg-x11: update links.

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

 x11-base/xorg-x11/xorg-x11-7.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xorg-x11/xorg-x11-7.4-r2.ebuild 
b/x11-base/xorg-x11/xorg-x11-7.4-r2.ebuild
index c555c06..a0b5beb 100644
--- a/x11-base/xorg-x11/xorg-x11-7.4-r2.ebuild
+++ b/x11-base/xorg-x11/xorg-x11-7.4-r2.ebuild
@@ -7,7 +7,7 @@ EAPI="2"
 inherit eutils
 
 DESCRIPTION="An X11 implementation maintained by the X.Org Foundation (meta 
package)"
-HOMEPAGE="http://xorg.freedesktop.org;
+HOMEPAGE="https://www.x.org/wiki/;
 
 LICENSE="metapackage"
 SLOT="0"



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

2016-11-23 Thread Patrice Clement
commit: 1c81c29e0cd78111d9687361d7c5475ae8f93278
Author: soredake  krutt  org>
AuthorDate: Thu Oct 13 18:34:28 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Nov 23 16:35:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c81c29e

net-misc/x11rdp: update links.

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

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

diff --git a/net-misc/x11rdp/x11rdp-0.8.0.1.9.5.ebuild 
b/net-misc/x11rdp/x11rdp-0.8.0.1.9.5.ebuild
index 44c8a10..236a60d 100644
--- a/net-misc/x11rdp/x11rdp-0.8.0.1.9.5.ebuild
+++ b/net-misc/x11rdp/x11rdp-0.8.0.1.9.5.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="A X11 server for RDP clients (used by xrdp)"
 HOMEPAGE="http://www.xrdp.org/;
 # mirrored from https://github.com/neutrinolabs/xrdp/releases
 SRC_URI="https://dev.gentoo.org/~mgorny/dist/${XRDP_P}.tar.xz
-   
http://xorg.freedesktop.org/releases/individual/xserver/${XORG_P}.tar.bz2;
+   https://www.x.org/releases/individual/xserver/${XORG_P}.tar.bz2;
 
 LICENSE="Apache-2.0 MIT"
 SLOT="0"



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

2016-11-23 Thread Patrice Clement
commit: 10ee4990360f78a8c173331ce6c72836848bae53
Author: soredake  krutt  org>
AuthorDate: Thu Oct 13 18:32:11 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Nov 23 16:35:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10ee4990

eclass/xorg-2: update links.

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

 eclass/xorg-2.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
index 437265a..387cbf1 100644
--- a/eclass/xorg-2.eclass
+++ b/eclass/xorg-2.eclass
@@ -61,7 +61,7 @@ esac
 EXPORT_FUNCTIONS ${EXPORTED_FUNCTIONS}
 
 IUSE=""
-HOMEPAGE="http://xorg.freedesktop.org/;
+HOMEPAGE="https://www.x.org/wiki/;
 
 # @ECLASS-VARIABLE: XORG_EAUTORECONF
 # @DESCRIPTION:
@@ -73,7 +73,7 @@ HOMEPAGE="http://xorg.freedesktop.org/;
 # @DESCRIPTION:
 # Set up SRC_URI for individual modular releases. If set to an empty
 # string, no SRC_URI will be provided by the eclass.
-: ${XORG_BASE_INDIVIDUAL_URI="http://xorg.freedesktop.org/releases/individual"}
+: ${XORG_BASE_INDIVIDUAL_URI="https://www.x.org/releases/individual/"}
 
 # @ECLASS-VARIABLE: XORG_MODULE
 # @DESCRIPTION:



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

2016-11-23 Thread Patrice Clement
commit: 09e48f639c15d76f324a82bfc773d18e821e8de7
Author: soredake  krutt  org>
AuthorDate: Thu Oct 13 18:30:20 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Nov 23 16:35:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09e48f63

eclass/x-modular: update links.

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

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

 eclass/x-modular.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass
index a33d3dc..712ff6e 100644
--- a/eclass/x-modular.eclass
+++ b/eclass/x-modular.eclass
@@ -69,7 +69,7 @@ EXPORT_FUNCTIONS ${EXPORTED_FUNCTIONS}
 XDIR="/usr"
 
 IUSE=""
-HOMEPAGE="http://xorg.freedesktop.org/;
+HOMEPAGE="https://www.x.org/wiki/;
 
 # @ECLASS-VARIABLE: SNAPSHOT
 # @DESCRIPTION:
@@ -78,7 +78,7 @@ HOMEPAGE="http://xorg.freedesktop.org/;
 : ${SNAPSHOT:=no}
 
 # Set up SRC_URI for individual modular releases
-BASE_INDIVIDUAL_URI="http://xorg.freedesktop.org/releases/individual;
+BASE_INDIVIDUAL_URI="https://www.x.org/releases/individual/;
 # @ECLASS-VARIABLE: MODULE
 # @DESCRIPTION:
 # The subdirectory to download source from. Possible settings are app,



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

2016-11-23 Thread Patrice Clement
commit: 5936fc71e9b2d10bb884251d99796b9535805b2a
Author: soredake  krutt  org>
AuthorDate: Thu Oct 13 19:00:11 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Nov 23 16:35:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5936fc71

eclass/{xorg-2,x-modular}: fix slash.

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

 eclass/x-modular.eclass | 2 +-
 eclass/xorg-2.eclass| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass
index 712ff6e..2b68d94 100644
--- a/eclass/x-modular.eclass
+++ b/eclass/x-modular.eclass
@@ -78,7 +78,7 @@ HOMEPAGE="https://www.x.org/wiki/;
 : ${SNAPSHOT:=no}
 
 # Set up SRC_URI for individual modular releases
-BASE_INDIVIDUAL_URI="https://www.x.org/releases/individual/;
+BASE_INDIVIDUAL_URI="https://www.x.org/releases/individual;
 # @ECLASS-VARIABLE: MODULE
 # @DESCRIPTION:
 # The subdirectory to download source from. Possible settings are app,

diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
index 387cbf1..b7c7ba2 100644
--- a/eclass/xorg-2.eclass
+++ b/eclass/xorg-2.eclass
@@ -73,7 +73,7 @@ HOMEPAGE="https://www.x.org/wiki/;
 # @DESCRIPTION:
 # Set up SRC_URI for individual modular releases. If set to an empty
 # string, no SRC_URI will be provided by the eclass.
-: ${XORG_BASE_INDIVIDUAL_URI="https://www.x.org/releases/individual/"}
+: ${XORG_BASE_INDIVIDUAL_URI="https://www.x.org/releases/individual"}
 
 # @ECLASS-VARIABLE: XORG_MODULE
 # @DESCRIPTION:



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

2016-11-23 Thread Patrice Clement
commit: f82c85bd9540fec38a202a51843ae4a41b6f159a
Author: soredake  krutt  org>
AuthorDate: Thu Oct 13 18:41:03 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Nov 23 16:35:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f82c85bd

x11-misc/xcompmgr: update links.

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

 x11-misc/xcompmgr/xcompmgr-1.1.6.ebuild | 4 ++--
 x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.6.ebuild 
b/x11-misc/xcompmgr/xcompmgr-1.1.6.ebuild
index 646705f..caf5f5a 100644
--- a/x11-misc/xcompmgr/xcompmgr-1.1.6.ebuild
+++ b/x11-misc/xcompmgr/xcompmgr-1.1.6.ebuild
@@ -8,8 +8,8 @@ XORG_STATIC=no
 inherit xorg-2
 
 DESCRIPTION="X Compositing manager"
-HOMEPAGE="https://freedesktop.org/Software/xapps;
-SRC_URI="http://xorg.freedesktop.org/releases/individual/app/${P}.tar.bz2;
+HOMEPAGE="https://freedesktop.org/wiki/Software/xapps;
+SRC_URI="https://www.x.org/releases/individual/app/${P}.tar.bz2;
 
 LICENSE="BSD"
 KEYWORDS="amd64 ppc ppc64 sparc x86"

diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild 
b/x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild
index f953619..cbcbaff 100644
--- a/x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild
+++ b/x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild
@@ -8,8 +8,8 @@ XORG_STATIC=no
 inherit xorg-2
 
 DESCRIPTION="X Compositing manager"
-HOMEPAGE="https://freedesktop.org/Software/xapps;
-SRC_URI="http://xorg.freedesktop.org/releases/individual/app/${P}.tar.bz2;
+HOMEPAGE="https://freedesktop.org/wiki/Software/xapps;
+SRC_URI="https://www.x.org/releases/individual/app/${P}.tar.bz2;
 
 LICENSE="BSD"
 KEYWORDS="amd64 ppc ppc64 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-docs/

2016-11-23 Thread Michael Palimaka
commit: 4f3eaa4f5c2d9a46d602f3b0d603bc0e2da66a9e
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Nov 23 16:07:21 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Nov 23 16:08:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f3eaa4f

dev-qt/qt-docs: revision bump to remove colliding files

Gentoo-bug: 597026

Package-Manager: portage-2.3.2

 dev-qt/qt-docs/qt-docs-5.6.2_p0-r1.ebuild | 34 +++
 1 file changed, 34 insertions(+)

diff --git a/dev-qt/qt-docs/qt-docs-5.6.2_p0-r1.ebuild 
b/dev-qt/qt-docs/qt-docs-5.6.2_p0-r1.ebuild
new file mode 100644
index ..840bb45
--- /dev/null
+++ b/dev-qt/qt-docs/qt-docs-5.6.2_p0-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit versionator
+
+MY_PV=$(get_version_component_range 1)$(get_version_component_range 2)
+MY_P=${PV/_p/-}qt-everywhere-documentation-${PV%%_p*}
+
+DESCRIPTION="Documentation for Qt5, for use with Qt Creator and other tools"
+HOMEPAGE="https://www.qt.io/;
+SRC_URI="https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_${MY_PV}_src_doc_examples/qt.${MY_PV}.doc/${MY_P}.7z;
+
+LICENSE="FDL-1.3"
+SLOT="5"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="app-arch/p7zip"
+
+S=${WORKDIR}/Docs/Qt-$(get_version_component_range 1-2)
+
+src_install() {
+   # ${PV} instead of ${PF} is intentional
+   local dest=/usr/share/doc/qt-${PV%%_p*}
+   insinto "${dest}"
+   doins -r *
+   docompress -x "${dest}"
+
+   # these files are not shipped in any other version of qt-docs and 
collide with qtcore
+   # bug 597026
+   rm -r "${ED}"/usr/share/doc/qt-5.6.2/global
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/net-tools/, sys-apps/net-tools/files/

2016-11-23 Thread Thomas Deutschmann
commit: 4090447b0cb0064a77db6725deb8213bb5138eff
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Nov 23 16:05:02 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Nov 23 16:06:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4090447b

sys-apps/net-tools: Fix building w/ gentoo.org>
Gentoo-Bug: https://bugs.gentoo.org/599542

Package-Manager: portage-2.3.2

 ...235919-fix-building-w-older-linux-headers.patch | 33 ++
 .../net-tools-1.60_p20161110235919.ebuild  |  4 +++
 2 files changed, 37 insertions(+)

diff --git 
a/sys-apps/net-tools/files/net-tools-1.60_p20161110235919-fix-building-w-older-linux-headers.patch
 
b/sys-apps/net-tools/files/net-tools-1.60_p20161110235919-fix-building-w-older-linux-headers.patch
new file mode 100644
index ..5e330ac
--- /dev/null
+++ 
b/sys-apps/net-tools/files/net-tools-1.60_p20161110235919-fix-building-w-older-linux-headers.patch
@@ -0,0 +1,33 @@
+From ea3935bd7c0f36c86c40e5785326698fa3336c6a Mon Sep 17 00:00:00 2001
+From: Mike Frysinger 
+Date: Mon, 14 Nov 2016 22:48:42 -0500
+Subject: [PATCH] iptunnel: fix building w/older linux headers
+
+While linux-4.8+ headers work, older ones are missing includes.
+Dropping netinet/ip.h uncovered that mess, so add linux/ip.h.
+
+URL: https://bugs.gentoo.org/599542
+Reported-by: Conrad Kostecki 
+---
+ iptunnel.c | 5 +
+ 1 file changed, 5 insertions(+)
+
+diff --git a/iptunnel.c b/iptunnel.c
+index 247ae10..d6e47e6 100644
+--- a/iptunnel.c
 b/iptunnel.c
+@@ -29,7 +29,12 @@
+ #include 
+ #include 
+ #include 
++/* We only care about linux/if_tunnel.h.  Unfortunately, older Linux headers
++ * (pre linux-4.8) did not include all the proper headers leading to missing
++ * structs and types.
++ */
+ #include 
++#include 
+ #include 
+ 
+ #include "config.h"
+-- 
+2.9.0

diff --git a/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild 
b/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild
index 1337b63..b13fa82 100644
--- a/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild
+++ b/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild
@@ -62,6 +62,10 @@ set_opt() {
config.in || die
 }
 
+src_prepare() {
+   epatch "${FILESDIR}/${P}-fix-building-w-older-linux-headers.patch"
+}
+
 src_configure() {
# Clear out env vars from the user. #599602
unset BASEDIR BINDIR SBINDIR



[gentoo-commits] repo/gentoo:master commit in: www-misc/shellinabox/

2016-11-23 Thread Patrice Clement
commit: a3033209d3da1d8d84dad8336cbc4f7c397a762e
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Nov 23 15:53:29 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Nov 23 15:53:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3033209

www-misc/shellinabox: version bump.

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

Package-Manager: portage-2.3.0

 www-misc/shellinabox/Manifest|   1 +
 www-misc/shellinabox/shellinabox-2.20.ebuild | 112 +++
 2 files changed, 113 insertions(+)

diff --git a/www-misc/shellinabox/Manifest b/www-misc/shellinabox/Manifest
index ceeda32..301b0ec 100644
--- a/www-misc/shellinabox/Manifest
+++ b/www-misc/shellinabox/Manifest
@@ -1 +1,2 @@
 DIST shellinabox-2.19.zip 790437 SHA256 
1897ec000bb05f8ded07ffb3092c4b43232b8695d8a656985ccae45bebd922e9 SHA512 
e6f09679282fd1f23abb272082ca9983df217ad017cad4fdb04d5fa4f93124bfea4b5f12cedb17571e56770ee8b0a4cca1492aff144df5458ed7c1a4ee6a1838
 WHIRLPOOL 
b887101335a48789041574e948a67cf24dd9b269e68481861ff7f4c0ededb4bceae0cc36c11870675597b9c5f3be2d84d824a2c882515b719e4e244c2c93f711
+DIST shellinabox-2.20.zip 792359 SHA256 
2b79ed66e5d20a8a46f68d88ba3a74d5302ffe7e5eb048a46b92b268351419f4 SHA512 
0537b6400cb7f4880c76cce270e5eefd6f536eae7e27b5f7b12de0465a1e354f7980bb2f67230237eda1f7945afb1d3bb18013106bf7c3a02e7974532f0d9190
 WHIRLPOOL 
a41f1d4010b6fd5386a8e37d6106d774a4600ac43e4baa3efc7a3b3d0f4c22214f13c5eb3d821a7b169731115ea17c9c0f5a6ad762c9791658a5ad98983f1356

diff --git a/www-misc/shellinabox/shellinabox-2.20.ebuild 
b/www-misc/shellinabox/shellinabox-2.20.ebuild
new file mode 100644
index ..d215bc7
--- /dev/null
+++ b/www-misc/shellinabox/shellinabox-2.20.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF="yes"
+AUTOTOOLS_IN_SOURCE_BUILD="yes"
+
+inherit user autotools-utils systemd
+
+DESCRIPTION="Export command line tools to a web based terminal emulator"
+HOMEPAGE="https://github.com/shellinabox/shellinabox;
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.zip -> ${P}.zip"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="+ssl +pam"
+
+RDEPEND="${DEPEND}"
+DEPEND="
+   ${RDEPEND}
+   ssl? ( dev-libs/openssl:0= )
+   pam? ( virtual/pam )"
+
+SIAB_CERT_DIR="/etc/shellinabox/cert"
+SIAB_SSL_BASH="${SIAB_CERT_DIR}/gen_ssl_cert.bash"
+SIAB_DAEMON="${PN}d"
+
+shellinbox_gen_ssl_setup() {
+   read -r -d '' SIAB_SSL_SETUP << EOF
+cd ${SIAB_CERT_DIR}
+openssl genrsa -des3 -out server.key 1024
+openssl req -new -key server.key -out server.csr
+cp server.key server.key.org
+openssl rsa -in server.key.org -out server.key
+openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt
+cat server.crt server.key > certificate.pem
+EOF
+}
+
+pkg_setup() {
+   enewgroup "${SIAB_DAEMON}"
+   enewuser "${SIAB_DAEMON}" -1 -1 -1 "${SIAB_DAEMON}"
+}
+
+src_configure() {
+   local myeconf="--disable-runtime-loading"
+
+   econf \
+   $(use_enable ssl) \
+   $(use_enable pam) \
+   "${myeconf}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" install || die
+
+   # make installs the binary in bin.
+   rm -rf "${D}/usr/bin" || die
+
+   # whereas it should put it in sbin.
+   dosbin "${SIAB_DAEMON}"
+
+   # Install init+conf files.
+   newinitd "${FILESDIR}/${SIAB_DAEMON}.init" "${SIAB_DAEMON}"
+   newconfd "${FILESDIR}/${SIAB_DAEMON}.conf" "${SIAB_DAEMON}"
+
+   # Install systemd unit files
+   systemd_dounit "${FILESDIR}"/shellinaboxd.service
+
+   # Install CSS files.
+   insinto "/usr/share/${PN}-resources"
+   doins -r "${PN}"/*.css
+
+   if use ssl; then
+   # Create directory where SSL certificates will be generated.
+   dodir "${SIAB_CERT_DIR}"
+   fowners "${SIAB_DAEMON}:${SIAB_DAEMON}" "${SIAB_CERT_DIR}"
+
+   # Generate set up variable.
+   shellinbox_gen_ssl_setup
+
+   # Dump it in a bash script.
+   echo "#!/usr/bin/env bash" > "${D}/${SIAB_SSL_BASH}" || die
+   echo "${SIAB_SSL_SETUP}" >> "${D}/${SIAB_SSL_BASH}" || die
+   chmod +x "${D}/${SIAB_SSL_BASH}" || die
+   fi
+}
+
+pkg_postinst() {
+   ewarn
+   ewarn "The default configuration exposes a login shell"
+   ewarn "with SSL disabled on the localhost interface only."
+   ewarn
+
+   if use ssl; then
+   shellinbox_gen_ssl_setup
+
+   einfo
+   einfo "To generate self-signed SSL certificates"
+   einfo "please read the following procedure"
+   einfo "explained here: 
https://code.google.com/p/shellinabox/issues/detail?id=59#c15;
+   einfo
+   einfo "${SIAB_SSL_SETUP}"
+   einfo
+ 

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

2016-11-23 Thread Kacper Kowalik
commit: 191f8d0a808356ea09757035d099767e6643cd1c
Author: Kacper Kowalik  gentoo  org>
AuthorDate: Wed Nov 23 15:47:51 2016 +
Commit: Kacper Kowalik  gentoo  org>
CommitDate: Wed Nov 23 15:48:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=191f8d0a

app-emulation/docker-proxy: soft block docker<=1.12. Fixes #599904

Package-Manager: portage-2.3.2

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

diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p2016.ebuild 
b/app-emulation/docker-proxy/docker-proxy-0.8.0_p2016.ebuild
index d35c73f..cea770f 100644
--- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p2016.ebuild
+++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p2016.ebuild
@@ -23,7 +23,7 @@ IUSE=""
 
 S=${WORKDIR}/${P}/src/${EGO_PN}
 
-RDEPEND="!!

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

2016-11-23 Thread Lars Wendler
commit: 08e3679c532febe128fa3a05ee87e13fa66a8b28
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Nov 23 15:18:47 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Nov 23 15:19:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08e3679c

mozlinguas-v2.eclass: Fixed typo.

 eclass/mozlinguas-v2.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/mozlinguas-v2.eclass b/eclass/mozlinguas-v2.eclass
index 726c670..89b9b3d 100644
--- a/eclass/mozlinguas-v2.eclass
+++ b/eclass/mozlinguas-v2.eclass
@@ -61,7 +61,7 @@ esac
 : ${MOZ_HTTP_URI:=""}
 
 # @ECLASS-VARIABLE: MOZ_LANGPACK_HTTP_URI
-# @ÐESCRIPTION:
+# @DESCRIPTION:
 # An alternative http URI if it differs from official mozilla URI.
 # Defaults to whatever MOZ_HTTP_URI was set to.
 : ${MOZ_LANGPACK_HTTP_URI:=${MOZ_HTTP_URI}}



[gentoo-commits] proj/sci:master commit in: sci-visualization/forge/

2016-11-23 Thread Marius Brehler
commit: 5068fdbfacdd92c11cd7ee19fd4ad5aedd4ff379
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Wed Nov 23 14:34:10 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Wed Nov 23 14:34:10 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=5068fdbf

sci-visualization/forge: Version bump to 0.9.0

Package-Manager: portage-2.3.0

 sci-visualization/forge/forge-0.9.0.ebuild | 46 ++
 1 file changed, 46 insertions(+)

diff --git a/sci-visualization/forge/forge-0.9.0.ebuild 
b/sci-visualization/forge/forge-0.9.0.ebuild
new file mode 100644
index 000..a342d55
--- /dev/null
+++ b/sci-visualization/forge/forge-0.9.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils multilib
+
+DESCRIPTION="High Performance Visualizations for ArrayFire"
+HOMEPAGE="http://www.arrayfire.com/;
+SRC_URI="https://github.com/arrayfire/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples"
+
+RDEPEND="
+   media-libs/glew:=
+   >=media-libs/glfw-3.1.1
+   media-libs/freetype:2
+   media-libs/fontconfig:1.0
+   media-libs/glbinding
+   >=media-libs/glm-0.9.7.1
+   virtual/opengl
+   "
+DEPEND="${RDEPEND}"
+
+#S="${WORKDIR}/${PN}-af${PV}"
+
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != binary ]]; then
+   if [[ $(gcc-major-version) -lt 4 ]] || ( [[ 
$(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 7 ]] ) ; then
+   die "Compilation with gcc older than 4.7 is not 
supported."
+   fi
+   fi
+}
+
+src_configure() {
+   local mycmakeargs=(
+  -DBUILD_EXAMPLES="$(examples EXAMPLES)"
+  -DUSE_SYSTEM_GLBINDING=ON
+  -DFG_INSTALL_CMAKE_DIR=/usr/$(get_libdir)/cmake/Forge
+   )
+   cmake-utils_src_configure
+}



[gentoo-commits] proj/sci:master commit in: media-libs/glbinding/files/

2016-11-23 Thread Marius Brehler
commit: 03ed085e92f2e8af8dfc3dc83f6da1c3470a7e16
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Wed Nov 23 14:32:24 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Wed Nov 23 14:32:24 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=03ed085e

media-libs/glbinding: Update CMakeLists patch

Package-Manager: portage-2.3.0

 .../glbinding/files/glbinding-2.1.1-CMakeLists.patch | 16 +++-
 1 file changed, 3 insertions(+), 13 deletions(-)

diff --git a/media-libs/glbinding/files/glbinding-2.1.1-CMakeLists.patch 
b/media-libs/glbinding/files/glbinding-2.1.1-CMakeLists.patch
index 080cb7f..8c4b505 100644
--- a/media-libs/glbinding/files/glbinding-2.1.1-CMakeLists.patch
+++ b/media-libs/glbinding/files/glbinding-2.1.1-CMakeLists.patch
@@ -1,14 +1,5 @@
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -103,7 +103,7 @@ endif()
- if(UNIX AND SYSTEM_DIR_INSTALL)
- # Install into the system (/usr/bin or /usr/local/bin)
- set(INSTALL_ROOT  "share/${project}")   # 
/usr/[local]/share/
--set(INSTALL_CMAKE "share/${project}/cmake") # 
/usr/[local]/share//cmake
-+set(INSTALL_CMAKE "lib/cmake")  # /usr/[local]/lib/cmake
- set(INSTALL_EXAMPLES  "share/${project}")   # 
/usr/[local]/share/
- set(INSTALL_DATA  "share/${project}")   # 
/usr/[local]/share/
- set(INSTALL_BIN   "bin")# /usr/[local]/bin
 @@ -159,16 +159,8 @@ add_subdirectory(deploy)
  # Deployment (global project files)
  # 
@@ -17,13 +8,12 @@
 -install(FILES "${PROJECT_BINARY_DIR}/VERSION" DESTINATION ${INSTALL_ROOT} 
COMPONENT runtime)
 -
  # Install cmake find script for the project
--install(FILES ${META_PROJECT_NAME}-config.cmake DESTINATION ${INSTALL_ROOT} 
COMPONENT dev)
--
+ install(FILES ${META_PROJECT_NAME}-config.cmake DESTINATION ${INSTALL_ROOT} 
COMPONENT dev)
+ 
 -# Install the project meta files
 -install(FILES AUTHORS   DESTINATION ${INSTALL_ROOT} COMPONENT runtime)
 -install(FILES LICENSE   DESTINATION ${INSTALL_ROOT} COMPONENT runtime)
 -install(FILES README.md DESTINATION ${INSTALL_ROOT} COMPONENT runtime)
-+install(FILES ${META_PROJECT_NAME}-config.cmake DESTINATION 
${INSTALL_LIB}/cmake/${project} COMPONENT dev)
- 
+-
  # Install runtime data
  install(DIRECTORY ${PROJECT_SOURCE_DIR}/data DESTINATION ${INSTALL_DATA} 
COMPONENT examples_data)



[gentoo-commits] proj/sci:master commit in: sci-visualization/forge/

2016-11-23 Thread Marius Brehler
commit: 2250616a128dac6c4f7a96e7608ef668bffdb9dd
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Wed Nov 23 14:35:27 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Wed Nov 23 14:35:27 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=2250616a

sci-visualization/forge: Update live ebuild

Package-Manager: portage-2.3.0

 sci-visualization/forge/forge-.ebuild | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/sci-visualization/forge/forge-.ebuild 
b/sci-visualization/forge/forge-.ebuild
index 7e121f4..8c57c86 100644
--- a/sci-visualization/forge/forge-.ebuild
+++ b/sci-visualization/forge/forge-.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-inherit cmake-utils git-r3
+inherit cmake-utils multilib git-r3
 
 DESCRIPTION="High Performance Visualizations for ArrayFire"
 HOMEPAGE="http://www.arrayfire.com/;
@@ -16,11 +16,12 @@ KEYWORDS=""
 IUSE="examples"
 
 RDEPEND="
-   media-libs/glew
+   media-libs/glew:=
>=media-libs/glfw-3.1.1
media-libs/freetype:2
media-libs/fontconfig:1.0
-   media-libs/glm
+   media-libs/glbinding
+   >=media-libs/glm-0.9.7.1
virtual/opengl
"
 DEPEND="${RDEPEND}"
@@ -35,9 +36,8 @@ pkg_pretend() {
 
 src_configure() {
local mycmakeargs=(
-  $(cmake-utils_use_build examples EXAMPLES)
-  -DUSE_SYSTEM_GLM=ON
-  -DUSE_SYSTEM_FREETYPE=ON
+  -DBUILD_EXAMPLES="$(examples EXAMPLES)"
+  -DUSE_SYSTEM_GLBINDING=ON
   -DFG_INSTALL_CMAKE_DIR=/usr/$(get_libdir)/cmake/Forge
)
cmake-utils_src_configure



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

2016-11-23 Thread Tobias Klausmann
commit: 35a92dac55a3ea9eeab5051859586635de380be5
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Nov 23 14:07:31 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Nov 23 14:07:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35a92dac

dev-lang/python-3.4.5-r0: stable on alpha

Gentoo-Bug: 585946

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

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



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

2016-11-23 Thread Manuel Rüger
commit: d60ea947b5bbb6618e5b59a7f79fa76413ec8043
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Nov 23 13:52:12 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Nov 23 13:52:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d60ea947

dev-python/virtualenv: Remove old

Package-Manager: portage-2.3.2

 dev-python/virtualenv/Manifest |  4 --
 dev-python/virtualenv/virtualenv-14.0.1.ebuild | 51 --
 dev-python/virtualenv/virtualenv-14.0.3.ebuild | 51 --
 dev-python/virtualenv/virtualenv-14.0.5.ebuild | 51 --
 dev-python/virtualenv/virtualenv-15.0.1.ebuild | 50 -
 5 files changed, 207 deletions(-)

diff --git a/dev-python/virtualenv/Manifest b/dev-python/virtualenv/Manifest
index d564763..033ccfd 100644
--- a/dev-python/virtualenv/Manifest
+++ b/dev-python/virtualenv/Manifest
@@ -1,8 +1,4 @@
 DIST virtualenv-13.1.2.tar.gz 1704701 SHA256 
438a9933dac2e6ef2e4270fe82435f9c29f933f05e2c5840a7b45e342b6292f8 SHA512 
e58f0b1d46174d61b0ef6703020806208f34291c5490fabf29d3b82a03ba89a7caeb377aac44549f6c0ffe2e445786e16dcd67593b7b8d3b1fae0d9e8c8ef124
 WHIRLPOOL 
03fe0181ebb2d4becb357a740cc3f743526a087e03c03f5e20abac6a54a2701865c89f9f6023ae996d3ca032b08d28e1048747dc8ea1740316f330180f0f5161
-DIST virtualenv-14.0.1.tar.gz 1794063 SHA256 
66778f6d27b3864644b923fdbac69d012281821c0c90d2e928a319e9eeef2830 SHA512 
594fd00d99808dcc6da573b5b60ffe397bda229517351410aed4342935afcf0ce8d660ef8209fd8a19dd7d880c1afdb7caeb12c638dce80d01b623caa4b5c0fc
 WHIRLPOOL 
1ce84d2d78953897f4fdeea9268849c21da7ca1e25b05b17efa7262a9557c1b89739f81566d7a3f96292837fbd998cce3052954c6acfe3ac1071d0179d57c6b6
-DIST virtualenv-14.0.3.tar.gz 1794400 SHA256 
9b67a5b78f8d8bac1f5221d19b912023574aaa2376d1b2ce4cc3ade9fe04b43e SHA512 
b6de36e0aa009c5841589ebfc35f56f4ee46cfbe3f1f48bb79fdec04558bc6655e8a7b97fbb98077f0992fc17f7293539af36865c3b1e965f00e820a33ba93f8
 WHIRLPOOL 
5670100c1656105cb0e3244bf8634d96a2b63fb2063f5c14199ca8dee09f0923386f5825966ff2f4b2edf59ff14b63f8122459b8d666f76a83fa732acce85639
-DIST virtualenv-14.0.5.tar.gz 1794654 SHA256 
14b6148911f82d38bd3c7adcd1a16d54a1eca4d27d92ba11d06acf67f7566c71 SHA512 
52ea2dcfc1b830aaf3c651f87b4e74dbba9b6ee1a93e641fbbb2ca10484044aece8aead9a12184115aa7f533233c790b65ffd40405f60e4dcef1d15a4786075b
 WHIRLPOOL 
f23cf8f9c6fc21c130e0dcb5f71f9430ac4dd167b73db9676ce37bbed7fcece1e61a09b0882737fb1e855b1910e2037f32bd59ba38445a3be6a2dfacddeb4af8
 DIST virtualenv-14.0.6.tar.gz 1799312 SHA256 
ce61e5d05e3532a8d910663c5ab92ed4c226c3daaba903f1ada281d96fabec98 SHA512 
86fae16be973c8a981b106b22fec74909de225b70b7a486108ae769385a573087d64beb8963373f35a444a9baf0a1805c0035313f600655629dd8a03850c51fb
 WHIRLPOOL 
f4891ac11d2d2ca889e6b2eea4256c8f8628a59e205a20c022e050e37d3baebde221dcbb02fae7cdeb8d088d1dad30734a1471d37b658b7f13c3895287bc4769
-DIST virtualenv-15.0.1.tar.gz 1843933 SHA256 
e9fc77f0ba37e18a16105e0c1601f10a308364b993edb5f6158f97088fb29ea3 SHA512 
e313fd943446e52eddaf01010513b7ae64688223b0de844824206690d1fa136683aa6a03c5b5c7c42fa771056f9fa6ace81c39a821b688d63bfdd5a748036c6c
 WHIRLPOOL 
843832c21925d6a36f82198326dfeb48a6c585b4eb52d360c1d6e6c0846b609657d4dc2225c69dbb0455ce336901b95bfad5f2ab46e71dcbeac7a677c2cb855f
 DIST virtualenv-15.0.3.tar.gz 1847120 SHA256 
8b230f01701eee0bfa45a7dc6ff19397abd92c3d50728f08e2236754797fdc01 SHA512 
2d7223d59062dae7da8e81ca0463e4dd526faee01b48d2c42e39d7ada328a819e454a96c2380c200dba434f62a7cb1c612eff13815306837f2362bc5e658bae0
 WHIRLPOOL 
c4c4539b44e05f234bd6fdfbb6568159a5b55edfd81e4920dbb4f1606dd8e77f5696c818afa8e1bc4eac28600303a5b2da1418fb3e730c64c7c5489f912d4b68
 DIST virtualenv-15.1.0.tar.gz 1865011 SHA256 
aea627d114a3863d6374c5a3fc3cdd08907e0ac951cf93b458e5ba5998c516de SHA512 
46c313fe855483cf42def0ddb319df7513bb00ea2c1570efaf1236b4e0074df40d574f3858a3d3760db988b9021ca2046c40a355cc5a3ae32a2802d6120bf255
 WHIRLPOOL 
de8dd66fdd004ad9c8e866eaa7bcd701b16b6f7c185ebe73a7681b3600ae4f55996b9f8e321ef51bf85046283a2e4bf948ffe2b10218190ecb334351f92c57b3

diff --git a/dev-python/virtualenv/virtualenv-14.0.1.ebuild 
b/dev-python/virtualenv/virtualenv-14.0.1.ebuild
deleted file mode 100644
index 595ee1a..
--- a/dev-python/virtualenv/virtualenv-14.0.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Virtual Python Environment builder"
-HOMEPAGE="
-   http://www.virtualenv.org/
-   https://pypi.python.org/pypi/virtualenv
-   https://github.com/pypa/virtualenv/
-"
-SRC_URI="https://github.com/pypa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos 

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

2016-11-23 Thread Manuel Rüger
commit: 9a9d05d2ef9926a5c699aa186a5be43fd34e
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Nov 23 13:50:21 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Nov 23 13:50:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a9d05d2

dev-python/virtualenv: Version bump to 15.1.0

Package-Manager: portage-2.3.2

 dev-python/virtualenv/Manifest |  1 +
 dev-python/virtualenv/virtualenv-15.1.0.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/virtualenv/Manifest b/dev-python/virtualenv/Manifest
index cc9f9a0..d564763 100644
--- a/dev-python/virtualenv/Manifest
+++ b/dev-python/virtualenv/Manifest
@@ -5,3 +5,4 @@ DIST virtualenv-14.0.5.tar.gz 1794654 SHA256 
14b6148911f82d38bd3c7adcd1a16d54a1e
 DIST virtualenv-14.0.6.tar.gz 1799312 SHA256 
ce61e5d05e3532a8d910663c5ab92ed4c226c3daaba903f1ada281d96fabec98 SHA512 
86fae16be973c8a981b106b22fec74909de225b70b7a486108ae769385a573087d64beb8963373f35a444a9baf0a1805c0035313f600655629dd8a03850c51fb
 WHIRLPOOL 
f4891ac11d2d2ca889e6b2eea4256c8f8628a59e205a20c022e050e37d3baebde221dcbb02fae7cdeb8d088d1dad30734a1471d37b658b7f13c3895287bc4769
 DIST virtualenv-15.0.1.tar.gz 1843933 SHA256 
e9fc77f0ba37e18a16105e0c1601f10a308364b993edb5f6158f97088fb29ea3 SHA512 
e313fd943446e52eddaf01010513b7ae64688223b0de844824206690d1fa136683aa6a03c5b5c7c42fa771056f9fa6ace81c39a821b688d63bfdd5a748036c6c
 WHIRLPOOL 
843832c21925d6a36f82198326dfeb48a6c585b4eb52d360c1d6e6c0846b609657d4dc2225c69dbb0455ce336901b95bfad5f2ab46e71dcbeac7a677c2cb855f
 DIST virtualenv-15.0.3.tar.gz 1847120 SHA256 
8b230f01701eee0bfa45a7dc6ff19397abd92c3d50728f08e2236754797fdc01 SHA512 
2d7223d59062dae7da8e81ca0463e4dd526faee01b48d2c42e39d7ada328a819e454a96c2380c200dba434f62a7cb1c612eff13815306837f2362bc5e658bae0
 WHIRLPOOL 
c4c4539b44e05f234bd6fdfbb6568159a5b55edfd81e4920dbb4f1606dd8e77f5696c818afa8e1bc4eac28600303a5b2da1418fb3e730c64c7c5489f912d4b68
+DIST virtualenv-15.1.0.tar.gz 1865011 SHA256 
aea627d114a3863d6374c5a3fc3cdd08907e0ac951cf93b458e5ba5998c516de SHA512 
46c313fe855483cf42def0ddb319df7513bb00ea2c1570efaf1236b4e0074df40d574f3858a3d3760db988b9021ca2046c40a355cc5a3ae32a2802d6120bf255
 WHIRLPOOL 
de8dd66fdd004ad9c8e866eaa7bcd701b16b6f7c185ebe73a7681b3600ae4f55996b9f8e321ef51bf85046283a2e4bf948ffe2b10218190ecb334351f92c57b3

diff --git a/dev-python/virtualenv/virtualenv-15.1.0.ebuild 
b/dev-python/virtualenv/virtualenv-15.1.0.ebuild
new file mode 100644
index ..3db5411
--- /dev/null
+++ b/dev-python/virtualenv/virtualenv-15.1.0.ebuild
@@ -0,0 +1,50 @@
+# 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="Virtual Python Environment builder"
+HOMEPAGE="
+   http://www.virtualenv.org/
+   https://pypi.python.org/pypi/virtualenv
+   https://github.com/pypa/virtualenv/
+"
+SRC_URI="https://github.com/pypa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE="doc test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   >=dev-python/setuptools-19.6.2[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+DOCS=( docs/index.rst docs/changes.rst )
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-12.1.1-skip-broken-test.patch
+)
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   py.test -v -v || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+}



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

2016-11-23 Thread Tobias Klausmann
commit: d8e469f322f31897ea882cccbc44e776fb3a3e15
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Nov 23 13:11:59 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Nov 23 13:11:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8e469f3

dev-python/pillow-3.4.2-r0: stable on alpha

Gentoo-Bug: 599610

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

diff --git a/dev-python/pillow/pillow-3.4.2.ebuild 
b/dev-python/pillow/pillow-3.4.2.ebuild
index eb71dc9..3a494a7 100644
--- a/dev-python/pillow/pillow-3.4.2.ebuild
+++ b/dev-python/pillow/pillow-3.4.2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="doc examples jpeg jpeg2k lcms test tiff tk truetype webp zlib"
 
 REQUIRED_USE="test? ( jpeg tiff )"



[gentoo-commits] repo/gentoo:master commit in: app-arch/libarchive/

2016-11-23 Thread Tobias Klausmann
commit: bf1e87a97614d9e601adc76859a83ead1607699e
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Nov 23 13:11:59 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Nov 23 13:11:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf1e87a9

app-arch/libarchive-3.2.2-r0: stable on alpha

Gentoo-Bug: 598950

 app-arch/libarchive/libarchive-3.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/libarchive/libarchive-3.2.2.ebuild 
b/app-arch/libarchive/libarchive-3.2.2.ebuild
index b55ed83..3bed1c7 100644
--- a/app-arch/libarchive/libarchive-3.2.2.ebuild
+++ b/app-arch/libarchive/libarchive-3.2.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.libarchive.org/downloads/${P}.tar.gz;
 
 LICENSE="BSD BSD-2 BSD-4 public-domain"
 SLOT="0/13"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="acl +bzip2 +e2fsprogs expat +iconv kernel_linux libressl lz4 +lzma lzo 
nettle static-libs +threads xattr +zlib"
 
 RDEPEND="



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

2016-11-23 Thread Tobias Klausmann
commit: 00e1c652f3a1890cd94c79c497ed2d4635bc1be6
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Nov 23 13:11:51 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Nov 23 13:11:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00e1c652

net-libs/libupnp-1.6.20-r0: stable on alpha

Gentoo-Bug: 589136

 net-libs/libupnp/libupnp-1.6.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libupnp/libupnp-1.6.20.ebuild 
b/net-libs/libupnp/libupnp-1.6.20.ebuild
index 83c50e8..8444081 100644
--- a/net-libs/libupnp/libupnp-1.6.20.ebuild
+++ b/net-libs/libupnp/libupnp-1.6.20.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/pupnp/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux"
 IUSE="debug doc ipv6 static-libs"
 
 DOCS="NEWS README ChangeLog"



[gentoo-commits] proj/sci:master commit in: media-libs/glbinding/, media-libs/glbinding/files/

2016-11-23 Thread Marius Brehler
commit: b8c8ce2ed9b9bd422a697ed1c897d8fc80c3e637
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Wed Nov 23 12:26:43 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Wed Nov 23 12:26:43 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=b8c8ce2e

media-libs/glbinding: New packages, ebuild written by me

Required by up-to-date arrayfire/forge versions

Package-Manager: portage-2.3.0

 .../files/glbinding-2.1.1-CMakeLists.patch | 29 +
 media-libs/glbinding/glbinding-2.1.1.ebuild| 37 ++
 media-libs/glbinding/metadata.xml  | 27 
 3 files changed, 93 insertions(+)

diff --git a/media-libs/glbinding/files/glbinding-2.1.1-CMakeLists.patch 
b/media-libs/glbinding/files/glbinding-2.1.1-CMakeLists.patch
new file mode 100644
index 000..080cb7f
--- /dev/null
+++ b/media-libs/glbinding/files/glbinding-2.1.1-CMakeLists.patch
@@ -0,0 +1,29 @@
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -103,7 +103,7 @@ endif()
+ if(UNIX AND SYSTEM_DIR_INSTALL)
+ # Install into the system (/usr/bin or /usr/local/bin)
+ set(INSTALL_ROOT  "share/${project}")   # 
/usr/[local]/share/
+-set(INSTALL_CMAKE "share/${project}/cmake") # 
/usr/[local]/share//cmake
++set(INSTALL_CMAKE "lib/cmake")  # /usr/[local]/lib/cmake
+ set(INSTALL_EXAMPLES  "share/${project}")   # 
/usr/[local]/share/
+ set(INSTALL_DATA  "share/${project}")   # 
/usr/[local]/share/
+ set(INSTALL_BIN   "bin")# /usr/[local]/bin
+@@ -159,16 +159,8 @@ add_subdirectory(deploy)
+ # Deployment (global project files)
+ # 
+ 
+-# Install version file
+-install(FILES "${PROJECT_BINARY_DIR}/VERSION" DESTINATION ${INSTALL_ROOT} 
COMPONENT runtime)
+-
+ # Install cmake find script for the project
+-install(FILES ${META_PROJECT_NAME}-config.cmake DESTINATION ${INSTALL_ROOT} 
COMPONENT dev)
+-
+-# Install the project meta files
+-install(FILES AUTHORS   DESTINATION ${INSTALL_ROOT} COMPONENT runtime)
+-install(FILES LICENSE   DESTINATION ${INSTALL_ROOT} COMPONENT runtime)
+-install(FILES README.md DESTINATION ${INSTALL_ROOT} COMPONENT runtime)
++install(FILES ${META_PROJECT_NAME}-config.cmake DESTINATION 
${INSTALL_LIB}/cmake/${project} COMPONENT dev)
+ 
+ # Install runtime data
+ install(DIRECTORY ${PROJECT_SOURCE_DIR}/data DESTINATION ${INSTALL_DATA} 
COMPONENT examples_data)

diff --git a/media-libs/glbinding/glbinding-2.1.1.ebuild 
b/media-libs/glbinding/glbinding-2.1.1.ebuild
new file mode 100644
index 000..4efac0c
--- /dev/null
+++ b/media-libs/glbinding/glbinding-2.1.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Cross-platform C++ binding for the OpenGL API"
+HOMEPAGE="https://github.com/cginternals/glbinding;
+SRC_URI="https://github.com/cginternals/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   >=media-libs/glfw-3.1.1
+   "
+DEPEND="${RDEPEND}
+   >=dev-util/cmake-3.2.2
+   "
+
+PATCHES=(
+   "${FILESDIR}/${P}"-CMakeLists.patch
+)
+
+src_configure() {
+   local mycmakeargs=(
+  -DOPTION_BUILD_TESTS=OFF
+  -DOPTION_BUILD_GPU_TESTS=OFF
+  -DOPTION_BUILD_DOCS=OFF
+  -DOPTION_BUILD_EXAMPLES=OFF
+   )
+   cmake-utils_src_configure
+}

diff --git a/media-libs/glbinding/metadata.xml 
b/media-libs/glbinding/metadata.xml
new file mode 100644
index 000..4d6a1c0
--- /dev/null
+++ b/media-libs/glbinding/metadata.xml
@@ -0,0 +1,27 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+mar...@linux.sungazer.de
+Marius Brehler
+  
+  
+s...@gentoo.org
+Gentoo Science Project
+  
+  
+glbinding leverages modern C++11 features like enum classes,
+lambdas, and variadic templates, instead of relying on macros; all
+OpenGL symbols are real functions and variables. It provides
+type-safe parameters, per feature API header, lazy function
+resolution, multi-context and multi-thread support, global and local
+function callbacks, meta information about the generated OpenGL
+binding and the OpenGL runtime, as well as tools and examples for
+quick-starting your projects. Based on the OpenGL API specification
+(gl.xml) glbinding is generated using python scripts and templates
+that can be easily adapted to fit custom needs.
+  
+  
+cginternals/glbinding
+  
+



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

2016-11-23 Thread Michael Haubenwallner
commit: 988cd8378ba120bfde442781a27ad60b5d16bcd5
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Wed Nov 23 11:46:17 2016 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Wed Nov 23 11:46:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=988cd837

app-misc/getopt: keyword ~x64-cygwin

Package-Manager: portage-2.2.28

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

diff --git a/app-misc/getopt/getopt-1.1.6.ebuild 
b/app-misc/getopt/getopt-1.1.6.ebuild
index 5242426..2123409 100644
--- a/app-misc/getopt/getopt-1.1.6.ebuild
+++ b/app-misc/getopt/getopt-1.1.6.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://frodo.looijaard.name/system/files/software/getopt/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~x86-interix ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="nls"
 
 RDEPEND="nls? ( virtual/libintl )"



  1   2   >