[gentoo-commits] repo/gentoo:master commit in: app-shells/mpv-bash-completion/

2017-11-18 Thread Michael Palimaka
commit: dd513ff9bed6697fedf59b553cf8aa9ee90487ba
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Sun Nov 19 07:07:16 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 19 07:57:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd513ff9

app-shells/mpv-bash-completion: verbump to 3.3.16

Closes: https://github.com/gentoo/gentoo/pull/6231
Package-Manager: Portage-2.3.14, Repoman-2.3.6

 app-shells/mpv-bash-completion/Manifest|  1 +
 .../mpv-bash-completion-3.3.16.ebuild  | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/app-shells/mpv-bash-completion/Manifest 
b/app-shells/mpv-bash-completion/Manifest
index 1b01f923653..cda4cc319c4 100644
--- a/app-shells/mpv-bash-completion/Manifest
+++ b/app-shells/mpv-bash-completion/Manifest
@@ -1,2 +1,3 @@
 DIST mpv-bash-completion-3.3.12.tar.gz 19310 SHA256 
9291ef730af6f69cc0efc82e88d170d43d79266a1500461b08719130507870ef SHA512 
f019e9a66072333b40213437f07097cacb9f01a1f322fded763e695ef5ef4656016ca07fcb402d406fd99785026dba1fc7292a2c04a14ac18a24557bb8ab2cd1
 WHIRLPOOL 
96db10c112767d8c8e648a989f416cb02123018e8406842ee27bfc603f5f6ca9ee6360f6aa46a19e14a194f44d510eb971219b10bb598785720c3a6f23047f6c
 DIST mpv-bash-completion-3.3.15.tar.gz 19830 SHA256 
1c3f4a6b95de7b573db3480dc79f7359207f7c95d31ac7368f6f5c84e9176ed8 SHA512 
d4e263bb7c21f80b962bac9f1b01c594d5038d7a7095af0e7702dc5688fd69a9de1b5d8976f24d7a652a8fba4ceaf3ea2a81c771e7ea704807aeac0c526a09f6
 WHIRLPOOL 
740dc9f3e43031cba115b8c23bd7ac8d000f10f0a6e7a89144437c39b085d20dc09b47d540772afe7b2743cd444d71cda6231c795602fe9d262e8a699a4cdb77
+DIST mpv-bash-completion-3.3.16.tar.gz 20125 SHA256 
9b8fe4ab052ce514520005f04857cf1ce401dae6422467799d1da581dc4ee9ae SHA512 
d962cc911d571b0345ddee22ecae6faef307f2da44642d6db5223fb0e51d2b2087b038e1964cf8f1ed683bb95a3268a8ffc1fff2759561100b23921406a0e31f
 WHIRLPOOL 
624ca95528effe931a73adc98fe5266041e465933282ab51e95c6193735e538f7ded7cb07f8191e893a9ddf6d2b593401f5dbb5f1a22bdc71cff1403d6da

diff --git a/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.16.ebuild 
b/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.16.ebuild
new file mode 100644
index 000..cc0b326cb44
--- /dev/null
+++ b/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.16.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit bash-completion-r1
+
+DESCRIPTION="Bash completion for the mpv video player"
+HOMEPAGE="https://2ion.github.io/mpv-bash-completion/;
+SRC_URI="https://github.com/2ion/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="luajit"
+
+COMMON_DEPEND=">=media-video/mpv-0.25.0[cli]"
+RDEPEND="${COMMON_DEPEND}
+   >=app-shells/bash-completion-2.3-r1
+"
+DEPEND="${COMMON_DEPEND}
+   !luajit? ( dev-lang/lua:* )
+   luajit? ( dev-lang/luajit:2 )
+"
+
+src_prepare() {
+   default_src_prepare
+   # Avoid 'mpv' make target that supports lua only.
+   sed -i -e 's|check: mpv|check:|' Makefile || die
+}
+
+src_compile() {
+   $(usex luajit 'luajit' 'lua') gen.lua > mpv || die
+}
+
+src_install() {
+   dobashcomp mpv
+   einstalldocs
+}
+
+pkg_postinst() {
+   if ! has_version 'x11-apps/xrandr'; then
+   elog
+   elog "If you want completion of window sizes, please install 
'x11-apps/xrandr'."
+   elog
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/latte-dock/

2017-11-18 Thread Michael Palimaka
commit: c2f1babe1e6d02f72c772897a6a856c39473b9f0
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 19 07:48:51 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 19 07:49:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2f1babe

kde-misc/latte-dock: version bump 0.7.2

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 kde-misc/latte-dock/Manifest|  1 +
 kde-misc/latte-dock/latte-dock-0.7.2.ebuild | 65 +
 2 files changed, 66 insertions(+)

diff --git a/kde-misc/latte-dock/Manifest b/kde-misc/latte-dock/Manifest
index 83f8b9a6561..72143a6097e 100644
--- a/kde-misc/latte-dock/Manifest
+++ b/kde-misc/latte-dock/Manifest
@@ -1 +1,2 @@
 DIST latte-dock-0.7.1.tar.gz 1788443 SHA256 
b57a5495370fea6ae61f8045590d958c477efbe454690ea52d992d8ec76b80ea SHA512 
8bf0acbb913bab7bfa0f9d75ab121dce6c6f86cc5f8f79ea0279f226a9cde4a1f67589c82a78336deeb140008687a3fce252ea5f85d69d3636b75e18180cae00
 WHIRLPOOL 
e8a78f14a0ef431b6afdf48b9b548cf0e983dbe1f4d8b4b69cc6b8788cacc8340a09d4b059f24997b48c972130c85794bf96e1ca49e82e5abafb15003a69a6e5
+DIST latte-dock-0.7.2.tar.xz 889256 SHA256 
8d3127c7e45b1573b6d5cda9450c1adab5d3dc213f3da5e96229ba55074a9b1c SHA512 
a332bede2438c5af6ac1ebb4fffe6954a0aa319438ce503d739f4878a28e54bf98dfcb64ef96ab9250cabe6e22b5c16e8308f61699642103e7085a0fedecdb05
 WHIRLPOOL 
6f05312cc0f7c965627136e079c8acc94fc463ef661cefac0ea839f7c8efc46c883ec2ada86dcadbebeba9c1a381b0058a8fb81520c8927e227d75c00c821416

diff --git a/kde-misc/latte-dock/latte-dock-0.7.2.ebuild 
b/kde-misc/latte-dock/latte-dock-0.7.2.ebuild
new file mode 100644
index 000..087d870c850
--- /dev/null
+++ b/kde-misc/latte-dock/latte-dock-0.7.2.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+QT_MINIMAL="5.7.1"
+inherit cmake-utils gnome2-utils kde5-functions
+
+DESCRIPTION="Elegant dock, based on KDE Frameworks"
+HOMEPAGE="https://store.kde.org/p/1169519/
+   https://github.com/psifidotos/Latte-Dock;
+
+if [[ ${PV} =  ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://anongit.kde.org/${PN}.git;
+else
+   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   $(add_frameworks_dep kactivities)
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep kdeclarative)
+   $(add_frameworks_dep kglobalaccel)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kpackage)
+   $(add_frameworks_dep kwayland)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep plasma X)
+   $(add_qt_dep qtcore)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtgraphicaleffects)
+   $(add_qt_dep qtgui 'xcb')
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtx11extras)
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libxcb
+"
+DEPEND="${RDEPEND}
+   $(add_frameworks_dep extra-cmake-modules)
+"
+
+DOCS=( CHANGELOG.md README.md TRANSLATORS )
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



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

2017-11-18 Thread Hans de Graaff
commit: e6d12818a23ed4fc44d8202535b762b062e516d4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Nov 19 07:27:54 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Nov 19 07:27:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6d12818

dev-ruby/rake: add 12.3.0

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/rake/Manifest   |  1 +
 dev-ruby/rake/rake-12.3.0.ebuild | 56 
 2 files changed, 57 insertions(+)

diff --git a/dev-ruby/rake/Manifest b/dev-ruby/rake/Manifest
index 82423c68ff2..4b6ad1b9bec 100644
--- a/dev-ruby/rake/Manifest
+++ b/dev-ruby/rake/Manifest
@@ -4,3 +4,4 @@ DIST rake-11.3.0.tar.gz 134863 SHA256 
d60ecce6911035a65daf80d038123a55723dedd62b
 DIST rake-12.0.0.tar.gz 117571 SHA256 
0754389d1ca3448a3715ca9f61ef303631cc6998c9483f8eceba0109de3a35f5 SHA512 
2c8a0442b8c2f7755d8740f89d0772c646c87f64c04377955760c42a37ac25334628044ea37c09cd21e7372cab9e8f3d04b0076f0c34466eb4ea328c0bdcb01c
 WHIRLPOOL 
c083a8c61e0e074e2a13bcde93043dfa47523374d8a5221f5965721c690e5c39579dc367a4c85c883c515da70adac58012d11bc15ac5141688636be3ce40dc98
 DIST rake-12.1.0.tar.gz 118891 SHA256 
5935501d3e777405a5cc83050d3aaad14b889766d0298c8ff1d8334be58c6591 SHA512 
931161e9c220bb18b913c7a2aeff5bb4711cb6a4ff5ab1850aae307e6ab38ac0dd9d0ba4510c27006def6734a8debf8e500a5de8d6f827c3c954832ff136
 WHIRLPOOL 
ff1c9e8790039d6ceed7fb21842d25122aede8b0aba657107dff4fbe4b905aaf5bb8a880de3492bcd205e3fffcf8f9523405f61d2817a8b32e2a8f2db0230d77
 DIST rake-12.2.1.tar.gz 119660 SHA256 
bf3226cabe1814c557c084c90d23343b925962360fea70846fcdb4355da51ca4 SHA512 
930e2d82f0b5a3250cc0e8357bad60a7ad5f01fed06884e746b72cab60065a326c84d78410943836a698ee8cac1b291d162350d8304a4abcb7e8c930c026af4f
 WHIRLPOOL 
901930bec67d3740e994570c5c5bf2cbe2932a0f7f3ff714e97e2bae0f832fea03de5bac01b7dc0f0d03d8103b7e221ae2aee4b5f5d3435722b4b370e06de36f
+DIST rake-12.3.0.tar.gz 119742 SHA256 
522e015007fd501879eca9f96802f7635f0429540f1faf2fe54d7bd7a3bd8635 SHA512 
a4768530d484dd2a1abd19c1d89b33ae31da54d59a8719f7559c586abb1c4eb7f6dc3cd05f85ad136137ad3395f57a121ebcc693da2d35e4cc1d70c1f64b666f
 WHIRLPOOL 
46c3f1bae2af9c0b6abe5a1b1b550a34b9e2d10265c9c4395370acadffbcc6feb0c81a3307721eb9a967c04bdca6b77562ed96bc13ebe99bf89de87d29423cc4

