[gentoo-commits] proj/kde:master commit in: media-video/kmplayer/

2016-03-26 Thread Johannes Huber
commit: 7eff6c8df7665dae5b00c00952bde213d1ea30d0
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Mar 26 18:26:17 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Mar 26 18:34:41 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7eff6c8d

media-video/kmplayer: EAPI 6

Package-Manager: portage-2.2.28

 media-video/kmplayer/kmplayer-.ebuild | 15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/media-video/kmplayer/kmplayer-.ebuild 
b/media-video/kmplayer/kmplayer-.ebuild
index 7f218e1..4ecdc52 100644
--- a/media-video/kmplayer/kmplayer-.ebuild
+++ b/media-video/kmplayer/kmplayer-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fr ga gl hr hu it
 ja km ku lt lv mai nb nds nl nn pl pt pt_BR ro ru sk sr sr@latin sv th tr ug uk
@@ -21,16 +21,16 @@ IUSE="cairo debug expat npp"
 DEPEND="
media-libs/phonon[qt4]
x11-libs/libX11
-   expat? ( >=dev-libs/expat-2.0.1 )
cairo? (
x11-libs/cairo
x11-libs/pango
)
+   expat? ( >=dev-libs/expat-2.0.1 )
npp? (
-   dev-libs/dbus-glib
$(add_kdeapps_dep kreadconfig)
-   >=x11-libs/gtk+-2.10.14:2
+   dev-libs/dbus-glib
www-plugins/adobe-flash
+   >=x11-libs/gtk+-2.10.14:2
)
 "
 RDEPEND="${DEPEND}
@@ -47,10 +47,11 @@ src_prepare() {
 
 src_configure() {
local mycmakeargs=(
-   $(cmake-utils_use cairo KMPLAYER_BUILT_WITH_CAIRO)
-   $(cmake-utils_use expat KMPLAYER_BUILT_WITH_EXPAT)
-   $(cmake-utils_use npp KMPLAYER_BUILT_WITH_NPP)
+   -DKMPLAYER_BUILT_WITH_CAIRO=$(usex cairo)
+   -DKMPLAYER_BUILT_WITH_EXPAT=$(usex expat)
+   -DKMPLAYER_BUILT_WITH_NPP=$(usex npp)
)
+
kde4-base_src_configure
 }
 



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

2016-03-26 Thread Michael Palimaka
commit: c5783d2ddd30d5fe76b4340bf77546b79145c9ea
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 26 18:33:09 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 26 18:33:09 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c5783d2d

kde-frameworks/kiconthemes: restrict tests

Gentoo-bug: 574770

Package-Manager: portage-2.2.28

 kde-frameworks/kiconthemes/kiconthemes-.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-frameworks/kiconthemes/kiconthemes-.ebuild 
b/kde-frameworks/kiconthemes/kiconthemes-.ebuild
index fa4992d..9fe83b2 100644
--- a/kde-frameworks/kiconthemes/kiconthemes-.ebuild
+++ b/kde-frameworks/kiconthemes/kiconthemes-.ebuild
@@ -25,3 +25,5 @@ RDEPEND="
$(add_qt_dep qtwidgets)
 "
 DEPEND="${RDEPEND}"
+
+RESTRICT="test" # bug 574770



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

2016-03-26 Thread Michael Palimaka
commit: 69763b124d4cdc3ba0473cf2739b8a175212a6f1
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 26 18:12:19 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 26 18:15:57 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=69763b12

kde-frameworks/breeze-icons: add missing dependency

KDEInstallDirs calls query_qmake which requires qtcore.

Package-Manager: portage-2.2.28

 kde-frameworks/breeze-icons/breeze-icons-.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/kde-frameworks/breeze-icons/breeze-icons-.ebuild 
b/kde-frameworks/breeze-icons/breeze-icons-.ebuild
index a0758fb..0352a73 100644
--- a/kde-frameworks/breeze-icons/breeze-icons-.ebuild
+++ b/kde-frameworks/breeze-icons/breeze-icons-.ebuild
@@ -14,5 +14,8 @@ LICENSE="LGPL-3"
 KEYWORDS=""
 IUSE=""
 
-DEPEND="$(add_frameworks_dep extra-cmake-modules)"
+DEPEND="
+   $(add_frameworks_dep extra-cmake-modules)
+   $(add_qt_dep qtcore)
+"
 RDEPEND="!

[gentoo-commits] proj/kde:master commit in: kde-apps/kdeedu-data/

2016-03-26 Thread Michael Palimaka
commit: 9b87f353e6fd61c2450e121849bb81e1ccd86c70
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 26 18:14:52 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 26 18:15:57 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9b87f353

kde-apps/kdeedu-data: add missing dependency

KDEInstallDirs calls query_qmake which requires qtcore.

Package-Manager: portage-2.2.28

 kde-apps/kdeedu-data/kdeedu-data-16.04.49..ebuild | 5 -
 kde-apps/kdeedu-data/kdeedu-data-.ebuild  | 5 -
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kdeedu-data/kdeedu-data-16.04.49..ebuild 
b/kde-apps/kdeedu-data/kdeedu-data-16.04.49..ebuild
index 0f1131f..3df4a9a 100644
--- a/kde-apps/kdeedu-data/kdeedu-data-16.04.49..ebuild
+++ b/kde-apps/kdeedu-data/kdeedu-data-16.04.49..ebuild
@@ -11,5 +11,8 @@ DESCRIPTION="Shared icons, artwork and data files for 
educational applications"
 KEYWORDS=""
 IUSE=""
 
-DEPEND="$(add_frameworks_dep extra-cmake-modules)"
+DEPEND="
+   $(add_frameworks_dep extra-cmake-modules)
+   $(add_qt_dep qtcore)
+"
 RDEPEND=""

diff --git a/kde-apps/kdeedu-data/kdeedu-data-.ebuild 
b/kde-apps/kdeedu-data/kdeedu-data-.ebuild
index 0f1131f..3df4a9a 100644
--- a/kde-apps/kdeedu-data/kdeedu-data-.ebuild
+++ b/kde-apps/kdeedu-data/kdeedu-data-.ebuild
@@ -11,5 +11,8 @@ DESCRIPTION="Shared icons, artwork and data files for 
educational applications"
 KEYWORDS=""
 IUSE=""
 
-DEPEND="$(add_frameworks_dep extra-cmake-modules)"
+DEPEND="
+   $(add_frameworks_dep extra-cmake-modules)
+   $(add_qt_dep qtcore)
+"
 RDEPEND=""



[gentoo-commits] proj/kde:master commit in: kde-frameworks/oxygen-icons/

2016-03-26 Thread Michael Palimaka
commit: 83a40308526894b409e379429373293bdb6ee43c
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 26 18:13:22 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 26 18:15:57 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=83a40308

kde-frameworks/oxygen-icons: add missing dependency

KDEInstallDirs calls query_qmake which requires qtcore.

Package-Manager: portage-2.2.28

 kde-frameworks/oxygen-icons/oxygen-icons-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-frameworks/oxygen-icons/oxygen-icons-.ebuild 
b/kde-frameworks/oxygen-icons/oxygen-icons-.ebuild
index c8ac5ae..6023569 100644
--- a/kde-frameworks/oxygen-icons/oxygen-icons-.ebuild
+++ b/kde-frameworks/oxygen-icons/oxygen-icons-.ebuild
@@ -18,6 +18,7 @@ IUSE=""
 
 DEPEND="
$(add_frameworks_dep extra-cmake-modules)
+   $(add_qt_dep qtcore)
test? ( $(add_qt_dep qttest) )
 "
 RDEPEND="



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

2016-03-26 Thread Michael Palimaka
commit: 475664fa23ef3fa6d1de6a1c45e0b0c6c9e6c2ac
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 26 18:11:08 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 26 18:15:57 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=475664fa

kde-plasma/plasma-workspace-wallpapers: add missing dependency

KDEInstallDirs calls query_qmake which requires qtcore.

Package-Manager: portage-2.2.28

 .../plasma-workspace-wallpapers-5.6.0.ebuild | 5 -
 .../plasma-workspace-wallpapers-5.6.49..ebuild   | 5 -
 .../plasma-workspace-wallpapers-.ebuild  | 5 -
 3 files changed, 12 insertions(+), 3 deletions(-)

diff --git 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.6.0.ebuild
 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.6.0.ebuild
index a8bd8e8..a74a64a 100644
--- 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.6.0.ebuild
+++ 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.6.0.ebuild
@@ -12,5 +12,8 @@ DESCRIPTION="Additional wallpapers for the Plasma workspace"
 KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
-DEPEND="$(add_frameworks_dep extra-cmake-modules)"
+DEPEND="
+   $(add_frameworks_dep extra-cmake-modules)
+   $(add_qt_dep qtcore)
+"
 RDEPEND="!

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

2016-03-26 Thread Michael Palimaka
commit: a19a96462bf874eedbd56e3e7d6fc6a3a0011648
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 26 18:15:50 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 26 18:15:57 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a19a9646

kde-apps/kdepim-icons: add missing dependency

KDEInstallDirs calls query_qmake which requires qtcore.

Package-Manager: portage-2.2.28

 kde-apps/kdepim-icons/kdepim-icons-15.12.3.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/kde-apps/kdepim-icons/kdepim-icons-15.12.3.ebuild 
b/kde-apps/kdepim-icons/kdepim-icons-15.12.3.ebuild
index fae7abd..b4be376 100644
--- a/kde-apps/kdepim-icons/kdepim-icons-15.12.3.ebuild
+++ b/kde-apps/kdepim-icons/kdepim-icons-15.12.3.ebuild
@@ -12,7 +12,10 @@ DESCRIPTION="KDE PIM icons"
 IUSE=""
 KEYWORDS=" ~amd64 ~x86"
 
-DEPEND="$(add_frameworks_dep extra-cmake-modules)"
+DEPEND="
+   $(add_frameworks_dep extra-cmake-modules)
+   $(add_qt_dep qtcore)
+"
 RDEPEND="
!

[gentoo-commits] proj/kde:master commit in: media-video/subtitlecomposer/

2016-03-26 Thread Johannes Huber
commit: 94c860b8352c0579bc7fef7c0b9356551125b1c0
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Mar 26 18:14:20 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Mar 26 18:14:20 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=94c860b8

media-video/subtitlecomposer: KF5, EAPI 6

Package-Manager: portage-2.2.28

 media-video/subtitlecomposer/metadata.xml  |  3 ++
 .../subtitlecomposer/subtitlecomposer-.ebuild  | 57 --
 2 files changed, 44 insertions(+), 16 deletions(-)

diff --git a/media-video/subtitlecomposer/metadata.xml 
b/media-video/subtitlecomposer/metadata.xml
index 32f5b1c..bd0879e 100644
--- a/media-video/subtitlecomposer/metadata.xml
+++ b/media-video/subtitlecomposer/metadata.xml
@@ -9,6 +9,9 @@
k...@gentoo.org
Gentoo KDE Project

+   
+   Build mpv backend support
+   

maxrd2/subtitlecomposer


diff --git a/media-video/subtitlecomposer/subtitlecomposer-.ebuild 
b/media-video/subtitlecomposer/subtitlecomposer-.ebuild
index a2c2460..47c2f41 100644
--- a/media-video/subtitlecomposer/subtitlecomposer-.ebuild
+++ b/media-video/subtitlecomposer/subtitlecomposer-.ebuild
@@ -2,11 +2,12 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-KDE_LINGUAS="bg cs de el es fr hu pl pt_BR ru sr sr@latin uk"
-KDE_LINGUAS_LIVE_OVERRIDE="true"
-inherit kde4-base
+CMAKE_MIN_VERSION="3.3"
+KDE_PUNT_BOGUS_DEPS=true
+KDE_TEST=true
+inherit kde5
 
 DESCRIPTION="Text-based subtitles editor"
 HOMEPAGE="https://github.com/maxrd2/subtitlecomposer;
@@ -14,30 +15,54 @@ EGIT_REPO_URI="git://github.com/maxrd2/${PN}"
 
 LICENSE="GPL-2"
 KEYWORDS=""
-SLOT="4"
-IUSE="debug gstreamer unicode xine"
+IUSE="mpv unicode xine"
 
-RDEPEND="
-   media-libs/phonon[qt4]
-   gstreamer? ( media-libs/gstreamer:0.10 )
+CDEPEND="
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kross)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep sonnet)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtwidgets)
+   dev-libs/glib:2
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   media-libs/phonon[qt5]
+   mpv? ( media-video/mpv )
unicode? ( dev-libs/icu:= )
-   xine? ( media-libs/xine-lib )
+   xine? (
+   media-libs/xine-lib
+   x11-libs/libxcb
+   )
+"
+RDEPEND="${CDPEEND}
+   !media-video/subtitlecomposer:5
 "
