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

2017-07-26 Thread Keri Harris
commit: 044cca69bea5f3440c2bcfb6ad4a908a6bc49c1a
Author: Keri Harris  gentoo  org>
AuthorDate: Wed Jul 26 07:27:27 2017 +
Commit: Keri Harris  gentoo  org>
CommitDate: Wed Jul 26 07:27:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=044cca69

dev-lang/swi-prolog: bump 7.5 development version

Package-Manager: Portage-2.3.0, Repoman-2.3.1

 dev-lang/swi-prolog/Manifest|   1 +
 dev-lang/swi-prolog/swi-prolog-7.5.5.ebuild | 144 
 2 files changed, 145 insertions(+)

diff --git a/dev-lang/swi-prolog/Manifest b/dev-lang/swi-prolog/Manifest
index 893e58439ba..1a45defae71 100644
--- a/dev-lang/swi-prolog/Manifest
+++ b/dev-lang/swi-prolog/Manifest
@@ -8,3 +8,4 @@ DIST swipl-7.4.2.tar.gz 16496738 SHA256 
7f17257da334bc1e7a35e9cf5cb8fca01d82f1ea
 DIST swipl-7.5.2.tar.gz 16507767 SHA256 
e16a5e74af16b1830d6a6f9950e56e2039b73e9dc70313603557a85d5490dafe SHA512 
d6ba360b60246ee4998ee80f538961d33ac1cb37ba4798657b95e2b793fb3eb043b8df77698ecba1490c11d0cd6842a9a59f90301d8418bd711fc5223b6502c5
 WHIRLPOOL 
cad68ed474d2104461b0344d48c64d6bd6d3370936d51744c07f2fe4b5cdeda62b65de115ae9ac72f7fa9d7daa6d784718db55ba0d6f2b98c9a196469afc582e
 DIST swipl-7.5.3.tar.gz 16511917 SHA256 
252779a25c964c0ee5efb698f2f9bb55ef5b27a1b7ada43b62a51633d1ddf3b2 SHA512 
11c0effb791f0ef8da03a659127b94ff34c0dd9b122fe48c7c6cef88fcf31fbfc72b0d40bd14daeb425aa4928622e91367dec56f7e7ca1a997c4bb72a31752e9
 WHIRLPOOL 
a0f5435e5a5535148df2591ed8fda7a61418da68d6f9edea5265be08958237b7db6362634e96fc4f132992b7edcc44018ea91cc150d985f70b48602b5707b3e1
 DIST swipl-7.5.4.tar.gz 16670599 SHA256 
b8cbaf40a65003fb3c1177097323430bbdebf33a93c867cb17eca12d16e00167 SHA512 
a6475d2545ada4d5d25761433b4055fe2c09ad240439985f7ed9b640de968390e50324c8575448f1b531bd2a5e9a300f70b7e47e5217390e2c12751374279c6c
 WHIRLPOOL 
b63851cd51656e8d292b8dd59b3c21a5adef21c035ee01c94cbc820c57fe42efa23c7d3139abd8e2c696515f96b5967a0c4adac93ef419b099cf0f8f64f44fe0
+DIST swipl-7.5.5.tar.gz 16670102 SHA256 
285f8531908d7e6964e115c844e930a8c4797029e667b5f3209bab497800ec68 SHA512 
2c07d8d2a69129e8932ccd90c1ac959cd405cbe1124e99c5ebbdff09fbf0914fdbfa58849ed1b4aa8193d93e5571c4a07d6f7013d50701602387784ae6880043
 WHIRLPOOL 
0ead9fcc93ff3a10c8a60e47f06e6d65e7c330c17509c374b42c1a43373e3d5eff6338162558c64b97f850a2c27dcfcba5dd958115d6d9d6809f968d6fdaf81d

diff --git a/dev-lang/swi-prolog/swi-prolog-7.5.5.ebuild 
b/dev-lang/swi-prolog/swi-prolog-7.5.5.ebuild
new file mode 100644
index 000..ece2fd907ab
--- /dev/null
+++ b/dev-lang/swi-prolog/swi-prolog-7.5.5.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit eutils flag-o-matic java-pkg-opt-2 multilib
+
+PATCHSET_VER="0"
+
+DESCRIPTION="free, small, and standard compliant Prolog compiler"
+HOMEPAGE="http://www.swi-prolog.org/";
+SRC_URI="http://www.swi-prolog.org/download/devel/src/swipl-${PV}.tar.gz";
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="archive berkdb debug doc +gmp hardened java +libedit libressl minimal 
odbc readline ssl static-libs test uuid zlib X"
+
+RDEPEND="sys-libs/ncurses:=
+   archive? ( app-arch/libarchive )
+   berkdb? ( >=sys-libs/db-4:= )
+   zlib? ( sys-libs/zlib )
+   odbc? ( dev-db/unixODBC )
+   readline? ( sys-libs/readline:= )
+   libedit? ( dev-libs/libedit )
+   gmp? ( dev-libs/gmp:0 )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   )
+   java? ( >=virtual/jdk-1.5:= )
+   uuid? ( dev-libs/ossp-uuid )
+   X? (
+   virtual/jpeg:0
+   x11-libs/libX11
+   x11-libs/libXft
+   x11-libs/libXpm
+   x11-libs/libXt
+   x11-libs/libICE
+   x11-libs/libSM )"
+
+DEPEND="${RDEPEND}
+   X? ( x11-proto/xproto )
+   java? ( test? ( =dev-java/junit-3.8* ) )"
+
+S="${WORKDIR}/swipl-${PV}"
+
+src_prepare() {
+   EPATCH_FORCE=yes
+   EPATCH_SUFFIX=patch
+   if [[ -d "${WORKDIR}"/${PV} ]] ; then
+   epatch "${WORKDIR}"/${PV}
+   fi
+
+   if ! use uuid; then
+   mv packages/clib/uuid.pl packages/clib/uuid.pl.unused || die
+   fi
+
+   # OSX/Intel ld doesn't like an archive without table of contents
+   sed -i -e 's/-cru/-scru/' packages/nlp/libstemmer_c/Makefile.pl || die
+}
+
+src_configure() {
+   append-flags -fno-strict-aliasing
+   use ppc && append-flags -mno-altivec
+   use hardened && append-flags -fno-unit-at-a-time
+   use debug && append-flags -DO_DEBUG
+
+   # ARCH is used in the configure script to figure out host and target
+   # specific stuff
+   export ARCH=${CHOST}
+
+   export CC_FOR_BUILD=$(tc-getBUILD_CC)
+
+   cd "${S}"/src || die
+   econf \
+   --libdir="${EPREFI

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

2017-07-26 Thread Keri Harris
commit: c754bda5835f7ff943a45d3c0f1beb14d7a82d19
Author: Keri Harris  gentoo  org>
AuthorDate: Wed Jul 26 07:31:02 2017 +
Commit: Keri Harris  gentoo  org>
CommitDate: Wed Jul 26 07:31:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c754bda5

dev-lang/swi-prolog: remove old 7.3 development version

Package-Manager: Portage-2.3.0, Repoman-2.3.1

 dev-lang/swi-prolog/Manifest |   1 -
 dev-lang/swi-prolog/swi-prolog-7.3.35.ebuild | 144 ---
 2 files changed, 145 deletions(-)

diff --git a/dev-lang/swi-prolog/Manifest b/dev-lang/swi-prolog/Manifest
index 1a45defae71..965a951b16e 100644
--- a/dev-lang/swi-prolog/Manifest
+++ b/dev-lang/swi-prolog/Manifest
@@ -2,7 +2,6 @@ DIST pl-6.6.6.tar.gz 14838653 SHA256 
9f80bb274e2f31fd68b0acbe35982c012d5f8311dbe
 DIST swi-prolog-6.6.6-gentoo-patchset-0.tar.gz 1590 SHA256 
2b240d15562603120e0314bb69bde50089326c11876b7a62106c05f9d48ace71 SHA512 
807c7e897dd5b9eef14e063ea53c03047f3acb23174a70a613258adf7f85dc1f7637158fde70aab2e0f40de4bc6ac5e3548dd09dbe3745d916a388f43eb832eb
 WHIRLPOOL 
0a0dbc361cfbe343c8b3562a2c0535905eb1443eea0783b14f96bda43c04e8db6264f476c07da766c6936dc6088e34059f799a3244717390644bf0f5ae83018e
 DIST swi-prolog-7.2.3-gentoo-patchset-1.tar.gz 1875 SHA256 
c11e48122dc468f21e08da4a65f5a2daa9e0ddbc2e186bbd952626c95b29db04 SHA512 
3506f4168d52f7d3539cd753c5153750df8c3239b78ffac1784c634b585d5fb0c825700e77abc9c1f467af71473ae1861eef629ebdf76b7c783d276c393f40fc
 WHIRLPOOL 
8b70ab91592280d0634c6c897771696c0c63d30680044994cedf69f18cd4f386adf833998e64d4ad892cff97300b5bbfaa8dec8448ea04ebaba7e31f7e9c30d0
 DIST swipl-7.2.3.tar.gz 16192142 SHA256 
43657d51b7c5887bc2d2bced50a9822b86a08a6841399b8e76ee877f51d646b5 SHA512 
da27a6b171d3b471401f1a91e86a4dbe98973d8a1db8c72aa27e452311d08b893b01a1de8f9f4dafcdac460774b4ea980050256d37284546941e1bdf84f8cd7b
 WHIRLPOOL 
de695c8e0317921dcc13898f7a3c88d1012e3f87f633cd25766ca5cb6637b29ca81b9245d015614089291a7d9abd0d8c7109ccae1df9297d78301d241cb258b3
-DIST swipl-7.3.35.tar.gz 16664828 SHA256 
d1a9f7ef77b6dddb08477055b6355a0f2f3a5018e1a027a2dc917a8e57b0cf70 SHA512 
f7271b00a308f8a1ee21cff2ae1a0458860c2226d8f567396373538001d306edcf4e74f65c75cfc0fb6b93c06ef2e7a451abb3a9b58b8fd5def0b532047b81c3
 WHIRLPOOL 
b197f59b0609d50aa5ca3d92b76acd7829f17df2402382cc292be0b27f64121a0df837a8cd2895da4e6c7d8d1c55042497a4b2bd5050a4a904092f82d95b7a3c
 DIST swipl-7.4.1.tar.gz 16498678 SHA256 
891e314e8f5d856ef71d8bbce5d255a18b0c8f227628748bb0e1e19473273cc1 SHA512 
a3e49cc43aed05808901860fe302711d2850b23740a987d1071822d7b4888aca30a8b5f7c94e1e7191057a031f45adeedb0fbff9139d0294e6ec07032da6798d
 WHIRLPOOL 
5605043173e6bbebed316504b3eb20a0ccc4891d25ae7a7eafc7de6eadef1688367a524e1d81fd0c1ff427e1ece3929bbf7114deb6056b12b3c3ce2196ed
 DIST swipl-7.4.2.tar.gz 16496738 SHA256 
7f17257da334bc1e7a35e9cf5cb8fca01d82f1ea406c7ace76e9062af8f0df8b SHA512 
5b526d4f079e7a36184f871bb7341330bcadaeee2a69af981fbcad71ae76c77331b1f157174ac2b31d96e069dc530afa86c024de6709edd9dc8baee3b4ebffb3
 WHIRLPOOL 
2dad1a5e7ae3670b3a3965010d60420a27cb9623b35cdee83360f6f3a4fadc3dbf2a91fd3e7178b59c9b81723dfe6036fb968953218e7611179b52117a16cb19
 DIST swipl-7.5.2.tar.gz 16507767 SHA256 
e16a5e74af16b1830d6a6f9950e56e2039b73e9dc70313603557a85d5490dafe SHA512 
d6ba360b60246ee4998ee80f538961d33ac1cb37ba4798657b95e2b793fb3eb043b8df77698ecba1490c11d0cd6842a9a59f90301d8418bd711fc5223b6502c5
 WHIRLPOOL 
cad68ed474d2104461b0344d48c64d6bd6d3370936d51744c07f2fe4b5cdeda62b65de115ae9ac72f7fa9d7daa6d784718db55ba0d6f2b98c9a196469afc582e

diff --git a/dev-lang/swi-prolog/swi-prolog-7.3.35.ebuild 
b/dev-lang/swi-prolog/swi-prolog-7.3.35.ebuild
deleted file mode 100644
index ece2fd907ab..000
--- a/dev-lang/swi-prolog/swi-prolog-7.3.35.ebuild
+++ /dev/null
@@ -1,144 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils flag-o-matic java-pkg-opt-2 multilib
-
-PATCHSET_VER="0"
-
-DESCRIPTION="free, small, and standard compliant Prolog compiler"
-HOMEPAGE="http://www.swi-prolog.org/";
-SRC_URI="http://www.swi-prolog.org/download/devel/src/swipl-${PV}.tar.gz";
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="archive berkdb debug doc +gmp hardened java +libedit libressl minimal 
odbc readline ssl static-libs test uuid zlib X"
-
-RDEPEND="sys-libs/ncurses:=
-   archive? ( app-arch/libarchive )
-   berkdb? ( >=sys-libs/db-4:= )
-   zlib? ( sys-libs/zlib )
-   odbc? ( dev-db/unixODBC )
-   readline? ( sys-libs/readline:= )
-   libedit? ( dev-libs/libedit )
-   gmp? ( dev-libs/gmp:0 )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
-   )
-   java? ( >=virtual/jdk-1.5:= )
-   uuid? ( dev-libs/ossp-uuid )
-   X? (
-   virtual/jpeg:0
-   x11-libs/libX11
-

[gentoo-commits] repo/gentoo:master commit in: kde-plasma/ksysguard/

2017-07-26 Thread Alexis Ballier
commit: c63612ca812244f95c85847dfde19ad5e866675c
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jul 26 07:57:56 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jul 26 07:57:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c63612ca

kde-plasma/ksysguard: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 kde-plasma/ksysguard/ksysguard-5.10.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/ksysguard/ksysguard-5.10.4.ebuild 
b/kde-plasma/ksysguard/ksysguard-5.10.4.ebuild
index 214de345c43..c7d1ee80335 100644
--- a/kde-plasma/ksysguard/ksysguard-5.10.4.ebuild
+++ b/kde-plasma/ksysguard/ksysguard-5.10.4.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Network-enabled task manager and system monitor"
 LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="lm_sensors"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/

2017-07-26 Thread Alexis Ballier
commit: eb635730089c2b9f4166f27cc68a3883c69c4898
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jul 26 07:58:09 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jul 26 07:58:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb635730

kde-plasma/plasma-workspace: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 kde-plasma/plasma-workspace/plasma-workspace-5.10.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.10.4.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-5.10.4.ebuild
index a3191a79504..b2543513737 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-5.10.4.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-5.10.4.ebuild
@@ -9,7 +9,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5 qmake-utils
 
 DESCRIPTION="KDE Plasma workspace"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+calendar geolocation gps prison qalculate +semantic-desktop"
 
 COMMON_DEPEND="



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

2017-07-26 Thread Michał Górny
commit: 9f65d09b44a8a8f4a606316ca04796c9d20e013a
Author: Louis Sautier  gmail  com>
AuthorDate: Sat Jun 10 13:45:36 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 26 08:12:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f65d09b

media-libs/libopenshot: bump to 0.1.7, add Python 3.6, #618408

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/libopenshot/Manifest |  1 +
 media-libs/libopenshot/libopenshot-0.1.7.ebuild | 83 +
 2 files changed, 84 insertions(+)

diff --git a/media-libs/libopenshot/Manifest b/media-libs/libopenshot/Manifest
index d41156c23dd..b5be669e0ef 100644
--- a/media-libs/libopenshot/Manifest
+++ b/media-libs/libopenshot/Manifest
@@ -1,2 +1,3 @@
 DIST libopenshot-0.1.2.tar.gz 11012039 SHA256 
f5b37250aaa4f7ca29727966b818d73d6a100d92dbb7bc5270ee332f820a3657 SHA512 
a713b24c5925ea99f5b749e178a635dd30d1ed666d8a1195beaabd44fd4d8b4e5282ee0fda2fef58dc5db3e1a481f535902496128142c445082130a08841540e
 WHIRLPOOL 
7902060db5e5d4ff4136057f33f0c6149827cfa9000bae70f7271ddabe608b5672caaa3dececb68517f4419b36ecd89fb718caa9823e214203fcfc1c648d5536
 DIST libopenshot-0.1.3.tar.gz 11019740 SHA256 
4a35318af4fbeeb0c658963275e8ec1edb985497ab9674d76eb02a1d72cbb64d SHA512 
d59817505812868db408a88dc1d30b5b1833910f45dd0df03937110b7d4cbd85a270773008e75a1501f4b3b89a09ea798ed9b580755adf3ae79ac24d403f6982
 WHIRLPOOL 
31e7b7fe98e2709d1d88c6e2c39ceaa0b81c4f9a624ea9853ffd9b86771148e1bec808ec67192cede3578bc30860f8f5a878f67745d2d2ac9838ea93f01b628c
+DIST libopenshot-0.1.7.tar.gz 11022594 SHA256 
71cf5c18c76c36bec40c775cb98ab1ed672aa48d2de63a26c33c5cc5d6f0875a SHA512 
4c8871ff30c03a14766e35a64052695768311afd81ecc55598720ad146f53c122ef3b1293467670f7dd48da77bf6cb4f4f14a18c298a649b8827f901ed653709
 WHIRLPOOL 
1730155af6b22ead4655e69c47df395566eb97dc66e5ec683ac2025130eded9060b515fd637b58de0254c4673adfbea1620a3253064f150fcb9bf9dfd492eb88

diff --git a/media-libs/libopenshot/libopenshot-0.1.7.ebuild 
b/media-libs/libopenshot/libopenshot-0.1.7.ebuild
new file mode 100644
index 000..4f9643afa9b
--- /dev/null
+++ b/media-libs/libopenshot/libopenshot-0.1.7.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit cmake-utils python-single-r1 toolchain-funcs versionator
+
+DESCRIPTION="Video editing library used by OpenShot"
+HOMEPAGE="http://www.openshotvideo.com/";
+SRC_URI="https://github.com/OpenShot/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+imagemagick libav +python test"
+# https://github.com/OpenShot/libopenshot/issues/43
+RESTRICT="test"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+   net-libs/cppzmq
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5[widgets]
+   media-libs/libopenshot-audio
+   imagemagick? ( https://github.com/OpenShot/libopenshot/pull/45
+PATCHES=( ${FILESDIR}/${PN}-0.1.3-fix-tests.patch )
+
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != binary ]] && ! tc-has-openmp; then
+   eerror "${P} requires a compiler with OpenMP support. Your 
current"
+   eerror "compiler does not support it. If you use gcc, you can"
+   eerror "re-emerge it with the 'openmp' use flag enabled."
+   die "The current compiler does not support OpenMP"
+   fi
+}
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   # https://github.com/OpenShot/libopenshot/issues/17
+   use test || cmake_comment_add_subdirectory tests
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_RUBY=OFF # TODO: add ruby support
+   -DENABLE_PYTHON=$(usex python)
+   -DCMAKE_DISABLE_FIND_PACKAGE_ImageMagick=$(usex !imagemagick)
+   )
+   use python && mycmakeargs+=(
+   -DPYTHON_EXECUTABLE="${PYTHON}"
+   -DPYTHON_INCLUDE_DIR="$(python_get_includedir)"
+   -DPYTHON_LIBRARY="$(python_get_library_path)"
+   )
+   cmake-utils_src_configure
+}
+
+src_test() {
+   cmake-utils_src_make test
+}
+
+src_install() {
+   cmake-utils_src_install
+   python_optimize
+}



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

2017-07-26 Thread Michał Górny
commit: eac782c5ca142b316a0bf1bbe6024924568517c5
Author: Louis Sautier  gmail  com>
AuthorDate: Sat Jun 10 13:50:20 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 26 08:12:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eac782c5

media-video/openshot: bump to 2.3.4, use xdg-utils, add py3.6, #618404

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-video/openshot/Manifest  |  1 +
 media-video/openshot/openshot-2.3.4.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/media-video/openshot/Manifest b/media-video/openshot/Manifest
index 3f15f72575a..216ed056024 100644
--- a/media-video/openshot/Manifest
+++ b/media-video/openshot/Manifest
@@ -1,3 +1,4 @@
 DIST openshot-1.4.3.tar.gz 31990991 SHA256 
5bebf1c59a8667b0263599544f2d23ce6be3ab79ce24a85b766e1e39cab859d0 SHA512 
f3221c3e508ccf61d4fd2771de47f42ddb1a78996853011ee336e8ccf842a0fd97707a60c677e1465a89e6eb67911b6eb98b002959f8a29ac9e31924bbb6fcda
 WHIRLPOOL 
4fd8d5b5db2923c8b7349032847087b9cf4ccdbade206c5c6cc9aac27ace6e99c6053bd1184cf14b20c80b4f666baf356798a5b6a8d6c7c737a9a986894943af
 DIST openshot-qt-2.1.0.tar.gz 93936673 SHA256 
1eec7d07e991ccbb168de18b5f8a15f5d3eafe842cf267a254c1cde2925e2fdd SHA512 
4d9af4d392dfad861ab123fa4e1de63037fc6b01d35935ffe2bf48cfc93bd197a4c7501053c9447deb25404036e4a5321ecf5994eb327acbc296ef1ea7fc8838
 WHIRLPOOL 
e1c2da17edad781dc22c6cd7d27368b3502b4630f2989b7305ac3140994a4e76c93a888967378dd375676d24508c70aa1cf68321fdacb0851faac3846ec9e4cf
 DIST openshot-qt-2.2.0.tar.gz 94924926 SHA256 
8de6e193784af3b9149ea13c0552d4556df33396452360d5f9ac30682148e6f7 SHA512 
696a95fe1438b8a62261c41e5d495ef1e5107c5e4ee0ab80a980ba5e0e3b7fb5002f1bb780120f9f46a9f3c1fed2de858b61dc38d897bd4235358d617b2406b0
 WHIRLPOOL 
08a8861b8893c94821bc4dfbf81bfa54101fb34af1f30f15cb26b284f1970bc9d2901e05f7b3a1f159a0690806e64c2ca345f3a56d37f016ec17e1db3e7d6204
+DIST openshot-qt-2.3.4.tar.gz 60646277 SHA256 
b110eb144a3d3dcfe08f112c66ccc9265620b6fcf540cb690441bc47bf91eaec SHA512 
06faaaf1e3e3d996fafca8c7bde5a7fe8b9c66efb03c85448ab19bba85508d7c6334ba43a1368b20d7608cd34526c653e1956aa51ce05099be314538682fd484
 WHIRLPOOL 
dbed47fa4b9d220c75b8cec2e314beca4ba5f2cca687d016b3950aedd93e6e6f1b4d243ddf31b41d5a22d652f2257f725b6e4b85a2882ad1d5938409e1469b20

