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

2018-04-24 Thread Hans de Graaff
commit: ef167d9e38fea2023247714b45bd48ae6289da1e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Apr 25 05:04:20 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Apr 25 05:23:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef167d9e

dev-ruby/fakeweb: add new snapshot for ruby24, ruby25 support

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/fakeweb/Manifest  |  1 +
 dev-ruby/fakeweb/fakeweb-1.3.0.20170806.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-ruby/fakeweb/Manifest b/dev-ruby/fakeweb/Manifest
index 7f863e9e087..a2fd4256c69 100644
--- a/dev-ruby/fakeweb/Manifest
+++ b/dev-ruby/fakeweb/Manifest
@@ -1 +1,2 @@
 DIST fakeweb-1.3.0.20131201.tar.gz 60162 BLAKE2B 
856c499041b122d84fde595343e0917a9ac47e81e50560be79a53def2099ea0ad05532bf3a7e3cd5e8dc668235c1ee75989b15465f397f56b7c0edd028bf980c
 SHA512 
f3bd40680b7eefe90d3fee67f5282dbe4c67d46a1f1040d0d0d62c978b69d08987581a53495bb56e32ebcc6679c84f03c2e26c51d2bd98daa80554d3424c6603
+DIST fakeweb-1.3.0.20170806.tar.gz 61449 BLAKE2B 
f015f95897383e0b65ada5a7833f7bd3fd61ae77f4ab38bf6bb47f2eecef0c778928090302e46157ae4e2fc6c3df4559e9f5c8004a6474ad8852d157aa3af6da
 SHA512 
1871b7c9f2e4f12cd1c434ef4f760828187078a951517fe3f7a6ca5c5d6f08e3056cae2bb012eca1ba556c2f4d369cb2716c637fefee67eb723428195c482edf

diff --git a/dev-ruby/fakeweb/fakeweb-1.3.0.20170806.ebuild 
b/dev-ruby/fakeweb/fakeweb-1.3.0.20170806.ebuild
new file mode 100644
index 000..8c53e00193b
--- /dev/null
+++ b/dev-ruby/fakeweb/fakeweb-1.3.0.20170806.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
+
+COMMIT=2b08c1ff2714ec13a12f3497d67fcefce95c2cbe
+
+inherit ruby-fakegem
+
+DESCRIPTION="Helper for faking web requests in Ruby"
+HOMEPAGE="https://github.com/chrisk/fakeweb;
+SRC_URI="https://github.com/chrisk/fakeweb/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+RUBY_S="${PN}-${COMMIT}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/mocha
+   dev-ruby/test-unit
+   )"
+
+all_ruby_prepare() {
+   # The package bundles samuel and right_http_connection, remove
+   # them
+   rm -r test/vendor || die "failed to remove bundled gems"
+
+   # We don't package sdoc and we don't have the direct template.
+   sed -i -e 's/sdoc/rdoc/' -e '/template/d' Rakefile || die
+
+   # Use the test-unit gem to make jruby compatible with newer mocha.
+   sed -i -e '1igem "test-unit"' \
+   -e '/bundler/I s:^:#:' \
+   -e '/simplecov/ s:^:#:' test/test_helper.rb || die
+
+   # Avoid test dependencies on unmaintained packages that no longer work
+   rm test/test_other_net_http_libraries.rb || die
+
+   sed -i -e '/test:preflight/ s:^:#:' Rakefile || die
+}



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

2018-04-24 Thread Hans de Graaff
commit: 2d3b6bb5fedddf39415e5d382445ef84f37455f5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Apr 25 05:21:30 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Apr 25 05:23:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d3b6bb5

dev-ruby/ruby-oembed: add ruby24

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/ruby-oembed/ruby-oembed-0.12.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ruby-oembed/ruby-oembed-0.12.0.ebuild 
b/dev-ruby/ruby-oembed/ruby-oembed-0.12.0.ebuild
index 384a19e946f..68343b8d5ee 100644
--- a/dev-ruby/ruby-oembed/ruby-oembed-0.12.0.ebuild
+++ b/dev-ruby/ruby-oembed/ruby-oembed-0.12.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2018-04-24 Thread Hans de Graaff
commit: ee1acca4f033651c00da2693600f17fc07948239
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Apr 25 05:12:31 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Apr 25 05:23:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee1acca4

dev-ruby/litc: add ruby24

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/litc/litc-1.0.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/litc/litc-1.0.3-r1.ebuild 
b/dev-ruby/litc/litc-1.0.3-r1.ebuild
index f53b726136b..39dbad172fe 100644
--- a/dev-ruby/litc/litc-1.0.3-r1.ebuild
+++ b/dev-ruby/litc/litc-1.0.3-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_DOC="rerdoc"
 RUBY_FAKEGEM_DOCDIR="rdoc"



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

2018-04-24 Thread Johannes Huber
commit: 7e59eb971d6c83343ba5c3173ae48bb11acc5aa3
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Apr 25 05:07:29 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Apr 25 05:07:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e59eb97

net-irc/quassel: Remove 0.12.4 (r0)

Bug: https://bugs.gentoo.org/603414
Bug: https://bugs.gentoo.org/653834
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 net-irc/quassel/files/quasselcore.conf |  21 
 net-irc/quassel/files/quasselcore.init |  62 
 net-irc/quassel/quassel-0.12.4.ebuild  | 173 -
 3 files changed, 256 deletions(-)

diff --git a/net-irc/quassel/files/quasselcore.conf 
b/net-irc/quassel/files/quasselcore.conf
deleted file mode 100644
index 960203500fe..000
--- a/net-irc/quassel/files/quasselcore.conf
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Loglevel Debug|Info|Warning|Error. Default is: Info
-# The logfile is located at /var/log/quassel.log.
-#LOGLEVEL="Info"
-
-# The address(es) quasselcore will listen on. Default is 0.0.0.0
-#LISTEN="0.0.0.0"
-
-# The port quasselcore will listen at. Default is: 4242
-#PORT="4242"
-
-# User we want our daemon to run under.
-#QUASSEL_USER="quassel"
-
-# Directory we store all quasselcore content.
-#CONFIGDIR="/var/lib/quassel"
-
-# File quasselcore will log all its events into.
-#LOGFILE="/var/log/quassel.log"

diff --git a/net-irc/quassel/files/quasselcore.init 
b/net-irc/quassel/files/quasselcore.init
deleted file mode 100644
index 8e66dff8ca3..000
--- a/net-irc/quassel/files/quasselcore.init
+++ /dev/null
@@ -1,62 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
-   need localmount net
-   after bootmisc postgresql
-}
-
-CORE="$(which quasselcore)"
-PID="/var/run/quassel.pid"
-LOGFILE=${LOGFILE:-"/var/log/quassel.log"}
-CONFIGDIR=${CONFIGDIR:-"/var/lib/quassel"}
-QUASSEL_USER=${QUASSEL_USER:-"quassel"}
-
-checkconfig() {
-   # set defaults
-   LOGLEVEL=${LOGLEVEL:-"Info"}
-
-   # check config folder
-   if [ ! -d "${CONFIGDIR}" ]; then
-   mkdir "${CONFIGDIR}" || return 1
-   fi
-   # permissions always changed just to avoid runtime issues
-   chown -R "${QUASSEL_USER}":"${QUASSEL_USER}" "${CONFIGDIR}" || return 1
-
-   # check log file
-   if [ ! -e "${LOGFILE}" ]; then
-   touch "${LOGFILE}" || return 1
-   fi
-   # permissions always changed just to avoid runtime issues
-   chown "${QUASSEL_USER}":"${QUASSEL_USER}" "${LOGFILE}" || return 1
-}
-
-start() {
-   checkconfig || return 1
-
-   ebegin "Starting Quassel Core"
-
-   if [ -n "${RC_UNAME}" ]; then
-   # running on baselayout-2/openrc
-   start-stop-daemon --start --user "${QUASSEL_USER}" --background 
--make-pidfile \
-   --pidfile "${PID}" \
-   --exec "${CORE}" -- --logfile="${LOGFILE}" 
--loglevel="${LOGLEVEL}" \
-   ${LISTEN:+--listen="${LISTEN}"} ${PORT:+--port="${PORT}"} \
-   --configdir="${CONFIGDIR}"
-   else
-   # running on baselayout-1
-   start-stop-daemon --start --chuid "${QUASSEL_USER}" 
--background --make-pidfile \
-   --pidfile "${PID}" --env HOME="${CONFIGDIR}" \
-   --exec "${CORE}" -- --logfile="${LOGFILE}" 
--loglevel="${LOGLEVEL}" \
-   ${LISTEN:+--listen="${LISTEN}"} ${PORT:+--port="${PORT}"} \
-   --configdir="${CONFIGDIR}"
-   fi
-   eend $?
-}
-
-stop() {
-   ebegin "Stopping Quassel Core"
-   start-stop-daemon --stop --pidfile "${PID}" --exec "${CORE}"
-   eend $?
-}