-DEPEND="${RDEPEND}
+DEPEND="${CDEPEND}
sys-devel/gettext
 "
 
 src_configure() {
local mycmakeargs=(
-   $(cmake-utils_use_with gstreamer GStreamer)
-   $(cmake-utils_use_with unicode ICU)
-   $(cmake-utils_use_with xine)
+   $(cmake-utils_use_find_package mpv MPV)
+   $(cmake-utils_use_find_package unicode ICU)
+   $(cmake-utils_use_find_package xine Xine)
+   $(cmake-utils_use_find_package xine XCB)
)
-   kde4-base_src_configure
+
+   kde5_src_configure
 }
 
 pkg_postinst() {
-   kde4-base_pkg_postinst
+   kde5_pkg_postinst
 
echo
elog "Some example scripts provided by ${PV} require dev-lang/ruby"



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

2016-03-26 Thread Mike Frysinger
commit: 99fb715b09406fa544ccbdeb2ba0eb0e6dc19b51
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sat Mar 26 17:39:06 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sat Mar 26 18:06:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99fb715b

net-libs/nghttp2: version bump to 1.9.0

 net-libs/nghttp2/Manifest |  1 +
 net-libs/nghttp2/nghttp2-1.9.0.ebuild | 62 +++
 2 files changed, 63 insertions(+)

diff --git a/net-libs/nghttp2/Manifest b/net-libs/nghttp2/Manifest
index 69054fc..82fd17c 100644
--- a/net-libs/nghttp2/Manifest
+++ b/net-libs/nghttp2/Manifest
@@ -2,3 +2,4 @@ DIST nghttp2-1.6.0.tar.gz 1983953 SHA256 
c88012e87b80c055ddd2412efd7e96b9e8cfe06
 DIST nghttp2-1.7.0.tar.gz 2001726 SHA256 
f0be9560baa30fc56bcce0151d88126d71b91815bb47076a8dd9ad2b9023ff49 SHA512 
556a81ef9bad8a75a23b13532e6066af4412d79fa8dbde508ea893780bc9b19e0525674dc1cfb04b25cc48d62ae704737d6c4b1aa2b442a2be514b72490f6c1b
 WHIRLPOOL 
138bb50c85ef7838be919989c032157ecedbfe1d5bf28633d5ee0c3d6f18dc7fa7525e185d476d146788466b58db0a2104054a1a28cb5152a8c4e9652fcb22ba
 DIST nghttp2-1.7.1.tar.gz 1993320 SHA256 
d83858464c03555828bb603288b66a48680bf164b376d2459a5407c102098a14 SHA512 
3a71153d2b30a69e79115402b7db9a04bc812025ccb67b918079f33690f18eb5b286095b8bc161df91abf6466b6bb822ecc13c49bee54265a06ba9ab7c289b54
 WHIRLPOOL 
41d0afd43878029069d2c339e22b8aec77fedbd1b0fb45da96b9592525c760731e2eec567999af704d63cf94c913b1d0c52063380e69170e1f2d2b928c1d70f3
 DIST nghttp2-1.8.0.tar.gz 2021815 SHA256 
3ac8cdf47c744cb387e6c867fe8c9a449254e9fab7fdf96782f9eaf7f635320a SHA512 
447ee232abb9ea4105044567baabedc471089af7dfe72219f7c830898d3cd9bc63351d187129e43331cc775702f8dbe2afd21a2c88dc5191b858539dcb7c61d2
 WHIRLPOOL 
b3ec7eae828c240dcd2c972d8148ceb6f2476fe8b6b8636c38b68b236e91915f07851a19a1e9daae27c636eb68898b8675e33b9e13d75c51ef99f56d992908dd
+DIST nghttp2-1.9.0.tar.gz 2058664 SHA256 
d4ab680ba4308073848bd864b76dae545c7eee38b58dd2e73c661378b10e9a59 SHA512 
b07dee045dd8647ce1be1617210fa7a7d7286762d28ddefdc95198988333f4fbc07f66769950e4851e8124eeefe26a557fe4c9be6b8e78476ca0f94a84ffe0ea
 WHIRLPOOL 
70109e735dd72800543c79f3b002e8d8fad9f818f5550338e745e164343ba329c55d04d7a426013ad562b77d732d54861f739d751780f110eaf31ee002cd94d7

diff --git a/net-libs/nghttp2/nghttp2-1.9.0.ebuild 
b/net-libs/nghttp2/nghttp2-1.9.0.ebuild
new file mode 100644
index 000..f035e7e
--- /dev/null
+++ b/net-libs/nghttp2/nghttp2-1.9.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# TODO: Add python support.
+
+EAPI="5"
+
+inherit multilib-minimal
+
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="https://github.com/tatsuhiro-t/nghttp2.git;
+   inherit git-2
+else
+   
SRC_URI="https://github.com/tatsuhiro-t/nghttp2/releases/download/v${PV}/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
+fi
+
+DESCRIPTION="HTTP/2 C Library"
+HOMEPAGE="https://nghttp2.org/;
+
+LICENSE="MIT"
+SLOT="0/1.14" # . SONAMEs
+IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils 
xml"
+
+RDEPEND="
+   cxx? ( dev-libs/boost:=[${MULTILIB_USEDEP},threads] )
+   hpack-tools? ( >=dev-libs/jansson-2.5 )
+   jemalloc? ( dev-libs/jemalloc )
+   utils? (
+   >=dev-libs/libev-4.15
+   !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist] )
+   libressl? ( dev-libs/libressl )
+   >=sys-libs/zlib-1.2.3
+   )
+   xml? ( >=dev-libs/libxml2-2.7.7:2 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
+
+multilib_src_configure() {
+   ECONF_SOURCE=${S} \
+   econf \
+   --disable-examples \
+   --disable-failmalloc \
+   --disable-werror \
+   --without-cython \
+   --disable-python-bindings \
+   --without-spdylay \
+   $(use_enable cxx asio-lib) \
+   $(use_enable debug) \
+   $(multilib_native_use_enable hpack-tools) \
+   $(use_enable static-libs static) \
+   $(use_enable threads) \
+   $(multilib_native_use_enable utils app) \
+   $(multilib_native_use_with jemalloc) \
+   $(multilib_native_use_with xml libxml2)
+}
+
+multilib_src_install_all() {
+   use static-libs || find "${ED}"/usr -name '*.la' -delete
+}



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

2016-03-26 Thread Mike Frysinger
commit: 62e4c40e3cca9729f60b5a2641a8587445550065
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sat Mar 26 18:06:27 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sat Mar 26 18:06:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e4c40e

dev-python/jsonrpclib: version bump to 0.1.7 #577938

 .../jsonrpclib/{jsonrpclib-.ebuild => jsonrpclib-0.1.7.ebuild}  | 2 +-
 dev-python/jsonrpclib/jsonrpclib-.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/jsonrpclib/jsonrpclib-.ebuild 
b/dev-python/jsonrpclib/jsonrpclib-0.1.7.ebuild
similarity index 85%
copy from dev-python/jsonrpclib/jsonrpclib-.ebuild
copy to dev-python/jsonrpclib/jsonrpclib-0.1.7.ebuild
index 101ea12..918b50d 100644
--- a/dev-python/jsonrpclib/jsonrpclib-.ebuild
+++ b/dev-python/jsonrpclib/jsonrpclib-0.1.7.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="git://github.com/joshmarshall/jsonrpclib.git"
inherit git-2
 else
-   SRC_URI="mirror://gentoo/${P}.tar.xz"
+   
SRC_URI="https://github.com/joshmarshall/jsonrpclib/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~mips ~x86"
 fi
 

diff --git a/dev-python/jsonrpclib/jsonrpclib-.ebuild 
b/dev-python/jsonrpclib/jsonrpclib-.ebuild
index 101ea12..918b50d 100644
--- a/dev-python/jsonrpclib/jsonrpclib-.ebuild
+++ b/dev-python/jsonrpclib/jsonrpclib-.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="git://github.com/joshmarshall/jsonrpclib.git"
inherit git-2
 else
-   SRC_URI="mirror://gentoo/${P}.tar.xz"
+   
SRC_URI="https://github.com/joshmarshall/jsonrpclib/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~mips ~x86"
 fi
 



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

2016-03-26 Thread Agostino Sarubbo
commit: ec326920ae0c0ca8ab38e87409f9d520e03456aa
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 18:06:13 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 18:06:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec326920

net-analyzer/icinga2: amd64 stable wrt bug #578092

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/net-analyzer/icinga2/icinga2-2.4.4-r1.ebuild 
b/net-analyzer/icinga2/icinga2-2.4.4-r1.ebuild
index 9cba7d7..c3fe2ba 100644
--- a/net-analyzer/icinga2/icinga2-2.4.4-r1.ebuild
+++ b/net-analyzer/icinga2/icinga2-2.4.4-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="+mysql postgres classicui console lto mail minimal nano-syntax +plugins 
studio +vim-syntax"
 
 CDEPEND="



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

2016-03-26 Thread Agostino Sarubbo
commit: 729471d25bf9501d2c30cb67975636b07cae5994
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 18:06:01 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 18:06:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=729471d2

dev-python/kaa-imlib2: amd64 stable wrt bug #577320

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/kaa-imlib2/kaa-imlib2-0.2.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/kaa-imlib2/kaa-imlib2-0.2.3-r2.ebuild 
b/dev-python/kaa-imlib2/kaa-imlib2-0.2.3-r2.ebuild
index 8a5d9aa..c85bf68 100644
--- a/dev-python/kaa-imlib2/kaa-imlib2-0.2.3-r2.ebuild
+++ b/dev-python/kaa-imlib2/kaa-imlib2-0.2.3-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/freevo/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 DEPEND=">=dev-python/kaa-base-0.3.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-tv/freevo/

2016-03-26 Thread Agostino Sarubbo
commit: 7d16fec52ef9bc8e1a4e18f03832acc6cbef8a23
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 18:05:56 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 18:05:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d16fec5

media-tv/freevo: amd64 stable wrt bug #577320

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-tv/freevo/freevo-1.9.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-tv/freevo/freevo-1.9.0-r1.ebuild 
b/media-tv/freevo/freevo-1.9.0-r1.ebuild
index be474ee..1a7823f 100644
--- a/media-tv/freevo/freevo-1.9.0-r1.ebuild
+++ b/media-tv/freevo/freevo-1.9.0-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="cdparanoia doc dvd encode fbcon flac gphoto2 jpeg lame lirc matrox mixer 
nls tv vorbis xine X"
 
 RDEPEND="



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

2016-03-26 Thread Agostino Sarubbo
commit: 5bf3d7b20fb8a980ff72c9530a6aff9d06e3bf03
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 18:06:06 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 18:06:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bf3d7b2

dev-python/kaa-display: amd64 stable wrt bug #577320

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/kaa-display/kaa-display-0.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/kaa-display/kaa-display-0.1.0-r1.ebuild 
b/dev-python/kaa-display/kaa-display-0.1.0-r1.ebuild
index d8d57e6..6857531 100644
--- a/dev-python/kaa-display/kaa-display-0.1.0-r1.ebuild
+++ b/dev-python/kaa-display/kaa-display-0.1.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/freevo/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 DEPEND=">=dev-python/kaa-base-0.3.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-pnp4nagios/

2016-03-26 Thread Agostino Sarubbo
commit: 46b430b428a7d7a5d1a7066b7da7d10385fabc55
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 18:06:20 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 18:06:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46b430b4

www-apps/icingaweb2-module-pnp4nagios: amd64 stable wrt bug #578100

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 .../icingaweb2-module-pnp4nagios-1.0.1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild
 
b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild
index 8df16f0..1b7d901 100644
--- 
a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild
+++ 
b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild
@@ -10,7 +10,7 @@ if [[ "${PV}" ==  ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/Icinga/icingaweb2-module-pnp.git;
 else
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
MY_PN="icingaweb2-module-pnp"
SRC_URI="https://codeload.github.com/Icinga/${MY_PN}/tar.gz/v${PV} -> 
${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"



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

2016-03-26 Thread Johannes Huber
commit: 548b6e14ccefcd3f6fd83a0843948bd48c9bb04e
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Mar 26 17:56:55 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Mar 26 17:58:27 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=548b6e14

kde5.eclass: Improve translation handling

Do not remove unconditionally po file for non release versions.

 eclass/kde5.eclass | 34 --
 1 file changed, 16 insertions(+), 18 deletions(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index b1a3cfc..d5b7f85 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -461,24 +461,24 @@ kde5_src_prepare() {
 
# enable only the requested translations
# when required
-   if [[ ${KDE_BUILD_TYPE} = release ]] ; then
-   if [[ -d po ]] ; then
-   pushd po > /dev/null || die
-   for lang in *; do
-   if [[ -d ${lang} ]] && ! has ${lang} ${LINGUAS} 
; then
-   rm -r ${lang} || die
-   if [[ -e CMakeLists.txt ]] ; then
-   cmake_comment_add_subdirectory 
${lang}
-   fi
-   elif ! has ${lang/.po/} ${LINGUAS} ; then
-   if [[ ${lang} != CMakeLists.txt ]] ; 
then
-   rm ${lang} || die
-   fi
+   if [[ -d po ]] ; then
+   pushd po > /dev/null || die
+   for lang in *; do
+   if [[ -d ${lang} ]] && ! has ${lang} ${LINGUAS} ; then
+   rm -r ${lang} || die
+   if [[ -e CMakeLists.txt ]] ; then
+   cmake_comment_add_subdirectory ${lang}
fi
-   done
-   popd > /dev/null || die
-   fi
+   elif ! has ${lang/.po/} ${LINGUAS} ; then
+   if [[ ${lang} != CMakeLists.txt ]] ; then
+   rm ${lang} || die
+   fi
+   fi
+   done
+   popd > /dev/null || die
+   fi
 
+   if [[ ${KDE_BUILD_TYPE} = release ]] ; then
if [[ ${KDE_HANDBOOK} != false && -d ${KDE_DOC_DIR} && 
${CATEGORY} != kde-apps ]] ; then
pushd ${KDE_DOC_DIR} > /dev/null || die
for lang in *; do
@@ -488,8 +488,6 @@ kde5_src_prepare() {
done
popd > /dev/null || die
fi
-   else
-   rm -rf po
fi
 
# in frameworks, tests = manual tests so never build them



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

2016-03-26 Thread Johannes Huber
commit: b4d49db2ac6e789d7e9cbff74213456a6910aed2
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Mar 26 17:41:01 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Mar 26 17:41:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d49db2

profiles: Fix kde-plasma/plasma-sdk[plasmate] mask description

 profiles/base/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index b75ee14..513fe49 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -25,7 +25,7 @@ net-im/qutim otr
  (2 Jan 2016)



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

2016-03-26 Thread Johannes Huber
commit: 5afc0f3b35cbf672cfe6328fbba43b9e3d7091cb
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Mar 26 17:40:08 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Mar 26 17:41:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5afc0f3b

kde-plasma/plasma-sdk: Fix dependency

Package-Manager: portage-2.2.28

 kde-plasma/plasma-sdk/plasma-sdk-5.5.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.5.5-r1.ebuild 
b/kde-plasma/plasma-sdk/plasma-sdk-5.5.5-r1.ebuild
index 0b43681..8f18233 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.5.5-r1.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.5.5-r1.ebuild
@@ -38,8 +38,8 @@ DEPEND="
$(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep knewstuff)
$(add_frameworks_dep kparts)
-   $(add_kdeapps_dep kdevplatform)
$(add_qt_dep qtwebkit)
+   dev-util/kdevplatform:5
)
 "
 RDEPEND="${DEPEND}



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

2016-03-26 Thread Michael Palimaka
commit: eb435028ba3ed7e7c3c5852e77437dabe1b1db3b
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 26 17:40:51 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 26 17:41:41 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=eb435028

kde5.eclass: improve test support for extra-cmake-modules

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

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index ea8f7cc..b1a3cfc 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -493,7 +493,7 @@ kde5_src_prepare() {
fi
 
# in frameworks, tests = manual tests so never build them
-   if [[ ${CATEGORY} = kde-frameworks ]]; then
+   if [[ ${CATEGORY} = kde-frameworks ]] && [[ ${PN} != 
extra-cmake-modules ]]; then
cmake_comment_add_subdirectory tests
fi
 



[gentoo-commits] proj/kde:master commit in: kde-frameworks/extra-cmake-modules/

2016-03-26 Thread Michael Palimaka
commit: 9eaf81cc829b3bc6efe40e674868fa9345600dda
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 26 17:38:46 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 26 17:41:41 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9eaf81cc

kde-frameworks/extra-cmake-modules: improve test support

Package-Manager: portage-2.2.28

 kde-frameworks/extra-cmake-modules/extra-cmake-modules-.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-.ebuild 
b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-.ebuild
index 6a46101..c548a0c 100644
--- a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-.ebuild
+++ b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-.ebuild
@@ -7,6 +7,7 @@ EAPI=6
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 KDE_AUTODEPS="false"
 KDE_DEBUG="false"
+KDE_TEST="false"
 inherit kde5 python-any-r1
 
 DESCRIPTION="Extra modules and scripts for CMake"
@@ -14,7 +15,7 @@ 
HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules;
 
 LICENSE="BSD"
 KEYWORDS=""
-IUSE="doc"
+IUSE="doc test"
 
 DEPEND="
>=dev-util/cmake-2.8.12
@@ -22,6 +23,10 @@ DEPEND="
${PYTHON_DEPS}
$(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
)
+   test? (
+   $(add_qt_dep qtcore)
+   $(add_qt_dep linguist-tools)
+   )
 "
 
 python_check_deps() {



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

2016-03-26 Thread Tim Harder
commit: 2dd7254a3c9236af6715bfc7165d3c74b0d9e5ed
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Mar 26 17:39:30 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Mar 26 17:40:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dd7254a

app-vim/diffchar: initial import

 app-vim/diffchar/Manifest|  1 +
 app-vim/diffchar/diffchar-6.1.ebuild | 13 +
 app-vim/diffchar/metadata.xml| 11 +++
 3 files changed, 25 insertions(+)

diff --git a/app-vim/diffchar/Manifest b/app-vim/diffchar/Manifest
new file mode 100644
index 000..94738d7
--- /dev/null
+++ b/app-vim/diffchar/Manifest
@@ -0,0 +1 @@
+DIST diffchar-6.1.tar.bz2 15788 SHA256 
daee0b40c4576a2499452a14c933dd3d6e3d3467d4c9969ddb9c6afccc3f68ff SHA512 
a1a7842be0784d07f018bc403b9450e936e6456dec088e4b8cf1cab25b7bad0eb90439971b129c2f8b06402f9ac8009020bca0cf0806eca8deb553df91f1b487
 WHIRLPOOL 
408cee741506bc5ec6d775c8220b5798aa944ce100ff692c9d757e530a31b91f15a1498552aaa5414d0d930dfd93b33363edceb687debbd7f975badfe2a9c3e3

diff --git a/app-vim/diffchar/diffchar-6.1.ebuild 
b/app-vim/diffchar/diffchar-6.1.ebuild
new file mode 100644
index 000..3655d51
--- /dev/null
+++ b/app-vim/diffchar/diffchar-6.1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: highlight the exact differences, based on characters 
and words"
+HOMEPAGE="https://github.com/rickhowe/diffchar.vim 
http://www.vim.org/scripts/script.php?script_id=4932;
+LICENSE="vim.org"
+KEYWORDS="~amd64 ~x86"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"

diff --git a/app-vim/diffchar/metadata.xml b/app-vim/diffchar/metadata.xml
new file mode 100644
index 000..33e52c7
--- /dev/null
+++ b/app-vim/diffchar/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+v...@gentoo.org
+Gentoo Vim Project
+  
+  
+rickhowe/diffchar.vim
+  
+



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

2016-03-26 Thread Tim Harder
commit: 02bf33462c1688491fea99f86a62094b326a5906
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Mar 26 17:36:55 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Mar 26 17:40:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02bf3346

app-vim/gundo: version bump to 2.6.1

 app-vim/gundo/Manifest   |  1 +
 app-vim/gundo/gundo-2.6.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 16fee32..13f328c 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1 +1,2 @@
 DIST gundo-2.5.0.tar.gz 152724 SHA256 
d7d0c0633937d8cde5d42b6c9634f3ee9b879252b9615f45b49d002320c3b24a SHA512 
85687e0baa00d6c603dcabc9ffa5fef3c49437d816a7e637fa9f48719726bc4d4f45417998d9a080d2796c1e3b1bf76318628f7733a9985fd8f46e053aec42db
 WHIRLPOOL 
c1086ec377fe8fc204ee1c66feeb6a45063f51094715f4e0e1c9c0fbf8882721e6a0ccfa759f27256602fe2f3d8ef26b505aed19c431cb98e4be82c35d1bc60f
+DIST gundo-2.6.1.tar.gz 153125 SHA256 
6cacba104238169af6e9e2863cf500922a59cb6cb49885b36381a7f5d108be77 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 WHIRLPOOL 
a29477209922ec6e0602f26cab96dac4c76d4f0fa4cd86df3f8f01af8d3022a57eced609423dbda73f82e01718cdd6e7bf8b2bc8c5ef2cbe465edf5401ed2152

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
new file mode 100644
index 000..f645812
--- /dev/null
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit vim-plugin python-single-r1
+
+DESCRIPTION="vim plugin: visualize your vim undo tree"
+HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/;
+SRC_URI="https://github.com/sjl/gundo.vim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86 ~x64-macos"
+
+RDEPEND="|| ( app-editors/vim[${PYTHON_USEDEP}] 
app-editors/gvim[${PYTHON_USEDEP}] )
+   ${PYTHON_DEPS}"
+
+S=${WORKDIR}/${PN}.vim-${PV}
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"
+
+src_prepare() {
+   rm -r .gitignore .hg* package.sh README* site tests || die
+}



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

2016-03-26 Thread Johannes Huber
commit: 95338ff28988f09b2dd1c031dc0e0162063cbd3d
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Mar 26 16:34:14 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Mar 26 17:37:05 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=95338ff2

kde-misc/kustodian: Remove

Dead upstream. Uses deprecated kdelibs4. Never got a release.

 kde-misc/kustodian/kustodian-.ebuild | 22 --
 kde-misc/kustodian/metadata.xml  |  8 
 2 files changed, 30 deletions(-)

diff --git a/kde-misc/kustodian/kustodian-.ebuild 
b/kde-misc/kustodian/kustodian-.ebuild
deleted file mode 100644
index 2f6b676..000
--- a/kde-misc/kustodian/kustodian-.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KMNAME="playground/base/plasma"
-KMMODULE="applets/${PN}"
-KDE_SCM="svn"
-inherit kde4-meta
-
-DESCRIPTION="a taskbar and quicklauncher combined"
-HOMEPAGE="http://www.kdedevelopers.org/node/4038;
-
-LICENSE="GPL-2"
-KEYWORDS=""
-SLOT="4"
-IUSE="debug"
-
-RDEPEND="
-   $(add_kdebase_dep plasma-workspace)
-"

diff --git a/kde-misc/kustodian/metadata.xml b/kde-misc/kustodian/metadata.xml
deleted file mode 100644
index 2fdbf33..000
--- a/kde-misc/kustodian/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
-



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

2016-03-26 Thread Johannes Huber
commit: 217a8524a7c83d4a57997434504d3203eed5b039
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Mar 26 17:36:49 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Mar 26 17:37:05 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=217a8524

kde-plasma/plasma-sdk: Fix dependency

Package-Manager: portage-2.2.28

 kde-plasma/plasma-sdk/plasma-sdk-5.6.0.ebuild   | 2 +-
 kde-plasma/plasma-sdk/plasma-sdk-5.6.49..ebuild | 2 +-
 kde-plasma/plasma-sdk/plasma-sdk-.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.6.0.ebuild 
b/kde-plasma/plasma-sdk/plasma-sdk-5.6.0.ebuild
index ecc469e..a655149 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.6.0.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.6.0.ebuild
@@ -38,8 +38,8 @@ DEPEND="
$(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep knewstuff)
$(add_frameworks_dep kparts)
-   $(add_kdeapps_dep kdevplatform)
$(add_qt_dep qtwebkit)
+   dev-util/kdevplatform:5
)
 "
 RDEPEND="${DEPEND}

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.6.49..ebuild 
b/kde-plasma/plasma-sdk/plasma-sdk-5.6.49..ebuild
index 19d94b3..3a9378a 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.6.49..ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.6.49..ebuild
@@ -38,8 +38,8 @@ DEPEND="
$(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep knewstuff)
$(add_frameworks_dep kparts)
-   $(add_kdeapps_dep kdevplatform)
$(add_qt_dep qtwebkit)
+   dev-util/kdevplatform:5
)
 "
 RDEPEND="${DEPEND}

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-.ebuild 
b/kde-plasma/plasma-sdk/plasma-sdk-.ebuild
index 02bb7e1..e5fe56f 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-.ebuild
@@ -38,8 +38,8 @@ DEPEND="
$(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep knewstuff)
$(add_frameworks_dep kparts)
-   $(add_kdeapps_dep kdevplatform)
$(add_qt_dep qtwebkit)
+   dev-util/kdevplatform:5
)
 "
 RDEPEND="${DEPEND}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/extra-cmake-modules/

2016-03-26 Thread Michael Palimaka
commit: 0efb4b00d16904295d1eee505f0765274db37397
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 26 17:28:11 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 26 17:28:42 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0efb4b00

kde-frameworks/extra-cmake-modules: drop dev-qt/qtcore RDEPEND

This was added in 83cadfedf9a2af7934f5456ab818c16ad5a1edf3 as certain modules
call qmake, but is now causing an unnecessary dependency as some consumers do
not use these modules and do not require qt at all.

Gentoo-bug: 572652

Package-Manager: portage-2.2.28

 kde-frameworks/extra-cmake-modules/extra-cmake-modules-.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-.ebuild 
b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-.ebuild
index 1a71cca..6a46101 100644
--- a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-.ebuild
+++ b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-.ebuild
@@ -23,9 +23,6 @@ DEPEND="
$(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
)
 "
-RDEPEND="
-   $(add_qt_dep qtcore)
-"
 
 python_check_deps() {
has_version "dev-python/sphinx[${PYTHON_USEDEP}]"



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/jquery-scrollto-rails/

2016-03-26 Thread Manuel Rüger
commit: 25e10a8c8f1f74b6e01e0c8fb2a81dde0a020ddf
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Mar 26 17:16:12 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Mar 26 17:16:12 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=25e10a8c

dev-ruby/jquery-scrollto-rails: Initial version

Package-Manager: portage-2.2.28

 dev-ruby/jquery-scrollto-rails/Manifest|  1 +
 .../jquery-scrollto-rails-1.4.3.ebuild | 23 ++
 dev-ruby/jquery-scrollto-rails/metadata.xml|  8 
 3 files changed, 32 insertions(+)

diff --git a/dev-ruby/jquery-scrollto-rails/Manifest 
b/dev-ruby/jquery-scrollto-rails/Manifest
new file mode 100644
index 000..00be802
--- /dev/null
+++ b/dev-ruby/jquery-scrollto-rails/Manifest
@@ -0,0 +1 @@
+DIST jquery-scrollto-rails-1.4.3.gem 9728 SHA256 
77dbb8add00d4f1baec5f34859b992649a86a9ca054b1c2a7d3e03c3fb072c8a SHA512 
aaf33c2b4a0a21289abcdf2bdfc8859d2b8986e6787314c3c243e367875775d56fdefdfe94fb65fefea7f7067637b98036580e3a6236052f328f7afe95a5b31e
 WHIRLPOOL 
4279556ca7d4279df87a4355435e5dfe171d5465df45fb38341bd81b2346c18f9e032f0f0d56249a2e8d214b0231e4184b751479795a8bfc6b32899de7f7b230

diff --git a/dev-ruby/jquery-scrollto-rails/jquery-scrollto-rails-1.4.3.ebuild 
b/dev-ruby/jquery-scrollto-rails/jquery-scrollto-rails-1.4.3.ebuild
new file mode 100644
index 000..fbdb4a1
--- /dev/null
+++ b/dev-ruby/jquery-scrollto-rails/jquery-scrollto-rails-1.4.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_TEST=""
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This provides jQuery scrollTo for your Rails 3 application"
+HOMEPAGE="https://rubygems.org/gems/jquery-scrollto-rails 
https://github.com/JohnColvin/jquery-scrollto-rails;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/railties-3.1"

diff --git a/dev-ruby/jquery-scrollto-rails/metadata.xml 
b/dev-ruby/jquery-scrollto-rails/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/dev-ruby/jquery-scrollto-rails/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/state_machines-activerecord/

2016-03-26 Thread Manuel Rüger
commit: 803229b96cd416eec629739fe0b0dcb8c44476e9
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Mar 26 17:13:14 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Mar 26 17:13:14 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=803229b9

dev-ruby/state_machines-activerecord: Initial version

Package-Manager: portage-2.2.28

 dev-ruby/state_machines-activerecord/Manifest  |  1 +
 dev-ruby/state_machines-activerecord/metadata.xml  |  8 ++
 .../state_machines-activerecord-0.3.0.ebuild   | 32 ++
 3 files changed, 41 insertions(+)

diff --git a/dev-ruby/state_machines-activerecord/Manifest 
b/dev-ruby/state_machines-activerecord/Manifest
new file mode 100644
index 000..2d01264
--- /dev/null
+++ b/dev-ruby/state_machines-activerecord/Manifest
@@ -0,0 +1 @@
+DIST state_machines-activerecord-0.3.0.gem 23552 SHA256 
7d9bd388507ae57061d56ec6d748ec1612ce3b3f56038dfcea895446eca4b781 SHA512 
e81d9a2859a0deb7db9cfbceac1e39282d0f0869da86594d7af7eed74a5a7a989a24393d814a78c8e535bdc908c38fcbbce37e44d91acbe04a1f40efd9b4a8a9
 WHIRLPOOL 
6742e9c1eed0a22e3b064bbe7ef9cab0e3ca484d48897e1edebc54c79cf05dc67ae9026ec753dd4dc491aa29561917a59dbcfa10fe4cdd894d4a5584afa0b1fc

diff --git a/dev-ruby/state_machines-activerecord/metadata.xml 
b/dev-ruby/state_machines-activerecord/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/dev-ruby/state_machines-activerecord/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+

diff --git 
a/dev-ruby/state_machines-activerecord/state_machines-activerecord-0.3.0.ebuild 
b/dev-ruby/state_machines-activerecord/state_machines-activerecord-0.3.0.ebuild
new file mode 100644
index 000..c201f20
--- /dev/null
+++ 
b/dev-ruby/state_machines-activerecord/state_machines-activerecord-0.3.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Adds support for creating state machines for attributes on 
ActiveRecord"
+HOMEPAGE="https://rubygems.org/gems/state_machines-activerecord 
https://github.com/state-machines/state_machines-activerecord/;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/activerecord-4.1
+   =dev-ruby/state_machines-activemodel-0.3.0"
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.4.0
+   >=dev-ruby/rake-10.3
+   >=dev-ruby/activerecord-4.1[sqlite]
+   >=dev-ruby/sqlite3-1.3
+   

[gentoo-commits] dev/mrueg:master commit in: dev-ruby/state_machines-activemodel/

2016-03-26 Thread Manuel Rüger
commit: 92aa3ca77250818c23900c98af7e8d3b9af95517
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Mar 26 17:10:27 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Mar 26 17:10:27 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=92aa3ca7

dev-ruby/state_machines-activemodel: Initial version

Package-Manager: portage-2.2.28

 dev-ruby/state_machines-activemodel/Manifest   |  1 +
 dev-ruby/state_machines-activemodel/metadata.xml   |  8 ++
 .../state_machines-activemodel-0.3.0.ebuild| 31 ++
 3 files changed, 40 insertions(+)

diff --git a/dev-ruby/state_machines-activemodel/Manifest 
b/dev-ruby/state_machines-activemodel/Manifest
new file mode 100644
index 000..ffad22b
--- /dev/null
+++ b/dev-ruby/state_machines-activemodel/Manifest
@@ -0,0 +1 @@
+DIST state_machines-activemodel-0.3.0.gem 17408 SHA256 
1e7cc1411d4a94d5fc95b3ddbdcc1d8ec0801b804173b8afba6e8b3d4a6550af SHA512 
3c4fbbdc006e19807841621877b4a05593719eb2a0bb57e38ac9afb24d4062d9942ef0c9214e75380a05614bfaf19ae262e73ec0cda5dcc6720d56d293702081
 WHIRLPOOL 
4fcf40e4bc87cda920d81d1e399897c309d8a460b38c3322690c2887afa5d3773a266fe38e87863e766b65b1a9ff02a69b701d2b839cbf891901227b374b537b

diff --git a/dev-ruby/state_machines-activemodel/metadata.xml 
b/dev-ruby/state_machines-activemodel/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/dev-ruby/state_machines-activemodel/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+

diff --git 
a/dev-ruby/state_machines-activemodel/state_machines-activemodel-0.3.0.ebuild 
b/dev-ruby/state_machines-activemodel/state_machines-activemodel-0.3.0.ebuild
new file mode 100644
index 000..ed16ce4
--- /dev/null
+++ 
b/dev-ruby/state_machines-activemodel/state_machines-activemodel-0.3.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Adds support for creating state machines for attributes on 
ActiveModel"
+HOMEPAGE="https://github.com/state-machines/state_machines-activemodel 
https://rubygems.org/gems/state_machines-activemodel;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/activemodel-4.1
+   =dev-ruby/state_machines-0.4.0"
+ruby_add_bdepend "test? (
+   >=dev-ruby/minitest-5.4
+   =dev-ruby/rake-10 )"
+
+all_ruby_prepare() {
+   sed -i -e "/[Rr]eporters/d" test/test_helper.rb || die
+}



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/state_machines/

2016-03-26 Thread Manuel Rüger
commit: 54c6febeb980d0e0c1850b0202d3d1993eeac4ba
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Mar 26 17:07:05 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Mar 26 17:07:05 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=54c6febe

dev-ruby/state_machines: Initial version

Package-Manager: portage-2.2.28

 dev-ruby/state_machines/Manifest   |  1 +
 dev-ruby/state_machines/metadata.xml   |  8 ++
 .../state_machines/state_machines-0.4.0.ebuild | 29 ++
 3 files changed, 38 insertions(+)

diff --git a/dev-ruby/state_machines/Manifest b/dev-ruby/state_machines/Manifest
new file mode 100644
index 000..ffeec55
--- /dev/null
+++ b/dev-ruby/state_machines/Manifest
@@ -0,0 +1 @@
+DIST state_machines-0.4.0.tar.gz 121233 SHA256 
f9205679f646f2191002e8d9d337ff25b87a69d97b959db760b3c6a33e214d95 SHA512 
63911572d5238f33256ddfa8c7f79702a63a3e81b09fcfdaadf9b3fae4c92abbe97e55c2f35f740974dd420b9e1f22ace01952a5b30d468103e93966fa6fe026
 WHIRLPOOL 
18722c905f327802d8663aaef283ce621b6dd75d036869ece2a19b6b6294a80c00ea16339b6cd37945f9d3315d5a06b5ce67fb5f04d3e33c6d99c58cf13a281d

diff --git a/dev-ruby/state_machines/metadata.xml 
b/dev-ruby/state_machines/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/dev-ruby/state_machines/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+

diff --git a/dev-ruby/state_machines/state_machines-0.4.0.ebuild 
b/dev-ruby/state_machines/state_machines-0.4.0.ebuild
new file mode 100644
index 000..8895b9c
--- /dev/null
+++ b/dev-ruby/state_machines/state_machines-0.4.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_TASK_TEST="unit functional"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Adds support for creating state machines for attributes on any 
Ruby class"
+HOMEPAGE="https://github.com/state-machines/state_machines 
https://rubygems.org/gems/state_machines;
+SRC_URI="https://github.com/state-machines/state_machines/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.4
+   dev-ruby/rake )"
+
+all_ruby_prepare() {
+   sed -i -e "/bundler/d" Rakefile || die
+   sed -i -e "/[Rr]eporters/d" test/test_helper.rb || die
+}



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/activerecord-session_store/

2016-03-26 Thread Manuel Rüger
commit: 4f7fc0d300590fb6b1753a857e0f891d6c1ced04
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Mar 26 16:55:51 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Mar 26 16:55:51 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=4f7fc0d3

dev-ruby/activerecord-session_store: Initial version

Package-Manager: portage-2.2.28

 dev-ruby/activerecord-session_store/Manifest   |  1 +
 .../activerecord-session_store-0.1.2.ebuild| 36 ++
 dev-ruby/activerecord-session_store/metadata.xml   |  8 +
 3 files changed, 45 insertions(+)

diff --git a/dev-ruby/activerecord-session_store/Manifest 
b/dev-ruby/activerecord-session_store/Manifest
new file mode 100644
index 000..e5c0156
--- /dev/null
+++ b/dev-ruby/activerecord-session_store/Manifest
@@ -0,0 +1 @@
+DIST activerecord-session_store-0.1.2.tar.gz 12623 SHA256 
7c4d003f805e89a15d309e06bc27428ee5a62d94422c62dc1977debf30ba9449 SHA512 
1aafeed755ebe98b3c31cf46e7d90c6ad26a567b6d9a41b2114fe7b4e3254eb2a2180ba7c4bd558b28861d43a0694a71ff4a5eecca8f8ca9b86134bd5e90554a
 WHIRLPOOL 
5eb69c35b92b1c20743c47d9c0b165a68f25f9ceb5561feb61bf8f3efda893b09ff26c4bf3c34091944b7ea21140f3294fdb06ac9b9266a716a90039a3ff1124

diff --git 
a/dev-ruby/activerecord-session_store/activerecord-session_store-0.1.2.ebuild 
b/dev-ruby/activerecord-session_store/activerecord-session_store-0.1.2.ebuild
new file mode 100644
index 000..d5e0ccb
--- /dev/null
+++ 
b/dev-ruby/activerecord-session_store/activerecord-session_store-0.1.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An Action Dispatch session store backed by an Active Record 
class."
+HOMEPAGE="https://rubygems.org/gems/activerecord-session_store 
https://github.com/rails/activerecord-session_store;
+SRC_URI="https://github.com/rails/activerecord-session_store/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/actionpack-4.0.0
+   =dev-ruby/activerecord-4.0.0
+   =dev-ruby/railties-4.0.0"
+ruby_add_bdepend "test? ( >=dev-ruby/activerecord-4[sqlite]
+   dev-ruby/minitest
+   dev-ruby/rake
+   dev-ruby/sqlite3 )"
+
+all_ruby_prepare() {
+   sed -i -e "/bundler/d" Rakefile test/helper.rb || die
+   sed -i -e "s/-w/-w -Ilib/" Rakefile || die
+}

diff --git a/dev-ruby/activerecord-session_store/metadata.xml 
b/dev-ruby/activerecord-session_store/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/dev-ruby/activerecord-session_store/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+



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

2016-03-26 Thread Johannes Huber
commit: 82835e112941f9b311affb059bc2c3223ae0415e
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Mar 26 16:49:37 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Mar 26 16:49:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82835e11

net-irc/quassel: Remove old

Package-Manager: portage-2.2.28

 net-irc/quassel/quassel-0.12.3.ebuild | 218 --
 1 file changed, 218 deletions(-)

diff --git a/net-irc/quassel/quassel-0.12.3.ebuild 
b/net-irc/quassel/quassel-0.12.3.ebuild
deleted file mode 100644
index 793d905..000
--- a/net-irc/quassel/quassel-0.12.3.ebuild
+++ /dev/null
@@ -1,218 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils eutils pax-utils systemd user versionator
-
-EGIT_REPO_URI="git://git.quassel-irc.org/quassel"
-[[ "${PV}" == "" ]] && inherit git-r3
-
-DESCRIPTION="Qt/KDE IRC client supporting a remote daemon for 24/7 
connectivity"
-HOMEPAGE="http://quassel-irc.org/;
-[[ "${PV}" == "" ]] || SRC_URI="http://quassel-irc.org/pub/${P}.tar.bz2;
-
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~sparc-solaris"
-SLOT="0"
-IUSE="ayatana crypt dbus debug kde monolithic phonon postgres qt5 +server +ssl 
syslog webkit X"
-
-SERVER_RDEPEND="
-   qt5? (
-   dev-qt/qtscript:5
-   crypt? ( app-crypt/qca:2[openssl,qt5] )
-   postgres? ( dev-qt/qtsql:5[postgres] )
-   !postgres? ( dev-qt/qtsql:5[sqlite] 
dev-db/sqlite:3[threadsafe(+),-secure-delete] )
-   )
-   !qt5? (
-   dev-qt/qtscript:4
-   crypt? ( app-crypt/qca:2[openssl,qt4(+)] )
-   postgres? ( dev-qt/qtsql:4[postgres] )
-   !postgres? ( dev-qt/qtsql:4[sqlite] 
dev-db/sqlite:3[threadsafe(+),-secure-delete] )
-   )
-   syslog? ( virtual/logger )
-"
-
-GUI_RDEPEND="
-   qt5? (
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   dbus? (
-   >=dev-libs/libdbusmenu-qt-0.9.3_pre20140619[qt5]
-   dev-qt/qtdbus:5
-   )
-   kde? (
-   kde-frameworks/kconfigwidgets:5
-   kde-frameworks/kcoreaddons:5
-   kde-frameworks/knotifications:5
-   kde-frameworks/knotifyconfig:5
-   kde-frameworks/ktextwidgets:5
-   kde-frameworks/kwidgetsaddons:5
-   kde-frameworks/kxmlgui:5
-   kde-frameworks/sonnet:5
-   )
-   phonon? ( media-libs/phonon[qt5] )
-   webkit? ( dev-qt/qtwebkit:5 )
-   )
-   !qt5? (
-   dev-qt/qtgui:4
-   ayatana? ( dev-libs/libindicate-qt )
-   dbus? (
-   >=dev-libs/libdbusmenu-qt-0.9.3_pre20140619[qt4(+)]
-   dev-qt/qtdbus:4
-   kde? (
-   kde-base/kdelibs:4
-   kde-frameworks/oxygen-icons:*
-   ayatana? ( 
kde-misc/plasma-widget-message-indicator )
-   )
-   )
-   phonon? ( || ( media-libs/phonon[qt4] dev-qt/qtphonon:4 ) )
-   webkit? ( dev-qt/qtwebkit:4 )
-   )
-"
-
-RDEPEND="
-   sys-libs/zlib
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtnetwork:5[ssl?]
-   )
-   !qt5? ( dev-qt/qtcore:4[ssl?] )
-   monolithic? (
-   ${SERVER_RDEPEND}
-   ${GUI_RDEPEND}
-   )
-   !monolithic? (
-   server? ( ${SERVER_RDEPEND} )
-   X? ( ${GUI_RDEPEND} )
-   )
-"
-DEPEND="${RDEPEND}
-   qt5? (
-   dev-qt/linguist-tools:5
-   kde-frameworks/extra-cmake-modules
-   )
-"
-
-DOCS=( AUTHORS ChangeLog README )
-
-REQUIRED_USE="
-   || ( X server monolithic )
-   ayatana? ( || ( X monolithic ) )
-   crypt? ( || ( server monolithic ) )
-   dbus? ( || ( X monolithic ) )
-   kde? ( || ( X monolithic ) phonon )
-   phonon? ( || ( X monolithic ) )
-   postgres? ( || ( server monolithic ) )
-   qt5? ( !ayatana )
-   syslog? ( || ( server monolithic ) )
-   webkit? ( || ( X monolithic ) )
-"
-
-pkg_setup() {
-   if use server; then
-   QUASSEL_DIR=/var/lib/${PN}
-   QUASSEL_USER=${PN}
-   # create quassel:quassel user
-   enewgroup "${QUASSEL_USER}"
-   enewuser "${QUASSEL_USER}" -1 -1 "${QUASSEL_DIR}" 
"${QUASSEL_USER}"
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package ayatana IndicateQt)
-   $(cmake-utils_use_find_package crypt QCA2)
-   $(cmake-utils_use_find_package crypt QCA2-QT5)
-  

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

2016-03-26 Thread Johannes Huber
commit: e77f1be3d559c5c3f5dcba21a246c8b06ca695fb
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Mar 26 16:48:37 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Mar 26 16:48:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e77f1be3

net-irc/quassel: Restore arm

Package-Manager: portage-2.2.28

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

diff --git a/net-irc/quassel/quassel-0.12.3-r1.ebuild 
b/net-irc/quassel/quassel-0.12.3-r1.ebuild
index 127d82e..e264d6a 100644
--- a/net-irc/quassel/quassel-0.12.3-r1.ebuild
+++ b/net-irc/quassel/quassel-0.12.3-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://quassel-irc.org/;
 [[ "${PV}" == "" ]] || SRC_URI="http://quassel-irc.org/pub/${P}.tar.bz2;
 
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~sparc-solaris"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~sparc-solaris"
 SLOT="0"
 IUSE="ayatana crypt dbus debug kde monolithic phonon postgres qt5 +server
 snorenotify +ssl syslog webkit X"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/gpgmepp/

2016-03-26 Thread Michael Palimaka
commit: 2594978ee74ed9e8c1abd6dabf61510f6eed2e98
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Mar 26 11:33:12 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 26 16:46:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2594978e

kde-apps/gpgmepp: Move 15.12.3 from kde overlay

 kde-apps/gpgmepp/Manifest   |  1 +
 kde-apps/gpgmepp/gpgmepp-15.12.3.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/kde-apps/gpgmepp/Manifest b/kde-apps/gpgmepp/Manifest
index d24e95a..5346cc5 100644
--- a/kde-apps/gpgmepp/Manifest
+++ b/kde-apps/gpgmepp/Manifest
@@ -1,2 +1,3 @@
 DIST gpgmepp-15.08.3.tar.xz 67548 SHA256 
dab585067dfba6ea76728b9e574618cf1c7aec2c1113b592026a699af40fd40e SHA512 
0dd53df12cfb5d4cc3936af4b27fac0b6db1bcd546fbd62e3f2d3e33a1611ad98666da2da3a98e8551ea8ab656c6995934ad69ee0334c647f6d54da8429b5561
 WHIRLPOOL 
6df590d354a81eb3bcefaf913ecdf0037673b33d912e70a45dd654a7cf3ed3340688707ef62aaa0b538dcd63d56fc68923fbfb76dc0c7550c5e763006216c42a
+DIST gpgmepp-15.12.3.tar.xz 67716 SHA256 
5753e82cd1832ee848b3f41eb9427c844f3862cfc6c2b08bddded9d44a1c39ef SHA512 
356baea004eb51040c3f02790c55c7843ecd9890a3937b217851b1b98924b3dcba6296d1bee7488d573e930998dcbdd0e1fc322e6f665ca5c5031add6d652b58
 WHIRLPOOL 
f0abbf8968fde7f33fffef06ac0bf9ba9d068d5004ac164e5a6a3d1442c9a788de89a7e5b5fd9eedbb52f2bb903d7132547ab34776822b86d6af6286560973b3
 DIST kdepimlibs-4.14.10.tar.xz 2831160 SHA256 
c8cc9694add6ecf121bda050235ffa68d8307a82c85fbdffe69a8eab5be584c2 SHA512 
64f396957ae1f70a19ba689fabc0850aed04e4e4bce58a4bbc27af2b5cfa27b50472614b4096d8424ee6b4463faaed37d98e6cccfe36d208e9193ba20dc6766a
 WHIRLPOOL 
b9123e702f5d4f696cd09d3e7932dbc796f4d8e09feace56a49a96ddb64478bf8cd237bcac9c438d77491822cd655f3f44b76e657f6dbb09b8deb96ab90da52a

diff --git a/kde-apps/gpgmepp/gpgmepp-15.12.3.ebuild 
b/kde-apps/gpgmepp/gpgmepp-15.12.3.ebuild
new file mode 100644
index 000..1d13237
--- /dev/null
+++ b/kde-apps/gpgmepp/gpgmepp-15.12.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_BLOCK_SLOT4="false"
+inherit kde5
+
+DESCRIPTION="C++ bindings for gpgme"
+LICENSE="LGPL-2+"
+KEYWORDS=" ~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+   app-crypt/gpgme:=
+"
+DEPEND="${RDEPEND}
+   dev-libs/boost
+"



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

2016-03-26 Thread Michael Palimaka
commit: 3ecc839216c3f82ae16e4f21897fa9595807a04d
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Fri Mar 25 15:34:03 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 26 16:46:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ecc8392

kde4-base.eclass: Remove obsolete SRC_URI

 eclass/kde4-base.eclass | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index d19f416..20a02d8 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -459,9 +459,6 @@ _calculate_src_uri() {
4.14.16)
# Part of 15.12.1 actually, sigh. Not 
stable for next release!

SRC_URI="mirror://kde/stable/applications/15.12.1/src/${_kmname_pv}.tar.xz" ;;
-   4.14.17)
-   # Part of 15.12.2 actually, sigh. Not 
stable for next release!
-   
SRC_URI="mirror://kde/stable/applications/15.12.2/src/${_kmname_pv}.tar.xz" ;;
4.14.18)
# Part of 15.12.3 actually, sigh. Not 
stable for next release!

