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

2016-04-29 Thread Tim Harder
commit: 6442ffdac1fe46232b160eba4afbd9493db34628
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Apr 30 04:00:18 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Apr 30 04:00:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6442ffda

net-mail/mpop: remove old

 net-mail/mpop/Manifest   |  2 --
 net-mail/mpop/mpop-1.0.29.ebuild | 77 
 net-mail/mpop/mpop-1.2.0.ebuild  | 49 -
 3 files changed, 128 deletions(-)

diff --git a/net-mail/mpop/Manifest b/net-mail/mpop/Manifest
index 9854017..039328f 100644
--- a/net-mail/mpop/Manifest
+++ b/net-mail/mpop/Manifest
@@ -1,4 +1,2 @@
-DIST mpop-1.0.29.tar.bz2 292369 SHA256 
bd7409741629669969b176ed664e0adec449bf434b9f333e74fed534b28690b8 SHA512 
fbb55bf2c83024cc4397f6f59c6977a5f77ab697bbcc508a5160cd74047b4c0b717c76970d760f413356efd0527da0c9a129f34a664fea080ad39f5cef16ccb1
 WHIRLPOOL 
b450422ee343175940136abe3ba09a4ab16e7257a93c97ee0067fc5f43db6663ba12ce06bb5ce7a6f143bd3302390f13a0023dc6bc25152dae12f97a5bdcd808
-DIST mpop-1.2.0.tar.xz 264560 SHA256 
9d28817a6950f64aadf10bf5841400701917102181ebf96c136fbd4707c17ba7 SHA512 
f01d3d5f8e9b9fc70a8d774bb8669655573c23492f85191e5709aefc8ee9cde83e177f7803cd8cc0166fa5457f8566510655a8d47100d337ca17c8d543f450af
 WHIRLPOOL 
eeac66490fc74b203a79816622343ccab4c02cfd89dd433de5096ed182ede7a3b63c28daccdb986bd464d07863ed3a104f72a6913c020d8703eed0b608c8ab64
 DIST mpop-1.2.2.tar.xz 266272 SHA256 
d1e7d7d18147996cfc6195cdfb936ca51620cb841a7460043d8cc838ca48bfc3 SHA512 
5cb78ac088fa5da4e6c8f049510e0aab986b73f062b05169482adf6b14cb9abe04f93bd4672837c3b406880f86e4bbf6f5dd8c5b98b1bcad485ac43ea48ae7c7
 WHIRLPOOL 
81628892d46ca32086bdcd9a4608894d5f5f2b460340bc521592a146a017c41aef77f8e264277cb753ad9fd2ca33df83c60aae99b8d1f3a146cb12e860fea7a6
 DIST mpop-1.2.4.tar.xz 268900 SHA256 
933f6b02afe549d76d0bf631ec97781bd4dd36152fb63d498b82e64e99a11f95 SHA512 
2ddc395f76adcc9fa1a1bdf0749a29eeb40a51b3c1633fb0e6b967b68be79a160ae8aab8433a2565a2146ca0d24d2ad00e1cb5a66652e737dd0ccdbac27ae70f
 WHIRLPOOL 
587c2a9679b6e57d4ea6ceed8751ea809eb213f1ecb8aecab3265b9366093ec3f6e9231f41286cad8073eb6ede68e85b4af09cf2c5934ef9f1aa041198072a36

diff --git a/net-mail/mpop/mpop-1.0.29.ebuild b/net-mail/mpop/mpop-1.0.29.ebuild
deleted file mode 100644
index 44c026f..000
--- a/net-mail/mpop/mpop-1.0.29.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="A small, fast, and portable POP3 client"
-HOMEPAGE="http://mpop.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnome-keyring gnutls idn nls sasl ssl vim-syntax"
-REQUIRED_USE="gnome-keyring? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-   gnome-keyring? (
-   ${PYTHON_DEPS}
-   dev-python/gnome-keyring-python
-   gnome-base/libgnome-keyring
-   )
-   idn? ( net-dns/libidn )
-   nls? ( virtual/libintl )
-   sasl? ( virtual/gsasl )
-   ssl? (
-   gnutls? ( net-libs/gnutls )
-   !gnutls? ( dev-libs/openssl )
-   )"
-DEPEND="${RDEPEND}
-   nls? ( sys-devel/gettext )
-   virtual/pkgconfig"
-
-REQUIRED_USE="gnutls? ( ssl )"
-
-DOCS="AUTHORS ChangeLog NEWS NOTES README THANKS"
-
-src_configure() {
-   econf \
-   $(use_with gnome-keyring ) \
-   $(use_with idn libidn) \
-   $(use_enable nls) \
-   $(use_with sasl libgsasl) \
-   $(use_with ssl ssl $(usex gnutls "gnutls" "openssl"))
-}
-
-src_install() {
-   default
-
-   if use gnome-keyring ; then
-   src_install_contrib mpop-gnome-tool mpop-gnome-tool.py README
-   python_fix_shebang 
"${D}"/usr/share/${PN}/mpop-gnome-tool/mpop-gnome-tool.py
-   fi
-
-   if use vim-syntax ; then
-   insinto /usr/share/vim/vimfiles/syntax
-   doins scripts/vim/mpop.vim
-   fi
-}
-
-src_install_contrib() {
-   subdir="$1"
-   bins="$2"
-   docs="$3"
-   local dir=/usr/share/${PN}/$subdir
-   insinto ${dir}
-   exeinto ${dir}
-   for i in $bins ; do
-   doexe scripts/$subdir/$i
-   done
-   for i in $docs ; do
-   newdoc scripts/$subdir/$i $subdir.$i
-   done
-}

diff --git a/net-mail/mpop/mpop-1.2.0.ebuild b/net-mail/mpop/mpop-1.2.0.ebuild
deleted file mode 100644
index 89b55c0..000
--- a/net-mail/mpop/mpop-1.2.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="A small, fast, and portable POP3 client"
-HOMEPAGE="http://mpop.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-

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

2016-04-29 Thread Tim Harder
commit: c7321f7d3ffa4aa3b286c5cf98ad9e3ea0c2a006
Author: Felix Janda  posteo  de>
AuthorDate: Fri Apr 29 14:38:15 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Apr 30 03:59:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7321f7d

net-mail/mpop: version bump to 1.2.4

- add libressl support
- bump to EAPI 6

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

 net-mail/mpop/Manifest  |  1 +
 net-mail/mpop/mpop-1.2.4.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/net-mail/mpop/Manifest b/net-mail/mpop/Manifest
index 5a725e5..9854017 100644
--- a/net-mail/mpop/Manifest
+++ b/net-mail/mpop/Manifest
@@ -1,3 +1,4 @@
 DIST mpop-1.0.29.tar.bz2 292369 SHA256 
bd7409741629669969b176ed664e0adec449bf434b9f333e74fed534b28690b8 SHA512 
fbb55bf2c83024cc4397f6f59c6977a5f77ab697bbcc508a5160cd74047b4c0b717c76970d760f413356efd0527da0c9a129f34a664fea080ad39f5cef16ccb1
 WHIRLPOOL 
b450422ee343175940136abe3ba09a4ab16e7257a93c97ee0067fc5f43db6663ba12ce06bb5ce7a6f143bd3302390f13a0023dc6bc25152dae12f97a5bdcd808
 DIST mpop-1.2.0.tar.xz 264560 SHA256 
9d28817a6950f64aadf10bf5841400701917102181ebf96c136fbd4707c17ba7 SHA512 
f01d3d5f8e9b9fc70a8d774bb8669655573c23492f85191e5709aefc8ee9cde83e177f7803cd8cc0166fa5457f8566510655a8d47100d337ca17c8d543f450af
 WHIRLPOOL 
eeac66490fc74b203a79816622343ccab4c02cfd89dd433de5096ed182ede7a3b63c28daccdb986bd464d07863ed3a104f72a6913c020d8703eed0b608c8ab64
 DIST mpop-1.2.2.tar.xz 266272 SHA256 
d1e7d7d18147996cfc6195cdfb936ca51620cb841a7460043d8cc838ca48bfc3 SHA512 
5cb78ac088fa5da4e6c8f049510e0aab986b73f062b05169482adf6b14cb9abe04f93bd4672837c3b406880f86e4bbf6f5dd8c5b98b1bcad485ac43ea48ae7c7
 WHIRLPOOL 
81628892d46ca32086bdcd9a4608894d5f5f2b460340bc521592a146a017c41aef77f8e264277cb753ad9fd2ca33df83c60aae99b8d1f3a146cb12e860fea7a6
+DIST mpop-1.2.4.tar.xz 268900 SHA256 
933f6b02afe549d76d0bf631ec97781bd4dd36152fb63d498b82e64e99a11f95 SHA512 
2ddc395f76adcc9fa1a1bdf0749a29eeb40a51b3c1633fb0e6b967b68be79a160ae8aab8433a2565a2146ca0d24d2ad00e1cb5a66652e737dd0ccdbac27ae70f
 WHIRLPOOL 
587c2a9679b6e57d4ea6ceed8751ea809eb213f1ecb8aecab3265b9366093ec3f6e9231f41286cad8073eb6ede68e85b4af09cf2c5934ef9f1aa041198072a36