diff --git a/dev-ruby/rake/rake-12.3.0.ebuild b/dev-ruby/rake/rake-12.3.0.ebuild
new file mode 100644
index 000..712e7522cf9
--- /dev/null
+++ b/dev-ruby/rake/rake-12.3.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_BINDIR="exe"
+
+inherit bash-completion-r1 ruby-fakegem
+
+DESCRIPTION="Make-like scripting in Ruby"
+HOMEPAGE="https://github.com/ruby/rake;
+SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc"
+
+DEPEND+=" app-arch/gzip"
+
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.8 )
+   doc? ( dev-ruby/rdoc )"
+
+all_ruby_prepare() {
+   sed -i -e '/coverall/I s:^:#:' test/helper.rb || die
+}
+
+all_ruby_compile() {
+   if use doc; then
+   rdoc --title "Rake - Ruby Make" --main README.rdoc --out html 
lib *.rdoc doc/*/*.rdoc || die
+   fi
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:. -e 'gem "minitest", "~>5.8"; require 
"minitest/autorun"; Dir["test/test_*.rb"].each{|f| require f}' || die
+}
+
+all_ruby_install() {
+   ruby_fakegem_binwrapper rake
+
+   if use doc; then
+   pushd html
+   dodoc -r *
+   popd
+   fi
+
+   doman doc/rake.1
+
+   newbashcomp "${FILESDIR}"/rake.bash-completion ${PN}
+}



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

2017-11-18 Thread Hans de Graaff
commit: bf2133438cfa71f0c7278628dfe7d8da2d9a6a57
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Nov 19 07:29:37 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Nov 19 07:29:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf213343

dev-ruby/tins: add 1.15.1

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/dev-ruby/tins/Manifest b/dev-ruby/tins/Manifest
index 2db3a95225c..95f21d4e278 100644
--- a/dev-ruby/tins/Manifest
+++ b/dev-ruby/tins/Manifest
@@ -1,3 +1,4 @@
 DIST tins-1.14.0.gem 303616 SHA256 
e0bb2d44c6ab89057f38ee0fd1434a66c2eb9a5e0d7ae5c44d916a5b645af0b1 SHA512 
9bce95b5d6aa663902a8d9fe5badc029db97658d6bf4fe574ebef670e7041ee882ed8b110d906c0f8dbd506bfbeb2092634d607281260db3a40e310881d4154a
 WHIRLPOOL 
c3c400d1282f3e605de9ee110726b50db60a7e37e7dd9de6bf0eacfc40ba1c54e2667f6f7e24be41140327b27cdc4111647d8268cb8a2f219a857a8f90ea
 DIST tins-1.15.0.gem 304128 SHA256 
fab8025041474faf4f182e5d608a811e4f136e957ce67fd0319ac5a34a8f9027 SHA512 
c4b69357f4f89c75b8aea713c122bd83759678ab9aac8553f25fbe867dc7dc55c72e54673fe2a17e818c089a4517f62ac20e40597fe40945c742cc6f153460bb
 WHIRLPOOL 
0af17656cb534524544f7fab901597e5c6e66f444ab304a17532099dc4e7c1cec44ac41f852eadf5f25938faa693038958de54a3e0080e8e0a9f54089b8d829a
+DIST tins-1.15.1.gem 304128 SHA256 
f11e408b334701eebbfeacd86e37f68587fc18ba649c56fe976a107e5c34f24f SHA512 
13182f31a23c80618fdf24fc8ecc8d165eca1c07489c55399224943bb393a1483bd82e5000baf67c8c9f8985e93154e73e3e1c3b53f9a02b0f1bfaac44eb275b
 WHIRLPOOL 
73831c7c767d65010bceb7b629ca3efe13f507df9528d06c503dd8e5236776a13f3399bf12aa12edb553a1ebe729c1c86838586f91dd7c4178eeaa1f30e3
 DIST tins-1.6.0.gem 299008 SHA256 
1f82e41851f343147e8acda8b02a67e990e38d4755e1e7a8de7cd913fcce0a0b SHA512 
33d576a0960d841f72a3f3c9017f873d0445fd569ded852d614b4a2b32e59ae784a47246b584bc4e0d16d5be4d63c1d7834b32c2bea2129a75dde9b1723ccd01
 WHIRLPOOL 
257e019636565081197c3d353396db2937043886696bb6be294b0930a6e1f7ada1a21fd863d1ac29b649bba3875d7d4b868ded70480a0dec0ba27a6764debac1

diff --git a/dev-ruby/tins/tins-1.15.1.ebuild b/dev-ruby/tins/tins-1.15.1.ebuild
new file mode 100644
index 000..9a51da89a88
--- /dev/null
+++ b/dev-ruby/tins/tins-1.15.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+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 ~ia64 ~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-perl/MogileFS-Server/, dev-perl/MogileFS-Server/files/

2017-11-18 Thread Kent Fredric
commit: c0956c57d9515f88ebb074b8bde274ff008e7579
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Nov 19 07:09:46 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Nov 19 07:10:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0956c57

dev-perl/MogileFS-Server: Bump to version 2.720.0

- EAPI6
- Enable tests ( some appear to auto-skip when servers are missing
and the objective is to enable them to see what breaks and maximally
enable all possible end-user tests )
- Rework gentoo /etc/ stuff to use patches instead of explicit
${FILESDIR} copies, in order to make it easier for end users to
tweak installed files with eapply_user, and make it easier to
construct effective install trees trivially using upstream sources,
as well as discouraging accidental retroactive changes to existing
available versions ( happened many times in the past ), while
encouraging using patch layering to augment incremental changes
where relevant.
- Remove hacks around mogdeps, which vanished upstream in
MogileFS-Server 2.56 ( 2011-2012 )
- Use 'checkpath' instead of 'install' in mogilefsd script, and remove
EQAWARNING use of keepdir /var/run

Upstream:
- Work with DBD::SQLite latest lock errors
- remove update_host_property
- remove users of unreachable_fids table
- batch MySQL updates in monitor
- defer monitor DB updates until all HTTP requests are done
- defer expiry of timed out poolable connections
- disable watch_write before retrying write in poolable connections
- do not write before event_write in poolable connections
- add conn_pool_size config option
- enable TCP keepalives for iostat watcher sockets
- add "readonly" state to overide host device "alive" state

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/MogileFS-Server/Manifest  |   1 +
 .../MogileFS-Server/MogileFS-Server-2.720.0.ebuild |  76 +
 .../MogileFS-Server-2.720.0-gentoo-init-conf.patch | 184 +
 3 files changed, 261 insertions(+)

diff --git a/dev-perl/MogileFS-Server/Manifest 
b/dev-perl/MogileFS-Server/Manifest
index 34fd0abfc88..1a1126ebfd7 100644
--- a/dev-perl/MogileFS-Server/Manifest
+++ b/dev-perl/MogileFS-Server/Manifest
@@ -1 +1,2 @@
 DIST MogileFS-Server-2.70.tar.gz 199850 SHA256 
686f328a4a6dacdb6c6153e7c1837875580d8437bf91ebd74ef197b1caefa7a6 SHA512 
e5dd7dbfd8422d69d1ffbe9d6cf5f8845e33484a7c812fe60285c0aa17d812a5de33d1a0503972749d70fed92767eedc1119bea650712150d9d5d4e4fdbccb8f
 WHIRLPOOL 
c47a79e0002b38d605d1b4407bab886a53f818f3b664421e6e83696a2db152fb71cd093acbaecc6fc46f2bb69a43339c105d4bf566af1e834492aa4a44adedcd
+DIST MogileFS-Server-2.72.tar.gz 200057 SHA256 
d7d5a45d50127bf62e451c6d86eb247103b01c46662898ae4e18daa08be8e0bf SHA512 
4076ba33123c984f9d7c56db7d308b4d857e852caa8d811d86ed551b9ab74a6dfc93b034d034ec2802376035799860c613aef2bdd3898c1225e37727fda34ade
 WHIRLPOOL 
1bb22dd7701d885268416556bec8c37f1f7cadcadcec50c27ecebd84c8222626eeb018d6d72f6ce2aeb985d3bbf9f625d9561a3109ef443c82a35faf15dce083

diff --git a/dev-perl/MogileFS-Server/MogileFS-Server-2.720.0.ebuild 
b/dev-perl/MogileFS-Server/MogileFS-Server-2.720.0.ebuild
new file mode 100644
index 000..70b6fe87e18
--- /dev/null
+++ b/dev-perl/MogileFS-Server/MogileFS-Server-2.720.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DORMANDO
+DIST_VERSION=${PV%0.0}
+inherit user perl-module
+
+DESCRIPTION="Server for the MogileFS distributed file system"
+HOMEPAGE="http://www.danga.com/mogilefs/ ${HOMEPAGE}"
+
+IUSE="mysql sqlite postgres"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+# Upstream site recommends this,
+# but it breaks Perlbal
+# dev-perl/Perlbal-XS-HTTPHeaders
+RDEPEND="dev-perl/Net-Netmask
+   >=dev-perl/Danga-Socket-1.610.0
+   >=dev-perl/Sys-Syscall-0.220.0
+   >=dev-perl/Perlbal-1.790
+   >=dev-perl/IO-AIO-4
+   dev-perl/libwww-perl
+   >=dev-perl/MogileFS-Client-1.170.0
+   >=dev-perl/MogileFS-Utils-2.280.0
+   dev-perl/Cache-Memcached
+   mysql? ( dev-perl/DBD-mysql )
+   postgres? ( dev-perl/DBD-Pg )
+   sqlite? ( dev-perl/DBD-SQLite )"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/${P}-gentoo-init-conf.patch"
+)
+DIST_TEST="do"
+
+MOGILE_USER="mogile"
+
+pkg_setup() {
+   # Warning! It is important that the uid is constant over Gentoo machines
+   # As mogilefs may be used with non-local block devices that move!
+   enewuser ${MOGILE_USER} 460 -1 -1
+}
+
+src_install() {
+   perl-module_src_install || die "perl-module_src_install failed"
+   cd "${S}"
+
+   newconfd "${S}"/gentoo/conf.d/mogilefsd mogilefsd
+   newinitd "${S}"/gentoo/init.d/mogilefsd mogilefsd
+
+   newconfd "${S}"/gentoo/conf.d/mogstored 

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

2017-11-18 Thread Michael Palimaka
commit: fc4e0804ed138d2819ec5e9fac28831847e4dcfd
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 19 06:34:57 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 19 06:35:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc4e0804

app-office/skrooge: stabilise 2.9.0 for amd64

Bug: https://bugs.gentoo.org/636616
Package-Manager: Portage-2.3.14, Repoman-2.3.6

 app-office/skrooge/skrooge-2.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/skrooge/skrooge-2.9.0.ebuild 
b/app-office/skrooge/skrooge-2.9.0.ebuild
index 271b305b96e..816df0558d4 100644
--- a/app-office/skrooge/skrooge-2.9.0.ebuild
+++ b/app-office/skrooge/skrooge-2.9.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://skrooge.org/;
 [[ ${PV} ==  ]] || SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="activities designer kde ofx"
 
 COMMON_DEPEND="



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

2017-11-18 Thread Michael Palimaka
commit: 33d8cbce14a883f02417f3ce03b327ce1345d77f
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 19 06:35:17 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 19 06:35:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33d8cbce

app-office/skrooge: remove 2.8.1

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 app-office/skrooge/Manifest |  1 -
 app-office/skrooge/skrooge-2.8.1.ebuild | 97 -
 2 files changed, 98 deletions(-)

diff --git a/app-office/skrooge/Manifest b/app-office/skrooge/Manifest
index 926e7d67bf7..a6106451461 100644
--- a/app-office/skrooge/Manifest
+++ b/app-office/skrooge/Manifest
@@ -1,3 +1,2 @@
 DIST skrooge-2.10.5.tar.xz 19309980 SHA256 
56a0124dec34e6e96a5e71ff0e825a7ec79f32a69ef0ccdc5f0f9b753d8c3eb0 SHA512 
02fdee00b430ffba8c05222b87da31f5d2390634e816e141806fc4e3cceab83134ccda9619ff944f70eb704af4d2ee08338bf196ad7dcea8221a05d13e1b4c8e
 WHIRLPOOL 
362d2269ec371a50dd1f15e7a21f2fcfe3341e49a446f4668b49ad32c895835ed8115b183b2c00ce2959046f545951570ab303b06c5f97764f03a70f19185c4c
-DIST skrooge-2.8.1.tar.xz 19299556 SHA256 
8f166db74a27db0ce0ea197f89dfd021224afc3e4875e36438a4496f10746460 SHA512 
864de0c9e8876b87ab4100b0d48ea8e573655ebad5175333230ff715faa46077b96e25b91e767da864196960de14df9b9fee5b561e4d51b03a80fb58a070755f
 WHIRLPOOL 
12d1455493fd32dd61cb0543a2365444f0fd1fa5b08214760f7c3b58836c3ac55a480f322cbea61eb13675b9698531fa860f8a2b4c9a915a789fc95bedc8b269
 DIST skrooge-2.9.0.tar.xz 19310412 SHA256 
ad02403026b649203f0381cc599a7754d36f41cc75cc03d14e63bfdb666e7bb5 SHA512 
cbcd1e9c00509d6aa387f83f3a245b20c856e936095d8bb16ec7ab6898131a24edda8a4e9ee20323c7d04ab56194b8d4720a77b8d10699e64e8dbacbe9bb868c
 WHIRLPOOL 
2ecc558add9160c724e2ff9623baa205e54ce45b385f63cc1d2151ce75dc79c65e7608abf419721761c19f3cffbe80a16db9876bdc4cc756d531a85a42bbec28

diff --git a/app-office/skrooge/skrooge-2.8.1.ebuild 
b/app-office/skrooge/skrooge-2.8.1.ebuild
deleted file mode 100644
index 44321985ac2..000
--- a/app-office/skrooge/skrooge-2.8.1.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_GCC_MINIMAL="4.9"
-KDE_HANDBOOK="optional"
-KDE_TEST="forceoptional"
-QT_MINIMAL="5.7.0"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Personal finances manager, aiming at being simple and intuitive"
-HOMEPAGE="https://skrooge.org/;
-[[ ${PV} ==  ]] || SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE="activities designer kde ofx"
-
-COMMON_DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep knewstuff)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwallet)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_qt_dep qtconcurrent)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtdeclarative 'widgets')
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtscript)
-   $(add_qt_dep qtsql)
-   $(add_qt_dep qtsvg)
-   $(add_qt_dep qtwebkit)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   app-crypt/qca:2[qt5]
-   dev-db/sqlcipher
-   dev-libs/grantlee:5
-   activities? ( $(add_frameworks_dep kactivities) )
-   kde? ( $(add_frameworks_dep krunner) )
-   ofx? ( dev-libs/libofx )
-"
-DEPEND="${COMMON_DEPEND}
-   $(add_frameworks_dep kguiaddons)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep kwindowsystem)
-   dev-libs/libxslt
-   virtual/pkgconfig
-   x11-misc/shared-mime-info
-   designer? (
-   $(add_frameworks_dep kdesignerplugin)
-   $(add_qt_dep designer)
-   )
-"
-RDEPEND="${COMMON_DEPEND}
-   !app-office/skrooge:4
-"
-
-REQUIRED_USE="test? ( designer )"
-
-# hangs + installs files
-RESTRICT+=" test"
-
-src_configure() {
-   local mycmakeargs=(
-   -DSKG_BUILD_TEST=$(usex test)
-   -DSKG_DESIGNER=$(usex designer)
-   $(cmake-utils_use_find_package activities KF5Activities)
-   $(cmake-utils_use_find_package kde KF5Runner)
-   $(cmake-utils_use_find_package ofx LibOfx)
-   )
-
-   kde5_src_configure
-}
-
-src_test() {
-   local mycmakeargs=(
-   -DSKG_BUILD_TEST=ON
-   )
-   

[gentoo-commits] repo/gentoo:master commit in: dev-ml/facile/

2017-11-18 Thread Michael Palimaka
commit: 044808187c085ae0fc2a926fd5fdac70126e176a
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 19 06:27:40 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 19 06:27:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04480818

dev-ml/facile: remove 1.1.2

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 dev-ml/facile/Manifest|  1 -
 dev-ml/facile/facile-1.1.2.ebuild | 50 ---
 2 files changed, 51 deletions(-)

diff --git a/dev-ml/facile/Manifest b/dev-ml/facile/Manifest
index aa269c885a2..7b060994914 100644
--- a/dev-ml/facile/Manifest
+++ b/dev-ml/facile/Manifest
@@ -1,2 +1 @@
-DIST facile-1.1.2.tar.gz 99755 SHA256 
ea8b72d1d171fb44c0c6dafbddac0ccb0a453a7caafd1852919d4f805eded367 SHA512 
12c086a9e1d7b2d76c36fa3d7b519da24199bb958b56050d5635cd6eb0288b6d98845b4ade74e22127b2abd405f359b0a33cfd776042187f3ab506ad656676df
 WHIRLPOOL 
d643b8b7151fa262542f6408acda23b6a29466b48fc288ea9efc8b024c418e95ca50ef005a09c61f6030faddbff6d2f013b1ffddd4544291f8387b29303a0a32
 DIST facile-1.1.3.tar.gz 99656 SHA256 
5cb63ddb0dca8de12cd54dbf0de37e0fa8af54e7c1f15ee035a33ec219be8aec SHA512 
78d315188e661245eb7306b645e9baaca94db0b952b57dbc8597bf2f75cab5604c8f4cf850209464e802c636f592552c8b492730cb28896d2acd7f413346
 WHIRLPOOL 
31ec165d6f02ce0e3b2e4c12d151f14075916cce325f0028d56e3a2d62cdb03da7d157b223c1e7df06b30b603a89e0303a8c73b690fc659d60d7690614692b13

diff --git a/dev-ml/facile/facile-1.1.2.ebuild 
b/dev-ml/facile/facile-1.1.2.ebuild
deleted file mode 100644
index 2b9fe9b8297..000
--- a/dev-ml/facile/facile-1.1.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="OCaml constraint programming library on integer & integer set 
finite domains"
-HOMEPAGE="http://opti.recherche.enac.fr/;
-SRC_URI="http://opti.recherche.enac.fr/facile/distrib/${P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0/${PV}"
-
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="+ocamlopt"
-
-RDEPEND=">=dev-lang/ocaml-4:=[ocamlopt?]"
-DEPEND="${RDEPEND}
-sys-apps/sed"
-
-src_prepare() {
-   # Fix building on FreeBSD
-   epatch "${FILESDIR}/${PN}"-1.1-make.patch
-   # Disable building native code objects if we dont have/want ocamlopt
-   if ! use ocamlopt; then
-   sed -i -e 's/\.opt//' src/Makefile || die "failed to change 
native code compiler to bytecode ones"
-   sed -i -e 's/ facile\.cmxa//' src/Makefile || die "failed to 
remove native code objects"
-   sed -i -e 's/\.opt/.out/g' \
-   -e 's: src/facile\.cmxa::'\
-   -e 's: src/facile\.a::'\
-   -e 's:^.*facile\.cmxa::'\
-   -e 's:^.*facile\.a::' Makefile || die "failed to remove 
native code objects"
-   fi
-}
-
-src_configure(){
-   # This is a custom configure script and it does not support standard 
options
-   ./configure --faciledir "${D}"$(ocamlc -where)/facile/ || die
-}
-
-src_test() {
-   emake check
-}
-
-src_install(){
-   dodir $(ocamlc -where)
-   emake install
-   dodoc README
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/facile/

2017-11-18 Thread Michael Palimaka
commit: 06278255e4964d5fc8d831781cbadf646a7bd82b
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 19 06:24:35 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 19 06:27:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06278255

dev-ml/facile: stabilise 1.1.3 for amd64

Bug: https://bugs.gentoo.org/636624
Package-Manager: Portage-2.3.8, Repoman-2.3.4

 dev-ml/facile/facile-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/facile/facile-1.1.3.ebuild 
b/dev-ml/facile/facile-1.1.3.ebuild
index a1d0c160eb6..3027374ee74 100644
--- a/dev-ml/facile/facile-1.1.3.ebuild
+++ b/dev-ml/facile/facile-1.1.3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://opti.recherche.enac.fr/facile/distrib/${P}.tar.gz;
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
 
-KEYWORDS="alpha ~amd64 hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="+ocamlopt"
 
 RDEPEND=">=dev-lang/ocaml-4:=[ocamlopt?]"



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

2017-11-18 Thread Michael Palimaka
commit: 36d5d1ee683c56a9fb9d18be0e885c3e849d5d57
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 19 06:13:01 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 19 06:14:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36d5d1ee

net-irc/konversation: remove vulnerable

Bug: https://bugs.gentoo.org/637112
Package-Manager: Portage-2.3.8, Repoman-2.3.4

 net-irc/konversation/Manifest  |  1 -
 .../files/konversation-1.7.2-extjoin-crash.patch   | 47 -
 .../files/konversation-1.7.2-focus.patch   | 25 ---
 .../files/konversation-1.7.2-memleak.patch | 33 --
 net-irc/konversation/konversation-1.7.2-r1.ebuild  | 77 --
 net-irc/konversation/konversation-1.7.2.ebuild | 71 
 6 files changed, 254 deletions(-)

diff --git a/net-irc/konversation/Manifest b/net-irc/konversation/Manifest
index 5b151cdd334..6d101b693d0 100644
--- a/net-irc/konversation/Manifest
+++ b/net-irc/konversation/Manifest
@@ -1,2 +1 @@
-DIST konversation-1.7.2.tar.xz 3736968 SHA256 
5ff96e84cee4e1eefc404a31d778067ea508a6c848911fac70bd52812618 SHA512 
91523043afd7d7698c8166256d3eba225d8ff1ba44cad6811b00bf0004b765ce1ed618e900c8cafa7b395217b3fa3703db62a79b0a491bcef6c0bb65037add06
 WHIRLPOOL 
842fac84013a6915b5acad2c7ee8abab794c01722628fb4cbd7a3c462229fadf1c88b340fd094efadb1ac62e2c1838de80a26114bff0c98064c9f57e87974860
 DIST konversation-1.7.4.tar.xz 3737732 SHA256 
17ef5b7fe816cf52aaaba9ba1b6de69412675353df4217fc889a07ca1c919978 SHA512 
8d30fc0c0e533f1fa3268f8360eb5b9321b505fca3103ce189f707247345b2b2c409f590ce45d6fb129a76fc642a4e9f6a802c244a0a3e56aded422ddf4ed19a
 WHIRLPOOL 
3ebe17b0bb9d2a2bdc80336d47ff7b45c9da29446095ca2b66eeea534e22d0766d16edd8da83a8520b8774a6f86cb020f6549b6d225f70062f9d876b1776c1c0

diff --git a/net-irc/konversation/files/konversation-1.7.2-extjoin-crash.patch 
b/net-irc/konversation/files/konversation-1.7.2-extjoin-crash.patch
deleted file mode 100644
index 97fc4c1494c..000
--- a/net-irc/konversation/files/konversation-1.7.2-extjoin-crash.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From 783dc0f595ecf90e37225a57da0ffa2c030a470d Mon Sep 17 00:00:00 2001
-From: Peter Simonsson 
-Date: Sat, 10 Jun 2017 20:41:50 +0200
-Subject: Fix crash in join handling in inputfilter
-
-Make sure to check size of parameter list for extended join.
-
-BUG:378854

- src/irc/inputfilter.cpp | 19 ++-
- 1 file changed, 6 insertions(+), 13 deletions(-)
-
-diff --git a/src/irc/inputfilter.cpp b/src/irc/inputfilter.cpp
-index 53f3b2c..f273d30 100644
 a/src/irc/inputfilter.cpp
-+++ b/src/irc/inputfilter.cpp
-@@ -575,21 +575,14 @@ void InputFilter::parseClientCommand(const QString 
, const QString 
- QString account;
- QString realName;
- 
--if (!m_server->hasExtendedJoin())
--{
--channelName = trailing;
--// Sometimes JOIN comes without ":" in front of the channel name
--}
--else
-+channelName = parameterList[0];
-+
-+if (m_server->hasExtendedJoin() && plHas(3))
- {
--channelName = parameterList[0];
--account = parameterList[1];
--realName = parameterList[2];
-+if (parameterList[1] != "*")
-+account = parameterList[1];
- 
--if (account == "*")
--{
--account = QString();
--}
-+realName = parameterList[2];
- }
- 
- // Did we join the channel, or was it someone else?
--- 
-cgit v0.11.2
-

diff --git a/net-irc/konversation/files/konversation-1.7.2-focus.patch 
b/net-irc/konversation/files/konversation-1.7.2-focus.patch
deleted file mode 100644
index b42bed488f3..000
--- a/net-irc/konversation/files/konversation-1.7.2-focus.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 3263b47db2d0aab78d6a6fbc99682ac9b5ef2f2e Mon Sep 17 00:00:00 2001
-From: Eike Hein 
-Date: Wed, 21 Jun 2017 06:36:26 +0900
-Subject: Don't commit on focus loss.
-

- src/irc/channel.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/irc/channel.cpp b/src/irc/channel.cpp
-index a431c80..a5c313e 100644
 a/src/irc/channel.cpp
-+++ b/src/irc/channel.cpp
-@@ -292,7 +292,7 @@ Channel::Channel(QWidget* parent, const QString& _name) : 
ChatWindow(parent)
- connect(nicknameCombobox,SIGNAL 
(activated(int)),this,SLOT(nicknameComboboxChanged()));
- 
- if(nicknameCombobox->lineEdit())
--connect(nicknameCombobox->lineEdit(), SIGNAL 
(editingFinished()),this,SLOT(nicknameComboboxChanged()));
-+connect(nicknameCombobox->lineEdit(), SIGNAL 
(returnPressed()),this,SLOT(nicknameComboboxChanged()));
- 
- 
- connect(,SIGNAL (timeout()),this,SLOT (autoUserhost()));
--- 
-cgit v0.11.2
-

diff --git a/net-irc/konversation/files/konversation-1.7.2-memleak.patch 

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

2017-11-18 Thread Michael Palimaka
commit: 666f2a154ac99ba327e37434988fa7a537491339
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 19 06:11:52 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 19 06:14:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=666f2a15

media-sound/cantata: remove 2.1.0

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 media-sound/cantata/Manifest   |   1 -
 media-sound/cantata/cantata-2.1.0.ebuild   | 115 -
 .../cantata/files/cantata-2.1.0-headers.patch  |  42 
 3 files changed, 158 deletions(-)

diff --git a/media-sound/cantata/Manifest b/media-sound/cantata/Manifest
index 12946bb8abe..d15290fb66d 100644
--- a/media-sound/cantata/Manifest
+++ b/media-sound/cantata/Manifest
@@ -1,2 +1 @@
-DIST cantata-2.1.0.tar.bz2 2207271 SHA256 
9317afcae75c709ec733da069d4245b47e6e2c297a259eaf87a181fa9d1cd4c4 SHA512 
bf03933785110d0d0c1dfbfc27f4974869ae7c79afe3cf1da1f3024c95d86733d8bea77f2a882887de79a7897ffcdac4262e58747dd4e979824943991675c5d2
 WHIRLPOOL 
5d58b84290c387d535e556553e64bba36520a099565c44bed1c4e9cf800c2a432ac09296b989a557e72d81a951c926b4bb638f2d2ab7976735059ebb74b8c8e2
 DIST cantata-2.2.0.tar.bz2 2251649 SHA256 
c84691eb1778d3c512d70cb422267f7a137290082cdd1ff0a871b4a8e5c0 SHA512 
519a2e24c8b2a1c98a2006a1f590945e1bd5e98a2c3a1b5da23e40f2297f1477d48d69b48ec669219f5ab8fdc955486fe29db6914abeef1fba2a47377f694ecd
 WHIRLPOOL 
50a44192368ee90708ecf906401c28d6a06878d61cfefae04bcab3463343c11bcfe3054880364886e57f797cc303fe14a4f2010e87ad873ba4de3738c05399e7

diff --git a/media-sound/cantata/cantata-2.1.0.ebuild 
b/media-sound/cantata/cantata-2.1.0.ebuild
deleted file mode 100644
index 57c74fe9299..000
--- a/media-sound/cantata/cantata-2.1.0.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="cs de en_GB es fr hu it ja ko pl ru zh_CN"
-inherit cmake-utils gnome2-utils l10n qmake-utils xdg
-
-DESCRIPTION="Featureful and configurable Qt client for the music player daemon 
(MPD)"
-HOMEPAGE="https://github.com/CDrummond/cantata;
-SRC_URI="https://github.com/CDrummond/cantata/releases/download/v${PV}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="cdda cddb cdio http-server mtp musicbrainz replaygain taglib udisks"
-REQUIRED_USE="
-   ?? ( cdda cdio )
-   cdda? ( udisks || ( cddb musicbrainz ) )
-   cddb? ( || ( cdio cdda ) taglib )
-   cdio? ( udisks || ( cddb musicbrainz ) )
-   mtp? ( taglib udisks )
-   musicbrainz? ( || ( cdio cdda ) taglib )
-   replaygain? ( taglib )
-"
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtsql:5[sqlite]
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   || ( kde-frameworks/breeze-icons:5 kde-frameworks/oxygen-icons:* )
-   sys-libs/zlib
-   virtual/libudev:=
-   cdda? ( media-sound/cdparanoia )
-   cdio? ( dev-libs/libcdio-paranoia )
-   cddb? ( media-libs/libcddb )
-   mtp? ( media-libs/libmtp )
-   musicbrainz? ( media-libs/musicbrainz:5= )
-   replaygain? (
-   media-libs/libebur128
-   media-sound/mpg123
-   virtual/ffmpeg
-   )
-   taglib? (
-   media-libs/taglib[asf(+),mp4(+)]
-   media-libs/taglib-extras
-   udisks? ( sys-fs/udisks:2 )
-   )
-"
-DEPEND="${RDEPEND}
-   dev-qt/qtconcurrent:5
-   dev-qt/linguist-tools:5
-"
-
-# cantata has no tests
-RESTRICT="test"
-
-PATCHES=( "${FILESDIR}/${P}-headers.patch" )
-
-src_prepare() {
-   remove_locale() {
-   rm "translations/${PN}_${1}".ts || die
-   }
-
-   cmake-utils_src_prepare
-
-   # Unbundle 3rd party libs
-   rm -r 3rdparty/{ebur128,qtsingleapplication} || die
-
-   l10n_find_plocales_changes "translations" "${PN}_" ".ts"
-   l10n_for_each_disabled_locale_do remove_locale
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DCANTATA_HELPERS_LIB_DIR="$(get_libdir)"
-   -DENABLE_CDPARANOIA=$(usex cdda)
-   -DENABLE_CDIOPARANOIA=$(usex cdio)
-   -DENABLE_CDDB=$(usex cddb)
-   -DENABLE_HTTP_SERVER=$(usex http-server)
-   -DENABLE_MTP=$(usex mtp)
-   -DENABLE_MUSICBRAINZ=$(usex musicbrainz)
-   -DLRELEASE_EXECUTABLE="$(qt5_get_bindir)/lrelease"
-   -DENABLE_FFMPEG=$(usex replaygain)
-   -DENABLE_MPG123=$(usex replaygain)
-   -DENABLE_TAGLIB=$(usex taglib)
-   -DENABLE_TAGLIB_EXTRAS=$(usex taglib)
-   -DENABLE_DEVICES_SUPPORT=$(usex udisks)
-   -DENABLE_HTTP_STREAM_PLAYBACK=OFF
-   -DENABLE_REMOTE_DEVICES=OFF
-   -DENABLE_UDISKS2=ON
-   )
-
-   

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

2017-11-18 Thread Michael Palimaka
commit: 90d044d83df928d4e7c1bff40e7165c90824d14e
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 19 06:12:26 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 19 06:14:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90d044d8

net-irc/konversation: stabilise 1.7.4 for amd64/x86

Bug: https://bugs.gentoo.org/637112
Package-Manager: Portage-2.3.8, Repoman-2.3.4

 net-irc/konversation/konversation-1.7.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/konversation/konversation-1.7.4.ebuild 
b/net-irc/konversation/konversation-1.7.4.ebuild
index 629d41b0351..bedb2f5c384 100644
--- a/net-irc/konversation/konversation-1.7.4.ebuild
+++ b/net-irc/konversation/konversation-1.7.4.ebuild
@@ -11,7 +11,7 @@ 
HOMEPAGE="https://www.kde.org/applications/internet/konversation/ https://konver
 SRC_URI="mirror://kde/stable/${PN}/${PV/_/-}/src/${P/_/-}.tar.xz"
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+crypt"
 
 DEPEND="



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

2017-11-18 Thread Michael Palimaka
commit: 869ffef741f62957caf6de82ed41bc8066d51625
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 19 06:09:55 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 19 06:10:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=869ffef7

media-sound/cantata: stabilise 2.2.0 for amd64

Bug: https://bugs.gentoo.org/637166
Package-Manager: Portage-2.3.8, Repoman-2.3.4

 media-sound/cantata/cantata-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/cantata/cantata-2.2.0.ebuild 
b/media-sound/cantata/cantata-2.2.0.ebuild
index 077a4a9f8be..388cff4d561 100644
--- a/media-sound/cantata/cantata-2.2.0.ebuild
+++ b/media-sound/cantata/cantata-2.2.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/CDrummond/cantata/releases/download/v${PV}/${P}.tar.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="cdda cddb cdio http-server mtp musicbrainz replaygain streaming taglib 
udisks"
 REQUIRED_USE="
?? ( cdda cdio )



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-admin/, lxqt-base/lxqt-openssh-askpass/, ...

2017-11-18 Thread Michael Palimaka
commit: 0af215613794ce2867c5cbb368f2659dad057a94
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 19 01:34:31 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 19 05:19:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0af21561

lxqt-base: remove 0.10.0

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 lxqt-base/liblxqt/Manifest |  1 -
 lxqt-base/liblxqt/liblxqt-0.10.0.ebuild| 39 --
 lxqt-base/lxqt-about/Manifest  |  1 -
 lxqt-base/lxqt-about/lxqt-about-0.10.0.ebuild  | 30 
 lxqt-base/lxqt-admin/Manifest  |  1 -
 lxqt-base/lxqt-admin/lxqt-admin-0.10.0.ebuild  | 34 -
 lxqt-base/lxqt-common/Manifest |  1 -
 lxqt-base/lxqt-common/lxqt-common-0.10.0.ebuild| 29 
 lxqt-base/lxqt-config/Manifest |  1 -
 lxqt-base/lxqt-config/lxqt-config-0.10.0.ebuild| 49 -
 lxqt-base/lxqt-globalkeys/Manifest |  1 -
 .../lxqt-globalkeys/lxqt-globalkeys-0.10.0.ebuild  | 37 --
 lxqt-base/lxqt-meta/lxqt-meta-0.10.0.ebuild| 47 
 lxqt-base/lxqt-notificationd/Manifest  |  1 -
 .../lxqt-notificationd-0.10.0.ebuild   | 35 -
 lxqt-base/lxqt-openssh-askpass/Manifest|  1 -
 .../lxqt-openssh-askpass-0.10.0.ebuild | 43 ---
 lxqt-base/lxqt-panel/Manifest  |  2 -
 lxqt-base/lxqt-panel/lxqt-panel-0.10.0-r1.ebuild   | 83 --
 lxqt-base/lxqt-panel/metadata.xml  |  1 -
 lxqt-base/lxqt-policykit/Manifest  |  1 -
 .../lxqt-policykit/lxqt-policykit-0.10.0.ebuild| 39 --
 lxqt-base/lxqt-powermanagement/Manifest|  1 -
 .../lxqt-powermanagement-0.10.0.ebuild | 36 --
 lxqt-base/lxqt-qtplugin/Manifest   |  1 -
 .../lxqt-qtplugin/lxqt-qtplugin-0.10.0.ebuild  | 29 
 lxqt-base/lxqt-runner/Manifest |  1 -
 lxqt-base/lxqt-runner/lxqt-runner-0.10.0.ebuild| 41 ---
 lxqt-base/lxqt-session/Manifest|  1 -
 lxqt-base/lxqt-session/lxqt-session-0.10.0.ebuild  | 44 
 lxqt-base/lxqt-sudo/Manifest   |  1 -
 lxqt-base/lxqt-sudo/lxqt-sudo-0.10.0.ebuild| 29 
 32 files changed, 661 deletions(-)

diff --git a/lxqt-base/liblxqt/Manifest b/lxqt-base/liblxqt/Manifest
index 10f9d150261..d22735ab9ef 100644
--- a/lxqt-base/liblxqt/Manifest
+++ b/lxqt-base/liblxqt/Manifest
@@ -1,2 +1 @@
-DIST liblxqt-0.10.0.tar.xz 77732 SHA256 
77a42a9ae79d0887bf09cba0c6aaf59ba71edb0bc807736384d1072254aace7c SHA512 
75686ea2c6f90f8898ee34024a93d8d091ff5cde02204ca860fddb968b5237576165102d6ea801bc0da32951b3effe565400f9edc3bac97ba2ba6de53eccf04f
 WHIRLPOOL 
f41eacfb0aff1c228ca95c1be2a65fb412ea3f93de8f91e9ee56c63994b257f8b61beba61e3f985dca7097efa12af7b97a53f3bd4bd5d084de2324bcc8863f4b
 DIST liblxqt-0.11.0.tar.xz 58912 SHA256 
bc553bf53f3083886b5456a3f22e227f68ea945d8ee0dd31dd24f765bf879fe2 SHA512 
df2aaba0c0b723975c65a063ef3c6564a60d1ac8662da443e1ff9030b1dd61bc264916e5efac272895048f7219a5cb5413e98aa12c5340b547413ad686f2c9ed
 WHIRLPOOL 
7f3b0674900825c16a1c89ecaf7bafa5130583f885323fcfb288c6591bd7e4655b79729691eb94f2f1ca19e5785729ac35d67aa3349299fcf8e8c2cd20726df0

diff --git a/lxqt-base/liblxqt/liblxqt-0.10.0.ebuild 
b/lxqt-base/liblxqt/liblxqt-0.10.0.ebuild
deleted file mode 100644
index 9b119f46ebc..000
--- a/lxqt-base/liblxqt/liblxqt-0.10.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit cmake-utils
-
-DESCRIPTION="Common base library for the LXQt desktop environment"
-HOMEPAGE="http://lxqt.org/;
-
-if [[ ${PV} = ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
-else
-   SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-LICENSE="GPL-2 LGPL-2.1+"
-SLOT="0"
-
-RDEPEND=">=dev-libs/libqtxdg-1.3.0
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   dev-qt/qtxml:5
-   kde-frameworks/kwindowsystem:5[X]
-"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5
-"
-
-pkg_pretend() {
-   if [[ ${MERGE_TYPE} != binary ]]; then
-   tc-is-gcc && [[ $(gcc-version) < 4.8 ]] && \
-   die 'The active compiler needs to be gcc 4.8 (or newer)'
-   fi
-}

diff --git a/lxqt-base/lxqt-about/Manifest b/lxqt-base/lxqt-about/Manifest
index 8f503adb805..0db6e9ef0f9 100644
--- a/lxqt-base/lxqt-about/Manifest
+++ b/lxqt-base/lxqt-about/Manifest
@@ -1,2 +1 @@
-DIST lxqt-about-0.10.0.tar.xz 30280 SHA256 
d308f228d1cc72d2cc9acec608adc31cdf9182feded0e9ca8dd2691d227f28fa SHA512 

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

2017-11-18 Thread Jack Morgan
commit: dcdf1fc7f2b6cb916f8542888d17b06373995d56
Author: jmor...@gentoo.org  gentoo  org>
AuthorDate: Sun Nov 19 05:07:57 2017 +
Commit: Jack Morgan  gentoo  org>
CommitDate: Sun Nov 19 05:07:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcdf1fc7

sys-kernel/gentoo-sources: stable for sparc,ppc64 per bug #627492

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-kernel/gentoo-sources/gentoo-sources-4.12.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.12.12.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.12.12.ebuild
index f8da3aa5522..369cff1ff79 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.12.12.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.12.12.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2017-11-18 Thread Tim Harder
commit: 590e0948bbbc02e6e397efb8582c6765ccfee136
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Nov 18 20:03:35 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 19 02:49:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=590e0948

dev-python/fonttools: version bump to 3.19.0

 dev-python/fonttools/Manifest|  1 +
 dev-python/fonttools/fonttools-3.19.0.ebuild | 34 
 2 files changed, 35 insertions(+)

diff --git a/dev-python/fonttools/Manifest b/dev-python/fonttools/Manifest
index ef9e25d610e..6d0d14f73ea 100644
--- a/dev-python/fonttools/Manifest
+++ b/dev-python/fonttools/Manifest
@@ -3,3 +3,4 @@ DIST fonttools-3.10.0.tar.gz 820057 SHA256 
91fbab7277017587d9c6bfaf6770cbf1b3898
 DIST fonttools-3.15.1.tar.gz 888194 SHA256 
72c0706fed42b5fbb0d02b2abed040763de7b5062681f81978ffe288fa81486e SHA512 
a5d258c52d56a37f368cf405a0705744e5c0828954ea389359115c3cd0ccc856dd7d699182410a5173e9b9f60c38495abbe1fb01b8a9b6c9263ef7aa93f9ce4b
 WHIRLPOOL 
b7e32bce05ec6b7c4f258cbccfbb7cec1ea6e58c726bf5f2fe043bf46f563c6cc1618cf1fe067b58228547c552d107b82e8d3f4ff72c6042e7fb0870683ba465
 DIST fonttools-3.17.0.tar.gz 937186 SHA256 
0acafe9b45cec75d547293e7f45eb7d313b950f28c49e10e5501fa29fe032f6a SHA512 
09bb16d9e7b453b0ce28cf096c797f04a31b7e24f9258be9869b680cac22e0a50b954c2f5aae6821152f26a74890e1372e9a3a30f0d6f86e5299cb28d3d65a55
 WHIRLPOOL 
95c005f9fc30cecfb4886241b7cad97ddbd8a0a738f04aae3c69635b81010698c0e8eef9cb9c528ceb8185b22d7cb73063b86879a7ecc2f1be78aaa434eb8e5b
 DIST fonttools-3.18.0.tar.gz 944103 SHA256 
0f9987594bba2705d0b5cb421b2f81a0669e03123bcd47392ecc4c74342b91b2 SHA512 
514f729bc701f402d416c9f4a4292007bdcd53aa1a288aa20490be9622916817b9f038aacc0d92d7ca6769eb334c8a06569ab133dc88e9a82abffd74be226869
 WHIRLPOOL 
41c4291b0963a5ff2c06bb772431f2461ff8a18d6efd019936daab18a53ed3aff70d60f5ae10f98b97e6b8f1726788cf9304efeeeb40536358aedc723f801c49
+DIST fonttools-3.19.0.tar.gz 951208 SHA256 
5c80e7b1bbbd90e2022e5811f987965bfcf1d9c80c5c19e5842ff9f351f019fc SHA512 
ce9d15597cfdc30f97a04024f830e95324f8a7a333932d48a2969bdfbd92f21e353800a1c8909649d185fbb18c5364791c620adbdaf0f02cd83295f714c40807
 WHIRLPOOL 
52c0b87bc7d809a9f915655d3f067b342e0ffd32e04740d6dcd1957061146f3665d4d0241a28bc2f4285c0934c90397e3ff14a940165aa46ad7187a865fb60b6

diff --git a/dev-python/fonttools/fonttools-3.19.0.ebuild 
b/dev-python/fonttools/fonttools-3.19.0.ebuild
new file mode 100644
index 000..19ab74bba8d
--- /dev/null
+++ b/dev-python/fonttools/fonttools-3.19.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Library for manipulating TrueType, OpenType, AFM and Type1 fonts"
+HOMEPAGE="https://github.com/behdad/fonttools/;
+SRC_URI="https://github.com/behdad/fonttools/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   test? (
+   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
+   )"
+
+python_prepare_all() {
+   touch Tests/svgLib/__init__.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   esetup.py test
+}



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

2017-11-18 Thread Tim Harder
commit: 3c25171ff486377cd2497ef44a1d9d6da7dac504
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Nov 18 19:56:34 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 19 02:49:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c25171f

dev-python/setuptools_scm: remove old

 dev-python/setuptools_scm/Manifest |  2 --
 .../setuptools_scm/setuptools_scm-1.15.5.ebuild| 30 --
 .../setuptools_scm/setuptools_scm-1.8.0.ebuild | 25 --
 3 files changed, 57 deletions(-)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index ecc5c5796da..c51020079ab 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,4 +1,2 @@
 DIST setuptools_scm-1.15.0.tar.gz 23677 SHA256 
daf12d05aa2155a46aa357453757ffdc47d87f839e62114f042bceac6a619e2f SHA512 
860fd9460f0d1d5ec9369c2936342f9679b8815e1d705999698b7bd82adb41a65048df68e57065e530972ef57e43a251ac41d6587972b1d5af40cd0249bd081d
 WHIRLPOOL 
f185851ee05cc8dd538a6b81e2a17a6155aca5c091e9dac5c56937e559551106147e12df8ba1ff97217f1e411cb8d34eadd40220850dd3010e52ad96c5f8a93a
-DIST setuptools_scm-1.15.5.tar.gz 25752 SHA256 
145b2a8a609e0fd66108a92a06fe62d0fb329c0eb944f2d5c7ae3ca24222f29e SHA512 
4d6f648dbdb90845a8e61c58bde06f3ef65898f9195b4dc97c40662d4cbeaf952f35c29940acfac7315b6ce6201a3af1d2eeab11274a8eaa02c7429c646c369f
 WHIRLPOOL 
4a96a69e92fc256497c1300bcac47615929776e88dafe0eaad670d9337e83aadf38f91fb856f4e518cb811f3cd0c07097820850730f49d828f6c4ac2078e4ebe
 DIST setuptools_scm-1.15.6.tar.gz 25779 SHA256 
49ab4685589986a42da85706b3311a2f74f1af567d39fee6cb1e088d7a75fb5f SHA512 
ae91ac28d396215be5418df3b36af726b6f2fb89707424383e920072fe8f9f75f613a99fe406cfbfffc61f9a857a3294259191694899351ef78aebba73d08816
 WHIRLPOOL 
dbaf70b0c09ef8b74d3cf114fb1f26032003f88c1081f28f0758ecae24722316e737ca5b404f6db287a85428a9121ff7ab6e13a41343e7ec277de9d85f16e645
-DIST setuptools_scm-1.8.0.tar.bz2 14491 SHA256 
ddbf365e60e5f8e3f86fe117edeee4a7e1dd8ce7a9337951c9c163e7c506e602 SHA512 
a109fa3ffc89d3f6e515fa58026cebbd8ba98c1a401c49d5008e0dfc693f0e9e9468823621bd7b055911d3c898394e0ed1e498136cecaaa0be25e6312ec059df
 WHIRLPOOL 
ed87332ea7c27f1618c5c0c69b95360d48ec3b7d762d928d4cb097310fc0435c1aac15e53155417c0bdc0b9ba6ae6835e28f35735c10d70c6164d91340b09762

diff --git a/dev-python/setuptools_scm/setuptools_scm-1.15.5.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-1.15.5.ebuild
deleted file mode 100644
index 92fbe871c13..000
--- a/dev-python/setuptools_scm/setuptools_scm-1.15.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="package to manage versions by scm tags via setuptools"
-HOMEPAGE="https://github.com/pypa/setuptools_scm 
https://pypi.python.org/pypi/setuptools_scm;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
-IUSE="test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-vcs/git
-   dev-vcs/mercurial
-   )"
-
-python_test() {
-   distutils_install_for_testing
-   py.test -v -v -x || die "tests failed under ${EPYTHON}"
-}

diff --git a/dev-python/setuptools_scm/setuptools_scm-1.8.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-1.8.0.ebuild
deleted file mode 100644
index 9362c8c2c46..000
--- a/dev-python/setuptools_scm/setuptools_scm-1.8.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="package to manage versions by scm tags via setuptools"
-HOMEPAGE="https://github.com/pypa/setuptools_scm 
https://pypi.python.org/pypi/setuptools_scm;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
-IUSE="test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_test() {
-   py.test -v -v -x || die "tests failed under ${EPYTHON}"
-}



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

2017-11-18 Thread Tim Harder
commit: b6d878c1953cb701d0ec8208cc905c6457116950
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Nov 18 19:12:40 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 19 02:49:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d878c1

dev-python/apsw: version bump to 3.21.0_p1

 dev-python/apsw/Manifest  |  1 +
 dev-python/apsw/apsw-3.21.0_p1.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 0b29eb81f48..dc0de384985 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,2 +1,3 @@
 DIST apsw-3.19.3_p1.zip 678966 SHA256 
355b66379e9e44c1f32bc67421e4ad0a348a19bf279a4256a49d0eb83fff404e SHA512 
9f9e05c865a19e7b6e6b37e6228027c027ba683be2d5ff7a1767bb3bbeb090bf66879a0eead4fc9e34fc4d84c1edc98137b2839f84ffab9bd36330d05435ab4e
 WHIRLPOOL 
6703b13f42711f95a86a1c4a0e20bfc378823c24ee78c1ad7bb4e956bd9a927abe777a0c8c9b81c7d24130b76ba2019e048465e0cc59575a8e419f1b97847d7a
 DIST apsw-3.20.1_p1.zip 680035 SHA256 
3ea97084f76049328a5d40eee8c6c86ae303e5be66d2900b521bbc6ebfefaf0a SHA512 
12284a99efba13abe417a786939e2ab10d677014feb9393e41cc7b127fb974cb961f371c142904bbe48a96038d49605c885fa43739a14ef8e11fb37ea274ce92
 WHIRLPOOL 
d679e4c016d2041c95c9e331e02864ac4eb9308748ca1122b6faf4acaaad087840702cffbe01d21c4e4345d505750911a6d0611d469c94af995416de4af2dbf8
+DIST apsw-3.21.0_p1.zip 680827 SHA256 
fded57f82e6f021c1ece3c08508a558145746d567f67a4f8f3ab13cc18be9277 SHA512 
c2009d243765532e27220478d1164f97201afbd2b1de1e4090b4f35b63c83d0a82d2bdfe14c6625858867633995d3d8eef91f17ecbbd915f99e5a4a4edfa7b61
 WHIRLPOOL 
97596b557c1abe930a9704e6f2318026ef3ac589a11a048f165ec05d54f949df82d71badee8c4806bf0a62a26bf68fc908d9b95c736db8ae95aa4c9af43e7d6a

diff --git a/dev-python/apsw/apsw-3.21.0_p1.ebuild 
b/dev-python/apsw/apsw-3.21.0_p1.ebuild
new file mode 100644
index 000..f2bb6b9990b
--- /dev/null
+++ b/dev-python/apsw/apsw-3.21.0_p1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1 flag-o-matic
+
+MY_PV=${PV/_p/-r}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="https://github.com/rogerbinns/apsw/;
+SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.zip
 -> ${P}.zip"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND=">=dev-db/sqlite-${PV%_p*}"
+DEPEND="${RDEPEND}
+   app-arch/unzip"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
+
+python_compile() {
+   python_is_python3 || append-cflags -fno-strict-aliasing
+   distutils-r1_python_compile --enable=load_extension
+}
+
+python_test() {
+   "${PYTHON}" setup.py build_test_extension || die "Building of test 
loadable extension failed"
+   "${PYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



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

2017-11-18 Thread Tim Harder
commit: c25de779842fcff54057d5039ae8e290419b3779
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 19 02:36:29 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 19 02:49:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c25de779

media-libs/libsfml: stabilize 2.4.2 for amd64

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

diff --git a/media-libs/libsfml/libsfml-2.4.2.ebuild 
b/media-libs/libsfml/libsfml-2.4.2.ebuild
index b27433df7bd..cced9bb41be 100644
--- a/media-libs/libsfml/libsfml-2.4.2.ebuild
+++ b/media-libs/libsfml/libsfml-2.4.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/SFML/SFML/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="ZLIB"
 SLOT="0/$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="debug doc examples"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-vim/dbext/

2017-11-18 Thread Tim Harder
commit: f799d6aaa370bdca26e3fc0e5c85be5f842d5d20
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 19 02:17:50 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 19 02:49:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f799d6aa

app-vim/dbext: version bump to 26.00

 app-vim/dbext/Manifest   |  1 +
 app-vim/dbext/dbext-26.00.ebuild | 13 +
 2 files changed, 14 insertions(+)

diff --git a/app-vim/dbext/Manifest b/app-vim/dbext/Manifest
index 27e47a24e9d..0a31440b382 100644
--- a/app-vim/dbext/Manifest
+++ b/app-vim/dbext/Manifest
@@ -1 +1,2 @@
 DIST dbext-25.0.tar.bz2 108580 SHA256 
2e9efdd5161c4225aaf6649990cbcf1d8dfa3dab7dbeb468a3329138cc229dff SHA512 
715d9d41be46f691ea5e635bf564c4f16d16a74e5b65d9ae12f794406a2a7815df836e34d0c415e8696847e8f36f2ceed1fda4bc688ebe0db8826dc3f0493340
 WHIRLPOOL 
dbb0eef4c9bbcbef6218537b77f989fe4717c9b6b25cbd7509abd8e6708a4755df0fd3555a5131d5efb5550f18f340c55149eb8487987dc3bfc263e370759416
+DIST dbext-26.00.tar.bz2 109724 SHA256 
0fb56612d9ed8a4613c72f664d00f6a21bb78c337e30e16658ac82dae12b59fb SHA512 
02d0f75443d91d32f8a6423712fb7eebde7659b986fcca2ddfef6458a5fd5caea3c73ba21ecd7a0fd57793f0a6fbc71d81c2ee6db3b82a9d98fd84572b1df18b
 WHIRLPOOL 
f9faea639b665cc4dbbe1c27557339c9abbfacb343ce16214b3f56e19e7028811a72e974b98d44fbff14df16040fb171b218535cae6381c9980cff0e3a6cbe53

diff --git a/app-vim/dbext/dbext-26.00.ebuild b/app-vim/dbext/dbext-26.00.ebuild
new file mode 100644
index 000..a967751576c
--- /dev/null
+++ b/app-vim/dbext/dbext-26.00.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: easy access to databases"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=356;
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~mips ~ppc ~x86"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gitgutter/

2017-11-18 Thread Tim Harder
commit: f94202ae5f7b08caf45785dca9680b60152a0467
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 19 02:29:54 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 19 02:49:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f94202ae

app-vim/gitgutter: update to new snapshot 20171101

 app-vim/gitgutter/Manifest | 1 +
 .../gitgutter/{gitgutter-.ebuild => gitgutter-20171101.ebuild} | 3 +++
 app-vim/gitgutter/gitgutter-.ebuild| 3 +++
 3 files changed, 7 insertions(+)

diff --git a/app-vim/gitgutter/Manifest b/app-vim/gitgutter/Manifest
index 266c3308d26..cd689cb8e70 100644
--- a/app-vim/gitgutter/Manifest
+++ b/app-vim/gitgutter/Manifest
@@ -1 +1,2 @@
 DIST gitgutter-20170222.tar.bz2 41819 SHA256 
10ff5c0c4fc7c4fca857b98df92f0e94efb43c79b1077aaf7e7c54ea59e08e29 SHA512 
970a956a839c2eaa05b699e8507b239d36ad623c40d3d05d9ce82320ec93ae733de2d40619898c5ff43074e2c8f95611b94879424767fac4f2b1fe2747611f4e
 WHIRLPOOL 
f201c0edbdf0978f0b48f2caed305343424bd2d97951902a0df9ce6f6c499ae3f0e506dc917a230db5f42c34022b170bb54baa682a2e75805af724b919d1f35c
+DIST gitgutter-20171101.tar.gz 43534 SHA256 
ddb73159b438654c399842a92e2d6bcd3abe408ad493b8e9147ea475e4218b0e SHA512 
24d8ad740931df17c2c67e2a2a13e3bba7c1205ba5543f5c11353e639876f4a54e69170dc0a946660ee2e3a23a110c90f4195fa9a1ddfff19163f00d88528219
 WHIRLPOOL 
08c261cb4eec09c9b226bd33285043f66c36dbe47827943f59f75f1f8a838c495aa3c5fbf1822e2f6297772e7252c96bf2126a3a771cd9ce5840b5940e3d

diff --git a/app-vim/gitgutter/gitgutter-.ebuild 
b/app-vim/gitgutter/gitgutter-20171101.ebuild
similarity index 76%
copy from app-vim/gitgutter/gitgutter-.ebuild
copy to app-vim/gitgutter/gitgutter-20171101.ebuild
index de382720b67..0cb5b2aebcc 100644
--- a/app-vim/gitgutter/gitgutter-.ebuild
+++ b/app-vim/gitgutter/gitgutter-20171101.ebuild
@@ -8,6 +8,9 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/airblade/vim-gitgutter.git;
inherit git-r3
 else
+   inherit vcs-snapshot
+   COMMIT_HASH="1e60667322b7cd1bfcba98762fbba746a888d21a"
+   
SRC_URI="https://github.com/airblade/vim-gitgutter/archive/${COMMIT_HASH}.tar.gz
 -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
 fi
 

diff --git a/app-vim/gitgutter/gitgutter-.ebuild 
b/app-vim/gitgutter/gitgutter-.ebuild
index de382720b67..0cb5b2aebcc 100644
--- a/app-vim/gitgutter/gitgutter-.ebuild
+++ b/app-vim/gitgutter/gitgutter-.ebuild
@@ -8,6 +8,9 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/airblade/vim-gitgutter.git;
inherit git-r3
 else
+   inherit vcs-snapshot
+   COMMIT_HASH="1e60667322b7cd1bfcba98762fbba746a888d21a"
+   
SRC_URI="https://github.com/airblade/vim-gitgutter/archive/${COMMIT_HASH}.tar.gz
 -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
 fi
 



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

2017-11-18 Thread Tim Harder
commit: 2fd0b745e391f29736f84547c4cf67015f967e4e
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Nov 18 19:09:47 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 19 02:49:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd0b745

dev-python/llfuse: version bump to 1.3.2

 dev-python/llfuse/Manifest|  1 +
 dev-python/llfuse/llfuse-1.3.2.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/llfuse/Manifest b/dev-python/llfuse/Manifest
index 61e68e53512..8aba06328c1 100644
--- a/dev-python/llfuse/Manifest
+++ b/dev-python/llfuse/Manifest
@@ -1,2 +1,3 @@
 DIST llfuse-1.2.tar.bz2 327967 SHA256 
24d3ff1dd793db0c03cbbfb298df94a369ecdce5831f8f175ec12d647ad01586 SHA512 
0c31ac385a98211f8696857654ea187c5f18b655b65199696923bcc66d079a5e2a6f7260ac4f6da17b25ed57c9cb1314ce62fabb3b538a87e4286bbd0763390b
 WHIRLPOOL 
c3c2d2cc022f6aeafc3b167e6ce4c0e8e3a2c6b302e1f9fd0bdbcfd48bf92415b41d333cb4d02f186fee2308fec9a9fa633608353190bedb39321636cd5b9c5a
+DIST llfuse-1.3.2.tar.bz2 348035 SHA256 
96252a286a2be25810904d969b330ef2a57c2b9c18c5b503bbfbae40feb2bb63 SHA512 
f065818134b12dd128574836bc7d339404d9b7d9236b535da709378e9206b17cb2accd97fc0b658f39a93efe126a7c3064f7901468231f63f8398a3e053498cf
 WHIRLPOOL 
20be18934a8a961238a7e2fe5c45b0a5302d96976a835567cca1bb5d611671f63ee2a0a980c794c0f7884f21e483978eb7eb8d6c6c5e7ec012c971c0edb79f92
 DIST llfuse-1.3.tar.bz2 335418 SHA256 
d1ab2c7cdaeed1c4c99882f2ad44df3906db263b832d76de18291e484c685bd2 SHA512 
10d6c6dba20031106334559bd84d9477db70cf5e940f5e379716af1140bacaa4defe533cca51ac718e4d37b44414e34c7dcf48274c6fdd8ecc422f2f438552ee
 WHIRLPOOL 
ff0ab29ed312e788365da421b9f40b56edfad9cd6df5024351b29f46d41ab57844e98a9b7a4dc5e4bd157b50cc1ba8dfa7933d55f617ace3ee6ee19aa61232e0

diff --git a/dev-python/llfuse/llfuse-1.3.2.ebuild 
b/dev-python/llfuse/llfuse-1.3.2.ebuild
new file mode 100644
index 000..0c697396485
--- /dev/null
+++ b/dev-python/llfuse/llfuse-1.3.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for the low-level FUSE API"
+HOMEPAGE="https://bitbucket.org/nikratio/python-llfuse/ 
https://pypi.python.org/pypi/llfuse;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples test"
+
+RDEPEND=">=sys-fs/fuse-2.8.0:0
+   $(python_gen_cond_dep 'dev-python/contextlib2[${PYTHON_USEDEP}]' 
python2_7 pypy)
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   virtual/pkgconfig
+   test? (
+   ${RDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-catchlog[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.3-cflags.patch )
+
+python_test() {
+   py.test -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/html/. )
+   use examples && dodoc -r examples
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: media-fonts/roboto/

2017-11-18 Thread Tim Harder
commit: 5194eaf13fc53b78e063314187cfa5110949e647
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Nov 18 20:04:30 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 19 02:49:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5194eaf1

media-fonts/roboto: stabilize 2.138

 media-fonts/roboto/roboto-2.138.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/roboto/roboto-2.138.ebuild 
b/media-fonts/roboto/roboto-2.138.ebuild
index 82f72ff4ff9..3eb4aa95440 100644
--- a/media-fonts/roboto/roboto-2.138.ebuild
+++ b/media-fonts/roboto/roboto-2.138.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/google/${PN}/releases/download/v${PV}/roboto-unhinte
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 DEPEND="app-arch/unzip"
 



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

2017-11-18 Thread Tim Harder
commit: d3b86aa740e0adbb82cf81a6522ccac119996774
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Nov 18 19:56:06 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 19 02:49:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3b86aa7

dev-python/setuptools_scm: stabilize 1.15.0

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-1.15.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-1.15.0.ebuild
index 5b5c07439dd..9c46b164f91 100644
--- a/dev-python/setuptools_scm/setuptools_scm-1.15.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-1.15.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
 IUSE="test"
 
 DEPEND="



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

2017-11-18 Thread Tim Harder
commit: 3a0eefcebe2d3aa12a5a7644642d51a593be1f64
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 19 02:48:40 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 19 02:49:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a0eefce

media-libs/lcms: version bump to 2.9

 media-libs/lcms/Manifest|  1 +
 media-libs/lcms/lcms-2.9.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/media-libs/lcms/Manifest b/media-libs/lcms/Manifest
index c783dee92b9..473514ee388 100644
--- a/media-libs/lcms/Manifest
+++ b/media-libs/lcms/Manifest
@@ -1 +1,2 @@
 DIST lcms2-2.8.tar.gz 6687005 SHA256 
66d02b229d2ea9474e62c2b6cd6720fde946155cd1d0d2bffdab829790a0fb22 SHA512 
a9478885b4892c79314a2ef9ab560e6655ac8f2d17abae0805e8b871138bb190e21f0e5c805398449f9dad528dc50baaf9e3cce8b8158eb8ff74179be5733f8f
 WHIRLPOOL 
57c6518fa758ee69da55faeb6810ede6463a3c6b2c70e0d2ccfa789fe09cd8192fdeda04aab9800c7af3b11fea25cb08db8b914a195b48f47f3270025ce8b9b3
+DIST lcms2-2.9.tar.gz 10953949 SHA256 
d4ad6f8718f7f9dc8b2a3276c9f237aa3f5eccdcf98b86dedc4262d8a1e7f009 SHA512 
d91e320a97ef9d64cce31585b7df7c85accb52a0c46a10ed0f45a0ba46cc2ad6687de5151e59ac62170ea878ab48595c1493125f4afb1872824afe1c3f3c459b
 WHIRLPOOL 
1eac52a026386b7bf8aa3fac66b485c622bd8f659c1351d5dde4acfd1fd0d6a64489b43464e203a84062b7a88a39a4ea41149c6102710016127ab10d36bc3db5

diff --git a/media-libs/lcms/lcms-2.9.ebuild b/media-libs/lcms/lcms-2.9.ebuild
new file mode 100644
index 000..c74830ba65e
--- /dev/null
+++ b/media-libs/lcms/lcms-2.9.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit libtool multilib-minimal
+
+DESCRIPTION="A lightweight, speed optimized color management engine"
+HOMEPAGE="http://www.littlecms.com/;
+SRC_URI="mirror://sourceforge/${PN}/lcms2-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc jpeg static-libs test +threads tiff"
+
+RDEPEND="
+   jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
+   tiff? ( >=media-libs/tiff-4.0.3-r6:0=[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/lcms2-${PV}"
+
+src_prepare() {
+   default
+   elibtoolize  # for Prefix/Solaris
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   $(use_with jpeg)
+   $(use_enable static-libs static)
+   $(use_with threads)
+   $(use_with tiff)
+   --without-zlib
+   )
+   ECONF_SOURCE="${S}" \
+   econf ${myeconfargs[@]}
+}
+
+multilib_src_install_all() {
+   find "${ED}" -name "*.la" -delete || die
+
+   if use doc; then
+   docinto pdf
+   dodoc doc/*.pdf
+   fi
+}



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

2017-11-18 Thread Tim Harder
commit: 19f45b547b15d2449809362dfa8e7bdfae5e3e08
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Nov 18 19:23:54 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 19 02:49:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19f45b54

net-fs/s3ql: version bump to 2.24

 net-fs/s3ql/Manifest |  1 +
 net-fs/s3ql/s3ql-2.24.ebuild | 54 
 2 files changed, 55 insertions(+)

diff --git a/net-fs/s3ql/Manifest b/net-fs/s3ql/Manifest
index 77c33ccc6a0..5ce4c7bd387 100644
--- a/net-fs/s3ql/Manifest
+++ b/net-fs/s3ql/Manifest
@@ -7,3 +7,4 @@ DIST s3ql-2.17.1.tar.bz2 957313 SHA256 
fddd00f576048b25eb4263c6c07acb500f6203a0e
 DIST s3ql-2.20.tar.bz2 726268 SHA256 
08b7365cc2c0a7ff1f12c8a92aa71b9bd42a0af6d7f17e225f617b85f62e0692 SHA512 
a5a25a7b02c3d7bf5f87ad0130d24b8e0b95f20a269d74b35edeaec1a47011e30a3d1416c3d8332075be82dc09733321da8e7e4200893d893f37d1e4970cf7fb
 WHIRLPOOL 
f87d49d466a4322ff42d8070063b46072b1878abccef934504f40ce9764f9061e8ff4eb6f8b7681423d47eeba68340e71b6cd0f7575c008bd12279af69f44006
 DIST s3ql-2.21.tar.bz2 726450 SHA256 
6db886d9cd0fc54fb7aaf9f88241282097e6242b7a8bd97c6659b0ae57af2ed6 SHA512 
2aa5324d529feb73d9c562f42d5bcb49e4c605315e032924bec8005ee6cba24b8bd100a8ca6ab559dde4e7d4b25db9458b49bd8421bfeb74609ce32a6cdf7055
 WHIRLPOOL 
220666e835650f6017bf275619755bbe7f0d503742a3fca09497a715b56f977d1451549f585fe0630410ea9c8f09181b420d2ae73c5a29736b825286ea133d27
 DIST s3ql-2.23.tar.bz2 770488 SHA256 
d8785921d00a44e71bef1cb9b9d3102e3aa0a4f1998d929e364a44b255e9a930 SHA512 
99863394002c5f941e1e8dabce606703a20a2614e316484c9d5b3de774ff2864284911283573dcebbcd10c4a3aefc1a3c12f1ae511af3f0c42be88ba8f6f1f7d
 WHIRLPOOL 
bb4269ddbb0e85f2979ab10f4186432549fbde19632722bcb95222ebae3705b4c9f897f24e156cff29ec22304835fa1381db75c56dc0fe7affdd636064fe396e
+DIST s3ql-2.24.tar.bz2 773766 SHA256 
2dfc905dcc6923fdfdfccf9a45ee47b79f43e53400ce0ff983161ccff816085a SHA512 
20f32fcde425e2e5f07f1b52a5399bc6c1aaf8d6ad866e3496f7608a590f6a9bfa2ccf7c0ee18be7e8d6e374d1a2679ae72c5438775ca3b0b0c214735d26c9dc
 WHIRLPOOL 
ccd2d9f8528ed031909a3c4db98f4feec0a7d19f7f995e8491ccc8065eb47221eec4a91b92ab31c12d3db3a89e8320fca427e615d6c10703693d95599e0a0bb9

diff --git a/net-fs/s3ql/s3ql-2.24.ebuild b/net-fs/s3ql/s3ql-2.24.ebuild
new file mode 100644
index 000..4f22f5f7856
--- /dev/null
+++ b/net-fs/s3ql/s3ql-2.24.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A full-featured file system for online data storage"
+HOMEPAGE="https://bitbucket.org/nikratio/s3ql/;
+SRC_URI="https://www.bitbucket.org/nikratio/s3ql/downloads/${P}.tar.bz2;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="contrib doc test"
+
+RDEPEND=">=dev-db/sqlite-3.7.0:3
+   dev-python/defusedxml[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/apsw-3.7.0[${PYTHON_USEDEP}]
+   >=dev-python/dugong-3.4[${PYTHON_USEDEP}]
+   >=dev-python/llfuse-1.0[${PYTHON_USEDEP}]
+   dev-python/pycrypto[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   sys-fs/fuse:0"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   net-misc/rsync[xattr]
+   )"
+
+RESTRICT="test"
+
+python_test() {
+   addwrite /dev/fuse
+   py.test -v tests || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   if use contrib ; then
+   exeinto /usr/share/doc/${PF}/contrib
+   docompress -x /usr/share/doc/${PF}/contrib
+   doexe contrib/*.{py,sh}
+   doman contrib/*.1
+   fi
+
+   if use doc ; then
+   dodoc doc/manual.pdf
+   dodoc -r doc/html
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: media-fonts/roboto/

2017-11-18 Thread Tim Harder
commit: d1fc4e8f4983b337fe9ddb1af2e81e3760aed91b
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Nov 18 20:04:46 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 19 02:49:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1fc4e8f

media-fonts/roboto: remove old

 media-fonts/roboto/Manifest|  1 -
 media-fonts/roboto/roboto-2.136.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/media-fonts/roboto/Manifest b/media-fonts/roboto/Manifest
index b96964d55da..77dbf9443be 100644
--- a/media-fonts/roboto/Manifest
+++ b/media-fonts/roboto/Manifest
@@ -1,2 +1 @@
-DIST roboto-2.136.zip 3926453 SHA256 
01887d2f1d79fcbd3738d23187b24449d79d87fff4b9d05d9f38d0b578c1a37b SHA512 
84b64b4a8f61fd8d75165efbf41ca72ed31cd8203d10c439b5ae5a20ca656df98ec2f3bd34e6aa8a6c407a9e411fb5ec9e2cedf83383931825d5771562a1e600
 WHIRLPOOL 
43af7debdea8277b1f5b0757eb784030a479cc05769272570b3fb60b89d0ffb7bf226d23dccd042b9c5bf8410a0f2dc5ebe1888079dabe5e98162fa31ebcd4ec
 DIST roboto-2.138.zip 4324398 SHA256 
70f64c718510a601fbcf752aafe644314dacaeb85474dc689c89787c4a72a728 SHA512 
4cfd20a1e19a986b17f731745a4d5ee909b852649e340d25de8197fbf6656005ccd3b4c591641938edbfebf0de81c71366a2afa007bb403285dea4d3dbfbd2a0
 WHIRLPOOL 
0b6ab4b9588faa6b61268bd1303f7d22659aab7cb9486bee811a1cf07c8e23e94f586bdd6e143df0069d8ba60662adef011c2a8458d855231326bb947ff21c1b

diff --git a/media-fonts/roboto/roboto-2.136.ebuild 
b/media-fonts/roboto/roboto-2.136.ebuild
deleted file mode 100644
index b4a60f5af64..000
--- a/media-fonts/roboto/roboto-2.136.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit font
-
-DESCRIPTION="Standard font for Android 4.0 (Ice Cream Sandwich) and later"
-HOMEPAGE="https://github.com/google/roboto;
-SRC_URI="https://github.com/google/${PN}/releases/download/v${PV}/roboto-unhinted.zip
 -> ${P}.zip"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-DEPEND="app-arch/unzip"
-
-S=${WORKDIR}/${PN}-unhinted
-FONT_S=${S}
-
-FONT_SUFFIX="ttf"
-FONT_CONF=( "${FILESDIR}"/90-roboto-regular.conf )



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

2017-11-18 Thread Tim Harder
commit: 32f34bffa8be3dc770645d63af7ef1e4d8b56267
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 19 01:21:24 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 19 02:49:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32f34bff

dev-python/pytest-xdist: version bump to 1.20.1

 dev-python/pytest-xdist/Manifest   |  1 +
 dev-python/pytest-xdist/pytest-xdist-1.20.1.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
index 1a4d0d16359..866ccf07681 100644
--- a/dev-python/pytest-xdist/Manifest
+++ b/dev-python/pytest-xdist/Manifest
@@ -1,3 +1,4 @@
 DIST pytest-xdist-1.14.zip 106585 SHA256 
4a5e1199122fa29e3017d8d189f59ccc5d82e841474ba2a1eec0e89606153623 SHA512 
4cafae77736da6880e8dd42aaa91f68bbc959ff7dabcd231018b144b54f96ccf1b11abb09474e260876bbdf731053005fdbd348ac87461f303d8f8f7af643e36
 WHIRLPOOL 
7d1f57a6d5cbf08661254f3f47d72c3cfbe931f14985c4b24abb627bd10fdc3f2fa21d05085766c0ed425e74713f991b53bdde957bd64ea4f64a206c2f4feffc
 DIST pytest-xdist-1.15.0.tar.gz 87799 SHA256 
6238395f8bd050f9288a3b10f34330edece80f4424cf2b4204d6e7d622f0f00b SHA512 
6429bd0c85024a2dcb453e4264f06d4a548637c4dcdeabf73d2b78a112ace70ff61cf0849a4845cc70a7650d10a99e5fe1087d3b7dba4b941ec0a771fc9338ed
 WHIRLPOOL 
0454f615c24b14a86aba58c7bc9dbc2b43af82551ae3912358603450f0e3ac94e849eb2fc57bdda8bd1de520a3986d2c12c9f2923f4296718ffee84d661b
 DIST pytest-xdist-1.20.0.tar.gz 56578 SHA256 
7924d45c2430191fe3679a58116c74ceea13307d7822c169d65fd59a24b3a4fe SHA512 
e91fa6fa2f3130d38d674f62e6332581b88b43d7a63562701edf705de1b8a633b6b2011a6fa5fcece955181f6cf263a8ca7481c5e5f9f1d56ce198327f7dd30a
 WHIRLPOOL 
0a2311d92f372c692c579350792d7051c4dfa046bc22a6b9b214982f90c12b28f7c0875fec591741bf82a3e6feac2b807a9ccde5c920b14a8b9865d58e3a
+DIST pytest-xdist-1.20.1.tar.gz 57076 SHA256 
433e82f9b34986a4e4b2be38c60e82cca3ac64b7e1b38f4d8e3e118292939712 SHA512 
f36e02062e946993bfb9bfaca5aa14c138817f1ad8a8013c5a64b416e91abbfb02502a371c4507c4babb15ac54aca2dce5af4ffe72ed0aa167f670bddabd4b3c
 WHIRLPOOL 
5566e444f7fc1325d04af9ffc339b0b56d0579d485182c73f637d3ad6083448d400e3347989c81bcb9b270ca981a8d4f387302602752cbe5756cd59837de1db8

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.20.1.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.20.1.ebuild
new file mode 100644
index 000..7e6d21d5471
--- /dev/null
+++ b/dev-python/pytest-xdist/pytest-xdist-1.20.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Distributed testing and loop-on-failing modes"
+HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist 
https://github.com/pytest-dev/pytest-xdist;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/execnet-1.1[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   >=dev-python/py-1.4.22[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+python_test() {
+   distutils_install_for_testing
+   py.test -vv || die "Tests failed under ${EPYTHON}"
+}



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

2017-11-18 Thread Tim Harder
commit: 0967617136c877b95e127756d07f647d665f9273
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 19 02:37:14 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 19 02:49:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09676171

media-libs/libsfml: remove old

 media-libs/libsfml/Manifest|  2 -
 media-libs/libsfml/libsfml-2.3.2-r1.ebuild | 69 --
 media-libs/libsfml/libsfml-2.4.1.ebuild| 69 --
 3 files changed, 140 deletions(-)

diff --git a/media-libs/libsfml/Manifest b/media-libs/libsfml/Manifest
index 9800e316b5a..e4933f94ade 100644
--- a/media-libs/libsfml/Manifest
+++ b/media-libs/libsfml/Manifest
@@ -1,3 +1 @@
-DIST libsfml-2.3.2.tar.gz 22203359 SHA256 
55e7c864938e03ceb7d6d05c66f8e0dc886e632805d0ae17c222da317ba14e4c SHA512 
db491b57595d567e6ce47d081fd6292bff924678fe0a61243f2dfa23df187d2c58f3bd91ea13447e49bec5f888777f338bfa461aec86d9328710623d73aeb424
 WHIRLPOOL 
acef2cc6775ee16151cf5809e78ede2e10f5a5ae51d5d90851a17f8b73b4f599e4eb11bc16bca1db53db507906936f149a38a5670e8a81797ac5a5165d9adc83
-DIST libsfml-2.4.1.tar.gz 24573418 SHA256 
f9d1191b02e2df1cbe296601eee20bdf56d98fb69d49fde27c6ca789eb57398e SHA512 
50b2bdd914faccb9e44409f7a3b20909efef034be15e298c34710eafc52b36494272e4f5f9c882516fa1312c2e2ff3ebff0dd5246f193724ea6bc5be9ef8530f
 WHIRLPOOL 
2528c1906c085f9b574414476f3f5ec5a85bc358c57dc47b91fe4c8a5398a771893825a6ad1671f8fb144a6f13634bfa5f186a2b34b58e1e405eac25677b71ca
 DIST libsfml-2.4.2.tar.gz 24576150 SHA256 
cf268fb487e4048c85e5b2f53d62596854762c98cba1c1b61ccd91f78253ef4b SHA512 
8acfdf320939c953a9a3413398f82d02d68a56a337f1366c2677c14ce032baa8ba059113ac3c91bb6e6fc22eef119369a265be7ef6894526e6a97a01f37e1972
 WHIRLPOOL 
6ea18fae58ab90235158abffc1492eccbdd8f8173a6c5ea3a55b447a47d75ecc53a4615996fff16f9e826e417a7d0028cf9366aed6913aec5fbc5d9c592054de

diff --git a/media-libs/libsfml/libsfml-2.3.2-r1.ebuild 
b/media-libs/libsfml/libsfml-2.3.2-r1.ebuild
deleted file mode 100644
index ab1db567cd3..000
--- a/media-libs/libsfml/libsfml-2.3.2-r1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils eutils
-
-MY_P=SFML-${PV}
-
-DESCRIPTION="Simple and Fast Multimedia Library (SFML)"
-HOMEPAGE="https://www.sfml-dev.org/ https://github.com/SFML/SFML;
-SRC_URI="https://github.com/SFML/SFML/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug doc examples"
-
-RDEPEND="media-libs/freetype:2
-   media-libs/libpng:0=
-   media-libs/mesa
-   media-libs/flac
-   media-libs/libogg
-   media-libs/libvorbis
-   media-libs/openal
-   sys-libs/zlib
-   virtual/jpeg:0
-   virtual/libudev:0
-   virtual/opengl
-   x11-libs/libX11
-   x11-libs/libXrandr
-   x11-libs/libxcb
-   x11-libs/xcb-util-image"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )"
-
-DOCS="changelog.txt readme.txt"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}"/${PN}-2.2-no-docs.patch )
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   sed -i "s:DESTINATION .*:DESTINATION /usr/share/doc/${PF}:" \
-   doc/CMakeLists.txt || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use doc SFML_BUILD_DOC)
-   -DSFML_INSTALL_PKGCONFIG_FILES=TRUE
-   )
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-
-   insinto /usr/share/cmake/Modules
-   doins cmake/Modules/FindSFML.cmake
-
-   if use examples ; then
-   docompress -x /usr/share/doc/${PF}/examples
-   dodoc -r examples
-   find "${ED}"/usr/share/doc/${PF}/examples -name CMakeLists.txt 
-delete
-   fi
-}

diff --git a/media-libs/libsfml/libsfml-2.4.1.ebuild 
b/media-libs/libsfml/libsfml-2.4.1.ebuild
deleted file mode 100644
index 01bb090a4a6..000
--- a/media-libs/libsfml/libsfml-2.4.1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils versionator
-
-MY_P=SFML-${PV}
-
-DESCRIPTION="Simple and Fast Multimedia Library (SFML)"
-HOMEPAGE="https://www.sfml-dev.org/ https://github.com/SFML/SFML;
-SRC_URI="https://github.com/SFML/SFML/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0/$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug doc examples"
-
-RDEPEND="media-libs/freetype:2
-   media-libs/libpng:0=
-   media-libs/mesa
-   media-libs/flac
-   media-libs/libogg
-   media-libs/libvorbis
-   media-libs/openal
-   sys-libs/zlib
-   virtual/jpeg:0
-   virtual/libudev:0
-   virtual/opengl
-   x11-libs/libX11
-   x11-libs/libXrandr
-   x11-libs/libxcb
-   

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

2017-11-18 Thread Mike Gilbert
commit: fe96e5bc197eeda057078f9e25e64cfea2e1369f
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Nov 19 02:35:12 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Nov 19 02:35:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe96e5bc

net-misc/freerdp: update Manifest

Closes: https://bugs.gentoo.org/637996
Package-Manager: Portage-2.3.14_p5, Repoman-2.3.6

 net-misc/freerdp/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/freerdp/Manifest b/net-misc/freerdp/Manifest
index 3e04a778e0c..005ba38f016 100644
--- a/net-misc/freerdp/Manifest
+++ b/net-misc/freerdp/Manifest
@@ -1,4 +1,4 @@
-DIST FreeRDP-2.0.0-rc0.tar.gz 6486533 SHA256 
b432d92f529646f3e914513c8202c66ce167405082ee5b9e6d15ba4321ff6664 SHA512 
9bc9ee976c73f274a4258613409e242088bd077bcd1cc43f7941170374fc0f9deda7f2f7644506d0cdc2e029b6037abb21d848810dcce6aefa3c5f1642f19cb3
 WHIRLPOOL 
ae0e5d0422a1a3bb95e351dcf9a8845d56eb39189cd94f1a33d27f6a8282d6901ba743f0e3dfda6f53e1915b506a596bac6812553bf5a42ec1fecfb8c5b875ea
+DIST FreeRDP-2.0.0-rc0.tar.gz 6486529 SHA256 
68e0e3db638a9cc00b978815d9eabedffc23f4410dcaa7a7548bb751766d5b3e SHA512 
d3eb0d5d23aa2a4d0277414f13a984d40aba051102c5af1e5ade975cdb469ef3549b145cd4339415fc33f056044929cfac71884512ea77a1e718d70d5b21b9dd
 WHIRLPOOL 
3c8bbcee4099f430e12a5a8d80c5228881e5d9c3c3d126b76b9e2ab04f9605e1eeef159b21d32d8b2ec0539d184a4943f2078ae7496ed83c2ce07e0f2a2676ee
 DIST freerdp-1.2.1_pre20150326.tar.gz 6146857 SHA256 
c0646f224ea30a485e165fb31eb8a039af2ca3f257cdf784b319e1b5c13e0425 SHA512 
ca1499d56ecb9c9bc624de2ecc976eb9633b795050ac01e16fcc9e0a8951d274cc63644a0e2b830e75f66de894f6a22274864fd20a9351834f6d664874e65ec8
 WHIRLPOOL 
1ff6ce70d454a7e0cbb3cd4fbafe1fb4191dadc3b2f8a6dbff10d8c725b8fc2838a863837d9b01f6daa670483fe40266fb57569904ad8ac8503549d6605c9e64
 DIST freerdp-2.0.0_pre20160722.tar.gz 6412437 SHA256 
17d6b7b9ec6bcfbb78d72ecda034e1ed6bdae4f95a8100297096a5e5e095463a SHA512 
3b67de8f31740ccba0ce59f0035328bda6c1602e6197a31008bdd5bcab15e85f473c6c4eca5cb87670b34fa174e4b0da21a7f75be99686df485bb7f9cda6f589
 WHIRLPOOL 
b494070185435da954e9d998915fbe4b47286c803c03bc4839afa583082434fc4d51776b62db27255b9ba62ecb8ef9c95af96e2920414e0fff9b27dceecb4cd4
 DIST freerdp-2.0.0_pre20161219.tar.gz 6425913 SHA256 
b71aa5e99624f7bd4c28e69cb2bf3b7710696db121f67091de843c5c652194fd SHA512 
ad1699f520df2fdc0719ca35623beaa7b24ca9325e3ed6f30a153a34a237606dc43af2d71068c003f56e4ecbb0bdc07651564d62ba26c792896cecd9065c019a
 WHIRLPOOL 
80dda4d7f97854a19dec48d6169b2cca6bebcd28feab153ca2686faba67d9ae8ae6286661667567315a8e19e7d40bd45c97829171743489681f391236415b8cb



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

2017-11-18 Thread Michael Palimaka
commit: 6525e9c479dfddd8fdba39283e36b18aa6528743
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 19 02:14:41 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 19 02:19:09 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6525e9c4

kde5-functions.eclass: use new EAPI documentation method

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

 eclass/kde5-functions.eclass | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 81dca34e68..8494732379 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -4,6 +4,7 @@
 # @ECLASS: kde5-functions.eclass
 # @MAINTAINER:
 # k...@gentoo.org
+# @SUPPORTED_EAPIS: 6
 # @BLURB: Common ebuild functions for packages based on KDE Frameworks 5.
 # @DESCRIPTION:
 # This eclass contains functions shared by the other KDE eclasses and forms
@@ -16,9 +17,6 @@ _KDE5_FUNCTIONS_ECLASS=1
 
 inherit toolchain-funcs versionator
 
-# @ECLASS-VARIABLE: EAPI
-# @DESCRIPTION:
-# Currently EAPI 6 is supported.
 case ${EAPI} in
6) ;;
*) die "EAPI=${EAPI:-0} is not supported" ;;



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

2017-11-18 Thread Michael Palimaka
commit: fbbe4a7b9806408975f82991529865f32e6557e9
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 19 02:18:56 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 19 02:19:12 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fbbe4a7b

cmake-utils.eclass: add supported EAPI documentation

 eclass/cmake-utils.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
index 58990e624d..28b29eb3f0 100644
--- a/eclass/cmake-utils.eclass
+++ b/eclass/cmake-utils.eclass
@@ -9,6 +9,7 @@
 # Maciej Mrozowski 
 # (undisclosed contributors)
 # Original author: Zephyrus (zephy...@mirach.it)
+# @SUPPORTED_EAPIS: 5 6
 # @BLURB: common ebuild functions for cmake-based packages
 # @DESCRIPTION:
 # The cmake-utils eclass makes creating ebuilds for cmake-based packages much 
easier.



[gentoo-commits] repo/gentoo:master commit in: x11-terms/aterm/, x11-terms/aterm/files/

2017-11-18 Thread Michael Palimaka
commit: 6c7e9c0e57b8b644f02a1b61dd5b628930015a06
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 19 01:28:38 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 19 01:28:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c7e9c0e

x11-terms/aterm: add patch from Fedora solving build failure

Closes: https://bugs.gentoo.org/615836
Package-Manager: Portage-2.3.8, Repoman-2.3.4

 x11-terms/aterm/aterm-1.0.1-r3.ebuild   |  1 +
 x11-terms/aterm/files/aterm-1.0.1-dpy.patch | 28 
 2 files changed, 29 insertions(+)

diff --git a/x11-terms/aterm/aterm-1.0.1-r3.ebuild 
b/x11-terms/aterm/aterm-1.0.1-r3.ebuild
index e8db05b719d..13ec64d087d 100644
--- a/x11-terms/aterm/aterm-1.0.1-r3.ebuild
+++ b/x11-terms/aterm/aterm-1.0.1-r3.ebuild
@@ -31,6 +31,7 @@ src_prepare() {
# Security bug #219746
eapply "${FILESDIR}/${P}-display-security-issue.patch"
eapply "${FILESDIR}"/${P}-deadkeys.patch
+   eapply "${FILESDIR}/${P}-dpy.patch"
 
#fix pre-stripped files
sed -i -e "/INSTALL_PROGRAM/ s:-s::" autoconf/Make.common.in || die 
"sed Makefile failed"

diff --git a/x11-terms/aterm/files/aterm-1.0.1-dpy.patch 
b/x11-terms/aterm/files/aterm-1.0.1-dpy.patch
new file mode 100644
index 000..fbe9800d218
--- /dev/null
+++ b/x11-terms/aterm/files/aterm-1.0.1-dpy.patch
@@ -0,0 +1,28 @@
+Resolve build failure. Patch from Fedora.
+
+Bug: https://bugs.gentoo.org/615836
+
+diff -up aterm-1.0.1/src/main.c.orig aterm-1.0.1/src/main.c
+--- aterm-1.0.1/src/main.c.orig2011-02-19 09:12:01.0 +0200
 aterm-1.0.1/src/main.c 2011-02-19 09:25:02.0 +0200
+@@ -2087,10 +2087,10 @@ main(int argc, char *argv[])
+ #endif
+ 
+   ConnectX ( , 0 );
+-Xdisplay = dpy ;
+-Xscreen = Scr.screen ;
++   Xscreen = Scr.screen ;
+   asv = Scr.asv ;
+ 
++  Xdisplay = asv->dpy;
+   Xcmap = asv->colormap;
+   Xdepth = asv->visual_info.depth;
+   Xvisual = asv->visual_info.visual;
+@@ -2125,7 +2125,6 @@ main(int argc, char *argv[])
+   XdisplayHeight = DisplayHeight (Xdisplay, Xscreen);
+ 
+ #ifdef HAVE_AFTERIMAGE
+-  dpy = Xdisplay ;
+   asv = create_asvisual (Xdisplay, Xscreen, Xdepth, NULL);
+   Xcmap = asv->colormap;
+   Xdepth = asv->visual_info.depth;



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

2017-11-18 Thread Rafael Martins
commit: 12b520885b7d554650f0b6f6a2abee45e52eec6d
Author: Rafael G. Martins  gentoo  org>
AuthorDate: Sun Nov 19 01:25:12 2017 +
Commit: Rafael Martins  gentoo  org>
CommitDate: Sun Nov 19 01:25:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b52088

app-text/blogc: Version bump

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-text/blogc/Manifest | 2 +-
 app-text/blogc/{blogc-0.12.0.ebuild => blogc-0.13.0.ebuild} | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index 07ca3150ed1..7506b789a5d 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.12.0.tar.xz 290484 SHA256 
85453c0184396f217ac95ae8ba70f0693b16f57321f82a09b7ff46d3a1d257ac SHA512 
959610d6be23bbb011a881712deaa8100120a1a76c4cf4722716a915d55af7ca93ed416d3a39cb8fbad64e0693b64fbfe3055b1a7d012a003c05122a199a65b9
 WHIRLPOOL 
8ec096d2fbe537b29265dc92eea8b913e83396a6dc1629e9a86434e0e963ee4804183625c1a51b9730f7822175af77a0ad5297614518b86c25d22c9b54ef4300
+DIST blogc-0.13.0.tar.xz 314448 SHA256 
e942648e6bd76b1fa51d3d9f4d5bffbc4fa2a6ce08d27e6f6fd09f4ce24a34af SHA512 
bd18099503ff5c14218a4c8a56f0993c2df7d24a30f0e9e5db7fe324726c123335016ba4a19bff5daff3df3bdcb1d8cb032e3f328e5049141ea5fef534352aa9
 WHIRLPOOL 
b5735b92bb40040b58989fc9bd9579197edab8d6339a6757ecde6971bf93c2f4d3153ef8f458cb3425e73e262b9e18acffb86584cebc1cb17b3a5fe03eafe81b

diff --git a/app-text/blogc/blogc-0.12.0.ebuild 
b/app-text/blogc/blogc-0.13.0.ebuild
similarity index 92%
rename from app-text/blogc/blogc-0.12.0.ebuild
rename to app-text/blogc/blogc-0.13.0.ebuild
index 8dfe5bbee96..eab99becb99 100644
--- a/app-text/blogc/blogc-0.12.0.ebuild
+++ b/app-text/blogc/blogc-0.13.0.ebuild
@@ -21,7 +21,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="git httpd test"
+IUSE="git httpd make test"
 
 RDEPEND="
git? (
@@ -51,7 +51,9 @@ src_configure() {
econf \
$(use_enable test tests) \
$(use_enable git git-receiver) \
+   $(use_enable make make) \
$(use_enable httpd runserver) \
+   --disable-make-embedded \
--disable-valgrind \
${myconf}
 }



[gentoo-commits] repo/gentoo:master commit in: x11-themes/constantine-backgrounds/

2017-11-18 Thread Michael Palimaka
commit: c6aaf56c6cc49f8cb944bb21d2e0ccfeb0c4ec6c
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 19 01:18:10 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 19 01:20:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6aaf56c

x11-themes/constantine-backgrounds: tidy ebuild

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 .../constantine-backgrounds-12.1.1.4-r1.ebuild | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git 
a/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild 
b/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild
index 1d9a23937f3..5f2a1ef7960 100644
--- 
a/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild
+++ 
b/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild
@@ -3,19 +3,18 @@
 
 EAPI=6
 
-inherit versionator rpm
+inherit rpm versionator
 
 SRC_PATH=development/15/source/SRPMS
 FEDORA=15
-
 MY_P="${PN}-$(get_version_component_range 1-3)"
 
 DESCRIPTION="Fedora official background artwork"
 HOMEPAGE="https://fedoraproject.org/wiki/F12_Artwork;
-
 SRC_URI="mirror://fedora-dev/${SRC_PATH}/${PN}-$(replace_version_separator 3 
-).fc${FEDORA}.src.rpm"
 
 LICENSE="CC-BY-SA-2.0"
+SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
@@ -24,8 +23,6 @@ DEPEND=""
 
 S="${WORKDIR}/${MY_P}"
 
-SLOT="0"
-
 src_unpack() {
rpm_src_unpack
 



[gentoo-commits] repo/gentoo:master commit in: x11-themes/constantine-backgrounds/

2017-11-18 Thread Michael Palimaka
commit: 6a152c5e33b1da98c84ce71a4069a1c00a2bddab
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 19 01:20:02 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 19 01:20:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a152c5e

x11-themes/constantine-backgrounds: stabilise 12.1.1.4-r1 for amd64/x86

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 .../constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild 
b/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild
index 5f2a1ef7960..257386c6159 100644
--- 
a/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild
+++ 
b/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://fedora-dev/${SRC_PATH}/${PN}-$(replace_version_separator 3 -).
 
 LICENSE="CC-BY-SA-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-themes/constantine-backgrounds/

2017-11-18 Thread Michael Palimaka
commit: 19561c74d5b3c0aff28c26235dd98934acb0
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 19 01:20:16 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 19 01:20:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19561c74

x11-themes/constantine-backgrounds: remove 12.1.1.4-r0

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 .../constantine-backgrounds-12.1.1.4.ebuild| 43 --
 1 file changed, 43 deletions(-)

diff --git 
a/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4.ebuild 
b/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4.ebuild
deleted file mode 100644
index 7685e1fe0c9..000
--- a/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-
-inherit versionator rpm
-
-SRC_PATH=development/15/source/SRPMS
-FEDORA=15
-
-MY_P="${PN}-$(get_version_component_range 1-3)"
-
-DESCRIPTION="Fedora official background artwork"
-HOMEPAGE="https://fedoraproject.org/wiki/F12_Artwork;
-
-SRC_URI="mirror://fedora-dev/${SRC_PATH}/${PN}-$(replace_version_separator 3 
-).fc${FEDORA}.src.rpm"
-
-LICENSE="CC-BY-SA-2.0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="!x11-themes/fedora-backgrounds:12"
-DEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-SLOT="0"
-
-src_unpack() {
-   rpm_src_unpack
-
-   # as of 2010-06-21 rpm.eclass does not unpack the further lzma
-   # file automatically.
-   unpack ./${MY_P}.tar.lzma
-}
-
-src_compile() { :; }
-src_test() { :; }
-
-src_install() {
-   # The install targets are serial anyway.
-   emake -j1 DESTDIR="${D}" install || die "emake install failed"
-}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/goddard-backgrounds/

2017-11-18 Thread Michael Palimaka
commit: 69961d9e0aa8a6be92d43df5bf64a5de274da559
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 19 01:16:41 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 19 01:17:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69961d9e

x11-themes/goddard-backgrounds: stabilise 13.0.0.3-r1 for amd64/x86

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 x11-themes/goddard-backgrounds/goddard-backgrounds-13.0.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/x11-themes/goddard-backgrounds/goddard-backgrounds-13.0.0.3-r1.ebuild 
b/x11-themes/goddard-backgrounds/goddard-backgrounds-13.0.0.3-r1.ebuild
index 8e0ebcd6937..81caff2dead 100644
--- a/x11-themes/goddard-backgrounds/goddard-backgrounds-13.0.0.3-r1.ebuild
+++ b/x11-themes/goddard-backgrounds/goddard-backgrounds-13.0.0.3-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://fedora-dev/${SRC_PATH}/${PN}-$(replace_version_separator 3 -).
 
 LICENSE="CC-BY-SA-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-themes/goddard-backgrounds/

2017-11-18 Thread Michael Palimaka
commit: a77dd0297d58052882b05e68091de9c9c2d697e0
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 19 01:16:05 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 19 01:17:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a77dd029

x11-themes/goddard-backgrounds: tidy ebuild

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 .../goddard-backgrounds/goddard-backgrounds-13.0.0.3-r1.ebuild | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git 
a/x11-themes/goddard-backgrounds/goddard-backgrounds-13.0.0.3-r1.ebuild 
b/x11-themes/goddard-backgrounds/goddard-backgrounds-13.0.0.3-r1.ebuild
index 25d1096a950..8e0ebcd6937 100644
--- a/x11-themes/goddard-backgrounds/goddard-backgrounds-13.0.0.3-r1.ebuild
+++ b/x11-themes/goddard-backgrounds/goddard-backgrounds-13.0.0.3-r1.ebuild
@@ -3,19 +3,18 @@
 
 EAPI=6
 
-inherit versionator rpm
+inherit rpm versionator
 
 SRC_PATH=development/15/source/SRPMS
 FEDORA=15
-
 MY_P="${PN}-$(get_version_component_range 1-3)"
 
 DESCRIPTION="Fedora official background artwork"
 HOMEPAGE="https://fedoraproject.org/wiki/F13_Artwork;
-
 SRC_URI="mirror://fedora-dev/${SRC_PATH}/${PN}-$(replace_version_separator 3 
-).fc${FEDORA}.src.rpm"
 
 LICENSE="CC-BY-SA-2.0"
+SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
@@ -24,8 +23,6 @@ DEPEND=""
 
 S="${WORKDIR}/${MY_P}"
 
-SLOT="0"
-
 src_unpack() {
rpm_src_unpack
 



[gentoo-commits] repo/gentoo:master commit in: x11-themes/goddard-backgrounds/

2017-11-18 Thread Michael Palimaka
commit: 7bcb6e53ceb9ea5026f0b55c2fc5ae646a7e8990
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 19 01:16:53 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 19 01:17:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bcb6e53

x11-themes/goddard-backgrounds: remote 13.0.0.3-r0

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 .../goddard-backgrounds-13.0.0.3.ebuild| 43 --
 1 file changed, 43 deletions(-)

diff --git a/x11-themes/goddard-backgrounds/goddard-backgrounds-13.0.0.3.ebuild 
b/x11-themes/goddard-backgrounds/goddard-backgrounds-13.0.0.3.ebuild
deleted file mode 100644
index 9263f5b9fca..000
--- a/x11-themes/goddard-backgrounds/goddard-backgrounds-13.0.0.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-
-inherit versionator rpm
-
-SRC_PATH=development/15/source/SRPMS
-FEDORA=15
-
-MY_P="${PN}-$(get_version_component_range 1-3)"
-
-DESCRIPTION="Fedora official background artwork"
-HOMEPAGE="https://fedoraproject.org/wiki/F13_Artwork;
-
-SRC_URI="mirror://fedora-dev/${SRC_PATH}/${PN}-$(replace_version_separator 3 
-).fc${FEDORA}.src.rpm"
-
-LICENSE="CC-BY-SA-2.0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="!x11-themes/fedora-backgrounds:13"
-DEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-SLOT="0"
-
-src_unpack() {
-   rpm_src_unpack
-
-   # as of 2010-06-21 rpm.eclass does not unpack the further lzma
-   # file automatically.
-   unpack ./${MY_P}.tar.lzma
-}
-
-src_compile() { :; }
-src_test() { :; }
-
-src_install() {
-   # The install targets are serial anyway.
-   emake -j1 DESTDIR="${D}" install || die "emake install failed"
-}



[gentoo-commits] repo/user/ssnb:master commit in: dev-util/idea-ultimate/

2017-11-18 Thread Samuel Bernardo
commit: ecfa98e658be878ff53fcea7dfd3f788233e9eea
Author: Samuel Bernardo  gmail  com>
AuthorDate: Sun Nov 19 01:15:09 2017 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Sun Nov 19 01:15:09 2017 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=ecfa98e6

update idea-ultimate

 dev-util/idea-ultimate/Manifest|  2 +
 .../idea-ultimate-2017.2.6.172.4574.11.ebuild  | 82 ++
 2 files changed, 84 insertions(+)

diff --git a/dev-util/idea-ultimate/Manifest b/dev-util/idea-ultimate/Manifest
index 6b2d1c1..7e94830 100644
--- a/dev-util/idea-ultimate/Manifest
+++ b/dev-util/idea-ultimate/Manifest
@@ -18,6 +18,7 @@ DIST ideaIU-2017.2.1.tar.gz 621583816 SHA256 
136674855d26fb7f07a914eecc7236b177e
 DIST ideaIU-2017.2.3.tar.gz 625801264 SHA256 
efbdbac7e5651d59b1bc9efbbc9bc13a6f0798d40b169f891511967123da9207 SHA512 
7fbc89a613dc652b9d1193ed6f91267db026a723450419c67a2514b91a3c5a68531931cd8a9b715a37ce804834d0d3b8bbde3ff7f2693e8871b28ba2482fa929
 WHIRLPOOL 
395f6e9d45d21ca1675f8916d2d9ddd558c2e55531649e2a637a8329d24998d2001c886793158d123f11c6f6842bf9cdf55f4dfb0f6592de04d0d740e8251aaf
 DIST ideaIU-2017.2.4.tar.gz 626288458 SHA256 
952183763c239acc48a99f4b29c767aa9ab89b1f83d8dc5917e6e61952fbfcf8 SHA512 
0a1bdc0b7a484484a750e7e02cc42a44266c609692097000f9699d3ae81f8e3db4d4d016a65fbabd4cf8fcc6b72e23daf99251d12dffda65678df6f4677c70ad
 WHIRLPOOL 
d12a049b8ca3bdddc94473a454b8876fafd0f301e0dcd72a03e7699a7691884de206b74f64264a56734bc027807fc9a29047a543a037aeb55f8e7996c8833747
 DIST ideaIU-2017.2.5.tar.gz 626416559 SHA256 
a08ff0adfad2e8008d42e92d09696e43a70566b544db6c6f872e5b4d20436d2c SHA512 
5e9b17bda55d1f1d4c355e8f775350268310de3d394302c5968de0c552ca56565dddc5c545a19924ba72efb6ced3c581eae614280e3eb21efc46b39cc573990a
 WHIRLPOOL 
dff16caa68987253a51f79fe02a1d7769705a542743bccd0e22c7647b6053c27d5fb356a54565de313906dab247b841e8c01e26b54e4d06214315a2115e66a60
+DIST ideaIU-2017.2.6.tar.gz 628480924 SHA256 
565f44d1b955844a11010c4735fa7adfb5aba20327b2424897382ff487344ede SHA512 
577c312d154822050991e9950ad6891bedeba4ae5513ba881eca426f9503a7c7f5b68fad9f2944a7445c7e92d65a4552c670c07523cf4dd07f417a7c4021b5d2
 WHIRLPOOL 
491b65b2c4657f95a1a1b3aa4b0c930e7190771c54e84d8860ca0b66f5323b066d87c80ff1555f29864591e7ca94f20849ce1abff25cc50a905b68543f731082
 DIST ideaIU-2017.2.tar.gz 619358002 SHA256 
c62bd110d7708c4c57d53315cb870bdcb620e466b6000f31858543f84b26f448 SHA512 
1bdf3362b08df256f5c4ad7c4fe00f7ec0a4343df0bd8f6f289325a538f5b6a57acce166d36617846fca7af4c20bae74bd898dc4edfb9756a8fc2cf94d041714
 WHIRLPOOL 
a94cc396108512d8634da1a86e1953e84c8e86c34ac3d688fd0c43b54df6005e61c7b18e9ed12517eb18d8211ccb1aa950370fc8e2f521105c54262e90cd1ae5
 EBUILD idea-ultimate-2016.2.1.162.1447.26.ebuild 2210 SHA256 
66790283cbee489109e00427aafaf7d7437b6046cde9dc0c40c4be2490d09453 SHA512 
ec8950de1273a25c1e2d0832af4d3f61336311fa2d95fb2f21be4304411ca8793107b1034993672fe49e66db7744fa17857ee365045b6f47fa06e73579493d39
 WHIRLPOOL 
845e8bd93b586781c5d2f17758bb5191a3d9f84452c738365bffd012a99ea29ad4fd564ff1695f0ff541cc89801c92a1eaaac67a56408688dd6d6fef6245db3b
 EBUILD idea-ultimate-2016.2.162.1121.32.ebuild 2199 SHA256 
3d97aa08ce002ee236eb63178394e2f8c0ba89c0959535c35d4f198351390376 SHA512 
a51a94d962c6dde8b0cafdf483389b2ea4e806ac96000922644454309f10365b2fa643f5394d6207fe1d51140570bad8fbbfe2ef963ca476b3f3e754d0dd8094
 WHIRLPOOL 
0bcb5baeb07ddb112a754b6dd7a38ab329db4852858d581c698c5e8169868ac5a8e260921977240908d29c82037652bd37b16cc0b0da13b422ef3c5712454883
@@ -40,5 +41,6 @@ EBUILD idea-ultimate-2017.2.1.172.3544.35.ebuild 2210 SHA256 
66790283cbee489109e
 EBUILD idea-ultimate-2017.2.3.172.3968.16.ebuild 2210 SHA256 
66790283cbee489109e00427aafaf7d7437b6046cde9dc0c40c4be2490d09453 SHA512 
ec8950de1273a25c1e2d0832af4d3f61336311fa2d95fb2f21be4304411ca8793107b1034993672fe49e66db7744fa17857ee365045b6f47fa06e73579493d39
 WHIRLPOOL 
845e8bd93b586781c5d2f17758bb5191a3d9f84452c738365bffd012a99ea29ad4fd564ff1695f0ff541cc89801c92a1eaaac67a56408688dd6d6fef6245db3b
 EBUILD idea-ultimate-2017.2.4.172.4155.36.ebuild 2210 SHA256 
66790283cbee489109e00427aafaf7d7437b6046cde9dc0c40c4be2490d09453 SHA512 
ec8950de1273a25c1e2d0832af4d3f61336311fa2d95fb2f21be4304411ca8793107b1034993672fe49e66db7744fa17857ee365045b6f47fa06e73579493d39
 WHIRLPOOL 
845e8bd93b586781c5d2f17758bb5191a3d9f84452c738365bffd012a99ea29ad4fd564ff1695f0ff541cc89801c92a1eaaac67a56408688dd6d6fef6245db3b
 EBUILD idea-ultimate-2017.2.5.172.4343.14.ebuild 2210 SHA256 
66790283cbee489109e00427aafaf7d7437b6046cde9dc0c40c4be2490d09453 SHA512 
ec8950de1273a25c1e2d0832af4d3f61336311fa2d95fb2f21be4304411ca8793107b1034993672fe49e66db7744fa17857ee365045b6f47fa06e73579493d39
 WHIRLPOOL 
845e8bd93b586781c5d2f17758bb5191a3d9f84452c738365bffd012a99ea29ad4fd564ff1695f0ff541cc89801c92a1eaaac67a56408688dd6d6fef6245db3b
+EBUILD idea-ultimate-2017.2.6.172.4574.11.ebuild 2210 SHA256 
66790283cbee489109e00427aafaf7d7437b6046cde9dc0c40c4be2490d09453 SHA512 

[gentoo-commits] repo/gentoo:master commit in: x11-themes/laughlin-backgrounds/

2017-11-18 Thread Michael Palimaka
commit: 6004af5edc1b15f7097bfedbc8df04a5b878a15d
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 19 01:12:26 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 19 01:14:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6004af5e

x11-themes/laughlin-backgrounds: tidy ebuild

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 .../laughlin-backgrounds/laughlin-backgrounds-14.1.0.3-r1.ebuild | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git 
a/x11-themes/laughlin-backgrounds/laughlin-backgrounds-14.1.0.3-r1.ebuild 
b/x11-themes/laughlin-backgrounds/laughlin-backgrounds-14.1.0.3-r1.ebuild
index c8339b631c3..d8594856973 100644
--- a/x11-themes/laughlin-backgrounds/laughlin-backgrounds-14.1.0.3-r1.ebuild
+++ b/x11-themes/laughlin-backgrounds/laughlin-backgrounds-14.1.0.3-r1.ebuild
@@ -3,19 +3,18 @@
 
 EAPI=6
 
-inherit versionator rpm
+inherit rpm versionator
 
 SRC_PATH=development/15/source/SRPMS
 FEDORA=15
-
 MY_P="${PN}-$(get_version_component_range 1-3)"
 
 DESCRIPTION="Fedora official background artwork"
 HOMEPAGE="https://fedoraproject.org/wiki/F14_Artwork;
-
 SRC_URI="mirror://fedora-dev/${SRC_PATH}/${PN}-$(replace_version_separator 3 
-).fc${FEDORA}.src.rpm"
 
 LICENSE="CC-BY-SA-2.0"
+SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
@@ -24,8 +23,6 @@ DEPEND=""
 
 S="${WORKDIR}/${MY_P}"
 
-SLOT=0
-
 src_unpack() {
rpm_src_unpack
 
@@ -39,5 +36,5 @@ src_test() { :; }
 
 src_install() {
# The install targets are serial anyway.
-   emake -j1 DESTDIR="${D}" install || die "emake install failed"
+   emake -j1 DESTDIR="${D}" install
 }



[gentoo-commits] repo/gentoo:master commit in: x11-themes/laughlin-backgrounds/

2017-11-18 Thread Michael Palimaka
commit: 90450d7597fe1acf703ed94c989d2d1323bf62ae
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 19 01:13:47 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 19 01:14:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90450d75

x11-themes/laughlin-backgrounds: stabilise 14.1.0.3-r1 for amd64/x86

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 x11-themes/laughlin-backgrounds/laughlin-backgrounds-14.1.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/x11-themes/laughlin-backgrounds/laughlin-backgrounds-14.1.0.3-r1.ebuild 
b/x11-themes/laughlin-backgrounds/laughlin-backgrounds-14.1.0.3-r1.ebuild
index d8594856973..9eb03e79348 100644
--- a/x11-themes/laughlin-backgrounds/laughlin-backgrounds-14.1.0.3-r1.ebuild
+++ b/x11-themes/laughlin-backgrounds/laughlin-backgrounds-14.1.0.3-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://fedora-dev/${SRC_PATH}/${PN}-$(replace_version_separator 3 -).
 
 LICENSE="CC-BY-SA-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-themes/laughlin-backgrounds/

2017-11-18 Thread Michael Palimaka
commit: ea15846b7c05d450edaabc6727c2b27eadfa7e7d
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 19 01:13:57 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 19 01:14:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea15846b

x11-themes/laughlin-backgrounds: remove 14.1.0.3-r0

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 .../laughlin-backgrounds-14.1.0.3.ebuild   | 43 --
 1 file changed, 43 deletions(-)

diff --git 
a/x11-themes/laughlin-backgrounds/laughlin-backgrounds-14.1.0.3.ebuild 
b/x11-themes/laughlin-backgrounds/laughlin-backgrounds-14.1.0.3.ebuild
deleted file mode 100644
index ab59f188c77..000
--- a/x11-themes/laughlin-backgrounds/laughlin-backgrounds-14.1.0.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-
-inherit versionator rpm
-
-SRC_PATH=development/15/source/SRPMS
-FEDORA=15
-
-MY_P="${PN}-$(get_version_component_range 1-3)"
-
-DESCRIPTION="Fedora official background artwork"
-HOMEPAGE="https://fedoraproject.org/wiki/F14_Artwork;
-
-SRC_URI="mirror://fedora-dev/${SRC_PATH}/${PN}-$(replace_version_separator 3 
-).fc${FEDORA}.src.rpm"
-
-LICENSE="CC-BY-SA-2.0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="!x11-themes/fedora-backgrounds:14"
-DEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-SLOT=0
-
-src_unpack() {
-   rpm_src_unpack
-
-   # as of 2010-06-21 rpm.eclass does not unpack the further lzma
-   # file automatically.
-   unpack ./${MY_P}.tar.lzma
-}
-
-src_compile() { :; }
-src_test() { :; }
-
-src_install() {
-   # The install targets are serial anyway.
-   emake -j1 DESTDIR="${D}" install || die "emake install failed"
-}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/lovelock-backgrounds/

2017-11-18 Thread Michael Palimaka
commit: 620b93e136f9eceda1e07d98d94001feff2651f9
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 19 01:07:47 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 19 01:09:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=620b93e1

x11-themes/lovelock-backgrounds: tidy ebuild

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 .../lovelock-backgrounds-14.91.1.1-r1.ebuild | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git 
a/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r1.ebuild 
b/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r1.ebuild
index 763d2429f78..3ad1a13d789 100644
--- a/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r1.ebuild
+++ b/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r1.ebuild
@@ -3,19 +3,18 @@
 
 EAPI=6
 
-inherit versionator rpm
+inherit rpm versionator
 
 SRC_PATH=releases/15/Fedora/source/SRPMS
 FEDORA=15
-
 MY_P="${PN}-$(get_version_component_range 1-3)"
 
 DESCRIPTION="Fedora official background artwork"
 HOMEPAGE="https://fedoraproject.org/wiki/F15_Artwork;
-
 SRC_URI="mirror://fedora-dev/${SRC_PATH}/${PN}-$(replace_version_separator 3 
-).fc${FEDORA}.src.rpm"
 
 LICENSE="CC-BY-SA-3.0"
+SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
@@ -24,12 +23,10 @@ DEPEND=""
 
 S="${WORKDIR}/${MY_P}"
 
-SLOT=0
-
 src_compile() { :; }
 src_test() { :; }
 
 src_install() {
# The install targets are serial anyway.
-   emake -j1 DESTDIR="${D}" install || die "emake install failed"
+   emake -j1 DESTDIR="${D}" install
 }



[gentoo-commits] repo/gentoo:master commit in: x11-themes/lovelock-backgrounds/

2017-11-18 Thread Michael Palimaka
commit: a43ff7f12f720f23dd78a984048c739c42a98ef5
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 19 01:08:46 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 19 01:09:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a43ff7f1

x11-themes/lovelock-backgrounds: stabilise 14.91.1.1-r1 for amd64/x86

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 .../lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r1.ebuild 
b/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r1.ebuild
index 3ad1a13d789..4f512f10321 100644
--- a/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r1.ebuild
+++ b/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://fedora-dev/${SRC_PATH}/${PN}-$(replace_version_separator 3 -).
 
 LICENSE="CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-themes/lovelock-backgrounds/

2017-11-18 Thread Michael Palimaka
commit: c23e25c72b954977c0f615e9506ba76374493976
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 19 01:08:59 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 19 01:09:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c23e25c7

x11-themes/lovelock-backgrounds: remove 14.91.1.1-r0

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 .../lovelock-backgrounds-14.91.1.1.ebuild  | 43 --
 1 file changed, 43 deletions(-)

diff --git 
a/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1.ebuild 
b/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1.ebuild
deleted file mode 100644
index ff4df549104..000
--- a/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-
-inherit versionator rpm
-
-SRC_PATH=releases/15/Fedora/source/SRPMS
-FEDORA=15
-
-MY_P="${PN}-$(get_version_component_range 1-3)"
-
-DESCRIPTION="Fedora official background artwork"
-HOMEPAGE="https://fedoraproject.org/wiki/F15_Artwork;
-
-SRC_URI="mirror://fedora-dev/${SRC_PATH}/${PN}-$(replace_version_separator 3 
-).fc${FEDORA}.src.rpm"
-
-LICENSE="CC-BY-SA-3.0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="!x11-themes/fedora-backgrounds:15"
-DEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-SLOT=0
-
-src_unpack() {
-   rpm_src_unpack
-
-   # as of 2011-03-08 rpm.eclass does not unpack the further xz
-   # file automatically.
-   unpack ./${MY_P}.tar.xz
-}
-
-src_compile() { :; }
-src_test() { :; }
-
-src_install() {
-   # The install targets are serial anyway.
-   emake -j1 DESTDIR="${D}" install || die "emake install failed"
-}



[gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/

2017-11-18 Thread Michael Palimaka
commit: 6f8590b44bd9906f11daad26e670ad6234816fe7
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 19 00:55:38 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 19 00:55:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f8590b4

net-nds/yp-tools: remove 2.12-r1

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 net-nds/yp-tools/Manifest|  1 -
 net-nds/yp-tools/yp-tools-2.12-r1.ebuild | 41 
 2 files changed, 42 deletions(-)

diff --git a/net-nds/yp-tools/Manifest b/net-nds/yp-tools/Manifest
index 56de8c4eed1..a1f6261171a 100644
--- a/net-nds/yp-tools/Manifest
+++ b/net-nds/yp-tools/Manifest
@@ -1,2 +1 @@
-DIST yp-tools-2.12.tar.bz2 204228 SHA256 
6ae8321666eea7837da343eea90ea30273fb74943ad111d5a4befd2afb252063 SHA512 
0b62f63d65c7a53e715fb5749c4a7e71cf85e4006fa5e1ec39290e740301d5a8d321007461bb7a6b3bd1aaac283d8b028fa07814e77bd75e13dfd761f74c9218
 WHIRLPOOL 
b4b89857024cc2aa42e6e9dabea25ea81da641d00fbeb3202cd53e81065384d9b1a685e8e0eed547622f4a0649d625cf3ea35217deef7c19536e120813d5b1c4
 DIST yp-tools-4.2.2.tar.bz2 368673 SHA256 
137f19a986382b275bf4a2b1a69eb26689d6f4ac056ddaa21784d6b80eb98faa SHA512 
e2856465e650823de87fcf0e7f18c4875b0540f271b3e564b3afe07d0df35dded7f09ecdf2494d099b31a15e098fc5e9065339f19df45c0489ca91a736c3eac9
 WHIRLPOOL 
9a63839f8d4070e9d7885c3bffab9bebf3557f5d09c9ab0bc0981850239bf3a191aaf7e174a7bc33432d35c8602fffe202c61d63458f1253934f01e3225bc028

diff --git a/net-nds/yp-tools/yp-tools-2.12-r1.ebuild 
b/net-nds/yp-tools/yp-tools-2.12-r1.ebuild
deleted file mode 100644
index 802461d811e..000
--- a/net-nds/yp-tools/yp-tools-2.12-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils systemd
-
-DESCRIPTION="Network Information Service tools"
-HOMEPAGE="http://www.linux-nis.org/nis/;
-SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE="nls"
-
-src_configure() {
-   local myconf="--sysconfdir=/etc/yp"
-   if ! use nls
-   then
-   myconf="${myconf} --disable-nls"
-   mkdir intl
-   touch intl/libintl.h
-   export CPPFLAGS="${CPPFLAGS} -I${S}"
-
-   for i in lib/nicknames.c src/*.c
-   do
-   cp ${i} ${i}.orig
-   sed 's:::' \
-   ${i}.orig > ${i}
-   done
-   fi
-   econf ${myconf}
-}
-
-src_install() {
-   default
-   insinto /etc/yp ; doins etc/nicknames
-   systemd_dounit "${FILESDIR}/domainname.service"
-   systemd_install_serviced "${FILESDIR}"/domainname.service.conf
-}



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

2017-11-18 Thread Jonas Stein
commit: aa952e78de5b856456a7186c54e5700e88e26fab
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Nov 19 00:36:56 2017 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sun Nov 19 00:38:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa952e78

app-text/dvipdfm: Fix SRC_URI, HOMEPAGE

Fixed SRC_URI and HOMEPAGE and cleaned the ebuild.

Package-Manager: Portage-2.3.14, Repoman-2.3.5

 app-text/dvipdfm/dvipdfm-0.13.2d-r1.ebuild | 11 ++-
 app-text/dvipdfm/dvipdfm-0.13.2d-r2.ebuild | 11 ++-
 2 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/app-text/dvipdfm/dvipdfm-0.13.2d-r1.ebuild 
b/app-text/dvipdfm/dvipdfm-0.13.2d-r1.ebuild
index 153f75fad3d..97073704613 100644
--- a/app-text/dvipdfm/dvipdfm-0.13.2d-r1.ebuild
+++ b/app-text/dvipdfm/dvipdfm-0.13.2d-r1.ebuild
@@ -5,12 +5,13 @@ EAPI=3
 inherit eutils
 
 DESCRIPTION="DVI to PDF translator"
-SRC_URI="http://gaspra.kettering.edu/dvipdfm/${P}.tar.gz;
-HOMEPAGE="http://gaspra.kettering.edu/dvipdfm/;
-LICENSE="GPL-2"
+HOMEPAGE="https://ctan.org/pkg/dvipdfm;
+SRC_URI="http://mirrors.ctan.org/dviware/dvipdfm/${P}.tar.gz;
 
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+#the source has a GPL-2 COPYING file, CTAN lists as LPPL by mistake
+LICENSE="GPL-2"
 SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="!>=app-text/tetex-2
@@ -31,7 +32,7 @@ src_install () {
 
# Install .map and .enc files to correct locations, bug #200956
dodir /usr/share/texmf/fonts/map/dvipdfm/base
-
+   local i
for i in cmr.map psbase14.map lw35urw.map lw35urwa.map t1fonts.map; do
mv "${ED}usr/share/texmf/dvipdfm/config/${i}" 
"${ED}usr/share/texmf/fonts/map/dvipdfm/base" || die "moving .map file failed"
done

diff --git a/app-text/dvipdfm/dvipdfm-0.13.2d-r2.ebuild 
b/app-text/dvipdfm/dvipdfm-0.13.2d-r2.ebuild
index 91cb219c17d..c1e9a3e9aca 100644
--- a/app-text/dvipdfm/dvipdfm-0.13.2d-r2.ebuild
+++ b/app-text/dvipdfm/dvipdfm-0.13.2d-r2.ebuild
@@ -5,12 +5,13 @@ EAPI=3
 inherit eutils
 
 DESCRIPTION="DVI to PDF translator"
-SRC_URI="http://gaspra.kettering.edu/dvipdfm/${P}.tar.gz;
-HOMEPAGE="http://gaspra.kettering.edu/dvipdfm/;
-LICENSE="GPL-2"
+HOMEPAGE="https://ctan.org/pkg/dvipdfm;
+SRC_URI="http://mirrors.ctan.org/dviware/dvipdfm/${P}.tar.gz;
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+#the source has a GPL-2 COPYING file, CTAN lists as LPPL by mistake
+LICENSE="GPL-2"
 SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="!>=app-text/tetex-2
@@ -31,7 +32,7 @@ src_install () {
 
# Install .map and .enc files to correct locations, bug #200956
dodir /usr/share/texmf-site/fonts/map/dvipdfm/base
-
+   local i
for i in cmr.map psbase14.map lw35urw.map lw35urwa.map t1fonts.map; do
mv "${ED}usr/share/texmf-site/dvipdfm/config/${i}" 
"${ED}usr/share/texmf-site/fonts/map/dvipdfm/base" || die "moving .map file 
failed"
done



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

2017-11-18 Thread Andreas Sturmlechner
commit: ad6f92e5b4ecae7e5c7da25db35e023690319681
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov 19 00:27:50 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov 19 00:27:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad6f92e5

app-office/libreoffice: Raise to dev-libs/liborcus-0.13 DEPEND

Upstream commit 5c5fd9b86c8177403ab73c77fbb047a9ccad19f1

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 app-office/libreoffice/libreoffice-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libreoffice/libreoffice-.ebuild 
b/app-office/libreoffice/libreoffice-.ebuild
index f2184e67ea3..7631bb0a5bc 100644
--- a/app-office/libreoffice/libreoffice-.ebuild
+++ b/app-office/libreoffice/libreoffice-.ebuild
@@ -102,7 +102,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
dev-libs/icu:=
dev-libs/libassuan
dev-libs/libgpg-error
-   =dev-libs/liborcus-0.12*
+   =dev-libs/liborcus-0.13*
dev-libs/librevenge
dev-libs/nspr
dev-libs/nss



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

2017-11-18 Thread Andreas Sturmlechner
commit: 93c34a5fadcd9c1c02b206e51a3803a34848c514
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Oct  8 21:47:35 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov 19 00:22:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93c34a5f

dev-libs/liborcus: 0.13.1 version bump

Dropped keywords for testing.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-libs/liborcus/Manifest | 1 +
 dev-libs/liborcus/{liborcus-.ebuild => liborcus-0.13.1.ebuild} | 6 +++---
 dev-libs/liborcus/liborcus-.ebuild | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-libs/liborcus/Manifest b/dev-libs/liborcus/Manifest
index 9b14683683d..c0db25baed8 100644
--- a/dev-libs/liborcus/Manifest
+++ b/dev-libs/liborcus/Manifest
@@ -1,2 +1,3 @@
 DIST liborcus-0.11.2.tar.xz 1627540 SHA256 
6911dc65a4d8276e42d32764e9ebee920b325cf59cfa7070fc72744d43b259ad SHA512 
2100ae273e5c963123a5212d51793fe11a7fae9268a21629007034b92c3bf283522313a033de78a6a732b367c42a6eb4f6d3288d33124827fa0788f75abdd741
 WHIRLPOOL 
caf9d7d977501620ad7eade470e7988159d93521c48d3b930bf212349d9ee03db971d68943dc9b0690429f3677d8d87b9a7f35e697b8307c9e2338043e4bb0f4
 DIST liborcus-0.12.1.tar.xz 1673880 SHA256 
d1b936c66944d23e1b2582d0e7129e44670052510d03f19fef644e9814ae2b9c SHA512 
294b24ad7fccae77070edd9d8e6e1a370f609ec8af9a2c58567431e641fc0f3f27c4cd4b6ac1825a8179a22a1d1a81d84827859eb631d2625194f9e59ca1a8c3
 WHIRLPOOL 
f62dd79ccb94e2b054cec12147d6c10505a3d64309566703469eabf6da1aa71530c74901dc2ee66d2119fc0661fac391d6abd5e7eefab186f9bbca729ea4
+DIST liborcus-0.13.1.tar.xz 1814552 SHA256 
bce854ae699468305c08f97225d49d2013888f96d5f57baf535ea759ce04a9e6 SHA512 
1c81332974cada2d3526e86ef564211100fb765b611a2239fe6aaabb8666e38a7c8cb52696e5d7c402794ea5b5ceb23b083f7adf2c4417d2e635007d9baa4420
 WHIRLPOOL 
c1577d121f0bf73f74a3678b865c9c8541112dcb6858f3ad61d4a02ac120f364a38aa91bf161176fc82f0c1fcf40a66176eb5e1f22f67301dcba6cc36aee159a

diff --git a/dev-libs/liborcus/liborcus-.ebuild 
b/dev-libs/liborcus/liborcus-0.13.1.ebuild
similarity index 89%
copy from dev-libs/liborcus/liborcus-.ebuild
copy to dev-libs/liborcus/liborcus-0.13.1.ebuild
index d823004fce3..103168023ce 100644
--- a/dev-libs/liborcus/liborcus-.ebuild
+++ b/dev-libs/liborcus/liborcus-0.13.1.ebuild
@@ -13,12 +13,12 @@ unset GITECLASS
 
 DESCRIPTION="Standalone file import filter library for spreadsheet documents"
 HOMEPAGE="https://gitlab.com/orcus/orcus/blob/master/README.md;
-[[ ${PV} ==  ]] || SRC_URI="http://kohei.us/files/orcus/src/${P}.tar.xz;
+[[ ${PV} ==  ]] || SRC_URI="https://kohei.us/files/orcus/src/${P}.tar.xz;
 
 LICENSE="MIT"
 SLOT="0/0.13" # based on SONAME of liborcus.so
-[[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+# [[ ${PV} ==  ]] || \
+# KEYWORDS="~amd64 ~arm ~ppc ~x86"
 IUSE="python +spreadsheet-model static-libs tools"
 
 RDEPEND="

diff --git a/dev-libs/liborcus/liborcus-.ebuild 
b/dev-libs/liborcus/liborcus-.ebuild
index d823004fce3..e2c9f8f0740 100644
--- a/dev-libs/liborcus/liborcus-.ebuild
+++ b/dev-libs/liborcus/liborcus-.ebuild
@@ -13,7 +13,7 @@ unset GITECLASS
 
 DESCRIPTION="Standalone file import filter library for spreadsheet documents"
 HOMEPAGE="https://gitlab.com/orcus/orcus/blob/master/README.md;
-[[ ${PV} ==  ]] || SRC_URI="http://kohei.us/files/orcus/src/${P}.tar.xz;
+[[ ${PV} ==  ]] || SRC_URI="https://kohei.us/files/orcus/src/${P}.tar.xz;
 
 LICENSE="MIT"
 SLOT="0/0.13" # based on SONAME of liborcus.so



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

2017-11-18 Thread Andreas Sturmlechner
commit: fe98d2ff58f9d48ecaa676e74b5669d5fa8d98eb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Oct  8 21:37:16 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov 19 00:22:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe98d2ff

dev-libs/libixion: 0.13.0 version bump

Dropped keywords for testing.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-libs/libixion/Manifest | 1 +
 dev-libs/libixion/{libixion-.ebuild => libixion-0.13.0.ebuild} | 6 +++---
 dev-libs/libixion/libixion-.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-libs/libixion/Manifest b/dev-libs/libixion/Manifest
index 8c2f52de82b..57f5f3df2f0 100644
--- a/dev-libs/libixion/Manifest
+++ b/dev-libs/libixion/Manifest
@@ -1,2 +1,3 @@
 DIST libixion-0.11.1.tar.xz 30 SHA256 
c9e9f52580d618fa969fc0293f55af21a9c74bfb802e655c6bf239202f95bede SHA512 
e205a5cf532e0522291f5f2a52c2e2c0cdf8d2ed094e5553943650744359d67adf629229a63c8fa90b15dde7765fee14d4f147fe51a6cdf79b2855509858
 WHIRLPOOL 
aff1350bd1e3a5fec3f0a0cd3f51a88c873bd28469884b48d3fc316782819465f7d193e019fc753474663326b27680c1d12ce3050e6a082a75073040147dfbd8
 DIST libixion-0.12.2.tar.xz 407280 SHA256 
8b44008836bb4e1a3dff4d3e40afec6c73037e3518e72cc85b5cc675fbc2daae SHA512 
0a85120a08c79c73a252a997c8b3df461fe1f8ce8b2334aee0e50bfd887a440a220b44922edd18fbd402b1c8ea8be629e6181493bc618eda198f35159813ddcd
 WHIRLPOOL 
3090887ffaa1222a3f15e4d5b96932d50392684ffaa4ea1022f14aeac7fc43972ed84fe6986c58360621e4ab1ad2ca5aa31694fbf081e8014de38b9ade1a060b
+DIST libixion-0.13.0.tar.xz 413756 SHA256 
5ae360c52ba2d17c4abf5ae21fa947f75925459e085acef5972395f77333c7e5 SHA512 
15784e947164d106e677c59ece53b3cd401d4f9433cc5331a35d3be8332ae4f20a469ca73b30b253433c86da4afde886dfb4ac23e46ed46376a7349e0276c3a0
 WHIRLPOOL 
702b8bc869273e9ccab4605426573ca514ad4ca7e898bc6f43cb442b4c55b5c129eddd524dc8a412b2fcadcb7501e6f5d70bd40b5f86525aa4c8690fa44962f2

diff --git a/dev-libs/libixion/libixion-.ebuild 
b/dev-libs/libixion/libixion-0.13.0.ebuild
similarity index 87%
copy from dev-libs/libixion/libixion-.ebuild
copy to dev-libs/libixion/libixion-0.13.0.ebuild
index cd31a4887aa..1cf9c89f976 100644
--- a/dev-libs/libixion/libixion-.ebuild
+++ b/dev-libs/libixion/libixion-0.13.0.ebuild
@@ -13,12 +13,12 @@ unset GITECLASS
 
 DESCRIPTION="General purpose formula parser & interpreter"
 HOMEPAGE="https://gitlab.com/ixion/ixion;
-[[ ${PV} ==  ]] || SRC_URI="http://kohei.us/files/ixion/src/${P}.tar.xz;
+[[ ${PV} ==  ]] || SRC_URI="https://kohei.us/files/ixion/src/${P}.tar.xz;
 
 LICENSE="MIT"
 SLOT="0/0.13" # based on SONAME of libixion.so
-[[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+# [[ ${PV} ==  ]] || \
+# KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="debug python static-libs +threads"
 
 RDEPEND="

diff --git a/dev-libs/libixion/libixion-.ebuild 
b/dev-libs/libixion/libixion-.ebuild
index cd31a4887aa..7fed246e305 100644
--- a/dev-libs/libixion/libixion-.ebuild
+++ b/dev-libs/libixion/libixion-.ebuild
@@ -13,12 +13,12 @@ unset GITECLASS
 
 DESCRIPTION="General purpose formula parser & interpreter"
 HOMEPAGE="https://gitlab.com/ixion/ixion;
-[[ ${PV} ==  ]] || SRC_URI="http://kohei.us/files/ixion/src/${P}.tar.xz;
+[[ ${PV} ==  ]] || SRC_URI="https://kohei.us/files/ixion/src/${P}.tar.xz;
 
 LICENSE="MIT"
 SLOT="0/0.13" # based on SONAME of libixion.so
 [[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="debug python static-libs +threads"
 
 RDEPEND="



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

2017-11-18 Thread Andreas Sturmlechner
commit: b51b99feae822d3a89b38d22828f39ec364142d6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Nov 18 22:59:44 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Nov 18 23:19:20 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b51b99fe

kde5.eclass: Fix KDE_DESIGNERPLUGIN for 17.11

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

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 67ac4ac165..58bc990feb 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -226,7 +226,7 @@ case ${KDE_DESIGNERPLUGIN} in
*)
IUSE+=" designer"
DEPEND+=" designer? ( $(add_frameworks_dep kdesignerplugin) )"
-   [[ ${PV} =  || ${PV} = 17.12* ]] || \
+   [[ ${PV} =  || ${PV} = 17.12* || ${PV} = 17.11* ]] || \
DEPEND+=" designer? ( $(add_qt_dep designer) )"
;;
 esac
@@ -632,7 +632,7 @@ kde5_src_configure() {
fi
 
if ! use_if_iuse designer && [[ ${KDE_DESIGNERPLUGIN} != false ]] ; then
-   if [[ ${PV} =  || ${PV} = 17.12* ]]; then
+   if [[ ${PV} =  || ${PV} = 17.12* || ${PV} = 17.11* ]]; then
cmakeargs+=( 
-DCMAKE_DISABLE_FIND_PACKAGE_KF5DesignerPlugin=ON )
else
cmakeargs+=( 
-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Designer=ON )



[gentoo-commits] repo/gentoo:master commit in: app-mobilephone/gammu/

2017-11-18 Thread Jonas Stein
commit: efd057082bae1a684ef318a58812c4105393dffd
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Nov 18 23:20:02 2017 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sat Nov 18 23:20:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd05708

app-mobilephone/gammu: Fix HOMEPAGE

Package-Manager: Portage-2.3.14, Repoman-2.3.5

 app-mobilephone/gammu/gammu-1.33.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-mobilephone/gammu/gammu-1.33.0-r1.ebuild 
b/app-mobilephone/gammu/gammu-1.33.0-r1.ebuild
index 367aa128dc2..f447b749a0b 100644
--- a/app-mobilephone/gammu/gammu-1.33.0-r1.ebuild
+++ b/app-mobilephone/gammu/gammu-1.33.0-r1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit eutils cmake-utils python-single-r1
 
 DESCRIPTION="A tool to handle your cellular phone"
-HOMEPAGE="https://www.wammu.eu/;
+HOMEPAGE="https://wammu.eu/gammu/;
 SRC_URI="http://dl.cihar.com/${PN}/releases/${P}.tar.bz2;
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: app-cdr/cdrtools/

2017-11-18 Thread Sergei Trofimovich
commit: 1a0ae413ced93848fc5a78400097c00c5a7b6b84
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 18 23:04:45 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 18 23:04:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a0ae413

app-cdr/cdrtools: stable 3.02_alpha07-r1 for sparc, bug #638008 (thanks to Rolf 
Eike Beer)

Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 app-cdr/cdrtools/cdrtools-3.02_alpha07-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/cdrtools/cdrtools-3.02_alpha07-r1.ebuild 
b/app-cdr/cdrtools/cdrtools-3.02_alpha07-r1.ebuild
index 263ca607c46..ecd01c0eaba 100644
--- a/app-cdr/cdrtools/cdrtools-3.02_alpha07-r1.ebuild
+++ b/app-cdr/cdrtools/cdrtools-3.02_alpha07-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/$([[ -z ${PV/*_alpha*} ]] 
&& echo 'alpha')/$
 
 LICENSE="GPL-2 LGPL-2.1 CDDL-Schily"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="acl caps nls unicode"
 
 RDEPEND="acl? ( virtual/acl )



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

2017-11-18 Thread Patrice Clement
commit: 310173a91b2b19c03064fdd0ebd8bf2fed51e0da
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Nov 18 22:58:17 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Nov 18 22:58:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=310173a9

dev-util/xdelta: keyword for amd64-fbsd.

Closes: https://bugs.gentoo.org/507562
Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-util/xdelta/xdelta-3.0.11.ebuild | 2 +-
 dev-util/xdelta/xdelta-3.1.0.ebuild  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/xdelta/xdelta-3.0.11.ebuild 
b/dev-util/xdelta/xdelta-3.0.11.ebuild
index 7afc64d6873..9aec8203f46 100644
--- a/dev-util/xdelta/xdelta-3.0.11.ebuild
+++ b/dev-util/xdelta/xdelta-3.0.11.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/jmacd/xdelta-gpl/releases/download/v${PV}/${MY_P}.ta
 
 LICENSE="GPL-2"
 SLOT="3"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-fbsd"
 IUSE="examples lzma"
 
 RDEPEND="lzma? ( app-arch/xz-utils:= )"

diff --git a/dev-util/xdelta/xdelta-3.1.0.ebuild 
b/dev-util/xdelta/xdelta-3.1.0.ebuild
index 1203efc69ce..b9ae9918aa9 100644
--- a/dev-util/xdelta/xdelta-3.1.0.ebuild
+++ b/dev-util/xdelta/xdelta-3.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/jmacd/xdelta-gpl/releases/download/v${PV}/${MY_P}.ta
 
 LICENSE="GPL-2"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
 IUSE="examples test"
 
 RDEPEND="app-arch/xz-utils"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-HTTP-Tiny/

2017-11-18 Thread Patrice Clement
commit: 4f138f1f5ce973b8a08233540e80228537e7f20c
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Nov 18 22:33:03 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Nov 18 22:40:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f138f1f

virtual/perl-HTTP-Tiny: keyword for amd64-fbsd.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.70.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.70.0.ebuild 
b/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.70.0.ebuild
index f766dff5517..b2173e8755a 100644
--- a/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.70.0.ebuild
+++ b/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.70.0.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
 
 RDEPEND="
|| ( =dev-lang/perl-5.26* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Term-ANSIColor/

2017-11-18 Thread Patrice Clement
commit: 0be576a85a12e569b7a7f81a88b628f5b98b2bbc
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Nov 18 22:32:28 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Nov 18 22:40:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be576a8

virtual/perl-Term-ANSIColor: keyword for amd64-fbsd.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 virtual/perl-Term-ANSIColor/perl-Term-ANSIColor-4.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Term-ANSIColor/perl-Term-ANSIColor-4.60.0.ebuild 
b/virtual/perl-Term-ANSIColor/perl-Term-ANSIColor-4.60.0.ebuild
index 6a9d855b0ab..567788c3e4f 100644
--- a/virtual/perl-Term-ANSIColor/perl-Term-ANSIColor-4.60.0.ebuild
+++ b/virtual/perl-Term-ANSIColor/perl-Term-ANSIColor-4.60.0.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~amd64-fbsd"
 
 RDEPEND="
|| ( =dev-lang/perl-5.26* ~perl-core/${PN#perl-}-${PV} )



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

2017-11-18 Thread Patrice Clement
commit: aaeb5fdc2fca57c326ac3be6fd0f14084a3a8e03
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Nov 18 22:36:26 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Nov 18 22:41:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaeb5fdc

dev-perl/ExtUtils-Helpers: keyword for amd64-fbsd.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild | 2 +-
 dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.26.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild 
b/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild
index d2d44a0aba1..e2fd04178a7 100644
--- a/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild
+++ b/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION='Various portability utilities for module builders'
 LICENSE=" || ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
 IUSE="test"
 
 DEPEND="

diff --git a/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.26.0.ebuild 
b/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.26.0.ebuild
index 495f1c1a1c2..c1fb5e04404 100644
--- a/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.26.0.ebuild
+++ b/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.26.0.ebuild
@@ -8,7 +8,7 @@ inherit perl-module
 
 DESCRIPTION="Various portability utilities for module builders"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



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

2017-11-18 Thread Patrice Clement
commit: 700fc32f0ec97f8a4e7f31792ad4a6284edc0379
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Nov 18 22:35:58 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Nov 18 22:41:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=700fc32f

dev-perl/Module-Build-Tiny: keyword for amd64-fbsd.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild 
b/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild
index ca3e4b9c90c..f5baa4e8058 100644
--- a/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild
+++ b/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild
@@ -8,7 +8,7 @@ inherit perl-module
 
 DESCRIPTION='A tiny replacement for Module::Build'
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



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

2017-11-18 Thread Patrice Clement
commit: b1609b5f35927c0d587ed05a66c9b675f1fd945b
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Nov 18 22:37:30 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Nov 18 22:41:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1609b5f

dev-perl/ExtUtils-InstallPaths: keyword for amd64-fbsd.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild | 2 +-
 dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.11.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild 
b/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild
index 7b026db4ba3..49b8272b5b5 100644
--- a/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild
+++ b/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION='Build.PL install path logic made easy'
 LICENSE=" || ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
 IUSE="test"
 
 DEPEND="

diff --git a/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.11.0.ebuild 
b/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.11.0.ebuild
index 939823e399d..a69538dbd3b 100644
--- a/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.11.0.ebuild
+++ b/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.11.0.ebuild
@@ -8,7 +8,7 @@ inherit perl-module
 
 DESCRIPTION="Build.PL install path logic made easy"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



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

2017-11-18 Thread Patrice Clement
commit: a7ec123d7c5d8f424e453688d0cde34e64a9f270
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Nov 18 22:37:00 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Nov 18 22:41:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7ec123d

dev-perl/ExtUtils-Config: keyword for amd64-fbsd.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-perl/ExtUtils-Config/ExtUtils-Config-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/ExtUtils-Config/ExtUtils-Config-0.8.0.ebuild 
b/dev-perl/ExtUtils-Config/ExtUtils-Config-0.8.0.ebuild
index 6eecb1497e6..e8e3d9eb6db 100644
--- a/dev-perl/ExtUtils-Config/ExtUtils-Config-0.8.0.ebuild
+++ b/dev-perl/ExtUtils-Config/ExtUtils-Config-0.8.0.ebuild
@@ -8,7 +8,7 @@ inherit perl-module
 
 DESCRIPTION="A wrapper for perl's configuration"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



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

2017-11-18 Thread Patrice Clement
commit: e1a2da973661877aab5e132609e59ddf6e210f90
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Nov 18 22:38:31 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Nov 18 22:41:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1a2da97

dev-perl/Gentoo-App-Pram: keyword for amd64-fbsd.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.0.ebuild 
b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.0.ebuild
index 5b90957c5c5..f45bed0c796 100644
--- a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.0.ebuild
+++ b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Readily merge Pull Requests from the Gentoo Github repository"
 HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram;
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



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

2017-11-18 Thread Matt Thode
commit: b07b432c6e29a8742b7cc7e2c29427ad8e94e57e
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Nov 18 22:39:53 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Nov 18 22:39:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b07b432c

dev-libs/leatherman: fixing bug 637644

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-libs/leatherman/leatherman-1.3.0-r1.ebuild | 61 ++
 1 file changed, 61 insertions(+)

diff --git a/dev-libs/leatherman/leatherman-1.3.0-r1.ebuild 
b/dev-libs/leatherman/leatherman-1.3.0-r1.ebuild
new file mode 100644
index 000..a38cf2698c5
--- /dev/null
+++ b/dev-libs/leatherman/leatherman-1.3.0-r1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22"
+
+inherit cmake-utils multilib
+
+DESCRIPTION="A C++ toolkit"
+HOMEPAGE="https://github.com/puppetlabs/leatherman;
+SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="debug static-libs test"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="net-misc/curl"
+DEPEND=">=dev-libs/boost-1.54[nls]
+   net-misc/curl
+   >=sys-devel/gcc-4.8:*"
+
+PATCHES=( "${FILESDIR}"/portage-sandbox-test-fix.patch )
+
+src_prepare() {
+   sed -i 's/\-Werror\ //g' "cmake/cflags.cmake" || die
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_VERBOSE_MAKEFILE=ON
+   -DCMAKE_BUILD_TYPE=None
+   -DCMAKE_INSTALL_PREFIX=/usr
+   -DCMAKE_INSTALL_SYSCONFDIR=/etc
+   -DCMAKE_INSTALL_LOCALSTATEDIR=/var
+   )
+   if ! use static-libs; then
+   mycmakeargs+=(
+   -DLEATHERMAN_SHARED=ON
+   )
+   else
+   mycmakeargs+=(
+   -DLEATHERMAN_SHARED=OFF
+   )
+   fi
+   if use debug; then
+   mycmakeargs+=(
+ -DCMAKE_BUILD_TYPE=Debug
+   )
+   fi
+   cmake-utils_src_configure
+}
+
+src_test() {
+   "${WORKDIR}/${P}"_build/bin/leatherman_test
+}
+
+src_install() {
+   cmake-utils_src_install
+}



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

2017-11-18 Thread Andreas Sturmlechner
commit: 2fae46dcdcd17b9f39e29b403ac5a5130ce0d3b9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Nov 18 21:58:41 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Nov 18 21:58:41 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2fae46dc

kde-apps/kdepim-meta: Drop kde-apps/kblog

It is not used after blogilo removal. In the off chance something is
still using it, package is still kept around for a bit.

See also:
https://mail.kde.org/pipermail/release-team/2017-November/010716.html

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 kde-apps/kdepim-meta/kdepim-meta-17.11.80.ebuild  | 1 -
 kde-apps/kdepim-meta/kdepim-meta-17.12.49..ebuild | 1 -
 kde-apps/kdepim-meta/kdepim-meta-.ebuild  | 1 -
 3 files changed, 3 deletions(-)

diff --git a/kde-apps/kdepim-meta/kdepim-meta-17.11.80.ebuild 
b/kde-apps/kdepim-meta/kdepim-meta-17.11.80.ebuild
index 76a6ce3da4..fd7cafa17a 100644
--- a/kde-apps/kdepim-meta/kdepim-meta-17.11.80.ebuild
+++ b/kde-apps/kdepim-meta/kdepim-meta-17.11.80.ebuild
@@ -29,7 +29,6 @@ RDEPEND="
$(add_kdeapps_dep kaddressbook)
$(add_kdeapps_dep kalarm)
$(add_kdeapps_dep kalarmcal)
-   $(add_kdeapps_dep kblog)
$(add_kdeapps_dep kcalcore)
$(add_kdeapps_dep kcalutils)
$(add_kdeapps_dep kcontacts)

diff --git a/kde-apps/kdepim-meta/kdepim-meta-17.12.49..ebuild 
b/kde-apps/kdepim-meta/kdepim-meta-17.12.49..ebuild
index 411c21f34d..99b1b9fe7d 100644
--- a/kde-apps/kdepim-meta/kdepim-meta-17.12.49..ebuild
+++ b/kde-apps/kdepim-meta/kdepim-meta-17.12.49..ebuild
@@ -29,7 +29,6 @@ RDEPEND="
$(add_kdeapps_dep kaddressbook)
$(add_kdeapps_dep kalarm)
$(add_kdeapps_dep kalarmcal)
-   $(add_kdeapps_dep kblog)
$(add_kdeapps_dep kcalcore)
$(add_kdeapps_dep kcalutils)
$(add_kdeapps_dep kcontacts)

diff --git a/kde-apps/kdepim-meta/kdepim-meta-.ebuild 
b/kde-apps/kdepim-meta/kdepim-meta-.ebuild
index 411c21f34d..99b1b9fe7d 100644
--- a/kde-apps/kdepim-meta/kdepim-meta-.ebuild
+++ b/kde-apps/kdepim-meta/kdepim-meta-.ebuild
@@ -29,7 +29,6 @@ RDEPEND="
$(add_kdeapps_dep kaddressbook)
$(add_kdeapps_dep kalarm)
$(add_kdeapps_dep kalarmcal)
-   $(add_kdeapps_dep kblog)
$(add_kdeapps_dep kcalcore)
$(add_kdeapps_dep kcalutils)
$(add_kdeapps_dep kcontacts)



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

2017-11-18 Thread Matt Thode
commit: f155efca3b34d69ca0fccfcee198055d3caca26d
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Nov 18 22:14:27 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Nov 18 22:23:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f155efca

dev-python/pysaml2: bup to 4.5.0

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-python/pysaml2/Manifest |  1 +
 dev-python/pysaml2/pysaml2-4.5.0.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/pysaml2/Manifest b/dev-python/pysaml2/Manifest
index 9d9179a7a77..f448a757b75 100644
--- a/dev-python/pysaml2/Manifest
+++ b/dev-python/pysaml2/Manifest
@@ -1 +1,2 @@
 DIST pysaml2-4.0.2.tar.gz 13657558 SHA256 
24cec8dbc20a7772854563ffc9a19297afcc38c4c7558c063b4c8c302f8a958b SHA512 
debe23c2b193ca9f937bdb4fc9e8f308fa012c18e50e40183f7e531434af52b6e4d36608be3e9b0321190930cdfd9eb24555ed1805083e32db8de0f57e5afb14
 WHIRLPOOL 
303217ea7408986435a31ac97deae3d2b14393674d360d30cbdacf1c673d265b21505af1dea8c536c4698dc6861058f6e57421aaa5bb411daa68d5d02c1ba2c2
+DIST pysaml2-4.5.0.tar.gz 20030696 SHA256 
59f82ee82390482640b298045a792455dae6cae580d8c0a3c935f0038f878133 SHA512 
163dfc2acfa0f242bc97d3ec334aec98e993ef9265b2240223205e496f86df5518ca613620b371eabcca0c4070a0bf7bb72a2216f517e19e3b2ff0f20e30a0c7
 WHIRLPOOL 
f01b77c2867023847f4276f9fc7f065d84796ed39ac7bbcba5ce9d6a9d9641486da90bcd11eb284fa679c8e699c8fabbfd5f52a0b9b7a7c29f446193d4142746

diff --git a/dev-python/pysaml2/pysaml2-4.5.0.ebuild 
b/dev-python/pysaml2/pysaml2-4.5.0.ebuild
new file mode 100644
index 000..651a17f3ded
--- /dev/null
+++ b/dev-python/pysaml2/pysaml2-4.5.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python implementation of SAML Version 2 to be used in a WSGI 
environment"
+HOMEPAGE="https://github.com/rohe/pysaml2;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+PATCHES=(
+
+)
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+RDEPEND="
+   >=dev-python/requests-1.0.0[${PYTHON_USEDEP}]
+   dev-python/future[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/pyopenssl[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/defusedxml[${PYTHON_USEDEP}]
+"



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

2017-11-18 Thread Matt Thode
commit: c0c94f4e8212f9572401f42834118554f4586748
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Nov 18 22:20:53 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Nov 18 22:23:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0c94f4e

dev-ruby/facter: fixing bug 637364

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-ruby/facter/facter-3.9.3.ebuild |  2 ++
 dev-ruby/facter/facter-.ebuild  | 26 ++
 2 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/dev-ruby/facter/facter-3.9.3.ebuild 
b/dev-ruby/facter/facter-3.9.3.ebuild
index 247eed1af45..02ce8a5fad9 100644
--- a/dev-ruby/facter/facter-3.9.3.ebuild
+++ b/dev-ruby/facter/facter-3.9.3.ebuild
@@ -4,6 +4,7 @@
 EAPI=6
 USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
+# git-r3 goes after ruby-ng so that it overrides src_unpack properly
 inherit cmake-utils eutils multilib ruby-ng
 
 DESCRIPTION="A cross-platform ruby library for retrieving facts from operating 
systems"
@@ -44,6 +45,7 @@ src_prepare() {
sed -i 's/\${LIBFACTER_INSTALL_DESTINATION}\///g' lib/facter.rb.in || 
die
# patches
default
+   cmake-utils_src_prepare
 }
 
 src_configure() {

diff --git a/dev-ruby/facter/facter-.ebuild 
b/dev-ruby/facter/facter-.ebuild
index 0fed77cf9e2..95b52c0fbfd 100644
--- a/dev-ruby/facter/facter-.ebuild
+++ b/dev-ruby/facter/facter-.ebuild
@@ -1,11 +1,11 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-USE_RUBY="ruby21 ruby22"
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 # git-r3 goes after ruby-ng so that it overrides src_unpack properly
-inherit cmake-utils multilib ruby-ng git-r3
+inherit cmake-utils eutils multilib ruby-ng git-r3
 
 DESCRIPTION="A cross-platform ruby library for retrieving facts from operating 
systems"
 HOMEPAGE="http://www.puppetlabs.com/puppet/related-projects/facter/;
@@ -20,7 +20,7 @@ KEYWORDS=""
 
 BDEPEND="
>=sys-devel/gcc-4.8:*
-   >=dev-libs/leatherman-0.9.3
+   >=dev-libs/leatherman-1.0.0
dev-cpp/cpp-hocon"
 CDEPEND="
dev-libs/openssl:*
@@ -36,15 +36,17 @@ DEPEND="${BDEPEND}
${CDEPEND}"
 
 src_prepare() {
-   pwd
# Remove the code that installs facter.rb to the wrong directory.
sed -i '/install(.*facter\.rb/d' lib/CMakeLists.txt || die
sed -i '/install(.*facter\.jar/d' lib/CMakeLists.txt || die
# make it support multilib
sed -i "s/\ lib)/\ $(get_libdir))/g" lib/CMakeLists.txt || die
sed -i "s/lib\")/$(get_libdir)\")/g" CMakeLists.txt || die
+   # make the require work
+   sed -i 's/\${LIBFACTER_INSTALL_DESTINATION}\///g' lib/facter.rb.in || 
die
+   # patches
default
-   epatch "${FILESDIR}/facter-3.5.0-jar.patch"
+   cmake-utils_src_prepare
 }
 
 src_configure() {
@@ -80,10 +82,10 @@ src_test() {
 src_install() {
cmake-utils_src_install
ruby-ng_src_install
-   if [[ $(get_libdir) == lib64 ]]; then
-   dodir /usr/lib64
-   mv "${D}/usr/lib/"* "${D}/usr/lib64/"
-   rmdir "${D}/usr/lib"
-   fi
-   doenvd "${FILESDIR}"/00facterdir
+
+   # need a variable file in env.d :(
+   diropts -m0755
+   dodir /etc/env.d
+   echo -n "FACTERDIR=/usr/$(get_libdir)" > "${D}/etc/env.d/00facterdir"
+   fperms 0644 /etc/env.d/00facterdir
 }



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

2017-11-18 Thread Anthony G. Basile
commit: 0d2f3c0bd383a96f0bcdf9bfa8e19d6192ecf0c6
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Nov 18 22:20:54 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Nov 18 22:20:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d2f3c0b

sys-apps/haveged: fix Manifest, bug #637982

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-apps/haveged/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/haveged/Manifest b/sys-apps/haveged/Manifest
index 4953315352b..88824237825 100644
--- a/sys-apps/haveged/Manifest
+++ b/sys-apps/haveged/Manifest
@@ -1,2 +1,2 @@
 DIST haveged-1.9.1.tar.gz 474845 SHA256 
9c2363ed9542a6784ff08e247182137e71f2ddb79e8e6c1ac4ad50d21ced3715 SHA512 
267d62cfeb886ea00fa412de1a91a34821460d0f4ad789dcfb3547018300e1cbf480917571b19652f2d449369293031d9534f9533bbf6a59560f4f10608c9cd2
 WHIRLPOOL 
a930d0a007c91dbc3b7c83a1ccfb659f53aa3f151b8b3984dc7208697ddb1f73ce7012c7c968dd5295b2e90e62db03e1c582267c1b8b5230745735f462a1f757
-DIST haveged-1.9.2.tar.gz 473890 SHA256 
82d5d23551bb79476e01ea55eadfd83410f6b24ad7349a238a08ea3c7e190234 SHA512 
623df6a5d55b9ec5c7da013c73eeb3ce047c2037d0b643047a5c43772e63ea4c2d9df7c3cfe1ce748bf7c5d2f08fa1ddaf64af6b9e46229b6fde73558edc1fe4
 WHIRLPOOL 
f19b931788e15258df97d9f1e6fa0f99f2e52c94ec7525bb8b7401a6724b525d6fe959ef65b4576446d0f11d7485bec8d047efe0883a370926fbbfaa172cced1
+DIST haveged-1.9.2.tar.gz 494682 SHA256 
f77d9adbdf421b61601fa29faa9ce3b479d910f73c66b9e364ba8642ccbfbe70 SHA512 
65f70950fb90ef9c24ff3bf1b26e19a9cde2bec4749e2e64d5461a51646a20cf610efa2a5014219b8605957afa0084abd2ba11c7dc15f9379afce784971627b8
 WHIRLPOOL 
6a09a4bf4184f4664cb98895addfec16945cb1e33bfe71ed7c52ccbbe26bc6af8cb205bc987184a467f752d835b3f49d03b94de6b961a50961126eaa333d9711



[gentoo-commits] data/glep:master commit in: /

2017-11-18 Thread Ulrich Müller
commit: 8c0e77f51968a2e6cb1d8e99fddb255b4dd3831e
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Nov 16 10:02:49 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Nov 18 22:20:26 2017 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=8c0e77f5

glep-0059: Merge the two References sections into one.

Also add a newline and remove indentation in the "Thanks to" section,
so that rst2html.py will render it properly.

Closes: https://bugs.gentoo.org/637668

 glep-0059.rst | 100 --
 1 file changed, 49 insertions(+), 51 deletions(-)

diff --git a/glep-0059.rst b/glep-0059.rst
index 17b7540..77ea1ab 100644
--- a/glep-0059.rst
+++ b/glep-0059.rst
@@ -6,7 +6,7 @@ Type: Standards Track
 Status: Final
 Version: 1
 Created: 2008-10-22
-Last-Modified: 2017-11-12
+Last-Modified: 2017-11-16
 Post-History: 2009-12-01, 2010-01-31
 Content-Type: text/x-rst
 Requires: 44
@@ -168,65 +168,63 @@ For maximum compatibility, we should only have to include 
each of the
 old algorithms that we are officially still supporting, as well as the
 new ones that we prefer.
 
-References
-==
-
-[AHS] NIST (2007). "NIST's Plan for New Cryptographic Hash Functions",
-  (Advanced Hash Standard). http://csrc.nist.gov/pki/HashWorkshop/
-
-[BOBO06] Boneh, D. and Boyen, X. (2006). "On the Impossibility of
-  Efficiently Combining Collision Resistant Hash Functions"; Proceedings
-  of CRYPTO 2006, Dwork, C. (Ed.); Lecture Notes in Computer Science
-  4117, pp. 570-583. Available online from:
-  http://crypto.stanford.edu/~dabo/abstracts/hashing.html
-
-[H04] Hawkes, P. and Paddon, M. and Rose, G. (2004). "On Corrective
-  Patterns for the SHA-2 Family". CRYPTO 2004 Cryptology ePrint Archive,
-  Report 2004/204. Available online from:
-  http://eprint.iacr.org/2004/207.pdf
-
-[J04] Joux, Antoie. (2004).  "Multicollisions in Iterated Hash 
-  Functions - Application to Cascaded Constructions;" Proceedings of
-  CRYPTO 2004, Franklin, M. (Ed); Lecture Notes in Computer Science
-  3152, pp.  306-316. Available online from:
-  
http://web.cecs.pdx.edu/~teshrim/spring06/papers/general-attacks/multi-joux.pdf
-
-[K06a] Klima, V. (2006). "Tunnels in Hash Functions: MD5 Collisions
-  Within a Minute". Cryptology ePrint Archive, Report 2006/105.
-  Available online from: http://eprint.iacr.org/2006/105.pdf
-
-[K06b] Klima, V. (2006). "Note and links to high-speed MD5 collision
-  proof of concept tools". Available online from:
-  http://cryptography.hyperlink.cz/2006/trick.txt
-
-[K08] Klima, V. (2008). "On Collisions of Hash Functions Turbo SHA-2".
-  Cryptology ePrint Archive, Report 2008/003. Available online from:
-  http://eprint.iacr.org/2008/003.pdf
-
-[G07] Gligoroski, D. and Knapskog, S.J. (2007). "Turbo SHA-2".
-  Cryptology ePrint Archive, Report 2007/403. Available online from:
-  http://eprint.iacr.org/2007/403.pdf
-
-[W04] Wang, X. et al: "Collisions for Hash Functions MD4, MD5,
-  HAVAL-128 and RIPEMD", rump session, CRYPTO 2004, Cryptology ePrint
-  Archive, Report 2004/199, first version (August 16, 2004), second
-  version (August 17, 2004). Available online from:
-  http://eprint.iacr.org/2004/199.pdf
-
 Thanks to
 =
 I'd like to thank the following folks, in no specific order:
- - Ciaran McCreesh (ciaranm) - for pointing out the Joux (2004) paper,
-   and also being stubborn enough in not accepting a partial solution.
- - Marius Mauch (genone), Zac Medico (zmedico) and Brian Harring
-   (ferringb): for being knowledgeable about the Portage Manifest2
-   codebase.
+
+- Ciaran McCreesh (ciaranm) - for pointing out the Joux (2004) paper,
+  and also being stubborn enough in not accepting a partial solution.
+- Marius Mauch (genone), Zac Medico (zmedico) and Brian Harring
+  (ferringb): for being knowledgeable about the Portage Manifest2
+  codebase.
 
 References
 ==
+.. [AHS] NIST (2007). "NIST's Plan for New Cryptographic Hash Functions",
+   (Advanced Hash Standard). http://csrc.nist.gov/pki/HashWorkshop/
+
+.. [BOBO06] Boneh, D. and Boyen, X. (2006). "On the Impossibility of
+   Efficiently Combining Collision Resistant Hash Functions"; Proceedings
+   of CRYPTO 2006, Dwork, C. (Ed.); Lecture Notes in Computer Science
+   4117, pp. 570-583. Available online from:
+   http://crypto.stanford.edu/~dabo/abstracts/hashing.html
+
+.. [G07] Gligoroski, D. and Knapskog, S.J. (2007). "Turbo SHA-2".
+   Cryptology ePrint Archive, Report 2007/403. Available online from:
+   http://eprint.iacr.org/2007/403.pdf
+
 .. [GLEP44] Mauch, M. (2005) GLEP44 - Manifest2 format.
https://www.gentoo.org/glep/glep-0044.html
 
+.. [H04] Hawkes, P. and Paddon, M. and Rose, G. (2004). "On Corrective
+   Patterns for the SHA-2 Family". CRYPTO 2004 Cryptology ePrint Archive,
+   Report 2004/204. Available online from:
+   http://eprint.iacr.org/2004/207.pdf
+
+.. [J04] Joux, Antoie. (2004).  "Multicollisions in Iterated Hash
+   Functions - 

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

2017-11-18 Thread Sergei Trofimovich
commit: 1569a6b6f70f1d3600a6d55e9096236436cd114c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 18 21:46:33 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 18 22:04:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1569a6b6

x11-libs/wxGTK: stable 3.0.2.0-r3 for ppc, bug #632144

Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

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

diff --git a/x11-libs/wxGTK/wxGTK-3.0.2.0-r3.ebuild 
b/x11-libs/wxGTK/wxGTK-3.0.2.0-r3.ebuild
index f6535d0310c..648c61efc05 100644
--- a/x11-libs/wxGTK/wxGTK-3.0.2.0-r3.ebuild
+++ b/x11-libs/wxGTK/wxGTK-3.0.2.0-r3.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wxwidgets.org/;
 SRC_URI="mirror://sourceforge/wxpython/wxPython-src-${PV}.tar.bz2
doc? ( mirror://sourceforge/wxpython/wxPython-docs-${PV}.tar.bz2 )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="+X aqua doc debug gstreamer libnotify opengl sdl tiff webkit"
 
 SLOT="3.0"



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

2017-11-18 Thread Sergei Trofimovich
commit: 15784c042192d7583257c7c8697283876544660e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 18 21:46:22 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 18 22:04:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15784c04

x11-libs/wxGTK: stable 2.8.12.1-r2 for ppc, bug #632144

Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 x11-libs/wxGTK/wxGTK-2.8.12.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/wxGTK/wxGTK-2.8.12.1-r2.ebuild 
b/x11-libs/wxGTK/wxGTK-2.8.12.1-r2.ebuild
index 7fed38f64aa..a18c134a3ef 100644
--- a/x11-libs/wxGTK/wxGTK-2.8.12.1-r2.ebuild
+++ b/x11-libs/wxGTK/wxGTK-2.8.12.1-r2.ebuild
@@ -15,7 +15,7 @@ BASE_P="${PN}-${BASE_PV}"
 # docs, and are released more frequently than wxGTK.
 SRC_URI="mirror://sourceforge/wxpython/wxPython-src-${PV}.tar.bz2"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="+X aqua doc debug gnome gstreamer odbc opengl pch sdl tiff"
 
 SLOT="2.8"



[gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-nginx/

2017-11-18 Thread Matt Thode
commit: 5a70e059765551a8f907952b25eb8cb637d4caf4
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Nov 18 21:52:33 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Nov 18 21:52:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a70e059

app-crypt/certbot-nginx: matching keywords from stable to 

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 app-crypt/certbot-nginx/certbot-nginx-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/certbot-nginx/certbot-nginx-.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-.ebuild
index a5001901569..94d8fd92279 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]]; then
S=${WORKDIR}/${P}/${PN}
 else

SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> 
${PN%-nginx}-${PV}.tar.gz"
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
 fi
 



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

2017-11-18 Thread Mike Pagano
commit: c7782cbbb92b4cf6eee4fc93c2f67724e04c841d
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Nov 18 21:41:21 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Nov 18 21:41:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7782cbb

sys-kernel/gentoo-sources: Linux patch 4.13.14

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-kernel/gentoo-sources/Manifest  | 6 +++---
 sys-kernel/gentoo-sources/gentoo-sources-4.13.14.ebuild | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index d2971b429e6..a63c25ac322 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -25,9 +25,9 @@ DIST genpatches-4.13-14.extras.tar.xz 17396 SHA256 
dc3c9d2b5c8c5f95af5e3da9463e0
 DIST genpatches-4.13-15.base.tar.xz 254132 SHA256 
42f1e2ba1ea6218492b7aa39553aec4497955eea9cca383ee757d30aaa5f58c0 SHA512 
7d38c30f213a1bc0a38d2bb8e97f1f6b86ecff60779aa36cd1c9bd9cd2726c16b8bd3067364cae716d38e22d8f34dd34cac3072d5fe2c8256de229b99cb9a4b3
 WHIRLPOOL 
0457c37dae998872a21a84ae5e07259afa759f27cc61a27bd2b29fe4a530330ccce9acdf2f48c9b95af4f38a3e67c551d4f1f09afbedfdafc27f00e454db930b
 DIST genpatches-4.13-15.experimental.tar.xz 5184 SHA256 
86e11d4000233f7832090f20771cb0b9b5fb68f630ded53e0492da79a54ae4ac SHA512 
4c5416bdfa602ae083a9058d04d2dede66bef95e5c589dd211aa82264c044a1102b63459dc384e7bdd6c10678b440542db2b274ebeb4456aeef93f09aea4693f
 WHIRLPOOL 
d13f518bb332ff5c5daa9a4ec1e949ed93936d69c248f62b596e8426ace5a00b27cd907d40e2610d46fcc3ef6dace2a56d15969762645d8406b8c0d8e9d3ba47
 DIST genpatches-4.13-15.extras.tar.xz 17400 SHA256 
28a3431e5d8aca353b9d763c67261ccf3f07209d3f622d118b6025c7b1b31f38 SHA512 
4e41c0780bc7c37fa5e13847ee203cefc6e1676921d1560fef9a198ffcb948c7df38acb642098a121bf5ddeb022510aa0ab6863e654e29400eeccf093cc9
 WHIRLPOOL 
d0ef7f5de7f12f94030676c9b9c94834b95dcf23d4607c1e33ee2c1a87830d136ae184ec61e27410b6cdab716b21959d681ddcb90f34b3599b51a8272d46146d
-DIST genpatches-4.13-16.base.tar.xz 266400 SHA256 
89e0a54b2943f3f5b2266e41014f93e238e27a682f8a40f671327dafe61f202b SHA512 
a450a8dd19921afff2d06d28019d8b120f62fe35cdb5b08322a264c5861a253a2f5e53908115c995f221af89d200044cc2a0c722d215586a321cfaedab388a34
 WHIRLPOOL 
8435960f48a51f1d7a08376b1c19086b1af3c4677182b6d1fc657ac9b9b3fe71aa569be7a4d7078559d5e018a0fc89b6d487e903804c5a35208e67a1e759e8d9
-DIST genpatches-4.13-16.experimental.tar.xz 5180 SHA256 
ae765e5814e1ba88f9b84322080d1346de49cc681b6f2279336a59759493a4d1 SHA512 
09a53e6b53c20ddc857b7ff7001be326adacf9d24a565922c8ceae35a98e9a5a1bd214fd6a227115ea90436d3504154cd6ae3e47e5eac270f220ec16255b16ca
 WHIRLPOOL 
7476ea163249171c057d3ced1fd0c9953e698b7d694de3c33ea771f687b99d937b66a323799746cc8bd52ad416cee78735049729d5d8f8c27da136c1970f894b
-DIST genpatches-4.13-16.extras.tar.xz 17388 SHA256 
ecfb93077e76471c7e2db065da587e520e833c327dedb9473cbd8a0eb8c13c11 SHA512 
0bb545641e09b916ee1d7264ba689301c0f90581831857647d4c1feccf4e3a42df9777b99876c606bf864eef258fb05a43f06299eca2ed56c4429ac5c28b45fc
 WHIRLPOOL 
03657f23bbf1d8e5526d89dbdeb5f70f39c4b9615433d6b03c5e737455dac865ad93ab239453daf71327d278f33ea1a226bd723fb8012a720ef8c7f0a721ad7d
+DIST genpatches-4.13-17.base.tar.xz 266392 SHA256 
bac6764bdc28b40db5aae433b2a6e16a4b9e1040c02d3d516b11ae57b76caf8a SHA512 
8cd638064078eef540f614f766b89d845208082109f7af71013ab210ef4f0b7f483eefc112805646cc99b8517c3d938dcbe2eab4fcd4b35be14969c83f71b858
 WHIRLPOOL 
82961c4d2f7f44b2ffc031550d70270ad938048475cee52ed3ffb8193c08473c3b5faf61ef9e3062d373cb47f71a382bb4c189f7d6929ef5dfd5fcd55044ea54
+DIST genpatches-4.13-17.experimental.tar.xz 5184 SHA256 
79ea2d943234c7bad47bf6c8c11838ea974752fee6ec74961b5fd693424326ca SHA512 
9f74b4ad9970941ffc931faf933dcd4e3e6fa3b5090c629db4fcac99d07613e0953d33fdae629359fec58207c245627e963e4b6e36e2a13ffc3c654f592cf7bc
 WHIRLPOOL 
9e4a3fac16b95c100430ebaa2cfe796a177531632125e8e8abfed3df8de60c791103f437383497bb8cc9bc2544a7da1d6210c80da69656445e17074046da4a4a
+DIST genpatches-4.13-17.extras.tar.xz 17384 SHA256 
f777359f588b4e86c0449c96a708d861fdb1103a80484747eeca745619b5020f SHA512 
2e6a14b9a40ea92af1ab79db66892d7f77bfc54380f08e8214ba1ce8d3d3de36e1be4c979ac3cd257545faf364002b7def9f7614bdbe73751692e8aed753ca5a
 WHIRLPOOL 
3d5b338a4d493a407e29a6a2ad9ad8945dbf9eca330632e968ceeeb6c0d317d8d8981ccc13e91e887beef5fab9bb13b2b2e03678e629d3089064e9da9de1792a
 DIST genpatches-4.14-1.base.tar.xz 5256 SHA256 
1459f373ecf84fc1d429db2bbca0c13528492deb0c30b2e9ca011eaf8bcce932 SHA512 
6f8fceff08d9d030785493973648ec3662a7a0c40e7919e0132d6915942a0e017f8ab6da9fdbd00fb6308d19a30608cfa5141141535a203d1cd4e55675d1f1eb
 WHIRLPOOL 
d3ed44fc3e85192f4cf58f629e83cf1ed23456d37a94eaf6242690ebde77cbcb90f1642ebddb65a8f188d3cedfd18bf92b870c4115dc622f3f3b4f4308d318c9
 DIST genpatches-4.14-1.experimental.tar.xz 5184 SHA256 
6734f0f0fdf33b648f7af28252e17b72e9345a483ef0714fa45e192cb33e2b7c SHA512 

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

2017-11-18 Thread Amadeusz Piotr Żołnowski
commit: 248ad9450fcff6c8e7326c40163d9c7cede931fc
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Sat Nov 18 21:34:41 2017 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Sat Nov 18 21:35:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=248ad945

Remove myself completely from maintainers

 sys-kernel/dracut/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/sys-kernel/dracut/metadata.xml b/sys-kernel/dracut/metadata.xml
index f5d50630f4a..153efe6cdcc 100644
--- a/sys-kernel/dracut/metadata.xml
+++ b/sys-kernel/dracut/metadata.xml
@@ -10,10 +10,6 @@
Alexander Tsoy


-   aide...@gentoo.org
-   Amadeusz Żołnowski
-   
-   
flop...@gentoo.org
Mike Gilbert




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

2017-11-18 Thread Robin H. Johnson
commit: de034a52625200a6ef0286540435f6c4bf55230c
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sat Nov 18 21:28:21 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat Nov 18 21:28:21 2017 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=de034a52

gen_cmdline: make --mdadm local binary requirement less strict

Closes: https://bugs.gentoo.org/630314
Signed-off-by: Robin H. Johnson  gentoo.org>

 gen_cmdline.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gen_cmdline.sh b/gen_cmdline.sh
index 0ca0f8d..3d9611f 100755
--- a/gen_cmdline.sh
+++ b/gen_cmdline.sh
@@ -318,9 +318,7 @@ parse_cmdline() {
print_info 2 "CMD_MDADM: $CMD_MDADM"
if [ "$CMD_MDADM" = "1" -a ! -e /sbin/mdadm ]
then
-   echo 'Error: --multipath requires sys-fs/mdadm'
-   echo '   to be installed on the host 
system.'
-   exit 1
+   print_warning 'Warning: --mdadm generally 
requires sys-fs/mdadm present on the host system'
fi
;;
--mdadm-config=*)



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

2017-11-18 Thread Robin H. Johnson
commit: 482e2c70b253b9d62fc907d6612d80addd3358c1
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sat Nov 18 21:24:12 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat Nov 18 21:24:12 2017 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=482e2c70

gen_cmdline: bzImage target should not create initramfs.

Closes: https://bugs.gentoo.org/511964
Signed-off-by: Robin H. Johnson  gentoo.org>

 gen_cmdline.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gen_cmdline.sh b/gen_cmdline.sh
index 203cae8..0ca0f8d 100755
--- a/gen_cmdline.sh
+++ b/gen_cmdline.sh
@@ -715,7 +715,7 @@ parse_cmdline() {
bzImage)
BUILD_KERNEL=1
BUILD_MODULES=0
-   BUILD_RAMDISK=1
+   BUILD_RAMDISK=0
CMD_RAMDISKMODULES=0
print_info 2 "CMD_RAMDISKMODULES: ${CMD_RAMDISKMODULES}"
;;



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

2017-11-18 Thread Andreas Hüttel
commit: 9d0bb963bb94305320ae676636c206cb4625c8cb
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Nov 18 21:06:53 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Nov 18 21:07:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d0bb963

dev-perl/Lab-VXI11: Support glibc-2.26 / libtirpc

Closes: https://bugs.gentoo.org/638050
Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-perl/Lab-VXI11/Lab-VXI11-0.20.0.ebuild | 16 +++-
 dev-perl/Lab-VXI11/metadata.xml|  9 +
 2 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Lab-VXI11/Lab-VXI11-0.20.0.ebuild 
b/dev-perl/Lab-VXI11/Lab-VXI11-0.20.0.ebuild
index 6eca7c19422..9d18e77101a 100644
--- a/dev-perl/Lab-VXI11/Lab-VXI11-0.20.0.ebuild
+++ b/dev-perl/Lab-VXI11/Lab-VXI11-0.20.0.ebuild
@@ -11,9 +11,23 @@ inherit perl-module
 DESCRIPTION="Perl interface to the VXI-11 Test backend"
 
 SLOT="0"
+IUSE="+libtirpc"
 
-RDEPEND=""
+RDEPEND="
+   !libtirpc? ( sys-libs/glibc[rpc(-)] )
+   libtirpc? ( net-libs/libtirpc )
+"
 DEPEND="
${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
 "
+
+src_configure() {
+   if use libtirpc ; then
+   myconf=(
+   OPTIMIZE="${CFLAGS} -I/usr/include/tirpc"
+   LIBS="-ltirpc"
+   )
+   fi
+   perl-module_src_configure
+}

diff --git a/dev-perl/Lab-VXI11/metadata.xml b/dev-perl/Lab-VXI11/metadata.xml
index e10a656f860..ffb2370de9a 100644
--- a/dev-perl/Lab-VXI11/metadata.xml
+++ b/dev-perl/Lab-VXI11/metadata.xml
@@ -9,4 +9,13 @@
 s...@gentoo.org
 Gentoo Science Project
   
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+
+  Build against net-libs/libtirpc for RPC support
+
+  
 



[gentoo-commits] proj/linux-patches: New tag: 4.13-17

2017-11-18 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Nov 18 20:59:26 2017 +

New tag: 4.13-17




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

2017-11-18 Thread Mike Pagano
commit: e3f38cdf1e5c7922a5e48d48ed097d81d5a218aa
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Nov 18 20:58:38 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Nov 18 20:58:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f38cdf

sys-kernel/gentoo-sources: Linux patch 4.9.63

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.9.63.ebuild| 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 2818c39b204..d2971b429e6 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -64,6 +64,9 @@ DIST genpatches-4.9-63.extras.tar.xz 17348 SHA256 
28408ae0b16962f032f994635723a6
 DIST genpatches-4.9-64.base.tar.xz 1203336 SHA256 
218a08e0f85e6cadfddaf34cfb187b3eaf3f7aeed6f78f932a6ecb197196e07a SHA512 
34bfbd0f72570d6f50b6d22b10dc2aa742b9554e467cbe82fad8c9fb463bf7cad9acb46a4f65f44c3d720af539fa5923647afb144363110ec0cc3928bf65
 WHIRLPOOL 
331e3c21cc59e62f9f7d287fc2e441ca602affb828ba4cc59487ce2ba2af84de53e4820bf6a332c3fc1f5858e89f526ea07a321cfeb6041780b6c13e77de170f
 DIST genpatches-4.9-64.experimental.tar.xz 106388 SHA256 
88279fabd32a49fce437d4dcc1c16539db18211e3ddba3dbfe29e02409cefaf9 SHA512 
9ba6da1ae2a618b5c766a1b9cabb459d5e3296643ede83fc9a2eb3991030abcd37652e1cdcfa9f1756f42b386b2fccdfd498ccd6e7b54f87e7c953cd05faa8a7
 WHIRLPOOL 
16f76f83c2d91b7648b435308b27335734247402d36b1113b8fe1b7f4a47917a19c8d636b49e36a73879ba39a8b0175ba50f3b890ccad8d496ea8b225c451619
 DIST genpatches-4.9-64.extras.tar.xz 17356 SHA256 
91388a8444f98a0535cade4b901a9480e6802f0895696c62b19377ec667d2d67 SHA512 
2788478d0f659ab53b9fb5569cb6286b7db457520b2257db19ba8b9e2ef08be7e20e1901fe6d09069da09c8504507b2c1ea8ef3483ea5fda5272902ad49c18fe
 WHIRLPOOL 
7c86180c55b4ebe26b93b4d8f1b280ec54c56d55b106109a614cfec211222f1c4e17803b1537c3179760a12dc12483951698c81bd2f7bf8deefcd5f454453180
+DIST genpatches-4.9-65.base.tar.xz 1214800 SHA256 
089ad87fa5517c3211f513ab8cc6d9dc8587bec6b7e7ac432b1d9f984d97dd82 SHA512 
7610c1ea5d98ffb5d7f1f036c6dd9d67dac5edc64d5e161f551e3091f295a2c5c1e8f4c0be02450c6c50baa65435b127d0c57c7118184d59377c13ecf6b9880e
 WHIRLPOOL 
da6e1d88bc4c89ddfb69c77d07ebbed2fa9272e653f0fdca0d18691f9a49cee3ec8a0597f46d430710274cc6fdff8bf374408cfd70504982e214d63df57cb4ae
+DIST genpatches-4.9-65.experimental.tar.xz 106380 SHA256 
8e5a3cf556c9792601b7c15ec25ba32b8c86012c89c9f32f57f7e3ac6c9a01aa SHA512 
6463eda4311ea2e47233076970a196fc6a55f79791c9e776b77ad54e326c9dfcdad1befb677323befec068bfe4740b137b7af82118920ddc6241c002c7040466
 WHIRLPOOL 
652aa07743004450f72ad11957ac85beca5cfe2118ce642f88efe6ac302a31f8f6ee0496dbf2079168836b7192696ed995c8a27b820ec0641b47b93910d3cec2
+DIST genpatches-4.9-65.extras.tar.xz 17352 SHA256 
f9b469fc17a0e3fd6f008a043cac320a0fbb2282e8d9d698faae3ef614c71b2f SHA512 
ced79ee5bd932605f3c183b19acd8a4b38a0119bcb74908e5949f37060479a3bb7b69dd0081f38e23aff2c572778d59939def79fab02b4026e6c496e1c19b8ba
 WHIRLPOOL 
7c069c561b69ef6be820caa6100b0a85986a4f59522b065e3fa11be0d5944d9e441352a1aa080a34db4d844d67b2f56ec07707ac5f50d5e0ea249701d6ed24a5
 DIST linux-3.10.tar.xz 73175088 SHA256 
df27fa92d27a9c410bfe6c4a89f141638500d7eadcca5cce578954efc2ad3544 SHA512 
5fb109fcbd59bf3dffc911b853894f0a84afa75151368f783a1252c5ff60c7a1504de216c0012be446df983e2dea400ad8eeed3ce04f24dc61d0ef76c174dc35
 WHIRLPOOL 
e7c0ccc2231e430b831218fc66f1940d095d2d5447d391329c6a7373d4a1d16708f64778b32e4847802ee2dae4fcf7cb67a1238fd4eb204fd0c4bce2d8134053
 DIST linux-4.1.tar.xz 83017828 SHA256 
caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f SHA512 
168ef84a4e67619f9f53f3574e438542a5747f9b43443363cb83597fcdac9f40d201625c66e375a23226745eaada9176eb006ca023613cec089349e91751f3c0
 WHIRLPOOL 
85fcfdb67ea7f865272a85d3b4c3ec1f5a1267f4664bf073c562bb3875e9d96ad68486259d8866a9aced98c95de16840ec531d89745aec75b7315a64ebe650b8
 DIST linux-4.12.tar.xz 99186576 SHA256 
a45c3becd4d08ce411c14628a949d08e2433d8cdeca92036c7013980e93858ab SHA512 
8e81b41b253e63233e92948941f44c6482acb52aa3a3fd172f03a38a86f2c35b2ad4fd407acd1bc3964673eba344fe104d3a03e3ff4bf9cd1f22bd44263bd728
 WHIRLPOOL 
3b97da251c2ba4ace4a27b708f2b1dcf94cb1b59aaeded6acb74bd98f0d3e33f1df83670665e4186d99a55daa84c88d539d93e20f0ff18a6d46ef326c48dd375

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.63.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.63.ebuild
new file mode 100644
index 000..2324f13e9e7
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.63.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="65"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 

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

2017-11-18 Thread Sergei Trofimovich
commit: 9c3f844ed01a4f3a2faca6aa9d754f12b17ddf0d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 18 20:54:09 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 18 20:54:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c3f844e

net-print/hplip: stable 3.17.10 for ppc, bug #629332

Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 net-print/hplip/hplip-3.17.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip/hplip-3.17.10.ebuild 
b/net-print/hplip/hplip-3.17.10.ebuild
index 1d28c58ac24..550501dcf36 100644
--- a/net-print/hplip/hplip-3.17.10.ebuild
+++ b/net-print/hplip/hplip-3.17.10.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/hplip/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ppc ppc64 ~x86"
 
 IUSE="doc fax +hpcups hpijs kde libressl -libusb0 minimal parport policykit 
qt5 scanner +snmp static-ppds X"
 



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

2017-11-18 Thread Sergei Trofimovich
commit: b659c8183806381b5ea977149aeae6e26f217788
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 18 20:54:21 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 18 20:54:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b659c818

net-analyzer/wireshark: stable 2.4.2 for ppc, bug #629370

Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

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

diff --git a/net-analyzer/wireshark/wireshark-2.4.2.ebuild 
b/net-analyzer/wireshark/wireshark-2.4.2.ebuild
index e67516f5228..eedb72485f7 100644
--- a/net-analyzer/wireshark/wireshark-2.4.2.ebuild
+++ b/net-analyzer/wireshark/wireshark-2.4.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}download/src/all-versions/${P/_/}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ~ppc ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 x86 ~x86-fbsd"
 IUSE="
adns androiddump +capinfos +caps +captype ciscodump cpu_flags_x86_sse4_2
+dftest doc doc-pdf +dumpcap +editcap geoip gtk kerberos libssh libxml2 
lua



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

2017-11-18 Thread Sergei Trofimovich
commit: 9bda3ae1815f9d8eb3b2eb7924e932542a5f8273
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 18 20:50:35 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 18 20:50:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bda3ae1

sys-libs/glibc: stable 2.25-r9 for sparc, bug #637140 (thanks to Rolf Eike Beer)

Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 sys-libs/glibc/glibc-2.25-r9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/glibc/glibc-2.25-r9.ebuild 
b/sys-libs/glibc/glibc-2.25-r9.ebuild
index ac362fe42e8..b8e8ec81073 100644
--- a/sys-libs/glibc/glibc-2.25-r9.ebuild
+++ b/sys-libs/glibc/glibc-2.25-r9.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="GNU libc6 (also called glibc2) C library"
 HOMEPAGE="https://www.gnu.org/software/libc/libc.html;
 
 LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
 RESTRICT="strip" # strip ourself #46186
 EMULTILIB_PKG="true"
 



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

2017-11-18 Thread Sergei Trofimovich
commit: 241c83952abb75fef29b52d3dbb3efaaea42f751
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 18 20:43:31 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 18 20:44:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=241c8395

dev-libs/protobuf: stable 3.1.0 for ppc64, bug #627772

Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-libs/protobuf/protobuf-3.1.0.ebuild 
b/dev-libs/protobuf/protobuf-3.1.0.ebuild
index 2da6f32376d..beec6b0e717 100644
--- a/dev-libs/protobuf/protobuf-3.1.0.ebuild
+++ b/dev-libs/protobuf/protobuf-3.1.0.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/google/protobuf/archive/v${MY_PV}.tar.gz -> ${P}.tar
 
 LICENSE="BSD"
 SLOT="0/11"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 
~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="emacs examples java python static-libs test vim-syntax zlib"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



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

2017-11-18 Thread Sergei Trofimovich
commit: 8e416375dc26020fe45641ae88bf67d11d0581be
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 18 20:43:36 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 18 20:44:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e416375

dev-python/protobuf-python: stable 3.1.0 for ppc64, bug #627772

Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-python/protobuf-python/protobuf-python-3.1.0.ebuild 
b/dev-python/protobuf-python/protobuf-python-3.1.0.ebuild
index 224f3eddab2..8e2e9833bf5 100644
--- a/dev-python/protobuf-python/protobuf-python-3.1.0.ebuild
+++ b/dev-python/protobuf-python/protobuf-python-3.1.0.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/google/protobuf/archive/v${MY_PV}.tar.gz -> protobuf
 
 LICENSE="BSD"
 SLOT="0/11"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 
~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 # Protobuf is only a build-time dep, but depends on the exact same version



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

2017-11-18 Thread Sergei Trofimovich
commit: cd7e738d0339693cfe75089b1183706b83d56c32
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 18 20:43:41 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 18 20:44:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd7e738d

dev-java/protobuf-java: stable 3.1.0 for ppc64, bug #627772

Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-java/protobuf-java/protobuf-java-3.1.0.ebuild 
b/dev-java/protobuf-java/protobuf-java-3.1.0.ebuild
index 0f08cc45068..567e5a22658 100644
--- a/dev-java/protobuf-java/protobuf-java-3.1.0.ebuild
+++ b/dev-java/protobuf-java/protobuf-java-3.1.0.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/google/protobuf/archive/v${MY_PV}.tar.gz -> protobuf
 
 LICENSE="BSD"
 SLOT="0/11"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sh x86 ~amd64-linux ~arm-linux ~x86-linux 
~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 ~sh x86 ~amd64-linux ~arm-linux ~x86-linux 
~x64-macos ~x86-macos"
 IUSE="nano"
 
 # Protobuf is only a build-time dep, but depends on the exact same version



[gentoo-commits] repo/dev/ulm:master commit in: metadata/

2017-11-18 Thread Ulrich Müller
commit: f1e3a47680557f295caa59f7c3ef2bccd3d8cf15
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Nov 18 19:40:40 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Nov 18 19:40:40 2017 +
URL:https://gitweb.gentoo.org/repo/dev/ulm.git/commit/?id=f1e3a476

metadata/layout.conf: Add BLAKE2B hash, drop SHA256 and WHIRLPOOL.

 metadata/layout.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 98fab06..82e781b 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,7 +1,7 @@
 masters = gentoo
 thin-manifests = true
 use-manifests = strict
-manifest-hashes = SHA256 SHA512 WHIRLPOOL
+manifest-hashes = BLAKE2B SHA512
 sign-manifests = false
 sign-commits = true
 eapis-banned = 0 1 2 3 4



[gentoo-commits] repo/dev/ulm:master commit in: metadata/

2017-11-18 Thread Ulrich Müller
commit: 85e8aec757a4fdcaff5ebf353225a28275bc163e
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Nov 18 19:19:59 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Nov 18 19:19:59 2017 +
URL:https://gitweb.gentoo.org/repo/dev/ulm.git/commit/?id=85e8aec7

metadata/layout.conf: Ban EAPIs 0 to 4.

 metadata/layout.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 64ef59d..98fab06 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -4,4 +4,4 @@ use-manifests = strict
 manifest-hashes = SHA256 SHA512 WHIRLPOOL
 sign-manifests = false
 sign-commits = true
-eapis-deprecated = 0 1 2 3
+eapis-banned = 0 1 2 3 4



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

2017-11-18 Thread Alice Ferrazzi
commit: dc3644b8de6d759a8737fe000377ee90ec479793
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Sat Nov 18 20:42:21 2017 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Sat Nov 18 20:42:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc3644b8

sys-kernel/gentoo-sources: genpatches 4.13.16

Package-Manager: portage-2.3.5

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.13.14.ebuild   | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 25124d2232a..2818c39b204 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -25,6 +25,9 @@ DIST genpatches-4.13-14.extras.tar.xz 17396 SHA256 
dc3c9d2b5c8c5f95af5e3da9463e0
 DIST genpatches-4.13-15.base.tar.xz 254132 SHA256 
42f1e2ba1ea6218492b7aa39553aec4497955eea9cca383ee757d30aaa5f58c0 SHA512 
7d38c30f213a1bc0a38d2bb8e97f1f6b86ecff60779aa36cd1c9bd9cd2726c16b8bd3067364cae716d38e22d8f34dd34cac3072d5fe2c8256de229b99cb9a4b3
 WHIRLPOOL 
0457c37dae998872a21a84ae5e07259afa759f27cc61a27bd2b29fe4a530330ccce9acdf2f48c9b95af4f38a3e67c551d4f1f09afbedfdafc27f00e454db930b
 DIST genpatches-4.13-15.experimental.tar.xz 5184 SHA256 
86e11d4000233f7832090f20771cb0b9b5fb68f630ded53e0492da79a54ae4ac SHA512 
4c5416bdfa602ae083a9058d04d2dede66bef95e5c589dd211aa82264c044a1102b63459dc384e7bdd6c10678b440542db2b274ebeb4456aeef93f09aea4693f
 WHIRLPOOL 
d13f518bb332ff5c5daa9a4ec1e949ed93936d69c248f62b596e8426ace5a00b27cd907d40e2610d46fcc3ef6dace2a56d15969762645d8406b8c0d8e9d3ba47
 DIST genpatches-4.13-15.extras.tar.xz 17400 SHA256 
28a3431e5d8aca353b9d763c67261ccf3f07209d3f622d118b6025c7b1b31f38 SHA512 
4e41c0780bc7c37fa5e13847ee203cefc6e1676921d1560fef9a198ffcb948c7df38acb642098a121bf5ddeb022510aa0ab6863e654e29400eeccf093cc9
 WHIRLPOOL 
d0ef7f5de7f12f94030676c9b9c94834b95dcf23d4607c1e33ee2c1a87830d136ae184ec61e27410b6cdab716b21959d681ddcb90f34b3599b51a8272d46146d
+DIST genpatches-4.13-16.base.tar.xz 266400 SHA256 
89e0a54b2943f3f5b2266e41014f93e238e27a682f8a40f671327dafe61f202b SHA512 
a450a8dd19921afff2d06d28019d8b120f62fe35cdb5b08322a264c5861a253a2f5e53908115c995f221af89d200044cc2a0c722d215586a321cfaedab388a34
 WHIRLPOOL 
8435960f48a51f1d7a08376b1c19086b1af3c4677182b6d1fc657ac9b9b3fe71aa569be7a4d7078559d5e018a0fc89b6d487e903804c5a35208e67a1e759e8d9
+DIST genpatches-4.13-16.experimental.tar.xz 5180 SHA256 
ae765e5814e1ba88f9b84322080d1346de49cc681b6f2279336a59759493a4d1 SHA512 
09a53e6b53c20ddc857b7ff7001be326adacf9d24a565922c8ceae35a98e9a5a1bd214fd6a227115ea90436d3504154cd6ae3e47e5eac270f220ec16255b16ca
 WHIRLPOOL 
7476ea163249171c057d3ced1fd0c9953e698b7d694de3c33ea771f687b99d937b66a323799746cc8bd52ad416cee78735049729d5d8f8c27da136c1970f894b
+DIST genpatches-4.13-16.extras.tar.xz 17388 SHA256 
ecfb93077e76471c7e2db065da587e520e833c327dedb9473cbd8a0eb8c13c11 SHA512 
0bb545641e09b916ee1d7264ba689301c0f90581831857647d4c1feccf4e3a42df9777b99876c606bf864eef258fb05a43f06299eca2ed56c4429ac5c28b45fc
 WHIRLPOOL 
03657f23bbf1d8e5526d89dbdeb5f70f39c4b9615433d6b03c5e737455dac865ad93ab239453daf71327d278f33ea1a226bd723fb8012a720ef8c7f0a721ad7d
 DIST genpatches-4.14-1.base.tar.xz 5256 SHA256 
1459f373ecf84fc1d429db2bbca0c13528492deb0c30b2e9ca011eaf8bcce932 SHA512 
6f8fceff08d9d030785493973648ec3662a7a0c40e7919e0132d6915942a0e017f8ab6da9fdbd00fb6308d19a30608cfa5141141535a203d1cd4e55675d1f1eb
 WHIRLPOOL 
d3ed44fc3e85192f4cf58f629e83cf1ed23456d37a94eaf6242690ebde77cbcb90f1642ebddb65a8f188d3cedfd18bf92b870c4115dc622f3f3b4f4308d318c9
 DIST genpatches-4.14-1.experimental.tar.xz 5184 SHA256 
6734f0f0fdf33b648f7af28252e17b72e9345a483ef0714fa45e192cb33e2b7c SHA512 
c220d229f4dffaf7bf09b9d4cb1a73d61b7646191d715098e5eb51808c66d38827729edccf1252d7b1bfaaed7d2d2566add7b6cbadad1db246379334dee1
 WHIRLPOOL 
307fe32b1492096547eca0af6de818d81724ee58f2594d4c537b1a6bf797ef45b96a51a25b5e92d279e78398f5104bb28bb20a2c2980bab779e5f292017de246
 DIST genpatches-4.14-1.extras.tar.xz 3292 SHA256 
4f1886356f68ce31b02b3edc9982d9bf6492f39f30933f2db3a6339b285ce4c3 SHA512 
38f97d3fab03bde1c1868490e7095149c44c07213b3c6d0d02a6e4549700641daa525b29ffb8a6a78edd08d29ba592ff01ab0a30c37e45d932e3ebe6f48ef74e
 WHIRLPOOL 
2b0b90899c284ce2ec8d02461ccbb9ff997004c5c0e9617df6699a18d4665b2713844e0435e8c4afa52e2e9decad5e632da4ffb72d57e850eddb3a0021bcd5ae

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.13.14.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.13.14.ebuild
new file mode 100644
index 000..867e25abc5b
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.13.14.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="16"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 

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

2017-11-18 Thread Sergei Trofimovich
commit: 5fb2328da633bea95d199b9d9c95ec41d0f6970f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 18 20:39:24 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 18 20:39:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb2328d

dev-libs/libisoburn: stable 1.4.8-r1 for hppa, bug #638002

Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 dev-libs/libisoburn/libisoburn-1.4.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libisoburn/libisoburn-1.4.8-r1.ebuild 
b/dev-libs/libisoburn/libisoburn-1.4.8-r1.ebuild
index 6633181555a..0e5857325b2 100644
--- a/dev-libs/libisoburn/libisoburn-1.4.8-r1.ebuild
+++ b/dev-libs/libisoburn/libisoburn-1.4.8-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz;
 
 LICENSE="GPL-2 GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc ~x86"
 IUSE="acl debug external-filters external-filters-setuid frontend-optional
launch-frontend launch-frontend-setuid libedit readline static-libs 
xattr zlib"
 



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

2017-11-18 Thread Sergei Trofimovich
commit: bf525d7d21334716580da240a42db6426a97f8ea
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 18 20:39:07 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 18 20:39:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf525d7d

dev-libs/libburn: stable 1.4.8-r1 for hppa, bug #638002

Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 dev-libs/libburn/libburn-1.4.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libburn/libburn-1.4.8-r1.ebuild 
b/dev-libs/libburn/libburn-1.4.8-r1.ebuild
index 92a83b7758c..c2df9f93efb 100644
--- a/dev-libs/libburn/libburn-1.4.8-r1.ebuild
+++ b/dev-libs/libburn/libburn-1.4.8-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc ~x86"
 IUSE="debug static-libs track-src-odirect"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-cdr/cdrtools/

2017-11-18 Thread Sergei Trofimovich
commit: 2651482570ea5c250413cb269a2e6d7999be7485
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 18 20:39:16 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 18 20:39:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26514825

app-cdr/cdrtools: stable 3.02_alpha07-r1 for hppa, bug #638008

Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 app-cdr/cdrtools/cdrtools-3.02_alpha07-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/cdrtools/cdrtools-3.02_alpha07-r1.ebuild 
b/app-cdr/cdrtools/cdrtools-3.02_alpha07-r1.ebuild
index c9558c59479..263ca607c46 100644
--- a/app-cdr/cdrtools/cdrtools-3.02_alpha07-r1.ebuild
+++ b/app-cdr/cdrtools/cdrtools-3.02_alpha07-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/$([[ -z ${PV/*_alpha*} ]] 
&& echo 'alpha')/$
 
 LICENSE="GPL-2 LGPL-2.1 CDDL-Schily"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="acl caps nls unicode"
 
 RDEPEND="acl? ( virtual/acl )



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

2017-11-18 Thread Sergei Trofimovich
commit: a891916273e6671d94f34ee693fb8312b3c4630b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 18 20:39:13 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 18 20:39:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8919162

dev-libs/libisofs: stable 1.4.8 for hppa, bug #638002

Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

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

diff --git a/dev-libs/libisofs/libisofs-1.4.8.ebuild 
b/dev-libs/libisofs/libisofs-1.4.8.ebuild
index ea5c22a9ccc..8127ed0ef98 100644
--- a/dev-libs/libisofs/libisofs-1.4.8.ebuild
+++ b/dev-libs/libisofs/libisofs-1.4.8.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc ~x86"
 IUSE="acl debug static-libs verbose-debug xattr zlib"
 
 RDEPEND="acl? ( virtual/acl )



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

2017-11-18 Thread Mike Pagano
commit: 882b70cee83ce20ec8ce125e2fd42a6da54b1d20
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Nov 18 20:35:17 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Nov 18 20:35:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=882b70ce

sys-kernel/gentoo-sources: Linux patch 4.4.99

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.4.99.ebuild| 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index e588615be57..25124d2232a 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -37,6 +37,9 @@ DIST genpatches-4.4-101.extras.tar.xz 16468 SHA256 
17d08fbb9f38fb01ae0877fc2c17b
 DIST genpatches-4.4-102.base.tar.xz 1534876 SHA256 
87f89f0d5912a9ed843d2c4ed8d45377e878a4df98101d99c10ef915b30c9479 SHA512 
bc314f6a6bd7477ae3e217ce27c8b859f4574de76a7e5f3c1e70247eb3236d7bfd8e37a12d27a46cded56e49056e6e7d646c2814935634f387d2ab680b23e5af
 WHIRLPOOL 
b2dc5d694dda0c899877532918c636c3c265296e46f3aed31883e1d8da896607786f13a748e6ac5f6e2514a2ca3850b9a01369955cd4f5694ec5adae7cc255fc
 DIST genpatches-4.4-102.experimental.tar.xz 87724 SHA256 
d76def758c05682a2bba83a4f86b933ca027d54212dfe33b4d87de26cdf1f42e SHA512 
f38af999df68a51778d44aa83dc442824f09cdc4a743ebf1f96cb091338bd77ac0f8a0d49d04ddeca80c5930fc10fb00e3589ad5074e0ec08cdc9c7f09b7316e
 WHIRLPOOL 
15f0aa454442407e6893d28f6526d6b3fd0edda15d5c40ad710f9ddfdd0f72511c25c16b9f8c11663b3dc2caf6c76dd76b8fdee3c654a65ac8f7f54977e516e9
 DIST genpatches-4.4-102.extras.tar.xz 16460 SHA256 
6f58d9d2058c087bd1e09eca3b445b3012fa2805e3f5992a6121f99b13b3c2c9 SHA512 
c93def08004c8a7f15aae95d8be454c2ff9142dc0721eb6623cb18fa621093539fa9458a3735cbc803aa76b8353b8e6ae421b32bb38bfafdcaaf131179b8c5e3
 WHIRLPOOL 
e54226b1c873e07bda99939c700e3ba983d4f67b978b59857b1f0b9e4e402224fef5ec6f370861992b130c3d032430a13f8831c637f2b3f978c908853f93157c
+DIST genpatches-4.4-103.base.tar.xz 1542244 SHA256 
6cd9bea9b6b43a6710e13f6317579ad69724c59a131199c26905b8aa2f7b0465 SHA512 
d3d615dd6e912afa23db3b23c88f0adcf55b2cec987ad6902e997d55cf8ef6af48a01e576c5d9dad998c2ef6963cf9f5b56a605dac08dc8f8c9a2d0732c22f79
 WHIRLPOOL 
8fee07a49a1723cd44221d6be7a799eaade357d171c207de870952fdb495f5f5827692ca3d1620d40397ac535fd8d9bd85c2fae3b6586bd370f1df9240018f0d
+DIST genpatches-4.4-103.experimental.tar.xz 87784 SHA256 
4f78fc0d353a8945040671e79a7b805130ac478996b250d2ad82d059bf8fd626 SHA512 
71747c2a01baa8f288d720b093a9035bd0ecb65a6c22a308c9f97c150f7c8ffdba48172b2cd18730298b6cbfe0f9718737f2975017382d15d403eabcba3f3198
 WHIRLPOOL 
5320127de7c3fbc38352db5d5b2c83fd2f79cdf0b6113f79537b12aca7222bd6dff27e19daf7134de323abdb290f5b5dded48b6a4d15b3b46d7f7cd3c02a12c2
+DIST genpatches-4.4-103.extras.tar.xz 16460 SHA256 
a78a83dc115d7943711568dfb88fee9a18a8a787c6070414337e77dd87a3100f SHA512 
7caee6577147b750fb178126b73f7204082c1b353720695abd091e004211f42b0a5ec279783a98a5cbe294239eb1b29a2492a1af662a8efb70263403604715a7
 WHIRLPOOL 
9ef6ac6d6875fb6b26ce097ba616e2c824974a42cb623640da9731db414771c83745315a07b5c95f7bee96072e341f4ae2499b9af1916078040089371a3b1880
 DIST genpatches-4.4-91.base.tar.xz 1428436 SHA256 
d6c806bd868856a9021b35d0bc3ced37029c8803846d6b251fe7fefadfe46c69 SHA512 
c25be04b33558f7ebcee66df992aae38f29181474ebed82958d4d50639097b4a82eaf256d7b3576bfcd0cd3fe7682956e1d2cdbdb912d47fe86205d9b554
 WHIRLPOOL 
8de12e7bdba76256e8fc41738605bbe961fa3fa0ccbe1fccaf0c8cb3708c692bb65a27db7675e42ce5558a22c81b9017742b14d6776ee2b93f4d1d92535942a9
 DIST genpatches-4.4-91.experimental.tar.xz 87760 SHA256 
e04a99c94b4dd9f5856dd08ed4b286b19c765d8d0fe40237dce256f7c874dbf8 SHA512 
0bbc83e076d45da1d0258bfd7f6acf6170e99891a9a857b2552f3a0fcefff4f318a8c5c8779591b0bb654760f905530de18723f2ba960618eae59a1b7219c28f
 WHIRLPOOL 
fb6306af0191198d466b3349c348139342a70de118bcce0563e3209a7ead8a9d56291f3a4155ba4a4d211db8fc1e20ddec3a3b463d62fff5375df823646f7b02
 DIST genpatches-4.4-91.extras.tar.xz 16468 SHA256 
6cc85cbae6d2ccf087104b5f719abf10d186d3b630572caeb1906c344c66de76 SHA512 
229922945fcb882a0cb7dcba8bac9de51683690462a8df59e181a03d702fcb1c9b54078c5434624b4a197c481f0bb9b73dca58456ef5a5884a30bfd3644dfd6d
 WHIRLPOOL 
81f8fa1676856f0941bc6d09e7e602d2213740bed6edc914d9341bad590650d5a5249fd8bbd2d640380a638ce2a12fd4ec66e0c3753c8d9d22c1fa2c3f07aacb

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.99.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.99.ebuild
new file mode 100644
index 000..66c2ff70010
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.99.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="103"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha 

[gentoo-commits] proj/linux-patches: New tag: 4.9-65

2017-11-18 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Nov 18 20:34:40 2017 +

New tag: 4.9-65




[gentoo-commits] proj/linux-patches: New tag: 4.13-16

2017-11-18 Thread Alice Ferrazzi
commit: 
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Sat Nov 18 20:31:37 2017 +

New tag: 4.13-16




[gentoo-commits] proj/sci:master commit in: sci-biology/bismark/

2017-11-18 Thread Justin Lecher
commit: 59caf0deb45063caeff69aae22626f09b41f0b8f
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Nov 18 20:30:57 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Nov 18 20:30:57 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=59caf0de

sci-biology/bismark: Fix repoman warnings

Signed-off-by: Justin Lecher  gentoo.org>
Package-Manager: Portage-2.3.14, Repoman-2.3.6

 sci-biology/bismark/bismark-0.13.0.ebuild | 15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/sci-biology/bismark/bismark-0.13.0.ebuild 
b/sci-biology/bismark/bismark-0.13.0.ebuild
index cf380efdd..98aa75a61 100644
--- a/sci-biology/bismark/bismark-0.13.0.ebuild
+++ b/sci-biology/bismark/bismark-0.13.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 inherit toolchain-funcs
 
-DESCRIPTION="Map bisulfite converted sequence reads and determine cytosine 
methylation states"
+DESCRIPTION="Map bisulfite converted sequence reads and cytosine methylation 
states"
 HOMEPAGE="http://www.bioinformatics.babraham.ac.uk/projects/bismark/;
 
SRC_URI="http://www.bioinformatics.babraham.ac.uk/projects/${PN}/${PN}_v${PV}.tar.gz;
 
@@ -20,11 +20,12 @@ RDEPEND="sci-biology/bowtie"
 S="${WORKDIR}/${PN}_v${PV}"
 
 src_install() {
-   dobin 
bismark{,2bedGraph,2report,_genome_preparation,_methylation_extractor} 
coverage2cytosine deduplicate_bismark
+   dobin \
+   
bismark{,2bedGraph,2report,_genome_preparation,_methylation_extractor} \
+   coverage2cytosine deduplicate_bismark
insinto /usr/share/${P}
doins bismark_sitrep.tpl
-   dosym /usr/share/${P}/bismark_sitrep.tpl /usr/bin/bismark_sitrep.tpl
-   if use doc; then
+   dosym ../share/${P}/bismark_sitrep.tpl /usr/bin/bismark_sitrep.tpl
+   use doc \
dodoc Bismark_User_Guide.pdf RRBS_Guide.pdf license.txt 
RELEASE_NOTES.txt
-   fi
 }



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

2017-11-18 Thread Sergei Trofimovich
commit: d0e354394ec4d1d50a32dc4592c7b819cb686555
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 18 20:30:10 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 18 20:30:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0e35439

dev-ruby/facter: stable 3.9.2 for ppc64, bug #622158

Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 dev-ruby/facter/facter-3.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/facter/facter-3.9.2.ebuild 
b/dev-ruby/facter/facter-3.9.2.ebuild
index 9517c4b3746..87d5830a154 100644
--- a/dev-ruby/facter/facter-3.9.2.ebuild
+++ b/dev-ruby/facter/facter-3.9.2.ebuild
@@ -14,7 +14,7 @@ S="${S}/all/${P}"
 LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="debug test"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ppc64 x86"
 
 BDEPEND="
>=sys-devel/gcc-4.8:*



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/cpp-hocon/

2017-11-18 Thread Sergei Trofimovich
commit: c0d2379f62ba7c3007165959d31793c47e250804
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 18 20:30:05 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 18 20:30:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0d2379f

dev-cpp/cpp-hocon: stable 0.1.4 for ppc64, bug #622158

Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 dev-cpp/cpp-hocon/cpp-hocon-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/cpp-hocon/cpp-hocon-0.1.4.ebuild 
b/dev-cpp/cpp-hocon/cpp-hocon-0.1.4.ebuild
index 63628ed5571..e3a8b48747b 100644
--- a/dev-cpp/cpp-hocon/cpp-hocon-0.1.4.ebuild
+++ b/dev-cpp/cpp-hocon/cpp-hocon-0.1.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm hppa ~ppc ppc64 x86"
 IUSE="debug test"
 
 DEPEND="



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

2017-11-18 Thread Alice Ferrazzi
commit: b52e47c0c5ad60eb4e5ca0ad9658e41efe03911a
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Sat Nov 18 20:04:21 2017 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Sat Nov 18 20:04:21 2017 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=b52e47c0

linux kernel 4.13.14

 _README  |4 +
 1013_linux-4.13.14.patch | 1678 ++
 2 files changed, 1682 insertions(+)

diff --git a/_README b/_README
index 5edbdf0..8777a91 100644
--- a/_README
+++ b/_README
@@ -95,6 +95,10 @@ Patch:  1012_linux-4.13.13.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.13.13
 
+Patch:  1013_linux-4.13.14.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.13.14
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1013_linux-4.13.14.patch b/1013_linux-4.13.14.patch
new file mode 100644
index 000..c5443f7
--- /dev/null
+++ b/1013_linux-4.13.14.patch
@@ -0,0 +1,1678 @@
+diff --git a/Makefile b/Makefile
+index 1608a9b71381..4aabae365a6c 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 13
+-SUBLEVEL = 13
++SUBLEVEL = 14
+ EXTRAVERSION =
+ NAME = Fearless Coyote
+ 
+diff --git a/drivers/dma/dmatest.c b/drivers/dma/dmatest.c
+index a07ef3d6b3ec..2b478224532e 100644
+--- a/drivers/dma/dmatest.c
 b/drivers/dma/dmatest.c
+@@ -696,6 +696,7 @@ static int dmatest_func(void *data)
+* free it this time?" dancing.  For now, just
+* leave it dangling.
+*/
++  WARN(1, "dmatest: Kernel stack may be corrupted!!\n");
+   dmaengine_unmap_put(um);
+   result("test timed out", total_tests, src_off, dst_off,
+  len, 0);
+diff --git a/drivers/edac/sb_edac.c b/drivers/edac/sb_edac.c
+index 80d860cb0746..7a3b201d51df 100644
+--- a/drivers/edac/sb_edac.c
 b/drivers/edac/sb_edac.c
+@@ -455,6 +455,7 @@ static const struct pci_id_table 
pci_dev_descr_sbridge_table[] = {
+ static const struct pci_id_descr pci_dev_descr_ibridge[] = {
+   /* Processor Home Agent */
+   { PCI_DESCR(PCI_DEVICE_ID_INTEL_IBRIDGE_IMC_HA0,0, IMC0) },
++  { PCI_DESCR(PCI_DEVICE_ID_INTEL_IBRIDGE_IMC_HA1,1, IMC1) },
+ 
+   /* Memory controller */
+   { PCI_DESCR(PCI_DEVICE_ID_INTEL_IBRIDGE_IMC_HA0_TA, 0, IMC0) },
+@@ -465,7 +466,6 @@ static const struct pci_id_descr pci_dev_descr_ibridge[] = 
{
+   { PCI_DESCR(PCI_DEVICE_ID_INTEL_IBRIDGE_IMC_HA0_TAD3,   0, IMC0) },
+ 
+   /* Optional, mode 2HA */
+-  { PCI_DESCR(PCI_DEVICE_ID_INTEL_IBRIDGE_IMC_HA1,1, IMC1) },
+   { PCI_DESCR(PCI_DEVICE_ID_INTEL_IBRIDGE_IMC_HA1_TA, 1, IMC1) },
+   { PCI_DESCR(PCI_DEVICE_ID_INTEL_IBRIDGE_IMC_HA1_RAS,1, IMC1) },
+   { PCI_DESCR(PCI_DEVICE_ID_INTEL_IBRIDGE_IMC_HA1_TAD0,   1, IMC1) },
+@@ -2260,6 +2260,13 @@ static int sbridge_get_onedevice(struct pci_dev **prev,
+ next_imc:
+   sbridge_dev = get_sbridge_dev(bus, dev_descr->dom, multi_bus, 
sbridge_dev);
+   if (!sbridge_dev) {
++  /* If the HA1 wasn't found, don't create EDAC second memory 
controller */
++  if (dev_descr->dom == IMC1 && devno != 1) {
++  edac_dbg(0, "Skip IMC1: %04x:%04x (since HA1 was 
absent)\n",
++   PCI_VENDOR_ID_INTEL, dev_descr->dev_id);
++  pci_dev_put(pdev);
++  return 0;
++  }
+ 
+   if (dev_descr->dom == SOCK)
+   goto out_imc;
+diff --git a/drivers/input/misc/ims-pcu.c b/drivers/input/misc/ims-pcu.c
+index f4e8fbec6a94..b5304e264881 100644
+--- a/drivers/input/misc/ims-pcu.c
 b/drivers/input/misc/ims-pcu.c
+@@ -1635,13 +1635,25 @@ ims_pcu_get_cdc_union_desc(struct usb_interface *intf)
+   return NULL;
+   }
+ 
+-  while (buflen > 0) {
++  while (buflen >= sizeof(*union_desc)) {
+   union_desc = (struct usb_cdc_union_desc *)buf;
+ 
++  if (union_desc->bLength > buflen) {
++  dev_err(>dev, "Too large descriptor\n");
++  return NULL;
++  }
++
+   if (union_desc->bDescriptorType == USB_DT_CS_INTERFACE &&
+   union_desc->bDescriptorSubType == USB_CDC_UNION_TYPE) {
+   dev_dbg(>dev, "Found union header\n");
+-  return union_desc;
++
++  if (union_desc->bLength >= sizeof(*union_desc))
++  return union_desc;
++
++  dev_err(>dev,
++  "Union descriptor to short (%d vs %zd\n)",
++  union_desc->bLength, sizeof(*union_desc));
++  

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

2017-11-18 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Nov 18 20:02:46 2017 +

New tag: 4.4-103




  1   2   3   4   >