SRC_URI="mirror://kde/stable/applications/15.12.3/src/${_kmname_pv}.tar.xz" ;;



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/slack-notifier/

2016-03-26 Thread Manuel Rüger
commit: fb58e708e0a73ceec1910805d8f15e294765e8d7
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Mar 26 16:41:39 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Mar 26 16:41:39 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=fb58e708

dev-ruby/slack-notifier: Initial version

Package-Manager: portage-2.2.28

 dev-ruby/slack-notifier/Manifest|  1 +
 dev-ruby/slack-notifier/metadata.xml|  8 
 dev-ruby/slack-notifier/slack-notifier-1.5.1.ebuild | 20 
 3 files changed, 29 insertions(+)

diff --git a/dev-ruby/slack-notifier/Manifest b/dev-ruby/slack-notifier/Manifest
new file mode 100644
index 000..f2bcdbe
--- /dev/null
+++ b/dev-ruby/slack-notifier/Manifest
@@ -0,0 +1 @@
+DIST slack-notifier-1.5.1.gem 8192 SHA256 
062aee1c1abf78ec305568ba885b958d3a41538b86a653ab30fe0100fb8a5b75 SHA512 
c1a8275bba1d98cb1c88164ebf3e4cc456918b3a818b7cad7c86c0c461fdb9fdb34c602e62f19365658a9260a8d4fd4501bbf520f60364d080098fd7c568e319
 WHIRLPOOL 