diff --git a/media-video/openshot/openshot-2.3.4.ebuild 
b/media-video/openshot/openshot-2.3.4.ebuild
new file mode 100644
index 000..6b1bf1de717
--- /dev/null
+++ b/media-video/openshot/openshot-2.3.4.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_REQ_USE=xml
+PYTHON_COMPAT=( python3_{4,5,6} )
+DISTUTILS_SINGLE_IMPL=1
+
+inherit distutils-r1 gnome2-utils versionator xdg-utils
+
+MY_PN="${PN}-qt"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Free, open-source, non-linear video editor to create and edit 
videos and movies"
+HOMEPAGE="http://www.openshot.org/ https://launchpad.net/openshot";
+SRC_URI="https://launchpad.net/${PN}/$(get_version_component_range 
1-2)/${PV}/+download/${MY_P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="1"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/PyQt5[svg,webkit,${PYTHON_USEDEP}]
+   >=media-libs/libopenshot-0.1.7[python,${PYTHON_USEDEP}]
+   dev-python/httplib2[${PYTHON_USEDEP}]
+   dev-python/pyzmq[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}"
+
+src_prepare() {
+   default
+   # prevent setup.py from trying to update MIME databases
+   sed -i 's/^ROOT =.*/ROOT = False/' setup.py || die
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



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

2017-07-26 Thread Michał Górny
commit: 95fc510e49ad9bdc899d481eaf0b70aab8dce5f9
Author: Louis Sautier  gmail  com>
AuthorDate: Sat Jun 10 13:48:16 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 26 08:12:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95fc510e

media-libs/libopenshot: remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/libopenshot/Manifest |  1 -
 media-libs/libopenshot/libopenshot-0.1.2.ebuild | 82 -
 2 files changed, 83 deletions(-)

diff --git a/media-libs/libopenshot/Manifest b/media-libs/libopenshot/Manifest
index b5be669e0ef..2b94907f7ac 100644
--- a/media-libs/libopenshot/Manifest
+++ b/media-libs/libopenshot/Manifest
@@ -1,3 +1,2 @@
-DIST libopenshot-0.1.2.tar.gz 11012039 SHA256 
f5b37250aaa4f7ca29727966b818d73d6a100d92dbb7bc5270ee332f820a3657 SHA512 
a713b24c5925ea99f5b749e178a635dd30d1ed666d8a1195beaabd44fd4d8b4e5282ee0fda2fef58dc5db3e1a481f535902496128142c445082130a08841540e
 WHIRLPOOL 
7902060db5e5d4ff4136057f33f0c6149827cfa9000bae70f7271ddabe608b5672caaa3dececb68517f4419b36ecd89fb718caa9823e214203fcfc1c648d5536
 DIST libopenshot-0.1.3.tar.gz 11019740 SHA256 
4a35318af4fbeeb0c658963275e8ec1edb985497ab9674d76eb02a1d72cbb64d SHA512 
d59817505812868db408a88dc1d30b5b1833910f45dd0df03937110b7d4cbd85a270773008e75a1501f4b3b89a09ea798ed9b580755adf3ae79ac24d403f6982
 WHIRLPOOL 
31e7b7fe98e2709d1d88c6e2c39ceaa0b81c4f9a624ea9853ffd9b86771148e1bec808ec67192cede3578bc30860f8f5a878f67745d2d2ac9838ea93f01b628c
 DIST libopenshot-0.1.7.tar.gz 11022594 SHA256 
71cf5c18c76c36bec40c775cb98ab1ed672aa48d2de63a26c33c5cc5d6f0875a SHA512 
4c8871ff30c03a14766e35a64052695768311afd81ecc55598720ad146f53c122ef3b1293467670f7dd48da77bf6cb4f4f14a18c298a649b8827f901ed653709
 WHIRLPOOL 
1730155af6b22ead4655e69c47df395566eb97dc66e5ec683ac2025130eded9060b515fd637b58de0254c4673adfbea1620a3253064f150fcb9bf9dfd492eb88

diff --git a/media-libs/libopenshot/libopenshot-0.1.2.ebuild 
b/media-libs/libopenshot/libopenshot-0.1.2.ebuild
deleted file mode 100644
index 0b11fdb0ed0..000
--- a/media-libs/libopenshot/libopenshot-0.1.2.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5} )
-
-inherit cmake-utils python-single-r1 toolchain-funcs versionator
-
-DESCRIPTION="Video editing library used by OpenShot"
-HOMEPAGE="http://www.openshotvideo.com/";
-SRC_URI="https://github.com/OpenShot/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+imagemagick libav +python test"
-# https://github.com/OpenShot/libopenshot/issues/36
-RESTRICT="test"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-   net-libs/cppzmq
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtmultimedia:5[widgets]
-   media-libs/libopenshot-audio
-   imagemagick? ( media-gfx/imagemagick:0=[cxx] )
-   libav? ( media-video/libav:=[encode,x264,xvid,vpx,mp3,theora] )
-   !libav? ( media-video/ffmpeg:0=[encode,x264,xvid,vpx,mp3,theora] )
-   python? ( ${PYTHON_DEPS} )
-"
-DEPEND="
-   ${RDEPEND}
-   python? ( dev-lang/swig )
-   test? ( dev-libs/unittest++ )
-"
-
-pkg_pretend() {
-   if [[ ${MERGE_TYPE} != binary ]] && ! tc-has-openmp; then
-   eerror "${P} requires a compiler with OpenMP support. Your 
current"
-   eerror "compiler does not support it. If you use gcc, you can"
-   eerror "re-emerge it with the 'openmp' use flag enabled."
-   die "The current compiler does not support OpenMP"
-   fi
-}
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   # https://github.com/OpenShot/libopenshot/issues/17
-   use test || cmake_comment_add_subdirectory tests
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_RUBY=OFF # TODO: add ruby support
-   -DENABLE_PYTHON=$(usex python)
-   -DCMAKE_DISABLE_FIND_PACKAGE_ImageMagick=$(usex !imagemagick)
-   )
-   use python && mycmakeargs+=(
-   -DPYTHON_EXECUTABLE="${PYTHON}"
-   -DPYTHON_INCLUDE_DIR="$(python_get_includedir)"
-   -DPYTHON_LIBRARY="$(python_get_library_path)"
-   )
-   cmake-utils_src_configure
-}
-
-src_test() {
-   pushd "${BUILD_DIR}/tests" > /dev/null || die
-   ./openshot-test || die "Tests failed"
-   popd > /dev/null || die
-}
-
-src_install() {
-   cmake-utils_src_install
-   python_optimize
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/libopenshot-audio/, media-libs/libopenshot-audio/files/

2017-07-26 Thread Michał Górny
commit: e082ba72e7e105aedbe895a9c93770fdf6d1d667
Author: Louis Sautier  gmail  com>
AuthorDate: Sat Jun 10 13:43:04 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 26 08:12:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e082ba72

media-libs/libopenshot-audio: bump to 0.1.4, #618410

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/libopenshot-audio/Manifest  |  1 +
 ...libopenshot-audio-0.1.4-fix-under-linking.patch | 22 +
 .../libopenshot-audio-0.1.4.ebuild | 28 ++
 3 files changed, 51 insertions(+)

diff --git a/media-libs/libopenshot-audio/Manifest 
b/media-libs/libopenshot-audio/Manifest
index 40e2a0dbd16..9569d6dc172 100644
--- a/media-libs/libopenshot-audio/Manifest
+++ b/media-libs/libopenshot-audio/Manifest
@@ -1,2 +1,3 @@
 DIST libopenshot-audio-0.0.6.tar.gz 2963454 SHA256 
29707bf7603fc08b2a152abff2599405f3499a2d674919b1a1749638cd91f42e SHA512 
20ea1805134f899d845469dacca6bb86eaa6e6cb55cea22acca0ff5e4261782ecdedaa44454e2eb449183a985130861d305402f5cce37da4624650a786167993
 WHIRLPOOL 
1d9638ebc268190e2ef9c4ad93e1b4c86734940488660e65beef4f4362b2e9a1b5602f0717918ded89b8d588251d3fedff91cfd41c9425fb6d63c408b332478c
 DIST libopenshot-audio-0.1.2.tar.gz 2964758 SHA256 
fc03a081feffa424c303a30720cece200222cb28c92e21c4b680d88cb42260d9 SHA512 
955f9c20ebf06474702208845fe49d031e29b0614fd15c0e1784c52d1c406fb7a980940bba1f297543305a9611fefd6b9232328cd39c5edbc8908018c5b12f1c
 WHIRLPOOL 
6a46b7fbda690becd28f166285d26fbf21aaca80c7b88fb28e69d9c3482f705ea40c256d8192f686878b5c3f1f0cf95e4b29bfd55c73b818122ab7f303a883cd
+DIST libopenshot-audio-0.1.4.tar.gz 2959997 SHA256 
3aa8cff51913a65e266b49699858fd5139b63817bd207145cf5699fe75d2459e SHA512 
5605164a8c66c33ac893cc2b42cdac03eb156a61740c1b2c00dd7e7602a802fa1dc3795c620810e3ee29a290aa6bae8b62bc17eab3f4dd2d8052e0481824
 WHIRLPOOL 
3022438a912ed17684e8946f70d315c58bd2b1a8f5897c795c837e2aaaf9426f87e31aded294b6eadb583c7108df7331cf76476b21847fa0a3d78a0803da70fe

diff --git 
a/media-libs/libopenshot-audio/files/libopenshot-audio-0.1.4-fix-under-linking.patch
 
b/media-libs/libopenshot-audio/files/libopenshot-audio-0.1.4-fix-under-linking.patch
new file mode 100644
index 000..18571abfee2
--- /dev/null
+++ 
b/media-libs/libopenshot-audio/files/libopenshot-audio-0.1.4-fix-under-linking.patch
@@ -0,0 +1,22 @@
+commit f489d3c4ab9dc3ff6fe443a0e8a31b46ed73371d
+Author: Louis Sautier 
+Date:   Sun Jul 23 22:37:01 2017 +0200
+
+Fix under-linking (pthread and dl), fixes #3
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index c6c8f54..e0e2433 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -168,7 +168,11 @@ set_target_properties(openshot-audio
+   SOVERSION ${SO_VERSION}
+   INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib")
+ 
++set(CMAKE_THREAD_PREFER_PTHREAD TRUE)
++find_package(Threads REQUIRED)
+ TARGET_LINK_LIBRARIES(openshot-audio
++  ${CMAKE_DL_LIBS}
++  ${CMAKE_THREAD_LIBS_INIT}
+   ${JUCE_PLATFORM_SPECIFIC_LIBRARIES}
+ )
+ 

diff --git a/media-libs/libopenshot-audio/libopenshot-audio-0.1.4.ebuild 
b/media-libs/libopenshot-audio/libopenshot-audio-0.1.4.ebuild
new file mode 100644
index 000..ef9f64b7d1f
--- /dev/null
+++ b/media-libs/libopenshot-audio/libopenshot-audio-0.1.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Audio library used by OpenShot"
+HOMEPAGE="http://www.openshot.org/ https://launchpad.net/libopenshot";
+SRC_URI="https://github.com/OpenShot/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   media-libs/alsa-lib
+   media-libs/freetype
+   x11-libs/libX11
+   x11-libs/libXcursor
+   x11-libs/libXext
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+"
+DEPEND="${RDEPEND}"
+
+# https://github.com/OpenShot/libopenshot-audio/pull/7
+PATCHES=( "${FILESDIR}/${P}-fix-under-linking.patch" )



[gentoo-commits] repo/gentoo:master commit in: games-simulation/openrct2/, games-simulation/openrct2/files/

2017-07-26 Thread Michał Górny
commit: 3e16317b57e96c4875486f111707727e056a0f4b
Author: Jan Segre  segre  in>
AuthorDate: Sat Jan 28 14:21:34 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 26 08:12:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e16317b

games-simulation/openrct2: new package, #607444

OpenRCT2 (https://openrct2.website/) is an open source re-implementation
of RollerCoaster Tycoon 2. The original data files from RCT2 are still
needed to play this game, see:
https://github.com/OpenRCT2/OpenRCT2/wiki/Required-RCT2-files#how-to-retrieve

Closes: https://github.com/gentoo/gentoo/pull/3694
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Signed-off-by: Jan Segre  segre.in>

 games-simulation/openrct2/Manifest |   2 +
 .../openrct2-0.1.0-remove-external-gtest.patch |  67 ++
 .../files/openrct2-0.1.0-respect-libdir.patch  |  11 +++
 games-simulation/openrct2/metadata.xml |  27 ++
 games-simulation/openrct2/openrct2-0.1.0.ebuild| 100 +
 games-simulation/openrct2/openrct2-.ebuild | 100 +
 6 files changed, 307 insertions(+)

diff --git a/games-simulation/openrct2/Manifest 
b/games-simulation/openrct2/Manifest
new file mode 100644
index 000..545dbe32f6b
--- /dev/null
+++ b/games-simulation/openrct2/Manifest
@@ -0,0 +1,2 @@
+DIST openrct2-0.1.0.tar.gz 6253207 SHA256 
0347a47d380fc18ea543928c92a13d1bdb4431573154afeb80fa33f1149e6992 SHA512 
102902f47948e2dc648a48897eddbb53bbd451fd6e9a66f397c6f026012131c11e3c5a5aa208b9d719a0e75aa244c9a3967ae3b98c33ba695fd622cb1bd18f12
 WHIRLPOOL 
18d1fc763606b9fb85fae9ba056ef3b8ae9be68903fbd137e045f594e273c954777c2ea2f2ede65e3695d43e4c4a714df9f77afaf07b5a6555a314e616188a3d
+DIST openrct2-title-sequence-v0.1.0.zip 1766393 SHA256 
1df6ad253896bd09b728616f7bf12f4b797ef9db2b9bab8465b08662f47f4bef SHA512 
0d1b47c5fc5d1d9e5580b30d0f43d5532b388f1a5685060ca9313ec2f76c61a5fc96b8aa37689072b71edd9fb1ae46fa38c237ccb7198841d7bc33bf2a2b
 WHIRLPOOL 
f78612445dda2c55aa224e4df0ece92a5f762049ca1b6bcf4e00f72f6aaf900fb944a6a1dd358900b1968a63b301af8bf4b1ca0a645c43c0ca2221279efabd9a

diff --git 
a/games-simulation/openrct2/files/openrct2-0.1.0-remove-external-gtest.patch 
b/games-simulation/openrct2/files/openrct2-0.1.0-remove-external-gtest.patch
new file mode 100644
index 000..2c1392b731f
--- /dev/null
+++ b/games-simulation/openrct2/files/openrct2-0.1.0-remove-external-gtest.patch
@@ -0,0 +1,67 @@
+--- a/test/tests/CMakeLists.txt2017-07-13 14:46:34.690292993 +0200
 b/test/tests/CMakeLists.txt2017-07-13 14:56:57.678054368 +0200
+@@ -2,61 +2,13 @@
+ 
+ option(DISABLE_RCT2_TESTS "Disable tests that require RollerCoaster Tycoon 2 
assets.")
+ 
+-# Bootstrap GoogleTest
+-INCLUDE(ExternalProject)
++find_package(GTest REQUIRED)
+ 
+-ExternalProject_Add(
+-googletest-distribution
+-URL https://github.com/google/googletest/archive/release-1.8.0.tar.gz
+-URL_HASH SHA1=e7e646a6204638fe8e87e165292b8dd9cd4c36ed
+-TIMEOUT 10
+-CONFIGURE_COMMAND ""
+-BUILD_COMMAND ""
+-INSTALL_COMMAND ""
+-)
+-
+-# Specify include dir
+-ExternalProject_Get_Property(googletest-distribution SOURCE_DIR)
+-set(GOOGLETEST_DISTRIB_SOURCE_DIR "${SOURCE_DIR}")
+-
+-ExternalProject_Add(
+-googletest
+-DEPENDS googletest-distribution
+-DOWNLOAD_COMMAND ""
+-SOURCE_DIR "${GOOGLETEST_DISTRIB_SOURCE_DIR}/googletest"
+-CMAKE_ARGS "-DCMAKE_CXX_FLAGS=${TARGET_M}"
+-BUILD_BYPRODUCTS 
"googletest-prefix/src/googletest-build/${CMAKE_STATIC_LIBRARY_PREFIX}gtest${CMAKE_STATIC_LIBRARY_SUFFIX}"
+-BUILD_BYPRODUCTS 
"googletest-prefix/src/googletest-build/${CMAKE_STATIC_LIBRARY_PREFIX}gtest_main${CMAKE_STATIC_LIBRARY_SUFFIX}"
+-# Disable install step
+-INSTALL_COMMAND ""
+-# Wrap download, configure and build steps in a script to log output
+-LOG_DOWNLOAD ON
+-LOG_CONFIGURE ON
+-LOG_BUILD ON)
+-
+-
+-# Specify include dir
+-set(GTEST_INCLUDE_DIR ${GOOGLETEST_DISTRIB_SOURCE_DIR}/googletest/include)
+-
+-# Library
+-ExternalProject_Get_Property(googletest BINARY_DIR)
+-set(GOOGLETEST_BINARY_DIR "${BINARY_DIR}")
+-set(GTEST_LIBRARY_PATH 
${GOOGLETEST_BINARY_DIR}/${CMAKE_STATIC_LIBRARY_PREFIX}gtest${CMAKE_STATIC_LIBRARY_SUFFIX})
+-set(GTEST_MAIN_LIBRARY_PATH 
${GOOGLETEST_BINARY_DIR}/${CMAKE_STATIC_LIBRARY_PREFIX}gtest_main${CMAKE_STATIC_LIBRARY_SUFFIX})
+-set(GTEST_LIBRARY gtest)
+-set(GTEST_MAIN_LIBRARY gtest_main)
+-add_library(${GTEST_LIBRARY} STATIC IMPORTED)
+-add_library(${GTEST_MAIN_LIBRARY} STATIC IMPORTED)
+-set_property(TARGET ${GTEST_LIBRARY} PROPERTY IMPORTED_LOCATION 
${GTEST_LIBRARY_PATH})
+-set_property(TARGET ${GTEST_MAIN_LIBRARY} PROPERTY IMPORTED_LOCATION 
${GTEST_MAIN_LIBRARY_PATH})
+-add_dependencies(${GTEST_LIBRARY} googletest)
+-add_dependencies(${GTEST_MAIN_LIBRARY} ${GTEST_LIBRARY})
+-
+-include_di

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

2017-07-26 Thread Michał Górny
commit: 7d3f93c76efea71b5798351821eca41e6ca0a56a
Author: Louis Sautier  gmail  com>
AuthorDate: Sat Jun 10 13:43:37 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 26 08:12:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d3f93c7

media-libs/libopenshot-audio: remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/libopenshot-audio/Manifest  |  1 -
 .../libopenshot-audio-0.0.6.ebuild | 36 --
 media-libs/libopenshot-audio/metadata.xml  |  1 -
 3 files changed, 38 deletions(-)

diff --git a/media-libs/libopenshot-audio/Manifest 
b/media-libs/libopenshot-audio/Manifest
index 9569d6dc172..2bd5548d52b 100644
--- a/media-libs/libopenshot-audio/Manifest
+++ b/media-libs/libopenshot-audio/Manifest
@@ -1,3 +1,2 @@
-DIST libopenshot-audio-0.0.6.tar.gz 2963454 SHA256 
29707bf7603fc08b2a152abff2599405f3499a2d674919b1a1749638cd91f42e SHA512 
20ea1805134f899d845469dacca6bb86eaa6e6cb55cea22acca0ff5e4261782ecdedaa44454e2eb449183a985130861d305402f5cce37da4624650a786167993
 WHIRLPOOL 
1d9638ebc268190e2ef9c4ad93e1b4c86734940488660e65beef4f4362b2e9a1b5602f0717918ded89b8d588251d3fedff91cfd41c9425fb6d63c408b332478c
 DIST libopenshot-audio-0.1.2.tar.gz 2964758 SHA256 
fc03a081feffa424c303a30720cece200222cb28c92e21c4b680d88cb42260d9 SHA512 
955f9c20ebf06474702208845fe49d031e29b0614fd15c0e1784c52d1c406fb7a980940bba1f297543305a9611fefd6b9232328cd39c5edbc8908018c5b12f1c
 WHIRLPOOL 
6a46b7fbda690becd28f166285d26fbf21aaca80c7b88fb28e69d9c3482f705ea40c256d8192f686878b5c3f1f0cf95e4b29bfd55c73b818122ab7f303a883cd
 DIST libopenshot-audio-0.1.4.tar.gz 2959997 SHA256 
3aa8cff51913a65e266b49699858fd5139b63817bd207145cf5699fe75d2459e SHA512 
5605164a8c66c33ac893cc2b42cdac03eb156a61740c1b2c00dd7e7602a802fa1dc3795c620810e3ee29a290aa6bae8b62bc17eab3f4dd2d8052e0481824
 WHIRLPOOL 
3022438a912ed17684e8946f70d315c58bd2b1a8f5897c795c837e2aaaf9426f87e31aded294b6eadb583c7108df7331cf76476b21847fa0a3d78a0803da70fe

diff --git a/media-libs/libopenshot-audio/libopenshot-audio-0.0.6.ebuild 
b/media-libs/libopenshot-audio/libopenshot-audio-0.0.6.ebuild
deleted file mode 100644
index 36d9734e3c3..000
--- a/media-libs/libopenshot-audio/libopenshot-audio-0.0.6.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Audio library used by OpenShot"
-HOMEPAGE="http://www.openshot.org/ https://launchpad.net/libopenshot";
-SRC_URI="https://launchpad.net/libopenshot/0.1/0.1.0/+download/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   media-libs/alsa-lib
-   media-libs/freetype
-   x11-libs/libX11
-   x11-libs/libXext
-"
-DEPEND="
-   x11-libs/libXinerama
-   x11-libs/libXrandr
-   ${RDEPEND}
-"
-
-S="${WORKDIR}"
-
-src_prepare() {
-   # fix under-linking
-   # https://github.com/OpenShot/libopenshot-audio/issues/3
-   sed -i 's/^\(target_link_libraries(.*\))$/\1 dl pthread)/' \
-   src/CMakeLists.txt || die
-   cmake-utils_src_prepare
-}

diff --git a/media-libs/libopenshot-audio/metadata.xml 
b/media-libs/libopenshot-audio/metadata.xml
index 2d1cd6b59b5..79f888359b5 100644
--- a/media-libs/libopenshot-audio/metadata.xml
+++ b/media-libs/libopenshot-audio/metadata.xml
@@ -4,7 +4,6 @@

sautier.lo...@gmail.com
Louis Sautier
-   Proxied maintainer; set to assignee in all 
bugs


proxy-ma...@gentoo.org



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

2017-07-26 Thread Michał Górny
commit: 6a188468e30cec004cd0e28fa3eb2f4a75f72c67
Author: Louis Sautier  gmail  com>
AuthorDate: Sat Jun 10 13:51:27 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 26 08:12:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a188468

media-video/openshot: remove old

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

 media-video/openshot/Manifest  |  1 -
 media-video/openshot/openshot-2.1.0.ebuild | 55 --
 2 files changed, 56 deletions(-)

diff --git a/media-video/openshot/Manifest b/media-video/openshot/Manifest
index 216ed056024..b79347ac26e 100644
--- a/media-video/openshot/Manifest
+++ b/media-video/openshot/Manifest
@@ -1,4 +1,3 @@
 DIST openshot-1.4.3.tar.gz 31990991 SHA256 
5bebf1c59a8667b0263599544f2d23ce6be3ab79ce24a85b766e1e39cab859d0 SHA512 
f3221c3e508ccf61d4fd2771de47f42ddb1a78996853011ee336e8ccf842a0fd97707a60c677e1465a89e6eb67911b6eb98b002959f8a29ac9e31924bbb6fcda
 WHIRLPOOL 
4fd8d5b5db2923c8b7349032847087b9cf4ccdbade206c5c6cc9aac27ace6e99c6053bd1184cf14b20c80b4f666baf356798a5b6a8d6c7c737a9a986894943af
-DIST openshot-qt-2.1.0.tar.gz 93936673 SHA256 
1eec7d07e991ccbb168de18b5f8a15f5d3eafe842cf267a254c1cde2925e2fdd SHA512 
4d9af4d392dfad861ab123fa4e1de63037fc6b01d35935ffe2bf48cfc93bd197a4c7501053c9447deb25404036e4a5321ecf5994eb327acbc296ef1ea7fc8838
 WHIRLPOOL 
e1c2da17edad781dc22c6cd7d27368b3502b4630f2989b7305ac3140994a4e76c93a888967378dd375676d24508c70aa1cf68321fdacb0851faac3846ec9e4cf
 DIST openshot-qt-2.2.0.tar.gz 94924926 SHA256 
8de6e193784af3b9149ea13c0552d4556df33396452360d5f9ac30682148e6f7 SHA512 
696a95fe1438b8a62261c41e5d495ef1e5107c5e4ee0ab80a980ba5e0e3b7fb5002f1bb780120f9f46a9f3c1fed2de858b61dc38d897bd4235358d617b2406b0
 WHIRLPOOL 
08a8861b8893c94821bc4dfbf81bfa54101fb34af1f30f15cb26b284f1970bc9d2901e05f7b3a1f159a0690806e64c2ca345f3a56d37f016ec17e1db3e7d6204
 DIST openshot-qt-2.3.4.tar.gz 60646277 SHA256 
b110eb144a3d3dcfe08f112c66ccc9265620b6fcf540cb690441bc47bf91eaec SHA512 
06faaaf1e3e3d996fafca8c7bde5a7fe8b9c66efb03c85448ab19bba85508d7c6334ba43a1368b20d7608cd34526c653e1956aa51ce05099be314538682fd484
 WHIRLPOOL 
dbed47fa4b9d220c75b8cec2e314beca4ba5f2cca687d016b3950aedd93e6e6f1b4d243ddf31b41d5a22d652f2257f725b6e4b85a2882ad1d5938409e1469b20

diff --git a/media-video/openshot/openshot-2.1.0.ebuild 
b/media-video/openshot/openshot-2.1.0.ebuild
deleted file mode 100644
index b16e9858420..000
--- a/media-video/openshot/openshot-2.1.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_REQ_USE=xml
-PYTHON_COMPAT=( python3_{4,5} )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1 gnome2-utils versionator xdg
-
-MY_PN="${PN}-qt"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Free, open-source, non-linear video editor to create and edit 
videos and movies"
-HOMEPAGE="http://www.openshot.org/ https://launchpad.net/openshot";
-SRC_URI="https://launchpad.net/${PN}/$(get_version_component_range 
1-2)/${PV}/+download/${MY_P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="1"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/PyQt5[svg,webkit,${PYTHON_USEDEP}]
-   media-libs/libopenshot[python,${PYTHON_USEDEP}]
-   dev-python/httplib2[${PYTHON_USEDEP}]
-   dev-python/pyzmq[${PYTHON_USEDEP}]
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-S="${WORKDIR}"
-
-src_prepare() {
-   # prevent setup.py from trying to update MIME databases
-   sed -i 's/^ROOT =.*/ROOT = False/' setup.py || die
-   xdg_src_prepare
-   distutils-r1_src_prepare
-}
-
-pkg_preinst() {
-   xdg_pkg_preinst
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_icon_cache_update
-}



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

2017-07-26 Thread Sergei Trofimovich
commit: d38cf46308fd79b37b55e3190a2dd5e421957509
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jul 26 08:17:57 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul 26 08:19:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d38cf463

app-text/libmspub: ppc keyworded, bug #550040 (thanks to ernsteiswuerfel)

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

 app-text/libmspub/libmspub-0.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libmspub/libmspub-0.1.2.ebuild 
b/app-text/libmspub/libmspub-0.1.2.ebuild
index 49924d75f79..5d8d28cf0aa 100644
--- a/app-text/libmspub/libmspub-0.1.2.ebuild
+++ b/app-text/libmspub/libmspub-0.1.2.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 
 # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
 [[ ${PV} ==  ]] || \
-KEYWORDS="amd64 ~arm ~hppa ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
 
 IUSE="doc static-libs"
 



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

2017-07-26 Thread Sergei Trofimovich
commit: 3001dbe1e8467b6b23dbc295f16820db1c5252f9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jul 26 08:17:04 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul 26 08:19:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3001dbe1

media-libs/libcdr: ppc keyworded, bug #550040 (thanks to ernsteiswuerfel)

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

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

diff --git a/media-libs/libcdr/libcdr-0.1.3.ebuild 
b/media-libs/libcdr/libcdr-0.1.3.ebuild
index 1cce5090a77..68ef37c5a62 100644
--- a/media-libs/libcdr/libcdr-0.1.3.ebuild
+++ b/media-libs/libcdr/libcdr-0.1.3.ebuild
@@ -13,7 +13,7 @@ 
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libcdr";
 LICENSE="MPL-2.0"
 SLOT="0"
 [[ ${PV} ==  ]] || \
-KEYWORDS="amd64 ~arm ~hppa ppc64 x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ppc64 x86"
 IUSE="doc static-libs test"
 
 RDEPEND="



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

2017-07-26 Thread Sergei Trofimovich
commit: 913ff1b07359418c9631640588da861e6725c9e0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jul 26 08:16:59 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul 26 08:19:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=913ff1b0

dev-libs/librevenge: ppc keyworded, bug #550040 (thanks to ernsteiswuerfel)

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

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

diff --git a/dev-libs/librevenge/librevenge-0.0.4-r1.ebuild 
b/dev-libs/librevenge/librevenge-0.0.4-r1.ebuild
index 8ffd55162a2..f9c8c60e1a9 100644
--- a/dev-libs/librevenge/librevenge-0.0.4-r1.ebuild
+++ b/dev-libs/librevenge/librevenge-0.0.4-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3 autotools
 else
SRC_URI="http://sf.net/projects/libwpd/files/${PN}/${P}/${P}.tar.xz";
-   KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc64 x86 ~x86-fbsd"
+   KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 x86 ~x86-fbsd"
 fi
 
 LICENSE="|| ( MPL-2.0 LGPL-2.1 )"



[gentoo-commits] repo/gentoo:master commit in: dev-games/openscenegraph/

2017-07-26 Thread Sergei Trofimovich
commit: 69a06c2b3a4a9991393de63b59540f3517dcca1e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jul 26 08:16:54 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul 26 08:19:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a06c2b

dev-games/openscenegraph: ppc keyworded, bug #550040 (thanks to ernsteiswuerfel)

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

 dev-games/openscenegraph/openscenegraph-3.5.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-games/openscenegraph/openscenegraph-3.5.1-r2.ebuild 
b/dev-games/openscenegraph/openscenegraph-3.5.1-r2.ebuild
index 3142edb23c7..e37bfe37e56 100644
--- a/dev-games/openscenegraph/openscenegraph-3.5.1-r2.ebuild
+++ b/dev-games/openscenegraph/openscenegraph-3.5.1-r2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="http://trac.openscenegraph.org/downloads/developer_releases/${MY_P}.zip
 
 LICENSE="wxWinLL-3 LGPL-2.1"
 SLOT="0/35" # Subslot consists of major + minor version number
-KEYWORDS="amd64 ~hppa ~ia64 ~ppc64 x86"
+KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 x86"
 IUSE="asio curl debug doc examples ffmpeg fltk fox gdal gif glut gstreamer gtk 
jpeg
 jpeg2k las libav lua openexr openinventor osgapps pdf png qt5 sdl sdl2 svg tiff
 truetype vnc wxwidgets xine xrandr zlib"



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

2017-07-26 Thread Sergei Trofimovich
commit: 5cf0b4959aee135045db9797009ff88e984b0927
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jul 26 08:17:09 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul 26 08:19:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf0b495

media-libs/libpagemaker: ppc keyworded, bug #550040 (thanks to ernsteiswuerfel)

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

 media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild 
b/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
index 79e03ffa945..64abe8730a2 100644
--- a/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
+++ b/media-libs/libpagemaker/libpagemaker-0.0.3-r1.ebuild
@@ -14,7 +14,7 @@ LICENSE="MPL-2.0"
 SLOT="0"
 
 [[ ${PV} ==  ]] || \
-KEYWORDS="amd64 ~arm ~hppa ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug doc tools"
 
 RDEPEND="



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

2017-07-26 Thread Sergei Trofimovich
commit: e949b074ad1d950afc12c84d12a39810bcbcda32
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jul 26 08:17:52 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul 26 08:19:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e949b074

app-office/scribus: ppc keyworded, bug #550040 (thanks to ernsteiswuerfel)

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

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

diff --git a/app-office/scribus/scribus-1.5.2-r2.ebuild 
b/app-office/scribus/scribus-1.5.2-r2.ebuild
index 5bfee854447..824cec778e9 100644
--- a/app-office/scribus/scribus-1.5.2-r2.ebuild
+++ b/app-office/scribus/scribus-1.5.2-r2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PN}-devel/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="+boost debug examples graphicsmagick hunspell +minimal osg +pdf scripts 
templates tk"
 
 #a=$((ls resources/translations/scribus.*ts | sed -e 's:\.: :g' | awk '{print 
$2}'; ls resources/loremipsum/*xml | sed -e 's:\.: :g' -e 's:loremipsum\/: :g'| 
awk '{print $2}'; ls resources/dicts/hyph*dic | sed -e 's:\.: :g' -e 's:hyph_: 
:g' | awk '{print $2}'; ls resources/dicts/README_*txt | sed -e 's:_hyph::g' -e 
's:\.: :g' -e 's:README_: :g' | awk '{print $2}') | sort | uniq); echo $a



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

2017-07-26 Thread Jeroen Roovers
commit: b92f52a462b4ae8d3ca698798625e32ba87446cf
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jul 26 08:46:34 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jul 26 08:46:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b92f52a4

www-client/vivaldi-snapshot: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 www-client/vivaldi-snapshot/Manifest   |   2 -
 .../vivaldi-snapshot-1.11.894.3_p1.ebuild  | 106 -
 2 files changed, 108 deletions(-)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 3890b3cb41e..ebab9bd5ac2 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,5 +1,3 @@
-DIST vivaldi-snapshot-1.11.894.3_p1-amd64.deb 50805062 SHA256 
1a399bc2119441344596aef79409cc75a0d0d6be0040a9793d1415f39176308c SHA512 
656c34b991baced60f015a8979fe8b19c91459f09adc7d9a1314588bbd4d915be16b77322d10b629629f137af6020ae930223f015042a23d2ac2dd8fcfe58e12
 WHIRLPOOL 
c041ef44ec076c9df5913a0b4659378e9d4d147037b165fb60512ac80335956d858c8245a4948e33cbf010b23ecdaf36e7ae265418591f371cd56decd35c39fd
-DIST vivaldi-snapshot-1.11.894.3_p1-i386.deb 51884782 SHA256 
111d7efb6769154d1c1331a18e7e798ae5447d7157d4a31fddad5def313df749 SHA512 
c0f6cd89da6118578487a5f9af7aba686a370f275a5d00deea476ba182630315f9e288e2b2317b4aeff413e534c6c6350d9ed273f4426cafd5c3bf03d8a21950
 WHIRLPOOL 
f466810c6adb2aff2ed1b82fd8fc2258cf49d3b715e68192f00c6d52446f5048d1c86ba1ba17309fd8e52167cde6e60973d70c08a96998ca00d7e4aaf2720e04
 DIST vivaldi-snapshot-1.11.904.3_p1-amd64.deb 52608058 SHA256 
58dc65349696575ce0d3d5e73d2ac8e3092b0a534d5cd83aa036d4d5af5086e5 SHA512 
f8b7b6d870c0de779f52a8d86258e3f3c22e6add3be4eff6e5ea9998d81eba9c29e4824f27d6657a335c14d485aabd1e8891db0960e066cb386329ab7a4f7f04
 WHIRLPOOL 
2877bee34c9880f4b8eaabbc8ead02882ab63f60470e8cd02f93fdf1539d5f42752fba0cbc80e47ec1f88c07976afbc72051fee3274a2c7b4d98e1e306adc312
 DIST vivaldi-snapshot-1.11.904.3_p1-i386.deb 53627358 SHA256 
1b0c9b3f0fb33b0a6467d557d1df86aca8717366795b7ab60d96d406cda9b467 SHA512 
1e36f2d483ad856c6aad09858b7cd095166ed440665a19a2ad6375c79cbd519b68b4c162effee6a80ca3b9116cc509e71189144852f56ba262ecb940ad473837
 WHIRLPOOL 
c64cbc982ba1811f0d24397d99f5cfbef354bfd1d1bb1143d069852026b01fab9700383c5c004b20f2afb1db58f06ccde24b4baa1a11bc5ec69f903611add74d
 DIST vivaldi-snapshot-1.11.915.3_p1-amd64.deb 52576116 SHA256 
d17e0b759a80a5b7aaa484b73090a85029acc76160baa8dd71c822fca93d3af9 SHA512 
7aedb95a7620d933a966564465a3289b44fb5826bacc2bb3a1b237114608454ce1b026a0eba1253fe76a4c4911c46086193f9a1cc190e03c07df9e4db23c148a
 WHIRLPOOL 
75ccd6e345c91096d8ee7cc052d9a04e8463179e24b7f80e987ba10ff5533fada417b845871c5af4398012e3b9b9482aa96954ba6efd818886781cff9e2bc5cc

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-1.11.894.3_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-1.11.894.3_p1.ebuild
deleted file mode 100644
index 7029ed11060..000
--- a/www-client/vivaldi-snapshot/vivaldi-snapshot-1.11.894.3_p1.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2017 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 multilib unpacker toolchain-funcs
-
-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 )
-   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
-"
-
-LICENSE="Vivaldi"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-
-RESTRICT="bindist mirror"
-
-S=${WORKDIR}
-
-DEPEND="
-   virtual/libiconv
-"
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   >=dev-libs/openssl-1.0.1:0
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/libcap
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:2
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/pango[X]
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_prepare() {
-   iconv -c -t UTF-8 usr/share/applications/${PN}.desktop > 
"${T}"/${PN}.desktop || die
-   mv "${T}"/${PN}.desktop usr/share/applications/${PN}.de

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

2017-07-26 Thread Jeroen Roovers
commit: 8e8831d3cd1ea27c4546346c84acad8038e6e953
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jul 26 08:45:59 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jul 26 08:45:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e8831d3

www-client/vivaldi-snapshot: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 www-client/vivaldi-snapshot/Manifest   |   2 +
 .../vivaldi-snapshot-1.11.915.3_p1.ebuild  | 106 +
 2 files changed, 108 insertions(+)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index c1096c3d77f..3890b3cb41e 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -2,3 +2,5 @@ DIST vivaldi-snapshot-1.11.894.3_p1-amd64.deb 50805062 SHA256 
1a399bc21194413445
 DIST vivaldi-snapshot-1.11.894.3_p1-i386.deb 51884782 SHA256 
111d7efb6769154d1c1331a18e7e798ae5447d7157d4a31fddad5def313df749 SHA512 
c0f6cd89da6118578487a5f9af7aba686a370f275a5d00deea476ba182630315f9e288e2b2317b4aeff413e534c6c6350d9ed273f4426cafd5c3bf03d8a21950
 WHIRLPOOL 
f466810c6adb2aff2ed1b82fd8fc2258cf49d3b715e68192f00c6d52446f5048d1c86ba1ba17309fd8e52167cde6e60973d70c08a96998ca00d7e4aaf2720e04
 DIST vivaldi-snapshot-1.11.904.3_p1-amd64.deb 52608058 SHA256 
58dc65349696575ce0d3d5e73d2ac8e3092b0a534d5cd83aa036d4d5af5086e5 SHA512 
f8b7b6d870c0de779f52a8d86258e3f3c22e6add3be4eff6e5ea9998d81eba9c29e4824f27d6657a335c14d485aabd1e8891db0960e066cb386329ab7a4f7f04
 WHIRLPOOL 
2877bee34c9880f4b8eaabbc8ead02882ab63f60470e8cd02f93fdf1539d5f42752fba0cbc80e47ec1f88c07976afbc72051fee3274a2c7b4d98e1e306adc312
 DIST vivaldi-snapshot-1.11.904.3_p1-i386.deb 53627358 SHA256 
1b0c9b3f0fb33b0a6467d557d1df86aca8717366795b7ab60d96d406cda9b467 SHA512 
1e36f2d483ad856c6aad09858b7cd095166ed440665a19a2ad6375c79cbd519b68b4c162effee6a80ca3b9116cc509e71189144852f56ba262ecb940ad473837
 WHIRLPOOL 
c64cbc982ba1811f0d24397d99f5cfbef354bfd1d1bb1143d069852026b01fab9700383c5c004b20f2afb1db58f06ccde24b4baa1a11bc5ec69f903611add74d
+DIST vivaldi-snapshot-1.11.915.3_p1-amd64.deb 52576116 SHA256 
d17e0b759a80a5b7aaa484b73090a85029acc76160baa8dd71c822fca93d3af9 SHA512 
7aedb95a7620d933a966564465a3289b44fb5826bacc2bb3a1b237114608454ce1b026a0eba1253fe76a4c4911c46086193f9a1cc190e03c07df9e4db23c148a
 WHIRLPOOL 
75ccd6e345c91096d8ee7cc052d9a04e8463179e24b7f80e987ba10ff5533fada417b845871c5af4398012e3b9b9482aa96954ba6efd818886781cff9e2bc5cc
+DIST vivaldi-snapshot-1.11.915.3_p1-i386.deb 53679984 SHA256 
0074aa4cb17edd8405f16609e023cc34653280e342efdd90926777196f112a7f SHA512 
c1844787dee3144f5a1f7835e11aa7517d25ad0d06ea89a7aff5363f0b558b5e092d26cc0efb9bfa381b13ed893bf1e636dcb939912b3bd2fd172a4c75c15698
 WHIRLPOOL 
07c223d44b4e56561740ab417183a35cc90490d65cd2e5e6fc804dc0b8a96b78b1f6ab08175c6ab67a161c0b7b175abaf700f4ce1e88c2ff7ffa49b8b2c67b5b

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-1.11.915.3_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-1.11.915.3_p1.ebuild
new file mode 100644
index 000..7029ed11060
--- /dev/null
+++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-1.11.915.3_p1.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2017 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 multilib unpacker toolchain-funcs
+
+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 )
+   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
+"
+
+LICENSE="Vivaldi"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+RESTRICT="bindist mirror"
+
+S=${WORKDIR}
+
+DEPEND="
+   virtual/libiconv
+"
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   >=dev-libs/openssl-1.0.1:0
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   iconv -c -t UTF-8 usr/share/applications/${PN}.desktop > 
"${T

[gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav/

2017-07-26 Thread Sergei Trofimovich
commit: 18d57901fc26907b24746dc4b86936b42b230e1c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jul 26 08:53:23 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul 26 08:53:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18d57901

app-antivirus/clamav: ia64 stable, bug #619302

Package-Manager: Portage-2.3.6, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

 app-antivirus/clamav/clamav-0.99.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-antivirus/clamav/clamav-0.99.2-r1.ebuild 
b/app-antivirus/clamav/clamav-0.99.2-r1.ebuild
index 75d679e3bd5..09f38e5f0da 100644
--- a/app-antivirus/clamav/clamav-0.99.2-r1.ebuild
+++ b/app-antivirus/clamav/clamav-0.99.2-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.clamav.net/downloads/production/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="bzip2 clamdtop iconv ipv6 libressl milter metadata-analysis-api selinux 
static-libs uclibc"
 
 CDEPEND="bzip2? ( app-arch/bzip2 )



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

2017-07-26 Thread Sergei Trofimovich
commit: d2a419eaace642e22b70fc1a31b195395e6058e3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jul 26 08:53:27 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul 26 08:53:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2a419ea

dev-libs/nettle: ia64 stable, bug #626010

Package-Manager: Portage-2.3.6, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

 dev-libs/nettle/nettle-3.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/nettle/nettle-3.3-r2.ebuild 
b/dev-libs/nettle/nettle-3.3-r2.ebuild
index 6062d1dfd34..d797d06718a 100644
--- a/dev-libs/nettle/nettle-3.3-r2.ebuild
+++ b/dev-libs/nettle/nettle-3.3-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( LGPL-3 LGPL-2.1 )"
 SLOT="0/6.1" # subslot = libnettle soname version, .1 as broke ABI bug#601512
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~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 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~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 +gmp neon static-libs test cpu_flags_x86_aes"
 
 DEPEND="gmp? ( >=dev-libs/gmp-5.0:0=[${MULTILIB_USEDEP}] )"



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

2017-07-26 Thread Patrice Clement
commit: 9be727961766f916a8f4a71236ec465095329fd3
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Jul 26 09:18:52 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jul 26 09:19:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9be72796

sys-apps/tuned: EAPI 6 bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-apps/tuned/tuned-2.7.1-r3.ebuild | 58 
 1 file changed, 58 insertions(+)

diff --git a/sys-apps/tuned/tuned-2.7.1-r3.ebuild 
b/sys-apps/tuned/tuned-2.7.1-r3.ebuild
new file mode 100644
index 000..d8d3a5fb28a
--- /dev/null
+++ b/sys-apps/tuned/tuned-2.7.1-r3.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-single-r1 systemd
+
+DESCRIPTION="Daemon for monitoring and adaptive tuning of system devices"
+HOMEPAGE="https://fedorahosted.org/tuned/";
+SRC_URI="https://fedorahosted.org/releases/t/u/${PN}/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+CDEPEND="
+   dev-python/configobj[${PYTHON_USEDEP}]
+   dev-python/decorator[${PYTHON_USEDEP}]
+   dev-python/pyudev[${PYTHON_USEDEP}]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]"
+
+DEPEND="
+   ${CDEPEND}"
+
+RDEPEND="
+   ${CDEPEND}
+   sys-apps/dbus
+   sys-apps/ethtool
+   sys-power/powertop
+   sys-process/procps
+   dev-util/systemtap"
+
+PATCHES=(
+   "${FILESDIR}/${P}-sysctl.patch"
+   "${FILESDIR}/${P}-makefile-rpm.patch"
+)
+
+RESTRICT="test"
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e "/\$(DESTDIR)\/run\/tuned/d" \
+   Makefile || die
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
+   python_fix_shebang "${ED}"
+}



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

2017-07-26 Thread Pacho Ramos
commit: 576dcf859f4f99d7fedf55c4a73e65e6d92bfa35
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 26 09:26:51 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 26 09:39:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=576dcf85

dev-libs/stfl: amd64/x86 stable, bug #624946

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-libs/stfl/stfl-0.24.ebuild b/dev-libs/stfl/stfl-0.24.ebuild
index c23d831e722..9a9b57f19ef 100644
--- a/dev-libs/stfl/stfl-0.24.ebuild
+++ b/dev-libs/stfl/stfl-0.24.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.clifford.at/${PN}/${P}.tar.gz";
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="examples perl python ruby static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



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

2017-07-26 Thread Pacho Ramos
commit: 819f4c26a81c3139c662b98d60cec1061202c3b0
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 26 09:25:30 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 26 09:39:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=819f4c26

net-mail/notmuch: amd64/x86 stable, bug #618876

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-mail/notmuch/notmuch-0.24.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/notmuch/notmuch-0.24.2.ebuild 
b/net-mail/notmuch/notmuch-0.24.2.ebuild
index 3ab5365e4a9..a16042a37e0 100644
--- a/net-mail/notmuch/notmuch-0.24.2.ebuild
+++ b/net-mail/notmuch/notmuch-0.24.2.ebuild
@@ -18,7 +18,7 @@ LICENSE="GPL-3"
 # Sub-slot corresponds to major wersion of libnotmuch.so.X.Y.  Bump of Y is
 # meant to be binary backward compatible.
 SLOT="0/4"
-KEYWORDS="~alpha ~amd64 ~x86"
+KEYWORDS="~alpha amd64 x86"
 REQUIRED_USE="
nmbug? ( python )
python? ( ${PYTHON_REQUIRED_USE} )



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

2017-07-26 Thread Fabian Groffen
commit: ca603fa794f6121d0f504e8c407bf6f020658640
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jul 26 09:37:58 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jul 26 09:40:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca603fa7

dev-python/wrapt: marked ~amd64-linux

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/dev-python/wrapt/wrapt-1.10.8.ebuild 
b/dev-python/wrapt/wrapt-1.10.8.ebuild
index 80343e195bf..14acbfb5e30 100644
--- a/dev-python/wrapt/wrapt-1.10.8.ebuild
+++ b/dev-python/wrapt/wrapt-1.10.8.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.t
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
 IUSE="doc test"
 
 DEPEND="



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

2017-07-26 Thread Fabian Groffen
commit: dd7427bd172ed11d2aaeda795e8cc1ca357ce5c0
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jul 26 09:33:57 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jul 26 09:40:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd7427bd

dev-python/configparser: marked ~amd64-linux

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-python/configparser/configparser-3.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/configparser/configparser-3.5.0-r1.ebuild 
b/dev-python/configparser/configparser-3.5.0-r1.ebuild
index ec88ab2a986..ec17276bae3 100644
--- a/dev-python/configparser/configparser-3.5.0-r1.ebuild
+++ b/dev-python/configparser/configparser-3.5.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 RDEPEND="dev-python/backports[${PYTHON_USEDEP}]"



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

2017-07-26 Thread Fabian Groffen
commit: 376454815b495d73701faf345721dc37ce34c91b
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jul 26 09:36:18 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jul 26 09:40:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37645481

dev-python/mccabe: marked ~amd64-linux

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/dev-python/mccabe/mccabe-0.6.1.ebuild 
b/dev-python/mccabe/mccabe-0.6.1.ebuild
index 1cf4284038d..0830488a6c0 100644
--- a/dev-python/mccabe/mccabe-0.6.1.ebuild
+++ b/dev-python/mccabe/mccabe-0.6.1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="flake8 plugin: McCabe complexity checker"
 HOMEPAGE="https://github.com/PyCQA/mccabe";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 LICENSE="MIT"
 SLOT="0"



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

2017-07-26 Thread Fabian Groffen
commit: ae13d2ebeeab1737f5a817024a16c56024aab9fa
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jul 26 09:35:44 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jul 26 09:40:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae13d2eb

dev-python/astroid: marked ~amd64-linux

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/dev-python/astroid/astroid-1.5.3.ebuild 
b/dev-python/astroid/astroid-1.5.3.ebuild
index a38ba76c147..69627547ec3 100644
--- a/dev-python/astroid/astroid-1.5.3.ebuild
+++ b/dev-python/astroid/astroid-1.5.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x64-macos ~x86-macos"
 IUSE="test"
 
 # Version specified in __pkginfo__.py.



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

2017-07-26 Thread Fabian Groffen
commit: b01200c3e465ebd31b066398b9686804252c8a3c
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jul 26 09:39:38 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jul 26 09:40:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b01200c3

dev-python/singledispatch: marked ~amd64-linux

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild 
b/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild
index 0eb4d95341c..eee91417d80 100644
--- a/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild
+++ b/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PF}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2017-07-26 Thread Fabian Groffen
commit: 8fa4874e6436448f203d58e99ab7a57b11a10397
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jul 26 09:38:38 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jul 26 09:40:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa4874e

dev-python/setuptools_scm: marked ~amd64-linux

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

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



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

2017-07-26 Thread Fabian Groffen
commit: d2bfe4392f9cbbd00e838f7ac315b94ce1b421cd
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jul 26 09:40:14 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jul 26 09:40:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2bfe439

dev-python/pylint: marked ~amd64-linux

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/dev-python/pylint/pylint-1.7.2.ebuild 
b/dev-python/pylint/pylint-1.7.2.ebuild
index b2908bfd7b3..aa368aee7e5 100644
--- a/dev-python/pylint/pylint-1.7.2.ebuild
+++ b/dev-python/pylint/pylint-1.7.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~x86 ~amd64-linux"
 IUSE="doc examples test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/backports-functools-lru-cache/

2017-07-26 Thread Fabian Groffen
commit: 1726a4b198d00142ab91ac00544630a4cd0d
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jul 26 09:39:10 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jul 26 09:40:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1726a4b1

dev-python/backports-functools-lru-cache: marked ~amd64-linux

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../backports-functools-lru-cache-1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.4-r1.ebuild
 
b/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.4-r1.ebuild
index f0284f1e4d5..f169f0017aa 100644
--- 
a/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.4-r1.ebuild
+++ 
b/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.4-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 x86 ~amd64-linux"
 IUSE="doc test"
 
 RDEPEND="dev-python/backports[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: games-mud/gnome-mud/

2017-07-26 Thread Mart Raudsepp
commit: 2e60ea6f7961547304593c841b0155c880b26736
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jul 26 09:22:31 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jul 26 09:41:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e60ea6f

games-mud/gnome-mud: Fix license to GPL-2+ (was missing "or later")

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild | 4 ++--
 games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild | 2 +-
 games-mud/gnome-mud/gnome-mud-0.11.2.ebuild| 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild 
b/games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild
index 83c254b1285..8d99eb1c2f4 100644
--- a/games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild
+++ b/games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ inherit gnome2
 DESCRIPTION="GNOME MUD client"
 HOMEPAGE="https://wiki.gnome.org/Apps/GnomeMud";
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~x86-fbsd"
 IUSE="gstreamer"

diff --git a/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild 
b/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild
index 762658ae94b..8323c50c689 100644
--- a/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild
+++ b/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild
@@ -10,7 +10,7 @@ inherit gnome2
 DESCRIPTION="GNOME MUD client"
 HOMEPAGE="https://wiki.gnome.org/Apps/GnomeMud";
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ~x86 ~x86-fbsd"
 IUSE="gstreamer"

diff --git a/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild 
b/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild
index f2fb1bec8d0..3fa2809b314 100644
--- a/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild
+++ b/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit gnome2 games
 DESCRIPTION="GNOME MUD client"
 HOMEPAGE="https://wiki.gnome.org/Apps/GnomeMud";
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 x86 ~x86-fbsd"
 IUSE="gstreamer"



[gentoo-commits] repo/gentoo:master commit in: games-mud/gnome-mud/

2017-07-26 Thread Mart Raudsepp
commit: c17c82f15182da50b5da05652c66b14bdc1953a8
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jul 26 09:35:27 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jul 26 09:41:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17c82f1

games-mud/gnome-mud: add live version

Doesn't need gnet anymore, but aliases/triggers are unconfigurable still

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 games-mud/gnome-mud/gnome-mud-.ebuild | 46 +++
 1 file changed, 46 insertions(+)