diff --git a/net-mail/mpop/mpop-1.2.4.ebuild b/net-mail/mpop/mpop-1.2.4.ebuild
new file mode 100644
index 000..4c5f7f5
--- /dev/null
+++ b/net-mail/mpop/mpop-1.2.4.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A small, fast, and portable POP3 client"
+HOMEPAGE="http://mpop.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="gnutls idn libressl libsecret nls sasl ssl vim-syntax"
+
+RDEPEND="
+   idn? ( net-dns/libidn )
+   libsecret? ( app-crypt/libsecret )
+   nls? ( virtual/libintl )
+   sasl? ( virtual/gsasl )
+   ssl? (
+   gnutls? ( net-libs/gnutls )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )"
+DEPEND="${RDEPEND}
+   nls? ( sys-devel/gettext )
+   virtual/pkgconfig"
+
+REQUIRED_USE="gnutls? ( ssl )"
+
+DOCS="AUTHORS ChangeLog NEWS NOTES README THANKS"
+
+src_configure() {
+   econf \
+   $(use_enable nls) \
+   $(use_with ssl ssl $(usex gnutls "gnutls" "openssl")) \
+   $(use_with sasl libgsasl) \
+   $(use_with idn libidn) \
+   $(use_with libsecret )
+}
+
+src_install() {
+   default
+
+   if use vim-syntax ; then
+   insinto /usr/share/vim/vimfiles/syntax
+   doins scripts/vim/mpop.vim
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-misc/jq/files/, app-misc/jq/

2016-04-29 Thread Tim Harder
commit: 251e0d08bf9303fbbd2ccb66b550def65f609db5
Author: Jan Chren  gmail  com>
AuthorDate: Thu Apr 28 13:03:45 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Apr 30 03:53:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=251e0d08

app-misc/jq: fix buffer overflow (bug #580606) and other updates

- add upstream metadata
- add arm architecture
- refactor econf args to an array
- move DOCS and PATCHES to their appropriate functions
- replace custom find with prune_libtool_files()

Gentoo-Bug: 580606

 .../jq-1.5-heap_buffer_overflow_in_tokenadd.patch  | 34 
 app-misc/jq/jq-1.5-r2.ebuild   | 60 ++
 2 files changed, 94 insertions(+)

diff --git a/app-misc/jq/files/jq-1.5-heap_buffer_overflow_in_tokenadd.patch 
b/app-misc/jq/files/jq-1.5-heap_buffer_overflow_in_tokenadd.patch
new file mode 100644
index 000..edb07d8
--- /dev/null
+++ b/app-misc/jq/files/jq-1.5-heap_buffer_overflow_in_tokenadd.patch
@@ -0,0 +1,34 @@
+From 8eb1367ca44e772963e704a700ef72ae2e12babd Mon Sep 17 00:00:00 2001
+From: Nicolas Williams 
+Date: Sat, 24 Oct 2015 17:24:57 -0500
+Subject: [PATCH] Heap buffer overflow in tokenadd() (fix #105)
+
+This was an off-by one: the NUL terminator byte was not allocated on
+resize.  This was triggered by JSON-encoded numbers longer than 256
+bytes.
+---
+ src/jv_parse.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/jv_parse.c b/src/jv_parse.c
+index 3102ed4..84245b8 100644
+--- a/jv_parse.c
 b/jv_parse.c
+@@ -383,7 +383,7 @@ static pfunc stream_token(struct jv_parser* p, char ch) {
+ 
+ static void tokenadd(struct jv_parser* p, char c) {
+   assert(p->tokenpos <= p->tokenlen);
+-  if (p->tokenpos == p->tokenlen) {
++  if (p->tokenpos >= (p->tokenlen - 1)) {
+ p->tokenlen = p->tokenlen*2 + 256;
+ p->tokenbuf = jv_mem_realloc(p->tokenbuf, p->tokenlen);
+   }
+@@ -485,7 +485,7 @@ static pfunc check_literal(struct jv_parser* p) {
+ TRY(value(p, v));
+   } else {
+ // FIXME: better parser
+-p->tokenbuf[p->tokenpos] = 0; // FIXME: invalid
++p->tokenbuf[p->tokenpos] = 0;
+ char* end = 0;
+ double d = jvp_strtod(>dtoa, p->tokenbuf, );
+ if (end == 0 || *end != 0)

diff --git a/app-misc/jq/jq-1.5-r2.ebuild b/app-misc/jq/jq-1.5-r2.ebuild
new file mode 100644
index 000..df58a52
--- /dev/null
+++ b/app-misc/jq/jq-1.5-r2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools eutils
+
+DESCRIPTION="A lightweight and flexible command-line JSON processor"
+HOMEPAGE="https://stedolan.github.com/jq/;
+SRC_URI="https://github.com/stedolan/jq/releases/download/${P}/${P}.tar.gz;
+
+LICENSE="MIT CC-BY-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
+IUSE="oniguruma static-libs test"
+
+DEPEND="
+   >=sys-devel/bison-3.0
+   sys-devel/flex
+   oniguruma? ( dev-libs/oniguruma[static-libs?] )
+   test? ( dev-util/valgrind )
+"
+RDEPEND="
+   !static-libs? (
+   oniguruma? ( dev-libs/oniguruma[static-libs?] )
+   )
+"
+
+src_prepare() {
+   local PATCHES=(
+   "${FILESDIR}"/${PN}-1.5-dynamic-link.patch
+   "${FILESDIR}"/${PN}-1.5-remove-automagic-dep-on-oniguruma.patch
+   "${FILESDIR}"/${PN}-1.5-heap_buffer_overflow_in_tokenadd.patch
+   )
+
+   sed -i '/^dist_doc_DATA/d' Makefile.am || die
+   sed -i -r "s:(m4_define\(\[jq_version\],) .+\):\1 \[${PV}\]):" \
+   configure.ac || die
+
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local econfargs=(
+   # don't try to rebuild docs
+   --disable-docs
+   $(use_enable static-libs static)
+   $(use_with oniguruma)
+   )
+   econf "${econfargs[@]}"
+}
+
+src_install() {
+   local DOCS=( AUTHORS README )
+   default
+
+   use static-libs || prune_libtool_files
+}



[gentoo-commits] proj/devmanual:master commit in: general-concepts/git-to-rsync/

2016-04-29 Thread Göktürk Yüksek
commit: 3e3a67d45da6da1435ae1b5a7dcb0400dac09874
Author: Göktürk Yüksek  binghamton  edu>
AuthorDate: Sat Apr 30 03:45:04 2016 +
Commit: Göktürk Yüksek  binghamton  edu>
CommitDate: Sat Apr 30 03:45:04 2016 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=3e3a67d4

general-concepts/git-to-rsync: fix a typo: s/epository/repository/

Signed-off-by: Göktürk Yüksek  binghamton.edu>

 general-concepts/git-to-rsync/text.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/general-concepts/git-to-rsync/text.xml 
b/general-concepts/git-to-rsync/text.xml
index 7cef764..b7a2c8e 100644
--- a/general-concepts/git-to-rsync/text.xml
+++ b/general-concepts/git-to-rsync/text.xml
@@ -11,7 +11,9 @@
 
 
   
-Developer commits to local Git clone and pushes to central remote Git 
epository. Commits and pushes are signed using Git mechanisms based on GPG.
+Developer commits to local Git clone and pushes to central remote
+Git repository. Commits and pushes are signed using Git
+mechanisms based on GPG.
   
   
 Staging box syncs from central Git repository, generates the metadata 
cache, ChangeLogs and signed Manifests from Git history.



[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/eapi/

2016-04-29 Thread Göktürk Yüksek
commit: 8cdab91359e7bb9112720d1df1dde92409ab2348
Author: Louis Sautier  gmail  com>
AuthorDate: Thu Mar 31 12:36:07 2016 +
Commit: Göktürk Yüksek  binghamton  edu>
CommitDate: Sat Apr 30 02:50:11 2016 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=8cdab913

ebuild-writing/eapi/text: fix typo: s/inform/informs/

 ebuild-writing/eapi/text.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebuild-writing/eapi/text.xml b/ebuild-writing/eapi/text.xml
index 8045b28..aaa7033 100644
--- a/ebuild-writing/eapi/text.xml
+++ b/ebuild-writing/eapi/text.xml
@@ -14,7 +14,7 @@ down and agreed upon.
 
 
 EAPI is a version defined in ebuilds and other package manager related files
-which inform the package manager about the file syntax and content. It is,
+which informs the package manager about the file syntax and content. It is,
 in effect, the version of the package manager specification (PMS) that the
 file adheres to.
 



[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/using-eclasses/

2016-04-29 Thread Göktürk Yüksek
commit: e402cdac7eb5a823431c7fb2c696391f89647f5d
Author: Louis Sautier  gmail  com>
AuthorDate: Fri Apr  1 23:05:14 2016 +
Commit: Göktürk Yüksek  binghamton  edu>
CommitDate: Sat Apr 30 02:50:38 2016 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=e402cdac

ebuild-writing/using-eclasses: fix typo: s/Here'san/Here's an/

Signed-off-by: Göktürk Yüksek  binghamton.edu>

 ebuild-writing/using-eclasses/text.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ebuild-writing/using-eclasses/text.xml 
b/ebuild-writing/using-eclasses/text.xml
index 495d03c..b0dba01 100644
--- a/ebuild-writing/using-eclasses/text.xml
+++ b/ebuild-writing/using-eclasses/text.xml
@@ -26,7 +26,9 @@ link="::general-concepts/portage-cache"/>).
 
 
 
-After inheriting an eclass, its provided functions can be used as normal. 
Here'san example ebuild, foomatic-0.1-r2.ebuild, which uses four 
eclasses:
+After inheriting an eclass, its provided functions can be used as
+normal. Here's an example ebuild, foomatic-0.1-r2.ebuild, which
+uses four eclasses:
 
 
 



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

2016-04-29 Thread Matt Thode
commit: 3071449adb9d6a7ec92e8662db2f08411b4e1356
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Apr 30 03:07:53 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Apr 30 03:07:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3071449a

net-analyzer/icinga2: better url

Package-Manager: portage-2.2.26

 net-analyzer/icinga2/icinga2-2.4.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/icinga2/icinga2-2.4.7.ebuild 
b/net-analyzer/icinga2/icinga2-2.4.7.ebuild
index 8289a56..7569e8e 100644
--- a/net-analyzer/icinga2/icinga2-2.4.7.ebuild
+++ b/net-analyzer/icinga2/icinga2-2.4.7.ebuild
@@ -157,6 +157,6 @@ src_install() {
 }
 
 pkg_postinst() {
-   elog "DB IDO schema upgrade could be required. See section 2.5.1 or 
2.5.2 of "
-   elog "http://docs.icinga.org/icinga2/snapshot/chapter-2.html;
+   elog "DB IDO schema upgrade could be required. See the following for 
more information."
+   elog 
"http://docs.icinga.org/icinga2/snapshot/doc/module/icinga2/chapter/upgrading-icinga-2;
 }



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

2016-04-29 Thread Matt Thode
commit: 95b9f8cdd2ac8485bd63326c38fc732a8a88c822
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Apr 30 03:05:13 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Apr 30 03:05:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b9f8cd

net-analyzer/icinga2: fix bug 580838

Package-Manager: portage-2.2.26

 net-analyzer/icinga2/icinga2-2.4.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/icinga2/icinga2-2.4.7.ebuild 
b/net-analyzer/icinga2/icinga2-2.4.7.ebuild
index 9cba7d7..8289a56 100644
--- a/net-analyzer/icinga2/icinga2-2.4.7.ebuild
+++ b/net-analyzer/icinga2/icinga2-2.4.7.ebuild
@@ -157,6 +157,6 @@ src_install() {
 }
 
 pkg_postinst() {
-   elog "DB IDO schema upgrade required. 
http://docs.icinga.org/icinga2/snapshot/chapter-2.html#upgrading-the-mysql-database;
-   elog "You will need to update your configuration files, see 
https://dev.icinga.org/issues/5909;
+   elog "DB IDO schema upgrade could be required. See section 2.5.1 or 
2.5.2 of "
+   elog "http://docs.icinga.org/icinga2/snapshot/chapter-2.html;
 }



[gentoo-commits] proj/portage:master commit in: pym/repoman/modules/scan/metadata/, pym/repoman/modules/scan/ebuild/, ...

2016-04-29 Thread Brian Dolbec
commit: 8e7971169c23a43696e020433a9f205abf98ee76
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Apr 30 02:21:32 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Apr 30 02:21:32 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=8e797116

repoman: Fix logic error causing the live eclass checks to run for a non-live 
ebuild

The logic inverting the original live eclass checks was not working.
Restore the live_ebuild variable instead of the is_live().
Restore the original if logic and split off the actual code to another function 
called like the 
original code did.

 pym/repoman/modules/scan/ebuild/ebuild.py| 10 ++
 pym/repoman/modules/scan/eclasses/live.py|  8 +---
 pym/repoman/modules/scan/keywords/keywords.py|  2 +-
 pym/repoman/modules/scan/metadata/ebuild_metadata.py |  2 +-
 4 files changed, 9 insertions(+), 13 deletions(-)

diff --git a/pym/repoman/modules/scan/ebuild/ebuild.py 
b/pym/repoman/modules/scan/ebuild/ebuild.py
index 0277aa9..7b31fcd 100644
--- a/pym/repoman/modules/scan/ebuild/ebuild.py
+++ b/pym/repoman/modules/scan/ebuild/ebuild.py
@@ -45,6 +45,7 @@ class Ebuild(ScanBase):
self.metadata = None
self.eapi = None
self.inherited = None
+   self.live_ebuild = None
self.keywords = None
self.pkgs = {}
 
@@ -109,6 +110,7 @@ class Ebuild(ScanBase):
self.metadata = self.pkg._metadata
self.eapi = self.metadata["EAPI"]
self.inherited = self.pkg.inherited
+   self.live_ebuild = LIVE_ECLASSES.intersection(self.inherited)
self.keywords = self.metadata["KEYWORDS"].split()
self.archs = set(kw.lstrip("~") for kw in self.keywords if not 
kw.startswith("-"))
return False
@@ -221,14 +223,6 @@ class Ebuild(ScanBase):
return self.continue_
 
@property
-   def is_live(self):
-   '''Test if the ebuild inherits a live eclass
-
-   @returns: boolean
-   '''
-   return set(LIVE_ECLASSES.intersection(self.inherited))
-
-   @property
def runInPkgs(self):
'''Package level scans'''
return (True, [self.check_isebuild])

diff --git a/pym/repoman/modules/scan/eclasses/live.py 
b/pym/repoman/modules/scan/eclasses/live.py
index 1ce33c0..0036f10 100644
--- a/pym/repoman/modules/scan/eclasses/live.py
+++ b/pym/repoman/modules/scan/eclasses/live.py
@@ -34,15 +34,17 @@ class LiveEclassChecks(ScanBase):
y_ebuild = kwargs.get('y_ebuild')
keywords = ebuild.keywords
 
-   if not ebuild.is_live and self.repo_settings.repo_config.name 
== "gentoo":
-   return False
+   if ebuild.live_ebuild and self.repo_settings.repo_config.name 
== "gentoo":
+   return self.check_live(pkg, package, ebuild, y_ebuild)
+   return False
 
+   def check_live(pkg, package, ebuild, y_ebuild):
is_stable = lambda kw: not kw.startswith("~") and not 
kw.startswith("-")
bad_stable_keywords = list(filter(is_stable, keywords))
 
if bad_stable_keywords:
self.qatracker.add_error(
-   "LIVEVCS.stable", "%s/%s.ebuild with stable 
keywords:%s " % (
+   "LIVEVCS.stable", "%s/%s.ebuild with stable 
keywords :%s" % (
package, y_ebuild, bad_stable_keywords))
 
good_keywords_exist = len(bad_stable_keywords) < len(keywords)

diff --git a/pym/repoman/modules/scan/keywords/keywords.py 
b/pym/repoman/modules/scan/keywords/keywords.py
index c3c8058..7cb2fe9 100644
--- a/pym/repoman/modules/scan/keywords/keywords.py
+++ b/pym/repoman/modules/scan/keywords/keywords.py
@@ -79,7 +79,7 @@ class KeywordChecks(ScanBase):
previous_keywords = self.slot_keywords.get(pkg.slot)
if previous_keywords is None:
self.slot_keywords[pkg.slot] = set()
-   elif ebuild_archs and "*" not in ebuild_archs and not 
ebuild.is_live:
+   elif ebuild_archs and "*" not in ebuild_archs and not 
ebuild.live_ebuild:
dropped_keywords = 
previous_keywords.difference(ebuild_archs)
if dropped_keywords:
self.qatracker.add_error(

diff --git a/pym/repoman/modules/scan/metadata/ebuild_metadata.py 
b/pym/repoman/modules/scan/metadata/ebuild_metadata.py
index bbccedf..e991a30 100644
--- a/pym/repoman/modules/scan/metadata/ebuild_metadata.py
+++ b/pym/repoman/modules/scan/metadata/ebuild_metadata.py
@@ -40,7 +40,7 @@ class EbuildMetadata(ScanBase):
if kwargs.get('catdir') == "virtual" and \

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

2016-04-29 Thread Rafael Martins
commit: 5a92d76ca34b4da290828a39ef7997ec0cb2e25e
Author: Rafael Martins  gentoo  org>
AuthorDate: Sat Apr 30 02:04:08 2016 +
Commit: Rafael Martins  gentoo  org>
CommitDate: Sat Apr 30 02:04:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a92d76c

app-text/blogc: version bump.

Package-Manager: portage-2.2.26

 app-text/blogc/Manifest|  2 +-
 .../{blogc-0.8.1.ebuild => blogc-0.9.0.ebuild} | 28 ++
 2 files changed, 19 insertions(+), 11 deletions(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index 9f7cc02..b0c57ee 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.8.1.tar.xz 270704 SHA256 
06b9367ff6992a0aac447d74b1df13c35f58f7ac06ee331260462ce3a402864f SHA512 
2a8f00401a3f119532dfadde5bf62f455ea229fab75ca5219493aec7cc502a29e62226e88a663441f317b065053284dd78303bd8c423aff5d46cff20c3a2c6d7
 WHIRLPOOL 
f68aa583780d7b4a1b7dc97c9bf617792780322fc766bfa2bc45f74965e1f98a7d7161bd2175b0d68c2564e3914e24513db603b7dd0f0e99979cb816cd4a0ac8
+DIST blogc-0.9.0.tar.xz 265340 SHA256 
e5d21deb3793e5863c32c87bd51522cde7749b144a486ab37c5be007d3b3e968 SHA512 
3068f8b666b87d168a0cf893d4c913461bb403588fef0cd4d53d006c3c0e880592c71d5e4f6d622c930b05b67b1ad77b53af18cba5c183fc3357d97b8af27f39
 WHIRLPOOL 
1932625f1330391a5e403bd65183c02106b446743c5fa61a7e552c35c511f18a9dff548c932e401c6c62e6bed2f78ce48efe5cf7a38bb7e679b9fc9ceb68c3cd

diff --git a/app-text/blogc/blogc-0.8.1.ebuild 
b/app-text/blogc/blogc-0.9.0.ebuild
similarity index 68%
rename from app-text/blogc/blogc-0.8.1.ebuild
rename to app-text/blogc/blogc-0.9.0.ebuild
index 4a8d832..538dbb3 100644
--- a/app-text/blogc/blogc-0.8.1.ebuild
+++ b/app-text/blogc/blogc-0.9.0.ebuild
@@ -12,32 +12,39 @@ if [[ ${PV} = ** ]]; then
 fi
 
 DESCRIPTION="A blog compiler"
-HOMEPAGE="http://blogc.org/;
+HOMEPAGE="https://blogc.rgm.io/;
 
 SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz;
 KEYWORDS="~amd64 ~x86"
 if [[ ${PV} = ** ]]; then
SRC_URI=""
KEYWORDS=""
-   RDEPEND="=dev-libs/squareball-"
-   DEPEND="${RDEPEND}
-   app-text/ronn"
-else
-   RDEPEND=">=dev-libs/squareball-0.2.0"
-   DEPEND="${RDEPEND}"
+   DEPEND="app-text/ronn"
 fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="test"
+IUSE="git httpd test"
+
+CDEPEND="
+   httpd? (
+   dev-libs/libevent
+   sys-apps/file )"
+
+RDEPEND="${CDEPEND}
+   git? (
+   dev-vcs/git )
+   !dev-vcs/blogc-git-receiver
+   !www-servers/blogc-runserver"
 
 DEPEND="${DEPEND}
+   ${CDEPEND}
virtual/pkgconfig
test? (
dev-util/cmocka )"
 
 src_prepare() {
-   [[ ${PV} = ** ]] && AT_NO_RECURSIVE=1 eautoreconf
+   [[ ${PV} = ** ]] && eautoreconf
eapply_user
default
 }
@@ -51,7 +58,8 @@ src_configure() {
fi
econf \
$(use_enable test tests) \
+   $(use_enable git git-receiver) \
+   $(use_enable httpd runserver) \
--disable-valgrind \
-   --with-squareball=system \
${myconf}
 }



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

2016-04-29 Thread Rafael Martins
commit: ac86225a47c9d981068a97e7ddf31b80e3b5de89
Author: Rafael Martins  gentoo  org>
AuthorDate: Sat Apr 30 02:03:25 2016 +
Commit: Rafael Martins  gentoo  org>
CommitDate: Sat Apr 30 02:03:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac86225a

profiles: mask blogc helper tools

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 2187847..c10dc6a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Rafael G. Martins  (30 Apr 2016)
+# Packages merged upstream with app-text/blogc. Please install
+# app-text/blogc with USE=git and USE=httpd instead. Removal in 30 days.
+dev-vcs/blogc-git-receiver
+www-server/blogc-runserver
+
 # James Le Cuirot  (27 Apr 2016)
 # Very very dead upstream and probably doesn't work any more like
 # similar clients. Removal in 30 days.



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

2016-04-29 Thread Anthony G. Basile
commit: 677e51a1584a5b0abf8eec03a9e46214bba24ac7
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Apr 30 01:28:15 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Apr 30 01:28:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=677e51a1

sys-kernel/hardened-sources: version bump to 4.5.2

vanilla-4.5.2 + genpatches-4.5-3 + grsecurity-3.1-4.5.2-201604282058

Package-Manager: portage-2.2.26

 sys-kernel/hardened-sources/Manifest   |  5 +++
 .../hardened-sources/hardened-sources-4.5.2.ebuild | 45 ++
 2 files changed, 50 insertions(+)

diff --git a/sys-kernel/hardened-sources/Manifest 
b/sys-kernel/hardened-sources/Manifest
index c7a2d0a..c6598d0 100644
--- a/sys-kernel/hardened-sources/Manifest
+++ b/sys-kernel/hardened-sources/Manifest
@@ -1,14 +1,17 @@
 DIST deblob-4.1 130695 SHA256 
2888a5a3b5e8e9ec242e4d702582fa1d739a1274fcd94643a9fb3516a210a8a7 SHA512 
b861b9b53f9295e5e993784031ce57cf8cddc418184ec00c28ed92c9e7660406e0ede581a93d0def36e7847b8e068c8ca6c4dfdd65c15cb174d6c5803c16214a
 WHIRLPOOL 
b90f55dd8702eb254968ed7689b50859833ed362e9aa1720ade96aa1f6f84e8f90f5d1eee034c8535e8bf767c0b5f8b0bc559219e8d81d4c6ed53bd5cfe5e65e
 DIST deblob-4.3 137019 SHA256 
317eb90f128fc05bcf0a01eb7f167f9b5447563b0af4cef4270b774ad64dbdf8 SHA512 
e1f98cfcac9cbbe3e7042bc427c1afb5024088d0846a1eb806c7c46616ee77cbbeb63c52f7c1229ff54cda74605f9a6775833e1f5d7ba35a9ae554ca05fd7fc0
 WHIRLPOOL 
9d42765fd0592f7c8e01f5df78510deafbfff2b60128ad26c2412bdab4b02c72fc8dd0c7c0180176b5399de66cc85f625abf2968c049f8a3b9ebeb5d8c5c71f0
 DIST deblob-4.4 137370 SHA256 
7cf11c8594db0d2a10a1b02390c9ff8916f1d2a1fe9d59058ca45485500c5274 SHA512 
ea5f2f2cdbc97bdc90c2131f846761dc1630a53986db10d8e9d07d1ddee12a9d878c57790edd3ecc75ed9792d479b7b726c39d688a3926e850608c81b1b78a3a
 WHIRLPOOL 
bedd494be2032ce4b8911f25df906055d019af31ea6548b885482f870cd5313e09e7fb544fc8db268b3498cc18c199ae5701023839c972b48dbd8128239eeb75
+DIST deblob-4.5 140464 SHA256 
62e8b8f23e705d6643ba7c94a79a25f8dd44e73e6348785f4b4ffb940df4734c SHA512 
0f72bbe835d285a51c8ca45f75a6e8bb74d2cbc82f98337d45ab63e7cda1848fa71af933d635eacf2c5af0a86a6854fc73a6512fd314c55db666b8c51dad028d
 WHIRLPOOL 
6d8b7e416afdfe75b43414c8d33394b0341fa7f8ec169e5752d16b712b4d8fd3004c3b8e1aab012eafafb6a0cf1073585acd85aa377ccc0bfd0d78dc666f8f28
 DIST deblob-check-4.1 674781 SHA256 
54aa33e23a31ead6f982b830be86003c306b88f0d0a9f96c7dc66fe7cd274acb SHA512 
51fe9d70d723992aaf70f8bfcfcc12ecfedd7a039402ddae07858fb087693b00cd80d1e0e1a5053e049f2a2b8c58ed23e4598e2dae902c499c08bc2eeb33
 WHIRLPOOL 
d2c22280e12863793f8e866b126be53ee10d564373addfe9399b2afe22dd7584513c050f334ea08e6d63dd27a1574f2754456bad9d0a42e8c8d9995eec27aed0
 DIST deblob-check-4.3 688368 SHA256 
9dff222415c2ead1edba2f6755926d6786225814d87dc3624605f99a4b760a5a SHA512 
2029b4765a4f83b71370dc4439526daff57be32f8692a329d500df82019a5381849ca979c0ae3761c2efcc04590c031560f0e25de50e71f476618df529a1445a
 WHIRLPOOL 
6dbdcfe6653e751ff00ad91f45c803bdb196fdb9c895ddffaec18a111a19720d50a77485ff8ce228287217ad2e98b6f9e9c65a3c6476f195cbf9e3b7969be34a
 DIST deblob-check-4.4 694225 SHA256 
e142bafdd5a05280d5280fbf109aadab3af9ce71152ab2d27ad41e96766e0c3e SHA512 
6554ae567566da4d30e94a37622f88343b8e96ab39a9204fee34de4ddb5dac8c4906b25843b63c2388d03a4441821c25d395b3c39fc875c498a69e677a4f0cb5
 WHIRLPOOL 
414f60a64a2c14f01eedebc84f5adfabf0562bcf76545a57e757cb6ac914ffc49c90c329eedd1aafb1ee752bfc082fd4f6af173774f4f853ddd637525fbeeb9b
+DIST deblob-check-4.5 698696 SHA256 
a5e91ae27c122fb635d7619e5bb2fdf67038222e99b874733255d273627ed085 SHA512 
2dcbb64a2bb6247f0bb2b768dded6daed019bc4643bbb8dcf17528f17cfeb09ba9a428bb63526eafd38908269b50c588f77a9ce6af95bd3b0c7f20263792f6d4
 WHIRLPOOL 
5e89ddb75c7d6d5bb7142dc9c878d63c80252541c1bb264b7ee30a2ed868fa69fa57883986b5cf2685b1ab53aa00e52c9cbee4161d361de7a5592de7dc126b40
 DIST genpatches-4.1-11.base.tar.xz 233284 SHA256 
4189cfd2c7d1a1d7f28c8a596ad36741ce087c7c4cfbe0d5d20a0ee889328d18 SHA512 
e5944edf832070d6072ab8efc242165afcfb689874687196c96389c6176ca9772e72e82836aba40ad05840536acae6efd6e72890efd692d903018d47489a90f8
 WHIRLPOOL 
13cb400b330443025f77dee6c710ca9886991a7032fa3ff925d53ed4fc03d07ece5647dca65de1a149073362db1d7a0b374a21d980eafcae09a4b01584c64cb6
 DIST genpatches-4.3-4.base.tar.xz 75572 SHA256 
c0c073f12a4f1c0adf9d3865fe5d16dc43ea0e5c95c0867868e16e57f2fd6235 SHA512 
a16b75f8fcd868d6f9bc2b91318eb8b8ec4db2b622d244e750d4176c4e8225808751c543c54d768fbd88785da656e9f60d8ef8bc22672b5cb1038573c0c366e1
 WHIRLPOOL 
04c723b71f440035f57684088a47e83430f1c5b057951e037f128f3681f16669eca16f2f1b8d4b7be4a617420131277d1fe415503a679b83a081e06635df46e3
 DIST genpatches-4.4-3.base.tar.xz 26508 SHA256 
76f5685698b02b81643d6b2edcd53217e0f6fa00e068a138f2eb3bc596dec2e5 SHA512 
255e2ef79c56699e5b032fa392b2748570ce96c74f1172f4a4c1b4d22f8b8b0a9462c388028a0cad92e821815d39cfa6450f171d81fed5f274dce03979c39322
 WHIRLPOOL 

[gentoo-commits] proj/hardened-patchset: New tag: 20160428

2016-04-29 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Apr 30 00:53:44 2016 +

New tag: 20160428




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

2016-04-29 Thread Matt Thode
commit: 2aca4e8019650fe6d7b553bea1db91c745743d89
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Apr 30 00:49:43 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Apr 30 00:49:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aca4e80

dev-ruby/facter: fixed ruby install

Package-Manager: portage-2.2.26

 dev-ruby/facter/{facter-3.1.6.ebuild => facter-3.1.6-r1.ebuild} | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/facter/facter-3.1.6.ebuild 
b/dev-ruby/facter/facter-3.1.6-r1.ebuild
similarity index 89%
rename from dev-ruby/facter/facter-3.1.6.ebuild
rename to dev-ruby/facter/facter-3.1.6-r1.ebuild
index 2475f6d..49e34b7 100644
--- a/dev-ruby/facter/facter-3.1.6.ebuild
+++ b/dev-ruby/facter/facter-3.1.6-r1.ebuild
@@ -33,8 +33,8 @@ DEPEND+=" test? ( ${CDEPEND} )"
 
 src_prepare() {
# Remove the code that installs facter.rb to the wrong directory.
-   sed -i 's/if(RUBY_VENDORDIR)/if(False)/g' lib/CMakeLists.txt || die
-   sed -i '/RUBY_VENDORDIR/d' lib/CMakeLists.txt || die
+   sed -i '/install(.*facter\.rb/d' lib/CMakeLists.txt || die
+   sed -i '/install(.*facter\.jar/d' lib/CMakeLists.txt || die
# make it support multilib
sed -i "s/\ lib)/\ $(get_libdir))/g" lib/CMakeLists.txt || die
sed -i "s/lib\")/$(get_libdir)\")/g" CMakeLists.txt || die
@@ -58,6 +58,10 @@ src_configure() {
cmake-utils_src_configure
 }
 
+each_ruby_install() {
+   doruby "${BUILD_DIR}"/lib/facter.rb
+}
+
 src_install() {
cmake-utils_src_install
ruby-ng_src_install



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

2016-04-29 Thread Andrew Savchenko
commit: aa5af72025a16ec783ddf592bedcd5d40fb0fb12
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Sat Apr 30 00:19:25 2016 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Sat Apr 30 00:19:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5af720

net-fs/openafs-kernel: http -> https

Package-Manager: portage-2.2.28
Signed-off-by: Andrew Savchenko  gentoo.org>

 net-fs/openafs-kernel/openafs-kernel-1.6.17.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 a59a9de..e7551e6 100644
--- a/net-fs/openafs-kernel/openafs-kernel-1.6.17.ebuild
+++ b/net-fs/openafs-kernel/openafs-kernel-1.6.17.ebuild
@@ -12,11 +12,11 @@ MY_P="${MY_PN}-${MY_PV}"
 PVER="20160321"
 
 DESCRIPTION="The OpenAFS distributed file system kernel module"
-HOMEPAGE="http://www.openafs.org/;
+HOMEPAGE="https://www.openafs.org/;
 # We always d/l the doc tarball as man pages are not USE=doc material
 [[ ${PV} == *_pre* ]] && MY_PRE="candidate/" || MY_PRE=""
 SRC_URI="
-   http://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-src.tar.bz2
+   https://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-src.tar.bz2
https://dev.gentoo.org/~bircoph/afs/${MY_PN}-patches-${PVER}.tar.xz
 "
 



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

2016-04-29 Thread Andrew Savchenko
commit: 57fd94e7baa8fa3bec1a0674bd0fb517094bee19
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Sat Apr 30 00:26:17 2016 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Sat Apr 30 00:26:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57fd94e7

net-fs/openafs: fix SRC_URI

Docs URI should also contain MY_PRE as suggested by NP-Hardass.

Package-Manager: portage-2.2.28
Signed-off-by: Andrew Savchenko  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 7b75abd..ac8d798 100644
--- a/net-fs/openafs/openafs-1.6.17.ebuild
+++ b/net-fs/openafs/openafs-1.6.17.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://www.openafs.org/;
 [[ ${PV} == *_pre* ]] && MY_PRE="candidate/" || MY_PRE=""
 SRC_URI="
https://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-src.tar.bz2
-   https://openafs.org/dl/openafs/${MY_PV}/${MY_P}-doc.tar.bz2
+   https://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-doc.tar.bz2
https://dev.gentoo.org/~bircoph/afs/${PN}-patches-${PVER}.tar.xz
 "
 



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

2016-04-29 Thread Andrew Savchenko
commit: c3de381dba697e6a51816c8d872dd47dc5221134
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Sat Apr 30 00:14:41 2016 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Sat Apr 30 00:14:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3de381d

net-fs/openafs: http -> https

Package-Manager: portage-2.2.28
Signed-off-by: Andrew Savchenko  gentoo.org>

 net-fs/openafs/openafs-1.6.17.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-fs/openafs/openafs-1.6.17.ebuild 
b/net-fs/openafs/openafs-1.6.17.ebuild
index dac9008..7b75abd 100644
--- a/net-fs/openafs/openafs-1.6.17.ebuild
+++ b/net-fs/openafs/openafs-1.6.17.ebuild
@@ -11,12 +11,12 @@ MY_P="${PN}-${MY_PV}"
 PVER="20160321"
 
 DESCRIPTION="The OpenAFS distributed file system"
-HOMEPAGE="http://www.openafs.org/;
+HOMEPAGE="https://www.openafs.org/;
 # We always d/l the doc tarball as man pages are not USE=doc material
 [[ ${PV} == *_pre* ]] && MY_PRE="candidate/" || MY_PRE=""
 SRC_URI="
-   http://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-src.tar.bz2
-   http://openafs.org/dl/openafs/${MY_PV}/${MY_P}-doc.tar.bz2
+   https://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-src.tar.bz2
+   https://openafs.org/dl/openafs/${MY_PV}/${MY_P}-doc.tar.bz2
https://dev.gentoo.org/~bircoph/afs/${PN}-patches-${PVER}.tar.xz
 "
 



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

2016-04-29 Thread Brian Dolbec
commit: 83baf60851c023fd985eab8a119f52a781c9be74
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Apr 30 00:11:35 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Apr 30 00:11:35 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=83baf608

portage/modules.py: Change warnings output to writemsg()

Add the missing attribute and filepath to the output for best clarity, bug 
reporting.

 pym/portage/module.py | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/pym/portage/module.py b/pym/portage/module.py
index b7967ba..f9828a5 100644
--- a/pym/portage/module.py
+++ b/pym/portage/module.py
@@ -4,12 +4,11 @@
 
 from __future__ import print_function
 
-import warnings
-
 from portage import os
 from portage.exception import PortageException
 from portage.cache.mappings import ProtectedDict
 from portage.localization import _
+from portage.util import writemsg
 
 
 class InvalidModuleName(PortageException):
@@ -53,10 +52,10 @@ class Module(object):
kid['module_name'] = '.'.join([mod_name, 
kid['sourcefile']])
except KeyError:
kid['module_name'] = '.'.join([mod_name, 
self.name])
-   warnings.warn(
-   _("%s module's module_spec is old and 
needs updating. "
-   "Backward compatibility may be 
removed in the future.")
-   % (self.name), UserWarning, 
stacklevel=2)
+   msg = ("%s module's module_spec is old, missing 
attribute: "
+   "'sourcefile'.  Backward 
compatibility may be "
+   "removed in the future.\nFile: 
%s\n")
+   writemsg(_(msg) % (self.name, 
self._module.__file__))
kid['is_imported'] = False
self.kids[kidname] = kid
self.kids_names.append(kidname)



[gentoo-commits] proj/layman:master commit in: pm_plugins/portage/sync/modules/laymansync/

2016-04-29 Thread Brian Dolbec
commit: 53b41cb4d01a7b6f31d09f7fdb0a0292b633b7e3
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Apr 29 23:17:39 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Apr 29 23:17:39 2016 +
URL:https://gitweb.gentoo.org/proj/layman.git/commit/?id=53b41cb4

laymansync: Update module_spec for the change in portage's module.py

 pm_plugins/portage/sync/modules/laymansync/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pm_plugins/portage/sync/modules/laymansync/__init__.py 
b/pm_plugins/portage/sync/modules/laymansync/__init__.py
index d80f885..c704011 100644
--- a/pm_plugins/portage/sync/modules/laymansync/__init__.py
+++ b/pm_plugins/portage/sync/modules/laymansync/__init__.py
@@ -15,6 +15,7 @@ module_spec = {
 'provides':{
 'layman-module': {
 'name': 'laymansync',
+'sourcefile': 'laymansync',
 'class': 'CONFIG_CLASS',
 'description': __doc__,
 'functions': ['sync', 'new', 'exists'],



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

2016-04-29 Thread Brian Dolbec
commit: 75fbbcf58f244717712602a83765bcdc6f07ddcf
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Apr 29 23:14:28 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Apr 29 23:14:28 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=75fbbcf5

portage/module.py: Restore backaward compatibilty for previous module_spec.

If the module_spec is missing the 'sourcefile' key and value it will fall back 
to the previous
code.  It will also print a warning message.

 pym/portage/module.py | 12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/pym/portage/module.py b/pym/portage/module.py
index 1a10996..b7967ba 100644
--- a/pym/portage/module.py
+++ b/pym/portage/module.py
@@ -4,9 +4,12 @@
 
 from __future__ import print_function
 
+import warnings
+
 from portage import os
 from portage.exception import PortageException
 from portage.cache.mappings import ProtectedDict
+from portage.localization import _
 
 
 class InvalidModuleName(PortageException):
@@ -46,7 +49,14 @@ class Module(object):
for submodule in self.module_spec['provides']:
kid = self.module_spec['provides'][submodule]
kidname = kid['name']
-   kid['module_name'] = '.'.join([mod_name, 
kid['sourcefile']])
+   try:
+   kid['module_name'] = '.'.join([mod_name, 
kid['sourcefile']])
+   except KeyError:
+   kid['module_name'] = '.'.join([mod_name, 
self.name])
+   warnings.warn(
+   _("%s module's module_spec is old and 
needs updating. "
+   "Backward compatibility may be 
removed in the future.")
+   % (self.name), UserWarning, 
stacklevel=2)
kid['is_imported'] = False
self.kids[kidname] = kid
self.kids_names.append(kidname)



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

2016-04-29 Thread Sebastien Fabbro
commit: eaf9289b58c3ce73fcd334e0b4d9efa1009f2774
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Fri Apr 29 21:03:27 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Fri Apr 29 21:47:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf9289b

dev-python/gammapy: Version bump

Package-Manager: portage-2.2.28

 dev-python/gammapy/Manifest   |  1 +
 dev-python/gammapy/gammapy-0.4.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/gammapy/Manifest b/dev-python/gammapy/Manifest
index 96e2b7c..80bdf5f 100644
--- a/dev-python/gammapy/Manifest
+++ b/dev-python/gammapy/Manifest
@@ -1 +1,2 @@
 DIST gammapy-0.3.tar.gz 1108360 SHA256 
49d56320c34d6d0d16d2f847cbb3a538a81b1bcefdb851e163ae02ceb24205de SHA512 
95a37e54c8e4fdcae52ac96185587a881d610269a26f595a08ccf92310678b6c81b2bae65a063907af773cf4bfe1a74ffa07314f879f818268f91762e2c55614
 WHIRLPOOL 
513e05873c5cef1fd83ca3aa8d6f3ccca3500be6d27512fa35692d41d716d675f6ce0ba284aec4d595004cefaf863d6ed238892d067bc692de013dc99fa7c4dd
+DIST gammapy-0.4.tar.gz 933018 SHA256 
370c98b1078a19e4ac9721b807ea62a32c1f9ac323fd738b3b1d43cceccae2a3 SHA512 
d44e24faddbb7064c5f222e3cb59d9d4442a128dca84bb8e8e63ac4dffe6fc3be573e4252ef2a052e2e07b51efa1151639296aa8d7785437992aab0be4986155
 WHIRLPOOL 
73040d13ccc1a00f6a817b01ec0c0a0a103e480ae348588410bfb578383252381cfba81abe8d0578caa2ec02d7a07699c8b0c81079ae2d1b3b33d2619c123830

diff --git a/dev-python/gammapy/gammapy-0.4.ebuild 
b/dev-python/gammapy/gammapy-0.4.ebuild
new file mode 100644
index 000..a220b30
--- /dev/null
+++ b/dev-python/gammapy/gammapy-0.4.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+inherit distutils-r1 eutils virtualx
+
+DESCRIPTION="Python package for gamma-ray astronomy"
+HOMEPAGE="https://gammapy.readthedocs.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="doc test"
+DOCS=( README.rst )
+
+RDEPEND="
+   dev-python/astropy[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]"
+
+DEPEND="${RDEPEND}
+   dev-python/astropy-helpers[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_prepare_all() {
+   sed -i -e '/auto_use/s/True/False/' setup.cfg || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   python_setup
+   VARTEXFONTS="${T}"/fonts \
+   MPLCONFIGDIR="${BUILD_DIR}" \
+   PYTHONPATH="${BUILD_DIR}"/lib \
+   esetup.py build_sphinx --no-intersphinx
+   fi
+}
+
+python_test() {
+   virtx esetup.py test
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pspp/

2016-04-29 Thread Sebastien Fabbro
commit: 6d0054720248742aaf5ada72d31a30a7e78d611d
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Fri Apr 29 21:47:04 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Fri Apr 29 21:47:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d005472

sci-mathematics/pspp: Version bump

Package-Manager: portage-2.2.28

 sci-mathematics/pspp/Manifest   |  1 +
 sci-mathematics/pspp/pspp-0.10.1.ebuild | 79 +
 2 files changed, 80 insertions(+)

diff --git a/sci-mathematics/pspp/Manifest b/sci-mathematics/pspp/Manifest
index 2ba1ccf..7417e1e 100644
--- a/sci-mathematics/pspp/Manifest
+++ b/sci-mathematics/pspp/Manifest
@@ -1,2 +1,3 @@
+DIST pspp-0.10.1.tar.gz 7269109 SHA256 
44cc08864de736880bc0d7e2b1f8c8493ac0e0c2164a4f9471077608f00c8677 SHA512 
a7f4eec3858340743ff845e67028af76d79a58968ceaa19a87e0443751917b2d70251e53231ecce15c937c9640ac733e00603baa76b4266d693375ab70b870b5
 WHIRLPOOL 
9a195051d5279a86cd05d586ca5a845443f08346f47aec859a3e768c38d5517f23f47d40cc6fb00c6af6c01af624d251575edfb34dfb0f7c7ee3def1a008a1c7
 DIST pspp-0.8.1.tar.gz 6514528 SHA256 
fd48145d2ff77c39f624e26bf3c9a5623c2afaee7c040675b06cb4ce57d31d62 SHA512 
2df758b3a2d8eba724d84ce7d77a6c0bbe469a11b86a8eb4227ec12a4957f468e74b3af0f81c953d87403a962937eef2680979a21ceba4fe8b93b55252b84a18
 WHIRLPOOL 
5be6ebcecffc3d8a7da669ea49028307b784a5b8b5d8a510d0f9e82a3740800966da5390f8abc120b55c9c621850be906f7610f86404b92c994d9a72697d413d
 DIST pspp-0.8.3.tar.gz 6247760 SHA256 
adb8de281098b0d8632a8f2ea2af6514100786cf946f07a3c268d4baff15316f SHA512 
7645a2de09ed1d6f1a53900961791b64b9420f457278d19e62ca7dabdb02b01ee78cdab0efddae384dc7deff65f7c5256227538caed89537efa014437937a61c
 WHIRLPOOL 
cff5921acce8bb3654ab0d10d63c42af8d5a9745263f423900ee290a30f1748aff023739ba49fabca33517e3deaf3fb0513a5fac7d0cf50170ba4b870d0ededf

diff --git a/sci-mathematics/pspp/pspp-0.10.1.ebuild 
b/sci-mathematics/pspp/pspp-0.10.1.ebuild
new file mode 100644
index 000..bea2418
--- /dev/null
+++ b/sci-mathematics/pspp/pspp-0.10.1.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils elisp-common
+
+DESCRIPTION="Program for statistical analysis of sampled data"
+HOMEPAGE="https://www.gnu.org/software/pspp/pspp.html;
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="cairo doc emacs examples gtk ncurses nls perl postgres static-libs"
+
+RDEPEND="
+   dev-libs/libxml2:2=
+   sci-libs/gsl:0=
+   sys-devel/gettext:0=
+   sys-libs/readline:0=
+   sys-libs/zlib:0=
+   virtual/libiconv
+   cairo? ( x11-libs/cairo:0= )
+   emacs? ( virtual/emacs )
+   gtk? (
+   x11-libs/gtk+:3=
+   x11-libs/gtksourceview:3.0= )
+   ncurses? ( sys-libs/ncurses:0= )
+   postgres? ( dev-db/postgresql:=[server] )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   doc? ( virtual/latex-base )"
+
+SITEFILE=50${PN}-gentoo.el
+
+src_configure() {
+   econf \
+   $(use_enable nls) \
+   $(use_enable static-libs static) \
+   $(use_with cairo) \
+   $(use_with gtk gui) \
+   $(use_with ncurses libncurses) \
+   $(use_with perl perl-module) \
+   $(use_with postgres libpq)
+}
+
+src_compile() {
+   default
+   use doc && emake html pdf
+   use emacs && elisp-compile *.el
+}
+
+src_install() {
+   default
+   if use doc; then
+   dodoc doc/pspp{,-dev}.pdf
+   insinto /usr/share/doc/${PF}/html
+   dodoc -r doc/pspp{,-dev}.html
+   fi
+   if use examples; then
+   insinto /usr/share/doc/${PF}
+   doins -r examples
+   fi
+   if use emacs; then
+   elisp-install ${PN} *.el *.elc
+   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+   fi
+   prune_libtool_files --all
+}
+
+pkg_postinst () {
+   use emacs && elisp-site-regen
+}
+
+pkg_postrm() {
+   use emacs && elisp-site-regen
+}



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

2016-04-29 Thread James Le Cuirot
commit: 03c01ddf5b088f0f75b2a245b81997c9b4a3f1f4
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Apr 29 21:53:27 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Apr 29 21:53:27 2016 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=03c01ddf

Update .travis.yml for Portage 2.2.28

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 50ad58a..df68cf5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ language: python
 python:
 - pypy
 env:
-- PORTAGE_VER="2.2.27"
+- PORTAGE_VER="2.2.28"
 before_script:
 - mkdir travis-overlay
 - mv !(travis-overlay) travis-overlay/



[gentoo-commits] proj/java:master commit in: metadata/

2016-04-29 Thread James Le Cuirot
commit: 53e61f323c92abbc966b93b7a4c7fb86e6c8b6d7
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Apr 29 21:50:44 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Apr 29 21:50:44 2016 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=53e61f32

Deprecate EAPI 4

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

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 8ad25ad..826b0ae 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,5 +1,5 @@
 masters = gentoo
-eapis-deprecated = 0 1 2 3
+eapis-deprecated = 0 1 2 3 4
 manifest-hashes = SHA256 SHA512 WHIRLPOOL
 update-changelog = false
 thin-manifests = true



[gentoo-commits] proj/java:master commit in: dev-java/izpack/, dev-java/eventbus/, dev-java/objenesis/, dev-java/jdic/, ...

2016-04-29 Thread James Le Cuirot
commit: 3a12a5661c66b909b9043c4e4a1288dca91a3512
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Apr 29 21:49:37 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Apr 29 21:49:37 2016 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=3a12a566

Fix metadata in line with GLEP 67

This should shut Travis up.

 app-eselect/eselect-gradle/metadata.xml|  2 +-
 app-eselect/eselect-java/metadata.xml  |  6 --
 dev-java/asterisk-java/metadata.xml|  4 ++--
 dev-java/bare-bones-browser-launch/metadata.xml|  5 -
 dev-java/buildmagic-tasks/metadata.xml |  5 -
 dev-java/cacao/metadata.xml|  6 --
 dev-java/caucho-services/metadata.xml  |  5 -
 dev-java/cewolf/metadata.xml   |  5 -
 dev-java/classworlds/metadata.xml  |  5 -
 dev-java/easymock/metadata.xml |  4 ++--
 dev-java/ebean/metadata.xml|  7 +++
 dev-java/echo2extras/metadata.xml  |  6 --
 dev-java/eclipse-javax-persistence/metadata.xml|  5 -
 dev-java/eventbus/metadata.xml |  5 -
 dev-java/fast-md5/metadata.xml |  6 --
 dev-java/filters/metadata.xml  |  6 --
 dev-java/flip/metadata.xml |  6 --
 dev-java/fuse/metadata.xml |  6 --
 dev-java/gdata/metadata.xml|  6 --
 dev-java/gef/metadata.xml  |  6 --
 dev-java/gjt-jpl-pattern/metadata.xml  |  6 --
 dev-java/gjt-jpl-util/metadata.xml |  6 --
 dev-java/gluegen/metadata.xml  |  6 --
 dev-java/gnu-classpath/metadata.xml|  6 --
 dev-java/gradle-bin/metadata.xml   |  2 +-
 dev-java/gradle/metadata.xml   |  2 +-
 dev-java/guava/metadata.xml|  7 +++
 dev-java/h2/metadata.xml   |  8 +++-
 dev-java/high-scale-lib/metadata.xml   |  6 --
 dev-java/howl-logger/metadata.xml  |  6 --
 dev-java/irmi/metadata.xml |  6 --
 dev-java/itext/metadata.xml| 11 +++
 dev-java/izpack/metadata.xml   |  6 --
 dev-java/j3d-core/metadata.xml |  6 --
 dev-java/jai-imageio/metadata.xml  |  5 -
 dev-java/jama/metadata.xml |  5 -
 dev-java/jaminid/metadata.xml  |  6 --
 dev-java/jamvm/metadata.xml|  5 -
 dev-java/janino/metadata.xml   |  8 +++-
 dev-java/java-config/metadata.xml  |  5 -
 dev-java/java3dsloader/metadata.xml|  4 ++--
 dev-java/jdbm/metadata.xml |  6 --
 dev-java/jdic/metadata.xml |  6 --
 dev-java/jhighlight/metadata.xml   |  6 --
 dev-java/jmbus/metadata.xml|  6 --
 dev-java/joal/metadata.xml |  8 +++-
 dev-java/joesnmp/metadata.xml  |  6 --
 dev-java/jopt-simple/metadata.xml  |  5 -
 dev-java/jorbis/metadata.xml   |  7 +++
 dev-java/joscar/metadata.xml   |  6 --
 dev-java/jsap/metadata.xml |  8 +---
 dev-java/jwordsplitter/metadata.xml|  6 --
 dev-java/liquidlnf/metadata.xml|  6 --
 dev-java/log4j-api/metadata.xml|  5 -
 dev-java/log4j-core/metadata.xml   |  5 -
 dev-java/morfologik-stemming/metadata.xml  |  6 --
 dev-java/netty-transport-native-epoll/metadata.xml |  5 -
 dev-java/nimrodlf/metadata.xml |  6 --
 dev-java/objenesis/metadata.xml|  6 --
 dev-java/paulscode-codecjorbis/metadata.xml|  7 +++
 dev-java/paulscode-codecwav/metadata.xml   |  7 +++
 dev-java/paulscode-libraryjavasound/metadata.xml   |  7 +++
 dev-java/paulscode-librarylwjglopenal/metadata.xml |  7 +++
 dev-java/paulscode-soundsystem/metadata.xml|  7 +++
 dev-java/pircbot/metadata.xml  |  6 --
 dev-java/ptplot/metadata.xml   |  8 
 dev-java/rife-continuations/metadata.xml   |  6 --
 dev-java/saxon/metadata.xml|  5 -
 dev-java/seda/metadata.xml |  6 --
 dev-java/sequence/metadata.xml |  4 ++--
 dev-java/sevenzipjbinding/metadata.xml |  7 +++
 dev-java/smoothmetal/metadata.xml  |  5 -
 dev-java/sqlite-jdbc/metadata.xml  

[gentoo-commits] repo/gentoo:master commit in: net-dns/unbound/

2016-04-29 Thread Marc Schiffbauer
commit: ba1d338b6dc1b5a99dbfe4723d1f9c276ebf99fe
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Apr 29 21:39:45 2016 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Apr 29 21:43:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba1d338b

net-dns/unbound: Bum version. Fixes #581566

Package-Manager: portage-2.2.28

 net-dns/unbound/Manifest |   1 +
 net-dns/unbound/unbound-1.5.8.ebuild | 125 +++
 2 files changed, 126 insertions(+)

diff --git a/net-dns/unbound/Manifest b/net-dns/unbound/Manifest
index df4c6d0..5ac1abf 100644
--- a/net-dns/unbound/Manifest
+++ b/net-dns/unbound/Manifest
@@ -2,3 +2,4 @@ DIST unbound-1.4.22.tar.gz 4735801 SHA256 
1caf5081b2190ecdb23fc4d998b7999e28640c
 DIST unbound-1.5.1.tar.gz 4805176 SHA256 
0ff82709fb2bd7ecbde8dbdcf60fa417d2b43379570a3d460193a76a169900ec SHA512 
85d7069cf47709aceb7d9457c8befb1b327adfb098d8aa98082fc9bf710274e8ba86b56d796c86917639bb7e57ab5c40af1bc79090de038c6375be2c3877e0c4
 WHIRLPOOL 
e23f7d399a1f01da5aec98ff0fa3b377e8a76789d237ceaf0e9146c96a97088716a0ec6c0f68f95f57af16743e73c1bc7209889a04a698bf7aa5d0706c7514f5
 DIST unbound-1.5.6.tar.gz 4849569 SHA256 
ad3823f5895f59da9e408ea273fcf81d8a76914c18864fba256d7f140b83e404 SHA512 
2477e3f00b8f5a3a4661ff20b0bc0d1d56c8a65cc6ab9f1308ae86f41c67a998af68d3ac5ba6c9c22a25a251f0410eaf9fee82911bcb3a3e82ffb6383e28dcf7
 WHIRLPOOL 
72fd050bd49422783014549b4764f6279be7d4deec50ccf2a97e6cc2592f79d69a3f823ed0849dc3f685908c60234386820e01bde43d5db4c6c616e5e2dee44b
 DIST unbound-1.5.7.tar.gz 4859573 SHA256 
4b2088e5aa81a2d48f6337c30c1cf7e99b2e2dc4f92e463b3bee626eee731ca8 SHA512 
7fc000364139519ed837ef9883f2e8a684b5ac19f2d3343626ab0a4c3459a7c3ccf2c79e9d992d82b123c6a38245fc286994365b427145d218e0b3c645c4dc4f
 WHIRLPOOL 
9b2d18f09f46bed5da9818f5df0acbcc6d4a166943bbdb617494081614aa9b75a03ed0425679f40265f70e34ed66e01302182ec4050f0bb1f034fa5db28340f3
+DIST unbound-1.5.8.tar.gz 4895649 SHA256 
33567a20f73e288f8daa4ec021fbb30fe1824b346b34f12677ad77899ecd09be SHA512 
0c296a2e5489fae0fdf0ca2ea11ed72f00498c8499f38f308ff32078665d980a2d5a80ee0e106273dc13a146611a238553857c5f301fe9622072382c06b8434a
 WHIRLPOOL 
ca977c88e5dcca80d11a3cf769e002f61b8c6145dea2a79a9d0c142396ff2f19b3452546627ced79e9af74fed3ac2ff72ca9f6fc2395e477076959fef77bd3b1

diff --git a/net-dns/unbound/unbound-1.5.8.ebuild 
b/net-dns/unbound/unbound-1.5.8.ebuild
new file mode 100644
index 000..040c219
--- /dev/null
+++ b/net-dns/unbound/unbound-1.5.8.ebuild
@@ -0,0 +1,125 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils flag-o-matic multilib-minimal python-single-r1 systemd user
+
+MY_P=${PN}-${PV/_/}
+DESCRIPTION="A validating, recursive and caching DNS resolver"
+HOMEPAGE="http://unbound.net/;
+SRC_URI="http://unbound.net/downloads/${MY_P}.tar.gz;
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
+IUSE="debug dnstap +ecdsa gost libressl python selinux static-libs test 
threads"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+# Note: expat is needed by executable only but the Makefile is custom
+# and doesn't make it possible to easily install the library without
+# the executables. MULTILIB_USEDEP may be dropped once build system
+# is fixed.
+
+CDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}]
+   >=dev-libs/libevent-2.0.21[${MULTILIB_USEDEP}]
+   libressl? ( >=dev-libs/libressl-2.2.4:0[${MULTILIB_USEDEP}] )
+   !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
+   dnstap? (
+   dev-libs/fstrm[${MULTILIB_USEDEP}]
+   >=dev-libs/protobuf-c-1.0.2-r1[${MULTILIB_USEDEP}]
+   )
+   ecdsa? (
+   !libressl? ( dev-libs/openssl:0[-bindist] )
+   )
+   python? ( ${PYTHON_DEPS} )"
+
+DEPEND="${CDEPEND}
+   python? ( dev-lang/swig )
+   test? (
+   net-dns/ldns-utils[examples]
+   dev-util/splint
+   app-text/wdiff
+   )"
+
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-bind )"
+
+# bug #347415
+RDEPEND="${RDEPEND}
+   net-dns/dnssec-root"
+
+S=${WORKDIR}/${MY_P}
+
+pkg_setup() {
+   enewgroup unbound
+   enewuser unbound -1 -1 /etc/unbound unbound
+
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   # To avoid below error messages, set 'trust-anchor-file' to same value 
in
+   # 'auto-trust-anchor-file'.
+   # [23109:0] error: Could not open autotrust file for writing,
+   # /etc/dnssec/root-anchors.txt: Permission denied
+   epatch "${FILESDIR}"/${PN}-1.5.7-trust-anchor-file.patch
+
+   # required for the python part
+   multilib_copy_sources
+}
+
+src_configure() {
+   [[ ${CHOST} == *-darwin* ]] || append-ldflags -Wl,-z,noexecstack
+   multilib-minimal_src_configure
+}
+
+multilib_src_configure() 

[gentoo-commits] repo/gentoo:master commit in: net-dns/unbound/

2016-04-29 Thread Marc Schiffbauer
commit: 4d4021a5980b0d0c89c7f9fc3cd8308cc4f9dfb8
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Apr 29 21:43:17 2016 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Apr 29 21:43:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d4021a5

net-dns/unbound: drop old version

Package-Manager: portage-2.2.28

 net-dns/unbound/Manifest |   1 -
 net-dns/unbound/unbound-1.5.6.ebuild | 122 ---
 2 files changed, 123 deletions(-)

diff --git a/net-dns/unbound/Manifest b/net-dns/unbound/Manifest
index 5ac1abf..9d13823 100644
--- a/net-dns/unbound/Manifest
+++ b/net-dns/unbound/Manifest
@@ -1,5 +1,4 @@
 DIST unbound-1.4.22.tar.gz 4735801 SHA256 
1caf5081b2190ecdb23fc4d998b7999e28640c941f53baff7aee03c092a7d29f SHA512 
0593cad3966f24f76b93bbc9c906c096c645e9360a57034c5ed4f04baeaa021eb9169a8e9cd0a98651c7a564d9feda8b9490e3b87ad469f6ce1dd1fcb05d9974
 WHIRLPOOL 
4de27d6c4548c46c83b95a7f21efd8d75898ddb92e3af84fbd1d07a39e29a121e593ddbf13676f914d4ee428942bf345c9b93937165725ece5031fc67ab9eacc
 DIST unbound-1.5.1.tar.gz 4805176 SHA256 
0ff82709fb2bd7ecbde8dbdcf60fa417d2b43379570a3d460193a76a169900ec SHA512 
85d7069cf47709aceb7d9457c8befb1b327adfb098d8aa98082fc9bf710274e8ba86b56d796c86917639bb7e57ab5c40af1bc79090de038c6375be2c3877e0c4
 WHIRLPOOL 
e23f7d399a1f01da5aec98ff0fa3b377e8a76789d237ceaf0e9146c96a97088716a0ec6c0f68f95f57af16743e73c1bc7209889a04a698bf7aa5d0706c7514f5
-DIST unbound-1.5.6.tar.gz 4849569 SHA256 
ad3823f5895f59da9e408ea273fcf81d8a76914c18864fba256d7f140b83e404 SHA512 
2477e3f00b8f5a3a4661ff20b0bc0d1d56c8a65cc6ab9f1308ae86f41c67a998af68d3ac5ba6c9c22a25a251f0410eaf9fee82911bcb3a3e82ffb6383e28dcf7
 WHIRLPOOL 
72fd050bd49422783014549b4764f6279be7d4deec50ccf2a97e6cc2592f79d69a3f823ed0849dc3f685908c60234386820e01bde43d5db4c6c616e5e2dee44b
 DIST unbound-1.5.7.tar.gz 4859573 SHA256 
4b2088e5aa81a2d48f6337c30c1cf7e99b2e2dc4f92e463b3bee626eee731ca8 SHA512 
7fc000364139519ed837ef9883f2e8a684b5ac19f2d3343626ab0a4c3459a7c3ccf2c79e9d992d82b123c6a38245fc286994365b427145d218e0b3c645c4dc4f
 WHIRLPOOL 
9b2d18f09f46bed5da9818f5df0acbcc6d4a166943bbdb617494081614aa9b75a03ed0425679f40265f70e34ed66e01302182ec4050f0bb1f034fa5db28340f3
 DIST unbound-1.5.8.tar.gz 4895649 SHA256 
33567a20f73e288f8daa4ec021fbb30fe1824b346b34f12677ad77899ecd09be SHA512 
0c296a2e5489fae0fdf0ca2ea11ed72f00498c8499f38f308ff32078665d980a2d5a80ee0e106273dc13a146611a238553857c5f301fe9622072382c06b8434a
 WHIRLPOOL 
ca977c88e5dcca80d11a3cf769e002f61b8c6145dea2a79a9d0c142396ff2f19b3452546627ced79e9af74fed3ac2ff72ca9f6fc2395e477076959fef77bd3b1

diff --git a/net-dns/unbound/unbound-1.5.6.ebuild 
b/net-dns/unbound/unbound-1.5.6.ebuild
deleted file mode 100644
index 9c2564c..000
--- a/net-dns/unbound/unbound-1.5.6.ebuild
+++ /dev/null
@@ -1,122 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils flag-o-matic multilib-minimal python-single-r1 systemd user
-
-MY_P=${PN}-${PV/_/}
-DESCRIPTION="A validating, recursive and caching DNS resolver"
-HOMEPAGE="http://unbound.net/;
-SRC_URI="http://unbound.net/downloads/${MY_P}.tar.gz;
-
-LICENSE="BSD GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
-IUSE="debug dnstap +ecdsa gost python selinux static-libs test threads"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-# Note: expat is needed by executable only but the Makefile is custom
-# and doesn't make it possible to easily install the library without
-# the executables. MULTILIB_USEDEP may be dropped once build system
-# is fixed.
-
-CDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}]
-   >=dev-libs/libevent-2.0.21[${MULTILIB_USEDEP}]
-   >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}]
-   dnstap? (
-   dev-libs/fstrm[${MULTILIB_USEDEP}]
-   >=dev-libs/protobuf-c-1.0.2-r1[${MULTILIB_USEDEP}]
-   )
-   ecdsa? ( dev-libs/openssl:0[-bindist] )
-   python? ( ${PYTHON_DEPS} )"
-
-DEPEND="${CDEPEND}
-   python? ( dev-lang/swig )
-   test? (
-   net-dns/ldns-utils[examples]
-   dev-util/splint
-   app-text/wdiff
-   )"
-
-RDEPEND="${CDEPEND}
-   selinux? ( sec-policy/selinux-bind )"
-
-# bug #347415
-RDEPEND="${RDEPEND}
-   net-dns/dnssec-root"
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
-   enewgroup unbound
-   enewuser unbound -1 -1 /etc/unbound unbound
-
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   # To avoid below error messages, set 'trust-anchor-file' to same value 
in
-   # 'auto-trust-anchor-file'.
-   # [23109:0] error: Could not open autotrust file for writing,
-   # /etc/dnssec/root-anchors.txt: Permission denied
-   epatch "${FILESDIR}"/${PN}-1.4.12-gentoo.patch
-
-   # required for the python part
-   multilib_copy_sources
-}
-

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

2016-04-29 Thread Richard Farina
commit: 1902abaecdc7948d33b7286f8d63fa3f63ae7046
Author: Zero_Chaos  gentoo  org>
AuthorDate: Fri Apr 29 21:21:21 2016 +
Commit: Richard Farina  gentoo  org>
CommitDate: Fri Apr 29 21:21:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1902abae

net-wireless/inspectrum: add new dep to live ebuild and subslot deps for fun

Package-Manager: portage-2.2.28

 net-wireless/inspectrum/inspectrum-.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/net-wireless/inspectrum/inspectrum-.ebuild 
b/net-wireless/inspectrum/inspectrum-.ebuild
index b524bb2..2d05386 100644
--- a/net-wireless/inspectrum/inspectrum-.ebuild
+++ b/net-wireless/inspectrum/inspectrum-.ebuild
@@ -23,9 +23,10 @@ IUSE=""
 
 RDEPEND="sci-libs/fftw:3.0=
dev-libs/boost:=
-   dev-qt/qtwidgets:5
-   dev-qt/qtgui:5
-   dev-qt/qtcore:5
+   dev-qt/qtwidgets:5=
+   dev-qt/qtgui:5=
+   dev-qt/qtcore:5=
+   dev-qt/qtconcurrent:=
net-wireless/gnuradio:="
 DEPEND="virtual/pkgconfig
${RDEPEND}"



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

2016-04-29 Thread Paweł Hajdan
commit: b0be94e4692b721233dd76c96966f7a5b907386e
Author: Pawel Hajdan, Jr  gentoo  org>
AuthorDate: Fri Apr 29 21:15:18 2016 +
Commit: Paweł Hajdan  gentoo  org>
CommitDate: Fri Apr 29 21:15:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0be94e4

dev-util/ninja: version bump (1.7.1)

Package-Manager: portage-2.2.26

 dev-util/ninja/Manifest   |   1 +
 dev-util/ninja/ninja-1.7.1.ebuild | 128 ++
 2 files changed, 129 insertions(+)

diff --git a/dev-util/ninja/Manifest b/dev-util/ninja/Manifest
index 7fd73a1..74f9f6c 100644
--- a/dev-util/ninja/Manifest
+++ b/dev-util/ninja/Manifest
@@ -1 +1,2 @@
 DIST ninja-1.6.0.tar.gz 174501 SHA256 
b43e88fb068fe4d92a3dfd9eb4d19755dae5c33415db2e9b7b61b4659009cde7 SHA512 
551a9e14b95c2d2ddad6bee0f939a45614cce86719748dc580192dd122f3671e3d95fd6a6fb3facb2d314ba100d61a004af4df77f59df119b1b95c6fe8c38875
 WHIRLPOOL 
74d10df3d112c6cbd524f802978f1a56d2643767d947cff33a276a29f89485576f7d6b40597f9eac1db1446ae22c7f2c73c9d1f7795132e0254fa970df37063b
+DIST ninja-1.7.1.tar.gz 179717 SHA256 
51581de53cf4705b89eb6b14a85baa73288ad08bff256e7d30d529155813be19 SHA512 
6c7bea92942c48d2a810b1edb0187a3b0230eee3a1ce0013e9dcc8dd41d99215f18f0f85be789173e590ee24f517969fd159099541cacd7eb0ba69e50d296f40
 WHIRLPOOL 
ece2737adb37438aa822bab97d3784c7220fd6eb613bfc4852a33ecf26d6e04f5309aec3be558cb072e38a77538c46b38e2f009567d98cc79747bb4cfdc94576

diff --git a/dev-util/ninja/ninja-1.7.1.ebuild 
b/dev-util/ninja/ninja-1.7.1.ebuild
new file mode 100644
index 000..03d1eeb
--- /dev/null
+++ b/dev-util/ninja/ninja-1.7.1.ebuild
@@ -0,0 +1,128 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit bash-completion-r1 elisp-common python-any-r1 toolchain-funcs
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/martine/ninja.git;
+else
+   SRC_URI="https://github.com/martine/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+fi
+
+DESCRIPTION="A small build system similar to make"
+HOMEPAGE="https://ninja-build.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+IUSE="doc emacs test vim-syntax zsh-completion"
+
+DEPEND="
+   ${PYTHON_DEPS}
+   dev-util/re2c
+   doc? (
+   app-text/asciidoc
+   app-doc/doxygen
+   dev-libs/libxslt
+   )
+   test? ( dev-cpp/gtest )
+"
+RDEPEND="
+   emacs? ( virtual/emacs )
+   vim-syntax? (
+   || (
+   app-editors/vim
+   app-editors/gvim
+   )
+   )
+   zsh-completion? ( app-shells/zsh )
+   ! 
"${T}/${PN}.vim"
+   insinto /usr/share/vim/vimfiles/ftdetect
+   doins "${T}/${PN}.vim"
+   fi
+
+   if use zsh-completion; then
+   insinto /usr/share/zsh/site-functions
+   newins misc/zsh-completion _ninja
+   fi
+
+   if use emacs; then
+   cd misc || die
+   elisp-install ${PN} ninja-mode.el* || die
+   fi
+}
+
+pkg_postinst() {
+   use emacs && elisp-site-regen
+}
+
+pkg_postrm() {
+   use emacs && elisp-site-regen
+}



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

2016-04-29 Thread Manuel Rüger
commit: 288c37ee026dc6d9d56bed0c792dd4a6edfa
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Apr 29 20:44:52 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Apr 29 20:44:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=288c37ee

Version bump to 1.0.0

Package-Manager: portage-2.2.28

 dev-ruby/colorator/Manifest   |  1 +
 dev-ruby/colorator/colorator-1.0.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-ruby/colorator/Manifest b/dev-ruby/colorator/Manifest
index 63430d9..1fa394d 100644
--- a/dev-ruby/colorator/Manifest
+++ b/dev-ruby/colorator/Manifest
@@ -1 +1,2 @@
 DIST colorator-0.1.gem 7680 SHA256 
7adfe632249e619a955347ba0403dc97219f6d262ed719dc5b94a7e66109f727 SHA512 
572a15f4d3011579302ae5448c9752511baec962d65265e923f561b002a3a80384610ab877233f15c1c6953a765fbf32b2d2838a658d207900cf53b6525caee2
 WHIRLPOOL 
833187760367c2f6493bf4dc229ba140f3987b41b58e49749578c3aa65500edd3c40806c3bfec7c2dd56bd6b73d8dfd28cc48678893f03aa7ec3575805bc4cf9
+DIST colorator-1.0.0.tar.gz 5063 SHA256 
e7ecb784ab500815081d3add4ea371351b86af91510aca7d52ef1dfffe0664be SHA512 
c6755dc822a67b39f8a3d2feeadede7159554a39c49fc3d04370bedee7d58cb9b7208592f84c3aa13a6a5c84b0076aa39926a6f77598d55d38697ba2b4945749
 WHIRLPOOL 
8f4b2eb4c0585e669d35ca047356acfdb1f020e614e18df964b5980af2effae8b33065d3d2bd2971784cab88f15902f0021b08903da157135660c5baa116b801

diff --git a/dev-ruby/colorator/colorator-1.0.0.ebuild 
b/dev-ruby/colorator/colorator-1.0.0.ebuild
new file mode 100644
index 000..dc00e6a
--- /dev/null
+++ b/dev-ruby/colorator/colorator-1.0.0.ebuild
@@ -0,0 +1,27 @@
+# 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_EXTRADOC="README.markdown"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Colorize your text in the terminal"
+HOMEPAGE="https://github.com/octopress/colorator;
+SRC_URI="https://github.com/octopress/colorator/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e "/bundler/d" Rakefile || die
+   sed -i -e "/luna/d" spec/spec/helper.rb || die
+}



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

2016-04-29 Thread Manuel Rüger
commit: 5c26a28af701f59fce4d19f8a82ded6a803893be
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Apr 29 20:34:55 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Apr 29 20:34:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c26a28a

Version bump to 2.16.0.0

Package-Manager: portage-2.2.28

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

diff --git a/dev-python/vcversioner/Manifest b/dev-python/vcversioner/Manifest
index 58a1f0a..917b43a 100644
--- a/dev-python/vcversioner/Manifest
+++ b/dev-python/vcversioner/Manifest
@@ -1 +1,2 @@
 DIST vcversioner-2.14.0.0.tar.gz 9015 SHA256 
acd43686e92e6c8bbeb4f2eef54408567a7adea9692fa72d591eec5357c03b86 SHA512 
0d474910f9d0f0dd0c0d0b824bcdf5da7bbb5d2b55691f18107bb0b8a237213a83d8f51f719d4761e1dae9db70e84ef8c264c388ec1995ed0a55a838575e377e
 WHIRLPOOL 
b146f1d008b635fc337c2256a7bb9bd0534ecd3a335c349a0518e36ee21e807de1b43ea52dd6a581fa4de64ad6cdb2dca53646051a93afe752a28d4a25bcbec8
+DIST vcversioner-2.16.0.0.tar.gz 9024 SHA256 
dae60c17a479781f44a4010701833f1829140b1eeccd258762a74974aa06e19b SHA512 
e4e34693aa813e57991eca01d20102bd2e939b536461e2e9e063ac0e3558580e57d7e8d5e08d010690b3c901c97e53f187f20b48520b333eb492ec33e85757d8
 WHIRLPOOL 
13dc98c065e95c445e230cd4a2f8c62af32342e8fb9bfb95c2fd17df07a4ee5673bd96b5c099bac40ef698dcd182b380f3a94d689826e5d0bc94859976beba2c

diff --git a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild 
b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild
new file mode 100644
index 000..81ec51e
--- /dev/null
+++ b/dev-python/vcversioner/vcversioner-2.16.0.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
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Use version control tags to discover version numbers"
+HOMEPAGE="https://github.com/habnabit/vcversioner 
https://pypi.python.org/pypi/vcversioner;
+SRC_URI="mirror://pypi/v/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+   "
+
+# not included
+RESTRICT=test
+
+python_test() {
+   py.test || die
+}



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

2016-04-29 Thread Manuel Rüger
commit: 1456c9600513d123cc6ba599a1d73bc40e096e48
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Apr 29 20:32:49 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Apr 29 20:32:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1456c960

Version bump to 0.3.7

Package-Manager: portage-2.2.28

 dev-python/freezegun/Manifest   |  1 +
 dev-python/freezegun/freezegun-0.3.7.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/freezegun/Manifest b/dev-python/freezegun/Manifest
index 2de8876..835ec8d 100644
--- a/dev-python/freezegun/Manifest
+++ b/dev-python/freezegun/Manifest
@@ -1 +1,2 @@
 DIST freezegun-0.3.6.tar.gz 45838 SHA256 
44cef08c4b34be212534aec8ab61eccdc75ba9e4d908f99d1fcc7f778b4cbaf8 SHA512 
34fc6d21cefac321414cef7c2b9935d43acd8456e475fdbd6426cf3fcf0b4f3cacf2127e29840b72ad55ad7b22be6e6e954955ca345c792895d9726082450ae0
 WHIRLPOOL 
b28a1e09fb3b8d380e5e54519a0754d655b1abfdb4dfa2d45451035b1cc6abdaaa9ec026a9543609c90a7a8b7fd192acb2cda276bb38c97a4ab56aabe3be4c3f
+DIST freezegun-0.3.7.tar.gz 15771 SHA256 
1ca8e4833f50ab908398d92900865832d3d409f7ae2ede32c153966d404f8192 SHA512 
763054729bf44d2080b7b64dd8626370e98d1412f1477123b68a06dff12e64584d38c1d86fedc639db988d84f8f77ee2f5ab4d2f81eef8457778cdd2799648ce
 WHIRLPOOL 
ff8c62e72e855be2ca28f934ba7c71ae9e740c9450b65fb286c9eb15cdfa3290492768ef6834db552f404349bda284e7784775777caad88156b53e926750dd4b

diff --git a/dev-python/freezegun/freezegun-0.3.7.ebuild 
b/dev-python/freezegun/freezegun-0.3.7.ebuild
new file mode 100644
index 000..72f34b8
--- /dev/null
+++ b/dev-python/freezegun/freezegun-0.3.7.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=(python{2_7,3_3,3_4})
+
+inherit distutils-r1
+
+DESCRIPTION="Let your Python tests travel through time"
+HOMEPAGE="https://github.com/spulec/freezegun;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="dev-python/python-dateutil
+   dev-python/six"
+DEPEND="${RDEPEND}
+   test? ( dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   nosetests || die
+}



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

2016-04-29 Thread Manuel Rüger
commit: 5817738bc12e71b556da09be4a7a46ee8a4f7f30
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Apr 29 20:31:14 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Apr 29 20:31:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5817738b

Remove old

Package-Manager: portage-2.2.28

 app-shells/thefuck/Manifest   |  1 -
 app-shells/thefuck/thefuck-3.7.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/app-shells/thefuck/Manifest b/app-shells/thefuck/Manifest
index f3c7a69..5ca796c 100644
--- a/app-shells/thefuck/Manifest
+++ b/app-shells/thefuck/Manifest
@@ -1,3 +1,2 @@
-DIST thefuck-3.7.tar.gz 783470 SHA256 
6e7efdc51baa5bfeecf38fc1e6ecdaf07b90168a6ced79cbf50fe6ff0e0adb1e SHA512 
736a0656e9bce2efdfabdede6a3d4e11b9ced324ffe6435a16475c0d5e0a04b4240be66aebdd5512d04b32a2a6c91be929e36ddcf3a7d62e59f195df33505e6c
 WHIRLPOOL 
dd901df50c767f08b98d1a4e3fc1ef086a0961911976a7c1fb6f121ea0d4df9512955ee8c3c5106760045f60d7cbb168b07be0e348db53a584e876194630e574
 DIST thefuck-3.8.tar.gz 784189 SHA256 
210605275f582eb6e3aa604f4e4909c0c350053fffd963ecedacfc5733cf9bd3 SHA512 
4e324fd0044a7ca78a96a744583b2d1357db142ee3b5fd174a76db52e82e788e899be2dceb1184f903f663711dc8ce82298cbc3a5b8704b8bf1903692e05a962
 WHIRLPOOL 
65f6a05dcf4f03a8bf9f036a560a4200b58990e13c88fb5e4ba4fae733a1166f9dd65721cf1626044ae576526c57d58a3ba230a2ef1bff8186d9a0b47a691273
 DIST thefuck-3.9.tar.gz 785337 SHA256 
8edf64dac320095194850d6e570466c07592f1012bfe35db84b8027ae7169a3c SHA512 
7dd678982fe7706da15be011689f67f91e67d9ec62edb88ae4a1ea5923a8891168a5363466f6a6d4b321df792ad20c7c14c2408b832a61dd02ef1c020553b3c2
 WHIRLPOOL 
7344afd8e77397073fc8bdb7b58155fb2a1307eb155e3ed52b966aef43d70c6e7ea9425d47220783d7090a60467e3e172e74bdb1be7543fa4bd787a6f5538464

diff --git a/app-shells/thefuck/thefuck-3.7.ebuild 
b/app-shells/thefuck/thefuck-3.7.ebuild
deleted file mode 100644
index 15c70cf..000
--- a/app-shells/thefuck/thefuck-3.7.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=(python{2_7,3_4})
-
-inherit distutils-r1
-
-DESCRIPTION="Magnificent app which corrects your previous console command"
-HOMEPAGE="https://github.com/nvbn/thefuck;
-SRC_URI="https://github.com/nvbn/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-
-RDEPEND="dev-python/pathlib[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/decorator[${PYTHON_USEDEP}]
-   dev-python/colorama[${PYTHON_USEDEP}]"
-DEPEND="test? ( ${RDEPEND}
-   dev-python/pytest[${PYTHON_USEDEP}] )
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-src_prepare() {
-   sed -i -e "/import pip/s/^/#/" -e "/pip.__version__/,+3 s/^/#/" 
setup.py || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   py.test || die
-}



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

2016-04-29 Thread Manuel Rüger
commit: 1c0d5f33eac8638956da5e9c383bf109e714bfb3
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Apr 29 20:30:56 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Apr 29 20:30:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c0d5f33

Version bump to 3.9

Package-Manager: portage-2.2.28

 app-shells/thefuck/Manifest   |  1 +
 app-shells/thefuck/thefuck-3.9.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/app-shells/thefuck/Manifest b/app-shells/thefuck/Manifest
index d45a364..f3c7a69 100644
--- a/app-shells/thefuck/Manifest
+++ b/app-shells/thefuck/Manifest
@@ -1,2 +1,3 @@
 DIST thefuck-3.7.tar.gz 783470 SHA256 
6e7efdc51baa5bfeecf38fc1e6ecdaf07b90168a6ced79cbf50fe6ff0e0adb1e SHA512 
736a0656e9bce2efdfabdede6a3d4e11b9ced324ffe6435a16475c0d5e0a04b4240be66aebdd5512d04b32a2a6c91be929e36ddcf3a7d62e59f195df33505e6c
 WHIRLPOOL 
dd901df50c767f08b98d1a4e3fc1ef086a0961911976a7c1fb6f121ea0d4df9512955ee8c3c5106760045f60d7cbb168b07be0e348db53a584e876194630e574
 DIST thefuck-3.8.tar.gz 784189 SHA256 
210605275f582eb6e3aa604f4e4909c0c350053fffd963ecedacfc5733cf9bd3 SHA512 
4e324fd0044a7ca78a96a744583b2d1357db142ee3b5fd174a76db52e82e788e899be2dceb1184f903f663711dc8ce82298cbc3a5b8704b8bf1903692e05a962
 WHIRLPOOL 
65f6a05dcf4f03a8bf9f036a560a4200b58990e13c88fb5e4ba4fae733a1166f9dd65721cf1626044ae576526c57d58a3ba230a2ef1bff8186d9a0b47a691273
+DIST thefuck-3.9.tar.gz 785337 SHA256 
8edf64dac320095194850d6e570466c07592f1012bfe35db84b8027ae7169a3c SHA512 
7dd678982fe7706da15be011689f67f91e67d9ec62edb88ae4a1ea5923a8891168a5363466f6a6d4b321df792ad20c7c14c2408b832a61dd02ef1c020553b3c2
 WHIRLPOOL 
7344afd8e77397073fc8bdb7b58155fb2a1307eb155e3ed52b966aef43d70c6e7ea9425d47220783d7090a60467e3e172e74bdb1be7543fa4bd787a6f5538464

diff --git a/app-shells/thefuck/thefuck-3.9.ebuild 
b/app-shells/thefuck/thefuck-3.9.ebuild
new file mode 100644
index 000..15c70cf
--- /dev/null
+++ b/app-shells/thefuck/thefuck-3.9.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=(python{2_7,3_4})
+
+inherit distutils-r1
+
+DESCRIPTION="Magnificent app which corrects your previous console command"
+HOMEPAGE="https://github.com/nvbn/thefuck;
+SRC_URI="https://github.com/nvbn/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="dev-python/pathlib[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/decorator[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]"
+DEPEND="test? ( ${RDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+src_prepare() {
+   sed -i -e "/import pip/s/^/#/" -e "/pip.__version__/,+3 s/^/#/" 
setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   py.test || die
+}



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

2016-04-29 Thread Manuel Rüger
commit: e5e41c73638a3a08455cf905e54a38502ffb0599
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Apr 29 20:25:06 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Apr 29 20:25:06 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=e5e41c73

Version bump, remove old

Package-Manager: portage-2.2.28

 dev-ruby/gitlab_git/Manifest | 2 +-
 .../{gitlab_git-10.0.1.ebuild => gitlab_git-10.0.2.ebuild}   | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/gitlab_git/Manifest b/dev-ruby/gitlab_git/Manifest
index 5c3f7d8..b46efbe 100644
--- a/dev-ruby/gitlab_git/Manifest
+++ b/dev-ruby/gitlab_git/Manifest
@@ -1 +1 @@
-DIST gitlab_git-10.0.1.tar.gz 82875 SHA256 
a6daef98e880f7324eebe33c738a82bdf2920c125ea804fd973559b8048dfe9e SHA512 
767d6eeb57f8fc35d93632b287b74b0fb86eccdb9db282283d2e14ecb1711240001854932b3aeca09f0b7a939c481cf7e15fdbc5a0d07b13cf45bf4e6b2b4cb1
 WHIRLPOOL 
e0e962f666ef5fe89d780126b9bed691176978183dd887c1f47e75d95b6e18c2b0e459280829695bed04b4f493c2250e590bdb4f2add31674c77d5b6ed7f5368
+DIST gitlab_git-10.0.2.tar.gz 83198 SHA256 
08533699f44f74145adcb1644ab1f0536888e0660ba69219b6471533918e185a SHA512 
d22ff5cc6326613e277a61755b667740c6dc4ac9567d632f8c2f4857b72aefef9a8f62c97ea6a868912575862b15d974a819d5320838b1ca5af9025c1cf05afa
 WHIRLPOOL 
2e88216a5086e3452200da0a1fe1c1c6d67b9682c273025da3cac2ab620ebd64b3bed2b0c6405997c8b89494ea587ddc85eff5f60710bd68e110b029dd78830f

diff --git a/dev-ruby/gitlab_git/gitlab_git-10.0.1.ebuild 
b/dev-ruby/gitlab_git/gitlab_git-10.0.2.ebuild
similarity index 84%
rename from dev-ruby/gitlab_git/gitlab_git-10.0.1.ebuild
rename to dev-ruby/gitlab_git/gitlab_git-10.0.2.ebuild
index e1e08c7..42424c9 100644
--- a/dev-ruby/gitlab_git/gitlab_git-10.0.1.ebuild
+++ b/dev-ruby/gitlab_git/gitlab_git-10.0.2.ebuild
@@ -28,7 +28,8 @@ ruby_add_rdepend ">=dev-ruby/activesupport-4.0
>=dev-ruby/github-linguist-4.7.0
>=dev-ruby/rugged-0.24.0
=dev-ruby/listen-3.0.6
+   dev-ruby/rspec-mocks:3
dev-ruby/rspec-its
dev-ruby/webmock
)"
@@ -36,5 +37,5 @@ ruby_add_bdepend "test? ( dev-ruby/rspec-mocks:3
 all_ruby_prepare() {
sed -i -e "/[Ss]imple[Cc]ov/d" -e '/pry/d' spec/spec_helper.rb || die
sed -i -e "1irequire \'pathname\'\n" lib/gitlab_git/path_helper.rb || 
die
-   sed -i -e "1irequire \'forwardable\'\n" lib/gitlab_git/repository.rb || 
die
+   sed -i -e "1irequire \'forwardable\'\n" -e "1irequire \'time\'\n" 
lib/gitlab_git/repository.rb || die
 }



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

2016-04-29 Thread Manuel Rüger
commit: 35008068a543b2d443b41e4f91f8ea52ee359183
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Apr 29 20:29:32 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Apr 29 20:29:32 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=35008068

Version bump, remove old

Package-Manager: portage-2.2.28

 dev-ruby/responders/Manifest| 2 +-
 .../responders/{responders-2.1.2.ebuild => responders-2.2.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/responders/Manifest b/dev-ruby/responders/Manifest
index 1293b2e..0500f3b 100644
--- a/dev-ruby/responders/Manifest
+++ b/dev-ruby/responders/Manifest
@@ -1 +1 @@
-DIST responders-2.1.2.tar.gz 24271 SHA256 
158af01a2d9526cc8c135858a71219d425105099d2493c76ab15fb37c4b0a4a6 SHA512 
c598f307eb0c3a5934c712eba282dbec21851fc72c0b7912a8dbe448390fab5d9c21d10e259dbfba963af386a854302424bb769a2e0047eede9d938d654bd745
 WHIRLPOOL 
637015e1f9a95e71623338bb7be8e065c03cc9a0f62cba11d8a1e0d771dfb93dc2adf7f2a1cedf6bcbed81b1aaebb993182a7dc4878e561192a5150fe80b203b
+DIST responders-2.2.0.tar.gz 24921 SHA256 
4ad425e4d4a0b1541e37ce10d5f49b8314a7095b0734e4d6c8223ca9595d529d SHA512 
791399e087c480b1fa2b2ea7a54023a852035b7f5605a6ae46e3c705665a8421486030ed412b9b411811854a76158424613bd8675c2cc5faf2888202367b882f
 WHIRLPOOL 
a2cab453f8783540e68aec8e95aeeb67e9049466557182271ea0f6c3d0dfd823ada492c6fc200239768e8ecfebb6d3b23a92ce43bf7239da0e561b767233a820

diff --git a/dev-ruby/responders/responders-2.1.2.ebuild 
b/dev-ruby/responders/responders-2.2.0.ebuild
similarity index 100%
rename from dev-ruby/responders/responders-2.1.2.ebuild
rename to dev-ruby/responders/responders-2.2.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-apps/redmine/

2016-04-29 Thread Manuel Rüger
commit: 627ec9e6f42ec32034e49eb2f50602e86d392ca4
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Apr 29 19:53:56 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Apr 29 19:53:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=627ec9e6

Version bump to 3.2.1

Package-Manager: portage-2.2.28

 www-apps/redmine/Manifest |   1 +
 www-apps/redmine/redmine-3.2.1.ebuild | 211 ++
 2 files changed, 212 insertions(+)

diff --git a/www-apps/redmine/Manifest b/www-apps/redmine/Manifest
index b09b6fe..6ecbf5d 100644
--- a/www-apps/redmine/Manifest
+++ b/www-apps/redmine/Manifest
@@ -1 +1,2 @@
 DIST redmine-2.6.10.tar.gz 2132564 SHA256 
b6b57a2b0150e2ab262f25ee77101b7693ad40aa3d8e7c7c46c4bdcc43f0e3b3 SHA512 
9ad509e56b0ab4569e195377c7e917889ac7c4caafcb2fc13d7a9263922e90cd97fac9ac7b89a93d31aad8ded8ffdcd88016e01b8aeb5e9448f80ce1cede138d
 WHIRLPOOL 
7949752ff3bf7b02d83f8fd3ad1eb8d5b8d396c2117b5c86cdc92690950814dd049b1c9e08179f3c68bea08ee779d554629afbec546f918df3a06902a9644140
+DIST redmine-3.2.1.tar.gz 2310459 SHA256 
5e69ad50eef27b581e58ea0d72f2dcb19f38db3626e3bd6ed27b74d5a4da5bd6 SHA512 
20bc63f82aa58a67c1078e7aebae3348689531f1f0a6dbedb00301f128ef6a29bd6a33d3075b614e01b23f5311a9739b251fb911298e54d4df06df628bf3
 WHIRLPOOL 
b900978ffe6374cefaa8eab9b711e3062559f5579d241edc6381190d3a6ae1f449ca7a13253914c9cd954d064d4b83e9b7ebc4aed5ff62dcf4d4a2022351ba1e

diff --git a/www-apps/redmine/redmine-3.2.1.ebuild 
b/www-apps/redmine/redmine-3.2.1.ebuild
new file mode 100644
index 000..531c9d1
--- /dev/null
+++ b/www-apps/redmine/redmine-3.2.1.ebuild
@@ -0,0 +1,211 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21"
+inherit eutils depend.apache ruby-ng user
+
+DESCRIPTION="Flexible project management web application using the Ruby on 
Rails framework"
+HOMEPAGE="http://www.redmine.org/;
+SRC_URI="http://www.redmine.org/releases/${P}.tar.gz;
+
+KEYWORDS="~amd64"
+LICENSE="GPL-2"
+SLOT="0"
+# All db-related USEs are ineffective since we depend on rails
+# which depends on activerecord which depends on all ruby's db bindings
+#IUSE="ldap openid imagemagick postgres sqlite mysql fastcgi passenger"
+IUSE="ldap fastcgi passenger imagemagick"
+
+ruby_add_rdepend "
+   dev-ruby/rubygems
+   >=dev-ruby/rails-4.2.5.2:4.2
+   >=dev-ruby/jquery-rails-3.1.4:3
+   >=dev-ruby/coderay-1.1.0
+   >=dev-ruby/builder-3.0.4:3
+   >=dev-ruby/roadie-rails-1.1.0
+   dev-ruby/mime-types:*
+   =dev-ruby/request_store-1.0.5
+   >=dev-ruby/rbpdf-1.19.0
+   dev-ruby/actionpack-action_caching
+   dev-ruby/actionpack-xml_parser
+   dev-ruby/protected_attributes
+   >=dev-ruby/redcarpet-3.3.2
+   >=dev-ruby/nokogiri-1.6.7.2
+   ldap? ( >=dev-ruby/ruby-net-ldap-0.12.0 )
+   >=dev-ruby/ruby-openid-2.3.0
+   >=dev-ruby/rack-openid-0.2.1
+   fastcgi? ( dev-ruby/fcgi )
+   passenger? ( www-apache/passenger )
+   imagemagick? ( >=dev-ruby/rmagick-2.14.0 )"
+   #   ruby_targets_ruby19? (
+#  postgres? ( >=dev-ruby/pg-0.11 )
+#  sqlite3? ( dev-ruby/sqlite3 )
+#  mysql? ( dev-ruby/mysql2:0.3 )
+#  )
+
+#ruby_add_bdepend ">=dev-ruby/rdoc-2.4.2
+#  dev-ruby/yard
+#  test? (
+#  >=dev-ruby/shoulda-3.3.2
+#  >=dev-ruby/mocha-0.13.3
+#  >=dev-ruby/capybara-2.0.0
+#   
"${T}/50${PN}"
+   echo "CONFIG_PROTECT_MASK=\"${EPREFIX}${REDMINE_DIR}/config/locales 
${EPREFIX}${REDMINE_DIR}/config/settings.yml\"" >> "${T}/50${PN}"
+
+   # remove ldap staff module if disabled to avoid #413779
+   use ldap || rm app/models/auth_source_ldap.rb || die
+
+   # Make it work
+   sed -i -e "1irequire 'request_store'" 
app/controllers/application_controller.rb || die
+   sed -i -e "18irequire 'action_controller'" -e "19irequire 
'action_controller/action_caching'"\
+   app/controllers/welcome_controller.rb || die
+   sed -i -e "4irequire 'action_dispatch/xml_params_parser'" -e 
"/Bundler/d" config/application.rb || die
+   sed -i -e "18irequire 'protected_attributes'" 
app/models/custom_field.rb || die
+   sed -i -e "19irequire 'roadie-rails'" app/models/mailer.rb || die
+}
+
+all_ruby_install() {
+   dodoc doc/{CHANGELOG,INSTALL,README_FOR_APP,RUNNING_TESTS,UPGRADING}
+   rm -r doc || die
+   dodoc README.rdoc
+   rm README.rdoc || die
+
+   keepdir /var/log/${PN}
+   dosym /var/log/${PN}/ "${REDMINE_DIR}/log"
+
+   insinto "${REDMINE_DIR}"
+   doins -r .
+   keepdir "${REDMINE_DIR}/files"
+   keepdir "${REDMINE_DIR}/public/plugin_assets"
+
+   fowners -R redmine:redmine \
+   "${REDMINE_DIR}/config" \
+   "${REDMINE_DIR}/files" \
+   "${REDMINE_DIR}/public/plugin_assets" \
+  

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

2016-04-29 Thread Brian Evans
commit: 2f31b06fc03eb05e3aa3089c7e5cf3c01a107ae0
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Apr 29 19:52:38 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Apr 29 19:52:38 2016 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=2f31b06f

dev-db/mysql: Force a download of boost-1.59 and use it in the build.  Only a 
portion is actually used

Package-Manager: portage-2.2.28
Manifest-Sign-Key: D1F781EFF9F4A3B6

 dev-db/mysql/ChangeLog   |  4 
 dev-db/mysql/Manifest| 23 +--
 dev-db/mysql/mysql-5.7.12.ebuild |  8 +++-
 3 files changed, 8 insertions(+), 27 deletions(-)

diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog
index 52551b5..d98dac7 100644
--- a/dev-db/mysql/ChangeLog
+++ b/dev-db/mysql/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  29 Apr 2016; Brian Evans  mysql-5.7.12.ebuild:
+  dev-db/mysql: Force a download of boost-1.59 and use it in the build.  Only a
+  portion is actually used
+
 *mysql-5.7.12 (27 Apr 2016)
 
   27 Apr 2016; Brian Evans  +files/5.7.12-boost.cmake,

diff --git a/dev-db/mysql/Manifest b/dev-db/mysql/Manifest
index a07e6cc..5ee3cdf 100644
--- a/dev-db/mysql/Manifest
+++ b/dev-db/mysql/Manifest
@@ -1,6 +1,4 @@
--BEGIN PGP SIGNED MESSAGE-
-Hash: SHA256
-
+DIST boost_1_59_0.tar.bz2 70389425 SHA256 
727a932322d94287b62abb1bd2d41723eec4356a7728909e38adb65ca25241ca SHA512 
8139e1ae997a86974071c5714ad3307e3d8fd15ef702b81a953410dd4d424b932135f53a0ef4891d9b9b747a38e539e66d6a803388fe0cc98e5166be872d682a
 WHIRLPOOL 
ab26f6b770c32320e71806d7f7856b3841917dcc59e0c5ee588fc77d77f11855dda66bfb808dbe0f3f89859b958211439c271401a5b1ad2ea98aa5d377934510
 DIST mysql-4.0.27.tar.gz 11152643 SHA256 
c79f83bed7c1ea98e018b8829375b55c1de838d21a526d7f679becc75de00d0f SHA512 
188283133e99e1c0b52ac8650aff325d7c9762fbad526c2c67b26dd614f2a86afb247a3f55ff071be1d44cd13060b9d7cca08ba1d758a04d2369381fa104454e
 WHIRLPOOL 
d3964468635eae0caf7fc8fb7b3576da12d49264bd9b797bb2191da8c6b91ca46321fb090e994df2b93b43f50686dcc4f735bdff03b49a3176fa746d5c4a60ab
 DIST mysql-4.1.22.tar.gz 17761101 SHA256 
6bd2436fd0f233bb1518e15975cb4e9fa4434acb53c3c3cd7d4648219abf58e9 SHA512 
9de1c2b27cf428a10f67a6217fc2783b638beb6345e2127a4163ceb286073886d223de861c40be0ab36ea78ec5f33ccd5ee457d1e35e67b081d629118b68d390
 WHIRLPOOL 
b40ca2e0d07fc0bd504e57b7eb005d36cf842bb668e93722c723bcc5a797dc9b456ee8971ea99bfc2b9119a2e19ee599f8441eb4601709eb4238196a27319257
 DIST mysql-5.0.96.tar.gz 22686667 SHA256 
43853814775158aa1650f483530a7dde153957579e3349e3ec780b89d741fc84 SHA512 
2e3b4ac221c1c1c11618dc79067a7feff680380fcea435813287b02cb0dff45fb5a32a4393c53cf13165f6efc99dbf347a9388ad364cfdf2e392760a310aa5a9
 WHIRLPOOL 
3e167e4ff4c56095fbdee55b7e619c9b7ad2120eb72c9a58fe77a023ab6e7498c74e2053876e61687d7812f9ff7022303728ddda49732e7569035684263d2517
@@ -18,22 +16,3 @@ DIST mysql-extras-20150127-1351Z.tar.bz2 1494648 SHA256 
74497659f1fb3b0cb620e38a
 DIST mysql-extras-20160212-0233Z.tar.bz2 297332 SHA256 
01a52587ef1335b2795197d2e547c0b3a1e4b705db09f96cdfb45d2152b6536b SHA512 
956dbdcb987556c0625944848f97a36d096cd1f1712a2e051dd027f2856d3c6e94a18d23faca71882260c4b12ee329e3a5f569443b877a3c3e5e88146bfac916
 WHIRLPOOL 
e3837d329ddd137be60fe9d0b37f35ed2e0e7fe1383f38ee45617be288ae318a444e6befdfbaf64b07d4a88ec47fec5cd88d733ecd5bb32ce40f3ba8d09573cd
 DIST pbxt-1.0.11-6-pre-ga.tar.gz 3156307 SHA256 
71ff3d86e9e5691f3efe541bf31f55a7ec2a88af27df6ad853b65902e00e6d12 SHA512 
fa238303f06e0a9adfb10bd5a2e1d2e4850d2c17a350af3874cbff099d6e47b7c555d750c584d06a3ca87c1eb1e9301a9619d8d9a4cffb7fd0169b2b3a63c80c
 WHIRLPOOL 
05cdd39f6f5dafff2def0062a00a24eff6cf6d8754f622b133365cef47cd6b828df5500ac407359d0793a75dd239ec1e49a13d2400a01ddf8b4cef7466e86962
 DIST percona-xtradb-1.0.6-10.tar.gz 1676716 SHA256 
e3aa818f13cf669412e59ad194eae8eada7a857bf7a4260e4bb41cab4d7ae39c SHA512 
72e4b656b22a0420e6f5935dc28060e5c50fbeb48c6d1ae430579d9ccef8042fdd4dde128cc977b903de6221f7021e8c87ea29fe6a8a8c74edb84bf54ab889f3
 WHIRLPOOL 
a916879be315498da27c60992efa4d19e91305b81242925e161547f3fb97a820256e1d07863e9e007ef843af54cd087ce5ac47d5ed1b70862da6cd5a9d81eccf
--BEGIN PGP SIGNATURE-
-Version: GnuPG v2.1
-
-iQJ8BAEBCABmBQJXIQsDXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
-ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NkMyRTQ0RUQ5MEUzMjc1OEU3RDU1QzBE
-MUY3ODFFRkY5RjRBM0I2AAoJENH3ge/59KO2gVUP/3IBPwZuxtL7bx6SFzWzYePU
-B6Lfu6OmLOzRAQohiQtQuAkw98eWf1abv2t2aT4qcagakgjmJAKKH+UIcypwQh9f
-0QMasfkjeBSw0ioQT0BlnbP2Jb1P5k6he+wOkftyOTKGGA2m6sqwPM7QUyiXglG9
-lTdbatyANEwosiG6Q9i6fOcDb1JeT6y0kFvPErN50i7xxzSwd/Cj3imTw+3XqwDc
-65S/CcJYzswB+xovaLJGmELOkFre+gHCKx1dClkBhHF6SbA1kIk1yeMKRfp82czk
-173epqJt6PS+tIOajCusrQ7wFlLPswcmum7rhYRMiEeDoyHl8p8ZusLCp7WfKuHQ
-ITFFyphfcrdubloXynUXJ0dB4PWhSiWY8IQgVEc1nCRCr5ni7kqrUl0f6u0IMHEg
-VVa0MXt0bFSkEhtS2rkUEHQVIS4k6PuO53RIZzjp1+lOU+zInnV6qZ90wK4n9Y6f

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

2016-04-29 Thread Manuel Rüger
commit: 7735e0e23d1adf6ad66ca7bacf4436e64eda0012
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Apr 29 19:51:50 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Apr 29 19:51:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7735e0e2

Initial version

Package-Manager: portage-2.2.28

 dev-ruby/roadie-rails/Manifest  |  1 +
 dev-ruby/roadie-rails/metadata.xml  |  8 ++
 dev-ruby/roadie-rails/roadie-rails-1.1.1.ebuild | 33 +
 3 files changed, 42 insertions(+)

diff --git a/dev-ruby/roadie-rails/Manifest b/dev-ruby/roadie-rails/Manifest
new file mode 100644
index 000..f376365
--- /dev/null
+++ b/dev-ruby/roadie-rails/Manifest
@@ -0,0 +1 @@
+DIST roadie-rails-1.1.1.tar.gz 48436 SHA256 
3d005164235c9a38d38ab441afa645ab69b74bbb1428143bedda5d24e200117b SHA512 
66f0da2a57a26342bc061cdbbedebf70a63f20cc4a5fa1ed8bedd6f9359d6e0690db3692bcd7b562976d75b4ffbec368fab5cbd09101cc833cd83d98859038c0
 WHIRLPOOL 
06333746c172e9723961ea067e1ecf370226a4276ab273f403edd2dc042aea7a2cf30d678c4610cfa6c5f7732bac6627f1e81fc0f463ef973ab2db1dd35710b3

diff --git a/dev-ruby/roadie-rails/metadata.xml 
b/dev-ruby/roadie-rails/metadata.xml
new file mode 100644
index 000..28ab0c1
--- /dev/null
+++ b/dev-ruby/roadie-rails/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   r...@gentoo.org
+   Gentoo Ruby Project
+
+

diff --git a/dev-ruby/roadie-rails/roadie-rails-1.1.1.ebuild 
b/dev-ruby/roadie-rails/roadie-rails-1.1.1.ebuild
new file mode 100644
index 000..b815774
--- /dev/null
+++ b/dev-ruby/roadie-rails/roadie-rails-1.1.1.ebuild
@@ -0,0 +1,33 @@
+# 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_EXTRADOC="README.md"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Hooks Roadie into your Rails application to help with email 
generation"
+HOMEPAGE="https://github.com/Mange/roadie-rails;
+SRC_URI="https://github.com/Mange/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RESTRICT="test"
+
+ruby_add_rdepend ">=dev-ruby/roadie-3.1
+   >=dev-ruby/railties-3.0"
+ruby_add_bdepend ">=dev-ruby/rails-3.0
+   test? ( dev-ruby/rspec-rails
+   dev-ruby/rspec-collection_matchers )"
+
+all_ruby_prepare() {
+   sed -i -e "/[Bb]undler/d" -e "s/bundle exec//" Rakefile || die
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/jekyll/

2016-04-29 Thread Manuel Rüger
commit: 34ee6d8c04750393f662251f6eb8717d012f0f86
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Apr 29 19:44:04 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Apr 29 19:44:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34ee6d8c

www-apps/jekyll: Remove old

Package-Manager: portage-2.2.28

 www-apps/jekyll/Manifest|  1 -
 www-apps/jekyll/jekyll-2.5.3.ebuild | 56 -
 2 files changed, 57 deletions(-)

diff --git a/www-apps/jekyll/Manifest b/www-apps/jekyll/Manifest
index dd469be..b45613b 100644
--- a/www-apps/jekyll/Manifest
+++ b/www-apps/jekyll/Manifest
@@ -1,3 +1,2 @@
-DIST jekyll-2.5.3.tar.gz 757248 SHA256 
51316d48c3b12a6753a66655e1c7676f2c1014f0b50ccff6bf53002d5934b93d SHA512 
28dc09ec9e758fbd2637df9e2adbd139af77799ace6af32d1ae4834ac9fb08e1a10f286a274a5faa589a37451fac5e8187cd219950be36c0e9b8bbdcbfd31285
 WHIRLPOOL 
f8c1a43be364893b811e8a23e4aacf032d17e0dce01d8a253a2ed05f008141cc99181cd5c8922307d296804b961880ba29a839b3c263856d040160f80ac81771
 DIST jekyll-3.1.2.tar.gz 963278 SHA256 
e1f46a75b8d38fdbfaecbda273bd5673d0f75bddf7650106f0bf84b924bb542b SHA512 
602980b925acb2f5b60bff3234a8afbd93a4390b18f3678ecd5250dec957e5f252e6088ce7a98be099e24a799ace70eaa101850567feb9df72fab2db65a7cad5
 WHIRLPOOL 
529dbd7866c02b34812873950a3c51dd1ef1cb351018cdb3d623b9b7c8d6fdd5c9165c9db058902d313b6a83520f10042953d18586de4aab8316fcece5f32c3d
 DIST jekyll-3.1.3.tar.gz 963379 SHA256 
740a0cfbfb93a7b3b390e524ece4ab5fb0c2f6dcd3271d868e6983a6ecb772b0 SHA512 
2e054f8dd1ed3d803639507ddbca883510e3d0088318d3c1517507ddade7de432379c83a0d3d744ee65f039ea4d8a831b406da2973e661996dd0b5f15e319610
 WHIRLPOOL 
f43a29de233753be1bd44c6bde8328b8c40bfee123d0dc6cad91c27c3716de7735fbce52eaa7ca31213ebb4b2825d49008350915eddfcde6d375e45621f6c41a

diff --git a/www-apps/jekyll/jekyll-2.5.3.ebuild 
b/www-apps/jekyll/jekyll-2.5.3.ebuild
deleted file mode 100644
index c1830aa..000
--- a/www-apps/jekyll/jekyll-2.5.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21"
-
-inherit ruby-fakegem
-
-RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.markdown README.markdown History.markdown"
-RUBY_FAKEGEM_EXTRAINSTALL="features site"
-
-DESCRIPTION="A simple, blog aware, static site generator"
-HOMEPAGE="http://jekyllrb.com https://github.com/jekyll/jekyll;
-SRC_URI="https://github.com/jekyll/${PN}/archive/v${PV}.tar.gz  -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-ruby_add_rdepend "dev-ruby/classifier-reborn
-   dev-ruby/colorator
-   >=dev-ruby/kramdown-1.3
-   >=dev-ruby/liquid-2.6.1:0
-   >=dev-ruby/mercenary-0.3.3
-   >=dev-ruby/pygments_rb-0.6.0
-   >=dev-ruby/redcarpet-3.1
-   >=dev-ruby/safe_yaml-1
-   dev-ruby/toml
-   www-apps/jekyll-coffeescript
-   www-apps/jekyll-gist
-   www-apps/jekyll-paginate
-   www-apps/jekyll-sass-converter
-   www-apps/jekyll-watch"
-
-ruby_add_bdepend "test? (
-   dev-ruby/activesupport:3.2
-   dev-ruby/launchy
-   >=dev-ruby/maruku-0.7
-   dev-ruby/mime-types:0
-   =dev-ruby/rdiscount-1.6*
-   >=dev-ruby/redcloth-4.2.1
-   >=dev-ruby/rouge-1.7
-   dev-ruby/rr
-   >=dev-ruby/shoulda-3
-   dev-ruby/test-unit:2 )"
-
-all_ruby_prepare() {
-   sed -i -e "/simplecov/,+5d" test/helper.rb || die
-   sed -i -e "1igem 'test-unit'" test/helper.rb || die
-   # Drop bundler
-   sed -i -e "/self.class.require_from_bundler/d" 
lib/jekyll/plugin_manager.rb || die
-   # This test fails without bundler
-   rm test/test_plugin_manager.rb || die
-}



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

2016-04-29 Thread Andreas Hüttel
commit: bf676596e58772b0c129e3cc08926966d8c0cc8b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Apr 29 17:46:09 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Apr 29 19:35:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf676596

dev-perl/Wx: Remove old

Package-Manager: portage-2.2.28

 dev-perl/Wx/Manifest   |  2 --
 dev-perl/Wx/Wx-0.990.200-r1.ebuild | 26 -
 dev-perl/Wx/Wx-0.991.700.ebuild| 28 ---
 dev-perl/Wx/Wx-0.992.700.ebuild| 39 --
 4 files changed, 95 deletions(-)

diff --git a/dev-perl/Wx/Manifest b/dev-perl/Wx/Manifest
index d9da84e..964f67b 100644
--- a/dev-perl/Wx/Manifest
+++ b/dev-perl/Wx/Manifest
@@ -1,4 +1,2 @@
-DIST Wx-0.9902.tar.gz 406639 SHA256 
ea4982993de1a188d4bc130d785f10faa0fda4c8521b08b3768915d0ed8b7ebf SHA512 
e6d1061319c0232b0f5109f314b88c771960aeb2ce18effd4bf040fd377edd0f9ab94f3359c318b52a40fe73bd8e1a0c9f90d87d5c23690435303e644e5bbfd3
 WHIRLPOOL 
59f4b30616931d3c89bd61076bbaf69592ec0facb3eb063387d8d34f004b5c42775b5bafe688d2bd5458af9556c023a6149a0e104d7ef34403eccb9c760dc353
-DIST Wx-0.9917.tar.gz 485343 SHA256 
1356f7830173ad17ad8bd760306ac101c05165613cb87e02d843f20c340c085a SHA512 
6b06bfdd7ab883eaf8e6b3aed62ecf9105c2388be353a8c51355695543121350ead2040c51a4cf5a6ebacd1e8096cc76e9c77be0222fbc2c3ce2335028118fc8
 WHIRLPOOL 
c907f852f977adc90b6438321151bd72aaf61b517c4e146e74848325e78bc4c5f8b64d210e4bd78d6ac23d7a51002660f21712b1b43a3e777c545926e10a020f
 DIST Wx-0.9927.tar.gz 486022 SHA256 
a174bd1b6a5558174697775be0ede2fb8260258d60bb6e116dfe6f56ac1d22bb SHA512 
9f81b0c5f8017ca03eeb773555842d3e2b8360b20b071534f9f6501094af0f5371a0b2cfb5cd490b7ee77316ad3005183ff8c16f945393bff2d615e4d8721726
 WHIRLPOOL 
1210eb83969ab1ab6b89dc8b1aa7d605406276b22dcaf35bdc1a2c9d02ecbb8a1ac88ed15f9852f9e38b959215cd4d55a2747204c37f4a61ebac69b7d7ea8a5b
 DIST Wx-0.9928.tar.gz 501439 SHA256 
58e06c094c07817617b1e69fa0501f2cee80cd4700ac7a62c516179f7aa85b42 SHA512 
9ddb946e1a6a7f670fcc27ece4227821cfa9b2fcebe078e8452e924a8786fca8c20c53262a5fa2f93ecd6586a82d42af77920ec543817a0552749caca2c552f6
 WHIRLPOOL 
e8d3b68a7cf1ecaaa8134b7108606b3c8f8116908ab3daff1502f0023a469ca608ab5c310405dea68a7afb8baac4bcfae08cc576d96fb1256c9a30d210e1b248

diff --git a/dev-perl/Wx/Wx-0.990.200-r1.ebuild 
b/dev-perl/Wx/Wx-0.990.200-r1.ebuild
deleted file mode 100644
index a23018a..000
--- a/dev-perl/Wx/Wx-0.990.200-r1.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
-
-WX_GTK_VER="2.8"
-MODULE_AUTHOR=MDOOTSON
-MODULE_VERSION=0.9902
-inherit wxwidgets perl-module
-
-DESCRIPTION="Perl bindings for wxGTK"
-HOMEPAGE="http://wxperl.sourceforge.net/;
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-perl/Alien-wxWidgets-0.25
-   >=virtual/perl-File-Spec-0.82"
-DEPEND="${RDEPEND}
-   >=virtual/perl-ExtUtils-ParseXS-0.22.03
-   >=dev-perl/ExtUtils-XSpp-0.160.200"
-
-MAKEOPTS="${MAKEOPTS} -j1"

diff --git a/dev-perl/Wx/Wx-0.991.700.ebuild b/dev-perl/Wx/Wx-0.991.700.ebuild
deleted file mode 100644
index 87d6f40..000
--- a/dev-perl/Wx/Wx-0.991.700.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-WX_GTK_VER="2.8"
-MODULE_AUTHOR=MDOOTSON
-MODULE_VERSION=0.9917
-inherit wxwidgets perl-module
-
-DESCRIPTION="Perl bindings for wxGTK"
-HOMEPAGE="http://wxperl.sourceforge.net/ ${HOMEPAGE}"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-perl/Alien-wxWidgets-0.25
-   >=virtual/perl-File-Spec-0.82
-"
-DEPEND="${RDEPEND}
-   >=virtual/perl-ExtUtils-ParseXS-0.22.03
-   >=dev-perl/ExtUtils-XSpp-0.160.200
-"
-
-MAKEOPTS="${MAKEOPTS} -j1"

diff --git a/dev-perl/Wx/Wx-0.992.700.ebuild b/dev-perl/Wx/Wx-0.992.700.ebuild
deleted file mode 100644
index 7f50a18..000
--- a/dev-perl/Wx/Wx-0.992.700.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-WX_GTK_VER="2.8"
-MODULE_AUTHOR=MDOOTSON
-MODULE_VERSION=0.9927
-inherit wxwidgets virtualx perl-module
-
-DESCRIPTION="Perl bindings for wxGTK"
-HOMEPAGE="http://wxperl.sourceforge.net/ ${HOMEPAGE}"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-   >=dev-perl/Alien-wxWidgets-0.250.0
-   >=virtual/perl-File-Spec-0.820.0
-"
-DEPEND="${RDEPEND}
-   >=virtual/perl-ExtUtils-MakeMaker-6.480.0
-   >=virtual/perl-ExtUtils-ParseXS-3.150.0
-   >=dev-perl/ExtUtils-XSpp-0.160.200
-   >=virtual/perl-if-0.30.0
-   test? (
-   >=virtual/perl-Test-Harness-2.260.0
-   >=virtual/perl-Test-Simple-0.430.0
-   )
-"
-
-src_test() {
-   VIRTUALX_COMMAND=perl-module_src_test
-   

[gentoo-commits] repo/gentoo:master commit in: sci-biology/bioperl/

2016-04-29 Thread Andreas Hüttel
commit: 1c68f77fd98014346ca2cbeea4d468fc187fdd3e
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Apr 26 13:10:57 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Apr 29 19:35:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c68f77f

sci-biology/bioperl: Fix dependency on dev-perl/YAML

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 sci-biology/bioperl/bioperl-1.6.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-biology/bioperl/bioperl-1.6.9.ebuild 
b/sci-biology/bioperl/bioperl-1.6.9.ebuild
index 11c5e2b..fc1d9db 100644
--- a/sci-biology/bioperl/bioperl-1.6.9.ebuild
+++ b/sci-biology/bioperl/bioperl-1.6.9.ebuild
@@ -25,7 +25,7 @@ CDEPEND="
!minimal? (
dev-perl/Algorithm-Munkres
dev-perl/Array-Compare
-   dev-perl/yaml
+   dev-perl/YAML
dev-perl/Bio-ASN1-EntrezGene
dev-perl/Clone
dev-perl/Convert-Binary-C



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

2016-04-29 Thread Andreas Hüttel
commit: e8976d7d7e977d323503ad596188da4081c1f6e2
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Apr 26 14:23:57 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Apr 29 19:35:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8976d7d

dev-perl/ZMQ-LibZMQ2: Bump to version 1.90.0

- EAPI6

Upstream:
- zmq_errno() and zmq_strerror() now ->import able.
- Locale-dependent tests fixed.
- Return value in error conditions fixed.

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/ZMQ-LibZMQ2/Manifest  |  1 +
 dev-perl/ZMQ-LibZMQ2/ZMQ-LibZMQ2-1.90.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-perl/ZMQ-LibZMQ2/Manifest b/dev-perl/ZMQ-LibZMQ2/Manifest
index ad4a8ec..0d4e6b5 100644
--- a/dev-perl/ZMQ-LibZMQ2/Manifest
+++ b/dev-perl/ZMQ-LibZMQ2/Manifest
@@ -1 +1,2 @@
 DIST ZMQ-LibZMQ2-1.04.tar.gz 54197 SHA256 
64afb994265c3865f3fc343bb31d4266c0d92eeb7542c1931828dbefc0876802 SHA512 
98def0e2c5336d6cdd78ec502ec92f6147bc3812e245ecea8114dbbdd372402278202dbee6b07a83f69bb271067b479fffd3b4ff0ec6025930f27b522f044165
 WHIRLPOOL 
627fbddc2d66cbc0531e5f1636cc0e7c563d763feb46061021702da3960c2430502d43218cf8c51a41ccbe77f036cc8ba19881cdf2557b20b6c390d4f330
+DIST ZMQ-LibZMQ2-1.09.tar.gz 53699 SHA256 
4a63890a4f34063ca824c9d7d82354c00e2d5476daef32ea7e05fbe8e8550fc2 SHA512 
bdea3e4277bba7a8a071f5f2e8dcb893c361d2ccada78a74247ef6eb6c98802258d6137b53caae95ef56256a91acfa6fe2e69bcc4f2b39fc8e4d97a39e84b61e
 WHIRLPOOL 
e448d95d4afb13b5387b13b5fa1dcfdcaefb8b3ea156810a1fe02f71c3f05cd861c34718b6a90541820a4a306a9865f7b1db9c475c632b92416b159e978e55fc

diff --git a/dev-perl/ZMQ-LibZMQ2/ZMQ-LibZMQ2-1.90.0.ebuild 
b/dev-perl/ZMQ-LibZMQ2/ZMQ-LibZMQ2-1.90.0.ebuild
new file mode 100644
index 000..7425145
--- /dev/null
+++ b/dev-perl/ZMQ-LibZMQ2/ZMQ-LibZMQ2-1.90.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=DMAKI
+DIST_VERSION=1.09
+inherit perl-module
+
+DESCRIPTION="A libzmq 2.x wrapper for Perl"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   =net-libs/zeromq-2*
+   dev-perl/Task-Weaken
+   >=dev-perl/ZMQ-Constants-1.0.0
+   >=virtual/perl-XSLoader-0.20.0
+"
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.360.0
+   virtual/pkgconfig
+   >=virtual/perl-Devel-PPPort-3.190.0
+   >=virtual/perl-ExtUtils-ParseXS-3.180.0
+   test? (
+   dev-perl/Test-Requires
+   dev-perl/Test-Fatal
+   >=dev-perl/Test-TCP-1.80.0
+   >=virtual/perl-Test-Simple-0.980.0
+   )
+"



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

2016-04-29 Thread Andreas Hüttel
commit: daf70db806521c0b704b7474956cb95a4ac05c7a
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Apr 26 13:13:05 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Apr 29 19:35:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daf70db8

profiles: pkgmove dev-perl/yaml dev-perl/YAML

 profiles/updates/2Q-2016 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/updates/2Q-2016 b/profiles/updates/2Q-2016
index 7c2b8f3..45c91ab 100644
--- a/profiles/updates/2Q-2016
+++ b/profiles/updates/2Q-2016
@@ -21,3 +21,4 @@ move dev-perl/Time-modules dev-perl/Time-ParseDate
 move dev-perl/text-template dev-perl/Text-Template
 move dev-perl/text-wrapper dev-perl/Text-Wrapper
 move dev-perl/tie-encryptedhash dev-perl/Tie-EncryptedHash
+move dev-perl/yaml dev-perl/YAML



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

2016-04-29 Thread Andreas Hüttel
commit: 6023410c4667043bb38561f9ae6429b075e45939
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Apr 29 19:12:34 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Apr 29 19:35:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6023410c

dev-perl/XML-RSS: Remove old

Package-Manager: portage-2.2.28

 dev-perl/XML-RSS/Manifest  |  1 -
 dev-perl/XML-RSS/XML-RSS-1.490.0-r1.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-perl/XML-RSS/Manifest b/dev-perl/XML-RSS/Manifest
index 2e5fb75..afb8598 100644
--- a/dev-perl/XML-RSS/Manifest
+++ b/dev-perl/XML-RSS/Manifest
@@ -1,4 +1,3 @@
-DIST XML-RSS-1.49.tar.gz 127216 SHA256 
13d5c3277f62143a8f0a04236e4bc850c85d515588e7f6d171b883edd3e07473 SHA512 
5b00eb0296c91924fcbf12c16b17a9a4efe6b0a55edc54b04657a69370487a82c5c36e9a16dd154e7022b15d264b25721a7b90feddf3dfbb2fd42bd2d03ab387
 WHIRLPOOL 
5210a4e3d3f1d40bde9dcf4b698abcf3d68960e86c7a2797e9cb2b25571a26ddebad8b7a76441aff9c1fc22340eb93af7672ebbbd9294ff5fcfa6ba5e07a8c36
 DIST XML-RSS-1.54.tar.gz 127636 SHA256 
5351152a804733b96026c51d42c2ba8c393a2ed51f0ed6e2d0321ad18a62859b SHA512 
3260ea46445687479a2d82eca93aa2bf4ef02bcaf1ad487a9a501f42619e7639342020be06ea63e2f8e4be20e5584e094e012786c5b3c34485cee0e22ef81d38
 WHIRLPOOL 
00b23e5bf77703838f6d2e3c994b740ecdf628273b6edaefa85cd6475da24693c944dc44b440b8a5ebabe439033d90bdbfcc67f01e33300274d9520cee602cf3
 DIST XML-RSS-1.56.tar.gz 128117 SHA256 
6f61a26f814217181ea7b792abf869336213157d016bdb10ee0ba505d488f5e3 SHA512 
502518e17aa85ea032ee94e62da358e54c6708f2675baa1546c103ef0c454e2c1545014cc08662c067bce4bdc94315adcc5d6eb6e8478de7d249064059ba38a3
 WHIRLPOOL 
26fadb10487b77d8f648906fb41c94e0142612fc9387fa1b8d5c5720917dc6418a40e666af3e7487378eb9114d3f311b831a5e12583dcc0be006ef62575553ee
 DIST XML-RSS-1.59.tar.gz 129141 SHA256 
a26b4a11c1149afc4795a6f0b18c1ec78f3fb63b779e02b6325e5f617f74db6c SHA512 
ab35d7897b286a154158696084749593e4b4cde280ea91d38d10222bc4c41838bae4e6063dde763ca58b1098c41db66680763135622deb4d2747ee10155a0e70
 WHIRLPOOL 
ffda28243d5e5ac3a7c07674b8ab87217e03ca02e206936ba955caeff91685cfaadcc4b8774723fe249d791384dc537e5d6b6f14b976d139a796808dd8c3ea0b

diff --git a/dev-perl/XML-RSS/XML-RSS-1.490.0-r1.ebuild 
b/dev-perl/XML-RSS/XML-RSS-1.490.0-r1.ebuild
deleted file mode 100644
index 6f19056..000
--- a/dev-perl/XML-RSS/XML-RSS-1.490.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=SHLOMIF
-MODULE_VERSION=1.49
-inherit perl-module
-
-DESCRIPTION="a basic framework for creating and maintaining RSS files"
-HOMEPAGE="http://perl-rss.sourceforge.net/;
-
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~x86-solaris"
-IUSE="test"
-
-SRC_TEST="do"
-
-RDEPEND="dev-perl/HTML-Parser
-   dev-perl/DateTime-Format-Mail
-   dev-perl/DateTime-Format-W3CDTF
-   >=dev-perl/XML-Parser-2.30"
-DEPEND="${RDEPEND}
-   dev-perl/Module-Build
-   test? ( dev-perl/Test-Pod
-   dev-perl/Test-Pod-Coverage
-   >=dev-perl/Test-Manifest-0.9 )"
-   #dev-perl/Test-Differences



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

2016-04-29 Thread Andreas Hüttel
commit: ffdac449d3acfee5d19147de858dc9747a0b883f
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Apr 26 13:06:40 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Apr 29 19:35:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffdac449

dev-perl/PAR-Dist: Fix dependency on dev-perl/YAML

Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches --include-arches="alpha amd64 amd64-fbsd arm 
arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 
x86-fbsd"

 dev-perl/PAR-Dist/PAR-Dist-0.490.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/PAR-Dist/PAR-Dist-0.490.0-r1.ebuild 
b/dev-perl/PAR-Dist/PAR-Dist-0.490.0-r1.ebuild
index 8d4768c..d6f081b 100644
--- a/dev-perl/PAR-Dist/PAR-Dist-0.490.0-r1.ebuild
+++ b/dev-perl/PAR-Dist/PAR-Dist-0.490.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ IUSE=""
 DEPEND="
virtual/perl-File-Spec
virtual/perl-File-Temp
-   || ( dev-perl/YAML-Syck dev-perl/yaml )
+   || ( dev-perl/YAML-Syck dev-perl/YAML )
dev-perl/Archive-Zip"
# || ( YAML::Syck YAML YAML-Tiny YAML-XS Parse-CPAN-Meta )
 RDEPEND="${DEPEND}"



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

2016-04-29 Thread Andreas Hüttel
commit: 113f0202eee71c66c54ef1117700e2fbe4f8e389
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Apr 26 13:05:38 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Apr 29 19:35:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=113f0202

dev-perl/Lab-Measurement: Fix dependency on dev-perl/YAML

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/Lab-Measurement/Lab-Measurement-3.410.0.ebuild | 2 +-
 dev-perl/Lab-Measurement/Lab-Measurement-3.500.0.ebuild | 2 +-
 dev-perl/Lab-Measurement/Lab-Measurement-.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Lab-Measurement/Lab-Measurement-3.410.0.ebuild 
b/dev-perl/Lab-Measurement/Lab-Measurement-3.410.0.ebuild
index 8785c97..bce9781 100644
--- a/dev-perl/Lab-Measurement/Lab-Measurement-3.410.0.ebuild
+++ b/dev-perl/Lab-Measurement/Lab-Measurement-3.410.0.ebuild
@@ -39,7 +39,7 @@ RDEPEND="
dev-perl/XML-DOM
dev-perl/XML-Twig
dev-perl/encoding-warnings
-   dev-perl/yaml
+   dev-perl/YAML
dev-perl/Switch
sci-visualization/gnuplot
virtual/perl-Data-Dumper

diff --git a/dev-perl/Lab-Measurement/Lab-Measurement-3.500.0.ebuild 
b/dev-perl/Lab-Measurement/Lab-Measurement-3.500.0.ebuild
index 6a49afd..e5b9987 100644
--- a/dev-perl/Lab-Measurement/Lab-Measurement-3.500.0.ebuild
+++ b/dev-perl/Lab-Measurement/Lab-Measurement-3.500.0.ebuild
@@ -35,7 +35,7 @@ RDEPEND="
dev-perl/XML-DOM
dev-perl/XML-Twig
dev-perl/encoding-warnings
-   dev-perl/yaml
+   dev-perl/YAML
dev-perl/Switch
sci-visualization/gnuplot
virtual/perl-Data-Dumper

diff --git a/dev-perl/Lab-Measurement/Lab-Measurement-.ebuild 
b/dev-perl/Lab-Measurement/Lab-Measurement-.ebuild
index 8249bd9..9760799 100644
--- a/dev-perl/Lab-Measurement/Lab-Measurement-.ebuild
+++ b/dev-perl/Lab-Measurement/Lab-Measurement-.ebuild
@@ -35,7 +35,7 @@ RDEPEND="
dev-perl/XML-DOM
dev-perl/XML-Twig
dev-perl/encoding-warnings
-   dev-perl/yaml
+   dev-perl/YAML
dev-perl/Switch
sci-visualization/gnuplot
virtual/perl-Data-Dumper



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

2016-04-29 Thread Andreas Hüttel
commit: 31c5ae08a1cdf142fe2680fc5e69df35e8f8aa8b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Apr 29 19:24:27 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Apr 29 19:35:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31c5ae08

dev-perl/YAML: Remove old

Package-Manager: portage-2.2.28

 dev-perl/YAML/Manifest|  2 --
 dev-perl/YAML/YAML-0.900.0.ebuild | 17 -
 dev-perl/YAML/YAML-1.140.0.ebuild | 23 ---
 3 files changed, 42 deletions(-)

diff --git a/dev-perl/YAML/Manifest b/dev-perl/YAML/Manifest
index 238e9dd..dcb24d3 100644
--- a/dev-perl/YAML/Manifest
+++ b/dev-perl/YAML/Manifest
@@ -1,4 +1,2 @@
 DIST YAML-0.84.tar.gz 121150 SHA256 
0a351f0a771526ca4a448c573a781614debdd5296fd0832396fc89f1854d640c SHA512 
e892db21b94e374fdada74c8cb36a4c7a565fc935c8e1a81301f4820d34a26990e6aefe6e3e3d5386a54f29a1a758695bcd1e151b8d6f82fe8f558005a669f0f
 WHIRLPOOL 
6639676718a4ce5d2b62f6326eeec9502e02c71cdfa12e65e143f8f75406bf1daa058702ef354caae2d47d1c07858ba544575c29e07ca4f4957b08346c79225f
-DIST YAML-0.90.tar.gz 103192 SHA256 
187e28b2e64266bca57b24123839553ba4e566bf5fa101c2131c571a36acda4d SHA512 
9b67681aeadbbb0bc65f9b4f57f1a1d6d4c4fe310f9eecd39310b4c03470dfe5b693f1752d9fca390b2d801cf955cc3e74781dda05448be7ef012697d56610e9
 WHIRLPOOL 
563164141ec9e5b877ce5acbde1d53fd665f0a36e2e2640af1e4dd6b8d2185ce9c2fc225454d55a8c9bb64f2cd119480bc510a562904fb687a33ea2d7ab38c99
-DIST YAML-1.14.tar.gz 80688 SHA256 
6c9a4368b50cfebbbc7c69c9d78e5d4bc3dc55fbc792c1f53cde3e1dfd5c5c6b SHA512 
a8281a27a897e86776a5725cdd290537bd3549d12633be6462fec9c5e69d3a9f0bbfdee7dc09ec8ec21918057e83a9091aaeae693e6a12d9b58c13ec6e957669
 WHIRLPOOL 
ed58032ca3c97e840f6017d96fc243f45cebda95bf244ccaf83b3f9558167763cebc497a1f4b77a2a59218e308035e1a7dc6e1eafa6504dce62614cde6dc2c71
 DIST YAML-1.15.tar.gz 80702 SHA256 
80f495322fa7bde590940f198c203be5e71c420fef844b5bdc6769c1fe0d9d1b SHA512 
c1b715c46186009e27e25857c99cbd729fc49a1854dd987dcab53e4279528f19a1b9822dd1ca95162aa2a0b6627cf15ef6a692ad22c659dbd5c251fc3f898b7b
 WHIRLPOOL 
245911e22ceeb88c263a61809c7ce4f3a0817e893fb25204933d3b2ea39a73d1a64a717c2465d2db2a921c0a144895e0321d7b14b709645fd8ebd05ac3a7087f

diff --git a/dev-perl/YAML/YAML-0.900.0.ebuild 
b/dev-perl/YAML/YAML-0.900.0.ebuild
deleted file mode 100644
index 91ef197..000
--- a/dev-perl/YAML/YAML-0.900.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=INGY
-MODULE_VERSION=0.90
-inherit perl-module
-
-DESCRIPTION="YAML Ain't Markup Language (tm)"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-SRC_TEST="do"

diff --git a/dev-perl/YAML/YAML-1.140.0.ebuild 
b/dev-perl/YAML/YAML-1.140.0.ebuild
deleted file mode 100644
index b9c42dc..000
--- a/dev-perl/YAML/YAML-1.140.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=INGY
-MODULE_VERSION=1.14
-inherit perl-module
-
-DESCRIPTION="YAML Ain't Markup Language (tm)"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? ( dev-perl/Test-YAML )
-"
-
-SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Mini-Inject/

2016-04-29 Thread Andreas Hüttel
commit: b13fce3139828ef56ace1b90efdd1498d2f1
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Apr 26 13:03:33 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Apr 29 19:35:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b13fce32

dev-perl/CPAN-Mini-Inject: Fix dependency on dev-perl/YAML

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0-r1.ebuild 
b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0-r1.ebuild
index 9968109..c58b3ba 100644
--- a/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0-r1.ebuild
+++ b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -26,6 +26,6 @@ RDEPEND="dev-perl/libwww-perl
>=dev-perl/CPAN-Mini-0.32
dev-perl/CPAN-Checksums
dev-perl/File-Slurp
-   dev-perl/yaml"
+   dev-perl/YAML"
 #  test? ( dev-perl/HTTP-Server-Simple )"
 DEPEND="${RDEPEND}"



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

2016-04-29 Thread Andreas Hüttel
commit: cfd6957702991ef9df7ef6a03791d5d78876d2a4
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Apr 26 13:07:23 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Apr 29 19:35:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfd69577

dev-perl/POE: Fix dependency on dev-perl/YAML

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/POE/POE-1.356-r1.ebuild | 2 +-
 dev-perl/POE/POE-1.367.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/POE/POE-1.356-r1.ebuild b/dev-perl/POE/POE-1.356-r1.ebuild
index b57ec48..dc2d88e 100644
--- a/dev-perl/POE/POE-1.356-r1.ebuild
+++ b/dev-perl/POE/POE-1.356-r1.ebuild
@@ -24,7 +24,7 @@ RDEPEND="
>=dev-perl/IO-Tty-1.08
dev-perl/Filter
dev-perl/FreezeThaw
-   dev-perl/yaml
+   dev-perl/YAML
>=dev-perl/TermReadKey-2.21
>=virtual/perl-Time-HiRes-1.59
ipv6? (

diff --git a/dev-perl/POE/POE-1.367.ebuild b/dev-perl/POE/POE-1.367.ebuild
index b79c067..6e8c97c 100644
--- a/dev-perl/POE/POE-1.367.ebuild
+++ b/dev-perl/POE/POE-1.367.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="ipv6 libwww ncurses tk test"
 
 RDEPEND="
-   dev-perl/yaml
+   dev-perl/YAML
dev-perl/Filter
dev-perl/IO-Pipely
dev-perl/FreezeThaw



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-LibXML-Simple/

2016-04-29 Thread Andreas Hüttel
commit: 36cf60b57b33d6e4ef3fd137e5c53857d613a6d6
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Apr 29 19:04:41 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Apr 29 19:35:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36cf60b5

dev-perl/XML-LibXML-Simple: Remove old

Package-Manager: portage-2.2.28

 dev-perl/XML-LibXML-Simple/Manifest|  1 -
 .../XML-LibXML-Simple-0.930.0.ebuild   | 24 --
 2 files changed, 25 deletions(-)

diff --git a/dev-perl/XML-LibXML-Simple/Manifest 
b/dev-perl/XML-LibXML-Simple/Manifest
index b30b1bf..5f3b7f8 100644
--- a/dev-perl/XML-LibXML-Simple/Manifest
+++ b/dev-perl/XML-LibXML-Simple/Manifest
@@ -1,3 +1,2 @@
-DIST XML-LibXML-Simple-0.93.tar.gz 22821 SHA256 
f2eb1c1523d6414cf2a646a289b0325b489954382c862928d165a03a7cce767c SHA512 
65249db1dd18148d571c0c9253a2efe5f66c477e4d2286aff8419793950979bbea821303ebed4da11795e18d2e4934a65620b440eae9a5b003dce121f73ced3e
 WHIRLPOOL 
055cc30dd6b34c213b15ae3e606a44044de615dcc3cc1c88f158b814da740c11ff2788aa46f0bc2a98f1967fcc7ceeb06191bf6b0894c8d28f62a22ad3113f3d
 DIST XML-LibXML-Simple-0.95.tar.gz 21968 SHA256 
b1272256cee7b4341368819f25dc66555b00dea0bca11d890cb0e2b78ac40e63 SHA512 
45352738649d48e374d337ee9cec93a0d8ddffa47aa7d098d67a23f479a4d3d6d40a33dfec223651fcd89ed2c8b22caf881c7472ad52d6a2cb8b54605769a670
 WHIRLPOOL 
5f7bcdd00105688ee8c09fbda6b263a6387de9a2fb665200ba0af35f8d037de068ebaa5092eed22a21fe596075be5681433bab404e97b472f74d560da6911a7d
 DIST XML-LibXML-Simple-0.97.tar.gz 22927 SHA256 
1ccc5fb166586232c939b27244abf1bb7627c7d2fbabe33a654cfcf6c7a416bd SHA512 
5607218a0ee7cd08f6e166af30f38ac7942e36e32469836f9b09d3802f32d8c5ca965fe6870823679523721241530eab9a5235dc376b2ce362d70a78b9c2d8f7
 WHIRLPOOL 
51c1c0ef466ac62041a9b11716cbeb4f9a190dc61621b96be1207b35f9fc4fc07828e4b9e4f6ccd10c11d87d4c3b53296401a3c26c1871e8d55b2d3292a2482f

diff --git a/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.930.0.ebuild 
b/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.930.0.ebuild
deleted file mode 100644
index c936022..000
--- a/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.930.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=MARKOV
-MODULE_VERSION=0.93
-inherit perl-module
-
-DESCRIPTION="XML::LibXML based XML::Simple clone"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-perl/File-Slurp
-   >=dev-perl/XML-LibXML-1.640.0
-"
-DEPEND="${RDEPEND}
-"
-
-SRC_TEST=do



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

2016-04-29 Thread Andreas Hüttel
commit: da3390327bffee10f7a74e3129ab0474a588abd2
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Apr 26 13:08:40 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Apr 29 19:35:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da339032

dev-perl/SQL-Translator: Fix dependency on dev-perl/YAML

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/SQL-Translator/SQL-Translator-0.110.160-r1.ebuild | 4 ++--
 dev-perl/SQL-Translator/SQL-Translator-0.110.210.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-perl/SQL-Translator/SQL-Translator-0.110.160-r1.ebuild 
b/dev-perl/SQL-Translator/SQL-Translator-0.110.160-r1.ebuild
index 3c38353..a4f3733 100644
--- a/dev-perl/SQL-Translator/SQL-Translator-0.110.160-r1.ebuild
+++ b/dev-perl/SQL-Translator/SQL-Translator-0.110.160-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ IUSE="test"
 
 RDEPEND="
dev-perl/Carp-Clan
-   >=dev-perl/yaml-0.680.0
+   >=dev-perl/YAML-0.680.0
>=dev-perl/IO-stringy-2.110.0
>=dev-perl/Parse-RecDescent-1.967.9
>=dev-perl/File-ShareDir-1.0.0

diff --git a/dev-perl/SQL-Translator/SQL-Translator-0.110.210.ebuild 
b/dev-perl/SQL-Translator/SQL-Translator-0.110.210.ebuild
index ae48ecd..9b4088b 100644
--- a/dev-perl/SQL-Translator/SQL-Translator-0.110.210.ebuild
+++ b/dev-perl/SQL-Translator/SQL-Translator-0.110.210.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -28,7 +28,7 @@ DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.590.0
>=dev-perl/JSON-2
>=dev-perl/XML-Writer-0.500.0
-   >=dev-perl/yaml-0.660.0
+   >=dev-perl/YAML-0.660.0
test? (
dev-perl/HTML-Parser
dev-perl/Spreadsheet-ParseExcel



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

2016-04-29 Thread Andreas Hüttel
commit: 2b231496e85e2e12e55ca76c207b649d27e7533d
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Apr 26 13:09:18 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Apr 29 19:35:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b231496

dev-perl/Test-Dependencies: Fix dependency on dev-perl/YAML

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/Test-Dependencies/Test-Dependencies-0.120.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Test-Dependencies/Test-Dependencies-0.120.0.ebuild 
b/dev-perl/Test-Dependencies/Test-Dependencies-0.120.0.ebuild
index 84dccd4..929a4c3 100644
--- a/dev-perl/Test-Dependencies/Test-Dependencies-0.120.0.ebuild
+++ b/dev-perl/Test-Dependencies/Test-Dependencies-0.120.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,7 +19,7 @@ RDEPEND="
dev-perl/File-Find-Rule
virtual/perl-Module-CoreList
dev-perl/Pod-Strip
-   dev-perl/yaml
+   dev-perl/YAML
 "
 DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker



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

2016-04-29 Thread Andreas Hüttel
commit: cb175bb414788f025453a7aa815a0fd7aa1d4cef
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Apr 26 13:08:00 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Apr 29 19:35:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb175bb4

dev-perl/Pod-POM: Fix dependency on dev-perl/YAML

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/Pod-POM/Pod-POM-2.10.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Pod-POM/Pod-POM-2.10.0.ebuild 
b/dev-perl/Pod-POM/Pod-POM-2.10.0.ebuild
index 25af4f8..835abf0 100644
--- a/dev-perl/Pod-POM/Pod-POM-2.10.0.ebuild
+++ b/dev-perl/Pod-POM/Pod-POM-2.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ IUSE="test"
 RDEPEND="virtual/perl-parent"
 DEPEND="
test? (
-   >=dev-perl/yaml-0.67
+   >=dev-perl/YAML-0.67
dev-perl/File-Slurper
dev-perl/Test-Differences
)"



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

2016-04-29 Thread Andreas Hüttel
commit: d5aa289c7c7ff099bdf33d2f0bc42155a2ea38d9
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Apr 26 13:04:52 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Apr 29 19:35:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5aa289c

dev-perl/Data-AMF: Fix dependency on dev-perl/YAML

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/Data-AMF/Data-AMF-0.90.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Data-AMF/Data-AMF-0.90.0-r1.ebuild 
b/dev-perl/Data-AMF/Data-AMF-0.90.0-r1.ebuild
index 05919f3..9496df1 100644
--- a/dev-perl/Data-AMF/Data-AMF-0.90.0-r1.ebuild
+++ b/dev-perl/Data-AMF/Data-AMF-0.90.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,7 +20,7 @@ RDEPEND="dev-perl/DateTime
dev-perl/XML-LibXML"
 
 DEPEND="${RDEPEND}
-   test? ( dev-perl/yaml )"
+   test? ( dev-perl/YAML )"
 
 src_prepare() {
sed -i '/^inc\/YAML.pm/d' MANIFEST || die



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

2016-04-29 Thread Andreas Hüttel
commit: b51f76a9c034c7a8857fecd25b256a5db366
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Apr 29 18:20:37 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Apr 29 19:35:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b51f76a9

dev-perl/XML-Feed: Remove old

Package-Manager: portage-2.2.28

 dev-perl/XML-Feed/Manifest|  1 -
 dev-perl/XML-Feed/XML-Feed-0.510.0.ebuild | 37 ---
 2 files changed, 38 deletions(-)

diff --git a/dev-perl/XML-Feed/Manifest b/dev-perl/XML-Feed/Manifest
index b4139e1..0bef562 100644
--- a/dev-perl/XML-Feed/Manifest
+++ b/dev-perl/XML-Feed/Manifest
@@ -1,3 +1,2 @@
-DIST XML-Feed-0.51.tar.gz 51404 SHA256 
9f99813aafe86d551688c5a830cd73d9527ea26a38376559d28bb1af64e8f8a5 SHA512 
0ae37a56674516af1dd694f5ee5946e482594ef8a5c4cc425235727ae001f1fbbf672b7a48c1ca6b67d038835459cca1d14ed68102248a7827553a6cd46cbd67
 WHIRLPOOL 
cb05dc8de0ffb5ded9cd3f92297ea43860e9dc3386a7978065240ef51ccab8dcb6080bfb9dd005b16a607b38f6bc4dbd880b8c6642045b4b7b008d5f1a71f384
 DIST XML-Feed-0.52.tar.gz 53209 SHA256 
a58b2e78a4e91a51ca9d84d7dc574eadcd60ee9a9ad8058b20f7f04b4a10232e SHA512 
47416579ddef2d1f21a16662bed1a11a80fce865cc680df78e65b8d0ded66e45f05edbe44ca8bfe6d94c4f5590eda7358c36082be3d8e116f888bb563240dabe
 WHIRLPOOL 
449fa1f612c0396ad82139e987f02283405bd34eb7ca92bb09284652be0fb94a5f9d4891b6da6f874bc113e924b3df5cd908c93f0cd79db2fcfcc7dbb4685222
 DIST XML-Feed-0.53.tar.gz 54588 SHA256 
ece0396db666758f1104908deb67b6e29aa726b02327422fc7134d6e5e31611d SHA512 
6a68939d8ff02124b86f38a2c82344e616e40732bd1e564a1bb8e15c8b406b8548d0630cf7c1a52744706c07d383b494b4876683c1ae3d43493bcf5138c582df
 WHIRLPOOL 
9b620f8ced930119642c0843ec8456a1372ab034c6d7232f9dbc184d49251bb05b1733694f23d446a9f13523133950b606c478e64b945093b2e37a5e8ecae235

diff --git a/dev-perl/XML-Feed/XML-Feed-0.510.0.ebuild 
b/dev-perl/XML-Feed/XML-Feed-0.510.0.ebuild
deleted file mode 100644
index 4b74a84..000
--- a/dev-perl/XML-Feed/XML-Feed-0.510.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=DAVECROSS
-MODULE_VERSION=0.51
-inherit perl-module
-
-DESCRIPTION="Syndication feed parser and auto-discovery"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-   dev-perl/Class-ErrorHandler
-   dev-perl/Feed-Find
-   dev-perl/URI-Fetch
-   >=dev-perl/XML-RSS-1.470.0
-   >=dev-perl/XML-Atom-0.380.0
-   dev-perl/DateTime
-   dev-perl/DateTime-Format-Mail
-   dev-perl/DateTime-Format-W3CDTF
-   dev-perl/HTML-Parser
-   dev-perl/libwww-perl
-   dev-perl/Module-Pluggable"
-DEPEND="${RDEPEND}
-   dev-perl/Module-Build
-   test? (
-   dev-perl/Test-Pod
-   dev-perl/Test-Pod-Coverage
-   )
-"
-
-SRC_TEST=do



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

2016-04-29 Thread Andreas Hüttel
commit: ef40501d35966b6446b653e91c8352741a4dcfea
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Apr 26 13:00:34 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Apr 29 19:35:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef40501d

dev-perl/YAML: Copied from dev-perl/yaml

Beginning PN=Upstream conversion

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/YAML/Manifest   |  4 
 dev-perl/YAML/YAML-0.840.0-r1.ebuild | 17 +
 dev-perl/YAML/YAML-0.900.0.ebuild| 17 +
 dev-perl/YAML/YAML-1.140.0.ebuild| 23 +++
 dev-perl/YAML/YAML-1.150.0.ebuild| 23 +++
 dev-perl/YAML/metadata.xml   | 35 +++
 6 files changed, 119 insertions(+)

diff --git a/dev-perl/YAML/Manifest b/dev-perl/YAML/Manifest
new file mode 100644
index 000..238e9dd
--- /dev/null
+++ b/dev-perl/YAML/Manifest
@@ -0,0 +1,4 @@
+DIST YAML-0.84.tar.gz 121150 SHA256 
0a351f0a771526ca4a448c573a781614debdd5296fd0832396fc89f1854d640c SHA512 
e892db21b94e374fdada74c8cb36a4c7a565fc935c8e1a81301f4820d34a26990e6aefe6e3e3d5386a54f29a1a758695bcd1e151b8d6f82fe8f558005a669f0f
 WHIRLPOOL 
6639676718a4ce5d2b62f6326eeec9502e02c71cdfa12e65e143f8f75406bf1daa058702ef354caae2d47d1c07858ba544575c29e07ca4f4957b08346c79225f
+DIST YAML-0.90.tar.gz 103192 SHA256 
187e28b2e64266bca57b24123839553ba4e566bf5fa101c2131c571a36acda4d SHA512 
9b67681aeadbbb0bc65f9b4f57f1a1d6d4c4fe310f9eecd39310b4c03470dfe5b693f1752d9fca390b2d801cf955cc3e74781dda05448be7ef012697d56610e9
 WHIRLPOOL 
563164141ec9e5b877ce5acbde1d53fd665f0a36e2e2640af1e4dd6b8d2185ce9c2fc225454d55a8c9bb64f2cd119480bc510a562904fb687a33ea2d7ab38c99
+DIST YAML-1.14.tar.gz 80688 SHA256 
6c9a4368b50cfebbbc7c69c9d78e5d4bc3dc55fbc792c1f53cde3e1dfd5c5c6b SHA512 
a8281a27a897e86776a5725cdd290537bd3549d12633be6462fec9c5e69d3a9f0bbfdee7dc09ec8ec21918057e83a9091aaeae693e6a12d9b58c13ec6e957669
 WHIRLPOOL 
ed58032ca3c97e840f6017d96fc243f45cebda95bf244ccaf83b3f9558167763cebc497a1f4b77a2a59218e308035e1a7dc6e1eafa6504dce62614cde6dc2c71
+DIST YAML-1.15.tar.gz 80702 SHA256 
80f495322fa7bde590940f198c203be5e71c420fef844b5bdc6769c1fe0d9d1b SHA512 
c1b715c46186009e27e25857c99cbd729fc49a1854dd987dcab53e4279528f19a1b9822dd1ca95162aa2a0b6627cf15ef6a692ad22c659dbd5c251fc3f898b7b
 WHIRLPOOL 
245911e22ceeb88c263a61809c7ce4f3a0817e893fb25204933d3b2ea39a73d1a64a717c2465d2db2a921c0a144895e0321d7b14b709645fd8ebd05ac3a7087f

diff --git a/dev-perl/YAML/YAML-0.840.0-r1.ebuild 
b/dev-perl/YAML/YAML-0.840.0-r1.ebuild
new file mode 100644
index 000..a07df65
--- /dev/null
+++ b/dev-perl/YAML/YAML-0.840.0-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=MSTROUT
+MODULE_VERSION=0.84
+inherit perl-module
+
+DESCRIPTION="YAML Ain't Markup Language (tm)"
+
+SLOT="0"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE=""
+
+SRC_TEST="do"

diff --git a/dev-perl/YAML/YAML-0.900.0.ebuild 
b/dev-perl/YAML/YAML-0.900.0.ebuild
new file mode 100644
index 000..91ef197
--- /dev/null
+++ b/dev-perl/YAML/YAML-0.900.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=INGY
+MODULE_VERSION=0.90
+inherit perl-module
+
+DESCRIPTION="YAML Ain't Markup Language (tm)"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+SRC_TEST="do"

diff --git a/dev-perl/YAML/YAML-1.140.0.ebuild 
b/dev-perl/YAML/YAML-1.140.0.ebuild
new file mode 100644
index 000..b9c42dc
--- /dev/null
+++ b/dev-perl/YAML/YAML-1.140.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=INGY
+MODULE_VERSION=1.14
+inherit perl-module
+
+DESCRIPTION="YAML Ain't Markup Language (tm)"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? ( dev-perl/Test-YAML )
+"

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

2016-04-29 Thread Andreas Hüttel
commit: 9f8c3673f7d239588d70a52e1526d80c5d3488ea
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Apr 26 13:10:00 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Apr 29 19:35:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f8c3673

net-analyzer/pbnj: Fix dependency on dev-perl/YAML

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 net-analyzer/pbnj/pbnj-2.04.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/pbnj/pbnj-2.04.ebuild 
b/net-analyzer/pbnj/pbnj-2.04.ebuild
index df3428f..b7099d1 100644
--- a/net-analyzer/pbnj/pbnj-2.04.ebuild
+++ b/net-analyzer/pbnj/pbnj-2.04.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -22,7 +22,7 @@ DEPEND="
dev-perl/Nmap-Parser
dev-perl/Text-CSV_XS
dev-perl/XML-Twig
-   dev-perl/yaml
+   dev-perl/YAML
 "
 RDEPEND="
${DEPEND}



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

2016-04-29 Thread Andreas Hüttel
commit: 000ac6a181016271ef551a44a5044be3b0f80fc8
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Apr 26 13:20:51 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Apr 29 19:35:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=000ac6a1

dev-perl/ZMQ-Constants: Bump to version 1.40.0

- EAPI6

Upstream:
- Added constants for ZeroMQ 4.0.4

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/ZMQ-Constants/Manifest|  1 +
 dev-perl/ZMQ-Constants/ZMQ-Constants-1.40.0.ebuild | 21 +
 dev-perl/ZMQ-Constants/metadata.xml|  1 +
 3 files changed, 23 insertions(+)

diff --git a/dev-perl/ZMQ-Constants/Manifest b/dev-perl/ZMQ-Constants/Manifest
index 97bf40a..f50074c 100644
--- a/dev-perl/ZMQ-Constants/Manifest
+++ b/dev-perl/ZMQ-Constants/Manifest
@@ -1,2 +1,3 @@
 DIST ZMQ-Constants-1.02.tar.gz 23649 SHA256 
c00fb49af22ecb903deb37130038b7ba283baaedd3fdc11bb10ef55bca4fb65a SHA512 
db3d53bc248742ddea7d0bdf58972f26470e071169d1cdba8a05b62bd415705fd9c3f74c8e2defce5a34add5e999dbba677736c6032583a3d2dce15f9b5e8d2f
 WHIRLPOOL 
e8a79e9b6a4fb824372a9e3618d50a29093b8d62b07a8ece93b5a8c5acb6cd50603dbb01d497ba6fc119aed876bbf42bcfdaccf2e1a2f1aaa46ba3bdd7198261
 DIST ZMQ-Constants-1.03.tar.gz 22739 SHA256 
5ad4354b28b1a25e8bc9a7b28c8964962b54897c59f01f123934a5ba92618634 SHA512 
123489bf7887cb47b581607763e544a683d577bd2ba54cdb87f4d7fc69090ee48ad9ffb1a8a729e5cb2bb413f752788c22158bf8da8bd053ddc3c818d0aa0092
 WHIRLPOOL 
01cbb9fac01ca326833df9c038dc6ea51c44e9c43abeb046df09b752b5f48dc479688b5c0cd52e22f5781cf105c1b90dc526442efec29631bf21345d45196b7d
+DIST ZMQ-Constants-1.04.tar.gz 23382 SHA256 
bec3d17d924b8a3fc90505d22ab8154006acc3bac7ad66372470e715165f4b93 SHA512 
a6ada74282c82713b724c5592606cc836a46e0e480477355d6cd7b27fe9afcbe0ce46dda28bf8ea184cc12a4d6a2ec7d9ba6870db59a88c69f37ac1f8f7c726f
 WHIRLPOOL 
394637e60c7ca56d7f987cbcb8228deedb1f4a36fd526ff9c08ba4375f30a941ebf7ee6906f0d4c929692f02706ce99dbf7fd6962d3518f1bf322544b69839dd

diff --git a/dev-perl/ZMQ-Constants/ZMQ-Constants-1.40.0.ebuild 
b/dev-perl/ZMQ-Constants/ZMQ-Constants-1.40.0.ebuild
new file mode 100644
index 000..8a0cb55
--- /dev/null
+++ b/dev-perl/ZMQ-Constants/ZMQ-Constants-1.40.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=DMAKI
+DIST_VERSION=1.04
+inherit perl-module
+
+DESCRIPTION="Constants for libzmq"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+   net-libs/zeromq
+"
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.360.0
+"

diff --git a/dev-perl/ZMQ-Constants/metadata.xml 
b/dev-perl/ZMQ-Constants/metadata.xml
index d1338cd..3184bf9 100644
--- a/dev-perl/ZMQ-Constants/metadata.xml
+++ b/dev-perl/ZMQ-Constants/metadata.xml
@@ -11,5 +11,6 @@
ZMQ::Constants::V2_1_11
ZMQ::Constants::V3_1_1
ZMQ::Constants::V3_1_2
+   ZMQ::Constants::V4_0_4

 



[gentoo-commits] repo/gentoo:master commit in: www-apps/davical/

2016-04-29 Thread Andreas Hüttel
commit: bc28363bc665b249cc8551a29821fc9a450eba57
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Apr 26 13:11:51 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Apr 29 19:35:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc28363b

www-apps/davical: Fix dependency on dev-perl/YAML

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 www-apps/davical/davical-1.0.2-r2.ebuild   | 4 ++--
 www-apps/davical/davical-1.1.0-r1.ebuild   | 4 ++--
 www-apps/davical/davical-1.1.1-r2.ebuild   | 4 ++--
 www-apps/davical/davical-1.1.3.1-r2.ebuild | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/www-apps/davical/davical-1.0.2-r2.ebuild 
b/www-apps/davical/davical-1.0.2-r2.ebuild
index 1614cad..36d5d7d 100644
--- a/www-apps/davical/davical-1.0.2-r2.ebuild
+++ b/www-apps/davical/davical-1.0.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,7 +21,7 @@ RDEPEND="
dev-lang/php:*[calendar,curl,pdo,postgres,xml]
dev-perl/DBI
dev-perl/DBD-Pg
-   dev-perl/yaml
+   dev-perl/YAML
>=dev-php/awl-0.51
www-servers/apache"
 

diff --git a/www-apps/davical/davical-1.1.0-r1.ebuild 
b/www-apps/davical/davical-1.1.0-r1.ebuild
index e647cf7..80773b0 100644
--- a/www-apps/davical/davical-1.1.0-r1.ebuild
+++ b/www-apps/davical/davical-1.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -22,7 +22,7 @@ RDEPEND="app-admin/pwgen
dev-lang/php:*[calendar,curl,pdo,postgres,xml]
dev-perl/DBI
dev-perl/DBD-Pg
-   dev-perl/yaml
+   dev-perl/YAML
>=dev-php/awl-0.51
www-servers/apache"
 

diff --git a/www-apps/davical/davical-1.1.1-r2.ebuild 
b/www-apps/davical/davical-1.1.1-r2.ebuild
index e39cace..c89a2e7 100644
--- a/www-apps/davical/davical-1.1.1-r2.ebuild
+++ b/www-apps/davical/davical-1.1.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,7 +20,7 @@ RDEPEND="app-admin/pwgen
dev-lang/php:*[calendar,curl,pdo,postgres,xml]
dev-perl/DBI
dev-perl/DBD-Pg
-   dev-perl/yaml
+   dev-perl/YAML
>=dev-php/awl-0.51
virtual/httpd-php"
 

diff --git a/www-apps/davical/davical-1.1.3.1-r2.ebuild 
b/www-apps/davical/davical-1.1.3.1-r2.ebuild
index 28ee6ec..3beaf60 100644
--- a/www-apps/davical/davical-1.1.3.1-r2.ebuild
+++ b/www-apps/davical/davical-1.1.3.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,7 +20,7 @@ RDEPEND="app-admin/pwgen
dev-lang/php:*[calendar,curl,pdo,postgres,xml]
dev-perl/DBI
dev-perl/DBD-Pg
-   dev-perl/yaml
+   dev-perl/YAML
>=dev-php/awl-0.55
virtual/httpd-php"
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/g-cpan/

2016-04-29 Thread Andreas Hüttel
commit: e29530135a0e3332102a8711afc373b3c748d53e
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Apr 26 13:02:42 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Apr 29 19:35:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2953013

app-portage/g-cpan: Fix dependency on dev-perl/YAML

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 app-portage/g-cpan/g-cpan-0.16.5.ebuild | 4 ++--
 app-portage/g-cpan/g-cpan-0.16.6.ebuild | 4 ++--
 app-portage/g-cpan/g-cpan-.ebuild   | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-portage/g-cpan/g-cpan-0.16.5.ebuild 
b/app-portage/g-cpan/g-cpan-0.16.5.ebuild
index c7bda0f..c0e84bd 100644
--- a/app-portage/g-cpan/g-cpan-0.16.5.ebuild
+++ b/app-portage/g-cpan/g-cpan-0.16.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
 IUSE=""
 
 DEPEND="dev-lang/perl
-   >=dev-perl/yaml-0.60
+   >=dev-perl/YAML-0.60
dev-perl/Shell-EnvImporter
dev-perl/Log-Agent"
 RDEPEND="${DEPEND}"

diff --git a/app-portage/g-cpan/g-cpan-0.16.6.ebuild 
b/app-portage/g-cpan/g-cpan-0.16.6.ebuild
index c3dae23..6052f4a 100644
--- a/app-portage/g-cpan/g-cpan-0.16.6.ebuild
+++ b/app-portage/g-cpan/g-cpan-0.16.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -22,7 +22,7 @@ SLOT="0"
 IUSE=""
 
 DEPEND="dev-lang/perl
-   >=dev-perl/yaml-0.60
+   >=dev-perl/YAML-0.60
>=dev-perl/Shell-EnvImporter-1.70.0-r2
dev-perl/Log-Agent"
 RDEPEND="${DEPEND}"

diff --git a/app-portage/g-cpan/g-cpan-.ebuild 
b/app-portage/g-cpan/g-cpan-.ebuild
index 204397e..ab817e5 100644
--- a/app-portage/g-cpan/g-cpan-.ebuild
+++ b/app-portage/g-cpan/g-cpan-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -22,7 +22,7 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-   >=dev-perl/yaml-0.60
+   >=dev-perl/YAML-0.60
>=dev-perl/Shell-EnvImporter-1.70.0-r2
dev-perl/Log-Agent
 "



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

2016-04-29 Thread Andreas Hüttel
commit: 2ebc441531c3e2c01629eb389a2bc377d9fe5532
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Apr 26 13:01:38 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Apr 29 19:35:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ebc4415

app-admin/rex: Fix dependency on dev-perl/YAML

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 app-admin/rex/rex-1.3.3.ebuild| 4 ++--
 app-admin/rex/rex-1.4.0-r1.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-admin/rex/rex-1.3.3.ebuild b/app-admin/rex/rex-1.3.3.ebuild
index 561ea9d..79e8253 100644
--- a/app-admin/rex/rex-1.3.3.ebuild
+++ b/app-admin/rex/rex-1.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -37,7 +37,7 @@ RDEPEND="
dev-perl/XML-LibXML
dev-perl/XML-Simple
dev-perl/libwww-perl
-   dev-perl/yaml
+   dev-perl/YAML
virtual/perl-Carp
virtual/perl-Data-Dumper
virtual/perl-Digest-MD5

diff --git a/app-admin/rex/rex-1.4.0-r1.ebuild 
b/app-admin/rex/rex-1.4.0-r1.ebuild
index 9c68a18..04c39e2 100644
--- a/app-admin/rex/rex-1.4.0-r1.ebuild
+++ b/app-admin/rex/rex-1.4.0-r1.ebuild
@@ -39,7 +39,7 @@ RDEPEND="
dev-perl/XML-LibXML
dev-perl/XML-Simple
dev-perl/libwww-perl
-   dev-perl/yaml
+   dev-perl/YAML
virtual/perl-Carp
virtual/perl-Data-Dumper
virtual/perl-Digest-MD5



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

2016-04-29 Thread Andreas Hüttel
commit: a66b182837157dd72b5161f571518ff7d7d66152
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Apr 26 13:04:10 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Apr 29 19:35:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66b1828

dev-perl/Config-Auto: Fix dependency on dev-perl/YAML

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/Config-Auto/Config-Auto-0.440.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Config-Auto/Config-Auto-0.440.0.ebuild 
b/dev-perl/Config-Auto/Config-Auto-0.440.0.ebuild
index 7344ca6..b67c133 100644
--- a/dev-perl/Config-Auto/Config-Auto-0.440.0.ebuild
+++ b/dev-perl/Config-Auto/Config-Auto-0.440.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,7 +19,7 @@ RDEPEND="
dev-perl/IO-String
virtual/perl-Text-ParseWords
virtual/perl-File-Spec
-   >=dev-perl/yaml-0.670.0
+   >=dev-perl/YAML-0.670.0
 "
 DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker



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

2016-04-29 Thread Andreas Hüttel
commit: 643cab332ca24b4023ee198ea1f049361c3d3b71
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Apr 26 13:13:55 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Apr 29 19:35:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=643cab33

dev-perl/yaml: Removed, gone to dev-perl/YAML

 dev-perl/yaml/Manifest   |  4 
 dev-perl/yaml/metadata.xml   | 35 ---
 dev-perl/yaml/yaml-0.840.0-r1.ebuild | 18 --
 dev-perl/yaml/yaml-0.900.0.ebuild| 18 --
 dev-perl/yaml/yaml-1.140.0.ebuild| 24 
 dev-perl/yaml/yaml-1.150.0.ebuild| 24 
 6 files changed, 123 deletions(-)

diff --git a/dev-perl/yaml/Manifest b/dev-perl/yaml/Manifest
deleted file mode 100644
index 238e9dd..000
--- a/dev-perl/yaml/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST YAML-0.84.tar.gz 121150 SHA256 
0a351f0a771526ca4a448c573a781614debdd5296fd0832396fc89f1854d640c SHA512 
e892db21b94e374fdada74c8cb36a4c7a565fc935c8e1a81301f4820d34a26990e6aefe6e3e3d5386a54f29a1a758695bcd1e151b8d6f82fe8f558005a669f0f
 WHIRLPOOL 
6639676718a4ce5d2b62f6326eeec9502e02c71cdfa12e65e143f8f75406bf1daa058702ef354caae2d47d1c07858ba544575c29e07ca4f4957b08346c79225f
-DIST YAML-0.90.tar.gz 103192 SHA256 
187e28b2e64266bca57b24123839553ba4e566bf5fa101c2131c571a36acda4d SHA512 
9b67681aeadbbb0bc65f9b4f57f1a1d6d4c4fe310f9eecd39310b4c03470dfe5b693f1752d9fca390b2d801cf955cc3e74781dda05448be7ef012697d56610e9
 WHIRLPOOL 
563164141ec9e5b877ce5acbde1d53fd665f0a36e2e2640af1e4dd6b8d2185ce9c2fc225454d55a8c9bb64f2cd119480bc510a562904fb687a33ea2d7ab38c99
-DIST YAML-1.14.tar.gz 80688 SHA256 
6c9a4368b50cfebbbc7c69c9d78e5d4bc3dc55fbc792c1f53cde3e1dfd5c5c6b SHA512 
a8281a27a897e86776a5725cdd290537bd3549d12633be6462fec9c5e69d3a9f0bbfdee7dc09ec8ec21918057e83a9091aaeae693e6a12d9b58c13ec6e957669
 WHIRLPOOL 
ed58032ca3c97e840f6017d96fc243f45cebda95bf244ccaf83b3f9558167763cebc497a1f4b77a2a59218e308035e1a7dc6e1eafa6504dce62614cde6dc2c71
-DIST YAML-1.15.tar.gz 80702 SHA256 
80f495322fa7bde590940f198c203be5e71c420fef844b5bdc6769c1fe0d9d1b SHA512 
c1b715c46186009e27e25857c99cbd729fc49a1854dd987dcab53e4279528f19a1b9822dd1ca95162aa2a0b6627cf15ef6a692ad22c659dbd5c251fc3f898b7b
 WHIRLPOOL 
245911e22ceeb88c263a61809c7ce4f3a0817e893fb25204933d3b2ea39a73d1a64a717c2465d2db2a921c0a144895e0321d7b14b709645fd8ebd05ac3a7087f

diff --git a/dev-perl/yaml/metadata.xml b/dev-perl/yaml/metadata.xml
deleted file mode 100644
index 89529de..000
--- a/dev-perl/yaml/metadata.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-p...@gentoo.org
-Gentoo Perl Project
-  
-  
-YAML
-Test::YAML
-Test::YAML::Filter
-YAML
-YAML::Any
-YAML::Dumper
-YAML::Dumper::Base
-YAML::Error
-YAML::Loader
-YAML::Loader::Base
-YAML::Marshall
-YAML::Mo
-YAML::Node
-YAML::Tag
-YAML::Type::blessed
-YAML::Type::code
-YAML::Type::glob
-YAML::Type::ref
-YAML::Type::regexp
-YAML::Type::undef
-YAML::Types
-YAML::Warning
-yaml_mapping
-yaml_scalar
-yaml_sequence
-  
-

diff --git a/dev-perl/yaml/yaml-0.840.0-r1.ebuild 
b/dev-perl/yaml/yaml-0.840.0-r1.ebuild
deleted file mode 100644
index 8b1da12..000
--- a/dev-perl/yaml/yaml-0.840.0-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_PN=YAML
-MODULE_AUTHOR=MSTROUT
-MODULE_VERSION=0.84
-inherit perl-module
-
-DESCRIPTION="YAML Ain't Markup Language (tm)"
-
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE=""
-
-SRC_TEST="do"

diff --git a/dev-perl/yaml/yaml-0.900.0.ebuild 
b/dev-perl/yaml/yaml-0.900.0.ebuild
deleted file mode 100644
index 158467a..000
--- a/dev-perl/yaml/yaml-0.900.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_PN=YAML
-MODULE_AUTHOR=INGY
-MODULE_VERSION=0.90
-inherit perl-module
-
-DESCRIPTION="YAML Ain't Markup Language (tm)"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-SRC_TEST="do"

diff --git a/dev-perl/yaml/yaml-1.140.0.ebuild 
b/dev-perl/yaml/yaml-1.140.0.ebuild
deleted file mode 100644
index 1e9da26..000
--- a/dev-perl/yaml/yaml-1.140.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed 

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

2016-04-29 Thread Andreas Hüttel
commit: 8f66194e7b657125126ba70a488e2c8a1fa20a7c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Apr 29 17:04:24 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Apr 29 19:35:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f66194e

dev-perl/Want: Remove old

Package-Manager: portage-2.2.28

 dev-perl/Want/Manifest|  1 -
 dev-perl/Want/Want-0.230.0.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/dev-perl/Want/Manifest b/dev-perl/Want/Manifest
index b839839..44676a1 100644
--- a/dev-perl/Want/Manifest
+++ b/dev-perl/Want/Manifest
@@ -1,4 +1,3 @@
 DIST Want-0.21.tar.gz 18607 SHA256 
cc8bed2d029a08b2f0c8188ade90bea1fd82cbd70b66867039a50ff385a5eba8 SHA512 
50592e6ea9d3e7c1fd0eea4c354072f34314cb82c06e2200fd7de68ed3f476cee478280b3a4a52a414b339d73c3e298b455d5e173a57861549a6b3159695c1c7
 WHIRLPOOL 
b46525e143fe815fe3e914f73808880cbe6203e428bc12bff2a1022cd8bce3a8d056a630a265c6293c9ffd5301b56237e4da793dd09782d1e8b8ebb38aead337
-DIST Want-0.23.tar.gz 18817 SHA256 
773d7eea27f3f49ac61982b0dd51778d70add38fc8daa8746beb628563bff723 SHA512 
e0b893a3a76d4d356ccb9bd8af650fdcbd1a837f8b51579e0eb74b531598ec2a8496dc5e27e36872464c06b1e9785baa9a19dda8056ecfeb9c650429beb2e81a
 WHIRLPOOL 
ce160718ea0586812f578c78a11e2c3176bdf787fbf0d21624430e3d0c2481c9d6dbfa34fc240cea1b2dbd647f512c0d8da0b1517e7a255a462698c64be029a3
 DIST Want-0.26.tar.gz 19866 SHA256 
4951675e13de2b0b9792be2827b8ef46ef25a0b9a2d3e9132143444dac28e17c SHA512 
4b10d483068f0ab976c247b416477fe42903e06abf46678d5c5cb2308732b69038761b7aaefe42e232d666c3032e6cf303c11918f10dde1572bf25aa3ae1e8bd
 WHIRLPOOL 
5611f434e5e776e1e38d58d4cbf76a600eda01a6df48262a3a199ff1dab56257183d69a27d678ee58a31b6ec42b0fbbcf4ae15e5c1ebeb82c0dffc39411fa72c
 DIST Want-0.29.tar.gz 20928 SHA256 
b4e4740b8d4cb783591273c636bd68304892e28d89e88abf9273b1de17f552f7 SHA512 
08df985de16b5e9dd67d6ed38d319da2511e92098f95a861a5a695eed8d77eaf412671b626e4da29b536147ad4da4a8cfdfd789ef204dac240073091481f3c1a
 WHIRLPOOL 
a65f34e3721f1065bdeada2e0f63746affe76ac14afe02382d6fe22a89b550cff081fb2e7d0ae361c98625b29fe26daa6783a8256f3f384c9d1c25b27cdb990e

diff --git a/dev-perl/Want/Want-0.230.0.ebuild 
b/dev-perl/Want/Want-0.230.0.ebuild
deleted file mode 100644
index dd28e2c..000
--- a/dev-perl/Want/Want-0.230.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=ROBIN
-MODULE_VERSION=0.23
-inherit perl-module
-
-DESCRIPTION="A generalisation of wantarray"
-
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~ppc-aix"
-IUSE=""
-
-SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: sys-fs/clamfs/, sys-fs/clamfs/files/

2016-04-29 Thread Austin English
commit: f4ab01f44f5966a45b3dc3ea581d742a67cd8973
Author: Austin English  gentoo  org>
AuthorDate: Fri Apr 29 19:31:09 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Apr 29 19:32:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ab01f4

sys-fs/clamfs: use #!/sbin/openrc-run instead of #!/sbin/runscript

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

Also bump to EAPI=6

Package-Manager: portage-2.2.26

 sys-fs/clamfs/clamfs-1.0.1-r2.ebuild | 43 
 sys-fs/clamfs/files/clamfs.initd |  4 ++--
 2 files changed, 45 insertions(+), 2 deletions(-)

diff --git a/sys-fs/clamfs/clamfs-1.0.1-r2.ebuild 
b/sys-fs/clamfs/clamfs-1.0.1-r2.ebuild
new file mode 100644
index 000..dcab6b1
--- /dev/null
+++ b/sys-fs/clamfs/clamfs-1.0.1-r2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+inherit eutils linux-info
+
+DESCRIPTION="A FUSE-based user-space file system with on-access anti-virus 
file scanning"
+HOMEPAGE="http://clamfs.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-libs/boost-1.33
+   sys-fs/fuse
+   dev-cpp/commoncpp2
+   dev-libs/rlog
+   dev-libs/poco"
+RDEPEND="${DEPEND}
+   app-antivirus/clamav"
+
+CONFIG_CHECK="~FUSE_FS"
+
+src_prepare() {
+   eapply "${FILESDIR}/${P}-gentoo.patch"
+   eapply -p0 "${FILESDIR}/${P}-gcc45.patch"
+   eapply_user
+}
+
+src_install() {
+   emake install DESTDIR="${D}"
+
+   insinto /etc/clamfs
+   doins doc/clamfs.xml
+
+   newinitd "${FILESDIR}/${PN}.initd" ${PN}
+   newconfd "${FILESDIR}/${PN}.confd" ${PN}
+
+   dodoc AUTHORS ChangeLog NEWS README TODO
+}

diff --git a/sys-fs/clamfs/files/clamfs.initd b/sys-fs/clamfs/files/clamfs.initd
index d7f911e..1f2440a 100644
--- a/sys-fs/clamfs/files/clamfs.initd
+++ b/sys-fs/clamfs/files/clamfs.initd
@@ -1,5 +1,5 @@
-#!/sbin/runscript
-# Copyright 1999-2010 Gentoo Foundation
+#!/sbin/openrc-run
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/newrelic-sysmond/files/, sys-apps/newrelic-sysmond/

2016-04-29 Thread Austin English
commit: 2ff69cfea8dd775cff735636c6fbf93ef4de25a6
Author: Austin English  gentoo  org>
AuthorDate: Fri Apr 29 17:55:36 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Apr 29 19:32:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ff69cfe

sys-apps/newrelic-sysmond: use #!/sbin/openrc-run instead of #!/sbin/runscript

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

Package-Manager: portage-2.2.26

 .../newrelic-sysmond/files/newrelic-sysmond.rc |  4 +-
 .../newrelic-sysmond-1.1.2.124-r1.ebuild   | 57 ++
 2 files changed, 59 insertions(+), 2 deletions(-)

diff --git a/sys-apps/newrelic-sysmond/files/newrelic-sysmond.rc 
b/sys-apps/newrelic-sysmond/files/newrelic-sysmond.rc
index 20b7d1d..a270d70 100644
--- a/sys-apps/newrelic-sysmond/files/newrelic-sysmond.rc
+++ b/sys-apps/newrelic-sysmond/files/newrelic-sysmond.rc
@@ -1,5 +1,5 @@
-#!/sbin/runscript
-# Copyright 1999-2012 Gentoo Foundation
+#!/sbin/openrc-run
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 

diff --git a/sys-apps/newrelic-sysmond/newrelic-sysmond-1.1.2.124-r1.ebuild 
b/sys-apps/newrelic-sysmond/newrelic-sysmond-1.1.2.124-r1.ebuild
new file mode 100644
index 000..06241fb
--- /dev/null
+++ b/sys-apps/newrelic-sysmond/newrelic-sysmond-1.1.2.124-r1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit user
+
+DESCRIPTION="NewRelic System Monitor"
+HOMEPAGE="http://www.newrelic.com/;
+SRC_URI="http://download.newrelic.com/server_monitor/release/${P}-linux.tar.gz;
+
+LICENSE="newrelic Apache-2.0 MIT ISC openssl GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+RESTRICT="strip"
+
+S="${WORKDIR}/${P}-linux"
+
+pkg_setup() {
+   enewgroup newrelic
+   enewuser newrelic -1 -1 -1 newrelic
+}
+
+src_install() {
+   if [[ "${ARCH}" == "amd64" ]]; then
+   NR_ARCH="x64"
+   elif [[ "${ARCH}" == "x86" ]]; then
+   NR_ARCH="x86"
+   else
+   die "Unsupported architecture (${ARCH})"
+   fi
+
+   dosbin "scripts/nrsysmond-config"
+   newsbin "daemon/nrsysmond.${NR_ARCH}" "nrsysmond"
+   newinitd "${FILESDIR}/newrelic-sysmond.rc" "newrelic-sysmond"
+
+   keepdir "/etc/newrelic"
+   insinto "/etc/newrelic"
+   doins nrsysmond.cfg
+
+   keepdir "/var/run/newrelic"
+   fowners newrelic.newrelic "/var/run/newrelic"
+   fperms 0775 "/var/run/newrelic"
+
+   keepdir "/var/log/newrelic"
+   fowners newrelic.newrelic "/var/log/newrelic"
+   fperms 0775 "/var/log/newrelic"
+
+   dodoc INSTALL.txt LICENSE.txt
+}
+
+pkg_postinst() {
+   elog "Remember to set your license key via:"
+   elog "$ nrsysmond-config --set license_key=\$YOUR_KEY"
+}



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

2016-04-29 Thread Austin English
commit: 40dfccb813f244e3fe03bbfb4f50cb70f0068467
Author: Austin English  gentoo  org>
AuthorDate: Fri Apr 29 19:25:02 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Apr 29 19:32:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40dfccb8

ys-power/powerman: remove powerman-2.3.9

Package-Manager: portage-2.2.26

 sys-power/powerman/powerman-2.3.9.ebuild | 38 
 1 file changed, 38 deletions(-)

diff --git a/sys-power/powerman/powerman-2.3.9.ebuild 
b/sys-power/powerman/powerman-2.3.9.ebuild
deleted file mode 100644
index 365888c..000
--- a/sys-power/powerman/powerman-2.3.9.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="RPC/PDU control and monitoring service for data center or compute 
cluster power management"
-HOMEPAGE="https://code.google.com/p/powerman/;
-SRC_URI="https://powerman.googlecode.com/files/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+httppower -snmppower -h8power +genders"
-
-DEPEND="sys-devel/bison
-   httppower? ( net-misc/curl )
-   snmppower? ( net-analyzer/net-snmp )
-   !app-accessibility/speech-tools"
-RDEPEND=">=sys-libs/freeipmi-0.2.3"
-
-src_configure() {
-   # Powerman stores the pidfile under $localstatedir/run.
-   # It's set to /var/lib in the release, but in gentoo pidfiles live 
under /var/run.
-   econf \
-   --localstatedir=/var \
-   $(use_with httppower) \
-   $(use_with snmppower) \
-   $(use_with h8power) \
-   $(use_with genders)
-}
-
-src_install() {
-   emake DESTDIR="${D}" -j1 install
-   rm -rf "${D}"/{etc/init.d/${PN},var/run}
-   doinitd "${FILESDIR}"/${PN}
-   dodoc AUTHORS ChangeLog DISCLAIMER NEWS TODO
-}



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

2016-04-29 Thread Austin English
commit: 80977ac713d6a8e565935cb745c46f613d9f3109
Author: Austin English  gentoo  org>
AuthorDate: Fri Apr 29 17:56:06 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Apr 29 19:32:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80977ac7

sys-apps/newrelic-sysmond: remove newrelic-sysmond-1.1.2.124-r1

Package-Manager: portage-2.2.26

 .../newrelic-sysmond-1.1.2.124.ebuild  | 57 --
 1 file changed, 57 deletions(-)

diff --git a/sys-apps/newrelic-sysmond/newrelic-sysmond-1.1.2.124.ebuild 
b/sys-apps/newrelic-sysmond/newrelic-sysmond-1.1.2.124.ebuild
deleted file mode 100644
index 33d232c..000
--- a/sys-apps/newrelic-sysmond/newrelic-sysmond-1.1.2.124.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit user
-
-DESCRIPTION="NewRelic System Monitor"
-HOMEPAGE="http://www.newrelic.com/;
-SRC_URI="http://download.newrelic.com/server_monitor/release/${P}-linux.tar.gz;
-
-LICENSE="newrelic Apache-2.0 MIT ISC openssl GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-RESTRICT="strip"
-
-S="${WORKDIR}/${P}-linux"
-
-pkg_setup() {
-   enewgroup newrelic
-   enewuser newrelic -1 -1 -1 newrelic
-}
-
-src_install() {
-   if [[ "${ARCH}" == "amd64" ]]; then
-   NR_ARCH="x64"
-   elif [[ "${ARCH}" == "x86" ]]; then
-   NR_ARCH="x86"
-   else
-   die "Unsupported architecture (${ARCH})"
-   fi
-
-   dosbin "scripts/nrsysmond-config"
-   newsbin "daemon/nrsysmond.${NR_ARCH}" "nrsysmond"
-   newinitd "${FILESDIR}/newrelic-sysmond.rc" "newrelic-sysmond"
-
-   keepdir "/etc/newrelic"
-   insinto "/etc/newrelic"
-   doins nrsysmond.cfg
-
-   keepdir "/var/run/newrelic"
-   fowners newrelic.newrelic "/var/run/newrelic"
-   fperms 0775 "/var/run/newrelic"
-
-   keepdir "/var/log/newrelic"
-   fowners newrelic.newrelic "/var/log/newrelic"
-   fperms 0775 "/var/log/newrelic"
-
-   dodoc INSTALL.txt LICENSE.txt
-}
-
-pkg_postinst() {
-   elog "Remember to set your license key via:"
-   elog "$ nrsysmond-config --set license_key=\$YOUR_KEY"
-}



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

2016-04-29 Thread Austin English
commit: 3e9055c6596ba0d36dab58a623866ff840232450
Author: Austin English  gentoo  org>
AuthorDate: Fri Apr 29 17:50:58 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Apr 29 19:32:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e9055c6

sys-apps/nca: use #!/sbin/openrc-run instead of #!/sbin/runscript

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

Package-Manager: portage-2.2.26

 sys-apps/nca/files/ncad.initd|  4 ++--
 sys-apps/nca/nca-0.9.0-r1.ebuild | 44 
 2 files changed, 46 insertions(+), 2 deletions(-)

diff --git a/sys-apps/nca/files/ncad.initd b/sys-apps/nca/files/ncad.initd
index 5e7fff2..f87ec32 100644
--- a/sys-apps/nca/files/ncad.initd
+++ b/sys-apps/nca/files/ncad.initd
@@ -1,5 +1,5 @@
-#!/sbin/runscript
-# Copyright 1999-2007 Gentoo Foundation
+#!/sbin/openrc-run
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 

diff --git a/sys-apps/nca/nca-0.9.0-r1.ebuild b/sys-apps/nca/nca-0.9.0-r1.ebuild
new file mode 100644
index 000..d4abf43
--- /dev/null
+++ b/sys-apps/nca/nca-0.9.0-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit toolchain-funcs
+
+DESCRIPTION="Network Console on Acid"
+HOMEPAGE="http://www.xenoclast.org/nca/;
+SRC_URI="http://www.xenoclast.org/nca/download/${P}.tar.gz;
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-libs/openssl
+   sys-libs/zlib"
+
+DEPEND="dev-lang/perl
+   ${RDEPEND}"
+
+src_prepare() {
+   sed -i -e "s:^\([[:space:]]\+\$(MAKE) install\):\1 
DESTDIR=\$(DESTDIR):g" \
+   -e "s:=\(\$(CFLAGS)\):=\"\1\":g" -e "s:=\(\$(CC)\):=\"\1\":g" 
Makefile
+
+   sed -i -e "s:-s sshd:sshd:g" ncad.patch
+
+   eapply_user
+}
+
+src_compile() {
+   emake -j1 CFLAGS="${CFLAGS}" CC=$(tc-getCC)
+}
+
+src_install() {
+   dodir /sbin
+   emake BINDIR="${D}sbin" MANDIR="${D}usr/share/man" 
SYSCONF_DIR="${D}etc" \
+   DESTDIR="${D}" install_nca install_ssh install_man
+
+   newinitd "${FILESDIR}/ncad.initd" ncad
+   dodoc ChangeLog README* rc/ncad.template
+}



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

2016-04-29 Thread Austin English
commit: 89f2dbf0f951feedbb0f44595e75e60b88403366
Author: Austin English  gentoo  org>
AuthorDate: Fri Apr 29 19:16:44 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Apr 29 19:32:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f2dbf0

sys-power/cpudyn: remove cpudyn-1.0.1-r1

Package-Manager: portage-2.2.26

 sys-power/cpudyn/cpudyn-1.0.1-r1.ebuild | 49 -
 1 file changed, 49 deletions(-)

diff --git a/sys-power/cpudyn/cpudyn-1.0.1-r1.ebuild 
b/sys-power/cpudyn/cpudyn-1.0.1-r1.ebuild
deleted file mode 100644
index e01be7e..000
--- a/sys-power/cpudyn/cpudyn-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="A daemon to control laptop power consumption via cpufreq and disk 
standby"
-HOMEPAGE="http://freecode.com/projects/cpudyn/;
-SRC_URI="http://mnm.uib.es/~gallir/${PN}/download/${P}.tgz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-S=${WORKDIR}/${PN}
-
-PATCHES=(
-   "${FILESDIR}/${PN}-0.99.0-init_conf_updates.patch"
-)
-
-src_prepare() {
-   # fix #570082 by restoring pre-GCC5 inline semantics
-   append-cflags -std=gnu89
-
-   default
-}
-
-src_compile() {
-   emake LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" cpudynd
-}
-
-src_install() {
-   dosbin cpudynd
-
-   doman cpudynd.8
-   dodoc INSTALL README VERSION changelog
-   docinto html
-   dodoc *.html
-
-   newinitd "${FILESDIR}"/cpudyn.init cpudyn
-   newconfd debian/cpudyn.conf cpudyn
-}
-
-pkg_postinst() {
-   einfo "Configuration file is /etc/conf.d/cpudyn."
-}



[gentoo-commits] repo/gentoo:master commit in: sys-power/cpudyn/files/, sys-power/cpudyn/

2016-04-29 Thread Austin English
commit: e5fb79a92fe0bc1dd4a7b38db2ee19383584e66b
Author: Austin English  gentoo  org>
AuthorDate: Fri Apr 29 19:16:09 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Apr 29 19:32:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5fb79a9

sys-power/cpudyn: use #!/sbin/openrc-run instead of #!/sbin/runscript

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

Package-Manager: portage-2.2.26

 sys-power/cpudyn/cpudyn-1.0.1-r2.ebuild | 49 +
 sys-power/cpudyn/files/cpudyn.init  |  4 +--
 2 files changed, 51 insertions(+), 2 deletions(-)

diff --git a/sys-power/cpudyn/cpudyn-1.0.1-r2.ebuild 
b/sys-power/cpudyn/cpudyn-1.0.1-r2.ebuild
new file mode 100644
index 000..e01be7e
--- /dev/null
+++ b/sys-power/cpudyn/cpudyn-1.0.1-r2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="A daemon to control laptop power consumption via cpufreq and disk 
standby"
+HOMEPAGE="http://freecode.com/projects/cpudyn/;
+SRC_URI="http://mnm.uib.es/~gallir/${PN}/download/${P}.tgz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+S=${WORKDIR}/${PN}
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.99.0-init_conf_updates.patch"
+)
+
+src_prepare() {
+   # fix #570082 by restoring pre-GCC5 inline semantics
+   append-cflags -std=gnu89
+
+   default
+}
+
+src_compile() {
+   emake LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" cpudynd
+}
+
+src_install() {
+   dosbin cpudynd
+
+   doman cpudynd.8
+   dodoc INSTALL README VERSION changelog
+   docinto html
+   dodoc *.html
+
+   newinitd "${FILESDIR}"/cpudyn.init cpudyn
+   newconfd debian/cpudyn.conf cpudyn
+}
+
+pkg_postinst() {
+   einfo "Configuration file is /etc/conf.d/cpudyn."
+}

diff --git a/sys-power/cpudyn/files/cpudyn.init 
b/sys-power/cpudyn/files/cpudyn.init
index 877f51f..11e82db 100644
--- a/sys-power/cpudyn/files/cpudyn.init
+++ b/sys-power/cpudyn/files/cpudyn.init
@@ -1,5 +1,5 @@
-#!/sbin/runscript
-# Copyright 1999-2004 Gentoo Foundation
+#!/sbin/openrc-run
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 #



[gentoo-commits] repo/gentoo:master commit in: sys-power/powerman/, sys-power/powerman/files/

2016-04-29 Thread Austin English
commit: ecc07233048068a59e523877a4f98eb30b331ae2
Author: Austin English  gentoo  org>
AuthorDate: Fri Apr 29 19:24:27 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Apr 29 19:32:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecc07233

sys-power/powerman: use #!/sbin/openrc-run instead of #!/sbin/runscript

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

Package-Manager: portage-2.2.26

 sys-power/powerman/files/powerman   |  2 +-
 sys-power/powerman/powerman-2.3.9-r1.ebuild | 38 +
 2 files changed, 39 insertions(+), 1 deletion(-)

diff --git a/sys-power/powerman/files/powerman 
b/sys-power/powerman/files/powerman
index 02bb133..f5eef9c 100644
--- a/sys-power/powerman/files/powerman
+++ b/sys-power/powerman/files/powerman
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
 
 depend() {
need net

diff --git a/sys-power/powerman/powerman-2.3.9-r1.ebuild 
b/sys-power/powerman/powerman-2.3.9-r1.ebuild
new file mode 100644
index 000..6746c34
--- /dev/null
+++ b/sys-power/powerman/powerman-2.3.9-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="RPC/PDU control and monitoring service for data center or compute 
cluster power management"
+HOMEPAGE="https://code.google.com/p/powerman/;
+SRC_URI="https://powerman.googlecode.com/files/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+httppower -snmppower -h8power +genders"
+
+DEPEND="sys-devel/bison
+   httppower? ( net-misc/curl )
+   snmppower? ( net-analyzer/net-snmp )
+   !app-accessibility/speech-tools"
+RDEPEND=">=sys-libs/freeipmi-0.2.3"
+
+src_configure() {
+   # Powerman stores the pidfile under $localstatedir/run.
+   # It's set to /var/lib in the release, but in gentoo pidfiles live 
under /var/run.
+   econf \
+   --localstatedir=/var \
+   $(use_with httppower) \
+   $(use_with snmppower) \
+   $(use_with h8power) \
+   $(use_with genders)
+}
+
+src_install() {
+   emake DESTDIR="${D}" -j1 install
+   rm -rf "${D}"/{etc/init.d/${PN},var/run}
+   doinitd "${FILESDIR}"/${PN}
+   dodoc AUTHORS ChangeLog DISCLAIMER NEWS TODO
+}



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

2016-04-29 Thread Austin English
commit: d7f4bf7e162a3e457efb132355f9d12e7b0c12a9
Author: Austin English  gentoo  org>
AuthorDate: Fri Apr 29 19:31:41 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Apr 29 19:32:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7f4bf7e

sys-fs/clamfs: remove clamfs-1.0.1-r1

Package-Manager: portage-2.2.26

 sys-fs/clamfs/clamfs-1.0.1-r1.ebuild | 43 
 1 file changed, 43 deletions(-)

diff --git a/sys-fs/clamfs/clamfs-1.0.1-r1.ebuild 
b/sys-fs/clamfs/clamfs-1.0.1-r1.ebuild
deleted file mode 100644
index 39286e3..000
--- a/sys-fs/clamfs/clamfs-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-inherit eutils linux-info
-
-DESCRIPTION="A FUSE-based user-space file system with on-access anti-virus 
file scanning"
-HOMEPAGE="http://clamfs.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-libs/boost-1.33
-   sys-fs/fuse
-   dev-cpp/commoncpp2
-   dev-libs/rlog
-   dev-libs/poco"
-RDEPEND="${DEPEND}
-   app-antivirus/clamav"
-
-CONFIG_CHECK="~FUSE_FS"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}/${P}-gentoo.patch" \
-   "${FILESDIR}/${P}-gcc45.patch"
-}
-
-src_install() {
-   emake install DESTDIR="${D}" || die "emake install failed"
-
-   insinto /etc/clamfs
-   doins doc/clamfs.xml || die
-
-   newinitd "${FILESDIR}/${PN}.initd" ${PN} || die
-   newconfd "${FILESDIR}/${PN}.confd" ${PN} || die
-
-   dodoc AUTHORS ChangeLog NEWS README TODO || die
-}



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

2016-04-29 Thread Austin English
commit: 55a219da8dd36f615b4f60a17dde987b3379ca53
Author: Austin English  gentoo  org>
AuthorDate: Fri Apr 29 17:44:19 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Apr 29 19:32:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a219da

sys-apps/apmd: use #!/sbin/openrc-run instead of #!/sbin/runscript

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

Package-Manager: portage-2.2.26

 sys-apps/apmd/apmd-3.2.2_p14-r1.ebuild | 79 ++
 sys-apps/apmd/files/apmd.rc6   |  4 +-
 2 files changed, 81 insertions(+), 2 deletions(-)

diff --git a/sys-apps/apmd/apmd-3.2.2_p14-r1.ebuild 
b/sys-apps/apmd/apmd-3.2.2_p14-r1.ebuild
new file mode 100644
index 000..a10a659
--- /dev/null
+++ b/sys-apps/apmd/apmd-3.2.2_p14-r1.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils multilib toolchain-funcs
+
+MY_PV=${PV%_p*}
+MY_P=${PN}_${MY_PV}
+PATCHV=${PV#*_p}
+
+DESCRIPTION="Advanced Power Management Daemon"
+HOMEPAGE="http://packages.qa.debian.org/a/apmd.html;
+SRC_URI="mirror://debian/pool/main/a/apmd/${MY_P}.orig.tar.gz
+   mirror://debian/pool/main/a/apmd/${MY_P}-${PATCHV}.diff.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 arm ppc ppc64 x86"
+IUSE="nls X"
+
+RDEPEND=">=sys-apps/debianutils-1.16
+   >=sys-power/powermgmt-base-1.31
+   X? ( x11-libs/libX11
+   x11-libs/libXaw
+   x11-libs/libXmu
+   x11-libs/libSM
+   x11-libs/libICE
+   x11-libs/libXt
+   x11-libs/libXext )"
+DEPEND="${RDEPEND}
+   sys-devel/libtool
+   virtual/os-headers"
+
+S=${WORKDIR}/${PN}-${MY_PV}.orig
+
+src_prepare() {
+   epatch "${WORKDIR}"/${MY_P}-${PATCHV}.diff
+
+   if ! use X; then
+   sed -i \
+   -e 's:\(EXES=.*\)xapm:\1:' \
+   -e 's:\(.*\)\$(LT_INSTALL).*xapm.*$:\1echo:' \
+   Makefile || die
+   fi
+
+   # use system headers and skip on_ac_power
+   rm -f on_ac_power*
+
+   sed -i \
+   -e '/on_ac_power/d' \
+   -e 's:-I/usr/src/linux/include -I/usr/X11R6/include::' \
+   -e 's:-L/usr/X11R6/lib::' \
+   Makefile || die
+}
+
+src_compile() {
+   emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+   dodir /usr/sbin
+   emake DESTDIR="${D}" PREFIX=/usr LIBDIR=/usr/$(get_libdir) install
+
+   keepdir /etc/apm/{event.d,suspend.d,resume.d,other.d,scripts.d}
+   exeinto /etc/apm
+   doexe debian/apmd_proxy
+   dodoc AUTHORS {,apmsleep.}README debian/{changelog,README.Debian}
+
+   doman *.{1,8}
+
+   # note: apmd_proxy.conf is currently disabled and not used, thus
+   # not installed - liquidx (01 Mar 2004)
+
+   newconfd "${FILESDIR}"/apmd.confd apmd
+   newinitd "${FILESDIR}"/apmd.rc6 apmd
+
+   use nls || rm -rf "${D}"/usr/share/man/fr
+}

diff --git a/sys-apps/apmd/files/apmd.rc6 b/sys-apps/apmd/files/apmd.rc6
index bb5e009..2521dd1 100644
--- a/sys-apps/apmd/files/apmd.rc6
+++ b/sys-apps/apmd/files/apmd.rc6
@@ -1,5 +1,5 @@
-#!/sbin/runscript
-# Copyright 1999-2004 Gentoo Foundation
+#!/sbin/openrc-run
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 



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

2016-04-29 Thread Austin English
commit: 1279df54e0542d56b632873946b2c953ae7447f6
Author: Austin English  gentoo  org>
AuthorDate: Fri Apr 29 17:51:18 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Apr 29 19:32:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1279df54

sys-apps/nca: remove nca-0.9.0

Package-Manager: portage-2.2.26

 sys-apps/nca/nca-0.9.0.ebuild | 42 --
 1 file changed, 42 deletions(-)

diff --git a/sys-apps/nca/nca-0.9.0.ebuild b/sys-apps/nca/nca-0.9.0.ebuild
deleted file mode 100644
index 0c7bc45..000
--- a/sys-apps/nca/nca-0.9.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Network Console on Acid"
-HOMEPAGE="http://www.xenoclast.org/nca/;
-SRC_URI="http://www.xenoclast.org/nca/download/${P}.tar.gz;
-
-LICENSE="BSD GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/openssl
-   sys-libs/zlib"
-
-DEPEND="dev-lang/perl
-   ${RDEPEND}"
-
-src_prepare() {
-   sed -i -e "s:^\([[:space:]]\+\$(MAKE) install\):\1 
DESTDIR=\$(DESTDIR):g" \
-   -e "s:=\(\$(CFLAGS)\):=\"\1\":g" -e "s:=\(\$(CC)\):=\"\1\":g" 
Makefile
-
-   sed -i -e "s:-s sshd:sshd:g" ncad.patch
-}
-
-src_compile() {
-   emake -j1 CFLAGS="${CFLAGS}" CC=$(tc-getCC) || die "emake failed"
-}
-
-src_install() {
-   dodir /sbin
-   emake BINDIR="${D}sbin" MANDIR="${D}usr/share/man" 
SYSCONF_DIR="${D}etc" \
-   DESTDIR="${D}" install_nca install_ssh install_man
-
-   newinitd "${FILESDIR}/ncad.initd" ncad
-   dodoc ChangeLog README* rc/ncad.template
-}



[gentoo-commits] proj/releng:master commit in: tools/

2016-04-29 Thread Robin H. Johnson
commit: a77a4ebce59e97e9f32ad61e77be545c477a2855
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Fri Apr 29 18:20:28 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Apr 29 18:20:28 2016 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=a77a4ebc

catalyst-auto: Record how long the catalyst runs take.

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

 tools/catalyst-auto | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/catalyst-auto b/tools/catalyst-auto
index 823b9f2..b928ac9 100755
--- a/tools/catalyst-auto
+++ b/tools/catalyst-auto
@@ -306,7 +306,7 @@ for a in "" ${SETS}; do
 
   for i in ${!specs_var}; do
 LOGFILE="${TMPDIR}/log/$(echo "${i}" | sed -e 's:/:_:' -e 
's:\.spec$::').log"
-run_cmd "catalyst -a -p -c ${CATALYST_CONFIG} -f ${i}" ${LOGFILE}
+run_cmd "time catalyst -a -p -c ${CATALYST_CONFIG} -f ${i}" ${LOGFILE}
 if [ $? != 0 ]; then
   build_failure=1
   send_email "Catalyst fatal build error - ${i}" "" "${LOGFILE}"
@@ -316,7 +316,7 @@ for a in "" ${SETS}; do
 
   for i in ${!optional_specs_var}; do
 LOGFILE="${TMPDIR}/log/$(echo "${i}" | sed -e 's:/:_:' -e 
's:\.spec$::').log"
-run_cmd "catalyst -a -p -c ${CATALYST_CONFIG} -f ${i}" ${LOGFILE}
+run_cmd "time catalyst -a -p -c ${CATALYST_CONFIG} -f ${i}" ${LOGFILE}
 if [ $? != 0 ]; then
   build_failure=1
   send_email "Catalyst non-fatal build error - ${i}" "" "${LOGFILE}"
@@ -326,7 +326,7 @@ for a in "" ${SETS}; do
 
   for i in ${!specs_var} ${!optional_specs_var}; do
 LOGFILE="${TMPDIR}/log/$(echo "${i}" | sed -e 's:/:_:' -e 
's:\.spec$::')_purge.log"
-run_cmd "catalyst -P -c ${CATALYST_CONFIG} -f ${i}" "${LOGFILE}"
+run_cmd "time catalyst -P -c ${CATALYST_CONFIG} -f ${i}" "${LOGFILE}"
   done
 
 done



[gentoo-commits] repo/gentoo:master commit in: www-client/firefox/, www-client/firefox/files/

2016-04-29 Thread Ian Stakenvicius
commit: 255b60802fb702c065999429fd3915751a3f056c
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Fri Apr 29 18:16:40 2016 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Fri Apr 29 18:17:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255b6080

www-client/firefox-{45.1.0,46.0}: patch to fix branch64 calls missing from 
none-jit

Bug: http://bugs.gentoo.org/581474

Package-Manager: portage-2.2.26

 www-client/firefox/files/jit-none-branch64.patch | 29 
 www-client/firefox/firefox-45.1.0.ebuild |  3 ++-
 www-client/firefox/firefox-46.0.ebuild   |  3 ++-
 3 files changed, 33 insertions(+), 2 deletions(-)

diff --git a/www-client/firefox/files/jit-none-branch64.patch 
b/www-client/firefox/files/jit-none-branch64.patch
new file mode 100644
index 000..590f745
--- /dev/null
+++ b/www-client/firefox/files/jit-none-branch64.patch
@@ -0,0 +1,29 @@
+# HG changeset patch
+# User Nicolas B. Pierron 
+
+Bug 1266366 - Add branch64 functions to the none-backend MacroAssembler. r=
+
+diff --git a/js/src/jit/none/MacroAssembler-none.h 
b/js/src/jit/none/MacroAssembler-none.h
+index 512ae81..4441d8d 100644
+--- a/js/src/jit/none/MacroAssembler-none.h
 b/js/src/jit/none/MacroAssembler-none.h
+@@ -254,16 +254,18 @@ class MacroAssemblerNone : public Assembler
+ template  void branchSub32(Condition, T, S, 
Label*) { MOZ_CRASH(); }
+ template  void branchPtr(Condition, T, S, Label*) 
{ MOZ_CRASH(); }
+ template  void branchTestPtr(Condition, T, S, 
Label*) { MOZ_CRASH(); }
+ template  void branchDouble(DoubleCondition, T, 
S, Label*) { MOZ_CRASH(); }
+ template  void branchFloat(DoubleCondition, T, S, 
Label*) { MOZ_CRASH(); }
+ template  void branchPrivatePtr(Condition, T, S, 
Label*) { MOZ_CRASH(); }
+ template  void decBranchPtr(Condition, T, S, 
Label*) { MOZ_CRASH(); }
+ template  void branchTest64(Condition, T, T, S, 
Label*) { MOZ_CRASH(); }
++template  void branch64(Condition, T, S, Label*) 
{ MOZ_CRASH(); }
++template  void branch64(Condition, T, T, S, 
Label*) { MOZ_CRASH(); }
+ template  void mov(T, S) { MOZ_CRASH(); }
+ template  void movq(T, S) { MOZ_CRASH(); }
+ template  void movePtr(T, S) { MOZ_CRASH(); }
+ template  void move32(T, S) { MOZ_CRASH(); }
+ template  void moveFloat32(T, S) { MOZ_CRASH(); }
+ template  void moveDouble(T, S) { MOZ_CRASH(); }
+ template  void move64(T, S) { MOZ_CRASH(); }
+ template  CodeOffset movWithPatch(T, Register) { MOZ_CRASH(); 
}
+

diff --git a/www-client/firefox/firefox-45.1.0.ebuild 
b/www-client/firefox/firefox-45.1.0.ebuild
index 67e1b8b..832e18b 100644
--- a/www-client/firefox/firefox-45.1.0.ebuild
+++ b/www-client/firefox/firefox-45.1.0.ebuild
@@ -132,7 +132,8 @@ src_prepare() {
# Apply our patches
eapply "${WORKDIR}/firefox" \
"${FILESDIR}"/arm64-4-link-chromium-mutex-based-atomics.patch \
-   "${FILESDIR}"/arm64-5-mozjemalloc-no-static-page-sizes.patch
+   "${FILESDIR}"/arm64-5-mozjemalloc-no-static-page-sizes.patch \
+   "${FILESDIR}"/jit-none-branch64.patch
 
# Allow user to apply any additional patches without modifing ebuild
eapply_user

diff --git a/www-client/firefox/firefox-46.0.ebuild 
b/www-client/firefox/firefox-46.0.ebuild
index 3dd0989..80407c0 100644
--- a/www-client/firefox/firefox-46.0.ebuild
+++ b/www-client/firefox/firefox-46.0.ebuild
@@ -116,7 +116,8 @@ src_unpack() {
 
 src_prepare() {
# Apply our patches
-   eapply "${WORKDIR}/firefox"
+   eapply "${WORKDIR}/firefox" \
+   "${FILESDIR}"/jit-none-branch64.patch
 
# Enable gnomebreakpad
if use debug ; then



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

2016-04-29 Thread Davide Pesavento
commit: ccb1e8ca8e99694f016eb8f507119998f47fc309
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri Apr 29 17:46:50 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri Apr 29 17:47:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccb1e8ca

dev-qt/qt-creator: allow newer versions of clang

Package-Manager: portage-2.2.28

 dev-qt/qt-creator/qt-creator-3.6.1.ebuild | 2 +-
 dev-qt/qt-creator/qt-creator-4.0.0_rc1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-qt/qt-creator/qt-creator-3.6.1.ebuild 
b/dev-qt/qt-creator/qt-creator-3.6.1.ebuild
index db7e6c5..f671a72 100644
--- a/dev-qt/qt-creator/qt-creator-3.6.1.ebuild
+++ b/dev-qt/qt-creator/qt-creator-3.6.1.ebuild
@@ -53,7 +53,7 @@ RDEPEND="
>=dev-qt/qtx11extras-${QT_PV}
>=dev-qt/qtxml-${QT_PV}
>=sys-devel/gdb-7.5[client,python]
-   clang? ( =sys-devel/clang-3.6*:= )
+   clang? ( >=sys-devel/clang-3.6.2:= )
qbs? ( >=dev-util/qbs-1.4.5 )
systemd? ( sys-apps/systemd:= )
webkit? ( >=dev-qt/qtwebkit-${QT_PV} )

diff --git a/dev-qt/qt-creator/qt-creator-4.0.0_rc1.ebuild 
b/dev-qt/qt-creator/qt-creator-4.0.0_rc1.ebuild
index 71c8377..9135dff 100644
--- a/dev-qt/qt-creator/qt-creator-4.0.0_rc1.ebuild
+++ b/dev-qt/qt-creator/qt-creator-4.0.0_rc1.ebuild
@@ -57,7 +57,7 @@ RDEPEND="
>=dev-qt/qtx11extras-${QT_PV}
>=dev-qt/qtxml-${QT_PV}
>=sys-devel/gdb-7.5[client,python]
-   clangcodemodel? ( =sys-devel/clang-3.6.2*:= )
+   clangcodemodel? ( >=sys-devel/clang-3.6.2:= )
qbs? ( !dev-util/qbs )
systemd? ( sys-apps/systemd:= )
webkit? ( >=dev-qt/qtwebkit-${QT_PV} )



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

2016-04-29 Thread Austin English
commit: 5e886cad550ddc1848d62c1c55a1b6e2ed094066
Author: Austin English  gentoo  org>
AuthorDate: Fri Apr 29 17:36:22 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Apr 29 17:36:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e886cad

sys-block/spindown: remove spindown-0.4.0-r4

Package-Manager: portage-2.2.26

 sys-block/spindown/spindown-0.4.0-r4.ebuild | 46 -
 1 file changed, 46 deletions(-)

diff --git a/sys-block/spindown/spindown-0.4.0-r4.ebuild 
b/sys-block/spindown/spindown-0.4.0-r4.ebuild
deleted file mode 100644
index 7f73fcf..000
--- a/sys-block/spindown/spindown-0.4.0-r4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils
-
-DESCRIPTION="Spindown is a daemon that can spin down idle disks"
-HOMEPAGE="https://code.google.com/p/spindown;
-SRC_URI="https://spindown.googlecode.com/files/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
-   sys-apps/sg3_utils"
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   epatch "${FILESDIR}"/${P}-CFLAGS-LDFLAGS.patch
-}
-
-src_compile() {
-   emake || die "emake failed"
-}
-
-src_install() {
-   insinto /etc
-   newins spindown.conf.example spindown.conf
-   newinitd "${FILESDIR}"/spindownd.initd-r1 spindownd
-   newconfd "${FILESDIR}"/spindownd.confd-r1 spindownd
-   dosbin spindownd
-   dodoc CHANGELOG README TODO spindown.conf.example
-}
-
-pkg_postinst() {
-   elog "Before starting spindownd the first time"
-   elog "you should modify /etc/spindown.conf"
-   elog
-   elog "To start spindownd by default"
-   elog "you should add it to the default runlevel:"
-   elog "  rc-update add spindownd default"
-}



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

2016-04-29 Thread Austin English
commit: 3b9b96be4fb14e9510861752387d94ce9d0a8345
Author: Austin English  gentoo  org>
AuthorDate: Fri Apr 29 17:35:58 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Apr 29 17:35:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b9b96be

sys-block/spindown: use #!/sbin/openrc-run instead of #!/sbin/runscript

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

Package-Manager: portage-2.2.26

 sys-block/spindown/files/spindownd.initd-r1 |  4 +--
 sys-block/spindown/spindown-0.4.0-r5.ebuild | 45 +
 2 files changed, 47 insertions(+), 2 deletions(-)

diff --git a/sys-block/spindown/files/spindownd.initd-r1 
b/sys-block/spindown/files/spindownd.initd-r1
index f35908f..64a6ec5 100644
--- a/sys-block/spindown/files/spindownd.initd-r1
+++ b/sys-block/spindown/files/spindownd.initd-r1
@@ -1,5 +1,5 @@
-#!/sbin/runscript
-# Copyright 1999-2012 Gentoo Foundation
+#!/sbin/openrc-run
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 SPINDOWND_BIN="/usr/sbin/spindownd"

diff --git a/sys-block/spindown/spindown-0.4.0-r5.ebuild 
b/sys-block/spindown/spindown-0.4.0-r5.ebuild
new file mode 100644
index 000..8eced94
--- /dev/null
+++ b/sys-block/spindown/spindown-0.4.0-r5.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Spindown is a daemon that can spin down idle disks"
+HOMEPAGE="https://code.google.com/p/spindown;
+SRC_URI="https://spindown.googlecode.com/files/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+   sys-apps/sg3_utils"
+
+src_prepare() {
+   eapply "${FILESDIR}"/${P}-CFLAGS-LDFLAGS.patch
+   eapply_user
+}
+
+src_compile() {
+   emake
+}
+
+src_install() {
+   insinto /etc
+   newins spindown.conf.example spindown.conf
+   newinitd "${FILESDIR}"/spindownd.initd-r1 spindownd
+   newconfd "${FILESDIR}"/spindownd.confd-r1 spindownd
+   dosbin spindownd
+   dodoc CHANGELOG README TODO spindown.conf.example
+}
+
+pkg_postinst() {
+   elog "Before starting spindownd the first time"
+   elog "you should modify /etc/spindown.conf"
+   elog
+   elog "To start spindownd by default"
+   elog "you should add it to the default runlevel:"
+   elog "  rc-update add spindownd default"
+}



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

2016-04-29 Thread Brian Dolbec
commit: 8443e66ae5ffce5fb0daa73a3eeb0b18077ee942
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Apr 26 18:07:48 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Apr 26 18:07:48 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=8443e66a

Scanner: remove self.pkgs attribute

 pym/repoman/scanner.py | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/pym/repoman/scanner.py b/pym/repoman/scanner.py
index 6ded7ee..d966513 100644
--- a/pym/repoman/scanner.py
+++ b/pym/repoman/scanner.py
@@ -179,8 +179,6 @@ class Scanner(object):
chain(self.changed.changed, self.changed.new, 
self.changed.removed),
self.repolevel, self.reposplit, 
self.categories))
 
-   self.pkgs = None
-
# Create our kwargs dict here to initialize the plugins with
self.kwargs = {
"repo_settings": self.repo_settings,
@@ -348,8 +346,8 @@ class Scanner(object):
continue
 
# Sort ebuilds in ascending order for the 
KEYWORDS.dropped check.
-   self.pkgs = dynamic_data['pkgs'].get()
-   ebuildlist = sorted(self.pkgs.values())
+   pkgs = dynamic_data['pkgs'].get()
+   ebuildlist = sorted(pkgs.values())
ebuildlist = [pkg.pf for pkg in ebuildlist]
 
if self.checks['changelog'] and "ChangeLog" not in 
checkdirlist:



[gentoo-commits] proj/portage:master commit in: pym/repoman/modules/scan/metadata/, pym/repoman/modules/scan/depend/, ...

2016-04-29 Thread Brian Dolbec
commit: 836cc3ffc55376348315577958e7212fefa38a2a
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Apr 25 16:50:59 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Apr 25 16:58:53 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=836cc3ff

ProfileDependsChecks: encapsulate DependChecks and LicenseChecks

 pym/repoman/modules/scan/depend/__init__.py   |  38 +-
 pym/repoman/modules/scan/depend/_depend_checks.py | 150 
 pym/repoman/modules/scan/depend/depend.py | 158 --
 pym/repoman/modules/scan/depend/profile.py|  17 ++-
 pym/repoman/modules/scan/metadata/__init__.py |  17 ---
 pym/repoman/modules/scan/metadata/license.py  |  54 
 pym/repoman/scanner.py|   4 +-
 7 files changed, 167 insertions(+), 271 deletions(-)

diff --git a/pym/repoman/modules/scan/depend/__init__.py 
b/pym/repoman/modules/scan/depend/__init__.py
index 01bd116..6d12286 100644
--- a/pym/repoman/modules/scan/depend/__init__.py
+++ b/pym/repoman/modules/scan/depend/__init__.py
@@ -10,24 +10,6 @@ module_spec = {
'name': 'depend',
'description': doc,
'provides':{
-   'depend-module': {
-   'name': "depend",
-   'sourcefile': "depend",
-   'class': "DependChecks",
-   'description': doc,
-   'functions': ['check'],
-   'func_desc': {
-   },
-   'mod_kwargs': ['qatracker', 'portdb'
-   ],
-   'func_kwargs': {
-   'baddepsyntax': ('Future', False),
-   'badlicsyntax': ('Future', False),
-   'ebuild': (None, None),
-   'pkg': (None, None),
-   'unknown_pkgs': ('Future', 'UNSET'),
-   },
-   },
'profile-module': {
'name': "profile",
'sourcefile': "profile",
@@ -37,30 +19,12 @@ module_spec = {
'func_desc': {
},
'mod_kwargs': ['qatracker', 'portdb', 'profiles', 
'options',
-   'repo_settings', 'include_arches', 'caches',
+   'repo_metadata', 'repo_settings', 
'include_arches', 'caches',
'repoman_incrementals', 'env', 'have', 
'dev_keywords'
],
'func_kwargs': {
-   'baddepsyntax': (None, None),
'ebuild': (None, None),
'pkg': (None, None),
-   'unknown_pkgs': (None, None),
-   },
-   },
-   'unknown-module': {
-   'name': "unknown",
-   'sourcefile': "unknown",
-   'class': "DependUnknown",
-   'description': doc,
-   'functions': ['check'],
-   'func_desc': {
-   },
-   'mod_kwargs': ['qatracker',
-   ],
-   'func_kwargs': {
-   'baddepsyntax': (None, None),
-   'ebuild': (None, None),
-   'unknown_pkgs': ('Future', 'UNSET'),
},
},
}

diff --git a/pym/repoman/modules/scan/depend/_depend_checks.py 
b/pym/repoman/modules/scan/depend/_depend_checks.py
new file mode 100644
index 000..4e1d216
--- /dev/null
+++ b/pym/repoman/modules/scan/depend/_depend_checks.py
@@ -0,0 +1,150 @@
+# -*- coding:utf-8 -*-
+
+
+from _emerge.Package import Package
+
+from repoman.check_missingslot import check_missingslot
+# import our initialized portage instance
+from repoman._portage import portage
+from repoman.qa_data import suspect_virtual, suspect_rdepend
+
+
+def _depend_checks(ebuild, pkg, portdb, qatracker, repo_metadata):
+   '''Checks the ebuild dependencies for errors
+
+   @param pkg: Package in which we check (object).
+   @param ebuild: Ebuild which we check (object).
+   @param portdb: portdb instance
+   @param qatracker: QATracker instance
+   @param repo_metadata: dictionary of various repository items.
+   @returns: (unknown_pkgs, badlicsyntax)
+   '''
+
+   unknown_pkgs = set()
+
+   inherited_java_eclass = "java-pkg-2" in ebuild.inherited or \
+   "java-pkg-opt-2" in ebuild.inherited,
+   inherited_wxwidgets_eclass = "wxwidgets" in ebuild.inherited
+   # operator_tokens = set(["||", "(", ")"])
+   type_list, badsyntax = [], []
+   for mytype in Package._dep_keys + 

[gentoo-commits] proj/portage:master commit in: pym/repoman/modules/scan/depend/

2016-04-29 Thread Brian Dolbec
commit: 260574004ff6c4dc5187fdf579851d920788fff4
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Apr 25 17:02:26 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Apr 25 17:02:26 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=26057400

repoman: remove DependUnknown (part of ProfileDependsChecks now)

 pym/repoman/modules/scan/depend/unknown.py | 41 --
 1 file changed, 41 deletions(-)

diff --git a/pym/repoman/modules/scan/depend/unknown.py 
b/pym/repoman/modules/scan/depend/unknown.py
deleted file mode 100644
index 6667d4f..000
--- a/pym/repoman/modules/scan/depend/unknown.py
+++ /dev/null
@@ -1,41 +0,0 @@
-# -*- coding:utf-8 -*-
-
-from repoman.modules.scan.scanbase import ScanBase
-
-
-class DependUnknown(ScanBase):
-   '''Perform checks to determine unknown dependencies'''
-
-   def __init__(self, **kwargs):
-   '''Class init
-
-   @param qatracker: QATracker instance
-   '''
-   self.qatracker = kwargs.get('qatracker')
-
-   def check(self, **kwargs):
-   '''Perform unknown dependancy checks
-
-   @param ebuild: Future.result == Ebuild which we check (object).
-   @param baddepsyntax: Future.result == boolean
-   @param unknown_pkgs: set of tuples (type, atom.unevaluated_atom)
-   @returns: dictionary
-   '''
-   ebuild = kwargs.get('ebuild').get()
-   baddepsyntax = kwargs.get('baddepsyntax').get()
-   unknown_pkgs = kwargs.get('unknown_pkgs').get()
-
-   if not baddepsyntax and unknown_pkgs:
-   type_map = {}
-   for mytype, atom in unknown_pkgs:
-   type_map.setdefault(mytype, set()).add(atom)
-   for mytype, atoms in type_map.items():
-   self.qatracker.add_error(
-   "dependency.unknown", "%s: %s: %s"
-   % (ebuild.relative_path, mytype, ", 
".join(sorted(atoms
-   return False
-
-   @property
-   def runInEbuilds(self):
-   '''Ebuild level scans'''
-   return (True, [self.check])



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/, dev-qt/qt-creator/files/

2016-04-29 Thread Davide Pesavento
commit: b9b896f3f927a57afde1c63a6ff387fc0899
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri Apr 29 16:42:05 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri Apr 29 16:42:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b896f3

dev-qt/qt-creator: drop old version that won't be stabilized

Package-Manager: portage-2.2.28

 dev-qt/qt-creator/Manifest |   1 -
 .../files/3.5.1-tst_fileutils-parentDir.patch  |  32 
 dev-qt/qt-creator/qt-creator-3.5.1.ebuild  | 166 -
 3 files changed, 199 deletions(-)

diff --git a/dev-qt/qt-creator/Manifest b/dev-qt/qt-creator/Manifest
index a6f4506..a84b87a 100644
--- a/dev-qt/qt-creator/Manifest
+++ b/dev-qt/qt-creator/Manifest
@@ -1,5 +1,4 @@
 DIST qt-creator-2.8.1-src.tar.gz 24381282 SHA256 
d5ae007a297a4288d0e95fd605edbfb8aee80f6788c7a6cfb9cb297f50c364b9 SHA512 
954b0caa9a4c6b7debf62562f3c8f1b4edee13488867208e7d41544b244a111024f2c4c144e4b44e98973cf1d7b5885c13c0b6996ade58e204887eb13bb999cb
 WHIRLPOOL 
1aa5018e19315bd2528580ffa388ff17d9747e4abad28ea4bcd38315e6efc66379cdda90cb32c17dd1631d0ebedff422e53ee0b9b3c40d7a5766ff4dd9b4
 DIST qt-creator-opensource-src-3.4.2.tar.gz 23239370 SHA256 
f57df9954768badb252154a51cca9b21a4903f8e003ef944d25801cde1754bab SHA512 
65a93574bf6dd35ef4769d4e8a40cb183b2904af6cd32616c15e57654ab575280e7a5d0bbe43296a012e79127831b46fa21890d65472e0c781a95461e5a50812
 WHIRLPOOL 
a56fbb9ea76e9cc7886ee447503c4f7ca646ebf19a113ab95b9b3788d8d75871850c358f13bbd3093f544c65c65f916006cb7571a73292376a7629c236cf0e74
-DIST qt-creator-opensource-src-3.5.1.tar.gz 22580581 SHA256 
5925ac818a08be919094e0f28fb4c5d8896765e0975d54d353e4c50f13d63e65 SHA512 
ccd5e4ee669c749b19c53f4a3c18d59f73747ca18198648be48d8e5c1cc484cc360ebdb5100546cc5811d88a5139b9997d6cec1d5eeeccf7634f1c803a6e3722
 WHIRLPOOL 
85883e3462eabc03e16abaaef9cc002377b0856119ce3c1aa8aa8d5cf51a90bab667219fdf40abc7ac42f1b338337a9e152944d26c46e85747da9273e4888448
 DIST qt-creator-opensource-src-3.6.1.tar.gz 23144233 SHA256 
e53611f80332cd1d171a9b91f8467b6182186cbec6b4a9301f32367368f15de2 SHA512 
be869de5fdaf7294dca95e540b7b9228015132071aaf5315a3c8b2da3043a03528b3d75e94a7fffc567bd802dba1a48568c4a335926c1d5e1e18beaae48ecc9f
 WHIRLPOOL 
c62cb18d5c9be0fac2ea9ef355d820a29183e3b0226c1fb70bef9dc7402dd16886ceacd4029764204bde4595d77098641080ad8fdf4f58e97ebb96e3abf3ae65
 DIST qt-creator-opensource-src-4.0.0-rc1.tar.gz 22781346 SHA256 
33e478b4c5d024bcab07fa6974b2af6818666812ff88f153405bedb557e0c566 SHA512 
b109a5144c276183d2c9ae1d2406bf36b3799bf3ea442d2fed37495eb2c79a2f3fbfbbd060fdbecd4d4a54804b56b9f81285127621ffb382de89b5bdb451
 WHIRLPOOL 
f04b51d848230b7c791659e899a8e7c517488972447a1426aa36bf95e25803ee94dd2458fa0dabd7f5a68d156a8b0ceb789331dea3200dccd0d16d8cc560e3a0

diff --git a/dev-qt/qt-creator/files/3.5.1-tst_fileutils-parentDir.patch 
b/dev-qt/qt-creator/files/3.5.1-tst_fileutils-parentDir.patch
deleted file mode 100644
index c34965d..000
--- a/dev-qt/qt-creator/files/3.5.1-tst_fileutils-parentDir.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From d30eeb9c9866161a16fc38fcca7ad3772d30fcc8 Mon Sep 17 00:00:00 2001
-From: Davide Pesavento 
-Date: Sun, 18 Oct 2015 02:43:59 +0200
-Subject: Tests: add missing column to tst_fileutils::parentDir testcase
-
-The third column was accidentally removed from one data row in
-commit 271794fbc9cbeaa3393808691742893602de6cf5
-
-Fixes the following fatal error:
-QFETCH: Requested testdata 'expectFailMessage' not available, check your _data 
function.
-
-Change-Id: I4a09df2e044b4dcee1ed2ffc589082a3e2601232

- tests/auto/utils/fileutils/tst_fileutils.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tests/auto/utils/fileutils/tst_fileutils.cpp 
b/tests/auto/utils/fileutils/tst_fileutils.cpp
-index dd02f57..0b1e502 100644
 a/tests/auto/utils/fileutils/tst_fileutils.cpp
-+++ b/tests/auto/utils/fileutils/tst_fileutils.cpp
-@@ -62,7 +62,7 @@ void tst_fileutils::parentDir_data()
- QTest::newRow("//") << "//" << "" << "";
- QTest::newRow("/tmp/dir") << "/tmp/dir" << "/tmp" << "";
- QTest::newRow("relative/path") << "relative/path" << "relative" << "";
--QTest::newRow("relativepath") << "relativepath" << ".";
-+QTest::newRow("relativepath") << "relativepath" << "." << "";
- 
- // Windows stuff:
- #ifdef Q_OS_WIN
--- 
-2.6.2
-

diff --git a/dev-qt/qt-creator/qt-creator-3.5.1.ebuild 
b/dev-qt/qt-creator/qt-creator-3.5.1.ebuild
deleted file mode 100644
index 27b0b1e..000
--- a/dev-qt/qt-creator/qt-creator-3.5.1.ebuild
+++ /dev/null
@@ -1,166 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PLOCALES="cs de fr ja pl ru sl uk zh_CN zh_TW"
-inherit eutils l10n multilib qmake-utils virtualx
-
-DESCRIPTION="Lightweight IDE for C++/QML development centering around Qt"
-HOMEPAGE="http://doc.qt.io/qtcreator/;

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

2016-04-29 Thread Anthony G. Basile
commit: 7bd9362ed4933d83eaad0c20c44fd3f0cf3af77d
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Apr 29 16:32:09 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Apr 29 16:32:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bd9362e

sys-apps/install-xattr: fix bug #581552

Package-Manager: portage-2.2.26

 sys-apps/install-xattr/install-xattr-0.5-r1.ebuild | 3 ++-
 sys-apps/install-xattr/install-xattr-.ebuild   | 5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/sys-apps/install-xattr/install-xattr-0.5-r1.ebuild 
b/sys-apps/install-xattr/install-xattr-0.5-r1.ebuild
index 3e98386..027f7ee 100644
--- a/sys-apps/install-xattr/install-xattr-0.5-r1.ebuild
+++ b/sys-apps/install-xattr/install-xattr-0.5-r1.ebuild
@@ -11,7 +11,7 @@ inherit toolchain-funcs
 
 if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="git://anongit.gentoo.org/proj/elfix.git"
-   inherit git-2
+   inherit git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/install-xattr/${P}.tar.bz2;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
@@ -23,6 +23,7 @@ SLOT="0"
 
 src_prepare() {
tc-export CC
+   eapply_user
 }
 
 src_compile() {

diff --git a/sys-apps/install-xattr/install-xattr-.ebuild 
b/sys-apps/install-xattr/install-xattr-.ebuild
index d64e0c4..027f7ee 100644
--- a/sys-apps/install-xattr/install-xattr-.ebuild
+++ b/sys-apps/install-xattr/install-xattr-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 DESCRIPTION="Wrapper to coreutil's install to preserve Filesystem Extended 
Attributes"
 HOMEPAGE="https://dev.gentoo.org/~blueness/install-xattr/;
@@ -11,7 +11,7 @@ inherit toolchain-funcs
 
 if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="git://anongit.gentoo.org/proj/elfix.git"
-   inherit git-2
+   inherit git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/install-xattr/${P}.tar.bz2;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
@@ -23,6 +23,7 @@ SLOT="0"
 
 src_prepare() {
tc-export CC
+   eapply_user
 }
 
 src_compile() {



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

2016-04-29 Thread Ian Stakenvicius
commit: 7945afc74ec1c71843b8c49e3468da594982717b
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Fri Apr 29 15:58:41 2016 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Fri Apr 29 15:58:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7945afc7

profiles/base/package.use.mask: drop system-libvpx mask on mozilla ebuilds

Testing confirmed it works on ~arch systems, mixed-keyword systems may have
issues but this is no reason to limit the use of the flag.

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

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 73d8892..ed19b15 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -10,10 +10,6 @@
 # (see bug #556378 and others)
 www-client/firefox system-cairo
 mail-client/thunderbird system-cairo
-# system-libvpx on mozilla 45.1 and newer kept firefox
-# from playing html5 video in tests, mask for now until
-# further testing can determine why and fix
->=www-client/firefox-45.1.0 system-libvpx
 
 # Johannes Huber  (21 Apr 2016)
 # Unreleased dependency.



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

2016-04-29 Thread Bernard Cafarelli
commit: 03e8fb4d869e2696041f25e6c3977043452f9bc2
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Apr 29 15:36:22 2016 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Apr 29 15:36:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e8fb4d

net-misc/nxplayer: version bump

Package-Manager: portage-2.2.28

 net-misc/nxplayer/Manifest |  2 ++
 net-misc/nxplayer/nxplayer-5.1.24.1.ebuild | 40 ++
 2 files changed, 42 insertions(+)

diff --git a/net-misc/nxplayer/Manifest b/net-misc/nxplayer/Manifest
index 69076d4..994d6ad 100644
--- a/net-misc/nxplayer/Manifest
+++ b/net-misc/nxplayer/Manifest
@@ -1,4 +1,6 @@
 DIST nomachine-enterprise-client_5.0.63_3_i686.tar.gz 28334138 SHA256 
02566c89c4af790f93ea8b19598948b5fa2cd99a88fa1f5980bb3b968ebc1b83 SHA512 
27cde31a8805862617e898bf27eec99c9d848d455aea5e021e99da5cf920baf45d487bbeef75cd98142c6e65fa299ce6fc8c40ce8370f69698db6e0d6f00d937
 WHIRLPOOL 
fce14d52e83322e3ee0199bfb8e7d985ddf9ba3221f757e54ec8b5f4fdac9c67fd223e6c445d54567ce530ca5d8227fe809ed02b950f76bb566e17926a25d846
 DIST nomachine-enterprise-client_5.0.63_3_x86_64.tar.gz 29300554 SHA256 
c91965df38ae370142b17bdcd73fae87e88d88e5310e7dea3c89006cb8fa1938 SHA512 
aa9e37b4a9b52e534289f4879be2c98ee7db6aa0379270a1a757bfc6bc3550a258987c365329732f162ebd26d0b442649756c33426e28bb2c84c041d88f3eea0
 WHIRLPOOL 
df50c1f6aa0e89612a956289db686b358bfcdb73fe835f5c73345166448fcecdfe23958384ba9da79a05bac4ec92743e4bdaf86b819bf869334eb5551dae8144
+DIST nomachine-enterprise-client_5.1.24_1_i686.tar.gz 28378074 SHA256 
04a38fa2b841b05357523eb10cd551e53d04b83df7087519b5d3c0ef831fcf96 SHA512 
9ac3ee63a2c9dd7d6a110924a92718c7a9738e5bfbc7a3a30b2060a64c5eaeab3597e0d0532890e0e463869e47781528b6c7006d96634bf819cdd2415e35015c
 WHIRLPOOL 
26152988ce59e9814b2feaf287aa5c2a69789d31091d680c3baf48f45f9e8d9fcd56af3e692693be367ccbdb47ab0c9420936396b255a783cacbb451545fabff
+DIST nomachine-enterprise-client_5.1.24_1_x86_64.tar.gz 29381273 SHA256 
63700184c5650c2dd8ed0162102c451e16ba8e8726070c36d53050f6bf9c3641 SHA512 
18bbba7d729fd1ade04ad2d4812bd4b1bbe806036b44cbb8f9648e8bfa32008d72bc85d380fe1fc352ce92de50104fc43da030d56349502ac46a7ed6fa6afc42
 WHIRLPOOL 
7315cbb5009da8b35c435b6049c3041e41ac8d036522f3001ece7d3c92be732678d8b19948215840948ecfe4458b928bcbd3a6d1f07b716cded09108a3ee09b4
 DIST nomachine-enterprise-client_5.1.7_6_i686.tar.gz 46115 SHA256 
7d9c3cbb96315a63b6a2e5a317d301ef0ceddff21ddc229f642de73b872cba3c SHA512 
97cc898063a4c27ec0eb6924fa0b778b4a7844b7bb9884477fc42c7407ada16182b2e48e0d45c5e21405afaf092a7fd9934446e7d15d63b35ff59e476d90c79e
 WHIRLPOOL 
0ef513f412da0f30f0d3d150d615ec1278b26fc82faee09532a8816584abdb677c5322bf67e2f58eca2338043838e58d77c155671ce7e62088897d685fd73b06
 DIST nomachine-enterprise-client_5.1.7_6_x86_64.tar.gz 29373847 SHA256 
7a2d43bae7bfdc6e47980f827cfe764bb767601520fcd6a5e78c40b7aa4ab4cd SHA512 
a297fae2a81ce0add4042caba05e2f5d0779f312a91ad9bc71e6498363fad2ec45f40a638b9b6dc1daea986f30dd6bff27896b74ae7ebf3a4cb37abeda126b2e
 WHIRLPOOL 
b5a72d7905a7431855f188b718f1ad5da7be3c350f6979bc50df609cc8458315ec5f2cac65f037444d90f20f50a2daaa0e0062a53295e5cf6bee707181b3f231

diff --git a/net-misc/nxplayer/nxplayer-5.1.24.1.ebuild 
b/net-misc/nxplayer/nxplayer-5.1.24.1.ebuild
new file mode 100644
index 000..3568c86
--- /dev/null
+++ b/net-misc/nxplayer/nxplayer-5.1.24.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils versionator
+
+MY_P="nomachine-enterprise-client_$(get_version_component_range 
1-3)_$(get_version_component_range 4)"
+
+DESCRIPTION="Client for NoMachine remote servers"
+HOMEPAGE="http://www.nomachine.com;
+SRC_URI="amd64? ( 
http://download.nomachine.com/download/$(get_version_component_range 
1-2)/Linux/${MY_P}_x86_64.tar.gz )
+   x86? ( 
http://download.nomachine.com/download/$(get_version_component_range 
1-2)/Linux/${MY_P}_i686.tar.gz )"
+LICENSE="nomachine"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+RESTRICT="strip"
+
+DEPEND=""
+RDEPEND="dev-libs/glib:2
+   dev-libs/openssl:0"
+
+S=${WORKDIR}/NX/etc/NX/player/packages
+
+QA_PREBUILT="*"
+
+src_install()
+{
+   local NXROOT=/opt/NX
+
+#  dodir /etc/NX/localhost
+#  echo 'PlayerRoot = "'"${NXROOT}"'"' > ${D}/etc/NX/localhost/player.cfg
+
+   dodir /opt
+   tar xozf nxclient.tar.gz -C "${D}"/opt
+   tar xozf nxplayer.tar.gz -C "${D}"/opt
+
+   make_wrapper nxplayer ${NXROOT}/bin/nxplayer ${NXROOT} ${NXROOT}/lib 
/opt/bin
+}



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

2016-04-29 Thread Agostino Sarubbo
commit: 3c55fd1c6e7cc021d7b67563716493dd14d2afea
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Apr 29 15:20:42 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Apr 29 15:20:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c55fd1c

sys-kernel/vanilla-sources: Automated version bump to 4.1.23 - remove old.

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

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-4.1.22.ebuild => vanilla-sources-4.1.23.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 3f32b93..32c9e5f 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -13,6 +13,6 @@ DIST patch-3.14.67.xz 1152132 SHA256 
71352f56cbce2a07efa569cc6564dcc6cbaa92345da
 DIST patch-3.18.32.xz 890188 SHA256 
63c163fbb5bb68eed94c7925e807ec34fed1e888112810e6784b874828784c84 SHA512 
ff42317009800a447fd5cd7c97537a2e5c5e4883e6c243ce2b8ca154f42c25c01810540ae70568d816c704400b8824ae870ba08c2cab6bdaf65f38c3afc75040
 WHIRLPOOL 
38f5ca159aaefad33b18591361d1ec68f858b6842b364c725c7575364e8f3aab97e80d765cbf11b604beb7cfb33d4d56fa5f3e93e6886c57788f1af86f44529b
 DIST patch-3.2.79.xz 1573740 SHA256 
2766147dde1ceb7f374c8538d32c499c9183c26e4c3f5a6aa43b1a2fb96b2d10 SHA512 
0414ec55b3f909245f91363bf65733d2490199095280ea3dcf9c6f9672bcbb26e664fed49d58d7bea3da1f635af6964d86e3cdacdd95a6a3b791f7d9cc39e80f
 WHIRLPOOL 
cb6c793015223822fc7cdc072cdda6a574ddc0ead9f1f18eaa61773763db5ada3d451465ed51b9006de70cc68e02411c0ebdc73dd269305c68997b9acdde95ef
 DIST patch-3.4.112.xz 1337588 SHA256 
01d33e0582be65f75835599ebf659f46c0ad0b7f64b826c78e5402550f2224c8 SHA512 
474bb722b4c5adcb81d73df2091f4a0873be01a7f287a34bed7d68b134bcdc8dee3ef7a658f2e9f0e3572bb1ca83ed8b06ece31346fe3685476a1fabb9bc0a2e
 WHIRLPOOL 
5bb15bb566ed73dc5f316d2e57b655733de4263c1bf78f2af61c34097cce49ebf5480d4d4748e5725a7ed83dac4230a083135e30b19379ec05ffd84cc96f
-DIST patch-4.1.22.xz 687872 SHA256 
0d9411d7cc7b32ac17538885aa1d3861cd34af09637c1aa81b228d2e0a732956 SHA512 
95d45c8947206e066f523c830c5f0c55527850f964532a9a1b0787c5c11570ce60bacabb3276d317614a436c3d0fb90875c4e31e266c847a7b5de32e3be04b29
 WHIRLPOOL 
581edd9cd9003868ddd16cb6d7377b26a116105289a58dce0621c9268c1a5de33add3977237dc4fce18f060f9cc52c2a365b13f1f66a8ca8849a8e84b89de23c
+DIST patch-4.1.23.xz 703592 SHA256 
b27ac56715c859cab298ad34dfc055b71fd7b8bc8aa066e0c9ef71c192440569 SHA512 
5c861ef224a7de1839d5dd0a656d1e93cdcb00511447cfd7119140dd2b7c9d20e632109764cb00d7cff5474c0d70ebc317ec8df3f4866a70f90937dea12380aa
 WHIRLPOOL 
5568b638e5def7050c483c51e5b680cb68cbeae9c701d4eb368c1dac23cdc2ad651fcc9ec258b02b0625faa057d517c227a10aedcc4f6d91d0f775a7bb4b3382
 DIST patch-4.4.8.xz 331620 SHA256 
11ec99ae0600bd831ff8d71b77e64592f4b6918b7857fd9ff0284ea4cf267b4e SHA512 
d53d6950bc121107fecec91b4cd33473b0b18e7188bd387cd02f3ab4ece0f7dc6f1530ad9b7a44655afb7d823fb94ad8d8710902367c9b12911eb2247a12f2c7
 WHIRLPOOL 
1fc7e059c5dcbdac3f6c7d485371f27d24a99c4be0d08d3a3d752edc22b251990cb56da92d4c9029444502696aca895ea23934e6f577917293ed8369252964fa
 DIST patch-4.5.2.xz 115772 SHA256 
a9913a04ddbd06acde9b00b3179c41fddb99f61168ef5d01d3e8cf72385038b1 SHA512 
cc0ba1c2205ab44d41c9792e03e0164cc8bb79eae3d324d138f61ef714513d06abdedc5467d6f0b5fa6601d47032cea66840c01104dfe8f5b606c76483a5355a
 WHIRLPOOL 
870d89edc089017ca850d66b37aeb1810199034ef4250778c09be177d47ce292fbc2f64e7cadcc122f7752f046d2ea5b8616a0b1a41a2eda05aecd8ffbf59c82

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.1.22.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.1.23.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.1.22.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.1.23.ebuild



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

2016-04-29 Thread Richard Farina
commit: 9009563e9e6bb378ddb7b6e56ef0e3769cae3c6f
Author: Zero_Chaos  gentoo  org>
AuthorDate: Fri Apr 29 14:59:55 2016 +
Commit: Richard Farina  gentoo  org>
CommitDate: Fri Apr 29 14:59:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9009563e

dev-libs/libx86: arm keyword, bug #579682

Package-Manager: portage-2.2.28

 dev-libs/libx86/libx86-1.1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libx86/libx86-1.1-r4.ebuild 
b/dev-libs/libx86/libx86-1.1-r4.ebuild
index 8b172d3..e732e0e 100644
--- a/dev-libs/libx86/libx86-1.1-r4.ebuild
+++ b/dev-libs/libx86/libx86-1.1-r4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://www.codon.org.uk/~mjg59/${PN}/downloads/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="static-libs"
 
 src_prepare() {



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

2016-04-29 Thread Matt Thode
commit: f9dd3ab3540c0a7f50a62ffc7460317f09f7d6cc
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Apr 29 13:55:22 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Apr 29 13:55:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9dd3ab3

app-admin/puppetdb: bup

Package-Manager: portage-2.2.26

 app-admin/puppetdb/Manifest  |  1 +
 app-admin/puppetdb/puppetdb-4.0.2.ebuild | 91 
 2 files changed, 92 insertions(+)

diff --git a/app-admin/puppetdb/Manifest b/app-admin/puppetdb/Manifest
index e8dad77..aeae79f 100644
--- a/app-admin/puppetdb/Manifest
+++ b/app-admin/puppetdb/Manifest
@@ -1,3 +1,4 @@
 DIST puppetdb-3.2.3.tar.gz 25469315 SHA256 
3b9d121e54da1511834d708437c9c9ca15db2818314f442511bbb2e576a7afaa SHA512 
d15a497bce10e1af989e1deaba99794929916362e13393814d2c5545f80ee4fb0976758c3bd0ae41466bd0364ba5df417fa69afde8bf24e6573119cdbe814aa9
 WHIRLPOOL 
031c14df0df52320926030e32290fb8ab5115e800711d90b2c5acdc712fa7bbcefbc83afc380bbeff4f1b30654d724a8db01c9b5ace3f6bc0deeeb31127e4443
 DIST puppetdb-3.2.4.tar.gz 25695565 SHA256 
580d25ace29b61d7504dfc2650fd7e1c6a14e77421cbfafed14703d857996d84 SHA512 
ff9214a4bcf2815ee4feecae91c697dc409a28acd934a82d56cdbae875fe95b5a0928a302749df2219bbc9db723402739abb2d9dc7fb70ab0934da8534a683b1
 WHIRLPOOL 
bfecad13e578700c271fdaf403163d0c43af9affc826e7b6c0dab54b3457cd10851559ffacf53852cea1e9215c7eeba248c4e2b4260942ee5039252817f28033
 DIST puppetdb-4.0.0.tar.gz 22121324 SHA256 
e28d898e1912a43cb3f2555c5bacf4cb03d819579ad5c018b70b5f73af52fc33 SHA512 
d2b06f470bb30ff7b6d6d02cd1d40ae6a9f1456baa7e15aac0ed51c6fae1f5b9b4c06d97896bd7c509302c8e26353d286c26e6a11fcb983ebf2569edf84bbf4d
 WHIRLPOOL 
c9c94cb9e2db49a3e0760a19ce7b714ee0e382087acba017a5392abbc3bd8ae12449aa7008dd4ab58cec18027fb6a5091b892d157c8562db0c1c6bed9993a31c
+DIST puppetdb-4.0.2.tar.gz 22131185 SHA256 
7306f509f2caf642e37c0b8c1d67a07734a7912ae6ce0887c805d038e3d43fb6 SHA512 
60594246df950f644cdc8d17da16685b15ab3b4838586820a1fd2a242aaa66a0320a1ffd8da445c7a071f8af15305ad711a588eb1ac5c0646a8bfed65e5b935f
 WHIRLPOOL 
77406d20e62014f3e3ac4c688ffa9792b1590ea05b5a176aa4a36d34e7f74792d86350f74e4b4274015fe6e96dbc198f26bf016b8c10993621e507c0e9cd

diff --git a/app-admin/puppetdb/puppetdb-4.0.2.ebuild 
b/app-admin/puppetdb/puppetdb-4.0.2.ebuild
new file mode 100644
index 000..1386a3e
--- /dev/null
+++ b/app-admin/puppetdb/puppetdb-4.0.2.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit multilib systemd user
+
+DESCRIPTION="PuppetDB collects data generated by Puppet."
+HOMEPAGE="http://docs.puppetlabs.com/puppetdb/;
+SRC_URI="https://downloads.puppetlabs.com/${PN}/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+# will need the same keywords as puppet
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND+=">=virtual/jdk-1.7.0"
+DEPEND+=""
+
+pkg_setup() {
+   enewgroup puppetdb
+   enewuser puppetdb -1 -1 /opt/puppetlabs/server/data/puppetdb "puppetdb"
+}
+
+src_prepare() {
+   sed -i 's/sysconfig/conf\.d/g' ext/redhat/puppetdb.service || die
+   sed -i 's/sysconfig/conf\.d/g' ext/bin/puppetdb || die
+   sed -i 's/sysconfig/conf\.d/g' install.sh || die
+   sed -i 's/var\/run/run/g' ext/puppetdb.tmpfiles.conf || die
+   sed -i 's/var\/run/run/g' install.sh || die
+}
+
+src_compile() {
+   einfo "not compiling"
+}
+
+src_install() {
+   dodir /opt/puppetlabs/server/data/puppetdb
+   insinto /opt/puppetlabs/server/apps/puppetdb
+   insopts -m0744
+   doins ext/ezbake-functions.sh
+   insopts -m0644
+   doins ext/ezbake.manifest
+   doins puppetdb.jar
+   insinto /etc/puppetlabs/puppetdb
+   doins ext/config/logback.xml
+   doins ext/config/bootstrap.cfg
+   doins ext/config/request-logging.xml
+   insinto /etc/puppetlabs/puppetdb/conf.d
+   doins ext/config/conf.d/jetty.ini
+   doins ext/config/conf.d/repl.ini
+   doins ext/config/conf.d/database.ini
+   doins ext/config/conf.d/config.ini
+   insopts -m0755
+   insinto /opt/puppetlabs/server/apps/puppetdb/scripts
+   doins install.sh
+   insinto /opt/puppetlabs/server/apps/puppetdb/cli/apps
+   doins ext/cli/foreground
+   doins ext/cli/ssl-setup
+   doins ext/cli/export
+   doins ext/cli/config-migration
+   doins ext/cli/foreground
+   doins ext/cli/anonymize
+   doins ext/cli/import
+   insinto /opt/puppetlabs/server/apps/puppetdb/bin
+   doins ext/bin/puppetdb
+   insopts -m0644
+   dodir /opt/puppetlabs/server/bin
+   dosym ../apps/puppetdb/bin/puppetdb /opt/puppetlabs/server/bin/puppetdb
+   dodir /opt/puppetlabs/bin
+   dosym ../server/apps/puppetdb/bin/puppetdb /opt/puppetlabs/bin/puppetdb
+   dosym /opt/puppetlabs/server/apps/puppetdb/bin/puppetdb 
/usr/bin/puppetdb
+   # init type tasks
+   

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

2016-04-29 Thread Michał Górny
commit: a0889cc3633ccfb89c2a07938aec4a986addbfba
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 29 13:20:47 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 29 13:20:47 2016 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=a0889cc3

repositories: Add rs-overlay, #581494

 files/overlays/repositories.xml | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 62d5db5..89b6816 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -4101,6 +4101,17 @@ FIN
 
 rsync://roverlay.dev.gentoo.org/roverlay
   
+  
+rs-overlay
+Gentoo overlay for conveniance
+https://github.com/gled-rs/rs-overlay
+
+  g...@remote-shell.net
+  Tristan Mahé
+
+https://github.com/gled-rs/rs-overlay.git
+https://github.com/gled-rs/rs-overlay/commits/master.atom
+  
   
 ruby
 Experimental ebuilds from the Ruby edge.



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

2016-04-29 Thread Agostino Sarubbo
commit: 4dba362d9100e6c2fb39ec904e1f00e30cfb4266
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Apr 29 13:00:49 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Apr 29 13:00:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dba362d

www-apps/icingaweb2: amd64 stable wrt bug #581456

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

 www-apps/icingaweb2/icingaweb2-2.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/icingaweb2/icingaweb2-2.3.2.ebuild 
b/www-apps/icingaweb2/icingaweb2-2.3.2.ebuild
index 4b582b6..3f2f35c 100644
--- a/www-apps/icingaweb2/icingaweb2-2.3.2.ebuild
+++ b/www-apps/icingaweb2/icingaweb2-2.3.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://codeload.github.com/Icinga/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="apache2 ldap mysql nginx postgres"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND=">=net-analyzer/icinga2-2.1.1
|| (



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/subversion/

2016-04-29 Thread Agostino Sarubbo
commit: 6f8602d5f97ac21c914800d362d959c30bfe662c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Apr 29 13:00:42 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Apr 29 13:00:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f8602d5

dev-vcs/subversion: amd64 stable wrt bug #581448

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

 dev-vcs/subversion/subversion-1.8.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/subversion/subversion-1.8.16.ebuild 
b/dev-vcs/subversion/subversion-1.8.16.ebuild
index 58a0084..b44d55b 100644
--- a/dev-vcs/subversion/subversion-1.8.16.ebuild
+++ b/dev-vcs/subversion/subversion-1.8.16.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Subversion GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring +http 
java kde nls perl python ruby sasl test vim-syntax"
 
 COMMON_DEPEND=">=dev-db/sqlite-3.7.12



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

2016-04-29 Thread Agostino Sarubbo
commit: cc533f48fdc8ffe840494fa9a3c9b80a4118d0d1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Apr 29 13:00:56 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Apr 29 13:00:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc533f48

net-misc/ntp: amd64 stable wrt bug #581528

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

 net-misc/ntp/ntp-4.2.8_p7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/ntp/ntp-4.2.8_p7.ebuild b/net-misc/ntp/ntp-4.2.8_p7.ebuild
index 49ee982..c8fc44b 100644
--- a/net-misc/ntp/ntp-4.2.8_p7.ebuild
+++ b/net-misc/ntp/ntp-4.2.8_p7.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${PV:0:3}/${MY_P}.tar
 
 LICENSE="HPND BSD ISC"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~ia64-linux ~x86-linux ~m68k-mint"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~ia64-linux ~x86-linux ~m68k-mint"
 IUSE="caps debug ipv6 libressl openntpd parse-clocks readline samba selinux 
snmp ssl +threads vim-syntax zeroconf"
 
 CDEPEND="readline? ( >=sys-libs/readline-4.1:0= )



[gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/macos/arch/x64/, profiles/prefix/darwin/macos/arch/x86/

2016-04-29 Thread Fabian Groffen
commit: dc07716c937a2dcf63a342bcbe0acd90b0be2fe9
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Apr 29 12:34:14 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Apr 29 12:34:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc07716c

profiles/prefix/darwin/macos/arch: uncouple x64 and x86 for it conflicts in ABI

 profiles/prefix/darwin/macos/arch/x64/parent   | 1 -
 profiles/prefix/darwin/macos/arch/x86/package.mask | 1 -
 profiles/prefix/darwin/macos/arch/x86/package.use.mask | 1 -
 3 files changed, 3 deletions(-)

diff --git a/profiles/prefix/darwin/macos/arch/x64/parent 
b/profiles/prefix/darwin/macos/arch/x64/parent
deleted file mode 100644
index e6e4a52..000
--- a/profiles/prefix/darwin/macos/arch/x64/parent
+++ /dev/null
@@ -1 +0,0 @@
-../x86

diff --git a/profiles/prefix/darwin/macos/arch/x86/package.mask 
b/profiles/prefix/darwin/macos/arch/x86/package.mask
index 4dd581d..457b991 100644
--- a/profiles/prefix/darwin/macos/arch/x86/package.mask
+++ b/profiles/prefix/darwin/macos/arch/x86/package.mask
@@ -2,6 +2,5 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-# The 32-bits profile is inherited by the 64-bits one!
 # All the Mac OS X profiles inherit from their matching arch profile here.
 

diff --git a/profiles/prefix/darwin/macos/arch/x86/package.use.mask 
b/profiles/prefix/darwin/macos/arch/x86/package.use.mask
index 364cce4..5a98d28 100644
--- a/profiles/prefix/darwin/macos/arch/x86/package.use.mask
+++ b/profiles/prefix/darwin/macos/arch/x86/package.use.mask
@@ -3,7 +3,6 @@
 # $Id$
 
 # The 32-bits profile is inherited by the 64-bits one!
-# All the Mac OS X profiles inherit from their matching arch profile here.
 
 
 # Alexandre Rostovtsev  (09 Jan 2012)



[gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/macos/arch/ppc/, profiles/prefix/darwin/macos/arch/x64/, ...

2016-04-29 Thread Fabian Groffen
commit: 872ed3541b475cf1e9d0a7d0021621aab137
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Apr 29 12:47:16 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Apr 29 12:47:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=872e

profiles/prefix/darwin/macos: add appropriate mask/force for ABI USE-flags, bug 
#579454

 profiles/prefix/darwin/macos/arch/ppc/use.force | 3 ++-
 profiles/prefix/darwin/macos/arch/ppc/use.mask  | 7 +++
 profiles/prefix/darwin/macos/arch/x64/use.force | 3 ++-
 profiles/prefix/darwin/macos/arch/x64/use.mask  | 7 +++
 profiles/prefix/darwin/macos/arch/x86/use.force | 3 ++-
 profiles/prefix/darwin/macos/arch/x86/use.mask  | 7 +++
 6 files changed, 27 insertions(+), 3 deletions(-)

diff --git a/profiles/prefix/darwin/macos/arch/ppc/use.force 
b/profiles/prefix/darwin/macos/arch/ppc/use.force
index 50b02bf..63e95a3 100644
--- a/profiles/prefix/darwin/macos/arch/ppc/use.force
+++ b/profiles/prefix/darwin/macos/arch/ppc/use.force
@@ -1,6 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 # Force the flag corresponding to the default ABI
+ppc-macos
 abi_ppc_32

diff --git a/profiles/prefix/darwin/macos/arch/ppc/use.mask 
b/profiles/prefix/darwin/macos/arch/ppc/use.mask
new file mode 100644
index 000..2c96250
--- /dev/null
+++ b/profiles/prefix/darwin/macos/arch/ppc/use.mask
@@ -0,0 +1,7 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Unmask the flag corresponding to the default ABI
+-ppc-macos
+-abi_ppc_32

diff --git a/profiles/prefix/darwin/macos/arch/x64/use.force 
b/profiles/prefix/darwin/macos/arch/x64/use.force
index 953c261..b6d3947 100644
--- a/profiles/prefix/darwin/macos/arch/x64/use.force
+++ b/profiles/prefix/darwin/macos/arch/x64/use.force
@@ -1,6 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 # Force the flag corresponding to the default ABI
+x64-macos
 abi_x86_64

diff --git a/profiles/prefix/darwin/macos/arch/x64/use.mask 
b/profiles/prefix/darwin/macos/arch/x64/use.mask
new file mode 100644
index 000..9702d75
--- /dev/null
+++ b/profiles/prefix/darwin/macos/arch/x64/use.mask
@@ -0,0 +1,7 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Unmask the flag corresponding to the default ABI
+-x64-macos
+-abi_x86_64

diff --git a/profiles/prefix/darwin/macos/arch/x86/use.force 
b/profiles/prefix/darwin/macos/arch/x86/use.force
index 6324061..8f00cb9 100644
--- a/profiles/prefix/darwin/macos/arch/x86/use.force
+++ b/profiles/prefix/darwin/macos/arch/x86/use.force
@@ -1,6 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 # Force the flag corresponding to the default ABI
+x86-macos
 abi_x86_32

diff --git a/profiles/prefix/darwin/macos/arch/x86/use.mask 
b/profiles/prefix/darwin/macos/arch/x86/use.mask
new file mode 100644
index 000..3ab4866
--- /dev/null
+++ b/profiles/prefix/darwin/macos/arch/x86/use.mask
@@ -0,0 +1,7 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Unmask the flag corresponding to the default ABI
+-x86-macos
+-abi_x86_32



[gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/macos/, profiles/prefix/darwin/macos/arch/x86/

2016-04-29 Thread Fabian Groffen
commit: a1566e3f6693197771523dee0c7c517b4831fec1
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Apr 29 12:38:05 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Apr 29 12:38:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1566e3f

profiles/prefix/darwin/macos: move generic masks from x86 to base level

 profiles/prefix/darwin/macos/arch/x86/package.mask  | 2 +-
 profiles/prefix/darwin/macos/arch/x86/package.use.force | 5 +
 profiles/prefix/darwin/macos/arch/x86/package.use.mask  | 4 ++--
 profiles/prefix/darwin/macos/package.use.force  | 6 +-
 4 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/profiles/prefix/darwin/macos/arch/x86/package.mask 
b/profiles/prefix/darwin/macos/arch/x86/package.mask
index 457b991..aa09aa8 100644
--- a/profiles/prefix/darwin/macos/arch/x86/package.mask
+++ b/profiles/prefix/darwin/macos/arch/x86/package.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 

diff --git a/profiles/prefix/darwin/macos/arch/x86/package.use.force 
b/profiles/prefix/darwin/macos/arch/x86/package.use.force
index 6786547..815fec8 100644
--- a/profiles/prefix/darwin/macos/arch/x86/package.use.force
+++ b/profiles/prefix/darwin/macos/arch/x86/package.use.force
@@ -1,7 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-# Fabian Groffen  (24 Mar 2012)
-# Non-threaded target doesn't exist for Mac OS X Intel
-media-gfx/tachyon threads opengl

diff --git a/profiles/prefix/darwin/macos/arch/x86/package.use.mask 
b/profiles/prefix/darwin/macos/arch/x86/package.use.mask
index 5a98d28..78bca45 100644
--- a/profiles/prefix/darwin/macos/arch/x86/package.use.mask
+++ b/profiles/prefix/darwin/macos/arch/x86/package.use.mask
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-# The 32-bits profile is inherited by the 64-bits one!
+# All the Mac OS X profiles inherit from their matching arch profile here.
 
 
 # Alexandre Rostovtsev  (09 Jan 2012)

diff --git a/profiles/prefix/darwin/macos/package.use.force 
b/profiles/prefix/darwin/macos/package.use.force
index 7d01fda..1f85630 100644
--- a/profiles/prefix/darwin/macos/package.use.force
+++ b/profiles/prefix/darwin/macos/package.use.force
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,6 +6,10 @@
 # for clang ebuild to work, llvm must build the clang frontend
 sys-devel/llvm clang
 
+# Fabian Groffen  (24 Mar 2012)
+# Non-threaded target doesn't exist for Mac OS X Intel
+media-gfx/tachyon threads opengl
+
 # Elias Pipping  (01 Jan 2008)
 # only GUI that works under macosx
 app-editor/gvim aqua



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

2016-04-29 Thread Alexey Shvetsov
commit: 107e5c31a92fa780f72528a3b29fce69446ddf17
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Fri Apr 29 11:35:04 2016 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Fri Apr 29 11:35:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=107e5c31

media-gfx/cura: fix deps

should depend on libarcus[python]

Package-Manager: portage-2.2.28

 media-gfx/cura/cura-2.1.0_beta.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/cura/cura-2.1.0_beta.ebuild 
b/media-gfx/cura/cura-2.1.0_beta.ebuild
index 5b991fa..0e4811d 100644
--- a/media-gfx/cura/cura-2.1.0_beta.ebuild
+++ b/media-gfx/cura/cura-2.1.0_beta.ebuild
@@ -20,7 +20,7 @@ SLOT="0"
 IUSE="+usb"
 
 RDEPEND="${PYTHON_DEPS}
-   dev-libs/libarcus:=[${PYTHON_USEDEP}]
+   dev-libs/libarcus:=[python,${PYTHON_USEDEP}]
dev-python/uranium[${PYTHON_USEDEP}]
usb? ( dev-python/pyserial[${PYTHON_USEDEP}] )
~media-gfx/curaengine-${PV}"



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

2016-04-29 Thread Anthony G. Basile
commit: 651c0e61444d9438f85fd6b9f0095bbb14076e88
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Apr 29 10:49:41 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Apr 29 11:11:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=651c0e61

sys-apps/install-xattr: cleanup how we do PREFIX and bump to EAPI=6

Package-Manager: portage-2.2.26

 ...ttr-.ebuild => install-xattr-0.5-r1.ebuild} | 30 ++
 sys-apps/install-xattr/install-xattr-.ebuild   | 28 +---
 2 files changed, 39 insertions(+), 19 deletions(-)

diff --git a/sys-apps/install-xattr/install-xattr-.ebuild 
b/sys-apps/install-xattr/install-xattr-0.5-r1.ebuild
similarity index 66%
copy from sys-apps/install-xattr/install-xattr-.ebuild
copy to sys-apps/install-xattr/install-xattr-0.5-r1.ebuild
index 7ebd6fa..3e98386 100644
--- a/sys-apps/install-xattr/install-xattr-.ebuild
+++ b/sys-apps/install-xattr/install-xattr-0.5-r1.ebuild
@@ -1,23 +1,21 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
+
 DESCRIPTION="Wrapper to coreutil's install to preserve Filesystem Extended 
Attributes"
 HOMEPAGE="https://dev.gentoo.org/~blueness/install-xattr/;
 
 inherit toolchain-funcs
 
-S="${WORKDIR}/${PN}"
-
 if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="git://anongit.gentoo.org/proj/elfix.git"
-   EGIT_CHECKOUT_DIR="${S}"
-   S+=/misc/${PN}
-   inherit git-r3
+   inherit git-2
 else
SRC_URI="https://dev.gentoo.org/~blueness/install-xattr/${P}.tar.bz2;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
+   S=${WORKDIR}/${PN}
 fi
 
 LICENSE="GPL-3"
@@ -25,11 +23,23 @@ SLOT="0"
 
 src_prepare() {
tc-export CC
-   sed -e "s|^\\(PREFIX = \\)\\(/usr\\)$|\\1${EPREFIX}\\2|" \
-   -i Makefile || die "sed Makefile failed"
+}
+
+src_compile() {
+   if [[ ${PV} == "" ]] ; then
+   cd "${WORKDIR}/${P}/misc/${PN}" || die
+   fi
+   default
+}
+
+src_install() {
+   if [[ ${PV} == "" ]] ; then
+   cd "${WORKDIR}/${P}/misc/${PN}" || die
+   fi
+   DESTDIR=${ED} emake install
 }
 
 # We need to fix how tests are done
 src_test() {
-   return 0
+   true
 }

diff --git a/sys-apps/install-xattr/install-xattr-.ebuild 
b/sys-apps/install-xattr/install-xattr-.ebuild
index 7ebd6fa..d64e0c4 100644
--- a/sys-apps/install-xattr/install-xattr-.ebuild
+++ b/sys-apps/install-xattr/install-xattr-.ebuild
@@ -1,23 +1,21 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
+
 DESCRIPTION="Wrapper to coreutil's install to preserve Filesystem Extended 
Attributes"
 HOMEPAGE="https://dev.gentoo.org/~blueness/install-xattr/;
 
 inherit toolchain-funcs
 
-S="${WORKDIR}/${PN}"
-
 if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="git://anongit.gentoo.org/proj/elfix.git"
-   EGIT_CHECKOUT_DIR="${S}"
-   S+=/misc/${PN}
-   inherit git-r3
+   inherit git-2
 else
SRC_URI="https://dev.gentoo.org/~blueness/install-xattr/${P}.tar.bz2;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
+   S=${WORKDIR}/${PN}
 fi
 
 LICENSE="GPL-3"
@@ -25,11 +23,23 @@ SLOT="0"
 
 src_prepare() {
tc-export CC
-   sed -e "s|^\\(PREFIX = \\)\\(/usr\\)$|\\1${EPREFIX}\\2|" \
-   -i Makefile || die "sed Makefile failed"
+}
+
+src_compile() {
+   if [[ ${PV} == "" ]] ; then
+   cd "${WORKDIR}/${P}/misc/${PN}" || die
+   fi
+   default
+}
+
+src_install() {
+   if [[ ${PV} == "" ]] ; then
+   cd "${WORKDIR}/${P}/misc/${PN}" || die
+   fi
+   DESTDIR=${ED} emake install
 }
 
 # We need to fix how tests are done
 src_test() {
-   return 0
+   true
 }



  1   2   >