8303f5caed51c0ef199cfb6a15a13320711d505fb179ccbd02ab5af79fd7ec752e16996bc8ab7b021b0356850b3fc04878a651b73226f011c8fd21756f091c6f

diff --git a/dev-ruby/slack-notifier/metadata.xml 
b/dev-ruby/slack-notifier/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/dev-ruby/slack-notifier/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+

diff --git a/dev-ruby/slack-notifier/slack-notifier-1.5.1.ebuild 
b/dev-ruby/slack-notifier/slack-notifier-1.5.1.ebuild
new file mode 100644
index 000..b6c2577
--- /dev/null
+++ b/dev-ruby/slack-notifier/slack-notifier-1.5.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION=" A slim ruby wrapper for posting to slack webhooks"
+HOMEPAGE="https://rubygems.org/gems/slack-notifier 
http://github.com/stevenosloan/slack-notifier;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""



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

2016-03-26 Thread Agostino Sarubbo
commit: be968b9ec6d4f9e296675b16e23d8594d479dddc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 16:39:31 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 16:39:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be968b9e

dev-perl/Compress-Bzip2: amd64 stable wrt bug #570232

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Compress-Bzip2/Compress-Bzip2-2.220.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Compress-Bzip2/Compress-Bzip2-2.220.0.ebuild 
b/dev-perl/Compress-Bzip2/Compress-Bzip2-2.220.0.ebuild
index 70f1fcb..f270e6c 100644
--- a/dev-perl/Compress-Bzip2/Compress-Bzip2-2.220.0.ebuild
+++ b/dev-perl/Compress-Bzip2/Compress-Bzip2-2.220.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Interface to Bzip2 compression library"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~mips ~sparc ~x86 ~ppc-aix"
+KEYWORDS="amd64 ~ia64 ~mips ~sparc ~x86 ~ppc-aix"
 IUSE="test"
 
 RDEPEND="



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

2016-03-26 Thread Agostino Sarubbo
commit: e2206ce2d1bc161f1d1cfef7ad22c48ecbf8efcf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 16:39:25 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 16:39:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2206ce2

app-admin/testdisk: amd64 stable wrt bug #576014

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/testdisk/testdisk-7.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/testdisk/testdisk-7.0-r3.ebuild 
b/app-admin/testdisk/testdisk-7.0-r3.ebuild
index b70f9bf..09e4199 100644
--- a/app-admin/testdisk/testdisk-7.0-r3.ebuild
+++ b/app-admin/testdisk/testdisk-7.0-r3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://www.cgsecurity.org/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~x86"
 IUSE="ewf jpeg ntfs reiserfs static qt4"
 
 REQUIRED_USE="static? ( !qt4 )"



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

2016-03-26 Thread Agostino Sarubbo
commit: bf23ecb67245dee91b16807c80b0edf1e669ffd1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 16:38:27 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 16:38:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf23ecb6

dev-perl/Math-Random: amd64 stable wrt bug #578254

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Math-Random/Math-Random-0.720.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Math-Random/Math-Random-0.720.0.ebuild 
b/dev-perl/Math-Random/Math-Random-0.720.0.ebuild
index c235cbb..e011739 100644
--- a/dev-perl/Math-Random/Math-Random-0.720.0.ebuild
+++ b/dev-perl/Math-Random/Math-Random-0.720.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Random Number Generators"
 
 LICENSE="( || ( Artistic GPL-2 ) ) public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 SRC_TEST="do"



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

2016-03-26 Thread Agostino Sarubbo
commit: 3dab43c8c37c8611bf6d22b4ee51485f038276c4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 16:38:20 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 16:38:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dab43c8

media-sound/mpg123: amd64 stable wrt bug #578056

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-sound/mpg123/mpg123-1.22.4.ebuild 
b/media-sound/mpg123/mpg123-1.22.4.ebuild
index f9b87d3..5eed923 100644
--- a/media-sound/mpg123/mpg123-1.22.4.ebuild
+++ b/media-sound/mpg123/mpg123-1.22.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.mpg123.org/download/${P}.tar.bz2;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext alsa altivec coreaudio 
int-quality ipv6 jack cpu_flags_x86_mmx nas oss portaudio pulseaudio sdl 
cpu_flags_x86_sse"
 
 # No MULTILIB_USEDEP here since we only build libmpg123 for non native ABIs.



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

2016-03-26 Thread Agostino Sarubbo
commit: d08ac190de05c18bf0ea843a05981d649b720bf9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 16:39:45 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 16:39:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d08ac190

sys-process/audit: amd64 stable wrt bug #50

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-process/audit/audit-2.4.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/audit/audit-2.4.3-r1.ebuild 
b/sys-process/audit/audit-2.4.3-r1.ebuild
index 100921d..eb49132 100644
--- a/sys-process/audit/audit-2.4.3-r1.ebuild
+++ b/sys-process/audit/audit-2.4.3-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://people.redhat.com/sgrubb/audit/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
 IUSE="ldap python"
 # Testcases are pretty useless as they are built for RedHat users/groups and
 # kernels.



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

2016-03-26 Thread Agostino Sarubbo
commit: 362427b44e62e828f8852e2b0d97f1b09e7e520b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 16:38:51 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 16:38:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=362427b4

app-misc/vifm: amd64 stable wrt bug #578030

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-misc/vifm/vifm-0.8.1a.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/vifm/vifm-0.8.1a.ebuild b/app-misc/vifm/vifm-0.8.1a.ebuild
index 44f0600..6b625aa 100644
--- a/app-misc/vifm/vifm-0.8.1a.ebuild
+++ b/app-misc/vifm/vifm-0.8.1a.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/vifm/${PF}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~s390 ~x86"
+KEYWORDS="amd64 ~ppc ~s390 ~x86"
 IUSE="X developer +extended-keys gtk +magic vim vim-syntax"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-auth/consolekit/

2016-03-26 Thread Agostino Sarubbo
commit: 5da58a3a958d1cde5419b1482cece9ff61608c4d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 16:38:37 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 16:38:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5da58a3a

sys-auth/consolekit: amd64 stable wrt bug #570122

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-auth/consolekit/consolekit-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/consolekit/consolekit-1.1.0.ebuild 
b/sys-auth/consolekit/consolekit-1.1.0.ebuild
index 55f3354..f0c18f5 100644
--- a/sys-auth/consolekit/consolekit-1.1.0.ebuild
+++ b/sys-auth/consolekit/consolekit-1.1.0.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/${MY_PN}/${MY_PN}/releases/download/${PV}/${MY_P}.ta
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~amd64-fbsd ~amd64-linux ~arm ~hppa ~ia64-linux ~ppc64 
~x86 ~x86-fbsd ~x86-freebsd ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="acl cgroups debug doc kernel_linux pam pm-utils policykit selinux test"
 
 COMMON_DEPEND=">=dev-libs/glib-2.40:2=[dbus]



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

2016-03-26 Thread Agostino Sarubbo
commit: 7f2835617062d625680ef6b2dcda3b51a7641116
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 16:39:38 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 16:39:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f283561

net-misc/radvd: amd64 stable wrt bug #578094

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/net-misc/radvd/radvd-2.12.ebuild b/net-misc/radvd/radvd-2.12.ebuild
index 14b6499..c8f9e3a 100644
--- a/net-misc/radvd/radvd-2.12.ebuild
+++ b/net-misc/radvd/radvd-2.12.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://v6web.litech.org/radvd/dist/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd"
 IUSE="kernel_FreeBSD selinux test"
 
 CDEPEND="dev-libs/libdaemon"



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

2016-03-26 Thread Agostino Sarubbo
commit: 4e296840232ea007598822e450ed13b6dc06b6d2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 16:39:13 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 16:39:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e296840

dev-perl/Mail-Box: amd64 stable wrt bug #578034

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Mail-Box/Mail-Box-2.118.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mail-Box/Mail-Box-2.118.0.ebuild 
b/dev-perl/Mail-Box/Mail-Box-2.118.0.ebuild
index 1260133..c8d3881 100644
--- a/dev-perl/Mail-Box/Mail-Box-2.118.0.ebuild
+++ b/dev-perl/Mail-Box/Mail-Box-2.118.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Mail folder manager and MUA backend"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Object-Realize-Later/

2016-03-26 Thread Agostino Sarubbo
commit: 86720c592d2dfc6544d429a02a7a892b3ac841c3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 16:39:18 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 16:39:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86720c59

dev-perl/Object-Realize-Later: amd64 stable wrt bug #578034

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Object-Realize-Later/Object-Realize-Later-0.190.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Object-Realize-Later/Object-Realize-Later-0.190.0.ebuild 
b/dev-perl/Object-Realize-Later/Object-Realize-Later-0.190.0.ebuild
index f36d921..906c7c6 100644
--- a/dev-perl/Object-Realize-Later/Object-Realize-Later-0.190.0.ebuild
+++ b/dev-perl/Object-Realize-Later/Object-Realize-Later-0.190.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Delayed creation of objects"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND="



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

2016-03-26 Thread Agostino Sarubbo
commit: 40b8d0bd98a9295bc23e618177c783433acc03fb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 16:38:57 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 16:38:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b8d0bd

dev-ruby/puppetdb-termini: amd64 stable wrt bug #578096

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-ruby/puppetdb-termini/puppetdb-termini-3.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-3.2.3.ebuild 
b/dev-ruby/puppetdb-termini/puppetdb-termini-3.2.3.ebuild
index 98635db..5f316ff 100644
--- a/dev-ruby/puppetdb-termini/puppetdb-termini-3.2.3.ebuild
+++ b/dev-ruby/puppetdb-termini/puppetdb-termini-3.2.3.ebuild
@@ -16,7 +16,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE=""
 # will need the same keywords as puppet
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 RDEPEND+=""
 DEPEND+=""



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

2016-03-26 Thread Agostino Sarubbo
commit: 18e9c66ca63726f004c2c43ef4988d19fa86f82c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 16:39:04 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 16:39:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e9c66c

net-misc/memcached: amd64 stable wrt bug #578088

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/net-misc/memcached/memcached-1.4.25.ebuild 
b/net-misc/memcached/memcached-1.4.25.ebuild
index 53f0984..91d4f7d 100644
--- a/net-misc/memcached/memcached-1.4.25.ebuild
+++ b/net-misc/memcached/memcached-1.4.25.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://www.memcached.org/files/${MY_P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="test slabs-reassign debug sasl selinux" # hugetlbfs later
 
 RDEPEND=">=dev-libs/libevent-1.4



[gentoo-commits] repo/gentoo:master commit in: sys-block/tgt/

2016-03-26 Thread Agostino Sarubbo
commit: e03b3aa33dd5a1c635ac754e1deb11873e80ee29
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 16:38:14 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 16:38:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e03b3aa3

sys-block/tgt: amd64 stable wrt bug #578090

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-block/tgt/tgt-1.0.63.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/tgt/tgt-1.0.63.ebuild b/sys-block/tgt/tgt-1.0.63.ebuild
index 2fb5edb..69a7e1e 100644
--- a/sys-block/tgt/tgt-1.0.63.ebuild
+++ b/sys-block/tgt/tgt-1.0.63.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/fujita/tgt/tarball/v${PV} -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="fcoe fcp ibmvio infiniband rbd"
 
 CDEPEND="dev-perl/Config-General



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

2016-03-26 Thread Agostino Sarubbo
commit: fd346625e4508ca6965d9cd1ad95d0cdc07f6881
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 16:37:58 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 16:37:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd346625

net-misc/chrony: amd64 stable wrt bug #578144

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/net-misc/chrony/chrony-2.3.ebuild 
b/net-misc/chrony/chrony-2.3.ebuild
index 94960a4..3b343f7 100644
--- a/net-misc/chrony/chrony-2.3.ebuild
+++ b/net-misc/chrony/chrony-2.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz;
 LICENSE="GPL-2"
 SLOT="0"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="caps +cmdmon ipv6 libedit +ntp +phc +pps readline +refclock +rtc selinux 
+adns"
 REQUIRED_USE="
?? ( libedit readline )



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

2016-03-26 Thread Agostino Sarubbo
commit: 6d58723af8889db84cf3192686fd40399e4274d1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 16:38:44 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 16:38:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d58723a

dev-perl/MediaWiki-API: amd64 stable wrt bug #578258

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild 
b/dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild
index 68afa2e..b5af2e3 100644
--- a/dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild
+++ b/dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="A OO interface to the Mediawiki API"
 LICENSE="GPL-3+"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="test"
 
 RDEPEND="



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

2016-03-26 Thread Agostino Sarubbo
commit: 09d466651dd65b44418a3c9de090b7bc2de4f69f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 16:38:07 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 16:38:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09d46665

kde-misc/kdiff3: amd64 stable wrt bug #578286

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-misc/kdiff3/kdiff3-0.9.98-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kdiff3/kdiff3-0.9.98-r1.ebuild 
b/kde-misc/kdiff3/kdiff3-0.9.98-r1.ebuild
index 93e2413..e6c3ab5 100644
--- a/kde-misc/kdiff3/kdiff3-0.9.98-r1.ebuild
+++ b/kde-misc/kdiff3/kdiff3-0.9.98-r1.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} != ** ]]; then
gl hi hne hr hu is it ja ka lt mai ml nb nds nl nn pl pt pt_BR ro ru rw 
sk
sv ta tg tr ug uk zh_CN zh_TW"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux"
+   KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux"
KDE_HANDBOOK="optional"
 else
KEYWORDS=""



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/sentry-raven/

2016-03-26 Thread Manuel Rüger
commit: 1fb2050b65200764fb9155f4a727ce8319f85c0a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Mar 26 16:37:30 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Mar 26 16:37:30 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=1fb2050b

dev-ruby/sentry-raven: Initial version

Package-Manager: portage-2.2.28

 dev-ruby/sentry-raven/Manifest   |  1 +
 dev-ruby/sentry-raven/metadata.xml   |  8 ++
 dev-ruby/sentry-raven/sentry-raven-0.15.6.ebuild | 36 
 3 files changed, 45 insertions(+)

diff --git a/dev-ruby/sentry-raven/Manifest b/dev-ruby/sentry-raven/Manifest
new file mode 100644
index 000..3de9cb1
--- /dev/null
+++ b/dev-ruby/sentry-raven/Manifest
@@ -0,0 +1 @@
+DIST sentry-raven-0.15.6.tar.gz 58123 SHA256 
bdf8547b80b76846999d8bababa5155126906974376864f6248cc4c96f8b4528 SHA512 
435080a92b6ef4bc3a40201fd29f5d8e3b4d5f6aec26ffde26a6be872a4a194dc519403d60fc4694f680bb5329ffd70bfc30423bcc64daabd044d99ffcb007ef
 WHIRLPOOL 
cd0928c596673cd610bebb4ce81748c58f5e0db6f79d1eb42601b004709a8cf6174dd96b60cab15f269552edcad262a716fae1985709c977b910142e6a28

diff --git a/dev-ruby/sentry-raven/metadata.xml 
b/dev-ruby/sentry-raven/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/dev-ruby/sentry-raven/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+

diff --git a/dev-ruby/sentry-raven/sentry-raven-0.15.6.ebuild 
b/dev-ruby/sentry-raven/sentry-raven-0.15.6.ebuild
new file mode 100644
index 000..248b910
--- /dev/null
+++ b/dev-ruby/sentry-raven/sentry-raven-0.15.6.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A gem that provides a client interface for the Sentry error 
logger"
+HOMEPAGE="https://github.com/getsentry/raven-ruby 
https://rubygems.org/gems/sentry-raven;
+SRC_URI="https://github.com/getsentry/raven-ruby/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RUBY_S="raven-ruby-${PV}"
+
+ruby_add_rdepend ">=dev-ruby/faraday-0.7.6"
+ruby_add_bdepend "test? ( >=dev-ruby/mime-types-1.16
+   

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

2016-03-26 Thread Michael Palimaka
commit: 3623e6031992ee63375fd1ca3e2e8e13208b6f83
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 26 16:34:47 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 26 16:34:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3623e603

x11-libs/snorenotify: add ~arm keyword

Tested on Raspberry Pi 2.

Package-Manager: portage-2.2.28

 x11-libs/snorenotify/snorenotify-0.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/snorenotify/snorenotify-0.7.0.ebuild 
b/x11-libs/snorenotify/snorenotify-0.7.0.ebuild
index ce04cab..9938fd4 100644
--- a/x11-libs/snorenotify/snorenotify-0.7.0.ebuild
+++ b/x11-libs/snorenotify/snorenotify-0.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="sound test"
 
 RDEPEND="



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

2016-03-26 Thread James Le Cuirot
commit: eab5b3dc3812416483bc4ea1ff63bb79ab388bd5
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Mar 26 16:32:32 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Mar 26 16:32:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eab5b3dc

dev-java/oracle-jdk-bin: Remove vulnerable 1.8.0.74 wrt bug #578160

Package-Manager: portage-2.2.28

 dev-java/oracle-jdk-bin/Manifest   |  10 -
 .../oracle-jdk-bin/oracle-jdk-bin-1.8.0.74.ebuild  | 357 -
 2 files changed, 367 deletions(-)

diff --git a/dev-java/oracle-jdk-bin/Manifest b/dev-java/oracle-jdk-bin/Manifest
index 83a9614..536f6ee 100644
--- a/dev-java/oracle-jdk-bin/Manifest
+++ b/dev-java/oracle-jdk-bin/Manifest
@@ -15,16 +15,6 @@ DIST jdk-7u80-solaris-sparcv9-demos.tar.gz 904770 SHA256 
fa3a92e70e52b0bffdee8d2
 DIST jdk-7u80-solaris-sparcv9.tar.gz 19301205 SHA256 
1a2bce541efe7b81cafe683626b3edea56918a8ca897ff36a2deaed00a7fce05 SHA512 
93ea0e8f5ae611dd1a620dffd72e315ecb6ce8375bd902a793fab128ac7e95d2cb338df1c273a2c29af6194e7cbdb810d79193b413b4b101538c08ebeef1eb41
 WHIRLPOOL 
c9ae1f1b561c4ec1d3c1a7f5008e80642b49a9fd1c6459f8ada65c01accc338280bdd683712d54a9b7741eeccf856b4f2ee82e898fbe1f39260d58efab217185
 DIST jdk-7u80-solaris-x64-demos.tar.gz 865205 SHA256 
a08dd0665d35986675beeba0f80d5db54a91fb276d8641ce1ba16ba873a18682 SHA512 
c53f026bfdfed8d83d42e3fce497baffeb370adf0423be2f891f6d200510088ac8227ae4f261ece059dbf29eb33cacafb20a0c328e7d8723387eba38def389d0
 WHIRLPOOL 