diff --git a/games-mud/gnome-mud/gnome-mud-.ebuild 
b/games-mud/gnome-mud/gnome-mud-.ebuild
new file mode 100644
index 000..658791122a5
--- /dev/null
+++ b/games-mud/gnome-mud/gnome-mud-.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_EAUTORECONF="yes"
+
+inherit gnome2 git-r3
+
+DESCRIPTION="GNOME MUD client"
+HOMEPAGE="https://wiki.gnome.org/Apps/GnomeMud";
+SRC_URI=""
+EGIT_REPO_URI="git://git.gnome.org/gnome-mud"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS=""
+IUSE="debug gstreamer"
+
+RDEPEND="virtual/libintl
+   >=dev-libs/glib-2.36:2
+   >=gnome-base/libglade-2.0.1:2.0
+   >=x11-libs/gtk+-2.20.0:2
+   >=x11-libs/vte-0.11:0
+   dev-libs/libpcre
+   gnome-base/gconf:2
+   gstreamer? ( media-libs/gstreamer:1.0 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   app-text/rarian
+   >=dev-util/intltool-0.23
+   >=sys-devel/gettext-0.11.5"
+
+src_configure() {
+   gnome2_src_configure \
+   $(use_enable gstreamer) \
+   $(use_enable debug debug-logger)
+}
+
+src_install() {
+   DOCS="AUTHORS BUGS ChangeLog NEWS README ROADMAP" \
+   gnome2_src_install
+}
+
+pkg_preinst() {
+   gnome2_pkg_preinst
+}



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

2017-07-26 Thread Lars Wendler
commit: 30de4d41e759ad10e67b8ccce9e26bb10c4c9562
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul 26 08:24:39 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul 26 09:50:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30de4d41

x11-wm/icewm: Version 1.3.12-r1 stable for amd64 and x86.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-wm/icewm/icewm-1.3.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/icewm/icewm-1.3.12-r1.ebuild 
b/x11-wm/icewm/icewm-1.3.12-r1.ebuild
index e5a31578637..b121f0e5941 100644
--- a/x11-wm/icewm/icewm-1.3.12-r1.ebuild
+++ b/x11-wm/icewm/icewm-1.3.12-r1.ebuild
@@ -11,7 +11,7 @@ LICENSE="GPL-2"
 SRC_URI="https://github.com/bbidulock/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="bidi debug doc minimal nls truetype uclibc xinerama"
 
 # Tests broken in all versions, patches welcome, bug #323907, #389533



[gentoo-commits] repo/gentoo:master commit in: games-rpg/manaplus/

2017-07-26 Thread Lars Wendler
commit: 4fc5ee8abecdb76f6b02822090197679ec36e234
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul 26 09:28:57 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul 26 09:51:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fc5ee8a

games-rpg/manaplus: Version 1.7.7.8 stable for amd64 and x86.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 games-rpg/manaplus/manaplus-1.7.7.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-rpg/manaplus/manaplus-1.7.7.8.ebuild 
b/games-rpg/manaplus/manaplus-1.7.7.8.ebuild
index 2d5897b5d6f..26dc7ca27dd 100644
--- a/games-rpg/manaplus/manaplus-1.7.7.8.ebuild
+++ b/games-rpg/manaplus/manaplus-1.7.7.8.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/ManaPlus/ManaPlus.git";
 else

SRC_URI="http://download.evolonline.org/manaplus/download/${PV}/${P}.tar.xz";
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 LICENSE="GPL-2+"



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

2017-07-26 Thread Lars Wendler
commit: 6663362baef55be4f8cc25a3c7337a83da4f4442
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul 26 08:36:38 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul 26 09:50:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6663362b

net-libs/gsoap: Bump to version 2.8.50

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-libs/gsoap/Manifest|  1 +
 net-libs/gsoap/gsoap-2.8.50.ebuild | 82 ++
 2 files changed, 83 insertions(+)

diff --git a/net-libs/gsoap/Manifest b/net-libs/gsoap/Manifest
index 7b7e808e155..137ef2c2caa 100644
--- a/net-libs/gsoap/Manifest
+++ b/net-libs/gsoap/Manifest
@@ -1,3 +1,4 @@
 DIST gsoap_2.8.40.zip 36317175 SHA256 
54ef56d9c55a6a7a00ae57f8cb0b3266af1b26e623070be2ef20833626157f77 SHA512 
fc26899e780a7d797544f21aa7beaabc6c1507b7097c4a229a641e4be763733a40e96ce0d5181024eae19653de9513a5b35d51c8b12e85078423e30d0b898a6f
 WHIRLPOOL 
6f795590a5b1e36d796200e3669b3a2aa45c016aa3acaae6291c09543422530a12e977a159a2f892b328cd7813633f41966432e75fd36268bfe4c6d9d1bb6fbf
 DIST gsoap_2.8.48.zip 33970070 SHA256 
3e7a77a9a9eddc153e0abe2b4983995ac9096df2ade9ff296b472018cdf3b103 SHA512 
955e87110c038aad9019a090603dc1ade78a0f84f238d46c03a7d350ad7d4c2b779aea3d16d1bd298336d1b3daa6b8ce399d56ade5dd412b910ebc56b66d305f
 WHIRLPOOL 
28a7800b5e9b695fe663b8497ef76cde0b7a9e7c200976ef9e7b3a624a9dc770f54f63648fabddfe34e050dca51e46b54571afbc9295ccae1a0293038d2cfc4d
 DIST gsoap_2.8.49.zip 34679651 SHA256 
520909edb975ec7fc63aa1b404993a79c1b8f6a0d80bca588c03cfa5fec12410 SHA512 
0e576584aa7743365edac9165eadf233fedf08cbbe70224676f9ce88bc42ae3ace13c75c78f9864f234e406c6e58f1fcdee0a9391215f76f086422ef0ac86ea0
 WHIRLPOOL 
e2fa93454d93f6942fd12370d00d110b58cdce68a7adecffba247bc8b89da2ad0fb8074c0da8b873499af1b8f398f19ffafddf26a8e6d0704028518307b3
+DIST gsoap_2.8.50.zip 34688187 SHA256 
d1225f297963d1336ffaa7557990a2a0c8c7700774baa107ecb5467bfc0a265a SHA512 
45bbff06083971152054571749fc7dc84962ace550154399590d8b697f0cf702c1614cbfb9f9cd23bc87b3812817abfdcaa6fc210c5daa5e8197493ce0e52a72
 WHIRLPOOL 
f56d19091bdc69cf89a4c11183d946f3b26cc83d132387c9a0771821427e42ed6dc01eaefac15bd9d5f56f126948275bff3fd0b5eb39aa4b462227d041d57c7d

diff --git a/net-libs/gsoap/gsoap-2.8.50.ebuild 
b/net-libs/gsoap/gsoap-2.8.50.ebuild
new file mode 100644
index 000..aef077767cc
--- /dev/null
+++ b/net-libs/gsoap/gsoap-2.8.50.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools eutils
+
+MY_P="${PN}-2.8"
+
+DESCRIPTION="A cross-platform open source C and C++ SDK for SOAP/XML Web 
services"
+HOMEPAGE="http://gsoap2.sourceforge.net";
+SRC_URI="mirror://sourceforge/gsoap2/gsoap_${PV}.zip"
+
+LICENSE="GPL-2 gSOAP"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc debug examples ipv6 libressl gnutls +ssl"
+
+RDEPEND="
+   sys-libs/zlib
+   gnutls? ( net-libs/gnutls )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl )
+   )
+"
+DEPEND="${RDEPEND}
+   app-arch/unzip
+   sys-devel/flex
+   sys-devel/bison
+"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+
+   # Fix Pre-ISO headers
+   eapply 
"${FILESDIR}/${PN}-2.7.10-fedora-install_soapcpp2_wsdl2h_aux.patch"
+
+   # enable shared libs https://bugs.gentoo.org/583398
+   eapply "${FILESDIR}/${PN}-2.7.40-shared_libs.patch"
+
+   eautoreconf
+}
+
+src_configure() {
+   local myconf=()
+   use ssl || myconf+=( --disable-ssl )
+   use gnutls && myconf+=( --enable-gnutls )
+   use ipv6 && myconf+=( --enable-ipv6 )
+   econf \
+   ${myconf[@]} \
+   $(use_enable debug) \
+   $(use_enable examples samples)
+}
+
+src_compile() {
+   emake -j1
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   # yes, we also install the license-file since
+   # it contains info about how to apply the licenses
+   dodoc *.txt
+
+   dohtml changelog.md
+
+   prune_libtool_files --all
+
+   if use examples; then
+   rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile* 
gsoap/samples/*/*.o || die
+   insinto /usr/share/doc/${PF}/examples
+   doins -r gsoap/samples/*
+   fi
+
+   if use doc; then
+   dohtml -r gsoap/doc/*
+   fi
+}



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

2017-07-26 Thread Lars Wendler
commit: 193b3bcc602334a0f33094f5773efe689996a436
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul 26 09:00:22 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul 26 09:50:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=193b3bcc

dev-libs/libnatspec: Bump to version 0.3.0

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-libs/libnatspec/Manifest|  1 +
 dev-libs/libnatspec/libnatspec-0.3.0.ebuild | 48 +
 2 files changed, 49 insertions(+)

diff --git a/dev-libs/libnatspec/Manifest b/dev-libs/libnatspec/Manifest
index 3df091b75b3..62103661b7d 100644
--- a/dev-libs/libnatspec/Manifest
+++ b/dev-libs/libnatspec/Manifest
@@ -1 +1,2 @@
 DIST libnatspec-0.2.6.tar.bz2 500525 SHA256 
c3831f7373501ed7b23ffb03d9a78650dee93dbf997a61767b7dea009d4a757f SHA512 
6bed3c8b2937ee27666a7deedcdebd7b24a8f495be63008fd70c467de4ab532e6448e6b682ed3be04a3a60ed64acaa0074d87231a421f6c73d6a7ee1d17bc66b
 WHIRLPOOL 
04848603498ab27ea5dc09f1352e08632b3a182e4e2f0cdc0cb0f650709533ae13e768f973e94425a1088da3c8b090ca4e9cd047b0c1394e89742ab3a5a8d542
+DIST libnatspec-0.3.0.tar.bz2 127265 SHA256 
678db5f2e25be3e79183ecc9ff6b19fb66775bcb6c3c962ba7716bc4a8ecce71 SHA512 
5c04358d20be5b6ffc7038bddd4514c4b5b4e9940fb6247070b832da9d059b31fd1306cf29f54e4a1b8be1d909176bd72e6ffa98e4b750840764f9b2c250d31c
 WHIRLPOOL 
a201b94e35c5076799bb1f7d8627c62e626f296f649ca1b0b256448e78ac0a5d92609c199bcd1aef897734b69c26a2b5b666b0c9f8483e006aba1a185890d14f

diff --git a/dev-libs/libnatspec/libnatspec-0.3.0.ebuild 
b/dev-libs/libnatspec/libnatspec-0.3.0.ebuild
new file mode 100644
index 000..beeaea380a0
--- /dev/null
+++ b/dev-libs/libnatspec/libnatspec-0.3.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit autotools python-single-r1
+
+DESCRIPTION="library to smooth charset/localization issues"
+HOMEPAGE="http://natspec.sourceforge.net/";
+SRC_URI="mirror://sourceforge/natspec/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="doc python"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+   dev-libs/popt
+   python? ( ${PYTHON_DEPS} )
+"
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen )
+   python? ( dev-lang/tcl:0= )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.2.6-iconv.patch
+)
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # regenerate to fix imcompatible readlink usage
+   rm -f "${S}"/ltmain.sh "${S}"/libtool || die
+   eautoreconf
+}
+
+src_configure() {
+   use doc || export ac_cv_prog_DOX=no
+   # braindead configure script does not disable python on --without-python
+   econf $(use python && use_with python)
+}



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

2017-07-26 Thread Lars Wendler
commit: fc28a1267b5ec196edf1765d112fc2abda4f5e40
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul 26 09:50:28 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul 26 09:51:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc28a126

sys-apps/gsmartcontrol: Bump to version 1.0.2

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-apps/gsmartcontrol/Manifest   |  1 +
 sys-apps/gsmartcontrol/gsmartcontrol-1.0.2.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/sys-apps/gsmartcontrol/Manifest b/sys-apps/gsmartcontrol/Manifest
index 7a63c6160a8..c3a031ce352 100644
--- a/sys-apps/gsmartcontrol/Manifest
+++ b/sys-apps/gsmartcontrol/Manifest
@@ -1,3 +1,4 @@
 DIST gsmartcontrol-0.8.7.tar.bz2 684394 SHA256 
708fa803243abb852ed52050fc82cd3592a798c02743342441996e77f19ffec6 SHA512 
3258ddcb448460afeef8d617ab5bb4720c9b252bc45d6798ec645da4862236fbb3fe0116a1cc904f5353481df87603bd2b6d808f348c250bde3624c8403a
 WHIRLPOOL 
24fb546c7175306c8cdd8906b506471d20668de0cd078a8205ec87eff50ce0eb52dc04b3b05e771f8789ef852e5f97675c7c224ab6450d90a3e2ac3e51578d2a
 DIST gsmartcontrol-0.9.0.tar.bz2 710515 SHA256 
5da6435aa0845acef134f72c2b5f6fce79f9c51bebe9d099402e0f21a3388651 SHA512 
c7a6f4dbb748bdef14a3a18a98d30f8ba8595017c99d7ac6817a33d537f19ab55d2c5674fb1f44f77381e54e22b894d8cca700554186a8132b04249001fcda98
 WHIRLPOOL 
2b9e926e86bbd351ec3ed331abec508cbc129e1ca340106ffa2cd8aa8f9db13c721512f8afa4e70cd83ea1ae855e0fb494223264129ce6a583fb717d69d2a1ca
 DIST gsmartcontrol-1.0.1.tar.bz2 691628 SHA256 
4ec0320c4c40a129cacabbfa7f302146abb69e927cfe9ded0e55b5b9cbe0d949 SHA512 
151eb08b61616189ff3eaab59e186e609fed0d2081a85b8c9cba0aa2efb1b1742c1def99a52def9138c3bffe5caabe9ca78d764dbe3b138fc9401135b8ab85aa
 WHIRLPOOL 
b49eb8e8c59183dcfa902f8cb98596f4f99adbb084ba517314f9be0e24a8022d3fc73f807facf405d107467c969d7abc642ef621a2218105234bef4edd8bd949
+DIST gsmartcontrol-1.0.2.tar.bz2 695445 SHA256 
4f70451c359d95edc974498b860696b698f19b187340dc7207b4b38cbaf5e207 SHA512 
a9dd037fc4223afa762408bc34325fb31947822250efe32ae97b88e836c5bb68d8354d7605925b2ab7c834764ea473a14f2cd1f234577ef76730b02ad9a8b701
 WHIRLPOOL 
679c6b9fa739f624a1bc523d0c17454cdf69e5899e086044c134116c609aaaf1a4dfec48813bc9b76210b1023623c626a4d9b55bbffa8c603c0340549eb5a028

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-1.0.2.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-1.0.2.ebuild
new file mode 100644
index 000..bbfa1f5ffda
--- /dev/null
+++ b/sys-apps/gsmartcontrol/gsmartcontrol-1.0.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit flag-o-matic gnome2-utils
+
+DESCRIPTION="Hard disk drive health inspection tool"
+HOMEPAGE="http://gsmartcontrol.sourceforge.net/home/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+COMMON_DEPEND="
+   dev-cpp/gtkmm:3.0
+   dev-libs/libpcre:3
+   sys-apps/smartmontools
+"
+RDEPEND="${COMMON_DEPEND}
+   x11-apps/xmessage
+"
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig
+   test? ( dev-util/gtk-builder-convert )
+"
+
+DOCS="TODO" # See 'dist_doc_DATA' value in Makefile.am
+
+src_prepare() {
+   default
+   append-cxxflags -std=c++11
+}
+
+src_configure() {
+   econf $(use test tests)
+}
+
+src_install() {
+   default
+   rm -f "${ED}"/usr/share/doc/${PF}/LICENSE_* || die
+}
+
+pkg_preinst() { gnome2_icon_savelist; }
+pkg_postinst() { gnome2_icon_cache_update; }
+pkg_postrm() { gnome2_icon_cache_update; }



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

2017-07-26 Thread Lars Wendler
commit: bd815538c419f395e72fb14c30e0ebedc8f1d47c
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul 26 08:37:02 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul 26 09:50:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd815538

net-libs/gsoap: Removed old.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-libs/gsoap/Manifest|  1 -
 net-libs/gsoap/gsoap-2.8.48.ebuild | 82 --
 2 files changed, 83 deletions(-)

diff --git a/net-libs/gsoap/Manifest b/net-libs/gsoap/Manifest
index 137ef2c2caa..bde1544b405 100644
--- a/net-libs/gsoap/Manifest
+++ b/net-libs/gsoap/Manifest
@@ -1,4 +1,3 @@
 DIST gsoap_2.8.40.zip 36317175 SHA256 
54ef56d9c55a6a7a00ae57f8cb0b3266af1b26e623070be2ef20833626157f77 SHA512 
fc26899e780a7d797544f21aa7beaabc6c1507b7097c4a229a641e4be763733a40e96ce0d5181024eae19653de9513a5b35d51c8b12e85078423e30d0b898a6f
 WHIRLPOOL 
6f795590a5b1e36d796200e3669b3a2aa45c016aa3acaae6291c09543422530a12e977a159a2f892b328cd7813633f41966432e75fd36268bfe4c6d9d1bb6fbf
-DIST gsoap_2.8.48.zip 33970070 SHA256 
3e7a77a9a9eddc153e0abe2b4983995ac9096df2ade9ff296b472018cdf3b103 SHA512 
955e87110c038aad9019a090603dc1ade78a0f84f238d46c03a7d350ad7d4c2b779aea3d16d1bd298336d1b3daa6b8ce399d56ade5dd412b910ebc56b66d305f
 WHIRLPOOL 
28a7800b5e9b695fe663b8497ef76cde0b7a9e7c200976ef9e7b3a624a9dc770f54f63648fabddfe34e050dca51e46b54571afbc9295ccae1a0293038d2cfc4d
 DIST gsoap_2.8.49.zip 34679651 SHA256 
520909edb975ec7fc63aa1b404993a79c1b8f6a0d80bca588c03cfa5fec12410 SHA512 
0e576584aa7743365edac9165eadf233fedf08cbbe70224676f9ce88bc42ae3ace13c75c78f9864f234e406c6e58f1fcdee0a9391215f76f086422ef0ac86ea0
 WHIRLPOOL 
e2fa93454d93f6942fd12370d00d110b58cdce68a7adecffba247bc8b89da2ad0fb8074c0da8b873499af1b8f398f19ffafddf26a8e6d0704028518307b3
 DIST gsoap_2.8.50.zip 34688187 SHA256 
d1225f297963d1336ffaa7557990a2a0c8c7700774baa107ecb5467bfc0a265a SHA512 
45bbff06083971152054571749fc7dc84962ace550154399590d8b697f0cf702c1614cbfb9f9cd23bc87b3812817abfdcaa6fc210c5daa5e8197493ce0e52a72
 WHIRLPOOL 
f56d19091bdc69cf89a4c11183d946f3b26cc83d132387c9a0771821427e42ed6dc01eaefac15bd9d5f56f126948275bff3fd0b5eb39aa4b462227d041d57c7d

diff --git a/net-libs/gsoap/gsoap-2.8.48.ebuild 
b/net-libs/gsoap/gsoap-2.8.48.ebuild
deleted file mode 100644
index aef077767cc..000
--- a/net-libs/gsoap/gsoap-2.8.48.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eutils
-
-MY_P="${PN}-2.8"
-
-DESCRIPTION="A cross-platform open source C and C++ SDK for SOAP/XML Web 
services"
-HOMEPAGE="http://gsoap2.sourceforge.net";
-SRC_URI="mirror://sourceforge/gsoap2/gsoap_${PV}.zip"
-
-LICENSE="GPL-2 gSOAP"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc debug examples ipv6 libressl gnutls +ssl"
-
-RDEPEND="
-   sys-libs/zlib
-   gnutls? ( net-libs/gnutls )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl )
-   )
-"
-DEPEND="${RDEPEND}
-   app-arch/unzip
-   sys-devel/flex
-   sys-devel/bison
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default
-
-   # Fix Pre-ISO headers
-   eapply 
"${FILESDIR}/${PN}-2.7.10-fedora-install_soapcpp2_wsdl2h_aux.patch"
-
-   # enable shared libs https://bugs.gentoo.org/583398
-   eapply "${FILESDIR}/${PN}-2.7.40-shared_libs.patch"
-
-   eautoreconf
-}
-
-src_configure() {
-   local myconf=()
-   use ssl || myconf+=( --disable-ssl )
-   use gnutls && myconf+=( --enable-gnutls )
-   use ipv6 && myconf+=( --enable-ipv6 )
-   econf \
-   ${myconf[@]} \
-   $(use_enable debug) \
-   $(use_enable examples samples)
-}
-
-src_compile() {
-   emake -j1
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-
-   # yes, we also install the license-file since
-   # it contains info about how to apply the licenses
-   dodoc *.txt
-
-   dohtml changelog.md
-
-   prune_libtool_files --all
-
-   if use examples; then
-   rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile* 
gsoap/samples/*/*.o || die
-   insinto /usr/share/doc/${PF}/examples
-   doins -r gsoap/samples/*
-   fi
-
-   if use doc; then
-   dohtml -r gsoap/doc/*
-   fi
-}



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

2017-07-26 Thread Lars Wendler
commit: 74db93b4634188fbcc1642f88c7f2fd0637d1b09
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul 26 09:00:49 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul 26 09:51:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74db93b4

dev-libs/libnatspec: Removed old.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-libs/libnatspec/libnatspec-0.2.6.ebuild | 39 -
 1 file changed, 39 deletions(-)

diff --git a/dev-libs/libnatspec/libnatspec-0.2.6.ebuild 
b/dev-libs/libnatspec/libnatspec-0.2.6.ebuild
deleted file mode 100644
index 6579f017113..000
--- a/dev-libs/libnatspec/libnatspec-0.2.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit autotools eutils
-
-DESCRIPTION="library to smooth charset/localization issues"
-HOMEPAGE="http://natspec.sourceforge.net/";
-SRC_URI="mirror://sourceforge/natspec/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="doc python"
-
-RDEPEND="python? ( >=dev-lang/python-2.3 )
-   dev-libs/popt"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )
-   python? ( dev-lang/tcl:0 )"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-iconv.patch
-   # regenerate to fix imcompatible readlink usage
-   rm -f "${S}"/ltmain.sh "${S}"/libtool || die
-   eautoreconf
-}
-
-src_configure() {
-   use doc || export ac_cv_prog_DOX=no
-   # braindead configure script does not disable python on --without-python
-   econf $(use python && use_with python)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die
-   dodoc ChangeLog NEWS README TODO
-}



[gentoo-commits] repo/gentoo:master commit in: games-rpg/manaplus/

2017-07-26 Thread Lars Wendler
commit: 6508c242741dbbdd65d65da01803efa532e72473
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul 26 09:29:18 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul 26 09:51:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6508c242

games-rpg/manaplus: Removed old.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 games-rpg/manaplus/Manifest |  1 -
 games-rpg/manaplus/manaplus-1.7.6.24.ebuild | 99 -
 2 files changed, 100 deletions(-)

diff --git a/games-rpg/manaplus/Manifest b/games-rpg/manaplus/Manifest
index 68626399392..79afc80347f 100644
--- a/games-rpg/manaplus/Manifest
+++ b/games-rpg/manaplus/Manifest
@@ -1,3 +1,2 @@
-DIST manaplus-1.7.6.24.tar.xz 14864072 SHA256 
d5504420d2a1eb0de0459ff738257636a321fcd871dceb21ca086a2a735a0c07 SHA512 
71e030854abbaa19ad6a460598d4506e9fad8ff0cfe8c26926415ebd4a203b438dc3a578cb583225fa4c36b66cf0a5d580e0dd6dfe62aedee783d4aba683b8d0
 WHIRLPOOL 
791df12e1846306b1ed6a619671d91ade40a82057a8d3c394aea59e85eca539a95f988c548a308474c9eecfce23079d536fb7a49d34c6ecdffac59022f100cbf
 DIST manaplus-1.7.7.22.tar.xz 14894836 SHA256 
b059067e7afba041b21a5cb266ed0ab9587da17b327c46952691408f5515 SHA512 
6dff569421123e1a3f7fb215f80da3ae20958510bc7ae6a252b85e1afe229e7e1398522ec1ddc9c3ddbde26dcd8ccbbe632b1307ff1527927cd1dc0bcad82f67
 WHIRLPOOL 
890a8875d3bd8294cc87409b03efad12dd104dee8b5b1eac9d200ceb4c4c7ae6d9ebf6901fea7a57e69b1415d165524001841cc09521ccb4f1976e548169a3b1
 DIST manaplus-1.7.7.8.tar.xz 14860880 SHA256 
4c9473c5423076e9b7010e78dbb85d2c0aa63edcf7577fe4048adba6b6adbea5 SHA512 
9316297d5d766997913a465197da336516a8c1dbb30e193a1dca6ad083aa990788a147481a09cb6bcc044fdce575222c21797cef47107123141296c354639128
 WHIRLPOOL 
2d550f29e7d42549c095a1bf0db398d903e59e4f054d5751fd19259fa73615567a58ff1412aa97757efde18aad64fadf0220b8ad9f8e8ca44a5cdea1f564b875

diff --git a/games-rpg/manaplus/manaplus-1.7.6.24.ebuild 
b/games-rpg/manaplus/manaplus-1.7.6.24.ebuild
deleted file mode 100644
index 26dc7ca27dd..000
--- a/games-rpg/manaplus/manaplus-1.7.6.24.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-[[ ${PV} ==  ]] && inherit autotools git-r3
-
-DESCRIPTION="OpenSource 2D MMORPG client for Evol Online and The Mana World"
-HOMEPAGE="http://manaplus.evolonline.org";
-if [[ ${PV} ==  ]] ; then
-   EGIT_REPO_URI="https://github.com/ManaPlus/ManaPlus.git";
-else
-   
SRC_URI="http://download.evolonline.org/manaplus/download/${PV}/${P}.tar.xz";
-   KEYWORDS="amd64 x86"
-fi
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="mumble nls opengl pugixml +sdl2 test"
-
-RDEPEND="
-   >=dev-games/physfs-1.0.0
-   media-fonts/dejavu
-   media-fonts/liberation-fonts
-   media-fonts/mplus-outline-fonts
-   media-fonts/wqy-microhei
-   media-libs/libpng:0=
-   net-misc/curl
-   sys-libs/zlib
-   x11-apps/xmessage
-   x11-libs/libX11
-   x11-misc/xdg-utils
-   mumble? ( media-sound/mumble )
-   nls? ( virtual/libintl )
-   opengl? ( virtual/opengl )
-   pugixml? ( dev-libs/pugixml )
-   !pugixml? ( dev-libs/libxml2 )
-   sdl2? (
-   media-libs/libsdl2[X,opengl?,video]
-   media-libs/sdl2-gfx
-   media-libs/sdl2-image[png]
-   media-libs/sdl2-mixer[vorbis]
-   media-libs/sdl2-net
-   media-libs/sdl2-ttf
-   )
-   !sdl2? (
-   media-libs/libsdl[X,opengl?,video]
-   media-libs/sdl-gfx
-   media-libs/sdl-image[png]
-   media-libs/sdl-mixer[vorbis]
-   media-libs/sdl-net
-   media-libs/sdl-ttf
-   )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-
-src_prepare() {
-   default
-   if [[ ${PV} ==  ]] ; then
-   eautoreconf
-   fi
-}
-
-src_configure() {
-   local myeconfargs=(
-   --localedir=/usr/share/locale
-   --without-internalsdlgfx
-   $(use_with mumble)
-   $(use_enable nls)
-   $(use_with opengl)
-   --enable-libxml=$(usex pugixml pugixml libxml)
-   $(use_with sdl2)
-   $(use_enable test unittests)
-   )
-   CONFIG_SHELL=/bin/bash econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-
-   local destpath="/usr/share/${PN}"
-   dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf 
"${destpath}"/data/fonts/dejavusans-bold.ttf
-   dosym /usr/share/fonts/dejavu/DejaVuSans.ttf 
"${destpath}"/data/fonts/dejavusans.ttf
-   dosym /usr/share/fonts/dejavu/DejaVuSansMono-Bold.ttf 
"${destpath}"/data/fonts/dejavusansmono-bold.ttf
-   dosym /usr/share/fonts/dejavu/DejaVuSansMono.ttf 
"${destpath}"/data/fonts/dejavusansmono.ttf
-   dosym /usr/share/fonts/dejavu/DejaVuSerifCondensed-

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

2017-07-26 Thread Lars Wendler
commit: a491cb9455cee4a6d30267dcfcf2d785bcb938ae
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul 26 09:40:46 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul 26 09:51:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a491cb94

dev-util/colm: Bump to version 0.13.0.5

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-util/colm/Manifest |  1 +
 dev-util/colm/colm-0.13.0.5.ebuild | 16 
 2 files changed, 17 insertions(+)

diff --git a/dev-util/colm/Manifest b/dev-util/colm/Manifest
index 28522ff2b7a..df841374d6e 100644
--- a/dev-util/colm/Manifest
+++ b/dev-util/colm/Manifest
@@ -1,3 +1,4 @@
 DIST colm-0.12.0.tar.gz 983143 SHA256 
7b545d74bd139f5c622975d243c575310af1e4985059a1427b6fdbb1fb8d6e4d SHA512 
febdd750f728acc608e405f875fbc09880ddfb6cf593c05b129c4253f235e535cee2ebf89c45fabcf911dd9b77b204f8c6e463b6e307b0d062b7ecf864f47398
 WHIRLPOOL 
083d66607a898d5df42ee742d85dd83d893487a8f9c8aee5bef75e07d2f53c3371e683bf4947249bfcbc803a3bc643cc9d87532e36d5e656b12db9059d7335f6
 DIST colm-0.13.0.3.tar.gz 709283 SHA256 
427e52a366b53d5192ac8e7a5fc597c470b3f25dcc6e18677199f535ad764d35 SHA512 
169c8b526573900e7fdcfdfa6ac292970c0584805bf345e57d7bc4d6fe3f7b93eedd7029a471703abf378c63bec76dee3b982efde229fd04553ace9253fd3106
 WHIRLPOOL 
e94798bfacc5cb6ef2198faedda22d1d958045ffb32e42d9b3a208a09bbb91d0fbe2a8f2a38f44b9f07d7a8837d0a2b3087d198435b52c4bda13f7ce51e77ac0
 DIST colm-0.13.0.4.tar.gz 707983 SHA256 
fdb3d0fb6ce19f24ca6d701a61b81cd610e3d3b04951dc9f27317581f859ac13 SHA512 
4684a315f3fef7cd6ff0982e357b59b110c02dfc2ce00a207d5d16dd9475f41790f3cfec9ddb5347d20da879cb0beebc03d3c56c325ce2ef22438555fcf60402
 WHIRLPOOL 
636516df49eb5af110f5ac88a3e46f8f7a3d01a04220c7744eadcffe6bc993788c44b46f50ddef43aafbd5b9d31242077ad7a5413681b05398f0392c3b404f1b
+DIST colm-0.13.0.5.tar.gz 736026 SHA256 
33e624677176958eaad76ebe6c391a68a0b4728fec8cc039efa1316f525f408c SHA512 
c5a1228260327d65c2cb5821fbc583608e2a308927b04cb0e7dbc84bced60d0d62892b4e30aa2228fee0d08f6828dc58d88788340433bc5bba9d503977883fc9
 WHIRLPOOL 
37e98170a6bfe80d6e90a24cba84397e8a06eb89894461f3576e92b16bfd1d7ed885d0df7231424a590b41116a18c874edef5e4fb868af825986ee5aacc0cf4a

diff --git a/dev-util/colm/colm-0.13.0.5.ebuild 
b/dev-util/colm/colm-0.13.0.5.ebuild
new file mode 100644
index 000..d193b2407b6
--- /dev/null
+++ b/dev-util/colm/colm-0.13.0.5.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="COmputer Language Manipulation"
+HOMEPAGE="https://www.colm.net/open-source/colm/";
+SRC_URI="https://www.colm.net/files/${PN}/${P}.tar.gz";
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"



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

2017-07-26 Thread Lars Wendler
commit: 64f6b1a3b76d50f201fb5bf24b149b69578225aa
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul 26 08:30:47 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul 26 09:50:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64f6b1a3

sys-libs/uid_wrapper: Bump to version 1.2.4

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-libs/uid_wrapper/Manifest |  1 +
 sys-libs/uid_wrapper/uid_wrapper-1.2.4.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/sys-libs/uid_wrapper/Manifest b/sys-libs/uid_wrapper/Manifest
index 2fbd3cfadfa..76d47e252f5 100644
--- a/sys-libs/uid_wrapper/Manifest
+++ b/sys-libs/uid_wrapper/Manifest
@@ -1,2 +1,3 @@
 DIST uid_wrapper-1.2.1-alpha_fix.patch 932 SHA256 
68361230e84222a4e6a22c79065f81a5fc2b1e25041b96bf645209d578c43027 SHA512 
0daaadf84a48f5e450fac833e5b0e76860b82706a343224d10a8ff24d0607d9d81f628f09619aaae8ea918ac48a8c621e457863f9d52b46a1950493869468854
 WHIRLPOOL 
fd118b8b4f47eeaf0339f09234364cb0f3bf52bfcc54fdf17e5e477d873d17a0348e671e038c4970d1a18cf488f7b43316aa8159914c3ada6312c397806d933f
 DIST uid_wrapper-1.2.1.tar.gz 311002 SHA256 
827c8290d9982385f18d5e0e5908a790ce1cb45d93e49727651abe9928c2df7a SHA512 
563577bf3f4ca2989040635301faccc198da34a30b6998370d376f8df8c689953d2f10474efc926cb06d23e565cee32b4f59fce87546c3620d55cd9f7e0cf543
 WHIRLPOOL 
ad3135c8a927fcad0916f50a24bad22c45e973650c367b91b5893c5ab04796c43c5d542bf89aba1800b4c79c84ea19457ced9ef62ba49f0ea2916751758c9556
+DIST uid_wrapper-1.2.4.tar.gz 311811 SHA256 
3c60f65371420074ef437796a36beef2d713c28bd5c5fbf29c3e7a9647cd50fa SHA512 
212b35f7d0655611c5bb7927e4e29049ce79a4e677805fa7154142dff559ddc6dd7117a4c94314b69e27c954ff03ef49470ed69e2405cf46b5958643c6021d3b
 WHIRLPOOL 
ceb077042135e10d6de6f5d5a4614a3c83692455952de0950f521c5f07d1b514464da8b9c571bc4ef002b520bfb1aedd9c40c3fdf866a30ae2dab81d3d5834a4

diff --git a/sys-libs/uid_wrapper/uid_wrapper-1.2.4.ebuild 
b/sys-libs/uid_wrapper/uid_wrapper-1.2.4.ebuild
new file mode 100644
index 000..2eb9a605648
--- /dev/null
+++ b/sys-libs/uid_wrapper/uid_wrapper-1.2.4.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-multilib
+
+DESCRIPTION="A wrapper to fake privilege separation"
+HOMEPAGE="https://cwrap.org/uid_wrapper.html";
+SRC_URI="ftp://ftp.samba.org/pub/cwrap/${P}.tar.gz
+   https://ftp.samba.org/pub/cwrap/${P}.tar.gz";
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+DEPEND=""
+RDEPEND="${DEPEND}"



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

2017-07-26 Thread Lars Wendler
commit: 193633b09b01a26152b200ed71816c59490f97e1
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul 26 09:37:26 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul 26 09:51:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=193633b0

sys-power/upower: Bump to version 0.99.5

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-power/upower/Manifest |  1 +
 sys-power/upower/upower-0.99.5.ebuild | 86 +++
 2 files changed, 87 insertions(+)

diff --git a/sys-power/upower/Manifest b/sys-power/upower/Manifest
index d8825486f55..5118339f19b 100644
--- a/sys-power/upower/Manifest
+++ b/sys-power/upower/Manifest
@@ -1 +1,2 @@
 DIST upower-0.99.4.tar.xz 426292 SHA256 
9ca325a6ccef505529b268ebbbd9becd0ce65a65f6ac7ee31e2e5b17648037b0 SHA512 
b3fdee5ccf5f4d0c69e227f543272f6952119132814e27bc8f112716b8d36b5e07741a87bcf02203e80ef910cad9ddffa1adecb338c9a9aaa5e1038b62be07f3
 WHIRLPOOL 
f203682b272e2f9ff7b48a1b4ee359569cbce2314edc599bfc82182e274d95446a8b59228e1dc250db9b823efdd8129cb99022b498f6d7af3b79bbc7ccb42f0f
+DIST upower-0.99.5.tar.xz 432344 SHA256 
78605664d027c788f6ab63c50950be6e86c6ba5d030c4cf35a6664337d87f3b2 SHA512 
2fb06bea69455f538146576665e36c5b91eb18b119fa77e29d383fcb2a86ea58650b82e258f157d03c40147ecb12ea545997199580f0e24847ac6ea04d46e5ea
 WHIRLPOOL 
bba93ec4625f2c9e6284d6b22e4391e68411de08bf35b43286003d739d2bf7f57c0e6ad73e6f25bfd8254b73081dc8ff729fe266eeb69cdc9547e2cf856aa646

diff --git a/sys-power/upower/upower-0.99.5.ebuild 
b/sys-power/upower/upower-0.99.5.ebuild
new file mode 100644
index 000..a884fe3466c
--- /dev/null
+++ b/sys-power/upower/upower-0.99.5.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit ltprune systemd
+
+DESCRIPTION="D-Bus abstraction for enumerating power devices, querying history 
and statistics"
+HOMEPAGE="https://upower.freedesktop.org/";
+SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="0/3" # based on SONAME of libupower-glib.so
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd"
+
+# gtk-doc files are not available as prebuilt in the tarball
+IUSE="doc +introspection ios kernel_FreeBSD kernel_linux selinux"
+
+COMMON_DEPS="
+   >=dev-libs/dbus-glib-0.100
+   >=dev-libs/glib-2.34:2
+   sys-apps/dbus:=
+   introspection? ( dev-libs/gobject-introspection:= )
+   kernel_linux? (
+   virtual/libusb:1
+   virtual/libgudev:=
+   virtual/udev
+   ios? (
+   >=app-pda/libimobiledevice-1:=
+   >=app-pda/libplist-1:=
+   )
+   )
+"
+RDEPEND="
+   ${COMMON_DEPS}
+   selinux? ( sec-policy/selinux-devicekit )
+"
+DEPEND="${COMMON_DEPS}
+   doc? ( dev-util/gtk-doc )
+   dev-libs/libxslt
+   app-text/docbook-xsl-stylesheets
+   dev-util/intltool
+   >=sys-devel/gettext-0.17
+   virtual/pkgconfig
+"
+
+QA_MULTILIB_PATHS="usr/lib/${PN}/.*"
+
+DOCS=( AUTHORS HACKING NEWS README )
+
+src_prepare() {
+   default
+   sed -i -e '/DISABLE_DEPRECATED/d' configure || die
+}
+
+src_configure() {
+   local backend
+
+   if use kernel_linux ; then
+   backend=linux
+   elif use kernel_FreeBSD ; then
+   backend=freebsd
+   else
+   backend=dummy
+   fi
+
+   local myeconfargs=(
+   --disable-static
+   --disable-tests
+   --enable-man-pages
+   --libexecdir="${EPREFIX%/}"/usr/lib/${PN}
+   --localstatedir="${EPREFIX%/}"/var
+   --with-backend=${backend}
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+   --with-systemdutildir="$(systemd_get_utildir)"
+   $(use_enable doc gtk-doc)
+   $(use_enable introspection)
+   $(use_with ios idevice)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   keepdir /var/lib/upower #383091
+   prune_libtool_files
+}



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

2017-07-26 Thread Lars Wendler
commit: ee4c3ffdf997eec0109eca0728be8a94571398e9
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul 26 08:25:12 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul 26 09:50:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee4c3ffd

x11-wm/icewm: Removed old.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-wm/icewm/icewm-1.3.12.ebuild | 124 ---
 1 file changed, 124 deletions(-)

diff --git a/x11-wm/icewm/icewm-1.3.12.ebuild b/x11-wm/icewm/icewm-1.3.12.ebuild
deleted file mode 100644
index 76cdacd213b..000
--- a/x11-wm/icewm/icewm-1.3.12.ebuild
+++ /dev/null
@@ -1,124 +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 autotools eutils python-single-r1
-
-DESCRIPTION="Ice Window Manager with Themes"
-HOMEPAGE="http://www.icewm.org/ https://github.com/bbidulock/icewm";
-LICENSE="GPL-2"
-SRC_URI="https://github.com/bbidulock/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="bidi debug doc gnome minimal nls truetype uclibc xinerama"
-REQUIRED_USE="gnome? ( ${PYTHON_REQUIRED_USE} )"
-
-# Tests broken in all versions, patches welcome, bug #323907, #389533
-RESTRICT="test"
-
-#fix for icewm preversion package names
-S=${WORKDIR}/${P/_}
-
-RDEPEND="
-   media-libs/fontconfig
-   x11-libs/gdk-pixbuf:2[X]
-   x11-libs/libX11
-   x11-libs/libXrandr
-   x11-libs/libXext
-   x11-libs/libXpm
-   x11-libs/libXrender
-   x11-libs/libXft
-   x11-libs/libSM
-   x11-libs/libICE
-   xinerama? ( x11-libs/libXinerama )
-   bidi? ( dev-libs/fribidi )
-   gnome? (
-   ${PYTHON_DEPS}
-   dev-python/pyxdg
-   gnome-base/gnome-desktop:2
-   gnome-base/gnome-menus
-   gnome-base/libgnomeui )
-"
-DEPEND="${RDEPEND}
-   >=sys-apps/sed-4
-   x11-proto/xproto
-   x11-proto/xextproto
-   doc? ( app-text/linuxdoc-tools )
-   nls? ( >=sys-devel/gettext-0.19.6 )
-   truetype? ( >=media-libs/freetype-2.0.9 )
-   xinerama? ( x11-proto/xineramaproto )
-"
-
-pkg_setup() {
-   if use truetype && use minimal; then
-   ewarn "You have both 'truetype' and 'minimal' use flags 
enabled."
-   ewarn "If you really want a minimal install, you will have to 
turn off"
-   ewarn "the truetype flag for this package."
-   fi
-}
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.3.10-menu.patch
-)
-
-src_prepare() {
-   epatch "${PATCHES[@]}"
-
-   # Fix bug #486710
-   use uclibc && epatch "${FILESDIR}/${PN}-1.3.8-uclibc.patch"
-
-   if ! use doc ; then
-   sed '/^SUBDIRS =/s@ doc@@' -i Makefile.am || die
-   fi
-
-   eautoreconf
-}
-
-src_configure() {
-   if use truetype ; then
-   myconf="${myconf} --enable-gradients --enable-shape 
--enable-shaped-decorations"
-   else
-   myconf="${myconf} --disable-xfreetype --enable-corefonts
-   $(use_enable minimal lite)"
-   fi
-
-   myconf="${myconf}
-   --with-libdir=/usr/share/icewm
-   --with-cfgdir=/etc/icewm
-   --with-docdir=/usr/share/doc/${PF}/html
-   $(use_enable bidi fribidi)
-   $(use_enable debug)
-   $(use_enable gnome menus-gnome2)
-   $(use_enable nls i18n)
-   $(use_enable nls)
-   $(use_enable xinerama)"
-
-   CXXFLAGS="${CXXFLAGS}" econf ${myconf}
-
-   sed -i "s:/icewm-\$(VERSION)::" src/Makefile || die
-   sed -i "s:ungif:gif:" src/Makefile || die "libungif fix failed"
-}
-
-src_install(){
-   default
-
-   if use gnome; then
-   dobin "${FILESDIR}"/icewm-xdg-menu
-   exeinto /usr/share/icewm/
-   newexe "${FILESDIR}"/icewm-startup startup
-   fi
-
-   dodoc AUTHORS BUGS CHANGES PLATFORMS README* TODO VERSION
-
-   if ! use doc ; then
-   dohtml -a html,sgml doc/*
-   cp doc/${PN}.man "${T}"/${PN}.1
-   doman "${T}"/${PN}.1
-   fi
-
-   exeinto /etc/X11/Sessions
-   doexe "${FILESDIR}/icewm"
-}



[gentoo-commits] repo/gentoo:master commit in: sys-fs/reiserfsprogs/

2017-07-26 Thread Lars Wendler
commit: 849d1e468bf6204e0b3d9b1de4d339fc94b51f35
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul 26 08:46:36 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul 26 09:50:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=849d1e46

sys-fs/reiserfsprogs: Bump to version 3.6.27

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-fs/reiserfsprogs/Manifest|  1 +
 sys-fs/reiserfsprogs/reiserfsprogs-3.6.27.ebuild | 49 
 2 files changed, 50 insertions(+)

diff --git a/sys-fs/reiserfsprogs/Manifest b/sys-fs/reiserfsprogs/Manifest
index 2a0b3dcca3b..ac46a4ab097 100644
--- a/sys-fs/reiserfsprogs/Manifest
+++ b/sys-fs/reiserfsprogs/Manifest
@@ -1,3 +1,4 @@
 DIST reiserfsprogs-3.6.24.tar.xz 316444 SHA256 
7e44fefe557d68a642191428210f3d64d80283b9ad0e45c24130f6ce936b0760 SHA512 
183cda8c1bef375a9e90b6bfcbbbe7cc901f12890be29551e74950c723b0ae565786be86f69cba2a5d8b2f9014d22f6f3bdf277d666d4b6bea15406cb2803a42
 WHIRLPOOL 
1046b9ca94e733a1b90c220a122d41cb933522e39244b6c6de987de1eefe9a2712a3a7dbaf5de64f2c76de1eb9b43c3fe0650fc3ac11929951956a91ea92e571
 DIST reiserfsprogs-3.6.25.tar.xz 448984 SHA256 
fb1199405af8b8af609e9e97054de8f0d05b6cc2b6727713db92ed5e2919d20d SHA512 
247ca392d227680fb24e94cd490319e77e82d00d7d357516690d2cab6f0bbe8b35879f8a25ed5046bd3a7a3e1f2b140a8a82404043aa0e7f6f60f57d069857ae
 WHIRLPOOL 
d467ae27729a2777fd04578ae62327d71cf34404f9e70c717b07ef385c6d7f830546e3a07b34e9a8ca70cfd0cbdecedec2dd3720129e0c4d9131ad2d9ead3f32
 DIST reiserfsprogs-3.6.26.tar.xz 357276 SHA256 
7d4b2ed2d6fc40d944f288099233f350b653e0f6567e9f12e958731eebd94685 SHA512 
366f326d25fc5940ebc37b2b340607d2234296dfa42795e584cda670597e8dd859633499e6ab87ae8d53cd31b293ddbb15113944a17bfd601baa494abb02a9fa
 WHIRLPOOL 
635013a7dfc832e4d34810e4f0533978dc26d3fc8794a7c2f04c2f0afceb0233244876ef6c39e132f1e42a23c473fb2bb42c3b82c26e15212af27ecc15ab6138
+DIST reiserfsprogs-3.6.27.tar.xz 449176 SHA256 
0e95b67fa7746a3c2d59145e9b9c2feb4a6be52853e83b497b182eae508e62e3 SHA512 
bc524aa1ad7f8502238761fd185bfb8473048947bd579e2803c73371928c6b245e0d90bd9d458f4bebcbf163892dbc9f4bae65aec68ebbaa436be7451c13f50c
 WHIRLPOOL 
56987d2dfbc31068c2670f792ef0dc0bea6d5539773bd079ae7a67c4641d62ad2decd6e9ddbd4d69a23eb8401e1babcf62fe503313d27cd0b6dc3c37354e9653

diff --git a/sys-fs/reiserfsprogs/reiserfsprogs-3.6.27.ebuild 
b/sys-fs/reiserfsprogs/reiserfsprogs-3.6.27.ebuild
new file mode 100644
index 000..218e8b2202e
--- /dev/null
+++ b/sys-fs/reiserfsprogs/reiserfsprogs-3.6.27.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic
+
+DESCRIPTION="Reiserfs Utilities"
+HOMEPAGE="https://www.kernel.org/pub/linux/utils/fs/reiserfs/";
+SRC_URI="mirror://kernel/linux/utils/fs/reiserfs/${P}.tar.xz
+   mirror://kernel/linux/kernel/people/jeffm/${PN}/v${PV}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="static-libs"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-3.6.25-no_acl.patch"
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-flags -std=gnu89 #427300
+   local myeconfargs=(
+   --bindir="${EPREFIX}/bin"
+   --libdir="${EPREFIX}/$(get_libdir)"
+   --sbindir="${EPREFIX}/sbin"
+   $(use_enable static-libs static)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   dodir /usr/$(get_libdir)
+   mv "${D}"/$(get_libdir)/pkgconfig "${D}"/usr/$(get_libdir) || die
+
+   if use static-libs ; then
+   mv "${D}"/$(get_libdir)/*a "${D}"/usr/$(get_libdir) || die
+   gen_usr_ldscript libreiserfscore.so
+   else
+   find "${D}" -type f \( -name "*.a" -o -name "*.la" \) -delete
+   fi
+}



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

2017-07-26 Thread Lars Wendler
commit: e0ba91969e74e14dab1c3aa88262b801a3c252d8
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul 26 08:01:51 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul 26 09:50:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0ba9196

x11-wm/icewm: Bump to version 1.4.0

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-wm/icewm/Manifest   |   1 +
 x11-wm/icewm/icewm-1.4.0.ebuild | 117 
 2 files changed, 118 insertions(+)

diff --git a/x11-wm/icewm/Manifest b/x11-wm/icewm/Manifest
index 8e8e8007fb8..6d3bdfe433a 100644
--- a/x11-wm/icewm/Manifest
+++ b/x11-wm/icewm/Manifest
@@ -1,2 +1,3 @@
 DIST icewm-1.3.12.tar.gz 944617 SHA256 
e7e0fe0fb07e297fa40f0c9d149c0cf6da19e13b98178fc779dca9ed81b3b232 SHA512 
b2704ab69a1910cab6711ca11b79fa32f66747fe04468eff86813812fa855423ed43144ab0290e245221520a919755c0e153b60ff238ace60f9546af595063ee
 WHIRLPOOL 
bc7ec26e2a9de14e2b67da60de741205e2716233074a77465ce490e291d9a19deee61fa896ac31c1489d181b5929a325c1df7b30a0e3c428b0b6bf6bcd8fdccf
 DIST icewm-1.3.8.tar.gz 905680 SHA256 
17588d9e023587bc04c83da9dd94fd4da6894ecfee6d7f3ed50d780dcd18 SHA512 
ce9bf3e736a2f3fad4bbf731647b4e4ad0168cd2c4af66b1c43beef9c39d14909714d2fc73ab13f6c285a74dfe31fffc9677ae8bd2d1077716cd6d6afb72
 WHIRLPOOL 
5bb0f6fa830ea10978bb8fd31805596c849a370d619626736e1218e844de72e142ed1aaa87b2f2aeb40603fcf2cfaa88ffae242c726ae1151045c6a792d5cf6c
+DIST icewm-1.4.0.tar.gz 1732329 SHA256 
2b9b9781d10e6691d1a233c6f5c8f629ae4873457dad49aa1879f5338486a81f SHA512 
ee0a80912bce5c94121f8c9b4e2f914e6a47dc810fe83528544f8644d9e5c4c61573c5a604d22af737be653fcfa1c64c10e0be0e663ce02cf982ba19dae7396e
 WHIRLPOOL 
834b2f0525e992c43b115a5bd07d5cf7fab8a49a8969cc2eb69767a0f3d1ec754efe92e4b9ba77925316d6451c13d20019c02d9c6475bc67ffa9d0802d86a175

diff --git a/x11-wm/icewm/icewm-1.4.0.ebuild b/x11-wm/icewm/icewm-1.4.0.ebuild
new file mode 100644
index 000..6ccb181652d
--- /dev/null
+++ b/x11-wm/icewm/icewm-1.4.0.ebuild
@@ -0,0 +1,117 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools eutils
+
+DESCRIPTION="Ice Window Manager with Themes"
+HOMEPAGE="http://www.icewm.org/ https://github.com/bbidulock/icewm";
+LICENSE="GPL-2"
+SRC_URI="https://github.com/bbidulock/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="bidi debug doc minimal nls truetype uclibc xinerama"
+
+# Tests broken in all versions, patches welcome, bug #323907, #389533
+RESTRICT="test"
+
+#fix for icewm preversion package names
+S="${WORKDIR}/${P/_}"
+
+RDEPEND="
+   media-libs/fontconfig
+   x11-libs/gdk-pixbuf:2[X]
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXft
+   x11-libs/libXpm
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   bidi? ( dev-libs/fribidi )
+   xinerama? ( x11-libs/libXinerama )
+"
+DEPEND="
+   ${RDEPEND}
+   >=sys-apps/sed-4
+   x11-proto/xextproto
+   x11-proto/xproto
+   doc? ( app-text/linuxdoc-tools )
+   nls? ( >=sys-devel/gettext-0.19.6 )
+   truetype? ( >=media-libs/freetype-2.0.9 )
+   xinerama? ( x11-proto/xineramaproto )
+"
+
+pkg_setup() {
+   if use truetype && use minimal ; then
+   ewarn "You have both 'truetype' and 'minimal' use flags 
enabled."
+   ewarn "If you really want a minimal install, you will have to 
turn off"
+   ewarn "the truetype flag for this package."
+   fi
+}
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.3.10-menu.patch
+)
+
+src_prepare() {
+   # Fix bug #486710
+   use uclibc && PATCHES+=( "${FILESDIR}/${PN}-1.3.8-uclibc.patch" )
+
+   default
+
+   if ! use doc ; then
+   sed '/^SUBDIRS =/s@ doc@@' -i Makefile.am || die
+   fi
+
+   eautoreconf
+}
+
+src_configure() {
+   local myconf=(
+   --disable-menus-gnome2
+   --with-libdir=/usr/share/icewm
+   --with-cfgdir=/etc/icewm
+   --with-docdir=/usr/share/doc/${PF}/html
+   $(use_enable bidi fribidi)
+   $(use_enable debug)
+   $(use_enable nls i18n)
+   $(use_enable nls)
+   $(use_enable xinerama)
+   )
+   if use truetype ; then
+   myconf+=(
+   --enable-gradients
+   --enable-shape
+   --enable-shaped-decorations
+   )
+   else
+   myconf+=(
+   --disable-xfreetype
+   --enable-corefonts
+   $(use_enable minimal lite)
+   )
+   fi
+
+   CXXFLAGS="${CXXFLAGS}" econf "${myconf[@]}"
+
+   sed -i "s:/icewm-\$(VERSION)::" src/Makefile || die
+   sed -i "s:ungif:gif:" src/Makefile || die "libungif fix failed"
+}
+

[gentoo-commits] repo/gentoo:master commit in: games-rpg/manaplus/

2017-07-26 Thread Lars Wendler
commit: 66ccb27e363fbd2845d1ee455dd6929993beae48
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul 26 09:28:06 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul 26 09:51:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ccb27e

games-rpg/manaplus: Bump to version 1.7.7.22

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 games-rpg/manaplus/Manifest |  1 +
 games-rpg/manaplus/manaplus-1.7.7.22.ebuild | 99 +
 2 files changed, 100 insertions(+)

diff --git a/games-rpg/manaplus/Manifest b/games-rpg/manaplus/Manifest
index c8d0e4c4bd4..68626399392 100644
--- a/games-rpg/manaplus/Manifest
+++ b/games-rpg/manaplus/Manifest
@@ -1,2 +1,3 @@
 DIST manaplus-1.7.6.24.tar.xz 14864072 SHA256 
d5504420d2a1eb0de0459ff738257636a321fcd871dceb21ca086a2a735a0c07 SHA512 
71e030854abbaa19ad6a460598d4506e9fad8ff0cfe8c26926415ebd4a203b438dc3a578cb583225fa4c36b66cf0a5d580e0dd6dfe62aedee783d4aba683b8d0
 WHIRLPOOL 
791df12e1846306b1ed6a619671d91ade40a82057a8d3c394aea59e85eca539a95f988c548a308474c9eecfce23079d536fb7a49d34c6ecdffac59022f100cbf
+DIST manaplus-1.7.7.22.tar.xz 14894836 SHA256 
b059067e7afba041b21a5cb266ed0ab9587da17b327c46952691408f5515 SHA512 
6dff569421123e1a3f7fb215f80da3ae20958510bc7ae6a252b85e1afe229e7e1398522ec1ddc9c3ddbde26dcd8ccbbe632b1307ff1527927cd1dc0bcad82f67
 WHIRLPOOL 
890a8875d3bd8294cc87409b03efad12dd104dee8b5b1eac9d200ceb4c4c7ae6d9ebf6901fea7a57e69b1415d165524001841cc09521ccb4f1976e548169a3b1
 DIST manaplus-1.7.7.8.tar.xz 14860880 SHA256 
4c9473c5423076e9b7010e78dbb85d2c0aa63edcf7577fe4048adba6b6adbea5 SHA512 
9316297d5d766997913a465197da336516a8c1dbb30e193a1dca6ad083aa990788a147481a09cb6bcc044fdce575222c21797cef47107123141296c354639128
 WHIRLPOOL 
2d550f29e7d42549c095a1bf0db398d903e59e4f054d5751fd19259fa73615567a58ff1412aa97757efde18aad64fadf0220b8ad9f8e8ca44a5cdea1f564b875

diff --git a/games-rpg/manaplus/manaplus-1.7.7.22.ebuild 
b/games-rpg/manaplus/manaplus-1.7.7.22.ebuild
new file mode 100644
index 000..2d5897b5d6f
--- /dev/null
+++ b/games-rpg/manaplus/manaplus-1.7.7.22.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+[[ ${PV} ==  ]] && inherit autotools git-r3
+
+DESCRIPTION="OpenSource 2D MMORPG client for Evol Online and The Mana World"
+HOMEPAGE="http://manaplus.evolonline.org";
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="https://github.com/ManaPlus/ManaPlus.git";
+else
+   
SRC_URI="http://download.evolonline.org/manaplus/download/${PV}/${P}.tar.xz";
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="mumble nls opengl pugixml +sdl2 test"
+
+RDEPEND="
+   >=dev-games/physfs-1.0.0
+   media-fonts/dejavu
+   media-fonts/liberation-fonts
+   media-fonts/mplus-outline-fonts
+   media-fonts/wqy-microhei
+   media-libs/libpng:0=
+   net-misc/curl
+   sys-libs/zlib
+   x11-apps/xmessage
+   x11-libs/libX11
+   x11-misc/xdg-utils
+   mumble? ( media-sound/mumble )
+   nls? ( virtual/libintl )
+   opengl? ( virtual/opengl )
+   pugixml? ( dev-libs/pugixml )
+   !pugixml? ( dev-libs/libxml2 )
+   sdl2? (
+   media-libs/libsdl2[X,opengl?,video]
+   media-libs/sdl2-gfx
+   media-libs/sdl2-image[png]
+   media-libs/sdl2-mixer[vorbis]
+   media-libs/sdl2-net
+   media-libs/sdl2-ttf
+   )
+   !sdl2? (
+   media-libs/libsdl[X,opengl?,video]
+   media-libs/sdl-gfx
+   media-libs/sdl-image[png]
+   media-libs/sdl-mixer[vorbis]
+   media-libs/sdl-net
+   media-libs/sdl-ttf
+   )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+src_prepare() {
+   default
+   if [[ ${PV} ==  ]] ; then
+   eautoreconf
+   fi
+}
+
+src_configure() {
+   local myeconfargs=(
+   --localedir=/usr/share/locale
+   --without-internalsdlgfx
+   $(use_with mumble)
+   $(use_enable nls)
+   $(use_with opengl)
+   --enable-libxml=$(usex pugixml pugixml libxml)
+   $(use_with sdl2)
+   $(use_enable test unittests)
+   )
+   CONFIG_SHELL=/bin/bash econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   local destpath="/usr/share/${PN}"
+   dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf 
"${destpath}"/data/fonts/dejavusans-bold.ttf
+   dosym /usr/share/fonts/dejavu/DejaVuSans.ttf 
"${destpath}"/data/fonts/dejavusans.ttf
+   dosym /usr/share/fonts/dejavu/DejaVuSansMono-Bold.ttf 
"${destpath}"/data/fonts/dejavusansmono-bold.ttf
+   dosym /usr/share/fonts/dejavu/DejaVuSansMono.ttf 
"${destpath}"/data/fonts/dejavusansmono.ttf
+   dosym /usr/share/fonts/dejavu/DejaVuSeri

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

2017-07-26 Thread Lars Wendler
commit: aba527ea62db2c38e98241356d64a5ab4c610cb4
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul 26 09:41:33 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul 26 09:51:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba527ea

dev-util/colm: Removed old.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-util/colm/Manifest |  2 --
 dev-util/colm/colm-0.12.0.ebuild   | 16 
 dev-util/colm/colm-0.13.0.3.ebuild | 16 
 3 files changed, 34 deletions(-)

diff --git a/dev-util/colm/Manifest b/dev-util/colm/Manifest
index df841374d6e..7f7e8a92531 100644
--- a/dev-util/colm/Manifest
+++ b/dev-util/colm/Manifest
@@ -1,4 +1,2 @@
-DIST colm-0.12.0.tar.gz 983143 SHA256 
7b545d74bd139f5c622975d243c575310af1e4985059a1427b6fdbb1fb8d6e4d SHA512 
febdd750f728acc608e405f875fbc09880ddfb6cf593c05b129c4253f235e535cee2ebf89c45fabcf911dd9b77b204f8c6e463b6e307b0d062b7ecf864f47398
 WHIRLPOOL 
083d66607a898d5df42ee742d85dd83d893487a8f9c8aee5bef75e07d2f53c3371e683bf4947249bfcbc803a3bc643cc9d87532e36d5e656b12db9059d7335f6
-DIST colm-0.13.0.3.tar.gz 709283 SHA256 
427e52a366b53d5192ac8e7a5fc597c470b3f25dcc6e18677199f535ad764d35 SHA512 
169c8b526573900e7fdcfdfa6ac292970c0584805bf345e57d7bc4d6fe3f7b93eedd7029a471703abf378c63bec76dee3b982efde229fd04553ace9253fd3106
 WHIRLPOOL 
e94798bfacc5cb6ef2198faedda22d1d958045ffb32e42d9b3a208a09bbb91d0fbe2a8f2a38f44b9f07d7a8837d0a2b3087d198435b52c4bda13f7ce51e77ac0
 DIST colm-0.13.0.4.tar.gz 707983 SHA256 
fdb3d0fb6ce19f24ca6d701a61b81cd610e3d3b04951dc9f27317581f859ac13 SHA512 
4684a315f3fef7cd6ff0982e357b59b110c02dfc2ce00a207d5d16dd9475f41790f3cfec9ddb5347d20da879cb0beebc03d3c56c325ce2ef22438555fcf60402
 WHIRLPOOL 
636516df49eb5af110f5ac88a3e46f8f7a3d01a04220c7744eadcffe6bc993788c44b46f50ddef43aafbd5b9d31242077ad7a5413681b05398f0392c3b404f1b
 DIST colm-0.13.0.5.tar.gz 736026 SHA256 
33e624677176958eaad76ebe6c391a68a0b4728fec8cc039efa1316f525f408c SHA512 
c5a1228260327d65c2cb5821fbc583608e2a308927b04cb0e7dbc84bced60d0d62892b4e30aa2228fee0d08f6828dc58d88788340433bc5bba9d503977883fc9
 WHIRLPOOL 
37e98170a6bfe80d6e90a24cba84397e8a06eb89894461f3576e92b16bfd1d7ed885d0df7231424a590b41116a18c874edef5e4fb868af825986ee5aacc0cf4a

diff --git a/dev-util/colm/colm-0.12.0.ebuild b/dev-util/colm/colm-0.12.0.ebuild
deleted file mode 100644
index 8f41d2cc7f5..000
--- a/dev-util/colm/colm-0.12.0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="COmputer Language Manipulation"
-HOMEPAGE="http://www.complang.org/colm/";
-SRC_URI="http://www.complang.org/${PN}/${P}.tar.gz";
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"

diff --git a/dev-util/colm/colm-0.13.0.3.ebuild 
b/dev-util/colm/colm-0.13.0.3.ebuild
deleted file mode 100644
index 09e5b6d203e..000
--- a/dev-util/colm/colm-0.13.0.3.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="COmputer Language Manipulation"
-HOMEPAGE="http://www.complang.org/colm/";
-SRC_URI="http://www.colm.net/files/${PN}/${P}.tar.gz";
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"



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

2017-07-26 Thread Lars Wendler
commit: 54a80db880386979e95afd3a8be62c816f6a4cad
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul 26 09:49:51 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul 26 09:51:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54a80db8

media-gfx/icoutils: Bump to version 0.31.3

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 media-gfx/icoutils/Manifest   |  1 +
 media-gfx/icoutils/icoutils-0.31.3.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/media-gfx/icoutils/Manifest b/media-gfx/icoutils/Manifest
index 9a6a2849dd3..7cee54aabe6 100644
--- a/media-gfx/icoutils/Manifest
+++ b/media-gfx/icoutils/Manifest
@@ -1,2 +1,3 @@
 DIST icoutils-0.31.0.tar.bz2 559836 SHA256 
a895d9d74a418d65d39a667e58ae38be79c9e726711384551d36531696f3af71 SHA512 
f6ee954784abd9f6cf1f6a2424b89e917de2e3950a5411c6790f1a7a34522e067308677ab00bd34781d179fde1192ec91dcd400207edb09bdb20d503507b5cca
 WHIRLPOOL 
92a3905315973ed016bb2000881d5c39f7306c792feaed302bf183d62056217a9aa76e90dc25a44ffb43434053f3c5ced90e100bd59c284a26fa14b7ffbe0b4a
 DIST icoutils-0.31.1.tar.bz2 573484 SHA256 
26e29d3c78f25d4cdf402501ac0414c51a9a092daebf6c9dee3b837dee693093 SHA512 
47fe41429cee73b6aff90e2b385b621314700dedfe09989318e439b19a484d806a9428652008be2db70598ba1337e860fba30b6d8104525f9e0bcbb4dc61dc56
 WHIRLPOOL 
893fbbf7f4dd1ebb06c14d22baf0ac1c126941688ac451b4976e1d0d505056714361f8ab99e2c8f080e20b0d1a8670e375cc2f663ab2bb8861e0af1152fb7504
+DIST icoutils-0.31.3.tar.bz2 593403 SHA256 
d4651de8e3f9e28d24b5343a2b7564f49754e5fe7d211c5d4dd60dcd65c8a152 SHA512 
3c25dfff0d947ad4688e57871888b7d03ecc1d5aaf2dd957bbfd5d034cbde03238a03446a719b637d2f0c309af424359435d98bddfbdf1ea9d4c08bb23f154d8
 WHIRLPOOL 
4c0d34484d956f8817b25ed87e36d868ad35ec74d49ad02b4503c3029ab0253b8bbf38b5687f965fe609b4e6d42a1be1da8debe2f8ec5e168136fe7833e341ab

diff --git a/media-gfx/icoutils/icoutils-0.31.3.ebuild 
b/media-gfx/icoutils/icoutils-0.31.3.ebuild
new file mode 100644
index 000..4241e878763
--- /dev/null
+++ b/media-gfx/icoutils/icoutils-0.31.3.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools flag-o-matic
+
+DESCRIPTION="A set of programs for extracting and converting images in icon 
and cursor files (.ico, .cur)"
+HOMEPAGE="http://www.nongnu.org/icoutils/";
+SRC_URI="mirror://nongnu/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="nls"
+
+RDEPEND="
+   >=dev-lang/perl-5.6
+   >=dev-perl/libwww-perl-5.64
+   media-libs/libpng:0
+   sys-libs/zlib
+   nls? ( virtual/libintl )
+"
+DEPEND="
+   ${RDEPEND}
+   nls? ( sys-devel/gettext )
+"
+
+DOCS=( AUTHORS ChangeLog NEWS README TODO )
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.29.1-{locale,gettext}.patch
+)
+
+src_prepare() {
+   default
+   rm m4/po.m4* || die
+   cp /usr/share/aclocal/po.m4 m4/
+   AT_M4DIR=m4 eautoreconf
+}
+
+src_configure() {
+   [[ ${CHOST} != *-linux-gnu* ]] && use nls && append-libs -lintl
+   econf $(use_enable nls)
+}
+
+src_install() {
+   emake DESTDIR="${D}" mkinstalldirs="mkdir -p" install
+   einstalldocs
+}



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

2017-07-26 Thread Pacho Ramos
commit: d21dc592452e65abee9233c9afc0177a79295533
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 26 10:06:57 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 26 10:07:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21dc592

Mask for removal some packages

 profiles/package.mask | 63 +--
 1 file changed, 56 insertions(+), 7 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index f32968812e4..cb0b70c1f8d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,62 @@
 
 #--- END OF EXAMPLES ---
 
+# Pacho Ramos  (26 Jul 2017)
+# Severely broken with lots of unresolved bugs, outdated, needs a dedicated
+# maintainer (#402157). Removal in a month.
+dev-lang/gnat-gcc
+virtual/gnat
+
+# Pacho Ramos  (26 Jul 2017)
+# Upstream dead, cannot be bumped, buggy (#468128). Removal in a month.
+x11-apps/spotlighter
+
+# Pacho Ramos  (26 Jul 2017)
+# Fails to build (#542108), relies on dead DirectFB. Removal in a month.
+dev-libs/DFB++
+
+# Pacho Ramos  (26 Jul 2017)
+# Upstream dead, vulnerable (#569980), removal in a month.
+dev-scheme/stalin
+
+# Pacho Ramos  (26 Jul 2017)
+# Orphan, severely outdated and vulnerable to security issues (#585940).
+# Removal in a month.
+sys-apps/pacman
+
+# Pacho Ramos  (26 Jul 2017)
+# One of the last consumers of old udisks:0, upstream dead for ages
+# (#601358). Removal in a month.
+x11-misc/tinymount
+
+# Pacho Ramos  (26 Jul 2017)
+# EOL, severely broken, impossible to bump (#624966). Removal in a month.
+sci-geosciences/googleearth
+
+# Pacho Ramos  (26 Jul 2017)
+# Dead for ages, not usable at present time (#625596). Removal in a month.
+app-mobilephone/linuxsms
+
+# Pacho Ramos  (26 Jul 2017)
+# Upstream dead, last consumer of obsolete cegui version (#625604). Removal
+# in a month.
+games-arcade/smc
+
+# Pacho Ramos  (26 Jul 2017)
+# Dead for a long time, relies on also dead DirectFB lib (#625608). Removal
+# in a month.
+media-gfx/DFBPoint
+
+# Pacho Ramos  (26 Jul 2017)
+# Upstream dead, relies on also dead DirectFB lib (#625610). Removal in a
+# month.
+media-video/dfbsee
+
+# Pacho Ramos  (26 Jul 2017)
+# Upstream dead, relies on also dead DirectFB lib (#625612). Removal in a
+# month.
+net-misc/directvnc
+
 # Bernard Cafarelli  (25 Jul 2017)
 # Dropped from upstream tarball for years, removal in a month (#626106)
 gnustep-apps/clipbook
@@ -863,13 +919,6 @@ x11-libs/gtk+:1
 # Masked for testing
 =sys-fs/fuse-3.0.0*
 
-# Marc Schiffbauer  (14 Jul 2017)
-# Breaks often because upstream always releases new version
-# under the same filename so checksums will break every now and then.
-# Additionally, packaging this program is a pita, so use at your
-# own risk.
-sci-geosciences/googleearth
-
 # Denis Dupeyron  (12 Sep 2016)
 # Masked for testing, see bug #588894.
 =x11-misc/light-locker-1.7.0-r1



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

2017-07-26 Thread Lars Wendler
commit: e3d68a5c35fabf20800b5b8dd6e754db8656f081
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul 26 10:31:38 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul 26 10:32:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d68a5c

dev-util/ragel: Depend on specific version of colm (bug #626244).

Unfortunately ragel's configure script checks for that exact version and
even fails if a newer installed version of colm is found.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

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

diff --git a/dev-util/ragel/ragel-7.0.0.9.ebuild 
b/dev-util/ragel/ragel-7.0.0.9.ebuild
index 54fc9ffd253..fb260ba4172 100644
--- a/dev-util/ragel/ragel-7.0.0.9.ebuild
+++ b/dev-util/ragel/ragel-7.0.0.9.ebuild
@@ -12,7 +12,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86"
 IUSE="vim-syntax"
 
-DEPEND="dev-util/colm"
+DEPEND="~dev-util/colm-0.13.0.4"
 RDEPEND="${DEPEND}"
 
 src_test() {



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

2017-07-26 Thread Fabian Groffen
commit: 85dafa1b5b0a110cce1b02af12aeb607bdbf5ca7
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jul 26 10:46:15 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jul 26 10:46:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85dafa1b

media-libs/aalib: added Prefix keywords

Package-Manager: Portage-2.3.6-prefix, Repoman-2.3.3

 media-libs/aalib/aalib-1.4_rc5-r8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/aalib/aalib-1.4_rc5-r8.ebuild 
b/media-libs/aalib/aalib-1.4_rc5-r8.ebuild
index bf281cb14df..ed1597ebd57 100644
--- a/media-libs/aalib/aalib-1.4_rc5-r8.ebuild
+++ b/media-libs/aalib/aalib-1.4_rc5-r8.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/aa-project/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris"
 IUSE="X slang gpm static-libs"
 
 RDEPEND="



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

2017-07-26 Thread Bernard Cafarelli
commit: 597664772f47cecd70a9213e2f700f0a21b42ecc
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Jul 26 11:22:49 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Jul 26 11:26:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59766477

app-text/paperwork: drop unneeded glade dependency, thanks eva in bug #626166

Add pycrypto for completeness (though only required for windows
platforms in current code)

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-text/paperwork/paperwork-1.1.2.ebuild | 2 +-
 app-text/paperwork/paperwork-1.2.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/paperwork/paperwork-1.1.2.ebuild 
b/app-text/paperwork/paperwork-1.1.2.ebuild
index 595e78e8ee8..c301f25b4f8 100644
--- a/app-text/paperwork/paperwork-1.1.2.ebuild
+++ b/app-text/paperwork/paperwork-1.1.2.ebuild
@@ -19,11 +19,11 @@ RDEPEND="~app-text/paperwork-backend-${PV}[${PYTHON_USEDEP}]
dev-python/libpillowfight[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pycrypto[${PYTHON_USEDEP}]
dev-python/pyenchant[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
dev-python/pyinsane:2[${PYTHON_USEDEP}]
>=dev-python/pyocr-0.3.0[${PYTHON_USEDEP}]
dev-python/simplebayes[${PYTHON_USEDEP}]
-   dev-util/glade[introspection,python]
x11-libs/gtk+:3[introspection]"
 DEPEND="${RDEPEND}"

diff --git a/app-text/paperwork/paperwork-1.2.ebuild 
b/app-text/paperwork/paperwork-1.2.ebuild
index 777e4391c98..1ce4f4dfe5d 100644
--- a/app-text/paperwork/paperwork-1.2.ebuild
+++ b/app-text/paperwork/paperwork-1.2.ebuild
@@ -19,11 +19,11 @@ RDEPEND="~app-text/paperwork-backend-${PV}[${PYTHON_USEDEP}]
dev-python/libpillowfight[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pycrypto[${PYTHON_USEDEP}]
dev-python/pyenchant[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
dev-python/pyinsane:2[${PYTHON_USEDEP}]
>=dev-python/pyocr-0.3.0[${PYTHON_USEDEP}]
dev-python/simplebayes[${PYTHON_USEDEP}]
-   dev-util/glade[introspection,python]
x11-libs/gtk+:3[introspection]"
 DEPEND="${RDEPEND}"



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

2017-07-26 Thread Bernard Cafarelli
commit: bf9d92d5fca2613e10a96e1004a8fbcbd7c253e1
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Jul 26 11:31:24 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Jul 26 11:31:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf9d92d5

net-misc/nextcloud-client: require USE=ssl on qtnetwork

Thanks toralf in bug #625684

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-misc/nextcloud-client/nextcloud-client-2.3.1-r2.ebuild | 2 +-
 net-misc/nextcloud-client/nextcloud-client-2.3.2.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/nextcloud-client/nextcloud-client-2.3.1-r2.ebuild 
b/net-misc/nextcloud-client/nextcloud-client-2.3.1-r2.ebuild
index d9fccadedd1..27ba48e9612 100644
--- a/net-misc/nextcloud-client/nextcloud-client-2.3.1-r2.ebuild
+++ b/net-misc/nextcloud-client/nextcloud-client-2.3.1-r2.ebuild
@@ -21,7 +21,7 @@ COMMON_DEPEND=">=dev-db/sqlite-3.4:3
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
+   dev-qt/qtnetwork:5[ssl]
dev-qt/qtsql:5
dev-qt/qtwidgets:5
sys-fs/inotify-tools

diff --git a/net-misc/nextcloud-client/nextcloud-client-2.3.2.ebuild 
b/net-misc/nextcloud-client/nextcloud-client-2.3.2.ebuild
index d9fccadedd1..27ba48e9612 100644
--- a/net-misc/nextcloud-client/nextcloud-client-2.3.2.ebuild
+++ b/net-misc/nextcloud-client/nextcloud-client-2.3.2.ebuild
@@ -21,7 +21,7 @@ COMMON_DEPEND=">=dev-db/sqlite-3.4:3
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
+   dev-qt/qtnetwork:5[ssl]
dev-qt/qtsql:5
dev-qt/qtwidgets:5
sys-fs/inotify-tools



[gentoo-commits] repo/gentoo:master commit in: media-libs/faad2/, media-libs/faad2/files/

2017-07-26 Thread Lars Wendler
commit: 662c67880e6d6713d812b4ff37ca7c35e83dc765
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul 26 11:31:02 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul 26 11:31:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=662c6788

media-libs/faad2: Revbump adding a dummy version macro.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 .../faad2/{faad2-2.8.1.ebuild => faad2-2.8.1-r1.ebuild} |  1 +
 .../faad2/files/faad2-2.8.1-dummy_version_macro.patch   | 13 +
 2 files changed, 14 insertions(+)

diff --git a/media-libs/faad2/faad2-2.8.1.ebuild 
b/media-libs/faad2/faad2-2.8.1-r1.ebuild
similarity index 96%
rename from media-libs/faad2/faad2-2.8.1.ebuild
rename to media-libs/faad2/faad2-2.8.1-r1.ebuild
index 5dd4c399bde..559e72c939a 100644
--- a/media-libs/faad2/faad2-2.8.1.ebuild
+++ b/media-libs/faad2/faad2-2.8.1-r1.ebuild
@@ -18,6 +18,7 @@ DEPEND=""
 
 PATCHES=(
"${FILESDIR}"/${PN}-2.8.1-libmp4ff-shared-lib.patch
+   "${FILESDIR}"/${P}-dummy_version_macro.patch
 )
 
 src_prepare() {

diff --git a/media-libs/faad2/files/faad2-2.8.1-dummy_version_macro.patch 
b/media-libs/faad2/files/faad2-2.8.1-dummy_version_macro.patch
new file mode 100644
index 000..8a7608b1899
--- /dev/null
+++ b/media-libs/faad2/files/faad2-2.8.1-dummy_version_macro.patch
@@ -0,0 +1,13 @@
+https://sourceforge.net/p/faac/faad2/ci/f58984cbceb6dd62589069f9b7e8ae5425c3438c/
+
+--- faad2-2.8.1/include/neaacdec.h
 faad2-2.8.1/include/neaacdec.h
+@@ -73,7 +73,7 @@
+   #endif
+ #endif
+ 
+-#define FAAD2_VERSION PACKAGE_VERSION
++#define FAAD2_VERSION "unknown"
+ 
+ /* object types for AAC */
+ #define MAIN   1



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-bluez/

2017-07-26 Thread Pacho Ramos
commit: 276a60181567c2b08d20742c1cbaca21e26350f5
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 26 10:42:31 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 26 11:34:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=276a6018

x11-plugins/gkrellm-bluez: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../gkrellm-bluez/gkrellm-bluez-0.2-r1.ebuild  | 33 --
 1 file changed, 33 deletions(-)

diff --git a/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r1.ebuild 
b/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r1.ebuild
deleted file mode 100644
index 8936ff0d86d..000
--- a/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit gkrellm-plugin
-
-DESCRIPTION="GKrellm plugin for monitoring bluetooth (Linux BlueZ) adapters"
-SRC_URI="mirror://sourceforge/gkrellm-bluez/${P}.tar.gz"
-HOMEPAGE="http://gkrellm-bluez.sourceforge.net";
-
-RDEPEND="net-wireless/bluez"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE=""
-SLOT="0"
-
-PLUGIN_SO="src/.libs/gkrellmbluez.so"
-PLUGIN_DOCS="THEMING NEWS"
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-
-   # Be a bit more future proof, bug #260948
-   sed "s/-Werror//" -i src/Makefile.am src/Makefile.in || die "sed failed"
-
-   epatch "${FILESDIR}"/${P}-notheme.patch || die "Patch failed"
-}
-
-src_compile() {
-   econf --disable-static || die "Config failed"
-   emake || die "Make failed"
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-vaiobright/

2017-07-26 Thread Pacho Ramos
commit: 5e17afffe77bb0f4bb2adcb65d7c6ceacb347b22
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 26 10:52:15 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 26 11:34:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e17afff

x11-plugins/gkrellm-vaiobright: Fix dependency on gkrellm[X], it also works on 
amd64

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --force

 5-r1.ebuild => gkrellm-vaiobright-2.5-r2.ebuild} | 20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r1.ebuild 
