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

2016-04-10 Thread Alexis Ballier
commit: 34d7ae636f2768fcb371f3f404654d67013ef02f
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Apr 11 05:55:47 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Apr 11 05:55:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d7ae63

sci-mathematics/coq: bump to 8.5pl1

Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier  gentoo.org>

 sci-mathematics/coq/Manifest  |  1 +
 sci-mathematics/coq/coq-8.5_p1.ebuild | 96 +++
 2 files changed, 97 insertions(+)

diff --git a/sci-mathematics/coq/Manifest b/sci-mathematics/coq/Manifest
index 488365d..1570130 100644
--- a/sci-mathematics/coq/Manifest
+++ b/sci-mathematics/coq/Manifest
@@ -1,3 +1,4 @@
 DIST coq-8.4pl5.tar.gz 4070062 SHA256 
35815ab78a58d72799eacaab155427620ab071677882ca6c98d7bfec97d25245 SHA512 
0965ff409933d601a5c96963ea805ce20dd22f1fd9a9473898de1b376403b4e7a9a86b36b58eb1480cfb3a25970626e1dcd225899c089f5a301f4809e7f8f242
 WHIRLPOOL 
6dea97e7fe655a33757e8f031b28f91f98558e53205890d6b9d928d5641c05814f8d743cb02c39b26dcf93aa4076c5bbd9710a7dfd9f6a3456e38039b0cb8220
 DIST coq-8.4pl6.tar.gz 4099815 SHA256 
a540a231a9970a49353ca039f3544616ff86a208966ab1c593779ae13c91ebd6 SHA512 
238bc6e28348f40f5619aa28d2e871179d9edeb6eb3f2521af6f407e24a889c8c68fa11c8b12e026f016f0fb7d5006447c3ab7eeae0804fc082d65774aefe0ef
 WHIRLPOOL 
2120dcddce773d90ba024e97fc00df3d563edf398eaf0bbb3dc1df1265b5e657cb4044d334f598898c30a88f0579b35b38f1d6bad4ea5e373a0a30826b245e99
 DIST coq-8.5.tar.gz 5346653 SHA256 
89a92fb8b91e7cb0797d41c87cd13e4b63bee76c32a6dcc3d7c8055ca6a9ae3d SHA512 
28835a9dc4c926f97b14d23fe746e45e17942003e29807ec59f301eb0b697d704f05afc4cccd31b83bc27e9877d079d00e94a2101ba16ae32f4134e90ad011fb
 WHIRLPOOL 
30925b92f71ba606e43f1b46368822e8d6f6e6c1ae500c8fe1fc912c4ef0608c6db3c070d37ffabbd0e054eac0ff7d1b1e46eae33b73149bf238101b20a0f6d2
+DIST coq-8.5pl1.tar.gz 5364928 SHA256 
97047fc5e628f22e308efd3e86f625ae0504507decb96f2541e8e67eeaac20e8 SHA512 
d907398e293cfc708c9314b3bbd57abf0806883cc1891d2b428f24e338953147586c0754e880fe679dfa893278335376287f6667db6c83dc7cb44a9e8afaddd1
 WHIRLPOOL 
7c65fd6a6804691492968d8b38cbbd34ac3fb9773cdea368679c206f735400d378e6d3786ce1955b22ac5ec4811beefaf83a6b656fb46a855e75c00c00608f21

diff --git a/sci-mathematics/coq/coq-8.5_p1.ebuild 
b/sci-mathematics/coq/coq-8.5_p1.ebuild
new file mode 100644
index 000..1dffb39
--- /dev/null
+++ b/sci-mathematics/coq/coq-8.5_p1.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils multilib
+
+MY_PV=${PV/_p/pl}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="Proof assistant written in O'Caml"
+HOMEPAGE="http://coq.inria.fr/;
+SRC_URI="http://${PN}.inria.fr/distrib/V${MY_PV}/files/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="gtk debug +ocamlopt doc camlp5"
+
+RDEPEND="
+   >=dev-lang/ocaml-3.11.2:=[ocamlopt?]
+   camlp5? ( >=dev-ml/camlp5-6.02.3:=[ocamlopt?] )
+   !camlp5? ( dev-ml/camlp4:= )
+   gtk? ( >=dev-ml/lablgtk-2.10.1:=[sourceview,ocamlopt?] )"
+DEPEND="${RDEPEND}
+   doc? (
+   media-libs/netpbm[png,zlib]
+   virtual/latex-base
+   dev-tex/hevea
+   dev-tex/xcolor
+   dev-texlive/texlive-pictures
+   dev-texlive/texlive-mathextra
+   dev-texlive/texlive-latexextra
+   )"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   epatch "${FILESDIR}/${PN}-8.5-do-not-install-revision.patch"
+   epatch "${FILESDIR}/${PN}-8.4_p5-no-clean-before-test.patch"
+}
+
+src_configure() {
+   ocaml_lib=$(ocamlc -where)
+   local myconf=(
+   -prefix /usr
+   -bindir /usr/bin
+   -libdir /usr/$(get_libdir)/coq
+   -mandir /usr/share/man
+   -emacslib /usr/share/emacs/site-lisp
+   -coqdocdir /usr/$(get_libdir)/coq/coqdoc
+   -docdir /usr/share/doc/${PF}
+   -configdir /etc/xdg/${PN}
+   -lablgtkdir ${ocaml_lib}/lablgtk2
+   )
+
+   use debug && myconf+=( -debug )
+   use doc || myconf+=( -with-doc no )
+
+   if use gtk; then
+   if use ocamlopt; then
+   myconf+=( -coqide opt )
+   else
+   myconf+=( -coqide byte )
+   fi
+   else
+   myconf+=( -coqide no )
+   fi
+
+   use ocamlopt || myconf+=( -byte-only )
+
+   if use camlp5; then
+   myconf+=( -usecamlp5 -camlp5dir ${ocaml_lib}/camlp5 )
+   else
+   myconf+=( -usecamlp4 )
+   fi
+
+   export CAML_LD_LIBRARY_PATH="${S}/kernel/byterun/"
+   ./configure ${myconf[@]} || die "configure failed"
+}
+
+src_compile() {
+   emake STRIP="true" -j1 world VERBOSE=1
+}
+
+src_test() {
+   emake STRIP="true" check VERBOSE=1
+}
+

[gentoo-commits] repo/gentoo:master commit in: x11-misc/xplanet/, x11-misc/xplanet/files/

2016-04-10 Thread Jeroen Roovers
commit: f1fc7bdbb2ed98129536359ffa9e88331728513e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Apr 11 05:40:42 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Apr 11 05:41:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1fc7bdb

x11-misc/xplanet: Old.

Package-Manager: portage-2.2.28

 x11-misc/xplanet/files/xplanet-1.3.0-giflib.patch | 741 --
 x11-misc/xplanet/xplanet-1.3.0-r1.ebuild  |  78 ---
 2 files changed, 819 deletions(-)

diff --git a/x11-misc/xplanet/files/xplanet-1.3.0-giflib.patch 
b/x11-misc/xplanet/files/xplanet-1.3.0-giflib.patch
deleted file mode 100644
index 193719e..000
--- a/x11-misc/xplanet/files/xplanet-1.3.0-giflib.patch
+++ /dev/null
@@ -1,741 +0,0 @@
-Fixes from upstream SVN, to support giflib-4.2 and giflib-5.
-
-Index: src/libimage/gif.c
-===
 src/libimage/gif.c (revision 184)