0539e964e194527055186b120df11e74ab3d9568fc2a5ff002ef405396f521a7c35013420067d37874b9602fe29d104dce63f22bfd687c45722689d62a8c552d
 DIST jdk-7u80-solaris-x64.tar.gz 17176587 SHA256 
ccc156363e3080e92382cd675d96889460a4421464b456794c8405eeb709 SHA512 
83ce229c3a38e454d9acafa189b3b6f247a4723ddb3c3fa08993323590949295b0f3740ab235c7c539f90a684b8cefad7839f82f566b7a141019b94af6cbad89
 WHIRLPOOL 
07412c6de5886c729b43726fb228783606b2a53c2a286b1af2dd5359975d1c75964a895d7da543f98c461adf0ab4b82fc32ebeb49e1835448effd93886f1b206
-DIST jdk-8u74-linux-i586-demos.tar.gz 55071932 SHA256 
9e5ee679e58248124c0dc9bdfdad08f40f0c4c74b2bdc547bc87d3ef6b5cfe50 SHA512 
81a55a5cbda56779d57d80b50b53246717fe817019f0783242044fb205b4ce4791e46b7fac6f69a2e3bd2db17a81edc3ea82700205000f4a14ff2ba789a5b0c0
 WHIRLPOOL 
c88ed72f9fb36825020b8ccb0b037c4a346c9f2c70878fb8974e1f9e29e4322cb4b8f30fe2a07c2942e5067d6a0f92dd72970a614bf599783fee0e4ec1717f95
-DIST jdk-8u74-linux-i586.tar.gz 183412791 SHA256 
0805e407924eb6902d874412af397992c141827e05c205c2b2bfe6e5127a83ed SHA512 
afd380c70f084a91f79c835a9406c94e74a1202fa364a274b832fa178c1fea39b79cd5ebceaa5dcc3510325449effecda14dfa94270031e506089734d6b5becf
 WHIRLPOOL 
00111f943d6ca9fda26af52435a6e5ee613f633845716fce83947d996a07c872b1b67155c25f22d986da8e16f74ae802a58aaf9d2deca0a9a7a3f401a6b1991c
-DIST jdk-8u74-linux-x64-demos.tar.gz 55099385 SHA256 
8108961b5d76ae7f06adb440e6ecfbc918f6bc90cb057831f27be9f00f464077 SHA512 
8b4a4585a98c8f73de224509a3e58f21022204ecf71d82f45343143c5850a0d9d0f72d57217c1babb8defb7ae0f5c23be03d9545dcf9ce06be3da5f0dd3ed33a
 WHIRLPOOL 
f5a650130b89635bdd78e5ea508511bd21b3a13049d6a0a3dc731da666dad6863c2e0c646bd29715fca336ca2ee110a99b2f25d859b24c53959231eec0cd10ba
-DIST jdk-8u74-linux-x64.tar.gz 181302755 SHA256 
0bfd5d79f776d448efc64cb47075a52618ef76aabb31fde21c5c1018683c SHA512 
01f407532dc5692b224e2db617f261c59d06d73a16abca50c989ce14fac52d87e8c4712b882b5e22944becc76f92080d485e79a4b87541f49e9eb4af191b6975
 WHIRLPOOL 
5e1b1af688a7e8fc257178cfe27c1561a59dfb27231cb311bbdefab5fdabd8bd81710584a2f85d0b08c28a559262bc9e64750f0fc748d563b945401fccfaa16a
-DIST jdk-8u74-macosx-x64.dmg 238306418 SHA256 
52fc1bf96514553cd70e5dfa79b764f8522f23536c05ad413c5585755f08e998 SHA512 
d5bbe190c385c1617bdf7f0d2273cfd1eb2d789cf8fe4cec4753e018fd4a859e67809ec2bcc4717449795f5c1a4ca4c2415ffa10cf673c9a501a1de4a21e1c16
 WHIRLPOOL 
13f4a3184a6c1896ae056fc1c12deb001d69ffe3f4e49b86cefe23d10e2028d87a557f3203ca8d66836ea189949c59c3abb7c5f10c70ba058a344a85ab3bb307
-DIST jdk-8u74-macosx-x86_64-demos.zip 55665443 SHA256 
5c257c099802eb5edc15d3df2e8ac3e9c361d70b3f17239731249df7f21ecfa4 SHA512 
e644b5dbeab44723bbac4f5e750e037f9fbfd1a309cc76fbfcb9a27a8656622fdc20ee1bcdcde2762c7c1c44e7347480412f6bd116bcc9ff80e1abc79c7084ec
 WHIRLPOOL 
de2d62666c59be3e183d8d263219c3e76e6d9616ccbbdb74666a41ae6a04634267429c47523144102d6abd9e441bf97c7d12cb9dcf9cfd09771c54eb7ac78b0d
-DIST jdk-8u74-solaris-sparcv9-demos.tar.gz 9778749 SHA256 
cf7258803473a9222d0c43eb6c605c4eb040704f34421f8a7fc3a7011082054c SHA512 
c57a02806fa8a3af9964f7f6c5d6d8f275852282441d09c6aecd1e429280210d4530d4d27ba6700979aa5d2ca44df92e4f4657dbf3513c1b9ce7fcf6d5aecb2b
 WHIRLPOOL 
facc2e3844c6c966b66e5da11a1515321bc43e83ffd7bdcfae923fc60ff0a8756389da2e23235647e8f022acde70a70b224126d9e54f9231bac602201a322ea1
-DIST jdk-8u74-solaris-sparcv9.tar.gz 103907265 SHA256 
feac2fbf698c5605721c713eec8f46819ab1d4433160cae3baf352983d502b63 SHA512 

[gentoo-commits] proj/kde:master commit in: kde-misc/openofficeorg-thumbnail/, kde-misc/openofficeorg-thumbnail/files/

2016-03-26 Thread Johannes Huber
commit: 17f990fdcc13177b7912dce6e41ab85f12928f0c
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Mar 26 16:28:45 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Mar 26 16:28:45 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=17f990fd

kde-misc/openofficeorg-thumbnail: Remove

Moved to gentoo main tree.

 ...openofficeorg-thumbnail-1.0.0-kf5-support.patch | 78 --
 kde-misc/openofficeorg-thumbnail/metadata.xml  |  8 ---
 .../openofficeorg-thumbnail-1.0.0-r500.ebuild  | 28 
 3 files changed, 114 deletions(-)

diff --git 
a/kde-misc/openofficeorg-thumbnail/files/openofficeorg-thumbnail-1.0.0-kf5-support.patch
 
b/kde-misc/openofficeorg-thumbnail/files/openofficeorg-thumbnail-1.0.0-kf5-support.patch
deleted file mode 100644
index 53be8ec..000
--- 
a/kde-misc/openofficeorg-thumbnail/files/openofficeorg-thumbnail-1.0.0-kf5-support.patch
+++ /dev/null
@@ -1,78 +0,0 @@
-diff -r 16f0dcf220bc CMakeLists.txt
 a/CMakeLists.txt   Fri Jan 22 18:13:03 2010 -0300
-+++ b/CMakeLists.txt   Tue Oct 14 10:47:20 2014 +0200
-@@ -1,8 +1,19 @@
- project(OpenDocumentThumbnail)
- 
--find_package(KDE4 REQUIRED)
--include (KDE4Defaults)
-+cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
-+set(QT_MIN_VERSION "5.2.0")
- 
--include_directories( ${KDE4_INCLUDES} ${QT_INCLUDES} )
-+find_package(ECM 1.0.0 REQUIRED NO_MODULE)
-+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
- 
--add_subdirectory( src )
-+include(FeatureSummary)
-+include(WriteBasicConfigVersionFile)
-+include(KDEInstallDirs)
-+include(KDECMakeSettings)
-+include(KDECompilerSettings)
-+
-+find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Gui)
-+find_package(KF5 REQUIRED COMPONENTS KIO)
-+find_package(KF5Archive)
-+
-+add_subdirectory(src)
-diff -r 16f0dcf220bc src/CMakeLists.txt
 a/src/CMakeLists.txt   Fri Jan 22 18:13:03 2010 -0300
-+++ b/src/CMakeLists.txt   Tue Oct 14 10:47:20 2014 +0200
-@@ -1,12 +1,9 @@
- 
- set(OpenOfficeorgThumbnail_SRCS openofficeorgcreator.cpp)
- 
--qt4_add_resources(OpenOfficeorgThumbnail_SRCS openofficeorgthumbnail.qrc)
-+qt5_add_resources(OpenOfficeorgThumbnail_SRCS openofficeorgthumbnail.qrc)
- 
--kde4_add_plugin(openofficeorgthumbnail ${OpenOfficeorgThumbnail_SRCS})
--
--target_link_libraries(openofficeorgthumbnail ${KDE4_KIO_LIBS} )
--
--install(TARGETS openofficeorgthumbnail DESTINATION ${PLUGIN_INSTALL_DIR} )
--
-+add_library(openofficeorgthumbnail MODULE ${OpenOfficeorgThumbnail_SRCS})
-+target_link_libraries(openofficeorgthumbnail KF5::KIOWidgets KF5::Archive)
-+install(TARGETS openofficeorgthumbnail DESTINATION ${PLUGIN_INSTALL_DIR})
- install(FILES  openofficeorgthumbnail.desktop DESTINATION 
${SERVICES_INSTALL_DIR})
-diff -r 16f0dcf220bc src/opendocumentcreator.cpp
 a/src/openofficeorgcreator.cpp Fri Jan 22 18:13:03 2010 -0300
-+++ b/src/openofficeorgcreator.cpp Tue Oct 14 10:47:20 2014 +0200
-@@ -28,7 +28,7 @@
- 
- extern "C"
- {
--KDE_EXPORT ThumbCreator *new_creator()
-+Q_DECL_EXPORT ThumbCreator *new_creator()
- {
- return new OOoCreator;
- }
-@@ -95,7 +95,7 @@
- 
- ThumbCreator::Flags OOoCreator::flags() const
- {
--return (Flags)(DrawFrame | BlendIcon);
-+return (Flags)(DrawFrame);
- }
- 
- 
-diff -r 16f0dcf220bc src/opendocumentthumbnail.desktop
 a/src/openofficeorgthumbnail.desktop   Fri Jan 22 18:13:03 2010 -0300
-+++ b/src/openofficeorgthumbnail.desktop   Tue Oct 14 10:47:20 2014 +0200
-@@ -5,5 +5,6 @@
- X-KDE-ServiceTypes=ThumbCreator
- 
MimeType=application/vnd.oasis.opendocument.text;application/vnd.oasis.opendocument.text-template;application/vnd.oasis.opendocument.text-master;application/vnd.oasis.opendocument.spreadsheet;application/vnd.oasis.opendocument.spreadsheet-template;application/vnd.oasis.opendocument.graphics;application/vnd.oasis.opendocument.graphics-template;application/vnd.oasis.opendocument.presentation;application/vnd.oasis.opendocument.presentation-template;application/vnd.oasis.opendocument.formula;application/vnd.oasis.opendocument.formula-template;application/vnd.oasis.opendocument.chart;application/vnd.oasis.opendocument.chart-template;
- X-KDE-Library=openofficeorgthumbnail
-+ServiceTypes=ThumbCreator
- CacheThumbnail=true
- IgnoreMaximumSize=true

diff --git a/kde-misc/openofficeorg-thumbnail/metadata.xml 
b/kde-misc/openofficeorg-thumbnail/metadata.xml
deleted file mode 100644
index 2fdbf33..000
--- a/kde-misc/openofficeorg-thumbnail/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
-

diff --git 
a/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.ebuild 
b/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.ebuild
deleted file mode 100644
index d756db7..000
--- a/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.ebuild

[gentoo-commits] repo/gentoo:master commit in: kde-misc/openofficeorg-thumbnail/, kde-misc/openofficeorg-thumbnail/files/

2016-03-26 Thread Johannes Huber
commit: d4660af6942221712f4498abe74f5f0b0eb2cb27
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Mar 26 16:27:31 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Mar 26 16:27:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4660af6

kde-misc/openofficeorg-thumbnail: Revision bump

Adds support for KF5/Plasma5. Import from kde overlay.

Package-Manager: portage-2.2.28

 ...openofficeorg-thumbnail-1.0.0-kf5-support.patch | 78 ++
 .../openofficeorg-thumbnail-1.0.0-r500.ebuild  | 28 
 2 files changed, 106 insertions(+)

diff --git 
a/kde-misc/openofficeorg-thumbnail/files/openofficeorg-thumbnail-1.0.0-kf5-support.patch
 
b/kde-misc/openofficeorg-thumbnail/files/openofficeorg-thumbnail-1.0.0-kf5-support.patch
new file mode 100644
index 000..53be8ec
--- /dev/null
+++ 
b/kde-misc/openofficeorg-thumbnail/files/openofficeorg-thumbnail-1.0.0-kf5-support.patch
@@ -0,0 +1,78 @@
+diff -r 16f0dcf220bc CMakeLists.txt
+--- a/CMakeLists.txt   Fri Jan 22 18:13:03 2010 -0300
 b/CMakeLists.txt   Tue Oct 14 10:47:20 2014 +0200
+@@ -1,8 +1,19 @@
+ project(OpenDocumentThumbnail)
+ 
+-find_package(KDE4 REQUIRED)
+-include (KDE4Defaults)
++cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
++set(QT_MIN_VERSION "5.2.0")
+ 
+-include_directories( ${KDE4_INCLUDES} ${QT_INCLUDES} )
++find_package(ECM 1.0.0 REQUIRED NO_MODULE)
++set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
+ 
+-add_subdirectory( src )
++include(FeatureSummary)
++include(WriteBasicConfigVersionFile)
++include(KDEInstallDirs)
++include(KDECMakeSettings)
++include(KDECompilerSettings)
++
++find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Gui)
++find_package(KF5 REQUIRED COMPONENTS KIO)
++find_package(KF5Archive)
++
++add_subdirectory(src)
+diff -r 16f0dcf220bc src/CMakeLists.txt
+--- a/src/CMakeLists.txt   Fri Jan 22 18:13:03 2010 -0300
 b/src/CMakeLists.txt   Tue Oct 14 10:47:20 2014 +0200
+@@ -1,12 +1,9 @@
+ 
+ set(OpenOfficeorgThumbnail_SRCS openofficeorgcreator.cpp)
+ 
+-qt4_add_resources(OpenOfficeorgThumbnail_SRCS openofficeorgthumbnail.qrc)
++qt5_add_resources(OpenOfficeorgThumbnail_SRCS openofficeorgthumbnail.qrc)
+ 
+-kde4_add_plugin(openofficeorgthumbnail ${OpenOfficeorgThumbnail_SRCS})
+-
+-target_link_libraries(openofficeorgthumbnail ${KDE4_KIO_LIBS} )
+-
+-install(TARGETS openofficeorgthumbnail DESTINATION ${PLUGIN_INSTALL_DIR} )
+-
++add_library(openofficeorgthumbnail MODULE ${OpenOfficeorgThumbnail_SRCS})
++target_link_libraries(openofficeorgthumbnail KF5::KIOWidgets KF5::Archive)
++install(TARGETS openofficeorgthumbnail DESTINATION ${PLUGIN_INSTALL_DIR})
+ install(FILES  openofficeorgthumbnail.desktop DESTINATION 
${SERVICES_INSTALL_DIR})
+diff -r 16f0dcf220bc src/opendocumentcreator.cpp
+--- a/src/openofficeorgcreator.cpp Fri Jan 22 18:13:03 2010 -0300
 b/src/openofficeorgcreator.cpp Tue Oct 14 10:47:20 2014 +0200
+@@ -28,7 +28,7 @@
+ 
+ extern "C"
+ {
+-KDE_EXPORT ThumbCreator *new_creator()
++Q_DECL_EXPORT ThumbCreator *new_creator()
+ {
+ return new OOoCreator;
+ }
+@@ -95,7 +95,7 @@
+ 
+ ThumbCreator::Flags OOoCreator::flags() const
+ {
+-return (Flags)(DrawFrame | BlendIcon);
++return (Flags)(DrawFrame);
+ }
+ 
+ 
+diff -r 16f0dcf220bc src/opendocumentthumbnail.desktop
+--- a/src/openofficeorgthumbnail.desktop   Fri Jan 22 18:13:03 2010 -0300
 b/src/openofficeorgthumbnail.desktop   Tue Oct 14 10:47:20 2014 +0200
+@@ -5,5 +5,6 @@
+ X-KDE-ServiceTypes=ThumbCreator
+ 
MimeType=application/vnd.oasis.opendocument.text;application/vnd.oasis.opendocument.text-template;application/vnd.oasis.opendocument.text-master;application/vnd.oasis.opendocument.spreadsheet;application/vnd.oasis.opendocument.spreadsheet-template;application/vnd.oasis.opendocument.graphics;application/vnd.oasis.opendocument.graphics-template;application/vnd.oasis.opendocument.presentation;application/vnd.oasis.opendocument.presentation-template;application/vnd.oasis.opendocument.formula;application/vnd.oasis.opendocument.formula-template;application/vnd.oasis.opendocument.chart;application/vnd.oasis.opendocument.chart-template;
+ X-KDE-Library=openofficeorgthumbnail
++ServiceTypes=ThumbCreator
+ CacheThumbnail=true
+ IgnoreMaximumSize=true

diff --git 
a/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.ebuild 
b/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.ebuild
new file mode 100644
index 000..d756db7
--- /dev/null
+++ b/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MY_PN="OpenOfficeorgThumbnail"
+MY_P="${MY_PN}-${PV}"
+inherit kde5
+
+DESCRIPTION="KDE thumbnail-plugin that generates thumbnails for ODF files"

[gentoo-commits] dev/mrueg:master commit in: dev-ruby/omniauth-kerberos/

2016-03-26 Thread Manuel Rüger
commit: 89f421fb763f34a0819eb0fedfee4cc06407ba4b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Mar 26 16:25:43 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Mar 26 16:25:43 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=89f421fb

dev-ruby/omniauth-kerberos: Initial version

Package-Manager: portage-2.2.28

 dev-ruby/omniauth-kerberos/Manifest|  1 +
 dev-ruby/omniauth-kerberos/metadata.xml|  8 ++
 .../omniauth-kerberos-0.3.0.ebuild | 30 ++
 3 files changed, 39 insertions(+)

diff --git a/dev-ruby/omniauth-kerberos/Manifest 
b/dev-ruby/omniauth-kerberos/Manifest
new file mode 100644
index 000..c8d1d9a
--- /dev/null
+++ b/dev-ruby/omniauth-kerberos/Manifest
@@ -0,0 +1 @@
+DIST omniauth-kerberos-0.3.0.gem 7680 SHA256 
07c759d0f60342f63e991c4841912f839c0dd91259a9a576fe9d7589cdd9ba17 SHA512 
5c70495617b2065c1bdad829e0030305c53376323ef3b01327dbfd5029cdb673fe60e6bc91da008c9ced0ed024093e7cb23d4a1dfe981e5a9c69b0cc0b60da6b
 WHIRLPOOL 
928e076658c8e8686bb6c5b176187dc04bff0ece51ef60080b4189562324ace132c24276b6c7e0049218e9cb242587ca2267d3e336cfe1028a6a05974e445e8a

diff --git a/dev-ruby/omniauth-kerberos/metadata.xml 
b/dev-ruby/omniauth-kerberos/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/dev-ruby/omniauth-kerberos/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+

diff --git a/dev-ruby/omniauth-kerberos/omniauth-kerberos-0.3.0.ebuild 
b/dev-ruby/omniauth-kerberos/omniauth-kerberos-0.3.0.ebuild
new file mode 100644
index 000..010e996
--- /dev/null
+++ b/dev-ruby/omniauth-kerberos/omniauth-kerberos-0.3.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An OmniAuth strategy for Kerberos"
+HOMEPAGE="https://github.com/jgraichen/omniauth-kerberos 
https://rubygems.org/gems/omniauth-kerberos;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/omniauth-multipassword
+   >=dev-ruby/timfel-krb5-auth-0.8
+   

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

2016-03-26 Thread Johannes Huber
commit: 07b4f0747303e8fd9f82b3f8e7ad3bfea98b9003
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Mar 26 16:23:49 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Mar 26 16:23:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07b4f074

net-irc/quassel: Restore x86

Package-Manager: portage-2.2.28

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

diff --git a/net-irc/quassel/quassel-0.12.3-r1.ebuild 
b/net-irc/quassel/quassel-0.12.3-r1.ebuild
index 2fccae9..127d82e 100644
--- a/net-irc/quassel/quassel-0.12.3-r1.ebuild
+++ b/net-irc/quassel/quassel-0.12.3-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://quassel-irc.org/;
 [[ "${PV}" == "" ]] || SRC_URI="http://quassel-irc.org/pub/${P}.tar.bz2;
 
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~ppc ~amd64-linux ~sparc-solaris"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~sparc-solaris"
 SLOT="0"
 IUSE="ayatana crypt dbus debug kde monolithic phonon postgres qt5 +server
 snorenotify +ssl syslog webkit X"



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/timfel-krb5-auth/

2016-03-26 Thread Manuel Rüger
commit: 18fe2926d3d470aaec211d0fba6af1e1205e826d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Mar 26 16:22:47 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Mar 26 16:22:47 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=18fe2926

dev-ruby/timfel-krb5-auth: Fix install location

Package-Manager: portage-2.2.28

 dev-ruby/timfel-krb5-auth/timfel-krb5-auth-0.8.3.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/timfel-krb5-auth/timfel-krb5-auth-0.8.3.ebuild 
b/dev-ruby/timfel-krb5-auth/timfel-krb5-auth-0.8.3.ebuild
index 83da9b0..07444fb 100644
--- a/dev-ruby/timfel-krb5-auth/timfel-krb5-auth-0.8.3.ebuild
+++ b/dev-ruby/timfel-krb5-auth/timfel-krb5-auth-0.8.3.ebuild
@@ -8,6 +8,7 @@ USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_TEST=""
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRAINSTALL="ext"
 
 inherit ruby-fakegem multilib
 
@@ -19,12 +20,14 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
+RDEPEND+=" virtual/krb5"
+DEPEND+=" virtual/krb5"
+
 each_ruby_configure() {
${RUBY} -Cext extconf.rb || die
 }
 
 each_ruby_compile() {
emake V=1 -Cext
-   mkdir lib || die
-   cp ext/krb5_auth$(get_modname) lib/ || die
+   rm -r ext/{Makefile,*.o,*.c,*.rb,*.log} || die
 }



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

2016-03-26 Thread Johannes Huber
commit: 8e7cb0bb4bcdb3e3a5f0c71d052e810f595d327e
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Mar 26 15:46:00 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Mar 26 15:46:00 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8e7cb0bb

kde-misc/ark2: Remove

Dead fork. Uses deprecated kdelibs4.

 kde-misc/ark2/ark2-4.11.0_p20130612.ebuild | 45 --
 kde-misc/ark2/metadata.xml | 11 
 2 files changed, 56 deletions(-)

diff --git a/kde-misc/ark2/ark2-4.11.0_p20130612.ebuild 
b/kde-misc/ark2/ark2-4.11.0_p20130612.ebuild
deleted file mode 100644
index c03994b..000
--- a/kde-misc/ark2/ark2-4.11.0_p20130612.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-SRC_URI="http://download.ixit.cz/distfiles/${P}.tar.xz;
-
-DESCRIPTION="KDE Archiving tool"
-HOMEPAGE="http://lamarque-lvs.blogspot.cz/2013/06/my-work-in-basyskom.html;
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+archive +bzip2 debug lzma"
-SLOT="4"
-
-S="${WORKDIR}/${PN}"
-DEPEND="
-   sys-libs/zlib
-   archive? ( >=app-arch/libarchive-2.6.1:=[bzip2?,lzma?,zlib] )
-   !kde-base/ark
-"
-RDEPEND="${DEPEND}"
-
-RESTRICT="test"
-# dbus problem
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_with archive LibArchive)
-   $(cmake-utils_use_with bzip2 BZip2)
-   $(cmake-utils_use_with lzma LibLZMA)
-   )
-   kde4-base_src_configure
-}
-
-pkg_postinst() {
-   kde4-base_pkg_postinst
-
-   if ! has_version app-arch/rar ; then
-   elog "For creating rar archives, install app-arch/rar"
-   fi
-}