b/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r2.ebuild
similarity index 66%
rename from x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r1.ebuild
rename to x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r2.ebuild
index da06619e85c..4f67780e012 100644
--- a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r1.ebuild
+++ b/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r2.ebuild
@@ -1,25 +1,25 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+EAPI=6
 inherit gkrellm-plugin
 
-IUSE=""
-
 MY_P=${P/gkrellm-/}
 S=${WORKDIR}/${MY_P}
 DESCRIPTION="Superslim VAIO LCD Brightness Control Plugin for Gkrellm"
 SRC_URI="http://nerv-un.net/~dragorn/code/${MY_P}.tar.gz";
 HOMEPAGE="http://nerv-un.net/~dragorn/";
+IUSE=""
 
 SLOT="2"
 LICENSE="GPL-2"
-KEYWORDS="-* x86"
+KEYWORDS="~amd64 x86"
+
+RDEPEND="app-admin/gkrellm[X]"
 
 PLUGIN_SO=vaiobright.so
 
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   epatch "${FILESDIR}"/${P}-textrel.patch \
-   "${FILESDIR}"/${P}-fixinfo.patch
-}
+PATCHES=(
+   "${FILESDIR}"/${P}-textrel.patch
+   "${FILESDIR}"/${P}-fixinfo.patch
+)



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-cpupower/

2017-07-26 Thread Pacho Ramos
commit: eba8d6b751fc3be8e147bad98b17085213ee0dbe
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 26 10:44:24 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 26 11:34:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba8d6b7

x11-plugins/gkrellm-cpupower: Fix dependency on gkrellm[X]

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../gkrellm-cpupower-0.2-r1.ebuild | 40 ++
 1 file changed, 40 insertions(+)