diff --git a/net-irc/quassel/quassel-0.12.4.ebuild 
b/net-irc/quassel/quassel-0.12.4.ebuild
deleted file mode 100644
index fea12b014b0..000
--- a/net-irc/quassel/quassel-0.12.4.ebuild
+++ /dev/null
@@ -1,173 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils eutils pax-utils systemd user versionator
-
-EGIT_REPO_URI=( "https://github.com/${PN}/${PN}; 
"git://git.${PN}-irc.org/${PN}" )
-[[ "${PV}" == "" ]] && inherit git-r3
-
-DESCRIPTION="Qt/KDE IRC client supporting a remote daemon for 24/7 
connectivity"
-HOMEPAGE="http://quassel-irc.org/;
-[[ "${PV}" == "" ]] || SRC_URI="http://quassel-irc.org/pub/${P}.tar.bz2;
-
-LICENSE="GPL-3"
-KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~sparc-solaris"
-SLOT="0"
-IUSE="crypt dbus debug kde monolithic phonon postgres +server
-snorenotify +ssl syslog webkit X"
-
-SERVER_RDEPEND="
-   dev-qt/qtscript:5
-   crypt? ( app-crypt/qca:2[qt5(+),ssl] )
-   postgres? ( dev-qt/qtsql:5[postgres] )
-   !postgres? ( dev-qt/qtsql:5[sqlite] 

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

2018-04-24 Thread Johannes Huber
commit: 2fd2de0126ae33ffa81d6957c41493a490436469
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Apr 25 05:08:44 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Apr 25 05:08:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd2de01

net-irc/quassel: Remove 0.12.4-r1

Bug: https://bugs.gentoo.org/653834
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 net-irc/quassel/Manifest |   1 -
 net-irc/quassel/quassel-0.12.4-r1.ebuild | 182 ---
 2 files changed, 183 deletions(-)

diff --git a/net-irc/quassel/Manifest b/net-irc/quassel/Manifest
index 5e3ff2980df..4bdaa82b8d1 100644
--- a/net-irc/quassel/Manifest
+++ b/net-irc/quassel/Manifest
@@ -1,2 +1 @@
-DIST quassel-0.12.4.tar.bz2 3742639 BLAKE2B 
855caaf3eb5373008dc3c6f673b68aa1bbb601541ba5eb6c9402f421ec6b1dc933c58785181ca8b3f2fd899ba91a873458ede06f0fda2a3e970980f395742be2
 SHA512 
66bc12a9634534e6492787172a199c774ef1642d1ddb268c24ed96608698628bca7b278021a006a4db76783b19b1e1dead9d019bb8a6cbe1e12b8857792e7b92
 DIST quassel-0.12.5.tar.bz2 3747392 BLAKE2B 
624cd18c2a5e1c480f701072bfeeeb18589cdbd2f2b7ab0d524f32e384ac4feb7328b23b60c3005340d53e4bf3a209f75a5d673a8d5d3f659825f0ef21bd3f9f
 SHA512 
3a0263d7bec9ef4b0d8ef6ea53784f95e0efbadc0f03b49005908411b0b53543ebc66189fb4100c117d87264b648f2a1b01be48c371f926b9f326b1ffc870685

diff --git a/net-irc/quassel/quassel-0.12.4-r1.ebuild 
b/net-irc/quassel/quassel-0.12.4-r1.ebuild
deleted file mode 100644
index 39fd27f107c..000
--- a/net-irc/quassel/quassel-0.12.4-r1.ebuild
+++ /dev/null
@@ -1,182 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils pax-utils systemd user versionator
-
-if [[ ${PV} != ** ]]; then
-   SRC_URI="http://quassel-irc.org/pub/${P}.tar.bz2;
-   KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~sparc-solaris"
-else
-   EGIT_REPO_URI=( "https://github.com/${PN}/${PN}; 
"git://git.${PN}-irc.org/${PN}" )
-   inherit git-r3
-fi
-
-DESCRIPTION="Qt/KDE IRC client supporting a remote daemon for 24/7 
connectivity"
-HOMEPAGE="http://quassel-irc.org/;
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="crypt dbus debug kde monolithic phonon postgres +server
-snorenotify +ssl syslog webkit X"
-
-SERVER_RDEPEND="
-   dev-qt/qtscript:5
-   crypt? ( app-crypt/qca:2[qt5(+),ssl] )
-   postgres? ( dev-qt/qtsql:5[postgres] )
-   !postgres? ( dev-qt/qtsql:5[sqlite] 
dev-db/sqlite:3[threadsafe(+),-secure-delete] )
-   syslog? ( virtual/logger )
-"
-
-GUI_RDEPEND="
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   dbus? (
-   >=dev-libs/libdbusmenu-qt-0.9.3_pre20140619[qt5(+)]
-   dev-qt/qtdbus:5
-   )
-   kde? (
-   kde-frameworks/kconfigwidgets:5
-   kde-frameworks/kcoreaddons:5
-   kde-frameworks/knotifications:5
-   kde-frameworks/knotifyconfig:5
-   kde-frameworks/ktextwidgets:5
-   kde-frameworks/kwidgetsaddons:5
-   kde-frameworks/kxmlgui:5
-   kde-frameworks/sonnet:5
-   )
-   phonon? ( media-libs/phonon[qt5(+)] )
-   snorenotify? ( >=x11-libs/snorenotify-0.7.0 )
-   webkit? ( dev-qt/qtwebkit:5 )
-"
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtnetwork:5[ssl?]
-   sys-libs/zlib
-   monolithic? (
-   ${SERVER_RDEPEND}
-   ${GUI_RDEPEND}
-   )
-   !monolithic? (
-   server? ( ${SERVER_RDEPEND} )
-   X? ( ${GUI_RDEPEND} )
-   )
-"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5
-   kde-frameworks/extra-cmake-modules
-"
-
-DOCS=( AUTHORS ChangeLog README )
-
-REQUIRED_USE="
-   || ( X server monolithic )
-   crypt? ( || ( server monolithic ) )
-   dbus? ( || ( X monolithic ) )
-   kde? ( || ( X monolithic ) dbus phonon )
-   phonon? ( || ( X monolithic ) )
-   postgres? ( || ( server monolithic ) )
-   snorenotify? ( || ( X monolithic ) )
-   syslog? ( || ( server monolithic ) )
-   webkit? ( || ( X monolithic ) )
-"
-
-pkg_setup() {
-   if use server; then
-   QUASSEL_DIR=/var/lib/${PN}
-   QUASSEL_USER=${PN}
-   # create quassel:quassel user
-   enewgroup "${QUASSEL_USER}"
-   enewuser "${QUASSEL_USER}" -1 -1 "${QUASSEL_DIR}" 
"${QUASSEL_USER}"
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DUSE_QT5=ON
-   -DEMBED_DATA=OFF
-   -DCMAKE_SKIP_RPATH=ON
-   $(cmake-utils_use_find_package crypt QCA2-QT5)
-   $(cmake-utils_use_find_package dbus dbusmenu-qt5)
-   $(cmake-utils_use_find_package dbus Qt5DBus)
-   -DWITH_KDE=$(usex kde)
-   -DWITH_OXYGEN=$(usex !kde)
-   -DWANT_MONO=$(usex monolithic)
-   

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

2018-04-24 Thread Hans de Graaff
commit: ff264898c852298332dbdd5d04a89cace3dffb0d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Apr 25 04:41:50 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Apr 25 04:41:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff264898

dev-ruby/combustion: add 0.9.1

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/combustion/Manifest|  1 +
 dev-ruby/combustion/combustion-0.9.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-ruby/combustion/Manifest b/dev-ruby/combustion/Manifest
index 20d341c611d..948391f9bd3 100644
--- a/dev-ruby/combustion/Manifest
+++ b/dev-ruby/combustion/Manifest
@@ -1,2 +1,3 @@
 DIST combustion-0.8.0.gem 17920 BLAKE2B 
f318b2a2a6f1ee2103d396f9da52f5aeecdcd76008a91613118732b7253625ef40994680400ce3b8a3f781b08366c8bc15d9288ff9e8d8bd8af8afceb9af9a28
 SHA512 
145aa927dbedf0f5e8207538f0c741ce7c9a03ae696ad6a525bfcb0d4a3c89ae6f9f1b4ffc384d6aa82e2fa3ad802902a29db2fee9803e7a05dd69ea59c24419
 DIST combustion-0.9.0.gem 17920 BLAKE2B 
ac5a1c41b5993614a0101427f0a8d7491736a98b3b7799ed9e638515ae0a9b3098eed5c77a5bbd1c02efe9b613b2d30aac0c446fefb16405c3bfed4d1d15d23f
 SHA512 
6d82f96fe2f42e50065e3de4d0fb8b05fa8da9e63a77b29934db0600594d826eb2a3e36a14e7e18744fed233db769c12a7620b4ec98aa230a6973d07a142a364
+DIST combustion-0.9.1.gem 18432 BLAKE2B 
db569f0e97c756b5ebbe9fe33186d793ea8be97c9a629db0f263576a15bad1deaa353e43afff0ec72807be7fc9fc87075696ce5fbd20abaa0dc064a9d448d4a1
 SHA512 
9a64b0cd440ea10f1318b24f7643303d9cd7d7ac6d8d2d16a5b7b6e656a6cbbc98684636520a12950ab038bc819ee817763e802996914cc7ee6ba0fb12ae9248

diff --git a/dev-ruby/combustion/combustion-0.9.1.ebuild 
b/dev-ruby/combustion/combustion-0.9.1.ebuild
new file mode 100644
index 000..31470caeb48
--- /dev/null
+++ b/dev-ruby/combustion/combustion-0.9.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Elegant Rails Engine Testing"
+HOMEPAGE="https://github.com/pat/combustion;
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/activesupport-3.0.0:*
+   >=dev-ruby/railties-3.0.0:*
+   >=dev-ruby/thor-0.14.6
+"



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

2018-04-24 Thread Hans de Graaff
commit: 8ff135d42697814ee3aedf57b49bbeb10027cdc5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Apr 25 04:39:10 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Apr 25 04:39:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ff135d4

dev-ruby/combustion: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/combustion/Manifest|  1 -
 dev-ruby/combustion/combustion-0.7.0.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-ruby/combustion/Manifest b/dev-ruby/combustion/Manifest
index 22ca1f8132b..20d341c611d 100644
--- a/dev-ruby/combustion/Manifest
+++ b/dev-ruby/combustion/Manifest
@@ -1,3 +1,2 @@
-DIST combustion-0.7.0.gem 16896 BLAKE2B 
241a05ca36cb231deb8e4f0fe6f0e6dae06f8a01e30a4bc078e9e9b4263d614a924a487a5b81c27142de99c69f60590208242b29930819c516ad72b3a3823567
 SHA512 
77e2f7da100bffce5b3d8271ba4fd685839295d79a0738c02b5a47fb6cde3cebd1a5d6b9b8668f5b3eca5dd5397476d71c393d3e19429d47a77ddd731875f3dc
 DIST combustion-0.8.0.gem 17920 BLAKE2B 
f318b2a2a6f1ee2103d396f9da52f5aeecdcd76008a91613118732b7253625ef40994680400ce3b8a3f781b08366c8bc15d9288ff9e8d8bd8af8afceb9af9a28
 SHA512 
145aa927dbedf0f5e8207538f0c741ce7c9a03ae696ad6a525bfcb0d4a3c89ae6f9f1b4ffc384d6aa82e2fa3ad802902a29db2fee9803e7a05dd69ea59c24419
 DIST combustion-0.9.0.gem 17920 BLAKE2B 
ac5a1c41b5993614a0101427f0a8d7491736a98b3b7799ed9e638515ae0a9b3098eed5c77a5bbd1c02efe9b613b2d30aac0c446fefb16405c3bfed4d1d15d23f
 SHA512 
6d82f96fe2f42e50065e3de4d0fb8b05fa8da9e63a77b29934db0600594d826eb2a3e36a14e7e18744fed233db769c12a7620b4ec98aa230a6973d07a142a364

diff --git a/dev-ruby/combustion/combustion-0.7.0.ebuild 
b/dev-ruby/combustion/combustion-0.7.0.ebuild
deleted file mode 100644
index 72e8a734c5f..000
--- a/dev-ruby/combustion/combustion-0.7.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Elegant Rails Engine Testing"
-HOMEPAGE="https://github.com/pat/combustion;
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "
-   >=dev-ruby/activesupport-3.0.0:*
-   >=dev-ruby/railties-3.0.0:*
-   >=dev-ruby/thor-0.14.6
-"



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

2018-04-24 Thread Hans de Graaff
commit: ad4c06804e7abcc610d985091953ac8c57b1b622
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Apr 25 04:44:26 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Apr 25 04:44:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad4c0680

dev-ruby/dotenv: add 2.4.0

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/dotenv/Manifest|  1 +
 dev-ruby/dotenv/dotenv-2.4.0.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-ruby/dotenv/Manifest b/dev-ruby/dotenv/Manifest
index 4fa8cf6dbe9..5565b97d715 100644
--- a/dev-ruby/dotenv/Manifest
+++ b/dev-ruby/dotenv/Manifest
@@ -1,2 +1,3 @@
 DIST dotenv-2.2.1.tar.gz 15855 BLAKE2B 
c970fbd30e3c616b9426f4f758e47c81cf54887de0a11560f4ed3aabda6b1b83f49849775d129658d3a2eb6ecdfe4fbea670d0a63443954ac1d53177125a895b
 SHA512 
67e9cc5323d505f0b5a5a1278d0ce6c72a577fc096508b5a6de7b73f3c0fa2ca8144475783ab2b9ef04cf44d6e57ddb8e09f849c44729f7bb7c4bb7156baa443
 DIST dotenv-2.2.2.tar.gz 15856 BLAKE2B 
e27a2650c79aadb31545c3a02d698f5cc3c9e27ddf07aa853a1f776b467f3cb707dda4ee3a0c107fbeb4a5609ded993ab74c81721cab088239858c28bd8e3ded
 SHA512 
6af4039cec9c4c85240dc01eee5e24cac6b762e2fcb0d371bbde4cf03743e1917436664d2ea2e59fa619fddce96c9d3848354d42c3a621556cb120ed1cd0cf2b
+DIST dotenv-2.4.0.tar.gz 16613 BLAKE2B 
e9f6a3bd08f610f829c09a250916d2b3194f699aa3b19c05e13ac77a4fdcf8a830ff43ddd6203d08fc96b70fc6b5d35b518ee2a640dd5a2b49886fac8a67fdb9
 SHA512 
59ae851ef6444dafa673549e84e9476c9ffb78ac6aa078be0fbdc0a1011e4df1dbbc664c612759c0932051bbe954a62679b4d9304dea0191469bf3d792943955

diff --git a/dev-ruby/dotenv/dotenv-2.4.0.ebuild 
b/dev-ruby/dotenv/dotenv-2.4.0.ebuild
new file mode 100644
index 000..f7b383c5017
--- /dev/null
+++ b/dev-ruby/dotenv/dotenv-2.4.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_EXTRADOC="README.md Changelog.md"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Loads environment variables from .env into ENV"
+HOMEPAGE="https://github.com/bkeepers/dotenv;
+SRC_URI="https://github.com/bkeepers/dotenv/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+SLOT="2"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/spring dev-ruby/rails )"
+
+all_ruby_prepare() {
+   sed -i -e '/:guard/,/end/ s:^:#:' \
+   -e '5igem "rspec", "~> 3.0"' Gemfile || die
+
+   sed -i -e '/rubocop/ s:^:#:' -e 's/git ls-files/find/' dotenv.gemspec 
|| die
+}
+
+each_ruby_prepare() {
+   sed -i -e "s:ruby -v:${RUBY} -v:g" spec/dotenv/parser_spec.rb || die
+}



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

2018-04-24 Thread Matt Thode
commit: 9a98f9802a3a1c054fdbf77bfa269b3e095473ee
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Apr 25 02:37:49 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Apr 25 02:37:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a98f980

sys-cluster/cinder: 12.0.1 bup

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 sys-cluster/cinder/Manifest |   1 +
 sys-cluster/cinder/cinder-12.0.1.ebuild | 218 
 2 files changed, 219 insertions(+)

diff --git a/sys-cluster/cinder/Manifest b/sys-cluster/cinder/Manifest
index 0053ff4ea8c..caa1e9a070d 100644
--- a/sys-cluster/cinder/Manifest
+++ b/sys-cluster/cinder/Manifest
@@ -1,4 +1,5 @@
 DIST cinder-11.1.0.tar.gz 5813863 BLAKE2B 
467ebe47d92b8a9c612b6d2c30ca9a3b737b33cf999c3612079cb6d6886ee986e60f9eb15bc6cd3e2adc7ab9c4e956ca41c9324c23f8892cdea9aedd1e1e035c
 SHA512 
193914d69144afba54bda7b3d05a8140501368c2fd44dd203dff5006228dad47602c4da244dc844781cff36581987ee236fc5238c7d78062e7cb78b8795b1f28
 DIST cinder-12.0.0.tar.gz 5359294 BLAKE2B 
85a7422ba3a562546cb192cabd6d9614adf8e4daa5cd86d98b6c3a49bd3ecea71027ce9e075f297f998d6539803f02505153fb09586928a159fce7683db6f680
 SHA512 
dbc65a0231ae584734a9cb9b29429a5ebecb15caf340237e8c3064b7e4c02793e6ec988554588aff46b825a44eac75fb748b25001ac28667752acc8fe199022d
+DIST cinder-12.0.1.tar.gz 5333749 BLAKE2B 
9a78b3a4a6212018e9bfa2ec29ee3c26dbb11a77214eeea2a421fcb898f75a15da78a6e7b6d42793b5ac833003b20bc39a56851a177fca6ec1ca96684d7e3bba
 SHA512 
4b07a3cd579ee235446eb6eaf50698b629a6d24d5e7ada2d99635702aa3d53bab2038edf79f7b741d1039a88a752a1a093c454648c88abae8dc7070c59d16c07
 DIST pike-cinder.conf.sample 185310 BLAKE2B 
6f6a626537098107d63cd33ef6f8cc63dd5064711fcab3b6a7ebd0bb4170d3cc18e1cc414491859c63ca02d39602f496068823975f1cd5de731402696ade0868
 SHA512 
12c44b7a31888fbf4c70e037a2f5d0b778018e10bd0fc1cb97391bbe2fc6f97bbe4bec0d1504513ee0235ce50decda6883fe64a7d8fd5e329d8ad73e6bb74654
 DIST queens-cinder.conf.sample 179467 BLAKE2B 
00c229a6d9882740460c633db69bf3f5ff3d77a2a8e78f38528f1b5e6e03c2371141ba219c24b8dc82e51c20a5e784af142c1a0192791ff356e5841a9991d713
 SHA512 
346f9ad4ddcfed26dd3b9b34e65c2edaf08a7d649d4af5bd3a5ebf1047c78d6cdc4e4712666e022f56acd3b2a0b323850b40cc4d0008f2c140507342a00b2908

diff --git a/sys-cluster/cinder/cinder-12.0.1.ebuild 
b/sys-cluster/cinder/cinder-12.0.1.ebuild
new file mode 100644
index 000..7c4c55c46c3
--- /dev/null
+++ b/sys-cluster/cinder/cinder-12.0.1.ebuild
@@ -0,0 +1,218 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1 eutils git-r3 linux-info user
+
+DESCRIPTION="Cinder is the OpenStack Block storage service, a spin out of 
nova-volumes"
+HOMEPAGE="https://launchpad.net/cinder;
+
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/queens/cinder.conf.sample
 -> queens-cinder.conf.sample"
+   EGIT_REPO_URI="https://github.com/openstack/cinder.git;
+   EGIT_BRANCH="stable/queens"
+else
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/queens/cinder.conf.sample
 -> queens-cinder.conf.sample
+   https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS=""
+IUSE="+api +scheduler +volume infiniband iscsi lvm mysql +memcached postgres 
rdma sqlite +tcp test +tgt"
+REQUIRED_USE="|| ( mysql postgres sqlite ) iscsi? ( tgt ) infiniband? ( rdma )"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   app-admin/sudo"
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/defusedxml-0.5.0[${PYTHON_USEDEP}]
+   dev-python/enum34[$(python_gen_usedep 'python2_7')]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
+   =dev-python/greenlet-0.4.1[${PYTHON_USEDEP}]
+   >=dev-python/httplib2-0.9.1[${PYTHON_USEDEP}]
+   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-2.6.0[${PYTHON_USEDEP}]
+   =dev-python/keystoneauth-3.3.0[${PYTHON_USEDEP}]
+   >=dev-python/keystonemiddleware-4.17.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-3.4.1[${PYTHON_USEDEP}]
+   !~dev-python/lxml-3.7.0[${PYTHON_USEDEP}]
+   >=dev-python/oauth2client-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-concurrency-3.25.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-db-4.27.0[${PYTHON_USEDEP}]
+   

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

2018-04-24 Thread Matt Thode
commit: 43812e9c3e6d778d80f1dd287a8daace5dad3d73
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Apr 25 02:40:20 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Apr 25 02:40:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43812e9c

app-admin/glance: 16.0.1 bup

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 app-admin/glance/Manifest |   1 +
 app-admin/glance/glance-16.0.1.ebuild | 145 ++
 2 files changed, 146 insertions(+)

diff --git a/app-admin/glance/Manifest b/app-admin/glance/Manifest
index d00c51f8205..11492e63f2d 100644
--- a/app-admin/glance/Manifest
+++ b/app-admin/glance/Manifest
@@ -1,2 +1,3 @@
 DIST glance-15.0.1.tar.gz 1815463 BLAKE2B 
ec6e51340fc4d737e2bd777baf03163a0b515d19c1dc8e5203918e07b304a9539f47ba763207e26def985c6a384d21250ffe1386b433d8b606b55d3d70e4431a
 SHA512 
2da3ada256424a7817d0c49aac0940443cbefcfff3df77a623d7099badf356808b5df59f109ac233f84ac561b7310d3b8d53cafd6c9955a8e2b296a1655cedd3
 DIST glance-16.0.0.tar.gz 1956293 BLAKE2B 
457f18412885287d8a3ea1b702af0e7b826eeeaf93ce8b1b7456a42d3a84594cfe270670ac35e9c63d8fbb464a3ed0db823a6949fbfa37f993b260681222d9c1
 SHA512 
20ff8ba74eee3a5b69f7e357f69870398e96341831bea56bbad61314d3eff9d6767dfd48634d04f96cfbc4cc96c7eff3ab900748461ecaa14e2cf329aec40481
+DIST glance-16.0.1.tar.gz 1957403 BLAKE2B 
a58a37b1926432ff227ebbd2b8538d25276085c4183244f930cdb6432ce00ed3927130ede24faeb9ebd25489f649c7f6542d71b9fe9614859ed3953bded13ab2
 SHA512 
dad883c308cfa6799bd5fc4111585af2bd7f2c5a20126976d1044e2bf573f94756f2ecea87f3b04fe611f80602709e0501c0efceed5061d0c752416b6255a2a2

diff --git a/app-admin/glance/glance-16.0.1.ebuild 
b/app-admin/glance/glance-16.0.1.ebuild
new file mode 100644
index 000..a3a068b143c
--- /dev/null
+++ b/app-admin/glance/glance-16.0.1.ebuild
@@ -0,0 +1,145 @@
+# Copyright 1999-2018 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 user
+
+DESCRIPTION="Services for discovering, registering, and retrieving VM images"
+HOMEPAGE="https://launchpad.net/glance;
+
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/openstack/glance.git;
+   EGIT_BRANCH="stable/queens"
+else
+   SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="doc mysql postgres +sqlite +swift"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+
+#note to self, wsgiref is a python builtin, no need to package it
+#>=dev-python/wsgiref-0.1.2[${PYTHON_USEDEP}]
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/defusedxml-0.5.0[${PYTHON_USEDEP}]
+   sqlite? (
+   >=dev-python/sqlalchemy-1.0.10[sqlite,${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.5[sqlite,${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.6[sqlite,${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.7[sqlite,${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.8[sqlite,${PYTHON_USEDEP}]
+   )
+   mysql? (
+   >=dev-python/pymysql-0.7.6[${PYTHON_USEDEP}]
+   !~dev-python/pymysql-0.7.7[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.5[${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.6[${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.7[${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.8[${PYTHON_USEDEP}]
+   )
+   postgres? (
+   >=dev-python/psycopg-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.5[${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.6[${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.7[${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.8[${PYTHON_USEDEP}]
+   )
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
+   =dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/routes-2.3.1[${PYTHON_USEDEP}]
+   >=dev-python/webob-1.7.1[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-migrate-0.11.0[${PYTHON_USEDEP}]
+   >=dev-python/python-sqlparse-0.2.2[${PYTHON_USEDEP}]
+   >=dev-python/alembic-0.8.10[${PYTHON_USEDEP}]
+   >=dev-python/httplib2-0.9.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-concurrency-3.25.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   

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

2018-04-24 Thread Matt Thode
commit: 21d101898923ef8f758ac63c4a4bf4d741883151
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Apr 25 02:27:58 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Apr 25 02:27:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d10189

net-analyzer/icinga2: 2.8.3 bup

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 net-analyzer/icinga2/Manifest |   1 +
 net-analyzer/icinga2/icinga2-2.8.3.ebuild | 176 ++
 2 files changed, 177 insertions(+)

diff --git a/net-analyzer/icinga2/Manifest b/net-analyzer/icinga2/Manifest
index 50eb7173807..513398ab63d 100644
--- a/net-analyzer/icinga2/Manifest
+++ b/net-analyzer/icinga2/Manifest
@@ -1 +1,2 @@
 DIST icinga2-2.8.2.tar.gz 2507304 BLAKE2B 
0f2cc58fff6d9f648b302c3af07e24fcf20e0c10c140d4052991477e1dbf5c158157f0c64e8d3aa26a6fadc46db25eb26d7b5d5c791a8a7d91445be10f0cecea
 SHA512 
55a9791fa14d0e3e559b3083ec83ad301b62a677a1b56ad30227b1a3591612e2fe536a34a25705fb935a6ca8e42f45ff006f9856b47103da054db15582455579
+DIST icinga2-2.8.3.tar.gz 2510289 BLAKE2B 
f94f46276744d469b5f988f72ab45dc16ba49fc73dffe600cfe14b8736a2ddef3e87953f2f78d7db6f7dcd20b75fc317d285d6aa199d95600ab58d3736f2ecd2
 SHA512 
c5b6724268b298612670a9ed233e41de4d3ea823dade39d17af41d414a78eab0548f1ca07ed8d8f56ef1251f7bb0b6a349129b2ce11c57ac3fec857e67d81018

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

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

2018-04-24 Thread Matt Thode
commit: d3a0c9bd8ccc36b4cdacdddf266960a8c3c5c549
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Apr 25 02:33:21 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Apr 25 02:33:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a0c9bd

dev-python/keyring: 12.0.2 and 12.1.0 bups

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 dev-python/keyring/Manifest  |  2 ++
 dev-python/keyring/keyring-12.0.2.ebuild | 40 
 dev-python/keyring/keyring-12.1.0.ebuild | 40 
 3 files changed, 82 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 5217e9031cb..79ce055167f 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -2,3 +2,5 @@ DIST keyring-10.6.0.tar.gz 40782 BLAKE2B 
acd327711a8f7deb08d172000294d5f104e2d01
 DIST keyring-11.0.0.tar.gz 40883 BLAKE2B 
50ce8bf1265899a3054edf2fabef75694190e06e83a56b5de8e76b3d6c4ea460971d74c1a03d936765914d3b2a1812836bb56363911b706d20d59c158e8478f2
 SHA512 
d4937e84e6de18ed8fcba02d2d297ecc5a6434623c362f5608141041acbc7bc27fbf94e54a5a503a02b725df737fa8505d0d91e2c3e84298fa4044d7dc99f207
 DIST keyring-11.1.0.tar.gz 25518 BLAKE2B 
8b23853a15217a4d51a30d2add4f2e4eaa9af788c37fbb821bde69081d120f4a81560d2165b067b3eb299903a35d0316d944c3889c312745609085bb6ce29cec
 SHA512 
3fb099f8a72c705ad1e2387b67ca3b9bf18615f9253e589bc8996e3b31db4b295a925ff95ef52da861e94ecf10d080db93bde1a7420e8de12448220abe2e016e
 DIST keyring-12.0.1.tar.gz 41430 BLAKE2B 
5717aeab6cb25f909679565b16f9400c599b5bc235b459483e704446d52b1119598827140e44cbc39aff527e8e60a9ed66b227cb268a2daa843c42c41d03
 SHA512 
f55639429500b571ff648bac91dc63cad2988296bc9d89a69f0dfe4fffd62db5996acc2d4a144aa63ed6e9b68c068bee8b3f0bdca8dc1c9120c08d0c77ec
+DIST keyring-12.0.2.tar.gz 41757 BLAKE2B 
3cc08da13b475dd01eff33782494d580a231311778678646b44ee289a1fcdb9ae0cf431f8f678ad07418f9d829bb2ec651a343e2624624923632cb2c6bf9c5b9
 SHA512 
79fd05505b14cd60d6dd1f0d2843d79ce31730705d72459ea008101cb03d3e0249a1b48177c528f3bf475c8bd52142b4771ef00b3676ea730e0122b4930ccb4b
+DIST keyring-12.1.0.tar.gz 41959 BLAKE2B 
203b1423485e10b04ae46dee23b0f7961a24743bc384fd50c9a1ce6b058decd091d3bebf5da1c8fdfb552dbcaeb79895dbcd3a4c6e79a5015a314cacbd991945
 SHA512 
b94f5cdb021b8b4fdb3a9aa95ae6b0f20e14bf2a1f0abdcbf0a3d6b41d3740d555e7313e561ce828c4652f34297933e7230ad64aa50faf4ae144c35660d2

diff --git a/dev-python/keyring/keyring-12.0.2.ebuild 
b/dev-python/keyring/keyring-12.0.2.ebuild
new file mode 100644
index 000..9b1aa8d10a2
--- /dev/null
+++ b/dev-python/keyring/keyring-12.0.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="https://github.com/jaraco/keyring;
+SRC_URI="mirror://pypi/k/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
+   =dev-python/pytest-2.8[${PYTHON_USEDEP}]
+   dev-python/pytest-flake8[${PYTHON_USEDEP}]
+   dev-python/collective-checkdocs[${PYTHON_USEDEP}]
+   )"
+RDEPEND=""
+
+src_unpack() {
+   unpack $A
+   # This is an interactive test.
+   rm -f "${S}"/keyring/tests/backends/test_kwallet.py
+}
+
+python_test() {
+   py.test -v -v || die "testsuite failed under ${EPYTHON}"
+}

diff --git a/dev-python/keyring/keyring-12.1.0.ebuild 
b/dev-python/keyring/keyring-12.1.0.ebuild
new file mode 100644
index 000..9b35a1c4afb
--- /dev/null
+++ b/dev-python/keyring/keyring-12.1.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="https://github.com/jaraco/keyring;
+SRC_URI="mirror://pypi/k/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
+   dev-python/secretstorage[${PYTHON_USEDEP}]
+   dev-python/entrypoints[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
+   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+   dev-python/pytest-flake8[${PYTHON_USEDEP}]
+   dev-python/collective-checkdocs[${PYTHON_USEDEP}]
+   )"
+RDEPEND=""
+
+src_unpack() {
+   unpack $A
+   # This is an interactive test.
+   rm -f "${S}"/keyring/tests/backends/test_kwallet.py
+}
+

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

2018-04-24 Thread Matt Thode
commit: 90952271e4b42b6d81ef9e9223b953453bead0a7
Author: Nikos Chantziaras  gmail  com>
AuthorDate: Tue Apr 24 18:51:20 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Apr 25 02:12:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90952271

media-sound/spotify-1.0.72: remove amd64

64-bit build was removed by upstream a while ago and is no longer available.

Closes: https://bugs.gentoo.org/654002
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Signed-off-by: Matthew Thode  gentoo.org>

 media-sound/spotify/Manifest  |  1 -
 media-sound/spotify/spotify-1.0.72.ebuild | 11 ++-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
index d8e0bf2a014..7742f791801 100644
--- a/media-sound/spotify/Manifest
+++ b/media-sound/spotify/Manifest
@@ -1,3 +1,2 @@
-DIST spotify-client_1.0.72.117.g6bd7cc73-35_amd64.deb 90872908 BLAKE2B 
9eb06a175c8321effc4404c0a2abc978bed4e4f7654d907b4e8232249b5d07e70f54a39fd1ec7cc4e14f1348d1a71ca6abf3622992063e2402d2100f227c627a
 SHA512 
fd33a5cd86edd4bf759849669516ffce35d89a77c6fcfb3ed0eb0ecb69024de5011499f36e48b8d37a873eb47da89eb21d9b9c7d280c498830a9fb1f8785db60
 DIST spotify-client_1.0.72.117.g6bd7cc73-35_i386.deb 95135550 BLAKE2B 
ad4587dd6b3c64a0398e0790203a7826e290a27542fa39ebbd6c7198d8ad1fd3fb06e8b030b64e1e61e0624ef20aafda08189266486cd073cb779ebff62ef502
 SHA512 
51d60f7592e5f31ea4b7e67736a85271cb48d4108459630da61c4ab67d2a470038240c1d6ff577280cb4498cf44f14d7bc7e0312f63d34265bcd1e70cd13142f
 DIST spotify-client_1.0.77.338.g758ebd78-41_amd64.deb 96717978 BLAKE2B 
91a4e8099076e7ccb9f44e67f2ba4ee2899ef6c5c818093a62fafd7e31e84b3bd6f44aa1439d4c0c9b8818be89c6898067ca1694946bf92da19fd92ecde6d2e7
 SHA512 
c0c08d4f6af8ffef3d9784e176c6112975ce56c7eec961df11821f4ac52785dc090e794c25874fce004da5f3e42979402e921ef12fbe1cfc80f02034448724db

diff --git a/media-sound/spotify/spotify-1.0.72.ebuild 
b/media-sound/spotify/spotify-1.0.72.ebuild
index 7cf02df1c2e..3b8d57bd25a 100644
--- a/media-sound/spotify/spotify-1.0.72.ebuild
+++ b/media-sound/spotify/spotify-1.0.72.ebuild
@@ -6,14 +6,15 @@ inherit eutils xdg-utils gnome2-utils pax-utils unpacker
 
 DESCRIPTION="Spotify is a social music platform"
 HOMEPAGE="https://www.spotify.com/ch-de/download/previews/;
-BUILD_ID_AMD64="117.g6bd7cc73-35"
-BUILD_ID_X86="117.g6bd7cc73-35"
 SRC_BASE="http://repository.spotify.com/pool/non-free/s/${PN}-client/;
-SRC_URI="amd64? ( ${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb )
-   x86? ( ${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_X86}_i386.deb )"
+#BUILD_ID_AMD64="117.g6bd7cc73-35"
+BUILD_ID_X86="117.g6bd7cc73-35"
+#SRC_URI="amd64? ( ${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb )
+#  x86? ( ${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_X86}_i386.deb )"
+SRC_URI="${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_X86}_i386.deb"
 LICENSE="Spotify"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="x86"
 IUSE="libnotify systray pax_kernel pulseaudio"
 RESTRICT="mirror strip"
 



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

2018-04-24 Thread Matt Thode
commit: 372faea1570cd207d743c3b5568a0a07a00621b7
Author: Nikos Chantziaras  gmail  com>
AuthorDate: Tue Apr 24 18:56:00 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Apr 25 02:12:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=372faea1

media-sound/spotify: version bump to 1.0.79

Upstream only provides a 64-bit build. This bump only copies the 1.0.77-r1
ebuild, which is sufficient.

Closes: https://bugs.gentoo.org/654006
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Signed-off-by: Matthew Thode  gentoo.org>

 media-sound/spotify/Manifest  |   1 +
 media-sound/spotify/spotify-1.0.79.ebuild | 124 ++
 2 files changed, 125 insertions(+)

diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
index 7742f791801..b36857d349b 100644
--- a/media-sound/spotify/Manifest
+++ b/media-sound/spotify/Manifest
@@ -1,2 +1,3 @@
 DIST spotify-client_1.0.72.117.g6bd7cc73-35_i386.deb 95135550 BLAKE2B 
ad4587dd6b3c64a0398e0790203a7826e290a27542fa39ebbd6c7198d8ad1fd3fb06e8b030b64e1e61e0624ef20aafda08189266486cd073cb779ebff62ef502
 SHA512 
51d60f7592e5f31ea4b7e67736a85271cb48d4108459630da61c4ab67d2a470038240c1d6ff577280cb4498cf44f14d7bc7e0312f63d34265bcd1e70cd13142f
 DIST spotify-client_1.0.77.338.g758ebd78-41_amd64.deb 96717978 BLAKE2B 
91a4e8099076e7ccb9f44e67f2ba4ee2899ef6c5c818093a62fafd7e31e84b3bd6f44aa1439d4c0c9b8818be89c6898067ca1694946bf92da19fd92ecde6d2e7
 SHA512 
c0c08d4f6af8ffef3d9784e176c6112975ce56c7eec961df11821f4ac52785dc090e794c25874fce004da5f3e42979402e921ef12fbe1cfc80f02034448724db
+DIST spotify-client_1.0.79.223.g92622cc2-21_amd64.deb 96544088 BLAKE2B 
084d0131911dff2c8913a8160375ae13f6b8c21927e533d88a16506455b6c52545d7cc426ec35bf855561328586e6d08c4b7f9bfc8aefb7ce39399ec0b9ac89e
 SHA512 
0a45594ab920fc963cf78a71d5b77c39648b77eb4437345a5220bce5f7ee760b6a970019b4bc8fba51856c8cbc27ba0c4ee5ac0f514894fa36a68fff5ccbcd4e

diff --git a/media-sound/spotify/spotify-1.0.79.ebuild 
b/media-sound/spotify/spotify-1.0.79.ebuild
new file mode 100644
index 000..4d18560b4d8
--- /dev/null
+++ b/media-sound/spotify/spotify-1.0.79.ebuild
@@ -0,0 +1,124 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils xdg-utils gnome2-utils pax-utils unpacker
+
+DESCRIPTION="Spotify is a social music platform"
+HOMEPAGE="https://www.spotify.com/ch-de/download/previews/;
+SRC_BASE="http://repository.spotify.com/pool/non-free/s/${PN}-client/;
+BUILD_ID_AMD64="223.g92622cc2-21"
+#BUILD_ID_X86=""
+#SRC_URI="amd64? ( ${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb )
+#  x86? ( ${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_X86}_i386.deb )"
+SRC_URI="${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb"
+LICENSE="Spotify"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="libnotify systray pax_kernel pulseaudio"
+RESTRICT="mirror strip"
+
+DEPEND=">=dev-util/patchelf-0.9_p20180129"
+# zenety needed for filepicker
+RDEPEND="
+   dev-libs/openssl:0
+   dev-libs/nss
+   gnome-base/gconf
+   gnome-extra/zenity
+   media-libs/alsa-lib
+   media-libs/harfbuzz
+   media-libs/fontconfig
+   media-libs/mesa
+   net-misc/curl[ssl]
+   net-print/cups[ssl]
+   x11-libs/gtk+:2
+   x11-libs/libXScrnSaver
+   x11-libs/libXtst
+   dev-python/pygobject:3
+   dev-python/dbus-python
+   libnotify? ( x11-libs/libnotify )
+   pulseaudio? ( media-sound/pulseaudio )
+   systray? ( gnome-extra/gnome-integration-spotify )"
+   #sys-libs/glibc
+
+S=${WORKDIR}/
+
+QA_PREBUILT="opt/spotify/spotify-client/spotify"
+
+src_prepare() {
+   # Fix desktop entry to launch spotify-dbus.py for systray integration
+   if use systray ; then
+   sed -i \
+   -e 's/spotify \%U/spotify-dbus.py \%U/g' \
+   usr/share/spotify/spotify.desktop || die "sed failed"
+   fi
+   default
+
+   # Spotify links against libcurl-gnutls.so.4, which does not exist in 
Gentoo.
+   patchelf --replace-needed libcurl-gnutls.so.4 libcurl.so.4 
usr/bin/spotify \
+   || die "failed to patch libcurl library dependency"
+}
+
+src_install() {
+   dodoc usr/share/doc/spotify-client/changelog.gz
+
+   SPOTIFY_PKG_HOME=usr/share/spotify
+   insinto /usr/share/pixmaps
+   doins ${SPOTIFY_PKG_HOME}/icons/*.png
+
+   # install in /opt/spotify
+   SPOTIFY_HOME=/opt/spotify/spotify-client
+   insinto ${SPOTIFY_HOME}
+   doins -r ${SPOTIFY_PKG_HOME}/*
+   fperms +x ${SPOTIFY_HOME}/spotify
+
+   dodir /usr/bin
+   cat <<-EOF >"${D}"/usr/bin/spotify || die
+   #! /bin/sh
+   exec ${SPOTIFY_HOME}/spotify "\$@"
+   EOF
+   fperms +x /usr/bin/spotify
+
+   local size
+   for size in 16 22 24 32 48 64 128 256 512; do
+   newicon -s ${size} 

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

2018-04-24 Thread Aaron Bauman
commit: 3f201b19c982401daeff8dd18ccf1cb21d765c63
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Apr 25 01:28:54 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Apr 25 01:29:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f201b19

app-office/texmaker: amd64 stable wrt bug #653982

Bug: https://bugs.gentoo.org/653982
Package-Manager: Portage-2.3.31, Repoman-2.3.9

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

diff --git a/app-office/texmaker/texmaker-5.0-r1.ebuild 
b/app-office/texmaker/texmaker-5.0-r1.ebuild
index f16ec154c5c..35d097ce16a 100644
--- a/app-office/texmaker/texmaker-5.0-r1.ebuild
+++ b/app-office/texmaker/texmaker-5.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.xm1math.net/texmaker/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE=""
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/paraview/

2018-04-24 Thread Matthias Maier
commit: 633f2636d5e53def4ef5e2ad80f657967f446654
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Apr 25 01:22:53 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Apr 25 01:23:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=633f2636

sci-visualization/paraview: do not call default

Closes: https://bugs.gentoo.org/653206
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 sci-visualization/paraview/paraview-5.4.1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sci-visualization/paraview/paraview-5.4.1.ebuild 
b/sci-visualization/paraview/paraview-5.4.1.ebuild
index acefd924bae..f1b68b99b8a 100644
--- a/sci-visualization/paraview/paraview-5.4.1.ebuild
+++ b/sci-visualization/paraview/paraview-5.4.1.ebuild
@@ -113,7 +113,6 @@ pkg_setup() {
 }
 
 src_prepare() {
-   default
cmake-utils_src_prepare
 
# lib64 fixes



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

2018-04-24 Thread Aaron Bauman
commit: 8c51c9698d0be17a51301c20bc0039583eab5925
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Apr 25 00:52:44 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Apr 25 00:54:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c51c969

net-irc/quassel: amd64 stable wrt bug #653834

Bug: https://bugs.gentoo.org/653834
Package-Manager: Portage-2.3.31, Repoman-2.3.9

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

diff --git a/net-irc/quassel/quassel-0.12.5.ebuild 
b/net-irc/quassel/quassel-0.12.5.ebuild
index 5b01e0c7aa3..6f3dde9b18d 100644
--- a/net-irc/quassel/quassel-0.12.5.ebuild
+++ b/net-irc/quassel/quassel-0.12.5.ebuild
@@ -7,7 +7,7 @@ inherit cmake-utils gnome2-utils pax-utils systemd user 
versionator
 
 if [[ ${PV} != ** ]]; then
SRC_URI="http://quassel-irc.org/pub/${P}.tar.bz2;
-   KEYWORDS="~amd64 ~arm ~ppc x86 ~amd64-linux ~sparc-solaris"
+   KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~sparc-solaris"
 else
EGIT_REPO_URI=( "https://github.com/${PN}/${PN}; 
"git://git.${PN}-irc.org/${PN}" )
inherit git-r3



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

2018-04-24 Thread Manuel Rüger
commit: cf1844adca2f5a036e72fcbc6da710cac78f53ab
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Apr 25 00:50:48 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Apr 25 00:50:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf1844ad

sys-process/tini: Version bump to 0.18.0

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 sys-process/tini/Manifest   |  1 +
 sys-process/tini/tini-0.18.0.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/sys-process/tini/Manifest b/sys-process/tini/Manifest
index 041e5eac513..055f4819a95 100644
--- a/sys-process/tini/Manifest
+++ b/sys-process/tini/Manifest
@@ -1,2 +1,3 @@
 DIST tini-0.16.1.tar.gz 29641 BLAKE2B 
637ee17bbf8553b7803dc78cc40ec55ea919ec003005c7f2524322df6cc93a2e4c6fc017fa25c581f50eb17482956ebf37bf49c7796c33d227c7327ca467a906
 SHA512 
aa0a802c403a07771a2b28a07b97fa2c93d40b5d5be2cba6556c8e7a92e608453010625d0236d26c27bdd2820aed3ad9ca676b70f7fcd5986d7f91eb928d053c
 DIST tini-0.17.0.tar.gz 30881 BLAKE2B 
8212bfa56b6ade3b79e1d4d3144b10b98e4daf19e9a9c93f6db44dfea22f80b4c6810619832b339984681d1933d00964f7cfbf516286354141f795d3cb5e745f
 SHA512 
4e59241bd621cd89f9c07dcd7a21754a947c87d3571b06bc5f034c0059a20cbc02d4d22fd08a79633b84fd47980dbf5240e2d2fa382aaf5c32e6003710b7691a
+DIST tini-0.18.0.tar.gz 32152 BLAKE2B 
d676f0f1b4d9f6dca98cdb626aa7c525ec55e090cfeb1cf0e9ab167f1ef4285123223873e92e81d5d62ceb631e26e9012f16b28b1d35813ac801f8e4594be70b
 SHA512 
83279180b6a875aaff9b6b7446ee7e71fd05357279744afcb4db67c76572dc871acfba86c035857009b5dd88ca75d9f2e815d6a925563cdb3e6e771eb83be9b1

diff --git a/sys-process/tini/tini-0.18.0.ebuild 
b/sys-process/tini/tini-0.18.0.ebuild
new file mode 100644
index 000..e10889c529f
--- /dev/null
+++ b/sys-process/tini/tini-0.18.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils flag-o-matic
+
+GIT_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662
+DESCRIPTION="A tiny but valid init for containers"
+HOMEPAGE="https://github.com/krallin/tini;
+SRC_URI="https://github.com/krallin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="+args +static"
+
+src_prepare() {
+   cmake-utils_src_prepare
+   # Do not strip binary
+   sed -i -e 's/-Wl,-s")$/")/' \
+   -e "s/git.*status --porcelain.*/true/" \
+   -e "s/git.*log -n 1.*/true/" \
+   -e "s/git.\${tini_VERSION_GIT}/git.${GIT_COMMIT}/" \
+   CMakeLists.txt || die
+}
+
+src_configure() {
+   local mycmakeargs=()
+   use args || mycmakeargs+=(-DMINIMAL=ON)
+
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   append-cflags -DPR_SET_CHILD_SUBREAPER=36 -DPR_GET_CHILD_SUBREAPER=37
+   cmake-utils_src_compile
+}
+
+src_install() {
+   cmake-utils_src_install
+   if use static; then
+   mv "${ED%/}"/usr/bin/{${PN}-static,${PN}} || die
+   else
+   rm "${ED%/}"/usr/bin/${PN}-static || die
+   fi
+}



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

2018-04-24 Thread Manuel Rüger
commit: 9608ef4bbe273504e4a21f95cfd7ea9ab373abb7
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Apr 25 00:32:56 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Apr 25 00:50:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9608ef4b

dev-db/etcd: Version bump to 3.3.4

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-db/etcd/Manifest  |  1 +
 dev-db/etcd/etcd-3.3.4.ebuild | 69 +++
 2 files changed, 70 insertions(+)

diff --git a/dev-db/etcd/Manifest b/dev-db/etcd/Manifest
index 8c28baa6d22..bde9a5cfebd 100644
--- a/dev-db/etcd/Manifest
+++ b/dev-db/etcd/Manifest
@@ -2,3 +2,4 @@ DIST etcd-2.3.8.tar.gz 2206562 BLAKE2B 
754930b4b5f0e90386b2b4765a9dbb6790ae509a8
 DIST etcd-3.2.17.tar.gz 3064774 BLAKE2B 
b111082f39dd428d40d8325dc5d1f3507fbd45c2fb12002f87d4a85c60e6d546042b6ae3ecda9e842e7d27b992a17b7899c1b871f25623651a455fd0758b690b
 SHA512 
d526a1c96de04467f23ca112bcb502367f22fd8cbefe29667f097aa7fcec6fce78914c56b2e39fd0131b566803d715cb5fee5e335f9f3f4b86011d00232b5d0d
 DIST etcd-3.3.2.tar.gz 3385493 BLAKE2B 
e4c2e614b0b868268fbfe3db222caeab2fe65f8fe55026aadff2acc5f1a2769fe3a71f0658e90ca35ccf5b117e7ec30b1f8a62499b6156976dac63118a766b92
 SHA512 
6320a49dddac527312b75c113428c52c27e0516b7d7235ceddf3009c2edbdc509d2ec425859c5d57591b55109e04aa9737dbe7d1337a6c2307936fa372f8a28a
 DIST etcd-3.3.3.tar.gz 3387223 BLAKE2B 
bf873ef764a4fa03c2c5b282129a2dc2e7574fd7d0206fb270d61c3a277342a2af145f4e00512c878a31d4102c0f8b0b7090872beb928b574aca97f5fe43915e
 SHA512 
16597bba961d7018656dd4f73d4067218978cc41fa8fafbf9677621bdba2d5e81825d2c74820153a177df1813e5d8ac79e72967ba61be3339feb01bb2f539920
+DIST etcd-3.3.4.tar.gz 3513132 BLAKE2B 
92902c260150259ce5627dbf517c81bdb914c857a901a5f7d8d878a2daad8db931c2d1958a562a612ed62b5ac3080ce54661cb70eabff3430ab9ff65c258544d
 SHA512 
971c47545059dda65d40c2db0928a01b97cf8b1e1b60a6e631e797e3cf1619245430f938f637bea3ab0d01cc2a8974586988727bc9c652b8802e184ad5ad8487

diff --git a/dev-db/etcd/etcd-3.3.4.ebuild b/dev-db/etcd/etcd-3.3.4.ebuild
new file mode 100644
index 000..88b1e478fe0
--- /dev/null
+++ b/dev-db/etcd/etcd-3.3.4.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit user systemd golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+EGO_PN="github.com/coreos/etcd"
+MY_PV="${PV/_rc/-rc.}"
+DESCRIPTION="Highly-available key value store for shared configuration and 
service discovery"
+HOMEPAGE="https://github.com/coreos/etcd;
+SRC_URI="https://${EGO_PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="doc +server"
+DEPEND=">=dev-lang/go-1.9:="
+RDEPEND="!dev-db/etcdctl"
+
+src_prepare() {
+   default
+   sed -e 's|GIT_SHA=.*|GIT_SHA=v${PV}|'\
+   -i "${S}"/src/${EGO_PN}/build || die
+}
+
+pkg_setup() {
+   if use server; then
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
+   fi
+}
+
+src_compile() {
+   export GOPATH=${S}
+   pushd src/${EGO_PN} || die
+   ./build || die
+   popd || die
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dobin bin/etcdctl
+   use doc && dodoc -r Documentation
+   if use server; then
+   insinto /etc/${PN}
+   doins "${FILESDIR}/${PN}.conf"
+   dobin bin/etcd
+   dodoc README.md
+   systemd_dounit "${FILESDIR}/${PN}.service"
+   systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles.d.conf" 
${PN}.conf
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/${PN}.logrotated" "${PN}"
+   keepdir /var/lib/${PN}
+   fowners ${PN}:${PN} /var/lib/${PN}
+   fperms 0700 /var/lib/${PN}
+   keepdir /var/log/${PN}
+   fowners ${PN}:${PN} /var/log/${PN}
+   fperms 755 /var/log/${PN}
+   fi
+   popd || die
+}
+
+src_test() {
+   pushd src/${EGO_PN} || die
+   ./test || die
+   popd || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/

2018-04-24 Thread Aaron Bauman
commit: 91da8b432c40858fac5b22407617c5bd37b6d284
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Apr 25 00:37:22 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Apr 25 00:38:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91da8b43

net-p2p/qbittorrent: amd64 stable wrt bug #653976

Bug: https://bugs.gentoo.org/653976
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 net-p2p/qbittorrent/qbittorrent-4.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/qbittorrent/qbittorrent-4.0.4.ebuild 
b/net-p2p/qbittorrent/qbittorrent-4.0.4.ebuild
index 1f76cf096f6..7e8cef21ed8 100644
--- a/net-p2p/qbittorrent/qbittorrent-4.0.4.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-4.0.4.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == * ]]; then
 else
MY_P=${P/_}
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~ppc64 ~x86"
S=${WORKDIR}/${MY_P}
 fi
 



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

2018-04-24 Thread Aaron Bauman
commit: 4e8ac9891335389be47ef0b07e6079d44ab5f66b
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Apr 25 00:22:10 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Apr 25 00:38:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e8ac989

app-emulation/q4wine: amd64 stable wrt bug #653980

Bug: https://bugs.gentoo.org/653980
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 app-emulation/q4wine/q4wine-1.3.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/q4wine/q4wine-1.3.6-r1.ebuild 
b/app-emulation/q4wine/q4wine-1.3.6-r1.ebuild
index f0518b1614a..2608009d072 100644
--- a/app-emulation/q4wine/q4wine-1.3.6-r1.ebuild
+++ b/app-emulation/q4wine/q4wine-1.3.6-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+dbus debug +ico +iso +wineappdb"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Perl-Releases/

2018-04-24 Thread Kent Fredric
commit: 501f7dbe74d6813859dde14dcd3d033b48348606
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Apr 25 00:23:15 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Apr 25 00:24:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=501f7dbe

dev-perl/CPAN-Perl-Releases: Bump to version 3.560.0

Upstream:
- Add mappings for:
  - 5.27.{5,6,7,8,9,10,11}
  - 5.24.4{-RC1,}
  - 5.26.2{-RC1,}
- Updated mappings for:
  - 5.23.6 ( xz version removal )
- Removed mappings for:
  - 5.21.9
  - 5.23.8
  - 5.25.{1,8,11,12}
  - 5.26.0-RC{1,2}
  - 5.27.0
- Cease providing .bz2 tars after 5.27.5

Package-Manager: Portage-2.3.29, Repoman-2.3.9

 .../CPAN-Perl-Releases-3.560.0.ebuild  | 24 ++
 dev-perl/CPAN-Perl-Releases/Manifest   |  1 +
 2 files changed, 25 insertions(+)

diff --git a/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-3.560.0.ebuild 
b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-3.560.0.ebuild
new file mode 100644
index 000..7dbc3ff32cc
--- /dev/null
+++ b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-3.560.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=BINGOS
+DIST_VERSION=3.56
+inherit perl-module
+
+DESCRIPTION="Mapping Perl releases on CPAN to the location of the tarballs"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-File-Spec
+   virtual/perl-IO
+   >=virtual/perl-Test-Simple-0.470.0
+   )
+"
+PERL_RM_FILES=( "t/author-pod-coverage.t" "t/author-pod-syntax.t" )

diff --git a/dev-perl/CPAN-Perl-Releases/Manifest 
b/dev-perl/CPAN-Perl-Releases/Manifest
index 8d504d70fb9..af50ec87b09 100644
--- a/dev-perl/CPAN-Perl-Releases/Manifest
+++ b/dev-perl/CPAN-Perl-Releases/Manifest
@@ -1 +1,2 @@
 DIST CPAN-Perl-Releases-3.38.tar.gz 25059 BLAKE2B 
a3438c1a9f67c0e66fc4abd079d4e79c750dadbfb48cd2582ab6e6644baa9ac1cc33ea969ca592c8b8515ed6c355570c2e4830d83d2dbcf40cb185a1ba1f356d
 SHA512 
3021696caf7cd22f42a57fbd21c13696487d99f222de6e07e41cd9fe5d5de35a103beba873c7ab2be9feb00237d9ebd38d5906300170203d28d03391d7fd0e5d
+DIST CPAN-Perl-Releases-3.56.tar.gz 24719 BLAKE2B 
b7042dd10971ec048f1483816b7e7b262e20a16dfc608aca621bbe4c8688fa313a772b562d64f24522e63e351a717cbd726049c4e99c03cdd32c58855fde62de
 SHA512 
3411613b7939c9c0a53828b1612a687663f5386cf497c607a44017a7083677395d94d6d85ed91c64c48405063500e7ed725b6f5308f1cca01186b7ca82324482



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

2018-04-24 Thread Aaron Bauman
commit: f7ad8a729d5cbc1bb2207eabd92b6ef9c7935652
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Apr 24 23:34:18 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Apr 24 23:59:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7ad8a72

dev-qt/qtsingleapplication: amd64 stable wrt bug #653986

Bug: https://bugs.gentoo.org/653986
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild 
b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild
index dace0a999a2..95688eec956 100644
--- a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild
+++ b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz;
 
 LICENSE="|| ( LGPL-2.1 GPL-3 )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE="doc X"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-news/quiterss/

2018-04-24 Thread Aaron Bauman
commit: 578a31db5af74392b0c08497519df7e754164dc7
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Apr 24 23:58:53 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Apr 24 23:59:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=578a31db

net-news/quiterss: amd64 stable wrt bug #653974

Bug: https://bugs.gentoo.org/653974
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 net-news/quiterss/quiterss-0.18.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-news/quiterss/quiterss-0.18.9-r1.ebuild 
b/net-news/quiterss/quiterss-0.18.9-r1.ebuild
index 2f26f2b7e33..c40067ffcaa 100644
--- a/net-news/quiterss/quiterss-0.18.9-r1.ebuild
+++ b/net-news/quiterss/quiterss-0.18.9-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/QuiteRSS/quiterss/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: media-video/smplayer/

2018-04-24 Thread Aaron Bauman
commit: 444e55f904fbf0d0704db246488068529c393dc1
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Apr 24 23:48:32 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Apr 24 23:59:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=444e55f9

media-video/smplayer: amd64 stable wrt bug #653984

Bug: https://bugs.gentoo.org/653984
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 media-video/smplayer/smplayer-18.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/smplayer/smplayer-18.3.0.ebuild 
b/media-video/smplayer/smplayer-18.3.0.ebuild
index 27c383e46b9..a4f8c4c5ae0 100644
--- a/media-video/smplayer/smplayer-18.3.0.ebuild
+++ b/media-video/smplayer/smplayer-18.3.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2+ BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux"
 IUSE="autoshutdown bidi debug mpris"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-editors/focuswriter/

2018-04-24 Thread Aaron Bauman
commit: 4759a044271d7638fefe758a2b541c193df06e05
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Apr 24 23:51:10 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Apr 24 23:59:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4759a044

app-editors/focuswriter: amd64 stable wrt bug #653978

Bug: https://bugs.gentoo.org/653978
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 app-editors/focuswriter/focuswriter-1.6.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/focuswriter/focuswriter-1.6.10.ebuild 
b/app-editors/focuswriter/focuswriter-1.6.10.ebuild
index f61c59e9ba3..e9ad0195204 100644
--- a/app-editors/focuswriter/focuswriter-1.6.10.ebuild
+++ b/app-editors/focuswriter/focuswriter-1.6.10.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2;
 
 LICENSE="LGPL-3 GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 # drop qtcore subslot when minimal Qt is 5.10



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

2018-04-24 Thread Aaron Bauman
commit: 05183eb8f33a5c7df4248b8ff2fc41190cdb3fac
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Apr 24 23:33:49 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Apr 24 23:59:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05183eb8

dev-qt/qtlockedfile: amd64 stable wrt bug #653986

Bug: https://bugs.gentoo.org/653986
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild 
b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild
index cfa7ba1b31d..77ec9211694 100644
--- a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild
+++ b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz;
 
 LICENSE="|| ( LGPL-2.1 GPL-3 )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE="doc"
 
 DEPEND="dev-qt/qtcore:5"



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

2018-04-24 Thread Brian Evans
commit: 117ed33b53961e74666b5aca7140fb41d7494f2a
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Apr 24 23:52:07 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Apr 24 23:52:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=117ed33b

dev-db/mysql: Fix USE=-server on 5.7.22

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-db/mysql/mysql-5.7.22.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-db/mysql/mysql-5.7.22.ebuild b/dev-db/mysql/mysql-5.7.22.ebuild
index 5e447c1..c833881e7bc 100644
--- a/dev-db/mysql/mysql-5.7.22.ebuild
+++ b/dev-db/mysql/mysql-5.7.22.ebuild
@@ -207,6 +207,8 @@ src_prepare() {
"${S}/cmake/ssl.cmake" || die
fi
 
+   sed -i 's~ADD_SUBDIRECTORY(storage/ndb)~~' CMakeLists.txt || die
+
cmake-utils_src_prepare
 }
 
@@ -273,6 +275,7 @@ multilib_src_configure() {
-DWITH_RAPID=OFF
-DWITH_LIBEVENT=NO
-DWITH_CURL=system
+   -DWITH_BOOST="${S}/boost"
)
if use test ; then
mycmakeargs+=( -DINSTALL_MYSQLTESTDIR=share/mysql/mysql-test )
@@ -307,7 +310,6 @@ multilib_src_configure() {
if multilib_is_native_abi && use server ; then
 
mycmakeargs+=(
-   -DWITH_BOOST="${S}/boost"
-DWITH_LZ4=system
-DWITH_NUMA=$(usex numa ON OFF)
)



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

2018-04-24 Thread Thomas Deutschmann
commit: 82e878f5e428951dcbc4bdce1bf92eaf05faab46
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Apr 24 23:37:35 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Apr 24 23:37:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82e878f5

sys-kernel/gentoo-sources: x86 stable (bug #653956)

Package-Manager: Portage-2.3.31, Repoman-2.3.9

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.95.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.95.ebuild
index 6d07a88cae0..71a9143b601 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.9.95.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.95.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: sys-kernel/gentoo-sources/

2018-04-24 Thread Thomas Deutschmann
commit: b015afb3ed295a0bd14aa507d83521009fcfccb2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Apr 24 23:38:25 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Apr 24 23:38:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b015afb3

sys-kernel/gentoo-sources: x86 stable (bug #653958)

Package-Manager: Portage-2.3.31, Repoman-2.3.9

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.128.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.128.ebuild
index e16051780dc..0ddb8930893 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.4.128.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.128.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: net-irc/quassel/

2018-04-24 Thread Thomas Deutschmann
commit: 0835687b6dbf890e3928aa85008437a0586732db
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Apr 24 23:41:31 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Apr 24 23:41:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0835687b

net-irc/quassel: x86 stable (bug #653834)

Package-Manager: Portage-2.3.31, Repoman-2.3.9

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

diff --git a/net-irc/quassel/quassel-0.12.5.ebuild 
b/net-irc/quassel/quassel-0.12.5.ebuild
index 83888e7a7d3..5b01e0c7aa3 100644
--- a/net-irc/quassel/quassel-0.12.5.ebuild
+++ b/net-irc/quassel/quassel-0.12.5.ebuild
@@ -7,7 +7,7 @@ inherit cmake-utils gnome2-utils pax-utils systemd user 
versionator
 
 if [[ ${PV} != ** ]]; then
SRC_URI="http://quassel-irc.org/pub/${P}.tar.bz2;
-   KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~sparc-solaris"
+   KEYWORDS="~amd64 ~arm ~ppc x86 ~amd64-linux ~sparc-solaris"
 else
EGIT_REPO_URI=( "https://github.com/${PN}/${PN}; 
"git://git.${PN}-irc.org/${PN}" )
inherit git-r3



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

2018-04-24 Thread Thomas Deutschmann
commit: f977096b444be375cb19ab557ee9f03a6beb83d1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Apr 24 23:36:27 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Apr 24 23:36:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f977096b

app-admin/eselect: x86 stable (bug #653746)

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 app-admin/eselect/eselect-1.4.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/eselect/eselect-1.4.12.ebuild 
b/app-admin/eselect/eselect-1.4.12.ebuild
index a3c39797ddb..cb5617bd46f 100644
--- a/app-admin/eselect/eselect-1.4.12.ebuild
+++ b/app-admin/eselect/eselect-1.4.12.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/eselect/${P}.tar.xz;
 
 LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-3.0 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc emacs vim-syntax"
 
 RDEPEND="sys-apps/sed



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

2018-04-24 Thread Thomas Deutschmann
commit: 394bca60df4191b554ec0a57c7ab9fbfdfa623a0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Apr 24 23:39:12 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Apr 24 23:39:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=394bca60

net-analyzer/nagios-core: x86 stable (bug #629380)

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 net-analyzer/nagios-core/nagios-core-4.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios-core/nagios-core-4.3.4.ebuild 
b/net-analyzer/nagios-core/nagios-core-4.3.4.ebuild
index a8a5b480f77..e2924762ece 100644
--- a/net-analyzer/nagios-core/nagios-core-4.3.4.ebuild
+++ b/net-analyzer/nagios-core/nagios-core-4.3.4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/nagios/${MY_P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE="apache2 classicui lighttpd perl +web vim-syntax"
 
 # In pkg_postinst(), we change the group of the Nagios configuration



[gentoo-commits] repo/gentoo:master commit in: dev-java/oracle-jdk-bin/

2018-04-24 Thread Thomas Deutschmann
commit: bc807f1a88e655c5c125cd80a03131d6fd123f95
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Apr 24 23:39:53 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Apr 24 23:39:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc807f1a

dev-java/oracle-jdk-bin: x86 stable (bug #653560)

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.172.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.172.ebuild 
b/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.172.ebuild
index 88196571474..f71907bd1d4 100644
--- a/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.172.ebuild
+++ b/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.172.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 inherit desktop gnome2-utils java-vm-2 prefix versionator
 
-KEYWORDS="-* amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~sparc64-solaris ~x64-solaris"
+KEYWORDS="-* amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux ~x64-macos 
~sparc64-solaris ~x64-solaris"
 
 if [[ "$(get_version_component_range 4)" == 0 ]] ; then
S_PV="$(get_version_component_range 1-3)"



[gentoo-commits] repo/gentoo:master commit in: dev-java/oracle-jre-bin/

2018-04-24 Thread Thomas Deutschmann
commit: 12602584cb674bdd4e59c880d608eacbbcb2cfcf
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Apr 24 23:40:15 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Apr 24 23:40:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12602584

dev-java/oracle-jre-bin: x86 stable (bug #653560)

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.172.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.172.ebuild 
b/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.172.ebuild
index 57eaa6075e9..ca2117f3c69 100644
--- a/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.172.ebuild
+++ b/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.172.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 inherit desktop gnome2-utils java-vm-2 prefix versionator
 
-KEYWORDS="-* amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 
 if [[ "$(get_version_component_range 4)" == 0 ]] ; then
S_PV="$(get_version_component_range 1-3)"



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

2018-04-24 Thread Mike Pagano
commit: 50496c996a12e8acc751cde3377383a4880fe7a8
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Apr 24 23:10:39 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Apr 24 23:10:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50496c99

sys-kernel/gentoo-sources: Linux patch 4.14.36

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index c05770a7967..23eb7ddbaaa 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -34,6 +34,9 @@ DIST genpatches-4.14-39.extras.tar.xz 17492 BLAKE2B 
a610729f55d64e3ef6dee6129879
 DIST genpatches-4.14-40.base.tar.xz 1011472 BLAKE2B 
762faad2faa0d9db90b078ef807c71556fd367e6e72a05bcc5a9436aad79bdc9c10d552b09bf901e719e53cdf1f02d859c9b9d34e631ba01416a89530553ffcd
 SHA512 
ac63483fca05411ceb97c9a4abd92882c8afccacdc527e30131a48295684ff41d6ef0e5e3f1f8a391e6a4f3fd049488f764a60adc5c8bd07339959e1b3ecfa49
 DIST genpatches-4.14-40.experimental.tar.xz 5184 BLAKE2B 
4c1bdbd651ea3c20d44194e0bcc5ab3dce499182ce31a8436ec46875cde2d4b14a0cc5f0eb90cef0aaea167b49a25775be24b38a2b2bfa606a415627f87d96fc
 SHA512 
05a8084dff8f08f9ba84b90230b4bf50a521ba1e0dfe792f30a3f775772f2097e43927c6c5878ba19bd97fed66036c5b29309a0b1a5e914ec895281440be8c8d
 DIST genpatches-4.14-40.extras.tar.xz 17496 BLAKE2B 
2240a8879139d6ad765a9e38d0ef78c78ac9e92f54c5317912b512ab1a64fd42fd512696f1820718a1fbfa658c8775bbae358db483ded60e65d504f4a81aa4e0
 SHA512 
e6070bd5631bb41e1e0e73c9381993779cc6095525a6eab5d8387641e1fce534617d368bd6a02c5f5d8d2669db6f480d284a64c8f76fc218e29df5a34937e1dc
+DIST genpatches-4.14-41.base.tar.xz 1053768 BLAKE2B 
023ba987e8b907afc0b8b33549560bb3478a3081964ddcce70c51641eedd56693fe43957a596f5e3e2e5da9e2cc26dd52a645781c8ab16ec2e997633da92a7f3
 SHA512 
507ae569e889958fb9e174efce4deee7c5b7a6e226ab09949d52e074cf945b898f813136c5f79928691ef1cd7abed08bf3d27fe50aa69823f7511c5504ab50ce
+DIST genpatches-4.14-41.experimental.tar.xz 5188 BLAKE2B 
001901a60b79b70173356a86ed9b437335cb1ca5b248e08c2f431939183f07922fe3e9a944f472fb06fde2e1b4796298d99e35fb7187284b4023848be3211cd2
 SHA512 
1b6f7a06cd14fb011760340bcccbe942464a8110a6256af40598d8c16503f7561cb95f0aebcf6526cfeff88270cb459cb69943a190e1465a07d4a75606812aa8
+DIST genpatches-4.14-41.extras.tar.xz 17500 BLAKE2B 
b97100ff8ef0edab9d1860c91777393ddc81857f00c37ac6a9bbbaa4f44c53e1c6824a8437ac1059def3a7f92b976047d5de5e1e58463ed82e2aa6b8426b449b
 SHA512 
2fe06d1ea9c593ac87b24fb912ec735ed653bfcc3b593fa13a143dea5f75f383aebcdc45d9dc2bca809fcf3f29eae156c198daf0d667a175f56f90747db935cd
 DIST genpatches-4.15-13.base.tar.xz 292580 BLAKE2B 
d58a40e060b7c53e08b2131a8ecaf69f4cb23ebe9f7d1abedca1198affda5d332fc44531fbe417cd7f7fb205b1c5e463bbf08be60aae6e301f182c04f9555e94
 SHA512 
0ea1e857d68c04093ce945beb252622808328c914f153dbbe1ec8b56c95cb29eb8fc102b32e923b03b765ea62620217ebe0ac65ea8634914d0ff386b78793a4c
 DIST genpatches-4.15-13.experimental.tar.xz 5184 BLAKE2B 
fad0dcdca86b37d51fc425a55e9945a00b6a8df77427290c088a5f16123b016a0f826a8e6382e0072cb6098a487c74fe4f0c9b497fc76c7fd4f2e6a831de973b
 SHA512 
1d76fceb626ffd50b6904822b3acf771f52f9992a1fff957856c2e5e9ace7857f8977af20a753732eeec7a032b4c4bdf8f9dc5fe297cbee5371a5a5c9df35284
 DIST genpatches-4.15-13.extras.tar.xz 17480 BLAKE2B 
ab2b3c284fe0432fc151429d9695c4d52c202c48630871312ff2f9c84f6ff339aeb8082a69277a981508a40bea04c81edbbb29d5ed3a4b61478e10c3701013ce
 SHA512 
d0c95c637fb9c9bc535f31a621ebc8a2cea681c93c0cde8098f40494aebb9a37da37714c57f9ff2d5320076526a6fb4f76ba34d893fe22ba04c227afd3b641b9

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.36.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.14.36.ebuild
new file mode 100644
index 000..ecfd5e00521
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.36.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 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="41"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2018-04-24 Thread Manuel Rüger
commit: 58bbbafe0620ad5b7c25eab75c201a44f0166c0a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Apr 24 22:46:44 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Apr 24 22:46:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58bbbafe

app-emulation/containerd: Version bump to 1.1.0

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 app-emulation/containerd/Manifest|  1 +
 app-emulation/containerd/containerd-1.1.0.ebuild | 54 
 2 files changed, 55 insertions(+)

diff --git a/app-emulation/containerd/Manifest 
b/app-emulation/containerd/Manifest
index 8cd464eaf46..7ebcb259766 100644
--- a/app-emulation/containerd/Manifest
+++ b/app-emulation/containerd/Manifest
@@ -1,3 +1,4 @@
 DIST containerd-1.0.1.tar.gz 3766659 BLAKE2B 
36c96a9e3cba22578daff31e46d9a876095e9de7e20e1e84a41076d9936f30a5681e41187a90f9a01884fd02086fa3c9a6ee29c8261401988a1cfa2026952431
 SHA512 
351c0e298ba6a9a14df2f367df23049a8a833eb18238e3d41cf0066feb2e0b8f2aa7b25fb4484a1b5c95bccf5cba3a8076a5bcfe25602b5368e7cf2a20872160
 DIST containerd-1.0.2.tar.gz 3772144 BLAKE2B 
7549f47d1f0ff0244d7dedd41aabb76d2c2fc4942f8da3cf45fe0ca7b808b3aed4e39e0338d30ccc63cf37db3e59412442d43d272d3b073823e210a24d4d991a
 SHA512 
d6b8eeaa942e1dccb21feb0723bb1ee29c878992c0f7128038c967580b4c6a1b4110371aa60962a331627d869d027a20ca47e6c625aedf68cac5d532d7f7094a
 DIST containerd-1.0.3.tar.gz 3776722 BLAKE2B 
31e9f2e56b23d09341e4cdd546198233517893e1596c9aefd084044f04b1e1831219343142eef09159a5698720fa307e3ec1dbb86304e071a9d8e1f8f8436519
 SHA512 
31aa462f357a77434033ae4bff2e453ce849cbd91e4981383be3c7cdea77ea1f57081c4f8121d15c151145defc2003348fe23b26a11568b38780fa2fb9cf114c
+DIST containerd-1.1.0.tar.gz 5095823 BLAKE2B 
1eca83add164ed79abc58bfe424da9f34b54d247ad147ec0f4ae20154cabefe147fe9b03ce2eab04c88c240f00995eec5b0f24c0e064640738517b81e3e7aa3d
 SHA512 
34e687c6ef270370160465ee9b8fe6b59780543907917b668db7867da67fd47c8465f57ba4268387f776d0f392f8dad533c206d6577bab36480aff4392775d42

diff --git a/app-emulation/containerd/containerd-1.1.0.ebuild 
b/app-emulation/containerd/containerd-1.1.0.ebuild
new file mode 100644
index 000..1b01107dcac
--- /dev/null
+++ b/app-emulation/containerd/containerd-1.1.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+EGO_PN="github.com/containerd/${PN}"
+
+inherit toolchain-funcs
+
+if [[ ${PV} == * ]]; then
+   inherit golang-vcs
+else
+   MY_PV="${PV/_rc/-rc.}"
+   EGIT_COMMIT="v${MY_PV}"
+   CONTAINERD_COMMIT="209a7fc3e4a32ef71a8c7b50c68fc8398415badf"
+   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~ppc64"
+   inherit golang-vcs-snapshot
+fi
+
+DESCRIPTION="A daemon to control runC"
+HOMEPAGE="https://containerd.tools;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="+btrfs hardened"
+
+DEPEND="btrfs? ( sys-fs/btrfs-progs )"
+RDEPEND="|| ( >=app-emulation/docker-runc-1.0.0_rc4
+   >=app-emulation/runc-1.0.0_rc4 )
+   sys-libs/libseccomp"
+
+S=${WORKDIR}/${P}/src/${EGO_PN}
+
+RESTRICT="test"
+
+src_prepare() {
+   default
+   if [[ ${PV} != ** ]]; then
+   sed -i -e "s/git describe --match.*$/echo ${PV})/"\
+   -e "s/git rev-parse HEAD.*$/echo $CONTAINERD_COMMIT)/"\
+   -e "s/-s -w//" \
+   Makefile || die
+   fi
+}
+
+src_compile() {
+   local options=( $(usex btrfs "" "no_btrfs") )
+   export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor
+   LDFLAGS=$(usex hardened '-extldflags -fno-PIC' '') emake 
BUILDTAGS="${options[@]}"
+}
+
+src_install() {
+   dobin bin/containerd{-shim,-stress,} bin/ctr
+}



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

2018-04-24 Thread Patrick McLean
commit: 4438990dc1ae8bb4abcd347998cb936ef7fdf8d3
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Apr 24 22:27:30 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Apr 24 22:27:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4438990d

sys-cluster/ceph: Version bump to 12.2.5

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 sys-cluster/ceph/Manifest   |   1 +
 sys-cluster/ceph/ceph-12.2.5.ebuild | 304 
 2 files changed, 305 insertions(+)

diff --git a/sys-cluster/ceph/Manifest b/sys-cluster/ceph/Manifest
index 2376ac36e0e..00c897026da 100644
--- a/sys-cluster/ceph/Manifest
+++ b/sys-cluster/ceph/Manifest
@@ -5,3 +5,4 @@ DIST ceph-10.2.9.tar.gz 14550219 BLAKE2B 
5ec20b88badefc6ed793c2538ffd9436e4b2387
 DIST ceph-12.2.1.tar.gz 148738778 BLAKE2B 
df4bea1ad552ab2361174c1e2f285f42b4a07ad23daf4eb9baa9e21e5513f6508b141f7b819f75918d2c55e4b812ba9985b9414496e7c1eaf28c68f9a101c3f5
 SHA512 
ec2623c1f6ab563c6fd0bb5fd046c78528fdbedca7cde347c92a9b15005d2ab2b1a46d7294e93f56933386462f1066750285109aafb6bf94f7d5bcdb7214d8a8
 DIST ceph-12.2.2.tar.gz 148763718 BLAKE2B 
5c9a56bc536b723ca3a6a0aa68c7f456032c892716167dfa213cda4964e3a45e970efe6dd67e5c43ef6f6018bd9367e0c890de270acccf3217b848b58cb98488
 SHA512 
89b166dc4b58e0110ebe0147eef9f47e1090ccee01702b3f72cfbdca856d02bf03b2663de9e88c84b21a2a61f8f92211e217a05b8bdcf7d5de3158adbe49db88
 DIST ceph-12.2.4.tar.gz 78694838 BLAKE2B 
862c275eb5e42065b2f42d417f8efd2ee8ee67c19575eb19bc799d5923d0720fa4810e1c51915fee6f96a44d433059ca6b180861013b735287751ad24235e611
 SHA512 
ce9ec49e8693d11345adb3a219763cc76b626db2c26d8d9ba08ff0a4d6fdeb08739da29bb87ff0946fed8e6fd55c8db0672cb286f7ebb90cf2e11a47042ba5d6
+DIST ceph-12.2.5.tar.gz 78758920 BLAKE2B 
0e4a515ff80fdd39e8f1afd737434c7dc2a218f0a89b53ec31bc3a5478bfd876c6f2bf3c2947a8c2f056d9b94ffa34d18ceac06b8605e84485ec631c7a32
 SHA512 
bd78358590eb077afcc3c1e12864fadee906c95ac8afee25bdca6155f99b75f89d923159fcc13430abba21a89fee3e566177ff5f9ffabdd3b3f220d05602ab86

diff --git a/sys-cluster/ceph/ceph-12.2.5.ebuild 
b/sys-cluster/ceph/ceph-12.2.5.ebuild
new file mode 100644
index 000..50992ea045f
--- /dev/null
+++ b/sys-cluster/ceph/ceph-12.2.5.ebuild
@@ -0,0 +1,304 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+DISTUTILS_OPTIONAL=1
+
+inherit check-reqs cmake-utils distutils-r1 flag-o-matic multiprocessing \
+   python-r1 udev user readme.gentoo-r1 systemd
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/ceph/ceph.git;
+   SRC_URI=""
+else
+   SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Ceph distributed filesystem"
+HOMEPAGE="https://ceph.com/;
+
+LICENSE="LGPL-2.1 CC-BY-SA-3.0 GPL-2 BSD Boost-1.0 MIT"
+SLOT="0"
+
+CPU_FLAGS_X86=(sse{,2,3,4_1,4_2} ssse3)
+
+IUSE="babeltrace cephfs fuse jemalloc ldap lttng +mgr nss +radosgw +ssl"
+IUSE+=" static-libs +system-boost systemd +tcmalloc test xfs zfs"
+IUSE+=" $(printf "cpu_flags_x86_%s\n" ${CPU_FLAGS_X86[@]})"
+
+# unbundling code commented out pending bugs 584056 and 584058
+#>=dev-libs/jerasure-2.0.0-r1
+#>=dev-libs/gf-complete-2.0.0
+COMMON_DEPEND="
+   virtual/libudev:=
+   app-arch/bzip2:=[static-libs?]
+   app-arch/lz4:=[static-libs?]
+   app-arch/snappy:=[static-libs?]
+   app-arch/zstd:=[static-libs?]
+   app-misc/jq:=[static-libs?]
+   dev-libs/crypto++:=[static-libs?]
+   dev-libs/leveldb:=[snappy,static-libs?,tcmalloc?]
+   dev-libs/libaio:=[static-libs?]
+   dev-libs/libxml2:=[static-libs?]
+   sys-apps/keyutils:=[static-libs?]
+   sys-apps/util-linux:=[static-libs?]
+   sys-libs/zlib:=[static-libs?]
+   babeltrace? ( dev-util/babeltrace )
+   ldap? ( net-nds/openldap:=[static-libs?] )
+   lttng? ( dev-util/lttng-ust:= )
+   nss? ( dev-libs/nss:= )
+   fuse? ( sys-fs/fuse:0=[static-libs?] )
+   ssl? ( dev-libs/openssl:=[static-libs?] )
+   xfs? ( sys-fs/xfsprogs:=[static-libs?] )
+   zfs? ( sys-fs/zfs:=[static-libs?] )
+   radosgw? (
+   dev-libs/expat:=[static-libs?]
+   dev-libs/openssl:=[static-libs?]
+   net-misc/curl:=[curl_ssl_openssl,static-libs?]
+   )
+   system-boost? (
+   
>=dev-libs/boost-1.66:=[threads,context,python,static-libs?,${PYTHON_USEDEP}]
+   )
+   jemalloc? ( dev-libs/jemalloc:=[static-libs?] )
+   !jemalloc? ( >=dev-util/google-perftools-2.4:=[static-libs?] )
+   ${PYTHON_DEPS}
+   "
+DEPEND="${COMMON_DEPEND}
+   app-arch/cpio
+   amd64? ( dev-lang/yasm )
+   x86? ( dev-lang/yasm )
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/sphinx
+   dev-util/gperf
+   dev-util/valgrind
+   sys-apps/which
+   sys-devel/bc
+   

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

2018-04-24 Thread Kent Fredric
commit: b34324551901e37c8c6ed68b16f0c68b18c1c69a
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Apr 24 22:19:24 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Apr 24 22:20:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3432455

dev-perl/CGI-Fast: Bump to version 2.130.0

Upstream:
- Actually remove need for Test::Deep

Package-Manager: Portage-2.3.29, Repoman-2.3.9

 dev-perl/CGI-Fast/CGI-Fast-2.130.0.ebuild | 29 +
 dev-perl/CGI-Fast/Manifest|  1 +
 2 files changed, 30 insertions(+)

diff --git a/dev-perl/CGI-Fast/CGI-Fast-2.130.0.ebuild 
b/dev-perl/CGI-Fast/CGI-Fast-2.130.0.ebuild
new file mode 100644
index 000..4d4018c5731
--- /dev/null
+++ b/dev-perl/CGI-Fast/CGI-Fast-2.130.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=LEEJO
+DIST_VERSION=2.13
+inherit perl-module
+
+DESCRIPTION="CGI Interface for Fast CGI"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+   >=dev-perl/CGI-4
+   virtual/perl-Carp
+   >=dev-perl/FCGI-0.670.0
+   virtual/perl-if
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-File-Temp
+   virtual/perl-Test-Simple
+   )
+"
+PERL_RM_FILES=( "t/006_changes.t" )

diff --git a/dev-perl/CGI-Fast/Manifest b/dev-perl/CGI-Fast/Manifest
index 7b912e58441..cb869631a1b 100644
--- a/dev-perl/CGI-Fast/Manifest
+++ b/dev-perl/CGI-Fast/Manifest
@@ -1,3 +1,4 @@
 DIST CGI-Fast-2.10.tar.gz 8627 BLAKE2B 
26c0b6ca6e27a464bcbe75a06b69dee832e93e46f383cc0c459cae1c4c7ce265e7e07062b6b8d4b6d46cb55df0f010262d9e8a38ad7ec260143d13af4edf3d81
 SHA512 
55d05c742bf49045f917aa4a4efdab3e5ce2251ca61de0e7db0a586d8a592784989bc74fa43a3c6430a920f38b2aa818887e96c3e24c701d531dae94b247da2c
 DIST CGI-Fast-2.11.tar.gz 8662 BLAKE2B 
a057f9b3f1e83c84f6267be946149bd167a08b60551a3d6f40561eae728d31f30f80808c1fe629e9ce2079b0da1cf54c01ee33e7c6679e753aa005621fa6cb93
 SHA512 
728d1cb2fb15ea4e894563625258bacdf31f7ffac5e8395fcd1dd1e66a2f3575c4fe342bf1cfdcfee736fe323bcdda1170f8ffbe9a37d30cb7ca6ba6484bc2f5
 DIST CGI-Fast-2.12.tar.gz 8807 BLAKE2B 
d156cab55ab6b8c8ae882357294aa7c28ed61c9ef8dc3cadf340fb8992e61ded967795061377146c7111ec576160c2915f3309312e64b3e636db11f7c21e4e1a
 SHA512 
00452a2c31eb8fd877808764508a491894d87986bda493b2b15773cd29f2699184559f0c55af1af1684c851005b61eb1364bccae7ba4f4df3166d9020c15b40e
+DIST CGI-Fast-2.13.tar.gz 8844 BLAKE2B 
ece86a8ead5a83c0407f6c2713bf0848bfc895d9062811b5ce03ad68caa78aeb8b9d9f0f6f68abaafd1a652be2c53ece008f403e05ff49ac6538282f2a36fc65
 SHA512 
58e7010f5cdfa13e8ba4e528dfe2d7bcc4ac33f48482de186ef27ec0a38ac091c9d534761231c7dd947516532c78520259e841533690ffba7b90fb3d0069f53c



[gentoo-commits] repo/gentoo:master commit in: sci-misc/boinc/

2018-04-24 Thread Andreas Sturmlechner
commit: b9b1328e09eaa33e6b040b2bd5cb21a3e72b6c06
Author: Sven Eden  gmx  net>
AuthorDate: Tue Apr 24 05:44:01 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr 24 21:56:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b1328e

sci-misc/boinc: Remove obsolete 7.8.4-r1

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sci-misc/boinc/Manifest  |   1 -
 sci-misc/boinc/boinc-7.8.4-r1.ebuild | 195 ---
 2 files changed, 196 deletions(-)

diff --git a/sci-misc/boinc/Manifest b/sci-misc/boinc/Manifest
index cedc7247b7f..a04ac5afb50 100644
--- a/sci-misc/boinc/Manifest
+++ b/sci-misc/boinc/Manifest
@@ -1,3 +1,2 @@
-DIST boinc-7.8.4.tar.gz 52035132 BLAKE2B 
4234bd6f3ad3bbb4d7d518e45c16b8843de35f37d2cfd40ff149d85d14cb6d6bed2cbd682ba1d16099c1261eb000f8bb2e4f637b47d12e84e43266b4de076ed0
 SHA512 
d888f6c1586b57cdad7c4c783b2e58ae3bc3da8d0183eaacfe43f9798519e65129324222e6190a8ee1f00be2dfd31ee54fe2a88ef77950506e29552ce32de8aa
 DIST boinc-7.8.6.tar.gz 52037690 BLAKE2B 
21d356488d8ea7e665f1b47e8ef0a0055d8b1a11e6e2aeea0b0ee7839fc7c0498b97ff9bc0183cd7391b5c86590ffc8234d823a743688a833ffcbe83797fd679
 SHA512 
e565fff30bc7214ae48548ae726544be3c8b09455a8c78a9e30410fd6cffe3b04b2e5c7f54381fa4190aa8adb259243b7d6443b6760c038ed8347edfed1ba997
 DIST boinc.tif 288208 BLAKE2B 
156a99f08dcabc62a46874830600b9d237e64b650b8edf35db67b82006a67039a3965707194e8f0b25cfd65138b8700c0bfb877507418393b9cd3df32e94d260
 SHA512 
548e19b87fd70dbeb05687320b86aad39981c161b5b5b7e02fc3ce886d4c464c9bb763d5652d9895dd505ce247c7ff4490caa3d407e28f54ce889ffbab22d046

diff --git a/sci-misc/boinc/boinc-7.8.4-r1.ebuild 
b/sci-misc/boinc/boinc-7.8.4-r1.ebuild
deleted file mode 100644
index 066eded5748..000
--- a/sci-misc/boinc/boinc-7.8.4-r1.ebuild
+++ /dev/null
@@ -1,195 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-WX_GTK_VER=3.0-gtk3
-
-inherit autotools eutils gnome2-utils linux-info systemd user versionator 
wxwidgets
-
-MY_PV=$(get_version_component_range 1-2)
-
-DESCRIPTION="The Berkeley Open Infrastructure for Network Computing"
-HOMEPAGE="http://boinc.ssl.berkeley.edu/;
-SRC_URI="https://github.com/BOINC/boinc/archive/client_release/${MY_PV}/${PV}.tar.gz
 -> ${P}.tar.gz
-   X? ( http://boinc.berkeley.edu/logo/boinc_glossy2_512_F.tif -> 
${PN}.tif )"
-RESTRICT="mirror"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="X cuda curl_ssl_gnutls curl_ssl_libressl +curl_ssl_openssl static-libs"
-
-REQUIRED_USE="^^ ( curl_ssl_gnutls curl_ssl_libressl curl_ssl_openssl ) "
-
-# libcurl must not be using an ssl backend boinc does not support.
-# If the libcurl ssl backend changes, boinc should be recompiled.
-RDEPEND="
-   !sci-misc/boinc-bin
-   !app-admin/quickswitch
-   >=app-misc/ca-certificates-20080809
-   
net-misc/curl[curl_ssl_gnutls(-)=,curl_ssl_libressl(-)=,-curl_ssl_nss(-),curl_ssl_openssl(-)=,-curl_ssl_axtls(-),-curl_ssl_cyassl(-)]
-   sys-apps/util-linux
-   sys-libs/zlib
-   cuda? (
-   >=dev-util/nvidia-cuda-toolkit-2.1
-   >=x11-drivers/nvidia-drivers-180.22
-   )
-   X? (
-   dev-db/sqlite:3
-   media-libs/freeglut
-   sys-libs/glibc:2.2
-   virtual/jpeg:0=
-   x11-libs/gtk+:3
-   >=x11-libs/libnotify-0.7
-   x11-libs/wxGTK:${WX_GTK_VER}[X,opengl,webkit]
-   )
-"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-   app-text/docbook-xml-dtd:4.4
-   app-text/docbook2X
-   X? ( virtual/imagemagick-tools[png,tiff] )
-"
-
-PATCHES=(
-   # >=x11-libs/wxGTK-3.0.2.0-r3 has webview removed, bug 587462
-   "${FILESDIR}"/fix_webview.patch
-   # xlocale.h was removed in modern glibc, bug 639108
-   "${FILESDIR}"/${MY_PV}-fix_xlocale.patch
-)
-
-S="${WORKDIR}/${PN}-client_release-${MY_PV}-${PV}"
-
-pkg_setup() {
-   # Bug 578750
-   if use kernel_linux; then
-   linux-info_pkg_setup
-   if ! linux_config_exists; then
-   ewarn "Can't check the linux kernel configuration."
-   ewarn "You might be missing vsyscall support."
-   elif kernel_is -ge 4 4 \
-   && linux_chkconfig_present LEGACY_VSYSCALL_NONE; then
-   ewarn "You do not have vsyscall emulation enabled."
-   ewarn "This will prevent some boinc projects from 
running."
-   ewarn "Please enable vsyscall emulation:"
-   ewarn "CONFIG_LEGACY_VSYSCALL_EMULATE=y"
-   ewarn "in /usr/src/linux/.config, to be found at"
-   ewarn "Processor type and features --->"
-   ewarn "vsyscall table for legacy applications 
(None) --->"
-   

[gentoo-commits] repo/gentoo:master commit in: sci-misc/boinc/, sci-misc/boinc/files/

2018-04-24 Thread Andreas Sturmlechner
commit: 124fd3da717a11809d37a151e954c3aac8c7d829
Author: Sven Eden  gmx  net>
AuthorDate: Wed Mar 21 11:39:26 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr 24 21:56:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=124fd3da

sci-misc/boinc: 7.8.6 version bump

Besides the version bump the xlocale patch has been renamed to
include the client release series. This has been done to counter
future changes which might make the current patch to fail.

Further the ebuild got cleaned up. The static-libs USE flag has been removed,
it was not used anywhere.

Tested-by: Sven Eden  gmx.net>
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/7531

 sci-misc/boinc/Manifest|  1 +
 .../{boinc-7.8.4.ebuild => boinc-7.8.4-r1.ebuild}  |  2 +-
 .../{boinc-7.8.4.ebuild => boinc-7.8.6.ebuild} | 29 +++---
 .../{fix_xlocale.patch => 7.8-fix_xlocale.patch}   |  0
 4 files changed, 17 insertions(+), 15 deletions(-)

diff --git a/sci-misc/boinc/Manifest b/sci-misc/boinc/Manifest
index 669f224b49a..cedc7247b7f 100644
--- a/sci-misc/boinc/Manifest
+++ b/sci-misc/boinc/Manifest
@@ -1,2 +1,3 @@
 DIST boinc-7.8.4.tar.gz 52035132 BLAKE2B 
4234bd6f3ad3bbb4d7d518e45c16b8843de35f37d2cfd40ff149d85d14cb6d6bed2cbd682ba1d16099c1261eb000f8bb2e4f637b47d12e84e43266b4de076ed0
 SHA512 
d888f6c1586b57cdad7c4c783b2e58ae3bc3da8d0183eaacfe43f9798519e65129324222e6190a8ee1f00be2dfd31ee54fe2a88ef77950506e29552ce32de8aa
+DIST boinc-7.8.6.tar.gz 52037690 BLAKE2B 
21d356488d8ea7e665f1b47e8ef0a0055d8b1a11e6e2aeea0b0ee7839fc7c0498b97ff9bc0183cd7391b5c86590ffc8234d823a743688a833ffcbe83797fd679
 SHA512 
e565fff30bc7214ae48548ae726544be3c8b09455a8c78a9e30410fd6cffe3b04b2e5c7f54381fa4190aa8adb259243b7d6443b6760c038ed8347edfed1ba997
 DIST boinc.tif 288208 BLAKE2B 
156a99f08dcabc62a46874830600b9d237e64b650b8edf35db67b82006a67039a3965707194e8f0b25cfd65138b8700c0bfb877507418393b9cd3df32e94d260
 SHA512 
548e19b87fd70dbeb05687320b86aad39981c161b5b5b7e02fc3ce886d4c464c9bb763d5652d9895dd505ce247c7ff4490caa3d407e28f54ce889ffbab22d046

diff --git a/sci-misc/boinc/boinc-7.8.4.ebuild 
b/sci-misc/boinc/boinc-7.8.4-r1.ebuild
similarity index 99%
copy from sci-misc/boinc/boinc-7.8.4.ebuild
copy to sci-misc/boinc/boinc-7.8.4-r1.ebuild
index b1ddba69aff..066eded5748 100644
--- a/sci-misc/boinc/boinc-7.8.4.ebuild
+++ b/sci-misc/boinc/boinc-7.8.4-r1.ebuild
@@ -56,7 +56,7 @@ PATCHES=(
# >=x11-libs/wxGTK-3.0.2.0-r3 has webview removed, bug 587462
"${FILESDIR}"/fix_webview.patch
# xlocale.h was removed in modern glibc, bug 639108
-   "${FILESDIR}"/fix_xlocale.patch
+   "${FILESDIR}"/${MY_PV}-fix_xlocale.patch
 )
 
 S="${WORKDIR}/${PN}-client_release-${MY_PV}-${PV}"

diff --git a/sci-misc/boinc/boinc-7.8.4.ebuild 
b/sci-misc/boinc/boinc-7.8.6.ebuild
similarity index 94%
rename from sci-misc/boinc/boinc-7.8.4.ebuild
rename to sci-misc/boinc/boinc-7.8.6.ebuild
index b1ddba69aff..79674f89662 100644
--- a/sci-misc/boinc/boinc-7.8.4.ebuild
+++ b/sci-misc/boinc/boinc-7.8.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,51 +12,51 @@ MY_PV=$(get_version_component_range 1-2)
 DESCRIPTION="The Berkeley Open Infrastructure for Network Computing"
 HOMEPAGE="http://boinc.ssl.berkeley.edu/;
 
SRC_URI="https://github.com/BOINC/boinc/archive/client_release/${MY_PV}/${PV}.tar.gz
 -> ${P}.tar.gz
-   X? ( http://boinc.berkeley.edu/logo/boinc_glossy2_512_F.tif -> 
${PN}.tif )"
+   X? ( https://boinc.berkeley.edu/logo/boinc_glossy2_512_F.tif -> 
${PN}.tif )"
 RESTRICT="mirror"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="X cuda curl_ssl_gnutls curl_ssl_libressl +curl_ssl_openssl static-libs"
+IUSE="X cuda curl_ssl_gnutls curl_ssl_libressl +curl_ssl_openssl"
 
 REQUIRED_USE="^^ ( curl_ssl_gnutls curl_ssl_libressl curl_ssl_openssl ) "
 
 # libcurl must not be using an ssl backend boinc does not support.
 # If the libcurl ssl backend changes, boinc should be recompiled.
-RDEPEND="
-   !sci-misc/boinc-bin
-   !app-admin/quickswitch
+COMMON_DEPEND="
>=app-misc/ca-certificates-20080809
-   
net-misc/curl[curl_ssl_gnutls(-)=,curl_ssl_libressl(-)=,-curl_ssl_nss(-),curl_ssl_openssl(-)=,-curl_ssl_axtls(-),-curl_ssl_cyassl(-)]
-   sys-apps/util-linux
-   sys-libs/zlib
cuda? (
>=dev-util/nvidia-cuda-toolkit-2.1
>=x11-drivers/nvidia-drivers-180.22
)
+   
net-misc/curl[curl_ssl_gnutls(-)=,curl_ssl_libressl(-)=,-curl_ssl_nss(-),curl_ssl_openssl(-)=,-curl_ssl_axtls(-),-curl_ssl_cyassl(-)]
+   sys-apps/util-linux
+   sys-libs/zlib
X? (
+   >=x11-libs/libnotify-0.7
dev-db/sqlite:3
media-libs/freeglut
-   

[gentoo-commits] repo/gentoo:master commit in: sci-misc/boinc/files/, sci-misc/boinc/

2018-04-24 Thread Andreas Sturmlechner
commit: a954c781733024fddc2d9f15bc69d9a074ba063e
Author: Sven Eden  gmx  net>
AuthorDate: Wed Mar 21 11:42:19 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr 24 21:56:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a954c781

sci-misc/boinc: New version 7.9.3 and new xlocale patch

The client release series 7.10 is currently a "pre-release", so the
series has the lower client version 7.9.3 as its newest release.

As predicted the old xlocale patch does not fit any more, so a new
patch was created.

Tested-by: Sven Eden  gmx.net>
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sci-misc/boinc/Manifest |   1 +
 sci-misc/boinc/boinc-7.9.3.ebuild   | 196 
 sci-misc/boinc/files/7.10-fix_xlocale.patch |  37 ++
 3 files changed, 234 insertions(+)

diff --git a/sci-misc/boinc/Manifest b/sci-misc/boinc/Manifest
index a04ac5afb50..f2bd0f57b26 100644
--- a/sci-misc/boinc/Manifest
+++ b/sci-misc/boinc/Manifest
@@ -1,2 +1,3 @@
 DIST boinc-7.8.6.tar.gz 52037690 BLAKE2B 
21d356488d8ea7e665f1b47e8ef0a0055d8b1a11e6e2aeea0b0ee7839fc7c0498b97ff9bc0183cd7391b5c86590ffc8234d823a743688a833ffcbe83797fd679
 SHA512 
e565fff30bc7214ae48548ae726544be3c8b09455a8c78a9e30410fd6cffe3b04b2e5c7f54381fa4190aa8adb259243b7d6443b6760c038ed8347edfed1ba997
+DIST boinc-7.9.3.tar.gz 49628586 BLAKE2B 
a053645f5e5c41610863c19be028963fb2e92fc0015b9df5377e734af968f1a70e4913cdc2052fd4a396dd1a9a782464e3ffc96a4b59a166f25c387de4c30d6d
 SHA512 
d85880ec8e58d53af2cc5c9e357a29fbefe149450f33dea6fed5847b8e8c8bd9c9c5a309180c801c77fbedd740ebef83c1b410e8bc514e35fe210af57552bad5
 DIST boinc.tif 288208 BLAKE2B 
156a99f08dcabc62a46874830600b9d237e64b650b8edf35db67b82006a67039a3965707194e8f0b25cfd65138b8700c0bfb877507418393b9cd3df32e94d260
 SHA512 
548e19b87fd70dbeb05687320b86aad39981c161b5b5b7e02fc3ce886d4c464c9bb763d5652d9895dd505ce247c7ff4490caa3d407e28f54ce889ffbab22d046

diff --git a/sci-misc/boinc/boinc-7.9.3.ebuild 
b/sci-misc/boinc/boinc-7.9.3.ebuild
new file mode 100644
index 000..784d06069db
--- /dev/null
+++ b/sci-misc/boinc/boinc-7.9.3.ebuild
@@ -0,0 +1,196 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+WX_GTK_VER=3.0-gtk3
+
+inherit autotools eutils gnome2-utils linux-info systemd user wxwidgets
+
+MY_PV="7.10"
+
+DESCRIPTION="The Berkeley Open Infrastructure for Network Computing"
+HOMEPAGE="http://boinc.ssl.berkeley.edu/;
+SRC_URI="https://github.com/BOINC/boinc/archive/client_release/${MY_PV}/${PV}.tar.gz
 -> ${P}.tar.gz
+   X? ( https://boinc.berkeley.edu/logo/boinc_glossy2_512_F.tif -> 
${PN}.tif )"
+RESTRICT="mirror"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="X cuda curl_ssl_gnutls curl_ssl_libressl +curl_ssl_openssl"
+
+REQUIRED_USE="^^ ( curl_ssl_gnutls curl_ssl_libressl curl_ssl_openssl ) "
+
+# libcurl must not be using an ssl backend boinc does not support.
+# If the libcurl ssl backend changes, boinc should be recompiled.
+COMMON_DEPEND="
+   >=app-misc/ca-certificates-20080809
+   cuda? (
+   >=dev-util/nvidia-cuda-toolkit-2.1
+   >=x11-drivers/nvidia-drivers-180.22
+   )
+   
net-misc/curl[curl_ssl_gnutls(-)=,curl_ssl_libressl(-)=,-curl_ssl_nss(-),curl_ssl_openssl(-)=,-curl_ssl_axtls(-),-curl_ssl_cyassl(-)]
+   sys-apps/util-linux
+   sys-libs/zlib
+   X? (
+   dev-db/sqlite:3
+   media-libs/freeglut
+   virtual/jpeg:0=
+   x11-libs/gtk+:3
+   >=x11-libs/libnotify-0.7
+   x11-libs/wxGTK:${WX_GTK_VER}[X,opengl,webkit]
+   )
+"
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.4
+   app-text/docbook2X
+   sys-devel/gettext
+   X? ( virtual/imagemagick-tools[png,tiff] )
+"
+RDEPEND="${COMMON_DEPEND}
+   !app-admin/quickswitch
+"
+
+PATCHES=(
+   # >=x11-libs/wxGTK-3.0.2.0-r3 has webview removed, bug 587462
+   "${FILESDIR}"/fix_webview.patch
+   # xlocale.h was removed in modern glibc, bug 639108
+   "${FILESDIR}"/${MY_PV}-fix_xlocale.patch
+)
+
+S="${WORKDIR}/${PN}-client_release-${MY_PV}-${PV}"
+
+pkg_setup() {
+   # Bug 578750
+   if use kernel_linux; then
+   linux-info_pkg_setup
+   if ! linux_config_exists; then
+   ewarn "Can't check the linux kernel configuration."
+   ewarn "You might be missing vsyscall support."
+   elif kernel_is -ge 4 4 \
+   && linux_chkconfig_present LEGACY_VSYSCALL_NONE; then
+   ewarn "You do not have vsyscall emulation enabled."
+   ewarn "This will prevent some boinc projects from 
running."
+   ewarn "Please enable vsyscall emulation:"
+   ewarn "CONFIG_LEGACY_VSYSCALL_EMULATE=y"
+ 

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

2018-04-24 Thread Andreas Sturmlechner
commit: 33a16d4dc3977050e55145235bb19ca4795bb36c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr 24 21:55:11 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr 24 21:56:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a16d4d

kde5-functions.eclass: Raise >=KF-5.45 QT_MINIMAL to 5.9.4

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

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

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 6031ed2f4ec..f9b00431bcc 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -34,6 +34,7 @@ export KDE_BUILD_TYPE
 
 case ${CATEGORY} in
kde-frameworks)
+   [[ ${PV} = 5.45* ]] && : ${QT_MINIMAL:=5.9.4}
[[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=}
;;
kde-plasma)



[gentoo-commits] repo/gentoo:master commit in: sys-block/open-isns/, sys-block/open-isns/files/

2018-04-24 Thread Aaron Bauman
commit: f86a8d85eb397e678ade2974fb1c62c6de7dafa0
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Apr 24 21:47:02 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Apr 24 21:47:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86a8d85

sys-block/open-isns: add LibreSSL support

This patch was slightly modified from the original reporter as the
LibreSSL 2.7.x API does not need it.  As such, the appropriate version
checks were added for LibreSSL.  Additionally, add slot/subslot
operators to openssl.

Closes: https://bugs.gentoo.org/645684
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 .../files/open-isns-0.98-libressl-compatibility.patch | 11 +++
 sys-block/open-isns/open-isns-0.98.ebuild |  9 ++---
 2 files changed, 17 insertions(+), 3 deletions(-)

diff --git 
a/sys-block/open-isns/files/open-isns-0.98-libressl-compatibility.patch 
b/sys-block/open-isns/files/open-isns-0.98-libressl-compatibility.patch
new file mode 100644
index 000..b4d5ae63786
--- /dev/null
+++ b/sys-block/open-isns/files/open-isns-0.98-libressl-compatibility.patch
@@ -0,0 +1,11 @@
+--- a/pki.c.orig
 b/pki.c
+@@ -30,7 +30,7 @@
+ #endif
+ /* OpenSSL 1.1 made a lot of structures opaque, so we need to
+  * define the 1.1 wrappers in previous versions. */
+-#if OPENSSL_VERSION_NUMBER < 0x1010L
++#if OPENSSL_VERSION_NUMBER < 0x1010L || (defined(LIBRESSL_VERSION_NUMBER) 
&& LIBRESSL_VERSION_NUMBER < 0x207fL)
+ #define EVP_PKEY_base_id(o)  ((o)->type)
+ #define EVP_PKEY_get0_DSA(o) ((o)->pkey.dsa)
+ static EVP_MD_CTX *EVP_MD_CTX_new(void)

diff --git a/sys-block/open-isns/open-isns-0.98.ebuild 
b/sys-block/open-isns/open-isns-0.98.ebuild
index 32abc8f1081..3b96e86c226 100644
--- a/sys-block/open-isns/open-isns-0.98.ebuild
+++ b/sys-block/open-isns/open-isns-0.98.ebuild
@@ -12,14 +12,17 @@ 
SRC_URI="https://github.com/open-iscsi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 sparc ~x86"
-IUSE="debug slp ssl static"
+IUSE="debug libressl slp ssl static"
 
 DEPEND="
-   ssl? ( dev-libs/openssl:= )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
slp? ( net-libs/openslp )"
 RDEPEND="${DEPEND}"
 
-PATCHES=()
+PATCHES=( "${FILESDIR}/${P}-libressl-compatibility.patch" )
 
 src_configure() {
use debug && append-cppflags -DDEBUG_TCP -DDEBUG_SCSI



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

2018-04-24 Thread Michał Górny
commit: 157a64be229bb395071681833ba986227a1226f9
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 24 21:42:53 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 24 21:45:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=157a64be

dev-python/markupsafe: Bump to 1.0

 dev-python/markupsafe/Manifest  |  1 +
 dev-python/markupsafe/markupsafe-1.0.ebuild | 30 +
 2 files changed, 31 insertions(+)

diff --git a/dev-python/markupsafe/Manifest b/dev-python/markupsafe/Manifest
index 348aabca9fa..5536041632c 100644
--- a/dev-python/markupsafe/Manifest
+++ b/dev-python/markupsafe/Manifest
@@ -1 +1,2 @@
 DIST MarkupSafe-0.23.tar.gz 13416 BLAKE2B 
f8ce67bab421447b201592bafce6a7ce58a827199ae45c585489165641c82dd3684810381654d3ac1325adaef3499665461d814cabf795eed9ed1dbb04632a52
 SHA512 
4f1fd91ced5e7119584b56cf7b69cfe6fdd9613bd77412368a38e9ef5d1011ba5c76d1d3a0da3d60f9f474627e6c8c8b613a80a668b32d212f09072f8b1f5b28
+DIST MarkupSafe-1.0.tar.gz 14356 BLAKE2B 
d1ceeef939f4d4c31b871d8d1bbd78c72d72ff2e8c7109c9ab2b202e4b8272db25bc13210cfe2f442dbe2073963ec41f5924e4df9dc93a45ebe85fe9f0d9f12b
 SHA512 
7437a02cb1b9c1d6d6c20b13d394f24a1cd1cb8c743f832d8b1cbb6ab8846f70f54d924dd693423b33c4d592e772983ae38fd4a35961e233457c48bd3584ecb8

diff --git a/dev-python/markupsafe/markupsafe-1.0.ebuild 
b/dev-python/markupsafe/markupsafe-1.0.ebuild
new file mode 100644
index 000..c134189e63f
--- /dev/null
+++ b/dev-python/markupsafe/markupsafe-1.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy{,3} )
+
+inherit distutils-r1
+
+MY_PN="MarkupSafe"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Implements a XML/HTML/XHTML Markup safe string for Python"
+HOMEPAGE="https://pypi.org/project/MarkupSafe;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""
+
+S=${WORKDIR}/${MY_P}
+DISTUTILS_IN_SOURCE_BUILD=1
+
+python_test() {
+   esetup.py test
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kio/, kde-frameworks/kdesu/, kde-frameworks/kdelibs4support/, ...

2018-04-24 Thread Andreas Sturmlechner
commit: 2a91d596cd57fbcaadc0adbcc905dbb3587f7cff
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Apr 24 21:25:58 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr 24 21:37:25 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2a91d596

*/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

All non-obsolete x11-proto/ packages except x11-proto/xcb-proto were
merged into x11-base/xorg-proto.

 kde-apps/kmousetool/kmousetool-18.04.49..ebuild  | 2 +-
 kde-apps/kmousetool/kmousetool-.ebuild   | 2 +-
 kde-apps/kopete/kopete-18.04.49..ebuild  | 2 +-
 kde-apps/kopete/kopete-.ebuild   | 2 +-
 kde-frameworks/kcrash/kcrash-.ebuild | 2 +-
 kde-frameworks/kdelibs4support/kdelibs4support-.ebuild   | 2 +-
 kde-frameworks/kdesu/kdesu-.ebuild   | 2 +-
 kde-frameworks/kguiaddons/kguiaddons-.ebuild | 2 +-
 kde-frameworks/khtml/khtml-.ebuild   | 2 +-
 kde-frameworks/kinit/kinit-.ebuild   | 2 +-
 kde-frameworks/kio/kio-.ebuild   | 2 +-
 kde-frameworks/kjobwidgets/kjobwidgets-.ebuild   | 2 +-
 kde-frameworks/knotifications/knotifications-.ebuild | 2 +-
 kde-frameworks/kwindowsystem/kwindowsystem-.ebuild   | 2 +-
 kde-frameworks/plasma/plasma-.ebuild | 2 +-
 kde-misc/wacomtablet/wacomtablet-.ebuild | 2 +-
 kde-plasma/kgamma/kgamma-5.12.49..ebuild | 2 +-
 kde-plasma/kgamma/kgamma-.ebuild | 2 +-
 kde-plasma/khotkeys/khotkeys-5.12.49..ebuild | 2 +-
 kde-plasma/khotkeys/khotkeys-.ebuild | 2 +-
 kde-plasma/kscreenlocker/kscreenlocker-5.12.49..ebuild   | 2 +-
 kde-plasma/kscreenlocker/kscreenlocker-.ebuild   | 2 +-
 kde-plasma/kwin/kwin-5.12.49..ebuild | 2 +-
 kde-plasma/kwin/kwin-.ebuild | 2 +-
 kde-plasma/libksysguard/libksysguard-5.12.49..ebuild | 2 +-
 kde-plasma/libksysguard/libksysguard-.ebuild | 2 +-
 kde-plasma/plasma-desktop/plasma-desktop-5.12.49..ebuild | 2 +-
 kde-plasma/plasma-desktop/plasma-desktop-.ebuild | 2 +-
 kde-plasma/plasma-workspace/plasma-workspace-5.12.49..ebuild | 2 +-
 kde-plasma/plasma-workspace/plasma-workspace-.ebuild | 2 +-
 30 files changed, 30 insertions(+), 30 deletions(-)

diff --git a/kde-apps/kmousetool/kmousetool-18.04.49..ebuild 
b/kde-apps/kmousetool/kmousetool-18.04.49..ebuild
index 5772adc65d..cd662e7a0e 100644
--- a/kde-apps/kmousetool/kmousetool-18.04.49..ebuild
+++ b/kde-apps/kmousetool/kmousetool-18.04.49..ebuild
@@ -26,9 +26,9 @@ COMMON_DEPEND="
x11-libs/libXtst
 "
 DEPEND="${COMMON_DEPEND}
+   x11-base/xorg-proto
x11-libs/libXext
x11-libs/libXt
-   x11-proto/xproto
 "
 RDEPEND="${COMMON_DEPEND}

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

2018-04-24 Thread Aaron Bauman
commit: 3ef2060ce07014795e8d488564729e1796bcf084
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Apr 24 21:21:07 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Apr 24 21:21:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef2060c

net-mail/dbmail: add LibreSSL support

Closes: https://bugs.gentoo.org/613272
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 net-mail/dbmail/dbmail-3.2.3-r1.ebuild | 9 ++---
 net-mail/dbmail/dbmail-3.2.3-r2.ebuild | 7 +--
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/net-mail/dbmail/dbmail-3.2.3-r1.ebuild 
b/net-mail/dbmail/dbmail-3.2.3-r1.ebuild
index 61bff9022a7..9ac49a99e82 100644
--- a/net-mail/dbmail/dbmail-3.2.3-r1.ebuild
+++ b/net-mail/dbmail/dbmail-3.2.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ 
SRC_URI="http://www.dbmail.org/download/$(get_version_component_range 1-2)/${P}.
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="ldap sieve ssl static"
+IUSE="ldap libressl sieve ssl static"
 
 DEPEND="dev-db/libzdb
sieve? ( >=mail-filter/libsieve-2.2.1 )
@@ -24,7 +24,10 @@ DEPEND="dev-db/libzdb
dev-libs/gmime:2.6
>=dev-libs/glib-2.16
dev-libs/libevent
-   ssl? ( dev-libs/openssl )"
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )"
 RDEPEND="${DEPEND}"
 
 DOCS="AUTHORS README.md INSTALL THANKS UPGRADING"

diff --git a/net-mail/dbmail/dbmail-3.2.3-r2.ebuild 
b/net-mail/dbmail/dbmail-3.2.3-r2.ebuild
index 6d19833506f..2875f819a20 100644
--- a/net-mail/dbmail/dbmail-3.2.3-r2.ebuild
+++ b/net-mail/dbmail/dbmail-3.2.3-r2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://www.dbmail.org/download/$(get_version_component_range 1-2)/${P}.
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="ldap sieve ssl static"
+IUSE="ldap libressl sieve ssl static"
 
 DEPEND="dev-db/libzdb
sieve? ( >=mail-filter/libsieve-2.2.1 )
@@ -24,7 +24,10 @@ DEPEND="dev-db/libzdb
dev-libs/gmime:2.6
>=dev-libs/glib-2.16
dev-libs/libevent
-   ssl? ( dev-libs/openssl )"
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )"
 RDEPEND="${DEPEND}"
 
 pkg_setup() {



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

2018-04-24 Thread Mart Raudsepp
commit: 7426d8431c684785c5bc635d20984fac44c893a9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Apr 24 21:12:56 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Apr 24 21:12:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7426d843

sys-apps/sandbox-2.13: arm64 stable (bug #651336)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sys-apps/sandbox/sandbox-2.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/sandbox/sandbox-2.13.ebuild 
b/sys-apps/sandbox/sandbox-2.13.ebuild
index 3138a29d799..61425d9b8f3 100644
--- a/sys-apps/sandbox/sandbox-2.13.ebuild
+++ b/sys-apps/sandbox/sandbox-2.13.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz;
 
 LICENSE="GPL-2"
 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=""
 
 DEPEND="app-arch/xz-utils



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

2018-04-24 Thread Andreas Sturmlechner
commit: 260e9feefc606700cc7b2dcc607b372dd7fcdb4f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr 24 21:08:21 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr 24 21:08:45 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=260e9fee

kde-plasma/breeze: Fix circular dependency

(kde-plasma/plasma-workspace-:5/5) depends on
 (kde-plasma/kwin-:5/5) (buildtime)
  (kde-plasma/kde-cli-tools-:5/5) (runtime)
   (kde-plasma/plasma-workspace-:5/5) (buildtime)

Reported-by: levente (forums.gentoo.org)
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 kde-plasma/breeze/breeze-.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-plasma/breeze/breeze-.ebuild 
b/kde-plasma/breeze/breeze-.ebuild
index 3bf55c5b42..853d1fc405 100644
--- a/kde-plasma/breeze/breeze-.ebuild
+++ b/kde-plasma/breeze/breeze-.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://cgit.kde.org/breeze.git;
 KEYWORDS=""
 IUSE="wayland X"
 
-COMMON_DEPEND="
+RDEPEND="
$(add_frameworks_dep frameworkintegration)
$(add_frameworks_dep kcmutils)
$(add_frameworks_dep kconfig)
@@ -31,10 +31,10 @@ COMMON_DEPEND="
x11-libs/libxcb
)
 "
-DEPEND="${COMMON_DEPEND}
+DEPEND="${RDEPEND}
$(add_frameworks_dep kpackage)
 "
-RDEPEND="${COMMON_DEPEND}
+PDEPEND="
$(add_frameworks_dep breeze-icons)
$(add_plasma_dep kde-cli-tools)
 "



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

2018-04-24 Thread Jeroen Roovers
commit: fb25de6dc90d2d09dc19908b2af12e0528fc5fca
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Apr 24 20:45:41 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Apr 24 20:46:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb25de6d

www-client/opera-developer: Version 54.0.2934.0.

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 www-client/opera-developer/Manifest|   1 +
 .../opera-developer-54.0.2934.0.ebuild | 114 +
 2 files changed, 115 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 61a7bb329f5..fd88b8c60fc 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,2 +1,3 @@
 DIST opera-developer_54.0.2920.0_amd64.deb 54792622 BLAKE2B 
0f53613ac96be1d6b4bdce9fbaf05abd2ba76bc5ae9216ce3b830cff4ee800e8396503ac3524596c72e9351df14aaf8285d2fbef82e32bb50ce731f09201c9a9
 SHA512 
f90703ea6d2472d03ff2f96124b74b7165d30257ad2c8c3ab19a6af701197d7258f1a8c84cd266061052d4ba75ae6d09dce8e3701e257bd756fdd4685697a535
 DIST opera-developer_54.0.2929.0_amd64.deb 55440718 BLAKE2B 
ecc20106b19d4ce687dc525b536adfcf4b8bb9bdab26791fc28eaa9e68d3b8b58df4ba7c42d5caefeb9ab1bb4062e08b60ccadb3bad837a393e1290a5ea4667a
 SHA512 
5a3dbdac8fa4578db6e37f9d2f0ef30cd6fea7195a25d736572195a9cdd4a818ab0cfc47605b835ce2db32c0ada09ccc25c13698ba0d9bd46a85470a5de5b6ca
+DIST opera-developer_54.0.2934.0_amd64.deb 55198712 BLAKE2B 
1d94cb440146405d27f9757d8175d0bb44151f272bc948595d2f69d37d88155278d6fae86bee25982ecc8eee85414551cea5e8a7c4eb04756a0d518f92fce491
 SHA512 
7fc9189d63871626a33454201c51f460bab85356b1a6e31b81b9fd199b75838e5af3a704d5fcc38cc23d30aea6626ee008c7d7773a0ee20db2c5e3fd93ed53cf

diff --git a/www-client/opera-developer/opera-developer-54.0.2934.0.ebuild 
b/www-client/opera-developer/opera-developer-54.0.2934.0.ebuild
new file mode 100644
index 000..12a41bce61c
--- /dev/null
+++ b/www-client/opera-developer/opera-developer-54.0.2934.0.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   be bg bn ca cs da de el en-GB es es-419 fi fil fr fr-CA hi hr hu id it
+   ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
+   zh-CN zh-TW
+"
+inherit chromium-2 gnome2-utils multilib unpacker xdg-utils
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="http://www.opera.com/;
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="
+   http://download1.operacdn.com/pub/
+   http://download2.operacdn.com/pub/
+   http://download3.operacdn.com/pub/
+   http://download4.operacdn.com/pub/
+"
+SRC_URI="amd64? ("
+for uri in ${SRC_URI_BASE}; do
+SRC_URI+="
+   "${uri}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb"
+"
+done
+SRC_URI+=")"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libnotify
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="usr/$(get_libdir)/${PN}"
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   case ${ARCH} in
+   amd64)
+   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
+   rm -r usr/lib || die
+   ;;
+   x86)
+   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
+   ;;
+   esac
+
+   rm usr/bin/${PN} || die
+
+   rm usr/share/doc/${PN}/copyright || die
+   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
+
+   pushd "${OPERA_HOME}/localization" > /dev/null || die
+   chromium_remove_language_paks
+   popd > /dev/null || die
+
+   sed -i \
+   -e 's|^TargetEnvironment|X-&|g' \
+   usr/share/applications/${PN}.desktop || die
+}
+
+src_install() {
+   mv * "${D}" || die
+   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
+   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}



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

2018-04-24 Thread Jeroen Roovers
commit: cf147f05087a0db8df3af06bc1911bf2c14cc62c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Apr 24 20:46:04 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Apr 24 20:46:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf147f05

www-client/opera-developer: Old.

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 www-client/opera-developer/Manifest|   1 -
 .../opera-developer-54.0.2920.0.ebuild | 114 -
 2 files changed, 115 deletions(-)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index fd88b8c60fc..1ee5ae72672 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,3 +1,2 @@
-DIST opera-developer_54.0.2920.0_amd64.deb 54792622 BLAKE2B 
0f53613ac96be1d6b4bdce9fbaf05abd2ba76bc5ae9216ce3b830cff4ee800e8396503ac3524596c72e9351df14aaf8285d2fbef82e32bb50ce731f09201c9a9
 SHA512 
f90703ea6d2472d03ff2f96124b74b7165d30257ad2c8c3ab19a6af701197d7258f1a8c84cd266061052d4ba75ae6d09dce8e3701e257bd756fdd4685697a535
 DIST opera-developer_54.0.2929.0_amd64.deb 55440718 BLAKE2B 
ecc20106b19d4ce687dc525b536adfcf4b8bb9bdab26791fc28eaa9e68d3b8b58df4ba7c42d5caefeb9ab1bb4062e08b60ccadb3bad837a393e1290a5ea4667a
 SHA512 
5a3dbdac8fa4578db6e37f9d2f0ef30cd6fea7195a25d736572195a9cdd4a818ab0cfc47605b835ce2db32c0ada09ccc25c13698ba0d9bd46a85470a5de5b6ca
 DIST opera-developer_54.0.2934.0_amd64.deb 55198712 BLAKE2B 
1d94cb440146405d27f9757d8175d0bb44151f272bc948595d2f69d37d88155278d6fae86bee25982ecc8eee85414551cea5e8a7c4eb04756a0d518f92fce491
 SHA512 
7fc9189d63871626a33454201c51f460bab85356b1a6e31b81b9fd199b75838e5af3a704d5fcc38cc23d30aea6626ee008c7d7773a0ee20db2c5e3fd93ed53cf

diff --git a/www-client/opera-developer/opera-developer-54.0.2920.0.ebuild 
b/www-client/opera-developer/opera-developer-54.0.2920.0.ebuild
deleted file mode 100644
index 12a41bce61c..000
--- a/www-client/opera-developer/opera-developer-54.0.2920.0.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CHROMIUM_LANGS="
-   be bg bn ca cs da de el en-GB es es-419 fi fil fr fr-CA hi hr hu id it
-   ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
-   zh-CN zh-TW
-"
-inherit chromium-2 gnome2-utils multilib unpacker xdg-utils
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="http://www.opera.com/;
-LICENSE="OPERA-2014"
-SLOT="0"
-SRC_URI_BASE="
-   http://download1.operacdn.com/pub/
-   http://download2.operacdn.com/pub/
-   http://download3.operacdn.com/pub/
-   http://download4.operacdn.com/pub/
-"
-SRC_URI="amd64? ("
-for uri in ${SRC_URI_BASE}; do
-SRC_URI+="
-   "${uri}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb"
-"
-done
-SRC_URI+=")"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/libnotify
-   x11-libs/pango[X]
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-OPERA_HOME="usr/$(get_libdir)/${PN}"
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_prepare() {
-   case ${ARCH} in
-   amd64)
-   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
-   rm -r usr/lib || die
-   ;;
-   x86)
-   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
-   ;;
-   esac
-
-   rm usr/bin/${PN} || die
-
-   rm usr/share/doc/${PN}/copyright || die
-   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
-
-   pushd "${OPERA_HOME}/localization" > /dev/null || die
-   chromium_remove_language_paks
-   popd > /dev/null || die
-
-   sed -i \
-   -e 's|^TargetEnvironment|X-&|g' \
-   usr/share/applications/${PN}.desktop || die
-}
-
-src_install() {
-   mv * "${D}" || die
-   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
-   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-}



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

2018-04-24 Thread Jeroen Roovers
commit: 5ba74230443bb6f3acfba20597258bbfb59be733
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Apr 24 20:44:52 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Apr 24 20:46:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba74230

www-client/vivaldi-snapshot: Old.

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 www-client/vivaldi-snapshot/Manifest   |   3 -
 .../vivaldi-snapshot-1.15.1147.23_p1.ebuild| 117 -
 2 files changed, 120 deletions(-)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index a08ec81aeac..dfb509caa87 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,6 +1,3 @@
-DIST vivaldi-snapshot-1.15.1147.23_p1-amd64.deb 53857072 BLAKE2B 
22bfe94f00d508bd03bbaadfb6e895a089443465f5abafe2347dee0877a52c4650f6933b15e10e768896c078db2584d1d8781c01dda2b99fcd98f90ddbe12138
 SHA512 
e259586b2084c29c9db110af7f3154777e47bb3d226740a8557df42cd931ac0093b56b515765467a8a6b8ccc685a1f7e1e0e01a783a2133b42f35c08f1b3900c
-DIST vivaldi-snapshot-1.15.1147.23_p1-armhf.deb 47686074 BLAKE2B 
45f568e107ff5a52cc84b12d745ae6edd76de1cead0cdc16a922cc9e43173b1848bda9f1b9af68b978e5b6b3e18325674d9947d9ac0038d37d065c66cbeb1b0a
 SHA512 
51ea75d6dfa2417d030d19de8eee1002d6594352759c056bf84a3e0dcab702e50c185663924a9fc9b91fa8c9c6fb72b6aef0426c88b7c4abd26031e7b6d86172
-DIST vivaldi-snapshot-1.15.1147.23_p1-i386.deb 53515616 BLAKE2B 
34a81f65e35e732a7ac14025940686068c47aa777f79d65e05fad827eff837549cd3c96514c75af30b9277d900020f2d35600efc30b3d9ec5664a3bfed878ccc
 SHA512 
4bd0cd3d7ee1315b959cea4aa5fa4b8b68ec7655d63431acba41edc1f59b6c6f5b1c85be8f981231420b508d16507ceb85238d0602910ec796ebdd8440ccc780
 DIST vivaldi-snapshot-1.15.1147.29_p1-amd64.deb 53970214 BLAKE2B 
f19df57c8aa2b804774245248aa67cea78b4a25356468e838834bc47a52a9f37cb4214b51cc884ce7dd8e998f598a771037ce5e81dabc4c2060bbdc9fa579965
 SHA512 
cd596222005e85bb05e550dcca19a5c4fb5edaea18234757cdafb4b896800504a5d63344f1b598001eb7ec517013ebb19dee9825a481ff5a6a7050610c02c151
 DIST vivaldi-snapshot-1.15.1147.29_p1-armhf.deb 47706408 BLAKE2B 
1911d890a73cbdd591b0f8f0c8279c9dc4ca958662c84de69326bf00b9b61c9dd35014e28429eaba914efbf963bb6885b640f399d81ebe6978e55be610770902
 SHA512 
4d3e1ad4d20d83b06d964cabc0098c8ed864d40b4867a56621500b33b28eaaf2c56813e17d8d4764b542d76faf06af5dc01d44341d3cde574b31946837856a65
 DIST vivaldi-snapshot-1.15.1147.29_p1-i386.deb 53522702 BLAKE2B 
bc0a0660c9af23f790f13b6806f2559b8cd45748de8e387a81906e1361e7ff382b3fa1a33ea278704dfd5b012a418e1d26246cdae61a2537e970630523ec21d7
 SHA512 
2387cd8cde710d7dc3c728e8e249770b2f245a805d99517bb7b8b0fd41462ea56b82c0dc43acfb43f758e1595167e08e98dc9d8abd2bee5f41da06837b079ab7

diff --git 
a/www-client/vivaldi-snapshot/vivaldi-snapshot-1.15.1147.23_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-1.15.1147.23_p1.ebuild
deleted file mode 100644
index b70af0fb4cf..000
--- a/www-client/vivaldi-snapshot/vivaldi-snapshot-1.15.1147.23_p1.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CHROMIUM_LANGS="
-   am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he 
hi
-   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
-   sw ta te th tr uk vi zh-CN zh-TW
-"
-inherit chromium-2 eutils gnome2-utils multilib unpacker toolchain-funcs 
xdg-utils
-
-VIVALDI_HOME="opt/${PN}"
-DESCRIPTION="A new browser for our friends"
-HOMEPAGE="http://vivaldi.com/;
-VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_;
-SRC_URI="
-   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
-   arm? ( ${VIVALDI_BASE_URI}armhf.deb -> ${P}-armhf.deb )
-   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
-"
-
-LICENSE="Vivaldi"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~arm ~x86"
-RESTRICT="bindist mirror"
-
-DEPEND="
-   virtual/libiconv
-"
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   media-libs/speex
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/libcap
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:2
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/pango[X]
-"
-QA_PREBUILT="*"
-S=${WORKDIR}
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_prepare() {
-   iconv -c -t UTF-8 usr/share/applications/${PN}.desktop > 
"${T}"/${PN}.desktop || die
-   mv "${T}"/${PN}.desktop usr/share/applications/${PN}.desktop || 

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

2018-04-24 Thread Jeroen Roovers
commit: cecc00893613cdb309d019fa79f6e0e62513f8c4
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Apr 24 20:43:35 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Apr 24 20:46:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cecc0089

www-client/vivaldi-snapshot: Version 1.15.1147.32_p1.

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 www-client/vivaldi-snapshot/Manifest   |   3 +
 .../vivaldi-snapshot-1.15.1147.32_p1.ebuild| 117 +
 2 files changed, 120 insertions(+)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 6d283807202..a08ec81aeac 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -4,3 +4,6 @@ DIST vivaldi-snapshot-1.15.1147.23_p1-i386.deb 53515616 BLAKE2B 
34a81f65e35e732a
 DIST vivaldi-snapshot-1.15.1147.29_p1-amd64.deb 53970214 BLAKE2B 
f19df57c8aa2b804774245248aa67cea78b4a25356468e838834bc47a52a9f37cb4214b51cc884ce7dd8e998f598a771037ce5e81dabc4c2060bbdc9fa579965
 SHA512 
cd596222005e85bb05e550dcca19a5c4fb5edaea18234757cdafb4b896800504a5d63344f1b598001eb7ec517013ebb19dee9825a481ff5a6a7050610c02c151
 DIST vivaldi-snapshot-1.15.1147.29_p1-armhf.deb 47706408 BLAKE2B 
1911d890a73cbdd591b0f8f0c8279c9dc4ca958662c84de69326bf00b9b61c9dd35014e28429eaba914efbf963bb6885b640f399d81ebe6978e55be610770902
 SHA512 
4d3e1ad4d20d83b06d964cabc0098c8ed864d40b4867a56621500b33b28eaaf2c56813e17d8d4764b542d76faf06af5dc01d44341d3cde574b31946837856a65
 DIST vivaldi-snapshot-1.15.1147.29_p1-i386.deb 53522702 BLAKE2B 
bc0a0660c9af23f790f13b6806f2559b8cd45748de8e387a81906e1361e7ff382b3fa1a33ea278704dfd5b012a418e1d26246cdae61a2537e970630523ec21d7
 SHA512 
2387cd8cde710d7dc3c728e8e249770b2f245a805d99517bb7b8b0fd41462ea56b82c0dc43acfb43f758e1595167e08e98dc9d8abd2bee5f41da06837b079ab7
+DIST vivaldi-snapshot-1.15.1147.32_p1-amd64.deb 53956742 BLAKE2B 
68ca119d425be887744d0e642ca9d671a8b6b0ca7b752eeef22c58690238f960cad8e11d5530a82277091cbc933ba981774653664381cfc39da753ed42744bf3
 SHA512 
1802682d6a844903da7de7078a7e585707087ff7251cdfb0cde598a807fba93a54de1592c33bfcc885113b6009a5d22f6f1581a6782fcbfc24d6f8c27b757f79
+DIST vivaldi-snapshot-1.15.1147.32_p1-armhf.deb 47718932 BLAKE2B 
31050570e943fce4f3a7ace86634350d19ec4eaf654da2ed89ebda1d73502add8d9bd29a581b48a5a9f3d52fe336a8f19eba2a24fd05682768bf06fb8614954e
 SHA512 
54c545e1f847bd3e68331f28e1b991c579c70ad7aa0235398e8944d03f015152f4c9dc30ef103ade213e3f3911a5049903425f456d0334e4b600304b4b7b5144
+DIST vivaldi-snapshot-1.15.1147.32_p1-i386.deb 53516784 BLAKE2B 
719849ffd149f12f90ae905eac5d4f3b615c4b0012527eaab9bd16d1b788d1516f89c69c478986e7569512d4b7fbe98bd65dbc989509afde344b5df8cb3e720e
 SHA512 
3ce66e4d1a0a191f50669c023a651ad99af0400b9fd09204de595c3bbdc875e06dd8d7b83e37b5a071999743ecc17fd5a230774824f5218dd4c1b7d99e93a482

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

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

2018-04-24 Thread Brian Evans
commit: 8dccee51d5993a5540dd3f1f6f014bd849b9892a
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Apr 24 20:31:51 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Apr 24 20:33:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dccee51

dev-php/PEAR-VersionControl_SVN: Drop down to unstable, no stable deps

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 .../PEAR-VersionControl_SVN-0.5.2.ebuild  | 19 ---
 1 file changed, 19 deletions(-)

diff --git 
a/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.2.ebuild 
b/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.2.ebuild
deleted file mode 100644
index b5fa0ac5649..000
--- a/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit php-pear-r1
-
-DESCRIPTION="Simple OO wrapper interface for the Subversion command-line 
client"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE=""
-RDEPEND=""
-
-src_prepare() {
-   einfo "Patching SVN.php and SVN/Command.php to use proper paths by 
default"
-   sed -i -e 's:/usr/local:/usr:g' VersionControl/SVN.php || die "sed 
failed"
-   sed -i -e 's:/usr/local:/usr:g' VersionControl/SVN/Command.php || die 
"sed failed"
-}



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

2018-04-24 Thread Brian Evans
commit: 0aae13f3d57df537a0839e14204bca50de92bcb4
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Apr 24 20:01:13 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Apr 24 20:33:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aae13f3

dev-php/PEAR-Net_Socket: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-php/PEAR-Net_Socket/Manifest   |  2 --
 .../PEAR-Net_Socket-1.0.14-r3.ebuild   | 24 --
 .../PEAR-Net_Socket/PEAR-Net_Socket-1.1.0.ebuild   | 14 -
 3 files changed, 40 deletions(-)

diff --git a/dev-php/PEAR-Net_Socket/Manifest b/dev-php/PEAR-Net_Socket/Manifest
index c72dd2e06f0..5399434e465 100644
--- a/dev-php/PEAR-Net_Socket/Manifest
+++ b/dev-php/PEAR-Net_Socket/Manifest
@@ -1,3 +1 @@
-DIST Net_Socket-1.0.14.tgz 5600 BLAKE2B 
952a41ae595b1ae300274a00e24d3b5543ea5eb5465c586fe6497f5524fc516ae1cc27f2709794e372124c5b0fae9f5c7917744b8e1cb24fe8e4faa8bab4aad1
 SHA512 
1c4ad8bdb96830e32caa7ffe739ba8785bc07a1737ef85b7694b878a38bd693b10ad426361a4a8f758a63ec6fa407650ec9b5d2df086999a041529128f7fa403
-DIST Net_Socket-1.1.0.tgz 5933 BLAKE2B 
9a66b944968ce05466d4aefc663279a9d8302511f15718d2f33aa5dcf59e4bc018862bc3b42af9a1bf9bdf5756bfc991e5cfc8afa09bf80cc946a57b0cb5aa72
 SHA512 
e2d21451ec7fd232764ae061c0b63689c0f6c5f972aa408b74490504f2540bf525f6a0decbcef60ad7fe78f3718b8cc21bf625f31c3811f3ff5824e07b4b
 DIST Net_Socket-1.2.2.tgz 6903 BLAKE2B 
a0ee530ebb2962de8560d5cb2147ee831d62c5deac056a7f4944b451853b3ab65f1f46332700d4e18a1ff6e1cce138bf46f5053586bc7f8073143c6aa101e9c6
 SHA512 
fd415fbd4a6801b63cda3168ff275fdeae233a3cc4c62f9bfe561f83f24f89795a7e7ad862641a73bb6d6e3c0da8b56cd00e7e7a1db616de040ea7883d84caa5

diff --git a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.14-r3.ebuild 
b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.14-r3.ebuild
deleted file mode 100644
index b02f5ac1eb6..000
--- a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.14-r3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/PEAR-/}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="PHP class interface to TCP sockets"
-HOMEPAGE="https://pear.php.net/package/${MY_PN};
-SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
-IUSE=""
-DEPEND=""
-RDEPEND="dev-lang/php:*
-   dev-php/PEAR-PEAR"
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
-   insinto /usr/share/php
-   doins -r Net
-}

diff --git a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.1.0.ebuild 
b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.1.0.ebuild
deleted file mode 100644
index ea3c7a4512f..000
--- a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.1.0.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit php-pear-r2
-
-DESCRIPTION="PHP class interface to TCP sockets"
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE=""
-DEPEND=""
-RDEPEND=">=dev-php/PEAR-PEAR-1.10.1"



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

2018-04-24 Thread Brian Evans
commit: bf76b0543b2a26c66a707fc784c6ab1496d0610e
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Apr 24 20:29:01 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Apr 24 20:33:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf76b054

dev-php/PEAR-DB_DataObject: Drop down to unstable, no stable deps

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-php/PEAR-DB_DataObject/Manifest|  1 -
 .../PEAR-DB_DataObject-1.11.3.ebuild   | 23 --
 2 files changed, 24 deletions(-)

diff --git a/dev-php/PEAR-DB_DataObject/Manifest 
b/dev-php/PEAR-DB_DataObject/Manifest
index 5f7710900f1..092de377d0d 100644
--- a/dev-php/PEAR-DB_DataObject/Manifest
+++ b/dev-php/PEAR-DB_DataObject/Manifest
@@ -1,2 +1 @@
-DIST DB_DataObject-1.11.3.tgz 81873 BLAKE2B 
f8d51e73eb38ba50157413e51720d60e236a2e3b351b79d866381d7ef80103b5c16b54af7a5a6a425ac3d59ae606973043a62a038b196753d38053fd3be61661
 SHA512 
bf74b99b6d28e8c5074dd9058ad6624ed93cd4578164d71fcf2c70070a81f5bb5dfc46d11d5a1408ad5bac12ac6d36cd47dbe102b16ffbf9c091153e9e400d8f
 DIST DB_DataObject-1.11.5.tgz 83878 BLAKE2B 
0d73cde628a61e208c665546d15b4e7f4203c04dd4c5e7cc86c36ca46b60d8fcd28643b2ff720b940d1fb4fc86fdee650fec784cbda7885a31c9c120d90edbeb
 SHA512 
bc8c5d0994fba78c6f8137682da87018e7660ceb39f5583aabf424509bf0ab263b8f32f6676821acaf69ed991778ad85f5f3fc156799c0811b2ec39546688bc6

diff --git a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.3.ebuild 
b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.3.ebuild
deleted file mode 100644
index 280cf222101..000
--- a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit php-pear-r1
-
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-
-DESCRIPTION="A SQL Builder, Object Interface to Database Tables"
-LICENSE="PHP-2.02 PHP-3"
-SLOT="0"
-IUSE="minimal"
-
-DEPEND=""
-RDEPEND="|| ( >=dev-php/PEAR-DB-1.7.6-r1 >=dev-php/PEAR-MDB2-2.0.0_rc1 )
-   >=dev-php/PEAR-Date-1.4.3-r1
-   !minimal? ( >=dev-php/PEAR-Validate-0.5.0-r1 )"
-
-src_prepare() {
-   # don't install windows-only stuff
-   sed -re 's:::' -i 
"${WORKDIR}/package.xml" || die "sed failed"
-}



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

2018-04-24 Thread Brian Evans
commit: 52b715192dfacb225771552cb2b7f727c4a68dd9
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Apr 24 20:26:33 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Apr 24 20:33:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b71519

dev-php/PEAR-Crypt_GPG: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-php/PEAR-Crypt_GPG/Manifest|  1 -
 .../PEAR-Crypt_GPG-1.6.0_beta3.ebuild  | 48 --
 2 files changed, 49 deletions(-)

diff --git a/dev-php/PEAR-Crypt_GPG/Manifest b/dev-php/PEAR-Crypt_GPG/Manifest
index f3e1d8a84a7..5fba343f944 100644
--- a/dev-php/PEAR-Crypt_GPG/Manifest
+++ b/dev-php/PEAR-Crypt_GPG/Manifest
@@ -1,2 +1 @@
-DIST Crypt_GPG-1.6.0b3.tgz 345445 BLAKE2B 
ab9318fa026f3dbde5974da9581b9fdf73245e78a8b5e891b2151aa7ebc8e1356a090e21a05129f4d3aa110a78082621ab386625069936f4644a1fff2bb461ef
 SHA512 
0a3cb665fac8e84a0699600155cb74e2394e4759fe0b111d971d253ca511a371d06d826e54abadfbb3f707833cd3d6b369f52d04541b3e04f217056ec8439f4c
 DIST Crypt_GPG-1.6.2.tgz 346709 BLAKE2B 
abced2fe8c909f06690c38884506ce03df4c5ef3ef460aafce65ea9405c6974f8af320fd5a07a7967b45421a9a67aa27026c28ef7eb1402ffefba527007a33ae
 SHA512 
9d954d96b4e461c75f79ce9bc701d062e3f19671690228e6e0ce5265733ac1de9c06520f9f750348f3c37f01ccb79720574b2d2f371e69c8a25ae6e1bc18aabd

diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.0_beta3.ebuild 
b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.0_beta3.ebuild
deleted file mode 100644
index 23527ba9fca..000
--- a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.0_beta3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/PEAR-/}"
-MY_PV="${PV/_/}"
-MY_PV="${MY_PV/beta/b}"
-MY_P="${MY_PN}-${MY_PV}"
-
-DESCRIPTION="PHP interface to the GNU Privacy Guard (GnuPG)"
-HOMEPAGE="http://pear.php.net/package/${MY_PN};
-SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ia64 ppc ppc64 sparc x86"
-IUSE="test"
-
-# Really only needs PEAR_Exception, not PEAR-PEAR.
-RDEPEND="app-crypt/gnupg
-   dev-lang/php:*[posix,unicode]
-   dev-php/PEAR-Console_CommandLine
-   dev-php/PEAR-PEAR"
-DEPEND="test? (${RDEPEND} dev-php/phpunit )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default
-   sed -i "s|@bin-dir@|${EPREFIX}/usr/bin|" Crypt/GPG/Engine.php || die
-   sed -i "s|@package-name@|${MY_PN}|" Crypt/GPG/PinEntry.php || die
-   sed -i "s|@data-dir@|${EPREFIX}/usr/share|" Crypt/GPG/PinEntry.php || 
die
-}
-
-src_install() {
-   dodoc README.md
-   dobin scripts/crypt-gpg-pinentry
-
-   insinto "/usr/share/${MY_PN}"
-   doins -r data
-
-   insinto /usr/share/php
-   doins -r Crypt
-}
-
-src_test() {
-   phpunit tests/ || die "test suite failed"
-}



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

2018-04-24 Thread Brian Evans
commit: a6e15647e711bd9b4ef38ba81b3c5fa94be9b361
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Apr 24 19:57:43 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Apr 24 20:32:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6e15647

dev-php/PEAR-Net_Socket: Mark 1.2.2 stable for ALLARCHES

Script only package

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2.ebuild 
b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2.ebuild
index 7bd147800d1..da84124a22f 100644
--- a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2.ebuild
+++ b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2.ebuild
@@ -8,7 +8,7 @@ inherit php-pear-r2
 DESCRIPTION="PHP class interface to TCP sockets"
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
 IUSE=""
 DEPEND=""
 RDEPEND=">=dev-php/PEAR-PEAR-1.10.1"



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

2018-04-24 Thread Brian Evans
commit: 0389cba27d21ddb7c5d74cf51df7318c3c94d356
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Apr 24 20:24:24 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Apr 24 20:33:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0389cba2

dev-php/PEAR-Crypt_GPG: Mark 1.6.2 stable ALLARCHES

script only package

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild 
b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild
index e3a6ec81ebb..f07396ab6c0 100644
--- a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild
+++ b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://pear.php.net/package/${MY_PN};
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm hppa ia64 ppc ppc64 sparc x86"
 IUSE="test"
 
 RDEPEND="app-crypt/gnupg



[gentoo-commits] proj/portage:master commit in: bin/

2018-04-24 Thread Zac Medico
commit: 37430278d193116760fede99bea13c41c57b36b2
Author: kewl fft  alto  eu  org>
AuthorDate: Tue Apr 24 19:31:27 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Apr 24 20:18:51 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=37430278

etc-update: fix double / in merged file names

$2 already starts with /, no need to add one between $TMP and $2

Closes: https://github.com/gentoo/portage/pull/314

 bin/etc-update | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/etc-update b/bin/etc-update
index 5a4041c07..fdf205a68 100755
--- a/bin/etc-update
+++ b/bin/etc-update
@@ -557,7 +557,7 @@ do_merge() {
 
local file="${1}"
local ofile="${2}"
-   local mfile="${TMP}/${2}.merged"
+   local mfile="${TMP}/${2#/}.merged"
local -i my_input=0
 
if [[ -L ${file} && -L ${ofile} ]] ; then



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

2018-04-24 Thread Mikle Kolyada
commit: f6dc18db3a6225abef3ecb5ade4c652965f3d2a0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Apr 24 19:58:10 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Apr 24 19:58:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6dc18db

dev-libs/libxslt: amd64 stable wrt bug #637310

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-libs/libxslt/libxslt-1.1.32.ebuild 
b/dev-libs/libxslt/libxslt-1.1.32.ebuild
index 81bf7991ed3..205e0210335 100644
--- a/dev-libs/libxslt/libxslt-1.1.32.ebuild
+++ b/dev-libs/libxslt/libxslt-1.1.32.ebuild
@@ -13,7 +13,7 @@ SRC_URI="ftp://xmlsoft.org/${PN}/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="crypt debug examples python static-libs elibc_Darwin"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2018-04-24 Thread Mikle Kolyada
commit: 3f1cac0c6a86384afc88595088e137b0eb600fd2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Apr 24 19:44:36 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Apr 24 19:45:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f1cac0c

dev-python/docutils-glep: mark stable wrt bug #653636

Closes: https://bugs.gentoo.org/653636
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/docutils-glep/docutils-glep-1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/docutils-glep/docutils-glep-1.1.ebuild 
b/dev-python/docutils-glep/docutils-glep-1.1.ebuild
index a62e8e44d2c..d3868539803 100644
--- a/dev-python/docutils-glep/docutils-glep-1.1.ebuild
+++ b/dev-python/docutils-glep/docutils-glep-1.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_PN::1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 COMMON_DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] proj/portage:master commit in: pym/_emerge/

2018-04-24 Thread Zac Medico
commit: 78bb69447833895b588bbed42f02b364d3ebbfcc
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Apr 20 22:11:29 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Apr 24 19:42:27 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=78bb6944

emerge --config: return pkg_config exit status (bug 653638)

Fix emerge --config exit status so that it will return 1 if
the pkg_config function calls die.

Bug: https://bugs.gentoo.org/653638
Reviewed-by: Manuel Rüger  gentoo.org>

 pym/_emerge/actions.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py
index b90aa8cb0..1a289f523 100644
--- a/pym/_emerge/actions.py
+++ b/pym/_emerge/actions.py
@@ -617,6 +617,7 @@ def action_config(settings, trees, myopts, myfiles):
portage.doebuild(ebuildpath, "clean", settings=mysettings,
debug=debug, mydbapi=vardb, tree="vartree")
print()
+   return retval
 
 def action_depclean(settings, trees, ldpath_mtimes,
myopts, action, myfiles, spinner, scheduler=None):
@@ -3203,7 +3204,7 @@ def run_action(emerge_config):
# HELP action
elif "config" == emerge_config.action:
validate_ebuild_environment(emerge_config.trees)
-   action_config(emerge_config.target_config.settings,
+   return action_config(emerge_config.target_config.settings,
emerge_config.trees, emerge_config.opts, 
emerge_config.args)
 
# SEARCH action



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

2018-04-24 Thread Johannes Huber
commit: b0a071f5a9927a03d91b853610dbbe3c7e767d73
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Apr 24 19:31:05 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Apr 24 19:43:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0a071f5

net-irc/quassel: Version bump 0.12.5

Bug: https://bugs.gentoo.org/653834
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 net-irc/quassel/Manifest  |   1 +
 net-irc/quassel/quassel-0.12.5.ebuild | 182 ++
 2 files changed, 183 insertions(+)

diff --git a/net-irc/quassel/Manifest b/net-irc/quassel/Manifest
index 06198ad4ee5..5e3ff2980df 100644
--- a/net-irc/quassel/Manifest
+++ b/net-irc/quassel/Manifest
@@ -1 +1,2 @@
 DIST quassel-0.12.4.tar.bz2 3742639 BLAKE2B 
855caaf3eb5373008dc3c6f673b68aa1bbb601541ba5eb6c9402f421ec6b1dc933c58785181ca8b3f2fd899ba91a873458ede06f0fda2a3e970980f395742be2
 SHA512 
66bc12a9634534e6492787172a199c774ef1642d1ddb268c24ed96608698628bca7b278021a006a4db76783b19b1e1dead9d019bb8a6cbe1e12b8857792e7b92
+DIST quassel-0.12.5.tar.bz2 3747392 BLAKE2B 
624cd18c2a5e1c480f701072bfeeeb18589cdbd2f2b7ab0d524f32e384ac4feb7328b23b60c3005340d53e4bf3a209f75a5d673a8d5d3f659825f0ef21bd3f9f
 SHA512 
3a0263d7bec9ef4b0d8ef6ea53784f95e0efbadc0f03b49005908411b0b53543ebc66189fb4100c117d87264b648f2a1b01be48c371f926b9f326b1ffc870685

diff --git a/net-irc/quassel/quassel-0.12.5.ebuild 
b/net-irc/quassel/quassel-0.12.5.ebuild
new file mode 100644
index 000..83888e7a7d3
--- /dev/null
+++ b/net-irc/quassel/quassel-0.12.5.ebuild
@@ -0,0 +1,182 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils pax-utils systemd user versionator
+
+if [[ ${PV} != ** ]]; then
+   SRC_URI="http://quassel-irc.org/pub/${P}.tar.bz2;
+   KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~sparc-solaris"
+else
+   EGIT_REPO_URI=( "https://github.com/${PN}/${PN}; 
"git://git.${PN}-irc.org/${PN}" )
+   inherit git-r3
+fi
+
+DESCRIPTION="Qt/KDE IRC client supporting a remote daemon for 24/7 
connectivity"
+HOMEPAGE="http://quassel-irc.org/;
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="crypt dbus debug kde monolithic phonon postgres +server
+snorenotify +ssl syslog webkit X"
+
+SERVER_RDEPEND="
+   dev-qt/qtscript:5
+   crypt? ( app-crypt/qca:2[qt5(+),ssl] )
+   postgres? ( dev-qt/qtsql:5[postgres] )
+   !postgres? ( dev-qt/qtsql:5[sqlite] 
dev-db/sqlite:3[threadsafe(+),-secure-delete] )
+   syslog? ( virtual/logger )
+"
+
+GUI_RDEPEND="
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dbus? (
+   >=dev-libs/libdbusmenu-qt-0.9.3_pre20140619[qt5(+)]
+   dev-qt/qtdbus:5
+   )
+   kde? (
+   kde-frameworks/kconfigwidgets:5
+   kde-frameworks/kcoreaddons:5
+   kde-frameworks/knotifications:5
+   kde-frameworks/knotifyconfig:5
+   kde-frameworks/ktextwidgets:5
+   kde-frameworks/kwidgetsaddons:5
+   kde-frameworks/kxmlgui:5
+   kde-frameworks/sonnet:5
+   )
+   phonon? ( media-libs/phonon[qt5(+)] )
+   snorenotify? ( >=x11-libs/snorenotify-0.7.0 )
+   webkit? ( dev-qt/qtwebkit:5 )
+"
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtnetwork:5[ssl?]
+   sys-libs/zlib
+   monolithic? (
+   ${SERVER_RDEPEND}
+   ${GUI_RDEPEND}
+   )
+   !monolithic? (
+   server? ( ${SERVER_RDEPEND} )
+   X? ( ${GUI_RDEPEND} )
+   )
+"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
+   kde-frameworks/extra-cmake-modules
+"
+
+DOCS=( AUTHORS ChangeLog README.md )
+
+REQUIRED_USE="
+   || ( X server monolithic )
+   crypt? ( || ( server monolithic ) )
+   dbus? ( || ( X monolithic ) )
+   kde? ( || ( X monolithic ) dbus phonon )
+   phonon? ( || ( X monolithic ) )
+   postgres? ( || ( server monolithic ) )
+   snorenotify? ( || ( X monolithic ) )
+   syslog? ( || ( server monolithic ) )
+   webkit? ( || ( X monolithic ) )
+"
+
+pkg_setup() {
+   if use server; then
+   QUASSEL_DIR=/var/lib/${PN}
+   QUASSEL_USER=${PN}
+   # create quassel:quassel user
+   enewgroup "${QUASSEL_USER}"
+   enewuser "${QUASSEL_USER}" -1 -1 "${QUASSEL_DIR}" 
"${QUASSEL_USER}"
+   fi
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_QT5=ON
+   -DEMBED_DATA=OFF
+   -DCMAKE_SKIP_RPATH=ON
+   $(cmake-utils_use_find_package crypt QCA2-QT5)
+   $(cmake-utils_use_find_package dbus dbusmenu-qt5)
+   $(cmake-utils_use_find_package dbus Qt5DBus)
+   -DWITH_KDE=$(usex kde)
+   -DWITH_OXYGEN=$(usex !kde)
+   -DWANT_MONO=$(usex monolithic)
+   

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

2018-04-24 Thread Mikle Kolyada
commit: 80ac15a82227a082641b941dc6400149144b6506
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Apr 24 19:38:24 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Apr 24 19:38:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80ac15a8

mail-mta/netqmail: arm stable wrt bug #504392

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 mail-mta/netqmail/netqmail-1.06-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/netqmail/netqmail-1.06-r4.ebuild 
b/mail-mta/netqmail/netqmail-1.06-r4.ebuild
index 39ce6f925c7..71b8eb49f7c 100644
--- a/mail-mta/netqmail/netqmail-1.06-r4.ebuild
+++ b/mail-mta/netqmail/netqmail-1.06-r4.ebuild
@@ -36,7 +36,7 @@ SRC_URI="mirror://qmail/${P}.tar.gz
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
 IUSE="authcram gencertdaily highvolume libressl qmail-spp ssl vanilla"
 REQUIRED_USE='vanilla? ( !ssl !qmail-spp !highvolume )'
 RESTRICT="test"



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

2018-04-24 Thread Mikle Kolyada
commit: 124b1ef533312c6d555e9e7323426e466ab75144
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Apr 24 19:30:35 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Apr 24 19:32:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=124b1ef5

dev-php/PEAR-Net_Socket: arm stable wrt bug #649646

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2.ebuild 
b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2.ebuild
index b579e6eeb8d..7bd147800d1 100644
--- a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2.ebuild
+++ b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2.ebuild
@@ -8,7 +8,7 @@ inherit php-pear-r2
 DESCRIPTION="PHP class interface to TCP sockets"
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE=""
 DEPEND=""
 RDEPEND=">=dev-php/PEAR-PEAR-1.10.1"



[gentoo-commits] repo/gentoo:master commit in: mail-client/roundcube/

2018-04-24 Thread Mikle Kolyada
commit: d52d1f7b5dc78ffe3175e784519f2bf13a8a455a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Apr 24 19:32:00 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Apr 24 19:32:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d52d1f7b

mail-client/roundcube: arm stable wrt bug #649646

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 mail-client/roundcube/roundcube-1.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/roundcube/roundcube-1.3.4.ebuild 
b/mail-client/roundcube/roundcube-1.3.4.ebuild
index 6731a407526..2f2cce8e773 100644
--- a/mail-client/roundcube/roundcube-1.3.4.ebuild
+++ b/mail-client/roundcube/roundcube-1.3.4.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${PV}/${MY_P}-compl
 # roundcube is GPL-licensed, the rest of the licenses here are
 # for bundled PEAR components, googiespell and utf8.class.php
 LICENSE="GPL-3 BSD PHP-2.02 PHP-3 MIT public-domain"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm ~ppc ~ppc64 ~sparc x86"
 
 IUSE="enigma ldap managesieve mysql postgres sqlite ssl spell"
 REQUIRED_USE="|| ( mysql postgres sqlite )"



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

2018-04-24 Thread Mikle Kolyada
commit: b028a1cf366b830a5fb6f7dbb211c85f7a99cde4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Apr 24 19:29:47 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Apr 24 19:32:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b028a1cf

dev-php/PEAR-Crypt_GPG: arm stable wrt bug #649646

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild 
b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild
index 610e5dd784f..e3a6ec81ebb 100644
--- a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild
+++ b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://pear.php.net/package/${MY_PN};
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 
 RDEPEND="app-crypt/gnupg



[gentoo-commits] repo/gentoo:master commit in: games-arcade/tuxpuck/, games-arcade/tuxpuck/files/

2018-04-24 Thread Pacho Ramos
commit: d371127b5929047d298cab7f5b3768521a359b41
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Apr 24 19:07:41 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Apr 24 19:26:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d371127b

games-arcade/tuxpuck: Stop using games.eclass

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 .../tuxpuck/files/tuxpuck-0.8.2-ldflags.patch  |  4 +-
 .../tuxpuck/files/tuxpuck-0.8.2-parallel.patch |  4 +-
 .../tuxpuck/files/tuxpuck-0.8.2-png15.patch|  4 +-
 games-arcade/tuxpuck/tuxpuck-0.8.2-r2.ebuild   | 59 ++
 4 files changed, 65 insertions(+), 6 deletions(-)

diff --git a/games-arcade/tuxpuck/files/tuxpuck-0.8.2-ldflags.patch 
b/games-arcade/tuxpuck/files/tuxpuck-0.8.2-ldflags.patch
index 28fcef48a7e..b4abb60f0fd 100644
--- a/games-arcade/tuxpuck/files/tuxpuck-0.8.2-ldflags.patch
+++ b/games-arcade/tuxpuck/files/tuxpuck-0.8.2-ldflags.patch
@@ -1,5 +1,5 @@
 Makefile.old   2010-10-05 10:34:57.0 +0200
-+++ Makefile   2010-10-05 10:35:28.0 +0200
+--- a/Makefile.old 2010-10-05 10:34:57.0 +0200
 b/Makefile 2010-10-05 10:35:28.0 +0200
 @@ -20,7 +20,7 @@
  
  $(NAME) : $(OBJS)

diff --git a/games-arcade/tuxpuck/files/tuxpuck-0.8.2-parallel.patch 
b/games-arcade/tuxpuck/files/tuxpuck-0.8.2-parallel.patch
index cdcdecc42c3..7d9b199f55c 100644
--- a/games-arcade/tuxpuck/files/tuxpuck-0.8.2-parallel.patch
+++ b/games-arcade/tuxpuck/files/tuxpuck-0.8.2-parallel.patch
@@ -1,5 +1,5 @@
 data/Makefile.old  2015-01-07 14:22:34.852150894 +0100
-+++ data/Makefile  2015-01-07 14:57:44.079822614 +0100
+--- a/data/Makefile.old2015-01-07 14:22:34.852150894 +0100
 b/data/Makefile2015-01-07 14:57:44.079822614 +0100
 @@ -15,20 +15,29 @@
ar r libdata.a $(OBJS)
ranlib libdata.a

diff --git a/games-arcade/tuxpuck/files/tuxpuck-0.8.2-png15.patch 
b/games-arcade/tuxpuck/files/tuxpuck-0.8.2-png15.patch
index ca9539f39e5..5860d2b1c17 100644
--- a/games-arcade/tuxpuck/files/tuxpuck-0.8.2-png15.patch
+++ b/games-arcade/tuxpuck/files/tuxpuck-0.8.2-png15.patch
@@ -1,5 +1,5 @@
 png.c.old  2011-09-14 16:25:54.415338149 +0200
-+++ png.c  2011-09-14 17:41:02.190803110 +0200
+--- a/png.c.old2011-09-14 16:25:54.415338149 +0200
 b/png.c2011-09-14 17:41:02.190803110 +0200
 @@ -38,6 +38,8 @@
png_color_16 *transv;
SDL_RWops *src = NULL;

diff --git a/games-arcade/tuxpuck/tuxpuck-0.8.2-r2.ebuild 
b/games-arcade/tuxpuck/tuxpuck-0.8.2-r2.ebuild
new file mode 100644
index 000..b1df215d59d
--- /dev/null
+++ b/games-arcade/tuxpuck/tuxpuck-0.8.2-r2.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit desktop
+
+DESCRIPTION="Hover hockey"
+HOMEPAGE="http://home.no.net/munsuun/tuxpuck/;
+SRC_URI="http://home.no.net/munsuun/tuxpuck/files/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="
+   media-libs/libsdl
+   media-libs/libpng:0=
+   virtual/jpeg:0
+   media-libs/libvorbis
+"
+DEPEND="${RDEPEND}
+   media-libs/freetype:2
+"
+
+src_prepare() {
+   default
+   # Bug #376741 - Make unpack call compatible with both
+   # PMS and 

[gentoo-commits] repo/gentoo:master commit in: games-arcade/triplexinvaders/

2018-04-24 Thread Pacho Ramos
commit: 841b1338ac4b4494162c25b646e967fdc93791b7
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Apr 24 19:12:51 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Apr 24 19:26:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=841b1338

games-arcade/triplexinvaders: Add forgotten REQUIRED_USE

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-arcade/triplexinvaders/triplexinvaders-1.08-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/games-arcade/triplexinvaders/triplexinvaders-1.08-r1.ebuild 
b/games-arcade/triplexinvaders/triplexinvaders-1.08-r1.ebuild
index 09ac13da91d..b3774eb8c6f 100644
--- a/games-arcade/triplexinvaders/triplexinvaders-1.08-r1.ebuild
+++ b/games-arcade/triplexinvaders/triplexinvaders-1.08-r1.ebuild
@@ -13,7 +13,9 @@ SRC_URI="http://acm.jhu.edu/~arthur/invaders/${P}.zip;
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
dev-python/pygame[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: games-arcade/thinktanks-demo/

2018-04-24 Thread Pacho Ramos
commit: 1ca4a37df3170d678c6bfb355ada501795385461
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Apr 24 18:51:46 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Apr 24 19:26:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca4a37d

games-arcade/thinktanks-demo: Stop using games.eclass

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 .../thinktanks-demo/thinktanks-demo-1.1-r3.ebuild  | 49 ++
 1 file changed, 49 insertions(+)

diff --git a/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild 
b/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild
new file mode 100644
index 000..a672cd15f03
--- /dev/null
+++ b/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r3.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit desktop unpacker
+
+DESCRIPTION="Tank combat game with lighthearted, fast paced pandemonium"
+HOMEPAGE="http://www.garagegames.com/pg/product/view.php?id=12;
+SRC_URI="ftp://ggdev-1.homelan.com/thinktanks/ThinkTanksDemo_v${PV}.sh.bin;
+
+LICENSE="THINKTANKS"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+RESTRICT="strip"
+
+RDEPEND="
+   media-libs/libsdl[video,joystick,abi_x86_32(-)]
+   media-libs/libogg[abi_x86_32(-)]
+   media-libs/libvorbis[abi_x86_32(-)]
+   x11-libs/libX11[abi_x86_32(-)]
+   x11-libs/libXext[abi_x86_32(-)]
+"
+DEPEND=""
+
+S="${WORKDIR}"
+dir="/opt/${PN}"
+
+QA_PREBUILT="${dir:1}/ThinkTanks.bin"
+
+src_install() {
+   dodir "${dir}" "/usr/bin"
+
+   tar -zxf ThinkTanks.tar.gz -C "${ED}/${dir}" || die
+
+   exeinto "${dir}"
+   doexe bin/Linux/x86/thinktanksdemo
+   dosym "${dir}"/thinktanksdemo /usr/bin/thinktanks-demo
+   # Using system libraries
+   rm -rf "${ED}/${dir}"/lib
+
+   insinto "${dir}"
+   doins icon.xpm
+
+   newicon icon.xpm ${PN}.xpm
+   make_desktop_entry ${PN} "Thinktanks (Demo)" 
/usr/share/pixmaps/${PN}.xpm
+
+   dodoc ReadMe_Linux.txt
+}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/triplexinvaders/files/, games-arcade/triplexinvaders/

2018-04-24 Thread Pacho Ramos
commit: fdc276e65566beb3c91b69585061e4d11bd8b9d8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Apr 24 19:03:38 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Apr 24 19:26:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdc276e6

games-arcade/triplexinvaders: Stop using games.eclass

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 .../files/triplexinvaders-1.08-gentoo.patch| 16 
 .../triplexinvaders/triplexinvaders-1.08-r1.ebuild | 44 ++
 2 files changed, 52 insertions(+), 8 deletions(-)

diff --git 
a/games-arcade/triplexinvaders/files/triplexinvaders-1.08-gentoo.patch 
b/games-arcade/triplexinvaders/files/triplexinvaders-1.08-gentoo.patch
index 56f9c1a1596..85c88afcfe8 100644
--- a/games-arcade/triplexinvaders/files/triplexinvaders-1.08-gentoo.patch
+++ b/games-arcade/triplexinvaders/files/triplexinvaders-1.08-gentoo.patch
@@ -1,5 +1,5 @@
 sound.py.old   2007-04-14 21:52:02.0 +0200
-+++ sound.py   2007-04-14 21:52:27.0 +0200
+--- a/sound.py.old 2007-04-14 21:52:02.0 +0200
 b/sound.py 2007-04-14 21:52:27.0 +0200
 @@ -16,7 +16,7 @@
  
  
@@ -18,8 +18,8 @@
sound.set_volume(volume)
LoadedSounds[name] = sound
 return LoadedSounds[name]
 util.py.old2007-04-14 21:56:30.0 +0200
-+++ util.py2007-04-14 21:56:48.0 +0200
+--- a/util.py.old  2007-04-14 21:56:30.0 +0200
 b/util.py  2007-04-14 21:56:48.0 +0200
 @@ -30,7 +30,7 @@
  LoadedTextures = weakref.WeakValueDictionary()
  
@@ -38,8 +38,8 @@
LoadedModels[name] = model
 return LoadedModels[name]
  
 hiscore.py.old 2007-04-14 22:04:04.0 +0200
-+++ hiscore.py 2007-04-14 22:04:25.0 +0200
+--- a/hiscore.py.old   2007-04-14 22:04:04.0 +0200
 b/hiscore.py   2007-04-14 22:04:25.0 +0200
 @@ -5,7 +5,7 @@
  # copy the highscores to the user's homedir
  highscorefile = os.path.join(configdir, 'hiscores')
@@ -49,8 +49,8 @@
  shutil.copy(oldpath, highscorefile)
  
  def write(score, name):
 options.py.old 2007-04-14 22:05:23.0 +0200
-+++ options.py 2007-04-14 22:05:42.0 +0200
+--- a/options.py.old   2007-04-14 22:05:23.0 +0200
 b/options.py   2007-04-14 22:05:42.0 +0200
 @@ -5,7 +5,7 @@
  # copy the options to the user's homedir
  optionfile = os.path.join(configdir, 'options.conf')

diff --git a/games-arcade/triplexinvaders/triplexinvaders-1.08-r1.ebuild 
b/games-arcade/triplexinvaders/triplexinvaders-1.08-r1.ebuild
new file mode 100644
index 000..09ac13da91d
--- /dev/null
+++ b/games-arcade/triplexinvaders/triplexinvaders-1.08-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils python-single-r1
+
+DESCRIPTION="An Alien Invaders style game with 3d graphics"
+HOMEPAGE="http://triplexinvaders.infogami.com;
+SRC_URI="http://acm.jhu.edu/~arthur/invaders/${P}.zip;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="${PYTHON_DEPS}
+   dev-python/pygame[${PYTHON_USEDEP}]
+   dev-python/pyopengl[${PYTHON_USEDEP}]
+"
+DEPEND="app-arch/unzip"
+
+src_prepare() {
+   default
+   eapply "${FILESDIR}/${P}"-gentoo.patch
+   sed -i -e "s:@GENTOO_DATADIR@:/usr/share/${PN}:" \
+   sound.py \
+   util.py \
+   hiscore.py \
+   options.py || die "sed failed"
+}
+
+src_install() {
+   local libdir=/usr/$(get_libdir)
+
+   insinto "${libdir}/${PN}"
+   doins -r *.py
+   insinto "/usr/share/${PN}"
+   doins -r models sound options.conf hiscores
+   make_wrapper ${PN} "python2 ./invaders.py" "${libdir}/${PN}"
+   einstalldocs
+   make_desktop_entry ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/triplexinvaders/

2018-04-24 Thread Pacho Ramos
commit: 3b43c822d6ddd39cf850c2983f89a4c0a5767be7
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Apr 24 19:04:08 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Apr 24 19:26:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b43c822

games-arcade/triplexinvaders: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 .../triplexinvaders/triplexinvaders-1.08.ebuild| 39 --
 1 file changed, 39 deletions(-)

diff --git a/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild 
b/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild
deleted file mode 100644
index d6b539da1fa..000
--- a/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="An Alien Invaders style game with 3d graphics"
-HOMEPAGE="http://triplexinvaders.infogami.com;
-SRC_URI="http://acm.jhu.edu/~arthur/invaders/${P}.zip;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND="dev-python/pygame
-   dev-python/pyopengl"
-
-src_prepare() {
-   epatch "${FILESDIR}/${P}"-gentoo.patch
-   sed -i -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \
-   sound.py \
-   util.py \
-   hiscore.py \
-   options.py || die "sed failed"
-}
-
-src_install() {
-   local libdir=$(games_get_libdir)
-
-   insinto "${libdir}/${PN}"
-   doins -r *.py
-   insinto "${GAMES_DATADIR}/${PN}"
-   doins -r models sound options.conf hiscores
-   games_make_wrapper ${PN} "python ./invaders.py" "${libdir}/${PN}"
-   dodoc README.txt TODO.txt
-   prepgamesdirs
-}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/whichwayisup/

2018-04-24 Thread Pacho Ramos
commit: 79f46506edf99719b830e2d565f82d8d2e36600a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Apr 24 19:15:43 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Apr 24 19:26:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79f46506

games-arcade/whichwayisup: Stop using games.eclass

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 .../whichwayisup/whichwayisup-0.7.9-r2.ebuild  | 59 ++
 1 file changed, 59 insertions(+)

diff --git a/games-arcade/whichwayisup/whichwayisup-0.7.9-r2.ebuild 
b/games-arcade/whichwayisup/whichwayisup-0.7.9-r2.ebuild
new file mode 100644
index 000..84964d15a79
--- /dev/null
+++ b/games-arcade/whichwayisup/whichwayisup-0.7.9-r2.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit desktop python-single-r1
+
+MY_PV="${PV//./}"
+MY_P="${PN}_b${MY_PV}"
+
+DESCRIPTION="A traditional and challenging 2D platformer game with a slight 
rotational twist"
+HOMEPAGE="http://hectigo.net/puskutraktori/whichwayisup/;
+SRC_URI="http://hectigo.net/puskutraktori/whichwayisup/${MY_P}.zip;
+
+LICENSE="GPL-2 CC-BY-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   dev-python/pygame[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   app-arch/unzip
+"
+
+S="${WORKDIR}/${PN}"
+
+src_prepare() {
+   default
+   sed -i \
+   -e "s:libdir\ =\ .*:libdir\ =\ \"/usr/$(get_libdir)/${PN}\":" \
+   run_game.py || die
+   sed -i \
+   -e "s:data_dir\ =\ .*:data_dir\ =\ \"/usr/share/${PN}\":" \
+   lib/data.py || die
+   rm data/pictures/Thumbs.db
+   python_fix_shebang .
+}
+
+src_install() {
+   newbin run_game.py ${PN}
+
+   insinto "/usr/$(get_libdir)/${PN}"
+   doins lib/*.py
+
+   python_optimize "${ED}/usr/$(get_libdir)/${PN}"
+
+   einstalldocs
+
+   insinto "/usr/share/${PN}"
+   doins -r data/*
+
+   newicon "${FILESDIR}"/${PN}-32.xpm ${PN}.xpm
+   make_desktop_entry ${PN} "Which Way Is Up?"
+}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/vor/

2018-04-24 Thread Pacho Ramos
commit: e0efbc295bcb57ce7d31477d314573204380bda8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Apr 24 19:10:27 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Apr 24 19:26:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0efbc29

games-arcade/vor: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-arcade/vor/vor-0.5.7.ebuild | 41 ---
 1 file changed, 41 deletions(-)

diff --git a/games-arcade/vor/vor-0.5.7.ebuild 
b/games-arcade/vor/vor-0.5.7.ebuild
deleted file mode 100644
index f1bc924bc5d..000
--- a/games-arcade/vor/vor-0.5.7.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils gnome2-utils games
-
-DESCRIPTION="Variations on Rockdodger: Dodge the rocks until you die"
-HOMEPAGE="http://jasonwoof.org/vor;
-SRC_URI="https://jasonwoof.com/downloads/vor/${P}.tgz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl[sound,video]
-   media-libs/sdl-image[png]
-   media-libs/sdl-mixer[mod]"
-RDEPEND=${DEPEND}
-
-src_install() {
-   dodir "${GAMES_BINDIR}"
-   DOCS="README* todo" default
-   newicon -s 48 data/icon.png ${PN}.png
-   make_desktop_entry ${PN} VoR
-   prepgamesdirs
-}
-
-pkg_preinst() {
-   games_pkg_preinst
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   games_pkg_postinst
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/spacerider/

2018-04-24 Thread Pacho Ramos
commit: ac46e8500a21622f9e912aeb9a0790102c23a4ff
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Apr 24 18:14:19 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Apr 24 19:26:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac46e850

games-arcade/spacerider: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-arcade/spacerider/spacerider-0.13.ebuild | 42 --
 1 file changed, 42 deletions(-)

diff --git a/games-arcade/spacerider/spacerider-0.13.ebuild 
b/games-arcade/spacerider/spacerider-0.13.ebuild
deleted file mode 100644
index 6ac81d1fbcc..000
--- a/games-arcade/spacerider/spacerider-0.13.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="space-shooter written in C++, using the SDL"
-HOMEPAGE="http://www.hackl.dhs.org/spacerider/;
-SRC_URI="mirror://gentoo/${P}.tar.bz2" # stupid php script
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl[sound,video]
-   media-libs/sdl-gfx
-   media-libs/sdl-mixer
-   media-libs/sdl-image[jpeg]
-   media-libs/sdl-net
-   media-libs/sdl-ttf"
-RDEPEND=${DEPEND}
-
-src_prepare() {
-   epatch "${FILESDIR}/${P}"-gentoo.patch \
-   "${FILESDIR}/${P}"-gcc41.patch \
-   "${FILESDIR}"/${P}-ovflfix.patch \
-   "${FILESDIR}"/${P}-gcc49.patch \
-   "${FILESDIR}"/${P}-font.patch
-   sed -i \
-   -e "s:/usr/share/games/spacerider:${GAMES_DATADIR}/${PN}:" \
-   globals.cpp || die
-}
-
-src_install() {
-   dogamesbin ${PN}
-   insinto "${GAMES_DATADIR}/${PN}"
-   doins -r data
-   dodoc AUTHORS
-   newman ${PN}.{1,6}
-   prepgamesdirs
-}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/thinktanks-demo/

2018-04-24 Thread Pacho Ramos
commit: 97289cc8cb22b3ccc938fc98524099d64ee6dd15
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Apr 24 18:51:58 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Apr 24 19:26:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97289cc8

games-arcade/thinktanks-demo: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 .../thinktanks-demo/thinktanks-demo-1.1-r2.ebuild  | 46 --
 1 file changed, 46 deletions(-)

diff --git a/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r2.ebuild 
b/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r2.ebuild
deleted file mode 100644
index 107f42f9463..000
--- a/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit unpacker games
-
-DESCRIPTION="tank combat game with lighthearted, fast paced pandemonium"
-HOMEPAGE="http://www.garagegames.com/pg/product/view.php?id=12;
-SRC_URI="ftp://ggdev-1.homelan.com/thinktanks/ThinkTanksDemo_v${PV}.sh.bin;
-
-LICENSE="THINKTANKS"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-RESTRICT="strip"
-
-RDEPEND="
-   media-libs/libsdl[video,joystick,abi_x86_32(-)]
-   media-libs/libogg[abi_x86_32(-)]
-   media-libs/libvorbis[abi_x86_32(-)]
-   x11-libs/libX11[abi_x86_32(-)]
-   x11-libs/libXext[abi_x86_32(-)]"
-
-S=${WORKDIR}
-dir=${GAMES_PREFIX_OPT}/${PN}
-
-QA_PREBUILT="${dir:1}/ThinkTanks.bin"
-
-src_install() {
-   dodir "${dir}" "${GAMES_BINDIR}"
-
-   tar -zxf ThinkTanks.tar.gz -C "${ED}/${dir}" || die
-
-   exeinto "${dir}"
-   doexe bin/Linux/x86/thinktanksdemo
-   dosym "${dir}"/thinktanksdemo "${GAMES_BINDIR}"/thinktanks-demo
-   # Using system libraries
-   rm -rf "${ED}/${dir}"/lib
-
-   insinto "${dir}"
-   doins icon.xpm
-
-   dodoc ReadMe_Linux.txt
-
-   prepgamesdirs
-}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/vor/

2018-04-24 Thread Pacho Ramos
commit: a10b3dddad73f92c3d3fabef338e374ef6dfd7d8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Apr 24 19:10:18 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Apr 24 19:26:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a10b3ddd

games-arcade/vor: Stop using games.eclass

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-arcade/vor/vor-0.5.7-r1.ebuild | 38 
 1 file changed, 38 insertions(+)

diff --git a/games-arcade/vor/vor-0.5.7-r1.ebuild 
b/games-arcade/vor/vor-0.5.7-r1.ebuild
new file mode 100644
index 000..67a35306efe
--- /dev/null
+++ b/games-arcade/vor/vor-0.5.7-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit desktop gnome2-utils
+
+DESCRIPTION="Variations on Rockdodger: Dodge the rocks until you die"
+HOMEPAGE="http://jasonwoof.org/vor;
+SRC_URI="https://jasonwoof.com/downloads/vor/${P}.tgz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="media-libs/libsdl[sound,video]
+   media-libs/sdl-image[png]
+   media-libs/sdl-mixer[mod]"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   dodir /usr/bin
+   DOCS="README* todo" default
+   newicon -s 48 data/icon.png ${PN}.png
+   make_desktop_entry ${PN} VoR
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/supertransball2/, games-arcade/supertransball2/files/

2018-04-24 Thread Pacho Ramos
commit: 83b47182da2175a68bd0be6dd63fb7e1e4a646af
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Apr 24 18:39:44 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Apr 24 19:26:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b47182

games-arcade/supertransball2: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-arcade/supertransball2/Manifest  |  2 -
 .../files/supertransball2-1.5-ldflags.patch| 11 
 .../supertransball2/supertransball2-1.5.ebuild | 68 --
 3 files changed, 81 deletions(-)

diff --git a/games-arcade/supertransball2/Manifest 
b/games-arcade/supertransball2/Manifest
deleted file mode 100644
index df85d948c89..000
--- a/games-arcade/supertransball2/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST stransball2-v15-linux.zip 302212 BLAKE2B 
8b45e32f37c805e75ba0d19ef004d75baea689fe87e946d50301cef01230492fd531b4100bc6200a261c24463443b2811faea8d200d15b15af0c884dbc285d2a
 SHA512 
e87655dfca039c0c8553372b4da139f1d8fa420aad1909b422318dc049a9f7972c8d2398b83fde677b3eaf21d2d70fad73d7ec0c4b7bcbeacbf3544e6e575f6a
-DIST supertransball2_1.5-3.diff.gz 6592 BLAKE2B 
29ed5609bffb8093422d74a5b2889bb4c7a5c4728cab40bc3e95fef35a1ddc9f60945e15366e07b47efb1a3a15e51bb4bc85b51bb3e854778e8ec07700861fc6
 SHA512 
d8f0682633d8b20661a98d037430590c0f509205857644b28a7b56fc80011df8cd5dbbacf1142514b18dd471e6f79e515d981c025cb19a2288cd7bf46c0d1ba4

diff --git 
a/games-arcade/supertransball2/files/supertransball2-1.5-ldflags.patch 
b/games-arcade/supertransball2/files/supertransball2-1.5-ldflags.patch
deleted file mode 100644
index daee9f6b17f..000
--- a/games-arcade/supertransball2/files/supertransball2-1.5-ldflags.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 Makefile.old   2010-10-16 21:34:09.0 +0200
-+++ Makefile   2010-10-16 21:34:24.0 +0200
-@@ -17,7 +17,7 @@
- 
- # dynamically linked binary:
- $(TARGET): $(OBJS)
--  $(CXX) $^ -o $@ `sdl-config --libs` -lSDL_image -lSDL_mixer -lSDL_sound 
-lSDL_sound -lSGE
-+  $(CXX) $(LDFLAGS) $^ -o $@ `sdl-config --libs` -lSDL_image -lSDL_mixer 
-lSDL_sound -lSDL_sound -lSGE
-   mv ./$(TARGET) ..
- 
- clean:

diff --git a/games-arcade/supertransball2/supertransball2-1.5.ebuild 
b/games-arcade/supertransball2/supertransball2-1.5.ebuild
deleted file mode 100644
index 3ceb2f40f72..000
--- a/games-arcade/supertransball2/supertransball2-1.5.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils versionator games
-
-MY_PV=$(delete_all_version_separators)
-MY_P=stransball2-v${MY_PV}
-FILE=${MY_P}-linux
-DEBIAN_PATCH="${PN}_${PV}-3.diff"
-
-DESCRIPTION="Thrust clone"
-HOMEPAGE="http://www.braingames.getput.com/stransball2/;
-SRC_URI="http://braingames.bugreport.nl/stransball2/${FILE}.zip
-   mirror://debian/pool/main/s/${PN}/${DEBIAN_PATCH}.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="media-libs/libsdl[sound,video]
-   media-libs/sdl-image
-   media-libs/sdl-mixer
-   media-libs/sdl-sound
-   media-libs/sge"
-DEPEND="${RDEPEND}
-   app-arch/unzip"
-
-S=${WORKDIR}/${P}/sources
-
-src_unpack() {
-   unpack ${A}
-   mv -f "${FILE}" ${P}
-}
-
-src_prepare() {
-   cd "${WORKDIR}"
-   sed -i \
-   -e "s:/usr/share/games:${GAMES_DATADIR}:" \
-   "${DEBIAN_PATCH}" || die
-
-   epatch "${DEBIAN_PATCH}"
-
-   local deb_dir=${P}/debian/patches
-   rm -f "${deb_dir}"/00list
-   epatch "${deb_dir}"/*
-
-   cd "${S}"
-   sed -i \
-   -e "s: -I/usr/local/include/SDL::" \
-   -e "s:-g3 -O3:\$(CXXFLAGS):" \
-   -e "s:c++:\$(CXX):" \
-   Makefile || die "sed Makefile failed"
-   epatch "${FILESDIR}"/${P}-ldflags.patch
-}
-
-src_install() {
-   cd ..
-   dogamesbin ${PN}
-   make_desktop_entry ${PN} "Super Transball 2"
-   dodoc readme.txt
-   doman debian/supertransball2.6
-
-   insinto "${GAMES_DATADIR}/${PN}"
-   doins -r demos graphics maps sound
-
-   prepgamesdirs
-}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/syobon/

2018-04-24 Thread Pacho Ramos
commit: 65987bd26dc833cc63f255fc0525d0a200cd19a1
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Apr 24 18:46:00 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Apr 24 19:26:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65987bd2

games-arcade/syobon: Stop using games.eclass

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-arcade/syobon/syobon-1.0.1-r1.ebuild | 43 ++
 1 file changed, 43 insertions(+)

diff --git a/games-arcade/syobon/syobon-1.0.1-r1.ebuild 
b/games-arcade/syobon/syobon-1.0.1-r1.ebuild
new file mode 100644
index 000..c0bb5d581bb
--- /dev/null
+++ b/games-arcade/syobon/syobon-1.0.1-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit desktop
+
+MY_P="${PN}_${PV}_src"
+
+DESCRIPTION="Syobon Action (also known as Cat Mario or Neko Mario)"
+HOMEPAGE="http://zapek.com/?p=189;
+SRC_URI="http://download.zapek.com/software/${PN}/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   media-libs/libsdl[sound,video,joystick]
+   media-libs/sdl-gfx
+   media-libs/sdl-image[png]
+   media-libs/sdl-ttf
+   media-libs/sdl-mixer[vorbis]
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+
+S="${WORKDIR}/${PN}"
+
+src_compile() {
+   emake GAMEDATA="/usr/share/${PN}"
+}
+
+src_install() {
+   dobin ${PN}
+
+   insinto "/usr/share/${PN}"
+   doins -r BGM SE res
+   einstalldocs
+
+   make_desktop_entry ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/stardork/

2018-04-24 Thread Pacho Ramos
commit: b8e5138942d77e02eea5ad07a7aca15a59872786
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Apr 24 18:19:12 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Apr 24 19:26:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e51389

games-arcade/stardork: Stop using games.eclass

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-arcade/stardork/stardork-0.7-r1.ebuild | 33 
 1 file changed, 33 insertions(+)

diff --git a/games-arcade/stardork/stardork-0.7-r1.ebuild 
b/games-arcade/stardork/stardork-0.7-r1.ebuild
new file mode 100644
index 000..d2458f6571f
--- /dev/null
+++ b/games-arcade/stardork/stardork-0.7-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="An ncurses-based space shooter"
+HOMEPAGE="http://stardork.sourceforge.net/;
+SRC_URI="mirror://sourceforge/stardork/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="sys-libs/ncurses:0="
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+   rm -f Makefile
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)" LDLIBS="$(pkg-config ncurses --libs)" ${PN}
+}
+
+src_install() {
+   dobin ${PN}
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/whichwayisup/

2018-04-24 Thread Pacho Ramos
commit: fd78e2ec7f9456cb335a8e1f4cc71a9acef8d9df
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Apr 24 19:15:56 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Apr 24 19:26:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd78e2ec

games-arcade/whichwayisup: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 .../whichwayisup/whichwayisup-0.7.9-r1.ebuild  | 59 --
 1 file changed, 59 deletions(-)

diff --git a/games-arcade/whichwayisup/whichwayisup-0.7.9-r1.ebuild 
b/games-arcade/whichwayisup/whichwayisup-0.7.9-r1.ebuild
deleted file mode 100644
index 80b637d2416..000
--- a/games-arcade/whichwayisup/whichwayisup-0.7.9-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-inherit eutils python-single-r1 games
-
-MY_PV=${PV//./}
-MY_P=${PN}_b${MY_PV}
-DESCRIPTION="A traditional and challenging 2D platformer game with a slight 
rotational twist"
-HOMEPAGE="http://hectigo.net/puskutraktori/whichwayisup/;
-SRC_URI="http://hectigo.net/puskutraktori/whichwayisup/${MY_P}.zip;
-
-LICENSE="GPL-2 CC-BY-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/pygame[${PYTHON_USEDEP}]
-   ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
-   app-arch/unzip"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-S=${WORKDIR}/${PN}
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-   games_pkg_setup
-}
-
-src_prepare() {
-   sed -i \
-   -e "s:libdir\ =\ .*:libdir\ =\ \"$(games_get_libdir)/${PN}\":" \
-   run_game.py || die
-   sed -i \
-   -e "s:data_dir\ =\ .*:data_dir\ =\ \"${GAMES_DATADIR}/${PN}\":" 
\
-   lib/data.py || die
-   rm data/pictures/Thumbs.db
-   python_fix_shebang .
-}
-
-src_install() {
-   newgamesbin run_game.py ${PN}
-
-   insinto "$(games_get_libdir)/${PN}"
-   doins lib/*.py
-
-   python_optimize "${D}$(games_get_libdir)/${PN}"
-
-   dodoc README.txt changelog.txt
-
-   insinto "${GAMES_DATADIR}/${PN}"
-   doins -r data/*
-
-   newicon "${FILESDIR}"/${PN}-32.xpm ${PN}.xpm
-   make_desktop_entry ${PN} "Which Way Is Up?"
-   prepgamesdirs
-}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/stardork/

2018-04-24 Thread Pacho Ramos
commit: 0ba0a1875517eac96157f42e0ba2223122b11e70
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Apr 24 18:19:29 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Apr 24 19:26:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ba0a187

games-arcade/stardork: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-arcade/stardork/stardork-0.7.ebuild | 32 ---
 1 file changed, 32 deletions(-)

diff --git a/games-arcade/stardork/stardork-0.7.ebuild 
b/games-arcade/stardork/stardork-0.7.ebuild
deleted file mode 100644
index 05aea19da66..000
--- a/games-arcade/stardork/stardork-0.7.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs games
-
-DESCRIPTION="An ncurses-based space shooter"
-HOMEPAGE="http://stardork.sourceforge.net/;
-SRC_URI="mirror://sourceforge/stardork/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="sys-libs/ncurses:0"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   rm -f Makefile
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)" LDLIBS="$(pkg-config ncurses --libs)" ${PN}
-}
-
-src_install() {
-   dogamesbin ${PN}
-   dodoc README
-   prepgamesdirs
-}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/supertransball2/

2018-04-24 Thread Pacho Ramos
commit: a85d61595417253e7bdee8050241fe902a531937
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Apr 24 18:40:05 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Apr 24 19:26:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a85d6159

games-arcade/supertransball2: Stop using games.eclass

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-arcade/supertransball2/Manifest  |  2 +
 .../supertransball2/supertransball2-1.5-r1.ebuild  | 65 ++
 2 files changed, 67 insertions(+)

diff --git a/games-arcade/supertransball2/Manifest 
b/games-arcade/supertransball2/Manifest
new file mode 100644
index 000..6d026722ef4
--- /dev/null
+++ b/games-arcade/supertransball2/Manifest
@@ -0,0 +1,2 @@
+DIST stransball2-v15-linux.zip 302212 BLAKE2B 
8b45e32f37c805e75ba0d19ef004d75baea689fe87e946d50301cef01230492fd531b4100bc6200a261c24463443b2811faea8d200d15b15af0c884dbc285d2a
 SHA512 
e87655dfca039c0c8553372b4da139f1d8fa420aad1909b422318dc049a9f7972c8d2398b83fde677b3eaf21d2d70fad73d7ec0c4b7bcbeacbf3544e6e575f6a
+DIST supertransball2_1.5-8.debian.tar.xz 26148 BLAKE2B 
50ada1b6976da9686aa5cabd5e3a04222e30f9c69565018eebe51271842842dab88829c0672d7375995e3835c3be4983c8990e736278177d7d10596ed2453a0c
 SHA512 
efbb8517b73d4413755663f96aa01eb679b43876091920a6d9a9fc0a31d001828aa536ac59e74172fa519d14b1dff117c150c022fb8f3898efbee2901a418a53

diff --git a/games-arcade/supertransball2/supertransball2-1.5-r1.ebuild 
b/games-arcade/supertransball2/supertransball2-1.5-r1.ebuild
new file mode 100644
index 000..96768ec7e1c
--- /dev/null
+++ b/games-arcade/supertransball2/supertransball2-1.5-r1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit epatch desktop versionator
+
+MY_PV="$(delete_all_version_separators)"
+MY_P="stransball2-v${MY_PV}"
+FILE="${MY_P}-linux"
+
+DESCRIPTION="Thrust clone"
+HOMEPAGE="http://www.braingames.getput.com/stransball2/;
+SRC_URI="http://braingames.bugreport.nl/stransball2/${FILE}.zip
+   mirror://debian/pool/main/s/${PN}/${PN}_${PV}-8.debian.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="
+   media-libs/libsdl[sound,video]
+   media-libs/sdl-image
+   media-libs/sdl-mixer
+   media-libs/sdl-sound
+   media-libs/sge
+"
+DEPEND="${RDEPEND}
+   app-arch/unzip
+"
+
+S="${WORKDIR}/${P}/sources"
+
+src_unpack() {
+   unpack ${A}
+   mv -f "${FILE}" ${P}
+}
+
+src_prepare() {
+   default
+   sed -i \
+   -e "s:/usr/share/games:/usr/share:" \
+   
"${WORKDIR}"/debian/patches/0001-Fix-unix-paths-and-Makefile.patch || die
+
+   epatch "${WORKDIR}"/debian/patches/*.patch
+
+   sed -i \
+   -e "s: -I/usr/local/include/SDL::" \
+   -e "s:-g3 -O3:\$(CXXFLAGS):" \
+   -e "s:c++:\$(CXX):" \
+   Makefile || die "sed Makefile failed"
+}
+
+src_install() {
+   cd ..
+   dobin ${PN}
+
+   doicon ../debian/${PN}.png
+   make_desktop_entry ${PN} "Super Transball 2"
+   dodoc readme.txt
+   doman ../debian/supertransball2.6
+
+   insinto "/usr/share/${PN}"
+   doins -r demos graphics maps sound
+}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/tuxpuck/

2018-04-24 Thread Pacho Ramos
commit: 37a048d120f136c7de1c2aebae9bf18d4199c206
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Apr 24 19:07:52 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Apr 24 19:26:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37a048d1

games-arcade/tuxpuck: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-arcade/tuxpuck/tuxpuck-0.8.2-r1.ebuild | 54 
 1 file changed, 54 deletions(-)

diff --git a/games-arcade/tuxpuck/tuxpuck-0.8.2-r1.ebuild 
b/games-arcade/tuxpuck/tuxpuck-0.8.2-r1.ebuild
deleted file mode 100644
index db5f2d7e5e2..000
--- a/games-arcade/tuxpuck/tuxpuck-0.8.2-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="Hover hockey"
-HOMEPAGE="http://home.no.net/munsuun/tuxpuck/;
-SRC_URI="http://home.no.net/munsuun/tuxpuck/files/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="media-libs/libsdl
-   media-libs/libpng:0
-   virtual/jpeg:0
-   media-libs/libvorbis"
-DEPEND="${RDEPEND}
-   media-libs/freetype:2"
-
-src_prepare() {
-   # Bug #376741 - Make unpack call compatible with both
-   # PMS and 

[gentoo-commits] repo/gentoo:master commit in: games-arcade/syobon/

2018-04-24 Thread Pacho Ramos
commit: b2119716f805569ac00c08928839fe1958c0e24c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Apr 24 18:46:10 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Apr 24 19:26:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2119716

games-arcade/syobon: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-arcade/syobon/syobon-1.0.1.ebuild | 40 -
 1 file changed, 40 deletions(-)

diff --git a/games-arcade/syobon/syobon-1.0.1.ebuild 
b/games-arcade/syobon/syobon-1.0.1.ebuild
deleted file mode 100644
index 22da9ffef96..000
--- a/games-arcade/syobon/syobon-1.0.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit games
-
-MY_P="${PN}_${PV}_src"
-
-DESCRIPTION="Syobon Action (also known as Cat Mario or Neko Mario)"
-HOMEPAGE="http://zapek.com/?p=189;
-SRC_URI="http://download.zapek.com/software/${PN}/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="media-libs/libsdl[sound,video,joystick]
-   media-libs/sdl-gfx
-   media-libs/sdl-image[png]
-   media-libs/sdl-ttf
-   media-libs/sdl-mixer[vorbis]"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
-   emake GAMEDATA="${GAMES_DATADIR}/${PN}"
-}
-
-src_install() {
-   dogamesbin ${PN}
-
-   insinto "${GAMES_DATADIR}/${PN}"
-   doins -r BGM SE res
-   dodoc README.txt
-   prepgamesdirs
-}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/spacerider/files/, games-arcade/spacerider/

2018-04-24 Thread Pacho Ramos
commit: e631a7dddee26a2a6cdb709af5721da04835
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Apr 24 18:14:08 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Apr 24 19:26:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e631

games-arcade/spacerider: Stop using games.eclass

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 .../spacerider/files/spacerider-0.13-font.patch|  4 +-
 .../spacerider/files/spacerider-0.13-gcc41.patch   |  4 +-
 .../spacerider/files/spacerider-0.13-gcc49.patch   |  8 ++--
 .../spacerider/files/spacerider-0.13-gentoo.patch  |  4 +-
 .../spacerider/files/spacerider-0.13-ovflfix.patch |  4 +-
 games-arcade/spacerider/spacerider-0.13-r1.ebuild  | 44 ++
 6 files changed, 56 insertions(+), 12 deletions(-)

diff --git a/games-arcade/spacerider/files/spacerider-0.13-font.patch 
b/games-arcade/spacerider/files/spacerider-0.13-font.patch
index 914a0466c7f..87732a10663 100644
--- a/games-arcade/spacerider/files/spacerider-0.13-font.patch
+++ b/games-arcade/spacerider/files/spacerider-0.13-font.patch
@@ -1,8 +1,8 @@
 Ugly brute-force method for avoiding a double-free segfault on exit.
 Better patch welcome.
 
 spacerider.cpp.orig2015-03-31 23:24:17.770966147 -0400
-+++ spacerider.cpp 2015-03-31 23:24:41.592174463 -0400
+--- a/spacerider.cpp.orig  2015-03-31 23:24:17.770966147 -0400
 b/spacerider.cpp   2015-03-31 23:24:41.592174463 -0400
 @@ -306,8 +306,6 @@
/* free screen */
SDL_FreeSurface(screen);

diff --git a/games-arcade/spacerider/files/spacerider-0.13-gcc41.patch 
b/games-arcade/spacerider/files/spacerider-0.13-gcc41.patch
index 1a08d715ac5..e5524b6e643 100644
--- a/games-arcade/spacerider/files/spacerider-0.13-gcc41.patch
+++ b/games-arcade/spacerider/files/spacerider-0.13-gcc41.patch
@@ -1,5 +1,5 @@
 spacerider.cpp.old 2007-02-18 11:25:38.0 +0100
-+++ spacerider.cpp 2007-02-18 11:27:00.0 +0100
+--- a/spacerider.cpp.old   2007-02-18 11:25:38.0 +0100
 b/spacerider.cpp   2007-02-18 11:27:00.0 +0100
 @@ -17,6 +17,7 @@
  #include 
  }

diff --git a/games-arcade/spacerider/files/spacerider-0.13-gcc49.patch 
b/games-arcade/spacerider/files/spacerider-0.13-gcc49.patch
index d057e7bab73..b4d5ca6d576 100644
--- a/games-arcade/spacerider/files/spacerider-0.13-gcc49.patch
+++ b/games-arcade/spacerider/files/spacerider-0.13-gcc49.patch
@@ -1,5 +1,5 @@
 effect.cpp.orig2015-03-31 22:36:53.336131373 -0400
-+++ effect.cpp 2015-03-31 22:37:04.359755281 -0400
+--- a/effect.cpp.orig  2015-03-31 22:36:53.336131373 -0400
 b/effect.cpp   2015-03-31 22:37:04.359755281 -0400
 @@ -18,7 +18,7 @@
  void Effect::add(const int x, const int y)
  {
@@ -9,8 +9,8 @@
{
return;
}
 object.h.orig  2015-03-31 22:35:22.939214561 -0400
-+++ object.h   2015-03-31 22:37:19.654233441 -0400
+--- a/object.h.orig2015-03-31 22:35:22.939214561 -0400
 b/object.h 2015-03-31 22:37:19.654233441 -0400
 @@ -172,7 +172,7 @@
return object->next;
  }

diff --git a/games-arcade/spacerider/files/spacerider-0.13-gentoo.patch 
b/games-arcade/spacerider/files/spacerider-0.13-gentoo.patch
index d692f87632b..ecfdcc513cd 100644
--- a/games-arcade/spacerider/files/spacerider-0.13-gentoo.patch
+++ b/games-arcade/spacerider/files/spacerider-0.13-gentoo.patch
@@ -1,5 +1,5 @@
 Makefile
-+++ Makefile
+--- a/Makefile
 b/Makefile
 @@ -3,12 +3,12 @@
  BINDIR=/usr/bin/
  MANDIR=/usr/share/man/man1/

diff --git a/games-arcade/spacerider/files/spacerider-0.13-ovflfix.patch 
b/games-arcade/spacerider/files/spacerider-0.13-ovflfix.patch
index 5ed73c348cf..c590400f649 100644
--- a/games-arcade/spacerider/files/spacerider-0.13-ovflfix.patch
+++ b/games-arcade/spacerider/files/spacerider-0.13-ovflfix.patch
@@ -1,5 +1,5 @@
 spacerider.cpp.old 2010-10-29 10:12:19.0 +0200
-+++ spacerider.cpp 2010-10-29 10:13:47.0 +0200
+--- a/spacerider.cpp.old   2010-10-29 10:12:19.0 +0200
 b/spacerider.cpp   2010-10-29 10:13:47.0 +0200
 @@ -112,7 +112,7 @@
break;
case 'n':

diff --git a/games-arcade/spacerider/spacerider-0.13-r1.ebuild 
b/games-arcade/spacerider/spacerider-0.13-r1.ebuild
new file mode 100644
index 000..8cf24d976f7
--- /dev/null
+++ b/games-arcade/spacerider/spacerider-0.13-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit desktop
+
+DESCRIPTION="Space-shooter written in C++, using the SDL"
+HOMEPAGE="http://www.hackl.dhs.org/spacerider/;
+SRC_URI="mirror://gentoo/${P}.tar.bz2" # stupid php script
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="media-libs/libsdl[sound,video]
+   media-libs/sdl-gfx
+   media-libs/sdl-mixer
+   

[gentoo-commits] repo/gentoo:master commit in: games-arcade/spout/

2018-04-24 Thread Pacho Ramos
commit: 6942d8e75d5f70829fb1426025b7f73ee0461385
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Apr 24 18:18:04 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Apr 24 19:26:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6942d8e7

games-arcade/spout: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-arcade/spout/spout-1.3.ebuild | 43 -
 1 file changed, 43 deletions(-)

diff --git a/games-arcade/spout/spout-1.3.ebuild 
b/games-arcade/spout/spout-1.3.ebuild
deleted file mode 100644
index 28793d0d0e1..000
--- a/games-arcade/spout/spout-1.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-MY_P="spout-unix-${PV}"
-DESCRIPTION="Abstract Japanese caveflier / shooter"
-HOMEPAGE="http://freshmeat.net/projects/spout/;
-SRC_URI="http://rohanpm.net/files/old/${MY_P}.tar.bz2;
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=">=media-libs/libsdl-1.2.6"
-RDEPEND=${DEPEND}
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
-   dogamesbin spout
-   doicon spout.png
-   make_desktop_entry spout "Spout"
-   dodoc README
-   prepgamesdirs
-}
-
-pkg_postinst() {
-   games_pkg_postinst
-   echo
-   elog "To play in fullscreen mode, do 'spout f'."
-   elog "To play in a greater resolution, do 'spout x', where"
-   elog "x is an integer; the larger x is, the higher the resolution."
-   echo
-   elog "To play:"
-   elog "Accelerate - spacebar, enter, z, x"
-   elog "Pause - escape"
-   elog "Exit - shift+escape"
-   elog "Rotate - left or right"
-   echo
-}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/solarwolf/

2018-04-24 Thread Pacho Ramos
commit: 8b6aaf3967854aa7510e9757bb121711f117cb6a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Apr 24 18:06:19 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Apr 24 19:26:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b6aaf39

games-arcade/solarwolf: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-arcade/solarwolf/solarwolf-1.5.ebuild | 32 -
 1 file changed, 32 deletions(-)

diff --git a/games-arcade/solarwolf/solarwolf-1.5.ebuild 
b/games-arcade/solarwolf/solarwolf-1.5.ebuild
deleted file mode 100644
index b96deec76ce..000
--- a/games-arcade/solarwolf/solarwolf-1.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="action/arcade recreation of SolarFox"
-HOMEPAGE="http://www.pygame.org/shredwheat/solarwolf/;
-SRC_URI="http://www.pygame.org/shredwheat/solarwolf/${P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~x86"
-IUSE=""
-
-RDEPEND=">=dev-python/pygame-1.5.6
-   media-libs/sdl-mixer[mod,vorbis]"
-
-src_prepare() {
-   find . -name .xvpics -print0 | xargs -0 rm -fr
-}
-
-src_install() {
-   insinto "$(games_get_libdir)"/${PN}
-   doins -r code data *py
-   games_make_wrapper ${PN} "python2 ./solarwolf.py" 
"$(games_get_libdir)"/${PN}
-   doicon dist/${PN}.png
-   make_desktop_entry ${PN} SolarWolf
-   dodoc readme.txt
-   doman dist/${PN}.6.gz
-   prepgamesdirs
-}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/slimevolley/, games-arcade/slimevolley/files/

2018-04-24 Thread Pacho Ramos
commit: 0d7da14089b36aa3f97273b7095ffa43dd5ed8c8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Apr 24 17:56:56 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Apr 24 19:26:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d7da140

games-arcade/slimevolley: Stop using games.eclass

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 .../files/slimevolley-2.4.2-underlink.patch|  4 +-
 .../slimevolley/slimevolley-2.4.2-r1.ebuild| 44 ++
 2 files changed, 46 insertions(+), 2 deletions(-)

diff --git a/games-arcade/slimevolley/files/slimevolley-2.4.2-underlink.patch 
b/games-arcade/slimevolley/files/slimevolley-2.4.2-underlink.patch
index 7ca362c7bc6..1aad45f6cf5 100644
--- a/games-arcade/slimevolley/files/slimevolley-2.4.2-underlink.patch
+++ b/games-arcade/slimevolley/files/slimevolley-2.4.2-underlink.patch
@@ -1,5 +1,5 @@
 CMakeLists.txt.old 2011-06-20 20:42:26.545500925 +0200
-+++ CMakeLists.txt 2011-06-20 20:42:34.407999223 +0200
+--- a/CMakeLists.txt.old   2011-06-20 20:42:26.545500925 +0200
 b/CMakeLists.txt   2011-06-20 20:42:34.407999223 +0200
 @@ -42,6 +42,7 @@
${SDL_LIBRARY}
${SDLTTF_LIBRARY}

diff --git a/games-arcade/slimevolley/slimevolley-2.4.2-r1.ebuild 
b/games-arcade/slimevolley/slimevolley-2.4.2-r1.ebuild
new file mode 100644
index 000..e4a8fe67dfa
--- /dev/null
+++ b/games-arcade/slimevolley/slimevolley-2.4.2-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit cmake-utils
+
+DESCRIPTION="A simple volleyball game"
+HOMEPAGE="http://slime.tuxfamily.org/index.php;
+SRC_URI="http://downloads.tuxfamily.org/slime/v242/${PN}_${PV}.tar.bz2;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="net"
+
+RDEPEND="
+   media-libs/libsdl[X,sound,video]
+   media-libs/sdl-ttf
+   media-libs/sdl-image[png]
+   net? ( media-libs/sdl-net )
+   virtual/libintl
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+"
+
+DOCS="docs/README docs/TODO"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-nodatalocal.patch
+   "${FILESDIR}"/${P}-underlink.patch
+)
+
+S="${WORKDIR}/${PN}"
+
+src_configure() {
+   local mycmakeargs=(
+   "-DCMAKE_VERBOSE_MAKEFILE=TRUE"
+   "-DCMAKE_INSTALL_PREFIX=/usr"
+   "-DDATA_DIR=/usr/share/slimevolley"
+   $(use net && echo "-DNO_NET=0" || echo "-DNO_NET=1")
+   )
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/spout/

2018-04-24 Thread Pacho Ramos
commit: c4fe990919efd392a6e34b8534e0780e4b823505
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Apr 24 18:17:55 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Apr 24 19:26:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4fe9909

games-arcade/spout: Stop using games.eclass

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-arcade/spout/spout-1.3-r1.ebuild | 45 ++
 1 file changed, 45 insertions(+)

diff --git a/games-arcade/spout/spout-1.3-r1.ebuild 
b/games-arcade/spout/spout-1.3-r1.ebuild
new file mode 100644
index 000..b9ba1a3b7a6
--- /dev/null
+++ b/games-arcade/spout/spout-1.3-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit desktop readme.gentoo-r1
+
+MY_P="spout-unix-${PV}"
+DESCRIPTION="Abstract Japanese caveflier / shooter"
+HOMEPAGE="http://freshmeat.net/projects/spout/;
+SRC_URI="http://rohanpm.net/files/old/${MY_P}.tar.bz2;
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=">=media-libs/libsdl-1.2.6"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+DISABLE_AUTOFORMATTING="yes"
+DOC_CONTENTS="
+To play in fullscreen mode, do 'spout f'.
+To play in a greater resolution, do 'spout x', where
+x is an integer; the larger x is, the higher the resolution.
+
+To play:
+* Accelerate - spacebar, enter, z, x
+* Pause - escape
+* Exit - shift+escape
+* Rotate - left or right
+"
+
+src_install() {
+   dobin spout
+   doicon spout.png
+   make_desktop_entry spout "Spout"
+   einstalldocs
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   readme.gentoo_print_elog
+}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/solarwolf/

2018-04-24 Thread Pacho Ramos
commit: c526a7fabac93bef392a9eb8f5b5ebad678e3484
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Apr 24 18:05:58 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Apr 24 19:26:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c526a7fa

games-arcade/solarwolf: Stop using games.eclass, fix doman call (#619948)

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-arcade/solarwolf/solarwolf-1.5-r1.ebuild | 36 ++
 1 file changed, 36 insertions(+)

diff --git a/games-arcade/solarwolf/solarwolf-1.5-r1.ebuild 
b/games-arcade/solarwolf/solarwolf-1.5-r1.ebuild
new file mode 100644
index 000..dc3d846b8b7
--- /dev/null
+++ b/games-arcade/solarwolf/solarwolf-1.5-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="Action/arcade recreation of SolarFox"
+HOMEPAGE="http://www.pygame.org/shredwheat/solarwolf/;
+SRC_URI="http://www.pygame.org/shredwheat/solarwolf/${P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/pygame-1.5.6
+   media-libs/sdl-mixer[mod,vorbis]
+"
+DEPEND=""
+
+src_prepare() {
+   default
+   find . -name .xvpics -print0 | xargs -0 rm -fr
+   gunzip dist/${PN}.6.gz || die #619948
+}
+
+src_install() {
+   insinto /usr/share/${PN}
+   doins -r code data *py
+   make_wrapper ${PN} "python2 ./solarwolf.py" /usr/share/${PN}
+   doicon dist/${PN}.png
+   make_desktop_entry ${PN} SolarWolf
+   einstalldocs
+   doman dist/${PN}.6
+}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/slimevolley/

2018-04-24 Thread Pacho Ramos
commit: 923451f7dace07f35ba1ac92f60a86e1ba157dc3
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Apr 24 17:57:06 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Apr 24 19:26:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=923451f7

games-arcade/slimevolley: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-arcade/slimevolley/slimevolley-2.4.2.ebuild | 51 ---
 1 file changed, 51 deletions(-)

diff --git a/games-arcade/slimevolley/slimevolley-2.4.2.ebuild 
b/games-arcade/slimevolley/slimevolley-2.4.2.ebuild
deleted file mode 100644
index b1fba98cb04..000
--- a/games-arcade/slimevolley/slimevolley-2.4.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit cmake-utils eutils games
-
-DESCRIPTION="A simple volleyball game"
-HOMEPAGE="http://slime.tuxfamily.org/index.php;
-SRC_URI="http://downloads.tuxfamily.org/slime/v242/${PN}_${PV}.tar.bz2;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="net"
-
-RDEPEND="media-libs/libsdl[X,sound,video]
-   media-libs/sdl-ttf
-   media-libs/sdl-image[png]
-   net? ( media-libs/sdl-net )
-   virtual/libintl"
-DEPEND="${RDEPEND}
-   sys-devel/gettext"
-
-DOCS="docs/README docs/TODO"
-
-PATCHES=( "${FILESDIR}"/${P}-nodatalocal.patch
-   "${FILESDIR}"/${P}-underlink.patch )
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   "-DCMAKE_VERBOSE_MAKEFILE=TRUE"
-   "-DBIN_DIR=${GAMES_BINDIR}"
-   $(use net && echo "-DNO_NET=0" || echo "-DNO_NET=1")
-   )
-   cmake-utils_src_configure
-}
-
-src_compile() {
-   cmake-utils_src_compile
-}
-
-src_install() {
-   cmake-utils_src_install
-   prepgamesdirs
-}



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

2018-04-24 Thread Ole Reifschneider
commit: 6b13317835908dd37a15a6fae2779e115946259e
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Tue Apr 24 19:18:51 2018 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Tue Apr 24 19:18:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b133178

app-doc/zeal: Clean old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 app-doc/zeal/Manifest  |  2 --
 app-doc/zeal/zeal-0.2.1.ebuild | 56 --
 app-doc/zeal/zeal-0.3.1.ebuild | 53 ---
 3 files changed, 111 deletions(-)

diff --git a/app-doc/zeal/Manifest b/app-doc/zeal/Manifest
index db90409d275..2370ded656c 100644
--- a/app-doc/zeal/Manifest
+++ b/app-doc/zeal/Manifest
@@ -1,4 +1,2 @@
-DIST zeal-0.2.1.tar.gz 914998 BLAKE2B 
da76e50e3285b0e60f4fe55b563da0e8c2b3ac9aac8cea1f03ed678f2e5c7c00b376e4d87571e4048286c2858a4e42ffa9d06d8bf7af505a49933b6c354ed286
 SHA512 
f17b7ef59649a5c57ef3461aa84dbb2636deed13646d5f73fe05adf1bb9519d317366a18c61d6716417044d6248fd6111cacb8341393fa194567769fd2048c3f
-DIST zeal-0.3.1.tar.gz 920814 BLAKE2B 
907ae67ef8e25558c017e637f44b0ccec197a8812e642a3fe6e0e3f99f8e791a65155cd1f0a35d598faa7eb97789ecc3e4d8afd460aba4d952e0738935baf3fb
 SHA512 
9d95d9d3a1966c823f4eebe2a389f046df84d27262863dead558e309ac4c0ac8ee5ab1fd8f3559e9745e0ee9248df36aa66de8ca242a5d4662c6bb1d5b722280
 DIST zeal-0.4.0.tar.gz 1049326 BLAKE2B 
b3007dad0ed280954b05464bc107fa51c603d79607acd42ab85bc745d0590bdaed740edac75dac91e0d0da34b5966eb96815e8250a3b68041cb5a8e0389676fc
 SHA512 
fd1e7cd71469e40914b713c10057b3f3d1d2ae9808d296ca01ceb43941b6e7d6754a4f21edf43a594b1c3ebcab20728812db1bdffda6bc78ee49a1d4faaf9627
 DIST zeal-0.6.0.tar.gz 1062223 BLAKE2B 
691525380dcefa03a1ed94cf0651f16e4e630aef820beed612a4412d8cdef39de25d2cacb84a76b5f7d03b9c3833fbcd60e463722bd7f9c3e147e5e72037211c
 SHA512 
453841cdbab405a6c3842818b0d18b93d3ee8ad299386c25f63986e04674dbd437665e1913a03f0d94944004a619ea18d218de969c487e68e06a205e0edc1d3a

diff --git a/app-doc/zeal/zeal-0.2.1.ebuild b/app-doc/zeal/zeal-0.2.1.ebuild
deleted file mode 100644
index 2a73d0b4b21..000
--- a/app-doc/zeal/zeal-0.2.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit gnome2-utils qmake-utils xdg-utils
-
-DESCRIPTION="Offline documentation browser inspired by Dash"
-HOMEPAGE="https://zealdocs.org/;
-SRC_URI="https://github.com/zealdocs/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-S="${WORKDIR}/${P}/src"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-   app-arch/libarchive
-   dev-qt/qtconcurrent:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtsql:5[sqlite]
-   dev-qt/qtwebkit:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   >=x11-libs/xcb-util-keysyms-0.3.9
-"
-
-RDEPEND="
-   ${DEPEND}
-   x11-themes/hicolor-icon-theme
-"
-
-src_configure() {
-   eqmake5
-   PREFIX="${EPREFIX}/usr"
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" PREFIX="${EPREFIX}/usr" install
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-}

diff --git a/app-doc/zeal/zeal-0.3.1.ebuild b/app-doc/zeal/zeal-0.3.1.ebuild
deleted file mode 100644
index b61be443032..000
--- a/app-doc/zeal/zeal-0.3.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils qmake-utils xdg-utils
-
-DESCRIPTION="Offline documentation browser inspired by Dash"
-HOMEPAGE="https://zealdocs.org/;
-SRC_URI="https://github.com/zealdocs/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-   app-arch/libarchive
-   dev-qt/qtconcurrent:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtsql:5[sqlite]
-   dev-qt/qtwebkit:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   >=x11-libs/xcb-util-keysyms-0.3.9
-"
-
-RDEPEND="
-   ${DEPEND}
-   x11-themes/hicolor-icon-theme
-"
-
-src_configure() {
-   eqmake5 PREFIX="${EPREFIX}/usr"
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" PREFIX="${EPREFIX}/usr" install
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-}



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

2018-04-24 Thread Ole Reifschneider
commit: 4c81fb087971f7e9b17f0e6a64084fe4e242e7e7
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Tue Apr 24 19:18:04 2018 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Tue Apr 24 19:18:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c81fb08

app-doc/zeal: Bump version to 0.6.0

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 app-doc/zeal/Manifest  |  1 +
 app-doc/zeal/zeal-0.6.0.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/app-doc/zeal/Manifest b/app-doc/zeal/Manifest
index f48fb74389a..db90409d275 100644
--- a/app-doc/zeal/Manifest
+++ b/app-doc/zeal/Manifest
@@ -1,3 +1,4 @@
 DIST zeal-0.2.1.tar.gz 914998 BLAKE2B 
da76e50e3285b0e60f4fe55b563da0e8c2b3ac9aac8cea1f03ed678f2e5c7c00b376e4d87571e4048286c2858a4e42ffa9d06d8bf7af505a49933b6c354ed286
 SHA512 
f17b7ef59649a5c57ef3461aa84dbb2636deed13646d5f73fe05adf1bb9519d317366a18c61d6716417044d6248fd6111cacb8341393fa194567769fd2048c3f
 DIST zeal-0.3.1.tar.gz 920814 BLAKE2B 
907ae67ef8e25558c017e637f44b0ccec197a8812e642a3fe6e0e3f99f8e791a65155cd1f0a35d598faa7eb97789ecc3e4d8afd460aba4d952e0738935baf3fb
 SHA512 
9d95d9d3a1966c823f4eebe2a389f046df84d27262863dead558e309ac4c0ac8ee5ab1fd8f3559e9745e0ee9248df36aa66de8ca242a5d4662c6bb1d5b722280
 DIST zeal-0.4.0.tar.gz 1049326 BLAKE2B 
b3007dad0ed280954b05464bc107fa51c603d79607acd42ab85bc745d0590bdaed740edac75dac91e0d0da34b5966eb96815e8250a3b68041cb5a8e0389676fc
 SHA512 
fd1e7cd71469e40914b713c10057b3f3d1d2ae9808d296ca01ceb43941b6e7d6754a4f21edf43a594b1c3ebcab20728812db1bdffda6bc78ee49a1d4faaf9627
+DIST zeal-0.6.0.tar.gz 1062223 BLAKE2B 
691525380dcefa03a1ed94cf0651f16e4e630aef820beed612a4412d8cdef39de25d2cacb84a76b5f7d03b9c3833fbcd60e463722bd7f9c3e147e5e72037211c
 SHA512 
453841cdbab405a6c3842818b0d18b93d3ee8ad299386c25f63986e04674dbd437665e1913a03f0d94944004a619ea18d218de969c487e68e06a205e0edc1d3a

diff --git a/app-doc/zeal/zeal-0.6.0.ebuild b/app-doc/zeal/zeal-0.6.0.ebuild
new file mode 100644
index 000..5e421e6a1a5
--- /dev/null
+++ b/app-doc/zeal/zeal-0.6.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils cmake-utils xdg-utils
+
+DESCRIPTION="Offline documentation browser inspired by Dash"
+HOMEPAGE="https://zealdocs.org/;
+SRC_URI="https://github.com/zealdocs/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   app-arch/libarchive
+   dev-qt/qtconcurrent:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsql:5[sqlite]
+   dev-qt/qtwebkit:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   kde-frameworks/extra-cmake-modules:5
+   >=x11-libs/xcb-util-keysyms-0.3.9
+"
+
+RDEPEND="
+   ${DEPEND}
+   x11-themes/hicolor-icon-theme
+"
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}



[gentoo-commits] proj/qt:master commit in: dev-qt/qtmultimedia/

2018-04-24 Thread Jimi Huotari
commit: f01d371db828f6ece21072e67dc7f1dfaa893987
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Apr 24 18:06:45 2018 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Tue Apr 24 19:11:58 2018 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=f01d371d

dev-qt/qtmultimedia: Depend on x11-base/xorg-proto.

All non-obsolete x11-proto/ packages except x11-proto/xcb-proto were
merged into x11-base/xorg-proto.

 dev-qt/qtmultimedia/qtmultimedia-5.10.1.ebuild| 2 +-
 dev-qt/qtmultimedia/qtmultimedia-5.11..ebuild | 2 +-
 dev-qt/qtmultimedia/qtmultimedia-5.9..ebuild  | 2 +-
 dev-qt/qtmultimedia/qtmultimedia-5..ebuild| 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-qt/qtmultimedia/qtmultimedia-5.10.1.ebuild 
b/dev-qt/qtmultimedia/qtmultimedia-5.10.1.ebuild
index 598421b6..04cc34da 100644
--- a/dev-qt/qtmultimedia/qtmultimedia-5.10.1.ebuild
+++ b/dev-qt/qtmultimedia/qtmultimedia-5.10.1.ebuild
@@ -35,7 +35,7 @@ RDEPEND="
)
 "
 DEPEND="${RDEPEND}
-   gstreamer? ( x11-proto/videoproto )
+   gstreamer? ( x11-base/xorg-proto )
 "
 
 src_prepare() {

diff --git a/dev-qt/qtmultimedia/qtmultimedia-5.11..ebuild 
b/dev-qt/qtmultimedia/qtmultimedia-5.11..ebuild
index 598421b6..04cc34da 100644
--- a/dev-qt/qtmultimedia/qtmultimedia-5.11..ebuild
+++ b/dev-qt/qtmultimedia/qtmultimedia-5.11..ebuild
@@ -35,7 +35,7 @@ RDEPEND="
)
 "
 DEPEND="${RDEPEND}
-   gstreamer? ( x11-proto/videoproto )
+   gstreamer? ( x11-base/xorg-proto )
 "
 
 src_prepare() {

diff --git a/dev-qt/qtmultimedia/qtmultimedia-5.9..ebuild 
b/dev-qt/qtmultimedia/qtmultimedia-5.9..ebuild
index 598421b6..04cc34da 100644
--- a/dev-qt/qtmultimedia/qtmultimedia-5.9..ebuild
+++ b/dev-qt/qtmultimedia/qtmultimedia-5.9..ebuild
@@ -35,7 +35,7 @@ RDEPEND="
)
 "
 DEPEND="${RDEPEND}
-   gstreamer? ( x11-proto/videoproto )
+   gstreamer? ( x11-base/xorg-proto )
 "
 
 src_prepare() {

diff --git a/dev-qt/qtmultimedia/qtmultimedia-5..ebuild 
b/dev-qt/qtmultimedia/qtmultimedia-5..ebuild
index 598421b6..04cc34da 100644
--- a/dev-qt/qtmultimedia/qtmultimedia-5..ebuild
+++ b/dev-qt/qtmultimedia/qtmultimedia-5..ebuild
@@ -35,7 +35,7 @@ RDEPEND="
)
 "
 DEPEND="${RDEPEND}
-   gstreamer? ( x11-proto/videoproto )
+   gstreamer? ( x11-base/xorg-proto )
 "
 
 src_prepare() {



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

2018-04-24 Thread Sergei Trofimovich
commit: 23c9acbf939c2267cf32c09d24d7fe46bec7d4a7
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Apr 24 11:43:23 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Apr 24 18:55:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23c9acbf

app-vim/vim-spell-pl: stable 20060218-r1 for sparc

Bug: https://bugs.gentoo.org/646596
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 app-vim/vim-spell-pl/vim-spell-pl-20060218-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/vim-spell-pl/vim-spell-pl-20060218-r1.ebuild 
b/app-vim/vim-spell-pl/vim-spell-pl-20060218-r1.ebuild
index 13099ef4010..bf345d5f5c8 100644
--- a/app-vim/vim-spell-pl/vim-spell-pl-20060218-r1.ebuild
+++ b/app-vim/vim-spell-pl/vim-spell-pl-20060218-r1.ebuild
@@ -8,5 +8,5 @@ VIM_SPELL_LANGUAGE="Polish"
 inherit vim-spell
 
 LICENSE="CC-BY-SA-2.0"
-KEYWORDS="amd64 ppc ~sparc ~x86"
+KEYWORDS="amd64 ppc sparc ~x86"
 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;



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

2018-04-24 Thread Sergei Trofimovich
commit: 6edb1ed7b4d7617016594a234e31aa8097c2d645
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Apr 24 11:49:09 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Apr 24 18:55:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6edb1ed7

sys-apps/xinetd: stable 2.3.15.3 for sparc

Bug: https://bugs.gentoo.org/653826
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 sys-apps/xinetd/xinetd-2.3.15.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/xinetd/xinetd-2.3.15.3.ebuild 
b/sys-apps/xinetd/xinetd-2.3.15.3.ebuild
index 66f5ed0243a..7b2bc048da8 100644
--- a/sys-apps/xinetd/xinetd-2.3.15.3.ebuild
+++ b/sys-apps/xinetd/xinetd-2.3.15.3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="perl selinux tcpd"
 
 DEPEND="



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

2018-04-24 Thread Sergei Trofimovich
commit: a770f103e84dba13b6235cff1f60bd162ab44997
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Apr 24 11:34:26 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Apr 24 18:55:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a770f103

dev-util/shadowman: stable 2 for sparc

Bug: https://bugs.gentoo.org/646652
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

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

diff --git a/dev-util/shadowman/shadowman-2.ebuild 
b/dev-util/shadowman/shadowman-2.ebuild
index f4323d61cf8..eb67d97106d 100644
--- a/dev-util/shadowman/shadowman-2.ebuild
+++ b/dev-util/shadowman/shadowman-2.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-fbsd"
 IUSE=""
 
 RDEPEND="app-admin/eselect"



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

2018-04-24 Thread Sergei Trofimovich
commit: a22d65482180888fb2b7f5c53674b841c191e399
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Apr 24 11:35:38 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Apr 24 18:55:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a22d6548

dev-util/ccache: stable 3.3.4-r1 for sparc

Bug: https://bugs.gentoo.org/646652
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 dev-util/ccache/ccache-3.3.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/ccache/ccache-3.3.4-r1.ebuild 
b/dev-util/ccache/ccache-3.3.4-r1.ebuild
index c00d952d705..cd172860d64 100644
--- a/dev-util/ccache/ccache-3.3.4-r1.ebuild
+++ b/dev-util/ccache/ccache-3.3.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.samba.org/ftp/ccache/${P}.tar.xz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-fbsd"
 IUSE=""
 
 DEPEND="app-arch/xz-utils



  1   2   >