diff --git a/kde-misc/ark2/metadata.xml b/kde-misc/ark2/metadata.xml
deleted file mode 100644
index 67e1148..000
--- a/kde-misc/ark2/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   Enable support for a variety of archive 
formats through libarchive
-   
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
-



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

2016-03-26 Thread Johannes Huber
commit: 84b125cd3f6e1724622928366bfe02b92f0870ad
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Mar 26 16:16:19 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Mar 26 16:16:19 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=84b125cd

kde-misc/homerun: Remove

Dead upstream. Uses deprecated kdelibs4. Released testing version in
gentoo main tree available.

 kde-misc/homerun/homerun-.ebuild | 34 --
 kde-misc/homerun/metadata.xml|  8 
 2 files changed, 42 deletions(-)

diff --git a/kde-misc/homerun/homerun-.ebuild 
b/kde-misc/homerun/homerun-.ebuild
deleted file mode 100644
index 97ec940..000
--- a/kde-misc/homerun/homerun-.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DECLARATIVE_REQUIRED="always"
-VIRTUALX_REQUIRED="test"
-VIRTUALDBUS_TEST="true"
-KDE_LINGUAS="ca ca@valencia cs da de el es fi fr gl hu it nl pl pt pt_BR ro ru
-sk sl sv tr uk zh_CN"
-inherit kde4-base
-
-DESCRIPTION="Application launcher for KDE Plasma desktop"
-HOMEPAGE="https://projects.kde.org/projects/playground/base/homerun;
-[[ ${PV} == * ]] || SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
-
-LICENSE="GPL-2 LGPL-2.1 BSD"
-KEYWORDS=""
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
-   $(add_kdeapps_dep libkonq)
-   $(add_kdebase_dep libkworkspace)
-"
-RDEPEND="
-   ${DEPEND}
-   $(add_kdebase_dep plasma-workspace)
-"
-
-# Fails 2 out of 6, check later again.
-# With virtualx/virtualdbus it hangs
-RESTRICT="test"

diff --git a/kde-misc/homerun/metadata.xml b/kde-misc/homerun/metadata.xml
deleted file mode 100644
index 2fdbf33..000
--- a/kde-misc/homerun/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
-



