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

2015-10-04 Thread Jeroen Roovers
commit: 57cb573e4c6541c37881ec12b64e23e8a353b4e6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Oct  5 04:14:59 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Oct  5 04:14:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57cb573e

dev-util/debhelper: Version bump.

Package-Manager: portage-2.2.22

 dev-util/debhelper/Manifest|  1 +
 dev-util/debhelper/debhelper-9.20151004.ebuild | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/dev-util/debhelper/Manifest b/dev-util/debhelper/Manifest
index e33a182..7e66f1e 100644
--- a/dev-util/debhelper/Manifest
+++ b/dev-util/debhelper/Manifest
@@ -3,3 +3,4 @@ DIST debhelper_9.20150502.tar.xz 313460 SHA256 
b4d55e83b7d3aa7f15ad5ddeab34fc043
 DIST debhelper_9.20150507.tar.xz 314408 SHA256 
f3b51b3c1ad87cd936d4c443f1cebf8f194ece4b998dce6544e238ce5fd5dc39 SHA512 
1a4ca17ccf9ebc874f5c5521320ec4421d3e128e83b1a07cbf53201c559d10473e3db92ab3119dfca778cdab0f2f8e66c77659410a9f3f8e50a03c654cc6b5f5
 WHIRLPOOL 
d354f7adb9c1e059e53c4e6ebfa06f21bc9222152faa3461ab19e0efbf13cd6426e4f260ddff2880457093eafd83c4e40b5e301d3f8a304479d24aab41fc9d73
 DIST debhelper_9.20150628.tar.xz 317804 SHA256 
8fb59c2a03fa9f6061db8091e7ecaf68c5680495eec05d6c145e3f782b09d68f SHA512 
bde93266e475c3ac7dd8cbf5ee0d2c435593eadbc0f33d1389f2705f7debc36b4da165ae65cfd202a1c871fd708cda1d1c57763bdad04748a1bbdab516b2905a
 WHIRLPOOL 
4a56790c1a1629e83b6fd164cb74d9edace02318334bc968acc74f421db98b343bbd32dce56fc15a5ca4a4c7b4364bfea9bf1213864c2f3a8238dbc43ee2a33f
 DIST debhelper_9.20150811.tar.xz 319992 SHA256 
dc96fb0e8c34b0f239482088e85261bd8d858b0e5154990b52879893215d6d73 SHA512 
37754b0b9fe8e73a9ec3ccbce972d3fddc8d63d11dafb90e6a3ba68a6e966ebab78e1ee564f80dc36b017ac4501b13efba66ccb32309ca040f753c2ec541ba49
 WHIRLPOOL 
9ed1ac69c48b4002deab5f412f086634ade1a30f8d9932d22ffa5fb93500c0fa1e15c5dd1b4c14b2c2c1ef5bee55434fe9922a19348bfa5da4c54179a1c046c2
+DIST debhelper_9.20151004.tar.xz 325348 SHA256 
e8c32712db58ac0764e8c83a324a7a519a58a33a6c9ba86f1ca0ac171213f21f SHA512 
15bb0beb1fa37b30ededffe160b660fc415dd8935db2f7f548128090d7719d2004fd721abefbd0c7f88b18edd476124ebd1f759f6ead9c341d6c1ebfe5ad0121
 WHIRLPOOL 
961e7150f28dfc11e4f9582bf92ded6dcd69c808b5179c4e97f36d17178414bb68d40c69fb38fef007cfa03933cf888bb1c4a5a55e15bf0bd9306c03ed258970