-+++ src/libimage/gif.c (revision 186)
-@@ -20,222 +20,581 @@
- 
- #include 
- #include 
-+#include 
- 
- #include 
- 
- /*
--  A lot of this is based on the gif2rgb and rgb2gif codes in the libungif 
--  distribution. 
-+  Based on the gif2rgb and rgb2gif codes in the libgif distribution. 
- */
- 
- int
- read_gif(const char *filename, int *width, int *height, unsigned char **rgb)
- {
--int interlace_offset[] = { 0, 4, 2, 1 };
--int interlace_jump[] = { 8, 8, 4, 2 };
--GifColorType *colormap;
--GifFileType *infile;
--GifRecordType record_type;
--GifRowType *buffer = NULL;
-+int   BackGround = 0;
-+/* The way Interlaced image should be read - offsets and
-+   jumps... */
-+int InterlacedOffset[] = { 0, 4, 2, 1 }; 
-+int InterlacedJumps[] = { 8, 8, 4, 2 };
-+ColorMapObject *ColorMap;
- 
--int i, j;
--int color_index;
--unsigned char *ptr = NULL;
-+int   i, j, Size, Row, Col, Width, Height, ExtCode, Count;
-+GifRecordType RecordType;
-+GifByteType *Extension;
-+GifRowType *ScreenBuffer;
- 
--infile = DGifOpenFileName(filename);
-+GifRowType GifRow;
-+GifColorType *ColorMapEntry;
-+unsigned char *BufferP;
- 
--if (infile == NULL)
-+GifFileType *GifFile;
-+#if GIFLIB_MAJOR >= 5
-+GifFile = DGifOpenFileName(filename, NULL);
-+#else
-+GifFile = DGifOpenFileName(filename);
-+#endif
-+if (GifFile == NULL) {
-+  fprintf(stderr, "Can't open GIF file %s\n", filename);
-+  return(0);
-+}
-+/* (Following comment was probably written on a 286 running under DOS.)  
*/
-+/* Allocate the screen as vector of column of rows. We can't allocate 
the*/
-+/* whole screen at once, as this broken minded CPU can allocate up to
*/
-+/* 64k at a time and our image can be bigger than that:*/
-+/* Note this screen is device independent - it's the screen defined by   
*/
-+/* the GIF file parameters.   
 */
-+if ((ScreenBuffer = (GifRowType *)
-+   malloc(GifFile->SHeight * sizeof(GifRowType))) == NULL)
- {
--PrintGifError();
--return(0);
-+  fprintf(stderr, "Failed to allocate memory required, aborted.");
-+  return(0);
- }
- 
--do
-+Size = GifFile->SWidth * sizeof(GifPixelType);/* Size in bytes one row.*/
-+if ((ScreenBuffer[0] = (GifRowType) malloc(Size)) == NULL) /* First row. 
*/
- {
--if (DGifGetRecordType(infile, _type) == GIF_ERROR) 
--{
--PrintGifError();
--return(0);
-+  fprintf(stderr, "Failed to allocate memory required, aborted.");
-+  return(0);
-+}
-+
-+for (i = 0; i < GifFile->SWidth; i++)  /* Set its color to BackGround. */
-+  ScreenBuffer[0][i] = GifFile->SBackGroundColor;
-+for (i = 1; i < GifFile->SHeight; i++) {
-+  /* Allocate the other rows, and set their color to background too: */
-+  if ((ScreenBuffer[i] = (GifRowType) malloc(Size)) == NULL)
-+  {
-+  fprintf(stderr, "Failed to allocate memory required, aborted.\n");
-+  return(0);
-+  }
-+
-+  memcpy(ScreenBuffer[i], ScreenBuffer[0], Size);
-+}
-+
-+/* Scan the content of the GIF file and load the image(s) in: */
-+do {
-+  if (DGifGetRecordType(GifFile, ) == GIF_ERROR) {
-+  fprintf(stderr, "Can't read GIF file\n");
-+  return(0);
-+  }
-+  switch (RecordType) {
-+  case IMAGE_DESC_RECORD_TYPE:
-+  if (DGifGetImageDesc(GifFile) == GIF_ERROR) {
-+  return(0);
-+  }
-+  Row = GifFile->Image.Top; /* Image Position relative to Screen. */
-+  Col = GifFile->Image.Left;
-+  Width = GifFile->Image.Width;
-+  Height = GifFile->Image.Height;
-+  if (GifFile->Image.Left + GifFile->Image.Width > GifFile->SWidth ||
-+  GifFile->Image.Top + GifFile->Image.Height > GifFile->SHeight) {
-+  return(0);
-+  

[gentoo-commits] repo/gentoo:master commit in: x11-misc/xplanet/

2016-04-10 Thread Jeroen Roovers
commit: fc70b3bb0f1192217431a06c046aad3a43cd4e9e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Apr 11 05:39:11 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Apr 11 05:41:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc70b3bb

x11-misc/xplanet: Set SLOT dep.

Package-Manager: portage-2.2.28

 x11-misc/xplanet/xplanet-1.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xplanet/xplanet-1.3.1.ebuild 
b/x11-misc/xplanet/xplanet-1.3.1.ebuild
index aeb8456..21cd769 100644
--- a/x11-misc/xplanet/xplanet-1.3.1.ebuild
+++ b/x11-misc/xplanet/xplanet-1.3.1.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="gif jpeg png tiff truetype X"
 
 RDEPEND="gif? ( >media-libs/giflib-4.2 )
-   jpeg? ( virtual/jpeg )
+   jpeg? ( virtual/jpeg:* )
png? (
media-libs/libpng:0
media-libs/netpbm



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xplanet/files/, x11-misc/xplanet/

2016-04-10 Thread Jeroen Roovers
commit: a6f240d87f47be9607a24c31d5867cd87487e533
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Apr 11 05:30:56 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Apr 11 05:41:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f240d8

x11-misc/xplanet: Version bump.

Package-Manager: portage-2.2.28

 x11-misc/xplanet/Manifest |  1 +
 x11-misc/xplanet/files/xplanet-1.3.1-giflib.patch | 55 
 x11-misc/xplanet/xplanet-1.3.1.ebuild | 78 +++
 3 files changed, 134 insertions(+)

diff --git a/x11-misc/xplanet/Manifest b/x11-misc/xplanet/Manifest
index d52d658..0382efb 100644
--- a/x11-misc/xplanet/Manifest
+++ b/x11-misc/xplanet/Manifest
@@ -1 +1,2 @@
 DIST xplanet-1.3.0.tar.gz 1227385 SHA256 
44fb742bb93e5661ea8b11ccabcc12896693e051f3dd5083c9227224c416b442 SHA512 
c9f0db21c457d0702f8b1fb6d632838f45e80ea45b9cade80d6ab0ae956fdca03cfeed9582548c69b349a354afc27308309656d7e06ac46bc416c3e1038f8efd
 WHIRLPOOL 
e4fe013eeef4868d28f8a53c194f54865dd4cf29137936eb609352fba4a3481e0a6db9664944cb67d9e7896b150b5e640c95136e6b9f33dc4810591316d0371a
+DIST xplanet-1.3.1.tar.gz 1236035 SHA256 
4380d570a8bf27b81fb629c97a636c1673407f4ac4989ce931720078a90aece7 SHA512 
06ce3187fbd364f4ccee768fceca559690c905c870e2fb25ca32453ce09c564ba3455ec539f1e3da177de23a0611f767b375efe2e10b601d09313c0d068e35e0
 WHIRLPOOL 
4c40fac4056654aa195f9955053d2dfba6791e8e2021673f05c334163ee5b1d842e6101447228844573ed41a88f37c0fd96df633716bddeb55c8940941621ad9

diff --git a/x11-misc/xplanet/files/xplanet-1.3.1-giflib.patch 
b/x11-misc/xplanet/files/xplanet-1.3.1-giflib.patch
new file mode 100644
index 000..b4d6fb9
--- /dev/null
+++ b/x11-misc/xplanet/files/xplanet-1.3.1-giflib.patch
@@ -0,0 +1,55 @@
+--- a/src/libimage/gif.c
 b/src/libimage/gif.c
+@@ -20,6 +20,7 @@
+ 
+ #include 
+ #include 
++#include 
+ #include 
+ 
+ #include 
+@@ -179,7 +180,11 @@
+   }
+ }
+ 
++#if GIFLIB_MAJOR >= 5
++if (DGifCloseFile(GifFile, NULL) == GIF_ERROR) {
++#else
+ if (DGifCloseFile(GifFile) == GIF_ERROR) {
++#endif
+   return(0);
+ }
+ 
+@@ -240,7 +245,7 @@
+  *   Also non of the parameter are allocated by this routine.
+  *   This function returns GIF_OK if succesfull, GIF_ERROR otherwise.
+  
**/
+-static int
++int
+ QuantizeBuffer(unsigned int Width,
+unsigned int Height,
+int *ColorMapSize,
+@@ -493,7 +498,11 @@
+ static void QuitGifError(GifFileType *GifFile)
+ {
+ fprintf(stderr, "Error writing GIF file\n");
++#if GIFLIB_MAJOR >= 5
++if (GifFile != NULL) EGifCloseFile(GifFile, NULL);
++#else
+ if (GifFile != NULL) EGifCloseFile(GifFile);
++#endif
+ }
+ 
+ int 
+@@ -589,7 +598,11 @@
+   Ptr += width;
+ }
+ 
++#if GIFLIB_MAJOR >= 5
++if (EGifCloseFile(GifFile, NULL) == GIF_ERROR)
++#else
+ if (EGifCloseFile(GifFile) == GIF_ERROR)
++#endif
+ 
+ {
+   QuitGifError(GifFile);

diff --git a/x11-misc/xplanet/xplanet-1.3.1.ebuild 
b/x11-misc/xplanet/xplanet-1.3.1.ebuild
new file mode 100644
index 000..726ebc0
--- /dev/null
+++ b/x11-misc/xplanet/xplanet-1.3.1.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit base flag-o-matic
+
+DESCRIPTION="Render images of the earth into the X root window"
+HOMEPAGE="http://xplanet.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="gif jpeg png tiff truetype X"
+
+RDEPEND="gif? ( >media-libs/giflib-4.2 )
+   jpeg? ( virtual/jpeg )
+   png? (
+   media-libs/libpng:0
+   media-libs/netpbm
+   )
+   tiff? ( media-libs/tiff:0 )
+   truetype? (
+   media-libs/freetype:2
+   x11-libs/pango
+   )
+   X? (
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXScrnSaver
+   x11-libs/libXt
+   )"
+DEPEND="${RDEPEND}
+   truetype? ( virtual/pkgconfig )
+   X? (
+   x11-proto/scrnsaverproto
+   x11-proto/xproto
+   )"
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"
+
+PATCHES=( "${FILESDIR}"/${P}-giflib.patch )
+
+src_configure() {
+   # econf says 'checking pnm.h presence... no'
+   use png && append-cppflags -I/usr/include/netpbm
+
+   local myconf
+
+   use X \
+   && myconf+=" --with-x --with-xscreensaver" \
+   || myconf+=" --with-x=no --with-xscreensaver=no"
+
+   use gif \
+   && myconf+=" --with-gif" \
+   || myconf+=" --with-gif=no"
+
+   use jpeg \
+   && myconf+=" --with-jpeg" \
+   || myconf+=" --with-jpeg=no"
+
+   use tiff \
+ 

[gentoo-commits] repo/gentoo:master commit in: x11-misc/xplanet/

2016-04-10 Thread Jeroen Roovers
commit: 8b70cd3b2b31a0b79a2c2aee34b44145403972c2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Apr 11 05:37:14 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Apr 11 05:41:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b70cd3b

x11-misc/xplanet: Drop base.eclass.

Package-Manager: portage-2.2.28

 x11-misc/xplanet/xplanet-1.3.1.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xplanet/xplanet-1.3.1.ebuild 
b/x11-misc/xplanet/xplanet-1.3.1.ebuild
index 726ebc0..aeb8456 100644
--- a/x11-misc/xplanet/xplanet-1.3.1.ebuild
+++ b/x11-misc/xplanet/xplanet-1.3.1.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-inherit base flag-o-matic
+inherit eutils flag-o-matic
 
 DESCRIPTION="Render images of the earth into the X root window"
 HOMEPAGE="http://xplanet.sourceforge.net/;
@@ -40,7 +40,9 @@ DEPEND="${RDEPEND}
 
 DOCS="AUTHORS ChangeLog NEWS README TODO"
 
-PATCHES=( "${FILESDIR}"/${P}-giflib.patch )
+src_prepare() {
+   epatch "${FILESDIR}"/${P}-giflib.patch
+}
 
 src_configure() {
# econf says 'checking pnm.h presence... no'



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

2016-04-10 Thread Hans de Graaff
commit: 77ef8424477b50261f6293104d342a92f3a254b2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 11 04:52:04 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 11 05:12:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ef8424

dev-ruby/patron: add 0.6.0

Package-Manager: portage-2.2.26

 dev-ruby/patron/Manifest|  1 +
 dev-ruby/patron/patron-0.6.0.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/dev-ruby/patron/Manifest b/dev-ruby/patron/Manifest
index b9ee895..4648bba 100644
--- a/dev-ruby/patron/Manifest
+++ b/dev-ruby/patron/Manifest
@@ -2,3 +2,4 @@ DIST patron-0.4.18.gem 35840 SHA256 
700ffba09ea854bc26fdde08998d8310ed59b0721098
 DIST patron-0.4.20.gem 42496 SHA256 
eb1782f38f280a9975fc97435920c29fd10a0c2e05b6f7a7549652ffbf92af71 SHA512 
78cb97e7d7a35fb97ed7da4c767937a543c1f979c7dd1dff0d3b055024b37aa50238163af4680ba464a28523c0f5879f0d6e372276774dfdac726a5493c202e5
 WHIRLPOOL 
a4158ac99edd2d302e59420be6d75b368e9d9d04ecd9b5051a53eb22639f3f32fa541061f28444cb716deab906c3055ddbc26c4f5289fa0c00c134517ac9ffdd
 DIST patron-0.5.0.gem 44032 SHA256 
6abf431b05f560afc8c479685bb3869797522290777a1ae8510ef5c8b3208c63 SHA512 
84c4cbb4ebeac3a9320915b35e4afefda5637f1bed96e83b8c2345dfd08ba02e07806b13a87c5067dd842ccddb67928c7f60889687676c0683d4e09373d8c2a7
 WHIRLPOOL 
df34adeb59ea45d5d84a6ad1aef3e0fbf4781720443be2ba37450ddf2e51ac3b2c969bb2798fe78bb476cde79f4ccc3d3c1f6511a20dc2deda5a750ec9d03139
 DIST patron-0.5.1.gem 45056 SHA256 
45776b937ee788343ce4d24817460138989b1a65ad9d8d87130cf8804133444e SHA512 
d47549ae1712f25e0d15bc2e1e32de6ad3084da4f0149013c4cf50dd92ccb7c01024831ef6df7c4acb78ed3923cde95e3f36a5ef8430d3f103ebb7f5906dd0fd
 WHIRLPOOL 
b766263104b67ad1ba9009e101ac027e509ed017f0b93461d8f4c9f51b8b5586dc4da080b1685b72bad837bf690ea02f709fab7a7611f7450ea0e8994fca
+DIST patron-0.6.0.gem 45568 SHA256 
af7c51bd680ad0965ff20d5742579f3f985b4ed8e3a6ecd9b2f4976753ee1eb1 SHA512 
5dba0cd4945389b50b747ebc0797b4c1c2d9a1adae6565d9228a72700b15720f9252b4e78c6e52c66159139d0ec621bb3f343e5856bdde05686e019e45ddb30a
 WHIRLPOOL 
c8fcf8c8e966f52c739193f6e34eb674f36cf2fb000245ff08be4f2f22306cc9c09a225b584bf851528e1987540b306173a035c26f5d4b6b34a2d16bd50dc918

diff --git a/dev-ruby/patron/patron-0.6.0.ebuild 
b/dev-ruby/patron/patron-0.6.0.ebuild
new file mode 100644
index 000..623eee2
--- /dev/null
+++ b/dev-ruby/patron/patron-0.6.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="Patron is a Ruby HTTP client library based on libcurl"
+HOMEPAGE="https://toland.github.com/patron/;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND+=" net-misc/curl"
+RDEPEND+=" net-misc/curl"
+
+all_ruby_prepare() {
+   # Fix Rakefile
+   sed -i -e 's:rake/rdoctask:rdoc/task:' \
+   -e 's/README.txt/README.md/' \
+   -e '/bundler/I s:^:#:' \
+   -e '/extensiontask/ s:^:#:' \
+   -e '/ExtensionTask/,/^end/ s:^:#:' \
+   Rakefile || die
+
+   # Avoid specs with failures. We were not running any specs before.
+   rm spec/session_ssl_spec.rb spec/session_spec.rb spec/response_spec.rb 
|| die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/patron extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake -Cext/patron V=1
+   cp ext/patron/session_ext$(get_modname) lib/patron/ || die "Unable to 
cp shared object file"
+}



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

2016-04-10 Thread Hans de Graaff
commit: 27e99743e54d127ec750ba8ebfc5c546cb27893d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 11 04:54:18 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 11 05:12:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27e99743

dev-ruby/patron: mark ruby21 revision stable

Package-Manager: portage-2.2.26

 dev-ruby/patron/patron-0.4.18-r2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/patron/patron-0.4.18-r2.ebuild 
b/dev-ruby/patron/patron-0.4.18-r2.ebuild
index 48d6013..cdb11f9 100644
--- a/dev-ruby/patron/patron-0.4.18-r2.ebuild
+++ b/dev-ruby/patron/patron-0.4.18-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_TEST="spec"
 RUBY_FAKEGEM_EXTRADOC="README.txt"
@@ -15,7 +15,7 @@ HOMEPAGE="https://toland.github.com/patron/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 #ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"



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

2016-04-10 Thread Hans de Graaff
commit: 86e86867c02dad902ef0c22d81cafcf1bc5ff18b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 11 04:54:51 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 11 05:12:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e86867

dev-ruby/patron: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/patron/patron-0.4.18-r1.ebuild | 36 -
 1 file changed, 36 deletions(-)

diff --git a/dev-ruby/patron/patron-0.4.18-r1.ebuild 
b/dev-ruby/patron/patron-0.4.18-r1.ebuild
deleted file mode 100644
index 9698e76..000
--- a/dev-ruby/patron/patron-0.4.18-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-RUBY_FAKEGEM_EXTRADOC="README.txt"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Patron is a Ruby HTTP client library based on libcurl"
-HOMEPAGE="https://toland.github.com/patron/;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-#ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"
-
-DEPEND+=" net-misc/curl"
-RDEPEND+=" net-misc/curl"
-
-# Tests require a live web service that is not included in the distribution.
-RESTRICT="test"
-
-each_ruby_configure() {
-   ${RUBY} -Cext/patron extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake -Cext/patron V=1
-   cp ext/patron/session_ext$(get_modname) lib/patron/ || die "Unable to 
cp shared object file"
-}



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

2016-04-10 Thread Tim Harder
commit: 5bae32bb18b071c1aee18013fbae07524394fecb
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Apr 11 05:03:20 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Apr 11 05:06:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bae32bb

media-video/mediainfo: version bump to 0.7.84

 media-video/mediainfo/Manifest|  1 +
 media-video/mediainfo/mediainfo-0.7.84.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/media-video/mediainfo/Manifest b/media-video/mediainfo/Manifest
index ada8c29..0f94e48 100644
--- a/media-video/mediainfo/Manifest
+++ b/media-video/mediainfo/Manifest
@@ -3,3 +3,4 @@ DIST mediainfo_0.7.80.tar.xz 1293796 SHA256 
2030a3075111c78282579c15eea8e5215717
 DIST mediainfo_0.7.81.tar.xz 1295940 SHA256 
077c9eb3471ec8a8160d154047692b001b09877bcd9bea18c4f0413c894750a9 SHA512 
7ca2fccd62096ed4924ccc9bdac799a33252121ef8c634dfbbf6e547da151a4549aadf82335091d471c911c026b65ceb9bfc9d4c75dafff12c91e1fd0c41e107
 WHIRLPOOL 
08c87a80ce6bbd14b1060c3087834ac278ad7ff53cfb8510b313e91c16657c49c399a8f3891b692c502bdb1151fff840a502a7e948d2d249fbb8c320a5b4be37
 DIST mediainfo_0.7.82.tar.xz 1297504 SHA256 
62882c977f209c0a4e2cb47f2109180fbe6b5337e471a3eb728daa917aaf7b47 SHA512 
d07bd35d2b6fdff5ebb6546d294362d597001625f5a6c74d987629304b58d3f20e7c750d586ca6bfb1e05f8fb1b93dbadf4799721ec777a6c03f35232a4bdc80
 WHIRLPOOL 
59da6119a4f610fc1416da0d443a8242dcb316b6360e120f797b1efac34587e1819b22fa39531debe257f74d0ccb8f2b2f1fb803037a485b3525ddf1a88b37a4
 DIST mediainfo_0.7.83.tar.xz 1298048 SHA256 
e7f95f54640532666949c1fe9c305259c705f1048a86c718e054bc4513bc1535 SHA512 
b453d9312fd09b650d704120e18b7c379b8cb2ad58995f89381da3a3ca9e1885a5d4286658595ff1828ccee9c3c72b5e20486bcba9ec17d760cd8eb8144c2c66
 WHIRLPOOL 
4f06b90e191e5ed6247a7db46ebd69ebedf4e7a648a3268ee2ee2ef9f473b52fa88293efc8de110671f8e418961a8812aca2c6317c470f6e201d763a37b612a2
+DIST mediainfo_0.7.84.tar.xz 1298908 SHA256 
091f2bebd9c87167117374e0bd2772c062be315f30ca60075ec5bbaac8a87070 SHA512 
5c0d2f17338af123b6ec37fe5129c01276059dddb92a3102bb48088170f417ac880ae3a86960aeca72f5c110ab0070963a1266de0a318bd576beee3587705d63
 WHIRLPOOL 
7f03e7f4626046bb873a063f76f085d80228fe538cad4d0f4b4bbf715c5163b0b7820ba87266b90ef28983293879081fc88c6a620c5db618fd9abb87db12efa0

diff --git a/media-video/mediainfo/mediainfo-0.7.84.ebuild 
b/media-video/mediainfo/mediainfo-0.7.84.ebuild
new file mode 100644
index 000..9121256
--- /dev/null
+++ b/media-video/mediainfo/mediainfo-0.7.84.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+WX_GTK_VER="3.0"
+
+inherit eutils autotools wxwidgets multilib
+
+DESCRIPTION="MediaInfo supplies technical and tag information about media 
files"
+HOMEPAGE="http://mediaarea.net/mediainfo/;
+SRC_URI="http://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="curl mms wxwidgets"
+
+RDEPEND="sys-libs/zlib
+   media-libs/libzen
+   ~media-libs/lib${P}[curl=,mms=]
+   wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+S=${WORKDIR}/MediaInfo
+
+pkg_setup() {
+   TARGETS="CLI"
+   use wxwidgets && TARGETS+=" GUI"
+}
+
+src_prepare() {
+   epatch_user
+
+   local target
+   for target in ${TARGETS}; do
+   cd "${S}"/Project/GNU/${target}
+   sed -i -e "s:-O2::" configure.ac
+   eautoreconf
+   done
+}
+
+src_configure() {
+   local target
+   for target in ${TARGETS}; do
+   cd "${S}"/Project/GNU/${target}
+   local args=""
+   [[ ${target} == "GUI" ]] && args="--with-wxwidgets 
--with-wx-gui"
+   econf ${args}
+   done
+}
+
+src_compile() {
+   local target
+   for target in ${TARGETS}; do
+   cd "${S}"/Project/GNU/${target}
+   default
+   done
+}
+src_install() {
+   local target
+   for target in ${TARGETS}; do
+   cd "${S}"/Project/GNU/${target}
+   default
+   dodoc "${S}"/History_${target}.txt
+   if [[ ${target} == "GUI" ]]; then
+   newicon "${S}"/Source/Resource/Image/MediaInfo.png 
${PN}.png
+   make_desktop_entry ${PN}-gui MediaInfo ${PN} 
"AudioVideo;GTK"
+   fi
+   done
+}



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

2016-04-10 Thread Tim Harder
commit: 104bf9786abc00efd8d6053c62619995d927cf0f
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Apr 11 05:05:04 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Apr 11 05:06:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=104bf978

media-libs/exiftool: version bump to 10.14

 media-libs/exiftool/Manifest  |  1 +
 media-libs/exiftool/exiftool-10.14.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
index 54d94eb..447248b 100644
--- a/media-libs/exiftool/Manifest
+++ b/media-libs/exiftool/Manifest
@@ -2,3 +2,4 @@ DIST Image-ExifTool-10.10.tar.gz 4056189 SHA256 
f9fcecf8954cfd6b1f5658e1fc82801e
 DIST Image-ExifTool-10.11.tar.gz 4060513 SHA256 
8cf8b2ec192fdbec5e1946bcf1ed9c7c681e6d16896298bbf7adb8eb59356729 SHA512 
c61f70782fbe9f7ce55fb1e0a66aaa0310be17b483b39505ba6255964798d46a8887254a9f635abfc5edc544b3c52cf180575ba7ccf72b4ed209608f78d4e427
 WHIRLPOOL 
5cbed0ea1516760339cfd93c6f3a73eda9b4413b58a7871c604da61bd0d484f6c6772ea1efa31d6b5d5a8da2d23fe1de4a81469bcc32eb28bb5122ff8134be98
 DIST Image-ExifTool-10.12.tar.gz 4061878 SHA256 
be1d5a4f9d4992b95e2cc028d6f26f55fe19b99020589e68ff07c1a3fa32f14e SHA512 
3149af438536825af2bfa4302103b530bc66f65fb84211daba145754fbc47aba8b626e8accbd8fb82c2825901943492d8492c54ec6e517646c71529788de5b02
 WHIRLPOOL 
e78454d895f21e9e77da371b0e8209b96127baa511503a8d47649318b45af561d3ee3fc9f602f06a6d2cb66db9dde7b02d3248b57f05479d56f0758b6fe231d3
 DIST Image-ExifTool-10.13.tar.gz 4064536 SHA256 
830ad5e28bc049ec69950c2a48e5703aff2cb05956b80ed21aa65167afab56a9 SHA512 
8a2b2c0507b28e3fc0906f8b9beb72a44094d41d51257ced8d1e611aa10d63a09532f54149d047a46a8c57d8e07956fa7c0e46092238b094e540c7fa97bdd8d0
 WHIRLPOOL 
2545ea7c2a32bb499d4e70c443300253b82fab910f03f27280e2ed3b041357d4d0c66371ade2d2f2621deebbcf26673911e72ac1fe594babf498cba052287ade
+DIST Image-ExifTool-10.14.tar.gz 4071176 SHA256 
26ef376283de7321a155bdf402afd7f0dcd046b6f5461d99e8c6729f9ac107b5 SHA512 
47bd9ef87ca68e41bb6d5ec4a6ae64255fef5550ae0ba90afc20716857bec136621cb79025d7e13b9451b5a8973c7a6ac6bc3ef3367fa30a30e0f71782fa1583
 WHIRLPOOL 
c96cb98db18c47c0c4b3aae07c20910918a172eb06f912beea1867a6692f30cc85b06321e798c775a3f2607d266732c999575f33ec0dbcf11a595fec58ad9a76

diff --git a/media-libs/exiftool/exiftool-10.14.ebuild 
b/media-libs/exiftool/exiftool-10.14.ebuild
new file mode 100644
index 000..0d48581
--- /dev/null
+++ b/media-libs/exiftool/exiftool-10.14.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_PN=Image-ExifTool
+MY_P=${MY_PN}-${PV}
+inherit perl-module
+
+DESCRIPTION="Read and write meta information in image, audio and video files"
+HOMEPAGE="http://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
+SRC_URI="http://www.sno.phy.queensu.ca/~phil/exiftool/${MY_P}.tar.gz;
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x64-macos"
+IUSE="doc"
+
+SRC_TEST="do"
+
+src_install() {
+   perl-module_src_install
+   use doc && dohtml -r html/
+}



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

2016-04-10 Thread Tim Harder
commit: c22667a663bd46ec8428b8835d993cdbd2542ac9
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Apr 11 05:02:56 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Apr 11 05:06:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c22667a6

media-libs/libmediainfo: version bump to 0.7.84

 media-libs/libmediainfo/Manifest   |  1 +
 media-libs/libmediainfo/libmediainfo-0.7.84.ebuild | 79 ++
 2 files changed, 80 insertions(+)

diff --git a/media-libs/libmediainfo/Manifest b/media-libs/libmediainfo/Manifest
index 25adf53..894f82a 100644
--- a/media-libs/libmediainfo/Manifest
+++ b/media-libs/libmediainfo/Manifest
@@ -3,3 +3,4 @@ DIST libmediainfo_0.7.80.tar.xz 1517248 SHA256 
e587b6aac746ea08ba2bb269446ba8ff5
 DIST libmediainfo_0.7.81.tar.xz 1522456 SHA256 
9a01b5e9899ce10df5745553bef8381dcda0e367fd568804e696f263cfcbee43 SHA512 
7fdc72df7ded6f463b89495e64ccb2da68c48471990d15e56cd197d82182332c1b64305cf5d77ddf67a36eab29074d11a26439fb386ee9ab149dfde0badf6fc3
 WHIRLPOOL 
0651164bc5dddf872e67d1591f70f00cfde0530005f96681d1d750386882c41fa1aa83bc8efd2cdf828a9e08121869ac446bb93148a72d7e20eb00da0e41755a
 DIST libmediainfo_0.7.82.tar.xz 1535316 SHA256 
0665d3b9699be504b38e2f7a6c49869052c91d4c4c923255e698c32b709815d7 SHA512 
007c7a62b832c561119f1465e42a7d84cbfdca4b0a7cb79163ef671e2e9efeb3876b261b6c96a41e2af11d7338048e3722621db4d317e0ec668fefdaed13c7ed
 WHIRLPOOL 
b51a27e5f153134d2ece39435d8f10e70337e63437aff13716b674847f3973a72bacedac3c7a270fcb67ee3b2b6ff4270c9161aba081377433f1b54ca3e77c0e
 DIST libmediainfo_0.7.83.tar.xz 1534876 SHA256 
2710e49aae638db7a9ea202b0e2dde8f5a2b14c06dcb0babade5ca210fe8854e SHA512 
79cebf6a0c84c3d572e2e19eefd2f9d893ebf74a57fa7ccb04563097babd45e146990e65a8d720fb2f702b1148cf1e4c510daa181cd42fea26931a78bbc6f877
 WHIRLPOOL 
bb590da2dbb2388a33f3e1ccb5d7aad2a315a52152f296a0c6c8d5649ec560826eaa2f0d600dd7f0cdd5ce2014652187f402149a5c9618721ca34f5f2ab5c9ae
+DIST libmediainfo_0.7.84.tar.xz 1537624 SHA256 
6d60f83b692dcc346b6c51c018f5c2b447f72ff8f42236d5a686b3eeac3fc54c SHA512 
e15d4d54f9460fcab23d4cb58844c52d65e580ca85b55f4b9876d7b33e073cdf896edb0ddb5d8c37510e63b81f0f1e508abe43af52095cd337f944e6ff337b2b
 WHIRLPOOL 
036f0351415db9cb73d2037b03003837242b1142f0d2e5ddf70dd583ac049570cb8a0054c15ae472250f4fa60cb8ab04d9ad0ca3350256d04fcde3f76fef

diff --git a/media-libs/libmediainfo/libmediainfo-0.7.84.ebuild 
b/media-libs/libmediainfo/libmediainfo-0.7.84.ebuild
new file mode 100644
index 000..667fa9b
--- /dev/null
+++ b/media-libs/libmediainfo/libmediainfo-0.7.84.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 autotools eutils flag-o-matic multilib
+
+MY_PN="MediaInfo"
+DESCRIPTION="MediaInfo libraries"
+HOMEPAGE="http://mediaarea.net/mediainfo/;
+SRC_URI="http://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="curl doc mms static-libs"
+
+RDEPEND="sys-libs/zlib
+   dev-libs/tinyxml2:=
+   >=media-libs/libzen-0.4.28[static-libs=]
+   curl? ( net-misc/curl )
+   mms? ( >=media-libs/libmms-0.6.1[static-libs=] )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )"
+
+S=${WORKDIR}/${MY_PN}Lib/Project/GNU/Library
+
+src_prepare() {
+   sed -i 's:-O2::' configure.ac || die
+   append-cppflags -DMEDIAINFO_LIBMMS_DESCRIBE_SUPPORT=0
+
+   epatch "${FILESDIR}"/${PN}-0.7.63-pkgconfig.patch
+
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --enable-shared \
+   --with-libtinyxml2 \
+   $(use_with curl libcurl) \
+   $(use_with mms libmms) \
+   $(use_enable static-libs static) \
+   $(use_enable static-libs staticlibs)
+}
+
+src_compile() {
+   default
+
+   if use doc; then
+   cd "${WORKDIR}"/${MY_PN}Lib/Source/Doc
+   doxygen Doxyfile || die
+   fi
+}
+
+src_install() {
+   default
+
+   edos2unix ${PN}.pc #414545
+   insinto /usr/$(get_libdir)/pkgconfig
+   doins ${PN}.pc
+
+   for x in ./ Archive Audio Duplicate Export Image Multiple Reader Tag 
Text Video; do
+   insinto /usr/include/${MY_PN}/${x}
+   doins "${WORKDIR}"/${MY_PN}Lib/Source/${MY_PN}/${x}/*.h
+   done
+
+   insinto /usr/include/${MY_PN}DLL
+   doins "${WORKDIR}"/${MY_PN}Lib/Source/${MY_PN}DLL/*.h
+
+   dodoc "${WORKDIR}"/${MY_PN}Lib/*.txt
+   if use doc; then
+   dohtml -r "${WORKDIR}"/${MY_PN}Lib/Doc/*
+   fi
+
+   prune_libtool_files
+}



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

2016-04-10 Thread Zac Medico
commit: 1a829c3ac7d744988935a3843b538498769cc54f
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Apr 11 04:06:14 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Apr 11 04:07:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a829c3a

app-emulation/flannel: version bump to 0.5.5

Package-Manager: portage-2.2.28

 app-emulation/flannel/Manifest |  1 +
 app-emulation/flannel/flannel-0.5.5.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/app-emulation/flannel/Manifest b/app-emulation/flannel/Manifest
index 21f5b5e..e933869 100644
--- a/app-emulation/flannel/Manifest
+++ b/app-emulation/flannel/Manifest
@@ -1 +1,2 @@
 DIST flannel-0.5.4.tar.gz 578005 SHA256 
14bbbabdbb85f3366ae6788a8b8ba110d56add15e06def4d8ead4c9698fc15fd SHA512 
535d3de31186760cd72cac5753fabc269c8ebf9f3fe90a381b86dae0747a1dd4f4099cce19729a7d5990fefc99236bea8742062605a376f9bd9f653c07b4e92a
 WHIRLPOOL 
10756f47fc35ce39ac1b9321d4bb347993d8d5dd37bc83bf769e35e32f3de02bbba89d39142c4b6eb8a6bd92be7a5ad91c45bf0f8aeb6e0efe050383766c3aef
+DIST flannel-0.5.5.tar.gz 592235 SHA256 
dbbcb08c0e70713b0c920387a9967e5b30ef833c8118c847edbbca4f68ff0562 SHA512 
5300583752fbfa0da3c1a066268a7441271c02a0304213cc854c252727b5035db4a51a4747ad54db3c741b6f623363c99920a5bf2292c59dc3dc4d653b366f83
 WHIRLPOOL 
c97b7ece323309343fef40b36a826b420f3be5df61ac7bb9ae4faa48802c395be886b8a6740765779e2023a5bdbffde21dda1934179e4e284204aa821275e645

diff --git a/app-emulation/flannel/flannel-0.5.5.ebuild 
b/app-emulation/flannel/flannel-0.5.5.ebuild
new file mode 100644
index 000..5191237
--- /dev/null
+++ b/app-emulation/flannel/flannel-0.5.5.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit systemd user
+
+KEYWORDS="~amd64"
+DESCRIPTION="An etcd backed network fabric for containers"
+GO_PN="github.com/coreos/flannel"
+HOMEPAGE="https://${GO_PN};
+SRC_URI="https://${GO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+DEPEND=">=dev-lang/go-1.4:="
+RDEPEND=""
+
+src_prepare() {
+   local line
+   sed -e 's:go build:[[ ${0##*/} == test ]] || \0 -v -x:' -i build || die
+   sed -e 's:go test:\0 -v:' -i test || die
+
+   # remote_test.go:98: GetNetworkConfig failed: Get 
http://127.0.0.1:/v1/_/config: dial tcp 127.0.0.1:: getsockopt: 
connection refused
+   sed -e 's:^func TestRemote:func _TestRemote:' -i remote/remote_test.go 
|| die
+}
+
+src_compile() {
+   "${BASH}" -ex ./build || die 'Build failed'
+}
+
+src_test() {
+   "${BASH}" -ex ./test || die 'Tests failed'
+}
+
+src_install() {
+   dobin bin/*
+   exeinto /usr/libexec/flannel
+   doexe dist/mk-docker-opts.sh
+   insinto /etc/systemd/system/docker.service.d
+   newins "${FILESDIR}/flannel-docker.conf" flannel.conf
+   systemd_newtmpfilesd "${FILESDIR}/flannel.tmpfilesd" flannel.conf
+   systemd_dounit "${FILESDIR}/flanneld.service"
+}



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

2016-04-10 Thread Jeroen Roovers
commit: 54cfff9f2a08d926ea703d798b9d6a0dab5da638
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Apr 11 03:59:34 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Apr 11 04:01:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54cfff9f

net-misc/tlsdate: Stable for HPPA (bug #578882).

Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches

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

diff --git a/net-misc/tlsdate/tlsdate-0.0.13.ebuild 
b/net-misc/tlsdate/tlsdate-0.0.13.ebuild
index 4d4cea3..e72247c 100644
--- a/net-misc/tlsdate/tlsdate-0.0.13.ebuild
+++ b/net-misc/tlsdate/tlsdate-0.0.13.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/ioerror/tlsdate/tarball/${P} -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~s390 ~sh ~sparc ~x86"
+KEYWORDS="amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~s390 ~sh ~sparc ~x86"
 IUSE="dbus +seccomp static-libs"
 
 DEPEND="dev-libs/openssl



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

2016-04-10 Thread Jeroen Roovers
commit: f6f71559f41704c5d8eb8a1cc8ceb9eefe8b13f8
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Apr 11 04:01:08 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Apr 11 04:01:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6f71559

sys-apps/xinetd: Stable for HPPA (bug #575332).

Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches

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

diff --git a/sys-apps/xinetd/xinetd-2.3.15-r3.ebuild 
b/sys-apps/xinetd/xinetd-2.3.15-r3.ebuild
index 51b1bf8..9dfcfd8 100644
--- a/sys-apps/xinetd/xinetd-2.3.15-r3.ebuild
+++ b/sys-apps/xinetd/xinetd-2.3.15-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.xinetd.org/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="perl rpc tcpd"
 
 DEPEND="tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )



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

2016-04-10 Thread Doug Goldstein
commit: 66da9fcec8849b5e102d5843a11f687657a1ca18
Author: Doug Goldstein  gentoo  org>
AuthorDate: Mon Apr 11 03:44:38 2016 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Mon Apr 11 03:45:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66da9fce

dev-lang/rust: disable building with rpath

Package-Manager: portage-2.2.26
Signed-off-by: Doug Goldstein  gentoo.org>

 dev-lang/rust/rust-1.7.0-r100.ebuild  | 1 +
 dev-lang/rust/rust-1.7.0.ebuild   | 1 +
 dev-lang/rust/rust-1.8.0_beta20160323-r100.ebuild | 1 +
 dev-lang/rust/rust-1.8.0_beta20160323.ebuild  | 1 +
 4 files changed, 4 insertions(+)

diff --git a/dev-lang/rust/rust-1.7.0-r100.ebuild 
b/dev-lang/rust/rust-1.7.0-r100.ebuild
index 34065d2..5772789 100644
--- a/dev-lang/rust/rust-1.7.0-r100.ebuild
+++ b/dev-lang/rust/rust-1.7.0-r100.ebuild
@@ -87,6 +87,7 @@ src_configure() {
--default-linker=$(tc-getBUILD_CC) \
--default-ar=$(tc-getBUILD_AR) \
--python=${EPYTHON} \
+   --disable-rpath \
$(use_enable clang) \
$(use_enable debug) \
$(use_enable debug llvm-assertions) \

diff --git a/dev-lang/rust/rust-1.7.0.ebuild b/dev-lang/rust/rust-1.7.0.ebuild
index c17bed8..1e5c6aa 100644
--- a/dev-lang/rust/rust-1.7.0.ebuild
+++ b/dev-lang/rust/rust-1.7.0.ebuild
@@ -76,6 +76,7 @@ src_configure() {
--default-linker=$(tc-getBUILD_CC) \
--default-ar=$(tc-getBUILD_AR) \
--python=${EPYTHON} \
+   --disable-rpath \
$(use_enable clang) \
$(use_enable debug) \
$(use_enable debug llvm-assertions) \

diff --git a/dev-lang/rust/rust-1.8.0_beta20160323-r100.ebuild 
b/dev-lang/rust/rust-1.8.0_beta20160323-r100.ebuild
index f9e67b1..1b95215 100644
--- a/dev-lang/rust/rust-1.8.0_beta20160323-r100.ebuild
+++ b/dev-lang/rust/rust-1.8.0_beta20160323-r100.ebuild
@@ -87,6 +87,7 @@ src_configure() {
--default-linker=$(tc-getBUILD_CC) \
--default-ar=$(tc-getBUILD_AR) \
--python=${EPYTHON} \
+   --disable-rpath \
$(use_enable clang) \
$(use_enable debug) \
$(use_enable debug llvm-assertions) \

diff --git a/dev-lang/rust/rust-1.8.0_beta20160323.ebuild 
b/dev-lang/rust/rust-1.8.0_beta20160323.ebuild
index ba5fa95..d01d496 100644
--- a/dev-lang/rust/rust-1.8.0_beta20160323.ebuild
+++ b/dev-lang/rust/rust-1.8.0_beta20160323.ebuild
@@ -86,6 +86,7 @@ src_configure() {
--default-linker=$(tc-getBUILD_CC) \
--default-ar=$(tc-getBUILD_AR) \
--python=${EPYTHON} \
+   --disable-rpath \
$(use_enable clang) \
$(use_enable debug) \
$(use_enable debug llvm-assertions) \



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

2016-04-10 Thread Matt Thode
commit: 86c4cf43974d7ac942816592f2dc2b18b6296350
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Apr 11 03:11:26 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Apr 11 03:11:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86c4cf43

net-analyzer/graphite-web: update for bug 556732

Package-Manager: portage-2.2.26

 .../graphite-web/graphite-web-0.9.13-r3.ebuild | 108 +
 net-analyzer/graphite-web/metadata.xml |   1 +
 2 files changed, 109 insertions(+)

diff --git a/net-analyzer/graphite-web/graphite-web-0.9.13-r3.ebuild 
b/net-analyzer/graphite-web/graphite-web-0.9.13-r3.ebuild
new file mode 100644
index 000..9e20d1f
--- /dev/null
+++ b/net-analyzer/graphite-web/graphite-web-0.9.13-r3.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 python-utils-r1 prefix
+
+DESCRIPTION="Enterprise scalable realtime graphing"
+HOMEPAGE="http://graphite.readthedocs.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+   
https://raw.githubusercontent.com/graphite-project/graphite-web/522d84fed687bd946878e48d85982d59f7bd1267/webapp/content/img/share.png
 -> ${P}-share.png"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+carbon ldap mysql memcached postgres +sqlite"
+
+DEPEND=""
+RDEPEND="
+   dev-lang/python[sqlite?]
+   sqlite? ( >=dev-python/django-1.4[sqlite?,${PYTHON_USEDEP}] )
+   mysql? ( >=dev-python/django-1.4[${PYTHON_USEDEP}]
+   || (
+   dev-python/mysql-python[${PYTHON_USEDEP}]
+   dev-python/mysqlclient[${PYTHON_USEDEP}]
+   )
+   )
+   postgres? (
+   >=dev-python/django-1.4[${PYTHON_USEDEP}]
+   dev-python/psycopg:2[${PYTHON_USEDEP}]
+   )
+   >=dev-python/twisted-core-10.0[${PYTHON_USEDEP}]
+   >=dev-python/django-tagging-0.3.1[${PYTHON_USEDEP}]
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/pyparsing[${PYTHON_USEDEP}]
+   dev-python/txAMQP[${PYTHON_USEDEP}]
+   carbon? ( dev-python/carbon[${PYTHON_USEDEP}] )
+   dev-python/whisper[${PYTHON_USEDEP}]
+   media-libs/fontconfig
+   memcached? ( dev-python/python-memcached[${PYTHON_USEDEP}] )
+   ldap? ( dev-python/python-ldap[${PYTHON_USEDEP}] )"
+
+PATCHES=(
+   # Do not install the configuration and data files. We install them
+   # somewhere sensible by hand.
+   "${FILESDIR}"/${P}-fhs-paths.patch
+   "${FILESDIR}"/${P}-system-libs.patch
+)
+
+EXAMPLES=(
+   examples/example-graphite-vhost.conf
+   conf/dashboard.conf.example
+   conf/graphite.wsgi.example
+)
+
+src_prepare() {
+   # use FHS-style paths
+   rm setup.cfg || die
+   # make sure we don't use bundled stuff
+   rm -Rf webapp/graphite/thirdparty
+   distutils-r1_src_prepare
+   eprefixify \
+   conf/graphite.wsgi.example \
+   webapp/graphite/local_settings.py.example
+}
+
+python_install() {
+   distutils-r1_python_install \
+   --install-data="${EPREFIX}"/usr/share/${PN}
+
+   # make manage.py available from an easier location/name
+   dodir /usr/bin
+   mv "${D}"/$(python_get_sitedir)/graphite/manage.py \
+   "${ED}"/usr/bin/${PN}-manage || die
+   chmod 0755 "${ED}"/usr/bin/${PN}-manage || die
+   python_fix_shebang "${ED}"/usr/bin/${PN}-manage
+
+   # shortener image isn't included for some reason
+   cp "${DISTDIR}"/"${P}"-share.png 
"${ED}"/usr/share/${PN}/webapp/content/img/
+
+   insinto /etc/${PN}
+   newins webapp/graphite/local_settings.py.example local_settings.py
+   pushd "${D}"/$(python_get_sitedir)/graphite > /dev/null || die
+   ln -s ../../../../../etc/${PN}/local_settings.py local_settings.py
+   popd > /dev/null || die
+}
+
+pkg_config() {
+   "${ROOT}"/usr/bin/${PN}-manage syncdb --noinput
+   local idx=$(grep 'INDEX_FILE =' "${EROOT}"/etc/local_settings.py 
2>/dev/null)
+   if [[ -n ${idx} ]] ; then
+   idx=${idx##*=}
+   idx=$(echo ${idx})
+   eval "idx=${idx}"
+   touch "${ROOT}"/"${idx}"/index
+   fi
+}
+
+pkg_postinst() {
+   einfo "You will need to ${PN} it with Apache (mod_wsgi) or nginx 
(uwsgi)."
+   einfo "Don't forget to edit local_settings.py in ${EPREFIX}/etc/${PN}"
+   einfo "See 
http://graphite.readthedocs.org/en/latest/config-local-settings.html;
+   einfo "Run emerge --config =${PN}-${PVR} if this is a fresh install."
+}

diff --git a/net-analyzer/graphite-web/metadata.xml 
b/net-analyzer/graphite-web/metadata.xml
index 14056ae..5118985 100644
--- a/net-analyzer/graphite-web/metadata.xml
+++ 

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

2016-04-10 Thread Zac Medico
commit: 1276f62c1af5b9bcbdabbacef8636977c5899052
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Apr 11 01:48:16 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Apr 11 01:48:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1276f62c

dev-db/rqlite: version bump to 2.1

Package-Manager: portage-2.2.28

 dev-db/rqlite/Manifest  |  2 +
 dev-db/rqlite/rqlite-2.1.ebuild | 95 +
 2 files changed, 97 insertions(+)

diff --git a/dev-db/rqlite/Manifest b/dev-db/rqlite/Manifest
index 8d40102..d3b1eaa 100644
--- a/dev-db/rqlite/Manifest
+++ b/dev-db/rqlite/Manifest
@@ -1,4 +1,5 @@
 DIST bolt-2f846c3551b76d7710f159be840d66c3d064abbe.tar.gz 78184 SHA256 
4358157d83f88a3e0fdd5b2faa810ce0e8569ce5594ce893634f0042b2dfcdab SHA512 
429391842ac0ed04fb73587a1d21c2bf03a3c41f79fa192cc601ad4748a02ecd9a5ed024779a7267278f4c7a7152b1cf6d4e48ae1ceb31e52179506792ac4b51
 WHIRLPOOL 
f0d5eabcd2936897124bc7bfc1c5e616c79d7deb0f465e9cbd2b28c6d45173e26c71303afc1a9f6e1ef513548d192d9e8c6e5addba4af4ef40edc564f82245f0
+DIST bolt-ee4a0888a9abe7eefe5a0992ca4cb06864839873.tar.gz 78144 SHA256 
165a79b80801b667b9ae09becc6085ebc79a68de32403b31018010c89216d2bc SHA512 
a1f1254a00c6ad05d9097e900f1918a1d05e0a945c2438e715f6d386fc0dad82b3302764afd7bfb2a43030e79c6a0271284c866caffdda216961c10e16b63e2a
 WHIRLPOOL 
9917359c05160a4852e55d6e556b511ba374d6c16b2c78a7d9e3ad5566f7ef68dd08176993e9fac2dc7f69612dd7da12a96e0a73b5e1e19fa102b540f594b800
 DIST go-metrics-345426c77237ece5dab0e1605c3e4b35c3f54757.tar.gz 13610 SHA256 
2efdf7c349cb81ef75fbb812e150aac9a7c6c27417f4e84f655ff77ddb006789 SHA512 
2dd120d6da4d8cfcd4546a288534f233f7073281ed3d6e7712c8a92fc11f7b800c0950835037ec936ec89e6fc2dba06088d70bc7faee6f139cc9656c0a81d4b7
 WHIRLPOOL 
ebe0a792cb231f3ff5241f8c2526c7a7927d6d1ab138e92ae0da34ba72e54bbb4769aa14804110e61d7de280ce28a0040ebd17e79ceccec585ad48c9aac91c33
 DIST go-metrics-51425a2415d21afadfd55cd93432c0bc69e9598d.tar.gz 33525 SHA256 
42e9c8c59c90b84ae00dcaec111d6903a2c0e1f17ea89bdecf313ea3172e292d SHA512 
1cc31cab2e0bfeb426c813b0e69fc9810be0c1024f01be81de3ea001da930dd6ff72793e4cb4895ceda7a43d0879b2c7ca6c640524d49c1080056382dc2b5e0b
 WHIRLPOOL 
9a35efb70b827c7464a7fdb2866db93bf9e818b25a5a5038f6a0bf16ed06aaa16727c54bf08d6a18fe08cbbdca952e6878c41cdea3cea7287c87399cb22a43dd
 DIST go-msgpack-fa3f63826f7c23912c15263591e65d54d080b458.tar.gz 49488 SHA256 
eeffbd458f4996334275f828cfd3549d32a2ba6eda359e5c9be09f091548781f SHA512 
7e60a122cca007bf5455d6e15f77c24eaa5739deedc9e0c158282249e84698f873628bffa9eb7d23c1c59bda7632b1968ca770c8e1796e2d50750ac86e80fcb2
 WHIRLPOOL 
41745e39256ef510d42c4da413609e3bdd0621cc2acccfddabb4c8774e47b73ad46656639bed3fac2335cf1b6a2a245d3b8b4f3831cfafb2c6e7ecb90293475d
@@ -12,3 +13,4 @@ DIST 
hashicorp-boltdb-d1e82c1ec3f15ee991f7cc7ffd5b67ff6f5bbaee.tar.gz 8881 SHA25
 DIST hashicorp-raft-057b893fd996696719e98b6c44649ea14968c811.tar.gz 60617 
SHA256 0a97044468f5a7b0640296c0bf25c9b66c2f78a6df9fdd8bf8ea5d624549ea93 SHA512 
cc98717d405e3ee2479d44d79a98228faba3ca3ff41064490dde7555ca35bc65d3a8765778298fd0372b6a8afd0b00e5a557b8ad736709a0534c3fc85f61f3d7
 WHIRLPOOL 
74fd868a541d356284482c4af37b8affd61bf9588ec8c8f631cdb65d5c019cb5e4c78472b2fe111b137bf3aaf414c49c994e03a08522342047cd140df20986c6
 DIST rqlite-1.0.tar.gz 18658 SHA256 
ab282d373963bd50acf32fad89e250b40c2b3f015ddfb98ac45103054a1f7ec5 SHA512 
a45f1c1dee1890ce557068b1080605fc32ddc909a45ee6edc6593ae6daa610b967b3fd5ab4e91cd6189d75ff824876bbd52006c5b3e392b48d35a612d708dd7a
 WHIRLPOOL 
759e4f17a3552d2293c548d85136f872187bdb928f341bf84b51f902c56638690534d72b968a393676d3ce09bed9c371d67692c6b16e772f5a3624442682d5d1
 DIST rqlite-2.0_pre20160308.tar.gz 19443 SHA256 
597afba704194e1b3a70431184057f41f57a541a59c92d5ebacf9a96762d70b6 SHA512 
7361dc3b3a41d905845bbb250ae3ad7d83a50eea09044b5297fad031ecc165b35ba59e4f6ed06975d6a9936545e9c8e60e0e605d1ec09c2096f1a00d77033e74
 WHIRLPOOL 
8a19fa0694980df16021bac4fcee576d87e98d40c740c23506dbc16fa6ee1f24dcb925315639fd4fa7c7cc574391adc46e216a8270e13779f545808ff81c39a7
+DIST rqlite-2.1.tar.gz 22054 SHA256 
0720cbf6972e83c7ca588440dee7f3c75d92baa5869244b3a36a8bb71b58af36 SHA512 
fc34ef604a3b8c0d574d78e75baabdf9c1d859771a076a6cd1c11c0737d8bd412f23be44bbeb0ef6404700e22149c93f0d54e27046f9350b43e9c492b72ae457
 WHIRLPOOL 
2bc9f25ef533c0e55b317ad1cf2325643b772b6219e2af2e7a5510bdbae9d516f83a5547548336ba456dcb19c8ff440178a4547ff486602b99bab413bd3b839b

diff --git a/dev-db/rqlite/rqlite-2.1.ebuild b/dev-db/rqlite/rqlite-2.1.ebuild
new file mode 100644
index 000..c807155
--- /dev/null
+++ b/dev-db/rqlite/rqlite-2.1.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+fi
+
+inherit golang-build
+
+KEYWORDS="~amd64"
+DESCRIPTION="Replicated SQLite using the Raft consensus protocol "
+EGO_PN="github.com/otoolep/rqlite/..."

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

2016-04-10 Thread Martin Mokrejs
commit: add8084e363c64f4730fbee8ac16324401972495
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Sun Apr 10 23:22:10 2016 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Sun Apr 10 23:22:10 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=add8084e

sci-biology/AlignGraph: improve package DESCR

Package-Manager: portage-2.2.28

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

diff --git a/sci-biology/AlignGraph/AlignGraph-.ebuild 
b/sci-biology/AlignGraph/AlignGraph-.ebuild
index 4a52cfd..9754ee5 100644
--- a/sci-biology/AlignGraph/AlignGraph-.ebuild
+++ b/sci-biology/AlignGraph/AlignGraph-.ebuild
@@ -10,7 +10,7 @@ if [ "$PV" == "" ]; then
inherit git-r3
 fi
 
-DESCRIPTION="Asssemble contigs/scaffolds using related reference sequence"
+DESCRIPTION="Reference-assisted asssembly of contigs/scaffolds"
 HOMEPAGE="https://github.com/baoe/AlignGraph
http://bioinformatics.oxfordjournals.org/content/30/12/i319.long;
 if [ "$PV" == "" ]; then



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

2016-04-10 Thread NP Hardass
commit: c9ccfdd335cab9492883d3d4c8798b37da23d64a
Author: NP-Hardass  gentoo  org>
AuthorDate: Sun Apr 10 22:52:06 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sun Apr 10 22:55:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ccfdd3

app-emulation/wine: Always apply gstreamer patch on 1.8.1

Package-Manager: portage-2.2.26

 app-emulation/wine/wine-1.8.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine/wine-1.8.1.ebuild 
b/app-emulation/wine/wine-1.8.1.ebuild
index 8823448..eef6364 100644
--- a/app-emulation/wine/wine-1.8.1.ebuild
+++ b/app-emulation/wine/wine-1.8.1.ebuild
@@ -35,8 +35,8 @@ SRC_URI="${SRC_URI}
abi_x86_32? ( 
https://dl.winehq.org/wine/wine-gecko/${GV}/wine_gecko-${GV}-x86.msi )
abi_x86_64? ( 
https://dl.winehq.org/wine/wine-gecko/${GV}/wine_gecko-${GV}-x86_64.msi )
)
-   gstreamer? ( 
https://dev.gentoo.org/~np-hardass/distfiles/${PN}/${GST_P}.patch.bz2 )
mono? ( https://dl.winehq.org/wine/wine-mono/${MV}/wine-mono-${MV}.msi )
+   https://dev.gentoo.org/~np-hardass/distfiles/${PN}/${GST_P}.patch.bz2

https://dev.gentoo.org/~tetromino/distfiles/${PN}/${WINE_GENTOO}.tar.bz2;
 
 if [[ ${PV} == "" ]] ; then
@@ -238,7 +238,7 @@ src_unpack() {
fi
 
unpack "${WINE_GENTOO}.tar.bz2"
-   use gstreamer && unpack "${GST_P}.patch.bz2"
+   unpack "${GST_P}.patch.bz2"
 
l10n_find_plocales_changes "${S}/po" "" ".po"
 }



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

2016-04-10 Thread Alex Brandt
commit: a6195c60784242ded4999a854425fd235fdb3d6d
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr 10 22:47:21 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sun Apr 10 22:47:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6195c60

dev-python/typing: add version 3.5.0.1

Package-Manager: portage-2.2.28

 dev-python/typing/Manifest  |  1 +
 dev-python/typing/metadata.xml  | 10 ++
 dev-python/typing/typing-3.5.0.1.ebuild | 24 
 3 files changed, 35 insertions(+)

diff --git a/dev-python/typing/Manifest b/dev-python/typing/Manifest
new file mode 100644
index 000..76926ba
--- /dev/null
+++ b/dev-python/typing/Manifest
@@ -0,0 +1 @@
+DIST typing-3.5.0.1.tar.gz 44955 SHA256 
b247d3ffe4228bebf319cc6670535eca472ad65a96d681c41cd67b90a686d942 SHA512 
abd638f243b40bcb002fa94cfe64df29a454a3874edc629ab43e79b10149a18a29d8200ce0574bf1e920461e58f4736905f04d231c3cf045bb6a91ad12d4c53e
 WHIRLPOOL 
8d7f3fc04d3aec17a492f3c405fa6edd55be8431c266a8a3de5a31d61711835a0eaf11b3cbda9089165d69476e948d810bb233acac199ea9350579c315b96037

diff --git a/dev-python/typing/metadata.xml b/dev-python/typing/metadata.xml
new file mode 100644
index 000..9b3c6f8
--- /dev/null
+++ b/dev-python/typing/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   alund...@gentoo.org
+   Alex Brandt
+   
+   
+   
+

diff --git a/dev-python/typing/typing-3.5.0.1.ebuild 
b/dev-python/typing/typing-3.5.0.1.ebuild
new file mode 100644
index 000..2850d78
--- /dev/null
+++ b/dev-python/typing/typing-3.5.0.1.ebuild
@@ -0,0 +1,24 @@
+# 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 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="Type Hints for Python"
+HOMEPAGE="https://docs.python.org/3.5/library/typing.html;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+python_test() {
+   "${PYTHON}" -m unittest discover || die "tests failed under ${EPYTHON}"
+}



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

2016-04-10 Thread Alex Brandt
commit: 0c1014fb41b97233a5254a17b076d78039100b04
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr 10 22:12:43 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sun Apr 10 22:12:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c1014fb

dev-python/docker-py: remove version 1.7.0

Package-Manager: portage-2.2.28

 dev-python/docker-py/Manifest   |  1 -
 dev-python/docker-py/docker-py-1.7.0.ebuild | 48 -
 2 files changed, 49 deletions(-)

diff --git a/dev-python/docker-py/Manifest b/dev-python/docker-py/Manifest
index 3207a0a..1d87c4d 100644
--- a/dev-python/docker-py/Manifest
+++ b/dev-python/docker-py/Manifest
@@ -1,5 +1,4 @@
 DIST docker-py-1.2.2.tar.gz 69685 SHA256 
85284a5b1a965e01a5d0a91f9f639ad5069143a276c123198fdafc3659280b38 SHA512 
bf00b19e0ab56e5c0e8459234d09722ca504ecd933bfba61cb4ab4805410f53f6ad6083f2e964ef5a6eded2ea05aa01a89c27621064386bae145c7258ed996ad
 WHIRLPOOL 
bd7ff4579f924e02d18581b1aca00790dcb84afda03e4cde70b349bfdb4ad43aa2e06da2bcbe780f6074d98f9af9b14fb9d2ab4da9265e56b73288902c9ede7a
-DIST docker-py-1.7.0.tar.gz 95003 SHA256 
13193dff1e29e0f3bfa8a51751a08eac8d56b3b7d14c4c2c9b7a56647303166b SHA512 
98296c2bcc567caae6178599470999ee97b6e9648096a09790912e92191b88b2affaec5fb8dbe3b9070015ddb198fe8b9c3210d1a450ce91e620793d19da7b0c
 WHIRLPOOL 
483f85e598d601346e933645819c78639adff1f1c2d0d65e7f22c71412d85442c74e1690b8457a372b4ab2dc0d1c56e4a30b44edc67bb150a16f2bb95aae1462
 DIST docker-py-1.7.2.tar.gz 96062 SHA256 
695c6e5dba8fbc191e3eb15889ba5353a2d44b0d52467656ced4e092c439be90 SHA512 
1fa5e40b07044145fcdb5b1231b4c852f8df4d2f0feaecc386eb82efd71e598afd982104de475fce6eb6b68a6a8fb320451466bcc39ae96c43cf8c5403c0588f
 WHIRLPOOL 
ae0246ec188218d1b5b9e6337c484eafc59b2ce36dc5be61b6e54d281d84c02c00fd6c62527fb1dfa2fd646b778efcee014261211687548a229724e18dadc40b
 DIST docker-py-1.8.0_rc2.tar.gz 100120 SHA256 
5176c543343a582f2f7a461560a7c759d002b2dceb7552f542d7d1e0fce3cb05 SHA512 
f7924015bc267acb095a9f21d151afd56d787a5d26dcc8c285d81c4e5af8a1027c7f166b8178e3e821a3b2fe541b51121c825ab59591b97bea8eb8a3fe3d7a0f
 WHIRLPOOL 
451fea912c3cdd6bcaf7e29431719c39d7fea9bb03b7b94fbecf493bc28713d97e1438ee6ce8c0fb6977739061c25a87b29e5924e087e8613fe1f115b8000809
 DIST docker-py-1.8.0_rc5.tar.gz 102470 SHA256 
0cf741f17233c8aa494c61b053d032d8d296fbc3f11586b1e5efad31fdb46de1 SHA512 
1490b913fdac35e226d72f8e926405fde50a249189ccdfe35ae7e5f805fbcb5dee9722666b7d7b3fd23481508f9bfead9a1e231abe49a997c2db370568e8b40f
 WHIRLPOOL 
2a48da6d79a8df59b0cd94a69844bc3d5a048285232faf6f2e118a52bb1bfddaa74b69334fcdb204b7d0be862dfe07ef63c3fb61a4b4fa8e18aba5c8c3be1910

diff --git a/dev-python/docker-py/docker-py-1.7.0.ebuild 
b/dev-python/docker-py/docker-py-1.7.0.ebuild
deleted file mode 100644
index bb34232..000
--- a/dev-python/docker-py/docker-py-1.7.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Python client for Docker"
-HOMEPAGE="https://github.com/docker/docker-py;
-SRC_URI="https://github.com/docker/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( >=dev-python/mkdocs-0.14.0[${PYTHON_USEDEP}] )
-   test? (
-   >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
-   >=dev-python/pytest-2.7.2[${PYTHON_USEDEP}]
-   >=dev-python/pytest-cov-2.1.0[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="
-   >=dev-python/requests-2.5.2[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
-"
-
-python_compile_all() {
-   if use doc; then
-   mkdocs build || die "docs failed to build"
-   fi
-}
-
-python_test() {
-   py.test -vv tests/unit || die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( site/. )
-
-   distutils-r1_python_install_all
-}



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

2016-04-10 Thread Alex Brandt
commit: a7f56dac7d0e901a6af19e87ac323ebdacc79a21
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr 10 22:10:15 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sun Apr 10 22:10:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7f56dac

dev-python/docker-py: add version 1.8.0_rc5

Package-Manager: portage-2.2.28

 dev-python/docker-py/Manifest   |  1 +
 dev-python/docker-py/docker-py-1.8.0_rc5.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/dev-python/docker-py/Manifest b/dev-python/docker-py/Manifest
index c64d3b4..3207a0a 100644
--- a/dev-python/docker-py/Manifest
+++ b/dev-python/docker-py/Manifest
@@ -2,3 +2,4 @@ DIST docker-py-1.2.2.tar.gz 69685 SHA256 
85284a5b1a965e01a5d0a91f9f639ad5069143a
 DIST docker-py-1.7.0.tar.gz 95003 SHA256 
13193dff1e29e0f3bfa8a51751a08eac8d56b3b7d14c4c2c9b7a56647303166b SHA512 
98296c2bcc567caae6178599470999ee97b6e9648096a09790912e92191b88b2affaec5fb8dbe3b9070015ddb198fe8b9c3210d1a450ce91e620793d19da7b0c
 WHIRLPOOL 
483f85e598d601346e933645819c78639adff1f1c2d0d65e7f22c71412d85442c74e1690b8457a372b4ab2dc0d1c56e4a30b44edc67bb150a16f2bb95aae1462
 DIST docker-py-1.7.2.tar.gz 96062 SHA256 
695c6e5dba8fbc191e3eb15889ba5353a2d44b0d52467656ced4e092c439be90 SHA512 
1fa5e40b07044145fcdb5b1231b4c852f8df4d2f0feaecc386eb82efd71e598afd982104de475fce6eb6b68a6a8fb320451466bcc39ae96c43cf8c5403c0588f
 WHIRLPOOL 
ae0246ec188218d1b5b9e6337c484eafc59b2ce36dc5be61b6e54d281d84c02c00fd6c62527fb1dfa2fd646b778efcee014261211687548a229724e18dadc40b
 DIST docker-py-1.8.0_rc2.tar.gz 100120 SHA256 
5176c543343a582f2f7a461560a7c759d002b2dceb7552f542d7d1e0fce3cb05 SHA512 
f7924015bc267acb095a9f21d151afd56d787a5d26dcc8c285d81c4e5af8a1027c7f166b8178e3e821a3b2fe541b51121c825ab59591b97bea8eb8a3fe3d7a0f
 WHIRLPOOL 
451fea912c3cdd6bcaf7e29431719c39d7fea9bb03b7b94fbecf493bc28713d97e1438ee6ce8c0fb6977739061c25a87b29e5924e087e8613fe1f115b8000809
+DIST docker-py-1.8.0_rc5.tar.gz 102470 SHA256 
0cf741f17233c8aa494c61b053d032d8d296fbc3f11586b1e5efad31fdb46de1 SHA512 
1490b913fdac35e226d72f8e926405fde50a249189ccdfe35ae7e5f805fbcb5dee9722666b7d7b3fd23481508f9bfead9a1e231abe49a997c2db370568e8b40f
 WHIRLPOOL 
2a48da6d79a8df59b0cd94a69844bc3d5a048285232faf6f2e118a52bb1bfddaa74b69334fcdb204b7d0be862dfe07ef63c3fb61a4b4fa8e18aba5c8c3be1910

diff --git a/dev-python/docker-py/docker-py-1.8.0_rc5.ebuild 
b/dev-python/docker-py/docker-py-1.8.0_rc5.ebuild
new file mode 100644
index 000..155e961
--- /dev/null
+++ b/dev-python/docker-py/docker-py-1.8.0_rc5.ebuild
@@ -0,0 +1,50 @@
+# 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 python3_4 )
+
+inherit distutils-r1 vcs-snapshot
+
+MY_PV=${PV//_/-}
+
+DESCRIPTION="Python client for Docker"
+HOMEPAGE="https://github.com/docker/docker-py;
+SRC_URI="https://github.com/docker/${PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( >=dev-python/mkdocs-0.14.0[${PYTHON_USEDEP}] )
+   test? (
+   ~dev-python/mock-1.0.1[${PYTHON_USEDEP}]
+   ~dev-python/pytest-2.7.2[${PYTHON_USEDEP}]
+   ~dev-python/pytest-cov-2.1.0[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="
+   >=dev-python/requests-2.5.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
+"
+
+python_compile_all() {
+   if use doc; then
+   mkdocs build -d 'mkdocs_site' || die "docs failed to build"
+   fi
+}
+
+python_test() {
+   py.test tests/unit/ | die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( mkdocs_site/. )
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] proj/java:master commit in: dev-java/icedtea/files/, dev-java/icedtea/

2016-04-10 Thread James Le Cuirot
commit: e93177f868da4b4b692d7d85ee9fde67003f5731
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Apr 10 22:09:41 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Apr 10 22:09:41 2016 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=e93177f8

dev-java/icedtea: ccache - fix version check, strip PATH, no automagic

Package-Manager: portage-2.2.28

 dev-java/icedtea/files/8-ccache.patch | 11 +++
 dev-java/icedtea/icedtea-3.0.0.ebuild | 16 +++-
 2 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/dev-java/icedtea/files/8-ccache.patch 
b/dev-java/icedtea/files/8-ccache.patch
new file mode 100644
index 000..c846dba
--- /dev/null
+++ b/dev-java/icedtea/files/8-ccache.patch
@@ -0,0 +1,11 @@
+--- openjdk/common/autoconf/generated-configure.sh.orig2016-04-01 
04:32:19.0 +0100
 openjdk/common/autoconf/generated-configure.sh 2016-04-10 
20:04:53.472885447 +0100
+@@ -35764,7 +35764,7 @@
+ # precompiled headers.
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ccache supports 
precompiled headers" >&5
+ $as_echo_n "checking if ccache supports precompiled headers... " >&6; }
+-HAS_GOOD_CCACHE=`($CCACHE --version | head -n 1 | grep -E 3.1.[456789]) 
2> /dev/null`
++HAS_GOOD_CCACHE=`($CCACHE --version | head -n 1 | grep -E 
"3\.(1\.[456789]|[2-9])") 2> /dev/null`
+ if test "x$HAS_GOOD_CCACHE" = x; then
+   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, disabling ccache" 
>&5
+ $as_echo "no, disabling ccache" >&6; }

diff --git a/dev-java/icedtea/icedtea-3.0.0.ebuild 
b/dev-java/icedtea/icedtea-3.0.0.ebuild
index f36fe40..a17c4ab 100644
--- a/dev-java/icedtea/icedtea-3.0.0.ebuild
+++ b/dev-java/icedtea/icedtea-3.0.0.ebuild
@@ -270,6 +270,18 @@ src_configure() {
zero_config="--enable-zero"
fi
 
+   # https://bugs.openjdk.java.net/browse/JDK-8067132
+   export DISTRIBUTION_PATCHES="${SLOT}-ccache.patch"
+   ln -snf "${FILESDIR}"/${SLOT}-ccache.patch . || die
+
+   # IcedTea itself doesn't handle ccache yet.
+   if has ccache ${FEATURES}; then
+   ewarn 'ccache has been known to break IcedTea. Disable it 
before filing bugs.'
+   export enable_ccache=yes
+   else
+   export enable_ccache=no
+   fi
+
config+=" --with-parallel-jobs=$(makeopts_jobs)"
 
unset JAVA_HOME JDK_HOME CLASSPATH JAVAC JAVACFLAGS
@@ -304,7 +316,9 @@ src_configure() {
 }
 
 src_compile() {
-   emake
+   # OpenJDK is quite picky about ccache and dies if you attempt to use
+   # it via wrapper symlinks like Gentoo normally does.
+   PATH=$(sed 's#[^:]*/ccache/bin:##g' <<< "${PATH}") emake
 }
 
 src_test() {



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

2016-04-10 Thread Alex Brandt
commit: 5429d698791b48466e92dba0944f5e08cab540cf
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr 10 22:05:01 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sun Apr 10 22:08:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5429d698

dev-python/radon: add version 1.3.2

Package-Manager: portage-2.2.28

 dev-python/radon/Manifest   |  1 +
 dev-python/radon/radon-1.3.2.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/dev-python/radon/Manifest b/dev-python/radon/Manifest
index 6be972d..fb07d57 100644
--- a/dev-python/radon/Manifest
+++ b/dev-python/radon/Manifest
@@ -1,3 +1,4 @@
 DIST radon-1.2.1.tar.gz 1633366 SHA256 
bacc94a4a5c1a3e9410944e8e4e0f0aaf7dcf066c9b35bd92ac8eba5d47429fa SHA512 
5676695344b7cf574abd9079ee3856debdf3ac4bda4a1c52e00406e2bbb71ad74f320f43638887e30db073fd623070a97fc44c031eec13588e953b33b549e2bf
 WHIRLPOOL 
2ab535d0fe0b56b538dbe389b68e522468611f25c797c69343f4da700ae6129dc725051998238f0f136c45382f29887cdccc899aeaab000796f22a9962d40505
 DIST radon-1.2.2.tar.gz 3468244 SHA256 
3cab798af062632ad275092c537e409f8948c19034e98d3ab243ce455b4eee9d SHA512 
2bd424ca81fd55d1bf444e7b2a228bd11ee23a7f77cad488fa45e8ce888282373f1729f7f00ca2f19838e10bbc1dabb1602f5bbac396702b52309a60671ef0a7
 WHIRLPOOL 
46e549bd9d29cd7d54a4e9746ea67f541919fdb90769f1cb3b70b51420b85bacac024b6bc0c16f25f4257652f76d750892bf2eefb146ea0ae76ef7718de11781
 DIST radon-1.3.1.tar.gz 3472429 SHA256 
292afbb0e4e489d0b52ea6ce6e34008f2c62e359969d9ef5967ffbd18ae210ba SHA512 
21088696f29479ae188064ee3864ae8fdee3687b322f2b60ea8deeafca93e582b37b739e2251da6cd47c18a67fbb527acb6293233652dc8993224ba7cc471d8c
 WHIRLPOOL 
32806fd18bfd5f26148cc78f412179c4f5395d4af1548a61851b957d89eddaef466fff220231fbb17c3f41e0be15cb4a3d9196af67811edadf2b0b67e0f28ee6
+DIST radon-1.3.2.tar.gz 3454351 SHA256 
2f8f70f9d445ddf9327c750a36ecd0231ced8bc80271333a980368ec282ab69d SHA512 
60857e82742c2d1ecb2ddf9a1ffdd23066ca5ad4939ee7afe07b0309385000fb7ba8d69ae58b00174f0ec2f758ed40ccf0677e56e2904fa6d5220a4bb6d31e21
 WHIRLPOOL 
4aba7ab2a831ed693349f42b9371c1af9f3192e7f93f6e660d19d1d9b9fd0f5c4d91ef54be53a1d333d4b65a0d91586de10050117162ac090d18477e7dd8a8c7

diff --git a/dev-python/radon/radon-1.3.2.ebuild 
b/dev-python/radon/radon-1.3.2.ebuild
new file mode 100644
index 000..64950fc
--- /dev/null
+++ b/dev-python/radon/radon-1.3.2.ebuild
@@ -0,0 +1,53 @@
+# 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 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="Code Metrics in Python"
+HOMEPAGE="https://radon.readthedocs.org/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RCDEPEND="
+   >=dev-python/colorama-0.3[${PYTHON_USEDEP}]
+   =dev-python/mando-0.3[${PYTHON_USEDEP}]
+   

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

2016-04-10 Thread Alex Brandt
commit: a11d3299bbd3911a14b67efc38edc3a1c93834ee
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr 10 22:07:16 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sun Apr 10 22:08:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a11d3299

dev-python/radon: remove version 1.2.1

Package-Manager: portage-2.2.28

 dev-python/radon/Manifest   |  1 -
 dev-python/radon/radon-1.2.1.ebuild | 51 -
 2 files changed, 52 deletions(-)

diff --git a/dev-python/radon/Manifest b/dev-python/radon/Manifest
index fb07d57..d503c1b 100644
--- a/dev-python/radon/Manifest
+++ b/dev-python/radon/Manifest
@@ -1,4 +1,3 @@
-DIST radon-1.2.1.tar.gz 1633366 SHA256 
bacc94a4a5c1a3e9410944e8e4e0f0aaf7dcf066c9b35bd92ac8eba5d47429fa SHA512 
5676695344b7cf574abd9079ee3856debdf3ac4bda4a1c52e00406e2bbb71ad74f320f43638887e30db073fd623070a97fc44c031eec13588e953b33b549e2bf
 WHIRLPOOL 
2ab535d0fe0b56b538dbe389b68e522468611f25c797c69343f4da700ae6129dc725051998238f0f136c45382f29887cdccc899aeaab000796f22a9962d40505
 DIST radon-1.2.2.tar.gz 3468244 SHA256 
3cab798af062632ad275092c537e409f8948c19034e98d3ab243ce455b4eee9d SHA512 
2bd424ca81fd55d1bf444e7b2a228bd11ee23a7f77cad488fa45e8ce888282373f1729f7f00ca2f19838e10bbc1dabb1602f5bbac396702b52309a60671ef0a7
 WHIRLPOOL 
46e549bd9d29cd7d54a4e9746ea67f541919fdb90769f1cb3b70b51420b85bacac024b6bc0c16f25f4257652f76d750892bf2eefb146ea0ae76ef7718de11781
 DIST radon-1.3.1.tar.gz 3472429 SHA256 
292afbb0e4e489d0b52ea6ce6e34008f2c62e359969d9ef5967ffbd18ae210ba SHA512 
21088696f29479ae188064ee3864ae8fdee3687b322f2b60ea8deeafca93e582b37b739e2251da6cd47c18a67fbb527acb6293233652dc8993224ba7cc471d8c
 WHIRLPOOL 
32806fd18bfd5f26148cc78f412179c4f5395d4af1548a61851b957d89eddaef466fff220231fbb17c3f41e0be15cb4a3d9196af67811edadf2b0b67e0f28ee6
 DIST radon-1.3.2.tar.gz 3454351 SHA256 
2f8f70f9d445ddf9327c750a36ecd0231ced8bc80271333a980368ec282ab69d SHA512 
60857e82742c2d1ecb2ddf9a1ffdd23066ca5ad4939ee7afe07b0309385000fb7ba8d69ae58b00174f0ec2f758ed40ccf0677e56e2904fa6d5220a4bb6d31e21
 WHIRLPOOL 
4aba7ab2a831ed693349f42b9371c1af9f3192e7f93f6e660d19d1d9b9fd0f5c4d91ef54be53a1d333d4b65a0d91586de10050117162ac090d18477e7dd8a8c7

diff --git a/dev-python/radon/radon-1.2.1.ebuild 
b/dev-python/radon/radon-1.2.1.ebuild
deleted file mode 100644
index 6eaa063..000
--- a/dev-python/radon/radon-1.2.1.ebuild
+++ /dev/null
@@ -1,51 +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 python3_3 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="Code Metrics in Python"
-HOMEPAGE="https://radon.readthedocs.org/;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RCDEPEND="
-   dev-python/mando[${PYTHON_USEDEP}]
-   dev-python/colorama[${PYTHON_USEDEP}]
-"
-DEPEND="
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   ${CDEPEND}
-   test? (
-   ${RCDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/paramunittest[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="
-   ${CDEPEND}
-   ${RCDEPEND}
-"
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   "${PYTHON}" radon/tests/run.py || die "tests failed to run under 
${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-
-   distutils-r1_python_install_all
-}



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

2016-04-10 Thread James Le Cuirot
commit: 42ab75a0e2445cff2b4070e56f803873e6dd8799
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Apr 10 21:56:08 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Apr 10 21:56:08 2016 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=42ab75a0

virtual/jdk: Remove because the main tree virtual now includes icedtea

 virtual/jdk/jdk-1.8.0-r3.ebuild | 15 ---
 virtual/jdk/metadata.xml|  8 
 2 files changed, 23 deletions(-)

diff --git a/virtual/jdk/jdk-1.8.0-r3.ebuild b/virtual/jdk/jdk-1.8.0-r3.ebuild
deleted file mode 100644
index 9275b04..000
--- a/virtual/jdk/jdk-1.8.0-r3.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="6"
-
-DESCRIPTION="Virtual for Java Development Kit (JDK)"
-SLOT="1.8"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
-
-RDEPEND="|| (
-   dev-java/icedtea-bin:8
-   dev-java/icedtea:8
-   dev-java/oracle-jdk-bin:1.8
-   )"

diff --git a/virtual/jdk/metadata.xml b/virtual/jdk/metadata.xml
deleted file mode 100644
index 952a4b9..000
--- a/virtual/jdk/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   j...@gentoo.org
-   Java
-   
-



[gentoo-commits] repo/gentoo:master commit in: dev-java/icedtea/files/, dev-java/icedtea/

2016-04-10 Thread James Le Cuirot
commit: 09df6195352995d2cf9fe45df3212974e0993e0d
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Apr 10 21:51:55 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Apr 10 22:05:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09df6195

dev-java/icedtea: Version bump to 3.0.0 final for Java 8

Package-Manager: portage-2.2.28

 dev-java/icedtea/Manifest |  10 +
 dev-java/icedtea/files/8-ccache.patch |  11 +
 dev-java/icedtea/icedtea-3.0.0.ebuild | 383 ++
 3 files changed, 404 insertions(+)

diff --git a/dev-java/icedtea/Manifest b/dev-java/icedtea/Manifest
index 0bd0d60..1a1a700 100644
--- a/dev-java/icedtea/Manifest
+++ b/dev-java/icedtea/Manifest
@@ -6,8 +6,18 @@ DIST icedtea-2.6-jdk-e727fe32654c.tar.bz2 32423186 SHA256 
cd3810553b1066c21f2fe0
 DIST icedtea-2.6-langtools-f6593c32cc46.tar.bz2 1707644 SHA256 
6c6c676c60af61638a0c3176f0312fcc0abad16d1d3cdbe11aeefcc3357a78d9 SHA512 
d469a26381d5163998c85f9afa33facd1d46650b7097cdeb190d4b50b087abea5fb3b4caf8a72e228e5c7d012dc1e2c44c0bca6d4363be354f2923f48127aa8e
 WHIRLPOOL 
940591f4601f00eb3ba5422a7687e148a4acb61ece99e29daa0eff145f4897750b9780af5cceb21aa1a1a951d4ce6dc84427bb76bbb42a23acab5e977cca501c
 DIST icedtea-2.6-openjdk-8e728c41fec5.tar.bz2 130030 SHA256 
c66f56a91a6fa9e3c889bbbc5432a4e082b7d3735188fb508fa7ec70c142abdb SHA512 
10626285c0dda1fa9ba3b843cc70d61c1d417dd87e5def60d8df6d19b4ce40d2b0b0e007b6a52b4468b5a152aa50f9efc6a45dfe6f31cfbf2d47897bee3ca13f
 WHIRLPOOL 
8f4f5e5c4e75a0d9aae89872482925a37b80a7e85d74a8d6968c28fa3dd488176ddeff9c62f81b90a4e994ac2c04d6704b6a2eba4cf734783ff106af8942ce25
 DIST icedtea-2.6.5.tar.xz 2072216 SHA256 
e752304496bb11ae9952beb11e6743dd84e55b340eaca716f310c5a0f48b53f7 SHA512 
8b6dd1fcec8ceaa0525872123ab9327093c5df35b322569942909a0a61e0bd4225984e2f17f30bd392b829368379cbd3efc8b14ce09a442b9d13eaa78d749d5a
 WHIRLPOOL 
8bd4512ddbeceeda7515a4e74555243582a8201eb800f7a357cb67e9744f30d030fbadd571e4130a18d9c43cbb4f25227e453e95976ae83118e0a79f4f6f2b39
+DIST icedtea-3.0-corba-37af47894175.tar.xz 936876 SHA256 
d77480d5d0c9620562a66b01fda9be4de58c2881cec680b4f2682ef09087b3cc SHA512 
21b2f069f1eaca62a46518173de3c1368963db489f436d5ad705c7cb36ecc259d342c059c4c593427e96604164f78be761e1fe4118d8517ece3630280524ad30
 WHIRLPOOL 
ac7292f0a32cfa7b58d3616b704bfd90ead49044bb51fccc1ca87900555d15f28b3d3137512fe007b40f0a130d3e6eb9d805112725914b0f0721ac8dbad8794c
+DIST icedtea-3.0-hotspot-5e587a29a6aa.tar.xz 6766584 SHA256 
76717fa6a84fde60075c19fbc261709bd9c3b849952c817c0ac6b46b757ac0d7 SHA512 
c8a2355ef81ad1dd4a2f6be0e5cdaba9d6d66a4fd5514718cc09ed391bcce269a17a34fbc89d7c6d3e7a2632f2ffcb0028a8faaf41649055a096407a24cacd0e
 WHIRLPOOL 
4e83ea5ee631ca76e7919a944f9f1a3a007ca951a99552ee087bd6d2d6e027c5ce9963ec3c593c8132a984dd9818fc42abfb0792b3628d44491488700b20ec09
+DIST icedtea-3.0-jaxp-4ed5441e40e1.tar.xz 2296120 SHA256 
4ccce5442642561cda78116a019f5c0ea690725a374ccf5695b3af00393d26e8 SHA512 
47e968f674176f74706ab268098a1635a54de7282993abc46a1c72c8d24f21216ed898bbca830623f5afd11912a744138547d6d22a82f68fa1ba15ccc7a9e375
 WHIRLPOOL 
e94f961336d1e8b176ab2486ae98852049f930af3ee31dd3f7491544244c78d6b5657334fb45b9cc863bb6c377a6b1ab5d71df1257d02bc9e79513cd41ecc2ce
+DIST icedtea-3.0-jaxws-a81c04154cc5.tar.xz 2266356 SHA256 
ef550609aaa526084256a7fdf6c326015641d6d8c80540c830c0c62302a2f076 SHA512 
53ef8dfb1fa0602bfbbb75ca1f8a80af6c09029f22e69625680ce55aa04b820bdfc042d57e5edafbf25ea4f43c32fb988bad9e19b78676cb937af9062ec28ca2
 WHIRLPOOL 
d76bae6c0b1540fe28dbbb5d516fea2c09facb29fd605df38429273e8358de6d0ca1f685098aa3c334a4ca9eeff66ff9759ba704697786a230315d236e01cca1
+DIST icedtea-3.0-jdk-3334efeacd83.tar.xz 38245460 SHA256 
fa74b8aaa389495a685f3a28151a1957ff8ff88a4d4792059c5c1fb7c12eb1cd SHA512 
92106e36d9dd522c355eec877709862b7e1ae18790a0965fa7fc74c1cd2b4aea145b630e37fa953e9cfd0feaadcba0117675bbb8e2c5705379078e16ac53a37e
 WHIRLPOOL 
86cd77313b1fc50d6ff96de3e41d2d9c53627971ba475120d1724a1a690876e3383be6633baf074e14d95f0c0c16727f4bda5465ee66423dba1c8cc6533ab800
+DIST icedtea-3.0-langtools-dd581e8047e6.tar.xz 2055716 SHA256 
e0e0e6a7cf8575506579306f76cca872b01a3f08a4880fb9b316444fb206ea86 SHA512 
da64e53d360f591af599105cb244898f5092c3613f12f013244f9180b27629efcc0d5abbf2cf3043fd8c80edccfb9ad34dff854f36e539d24d206f6908c4f908
 WHIRLPOOL 
f96b5afc4744f0cab3efdbb460da1c82bd2d8a370b59891ca3d0d351ecaf772c8c8414f92267be52f816d7d227d3dc175db2058fb6c9b7a7113b634fa47038e0
+DIST icedtea-3.0-nashorn-697c5f792bec.tar.xz 2220600 SHA256 
b4c59d8269511f2073498518e599ec91dff11c57cadc0b97fa88af81835122c0 SHA512 
e719c91ede0db0a5a0c97ff8ee165fadfecab053a48116d48974e24af06559540d2924b0d582fa4d4d5e4971ebc5929aa70b775f0fc6991c8311ca78d7860cd2
 WHIRLPOOL 
e29ab3b81d095034e90c2996802f2c4ce1b338be817cf81ffddb084eedf52638e2b011b379534a9856303d3c3b722ef699d61d25a18f8e7910442c3139e01265
+DIST icedtea-3.0-openjdk-8ed8d26a3f9a.tar.xz 330164 SHA256 

[gentoo-commits] repo/gentoo:master commit in: virtual/jdk/

2016-04-10 Thread James Le Cuirot
commit: d5d9b274ea22ad401abafa023476291bced8d18c
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Apr 10 21:55:41 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Apr 10 22:05:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d9b274

virtual/jdk: Add dev-java/icedtea:8 to 1.8

Package-Manager: portage-2.2.28

 virtual/jdk/jdk-1.8.0-r3.ebuild | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/virtual/jdk/jdk-1.8.0-r3.ebuild b/virtual/jdk/jdk-1.8.0-r3.ebuild
new file mode 100644
index 000..9275b04
--- /dev/null
+++ b/virtual/jdk/jdk-1.8.0-r3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+DESCRIPTION="Virtual for Java Development Kit (JDK)"
+SLOT="1.8"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
+
+RDEPEND="|| (
+   dev-java/icedtea-bin:8
+   dev-java/icedtea:8
+   dev-java/oracle-jdk-bin:1.8
+   )"



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

2016-04-10 Thread James Le Cuirot
commit: 70498990da1face7a6a1c49659642934f24328bc
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Apr 10 22:03:37 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Apr 10 22:05:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70498990

profiles: Mask dev-java/icedtea[cacao,jamvm]

Slower and less reliable than HotSpot and we don't support Java on any
non-HotSpot platforms. Don't unmask these unless you know what you're
doing. This has upstream's approval.

 profiles/base/package.use.mask | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 725acaa..3d147e4 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -1,10 +1,16 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 # This file requires >=portage-2.1.1
 # New entries go on top.
 
+# James Le Cuirot  (10 Apr 2016)
+# Slower and less reliable than HotSpot and we don't support Java on
+# any non-HotSpot platforms. Don't unmask these unless you know what
+# you're doing. This has upstream's approval.
+dev-java/icedtea cacao jamvm
+
 # Ian Delaney  (06 Apr 2016)
 # on behalf of Ilya Tumaykin 
 # Raspberry Pi support is only available on arm.



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

2016-04-10 Thread Alex Brandt
commit: 88b20a80d3a3e7861b1fa7238418d5ce37203df9
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr 10 21:57:23 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sun Apr 10 21:57:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88b20a80

dev-python/botocore: add version 1.4.8

Package-Manager: portage-2.2.28

 dev-python/botocore/Manifest  |  1 +
 dev-python/botocore/botocore-1.4.8.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 6ad2b93..af32759 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,3 +1,4 @@
 DIST botocore-1.3.22.tar.gz 2349601 SHA256 
02a6d320b09179bc5dcbafd4be732d9431bfebf5bed6d6b6508eca96b599a399 SHA512 
7b349a78c83051a29993ce00a11ecfa4734425c3ed27ce3e405140e19017b5c670d857ea489ea1f6f3ec767b3e4704547565b2ec67f5d7001a0cc30ff2a39de7
 WHIRLPOOL 
98c5e7488c6d1fe5c3e3484c770f8b346508359c5d174e5660f10ea62b054f442e3d15cc716ddd5acc42f1af0a10463c1923de138338175f1dcba9ced283c8ee
 DIST botocore-1.4.5.tar.gz 2415867 SHA256 
d83d6623d9eba2d2e2474c35b6180809d3f4c36321006a49a8d1dd6f652a93c3 SHA512 
275d9a44128137e387955a374af53227262c3faa6327bd93f58c7884666a05b44b90a9e8a06bdcfacd656a30a3694d337a09fc22ea623d7519a6f15ff047f705
 WHIRLPOOL 
3ad0898b872bd0f99293e36be3e514da608c480eb068d9e098fa76ff68897088865249d143b82df021c71b00a63305bf017703cedd52a2665864487d6c2d
 DIST botocore-1.4.7.tar.gz 2422444 SHA256 
0c39162434ef65f16eb0ee1e1ef1e809cc2927b0ed89f437e1609834868aa469 SHA512 
7c280064fdfcc74a29cd39bc48279453893350430c65a355a247d1fac6bf8fd36a377144ac0232e081f4a14120348a61d57cd1dc7cd114658fd4742d4ecedfae
 WHIRLPOOL 
1a0753e37047958208655476684ade71d280bad9f473c04c714cd78f08f0fca0e3e8a3599fb59c0c2d6d58c22a4690799e3548789010590856fc31d5d45c15e7
+DIST botocore-1.4.8.tar.gz 2445498 SHA256 
47bcd9bdcde8661f79a031da68f21bd86cc5ecf07cec5cd1de0af114911d1806 SHA512 
80d87b70eb2d70ace91e95746cb9e15f4435e12d141769764a7f82fbb03a1ce2c85266cee93499ee26f343bfcc700dfde7e6e5ec3af9b8ab0a99a8cb9997d61c
 WHIRLPOOL 
7b39ad4e451fcd4ed2b58da709474983be9305c4e4b15ca42ea1c46aa5f4874edc7472cb5b6935dec6d356b3e693658168940f82645ff95396264eec72e904ac

diff --git a/dev-python/botocore/botocore-1.4.8.ebuild 
b/dev-python/botocore/botocore-1.4.8.ebuild
new file mode 100644
index 000..f3ea5ec
--- /dev/null
+++ b/dev-python/botocore/botocore-1.4.8.ebuild
@@ -0,0 +1,54 @@
+# 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 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3."
+HOMEPAGE="https://github.com/boto/botocore;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+CDEPEND="
+   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
+   

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

2016-04-10 Thread Alex Brandt
commit: 6c78bfdf2d894d85ee951a2922d54ceb15668a72
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr 10 22:01:15 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sun Apr 10 22:01:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c78bfdf

dev-python/botocore: remove version 1.4.5

Package-Manager: portage-2.2.28

 dev-python/botocore/Manifest  |  1 -
 dev-python/botocore/botocore-1.4.5.ebuild | 54 ---
 2 files changed, 55 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index af32759..faa0505 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,4 +1,3 @@
 DIST botocore-1.3.22.tar.gz 2349601 SHA256 
02a6d320b09179bc5dcbafd4be732d9431bfebf5bed6d6b6508eca96b599a399 SHA512 
7b349a78c83051a29993ce00a11ecfa4734425c3ed27ce3e405140e19017b5c670d857ea489ea1f6f3ec767b3e4704547565b2ec67f5d7001a0cc30ff2a39de7
 WHIRLPOOL 
98c5e7488c6d1fe5c3e3484c770f8b346508359c5d174e5660f10ea62b054f442e3d15cc716ddd5acc42f1af0a10463c1923de138338175f1dcba9ced283c8ee
-DIST botocore-1.4.5.tar.gz 2415867 SHA256 
d83d6623d9eba2d2e2474c35b6180809d3f4c36321006a49a8d1dd6f652a93c3 SHA512 
275d9a44128137e387955a374af53227262c3faa6327bd93f58c7884666a05b44b90a9e8a06bdcfacd656a30a3694d337a09fc22ea623d7519a6f15ff047f705
 WHIRLPOOL 
3ad0898b872bd0f99293e36be3e514da608c480eb068d9e098fa76ff68897088865249d143b82df021c71b00a63305bf017703cedd52a2665864487d6c2d
 DIST botocore-1.4.7.tar.gz 2422444 SHA256 
0c39162434ef65f16eb0ee1e1ef1e809cc2927b0ed89f437e1609834868aa469 SHA512 
7c280064fdfcc74a29cd39bc48279453893350430c65a355a247d1fac6bf8fd36a377144ac0232e081f4a14120348a61d57cd1dc7cd114658fd4742d4ecedfae
 WHIRLPOOL 
1a0753e37047958208655476684ade71d280bad9f473c04c714cd78f08f0fca0e3e8a3599fb59c0c2d6d58c22a4690799e3548789010590856fc31d5d45c15e7
 DIST botocore-1.4.8.tar.gz 2445498 SHA256 
47bcd9bdcde8661f79a031da68f21bd86cc5ecf07cec5cd1de0af114911d1806 SHA512 
80d87b70eb2d70ace91e95746cb9e15f4435e12d141769764a7f82fbb03a1ce2c85266cee93499ee26f343bfcc700dfde7e6e5ec3af9b8ab0a99a8cb9997d61c
 WHIRLPOOL 
7b39ad4e451fcd4ed2b58da709474983be9305c4e4b15ca42ea1c46aa5f4874edc7472cb5b6935dec6d356b3e693658168940f82645ff95396264eec72e904ac

diff --git a/dev-python/botocore/botocore-1.4.5.ebuild 
b/dev-python/botocore/botocore-1.4.5.ebuild
deleted file mode 100644
index f3ea5ec..000
--- a/dev-python/botocore/botocore-1.4.5.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# 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 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="Low-level, data-driven core of boto 3."
-HOMEPAGE="https://github.com/boto/botocore;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-CDEPEND="
-   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
-   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
-   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
-   

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

2016-04-10 Thread Alex Brandt
commit: db9f83869f2cb86cf6d6b644742255f0657e5623
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr 10 21:51:21 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sun Apr 10 21:54:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db9f8386

dev-python/wrapt: add version 1.10.7

Package-Manager: portage-2.2.28

 dev-python/wrapt/Manifest|  1 +
 dev-python/wrapt/wrapt-1.10.7.ebuild | 47 
 2 files changed, 48 insertions(+)

diff --git a/dev-python/wrapt/Manifest b/dev-python/wrapt/Manifest
index 3dffc8a..7c39964 100644
--- a/dev-python/wrapt/Manifest
+++ b/dev-python/wrapt/Manifest
@@ -1,3 +1,4 @@
 DIST wrapt-1.10.5.tar.gz 119157 SHA256 
4fd82193b23f60e1a39f3e10c81143c1e29e26cd5fc9afe1a7dc0f5e4b4a67d7 SHA512 
450b32eea67774081d23c0e020ed7eea3c8ac458925a16cd606a4f95ee5b7631bda5ff00ceb914e9ccc28a5e0a7302534b6711bb23d637c77327a8a9d228cb55
 WHIRLPOOL 
7cfa9477f525e60f16a7b1689ba43b327192837bea34e96977442b9cd143a63fafdfa7d0b3895c93052b0e6f426e76fa439b155ee4e481dd5e922c529676691c
 DIST wrapt-1.10.6-r1.tar.gz 120259 SHA256 
b540e23753d3f7017ec0d38f16daf77f9e9cf170d5040abc3d87573ba20fc4f3 SHA512 
658c780971dddf444070b9d30a8ac7c08ee0088b8f4378bcc9c22126608e52b338dc00969b08828b0318070abcf0e875bc2b7c6228a71fbbca362033088b4314
 WHIRLPOOL 
7aed77677a1448d6b3795be7fb56989be98a691a7470096adf45002ca124a99b5cab3e42b319493b4c8300684e488a07cf96d1c5a01e9fc9f181f765a0542254
 DIST wrapt-1.10.6.tar.gz 25134 SHA256 
9576869bb74a43cbb36ee39dc3584e6830b8e5c788e83edf0a397eba807734ab SHA512 
d0c326fd401bc84656d69ec5da446b459f5596873a1ec01d616bebcc3d11237949eaafcfdf5de78e43f59927a0eaeee3da3f462975fa46fa22fd6c1593509e04
 WHIRLPOOL 
2d3c56d0a6e9e9af0a59708ce70190097da2459d80bdaa8d8f884a849905b44cdfb6bedb412ccd1e74be1e975492309a398e05d4b6c61a6852d3cd125230846a
+DIST wrapt-1.10.7.tar.gz 120316 SHA256 
50ad31f01761410b192ce054aebcb61c54dbd493446440214356635874ecafca SHA512 
ca694963860e22d6fe05fdd679f25c7d2fb01a3a635f9744dd2034c7468563f299442a3a60f4385e049b15f04bc86c7c0a6d0501bf274a87cdcd786fd46efeee
 WHIRLPOOL 
659226504f1711749dae0228a9de07bebd04d2c4dd4b8696095eb7e76c6e1a7e991ea5a08188d93abe14c8a7e9b69b0d4ea04945fcf8349dd1f397870e39cab1

diff --git a/dev-python/wrapt/wrapt-1.10.7.ebuild 
b/dev-python/wrapt/wrapt-1.10.7.ebuild
new file mode 100644
index 000..22a84a3
--- /dev/null
+++ b/dev-python/wrapt/wrapt-1.10.7.ebuild
@@ -0,0 +1,47 @@
+# 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 python3_4 python3_5 pypy )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Module for decorators, wrappers and monkey patching"
+HOMEPAGE="https://github.com/GrahamDumpleton/wrapt;
+SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc test"
+
+DEPEND="
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND=""
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_compile() {
+   local WRAPT_EXTENSIONS=true
+
+   distutils-r1_python_compile
+}
+
+python_test() {
+   py.test -vv || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2016-04-10 Thread Patrice Clement
commit: f4cc1a71b43dd818f3827247f8424c9e00dc9954
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Apr 10 21:29:35 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Apr 10 21:30:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4cc1a71

app-vim/toggle: EAPI 6 bump.

Package-Manager: portage-2.2.26

 app-vim/toggle/toggle-0.5-r1.ebuild | 17 +
 1 file changed, 17 insertions(+)

diff --git a/app-vim/toggle/toggle-0.5-r1.ebuild 
b/app-vim/toggle/toggle-0.5-r1.ebuild
new file mode 100644
index 000..b1e1a0b
--- /dev/null
+++ b/app-vim/toggle/toggle-0.5-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: quickly toggle boolean-type keywords"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=895;
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+IUSE=""
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin will toggle true/false, on/off, yes/no and so on when 
+is pressed."



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

2016-04-10 Thread Martin Mokrejs
commit: e13abc54d0a4bb65bdb67109fbe1ee61f401cf88
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Sun Apr 10 21:21:00 2016 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Sun Apr 10 21:21:00 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=e13abc54

sci-biology/megahit: new package

Package-Manager: portage-2.2.28

 sci-biology/megahit/megahit-.ebuild | 34 +
 sci-biology/megahit/metadata.xml| 12 
 2 files changed, 46 insertions(+)

diff --git a/sci-biology/megahit/megahit-.ebuild 
b/sci-biology/megahit/megahit-.ebuild
new file mode 100644
index 000..def7fd6
--- /dev/null
+++ b/sci-biology/megahit/megahit-.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit git-r3 toolchain-funcs
+
+DESCRIPTION="Metagenome assembler using succinct de Bruijn graph approach with 
CUDA"
+HOMEPAGE="https://github.com/voutcn/megahit
+   http://bioinformatics.oxfordjournals.org/content/31/10/1674.abstract;
+EGIT_REPO_URI="https://github.com/voutcn/megahit.git;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE="+openmp"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+   sys-libs/zlib"
+# >=gcc-4.4
+
+# use make use_gpu=1 to compile it and turn on --use-gpu to activate GPU 
acceleration when running megahit
+
+src_prepare(){
+   default
+   sed -e "s#^CXXFLAGS = -g -O2#CXXFLAGS = ${CFLAGS}#" -i Makefile || die
+}
+
+src_install(){
+   dobin megahit megahit_toolkit megahit_sdbg_build megahit_asm_core
+   dodoc README.md
+}

diff --git a/sci-biology/megahit/metadata.xml b/sci-biology/megahit/metadata.xml
new file mode 100644
index 000..f68a1b6
--- /dev/null
+++ b/sci-biology/megahit/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+mmokr...@fold.natur.cuni.cz
+Martin Mokrejs
+  
+  
+sci-biol...@gentoo.org
+Gentoo Biology Project
+  
+



[gentoo-commits] proj/sci:master commit in: sci-biology/oases/files/, sci-biology/oases/

2016-04-10 Thread Martin Mokrejs
commit: dc8f115ece85ad0ba1cae058febbb79ee40b89c1
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Sun Apr 10 21:04:10 2016 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Sun Apr 10 21:04:10 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=dc8f115e

sci-biology/oases: new package

Package-Manager: portage-2.2.28

 sci-biology/oases/files/Makefile.patch | 15 +
 sci-biology/oases/metadata.xml | 12 +++
 sci-biology/oases/oases-0.2.08.ebuild  | 34 +
 sci-biology/oases/oases-.ebuild| 39 ++
 4 files changed, 100 insertions(+)

diff --git a/sci-biology/oases/files/Makefile.patch 
b/sci-biology/oases/files/Makefile.patch
new file mode 100644
index 000..58652b0
--- /dev/null
+++ b/sci-biology/oases/files/Makefile.patch
@@ -0,0 +1,15 @@
+--- Makefile.ori   2016-04-10 22:34:31.976222662 +0200
 Makefile   2016-04-10 22:37:49.636225327 +0200
+@@ -1,8 +1,8 @@
+-CC = gcc
+-CFLAGS = -Wall
+-DEBUG = -g
++CC ?= gcc
++CFLAGS ?= -Wall
++DEBUG ?= -g
+ LIBS = -lm
+-OPT = -O3
++#OPT = -O3
+ export MAXKMERLENGTH = 64
+ export CATEGORIES = 2
+ DEF = -D MAXKMERLENGTH=$(MAXKMERLENGTH) -D CATEGORIES=$(CATEGORIES)

diff --git a/sci-biology/oases/metadata.xml b/sci-biology/oases/metadata.xml
new file mode 100644
index 000..f68a1b6
--- /dev/null
+++ b/sci-biology/oases/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+mmokr...@fold.natur.cuni.cz
+Martin Mokrejs
+  
+  
+sci-biol...@gentoo.org
+Gentoo Biology Project
+  
+

diff --git a/sci-biology/oases/oases-0.2.08.ebuild 
b/sci-biology/oases/oases-0.2.08.ebuild
new file mode 100644
index 000..eff7842
--- /dev/null
+++ b/sci-biology/oases/oases-0.2.08.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils
+
+DESCRIPTION="De novo transcriptome assembler"
+HOMEPAGE="http://www.ebi.ac.uk/~zerbino/oases;
+SRC_URI="http://www.ebi.ac.uk/~zerbino/oases/oases_0.2.08.tgz
+   http://www.ebi.ac.uk/~zerbino/oases/OasesManual.pdf;
+KEYWORDS=""
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+   >=sci-biology/velvet-1.2.08"
+
+S="${WORKDIR}"/oases_0.2.8
+
+src_prepare(){
+   epatch "${FILESDIR}"/Makefile.patch
+   sed -e 's#cleanobj velvet oases doc#oases#' -i Makefile || die
+}
+
+src_install(){
+   dobin oases
+   dodoc README.md
+   dodoc "${DISTDIR}"/OasesManual.pdf
+}

diff --git a/sci-biology/oases/oases-.ebuild 
b/sci-biology/oases/oases-.ebuild
new file mode 100644
index 000..0c54394
--- /dev/null
+++ b/sci-biology/oases/oases-.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+[ "$PV" == "" ] && inherit git-r3
+
+inherit eutils
+
+DESCRIPTION="De novo transcriptome assembler"
+HOMEPAGE="http://www.ebi.ac.uk/~zerbino/oases;
+if [ "$PV" == "" ]; then
+   EGIT_REPO_URI="git://github.com/dzerbino/oases.git"
+   SRC_URI="http://www.ebi.ac.uk/~zerbino/oases/OasesManual.pdf;
+   KEYWORDS=""
+else
+   SRC_URI="http://www.ebi.ac.uk/~zerbino/oases/oases_0.2.08.tgz
+   http://www.ebi.ac.uk/~zerbino/oases/OasesManual.pdf;
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+   >=sci-biology/velvet-1.2.08"
+
+src_prepare(){
+   epatch "${FILESDIR}"/Makefile.patch
+}
+
+src_install(){
+   dobin oases
+   dodoc README.md
+   dodoc "${DISTDIR}"/OasesManual.pdf
+}



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

2016-04-10 Thread Martin Mokrejs
commit: 47b7a318764888d66daf35b7c8764c08a80f318d
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Sun Apr 10 20:28:25 2016 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Sun Apr 10 20:28:25 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=47b7a318

sci-biology/reaper: new package

Package-Manager: portage-2.2.28

 sci-biology/reaper/metadata.xml| 12 
 sci-biology/reaper/reaper-15348.ebuild | 34 ++
 2 files changed, 46 insertions(+)

diff --git a/sci-biology/reaper/metadata.xml b/sci-biology/reaper/metadata.xml
new file mode 100644
index 000..f68a1b6
--- /dev/null
+++ b/sci-biology/reaper/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+mmokr...@fold.natur.cuni.cz
+Martin Mokrejs
+  
+  
+sci-biol...@gentoo.org
+Gentoo Biology Project
+  
+

diff --git a/sci-biology/reaper/reaper-15348.ebuild 
b/sci-biology/reaper/reaper-15348.ebuild
new file mode 100644
index 000..854668d
--- /dev/null
+++ b/sci-biology/reaper/reaper-15348.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_PV="15-348"
+
+DESCRIPTION="Demultiplex, trim 3'-adapter/polyA and filter short read DNA 
sequences"
+HOMEPAGE="http://www.ebi.ac.uk/~stijn/reaper;
+SRC_URI="http://www.ebi.ac.uk/~stijn/reaper/src/${PN}-${MY_PV}.tgz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="sys-libs/zlib"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"/"${PN}"-"${MY_PV}"/src
+
+src_prepare(){
+   sed -e 's/ -O3 / ${CFLAGS} /' -i Makefile || die
+}
+
+src_compile(){
+   emake
+}
+
+src_install(){
+   dobin reaper tally minion swan
+   dodoc ../doc/*.html
+}



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

2016-04-10 Thread Martin Mokrejs
commit: 244da94d9f3d1fa1a359a2663c2b8f309e94b634
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Sun Apr 10 20:24:43 2016 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Sun Apr 10 20:24:43 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=244da94d

sci-biology/snpomatic: new package

Package-Manager: portage-2.2.28

 sci-biology/snpomatic/metadata.xml  | 12 ++
 sci-biology/snpomatic/snpomatic-.ebuild | 34 +
 2 files changed, 46 insertions(+)

diff --git a/sci-biology/snpomatic/metadata.xml 
b/sci-biology/snpomatic/metadata.xml
new file mode 100644
index 000..f68a1b6
--- /dev/null
+++ b/sci-biology/snpomatic/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+mmokr...@fold.natur.cuni.cz
+Martin Mokrejs
+  
+  
+sci-biol...@gentoo.org
+Gentoo Biology Project
+  
+

diff --git a/sci-biology/snpomatic/snpomatic-.ebuild 
b/sci-biology/snpomatic/snpomatic-.ebuild
new file mode 100644
index 000..1d134f1
--- /dev/null
+++ b/sci-biology/snpomatic/snpomatic-.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+[ "$PV" == "" ] && inherit git-r3
+
+DESCRIPTION="Stringent short-read aligner supporting filters and various 
output formats"
+HOMEPAGE="https://github.com/magnusmanske/snpomatic;
+# http://snpomatic.sourceforge.net/snpomatic_manual.pdf
+if [ "$PV" == "" ]; then
+   EGIT_REPO_URI="https://github.com/magnusmanske/snpomatic.git;
+   KEYWORDS=""
+else
+   SRC_URI=""
+   KEYWORDS=""
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_prepare(){
+   sed -e 's/^CXX=/#CXX=/;s/^CXXFLAGS=/#CXXFLAGS=/' -i Makefile || die
+}
+
+src_install(){
+   dobin findknownsnps
+   dodoc doc/Manual.doc
+}



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

2016-04-10 Thread Martin Mokrejs
commit: a81192976249025c253af5645ce2510992f899a9
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Sun Apr 10 20:20:53 2016 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Sun Apr 10 20:20:53 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a8119297

sci-biology/somatic-sniper: new package

Package-Manager: portage-2.2.28

 sci-biology/somatic-sniper/metadata.xml| 12 +
 .../somatic-sniper/somatic-sniper-1.0.4.ebuild | 29 ++
 2 files changed, 41 insertions(+)

diff --git a/sci-biology/somatic-sniper/metadata.xml 
b/sci-biology/somatic-sniper/metadata.xml
new file mode 100644
index 000..f68a1b6
--- /dev/null
+++ b/sci-biology/somatic-sniper/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+mmokr...@fold.natur.cuni.cz
+Martin Mokrejs
+  
+  
+sci-biol...@gentoo.org
+Gentoo Biology Project
+  
+

diff --git a/sci-biology/somatic-sniper/somatic-sniper-1.0.4.ebuild 
b/sci-biology/somatic-sniper/somatic-sniper-1.0.4.ebuild
new file mode 100644
index 000..e4629b6
--- /dev/null
+++ b/sci-biology/somatic-sniper/somatic-sniper-1.0.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils
+
+DESCRIPTION="Compare BAM files from normal and tumor samples and report 
somatic SNPs"
+HOMEPAGE="http://gmt.genome.wustl.edu;
+SRC_URI="https://github.com/genome/somatic-sniper/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+# git clone git://github.com/genome/somatic-sniper.git
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   sys-libs/zlib
+   sys-libs/ncurses:*
+   sci-biology/samtools:0.1-legacy"
+RDEPEND="${DEPEND}"
+
+# contains bundled copy of samtools-0.1.6 but links using a static version
+# cd 
/var/tmp/portage/sci-biology/somatic-sniper-1.0.4/work/somatic-sniper-1.0.4_build/build/src/exe/bam-somaticsniper
 && /usr/bin/cmake -E cmake_link_script 
CMakeFiles/bam-somaticsniper.dir/link.txt --verbose=1
+# /usr/bin/x86_64-pc-linux-gnu-gcc  -Wall   -Wl,-O1 -Wl,--as-needed 
CMakeFiles/bam-somaticsniper.dir/main.c.o  -o ../../../../bin/bam-somaticsniper 
-rdynamic -lpthread -lpthread ../../lib/sniper/libsniper.a -lpthread -lm 
../../../../vendor/samtools/libbam.a -lz 
+
+# contains build-common from git tree



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

2016-04-10 Thread Martin Mokrejs
commit: 83ba99362bb29203a0c28f9174bd68313bf6b5ab
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Sun Apr 10 19:55:37 2016 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Sun Apr 10 19:55:37 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=83ba9936

sci-biology/gemini: new package

Package-Manager: portage-2.2.28

 sci-biology/gemini/gemini-.ebuild | 29 +
 sci-biology/gemini/metadata.xml   | 12 
 2 files changed, 41 insertions(+)

diff --git a/sci-biology/gemini/gemini-.ebuild 
b/sci-biology/gemini/gemini-.ebuild
new file mode 100644
index 000..90cdeaf
--- /dev/null
+++ b/sci-biology/gemini/gemini-.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit git-r3 distutils-r1
+
+DESCRIPTION="Lightweight VCF to DB framework for disease and population 
genetics"
+HOMEPAGE="https://github.com/arq5x/gemini
+   http://gemini.readthedocs.org/en/latest;
+EGIT_REPO_URI="https://github.com/arq5x/gemini.git;
+
+LICENSE="MIT" # see note below!
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+# GEMINI includes CADD scores (PMID: 24487276) for annotating variants.
+#
+# CADD scores (http://cadd.gs.washington.edu/) are Copyright 2013 University of
+# Washington and Hudson-Alpha Institute for Biotechnology (all rights reserved)
+# but are freely available for all academic, non-commercial applications.
+# For commercial licensing information contact Jennifer McCullar

diff --git a/sci-biology/gemini/metadata.xml b/sci-biology/gemini/metadata.xml
new file mode 100644
index 000..f68a1b6
--- /dev/null
+++ b/sci-biology/gemini/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+mmokr...@fold.natur.cuni.cz
+Martin Mokrejs
+  
+  
+sci-biol...@gentoo.org
+Gentoo Biology Project
+  
+



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

2016-04-10 Thread Martin Mokrejs
commit: 7274ebc5be7bc414e54321d5896fa552d8b6b2cf
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Sun Apr 10 19:31:20 2016 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Sun Apr 10 19:31:20 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=7274ebc5

sci-biology/bfast: new package

Package-Manager: portage-2.2.28

 sci-biology/bfast/bfast-0.7.0_alpha.ebuild | 20 
 sci-biology/bfast/metadata.xml | 12 
 2 files changed, 32 insertions(+)

diff --git a/sci-biology/bfast/bfast-0.7.0_alpha.ebuild 
b/sci-biology/bfast/bfast-0.7.0_alpha.ebuild
new file mode 100644
index 000..606057d
--- /dev/null
+++ b/sci-biology/bfast/bfast-0.7.0_alpha.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Blat-like Fast Accurate Search Tool (short read mapper)"
+HOMEPAGE="https://sourceforge.net/projects/bfast;
+SRC_URI="https://sourceforge.net/projects/bfast/files/bfast/0.7.0/bfast-0.7.0a.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+   dev-lang/perl"
+
+S="${WORKDIR}"/bfast-0.7.0a

diff --git a/sci-biology/bfast/metadata.xml b/sci-biology/bfast/metadata.xml
new file mode 100644
index 000..f68a1b6
--- /dev/null
+++ b/sci-biology/bfast/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+mmokr...@fold.natur.cuni.cz
+Martin Mokrejs
+  
+  
+sci-biol...@gentoo.org
+Gentoo Biology Project
+  
+



[gentoo-commits] proj/kde:master commit in: media-libs/qt-gstreamer/

2016-04-10 Thread Michael Palimaka
commit: 93b54fa114a20d1d4268d0e7d945a5f75d933074
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Apr 10 19:10:32 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Apr 10 19:10:32 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=93b54fa1

media-libs/qt-gstreamer: remove unused variable

Package-Manager: portage-2.2.28

 media-libs/qt-gstreamer/qt-gstreamer-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-libs/qt-gstreamer/qt-gstreamer-.ebuild 
b/media-libs/qt-gstreamer/qt-gstreamer-.ebuild
index e5955c4..c48c070 100644
--- a/media-libs/qt-gstreamer/qt-gstreamer-.ebuild
+++ b/media-libs/qt-gstreamer/qt-gstreamer-.ebuild
@@ -8,7 +8,6 @@ if [[ ${PV} != ** ]]; then
SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz;
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 else
-   GIT_ECLASS="git-r3"
EGIT_REPO_URI=( "git://anongit.freedesktop.org/gstreamer/${PN}" )
inherit git-r3
 fi



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

2016-04-10 Thread Michael Palimaka
commit: 4fff440a7c3b80515e33b89fdb4b4abab30ab7fe
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Apr 10 19:10:04 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Apr 10 19:10:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fff440a

fmedia-libs/qt-gstreamer: drop qtquick1 dependency

Package-Manager: portage-2.2.28

 .../qt-gstreamer/qt-gstreamer-1.2.0-r2.ebuild  | 85 ++
 1 file changed, 85 insertions(+)

diff --git a/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r2.ebuild 
b/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r2.ebuild
new file mode 100644
index 000..cc6f216
--- /dev/null
+++ b/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r2.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+if [[ ${PV} != ** ]]; then
+   SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+else
+   GIT_ECLASS="git-r3"
+   EGIT_REPO_URI=( "git://anongit.freedesktop.org/gstreamer/${PN}" )
+   inherit git-r3
+fi
+
+inherit cmake-utils multibuild
+
+DESCRIPTION="C++ bindings for GStreamer with a Qt-style API"
+HOMEPAGE="http://gstreamer.freedesktop.org/modules/qt-gstreamer.html;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="+qt4 qt5 test"
+
+REQUIRED_USE="|| ( qt4 qt5 )"
+
+RDEPEND="
+   dev-libs/glib:2
+   >=dev-libs/boost-1.40:=
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   qt4? (
+   dev-qt/qtcore:4
+   dev-qt/qtdeclarative:4
+   dev-qt/qtgui:4
+   dev-qt/qtopengl:4
+   )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qtopengl:5
+   dev-qt/qtwidgets:5
+   )
+"
+DEPEND="${RDEPEND}
+   test? (
+   qt4? ( dev-qt/qttest:4 )
+   qt5? ( dev-qt/qttest:5 )
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/${P}-gstreamer15.patch"
+   "${FILESDIR}/${P}-boost157.patch"
+)
+
+# bug 497880
+RESTRICT="test"
+
+pkg_setup() {
+   MULTIBUILD_VARIANTS=( $(usex qt4 4 '') $(usex qt5 5 '') )
+}
+
+src_configure() {
+   myconfigure() {
+   local mycmakeargs=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Declarative=ON
+   -DQTGSTREAMER_EXAMPLES=OFF
+   -DQTGSTREAMER_TESTS=$(usex test)
+   -DQT_VERSION=${MULTIBUILD_VARIANT}
+   )
+   cmake-utils_src_configure
+   }
+
+   multibuild_foreach_variant myconfigure
+}
+
+src_compile() {
+   multibuild_foreach_variant cmake-utils_src_compile
+}
+
+src_install() {
+   multibuild_foreach_variant cmake-utils_src_install
+}



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

2016-04-10 Thread Michael Palimaka
commit: e516f1a5573f47a1824cc5f6a2abffedafd11469
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Apr 10 19:10:38 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Apr 10 19:10:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e516f1a5

media-libs/qt-gstreamer: remove unused variable

Package-Manager: portage-2.2.28

 media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r2.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r2.ebuild 
b/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r2.ebuild
index cc6f216..433c941 100644
--- a/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r2.ebuild
+++ b/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r2.ebuild
@@ -8,7 +8,6 @@ if [[ ${PV} != ** ]]; then
SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz;
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 else
-   GIT_ECLASS="git-r3"
EGIT_REPO_URI=( "git://anongit.freedesktop.org/gstreamer/${PN}" )
inherit git-r3
 fi



[gentoo-commits] proj/kde:master commit in: media-libs/qt-gstreamer/

2016-04-10 Thread Michael Palimaka
commit: e1975f82bb815557122d62d984be7758c0452539
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Apr 10 19:09:07 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Apr 10 19:09:07 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e1975f82

media-libs/qt-gstreamer: drop qtquick1 dependency

Package-Manager: portage-2.2.28

 media-libs/qt-gstreamer/qt-gstreamer-.ebuild | 18 --
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/media-libs/qt-gstreamer/qt-gstreamer-.ebuild 
b/media-libs/qt-gstreamer/qt-gstreamer-.ebuild
index 3677ba0..e5955c4 100644
--- a/media-libs/qt-gstreamer/qt-gstreamer-.ebuild
+++ b/media-libs/qt-gstreamer/qt-gstreamer-.ebuild
@@ -6,14 +6,14 @@ EAPI=6
 
 if [[ ${PV} != ** ]]; then
SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 else
GIT_ECLASS="git-r3"
EGIT_REPO_URI=( "git://anongit.freedesktop.org/gstreamer/${PN}" )
-   KEYWORDS=""
+   inherit git-r3
 fi
 
-inherit cmake-utils ${GIT_ECLASS} multibuild
+inherit cmake-utils multibuild
 
 DESCRIPTION="C++ bindings for GStreamer with a Qt-style API"
 HOMEPAGE="http://gstreamer.freedesktop.org/modules/qt-gstreamer.html;
@@ -27,8 +27,8 @@ REQUIRED_USE="|| ( qt4 qt5 )"
 RDEPEND="
dev-libs/glib:2
>=dev-libs/boost-1.40:=
-   media-libs/gst-plugins-base:1.0
media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
qt4? (
dev-qt/qtcore:4
dev-qt/qtdeclarative:4
@@ -40,16 +40,13 @@ RDEPEND="
dev-qt/qtdeclarative:5
dev-qt/qtgui:5
dev-qt/qtopengl:5
-   dev-qt/qtquick1:5
dev-qt/qtwidgets:5
)
 "
-DEPEND="
-   ${RDEPEND}
+DEPEND="${RDEPEND}
test? (
-   qt4? (
-   dev-qt/qttest:4
-   )
+   qt4? ( dev-qt/qttest:4 )
+   qt5? ( dev-qt/qttest:5 )
)
 "
 
@@ -63,6 +60,7 @@ pkg_setup() {
 src_configure() {
myconfigure() {
local mycmakeargs=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Declarative=ON
-DQTGSTREAMER_EXAMPLES=OFF
-DQTGSTREAMER_TESTS=$(usex test)
-DQT_VERSION=${MULTIBUILD_VARIANT}



[gentoo-commits] dev/johu:master commit in: app-admin/calamares/

2016-04-10 Thread Johannes Huber
commit: 9ac5691564d399178f5de1eed8abf6653e1cdf45
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Apr 10 19:08:37 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Apr 10 19:08:37 2016 +
URL:https://gitweb.gentoo.org/dev/johu.git/commit/?id=9ac56915

app-admin/calamares: Sync with tree

Package-Manager: portage-2.2.28

 app-admin/calamares/calamares-.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/app-admin/calamares/calamares-.ebuild 
b/app-admin/calamares/calamares-.ebuild
index 9a0efdd..04e486e 100644
--- a/app-admin/calamares/calamares-.ebuild
+++ b/app-admin/calamares/calamares-.ebuild
@@ -23,17 +23,15 @@ IUSE="+networkmanager +upower"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="${PYTHON_DEPS}
-   $(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
$(add_frameworks_dep kparts)
$(add_frameworks_dep kservice)
-   $(add_frameworks_dep solid)
-   $(add_qt_dep linguist-tools)
$(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative)
$(add_qt_dep qtgui)
-   $(add_qt_dep qtquick1)
+   $(add_qt_dep qtnetwork)
$(add_qt_dep qtsvg)
+   $(add_qt_dep qtwebkit)
$(add_qt_dep qtwidgets)
>=dev-cpp/yaml-cpp-0.5.1
>=dev-libs/boost-1.55:=[${PYTHON_USEDEP}]



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

2016-04-10 Thread Johannes Huber
commit: 5d25974014285c6ffa92cb0134d260700be9379a
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Apr 10 19:06:27 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Apr 10 19:06:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d259740

app-admin/calamares: Update dependencies

Package-Manager: portage-2.2.28

 app-admin/calamares/calamares-2.2.1.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/app-admin/calamares/calamares-2.2.1.ebuild 
b/app-admin/calamares/calamares-2.2.1.ebuild
index 9a0efdd..04e486e 100644
--- a/app-admin/calamares/calamares-2.2.1.ebuild
+++ b/app-admin/calamares/calamares-2.2.1.ebuild
@@ -23,17 +23,15 @@ IUSE="+networkmanager +upower"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="${PYTHON_DEPS}
-   $(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
$(add_frameworks_dep kparts)
$(add_frameworks_dep kservice)
-   $(add_frameworks_dep solid)
-   $(add_qt_dep linguist-tools)
$(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative)
$(add_qt_dep qtgui)
-   $(add_qt_dep qtquick1)
+   $(add_qt_dep qtnetwork)
$(add_qt_dep qtsvg)
+   $(add_qt_dep qtwebkit)
$(add_qt_dep qtwidgets)
>=dev-cpp/yaml-cpp-0.5.1
>=dev-libs/boost-1.55:=[${PYTHON_USEDEP}]



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

2016-04-10 Thread Andreas Hüttel
commit: fa0bf3072a59d4362138cc294c45a2ff002bd314
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Apr  9 23:21:19 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Apr 10 18:12:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa0bf307

dev-perl/Pango: Remove old

Package-Manager: portage-2.2.28

 dev-perl/Pango/Pango-1.224.0.ebuild | 32 
 1 file changed, 32 deletions(-)

diff --git a/dev-perl/Pango/Pango-1.224.0.ebuild 
b/dev-perl/Pango/Pango-1.224.0.ebuild
deleted file mode 100644
index 1bf0f1e..000
--- a/dev-perl/Pango/Pango-1.224.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=XAOC
-MODULE_VERSION=1.224
-inherit perl-module
-
-DESCRIPTION="Layout and render international text"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
-IUSE=""
-
-RDEPEND="
-   >=dev-perl/glib-perl-1.220.0
-   >=dev-perl/Cairo-1.0.0
-   >=x11-libs/pango-1.0.0
-"
-DEPEND="
-   ${RDEPEND}
-   >=dev-perl/ExtUtils-Depends-0.300.0
-   >=dev-perl/extutils-pkgconfig-1.30.0
-"
-
-src_prepare() {
-   perl-module_src_prepare
-   sed -i -e "s:exit 0:exit 1:g" "${S}"/Makefile.PL || die "sed failed"
-}



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

2016-04-10 Thread Andreas Hüttel
commit: abee95677957faab99ba412b96b2da40fb23c133
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Apr 10 18:11:03 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Apr 10 18:12:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abee9567

eclass: Improve packlist fixing, based on work by kent\n; bug 579492 and more

 eclass/perl-functions.eclass | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/eclass/perl-functions.eclass b/eclass/perl-functions.eclass
index 7568473..e9c3fcb 100644
--- a/eclass/perl-functions.eclass
+++ b/eclass/perl-functions.eclass
@@ -131,12 +131,31 @@ perl_delete_emptybsdir() {
 # @DESCRIPTION:
 # Look through ${D} for .packlist text files containing the temporary 
installation
 # folder (i.e. ${D}). If the pattern is found, silently replace it with `/'.
+# Remove duplicate entries; then validate all entries in the packlist against 
${D}
+# and prune entries that do not correspond to installed files.
 perl_fix_packlist() {
debug-print-function $FUNCNAME "$@"
 
+   local packlist_temp="${T}/.gentoo_packlist_temp"
find "${D}" -type f -name '.packlist' -print0 | while read -rd '' f ; do
if file "${f}" | grep -q -i " text" ; then
+einfo "Fixing packlist file /${f#${D}}"
+
+   # remove the temporary build dir path
sed -i -e "s:${D}:/:g" "${f}"
+
+   # remove duplicate entries
+   sort -u "${f}" > "${packlist_temp}"
+   mv "${packlist_temp}" "${f}"
+
+   # remove files that dont exist
+   cat "${f}" | while read -r entry; do
+   if [ ! -e "${D}/${entry}" ]; then
+   einfo "Pruning surplus packlist entry 
${entry}"
+   grep -v -x -F "${entry}" "${f}" > 
"${packlist_temp}"
+   mv "${packlist_temp}" "${f}"
+   fi
+   done
fi
done
 }



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

2016-04-10 Thread Martin Mokrejs
commit: 63e8ba87eeb8b788f5003ef5d36d2a298cacd22d
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Sun Apr 10 18:09:26 2016 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Sun Apr 10 18:09:26 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=63e8ba87

sci-biology/smalt: new package

Package-Manager: portage-2.2.28

 sci-biology/smalt/smalt-0.7.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-biology/smalt/smalt-0.7.6.ebuild 
b/sci-biology/smalt/smalt-0.7.6.ebuild
index 25d0104..9fd8f0e 100644
--- a/sci-biology/smalt/smalt-0.7.6.ebuild
+++ b/sci-biology/smalt/smalt-0.7.6.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://sourceforge.net/projects/${PN}/files/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64"
 IUSE=""
 
 S="${WORKDIR}"/${MY_P}
@@ -24,6 +24,6 @@ src_install(){
doins misc/*.py
dodoc README NEWS
 }
-# is the tarball with source code lacking the manual?
+# is the tarball with source code lacking the manual? Upstream contacted.
 #  dodoc NEWS ${MY_PN}_manual.pdf
 #  doman ${MY_PN}.1



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

2016-04-10 Thread Martin Mokrejs
commit: 10ed6d59cf94bab5ba74ce81ef0f36cd562c
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Sun Apr 10 18:03:55 2016 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Sun Apr 10 18:03:55 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=10ed6d59

sci-biology/iCORN2: new package with bundled gatk and picard jar files

Package-Manager: portage-2.2.28

 sci-biology/iCORN2/iCORN2-0.95.ebuild | 57 +++
 sci-biology/iCORN2/metadata.xml   | 12 
 2 files changed, 69 insertions(+)

diff --git a/sci-biology/iCORN2/iCORN2-0.95.ebuild 
b/sci-biology/iCORN2/iCORN2-0.95.ebuild
new file mode 100644
index 000..61613a4
--- /dev/null
+++ b/sci-biology/iCORN2/iCORN2-0.95.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Iteratively map reads to a reference, fix mismatches and indels 
with GATK/picard"
+HOMEPAGE="http://icorn.sourceforge.net/
+   http://sourceforge.net/projects/icorn;
+SRC_URI="ftp://ftp.sanger.ac.uk/pub4/resources/software/pagit/ICORN2/icorn2.V${PV}.tgz
+   http://icorn.sourceforge.net/manual.html -> ${PN}_manual.html"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   sci-biology/snpomatic
+   || ( sci-biology/smalt sci-biology/smalt-bin )
+   sci-biology/samtools:=
+   sci-biology/gatk
+   sci-biology/picard"
+RDEPEND="${DEPEND}
+   dev-lang/perl
+   app-shells/tcsh"
+
+S="${WORKDIR}"/ICORN2
+
+src_unpack(){
+   default
+   # The bundled files GenomeAnalysisTK.jar from GATK
+   # contains bundled MarkDuplicates.jar from picard
+   # both .jar files were supposed to be in $ICORN2_HOME
+   rm -f *~ smalt || die
+}
+
+src_prepare(){
+   sed -e "s#java -jar \$ICORN2_HOME#java -jar /usr/share/${PN}/lib#" -i 
*.sh || die
+}
+
+# the tarball is a terrible mess
+src_install(){
+   dobin *.pl *.sh
+   insinto /usr/share/"${PN}"/lib
+   doins GenomeAnalysisTK.jar MarkDuplicates.jar
+   insinto /usr/share/"${PN}"/LSF
+   doins LSF/*
+   dodoc README.txt
+   newdoc "${DISTDIR}"/"${PN}"_manual.html manual.html
+}
+
+# http://icorn.sourceforge.net/documentation.html
+# Define the shell variable ICORN_HOME, PILEUP_HOME and SNPOMATIC_HOME
+pkg_postinst(){
+   einfo "Ideally install Artemis ACT viewer or gap4 from staden package"
+}

diff --git a/sci-biology/iCORN2/metadata.xml b/sci-biology/iCORN2/metadata.xml
new file mode 100644
index 000..f68a1b6
--- /dev/null
+++ b/sci-biology/iCORN2/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+mmokr...@fold.natur.cuni.cz
+Martin Mokrejs
+  
+  
+sci-biol...@gentoo.org
+Gentoo Biology Project
+  
+



[gentoo-commits] repo/gentoo:master commit in: x11-misc/kaqaz/

2016-04-10 Thread Davide Pesavento
commit: e88327aa32a7f23648418d7ebaf9b43e89ecf567
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun Apr 10 17:59:13 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun Apr 10 17:59:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e88327aa

x11-misc/kaqaz: drop bogus dep on qtquick1

Package-Manager: portage-2.2.28

 x11-misc/kaqaz/{kaqaz-1.2.0-r1.ebuild => kaqaz-1.2.0-r2.ebuild} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/x11-misc/kaqaz/kaqaz-1.2.0-r1.ebuild 
b/x11-misc/kaqaz/kaqaz-1.2.0-r2.ebuild
similarity index 94%
rename from x11-misc/kaqaz/kaqaz-1.2.0-r1.ebuild
rename to x11-misc/kaqaz/kaqaz-1.2.0-r2.ebuild
index f4a21dd..684de8e 100644
--- a/x11-misc/kaqaz/kaqaz-1.2.0-r1.ebuild
+++ b/x11-misc/kaqaz/kaqaz-1.2.0-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$
 
@@ -30,7 +30,6 @@ RDEPEND="dev-qt/qtcore:5
dev-qt/qtsingleapplication[qt5,X]
dev-qt/qtsensors:5
dev-qt/qtsql:5[sqlite]
-   dev-qt/qtquick1:5
dev-qt/qtquickcontrols:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5



[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-lang/go-bootstrap/

2016-04-10 Thread William Hubbs
commit: 75bb88169f63b550b4d918fd7829f8aa698bfa6d
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Apr 10 17:53:59 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Apr 10 17:53:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75bb8816

dev-lang/go-bootstrap: remove package. It is no longer needed.

 dev-lang/go-bootstrap/Manifest  |  1 -
 dev-lang/go-bootstrap/go-bootstrap-1.4.3.ebuild | 85 -
 dev-lang/go-bootstrap/metadata.xml  | 13 
 profiles/package.mask   |  6 --
 4 files changed, 105 deletions(-)

diff --git a/dev-lang/go-bootstrap/Manifest b/dev-lang/go-bootstrap/Manifest
deleted file mode 100644
index c1ef058..000
--- a/dev-lang/go-bootstrap/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST go1.4.3.src.tar.gz 10875170 SHA256 
9947fc705b0b841b5938c48b22dc33e9647ec0752bae66e50278df4f23f64959 SHA512 
12bade4bce9aa4b34e2b9495ae65a1fc6a2449b3a43bc4de85c8b87ba223c2f999b2f37c1e2fe1188d8521118b5e5357d27afb8b85c0b8ebb4503d4125d25273
 WHIRLPOOL 
1a869385e63343bc54a950ca965a4d11ca072e6551d1189ef4e2e4da2a488a1ef70b59296d65af0c061f63606b78f73399f25040e02132e56a00189f1aae20e3

diff --git a/dev-lang/go-bootstrap/go-bootstrap-1.4.3.ebuild 
b/dev-lang/go-bootstrap/go-bootstrap-1.4.3.ebuild
deleted file mode 100644
index 3e799c9..000
--- a/dev-lang/go-bootstrap/go-bootstrap-1.4.3.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-export CTARGET=${CTARGET:-${CHOST}}
-
-inherit eutils toolchain-funcs
-
-SRC_URI="https://storage.googleapis.com/golang/go${PV}.src.tar.gz;
-# Upstream only supports go on amd64, arm and x86 architectures.
-KEYWORDS="-* amd64 arm x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-macos 
~x64-solaris"
-
-DESCRIPTION="Version of go compiler used for bootstrapping"
-HOMEPAGE="http://www.golang.org;
-
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-# The go tools should not cause the multilib-strict check to fail.
-QA_MULTILIB_PATHS="usr/lib/go1.4/pkg/tool/.*/.*"
-
-# The go language uses *.a files which are _NOT_ libraries and should not be
-# stripped. The test data objects should also be left alone and unstripped.
-STRIP_MASK="/usr/lib/go1.4/pkg/*.a
-   /usr/lib/go1.4/src/debug/elf/testdata/*
-   /usr/lib/go1.4/src/debug/dwarf/testdata/*
-   /usr/lib/go1.4/src/runtime/race/*.syso"
-
-S="${WORKDIR}"/go
-
-src_prepare()
-{
-   sed -i -e 's/"-Werror",//g' src/cmd/dist/build.c
-}
-
-src_compile()
-{
-   export GOROOT_FINAL="${EPREFIX}"/usr/lib/go1.4
-   export GOROOT="$(pwd)"
-   export GOBIN="${GOROOT}/bin"
-   if [[ $CTARGET = armv5* ]]
-   then
-   export GOARM=5
-   fi
-   tc-export CC
-
-   cd src
-   ./make.bash || die "build failed"
-}
-
-src_test()
-{
-   cd src
-   PATH="${GOBIN}:${PATH}" \
-   ./run.bash --no-rebuild --banner || die "tests failed"
-}
-
-src_install()
-{
-   dodir /usr/lib/go1.4
-   exeinto /usr/lib/go1.4/bin
-   doexe bin/*
-   insinto /usr/lib/go1.4
-   doins -r lib pkg src
-   fperms -R +x /usr/lib/go1.4/pkg/tool
-}
-
-pkg_postinst()
-{
-   # If the go tool sees a package file timestamped older than a 
dependancy it
-   # will rebuild that file.  So, in order to stop go from rebuilding lots 
of
-   # packages for every build we need to fix the timestamps.  The compiler 
and
-   # linker are also checked - so we need to fix them too.
-   ebegin "fixing timestamps to avoid unnecessary rebuilds"
-   tref="usr/lib/go1.4/pkg/*/runtime.a"
-   find "${EROOT}"usr/lib/go1.4 -type f \
-   -exec touch -r "${EROOT}"${tref} {} \;
-   eend $?
-}

diff --git a/dev-lang/go-bootstrap/metadata.xml 
b/dev-lang/go-bootstrap/metadata.xml
deleted file mode 100644
index a70f51b..000
--- a/dev-lang/go-bootstrap/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   willi...@gentoo.org
-   William Hubbs
-   
-   
-   This package is only necessary until gccgo supports go-1.4. It
-   will be removed as soon as stable gcc supports this.
-   It is here so that =dev-lang/go 1.5 can use it to bootstrap.
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 9f4290c..52b48b1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -90,12 +90,6 @@ dev-java/spring-instrument
 # for questions.
 <=media-gfx/slic3r-1.1.
 
-# William Hubbs  (02 Apr 2016)
-# Stable dev-lang/go no longer needs this; end users should have never
-# installed it on their own.
-# Masked for removal on 20160409
-dev-lang/go-bootstrap
-
 # Michael Sterrett  (02 Apr 2016)
 # Doesn't work with latest dev-lang/ocaml; dead upstream
 

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

2016-04-10 Thread Lars Wendler
commit: 3a9da408519e59323183186634d6a525856f24cb
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Apr 10 17:25:39 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Apr 10 17:27:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a9da408

media-libs/fontconfig: Removed old.

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 media-libs/fontconfig/Manifest |   1 -
 .../files/fontconfig-2.10.92-automake-1.13.patch   | 152 --
 .../files/fontconfig-2.10.92-closing-fp.patch  |  21 ---
 .../files/fontconfig-2.10.92-fix-check.patch   | 143 -
 .../files/fontconfig-2.10.92-fix-woff.patch| 157 --
 .../files/fontconfig-2.10.92-ft-face.patch | 144 -
 .../files/fontconfig-2.10.92-ft-face2.patch| 177 -
 .../files/fontconfig-2.10.92-native-fonts.patch|  73 -
 .../files/fontconfig-2.10.92-use-glob.patch| 164 ---
 .../fontconfig-2.11.0-baseconfigdir_fix.patch  |  21 ---
 .../files/fontconfig-2.11.0-solaris.patch  |  57 ---
 .../files/fontconfig-2.11.0-solaris10.patch|  63 
 .../files/fontconfig-2.11.93-addfile.patch | 109 -
 .../files/fontconfig-2.11.93-fix-sigfpe.patch  |  22 ---
 .../files/fontconfig-2.11.93-rmdead.patch  |  22 ---
 .../files/fontconfig-2.3.2-docbook.patch   |  15 --
 .../files/fontconfig-2.8.0-urw-aliases.patch   |  18 ---
 media-libs/fontconfig/fontconfig-2.11.93.ebuild| 155 --
 18 files changed, 1514 deletions(-)

diff --git a/media-libs/fontconfig/Manifest b/media-libs/fontconfig/Manifest
index 9b7534a..29261b1 100644
--- a/media-libs/fontconfig/Manifest
+++ b/media-libs/fontconfig/Manifest
@@ -1,4 +1,3 @@
 DIST fontconfig-2.11.1.tar.bz2 1516095 SHA256 
dc62447533bca844463a3c3fd4083b57c90f18a70506e7a9f4936b5a1e516a99 SHA512 
acf4e6293e0e5521e4b8f29f4b48860ecd1d39744d0eab21c7332e56bfc3ccc63548e459243c5e425b8e5ef265f2cf065eece02460725e794041219d41188149
 WHIRLPOOL 
45009a1e0fcbbe2f532c6f642a0d57af35af3f6abfb50098c89fe39c71da96597078eb4babdd80a713ef4456e07481d70def7c1c18b7314452136d5b30a4858b
-DIST fontconfig-2.11.93.tar.bz2 1565609 SHA256 
381e7c14c7a8bc268a9c07589837f0ea24139abc15f46171b7f94751c969a0af SHA512 
68e1728884e4c1bc236cd164fe0b8912c194e8b69bcbffdb3bc8a718737e640061d01a543d90d4198fb2a2d2df0d36b40fac40a27d9845579e1893428d3a22bd
 WHIRLPOOL 
b596c1e015e48945158d9d8ffe5e1bf91e6912ac9187fefa829960897fba5c9810ff73ec5ea255b6ca490adb768bd20a50ca0eda41763824cd59b180071600f2
 DIST fontconfig-2.11.94.tar.bz2 1567540 SHA256 
d763c024df434146f3352448bc1f4554f390c8a48340cef7aa9cc44716a159df SHA512 
ab0639afbe37c46197aa31178f928a000e0662edf794bcd421e396bae2298edc23851ff58deeb448cc14ac1206683494817a64a75ab9f7bb9bce6321ccf5c1f2
 WHIRLPOOL 
cb4df2eafa2748ad51efde09225ccb5ec5e1154c0b2b1074aa6151c289d8f44dd14ed641ef092db5f8f2b986afed8d64167f6d2da9bd7afb3f2dab725a0434d4
 DIST fontconfig-2.11.95.tar.bz2 1591200 SHA256 
7b165eee7aa22dcc1557db56f58d905b6a14b32f9701c79427452474375b4c89 SHA512 
e3d7696814b585512bbe191ae4e5a4fe5a645895b4b1f5783dc575efe3f0a2b725daa48eb9c43168d2cd2fc752bf114be41c58a4ae81f2db49f431984e134b54
 WHIRLPOOL 
5c3b084dc2dcd8b0b7c6bf9b71903973a58a31110c5cb7a6ed90822a520dca9e997a2e6a4283ffadbb6fe1d8f1005148f6eeb022b86a2a47bac807a25677

diff --git a/media-libs/fontconfig/files/fontconfig-2.10.92-automake-1.13.patch 
b/media-libs/fontconfig/files/fontconfig-2.10.92-automake-1.13.patch
deleted file mode 100644
index 02b89fa..000
--- a/media-libs/fontconfig/files/fontconfig-2.10.92-automake-1.13.patch
+++ /dev/null
@@ -1,152 +0,0 @@
-From 18bf57c70aafcad031c0b43756b754dcaf6a756a Mon Sep 17 00:00:00 2001
-From: Sebastian Freundt 
-Date: Sun, 07 Apr 2013 00:02:58 +
-Subject: build-chain, replace INCLUDES directive by AM_CPPFLAGS
-
-As of automake-13.1 the INCLUDES directive is no longer supported.
-An automake run will return with an error.
-
-This changeset simply follows automake's advice to replace INCLUDES
-by AM_CPPFLAGS.

-diff --git a/Tools.mk b/Tools.mk
-index 56766da..f0fa0ec 100644
 a/Tools.mk
-+++ b/Tools.mk
-@@ -32,7 +32,7 @@ TOOL=./$(DIR)$(EXEEXT_FOR_BUILD)
- 
- EXTRA_DIST = $(TARG) $(TMPL) $(TSRC) $(DIST)
- 
--INCLUDES = \
-+AM_CPPFLAGS = \
-  -I$(builddir) \
-  -I$(srcdir) \
-  -I$(top_builddir)/src \
-@@ -43,7 +43,7 @@ INCLUDES = \
-  $(WARN_CFLAGS)
- 
- $(TOOL): $(TSRC) $(ALIAS_FILES)
--  $(AM_V_GEN) $(CC_FOR_BUILD) -o $(TOOL) $< $(INCLUDES)
-+  $(AM_V_GEN) $(CC_FOR_BUILD) -o $(TOOL) $< $(AM_CPPFLAGS)
- 
- $(TARG): $(TMPL) $(TSRC) $(DEPS)
-   $(AM_V_GEN) $(MAKE) $(TOOL) && \
-diff --git a/fc-cache/Makefile.am b/fc-cache/Makefile.am
-index 7f7d1b1..0e10786 100644
 a/fc-cache/Makefile.am
-+++ b/fc-cache/Makefile.am
-@@ -36,7 +36,7 @@ uninstall-local:
-   

[gentoo-commits] repo/gentoo:master commit in: x11-misc/flow-pomodoro/

2016-04-10 Thread Michael Palimaka
commit: a38a13471d533a35741eddca7968f3b78b813aaa
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Apr 10 17:28:53 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Apr 10 17:29:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a38a1347

x11-misc/flow-pomodoro: remove unused dependency

Package-Manager: portage-2.2.28

 x11-misc/flow-pomodoro/flow-pomodoro-1.1.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/x11-misc/flow-pomodoro/flow-pomodoro-1.1.1.ebuild 
b/x11-misc/flow-pomodoro/flow-pomodoro-1.1.1.ebuild
index fbcfc2a..ed26fe5 100644
--- a/x11-misc/flow-pomodoro/flow-pomodoro-1.1.1.ebuild
+++ b/x11-misc/flow-pomodoro/flow-pomodoro-1.1.1.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$
 
@@ -16,7 +16,6 @@ KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND="dev-qt/qtcore:5
-   dev-qt/qtquick1:5
dev-qt/qtdbus:5
dev-qt/qtdeclarative:5
dev-qt/qtgui:5



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

2016-04-10 Thread Lars Wendler
commit: 776d7830c1d6c665e9146122591c54531a44abb8
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Apr 10 17:27:15 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Apr 10 17:27:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=776d7830

dev-python/dbus-python: Re-added python3_3 support.

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

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

diff --git a/dev-python/dbus-python/dbus-python-1.2.4.ebuild 
b/dev-python/dbus-python/dbus-python-1.2.4.ebuild
index 8e6e38b..6b6fc5e 100644
--- a/dev-python/dbus-python/dbus-python-1.2.4.ebuild
+++ b/dev-python/dbus-python/dbus-python-1.2.4.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit autotools eutils python-r1



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

2016-04-10 Thread Lars Wendler
commit: e2968605a9bfa12519bbde305fef70a2d4aba69b
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Apr 10 17:20:19 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Apr 10 17:27:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2968605

media-libs/fontconfig: Bump to version 2.11.95

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 media-libs/fontconfig/Manifest  |   1 +
 media-libs/fontconfig/fontconfig-2.11.95.ebuild | 158 
 2 files changed, 159 insertions(+)

diff --git a/media-libs/fontconfig/Manifest b/media-libs/fontconfig/Manifest
index 2bbccba..9b7534a 100644
--- a/media-libs/fontconfig/Manifest
+++ b/media-libs/fontconfig/Manifest
@@ -1,3 +1,4 @@
 DIST fontconfig-2.11.1.tar.bz2 1516095 SHA256 
dc62447533bca844463a3c3fd4083b57c90f18a70506e7a9f4936b5a1e516a99 SHA512 
acf4e6293e0e5521e4b8f29f4b48860ecd1d39744d0eab21c7332e56bfc3ccc63548e459243c5e425b8e5ef265f2cf065eece02460725e794041219d41188149
 WHIRLPOOL 
45009a1e0fcbbe2f532c6f642a0d57af35af3f6abfb50098c89fe39c71da96597078eb4babdd80a713ef4456e07481d70def7c1c18b7314452136d5b30a4858b
 DIST fontconfig-2.11.93.tar.bz2 1565609 SHA256 
381e7c14c7a8bc268a9c07589837f0ea24139abc15f46171b7f94751c969a0af SHA512 
68e1728884e4c1bc236cd164fe0b8912c194e8b69bcbffdb3bc8a718737e640061d01a543d90d4198fb2a2d2df0d36b40fac40a27d9845579e1893428d3a22bd
 WHIRLPOOL 
b596c1e015e48945158d9d8ffe5e1bf91e6912ac9187fefa829960897fba5c9810ff73ec5ea255b6ca490adb768bd20a50ca0eda41763824cd59b180071600f2
 DIST fontconfig-2.11.94.tar.bz2 1567540 SHA256 
d763c024df434146f3352448bc1f4554f390c8a48340cef7aa9cc44716a159df SHA512 
ab0639afbe37c46197aa31178f928a000e0662edf794bcd421e396bae2298edc23851ff58deeb448cc14ac1206683494817a64a75ab9f7bb9bce6321ccf5c1f2
 WHIRLPOOL 
cb4df2eafa2748ad51efde09225ccb5ec5e1154c0b2b1074aa6151c289d8f44dd14ed641ef092db5f8f2b986afed8d64167f6d2da9bd7afb3f2dab725a0434d4
+DIST fontconfig-2.11.95.tar.bz2 1591200 SHA256 
7b165eee7aa22dcc1557db56f58d905b6a14b32f9701c79427452474375b4c89 SHA512 
e3d7696814b585512bbe191ae4e5a4fe5a645895b4b1f5783dc575efe3f0a2b725daa48eb9c43168d2cd2fc752bf114be41c58a4ae81f2db49f431984e134b54
 WHIRLPOOL 
5c3b084dc2dcd8b0b7c6bf9b71903973a58a31110c5cb7a6ed90822a520dca9e997a2e6a4283ffadbb6fe1d8f1005148f6eeb022b86a2a47bac807a25677

diff --git a/media-libs/fontconfig/fontconfig-2.11.95.ebuild 
b/media-libs/fontconfig/fontconfig-2.11.95.ebuild
new file mode 100644
index 000..ea7e8d2
--- /dev/null
+++ b/media-libs/fontconfig/fontconfig-2.11.95.ebuild
@@ -0,0 +1,158 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools eutils multilib-minimal readme.gentoo-r1
+
+DESCRIPTION="A library for configuring and customizing font access"
+HOMEPAGE="http://fontconfig.org/;
+SRC_URI="http://fontconfig.org/release/${P}.tar.bz2;
+
+LICENSE="MIT"
+SLOT="1.0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
+IUSE="doc static-libs"
+
+# Purposefully dropped the xml USE flag and libxml2 support.  Expat is the
+# default and used by every distro.  See bug #283191.
+RDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}]
+   >=media-libs/freetype-2.5.3-r1[${MULTILIB_USEDEP}]
+   abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   doc? ( =app-text/docbook-sgml-dtd-3.1*
+   app-text/docbook-sgml-utils[jadetex] )"
+PDEPEND="!x86-winnt? ( app-eselect/eselect-fontconfig )
+   virtual/ttf-fonts"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.10.2-docbook.patch # 310157
+   "${FILESDIR}"/${PN}-2.11.93-latin-update.patch # 130466 + make 
liberation default
+)
+
+MULTILIB_CHOST_TOOLS=( /usr/bin/fc-cache )
+
+pkg_setup() {
+   DOC_CONTENTS="Please make fontconfig configuration changes using
+   \`eselect fontconfig\`. Any changes made to /etc/fonts/fonts.conf will 
be
+   overwritten. If you need to reset your configuration to upstream 
defaults,
+   delete the directory ${EROOT}etc/fonts/conf.d/ and re-emerge 
fontconfig."
+}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+multilib_src_configure() {
+   local addfonts
+   # harvest some font locations, such that users can benefit from the
+   # host OS's installed fonts
+   case ${CHOST} in
+   *-darwin*)
+   addfonts=",/Library/Fonts,/System/Library/Fonts"
+   ;;
+   *-solaris*)
+   [[ -d /usr/X/lib/X11/fonts/TrueType ]] && \
+   addfonts=",/usr/X/lib/X11/fonts/TrueType"
+  

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

2016-04-10 Thread James Le Cuirot
commit: d7884d97d1bcd2209e19aa839ec8977acbf04457
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Apr 10 17:19:16 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Apr 10 17:22:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7884d97

dev-java/icedtea-bin: Version bump to 3.0.0 final

There are no security fixes since pre10.

Package-Manager: portage-2.2.28

 dev-java/icedtea-bin/Manifest |   8 ++
 dev-java/icedtea-bin/icedtea-bin-3.0.0.ebuild | 142 ++
 2 files changed, 150 insertions(+)

diff --git a/dev-java/icedtea-bin/Manifest b/dev-java/icedtea-bin/Manifest
index 6ba9db6..6f73552 100644
--- a/dev-java/icedtea-bin/Manifest
+++ b/dev-java/icedtea-bin/Manifest
@@ -1,3 +1,6 @@
+DIST icedtea-bin-core-3.0.0-amd64.tar.xz 56925728 SHA256 
33ce4e1ddd1977bbd4d42ddb259047331756810d40dfe03e7be531f6c0e69218 SHA512 
611f10110a3375b7ec98b3093ca36aa0d2a914ac7e2ba8ba5d2715dde007c94b1bbaa6b97459b215573134c43496f9d54297065fb982f5cfb2a43a47b61ed709
 WHIRLPOOL 
e27bd7274234d768d4f662892900ab49ea8f380e53263f04ce2a6f06c6f986d20a57a83f3101af5c41505fc5a51907bcd38128a839711ee9bc8231b1ff42eac1
+DIST icedtea-bin-core-3.0.0-arm.tar.xz 48951876 SHA256 
e5afaed6b5c703b48367c91fa2f46a905e3d6949802149eda8fc288582bf12a6 SHA512 
4875f48741de0e5e986b1edd201d9d8aca15de344a0e9ea83640cb7d39db465d32b2b4f4818bce20d3e9c732e457c406022dc68925ebb3c467310e9d9b5cda7c
 WHIRLPOOL 
ec98e48a6e7c71f3df33755de20d1e2f61f42d4a5744c5263ada5de8dfd809bb500e706c508f8cb63e2bd57208318d530414b53bc25302b2bc5450a39bedfdc8
+DIST icedtea-bin-core-3.0.0-x86.tar.xz 56364420 SHA256 
54bc47173d576e90720c86840d0b1c777fb61ac7456c4149eaa86ab3e6c19942 SHA512 
90bff8e078de51789193f7adc6746087c9be9df541eac70016daa23a43e7eb43e29cd582c4d94df5ccdb36f5731af430302a80605bb2bb246a55d51bf46f9bf2
 WHIRLPOOL 
3e3b90b2af37df534890f9142c23a21dd7a54eb2b7f2ae960aa3cd1e554cca1a74ba64b60e90bf1758b17fd03a1f6881dfd8d943d08692a1cbab1525f41da471
 DIST icedtea-bin-core-3.0.0_pre10-amd64.tar.xz 56918372 SHA256 
d3a4ed7a21da9ddf52424cbd956ce474d9289c37318f7df630b369446087b077 SHA512 
a389afb622c8d0c595d567431aa11abe8027e90b32f01eb575890dd5b0d9d36fe3570627d4e3f4b991a756857baac1fb3d2517917b4d8e3b72a7af8ed03f57d8
 WHIRLPOOL 
7a7e1b79d9bf06961afa8eaf4d19336c02ca51249bbb924c480519edce0a6eaeb512122d32ac627b0e340eccbd28491342553b53c93a49ccb0cb338c337d20df
 DIST icedtea-bin-core-3.0.0_pre10-arm.tar.xz 48949724 SHA256 
17c334e49a497234371196750e4fdc340798a9198549b3ca07a5602aa211c3bf SHA512 
f1c1618bf03218774dea5ce705460012a4a99d5ce86e52e42425cfdfb36e35902e7b3e91e75763e63e005f29ab61604be37b38215595cec6195aece5575c534c
 WHIRLPOOL 
2fb9aa3108ccf1f8e25926edd1dd2862251a7ed99670265843b937ab1205148acb1f8eca821834927fedeef938f797701c158e51511486316bc8b5f5ebb0168e
 DIST icedtea-bin-core-3.0.0_pre10-ppc64.tar.xz 49977580 SHA256 
1c34097333bb114854951212276d13d863596f7068f9bf7c4cf9cc81e42e234d SHA512 
cd41601c0a01c13a4d4cfe9b3482a9ece3e6b2bb7405d46a78933041667f2f51770fdfe13a18969ca1d5ab0a3ca7b01b1f69e15c6630a273c8b36094847f8eda
 WHIRLPOOL 
3730d64b05538529d1e35b29189c754a6db49e03bf256cb27c3e70256bd1d1aa989a21140714bf4eed8bc21f6c4dc10101b7102883b52da5d2c774120d76a450
@@ -7,9 +10,13 @@ DIST icedtea-bin-core-6.1.13.9-x86.tar.xz 50947228 SHA256 
fbef618f82fc640553bf69
 DIST icedtea-bin-core-7.2.6.5-amd64.tar.xz 53018784 SHA256 
6adb5ae0e07b29f89cf3ee4a4ed8739ad92f3eb6d276e38ac56056570b70f263 SHA512 
9b65828ae84939a7951ed26ed1e55abe42bc8362447b8c8b408e6ea64b80252d1de49a2ab17493dbd920fbc8b496b530486e35946c87094bf5ade452100c80ef
 WHIRLPOOL 
0ab1babb5cdfb17f69692f4430226a0217de6b9ac4f691b700dbdd123b5f221592092f68ba548834692387b580633f704388d12ab20d2212a23793cfbfc243d9
 DIST icedtea-bin-core-7.2.6.5-arm.tar.xz 43997476 SHA256 
d897fbcb7e0587ebb3c1cda83b558eb231983bb44cb2fc306b0fe30c0692d4f9 SHA512 
8a328f5f508a815b2e13f0cf27d21a724c29e6228007e6dde418f1a41981d3c3d8c205586560c1f0110e68a176cb58329cd80510a3e33aca0994a78a4456bd89
 WHIRLPOOL 
4ef90a28853456c16e6698f6e6fe4d46eb745062773da10cd8c75071c5a7b7dc73ae1da21dac1474f156e06cda98a5ceb94a65fe8b79b1415c722126deacf43c
 DIST icedtea-bin-core-7.2.6.5-x86.tar.xz 54670860 SHA256 
ffdee3645634771922e6b160012ba2200c7f59e91dd890e8e61f2b35126751ca SHA512 
7ec33501a2118f85f3bd14435eb9aca5711b77fa379db21b63d50d5f20da33cb3818d876f8be3ab40d7cbd8df7120d0b73d06415284463d50614510a59ebd41d
 WHIRLPOOL 
7cfec521ab9cad48cd1296c76c12d8cc57a830a416fba591d0d7e0d7ef195341a3b401196049516c0a905dafcb36323bb68bb013b4cb4ea6b6a702972a984800
+DIST icedtea-bin-doc-3.0.0.tar.xz 11682788 SHA256 
41bcb752716f54a2b4f0d3c25de4a95d77dab3e735cdd785ed79bb04614feff2 SHA512 
ec57ce1f403952960c6accd691e375882ead088b28308231cec5ef05e61701fd56c15c98c7ba7b34ea41f338ad3b26cd13cb6b673a2a3ec9b0402066df3b4484
 WHIRLPOOL 
27b588ff1c479de6398d1a912edca9a2ee150473cc17b435d0356520b7d3dba0c7018dffb440d8966850b5e8fa2b6ea58d8c3e891f049583f6b30356b85dd631
 DIST icedtea-bin-doc-3.0.0_pre10.tar.xz 11688120 SHA256 

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

2016-04-10 Thread Patrick Lauer
commit: cb730d07e4e9c2f96b865de36428eefa091723cb
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sun Apr 10 16:30:51 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Sun Apr 10 17:01:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb730d07

app-eselect/eselect-opencl: Bump, add more headers, switch to opencl1.2 as 
default

Package-Manager: portage-2.2.28

 app-eselect/eselect-opencl/Manifest|  6 ++
 .../eselect-opencl/eselect-opencl-1.1.0-r4.ebuild  | 69 ++
 2 files changed, 75 insertions(+)

diff --git a/app-eselect/eselect-opencl/Manifest 
b/app-eselect/eselect-opencl/Manifest
index 0c3a3b6..71de40b 100644
--- a/app-eselect/eselect-opencl/Manifest
+++ b/app-eselect/eselect-opencl/Manifest
@@ -5,5 +5,11 @@ DIST cl_gl.h.1.1.xz 1856 SHA256 
eeddf3403c13776b3d13a25c9e47a01eee750c0120f74d40
 DIST cl_gl_ext.h.1.1.xz 1356 SHA256 
594e463e3a24e62870c5c1914b05e796aeda8892bf6830ee8db3f722993fdf02 SHA512 
23fbc933e0beb2748152fa058d8ed413351fcfce167b9788c8a3529323b89e57eb1bf84d998fc262081410985f476bbf56fdd0bffe73f08135f5c90b7d09bb8d
 WHIRLPOOL 
94301285dd567d8c7c9145d49801ea5c7e0ae4f5c01a9f93bcea667df925ea9d55a5ec978c3c05337306bdd0d53b829a9c03cbe8131982b2eddae23fc2eb1e5c
 DIST cl_platform.h.1.1.xz 5584 SHA256 
2f70eb47285fd46f75d48476e90ee3b7e9ba62166bc573bbb35cb0f9d7a2ea53 SHA512 
8265cd3b3630d367fe494a60911564e57169d03948827a0e2ca0669678b4a5b595b22ae2786a7c42c0b96fd6fbfb7d326c63759cfd1b7888b8cd35588b5f7544
 WHIRLPOOL 
aa5e12ec2eb49323f9812ae51d5b45db2919488bd36fd58bb40eb6538020e8de732aa60a4fc1b8bf913cdfbdf35c0ebe63fd8cd0b8f415d34cbdce4d54207ff7
 DIST eselect-opencl-1.1.0-r1.tar.xz 3276 SHA256 
86a2f5f152e543046899989b3a12a065dfc357a2276ce06d69d19bdbf175fdea SHA512 
b2be1e2035fda4e119f03e9ef84fbf1f09fc0bd5475d3fe30d2330dac76180930451d78dbb9e158c34dee9ce524076434254757b594e84dea96341e52ef13c14
 WHIRLPOOL 
4df96b5f97b6071c27c613addd0b579deb800012ba2640814dcb107ec6ab9f3fac6384c4c3313bd245d62eb2a376e378e0820ef891bed6b41b778721b325f667
+DIST opencl-cpp-headers.tar 716800 SHA256 
d29bcc187c9f9b92f41498ee4cc9d889e7485f987062c7db3b70652c6a75544d SHA512 
b04c653f213b3cc99f0bbe3c589cf8b2f8f6144d61a85a284a60de92fd5148ff3d45204b4c6a08c205fc307300743bcf4654be2b8b18dd970b5d645ac2eec2f5
 WHIRLPOOL 
335e1b1154dd1dc1ffbc61307406fccdef87ed15b9902eba59b996512753fde49062adfdd09d75dc3d4cf0023969e3f31c3b649185de23d7a678e4ef6d0d24a5
 DIST opencl-headers-1.2.tar.gz 122068 SHA256 
c35c1aada9984b24784d6b6a5752e22b9c70646043344e0f45830c9dc5ae28c4 SHA512 
0780c96d47a7ad41f6b31d46d41be77651d27d5decd1a4248c452d8bf763b6fc3b76597352bd259778c5846c62c17f077ff8db5504da39844c8e6e07c7d9a264
 WHIRLPOOL 
4f5c1058d23f91d806dba861fefd5cf3685a12a78217136adc0ac2f630995c82fa6d537e3cd67b6b2e2d01b6de12c30dc7e039b9aaa057661deb7f10a466f48d
 DIST opencl.h.1.1.xz 944 SHA256 
c076e410eaffd9fbb056528f31a59fe1908481f0fd38981c13970727a0c4d096 SHA512 
62b5ae61f2d9a44e9f8b6a7e3421cacfe5291bc9b5430845d469ea5a6404d71d3ab49d78c6da2588eab2bcd5f9b0d86c53f3aa74bd7c43c960ad86f0eab9595c
 WHIRLPOOL 
bd3d946b6c361187d9d7c4337287c24161fc0f291cfc810c0bcf05d9fe120192a853fe7b69500783b7ec1994e9b265d84eb82b8fc681df060c16aa3d038c8374
+DIST opencl10.zip 21701 SHA256 
91443f16420a1cbac73e47bfac6d8562494f2b4218039e128131859435a762d6 SHA512 
ce3ad95d7314df4b55284d48c54fb7dfca0a218d0e36a732414b53dc7bdcc53199167b6810a3e3ebdd8abf91a4904acd471733b9130e3a38ec0b3e9ba918b691
 WHIRLPOOL 
d853f2a0f82949dbe2204f2c373c2bc6b5db5681108eb09544bf234469740fd5c96a829bf6e86e3034fecb470c5582ee2e9f117e448cdcb00ce76e05d9d78178
+DIST opencl11.zip 25496 SHA256 
ce9fb43d981c4d012d9b145c475dc5b00db734a9e0a57dd9bdad024731123131 SHA512 
c4e940a51ceb951a78895df87a5dc3139e76b3f847af43c54400d37f243a390b94aab290d32044e19bdba63d0ee8af94955af9a83326c7ab353242496fcc
 WHIRLPOOL 
3c4e348c5b599e3c98256af4fa281f24ffeeacc149f3b90b95f6da64f8ec33be8bd1d3118066b4903362e3ed00071792c3eac57a56cee6bfa748910b8c10a09e
+DIST opencl12.zip 33311 SHA256 
fdaae3850c818947d326e8833ba79335aea28bfc65d87a8d7d5c9599e4a13571 SHA512 
af7bb5865372a900a5b79086a54709abc99f6a3afe105adb6fdd276e30ef5c5be576421c206768e0b19e82f83e33727b6f246dfc71a0ee1d847e52d6db6130a8
 WHIRLPOOL 
675e9f67498111540276ac216c78ffa78ee925288da5ded5e9344bd51251a8c4c1d51c466b24d7e452371fb1764982e24f9f2203e499dbd3b1f917ef85c87984
+DIST opencl20.zip 34892 SHA256 
d83af2f3ef3be7c435d154ef37b426bdb43986a0de8a5fbb2e84bb7437d9aa72 SHA512 
e4c6f68db91e0946de5a0f2aecd8fbc152f316350088a386cad9de37b377b6e8c362e93e3c2b09b3dce5f4659c753764ec8906b50a86a5107d2c29e6ffcfe71f
 WHIRLPOOL 
7de96d15345fed71cecf21d009158da29ed385e61d831c509d57bbd26ba54f154e9d877aa767d6b8e9da6cda48b6d107d27e09659d7fbe31c244bea8c6eb9976
+DIST opencl21.zip 35514 SHA256 
5c6c4b273a3e9c25094fa50702a1f84b25e63e2a9fbe74518bf9d1282c045f0a SHA512 
2b6eafc26ff522407f06509197f5eefbb321806ac3f65bb881db4532da6c0e00b9c397468d55881578b116a1c8d05a0599f9f5727f62eb545394a2cecf5d95c0
 WHIRLPOOL 

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

2016-04-10 Thread Patrick Lauer
commit: 4bae39fee9b1f0135c08e234cb742e439ace2470
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sun Apr 10 17:01:31 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Sun Apr 10 17:01:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bae39fe

dev-lang/pocl: Bump

Package-Manager: portage-2.2.28

 dev-lang/pocl/Manifest |  1 +
 dev-lang/pocl/pocl-0.13.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-lang/pocl/Manifest b/dev-lang/pocl/Manifest
index 2912c38..3aa905e 100644
--- a/dev-lang/pocl/Manifest
+++ b/dev-lang/pocl/Manifest
@@ -1,2 +1,3 @@
 DIST pocl-0.11.tar.gz 1561743 SHA256 
24bb801fb87d104b66faaa95d1890776fdeabb37ad1b12fb977281737c7f29bb SHA512 
052cbac36a12a5b015779740c45b64adde5fa58a090f298b69de1df3ac9875d7bfc6dfe9f7ae95d14d974d7b44dc64e53ce6ad3a9b8e74708d546ef6e1032151
 WHIRLPOOL 
860a87904408eb7394e126bf5c8cab619d8f1d48a57440e9d73f585c5eaa1a70e53c5843f4ffbaa742447cd0e8ebf9c11fc0917357f6af203ecb1c3c48c0fa87
 DIST pocl-0.12.tar.gz 1741325 SHA256 
5160d7a59721e6a7d0fc85868381c0afceaa7c07b9956c9be1e3b51e80c29f76 SHA512 
3c0d3377a866e8bc7e3e911598b8b50ce473e545586c8755ec22f5bf0e5cf55fdebb0eb3fa521521a7ea2919b1c985d04531fcdad18997250c02de852b80e9ee
 WHIRLPOOL 
c7ab4bde1d7a0baef8bf00ea6bd8dff5c4e4c893da918c8ed7fb84f7247d9ea6c5adb78fb560132e564a4a49cba3286790abce70723bfdcf603727e5c62ff972
+DIST pocl-0.13.tar.gz 1901208 SHA256 
a17f37d8f26819c0c8efc6de2b57f67a0c8a81514fc9cd5005434e49d67499f9 SHA512 
1892a6167bb5d48acaa79de4a9a76355c624e01a3bec31599947d6972eddcfd0b7523d61a3bd08018a30e34ab5a1b225a7ca2feaa2c2f6fcf03403fb887a6c0d
 WHIRLPOOL 
5e56bff8471750a143dc735b435f8cbc111d624f732c541843e3b230f2675a089c6db4a62cfa3a0cd478abb56ba98c7a512c10f5e8f79f84e8e582248b5edfc5

diff --git a/dev-lang/pocl/pocl-0.13.ebuild b/dev-lang/pocl/pocl-0.13.ebuild
new file mode 100644
index 000..037505c
--- /dev/null
+++ b/dev-lang/pocl/pocl-0.13.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools
+
+DESCRIPTION="PortableCL: opensource implementation of the OpenCL standard"
+HOMEPAGE="http://portablecl.org/;
+SRC_URI="http://portablecl.org/downloads/${P}.tar.gz;
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-libs/ocl-icd
+   >=sys-devel/llvm-3.7[clang]
+   sys-apps/hwloc
+   >=app-eselect/eselect-opencl-1.1.0-r4"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+pkg_pretend() {
+   # Needs an OpenCL 1.2 ICD, mesa and nvidia are invalid
+   # Maybe ati works, feel free to add/fix if you can test
+   if [[ $(eselect opencl show) == 'ocl-icd' ]]; then
+   einfo "Valid OpenCL ICD set"
+   else
+   eerror "Please use a supported ICD:"
+   eerror "eselect opencl set ocl-icd"
+   die "OpenCL ICD not set to a supported value"
+   fi
+}
+
+src_prepare() {
+   eautoreconf
+}



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

2016-04-10 Thread Davide Pesavento
commit: 5abb56b3cde54f42915665ba3a73d294af569d05
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun Apr 10 17:00:02 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun Apr 10 17:00:02 2016 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=5abb56b3

dev-qt/qtquick1: delete obsolete comment

Package-Manager: portage-2.2.28

 dev-qt/qtquick1/qtquick1-5.6..ebuild| 1 -
 dev-qt/qtquick1/qtquick1-5.7.0_alpha.ebuild | 1 -
 dev-qt/qtquick1/qtquick1-5.7..ebuild| 1 -
 dev-qt/qtquick1/qtquick1-5..ebuild  | 1 -
 4 files changed, 4 deletions(-)

diff --git a/dev-qt/qtquick1/qtquick1-5.6..ebuild 
b/dev-qt/qtquick1/qtquick1-5.6..ebuild
index 569ba62..c2d0c58 100644
--- a/dev-qt/qtquick1/qtquick1-5.6..ebuild
+++ b/dev-qt/qtquick1/qtquick1-5.6..ebuild
@@ -13,7 +13,6 @@ fi
 
 IUSE="designer gles2 opengl webkit xml"
 
-# see bug 542698 for pinned dev-qt/designer dependency
 DEPEND="
~dev-qt/qtcore-${PV}
~dev-qt/qtgui-${PV}

diff --git a/dev-qt/qtquick1/qtquick1-5.7.0_alpha.ebuild 
b/dev-qt/qtquick1/qtquick1-5.7.0_alpha.ebuild
index 569ba62..c2d0c58 100644
--- a/dev-qt/qtquick1/qtquick1-5.7.0_alpha.ebuild
+++ b/dev-qt/qtquick1/qtquick1-5.7.0_alpha.ebuild
@@ -13,7 +13,6 @@ fi
 
 IUSE="designer gles2 opengl webkit xml"
 
-# see bug 542698 for pinned dev-qt/designer dependency
 DEPEND="
~dev-qt/qtcore-${PV}
~dev-qt/qtgui-${PV}

diff --git a/dev-qt/qtquick1/qtquick1-5.7..ebuild 
b/dev-qt/qtquick1/qtquick1-5.7..ebuild
index 569ba62..c2d0c58 100644
--- a/dev-qt/qtquick1/qtquick1-5.7..ebuild
+++ b/dev-qt/qtquick1/qtquick1-5.7..ebuild
@@ -13,7 +13,6 @@ fi
 
 IUSE="designer gles2 opengl webkit xml"
 
-# see bug 542698 for pinned dev-qt/designer dependency
 DEPEND="
~dev-qt/qtcore-${PV}
~dev-qt/qtgui-${PV}

diff --git a/dev-qt/qtquick1/qtquick1-5..ebuild 
b/dev-qt/qtquick1/qtquick1-5..ebuild
index 569ba62..c2d0c58 100644
--- a/dev-qt/qtquick1/qtquick1-5..ebuild
+++ b/dev-qt/qtquick1/qtquick1-5..ebuild
@@ -13,7 +13,6 @@ fi
 
 IUSE="designer gles2 opengl webkit xml"
 
-# see bug 542698 for pinned dev-qt/designer dependency
 DEPEND="
~dev-qt/qtcore-${PV}
~dev-qt/qtgui-${PV}



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

2016-04-10 Thread Michael Palimaka
commit: 7481216fbee6e637a2ea4d51f92028df659ec232
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Apr 10 16:46:44 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Apr 10 16:46:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7481216f

profiles: drop mask for last-rited lxqt-base/liblxqt-mount and 
lxqt-base/lxqt-config-randr

 profiles/package.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 3d9132f..9f4290c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -256,11 +256,6 @@ dev-tex/fundus
 # Masking until we figure out what to do about bug #576930
 =gnome-base/gnome-extra-apps-3.18.0-r2
 
-# Michael Palimaka  (09 Mar 2016)
-# Deprecated by upstream. No further releases. Unused.
-lxqt-base/liblxqt-mount
-lxqt-base/lxqt-config-randr
-
 # Ian Stakenvicius  (06 Mar 2016)
 # Mask old versions of thunderbird as they are no longer supported,
 # but we keep them in the repo for now in case there is a need



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-config-randr/

2016-04-10 Thread Michael Palimaka
commit: b23d09c65f2f0d15bf0fe4fa88542363caf434e5
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Apr 10 16:42:26 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Apr 10 16:46:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b23d09c6

lxqt-base/lxqt-config-randr: remove last-rited package

 lxqt-base/lxqt-config-randr/Manifest   |  1 -
 .../lxqt-config-randr-0.7.0.ebuild | 31 --
 lxqt-base/lxqt-config-randr/metadata.xml   | 12 -
 3 files changed, 44 deletions(-)

diff --git a/lxqt-base/lxqt-config-randr/Manifest 
b/lxqt-base/lxqt-config-randr/Manifest
deleted file mode 100644
index 79e6fde..000
--- a/lxqt-base/lxqt-config-randr/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-config-randr-0.7.0.tar.xz 58376 SHA256 
aa58f622aac3ab542838f3a3ae981dff3fc4b16f90f5a2bc6efcd3f9383fedf0 SHA512 
0859718467a32705f0bc9321c28ffe6730215920dd8e64d79af585cc6fe9fc7693ca327591b278eec2bb9fde2048c024a8abf852baab4570977e7a4c5009e1d5
 WHIRLPOOL 
d836c7c938c7df3f110a370066fc177f948f3c8aebd8db7f1fc564d5d06809e27f49325f22394218f2f039d539fc375eca6a4e8f560e9708443833d20e501001

diff --git a/lxqt-base/lxqt-config-randr/lxqt-config-randr-0.7.0.ebuild 
b/lxqt-base/lxqt-config-randr/lxqt-config-randr-0.7.0.ebuild
deleted file mode 100644
index 1fa8851..000
--- a/lxqt-base/lxqt-config-randr/lxqt-config-randr-0.7.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit cmake-utils
-
-DESCRIPTION="LXQt monitor configuration"
-HOMEPAGE="http://lxqt.org/;
-
-if [[ ${PV} = ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
-else
-   SRC_URI="http://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~x86"
-   S=${WORKDIR}
-fi
-
-LICENSE="GPL-2 LGPL-2.1+"
-SLOT="0"
-
-CDEPEND="dev-libs/glib:2
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   x11-libs/libX11
-   x11-libs/libXrandr"
-DEPEND="${CDEPEND}
-   virtual/pkgconfig"
-RDEPEND="${CDEPEND}
-   x11-apps/xrandr"

diff --git a/lxqt-base/lxqt-config-randr/metadata.xml 
b/lxqt-base/lxqt-config-randr/metadata.xml
deleted file mode 100644
index e21580f..000
--- a/lxqt-base/lxqt-config-randr/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-jauh...@gentoo.org
-Jauhien Piatlicki
-  
-
-l...@gentoo.org
-LXQt
-  
-



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt-mount/

2016-04-10 Thread Michael Palimaka
commit: f8da31fb291c75b8ebb2a4d6b869ec0ba4077e2c
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Apr 10 16:42:13 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Apr 10 16:46:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8da31fb

lxqt-base/liblxqt-mount: remove last-rited package

 lxqt-base/liblxqt-mount/Manifest   |  1 -
 lxqt-base/liblxqt-mount/liblxqt-mount-0.9.0.ebuild | 30 --
 lxqt-base/liblxqt-mount/metadata.xml   | 12 -
 3 files changed, 43 deletions(-)

diff --git a/lxqt-base/liblxqt-mount/Manifest b/lxqt-base/liblxqt-mount/Manifest
deleted file mode 100644
index 87549db..000
--- a/lxqt-base/liblxqt-mount/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST liblxqt-mount-0.9.0.tar.xz 16688 SHA256 
c89ddce16a67831bf8975bc40f95729cb5069105b969f2c8abfb8ab0116dbf5d SHA512 
0ce5a8f12488590a094489dd7b0cc6ae74a863571e5af9ab651e6a412dda8bb3b12505306093626f13c688a01576bfcfda084e0e25180b3b0e909119d707048c
 WHIRLPOOL 
9034f9f3008ce6f63aa5d8e71c415f96bfd61c41ac390ac6ad2dc2aeb41d09cf590e1b6759ba0bccb20eca4e35c7ecf57170428a3de1b31c9e244aef34735e0e

diff --git a/lxqt-base/liblxqt-mount/liblxqt-mount-0.9.0.ebuild 
b/lxqt-base/liblxqt-mount/liblxqt-mount-0.9.0.ebuild
deleted file mode 100644
index 997e1a0..000
--- a/lxqt-base/liblxqt-mount/liblxqt-mount-0.9.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit cmake-utils
-
-DESCRIPTION="LXQt library for removable media and devices"
-HOMEPAGE="http://lxqt.org/;
-
-if [[ ${PV} = ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
-else
-   SRC_URI="http://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-LICENSE="GPL-2 LGPL-2.1+"
-SLOT="0"
-IUSE="+udisks"
-
-DEPEND="dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/linguist-tools:5
-   ~lxqt-base/liblxqt-${PV}
-   virtual/udev"
-RDEPEND="${DEPEND}
-   udisks? ( sys-fs/udisks )"

diff --git a/lxqt-base/liblxqt-mount/metadata.xml 
b/lxqt-base/liblxqt-mount/metadata.xml
deleted file mode 100644
index e21580f..000
--- a/lxqt-base/liblxqt-mount/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-jauh...@gentoo.org
-Jauhien Piatlicki
-  
-
-l...@gentoo.org
-LXQt
-  
-



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

2016-04-10 Thread Jason Zaman
commit: e2a2aa69e60dc616026d04d8f126948641365bb0
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Apr 10 16:40:21 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Apr 10 16:46:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2a2aa69

net-misc/dropbox: Drop old

Package-Manager: portage-2.2.26

 net-misc/dropbox/Manifest   |   6 --
 net-misc/dropbox/dropbox-3.12.6.ebuild  | 137 ---
 net-misc/dropbox/dropbox-3.17.31.ebuild | 139 
 net-misc/dropbox/dropbox-3.6.8.ebuild   | 131 --
 4 files changed, 413 deletions(-)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 5dd739c..68ea5e3 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,10 +1,4 @@
 DIST dropbox-lnx.x86-2.10.2.tar.gz 26078108 SHA256 
a43e24342e5f337034cf0d378f5a532ad69ad59bf00eb8a2065c465c969e3455 SHA512 
0fb408d7a221c470fbc59c4ddb1f65d4fcb2d33c855b37474b6202a58f7be04b9cf0ed1ea18080efdd02998fe370bdef99ce1e27b8f627515ba3db859251e5ef
 WHIRLPOOL 
a33260d2a8907d676230464c9b4200b12debe2ac8aae5a7322250218481f348a2cc4217a84155900cbe9284e4070d424fbc7589e7733fab79d98e2ee324c5e02
-DIST dropbox-lnx.x86-3.12.6.tar.gz 67580639 SHA256 
f0b623d6c4626dbe95db00db46646a300dab00a2e005403154caffdf95f9f8dd SHA512 
855d30209620c9a41a97b767d7d56e3e12674c168a20a0e3ba51f0ad1b5489a7979995285437d12d0a1eb179bc1e1fa8b2962c5d99cacba4d44132b9c6b05e62
 WHIRLPOOL 
4dad0fb272abe5d2dc45f9dac6cd6fe0efd5ac92f65ecf237d394dde480621cc9b61d25c77d13c6140459f248e63ebc6460aa5d55de0ad185ab28638f132
-DIST dropbox-lnx.x86-3.17.31.tar.gz 64000133 SHA256 
3703485597c5c69cf4e3d33d300ced9c0d66a61ae834b7f126c5ff01f780f6cd SHA512 
740519fec1f8a449235b470ab10e103502317e36a0a82f1615823d650d0ac9bb864bcd8dda09abb408e54cf8fc0b410c93e8a5b34beede5b585fb77f0c9dc45a
 WHIRLPOOL 
6c0de43acc28a697d37771f5b60e5544bfb57a83012bbe49c928e3b8920261b4284b4564449e05d0da147de9e672304d42d81b71433c617ca8e6d61342b68b4d
 DIST dropbox-lnx.x86-3.18.1.tar.gz 64005082 SHA256 
51b2c5bc82e61c5c842b92f1348aa53803b343c5288d080261caf326f294ab04 SHA512 
e2a566906e6257fd398e64af9923ed4452194a88a87ea8b8d3de43a578d51eeaa26b1e12e7e28b196a8fcb20961885998adc54692b15df719870c0bbd85d82bf
 WHIRLPOOL 
97c80fd73f4f79e71380adc1e2620f1eb94fe5c8592232d8c6523c9697654d7667a5efc56394f9c789010d1031455afcd5172a4a18e31d46eba581db7b5fa167
-DIST dropbox-lnx.x86-3.6.8.tar.gz 61283985 SHA256 
bca1e028a5acab38864320580965947559bc5e74a073e8e3c68cd56fab115d54 SHA512 
4d3c37e5d6ccf4de3f317920439a32eaffb5132fcce2f6491b1f9dec7c0a5e06266c9509711a5564e9d6613f6cd8c9f594a691de1e2ad2bcdb7c0df1b7964341
 WHIRLPOOL 
e0a81a0f4b86b8efc9535ab13ad81887331959ac943145c4d4135298c04d966065ef2bbcb7d3f5f43df9650924232768f84941d190b91866e93bf38957d5c09e
 DIST dropbox-lnx.x86_64-2.10.2.tar.gz 26852053 SHA256 
0780001da7af0ee8b07115f59d1998708e5aa36c50ce13f73f32d7c7c0a08d11 SHA512 
0746643546bdcd2de71812a87ccf665df4a656750d899e2b67a3dfa958bf7f59fcb1c99109b6bb1424f5dfbb625d0756a7cc0c01ba09b4375ed177d05846256e
 WHIRLPOOL 
787e5882f546377173e73fcb8a4bfe205c1659e562e0ef4aea9d62123fb684cd254c3962861ea2eb54c6fab895561c29a1c507760eb906625db55fac5aa083dd
-DIST dropbox-lnx.x86_64-3.12.6.tar.gz 70855633 SHA256 
92ca8fb2fc23c128234505ac8f8b9b1073a3cc17e70a92c9ee51ede7577aa099 SHA512 
a1441030918918353518df805cf7b41e40fd604b27349600f845a9e6eefb5b0638715a1a44d47c63a122e84e9104a737a1e04c74931be7ca5932be25028d30a4
 WHIRLPOOL 
fb484aafa4b7c885ac0cbeec865d9f7557cdc58317dec41a32acd2777fe79d93697b18701f21cf3ab46fad315f7aa0c1277d5370e6b7842db41bb7e0b9fda088
-DIST dropbox-lnx.x86_64-3.17.31.tar.gz 67927900 SHA256 
2e2257e6a00fcd2c3ebcd8959f4a0489c31b75f3537e27b043dc237d1c994e48 SHA512 
afb28e47d447be8d1e51e1a0fdb03f86a97976a77963a1afe1a959eceb24d5aaa22ada7ece6ab84b80ae1548505345b0a54217d7e4c9c44611d7422635426bf5
 WHIRLPOOL 
9deb38d4dd63ecc7e321be027bf04f750d789d67fff09f63538887c77434bbad9cae8e533194292f4b0f035e5f9f9c558074b9307da2e1336015b610f180f140
 DIST dropbox-lnx.x86_64-3.18.1.tar.gz 67934075 SHA256 
153e39f32363dff87e923dbaea8395cf3da1d4a0658c8476ce7fccdf5186aae1 SHA512 
8a9cecbebd4f498d0ff01501df7b2137de0df7bc6fd3ce87cb533f0d12f1c21b1fdb25cc6d08294e2b826b9262d7bf9ff80c89f5f6f97304a0d76de45c79509d
 WHIRLPOOL 
37dcadaa005c60c50f287752b57945d9c3081703df2c5ecd9132737ef9d4acc6c5b34812237633c2722b4599132ad2a31e34708953dca8010ee3b4362ed4c6f1
-DIST dropbox-lnx.x86_64-3.6.8.tar.gz 64000290 SHA256 
91f0b6b2842e3dcd4606b16a4bac18d3caa95def31e46a480610d7a0b071c68d SHA512 
693103e2ce2ba22854cdc2a69c725f5b4dccd59d273e5c5465db34884c3f8530f58faa68e03a4ad3f11e33d925af2880c2fbd10f949dd82eea0fe187d6839140
 WHIRLPOOL 
079b96ff891a6d9b3df01c1eb00b2a098b16dc1fad70295b31f82de43c185038e27257ddb4721aef18a0e65d40c3a1944937451df3f01d8d092feb9b00bde77c

diff --git a/net-misc/dropbox/dropbox-3.12.6.ebuild 
b/net-misc/dropbox/dropbox-3.12.6.ebuild
deleted file mode 100644
index 4c9249d..000
--- 

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

2016-04-10 Thread Jason Zaman
commit: 86cd3f40374c689bc89bcb3fe06c6f9a5538d3fd
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Apr 10 16:42:50 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Apr 10 16:46:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86cd3f40

net-misc/dropbox: Add myself as maintainer

Package-Manager: portage-2.2.26

 net-misc/dropbox/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-misc/dropbox/metadata.xml b/net-misc/dropbox/metadata.xml
index 4b902f3..7e45457 100644
--- a/net-misc/dropbox/metadata.xml
+++ b/net-misc/dropbox/metadata.xml
@@ -2,6 +2,9 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   
+perfin...@gentoo.org
+  
+  
 na...@gentoo.org
   
   



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

2016-04-10 Thread Jason Zaman
commit: cf7a901f98941a46dc98a92751adea2225428ea0
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Apr 10 16:38:50 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Apr 10 16:46:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf7a901f

net-misc/dropbox: version bump and add back ncurses 5 dep

Package-Manager: portage-2.2.26

 net-misc/dropbox/Manifest  |   2 +
 net-misc/dropbox/dropbox-3.18.1.ebuild | 144 +
 2 files changed, 146 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 6d96587..5dd739c 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,8 +1,10 @@
 DIST dropbox-lnx.x86-2.10.2.tar.gz 26078108 SHA256 
a43e24342e5f337034cf0d378f5a532ad69ad59bf00eb8a2065c465c969e3455 SHA512 
0fb408d7a221c470fbc59c4ddb1f65d4fcb2d33c855b37474b6202a58f7be04b9cf0ed1ea18080efdd02998fe370bdef99ce1e27b8f627515ba3db859251e5ef
 WHIRLPOOL 
a33260d2a8907d676230464c9b4200b12debe2ac8aae5a7322250218481f348a2cc4217a84155900cbe9284e4070d424fbc7589e7733fab79d98e2ee324c5e02
 DIST dropbox-lnx.x86-3.12.6.tar.gz 67580639 SHA256 
f0b623d6c4626dbe95db00db46646a300dab00a2e005403154caffdf95f9f8dd SHA512 
855d30209620c9a41a97b767d7d56e3e12674c168a20a0e3ba51f0ad1b5489a7979995285437d12d0a1eb179bc1e1fa8b2962c5d99cacba4d44132b9c6b05e62
 WHIRLPOOL 
4dad0fb272abe5d2dc45f9dac6cd6fe0efd5ac92f65ecf237d394dde480621cc9b61d25c77d13c6140459f248e63ebc6460aa5d55de0ad185ab28638f132
 DIST dropbox-lnx.x86-3.17.31.tar.gz 64000133 SHA256 
3703485597c5c69cf4e3d33d300ced9c0d66a61ae834b7f126c5ff01f780f6cd SHA512 
740519fec1f8a449235b470ab10e103502317e36a0a82f1615823d650d0ac9bb864bcd8dda09abb408e54cf8fc0b410c93e8a5b34beede5b585fb77f0c9dc45a
 WHIRLPOOL 
6c0de43acc28a697d37771f5b60e5544bfb57a83012bbe49c928e3b8920261b4284b4564449e05d0da147de9e672304d42d81b71433c617ca8e6d61342b68b4d
+DIST dropbox-lnx.x86-3.18.1.tar.gz 64005082 SHA256 
51b2c5bc82e61c5c842b92f1348aa53803b343c5288d080261caf326f294ab04 SHA512 
e2a566906e6257fd398e64af9923ed4452194a88a87ea8b8d3de43a578d51eeaa26b1e12e7e28b196a8fcb20961885998adc54692b15df719870c0bbd85d82bf
 WHIRLPOOL 
97c80fd73f4f79e71380adc1e2620f1eb94fe5c8592232d8c6523c9697654d7667a5efc56394f9c789010d1031455afcd5172a4a18e31d46eba581db7b5fa167
 DIST dropbox-lnx.x86-3.6.8.tar.gz 61283985 SHA256 
bca1e028a5acab38864320580965947559bc5e74a073e8e3c68cd56fab115d54 SHA512 
4d3c37e5d6ccf4de3f317920439a32eaffb5132fcce2f6491b1f9dec7c0a5e06266c9509711a5564e9d6613f6cd8c9f594a691de1e2ad2bcdb7c0df1b7964341
 WHIRLPOOL 
e0a81a0f4b86b8efc9535ab13ad81887331959ac943145c4d4135298c04d966065ef2bbcb7d3f5f43df9650924232768f84941d190b91866e93bf38957d5c09e
 DIST dropbox-lnx.x86_64-2.10.2.tar.gz 26852053 SHA256 
0780001da7af0ee8b07115f59d1998708e5aa36c50ce13f73f32d7c7c0a08d11 SHA512 
0746643546bdcd2de71812a87ccf665df4a656750d899e2b67a3dfa958bf7f59fcb1c99109b6bb1424f5dfbb625d0756a7cc0c01ba09b4375ed177d05846256e
 WHIRLPOOL 
787e5882f546377173e73fcb8a4bfe205c1659e562e0ef4aea9d62123fb684cd254c3962861ea2eb54c6fab895561c29a1c507760eb906625db55fac5aa083dd
 DIST dropbox-lnx.x86_64-3.12.6.tar.gz 70855633 SHA256 
92ca8fb2fc23c128234505ac8f8b9b1073a3cc17e70a92c9ee51ede7577aa099 SHA512 
a1441030918918353518df805cf7b41e40fd604b27349600f845a9e6eefb5b0638715a1a44d47c63a122e84e9104a737a1e04c74931be7ca5932be25028d30a4
 WHIRLPOOL 
fb484aafa4b7c885ac0cbeec865d9f7557cdc58317dec41a32acd2777fe79d93697b18701f21cf3ab46fad315f7aa0c1277d5370e6b7842db41bb7e0b9fda088
 DIST dropbox-lnx.x86_64-3.17.31.tar.gz 67927900 SHA256 
2e2257e6a00fcd2c3ebcd8959f4a0489c31b75f3537e27b043dc237d1c994e48 SHA512 
afb28e47d447be8d1e51e1a0fdb03f86a97976a77963a1afe1a959eceb24d5aaa22ada7ece6ab84b80ae1548505345b0a54217d7e4c9c44611d7422635426bf5
 WHIRLPOOL 
9deb38d4dd63ecc7e321be027bf04f750d789d67fff09f63538887c77434bbad9cae8e533194292f4b0f035e5f9f9c558074b9307da2e1336015b610f180f140
+DIST dropbox-lnx.x86_64-3.18.1.tar.gz 67934075 SHA256 
153e39f32363dff87e923dbaea8395cf3da1d4a0658c8476ce7fccdf5186aae1 SHA512 
8a9cecbebd4f498d0ff01501df7b2137de0df7bc6fd3ce87cb533f0d12f1c21b1fdb25cc6d08294e2b826b9262d7bf9ff80c89f5f6f97304a0d76de45c79509d
 WHIRLPOOL 
37dcadaa005c60c50f287752b57945d9c3081703df2c5ecd9132737ef9d4acc6c5b34812237633c2722b4599132ad2a31e34708953dca8010ee3b4362ed4c6f1
 DIST dropbox-lnx.x86_64-3.6.8.tar.gz 64000290 SHA256 
91f0b6b2842e3dcd4606b16a4bac18d3caa95def31e46a480610d7a0b071c68d SHA512 
693103e2ce2ba22854cdc2a69c725f5b4dccd59d273e5c5465db34884c3f8530f58faa68e03a4ad3f11e33d925af2880c2fbd10f949dd82eea0fe187d6839140
 WHIRLPOOL 
079b96ff891a6d9b3df01c1eb00b2a098b16dc1fad70295b31f82de43c185038e27257ddb4721aef18a0e65d40c3a1944937451df3f01d8d092feb9b00bde77c

diff --git a/net-misc/dropbox/dropbox-3.18.1.ebuild 
b/net-misc/dropbox/dropbox-3.18.1.ebuild
new file mode 100644
index 000..f14cfef
--- /dev/null
+++ b/net-misc/dropbox/dropbox-3.18.1.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU 

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

2016-04-10 Thread Michael Palimaka
commit: 89747e2a235326a6c09f9214b7c91b1905e06e1b
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Apr 10 16:40:49 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Apr 10 16:40:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89747e2a

profiles: drop mask for last-rited net-im/qwit

 profiles/package.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 28a27ae..3d9132f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -261,11 +261,6 @@ dev-tex/fundus
 lxqt-base/liblxqt-mount
 lxqt-base/lxqt-config-randr
 
-# Michael Palimaka  (09 Mar 2016)
-# Dead upstream. Doesn't work with new Twitter API.
-# Masked for removal in 30 days. Bug 575156
-net-im/qwit
-
 # Ian Stakenvicius  (06 Mar 2016)
 # Mask old versions of thunderbird as they are no longer supported,
 # but we keep them in the repo for now in case there is a need



[gentoo-commits] repo/gentoo:master commit in: net-im/qwit/

2016-04-10 Thread Michael Palimaka
commit: a6cd2cf6cf4a568d1fbd936212989799ff0e03a2
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Apr 10 16:39:47 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Apr 10 16:40:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6cd2cf6

net-im/qwit: remove last-rited package

Gentoo-bug: 575156

 net-im/qwit/Manifest|  1 -
 net-im/qwit/metadata.xml| 17 -
 net-im/qwit/qwit-1.1_pre2-r1.ebuild | 30 --
 net-im/qwit/qwit-1.1_pre2.ebuild| 30 --
 4 files changed, 78 deletions(-)

diff --git a/net-im/qwit/Manifest b/net-im/qwit/Manifest
deleted file mode 100644
index 1f1646b..000
--- a/net-im/qwit/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qwit-1.1-pre2-src.tar.bz2 186229 SHA256 
c69044826ec4448765237556fa4def5c1a4df7c61d4cc825cdf9aa404f506d10 SHA512 
46f105b350217b64013630611c7b895664ea76302fa3cb4bcf547f75533e40ffb5140273a9da7c3f6c301e3e63180d33bd6f2b7ce2cce864c0b4957aace45bc3
 WHIRLPOOL 
845043d8d5509617b931bcc49b377ddd60369f943d45cc5831283d439df58c0e03c73a0d893584b95fd5fdae49da647d630a96f6ff1f33ca80e5f8e7e4899db1

diff --git a/net-im/qwit/metadata.xml b/net-im/qwit/metadata.xml
deleted file mode 100644
index 5ab3419..000
--- a/net-im/qwit/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   hwoar...@gentoo.org
-   Markos Chandras
-   
-   
-   q...@gentoo.org
-   Gentoo Qt Project
-   
-   
-   
-   
-   qwit
-   
-

diff --git a/net-im/qwit/qwit-1.1_pre2-r1.ebuild 
b/net-im/qwit/qwit-1.1_pre2-r1.ebuild
deleted file mode 100644
index 01a5dfa..000
--- a/net-im/qwit/qwit-1.1_pre2-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit qt4-r2
-
-MY_P=${P/_/-}-src
-
-DESCRIPTION="Qt4 cross-platform client for Twitter"
-HOMEPAGE="https://code.google.com/p/qwit/;
-SRC_URI="https://${PN}.googlecode.com/files/${MY_P}.tar.bz2;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DOCS="AUTHORS"
-
-DEPEND="dev-qt/qtgui:4"
-RDEPEND="${DEPEND}
-   dev-libs/qoauth:0"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
-   eqmake4 ${PN}.pro PREFIX=/usr
-}

diff --git a/net-im/qwit/qwit-1.1_pre2.ebuild b/net-im/qwit/qwit-1.1_pre2.ebuild
deleted file mode 100644
index 666de60..000
--- a/net-im/qwit/qwit-1.1_pre2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-inherit qt4-r2
-
-MY_P=${P/_/-}-src
-
-DESCRIPTION="Qt4 cross-platform client for Twitter"
-HOMEPAGE="https://code.google.com/p/qwit/;
-SRC_URI="https://${PN}.googlecode.com/files/${MY_P}.tar.bz2;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DOCS="AUTHORS"
-
-DEPEND="dev-qt/qtgui:4"
-RDEPEND="${DEPEND}
-   dev-libs/qoauth:0"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
-   eqmake4 ${PN}.pro PREFIX=/usr
-}



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

2016-04-10 Thread Michael Palimaka
commit: cd40ee2dcd4f439394493869b596c8b74c8a9102
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Apr 10 16:33:22 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Apr 10 16:33:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd40ee2d

media-sound/qjackctl: fix dependencies for dbus USE flag

Gentoo-bug: 566500

Package-Manager: portage-2.2.28

 media-sound/qjackctl/qjackctl-0.4.2.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/media-sound/qjackctl/qjackctl-0.4.2.ebuild 
b/media-sound/qjackctl/qjackctl-0.4.2.ebuild
index 2b3cbfb..744606e 100644
--- a/media-sound/qjackctl/qjackctl-0.4.2.ebuild
+++ b/media-sound/qjackctl/qjackctl-0.4.2.ebuild
@@ -21,7 +21,10 @@ RDEPEND="
qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtxml:5 dev-qt/qtwidgets:5 
dev-qt/qtx11extras:5 )
!qt5? ( dev-qt/qtcore:4 dev-qt/qtgui:4 )
alsa? ( media-libs/alsa-lib )
-   dbus? ( dev-qt/qtdbus:4 )
+   dbus? (
+   qt5? ( dev-qt/qtdbus:5 )
+   !qt5? ( dev-qt/qtdbus:4 )
+   )
portaudio? ( media-libs/portaudio )"
 DEPEND="${RDEPEND}
qt5? ( dev-qt/linguist-tools:5 )"



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

2016-04-10 Thread Michael Palimaka
commit: c4e5eeb7070032f3a3529c8a6be7a4081595d287
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Apr 10 16:25:05 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Apr 10 16:26:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4e5eeb7

media-sound/qjackctl: add missing dependency

Gentoo-bug: 574748

Package-Manager: portage-2.2.28

 media-sound/qjackctl/qjackctl-0.4.2.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-sound/qjackctl/qjackctl-0.4.2.ebuild 
b/media-sound/qjackctl/qjackctl-0.4.2.ebuild
index 54ff9ed..2b3cbfb 100644
--- a/media-sound/qjackctl/qjackctl-0.4.2.ebuild
+++ b/media-sound/qjackctl/qjackctl-0.4.2.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$
 
@@ -23,7 +23,8 @@ RDEPEND="
alsa? ( media-libs/alsa-lib )
dbus? ( dev-qt/qtdbus:4 )
portaudio? ( media-libs/portaudio )"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+   qt5? ( dev-qt/linguist-tools:5 )"
 
 DOCS="AUTHORS ChangeLog README TODO TRANSLATORS"
 



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

2016-04-10 Thread David Seifert
commit: f948a80abbf19148e60b01864f3feca20eee26d3
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 10 15:37:25 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 10 15:37:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f948a80a

dev-python/bibtexparser: Add dev-python/pyparsing to RDEPEND

Package-Manager: portage-2.2.28

 dev-python/bibtexparser/bibtexparser-0.6.2.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/bibtexparser/bibtexparser-0.6.2.ebuild 
b/dev-python/bibtexparser/bibtexparser-0.6.2.ebuild
index d57a7a9..89cc1d2 100644
--- a/dev-python/bibtexparser/bibtexparser-0.6.2.ebuild
+++ b/dev-python/bibtexparser/bibtexparser-0.6.2.ebuild
@@ -17,7 +17,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+RDEPEND="dev-python/pyparsing[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
 
 S="${WORKDIR}/python-${P}"



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

2016-04-10 Thread Lars Wendler
commit: 60200f5f78410fbc3003a4d415e2a8d7ffd7e4e4
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Apr 10 15:35:10 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Apr 10 15:35:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60200f5f

dev-python/dbus-python: Bump to version 1.2.4

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 dev-python/dbus-python/Manifest |  1 +
 dev-python/dbus-python/dbus-python-1.2.4.ebuild | 90 +
 2 files changed, 91 insertions(+)

diff --git a/dev-python/dbus-python/Manifest b/dev-python/dbus-python/Manifest
index 67bd685..72092cc 100644
--- a/dev-python/dbus-python/Manifest
+++ b/dev-python/dbus-python/Manifest
@@ -1 +1,2 @@
 DIST dbus-python-1.2.0.tar.gz 602426 SHA256 
e12c6c8b2bf3a9302f75166952cbe41d6b38c3441bbc6767dbd498942316c6df SHA512 
013b23e08fa1ed43f53a756587fefbc9770f7c51e93510e555acbd77230b7200693419bba9a69680d790bbaf123f4a195afa38b3eee1143da950fee0b5130bce
 WHIRLPOOL 
2b505646c21afd6238f32cda7aaf5f4b770d3c82b0d5c2c254f044729d6e06d3eab89cf816dbd22e96b8d8e1550297521dcb49fc90bb4825fdafd12d5beba5ee
+DIST dbus-python-1.2.4.tar.gz 612112 SHA256 
e2f1d6871f74fba23652e51d10873e54f71adab0525833c19bad9e99b1b2f9cc SHA512 
efdd9d96a8b56e813c93208d34777f1ca2db96c076d31f13afbcaec3c7770a16a623d5531fe23443130c555240949802503f171f2064d45eee97546d6251304b
 WHIRLPOOL 
aa855733df07bf22b5ca9fe24506b6417c202777110dddba4227c6833148fb169f3afeb9c219b366d0f207f7ce65ac17ac23c143bc38242cac3dffaecedb251a

diff --git a/dev-python/dbus-python/dbus-python-1.2.4.ebuild 
b/dev-python/dbus-python/dbus-python-1.2.4.ebuild
new file mode 100644
index 000..8e6e38b
--- /dev/null
+++ b/dev-python/dbus-python/dbus-python-1.2.4.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit autotools eutils python-r1
+
+DESCRIPTION="Python bindings for the D-Bus messagebus"
+HOMEPAGE="http://www.freedesktop.org/wiki/Software/DBusBindings 
http://dbus.freedesktop.org/doc/dbus-python/;
+SRC_URI="http://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~m68k-mint"
+IUSE="doc examples test"
+# API docs generated with epydoc, which is python2-only
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   doc? ( python_targets_python2_7 )"
+
+RDEPEND="
+   >=dev-libs/dbus-glib-0.100:=
+   >=sys-apps/dbus-1.6:=
+   ${PYTHON_DEPS}"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   doc? (
+   dev-python/docutils[python_targets_python2_7?]
+   =dev-python/epydoc-3*[python_targets_python2_7?] )
+   test? ( dev-python/pygobject:3[${PYTHON_USEDEP}] )"
+
+src_prepare() {
+   default
+   # Update py-compile, bug 529502.
+   eautoreconf
+   python_copy_sources
+}
+
+src_configure() {
+   configuring() {
+   local PYTHON_CONFIG
+   python_export PYTHON_CONFIG
+
+   # epydoc is python2-only, bug #447642
+   local apidocs=--disable-api-docs
+   [[ ${EPYTHON/.*} = "python2" ]] && apidocs=$(use_enable doc 
api-docs)
+
+   econf \
+   --docdir="${EPREFIX}"/usr/share/doc/${PF} \
+   --disable-html-docs \
+   ${apidocs} \
+   PYTHON_INCLUDES="$(${PYTHON_CONFIG} --includes)" \
+   PYTHON_LIBS="$(${PYTHON_CONFIG} --ldflags)"
+   # configure assumes that ${PYTHON}-config executable exists :/
+   }
+   python_foreach_impl run_in_build_dir configuring
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_test() {
+   unset DBUS_SESSION_BUS_ADDRESS
+   python_foreach_impl run_in_build_dir default
+}
+
+src_install() {
+   installing() {
+   default
+   [[ ${EPYTHON/.*} = "python2" ]] && use doc && dohtml -r api/*
+   }
+   python_foreach_impl run_in_build_dir installing
+   prune_libtool_files --modules
+
+   if use examples; then
+   insinto /usr/share/doc/${PF}
+   doins -r examples
+   fi
+}
+
+run_in_build_dir() {
+   pushd "${BUILD_DIR}" > /dev/null || die
+   "$@"
+   popd > /dev/null
+}



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

2016-04-10 Thread Lars Wendler
commit: 7686ad2b5b43e97278f2c7b296c99dec57d9356c
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Apr 10 15:22:34 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Apr 10 15:24:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7686ad2b

dev-db/unixODBC: Bump to version 2.3.4 (bug #573792).

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 dev-db/unixODBC/Manifest  |  1 +
 dev-db/unixODBC/unixODBC-2.3.4.ebuild | 55 +++
 2 files changed, 56 insertions(+)

diff --git a/dev-db/unixODBC/Manifest b/dev-db/unixODBC/Manifest
index 96eb2c3..66debc3 100644
--- a/dev-db/unixODBC/Manifest
+++ b/dev-db/unixODBC/Manifest
@@ -1,2 +1,3 @@
 DIST unixODBC-2.3.1.tar.gz 1813380 SHA256 
1f5be3edecff9e31072ef738ea1d8019594c4f0c2e3ab427e6eef153491db6a2 SHA512 
682a4c58febb923491aba4cad8d07228330e5dccb7b8969e0a9d99f92cd90757bd931441f3391c8562ade89f3cfc82416bad8c63d6c0e60b55d0101829e8b872
 WHIRLPOOL 
c3bae729f8af2d4a2680768f00e91044ea32fedc4e677230db3c6a321e8e41964b57b3f850aef6d8213c611f3d0b62822d3c68b8f1b9a11877403891d310e32a
 DIST unixODBC-2.3.2.tar.gz 1849173 SHA256 
9c3459742f25df5aa3c10a61429bde51a6d4f11552c03095f1d33d7eb02b5c9a SHA512 
31d705bf3dcaff6707d5680235b34e4d265a084b1de9e1b2ed3bbee1e1dfefdb4437fe3e1736b84e446d1927ec7622296d9e9b129052cb35f4b63b0bd79ccd13
 WHIRLPOOL 
05b8fe927a148a0b7ec7abecbac6f5370e904c669b5b0cc58840f7c2302e1df62901a1a627221057be6d4b8b90772854fe3db6e5fda2a5df02970073416ef5f0
+DIST unixODBC-2.3.4.tar.gz 1830660 SHA256 
2e1509a96bb18d248bf08ead0d74804957304ff7c6f8b2e5965309c632421e39 SHA512 
34799777c95539905d4bbe60ad2b83631a31a68483b6be96dba25f80fa2fff4624ba170078097c942f2206873776d179d7d02a340598c4627f8723eb6f083a26
 WHIRLPOOL 
11fc01160a220d35dbf54ffc88ecb8bb41fc447c2a55e32adc27e5c909251017add3089d1517b0ca3bc1ba0f68055f3eb6a28dfc686706bc58f69258bfdb326a

diff --git a/dev-db/unixODBC/unixODBC-2.3.4.ebuild 
b/dev-db/unixODBC/unixODBC-2.3.4.ebuild
new file mode 100644
index 000..27824d3
--- /dev/null
+++ b/dev-db/unixODBC/unixODBC-2.3.4.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit libtool multilib-minimal
+
+DESCRIPTION="A complete ODBC driver manager"
+HOMEPAGE="http://www.unixodbc.org/;
+SRC_URI="ftp://ftp.unixodbc.org/pub/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="+minimal odbcmanual static-libs unicode"
+
+RDEPEND="|| (
+   dev-libs/libltdl:0[${MULTILIB_USEDEP}]
+   >=sys-devel/libtool-2.4.2-r1[${MULTILIB_USEDEP}]
+   )
+   >=sys-libs/readline-6.2_p5-r1[${MULTILIB_USEDEP}]
+   >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}]
+   >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
+   abi_x86_32? ( !app-emulation/emul-linux-x86-db[-abi_x86_32(-)] )"
+DEPEND="${RDEPEND}
+   sys-devel/flex"
+
+DOCS="AUTHORS ChangeLog NEWS README"
+MULTILIB_CHOST_TOOLS=( /usr/bin/odbc_config )
+MULTILIB_WRAPPED_HEADERS=( /usr/include/unixodbc_conf.h )
+
+multilib_src_configure() {
+   # --enable-driver-conf is --enable-driverc as per configure.in
+   myeconfargs=(
+   --sysconfdir="${EPREFIX}"/etc/${PN}
+   --enable-iconv
+   --enable-shared
+   $(use_enable static-libs static)
+   $(use_enable !minimal drivers)
+   $(use_enable !minimal driverc)
+   $(use_with unicode iconv-char-enc UTF8)
+   $(use_with unicode iconv-ucode-enc UTF16LE)
+   )
+   ECONF_SOURCE="${S}" \
+   econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+   einstalldocs
+
+   use prefix && dodoc README*
+   use odbcmanual && dohtml -a css,gif,html,sql,vsd -r doc/*
+
+   find "${ED}" -name '*.la' -exec sed -i -e 
"/^dependency_libs/s:=.*:='':" {} +
+}



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

2016-04-10 Thread Lars Wendler
commit: a44e39fefd14cb232a633de86c765862a7f2b82c
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Apr 10 15:23:19 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Apr 10 15:24:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44e39fe

dev-db/unixODBC: Removed old.

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 dev-db/unixODBC/Manifest |  1 -
 dev-db/unixODBC/unixODBC-2.3.1-r1.ebuild | 49 
 dev-db/unixODBC/unixODBC-2.3.1.ebuild| 46 --
 3 files changed, 96 deletions(-)

diff --git a/dev-db/unixODBC/Manifest b/dev-db/unixODBC/Manifest
index 66debc3..82f8c36 100644
--- a/dev-db/unixODBC/Manifest
+++ b/dev-db/unixODBC/Manifest
@@ -1,3 +1,2 @@
-DIST unixODBC-2.3.1.tar.gz 1813380 SHA256 
1f5be3edecff9e31072ef738ea1d8019594c4f0c2e3ab427e6eef153491db6a2 SHA512 
682a4c58febb923491aba4cad8d07228330e5dccb7b8969e0a9d99f92cd90757bd931441f3391c8562ade89f3cfc82416bad8c63d6c0e60b55d0101829e8b872
 WHIRLPOOL 
c3bae729f8af2d4a2680768f00e91044ea32fedc4e677230db3c6a321e8e41964b57b3f850aef6d8213c611f3d0b62822d3c68b8f1b9a11877403891d310e32a
 DIST unixODBC-2.3.2.tar.gz 1849173 SHA256 
9c3459742f25df5aa3c10a61429bde51a6d4f11552c03095f1d33d7eb02b5c9a SHA512 
31d705bf3dcaff6707d5680235b34e4d265a084b1de9e1b2ed3bbee1e1dfefdb4437fe3e1736b84e446d1927ec7622296d9e9b129052cb35f4b63b0bd79ccd13
 WHIRLPOOL 
05b8fe927a148a0b7ec7abecbac6f5370e904c669b5b0cc58840f7c2302e1df62901a1a627221057be6d4b8b90772854fe3db6e5fda2a5df02970073416ef5f0
 DIST unixODBC-2.3.4.tar.gz 1830660 SHA256 
2e1509a96bb18d248bf08ead0d74804957304ff7c6f8b2e5965309c632421e39 SHA512 
34799777c95539905d4bbe60ad2b83631a31a68483b6be96dba25f80fa2fff4624ba170078097c942f2206873776d179d7d02a340598c4627f8723eb6f083a26
 WHIRLPOOL 
11fc01160a220d35dbf54ffc88ecb8bb41fc447c2a55e32adc27e5c909251017add3089d1517b0ca3bc1ba0f68055f3eb6a28dfc686706bc58f69258bfdb326a

diff --git a/dev-db/unixODBC/unixODBC-2.3.1-r1.ebuild 
b/dev-db/unixODBC/unixODBC-2.3.1-r1.ebuild
deleted file mode 100644
index 644d2b3..000
--- a/dev-db/unixODBC/unixODBC-2.3.1-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit libtool
-
-DESCRIPTION="A complete ODBC driver manager"
-HOMEPAGE="http://www.unixodbc.org/;
-SRC_URI="http://ftp.unixodbc.org/pub/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="+minimal odbcmanual static-libs unicode"
-
-RDEPEND=">=sys-devel/libtool-2.2.6b
-   >=sys-libs/readline-6.1
-   >=sys-libs/ncurses-5.7-r7
-   virtual/libiconv"
-DEPEND="${RDEPEND}
-   sys-devel/flex"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_prepare() {
-   elibtoolize
-}
-
-src_configure() {
-   # --enable-driver-conf is --enable-driverc as per configure.in
-   econf \
-   --sysconfdir="${EPREFIX}"/etc/${PN} \
-   --enable-iconv \
-   $(use_enable static-libs static) \
-   $(use_enable !minimal drivers) \
-   $(use_enable !minimal driverc) \
-   $(use_with unicode iconv-char-enc UTF8) \
-   $(use_with unicode iconv-ucode-enc UTF16LE)
-}
-
-src_install() {
-   default
-
-   use prefix && dodoc README*
-   use odbcmanual && dohtml -a css,gif,html,sql,vsd -r doc/*
-
-   find "${ED}" -name '*.la' -exec sed -i -e 
"/^dependency_libs/s:=.*:='':" {} +
-}

diff --git a/dev-db/unixODBC/unixODBC-2.3.1.ebuild 
b/dev-db/unixODBC/unixODBC-2.3.1.ebuild
deleted file mode 100644
index ad3b416..000
--- a/dev-db/unixODBC/unixODBC-2.3.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit libtool
-
-DESCRIPTION="A complete ODBC driver manager"
-HOMEPAGE="http://www.unixodbc.org/;
-SRC_URI="http://ftp.unixodbc.org/pub/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="+minimal odbcmanual static-libs"
-
-RDEPEND=">=sys-devel/libtool-2.2.6b
-   >=sys-libs/readline-6.1
-   >=sys-libs/ncurses-5.7-r7
-   virtual/libiconv"
-DEPEND="${RDEPEND}
-   sys-devel/flex"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_prepare() {
-   elibtoolize
-}
-
-src_configure() {
-   # --enable-driver-conf is --enable-driverc as per configure.in
-   econf \
-   --sysconfdir="${EPREFIX}"/etc/${PN} \
-   

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

2016-04-10 Thread Anthony G. Basile
commit: 262907c5a89ab3af562ea3854d9b2384cb203a52
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Apr 10 14:54:09 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Apr 10 14:54:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=262907c5

net-misc/tinc: version bump 1.0.28

Package-Manager: portage-2.2.26

 net-misc/tinc/Manifest   |  1 +
 net-misc/tinc/tinc-1.0.28.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/net-misc/tinc/Manifest b/net-misc/tinc/Manifest
index 0b1ceee..de7baf9 100644
--- a/net-misc/tinc/Manifest
+++ b/net-misc/tinc/Manifest
@@ -1,4 +1,5 @@
 DIST tinc-1.0.25.tar.gz 472819 SHA256 
c5c1c554e594d77365b63222ef15f4460c0c202f9163a89a087333a779f4f133 SHA512 
0d3cdfa3c7bad131f6b8b9c350afd6818b2cdb44066e322df7a2314d43c532472f372c689a793ec40f3981a55b21a1e0b37bb51b8e6c6a4a569bba0d6c3a7fa1
 WHIRLPOOL 
1e2e48af73ef69e99bd5e2ec2da9d93196fad4e7c436b80e02516bf7ac13741a3d40e95f1ebfa3c04de570b4024093db6c59752cd364da869c85720f2940b8db
 DIST tinc-1.0.26.tar.gz 473681 SHA256 
2b4319ddb3bd2867e72532a233f640a58c2f4d83f1088183ae544b268646ba21 SHA512 
33f0a21a6a7f5b4e3bad5e30437efe88738bab243d9ea303842c454be53de0296878da90502b577996767a07d597453054fd4cdefbd05d22b49a6fb78b2aa64c
 WHIRLPOOL 
b405587bdb24e378ea32323aa3638928cbbc96959ba71fd42baced7796e5867ad54bc7479ac50243e4f9c93403f07644ffda5ad8e407911f4471c2e6e67c0eda
 DIST tinc-1.0.27.tar.gz 479050 SHA256 
24e33d336a807e4c892df9f8602e4a7bbbd6dcc43a6645773caa9171b5466697 SHA512 
fe5b9ff139ad369f878a307a14a34465f3b875f3c023fb26631df7ddc5db74821495923972d42ca0ed275b0db6b29a54924fd79ade5b9169e0e0c3bdb95633e0
 WHIRLPOOL 
acda9379a7cdb5357acbec0d068ba931d6b95ece7f2f8807b46b3ec2504d4b293b958625a981106c470c7e73fa9bcc6b7c1174ef58670d416579b9b96c5baaf0
+DIST tinc-1.0.28.tar.gz 488837 SHA256 
0b502699360f09ce2128a39cf02abca07bfc699fc02ce829b3a90cf5e1e8b344 SHA512 
b449f59e45b72a75271d54af1b9359f69040e81960533ca70d2a1f84b6bb913ffe1e6d11265eb1d11b5577855ed495898ef3c387d14268b159f352c8e754f5ec
 WHIRLPOOL 
9558328fc01e9ef716330167c958bdfe45c12365dccdd3dc8c878a1dd122a0710d41e434a4ec0f5a54427b2b04fd7204f5225bef8c64ddd9fde7e6d800e7a996
 DIST tinc-1.1pre11.tar.gz 659259 SHA256 
942594563d3aef926a2d04e9ece90c16daf1c700e99e3b91ff749e8377fbf757 SHA512 
aca746cf660f560709bd5c9eea7aaa35fcdb123e82ebe1c73b69350b3c7829c454da8618ec6957cb4e1298fc594bd1a4083b8c3a6af64345199edad2db86fc9a
 WHIRLPOOL 
54c2fd13de1329713f6e64d61a523f940052276283148b2030337a3bf6195c40bbd5140cdadc712dc17e1720d930851401b4b2d08cac09cd26c5796146b8a593

diff --git a/net-misc/tinc/tinc-1.0.28.ebuild b/net-misc/tinc/tinc-1.0.28.ebuild
new file mode 100644
index 000..ec2b902
--- /dev/null
+++ b/net-misc/tinc/tinc-1.0.28.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+inherit systemd
+
+DESCRIPTION="tinc is an easy to configure VPN implementation"
+HOMEPAGE="http://www.tinc-vpn.org/;
+SRC_URI="http://www.tinc-vpn.org/packages/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
+IUSE="+lzo uml vde +zlib"
+
+DEPEND="dev-libs/openssl:=
+   lzo? ( dev-libs/lzo:2 )
+   zlib? ( sys-libs/zlib )"
+RDEPEND="${DEPEND}
+   vde? ( net-misc/vde )"
+
+src_configure() {
+   econf \
+   --enable-jumbograms \
+   --disable-tunemu  \
+   $(use_enable lzo) \
+   $(use_enable uml) \
+   $(use_enable vde) \
+   $(use_enable zlib)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodir /etc/tinc
+   dodoc AUTHORS NEWS README THANKS
+   doconfd "${FILESDIR}"/tinc.networks
+   newconfd "${FILESDIR}"/tincd.conf tincd
+   newinitd "${FILESDIR}"/tincd-r1 tincd
+   systemd_newunit "${FILESDIR}"/tincd_at.service "tincd@.service"
+}
+
+pkg_postinst() {
+   elog "This package requires the tun/tap kernel device."
+   elog "Look at http://www.tinc-vpn.org/ for how to configure tinc"
+}



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

2016-04-10 Thread Manuel Rüger
commit: 6f72a3a2557c1b2c588a368331bb899bd1e8dde9
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 14:12:57 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 14:12:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f72a3a2

app-misc/ckb: Version bump to 0.2.5

Package-Manager: portage-2.2.28

 app-misc/ckb/Manifest |  1 +
 app-misc/ckb/ckb-0.2.5.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/app-misc/ckb/Manifest b/app-misc/ckb/Manifest
index 1392825..130ab32 100644
--- a/app-misc/ckb/Manifest
+++ b/app-misc/ckb/Manifest
@@ -1 +1,2 @@
 DIST ckb-0.2.4.tar.gz 522149 SHA256 
7c2c5cbf84cbde52b4310012e92278a05d53e7e56fc81ea04306df2131f39bc9 SHA512 
fe55c8dc28728cc68baa754ed7e0f1296bcb1828bdbc9bc35ef7863b2a49e03e4533c919384494b88122559a88b3dd7c1040927c1ccdb90871d08f36b98e07f4
 WHIRLPOOL 
c70a1d917b65106f611a0d2608efe24f81a38c13141049fa9d71c819bd078121b5f9db8f0b0cf25ddccfb2e2172f500ce05f8d5488abd3c8203d88f3727dbe8c
+DIST ckb-0.2.5.tar.gz 526703 SHA256 
633ffaefcea14d1ec1cbf5cd28b8de364cbac601b7f4658a1e37f3d817241996 SHA512 
169952991b259564372235e12ca0b03befdc013d3ee024c77799a40980b33d0990e6e56e3656a20285f0b6e1d00433ed710f705997797a2d004634c1c60c1e30
 WHIRLPOOL 
7b76e177cc2a82ba998494646f0f348f9b770b808d8d3fca3dcf0512f37850f5fbeb32de11543db5409df1644414fd35c6d4ee172b8b493fa14abe9acbcc3cb5

diff --git a/app-misc/ckb/ckb-0.2.5.ebuild b/app-misc/ckb/ckb-0.2.5.ebuild
new file mode 100644
index 000..a17723e
--- /dev/null
+++ b/app-misc/ckb/ckb-0.2.5.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit qmake-utils systemd
+
+DESCRIPTION="Corsair K65/K70/K95 Driver"
+HOMEPAGE="https://github.com/ccMSC/ckb;
+SRC_URI="https://github.com/ccMSC/ckb/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-libs/quazip[qt5]
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md BUILD.md DAEMON.md )
+
+src_prepare() {
+   sed -i -e "s/-Werror=all//" src/ckb-daemon/ckb-daemon.pro || die
+   sed -i -e "/quazip/d" -e "s/^.*QUAZIP_STATIC/LIBS += -lquazip/" 
src/ckb/ckb.pro || die
+}
+
+src_configure() {
+   eqmake5
+}
+
+src_install() {
+   dobin bin/ckb bin/ckb-daemon
+   dodir /usr/bin/ckb-animations
+   exeinto /usr/bin/ckb-animations
+   doexe bin/ckb-animations/*
+
+   newinitd "${FILESDIR}"/ckb.initd ckb-daemon
+   domenu usr/ckb.desktop
+   doicon usr/ckb.png
+   systemd_dounit service/systemd/ckb-daemon.service
+}



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

2016-04-10 Thread Manuel Rüger
commit: 1881ebffe57b59b6cc664271bf1fc66bb515e96c
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 14:00:31 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 14:00:31 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=1881ebff

dev-ruby/premailer-rails: Version bump to 1.9.2, remove old

Package-Manager: portage-2.2.28

 dev-ruby/premailer-rails/Manifest   | 2 +-
 .../{premailer-rails-1.9.1.ebuild => premailer-rails-1.9.2.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/premailer-rails/Manifest 
b/dev-ruby/premailer-rails/Manifest
index 67c19f1..68af768 100644
--- a/dev-ruby/premailer-rails/Manifest
+++ b/dev-ruby/premailer-rails/Manifest
@@ -1 +1 @@
-DIST premailer-rails-1.9.1.gem 20480 SHA256 
377b2db9e36bb79a0988d918037c176f0d9acc9ce0adcdca244738c8e60e65c6 SHA512 
70a7e8c75f6022e88399909a4fb3679dd57fb7c219e70cdab276db75af5b3dac328a0433d30cb7760db23572c7624cc2efad8f38cbe6335d3b0b01caa088d3f8
 WHIRLPOOL 
d219ca7319f74ceaa1e0aecff44efbe464318f1cb6090125a4c1166beceacefc8d7fad4cbf507535f83e8797c8347e564b8970af57e16f6061e5e631b4c75b8e
+DIST premailer-rails-1.9.2.gem 20480 SHA256 
9df781bf6020595369c4f7b38d0d6c9096d980c29cae20458d3962bb04d154c0 SHA512 
2a22408d919bfebe56c3cbeea56c2dea901dcdeba1b4ab444f7157b51ae827d7f116e27e5c174723c6afaf0c3a9560b76f8229250373a78e6f7ddc54dcea2363
 WHIRLPOOL 
cf0e91875eead15913b3694cc37816cb6eecef59d5cd146b52604a166a41f540bf42d80ae531f5adc9bbd04ed7163a389947d6d94b7d73c03e26855a73bbb063

diff --git a/dev-ruby/premailer-rails/premailer-rails-1.9.1.ebuild 
b/dev-ruby/premailer-rails/premailer-rails-1.9.2.ebuild
similarity index 100%
rename from dev-ruby/premailer-rails/premailer-rails-1.9.1.ebuild
rename to dev-ruby/premailer-rails/premailer-rails-1.9.2.ebuild



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

2016-04-10 Thread Manuel Rüger
commit: 3cd1e7510bcbab75f2eb6dbf6bfc07423cadf90c
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 13:57:46 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 13:57:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cd1e751

dev-ruby/unf: Remove ruby19

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/unf/unf-0.1.4.ebuild b/dev-ruby/unf/unf-0.1.4.ebuild
index 47eab92..44ff538 100644
--- a/dev-ruby/unf/unf-0.1.4.ebuild
+++ b/dev-ruby/unf/unf-0.1.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_TEST="none"
 RUBY_FAKEGEM_TASK_DOC=""



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

2016-04-10 Thread Manuel Rüger
commit: 3de7722704124021af66d8868485830bbc5c5fef
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 13:57:17 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 13:57:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de77227

dev-ruby/webmock: Remove ruby19

Package-Manager: portage-2.2.28

 dev-ruby/webmock/webmock-1.19.0.ebuild | 4 ++--
 dev-ruby/webmock/webmock-1.20.3.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/webmock/webmock-1.19.0.ebuild 
b/dev-ruby/webmock/webmock-1.19.0.ebuild
index 125193b..9ddac19 100644
--- a/dev-ruby/webmock/webmock-1.19.0.ebuild
+++ b/dev-ruby/webmock/webmock-1.19.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 RUBY_FAKEGEM_TASK_TEST="test spec NO_CONNECTION=true"
 

diff --git a/dev-ruby/webmock/webmock-1.20.3.ebuild 
b/dev-ruby/webmock/webmock-1.20.3.ebuild
index 45582fd..aaf68ea 100644
--- a/dev-ruby/webmock/webmock-1.20.3.ebuild
+++ b/dev-ruby/webmock/webmock-1.20.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_TEST="test spec NO_CONNECTION=true"
 



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

2016-04-10 Thread Manuel Rüger
commit: 1f4af59bcf4411358f3af27e5ccfae193823aaab
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 12:58:07 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 13:54:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f4af59b

dev-ruby/ruby-cairo-gobject: Remove ruby19

Package-Manager: portage-2.2.28

 dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.3-r1.ebuild | 4 ++--
 dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.3.ebuild| 4 ++--
 dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.5.ebuild| 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.3-r1.ebuild 
b/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.3-r1.ebuild
index e9ea1e5..93fa11d 100644
--- a/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.3-r1.ebuild
+++ b/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.3-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 inherit ruby-ng-gnome2
 

diff --git a/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.3.ebuild 
b/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.3.ebuild
index fe5c888..14d4830 100644
--- a/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.3.ebuild
+++ b/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 inherit ruby-ng-gnome2
 

diff --git a/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.5.ebuild 
b/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.5.ebuild
index 050ffda..8c6b573 100644
--- a/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.5.ebuild
+++ b/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 inherit ruby-ng-gnome2
 



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

2016-04-10 Thread Manuel Rüger
commit: 7c006d766c2a31f732cd9f7dfd111519d6198295
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 12:57:22 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 13:54:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c006d76

dev-ruby/github_api: Remove ruby19

Package-Manager: portage-2.2.28

 dev-ruby/github_api/github_api-0.11.3-r1.ebuild | 4 ++--
 dev-ruby/github_api/github_api-0.11.3.ebuild| 4 ++--
 dev-ruby/github_api/github_api-0.12.4.ebuild| 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-ruby/github_api/github_api-0.11.3-r1.ebuild 
b/dev-ruby/github_api/github_api-0.11.3-r1.ebuild
index c5b6dfc..60203c7 100644
--- a/dev-ruby/github_api/github_api-0.11.3-r1.ebuild
+++ b/dev-ruby/github_api/github_api-0.11.3-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"

diff --git a/dev-ruby/github_api/github_api-0.11.3.ebuild 
b/dev-ruby/github_api/github_api-0.11.3.ebuild
index cc5c4b3..6d2e066 100644
--- a/dev-ruby/github_api/github_api-0.11.3.ebuild
+++ b/dev-ruby/github_api/github_api-0.11.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"

diff --git a/dev-ruby/github_api/github_api-0.12.4.ebuild 
b/dev-ruby/github_api/github_api-0.12.4.ebuild
index e202b26..29a8126 100644
--- a/dev-ruby/github_api/github_api-0.12.4.ebuild
+++ b/dev-ruby/github_api/github_api-0.12.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



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

2016-04-10 Thread Manuel Rüger
commit: fa0bd94cd580f0f53073f6d62e1d579b4193eee4
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 13:54:08 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 13:54:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa0bd94c

dev-ruby/webrobots: Remove ruby19

Package-Manager: portage-2.2.28

 dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild | 4 ++--
 dev-ruby/webrobots/webrobots-0.1.1-r2.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild 
b/dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild
index b118af2..9aac42d 100644
--- a/dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild
+++ b/dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_DOCDIR="rdoc"

diff --git a/dev-ruby/webrobots/webrobots-0.1.1-r2.ebuild 
b/dev-ruby/webrobots/webrobots-0.1.1-r2.ebuild
index 969dcbb..6b8c022 100644
--- a/dev-ruby/webrobots/webrobots-0.1.1-r2.ebuild
+++ b/dev-ruby/webrobots/webrobots-0.1.1-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_DOCDIR="rdoc"



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

2016-04-10 Thread Manuel Rüger
commit: 219cb52ca9441f06bf3a7b1821ddce173b8fdf46
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 12:56:34 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 13:54:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=219cb52c

dev-ruby/ruby-clutter: Remove ruby19

Package-Manager: portage-2.2.28

 dev-ruby/ruby-clutter/ruby-clutter-2.2.3-r1.ebuild | 4 ++--
 dev-ruby/ruby-clutter/ruby-clutter-2.2.3.ebuild| 4 ++--
 dev-ruby/ruby-clutter/ruby-clutter-2.2.5.ebuild| 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-ruby/ruby-clutter/ruby-clutter-2.2.3-r1.ebuild 
b/dev-ruby/ruby-clutter/ruby-clutter-2.2.3-r1.ebuild
index b3a44a2..b11b7be 100644
--- a/dev-ruby/ruby-clutter/ruby-clutter-2.2.3-r1.ebuild
+++ b/dev-ruby/ruby-clutter/ruby-clutter-2.2.3-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 inherit ruby-ng-gnome2
 

diff --git a/dev-ruby/ruby-clutter/ruby-clutter-2.2.3.ebuild 
b/dev-ruby/ruby-clutter/ruby-clutter-2.2.3.ebuild
index 4cece3e..4471342 100644
--- a/dev-ruby/ruby-clutter/ruby-clutter-2.2.3.ebuild
+++ b/dev-ruby/ruby-clutter/ruby-clutter-2.2.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 inherit ruby-ng-gnome2
 

diff --git a/dev-ruby/ruby-clutter/ruby-clutter-2.2.5.ebuild 
b/dev-ruby/ruby-clutter/ruby-clutter-2.2.5.ebuild
index 995319c..63392e8 100644
--- a/dev-ruby/ruby-clutter/ruby-clutter-2.2.5.ebuild
+++ b/dev-ruby/ruby-clutter/ruby-clutter-2.2.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 inherit virtualx ruby-ng-gnome2
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/scikits_image/

2016-04-10 Thread David Seifert
commit: caf39f4281602b4f2bcbe385e3eb5282e976d80b
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 10 13:11:37 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 10 13:23:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf39f42

sci-libs/scikits_image: Bump dev-python/cython version dep

Package-Manager: portage-2.2.28

 sci-libs/scikits_image/scikits_image-0.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/scikits_image/scikits_image-0.12.3.ebuild 
b/sci-libs/scikits_image/scikits_image-0.12.3.ebuild
index 6f812a2..6b9413a 100644
--- a/sci-libs/scikits_image/scikits_image-0.12.3.ebuild
+++ b/sci-libs/scikits_image/scikits_image-0.12.3.ebuild
@@ -31,7 +31,7 @@ RDEPEND="
pyamg? ( dev-python/pyamg[${PYTHON_USEDEP}] )
qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] )"
 DEPEND="${RDEPEND}
-   dev-python/cython[${PYTHON_USEDEP}]
+   >=dev-python/cython-0.23[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
 



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

2016-04-10 Thread Martin Mokrejs
commit: 3106f99effce070e746c05216c333e15e241c79f
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Sun Apr 10 13:19:23 2016 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Sun Apr 10 13:19:23 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=3106f99e

sci-biology/Scaffolder-evaluation: new package

Package-Manager: portage-2.2.28

 .../Scaffolder-evaluation-.ebuild  | 34 ++
 sci-biology/Scaffolder-evaluation/metadata.xml | 12 
 2 files changed, 46 insertions(+)

diff --git 
a/sci-biology/Scaffolder-evaluation/Scaffolder-evaluation-.ebuild 
b/sci-biology/Scaffolder-evaluation/Scaffolder-evaluation-.ebuild
new file mode 100644
index 000..746863a
--- /dev/null
+++ b/sci-biology/Scaffolder-evaluation/Scaffolder-evaluation-.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit git-r3
+
+DESCRIPTION="Scripts to run genome assembly scaffolding tools and analyse 
output for accuracy"
+HOMEPAGE="https://github.com/martinghunt/Scaffolder-evaluation
+   http://genomebiology.com/2014/15/3/R42;
+EGIT_REPO_URI="https://github.com/martinghunt/Scaffolder-evaluation.git;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+   dev-lang/perl
+   dev-lang/python
+   dev-lang/R
+   media-gfx/graphviz
+   sci-biology/mummer
+   sci-biology/bowtie
+   sci-biology/samtools
+   sci-biology/ncbi-tools
+   sci-biology/Fastaq"
+
+src_install(){
+   dobin Analysis-scripts/* Wrapper-scripts/*
+   dodoc README.md
+}

diff --git a/sci-biology/Scaffolder-evaluation/metadata.xml 
b/sci-biology/Scaffolder-evaluation/metadata.xml
new file mode 100644
index 000..f68a1b6
--- /dev/null
+++ b/sci-biology/Scaffolder-evaluation/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+mmokr...@fold.natur.cuni.cz
+Martin Mokrejs
+  
+  
+sci-biol...@gentoo.org
+Gentoo Biology Project
+  
+



[gentoo-commits] proj/qt:master commit in: dev-qt/qtcore/, dev-qt/qtcore/files/

2016-04-10 Thread Davide Pesavento
commit: 1e739fcf981d6299b73cf6c5611fbbbca611bc66
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun Apr 10 13:21:04 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun Apr 10 13:21:04 2016 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=1e739fcf

dev-qt/qtcore: backport upstream patch fixing build against >=systemd-229-r100

Gentoo-Bug: 578316

Package-Manager: portage-2.2.28

 dev-qt/qtcore/files/qtcore-5.5.1-libsystemd.patch | 56 +++
 dev-qt/qtcore/qtcore-5.6.0.ebuild |  4 ++
 2 files changed, 60 insertions(+)

diff --git a/dev-qt/qtcore/files/qtcore-5.5.1-libsystemd.patch 
b/dev-qt/qtcore/files/qtcore-5.5.1-libsystemd.patch
new file mode 100644
index 000..edb58d1
--- /dev/null
+++ b/dev-qt/qtcore/files/qtcore-5.5.1-libsystemd.patch
@@ -0,0 +1,56 @@
+From c689bcafd3196aad22372e8056fe0ccb13c15f35 Mon Sep 17 00:00:00 2001
+From: Heiko Becker 
+Date: Fri, 12 Feb 2016 12:37:15 +0100
+Subject: Search for libsystemd first, fall back to libsystemd-journal
+
+systemd >= 209 merged the individual libraries libsystemd-journal,
+libsystemd-login, libsystemd-id128 and libsystemd-daemon into
+a single library, libsystemd. To ease the transition one could pass
+an option to its build to generate stub libraries and matching
+pkg-config files. With systemd >= 229 this option has now been
+removed, causing the build to fail when the journald option is
+enabled.
+
+Change-Id: I26670f207f1a9e79c16be5ce8c8a49353143c5ba
+Reviewed-by: Oswald Buddenhagen 
+Reviewed-by: Robin Burchell 
+---
+ config.tests/unix/journald/journald.pro | 6 +-
+ src/corelib/global/global.pri   | 5 -
+ 2 files changed, 9 insertions(+), 2 deletions(-)
+
+diff --git a/config.tests/unix/journald/journald.pro 
b/config.tests/unix/journald/journald.pro
+index 2bb50ce..ea76564 100644
+--- a/config.tests/unix/journald/journald.pro
 b/config.tests/unix/journald/journald.pro
+@@ -1,6 +1,10 @@
+ SOURCES = journald.c
+ 
+ CONFIG += link_pkgconfig
+-PKGCONFIG_PRIVATE += libsystemd-journal
++
++packagesExist(libsystemd): \
++PKGCONFIG_PRIVATE += libsystemd
++else: \
++PKGCONFIG_PRIVATE += libsystemd-journal
+ 
+ CONFIG -= qt
+diff --git a/src/corelib/global/global.pri b/src/corelib/global/global.pri
+index aa4945f..dd84695 100644
+--- a/src/corelib/global/global.pri
 b/src/corelib/global/global.pri
+@@ -53,7 +53,10 @@ slog2 {
+ 
+ journald {
+ CONFIG += link_pkgconfig
+-PKGCONFIG_PRIVATE += libsystemd-journal
++packagesExist(libsystemd): \
++PKGCONFIG_PRIVATE += libsystemd
++else: \
++PKGCONFIG_PRIVATE += libsystemd-journal
+ DEFINES += QT_USE_JOURNALD
+ }
+ 
+-- 
+2.8.1
+

diff --git a/dev-qt/qtcore/qtcore-5.6.0.ebuild 
b/dev-qt/qtcore/qtcore-5.6.0.ebuild
index 8bff4ba..ef6a230 100644
--- a/dev-qt/qtcore/qtcore-5.6.0.ebuild
+++ b/dev-qt/qtcore/qtcore-5.6.0.ebuild
@@ -24,6 +24,10 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+PATCHES=(
+   "${FILESDIR}/${PN}-5.5.1-libsystemd.patch" # bug 578316
+)
+
 QT5_TARGET_SUBDIRS=(
src/tools/bootstrap
src/tools/moc



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

2016-04-10 Thread Martin Mokrejs
commit: ec37fad877f9e8a8d529a968629aaba44cb0e774
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Sun Apr 10 13:17:21 2016 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Sun Apr 10 13:17:21 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ec37fad8

sci-biology/Fastaq: new package

Package-Manager: portage-2.2.28

 sci-biology/Fastaq/Fastaq-.ebuild | 21 +
 sci-biology/Fastaq/metadata.xml   | 12 
 2 files changed, 33 insertions(+)

diff --git a/sci-biology/Fastaq/Fastaq-.ebuild 
b/sci-biology/Fastaq/Fastaq-.ebuild
new file mode 100644
index 000..9acd60e
--- /dev/null
+++ b/sci-biology/Fastaq/Fastaq-.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_3 python3_4 )
+
+inherit distutils-r1 git-r3
+
+DESCRIPTION="Python3 script to manipulate FASTA/Q files plus API for 
developers"
+HOMEPAGE="https://github.com/sanger-pathogens/Fastaq;
+EGIT_REPO_URI="https://github.com/sanger-pathogens/Fastaq.git;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"

diff --git a/sci-biology/Fastaq/metadata.xml b/sci-biology/Fastaq/metadata.xml
new file mode 100644
index 000..f68a1b6
--- /dev/null
+++ b/sci-biology/Fastaq/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+mmokr...@fold.natur.cuni.cz
+Martin Mokrejs
+  
+  
+sci-biol...@gentoo.org
+Gentoo Biology Project
+  
+



[gentoo-commits] repo/gentoo:master commit in: x11-terms/mlterm/

2016-04-10 Thread Akinori Hattori
commit: e132ef5abfa53b3dd694ecd361f6edf8f9c3d349
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Apr 10 13:14:48 2016 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Apr 10 13:14:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e132ef5a

x11-terms/mlterm: new upstream release

Package-Manager: portage-2.2.26

 x11-terms/mlterm/Manifest|   1 +
 x11-terms/mlterm/mlterm-3.7.0.ebuild | 116 +++
 2 files changed, 117 insertions(+)

diff --git a/x11-terms/mlterm/Manifest b/x11-terms/mlterm/Manifest
index a88631b..bdc37f6 100644
--- a/x11-terms/mlterm/Manifest
+++ b/x11-terms/mlterm/Manifest
@@ -1,2 +1,3 @@
 DIST mlterm-3.4.5.tar.gz 3659801 SHA256 
7df146099e1d578caddaeb7e93459f96ca1e2381fcc51157a25fe00336072752 SHA512 
a85d092680dfe5498a90a4ad4935d441e41efa4ce3aa26f2e8897ef254f9c20d053bb045b5709626ee5bb4c9fdecda9f311a26db7fac6d6369d50336af7ab1f5
 WHIRLPOOL 
4533009727ad30b94b9b2814a17464975986df7eb2a42b383e654b1233651455a1ff938fae5273af350ccce29cbe08c7e68d26237a511ab7e3fcc45d05665b58
 DIST mlterm-3.6.3.tar.gz 3677639 SHA256 
021935df82fd63a280500185e7c4b2ae833bd8c1f58e4386d0d772c55d4d2743 SHA512 
bbc6c61422f81a793b64fcbabb972765f7e544c7d4fc3d8874ab78a25fe8e7a97dc96c3d44e582127dde8822e7c254ed58004535524e361a2a0d91410e7ef027
 WHIRLPOOL 
ebbed33cddcab4ca1cc49634b917b9a36077f64ba9b15dccc044c464b5696d4e8b3bac74c74ddcb42e2559c25d1e6e34991150b66325eb42daf9cf90236f3af0
+DIST mlterm-3.7.0.tar.gz 3685301 SHA256 
4a81d9e1957e4f0b8f8e0838ddad0cf4776fabc73465d886f2211bb8d990c339 SHA512 
93dd7e5e15154f1d8e902069f70fe5b50cb30b948ae444bba76fc3f021a9a5d169837efb8e5bb94855eeaf04cecde9323b30330f74ed7929f4e576aab2c6e98b
 WHIRLPOOL 
c30a8eb64f4b9f3d1dcd65775ceb63e94bcbfb97c97475895c9eeae981a2d463bb81bc3b8cd4d156c4880ca9e7c4c5a6ba595fdb7409b3c5127085ac8dddf1aa

diff --git a/x11-terms/mlterm/mlterm-3.7.0.ebuild 
b/x11-terms/mlterm/mlterm-3.7.0.ebuild
new file mode 100644
index 000..93f1a14
--- /dev/null
+++ b/x11-terms/mlterm/mlterm-3.7.0.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit eutils
+
+DESCRIPTION="A multi-lingual terminal emulator"
+HOMEPAGE="http://mlterm.sourceforge.net/;
+SRC_URI="mirror://sourceforge/mlterm/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE="bidi cairo canna debug fcitx freewnn gtk ibus libssh2 m17n-lib nls regis 
scim static-libs uim utempter xft"
+
+RDEPEND="x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   bidi? ( dev-libs/fribidi )
+   cairo? ( x11-libs/cairo[X] )
+   canna? ( app-i18n/canna )
+   fcitx? ( app-i18n/fcitx )
+   freewnn? ( app-i18n/freewnn )
+   gtk? ( >=x11-libs/gtk+-2:= )
+   ibus? ( app-i18n/ibus )
+   libssh2? ( net-libs/libssh2 )
+   m17n-lib? ( dev-libs/m17n-lib )
+   nls? ( virtual/libintl )
+   regis? (
+   || (
+   media-libs/sdl-ttf
+   media-libs/sdl2-ttf
+   )
+   )
+   scim? ( app-i18n/scim )
+   uim? ( app-i18n/uim )
+   utempter? ( sys-libs/libutempter )
+   xft? ( x11-libs/libXft )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+DOCS=( doc/{en,ja} )
+
+src_prepare() {
+   # default config
+   sed -i \
+   -e "/ icon_path =/aicon_path = 
${EPREFIX}/usr/share/pixmaps/mlterm-icon.svg" \
+   -e "/ scrollbar_view_name =/ascrollbar_view_name = sample" \
+   etc/main
+
+   sed -i \
+   -e "/^LIBS/s/$/ -lm/" \
+   tool/registobmp/Makefile.in
+
+   default
+}
+
+src_configure() {
+   local myconf=(
+   --disable-static
+   --with-type-engines=xcore$(usex xft ",xft" "")$(usex cairo 
",cairo" "")
+   --enable-optimize-redrawing
+   --enable-vt52
+   $(use_enable bidi fribidi)
+   $(use_enable canna)
+   $(use_enable debug)
+   $(use_enable fcitx)
+   $(use_enable freewnn wnn)
+   $(use_enable ibus)
+   $(use_enable libssh2 ssh2)
+   $(use_enable m17n-lib m17nlib)
+   $(use_enable nls)
+   $(use_enable scim)
+   $(use_enable uim)
+   $(use_enable utempter utmp)
+   )
+
+   local scrollbars="sample,extra"
+   local tools="mlclient,mlcc,mlfc,mlmenu,mlterm-zoom"
+   if use gtk; then
+   myconf+=(--with-imagelib=gdk-pixbuf)
+   if has_version x11-libs/gtk+:3; then
+   myconf+=(--with-gtk=3.0)
+   else
+   myconf+=(--with-gtk=2.0)
+   fi
+   scrollbars+=",pixmap_engine"
+   tools+=",mlconfig,mlimgloader"
+   fi
+   if use regis; then
+   

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

2016-04-10 Thread Akinori Hattori
commit: d4ea030724d54cef13d45b265f9b98992f1a5cf9
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Apr 10 13:12:53 2016 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Apr 10 13:12:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4ea0307

x11-terms/mlterm: drop old

Package-Manager: portage-2.2.26

 x11-terms/mlterm/Manifest  |   1 -
 .../mlterm/files/mlterm-2.9.4-uim15-fix.patch  |  10 --
 x11-terms/mlterm/files/mlterm-3.0.5-ibus.patch |  55 --
 .../mlterm/files/mlterm-3.0.7-underlinking.patch   |  13 ---
 x11-terms/mlterm/mlterm-3.6.0.ebuild   | 111 -
 5 files changed, 190 deletions(-)

diff --git a/x11-terms/mlterm/Manifest b/x11-terms/mlterm/Manifest
index d71005f..a88631b 100644
--- a/x11-terms/mlterm/Manifest
+++ b/x11-terms/mlterm/Manifest
@@ -1,3 +1,2 @@
 DIST mlterm-3.4.5.tar.gz 3659801 SHA256 
7df146099e1d578caddaeb7e93459f96ca1e2381fcc51157a25fe00336072752 SHA512 
a85d092680dfe5498a90a4ad4935d441e41efa4ce3aa26f2e8897ef254f9c20d053bb045b5709626ee5bb4c9fdecda9f311a26db7fac6d6369d50336af7ab1f5
 WHIRLPOOL 
4533009727ad30b94b9b2814a17464975986df7eb2a42b383e654b1233651455a1ff938fae5273af350ccce29cbe08c7e68d26237a511ab7e3fcc45d05665b58
-DIST mlterm-3.6.0.tar.gz 3751065 SHA256 
b6b08e3ce3c2136ed091776f0bb3b9ad0b7070bc2d845c9debe6e2cdc34cec05 SHA512 
c7b57340069613d7b19c1b3175f4b2686021b5e336c762bd04045065d290f413c38b84a5b29fa26cf5c4744d0f021d5b7699c3ea48310f596963dfe51668f495
 WHIRLPOOL 
9e85c26d209a13a695b593c1b5f07f298f861ba6bc8cc44076ac9ac0027e465f356433544dd1a9c4f29c08342e280b45e1d5e8ae77f1480200ed33b6ca0ff5e7
 DIST mlterm-3.6.3.tar.gz 3677639 SHA256 
021935df82fd63a280500185e7c4b2ae833bd8c1f58e4386d0d772c55d4d2743 SHA512 
bbc6c61422f81a793b64fcbabb972765f7e544c7d4fc3d8874ab78a25fe8e7a97dc96c3d44e582127dde8822e7c254ed58004535524e361a2a0d91410e7ef027
 WHIRLPOOL 
ebbed33cddcab4ca1cc49634b917b9a36077f64ba9b15dccc044c464b5696d4e8b3bac74c74ddcb42e2559c25d1e6e34991150b66325eb42daf9cf90236f3af0

diff --git a/x11-terms/mlterm/files/mlterm-2.9.4-uim15-fix.patch 
b/x11-terms/mlterm/files/mlterm-2.9.4-uim15-fix.patch
deleted file mode 100644
index e69a2c9..000
--- a/x11-terms/mlterm/files/mlterm-2.9.4-uim15-fix.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/inputmethod/uim/im_uim.c 2008-05-25 23:41:46.871924640 +0900
-+++ b/inputmethod/uim/im_uim.c 2008-05-25 23:42:34.149923480 +0900
-@@ -35,6 +35,7 @@
- #include  
- #include 
- 
-+#include  
- #include/* XK_xxx */
- #include/* malloc/alloca/free */
- #include/* kik_str_alloca_dup kik_str_sep kik_snprintf*/

diff --git a/x11-terms/mlterm/files/mlterm-3.0.5-ibus.patch 
b/x11-terms/mlterm/files/mlterm-3.0.5-ibus.patch
deleted file mode 100644
index 22b7830..000
--- a/x11-terms/mlterm/files/mlterm-3.0.5-ibus.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-diff -Naur mlterm-3.0.5.orig/configure.in mlterm-3.0.5/configure.in
 mlterm-3.0.5.orig/configure.in 2011-06-04 01:26:40.0 +0900
-+++ mlterm-3.0.5/configure.in  2011-06-09 10:45:00.653322007 +0900
-@@ -671,7 +671,8 @@
- if test "x$ibus" = "xyes" ; then
-   AC_PROG_CXX
-   PKG_CHECK_MODULES(IBUS, ibus-1.0 >= 1.3.0, has_ibus=yes, has_ibus=no)
--  if test "x$has_ibus" = xyes ; then
-+  PKG_CHECK_MODULES(DBUS, dbus-1, has_dbus=yes, has_dbus=no)
-+  if test "x$has_ibus" = xyes -a "x$has_dbus" = xyes ; then
-   IM_CFLAGS="$IM_CFLAGS -DUSE_IBUS"
-   MAKE_DIRS="inputmethod/ibus ${MAKE_DIRS}"
-   OUTPUT_FILES="inputmethod/ibus/Makefile ${OUTPUT_FILES}"
-@@ -683,6 +684,8 @@
- fi
- AC_SUBST(IBUS_CFLAGS)
- AC_SUBST(IBUS_LIBS)
-+AC_SUBST(DBUS_CFLAGS)
-+AC_SUBST(DBUS_LIBS)
- 
- #
- # --- SCIM ---
-diff -Naur mlterm-3.0.5.orig/inputmethod/ibus/Makefile.in 
mlterm-3.0.5/inputmethod/ibus/Makefile.in
 mlterm-3.0.5.orig/inputmethod/ibus/Makefile.in 2011-06-04 
01:26:34.0 +0900
-+++ mlterm-3.0.5/inputmethod/ibus/Makefile.in  2011-06-09 10:45:31.063416229 
+0900
-@@ -19,11 +19,12 @@
-@CPPFLAGS@ \
-@IM_CFLAGS@\
-@IBUS_CFLAGS@  \
-+   @DBUS_CFLAGS@  \
--I$(top_srcdir)/mlterm \
--I${top_srcdir}/xwindow\
--I/usr/local/include
- 
--LIBS = $(LIBS_LOCAL) @KIK_LIBS_FOR_MODULE@ @IBUS_LIBS@
-+LIBS = $(LIBS_LOCAL) @KIK_LIBS_FOR_MODULE@ @IBUS_LIBS@ @DBUS_LIBS@
- 
- CC  = @CC@
- INSTALL = @INSTALL@
-diff -Naur mlterm-3.0.5.orig/inputmethod/ibus/im_ibus.c 
mlterm-3.0.5/inputmethod/ibus/im_ibus.c
 mlterm-3.0.5.orig/inputmethod/ibus/im_ibus.c   2011-06-04 
01:26:34.0 +0900
-+++ mlterm-3.0.5/inputmethod/ibus/im_ibus.c2011-06-09 10:39:58.560385917 
+0900
-@@ -4,11 +4,11 @@
- 
- #include  
- #include  
-+#include  
- #include  
- #include  
- #include  
- #include  "../im_info.h"
--
- #if  0
- #define  IM_IBUS_DEBUG  1
- #endif

diff --git 

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

2016-04-10 Thread Davide Pesavento
commit: db8680a067ad1ed5499ee4ea2f727a302a3b16fd
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun Apr 10 13:10:12 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun Apr 10 13:10:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db8680a0

dev-qt/qtcore: backport upstream patch fixing build against >=systemd-229-r100

Gentoo-Bug: 578316

Package-Manager: portage-2.2.28

 dev-qt/qtcore/files/qtcore-5.5.1-libsystemd.patch | 56 +++
 dev-qt/qtcore/qtcore-5.5.1-r1.ebuild  |  5 +-
 2 files changed, 59 insertions(+), 2 deletions(-)

diff --git a/dev-qt/qtcore/files/qtcore-5.5.1-libsystemd.patch 
b/dev-qt/qtcore/files/qtcore-5.5.1-libsystemd.patch
new file mode 100644
index 000..edb58d1
--- /dev/null
+++ b/dev-qt/qtcore/files/qtcore-5.5.1-libsystemd.patch
@@ -0,0 +1,56 @@
+From c689bcafd3196aad22372e8056fe0ccb13c15f35 Mon Sep 17 00:00:00 2001
+From: Heiko Becker 
+Date: Fri, 12 Feb 2016 12:37:15 +0100
+Subject: Search for libsystemd first, fall back to libsystemd-journal
+
+systemd >= 209 merged the individual libraries libsystemd-journal,
+libsystemd-login, libsystemd-id128 and libsystemd-daemon into
+a single library, libsystemd. To ease the transition one could pass
+an option to its build to generate stub libraries and matching
+pkg-config files. With systemd >= 229 this option has now been
+removed, causing the build to fail when the journald option is
+enabled.
+
+Change-Id: I26670f207f1a9e79c16be5ce8c8a49353143c5ba
+Reviewed-by: Oswald Buddenhagen 
+Reviewed-by: Robin Burchell 
+---
+ config.tests/unix/journald/journald.pro | 6 +-
+ src/corelib/global/global.pri   | 5 -
+ 2 files changed, 9 insertions(+), 2 deletions(-)
+
+diff --git a/config.tests/unix/journald/journald.pro 
b/config.tests/unix/journald/journald.pro
+index 2bb50ce..ea76564 100644
+--- a/config.tests/unix/journald/journald.pro
 b/config.tests/unix/journald/journald.pro
+@@ -1,6 +1,10 @@
+ SOURCES = journald.c
+ 
+ CONFIG += link_pkgconfig
+-PKGCONFIG_PRIVATE += libsystemd-journal
++
++packagesExist(libsystemd): \
++PKGCONFIG_PRIVATE += libsystemd
++else: \
++PKGCONFIG_PRIVATE += libsystemd-journal
+ 
+ CONFIG -= qt
+diff --git a/src/corelib/global/global.pri b/src/corelib/global/global.pri
+index aa4945f..dd84695 100644
+--- a/src/corelib/global/global.pri
 b/src/corelib/global/global.pri
+@@ -53,7 +53,10 @@ slog2 {
+ 
+ journald {
+ CONFIG += link_pkgconfig
+-PKGCONFIG_PRIVATE += libsystemd-journal
++packagesExist(libsystemd): \
++PKGCONFIG_PRIVATE += libsystemd
++else: \
++PKGCONFIG_PRIVATE += libsystemd-journal
+ DEFINES += QT_USE_JOURNALD
+ }
+ 
+-- 
+2.8.1
+

diff --git a/dev-qt/qtcore/qtcore-5.5.1-r1.ebuild 
b/dev-qt/qtcore/qtcore-5.5.1-r1.ebuild
index 2781f1e..f6506e9 100644
--- a/dev-qt/qtcore/qtcore-5.5.1-r1.ebuild
+++ b/dev-qt/qtcore/qtcore-5.5.1-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$
 
@@ -25,7 +25,8 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 PATCHES=(
-   "${FILESDIR}/${P}-qatomic_ia64.h.patch" # bug 559802
+   "${FILESDIR}/${PN}-5.5.1-qatomic_ia64.h.patch" # bug 559802
+   "${FILESDIR}/${PN}-5.5.1-libsystemd.patch" # bug 578316
 )
 
 QT5_TARGET_SUBDIRS=(



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

2016-04-10 Thread Akinori Hattori
commit: 15e61d9f8844cf4a43d8c14732c742725751a1bc
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Apr 10 13:07:04 2016 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Apr 10 13:07:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e61d9f

media-libs/libsixel: new upstream release

Package-Manager: portage-2.2.26

 media-libs/libsixel/Manifest  |  1 +
 media-libs/libsixel/libsixel-1.6.1.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/media-libs/libsixel/Manifest b/media-libs/libsixel/Manifest
index 7a060f7..9b4758e 100644
--- a/media-libs/libsixel/Manifest
+++ b/media-libs/libsixel/Manifest
@@ -1 +1,2 @@
 DIST libsixel-1.6.0.tar.gz 4744476 SHA256 
06bf22621112f7313d8f5f8a8bec80268969166acae988e449b7cb33883b15c0 SHA512 
5e8cfaf67bf8b6b18173f69c230fa75fe7f56448345287ad95716f1e0f45d08a289703eab62897d947c13c13acbf4c08e9ff8fd177452a7ed11dbb6efc7490ea
 WHIRLPOOL 
fbd3d94e47bb0aa2dfe6ce2aa9add5e3ed9b5abf84f39f142c093229628d3ea7ac9553c8fa4c555935aed71a4939ce76ba349d7ece58a4e34c81363381a923d7
+DIST libsixel-1.6.1.tar.gz 4745924 SHA256 
dfb03e764ff535fcb789f45487b5a284c8998e8202907eb3abc47385f88299ae SHA512 
163799d864551c1d53823bf8f976afe20a825cc039361a636e5f08444c67a682c1fd297d83e5830d993ee703502e99cd31e6bb2f009933c1de89efb6c5429178
 WHIRLPOOL 
3b4e2fde4de40925f2975bbac234e856c1fe87fa2673782a501faa76f2375d69b8f501848cca4366ad5c2fa534decb6f67284cc3b326d83e982091d454ca599a

diff --git a/media-libs/libsixel/libsixel-1.6.1.ebuild 
b/media-libs/libsixel/libsixel-1.6.1.ebuild
new file mode 100644
index 000..2aa1813
--- /dev/null
+++ b/media-libs/libsixel/libsixel-1.6.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit bash-completion-r1
+
+DESCRIPTION="A lightweight, fast implementation of DEC SIXEL graphics codec"
+HOMEPAGE="https://github.com/saitoha/libsixel;
+SRC_URI="https://github.com/saitoha/libsixel/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~x86"
+IUSE="curl gd gtk jpeg png"
+
+RDEPEND="curl? ( net-misc/curl )
+   gd? ( media-libs/gd )
+   gtk? ( x11-libs/gdk-pixbuf:2 )
+   jpeg? ( virtual/jpeg:0 )
+   png? ( media-libs/libpng:0 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_configure() {
+   econf \
+   $(use_with curl libcurl) \
+   $(use_with gd) \
+   $(use_with gtk gdk-pixbuf2) \
+   $(use_with jpeg) \
+   $(use_with png) \
+   --disable-python \
+   --with-bashcompletiondir=$(get_bashcompdir)
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   default
+
+   cd images
+   docompress -x /usr/share/doc/${PF}/images
+   docinto images
+   dodoc egret.jpg map{8,16}.png snake.jpg vimperator3.png
+}



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

2016-04-10 Thread Akinori Hattori
commit: e48be9b29388f6fd692df225ec67c3edba757950
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Apr 10 13:05:01 2016 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Apr 10 13:05:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e48be9b2

media-libs/libsixel: drop old

Package-Manager: portage-2.2.26

 media-libs/libsixel/Manifest|  1 -
 media-libs/libsixel/files/libsixel-gd.patch | 11 ---
 media-libs/libsixel/libsixel-1.5.2.ebuild   | 51 -
 3 files changed, 63 deletions(-)

diff --git a/media-libs/libsixel/Manifest b/media-libs/libsixel/Manifest
index c613eb2..7a060f7 100644
--- a/media-libs/libsixel/Manifest
+++ b/media-libs/libsixel/Manifest
@@ -1,2 +1 @@
-DIST libsixel-1.5.2.tar.gz 4731977 SHA256 
f83a187a59753873dad630609bd895a33ef566df43ec93c0f8e2605d50ca60d1 SHA512 
32d2c2683dcd7ec247d88552204e0bfc2d543565363a85ed965039ce26f8cb98b1d0b18ce5f0a621d161cee52b707d82f40626752490cf8d5ebca3e3e959f289
 WHIRLPOOL 
089d89e01785600c7b7851d484e142ba305f0d687ab506879283adffc3eb4dfd4c54d999f1590371127731dcb3789c4cc8419c6a3166511cf5bc8ea0a0298d54
 DIST libsixel-1.6.0.tar.gz 4744476 SHA256 
06bf22621112f7313d8f5f8a8bec80268969166acae988e449b7cb33883b15c0 SHA512 
5e8cfaf67bf8b6b18173f69c230fa75fe7f56448345287ad95716f1e0f45d08a289703eab62897d947c13c13acbf4c08e9ff8fd177452a7ed11dbb6efc7490ea
 WHIRLPOOL 
fbd3d94e47bb0aa2dfe6ce2aa9add5e3ed9b5abf84f39f142c093229628d3ea7ac9553c8fa4c555935aed71a4939ce76ba349d7ece58a4e34c81363381a923d7

diff --git a/media-libs/libsixel/files/libsixel-gd.patch 
b/media-libs/libsixel/files/libsixel-gd.patch
deleted file mode 100644
index 6c94749..000
--- a/media-libs/libsixel/files/libsixel-gd.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -354,7 +354,7 @@
-  [gdImageCreateFromGifPtr],
-  [AC_CHECK_DECLS([gdImageCreateFromGifPtr],   [], [], [ 
#include  ])])
- AC_CHECK_LIB([gd],
-- [gdImageCreateFromBmpPtr],
-+ [gdImageCreateFromPngPtr],
-  [AC_CHECK_DECLS([gdImageCreateFromPngPtr],   [], [], [ 
#include  ])])
- AC_CHECK_LIB([gd],
-  [gdImageCreateFromBmpPtr],

diff --git a/media-libs/libsixel/libsixel-1.5.2.ebuild 
b/media-libs/libsixel/libsixel-1.5.2.ebuild
deleted file mode 100644
index 076be8b..000
--- a/media-libs/libsixel/libsixel-1.5.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit autotools bash-completion-r1 eutils
-
-DESCRIPTION="A lightweight, fast implementation of DEC SIXEL graphics codec"
-HOMEPAGE="https://github.com/saitoha/libsixel;
-SRC_URI="https://github.com/saitoha/libsixel/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~x86"
-IUSE="curl gd gtk jpeg png"
-
-RDEPEND="curl? ( net-misc/curl )
-   gd? ( media-libs/gd )
-   gtk? ( x11-libs/gdk-pixbuf:2 )
-   jpeg? ( virtual/jpeg:0 )
-   png? ( media-libs/libpng:0 )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-gd.patch
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --disable-python \
-   --with-bashcompletiondir=$(get_bashcompdir) \
-   $(use_with curl libcurl) \
-   $(use_with gd) \
-   $(use_with gtk gdk-pixbuf2) \
-   $(use_with jpeg) \
-   $(use_with png)
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   default
-
-   docompress -x /usr/share/doc/${PF}/images
-   dodoc -r images
-}



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

2016-04-10 Thread David Seifert
commit: 3e98703b70baea51bddcc2ef0ca1848d0528484b
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 10 12:59:40 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 10 12:59:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e98703b

dev-python/bibtexparser: Remove unnecessary ${FILESDIR}

Package-Manager: portage-2.2.28

 .../files/python-bibtex-1.2.4-fix_tests.patch  | 28 --
 1 file changed, 28 deletions(-)

diff --git a/dev-python/bibtexparser/files/python-bibtex-1.2.4-fix_tests.patch 
b/dev-python/bibtexparser/files/python-bibtex-1.2.4-fix_tests.patch
deleted file mode 100644
index f981681..000
--- a/dev-python/bibtexparser/files/python-bibtex-1.2.4-fix_tests.patch
+++ /dev/null
@@ -1,28 +0,0 @@
 testsuite.py
-+++ testsuite.py
-@@ -4,6 +4,7 @@
- 
- import sys, os
- 
-+ParserError = "ParserError"
- 
- def check_recode ():
- try:
-@@ -65,7 +66,7 @@
- 
- valid = result.readline ().strip ()
- 
--if obtained != valid:
-+if eval(obtained) != eval(valid):
- sys.stderr.write ('error: %s: line %d: unexpected result:\n' 
% (
- filename, line))
- sys.stderr.write ('error: %s: line %d:obtained %s\n' % (
-@@ -117,7 +118,7 @@
- 
- valid = result.readline ().strip ()
- 
--if obtained != valid:
-+if eval(obtained) != eval(valid):
- sys.stderr.write ('error: %s: line %d: unexpected result:\n' 
% (
- filename, line))
- sys.stderr.write ('error: %s: line %d:obtained %s\n' % (



[gentoo-commits] repo/gentoo:master commit in: dev-python/bibtexparser/, dev-python/bibtexparser/files/

2016-04-10 Thread David Seifert
commit: 1850fe6cc0800dff669e879534dcc5e1bcf54176
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 10 12:57:30 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 10 12:57:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1850fe6c

dev-python/bibtexparser: New package

Package-Manager: portage-2.2.28

 dev-python/bibtexparser/Manifest   |  1 +
 dev-python/bibtexparser/bibtexparser-0.6.2.ebuild  | 27 +
 .../files/python-bibtex-1.2.4-fix_tests.patch  | 28 ++
 dev-python/bibtexparser/metadata.xml   | 15 
 4 files changed, 71 insertions(+)

diff --git a/dev-python/bibtexparser/Manifest b/dev-python/bibtexparser/Manifest
new file mode 100644
index 000..3e48fec
--- /dev/null
+++ b/dev-python/bibtexparser/Manifest
@@ -0,0 +1 @@
+DIST bibtexparser-0.6.2.tar.gz 50876 SHA256 
af6d4802de27cc40d4d65656dd5e269ac05cabb7816be6b520e6ea08c6a626c8 SHA512 
43a1c0475bc9e97c201a850e944f082e9eb316ac475cce4128b821008fc5b1597317f28c594f5462daee992b455fb4254fdf76a5baa02ff8e8a0e36f43c52491
 WHIRLPOOL 
4dcfe250f9319c0910d4076a6ef509b6e914f5c7ee49690dfd91881cbfc208dcbdb59b0f733567f6c3460b53f0785c6ad09ef392a527ca7252e9e109e275d1bf

diff --git a/dev-python/bibtexparser/bibtexparser-0.6.2.ebuild 
b/dev-python/bibtexparser/bibtexparser-0.6.2.ebuild
new file mode 100644
index 000..d57a7a9
--- /dev/null
+++ b/dev-python/bibtexparser/bibtexparser-0.6.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1 python-r1
+
+DESCRIPTION="A BibTeX parser written in python"
+HOMEPAGE="https://github.com/sciunto-org/python-bibtexparser;
+SRC_URI="https://github.com/sciunto-org/python-bibtexparser/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/python-${P}"
+
+src_test() {
+   python_foreach_impl nosetests
+}

diff --git a/dev-python/bibtexparser/files/python-bibtex-1.2.4-fix_tests.patch 
b/dev-python/bibtexparser/files/python-bibtex-1.2.4-fix_tests.patch
new file mode 100644
index 000..f981681
--- /dev/null
+++ b/dev-python/bibtexparser/files/python-bibtex-1.2.4-fix_tests.patch
@@ -0,0 +1,28 @@
+--- testsuite.py
 testsuite.py
+@@ -4,6 +4,7 @@
+ 
+ import sys, os
+ 
++ParserError = "ParserError"
+ 
+ def check_recode ():
+ try:
+@@ -65,7 +66,7 @@
+ 
+ valid = result.readline ().strip ()
+ 
+-if obtained != valid:
++if eval(obtained) != eval(valid):
+ sys.stderr.write ('error: %s: line %d: unexpected result:\n' 
% (
+ filename, line))
+ sys.stderr.write ('error: %s: line %d:obtained %s\n' % (
+@@ -117,7 +118,7 @@
+ 
+ valid = result.readline ().strip ()
+ 
+-if obtained != valid:
++if eval(obtained) != eval(valid):
+ sys.stderr.write ('error: %s: line %d: unexpected result:\n' 
% (
+ filename, line))
+ sys.stderr.write ('error: %s: line %d:obtained %s\n' % (

diff --git a/dev-python/bibtexparser/metadata.xml 
b/dev-python/bibtexparser/metadata.xml
new file mode 100644
index 000..8ab8f92
--- /dev/null
+++ b/dev-python/bibtexparser/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   t...@gentoo.org
+   Gentoo TeX Project
+   
+   
+   sciunto-org/python-bibtexparser
+   
+



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

2016-04-10 Thread Manuel Rüger
commit: b6fb42331f3b3a8176226a8933edffbb9448fe0d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 12:53:51 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 12:53:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6fb4233

dev-ruby/arel: Remove ruby19

Package-Manager: portage-2.2.28

 dev-ruby/arel/arel-3.0.3.ebuild| 4 ++--
 dev-ruby/arel/arel-4.0.2.ebuild| 4 ++--
 dev-ruby/arel/arel-5.0.1.20140414130214.ebuild | 4 ++--
 dev-ruby/arel/arel-6.0.2.ebuild| 4 ++--
 dev-ruby/arel/arel-6.0.3.ebuild| 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/dev-ruby/arel/arel-3.0.3.ebuild b/dev-ruby/arel/arel-3.0.3.ebuild
index e6bd638..e18ded4 100644
--- a/dev-ruby/arel/arel-3.0.3.ebuild
+++ b/dev-ruby/arel/arel-3.0.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_DOC="docs"
 RUBY_FAKEGEM_DOCDIR="doc"

diff --git a/dev-ruby/arel/arel-4.0.2.ebuild b/dev-ruby/arel/arel-4.0.2.ebuild
index 6a57d36..ed0dafe 100644
--- a/dev-ruby/arel/arel-4.0.2.ebuild
+++ b/dev-ruby/arel/arel-4.0.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_DOCDIR="doc"

diff --git a/dev-ruby/arel/arel-5.0.1.20140414130214.ebuild 
b/dev-ruby/arel/arel-5.0.1.20140414130214.ebuild
index c3bc372..f0ccb8e 100644
--- a/dev-ruby/arel/arel-5.0.1.20140414130214.ebuild
+++ b/dev-ruby/arel/arel-5.0.1.20140414130214.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_DOCDIR="doc"

diff --git a/dev-ruby/arel/arel-6.0.2.ebuild b/dev-ruby/arel/arel-6.0.2.ebuild
index c74b82c..d9cb9b2 100644
--- a/dev-ruby/arel/arel-6.0.2.ebuild
+++ b/dev-ruby/arel/arel-6.0.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_DOCDIR="doc"

diff --git a/dev-ruby/arel/arel-6.0.3.ebuild b/dev-ruby/arel/arel-6.0.3.ebuild
index 9b31ccd..0747a5d 100644
--- a/dev-ruby/arel/arel-6.0.3.ebuild
+++ b/dev-ruby/arel/arel-6.0.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_DOCDIR="doc"



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

2016-04-10 Thread Manuel Rüger
commit: 55853c1ec340c934f8e35f43423c18e68ec21738
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 12:55:00 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 12:55:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55853c1e

dev-ruby/ruby-gstreamer: Remove ruby19

Package-Manager: portage-2.2.28

 dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.3-r1.ebuild | 4 ++--
 dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.3.ebuild| 4 ++--
 dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.4.ebuild| 4 ++--
 dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.5.ebuild| 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.3-r1.ebuild 
b/dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.3-r1.ebuild
index a35f3a2..64cb837 100644
--- a/dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.3-r1.ebuild
+++ b/dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.3-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 inherit ruby-ng-gnome2
 

diff --git a/dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.3.ebuild 
b/dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.3.ebuild
index fac90a7..acfbadd 100644
--- a/dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.3.ebuild
+++ b/dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 inherit ruby-ng-gnome2
 

diff --git a/dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.4.ebuild 
b/dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.4.ebuild
index c150e08..e7bfd08 100644
--- a/dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.4.ebuild
+++ b/dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 inherit ruby-ng-gnome2
 

diff --git a/dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.5.ebuild 
b/dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.5.ebuild
index aa46188..eff4c1c 100644
--- a/dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.5.ebuild
+++ b/dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 inherit virtualx ruby-ng-gnome2
 



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

2016-04-10 Thread Martin Mokrejs
commit: d86874f2150d71241ce03d16f69736ccb5d72da3
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Sun Apr 10 12:36:05 2016 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Sun Apr 10 12:36:05 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=d86874f2

sci-biology/assembly-stats: new package

Package-Manager: portage-2.2.28

 .../assembly-stats/assembly-stats-.ebuild  | 22 ++
 sci-biology/assembly-stats/metadata.xml| 12 
 2 files changed, 34 insertions(+)

diff --git a/sci-biology/assembly-stats/assembly-stats-.ebuild 
b/sci-biology/assembly-stats/assembly-stats-.ebuild
new file mode 100644
index 000..895aa9a
--- /dev/null
+++ b/sci-biology/assembly-stats/assembly-stats-.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit git-r3 cmake-utils
+
+DESCRIPTION="Assembly statistics (min, max, sum, N50, N90, count gaps and Ns)"
+HOMEPAGE="https://github.com/martinghunt/assembly-stats;
+EGIT_REPO_URI="https://github.com/martinghunt/assembly-stats.git;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND=">=dev-cpp/gtest-1.7.0"
+RDEPEND="${DEPEND}"
+
+# installs into /usr/local/bin
+# should not even try to compile bundled gtest

diff --git a/sci-biology/assembly-stats/metadata.xml 
b/sci-biology/assembly-stats/metadata.xml
new file mode 100644
index 000..f68a1b6
--- /dev/null
+++ b/sci-biology/assembly-stats/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+mmokr...@fold.natur.cuni.cz
+Martin Mokrejs
+  
+  
+sci-biol...@gentoo.org
+Gentoo Biology Project
+  
+



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

2016-04-10 Thread Michał Górny
commit: d0e4e349084fb85652f9186a4e1dc12f9a000474
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 10 12:23:15 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 10 12:33:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0e4e349

dev-lang/ekopath: Snapshot bump

 dev-lang/ekopath/Manifest  |  1 +
 .../ekopath/ekopath-6.0.756_p20160409-r1.ebuild| 63 ++
 .../ekopath/ekopath-6.0.756_p20160409-r100.ebuild  | 74 ++
 3 files changed, 138 insertions(+)

diff --git a/dev-lang/ekopath/Manifest b/dev-lang/ekopath/Manifest
index 229fc1d..af2acd6 100644
--- a/dev-lang/ekopath/Manifest
+++ b/dev-lang/ekopath/Manifest
@@ -5,3 +5,4 @@ DIST ekopath-2016-03-03-installer.run 57856781 SHA256 
0db16cf44f38e170e80230e08c
 DIST ekopath-2016-03-11-installer.run 57858541 SHA256 
ff4dc9eca6c877a5a28e4249b783b742f2038d9e01fd1ad795bcbd5ad0059fa2 SHA512 
339dd9cd2048629c4f1ef95e062b7029094b563cba9d078bebbd2b0d584da4840e3d824203767ee820da5dbd64b31dc1297529fe59ecdd028b1bad2dd602b3ed
 WHIRLPOOL 
ea7492fac3fffd611633d8b975fe73e2dcc3869d575de2fc5f9fc0e1694400e393f04728a63f372d2fd3f18a80ccb8d23ef518627e7d9474f4859b7d181af5ea
 DIST ekopath-2016-03-16-installer.run 57139166 SHA256 
051f93cbb809471abc611cabc670b2d91ab2944a8f09e19ba2a64a1c99b76074 SHA512 
356ffc628078e5e524ac5962b3c23c22f8d81fc5c7916ab5707755b853a27a89b7e6677b832a8cc6568499b2852c5c7916b57bad70ee3c027a595eacb4074c96
 WHIRLPOOL 
c7d85d9c5b99b9527b6ed2aa434dac8aa90c8aaff73fa8300d67ba573b1fd0570d7ff33494a89ea20a9075557c6a1f7030efaa2b3ed86f0b70b919000177cfa1
 DIST ekopath-2016-03-24-installer.run 57140247 SHA256 
4a1139432cd0eba1490bab6b18cb3d227e6b6ad9eb354be22a55b6914e436220 SHA512 
314fb763972d53b9e0b95e02ff542deb663743185643a20845cca3d7098a264d857c6738e59c63490d1bbe7653d7fdd3e8463087c7755c8d0ae6bd73b53c308f
 WHIRLPOOL 
83013389230b8cf1d5254822074e0bbdcf0de48e309900153fa5f58e2ab35d1f0577e1003d3f12ae34cbfe96ad77fa1d0b0d95f94c9d16b07381a49abb7ff6ac
+DIST ekopath-2016-04-09-installer.run 57165340 SHA256 
ccdfe4aca6063d8cf885b3878b0ab12505aa765db081f4a0278e392f883dee46 SHA512 
cdb8647d36ea8ca411cc2378d87c0a2edf34c834206905350a6cdde5ae0ed14f56f716ebb7ad28129b634088f94e0304c1cef3df1beaac38c3ccc87d5387dce0
 WHIRLPOOL 
299ac5494f17dc680a794f4cda3417e232c2fe6768df2ee5ba48356be0d929f7ed821b32b5e179c9fd0334081bcca61dddac577b6b8a63201723b1172f94a005

diff --git a/dev-lang/ekopath/ekopath-6.0.756_p20160409-r1.ebuild 
b/dev-lang/ekopath/ekopath-6.0.756_p20160409-r1.ebuild
new file mode 100644
index 000..f71706c
--- /dev/null
+++ b/dev-lang/ekopath/ekopath-6.0.756_p20160409-r1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit pax-utils versionator
+
+MY_PV=$(get_version_component_range 1-3)
+MY_P=${PN}-${MY_PV}
+DATE=$(get_version_component_range 4)
+DATE=${DATE#p}
+DATE=${DATE:0:4}-${DATE:4:2}-${DATE:6}
+INSTALLER=${PN}-${DATE}-installer.run
+
+DESCRIPTION="PathScale EKOPath Compiler Suite"
+HOMEPAGE="http://www.pathscale.com/ekopath-compiler-suite;
+SRC_URI="http://c591116.r16.cf2.rackcdn.com/${PN}/nightly/Linux/${INSTALLER};
+
+LICENSE="all-rights-reserved"
+SLOT="${MY_PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="!!app-arch/rpm"
+RDEPEND="!dev-lang/ekopath:0/${MY_PV}"
+
+RESTRICT="bindist mirror"
+
+QA_PREBUILT="opt/${MY_P}/*"
+
+S="${WORKDIR}"
+
+src_unpack() {
+   cp "${DISTDIR}/${INSTALLER}" "${S}/" || die
+   chmod +x "${S}/${INSTALLER}" || die
+}
+
+src_install() {
+   # EI_PAX marking is obsolete and PT_PAX breaks the binary.
+   # We must use XT_PAX to run the installer.
+   if [[ ${PAX_MARKINGS} == "XT" ]]; then
+   pax-mark m "${INSTALLER}"
+   fi
+
+   ./"${INSTALLER}" \
+   --prefix "${ED%/}/opt/${MY_P}" \
+   --mode unattended || die
+
+   if [[ ! -d ${ED%/}/opt/${MY_P}/lib/${MY_PV} ]]; then
+   local guess
+   cd "${ED%/}/opt/${MY_P}/lib" && guess=( * )
+
+   if [[ ${guess[@]} ]]; then
+   die "Incorrect release version in PV, guessing it 
should be: ${guess[*]}"
+   else
+   die "No libdir installed"
+   fi
+   fi
+   [[ -x ${ED%}/opt/${MY_P}/bin/pathcc ]] || die "No pathcc executable was 
installed, your hardware is unsupported most likely"
+
+   rm -r "${ED}/opt/${MY_P}"/uninstall* || die
+}

diff --git a/dev-lang/ekopath/ekopath-6.0.756_p20160409-r100.ebuild 
b/dev-lang/ekopath/ekopath-6.0.756_p20160409-r100.ebuild
new file mode 100644
index 000..6a39c10
--- /dev/null
+++ b/dev-lang/ekopath/ekopath-6.0.756_p20160409-r100.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit pax-utils versionator
+
+MY_PV=$(get_version_component_range 1-3)

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

2016-04-10 Thread Davide Pesavento
commit: b5f9f20ac6574bb63f382912a4ac624a85cef3a6
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun Apr 10 12:22:21 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun Apr 10 12:22:21 2016 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=b5f9f20a

dev-qt/qtmultimedia: use semi-standard description for USE=gles2

Package-Manager: portage-2.2.28

 dev-qt/qtmultimedia/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtmultimedia/metadata.xml b/dev-qt/qtmultimedia/metadata.xml
index 6e9a474..b2b5338 100644
--- a/dev-qt/qtmultimedia/metadata.xml
+++ b/dev-qt/qtmultimedia/metadata.xml
@@ -6,7 +6,7 @@
Gentoo Qt Project


-   Enable EGL/GLES2 integration
+   Use GLES 2.0 or later instead of full 
OpenGL
Enable audio support via 
media-libs/gstreamer:1.0
Enable audio support via 
media-libs/gstreamer:0.10
Build QML/QtQuick bindings and imports



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

2016-04-10 Thread Davide Pesavento
commit: 0a3e292d14ae4b74a92f8886588444535d044188
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun Apr 10 12:08:28 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun Apr 10 12:08:56 2016 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=0a3e292d

dev-qt/qtmultimedia: really fix egl/gles2 handling

The videonode plugin requires both egl and gles2, therefore depending
on [-gles2] is enough to disable the plugin, and makes much more sense
than depending on [-egl], since the USE flag is called 'gles2'.
Thanks to rhill for pointing this out.

While at it, use a [gles2=] dependency on both qtgui and qtwidgets,
like we do everywhere else in the Qt stack.

Gentoo-Bug: 576636
Package-Manager: portage-2.2.28

 dev-qt/qtmultimedia/qtmultimedia-5.6.0.ebuild   | 7 +++
 dev-qt/qtmultimedia/qtmultimedia-5.6..ebuild| 7 +++
 dev-qt/qtmultimedia/qtmultimedia-5.7.0_alpha.ebuild | 7 +++
 dev-qt/qtmultimedia/qtmultimedia-5.7..ebuild| 7 +++
 dev-qt/qtmultimedia/qtmultimedia-5..ebuild  | 7 +++
 5 files changed, 15 insertions(+), 20 deletions(-)

diff --git a/dev-qt/qtmultimedia/qtmultimedia-5.6.0.ebuild 
b/dev-qt/qtmultimedia/qtmultimedia-5.6.0.ebuild
index cc48647..1a2ca34 100644
--- a/dev-qt/qtmultimedia/qtmultimedia-5.6.0.ebuild
+++ b/dev-qt/qtmultimedia/qtmultimedia-5.6.0.ebuild
@@ -16,7 +16,7 @@ REQUIRED_USE="?? ( gstreamer gstreamer010 )"
 
 RDEPEND="
~dev-qt/qtcore-${PV}
-   ~dev-qt/qtgui-${PV}
+   ~dev-qt/qtgui-${PV}[gles2=]
~dev-qt/qtnetwork-${PV}
alsa? ( media-libs/alsa-lib )
gstreamer? (
@@ -34,13 +34,12 @@ RDEPEND="
pulseaudio? ( media-sound/pulseaudio )
qml? (
~dev-qt/qtdeclarative-${PV}
-   gles2? ( ~dev-qt/qtgui-${PV}[egl,gles2] )
-   !gles2? ( ~dev-qt/qtgui-${PV}[-egl] )
+   gles2? ( ~dev-qt/qtgui-${PV}[egl] )
openal? ( media-libs/openal )
)
widgets? (
~dev-qt/qtopengl-${PV}
-   ~dev-qt/qtwidgets-${PV}
+   ~dev-qt/qtwidgets-${PV}[gles2=]
)
 "
 DEPEND="${RDEPEND}

diff --git a/dev-qt/qtmultimedia/qtmultimedia-5.6..ebuild 
b/dev-qt/qtmultimedia/qtmultimedia-5.6..ebuild
index cc48647..1a2ca34 100644
--- a/dev-qt/qtmultimedia/qtmultimedia-5.6..ebuild
+++ b/dev-qt/qtmultimedia/qtmultimedia-5.6..ebuild
@@ -16,7 +16,7 @@ REQUIRED_USE="?? ( gstreamer gstreamer010 )"
 
 RDEPEND="
~dev-qt/qtcore-${PV}
-   ~dev-qt/qtgui-${PV}
+   ~dev-qt/qtgui-${PV}[gles2=]
~dev-qt/qtnetwork-${PV}
alsa? ( media-libs/alsa-lib )
gstreamer? (
@@ -34,13 +34,12 @@ RDEPEND="
pulseaudio? ( media-sound/pulseaudio )
qml? (
~dev-qt/qtdeclarative-${PV}
-   gles2? ( ~dev-qt/qtgui-${PV}[egl,gles2] )
-   !gles2? ( ~dev-qt/qtgui-${PV}[-egl] )
+   gles2? ( ~dev-qt/qtgui-${PV}[egl] )
openal? ( media-libs/openal )
)
widgets? (
~dev-qt/qtopengl-${PV}
-   ~dev-qt/qtwidgets-${PV}
+   ~dev-qt/qtwidgets-${PV}[gles2=]
)
 "
 DEPEND="${RDEPEND}

diff --git a/dev-qt/qtmultimedia/qtmultimedia-5.7.0_alpha.ebuild 
b/dev-qt/qtmultimedia/qtmultimedia-5.7.0_alpha.ebuild
index cc48647..1a2ca34 100644
--- a/dev-qt/qtmultimedia/qtmultimedia-5.7.0_alpha.ebuild
+++ b/dev-qt/qtmultimedia/qtmultimedia-5.7.0_alpha.ebuild
@@ -16,7 +16,7 @@ REQUIRED_USE="?? ( gstreamer gstreamer010 )"
 
 RDEPEND="
~dev-qt/qtcore-${PV}
-   ~dev-qt/qtgui-${PV}
+   ~dev-qt/qtgui-${PV}[gles2=]
~dev-qt/qtnetwork-${PV}
alsa? ( media-libs/alsa-lib )
gstreamer? (
@@ -34,13 +34,12 @@ RDEPEND="
pulseaudio? ( media-sound/pulseaudio )
qml? (
~dev-qt/qtdeclarative-${PV}
-   gles2? ( ~dev-qt/qtgui-${PV}[egl,gles2] )
-   !gles2? ( ~dev-qt/qtgui-${PV}[-egl] )
+   gles2? ( ~dev-qt/qtgui-${PV}[egl] )
openal? ( media-libs/openal )
)
widgets? (
~dev-qt/qtopengl-${PV}
-   ~dev-qt/qtwidgets-${PV}
+   ~dev-qt/qtwidgets-${PV}[gles2=]
)
 "
 DEPEND="${RDEPEND}

diff --git a/dev-qt/qtmultimedia/qtmultimedia-5.7..ebuild 
b/dev-qt/qtmultimedia/qtmultimedia-5.7..ebuild
index cc48647..1a2ca34 100644
--- a/dev-qt/qtmultimedia/qtmultimedia-5.7..ebuild
+++ b/dev-qt/qtmultimedia/qtmultimedia-5.7..ebuild
@@ -16,7 +16,7 @@ REQUIRED_USE="?? ( gstreamer gstreamer010 )"
 
 RDEPEND="
~dev-qt/qtcore-${PV}
-   ~dev-qt/qtgui-${PV}
+   ~dev-qt/qtgui-${PV}[gles2=]
~dev-qt/qtnetwork-${PV}
alsa? ( media-libs/alsa-lib )
gstreamer? (
@@ -34,13 +34,12 @@ RDEPEND="
pulseaudio? ( media-sound/pulseaudio )
qml? (
~dev-qt/qtdeclarative-${PV}
-   gles2? ( ~dev-qt/qtgui-${PV}[egl,gles2] )
-

  1   2   >