[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2016-03-26 Thread Johannes Huber
commit: 540464b536d12d96ab6d93198cd952776372f398
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Mar 26 15:54:35 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Mar 26 15:54:35 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=540464b5

profiles: Unmask kde-misc/openofficeorg-thumbnail

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

diff --git a/profiles/package.mask/misc b/profiles/package.mask/misc
index 083dc2e..6545af6 100644
--- a/profiles/package.mask/misc
+++ b/profiles/package.mask/misc
@@ -1,3 +1,2 @@
 =kde-apps/kjots-5.0.1
-=kde-misc/openofficeorg-thumbnail-1.0.0-r500
 =net-libs/libkgapi-5.1.0



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

2016-03-26 Thread Johannes Huber
commit: 7f4264c62119eb181cf4e15b15e57956bf44f4c6
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Mar 26 16:13:45 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Mar 26 16:13:45 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7f4264c6

kde-misc/veromix: EAPI 6

Package-Manager: portage-2.2.28

 kde-misc/veromix/veromix-0.17.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/kde-misc/veromix/veromix-0.17.0.ebuild 
b/kde-misc/veromix/veromix-0.17.0.ebuild
index 232ef60..f9b034d 100644
--- a/kde-misc/veromix/veromix-0.17.0.ebuild
+++ b/kde-misc/veromix/veromix-0.17.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 CMAKE_REQUIRED="never"
@@ -46,6 +46,8 @@ src_prepare() {
sed -e '/^all:/s/build//' -i Makefile || die
sed -e 's|/usr/share/kde4/apps/|/usr/share/apps/|' -i Makefile \
-i org.veromix.pulseaudio.service || die
+
+   eapply_user
 }
 
 src_install() {



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

2016-03-26 Thread Johannes Huber
commit: c31060bbc3a1c19b50273915882009f2d00bfc78
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Mar 26 16:03:16 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Mar 26 16:03:16 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c31060bb

kde-misc/plasma-lionmail: Remove

Dead upstream. Uses deprecated kdelibs4. Testing snapshot in gentoo main
tree available.

 kde-misc/plasma-lionmail/metadata.xml  |  8 ---
 .../plasma-lionmail/plasma-lionmail-.ebuild| 26 --
 2 files changed, 34 deletions(-)

diff --git a/kde-misc/plasma-lionmail/metadata.xml 
b/kde-misc/plasma-lionmail/metadata.xml
deleted file mode 100644
index 2fdbf33..000
--- a/kde-misc/plasma-lionmail/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
-

diff --git a/kde-misc/plasma-lionmail/plasma-lionmail-.ebuild 
b/kde-misc/plasma-lionmail/plasma-lionmail-.ebuild
deleted file mode 100644
index d4ff71d..000
--- a/kde-misc/plasma-lionmail/plasma-lionmail-.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="A Plasma widget displaying new and important email"
-HOMEPAGE="http://www.kde.org http://www.vizzzion.org;
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="4"
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="
-   $(add_kdeapps_dep kdepimlibs)
-   app-office/akonadi-server
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   dev-qt/qtwebkit:4
-"
-RDEPEND="${DEPEND}
-   $(add_kdeapps_dep kdepim-runtime)
-"



[gentoo-commits] proj/kde:master commit in: kde-misc/kde-overlay-servicemenus/

2016-03-26 Thread Johannes Huber
commit: 6b2a6d3968dd7e5890349d4f82c4ca2fbf6d5b40
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Mar 26 15:58:52 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Mar 26 15:58:52 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6b2a6d39

kde-misc/kde-overlay-servicemenus: EAPI 6

Package-Manager: portage-2.2.28

 .../kde-overlay-servicemenus/kde-overlay-servicemenus-0.1.ebuild| 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/kde-misc/kde-overlay-servicemenus/kde-overlay-servicemenus-0.1.ebuild 
b/kde-misc/kde-overlay-servicemenus/kde-overlay-servicemenus-0.1.ebuild
index 9d98979..9ff37c1 100644
--- a/kde-misc/kde-overlay-servicemenus/kde-overlay-servicemenus-0.1.ebuild
+++ b/kde-misc/kde-overlay-servicemenus/kde-overlay-servicemenus-0.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 CMAKE_REQUIRED="never"
 KDE_REQUIRED="never"
@@ -21,8 +21,8 @@ RDEPEND="
$(add_kdeapps_dep kdialog)
$(add_kdeapps_dep kompare)
|| (
-   ( $(add_kdeapps_dep dolphin) )
-   ( $(add_kdeapps_dep konqueror) )
+   $(add_kdeapps_dep dolphin)
+   $(add_kdeapps_dep konqueror)
)
 "
 



[gentoo-commits] proj/kde:master commit in: kde-misc/extragear-l10n/

2016-03-26 Thread Johannes Huber
commit: b762016da9c60cce29ffe2e4f7519efecba33e89
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Mar 26 15:42:21 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Mar 26 15:42:21 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b762016d

kde-misc/extragear-l10n: EAPI 6

Package-Manager: portage-2.2.28

 kde-misc/extragear-l10n/extragear-l10n-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/extragear-l10n/extragear-l10n-.ebuild 
b/kde-misc/extragear-l10n/extragear-l10n-.ebuild
index 2d78666..81fac17 100644
--- a/kde-misc/extragear-l10n/extragear-l10n-.ebuild
+++ b/kde-misc/extragear-l10n/extragear-l10n-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KDE_SCM="svn"
 inherit kde4-base



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

2016-03-26 Thread Johannes Huber
commit: 343780e3bdc3e1af54f93f984629c37900e1f780
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Mar 26 16:05:59 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Mar 26 16:05:59 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=343780e3

kde-misc/kbstateapplet: Remove

Dead upstream. Uses deprecated kdelibs4. Snapshot version in gentoo main
tree available.

 kde-misc/kbstateapplet/kbstateapplet-.ebuild | 26 
 kde-misc/kbstateapplet/metadata.xml  |  8 
 2 files changed, 34 deletions(-)

diff --git a/kde-misc/kbstateapplet/kbstateapplet-.ebuild 
b/kde-misc/kbstateapplet/kbstateapplet-.ebuild
deleted file mode 100644
index 8251efd..000
--- a/kde-misc/kbstateapplet/kbstateapplet-.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KMNAME="playground/base/plasma"
-KMMODULE="applets/${PN}"
-KDE_SCM="svn"
-inherit kde4-meta
-
-DESCRIPTION="Plasmoid that shows the state of keyboard leds"
-HOMEPAGE="http://websvn.kde.org/trunk/playground/base/plasma/applets/kbstateapplet;
-
-LICENSE="GPL-2"
-KEYWORDS=""
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
-   x11-libs/libX11
-"
-RDEPEND="
-   ${DEPEND}
-   $(add_kdebase_dep plasma-workspace)
-"

diff --git a/kde-misc/kbstateapplet/metadata.xml 
b/kde-misc/kbstateapplet/metadata.xml
deleted file mode 100644
index 2fdbf33..000
--- a/kde-misc/kbstateapplet/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
-



[gentoo-commits] proj/kde:master commit in: kde-misc/openofficeorg-thumbnail/

2016-03-26 Thread Johannes Huber
commit: c9b3480426135c6b70ad5ab88759544cbc8146ef
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Mar 26 15:53:20 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Mar 26 15:53:20 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c9b34804

kde-misc/openofficeorg-thumbnail: EAPI 6

Package-Manager: portage-2.2.28

 .../openofficeorg-thumbnail-1.0.0-r500.ebuild| 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 
a/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.ebuild 
b/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.ebuild
index 59fb682..d756db7 100644
--- a/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.ebuild
+++ b/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.ebuild
@@ -2,10 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
+
 MY_PN="OpenOfficeorgThumbnail"
 MY_P="${MY_PN}-${PV}"
-
 inherit kde5
 
 DESCRIPTION="KDE thumbnail-plugin that generates thumbnails for ODF files"
@@ -24,4 +24,5 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 S=${WORKDIR}/${MY_P}
+
 PATCHES=( "${FILESDIR}"/${P}-kf5-support.patch )



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

2016-03-26 Thread Michael Palimaka
commit: 0f1a8e9fea96bdf339dbbb92773da76127ecc458
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 26 16:12:18 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 26 16:12:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1a8e9f

x11-libs/snorenotify: add ~x86 keyword

Package-Manager: portage-2.2.28

 x11-libs/snorenotify/snorenotify-0.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/snorenotify/snorenotify-0.7.0.ebuild 
b/x11-libs/snorenotify/snorenotify-0.7.0.ebuild
index 9980b28..ce04cab 100644
--- a/x11-libs/snorenotify/snorenotify-0.7.0.ebuild
+++ b/x11-libs/snorenotify/snorenotify-0.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="sound test"
 
 RDEPEND="



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/timfel-krb5-auth/

2016-03-26 Thread Manuel Rüger
commit: ee24218b70cd58a99eb25a6ab456058901f508f3
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Mar 26 16:07:01 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Mar 26 16:07:01 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=ee24218b

dev-ruby/timfel-krb5-auth: Initial version

Package-Manager: portage-2.2.28

 dev-ruby/timfel-krb5-auth/Manifest |  1 +
 dev-ruby/timfel-krb5-auth/metadata.xml |  8 ++
 .../timfel-krb5-auth/timfel-krb5-auth-0.8.3.ebuild | 30 ++
 3 files changed, 39 insertions(+)

diff --git a/dev-ruby/timfel-krb5-auth/Manifest 
b/dev-ruby/timfel-krb5-auth/Manifest
new file mode 100644
index 000..6cc29dc
--- /dev/null
+++ b/dev-ruby/timfel-krb5-auth/Manifest
@@ -0,0 +1 @@
+DIST timfel-krb5-auth-0.8.3.gem 10240 SHA256 
ab388c9d747fa3cd95baf2cc1c03253e372d8c680adcc543670f4f099854bb80 SHA512 
b6a4c1a9fab8b48de06bd0ef76fab7d0e64c81aa87c3ee28ce9b8832db66d1a997a24a7bf89a6c7e8c1099369735d9a7551a265821da7d719393b50fa0e944cc
 WHIRLPOOL 
2c470cca05abc5328cf617304ef74a8882933d018fa9ea3508ad7f7af28771605de79baf95cdede63c8af83883adfe70e95434121087f1557b7f4c649fae6b30

diff --git a/dev-ruby/timfel-krb5-auth/metadata.xml 
b/dev-ruby/timfel-krb5-auth/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/dev-ruby/timfel-krb5-auth/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+

diff --git a/dev-ruby/timfel-krb5-auth/timfel-krb5-auth-0.8.3.ebuild 
b/dev-ruby/timfel-krb5-auth/timfel-krb5-auth-0.8.3.ebuild
new file mode 100644
index 000..83da9b0
--- /dev/null
+++ b/dev-ruby/timfel-krb5-auth/timfel-krb5-auth-0.8.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST=""
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem multilib
+
+DESCRIPTION="Kerberos binding for Ruby"
+HOMEPAGE="https://rubygems.org/gems/timfel-krb5-auth 
http://rubyforge.org/projects/krb5-auth/;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+each_ruby_configure() {
+   ${RUBY} -Cext extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext
+   mkdir lib || die
+   cp ext/krb5_auth$(get_modname) lib/ || die
+}



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

2016-03-26 Thread Agostino Sarubbo
commit: e75d24485610b0b58c80bae06d8d415e6533c395
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 16:02:53 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 16:02:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e75d2448

dev-java/oracle-jre-bin: x86 stable wrt bug #578160

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.77.ebuild 
b/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.77.ebuild
index 9f8c29f..46c46ac 100644
--- a/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.77.ebuild
+++ b/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.77.ebuild
@@ -34,7 +34,7 @@ SRC_URI="
 
 LICENSE="Oracle-BCLA-JavaSE"
 SLOT="1.8"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="alsa cups +fontconfig headless-awt javafx jce nsplugin pax_kernel 
selinux"
 
 RESTRICT="fetch preserve-libs strip"



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

2016-03-26 Thread Agostino Sarubbo
commit: c0d5f78959517630c5bddf8be3b6b0423fd54c74
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 16:02:48 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 16:02:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0d5f789

dev-java/oracle-jdk-bin: x86 stable wrt bug #578160

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.77.ebuild 
b/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.77.ebuild
index cfc8e34..87bfbb4 100644
--- a/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.77.ebuild
+++ b/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.77.ebuild
@@ -60,7 +60,7 @@ SRC_URI+=" jce? ( ${JCE_FILE} )"
 
 LICENSE="Oracle-BCLA-JavaSE examples? ( BSD )"
 SLOT="1.8"
-KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux ~x64-macos 
~sparc64-solaris ~x64-solaris"
 IUSE="alsa cups derby doc examples +fontconfig headless-awt javafx jce 
nsplugin pax_kernel selinux source"
 REQUIRED_USE="javafx? ( alsa fontconfig )"
 



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

2016-03-26 Thread Agostino Sarubbo
commit: 9808ca1530820b29ca666aab8ff974f1f436d796
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 16:02:15 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 16:02:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9808ca15

dev-java/oracle-jdk-bin: amd64 stable wrt bug #578160

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.77.ebuild 
b/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.77.ebuild
index 1750760..cfc8e34 100644
--- a/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.77.ebuild
+++ b/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.77.ebuild
@@ -60,7 +60,7 @@ SRC_URI+=" jce? ( ${JCE_FILE} )"
 
 LICENSE="Oracle-BCLA-JavaSE examples? ( BSD )"
 SLOT="1.8"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~sparc64-solaris ~x64-solaris"
 IUSE="alsa cups derby doc examples +fontconfig headless-awt javafx jce 
nsplugin pax_kernel selinux source"
 REQUIRED_USE="javafx? ( alsa fontconfig )"
 



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

2016-03-26 Thread Agostino Sarubbo
commit: 82a63ee40bf4a9507b13cf26110c515e7b754a14
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 16:02:20 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 16:02:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82a63ee4

dev-java/oracle-jre-bin: amd64 stable wrt bug #578160

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.77.ebuild 
b/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.77.ebuild
index c863fcb..9f8c29f 100644
--- a/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.77.ebuild
+++ b/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.77.ebuild
@@ -34,7 +34,7 @@ SRC_URI="
 
 LICENSE="Oracle-BCLA-JavaSE"
 SLOT="1.8"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="alsa cups +fontconfig headless-awt javafx jce nsplugin pax_kernel 
selinux"
 
 RESTRICT="fetch preserve-libs strip"



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/raphael-rails/

2016-03-26 Thread Manuel Rüger
commit: 4b8c00837c59373f78b5e08e7e23af2246cb810a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Mar 26 15:57:58 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Mar 26 15:57:58 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=4b8c0083

dev-ruby/raphael-rails: Initial version

Package-Manager: portage-2.2.28

 dev-ruby/raphael-rails/Manifest   |  1 +
 dev-ruby/raphael-rails/metadata.xml   |  8 
 dev-ruby/raphael-rails/raphael-rails-2.1.2.ebuild | 20 
 3 files changed, 29 insertions(+)

diff --git a/dev-ruby/raphael-rails/Manifest b/dev-ruby/raphael-rails/Manifest
new file mode 100644
index 000..1876d48
--- /dev/null
+++ b/dev-ruby/raphael-rails/Manifest
@@ -0,0 +1 @@
+DIST raphael-rails-2.1.2.gem 193536 SHA256 
6c89daf65f82621f7ff59948db1db0ca2f41422ceadf905ba18a58b7ab57516a SHA512 
52a7caf3c0015239b97bcd3cf7b2d0fe4a3f4b38254d004b5ac979812566044a84e0d2674f90d021a1db1011d7ff9c3a500d5e624a3d7c7f5664a1d1c3c6a106
 WHIRLPOOL 
97191e544315a27f27f96820bf1735824b3d589d29aed58d570aed3434ef1a12552c945e1cc19b6d2f5af642b8907ee53904046df3df592a3f04e68a59b769a7

diff --git a/dev-ruby/raphael-rails/metadata.xml 
b/dev-ruby/raphael-rails/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/dev-ruby/raphael-rails/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+

diff --git a/dev-ruby/raphael-rails/raphael-rails-2.1.2.ebuild 
b/dev-ruby/raphael-rails/raphael-rails-2.1.2.ebuild
new file mode 100644
index 000..f173065
--- /dev/null
+++ b/dev-ruby/raphael-rails/raphael-rails-2.1.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Raphael JS as a Rubygem for use in the Rails asset pipeline"
+HOMEPAGE="https://rubygems.org/gems/raphael-rails 
https://github.com/mockdeep/raphael-rails;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""



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

2016-03-26 Thread Agostino Sarubbo
commit: 762492ec94c41d57e5cefc7e2dd54fa97ae182fa
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 15:57:56 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 15:57:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762492ec

dev-perl/MIME-Types: alpha/amd64/hppa/ia64/ppc64/ppc/sparc/x86 stable, 
(ALLARCHES policy) wrt bug #578270

Package-Manager: portage-2.2.26
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/MIME-Types/MIME-Types-2.120.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/MIME-Types/MIME-Types-2.120.0.ebuild 
b/dev-perl/MIME-Types/MIME-Types-2.120.0.ebuild
index 12327f3..7464047 100644
--- a/dev-perl/MIME-Types/MIME-Types-2.120.0.ebuild
+++ b/dev-perl/MIME-Types/MIME-Types-2.120.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Definition of MIME types"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 IUSE="test"
 
 # uses List::Util



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

2016-03-26 Thread Agostino Sarubbo
commit: f66ba7c0f41d398420c4fc21e0061cbd463f623f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 15:55:50 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 15:55:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f66ba7c0

dev-perl/MIME-tools: alpha/amd64/hppa/ia64/ppc64/ppc/sparc/x86 stable, 
(ALLARCHES policy) wrt bug #578268

Package-Manager: portage-2.2.26
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/MIME-tools/MIME-tools-5.507.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/MIME-tools/MIME-tools-5.507.0.ebuild 
b/dev-perl/MIME-tools/MIME-tools-5.507.0.ebuild
index 2b2da5c..9d1bee2 100644
--- a/dev-perl/MIME-tools/MIME-tools-5.507.0.ebuild
+++ b/dev-perl/MIME-tools/MIME-tools-5.507.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A Perl module for parsing and creating MIME entities"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 ~arm64 hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="test"
 
 RDEPEND="



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

2016-03-26 Thread Michał Górny
commit: 2a6a223984eb3ec014eeb02dfef19f87b05bcb96
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 26 15:55:36 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 26 15:55:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a6a2239

app-shells/bash-completion: clean Manifest up

 app-shells/bash-completion/Manifest | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-shells/bash-completion/Manifest 
b/app-shells/bash-completion/Manifest
index 72036f3..dd78b63 100644
--- a/app-shells/bash-completion/Manifest
+++ b/app-shells/bash-completion/Manifest
@@ -4,4 +4,3 @@ DIST bash-completion-2.1_p20141224.tar.xz 257964 SHA256 
a76ffdbc9f49f48e290f0e6f
 DIST bash-completion-2.2.tar.xz 271260 SHA256 
4d47531b59e7bd3723b356a3977f85a088666de693d3af86fa0e6909166cdfac SHA512 
58121bb281b41d6e353ba1e96c8b1890e34fc59375fffc15161d9222f33bbeb0d8c61feb2b6c027eeb44143f4c8e97dd7ffd8012671027980055ef2caeddf150
 WHIRLPOOL 
b03f0cec12cce3e153307e197aadbb37ed02131bc9d26ece8cf22e9ee37b2fa26e723cbd44534b16b33b9fc3f055029546493d8550a839eacd38ba3fc379b2f5
 DIST bashcomp-2.0.1.tar.bz2 4078 SHA256 
142348b61b32fb3f1580ac90b684b1014d6d177f371baadb503340c507f9a992 SHA512 
8ac8982f418a2d71dffcf027ffe0b7eefa3ee49413a726a8ee9e758975d8f86c687a64b55cd94e09b7936d1c6990285ddc90a3c2b1989af44322937c5c4fb8d7
 WHIRLPOOL 
b6daa0a93282e9df73635cbe97c473fd22aa3baf035c3ffcb5966152e20b26d85979fe8a5ecf9128157422f3f60dc27c82c843b9a0e6e80b7de7da596250
 DIST bashcomp-2.0.2.tar.gz 3625 SHA256 
6ede58bfbe99f0dca1eb9236492aa20a6755e5731526de56e15d1e2b220165c9 SHA512 
46bc1bcc32263135f44be68569459a409250dd2c81c18190735f11e13a26508e9d3cb91d24a8fe7b21bdea678347873b7ac1b67d5e8c78c8444011f85dfdcdce
 WHIRLPOOL 
4b6cb989235d5fed8fd9986c1419ab337df38384fe2b307fd78f08f8696f4a2328845ed4f27913a36e9a544e973690bc0dd2af73816e272c3faf27ff2eafa585
-DIST bashcomp2-pre1.tar.gz 3732 SHA256 
fd201638bae06f134c243887cafe402ef0a21f9e62cca3966f405c249abc9eec SHA512 
745801fe20c846cb0cdb044d712caacd75a2902c9dddc2261bdb179dcd826e5d1032d6b1f73340abe74dbb82d29b4386897291ccdf45d9bbd1fdb80a5f79fa45
 WHIRLPOOL 
eb529c7263653b3e3e36c0cf29d44c57ce64bb2144f06ff7f2df569dd2ae66eb135b2ace5542c37cb100da8b3562b32ab61bcd9f5fd3cfbf67febf5e5086e04a



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

2016-03-26 Thread Michał Górny
commit: 029b9eeb5a6e13e3726d1bfadce746925d48e5de
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 26 15:53:07 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 26 15:54:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=029b9eeb

app-shells/bash-completion: Drop interim old versions

 .../bash-completion/bash-completion-2.1-r91.ebuild |  93 ---
 .../bash-completion/bash-completion-2.1-r92.ebuild |  93 ---
 .../bash-completion/bash-completion-2.1-r93.ebuild |  94 ---
 .../bash-completion/bash-completion-2.1-r94.ebuild |  96 
 .../bash-completion/bash-completion-2.1.ebuild | 100 -
 5 files changed, 476 deletions(-)

diff --git a/app-shells/bash-completion/bash-completion-2.1-r91.ebuild 
b/app-shells/bash-completion/bash-completion-2.1-r91.ebuild
deleted file mode 100644
index 4c81a9a..000
--- a/app-shells/bash-completion/bash-completion-2.1-r91.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit versionator
-
-DESCRIPTION="Programmable Completion for bash"
-HOMEPAGE="http://bash-completion.alioth.debian.org/;
-SRC_URI="http://bash-completion.alioth.debian.org/files/${P}.tar.bz2
-   https://dev.gentoo.org/~mgorny/dist/bashcomp2-pre1.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris"
-IUSE=""
-
-RDEPEND="|| ( >=app-shells/bash-4.1 app-shells/zsh )
-   sys-apps/miscfiles
-   !app-eselect/eselect-bashcomp"
-
-# Remove unwanted completions.
-STRIP_COMPLETIONS=(
-   # Included in util-linux, bug #468544
-   cal dmesg eject hd hexdump hwclock ionice look ncal renice rtcwake
-
-   # Slackware package stuff, quite generic names cause collisions
-   # (e.g. with sys-apps/pacman)
-   explodepkg installpkg makepkg pkgtool removepkg upgradepkg
-
-   # Debian/Red Hat network stuff
-   ifdown ifup ifstatus
-)
-
-src_prepare() {
-   epatch "${WORKDIR}"/bashcomp2-pre1/*.patch
-}
-
-src_test() { :; } # Skip testsuite because of interactive shell wrt #477066
-
-src_install() {
-   # work-around race conditions, bug #526996
-   mkdir -p "${ED}"/usr/share/bash-completion/{completions,helpers} || die
-
-   default
-
-   # use the copies from >=sys-apps/util-linux-2.23 wrt #468544 -> hd and 
ncal
-   # becomes dead symlinks as a result
-   local file
-   for file in "${STRIP_COMPLETIONS[@]}"; do
-   rm "${ED}"/usr/share/bash-completion/completions/${file} || die
-   done
-
-   # use the copy from app-editors/vim-core:
-   rm "${ED}"/usr/share/bash-completion/completions/xxd || die
-
-   # use the copy from net-misc/networkmanager:
-   rm "${ED}"/usr/share/bash-completion/completions/nmcli || die
-
-   dodoc AUTHORS CHANGES README
-
-   # install the eselect module
-   insinto /usr/share/eselect/modules
-   doins "${WORKDIR}"/bashcomp2-pre1/bashcomp.eselect
-   doman "${WORKDIR}"/bashcomp2-pre1/bashcomp.eselect.5
-}
-
-pkg_postinst() {
-   local v
-   for v in ${REPLACING_VERSIONS}; do
-   if ! version_is_at_least 2.1-r90 ${v}; then
-   ewarn "For bash-completion autoloader to work, all 
completions need to"
-   ewarn "be installed in 
/usr/share/bash-completion/completions. You may"
-   ewarn "need to rebuild packages that installed 
completions in the old"
-   ewarn "location. You can do this using:"
-   ewarn
-   ewarn "$ find ${EPREFIX}/usr/share/bash-completion 
-maxdepth 1 -type f '!' -name 'bash_completion' -exec emerge -1v {} +"
-   ewarn
-   ewarn "After the rebuild, you should remove the old 
setup symlinks:"
-   ewarn
-   ewarn "$ find ${EPREFIX}/etc/bash_completion.d -type l 
-delete"
-   fi
-   done
-
-   if has_version 'app-shells/zsh'; then
-   elog
-   elog "If you are interested in using the provided bash 
completion functions with"
-   elog "zsh, valuable tips on the effective use of bashcompinit 
are available:"
-   elog "  http://www.zsh.org/mla/workers/2003/msg00046.html;
-   elog
-   fi
-}

diff --git a/app-shells/bash-completion/bash-completion-2.1-r92.ebuild 
b/app-shells/bash-completion/bash-completion-2.1-r92.ebuild
deleted file mode 100644
index 8de401c..000
--- a/app-shells/bash-completion/bash-completion-2.1-r92.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 

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

2016-03-26 Thread Michał Górny
commit: 997ee22bd27bebd1e1510508b81cbc53d0b55ac8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 26 15:50:26 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 26 15:54:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=997ee22b

app-shells/bash-completion: Bump to 2.2, #577836

 app-shells/bash-completion/Manifest|  1 +
 .../bash-completion/bash-completion-2.2.ebuild | 96 ++
 2 files changed, 97 insertions(+)

diff --git a/app-shells/bash-completion/Manifest 
b/app-shells/bash-completion/Manifest
index 517a2b3..72036f3 100644
--- a/app-shells/bash-completion/Manifest
+++ b/app-shells/bash-completion/Manifest
@@ -1,6 +1,7 @@
 DIST bash-completion-1.3.tar.bz2 211899 SHA256 
8ebe30579f0f3e1a521013bcdd183193605dab353d7a244ff2582fb3a36f7bec SHA512 
f0c6eb3edce982d1306fdb7ba2cb598c08cff4bde8496fca369b3c4d2d3af0ef48dd494ab96258cc90f30b875a56759aad13a6b1bfb4928bfba4634cce6bf8be
 WHIRLPOOL 
9ea16b019eadcdcf60046b58d2c0f3ab68c189f461842d3d9f585ff25d8ba1bd48bf847868c2cc7e5475320d9c7aeaf21ce74818345c7fe648500549d51f29f8
 DIST bash-completion-2.1.tar.bz2 265329 SHA256 
2b606804a7d5f823380a882e0f7b6c8a37b0e768e72c3d4107c51fbe8a46ae4f SHA512 
0bc71039ef136b1ccb72527eb40f2ed4068a58dc31b1ac1ee52a40e7c950ea4cfbb4f1bee2f0da6774e56062578fa3653096e6d306eea7f028dd55ff737e92fe
 WHIRLPOOL 
0275d8ac99a0ac5b12637bf2b13561d656b239ba7c166071cb283a481df2fdd904ad1c18608ea35b9af4f0f4db3b034f833f0fd586a0096626d1b268bcd8fc00
 DIST bash-completion-2.1_p20141224.tar.xz 257964 SHA256 
a76ffdbc9f49f48e290f0e6f3d46060d51c770f91e25b35b014bc16fec76f517 SHA512 
94649aad8dbf0f170422605a5f36c5cab61e45ce402a92f89a6eba3bd5d2e976087b35cd0a9b6d4d29ba608cee3bb27b692088c884b766447ee9eafa99c2814a
 WHIRLPOOL 
0ea12dfc8f432ffed598aee65c7080de570ebe9783415c7ebe4bd5d152fc645a132fae3a28986c029d13a4b939e15053204d73ae9b207f4ad62b9c117bf59cba
+DIST bash-completion-2.2.tar.xz 271260 SHA256 
4d47531b59e7bd3723b356a3977f85a088666de693d3af86fa0e6909166cdfac SHA512 
58121bb281b41d6e353ba1e96c8b1890e34fc59375fffc15161d9222f33bbeb0d8c61feb2b6c027eeb44143f4c8e97dd7ffd8012671027980055ef2caeddf150
 WHIRLPOOL 
b03f0cec12cce3e153307e197aadbb37ed02131bc9d26ece8cf22e9ee37b2fa26e723cbd44534b16b33b9fc3f055029546493d8550a839eacd38ba3fc379b2f5
 DIST bashcomp-2.0.1.tar.bz2 4078 SHA256 
142348b61b32fb3f1580ac90b684b1014d6d177f371baadb503340c507f9a992 SHA512 
8ac8982f418a2d71dffcf027ffe0b7eefa3ee49413a726a8ee9e758975d8f86c687a64b55cd94e09b7936d1c6990285ddc90a3c2b1989af44322937c5c4fb8d7
 WHIRLPOOL 
b6daa0a93282e9df73635cbe97c473fd22aa3baf035c3ffcb5966152e20b26d85979fe8a5ecf9128157422f3f60dc27c82c843b9a0e6e80b7de7da596250
 DIST bashcomp-2.0.2.tar.gz 3625 SHA256 
6ede58bfbe99f0dca1eb9236492aa20a6755e5731526de56e15d1e2b220165c9 SHA512 
46bc1bcc32263135f44be68569459a409250dd2c81c18190735f11e13a26508e9d3cb91d24a8fe7b21bdea678347873b7ac1b67d5e8c78c8444011f85dfdcdce
 WHIRLPOOL 
4b6cb989235d5fed8fd9986c1419ab337df38384fe2b307fd78f08f8696f4a2328845ed4f27913a36e9a544e973690bc0dd2af73816e272c3faf27ff2eafa585
 DIST bashcomp2-pre1.tar.gz 3732 SHA256 
fd201638bae06f134c243887cafe402ef0a21f9e62cca3966f405c249abc9eec SHA512 
745801fe20c846cb0cdb044d712caacd75a2902c9dddc2261bdb179dcd826e5d1032d6b1f73340abe74dbb82d29b4386897291ccdf45d9bbd1fdb80a5f79fa45
 WHIRLPOOL 
eb529c7263653b3e3e36c0cf29d44c57ce64bb2144f06ff7f2df569dd2ae66eb135b2ace5542c37cb100da8b3562b32ab61bcd9f5fd3cfbf67febf5e5086e04a

diff --git a/app-shells/bash-completion/bash-completion-2.2.ebuild 
b/app-shells/bash-completion/bash-completion-2.2.ebuild
new file mode 100644
index 000..f403f51
--- /dev/null
+++ b/app-shells/bash-completion/bash-completion-2.2.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+BASHCOMP_P=bashcomp-2.0.2
+inherit versionator
+
+DESCRIPTION="Programmable Completion for bash"
+HOMEPAGE="https://github.com/scop/bash-completion;
+SRC_URI="https://github.com/scop/bash-completion/releases/download/${PV}/${P}.tar.xz
+   https://bitbucket.org/mgorny/bashcomp2/downloads/${BASHCOMP_P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris"
+IUSE=""
+
+RDEPEND=">=app-shells/bash-4.3_p30-r1
+   sys-apps/miscfiles
+   !app-eselect/eselect-bashcomp"
+DEPEND="app-arch/xz-utils"
+PDEPEND=">=app-shells/gentoo-bashcomp-20140911"
+
+# Remove unwanted completions.
+STRIP_COMPLETIONS=(
+   # Slackware package stuff, quite generic names cause collisions
+   # (e.g. with sys-apps/pacman)
+   explodepkg installpkg makepkg pkgtool removepkg upgradepkg
+
+   # Debian/Red Hat network stuff
+   ifdown ifup ifstatus
+
+   # Installed in app-editors/vim-core
+   

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

2016-03-26 Thread Agostino Sarubbo
commit: 13fc5c22eff5596651bf45f19db54068289f9c04
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 15:52:27 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 15:52:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13fc5c22

net-fs/openafs-kernel: sparc stable wrt bug #564388

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-fs/openafs-kernel/openafs-kernel-1.6.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/openafs-kernel/openafs-kernel-1.6.17.ebuild 
b/net-fs/openafs-kernel/openafs-kernel-1.6.17.ebuild
index 60130b5..a59a9de 100644
--- a/net-fs/openafs-kernel/openafs-kernel-1.6.17.ebuild
+++ b/net-fs/openafs-kernel/openafs-kernel-1.6.17.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="IBM BSD openafs-krb5-a APSL-2"
 SLOT="0"
-KEYWORDS="amd64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE=""
 
 S=${WORKDIR}/${MY_P}



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

2016-03-26 Thread Agostino Sarubbo
commit: b63263d1b367ecfb9a427e31b3b8de877a098b46
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 15:52:32 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 15:52:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b63263d1

net-fs/openafs: sparc stable wrt bug #564388

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-fs/openafs/openafs-1.6.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/openafs/openafs-1.6.17.ebuild 
b/net-fs/openafs/openafs-1.6.17.ebuild
index 266cb74..dac9008 100644
--- a/net-fs/openafs/openafs-1.6.17.ebuild
+++ b/net-fs/openafs/openafs-1.6.17.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="IBM BSD openafs-krb5-a APSL-2"
 SLOT="0"
-KEYWORDS="amd64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 
 IUSE="doc kerberos +modules pam"
 



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

2016-03-26 Thread Agostino Sarubbo
commit: 7e4446ee1503dcce5ffc8f912addb546b201c31a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 15:51:22 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 15:51:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e4446ee

net-fs/openafs-kernel: amd64 stable wrt bug #564388

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-fs/openafs-kernel/openafs-kernel-1.6.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/openafs-kernel/openafs-kernel-1.6.17.ebuild 
b/net-fs/openafs-kernel/openafs-kernel-1.6.17.ebuild
index b06862b..ebbc236 100644
--- a/net-fs/openafs-kernel/openafs-kernel-1.6.17.ebuild
+++ b/net-fs/openafs-kernel/openafs-kernel-1.6.17.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="IBM BSD openafs-krb5-a APSL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~amd64-fbsd ~amd64-linux ~sparc ~x86 ~x86-fbsd ~x86-linux"
+KEYWORDS="amd64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE=""
 
 S=${WORKDIR}/${MY_P}



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

2016-03-26 Thread Agostino Sarubbo
commit: 0db9ade7bdacdb9ff40546fa12bd716cf137f3ba
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 15:51:55 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 15:51:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db9ade7

net-fs/openafs-kernel: x86 stable wrt bug #564388

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-fs/openafs-kernel/openafs-kernel-1.6.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/openafs-kernel/openafs-kernel-1.6.17.ebuild 
b/net-fs/openafs-kernel/openafs-kernel-1.6.17.ebuild
index ebbc236..60130b5 100644
--- a/net-fs/openafs-kernel/openafs-kernel-1.6.17.ebuild
+++ b/net-fs/openafs-kernel/openafs-kernel-1.6.17.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="IBM BSD openafs-krb5-a APSL-2"
 SLOT="0"
-KEYWORDS="amd64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE=""
 
 S=${WORKDIR}/${MY_P}



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

2016-03-26 Thread Agostino Sarubbo
commit: 12c094a2436ad4d3b71dcce742711f7d9360416b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 15:51:27 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 15:51:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12c094a2

net-fs/openafs: amd64 stable wrt bug #564388

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-fs/openafs/openafs-1.6.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/openafs/openafs-1.6.17.ebuild 
b/net-fs/openafs/openafs-1.6.17.ebuild
index ac8aeb5..e2f2555 100644
--- a/net-fs/openafs/openafs-1.6.17.ebuild
+++ b/net-fs/openafs/openafs-1.6.17.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="IBM BSD openafs-krb5-a APSL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~amd64-fbsd ~amd64-linux ~sparc ~x86 ~x86-fbsd ~x86-linux"
+KEYWORDS="amd64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 
 IUSE="doc kerberos +modules pam"
 



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

2016-03-26 Thread Agostino Sarubbo
commit: cca613b8108717d416db774b91d5c799a8309ddd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 15:52:00 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 15:52:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cca613b8

net-fs/openafs: x86 stable wrt bug #564388

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-fs/openafs/openafs-1.6.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/openafs/openafs-1.6.17.ebuild 
b/net-fs/openafs/openafs-1.6.17.ebuild
index e2f2555..266cb74 100644
--- a/net-fs/openafs/openafs-1.6.17.ebuild
+++ b/net-fs/openafs/openafs-1.6.17.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="IBM BSD openafs-krb5-a APSL-2"
 SLOT="0"
-KEYWORDS="amd64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 
 IUSE="doc kerberos +modules pam"
 



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

2016-03-26 Thread Agostino Sarubbo
commit: 00cdb0272f44c3ec08a56649cdfe235a8e8dd01e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 15:50:32 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 15:50:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00cdb027

dev-perl/MIME-Lite: amd64/ppc64/ppc/x86 stable, (ALLARCHES policy) wrt bug 
#578264

Package-Manager: portage-2.2.26
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/MIME-Lite/MIME-Lite-3.30.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/MIME-Lite/MIME-Lite-3.30.0.ebuild 
b/dev-perl/MIME-Lite/MIME-Lite-3.30.0.ebuild
index 2b425cf..ba7de63 100644
--- a/dev-perl/MIME-Lite/MIME-Lite-3.30.0.ebuild
+++ b/dev-perl/MIME-Lite/MIME-Lite-3.30.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Low-calorie MIME generator"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="minimal"
 
 PATCHES=("${FILESDIR}/${DIST_VERSION}-makefilepl.patch")



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

2016-03-26 Thread Tim Harder
commit: e39e80be5700c151c4c668b8be5a9e543a056380
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Mar 26 15:38:56 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Mar 26 15:49:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e39e80be

app-vim/vimtex: initial import

 app-vim/vimtex/Manifest   |  1 +
 app-vim/vimtex/metadata.xml   | 11 +++
 app-vim/vimtex/vimtex-20160324.ebuild | 21 +
 3 files changed, 33 insertions(+)

diff --git a/app-vim/vimtex/Manifest b/app-vim/vimtex/Manifest
new file mode 100644
index 000..74f6dca
--- /dev/null
+++ b/app-vim/vimtex/Manifest
@@ -0,0 +1 @@
+DIST vimtex-20160324.tar.bz2 95040 SHA256 
4afc63478fc6480bb2240613efef89c498806be5b17383edf3f2e5ed3c1f11c0 SHA512 
0c0d2a95f3b62239f47113f5b8876728d6d9fddf7e526477e92ef1f09317cb607ddd3b2aa07f6e8bebd357308adf21e4c353795952dc30372b493963bd0554ff
 WHIRLPOOL 
a7bb550a7ebf4f3b9395d44620e883c91ae238729b0cdc912baf4a83fd95f0ffc145edf0c2b34a6b08ad6953467e0610ea8e57101d5ad188c0349d87ff1345cb

diff --git a/app-vim/vimtex/metadata.xml b/app-vim/vimtex/metadata.xml
new file mode 100644
index 000..761c713
--- /dev/null
+++ b/app-vim/vimtex/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+v...@gentoo.org
+Gentoo Vim Project
+  
+  
+lervag/vimtex
+  
+

diff --git a/app-vim/vimtex/vimtex-20160324.ebuild 
b/app-vim/vimtex/vimtex-20160324.ebuild
new file mode 100644
index 000..b45bf56
--- /dev/null
+++ b/app-vim/vimtex/vimtex-20160324.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: a modern vim plugin for editing LaTeX files"
+HOMEPAGE="https://github.com/lervag/vimtex;
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+
+VIM_PLUGIN_HELPFILES="${PN}"
+
+RDEPEND="!app-vim/vim-latex
+   virtual/latex-base
+   dev-tex/latexmk"
+
+src_prepare() {
+   rm -rf *.md test || die
+}



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/gitlab_omniauth-ldap/

2016-03-26 Thread Manuel Rüger
commit: 6c484735b608a52558596a587b3ea21d692b00cf
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Mar 26 15:49:34 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Mar 26 15:49:34 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=6c484735

dev-ruby/gitlab_omniauth-ldap: Initial version

Package-Manager: portage-2.2.28

 dev-ruby/gitlab_omniauth-ldap/Manifest |  1 +
 .../gitlab_omniauth-ldap-1.2.1.ebuild  | 29 ++
 dev-ruby/gitlab_omniauth-ldap/metadata.xml |  8 ++
 3 files changed, 38 insertions(+)

diff --git a/dev-ruby/gitlab_omniauth-ldap/Manifest 
b/dev-ruby/gitlab_omniauth-ldap/Manifest
new file mode 100644
index 000..449b2f5
--- /dev/null
+++ b/dev-ruby/gitlab_omniauth-ldap/Manifest
@@ -0,0 +1 @@
+DIST gitlab_omniauth-ldap-1.2.1.gem 12800 SHA256 
311b14ca8bc92e217390bbbfa1b83ba50780f8b41957e8fc8b99ee7d4af46ded SHA512 
bbcdf50690742d806e8916306be55217c704c407d7cefaae32c629b3d2c134554911798734a238cbd1179ddef4ed6482f2ee462616bd56238badf81808148bf2
 WHIRLPOOL 
7eb1c027c8d4cefcd02e6165541ec39dd44c1d1b9a9019534eb6322e2283016e7e8cde3bc3ff3594ab678bb1368449af87987b16bcdebf7cdb5ac70cd7965d2e

diff --git a/dev-ruby/gitlab_omniauth-ldap/gitlab_omniauth-ldap-1.2.1.ebuild 
b/dev-ruby/gitlab_omniauth-ldap/gitlab_omniauth-ldap-1.2.1.ebuild
new file mode 100644
index 000..56e9b12
--- /dev/null
+++ b/dev-ruby/gitlab_omniauth-ldap/gitlab_omniauth-ldap-1.2.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A LDAP strategy for OmniAuth - Gitlab Fork"
+HOMEPAGE="https://github.com/gitlabhq/omniauth-ldap 
https://rubygems.org/gems/gitlab_omniauth-ldap;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/ruby-net-ldap-0.9
+   =dev-ruby/omniauth-1.0
+   =dev-ruby/pyu-ruby-sasl-0.0.3.1
+   =dev-ruby/rubyntlm-0.3
+   
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+



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

2016-03-26 Thread Agostino Sarubbo
commit: 36da503cb149588161e520d522745ae5cd93874d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 15:49:32 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 15:49:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36da503c

dev-perl/Math-Spline: amd64/x86 stable, (ALLARCHES policy) wrt bug #578256

Package-Manager: portage-2.2.26
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Math-Spline/Math-Spline-0.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Math-Spline/Math-Spline-0.20.0.ebuild 
b/dev-perl/Math-Spline/Math-Spline-0.20.0.ebuild
index 1904fe0..546f105 100644
--- a/dev-perl/Math-Spline/Math-Spline-0.20.0.ebuild
+++ b/dev-perl/Math-Spline/Math-Spline-0.20.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Cubic Spline Interpolation of data"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND="



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

2016-03-26 Thread Tim Harder
commit: bf4ea8af93ae0620c78a6eed170f09108a0acfd8
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Mar 26 15:46:57 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Mar 26 15:49:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf4ea8af

app-vim/vim-latex: add blockers for app-vim/vimtex

 app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild | 3 ++-
 app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild 
b/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild
index bb75db8..0146d0f 100644
--- a/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild
+++ b/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild
@@ -19,7 +19,8 @@ KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-maco
 IUSE="html python"
 
 RDEPEND="|| ( app-editors/vim[python?] app-editors/gvim[python?] )
-   virtual/latex-base"
+   virtual/latex-base
+   !app-vim/vimtex"
 
 S=${WORKDIR}/${MY_P}
 

diff --git a/app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild 
b/app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild
index 1356e26..a89e798 100644
--- a/app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild
+++ b/app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild
@@ -19,7 +19,8 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~p
 IUSE="html python"
 
 RDEPEND="|| ( app-editors/vim[python?] app-editors/gvim[python?] )
-   virtual/latex-base"
+   virtual/latex-base
+   !app-vim/vimtex"
 
 S=${WORKDIR}/${MY_P}
 



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

2016-03-26 Thread Agostino Sarubbo
commit: 8c3e372d2bb812e0d2f4de7fdf794c4a519bdec7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 15:48:41 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 15:48:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c3e372d

dev-perl/Math-Derivative: amd64/x86 stable, (ALLARCHES policy) wrt bug #578252

Package-Manager: portage-2.2.26
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Math-Derivative/Math-Derivative-0.40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Math-Derivative/Math-Derivative-0.40.0.ebuild 
b/dev-perl/Math-Derivative/Math-Derivative-0.40.0.ebuild
index ea6bd59..e9776bd 100644
--- a/dev-perl/Math-Derivative/Math-Derivative-0.40.0.ebuild
+++ b/dev-perl/Math-Derivative/Math-Derivative-0.40.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="1st and 2nd order differentiation of data"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 PERL_RM_FILES=(
"t/manifest.t"



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

2016-03-26 Thread Agostino Sarubbo
commit: 27aeea93c04cf79c544cbcc25f5d594758bb64be
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 15:44:36 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 15:44:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27aeea93

dev-perl/MailTools: alpha/amd64/arm/hppa/ia64/ppc64/ppc/sparc/x86 stable, 
(ALLARCHES policy) wrt bug #578250

Package-Manager: portage-2.2.26
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/MailTools/MailTools-2.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/MailTools/MailTools-2.140.0.ebuild 
b/dev-perl/MailTools/MailTools-2.140.0.ebuild
index a99843b..a612a33 100644
--- a/dev-perl/MailTools/MailTools-2.140.0.ebuild
+++ b/dev-perl/MailTools/MailTools-2.140.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Manipulation of electronic mail addresses"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/pyu-ruby-sasl/

2016-03-26 Thread Manuel Rüger
commit: 38da11a14b71b109b23f2cb5b6b76f1e51b2f0d2
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Mar 26 15:43:25 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Mar 26 15:43:25 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=38da11a1

dev-ruby/pyu-ruby-sasl: Initial version

Package-Manager: portage-2.2.28

 dev-ruby/pyu-ruby-sasl/Manifest|  1 +
 dev-ruby/pyu-ruby-sasl/metadata.xml|  8 
 .../pyu-ruby-sasl/pyu-ruby-sasl-0.0.3.3.ebuild | 22 ++
 3 files changed, 31 insertions(+)

diff --git a/dev-ruby/pyu-ruby-sasl/Manifest b/dev-ruby/pyu-ruby-sasl/Manifest
new file mode 100644
index 000..8f08e13
--- /dev/null
+++ b/dev-ruby/pyu-ruby-sasl/Manifest
@@ -0,0 +1 @@
+DIST pyu-ruby-sasl-0.0.3.3.gem 8192 SHA256 
5683a6bc5738db5a1bf5ceddeaf545405fb241b4184dd4f2587e679a7e9497e5 SHA512 
bd1be0adedac5d61985df71d9f69a13cb97486e3896459c2607dd4bead3ee064483957b2bfad155a04080da8609d0fdf81989fb8972b1cea041e1b8a7b69813d
 WHIRLPOOL 
7c47e8429ea44e8375455b51a5b0dded3f2ecc2203d92fc34d9e1fcc4f3e9d57d9becf0e4bd9fbcaaa389b5b49c3b467465aa9ef62b0ca46a559bedd9a8a1077

diff --git a/dev-ruby/pyu-ruby-sasl/metadata.xml 
b/dev-ruby/pyu-ruby-sasl/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/dev-ruby/pyu-ruby-sasl/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+

diff --git a/dev-ruby/pyu-ruby-sasl/pyu-ruby-sasl-0.0.3.3.ebuild 
b/dev-ruby/pyu-ruby-sasl/pyu-ruby-sasl-0.0.3.3.ebuild
new file mode 100644
index 000..49e4c6b
--- /dev/null
+++ b/dev-ruby/pyu-ruby-sasl/pyu-ruby-sasl-0.0.3.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST=""
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Simple Authentication and Security Layer (RFC 4422)"
+HOMEPAGE="https://rubygems.org/gems/pyu-ruby-sasl 
http://github.com/pyu10055/ruby-sasl/;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RESTRICT="test"



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

2016-03-26 Thread Agostino Sarubbo
commit: 12872c20d13e24aa271e71a72d3afc5cec83b247
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 15:43:32 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 15:43:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12872c20

dev-perl/Mail-SPF: alpha/amd64/arm/hppa/ia64/ppc64/ppc/sparc/x86 stable, 
(ALLARCHES policy) wrt bug #578248

Package-Manager: portage-2.2.26
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Mail-SPF/Mail-SPF-2.9.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r1.ebuild 
b/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r1.ebuild
index 2ae858c..39bbbff 100644
--- a/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r1.ebuild
+++ b/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="An object-oriented implementation of Sender 
Policy Framework"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 sparc x86 ~x86-fbsd"
 IUSE="test"
 
 RESTRICT=test



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

2016-03-26 Thread Agostino Sarubbo
commit: 40dff13ea225408adaa10df5c0436b485f76b2bd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 15:42:20 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 15:42:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40dff13e

dev-perl/Mail-Sender: amd64/x86 stable, (ALLARCHES policy) wrt bug #578244

Package-Manager: portage-2.2.26
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Mail-Sender/Mail-Sender-0.8.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mail-Sender/Mail-Sender-0.8.23.ebuild 
b/dev-perl/Mail-Sender/Mail-Sender-0.8.23.ebuild
index 6bfe9ae..c497b61 100644
--- a/dev-perl/Mail-Sender/Mail-Sender-0.8.23.ebuild
+++ b/dev-perl/Mail-Sender/Mail-Sender-0.8.23.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Module for sending mails with attachments 
through an SMTP server"
 
 LICENSE="Mail-Sender"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="virtual/perl-MIME-Base64"



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

2016-03-26 Thread Agostino Sarubbo
commit: 82f98d17c94193fdd7252abe6bad3007f468
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 15:41:20 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 15:41:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82f98d17

dev-perl/Mail-POP3Client: alpha/amd64/arm/hppa/ppc/x86 stable, (ALLARCHES 
policy) wrt bug #578242

Package-Manager: portage-2.2.26
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Mail-POP3Client/Mail-POP3Client-2.190.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mail-POP3Client/Mail-POP3Client-2.190.0.ebuild 
b/dev-perl/Mail-POP3Client/Mail-POP3Client-2.190.0.ebuild
index 16d49bf..8016006 100644
--- a/dev-perl/Mail-POP3Client/Mail-POP3Client-2.190.0.ebuild
+++ b/dev-perl/Mail-POP3Client/Mail-POP3Client-2.190.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="POP3 client module for Perl"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="alpha amd64 arm hppa ppc ~ppc64 x86"
 IUSE=""
 
 SRC_TEST="do"



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/select2-rails/

2016-03-26 Thread Manuel Rüger
commit: fa8a018ad2b781a205a6b977aed23cd820450325
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Mar 26 15:27:56 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Mar 26 15:27:56 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=fa8a018a

dev-ruby/select2-rails: Initial version

Package-Manager: portage-2.2.28

 dev-ruby/select2-rails/Manifest|  1 +
 dev-ruby/select2-rails/metadata.xml|  8 
 dev-ruby/select2-rails/select2-rails-3.5.10.ebuild | 24 ++
 3 files changed, 33 insertions(+)

diff --git a/dev-ruby/select2-rails/Manifest b/dev-ruby/select2-rails/Manifest
new file mode 100644
index 000..4075f33
--- /dev/null
+++ b/dev-ruby/select2-rails/Manifest
@@ -0,0 +1 @@
+DIST select2-rails-3.5.10.gem 59392 SHA256 
54d76abe9191999e59ce1533fce288ad080e2f2fa9a55351bf6a9d94ed50f251 SHA512 
8bb610bca3a108af30dca3930dbb68c97ce2851d472b07418d6cf8d7239b0f3ee90c85c11fe8fda7aaf22b2ab8ecad5d605204d98308c24457481dc73551eacb
 WHIRLPOOL 
be2cf83a674643d4c078a09b86d939efacb536d3ce4b0e68df382de28d57c611234f7ec739468060dbe7436530ae3ffb6b7010f9c01dba16f2381affc79898c9

diff --git a/dev-ruby/select2-rails/metadata.xml 
b/dev-ruby/select2-rails/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/dev-ruby/select2-rails/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+

diff --git a/dev-ruby/select2-rails/select2-rails-3.5.10.ebuild 
b/dev-ruby/select2-rails/select2-rails-3.5.10.ebuild
new file mode 100644
index 000..2a273ee
--- /dev/null
+++ b/dev-ruby/select2-rails/select2-rails-3.5.10.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="A jQuery based replacement for select boxes"
+HOMEPAGE="https://github.com/argerim/select2-rails 
https://rubygems.org/gems/select2-rails;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/thor-0.14
+   

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Mbox-MessageParser/

2016-03-26 Thread Agostino Sarubbo
commit: 9f82fd679e0df12c8a4fef9c8656cda8f5b152b2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 15:26:45 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 15:26:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f82fd67

dev-perl/Mail-Mbox-MessageParser: amd64/ppc/x86 stable, (ALLARCHES policy) wrt 
bug #578240

Package-Manager: portage-2.2.26
Signed-off-by: Agostino Sarubbo  gentoo.org>

 .../Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.510.500.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.510.500.ebuild 
b/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.510.500.ebuild
index c9fdfce..f83ae51 100644
--- a/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.510.500.ebuild
+++ b/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.510.500.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="A fast and simple mbox folder reader"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="test"
 
 RDEPEND="



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

2016-03-26 Thread Agostino Sarubbo
commit: 383ae37450ab3b491eee87e7b71e18828b14b40a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 26 15:25:30 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 26 15:25:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=383ae374

dev-perl/Mail-IMAPClient: alpha/amd64/arm/ia64/ppc/sparc/x86 stable, (ALLARCHES 
policy) wrt bug #578036

Package-Manager: portage-2.2.26
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.370.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.370.0.ebuild 
b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.370.0.ebuild
index 891887d..d6a2a35 100644
--- a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.370.0.ebuild
+++ b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.370.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="IMAP client module for Perl"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="alpha amd64 arm ia64 ppc ~ppc64 ~s390 ~sh sparc x86"
 IUSE="test"
 
 RDEPEND="



<    1   2   3   >