diff --git a/dev-util/debhelper/debhelper-9.20151004.ebuild 
b/dev-util/debhelper/debhelper-9.20151004.ebuild
new file mode 100644
index 000..9d5f195
--- /dev/null
+++ b/dev-util/debhelper/debhelper-9.20151004.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils toolchain-funcs
+
+DESCRIPTION="Collection of programs that can be used to automate common tasks 
in debian/rules"
+HOMEPAGE="http://packages.qa.debian.org/d/debhelper.html 
http://joeyh.name/code/debhelper/;
+SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux"
+IUSE="test"
+DH_LINGUAS=( de es fr )
+IUSE+=" ${DH_LINGUAS[@]/#/linguas_}"
+
+NLS_DEPEND=$(
+   printf "linguas_%s? ( >=app-text/po4a-0.24 )\n" ${DH_LINGUAS[@]}
+)
+
+RDEPEND="
+   >=dev-lang/perl-5.10:=
+   >=app-arch/dpkg-1.17
+   dev-perl/TimeDate
+   virtual/perl-Getopt-Long
+"
+DEPEND="${RDEPEND}
+   ${NLS_DEPEND}
+   test? ( dev-perl/Test-Pod )
+"
+
+S=${WORKDIR}/${PN}
+
+src_compile() {
+   tc-export CC
+
+   local LANGS="" USE_NLS=no lingua
+   for lingua in ${DH_LINGUAS[@]}; do
+   if use linguas_${lingua}; then
+   LANGS+=" ${lingua}"
+   USE_NLS=yes
+   fi
+   done
+
+   emake USE_NLS="${USE_NLS}" LANGS="${LANGS}" build
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+   dodoc doc/* debian/changelog
+   docinto examples
+   dodoc examples/*
+   local lingua
+   for manfile in *.1 *.7 ; do
+   for lingua in ${DH_LINGUAS[@]}; do
+   case ${manfile} in
+   *.${lingua}.?)
+   use linguas_${lingua} \
+   && cp ${manfile} 
"${T}"/${manfile/.${lingua}/} \
+   && doman -i18n=${lingua} 
"${T}"/${manfile/.${lingua}/}
+   ;;
+   *)
+   doman ${manfile}
+   ;;
+   esac
+   done
+   done
+}



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

2015-10-04 Thread Matt Thode
commit: d4f65d1dbad3141ab9eb7214fc8bdaf7f1b0440a
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Oct  5 04:34:38 2015 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Oct  5 04:34:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f65d1d

www-apps/icingaweb2: adding x86 keyword

Package-Manager: portage-2.2.20.1

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

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

dev-lang/php:*[apache2?,cli,gd,json,intl,ldap?,mysql?,pdo,postgres?,sockets,ssl,xslt,xml]



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

2015-10-04 Thread Jeroen Roovers
commit: 33ac4c0584ae3a41b215fcee93ae42d14abb5987
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Oct  5 04:24:45 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Oct  5 04:24:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ac4c05

media-gfx/graphviz: Stable for HPPA PPC64 (bug #529462).

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

 media-gfx/graphviz/graphviz-2.38.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/graphviz/graphviz-2.38.0-r1.ebuild 
b/media-gfx/graphviz/graphviz-2.38.0-r1.ebuild
index 8d91a00..141e214 100644
--- a/media-gfx/graphviz/graphviz-2.38.0-r1.ebuild
+++ b/media-gfx/graphviz/graphviz-2.38.0-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://www.graphviz.org/pub/graphviz/stable/SOURCES/${P}.tar.gz;
 
 LICENSE="CPL-1.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="+cairo devil doc examples gdk-pixbuf gtk gts guile java lasi nls pdf 
perl postscript python qt4 ruby svg static-libs tcl X elibc_FreeBSD"
 
 # Requires ksh



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

2015-10-04 Thread Matt Thode
commit: a9dea26730b21bb7194bb04caeedcd7fd94157b7
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Oct  5 04:27:52 2015 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Oct  5 04:28:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9dea267

www-apps/icingaweb2: adding

Package-Manager: portage-2.2.20.1

 www-apps/icingaweb2/Manifest|  1 +
 www-apps/icingaweb2/icingaweb2-2.0.0.ebuild | 66 +
 www-apps/icingaweb2/metadata.xml| 14 ++
 3 files changed, 81 insertions(+)

diff --git a/www-apps/icingaweb2/Manifest b/www-apps/icingaweb2/Manifest
new file mode 100644
index 000..ef3ac07
--- /dev/null
+++ b/www-apps/icingaweb2/Manifest
@@ -0,0 +1 @@
+DIST icingaweb2-2.0.0.tar.gz 9854668 SHA256 
a6a5383049e632108ce19b4b85f16a7fdd2f5acb3a6d2af3935254e2bc7fb2e6 SHA512 
fb0094b19429d7da533f05ffcb601b47a231e0d5af076775ea8a7c487b0584884172041f443851132bc27634de341190a97e76c750b529dc91b23d166e70ed58
 WHIRLPOOL 
2d88174296a29b576ba1d4bcf0bcf5a75d166e41c0972327c4c418d3e7bb54ebd74d5d59318c40dc9767d2271954750f9f7248072c8cced6c892a96e5ff5900a

diff --git a/www-apps/icingaweb2/icingaweb2-2.0.0.ebuild 
b/www-apps/icingaweb2/icingaweb2-2.0.0.ebuild
new file mode 100644
index 000..99333eb
--- /dev/null
+++ b/www-apps/icingaweb2/icingaweb2-2.0.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit depend.apache eutils multilib user
+
+DESCRIPTION="Icinga Web 2 - Frontend for icinga2"
+HOMEPAGE="http://www.icinga.org/;
+SRC_URI="https://codeload.github.com/Icinga/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="apache2 ldap mysql nginx postgres"
+KEYWORDS="~amd64"
+
+DEPEND=">=net-analyzer/icinga2-2.1.1
+   
dev-lang/php:*[apache2?,cli,gd,json,intl,ldap?,mysql?,pdo,postgres?,sockets,ssl,xslt,xml]
+   dev-php/pecl-imagick
+   apache2? ( >=www-servers/apache-2.4.0 )
+   nginx? ( >=www-servers/nginx-1.7.0:* )"
+RDEPEND="${DEPEND}"
+
+use apache2 && want_apache2
+
+pkg_setup() {
+   if use apache2 ; then
+   depend.apache_pkg_setup
+   fi
+
+   enewgroup icingaweb2
+   enewgroup icingacmd
+   use nginx && usermod -a -G icingacmd,icingaweb2 nginx
+   use apache2 && usermod -a -G icingacmd,icingaweb2 apache2
+}
+
+pkg_config() {
+   if [[ -d /etc/icingaweb2 ]] ; then
+   einfo "Updating existing installation ..."
+   else
+   einfo "Running first time setup ..."
+   einfo "Creating configuration directory ..."
+   /usr/share/${PN}/bin/icingacli setup config directory
+   einfo "Creating authentication token for web setup ..."
+   /usr/share/${PN}/bin/icingacli setup token create
+   if use apache2 ; then
+   einfo "The following might be useful for your Apache2 
configuration:"
+   /usr/share/${PN}/bin/icingacli setup config webserver 
apache --document-root /usr/share/${PN}/public
+   fi
+   if use nginx ; then
+   einfo "The following might be useful for your NGinx 
configuration:"
+   /usr/share/${PN}/bin/icingacli setup config webserver 
nginx --document-root /usr/share/${PN}/public
+   fi
+   fi
+   einfo "All done."
+}
+
+src_install() {
+   mkdir -p "${D}/usr/share/${PN}"
+   cp -R "${S}"/* "${D}/usr/share/${PN}"
+   chmod -R a+rX "${D}/usr/share/${PN}/public"
+}
+
+pkg_postinst() {
+   einfo "Run 'emerge --config ${CATEGORY}/${PF}' to finish setup."
+}

diff --git a/www-apps/icingaweb2/metadata.xml b/www-apps/icingaweb2/metadata.xml
new file mode 100644
index 000..ff36ae7
--- /dev/null
+++ b/www-apps/icingaweb2/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   Icinga Web 2 - Frontend for icinga2
+   
+   
+   Adds support for nginx
+   
+



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

2015-10-04 Thread Ian Delaney
commit: e39b5a80ecea96e41e9dc49ab012451b5aefdc4d
Author: Ian Delaney  gentoo  org>
AuthorDate: Sun Oct  4 08:03:47 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Sun Oct  4 08:04:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e39b5a80

x11-terms/roxterm:  bump to -3.1.5

ebuild by new maintainer sourced from the gentoo bug. The version
is python 3 compatible only and set SLOT value 1

Gentoo bug: #561132

Package-Manager: portage-2.2.20.1

 x11-terms/roxterm/Manifest |  1 +
 x11-terms/roxterm/roxterm-3.1.5.ebuild | 65 ++
 2 files changed, 66 insertions(+)

diff --git a/x11-terms/roxterm/Manifest b/x11-terms/roxterm/Manifest
index 14d28d3..83742fe 100644
--- a/x11-terms/roxterm/Manifest
+++ b/x11-terms/roxterm/Manifest
@@ -1,3 +1,4 @@
 DIST roxterm-2.6.3.tar.bz2 301226 SHA256 
0c809acbf31f5200594c7c992239f5e1b87206d96ab8a61ef2ee8d81c2378e69 SHA512 
9adbb64a1b5c2cfb861d657345dd7d84e804dc55de1ad58dc8a4d9bdf04617f88da4d7de6bfe679345a30d291b10b00a32df0220776fb430b30551e4e6d9a2f7
 WHIRLPOOL 
35dae640675b036ed3a0a616eba4e86dc65b16e2cca72876eab9fb43508364bb7df2f328486adeded852a6775853373b2f6a4e8dadf80f02245c27fc924ffda5
 DIST roxterm-2.6.5.tar.bz2 300892 SHA256 
e8b2dd5ce320b763b66590ebef77c422ab90181bb1a84d30fea8c47da0d46cab SHA512 
a614680e3c3139342552ef01274635409d9618e573c575dbcbf2f80e50922dce677fd7b7039c3e2af034eb1950933a1fddb189c65cfc89fcbaf15fbe677da71e
 WHIRLPOOL 
6e473149e2d3341d9500e666cc4ac27549c813b66b1eb0a727d24ef182b6ca26466928f72c533b99e89a4ebc768f12a2def20ba31f9793016be78a9c2e5493bd
 DIST roxterm-2.9.3.tar.bz2 364120 SHA256 
36131decfe79fa7d4c8fd325d4feaa843f348532a3871b173e6712fcde5cbda7 SHA512 
3f197ebc532721a6132da96d3b4bf65032def43eba4d7b00ecb2c74223c43c0549a9605753e81992c2c4b4955adbbc041e8a31f22947752dc52a9edd46457d16
 WHIRLPOOL 
956b92892e43a88c3e6aa3894f67d23b8ceace0feb42cb808c3e81916e5f8e1f0c3354f8b6337fbfcd8e315503a17631a699c58d97c5b88fb1b3ae96c7b501c4
+DIST roxterm-3.1.5.tar.xz 309892 SHA256 
78cfb639f97ef4bcf12178fe44d287571227b6d1539cbb8fa98810e597f4109f SHA512 
f07989331b1cf915e94582bfceff8cb87f20613eb272ccc502fb49c7508a1330cfa3b137c59f300b8541595aed541867c1b0aad36809e7e9a326f7119fde2acd
 WHIRLPOOL 
c06a720411c51eae79c649aada2c7c2743b0855860fe6c3103faf37073eb95a7e0ebda110f6c5cf99f41a87d5fa6a7e0f4044e3827cd50a6a5c37b7160f7fb8c

diff --git a/x11-terms/roxterm/roxterm-3.1.5.ebuild 
b/x11-terms/roxterm/roxterm-3.1.5.ebuild
new file mode 100644
index 000..b7ef8de
--- /dev/null
+++ b/x11-terms/roxterm/roxterm-3.1.5.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{3_3,3_4} )
+inherit gnome2-utils python-any-r1 toolchain-funcs
+
+DESCRIPTION="A terminal emulator designed to integrate with the ROX 
environment"
+HOMEPAGE="http://roxterm.sourceforge.net/;
+SRC_URI="mirror://sourceforge/roxterm/${P}.tar.xz"
+
+LICENSE="GPL-2 LGPL-3"
+SLOT="1"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+
+RDEPEND=">=dev-libs/dbus-glib-0.100
+   dev-libs/glib:2
+   x11-libs/gtk+:3
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/vte:2.91"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   dev-libs/libxslt
+   dev-python/lockfile
+   virtual/pkgconfig
+   || ( media-gfx/imagemagick 
media-gfx/graphicsmagick[imagemagick] )
+   nls? ( app-text/po4a sys-devel/gettext )"
+
+src_configure() {
+   local myconf=(
+   CC="$(tc-getCC)"
+   CFLAGS="${CFLAGS}"
+   LDFLAGS="${LDFLAGS}"
+   --prefix=/usr
+   --docdir="/usr/share/doc/${PF}"
+   --destdir="${D}"
+   )
+
+   use nls || myconf+=( --disable-gettext --disable-po4a 
--disable-translations )
+   ./mscript.py configure "${myconf[@]}"
+}
+
+src_compile() {
+   ./mscript.py build
+}
+
+src_install() {
+   ./mscript.py install
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



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

2015-10-04 Thread Hans de Graaff
commit: aa16891d0b3ed14da97021d6555cbf7824dab338
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct  4 08:25:05 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Oct  4 08:25:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa16891d

dev-ruby/sprockets: fix tests when tilt:2 is installed

Fix tests when tilt:2 is also installed. That version
will get picked up by default and cause errors due to
incompatible changes.

Package-Manager: portage-2.2.20.1

 dev-ruby/sprockets/sprockets-2.12.3-r1.ebuild | 14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/sprockets/sprockets-2.12.3-r1.ebuild 
b/dev-ruby/sprockets/sprockets-2.12.3-r1.ebuild
index 7be0d99..30d14ef 100644
--- a/dev-ruby/sprockets/sprockets-2.12.3-r1.ebuild
+++ b/dev-ruby/sprockets/sprockets-2.12.3-r1.ebuild
@@ -25,10 +25,10 @@ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-m
 IUSE=""
 
 ruby_add_rdepend "
-   =dev-ruby/hike-1* >=dev-ruby/hike-1.2
+   =dev-ruby/hike-1*:0 >=dev-ruby/hike-1.2:0
=dev-ruby/multi_json-1*
-   =dev-ruby/rack-1*
-   =dev-ruby/tilt-1* >=dev-ruby/tilt-1.3.1
+   =dev-ruby/rack-1*:*
+   =dev-ruby/tilt-1*:0 >=dev-ruby/tilt-1.3.1:0
!!1.3"' test/sprockets_test.rb || die
 }
 
 each_ruby_prepare() {
@@ -68,5 +71,10 @@ each_ruby_test() {
rm -rf test || die
mv test-new test || die
 
+   # Make sure we use the correct tilt version.
+   sed -i -e '2i gem "tilt", "~>1.3"' bin/sprockets || die
+
each_fakegem_test
+
+   sed -i -e '/tilt/d' bin/sprockets || die
 }



[gentoo-commits] repo/gentoo:master commit in: games-emulation/m64py/

2015-10-04 Thread Michał Górny
commit: dfef921e2ee31205b59e00f4dc08a441b9fc0e18
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct  4 09:40:16 2015 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct  4 09:40:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfef921e

games-emulation/m64py: Remove old, corresp. to mupen64plus*-2.0

Package-Manager: portage-2.2.22

 games-emulation/m64py/m64py-0.2.1.ebuild | 74 
 1 file changed, 74 deletions(-)

diff --git a/games-emulation/m64py/m64py-0.2.1.ebuild 
b/games-emulation/m64py/m64py-0.2.1.ebuild
deleted file mode 100644
index 38ffbbf..000
--- a/games-emulation/m64py/m64py-0.2.1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 games
-
-DESCRIPTION="A frontend for Mupen64Plus"
-HOMEPAGE="http://m64py.sourceforge.net/;
-SRC_URI="mirror://sourceforge/m64py/${P}.tar.gz"
-
-LICENSE="GPL-3 LGPL-3 public-domain GPL-2 BSD CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# SDL & libmupen64plus are through ctypes, so they rely on specific ABI
-RDEPEND="media-libs/libsdl:0/0[joystick]
-   dev-python/PyQt4[opengl,${PYTHON_USEDEP}]
-   games-emulation/mupen64plus-core:0/2"
-
-python_prepare_all() {
-   # set the correct search path
-   cat >> src/m64py/platform.py <<-_EOF_
-   SEARCH_DIRS = ["$(games_get_libdir)/mupen64plus"]
-_EOF_
-
-   # comment out SDL2 support since our mupen64plus uses SDL1
-   sed -e '/from m64py\.SDL2/s:^:#:' \
-   -e '/QT2SDL2\[/s:^:#:' \
-   -e '/KEYCODE2SCANCODE\[/s:^:#:' \
-   -e '/SCANCODE2KEYCODE\[/s:^:#:' \
-   -i src/m64py/frontend/keymap.py || die
-   sed -e '/--sdl2/d' \
-   -e '/SDL2/s:=.*$:= False:' \
-   -i src/m64py/opts.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_install() {
-   distutils-r1_python_install \
-   --install-scripts="${GAMES_BINDIR}"
-}
-
-# games.eclass ABSOLUTELY MUST come last, so we need to clean up the mess
-src_prepare() { distutils-r1_src_prepare; }
-src_configure() { distutils-r1_src_configure; }
-src_compile() { distutils-r1_src_compile; }
-src_test() { distutils-r1_src_test; }
-
-src_install() {
-   distutils-r1_src_install
-   prepgamesdirs
-}
-
-pkg_postinst() {
-   games_pkg_postinst
-
-   if ! type -P rar >/dev/null && ! type -P unrar >/dev/null; then
-   elog
-   elog "In order to gain RAR archive support, please install 
either app-arch/rar"
-   elog "or app-arch/unrar."
-   fi
-
-   if ! type -P 7z >/dev/null \
-   && ! has_version "dev-python/pylzma[${PYTHON_USEDEP}]"; 
then
-   elog
-   elog "In order to gain 7z archive support, please install 
either app-arch/p7zip"
-   elog "or dev-python/pylzma."
-   fi
-}



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

2015-10-04 Thread Jeroen Roovers
commit: 2130827aeca49e46bb8f2e300129fa23d784461d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  4 10:23:48 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  4 10:24:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2130827a

dev-ruby/daemons: Stable for PPC64 (bug #556724).

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

 dev-ruby/daemons/daemons-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/daemons/daemons-1.2.3.ebuild 
b/dev-ruby/daemons/daemons-1.2.3.ebuild
index f570879..d7a3d53 100644
--- a/dev-ruby/daemons/daemons-1.2.3.ebuild
+++ b/dev-ruby/daemons/daemons-1.2.3.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/thuehlinger/daemons;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="examples"
 
 all_ruby_install() {



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

2015-10-04 Thread Jeroen Roovers
commit: cacb46f91b05415f8b295f444de5dfae6910592f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  4 10:23:57 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  4 10:24:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cacb46f9

dev-ruby/syntax: Stable for PPC64 (bug #562098).

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

 dev-ruby/syntax/syntax-1.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/syntax/syntax-1.2.0-r1.ebuild 
b/dev-ruby/syntax/syntax-1.2.0-r1.ebuild
index 82234f0..0573540 100644
--- a/dev-ruby/syntax/syntax-1.2.0-r1.ebuild
+++ b/dev-ruby/syntax/syntax-1.2.0-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/dblock/syntax/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test doc"
 
 RUBY_PATCHES=( "${P}-require-set.patch" )



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

2015-10-04 Thread Pacho Ramos
commit: a10738fe4a31003e1a05ba27c0a378100dd976dd
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Oct  4 10:25:11 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Oct  4 10:26:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a10738fe

media-libs/clutter-gst: Version bump

Package-Manager: portage-2.2.22

 media-libs/clutter-gst/Manifest  |  1 +
 media-libs/clutter-gst/clutter-gst-3.0.12.ebuild | 64 
 2 files changed, 65 insertions(+)

diff --git a/media-libs/clutter-gst/Manifest b/media-libs/clutter-gst/Manifest
index c1bc6e8..fe26874 100644
--- a/media-libs/clutter-gst/Manifest
+++ b/media-libs/clutter-gst/Manifest
@@ -1,3 +1,4 @@
 DIST clutter-gst-2.0.16.tar.xz 357380 SHA256 
a944f84186937021aba6329c23954f6015d33bf151ba8994e13c59cefd742039 SHA512 
ace0eceb8f99ad78190f6ebb9caf45ccc5597fff2e4dfda4e3bf539e87f41d3d60f66637219244bd28fe32f374460e3456c8dc5d0c60ac057cc73f2f1d60c764
 WHIRLPOOL 
dd60f5722381f8e7678cd9e47b191a1e80c313c138d3cd5cb0acb1131d13ca565dd4f9e8117eda7ed1c81ae0b0bb9cca44530403615f3545ba44c012c12b70eb
 DIST clutter-gst-3.0.10.tar.xz 391424 SHA256 
2dbdbc3292e92684bbdbf1694c61f6b781f5810e4d79a415dfdee2f7ee42148c SHA512 
e1ab8e57bade63c076c1426ed3b87d20034ff8fb54146c754ec4b990ec6d2102c4d87a1b1c3c9def17abe6985e2a59e44253cae1053f64a779dc8ef71a2951e7
 WHIRLPOOL 
5f8fba3a49c268650cdfee6d0959202a19288042f09acebdc3457f138193fae27fd0074a478032d8773446e05df3f0214e2038ea77feb90a6ea6046d7e361c86
+DIST clutter-gst-3.0.12.tar.xz 390880 SHA256 
cd2b2f8db9c21d6295ed0b2811d4c3036fac5796be71d7affdb2b8746f12066c SHA512 
4ad92dfcc7c3d0b83c90a7a216267b86899f2206c8e4405f57ecb08b66e4380c3154d289954c6f60093f47f1a8aa44a2269f41b3e666cf19684fa2d92afdc0c9
 WHIRLPOOL 
ceb2870e52f277812de53d65dbef354b9652fd719184cb8ba25e4ccdea0acd448a76bb2b3a406a93b14b3bb57ac65ffbe3461e00a35c6bb12300c04954a4304a
 DIST clutter-gst-3.0.8.tar.xz 390628 SHA256 
582e85b88482e16f7ec719363e38fadf84fab4d4baaa21e5227a454b824f135c SHA512 
37960b676d440f879fbda8b14b0d3d6974527354abc1368fa2353793eff2ef4c6b4f50b6259b0016b22ae787d022c371aa512ad4441f6217e54ee35089be8b3a
 WHIRLPOOL 
485d00ba7fcea8c7f92aaf7c564e022c790b6941ec317314195b2f64766ded8a7acc1673951d871e1523b4fe9761b50a432eeaaf25afffb2d7abf8a8

diff --git a/media-libs/clutter-gst/clutter-gst-3.0.12.ebuild 
b/media-libs/clutter-gst/clutter-gst-3.0.12.ebuild
new file mode 100644
index 000..31518c7
--- /dev/null
+++ b/media-libs/clutter-gst/clutter-gst-3.0.12.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="yes"
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python2_7 )
+
+inherit gnome2 python-any-r1
+
+HOMEPAGE="https://blogs.gnome.org/clutter/;
+DESCRIPTION="GStreamer integration library for Clutter"
+
+LICENSE="LGPL-2.1+"
+SLOT="3.0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="examples +introspection"
+
+# >=cogl-1.18 provides cogl-2.0-experimental
+# FIXME:
+# - udev is automagic
+# - provide a USE flag for HW decode support (--enable-gl-texture-upload)
+COMMON_DEPEND="
+   >=dev-libs/glib-2.20:2
+   >=media-libs/clutter-1.20:1.0=[introspection?]
+   >=media-libs/cogl-1.18:1.0=[introspection?]
+   >=media-libs/gstreamer-1.4:1.0[introspection?]
+   >=media-libs/gst-plugins-bad-1.4:1.0
+   >=media-libs/gst-plugins-base-1.4:1.0[introspection?]
+   virtual/libgudev
+   introspection? ( >=dev-libs/gobject-introspection-0.6.8:= )
+"
+# uses goom from gst-plugins-good
+RDEPEND="${COMMON_DEPEND}
+   >=media-libs/gst-plugins-good-1.4:1.0
+"
+DEPEND="${COMMON_DEPEND}
+   ${PYTHON_DEPS}
+   >=dev-util/gtk-doc-am-1.11
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-maintainer-flags \
+   $(use_enable introspection)
+}
+
+src_compile() {
+   # Clutter tries to access dri without userpriv, upstream bug #661873
+   # Massive failure of a hack, see bug 360219, bug 360073, bug 363917
+   unset DISPLAY
+   gnome2_src_compile
+}
+
+src_install() {
+   gnome2_src_install
+
+   if use examples; then
+   insinto /usr/share/doc/"${PF}"/examples
+   doins examples/{*.c,*.png,README}
+   fi
+}



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

2015-10-04 Thread Pacho Ramos
commit: c39f9926fb9cf97e03cfed8ecfeb48590cd23fa6
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Oct  4 10:25:45 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Oct  4 10:26:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c39f9926

media-libs/clutter-gst: Drop old

Package-Manager: portage-2.2.22

 media-libs/clutter-gst/Manifest |  1 -
 media-libs/clutter-gst/clutter-gst-3.0.8.ebuild | 64 -
 2 files changed, 65 deletions(-)

diff --git a/media-libs/clutter-gst/Manifest b/media-libs/clutter-gst/Manifest
index fe26874..12c6522 100644
--- a/media-libs/clutter-gst/Manifest
+++ b/media-libs/clutter-gst/Manifest
@@ -1,4 +1,3 @@
 DIST clutter-gst-2.0.16.tar.xz 357380 SHA256 
a944f84186937021aba6329c23954f6015d33bf151ba8994e13c59cefd742039 SHA512 
ace0eceb8f99ad78190f6ebb9caf45ccc5597fff2e4dfda4e3bf539e87f41d3d60f66637219244bd28fe32f374460e3456c8dc5d0c60ac057cc73f2f1d60c764
 WHIRLPOOL 
dd60f5722381f8e7678cd9e47b191a1e80c313c138d3cd5cb0acb1131d13ca565dd4f9e8117eda7ed1c81ae0b0bb9cca44530403615f3545ba44c012c12b70eb
 DIST clutter-gst-3.0.10.tar.xz 391424 SHA256 
2dbdbc3292e92684bbdbf1694c61f6b781f5810e4d79a415dfdee2f7ee42148c SHA512 
e1ab8e57bade63c076c1426ed3b87d20034ff8fb54146c754ec4b990ec6d2102c4d87a1b1c3c9def17abe6985e2a59e44253cae1053f64a779dc8ef71a2951e7
 WHIRLPOOL 
5f8fba3a49c268650cdfee6d0959202a19288042f09acebdc3457f138193fae27fd0074a478032d8773446e05df3f0214e2038ea77feb90a6ea6046d7e361c86
 DIST clutter-gst-3.0.12.tar.xz 390880 SHA256 
cd2b2f8db9c21d6295ed0b2811d4c3036fac5796be71d7affdb2b8746f12066c SHA512 
4ad92dfcc7c3d0b83c90a7a216267b86899f2206c8e4405f57ecb08b66e4380c3154d289954c6f60093f47f1a8aa44a2269f41b3e666cf19684fa2d92afdc0c9
 WHIRLPOOL 
ceb2870e52f277812de53d65dbef354b9652fd719184cb8ba25e4ccdea0acd448a76bb2b3a406a93b14b3bb57ac65ffbe3461e00a35c6bb12300c04954a4304a
-DIST clutter-gst-3.0.8.tar.xz 390628 SHA256 
582e85b88482e16f7ec719363e38fadf84fab4d4baaa21e5227a454b824f135c SHA512 
37960b676d440f879fbda8b14b0d3d6974527354abc1368fa2353793eff2ef4c6b4f50b6259b0016b22ae787d022c371aa512ad4441f6217e54ee35089be8b3a
 WHIRLPOOL 
485d00ba7fcea8c7f92aaf7c564e022c790b6941ec317314195b2f64766ded8a7acc1673951d871e1523b4fe9761b50a432eeaaf25afffb2d7abf8a8

diff --git a/media-libs/clutter-gst/clutter-gst-3.0.8.ebuild 
b/media-libs/clutter-gst/clutter-gst-3.0.8.ebuild
deleted file mode 100644
index 22cc272..000
--- a/media-libs/clutter-gst/clutter-gst-3.0.8.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 python-any-r1
-
-HOMEPAGE="http://www.clutter-project.org/;
-DESCRIPTION="GStreamer integration library for Clutter"
-
-LICENSE="LGPL-2.1+"
-SLOT="3.0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="examples +introspection"
-
-# >=cogl-1.18 provides cogl-2.0-experimental
-# FIXME:
-# - udev is automagic
-# - provide a USE flag for HW decode support (--enable-gl-texture-upload)
-COMMON_DEPEND="
-   >=dev-libs/glib-2.20:2
-   >=media-libs/clutter-1.20:1.0=[introspection?]
-   >=media-libs/cogl-1.18:1.0=[introspection?]
-   >=media-libs/gstreamer-1.4:1.0[introspection?]
-   >=media-libs/gst-plugins-bad-1.4:1.0
-   >=media-libs/gst-plugins-base-1.4:1.0[introspection?]
-   virtual/libgudev
-   introspection? ( >=dev-libs/gobject-introspection-0.6.8:= )
-"
-# uses goom from gst-plugins-good
-RDEPEND="${COMMON_DEPEND}
-   >=media-libs/gst-plugins-good-1.4:1.0
-"
-DEPEND="${COMMON_DEPEND}
-   ${PYTHON_DEPS}
-   >=dev-util/gtk-doc-am-1.11
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-maintainer-flags \
-   $(use_enable introspection)
-}
-
-src_compile() {
-   # Clutter tries to access dri without userpriv, upstream bug #661873
-   # Massive failure of a hack, see bug 360219, bug 360073, bug 363917
-   unset DISPLAY
-   gnome2_src_compile
-}
-
-src_install() {
-   gnome2_src_install
-
-   if use examples; then
-   insinto /usr/share/doc/"${PF}"/examples
-   doins examples/{*.c,*.png,README}
-   fi
-}



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

2015-10-04 Thread Pacho Ramos
commit: 3ae6144571b5a5504bb4cf9fea153d9a7a5f407b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Oct  4 10:42:11 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Oct  4 10:42:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ae61445

dev-util/meld: Drop old

Package-Manager: portage-2.2.22

 dev-util/meld/Manifest   |  1 -
 dev-util/meld/meld-3.12.3.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/dev-util/meld/Manifest b/dev-util/meld/Manifest
index 9193e67..b2199e9 100644
--- a/dev-util/meld/Manifest
+++ b/dev-util/meld/Manifest
@@ -1,3 +1,2 @@
-DIST meld-3.12.3.tar.xz 462856 SHA256 
db3572c5c6905b09f4fc28415a7f6f223014391492dd2165ed1bc8512ac4e6fd SHA512 
ea462ece2dcc1a6843ac6ce557aa0ed09c320078b1945d40f2436bbd9f953bf2d826043fc5ee18e4840210cb1da8dd6031f2922109f457400b292d044fd3d27e
 WHIRLPOOL 
e1a84aafc16b0cdf4f64f524abd4972b32a37504b9810252161e03feb27a975f29f6d3926d66a99cd9e005613fdb77dabb7367243a1d3d137585c8829e2ec28e
 DIST meld-3.14.0.tar.xz 495168 SHA256 
430e2936b787c90ffa0999d3c94611fcaa64ca1920933f31550d5b931b4f103c SHA512 
3d64ad5e9c7b1a061b7ffd3b41343e521533a507aa90063499ab314339f541fc2099d17e570dd4c8f3d52e59a62d39e7b5e19c9a4d98dac5182c5080fbb43325
 WHIRLPOOL 
8cac08b5f3b8a577cb68148c0654d2e1dbd01a97f9768a5801e0e5ffc577af5535c3306972ada300d3dd7bb93e9528802e55dd0f11ae48490298b6e2efd63a6d
 DIST meld-3.14.1.tar.xz 496100 SHA256 
f43f750ed00da7925ecc70d6c5fc398c46ccf5af2f9e14b42c9a8afc7fbc06a3 SHA512 
dd32ff3012be14050f1c647fad2eb91b7018dbee1957b5609021283b8f769183e00ba8ef97f5ba6b9ace31e7344549075c9e4509d9140433e3fe8a6144a957cd
 WHIRLPOOL 
41459e736ec817856724aa8d01e6d009bc132d7db156a74b6d7a79d489d93096fded213c5ff277e83dc8812832289e24ad6f86920c64babd7402cc6cbc08b775

diff --git a/dev-util/meld/meld-3.12.3.ebuild b/dev-util/meld/meld-3.12.3.ebuild
deleted file mode 100644
index bcd495f..000
--- a/dev-util/meld/meld-3.12.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-PYTHON_REQ_USE="xml"
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit gnome2 distutils-r1
-
-DESCRIPTION="A graphical diff and merge tool"
-HOMEPAGE="http://meldmerge.org/;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
-IUSE=""
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   >=dev-libs/glib-2.36:2
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-3.8:3[cairo,${PYTHON_USEDEP}]
-   gnome-base/gsettings-desktop-schemas
-   >=x11-libs/gtk+-3.6:3[introspection]
-   >=x11-libs/gtksourceview-3.6:3.0[introspection]
-   x11-themes/hicolor-icon-theme
-"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   dev-util/itstool
-   sys-devel/gettext
-"
-
-python_compile_all() {
-   mydistutilsargs=( --no-update-icon-cache --no-compile-schemas )
-}



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

2015-10-04 Thread Pacho Ramos
commit: 90cd7630f4449340fd6588b3d797d1e9c0852adb
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Oct  4 10:41:38 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Oct  4 10:41:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90cd7630

dev-util/meld: Version bump

Package-Manager: portage-2.2.22

 dev-util/meld/Manifest   |  1 +
 dev-util/meld/meld-3.14.1.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-util/meld/Manifest b/dev-util/meld/Manifest
index 868489a..9193e67 100644
--- a/dev-util/meld/Manifest
+++ b/dev-util/meld/Manifest
@@ -1,2 +1,3 @@
 DIST meld-3.12.3.tar.xz 462856 SHA256 
db3572c5c6905b09f4fc28415a7f6f223014391492dd2165ed1bc8512ac4e6fd SHA512 
ea462ece2dcc1a6843ac6ce557aa0ed09c320078b1945d40f2436bbd9f953bf2d826043fc5ee18e4840210cb1da8dd6031f2922109f457400b292d044fd3d27e
 WHIRLPOOL 
e1a84aafc16b0cdf4f64f524abd4972b32a37504b9810252161e03feb27a975f29f6d3926d66a99cd9e005613fdb77dabb7367243a1d3d137585c8829e2ec28e
 DIST meld-3.14.0.tar.xz 495168 SHA256 
430e2936b787c90ffa0999d3c94611fcaa64ca1920933f31550d5b931b4f103c SHA512 
3d64ad5e9c7b1a061b7ffd3b41343e521533a507aa90063499ab314339f541fc2099d17e570dd4c8f3d52e59a62d39e7b5e19c9a4d98dac5182c5080fbb43325
 WHIRLPOOL 
8cac08b5f3b8a577cb68148c0654d2e1dbd01a97f9768a5801e0e5ffc577af5535c3306972ada300d3dd7bb93e9528802e55dd0f11ae48490298b6e2efd63a6d
+DIST meld-3.14.1.tar.xz 496100 SHA256 
f43f750ed00da7925ecc70d6c5fc398c46ccf5af2f9e14b42c9a8afc7fbc06a3 SHA512 
dd32ff3012be14050f1c647fad2eb91b7018dbee1957b5609021283b8f769183e00ba8ef97f5ba6b9ace31e7344549075c9e4509d9140433e3fe8a6144a957cd
 WHIRLPOOL 
41459e736ec817856724aa8d01e6d009bc132d7db156a74b6d7a79d489d93096fded213c5ff277e83dc8812832289e24ad6f86920c64babd7402cc6cbc08b775

diff --git a/dev-util/meld/meld-3.14.1.ebuild b/dev-util/meld/meld-3.14.1.ebuild
new file mode 100644
index 000..3ed56a0
--- /dev/null
+++ b/dev-util/meld/meld-3.14.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+PYTHON_REQ_USE="xml"
+PYTHON_COMPAT=( python2_7 )
+DISTUTILS_SINGLE_IMPL=1
+
+inherit gnome2 distutils-r1
+
+DESCRIPTION="A graphical diff and merge tool"
+HOMEPAGE="http://meldmerge.org/;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+IUSE=""
+
+RDEPEND="${PYTHON_DEPS}
+   >=dev-libs/glib-2.36:2[dbus]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-3.8:3[cairo,${PYTHON_USEDEP}]
+   gnome-base/gsettings-desktop-schemas
+   >=x11-libs/gtk+-3.12:3[introspection]
+   >=x11-libs/gtksourceview-3.10:3.0[introspection]
+   x11-themes/hicolor-icon-theme
+"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   dev-util/itstool
+   sys-devel/gettext
+"
+
+python_compile_all() {
+   mydistutilsargs=( --no-update-icon-cache --no-compile-schemas )
+}



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

2015-10-04 Thread Jeroen Roovers
commit: c690e003da939c552400c03f280ff2249926d575
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  4 08:07:15 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  4 08:07:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c690e003

dev-ruby/multi_xml: Mark ~ppc64 (bug #554410).

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

 dev-ruby/multi_xml/multi_xml-0.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/multi_xml/multi_xml-0.5.5.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.5.5.ebuild
index 6154b69..f74dfaa 100644
--- a/dev-ruby/multi_xml/multi_xml-0.5.5.ebuild
+++ b/dev-ruby/multi_xml/multi_xml-0.5.5.ebuild
@@ -18,7 +18,7 @@ DESCRIPTION="A generic swappable back-end for XML parsing"
 HOMEPAGE="http://rdoc.info/gems/multi_xml;
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 SLOT="0"
 IUSE=""
 



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

2015-10-04 Thread Jeroen Roovers
commit: 8599be2ea0bb401b30007e3c7e0383c2bed4f81d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  4 08:07:00 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  4 08:07:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8599be2e

dev-ruby/ox: Mark ~ppc64 (bug #554410).

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

 dev-ruby/ox/ox-2.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ox/ox-2.2.1.ebuild b/dev-ruby/ox/ox-2.2.1.ebuild
index 5e36f96..78b4037 100644
--- a/dev-ruby/ox/ox-2.2.1.ebuild
+++ b/dev-ruby/ox/ox-2.2.1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="http://www.ohler.com/ox/ 
https://github.com/ohler55/ox;
 SRC_URI="https://github.com/ohler55/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="BSD"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 SLOT="0"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: www-misc/fcgiwrap/

2015-10-04 Thread Pacho Ramos
commit: c93f1bb8b49de29a60715ec6e9326ed619effbc4
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Oct  4 08:38:36 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Oct  4 08:38:36 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c93f1bb8

www-misc/fcgiwrap: systemd is needed at run and buildtime (#557020 by Cody 
Schafer)

Package-Manager: portage-2.2.22

 www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild 
b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild
index 0c76213..cc8d4f7 100644
--- a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild
+++ b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild
@@ -23,7 +23,10 @@ else
KEYWORDS="amd64 ~arm x86"
 fi
 
-RDEPEND="dev-libs/fcgi"
+RDEPEND="
+   dev-libs/fcgi
+   systemd? ( sys-apps/systemd )
+"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 



[gentoo-commits] repo/gentoo:master commit in: media-fonts/cantarell/

2015-10-04 Thread Pacho Ramos
commit: 68c834077ad0b4dc0a7087fd17c89b77b6d98da9
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Oct  4 10:21:24 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Oct  4 10:22:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68c83407

media-fonts/cantarell: Version bump

Package-Manager: portage-2.2.22

 media-fonts/cantarell/Manifest|  1 +
 media-fonts/cantarell/cantarell-0.0.17.ebuild | 27 +++
 media-fonts/cantarell/metadata.xml|  2 +-
 3 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/media-fonts/cantarell/Manifest b/media-fonts/cantarell/Manifest
index a0c6c87..e94aa94 100644
--- a/media-fonts/cantarell/Manifest
+++ b/media-fonts/cantarell/Manifest
@@ -1,2 +1,3 @@
 DIST cantarell-fonts-0.0.15.tar.xz 295596 SHA256 
521cdcc8c9ad4a187816ad79736a8b428d5243b0569543966cf3d22cddffbc7e SHA512 
bb7a7e394274ed43d12d490740287c3b2eb9682d0667244fe57df5a3267447376f197d10ce5c5895900bde799c8e2d9124e9a8f8dab79ed0f56a92fe73feea68
 WHIRLPOOL 
036faa509601597a51e977bafebd4e425cf48ef7ce4657396a90606cdc04266b869f1090fb7f37be926a53d89e7f4083d5eaef6c0d95d7340fe296b4f87c4923
 DIST cantarell-fonts-0.0.16.tar.xz 291968 SHA256 
15bf87555321556750bc68ace360f3df420359a8ab257e15c44fb69710152f1c SHA512 
12936e56d1dd3eac3db5a02b854769ba7c8bd06bf4942c505d81ea20529ee450e07f0f347e3861a49212ef7291452716537c05375f74877246f49d186ad681b0
 WHIRLPOOL 
ca79340c66cf4e4ed52e57f599ffa579bd207414b7e51507d4fb9c59b333b88b7d6b60783aff829ddc00686d0851f27c65c96452486951a1a997d4ad43e6f759
+DIST cantarell-fonts-0.0.17.tar.xz 266128 SHA256 
96b36778b0a02854d832e8afa8439989d09b6f4c3e6d5f3a663f8418b82ba04f SHA512 
9773b6e116df9c3ecd33183f011efa162bbac75b302fe91fba4d4b548cf8ceb0eafdcd576088b9291c855713c0dde1dcff2bde1525ae9b4835f7ea7fbe24d32b
 WHIRLPOOL 
f0b8812d67c3233685e7e0db7b25a4075d75809dccd7436f8279e0e3cf2b8950a26e2b2b24e5c37635da6bd9e8445a10e8ed3f6a9d35cb68b01f5e17513389f4

diff --git a/media-fonts/cantarell/cantarell-0.0.17.ebuild 
b/media-fonts/cantarell/cantarell-0.0.17.ebuild
new file mode 100644
index 000..ef8eba8
--- /dev/null
+++ b/media-fonts/cantarell/cantarell-0.0.17.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GNOME_ORG_MODULE="${PN}-fonts"
+
+inherit font gnome.org
+
+DESCRIPTION="Default fontset for GNOME Shell"
+HOMEPAGE="https://wiki.gnome.org/Projects/CantarellFonts;
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="media-libs/fontconfig"
+DEPEND="virtual/pkgconfig"
+
+# This ebuild does not install any binaries
+RESTRICT="binchecks strip"
+
+# Font eclass settings
+FONT_CONF=("${S}/fontconfig/31-cantarell.conf")
+FONT_S="${S}/otf"
+FONT_SUFFIX="otf"

diff --git a/media-fonts/cantarell/metadata.xml 
b/media-fonts/cantarell/metadata.xml
index 6e0e2ec..da6fd63 100644
--- a/media-fonts/cantarell/metadata.xml
+++ b/media-fonts/cantarell/metadata.xml
@@ -1,5 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  gnome
+gnome
 



[gentoo-commits] repo/gentoo:master commit in: media-fonts/cantarell/

2015-10-04 Thread Pacho Ramos
commit: 79c70b17268f7314d3e198bec319d868518c4a56
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Oct  4 10:21:45 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Oct  4 10:22:05 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79c70b17

media-fonts/cantarell: Drop old

Package-Manager: portage-2.2.22

 media-fonts/cantarell/Manifest|  1 -
 media-fonts/cantarell/cantarell-0.0.15.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/media-fonts/cantarell/Manifest b/media-fonts/cantarell/Manifest
index e94aa94..61cc54e 100644
--- a/media-fonts/cantarell/Manifest
+++ b/media-fonts/cantarell/Manifest
@@ -1,3 +1,2 @@
-DIST cantarell-fonts-0.0.15.tar.xz 295596 SHA256 
521cdcc8c9ad4a187816ad79736a8b428d5243b0569543966cf3d22cddffbc7e SHA512 
bb7a7e394274ed43d12d490740287c3b2eb9682d0667244fe57df5a3267447376f197d10ce5c5895900bde799c8e2d9124e9a8f8dab79ed0f56a92fe73feea68
 WHIRLPOOL 
036faa509601597a51e977bafebd4e425cf48ef7ce4657396a90606cdc04266b869f1090fb7f37be926a53d89e7f4083d5eaef6c0d95d7340fe296b4f87c4923
 DIST cantarell-fonts-0.0.16.tar.xz 291968 SHA256 
15bf87555321556750bc68ace360f3df420359a8ab257e15c44fb69710152f1c SHA512 
12936e56d1dd3eac3db5a02b854769ba7c8bd06bf4942c505d81ea20529ee450e07f0f347e3861a49212ef7291452716537c05375f74877246f49d186ad681b0
 WHIRLPOOL 
ca79340c66cf4e4ed52e57f599ffa579bd207414b7e51507d4fb9c59b333b88b7d6b60783aff829ddc00686d0851f27c65c96452486951a1a997d4ad43e6f759
 DIST cantarell-fonts-0.0.17.tar.xz 266128 SHA256 
96b36778b0a02854d832e8afa8439989d09b6f4c3e6d5f3a663f8418b82ba04f SHA512 
9773b6e116df9c3ecd33183f011efa162bbac75b302fe91fba4d4b548cf8ceb0eafdcd576088b9291c855713c0dde1dcff2bde1525ae9b4835f7ea7fbe24d32b
 WHIRLPOOL 
f0b8812d67c3233685e7e0db7b25a4075d75809dccd7436f8279e0e3cf2b8950a26e2b2b24e5c37635da6bd9e8445a10e8ed3f6a9d35cb68b01f5e17513389f4

diff --git a/media-fonts/cantarell/cantarell-0.0.15.ebuild 
b/media-fonts/cantarell/cantarell-0.0.15.ebuild
deleted file mode 100644
index bfc3c0a..000
--- a/media-fonts/cantarell/cantarell-0.0.15.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GNOME_ORG_MODULE="${PN}-fonts"
-
-inherit font gnome.org
-
-DESCRIPTION="Default fontset for GNOME Shell"
-HOMEPAGE="https://live.gnome.org/CantarellFonts;
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="media-libs/fontconfig"
-DEPEND="virtual/pkgconfig"
-
-# This ebuild does not install any binaries
-RESTRICT="binchecks strip"
-
-# Font eclass settings
-FONT_CONF=("${S}/fontconfig/31-cantarell.conf")
-FONT_S="${S}/otf"
-FONT_SUFFIX="otf"



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

2015-10-04 Thread Jeroen Roovers
commit: 0a0084450e87df357170a754cc55e960fcb93be2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  4 10:20:32 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  4 10:20:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a008445

dev-util/pkgconf: Stable for HPPA PPC64 (bug #561496).

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

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

diff --git a/dev-util/pkgconf/pkgconf-0.9.11.ebuild 
b/dev-util/pkgconf/pkgconf-0.9.11.ebuild
index 6179f4c..94848bd 100644
--- a/dev-util/pkgconf/pkgconf-0.9.11.ebuild
+++ b/dev-util/pkgconf/pkgconf-0.9.11.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
 else
inherit eutils multilib-minimal
SRC_URI="http://rabbit.dereferenced.org/~nenolod/distfiles/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris 
~x64-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris 
~x64-solaris"
 fi
 
 DESCRIPTION="pkg-config compatible replacement with no dependencies other than 
ANSI C89"



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

2015-10-04 Thread Jeroen Roovers
commit: afe6057792039e9a98061b2c97c9fe714c334904
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  4 10:33:52 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  4 10:35:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afe60577

media-sound/cmus: Mark ~ppc64 (bug #561750).

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

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

diff --git a/media-sound/cmus/cmus-2.7.1.ebuild 
b/media-sound/cmus/cmus-2.7.1.ebuild
index 1fe39b0..d5e865e 100644
--- a/media-sound/cmus/cmus-2.7.1.ebuild
+++ b/media-sound/cmus/cmus-2.7.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/cmus/cmus/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~x86-solaris"
 IUSE="aac alsa ao cue cdio cddb discid debug examples +flac jack libsamplerate
+mad mikmod modplug mp4 musepack opus oss pidgin pulseaudio tremor 
+unicode
+vorbis wavpack wma"



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

2015-10-04 Thread Jeroen Roovers
commit: 2d0aa3bea82f6be07318a6320fbe721d3c420228
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  4 10:34:55 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  4 10:35:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d0aa3be

net-libs/libircclient: Mark ~ppc64 (bug #561750).

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

 net-libs/libircclient/libircclient-1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libircclient/libircclient-1.8.ebuild 
b/net-libs/libircclient/libircclient-1.8.ebuild
index 1b5541a..bcbbef1 100644
--- a/net-libs/libircclient/libircclient-1.8.ebuild
+++ b/net-libs/libircclient/libircclient-1.8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/libircclient/${P}.tar.gz"
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="doc ipv6 ssl static-libs threads"
 
 DEPEND="ssl? ( dev-libs/openssl:0 )"



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

2015-10-04 Thread Jeroen Roovers
commit: e486339cfcda1ae1e9426262a59efb6dcdad1f18
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  4 10:41:18 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  4 10:44:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e486339c

sci-libs/gts: Stable for PPC64 (bug #562110).

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

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

diff --git a/sci-libs/gts/gts-20121130.ebuild b/sci-libs/gts/gts-20121130.ebuild
index ded858a..7209c8e 100644
--- a/sci-libs/gts/gts-20121130.ebuild
+++ b/sci-libs/gts/gts-20121130.ebuild
@@ -16,7 +16,7 @@ SRC_URI="http://gts.sourceforge.net/tarballs/${MYP}.tar.gz;
 
 SLOT="0"
 LICENSE="LGPL-2"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~hppa ~ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc examples static-libs test"
 
 RDEPEND="dev-libs/glib:2"



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

2015-10-04 Thread Lars Wendler
commit: e898652b72fd7b0e1c2221a6aa82425c7ffd6361
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Oct  4 11:52:35 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Oct  4 11:53:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e898652b

x11-wm/icewm: Newer gettext version required (bug #562192).

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

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

diff --git a/x11-wm/icewm/icewm-1.3.11.ebuild b/x11-wm/icewm/icewm-1.3.11.ebuild
index ba07240..663a0c4 100644
--- a/x11-wm/icewm/icewm-1.3.11.ebuild
+++ b/x11-wm/icewm/icewm-1.3.11.ebuild
@@ -48,7 +48,7 @@ DEPEND="${RDEPEND}
x11-proto/xproto
x11-proto/xextproto
doc? ( app-text/linuxdoc-tools )
-   nls? ( >=sys-devel/gettext-0.19.2 )
+   nls? ( >=sys-devel/gettext-0.19.5 )
truetype? ( >=media-libs/freetype-2.0.9 )
xinerama? ( x11-proto/xineramaproto )
 "



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

2015-10-04 Thread Michał Górny
commit: 150525e0aa040d7212b1f14f7407781b0f9c7bce
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct  4 11:51:05 2015 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct  4 11:51:05 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=150525e0

media-libs/libsoundio: Merge "version bump to 1.0.2"

Pull-Request: https://github.com/gentoo/gentoo/pull/144

 media-libs/libsoundio/Manifest |  1 +
 ...oundio-1.0.0.ebuild => libsoundio-1.0.2.ebuild} | 23 +-
 2 files changed, 10 insertions(+), 14 deletions(-)



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

2015-10-04 Thread Michał Górny
commit: e1d0962c944dd0e8b203fde6d05e16a731226de9
Author: Diogo Pereira  gmail  com>
AuthorDate: Fri Oct  2 16:46:41 2015 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  2 16:46:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d0962c

media-libs/libsoundio: version bump to 1.0.2

 media-libs/libsoundio/Manifest|  1 +
 media-libs/libsoundio/libsoundio-1.0.2.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/media-libs/libsoundio/Manifest b/media-libs/libsoundio/Manifest
index a0b6df8..2b8ea8b 100644
--- a/media-libs/libsoundio/Manifest
+++ b/media-libs/libsoundio/Manifest
@@ -1 +1,2 @@
 DIST libsoundio-1.0.0.tar.gz 112139 SHA256 
f05d87916266b6b32020c3e13b78ce9f3a758c43c8f8c8bbaf37578d99e1d3e2 SHA512 
d0a0eda701d99ef658ee2858dbf4be2ec872d74bc1c9d05ed5484adcc17e774530c150fcd86cd1213a8dceb6373dfd3319a2c97c506ada0cdfe0f02551c0ddd0
 WHIRLPOOL 
1720e8eb64dc407a17dfbc9ccc8406184e0fa8c5bcc799553e5af181c9faebc0d0ba75fab0c8d9f6332fec6db1711ae9d6afe4be0e970fd5e9b526511b0a8965
+DIST libsoundio-1.0.2.tar.gz 114311 SHA256 
821fc5b94880f09f57178ea7b474216e7dd0d698c8cac98e366d28d3b4f3ac4d SHA512 
9110c6dd2f2ee8ed9f4a454b92aea5292b1b222aebe6851d247e964a6aa80f1d95d490e2d3da5d06cbd6853407c4002f02d163fac5631f51e110d57a9b58faa3
 WHIRLPOOL 
1e82ddf04c42e64e1bc19519ab07265ebd0f56ac2f32bb83ab4710e61cdfaa392ee5103c2a9a23c3a8f71be93cb713b2a4356b07ba03e1e5957f0b7e3b517dff

diff --git a/media-libs/libsoundio/libsoundio-1.0.2.ebuild 
b/media-libs/libsoundio/libsoundio-1.0.2.ebuild
new file mode 100644
index 000..87bbaaf
--- /dev/null
+++ b/media-libs/libsoundio/libsoundio-1.0.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-multilib
+
+DESCRIPTION="C99 library providing cross-platform audio input and output"
+HOMEPAGE="http://libsound.io/;
+SRC_URI="http://libsound.io/release/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0/1"
+KEYWORDS="~amd64"
+IUSE="alsa coreaudio examples pulseaudio static-libs"
+
+DEPEND="alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] )
+   pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )"
+RDEPEND="${DEPEND}"
+
+# ENABLE_JACK does not support the current version of jack1
+# See https://github.com/andrewrk/libsoundio/issues/11
+multilib_src_configure() {
+   local mycmakeargs=(
+   -DENABLE_ALSA=$(usex alsa)
+   -DENABLE_COREAUDIO=$(usex coreaudio)
+   -DENABLE_JACK=no
+   -DENABLE_PULSEAUDIO=$(usex pulseaudio)
+   -DENABLE_WASAPI=no
+   -DBUILD_STATIC_LIBS=$(usex static-libs)
+   -DBUILD_EXAMPLE_PROGRAMS=$(multilib_native_usex examples)
+   -DBUILD_TESTS=no
+   )
+   cmake-utils_src_configure
+}



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

2015-10-04 Thread Pacho Ramos
commit: 932447c160072a0e793425751255b57488edd8af
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Oct  4 12:55:52 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Oct  4 12:56:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=932447c1

net-wireless/blueman: gnome-bluetooth blocker is no longer needed as the 
colliding file was fixed by upstream

Package-Manager: portage-2.2.22

 net-wireless/blueman/blueman-2.0-r1.ebuild | 115 +
 1 file changed, 115 insertions(+)

diff --git a/net-wireless/blueman/blueman-2.0-r1.ebuild 
b/net-wireless/blueman/blueman-2.0-r1.ebuild
new file mode 100644
index 000..f84849c
--- /dev/null
+++ b/net-wireless/blueman/blueman-2.0-r1.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 )
+inherit eutils gnome2-utils linux-info python-single-r1
+
+DESCRIPTION="GTK+ Bluetooth Manager, designed to be simple and intuitive for 
everyday bluetooth tasks"
+HOMEPAGE="https://github.com/blueman-project/blueman;
+
+if [[ ${PV} == "" ]] ; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://github.com/blueman-project/blueman.git;
+   KEYWORDS=""
+else
+   
SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="appindicator network nls policykit pulseaudio thunar"
+
+COMMON_DEPEND="
+   dev-python/pygobject:3
+   >=net-wireless/bluez-4.61:=
+   ${PYTHON_DEPS}"
+DEPEND="${COMMON_DEPEND}
+   dev-python/cython[${PYTHON_USEDEP}]
+   virtual/pkgconfig
+   nls? ( dev-util/intltool sys-devel/gettext )"
+RDEPEND="${COMMON_DEPEND}
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   sys-apps/dbus
+   x11-libs/gtk+:3[introspection]
+   x11-libs/libnotify[introspection]
+   || (
+   x11-themes/faenza-icon-theme
+   x11-themes/gnome-icon-theme
+   x11-themes/mate-icon-theme
+   )
+   appindicator? ( dev-libs/libappindicator:3[introspection] )
+   network? (
+   net-dns/avahi[autoipd]
+   net-firewall/iptables
+   sys-apps/net-tools
+   || (
+   net-dns/dnsmasq
+   net-misc/dhcp
+   >=net-misc/networkmanager-0.8
+   )
+   )
+   policykit? ( sys-auth/polkit )
+   pulseaudio? ( media-sound/pulseaudio[bluetooth] )
+   thunar? ( xfce-base/thunar )
+"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+pkg_pretend() {
+   if use network; then
+   local CONFIG_CHECK="~BRIDGE ~IP_NF_IPTABLES
+   ~IP_NF_NAT ~IP_NF_TARGET_MASQUERADE"
+   linux-info_pkg_setup
+   fi
+}
+
+pkg_setup() {
+   pkg_pretend
+   python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   epatch \
+   "${FILESDIR}/${P}-set-codeset-for-gettext-to-UTF-8-always.patch"
+   [[ ${PV} ==  ]] && eautoreconf
+}
+
+src_configure() {
+   econf \
+   --docdir=/usr/share/doc/${PF} \
+   --disable-runtime-deps-check \
+   --disable-static \
+   $(use_enable policykit polkit) \
+   $(use_enable nls) \
+   $(use_enable thunar thunar-sendto)
+}
+
+src_install() {
+   default
+
+   python_fix_shebang "${D}"
+   rm "${D}"/$(python_get_sitedir)/*.la || die
+
+   use appindicator || { rm 
"${D}"/$(python_get_sitedir)/${PN}/plugins/applet/AppIndicator.py* || die; }
+   use pulseaudio || { rm 
"${D}"/$(python_get_sitedir)/${PN}/{main/Pulse*.py*,plugins/manager/Pulse*.py*} 
|| die; }
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+   gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   gnome2_schemas_update
+}



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

2015-10-04 Thread Ian Delaney
commit: 11ee51482ad3c58c58da2be036bc6ee6440c43e4
Author: Ian Delaney  gentoo  org>
AuthorDate: Sun Oct  4 08:22:32 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Sun Oct  4 08:23:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11ee5148

app-admin/collectd: set required env var in file collectd.initd

fix thanks to Marcin Mirosław sourced from the gentoo bug.

Gentoo bug: #539262

Package-Manager: portage-2.2.20.1

 app-admin/collectd/files/collectd.initd | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-admin/collectd/files/collectd.initd 
b/app-admin/collectd/files/collectd.initd
index 4f48a11..10d2952 100644
--- a/app-admin/collectd/files/collectd.initd
+++ b/app-admin/collectd/files/collectd.initd
@@ -47,6 +47,7 @@ start() {
 
ebegin "Starting collectd"
start-stop-daemon --start --user "${COLLECTD_USER}:collectd" \
+   --env LC_NUMERIC=C \
--nicelevel "${COLLECTD_NICELVL}" --exec /usr/sbin/collectd -- \
-P "${COLLECTD_PIDFILE}" -C "${COLLECTD_CFGFILE}"
eend $? "Failed to start collectd"
@@ -55,6 +56,7 @@ start() {
 stop() {
ebegin "Stopping collectd"
start-stop-daemon --stop \
+   --env LC_NUMERIC=C \
--pidfile "${COLLECTD_PIDFILE}"
eend $? "Failed to stop collectd"
 }



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

2015-10-04 Thread Hans de Graaff
commit: 1d9ee933acbc12a722fcfb71e4ba246162cdd6c7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct  4 08:56:54 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Oct  4 09:00:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d9ee933

dev-ruby/mysql2: cleanup

Package-Manager: portage-2.2.20.1

 dev-ruby/mysql2/Manifest |  3 ---
 dev-ruby/mysql2/mysql2-0.3.17.ebuild | 35 ---
 dev-ruby/mysql2/mysql2-0.3.18.ebuild | 35 ---
 dev-ruby/mysql2/mysql2-0.4.0.ebuild  | 35 ---
 4 files changed, 108 deletions(-)

diff --git a/dev-ruby/mysql2/Manifest b/dev-ruby/mysql2/Manifest
index 6007379..6603a48 100644
--- a/dev-ruby/mysql2/Manifest
+++ b/dev-ruby/mysql2/Manifest
@@ -1,6 +1,3 @@
-DIST mysql2-0.3.17.gem 49152 SHA256 
c69c5f08532cdd58e5f7dccaad7ac132edaa271dd2c8d69711cf5ce3c8f858e1 SHA512 
bf3e818fa6a2396706b5078ab6a426ce22e7a24ca8e0ba310e831ed1887f9d6688084d99af34111f6447f089a2bf1364dd641434b61add9778eed5c4ce2d270e
 WHIRLPOOL 
904e5def78e6a5457b7dfc7a561d7ddb9900f57812bc68b4b52dec3095276b93626198af4b29d648655143e93b210dfd66fa0dba202d16e1ef8d4e03ed93c016
-DIST mysql2-0.3.18.gem 50688 SHA256 
d35477aaf1a5fc508511af5c521675b8878275ad0af9c12e1cf222b50e285735 SHA512 
533cbea6c67ce1d02861d76b18c3a3c74e81a6f4edf0324dfeb29dc9f8a4fb40e5a4e4bc22b973784c1a6ac1862507860b50d5ce7da4aeac6e3a3c260f1fde7d
 WHIRLPOOL 
a6685345d5a82c098cbc40d5963d5be3cc0f16738d197cc40ec2a7b375ca578078f177dccfadd8aaee2a8eb85e346f9f097b0bc7af01045ccec3cc44f6226252
 DIST mysql2-0.3.19.gem 52224 SHA256 
d34c6804e1916361ff352da0f0f57e615909cad0edcbf18d9aba78e1ddc2918a SHA512 
1486e6016854776307a42b8edd1b51f222c9ec4a3aa769aba03579c132e778673ed5cd788d129fecb73085a01989adf9813d36d20ff292573b6db041354270f5
 WHIRLPOOL 
12db1a0c0b8260bae189590094978038903e871e1e91cf9d502117a05807344a60d9b40be0c8a45e5be74f027eefbf7e2c2ab5d5ba2d8e9bcdabaf6b41c8024b
 DIST mysql2-0.3.20.gem 52224 SHA256 
37166b21ca4b92a7af9bea566d78884b05391cfc14f786c18e7f264b422f0758 SHA512 
65088e57b3693cb2b28cd37fc595de43edb85dba14421c1c43cd0c4e41efc0a8a39bd541213170af95e712998b44411a4212d9b96750207ed9d7292aa1e66c91
 WHIRLPOOL 
23e9852f3f9ee76e4463c4397b1e96288e2f8575030f33540c7c8cc8ca8fc106be2aec1c117dd008e4026872850731b4396baeb971e8dacf523fe33387c9
-DIST mysql2-0.4.0.gem 60416 SHA256 
4eba64b84f84e10083deb56102b199d01559583d875ccf2620f8b04f59c05828 SHA512 
9b203e434ada980c9070f7b1c8f24209c6ce91d5a918d1be55a07808464ced77f7fc053223c997f0f95ea9b8e920f132170804f4d3df31d205c4d6944b27e3c5
 WHIRLPOOL 
9ebb41ac53932dba5e8c5f39a08510752c61b879e5abf7639693511920dd9b5cc9f32e20c420c37ef3c5ea03455203617207f1f7697412a81a31a9875cab4ad0
 DIST mysql2-0.4.1.gem 71680 SHA256 
1ba5e782424a7a8d9ed75456c0df22d4196d6ca84a3a8a1ba3d009c5783d0fe2 SHA512 
6abd2e63c5a24fa935d706afecba1a14b6fbb408a1a5e88b78b19a034426d7dbaaa82646b471d5d3965547d8377b196031f1a00e86a0da54665e485aa051ce7c
 WHIRLPOOL 
21e6aa216a564335dd9e980e93ee29bd29a5958392c759d6e86c8a88f35d843eb8b9292c904ec3102c079e023757d0555a7faf8c9bb028151815bb68ad0024a2

diff --git a/dev-ruby/mysql2/mysql2-0.3.17.ebuild 
b/dev-ruby/mysql2/mysql2-0.3.17.ebuild
deleted file mode 100644
index 5cb7f3b..000
--- a/dev-ruby/mysql2/mysql2-0.3.17.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-# Tests require a live MySQL database but should all pass.
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="A modern, simple and very fast Mysql library for Ruby - binding 
to libmysql"
-HOMEPAGE="https://github.com/brianmario/mysql2;
-
-LICENSE="MIT"
-SLOT="0.3"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="${DEPEND} virtual/mysql[-static]"
-RDEPEND="${RDEPEND} virtual/mysql[-static]"
-
-each_ruby_configure() {
-   ${RUBY} -Cext/mysql2 extconf.rb --with-mysql-config 
"${EPREFIX}/usr/bin/mysqlconfig" || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext/mysql2 || die
-   cp ext/mysql2/mysql2$(get_modname) lib/mysql2/ || die
-}

diff --git a/dev-ruby/mysql2/mysql2-0.3.18.ebuild 
b/dev-ruby/mysql2/mysql2-0.3.18.ebuild
deleted file mode 100644
index dfc9ed5..000
--- a/dev-ruby/mysql2/mysql2-0.3.18.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-# Tests require a live MySQL database but should all pass.
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="A modern, simple and very fast Mysql library for Ruby - binding 
to libmysql"
-HOMEPAGE="https://github.com/brianmario/mysql2;
-
-LICENSE="MIT"

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

2015-10-04 Thread Hans de Graaff
commit: 2bc5742f254df12e5a3715af0b51357da5b80249
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct  4 08:59:55 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Oct  4 09:00:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bc5742f

profiles/updates/4Q-2015: slotmove dev-ruby/mysql2

 profiles/updates/4Q-2015 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/updates/4Q-2015 b/profiles/updates/4Q-2015
new file mode 100644
index 000..535999c
--- /dev/null
+++ b/profiles/updates/4Q-2015
@@ -0,0 +1 @@
+slotmove =dev-ruby/mysql2-0.4* 0.3 0.4



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

2015-10-04 Thread Hans de Graaff
commit: d1adcc0da263216d4875e85177d0debe64da6bc6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct  4 08:57:47 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Oct  4 09:00:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1adcc0d

dev-ruby/mysql2: use separate 0.4 slot.

Rails dependencies require this.

Package-Manager: portage-2.2.20.1

 dev-ruby/mysql2/mysql2-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mysql2/mysql2-0.4.1.ebuild 
b/dev-ruby/mysql2/mysql2-0.4.1.ebuild
index 0ab4e02..3b15943 100644
--- a/dev-ruby/mysql2/mysql2-0.4.1.ebuild
+++ b/dev-ruby/mysql2/mysql2-0.4.1.ebuild
@@ -18,7 +18,7 @@ DESCRIPTION="A modern, simple and very fast Mysql library for 
Ruby - binding to
 HOMEPAGE="https://github.com/brianmario/mysql2;
 
 LICENSE="MIT"
-SLOT="0.3"
+SLOT="0.4"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 



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

2015-10-04 Thread Agostino Sarubbo
commit: ba9c1118c06ea6f7139e642be5e35968640549c5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct  4 09:51:59 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct  4 09:51:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba9c1118

media-gfx/graphviz: amd64 stable wrt bug #529462

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 media-gfx/graphviz/graphviz-2.38.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/graphviz/graphviz-2.38.0-r1.ebuild 
b/media-gfx/graphviz/graphviz-2.38.0-r1.ebuild
index 797fcda..8d91a00 100644
--- a/media-gfx/graphviz/graphviz-2.38.0-r1.ebuild
+++ b/media-gfx/graphviz/graphviz-2.38.0-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://www.graphviz.org/pub/graphviz/stable/SOURCES/${P}.tar.gz;
 
 LICENSE="CPL-1.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="+cairo devil doc examples gdk-pixbuf gtk gts guile java lasi nls pdf 
perl postscript python qt4 ruby svg static-libs tcl X elibc_FreeBSD"
 
 # Requires ksh



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

2015-10-04 Thread Michał Górny
commit: cafb10ee09a0662d4367761349bd62fa75e6e3dc
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct  4 10:12:27 2015 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct  4 10:12:27 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cafb10ee

profiles: Unmask mupen64plus-2* and friends

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 0a23a7c..536bed6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -629,21 +629,6 @@ www-client/google-chrome:unstable
 # This is not for your production kit quite yet.
 =net-misc/asterisk-12*
 
-# Michał Górny  (15 Dec 2013)
-# Masked for testing due to almost complete redesign. It is now
-# completely split and no longer has an integrated GUI. Currently,
-# the only working GUI is the PyQt4 GUI and it has license issues
-# (bug #494524).
->=games-emulation/mupen64plus-2
-games-emulation/mupen64plus-core
-games-emulation/mupen64plus-audio-sdl
-games-emulation/mupen64plus-input-sdl
-games-emulation/mupen64plus-rsp-hle
-games-emulation/mupen64plus-ui-console
-games-emulation/mupen64plus-video-glide64mk2
-games-emulation/mupen64plus-video-rice
-games-emulation/m64py
-
 # Justin Lecher  (14 Oct 2013)
 # Seems to break all deps - API change?
 >=sci-libs/metis-5



[gentoo-commits] repo/gentoo:master commit in: games-emulation/mupen64plus-video-glide64mk2/, games-emulation/mupen64plus-core/, ...

2015-10-04 Thread Michał Górny
commit: 8bd3b00dcb0b4e546d6c7cdc43a2122280873c8e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct  4 09:59:28 2015 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct  4 10:11:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bd3b00d

games-emulation/mupen64plus*: Version bump to 2.5

Bump mupen64plus to 2.5 which brings a number of bug fixes. Switch to
SDL2 as its support become stable and the default. Also switch m64py to
SDL2 to match.

Package-Manager: portage-2.2.22

 .../{m64py-0.2.3.ebuild => m64py-0.2.3-r1.ebuild}  |  15 +--
 games-emulation/mupen64plus-audio-sdl/Manifest |   1 +
 .../mupen64plus-audio-sdl-2.5.ebuild   |  85 
 games-emulation/mupen64plus-core/Manifest  |   1 +
 games-emulation/mupen64plus-core/metadata.xml  |   2 +
 .../mupen64plus-core/mupen64plus-core-2.5.ebuild   | 112 +
 games-emulation/mupen64plus-input-sdl/Manifest |   1 +
 .../mupen64plus-input-sdl-2.5.ebuild   |  77 ++
 games-emulation/mupen64plus-rsp-hle/Manifest   |   1 +
 .../mupen64plus-rsp-hle-2.5.ebuild |  69 +
 games-emulation/mupen64plus-ui-console/Manifest|   1 +
 .../mupen64plus-ui-console-2.5.ebuild  |  78 ++
 .../mupen64plus-video-glide64mk2/Manifest  |   1 +
 .../mupen64plus-video-glide64mk2/metadata.xml  |   1 +
 .../mupen64plus-video-glide64mk2-2.5.ebuild|  89 
 games-emulation/mupen64plus-video-rice/Manifest|   1 +
 .../mupen64plus-video-rice/metadata.xml|   3 +
 .../mupen64plus-video-rice-2.5.ebuild  |  82 +++
 games-emulation/mupen64plus/mupen64plus-2.5.ebuild |  23 +
 profiles/package.mask  |   5 -
 20 files changed, 633 insertions(+), 15 deletions(-)

diff --git a/games-emulation/m64py/m64py-0.2.3.ebuild 
b/games-emulation/m64py/m64py-0.2.3-r1.ebuild
similarity index 82%
rename from games-emulation/m64py/m64py-0.2.3.ebuild
rename to games-emulation/m64py/m64py-0.2.3-r1.ebuild
index 1837140..6ba5a09 100644
--- a/games-emulation/m64py/m64py-0.2.3.ebuild
+++ b/games-emulation/m64py/m64py-0.2.3-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 PYTHON_COMPAT=( python3_4 )
 
-inherit distutils-r1
+inherit distutils-r1 versionator
 
 DESCRIPTION="A frontend for Mupen64Plus"
 HOMEPAGE="http://m64py.sourceforge.net/;
@@ -18,9 +18,9 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 # SDL & libmupen64plus are through ctypes, so they rely on specific ABI
-RDEPEND="media-libs/libsdl:0/0[joystick]
+RDEPEND="media-libs/libsdl2:0/0[joystick]
dev-python/PyQt5[opengl,${PYTHON_USEDEP}]
-   >=games-emulation/mupen64plus-core-2.0-r1:0/2"
+   >=games-emulation/mupen64plus-core-2.5:0/2-sdl2"
 
 python_prepare_all() {
# set the correct search path
@@ -28,14 +28,9 @@ python_prepare_all() {
SEARCH_DIRS = ["/usr/$(get_libdir)/mupen64plus"]
 _EOF_
 
-   # comment out SDL2 support since our mupen64plus uses SDL1
-   sed -e '/from m64py\.SDL2/s:^:#:' \
-   -e '/QT2SDL2\[/s:^:#:' \
-   -e '/KEYCODE2SCANCODE\[/s:^:#:' \
-   -e '/SCANCODE2KEYCODE\[/s:^:#:' \
-   -i src/m64py/frontend/keymap.py || die
+   # force SDL2 support to match >=mupen64plus-2.5
sed -e '/--sdl2/d' \
-   -e '/SDL2/s:=.*$:= False:' \
+   -e '/SDL2/s:=.*$:= True:' \
-i src/m64py/opts.py || die
 
distutils-r1_python_prepare_all

diff --git a/games-emulation/mupen64plus-audio-sdl/Manifest 
b/games-emulation/mupen64plus-audio-sdl/Manifest
index 1def790..85aaa08 100644
--- a/games-emulation/mupen64plus-audio-sdl/Manifest
+++ b/games-emulation/mupen64plus-audio-sdl/Manifest
@@ -1 +1,2 @@
 DIST mupen64plus-audio-sdl-src-2.0.tar.gz 26084 SHA256 
943ffa6b6cdaf0cda2a24469dfa1d8e951c88c41472ded9e5c9ecbc111363286 SHA512 
92ee4755c22da5a753374c7c6f5e074bf6c1ab06a0ab27d475566d50f8ed75b636b59ffe1a8c9d3d63558bf5783b999a600703951679f7bab346643c0c86871d
 WHIRLPOOL 
82a56a49f0ffe620917dba92bf135593c7e66e2944ec0688b29cc2d5362221b81f76e162840e315476d959b445d38f3bc1bf05538fbf1fa9de96b616835b2198
+DIST mupen64plus-audio-sdl-src-2.5.tar.gz 26147 SHA256 
1c59f8c2d70206350c0b9067a9722cf2dd67e5686994d5a55adbf51ee8812f59 SHA512 
0c63e16449c40f15abdeed968383a218ed9876a92b2c15cbeb6554b20008d6d12996c0fd3bc1c502084791596b8535340596e95a11fe5d27576342740e76db6a
 WHIRLPOOL 
ad141c8dbe996590eecada88e943a7d8b0e2d9f4db3d02a17c8b4b1e198580b02ef28ef2b19f2267c77f3060396d068ab2fcbcd2da11ff2e6ecfa61af10bb30f

diff --git 
a/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.ebuild 
b/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.ebuild
new file mode 100644
index 000..4c5fd3c
--- /dev/null
+++ b/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed 

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

2015-10-04 Thread Pacho Ramos
commit: 183209d2e849ed0d19210fe835d3af7aa6585841
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Oct  4 10:47:39 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Oct  4 10:49:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=183209d2

dev-util/nemiver: Version bump

Package-Manager: portage-2.2.22

 dev-util/nemiver/Manifest |  1 +
 dev-util/nemiver/nemiver-0.9.6.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/dev-util/nemiver/Manifest b/dev-util/nemiver/Manifest
index a752215..70fb834 100644
--- a/dev-util/nemiver/Manifest
+++ b/dev-util/nemiver/Manifest
@@ -1 +1,2 @@
 DIST nemiver-0.9.5.tar.xz 1396468 SHA256 
33590e3964092cabb629a6ba8415786b054702063a944eca5fe4156048baf8d9 SHA512 
c8aac934749320caab163d15520cb3eb9a981ca0311c0c9a8b29f31f6e57a7d50d0cdae663d635155f9ed3617462175949ddf2d776058880c0a243b419280b98
 WHIRLPOOL 
37a1e6077f8b784cfd982bf4df7cd0c9b02081f4dcfeefab15bca89fedbb1df9f8799d1c3336a5eb06b132d745a5d00700b33e8bec89e06bfd024692f1624680
+DIST nemiver-0.9.6.tar.xz 1427660 SHA256 
85ab8cf6c4f83262f441cb0952a6147d075c3c53d0687389a3555e946b694ef2 SHA512 
6fd941975af6e9ba98d7100daf8205f8b61f75ccde4aaf30145a4e2beafe1b96b14ab70d22db7c258aabc7c1a71d4787aa121bc4e943b3fc310e00c13feb4f21
 WHIRLPOOL 
4c0897901f54467ea9cd49167a528631500b97d590811c554346cac7a54e21bdc68fe671717cdfd8c28f41fa9d0fa2ef2b5e29de0066ec561439462eed35eef1

diff --git a/dev-util/nemiver/nemiver-0.9.6.ebuild 
b/dev-util/nemiver/nemiver-0.9.6.ebuild
new file mode 100644
index 000..1628a58
--- /dev/null
+++ b/dev-util/nemiver/nemiver-0.9.6.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="yes"
+GNOME2_LA_PUNT="yes"
+
+inherit eutils gnome2
+
+DESCRIPTION="A gtkmm front end to the GNU Debugger (gdb)"
+HOMEPAGE="https://wiki.gnome.org/Apps/Nemiver;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="memoryview"
+
+RDEPEND="
+   >=dev-libs/glib-2.16:2
+   >=dev-cpp/glibmm-2.30:2
+   >=dev-cpp/gtkmm-3:3.0
+   >=dev-cpp/gtksourceviewmm-3:3.0
+   >=gnome-base/gsettings-desktop-schemas-0.0.1
+   >=gnome-base/libgtop-2.19
+   x11-libs/vte:2.91
+   >=dev-db/sqlite-3:3
+   sys-devel/gdb
+   dev-libs/boost
+   memoryview? ( >=app-editors/ghex-2.90:2 )
+"
+# FIXME: dynamiclayout needs unreleased stable gdlmm:3
+# dynamiclayout? ( >=dev-cpp/gdlmm-3.0:3 )
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.1.2
+   >=dev-util/intltool-0.40
+   dev-util/itstool
+   >=sys-devel/gettext-0.17
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-dynamiclayout \
+   --disable-static \
+   --disable-symsvis \
+   --enable-gsettings \
+   $(use_enable memoryview)
+}



[gentoo-commits] proj/portage:multilib commit in: /

2015-10-04 Thread Thomas Sachau
commit: 80edd8061fe4571eb8749bba1f3c452ac0a22042
Author: Thomas Sachau  gentoo  org>
AuthorDate: Sun Oct  4 11:35:31 2015 +
Commit: Thomas Sachau  gentoo  org>
CommitDate: Sun Oct  4 11:35:31 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=80edd806

Merge tag 'v2.2.20' into multilib

Release 2.2.20

 NEWS   |   6 +
 RELEASE-NOTES  |  11 +
 bin/ebuild-helpers/doconfd |   5 +-
 bin/ebuild-helpers/dodoc   |   5 +-
 bin/ebuild-helpers/doenvd  |   5 +-
 bin/ebuild-helpers/doheader|   5 +-
 bin/ebuild-helpers/doinitd |   5 +-
 bin/ebuild-helpers/dolib.a |   3 +-
 bin/ebuild-helpers/dolib.so|   3 +-
 bin/egencache  |  17 +-
 bin/repoman|   9 +-
 cnf/make.conf.example  |   6 +-
 man/make.conf.5|   4 +-
 man/repoman.1  |   5 +-
 pym/portage/dbapi/bintree.py   |   7 +-
 pym/portage/repository/config.py   |  12 ++
 pym/portage/sync/modules/rsync/rsync.py|  13 +-
 pym/portage/sync/modules/squashdelta/README| 124 ---
 pym/portage/sync/modules/squashdelta/__init__.py   |  37 
 .../sync/modules/squashdelta/squashdelta.py| 237 -
 setup.py   |   2 +-
 21 files changed, 81 insertions(+), 440 deletions(-)



[gentoo-commits] proj/portage:multilib commit in: /

2015-10-04 Thread Thomas Sachau
commit: 60c36c144d304311433dcd19662cc2cc2181c2a7
Author: Thomas Sachau  gentoo  org>
AuthorDate: Sun Oct  4 11:35:08 2015 +
Commit: Thomas Sachau  gentoo  org>
CommitDate: Sun Oct  4 11:35:08 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=60c36c14

Merge v2.2.19

 NEWS   |   9 +
 RELEASE-NOTES  |  50 +-
 bin/dispatch-conf  |   9 +-
 bin/ebuild-helpers/bsd/sed |   4 +-
 bin/ebuild-helpers/emake   |  28 +-
 bin/ebuild-helpers/portageq|   4 +-
 bin/ebuild-helpers/unprivileged/chown  |   4 +-
 bin/ebuild-helpers/xattr/install   |  14 +-
 bin/ebuild.sh  |  10 +-
 bin/emerge-webrsync|   4 +-
 bin/install-qa-check.d/10executable-issues |  12 +-
 bin/install-qa-check.d/90gcc-warnings  |   2 +-
 bin/misc-functions.sh  |  15 +-
 bin/phase-functions.sh |  12 +-
 bin/phase-helpers.sh   |   2 +-
 bin/portageq   |  18 +-
 bin/quickpkg   |   1 -
 bin/repoman|  58 +-
 cnf/dispatch-conf.conf |   2 +-
 cnf/make.globals   |   6 +-
 cnf/repos.conf |   4 +
 man/ebuild.5   |  22 +-
 man/make.conf.5|  31 +
 man/portage.5  |   8 +-
 pym/_emerge/Binpkg.py  |  33 +-
 pym/_emerge/BinpkgExtractorAsync.py|   5 +-
 pym/_emerge/BinpkgFetcher.py   |  13 +-
 pym/_emerge/BinpkgPrefetcher.py|   2 +-
 pym/_emerge/BinpkgVerifier.py  |   6 +-
 pym/_emerge/EbuildBinpkg.py|   9 +-
 pym/_emerge/EbuildBuild.py |  36 +-
 pym/_emerge/EbuildMerge.py |   3 +-
 pym/_emerge/JobStatusDisplay.py|   4 +-
 pym/_emerge/Package.py |  67 +-
 pym/_emerge/PackageMerge.py|   9 +-
 pym/_emerge/Scheduler.py   |  26 +-
 pym/_emerge/actions.py |   5 +-
 pym/_emerge/clear_caches.py|   1 -
 pym/_emerge/depgraph.py|  16 +-
 pym/_emerge/is_valid_package_atom.py   |   5 +-
 pym/_emerge/resolver/output.py |  21 +-
 pym/_emerge/search.py  |  24 +-
 pym/portage/_emirrordist/Config.py |   6 +-
 pym/portage/_emirrordist/MirrorDistTask.py |   4 +-
 pym/portage/_sets/ProfilePackageSet.py |   3 +-
 pym/portage/_sets/files.py |   5 +-
 pym/portage/_sets/profiles.py  |   3 +-
 pym/portage/cache/index/pkg_desc_index.py  |   1 +
 pym/portage/checksum.py|   2 +-
 pym/portage/const.py   |   5 +
 pym/portage/dbapi/_MergeProcess.py |   9 +-
 pym/portage/dbapi/_VdbMetadataDelta.py |  25 +-
 pym/portage/dbapi/__init__.py  |  10 +-
 pym/portage/dbapi/bintree.py   | 851 +++--
 pym/portage/dbapi/vartree.py   |  63 +-
 pym/portage/dbapi/virtual.py   | 113 ++-
 pym/portage/dep/__init__.py|  38 +-
 pym/portage/dispatch_conf.py   | 101 ++-
 pym/portage/emaint/modules/binhost/binhost.py  |  47 +-
 pym/portage/output.py  |   4 +-
 .../package/ebuild/_config/KeywordsManager.py  |   3 +-
 .../package/ebuild/_config/LocationsManager.py |   8 +-
 pym/portage/package/ebuild/_config/MaskManager.py  |  21 +-
 pym/portage/package/ebuild/_config/UseManager.py   |  22 +-
 pym/portage/package/ebuild/config.py   |  15 +-
 pym/portage/package/ebuild/doebuild.py |  81 +-
 pym/portage/package/ebuild/fetch.py|   7 +-
 pym/portage/repository/config.py   |   4 +-
 pym/portage/sync/controller.py |   9 +-
 pym/portage/sync/modules/squashdelta/README| 124 +++
 pym/portage/sync/modules/squashdelta/__init__.py   |  37 +
 .../sync/modules/squashdelta/squashdelta.py| 237 ++
 pym/portage/sync/modules/webrsync/__init__.py  |   4 +-
 pym/portage/sync/modules/webrsync/webrsync.py  |   4 +
 pym/portage/tests/dep/test_isvalidatom.py  |   8 +-
 pym/portage/tests/resolver/ResolverPlayground.py   |  25 +-
 

[gentoo-commits] proj/portage:multilib commit in: /

2015-10-04 Thread Thomas Sachau
commit: 0c879b950b70c54cd672ddc0541744d7785ee04b
Author: Thomas Sachau  gentoo  org>
AuthorDate: Sun Oct  4 11:37:24 2015 +
Commit: Thomas Sachau  gentoo  org>
CommitDate: Sun Oct  4 11:37:24 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=0c879b95

Merge tag 'v2.2.22' into multilib

New Release

 NEWS   |6 +
 RELEASE-NOTES  |   11 +
 bin/egencache  |4 +-
 bin/repoman| 3164 +---
 man/ebuild.5   |9 +-
 pym/portage/dbapi/virtual.py   |8 +-
 pym/portage/repository/config.py   |2 +-
 pym/portage/sync/controller.py |8 +-
 pym/portage/tests/repoman/test_simple.py   |6 +-
 pym/repoman/_portage.py|   25 +
 pym/repoman/_subprocess.py |   82 +
 pym/repoman/_xml.py|  101 +
 pym/repoman/actions.py |  835 ++
 pym/repoman/argparser.py   |  221 ++
 pym/repoman/check_missingslot.py   |6 +-
 pym/repoman/{ => checks}/__init__.py   |0
 pym/repoman/{ => checks/directories}/__init__.py   |0
 pym/repoman/checks/directories/files.py|   80 +
 pym/repoman/{ => checks/ebuilds}/__init__.py   |0
 pym/repoman/{ => checks/ebuilds}/checks.py |  188 +-
 .../{ => checks/ebuilds/eclasses}/__init__.py  |0
 pym/repoman/checks/ebuilds/eclasses/live.py|   39 +
 pym/repoman/checks/ebuilds/eclasses/ruby.py|   32 +
 pym/repoman/checks/ebuilds/errors.py   |   48 +
 pym/repoman/checks/ebuilds/fetches.py  |  134 +
 pym/repoman/checks/ebuilds/isebuild.py |   70 +
 pym/repoman/checks/ebuilds/keywords.py |  121 +
 pym/repoman/checks/ebuilds/manifests.py|  101 +
 pym/repoman/checks/ebuilds/misc.py |   54 +
 pym/repoman/checks/ebuilds/pkgmetadata.py  |  174 ++
 pym/repoman/checks/ebuilds/thirdpartymirrors.py|   38 +
 pym/repoman/checks/ebuilds/use_flags.py|   89 +
 .../{ => checks/ebuilds/variables}/__init__.py |0
 .../checks/ebuilds/variables/description.py|   32 +
 pym/repoman/checks/ebuilds/variables/eapi.py   |   44 +
 pym/repoman/checks/ebuilds/variables/license.py|   47 +
 pym/repoman/checks/ebuilds/variables/restrict.py   |   41 +
 pym/repoman/{ => checks/herds}/__init__.py |0
 pym/repoman/{ => checks/herds}/herdbase.py |   26 +-
 pym/repoman/checks/herds/metadata.py   |   25 +
 pym/repoman/copyrights.py  |  119 +
 pym/repoman/ebuild.py  |   28 +
 pym/repoman/errors.py  |   42 +-
 pym/repoman/gpg.py |   81 +
 pym/repoman/main.py|  168 ++
 pym/repoman/metadata.py|  150 +
 pym/repoman/{ => modules}/__init__.py  |0
 pym/repoman/{ => modules/commit}/__init__.py   |0
 pym/repoman/modules/commit/repochecks.py   |   34 +
 pym/repoman/{ => modules/fix}/__init__.py  |0
 pym/repoman/{ => modules/full}/__init__.py |0
 pym/repoman/{ => modules/manifest}/__init__.py |0
 pym/repoman/{ => modules/scan}/__init__.py |0
 pym/repoman/profile.py |   86 +
 pym/repoman/qa_data.py |  438 +++
 pym/repoman/qa_tracker.py  |   45 +
 pym/repoman/repos.py   |  306 ++
 pym/repoman/scan.py|  170 ++
 pym/repoman/scanner.py |  717 +
 pym/repoman/utilities.py   |  568 +---
 pym/repoman/{ => vcs}/__init__.py  |0
 pym/repoman/vcs/vcs.py |  276 ++
 pym/repoman/vcs/vcsstatus.py   |  113 +
 setup.py   |2 +-
 64 files changed, 5492 insertions(+), 3722 deletions(-)



[gentoo-commits] proj/portage:multilib commit in: /

2015-10-04 Thread Thomas Sachau
commit: d41a3639f9e8adb6684d3800adf1b1b2ae40f843
Author: Thomas Sachau  gentoo  org>
AuthorDate: Sun Oct  4 11:37:13 2015 +
Commit: Thomas Sachau  gentoo  org>
CommitDate: Sun Oct  4 11:37:13 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=d41a3639

Merge v2.2.21

 .travis.yml   |   2 -
 DEVELOPING|  10 +-
 README|   2 +-
 RELEASE-NOTES |  39 
 bin/ebuild-helpers/die|   2 +-
 bin/ebuild-helpers/dobin  |   2 +-
 bin/ebuild-helpers/doconfd|   2 +-
 bin/ebuild-helpers/dodir  |   2 +-
 bin/ebuild-helpers/dodoc  |   2 +-
 bin/ebuild-helpers/doenvd |   2 +-
 bin/ebuild-helpers/doexe  |   2 +-
 bin/ebuild-helpers/dohard |   2 +-
 bin/ebuild-helpers/doheader   |   2 +-
 bin/ebuild-helpers/dohtml |   6 +-
 bin/ebuild-helpers/doinfo |   2 +-
 bin/ebuild-helpers/doinitd|   2 +-
 bin/ebuild-helpers/doins  |   2 +-
 bin/ebuild-helpers/dolib  |   2 +-
 bin/ebuild-helpers/doman  |   2 +-
 bin/ebuild-helpers/domo   |   2 +-
 bin/ebuild-helpers/dosbin |   2 +-
 bin/ebuild-helpers/dosed  |   2 +-
 bin/ebuild-helpers/dosym  |   2 +-
 bin/ebuild-helpers/ecompress  |   2 +-
 bin/ebuild-helpers/ecompressdir   |   2 +-
 bin/ebuild-helpers/elog   |   2 +-
 bin/ebuild-helpers/emake  |   2 +-
 bin/ebuild-helpers/fowners|   2 +-
 bin/ebuild-helpers/fperms |   2 +-
 bin/ebuild-helpers/keepdir|   2 +-
 bin/ebuild-helpers/newins |   2 +-
 bin/ebuild-helpers/portageq   |   4 +-
 bin/ebuild-helpers/prepall|   2 +-
 bin/ebuild-helpers/prepalldocs|   2 +-
 bin/ebuild-helpers/prepallinfo|   2 +-
 bin/ebuild-helpers/prepallman |   2 +-
 bin/ebuild-helpers/prepallstrip   |   2 +-
 bin/ebuild-helpers/prepinfo   |   2 +-
 bin/ebuild-helpers/prepman|   2 +-
 bin/ebuild-helpers/prepstrip  |   3 +-
 bin/ebuild-helpers/unprivileged/chown |   4 +-
 bin/ebuild-helpers/xattr/install  |   2 -
 bin/ebuild-ipc|   4 +-
 bin/ebuild.sh |   3 -
 bin/egencache |  20 +++
 bin/helper-functions.sh   |   2 +-
 bin/install-qa-check.d/10executable-issues| 248 +-
 bin/install-qa-check.d/80libraries| 130 +++---
 bin/isolated-functions.sh |   3 +-
 bin/misc-functions.sh |  18 +-
 bin/phase-helpers.sh  |   4 +-
 bin/quickpkg  |  18 +-
 bin/xattr-helper.py   |  11 +-
 doc/qa.docbook|   3 +-
 man/portage.5 |  11 ++
 man/repoman.1 |   5 +-
 pym/_emerge/AbstractEbuildProcess.py  |  21 ++-
 pym/_emerge/BlockerDB.py  |   5 +-
 pym/_emerge/PackageVirtualDbapi.py|   4 +-
 pym/_emerge/Scheduler.py  |  10 +-
 pym/_emerge/actions.py|   7 +-
 pym/_emerge/depgraph.py   |  55 --
 pym/_emerge/main.py   |  19 +-
 pym/_emerge/resolver/circular_dependency.py   |  21 ++-
 pym/_emerge/resolver/slot_collision.py|  11 +-
 pym/_emerge/search.py |   3 +-
 pym/portage/dbapi/IndexedPortdb.py|   4 +-
 pym/portage/dbapi/IndexedVardb.py |   6 +-
 pym/portage/dbapi/__init__.py |   4 +-
 pym/portage/dbapi/bintree.py  |   4 +-
 pym/portage/dbapi/porttree.py |   6 +-
 pym/portage/dbapi/vartree.py  |  22 ++-
 pym/portage/dbapi/virtual.py  |   4 +-
 pym/portage/dep/__init__.py   |   7 +-
 pym/portage/dep/soname/multilib_category.py   |   2 +-
 pym/portage/emaint/modules/sync/sync.py   | 148 +--
 pym/portage/manifest.py   |  35 
 pym/portage/package/ebuild/config.py  |   3 +-
 pym/portage/proxy/lazyimport.py   |  17 +-
 pym/portage/repository/config.py  |  44 +++--
 pym/portage/sync/__init__.py  |  20 ++-
 pym/portage/sync/controller.py|  31 +++-
 

[gentoo-commits] proj/portage:multilib commit in: /

2015-10-04 Thread Thomas Sachau
commit: b0547d42cce2be3442cef58316e95684d64b471e
Author: Thomas Sachau  gentoo  org>
AuthorDate: Sun Oct  4 11:35:51 2015 +
Commit: Thomas Sachau  gentoo  org>
CommitDate: Sun Oct  4 11:35:51 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=b0547d42

Merge tag 'v2.2.20.1' into multilib

New version

 bin/egencache|  2 --
 bin/repoman  |  9 +++--
 cnf/sets/portage.conf|  2 +-
 man/egencache.1  |  2 +-
 man/emaint.1 |  4 ++--
 man/make.conf.5  | 44 
 man/repoman.1|  4 ++--
 pym/portage/const.py |  1 +
 pym/repoman/checks.py|  7 +++
 pym/repoman/errors.py|  2 +-
 pym/repoman/utilities.py |  7 +--
 setup.py |  2 +-
 12 files changed, 60 insertions(+), 26 deletions(-)



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

2015-10-04 Thread Michael Palimaka
commit: 858371fe7663dc025856efab07d3034b4602cc00
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Oct  4 11:04:40 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Oct  4 11:05:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=858371fe

net-misc/smb4k: version bump

Package-Manager: portage-2.2.20.1

 net-misc/smb4k/Manifest   |  1 +
 net-misc/smb4k/smb4k-1.2.1.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/net-misc/smb4k/Manifest b/net-misc/smb4k/Manifest
index bfac8ea..ed74d36 100644
--- a/net-misc/smb4k/Manifest
+++ b/net-misc/smb4k/Manifest
@@ -1 +1,2 @@
 DIST smb4k-1.2.0.tar.xz 3911380 SHA256 
42b32a7f5c534e17e5130cb8a69ee1f38d82e8c5932091a20e9faf0b16c4fd2f SHA512 
3256c24328246a86f19b943c7d10bed7a5979ef5940be1381a07be93c91a80adcf42e5bbfb791dc62edc1d9ece38a5e86c33974706ed23a4db399e4b869acf58
 WHIRLPOOL 
1b24526acb042c3f06a05b3c1f7516f0a1fe21667abb5bb1330868c48bd7731f4c6aacc307b1befbd9e2407665ba8b1ac1b43478013c671c9fd15e4fff79949d
+DIST smb4k-1.2.1.tar.xz 3817104 SHA256 
6562ab12c783d47e246d9d0a43b2342288384a7a78e0207a14e1dd6c40ffe97b SHA512 
df5782de9b140dc6ec97f4b66e758dc62923a6d6e85843717a0a17b3f853d036bcd3e73cf289819c5b5caa6bc28e3943dea73a745197356a3351d5a643c21f37
 WHIRLPOOL 
6e89a20d4a7ce48278db2a27c7ce291c737f6a6485a02febedb4fc45dedadff2185867e87ad14d97cb1e56a593c80d7b09b2a1ee65c5a4dae0784700772f100b

diff --git a/net-misc/smb4k/smb4k-1.2.1.ebuild 
b/net-misc/smb4k/smb4k-1.2.1.ebuild
new file mode 100644
index 000..0cc2aa6
--- /dev/null
+++ b/net-misc/smb4k/smb4k-1.2.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DECLARATIVE_REQUIRED="always"
+KDE_LINGUAS="bg bs ca ca@valencia cs da de en_GB eo es et fi fr ga gl hu is it
+ja ko lt mai mr nb nds nl pl pt pt_BR ro ru sk sv tr ug uk zh_CN zh_TW"
+KDE_HANDBOOK="optional"
+KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}"
+inherit kde4-base
+
+DESCRIPTION="The advanced network neighborhood browser for KDE"
+HOMEPAGE="http://sourceforge.net/projects/smb4k/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="debug"
+
+RDEPEND=">=net-fs/samba-3.4.2[cups]"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+"
+
+DOCS=( AUTHORS BUGS ChangeLog README )



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/csync2/

2015-10-04 Thread Agostino Sarubbo
commit: ce546750f7bfea8be2ded1cd2c88db0b943b8f33
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct  4 08:21:02 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct  4 08:21:02 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce546750

sys-cluster/csync2: x86 stable wrt bug #550048

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 sys-cluster/csync2/csync2-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/csync2/csync2-2.0.ebuild 
b/sys-cluster/csync2/csync2-2.0.ebuild
index 16aa23f..441bf41 100644
--- a/sys-cluster/csync2/csync2-2.0.ebuild
+++ b/sys-cluster/csync2/csync2-2.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://oss.linbit.com/csync2/;
 SRC_URI="http://oss.linbit.com/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="mysql postgres sqlite ssl xinetd"
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/csync2/

2015-10-04 Thread Agostino Sarubbo
commit: f580ffe3d1dbf62e53782dc63158bcab85ea0107
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct  4 08:20:35 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct  4 08:20:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f580ffe3

sys-cluster/csync2: amd64 stable wrt bug #550048

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 sys-cluster/csync2/csync2-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/csync2/csync2-2.0.ebuild 
b/sys-cluster/csync2/csync2-2.0.ebuild
index eb03c85..16aa23f 100644
--- a/sys-cluster/csync2/csync2-2.0.ebuild
+++ b/sys-cluster/csync2/csync2-2.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://oss.linbit.com/csync2/;
 SRC_URI="http://oss.linbit.com/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="mysql postgres sqlite ssl xinetd"
 



[gentoo-commits] repo/gentoo:master commit in: games-emulation/mupen64plus-core/, games-emulation/mupen64plus-rsp-hle/, ...

2015-10-04 Thread Michał Górny
commit: 8d121ae11165f831d365047569eb763873bf6aec
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct  4 08:44:52 2015 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct  4 08:44:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d121ae1

games-emulation/mupen64plus-*: Clean up old 2.0-r0 ebuilds

Package-Manager: portage-2.2.22

 .../mupen64plus-audio-sdl-2.0.ebuild   |  86 -
 .../mupen64plus-core/mupen64plus-core-2.0.ebuild   | 104 -
 .../mupen64plus-input-sdl-2.0.ebuild   |  80 
 .../mupen64plus-rsp-hle-2.0.ebuild |  71 --
 .../mupen64plus-ui-console-2.0.ebuild  |  83 
 .../mupen64plus-video-glide64mk2-2.0.ebuild|  87 -
 .../mupen64plus-video-rice-2.0.ebuild  |  84 -
 7 files changed, 595 deletions(-)

diff --git 
a/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.0.ebuild 
b/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.0.ebuild
deleted file mode 100644
index 5380f9d..000
--- a/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.0.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_P=${PN}-src-${PV}
-inherit eutils toolchain-funcs games
-
-DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, SDL audio plugin"
-HOMEPAGE="http://www.mupen64plus.org/;
-SRC_URI="https://github.com/mupen64plus/${PN}/releases/download/${PV}/${MY_P}.tar.gz;
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libsamplerate oss speex"
-
-RDEPEND="games-emulation/mupen64plus-core:0=
-   media-libs/libsdl:0=[sound]
-   libsamplerate? ( media-libs/libsamplerate:0= )
-   speex? ( media-libs/speex:0= )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   epatch_user
-
-   # avoid implicitly appending CPU flags
-   sed -i -e 's:-mmmx::g' -e 's:-msse::g' projects/unix/Makefile || die
-}
-
-src_compile() {
-   MAKEARGS=(
-   # Note: please keep this in sync in all of mupen64plus-* 
packages
-
-   -C projects/unix
-
-   # this basically means: GNU userspace
-   UNAME=Linux
-
-   # verbose output
-   V=1
-
-   CROSS_COMPILE="${CHOST}-"
-   CC="$(tc-getCC)"
-   CXX="$(tc-getCXX)"
-   PKG_CONFIG="$(tc-getPKG_CONFIG)"
-   # usual CFLAGS, CXXFLAGS and LDFLAGS are respected
-   # so we can leave OPTFLAGS empty
-   OPTFLAGS=
-
-   # paths, some of them are used at compile time
-   PREFIX=/usr
-   LIBDIR="$(games_get_libdir)"
-   PLUGINDIR="$(games_get_libdir)"/mupen64plus
-   SHAREDIR="${GAMES_DATADIR}"/mupen64plus
-
-   # disable unwanted magic
-   LDCONFIG=:
-   INSTALL_STRIP_FLAG=
-
-   # Package-specific stuff
-
-   # CROSS_COMPILE causes it to look for ${CHOST}-sdl-config...
-   SDL_CFLAGS="$($(tc-getPKG_CONFIG) --cflags sdl)"
-   SDL_LDLIBS="$($(tc-getPKG_CONFIG) --libs sdl)"
-
-   NO_SPEEX=$(usex speex 0 1)
-   NO_SRC=$(usex libsamplerate 0 1)
-   NO_OSS=$(usex oss 0 1)
-   )
-
-   use amd64 && MAKEARGS+=( HOST_CPU=x86_64 )
-   use x86 && MAKEARGS+=( HOST_CPU=i386 )
-
-   emake "${MAKEARGS[@]}" all
-}
-
-src_install() {
-   emake "${MAKEARGS[@]}" DESTDIR="${D}" install
-   einstalldocs
-   prepgamesdirs
-}

diff --git a/games-emulation/mupen64plus-core/mupen64plus-core-2.0.ebuild 
b/games-emulation/mupen64plus-core/mupen64plus-core-2.0.ebuild
deleted file mode 100644
index b9e95c0..000
--- a/games-emulation/mupen64plus-core/mupen64plus-core-2.0.ebuild
+++ /dev/null
@@ -1,104 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_P=${PN}-src-${PV}
-inherit eutils toolchain-funcs games
-
-DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, core library"
-HOMEPAGE="http://www.mupen64plus.org/;
-SRC_URI="https://github.com/mupen64plus/${PN}/releases/download/${PV}/${MY_P}.tar.gz;
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0/2"
-KEYWORDS="~amd64 ~x86"
-IUSE="lirc new-dynarec +osd cpu_flags_x86_sse"
-
-RDEPEND="media-libs/libpng:0=
-   media-libs/libsdl:0=[joystick,opengl,video]
-   sys-libs/zlib:0=[minizip]
-   lirc? ( app-misc/lirc:0 )
-   osd? (
-   media-fonts/ttf-bitstream-vera
-   media-libs/freetype:2=
-   virtual/opengl:0=
-   virtual/glu:0=
-   )
-   !http://www.mupen64plus.org/;

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

2015-10-04 Thread Jeroen Roovers
commit: 98e6d29010847ee8af72764b6f0fb00dfa1e0544
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  4 09:57:50 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  4 09:58:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e6d290

media-libs/mlt: Mark ~ppc64 (bug #558174).

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

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

diff --git a/media-libs/mlt/mlt-0.9.8.ebuild b/media-libs/mlt/mlt-0.9.8.ebuild
index a65afee..021bf91 100644
--- a/media-libs/mlt/mlt-0.9.8.ebuild
+++ b/media-libs/mlt/mlt-0.9.8.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/mltframework/mlt/archive/v0.9.8.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="compressed-lumas debug ffmpeg fftw frei0r gtk jack kde kdenlive libav 
libsamplerate melt opengl
 cpu_flags_x86_mmx qt4 rtaudio sdl cpu_flags_x86_sse cpu_flags_x86_sse2 xine 
xml lua python ruby vdpau" # java perl php tcl
 IUSE="${IUSE} kernel_linux"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/conduit/

2015-10-04 Thread Agostino Sarubbo
commit: 7fcfbe0dde89cb1be24f113b948e2f61220dcdfa
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct  4 09:59:04 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct  4 09:59:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fcfbe0d

dev-haskell/conduit: amd64 stable wrt bug #550394

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 dev-haskell/conduit/conduit-1.0.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/conduit/conduit-1.0.15.1.ebuild 
b/dev-haskell/conduit/conduit-1.0.15.1.ebuild
index 70cdb99..caf8ea8 100644
--- a/dev-haskell/conduit/conduit-1.0.15.1.ebuild
+++ b/dev-haskell/conduit/conduit-1.0.15.1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="nohandles"
 
 RDEPEND=">=dev-haskell/lifted-base-0.1:=[profile?]



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

2015-10-04 Thread Jeroen Roovers
commit: dc3e739d6d9be72ea535e890dec41dbbd79a0970
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  4 09:57:05 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  4 09:58:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc3e739d

media-video/movit: Mark ~ppc64 (bug #558174).

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

 media-video/movit/movit-1.1.2.ebuild | 2 +-
 media-video/movit/movit-1.1.3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/movit/movit-1.1.2.ebuild 
b/media-video/movit/movit-1.1.2.ebuild
index 80e118c..4a85141 100644
--- a/media-video/movit/movit-1.1.2.ebuild
+++ b/media-video/movit/movit-1.1.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://movit.sesse.net/${P}.tar.gz
 LICENSE="GPL-2+"
 SLOT="0"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="media-libs/mesa

diff --git a/media-video/movit/movit-1.1.3.ebuild 
b/media-video/movit/movit-1.1.3.ebuild
index c51efb9..0892714 100644
--- a/media-video/movit/movit-1.1.3.ebuild
+++ b/media-video/movit/movit-1.1.3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://movit.sesse.net/${P}.tar.gz
 LICENSE="GPL-2+"
 SLOT="0"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="media-libs/mesa



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

2015-10-04 Thread Jeroen Roovers
commit: 51536fc43bd272f059498d3f6f3707bcb7cc4721
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  4 09:55:31 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  4 09:58:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51536fc4

media-libs/devil: Stable for PPC64 (bug #562114).

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

 media-libs/devil/devil-1.7.8-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/devil/devil-1.7.8-r2.ebuild 
b/media-libs/devil/devil-1.7.8-r2.ebuild
index 8be0281..c20974c 100644
--- a/media-libs/devil/devil-1.7.8-r2.ebuild
+++ b/media-libs/devil/devil-1.7.8-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/openil/${MY_P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~mips ppc ppc64 x86"
 IUSE="allegro gif glut jpeg jpeg2k mng nvtt openexr opengl png sdl 
cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 static-libs tiff xpm X"
 
 RDEPEND="allegro? ( media-libs/allegro:0 )



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/

2015-10-04 Thread Jeroen Roovers
commit: 769dc1d7ee9ebd3f3c53cf30c4d3d8e7d794c053
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  4 10:17:21 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  4 10:17:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=769dc1d7

sys-cluster/glusterfs: Stable for PPC64 (bug #561756).

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

 sys-cluster/glusterfs/glusterfs-3.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/glusterfs/glusterfs-3.1.2.ebuild 
b/sys-cluster/glusterfs/glusterfs-3.1.2.ebuild
index b21ad7a..2081eb2 100644
--- a/sys-cluster/glusterfs/glusterfs-3.1.2.ebuild
+++ b/sys-cluster/glusterfs/glusterfs-3.1.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://ftp.gluster.com/pub/gluster/${PN}/$(get_version_component_range
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"
 IUSE="emacs extras +fuse infiniband static-libs vim-syntax"
 
 RDEPEND="emacs? ( virtual/emacs )



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

2015-10-04 Thread Jeroen Roovers
commit: c6d4ecdfe60b7628526e276676f7e7fea3841ffc
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  4 10:17:33 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  4 10:17:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6d4ecdf

sys-block/fio: Stable for PPC64 (bug #561756).

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

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

diff --git a/sys-block/fio/fio-2.2.9.ebuild b/sys-block/fio/fio-2.2.9.ebuild
index e9421a2..d2b335e 100644
--- a/sys-block/fio/fio-2.2.9.ebuild
+++ b/sys-block/fio/fio-2.2.9.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://brick.kernel.dk/snaps/${MY_P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ppc64 x86"
 IUSE="aio glusterfs gnuplot gtk numa rbd rdma static zlib"
 
 DEPEND="aio? ( dev-libs/libaio )



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

2015-10-04 Thread Daniel Pielmeier
commit: e82adac79434c22af9c15c3d2629418407846171
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sun Oct  4 11:32:43 2015 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sun Oct  4 11:32:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e82adac7

app-admin/conky: Fix bug 561768.

Thanks to Rinaldus for the report.

Package-Manager: portage-2.2.20.1

 app-admin/conky/conky-1.10.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-admin/conky/conky-1.10.0.ebuild 
b/app-admin/conky/conky-1.10.0.ebuild
index d6660ea..e38426c 100644
--- a/app-admin/conky/conky-1.10.0.ebuild
+++ b/app-admin/conky/conky-1.10.0.ebuild
@@ -64,6 +64,7 @@ RDEPEND="
"
 DEPEND="
${DEPEND_COMMON}
+   app-text/docbook2X
"
 
 CONFIG_CHECK=IPV6



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

2015-10-04 Thread Jeroen Roovers
commit: dfe9a60dc409904b81bc2ba0751ebafe17f4e2d6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  4 08:02:15 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  4 08:02:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe9a60d

dev-perl/IO-Stty: Mark ~ppc64 (bug #355535).

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

 dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild 
b/dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild
index 06060fa..02e949b 100644
--- a/dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild
+++ b/dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Change and print terminal line settings"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND=""



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

2015-10-04 Thread Jeroen Roovers
commit: 5cfe430fb1834ea861c7ac4f4fa236a862609a1b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  4 08:03:11 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  4 08:03:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cfe430f

dev-perl/Expect: Mark ~ppc64 (bug #355535).

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

 dev-perl/Expect/Expect-1.320.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Expect/Expect-1.320.0-r1.ebuild 
b/dev-perl/Expect/Expect-1.320.0-r1.ebuild
index 585829f..a05603b 100644
--- a/dev-perl/Expect/Expect-1.320.0-r1.ebuild
+++ b/dev-perl/Expect/Expect-1.320.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Expect for Perl"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="test minimal"
 
 RDEPEND="



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

2015-10-04 Thread Jeroen Roovers
commit: 3c056d0e2d7979e978405586aa2e7251ffac804b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  4 08:00:34 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  4 08:00:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c056d0e

dev-perl/Convert-BinHex: Mark ~ppc64 (bug #559820).

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

 dev-perl/Convert-BinHex/Convert-BinHex-1.124.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Convert-BinHex/Convert-BinHex-1.124.0.ebuild 
b/dev-perl/Convert-BinHex/Convert-BinHex-1.124.0.ebuild
index 4b81842..e665024 100644
--- a/dev-perl/Convert-BinHex/Convert-BinHex-1.124.0.ebuild
+++ b/dev-perl/Convert-BinHex/Convert-BinHex-1.124.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Extract data from Macintosh BinHex files"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="



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

2015-10-04 Thread Jeroen Roovers
commit: 338f47da4689795382877f3035e2e6417d25ad50
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  4 08:00:56 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  4 08:00:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=338f47da

dev-python/lxml: Stable for PPC64 (bug #561432).

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

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

diff --git a/dev-python/lxml/lxml-3.4.4.ebuild 
b/dev-python/lxml/lxml-3.4.4.ebuild
index 80f5f65..4726c4e 100644
--- a/dev-python/lxml/lxml-3.4.4.ebuild
+++ b/dev-python/lxml/lxml-3.4.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD ElementTree GPL-2 PSF-2"
 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 ~x64-macos 
~x86-macos ~sparc-solaris ~x64-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 ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc examples +threads test"
 
 # Note: lib{xml2,xslt} are used as C libraries, not Python modules.



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

2015-10-04 Thread Jeroen Roovers
commit: f7cd7c8808f799c6c496048f634a74ae7e47a09a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  4 07:59:01 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  4 07:59:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7cd7c88

dev-perl/Test-Most: Mark ~ppc64 (bug #559820).

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

 dev-perl/Test-Most/Test-Most-0.340.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Most/Test-Most-0.340.0.ebuild 
b/dev-perl/Test-Most/Test-Most-0.340.0.ebuild
index ae81b2a..18db153 100644
--- a/dev-perl/Test-Most/Test-Most-0.340.0.ebuild
+++ b/dev-perl/Test-Most/Test-Most-0.340.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Most commonly needed test functions and features"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-dns/bind/files/, net-dns/bind/

2015-10-04 Thread Pacho Ramos
commit: 7f2d82c0ec3bea388511cf190c7426fa2815ea89
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Oct  4 08:28:58 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Oct  4 08:28:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f2d82c0

net-dns/bind: Install missing tmpfiles.d file (#559118 by Alexey Sychev)

Package-Manager: portage-2.2.22

 net-dns/bind/bind-9.10.2_p4-r1.ebuild | 408 ++
 net-dns/bind/files/named.conf |   1 +
 2 files changed, 409 insertions(+)

diff --git a/net-dns/bind/bind-9.10.2_p4-r1.ebuild 
b/net-dns/bind/bind-9.10.2_p4-r1.ebuild
new file mode 100644
index 000..68ccb97
--- /dev/null
+++ b/net-dns/bind/bind-9.10.2_p4-r1.ebuild
@@ -0,0 +1,408 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Re dlz/mysql and threads, needs to be verified..
+# MySQL uses thread local storage in its C api. Thus MySQL
+# requires that each thread of an application execute a MySQL
+# thread initialization to setup the thread local storage.
+# This is impossible to do safely while staying within the DLZ
+# driver API. This is a limitation caused by MySQL, and not the DLZ API.
+# Because of this BIND MUST only run with a single thread when
+# using the MySQL driver.
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+inherit python-r1 eutils autotools toolchain-funcs flag-o-matic multilib 
db-use user systemd
+
+MY_PV="${PV/_p/-P}"
+MY_PV="${MY_PV/_rc/rc}"
+MY_P="${PN}-${MY_PV}"
+
+SDB_LDAP_VER="1.1.0-fc14"
+
+RRL_PV="${MY_PV}"
+
+NSLINT_DIR="contrib/nslint-3.0a2/"
+
+# SDB-LDAP: http://bind9-ldap.bayour.com/
+
+DESCRIPTION="BIND - Berkeley Internet Name Domain - Name Server"
+HOMEPAGE="http://www.isc.org/software/bind;
+SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz
+   doc? ( mirror://gentoo/dyndns-samples.tbz2 )"
+#  sdb-ldap? (
+#  
http://ftp.disconnected-by-peer.at/pub/bind-sdb-ldap-${SDB_LDAP_VER}.patch.bz2
+#  )"
+
+LICENSE="GPL-2 ISC BSD BSD-2 HPND JNIC openssl"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="berkdb +caps dlz doc filter- fixed-rrset geoip gost gssapi idn ipv6
+json ldap mysql nslint odbc postgres python rpz seccomp selinux ssl static-libs
++threads urandom xml"
+# sdb-ldap - patch broken
+# no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
+
+REQUIRED_USE="postgres? ( dlz )
+   berkdb? ( dlz )
+   mysql? ( dlz !threads )
+   odbc? ( dlz )
+   ldap? ( dlz )
+   gost? ( ssl )
+   threads? ( caps )"
+# sdb-ldap? ( dlz )
+
+DEPEND="ssl? ( dev-libs/openssl:0[-bindist] )
+   mysql? ( >=virtual/mysql-4.0 )
+   odbc? ( >=dev-db/unixODBC-2.2.6 )
+   ldap? ( net-nds/openldap )
+   idn? ( net-dns/idnkit )
+   postgres? ( dev-db/postgresql:= )
+   caps? ( >=sys-libs/libcap-2.1.0 )
+   xml? ( dev-libs/libxml2 )
+   geoip? ( >=dev-libs/geoip-1.4.6 )
+   gssapi? ( virtual/krb5 )
+   gost? ( >=dev-libs/openssl-1.0.0:0[-bindist] )
+   seccomp? ( sys-libs/libseccomp )
+   json? ( dev-libs/json-c )"
+#  sdb-ldap? ( net-nds/openldap )
+
+RDEPEND="${DEPEND}
+   selinux? ( sec-policy/selinux-bind )
+   || ( sys-process/psmisc >=sys-freebsd/freebsd-ubin-9.0_rc 
sys-process/fuser-bsd )"
+
+S="${WORKDIR}/${MY_P}"
+
+# bug 479092, requires networking
+RESTRICT="test"
+
+pkg_setup() {
+   ebegin "Creating named group and user"
+   enewgroup named 40
+   enewuser named 40 -1 /etc/bind named
+   eend ${?}
+}
+
+src_prepare() {
+   # Adjusting PATHs in manpages
+   for i in bin/{named/named.8,check/named-checkconf.8,rndc/rndc.8} ; do
+   sed -i \
+   -e 's:/etc/named.conf:/etc/bind/named.conf:g' \
+   -e 's:/etc/rndc.conf:/etc/bind/rndc.conf:g' \
+   -e 's:/etc/rndc.key:/etc/bind/rndc.key:g' \
+   "${i}" || die "sed failed, ${i} doesn't exist"
+   done
+
+#  if use dlz; then
+#  # sdb-ldap patch as per  bug #160567
+#  # Upstream URL: http://bind9-ldap.bayour.com/
+#  # New patch take from bug 302735
+#  if use sdb-ldap; then
+#  epatch "${WORKDIR}"/${PN}-sdb-ldap-${SDB_LDAP_VER}.patch
+#  cp -fp contrib/sdb/ldap/ldapdb.[ch] bin/named/
+#  cp -fp contrib/sdb/ldap/{ldap2zone.1,ldap2zone.c} 
bin/tools/
+#  cp -fp contrib/sdb/ldap/{zone2ldap.1,zone2ldap.c} 
bin/tools/
+#  fi
+#  fi
+
+   # should be installed by bind-tools
+   sed -i -r -e "s:(nsupdate|dig|delv) ::g" bin/Makefile.in || die
+
+   # Disable tests for now, bug 

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

2015-10-04 Thread Agostino Sarubbo
commit: f621d74f005f1ade9dd4c832a75decbd9f0fe330
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct  4 09:31:11 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct  4 09:31:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f621d74f

app-admin/glance: amd64 stable wrt bug #562156

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/app-admin/glance/glance-2015.1.1-r3.ebuild 
b/app-admin/glance/glance-2015.1.1-r3.ebuild
index 10eda7d..51c2e27 100644
--- a/app-admin/glance/glance-2015.1.1-r3.ebuild
+++ b/app-admin/glance/glance-2015.1.1-r3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://launchpad.net/${PN}/kilo/${PV}/+download/${P}.tar.gz;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc mysql postgres +sqlite +swift test"
 REQUIRED_USE="|| ( mysql postgres sqlite )"
 



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

2015-10-04 Thread Agostino Sarubbo
commit: 4260df1b90b34d569597380b3864576184d135f4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct  4 09:31:17 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct  4 09:31:17 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4260df1b

dev-libs/mpfr: amd64 stable wrt bug #532028

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 dev-libs/mpfr/mpfr-3.1.3_p4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/mpfr/mpfr-3.1.3_p4.ebuild 
b/dev-libs/mpfr/mpfr-3.1.3_p4.ebuild
index ea9af0c..b8f1fe2 100644
--- a/dev-libs/mpfr/mpfr-3.1.3_p4.ebuild
+++ b/dev-libs/mpfr/mpfr-3.1.3_p4.ebuild
@@ -16,7 +16,7 @@ SRC_URI="http://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.xz;
 
 LICENSE="LGPL-2.1"
 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 ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND=">=dev-libs/gmp-4.1.4-r2[${MULTILIB_USEDEP},static-libs?]"



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

2015-10-04 Thread Agostino Sarubbo
commit: 8eab4bc60271e6b2e8b195a6a8c6a2a27cc9bf1a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct  4 09:31:57 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct  4 09:31:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eab4bc6

dev-libs/mpfr: x86 stable wrt bug #532028

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 dev-libs/mpfr/mpfr-3.1.3_p4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/mpfr/mpfr-3.1.3_p4.ebuild 
b/dev-libs/mpfr/mpfr-3.1.3_p4.ebuild
index b8f1fe2..e6d95c1 100644
--- a/dev-libs/mpfr/mpfr-3.1.3_p4.ebuild
+++ b/dev-libs/mpfr/mpfr-3.1.3_p4.ebuild
@@ -16,7 +16,7 @@ SRC_URI="http://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.xz;
 
 LICENSE="LGPL-2.1"
 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 ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND=">=dev-libs/gmp-4.1.4-r2[${MULTILIB_USEDEP},static-libs?]"



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

2015-10-04 Thread Agostino Sarubbo
commit: 906c693c10036a931301882a30c5351e319ad609
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct  4 09:31:52 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct  4 09:31:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=906c693c

app-admin/glance: x86 stable wrt bug #562156

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

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

diff --git a/app-admin/glance/glance-2015.1.1-r3.ebuild 
b/app-admin/glance/glance-2015.1.1-r3.ebuild
index 51c2e27..88ae901 100644
--- a/app-admin/glance/glance-2015.1.1-r3.ebuild
+++ b/app-admin/glance/glance-2015.1.1-r3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://launchpad.net/${PN}/kilo/${PV}/+download/${P}.tar.gz;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc mysql postgres +sqlite +swift test"
 REQUIRED_USE="|| ( mysql postgres sqlite )"
 



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

2015-10-04 Thread Agostino Sarubbo
commit: 5626986ae1e347deffde64486cac66557f88b926
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct  4 09:42:31 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct  4 09:42:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5626986a

dev-ruby/test-unit: amd64 stable wrt bug #562100

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 dev-ruby/test-unit/test-unit-2.5.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/test-unit/test-unit-2.5.5-r2.ebuild 
b/dev-ruby/test-unit/test-unit-2.5.5-r2.ebuild
index c8d9f9b..944b8c0 100644
--- a/dev-ruby/test-unit/test-unit-2.5.5-r2.ebuild
+++ b/dev-ruby/test-unit/test-unit-2.5.5-r2.ebuild
@@ -27,7 +27,7 @@ HOMEPAGE="http://test-unit.rubyforge.org/;
 
 LICENSE="Ruby"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 IUSE="doc test"
 
 all_ruby_compile() {



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

2015-10-04 Thread Agostino Sarubbo
commit: 38455596c36660448325fd80dbd23b8f20accf68
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct  4 09:42:42 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct  4 09:42:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38455596

sci-libs/gts: amd64 stable wrt bug #562110

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/sci-libs/gts/gts-20121130.ebuild b/sci-libs/gts/gts-20121130.ebuild
index 82353d6..86968c4 100644
--- a/sci-libs/gts/gts-20121130.ebuild
+++ b/sci-libs/gts/gts-20121130.ebuild
@@ -16,7 +16,7 @@ SRC_URI="http://gts.sourceforge.net/tarballs/${MYP}.tar.gz;
 
 SLOT="0"
 LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc examples static-libs test"
 
 RDEPEND="dev-libs/glib:2"



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

2015-10-04 Thread Agostino Sarubbo
commit: 22573e2e1218ca6e2e6a7532ab0efeddac2251fe
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct  4 09:42:37 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct  4 09:42:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22573e2e

dev-ruby/hoe: amd64 stable wrt bug #562100

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 dev-ruby/hoe/hoe-3.13.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/hoe/hoe-3.13.0-r1.ebuild 
b/dev-ruby/hoe/hoe-3.13.0-r1.ebuild
index 981d547..c8821ba 100644
--- a/dev-ruby/hoe/hoe-3.13.0-r1.ebuild
+++ b/dev-ruby/hoe/hoe-3.13.0-r1.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="http://seattlerb.rubyforge.org/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.3:5 )"



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

2015-10-04 Thread Agostino Sarubbo
commit: 334d2410385dc229862caaf0c85409b6ac5d6879
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct  4 09:42:12 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct  4 09:42:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=334d2410

dev-libs/ppl: amd64 stable wrt bug #562068

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/dev-libs/ppl/ppl-1.1.ebuild b/dev-libs/ppl/ppl-1.1.ebuild
index c936794..d29fad3 100644
--- a/dev-libs/ppl/ppl-1.1.ebuild
+++ b/dev-libs/ppl/ppl-1.1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://bugseng.com/products/ppl/download/ftp/releases/${PV}/${P}.tar.xz
 
 LICENSE="GPL-3"
 SLOT="0/4.13" # SONAMEs
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~sparc-solaris"
 IUSE="+cxx doc lpsol pch static-libs test"
 
 RDEPEND=">=dev-libs/gmp-6[cxx]



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

2015-10-04 Thread Agostino Sarubbo
commit: 259586d412591c733a7a75902c8d00b40e0c3bbc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct  4 09:42:01 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct  4 09:42:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=259586d4

dev-libs/gmp: amd64 stable wrt bug #562082

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 dev-libs/gmp/gmp-6.0.0a.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/gmp/gmp-6.0.0a.ebuild b/dev-libs/gmp/gmp-6.0.0a.ebuild
index e13db28..f432ab6 100644
--- a/dev-libs/gmp/gmp-6.0.0a.ebuild
+++ b/dev-libs/gmp/gmp-6.0.0a.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.xz
 
 LICENSE="|| ( LGPL-3+ GPL-2+ )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="doc cxx pgo static-libs"
 
 DEPEND="sys-devel/m4



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

2015-10-04 Thread Agostino Sarubbo
commit: 34e92762e93d614d934c405f3acc782d359edf23
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct  4 09:42:07 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct  4 09:42:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34e92762

dev-ruby/syntax: amd64 stable wrt bug #562098

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 dev-ruby/syntax/syntax-1.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/syntax/syntax-1.2.0-r1.ebuild 
b/dev-ruby/syntax/syntax-1.2.0-r1.ebuild
index cbfe56b..4d1b452 100644
--- a/dev-ruby/syntax/syntax-1.2.0-r1.ebuild
+++ b/dev-ruby/syntax/syntax-1.2.0-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/dblock/syntax/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test doc"
 
 RUBY_PATCHES=( "${P}-require-set.patch" )



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

2015-10-04 Thread Agostino Sarubbo
commit: 0912e98601cad4d7368856656890e3d271332ed2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct  4 09:42:18 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct  4 09:42:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0912e986

dev-util/pkgconf: amd64 stable wrt bug #561496

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/dev-util/pkgconf/pkgconf-0.9.11.ebuild 
b/dev-util/pkgconf/pkgconf-0.9.11.ebuild
index 1bced69..8dee3c7 100644
--- a/dev-util/pkgconf/pkgconf-0.9.11.ebuild
+++ b/dev-util/pkgconf/pkgconf-0.9.11.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
 else
inherit eutils multilib-minimal
SRC_URI="http://rabbit.dereferenced.org/~nenolod/distfiles/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris 
~x64-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris 
~x64-solaris"
 fi
 
 DESCRIPTION="pkg-config compatible replacement with no dependencies other than 
ANSI C89"



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

2015-10-04 Thread Agostino Sarubbo
commit: 0da8adb1854c30c787268320309091254d8015ad
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct  4 09:42:26 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct  4 09:42:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0da8adb1

dev-ruby/rexical: amd64 stable wrt bug #562100

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 dev-ruby/rexical/rexical-1.0.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rexical/rexical-1.0.5-r3.ebuild 
b/dev-ruby/rexical/rexical-1.0.5-r3.ebuild
index 4f53c9f..2c08ae1 100644
--- a/dev-ruby/rexical/rexical-1.0.5-r3.ebuild
+++ b/dev-ruby/rexical/rexical-1.0.5-r3.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Rexical is a lexical scanner generator"
 HOMEPAGE="https://github.com/tenderlove/rexical/tree/master;
 LICENSE="LGPL-2" # plus exception
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: x11-themes/adwaita-icon-theme/

2015-10-04 Thread Pacho Ramos
commit: 281d8ef94e71d361f986e10731fe0617e4bf1746
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Oct  4 10:13:45 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Oct  4 10:14:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=281d8ef9

x11-themes/adwaita-icon-theme: Version bump

Package-Manager: portage-2.2.22

 x11-themes/adwaita-icon-theme/Manifest |  2 +-
 .../adwaita-icon-theme-3.14.1.ebuild   | 63 --
 ...2.ebuild => adwaita-icon-theme-3.16.2.2.ebuild} | 28 --
 3 files changed, 11 insertions(+), 82 deletions(-)

diff --git a/x11-themes/adwaita-icon-theme/Manifest 
b/x11-themes/adwaita-icon-theme/Manifest
index 5aa0cbe..cd270b9 100644
--- a/x11-themes/adwaita-icon-theme/Manifest
+++ b/x11-themes/adwaita-icon-theme/Manifest
@@ -1,4 +1,4 @@
 DIST adwaita-icon-theme-3.14.1.tar.xz 17581976 SHA256 
b776a7ad58c97f4c1ede316e44d8d054105429cb4e3a8ec46616a14b11df48ee SHA512 
c7831e78eb382faa78706caf53e6b3c5543d7fab266d73c8f1325d81331b75f1244f06da1c908e1d1a4336964e51ea65284f461ec0fdd523bc71569e84287931
 WHIRLPOOL 
c15d849ac2e859bc632b5b47b360ce33a4bb402a39a7b1a369c8adfab47bfa099cb38c80bddbb5c1eae7bc0e6b656fcb422168841e6d1bb767506b6546c21838
 DIST adwaita-icon-theme-3.16.2.1.tar.xz 18860704 SHA256 
b4556dfbf555d4fac12d4d5c12f7519de0d43ec42a1b649611439a50bf7acb96 SHA512 
a38d59d54e204f8c2ab8c8ef2d6120dad636c5534293578692d1fb9a288e5862596117fa938eddf752137ef27e1d1a86eb0a1a046b87961a84c5673df58a5eec
 WHIRLPOOL 
e126870d234438baf6037fd2e66a7a6df185bd2658ac5021b3dcca37cd7e009411a9e0df78bab239cba9db3becfd295d77d684ce9c6aca004ee247896902fc94
-DIST adwaita-icon-theme-3.16.2.tar.xz 18507060 SHA256 
9c6662ad739cdb32d0ffe638f54e5033c5ea6f53e7f8c2b412ec64b8e7e1b4c2 SHA512 
4f9f8c979e984765941cb659af7e9d1585b4146d71a82af2490c84db2a7f9fc632b85baf9c90b6096b394ae56964628a522b00de6e1cf4ada31bba27cfca
 WHIRLPOOL 
1ba3383bb202dc7ee10b7119a770096b1d89a58607949261d621df272a3455ed2b45607a9fb88763af3a987bedbe54686d3a631a49164d0371d57b35da75cf58
+DIST adwaita-icon-theme-3.16.2.2.tar.xz 18860536 SHA256 
3149a815ad165abdd20165891fa72b533b909d7844e3fd41b8d0a0f9d9a99066 SHA512 
9984f0aa64a146ca55be77fa3b417eafd2e31e3f213ff93fcc954df22a30bdf42efb3f6967a2d97b302cac2e26e49926eefdfb9b5f70aee79bddc39beef5cd54
 WHIRLPOOL 
137550131571c3e63442cb102d710efcfffbda60777ae8c55186795b4c0adb1da6db003a75acb0f3a73877e9a8ed6b84285ba77cb6f300b038215c0fc1dc2f0e
 DIST tango-gentoo-v1.1.tar.gz 29322 SHA256 
518efa4257c8e689488399db23397a89f4dcd5990ce537ef6215860ad5606eb0 SHA512 
87d47ddab68361db6d99866c51705dcb3e198f8345a1096859acf2c6cca5099dd23c7fb30d124f52c4933ea38fd45fadffbbe6ecbdfa84f5b60938a4824f9045
 WHIRLPOOL 
9e1635a505ea48f4fe8bdb3b8b3b43cfb9cf99e3204194c51361b198886e719921cfacbc15f9f6407aa7d0c4af178e24c74b998fc370fa2329040e5be1baf153

diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.1.ebuild 
b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.1.ebuild
deleted file mode 100644
index c2b24bf..000
--- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="GNOME default icon theme"
-HOMEPAGE="https://www.gnome.org/ 
http://people.freedesktop.org/~jimmac/icons/#git;
-
-SRC_URI="${SRC_URI}
-   branding? ( 
http://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz
 )"
-
-LICENSE="|| ( LGPL-3 CC-BY-SA-3.0 )
-   branding? ( CC-Sampling-Plus-1.0 )"
-SLOT="0"
-IUSE="branding"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
-
-COMMON_DEPEND="
-   >=x11-themes/hicolor-icon-theme-0.10
-"
-RDEPEND="${COMMON_DEPEND}
-   gnome-base/librsvg:2
-   !https://www.gnome.org/ 
http://people.freedesktop.org/~jimmac/icons/#git;
+HOMEPAGE="https://git.gnome.org/browse/adwaita-icon-theme/;
 
 SRC_URI="${SRC_URI}
-   branding? ( 
http://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz
 )"
-
-LICENSE="|| ( LGPL-3 CC-BY-SA-3.0 )
-   branding? ( CC-Sampling-Plus-1.0 )"
+   branding? ( 
http://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz
 )
+"
+LICENSE="
+   || ( LGPL-3 CC-BY-SA-3.0 )
+   branding? ( CC-Sampling-Plus-1.0 )
+"
 SLOT="0"
 IUSE="branding"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
@@ -43,7 +45,7 @@ src_prepare() {
done
fi
 
-   # Install cursors in the right place
+   # Install cursors in the right place used in Gentoo
sed 

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

2015-10-04 Thread Agostino Sarubbo
commit: ece457dce9f6e3b18cf232ee81f943b8ea3ce6dc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct  4 10:13:49 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct  4 10:13:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ece457dc

dev-ruby/rexical: x86 stable wrt bug #562100

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 dev-ruby/rexical/rexical-1.0.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rexical/rexical-1.0.5-r3.ebuild 
b/dev-ruby/rexical/rexical-1.0.5-r3.ebuild
index 2c08ae1..16a73ce 100644
--- a/dev-ruby/rexical/rexical-1.0.5-r3.ebuild
+++ b/dev-ruby/rexical/rexical-1.0.5-r3.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Rexical is a lexical scanner generator"
 HOMEPAGE="https://github.com/tenderlove/rexical/tree/master;
 LICENSE="LGPL-2" # plus exception
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2015-10-04 Thread Agostino Sarubbo
commit: 7a6c4ea8b67753f26e36b7807a73c2b64b172a72
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct  4 10:13:58 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct  4 10:13:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a6c4ea8

dev-ruby/hoe: x86 stable wrt bug #562100

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 dev-ruby/hoe/hoe-3.13.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/hoe/hoe-3.13.0-r1.ebuild 
b/dev-ruby/hoe/hoe-3.13.0-r1.ebuild
index c8821ba..260225d 100644
--- a/dev-ruby/hoe/hoe-3.13.0-r1.ebuild
+++ b/dev-ruby/hoe/hoe-3.13.0-r1.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="http://seattlerb.rubyforge.org/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.3:5 )"



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

2015-10-04 Thread Agostino Sarubbo
commit: 6347710c09c244b60787608d94806b5543b6067d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct  4 10:13:25 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct  4 10:13:25 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6347710c

app-portage/conf-update: x86 stable wrt bug #561794

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 app-portage/conf-update/conf-update-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/conf-update/conf-update-1.0.3.ebuild 
b/app-portage/conf-update/conf-update-1.0.3.ebuild
index 46804f4..77f9b8d 100644
--- a/app-portage/conf-update/conf-update-1.0.3.ebuild
+++ b/app-portage/conf-update/conf-update-1.0.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${PF}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="colordiff"
 
 RDEPEND=">=dev-libs/glib-2.6



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

2015-10-04 Thread Agostino Sarubbo
commit: eccf6627509bcab36114704965b30f4be7333444
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct  4 10:13:36 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct  4 10:13:36 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eccf6627

net-misc/axel: x86 stable wrt bug #561816

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 net-misc/axel/axel-2.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/axel/axel-2.4-r3.ebuild b/net-misc/axel/axel-2.4-r3.ebuild
index 22d2108..632ffe5 100644
--- a/net-misc/axel/axel-2.4-r3.ebuild
+++ b/net-misc/axel/axel-2.4-r3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://alioth.debian.org/frs/download.php/${DOWNLOAD_ID}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
+KEYWORDS="amd64 hppa ~ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
 IUSE="debug nls"
 
 DEPEND="nls? ( sys-devel/gettext )"



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

2015-10-04 Thread Agostino Sarubbo
commit: 9a3742389fe47dead8f4bcfc20988e7f8498e55e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct  4 10:14:08 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct  4 10:14:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a374238

dev-util/pkgconf: x86 stable wrt bug #561496

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-util/pkgconf/pkgconf-0.9.11.ebuild 
b/dev-util/pkgconf/pkgconf-0.9.11.ebuild
index 8dee3c7..6179f4c 100644
--- a/dev-util/pkgconf/pkgconf-0.9.11.ebuild
+++ b/dev-util/pkgconf/pkgconf-0.9.11.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
 else
inherit eutils multilib-minimal
SRC_URI="http://rabbit.dereferenced.org/~nenolod/distfiles/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris 
~x64-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris 
~x64-solaris"
 fi
 
 DESCRIPTION="pkg-config compatible replacement with no dependencies other than 
ANSI C89"



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

2015-10-04 Thread Agostino Sarubbo
commit: 6a82a281109fb7a845cda6b790d61f10241a707d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct  4 10:14:03 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct  4 10:14:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a82a281

x11-wm/i3: x86 stable wrt bug #561910

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 x11-wm/i3/i3-4.10.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/i3/i3-4.10.4.ebuild b/x11-wm/i3/i3-4.10.4.ebuild
index b637b1e..646dae9 100644
--- a/x11-wm/i3/i3-4.10.4.ebuild
+++ b/x11-wm/i3/i3-4.10.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://i3wm.org/downloads/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="+pango"
 
 CDEPEND="dev-libs/libev



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

2015-10-04 Thread Agostino Sarubbo
commit: dc5a148b8113afa090bb9c4cf0cf2a9fd2ac55e6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct  4 10:13:53 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct  4 10:13:53 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc5a148b

dev-ruby/test-unit: x86 stable wrt bug #562100

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 dev-ruby/test-unit/test-unit-2.5.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/test-unit/test-unit-2.5.5-r2.ebuild 
b/dev-ruby/test-unit/test-unit-2.5.5-r2.ebuild
index 944b8c0..08793bb 100644
--- a/dev-ruby/test-unit/test-unit-2.5.5-r2.ebuild
+++ b/dev-ruby/test-unit/test-unit-2.5.5-r2.ebuild
@@ -27,7 +27,7 @@ HOMEPAGE="http://test-unit.rubyforge.org/;
 
 LICENSE="Ruby"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 IUSE="doc test"
 
 all_ruby_compile() {



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

2015-10-04 Thread Agostino Sarubbo
commit: c1eab774a74cbd66334ed0e22b9daccecbccc133
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct  4 10:14:13 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct  4 10:14:13 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1eab774

sci-libs/gts: x86 stable wrt bug #562110

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

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

diff --git a/sci-libs/gts/gts-20121130.ebuild b/sci-libs/gts/gts-20121130.ebuild
index 86968c4..ded858a 100644
--- a/sci-libs/gts/gts-20121130.ebuild
+++ b/sci-libs/gts/gts-20121130.ebuild
@@ -16,7 +16,7 @@ SRC_URI="http://gts.sourceforge.net/tarballs/${MYP}.tar.gz;
 
 SLOT="0"
 LICENSE="LGPL-2"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc examples static-libs test"
 
 RDEPEND="dev-libs/glib:2"



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

2015-10-04 Thread Agostino Sarubbo
commit: b7bb2f2fb6dfe915719765e7b2561ff8efd93314
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct  4 10:13:31 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct  4 10:13:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7bb2f2f

dev-libs/gmp: x86 stable wrt bug #562082

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 dev-libs/gmp/gmp-6.0.0a.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/gmp/gmp-6.0.0a.ebuild b/dev-libs/gmp/gmp-6.0.0a.ebuild
index f432ab6..fb3d00c 100644
--- a/dev-libs/gmp/gmp-6.0.0a.ebuild
+++ b/dev-libs/gmp/gmp-6.0.0a.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.xz
 
 LICENSE="|| ( LGPL-3+ GPL-2+ )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="doc cxx pgo static-libs"
 
 DEPEND="sys-devel/m4



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

2015-10-04 Thread Agostino Sarubbo
commit: 0d48ef89d5c2b82235b59c25fd7741bd97293778
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct  4 10:13:41 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct  4 10:13:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d48ef89

dev-ruby/syntax: x86 stable wrt bug #562098

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 dev-ruby/syntax/syntax-1.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/syntax/syntax-1.2.0-r1.ebuild 
b/dev-ruby/syntax/syntax-1.2.0-r1.ebuild
index 4d1b452..82234f0 100644
--- a/dev-ruby/syntax/syntax-1.2.0-r1.ebuild
+++ b/dev-ruby/syntax/syntax-1.2.0-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/dblock/syntax/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test doc"
 
 RUBY_PATCHES=( "${P}-require-set.patch" )



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

2015-10-04 Thread Pacho Ramos
commit: d1ca0b7d51610bb01a6d4bb3a9faa0f5d1bc4506
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Oct  4 10:28:17 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Oct  4 10:28:17 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ca0b7d

media-gfx/eog-plugins: Version bump

Package-Manager: portage-2.2.22

 media-gfx/eog-plugins/Manifest  |  1 +
 media-gfx/eog-plugins/eog-plugins-3.16.2.ebuild | 66 +
 2 files changed, 67 insertions(+)

diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest
index 1506024..781c18c 100644
--- a/media-gfx/eog-plugins/Manifest
+++ b/media-gfx/eog-plugins/Manifest
@@ -1,3 +1,4 @@
 DIST eog-plugins-3.14.2.tar.xz 363836 SHA256 
31a33b65cd6452ebeca3821f6eb45caefb83bd5d121dee7cf7e4c139ba065f89 SHA512 
b29e0aa247ce7006a339ba4a4352e9dfe0150662f2a40fbdb10ac21daca95bb8c75b921cfad4a57ee783424befd98145a35f2a9b8a0083a9bff3928c157fa058
 WHIRLPOOL 
ecc6d4e3a60b7e00f5bbb955040c2f43eb7e1d309970b2084bd50ac706fe149df50ae8e7ab7d595caca0b4853113bfb7073c5e785560b999c5b7db86bc277746
 DIST eog-plugins-3.16.0.tar.xz 367436 SHA256 
6fab1c1e0705fc2b0e4a63caf3ba1c5b64b4eaa1301e4cbc04bb934428b68450 SHA512 
f592aa08754a1f2d5f503239b5b68b4d9617aa0a1e5a0afd3b80d5bc11fcd312b219157607ff53d98927b9b63e088009c5bb5181dbbcc71466785780b3339fe9
 WHIRLPOOL 
564a3cf6f572a50fad2f9772138afb80d6ca5a3b3b5c178183d36a95f7fea23d7bd499751a27a40e449dd340e3fc626e8a0c64b3d7c056e3abec9ff62ae78727
 DIST eog-plugins-3.16.1.tar.xz 368652 SHA256 
c586b6708064dcd03612f9373a6160214b2fa4797bf8c07db530b18eda4074d9 SHA512 
f7871cd99e54f65796c659d69bb1f741a706c243c2f0683c6efe38ae685a1a5b66a31a1dcb2bcea84a516b385a16c4d871ad78ebfa043dc8f895729d07758429
 WHIRLPOOL 
2a564c7e53eaf6daf283daa34845021eac3dbb30625dc307d749aab3a92f7e9cebed168af1d7d7f23bdeaa53ada957b448341fa97708ea57e5005dd024e4614c
+DIST eog-plugins-3.16.2.tar.xz 369252 SHA256 
f33de3c78d6a7d8a89441daa9c3e49e043dcdc527b0b7d477f0bf2d3af08e534 SHA512 
4791946a86880844b87a1e6dd0fe7755e1e4dc2558d18e3df2e9410a355224de9787efb0cea9fc8c843ec9c11a907f90d5902fddc093f1af671c9cee20d45fe5
 WHIRLPOOL 
3252ab0dadf2fb0bc7b161cf56018f51136dd2195aef2f2755218f9d614f7b13766c5002981d1562ec5d383afb9a125afa2a464569d2289cb996d26119e57c63

diff --git a/media-gfx/eog-plugins/eog-plugins-3.16.2.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.16.2.ebuild
new file mode 100644
index 000..5d2c656
--- /dev/null
+++ b/media-gfx/eog-plugins/eog-plugins-3.16.2.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python{3_3,3_4} )
+
+inherit gnome2 python-r1
+
+DESCRIPTION="Eye of GNOME plugins"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="+exif +flickr map +picasa +python"
+REQUIRED_USE="
+   map? ( exif )
+   python? ( ^^ ( $(python_gen_useflags '*') ) )"
+
+RDEPEND="
+   >=dev-libs/glib-2.38:2
+   >=dev-libs/libpeas-0.7.4:=
+   >=media-gfx/eog-3.15.90
+   >=x11-libs/gtk+-3.14:3
+   exif? ( >=media-libs/libexif-0.6.16 )
+   flickr? ( media-gfx/postr )
+   map? (
+   media-libs/libchamplain:0.12[gtk]
+   >=media-libs/clutter-1.9.4:1.0
+   >=media-libs/clutter-gtk-1.1.2:1.0 )
+   picasa? ( >=dev-libs/libgdata-0.9.1:= )
+   python? (
+   ${PYTHON_DEPS}
+   >=dev-libs/glib-2.32:2[dbus]
+   dev-libs/libpeas:=[gtk,python,${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gnome-base/gsettings-desktop-schemas
+   media-gfx/eog[introspection]
+   x11-libs/gtk+:3[introspection]
+   x11-libs/pango[introspection] )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/intltool-0.50.1
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+pkg_setup() {
+   use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
+}
+
+src_configure() {
+   local plugins="fit-to-width,send-by-mail,hide-titlebar,light-theme"
+   use exif && plugins="${plugins},exif-display"
+   use flickr && plugins="${plugins},postr"
+   use map && plugins="${plugins},map"
+   use picasa && plugins="${plugins},postasa"
+   use python && 
plugins="${plugins},slideshowshuffle,pythonconsole,fullscreenbg,export-to-folder,maximize-windows"
+   gnome2_src_configure \
+   $(use_enable python) \
+   --with-plugins=${plugins}
+}



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

2015-10-04 Thread Pacho Ramos
commit: 16d0c3bff79627662df8c5106e9571f784e167b7
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Oct  4 10:28:40 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Oct  4 10:28:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16d0c3bf

media-gfx/eog-plugins: Drop old

Package-Manager: portage-2.2.22

 media-gfx/eog-plugins/Manifest  |  2 -
 media-gfx/eog-plugins/eog-plugins-3.14.2.ebuild | 66 -
 media-gfx/eog-plugins/eog-plugins-3.16.0.ebuild | 66 -
 3 files changed, 134 deletions(-)

diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest
index 781c18c..776489e 100644
--- a/media-gfx/eog-plugins/Manifest
+++ b/media-gfx/eog-plugins/Manifest
@@ -1,4 +1,2 @@
-DIST eog-plugins-3.14.2.tar.xz 363836 SHA256 
31a33b65cd6452ebeca3821f6eb45caefb83bd5d121dee7cf7e4c139ba065f89 SHA512 
b29e0aa247ce7006a339ba4a4352e9dfe0150662f2a40fbdb10ac21daca95bb8c75b921cfad4a57ee783424befd98145a35f2a9b8a0083a9bff3928c157fa058
 WHIRLPOOL 
ecc6d4e3a60b7e00f5bbb955040c2f43eb7e1d309970b2084bd50ac706fe149df50ae8e7ab7d595caca0b4853113bfb7073c5e785560b999c5b7db86bc277746
-DIST eog-plugins-3.16.0.tar.xz 367436 SHA256 
6fab1c1e0705fc2b0e4a63caf3ba1c5b64b4eaa1301e4cbc04bb934428b68450 SHA512 
f592aa08754a1f2d5f503239b5b68b4d9617aa0a1e5a0afd3b80d5bc11fcd312b219157607ff53d98927b9b63e088009c5bb5181dbbcc71466785780b3339fe9
 WHIRLPOOL 
564a3cf6f572a50fad2f9772138afb80d6ca5a3b3b5c178183d36a95f7fea23d7bd499751a27a40e449dd340e3fc626e8a0c64b3d7c056e3abec9ff62ae78727
 DIST eog-plugins-3.16.1.tar.xz 368652 SHA256 
c586b6708064dcd03612f9373a6160214b2fa4797bf8c07db530b18eda4074d9 SHA512 
f7871cd99e54f65796c659d69bb1f741a706c243c2f0683c6efe38ae685a1a5b66a31a1dcb2bcea84a516b385a16c4d871ad78ebfa043dc8f895729d07758429
 WHIRLPOOL 
2a564c7e53eaf6daf283daa34845021eac3dbb30625dc307d749aab3a92f7e9cebed168af1d7d7f23bdeaa53ada957b448341fa97708ea57e5005dd024e4614c
 DIST eog-plugins-3.16.2.tar.xz 369252 SHA256 
f33de3c78d6a7d8a89441daa9c3e49e043dcdc527b0b7d477f0bf2d3af08e534 SHA512 
4791946a86880844b87a1e6dd0fe7755e1e4dc2558d18e3df2e9410a355224de9787efb0cea9fc8c843ec9c11a907f90d5902fddc093f1af671c9cee20d45fe5
 WHIRLPOOL 
3252ab0dadf2fb0bc7b161cf56018f51136dd2195aef2f2755218f9d614f7b13766c5002981d1562ec5d383afb9a125afa2a464569d2289cb996d26119e57c63

diff --git a/media-gfx/eog-plugins/eog-plugins-3.14.2.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.14.2.ebuild
deleted file mode 100644
index 1c379c7..000
--- a/media-gfx/eog-plugins/eog-plugins-3.14.2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_3,3_4} )
-
-inherit gnome2 python-r1
-
-DESCRIPTION="Eye of GNOME plugins"
-HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="+exif +flickr map +picasa +python"
-REQUIRED_USE="
-   map? ( exif )
-   python? ( ^^ ( $(python_gen_useflags '*') ) )"
-
-RDEPEND="
-   >=dev-libs/glib-2.32:2
-   >=dev-libs/libpeas-0.7.4:=
-   >=media-gfx/eog-3.11.4
-   >=x11-libs/gtk+-3.3.8:3
-   exif? ( >=media-libs/libexif-0.6.16 )
-   flickr? ( media-gfx/postr )
-   map? (
-   media-libs/libchamplain:0.12[gtk]
-   >=media-libs/clutter-1.9.4:1.0
-   >=media-libs/clutter-gtk-1.1.2:1.0 )
-   picasa? ( >=dev-libs/libgdata-0.9.1:= )
-   python? (
-   ${PYTHON_DEPS}
-   >=dev-libs/glib-2.32:2[dbus]
-   dev-libs/libpeas:=[gtk,python,${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   gnome-base/gsettings-desktop-schemas
-   media-gfx/eog[introspection]
-   x11-libs/gtk+:3[introspection]
-   x11-libs/pango[introspection] )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.50.1
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-pkg_setup() {
-   use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
-}
-
-src_configure() {
-   local plugins="fit-to-width,send-by-mail,hide-titlebar,light-theme"
-   use exif && plugins="${plugins},exif-display"
-   use flickr && plugins="${plugins},postr"
-   use map && plugins="${plugins},map"
-   use picasa && plugins="${plugins},postasa"
-   use python && 
plugins="${plugins},slideshowshuffle,pythonconsole,fullscreenbg,export-to-folder"
-   gnome2_src_configure \
-   $(use_enable python) \
-   --with-plugins=${plugins}
-}

diff --git a/media-gfx/eog-plugins/eog-plugins-3.16.0.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.16.0.ebuild
deleted file mode 100644
index 5d2c656..000
--- a/media-gfx/eog-plugins/eog-plugins-3.16.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under 

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

2015-10-04 Thread Pacho Ramos
commit: a79a154c2ebbe879cce377740c918085782af518
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Oct  4 10:37:21 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Oct  4 10:38:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a79a154c

media-gfx/gthumb: Version bump, drop old

Package-Manager: portage-2.2.22

 media-gfx/gthumb/Manifest  |  2 +-
 .../{gthumb-3.2.9.1.ebuild => gthumb-3.4.1.ebuild} | 25 +++---
 2 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/media-gfx/gthumb/Manifest b/media-gfx/gthumb/Manifest
index 95be494..b7816fd 100644
--- a/media-gfx/gthumb/Manifest
+++ b/media-gfx/gthumb/Manifest
@@ -1,2 +1,2 @@
-DIST gthumb-3.2.9.1.tar.xz 5969180 SHA256 
eda012f410fc3c45aafab727a81d484857d83e51f69febdfe76a44d2b5965f01 SHA512 
68ab839153d258ca726b558f3b5245f0f3568465859086a57b12a72569257a6e76a3d32f1efdbec708ba9df542b2d726eb91422a2a646c5e18b98d66954236e1
 WHIRLPOOL 
a4a2020f0b4f394841912132038cb5ce26bb8c8eee60a35b40b16689f8395d6b75820b4eb9ff3032ddcb96ee1e34d0e38b7036745089311e33a458d1f4264fe5
 DIST gthumb-3.4.0.tar.xz 3366284 SHA256 
abd1afe457c65289af31c6db7037452faa3838356480857d8cdc19f0ecde4933 SHA512 
04b962ada75ab46a6be2ad192dfc9b34bd5f7b0189d970e688d0ec89130a766ab7e5a23d34b305829092c3b8756baad83d0367f4a972e384dac16fcff0255d85
 WHIRLPOOL 
7b4a9cdc46473e8fb7731b276741bdfc32f0791bb3ce9197fbef79bf30eef4694cf7d5a53c28d98c150d48652b25a662185c6a6725237c04707928c2e0d7
+DIST gthumb-3.4.1.tar.xz 3407712 SHA256 
1ec2cf49f499ed06eda851a3bd5c28a1768839a6ff06bc4efc5fbde46cabc857 SHA512 
3aeb2b107f7d9636713a8b532e0a652bb88349ad3699c4677e51a813500e974996d9ab0e1c10ee27219d021e5e35a9c70bbabb74fe69ec015e2c6a897e3571ca
 WHIRLPOOL 
3d9a60164774a15c99752b57746815f4648b0f938d3127b21d61c652754ff5c73d598cb8c7d9b0e70c1e84fc12a3f4485a4eb23f3099c549be45cd65d1686667

diff --git a/media-gfx/gthumb/gthumb-3.2.9.1.ebuild 
b/media-gfx/gthumb/gthumb-3.4.1.ebuild
similarity index 77%
rename from media-gfx/gthumb/gthumb-3.2.9.1.ebuild
rename to media-gfx/gthumb/gthumb-3.4.1.ebuild
index 035293e..ead252e 100644
--- a/media-gfx/gthumb/gthumb-3.2.9.1.ebuild
+++ b/media-gfx/gthumb/gthumb-3.4.1.ebuild
@@ -13,12 +13,12 @@ HOMEPAGE="https://wiki.gnome.org/Apps/gthumb;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="cdr exif gstreamer http jpeg json libsecret raw slideshow svg tiff test 
webkit webp"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="cdr exif gnome-keyring gstreamer http jpeg json lcms raw slideshow svg 
tiff test webkit webp"
 
 COMMON_DEPEND="
-   >=dev-libs/glib-2.34.0:2
-   >=x11-libs/gtk+-3.4.0:3
+   >=dev-libs/glib-2.36.0:2[dbus]
+   >=x11-libs/gtk+-3.10.0:3
 
media-libs/libpng:0=
sys-libs/zlib
@@ -27,21 +27,22 @@ COMMON_DEPEND="
 
cdr? ( >=app-cdr/brasero-3.2 )
exif? ( >=media-gfx/exiv2-0.21:= )
+   gnome-keyring? ( >=app-crypt/libsecret-0.11 )
gstreamer? (
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0 )
-   http? ( >=net-libs/libsoup-gnome-2.36:2.4 )
+   http? ( >=net-libs/libsoup-2.42.0:2.4 )
jpeg? ( virtual/jpeg:0= )
json? ( >=dev-libs/json-glib-0.15.0 )
-   libsecret? ( >=app-crypt/libsecret-0.11 )
+   lcms? ( >=media-libs/lcms-2.6:2 )
slideshow? (
-   >=media-libs/clutter-1:1.0
+   >=media-libs/clutter-1.12.0:1.0
>=media-libs/clutter-gtk-1:1.0 )
svg? ( >=gnome-base/librsvg-2.34 )
tiff? ( media-libs/tiff:= )
-   raw? ( >=media-libs/libopenraw-0.0.8:= )
+   raw? ( >=media-libs/libraw-0.14:= )
!raw? ( media-gfx/dcraw )
-   webkit? ( >=net-libs/webkit-gtk-1.10.0:3 )
+   webkit? ( net-libs/webkit-gtk:4 )
webp? ( >=media-libs/libwebp-0.2.0 )
 "
 RDEPEND="${COMMON_DEPEND}
@@ -49,7 +50,6 @@ RDEPEND="${COMMON_DEPEND}
 "
 DEPEND="${COMMON_DEPEND}
app-text/yelp-tools
-   app-text/scrollkeeper
>=dev-util/intltool-0.35
sys-devel/bison
sys-devel/flex
@@ -75,12 +75,13 @@ src_configure() {
--disable-libchamplain \
$(use_enable cdr libbrasero) \
$(use_enable exif exiv2) \
+   $(use_enable gnome-keyring libsecret) \
$(use_enable gstreamer) \
$(use_enable http libsoup) \
$(use_enable jpeg) \
$(use_enable json libjson-glib) \
-   $(use_enable libsecret) \
-   $(use_enable raw libopenraw) \
+   $(use_enable lcms lcms2) \
+   $(use_enable raw libraw) \
$(use_enable slideshow clutter) \
$(use_enable svg librsvg) \
$(use_enable test test-suite) \



[gentoo-commits] repo/gentoo:master commit in: games-emulation/mupen64plus-core/

2015-10-04 Thread Michał Górny
commit: 345da67d5ddeffcb7253af320e2a121690aec53f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct  4 10:58:52 2015 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct  4 10:58:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=345da67d

games-emulation/mupen64plus-core: Use DejaVu font, #548214

Use DejaVu Sans instead of deprecated BitStream Vera for OSD.

Fixes: https://bugs.gentoo.org/show_bug.cgi?id=548214

Package-Manager: portage-2.2.22

 .../{mupen64plus-core-2.5.ebuild => mupen64plus-core-2.5-r1.ebuild}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-emulation/mupen64plus-core/mupen64plus-core-2.5.ebuild 
b/games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild
similarity index 96%
rename from games-emulation/mupen64plus-core/mupen64plus-core-2.5.ebuild
rename to games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild
index a279007..1954420 100644
--- a/games-emulation/mupen64plus-core/mupen64plus-core-2.5.ebuild
+++ b/games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild
@@ -21,7 +21,7 @@ RDEPEND="media-libs/libpng:0=
sys-libs/zlib:0=[minizip]
lirc? ( app-misc/lirc:0 )
osd? (
-   media-fonts/ttf-bitstream-vera
+   media-fonts/dejavu
media-libs/freetype:2=
virtual/opengl:0=
virtual/glu:0=
@@ -107,6 +107,6 @@ src_install() {
local font_path=/usr/share/mupen64plus/font.ttf
rm "${D%/}/${font_path}" || die
if use osd; then
-   dosym /usr/share/fonts/ttf-bitstream-vera/Vera.ttf 
"${font_path}"
+   dosym /usr/share/fonts/dejavu/DejaVuSans.ttf "${font_path}"
fi
 }



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/orca/

2015-10-04 Thread Pacho Ramos
commit: bdbbbcc176eac8ec521287875f9e920bd1db43c8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Oct  4 11:06:12 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Oct  4 11:06:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdbbbcc1

app-accessibility/orca: Drop old

Package-Manager: portage-2.2.22

 app-accessibility/orca/Manifest   |  2 -
 app-accessibility/orca/orca-3.14.3.ebuild | 78 ---
 app-accessibility/orca/orca-3.14.4.ebuild | 77 --
 3 files changed, 157 deletions(-)

diff --git a/app-accessibility/orca/Manifest b/app-accessibility/orca/Manifest
index bc870e2..ad66383 100644
--- a/app-accessibility/orca/Manifest
+++ b/app-accessibility/orca/Manifest
@@ -1,4 +1,2 @@
-DIST orca-3.14.3.tar.xz 1998804 SHA256 
8258dc3174572a4bf1a266ad36df46cf5f2c5a8dc5df1a071f49f812bec2a315 SHA512 
579eb592ab99a98598ce7405e180b9e8657c5b418d792f1209684bca7b309bb8e0857fd2766a39fb53835ae44f12e3447dda08402b21113e16c92bb7f60e661d
 WHIRLPOOL 
624fc3c89ad20e734ab61160839a4d469243c587ed8c72b413ee011275e27eff73ac8ffa82f03dfa69902450c0db970b402d4b371e647298ee4b193218851e64
-DIST orca-3.14.4.tar.xz 2016596 SHA256 
94a522e0a29143858be0d092346d9996e62b55fefdf4651b5edf79bcb9f4a1ef SHA512 
1270c18c83817f02c0804db711915d112ff8e3b336c2dd39eb3ff5e2110393ce0afb030f82bdefb1a56acf6471107d2f237100aa22b85ac88ab04c7325cebfc8
 WHIRLPOOL 
298004708658a62d8fde7bb0f2ec53a7d4b64188ed663cfc5edd7d788bcc8de7f07bff5ce58ad625572692233652a251e240f1309d23a7ab67574cd20125
 DIST orca-3.16.2.tar.xz 2078728 SHA256 
cd14b28878cc04166ec43c7d9a8e6b0056c66cbfb1e4f934f12f74568937789a SHA512 
768628c4630d84929a8a2b12b73771de7b104b1754e9462b1fe63c2bbadca192e56416a1e2a43ad5f5594c91a4fe94941d2deb1e44cccaf253d4f03704f31ee1
 WHIRLPOOL 
eea3f9a1a0b1aebb4ca3a6da1a5cf016b1ea6d042c4e8e1b7275325cd08e77c6a7c6519048651ace34ef10d69c22663e9009dab20502ff3fca7d6c6c9a888c9a
 DIST orca-3.16.3.tar.xz 2124800 SHA256 
540deeaa1a973cc7ccc8a463f8fcf51db51f7ccfb130bc2019ac53bf67943dc7 SHA512 
c579437d956bee014db61aeb7494a295345e28a147a938a71a8062c30de67fcff3767c5ea8767067ce5f2f5ff84c0aaf2fc250730e4a7036ae100078fd6f058f
 WHIRLPOOL 
839b3c7170f2fd44fa5b97cfd9ed6989dd94721d379d21428a166b8321fb5162a56f758327df0ea632bf320711362b0e03916358d023fba8dffec2a36f62b970

diff --git a/app-accessibility/orca/orca-3.14.3.ebuild 
b/app-accessibility/orca/orca-3.14.3.ebuild
deleted file mode 100644
index 5ba9662..000
--- a/app-accessibility/orca/orca-3.14.3.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python3_{3,4} )
-PYTHON_REQ_USE="threads"
-
-inherit gnome2 python-r1
-
-DESCRIPTION="Extensible screen reader that provides access to the desktop"
-HOMEPAGE="https://wiki.gnome.org/Projects/Orca;
-
-LICENSE="LGPL-2.1+ CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
-
-IUSE="+braille"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# liblouis is not in portage yet
-# it is used to provide contracted braille support
-# XXX: Check deps for correctness
-COMMON_DEPEND="
-   >=app-accessibility/at-spi2-atk-2.10:2
-   >=app-accessibility/at-spi2-core-2.10:2[introspection]
-   >=dev-libs/atk-2.10
-   >=dev-libs/glib-2.28:2
-   >=dev-python/pygobject-3.10:3[${PYTHON_USEDEP}]
-   >=x11-libs/gtk+-3.6.2:3[introspection]
-   braille? (
-   >=app-accessibility/brltty-5.0-r3[python,${PYTHON_USEDEP}]
-   dev-libs/liblouis[python,${PYTHON_USEDEP}] )
-   ${PYTHON_DEPS}
-"
-RDEPEND="${COMMON_DEPEND}
-   >=app-accessibility/speech-dispatcher-0.8[python,${PYTHON_USEDEP}]
-   dev-libs/atk[introspection]
-   dev-python/pyatspi[${PYTHON_USEDEP}]
-   dev-python/setproctitle[${PYTHON_USEDEP}]
-   x11-libs/libwnck:3[introspection]
-   x11-libs/pango[introspection]
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/intltool-0.50
-   virtual/pkgconfig
-"
-#  app-text/yelp-tools
-
-src_prepare() {
-   gnome2_src_prepare
-
-   python_copy_sources
-}
-
-src_configure() {
-   python_foreach_impl run_in_build_dir gnome2_src_configure \
-   ITSTOOL="$(type -P true)" \
-   $(use_with braille liblouis)
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir gnome2_src_compile
-}
-
-src_install() {
-   DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README TODO"
-   installing() {
-   gnome2_src_install
-   # Massage shebang to make python_doscript happy
-   sed -e 's:#!'"${PYTHON}:#!/usr/bin/python:" \
-   -i src/orca/orca || die
-   python_doscript src/orca/orca
-   }
-   python_foreach_impl run_in_build_dir installing
-}

diff --git a/app-accessibility/orca/orca-3.14.4.ebuild 

[gentoo-commits] repo/gentoo:master commit in: app-accessibility/orca/

2015-10-04 Thread Pacho Ramos
commit: 14a7c527cd17e0761973932a86ebc2f91838f392
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Oct  4 11:05:42 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Oct  4 11:06:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14a7c527

app-accessibility/orca: Version bump

Package-Manager: portage-2.2.22

 app-accessibility/orca/Manifest   |  1 +
 app-accessibility/orca/orca-3.16.3.ebuild | 76 +++
 2 files changed, 77 insertions(+)

diff --git a/app-accessibility/orca/Manifest b/app-accessibility/orca/Manifest
index 1e055df..bc870e2 100644
--- a/app-accessibility/orca/Manifest
+++ b/app-accessibility/orca/Manifest
@@ -1,3 +1,4 @@
 DIST orca-3.14.3.tar.xz 1998804 SHA256 
8258dc3174572a4bf1a266ad36df46cf5f2c5a8dc5df1a071f49f812bec2a315 SHA512 
579eb592ab99a98598ce7405e180b9e8657c5b418d792f1209684bca7b309bb8e0857fd2766a39fb53835ae44f12e3447dda08402b21113e16c92bb7f60e661d
 WHIRLPOOL 
624fc3c89ad20e734ab61160839a4d469243c587ed8c72b413ee011275e27eff73ac8ffa82f03dfa69902450c0db970b402d4b371e647298ee4b193218851e64
 DIST orca-3.14.4.tar.xz 2016596 SHA256 
94a522e0a29143858be0d092346d9996e62b55fefdf4651b5edf79bcb9f4a1ef SHA512 
1270c18c83817f02c0804db711915d112ff8e3b336c2dd39eb3ff5e2110393ce0afb030f82bdefb1a56acf6471107d2f237100aa22b85ac88ab04c7325cebfc8
 WHIRLPOOL 
298004708658a62d8fde7bb0f2ec53a7d4b64188ed663cfc5edd7d788bcc8de7f07bff5ce58ad625572692233652a251e240f1309d23a7ab67574cd20125
 DIST orca-3.16.2.tar.xz 2078728 SHA256 
cd14b28878cc04166ec43c7d9a8e6b0056c66cbfb1e4f934f12f74568937789a SHA512 
768628c4630d84929a8a2b12b73771de7b104b1754e9462b1fe63c2bbadca192e56416a1e2a43ad5f5594c91a4fe94941d2deb1e44cccaf253d4f03704f31ee1
 WHIRLPOOL 
eea3f9a1a0b1aebb4ca3a6da1a5cf016b1ea6d042c4e8e1b7275325cd08e77c6a7c6519048651ace34ef10d69c22663e9009dab20502ff3fca7d6c6c9a888c9a
+DIST orca-3.16.3.tar.xz 2124800 SHA256 
540deeaa1a973cc7ccc8a463f8fcf51db51f7ccfb130bc2019ac53bf67943dc7 SHA512 
c579437d956bee014db61aeb7494a295345e28a147a938a71a8062c30de67fcff3767c5ea8767067ce5f2f5ff84c0aaf2fc250730e4a7036ae100078fd6f058f
 WHIRLPOOL 
839b3c7170f2fd44fa5b97cfd9ed6989dd94721d379d21428a166b8321fb5162a56f758327df0ea632bf320711362b0e03916358d023fba8dffec2a36f62b970

diff --git a/app-accessibility/orca/orca-3.16.3.ebuild 
b/app-accessibility/orca/orca-3.16.3.ebuild
new file mode 100644
index 000..00c8093
--- /dev/null
+++ b/app-accessibility/orca/orca-3.16.3.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python3_{3,4} )
+PYTHON_REQ_USE="threads"
+
+inherit gnome2 python-r1
+
+DESCRIPTION="Extensible screen reader that provides access to the desktop"
+HOMEPAGE="https://wiki.gnome.org/Projects/Orca;
+
+LICENSE="LGPL-2.1+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+
+IUSE="+braille"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# liblouis is not in portage yet
+# it is used to provide contracted braille support
+# XXX: Check deps for correctness
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=app-accessibility/at-spi2-atk-2.10:2
+   >=app-accessibility/at-spi2-core-2.10:2[introspection]
+   >=dev-libs/atk-2.10
+   >=dev-libs/glib-2.28:2
+   >=dev-python/pygobject-3.10:3[${PYTHON_USEDEP}]
+   >=x11-libs/gtk+-3.6.2:3[introspection]
+   braille? (
+   >=app-accessibility/brltty-5.0-r3[python,${PYTHON_USEDEP}]
+   dev-libs/liblouis[python,${PYTHON_USEDEP}] )
+"
+RDEPEND="${COMMON_DEPEND}
+   >=app-accessibility/speech-dispatcher-0.8[python,${PYTHON_USEDEP}]
+   dev-libs/atk[introspection]
+   dev-python/pyatspi[${PYTHON_USEDEP}]
+   dev-python/setproctitle[${PYTHON_USEDEP}]
+   x11-libs/libwnck:3[introspection]
+   x11-libs/pango[introspection]
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.50
+   dev-util/itstool
+   virtual/pkgconfig
+"
+#  app-text/yelp-tools
+
+src_prepare() {
+   gnome2_src_prepare
+   python_copy_sources
+}
+
+src_configure() {
+   python_foreach_impl run_in_build_dir gnome2_src_configure \
+   $(use_with braille liblouis)
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir gnome2_src_compile
+}
+
+src_install() {
+   DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README TODO"
+   installing() {
+   gnome2_src_install
+   # Massage shebang to make python_doscript happy
+   sed -e 's:#!'"${PYTHON}:#!/usr/bin/python:" \
+   -i src/orca/orca || die
+   python_doscript src/orca/orca
+   }
+   python_foreach_impl run_in_build_dir installing
+}



[gentoo-commits] proj/planet-gentoo:master commit in: configs/planet/, configs/universe/

2015-10-04 Thread Michael Palimaka
commit: b44dd28bd1dd1818c4b38c5c54c38363b5260c87
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Oct  4 10:48:03 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Oct  4 10:48:50 2015 +
URL:https://gitweb.gentoo.org/proj/planet-gentoo.git/commit/?id=b44dd28b

Update pacho wrt bug #546358

 configs/planet/pacho   | 2 +-
 configs/universe/pacho | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/planet/pacho b/configs/planet/pacho
index b04f81f..7764594 100644
--- a/configs/planet/pacho
+++ b/configs/planet/pacho
@@ -1,4 +1,4 @@
-[http://my.opera.com/pacho/xml/rss/blog/gentoo]
+[https://blogs.gentoo.org/pacho/category/gentoo/feed/]
 name = Pacho Ramos
 username = pacho
 gravatar = 62f8ca529bbf9ee9aa3c1b4bf6619d17

diff --git a/configs/universe/pacho b/configs/universe/pacho
index b04f81f..7764594 100644
--- a/configs/universe/pacho
+++ b/configs/universe/pacho
@@ -1,4 +1,4 @@
-[http://my.opera.com/pacho/xml/rss/blog/gentoo]
+[https://blogs.gentoo.org/pacho/category/gentoo/feed/]
 name = Pacho Ramos
 username = pacho
 gravatar = 62f8ca529bbf9ee9aa3c1b4bf6619d17



[gentoo-commits] sites/www:master commit in: bin/, _plugins/

2015-10-04 Thread Alex Legler
commit: 056de1754eddc251ef41d9ab7afc856f41e7ce5d
Author: Alex Legler  a3li  li>
AuthorDate: Sun Oct  4 12:30:11 2015 +
Commit: Alex Legler  gentoo  org>
CommitDate: Sun Oct  4 12:30:11 2015 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=056de175

Adapt to pgo updates

 _plugins/packages.rb   | 15 ++-
 bin/update-packages.sh |  4 ++--
 2 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/_plugins/packages.rb b/_plugins/packages.rb
index eab8168..7b406ce 100644
--- a/_plugins/packages.rb
+++ b/_plugins/packages.rb
@@ -15,14 +15,10 @@ module Gentoo
 item.children.each do |tag|
   case tag.name
   when 'title'
-tag.css('span').each do |span|
-  if span['class'] == 'cpvstr'
-item_data['atom'] = span.text.strip
-item_data['atom_c'], pv = item_data['atom'].split('/', 2)
-item_data['atom_p'], item_data['atom_v'] = pv.rpartition('-')
-  elsif span['class'] == 'description'
-item_data['description'] = span.text.strip
-  end
+if tag.text =~ /^Added: (.*) \((.*)\)$/
+  item_data['atom'] = $1.strip
+  item_data['atom_c'], item_data['atom_p'] = 
item_data['atom'].split('/', 2)
+  item_data['description'] = $2
 end
   when 'link'
 item_data['uri'] = tag['href']
@@ -32,6 +28,7 @@ module Gentoo
 site.data['packages']['updates'] << item_data
   end
 
+  puts site.data['packages']['updates']
 end
   end
-end
\ No newline at end of file
+end

diff --git a/bin/update-packages.sh b/bin/update-packages.sh
index 1c4ef31..1140207 100755
--- a/bin/update-packages.sh
+++ b/bin/update-packages.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
 
 echo -n 'Updating Packages information...'
-wget 'http://packages.gentoo.org/feed/newpackage' -O _data/packages.xml 
2>/dev/null
-echo 'done.'
\ No newline at end of file
+wget 'https://packages.gentoo.org/packages/added.atom' -O _data/packages.xml 
2>/dev/null
+echo 'done.'



[gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/

2015-10-04 Thread Jeroen Roovers
commit: e916b4843413e65ef307ebf9409198b1265d73f9
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  4 07:35:02 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  4 07:35:02 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e916b484

mail-client/thunderbird: Stable for PPC64 (bug #561246).

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

 mail-client/thunderbird/thunderbird-38.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/thunderbird/thunderbird-38.3.0.ebuild 
b/mail-client/thunderbird/thunderbird-38.3.0.ebuild
index 3aba969..1bcb099 100644
--- a/mail-client/thunderbird/thunderbird-38.3.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-38.3.0.ebuild
@@ -37,7 +37,7 @@ inherit flag-o-matic toolchain-funcs mozconfig-v6.38 makeedit 
multilib autotools
 DESCRIPTION="Thunderbird Mail Client"
 HOMEPAGE="http://www.mozilla.com/en-US/thunderbird/;
 
-KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
 IUSE="bindist crypt hardened ldap lightning +minimal mozdom selinux"



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

2015-10-04 Thread Jeroen Roovers
commit: 0d8fdb4a5171cc7d39f8d7db8d554bcceeb590ad
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  4 07:34:38 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  4 07:34:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d8fdb4a

www-client/firefox: Stable for HPPA PPC64 (bug #561246).

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

 www-client/firefox/firefox-38.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/firefox/firefox-38.3.0.ebuild 
b/www-client/firefox/firefox-38.3.0.ebuild
index 7f8531c..2c1fe1f 100644
--- a/www-client/firefox/firefox-38.3.0.ebuild
+++ b/www-client/firefox/firefox-38.3.0.ebuild
@@ -38,7 +38,7 @@ inherit check-reqs flag-o-matic toolchain-funcs eutils 
gnome2-utils mozconfig-v6
 DESCRIPTION="Firefox Web Browser"
 HOMEPAGE="http://www.mozilla.com/firefox;
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
 
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"



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

2015-10-04 Thread Hans de Graaff
commit: 3f956da559bbb8f927633d8830373005d61fc08d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct  4 06:53:49 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Oct  4 06:54:13 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f956da5

dev-ruby/http: fix tests

Avoid specs that require network access.

Package-Manager: portage-2.2.20.1

 dev-ruby/http/http-0.9.8.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-ruby/http/http-0.9.8.ebuild b/dev-ruby/http/http-0.9.8.ebuild
index 196ca48..d4751d4 100644
--- a/dev-ruby/http/http-0.9.8.ebuild
+++ b/dev-ruby/http/http-0.9.8.ebuild
@@ -32,4 +32,10 @@ ruby_add_bdepend "
 all_ruby_prepare() {
sed -i -e '/simplecov/,/end/ s:^:#:' \
-e '1irequire "cgi"' spec/spec_helper.rb || die
+
+   # Avoid specs that require network access
+   sed -i -e '/.persistent/,/^  end/ s:^:#:' \
+   spec/lib/http_spec.rb || die
+   sed -i -e '/with non-ASCII URLs/,/^end/ s:^:#:' \
+   spec/lib/http/client_spec.rb || die
 }



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

2015-10-04 Thread Hans de Graaff
commit: b299f63bedb646077e134e720664455108c8f17a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct  4 05:44:10 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Oct  4 06:54:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b299f63b

dev-ruby/mini_magick: add 4.3.5

Package-Manager: portage-2.2.20.1

 dev-ruby/mini_magick/Manifest |  1 +
 dev-ruby/mini_magick/mini_magick-4.3.5.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/dev-ruby/mini_magick/Manifest b/dev-ruby/mini_magick/Manifest
index f988e8c..f61ff9b 100644
--- a/dev-ruby/mini_magick/Manifest
+++ b/dev-ruby/mini_magick/Manifest
@@ -1,2 +1,3 @@
 DIST mini_magick-4.2.10.tar.gz 1060057 SHA256 
b8f694648ff15729338f7534b057bc1be3fa47bc73fd935f78f872e2f6186996 SHA512 
90ac378d7e9b4eb2fef7d2f036e90ea17e7b1fb42e4f022dd9921af818becbb7041e82796e84cefc05f25e42c1705bd9d623f28d9cda437821d0f7801f731168
 WHIRLPOOL 
9f96b85b3af696a65c80ca5ef4e3754ae993af86532bf624ee351c428c7faca14415e03a4eb7747bcff1a45fc60b7889e31eb0d98c715d29834ac9db9fe0ae4f
 DIST mini_magick-4.3.3.tar.gz 1106623 SHA256 
1ec9ee60cdd88839a958a1fccc82db20887607dc385d618aefcb81cdc577c33e SHA512 
e451d5fc3fe6331698858350d1c6b704f6f3e601228b635a2469403f2b4457606144e04b5020daf67a21ff055d6aed4b138a1f107dc29cc02613541411ed0872
 WHIRLPOOL 
f0783edc683931521a2dcd0f0d4594cc61e65a411650bbbc5223c33da80f9455087127bce4f1f36b0889b6d98ccaeda90b956bb59c789dde171cf8e28186118c
+DIST mini_magick-4.3.5.tar.gz 1106688 SHA256 
2d891e22bd882fb0fd88846f7d3436944a38205af6c8205fa0cb25e9eaba2e05 SHA512 
7d914cd87c9d14aa0680c9b008b93cc1e996df2793c13c004a23b6f813f9c3999d8bb52322661f57ef70c6af12821d3ae5cc92eef2e24896fe50bc9f27d3270b
 WHIRLPOOL 
468048e55ba991466f99efdd598a79b65cc4324c15a9a63f1d79a4bd0068b7dfc616943824ee507839898c6ce690b6fed78ab8b21c8829cc14f90e4cafd40cbe

diff --git a/dev-ruby/mini_magick/mini_magick-4.3.5.ebuild 
b/dev-ruby/mini_magick/mini_magick-4.3.5.ebuild
new file mode 100644
index 000..4de4e09
--- /dev/null
+++ b/dev-ruby/mini_magick/mini_magick-4.3.5.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem eutils
+
+DESCRIPTION="Manipulate images with minimal use of memory"
+HOMEPAGE="https://github.com/minimagick/minimagick;
+SRC_URI="https://github.com/minimagick/minimagick/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+RUBY_S="minimagick-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+# It's only used at runtime in this case because this extension only
+# _calls_ the commands. But when we run tests we're going to need tiff
+# and jpeg support at a minimum.
+RDEPEND+=" media-gfx/imagemagick"
+DEPEND+=" test? ( media-gfx/imagemagick[tiff,jpeg,png] 
>=media-gfx/graphicsmagick-1.3.20[tiff,jpeg,png] )"
+
+ruby_add_bdepend "test? ( dev-ruby/mocha dev-ruby/posix-spawn )"
+
+all_ruby_prepare() {
+   # remove executable bit from all files
+   find "${S}" -type f -exec chmod -x {} +
+
+   sed -i -e '/\([Bb]undler\|pry\)/ s:^:#:' spec/spec_helper.rb || die
+
+   # Don't force a specific formatter but use overall Gentoo defaults.
+   sed -i -e '/config.formatter/d' spec/spec_helper.rb || die
+}



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

2015-10-04 Thread Hans de Graaff
commit: aba32c140e9eb8ed21d523c8d9ad4ca67125662b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct  4 05:37:10 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Oct  4 06:54:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba32c14

dev-ruby/mini_magick: cleanup

Package-Manager: portage-2.2.20.1

 dev-ruby/mini_magick/Manifest |  2 --
 dev-ruby/mini_magick/mini_magick-4.2.7.ebuild | 49 ---
 dev-ruby/mini_magick/mini_magick-4.2.9.ebuild | 45 
 3 files changed, 96 deletions(-)

diff --git a/dev-ruby/mini_magick/Manifest b/dev-ruby/mini_magick/Manifest
index 0c6fded..f988e8c 100644
--- a/dev-ruby/mini_magick/Manifest
+++ b/dev-ruby/mini_magick/Manifest
@@ -1,4 +1,2 @@
 DIST mini_magick-4.2.10.tar.gz 1060057 SHA256 
b8f694648ff15729338f7534b057bc1be3fa47bc73fd935f78f872e2f6186996 SHA512 
90ac378d7e9b4eb2fef7d2f036e90ea17e7b1fb42e4f022dd9921af818becbb7041e82796e84cefc05f25e42c1705bd9d623f28d9cda437821d0f7801f731168
 WHIRLPOOL 
9f96b85b3af696a65c80ca5ef4e3754ae993af86532bf624ee351c428c7faca14415e03a4eb7747bcff1a45fc60b7889e31eb0d98c715d29834ac9db9fe0ae4f
-DIST mini_magick-4.2.7.tar.gz 1059704 SHA256 
55c829cbbc09020a7e48864374341b09c25700f343e6f443248bf99b906ed88c SHA512 
172e71d3d9286d92541951d83a67e3be05ff207e27502472426fab10ca92339c371f52ca85790300bdb881b10470ed7810e01a85d3b4e1a2ed4e89dc0f117493
 WHIRLPOOL 
90d8a7544d11699724b873b30cdc9243d5c388ddb4216577119770ea38ac1d336a5af2853861a9a6dd957f1f0a17af363446882ebaae19853f20dbf10398f66e
-DIST mini_magick-4.2.9.tar.gz 1059967 SHA256 
f168e4683a38209ec0298d94678b493c793fb785e657d850a08dff3ab461464e SHA512 
d3ffc33d14030b27d106930dbf7183eb7884646103f063361e798670929c37bac36bed08cfd4e9c6128c51f8c6b05a3e2eeb440d01abe7f0b788211ede4e4c26
 WHIRLPOOL 
cf5e7d76105f2d446917eea3596d6b4413700aa202e4124b29a233371125a397251ef2bdb3d7ee8f66272bf584e18933510e7290bf7c7d9a6f1f26d6991e1dd1
 DIST mini_magick-4.3.3.tar.gz 1106623 SHA256 
1ec9ee60cdd88839a958a1fccc82db20887607dc385d618aefcb81cdc577c33e SHA512 
e451d5fc3fe6331698858350d1c6b704f6f3e601228b635a2469403f2b4457606144e04b5020daf67a21ff055d6aed4b138a1f107dc29cc02613541411ed0872
 WHIRLPOOL 
f0783edc683931521a2dcd0f0d4594cc61e65a411650bbbc5223c33da80f9455087127bce4f1f36b0889b6d98ccaeda90b956bb59c789dde171cf8e28186118c

diff --git a/dev-ruby/mini_magick/mini_magick-4.2.7.ebuild 
b/dev-ruby/mini_magick/mini_magick-4.2.7.ebuild
deleted file mode 100644
index 2d07ad4..000
--- a/dev-ruby/mini_magick/mini_magick-4.2.7.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="Manipulate images with minimal use of memory"
-HOMEPAGE="https://github.com/minimagick/minimagick;
-SRC_URI="https://github.com/minimagick/minimagick/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-RUBY_S="minimagick-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-# It's only used at runtime in this case because this extension only
-# _calls_ the commands. But when we run tests we're going to need tiff
-# and jpeg support at a minimum.
-RDEPEND+=" media-gfx/imagemagick"
-DEPEND+=" test? ( media-gfx/imagemagick[tiff,jpeg,png] 
>=media-gfx/graphicsmagick-1.3.20[tiff,jpeg,png] )"
-
-ruby_add_bdepend "test? ( dev-ruby/mocha dev-ruby/posix-spawn )"
-
-all_ruby_prepare() {
-   # remove executable bit from all files
-   find "${S}" -type f -exec chmod -x {} +
-
-   sed -i -e '/\([Bb]undler\|pry\)/ s:^:#:' spec/spec_helper.rb || die
-
-   # Don't force a specific formatter but use overall Gentoo defaults.
-   sed -i -e '/config.formatter/d' spec/spec_helper.rb || die
-
-   # Avoid test depending on graphicsmagick
-   sed -e '/identifies when gm exists/,/^end/ s:^:#:' \
-   -i spec/lib/mini_magick_spec.rb || die
-}

diff --git a/dev-ruby/mini_magick/mini_magick-4.2.9.ebuild 
b/dev-ruby/mini_magick/mini_magick-4.2.9.ebuild
deleted file mode 100644
index 4de4e09..000
--- a/dev-ruby/mini_magick/mini_magick-4.2.9.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="Manipulate images with minimal use of memory"
-HOMEPAGE="https://github.com/minimagick/minimagick;
-SRC_URI="https://github.com/minimagick/minimagick/archive/v${PV}.tar.gz -> 
${P}.tar.gz"

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

2015-10-04 Thread Jeroen Roovers
commit: 5c60531546d884511b25770e8dc43943cb2a23d8
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  4 06:55:36 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  4 06:55:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c605315

net-misc/chrony: Configure the default socket directory. Do not install 
deprecated chrony.keys. Install a simple default configuration.

Package-Manager: portage-2.2.22

 net-misc/chrony/chrony-2.2_pre1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-misc/chrony/chrony-2.2_pre1.ebuild 
b/net-misc/chrony/chrony-2.2_pre1.ebuild
index 70f4f60..f745441 100644
--- a/net-misc/chrony/chrony-2.2_pre1.ebuild
+++ b/net-misc/chrony/chrony-2.2_pre1.ebuild
@@ -39,7 +39,7 @@ src_prepare() {
sed -i \
-e 's:/etc/chrony\.:/etc/chrony/chrony.:g' \
-e 's:/var/run:/run:g' \
-   conf.c chrony.texi.in examples/* FAQ || die
+   conf.c chrony.texi.in examples/* || die
 }
 
 src_configure() {
@@ -72,6 +72,7 @@ src_configure() {
${CHRONY_EDITLINE} \
${EXTRA_ECONF} \
--docdir=/usr/share/doc/${PF} \
+   --chronysockdir=/run/chrony \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
--prefix=/usr \
@@ -99,8 +100,7 @@ src_install() {
newconfd "${FILESDIR}"/chronyd.conf chronyd
 
insinto /etc/${PN}
-   newins examples/chrony.conf.example3 chrony.conf
-   newins examples/chrony.keys.example chrony.keys
+   newins examples/chrony.conf.example1 chrony.conf
 
dodoc examples/*.example*
 



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

2015-10-04 Thread Jeroen Roovers
commit: 8125ad0a19e0ea3e97c7d78c663f043c89aaec3c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  4 07:40:37 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  4 07:40:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8125ad0a

dev-util/cmake: Stable for HPPA PPC64 (bug #561620).

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

 dev-util/cmake/cmake-3.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cmake/cmake-3.3.1-r1.ebuild 
b/dev-util/cmake/cmake-3.3.1-r1.ebuild
index 3f32867..44dc2a2 100644
--- a/dev-util/cmake/cmake-3.3.1-r1.ebuild
+++ b/dev-util/cmake/cmake-3.3.1-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="http://www.cmake.org/files/v$(get_version_component_range 1-2)/${MY_P}.
 
 LICENSE="CMake"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 hppa ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc emacs system-jsoncpp ncurses qt4 qt5"
 
 RDEPEND="



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

2015-10-04 Thread Jeroen Roovers
commit: 29a79128e0d394180f1efd8e8b1f7eebadf6f784
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  4 07:41:15 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  4 07:41:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29a79128

x11-misc/xosview: Stable for PPC64 (bug #561704).

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

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

diff --git a/x11-misc/xosview/xosview-1.16.ebuild 
b/x11-misc/xosview/xosview-1.16.ebuild
index dec30bd..bcbcdd4 100644
--- a/x11-misc/xosview/xosview-1.16.ebuild
+++ b/x11-misc/xosview/xosview-1.16.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"
 IUSE="suid"
 
 COMMON_DEPS="x11-libs/libX11



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

2015-10-04 Thread Jeroen Roovers
commit: 8a4cbb4bcc744dbb550c7e608da5183ccb8f5339
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  4 05:59:52 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  4 06:00:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4cbb4b

net-misc/chrony: Version bump.

Package-Manager: portage-2.2.22

 net-misc/chrony/Manifest   |   1 +
 net-misc/chrony/chrony-2.2_pre1.ebuild | 114 +
 2 files changed, 115 insertions(+)

diff --git a/net-misc/chrony/Manifest b/net-misc/chrony/Manifest
index a5c073d..e24ccb5 100644
--- a/net-misc/chrony/Manifest
+++ b/net-misc/chrony/Manifest
@@ -1 +1,2 @@
 DIST chrony-2.1.1.tar.gz 391037 SHA256 
b0565148eaa38e971291281d76556c32f0138ec22e9784f8bceab9c65f7ad7d4 SHA512 
bbb6d4b3436b7c3c7d45628500678ce31291aaa7f59df0f616268fcdb9285f21a79b085d232773ce732eea82f28fa87f4c56ac5b6a7388275c67889daf641499
 WHIRLPOOL 
a431253f173fb8c52f417c0a074c66e3125bb46247b3a177d6ad4c96d953a4557fb159e5940f03d39a83ad1b5a92dd73f84333e3d2274a42a5e93337ca2f6d7e
+DIST chrony-2.2-pre1.tar.gz 339418 SHA256 
6a850a5d278ee2f28936baeb880f2bcd6774064302c58edff2577b16082de8e5 SHA512 
eb77bd681ef4d1133ccfdf9d59b8ee1d161d5816b99e3ec58db9240181ac023f7d6950a7adeb37582abcd1a27f51df6964d41ff0fb2e095f7f0a5b3231386277
 WHIRLPOOL 
0cb671cabc31b8dfe4ebf4b3635e6591a31f2c7431e5a476d57f108b43b318f23bf8107eeb2038dcd194d574784dac1854f3537432c4ebe81f2d29d61653deec

diff --git a/net-misc/chrony/chrony-2.2_pre1.ebuild 
b/net-misc/chrony/chrony-2.2_pre1.ebuild
new file mode 100644
index 000..70f4f60
--- /dev/null
+++ b/net-misc/chrony/chrony-2.2_pre1.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils systemd toolchain-funcs
+
+DESCRIPTION="NTP client and server programs"
+HOMEPAGE="http://chrony.tuxfamily.org/;
+SRC_URI="http://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz;
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="caps +cmdmon ipv6 libedit +ntp +phc +pps readline +refclock +rtc selinux 
+adns"
+REQUIRED_USE="
+   ?? ( libedit readline )
+"
+
+CDEPEND="
+   caps? ( sys-libs/libcap )
+   libedit? ( dev-libs/libedit )
+   readline? ( >=sys-libs/readline-4.1-r4:= )
+"
+DEPEND="
+   ${CDEPEND}
+   sys-apps/texinfo
+"
+RDEPEND="
+   ${CDEPEND}
+   selinux? ( sec-policy/selinux-chronyd )
+"
+
+RESTRICT=test
+
+S="${WORKDIR}/${P/_/-}"
+
+src_prepare() {
+   sed -i \
+   -e 's:/etc/chrony\.:/etc/chrony/chrony.:g' \
+   -e 's:/var/run:/run:g' \
+   conf.c chrony.texi.in examples/* FAQ || die
+}
+
+src_configure() {
+   tc-export CC
+
+   local CHRONY_EDITLINE
+   # ./configure legend:
+   # --disable-readline : disable line editing entirely
+   # --without-readline : do not use sys-libs/readline (enabled by default)
+   # --without-editline : do not use dev-libs/libedit (enabled by default)
+   if ! use readline && ! use libedit; then
+   CHRONY_EDITLINE='--disable-readline'
+   else
+   CHRONY_EDITLINE+=" $(usex readline '' --without-readline)"
+   CHRONY_EDITLINE+=" $(usex libedit '' --without-editline)"
+   fi
+
+   # not an autotools generated script
+   local CHRONY_CONFIGURE="
+   ./configure \
+   $(usex caps '' --disable-linuxcaps) \
+   $(usex cmdmon '' --disable-cmdmon) \
+   $(usex ipv6 '' --disable-ipv6) \
+   $(usex ntp '' --disable-ntp) \
+   $(usex phc '' --disable-phc) \
+   $(usex pps '' --disable-pps) \
+   $(usex rtc '' --disable-rtc) \
+   $(usex refclock '' --disable-refclock) \
+   $(usex adns '' --disable-asyncdns) \
+   ${CHRONY_EDITLINE} \
+   ${EXTRA_ECONF} \
+   --docdir=/usr/share/doc/${PF} \
+   --infodir=/usr/share/info \
+   --mandir=/usr/share/man \
+   --prefix=/usr \
+   --sysconfdir=/etc/chrony \
+   --disable-sechash \
+   --without-nss \
+   --without-tomcrypt
+   "
+
+   # print the ./configure call to aid in future debugging
+   einfo ${CHRONY_CONFIGURE}
+   bash ${CHRONY_CONFIGURE} || die
+}
+
+src_compile() {
+   emake all docs
+}
+
+src_install() {
+   default
+
+   doinfo chrony.info*
+
+   newinitd "${FILESDIR}"/chronyd.init chronyd
+   newconfd "${FILESDIR}"/chronyd.conf chronyd
+
+   insinto /etc/${PN}
+   newins examples/chrony.conf.example3 chrony.conf
+   newins examples/chrony.keys.example chrony.keys
+
+   dodoc examples/*.example*
+
+   keepdir /var/{lib,log}/chrony
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/chrony.logrotate chrony
+
+   systemd_newunit 

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

2015-10-04 Thread Marc Schiffbauer
commit: 2ee9fab0a14481ebb9f567ac75c686ae9d1b4b96
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Sun Oct  4 13:40:42 2015 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sun Oct  4 13:44:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee9fab0

dev-util/cmdtest: bump version

Package-Manager: portage-2.2.22

 dev-util/cmdtest/Manifest|  1 +
 dev-util/cmdtest/cmdtest-0.16.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-util/cmdtest/Manifest b/dev-util/cmdtest/Manifest
index ff651c7..50815f4 100644
--- a/dev-util/cmdtest/Manifest
+++ b/dev-util/cmdtest/Manifest
@@ -1 +1,2 @@
 DIST cmdtest_0.10.orig.tar.gz 34152 SHA256 
d9a421ed916213c5c6660a1057a560afff6e5c7606fe0e1cba3a359f66f23068 SHA512 
da3e042c1c7d4379316fb6e3bc642a2e57fa12004434296c30f77debc7662bed49726057eb280461d18308739e86082fd96efe1642d1c531321b1c10f06d3595
 WHIRLPOOL 
eadb47185a977d74ff046654b9845be9e49b859a88d10001f6eb809b1de8cb7697f840942dca17ef00c98faafc9d7f127c9359108148372fd7175b88c509
+DIST cmdtest_0.16.orig.tar.xz 32960 SHA256 
3cd0e18f638b78a76f78e84d48996ee7436f598832fc3e28380ac03db35afec6 SHA512 
5be73dc1d71706ccf220dc91944d353e4745cd214b54977f0a8093bd540114747a78cf9f65c9ed926bcc0749839e3d9252a23d1ff3c1d05fbe87eceb4915bc26
 WHIRLPOOL 
4028340a9be5177a5b7ea2c805ca3df009719582d414e175734e53327212b2d4eb32c33834dcc61a0a38ef239249a55ebb7206201ca1142b953c1390455c2b6b

diff --git a/dev-util/cmdtest/cmdtest-0.16.ebuild 
b/dev-util/cmdtest/cmdtest-0.16.ebuild
new file mode 100644
index 000..b4eba5a
--- /dev/null
+++ b/dev-util/cmdtest/cmdtest-0.16.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="black box tests Unix command line tools"
+HOMEPAGE="http://liw.fi/cmdtest/;
+SRC_URI="http://code.liw.fi/debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.xz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+DEPEND="
+   ${PYTHON_DEPS}
+   dev-python/cliapp
+   dev-python/ttystatus
+"
+
+src_compile() {
+   addwrite /proc/self/comm
+   distutils-r1_src_compile
+}



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

2015-10-04 Thread Marc Schiffbauer
commit: 8bec4fceb8c685aec4349e392884b6fadc497208
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Sun Oct  4 13:38:14 2015 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sun Oct  4 13:44:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bec4fce

dev-util/cmdtest: removed old version

 dev-util/cmdtest/Manifest   |  1 -
 dev-util/cmdtest/cmdtest-0.6.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/dev-util/cmdtest/Manifest b/dev-util/cmdtest/Manifest
index d096627..ff651c7 100644
--- a/dev-util/cmdtest/Manifest
+++ b/dev-util/cmdtest/Manifest
@@ -1,2 +1 @@
 DIST cmdtest_0.10.orig.tar.gz 34152 SHA256 
d9a421ed916213c5c6660a1057a560afff6e5c7606fe0e1cba3a359f66f23068 SHA512 
da3e042c1c7d4379316fb6e3bc642a2e57fa12004434296c30f77debc7662bed49726057eb280461d18308739e86082fd96efe1642d1c531321b1c10f06d3595
 WHIRLPOOL 
eadb47185a977d74ff046654b9845be9e49b859a88d10001f6eb809b1de8cb7697f840942dca17ef00c98faafc9d7f127c9359108148372fd7175b88c509
-DIST cmdtest_0.6.orig.tar.gz 18603 SHA256 
7367d4c6db3b84f6c74209fed179749434ac84dfe6e039fc1a58dd99a5048802 SHA512 
67ef446034890bd93e66b8577a5d1f70e490550e9e72204225eff0d91f15c8610c4d7b7167461c08b070ed108d8326e3c9ef87cfc339fbe320c17c2be87ed429
 WHIRLPOOL 
ac57c94497b6da5740435f513112574bc41e152605ecce89e9cd5a788f656c49ec8a5a318eef536754bdd8ec5a9bc204032ed1b4ffb847462ffe52eeb1dca5a9

diff --git a/dev-util/cmdtest/cmdtest-0.6.ebuild 
b/dev-util/cmdtest/cmdtest-0.6.ebuild
deleted file mode 100644
index deceb8e..000
--- a/dev-util/cmdtest/cmdtest-0.6.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="black box tests Unix command line tools"
-HOMEPAGE="http://liw.fi/cmdtest/;
-SRC_URI="http://code.liw.fi/debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   dev-python/cliapp
-   dev-python/ttystatus
-"
-
-src_compile() {
-   addwrite /proc/self/comm
-   distutils-r1_src_compile
-}



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

2015-10-04 Thread Marc Schiffbauer
commit: 6a0fe1c7659b7fd2e5dbd8b96c26aa87725b0667
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Sun Oct  4 14:01:50 2015 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sun Oct  4 14:01:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a0fe1c7

net-dns/opendnssec: remove old version

Package-Manager: portage-2.2.22

 net-dns/opendnssec/Manifest|   1 -
 net-dns/opendnssec/opendnssec-1.4.4.ebuild | 206 -
 2 files changed, 207 deletions(-)

diff --git a/net-dns/opendnssec/Manifest b/net-dns/opendnssec/Manifest
index 0be9984..e969d31 100644
--- a/net-dns/opendnssec/Manifest
+++ b/net-dns/opendnssec/Manifest
@@ -1,5 +1,4 @@
 DIST opendnssec-1.3.17.tar.gz 1140751 SHA256 
9f0dcfb53a3e10255b2d85e6a30663548eca1ec2e900b7cd5db9329f1710e323 SHA512 
6d3172cf5dc1bee1dbd14a5b9a8ada4ce3ebd954e2cd7adde664ac4b5e0cab81ed1cba2e2efeceacedf16f56d40a0874b73d7c844b6e1be1f8235a4c99f7
 WHIRLPOOL 
80e3a99dedb2ea1cc6a1d109bcf4e874cc9cc18abfaa233a2533f7a05b7129543cf2fbeaf6c6cde343755cacbca3125a4426c421805425204725f9ddcb156657
 DIST opendnssec-1.3.18.tar.gz 1143889 SHA256 
e61d23ae0cc57b6e09d408bade6872fe5241896c61a03e8bc5ceeb65df13a676 SHA512 
5df39ba778c9b1245e88b81df7aa491bca0aad2943845284c4f8b4dd729fa69014d45f07bdf99a048ccf668a1c9675a8dd99efcec1abdbd4e06e9738fec6ab6d
 WHIRLPOOL 
7213b8f2f86651114449bc4734452d6065960e26ee289051949ca27ae3b23280cea45ff707f71942eef91c9009200272c0985ef3d3de43c9343ad2e1e54303ce
-DIST opendnssec-1.4.4.tar.gz 1009728 SHA256 
71f930d871e3526f930ac57925f5d5b934988e0b2e9e858926bfc73d9ba9d00e SHA512 
aa88049cdd9275b7167e8a135beaa0ea6b9b2030818ec9d7815dbceb906cb0ac19d9a8e6e8571b6c37db452bbf9ab2a615785bad8ffb0a8eb21c50de42cd99b1
 WHIRLPOOL 
0ce1536aa69c394595105c1803761697d8450bc42e84c6a9e80568ade61fc6e0060f8b4d9bdb9547ff0cd17e27671a4c5fa3576c9d58a47188c7ff87043ccfb1
 DIST opendnssec-1.4.6.tar.gz 1014314 SHA256 
53f9c454f331822925d76c9d9e5e7cb3fe2dfb03e3c467f67f9412f10d0fd5ec SHA512 
c01e6e46e2007d0ae4035253484590d9a892be8284b179b6d3cdb0f8481789a67a79f9043d04de0aecc165fb44d88dac0eb02444f48e0ccd366f118a2bbb5c18
 WHIRLPOOL 
4535fb49879b27698b0ba88f05b2fd963c69829446a7d5eb8419c19768059347e0adfd1b59efe50b2acd5550758f499290e02ee52b1b92695e8f9061ad465bf0
 DIST opendnssec-1.4.7.tar.gz 1038884 SHA256 
8f757ca9e88d6a6dc8f9b6e46a3da5e3a2881b3311fb91c428bcf906683ac41f SHA512 
def2a8e41331bd70f287ea3081a7368144ada92ad5cc9f62d28d3064e34f7c0c84998422d515f5ec9c7e668757e796df8c5446839e24e4a9e2af1357c342c0b2
 WHIRLPOOL 
37641549f4bb6ecb519a091e60537acf7fab69fc3482ab8857abd2ce57d8b5240031069d487246f88577ca32d48004b10a7784c10b4155b3339d67bd5567591a

diff --git a/net-dns/opendnssec/opendnssec-1.4.4.ebuild 
b/net-dns/opendnssec/opendnssec-1.4.4.ebuild
deleted file mode 100644
index 118902c..000
--- a/net-dns/opendnssec/opendnssec-1.4.4.ebuild
+++ /dev/null
@@ -1,206 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_P="${P/_}"
-PKCS11_IUSE="+softhsm opensc external-hsm"
-inherit base autotools multilib user
-
-DESCRIPTION="An open-source turn-key solution for DNSSEC"
-HOMEPAGE="http://www.opendnssec.org/;
-SRC_URI="http://www.${PN}.org/files/source/${MY_P}.tar.gz;
-
-LICENSE="BSD GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug doc +mysql +signer sqlite test ${PKCS11_IUSE}"
-
-RDEPEND="
-   dev-lang/perl
-   dev-libs/libxml2
-   dev-libs/libxslt
-   net-libs/ldns
-   mysql? (
-   virtual/mysql
-   dev-perl/DBD-mysql
-   )
-   opensc? ( dev-libs/opensc )
-   softhsm? ( dev-libs/softhsm )
-   sqlite? (
-   dev-db/sqlite:3
-   dev-perl/DBD-SQLite
-   )
-"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )
-   test? (
-   app-text/trang
-   )
-"
-
-REQUIRED_USE="
-   ^^ ( mysql sqlite )
-   ^^ ( softhsm opensc external-hsm )
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-fix-localstatedir.patch"
-   "${FILESDIR}/${PN}-fix-run-dir.patch"
-   "${FILESDIR}/${PN}-drop-privileges.patch"
-   "${FILESDIR}/${PN}-use-system-trang.patch"
-)
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( MIGRATION NEWS )
-
-check_pkcs11_setup() {
-   # PKCS#11 HSM's are often only available with proprietary drivers not
-   # available in portage tree.
-
-   if use softhsm; then
-   PKCS11_LIB=softhsm
-   if has_version ">=dev-libs/softhsm-1.3.1"; then
-   PKCS11_PATH=/usr/$(get_libdir)/softhsm/libsofthsm.so
-   else
-   PKCS11_PATH=/usr/$(get_libdir)/libsofthsm.so
-   fi
-   elog "Building with SoftHSM PKCS#11 library support."
-   fi
-   if use opensc; then
-   PKCS11_LIB=opensc
-   PKCS11_PATH=/usr/$(get_libdir)/opensc-pkcs11.so
-   elog "Building with OpenSC PKCS#11 library support."
-   fi
- 

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

2015-10-04 Thread Marc Schiffbauer
commit: 3641f81cd0e0f6dcdd47f80f554eec5b9ec727db
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Sun Oct  4 13:52:01 2015 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sun Oct  4 13:52:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3641f81c

dev-libs/softhsm: bump version

Package-Manager: portage-2.2.22

 dev-libs/softhsm/Manifest |  1 +
 dev-libs/softhsm/softhsm-2.0.0.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-libs/softhsm/Manifest b/dev-libs/softhsm/Manifest
index d8b4441..3aba458 100644
--- a/dev-libs/softhsm/Manifest
+++ b/dev-libs/softhsm/Manifest
@@ -1,2 +1,3 @@
 DIST softhsm-1.3.6.tar.gz 435893 SHA256 
e39ac8e851220edd2b2afbe4d9e06d956bccc20bc72752740eabf95692359486 SHA512 
fa344b298da6f15a616eaaa90e9e2153cb48ee1a5d4c3089a4195080efc5d15cccf27536279206587f8e1a55ac1b3745303712797296aba560be5ca958783b70
 WHIRLPOOL 
6451e039d31932306627f6af23041dbd7d386d1b137eb529332f45ce523ae0c61b736876815ca614a8ec54b0dbae9d83b510bbf126dafd17cbf6d12c745ed7a8
 DIST softhsm-1.3.7.tar.gz 438437 SHA256 
d12d6456a85561266d9da427565f3ee3746a35df6670d5e6be75de253c2810a4 SHA512 
287400b981b7b420a300593129696e4739afe085a8106047ef429bc741d205bed214386b422572327c3bda63f0fb1b7558bb4d30d184ca3ec2ba9900153f075d
 WHIRLPOOL 
47e66a8ae7f85b6505bdd751114a1594bc2e4b7bea71c6681bf77e8b7cc226d3515d9bdbd74ef0327899257d1844722c95446115f22724474f03cee0a99ca4f3
+DIST softhsm-2.0.0.tar.gz 936954 SHA256 
eae8065f6c472af24f4c056d6728edda0fd34306f41a818697f765a6a662338d SHA512 
1db5b79bc59707d97a3c8ba5306d6778cd02d7049a6b294ef5e60214ef7b1dcc4d51405cc32f3720443d9477377e8b04b68d6cee143731f87b6357e4e5565fe2
 WHIRLPOOL 
014213f4501145c493ad4c22d0cfd262f7ca8693c3d13ca74d34bd7b24f85cf60a5117d0869e7544d9d61b0473b676e582ea41bdeba647427ffc1067def9f8f7

diff --git a/dev-libs/softhsm/softhsm-2.0.0.ebuild 
b/dev-libs/softhsm/softhsm-2.0.0.ebuild
new file mode 100644
index 000..dc1cee0
--- /dev/null
+++ b/dev-libs/softhsm/softhsm-2.0.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="A software PKCS#11 implementation"
+HOMEPAGE="http://www.opendnssec.org/;
+SRC_URI="http://www.opendnssec.org/files/source/${P}.tar.gz;
+
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+SLOT="0"
+LICENSE="BSD"
+
+RDEPEND="
+   dev-db/sqlite:3
+   dev-libs/botan[threads]
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( NEWS README.md )
+
+src_configure() {
+   econf \
+   --disable-static \
+   --localstatedir=/var \
+   --with-botan="${EPREFIX}/usr/" \
+   $(use_enable amd64 64bit) \
+   $(use debug && echo "--with-loglevel=4")
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete
+}



  1   2   3   >