diff --git a/x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.2-r1.ebuild 
b/x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.2-r1.ebuild
new file mode 100644
index 000..f8679d71309
--- /dev/null
+++ b/x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.2-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gkrellm-plugin
+
+MY_P="${P/gkrellm/gkrellm2}"
+
+DESCRIPTION="A Gkrellm2 plugin for displaying and manipulating CPU frequency"
+HOMEPAGE="https://github.com/sainsaar/gkrellm2-cpupower/";
+SRC_URI="https://github.com/sainsaar/gkrellm2-cpupower/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/${MY_P}"
+
+RDEPEND="
+   app-admin/gkrellm[X]
+   app-admin/sudo
+   sys-power/cpupower
+"
+
+PLUGIN_SO="cpupower.so"
+
+src_install() {
+   gkrellm-plugin_src_install
+   emake DESTDIR="${D}" install-sudo
+}
+
+pkg_postinst() {
+   echo
+   einfo "For changing the governor and CPU frequencies as a user, create 
the \"trusted\""
+   einfo "group, and add those users to that group who should be allowed 
to perform"
+   einfo "these changes."
+   echo
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-cpupower/

2017-07-26 Thread Pacho Ramos
commit: d1efd95f8046ad4c431f727f074323cbae34
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 26 10:44:37 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 26 11:34:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1efd95f

x11-plugins/gkrellm-cpupower: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-plugins/gkrellm-cpupower/Manifest  |  1 -
 .../gkrellm-cpupower-0.1.6-r1.ebuild   | 40 --
 .../gkrellm-cpupower/gkrellm-cpupower-0.2.ebuild   | 39 -
 3 files changed, 80 deletions(-)

diff --git a/x11-plugins/gkrellm-cpupower/Manifest 
b/x11-plugins/gkrellm-cpupower/Manifest
index 846b7cdba2d..fba0873b5bf 100644
--- a/x11-plugins/gkrellm-cpupower/Manifest
+++ b/x11-plugins/gkrellm-cpupower/Manifest
@@ -1,2 +1 @@
-DIST gkrellm2-cpupower-0.1.6.tar.gz 14390 SHA256 
85a6c24976f9e0bac69fae0d161a00545078623765d76128cce587d67452305f SHA512 
eb55a30614f5e4ae9514516749f34dbf6bd409148e967f2933d49f3d2bb6938535900101ed27dff132edd79b7cfa2f7244bb6f87e09b555e7536c8f74d020b01
 WHIRLPOOL 
afb764799d1d926afb3cadd0e928a2da06d7c7728dd0cfe73ea0843bec5d4312ea076abaf7dad83ba6487f33680956ecc4eaeb9e806b6f4f5aa407fb469c0f81
 DIST gkrellm2-cpupower-0.2.tar.gz 14274 SHA256 
d6c632c079c5782564431f78dfc21d81f74ee46d19c43c0ae38be5a279305a0d SHA512 
80cf86548c8329af41462cb5cdd0de67cfab05d8d9a7c3315fcc662e0b5e511ffc1f46d2eb3ccf13b9f1607c35860921658eb74970c241a4c56b74e32e4f779e
 WHIRLPOOL 
f9af36768b491e1e3ab0cded1e9bae64a93f39d1be7770ec65b0351a0b95988e54f51add849a6ea222a574863926d7d46ff2a3aee8f82f8f0cc12240c44e79b9

diff --git a/x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.1.6-r1.ebuild 
b/x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.1.6-r1.ebuild
deleted file mode 100644
index 15e85c0ed13..000
--- a/x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.1.6-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gkrellm-plugin
-
-MY_P=${P/gkrellm/gkrellm2}
-
-DESCRIPTION="A Gkrellm2 plugin for displaying and manipulating CPU frequency"
-HOMEPAGE="https://github.com/sainsaar/gkrellm2-cpupower/";
-SRC_URI="https://github.com/sainsaar/gkrellm2-cpupower/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"
-
-# Collision with /usr/sbin/cpufreqnextgovernor
-RDEPEND="app-admin/sudo
-   sys-power/cpupower
-   !x11-plugins/gkrellm-cpufreq"
-
-PLUGIN_SO="cpupower.so"
-
-src_install() {
-   gkrellm-plugin_src_install
-   dosbin cpufreqnextgovernor
-   emake DESTDIR="${D}" install-sudo
-}
-
-pkg_postinst() {
-   echo
-   einfo "For changing the governor and CPU frequencies as a user, create 
the \"trusted\""
-   einfo "group, and add those users to that group who should be allowed 
to perform"
-   einfo "these changes."
-   echo
-}

diff --git a/x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.2.ebuild 
b/x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.2.ebuild
deleted file mode 100644
index 8aa8fda8a8a..000
--- a/x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gkrellm-plugin
-
-MY_P="${P/gkrellm/gkrellm2}"
-
-DESCRIPTION="A Gkrellm2 plugin for displaying and manipulating CPU frequency"
-HOMEPAGE="https://github.com/sainsaar/gkrellm2-cpupower/";
-SRC_URI="https://github.com/sainsaar/gkrellm2-cpupower/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"
-
-RDEPEND="
-   app-admin/sudo
-   sys-power/cpupower
-"
-
-PLUGIN_SO="cpupower.so"
-
-src_install() {
-   gkrellm-plugin_src_install
-   emake DESTDIR="${D}" install-sudo
-}
-
-pkg_postinst() {
-   echo
-   einfo "For changing the governor and CPU frequencies as a user, create 
the \"trusted\""
-   einfo "group, and add those users to that group who should be allowed 
to perform"
-   einfo "these changes."
-   echo
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmss/

2017-07-26 Thread Pacho Ramos
commit: 2e40596e981b3dd79efd8e04f3811c0915c56602
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 26 10:58:08 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 26 11:34:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e40596e

x11-plugins/gkrellmss: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild | 29 ---
 x11-plugins/gkrellmss/gkrellmss-2.6-r3.ebuild | 28 --
 x11-plugins/gkrellmss/gkrellmss-2.6.ebuild| 29 ---
 3 files changed, 86 deletions(-)

diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild 
b/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild
deleted file mode 100644
index f08f212d863..000
--- a/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit gkrellm-plugin
-
-DESCRIPTION="A plugin for GKrellM2 that has a VU meter and a sound chart"
-HOMEPAGE="http://members.dslextreme.com/users/billw/gkrellmss/gkrellmss.html";
-SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
-IUSE="nls"
-
-RDEPEND="=sci-libs/fftw-3*
-   media-libs/alsa-lib"
-DEPEND="${RDEPEND}"
-
-PLUGIN_SO="src/gkrellmss.so"
-PLUGIN_DOCS="Themes"
-
-src_compile() {
-   local myconf
-   use nls && myconf+=" enable_nls=1"
-
-   addpredict /dev/snd
-   emake ${myconf}
-}

diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6-r3.ebuild 
b/x11-plugins/gkrellmss/gkrellmss-2.6-r3.ebuild
deleted file mode 100644
index 77f30cb2d16..000
--- a/x11-plugins/gkrellmss/gkrellmss-2.6-r3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gkrellm-plugin
-
-DESCRIPTION="A plugin for GKrellM2 that has a VU meter and a sound chart"
-HOMEPAGE="http://members.dslextreme.com/users/billw/gkrellmss/gkrellmss.html";
-SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-IUSE="nls"
-
-RDEPEND="=sci-libs/fftw-3*
-   media-libs/alsa-lib"
-DEPEND="${RDEPEND}"
-
-PLUGIN_SO="src/gkrellmss.so"
-PLUGIN_DOCS="Themes"
-
-PATCHES=( "${FILESDIR}/${P}-Respect-LDFLAGS.patch" )
-
-src_compile() {
-   addpredict /dev/snd
-   emake enable_nls=$(usex nls 1 0)
-}

diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild 
b/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild
deleted file mode 100644
index bc9126f2fcc..000
--- a/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit gkrellm-plugin
-
-DESCRIPTION="A plugin for GKrellM2 that has a VU meter and a sound chart"
-HOMEPAGE="http://members.dslextreme.com/users/billw/gkrellmss/gkrellmss.html";
-SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
-IUSE="nls"
-
-RDEPEND="=sci-libs/fftw-2*
-   media-libs/alsa-lib"
-DEPEND="${RDEPEND}"
-
-PLUGIN_SO="src/gkrellmss.so"
-PLUGIN_DOCS="Themes"
-
-src_compile() {
-   local myconf
-   use nls && myconf+=" enable_nls=1"
-
-   addpredict /dev/snd
-   emake ${myconf}
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/i8krellm/

2017-07-26 Thread Pacho Ramos
commit: e0d43e957f68cc5a7b37fb75645724454ea049a7
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 26 11:31:03 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 26 11:34:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0d43e95

x11-plugins/i8krellm: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-plugins/i8krellm/i8krellm-2.5-r1.ebuild | 21 -
 x11-plugins/i8krellm/i8krellm-2.5.ebuild| 16 
 2 files changed, 37 deletions(-)

diff --git a/x11-plugins/i8krellm/i8krellm-2.5-r1.ebuild 
b/x11-plugins/i8krellm/i8krellm-2.5-r1.ebuild
deleted file mode 100644
index 21fdc1b2b84..000
--- a/x11-plugins/i8krellm/i8krellm-2.5-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-inherit gkrellm-plugin
-
-DESCRIPTION="GKrellM2 Plugin for the Dell Inspiron and Latitude notebooks"
-SRC_URI="http://www.coding-zone.com/${P}.tar.gz";
-HOMEPAGE="http://www.coding-zone.com/?page=i8krellm";
-IUSE=""
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="-* ~x86"
-
-RDEPEND=">=app-laptop/i8kutils-1.5"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   epatch "${FILESDIR}/${P}-Respect-LDFLAGS.patch"
-}

diff --git a/x11-plugins/i8krellm/i8krellm-2.5.ebuild 
b/x11-plugins/i8krellm/i8krellm-2.5.ebuild
deleted file mode 100644
index a103c4fed94..000
--- a/x11-plugins/i8krellm/i8krellm-2.5.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit gkrellm-plugin
-
-DESCRIPTION="GKrellM2 Plugin for the Dell Inspiron and Latitude notebooks"
-SRC_URI="http://www.coding-zone.com/${P}.tar.gz";
-HOMEPAGE="http://www.coding-zone.com/?page=i8krellm";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 -ppc -sparc -alpha -mips -hppa"
-IUSE=""
-
-RDEPEND=">=app-laptop/i8kutils-1.5"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellweather/

2017-07-26 Thread Pacho Ramos
commit: 9ef42aa999d9a3c8c0d80d35278ef0cfadb31580
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 26 11:12:01 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 26 11:34:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ef42aa9

x11-plugins/gkrellweather: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../gkrellweather/gkrellweather-2.0.8.ebuild   | 42 --
 1 file changed, 42 deletions(-)

diff --git a/x11-plugins/gkrellweather/gkrellweather-2.0.8.ebuild 
b/x11-plugins/gkrellweather/gkrellweather-2.0.8.ebuild
deleted file mode 100644
index 885c4eb4c72..000
--- a/x11-plugins/gkrellweather/gkrellweather-2.0.8.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 flag-o-matic gkrellm-plugin toolchain-funcs
-
-DESCRIPTION="GKrellM2 Plugin that monitors a METAR station and displays 
weatherinfo"
-HOMEPAGE="https://sites.google.com/site/makovick/gkrellm-plugins";
-SRC_URI="https://sites.google.com/site/makovick/projects/${P}.tgz";
-
-SLOT="2"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-lang/perl-5.6.1
-   >=net-misc/wget-1.5.3"
-DEPEND=">=sys-apps/sed-4.0.5
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${P}-Respect-LDFLAGS.patch \
-   "${FILESDIR}"/${P}-Move-GrabWeather.patch
-   append-cflags $($(tc-getPKG_CONFIG) --cflags gtk+-2.0)
-   append-flags -fPIC
-
-}
-
-src_compile() {
-   emake PREFIX=/usr CC=$(tc-getCC) CFLAGS="${CFLAGS}"
-}
-
-src_install () {
-   gkrellm-plugin_src_install
-
-   exeinto /usr/libexec/gkrellweather
-   doexe GrabWeather
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmss/

2017-07-26 Thread Pacho Ramos
commit: 0627056438bba67e148caf3be4b870188b54961e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 26 10:57:46 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 26 11:34:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06270564

x11-plugins/gkrellmss: Stable on the arches I can test

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild 
b/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild
index d18a72ab12e..3255120187b 100644
--- a/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild
+++ b/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
 IUSE="nls"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-mailwatch/

2017-07-26 Thread Pacho Ramos
commit: cba559e6b4e38f86927cf45b9d8a8f5c4aa86172
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 26 10:48:13 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 26 11:34:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba559e6

x11-plugins/gkrellm-mailwatch: Fix dependency on gkrellm[X]

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 ...-r1.ebuild => gkrellm-mailwatch-2.4.3-r2.ebuild} | 21 +
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r1.ebuild 
b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r2.ebuild
similarity index 51%
rename from x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r1.ebuild
rename to x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r2.ebuild
index ea4d0400830..d46420e8824 100644
--- a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r1.ebuild
+++ b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r2.ebuild
@@ -1,11 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="3"
-inherit gkrellm-plugin toolchain-funcs eutils
+EAPI=6
+inherit gkrellm-plugin toolchain-funcs
 
-IUSE=""
-S=${WORKDIR}/${PN}
 DESCRIPTION="A GKrellM2 plugin that shows the status of additional mail boxes"
 SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz";
 HOMEPAGE="http://gkrellm.luon.net/mailwatch.php";
@@ -13,12 +11,19 @@ HOMEPAGE="http://gkrellm.luon.net/mailwatch.php";
 SLOT="2"
 LICENSE="GPL-2"
 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+IUSE=""
 
 PLUGIN_SO=mailwatch.so
+S="${WORKDIR}/${PN}"
 
-src_prepare() {
-   epatch "${FILESDIR}"/${PV}-*
-}
+RDEPEND="app-admin/gkrellm[X]"
+
+PATCHES=(
+   "${FILESDIR}"/2.4.3-0001-Respect-LDFLAGS.patch
+   "${FILESDIR}"/2.4.3-0002-Use-gkrellm_gkd_string_width.patch
+   "${FILESDIR}"/2.4.3-0003-Remove-a-few-more-GCC-warnings.patch
+   "${FILESDIR}"/2.4.3-0004-Do-not-force-O2-in-CFLAGS.patch
+)
 
 src_compile() {
tc-export CC



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmwireless/

2017-07-26 Thread Pacho Ramos
commit: 4d68504044204604c3d1dd2aa5de5742e98fd03d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 26 10:59:38 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 26 11:34:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d685040

x11-plugins/gkrellmwireless: Fix dependency on gkrellm[X]

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --force

 .../gkrellmwireless-2.0.3-r2.ebuild| 27 ++
 1 file changed, 27 insertions(+)

diff --git a/x11-plugins/gkrellmwireless/gkrellmwireless-2.0.3-r2.ebuild 
b/x11-plugins/gkrellmwireless/gkrellmwireless-2.0.3-r2.ebuild
new file mode 100644
index 000..85fd1b16079
--- /dev/null
+++ b/x11-plugins/gkrellmwireless/gkrellmwireless-2.0.3-r2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gkrellm-plugin toolchain-funcs
+
+S="${WORKDIR}/${PN}"
+DESCRIPTION="A plugin for GKrellM that monitors your wireless network card"
+SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz";
+HOMEPAGE="http://gkrellm.luon.net/gkrellmwireless.php";
+
+SLOT="2"
+LICENSE="GPL-2"
+KEYWORDS="amd64 ~ppc ~sparc x86"
+IUSE=""
+
+RDEPEND="app-admin/gkrellm[X]"
+
+PLUGIN_SO=wireless.so
+
+src_prepare() {
+   default
+   sed -i \
+   -e '/^CC =/s:gcc $(CFLAGS) $(FLAGS):'"$(tc-getCC)"' $(FLAGS) 
$(CFLAGS):' \
+   -e '/-o wireless.so/s: : $(LDFLAGS) :' \
+   Makefile || die
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellweather/, x11-plugins/gkrellweather/files/

2017-07-26 Thread Pacho Ramos
commit: e8511e84423d029b9bd07969c8d1b331cb765736
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 26 11:10:59 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 26 11:34:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8511e84

x11-plugins/gkrellweather: Fix dependency on gkrellm[X] and make it work again 
(#592190 by G.Wolfe Woodbury).

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../gkrellweather-2.0.8-update-locations.patch | 12 ++
 .../gkrellweather/gkrellweather-2.0.8-r1.ebuild| 47 ++
 2 files changed, 59 insertions(+)

diff --git 
a/x11-plugins/gkrellweather/files/gkrellweather-2.0.8-update-locations.patch 
b/x11-plugins/gkrellweather/files/gkrellweather-2.0.8-update-locations.patch
new file mode 100644
index 000..0faf2627170
--- /dev/null
+++ b/x11-plugins/gkrellweather/files/gkrellweather-2.0.8-update-locations.patch
@@ -0,0 +1,12 @@
+--- gkrellweather-2.0.8/GrabWeather2009-01-11 13:15:02.0 -0500
 gkrellweather-2.0.8-r1/GrabWeather 2016-08-29 00:02:35.345041005 -0400
+@@ -12,7 +12,8 @@
+ 
+ $ReportDir  = '.wmWeatherReports';
+ #$WeatherSrc = 'ftp://weather.noaa.gov/data/observations/metar/decoded';
+-$WeatherSrc = 'http://weather.noaa.gov/pub/data/observations/metar/decoded';
++#$WeatherSrc = 'http://weather.noaa.gov/pub/data/observations/metar/decoded';
++$WeatherSrc = 'http://tgftp.nws.noaa.gov/data/observations/metar/decoded/';
+ 
+ use strict; 
+ use vars qw( $ReportDir $WeatherSrc );

diff --git a/x11-plugins/gkrellweather/gkrellweather-2.0.8-r1.ebuild 
b/x11-plugins/gkrellweather/gkrellweather-2.0.8-r1.ebuild
new file mode 100644
index 000..90b45a7f13c
--- /dev/null
+++ b/x11-plugins/gkrellweather/gkrellweather-2.0.8-r1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit flag-o-matic gkrellm-plugin toolchain-funcs
+
+DESCRIPTION="GKrellM2 Plugin that monitors a METAR station and displays 
weatherinfo"
+HOMEPAGE="https://sites.google.com/site/makovick/gkrellm-plugins";
+SRC_URI="https://sites.google.com/site/makovick/projects/${P}.tgz";
+
+SLOT="2"
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   app-admin/gkrellm[X]
+   >=dev-lang/perl-5.6.1
+   >=net-misc/wget-1.5.3
+"
+DEPEND="
+   >=sys-apps/sed-4.0.5
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-Respect-LDFLAGS.patch
+   "${FILESDIR}"/${P}-Move-GrabWeather.patch
+   "${FILESDIR}"/${P}-update-locations.patch
+)
+
+src_prepare() {
+   default
+   append-cflags $($(tc-getPKG_CONFIG) --cflags gtk+-2.0)
+   append-flags -fPIC
+}
+
+src_compile() {
+   emake PREFIX=/usr CC=$(tc-getCC) CFLAGS="${CFLAGS}"
+}
+
+src_install () {
+   gkrellm-plugin_src_install
+
+   exeinto /usr/libexec/gkrellweather
+   doexe GrabWeather
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellshoot/

2017-07-26 Thread Pacho Ramos
commit: 05750f9e91cb88ace6245ff11b1823f8854b5722
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 26 11:01:29 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 26 11:34:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05750f9e

x11-plugins/gkrellshoot: Fix dependency on gkrellm[X]

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --force

 .../{gkrellshoot-0.4.4-r1.ebuild => gkrellshoot-0.4.4-r2.ebuild}   | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r1.ebuild 
b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r2.ebuild
similarity index 85%
rename from x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r1.ebuild
rename to x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r2.ebuild
index 7fa3804314e..c423ab7a64c 100644
--- a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r1.ebuild
+++ b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=6
 inherit gkrellm-plugin
 
 S=${WORKDIR}/${P/s/S}
@@ -14,4 +14,7 @@ SLOT="2"
 KEYWORDS="alpha amd64 ppc sparc x86"
 IUSE=""
 
-RDEPEND="virtual/imagemagick-tools"
+RDEPEND="
+   app-admin/gkrellm[X]
+   virtual/imagemagick-tools
+"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellstock/

2017-07-26 Thread Pacho Ramos
commit: c18b8166d6853d224fcdb4bcc2f16edc598f8d19
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 26 11:06:22 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 26 11:34:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c18b8166

x11-plugins/gkrellstock: Stable

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-plugins/gkrellstock/gkrellstock-0.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/gkrellstock/gkrellstock-0.5.1-r1.ebuild 
b/x11-plugins/gkrellstock/gkrellstock-0.5.1-r1.ebuild
index bb0dee3026c..adbd9c88ad4 100644
--- a/x11-plugins/gkrellstock/gkrellstock-0.5.1-r1.ebuild
+++ b/x11-plugins/gkrellstock/gkrellstock-0.5.1-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/gkrellstock/${P}.tar.gz"
 
 SLOT="2"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellstock/

2017-07-26 Thread Pacho Ramos
commit: 4addc8a2fd1d53a91720c95da831bbba97bd35be
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 26 11:06:40 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 26 11:34:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4addc8a2

x11-plugins/gkrellstock: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-plugins/gkrellstock/Manifest  |  1 -
 x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild | 41 ---
 x11-plugins/gkrellstock/gkrellstock-0.5.1.ebuild  | 41 ---
 3 files changed, 83 deletions(-)

diff --git a/x11-plugins/gkrellstock/Manifest b/x11-plugins/gkrellstock/Manifest
index 173697e8ba7..cf01ce2a33f 100644
--- a/x11-plugins/gkrellstock/Manifest
+++ b/x11-plugins/gkrellstock/Manifest
@@ -1,2 +1 @@
 DIST gkrellstock-0.5.1.tar.gz 22385 SHA256 
56711b5b19cb747dfc5fbb99c00a542a9df55959f88c9664edc2df3829115f61 SHA512 
040e6271a0b0ca3f7be52cc64076a8d1b538fc7607a9ae54acf1c9dc176b094c1483b10c1813a929dcf47dff4fee8c18b7ca58472343c83edfa58a32edc7776c
 WHIRLPOOL 
7ec087847de4c600110857fa4aea8f91a92f51e2ad0c88e8bd22741235a9247c68c72e454d385dcca104c56429f8c8e455bcb398f54ad57cc6a0270f7dfd7bf9
-DIST gkrellstock-0.5.tar.gz 22332 SHA256 
1eb3ff7bf6fa8161f8b6cd8f99e3e5871fabd29866aad89ed3e2b7c2198f9e2a SHA512 
8081bb1be1c640cd9853083fd22f931ffe6dbca359d86242df50e9684d2e856fd147692a716f7df4f4d496bc17e38988a40e7f547832dfaf61c2ed17d0b90b3d
 WHIRLPOOL 
57b02ba1658fd5b587f703210cfda4364056d2336e695c107a45a258885bce8d8fe81f52b0603d1d25f0deea42a2431b4dbad6f3f5526e3474b858e145405a69

diff --git a/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild 
b/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild
deleted file mode 100644
index 487c03f787e..000
--- a/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit flag-o-matic gkrellm-plugin toolchain-funcs
-
-DESCRIPTION="Get Stock quotes plugin for Gkrellm2"
-HOMEPAGE="http://gkrellstock.sourceforge.net/";
-SRC_URI="mirror://sourceforge/project/${PN}/GkrellM2.0%20Port/${PV}/${P}.tar.gz"
-
-SLOT="2"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/glib:2
-   x11-libs/gtk+:2
-   dev-perl/libwww-perl
-   dev-perl/Finance-Quote"
-DEPEND="${DEPEND}
-   virtual/pkgconfig"
-
-S=${WORKDIR}/${P/s/S}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-ldflags.patch
-   append-cppflags $($(tc-getPKG_CONFIG) --cflags gtk+-2.0)
-   append-flags -fPIC
-}
-
-src_compile() {
-   emake CC=$(tc-getCC)
-}
-
-src_install () {
-   gkrellm-plugin_src_install
-
-   dobin GetQuote2
-}

diff --git a/x11-plugins/gkrellstock/gkrellstock-0.5.1.ebuild 
b/x11-plugins/gkrellstock/gkrellstock-0.5.1.ebuild
deleted file mode 100644
index f333006349d..000
--- a/x11-plugins/gkrellstock/gkrellstock-0.5.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit flag-o-matic gkrellm-plugin toolchain-funcs
-
-DESCRIPTION="Get Stock quotes plugin for Gkrellm2"
-HOMEPAGE="http://gkrellstock.sourceforge.net/";
-SRC_URI="mirror://sourceforge/gkrellstock/${P}.tar.gz"
-
-SLOT="2"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/glib:2
-   x11-libs/gtk+:2
-   dev-perl/libwww-perl
-   dev-perl/Finance-Quote"
-DEPEND="${DEPEND}
-   virtual/pkgconfig"
-
-S=${WORKDIR}/${P/s/S}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-0.5-ldflags.patch
-   append-cppflags $($(tc-getPKG_CONFIG) --cflags gtk+-2.0)
-   append-flags -fPIC
-}
-
-src_compile() {
-   emake CC=$(tc-getCC)
-}
-
-src_install () {
-   gkrellm-plugin_src_install
-
-   dobin GetQuote2
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrelltop/

2017-07-26 Thread Pacho Ramos
commit: 423a2a34d90eac27c0eb49fa76cc3e7da28b66c7
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 26 11:07:46 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 26 11:34:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=423a2a34

x11-plugins/gkrelltop: Fix dependency on gkrellm[X]

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --force

 .../{gkrelltop-2.2.13-r1.ebuild => gkrelltop-2.2.13-r2.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r1.ebuild 
b/x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild
similarity index 93%
rename from x11-plugins/gkrelltop/gkrelltop-2.2.13-r1.ebuild
rename to x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild
index 96f52a09979..4e6349415d0 100644
--- a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r1.ebuild
+++ b/x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,6 +19,7 @@ PLUGIN_SO=gkrelltop.so
 S="${WORKDIR}/${P}.orig"
 
 RDEPEND="
+   app-admin/gkrellm[X]
dev-libs/glib:2
x11-libs/gtk+:2
 "



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmss/

2017-07-26 Thread Pacho Ramos
commit: c8c9e40e6de74a81edb5828dd9dd445d1d901765
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 26 10:55:42 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 26 11:34:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c9e40e

x11-plugins/gkrellmss: Fix dependency on gkrellm[X]

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild | 31 +++
 1 file changed, 31 insertions(+)

diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild 
b/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild
new file mode 100644
index 000..d18a72ab12e
--- /dev/null
+++ b/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gkrellm-plugin
+
+DESCRIPTION="A plugin for GKrellM2 that has a VU meter and a sound chart"
+HOMEPAGE="http://members.dslextreme.com/users/billw/gkrellmss/gkrellmss.html";
+SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+IUSE="nls"
+
+RDEPEND="
+   app-admin/gkrellm[X]
+   media-libs/alsa-lib
+   sci-libs/fftw:3.0=
+"
+DEPEND="${RDEPEND}"
+
+PLUGIN_SO="src/gkrellmss.so"
+PLUGIN_DOCS="Themes"
+
+PATCHES=( "${FILESDIR}/${P}-Respect-LDFLAGS.patch" )
+
+src_compile() {
+   addpredict /dev/snd
+   emake enable_nls=$(usex nls 1 0)
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmoon/

2017-07-26 Thread Pacho Ramos
commit: 38578441becce4dd26064ff7c07408c11a0423a4
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 26 10:53:49 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 26 11:34:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38578441

x11-plugins/gkrellmoon: Fix dependency on gkrellm[X]

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --force

 .../{gkrellmoon-0.6-r1.ebuild => gkrellmoon-0.6-r2.ebuild} | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/x11-plugins/gkrellmoon/gkrellmoon-0.6-r1.ebuild 
b/x11-plugins/gkrellmoon/gkrellmoon-0.6-r2.ebuild
similarity index 87%
rename from x11-plugins/gkrellmoon/gkrellmoon-0.6-r1.ebuild
rename to x11-plugins/gkrellmoon/gkrellmoon-0.6-r2.ebuild
index 945e5c98465..43e7a619c6c 100644
--- a/x11-plugins/gkrellmoon/gkrellmoon-0.6-r1.ebuild
+++ b/x11-plugins/gkrellmoon/gkrellmoon-0.6-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,11 +10,12 @@ SRC_URI="mirror://sourceforge/gkrellmoon/${P}.tar.gz"
 HOMEPAGE="http://gkrellmoon.sourceforge.net/";
 
 DEPEND="media-libs/imlib2"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+   app-admin/gkrellm[X]
+"
 
 SLOT="2"
 LICENSE="GPL-2"
-
 KEYWORDS="alpha amd64 ppc sparc x86"
 
 PATCHES=( "${FILESDIR}"/${P}-makefile.patch )



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-bluez/

2017-07-26 Thread Pacho Ramos
commit: 2f326fb87263b4fa878986f89f97fae363ed4dad
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 26 10:42:22 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 26 11:34:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f326fb8

x11-plugins/gkrellm-bluez: Fix dependency on gkrellm[X]

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --force

 .../gkrellm-bluez/gkrellm-bluez-0.2-r2.ebuild  | 34 ++
 1 file changed, 34 insertions(+)

diff --git a/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r2.ebuild 
b/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r2.ebuild
new file mode 100644
index 000..9a6bd8488cc
--- /dev/null
+++ b/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gkrellm-plugin
+
+DESCRIPTION="GKrellm plugin for monitoring bluetooth (Linux BlueZ) adapters"
+SRC_URI="mirror://sourceforge/gkrellm-bluez/${P}.tar.gz"
+HOMEPAGE="http://gkrellm-bluez.sourceforge.net";
+
+RDEPEND="
+   app-admin/gkrellm[X]
+   net-wireless/bluez
+"
+
+LICENSE="GPL-2"
+KEYWORDS="amd64 x86"
+IUSE=""
+SLOT="0"
+
+PLUGIN_SO="src/.libs/gkrellmbluez.so"
+PLUGIN_DOCS="THEMING NEWS"
+
+src_prepare() {
+   default
+   # Be a bit more future proof, bug #260948
+   sed "s/-Werror//" -i src/Makefile.am src/Makefile.in || die "sed failed"
+
+   eapply "${FILESDIR}"/${P}-notheme.patch || die "Patch failed"
+}
+
+src_configure() {
+   econf --disable-static
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmss/

2017-07-26 Thread Pacho Ramos
commit: 67e48d32836cdbbd553ec7b7f14a822ac6778b9d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 26 10:57:26 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 26 11:34:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67e48d32

x11-plugins/gkrellmss: Drop to testing for exotic arches instead of bothering 
them again for a plugin that probably is not being used by many people on them 
anymore

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild | 4 ++--
 x11-plugins/gkrellmss/gkrellmss-2.6.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild 
b/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild
index 7aeb63e2153..f08f212d863 100644
--- a/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild
+++ b/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
 IUSE="nls"
 
 RDEPEND="=sci-libs/fftw-3*

diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild 
b/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild
index 2e44b1126bd..bc9126f2fcc 100644
--- a/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild
+++ b/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc sparc x86"
+KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
 IUSE="nls"
 
 RDEPEND="=sci-libs/fftw-2*



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellstock/

2017-07-26 Thread Pacho Ramos
commit: 722dcb7923a1f4bfa8702a1add0f6944e52132ae
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 26 11:06:02 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 26 11:34:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=722dcb79

x11-plugins/gkrellstock: Fix dependency on gkrellm[X]

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../gkrellstock/gkrellstock-0.5.1-r1.ebuild| 43 ++
 1 file changed, 43 insertions(+)

diff --git a/x11-plugins/gkrellstock/gkrellstock-0.5.1-r1.ebuild 
b/x11-plugins/gkrellstock/gkrellstock-0.5.1-r1.ebuild
new file mode 100644
index 000..bb0dee3026c
--- /dev/null
+++ b/x11-plugins/gkrellstock/gkrellstock-0.5.1-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit flag-o-matic gkrellm-plugin toolchain-funcs
+
+DESCRIPTION="Get Stock quotes plugin for Gkrellm2"
+HOMEPAGE="http://gkrellstock.sourceforge.net/";
+SRC_URI="mirror://sourceforge/gkrellstock/${P}.tar.gz"
+
+SLOT="2"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="
+   app-admin/gkrellm[X]
+   dev-libs/glib:2
+   x11-libs/gtk+:2
+   dev-perl/libwww-perl
+   dev-perl/Finance-Quote
+"
+DEPEND="${DEPEND}
+   virtual/pkgconfig
+"
+
+S="${WORKDIR}/${P/s/S}"
+
+src_prepare() {
+   default
+   eapply "${FILESDIR}"/${PN}-0.5-ldflags.patch
+   append-cppflags $($(tc-getPKG_CONFIG) --cflags gtk+-2.0)
+   append-flags -fPIC
+}
+
+src_compile() {
+   emake CC=$(tc-getCC)
+}
+
+src_install () {
+   gkrellm-plugin_src_install
+   dobin GetQuote2
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellweather/

2017-07-26 Thread Pacho Ramos
commit: e8b23863f3f43821b731776e27f0a21a0f5561a0
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 26 11:11:37 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 26 11:34:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b23863

x11-plugins/gkrellweather: Stabilize (previous version has been broken 
completely for more than a year)

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-plugins/gkrellweather/gkrellweather-2.0.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/gkrellweather/gkrellweather-2.0.8-r1.ebuild 
b/x11-plugins/gkrellweather/gkrellweather-2.0.8-r1.ebuild
index 90b45a7f13c..2eab8440244 100644
--- a/x11-plugins/gkrellweather/gkrellweather-2.0.8-r1.ebuild
+++ b/x11-plugins/gkrellweather/gkrellweather-2.0.8-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://sites.google.com/site/makovick/projects/${P}.tgz";
 
 SLOT="2"
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-trayicons/

2017-07-26 Thread Pacho Ramos
commit: 048da79412a64a52f6dab4b0a543ce641fc794d3
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 26 10:49:41 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 26 11:34:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=048da794

x11-plugins/gkrellm-trayicons: Fix dependency on gkrellm[X]

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --force

 ...gkrellm-trayicons-1.03.ebuild => gkrellm-trayicons-1.03-r1.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild 
b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild
similarity index 86%
rename from x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild
rename to x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild
index 3448abf694d..e195c965820 100644
--- a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild
+++ b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,6 +13,8 @@ SLOT="0"
 KEYWORDS="amd64 ppc sparc x86"
 IUSE=""
 
+RDEPEND="app-admin/gkrellm[X]"
+
 PATCHES=( "${FILESDIR}"/${P}-ldflags.patch )
 
 PLUGIN_SO=trayicons.so



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmwireless/

2017-07-26 Thread Pacho Ramos
commit: aa3737e0fb532379cc7a2823cd4369285c0856ff
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 26 10:59:52 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 26 11:34:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3737e0

x11-plugins/gkrellmwireless: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../gkrellmwireless-2.0.3-r1.ebuild| 24 --
 .../gkrellmwireless/gkrellmwireless-2.0.3.ebuild   | 16 ---
 2 files changed, 40 deletions(-)

diff --git a/x11-plugins/gkrellmwireless/gkrellmwireless-2.0.3-r1.ebuild 
b/x11-plugins/gkrellmwireless/gkrellmwireless-2.0.3-r1.ebuild
deleted file mode 100644
index 9cc23ad3c70..000
--- a/x11-plugins/gkrellmwireless/gkrellmwireless-2.0.3-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit gkrellm-plugin toolchain-funcs
-
-IUSE=""
-S="${WORKDIR}/${PN}"
-DESCRIPTION="A plugin for GKrellM that monitors your wireless network card"
-SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz";
-HOMEPAGE="http://gkrellm.luon.net/gkrellmwireless.php";
-
-SLOT="2"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-
-PLUGIN_SO=wireless.so
-
-src_prepare() {
-   sed -i \
-   -e '/^CC =/s:gcc $(CFLAGS) $(FLAGS):'"$(tc-getCC)"' $(FLAGS) 
$(CFLAGS):' \
-   -e '/-o wireless.so/s: : $(LDFLAGS) :' \
-   Makefile
-}

diff --git a/x11-plugins/gkrellmwireless/gkrellmwireless-2.0.3.ebuild 
b/x11-plugins/gkrellmwireless/gkrellmwireless-2.0.3.ebuild
deleted file mode 100644
index 0caa689849c..000
--- a/x11-plugins/gkrellmwireless/gkrellmwireless-2.0.3.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit gkrellm-plugin
-
-IUSE=""
-S="${WORKDIR}/${PN}"
-DESCRIPTION="A plugin for GKrellM that monitors your wireless network card"
-SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz";
-HOMEPAGE="http://gkrellm.luon.net/gkrellmwireless.php";
-
-SLOT="2"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc ~sparc x86"
-
-PLUGIN_SO=wireless.so



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/i8krellm/

2017-07-26 Thread Pacho Ramos
commit: c32266a5ba9feea0e8c55687e8faeeb4720143b3
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 26 11:22:39 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 26 11:34:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c32266a5

x11-plugins/i8krellm: Fix dependency on gkrellm[X]

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-plugins/i8krellm/i8krellm-2.5-r2.ebuild | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/x11-plugins/i8krellm/i8krellm-2.5-r2.ebuild 
b/x11-plugins/i8krellm/i8krellm-2.5-r2.ebuild
new file mode 100644
index 000..fb6bf7495ed
--- /dev/null
+++ b/x11-plugins/i8krellm/i8krellm-2.5-r2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gkrellm-plugin
+
+DESCRIPTION="GKrellM2 Plugin for the Dell Inspiron and Latitude notebooks"
+SRC_URI="http://www.coding-zone.com/${P}.tar.gz";
+HOMEPAGE="http://www.coding-zone.com/?page=i8krellm";
+IUSE=""
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   app-admin/gkrellm[X]
+   >=app-laptop/i8kutils-1.5
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}/${P}-Respect-LDFLAGS.patch" )



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/i8krellm/

2017-07-26 Thread Pacho Ramos
commit: 0a18f2e73e38e038a1b1fb70d9e63f81df2c737b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 26 11:26:40 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 26 11:34:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a18f2e7

x11-plugins/i8krellm: Stabilize

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-plugins/i8krellm/i8krellm-2.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/i8krellm/i8krellm-2.5-r2.ebuild 
b/x11-plugins/i8krellm/i8krellm-2.5-r2.ebuild
index fb6bf7495ed..907a5c58802 100644
--- a/x11-plugins/i8krellm/i8krellm-2.5-r2.ebuild
+++ b/x11-plugins/i8krellm/i8krellm-2.5-r2.ebuild
@@ -11,7 +11,7 @@ IUSE=""
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
app-admin/gkrellm[X]



[gentoo-commits] proj/musl:master commit in: sys-power/upower/

2017-07-26 Thread Jory Pratt
commit: 40f867a9c38638b7af622f2f1aa783d977c5658a
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Wed Jul 26 11:39:00 2017 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Wed Jul 26 11:39:00 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=40f867a9

sys-power/upower: 0.99.5 in main tree

 sys-power/upower/Manifest |  3 --
 sys-power/upower/metadata.xml |  7 ---
 sys-power/upower/upower-0.99.5.ebuild | 85 ---
 3 files changed, 95 deletions(-)

diff --git a/sys-power/upower/Manifest b/sys-power/upower/Manifest
deleted file mode 100644
index b277821..000
--- a/sys-power/upower/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST upower-0.99.5.tar.xz 432344 SHA256 
78605664d027c788f6ab63c50950be6e86c6ba5d030c4cf35a6664337d87f3b2 SHA512 
2fb06bea69455f538146576665e36c5b91eb18b119fa77e29d383fcb2a86ea58650b82e258f157d03c40147ecb12ea545997199580f0e24847ac6ea04d46e5ea
 WHIRLPOOL 
bba93ec4625f2c9e6284d6b22e4391e68411de08bf35b43286003d739d2bf7f57c0e6ad73e6f25bfd8254b73081dc8ff729fe266eeb69cdc9547e2cf856aa646
-EBUILD upower-0.99.5.ebuild 1944 SHA256 
bb498cfd88840aea7b2b099e992716325fcd4aca32c2eeae7b4eb5f5df8084e2 SHA512 
19c028a818d581b0774e3ab0e230edb9438794c33e413539534eea725a0a8a5ada085f09b6ae1ec1c3fe24ee4fee6b68d50217f669d16747be714b82593903f3
 WHIRLPOOL 
9ab1e1ca06558a61d46cac38f6d0883f775681d37863d9036989f8f9bfcbd4fc1e219c9649de933b7a91e6cfa099f8299eff9a1e4b4ea0f9fdee20d9dcf5fc11
-MISC metadata.xml 228 SHA256 
a3c8fb486cd4bec96195197f2974a236066bd02c05d29ace05a844a43bbfd66e SHA512 
4f5e63f918a0f8790db49c5b12173c673f86935f00796a04acfed573f618379b73b05b1869941e11f881fe69d4958f5287ce815fd710eadb6ac9f2680894caae
 WHIRLPOOL 
4690b7b1591c1f8a8b55f8693dbd5172642a2d377c2f12f3b20dca75a6befc9eeac6eeb7e83ba2332b760d64b5c6fd0acb5a40c416eaeec05f49eb6de750

diff --git a/sys-power/upower/metadata.xml b/sys-power/upower/metadata.xml
deleted file mode 100644
index 95e86c1..000
--- a/sys-power/upower/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   freedesktop-b...@gentoo.org
-   
-

diff --git a/sys-power/upower/upower-0.99.5.ebuild 
b/sys-power/upower/upower-0.99.5.ebuild
deleted file mode 100644
index 533f978..000
--- a/sys-power/upower/upower-0.99.5.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit ltprune systemd
-
-DESCRIPTION="D-Bus abstraction for enumerating power devices, querying history 
and statistics"
-HOMEPAGE="https://upower.freedesktop.org/";
-SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0/3" # based on SONAME of libupower-glib.so
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd"
-
-# gtk-doc files are not available as prebuilt in the tarball
-IUSE="doc +introspection ios kernel_FreeBSD kernel_linux selinux"
-
-COMMON_DEPS="
-   >=dev-libs/dbus-glib-0.100
-   >=dev-libs/glib-2.34:2
-   sys-apps/dbus:=
-   introspection? ( dev-libs/gobject-introspection:= )
-   kernel_linux? (
-   virtual/libusb:1
-   virtual/libgudev:=
-   virtual/udev
-   ios? (
-   >=app-pda/libimobiledevice-1:=
-   >=app-pda/libplist-1:=
-   )
-   )
-"
-RDEPEND="
-   ${COMMON_DEPS}
-   selinux? ( sec-policy/selinux-devicekit )
-"
-DEPEND="${COMMON_DEPS}
-   doc? ( dev-util/gtk-doc )
-   dev-libs/libxslt
-   app-text/docbook-xsl-stylesheets
-   dev-util/intltool
-   >=sys-devel/gettext-0.17
-   virtual/pkgconfig
-"
-
-QA_MULTILIB_PATHS="usr/lib/${PN}/.*"
-
-DOCS="AUTHORS HACKING NEWS README"
-
-src_prepare() {
-   default
-   sed -i -e '/DISABLE_DEPRECATED/d' configure || die
-}
-
-src_configure() {
-   local backend myconf
-
-   if use kernel_linux; then
-   backend=linux
-   elif use kernel_FreeBSD; then
-   backend=freebsd
-   else
-   backend=dummy
-   fi
-
-   econf \
-   $(use_enable doc gtk-doc) \
-   --libexecdir="${EPREFIX}"/usr/lib/${PN} \
-   --localstatedir="${EPREFIX}"/var \
-   $(use_enable introspection) \
-   --disable-static \
-   ${myconf} \
-   --enable-man-pages \
-   --disable-tests \
-   --with-backend=${backend} \
-   $(use_with ios idevice) \
-   --with-systemdutildir="$(systemd_get_utildir)" \
-   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-}
-
-src_install() {
-   default
-   keepdir /var/lib/upower #383091
-   prune_libtool_files
-}



[gentoo-commits] repo/gentoo:master commit in: app-officeext/ooofbtools/

2017-07-26 Thread Sergey Popov
commit: 0de9029e16f64c8aac31f6104fa2f375d41bc0b4
Author: Sergey Popov  gentoo  org>
AuthorDate: Wed Jul 26 12:44:34 2017 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Wed Jul 26 12:44:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0de9029e

app-officeext/ooofbtools: version bump

Reported-by: Sergey S. Starikoff  yandex.ru>
Gentoo-Bug: 624530

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-officeext/ooofbtools/Manifest   |  1 +
 app-officeext/ooofbtools/ooofbtools-2.51.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/app-officeext/ooofbtools/Manifest 
b/app-officeext/ooofbtools/Manifest
index 81cfa4d154b..7e9bdc2d0e1 100644
--- a/app-officeext/ooofbtools/Manifest
+++ b/app-officeext/ooofbtools/Manifest
@@ -1,2 +1,3 @@
 DIST OOoFBTools-2.48.zip 5631726 SHA256 
752e5d3dc404ee2199cee3b347699133054ab10b8b1e7ec3bd659055733f501a SHA512 
31d6571e4050975bdec92f85578235dea4784cd0e45dc4d1e612e0999744f1700a8bf22983378333aecdb146ffd151b6e7cbe071b90e9816443e939b27d117f8
 WHIRLPOOL 
bc5effbb7f171168feb16e983d8d32d3bbf5885e49b5c8dcf7db733c865a36d5bd229b7caa6c3756fff7aa315bd0c9a4567717eaa311b21539f5ef3c75bb1cfa
 DIST OOoFBTools-2.50.zip 5631882 SHA256 
d69d97a668d3f980280304d844b5e7dc24af147cfc5f41f2b128f4790ad65cc0 SHA512 
a2aed60ac1690f9a629f3d81e449a7700b949f75e332748b846edb85c5954622e1cbac62e97cb9a5f823f1da2c901cc6cb4fedfd58a1c45136331b55ef6ce482
 WHIRLPOOL 
eecc08b165e22b19d2f50edf7fcce81c43f864911633dc08e24abb814f3b11ce20a4c16b3c6fadc249f3d9a04762fd399a8c1286ad05ce3d56116ae877116ff3
+DIST OOoFBTools-2.51.zip 5632570 SHA256 
78d7d9e0f0176de322d20143165a9ece65d776308cc8d376e89dadac01057943 SHA512 
c89044c9e6b82a51fcfb370a31cc2ef6ab16cc2895667519324c42c450164ed933e3b492b3ed21a50dd5e563bf796f71bb7333132410fba512eb59e1d5b7255d
 WHIRLPOOL 
748f17c23538c4424e63b4070ca6317a6b813dd240787e98b10b62456d024414b3d6960a2fd6b3c1551225ea8009f87f62faab5f62b5205ddbe3ae717ecdd139

diff --git a/app-officeext/ooofbtools/ooofbtools-2.51.ebuild 
b/app-officeext/ooofbtools/ooofbtools-2.51.ebuild
new file mode 100644
index 000..0c5234aaa3d
--- /dev/null
+++ b/app-officeext/ooofbtools/ooofbtools-2.51.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PN="OOoFBTools"
+
+OFFICE_EXTENSIONS=(
+   "${MY_PN}.oxt"
+)
+
+inherit office-ext-r1
+
+DESCRIPTION="OpenOffice extension for the FictionBook2 format with validation"
+HOMEPAGE="https://sourceforge.net/projects/fbtools/";
+SRC_URI="mirror://sourceforge/fbtools/files/release/${MY_PN}-${PV}.zip"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-libs/libxml2
+   app-arch/zip"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+OFFICE_EXTENSIONS_LOCATION="${S}"
+
+src_prepare() {
+   # Remove Windows cruft
+   pushd "${WORKDIR}/${MY_PN}.oxt" &>/dev/null || die
+   rm -r win32 || die
+   popd &>/dev/null || die
+
+   eapply_user
+}
+
+src_install() {
+   office-ext-r1_src_install
+   dodoc ChangeLog*
+}



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

2017-07-26 Thread Sergey Popov
commit: 6ffe9a1b6086582bbe91d35d21b4fad0748fa9c0
Author: Sergey Popov  gentoo  org>
AuthorDate: Wed Jul 26 12:23:42 2017 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Wed Jul 26 12:40:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ffe9a1b

office-ext-r1.eclass: add support for EAPI 6

 eclass/office-ext-r1.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/office-ext-r1.eclass b/eclass/office-ext-r1.eclass
index 4bfc170ab39..bdd9ffd9166 100644
--- a/eclass/office-ext-r1.eclass
+++ b/eclass/office-ext-r1.eclass
@@ -11,7 +11,7 @@
 # Eclass for easing maitenance of libreoffice/openoffice extensions.
 
 case "${EAPI:-0}" in
-   5) OEXT_EXPORTED_FUNCTIONS="src_unpack src_install pkg_postinst 
pkg_prerm" ;;
+   5|6) OEXT_EXPORTED_FUNCTIONS="src_unpack src_install pkg_postinst 
pkg_prerm" ;;
*) die "EAPI=${EAPI} is not supported" ;;
 esac
 



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

2017-07-26 Thread Ulrich Müller
commit: 3548c83589926c0c95050cf6b01baed4c65a2a7d
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Jul 26 12:58:05 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Jul 26 12:59:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3548c835

profiles: Mask hesiod flag in app-editors/emacs{,-vcs}, bug 626242.

 profiles/base/package.use.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 0d4a291eff7..a587362727a 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Ulrich Müller  (26 Jul 2017)
+# Disable hesiod support due to security vulnerability, bug #626242.
+app-editors/emacs hesiod
+app-editors/emacs-vcs hesiod
+
 # Brian Evans  (21 Jul 2017)
 # Mask USE flag which has limited keywords for app-crypt/argon2
 dev-lang/php argon2



[gentoo-commits] repo/gentoo:master commit in: mail-filter/rspamd/, dev-libs/hyperscan/, mail-filter/postfwd/

2017-07-26 Thread Dirkjan Ochtman
commit: 804b7470f56e28e19b1486e390165b83b0162876
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Wed Jul 26 13:14:40 2017 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Wed Jul 26 13:14:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804b7470

metadata: update email address for Christian Roessner

 dev-libs/hyperscan/metadata.xml  | 2 +-
 mail-filter/postfwd/metadata.xml | 2 +-
 mail-filter/rspamd/metadata.xml  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/hyperscan/metadata.xml b/dev-libs/hyperscan/metadata.xml
index 2ff413e53f9..fa9f4a3de1e 100644
--- a/dev-libs/hyperscan/metadata.xml
+++ b/dev-libs/hyperscan/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-   c...@sys4.de
+   c...@roessner.co
Christian Roessner



diff --git a/mail-filter/postfwd/metadata.xml b/mail-filter/postfwd/metadata.xml
index b3ab72eee88..080f469f5bf 100644
--- a/mail-filter/postfwd/metadata.xml
+++ b/mail-filter/postfwd/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-   i...@roessner-net.com
+   c...@roessner.co
Christian Roessner



diff --git a/mail-filter/rspamd/metadata.xml b/mail-filter/rspamd/metadata.xml
index 7f4becff7c0..b8b89d3d8a9 100644
--- a/mail-filter/rspamd/metadata.xml
+++ b/mail-filter/rspamd/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 
   
-c...@sys4.de
+c...@roessner.co
 Christian Roessner
   
   



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

2017-07-26 Thread Dirkjan Ochtman
commit: 32db7ffcc0a530ef67845cc7da25048f130c7ca6
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Wed Jul 26 13:17:45 2017 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Wed Jul 26 13:17:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32db7ffc

dev-libs/hyperscan: version bump to 4.5.2

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-libs/hyperscan/Manifest   |  1 +
 dev-libs/hyperscan/hyperscan-4.5.2.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-libs/hyperscan/Manifest b/dev-libs/hyperscan/Manifest
index 30c0b346da4..33b28b97052 100644
--- a/dev-libs/hyperscan/Manifest
+++ b/dev-libs/hyperscan/Manifest
@@ -1 +1,2 @@
 DIST hyperscan-4.4.1.tar.gz 1515106 SHA256 
3a082d92a3cb0cd724bc1190d24cc39752bd3db35d22115fda03d2e91ccd94cd SHA512 
5e3463061110f81ad145dccf566f8308eed7bfd6711af59461b59903dd77b20963df3dd0f0ec8fc925837e76b658352b420b1ce210c4c91a4cb128a4d5f83056
 WHIRLPOOL 
1eff40644b4284615f8011e4fd516005381468d651a2675c0e4b46b2b34a9986a5c242590314ef04ebe8528e6ee9090c07830d868de6fed84a0c244ad5ebf28d
+DIST hyperscan-4.5.2.tar.gz 1521484 SHA256 
1f8fa44e94b642e54edc6a74cb8117d01984c0e661a15cad5a785e3ba28d18f5 SHA512 
13bb6c11c8366f168f2ba1eaf5d67560a68668d699604a7884f7a3e7f54ad2dcdd41d562dc35d029b2ad715d562252eb6ef57e97be319e2aa9bdcd3437d8d926
 WHIRLPOOL 
c232d710e122458eb2527dbaf8b1909b618138bd5fbe9ddf55b47cf970f20ac2b36ea8e071abd394792695b9aa6b68f405cfb0983fa80e9b8ae6a478c73306c9

diff --git a/dev-libs/hyperscan/hyperscan-4.5.2.ebuild 
b/dev-libs/hyperscan/hyperscan-4.5.2.ebuild
new file mode 100644
index 000..7de8f427c25
--- /dev/null
+++ b/dev-libs/hyperscan/hyperscan-4.5.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="High-performance regular expression matching library"
+SRC_URI="https://github.com/01org/hyperscan/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+HOMEPAGE="https://01.org/hyperscan";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="cpu_flags_x86_ssse3 static-libs"
+
+DEPEND="dev-util/ragel
+   =dev-lang/python-2*
+   dev-libs/boost
+   net-libs/libpcap"
+
+REQUIRED_USE="cpu_flags_x86_ssse3"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_SHARED_LIBS=$(usex static-libs OFF ON)
+   -DBUILD_STATIC_AND_SHARED=$(usex static-libs ON OFF)
+   )
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-init-scripts/files/, dev-db/mysql-init-scripts/

2017-07-26 Thread Brian Evans
commit: 0f5653d2d0a3d6a52cfd12f6329e948e8522698b
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Jul 26 13:15:19 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Jul 26 13:20:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f5653d2

dev-db/mysql-init-scripts: Fix MariaDB-only option bug 626186, add supervisor 
script

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-db/mysql-init-scripts/files/init.d-2.2 |  2 +-
 dev-db/mysql-init-scripts/files/init.d-s6-2.2  |  2 +-
 .../files/{init.d-2.2 => init.d-supervise} | 27 +++---
 ...2.2.ebuild => mysql-init-scripts-2.2-r1.ebuild} |  1 +
 4 files changed, 11 insertions(+), 21 deletions(-)

diff --git a/dev-db/mysql-init-scripts/files/init.d-2.2 
b/dev-db/mysql-init-scripts/files/init.d-2.2
index d217744de9c..124d2e993eb 100644
--- a/dev-db/mysql-init-scripts/files/init.d-2.2
+++ b/dev-db/mysql-init-scripts/files/init.d-2.2
@@ -15,7 +15,7 @@ depend() {
 }
 
 get_config() {
-   my_print_defaults --defaults-file="$1" --mysqld |
+   my_print_defaults --defaults-file="$1" mysqld server mariadb |
sed -n -e "s/^--$2=//p"
 }
 

diff --git a/dev-db/mysql-init-scripts/files/init.d-s6-2.2 
b/dev-db/mysql-init-scripts/files/init.d-s6-2.2
index 427061aa990..46980fab9c3 100644
--- a/dev-db/mysql-init-scripts/files/init.d-s6-2.2
+++ b/dev-db/mysql-init-scripts/files/init.d-s6-2.2
@@ -9,7 +9,7 @@ depend() {
 }
 
 get_config() {
-   my_print_defaults --defaults-file="$1" --mysqld |
+   my_print_defaults --defaults-file="$1" mysqld server mariadb |
sed -n -e "s/^--$2=//p"
 }
 

diff --git a/dev-db/mysql-init-scripts/files/init.d-2.2 
b/dev-db/mysql-init-scripts/files/init.d-supervise
similarity index 90%
copy from dev-db/mysql-init-scripts/files/init.d-2.2
copy to dev-db/mysql-init-scripts/files/init.d-supervise
index d217744de9c..5341a6a18d6 100644
--- a/dev-db/mysql-init-scripts/files/init.d-2.2
+++ b/dev-db/mysql-init-scripts/files/init.d-supervise
@@ -15,7 +15,7 @@ depend() {
 }
 
 get_config() {
-   my_print_defaults --defaults-file="$1" --mysqld |
+   my_print_defaults --defaults-file="$1" mysqld server mariadb |
sed -n -e "s/^--$2=//p"
 }
 
@@ -118,18 +118,16 @@ start() {
fi
 
local startup_timeout=${STARTUP_TIMEOUT:-900}
-   local startup_early_timeout=${STARTUP_EARLY_TIMEOUT:-1000}
+#  local startup_early_timeout=${STARTUP_EARLY_TIMEOUT:-1000}
local tmpnice="${NICE:+"--nicelevel "}${NICE}"
local tmpionice="${IONICE:+"--ionice "}${IONICE}"
-   start-stop-daemon \
+   supervise-daemon \
${DEBUG:+"--verbose"} \
-   --start \
-   --exec "${basedir}"/sbin/mysqld \
-   --pidfile "${pidfile}" \
-   --background \
-   --wait ${startup_early_timeout} \
+   --pidfile "/run/${SVCNAME}.pid" \
${tmpnice} \
${tmpionice} \
+   --start \
+   "${basedir}"/sbin/mysqld \
-- --defaults-file="${MY_CNF}" ${MY_ARGS}
local ret=$?
if [ ${ret} -ne 0 ] ; then
@@ -139,9 +137,6 @@ start() {
 
ewaitfile ${startup_timeout} "${socket}"
eend $? || return 1
-
-   save_options pidfile "${pidfile}"
-   save_options basedir "${basedir}"
 }
 
 stop() {
@@ -151,16 +146,10 @@ stop() {
 
ebegin "Stopping $(mysql_svcname)"
 
-   local pidfile="$(get_options pidfile)"
-   local basedir="$(get_options basedir)"
-   local stop_timeout=${STOP_TIMEOUT:-120}
-
-   start-stop-daemon \
+   supervise-daemon \
${DEBUG:+"--verbose"} \
--stop \
-   --exec "${basedir}"/sbin/mysqld \
-   --pidfile "${pidfile}" \
-   --retry ${stop_timeout}
+   --pidfile "/run/${SVCNAME}.pid"
eend $?
 }
 

diff --git a/dev-db/mysql-init-scripts/mysql-init-scripts-2.2.ebuild 
b/dev-db/mysql-init-scripts/mysql-init-scripts-2.2-r1.ebuild
similarity index 96%
rename from dev-db/mysql-init-scripts/mysql-init-scripts-2.2.ebuild
rename to dev-db/mysql-init-scripts/mysql-init-scripts-2.2-r1.ebuild
index 13ebfb9e379..75b8390652f 100644
--- a/dev-db/mysql-init-scripts/mysql-init-scripts-2.2.ebuild
+++ b/dev-db/mysql-init-scripts/mysql-init-scripts-2.2-r1.ebuild
@@ -37,6 +37,7 @@ src_install() {
fi
 
newinitd "${FILESDIR}/init.d-2.2" "mysql"
+   newinitd "${FILESDIR}/init.d-supervise" "mysql-supervise"
 
# systemd unit installation
exeinto /usr/libexec



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

2017-07-26 Thread Ulrich Müller
commit: 81523dc1a2ac47b1e767e2bf6a95aa9551d381ab
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Jul 26 13:06:53 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Jul 26 13:21:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81523dc1

net-wireless/wavemon: [QA] Remove $Id$ from ebuild header.

 net-wireless/wavemon/wavemon-0.8.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-wireless/wavemon/wavemon-0.8.0.ebuild 
b/net-wireless/wavemon/wavemon-0.8.0.ebuild
index 3759e463e01..41c777d9a08 100644
--- a/net-wireless/wavemon/wavemon-0.8.0.ebuild
+++ b/net-wireless/wavemon/wavemon-0.8.0.ebuild
@@ -1,6 +1,5 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=6
 



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

2017-07-26 Thread Manuel Rüger
commit: 382dda46ba36cd05edb1a277513f663a23c13f36
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Jul 26 13:22:04 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Jul 26 13:23:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=382dda46

dev-util/drone: Version bump to 0.8.0_rc2

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-util/drone/Manifest   |  2 ++
 dev-util/drone/drone-0.8.0_rc2.ebuild | 51 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-util/drone/Manifest b/dev-util/drone/Manifest
index 9fa3ab71e4c..3807415014a 100644
--- a/dev-util/drone/Manifest
+++ b/dev-util/drone/Manifest
@@ -1,6 +1,8 @@
 DIST drone-0.7.3.tar.gz 4133041 SHA256 
997ce994fb852ffc0c98f20ba17d9ff458b396019207e923cd5863ec7599211e SHA512 
4c85e964f43ce3076996cd1cbcfc3675d74b254278d046d1e7d4b7f04ee5fcc55a6de04947c3f8102be474e0ef3fbd5d0006ac2b39aae04fe2bc6b466b513c66
 WHIRLPOOL 
18cfc24df5735b11f767b0ec323f591e44b08192abb05eff3984ef6bd8ce3df548924fb69b9543cb3c92c3b26f3bddfdfd105ec4014ebe2bd5c2b420c7fe6c2f
 DIST drone-0.8.0_rc1.tar.gz 3961594 SHA256 
20bb7a178faf5a883dfdae1714f5b210b818e906bba405cfd6bc1a7beefc26d1 SHA512 
2c0cb2a8ee94deab7088f1994a47737004ec11f3fe160ebc0fd18cb1db7ce4a58404749433aad3fca6f03638d870786611f4b165140aa5786f837f5c9bd159bf
 WHIRLPOOL 
8aa5b00035fb9ff03156fc0a660ae0b0749e13836d5cf3b716b52f2638feaef85a7c371187f1013e42eaf56969bcf16861bf022ac062b89b8da642459dd7ae54
+DIST drone-0.8.0_rc2.tar.gz 4287492 SHA256 
da75c269634c221ae9554f4844668effe2b97cdd0ce801e4cf5b27507063b41b SHA512 
9ea651a6846fc720ed252efe0883fbb8f1e1aaf428512c3e992d6159bde2e22db343aefda4aa203fcb85972ca56a7425123e176d6f1c5c0ce1746405ece21cfb
 WHIRLPOOL 
6fabca777e7ead104c4c376f61507bd70a6fc2b60e9d7b2d2c76f6eff9a4f65ae62aeab65b5c8e30b061f5f036fc38a8558b52dcbc4e6b64b00c153cf8158402
 DIST github.com-drone-drone-ui-2910d0ee662816a2463d31f0988b1ecccd0410b5.tar.gz 
167172 SHA256 5817bfb4fe7546a492d840f7a42a0dc6ede1eeacfc735024276bb90fb1522b5d 
SHA512 
d4c6fbeba9ae5c55533a76fdcf6c251516aa4f8c650f49add7e9392d22a131438bd829670df801495d361417ec12cce07e9d9c28aacd1ce1adc0024408cf3cca
 WHIRLPOOL 
f941daae3f12c96fd439680c5ca81ccbe3aea2b76b1e250ef009a0fe7883514909113b6c9ab923bcb05a5950dec9b57bd849bedb8767225f6eece583f4fe63de
+DIST github.com-drone-drone-ui-2b88ed1713f15e295b11b90d64b270ac23ff40a8.tar.gz 
484206 SHA256 bd3c28958bb0222628a341aaf701806ee10b5634c8179f77add4a03093838648 
SHA512 
1be1a2b170786a75c3ded5864dd8d253f8cd49a1473a73c54dceb2e49055840c980288352863a083762cd4e75c950d298668d3c55de2211c3b3340b0e45af851
 WHIRLPOOL 
470529281925efe6adfa6acc06a9d38f9c5f57f817a0f96e89e8390b61c1ebe8afaa361e0d5868d8a6ffc0a99970562ce868f82844f7c0bbebd6d2daf745e504
 DIST github.com-drone-drone-ui-4fbdb1a34a3fab8fa0d67507f62d5725fe73c298.tar.gz 
481923 SHA256 3f577b743c8b78f136a53bf4638cb38aaea690800033c4de3650145ce21f5a94 
SHA512 
1650d97bdc6b2754451e98b89637e327403884ce3a362018ac6e454ddc361530524bc12df865c6d1025bd72194550e8b1ca9f6e2bcee92aabf52232cd411d50f
 WHIRLPOOL 
1222004502f3797ebbf41d572851fe4cead5c4d4ec09e6b26d60ed6e5dee19761ad1bb22acd55996f2010dc574318b2b875f67dd3d8a4aa739f4d112bcc76746
 DIST github.com-golang-net-ab5485076ff3407ad2d02db054635913f017b0ed.tar.gz 
912826 SHA256 cfd39e1a0a94e10fc01b1cca6f5c1016440baf466562053093916d3fbbab2843 
SHA512 
ff98b6ce2d6177640cce91f1059c220b450935f2e6dcca83f3a8d7e9f7745593c765233d3a4b1ac42f7ffe72cd3e98c33f3c8cefc7c54f423233433f0958691b
 WHIRLPOOL 
9e0690a795581f570b073477d3f6e46324d4b569c263e20bdb89af857568e83c6692ad73157ac439f3994e2c1ffb1b5a9e5dc7ae5b3decd41603c428f050b1b4
 DIST 
github.com-golang-protobuf-0a4f71a498b7c4812f64969510bcb4eca251e33a.tar.gz 
253438 SHA256 6da84e9a2fc14512377268c2dafd3c17ae88278fa12cc1f2055042841806cde4 
SHA512 
011bc5a799f239c22733931f5b994578a99ecdb2939a59ce65674bfd8c5e0370ff1a9a4cb6fcaa3896e6afc7762f6862472e3925263efa719362ba2a2a4bf12e
 WHIRLPOOL 
16080afe973bf7d0f44707668ee16b9c11bbce81c3f4eed1dc62de702c3ab3c6fa9cb368d8e7c4e5dd07e3f6d41c92665b840ce45a647134de3a5672a0ee1800

diff --git a/dev-util/drone/drone-0.8.0_rc2.ebuild 
b/dev-util/drone/drone-0.8.0_rc2.ebuild
new file mode 100644
index 000..16c05924bed
--- /dev/null
+++ b/dev-util/drone/drone-0.8.0_rc2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGO_PN="github.com/drone/drone"
+EGIT_COMMIT="aadcde2b2c3e5e9617f3f71a797e8d97ac15700e"
+EGO_VENDOR=( "github.com/drone/drone-ui 
2b88ed1713f15e295b11b90d64b270ac23ff40a8"
+   "github.com/golang/protobuf 0a4f71a498b7c4812f64969510bcb4eca251e33a"
+   "golang.org/x/net ab5485076ff3407ad2d02db054635913f017b0ed 
github.com/golang/net" )
+
+inherit golang-build golang-vcs-snapshot user
+
+ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="A Continuous Delivery platform built on Docker, written in Go"
+HOMEPAGE="h

[gentoo-commits] repo/gentoo:master commit in: games-mud/gnome-mud/

2017-07-26 Thread Mart Raudsepp
commit: 3b16f00a172e162935d0bcd066cd850c74504e73
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jul 26 13:41:23 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jul 26 13:41:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b16f00a

games-mud/gnome-mud: live version updates

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 games-mud/gnome-mud/gnome-mud-.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/games-mud/gnome-mud/gnome-mud-.ebuild 
b/games-mud/gnome-mud/gnome-mud-.ebuild
index 658791122a5..074b3bad3d2 100644
--- a/games-mud/gnome-mud/gnome-mud-.ebuild
+++ b/games-mud/gnome-mud/gnome-mud-.ebuild
@@ -18,8 +18,7 @@ IUSE="debug gstreamer"
 
 RDEPEND="virtual/libintl
>=dev-libs/glib-2.36:2
-   >=gnome-base/libglade-2.0.1:2.0
-   >=x11-libs/gtk+-2.20.0:2
+   >=x11-libs/gtk+-2.24.0:2
>=x11-libs/vte-0.11:0
dev-libs/libpcre
gnome-base/gconf:2



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

2017-07-26 Thread Brian Evans
commit: ca013d6f36e73368a2a09aea33656bd166b5253f
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Jul 26 14:27:22 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Jul 26 14:27:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca013d6f

app-eselect/eselect-php: Update live ebuild to match changes in the repo

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-eselect/eselect-php/eselect-php-.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/app-eselect/eselect-php/eselect-php-.ebuild 
b/app-eselect/eselect-php/eselect-php-.ebuild
index bbb40ca5261..f32c4a68a2f 100644
--- a/app-eselect/eselect-php/eselect-php-.ebuild
+++ b/app-eselect/eselect-php/eselect-php-.ebuild
@@ -28,12 +28,12 @@ src_configure(){
# We expect localstatedir to be "var"ish, not "var/lib"ish, because
# that's what PHP upstream expects. See for example the FPM
# configuration where they put logs in @localstatedir@/log.
-   econf --localstatedir="${EPREFIX}"/var $(use_enable apache2)
+   econf --localstatedir="${EPREFIX}"/var $(use_enable apache2) 
$(use_enable fpm)
 }
 
 src_install() {
default
-   [[ -f "${D}/etc/init.d/php-fpm.example.init" ]] && rm 
"${D}/etc/init.d/php-fpm.example.init" || die
+
# This can be removed after a while...
if use apache2 ; then
insinto /etc/apache2/modules.d
@@ -41,8 +41,6 @@ src_install() {
fi
 
if use fpm ; then
-   newinitd "doc/php-fpm.example.init" "php-fpm"
-   newconfd "doc/php-fpm.example.conf" "php-fpm"
systemd_dotmpfilesd "${FILESDIR}/php-fpm.conf"
exeinto /usr/libexec
newexe "${FILESDIR}/php-fpm-launcher-r1" php-fpm-launcher



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

2017-07-26 Thread Matt Thode
commit: b81541bddbefdb46d7baf171e746c29eb8210854
Author: Nils Freydank  posteo  de>
AuthorDate: Sat Jul 15 13:54:03 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jul 26 14:56:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b81541bd

app-emulation/lxc: 2.0.8 version bump bug 621368

Signed-off-by: Matthew Thode  gentoo.org>

 app-emulation/lxc/Manifest |   1 +
 app-emulation/lxc/lxc-2.0.8.ebuild | 199 +
 2 files changed, 200 insertions(+)

diff --git a/app-emulation/lxc/Manifest b/app-emulation/lxc/Manifest
index 720dad3a063..e7f50f219db 100644
--- a/app-emulation/lxc/Manifest
+++ b/app-emulation/lxc/Manifest
@@ -4,3 +4,4 @@ DIST lxc-2.0.4.tar.gz 775634 SHA256 
57d40234aeecf5b60fb29d563e5a09d6a04c89e1267e
 DIST lxc-2.0.5.tar.gz 778842 SHA256 
1f1c491b2ad5e74a85b8eb791ccac8128e6eaf5ddcc1323e9360997c030f7072 SHA512 
8e14036597fa3407c87fb92d13b40bbca9a646d27d817e0a9d20fe626625d6cf04a1df65b1a723391d41a311b9f4f3432b3213004892d64355fe0edc7858cb9f
 WHIRLPOOL 
fa6ac86d67fe563f92411cbd09a0d66d729a0a15fe48076b42f4b3996e6b786826990bd51382c14606fd1b5240d413bc8d217fac37becd9baccd89de15d30b22
 DIST lxc-2.0.6.tar.gz 788483 SHA256 
8723ef5973a47e7b2c439002c28590d74689e871d36f03089965503c0c0d50b2 SHA512 
f44c0498876462d78e57d19816eab666e90470badc2bbd38fed9f504e8b21c3e68e4d0f63a8676fa8716be60481befb3db44098228fd71b480972af2b5dcf1e3
 WHIRLPOOL 
5bb2648637a46e3547edeba2ad46eb131b2ae194f5efe52a688157cfa3f361f51a832554a94bcd47074e65cbf8d1e1119d23548bdf83ca62c131400c40aff34a
 DIST lxc-2.0.7.tar.gz 792557 SHA256 
e74ee4a61a8ff426051ce86664f85b028052dd5664cc8e4cf710205c75ded356 SHA512 
eb48dc800ce43d2f4d46e0cecc4d0a714b3e22c6a4975776b54d17d1d20d5a1411e6b605215282f1f77286ddf22b61c80b86b83752191fc18023894ef7a1c44d
 WHIRLPOOL 
81da3116450a7c41c7aa4de95e0094a56e6dee29ef2a111bfe87a61d9b7b97846f77984ec4b9b45aaf776a2c8103b5957c129f6d05b9ebf46455450129653502
+DIST lxc-2.0.8.tar.gz 1308705 SHA256 
0d8e34b302cfe4c40c6c9ae5097096aa5cc2c1dfceea3f0f22e3e16c4a4e8494 SHA512 
ed9fd47e92007f433695cffea659180866a5ac2778712f4eb13b6629bb18292589f5b674b734853ca196ba1f6d38bdbf3cc8a2bb28e25d3540b06b945fcf9096
 WHIRLPOOL 
10485c76f43c6358fc09a7843f13d16b178b1fbc1c3741d04293e170716bd253d1f7b4c3d6529829d135b381debf857263aea6070f2157d3c095d49209b7113e

diff --git a/app-emulation/lxc/lxc-2.0.8.ebuild 
b/app-emulation/lxc/lxc-2.0.8.ebuild
new file mode 100644
index 000..ae0977801e1
--- /dev/null
+++ b/app-emulation/lxc/lxc-2.0.8.ebuild
@@ -0,0 +1,199 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python{3_4,3_5} )
+DISTUTILS_OPTIONAL=1
+
+inherit autotools bash-completion-r1 distutils-r1 linux-info versionator 
flag-o-matic systemd
+
+DESCRIPTION="LinuX Containers userspace utilities"
+HOMEPAGE="https://linuxcontainers.org/";
+SRC_URI="https://linuxcontainers.org/downloads/lxc/${P}.tar.gz";
+
+KEYWORDS="~amd64 ~arm ~arm64"
+
+LICENSE="LGPL-3"
+SLOT="0"
+IUSE="cgmanager doc examples lua python seccomp"
+
+RDEPEND="net-libs/gnutls
+   sys-libs/libcap
+   cgmanager? ( app-admin/cgmanager )
+   lua? ( >=dev-lang/lua-5.1:= )
+   python? ( ${PYTHON_DEPS} )
+   seccomp? ( sys-libs/libseccomp )"
+
+DEPEND="${RDEPEND}
+   doc? ( app-text/docbook-sgml-utils )
+   >=sys-kernel/linux-headers-3.2"
+
+RDEPEND="${RDEPEND}
+   sys-process/criu
+   sys-apps/util-linux
+   app-misc/pax-utils
+   virtual/awk"
+
+CONFIG_CHECK="~CGROUPS ~CGROUP_DEVICE
+   ~CPUSETS ~CGROUP_CPUACCT
+   ~CGROUP_SCHED
+
+   ~NAMESPACES
+   ~IPC_NS ~USER_NS ~PID_NS
+
+   ~NETLINK_DIAG ~PACKET_DIAG
+   ~INET_UDP_DIAG ~INET_TCP_DIAG
+   ~UNIX_DIAG ~CHECKPOINT_RESTORE
+
+   ~CGROUP_FREEZER
+   ~UTS_NS ~NET_NS
+   ~VETH ~MACVLAN
+
+   ~POSIX_MQUEUE
+   ~!NETPRIO_CGROUP
+
+   ~!GRKERNSEC_CHROOT_MOUNT
+   ~!GRKERNSEC_CHROOT_DOUBLE
+   ~!GRKERNSEC_CHROOT_PIVOT
+   ~!GRKERNSEC_CHROOT_CHMOD
+   ~!GRKERNSEC_CHROOT_CAPS
+   ~!GRKERNSEC_PROC
+   ~!GRKERNSEC_SYSFS_RESTRICT
+"
+
+ERROR_DEVPTS_MULTIPLE_INSTANCES="CONFIG_DEVPTS_MULTIPLE_INSTANCES:  needed for 
pts inside container"
+
+ERROR_CGROUP_FREEZER="CONFIG_CGROUP_FREEZER:  needed to freeze containers"
+
+ERROR_UTS_NS="CONFIG_UTS_NS:  needed to unshare hostnames and uname info"
+ERROR_NET_NS="CONFIG_NET_NS:  needed for unshared network"
+
+ERROR_VETH="CONFIG_VETH:  needed for internal (host-to-container) networking"
+ERROR_MACVLAN="CONFIG_MACVLAN:  needed for internal (inter-container) 
networking"
+
+ERROR_NETLINK_DIAG="CONFIG_NETLINK_DIAG:  needed for lxc-checkpoint"
+ERROR_PACKET_DIAG="CONFIG_PACKET_DIAG:  needed for lxc-checkpoint"
+ERROR_INET_UDP_DIAG="CONFIG_INET_UDP_DIAG:  needed for lxc-checkpoint"
+ERROR_INET_TCP_DIAG="CONFIG_INET_TCP_DIAG:  needed for lxc-checkpoint"
+ERROR_UNIX_DIAG="CONFIG_UNIX_DIAG:  needed for lxc-checkpoint"
+ER

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

2017-07-26 Thread Andrey Grozin
commit: 7dab53555e2ab7124c7fc8e1649cd1e54208072e
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Jul 26 15:13:30 2017 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Jul 26 15:13:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dab5355

sci-visualization/veusz: bump to 1.26.1

Bug: 626150
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-visualization/veusz/Manifest|  1 +
 sci-visualization/veusz/veusz-1.26.1.ebuild | 76 +
 2 files changed, 77 insertions(+)

diff --git a/sci-visualization/veusz/Manifest b/sci-visualization/veusz/Manifest
index 95dbbea5ca8..b30ef0a498a 100644
--- a/sci-visualization/veusz/Manifest
+++ b/sci-visualization/veusz/Manifest
@@ -1 +1,2 @@
 DIST veusz-1.25.1.tar.gz 1883416 SHA256 
d268df3f92404c0a045a124265f57ebc453069b09729bce8e265401993d56e37 SHA512 
0820d2a2d30dd525656b4aad4d39eef1d24c7b98fd93d263974ba2dfb13e4c0d3914f4cb94b016aa1780f20f653df10ce5bf5ee59e9532f26471947565f0a560
 WHIRLPOOL 
4a03aa40ec8f7ffe187b345be1861818f483cb11036af18d19d3caefa7d98b60dd9de9b4d83b7cc65e369b1269d22fd5c6820b52fcbedce9eccb58103d31
+DIST veusz-1.26.1.tar.gz 1904197 SHA256 
b605a8954019712768bbeccb63d0a1f704411bbefb23fbcaaf44a82988e1c623 SHA512 
eba9382e91c2653ded0ed409874b7c4db6309c93f5b2ff1b7d5c15fb88ab330f1d626f0a110055c7647a929bf8cad9c78886c2035a1cb5b8cc27159ae7bf481d
 WHIRLPOOL 
526dec848fee6084da1598f70e0eddf037a3c8598103676ad7c847d58776da4b5eb0f32d453c43a93d6e5d77229b34fe3404ff1b7b17e77996ae95627e235d7b

diff --git a/sci-visualization/veusz/veusz-1.26.1.ebuild 
b/sci-visualization/veusz/veusz-1.26.1.ebuild
new file mode 100644
index 000..ff2798d960f
--- /dev/null
+++ b/sci-visualization/veusz/veusz-1.26.1.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit eutils fdo-mime distutils-r1 virtualx
+
+DESCRIPTION="Qt scientific plotting package with good Postscript output"
+HOMEPAGE="https://veusz.github.io/";
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz";
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="dbus doc emf fits hdf5 minuit vo"
+
+CDEPEND="
+   dev-python/numpy[${PYTHON_USEDEP}]
+   >=dev-python/PyQt4-4.11.4[compat,X,svg,${PYTHON_USEDEP}]"
+RDEPEND="${CDEPEND}
+   dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
+   emf? ( dev-python/pyemf[$(python_gen_usedep 'python2*')] )
+   fits? ( dev-python/astropy[${PYTHON_USEDEP}] )
+   hdf5? ( dev-python/h5py[${PYTHON_USEDEP}] )
+   minuit? ( || ( dev-python/iminuit[${PYTHON_USEDEP}] 
dev-python/pyminuit[${PYTHON_USEDEP}] ) )
+   vo? (
+   dev-python/astropy[${PYTHON_USEDEP}]
+   dev-python/sampy[$(python_gen_usedep 'python2*')]
+   )"
+DEPEND="${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/sip[${PYTHON_USEDEP}]
+   "
+
+python_test() {
+   distutils_install_for_testing
+   cd tests || die
+   VIRTUALX_COMMAND="${EPYTHON}" \
+   VEUSZ_RESOURCE_DIR="${S}" \
+   virtualmake runselftest.py
+}
+
+python_install() {
+   distutils-r1_python_install
+   # symlink the license, bug #341653
+   rm "${D}/$(python_get_sitedir)"/${PN}/{COPYING,AUTHORS,ChangeLog} || die
+   mkdir -p "${D}/$(python_get_sitedir)" || die
+   cat >> "${D}/$(python_get_sitedir)"/${PN}/COPYING <<- EOF
+   Please visit
+
+   https://www.gnu.org/licenses/gpl-2.0.html
+
+   for the full license text.
+   EOF
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   use doc && dodoc Documents/manual.pdf && \
+   dohtml -r Documents/{manimages,manual.html}
+
+   doicon icons/veusz.png
+   domenu "${FILESDIR}"/veusz.desktop
+   insinto /usr/share/mime/packages
+   doins "${FILESDIR}"/veusz.xml
+}
+
+pkg_postinst() {
+   fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+   fdo-mime_desktop_database_update
+}



[gentoo-commits] proj/eselect-php: New tag: 0.9.3

2017-07-26 Thread Michael Orlitzky
commit: 
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed Jul 26 15:29:51 2017 +

New tag: 0.9.3




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

2017-07-26 Thread Michał Górny
commit: 820ed9d025e4b0abb3f34a2e1cb95603b6de
Author: Louis Sautier  gmail  com>
AuthorDate: Mon Jul 24 22:33:47 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 26 15:31:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=820ed955

app-admin/supervisor: remove vulnerable versions

Bug: https://bugs.gentoo.org/626100
Closes: https://github.com/gentoo/gentoo/pull/5205
Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-admin/supervisor/Manifest   |  3 --
 app-admin/supervisor/supervisor-3.1.3.ebuild| 46 ---
 app-admin/supervisor/supervisor-3.3.1-r1.ebuild | 50 -
 app-admin/supervisor/supervisor-3.3.1.ebuild| 46 ---
 app-admin/supervisor/supervisor-3.3.2.ebuild| 50 -
 5 files changed, 195 deletions(-)

diff --git a/app-admin/supervisor/Manifest b/app-admin/supervisor/Manifest
index b24583a6648..2f53b933d5f 100644
--- a/app-admin/supervisor/Manifest
+++ b/app-admin/supervisor/Manifest
@@ -1,5 +1,2 @@
-DIST supervisor-3.1.3.tar.gz 391529 SHA256 
e32c546fe8d2a6e079ec4819c49fd24534d4075a58af39118d04367918b3c282 SHA512 
40795bfd1aee3eba9e51b6dc1bfcff20c42c0a42ca7ceecc35c428f7840d5d631303b7f0c4eee85375296fd4e9a48f6b405a87caf038f8ffbfe227b5160e7aa5
 WHIRLPOOL 
da8f41907857c46633e93e1806449babd9230994a528c73946276c10387e380763b7b9fb884bb3376537d6eb55428e5873ed8e9a11cd410a3d6c8d7593907552
 DIST supervisor-3.1.4.tar.gz 392321 SHA256 
82f75089f719a7a3ca87f35c89a03c20fd3c0912552c96eb6fa40274ced6604e SHA512 
7182db4169d37aa8f7a2a4e1d57ce40f6dea21759ed73fb49286dd5ffb2bdede0fccdc71344e93c8f8c067a2cbc4e3cb0a9a50b22bacdb1b8bc1378581ed5f07
 WHIRLPOOL 
64a3b7c46b6c2a2c5d67ebfc44fef0f3382ff98a2468b3c210f03b205a3cbf6d7604788b985c98b093c20a1950b4a343a86cf914713072fa2f28f50f0478f63e
-DIST supervisor-3.3.1.tar.gz 415246 SHA256 
fc3af22e5a7af2f6c3be787acf055c1c1f5607cd4dc935fe633ab97061fd SHA512 
e67d4e7b01f6f98a595e7524c5318e780b422a7f8f932f205c6a4d74c3c9e058b265b1732e944e5b467daa6ceffde7d1aae1f1af12c2b7c53728739edb10f740
 WHIRLPOOL 
744fd11df897ac25839138ce12bf194682b4d0576396b692ef2befecdffb658ed9c2a47aa2248793b082c674cb9a3dc39c0c38127e4a2da74028fb8606500336
-DIST supervisor-3.3.2.tar.gz 417348 SHA256 
bbb870f5b59c5c4fd79f711553e343158b2c64688997a23a1bcb2ce643f57771 SHA512 
959f045d8da5a263a6990fdc4a93154684c74cca5f49aeb733b86da046a8a3a56981062d16f0ab8177c0e0bb41f137c62e1ae6a52582e76bbe0adb2b8185202c
 WHIRLPOOL 
2cd1bae59d187d9623089a4c9bcc11773a7fd371fc8725b34b28cd5b342391ddf92dd1c3d77f7eed53ab0209fd611fd3ce0e9b15e108b422189620d97cb37658
 DIST supervisor-3.3.3.tar.gz 418354 SHA256 
96287ebfabf9a6923f74123b056c4da39c617fef367980f007cac02fba6527ad SHA512 
8285445da8a0ed790fbdf75d988304ab8fcefd9c36975ae6526ec58f511c73cd8707f22b7cff40c3aed5e63f3665d096ed4b5dbc2cc456fe0c5b4547149dbb4a
 WHIRLPOOL 
e7d880f76fb6a3eabe6d4c78c19464e1f4880d195e58bdd10d829beb8962f9d8bd39ac5274ec96c6d47ac9478f5f3b80a36131cbbda275bc23b33bd664ca9d2a

diff --git a/app-admin/supervisor/supervisor-3.1.3.ebuild 
b/app-admin/supervisor/supervisor-3.1.3.ebuild
deleted file mode 100644
index 00493354169..000
--- a/app-admin/supervisor/supervisor-3.1.3.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"
-
-PYTHON_COMPAT=( python2_7 )# py2 only
-# xml.etree.ElementTree module required.
-PYTHON_REQ_USE="xml"
-
-inherit distutils-r1
-
-MY_PV="${PV/_beta/b}"
-
-DESCRIPTION="A system for controlling process state under UNIX"
-HOMEPAGE="http://supervisord.org/ https://pypi.python.org/pypi/supervisor";
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${PN}-${MY_PV}.tar.gz"
-
-LICENSE="repoze ZPL BSD HPND GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc test"
-
-# ALL versions of meld3 match to >=meld3-0.6.5
-RDEPEND="dev-python/meld3[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   test? ( dev-python/mock[${PYTHON_USEDEP}] )
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-python_compile_all() {
-   # Somehow the test phase is called and run on invoking a doc build; 
harmless
-   use doc && emake -C docs html
-}
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   newinitd "${FILESDIR}/init.d-r1" supervisord
-   newconfd "${FILESDIR}/conf.d" supervisord
-   use doc && local HTML_DOCS=( docs/.build/html/. )
-   distutils-r1_python_install_all
-}

diff --git a/app-admin/supervisor/supervisor-3.3.1-r1.ebuild 
b/app-admin/supervisor/supervisor-3.3.1-r1.ebuild
deleted file mode 100644
index 1ac705a3616..000
--- a/app-admin/supervisor/supervisor-3.3.1-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )# py2 only
-# xml

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

2017-07-26 Thread Michał Górny
commit: 7324ec0d537cecbaf2cbe6598cac87f1dd05d922
Author: Louis Sautier  gmail  com>
AuthorDate: Mon Jul 24 22:31:56 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 26 15:31:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7324ec0d

app-admin/supervisor: bump to 3.1.4

Bug: https://bugs.gentoo.org/show_bug.cgi?id=626100
Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-admin/supervisor/Manifest|  1 +
 app-admin/supervisor/supervisor-3.1.4.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/app-admin/supervisor/Manifest b/app-admin/supervisor/Manifest
index 694888fd449..6e5f5aa1877 100644
--- a/app-admin/supervisor/Manifest
+++ b/app-admin/supervisor/Manifest
@@ -1,3 +1,4 @@
 DIST supervisor-3.1.3.tar.gz 391529 SHA256 
e32c546fe8d2a6e079ec4819c49fd24534d4075a58af39118d04367918b3c282 SHA512 
40795bfd1aee3eba9e51b6dc1bfcff20c42c0a42ca7ceecc35c428f7840d5d631303b7f0c4eee85375296fd4e9a48f6b405a87caf038f8ffbfe227b5160e7aa5
 WHIRLPOOL 
da8f41907857c46633e93e1806449babd9230994a528c73946276c10387e380763b7b9fb884bb3376537d6eb55428e5873ed8e9a11cd410a3d6c8d7593907552
+DIST supervisor-3.1.4.tar.gz 392321 SHA256 
82f75089f719a7a3ca87f35c89a03c20fd3c0912552c96eb6fa40274ced6604e SHA512 
7182db4169d37aa8f7a2a4e1d57ce40f6dea21759ed73fb49286dd5ffb2bdede0fccdc71344e93c8f8c067a2cbc4e3cb0a9a50b22bacdb1b8bc1378581ed5f07
 WHIRLPOOL 
64a3b7c46b6c2a2c5d67ebfc44fef0f3382ff98a2468b3c210f03b205a3cbf6d7604788b985c98b093c20a1950b4a343a86cf914713072fa2f28f50f0478f63e
 DIST supervisor-3.3.1.tar.gz 415246 SHA256 
fc3af22e5a7af2f6c3be787acf055c1c1f5607cd4dc935fe633ab97061fd SHA512 
e67d4e7b01f6f98a595e7524c5318e780b422a7f8f932f205c6a4d74c3c9e058b265b1732e944e5b467daa6ceffde7d1aae1f1af12c2b7c53728739edb10f740
 WHIRLPOOL 
744fd11df897ac25839138ce12bf194682b4d0576396b692ef2befecdffb658ed9c2a47aa2248793b082c674cb9a3dc39c0c38127e4a2da74028fb8606500336
 DIST supervisor-3.3.2.tar.gz 417348 SHA256 
bbb870f5b59c5c4fd79f711553e343158b2c64688997a23a1bcb2ce643f57771 SHA512 
959f045d8da5a263a6990fdc4a93154684c74cca5f49aeb733b86da046a8a3a56981062d16f0ab8177c0e0bb41f137c62e1ae6a52582e76bbe0adb2b8185202c
 WHIRLPOOL 
2cd1bae59d187d9623089a4c9bcc11773a7fd371fc8725b34b28cd5b342391ddf92dd1c3d77f7eed53ab0209fd611fd3ce0e9b15e108b422189620d97cb37658

diff --git a/app-admin/supervisor/supervisor-3.1.4.ebuild 
b/app-admin/supervisor/supervisor-3.1.4.ebuild
new file mode 100644
index 000..1f774d43fdc
--- /dev/null
+++ b/app-admin/supervisor/supervisor-3.1.4.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 )# py2 only
+# xml.etree.ElementTree module required.
+PYTHON_REQ_USE="xml"
+
+inherit distutils-r1
+
+MY_PV="${PV/_beta/b}"
+
+DESCRIPTION="A system for controlling process state under UNIX"
+HOMEPAGE="http://supervisord.org/ https://pypi.python.org/pypi/supervisor";
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${PN}-${MY_PV}.tar.gz"
+
+LICENSE="repoze ZPL BSD HPND GPL-2"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="doc test"
+
+# ALL versions of meld3 match to >=meld3-0.6.5
+RDEPEND="dev-python/meld3[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   test? ( dev-python/mock[${PYTHON_USEDEP}] )
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+python_compile_all() {
+   # Somehow the test phase is called and run on invoking a doc build; 
harmless
+   use doc && emake -C docs html
+}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   newinitd "${FILESDIR}/init.d-r1" supervisord
+   newconfd "${FILESDIR}/conf.d" supervisord
+   use doc && local HTML_DOCS=( docs/.build/html/. )
+   distutils-r1_python_install_all
+}



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

2017-07-26 Thread Michał Górny
commit: 44d807845ea5ad104cf75b38de80066d9a587838
Author: Louis Sautier  gmail  com>
AuthorDate: Mon Jul 24 22:32:56 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 26 15:31:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d80784

app-admin/supervisor: bump to 3.3.3

Bug: https://bugs.gentoo.org/show_bug.cgi?id=626100
Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-admin/supervisor/Manifest|  1 +
 app-admin/supervisor/supervisor-3.3.3.ebuild | 50 
 2 files changed, 51 insertions(+)

diff --git a/app-admin/supervisor/Manifest b/app-admin/supervisor/Manifest
index 6e5f5aa1877..b24583a6648 100644
--- a/app-admin/supervisor/Manifest
+++ b/app-admin/supervisor/Manifest
@@ -2,3 +2,4 @@ DIST supervisor-3.1.3.tar.gz 391529 SHA256 
e32c546fe8d2a6e079ec4819c49fd24534d40
 DIST supervisor-3.1.4.tar.gz 392321 SHA256 
82f75089f719a7a3ca87f35c89a03c20fd3c0912552c96eb6fa40274ced6604e SHA512 
7182db4169d37aa8f7a2a4e1d57ce40f6dea21759ed73fb49286dd5ffb2bdede0fccdc71344e93c8f8c067a2cbc4e3cb0a9a50b22bacdb1b8bc1378581ed5f07
 WHIRLPOOL 
64a3b7c46b6c2a2c5d67ebfc44fef0f3382ff98a2468b3c210f03b205a3cbf6d7604788b985c98b093c20a1950b4a343a86cf914713072fa2f28f50f0478f63e
 DIST supervisor-3.3.1.tar.gz 415246 SHA256 
fc3af22e5a7af2f6c3be787acf055c1c1f5607cd4dc935fe633ab97061fd SHA512 
e67d4e7b01f6f98a595e7524c5318e780b422a7f8f932f205c6a4d74c3c9e058b265b1732e944e5b467daa6ceffde7d1aae1f1af12c2b7c53728739edb10f740
 WHIRLPOOL 
744fd11df897ac25839138ce12bf194682b4d0576396b692ef2befecdffb658ed9c2a47aa2248793b082c674cb9a3dc39c0c38127e4a2da74028fb8606500336
 DIST supervisor-3.3.2.tar.gz 417348 SHA256 
bbb870f5b59c5c4fd79f711553e343158b2c64688997a23a1bcb2ce643f57771 SHA512 
959f045d8da5a263a6990fdc4a93154684c74cca5f49aeb733b86da046a8a3a56981062d16f0ab8177c0e0bb41f137c62e1ae6a52582e76bbe0adb2b8185202c
 WHIRLPOOL 
2cd1bae59d187d9623089a4c9bcc11773a7fd371fc8725b34b28cd5b342391ddf92dd1c3d77f7eed53ab0209fd611fd3ce0e9b15e108b422189620d97cb37658
+DIST supervisor-3.3.3.tar.gz 418354 SHA256 
96287ebfabf9a6923f74123b056c4da39c617fef367980f007cac02fba6527ad SHA512 
8285445da8a0ed790fbdf75d988304ab8fcefd9c36975ae6526ec58f511c73cd8707f22b7cff40c3aed5e63f3665d096ed4b5dbc2cc456fe0c5b4547149dbb4a
 WHIRLPOOL 
e7d880f76fb6a3eabe6d4c78c19464e1f4880d195e58bdd10d829beb8962f9d8bd39ac5274ec96c6d47ac9478f5f3b80a36131cbbda275bc23b33bd664ca9d2a

diff --git a/app-admin/supervisor/supervisor-3.3.3.ebuild 
b/app-admin/supervisor/supervisor-3.3.3.ebuild
new file mode 100644
index 000..7297e311db1
--- /dev/null
+++ b/app-admin/supervisor/supervisor-3.3.3.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )# py2 only
+# xml.etree.ElementTree module required.
+PYTHON_REQ_USE="xml"
+
+inherit distutils-r1
+
+MY_PV="${PV/_beta/b}"
+
+DESCRIPTION="A system for controlling process state under UNIX"
+HOMEPAGE="http://supervisord.org/ https://pypi.python.org/pypi/supervisor";
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${PN}-${MY_PV}.tar.gz"
+
+LICENSE="repoze ZPL BSD HPND GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND="
+   dev-python/meld3[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   ${RDEPEND}
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   newinitd "${FILESDIR}/init.d-r1" supervisord
+   newconfd "${FILESDIR}/conf.d" supervisord
+   use doc && local HTML_DOCS=( docs/.build/html/. )
+   distutils-r1_python_install_all
+}



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

2017-07-26 Thread Ian Stakenvicius
commit: 07f263fb9f55bd5f53c6fc92a74d4cf83d1d125e
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Wed Jul 26 15:46:09 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Wed Jul 26 15:46:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07f263fb

www-client/seamonkey: security bump to 2.49.2 via thunderbird 52.2

In order to update seamonkey in a more timely fashion than upstream is
capable of at this time, ebuilds with versions ending in _p0 are built
from the equivalent source release of thunderbird.

In addition to addressing security issues, this bump also addresses bug
626144

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 www-client/seamonkey/Manifest |   5 +
 www-client/seamonkey/metadata.xml |   1 +
 www-client/seamonkey/seamonkey-2.49.2.0_p0.ebuild | 443 ++
 3 files changed, 449 insertions(+)

diff --git a/www-client/seamonkey/Manifest b/www-client/seamonkey/Manifest
index b0a443c4f95..6332b6c3f12 100644
--- a/www-client/seamonkey/Manifest
+++ b/www-client/seamonkey/Manifest
@@ -1,7 +1,10 @@
+DIST chatzilla-SEA2_48_RELBRANCH.tar.bz2 440624 SHA256 
267634b79b21fc5c78d3028620d2b844e5d09d43bd8a6f61c5416663201a6d53 SHA512 
51a1eb638882a7feac3c6c854def2f81ba8fdaec91267ca94a41949c223743816ad5f548ca8c09be0328e9dcf9ea0170b9add42f09420c5fd4461c41bfcf74c1
 WHIRLPOOL 
11b9b487355134d981c60818a4bca02343a8254cda48144621dbf845288a154fe5b1b1cecfe54e6299e9c61c5292dfd00ea0c0f4cbe85fd7b489d9f0fb52c6df
+DIST dom-inspector-DOMI_2_0_17.tar.bz2 154940 SHA256 
6559dd1492bcd83de647c0204d75e5f091c973dd3fa47b2750451c21b42cbef6 SHA512 
1428d636a6618e834a7d6f4364e3772ac9baa7562351dff936b7cb0a0c306e72a62d60e20ea8a31e5384c322b93f3f09931cffc80983112eefaf191b66420e8f
 WHIRLPOOL 
92481414dd1a407cf7bb160aad69d829b47883ac496d21e99a015cd23afe5909a19f7d0049bf6250ae27a0a83d5698be7828bd8e9379e2d0bbd1a37fbe70c701
 DIST enigmail-1.9.6.1.tar.gz 1745021 SHA256 
3874331e981aed864443d3c965d856e003fd84f73e5a89fd5004ced9dc29b96f SHA512 
e6ab69734a39a4953e0167e07b06f0d5c83fb42956515392319a1cd9d665ca274f6a12b4141e2dfa373ef074f0526f3d7330a48d29d600fc38f724d26518ff84
 WHIRLPOOL 
e89b0e5857564cc2f7ebf3ab46b110c6bbb1b16e7c0e045750119fd02e693b9bd9667c2932e7a65f9c8fb2c7c835ed048f6df2613d12b25d961894f47f67cf48
 DIST enigmail-1.9.8.1.tar.gz 1776673 SHA256 
4bcf2da00d96a67921b24dbec9f43930cba41112a2cd241b0952eb573c648a4d SHA512 
af280040e96eb69529e723e52e65621e42743c974b0ed42598e73458004f0a59688da7257d2b556e95a56c4cad3ac48f527d4d9a7a54c9c92eaff132257e0cfd
 WHIRLPOOL 
077c61b996c2ec45ecc3a037b61d167acda2ebdbde6536e2f2f2e180a064c9e540e09b48417454aa48f02af5f4c58c88f4ba456e6c5f113cfe474f2b82798ac0
 DIST firefox-49.0-patches-04.tar.xz 13356 SHA256 
4968b4c6a0e326de587af6d389826dd29acd8b8eafc605f7636c637db0a64158 SHA512 
3346cbe0146d6b480336c250c34c5be0a37cf9c738366794b4a03fb9c636ea22294cb517fc59826a0793a4a5723ff2f4cf85384fc405f1c1f14080458282
 WHIRLPOOL 
b0bbf5f307f3d8467e40d76f58e28e0bbf9bed5398e3f17309b7bbdc310350d1d57b02596471b682b997d77bf89bcc3d748af5e0ff19e81a98ab33dcdf4f5210
 DIST firefox-51.0-patches-06.tar.xz 9604 SHA256 
cb813576d1e784b72e973fd18d809088c6fd2a0e557c9413cfb7f0ea22b58700 SHA512 
5fdc3913e6e4fb1427a051ba12c459bb5330e0712d5775b38281115a78e45e22f200e969ca3e82ac1c1fcfe5d27795d82e16ce15b8c5893bc102892876b2636b
 WHIRLPOOL 
bdea0d2f72b96f94bdf2d9487c94cfabcff49a955ca780af74aa0dfc12228d54da73028a6cf6c757133e8a28347d2108aba8cd2b11ab70419b39c067cc48d8ff
+DIST firefox-52.2-patches-02.tar.xz 12584 SHA256 
3714ebf55a11cec435a42dad0e351a6648f345cda947cfdcce5d163e86af9c27 SHA512 
e16d014c60f9c665e5bf1a5e9b7940b101a38f6af26970bd7c71cf0764a11d65816ad2fef2050fd6fc7b10835161d1babcb64c1b10eba1b0c7b3310fc40b57ef
 WHIRLPOOL 
487a383e3db49c57e40c31524faf4d94fcd925b0680eb2ba5e2456a545c494625048f8894e48d4271ef7452ab538a249ac11d826fcf09b8e210fa831580a3b6b
 DIST seamonkey-2.46-be.xpi 936650 SHA256 
d97376ff92ffcdf04ec08273b60b8750d2c4f65edd71eed734313f72885f45db SHA512 
a48caf48c0f705e991c31f6f0191662c99bcf022e9bec59b6caeaf03cec384f5b45c6a03af1103d0889fed2d19e57ff5c61fc67faad9cc1786993d0e9368a954
 WHIRLPOOL 
5cd5a26c3c7bfc02add5063a18f806ebaf58bde1d621bc3d7185edef776254674aba7c4925ab248158c21c5a90b19d156973f8b4a4ace821df60c9586617f3eb
 DIST seamonkey-2.46-ca.xpi 937577 SHA256 
11adc88aab13826dbb7dd9374f877b80c87a085d75712c976173f243950292a6 SHA512 
cf0d7c4829cae2baa064f8a68bfd827c6d596b9036d50e51f50a7d85faa7b1bd067c7dd84f7062affab6c1282186591c54f1cce60457e76924ae328eabca6505
 WHIRLPOOL 
80daf65a5d75038683f5a8c18f23c79d4f67c9daa7e7090aba8a9d7e610104dae890f45aa81a49a175542fd9c6fe08422f916e7d7d0854d12db7b346f0473be3
 DIST seamonkey-2.46-cs.xpi 936101 SHA256 
4fae0f46a8ba83a72e6c7a50b7ba73153f153055b874fa3e857ebf6867a48ff3 SHA512 
faa70bfbd6b8ecf3bf31ae7da164922ed4618558c62d8263b5655d285c932f0b3fd2e501397845276c4a2d0e519fcfd6d20bf7f0af5323cf5b1c1de94385766e
 WHIRLPOOL 
4dba7015f5702871bf96b55def971c34c02212279c3f4fc1b75336547f11b03ee9c3d837472ddfbff77878c

  1   2   3   4   5   6   7   8   9   10   >