[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/misc-files/metadata/

2016-05-17 Thread Göktürk Yüksek
commit: d6d3b3a1ef7e1d10bec37cf438722d9784033eeb
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Wed May 18 05:25:22 2016 +
Commit: Göktürk Yüksek  binghamton  edu>
CommitDate: Wed May 18 05:30:20 2016 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=d6d3b3a1

ebuild-writing/misc-files: re-indent the category metadata.xml example

Re-indent the category metadata.xml example so that it's more in line
with the package metadata examples.

Signed-off-by: Göktürk Yüksek  gentoo.org>

 ebuild-writing/misc-files/metadata/text.xml | 24 
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/ebuild-writing/misc-files/metadata/text.xml 
b/ebuild-writing/misc-files/metadata/text.xml
index ffd2993..e6dd819 100644
--- a/ebuild-writing/misc-files/metadata/text.xml
+++ b/ebuild-writing/misc-files/metadata/text.xml
@@ -657,18 +657,18 @@ English and optionally in other languages). A typical 
example:
 
 
 
-?xml version="1.0" encoding="UTF-8"?
-!DOCTYPE catmetadata SYSTEM 
"http://www.gentoo.org/dtd/metadata.dtd";
-catmetadata
-longdescription lang="en"
-The app-vim category contains plugins and syntax file
-packages for the Vim text editor.
-/longdescription
-longdescription lang="de"
-Die Kategorie app-vim enthält Plugins und Syntax-Pakete
-für den Vim Texteditor.
-/longdescription
-/catmetadata
+?xml version="1.0" encoding="UTF-8"?
+!DOCTYPE catmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";
+catmetadata
+  longdescription lang="en"
+The app-vim category contains plugins and syntax file
+packages for the Vim text editor.
+  /longdescription
+  longdescription lang="de"
+Die Kategorie app-vim enthält Plugins und Syntax-Pakete
+für den Vim Texteditor.
+  /longdescription
+/catmetadata
 
 
 



[gentoo-commits] proj/devmanual:master commit in: general-concepts/herds-and-projects/

2016-05-17 Thread Göktürk Yüksek
commit: 75597548b0d6e7a953f9a20437c6163071f5d9c9
Author: Göktürk Yüksek  binghamton  edu>
AuthorDate: Sun Feb 14 03:50:07 2016 +
Commit: Göktürk Yüksek  binghamton  edu>
CommitDate: Wed May 18 04:39:49 2016 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=75597548

general-concepts/herds-and-projects: update per GLEP 67 #572144 #549490

The changes are:
- Rename the title to "Projects and Herds" to put the emphasis
  on projects
- Explain projects and subprojects in a new "Projects" section
- Add a subsection for starting new projects
- Add a subsection for joining/leaving a project
- Put a warning label at the beginning of the "Herds" section,
  declare it obsolete, and preserve it for historical reasons

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=572144
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=549490
Signed-off-by: Göktürk Yüksek  binghamton.edu>

 general-concepts/herds-and-projects/text.xml | 101 ++-
 1 file changed, 100 insertions(+), 1 deletion(-)

diff --git a/general-concepts/herds-and-projects/text.xml 
b/general-concepts/herds-and-projects/text.xml
index e030150..81b1885 100644
--- a/general-concepts/herds-and-projects/text.xml
+++ b/general-concepts/herds-and-projects/text.xml
@@ -1,10 +1,106 @@
 
 
 
-Herds and Projects
+Projects and Herds
 
 
 
+
+Projects
+
+
+
+The management structure of Gentoo, called the "metastructure", is
+defined in
+https://wiki.gentoo.org/wiki/GLEP:39#Specification;>
+GLEP 39. In Gentoo, a project is a group of developers working
+towards a common goal in various different areas. For example, the
+https://wiki.gentoo.org/wiki/Project:Devmanual;>
+Devmanual project focuses on maintaining this document. Many
+others are responsible for maintaining packages. Projects spanning a
+large area of topics can have multiple subprojects specializing in
+particular fields within the domain of the parent project and thus
+form a project hierarchy.
+
+
+
+A package maintained by a project needs to have the
+project explicitly listed as a maintainer in its
+metadata.xml.
+The full listing of all the projects can be found on
+https://api.gentoo.org/metastructure/projects.xml;>
+api.gentoo.org or on the
+https://wiki.gentoo.org/wiki/Project:Gentoo;>wiki.
+
+
+
+Starting New Projects
+
+
+
+According to the metastructure any developer may create a new
+project. There are two procedures involved in starting a new project:
+
+
+  
+Create a new project page https://wiki.gentoo.org/wiki/Gentoo_Wiki:Developer_Central/Project_pages;>
+through the wiki.
+  
+  
+Post a Request For Comments (RFC) email to the gentoo-dev
+mailing list.
+  
+
+
+There is no approval required for the RFC and negative comments do not
+block a developer from creating a project. Competing projects are
+allowed to co-exist in Gentoo; existence of another project with
+similar goals do not block another developer from starting a new
+project with the same goals.
+
+
+
+
+
+Joining and Leaving a Project
+
+
+
+Members of a project are managed through the project's page on the
+Gentoo Wiki. Each page has a "Project" template in its source which
+lists the members of the project. Simply modifying the list is
+sufficient for adding or removing a developer. Note that different
+projects have different requirements and procedures for recruiting
+developers, which may require prior arrangements to be made before
+modifying the member list.
+
+
+
+Developers should remember to add themselves to the alias by editing
+/var/mail/alias/misc/alias name on
+dev.gentoo.org. For example, the alias for the Devmanual project is
+located at /var/mail/alias/misc/devmanual, which corresponds to
+the project's email address devman...@gentoo.org.
+
+
+
+
+
+
+
+
+
+Herds
+
+
+
+Herds have been declared obsolete as per the Gentoo Council's https://projects.gentoo.org/council/meeting-logs/20160110-summary.txt;>
+decision on January 10, 2016. The following section is preserved
+for historical purposes.
+
+
 
 A herd is a collection of packages with an associated set of 
maintainers.
 It can happen for example because of retirement that a herd has no developers
@@ -27,6 +123,9 @@ as the silo bootloader). This is not always 
the case.
 
 
 
+
+
+
 
 
 



[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/misc-files/metadata/

2016-05-17 Thread Göktürk Yüksek
commit: ce5c5b320b1d69080c1ee9591c984ad1f28ee49c
Author: Göktürk Yüksek  binghamton  edu>
AuthorDate: Mon Feb 29 08:18:41 2016 +
Commit: Göktürk Yüksek  binghamton  edu>
CommitDate: Wed May 18 04:39:49 2016 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=ce5c5b32

ebuild-writing/misc-files/metadata: rewrite the section per GLEP 67 #572144

A major rewrite of the section. Here is a brief summary of changes:
- Remove the information about the  tag per GLEP 67
- Restructure the section in the following order:
  - metadata.xml syntax
  - package metadata
- metadata examples
- maintainer-needed
  - category metadata
- Update the tables for metadata.xml syntax per GLEP 67
- Rewrite the package metadata examples to reflect better on GLEP 67
  and enhance with more explanations
- Assign meaningful titles to package metadata examples instead of
  using "First Example", "Second Example" etc.
- Add a subsection for handling maintainer-needed in metadata.xml
  per GLEP 67 and provide an example

This commit also makes #545272 obsolete.

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=572144
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=545272
Signed-off-by: Göktürk Yüksek  binghamton.edu>

 ebuild-writing/misc-files/metadata/text.xml | 418 
 1 file changed, 238 insertions(+), 180 deletions(-)

diff --git a/ebuild-writing/misc-files/metadata/text.xml 
b/ebuild-writing/misc-files/metadata/text.xml
index 2324f53..31ec926 100644
--- a/ebuild-writing/misc-files/metadata/text.xml
+++ b/ebuild-writing/misc-files/metadata/text.xml
@@ -10,16 +10,7 @@ package or category.
 
 
 
-Package Metadata
-
-
-For packages, metadata.xml can specify a long description and
-maintainer information. If a long description in any language is
-provided, an English long description must be present. A typical
-example might look like:
-
-
-
+Syntax
 
 
 
@@ -39,13 +30,10 @@ A metadata.xml file can contain a number of 
tags:
 This is the root element of the metadata.xml file for
 packages. It has no attributes. The following subtags are
 allowed:
-herd,
 maintainer,
 longdescription,
 use, and
 upstream.
-There should be at least one herd or
-maintainer subtag.
   
 
 
@@ -62,26 +50,16 @@ A metadata.xml file can contain a number of 
tags:
 
 
   
-herd
-  
-  
-If a package is maintained by one or more herds, names of these herds
-can be specified with the herd tag. The names
-used in this tag must be the same as specified in the https://sources.gentoo.org/viewcvs.py/*checkout*/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml?content-type=text/plainrev=HEAD;>herds.xml
-file.
-  
-
-
-  
 maintainer
   
   
-Besides being part of a herd, a package can also be maintained directly. 
-The maintainers of a package can be specified with the 
-maintainer tag. This tag has one required subtag: 
+This tag specifies the persons and/or projects responsible for
+the maintenance of a package. The type attribute must
+be specified and can be either "person" or
+"project". There is one required subtag:
 email. It has two optional subtags:
-name, and description.
+name and
+description.
   
 
 
@@ -207,8 +185,7 @@ A metadata.xml file can contain a number of 
tags:
 
 
 
-There are also some attributes that can be used with these tags. They are all
-optional:
+There are also some attributes that can be used with these tags:
 
 
 
@@ -235,7 +212,7 @@ optional:
 
   restrict
   
-herd, maintainer, 
+maintainer,
 longdescription, flag
   
   
@@ -244,12 +221,7 @@ optional:
 without this attribute must also exist. That tag without the restrict 
 attribute will serve as the default. The format of the restrict attribute 
 is that of the DEPEND flag, except that "" and 
-"" need to be specified by lt; and gt;.
-
-For example, in the sys-libs/db package, 
-restrict="gt;=sys-libs/db-3.2.9-r5"  on the
-maintainer tag shows that I'm currently maintaining all
-versions greater then 3.2.9-r5.
+"" need to be specified by "lt;" and "gt;".
   
 
 
@@ -282,212 +254,298 @@ optional:
 remote-id
   
   
-A string identifying the type of upstream source. A list of valid strings 
are kept in metadata.dtd.
+A string identifying the type of upstream source. A list of valid strings 
are kept in
+https://www.gentoo.org/dtd/metadata.dtd;>metadata.dtd.
 Developers should email the gentoo-dev mailing list before using a new 
type value. 
   
 
+
+  type
+  
+maintainer
+  
+  
+Defines the type of the maintainer for a package. There are only
+two valid values: "person" and "project". The latter
+denotes an official
+
+Gentoo project.
+  
+
 
 
 
 
-
-
-
 
-
 
-Metadata Examples
-
-First Example
+Package Metadata
 
-
 
-In this first example we provide you with the metadata.xml for 
-OpenOffice of 

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

2016-05-17 Thread Patrick Lauer
commit: fa96767d38d39a6677947b0f5d377872dfeaee92
Author: Patrick Lauer  gentoo  org>
AuthorDate: Wed May 18 05:07:16 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Wed May 18 05:31:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa96767d

app-emulation/xen: Removing unneeded useflag description from metadata.xml

Package-Manager: portage-2.2.28

 app-emulation/xen/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-emulation/xen/metadata.xml b/app-emulation/xen/metadata.xml
index bdab928..f69cd9e 100644
--- a/app-emulation/xen/metadata.xml
+++ b/app-emulation/xen/metadata.xml
@@ -7,7 +7,6 @@


Enable the Flask XSM module from NSA
-   Enable the Xen Security Modules (XSM)
Adds efi boot support, requires LDFLAG 
-melf_x86_64 for amd64

 



[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/misc-files/metadata/

2016-05-17 Thread Göktürk Yüksek
commit: 1ed9fb686fd3b10ee9a0f7f4b797765073508113
Author: Göktürk Yüksek  binghamton  edu>
AuthorDate: Thu Apr 28 07:53:34 2016 +
Commit: Göktürk Yüksek  binghamton  edu>
CommitDate: Wed May 18 04:39:49 2016 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=1ed9fb68

ebuild-writing/misc-files/metadata: add an example for slots and subslots

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

 ebuild-writing/misc-files/metadata/text.xml | 50 +
 1 file changed, 50 insertions(+)

diff --git a/ebuild-writing/misc-files/metadata/text.xml 
b/ebuild-writing/misc-files/metadata/text.xml
index 3d135a6..486af11 100644
--- a/ebuild-writing/misc-files/metadata/text.xml
+++ b/ebuild-writing/misc-files/metadata/text.xml
@@ -549,6 +549,56 @@ is demonstrated.
 
 
 
+
+Slots and Subslots
+
+
+
+The main focus of this example is to demonstrate how slots and
+subslots are specified, by examining the metadata of
+media-libs/libpng. There may be multiple reasons for
+slotting depending on the nature of the package. For this particular
+package, it can be seen that the slots are used to provide different
+versions of the library with varying binary compatibility and that
+developers are advised to build against the slot 0. Furthermore,
+different versions of this package with the same subslot provide the
+same Application Binary Interface (ABI), according to the description
+specified in the subslots tag.
+
+
+
+?xml version="1.0" encoding="UTF-8"?
+!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";
+pkgmetadata
+  maintainer type="project"
+emailbase-sys...@gentoo.org/email
+nameGentoo Base System/name
+  /maintainer
+  use
+flag name="apng"support unofficial APNG (Animated PNG) 
spec/flag
+  /use
+  upstream
+remote-id type="cpe"cpe:/a:libpng:libpng/remote-id
+remote-id type="sourceforge"apng/remote-id
+  /upstream
+  slots
+slot name="0"
+  For building against. This is the only slot
+  that provides headers and command line tools.
+/slot
+slot name="1.2"
+  For binary compatibility, provides libpng12.so.0 only.
+/slot
+slot name="1.5"
+  For binary compatibility, provides libpng15.so.15 only.
+/slot
+subslotsReflect ABI compatibility for libpng.so./subslots
+  /slots
+/pkgmetadata
+
+
+
+
 
 
 



[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/misc-files/metadata/

2016-05-17 Thread Göktürk Yüksek
commit: f00b95e90d87fc6ffd0fa0f2ba800c4c1799769e
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Wed May 18 05:20:39 2016 +
Commit: Göktürk Yüksek  binghamton  edu>
CommitDate: Wed May 18 05:20:39 2016 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=f00b95e9

ebuild-writing/misc-files: do not use https in DOCTYPE for metadata files

libxml2 has no SSL support and therefore cannot fetch the DTD served
over https. See the Gentoo commit:
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bfb585cc60a9e

This partially reverts 5b16122e6786de482bf8a57ae7eebcc8a31d4b17

Signed-off-by: Göktürk Yüksek  gentoo.org>

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

diff --git a/ebuild-writing/misc-files/metadata/text.xml 
b/ebuild-writing/misc-files/metadata/text.xml
index 486af11..ffd2993 100644
--- a/ebuild-writing/misc-files/metadata/text.xml
+++ b/ebuild-writing/misc-files/metadata/text.xml
@@ -658,7 +658,7 @@ English and optionally in other languages). A typical 
example:
 
 
 ?xml version="1.0" encoding="UTF-8"?
-!DOCTYPE catmetadata SYSTEM 
"https://www.gentoo.org/dtd/metadata.dtd";
+!DOCTYPE catmetadata SYSTEM 
"http://www.gentoo.org/dtd/metadata.dtd";
 catmetadata
 longdescription lang="en"
 The app-vim category contains plugins and syntax file



[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/misc-files/metadata/

2016-05-17 Thread Göktürk Yüksek
commit: a61f033e215514521966959a47913e8c91a6fce8
Author: Göktürk Yüksek  binghamton  edu>
AuthorDate: Wed Apr 27 06:57:25 2016 +
Commit: Göktürk Yüksek  binghamton  edu>
CommitDate: Wed May 18 04:39:49 2016 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=a61f033e

ebuild-writing/misc-files/metadata: update wrt slotting and per GLEP 68

Add information about specifying slots and subslots in the
metadata.

Also, update the section according to the specifications in GLEP 68,
clarify some of the tags better, and reorder the tags to improve the
flow of the text.

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

 ebuild-writing/misc-files/metadata/text.xml | 140 ++--
 1 file changed, 93 insertions(+), 47 deletions(-)

diff --git a/ebuild-writing/misc-files/metadata/text.xml 
b/ebuild-writing/misc-files/metadata/text.xml
index 31ec926..3d135a6 100644
--- a/ebuild-writing/misc-files/metadata/text.xml
+++ b/ebuild-writing/misc-files/metadata/text.xml
@@ -14,7 +14,15 @@ package or category.
 
 
 
-A metadata.xml file can contain a number of tags:
+A metadata file follows the syntax defined in
+https://wiki.gentoo.org/wiki/GLEP:68;>GLEP 68.
+The character set must be UTF-8 as specified by
+https://wiki.gentoo.org/wiki/GLEP:31;>GLEP 31.
+
+
+
+The following table summarizes the tags that may appear in a
+metadata.xml:
 
 
 
@@ -24,28 +32,41 @@ A metadata.xml file can contain a number of 
tags:
 
 
   
+catmetadata
+  
+  
+This is the root element of the metadata.xml file for
+categories. It has no attributes. It contains a number of
+longdescription tags, each for a different
+language.
+  
+
+
+  
 pkgmetadata
   
   
 This is the root element of the metadata.xml file for
 packages. It has no attributes. The following subtags are
 allowed:
-maintainer,
 longdescription,
+maintainer,
+slots,
 use, and
 upstream.
+While all the subtags are optional, upstream may
+appear at most once.
   
 
 
+  longdescription
   
-catmetadata
-  
-  
-This is the root element of the metadata.xml file for
-categories as per https://wiki.gentoo.org/wiki/GLEP:34;>GLEP 
34.
-It has no attributes. It contains a number of 
-longdescription tags, each for a different 
-language.
+This tag contains a description for a category or a package. For
+packages, it is used to augment the
+
+DESCRIPTION field in the ebuilds themselves. This tag has
+two optional subtags: pkg and
+cat.
   
 
 
@@ -83,11 +104,25 @@ A metadata.xml file can contain a number of 
tags:
   
 
 
-  longdescription
+  slots
+  
+This tag describes the
+slots of a package.
+It has two optional subtags: slot and subslots.
+  
+
+
+  slot
+  
+This contains information for a particular slot. The name
+attribute is mandatory and specifies the name of the slot.
+  
+
+
+  subslots
   
-This tag contains a description of the package. This is to augment the 
-DESCRIPTION field in the ebuilds themselves. This tag has two optional
-subtags: pkg and cat.
+Describes the meaning of subslots for the whole package. This
+tag may appear at most once.
   
 
 
@@ -113,25 +148,30 @@ A metadata.xml file can contain a number of 
tags:
   upstream
   
 This tag contains information about the upstream developers/project.
+It supports multiple optional subtags: maintainer,
+changelog, doc, bugs-to,
+and remote-id.
   
 
 
   maintainer
   
-Name and e-mail of an upstream maintainer. May appear more than once.
+Provides information about the upstream maintainer. It requires a
+name subtag to be specified, supports an optional
+email subtag and an optional status attribute.
   
 
 
-  email
+  name
   
-The email address of an upstream may appear only once and must appear in 
first place.
+The name of an upstream maintainer should contain a block of text with 
upstream's name.
+This element is mandatory for an upstream maintainer and must appear 
exactly once.
   
 
 
-  name
+  email
   
-The name of an upstream maintainer should contain a block of text with 
upstream's name.
-This element is mandatory for an upstream maintainer and must appear only 
once.
+The email address of an upstream maintainer. May appear only once.
   
 
 
@@ -141,7 +181,7 @@ A metadata.xml file can contain a number of 
tags:
 The URL must be version independent and must point to a changelog which is 
only
 updated on new releases of the corresponding package. (This also implies 
that
 one can link to an automatically updated changelog in case of vcs snapshots
-only.)
+only). May appear at most once.
   
 
 
@@ -151,14 +191,14 @@ A metadata.xml file can contain a number of 
tags:
 found. The link must not point to any third party documentation and must be
 version independent. If the documentation is available in more than 

[gentoo-commits] repo/gentoo:master commit in: games-fps/quake2-demodata/

2016-05-17 Thread Michael Sterrett
commit: eb1bb488397f4ff3250ab7e0a4025a3a5f0d219a
Author: Michael Sterrett  gentoo  org>
AuthorDate: Wed May 18 04:42:16 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Wed May 18 05:17:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb1bb488

games-fps/quake2-demodata: stable for amd64

Package-Manager: portage-2.2.28

 games-fps/quake2-demodata/quake2-demodata-3.14.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-fps/quake2-demodata/quake2-demodata-3.14.ebuild 
b/games-fps/quake2-demodata/quake2-demodata-3.14.ebuild
index 7c16869..5c7b39c 100644
--- a/games-fps/quake2-demodata/quake2-demodata-3.14.ebuild
+++ b/games-fps/quake2-demodata/quake2-demodata-3.14.ebuild
@@ -1,6 +1,7 @@
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
+
 EAPI=5
 inherit unpacker eutils versionator games
 
@@ -15,7 +16,7 @@ SRC_URI="mirror://idsoftware/${MY_PN}/${FILE}"
 # See license.txt - it's a bit different to Q2EULA in Portage
 LICENSE="quake2-demodata"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ppc sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86 ~x86-fbsd"
 IUSE="symlink"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: games-strategy/freecol/, games-strategy/freecol/files/

2016-05-17 Thread Michael Sterrett
commit: fb94b102bd5af7cb4117e764e7a45b1bcfef4eb0
Author: Michael Sterrett  gentoo  org>
AuthorDate: Wed May 18 05:06:47 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Wed May 18 05:17:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb94b102

games-strategy/freecol: version bump (bug #571392)

Package-Manager: portage-2.2.28

 games-strategy/freecol/Manifest|  1 +
 .../freecol/files/freecol-0.11.6-gentoo.patch  | 27 
 games-strategy/freecol/freecol-0.11.6.ebuild   | 80 ++
 3 files changed, 108 insertions(+)

diff --git a/games-strategy/freecol/Manifest b/games-strategy/freecol/Manifest
index 2ca3a17..c94a3de 100644
--- a/games-strategy/freecol/Manifest
+++ b/games-strategy/freecol/Manifest
@@ -1 +1,2 @@
 DIST freecol-0.11.5-src.zip 45280324 SHA256 
99b31077fb3d7bfab44fcb900e0ea828a1dedf44fa814e05e166f240a68a5078 SHA512 
1059c3b5c87c0f5ae07a99aaab1af2f73c7767a536aa2cff1b6c518b53d9ef6cb75713b4aeb601ab02bf946dcf451d01775b27cf82c457c0b9869e4cfeb55965
 WHIRLPOOL 
859c5097db4db88642fdfe0189bb731f47e7fe5118e943958698c351b21b6e0762a106b9541a8554633f770c7c2a0d4b57a8b7b26584e96be1277ec887721d67
+DIST freecol-0.11.6-src.zip 45002451 SHA256 
52bbc35a8101cbfa770a004750c88969d6caf3f182733671a1e04dd97b86021a SHA512 
fbfec95ad7128477d631be92b750d639d42bde3e052c94265590933e841adf66e670d5e1b2f6e8ef05629afeafded60cbb495ef93272ebc14ce7fd2f2eaa53de
 WHIRLPOOL 
355c046419c4fe62a1564460145d13938ae7435a8cb518e1de156a5f575627249c5bccd79d56e8a2b3f156d8f0d291d2cd9c24e4c1d9b27efb9427a8a33acb07

diff --git a/games-strategy/freecol/files/freecol-0.11.6-gentoo.patch 
b/games-strategy/freecol/files/freecol-0.11.6-gentoo.patch
new file mode 100644
index 000..c087193
--- /dev/null
+++ b/games-strategy/freecol/files/freecol-0.11.6-gentoo.patch
@@ -0,0 +1,27 @@
+--- build.xml.orig 2015-12-09 21:10:08.272361404 -0500
 build.xml  2015-12-09 21:11:26.189663216 -0500
+@@ -36,12 +36,11 @@
+ 
+ 
+ 
+-
+-
++
+ 
+-
++
+ 
+-
++
+ 
+ 
+ 
+@@ -162,7 +161,7 @@
+ 
+ 
+-
+ 
+ 

diff --git a/games-strategy/freecol/freecol-0.11.6.ebuild 
b/games-strategy/freecol/freecol-0.11.6.ebuild
new file mode 100644
index 000..86e3be0
--- /dev/null
+++ b/games-strategy/freecol/freecol-0.11.6.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils java-pkg-2 java-ant-2 games
+
+DESCRIPTION="An open source clone of the game Colonization"
+HOMEPAGE="http://www.freecol.org/;
+SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEP="dev-java/jsr173
+   dev-java/wstx:3.2
+   dev-java/commons-cli:1
+   dev-java/cortado
+   dev-java/miglayout"
+DEPEND=">=virtual/jdk-1.8
+   app-arch/unzip
+   ${COMMON_DEP}"
+RDEPEND=">=virtual/jre-1.8
+   ${COMMON_DEP}"
+
+S=${WORKDIR}/${PN}
+
+java_prepare() {
+   # jorbis isn't in portage yet
+   rm 
jars/{commons-cli-1.1,cortado-0.6.0,miglayout-core-4.2,miglayout-swing-4.2}.jar 
|| die
+   epatch "${FILESDIR}"/${P}-gentoo.patch
+}
+
+src_prepare() {
+   java-pkg-2_src_prepare
+}
+
+src_configure() {
+   java-ant-2_src_configure
+}
+
+src_compile() {
+   EANT_BUILD_TARGET=package
+   EANT_EXTRA_ARGS="
+   -Dstax.jar=$(java-pkg_getjars jsr173)
+   -Dwoodstox.jar=$(java-pkg_getjars wstx-3.2)
+   -Dcli.jar=$(java-pkg_getjars commons-cli-1)
+   -Dmiglayout.jar=$(java-pkg_getjars miglayout)
+   -Dcortado.jar=$(java-pkg_getjars cortado)
+   "
+   java-pkg-2_src_compile
+}
+
+src_install() {
+   java-pkg_jarinto "${GAMES_DATADIR}"/${PN}
+   java-pkg_dojar FreeCol.jar
+   java-pkg_dolauncher ${PN} \
+   -into "${GAMES_PREFIX}" \
+   --pwd "${GAMES_DATADIR}"/${PN} \
+   --jar FreeCol.jar \
+   --java_args -Xmx512M
+   insinto "${GAMES_DATADIR}"/${PN}
+   doins -r data schema
+   doicon data/${PN}.png
+   make_desktop_entry ${PN} FreeCol
+   dodoc README
+   prepgamesdirs
+}
+
+pkg_setup() {
+   games_pkg_setup
+   java-pkg-2_pkg_setup
+}
+
+pkg_preinst() {
+   games_pkg_preinst
+   java-pkg-2_pkg_preinst
+}



[gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/

2016-05-17 Thread Thomas Beierlein
commit: 8c436fad3b726c2f3016ea72f54ca3cad9d0982b
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Wed May 18 05:07:23 2016 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Wed May 18 05:07:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c436fad

media-radio/tlf: Version bump

Package-Manager: portage-2.3.0_rc1

 media-radio/tlf/Manifest   |  1 +
 media-radio/tlf/tlf-1.2.4.1.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/media-radio/tlf/Manifest b/media-radio/tlf/Manifest
index e56394b..efba557 100644
--- a/media-radio/tlf/Manifest
+++ b/media-radio/tlf/Manifest
@@ -1,2 +1,3 @@
 DIST tlf-1.2.2.tar.gz 594524 SHA256 
dc4bd660cfd145ed193993bf7dfb1544b05b2f615a8fe5d2cc6da1403a9744ed SHA512 
0d1fb92f03c56356eaa8750ca5d35b446a3621717a75fdb1b2c40bafd442546f42c95341f5d645ab75cc8cf128bfd537fbdee29d18179ac7a96f5ac33b7329b4
 WHIRLPOOL 
934e9c045ce9c5bf5115f63339ff635b9bd9218963d0948e4eca9df7389757f3ed4699412c9465aca9301cba3632b169666cbce602a96cf131dde2e55f49e1f2
 DIST tlf-1.2.3.tar.gz 622883 SHA256 
def2af96ec084744baa7efbbf92b969d04e84fb62b184692cf181c45be5754ad SHA512 
00e1fdef38a311fe3b6e925fe58caa3aab4a4b58faa4ebc433510cb821a32ba0f44fe7f7461b06453e43ab02d54964a5c39d5c0ddacacb9d767701bc27e93324
 WHIRLPOOL 
14a9da844d2cb8cccaa0575d53651868557921955d645bfa4acb2b0514abdd2e6c3f95abfa706b892b6937588e4c4c7dc3ea81ef1eedcffc1d8e7c5710b9f385
+DIST tlf-1.2.4.1.tar.gz 630258 SHA256 
59cb8d78dbe1fa5e8ddc3f1973c5e8e41ffa1d8bef3723ced2c69ddca6692333 SHA512 
567308c51f60179c21543b1046c0d2b7ecc8e63396f80a85ee386e1faa7e6ea2087907ac845dff97154b6badfaf1f7b0e69fbd21ec1d18ece48c42fa38a019c0
 WHIRLPOOL 
c402bb9d30f8376c02e4ecf1fe198a81e92e6f6c729de144ed92792ce7ae60518a345884b55def90b5cd280b49f6b730526c61e1992708a5a0ca8227a94a4e8b

diff --git a/media-radio/tlf/tlf-1.2.4.1.ebuild 
b/media-radio/tlf/tlf-1.2.4.1.ebuild
new file mode 100644
index 000..ff13bba
--- /dev/null
+++ b/media-radio/tlf/tlf-1.2.4.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit flag-o-matic multilib
+
+DESCRIPTION="Console-mode amateur radio contest logger"
+HOMEPAGE="http://home.iae.nl/users/reinc/TLF-0.2.html;
+SRC_URI="http://www.hs-mittweida.de/tb/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="sys-libs/ncurses:=
+   dev-libs/glib:2
+   media-libs/hamlib
+   media-sound/sox
+   dev-libs/xmlrpc-c[curl]"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   append-ldflags -L/usr/$(get_libdir)/hamlib
+   econf --docdir=/usr/share/doc/${PF} --enable-hamlib 
--enable-fldigi-xmlrpc
+}



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

2016-05-17 Thread Hans de Graaff
commit: 4828d0007066630510599047a78c5dba5209261e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed May 18 04:50:57 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed May 18 04:50:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4828d000

dev-ruby/semantic_puppet: add 0.1.2

Package-Manager: portage-2.2.28

 dev-ruby/semantic_puppet/Manifest   |  1 +
 .../semantic_puppet/semantic_puppet-0.1.2.ebuild| 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-ruby/semantic_puppet/Manifest 
b/dev-ruby/semantic_puppet/Manifest
index e00129d..96ab74b 100644
--- a/dev-ruby/semantic_puppet/Manifest
+++ b/dev-ruby/semantic_puppet/Manifest
@@ -1 +1,2 @@
 DIST semantic_puppet-0.1.1.gem 25088 SHA256 
803dc62c61bbd7318197821590d8fe45f306ce8be4d1e54944ac7bfa1af2eff1 SHA512 
9aa2ed9ae4194d85dd2c69b09ff128aef77f0fcb0ac2a3acd9dfbae970251d6ea9bf8cd7cab66f41553bc2693fb401d154e3ec4f0866d87106d39d1f347808fa
 WHIRLPOOL 
774cb803c7e30aa341464b431d0678b7fbbff100ad4ac8b48285266dc70b5bf3f6d449db3670bcf0fdb2990635f758330b967abf47c264e59e0b468f6f1377b4
+DIST semantic_puppet-0.1.2.gem 25600 SHA256 
de0f0112fc4b9412ce3295e2f9653a796ec9f88953a2cfd03617755a5a35a559 SHA512 
160cfe6f649a038a5d3899ba059ce47e1cdf691d658e058968452f68c46964298b897ed63eea07aad424c7ea861ea95b3b31e398ed54a2b26e608d2a285e3600
 WHIRLPOOL 
29026b9db8729f04634647480b9f0f40ae71705b3ff7b693d78bd6266cea28ae47bcb15cfdd2d8d7352d07d568874477dead2997409d96c24cafc1ad51451b74

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-0.1.2.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-0.1.2.ebuild
new file mode 100644
index 000..b3deb7d
--- /dev/null
+++ b/dev-ruby/semantic_puppet/semantic_puppet-0.1.2.ebuild
@@ -0,0 +1,21 @@
+# 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="rspec"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library of tools for working with Semantic Versions and module 
dependencies"
+HOMEPAGE="https://github.com/puppetlabs/semantic_puppet;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""



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

2016-05-17 Thread Hans de Graaff
commit: 2d4f932309612a60698eab481d556ec3d4604cba
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed May 18 04:41:53 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed May 18 04:41:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d4f9323

dev-ruby/litc: drop ruby19

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/litc/litc-1.0.3-r1.ebuild 
b/dev-ruby/litc/litc-1.0.3-r1.ebuild
index f06777f..489de94 100644
--- a/dev-ruby/litc/litc-1.0.3-r1.ebuild
+++ b/dev-ruby/litc/litc-1.0.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_TASK_DOC="rerdoc"
 RUBY_FAKEGEM_DOCDIR="rdoc"



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

2016-05-17 Thread Hans de Graaff
commit: ed8c8d6baf6b66d23420c12a757166d19ab68e83
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed May 18 04:46:59 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed May 18 04:46:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed8c8d6b

dev-ruby/redcloth: add 4.3.1

Package-Manager: portage-2.2.28

 dev-ruby/redcloth/Manifest  |  1 +
 dev-ruby/redcloth/redcloth-4.3.1.ebuild | 58 +
 2 files changed, 59 insertions(+)

diff --git a/dev-ruby/redcloth/Manifest b/dev-ruby/redcloth/Manifest
index 9f7105b..ac35c6c 100644
--- a/dev-ruby/redcloth/Manifest
+++ b/dev-ruby/redcloth/Manifest
@@ -1,2 +1,3 @@
 DIST RedCloth-4.3.0.tar.gz 91815 SHA256 
aa73fb9e22cb1e02fa9d5aca4c85185021f4c89d6aed28d058f30040c9792800 SHA512 
3c8c8b04697b776f9bf06e0783ac296466319a82ccad374c431f20e9fb06eb97a7fe08ecef1a0a40339aa19873ad5946f674a9392942f5eb4ffe7b7b8aac9f57
 WHIRLPOOL 
d25efa0a53cbaea71ffdb608c4dbce8eb24ea53431d58a6e8602717c5cb059c0279b038240fb708192094011ab4af3c88439ca68802c421359c7e1eacf5ff10c
+DIST RedCloth-4.3.1.tar.gz 91846 SHA256 
d3824f7b415cc3ef6ad508104b83529b4f00cc17a6e17061b7b1ea0539a8e67d SHA512 
965b083bc7a832652cd0e3e0a9ee08bd833e8f9da0e265684a92496b91eb1e2bde0ba147894e2f5ffad3bc5e77a0430076b18d6ef2e82bd31f08c760c0cdb09e
 WHIRLPOOL 
a40ed6cf7288a81cf4afba73a9244b0029c4a4426dba5897458682603422dd025de1229cfe4ab717067fc6317db3eab5ee988cda0fb478d0768d48031c177b49
 DIST RedCloth-git-4.2.9.tgz 96897 SHA256 
e649f46a58b949c6d229714c25b747f331b4a5b887eaa65ac43eab1f39067e6c SHA512 
646f7a1a88ab9b3ff078016df706a1c9d991bf21d86ef1dd4c0a0ee6b946f94276b52499218bca222461eb003510e84b81f44b08899c5b36ac115137193e968a
 WHIRLPOOL 
4276714eb34ec2571544ff271698f1e6540ac62d51704c4216d19452be0b59d1da3014b7c290204b9ca42d5edd88094f1de79618d3bbf8d4f8ae5fb214ecca63

diff --git a/dev-ruby/redcloth/redcloth-4.3.1.ebuild 
b/dev-ruby/redcloth/redcloth-4.3.1.ebuild
new file mode 100644
index 000..28dd7b2
--- /dev/null
+++ b/dev-ruby/redcloth/redcloth-4.3.1.ebuild
@@ -0,0 +1,58 @@
+# 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_NAME="RedCloth"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_DOCDIR="doc"
+
+RUBY_FAKEGEM_EXTRADOC="README.rdoc CHANGELOG"
+
+RUBY_FAKEGEM_REQUIRE_PATHS="lib/case_sensitive_require"
+
+inherit ruby-fakegem versionator
+
+DESCRIPTION="A module for using Textile in Ruby"
+HOMEPAGE="http://redcloth.org/;
+
+GITHUB_USER=jgarber
+SRC_URI="https://github.com/${GITHUB_USER}/redcloth/archive/v${PV}.tar.gz -> 
${RUBY_FAKEGEM_NAME}-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND+=" dev-util/ragel"
+
+ruby_add_bdepend "
+   >=dev-ruby/rake-0.8.7
+   >=dev-ruby/rake-compiler-0.7.1
+   test? ( >=dev-ruby/diff-lcs-1.1.2 )"
+
+pkg_setup() {
+   ruby-ng_pkg_setup
+
+   # Export the VERBOSE variable to avoid remapping of stdout and
+   # stderr, and that breaks because of bad interactions between
+   # echoe, Ruby and Gentoo.
+   export VERBOSE=1
+}
+
+all_ruby_prepare() {
+   sed -i -e '/[Bb]undler/d' Rakefile ${PN}.gemspec || die
+   rm -f tasks/{release,rspec,rvm}.rake || die
+}
+
+each_ruby_compile() {
+   # We cannot run this manually easily, because Ragel re-generation
+   # is a mess
+   ${RUBY} -S rake compile || die "rake compile failed"
+}



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

2016-05-17 Thread Mike Gilbert
commit: ded075d49d0dc7001eb944be7158f8dfe57399a6
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed May 18 04:30:46 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed May 18 04:30:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ded075d4

www-client/chromium: beta channel bump (51.0.2704.47)

Package-Manager: portage-2.2.28_p107_p556624

 www-client/chromium/Manifest |   1 +
 www-client/chromium/chromium-51.0.2704.47.ebuild | 696 +++
 2 files changed, 697 insertions(+)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index f1a8396..edd43b5 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,5 +1,6 @@
 DIST chromium-50.0.2661.102.tar.xz 531505652 SHA256 
12135ef890c2bd13b653a06e2a44e8f251a65fe9e91404c792d27e346c5d57c6 SHA512 
277311b77df7331b996a1b08c2591c7407a57ba4ee9c93d82eaea63db7ffd1551647e04c64c5e460c58862ff2363d59a674043a41d6b7f05ff4b2b85f18c7e7e
 WHIRLPOOL 
183c6e8dd0e195bc027a685c4064a0aaceaf880fae62b89b664a4cd1e1aedf9510961ce7b6c3e515f47222545bc695a5876a6ed4c8580ce599d1139cb3fd20f7
 DIST chromium-51.0.2704.22.tar.xz 459682528 SHA256 
808ffd06a299a2f8d05deb8199c837cbd9e5b7091715ae48ec5872e8b5ef6bc0 SHA512 
d09d2e78d87ed76df597fa764fd9487d04bf66016ce784cf34ac5e69d76535b2969d16d81c7abbd1a2286f35311ab050e4de98b211901a00c925c66b5a10383e
 WHIRLPOOL 
e15a330347b1b9b1fed3351ceddfa4eb847c08ebd87e9edf8917ee8e558a016a740da15260af92f3b9fad5ebe45f5654ee1a105d25334876b2948e3d9701b98d
 DIST chromium-51.0.2704.36.tar.xz 459762252 SHA256 
3573249343c4dc19b5d56c51a6986c4742ba7f62c0c60fea14e2ff146c92d753 SHA512 
b9f3abc0928ba0bb390c93da5ca8443e540e8199939a9a3fa574ba25053c45dbab14db7da585bd1048f8ce97d86eef7460fddb00c162a6c0e4a426c9e6891c89
 WHIRLPOOL 
1e484dc03bd56675f31d60144c85a646524e033c3f9dccc89d9d8b9b7555d94acf4932b363b80b0073420024a992a7bebd7a9de435924ff2490443fe69200f44
+DIST chromium-51.0.2704.47.tar.xz 459894480 SHA256 
22dcb396ce4c113d3237709a1962a24983667978da97e53111cc448839192450 SHA512 
929f4fe79211ccf8aae9e1ff749e337a19304f341d5722e14aee4668781aaf501036f8018dc426e057505d753ff4886f7dce814f2aae45ec48957aea5032e75c
 WHIRLPOOL 
dc57ddbf2eb5bf8cb3e3fbf635d09b666e0e0a6b2b92cfdd12f06e754fe30b1efda0df1cdef4de3aa35fe7409fdd95f49a88f747949cf0710e4ea63675f9eaaa
 DIST chromium-52.0.2716.0.tar.xz 461514628 SHA256 
c0f593a640fce7a8c93081725bfc16fae0c4a268c846343fdfeba11fd35755fe SHA512 
25cda422bc1af230613004db56fe8fa0d9a7ed3f9c20b357ff60f788854509ac60f855c1454db05e8921a8f83ba0e95a4f841255d8d6390df68808f04f94826e
 WHIRLPOOL 
e49f3f56a63afb755c1432ea82b77b9f4b4ce02559e24b2e11bdaa199df67a20d4a80470b6c0ae86f5091b24d77bdabf3d79f37d3d40604e0db11b823e7e3500
 DIST chromium-52.0.2723.2.tar.xz 466192080 SHA256 
b463bca13a37f474e2d34e85d138d595e2e091e845f9bdc69c1090931de353a3 SHA512 
fe7de4db588115e1f6155577c0dc721e8b54db5bd67a2c6dc495f75569d3a78060b9f7343c70ed5e04814b021f7031790da7a5486b25bbe41b11a256eb0cd163
 WHIRLPOOL 
e7a911da45c7bdc8b887f27f14fda933e3c56ddea07f5af1c89f32a39c83511f06f2e7d30a7762fa90ca1fef4684e82ee06cc08fb2ef6e7a882fbba255e8d9f9

diff --git a/www-client/chromium/chromium-51.0.2704.47.ebuild 
b/www-client/chromium/chromium-51.0.2704.47.ebuild
new file mode 100644
index 000..29cd475
--- /dev/null
+++ b/www-client/chromium/chromium-51.0.2704.47.ebuild
@@ -0,0 +1,696 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PYTHON_COMPAT=( python2_7 )
+
+CHROMIUM_LANGS="am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he
+   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl 
sr
+   sv sw ta te th tr uk vi zh_CN zh_TW"
+
+inherit check-reqs chromium eutils flag-o-matic multilib multiprocessing 
pax-utils \
+   portability python-any-r1 readme.gentoo-r1 toolchain-funcs versionator 
virtualx
+
+DESCRIPTION="Open-source version of Google Chrome web browser"
+HOMEPAGE="http://chromium.org/;
+SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz;
+
+LICENSE="BSD hotwording? ( no-source-code )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="cups gn gnome gnome-keyring gtk3 +hangouts hidpi hotwording kerberos 
neon pic +proprietary-codecs pulseaudio selinux +system-ffmpeg +tcmalloc 
widevine"
+RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
+
+# TODO: bootstrapped gn binary hangs when using tcmalloc with portage's 
sandbox.
+REQUIRED_USE="gn? ( kerberos !system-ffmpeg !tcmalloc )"
+
+# Native Client binaries are compiled with different set of flags, bug #452066.
+QA_FLAGS_IGNORED=".*\.nexe"
+
+# Native Client binaries may be stripped by the build system, which uses the
+# right tools for it, bug #469144 .
+QA_PRESTRIPPED=".*\.nexe"
+
+RDEPEND="
+   app-arch/bzip2:=
+   cups? ( >=net-print/cups-1.3.11:= )
+   >=dev-libs/elfutils-0.149
+   dev-libs/expat:=
+   dev-libs/glib:=

[gentoo-commits] repo/gentoo:master commit in: games-strategy/wesnoth/

2016-05-17 Thread Michael Sterrett
commit: 49bbbd5f445c6e1174b79b071abd989b77e15e91
Author: Michael Sterrett  gentoo  org>
AuthorDate: Wed May 18 03:37:36 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Wed May 18 03:37:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49bbbd5f

games-strategy/wesnoth: version bump

Package-Manager: portage-2.2.28

 games-strategy/wesnoth/Manifest  |   1 +
 games-strategy/wesnoth/wesnoth-1.12.6.ebuild | 118 +++
 2 files changed, 119 insertions(+)

diff --git a/games-strategy/wesnoth/Manifest b/games-strategy/wesnoth/Manifest
index 2c2c5b3..21296af 100644
--- a/games-strategy/wesnoth/Manifest
+++ b/games-strategy/wesnoth/Manifest
@@ -1 +1,2 @@
 DIST wesnoth-1.12.5.tar.bz2 387726941 SHA256 
599aad40da4b271c5138ac5a4391d9ff9c367ee51f5c30ca138f6baf92aea81d SHA512 
1a785c02389cd4bdc79b61f62c5bb98f01fde61c3923527195a5a8e8f8986349fcda3d40a4fb14248626ea8e79eba12b8232e39cce08bfea7fbdf3d9627d53b4
 WHIRLPOOL 
7afbbf28de36ce3a55a177bc5b6de7f635c4e18de5934378fce6ea6a1da7ab95c55ff6c35b4a3166927efc17138fb18ef600e08969b29001455e21a260c8f6b6
+DIST wesnoth-1.12.6.tar.bz2 387869758 SHA256 
a50f384cead15f68f31cfa1a311e76a12098428702cb674d3521eb169eb92e4e SHA512 
12ca3b5de8fd385b05cc8e76604f7aed68127a7542599d6e97cce793e10636e00bd65dcb088701e20ccc7191f41b1d67a00b291f885df880fac00d13d6fbde7a
 WHIRLPOOL 
a1ca73e86ab66cb263e288f12d005210b1b9275012a9de470f1d60a1fa8b80d81d834c9bb9002920b8a6c94b13a413f451a5703d377bd8fbadfe455a41967221

diff --git a/games-strategy/wesnoth/wesnoth-1.12.6.ebuild 
b/games-strategy/wesnoth/wesnoth-1.12.6.ebuild
new file mode 100644
index 000..7a71ad6
--- /dev/null
+++ b/games-strategy/wesnoth/wesnoth-1.12.6.ebuild
@@ -0,0 +1,118 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit cmake-utils eutils multilib toolchain-funcs flag-o-matic games
+
+DESCRIPTION="Battle for Wesnoth - A fantasy turn-based strategy game"
+HOMEPAGE="http://www.wesnoth.org/;
+SRC_URI="mirror://sourceforge/wesnoth/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE="dbus dedicated doc fribidi nls server"
+
+RDEPEND=">=media-libs/libsdl-1.2.7:0[joystick,video,X]
+   media-libs/sdl-net
+   !dedicated? (
+   >=media-libs/sdl-ttf-2.0.8
+   >=media-libs/sdl-mixer-1.2[vorbis]
+   >=media-libs/sdl-image-1.2[jpeg,png]
+   fribidi? ( dev-libs/fribidi )
+   dbus? ( sys-apps/dbus )
+   sys-libs/zlib
+   x11-libs/pango
+   dev-lang/lua:0
+   media-libs/fontconfig
+   )
+   >=dev-libs/boost-1.48:=[nls,threads]
+   virtual/libintl"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   sys-devel/gettext"
+
+src_prepare() {
+   if use dedicated || use server ; then
+   sed \
+   -e "s:GAMES_BINDIR:${GAMES_BINDIR}:" \
+   -e "s:GAMES_STATEDIR:${GAMES_STATEDIR}:" \
+   -e "s/GAMES_USER_DED/${GAMES_USER_DED}/" \
+   -e "s/GAMES_GROUP/${GAMES_GROUP}/" 
"${FILESDIR}"/wesnothd.rc \
+   > "${T}"/wesnothd || die
+   fi
+   if ! use doc ; then
+   sed -i \
+   -e '/manual/d' \
+   doc/CMakeLists.txt || die
+   fi
+   # bug #472994
+   mv icons/wesnoth-icon-Mac.png icons/wesnoth-icon.png || die
+   mv icons/map-editor-icon-Mac.png icons/wesnoth_editor-icon.png || die
+
+   # respect LINGUAS (bug #483316)
+   if [[ ${LINGUAS+set} ]] ; then
+   local langs
+   for lang in $(cat po/LINGUAS)
+   do
+   has $lang $LINGUAS && langs+="$lang "
+   done
+   echo "$langs" > po/LINGUAS || die
+   fi
+}
+
+src_configure() {
+   filter-flags -ftracer -fomit-frame-pointer
+   if [[ $(gcc-major-version) -eq 3 ]] ; then
+   filter-flags -fstack-protector
+   append-flags -fno-stack-protector
+   fi
+   # Work around eclass
+   append-flags -UNDEBUG
+   if use dedicated || use server ; then
+   mycmakeargs=(
+   "-DENABLE_CAMPAIGN_SERVER=TRUE"
+   "-DENABLE_SERVER=TRUE"
+   "-DSERVER_UID=${GAMES_USER_DED}"
+   "-DSERVER_GID=${GAMES_GROUP}"
+   "-DFIFO_DIR=${GAMES_STATEDIR}/run/wesnothd"
+   )
+   else
+   mycmakeargs=(
+   $(cmake-utils_use_enable fribidi FRIBIDI)
+   "-DENABLE_CAMPAIGN_SERVER=FALSE"
+   "-DENABLE_SERVER=FALSE"
+   )
+   fi
+   mycmakeargs+=(
+   $(cmake-utils_use_enable !dedicated GAME)
+   $(cmake-utils_use_enable !dedicated 

[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2016-05-17 Thread Mike Gilbert
commit: 72e26286beb96e0950d8ad6c1f39d19489129e40
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed May 18 01:24:30 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed May 18 01:24:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e26286

www-client/google-chrome-unstable: automated update

Package-Manager: portage-2.2.28_p107_p545449

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...ble-52.0.2729.3.ebuild => google-chrome-unstable-52.0.2739.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index 0738a39..47f841a 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_52.0.2729.3-1_amd64.deb 54090974 SHA256 
e8d852f478e1103ec5dd7d16c59802b46a9a0ce411c186b9fe8c84997a555041 SHA512 
873053750c4f063b58c1aed009c4ec190e61a7a018e61779eee7fa2d21f6fe004b8c39a9cf632538bf3454696c038776b021626528cc77891afb3b073d806cd7
 WHIRLPOOL 
dee6684cc0c1d29febb0767b45ff47823540d2db8383e57e80cf98daa6e300c950dafd85799fcf6a879a2d8e6e751425f6b1d0da9fda4b1d84ad5eb05d2eceb4
+DIST google-chrome-unstable_52.0.2739.0-1_amd64.deb 54456300 SHA256 
d7be55c1efc9b8ca0b998b987106f98b4f7fd1bcccd4230a8cebcbbfc4c0fee4 SHA512 
640917328fa012c67246812c6c4efc5b192ec50702ccf97a7f37c915d797aef3bf2599ef6fb82c20b00c0ffd7dde6016f4aad140c286da2b653f65593ced41b7
 WHIRLPOOL 
231a8be85c3f356b36454fd45e7005e673ee50617eff496584024f4941e30e0219f703329942a78e6c9b4b721086167e9597ea2379009bc251bc925ecb682538

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-52.0.2729.3.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-52.0.2739.0.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-52.0.2729.3.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-52.0.2739.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2016-05-17 Thread Mike Gilbert
commit: 7fbcae15b25b5b3fdfc494a342d78513f99edb76
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed May 18 01:24:42 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed May 18 01:24:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fbcae15

www-plugins/chrome-binary-plugins: automated update

Package-Manager: portage-2.2.28_p107_p545461

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...29.3_alpha.ebuild => chrome-binary-plugins-52.0.2739.0_alpha.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 2c9fa13..de98578 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_51.0.2704.47-1_amd64.deb 49066898 SHA256 
61d16787b8a091f6bed23b9c0e16a640bed30eeddbc0a23fe848f28fa8485ceb SHA512 
e9cf3ae2ae4c499964819d12474bd3837f9ff2ef2fd5579ebf3e79302333d28c2adb9e4c9f6fe9b8e501146b5f0eaaa60337b7413cf03d6050ef60966f44ac17
 WHIRLPOOL 
04ab35930197e3f0d4823dbbc8d72d32f9682602465a04432287be5bacd9ff739dae7f942826ef8d4779812cd08a4e701819df765ebc91206f7aef598a099148
 DIST google-chrome-stable_50.0.2661.102-1_amd64.deb 48877898 SHA256 
4b93f0109dfb79cea19d8f22ac736238d5cb2106b1dfc16e3b8f52e36bdf789f SHA512 
79dced500f3f6cf775f68e6020825472014af7922ee33af4d5d525b444e34433c9c9b68dcd57b093c5af6483e1ac559023e27058f7a873f34fdc8c7bc92bab6c
 WHIRLPOOL 
b5e2160472aa3ef9f895adbb742440ad9618595f9e128e836a8a8bc562ff3d3d943d1d51baaf4e493963d461797f61ac1b0177dfbd0dc78248eb46c228e35c6b
-DIST google-chrome-unstable_52.0.2729.3-1_amd64.deb 54090974 SHA256 
e8d852f478e1103ec5dd7d16c59802b46a9a0ce411c186b9fe8c84997a555041 SHA512 
873053750c4f063b58c1aed009c4ec190e61a7a018e61779eee7fa2d21f6fe004b8c39a9cf632538bf3454696c038776b021626528cc77891afb3b073d806cd7
 WHIRLPOOL 
dee6684cc0c1d29febb0767b45ff47823540d2db8383e57e80cf98daa6e300c950dafd85799fcf6a879a2d8e6e751425f6b1d0da9fda4b1d84ad5eb05d2eceb4
+DIST google-chrome-unstable_52.0.2739.0-1_amd64.deb 54456300 SHA256 
d7be55c1efc9b8ca0b998b987106f98b4f7fd1bcccd4230a8cebcbbfc4c0fee4 SHA512 
640917328fa012c67246812c6c4efc5b192ec50702ccf97a7f37c915d797aef3bf2599ef6fb82c20b00c0ffd7dde6016f4aad140c286da2b653f65593ced41b7
 WHIRLPOOL 
231a8be85c3f356b36454fd45e7005e673ee50617eff496584024f4941e30e0219f703329942a78e6c9b4b721086167e9597ea2379009bc251bc925ecb682538

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2729.3_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2739.0_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2729.3_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2739.0_alpha.ebuild



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

2016-05-17 Thread Maciej Mrozowski
commit: 3600c714eb86c78e150e4eb8a6fd854ea0d42144
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Tue May 17 23:15:57 2016 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Tue May 17 23:15:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3600c714

cmake-utils.eclass: enable CMAKE_WARN_UNUSED_CLI for EAPI 6

 eclass/cmake-utils.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
index ebcb631..427c13f 100644
--- a/eclass/cmake-utils.eclass
+++ b/eclass/cmake-utils.eclass
@@ -87,7 +87,6 @@ _CMAKE_UTILS_ECLASS=1
 # Warn about variables that are declared on the command line
 # but not used. Might give false-positives.
 # "no" to disable (default) or anything else to enable.
-: ${CMAKE_WARN_UNUSED_CLI:=no}
 
 # @ECLASS-VARIABLE: PREFIX
 # @DESCRIPTION:
@@ -113,7 +112,8 @@ _CMAKE_UTILS_ECLASS=1
 # Should be set by user in a per-package basis in /etc/portage/package.env.
 
 case ${EAPI} in
-   2|3|4|5|6) : ;;
+   2|3|4|5) : ${CMAKE_WARN_UNUSED_CLI:=no} ;;
+   6) : ${CMAKE_WARN_UNUSED_CLI:=yes} ;;
*) die "EAPI=${EAPI:-0} is not supported" ;;
 esac
 



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

2016-05-17 Thread Austin English
commit: 3cbf4cb62f71f1460a4acf3ae481810cb5d1ad26
Author: Austin English  gentoo  org>
AuthorDate: Tue May 17 22:14:41 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Tue May 17 22:14:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cbf4cb6

media-gfx/xdot: add  ebuild

Based on an ebuild by Denilson Sá  gmail.com>

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

Package-Manager: portage-2.2.26

 media-gfx/xdot/xdot-.ebuild | 24 
 1 file changed, 24 insertions(+)

diff --git a/media-gfx/xdot/xdot-.ebuild b/media-gfx/xdot/xdot-.ebuild
new file mode 100644
index 000..e85ddb6
--- /dev/null
+++ b/media-gfx/xdot/xdot-.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 git-r3
+
+DESCRIPTION="Interactive viewer for Graphviz dot files"
+HOMEPAGE="https://github.com/jrfonseca/xdot.py;
+EGIT_REPO_URI="https://github.com/jrfonseca/xdot.py.git;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS=""
+
+DEPEND="
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   >=dev-python/pygtk-2.10:2[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   media-gfx/graphviz[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"



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

2016-05-17 Thread Mike Frysinger
commit: 12c449466d22d95f02aeaf513af2983c3914c5e3
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue May 17 21:54:58 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue May 17 21:56:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12c44946

media-libs/libxmlbird: new package

 media-libs/libxmlbird/Manifest |   1 +
 .../files/libxmlbird-1.2.0-configure-valac.patch   |  62 
 .../libxmlbird/files/libxmlbird-1.2.0-libdir.patch | 159 +
 .../files/libxmlbird-1.2.0-verbose.patch   |  10 ++
 media-libs/libxmlbird/libxmlbird-1.2.0.ebuild  |  59 
 media-libs/libxmlbird/metadata.xml |  11 ++
 6 files changed, 302 insertions(+)

diff --git a/media-libs/libxmlbird/Manifest b/media-libs/libxmlbird/Manifest
new file mode 100644
index 000..bf037fc
--- /dev/null
+++ b/media-libs/libxmlbird/Manifest
@@ -0,0 +1 @@
+DIST libxmlbird-1.2.0.tar.xz 20004 SHA256 
baca1d813c4a53c67a8052f8488766af7f73c38b1187fa0f7cd939899071dc24 SHA512 
0677004a79194dde87f27387ae1faeb19aa2ecd985664ad4f3f7576d39f71e0d05215c92bb15f3e3f1a4053e27025fd1a4151f1ba12774cfa789d47648097e5b
 WHIRLPOOL 
51ac2fe20fa434267dd2af968707c8370ff3b02c137554fc88e0a0147e61d2824c3381a46e016802fb6af3c16cdf950c231c3c6a01b7bda477f4c76091da3201

diff --git a/media-libs/libxmlbird/files/libxmlbird-1.2.0-configure-valac.patch 
b/media-libs/libxmlbird/files/libxmlbird-1.2.0-configure-valac.patch
new file mode 100644
index 000..121d6fd
--- /dev/null
+++ b/media-libs/libxmlbird/files/libxmlbird-1.2.0-configure-valac.patch
@@ -0,0 +1,62 @@
+https://github.com/johanmattssonm/xmlbird/pull/5
+
+From 67864656d7446b067a388c6fd2f059322d7047f0 Mon Sep 17 00:00:00 2001
+From: Mike Frysinger 
+Date: Tue, 17 May 2016 17:00:05 -0400
+Subject: [PATCH] configure/test: respect --valac option
+
+Make sure we don't still test `valac` when the compiler has been set to
+a specific version/path.
+---
+ configure| 6 +++---
+ scripts/tests.py | 4 ++--
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/configure b/configure
+index f80559f..4bbd9d5 100755
+--- a/configure
 b/configure
+@@ -44,8 +44,8 @@ def test_library_version (lib):
+   process.communicate()[0]
+   return process.returncode == 0
+ 
+-def configure (): 
+-  if not test_program_version ("valac", 0, 16, 0):
++def configure(valac):
++  if not test_program_version(valac, 0, 16, 0):
+   print (FAIL + "valac is too old." + ENDC)
+   exit (1)
+ 
+@@ -105,7 +105,7 @@ if not options.nonnull:
+ else:
+   options.nonnull = True
+   
+-configure()
++configure(options.valac)
+ 
+ configfile.write_compile_parameters(options.prefix,
+   
options.dest,
+diff --git a/scripts/tests.py b/scripts/tests.py
+index 7281e05..88483f1 100644
+--- a/scripts/tests.py
 b/scripts/tests.py
+@@ -1,6 +1,6 @@
+ #!/usr/bin/python3
+ import subprocess
+-from scripts.config import PREFIX
++from scripts.config import (PREFIX, VALAC)
+ from scripts.run import run
+ from scripts.version import LIBXMLBIRD_SO_VERSION
+ 
+@@ -32,7 +32,7 @@ def build_tests():
+ run ("mkdir -p build/tests");
+ 
+ for test in tests:
+-run ("valac --ccode --pkg=posix --pkg=xmlbird --vapidir=./build "
++run (VALAC + " --ccode --pkg=posix --pkg=xmlbird --vapidir=./build "
+  + "--directory=./build tests/" + test + ".vala tests/Test.vala");
+ 
+ run ("""gcc -fPIC -c \
+-- 
+2.8.2
+

diff --git a/media-libs/libxmlbird/files/libxmlbird-1.2.0-libdir.patch 
b/media-libs/libxmlbird/files/libxmlbird-1.2.0-libdir.patch
new file mode 100644
index 000..ca47ba3
--- /dev/null
+++ b/media-libs/libxmlbird/files/libxmlbird-1.2.0-libdir.patch
@@ -0,0 +1,159 @@
+From 661c84d232e8d22978dd0220f7860b149c19f2e4 Mon Sep 17 00:00:00 2001
+From: Mike Frysinger 
+Date: Tue, 17 May 2016 17:37:53 -0400
+Subject: [PATCH] configure: respect libdir at build time
+
+The xmlbird.pc file encodes the libdir in it, so make sure we have it
+at configure & build time.  That means moving the flag from install to
+configure and the config module.
+
+Also clean up the code a bit so `--libdir lib64` doesn't break things.
+It previously assumed that the argument always had a leading slash.
+---
+ configure | 19 ++-
+ install.py| 39 +++
+ scripts/configfile.py |  3 ++-
+ scripts/pkgconfig.py  |  2 +-
+ 4 files changed, 32 insertions(+), 31 deletions(-)
+
+diff --git a/configure b/configure
+index 4bbd9d5..ed64f66 100755
+--- a/configure
 b/configure
+@@ -51,6 +51,7 @@ def configure(valac):
+ 
+ parser = OptionParser()
+ parser.add_option('-p', '--prefix', dest='prefix', help='Install prefix', 
metavar='PREFIX')
++parser.add_option('-l', '--libdir', dest='libdir', help='path to 

[gentoo-commits] repo/gentoo:master commit in: media-gfx/birdfont/, media-gfx/birdfont/files/

2016-05-17 Thread Mike Frysinger
commit: 84ea5b0d16208ed45d9a594b940066dcd67f20ba
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue May 17 21:55:15 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue May 17 21:56:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84ea5b0d

media-gfx/birdfont: version bump to 2.15.5

 media-gfx/birdfont/Manifest|  2 +-
 ...irdfont-2.5.1.ebuild => birdfont-2.15.5.ebuild} | 54 +-
 .../files/birdfont-2.15.5-configure-valac.patch| 42 +
 3 files changed, 65 insertions(+), 33 deletions(-)

diff --git a/media-gfx/birdfont/Manifest b/media-gfx/birdfont/Manifest
index 2d8fbd7..181eb3f 100644
--- a/media-gfx/birdfont/Manifest
+++ b/media-gfx/birdfont/Manifest
@@ -1 +1 @@
-DIST birdfont-2.5.1.tar.xz 1394944 SHA256 
114899918abd3163fdcb12c1dd88f07630dff312be535cc6828095608442af8c SHA512 
9976a7297900d18181dc5f2ef1c9af274b6986f126b2a499173a02bc5bd5eebb99918e1e4a152e5e304de63f86ae156045dc4a4f1da646c3579ef86f63ff8f5e
 WHIRLPOOL 
028c077737cb0fb23a9d86d1a840885b570d84783d79a3c7610c462f6a7bab0591227b1c6397d1ba69393901c4752cbfe14ad9edd1821d613b89847e2a593d16
+DIST birdfont-2.15.5.tar.xz 2257284 SHA256 
5bee9dce0b4e0532665d123fb7acea264768cf213ac088a7eb97ec5bd6a622a6 SHA512 
f272917e15a7960ae1a462a85542123cfed501986032ace692e654d4806bed75d36b258d7717761a1a864b00b18d7fb412ac5e83f8ea9805d13893e479f0716e
 WHIRLPOOL 
6d784afd5adcd6582a0574d97ce079b128ed5016879087d089404b167a1c8e2b274588a82491c3b8eb739f74531faaf79f192c53b6022791758c0614ec3906d7

diff --git a/media-gfx/birdfont/birdfont-2.5.1.ebuild 
b/media-gfx/birdfont/birdfont-2.15.5.ebuild
similarity index 60%
rename from media-gfx/birdfont/birdfont-2.5.1.ebuild
rename to media-gfx/birdfont/birdfont-2.15.5.ebuild
index f596cb9..2a6deaf 100644
--- a/media-gfx/birdfont/birdfont-2.5.1.ebuild
+++ b/media-gfx/birdfont/birdfont-2.15.5.ebuild
@@ -3,8 +3,8 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python2_7 )
-PLOCALES="cs de el es fr id it nb nl oc pl pt_BR pt ru sk sr sv tr uk"
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+PLOCALES="cs de it sv"
 
 inherit python-any-r1 vala l10n toolchain-funcs multilib eutils
 
@@ -17,14 +17,18 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="gtk nls"
 
-RDEPEND="dev-libs/libgee:0.8=
+RDEPEND="dev-db/sqlite:3
+   dev-libs/libgee:0.8=
dev-libs/glib:2
+   media-libs/fontconfig
media-libs/freetype:2
+   media-libs/libxmlbird
x11-libs/gdk-pixbuf:2
gtk? (
net-libs/libsoup:2.4
net-libs/webkit-gtk:3=
x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
x11-libs/gtk+:3
x11-libs/libnotify
)"
@@ -37,22 +41,16 @@ src_prepare() {
vala_src_prepare
 
epatch "${FILESDIR}"/${PN}-2.5.1-verbose.patch
-
-   # The webkit we use requires gtk 3, so fix our deps too.
-   # Upstream has already made this fix for newer versions.
-   sed -i \
-   -e '/pkg-config/s:gtk+-2.0:gtk+-3.0:' \
-   scripts/build.py || die
+   epatch "${FILESDIR}"/${PN}-2.15.5-configure-valac.patch
 
sed -i \
-e "s:pkg-config:$(tc-getPKG_CONFIG):" \
-   configure scripts/{bavala,build,linux_build}.py || die
+   configure dodo.py || die
+}
 
-   # Respect custom valac even during configure time.
-   # https://github.com/johanmattssonm/birdfont/pull/18
-   sed -i \
-   -e "s:valac:${VALAC}:" \
-   configure || die
+v() {
+   echo "$@"
+   "$@" || die
 }
 
 src_configure() {
@@ -66,33 +64,25 @@ src_configure() {
rm po/*.po || die
fi
 
-   ./configure \
+   v ./configure \
--prefix "${EPREFIX}/usr" \
--gtk $(usex gtk True False) \
--gee gee-0.8 \
-   || die
-
-   # Hack out gtk build when it's disabled.
-   # Upstream has already fixed this for newer versions.
-   use gtk || sed -i '/^build.birdfont_gtk/d' scripts/linux_build.py
+   --valac "${VALAC}" \
+   --cc "$(tc-getCC)" \
+   --cflags "${CFLAGS} ${CPPFLAGS}" \
+   --ldflags "${LDFLAGS}"
 }
 
 src_compile() {
-   ./scripts/linux_build.py \
-   --prefix "${EPREFIX}/usr" \
-   --cc "$(tc-getCC)" \
-   --cflags "${CFLAGS} ${CPPFLAGS}" \
-   --ldflags "${LDFLAGS}" \
-   --valac "${VALAC}" \
-   || die
+   v ./build.py
 }
 
 src_install() {
-   ./install.py \
+   v ./install.py \
--dest "${D}" \
--nogzip \
--libdir "$(get_libdir)" \
-   --manpages-directory "/share/man/man1" \
-   || die
-   dodoc NEWS README
+   --manpages-directory "/share/man/man1"
+   dodoc NEWS README.md
 }

diff --git 

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

2016-05-17 Thread Austin English
commit: 7755e4f21375d5cc74a7d1e20082cd8a552aff5d
Author: Austin English  gentoo  org>
AuthorDate: Tue May 17 21:52:45 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Tue May 17 21:53:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7755e4f2

media-gfx/xdot: add 0.6 and 0.7 ebuilds

Package-Manager: portage-2.2.26

 media-gfx/xdot/Manifest|  2 ++
 media-gfx/xdot/xdot-0.6.ebuild | 29 +
 media-gfx/xdot/xdot-0.7.ebuild | 29 +
 3 files changed, 60 insertions(+)

diff --git a/media-gfx/xdot/Manifest b/media-gfx/xdot/Manifest
index d105bc8..9da46cd 100644
--- a/media-gfx/xdot/Manifest
+++ b/media-gfx/xdot/Manifest
@@ -1 +1,3 @@
 DIST xdot-0.5.tar.gz 24555 SHA256 
ecc40a7371a6f9590cb10b1a7d3cef67843cb18e7a9e4648dcb458229a7bf3c7 SHA512 
f466ee0af2270c66218b67bf371c972d0ffefe977059b3c4a2ca29807c3ca419020286ed9c031853f79afb55222884c942bd14d8365b64ce2a0ed5f6d1d0
 WHIRLPOOL 
10e21752cfb8afd3a34b64708f410290b70e37026a8723320693f612ea1de5e13296db88b951ce860c260434dba5b113919b12e10f461e97b8a6a68d5f7e9125
+DIST xdot-0.6.tar.gz 27710 SHA256 
0932bb72abaa77e6a5c4f2acd13569763c23d2761f4e9e5e49993bc69da9cce2 SHA512 
25dcb35aacdd58fb13519346d1d8cf500b3cc40dee85e967d23c52c0c37ba092a023aec6cd72a35b74e3ea6a2168e1691ad218e4a6af17ea6d56d824f05b
 WHIRLPOOL 
f98c33b4d9e0d08a61630f351063a6756b40c01aa065ec8a7b9e620aa5650b97de1ea73bb384a41bc48ab4a99e6498499e4f5df3191449c56947bb9101f29f41
+DIST xdot-0.7.tar.gz 126406 SHA256 
908eeaaae2af12744e25e8cffe704d7a9fd221c23c60f550263de81157ef50f7 SHA512 
793be28fbd0ee6c2b9dd97532ef8742d598f84055ef67e688593d7c1f689f04593dd89a490f4f48866b18ac595252d03b9cc6d8d8e2d6c0ac1ef1ad28789c512
 WHIRLPOOL 
80976649a0d2cb0c7dc4d27783b9e23d3fc5e7c6e9d003816ca85d644384e0ef81d672b3d5261b38b22a3a80ab80ac51a892318ba15a2f26af5198dbd4612b3e

diff --git a/media-gfx/xdot/xdot-0.6.ebuild b/media-gfx/xdot/xdot-0.6.ebuild
new file mode 100644
index 000..c31d3d6
--- /dev/null
+++ b/media-gfx/xdot/xdot-0.6.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 distutils-r1
+
+MY_PN=xdot.py
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Interactive viewer for Graphviz dot files"
+HOMEPAGE="https://github.com/jrfonseca/xdot.py;
+SRC_URI="https://github.com/jrfonseca/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   >=dev-python/pygtk-2.10:2[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   media-gfx/graphviz[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"

diff --git a/media-gfx/xdot/xdot-0.7.ebuild b/media-gfx/xdot/xdot-0.7.ebuild
new file mode 100644
index 000..c31d3d6
--- /dev/null
+++ b/media-gfx/xdot/xdot-0.7.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 distutils-r1
+
+MY_PN=xdot.py
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Interactive viewer for Graphviz dot files"
+HOMEPAGE="https://github.com/jrfonseca/xdot.py;
+SRC_URI="https://github.com/jrfonseca/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   >=dev-python/pygtk-2.10:2[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   media-gfx/graphviz[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"



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

2016-05-17 Thread James Le Cuirot
commit: 6b05e7837c76300acef1db8356735ca5a84a5472
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue May 17 21:34:52 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue May 17 21:36:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b05e783

dev-java/oracle-jdk-bin: Remove old and vulnerable 1.7.0.80

This should have gone ages ago but we couldn't remove it until
icedtea-bin:8 was stable, otherwise we'd have had a boatload of
complaints from icedtea users being forced onto Oracle.

Package-Manager: portage-2.3.0_rc1

 dev-java/oracle-jdk-bin/Manifest   |  16 --
 .../oracle-jdk-bin/files/oracle-jdk-bin-1.7.env|  17 --
 .../oracle-jdk-bin/oracle-jdk-bin-1.7.0.80.ebuild  | 307 -
 3 files changed, 340 deletions(-)

diff --git a/dev-java/oracle-jdk-bin/Manifest b/dev-java/oracle-jdk-bin/Manifest
index 71ce273..0598f7d 100644
--- a/dev-java/oracle-jdk-bin/Manifest
+++ b/dev-java/oracle-jdk-bin/Manifest
@@ -1,20 +1,4 @@
-DIST UnlimitedJCEPolicyJDK7.zip 7426 SHA256 
7a8d790e7bd9c2f82a83baddfae765797a4a56ea603c9150c87b7cdb7800194d SHA512 
02eca7da8f3fffea388431d5352290535a63d53a1f5c795d6511ccba62445787a0ee6ad4bc1852e5262860b6d607ba2a8c6a3dbb0c3e1d7c3a67ac7bbc783204
 WHIRLPOOL 
02460c7ca54f5f62c3f349addf8e2a101f7a56987e9f62365fac3f703b0c93ac5de4d55697a3d04f78b547b072e0acc95a0720d2ce3b429d2fd5936d50edd1ac
-DIST javafx_samples-2_2_80-linux.zip 21218149 SHA256 
bd632d2c0f36be8bfc798ee6b78b328ff12d9b6ccea5e077dffc7a06f7933819 SHA512 
00ec77bfbc7c9a9b1a61acb360b8278febd07bd16fc407a0b52ca0b694d35c79c0fb92d11caf131a8ee16238275962f6bc2e1f8471740ee0045b96bd14e957ba
 WHIRLPOOL 
b3f5032b1496b1bb8776e79566ed6a3da1dec3ab2b6d66d3cf67901bbaab5e746a1f3967af271c7b5a90b4522b6763ad7a5f172dfcf588184c5392a1a8a5a785
 DIST jce_policy-8.zip 8409 SHA256 
f3020a3922efd6626c2fff45695d527f34a8020e938a49292561f18ad1320b59 SHA512 
abbaa81a35f904ec61b4cf3c2d1ca8c8d49e53bb248e698185eea906939d68f5063412800585ec74027aab1012ef189aebe1dc99fe8ef4230a0ecb0b527f88e5
 WHIRLPOOL 
8c9ce1ea4673b75fa6271b74e598880f98361d5d2c9c25439fa0af3d07cfeb871b39682dae4e38160f49770b1fec953162e451b9b2cf44d2c72a226944212bcc
-DIST jdk-7u80-linux-i586-demos.tar.gz 20827120 SHA256 
27b7c4955d989c9c34a6eed9e08f1955e01546146ed6fb1223f04ef33d143900 SHA512 
25fc9ff9ee993ccf8d4caf0701b1e8e5ffdc78c68b0e94a93eb49f3cbc54f739a1699090e675439df9b63338974f5b9a04f6e33df59f6193b42a87a9a437ff47
 WHIRLPOOL 
25d8ef0b3205ede51eb2ba306d98d7eac91e06d0ca13b771593f343ac27df1d085cfd65a98346c63e76498eb19c106302407615218a907c8f6ea2e743eae09bc
-DIST jdk-7u80-linux-i586.tar.gz 154850445 SHA256 
9ded1318a7223cf6e09ac4b6ee4db1f4c5d1aef1d3d291f6db8491a32eaa57ba SHA512 
69e2ee7964b18e9e8b57db917b303eb9ea629c432300fe4749177118d2f5c365e72b976649e21354643fe4957120a2b23de025bab4dc45977837d4847a61ffb6
 WHIRLPOOL 
2d549c7971935f79e536de8bb0a5fc2547a8bdf039d1617a73fbc0ae222a80422fb336105c3362521efb376aa2ea6fa8c3a0521044785bfc9dc061ebe694628c
-DIST jdk-7u80-linux-x64-demos.tar.gz 20882163 SHA256 
09c55d37508ff6c4b9ebac34e8d5fb65d7ace5cf45d5074726b413e8aa30dfa1 SHA512 
2c24799ca0f14d74053e504cee0a9160472fd7e26e1d86d4eb72b190ec934b041bd72b5ce77f44bdca4b7fe8d8104515572491145f2f14e6d295be0bb010b2ef
 WHIRLPOOL 
e9f0312261049a5610ffbc64417f41025f36fc0ffec0f40dbcdfd391a3152f1c05ef80d584671d46fe26f86846825ea66e91090159e79a5192f11c695396e8ef
-DIST jdk-7u80-linux-x64.tar.gz 153530841 SHA256 
bad9a731639655118740bee119139c1ed019737ec802a630dd7ad7aab4309623 SHA512 
a772878f740e87835bafc82841e8f4c1dfbe8bc79e072d3f6c5c74d3a206eb9001a53b474d91a22819c7c0d6407ed88993635c39738779c2b08c22c7a1c2e9e9
 WHIRLPOOL 
fac71585db57851245891919daca1f043c1a8c002c193426ea7e30b482129e65adee336c2421e4aa1241b8fd7cc69b8a1918cd0c44315bf4aec715e86d116384
-DIST jdk-7u80-macosx-x64.dmg 206510745 SHA256 
2b9deef240a7f07d08541da01bbd60cbf93bf713efd5997e586ba23ec4f5089e SHA512 
99150dd7bcc0ceddb12c7690b341323bb49fd0a8b98680176ba964ebbd37fe3e2fd1febad64b376a9fbbb19d883f5800613a8dc6c644de5f36cd7aeacb4d6e3a
 WHIRLPOOL 
41ccabd45b6b8bdd43ca308fdbe3b1c3e89b58aa80336b2810c5bc4b57adc14cd98914467dac582eccd69e03bb911dd5f7d6c30d4ee5a8be2d7eb05607e12035
-DIST jdk-7u80-macosx-x86_64-demos.tar.gz 19394289 SHA256 
27b3f9f12e8e6b56b6f42cbe2ba0e04cb3521c487162ef4de366ba6bb6c60735 SHA512 
1dea5c171ffa93a1f111c59b2138f983307bdc4ec0e98ab848dfc040af5a39d8a1ff85fdc3997eeb190499a28565da18284610605a346977c173267a98edbc54
 WHIRLPOOL 
79f2410802cf476dd5fa6817bfa0538fdf1bc4158d32c1ccd9748b81c7640ff0d6ea92e3bb25e8d29fc7687ef6163b1cf386f852fb2e5960a3f77fa6e392bc73
-DIST jdk-7u80-solaris-i586-demos.tar.gz 16855430 SHA256 
27b4aa795a9e57436d4b3aa11ea00bcf34442a95921e50a086ebdce94cb5f19a SHA512 
9af21b132609cdb237bc63e4e739e81589f90445f116434ae7cad744fadefb38790d78fde7ff4d13689d275fe5a814c283f280d0485f0ec85147376672040de6
 WHIRLPOOL 
e7ee65da144034781c84f07073ff23ee57561f838c85c7e7b24cb3b1b8d0e6f0393666383ac4473cd7d05d75e98406ec6484b447a17192c8a65eb6281622839f
-DIST 

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

2016-05-17 Thread James Le Cuirot
commit: 134ea4b77410f0fc50fa34e475c80305e0758a58
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue May 17 21:02:46 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue May 17 21:36:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=134ea4b7

dev-java/icedtea-bin: 3.0.1 stable on amd64 and x86 (#581876)

Package-Manager: portage-2.3.0_rc1

 dev-java/icedtea-bin/icedtea-bin-3.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/icedtea-bin/icedtea-bin-3.0.1.ebuild 
b/dev-java/icedtea-bin/icedtea-bin-3.0.1.ebuild
index 911e81b..4d3034c 100644
--- a/dev-java/icedtea-bin/icedtea-bin-3.0.1.ebuild
+++ b/dev-java/icedtea-bin/icedtea-bin-3.0.1.ebuild
@@ -24,7 +24,7 @@ done
 
 LICENSE="GPL-2-with-linking-exception"
 SLOT="8"
-KEYWORDS="-* ~amd64 ~arm ppc64 ~x86"
+KEYWORDS="-* amd64 ~arm ppc64 x86"
 
 IUSE="+alsa cjk +cups doc examples +gtk headless-awt nsplugin pulseaudio 
selinux source +webstart"
 REQUIRED_USE="gtk? ( !headless-awt ) nsplugin? ( !headless-awt )"



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

2016-05-17 Thread James Le Cuirot
commit: 5fdd41be94370d6c90820a5651c8c43d1bc2578a
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue May 17 21:38:54 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue May 17 21:43:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fdd41be

virtual/jdk: oracle-jdk-bin:1.7 has gone

Package-Manager: portage-2.3.0_rc1

 virtual/jdk/{jdk-1.7.0-r1.ebuild => jdk-1.7.0-r2.ebuild} | 1 -
 1 file changed, 1 deletion(-)

diff --git a/virtual/jdk/jdk-1.7.0-r1.ebuild b/virtual/jdk/jdk-1.7.0-r2.ebuild
similarity index 92%
rename from virtual/jdk/jdk-1.7.0-r1.ebuild
rename to virtual/jdk/jdk-1.7.0-r2.ebuild
index cb6f30e..c868d78 100644
--- a/virtual/jdk/jdk-1.7.0-r1.ebuild
+++ b/virtual/jdk/jdk-1.7.0-r2.ebuild
@@ -11,5 +11,4 @@ KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-maco
 RDEPEND="|| (
dev-java/icedtea-bin:7
dev-java/icedtea:7
-   dev-java/oracle-jdk-bin:1.7
)"



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

2016-05-17 Thread James Le Cuirot
commit: 33040d1a0d8eec7e6881d7533fc64f47a33e1554
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue May 17 21:41:29 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue May 17 21:43:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33040d1a

virtual/jre: oracle-jre-bin:1.7 has gone

Package-Manager: portage-2.3.0_rc1

 virtual/jre/{jre-1.7.0-r1.ebuild => jre-1.7.0-r2.ebuild} | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/virtual/jre/jre-1.7.0-r1.ebuild b/virtual/jre/jre-1.7.0-r2.ebuild
similarity index 83%
rename from virtual/jre/jre-1.7.0-r1.ebuild
rename to virtual/jre/jre-1.7.0-r2.ebuild
index d4dc608..9954515 100644
--- a/virtual/jre/jre-1.7.0-r1.ebuild
+++ b/virtual/jre/jre-1.7.0-r2.ebuild
@@ -8,7 +8,4 @@ DESCRIPTION="Virtual for Java Runtime Environment (JRE)"
 SLOT="1.7"
 KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
-RDEPEND="|| (
-   virtual/jdk:1.7
-   dev-java/oracle-jre-bin:1.7
-   )"
+RDEPEND="virtual/jdk:1.7"



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

2016-05-17 Thread James Le Cuirot
commit: 4d1bbdfe020c60aabf15066bb8316c2ed50970ff
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue May 17 21:01:23 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue May 17 21:36:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d1bbdfe

dev-java/icedtea-web: 1.6.1-r1 stable on amd64 and x86 (#581876)

Package-Manager: portage-2.3.0_rc1

 dev-java/icedtea-web/icedtea-web-1.6.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/icedtea-web/icedtea-web-1.6.1-r1.ebuild 
b/dev-java/icedtea-web/icedtea-web-1.6.1-r1.ebuild
index 2640a4b..d20483f 100644
--- a/dev-java/icedtea-web/icedtea-web-1.6.1-r1.ebuild
+++ b/dev-java/icedtea-web/icedtea-web-1.6.1-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://icedtea.classpath.org;
 SRC_URI="http://icedtea.classpath.org/download/source/${P}.tar.gz;
 LICENSE="GPL-2 GPL-2-with-linking-exception LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ppc64 ~x86"
+KEYWORDS="amd64 ~arm ppc64 x86"
 IUSE="doc javascript nsplugin tagsoup test"
 RESTRICT="test"
 



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

2016-05-17 Thread James Le Cuirot
commit: e839e9cfd9750a50fd522374d3e40d032607ae19
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue May 17 21:09:39 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue May 17 21:36:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e839e9cf

dev-java/icedtea-web: Remove old 1.5.1-r1

Closes bugs #569784, #581628.

Package-Manager: portage-2.3.0_rc1

 dev-java/icedtea-web/Manifest  |   1 -
 dev-java/icedtea-web/files/README.gentoo   |  21 
 .../files/icedtea-web-1.5-respect-ldflags.patch|  11 --
 dev-java/icedtea-web/icedtea-web-1.5.1-r1.ebuild   | 113 -
 dev-java/icedtea-web/metadata.xml  |   1 -
 5 files changed, 147 deletions(-)

diff --git a/dev-java/icedtea-web/Manifest b/dev-java/icedtea-web/Manifest
index cb9393d..9aab84a 100644
--- a/dev-java/icedtea-web/Manifest
+++ b/dev-java/icedtea-web/Manifest
@@ -1,2 +1 @@
-DIST icedtea-web-1.5.1.tar.gz 1616344 SHA256 
03f16356fa84564f1ae32286e0a090a464c87ec123b40602dcea925757900195 SHA512 
ef47eecbbb52fcb44ec9585db4c4428025201b04968dfcfc26061160d80b29ee649752f21ffe891cfa5c6bf775d0bc1dbb7dbd9a79794e052bb8b865fa94d039
 WHIRLPOOL 
955b5cc565fa62d2f5eb85a3253751cd284a4cb926619afe60920123878281a77f348a7c26cdafea2c6d4cd760fe4d399041b665b86ff1bbaf441e25f9f18379
 DIST icedtea-web-1.6.1.tar.gz 1776222 SHA256 
a9b46ab6c9dc303c89651143596bc5abea29242b9bdcabdd2dab7c606592c920 SHA512 
dae39818f74a098289acd0736d27c2e68b10b603a3fb0a180cf4b6444345cbe71ab1ba77dfb198f053f9567bb18aa96de09049c3b595b3d292d142a7ae7d3ef9
 WHIRLPOOL 
96826d17daee16dfa99f6439678cc509c94556955839b7e8bc43c1993ee04740f35b0547d56649bb9f7a625b5b2515be9d173b642ccb15cb1dead83a03586a6e

diff --git a/dev-java/icedtea-web/files/README.gentoo 
b/dev-java/icedtea-web/files/README.gentoo
deleted file mode 100644
index 0b4b644..000
--- a/dev-java/icedtea-web/files/README.gentoo
+++ /dev/null
@@ -1,21 +0,0 @@
-Manage Plugin
--
-The IcedTea browser plugin (NPPlugin) can be enabled using
-eselect java-nsplugin.
-
-Select JVM
---
-IcedTea-Web (>=1.4) supports selecting the JVM to use for the plugin. Currently
-works for all IcedTea releases. The eselect module java-nsplugin in
->=eselect-java-0.1.0 added support for this.
-
-Per user configuration
---
-IcedTea-Web also supports per user configuration which takes precedence over 
the
-global choice of JVM managed by the java-nsplugin module. If you made use of
-itweb-settings as user to set a JVM for instance and want to give control back
-to java-nsplugin to manage the JVM to use run as your user:
-'sed -i -e "/^deployment.jre.dir=/d" ~/.icedtea/deployment.properties'
-
-Per user plugin selection via eselect java-nsplugin is a longstanding feature
-request. Bug 148632

diff --git a/dev-java/icedtea-web/files/icedtea-web-1.5-respect-ldflags.patch 
b/dev-java/icedtea-web/files/icedtea-web-1.5-respect-ldflags.patch
deleted file mode 100644
index 72ee9eb..000
--- a/dev-java/icedtea-web/files/icedtea-web-1.5-respect-ldflags.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 Makefile.am.orig   2014-08-14 12:15:46.0 +0200
-+++ Makefile.am2014-11-01 23:09:49.543555638 +0100
-@@ -322,7 +322,7 @@
- 
- $(PLUGIN_DIR)/$(BUILT_PLUGIN_LIBRARY): $(addprefix 
$(PLUGIN_DIR)/,$(PLUGIN_OBJECTS))
-   cd $(PLUGIN_DIR) && \
--  $(CXX) $(CXXFLAGS) \
-+  $(CXX) $(CXXFLAGS) $(LDFLAGS) \
- $(PLUGIN_OBJECTS) \
- $(GLIB_LIBS) \
- $(MOZILLA_LIBS) \

diff --git a/dev-java/icedtea-web/icedtea-web-1.5.1-r1.ebuild 
b/dev-java/icedtea-web/icedtea-web-1.5.1-r1.ebuild
deleted file mode 100644
index 0435ab8..000
--- a/dev-java/icedtea-web/icedtea-web-1.5.1-r1.ebuild
+++ /dev/null
@@ -1,113 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-# Build written by Andrew John Hughes (ahug...@redhat.com)
-
-EAPI="5"
-
-inherit autotools eutils readme.gentoo java-pkg-2 java-vm-2
-
-DESCRIPTION="FOSS Java browser plugin and Web Start implementation"
-HOMEPAGE="http://icedtea.classpath.org;
-SRC_URI="http://icedtea.classpath.org/download/source/${P}.tar.gz;
-LICENSE="GPL-2 GPL-2-with-linking-exception LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="doc +icedtea7 javascript nsplugin tagsoup test"
-RESTRICT="test"
-
-COMMON_DEP="
-   icedtea7? ( || (
-   dev-java/icedtea:7 dev-java/icedtea-bin:7
-   ) )
-   !icedtea7? ( || (
-   dev-java/icedtea:7 dev-java/icedtea-bin:7
-   dev-java/icedtea:6 dev-java/icedtea-bin:6
-   ) )
-   app-eselect/eselect-java
-   tagsoup? ( dev-java/tagsoup )
-   nsplugin? (
-   >=dev-libs/glib-2.16
-   )"
-RDEPEND="${COMMON_DEP}"
-# Need system junit 4.8+. Bug #389795
-DEPEND="${COMMON_DEP}
-   virtual/pkgconfig
-   app-arch/zip
-   javascript? ( dev-java/rhino:1.6 )
-   nsplugin? ( 

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

2016-05-17 Thread James Le Cuirot
commit: 0e1104e06d8c573d27c63d746559bd99aaf27b0d
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue May 17 21:40:16 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue May 17 21:43:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e1104e0

dev-java/oracle-jre-bin: Remove old and vulnerable 1.7.0.80

Package-Manager: portage-2.3.0_rc1

 dev-java/oracle-jre-bin/Manifest   |   3 -
 .../oracle-jre-bin/files/oracle-jre-bin-1.7.env|  17 --
 .../oracle-jre-bin/oracle-jre-bin-1.7.0.80.ebuild  | 185 -
 3 files changed, 205 deletions(-)

diff --git a/dev-java/oracle-jre-bin/Manifest b/dev-java/oracle-jre-bin/Manifest
index 3893f52..149cd6e 100644
--- a/dev-java/oracle-jre-bin/Manifest
+++ b/dev-java/oracle-jre-bin/Manifest
@@ -1,6 +1,3 @@
-DIST UnlimitedJCEPolicyJDK7.zip 7426 SHA256 
7a8d790e7bd9c2f82a83baddfae765797a4a56ea603c9150c87b7cdb7800194d SHA512 
02eca7da8f3fffea388431d5352290535a63d53a1f5c795d6511ccba62445787a0ee6ad4bc1852e5262860b6d607ba2a8c6a3dbb0c3e1d7c3a67ac7bbc783204
 WHIRLPOOL 
02460c7ca54f5f62c3f349addf8e2a101f7a56987e9f62365fac3f703b0c93ac5de4d55697a3d04f78b547b072e0acc95a0720d2ce3b429d2fd5936d50edd1ac
 DIST jce_policy-8.zip 8409 SHA256 
f3020a3922efd6626c2fff45695d527f34a8020e938a49292561f18ad1320b59 SHA512 
abbaa81a35f904ec61b4cf3c2d1ca8c8d49e53bb248e698185eea906939d68f5063412800585ec74027aab1012ef189aebe1dc99fe8ef4230a0ecb0b527f88e5
 WHIRLPOOL 
8c9ce1ea4673b75fa6271b74e598880f98361d5d2c9c25439fa0af3d07cfeb871b39682dae4e38160f49770b1fec953162e451b9b2cf44d2c72a226944212bcc
-DIST jre-7u80-linux-i586.tar.gz 48558751 SHA256 
b773aef1458a4adde03af62f8163c7e4614b485e1f01699ff8f5f60919251575 SHA512 
d85b8700248a4ad0a0873d0c84b2175fb0a66773c43899ab47ac531be089794c17eb0e8b7503d46efd78833da17c9fa8a83ad1cb9c062e191acfb77155639474
 WHIRLPOOL 
766c88748bc758a1b35bd6008750cc8f2678801b1cc5629bcb7a756e4a32973a5f5ad927348b3ce3ad9ecb3e7aca5d1af2b613fba35d4f53f9601b1ff42312b2
-DIST jre-7u80-linux-x64.tar.gz 47110223 SHA256 
4c01efd0d8e80bb6e2f324ec3408ce64f066d4506c7ec93a491f615a4523f4f3 SHA512 
e61e78ab1be0313690e8ab8d6cbae7366dd78aa4716f47c8908178196b658b94ee318dd04043965a72c34d8ef5c1cb4902afaa2188e76eb944256f090339107d
 WHIRLPOOL 
1af7417b327402abaf4074445f051924de8b19810668890e089b66a488dddfc7f50cdd96a012130a591940338177164f66c83caf54c5d6d370be27d119a907fe
 DIST jre-8u92-linux-i586.tar.gz 73984536 SHA256 
c64e5778e61912118e1b566228e2c532b21d915c2fd98e9b6042b26602deeec6 SHA512 
0eb1f03e7b84537501c13e185e2f1dc7f12c162209c98ce51042618cf02bd1691f3eb09c75a6d8db6dc6cfdd3369315cede49c194eae204b07d461a8eae47ff5
 WHIRLPOOL 
a5e82f71ededce477bcb5fb49ad546c9d6a232156884f569b7d763efb44b3901ae0e211df35ae3ccc4295f6045479d36ad005e2e7acc673c7c3310069167ca99
 DIST jre-8u92-linux-x64.tar.gz 71818563 SHA256 
e8469bcf55e388770cd6b6a51b082ce7a5a3149b4039a71b1edeed2796dcefe4 SHA512 
2d538c05110de21fc4dfb47e225012fc696e4a644c4d3191da48ccfcb239a6ac5618b75fc3c0eeb47f98e82254c548a0083bfab7ad831adffdcd6706433cf38f
 WHIRLPOOL 
1a5ddd7f410c51452c774350b0a3f64d4c2cdc4b930c9278087b5de02bb95caf3d328509dad8903930744adb0367bcea26b4ed3f429bf9ee6ca219ba1c41b070

diff --git a/dev-java/oracle-jre-bin/files/oracle-jre-bin-1.7.env 
b/dev-java/oracle-jre-bin/files/oracle-jre-bin-1.7.env
deleted file mode 100644
index a56c898..000
--- a/dev-java/oracle-jre-bin/files/oracle-jre-bin-1.7.env
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-VERSION="Oracle JRE @PV@"
-JAVA_HOME="@GENTOO_PORTAGE_EPREFIX@/opt/@P@"
-JDK_HOME="@GENTOO_PORTAGE_EPREFIX@/opt/@P@"
-JAVAC=${JAVA_HOME}/bin/javac
-PATH="${JAVA_HOME}/bin:${JAVA_HOME}/bin"
-ROOTPATH="${JAVA_HOME}/bin:${JAVA_HOME}/bin"
-LDPATH="@GENTOO_PORTAGE_EPREFIX@/usr/java/packages/lib/@PLATFORM@:@GENTOO_PORTAGE_EPREFIX@/usr/lib64:@GENTOO_PORTAGE_EPREFIX@/lib64:@GENTOO_PORTAGE_EPREFIX@/lib:@GENTOO_PORTAGE_EPREFIX@/usr/lib"
-MANPATH="@GENTOO_PORTAGE_EPREFIX@/opt/@P@/man"
-PROVIDES_TYPE="JRE"
-PROVIDES_VERSION="1.7"
-BOOTCLASSPATH="${JAVA_HOME}/lib/resources.jar:${JAVA_HOME}/lib/rt.jar:${JAVA_HOME}/lib/sunrsasign.jar:${JAVA_HOME}/lib/jsse.jar:${JAVA_HOME}/lib/jce.jar:${JAVA_HOME}/lib/charsets.jar:${JAVA_HOME}/classes"
-GENERATION="2"
-ENV_VARS="JAVA_HOME JDK_HOME JAVAC PATH ROOTPATH LDPATH MANPATH"

diff --git a/dev-java/oracle-jre-bin/oracle-jre-bin-1.7.0.80.ebuild 
b/dev-java/oracle-jre-bin/oracle-jre-bin-1.7.0.80.ebuild
deleted file mode 100644
index a71aa23..000
--- a/dev-java/oracle-jre-bin/oracle-jre-bin-1.7.0.80.ebuild
+++ /dev/null
@@ -1,185 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit java-vm-2 eutils prefix versionator
-
-MY_PV="$(get_version_component_range 2)u$(get_version_component_range 4)"
-S_PV="$(replace_version_separator 3 '_')"
-
-X86_AT="jre-${MY_PV}-linux-i586.tar.gz"

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

2016-05-17 Thread James Le Cuirot
commit: a315b5a881d2c86feb6df379c8819f89a42cef13
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue May 17 21:00:26 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue May 17 21:36:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a315b5a8

app-eselect/eselect-java: 0.2.0 stable on amd64 and x86 (#581876)

Package-Manager: portage-2.3.0_rc1

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

diff --git a/app-eselect/eselect-java/eselect-java-0.2.0.ebuild 
b/app-eselect/eselect-java/eselect-java-0.2.0.ebuild
index 29af0bf..9293a2d 100644
--- a/app-eselect/eselect-java/eselect-java-0.2.0.ebuild
+++ b/app-eselect/eselect-java/eselect-java-0.2.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-17 Thread James Le Cuirot
commit: a661691f13f4f5499111cae5ad54ebbd8228c2da
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue May 17 21:24:46 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue May 17 21:36:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a661691f

app-eselect/eselect-java: Remove old 0.1.0

Package-Manager: portage-2.3.0_rc1

 app-eselect/eselect-java/Manifest  |  2 --
 .../eselect-java/eselect-java-0.1.0-r1.ebuild  | 26 --
 app-eselect/eselect-java/eselect-java-0.1.0.ebuild | 20 -
 3 files changed, 48 deletions(-)

diff --git a/app-eselect/eselect-java/Manifest 
b/app-eselect/eselect-java/Manifest
index 6d368b4..91bf0e9 100644
--- a/app-eselect/eselect-java/Manifest
+++ b/app-eselect/eselect-java/Manifest
@@ -1,3 +1 @@
-DIST eselect-java-0.1.0.tar.bz2 14486 SHA256 
7dcd2c9d7aa6d693d0b0d558859bdc88c53997d92562a1bf5335de708d19c817 SHA512 
4ee13349a9b34cfb007a04423f6961c984ad02135cb1141e504662682dcc35d22f9332b04bad13ec9d538212fe2230407598eed633d5a5edd0633081ec2fa6ae
 WHIRLPOOL 
ec94c878f8fab9272b679c25b0ffc553f5fa25dd62dc1a447397befa9a749be3124fc994c34ccc2014e981d088e9cca76beef74356283dee79ec370ea18009c7
-DIST eselect-java-0.1.0.tar.gz 72265 SHA256 
035b0c2cb9837b8b3b906cf9d72ec9ebf6e0db3d5e296c2b1c640d0e4a4071f2 SHA512 
f8099f394303466ce652f099c16581668544cb4c0ab3c7c8af4b56230c6bdd692e72610be5f57e874650481554f3b7815da2a4e8d090c31478d399c04e95
 WHIRLPOOL 
4f2b4432fe46023163b8e8421a505422b6f50599b67892f1b7abfb7b46393aab0590f1ecd69526839392703fed80fb099b8f3e273a34b99da39045c7b8a9cb77
 DIST eselect-java-0.2.0.tar.bz2 13353 SHA256 
a860fdf1d5d0560e206fee3912eb768492115bcb430cb9eba031d0cbf90499bf SHA512 
376c72317461c743dd91f8576cff7b1279b8f1672aa878c492ec3ed0da5f3c8d25cbb5fd4d9120109a01466dadbd049fb75d642187c850676d939925bcb55fdd
 WHIRLPOOL 
c45da204c312c1277f532756363932aeb057261728f1264cbcc01da6feb7568673aff880fa611c471b60a878434eacda592e3743022130c78247b047dbf848be

diff --git a/app-eselect/eselect-java/eselect-java-0.1.0-r1.ebuild 
b/app-eselect/eselect-java/eselect-java-0.1.0-r1.ebuild
deleted file mode 100644
index 585b680..000
--- a/app-eselect/eselect-java/eselect-java-0.1.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools
-
-DESCRIPTION="A set of eselect modules for Java"
-HOMEPAGE="https://www.gentoo.org/proj/en/java/;
-SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="
-   !app-eselect/eselect-ecj
-   !app-eselect/eselect-maven
-   !https://www.gentoo.org/proj/en/java/;
-SRC_URI="https://dev.gentoo.org/~sera/distfiles/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="
-   !app-eselect/eselect-ecj
-   !app-eselect/eselect-maven
-   !

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

2016-05-17 Thread James Le Cuirot
commit: b7452a6fa57c5e129919d85742f0b0def263729f
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue May 17 21:04:59 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue May 17 21:36:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7452a6f

virtual/jre: 1.8.0-r1 stable on amd64 and x86 (#581876)

Package-Manager: portage-2.3.0_rc1

 virtual/jre/jre-1.8.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/jre/jre-1.8.0-r1.ebuild b/virtual/jre/jre-1.8.0-r1.ebuild
index e24e239..2629a7c 100644
--- a/virtual/jre/jre-1.8.0-r1.ebuild
+++ b/virtual/jre/jre-1.8.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI="6"
 
 DESCRIPTION="Virtual for Java Runtime Environment (JRE)"
 SLOT="1.8"
-KEYWORDS="~amd64 ~arm ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc64-solaris ~x64-solaris"
 
 RDEPEND="|| (
virtual/jdk:1.8



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

2016-05-17 Thread James Le Cuirot
commit: 03ad313e19d4b6c2b18317667d91016cc98862f9
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue May 17 21:04:14 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue May 17 21:36:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03ad313e

virtual/jdk: 1.8.0-r3 stable on amd64 and x86 (#581876)

Package-Manager: portage-2.3.0_rc1

 virtual/jdk/jdk-1.8.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/jdk/jdk-1.8.0-r3.ebuild b/virtual/jdk/jdk-1.8.0-r3.ebuild
index 0c719cd..ce1ad25 100644
--- a/virtual/jdk/jdk-1.8.0-r3.ebuild
+++ b/virtual/jdk/jdk-1.8.0-r3.ebuild
@@ -6,7 +6,7 @@ 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"
+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



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

2016-05-17 Thread Austin English
commit: c67e82ed5038d00fff0769c25480cf817672773a
Author: Austin English  gentoo  org>
AuthorDate: Tue May 17 19:00:05 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Tue May 17 21:13:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67e82ed

dev-python/kafka-python: initial ebuild

Package-Manager: portage-2.2.26

 dev-python/kafka-python/Manifest  |  1 +
 dev-python/kafka-python/kafka-python-1.1.1.ebuild | 30 +++
 dev-python/kafka-python/metadata.xml  | 20 +++
 3 files changed, 51 insertions(+)

diff --git a/dev-python/kafka-python/Manifest b/dev-python/kafka-python/Manifest
new file mode 100644
index 000..55118a2
--- /dev/null
+++ b/dev-python/kafka-python/Manifest
@@ -0,0 +1 @@
+DIST kafka-python-1.1.1.tar.gz 213892 SHA256 
1da61987111d23918aaebc81e1a5cfc8c72193a5df3caf4ce8826cf08bef89ec SHA512 
aa95c5e5ae7790b898cfa40e763eb9c64f17c74ce1322b9a31edfd61fe693ff7cf7048d3f90cac5911c7c4dc8aa7c34ec9d33224bdad5ae5e9591e7fbcc01967
 WHIRLPOOL 
7706058a061c08bdd383de36dadb4035fb2c4606b0a0440062e0b92ea3965cbd1dbdb88ffc6784096e62d088a733fce66617aef63463485c5a1cfe416a007743

diff --git a/dev-python/kafka-python/kafka-python-1.1.1.ebuild 
b/dev-python/kafka-python/kafka-python-1.1.1.ebuild
new file mode 100644
index 000..fc2ef43
--- /dev/null
+++ b/dev-python/kafka-python/kafka-python-1.1.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Kafka protocol support in Python"
+HOMEPAGE="https://github.com/dpkp/kafka-python/ 
https://pypi.python.org/pypi/kafka-python/;
+SRC_URI="https://github.com/dpkp/kafka-python/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="snappy test"
+
+RDEPEND="snappy? ( dev-python/snappy[${PYTHON_USEDEP}] )"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/tox[${PYTHON_USEDEP}]
+   dev-python/unittest2[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   esetup.py test || die "tests failed"
+}

diff --git a/dev-python/kafka-python/metadata.xml 
b/dev-python/kafka-python/metadata.xml
new file mode 100644
index 000..e2edf61
--- /dev/null
+++ b/dev-python/kafka-python/metadata.xml
@@ -0,0 +1,20 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+wizarde...@gentoo.org
+Austin English
+  
+  
+  Python client for Apache Kafka
+  
+  
+
+Install snappy compression/decompression support
+
+  
+  
+dpkp/kafka-python
+kafka-python
+  
+



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/

2016-05-17 Thread Patrice Clement
commit: 2508104a8e66342bea725f8e018af48f9d7ace55
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue May 17 20:31:26 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue May 17 20:32:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2508104a

dev-perl/Gentoo-App-Pram: Add dev-vcs/git dependency to DEPEND.

I forgot to add it in the first place!

Package-Manager: portage-2.2.28

 dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild 
b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild
index 03a04e0..6745383 100644
--- a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild
+++ b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild
@@ -9,7 +9,7 @@ MODULE_VERSION=0.001000
 
 inherit perl-module
 
-DESCRIPTION="Readily merge Pull Requests from Github"
+DESCRIPTION="Readily merge Pull Requests from the Gentoo Github repository"
 HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram;
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
@@ -19,6 +19,7 @@ RDEPEND=""
 DEPEND="
dev-perl/Module-Build-Tiny
dev-perl/File-Which
+   dev-vcs/git
${RDEPEND}"
 
 SRC_TEST="do"



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

2016-05-17 Thread Anthony G. Basile
commit: d8f44c7be461862c83ba2c1eee7e603bbf5ab5f3
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue May 17 21:00:21 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue May 17 21:00:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f44c7b

sys-apps/gradm: bump next stable candidate to EAPI=6

Package-Manager: portage-2.2.26

 sys-apps/gradm/gradm-3.1.201603152148.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-apps/gradm/gradm-3.1.201603152148.ebuild 
b/sys-apps/gradm/gradm-3.1.201603152148.ebuild
index f49b508..ab71f12 100644
--- a/sys-apps/gradm/gradm-3.1.201603152148.ebuild
+++ b/sys-apps/gradm/gradm-3.1.201603152148.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
+EAPI="6"
 inherit flag-o-matic toolchain-funcs versionator eutils udev
 
 MY_PV="$(replace_version_separator 2 -)"
@@ -27,6 +27,7 @@ S=${WORKDIR}/${PN}
 src_prepare() {
epatch "${FILESDIR}"/respect-gentoo-env-r3.patch
sed -i -e "s:/lib/udev:$(get_udevdir):" Makefile || die
+   eapply_user
 }
 
 src_compile() {



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

2016-05-17 Thread James Le Cuirot
commit: 525c1e5e499a12c86085a1623e398dee7f1c6769
Author: Andrew Scott  gmail  com>
AuthorDate: Thu May 12 11:04:35 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue May 17 20:44:29 2016 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=525c1e5e

dev-java/gradle-bin: Version bump to 2.13

 dev-java/gradle-bin/Manifest   |  1 +
 dev-java/gradle-bin/gradle-bin-2.13.ebuild | 61 ++
 2 files changed, 62 insertions(+)

diff --git a/dev-java/gradle-bin/Manifest b/dev-java/gradle-bin/Manifest
index 0f5eeda..b700a81 100644
--- a/dev-java/gradle-bin/Manifest
+++ b/dev-java/gradle-bin/Manifest
@@ -3,6 +3,7 @@ DIST gradle-1.12-all.zip 57658365 SHA256 
cf111fcb34804940404e79eaf307876acb84340
 DIST gradle-2.10-all.zip 68425872 SHA256 
496d60c331f8666f99b66d08ff67a880697a7e85a9d9b76ff08814cf97f61a4c SHA512 
4977eae3763f1f7e85ff30cbc6949ef7d15d239f4379476e7c416f4794811e64e60e04c3ddc01ca87673a742f8ca8e1e45ed52330c06f83ac8a19df8611f6fa3
 WHIRLPOOL 
4de66219b5002953092cae6da77a7236f83a2bf7a5a0daa7d555b52322daec8ae29ce2a1284b96da7871d5183de92f897d3b2e511182d634700c82cc56349e2a
 DIST gradle-2.11-all.zip 69319677 SHA256 
a1242e4db8f979998796b1844e608c2acf8f8f54df518bbb3d5954e52253ba71 SHA512 
05be0ed4dbb085837020381537683e9ee29e974cf03bd9d7546cf571ea5e4b104b3559b5b60232b554310fd1825c142189d9f7bf5e93d94ac06e9875e69f8aee
 WHIRLPOOL 
4372a6a70e0ee260e7afdba2b15e0db87215ef192db87ba7ccf3e2d39b9adf5a979f56721f5ae2a10aba78f9e591ac5230ce9a17fce088eea785d370aa910898
 DIST gradle-2.12-all.zip 69509213 SHA256 
d8b1948a575dc9ec13e03db94502ce91815d73da023f611296c04b852164cb5f SHA512 
55429b8066458408c1bd8a4ecb34ae027ecb925d0ca4123edee78c7afb522600236b6d2d6af3834bca39b7082f767e2474c65566ed59da334dd27849f6d77591
 WHIRLPOOL 
a11f6f3d31bad69850bb326b4f6f38c0a30c50a0424e8c5b474fb05be96264ee733f0ca3e3345163fb45acc580ca4bfc632660e5816ffe90e913ad3063576e7a
+DIST gradle-2.13-all.zip 69869079 SHA256 
fb126ed684150f9dc39a811cbcf4daada4292fd387ed998c151ff2cf2536d94d SHA512 
78fd6fe5f6540e13bac476bf8c34cc8a175ccf5350a970dd85c7ac003102a55cf10544fcb7cfe5e74c47458a6aed39b3fed5975ffec24bcd3029af884389faf2
 WHIRLPOOL 
d30f5efb346b878f8c74708a3e16f58ee5b0b27be4fcf0e96af4c43784bca09d22bbcd8872f0f367de1708620ee8578da19d3a638867210dd938119cc36561c0
 DIST gradle-2.2.1-all.zip 58602849 SHA256 
1d7c28b3731906fd1b2955946c1d052303881585fc14baedd675e4cf2bc1ecab SHA512 
16775f13a4bc2e9bec32b2838434dace7f04fb49461d65a8e44a4142c9742930a91f07bf1db498d3f68bfaa1be49387f36039354280edb7cd9d6783e43fc
 WHIRLPOOL 
6f8b99e08054f7c1d2ee24fb2bf84d099dcdf9e61dc6b92a03dc2e0d6747dec81f09769d50d893eee5c4026f2e46d1fecd11a3813b8f7fb9db8c9b3a46926477
 DIST gradle-2.3-all.zip 60081333 SHA256 
515962aeec8c3e67b97f0c13c4575beeed1b5da16181d8b9054416339edc8c2d SHA512 
316a8bcfdab50bba0f0d19d42fff8100cca8bfbaca919255da5beb3ae7f082bf40d021e1c668075260d74116058acee8f52911b0dce036800701824ecbc26343
 WHIRLPOOL 
4a8fe3a6fffb26cb13f9ff4e70f99e9d13f0a9bec5a3267f310d5987ff93a1df8c446816a463654e84f5b179ad72bdab01404087ddcac212576268b7adfada5b
 DIST gradle-2.4-all.zip 65433094 SHA256 
371cb9fbebbe9880d147f59bab36d61eee122854ef8c9ee1ecf12b82368bcf10 SHA512 
a09b94f3453043ee3d73fbf9e029df8f82f94f27071338a1557e9504a0cf69ddd0f58821a021e23d798d66872c54c52c9e850bdfb559c674b9d418de78de60d5
 WHIRLPOOL 
816e04e67c55c36f1224534a40f5398f7aa32abe8f40d336d5596b260d784de0fa86e8684e7cae3b1c00a0d3067d61294aca44e23bef50ddd7627e41

diff --git a/dev-java/gradle-bin/gradle-bin-2.13.ebuild 
b/dev-java/gradle-bin/gradle-bin-2.13.ebuild
new file mode 100644
index 000..c06d371
--- /dev/null
+++ b/dev-java/gradle-bin/gradle-bin-2.13.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit java-pkg-2
+
+MY_PN=${PN%%-bin}
+MY_P="${MY_PN}-${PV/_rc/-rc-}"
+
+DESCRIPTION="A project automation and build tool with a Groovy based DSL"
+SRC_URI="http://services.gradle.org/distributions/${MY_P}-all.zip;
+HOMEPAGE="http://www.gradle.org/;
+LICENSE="Apache-2.0"
+SLOT="${PV}"
+KEYWORDS="~x86 ~amd64"
+
+DEPEND="app-arch/zip
+   app-eselect/eselect-gradle"
+RDEPEND=">=virtual/jdk-1.5"
+
+IUSE="source doc examples"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+   local gradle_dir="${EROOT}usr/share/${PN}-${SLOT}"
+
+   dodoc changelog.txt getting-started.html
+
+   insinto "${gradle_dir}"
+
+   # source
+   if use source ; then
+   java-pkg_dosrc src/*
+   fi
+
+   # docs
+   if use doc ; then
+   java-pkg_dojavadoc docs
+   fi
+
+   # examples
+   if use examples ; then
+   java-pkg_doexamples samples
+   fi
+
+   insinto "${gradle_dir}"
+   doins -r bin/ lib/
+   fperms 755 "${gradle_dir}/bin/gradle"
+   dosym "${gradle_dir}/bin/gradle" "/usr/bin/${P}"
+}
+
+pkg_postinst() {
+   eselect gradle update ifunset
+}
+
+pkg_postrm() {
+  

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

2016-05-17 Thread Aaron Swenson
commit: aab357392b21be60cefdedd488767e9f4a90ba46
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Tue May 17 20:07:00 2016 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Tue May 17 20:08:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aab35739

dev-db/postgresql: Version Bump

Version bump.

Additionally addressed Alpha failure build by disabling spinlocks on 9.5.

Bug: 574274

Package-Manager: portage-2.2.26

 dev-db/postgresql/Manifest |   5 +
 dev-db/postgresql/postgresql-9.1.22.ebuild | 384 +
 dev-db/postgresql/postgresql-9.2.17.ebuild | 396 ++
 dev-db/postgresql/postgresql-9.3.13.ebuild | 401 ++
 dev-db/postgresql/postgresql-9.4.8.ebuild  | 433 
 dev-db/postgresql/postgresql-9.5.3.ebuild  | 439 +
 6 files changed, 2058 insertions(+)

diff --git a/dev-db/postgresql/Manifest b/dev-db/postgresql/Manifest
index f7999d6..f6762eb 100644
--- a/dev-db/postgresql/Manifest
+++ b/dev-db/postgresql/Manifest
@@ -2,15 +2,20 @@ DIST postgresql-9.0.23.tar.bz2 15045569 SHA256 
3dbcbe19c814139a3f4be8bc6b49db804
 DIST postgresql-9.1.19.tar.bz2 15843978 SHA256 
cbd5057451147dd63a1e764176a4e17a7795773be1e4266ea9faa951064c0ec6 SHA512 
23dd4108556edcc667f599c5663356a1106bc239a1c5337d153c13a1e1871d52316825b84802bbc1d79612dfa4c9c77f4c4b96d59d23d7338988bdf370e956d4
 WHIRLPOOL 
6845fd8071032e987ab65a642ca04adbc8b464332bac8c346f01e011411947aa4341ea596fd910342124fcbae4cc25410c25ab695894b0b68d20441df5424722
 DIST postgresql-9.1.20.tar.bz2 15844360 SHA256 
6d1e6c4334c265a85f0f96407b7a9aafff0f26cb62db2d8d03a32ba0c2872937 SHA512 
ebec6aae593058276dda2404812d89f3df637ceac24d96de1a774da03cf58ea9ce44819e18549040b6f6d811f2c8203462e13788df7158d45a0fe9dfb72d0fd9
 WHIRLPOOL 
de990c029949c8ef372d3440c4cbb870739bf5b83c438ba2b012004cabcb077bab1258b2115ceb239eafefe73f282ea729384085e3f682240cb40ed662f350e5
 DIST postgresql-9.1.21.tar.bz2 15850128 SHA256 
d66ee9076f3149a4cab4be3c6f47e13bc047138d17dfcb531ad01f78cfdeb393 SHA512 
75a96ce2c080b2e657b6f591e18c4778635a9f8c74870bbe7c99cb82bf1dfaad124942214ab6e3079b565c41b7fc77af1a4a49672e7ddba075374402c8832a5b
 WHIRLPOOL 
4de012763b985d1fa675e151d68988f4dd4de4ae8860d67fab3818666b3e135849465a0a41bc1f073eb4d679415fb18871f8156c99376c7860c51258e607771e
+DIST postgresql-9.1.22.tar.bz2 15860904 SHA256 
f619664b0dde4e1a75fdc00c35afb4517002984a462d70967ffcdedfeee5e16e SHA512 
a2ed0a1f0d0920f6151d128a206c557b14832ab296dbf51c665309434a851b83eefd12a5a36c870ee0281371350b6b86ac6e81188c164c72407847cf9e70d691
 WHIRLPOOL 
d95f142e149fec8311502bff6cfabf33aadc1ccc400d9b0d77e4b5000beec88b60ff6de59fbc625b4696626e9b626dc887dd8c96a3c02a66019dc6d0e214994c
 DIST postgresql-9.2.14.tar.bz2 16451398 SHA256 
54c20b3f320a48c38487f2711e98b2fa3f9ce4305905a294ad0449e8b4fb292e SHA512 
268015d9e397ee62eebbbc9abf1ee25d0d4aa6bf5943b404009b3aab31f485b8523353c679beed34cc00304b9d4c7aca9de0ba841d9841dbf885d05d1a5692a1
 WHIRLPOOL 
4f6d5d6989a67d14082ddb215411b55d0dc0be29772e6a593b4df133489ff4a7e6c265d0830adba64d4c6be47e17a949cbc21d6570dceb9362399649af2be88e
 DIST postgresql-9.2.15.tar.bz2 16480973 SHA256 
7ced4807589899e83c64dd0803cf1f9782b6a20077ab545c66e868ef26543e60 SHA512 
4a0e52beaffc9f0b004c761a5ca107a019d6265877d36cd7be46912807da6fa6824ce469c8d59fb24092440646d3f0872b8aa62941b4b3ba657edc2f5678b2b1
 WHIRLPOOL 
58607fcd1adc474f6a78741527b4192e30ac8e87d83a80fa71b6660ac1665a9ab5ee062ae19c919b288df607854ab55866e00e0228ffc6bd1b71dd59c18d83bd
 DIST postgresql-9.2.16.tar.bz2 16490199 SHA256 
d2164cb8706bf828161871c195299841c5be1fbd9bc85d7866704e54f0741b11 SHA512 
0f0b317473b4b42ae4261993c704a7c6cd28c7e6bd83e77a81850695655baa473d7d52e97441ee5500d646d405c84145a54f42b9bae89a0ddfebb0418d608820
 WHIRLPOOL 
8dfdca52555889d20e857ecc01ee75a14fd18bb7fa1ac50f5d54415a423d62223d0d389d43b143ae927446946aaff06b68cbf8214e26e2f432c39a50c0296b08
+DIST postgresql-9.2.17.tar.bz2 16497200 SHA256 
c660cc0ee42c221ebedc2c75ad0d4b30ec8da488a954df9987a3fc83bcb7363f SHA512 
a771c98c0de4e6c5790b9ee698ee8d259533d372b82ff3c9900c00cf79706ef29af6204de4292ff8ca4a3f3a13fec1991c4441c352c309bbf9cdd397579677b4
 WHIRLPOOL 
c522b5bb4baa06624d67dac5c50e7d33bdd03a78a34e9c96df850285ab3b491f3502a94abb7604abf0716672c207340f05c23d4b110f8f51c8bd278c848dd389
 DIST postgresql-9.3.10.tar.bz2 16995860 SHA256 
e5444f0f76aff98a251400b7c28bc361d65e3d72d8d6cb9bb5d8361a69541531 SHA512 
6b048fd1d0b38f72bab6ea70e40f10e7b805b94fc4c6fd865e0ec5e86da3c54043f20059dbf716d29eb4ca787dc50da561b1c7b48ab9f3096ebc651300855672
 WHIRLPOOL 
b8ea15a04d18535662832d444b556aedffaa8c954b52dcd42d548f53f93b8a9dbfbe9298f63c26d44c8b757e8c10d76711c303cd83c84d9c86bf23c2837e74ce
 DIST postgresql-9.3.11.tar.bz2 17047707 SHA256 
3d222a90c941d3a6c02c7c749fc9eb54ff20a1166570459d09c5476743496a21 SHA512 
8da91e11e0a6502c185931b6e47ba8e583d3360009f26ad703552be9a216b2c37a688894d4ea867c529c4135b6c36da26e9d7ef52a411b0c68ad50a53ff3cdb3
 

[gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-embedded/

2016-05-17 Thread Johannes Huber
commit: 73baf288e9f72e8614a6a7365cbd971e40d00914
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Fri May 13 19:41:10 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue May 17 19:42:59 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=73baf288

dev-util/kdevelop-embedded: New package

Package-Manager: portage-2.2.28

Signed-off-by: Johannes Huber  gentoo.org>

 .../kdevelop-embedded-.ebuild  | 36 ++
 dev-util/kdevelop-embedded/metadata.xml|  8 +
 2 files changed, 44 insertions(+)

diff --git a/dev-util/kdevelop-embedded/kdevelop-embedded-.ebuild 
b/dev-util/kdevelop-embedded/kdevelop-embedded-.ebuild
new file mode 100644
index 000..51710dc
--- /dev/null
+++ b/dev-util/kdevelop-embedded/kdevelop-embedded-.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDEBASE="kdevelop"
+KMNAME="kdev-embedded"
+inherit kde5
+
+DESCRIPTION="Plugin for KDevelop to support the development of embedded 
systems"
+IUSE=""
+
+DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kitemmodels)
+   $(add_frameworks_dep knewstuff)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep ktexteditor)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep solid)
+   $(add_frameworks_dep threadweaver)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtwidgets)
+   dev-util/kdevelop-pg-qt:5
+   dev-util/kdevplatform:5
+"
+RDEPEND="${DEPEND}
+   dev-util/kdevelop:5
+"

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



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

2016-05-17 Thread Johannes Huber
commit: 7949ad58f06b02bfa24a302a900c52d162d3bbb1
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Fri May 13 19:43:30 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue May 17 19:42:59 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7949ad58

sets: Update kdevelop-live

Signed-off-by: Johannes Huber  gentoo.org>

 sets/kdevelop-live | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sets/kdevelop-live b/sets/kdevelop-live
index 95da4a6..3279022 100644
--- a/sets/kdevelop-live
+++ b/sets/kdevelop-live
@@ -1,6 +1,7 @@
 ~dev-util/kdevelop-
 ~dev-util/kdevelop-cppcheck-
 ~dev-util/kdevelop-css-
+~dev-util/kdevelop-embedded-
 ~dev-util/kdevelop-go-
 ~dev-util/kdevelop-krazy2-
 ~dev-util/kdevelop-pg-qt-



[gentoo-commits] proj/kde:master commit in: dev-vcs/kdesvn/

2016-05-17 Thread Johannes Huber
commit: ded61eff3166fd8d55a596781225d837233ecafb
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Fri May 13 20:13:53 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue May 17 19:42:59 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ded61eff

dev-vcs/kdesvn: frameworks merged to master; fix dependencies

Package-Manager: portage-2.2.28

Signed-off-by: Johannes Huber  gentoo.org>

 dev-vcs/kdesvn/kdesvn-.ebuild | 15 ++-
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/dev-vcs/kdesvn/kdesvn-.ebuild 
b/dev-vcs/kdesvn/kdesvn-.ebuild
index 646886d..d24e5cb 100644
--- a/dev-vcs/kdesvn/kdesvn-.ebuild
+++ b/dev-vcs/kdesvn/kdesvn-.ebuild
@@ -5,12 +5,11 @@
 EAPI=6
 
 CMAKE_MIN_VERSION="3.1.0"
-EGIT_BRANCH="frameworks"
 KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="A frontend to the subversion vcs"
-HOMEPAGE="http://kdesvn.alwins-world.de/ 
https://projects.kde.org/projects/extragear/sdk/kdesvn;
+HOMEPAGE="http://kdesvn.alwins-world.de/ 
https://quickgit.kde.org/?p=kdesvn.git;
 if [[ ${PV} != * ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
 fi
@@ -21,26 +20,32 @@ IUSE="+man"
 
 DEPEND="
$(add_frameworks_dep kbookmarks)
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
$(add_frameworks_dep kitemviews)
$(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep knotifications)
$(add_frameworks_dep kparts)
$(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktexteditor)
+   $(add_frameworks_dep ktextwidgets)
$(add_frameworks_dep kwallet)
$(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtsql 'sqlite')
$(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
dev-libs/apr:1
dev-libs/apr-util:1
-   >=dev-vcs/subversion-1.7
+   dev-vcs/subversion
 "
 RDEPEND="${DEPEND}
!dev-vcs/kdesvn:4



[gentoo-commits] proj/kde:master commit in: net-irc/konversation/

2016-05-17 Thread Johannes Huber
commit: 59c09cd6060f2f68e7cb04a32fcbd83ceaa47150
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat May 14 18:32:25 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue May 17 19:42:59 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=59c09cd6

net-irc/konversation: Add kcrash DEPEND, force handbook optional

Package-Manager: portage-2.2.28

Signed-off-by: Johannes Huber  gentoo.org>

 net-irc/konversation/konversation-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-irc/konversation/konversation-.ebuild 
b/net-irc/konversation/konversation-.ebuild
index 7fefd85..8c8ca8f 100644
--- a/net-irc/konversation/konversation-.ebuild
+++ b/net-irc/konversation/konversation-.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-KDE_HANDBOOK="true"
+KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="A user friendly IRC Client"
@@ -22,6 +22,7 @@ DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep kemoticons)
$(add_frameworks_dep kglobalaccel)



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

2016-05-17 Thread Dirkjan Ochtman
commit: 2b626e7dac3e4d4e2ef43d2d794a7026611351b1
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Mon May 16 10:19:31 2016 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Tue May 17 19:28:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b626e7d

profiles: add global 'memcached' USE flag

Link: 
https://archives.gentoo.org/gentoo-dev/message/235fa47b46dc6d5897bf7463c4f7bf44

 profiles/use.desc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/use.desc b/profiles/use.desc
index 6acf19f..51e5381 100644
--- a/profiles/use.desc
+++ b/profiles/use.desc
@@ -195,6 +195,7 @@ maildir - Add support for maildir (~/.maildir) style mail 
spools
 matroska - Add support for the matroska container format (extensions .mkv, 
.mka and .mks)
 matrox - Add Matrox MGA support to mplayer
 mbox - Add support for mbox (/var/spool/mail) style mail spools
+memcached - Add support for memcached
 memlimit - Add memory usage limiting in supporting programs
 mhash - Add support for the mhash library
 migemo - Enable migemo support for Japanese



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

2016-05-17 Thread Markus Meier
commit: 76da5214b4630b677e5fab7554ba976c3c3c9e87
Author: Markus Meier  gentoo  org>
AuthorDate: Tue May 17 18:38:33 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue May 17 18:38:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76da5214

dev-libs/glib: arm stable, bug #581778

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

 dev-libs/glib/glib-2.46.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/glib/glib-2.46.2-r3.ebuild 
b/dev-libs/glib/glib-2.46.2-r3.ebuild
index e4b6459..9d5ec1a 100644
--- a/dev-libs/glib/glib-2.46.2-r3.ebuild
+++ b/dev-libs/glib/glib-2.46.2-r3.ebuild
@@ -32,7 +32,7 @@ REQUIRED_USE="
test? ( ${PYTHON_REQUIRED_USE} )
 "
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux"
 
 RDEPEND="
!

[gentoo-commits] repo/gentoo:master commit in: app-cdr/cdrtools/

2016-05-17 Thread Markus Meier
commit: f1e9837a7819aea4a75d15983fb9bb6cde9271b8
Author: Markus Meier  gentoo  org>
AuthorDate: Tue May 17 18:36:15 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue May 17 18:36:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e9837a

app-cdr/cdrtools: arm stable, bug #581286

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

 app-cdr/cdrtools/cdrtools-3.02_alpha06.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/cdrtools/cdrtools-3.02_alpha06.ebuild 
b/app-cdr/cdrtools/cdrtools-3.02_alpha06.ebuild
index 30ba47c..2332513 100644
--- a/app-cdr/cdrtools/cdrtools-3.02_alpha06.ebuild
+++ b/app-cdr/cdrtools/cdrtools-3.02_alpha06.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/$([[ -z ${PV/*_alpha*} ]] 
&& echo 'alpha')/$
 
 LICENSE="GPL-2 LGPL-2.1 CDDL-Schily"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="acl caps nls unicode"
 
 RDEPEND="acl? ( virtual/acl )



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

2016-05-17 Thread Markus Meier
commit: 75cf45973961ee8a2baed8c333bf815a5ed9f17d
Author: Markus Meier  gentoo  org>
AuthorDate: Tue May 17 18:37:11 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue May 17 18:37:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75cf4597

sys-apps/kmod: arm stable, bug #581562

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

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

diff --git a/sys-apps/kmod/kmod-22.ebuild b/sys-apps/kmod/kmod-22.ebuild
index e81eb53..84d5a49 100644
--- a/sys-apps/kmod/kmod-22.ebuild
+++ b/sys-apps/kmod/kmod-22.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
inherit autotools git-2
 else
SRC_URI="mirror://kernel/linux/utils/kernel/kmod/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
inherit libtool
 fi
 



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

2016-05-17 Thread Markus Meier
commit: ae6add04eedb373b13932670697acc1b02a6ac8e
Author: Markus Meier  gentoo  org>
AuthorDate: Tue May 17 18:35:24 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue May 17 18:35:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae6add04

sys-fs/btrfs-progs: arm stable, bug #581108

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

 sys-fs/btrfs-progs/btrfs-progs-4.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/btrfs-progs/btrfs-progs-4.4.1.ebuild 
b/sys-fs/btrfs-progs/btrfs-progs-4.4.1.ebuild
index 9f593bf..634be3d 100644
--- a/sys-fs/btrfs-progs/btrfs-progs-4.4.1.ebuild
+++ b/sys-fs/btrfs-progs/btrfs-progs-4.4.1.ebuild
@@ -10,7 +10,7 @@ libbtrfs_soname=0
 
 if [[ ${PV} !=  ]]; then
MY_PV=v${PV}
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"

SRC_URI="https://www.kernel.org/pub/linux/kernel/people/kdave/${PN}/${PN}-${MY_PV}.tar.xz;
S="${WORKDIR}"/${PN}-${MY_PV}
 else



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

2016-05-17 Thread Markus Meier
commit: a77fdbff7de0a4ea7a317261c189628846674856
Author: Markus Meier  gentoo  org>
AuthorDate: Tue May 17 18:34:16 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue May 17 18:34:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a77fdbff

app-portage/eix: arm stable, bug #580178

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

 app-portage/eix/eix-0.31.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/eix/eix-0.31.7-r1.ebuild 
b/app-portage/eix/eix-0.31.7-r1.ebuild
index a50a8f0..bcd14eb 100644
--- a/app-portage/eix/eix-0.31.7-r1.ebuild
+++ b/app-portage/eix/eix-0.31.7-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug +dep doc nls optimization +required-use security 
strong-optimization strong-security sqlite swap-remote tools"
 
 BOTHDEPEND="sqlite? ( >=dev-db/sqlite-3 )



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

2016-05-17 Thread Markus Meier
commit: 4214692552a769cf3beb61797b7620204df49fbd
Author: Markus Meier  gentoo  org>
AuthorDate: Tue May 17 18:33:22 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue May 17 18:33:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42146925

media-libs/imlib2: arm stable, bug #580038

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

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

diff --git a/media-libs/imlib2/imlib2-1.4.9.ebuild 
b/media-libs/imlib2/imlib2-1.4.9.ebuild
index f0850ee..a34f90f 100644
--- a/media-libs/imlib2/imlib2-1.4.9.ebuild
+++ b/media-libs/imlib2/imlib2-1.4.9.ebuild
@@ -16,7 +16,7 @@ inherit enlightenment toolchain-funcs multilib-minimal eutils
 DESCRIPTION="Version 2 of an advanced replacement library for libraries like 
libXpm"
 HOMEPAGE="https://www.enlightenment.org/;
 
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x64-solaris ~x86-solaris"
 
 IUSE="bzip2 gif jpeg cpu_flags_x86_mmx cpu_flags_x86_sse2 mp3 png static-libs 
tiff X zlib"
 



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

2016-05-17 Thread Markus Meier
commit: 0d94847c777cc57edb89aecfd818a158a0619927
Author: Markus Meier  gentoo  org>
AuthorDate: Tue May 17 18:32:01 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue May 17 18:32:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d94847c

dev-perl/Parse-RecDescent: arm stable, bug #579868

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

 dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.13.ebuild 
b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.13.ebuild
index b6b0c6a..d22e552 100644
--- a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.13.ebuild
+++ b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.13.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Generate Recursive-Descent Parsers"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
 IUSE="test examples"
 
 RDEPEND="



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

2016-05-17 Thread Andrew Savchenko
commit: 12510826f989bec90c5ffa54e6144b086f1eaebe
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Tue May 17 18:22:53 2016 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Tue May 17 18:30:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12510826

app-text/sdcv: improve ebuild

- improve readability on dark terminals;
- port to EAPI 6;
- respect LINGUAS (for gettext localisation and man pages).

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

 app-text/sdcv/metadata.xml   |  4 ++
 app-text/sdcv/sdcv-0.5.0_beta2-r1.ebuild | 63 
 2 files changed, 67 insertions(+)

diff --git a/app-text/sdcv/metadata.xml b/app-text/sdcv/metadata.xml
index d82ae6e..ef1706e 100644
--- a/app-text/sdcv/metadata.xml
+++ b/app-text/sdcv/metadata.xml
@@ -6,6 +6,10 @@
Andrew Savchenko

sdcv - console version of StarDict 
program.
+   
+   Improve readability of color output on 
terminals with
+   dark background.
+   

sdcv


diff --git a/app-text/sdcv/sdcv-0.5.0_beta2-r1.ebuild 
b/app-text/sdcv/sdcv-0.5.0_beta2-r1.ebuild
new file mode 100644
index 000..21fea92
--- /dev/null
+++ b/app-text/sdcv/sdcv-0.5.0_beta2-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
+
+PLOCALES="cs fr ru sk uk zh_CN zh_TW"
+: ${CMAKE_MAKEFILE_GENERATOR:="ninja"}
+
+inherit cmake-utils l10n
+
+DESCRIPTION="Console version of Stardict program"
+HOMEPAGE="http://sdcv.sourceforge.net;
+MY_PV="${PV/_beta/-beta}-Source"
+MY_PF="${PN}-${MY_PV}"
+S="${WORKDIR}/${MY_PF}"
+SRC_URI="mirror://sourceforge/${PN}/${MY_PF}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="darkterm nls"
+
+RDEPEND="sys-libs/zlib
+   sys-libs/readline:=
+   >=dev-libs/glib-2.6.1"
+DEPEND="${RDEPEND}
+   nls? ( >=sys-devel/gettext-0.14.1 )"
+
+src_prepare() {
+   if use darkterm; then
+   sed -i 's/;34m/;36m/' src/libwrapper.cpp || die
+   fi
+
+   rm_loc() {
+   rm "po/${1}.po" || die
+   }
+   l10n_for_each_disabled_locale_do rm_loc
+
+   # do not install locale-specific man pages unless asked to
+   if ! use linguas_uk; then
+   sed -ni '/share\/man\/uk/!p' CMakeLists.txt || die
+   fi
+
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_NLS="$(usex nls)"
+   )
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   cmake-utils_src_compile
+   use nls && cmake-utils_src_compile lang
+}
+
+src_install() {
+   cmake-utils_src_install
+   dodoc AUTHORS NEWS
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/a2ps/, app-text/a2ps/files/

2016-05-17 Thread Andrew Savchenko
commit: 0ac6de8a5a1fbd7d085b38c2d802c9c62f8d8897
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Tue May 17 18:30:20 2016 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Tue May 17 18:30:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac6de8a

app-text/a2ps: fix bug 482748

Fix build with >=texinfo-5.2 and LINGUAS="ja"

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

 app-text/a2ps/a2ps-4.14-r4.ebuild   | 137 ++
 app-text/a2ps/files/a2ps-4.14-texinfo-5.x.patch | 147 
 2 files changed, 284 insertions(+)

diff --git a/app-text/a2ps/a2ps-4.14-r4.ebuild 
b/app-text/a2ps/a2ps-4.14-r4.ebuild
new file mode 100644
index 000..9be05f9
--- /dev/null
+++ b/app-text/a2ps/a2ps-4.14-r4.ebuild
@@ -0,0 +1,137 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools elisp-common flag-o-matic
+
+DESCRIPTION="Any to PostScript filter"
+HOMEPAGE="http://www.inf.enst.fr/~demaille/a2ps/;
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz
+   linguas_ja? ( mirror://gentoo/${P}-ja_nls.patch.gz )"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="emacs latex linguas_ja nls static-libs userland_BSD userland_GNU vanilla"
+
+RESTRICT=test
+
+RDEPEND="app-text/ghostscript-gpl
+   app-text/libpaper
+   >=app-text/psutils-1.17
+   app-text/wdiff
+   emacs? ( virtual/emacs )
+   latex? ( virtual/latex-base )
+   nls? ( virtual/libintl )
+   userland_GNU? ( >=sys-apps/coreutils-6.10-r1 )
+   userland_BSD? ( sys-freebsd/freebsd-ubin )"
+DEPEND="${RDEPEND}
+   >=dev-util/gperf-2.7.2
+   virtual/yacc
+   nls? ( sys-devel/gettext )"
+
+SITEFILE=50${PN}-gentoo.el
+
+S=${WORKDIR}/${PN}-${PV:0:4}
+
+src_prepare() {
+   default
+
+   eapply "${FILESDIR}"/${PN}-4.13c-locale-gentoo.diff
+   use vanilla || eapply -p0 "${FILESDIR}"/${PN}-4.13-stdout.diff
+   if use linguas_ja; then
+   eapply "${WORKDIR}"/${P}-ja_nls.patch
+   # bug #335803
+   eapply -p0 "${FILESDIR}"/${P}-ja-cleanup.patch
+   else
+   eapply "${FILESDIR}"/${P}-cleanup.patch
+   fi
+
+   # fix fnmatch replacement, bug #134546
+   eapply "${FILESDIR}"/${PN}-4.13c-fnmatch-replacement.patch
+
+   # bug #122026
+   eapply "${FILESDIR}"/${P}-psset.patch
+
+   # fix emacs printing, bug #114627
+   eapply "${FILESDIR}"/a2ps-4.13c-emacs.patch
+
+   # fix chmod error, #167670
+   eapply "${FILESDIR}"/a2ps-4.13-manpage-chmod.patch
+
+   # add configure check for mempcpy, bug 216588
+   eapply "${FILESDIR}"/${P}-check-mempcpy.patch
+
+   # fix compilation error due to invalid stpcpy() prototype, bug 216588
+   eapply -p0 "${FILESDIR}"/${P}-fix-stpcpy-proto.patch
+
+   # fix compilation error due to obstack.h issue, bug 269638
+   eapply "${FILESDIR}"/${P}-ptrdiff_t.patch
+
+   # fix compilation error due to texinfo 5.x, bug 482748
+   eapply "${FILESDIR}"/${P}-texinfo-5.x.patch
+
+   # fix building with sys-devel/automake >= 1.12, bug 420503
+   rm -f {.,ogonkify}/aclocal.m4 || die
+   sed -i \
+   -e '/^AM_C_PROTOTYPES/d' \
+   -e '/^AUTOMAKE_OPTIONS.*ansi2knr/d' \
+   -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \
+   -e 's:AM_PROG_CC_STDC:AC_PROG_CC:' \
+   configure.in {contrib/sample,lib,src}/Makefile.am m4/protos.m4 
|| die
+
+   eautoreconf
+}
+
+src_configure() {
+   append-cppflags -DPROTOTYPES #420503
+
+   local myconf="COM_netscape=no COM_acroread=no"
+
+   use emacs || myconf="${myconf} EMACS=no"
+   use latex || myconf="${myconf} COM_latex=no"
+
+   export LANG=C LC_ALL=C
+
+   econf \
+   --enable-shared \
+   $(use_enable static-libs static) \
+   --sysconfdir="${EPREFIX}"/etc/a2ps \
+   $(use_enable nls) \
+   ${myconf}
+}
+
+src_compile() {
+   # parallel make b0rked
+   emake -j1
+}
+
+src_install() {
+   emake \
+   DESTDIR="${D}" \
+   lispdir="${EPREFIX}${SITELISP}"/${PN} \
+   install
+
+   newdoc "${ED}"/usr/share/a2ps/README README.a2ps
+   newdoc "${ED}"/usr/share/a2ps/ppd/README README.a2ps.ppd
+   newdoc "${ED}"/usr/share/ogonkify/README README.ogonkify
+
+   rm -f "${ED}"/usr/share/{a2ps,a2ps/ppd,ogonkify}/README || die
+
+   prune_libtool_files
+
+   if use emacs; then
+   elisp-site-file-install "${FILESDIR}"/${SITEFILE} || die
+   fi
+
+   dodoc ANNOUNCE AUTHORS ChangeLog FAQ NEWS README* THANKS TODO
+}
+
+pkg_postinst() {
+   use emacs && elisp-site-regen
+}
+

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

2016-05-17 Thread Markus Meier
commit: 2b4302fedba1aa91287247cfa324362922ffebcd
Author: Markus Meier  gentoo  org>
AuthorDate: Tue May 17 18:30:09 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue May 17 18:30:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4302fe

media-libs/libdiscid: arm stable, bug #578932

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

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

diff --git a/media-libs/libdiscid/libdiscid-0.6.1.ebuild 
b/media-libs/libdiscid/libdiscid-0.6.1.ebuild
index 7e3b436..0edf194 100644
--- a/media-libs/libdiscid/libdiscid-0.6.1.ebuild
+++ b/media-libs/libdiscid/libdiscid-0.6.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://ftp.musicbrainz.org/pub/musicbrainz/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
 DOCS=( AUTHORS ChangeLog examples/discid.c README )



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

2016-05-17 Thread Markus Meier
commit: de3758d316d3883f983b57f1e801096d41803802
Author: Markus Meier  gentoo  org>
AuthorDate: Tue May 17 18:29:07 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue May 17 18:29:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de3758d3

media-libs/gexiv2: arm stable, bug #575888

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

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

diff --git a/media-libs/gexiv2/gexiv2-0.10.3.ebuild 
b/media-libs/gexiv2/gexiv2-0.10.3.ebuild
index 91bc6fe..c4dc936 100644
--- a/media-libs/gexiv2/gexiv2-0.10.3.ebuild
+++ b/media-libs/gexiv2/gexiv2-0.10.3.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://gnome/sources/${PN}/${MY_PV}/${P}.tar.xz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="introspection python static-libs"
 
 REQUIRED_USE="python? ( introspection ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] proj/betagarden:master commit in: dev-util/tis-interpreter/files/, dev-util/tis-interpreter/

2016-05-17 Thread Sebastian Pipping
commit: c5807a4553aabd68c301678fbbfeb750cc536f89
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Tue May 17 18:16:04 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Tue May 17 18:16:15 2016 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=c5807a45

dev-util/tis-interpreter: 0_p20160517

 .../files/tis-interpreter-0_p20160517-path.patch   | 27 +
 dev-util/tis-interpreter/metadata.xml  |  8 
 .../tis-interpreter-0_p20160517.ebuild | 45 ++
 3 files changed, 80 insertions(+)

diff --git 
a/dev-util/tis-interpreter/files/tis-interpreter-0_p20160517-path.patch 
b/dev-util/tis-interpreter/files/tis-interpreter-0_p20160517-path.patch
new file mode 100644
index 000..e10b2e2
--- /dev/null
+++ b/dev-util/tis-interpreter/files/tis-interpreter-0_p20160517-path.patch
@@ -0,0 +1,27 @@
+From 989ec7e67fa3c510ab906c7b37d538151c2b7042 Mon Sep 17 00:00:00 2001
+From: Sebastian Pipping 
+Date: Tue, 17 May 2016 19:40:31 +0200
+Subject: [PATCH] Fix file locations
+
+---
+ tis-interpreter/tis-interpreter.sh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/tis-interpreter/tis-interpreter.sh 
b/tis-interpreter/tis-interpreter.sh
+index 05c5c82..d996d46 100755
+--- a/tis-interpreter/tis-interpreter.sh
 b/tis-interpreter/tis-interpreter.sh
+@@ -19,8 +19,8 @@ EOF
+ 
+ __tis_interpreter() {
+ 
+-ROOT_PATH=`dirname $0`
+-TIS_PATH=$ROOT_PATH/tis-interpreter
++ROOT_PATH=/usr/lib/tis-interpreter
++TIS_PATH=/usr
+ 
+ local frama_c_binary="frama-c"
+ 
+-- 
+2.8.2
+

diff --git a/dev-util/tis-interpreter/metadata.xml 
b/dev-util/tis-interpreter/metadata.xml
new file mode 100644
index 000..6d22988
--- /dev/null
+++ b/dev-util/tis-interpreter/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   sp...@gentoo.org
+   Sebastian Pipping
+   
+

diff --git a/dev-util/tis-interpreter/tis-interpreter-0_p20160517.ebuild 
b/dev-util/tis-interpreter/tis-interpreter-0_p20160517.ebuild
new file mode 100644
index 000..d7abb70
--- /dev/null
+++ b/dev-util/tis-interpreter/tis-interpreter-0_p20160517.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils
+
+MY_PV=4661757d4808e3e301024cc8930de85e5aba05a3
+DESCRIPTION="An interpreter for finding subtle bugs in programs written in 
standard C"
+HOMEPAGE="https://github.com/TrustInSoft/tis-interpreter;
+SRC_URI="https://github.com/TrustInSoft/tis-interpreter/archive/${MY_PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   dev-lang/ocaml
+   dev-ml/biniou
+   dev-ml/easy-format
+   dev-ml/findlib
+   dev-ml/yojson
+   dev-ml/zarith
+   "
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"/${PN}-${MY_PV}
+
+src_prepare() {
+   epatch "${FILESDIR}"/${P}-path.patch
+}
+
+src_install() {
+   default
+
+   insinto /usr/lib/${PN}
+   doins -r ${PN}/{common_helpers,filesystem}
+   newbin ${PN}/${PN}.sh ${PN}
+   dobin filesystem/tis-mkfs
+
+   insinto /usr/share/${PN}
+   doins -r ${PN}/examples
+}



[gentoo-commits] proj/betagarden:master commit in: dev-util/grml-debootstrap/

2016-05-17 Thread Sebastian Pipping
commit: 08cfb8518051d43e96e65c47d198ca8df307641a
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Mon Feb 22 19:04:13 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon Feb 22 19:04:13 2016 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=08cfb851

dev-util/grml-debootstrap: Update keyring dependencies

 dev-util/grml-debootstrap/grml-debootstrap-0.70-r1.ebuild   | 3 ++-
 dev-util/grml-debootstrap/grml-debootstrap-0.70_p20150605-r1.ebuild | 3 ++-
 dev-util/grml-debootstrap/grml-debootstrap-0.72.ebuild  | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-util/grml-debootstrap/grml-debootstrap-0.70-r1.ebuild 
b/dev-util/grml-debootstrap/grml-debootstrap-0.70-r1.ebuild
index 570a5f2..be43fce 100644
--- a/dev-util/grml-debootstrap/grml-debootstrap-0.70-r1.ebuild
+++ b/dev-util/grml-debootstrap/grml-debootstrap-0.70-r1.ebuild
@@ -24,7 +24,8 @@ RDEPEND="
dev-util/dialog
dev-util/debootstrap
sys-block/parted
-   sys-apps/debian-archive-keyring
+   app-crypt/debian-archive-keyring
+   app-crypt/ubuntu-keyring
"
 
 src_prepare() {

diff --git 
a/dev-util/grml-debootstrap/grml-debootstrap-0.70_p20150605-r1.ebuild 
b/dev-util/grml-debootstrap/grml-debootstrap-0.70_p20150605-r1.ebuild
index e3be788..c6fb5e2 100644
--- a/dev-util/grml-debootstrap/grml-debootstrap-0.70_p20150605-r1.ebuild
+++ b/dev-util/grml-debootstrap/grml-debootstrap-0.70_p20150605-r1.ebuild
@@ -27,7 +27,8 @@ RDEPEND="
dev-util/dialog
dev-util/debootstrap
sys-block/parted
-   sys-apps/debian-archive-keyring
+   app-crypt/debian-archive-keyring
+   app-crypt/ubuntu-keyring
"
 
 src_compile() {

diff --git a/dev-util/grml-debootstrap/grml-debootstrap-0.72.ebuild 
b/dev-util/grml-debootstrap/grml-debootstrap-0.72.ebuild
index a6a8ddd..0a1cfd6 100644
--- a/dev-util/grml-debootstrap/grml-debootstrap-0.72.ebuild
+++ b/dev-util/grml-debootstrap/grml-debootstrap-0.72.ebuild
@@ -24,7 +24,8 @@ RDEPEND="
dev-util/dialog
dev-util/debootstrap
sys-block/parted
-   sys-apps/debian-archive-keyring
+   app-crypt/debian-archive-keyring
+   app-crypt/ubuntu-keyring
"
 
 src_compile() {



[gentoo-commits] proj/betagarden:master commit in: dev-util/grml-debootstrap/

2016-05-17 Thread Sebastian Pipping
commit: a3d83eac64afe8d5ceaaa873cced66afe6841dc7
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Mon Feb 22 19:04:58 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon Feb 22 19:04:58 2016 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=a3d83eac

dev-util/grml-debootstrap: 0.73

 .../grml-debootstrap/grml-debootstrap-0.73.ebuild  | 50 ++
 1 file changed, 50 insertions(+)

diff --git a/dev-util/grml-debootstrap/grml-debootstrap-0.73.ebuild 
b/dev-util/grml-debootstrap/grml-debootstrap-0.73.ebuild
new file mode 100644
index 000..0a1cfd6
--- /dev/null
+++ b/dev-util/grml-debootstrap/grml-debootstrap-0.73.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+DESCRIPTION="Flexible wrapper around debootstrap"
+HOMEPAGE="https://github.com/grml/grml-debootstrap;
+SRC_URI="https://github.com/grml/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+DEPEND="
+   app-text/asciidoc
+   app-text/docbook-xsl-stylesheets
+   dev-libs/libxslt
+   "
+RDEPEND="
+   app-emulation/qemu
+   app-shells/mksh
+   dev-util/dialog
+   dev-util/debootstrap
+   sys-block/parted
+   app-crypt/debian-archive-keyring
+   app-crypt/ubuntu-keyring
+   "
+
+src_compile() {
+   emake 
DOCBOOK_XML=/usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl doc_man
+   use doc && emake doc_html
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   dodoc TODO
+   doman ${PN}.8
+
+   # Some doc on top
+   use doc && {
+   dodoc grml-debootstrap.8.html
+   insinto /usr/share/doc/${PF}/
+   doins -r images
+   }
+
+   dodoc debian/changelog
+}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/amdgpu-ucode/

2016-05-17 Thread Chí-Thanh Christopher Nguyễn
commit: f5dadebbc404ba89ecb370e06ddc1deb00a276f3
Author: Chí-Thanh Christopher Nguyễn  gentoo  org>
AuthorDate: Tue May 17 16:13:19 2016 +
Commit: Chí-Thanh Christopher Nguyễn  gentoo  org>
CommitDate: Tue May 17 16:13:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5dadebb

sys-firmware/amdgpu-ucode: remove old

Package-Manager: portage-2.2.28

 sys-firmware/amdgpu-ucode/Manifest |  1 -
 .../amdgpu-ucode/amdgpu-ucode-20150803.ebuild  | 57 --
 2 files changed, 58 deletions(-)

diff --git a/sys-firmware/amdgpu-ucode/Manifest 
b/sys-firmware/amdgpu-ucode/Manifest
index 52349b1..5aa0761 100644
--- a/sys-firmware/amdgpu-ucode/Manifest
+++ b/sys-firmware/amdgpu-ucode/Manifest
@@ -1,4 +1,3 @@
-DIST amdgpu-ucode-20150803.tar.xz 735616 SHA256 
8854abd0f356159e20e8abe83f66831d4857a98fd0ffc5856deb13d2c5e6d60d SHA512 
821fc3ec12bae64bfdc533bba641b9ac3ca96ba2126bc96830e5b8d552ca188c97f35fcd5b601d6b4798e8c0857f67bfd4fcd1c336b4be58d863adf1103b9fa8
 WHIRLPOOL 
560820c6f4cd261810421e8cdfbdb4f577488c814ab2b94c6d6329420b562cb014e5adc66601c210699260bb57c92b779bca1a21516f711e906f9e6e1f34a033
 DIST amdgpu-ucode-20160331.tar.xz 779248 SHA256 
6d97d79b10c46ab6a4dda7fafb1d6d230851cc3ffeb3904007015ee29b7b5c4c SHA512 
c8375adcb80d4d0ffc0ebaf5350c7f738d246287f431146638e12541c24b115b604116b16e86a1f63237b2cc8420c6be7e91326b3607a0b3c1cefbd8f3202915
 WHIRLPOOL 
5d580f62740bbd602ea12a37a88dc2ff3409d329d6c80d3fb9420001732eeba79a5d016ed7571109753ae95538f33e7cd01de94d695ecd11a4d88ebea74cc872
 DIST amdgpu-ucode-20160616.tar.xz 781716 SHA256 
7362c71f113335883aa04b01fd4472d158eca653111fba9c60de5f224e93bcf8 SHA512 
cbb138522e02a20ded2406837e7a70ac4287a10c051dad617818177397a8090345ee7faf4670211b2f07ce4e47a7dbeaee6ed255633a2a89e39ad19399886717
 WHIRLPOOL 
8248c786bcfefaa0c37bee94b900da7136cef55f60edea6e71220e15faf561ff707e9bff1b2df23a213296548cfe2e9e943be948259e93e6c563954e4007fa19
 DIST radeon-ucode-20160331.tar.xz 850404 SHA256 
e8641c5d2fb69b24609d4915625083bae912a683514157af73db9363154debef SHA512 
d8abc4507798a636f6bb54ae9f76a9a378079d3179b83bbe1540a633d5445a45400ba6a9f460e24a05dcaf1fb6ee66334cddb01cb39f4e59aa969a246510e4eb
 WHIRLPOOL 
63af735154cbe017baf01b36aef9b98a6a6733f116fee0a898c5e5546a1ee8830b752b69e12ba49bebbd41143339520e0afd3905b41039e6b323f247c2521374

diff --git a/sys-firmware/amdgpu-ucode/amdgpu-ucode-20150803.ebuild 
b/sys-firmware/amdgpu-ucode/amdgpu-ucode-20150803.ebuild
deleted file mode 100644
index 3cb1ca2..000
--- a/sys-firmware/amdgpu-ucode/amdgpu-ucode-20150803.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit linux-info
-
-DESCRIPTION="Microcode for V.Islands Radeon GPUs and APUs"
-HOMEPAGE="https://people.freedesktop.org/~agd5f/radeon_ucode/;
-SRC_URI="mirror://gentoo/${P}.tar.xz"
-
-LICENSE="radeon-ucode"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="legacy"
-
-RDEPEND="legacy? ( !sys-firmware/radeon-ucode )
-   !>sys-kernel/linux-firmware-20150812[-savedconfig]"
-
-S=${WORKDIR}/radeon_ucode
-
-AMDGPU_LEGACY_CIK="bonaire hawaii kabini kaveri mullins"
-
-src_install() {
-   local directory files legacyfiles
-   if use legacy; then
-   for directory in ${AMDGPU_LEGACY_CIK}; do
-   legacyfiles+=( ${directory}/*.bin )
-   done
-   insinto /lib/firmware/radeon
-   doins ${legacyfiles[@]}
-   fi
-   for directory in */; do
-   if [[ ${AMDGPU_LEGACY_CIK} != *${directory%/}* ]]; then
-   files+=( ${directory}/*.bin )
-   fi
-   done
-   insinto /lib/firmware/amdgpu
-   doins ${files[@]}
-   FILES=( ${files[@]/*\//amdgpu/} ${legacyfiles[@]/*\//radeon/} )
-}
-
-pkg_postinst() {
-   if linux_config_exists && linux_chkconfig_builtin DRM_AMDGPU; then
-   if ! linux_chkconfig_present FIRMWARE_IN_KERNEL || \
-   ! [[ "$(linux_chkconfig_string EXTRA_FIRMWARE)" == 
*_rlc.bin* ]]; then
-   ewarn "Your kernel has amdgpu DRM built-in but not the 
microcode."
-   ewarn "For kernel modesetting to work, please set in 
kernel config"
-   ewarn "CONFIG_FIRMWARE_IN_KERNEL=y"
-   ewarn "CONFIG_EXTRA_FIRMWARE_DIR=\"/lib/firmware\""
-   ewarn "CONFIG_EXTRA_FIRMWARE=\"${FILES[@]}\""
-   ewarn "You may skip microcode files for which no 
hardware is installed."
-   ewarn "More information at 
https://wiki.gentoo.org/wiki/AMDGPU#Firmware;
-   fi
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/radeon-ucode/

2016-05-17 Thread Chí-Thanh Christopher Nguyễn
commit: 1b63cebb20062d583587893c95eba0e4a613cee8
Author: Chí-Thanh Christopher Nguyễn  gentoo  org>
AuthorDate: Tue May 17 16:14:54 2016 +
Commit: Chí-Thanh Christopher Nguyễn  gentoo  org>
CommitDate: Tue May 17 16:14:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b63cebb

sys-firmware/radeon-ucode: remove old

Package-Manager: portage-2.2.28

 sys-firmware/radeon-ucode/Manifest |  3 --
 .../radeon-ucode/radeon-ucode-20140204.ebuild  | 41 --
 .../radeon-ucode/radeon-ucode-20140430.ebuild  | 41 --
 .../radeon-ucode/radeon-ucode-20140823.ebuild  | 41 --
 4 files changed, 126 deletions(-)

diff --git a/sys-firmware/radeon-ucode/Manifest 
b/sys-firmware/radeon-ucode/Manifest
index 8f7f97f..10c5689 100644
--- a/sys-firmware/radeon-ucode/Manifest
+++ b/sys-firmware/radeon-ucode/Manifest
@@ -1,6 +1,3 @@
-DIST radeon-ucode-20140204.tar.xz 523300 SHA256 
9e10b5c5dd052c9a2347b76d86a36f46b9aec568067aeba1bcff5b830f75a7c4 SHA512 
c116f8612d0cc19fe8f117c42daba59132a04079e898e392f4661e302c7052229b4ced94be9627aa07e433fd9e07d9a9e538ee8004d5b261ec1e0ddad4abc7dc
 WHIRLPOOL 
d6483cca8cbc831f1590ce49a6d0685b2565a5d63a063a8b1c43929a5cc2027cd60009572c34c9889ce4ef3c4f6e23c263c672714bfaea35edf205c65bcbed83
-DIST radeon-ucode-20140430.tar.xz 531304 SHA256 
a29fab53ac0ecca1775d0338f693954f9336911beaa32536fa6c70a21eefd06c SHA512 
adb72e783a782242561fb036b58129b53b312ed1d58d6f05eca0725f3544ea41d3bd13cd712aa90b9cd0e95219c5789018c7a925d5045a253993442bed0a80c4
 WHIRLPOOL 
724455e7d5c2e48213b93e9ba3e310dbaa9863006e3ec05712be324b3efbf7b3d0d6ac6a20aafab771bf67ea35d291cfa505baa6f1e427393ea88149e3e771e3
-DIST radeon-ucode-20140823.tar.xz 694248 SHA256 
37eb33aea68e06ecfad79c871a1ceedd99a04d03f5ae8e3449e4331d2b19e2c4 SHA512 
c23326700d41ecdef4ce8d6f8638a1faa335a9ded7d717e3edd0422ba6e7d118981fd153de50892e87fa45f6da28ea973f6b29cd1025123fe1770f783dc99812
 WHIRLPOOL 
a86382353f71e8b9735db80491258d7d670ada31ba89c514fb1e5fd3d2b7121cbc7c8007af36c01d5dcc85ffb5ea3e6a726c78557af1b186df8f3bbab5564050
 DIST radeon-ucode-20150511.tar.xz 732772 SHA256 
7aa3825cb538826274b93a05a5d3168baa038855b3699a76f6d2512d3e1e5ce4 SHA512 
f72afcdc18562fcd9eac4adb371c6bc40cd97b8478031e2b820f34997ce547c05e190b01e9eaaa408a9c557d8a957e3b1d42916683885da18676c79bd2fffd08
 WHIRLPOOL 
42a255d78dab2cd9737b408e29c718f3ed4008253a39207a5bb4cc64dbbb39d4e9efeb8f834c327c0650d3f3a100a9b782d521dd003d4e84adf559783b9dd9e2
 DIST radeon-ucode-20160331.tar.xz 850404 SHA256 
e8641c5d2fb69b24609d4915625083bae912a683514157af73db9363154debef SHA512 
d8abc4507798a636f6bb54ae9f76a9a378079d3179b83bbe1540a633d5445a45400ba6a9f460e24a05dcaf1fb6ee66334cddb01cb39f4e59aa969a246510e4eb
 WHIRLPOOL 
63af735154cbe017baf01b36aef9b98a6a6733f116fee0a898c5e5546a1ee8830b752b69e12ba49bebbd41143339520e0afd3905b41039e6b323f247c2521374
 DIST radeon-ucode-20160616.tar.xz 813488 SHA256 
ea535c05977ea8f1eecbac56e5bfeaa314d2440edf7844311d57b74b3033e5e1 SHA512 
7851ba368722fc5f567a6a5d0d489e86469b6ec1f1a1dc3b60184af2cf0a094c1fa34a456d486694184d05cfffce43fc511a460d402e317f313a91832f9d854c
 WHIRLPOOL 
995262f84ae033daf69d96cd26f50027b57f80e5621aed4b44ea944b5b441278a97876543e26c20cfaf82975c5212612e7a1ff31be740974dc7bc42495a048f7

diff --git a/sys-firmware/radeon-ucode/radeon-ucode-20140204.ebuild 
b/sys-firmware/radeon-ucode/radeon-ucode-20140204.ebuild
deleted file mode 100644
index 56deb75..000
--- a/sys-firmware/radeon-ucode/radeon-ucode-20140204.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit linux-info
-
-DESCRIPTION="IRQ microcode for r6xx/r7xx/Evergreen/N.Islands/S.Islands Radeon 
GPUs and APUs"
-HOMEPAGE="https://people.freedesktop.org/~agd5f/radeon_ucode/;
-SRC_URI="mirror://gentoo/${P}.tar.xz"
-
-LICENSE="radeon-ucode"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="!sys-kernel/linux-firmware[-savedconfig]"
-
-S=${WORKDIR}/${PN/-/_}
-
-src_install() {
-   insinto /lib/firmware/radeon
-   FILES=( *.bin )
-   doins ${FILES[@]} || die "doins failed"
-}
-
-pkg_postinst() {
-   if linux_config_exists && linux_chkconfig_builtin DRM_RADEON; then
-   if ! linux_chkconfig_present FIRMWARE_IN_KERNEL || \
-   ! [[ "$(linux_chkconfig_string EXTRA_FIRMWARE)" == 
*_rlc.bin* ]]; then
-   ewarn "Your kernel has radeon DRM built-in but not the 
IRQ microcode."
-   ewarn "For kernel modesetting to work, please set in 
kernel config"
-   ewarn "CONFIG_FIRMWARE_IN_KERNEL=y"
-   ewarn "CONFIG_EXTRA_FIRMWARE_DIR=\"/lib/firmware\""
-   ewarn "CONFIG_EXTRA_FIRMWARE=\"${FILES[@]/#/radeon/}\""
-   ewarn "You may skip microcode files for which no 
hardware is installed."
-   ewarn "More 

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

2016-05-17 Thread Chí-Thanh Christopher Nguyễn
commit: e3168960fda3113f5b6b8a912d1b212788444324
Author: Chí-Thanh Christopher Nguyễn  gentoo  org>
AuthorDate: Tue May 17 16:11:17 2016 +
Commit: Chí-Thanh Christopher Nguyễn  gentoo  org>
CommitDate: Tue May 17 16:11:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3168960

sys-kernel/linux-firmware: new snapshot

Package-Manager: portage-2.2.28

 sys-kernel/linux-firmware/Manifest |   1 +
 .../linux-firmware/linux-firmware-20160616.ebuild  | 111 +
 2 files changed, 112 insertions(+)

diff --git a/sys-kernel/linux-firmware/Manifest 
b/sys-kernel/linux-firmware/Manifest
index 6e3a321..47f839f 100644
--- a/sys-kernel/linux-firmware/Manifest
+++ b/sys-kernel/linux-firmware/Manifest
@@ -1,3 +1,4 @@
 DIST linux-firmware-20151207.tar.xz 34075376 SHA256 
ef2ba016d777f8cd3f910f3a673a65e5d167bb63c7af9d6e3e1469891c4de8c4 SHA512 
b34ee48eaf085bc0dd3d2823678885118bd4f9a854a854eefe92d3e80042a7256505cf72c2d0ff81487797a09261b3af562df2aea2a997ef95950084eca9520c
 WHIRLPOOL 
322488811690f362828d3253b647c6eecab2b05c8bf4f67c6f3a2d97dc48501e51ed658b00c7a988c3211fe255fa905cda461b7d54b180897f1a99ab76c9b11a
 DIST linux-firmware-20160223.tar.xz 35929392 SHA256 
fde2f588fc0d2b7efa3b906a831e379ce7b42e60d17a225553b07a308049d189 SHA512 
c50dc68b4b14dd40d279ca1f6d88235f2c268d48075b46a890f9ea8eb7121a81b8e991860ac06dd9107f202fb707d8ee681105066b12d1cac4d25e45b6f81426
 WHIRLPOOL 
356ffe1c2a2d079ae04872e5d8bbae94c38bf6352d451dbb7e916387b8d65eca0f9338598bcf8daec07e679b21dfdf54520542b7f58e827ab637118353220c15
 DIST linux-firmware-20160331.tar.xz 35957140 SHA256 
99ab767835006038e9efcc9d583b767c4a98091c35a6e2710f654e4fc2db7a45 SHA512 
99694f336c4051d51f527399e225ee4a5842024d52f0d74204afd947ab5d0517c774e42519f469a1b653bc2ea026735bb83af5e495a8c2c5b5898ebe5d86cb40
 WHIRLPOOL 
17091f691577fa0976cb90cb6a60599155ff02afb95aacfa9c12228371c69d88750214b76f479cfdf55f36f7584a03c81158a61b1a593012e15db0ce8d740672
+DIST linux-firmware-20160616.tar.xz 36089804 SHA256 
216cd8680ab29368f2c206b3dbaa180e5f7331f64b016e0a674870f8abe668b5 SHA512 
0a6c8aaea9a6bea5eb92a60499861d59e91b87ab44af4e1b7794539ae46ca6cc5a59ca945d4e4d376bdcf1820b32c66531459db7bfb95e97d343cf9a964f6f7e
 WHIRLPOOL 
17df2ff0d701728c9815ee4e1be6548939fb9d3e54e55ae4caeb05b41b3a0921048a7c0a05f1e682c1a32c3344e1e7c0717fadb365b7717c95f96506f2e93a81

diff --git a/sys-kernel/linux-firmware/linux-firmware-20160616.ebuild 
b/sys-kernel/linux-firmware/linux-firmware-20160616.ebuild
new file mode 100644
index 000..8415438
--- /dev/null
+++ b/sys-kernel/linux-firmware/linux-firmware-20160616.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit savedconfig
+
+if [[ ${PV} == * ]]; then
+   inherit git-2
+   SRC_URI=""
+   
EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git"
+   KEYWORDS=""
+else
+   SRC_URI="mirror://gentoo/${P}.tar.xz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+fi
+
+DESCRIPTION="Linux firmware files"
+HOMEPAGE="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;
+
+LICENSE="GPL-1 GPL-2 GPL-3 BSD freedist"
+SLOT="0"
+IUSE="savedconfig"
+
+DEPEND=""
+RDEPEND="!savedconfig? (
+   !sys-firmware/alsa-firmware[alsa_cards_ca0132]
+   !sys-firmware/alsa-firmware[alsa_cards_korg1212]
+   !sys-firmware/alsa-firmware[alsa_cards_maestro3]
+   !sys-firmware/alsa-firmware[alsa_cards_sb16]
+   !sys-firmware/alsa-firmware[alsa_cards_ymfpci]
+   !media-tv/cx18-firmware
+   ! 
${PN}.conf
+   find * \( \! -type d -and \! -name ${PN}.conf \) >> ${PN}.conf
+
+   if use savedconfig; then
+   restore_config ${PN}.conf
+   ebegin "Removing all files not listed in config"
+   find * \( \! -type d -and \! -name ${PN}.conf \) \
+   | sort ${PN}.conf ${PN}.conf - \
+   | uniq -u | xargs -r rm
+   eend $? || die
+   # remove empty directories, bug #396073
+   find -type d -empty -delete || die
+   fi
+}
+
+src_install() {
+   if use !savedconfig; then
+   save_config ${PN}.conf
+   fi
+   rm ${PN}.conf || die
+   insinto /lib/firmware/
+   doins -r *
+}
+
+pkg_preinst() {
+   if use savedconfig; then
+   ewarn "USE=savedconfig is active. You must handle file 
collisions manually."
+   fi
+}
+
+pkg_postinst() {
+   elog "If you are only interested in particular firmware files, edit the 
saved"
+   elog "configfile and remove those that you do not want."
+}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/amdgpu-ucode/

2016-05-17 Thread Chí-Thanh Christopher Nguyễn
commit: bc5fa508f3f78dfc900843177391e073ccc9fc21
Author: Chí-Thanh Christopher Nguyễn  gentoo  org>
AuthorDate: Tue May 17 16:12:24 2016 +
Commit: Chí-Thanh Christopher Nguyễn  gentoo  org>
CommitDate: Tue May 17 16:12:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc5fa508

sys-firmware/amdgpu-ucode: new snapshot

Package-Manager: portage-2.2.28

 sys-firmware/amdgpu-ucode/Manifest |  2 +
 .../amdgpu-ucode/amdgpu-ucode-20160616.ebuild  | 56 ++
 2 files changed, 58 insertions(+)

diff --git a/sys-firmware/amdgpu-ucode/Manifest 
b/sys-firmware/amdgpu-ucode/Manifest
index 4c55e1b..52349b1 100644
--- a/sys-firmware/amdgpu-ucode/Manifest
+++ b/sys-firmware/amdgpu-ucode/Manifest
@@ -1,3 +1,5 @@
 DIST amdgpu-ucode-20150803.tar.xz 735616 SHA256 
8854abd0f356159e20e8abe83f66831d4857a98fd0ffc5856deb13d2c5e6d60d SHA512 
821fc3ec12bae64bfdc533bba641b9ac3ca96ba2126bc96830e5b8d552ca188c97f35fcd5b601d6b4798e8c0857f67bfd4fcd1c336b4be58d863adf1103b9fa8
 WHIRLPOOL 
560820c6f4cd261810421e8cdfbdb4f577488c814ab2b94c6d6329420b562cb014e5adc66601c210699260bb57c92b779bca1a21516f711e906f9e6e1f34a033
 DIST amdgpu-ucode-20160331.tar.xz 779248 SHA256 
6d97d79b10c46ab6a4dda7fafb1d6d230851cc3ffeb3904007015ee29b7b5c4c SHA512 
c8375adcb80d4d0ffc0ebaf5350c7f738d246287f431146638e12541c24b115b604116b16e86a1f63237b2cc8420c6be7e91326b3607a0b3c1cefbd8f3202915
 WHIRLPOOL 
5d580f62740bbd602ea12a37a88dc2ff3409d329d6c80d3fb9420001732eeba79a5d016ed7571109753ae95538f33e7cd01de94d695ecd11a4d88ebea74cc872
+DIST amdgpu-ucode-20160616.tar.xz 781716 SHA256 
7362c71f113335883aa04b01fd4472d158eca653111fba9c60de5f224e93bcf8 SHA512 
cbb138522e02a20ded2406837e7a70ac4287a10c051dad617818177397a8090345ee7faf4670211b2f07ce4e47a7dbeaee6ed255633a2a89e39ad19399886717
 WHIRLPOOL 
8248c786bcfefaa0c37bee94b900da7136cef55f60edea6e71220e15faf561ff707e9bff1b2df23a213296548cfe2e9e943be948259e93e6c563954e4007fa19
 DIST radeon-ucode-20160331.tar.xz 850404 SHA256 
e8641c5d2fb69b24609d4915625083bae912a683514157af73db9363154debef SHA512 
d8abc4507798a636f6bb54ae9f76a9a378079d3179b83bbe1540a633d5445a45400ba6a9f460e24a05dcaf1fb6ee66334cddb01cb39f4e59aa969a246510e4eb
 WHIRLPOOL 
63af735154cbe017baf01b36aef9b98a6a6733f116fee0a898c5e5546a1ee8830b752b69e12ba49bebbd41143339520e0afd3905b41039e6b323f247c2521374
+DIST radeon-ucode-20160616.tar.xz 813488 SHA256 
ea535c05977ea8f1eecbac56e5bfeaa314d2440edf7844311d57b74b3033e5e1 SHA512 
7851ba368722fc5f567a6a5d0d489e86469b6ec1f1a1dc3b60184af2cf0a094c1fa34a456d486694184d05cfffce43fc511a460d402e317f313a91832f9d854c
 WHIRLPOOL 
995262f84ae033daf69d96cd26f50027b57f80e5621aed4b44ea944b5b441278a97876543e26c20cfaf82975c5212612e7a1ff31be740974dc7bc42495a048f7

diff --git a/sys-firmware/amdgpu-ucode/amdgpu-ucode-20160616.ebuild 
b/sys-firmware/amdgpu-ucode/amdgpu-ucode-20160616.ebuild
new file mode 100644
index 000..0779d9b
--- /dev/null
+++ b/sys-firmware/amdgpu-ucode/amdgpu-ucode-20160616.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit linux-info
+
+DESCRIPTION="Microcode for C.Islands/V.Islands/A.Islands Radeon GPUs and APUs"
+HOMEPAGE="https://people.freedesktop.org/~agd5f/radeon_ucode/;
+SRC_URI="mirror://gentoo/${P}.tar.xz
+   legacy? ( mirror://gentoo/${P/amdgpu/radeon}.tar.xz )"
+
+LICENSE="radeon-ucode"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="legacy"
+
+RDEPEND="legacy? ( !sys-firmware/radeon-ucode )
+   !>sys-kernel/linux-firmware-20150812[-savedconfig]"
+
+S=${WORKDIR}/amdgpu
+
+AMDGPU_LEGACY_CIK="bonaire hawaii kabini kaveri mullins"
+
+src_install() {
+   local chip files legacyfiles
+   if use legacy; then
+   pushd ../radeon || die
+   for chip in ${AMDGPU_LEGACY_CIK}; do
+   legacyfiles+=( ${chip}*.bin )
+   done
+   insinto /lib/firmware/radeon
+   doins ${legacyfiles[@]}
+   popd
+   fi
+   files=( *.bin )
+   insinto /lib/firmware/amdgpu
+   doins ${files[@]}
+   FILES=( ${files[@]/#/amdgpu/} ${legacyfiles[@]/#/radeon/} )
+}
+
+pkg_postinst() {
+   if linux_config_exists && linux_chkconfig_builtin DRM_AMDGPU; then
+   if ! linux_chkconfig_present FIRMWARE_IN_KERNEL || \
+   ! [[ "$(linux_chkconfig_string EXTRA_FIRMWARE)" == 
*_rlc.bin* ]]; then
+   ewarn "Your kernel has amdgpu DRM built-in but not the 
microcode."
+   ewarn "For kernel modesetting to work, please set in 
kernel config"
+   ewarn "CONFIG_FIRMWARE_IN_KERNEL=y"
+   ewarn "CONFIG_EXTRA_FIRMWARE_DIR=\"/lib/firmware\""
+   ewarn "CONFIG_EXTRA_FIRMWARE=\"${FILES[@]}\""
+   ewarn "You may skip microcode files for which no 
hardware is installed."
+   ewarn "More 

[gentoo-commits] repo/gentoo:master commit in: sys-firmware/radeon-ucode/

2016-05-17 Thread Chí-Thanh Christopher Nguyễn
commit: cb42b6a040885c449ff80431393c10434b61d73a
Author: Chí-Thanh Christopher Nguyễn  gentoo  org>
AuthorDate: Tue May 17 16:14:14 2016 +
Commit: Chí-Thanh Christopher Nguyễn  gentoo  org>
CommitDate: Tue May 17 16:14:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb42b6a0

sys-firmware/radeon-ucode: new snapshot

Package-Manager: portage-2.2.28

 sys-firmware/radeon-ucode/Manifest |  1 +
 .../radeon-ucode/radeon-ucode-20160616.ebuild  | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/sys-firmware/radeon-ucode/Manifest 
b/sys-firmware/radeon-ucode/Manifest
index 358509f..8f7f97f 100644
--- a/sys-firmware/radeon-ucode/Manifest
+++ b/sys-firmware/radeon-ucode/Manifest
@@ -3,3 +3,4 @@ DIST radeon-ucode-20140430.tar.xz 531304 SHA256 
a29fab53ac0ecca1775d0338f693954f
 DIST radeon-ucode-20140823.tar.xz 694248 SHA256 
37eb33aea68e06ecfad79c871a1ceedd99a04d03f5ae8e3449e4331d2b19e2c4 SHA512 
c23326700d41ecdef4ce8d6f8638a1faa335a9ded7d717e3edd0422ba6e7d118981fd153de50892e87fa45f6da28ea973f6b29cd1025123fe1770f783dc99812
 WHIRLPOOL 
a86382353f71e8b9735db80491258d7d670ada31ba89c514fb1e5fd3d2b7121cbc7c8007af36c01d5dcc85ffb5ea3e6a726c78557af1b186df8f3bbab5564050
 DIST radeon-ucode-20150511.tar.xz 732772 SHA256 
7aa3825cb538826274b93a05a5d3168baa038855b3699a76f6d2512d3e1e5ce4 SHA512 
f72afcdc18562fcd9eac4adb371c6bc40cd97b8478031e2b820f34997ce547c05e190b01e9eaaa408a9c557d8a957e3b1d42916683885da18676c79bd2fffd08
 WHIRLPOOL 
42a255d78dab2cd9737b408e29c718f3ed4008253a39207a5bb4cc64dbbb39d4e9efeb8f834c327c0650d3f3a100a9b782d521dd003d4e84adf559783b9dd9e2
 DIST radeon-ucode-20160331.tar.xz 850404 SHA256 
e8641c5d2fb69b24609d4915625083bae912a683514157af73db9363154debef SHA512 
d8abc4507798a636f6bb54ae9f76a9a378079d3179b83bbe1540a633d5445a45400ba6a9f460e24a05dcaf1fb6ee66334cddb01cb39f4e59aa969a246510e4eb
 WHIRLPOOL 
63af735154cbe017baf01b36aef9b98a6a6733f116fee0a898c5e5546a1ee8830b752b69e12ba49bebbd41143339520e0afd3905b41039e6b323f247c2521374
+DIST radeon-ucode-20160616.tar.xz 813488 SHA256 
ea535c05977ea8f1eecbac56e5bfeaa314d2440edf7844311d57b74b3033e5e1 SHA512 
7851ba368722fc5f567a6a5d0d489e86469b6ec1f1a1dc3b60184af2cf0a094c1fa34a456d486694184d05cfffce43fc511a460d402e317f313a91832f9d854c
 WHIRLPOOL 
995262f84ae033daf69d96cd26f50027b57f80e5621aed4b44ea944b5b441278a97876543e26c20cfaf82975c5212612e7a1ff31be740974dc7bc42495a048f7

diff --git a/sys-firmware/radeon-ucode/radeon-ucode-20160616.ebuild 
b/sys-firmware/radeon-ucode/radeon-ucode-20160616.ebuild
new file mode 100644
index 000..1b9efea
--- /dev/null
+++ b/sys-firmware/radeon-ucode/radeon-ucode-20160616.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit linux-info
+
+DESCRIPTION="IRQ microcode for r6xx/r7xx/Evergreen/N.Islands/S.Islands Radeon 
GPUs and APUs"
+HOMEPAGE="https://people.freedesktop.org/~agd5f/radeon_ucode/;
+SRC_URI="mirror://gentoo/${P}.tar.xz"
+
+LICENSE="radeon-ucode"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!sys-kernel/linux-firmware[-savedconfig]"
+
+S=${WORKDIR}/radeon
+
+src_install() {
+   insinto /lib/firmware/radeon
+   FILES=( *.bin )
+   doins ${FILES[@]} || die "doins failed"
+}
+
+pkg_postinst() {
+   if linux_config_exists && linux_chkconfig_builtin DRM_RADEON; then
+   if ! linux_chkconfig_present FIRMWARE_IN_KERNEL || \
+   ! [[ "$(linux_chkconfig_string EXTRA_FIRMWARE)" == 
*_rlc.bin* ]]; then
+   ewarn "Your kernel has radeon DRM built-in but not the 
IRQ microcode."
+   ewarn "For kernel modesetting to work, please set in 
kernel config"
+   ewarn "CONFIG_FIRMWARE_IN_KERNEL=y"
+   ewarn "CONFIG_EXTRA_FIRMWARE_DIR=\"/lib/firmware\""
+   ewarn "CONFIG_EXTRA_FIRMWARE=\"${FILES[@]/#/radeon/}\""
+   ewarn "You may skip microcode files for which no 
hardware is installed."
+   ewarn "More information at 
https://wiki.gentoo.org/wiki/Radeon#Firmware;
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/mongo-tools/, app-admin/mongo-tools/files/

2016-05-17 Thread Alexys Jacob
commit: a63a5210bec1cbfb8eb37e07ea4563245a1ab7ea
Author: Ultrabug  gentoo  org>
AuthorDate: Tue May 17 15:30:39 2016 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Tue May 17 15:30:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a63a5210

app-admin/mongo-tools: version bump, drop old

Package-Manager: portage-2.2.27

 app-admin/mongo-tools/Manifest |  3 +-
 .../files/mongo-tools-3.0.12-build.patch   |  9 
 ...ools-3.0.9.ebuild => mongo-tools-3.0.12.ebuild} |  2 +-
 app-admin/mongo-tools/mongo-tools-3.0.8.ebuild | 53 --
 4 files changed, 11 insertions(+), 56 deletions(-)

diff --git a/app-admin/mongo-tools/Manifest b/app-admin/mongo-tools/Manifest
index 86b4d12..e9143f2 100644
--- a/app-admin/mongo-tools/Manifest
+++ b/app-admin/mongo-tools/Manifest
@@ -1,5 +1,4 @@
 DIST mongo-tools-3.0.10.tar.gz 218 SHA256 
2bd5c984ca8b745b33aeb1e1a8118acd675bc5a408845eb3bb0b70c4fa680d71 SHA512 
36d57150f4fb331149a2a7cbcde54253316cf3c5bc8ab195584c057c35b30d5acfabcafa25d314d378388254ac5a0ce75d0d8867e344fb7006593319ce9d028c
 WHIRLPOOL 
a6961a1fccb7ba353616fe4bfbe182c6a076f13c23492f4d06d274a0ff4d3f09a811413f77a2353b20801462b3a72f74073e38b8b1b4f4e3abf0026774dbcea2
-DIST mongo-tools-3.0.8.tar.gz 2185550 SHA256 
b9860339ed59ed57bb29b26c820578c690baa2aaec98fe743561cc95023815f1 SHA512 
95ea8377aef747f66ce827300cbc38bfa5b660ad25e4d66cf0dc9899cfe81ff2a67e9383a22c08158fed2d622a6f4d3b315e1234fb6118f246ef17f9cffa129a
 WHIRLPOOL 
00298e54c8fd17a51a3293101defee94219c46929862695e08b2c21a66e59290b341f07c89add38dacfa8295c3fe83ce61cd3911e7489ddd75c2a65721910cce
-DIST mongo-tools-3.0.9.tar.gz 2185557 SHA256 
41705fe815d189d6985ac6abad0b7467186488600cc3031732a25fea5c69a09f SHA512 
d4b8d89242a0ab5b678eec7f9a75ad8cf199769046a399741960c605c7d0dc34d5f5e30d956ff4d51b01bc93b1841e132dc2daf6dade9b32d035f2c2f261e520
 WHIRLPOOL 
ce8911d89d9874f1fbc18b63546b641866e94a7160edd705aece48f05b63a67dfc111cd44940a0956bc1d1e42431b33ea69d5f24eb216e99fcb080b55281ec89
+DIST mongo-tools-3.0.12.tar.gz 2196136 SHA256 
390d6842e83463943383ba7a6d6b8feb050fd170f8003aef46037722693734d0 SHA512 
2954972b999d8eb87ff7ce65697740fc5893d5caa24234309f1d182109f627a5cce9b22d9da1154af74606725269c48ded8361b9f3bf171a10aed9ad7b33dda8
 WHIRLPOOL 
13e1e433f242be3ec9cea259bb3ae70220d1b7feccaf722ce31d9c1a0b30a8aef0c945e1147662acab22b3d7c1c719055fda6dfc9c605d205ceb227d639f6598
 DIST mongo-tools-3.2.4.tar.gz 2229852 SHA256 
9d52028fb2be6a6e0a779aa73587c52ccd5fa59b258e26e5c2c3fce167599138 SHA512 
d34ad87bb2a53c9df0124c26a4c200236aa889c7a5bd09a3b535acd4b18c5757018e78813fa04b48b359004eb9097853b49fd359617e71f66e41ef71da01c222
 WHIRLPOOL 
1711091062a89f14c0fbf9dedd15567c0018af7028fab053622f4bdcc87b23e1784275901c19605418989e4802ff011dd87ddc7c26723318aafe59df4c079d35
 DIST mongo-tools-3.2.5.tar.gz 2499471 SHA256 
d58ab20b0007f550060c5c57fff0661488d473151e6f7f10b9895e859a625797 SHA512 
b7bb5fe5425b269611cedd6f7d9253998d00fb3bd7b26bac5d614f4ee861bbeca806da12c41b475cf8e72954a0634503a9d1b625a0bdbd52b61149616014ab49
 WHIRLPOOL 
08c1080f843cecda815ab8b0140cce386287d988461647876e7f5b02b9ed3c62873b8aa67c0eebd6a377383235b1f919e95af6aaf6f8ed102a84ac74897ccd96

diff --git a/app-admin/mongo-tools/files/mongo-tools-3.0.12-build.patch 
b/app-admin/mongo-tools/files/mongo-tools-3.0.12-build.patch
new file mode 100644
index 000..f3d8819
--- /dev/null
+++ b/app-admin/mongo-tools/files/mongo-tools-3.0.12-build.patch
@@ -0,0 +1,9 @@
+--- a/build.sh 2016-04-29 20:14:54.0 +0200
 b/build.sh 2016-05-17 17:22:50.830113156 +0200
+@@ -19,5 +19,5 @@
+ for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog; do
+   echo "Building ${i}..."
+   # Build the tool, using -ldflags to link in the current gitspec
+-go build -o "bin/$i" -ldflags "-X 
github.com/mongodb/mongo-tools/common/options.Gitspec=`git rev-parse HEAD` -X 
github.com/mongodb/mongo-tools/common/options.VersionStr=$(git describe)" -tags 
"$tags" "$i/main/$i.go"
++go build -o "bin/$i" -tags "$tags" "$i/main/$i.go" || exit 1
+ done

diff --git a/app-admin/mongo-tools/mongo-tools-3.0.9.ebuild 
b/app-admin/mongo-tools/mongo-tools-3.0.12.ebuild
similarity index 95%
rename from app-admin/mongo-tools/mongo-tools-3.0.9.ebuild
rename to app-admin/mongo-tools/mongo-tools-3.0.12.ebuild
index 0a92d4b..9abcf52 100644
--- a/app-admin/mongo-tools/mongo-tools-3.0.9.ebuild
+++ b/app-admin/mongo-tools/mongo-tools-3.0.12.ebuild
@@ -31,7 +31,7 @@ DEPEND="${RDEPEND}
 S=${WORKDIR}/${MY_P}
 
 src_prepare() {
-   epatch "${FILESDIR}/${PN}-3.0.0-build.patch"
+   epatch "${FILESDIR}/${PN}-3.0.12-build.patch"
 }
 
 src_compile() {

diff --git a/app-admin/mongo-tools/mongo-tools-3.0.8.ebuild 
b/app-admin/mongo-tools/mongo-tools-3.0.8.ebuild
deleted file mode 100644
index 658782f..000
--- a/app-admin/mongo-tools/mongo-tools-3.0.8.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 

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

2016-05-17 Thread Alexys Jacob
commit: 510474f97d8105430b92cd063b45fad63570ff3e
Author: Ultrabug  gentoo  org>
AuthorDate: Tue May 17 15:44:33 2016 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Tue May 17 15:44:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=510474f9

dev-db/mongodb: version bump fix #580796

Package-Manager: portage-2.2.27

 dev-db/mongodb/Manifest | 2 +-
 dev-db/mongodb/{mongodb-3.0.11.ebuild => mongodb-3.0.12.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mongodb/Manifest b/dev-db/mongodb/Manifest
index 7237a73..f323578 100644
--- a/dev-db/mongodb/Manifest
+++ b/dev-db/mongodb/Manifest
@@ -3,6 +3,6 @@ DIST mongodb-src-r2.6.11.tar.gz 16461163 SHA256 
e1a64a1ef7114f3e8ed3c7acaa4e97ff
 DIST mongodb-src-r2.6.12.tar.gz 16462842 SHA256 
2dd51eabcfcd133573be74c0131c85b67764042833e7d94077e86adc0b9406dc SHA512 
ceed10f2da50ca390f56cc79d39ea4db7a1ef6764e37dae61c3f3f664708be72de09443bbf94f8e58479e4f2923ff2ab9eee45652e82271b3bad591e03ef7657
 WHIRLPOOL 
1587ef45ee17f9e3357a92b480ea739192076ead280c44c801650d01d2ae29a627a96db611eac6c9b6b47e5e619e2362df94e1792348709b3ea5a4970a8751a0
 DIST mongodb-src-r2.6.8.tar.gz 14545274 SHA256 
1997f60d9de17320f22c604d8aa1cbe5f38d877142cd0e9130fe3dae7b311a06 SHA512 
6fa69750debb40d0be4d5d057125320d97e882e30c43c664fcb6ec6a9e6a8bff5e63637fc8952a6d898556b2c2ce84254d135387dc0879bf65dbd5e91b8732ef
 WHIRLPOOL 
ba87ca07258ad4df90c92bc300da6cc661117a98f254a8ba62ac362a857ecc2462eb9ddf1d929a6e2187853233053e975aa02139f880d736e47e542a9504bd28
 DIST mongodb-src-r3.0.10.tar.gz 29336823 SHA256 
7dbecb1e32c35dca1b0e00cd55ba08bfde558d2f9036f8b9b583e6d442b9a83c SHA512 
99cd96387b14ef02803ef8c88e260cd898362765e797029cec79b9a286d5a43b76fe3e147929e38578d5203954c26e8d60f814d40ba1572a870605e3b25a6707
 WHIRLPOOL 
84e520777142e55bef08e87295087e3633c650a78a9c3bc35d116e85d7e2e65e420e2b678ecb214588a0dee7808fe3505169673ff1dbe6bd6f150d2928f87625
-DIST mongodb-src-r3.0.11.tar.gz 29336301 SHA256 
8b25bae2636960650246ea60f270f276b2ff8fc80f1776be252eb6ab20d74d15 SHA512 
db91f94cd8b59915286b00bb91493de6ca880e63bb132b2cff59ffd8bc76307996e7cd3772f5c598f90fc87d5a515661661fcb348680ffa509d15526da851e81
 WHIRLPOOL 
59a4ebb4f114e9aec05fb3992014d6a6303d0dfa5174ae52757601bdf851455a074ce1a6ea3c9d8a10d9d7ba235159f0aca28f5e9a4807486246d2c8c92ee661
+DIST mongodb-src-r3.0.12.tar.gz 29353503 SHA256 
b9bea5e3d59b93775d5d55fb1dd161272aeefa193c2311a8f6722ad46d7a21ab SHA512 
52bceadeeeaaa1880df22dc541bd4190c81e0d37cc93b24629f581028978a868de120e9e3430295a7b8c0a793b465efba1d52616cb121d1b97c622e55ae46255
 WHIRLPOOL 
11c8d23d1f2d7254927dcfa5ded413d1d049dbb3d68f140a4a1ca361679213caf8c44712780d40b59fd98f0df1bcdc6cef68a180115b2800a828c72c86c99df3
 DIST mongodb-src-r3.2.4.tar.gz 2964 SHA256 
b60743cc641de975c38e6e69ebbef60059ee9fe176cdd98bfab8d5c844dab42c SHA512 
fb7b3ea3c704cde023ec540f4a142d3beba217f33e8c30da04318e365c5d52cbfa00b98824c53485b5f8918a83095c9b26db43861d80029e8e924e66dd8ea694
 WHIRLPOOL 
ffd0ac839f3279776602ccf829ac629557f43ea50a5640bebc5532bc77072035181cf5d456ec467dca9d1a1f26adb2f1ab1de06968ca501c7b1dfe26fdc9a4ff
 DIST mongodb-src-r3.2.5.tar.gz 29727026 SHA256 
e99e00ee243945309c1a779bd3bc73d4fdf09ece900b14b5fa429e02142d1385 SHA512 
dbdb7a9f73c8025faf4a670f55d39fbc48577a0825f9edbb1d072d3237f64a4a84c0e415714182fa1da33a6a40673c8c9f31c3f509aa4a339211c913cbaf945b
 WHIRLPOOL 
a42001015b66cd141e6db794241e5547ebf418e6427fa0b8747ed2b316fb2c1ac98dc5053d1bef576d0c23e64fa9ec01b9acd8f35aa0423c55a71a306314c679

diff --git a/dev-db/mongodb/mongodb-3.0.11.ebuild 
b/dev-db/mongodb/mongodb-3.0.12.ebuild
similarity index 100%
rename from dev-db/mongodb/mongodb-3.0.11.ebuild
rename to dev-db/mongodb/mongodb-3.0.12.ebuild



[gentoo-commits] proj/sci:master commit in: dev-python/ipywidgets/

2016-05-17 Thread Marius Brehler
commit: cf2c278eac8ce6a6beead6e42595ab183dac7221
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Tue May 17 15:35:13 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Tue May 17 15:35:13 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=cf2c278e

dev-python/ipywidgets: Version bump to 5.1.3

Package-Manager: portage-2.2.28

 dev-python/ipywidgets/ipywidgets-5.1.3.ebuild | 36 +++
 1 file changed, 36 insertions(+)

diff --git a/dev-python/ipywidgets/ipywidgets-5.1.3.ebuild 
b/dev-python/ipywidgets/ipywidgets-5.1.3.ebuild
new file mode 100644
index 000..f59b98c
--- /dev/null
+++ b/dev-python/ipywidgets/ipywidgets-5.1.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="IPython HTML widgets for Jupyter"
+HOMEPAGE="http://ipython.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/traitlets-4.2.0[${PYTHON_USEDEP}]
+   >=dev-python/ipykernel-4.2.2[${PYTHON_USEDEP}]
+   >=dev-python/widgetsnbextension-1.2.2[${PYTHON_USEDEP}]
+   "
+DEPEND="${RDEPEND}
+   test? (
+   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7)
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   )
+   "
+
+python_test() {
+   nosetests --with-coverage --cover-package=ipywidgets ipywidgets || die
+}



[gentoo-commits] proj/sci:master commit in: dev-python/ipywidgets/

2016-05-17 Thread Marius Brehler
commit: 93f42d06dec4ac1bafbd8d1ea0aecdf7cfb5c91b
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Tue May 17 15:34:34 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Tue May 17 15:34:34 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=93f42d06

dev-python/ipywidgets: Bump to EAPI=6

Package-Manager: portage-2.2.28

 dev-python/ipywidgets/ipywidgets-4.1.1.ebuild | 4 ++--
 dev-python/ipywidgets/ipywidgets-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/ipywidgets/ipywidgets-4.1.1.ebuild 
b/dev-python/ipywidgets/ipywidgets-4.1.1.ebuild
index 1535d5c..40e1833 100644
--- a/dev-python/ipywidgets/ipywidgets-4.1.1.ebuild
+++ b/dev-python/ipywidgets/ipywidgets-4.1.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
 PYTHON_REQ_USE="threads(+)"

diff --git a/dev-python/ipywidgets/ipywidgets-.ebuild 
b/dev-python/ipywidgets/ipywidgets-.ebuild
index 5f4ac89..ddda945 100644
--- a/dev-python/ipywidgets/ipywidgets-.ebuild
+++ b/dev-python/ipywidgets/ipywidgets-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
 PYTHON_REQ_USE="threads(+)"



[gentoo-commits] proj/sci:master commit in: dev-python/widgetsnbextension/

2016-05-17 Thread Marius Brehler
commit: a1913eda0885970fa9aae790ff885ec584bc9bd8
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Tue May 17 15:33:07 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Tue May 17 15:33:07 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a1913eda

dev-python/widgetsnbextension: New ebuild required for ipywidgets-5.*

Package-Manager: portage-2.2.28

 dev-python/widgetsnbextension/metadata.xml | 15 ++
 .../widgetsnbextension-1.2.2.ebuild| 24 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/widgetsnbextension/metadata.xml 
b/dev-python/widgetsnbextension/metadata.xml
new file mode 100644
index 000..9f0544f
--- /dev/null
+++ b/dev-python/widgetsnbextension/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+s...@gentoo.org
+Gentoo Science Project
+  
+  
+   Interactive HTML widgets for Jupyter notebooks.
+  
+  
+widgetsnbextension
+ipython/ipywidgets
+  
+

diff --git a/dev-python/widgetsnbextension/widgetsnbextension-1.2.2.ebuild 
b/dev-python/widgetsnbextension/widgetsnbextension-1.2.2.ebuild
new file mode 100644
index 000..bb459b5
--- /dev/null
+++ b/dev-python/widgetsnbextension/widgetsnbextension-1.2.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="IPython HTML widgets for Jupyter"
+HOMEPAGE="http://ipython.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/notebook-4.2.0[${PYTHON_USEDEP}]
+   "
+DEPEND="${RDEPEND}"



[gentoo-commits] proj/sci:master commit in: dev-python/nbconvert/

2016-05-17 Thread Marius Brehler
commit: 83fad428130f5187a77f7cb2d85e27903ea996b0
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Tue May 17 15:02:31 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Tue May 17 15:02:31 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=83fad428

dev-python/nbconvert: Bump to EAPI=6; Clean ebuild; Fix deps

Package-Manager: portage-2.2.28

 dev-python/nbconvert/nbconvert-.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/nbconvert/nbconvert-.ebuild 
b/dev-python/nbconvert/nbconvert-.ebuild
index 6c287b9..294d3f0 100644
--- a/dev-python/nbconvert/nbconvert-.ebuild
+++ b/dev-python/nbconvert/nbconvert-.ebuild
@@ -2,17 +2,15 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
 
 inherit distutils-r1 git-r3
 
-MY_PN="nbconvert"
-
 DESCRIPTION="Converting Jupyter Notebooks"
 HOMEPAGE="http://jupyter.org;
-EGIT_REPO_URI="https://github.com/jupyter/${MY_PN}.git 
git://github.com/jupyter/${MY_PN}.git"
+EGIT_REPO_URI="https://github.com/jupyter/${PN}.git 
git://github.com/jupyter/${PN}.git"
 
 LICENSE="BSD"
 SLOT="0"
@@ -25,6 +23,7 @@ RDEPEND="
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/traitlets[${PYTHON_USEDEP}]
+   dev-python/entrypoints[${PYTHON_USEDEP}]
"
 DEPEND="${RDEPEND}
doc? (



[gentoo-commits] proj/sci:master commit in: dev-python/nbconvert/

2016-05-17 Thread Marius Brehler
commit: de0ad2c93ecf34726e6528abf855dedd54b44f63
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Tue May 17 15:01:40 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Tue May 17 15:01:40 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=de0ad2c9

dev-python/nbconvert: Bump to EAPI=6

Package-Manager: portage-2.2.28

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

diff --git a/dev-python/nbconvert/nbconvert-4.2.0.ebuild 
b/dev-python/nbconvert/nbconvert-4.2.0.ebuild
index ead2495..2f2bdc9 100644
--- a/dev-python/nbconvert/nbconvert-4.2.0.ebuild
+++ b/dev-python/nbconvert/nbconvert-4.2.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
 



[gentoo-commits] repo/gentoo:master commit in: x11-proto/xproto/

2016-05-17 Thread Chí-Thanh Christopher Nguyễn
commit: 979e69fc7cc9282f06063cbc023b7c32a679ca1d
Author: Chí-Thanh Christopher Nguyễn  gentoo  org>
AuthorDate: Tue May 17 14:37:30 2016 +
Commit: Chí-Thanh Christopher Nguyễn  gentoo  org>
CommitDate: Tue May 17 14:37:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979e69fc

x11-proto/xproto: version bump

Package-Manager: portage-2.2.28

 x11-proto/xproto/Manifest |  1 +
 x11-proto/xproto/xproto-7.0.29.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/x11-proto/xproto/Manifest b/x11-proto/xproto/Manifest
index b76771c..7f518e5 100644
--- a/x11-proto/xproto/Manifest
+++ b/x11-proto/xproto/Manifest
@@ -1,2 +1,3 @@
 DIST xproto-7.0.27.tar.bz2 305768 SHA256 
246f23a6b235c8008183deeb1dcd76d529a099f93600b648b399811b10ea110c SHA512 
3daf7a669ed7419aa054c374e52d9421c6121d79ccac939072651cef9d56b541521a645980f0ef7582fdee8e7a83c47ea1c1b065f5f169ddd83e7ede684a5545
 WHIRLPOOL 
e0b5c2508ae344fda0bfc5c883671d49bcc1b04446d382034594a450c781dd5de4967919a73aed037703a4962be09904949e195e5678f58e77631d4ce9baf115
 DIST xproto-7.0.28.tar.bz2 300886 SHA256 
29e85568d1f68ceef8a2c081dad9bc0e5500a53cfffde24b564dc43d46ddf6ca SHA512 
8cc9f94380211ba319ceaaf4d2556e2fa5eb1c784369c0c4441604c84b9a6e841516e438228eba5c4f342199ff88d8f4f0887ef112247165e69f962ffcb62f84
 WHIRLPOOL 
b769fabbce97e39dbae3d774e30ccdcf077ad15d9a22695d616d365677017c065ba6236ce2b7ca632a0a098b20579f8124ffc0f1d10db556e48fc46ca29b0571
+DIST xproto-7.0.29.tar.bz2 309065 SHA256 
6c1a477092ca73233902b8d5f33012635c4b0208f17e7833cc7efe5c93ba9f8a SHA512 
0e72d0673ae96906d88566e360fcd6d0b70deab50d108bc9caeccb3aa68e80d257407611649b4ddde2811c34c07c1eeb0b710243a9f7a9c3ff2c728832f7f647
 WHIRLPOOL 
1d636846e12852d4e3ae10f6344aa2303753d07bbe66422dd43bae999bd62b407753526e554b36ed12a1927cff6b8831c6c6ea30c160c46d3ef36c5e744a3252

diff --git a/x11-proto/xproto/xproto-7.0.29.ebuild 
b/x11-proto/xproto/xproto-7.0.29.ebuild
new file mode 100644
index 000..916871a
--- /dev/null
+++ b/x11-proto/xproto/xproto-7.0.29.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+XORG_DOC=doc
+XORG_MULTILIB=yes
+inherit xorg-2
+
+DESCRIPTION="X.Org xproto protocol headers"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   XORG_CONFIGURE_OPTIONS=(
+   $(use_enable doc specs)
+   $(use_with doc xmlto)
+   --without-fop
+   )
+   xorg-2_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-cursor/

2016-05-17 Thread Chí-Thanh Christopher Nguyễn
commit: 71d7d206cf4b8effd4beb1124b2570d355df2b19
Author: Chí-Thanh Christopher Nguyễn  gentoo  org>
AuthorDate: Tue May 17 14:38:39 2016 +
Commit: Chí-Thanh Christopher Nguyễn  gentoo  org>
CommitDate: Tue May 17 14:38:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71d7d206

x11-libs/xcb-util-cursor: version bump

Package-Manager: portage-2.2.28

 x11-libs/xcb-util-cursor/Manifest  |  1 +
 .../xcb-util-cursor/xcb-util-cursor-0.1.3.ebuild   | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/x11-libs/xcb-util-cursor/Manifest 
b/x11-libs/xcb-util-cursor/Manifest
index 6c7a2af..0d88f37 100644
--- a/x11-libs/xcb-util-cursor/Manifest
+++ b/x11-libs/xcb-util-cursor/Manifest
@@ -1,2 +1,3 @@
 DIST xcb-util-cursor-0.1.1.tar.bz2 280852 SHA256 
517a1febcede3bc994e356c4c066e297a12ca219063b7d39047e29c7a8860652 SHA512 
599f9074a9801615a29374a96649c2d9d8de8abd053b7ddb245b7cc50a1c9c94610a8df996a7a79a831ade3d903335fdf7ac299e6b33e735ab087c3fe5923d71
 WHIRLPOOL 
b73856c19e451af35b07de3bc3706ab0374c3c79dcbbc5d19f3cb03324a86d5422a46d51e63a916f53afb5f45d3b689d25d4ea58baa880d42a13fb0dd6693108
 DIST xcb-util-cursor-0.1.2.tar.bz2 289714 SHA256 
ed65367b810d47ab637011585135f4a84dd12e235dddcd3b26e0cfb3be21fb3a SHA512 
13b9dc0e9f8a61fc72ef6ec722d574ba46c5eacdaf0785d301a3cca00de00b772b6b7fa0b6484f54b4ee19d384a46b3bbf29935bf15ffdde23b004567fc4a85e
 WHIRLPOOL 
7f484e976600dac89762c70135d913ab6a003fd87415f06c92faebca24e5022c561131e3e7e7741df04bd2fd00d6d7ce9b0adf1e803ff705e94fb48dcf624581
+DIST xcb-util-cursor-0.1.3.tar.bz2 295224 SHA256 
05a10a0706a1a789a078be297b5fb663f66a71fb7f7f1b99658264c35926394f SHA512 
be5eee7b268b18f356d6aae04820a7e1c51397dac9020d876df379e833200255b5194269541c245a9b4ac286edad4cfe44dae8e4fcfd16a4726dd7553c104c21
 WHIRLPOOL 
e7c0c586e3b64237d6ba8ce94d90c4c42e8c2bf555a433d44a000ea547c527808d4ea37d58c7dd1c2abf6c1b901c07b49a0e7716bcbb5059a49f1d26acceb404

diff --git a/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3.ebuild 
b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3.ebuild
new file mode 100644
index 000..545353c
--- /dev/null
+++ b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+XORG_MODULE=/
+XORG_BASE_INDIVIDUAL_URI=https://xcb.freedesktop.org/dist
+XORG_DOC=doc
+XORG_MULTILIB=yes
+inherit xorg-2
+
+EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util-cursor"
+EGIT_HAS_SUBMODULES=yes
+
+DESCRIPTION="X C-language Bindings sample implementations"
+HOMEPAGE="https://xcb.freedesktop.org/;
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+IUSE="test"
+
+RDEPEND=">=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]
+   >=x11-libs/xcb-util-image-0.3.9-r1[${MULTILIB_USEDEP}]
+   >=x11-libs/xcb-util-renderutil-0.3.9[${MULTILIB_USEDEP}]
+   >=x11-proto/xcb-proto-1.8-r3:=[${MULTILIB_USEDEP}]
+   >=x11-proto/xproto-7.0.24:=[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+   >=dev-util/gperf-3.0.1
+   test? ( >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}] )"
+
+src_configure() {
+   XORG_CONFIGURE_OPTIONS=(
+   $(use_with doc doxygen)
+   )
+
+   xorg-2_src_configure
+}



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

2016-05-17 Thread Johannes Huber
commit: beb01c50a352b56bfa0f9af5dc475e19919b1a6e
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue May 17 13:28:10 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue May 17 13:28:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beb01c50

media-sound/cantata: Remove 1.5.1

Package-Manager: portage-2.3.0_rc1

 media-sound/cantata/Manifest |   1 -
 media-sound/cantata/cantata-1.5.1.ebuild | 121 ---
 media-sound/cantata/metadata.xml |   3 -
 3 files changed, 125 deletions(-)

diff --git a/media-sound/cantata/Manifest b/media-sound/cantata/Manifest
index b30446d..1f13682 100644
--- a/media-sound/cantata/Manifest
+++ b/media-sound/cantata/Manifest
@@ -1,2 +1 @@
-DIST cantata-1.5.1.tar.bz2 1986772 SHA256 
57173bdd0033a2c0c2829a6e05f7579b0f13ae7794d843167c013e1c971dfe78 SHA512 
bd41bbe3a9c2fa6a4e653deb62a82b928febe3876a6023d4c9bff4fb71133aca5a8e34ae77b440d10ae42c0d024ebd1c460b367a75cefa29858275d707cf4e38
 WHIRLPOOL 
55054c1e8d95f1dc9322b7224dfa04fd8e8430b89c5a21883fdecf0829eca60720186e6b549d80216c4035429208e2191d2e5ae31608ede3a6afc8e5046e173f
 DIST cantata-2.0.0.tar.bz2 2147821 SHA256 
6817611652e3e37a221e7b68fb41223b421ccc09688bfd718b1f5a2e34e81fa8 SHA512 
53cb56411bc6c79692e97d39d8d8cbf5cbbe683fe0c32a8f1222e477deba0ff0e71f5daf0a49cc9c72cefb113278692193964a99ad008a6f9fc0f59304482ed0
 WHIRLPOOL 
bffdc313a97e979f28be4ec28c2a06bf0406e6f23ccf7be2403d9167638d806f5f3e1d5f2e1ca1b376285b6d1586b955be5ba60dd546299d8ef5309ef0878c92

diff --git a/media-sound/cantata/cantata-1.5.1.ebuild 
b/media-sound/cantata/cantata-1.5.1.ebuild
deleted file mode 100644
index a116dd7..000
--- a/media-sound/cantata/cantata-1.5.1.ebuild
+++ /dev/null
@@ -1,121 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_REQUIRED="optional"
-PLOCALES="cs de en_GB es hu ko pl ru zh_CN"
-inherit kde4-base l10n
-
-DESCRIPTION="Featureful and configurable Qt client for the music player daemon 
(MPD)"
-HOMEPAGE="https://github.com/cdrummond/cantata;
-SRC_URI="https://drive.google.com/uc?export=download=0Bzghs6gQWi60UktwaTRMTjRIUW8
 -> ${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="cddb cdda dynamic http-server kde lame mtp musicbrainz online-services 
qt5 replaygain streams taglib udisks"
-REQUIRED_USE="
-   cddb? ( cdda taglib )
-   cdda? ( udisks || ( cddb musicbrainz )  )
-   lame? ( cdda taglib )
-   mtp? ( taglib udisks )
-   musicbrainz? ( cdda taglib )
-   online-services? ( taglib )
-   qt5? ( !kde )
-   replaygain? ( taglib )
-"
-
-RDEPEND="
-   sys-libs/zlib
-   x11-libs/libX11
-   kde-frameworks/oxygen-icons
-   cdda? ( media-sound/cdparanoia )
-   cddb? ( media-libs/libcddb )
-   kde? ( $(add_kdeapps_dep kwalletd) )
-   lame? ( media-sound/lame )
-   mtp? ( media-libs/libmtp )
-   musicbrainz? ( media-libs/musicbrainz:5 )
-   qt5? (
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   )
-   !qt5? (
-   dev-libs/qjson
-   dev-qt/qtcore:4
-   dev-qt/qtdbus:4
-   dev-qt/qtgui:4
-   dev-qt/qtsvg:4
-   )
-   replaygain? (
-   media-sound/mpg123
-   virtual/ffmpeg
-   )
-   taglib? (
-   media-libs/taglib[asf,mp4]
-   media-libs/taglib-extras
-   !kde? ( udisks? ( sys-fs/udisks:2 ) )
-   )
-"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-   qt5? ( dev-qt/linguist-tools:5 )
-"
-RDEPEND="${RDEPEND}
-   dynamic? (
-   dev-lang/perl[ithreads]
-   dev-perl/URI
-   )
-"
-
-# cantata has no tests
-RESTRICT="test"
-
-src_prepare() {
-   kde4-base_src_prepare
-
-   rm -rf 3rdparty/qtsingleapplication/ || die
-   # qjson ebuild does not support Qt5 yet
-   use qt5 || { rm -rf 3rdparty/qjson/ || die ;}
-   use kde && { rm -rf 3rdparty/solid-lite/ || die ;}
-
-   l10n_find_plocales_changes 'po' '' '.po'
-}
-
-src_configure() {
-   local langs="$(l10n_get_locales)"
-
-   local mycmakeargs=(
-   -DCANTATA_TRANSLATIONS="${langs// /;}"
-   $(cmake-utils_use_enable cdda CDPARANOIA)
-   $(cmake-utils_use_enable cddb)
-   $(cmake-utils_use_enable dynamic)
-   $(cmake-utils_use_enable http-server HTTP_SERVER)
-   $(cmake-utils_use_enable kde)
-   $(cmake-utils_use_enable kde kwallet)
-   $(cmake-utils_use_enable lame)
-   $(cmake-utils_use_enable mtp)
-   $(cmake-utils_use_enable musicbrainz)
-   $(cmake-utils_use_enable 

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

2016-05-17 Thread Johannes Huber
commit: 10f2b985a5ec30cf1a2b299dc0a9658996fa1794
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue May 17 13:08:08 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue May 17 13:08:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f2b985

dev-vcs/kdesvn: EAPI 6

Package-Manager: portage-2.3.0_rc1

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

diff --git a/dev-vcs/kdesvn/kdesvn-1.7.0.ebuild 
b/dev-vcs/kdesvn/kdesvn-1.7.0.ebuild
index 4804b7b..9f1c8e7 100644
--- a/dev-vcs/kdesvn/kdesvn-1.7.0.ebuild
+++ b/dev-vcs/kdesvn/kdesvn-1.7.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KDE_HANDBOOK="optional"
 KDE_LINGUAS="cs de el es fr it ja lt pt_BR ro ru"



[gentoo-commits] proj/sci:master commit in: dev-python/notebook/, dev-python/notebook/files/

2016-05-17 Thread Marius Brehler
commit: dbb43424cf13adf94071f7a76a81b7b83adb5a6e
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Tue May 17 12:59:42 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Tue May 17 12:59:42 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=dbb43424

dev-python/notebook: Version bump

Package-Manager: portage-2.2.28

 .../files/notebook-4.2.0-setupbase.py.patch| 42 ++
 dev-python/notebook/notebook-4.2.0.ebuild  | 94 ++
 2 files changed, 136 insertions(+)

diff --git a/dev-python/notebook/files/notebook-4.2.0-setupbase.py.patch 
b/dev-python/notebook/files/notebook-4.2.0-setupbase.py.patch
new file mode 100644
index 000..949c445
--- /dev/null
+++ b/dev-python/notebook/files/notebook-4.2.0-setupbase.py.patch
@@ -0,0 +1,42 @@
+Disable bundled mathjax.
+
+Patch by Marius Brehler
+--- ${WORKDIR}/setupbase.py2016-04-15 21:15:35.0 +0200
 ${WORKDIR}/setupbase.py2016-05-17 14:54:04.998783993 +0200
+@@ -152,36 +152,6 @@ def find_package_data():
+ if f.endswith(('.js', '.css')):
+ static_data.append(pjoin(parent, f))
+ 
+-# Trim mathjax
+-mj = lambda *path: pjoin(components, 'MathJax', *path)
+-static_data.extend([
+-mj('MathJax.js'),
+-mj('config', 'TeX-AMS_HTML-full.js'),
+-mj('config', 'Safe.js'),
+-])
+-
+-trees = []
+-mj_out = mj('jax', 'output')
+-
+-if os.path.exists(mj_out):
+-for output in os.listdir(mj_out):
+-path = pjoin(mj_out, output)
+-static_data.append(pjoin(path, '*.js'))
+-autoload = pjoin(path, 'autoload')
+-if os.path.isdir(autoload):
+-trees.append(autoload)
+-
+-for tree in trees + [
+-mj('localization'), # limit to en?
+-mj('fonts', 'HTML-CSS', 'STIX-Web', 'woff'),
+-mj('extensions'),
+-mj('jax', 'input', 'TeX'),
+-mj('jax', 'output', 'HTML-CSS', 'fonts', 'STIX-Web'),
+-mj('jax', 'output', 'SVG', 'fonts', 'STIX-Web'),
+-]:
+-for parent, dirs, files in os.walk(tree):
+-for f in files:
+-static_data.append(pjoin(parent, f))
+ 
+ os.chdir(os.path.join('tests',))
+ js_tests = glob('*.js') + glob('*/*.js')

diff --git a/dev-python/notebook/notebook-4.2.0.ebuild 
b/dev-python/notebook/notebook-4.2.0.ebuild
new file mode 100644
index 000..5aeeac7
--- /dev/null
+++ b/dev-python/notebook/notebook-4.2.0.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Jupyter Interactive Notebook"
+HOMEPAGE="http://jupyter.org;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+RDEPEND="
+   >=dev-libs/mathjax-2.4
+   dev-python/jinja[${PYTHON_USEDEP}]
+   >=dev-python/terminado-0.3.3[${PYTHON_USEDEP}]
+   >=www-servers/tornado-4.0[${PYTHON_USEDEP}]
+   dev-python/ipython_genutils[${PYTHON_USEDEP}]
+   dev-python/traitlets[${PYTHON_USEDEP}]
+   dev-python/jupyter_core[${PYTHON_USEDEP}]
+   dev-python/jupyter_client[${PYTHON_USEDEP}]
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.2.0[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   "
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7)
+   >=dev-python/nose-0.10.1[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   )
+   doc? (
+   app-text/pandoc
+   >=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.1[${PYTHON_USEDEP}]
+   )
+   "
+
+python_prepare_all() {
+   eapply "${FILESDIR}/${P}"-setupbase.py.patch
+
+   sed \
+   -e "/import setup/s:$:\nimport setuptools:g" \
+   -i setup.py || die
+
+   # disable bundled mathjax
+   sed -i 's/^.*MathJax.*$//' bower.json || die
+
+   # Prevent un-needed download during build
+   if use doc; then
+   sed \
+   -e "/^'sphinx.ext.intersphinx',/d" \
+   -i docs/source/conf.py || die
+   fi
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   nosetests \
+   --verbosity=3 \
+   notebook || die
+}
+
+python_install() {
+   distutils-r1_python_install
+
+   ln -sf \
+   "${EPREFIX}/usr/share/mathjax" \
+   

[gentoo-commits] proj/sci:master commit in: dev-python/entrypoints/, dev-python/entrypoints/files/

2016-05-17 Thread Marius Brehler
commit: c14e62077579eccbb5fb493f924a388c30f8d488
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Tue May 17 12:47:57 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Tue May 17 12:47:57 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=c14e6207

dev-python/entrypoints: Bump to EAPI=6

Package-Manager: portage-2.2.28

 dev-python/entrypoints/entrypoints-0.2.1.ebuild   | 2 +-
 dev-python/entrypoints/files/entrypoints-0.2.1-init.py.patch  | 2 +-
 dev-python/entrypoints/files/entrypoints-0.2.1-setup.py.patch | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/entrypoints/entrypoints-0.2.1.ebuild 
b/dev-python/entrypoints/entrypoints-0.2.1.ebuild
index 02cc4b7..1c91588 100644
--- a/dev-python/entrypoints/entrypoints-0.2.1.ebuild
+++ b/dev-python/entrypoints/entrypoints-0.2.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
 

diff --git a/dev-python/entrypoints/files/entrypoints-0.2.1-init.py.patch 
b/dev-python/entrypoints/files/entrypoints-0.2.1-init.py.patch
index b9d30ed..8561900 100644
--- a/dev-python/entrypoints/files/entrypoints-0.2.1-init.py.patch
+++ b/dev-python/entrypoints/files/entrypoints-0.2.1-init.py.patch
@@ -2,7 +2,7 @@ __init__.py for entrypoints by Marius Brehler 
.
 
 Patch by Marius Brehler .
 --- /dev/null
-+++ entrypoints/__init__.py
 ${WORKDIR}/entrypoints/__init__.py
 @@ -0,0 +1 @@
 +from .entrypoints import *
 \ No newline at end of file

diff --git a/dev-python/entrypoints/files/entrypoints-0.2.1-setup.py.patch 
b/dev-python/entrypoints/files/entrypoints-0.2.1-setup.py.patch
index 27983fd..fc7ae11 100644
--- a/dev-python/entrypoints/files/entrypoints-0.2.1-setup.py.patch
+++ b/dev-python/entrypoints/files/entrypoints-0.2.1-setup.py.patch
@@ -2,7 +2,7 @@ setup.py for entrypoints by Marius Brehler 
.
 
 Patch by Marius Brehler .
 --- /dev/null
-+++ setup.py
 ${WORKDIR}/setup.py
 @@ -0,0 +1,13 @@
 +from distutils.core import setup
 +



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

2016-05-17 Thread Johannes Huber
commit: 4c948753e239f40f64b783d97514cfbff45845dd
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue May 17 12:35:47 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue May 17 12:35:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c948753

dev-vcs/git-flow: x86 stable, ALLARCHES policy

Gentoo-bug: 579562

Package-Manager: portage-2.3.0_rc1

 dev-vcs/git-flow/git-flow-1.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git-flow/git-flow-1.9.1.ebuild 
b/dev-vcs/git-flow/git-flow-1.9.1.ebuild
index 5a935ae..761ea7f 100644
--- a/dev-vcs/git-flow/git-flow-1.9.1.ebuild
+++ b/dev-vcs/git-flow/git-flow-1.9.1.ebuild
@@ -17,7 +17,7 @@ 
https://github.com/petervanderdoes/${COMP_PN}/archive/${COMP_PV}.tar.gz -> ${COM
 
 LICENSE="BSD MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND=""



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

2016-05-17 Thread Johannes Huber
commit: 4e16287210becc0aef3fbf42e2cc9b548ef82cf8
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue May 17 12:36:41 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue May 17 12:36:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e162872

dev-vcs/git-flow: Remvoe 1.8.0

Package-Manager: portage-2.3.0_rc1

 dev-vcs/git-flow/Manifest |  2 --
 dev-vcs/git-flow/git-flow-1.8.0-r1.ebuild | 48 ---
 dev-vcs/git-flow/git-flow-1.8.0-r2.ebuild | 40 --
 3 files changed, 90 deletions(-)

diff --git a/dev-vcs/git-flow/Manifest b/dev-vcs/git-flow/Manifest
index beb8657..9785bf1 100644
--- a/dev-vcs/git-flow/Manifest
+++ b/dev-vcs/git-flow/Manifest
@@ -1,4 +1,2 @@
-DIST git-flow-1.8.0.tar.gz 56304 SHA256 
8239131b8dac160d7e929eab376fa14de44a55cbd5c5545e0ad4464d3a57adef SHA512 
677bfb0c379eb91bfaf8ef676593d39a8306ff063251e1e638166c7101c24ce2eac59490bab85d0c76b712c1905f15d3a14a3ecc020df376848d3b1ea5ee7b0a
 WHIRLPOOL 
6bf654329b941989a8b646ab8218c072b7bf455b0ec6a8441d43de10b9b480a5619bca931606acdd743b0f3f86e9b67f119ff07957eaa106fd17f5cddc96a328
 DIST git-flow-1.9.1.tar.gz 61800 SHA256 
7692c77744663c5243cdd390bef0a621caee92dde228b50ef97149fc1b54780d SHA512 
6245ff641452e72490b8d12610bc1352048efc2016000b9a6f466140e06c41b05a9fbea8ec192f106bb790b76b56babca8bb684a5128739873d2f7fafe48ad32
 WHIRLPOOL 
904867ecc1cd7f52dd48b839046df838f019aa9472b6e7202de562b70cac83203e10f0de7359279d619e4391d8ae3019ff9fa797a91d6b7ea0ed132c21ccaa60
-DIST git-flow-completion-0.5.1.tar.gz 6916 SHA256 
5c8547a549dc623a8d57cfc22c3fa88588f5630da9dc6de9638e5b69da9d47d0 SHA512 
c1fc889faff8189cd985b077cb64b81ae13e17f02c9df27675f428c6edf8f00627effdf6ebdae7a7f0641ec4ac621a9ecd0a53f14be7d95ec7e124ab8c1b
 WHIRLPOOL 
fd59f799d944752eab06b35f05c1f1309ef589014a0378f292e4dde206578f0c0aeb3685e16ea8d2f810e93b77abb7a2bc42c3c335ef9057b9c3ee1dd6df9982
 DIST git-flow-completion-0.5.2.tar.gz 7501 SHA256 
7d11d82b9a3c25f7c7189ac61d21a4edb2432435d6138f092f49348bb17917df SHA512 
500cb6163ebb2bf9b996dd5bcac00efa857badfc95ee1d633f2b16803c6baae7315a96c713107645e0971be4736fe1eef747dc773eb50da138551be4838c21b3
 WHIRLPOOL 
90eaf0d6adcc87369455129052cbcad9c153fe91892a0607fd311bb370a1004b9f85664d0fb06907369bc6bbe6a224a95981fa5d5518610fab2cade0d33c7957

diff --git a/dev-vcs/git-flow/git-flow-1.8.0-r1.ebuild 
b/dev-vcs/git-flow/git-flow-1.8.0-r1.ebuild
deleted file mode 100644
index 443bc7d..000
--- a/dev-vcs/git-flow/git-flow-1.8.0-r1.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
-
-MY_PN="${PN/-/}"
-COMP_PN="${PN}-completion"
-COMP_PV="0.5.1"
-COMP_P="${COMP_PN}-${COMP_PV}"
-inherit eutils bash-completion-r1
-
-DESCRIPTION="Git extensions to provide high-level repository operations"
-HOMEPAGE="https://github.com/petervanderdoes/gitflow;
-SRC_URI="https://github.com/petervanderdoes/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz
-https://github.com/petervanderdoes/${COMP_PN}/archive/${COMP_PV}.tar.gz -> 
${COMP_P}.tar.gz"
-
-LICENSE="BSD MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
-   dev-vcs/git
-"
-
-DOCS=( AUTHORS Changes.mdown README.mdown )
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_prepare() {
-   [[ ${PATCHES[@]} ]] && epatch "${PATCHES[@]}"
-   debug-print "$FUNCNAME: applying user patches"
-   epatch_user
-}
-
-src_compile() {
-   true
-}
-
-src_install() {
-   emake prefix="${D}/usr" install
-
-   [[ ${DOCS[@]} ]] && dodoc "${DOCS[@]}"
-
-   newbashcomp "${WORKDIR}/${COMP_P}/${COMP_PN}.bash" ${PN}
-}

diff --git a/dev-vcs/git-flow/git-flow-1.8.0-r2.ebuild 
b/dev-vcs/git-flow/git-flow-1.8.0-r2.ebuild
deleted file mode 100644
index 3446bd2..000
--- a/dev-vcs/git-flow/git-flow-1.8.0-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-MY_PN="${PN/-/}"
-COMP_PN="${PN}-completion"
-COMP_PV="0.5.1"
-COMP_P="${COMP_PN}-${COMP_PV}"
-inherit bash-completion-r1
-
-DESCRIPTION="Git extensions to provide high-level repository operations"
-HOMEPAGE="https://github.com/petervanderdoes/gitflow;
-SRC_URI="https://github.com/petervanderdoes/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz
-https://github.com/petervanderdoes/${COMP_PN}/archive/${COMP_PV}.tar.gz -> 
${COMP_P}.tar.gz"
-
-LICENSE="BSD MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
-   dev-vcs/git
-"
-
-DOCS=( AUTHORS Changes.mdown README.mdown )
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_compile() {
-   true
-}
-
-src_install() {
-   emake prefix="${D}/usr" install
-   einstalldocs
-   newbashcomp "${WORKDIR}/${COMP_P}/${COMP_PN}.bash" ${PN}
-}



[gentoo-commits] proj/sci:master commit in: dev-python/nbconvert/files/, dev-python/nbconvert/

2016-05-17 Thread Marius Brehler
commit: ecf10062252a59dcd236530e65bf16688c363c0a
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Tue May 17 11:08:11 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Tue May 17 11:08:11 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ecf10062

dev-python/nbconvert: Version bump to 4.2.0; Drop patch

Package-Manager: portage-2.2.28

 .../nbconvert/files/nbconvert-4.0.0-docs-Makefile.patch  | 16 
 .../{nbconvert-.ebuild => nbconvert-4.2.0.ebuild}| 12 +---
 dev-python/nbconvert/nbconvert-.ebuild   |  4 +---
 3 files changed, 6 insertions(+), 26 deletions(-)

diff --git a/dev-python/nbconvert/files/nbconvert-4.0.0-docs-Makefile.patch 
b/dev-python/nbconvert/files/nbconvert-4.0.0-docs-Makefile.patch
deleted file mode 100644
index 130a4af..000
--- a/dev-python/nbconvert/files/nbconvert-4.0.0-docs-Makefile.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-nbconvert is not yet installed at time of doc generation.
-
-Patch by Marius Brehler
 docs/Makefile
-+++ docs/Makefile
-@@ -61,8 +61,8 @@ source/config_options.rst:
-   @echo "Created docs for config options"
- 
- ipynb2rst:
--  jupyter nbconvert --to rst source/customizing.ipynb 
--FilesWriter.build_directory=source
--  jupyter nbconvert --to rst source/nbconvert_library.ipynb 
--FilesWriter.build_directory=source
-+  ../scripts/jupyter-nbconvert --to rst source/customizing.ipynb 
--FilesWriter.build_directory=source
-+  ../scripts/jupyter-nbconvert --to rst source/nbconvert_library.ipynb 
--FilesWriter.build_directory=source
-   @echo "Converted notebooks to rst"
- 
- dirhtml:

diff --git a/dev-python/nbconvert/nbconvert-.ebuild 
b/dev-python/nbconvert/nbconvert-4.2.0.ebuild
similarity index 86%
copy from dev-python/nbconvert/nbconvert-.ebuild
copy to dev-python/nbconvert/nbconvert-4.2.0.ebuild
index 7c757e7..ead2495 100644
--- a/dev-python/nbconvert/nbconvert-.ebuild
+++ b/dev-python/nbconvert/nbconvert-4.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,20 +6,17 @@ EAPI=5
 
 PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
 
-inherit distutils-r1 git-r3
-
-MY_PN="nbconvert"
+inherit distutils-r1
 
 DESCRIPTION="Converting Jupyter Notebooks"
 HOMEPAGE="http://jupyter.org;
-EGIT_REPO_URI="https://github.com/jupyter/${MY_PN}.git 
git://github.com/jupyter/${MY_PN}.git"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
 IUSE="doc test"
 
-PATCHES=( "${FILESDIR}/${PN}"-4.0.0-docs-Makefile.patch )
-
 RDEPEND="
dev-python/jupyter_core[${PYTHON_USEDEP}]
dev-python/nbformat[${PYTHON_USEDEP}]
@@ -27,6 +24,7 @@ RDEPEND="
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/traitlets[${PYTHON_USEDEP}]
+   dev-python/entrypoints[${PYTHON_USEDEP}]
"
 DEPEND="${RDEPEND}
doc? (

diff --git a/dev-python/nbconvert/nbconvert-.ebuild 
b/dev-python/nbconvert/nbconvert-.ebuild
index 7c757e7..6c287b9 100644
--- a/dev-python/nbconvert/nbconvert-.ebuild
+++ b/dev-python/nbconvert/nbconvert-.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$
 
@@ -18,8 +18,6 @@ LICENSE="BSD"
 SLOT="0"
 IUSE="doc test"
 
-PATCHES=( "${FILESDIR}/${PN}"-4.0.0-docs-Makefile.patch )
-
 RDEPEND="
dev-python/jupyter_core[${PYTHON_USEDEP}]
dev-python/nbformat[${PYTHON_USEDEP}]



[gentoo-commits] proj/sci:master commit in: dev-python/entrypoints/, dev-python/entrypoints/files/

2016-05-17 Thread Marius Brehler
commit: 21ab60e48dcc8fe2291a8d3b40fca314173115ca
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Tue May 17 11:06:40 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Tue May 17 11:06:40 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=21ab60e4

dev-python/entrypoints: New package, ebuild wirtten by me; required for 
nbconvert

Package-Manager: portage-2.2.28

 dev-python/entrypoints/entrypoints-0.2.1.ebuild| 60 ++
 .../files/entrypoints-0.2.1-init.py.patch  |  8 +++
 .../files/entrypoints-0.2.1-setup.py.patch | 20 
 dev-python/entrypoints/metadata.xml| 21 
 4 files changed, 109 insertions(+)

diff --git a/dev-python/entrypoints/entrypoints-0.2.1.ebuild 
b/dev-python/entrypoints/entrypoints-0.2.1.ebuild
new file mode 100644
index 000..02cc4b7
--- /dev/null
+++ b/dev-python/entrypoints/entrypoints-0.2.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Discover and load entry points from installed packages"
+HOMEPAGE="https://github.com/takluyver/entrypoints;
+SRC_URI="https://github.com//takluyver/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+DEPEND="
+   $(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' 
python2_7)
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   virtual/python-pathlib[${PYTHON_USEDEP}]
+   )
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   "
+
+PATCHES=(
+   "${FILESDIR}/${P}"-setup.py.patch
+   "${FILESDIR}/${P}"-init.py.patch
+)
+
+python_prepare_all() {
+
+   # Prevent un-needed download during build
+   if use doc; then
+   sed -e "/^'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
+   fi
+
+   distutils-r1_python_prepare_all
+
+   mv "${WORKDIR}/${P}"/entrypoints.py "${WORKDIR}/${P}/${PN}/" || die
+}
+
+python_compile_all() {
+   use doc && emake -C doc html
+}
+
+python_install_all() {
+   use doc && HTML_DOCS=( doc/_build/html/. )
+   distutils-r1_python_install_all
+   }
+
+python_test() {
+   distutils_install_for_testing
+   cd "${TEST_DIR}"/lib || die
+   cp -r "${S}"/tests "${TEST_DIR}"/lib/ || die
+   py.test || die
+}

diff --git a/dev-python/entrypoints/files/entrypoints-0.2.1-init.py.patch 
b/dev-python/entrypoints/files/entrypoints-0.2.1-init.py.patch
new file mode 100644
index 000..b9d30ed
--- /dev/null
+++ b/dev-python/entrypoints/files/entrypoints-0.2.1-init.py.patch
@@ -0,0 +1,8 @@
+__init__.py for entrypoints by Marius Brehler .
+
+Patch by Marius Brehler .
+--- /dev/null
 entrypoints/__init__.py
+@@ -0,0 +1 @@
++from .entrypoints import *
+\ No newline at end of file

diff --git a/dev-python/entrypoints/files/entrypoints-0.2.1-setup.py.patch 
b/dev-python/entrypoints/files/entrypoints-0.2.1-setup.py.patch
new file mode 100644
index 000..27983fd
--- /dev/null
+++ b/dev-python/entrypoints/files/entrypoints-0.2.1-setup.py.patch
@@ -0,0 +1,20 @@
+setup.py for entrypoints by Marius Brehler .
+
+Patch by Marius Brehler .
+--- /dev/null
 setup.py
+@@ -0,0 +1,13 @@
++from distutils.core import setup
++
++setup(name='entrypoints',
++  version='0.2.1',
++  description='Discover and load entry points from installed packages.',
++  author='Thomas Kluyver',
++  author_email='tho...@kluyver.me.uk',
++  url='https://github.com/takluyver/entrypoints',
++  packages=['entrypoints'],
++  classifiers=[
++  'License :: OSI Approved :: MIT License'
++  ]
++)
+\ No newline at end of file

diff --git a/dev-python/entrypoints/metadata.xml 
b/dev-python/entrypoints/metadata.xml
new file mode 100644
index 000..acbfe4f
--- /dev/null
+++ b/dev-python/entrypoints/metadata.xml
@@ -0,0 +1,21 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+mar...@linux.sungazer.de
+  Marius Brehler
+  
+  
+s...@gentoo.org
+Gentoo Science Project
+  
+  
+Entry points are a way for Python packages to advertise objects with
+some common interface. The most common examples are console_scripts
+entry points, which define shell commands by identifying a Python
+function to run.
+  
+  
+takluyver/testpath
+  
+



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kgamma/, kde-plasma/kwallet-pam/, kde-plasma/libksysguard/, ...

2016-05-17 Thread Johannes Huber
commit: ee1405e186eb2e04a53a6da6b955e4edd1ead273
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue May 17 11:14:10 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue May 17 11:14:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee1405e1

kde-plasma: Remove KDE Plasma 5.6.3

Package-Manager: portage-2.3.0_rc1

 kde-plasma/bluedevil/Manifest  |   1 -
 kde-plasma/bluedevil/bluedevil-5.6.3.ebuild|  42 --
 kde-plasma/breeze-grub/Manifest|   1 -
 kde-plasma/breeze-grub/breeze-grub-5.6.3.ebuild|  31 
 kde-plasma/breeze-gtk/Manifest |   1 -
 kde-plasma/breeze-gtk/breeze-gtk-5.6.3.ebuild  |  13 --
 kde-plasma/breeze-plymouth/Manifest|   1 -
 .../breeze-plymouth/breeze-plymouth-5.6.3.ebuild   |  18 ---
 kde-plasma/breeze/Manifest |   1 -
 kde-plasma/breeze/breeze-5.6.3.ebuild  |  66 -
 kde-plasma/kactivitymanagerd/Manifest  |   1 -
 .../kactivitymanagerd-5.6.3.ebuild |  36 -
 kde-plasma/kde-cli-tools/Manifest  |   1 -
 .../kde-cli-tools/kde-cli-tools-5.6.3.ebuild   |  60 
 kde-plasma/kde-gtk-config/Manifest |   1 -
 .../kde-gtk-config/kde-gtk-config-5.6.3.ebuild |  57 ---
 kde-plasma/kdecoration/Manifest|   1 -
 kde-plasma/kdecoration/kdecoration-5.6.3.ebuild|  17 ---
 kde-plasma/kdeplasma-addons/Manifest   |   1 -
 .../kdeplasma-addons/kdeplasma-addons-5.6.3.ebuild |  57 ---
 kde-plasma/kgamma/Manifest |   1 -
 kde-plasma/kgamma/kgamma-5.6.3.ebuild  |  30 
 kde-plasma/khotkeys/Manifest   |   1 -
 kde-plasma/khotkeys/khotkeys-5.6.3.ebuild  |  46 --
 kde-plasma/kinfocenter/Manifest|   1 -
 kde-plasma/kinfocenter/kinfocenter-5.6.3.ebuild|  88 ---
 kde-plasma/kmenuedit/Manifest  |   1 -
 kde-plasma/kmenuedit/kmenuedit-5.6.3.ebuild|  47 --
 kde-plasma/kscreen/Manifest|   1 -
 kde-plasma/kscreen/kscreen-5.6.3.ebuild|  38 -
 kde-plasma/kscreenlocker/Manifest  |   1 -
 .../kscreenlocker/kscreenlocker-5.6.3.ebuild   |  90 ---
 kde-plasma/ksshaskpass/Manifest|   1 -
 kde-plasma/ksshaskpass/ksshaskpass-5.6.3.ebuild|  50 ---
 kde-plasma/ksysguard/Manifest  |   1 -
 kde-plasma/ksysguard/ksysguard-5.6.3.ebuild|  48 --
 kde-plasma/kwallet-pam/Manifest|   1 -
 kde-plasma/kwallet-pam/kwallet-pam-5.6.3.ebuild|  91 
 kde-plasma/kwayland-integration/Manifest   |   1 -
 .../kwayland-integration-5.6.3.ebuild  |  23 ---
 kde-plasma/kwin/Manifest   |   1 -
 kde-plasma/kwin/kwin-5.6.3.ebuild  |  94 
 kde-plasma/kwrited/Manifest|   1 -
 kde-plasma/kwrited/kwrited-5.6.3.ebuild|  24 ---
 kde-plasma/libkscreen/Manifest |   1 -
 kde-plasma/libkscreen/libkscreen-5.6.3.ebuild  |  36 -
 kde-plasma/libksysguard/Manifest   |   1 -
 kde-plasma/libksysguard/libksysguard-5.6.3.ebuild  |  54 ---
 kde-plasma/milou/Manifest  |   1 -
 kde-plasma/milou/milou-5.6.3.ebuild|  30 
 kde-plasma/oxygen/Manifest |   1 -
 kde-plasma/oxygen/oxygen-5.6.3.ebuild  |  36 -
 kde-plasma/plasma-desktop/Manifest |   1 -
 .../plasma-desktop/plasma-desktop-5.6.3.ebuild | 155 ---
 kde-plasma/plasma-integration/Manifest |   1 -
 .../plasma-integration-5.6.3.ebuild|  40 -
 kde-plasma/plasma-mediacenter/Manifest |   1 -
 .../plasma-mediacenter-5.6.3.ebuild|  48 --
 kde-plasma/plasma-meta/plasma-meta-5.6.3.ebuild|  64 
 kde-plasma/plasma-nm/Manifest  |   1 -
 kde-plasma/plasma-nm/plasma-nm-5.6.3.ebuild|  66 -
 kde-plasma/plasma-pa/Manifest  |   1 -
 kde-plasma/plasma-pa/plasma-pa-5.6.3.ebuild|  27 
 kde-plasma/plasma-sdk/Manifest |   1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.6.3.ebuild  |  62 
 kde-plasma/plasma-workspace-wallpapers/Manifest|   1 -
 .../plasma-workspace-wallpapers-5.6.3.ebuild   |  19 ---
 kde-plasma/plasma-workspace/Manifest   |   1 -
 .../plasma-workspace/plasma-workspace-5.6.3.ebuild | 165 -
 kde-plasma/polkit-kde-agent/Manifest   |   1 -
 .../polkit-kde-agent/polkit-kde-agent-5.6.3.ebuild |  31 
 kde-plasma/powerdevil/Manifest |   1 -
 kde-plasma/powerdevil/powerdevil-5.6.3.ebuild  |  85 ---
 

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

2016-05-17 Thread Aaron Swenson
commit: 5b269bde2f90f91549bf292abbea4843a95b6e94
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Tue May 17 11:01:38 2016 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Tue May 17 11:01:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b269bde

dev-db/pgadmin3: Fix build issues with x11-libs/wxGTK

Changed and fixed dependency to the 3.0 slot as older slots are going
away soon, and PgAdmin is currently incompatible with GTK+3.

Bug: 575270, 580090

Package-Manager: portage-2.2.26

 dev-db/pgadmin3/pgadmin3-1.22.1-r1.ebuild | 60 +++
 1 file changed, 60 insertions(+)

diff --git a/dev-db/pgadmin3/pgadmin3-1.22.1-r1.ebuild 
b/dev-db/pgadmin3/pgadmin3-1.22.1-r1.ebuild
new file mode 100644
index 000..6badfd0
--- /dev/null
+++ b/dev-db/pgadmin3/pgadmin3-1.22.1-r1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils multilib versionator wxwidgets
+
+DESCRIPTION="wxWidgets GUI for PostgreSQL"
+HOMEPAGE="http://www.pgadmin.org/;
+SRC_URI="mirror://postgresql/${PN}/release/v${PV}/src/${P}.tar.gz"
+
+LICENSE="POSTGRESQL"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+SLOT="0"
+IUSE="debug +databasedesigner"
+
+DEPEND="
+   x11-libs/wxGTK:3.0=[X]
+   >=dev-db/postgresql-8.4.0:=
+   >=dev-libs/libxml2-2.6.18
+   >=dev-libs/libxslt-1.1"
+RDEPEND="${DEPEND}"
+
+pkg_setup() {
+   local pgslot=$(postgresql-config show)
+
+   if [[ ${pgslot//.} < 84 ]] ; then
+   eerror "PostgreSQL slot must be set to 8.4 or higher."
+   eerror "postgresql-config set 8.4"
+   die "PostgreSQL slot is not set to 8.4 or higher."
+   fi
+}
+
+src_prepare() {
+   epatch "${FILESDIR}/pgadmin3-desktop.patch"
+
+   epatch_user
+}
+
+src_configure() {
+   WX_GTK_VER="3.0"
+
+   setup-wxwidgets
+
+   econf --with-wx-version=${WX_GTK_VER} \
+   $(use_enable debug) \
+   $(use_enable databasedesigner)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   newicon "${S}/pgadmin/include/images/pgAdmin3.png" ${PN}.png
+
+   domenu "${S}/pkg/pgadmin3.desktop"
+
+   # Fixing world-writable files
+   fperms -R go-w /usr/share
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/

2016-05-17 Thread Alexis Ballier
commit: 4e211f18670b823d0dae4668e786d3a0b6022021
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May 17 10:27:42 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May 17 10:27:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e211f18

dev-ml/ocurl: bump to 0.7.7

Package-Manager: portage-2.3.0_rc1

 dev-ml/ocurl/Manifest   |  1 +
 dev-ml/ocurl/ocurl-0.7.7.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-ml/ocurl/Manifest b/dev-ml/ocurl/Manifest
index 8efc607..ea8f831 100644
--- a/dev-ml/ocurl/Manifest
+++ b/dev-ml/ocurl/Manifest
@@ -2,3 +2,4 @@ DIST ocurl-0.6.1.tgz 101147 SHA256 
c671d605d36a8051867f7483a9f7ec93b3985f5e48240
 DIST ocurl-0.7.4.tar.gz 104716 SHA256 
51af1d4fc38a7be15cac38a1367f4e2dcd8c2014d8d2e545d96d25c8d2f0135e SHA512 
1d3a92d89c55434028862dd97c6eb5d3d8d579e2dd44117be82b09658543c90a0800e9203892eb204ab18e6c8c6bfd18cfc355e32c7393daa1c7beb2c39e97da
 WHIRLPOOL 
eab3ff62c77181bb2a8e6906bd3de828cee3569cdfa952b930c8e7b704382ef071061727d4a8709438f2ff71aa40e5187e4473e3fa03f74f83da2470e7b05708
 DIST ocurl-0.7.5.tar.gz 103981 SHA256 
a6432a2f0109525b4128337ac9708b0192a97ee8f958a5f65b6c8f25435f6cff SHA512 
8deb2e353fae6667555d48f5694c0dec86f82f2702536a50842baae3d6bb0d37a24e4b8e39ff11d3d42feebdd412c92a3e43f27c9f551cd54994527fdcf71778
 WHIRLPOOL 
77a9866d97c07a8cb2bdd69743d0bf5f80a9cdbd5e20bd0b200ab59d03dd286ef712988bf098aba01d337448ee47e9f95b69872e0e377948c99810826c7cf833
 DIST ocurl-0.7.6.tar.gz 104088 SHA256 
8eba235b74733f69d836e9b3167e90ea0a87f7ec4cb3fbd7c289a21109ab9743 SHA512 
98c46ec4d1fd52c47f696b46a7252967038e6e04607526fae78a8538c57980134567d1ac71bd6c8beaa95f71f6e643dd092cfb787b58a8ff6c0dba5b15110b67
 WHIRLPOOL 
90af94e5893e86d264a429c44523dba798e8a703913345b5f16e23ee3deeac3ec2344cf9e25d608f41192a401d6efc35c9d1273e1282213552f61f4b9f19362c
+DIST ocurl-0.7.7.tar.gz 106430 SHA256 
79805776f207ae8e64d63cda63d0bf8c6ee079c70b0d7f3bd2114faba0d5f41c SHA512 
44c9648e02e8ec2f2438873f87e9cb5278cfeb568f9075da2fa79c33c916d1a8568a545939f1e6aa063dec608949c7f03eefd0a4133f951c3a28153945b4d841
 WHIRLPOOL 
eecae2a1df1b4e3dfa8cd2bd3c0a88b5ec88cdbcbdc4071094d0e76b893f5a6d9d6281b660e06c21039e3ec926ec08e66351b5b9dce80aec8127a09a2d0d0e38

diff --git a/dev-ml/ocurl/ocurl-0.7.7.ebuild b/dev-ml/ocurl/ocurl-0.7.7.ebuild
new file mode 100644
index 000..d6782c9
--- /dev/null
+++ b/dev-ml/ocurl/ocurl-0.7.7.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit findlib
+
+DESCRIPTION="OCaml interface to the libcurl library"
+HOMEPAGE="http://forge.ocamlcore.org/projects/ocurl/;
+LICENSE="MIT"
+SRC_URI="http://forge.ocamlcore.org/frs/download.php/1612/${P}.tar.gz;
+
+SLOT="0/${PV}"
+IUSE="examples"
+
+RDEPEND=">=net-misc/curl-7.9.8
+   dev-ml/lwt:=
+   dev-ml/camlp4:=
+   >=dev-lang/ocaml-3.12:=[ocamlopt]"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+KEYWORDS="~amd64 ~x86"
+
+src_compile()
+{
+   emake -j1 all
+}
+
+src_install()
+{
+   findlib_src_install
+   dodoc CHANGES.txt README
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: ros-meta/rqt_robot_plugins/

2016-05-17 Thread Alexis Ballier
commit: 117cde98734b603e4ee107c03e01b535d94dbba4
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May 17 10:22:56 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May 17 10:22:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=117cde98

ros-meta/rqt_robot_plugins: Bump to 0.5.3.

Package-Manager: portage-2.3.0_rc1

 ros-meta/rqt_robot_plugins/Manifest|  1 +
 .../rqt_robot_plugins-0.5.3.ebuild | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/ros-meta/rqt_robot_plugins/Manifest 
b/ros-meta/rqt_robot_plugins/Manifest
index cfbec59..4b71953 100644
--- a/ros-meta/rqt_robot_plugins/Manifest
+++ b/ros-meta/rqt_robot_plugins/Manifest
@@ -1,3 +1,4 @@
 DIST rqt_robot_plugins-0.4.2.tar.gz 2095395 SHA256 
b074485352720226544c5036baa980962835129206b51871bf9a279979ff1d7e SHA512 
31d9f2e9915e1c645cd9ac687aafb588171883da89ab27c5abdecf288b49e1d2a4530f3bc3202058dd3c833b4f7cad3f66e1da652f51252863473d380825213c
 WHIRLPOOL 
889e0f7d55f190df5730b1424ad6bde2f4fe1757506d4e3499e1b06a97e41a075c2e0f9d1feea572e85492a8d138c8f0b09d520eed3b69743ca485f8de4a19d0
 DIST rqt_robot_plugins-0.4.3.tar.gz 2095770 SHA256 
6d18645711361e004876b49b828fc17cddf9677bb18b9a413732c1cb5ac3aac4 SHA512 
20e1bbe017050d0b2962527338684de118bc5d61af026d43ec9b0ab5756c8c4a5b48e651ff5f16faa6d24ada176fbc7fe756904e9c324638770945a5942a7d6f
 WHIRLPOOL 
a773e77037b1f2099c08662233ffb711271c4f153fd67b735abfdede023afb79d7f5e284b720b15f712a10e216be3ad5a62ddaf922910c932a9e17b1e56c8c74
 DIST rqt_robot_plugins-0.5.2.tar.gz 2106572 SHA256 
9d7c47a8824b1864404b3d6048dfdac871a9fca1daf86b640eea9503f3c2d51e SHA512 
ed84f20cfd0ee95f850ac5a5352ace75b597ce641b4c9bb0a779eaae19a0ec9d7eeb0dac9e1b84d508d0ad7931777219410e2c4957e1b74f489c927804e906b0
 WHIRLPOOL 
7a03be3e10f2aa1d65ae38b6fb5c5365e4442d3ebc9450312cc378391827a51d4d2b307873df651d8aa479bdbbe3118d674273f036b1a7cdaf553b7f635bbf37
+DIST rqt_robot_plugins-0.5.3.tar.gz 2106738 SHA256 
16a4e50dccff127d15646928d57dfdfa97fc44de6725f0ac2d4cdac17a8eb20a SHA512 
56ae9ef88c7551a51ccfab70b88df89450ff1b62c6f42c1eeb72e8f1d29b59dba308b13930d0d5898d1491c6f3b8f58509abcd7d372bff3c34c4192682af89fa
 WHIRLPOOL 
1dbf31910f41930ddb57f86b69ea7166f9945bdc4cbe08927a62d1b27e434e01474d9078dc8a13024bdfdb70c6778734eced7465e18d6db4225e8474865fa333

diff --git a/ros-meta/rqt_robot_plugins/rqt_robot_plugins-0.5.3.ebuild 
b/ros-meta/rqt_robot_plugins/rqt_robot_plugins-0.5.3.ebuild
new file mode 100644
index 000..576a75c
--- /dev/null
+++ b/ros-meta/rqt_robot_plugins/rqt_robot_plugins-0.5.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins;
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage of rqt plugins that are particularly used with robots 
during its operation"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/rqt_moveit
+   dev-ros/rqt_nav_view
+   dev-ros/rqt_pose_view
+   dev-ros/rqt_robot_dashboard
+   dev-ros/rqt_robot_monitor
+   dev-ros/rqt_robot_steering
+   dev-ros/rqt_runtime_monitor
+   dev-ros/rqt_rviz
+   dev-ros/rqt_tf_tree
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_pose_view/

2016-05-17 Thread Alexis Ballier
commit: b825adb6b41bd89d208848113fb173f80dbeed66
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May 17 10:22:29 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May 17 10:22:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b825adb6

dev-ros/rqt_pose_view: Bump to 0.5.3.

Package-Manager: portage-2.3.0_rc1

 dev-ros/rqt_pose_view/Manifest   |  1 +
 dev-ros/rqt_pose_view/rqt_pose_view-0.5.3.ebuild | 31 
 2 files changed, 32 insertions(+)

diff --git a/dev-ros/rqt_pose_view/Manifest b/dev-ros/rqt_pose_view/Manifest
index cfbec59..4b71953 100644
--- a/dev-ros/rqt_pose_view/Manifest
+++ b/dev-ros/rqt_pose_view/Manifest
@@ -1,3 +1,4 @@
 DIST rqt_robot_plugins-0.4.2.tar.gz 2095395 SHA256 
b074485352720226544c5036baa980962835129206b51871bf9a279979ff1d7e SHA512 
31d9f2e9915e1c645cd9ac687aafb588171883da89ab27c5abdecf288b49e1d2a4530f3bc3202058dd3c833b4f7cad3f66e1da652f51252863473d380825213c
 WHIRLPOOL 
889e0f7d55f190df5730b1424ad6bde2f4fe1757506d4e3499e1b06a97e41a075c2e0f9d1feea572e85492a8d138c8f0b09d520eed3b69743ca485f8de4a19d0
 DIST rqt_robot_plugins-0.4.3.tar.gz 2095770 SHA256 
6d18645711361e004876b49b828fc17cddf9677bb18b9a413732c1cb5ac3aac4 SHA512 
20e1bbe017050d0b2962527338684de118bc5d61af026d43ec9b0ab5756c8c4a5b48e651ff5f16faa6d24ada176fbc7fe756904e9c324638770945a5942a7d6f
 WHIRLPOOL 
a773e77037b1f2099c08662233ffb711271c4f153fd67b735abfdede023afb79d7f5e284b720b15f712a10e216be3ad5a62ddaf922910c932a9e17b1e56c8c74
 DIST rqt_robot_plugins-0.5.2.tar.gz 2106572 SHA256 
9d7c47a8824b1864404b3d6048dfdac871a9fca1daf86b640eea9503f3c2d51e SHA512 
ed84f20cfd0ee95f850ac5a5352ace75b597ce641b4c9bb0a779eaae19a0ec9d7eeb0dac9e1b84d508d0ad7931777219410e2c4957e1b74f489c927804e906b0
 WHIRLPOOL 
7a03be3e10f2aa1d65ae38b6fb5c5365e4442d3ebc9450312cc378391827a51d4d2b307873df651d8aa479bdbbe3118d674273f036b1a7cdaf553b7f635bbf37
+DIST rqt_robot_plugins-0.5.3.tar.gz 2106738 SHA256 
16a4e50dccff127d15646928d57dfdfa97fc44de6725f0ac2d4cdac17a8eb20a SHA512 
56ae9ef88c7551a51ccfab70b88df89450ff1b62c6f42c1eeb72e8f1d29b59dba308b13930d0d5898d1491c6f3b8f58509abcd7d372bff3c34c4192682af89fa
 WHIRLPOOL 
1dbf31910f41930ddb57f86b69ea7166f9945bdc4cbe08927a62d1b27e434e01474d9078dc8a13024bdfdb70c6778734eced7465e18d6db4225e8474865fa333

diff --git a/dev-ros/rqt_pose_view/rqt_pose_view-0.5.3.ebuild 
b/dev-ros/rqt_pose_view/rqt_pose_view-0.5.3.ebuild
new file mode 100644
index 000..4ef5b60
--- /dev/null
+++ b/dev-ros/rqt_pose_view/rqt_pose_view-0.5.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins;
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="GUI plugin for visualizing 3D poses"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-python/pyopengl[${PYTHON_USEDEP}]
+   dev-ros/python_qt_binding[${PYTHON_USEDEP}]
+   dev-python/PyQt4[opengl,${PYTHON_USEDEP}]
+   dev-python/rospkg[${PYTHON_USEDEP}]
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-ros/rostopic[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+   dev-ros/tf[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_nav_view/

2016-05-17 Thread Alexis Ballier
commit: 097fff363d96cfbea19e0b408f1b73668d59bfc0
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May 17 10:22:25 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May 17 10:22:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=097fff36

dev-ros/rqt_nav_view: Bump to 0.5.3.

Package-Manager: portage-2.3.0_rc1

 dev-ros/rqt_nav_view/Manifest  |  1 +
 dev-ros/rqt_nav_view/rqt_nav_view-0.5.3.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ros/rqt_nav_view/Manifest b/dev-ros/rqt_nav_view/Manifest
index cfbec59..4b71953 100644
--- a/dev-ros/rqt_nav_view/Manifest
+++ b/dev-ros/rqt_nav_view/Manifest
@@ -1,3 +1,4 @@
 DIST rqt_robot_plugins-0.4.2.tar.gz 2095395 SHA256 
b074485352720226544c5036baa980962835129206b51871bf9a279979ff1d7e SHA512 
31d9f2e9915e1c645cd9ac687aafb588171883da89ab27c5abdecf288b49e1d2a4530f3bc3202058dd3c833b4f7cad3f66e1da652f51252863473d380825213c
 WHIRLPOOL 
889e0f7d55f190df5730b1424ad6bde2f4fe1757506d4e3499e1b06a97e41a075c2e0f9d1feea572e85492a8d138c8f0b09d520eed3b69743ca485f8de4a19d0
 DIST rqt_robot_plugins-0.4.3.tar.gz 2095770 SHA256 
6d18645711361e004876b49b828fc17cddf9677bb18b9a413732c1cb5ac3aac4 SHA512 
20e1bbe017050d0b2962527338684de118bc5d61af026d43ec9b0ab5756c8c4a5b48e651ff5f16faa6d24ada176fbc7fe756904e9c324638770945a5942a7d6f
 WHIRLPOOL 
a773e77037b1f2099c08662233ffb711271c4f153fd67b735abfdede023afb79d7f5e284b720b15f712a10e216be3ad5a62ddaf922910c932a9e17b1e56c8c74
 DIST rqt_robot_plugins-0.5.2.tar.gz 2106572 SHA256 
9d7c47a8824b1864404b3d6048dfdac871a9fca1daf86b640eea9503f3c2d51e SHA512 
ed84f20cfd0ee95f850ac5a5352ace75b597ce641b4c9bb0a779eaae19a0ec9d7eeb0dac9e1b84d508d0ad7931777219410e2c4957e1b74f489c927804e906b0
 WHIRLPOOL 
7a03be3e10f2aa1d65ae38b6fb5c5365e4442d3ebc9450312cc378391827a51d4d2b307873df651d8aa479bdbbe3118d674273f036b1a7cdaf553b7f635bbf37
+DIST rqt_robot_plugins-0.5.3.tar.gz 2106738 SHA256 
16a4e50dccff127d15646928d57dfdfa97fc44de6725f0ac2d4cdac17a8eb20a SHA512 
56ae9ef88c7551a51ccfab70b88df89450ff1b62c6f42c1eeb72e8f1d29b59dba308b13930d0d5898d1491c6f3b8f58509abcd7d372bff3c34c4192682af89fa
 WHIRLPOOL 
1dbf31910f41930ddb57f86b69ea7166f9945bdc4cbe08927a62d1b27e434e01474d9078dc8a13024bdfdb70c6778734eced7465e18d6db4225e8474865fa333

diff --git a/dev-ros/rqt_nav_view/rqt_nav_view-0.5.3.ebuild 
b/dev-ros/rqt_nav_view/rqt_nav_view-0.5.3.ebuild
new file mode 100644
index 000..c98ef2b
--- /dev/null
+++ b/dev-ros/rqt_nav_view/rqt_nav_view-0.5.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins;
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Provides a gui for viewing navigation maps and paths"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/nav_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/python_qt_binding[${PYTHON_USEDEP}]
+   dev-ros/qt_gui[${PYTHON_USEDEP}]
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+   dev-ros/rqt_py_common[${PYTHON_USEDEP}]
+   dev-ros/tf[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_runtime_monitor/

2016-05-17 Thread Alexis Ballier
commit: 96860a52bc3c346930b5581f92c7aa9ce99c4166
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May 17 10:22:44 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May 17 10:22:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96860a52

dev-ros/rqt_runtime_monitor: Bump to 0.5.3.

Package-Manager: portage-2.3.0_rc1

 dev-ros/rqt_runtime_monitor/Manifest   |  1 +
 .../rqt_runtime_monitor-0.5.3.ebuild   | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-ros/rqt_runtime_monitor/Manifest 
b/dev-ros/rqt_runtime_monitor/Manifest
index cfbec59..4b71953 100644
--- a/dev-ros/rqt_runtime_monitor/Manifest
+++ b/dev-ros/rqt_runtime_monitor/Manifest
@@ -1,3 +1,4 @@
 DIST rqt_robot_plugins-0.4.2.tar.gz 2095395 SHA256 
b074485352720226544c5036baa980962835129206b51871bf9a279979ff1d7e SHA512 
31d9f2e9915e1c645cd9ac687aafb588171883da89ab27c5abdecf288b49e1d2a4530f3bc3202058dd3c833b4f7cad3f66e1da652f51252863473d380825213c
 WHIRLPOOL 
889e0f7d55f190df5730b1424ad6bde2f4fe1757506d4e3499e1b06a97e41a075c2e0f9d1feea572e85492a8d138c8f0b09d520eed3b69743ca485f8de4a19d0
 DIST rqt_robot_plugins-0.4.3.tar.gz 2095770 SHA256 
6d18645711361e004876b49b828fc17cddf9677bb18b9a413732c1cb5ac3aac4 SHA512 
20e1bbe017050d0b2962527338684de118bc5d61af026d43ec9b0ab5756c8c4a5b48e651ff5f16faa6d24ada176fbc7fe756904e9c324638770945a5942a7d6f
 WHIRLPOOL 
a773e77037b1f2099c08662233ffb711271c4f153fd67b735abfdede023afb79d7f5e284b720b15f712a10e216be3ad5a62ddaf922910c932a9e17b1e56c8c74
 DIST rqt_robot_plugins-0.5.2.tar.gz 2106572 SHA256 
9d7c47a8824b1864404b3d6048dfdac871a9fca1daf86b640eea9503f3c2d51e SHA512 
ed84f20cfd0ee95f850ac5a5352ace75b597ce641b4c9bb0a779eaae19a0ec9d7eeb0dac9e1b84d508d0ad7931777219410e2c4957e1b74f489c927804e906b0
 WHIRLPOOL 
7a03be3e10f2aa1d65ae38b6fb5c5365e4442d3ebc9450312cc378391827a51d4d2b307873df651d8aa479bdbbe3118d674273f036b1a7cdaf553b7f635bbf37
+DIST rqt_robot_plugins-0.5.3.tar.gz 2106738 SHA256 
16a4e50dccff127d15646928d57dfdfa97fc44de6725f0ac2d4cdac17a8eb20a SHA512 
56ae9ef88c7551a51ccfab70b88df89450ff1b62c6f42c1eeb72e8f1d29b59dba308b13930d0d5898d1491c6f3b8f58509abcd7d372bff3c34c4192682af89fa
 WHIRLPOOL 
1dbf31910f41930ddb57f86b69ea7166f9945bdc4cbe08927a62d1b27e434e01474d9078dc8a13024bdfdb70c6778734eced7465e18d6db4225e8474865fa333

diff --git a/dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-0.5.3.ebuild 
b/dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-0.5.3.ebuild
new file mode 100644
index 000..72748d8
--- /dev/null
+++ b/dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-0.5.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins;
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="GUI plugin viewing DiagnosticsArray messages"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-python/rospkg[${PYTHON_USEDEP}]
+   dev-ros/qt_gui[${PYTHON_USEDEP}]
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_rviz/

2016-05-17 Thread Alexis Ballier
commit: d7ea47f54f4c5c807dcdfd0dc4760751e77e78a7
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May 17 10:22:48 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May 17 10:22:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7ea47f5

dev-ros/rqt_rviz: Bump to 0.5.3.

Package-Manager: portage-2.3.0_rc1

 dev-ros/rqt_rviz/Manifest  |  1 +
 dev-ros/rqt_rviz/rqt_rviz-0.5.3.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-ros/rqt_rviz/Manifest b/dev-ros/rqt_rviz/Manifest
index cfbec59..4b71953 100644
--- a/dev-ros/rqt_rviz/Manifest
+++ b/dev-ros/rqt_rviz/Manifest
@@ -1,3 +1,4 @@
 DIST rqt_robot_plugins-0.4.2.tar.gz 2095395 SHA256 
b074485352720226544c5036baa980962835129206b51871bf9a279979ff1d7e SHA512 
31d9f2e9915e1c645cd9ac687aafb588171883da89ab27c5abdecf288b49e1d2a4530f3bc3202058dd3c833b4f7cad3f66e1da652f51252863473d380825213c
 WHIRLPOOL 
889e0f7d55f190df5730b1424ad6bde2f4fe1757506d4e3499e1b06a97e41a075c2e0f9d1feea572e85492a8d138c8f0b09d520eed3b69743ca485f8de4a19d0
 DIST rqt_robot_plugins-0.4.3.tar.gz 2095770 SHA256 
6d18645711361e004876b49b828fc17cddf9677bb18b9a413732c1cb5ac3aac4 SHA512 
20e1bbe017050d0b2962527338684de118bc5d61af026d43ec9b0ab5756c8c4a5b48e651ff5f16faa6d24ada176fbc7fe756904e9c324638770945a5942a7d6f
 WHIRLPOOL 
a773e77037b1f2099c08662233ffb711271c4f153fd67b735abfdede023afb79d7f5e284b720b15f712a10e216be3ad5a62ddaf922910c932a9e17b1e56c8c74
 DIST rqt_robot_plugins-0.5.2.tar.gz 2106572 SHA256 
9d7c47a8824b1864404b3d6048dfdac871a9fca1daf86b640eea9503f3c2d51e SHA512 
ed84f20cfd0ee95f850ac5a5352ace75b597ce641b4c9bb0a779eaae19a0ec9d7eeb0dac9e1b84d508d0ad7931777219410e2c4957e1b74f489c927804e906b0
 WHIRLPOOL 
7a03be3e10f2aa1d65ae38b6fb5c5365e4442d3ebc9450312cc378391827a51d4d2b307873df651d8aa479bdbbe3118d674273f036b1a7cdaf553b7f635bbf37
+DIST rqt_robot_plugins-0.5.3.tar.gz 2106738 SHA256 
16a4e50dccff127d15646928d57dfdfa97fc44de6725f0ac2d4cdac17a8eb20a SHA512 
56ae9ef88c7551a51ccfab70b88df89450ff1b62c6f42c1eeb72e8f1d29b59dba308b13930d0d5898d1491c6f3b8f58509abcd7d372bff3c34c4192682af89fa
 WHIRLPOOL 
1dbf31910f41930ddb57f86b69ea7166f9945bdc4cbe08927a62d1b27e434e01474d9078dc8a13024bdfdb70c6778734eced7465e18d6db4225e8474865fa333

diff --git a/dev-ros/rqt_rviz/rqt_rviz-0.5.3.ebuild 
b/dev-ros/rqt_rviz/rqt_rviz-0.5.3.ebuild
new file mode 100644
index 000..5fa1b3e
--- /dev/null
+++ b/dev-ros/rqt_rviz/rqt_rviz-0.5.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins;
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="GUI plugin embedding RViz"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-libs/boost:=
+   dev-ros/pluginlib[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui_cpp
+   >=dev-ros/qt_gui_cpp-0.3
+   dev-qt/qtwidgets:5
+   dev-ros/rviz
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_robot_steering/

2016-05-17 Thread Alexis Ballier
commit: 8b18221d3060791e0022f8191a3db17c09fd95bb
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May 17 10:22:40 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May 17 10:22:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b18221d

dev-ros/rqt_robot_steering: Bump to 0.5.3.

Package-Manager: portage-2.3.0_rc1

 dev-ros/rqt_robot_steering/Manifest|  1 +
 .../rqt_robot_steering-0.5.3.ebuild| 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ros/rqt_robot_steering/Manifest 
b/dev-ros/rqt_robot_steering/Manifest
index cfbec59..4b71953 100644
--- a/dev-ros/rqt_robot_steering/Manifest
+++ b/dev-ros/rqt_robot_steering/Manifest
@@ -1,3 +1,4 @@
 DIST rqt_robot_plugins-0.4.2.tar.gz 2095395 SHA256 
b074485352720226544c5036baa980962835129206b51871bf9a279979ff1d7e SHA512 
31d9f2e9915e1c645cd9ac687aafb588171883da89ab27c5abdecf288b49e1d2a4530f3bc3202058dd3c833b4f7cad3f66e1da652f51252863473d380825213c
 WHIRLPOOL 
889e0f7d55f190df5730b1424ad6bde2f4fe1757506d4e3499e1b06a97e41a075c2e0f9d1feea572e85492a8d138c8f0b09d520eed3b69743ca485f8de4a19d0
 DIST rqt_robot_plugins-0.4.3.tar.gz 2095770 SHA256 
6d18645711361e004876b49b828fc17cddf9677bb18b9a413732c1cb5ac3aac4 SHA512 
20e1bbe017050d0b2962527338684de118bc5d61af026d43ec9b0ab5756c8c4a5b48e651ff5f16faa6d24ada176fbc7fe756904e9c324638770945a5942a7d6f
 WHIRLPOOL 
a773e77037b1f2099c08662233ffb711271c4f153fd67b735abfdede023afb79d7f5e284b720b15f712a10e216be3ad5a62ddaf922910c932a9e17b1e56c8c74
 DIST rqt_robot_plugins-0.5.2.tar.gz 2106572 SHA256 
9d7c47a8824b1864404b3d6048dfdac871a9fca1daf86b640eea9503f3c2d51e SHA512 
ed84f20cfd0ee95f850ac5a5352ace75b597ce641b4c9bb0a779eaae19a0ec9d7eeb0dac9e1b84d508d0ad7931777219410e2c4957e1b74f489c927804e906b0
 WHIRLPOOL 
7a03be3e10f2aa1d65ae38b6fb5c5365e4442d3ebc9450312cc378391827a51d4d2b307873df651d8aa479bdbbe3118d674273f036b1a7cdaf553b7f635bbf37
+DIST rqt_robot_plugins-0.5.3.tar.gz 2106738 SHA256 
16a4e50dccff127d15646928d57dfdfa97fc44de6725f0ac2d4cdac17a8eb20a SHA512 
56ae9ef88c7551a51ccfab70b88df89450ff1b62c6f42c1eeb72e8f1d29b59dba308b13930d0d5898d1491c6f3b8f58509abcd7d372bff3c34c4192682af89fa
 WHIRLPOOL 
1dbf31910f41930ddb57f86b69ea7166f9945bdc4cbe08927a62d1b27e434e01474d9078dc8a13024bdfdb70c6778734eced7465e18d6db4225e8474865fa333

diff --git a/dev-ros/rqt_robot_steering/rqt_robot_steering-0.5.3.ebuild 
b/dev-ros/rqt_robot_steering/rqt_robot_steering-0.5.3.ebuild
new file mode 100644
index 000..19b6cfa
--- /dev/null
+++ b/dev-ros/rqt_robot_steering/rqt_robot_steering-0.5.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins;
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="GUI plugin for steering a robot using Twist messages"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-python/rospkg[${PYTHON_USEDEP}]
+   dev-ros/rostopic[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_robot_dashboard/

2016-05-17 Thread Alexis Ballier
commit: 11bf9a556eda52d002ebc9b28728f596abe9079e
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May 17 10:22:33 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May 17 10:22:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11bf9a55

dev-ros/rqt_robot_dashboard: Bump to 0.5.3.

Package-Manager: portage-2.3.0_rc1

 dev-ros/rqt_robot_dashboard/Manifest   |  1 +
 .../rqt_robot_dashboard-0.5.3.ebuild   | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ros/rqt_robot_dashboard/Manifest 
b/dev-ros/rqt_robot_dashboard/Manifest
index cfbec59..4b71953 100644
--- a/dev-ros/rqt_robot_dashboard/Manifest
+++ b/dev-ros/rqt_robot_dashboard/Manifest
@@ -1,3 +1,4 @@
 DIST rqt_robot_plugins-0.4.2.tar.gz 2095395 SHA256 
b074485352720226544c5036baa980962835129206b51871bf9a279979ff1d7e SHA512 
31d9f2e9915e1c645cd9ac687aafb588171883da89ab27c5abdecf288b49e1d2a4530f3bc3202058dd3c833b4f7cad3f66e1da652f51252863473d380825213c
 WHIRLPOOL 
889e0f7d55f190df5730b1424ad6bde2f4fe1757506d4e3499e1b06a97e41a075c2e0f9d1feea572e85492a8d138c8f0b09d520eed3b69743ca485f8de4a19d0
 DIST rqt_robot_plugins-0.4.3.tar.gz 2095770 SHA256 
6d18645711361e004876b49b828fc17cddf9677bb18b9a413732c1cb5ac3aac4 SHA512 
20e1bbe017050d0b2962527338684de118bc5d61af026d43ec9b0ab5756c8c4a5b48e651ff5f16faa6d24ada176fbc7fe756904e9c324638770945a5942a7d6f
 WHIRLPOOL 
a773e77037b1f2099c08662233ffb711271c4f153fd67b735abfdede023afb79d7f5e284b720b15f712a10e216be3ad5a62ddaf922910c932a9e17b1e56c8c74
 DIST rqt_robot_plugins-0.5.2.tar.gz 2106572 SHA256 
9d7c47a8824b1864404b3d6048dfdac871a9fca1daf86b640eea9503f3c2d51e SHA512 
ed84f20cfd0ee95f850ac5a5352ace75b597ce641b4c9bb0a779eaae19a0ec9d7eeb0dac9e1b84d508d0ad7931777219410e2c4957e1b74f489c927804e906b0
 WHIRLPOOL 
7a03be3e10f2aa1d65ae38b6fb5c5365e4442d3ebc9450312cc378391827a51d4d2b307873df651d8aa479bdbbe3118d674273f036b1a7cdaf553b7f635bbf37
+DIST rqt_robot_plugins-0.5.3.tar.gz 2106738 SHA256 
16a4e50dccff127d15646928d57dfdfa97fc44de6725f0ac2d4cdac17a8eb20a SHA512 
56ae9ef88c7551a51ccfab70b88df89450ff1b62c6f42c1eeb72e8f1d29b59dba308b13930d0d5898d1491c6f3b8f58509abcd7d372bff3c34c4192682af89fa
 WHIRLPOOL 
1dbf31910f41930ddb57f86b69ea7166f9945bdc4cbe08927a62d1b27e434e01474d9078dc8a13024bdfdb70c6778734eced7465e18d6db4225e8474865fa333

diff --git a/dev-ros/rqt_robot_dashboard/rqt_robot_dashboard-0.5.3.ebuild 
b/dev-ros/rqt_robot_dashboard/rqt_robot_dashboard-0.5.3.ebuild
new file mode 100644
index 000..3e2014b
--- /dev/null
+++ b/dev-ros/rqt_robot_dashboard/rqt_robot_dashboard-0.5.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins;
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Infrastructure for building robot dashboard plugins in rqt"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/python_qt_binding[${PYTHON_USEDEP}]
+   dev-ros/qt_gui[${PYTHON_USEDEP}]
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-ros/rqt_console[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+   dev-ros/rqt_nav_view[${PYTHON_USEDEP}]
+   dev-ros/rqt_robot_monitor[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_robot_monitor/

2016-05-17 Thread Alexis Ballier
commit: 52fed487e20ae2ed9eeefbf158c07e20e6af88dc
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May 17 10:22:37 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May 17 10:22:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52fed487

dev-ros/rqt_robot_monitor: Bump to 0.5.3.

Package-Manager: portage-2.3.0_rc1

 dev-ros/rqt_robot_monitor/Manifest |  1 +
 .../rqt_robot_monitor-0.5.3.ebuild | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-ros/rqt_robot_monitor/Manifest 
b/dev-ros/rqt_robot_monitor/Manifest
index cfbec59..4b71953 100644
--- a/dev-ros/rqt_robot_monitor/Manifest
+++ b/dev-ros/rqt_robot_monitor/Manifest
@@ -1,3 +1,4 @@
 DIST rqt_robot_plugins-0.4.2.tar.gz 2095395 SHA256 
b074485352720226544c5036baa980962835129206b51871bf9a279979ff1d7e SHA512 
31d9f2e9915e1c645cd9ac687aafb588171883da89ab27c5abdecf288b49e1d2a4530f3bc3202058dd3c833b4f7cad3f66e1da652f51252863473d380825213c
 WHIRLPOOL 
889e0f7d55f190df5730b1424ad6bde2f4fe1757506d4e3499e1b06a97e41a075c2e0f9d1feea572e85492a8d138c8f0b09d520eed3b69743ca485f8de4a19d0
 DIST rqt_robot_plugins-0.4.3.tar.gz 2095770 SHA256 
6d18645711361e004876b49b828fc17cddf9677bb18b9a413732c1cb5ac3aac4 SHA512 
20e1bbe017050d0b2962527338684de118bc5d61af026d43ec9b0ab5756c8c4a5b48e651ff5f16faa6d24ada176fbc7fe756904e9c324638770945a5942a7d6f
 WHIRLPOOL 
a773e77037b1f2099c08662233ffb711271c4f153fd67b735abfdede023afb79d7f5e284b720b15f712a10e216be3ad5a62ddaf922910c932a9e17b1e56c8c74
 DIST rqt_robot_plugins-0.5.2.tar.gz 2106572 SHA256 
9d7c47a8824b1864404b3d6048dfdac871a9fca1daf86b640eea9503f3c2d51e SHA512 
ed84f20cfd0ee95f850ac5a5352ace75b597ce641b4c9bb0a779eaae19a0ec9d7eeb0dac9e1b84d508d0ad7931777219410e2c4957e1b74f489c927804e906b0
 WHIRLPOOL 
7a03be3e10f2aa1d65ae38b6fb5c5365e4442d3ebc9450312cc378391827a51d4d2b307873df651d8aa479bdbbe3118d674273f036b1a7cdaf553b7f635bbf37
+DIST rqt_robot_plugins-0.5.3.tar.gz 2106738 SHA256 
16a4e50dccff127d15646928d57dfdfa97fc44de6725f0ac2d4cdac17a8eb20a SHA512 
56ae9ef88c7551a51ccfab70b88df89450ff1b62c6f42c1eeb72e8f1d29b59dba308b13930d0d5898d1491c6f3b8f58509abcd7d372bff3c34c4192682af89fa
 WHIRLPOOL 
1dbf31910f41930ddb57f86b69ea7166f9945bdc4cbe08927a62d1b27e434e01474d9078dc8a13024bdfdb70c6778734eced7465e18d6db4225e8474865fa333

diff --git a/dev-ros/rqt_robot_monitor/rqt_robot_monitor-0.5.3.ebuild 
b/dev-ros/rqt_robot_monitor/rqt_robot_monitor-0.5.3.ebuild
new file mode 100644
index 000..2f13ce9
--- /dev/null
+++ b/dev-ros/rqt_robot_monitor/rqt_robot_monitor-0.5.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins;
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Displays diagnostics_agg topics messages that are published by 
diagnostic_aggregator"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/python_qt_binding[${PYTHON_USEDEP}]
+   dev-python/rospkg[${PYTHON_USEDEP}]
+   dev-ros/qt_gui[${PYTHON_USEDEP}]
+   dev-ros/qt_gui_py_common[${PYTHON_USEDEP}]
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+   dev-ros/rqt_py_common[${PYTHON_USEDEP}]
+   dev-ros/rqt_bag[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_tf_tree/

2016-05-17 Thread Alexis Ballier
commit: e6c39d1f4918772f7dc5d4913f17d3c8c732c3ee
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May 17 10:22:52 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May 17 10:22:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c39d1f

dev-ros/rqt_tf_tree: Bump to 0.5.3.

Package-Manager: portage-2.3.0_rc1

 dev-ros/rqt_tf_tree/Manifest |  1 +
 dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.3.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ros/rqt_tf_tree/Manifest b/dev-ros/rqt_tf_tree/Manifest
index cfbec59..4b71953 100644
--- a/dev-ros/rqt_tf_tree/Manifest
+++ b/dev-ros/rqt_tf_tree/Manifest
@@ -1,3 +1,4 @@
 DIST rqt_robot_plugins-0.4.2.tar.gz 2095395 SHA256 
b074485352720226544c5036baa980962835129206b51871bf9a279979ff1d7e SHA512 
31d9f2e9915e1c645cd9ac687aafb588171883da89ab27c5abdecf288b49e1d2a4530f3bc3202058dd3c833b4f7cad3f66e1da652f51252863473d380825213c
 WHIRLPOOL 
889e0f7d55f190df5730b1424ad6bde2f4fe1757506d4e3499e1b06a97e41a075c2e0f9d1feea572e85492a8d138c8f0b09d520eed3b69743ca485f8de4a19d0
 DIST rqt_robot_plugins-0.4.3.tar.gz 2095770 SHA256 
6d18645711361e004876b49b828fc17cddf9677bb18b9a413732c1cb5ac3aac4 SHA512 
20e1bbe017050d0b2962527338684de118bc5d61af026d43ec9b0ab5756c8c4a5b48e651ff5f16faa6d24ada176fbc7fe756904e9c324638770945a5942a7d6f
 WHIRLPOOL 
a773e77037b1f2099c08662233ffb711271c4f153fd67b735abfdede023afb79d7f5e284b720b15f712a10e216be3ad5a62ddaf922910c932a9e17b1e56c8c74
 DIST rqt_robot_plugins-0.5.2.tar.gz 2106572 SHA256 
9d7c47a8824b1864404b3d6048dfdac871a9fca1daf86b640eea9503f3c2d51e SHA512 
ed84f20cfd0ee95f850ac5a5352ace75b597ce641b4c9bb0a779eaae19a0ec9d7eeb0dac9e1b84d508d0ad7931777219410e2c4957e1b74f489c927804e906b0
 WHIRLPOOL 
7a03be3e10f2aa1d65ae38b6fb5c5365e4442d3ebc9450312cc378391827a51d4d2b307873df651d8aa479bdbbe3118d674273f036b1a7cdaf553b7f635bbf37
+DIST rqt_robot_plugins-0.5.3.tar.gz 2106738 SHA256 
16a4e50dccff127d15646928d57dfdfa97fc44de6725f0ac2d4cdac17a8eb20a SHA512 
56ae9ef88c7551a51ccfab70b88df89450ff1b62c6f42c1eeb72e8f1d29b59dba308b13930d0d5898d1491c6f3b8f58509abcd7d372bff3c34c4192682af89fa
 WHIRLPOOL 
1dbf31910f41930ddb57f86b69ea7166f9945bdc4cbe08927a62d1b27e434e01474d9078dc8a13024bdfdb70c6778734eced7465e18d6db4225e8474865fa333

diff --git a/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.3.ebuild 
b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.3.ebuild
new file mode 100644
index 000..57ca594
--- /dev/null
+++ b/dev-ros/rqt_tf_tree/rqt_tf_tree-0.5.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins;
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="GUI plugin for visualizing the ROS TF frame tree"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-python/rospkg[${PYTHON_USEDEP}]
+   dev-ros/qt_dotgraph[${PYTHON_USEDEP}]
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-ros/rqt_graph[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+   dev-ros/tf2
+   dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/tf2_ros[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   test? ( dev-python/mock[${PYTHON_USEDEP}] )"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_moveit/

2016-05-17 Thread Alexis Ballier
commit: c447a8d28415626aef6f9f10ef06419528c1a839
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May 17 10:22:21 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May 17 10:22:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c447a8d2

dev-ros/rqt_moveit: Bump to 0.5.3.

Package-Manager: portage-2.3.0_rc1

 dev-ros/rqt_moveit/Manifest|  1 +
 dev-ros/rqt_moveit/rqt_moveit-0.5.3.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-ros/rqt_moveit/Manifest b/dev-ros/rqt_moveit/Manifest
index cfbec59..4b71953 100644
--- a/dev-ros/rqt_moveit/Manifest
+++ b/dev-ros/rqt_moveit/Manifest
@@ -1,3 +1,4 @@
 DIST rqt_robot_plugins-0.4.2.tar.gz 2095395 SHA256 
b074485352720226544c5036baa980962835129206b51871bf9a279979ff1d7e SHA512 
31d9f2e9915e1c645cd9ac687aafb588171883da89ab27c5abdecf288b49e1d2a4530f3bc3202058dd3c833b4f7cad3f66e1da652f51252863473d380825213c
 WHIRLPOOL 
889e0f7d55f190df5730b1424ad6bde2f4fe1757506d4e3499e1b06a97e41a075c2e0f9d1feea572e85492a8d138c8f0b09d520eed3b69743ca485f8de4a19d0
 DIST rqt_robot_plugins-0.4.3.tar.gz 2095770 SHA256 
6d18645711361e004876b49b828fc17cddf9677bb18b9a413732c1cb5ac3aac4 SHA512 
20e1bbe017050d0b2962527338684de118bc5d61af026d43ec9b0ab5756c8c4a5b48e651ff5f16faa6d24ada176fbc7fe756904e9c324638770945a5942a7d6f
 WHIRLPOOL 
a773e77037b1f2099c08662233ffb711271c4f153fd67b735abfdede023afb79d7f5e284b720b15f712a10e216be3ad5a62ddaf922910c932a9e17b1e56c8c74
 DIST rqt_robot_plugins-0.5.2.tar.gz 2106572 SHA256 
9d7c47a8824b1864404b3d6048dfdac871a9fca1daf86b640eea9503f3c2d51e SHA512 
ed84f20cfd0ee95f850ac5a5352ace75b597ce641b4c9bb0a779eaae19a0ec9d7eeb0dac9e1b84d508d0ad7931777219410e2c4957e1b74f489c927804e906b0
 WHIRLPOOL 
7a03be3e10f2aa1d65ae38b6fb5c5365e4442d3ebc9450312cc378391827a51d4d2b307873df651d8aa479bdbbe3118d674273f036b1a7cdaf553b7f635bbf37
+DIST rqt_robot_plugins-0.5.3.tar.gz 2106738 SHA256 
16a4e50dccff127d15646928d57dfdfa97fc44de6725f0ac2d4cdac17a8eb20a SHA512 
56ae9ef88c7551a51ccfab70b88df89450ff1b62c6f42c1eeb72e8f1d29b59dba308b13930d0d5898d1491c6f3b8f58509abcd7d372bff3c34c4192682af89fa
 WHIRLPOOL 
1dbf31910f41930ddb57f86b69ea7166f9945bdc4cbe08927a62d1b27e434e01474d9078dc8a13024bdfdb70c6778734eced7465e18d6db4225e8474865fa333

diff --git a/dev-ros/rqt_moveit/rqt_moveit-0.5.3.ebuild 
b/dev-ros/rqt_moveit/rqt_moveit-0.5.3.ebuild
new file mode 100644
index 000..1e43e9f
--- /dev/null
+++ b/dev-ros/rqt_moveit/rqt_moveit-0.5.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins;
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Assists monitoring tasks for MoveIt! motion planner"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/rosnode[${PYTHON_USEDEP}]
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-ros/rostopic[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+   dev-ros/rqt_topic[${PYTHON_USEDEP}]
+   dev-ros/sensor_msgs[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_top/

2016-05-17 Thread Alexis Ballier
commit: b5e317464449075b7f36c3dabfc0448cea8b2d13
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May 17 10:07:11 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May 17 10:21:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e31746

dev-ros/rqt_top: Bump to 0.4.1.

Package-Manager: portage-2.3.0_rc1

 dev-ros/rqt_top/Manifest |  1 +
 dev-ros/rqt_top/rqt_top-0.4.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-ros/rqt_top/Manifest b/dev-ros/rqt_top/Manifest
index 0d353b4..6c11154 100644
--- a/dev-ros/rqt_top/Manifest
+++ b/dev-ros/rqt_top/Manifest
@@ -1,3 +1,4 @@
 DIST rqt_common_plugins-0.3.12.tar.gz 231733 SHA256 
602ceea814b152865cd55c140565ec82d72277d9de75b869ce9fd3ac5a17b749 SHA512 
567fb85324a85ef935379762026f7f3b5fbe491f61d947c273c1d138286acb919a2f458151b7137587bddbe028617934a75695a165fc7e7e6fd4b4cd87247b7d
 WHIRLPOOL 
d49809544f3de32129233c562f643afeed599b4f42688050aa433023188467243409ac048464eac05fc06f9a20c9d8992946dc68db0b01d7bcfde585a65fc42b
 DIST rqt_common_plugins-0.3.13.tar.gz 233815 SHA256 
49c0a976dd6bb8ba1a4615bd1222fa0df191b9a40aef6c9d9d6be21d0d869a11 SHA512 
b99b4f0c147dbaaa22ee773a12aa483ae95e60275bade58caf9bc570555fcbcc4b61054c2dee07dff99c4e33191620e4a3de16d8d9b5657e746076287cd83385
 WHIRLPOOL 
0469c66e2fe145d1f1c50d27101cbeb70d87b15ba896ffd86baf1c5cbc99bff2348ccbcc2997980bb0cd1cd6ead3733714406b7d3d45ead2d3b622771fe41c5a
 DIST rqt_common_plugins-0.4.0.tar.gz 237316 SHA256 
0d714aa878d742345cee5283cf310acdd0eaed38a4416568377cd794ba6bc389 SHA512 
d90c161613d6b6d57aa8e192917abed4591b25439b282c4b95f21bf22210e7c0ad71e4409aa40aeff5081f65d7691659ba87f91d8610c05777d7e2ca7f1a3e25
 WHIRLPOOL 
c8e7b9513704b90d156a16d70cc8d1aa69bd1e696623fb83b06b4424667f5ec7b983323596f06023409b1e4bf90ed59097a404e372df95d6033be12af97bc977
+DIST rqt_common_plugins-0.4.1.tar.gz 239721 SHA256 
0fc1b6d443e346157baa7814f23e85ac58fc4d9a3010dd0164b9c2edbb5acc39 SHA512 
41c568beccab0332fa8282ba8110e0f3ae92c617d3a0eddbc5692d3ba23c8407c46d37957751e84c3ec1c39984264fa507bc266a96d9b7cbaf07678e52a504ed
 WHIRLPOOL 
d1b8d3cf1dd285a3281b1ff7dd395377d3ee520f2c597c4e73c5ff8c6305d4c35c4705b48b4e01167cf802f8f5cc88b0c0aee5e9dd223dda42de93321bbc2bc4

diff --git a/dev-ros/rqt_top/rqt_top-0.4.1.ebuild 
b/dev-ros/rqt_top/rqt_top-0.4.1.ebuild
new file mode 100644
index 000..90c4135
--- /dev/null
+++ b/dev-ros/rqt_top/rqt_top-0.4.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_common_plugins;
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="RQT plugin for monitoring ROS processes"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_shell/

2016-05-17 Thread Alexis Ballier
commit: 9bda6e13fa5e0af03fac2644bb52ee00e1c49dca
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May 17 10:07:03 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May 17 10:21:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bda6e13

dev-ros/rqt_shell: Bump to 0.4.1.

Package-Manager: portage-2.3.0_rc1

 dev-ros/rqt_shell/Manifest   |  1 +
 dev-ros/rqt_shell/rqt_shell-0.4.1.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ros/rqt_shell/Manifest b/dev-ros/rqt_shell/Manifest
index 0d353b4..6c11154 100644
--- a/dev-ros/rqt_shell/Manifest
+++ b/dev-ros/rqt_shell/Manifest
@@ -1,3 +1,4 @@
 DIST rqt_common_plugins-0.3.12.tar.gz 231733 SHA256 
602ceea814b152865cd55c140565ec82d72277d9de75b869ce9fd3ac5a17b749 SHA512 
567fb85324a85ef935379762026f7f3b5fbe491f61d947c273c1d138286acb919a2f458151b7137587bddbe028617934a75695a165fc7e7e6fd4b4cd87247b7d
 WHIRLPOOL 
d49809544f3de32129233c562f643afeed599b4f42688050aa433023188467243409ac048464eac05fc06f9a20c9d8992946dc68db0b01d7bcfde585a65fc42b
 DIST rqt_common_plugins-0.3.13.tar.gz 233815 SHA256 
49c0a976dd6bb8ba1a4615bd1222fa0df191b9a40aef6c9d9d6be21d0d869a11 SHA512 
b99b4f0c147dbaaa22ee773a12aa483ae95e60275bade58caf9bc570555fcbcc4b61054c2dee07dff99c4e33191620e4a3de16d8d9b5657e746076287cd83385
 WHIRLPOOL 
0469c66e2fe145d1f1c50d27101cbeb70d87b15ba896ffd86baf1c5cbc99bff2348ccbcc2997980bb0cd1cd6ead3733714406b7d3d45ead2d3b622771fe41c5a
 DIST rqt_common_plugins-0.4.0.tar.gz 237316 SHA256 
0d714aa878d742345cee5283cf310acdd0eaed38a4416568377cd794ba6bc389 SHA512 
d90c161613d6b6d57aa8e192917abed4591b25439b282c4b95f21bf22210e7c0ad71e4409aa40aeff5081f65d7691659ba87f91d8610c05777d7e2ca7f1a3e25
 WHIRLPOOL 
c8e7b9513704b90d156a16d70cc8d1aa69bd1e696623fb83b06b4424667f5ec7b983323596f06023409b1e4bf90ed59097a404e372df95d6033be12af97bc977
+DIST rqt_common_plugins-0.4.1.tar.gz 239721 SHA256 
0fc1b6d443e346157baa7814f23e85ac58fc4d9a3010dd0164b9c2edbb5acc39 SHA512 
41c568beccab0332fa8282ba8110e0f3ae92c617d3a0eddbc5692d3ba23c8407c46d37957751e84c3ec1c39984264fa507bc266a96d9b7cbaf07678e52a504ed
 WHIRLPOOL 
d1b8d3cf1dd285a3281b1ff7dd395377d3ee520f2c597c4e73c5ff8c6305d4c35c4705b48b4e01167cf802f8f5cc88b0c0aee5e9dd223dda42de93321bbc2bc4

diff --git a/dev-ros/rqt_shell/rqt_shell-0.4.1.ebuild 
b/dev-ros/rqt_shell/rqt_shell-0.4.1.ebuild
new file mode 100644
index 000..bfe0f2a
--- /dev/null
+++ b/dev-ros/rqt_shell/rqt_shell-0.4.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_common_plugins;
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="GUI plugin providing an interactive shell"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-python/rospkg[${PYTHON_USEDEP}]
+   dev-ros/qt_gui[${PYTHON_USEDEP}]
+   dev-ros/qt_gui_py_common[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: ros-meta/rqt_common_plugins/

2016-05-17 Thread Alexis Ballier
commit: ca6d2c6c992d66df452afda4cf2b3c9ffa1919d7
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May 17 10:07:23 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May 17 10:21:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca6d2c6c

ros-meta/rqt_common_plugins: Bump to 0.4.1.

Package-Manager: portage-2.3.0_rc1

 ros-meta/rqt_common_plugins/Manifest   |  1 +
 .../rqt_common_plugins-0.4.1.ebuild| 42 ++
 2 files changed, 43 insertions(+)

diff --git a/ros-meta/rqt_common_plugins/Manifest 
b/ros-meta/rqt_common_plugins/Manifest
index 0d353b4..6c11154 100644
--- a/ros-meta/rqt_common_plugins/Manifest
+++ b/ros-meta/rqt_common_plugins/Manifest
@@ -1,3 +1,4 @@
 DIST rqt_common_plugins-0.3.12.tar.gz 231733 SHA256 
602ceea814b152865cd55c140565ec82d72277d9de75b869ce9fd3ac5a17b749 SHA512 
567fb85324a85ef935379762026f7f3b5fbe491f61d947c273c1d138286acb919a2f458151b7137587bddbe028617934a75695a165fc7e7e6fd4b4cd87247b7d
 WHIRLPOOL 
d49809544f3de32129233c562f643afeed599b4f42688050aa433023188467243409ac048464eac05fc06f9a20c9d8992946dc68db0b01d7bcfde585a65fc42b
 DIST rqt_common_plugins-0.3.13.tar.gz 233815 SHA256 
49c0a976dd6bb8ba1a4615bd1222fa0df191b9a40aef6c9d9d6be21d0d869a11 SHA512 
b99b4f0c147dbaaa22ee773a12aa483ae95e60275bade58caf9bc570555fcbcc4b61054c2dee07dff99c4e33191620e4a3de16d8d9b5657e746076287cd83385
 WHIRLPOOL 
0469c66e2fe145d1f1c50d27101cbeb70d87b15ba896ffd86baf1c5cbc99bff2348ccbcc2997980bb0cd1cd6ead3733714406b7d3d45ead2d3b622771fe41c5a
 DIST rqt_common_plugins-0.4.0.tar.gz 237316 SHA256 
0d714aa878d742345cee5283cf310acdd0eaed38a4416568377cd794ba6bc389 SHA512 
d90c161613d6b6d57aa8e192917abed4591b25439b282c4b95f21bf22210e7c0ad71e4409aa40aeff5081f65d7691659ba87f91d8610c05777d7e2ca7f1a3e25
 WHIRLPOOL 
c8e7b9513704b90d156a16d70cc8d1aa69bd1e696623fb83b06b4424667f5ec7b983323596f06023409b1e4bf90ed59097a404e372df95d6033be12af97bc977
+DIST rqt_common_plugins-0.4.1.tar.gz 239721 SHA256 
0fc1b6d443e346157baa7814f23e85ac58fc4d9a3010dd0164b9c2edbb5acc39 SHA512 
41c568beccab0332fa8282ba8110e0f3ae92c617d3a0eddbc5692d3ba23c8407c46d37957751e84c3ec1c39984264fa507bc266a96d9b7cbaf07678e52a504ed
 WHIRLPOOL 
d1b8d3cf1dd285a3281b1ff7dd395377d3ee520f2c597c4e73c5ff8c6305d4c35c4705b48b4e01167cf802f8f5cc88b0c0aee5e9dd223dda42de93321bbc2bc4

diff --git a/ros-meta/rqt_common_plugins/rqt_common_plugins-0.4.1.ebuild 
b/ros-meta/rqt_common_plugins/rqt_common_plugins-0.4.1.ebuild
new file mode 100644
index 000..609697a
--- /dev/null
+++ b/ros-meta/rqt_common_plugins/rqt_common_plugins-0.4.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_common_plugins;
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="ROS backend graphical tools suite that can be used on/off of 
robot runtime"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/rqt_action
+   dev-ros/rqt_bag
+   dev-ros/rqt_bag_plugins
+   dev-ros/rqt_console
+   dev-ros/rqt_dep
+   dev-ros/rqt_graph
+   dev-ros/rqt_image_view
+   dev-ros/rqt_launch
+   dev-ros/rqt_logger_level
+   dev-ros/rqt_msg
+   dev-ros/rqt_plot
+   dev-ros/rqt_publisher
+   dev-ros/rqt_py_common
+   dev-ros/rqt_py_console
+   dev-ros/rqt_reconfigure
+   dev-ros/rqt_service_caller
+   dev-ros/rqt_shell
+   dev-ros/rqt_srv
+   dev-ros/rqt_top
+   dev-ros/rqt_topic
+   dev-ros/rqt_web
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_topic/

2016-05-17 Thread Alexis Ballier
commit: 6b6bf3544500c28ca9d4764724a69f3223930a32
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May 17 10:07:14 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May 17 10:21:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b6bf354

dev-ros/rqt_topic: Bump to 0.4.1.

Package-Manager: portage-2.3.0_rc1

 dev-ros/rqt_topic/Manifest   |  1 +
 dev-ros/rqt_topic/rqt_topic-0.4.1.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-ros/rqt_topic/Manifest b/dev-ros/rqt_topic/Manifest
index 0d353b4..6c11154 100644
--- a/dev-ros/rqt_topic/Manifest
+++ b/dev-ros/rqt_topic/Manifest
@@ -1,3 +1,4 @@
 DIST rqt_common_plugins-0.3.12.tar.gz 231733 SHA256 
602ceea814b152865cd55c140565ec82d72277d9de75b869ce9fd3ac5a17b749 SHA512 
567fb85324a85ef935379762026f7f3b5fbe491f61d947c273c1d138286acb919a2f458151b7137587bddbe028617934a75695a165fc7e7e6fd4b4cd87247b7d
 WHIRLPOOL 
d49809544f3de32129233c562f643afeed599b4f42688050aa433023188467243409ac048464eac05fc06f9a20c9d8992946dc68db0b01d7bcfde585a65fc42b
 DIST rqt_common_plugins-0.3.13.tar.gz 233815 SHA256 
49c0a976dd6bb8ba1a4615bd1222fa0df191b9a40aef6c9d9d6be21d0d869a11 SHA512 
b99b4f0c147dbaaa22ee773a12aa483ae95e60275bade58caf9bc570555fcbcc4b61054c2dee07dff99c4e33191620e4a3de16d8d9b5657e746076287cd83385
 WHIRLPOOL 
0469c66e2fe145d1f1c50d27101cbeb70d87b15ba896ffd86baf1c5cbc99bff2348ccbcc2997980bb0cd1cd6ead3733714406b7d3d45ead2d3b622771fe41c5a
 DIST rqt_common_plugins-0.4.0.tar.gz 237316 SHA256 
0d714aa878d742345cee5283cf310acdd0eaed38a4416568377cd794ba6bc389 SHA512 
d90c161613d6b6d57aa8e192917abed4591b25439b282c4b95f21bf22210e7c0ad71e4409aa40aeff5081f65d7691659ba87f91d8610c05777d7e2ca7f1a3e25
 WHIRLPOOL 
c8e7b9513704b90d156a16d70cc8d1aa69bd1e696623fb83b06b4424667f5ec7b983323596f06023409b1e4bf90ed59097a404e372df95d6033be12af97bc977
+DIST rqt_common_plugins-0.4.1.tar.gz 239721 SHA256 
0fc1b6d443e346157baa7814f23e85ac58fc4d9a3010dd0164b9c2edbb5acc39 SHA512 
41c568beccab0332fa8282ba8110e0f3ae92c617d3a0eddbc5692d3ba23c8407c46d37957751e84c3ec1c39984264fa507bc266a96d9b7cbaf07678e52a504ed
 WHIRLPOOL 
d1b8d3cf1dd285a3281b1ff7dd395377d3ee520f2c597c4e73c5ff8c6305d4c35c4705b48b4e01167cf802f8f5cc88b0c0aee5e9dd223dda42de93321bbc2bc4

diff --git a/dev-ros/rqt_topic/rqt_topic-0.4.1.ebuild 
b/dev-ros/rqt_topic/rqt_topic-0.4.1.ebuild
new file mode 100644
index 000..47124f0
--- /dev/null
+++ b/dev-ros/rqt_topic/rqt_topic-0.4.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_common_plugins;
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="GUI plugin for displaying debug information about ROS topics"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-python/rospkg[${PYTHON_USEDEP}]
+   dev-ros/rostopic[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+   dev-ros/std_msgs[${PYTHON_USEDEP}]
+   >=dev-ros/python_qt_binding-0.2.19[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_web/

2016-05-17 Thread Alexis Ballier
commit: 3df6055b71dfc1a81956eac23134159453cb9376
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May 17 10:07:18 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May 17 10:21:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df6055b

dev-ros/rqt_web: Bump to 0.4.1.

Package-Manager: portage-2.3.0_rc1

 dev-ros/rqt_web/Manifest |  1 +
 dev-ros/rqt_web/rqt_web-0.4.1.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ros/rqt_web/Manifest b/dev-ros/rqt_web/Manifest
index 0d353b4..6c11154 100644
--- a/dev-ros/rqt_web/Manifest
+++ b/dev-ros/rqt_web/Manifest
@@ -1,3 +1,4 @@
 DIST rqt_common_plugins-0.3.12.tar.gz 231733 SHA256 
602ceea814b152865cd55c140565ec82d72277d9de75b869ce9fd3ac5a17b749 SHA512 
567fb85324a85ef935379762026f7f3b5fbe491f61d947c273c1d138286acb919a2f458151b7137587bddbe028617934a75695a165fc7e7e6fd4b4cd87247b7d
 WHIRLPOOL 
d49809544f3de32129233c562f643afeed599b4f42688050aa433023188467243409ac048464eac05fc06f9a20c9d8992946dc68db0b01d7bcfde585a65fc42b
 DIST rqt_common_plugins-0.3.13.tar.gz 233815 SHA256 
49c0a976dd6bb8ba1a4615bd1222fa0df191b9a40aef6c9d9d6be21d0d869a11 SHA512 
b99b4f0c147dbaaa22ee773a12aa483ae95e60275bade58caf9bc570555fcbcc4b61054c2dee07dff99c4e33191620e4a3de16d8d9b5657e746076287cd83385
 WHIRLPOOL 
0469c66e2fe145d1f1c50d27101cbeb70d87b15ba896ffd86baf1c5cbc99bff2348ccbcc2997980bb0cd1cd6ead3733714406b7d3d45ead2d3b622771fe41c5a
 DIST rqt_common_plugins-0.4.0.tar.gz 237316 SHA256 
0d714aa878d742345cee5283cf310acdd0eaed38a4416568377cd794ba6bc389 SHA512 
d90c161613d6b6d57aa8e192917abed4591b25439b282c4b95f21bf22210e7c0ad71e4409aa40aeff5081f65d7691659ba87f91d8610c05777d7e2ca7f1a3e25
 WHIRLPOOL 
c8e7b9513704b90d156a16d70cc8d1aa69bd1e696623fb83b06b4424667f5ec7b983323596f06023409b1e4bf90ed59097a404e372df95d6033be12af97bc977
+DIST rqt_common_plugins-0.4.1.tar.gz 239721 SHA256 
0fc1b6d443e346157baa7814f23e85ac58fc4d9a3010dd0164b9c2edbb5acc39 SHA512 
41c568beccab0332fa8282ba8110e0f3ae92c617d3a0eddbc5692d3ba23c8407c46d37957751e84c3ec1c39984264fa507bc266a96d9b7cbaf07678e52a504ed
 WHIRLPOOL 
d1b8d3cf1dd285a3281b1ff7dd395377d3ee520f2c597c4e73c5ff8c6305d4c35c4705b48b4e01167cf802f8f5cc88b0c0aee5e9dd223dda42de93321bbc2bc4

diff --git a/dev-ros/rqt_web/rqt_web-0.4.1.ebuild 
b/dev-ros/rqt_web/rqt_web-0.4.1.ebuild
new file mode 100644
index 000..8ad9c1c
--- /dev/null
+++ b/dev-ros/rqt_web/rqt_web-0.4.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_common_plugins;
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Simple web content viewer for rqt"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-python/rospkg[${PYTHON_USEDEP}]
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+   dev-ros/qt_gui[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_py_console/

2016-05-17 Thread Alexis Ballier
commit: cfbe5d6d201cce7383890031d8a78b06323aa857
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May 17 10:06:53 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May 17 10:21:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfbe5d6d

dev-ros/rqt_py_console: Bump to 0.4.1.

Package-Manager: portage-2.3.0_rc1

 dev-ros/rqt_py_console/Manifest|  1 +
 dev-ros/rqt_py_console/rqt_py_console-0.4.1.ebuild | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-ros/rqt_py_console/Manifest b/dev-ros/rqt_py_console/Manifest
index 0d353b4..6c11154 100644
--- a/dev-ros/rqt_py_console/Manifest
+++ b/dev-ros/rqt_py_console/Manifest
@@ -1,3 +1,4 @@
 DIST rqt_common_plugins-0.3.12.tar.gz 231733 SHA256 
602ceea814b152865cd55c140565ec82d72277d9de75b869ce9fd3ac5a17b749 SHA512 
567fb85324a85ef935379762026f7f3b5fbe491f61d947c273c1d138286acb919a2f458151b7137587bddbe028617934a75695a165fc7e7e6fd4b4cd87247b7d
 WHIRLPOOL 
d49809544f3de32129233c562f643afeed599b4f42688050aa433023188467243409ac048464eac05fc06f9a20c9d8992946dc68db0b01d7bcfde585a65fc42b
 DIST rqt_common_plugins-0.3.13.tar.gz 233815 SHA256 
49c0a976dd6bb8ba1a4615bd1222fa0df191b9a40aef6c9d9d6be21d0d869a11 SHA512 
b99b4f0c147dbaaa22ee773a12aa483ae95e60275bade58caf9bc570555fcbcc4b61054c2dee07dff99c4e33191620e4a3de16d8d9b5657e746076287cd83385
 WHIRLPOOL 
0469c66e2fe145d1f1c50d27101cbeb70d87b15ba896ffd86baf1c5cbc99bff2348ccbcc2997980bb0cd1cd6ead3733714406b7d3d45ead2d3b622771fe41c5a
 DIST rqt_common_plugins-0.4.0.tar.gz 237316 SHA256 
0d714aa878d742345cee5283cf310acdd0eaed38a4416568377cd794ba6bc389 SHA512 
d90c161613d6b6d57aa8e192917abed4591b25439b282c4b95f21bf22210e7c0ad71e4409aa40aeff5081f65d7691659ba87f91d8610c05777d7e2ca7f1a3e25
 WHIRLPOOL 
c8e7b9513704b90d156a16d70cc8d1aa69bd1e696623fb83b06b4424667f5ec7b983323596f06023409b1e4bf90ed59097a404e372df95d6033be12af97bc977
+DIST rqt_common_plugins-0.4.1.tar.gz 239721 SHA256 
0fc1b6d443e346157baa7814f23e85ac58fc4d9a3010dd0164b9c2edbb5acc39 SHA512 
41c568beccab0332fa8282ba8110e0f3ae92c617d3a0eddbc5692d3ba23c8407c46d37957751e84c3ec1c39984264fa507bc266a96d9b7cbaf07678e52a504ed
 WHIRLPOOL 
d1b8d3cf1dd285a3281b1ff7dd395377d3ee520f2c597c4e73c5ff8c6305d4c35c4705b48b4e01167cf802f8f5cc88b0c0aee5e9dd223dda42de93321bbc2bc4

diff --git a/dev-ros/rqt_py_console/rqt_py_console-0.4.1.ebuild 
b/dev-ros/rqt_py_console/rqt_py_console-0.4.1.ebuild
new file mode 100644
index 000..5a1fa13
--- /dev/null
+++ b/dev-ros/rqt_py_console/rqt_py_console-0.4.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_common_plugins;
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Python GUI plugin providing an interactive Python console"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-python/rospkg[${PYTHON_USEDEP}]
+   dev-ros/qt_gui[${PYTHON_USEDEP}]
+   dev-ros/qt_gui_py_common[${PYTHON_USEDEP}]
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_srv/

2016-05-17 Thread Alexis Ballier
commit: 074d15f27c6c995c34e3f397c4aeda5f6696ce0c
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May 17 10:07:07 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May 17 10:21:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=074d15f2

dev-ros/rqt_srv: Bump to 0.4.1.

Package-Manager: portage-2.3.0_rc1

 dev-ros/rqt_srv/Manifest |  1 +
 dev-ros/rqt_srv/rqt_srv-0.4.1.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ros/rqt_srv/Manifest b/dev-ros/rqt_srv/Manifest
index 0d353b4..6c11154 100644
--- a/dev-ros/rqt_srv/Manifest
+++ b/dev-ros/rqt_srv/Manifest
@@ -1,3 +1,4 @@
 DIST rqt_common_plugins-0.3.12.tar.gz 231733 SHA256 
602ceea814b152865cd55c140565ec82d72277d9de75b869ce9fd3ac5a17b749 SHA512 
567fb85324a85ef935379762026f7f3b5fbe491f61d947c273c1d138286acb919a2f458151b7137587bddbe028617934a75695a165fc7e7e6fd4b4cd87247b7d
 WHIRLPOOL 
d49809544f3de32129233c562f643afeed599b4f42688050aa433023188467243409ac048464eac05fc06f9a20c9d8992946dc68db0b01d7bcfde585a65fc42b
 DIST rqt_common_plugins-0.3.13.tar.gz 233815 SHA256 
49c0a976dd6bb8ba1a4615bd1222fa0df191b9a40aef6c9d9d6be21d0d869a11 SHA512 
b99b4f0c147dbaaa22ee773a12aa483ae95e60275bade58caf9bc570555fcbcc4b61054c2dee07dff99c4e33191620e4a3de16d8d9b5657e746076287cd83385
 WHIRLPOOL 
0469c66e2fe145d1f1c50d27101cbeb70d87b15ba896ffd86baf1c5cbc99bff2348ccbcc2997980bb0cd1cd6ead3733714406b7d3d45ead2d3b622771fe41c5a
 DIST rqt_common_plugins-0.4.0.tar.gz 237316 SHA256 
0d714aa878d742345cee5283cf310acdd0eaed38a4416568377cd794ba6bc389 SHA512 
d90c161613d6b6d57aa8e192917abed4591b25439b282c4b95f21bf22210e7c0ad71e4409aa40aeff5081f65d7691659ba87f91d8610c05777d7e2ca7f1a3e25
 WHIRLPOOL 
c8e7b9513704b90d156a16d70cc8d1aa69bd1e696623fb83b06b4424667f5ec7b983323596f06023409b1e4bf90ed59097a404e372df95d6033be12af97bc977
+DIST rqt_common_plugins-0.4.1.tar.gz 239721 SHA256 
0fc1b6d443e346157baa7814f23e85ac58fc4d9a3010dd0164b9c2edbb5acc39 SHA512 
41c568beccab0332fa8282ba8110e0f3ae92c617d3a0eddbc5692d3ba23c8407c46d37957751e84c3ec1c39984264fa507bc266a96d9b7cbaf07678e52a504ed
 WHIRLPOOL 
d1b8d3cf1dd285a3281b1ff7dd395377d3ee520f2c597c4e73c5ff8c6305d4c35c4705b48b4e01167cf802f8f5cc88b0c0aee5e9dd223dda42de93321bbc2bc4

diff --git a/dev-ros/rqt_srv/rqt_srv-0.4.1.ebuild 
b/dev-ros/rqt_srv/rqt_srv-0.4.1.ebuild
new file mode 100644
index 000..c2acda3
--- /dev/null
+++ b/dev-ros/rqt_srv/rqt_srv-0.4.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_common_plugins;
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="GUI plugin for introspecting available ROS message types"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/rosmsg[${PYTHON_USEDEP}]
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+   dev-ros/rqt_msg[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_bag_plugins/

2016-05-17 Thread Alexis Ballier
commit: 094259498fddaf5c16b909e6a971eb71619ec500
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May 17 10:06:12 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May 17 10:21:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09425949

dev-ros/rqt_bag_plugins: Bump to 0.4.1.

Package-Manager: portage-2.3.0_rc1

 dev-ros/rqt_bag_plugins/Manifest   |  1 +
 .../rqt_bag_plugins/rqt_bag_plugins-0.4.1.ebuild   | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-ros/rqt_bag_plugins/Manifest b/dev-ros/rqt_bag_plugins/Manifest
index 0d353b4..6c11154 100644
--- a/dev-ros/rqt_bag_plugins/Manifest
+++ b/dev-ros/rqt_bag_plugins/Manifest
@@ -1,3 +1,4 @@
 DIST rqt_common_plugins-0.3.12.tar.gz 231733 SHA256 
602ceea814b152865cd55c140565ec82d72277d9de75b869ce9fd3ac5a17b749 SHA512 
567fb85324a85ef935379762026f7f3b5fbe491f61d947c273c1d138286acb919a2f458151b7137587bddbe028617934a75695a165fc7e7e6fd4b4cd87247b7d
 WHIRLPOOL 
d49809544f3de32129233c562f643afeed599b4f42688050aa433023188467243409ac048464eac05fc06f9a20c9d8992946dc68db0b01d7bcfde585a65fc42b
 DIST rqt_common_plugins-0.3.13.tar.gz 233815 SHA256 
49c0a976dd6bb8ba1a4615bd1222fa0df191b9a40aef6c9d9d6be21d0d869a11 SHA512 
b99b4f0c147dbaaa22ee773a12aa483ae95e60275bade58caf9bc570555fcbcc4b61054c2dee07dff99c4e33191620e4a3de16d8d9b5657e746076287cd83385
 WHIRLPOOL 
0469c66e2fe145d1f1c50d27101cbeb70d87b15ba896ffd86baf1c5cbc99bff2348ccbcc2997980bb0cd1cd6ead3733714406b7d3d45ead2d3b622771fe41c5a
 DIST rqt_common_plugins-0.4.0.tar.gz 237316 SHA256 
0d714aa878d742345cee5283cf310acdd0eaed38a4416568377cd794ba6bc389 SHA512 
d90c161613d6b6d57aa8e192917abed4591b25439b282c4b95f21bf22210e7c0ad71e4409aa40aeff5081f65d7691659ba87f91d8610c05777d7e2ca7f1a3e25
 WHIRLPOOL 
c8e7b9513704b90d156a16d70cc8d1aa69bd1e696623fb83b06b4424667f5ec7b983323596f06023409b1e4bf90ed59097a404e372df95d6033be12af97bc977
+DIST rqt_common_plugins-0.4.1.tar.gz 239721 SHA256 
0fc1b6d443e346157baa7814f23e85ac58fc4d9a3010dd0164b9c2edbb5acc39 SHA512 
41c568beccab0332fa8282ba8110e0f3ae92c617d3a0eddbc5692d3ba23c8407c46d37957751e84c3ec1c39984264fa507bc266a96d9b7cbaf07678e52a504ed
 WHIRLPOOL 
d1b8d3cf1dd285a3281b1ff7dd395377d3ee520f2c597c4e73c5ff8c6305d4c35c4705b48b4e01167cf802f8f5cc88b0c0aee5e9dd223dda42de93321bbc2bc4

diff --git a/dev-ros/rqt_bag_plugins/rqt_bag_plugins-0.4.1.ebuild 
b/dev-ros/rqt_bag_plugins/rqt_bag_plugins-0.4.1.ebuild
new file mode 100644
index 000..068890b
--- /dev/null
+++ b/dev-ros/rqt_bag_plugins/rqt_bag_plugins-0.4.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_common_plugins;
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="GUI plugin for displaying and replaying ROS bag files"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-ros/rosbag[${PYTHON_USEDEP}]
+   dev-ros/roslib[${PYTHON_USEDEP}]
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-ros/rqt_bag[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui[${PYTHON_USEDEP}]
+   dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+   dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



  1   2   >