[gentoo-commits] gentoo-x86 commit in dev-python/ropemacs: ropemacs-0.8.ebuild ChangeLog

2015-07-05 Thread Ian Delaney (idella4)
idella4 15/07/05 06:25:54

  Modified: ChangeLog
  Added:ropemacs-0.8.ebuild
  Log:
  bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.6  dev-python/ropemacs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropemacs/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropemacs/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropemacs/ChangeLog?r1=1.5r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/ropemacs/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   3 Jun 2015 21:40:41 -   1.5
+++ ChangeLog   5 Jul 2015 06:25:54 -   1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/ropemacs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ropemacs/ChangeLog,v 1.5 
2015/06/03 21:40:41 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ropemacs/ChangeLog,v 1.6 
2015/07/05 06:25:54 idella4 Exp $
+
+*ropemacs-0.8 (05 Jul 2015)
+
+  05 Jul 2015; Ian Delaney idel...@gentoo.org +ropemacs-0.8.ebuild:
+  bump
 
   03 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add pypi to remote-id in metadata.xml



1.1  dev-python/ropemacs/ropemacs-0.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropemacs/ropemacs-0.8.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropemacs/ropemacs-0.8.ebuild?rev=1.1content-type=text/plain

Index: ropemacs-0.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/ropemacs/ropemacs-0.8.ebuild,v 
1.1 2015/07/05 06:25:54 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 eutils readme.gentoo

DESCRIPTION=Rope in Emacs
HOMEPAGE=http://rope.sourceforge.net/ropemacs.html
http://pypi.python.org/pypi/ropemacs;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=GPL-1+# GPL without version
SLOT=0
KEYWORDS=~amd64 ~x86

DEPEND=dev-python/rope[${PYTHON_USEDEP}]
dev-python/ropemode[${PYTHON_USEDEP}]
RDEPEND=${DEPEND}

src_install() {
local DOCS=${DOCS} README.rst docs/*.rst
distutils-r1_src_install

DOC_CONTENTS=In order to enable ropemacs support in Emacs, install
app-emacs/pymacs and add the following line to your ~/.emacs 
file:
\\n\\t(pymacs-load \ropemacs\ \rope-\)
readme.gentoo_create_doc
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-dict: ChangeLog ruby-dict-0.9.4-r4.ebuild

2015-07-05 Thread Hans de Graaff (graaff)
graaff  15/07/05 07:02:08

  Modified: ChangeLog ruby-dict-0.9.4-r4.ebuild
  Log:
  Remove tests since they only call the script in production and that requires 
a network connection, fixing bug 332983.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.21 dev-ruby/ruby-dict/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-dict/ChangeLog?rev=1.21view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-dict/ChangeLog?rev=1.21content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-dict/ChangeLog?r1=1.20r2=1.21

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-dict/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   25 Mar 2015 16:28:09 -  1.20
+++ ChangeLog   5 Jul 2015 07:02:07 -   1.21
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-dict
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-dict/ChangeLog,v 1.20 
2015/03/25 16:28:09 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-dict/ChangeLog,v 1.21 
2015/07/05 07:02:07 graaff Exp $
+
+  05 Jul 2015; Hans de Graaff gra...@gentoo.org ruby-dict-0.9.4-r4.ebuild:
+  Remove tests since they only call the script in production and that requires
+  a network connection, fixing bug 332983.
 
   25 Mar 2015; Hans de Graaff gra...@gentoo.org ruby-dict-0.9.4-r4.ebuild:
   Add ruby22.



1.4  dev-ruby/ruby-dict/ruby-dict-0.9.4-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-dict/ruby-dict-0.9.4-r4.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-dict/ruby-dict-0.9.4-r4.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-dict/ruby-dict-0.9.4-r4.ebuild?r1=1.3r2=1.4

Index: ruby-dict-0.9.4-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-dict/ruby-dict-0.9.4-r4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-dict-0.9.4-r4.ebuild   25 Mar 2015 16:28:09 -  1.3
+++ ruby-dict-0.9.4-r4.ebuild   5 Jul 2015 07:02:07 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-dict/ruby-dict-0.9.4-r4.ebuild,v 1.3 
2015/03/25 16:28:09 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-dict/ruby-dict-0.9.4-r4.ebuild,v 1.4 
2015/07/05 07:02:07 graaff Exp $
 
 EAPI=5
 
@@ -19,12 +19,6 @@
 
 RUBY_PATCHES=( ${PN}-ruby19.patch )
 
-each_ruby_test() {
-   ewarn Tests will use network connection
-
-   ${RUBY} -Ilib ./rdict test || die
-}
-
 each_ruby_install() {
doruby lib/dict.rb || die doruby failed
 }






[gentoo-commits] gentoo-x86 commit in dev-ruby/eventmachine: ChangeLog eventmachine-1.0.7.ebuild

2015-07-05 Thread Hans de Graaff (graaff)
graaff  15/07/05 08:31:39

  Modified: ChangeLog eventmachine-1.0.7.ebuild
  Log:
  Avoid tests requiring a network connection, fixing bug 342029. Fix openssl 
slot dependency.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.32 dev-ruby/eventmachine/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/eventmachine/ChangeLog?rev=1.32view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/eventmachine/ChangeLog?rev=1.32content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/eventmachine/ChangeLog?r1=1.31r2=1.32

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/eventmachine/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   10 Jun 2015 10:03:43 -  1.31
+++ ChangeLog   5 Jul 2015 08:31:39 -   1.32
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/eventmachine
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/eventmachine/ChangeLog,v 1.31 
2015/06/10 10:03:43 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/eventmachine/ChangeLog,v 1.32 
2015/07/05 08:31:39 graaff Exp $
+
+  05 Jul 2015; Hans de Graaff gra...@gentoo.org eventmachine-1.0.7.ebuild:
+  Avoid tests requiring a network connection, fixing bug 342029. Fix openssl
+  slot dependency.
 
 *eventmachine-1.0.7 (10 Jun 2015)
 



1.2  dev-ruby/eventmachine/eventmachine-1.0.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/eventmachine/eventmachine-1.0.7.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/eventmachine/eventmachine-1.0.7.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/eventmachine/eventmachine-1.0.7.ebuild?r1=1.1r2=1.2

Index: eventmachine-1.0.7.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/eventmachine/eventmachine-1.0.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eventmachine-1.0.7.ebuild   10 Jun 2015 10:03:43 -  1.1
+++ eventmachine-1.0.7.ebuild   5 Jul 2015 08:31:39 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/eventmachine/eventmachine-1.0.7.ebuild,v 1.1 
2015/06/10 10:03:43 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/eventmachine/eventmachine-1.0.7.ebuild,v 1.2 
2015/07/05 08:31:39 graaff Exp $
 
 EAPI=5
 
@@ -23,7 +23,7 @@
 DEPEND=${DEPEND}
dev-libs/openssl
 RDEPEND=${RDEPEND}
-   dev-libs/openssl
+   dev-libs/openssl:=
 
 ruby_add_bdepend doc? ( dev-ruby/yard )
test? ( dev-ruby/test-unit:2 )
@@ -38,8 +38,20 @@
# Remove the resolver tests since they require network access and
# the localhost test fails with an IPv6 localhost.
rm tests/test_resolver.rb || die
-   # Needs a tty 
+   # Needs a tty
rm tests/test_kb.rb || die
+   # Avoid tests that require network access
+   sed -i -e '/test_bind_connect/,/^  end/ s:^:#:' \
+   tests/test_basic.rb || die
+   sed -i -e '/test_\(cookie\|http_client\|version_1_0\)/,/^  end/ s:^:#:' 
\
+   tests/test_httpclient.rb || die
+   sed -i -e '/test_\(get\|https_get\)/,/^  end/ s:^:#:' \
+   tests/test_httpclient2.rb || die
+   sed -i -e '/test_connect_timeout/,/^  end/ s:^:#:' \
+   tests/test_unbind_reason.rb || die
+   sed -i -e '/test_for_real/,/^end/ s:^:#:' \
+   tests/test_pending_connect_timeout.rb || die
+   rm -f tests/test_{get_sock_opt,set_sock_opt,idle_connection}.rb || die
 }
 
 each_ruby_configure() {






[gentoo-commits] gentoo-x86 commit in x11-misc/colord: colord-1.2.11.ebuild ChangeLog

2015-07-05 Thread Pacho Ramos (pacho)
pacho   15/07/05 08:43:40

  Modified: ChangeLog
  Added:colord-1.2.11.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.103x11-misc/colord/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/colord/ChangeLog?rev=1.103view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/colord/ChangeLog?rev=1.103content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/colord/ChangeLog?r1=1.102r2=1.103

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/colord/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog   26 Jun 2015 09:24:25 -  1.102
+++ ChangeLog   5 Jul 2015 08:43:40 -   1.103
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/colord
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/ChangeLog,v 1.102 
2015/06/26 09:24:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/ChangeLog,v 1.103 
2015/07/05 08:43:40 pacho Exp $
+
+*colord-1.2.11 (05 Jul 2015)
+
+  05 Jul 2015; Pacho Ramos pa...@gentoo.org +colord-1.2.11.ebuild:
+  Version bump
 
   26 Jun 2015; Agostino Sarubbo a...@gentoo.org colord-1.2.10.ebuild:
   Stable for x86, wrt bug #551814



1.1  x11-misc/colord/colord-1.2.11.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/colord/colord-1.2.11.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/colord/colord-1.2.11.ebuild?rev=1.1content-type=text/plain

Index: colord-1.2.11.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/colord-1.2.11.ebuild,v 1.1 
2015/07/05 08:43:40 pacho Exp $

EAPI=5
GCONF_DEBUG=no
GNOME2_LA_PUNT=yes
VALA_USE_DEPEND=vapigen

inherit autotools bash-completion-r1 check-reqs eutils gnome2 user systemd udev 
vala multilib-minimal

DESCRIPTION=System service to accurately color manage input and output devices
HOMEPAGE=http://www.freedesktop.org/software/colord/;
SRC_URI=http://www.freedesktop.org/software/colord/releases/${P}.tar.xz;

LICENSE=GPL-2+
SLOT=0/2 # subslot = libcolord soname version
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd

# We prefer policykit enabled by default, bug #448058
IUSE=argyllcms examples extra-print-profiles +gusb +introspection +policykit 
scanner systemd +udev vala
REQUIRED_USE=
gusb? ( udev )
scanner? ( udev )
vala? ( introspection )


COMMON_DEPEND=
dev-db/sqlite:3=
=dev-libs/glib-2.36:2[${MULTILIB_USEDEP}]
=media-libs/lcms-2.6:2=[${MULTILIB_USEDEP}]
argyllcms? ( media-gfx/argyllcms )
gusb? ( =dev-libs/libgusb-0.2.2[introspection?,${MULTILIB_USEDEP}] )
introspection? ( =dev-libs/gobject-introspection-0.9.8:= )
policykit? ( =sys-auth/polkit-0.103 )
scanner? (
media-gfx/sane-backends
sys-apps/dbus )
systemd? ( =sys-apps/systemd-44:0= )
udev? (
virtual/udev
virtual/libgudev:=
virtual/libudev:=[${MULTILIB_USEDEP}]
)

RDEPEND=${COMMON_DEPEND}
!media-gfx/shared-color-profiles
!=media-gfx/colorhug-client-0.1.13

DEPEND=${COMMON_DEPEND}
dev-libs/libxslt
=dev-util/gtk-doc-am-1.9
=dev-util/intltool-0.35
=sys-devel/gettext-0.17
virtual/pkgconfig[${MULTILIB_USEDEP}]
extra-print-profiles? ( media-gfx/argyllcms )
vala? ( $(vala_depend) )


# FIXME: needs pre-installed dbus service files
RESTRICT=test

# According to upstream comment in colord.spec.in, building the extra print
# profiles requires =4G of memory
CHECKREQS_MEMORY=4G

pkg_pretend() {
use extra-print-profiles  check-reqs_pkg_pretend
}

pkg_setup() {
use extra-print-profiles  check-reqs_pkg_setup
enewgroup colord
enewuser colord -1 -1 /var/lib/colord colord
}

src_prepare() {
# Adapt to Gentoo paths
sed -i -e 's/spotread/argyll-spotread/' \
src/sensors/cd-sensor-argyll.c \
configure.ac || die

eautoreconf
use vala  vala_src_prepare
gnome2_src_prepare
}

multilib_src_configure() {
# Reverse tools require gusb
# bash-completion test does not work on gentoo
local myconf=(
--disable-bash-completion
--disable-examples
--disable-static
--enable-libcolordcompat
--with-daemon-user=colord

[gentoo-commits] gentoo-x86 commit in dev-ruby/redis: redis-3.0.7.ebuild ChangeLog redis-3.0.5.ebuild

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 08:46:21

  Modified: ChangeLog
  Added:redis-3.0.7.ebuild
  Removed:  redis-3.0.5.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.5  dev-ruby/redis/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/redis/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/redis/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/redis/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redis/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   7 Jun 2015 19:22:19 -   1.4
+++ ChangeLog   5 Jul 2015 08:46:21 -   1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/redis
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redis/ChangeLog,v 1.4 2015/06/07 
19:22:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redis/ChangeLog,v 1.5 2015/07/05 
08:46:21 mrueg Exp $
+
+*redis-3.0.7 (05 Jul 2015)
+
+  05 Jul 2015; Manuel Rüger mr...@gentoo.org +redis-3.0.7.ebuild,
+  -redis-3.0.5.ebuild:
+  Version bump. Remove old.
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-ruby/redis/redis-3.0.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/redis/redis-3.0.7.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/redis/redis-3.0.7.ebuild?rev=1.1content-type=text/plain

Index: redis-3.0.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redis/redis-3.0.7.ebuild,v 1.1 
2015/07/05 08:46:21 mrueg Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

MY_P=redis-rb-${PV}
RUBY_FAKEGEM_RECIPE_TEST=rake
RUBY_FAKEGEM_TASK_TEST=run
RUBY_FAKEGEM_RECIPE_DOC=yard
RUBY_FAKEGEM_EXTRADOC=CHANGELOG.md README.md
RUBY_FAKEGEM_DOCDIR=doc

inherit ruby-fakegem

DESCRIPTION=A Ruby client library for Redis
HOMEPAGE=https://github.com/redis/redis-rb;
SRC_URI=https://github.com/redis/redis-rb/archive/v${PV}.tar.gz - 
${MY_P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64
IUSE=doc test

DEPEND=test? ( dev-db/redis )

RUBY_S=${MY_P}

all_ruby_prepare() {
# call me impatient, but this way we don't need netcat
sed -i \
-e '/test_subscribe_past_a_timeout/,+18d' \
test/publish_subscribe_test.rb || die sed failed

# Version 3.0.6 downloads and compiles redis-server to test against.
# This patch reverts it to the way 3.0.5 does it, using the local 
server.
# 
https://github.com/redis/redis-rb/commit/351a1294fe33f79c23495b7568045e9f484918f2
epatch ${FILESDIR}/${PN}-3.0.6-local-redis-server.patch
}






[gentoo-commits] dev/graaff:master commit in: dev-ruby/net_dav/

2015-07-05 Thread Hans de Graaff
commit: e01b98c3e9be6059d7b0a7cf8deb16c1cd9eab2d
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Sun Jul  5 06:01:42 2015 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Sun Jul  5 06:01:42 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=e01b98c3

Not using this and no longer maintained upstream.

 dev-ruby/net_dav/ChangeLog| 13 -
 dev-ruby/net_dav/Manifest | 14 --
 dev-ruby/net_dav/metadata.xml |  5 -
 dev-ruby/net_dav/net_dav-0.5.0.ebuild | 29 -
 4 files changed, 61 deletions(-)

diff --git a/dev-ruby/net_dav/ChangeLog b/dev-ruby/net_dav/ChangeLog
deleted file mode 100644
index 4a388cd..000
--- a/dev-ruby/net_dav/ChangeLog
+++ /dev/null
@@ -1,13 +0,0 @@
-# ChangeLog for dev-ruby/net_dav
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  14 Jun 2011; Hans de Graaff gra...@gentoo.org net_dav-0.5.0.ebuild:
-  Add x86 keyword.
-
-*net_dav-0.5.0 (19 Apr 2011)
-
-  19 Apr 2011; Hans de Graaff gra...@gentoo.org +net_dav-0.5.0.ebuild,
-  +metadata.xml:
-  Initial import.
-

diff --git a/dev-ruby/net_dav/Manifest b/dev-ruby/net_dav/Manifest
deleted file mode 100644
index 65ea4d3..000
--- a/dev-ruby/net_dav/Manifest
+++ /dev/null
@@ -1,14 +0,0 @@
--BEGIN PGP SIGNED MESSAGE-
-Hash: SHA256
-
-DIST net_dav-0.5.0.gem 40448 RMD160 9f490936f028731499a0f0a5e328abdc3d2f272e 
SHA1 fbfe165d46ef4569bb25470de1ed4543dff028b2 SHA256 
3bacb4e9860369eaef0dcf2cd06ce30f1ab3dd9b6733b9df4b79e51e971b9c3f
-EBUILD net_dav-0.5.0.ebuild 735 RMD160 
1969054a1508a1303901aff25591c5053aeec875 SHA1 
a8387eed1a9714362aa6fb805d756dd2997b09ff SHA256 
4913eadfbb455f1fcda6a42279c7755e66e046b740640719f47dff733a59957f
-MISC ChangeLog 348 RMD160 d7bdfa58f1407a34acbb7dcacbde99b89c92b49f SHA1 
42c94c8dcad65a18c06296673b2008907c9e93ba SHA256 
94812b3ae31f3fcdd9b1573fcaac3849562324ec7d5c05c3e2932e42d4d8a3ab
-MISC metadata.xml 201 RMD160 bbf7920d9809941fb024d20016dbe2fb9f15ff97 SHA1 
e629d21795e99a77bd0a6aded1a153fd12d5b2c5 SHA256 
c90b12c6600840878686d4544dbc51d97b0715add76b40d9400415cdef6324ad
--BEGIN PGP SIGNATURE-
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-iF4EAREIAAYFAk33PvIACgkQrnu0mw69JkpDvgEAhHqEuBt+mO1L78Gli2OwAZom
-YB8Pnq/gGprmoGNTDpkA/ibydtYUvU3/RILSSuUGFD8Mj/v2nhQADmfPYQmg0PXe
-=69s+
--END PGP SIGNATURE-

diff --git a/dev-ruby/net_dav/metadata.xml b/dev-ruby/net_dav/metadata.xml
deleted file mode 100644
index f977299..000
--- a/dev-ruby/net_dav/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-?xml version = '1.0' encoding = 'UTF-8'?
-!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
-pkgmetadata
-maintaineremailgra...@gentoo.org/email/maintainer
-/pkgmetadata

diff --git a/dev-ruby/net_dav/net_dav-0.5.0.ebuild 
b/dev-ruby/net_dav/net_dav-0.5.0.ebuild
deleted file mode 100644
index 3b7ae5f..000
--- a/dev-ruby/net_dav/net_dav-0.5.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/xml-simple/xml-simple-1.0.15.ebuild,v 1.1 
2011/04/11 05:36:25 graaff Exp $
-
-EAPI=2
-USE_RUBY=ruby18 ree18
-
-RUBY_FAKEGEM_TASK_TEST=spec
-
-inherit ruby-fakegem
-
-DESCRIPTION=Net::Dav library, in the style of Net::HTTP
-HOMEPAGE=https://github.com/devrandom/net_dav/wiki;
-
-LICENSE=GPL-3
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-
-# Restrict tests since we miss the webrick-webdav dependency.
-RESTRICT=test
-
-ruby_add_bdepend test? ( =dev-ruby/rspec-1.2.0:0 )
-
-ruby_add_rdepend =dev-ruby/nokogiri-1.3.0
-
-all_ruby_prepare() {
-   sed -i -e '/check_dependencies/d' Rakefile || die
-}



[gentoo-commits] gentoo-x86 commit in dev-ruby/yard: ChangeLog yard-0.8.7.6.ebuild

2015-07-05 Thread Hans de Graaff (graaff)
graaff  15/07/05 06:23:03

  Modified: ChangeLog yard-0.8.7.6.ebuild
  Log:
  Change ordering of markdown providers to include those with ruby22 first, 
fixing 553776.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.98 dev-ruby/yard/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yard/ChangeLog?rev=1.98view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yard/ChangeLog?rev=1.98content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yard/ChangeLog?r1=1.97r2=1.98

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/yard/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog   8 Jun 2015 06:44:05 -   1.97
+++ ChangeLog   5 Jul 2015 06:23:03 -   1.98
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/yard
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/ChangeLog,v 1.97 2015/06/08 
06:44:05 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/ChangeLog,v 1.98 2015/07/05 
06:23:03 graaff Exp $
+
+  05 Jul 2015; Hans de Graaff gra...@gentoo.org yard-0.8.7.6.ebuild:
+  Change ordering of markdown providers to include those with ruby22 first,
+  fixing 553776.
 
   08 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Updating remote-id in metadata.xml



1.4  dev-ruby/yard/yard-0.8.7.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yard/yard-0.8.7.6.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yard/yard-0.8.7.6.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yard/yard-0.8.7.6.ebuild?r1=1.3r2=1.4

Index: yard-0.8.7.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.7.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- yard-0.8.7.6.ebuild 31 Mar 2015 06:13:16 -  1.3
+++ yard-0.8.7.6.ebuild 5 Jul 2015 06:23:03 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.7.6.ebuild,v 1.3 
2015/03/31 06:13:16 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.7.6.ebuild,v 1.4 
2015/07/05 06:23:03 graaff Exp $
 
 EAPI=5
 
@@ -27,7 +27,7 @@
 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
 IUSE=
 
-ruby_add_bdepend doc? ( || ( dev-ruby/bluecloth dev-ruby/maruku 
dev-ruby/rdiscount dev-ruby/kramdown ) )
+ruby_add_bdepend doc? ( || ( dev-ruby/maruku dev-ruby/rdiscount 
dev-ruby/bluecloth dev-ruby/kramdown ) )
test? ( dev-ruby/rack )
 
 USE_RUBY=ruby19 ruby_add_bdepend test? ( =dev-ruby/ruby-gettext-2.3.8 )






[gentoo-commits] gentoo-x86 commit in dev-java/freemarker/files: freemarker-2.3.13-PyJavaInstance.patch

2015-07-05 Thread Patrice Clement (monsieurp)
monsieurp15/07/05 08:16:30

  Added:freemarker-2.3.13-PyJavaInstance.patch
  Log:
  EAPI 5 bump. dev-java/jython SLOT bump from :0 to :2.7. Patch to add missing 
imports due to jython:2.7 move. Drop ppc. Fix bug 553900.
  
  Signed-off-by: Patrice Clement monsie...@gentoo.org
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.1  
dev-java/freemarker/files/freemarker-2.3.13-PyJavaInstance.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/freemarker/files/freemarker-2.3.13-PyJavaInstance.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/freemarker/files/freemarker-2.3.13-PyJavaInstance.patch?rev=1.1content-type=text/plain

Index: freemarker-2.3.13-PyJavaInstance.patch
===
--- src/freemarker/ext/jython/JythonModelCache.java.orig2015-07-05 
08:47:07.03500 +
+++ src/freemarker/ext/jython/JythonModelCache.java 2015-07-05 
08:49:31.15700 +
@@ -10,7 +10,7 @@
 import org.python.core.PyDictionary;
 import org.python.core.PyFloat;
 import org.python.core.PyInteger;
-import org.python.core.PyJavaInstance;
+import org.python.core.PyJavaType;
 import org.python.core.PyLong;
 import org.python.core.PyNone;
 import org.python.core.PyObject;
@@ -37,8 +37,8 @@
 protected TemplateModel create(Object obj) {
 boolean asHash = false;
 boolean asSequence = false;
-if(obj instanceof PyJavaInstance) {
-Object jobj = 
((PyJavaInstance)obj).__tojava__(java.lang.Object.class);
+if(obj instanceof PyJavaType) {
+Object jobj = 
PyJavaType.wrapJavaObject(obj).__tojava__(Object.class);
 // FreeMarker-aware, Jython-wrapped Java objects are left intact 
 if(jobj instanceof TemplateModel) {
 return (TemplateModel)jobj; 






[gentoo-commits] gentoo-x86 commit in dev-java/freemarker: freemarker-2.3.13-r2.ebuild ChangeLog

2015-07-05 Thread Patrice Clement (monsieurp)
monsieurp15/07/05 08:16:30

  Modified: ChangeLog
  Added:freemarker-2.3.13-r2.ebuild
  Log:
  EAPI 5 bump. dev-java/jython SLOT bump from :0 to :2.7. Patch to add missing 
imports due to jython:2.7 move. Drop ppc. Fix bug 553900.
  
  Signed-off-by: Patrice Clement monsie...@gentoo.org
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.33 dev-java/freemarker/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/freemarker/ChangeLog?rev=1.33view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/freemarker/ChangeLog?rev=1.33content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/freemarker/ChangeLog?r1=1.32r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/freemarker/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   9 Jun 2015 13:36:18 -   1.32
+++ ChangeLog   5 Jul 2015 08:16:30 -   1.33
@@ -1,6 +1,13 @@
 # ChangeLog for dev-java/freemarker
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/freemarker/ChangeLog,v 1.32 
2015/06/09 13:36:18 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/freemarker/ChangeLog,v 1.33 
2015/07/05 08:16:30 monsieurp Exp $
+
+*freemarker-2.3.13-r2 (05 Jul 2015)
+
+  05 Jul 2015; Patrice Clement monsie...@gentoo.org
+  +files/freemarker-2.3.13-PyJavaInstance.patch, +freemarker-2.3.13-r2.ebuild:
+  EAPI 5 bump. dev-java/jython SLOT bump from :0 to :2.7. Patch to add missing
+  imports due to jython:2.7 move. Drop ppc. Fix bug 553900.
 
   09 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Updating remote-id in metadata.xml



1.1  dev-java/freemarker/freemarker-2.3.13-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/freemarker/freemarker-2.3.13-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/freemarker/freemarker-2.3.13-r2.ebuild?rev=1.1content-type=text/plain

Index: freemarker-2.3.13-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-java/freemarker/freemarker-2.3.13-r2.ebuild,v 1.1 
2015/07/05 08:16:30 monsieurp Exp $

EAPI=5

JAVA_PKG_IUSE=doc source
WANT_ANT_TASKS=ant-nodeps

inherit java-pkg-2 java-ant-2 eutils

DESCRIPTION= FreeMarker is a template engine; a generic tool to generate text 
output based on templates
HOMEPAGE=http://freemarker.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz

LICENSE=freemarker
SLOT=2.3
KEYWORDS=~amd64 ~x86
IUSE=

CDEPEND=dev-java/jython:2.7
java-virtuals/servlet-api:2.3
java-virtuals/servlet-api:2.4
java-virtuals/servlet-api:2.5
dev-java/jaxen:1.1
dev-java/juel:0
RDEPEND=${CDEPEND}
=virtual/jre-1.6
DEPEND=${CDEPEND}
=virtual/jdk-1.6
dev-java/javacc:0

# [0]: Patch so that we can compile the package
# against Jython-2.7.
# [1]: Gentoo specific stuff.
PATCHES=(
${FILESDIR}/${P}-PyJavaInstance.patch
${FILESDIR}/${P}-gentoo.patch
)

java_prepare() {
# Do away with bundled jar files.
find -name '*.jar' -exec rm -v {} + || die

# Apply patches.
epatch ${PATCHES[@]}

# Weed out comments (some contain UTF-8 chars javac cannnot deal with).
sed -i -e '/*/d;' \
src/freemarker/template/LocalizedString.java

# For ecj-3.5.
java-ant_rewrite-bootclasspath auto
}

src_compile() {
# BIG FAT WARNING:
# clean target removes lib/ directory!!
eant clean

mkdir -p lib/jsp-{1.2,2.0,2.1} || die
pushd lib /dev/null || die
java-pkg_jar-from --virtual --into jsp-1.2 servlet-api-2.3
java-pkg_jar-from --virtual --into jsp-2.0 servlet-api-2.4
java-pkg_jar-from --virtual --into jsp-2.1 servlet-api-2.5
java-pkg_jar-from jaxen-1.1
java-pkg_jar-from jython-2.7
java-pkg_jar-from --build-only javacc
java-pkg_jar-from juel
popd /dev/null

eant jar $(use_doc) -Djavacc.home=/usr/share/javacc/lib
}

src_install() {
java-pkg_dojar lib/${PN}.jar
dodoc README.txt

use doc  java-pkg_dojavadoc build/api
use source  java-pkg_dosrc src/*
}






[gentoo-commits] gentoo-x86 commit in www-servers/gorg/files: gorg-0.6.4-ruby19-date.patch gorg-0.6.4-ruby19.patch

2015-07-05 Thread Hans de Graaff (graaff)
graaff  15/07/05 06:32:17

  Removed:  gorg-0.6.4-ruby19-date.patch
gorg-0.6.4-ruby19.patch
  Log:
  Remove masked gorg package.



[gentoo-commits] gentoo-x86 commit in www-servers/gorg: ChangeLog Manifest gorg-0.7.0.ebuild gorg-0.7.1.ebuild gorg-0.7.2.ebuild metadata.xml

2015-07-05 Thread Hans de Graaff (graaff)
graaff  15/07/05 06:32:17

  Removed:  ChangeLog Manifest gorg-0.7.0.ebuild
gorg-0.7.1.ebuild gorg-0.7.2.ebuild metadata.xml
  Log:
  Remove masked gorg package.



[gentoo-commits] gentoo-x86 commit in profiles: package.mask ChangeLog

2015-07-05 Thread Hans de Graaff (graaff)
graaff  15/07/05 06:32:56

  Modified: package.mask ChangeLog
  Log:
  Remove mask for removed www-servers/gorg.

Revision  ChangesPath
1.16649  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16649view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16649content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16648r2=1.16649

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16648
retrieving revision 1.16649
diff -u -r1.16648 -r1.16649
--- package.mask4 Jul 2015 19:45:37 -   1.16648
+++ package.mask5 Jul 2015 06:32:56 -   1.16649
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16648 2015/07/04 
19:45:37 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16649 2015/07/05 
06:32:56 graaff Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -258,14 +258,6 @@
 # # (Please keep this mask and message in place for a month.)
 media-libs/lcms:0
 
-# Hans de Graaff gra...@gentoo.org (25 May 2015)
-# With the wwwold services going offline gorg no longer plays a role
-# in Gentoo's web environment. The wwwold services went offline due to
-# issues with gorg and instead of trying to fix them it was decided to
-# move the offline date forward. Consequently gorg will now also be
-# masked for removal in 30 days.
-www-servers/gorg
-
 # Ian Delaney idel...@gentoo.org (13 May 2015)
 # package unused, no revdeps, obsolete.
 # masked for removal in 30 days



1.10165  profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.10165view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.10165content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.10164r2=1.10165

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.10164
retrieving revision 1.10165
diff -u -r1.10164 -r1.10165
--- ChangeLog   4 Jul 2015 19:45:37 -   1.10164
+++ ChangeLog   5 Jul 2015 06:32:56 -   1.10165
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10164 2015/07/04 
19:45:37 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10165 2015/07/05 
06:32:56 graaff Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  05 Jul 2015; Hans de Graaff gra...@gentoo.org package.mask:
+  Remove mask for removed www-servers/gorg.
+
   04 Jul 2015; Anthony G. Basile bluen...@gentoo.org package.mask:
   Remove mask on sys-apps/getent since its off the tree.
 






[gentoo-commits] gentoo-x86 commit in app-crypt/seahorse: seahorse-3.16.0-r1.ebuild ChangeLog

2015-07-05 Thread Pacho Ramos (pacho)
pacho   15/07/05 08:22:05

  Modified: seahorse-3.16.0-r1.ebuild ChangeLog
  Log:
  dev-util/itstool DEPEND
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.3  app-crypt/seahorse/seahorse-3.16.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/seahorse-3.16.0-r1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/seahorse-3.16.0-r1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/seahorse-3.16.0-r1.ebuild?r1=1.2r2=1.3

Index: seahorse-3.16.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-3.16.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- seahorse-3.16.0-r1.ebuild   28 Jun 2015 10:18:10 -  1.2
+++ seahorse-3.16.0-r1.ebuild   5 Jul 2015 08:22:05 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-3.16.0-r1.ebuild,v 1.2 
2015/06/28 10:18:10 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-3.16.0-r1.ebuild,v 1.3 
2015/07/05 08:22:05 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -33,6 +33,7 @@
 DEPEND=${COMMON_DEPEND}
app-text/yelp-tools
=dev-util/intltool-0.35
+   dev-util/itstool
sys-devel/gettext
virtual/pkgconfig
 



1.196app-crypt/seahorse/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/ChangeLog?rev=1.196view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/ChangeLog?rev=1.196content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/ChangeLog?r1=1.195r2=1.196

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -r1.195 -r1.196
--- ChangeLog   28 Jun 2015 10:18:10 -  1.195
+++ ChangeLog   5 Jul 2015 08:22:05 -   1.196
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/seahorse
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.195 
2015/06/28 10:18:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.196 
2015/07/05 08:22:05 pacho Exp $
+
+  05 Jul 2015; Pacho Ramos pa...@gentoo.org seahorse-3.16.0-r1.ebuild:
+  dev-util/itstool DEPEND
 
   28 Jun 2015; Pacho Ramos pa...@gentoo.org -seahorse-3.16.0.ebuild,
   seahorse-3.16.0-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in x11-drivers/nvidia-drivers: ChangeLog nvidia-drivers-346.82.ebuild nvidia-drivers-346.72.ebuild

2015-07-05 Thread Jeroen Roovers (jer)
jer 15/07/05 06:57:34

  Modified: ChangeLog nvidia-drivers-346.82.ebuild
  Removed:  nvidia-drivers-346.72.ebuild
  Log:
  Stable for AMD64 x86 too.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.629x11-drivers/nvidia-drivers/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog?rev=1.629view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog?rev=1.629content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog?r1=1.628r2=1.629

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v
retrieving revision 1.628
retrieving revision 1.629
diff -u -r1.628 -r1.629
--- ChangeLog   27 Jun 2015 06:20:55 -  1.628
+++ ChangeLog   5 Jul 2015 06:57:34 -   1.629
@@ -1,6 +1,10 @@
 # ChangeLog for x11-drivers/nvidia-drivers
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v 
1.628 2015/06/27 06:20:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v 
1.629 2015/07/05 06:57:34 jer Exp $
+
+  05 Jul 2015; Jeroen Roovers j...@gentoo.org -nvidia-drivers-346.72.ebuild,
+  nvidia-drivers-346.82.ebuild:
+  Stable for AMD64 x86 too.
 
   27 Jun 2015; Jeroen Roovers j...@gentoo.org nvidia-drivers-352.21.ebuild:
   Stable for AMD64 x86 too.



1.2  x11-drivers/nvidia-drivers/nvidia-drivers-346.82.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-346.82.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-346.82.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-346.82.ebuild?r1=1.1r2=1.2

Index: nvidia-drivers-346.82.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-346.82.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nvidia-drivers-346.82.ebuild23 Jun 2015 17:20:01 -  1.1
+++ nvidia-drivers-346.82.ebuild5 Jul 2015 06:57:34 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-346.82.ebuild,v
 1.1 2015/06/23 17:20:01 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-346.82.ebuild,v
 1.2 2015/07/05 06:57:34 jer Exp $
 
 EAPI=5
 
@@ -24,7 +24,7 @@
 
 LICENSE=GPL-2 NVIDIA-r2
 SLOT=0
-KEYWORDS=-* ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd
+KEYWORDS=-* amd64 x86 ~amd64-fbsd ~x86-fbsd
 RESTRICT=bindist mirror strip
 EMULTILIB_PKG=true
 






[gentoo-commits] gentoo-x86 commit in media-libs/harfbuzz: harfbuzz-0.9.41.ebuild ChangeLog harfbuzz-0.9.35.ebuild

2015-07-05 Thread Pacho Ramos (pacho)
pacho   15/07/05 08:18:38

  Modified: ChangeLog
  Added:harfbuzz-0.9.41.ebuild
  Removed:  harfbuzz-0.9.35.ebuild
  Log:
  Version bump, drop old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.112media-libs/harfbuzz/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/ChangeLog?rev=1.112view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/ChangeLog?rev=1.112content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/ChangeLog?r1=1.111r2=1.112

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog   31 May 2015 10:56:39 -  1.111
+++ ChangeLog   5 Jul 2015 08:18:38 -   1.112
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/harfbuzz
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.111 
2015/05/31 10:56:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.112 
2015/07/05 08:18:38 pacho Exp $
+
+*harfbuzz-0.9.41 (05 Jul 2015)
+
+  05 Jul 2015; Pacho Ramos pa...@gentoo.org +harfbuzz-0.9.41.ebuild,
+  -harfbuzz-0.9.35.ebuild:
+  Version bump, drop old
 
   31 May 2015; Markus Meier mae...@gentoo.org harfbuzz-0.9.38.ebuild:
   arm stable, bug #544792



1.1  media-libs/harfbuzz/harfbuzz-0.9.41.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.41.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.41.ebuild?rev=1.1content-type=text/plain

Index: harfbuzz-0.9.41.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.41.ebuild,v 
1.1 2015/07/05 08:18:38 pacho Exp $

EAPI=5

EGIT_REPO_URI=git://anongit.freedesktop.org/harfbuzz
[[ ${PV} ==  ]]  inherit git-r3 autotools

PYTHON_COMPAT=( python2_7 )

inherit eutils libtool multilib-minimal python-any-r1

DESCRIPTION=An OpenType text shaping engine
HOMEPAGE=http://www.freedesktop.org/wiki/Software/HarfBuzz;
[[ ${PV} ==  ]] || 
SRC_URI=http://www.freedesktop.org/software/${PN}/release/${P}.tar.bz2;

LICENSE=Old-MIT ISC icu
SLOT=0/0.9.18 # 0.9.18 introduced the harfbuzz-icu split; bug #472416
[[ ${PV} ==  ]] || \
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x86-macos ~x64-solaris

IUSE=+cairo fontconfig +glib +graphite icu +introspection static-libs test 
+truetype
REQUIRED_USE=introspection? ( glib )

RDEPEND=
cairo? ( x11-libs/cairo:= )
fontconfig? ( media-libs/fontconfig:1.0[${MULTILIB_USEDEP}] )
glib? ( =dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] )
graphite? ( =media-gfx/graphite2-1.2.1:=[${MULTILIB_USEDEP}] )
icu? ( =dev-libs/icu-51.2-r1:=[${MULTILIB_USEDEP}] )
introspection? ( =dev-libs/gobject-introspection-1.34 )
truetype? ( =media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}] )

DEPEND=${RDEPEND}
dev-util/gtk-doc-am
virtual/pkgconfig
test? ( ${PYTHON_DEPS} )

# eautoreconf requires gobject-introspection-common
# ragel needed if regenerating *.hh files from *.rl
[[ ${PV} =  ]]  DEPEND=${DEPEND}
=dev-libs/gobject-introspection-common-1.34
dev-util/ragel


pkg_setup() {
use test  python-any-r1_pkg_setup
}

src_prepare() {
if [[ ${CHOST} == *-darwin* || ${CHOST} == *-solaris* ]] ; then
# on Darwin/Solaris we need to link with g++, like automake 
defaults
# to, but overridden by upstream because on Linux this is not
# necessary, bug #449126
sed -i \
-e 's/\LINK\/CXXLINK/' \
src/Makefile.am || die
sed -i \
-e '/libharfbuzz_la_LINK = /s/\LINK\/CXXLINK/' \
src/Makefile.in || die
sed -i \
-e '/AM_V_CCLD/s/\LINK\/CXXLINK/' \
test/api/Makefile.in || die
fi

[[ ${PV} ==  ]]  eautoreconf
elibtoolize # for Solaris

# failing test, https://bugs.freedesktop.org/show_bug.cgi?id=89190
sed -e 's#tests/arabic-fallback-shaping.tests##' -i 
test/shaping/Makefile.in || die sed failed
}

multilib_src_configure() {
ECONF_SOURCE=${S} \
# harfbuzz-gobject only used for instrospection, bug 

[gentoo-commits] gentoo-x86 commit in net-mail/courier-imap: metadata.xml ChangeLog

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 08:52:46

  Modified: metadata.xml ChangeLog
  Log:
  Dropping myself from metadata.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.17 net-mail/courier-imap/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/courier-imap/metadata.xml?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/courier-imap/metadata.xml?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/courier-imap/metadata.xml?r1=1.16r2=1.17

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/courier-imap/metadata.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- metadata.xml15 Jun 2015 17:45:34 -  1.16
+++ metadata.xml5 Jul 2015 08:52:46 -   1.17
@@ -7,11 +7,6 @@
nameDavid Heidelberg/name
descriptionAssign bugs to him./description
/maintainer
-   maintainer
-   emailmr...@gentoo.org/email
-   nameManuel Rüger/name
-   descriptionCC him on bugs./description
-   /maintainer
use
flag name=trashquotainclude deleted messages, and the Trash 
folder, in the estimated quota usage for maildirs/flag
/use



1.229net-mail/courier-imap/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/courier-imap/ChangeLog?rev=1.229view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/courier-imap/ChangeLog?rev=1.229content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/courier-imap/ChangeLog?r1=1.228r2=1.229

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/courier-imap/ChangeLog,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -r1.228 -r1.229
--- ChangeLog   1 May 2015 05:02:52 -   1.228
+++ ChangeLog   5 Jul 2015 08:52:46 -   1.229
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/courier-imap
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/ChangeLog,v 1.228 
2015/05/01 05:02:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/ChangeLog,v 1.229 
2015/07/05 08:52:46 mrueg Exp $
+
+  05 Jul 2015; Manuel Rüger mr...@gentoo.org metadata.xml:
+  Dropping myself from metadata.
 
   01 May 2015; Jeroen Roovers j...@gentoo.org courier-imap-4.16.0.ebuild:
   Marked ~ppc64 (bug #532520).






[gentoo-commits] dev/graaff:master commit in: dev-ruby/poltergeist/

2015-07-05 Thread Hans de Graaff
commit: 5e00b437c299f12c16c2dabd7e7c963365f8af21
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Sat Jul  4 19:27:08 2015 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Sat Jul  4 19:27:08 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=5e00b437

Moved to gentoo tree.

 dev-ruby/poltergeist/ChangeLog| 38 -
 dev-ruby/poltergeist/Manifest |  2 --
 dev-ruby/poltergeist/metadata.xml |  5 
 dev-ruby/poltergeist/poltergeist-1.5.1.ebuild | 35 ---
 dev-ruby/poltergeist/poltergeist-1.6.0.ebuild | 40 ---
 5 files changed, 120 deletions(-)

diff --git a/dev-ruby/poltergeist/ChangeLog b/dev-ruby/poltergeist/ChangeLog
deleted file mode 100644
index 961cb1b..000
--- a/dev-ruby/poltergeist/ChangeLog
+++ /dev/null
@@ -1,38 +0,0 @@
-# ChangeLog for dev-ruby/poltergeist
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*poltergeist-1.6.0 (19 Jun 2015)
-
-  19 Jun 2015; Hans de Graaff gra...@gentoo.org +poltergeist-1.6.0.ebuild:
-  Version bump.
-
-  19 Jun 2015; Hans de Graaff gra...@gentoo.org -poltergeist-1.4.1-r1.ebuild,
-  -poltergeist-1.5.0.ebuild:
-  Cleanup.
-
-*poltergeist-1.5.1 (06 Jun 2014)
-
-  06 Jun 2014; Hans de Graaff gra...@gentoo.org +poltergeist-1.5.1.ebuild:
-  Version bump.
-
-*poltergeist-1.5.0 (13 Dec 2013)
-
-  13 Dec 2013; Hans de Graaff gra...@gentoo.org +poltergeist-1.5.0.ebuild:
-  Version bump.
-
-*poltergeist-1.4.1-r1 (06 Dec 2013)
-
-  06 Dec 2013; Hans de Graaff gra...@gentoo.org -poltergeist-1.4.1.ebuild,
-  +poltergeist-1.4.1-r1.ebuild:
-  Make capybara dependency more lenient to include all 2.x versions.
-
-  04 Dec 2013; Hans de Graaff gra...@gentoo.org poltergeist-1.4.1.ebuild:
-  Add missing websocket-driver dependency.
-
-*poltergeist-1.4.1 (04 Dec 2013)
-
-  04 Dec 2013; Hans de Graaff gra...@gentoo.org +poltergeist-1.4.1.ebuild,
-  +metadata.xml:
-  Initial import.
-

diff --git a/dev-ruby/poltergeist/Manifest b/dev-ruby/poltergeist/Manifest
deleted file mode 100644
index 5d603cc..000
--- a/dev-ruby/poltergeist/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST poltergeist-1.5.1.tar.gz 143603 SHA256 
7bd9c9330da095d9ad4715c6f6f32207f7acf84543b7de4ed3eb344d2087bda1 SHA512 
d424c6867c744231e09ec71a6129bac801b23cba57e98ddd8881fb8ad97eb70b11fbfbd1481f988d4a462064abd1fb7b30aa8c024f300666493da9c64421a12b
 WHIRLPOOL 
e62b15bc93745afe368390ad49ac3d20a81fd55ef6d925c58e12a2513a366d395800cc92cbf705a25a20c1dfe99fc41e3c7529d9981276e2bc0af82b9ea29836
-DIST poltergeist-1.6.0.tar.gz 147447 SHA256 
6a62976b6c1364be817c87daf84830d50284e3d693d8c9155d74514755d86c29 SHA512 
298af6798095d78cd662dd58231ababec4a3b9925dd7d45ebb9d28c1211a3838605ba5c2ed75033439dc28d7ef84060407495e87e2fe248b1965bd3f5ccd8250
 WHIRLPOOL 
162e4aa97da121dd392f333550032657a199ab27225b76ed05f2f0e04e9c2c2971932fb48117ecd72f144ba194ab35c317afca1041fedf066697368f8a3429df

diff --git a/dev-ruby/poltergeist/metadata.xml 
b/dev-ruby/poltergeist/metadata.xml
deleted file mode 100644
index f977299..000
--- a/dev-ruby/poltergeist/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-?xml version = '1.0' encoding = 'UTF-8'?
-!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
-pkgmetadata
-maintaineremailgra...@gentoo.org/email/maintainer
-/pkgmetadata

diff --git a/dev-ruby/poltergeist/poltergeist-1.5.1.ebuild 
b/dev-ruby/poltergeist/poltergeist-1.5.1.ebuild
deleted file mode 100644
index 80f9c74..000
--- a/dev-ruby/poltergeist/poltergeist-1.5.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=5
-USE_RUBY=ruby19 ruby20
-
-# There are tests but they require several unpackaged dependencies.
-RUBY_FAKEGEM_TASK_TEST=
-
-RUBY_FAKEGEM_TASK_DOC=
-RUBY_FAKEGEM_EXTRADOC=CHANGELOG.md README.md
-
-RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec
-
-inherit ruby-fakegem
-
-DESCRIPTION=A PhantomJS driver for Capybara
-HOMEPAGE=https://github.com/jonleighton/poltergeist;
-SRC_URI=https://github.com/jonleighton/poltergeist/archive/v${PV}.tar.gz - 
${P}.tar.gz
-
-LICENSE=MIT
-SLOT=0
-KEYWORDS=~amd64
-IUSE=
-
-ruby_add_rdepend =dev-ruby/cliver-0.3
-   dev-ruby/multi_json
-   =dev-ruby/capybara-2.1.0
-   =dev-ruby/websocket-driver-0.2.0
-
-all_ruby_prepare() {
-   # Fix cliver versioning to accept all 0.x versions
-   sed -i -e 's/0.3.1/0.3/' ${RUBY_FAKEGEM_GEMSPEC} || die
-}

diff --git a/dev-ruby/poltergeist/poltergeist-1.6.0.ebuild 
b/dev-ruby/poltergeist/poltergeist-1.6.0.ebuild
deleted file mode 100644
index fc9f24e..000
--- a/dev-ruby/poltergeist/poltergeist-1.6.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21
-
-# There are tests but 

[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2015-07-05 Thread Hans de Graaff (graaff)
graaff  15/07/05 06:39:06

  Modified: ChangeLog package.mask
  Log:
  Mask old slot of dev-ruby/dotenv for removal, fixing bug 553402.

Revision  ChangesPath
1.10166  profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.10166view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.10166content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.10165r2=1.10166

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.10165
retrieving revision 1.10166
diff -u -r1.10165 -r1.10166
--- ChangeLog   5 Jul 2015 06:32:56 -   1.10165
+++ ChangeLog   5 Jul 2015 06:39:05 -   1.10166
@@ -1,12 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10165 2015/07/05 
06:32:56 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10166 2015/07/05 
06:39:05 graaff Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
   05 Jul 2015; Hans de Graaff gra...@gentoo.org package.mask:
+  Mask old slot of dev-ruby/dotenv for removal, fixing bug 553402.
+
+  05 Jul 2015; Hans de Graaff gra...@gentoo.org package.mask:
   Remove mask for removed www-servers/gorg.
 
   04 Jul 2015; Anthony G. Basile bluen...@gentoo.org package.mask:



1.16650  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16650view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16650content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16649r2=1.16650

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16649
retrieving revision 1.16650
diff -u -r1.16649 -r1.16650
--- package.mask5 Jul 2015 06:32:56 -   1.16649
+++ package.mask5 Jul 2015 06:39:06 -   1.16650
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16649 2015/07/05 
06:32:56 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16650 2015/07/05 
06:39:06 graaff Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Hans de Graaff gra...@gentoo.org (5 Jul 2015)
+# Mask for removal in 30 days. This is an old slot with a supporting
+# package only needed for this slot. Use dev-ruby/dotenv:2 instead.
+# This also fixes bug #553402 (file collision between slots).
+dev-ruby/dotenv:0
+dev-ruby/dotenv-deployment
+
 # Michael Orlitzky m...@gentoo.org (3 Jul 2015)
 # Mask for removal in 30 days. Superseded by dev-haskell/biosff;
 # use that instead. Bug #553636.






[gentoo-commits] gentoo-x86 commit in dev-python/SaltTesting: SaltTesting-2015.5.8.ebuild ChangeLog

2015-07-05 Thread Ian Delaney (idella4)
idella4 15/07/05 06:53:10

  Modified: ChangeLog
  Added:SaltTesting-2015.5.8.ebuild
  Log:
  bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.11 dev-python/SaltTesting/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/SaltTesting/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/SaltTesting/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/SaltTesting/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/SaltTesting/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   3 Jun 2015 21:41:40 -   1.10
+++ ChangeLog   5 Jul 2015 06:53:10 -   1.11
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/SaltTesting
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/SaltTesting/ChangeLog,v 1.10 
2015/06/03 21:41:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/SaltTesting/ChangeLog,v 1.11 
2015/07/05 06:53:10 idella4 Exp $
+
+*SaltTesting-2015.5.8 (05 Jul 2015)
+
+  05 Jul 2015; Ian Delaney idel...@gentoo.org +SaltTesting-2015.5.8.ebuild:
+  bump
 
   03 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add pypi to remote-id in metadata.xml



1.1  dev-python/SaltTesting/SaltTesting-2015.5.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/SaltTesting/SaltTesting-2015.5.8.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/SaltTesting/SaltTesting-2015.5.8.ebuild?rev=1.1content-type=text/plain

Index: SaltTesting-2015.5.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/SaltTesting/SaltTesting-2015.5.8.ebuild,v 
1.1 2015/07/05 06:53:10 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit eutils distutils-r1

DESCRIPTION=Required testing tools needed in the several Salt Stack projects
HOMEPAGE=http://saltstack.org/;

if [[ ${PV} == * ]]; then
inherit git-2
EGIT_REPO_URI=git://github.com/saltstack/salt-testing.git
EGIT_BRANCH=develop
SRC_URI=
KEYWORDS=
else
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
KEYWORDS=~x86 ~amd64
fi

LICENSE=Apache-2.0
SLOT=0

DEPEND=
=dev-python/requests-2.4.2[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
# The testsuite requires the package salt itself which has never been added to 
portage






[gentoo-commits] gentoo-x86 commit in media-gfx/simple-scan: simple-scan-3.16.1.ebuild ChangeLog simple-scan-3.14.2.ebuild

2015-07-05 Thread Pacho Ramos (pacho)
pacho   15/07/05 08:08:38

  Modified: ChangeLog
  Added:simple-scan-3.16.1.ebuild
  Removed:  simple-scan-3.14.2.ebuild
  Log:
  Version bump, drop old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.56 media-gfx/simple-scan/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/ChangeLog?rev=1.56view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/ChangeLog?rev=1.56content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/ChangeLog?r1=1.55r2=1.56

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/simple-scan/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   26 Jun 2015 09:22:50 -  1.55
+++ ChangeLog   5 Jul 2015 08:08:38 -   1.56
@@ -1,6 +1,12 @@
 # ChangeLog for media-gfx/simple-scan
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/simple-scan/ChangeLog,v 1.55 
2015/06/26 09:22:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/simple-scan/ChangeLog,v 1.56 
2015/07/05 08:08:38 pacho Exp $
+
+*simple-scan-3.16.1 (05 Jul 2015)
+
+  05 Jul 2015; Pacho Ramos pa...@gentoo.org +simple-scan-3.16.1.ebuild,
+  -simple-scan-3.14.2.ebuild:
+  Version bump, drop old
 
   26 Jun 2015; Agostino Sarubbo a...@gentoo.org simple-scan-3.14.3.ebuild:
   Stable for x86, wrt bug #551814



1.1  media-gfx/simple-scan/simple-scan-3.16.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/simple-scan-3.16.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/simple-scan-3.16.1.ebuild?rev=1.1content-type=text/plain

Index: simple-scan-3.16.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/simple-scan/simple-scan-3.16.1.ebuild,v 1.1 
2015/07/05 08:08:38 pacho Exp $

EAPI=5
GCONF_DEBUG=no

inherit gnome2 versionator

DESCRIPTION=Simple document scanning utility
HOMEPAGE=https://launchpad.net/simple-scan;

MY_PV=$(get_version_component_range 1-2)
SRC_URI=http://launchpad.net/${PN}/${MY_PV}/${PV}/+download/${P}.tar.xz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~arm ~x86
IUSE=

COMMON_DEPEND=
=dev-libs/glib-2.32:2
=media-gfx/sane-backends-1.0.20:=
=sys-libs/zlib-1.2.3.1:=
virtual/jpeg:0=
virtual/libgudev:=
x11-libs/cairo:=
=x11-libs/gtk+-3:3
=x11-misc/colord-0.1.24:=[udev]

RDEPEND=${COMMON_DEPEND}
x11-misc/xdg-utils
|| (
x11-themes/adwaita-icon-theme
x11-themes/gnome-icon-theme )

DEPEND=${COMMON_DEPEND}
app-text/yelp-tools
=dev-util/intltool-0.35.0
virtual/pkgconfig


src_configure() {
DOCS=NEWS README.md
gnome2_src_configure \
VALAC=$(type -P true)
}






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-pulseaudio-plugin: xfce4-pulseaudio-plugin-0.2.3.ebuild ChangeLog

2015-07-05 Thread Jason Zaman (perfinion)
perfinion15/07/05 08:08:39

  Modified: xfce4-pulseaudio-plugin-0.2.3.ebuild ChangeLog
  Log:
  amd64 stable wrt bug 553500
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x7EF137EC935B0EAF)

Revision  ChangesPath
1.3  
xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.3.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.3.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.3.ebuild?r1=1.2r2=1.3

Index: xfce4-pulseaudio-plugin-0.2.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfce4-pulseaudio-plugin-0.2.3.ebuild1 Jul 2015 08:34:06 -   
1.2
+++ xfce4-pulseaudio-plugin-0.2.3.ebuild5 Jul 2015 08:08:39 -   
1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.3.ebuild,v
 1.2 2015/07/01 08:34:06 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.3.ebuild,v
 1.3 2015/07/05 08:08:39 perfinion Exp $
 
 EAPI=5
 inherit xfconf
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 x86
+KEYWORDS=amd64 x86
 IUSE=debug keybinder libnotify
 
 RDEPEND==dev-libs/glib-2.24.0:=



1.7  xfce-extra/xfce4-pulseaudio-plugin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/ChangeLog?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/ChangeLog?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/ChangeLog?r1=1.6r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   1 Jul 2015 08:34:06 -   1.6
+++ ChangeLog   5 Jul 2015 08:08:39 -   1.7
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-pulseaudio-plugin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/ChangeLog,v 1.6 
2015/07/01 08:34:06 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/ChangeLog,v 1.7 
2015/07/05 08:08:39 perfinion Exp $
+
+  05 Jul 2015; Jason Zaman perfin...@gentoo.org
+  xfce4-pulseaudio-plugin-0.2.3.ebuild:
+  amd64 stable wrt bug 553500
 
   01 Jul 2015; Mikle Kolyada zlog...@gentoo.org
   xfce4-pulseaudio-plugin-0.2.3.ebuild:






[gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-software/

2015-07-05 Thread Gilles Dartiguelongue
commit: 7e97aecf9721fb2f25a480d742e2d86dcb62dadc
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun Jul  5 09:35:30 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun Jul  5 09:35:30 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=7e97aecf

gnome-extra/gnome-software: 3.16.3 → 3.16.4

 .../{gnome-software-3.16.3.ebuild = gnome-software-3.16.4.ebuild}   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnome-extra/gnome-software/gnome-software-3.16.3.ebuild 
b/gnome-extra/gnome-software/gnome-software-3.16.4.ebuild
similarity index 98%
rename from gnome-extra/gnome-software/gnome-software-3.16.3.ebuild
rename to gnome-extra/gnome-software/gnome-software-3.16.4.ebuild
index a55455d..49e1a48 100644
--- a/gnome-extra/gnome-software/gnome-software-3.16.3.ebuild
+++ b/gnome-extra/gnome-software/gnome-software-3.16.4.ebuild
@@ -23,6 +23,7 @@ RDEPEND=
gnome-base/gnome-desktop:3
=gnome-base/gsettings-desktop-schemas-3.11.5
net-libs/libsoup:2.4
+   sys-auth/polkit
=x11-libs/gtk+-3.16:3
 
 DEPEND=${DEPEND}



[gentoo-commits] proj/gnome:master commit in: media-sound/girl/

2015-07-05 Thread Gilles Dartiguelongue
commit: 8ad67b8ee99344e67361fab35e1efb3d206049a2
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun Jul  5 09:38:18 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun Jul  5 09:38:18 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=8ad67b8e

media-sound/girl: 5.0.0 → 6.0.0

 media-sound/girl/{girl-5.0.0.ebuild = girl-6.0.0.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/media-sound/girl/girl-5.0.0.ebuild 
b/media-sound/girl/girl-6.0.0.ebuild
similarity index 100%
rename from media-sound/girl/girl-5.0.0.ebuild
rename to media-sound/girl/girl-6.0.0.ebuild



[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gtk2: ruby-gtk2-2.2.3.ebuild ruby-gtk2-2.2.3-r1.ebuild ChangeLog ruby-gtk2-2.2.0.ebuild ruby-gtk2-2.1.0.ebuild ruby-gtk2-1.2.6.ebuild

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 10:32:24

  Modified: ruby-gtk2-2.2.3.ebuild ChangeLog
  Added:ruby-gtk2-2.2.3-r1.ebuild
  Removed:  ruby-gtk2-2.2.0.ebuild ruby-gtk2-2.1.0.ebuild
ruby-gtk2-1.2.6.ebuild
  Log:
  Remove old. Create stabilization candidate.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.3  dev-ruby/ruby-gtk2/ruby-gtk2-2.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtk2/ruby-gtk2-2.2.3.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtk2/ruby-gtk2-2.2.3.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtk2/ruby-gtk2-2.2.3.ebuild?r1=1.2r2=1.3

Index: ruby-gtk2-2.2.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk2/ruby-gtk2-2.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-gtk2-2.2.3.ebuild  25 Feb 2015 19:03:30 -  1.2
+++ ruby-gtk2-2.2.3.ebuild  5 Jul 2015 10:32:24 -   1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk2/ruby-gtk2-2.2.3.ebuild,v 
1.2 2015/02/25 19:03:30 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk2/ruby-gtk2-2.2.3.ebuild,v 
1.3 2015/07/05 10:32:24 mrueg Exp $
 
 EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21 ruby22
+USE_RUBY=ruby19 ruby20
 
 inherit ruby-ng-gnome2
 
@@ -11,9 +11,9 @@
 KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
-DEPEND=${DEPEND} x11-libs/gtk+:2
+DEPEND+= x11-libs/gtk+:2
x11-themes/hicolor-icon-theme
-RDEPEND=${RDEPEND} x11-libs/gtk+:2
+RDEPEND+= x11-libs/gtk+:2
 
 ruby_add_bdepend =dev-ruby/ruby-glib2-${PV}
=dev-ruby/ruby-pango-${PV}



1.116dev-ruby/ruby-gtk2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtk2/ChangeLog?rev=1.116view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtk2/ChangeLog?rev=1.116content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtk2/ChangeLog?r1=1.115r2=1.116

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk2/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog   25 Feb 2015 19:03:30 -  1.115
+++ ChangeLog   5 Jul 2015 10:32:24 -   1.116
@@ -1,6 +1,13 @@
 # ChangeLog for dev-ruby/ruby-gtk2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk2/ChangeLog,v 1.115 
2015/02/25 19:03:30 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk2/ChangeLog,v 1.116 
2015/07/05 10:32:24 mrueg Exp $
+
+*ruby-gtk2-2.2.3-r1 (05 Jul 2015)
+
+  05 Jul 2015; Manuel Rüger mr...@gentoo.org +ruby-gtk2-2.2.3-r1.ebuild,
+  -ruby-gtk2-1.2.6.ebuild, -ruby-gtk2-2.1.0.ebuild, -ruby-gtk2-2.2.0.ebuild,
+  ruby-gtk2-2.2.3.ebuild:
+  Remove old. Create stabilization candidate.
 
   25 Feb 2015; Hans de Graaff gra...@gentoo.org ruby-gtk2-2.2.3.ebuild:
   Add ruby22.



1.1  dev-ruby/ruby-gtk2/ruby-gtk2-2.2.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtk2/ruby-gtk2-2.2.3-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtk2/ruby-gtk2-2.2.3-r1.ebuild?rev=1.1content-type=text/plain

Index: ruby-gtk2-2.2.3-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk2/ruby-gtk2-2.2.3-r1.ebuild,v 1.1 
2015/07/05 10:32:24 mrueg Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 ruby22

inherit ruby-ng-gnome2

DESCRIPTION=Ruby Gtk2 bindings
KEYWORDS=~amd64 ~ppc ~x86
IUSE=

DEPEND+= x11-libs/gtk+:2
x11-themes/hicolor-icon-theme
RDEPEND+= x11-libs/gtk+:2

ruby_add_bdepend =dev-ruby/ruby-glib2-${PV}
=dev-ruby/ruby-pango-${PV}
ruby_add_rdepend =dev-ruby/ruby-gdkpixbuf2-${PV}
=dev-ruby/ruby-atk-${PV}
=dev-ruby/ruby-pango-${PV}






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gtk3: ruby-gtk3-2.2.3-r1.ebuild ruby-gtk3-2.2.3.ebuild ChangeLog ruby-gtk3-1.2.6.ebuild ruby-gtk3-2.2.0.ebuild ruby-gtk3-2.0.2.ebuild ruby-gtk3-2.1.

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 10:33:15

  Modified: ruby-gtk3-2.2.3.ebuild ChangeLog
  Added:ruby-gtk3-2.2.3-r1.ebuild
  Removed:  ruby-gtk3-1.2.6.ebuild ruby-gtk3-2.2.0.ebuild
ruby-gtk3-2.0.2.ebuild ruby-gtk3-2.1.0.ebuild
  Log:
  Remove old. Create stabilization candidate.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.3  dev-ruby/ruby-gtk3/ruby-gtk3-2.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtk3/ruby-gtk3-2.2.3.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtk3/ruby-gtk3-2.2.3.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtk3/ruby-gtk3-2.2.3.ebuild?r1=1.2r2=1.3

Index: ruby-gtk3-2.2.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk3/ruby-gtk3-2.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-gtk3-2.2.3.ebuild  14 Jun 2015 07:38:47 -  1.2
+++ ruby-gtk3-2.2.3.ebuild  5 Jul 2015 10:33:15 -   1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk3/ruby-gtk3-2.2.3.ebuild,v 
1.2 2015/06/14 07:38:47 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk3/ruby-gtk3-2.2.3.ebuild,v 
1.3 2015/07/05 10:33:15 mrueg Exp $
 
 EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21 ruby22
+USE_RUBY=ruby19 ruby20
 
 inherit ruby-ng-gnome2
 
@@ -11,8 +11,8 @@
 KEYWORDS=~amd64 ~ppc
 IUSE=
 
-DEPEND=${DEPEND} x11-libs/gtk+:3
-RDEPEND=${RDEPEND} x11-libs/gtk+:3
+DEPEND+= x11-libs/gtk+:3
+RDEPEND+= x11-libs/gtk+:3
 
 ruby_add_bdepend =dev-ruby/ruby-glib2-${PV}
=dev-ruby/ruby-pango-${PV}



1.8  dev-ruby/ruby-gtk3/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtk3/ChangeLog?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtk3/ChangeLog?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtk3/ChangeLog?r1=1.7r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk3/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   14 Jun 2015 07:38:47 -  1.7
+++ ChangeLog   5 Jul 2015 10:33:15 -   1.8
@@ -1,6 +1,13 @@
 # ChangeLog for dev-ruby/ruby-gtk3
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk3/ChangeLog,v 1.7 
2015/06/14 07:38:47 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk3/ChangeLog,v 1.8 
2015/07/05 10:33:15 mrueg Exp $
+
+*ruby-gtk3-2.2.3-r1 (05 Jul 2015)
+
+  05 Jul 2015; Manuel Rüger mr...@gentoo.org +ruby-gtk3-2.2.3-r1.ebuild,
+  -ruby-gtk3-1.2.6.ebuild, -ruby-gtk3-2.0.2.ebuild, -ruby-gtk3-2.1.0.ebuild,
+  -ruby-gtk3-2.2.0.ebuild, ruby-gtk3-2.2.3.ebuild:
+  Remove old. Create stabilization candidate.
 
   14 Jun 2015; Hans de Graaff gra...@gentoo.org ruby-gtk3-2.2.3.ebuild:
   Add ruby22.



1.1  dev-ruby/ruby-gtk3/ruby-gtk3-2.2.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtk3/ruby-gtk3-2.2.3-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtk3/ruby-gtk3-2.2.3-r1.ebuild?rev=1.1content-type=text/plain

Index: ruby-gtk3-2.2.3-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk3/ruby-gtk3-2.2.3-r1.ebuild,v 1.1 
2015/07/05 10:33:15 mrueg Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 ruby22

inherit ruby-ng-gnome2

DESCRIPTION=Ruby Gtk3 bindings
KEYWORDS=~amd64 ~ppc
IUSE=

DEPEND+= x11-libs/gtk+:3
RDEPEND+= x11-libs/gtk+:3

ruby_add_bdepend =dev-ruby/ruby-glib2-${PV}
=dev-ruby/ruby-pango-${PV}
ruby_add_rdepend =dev-ruby/ruby-gdkpixbuf2-${PV}
=dev-ruby/ruby-atk-${PV}
=dev-ruby/ruby-gdk3-${PV}
=dev-ruby/ruby-gio2-${PV}






[gentoo-commits] dev/mrueg:master commit in: dev-python/pytest-capturelog/

2015-07-05 Thread Manuel Rüger
commit: bcd88d8ad4da756c517238ccf0e61f327482b29b
Author: Manuel Rüger mrueg AT gentoo DOT org
AuthorDate: Sun Jul  5 10:44:45 2015 +
Commit: Manuel Rüger mrueg AT gentoo DOT org
CommitDate: Sun Jul  5 10:44:45 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=bcd88d8a

[dev-python/pytest-capturelog] Moved to the tree.

 dev-python/pytest-capturelog/Manifest |  1 -
 dev-python/pytest-capturelog/metadata.xml |  8 
 .../pytest-capturelog/pytest-capturelog-0.7.ebuild| 19 ---
 3 files changed, 28 deletions(-)

diff --git a/dev-python/pytest-capturelog/Manifest 
b/dev-python/pytest-capturelog/Manifest
deleted file mode 100644
index 335fffc..000
--- a/dev-python/pytest-capturelog/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pytest-capturelog-0.7.tar.gz 4293 SHA256 
b6e8d5189b39462109c2188e6b512d6cc7e66d62bb5be65389ed50e96d22000d SHA512 
82567697be2c277f49633cee5c83733b3383b89e987729dc977f4ef3dd08a5ef55d507f5380ac08def7791157208459ee08d686cf532280c665e659938f03c22
 WHIRLPOOL 
3b292ac5197c13b72019e4051226a7417434fdba6854883273d13f6750e9420987f0af80ec8035d88b318290a190d397c3c7bc892b4930641977bad7ddbcc420

diff --git a/dev-python/pytest-capturelog/metadata.xml 
b/dev-python/pytest-capturelog/metadata.xml
deleted file mode 100644
index bfcb697..000
--- a/dev-python/pytest-capturelog/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
-pkgmetadata
-   maintainer
-   emailmr...@gentoo.org/email
-   nameManuel Rüger/name
-   /maintainer
-/pkgmetadata

diff --git a/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild 
b/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild
deleted file mode 100644
index ec76b9f..000
--- a/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-PYTHON_COMPAT=(python{2_7,3_3})
-
-inherit distutils-r1
-
-DESCRIPTION=py.test plugin to capture log messages
-HOMEPAGE=http://bitbucket.org/memedough/pytest-capturelog/overview;
-SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
-
-LICENSE=MIT
-SLOT=0
-KEYWORDS=~amd64
-IUSE=
-
-RDEPEND=dev-python/py[${PYTHON_USEDEP}]



[gentoo-commits] dev/mrueg:master commit in: dev-python/pytest-localserver/

2015-07-05 Thread Manuel Rüger
commit: 5413ddf5a0e9aaa0756d79b6a3b9fc6b02d5ebbd
Author: Manuel Rüger mrueg AT gentoo DOT org
AuthorDate: Sun Jul  5 10:44:21 2015 +
Commit: Manuel Rüger mrueg AT gentoo DOT org
CommitDate: Sun Jul  5 10:44:21 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=5413ddf5

[dev-python/pytest-localserver] Moved to the tree.

 dev-python/pytest-localserver/Manifest |  1 -
 dev-python/pytest-localserver/metadata.xml |  8 ---
 .../pytest-localserver-0.3.4.ebuild| 28 --
 3 files changed, 37 deletions(-)

diff --git a/dev-python/pytest-localserver/Manifest 
b/dev-python/pytest-localserver/Manifest
deleted file mode 100644
index 503a71a..000
--- a/dev-python/pytest-localserver/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pytest-localserver-0.3.4.zip 28988 SHA256 
9d2dc10aa2ba7e799f22e3fc133f7562c9be5be180b788f7f9dabea30a281814 SHA512 
476c15d7020773b8d6a0c13ac1beea2274fc022a7089ea384f6721906f7a8339b7410ad7a5dd6817a2d6ce5dc92d3023632dff5191059bef327dbebd77a9bea7
 WHIRLPOOL 
158f15597057c226107430dfd6c53338086725b9642fa87cbb07bbe103d4fbd70ca9f82f4fcebd1a2d9371725f772cc3e5eead233976be2408ed7fde36c898d8

diff --git a/dev-python/pytest-localserver/metadata.xml 
b/dev-python/pytest-localserver/metadata.xml
deleted file mode 100644
index bfcb697..000
--- a/dev-python/pytest-localserver/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
-pkgmetadata
-   maintainer
-   emailmr...@gentoo.org/email
-   nameManuel Rüger/name
-   /maintainer
-/pkgmetadata

diff --git a/dev-python/pytest-localserver/pytest-localserver-0.3.4.ebuild 
b/dev-python/pytest-localserver/pytest-localserver-0.3.4.ebuild
deleted file mode 100644
index c73f41b..000
--- a/dev-python/pytest-localserver/pytest-localserver-0.3.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-PYTHON_COMPAT=(python{2_7,3_3})
-
-inherit distutils-r1
-
-DESCRIPTION=Py.test plugin to test server connections locally
-HOMEPAGE=https://pypi.python.org/pypi/pytest-localserver;
-SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.zip
-
-LICENSE=MIT
-SLOT=0
-KEYWORDS=~amd64
-IUSE=test
-
-RDEPEND==dev-python/werkzeug-0.10[${PYTHON_USEDEP}]
-DEPEND=app-arch/unzip
-   test? ( ${RDEPEND}
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}] )
-
-python_test() {
-   py.test || die
-}



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

2015-07-05 Thread Anthony G. Basile
commit: 4ca8d87b69a8552da9e6ad575d831e6c9dab2e2b
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Sun Jul  5 12:43:08 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Sun Jul  5 12:43:08 2015 +
URL:https://gitweb.gentoo.org/proj/grss.git/commit/?id=4ca8d87b

make-worldconf: search package.{,un}mask

 make-worldconf | 30 --
 1 file changed, 20 insertions(+), 10 deletions(-)

diff --git a/make-worldconf b/make-worldconf
index 09de316..9f27266 100755
--- a/make-worldconf
+++ b/make-worldconf
@@ -89,21 +89,27 @@ def keywords(config, p):
 
 
 def envvars(config, p):
-try:
-fpath = os.path.join(CONST.PORTAGE_CONFIGDIR, 'package.env')
+fpath = os.path.join(CONST.PORTAGE_CONFIGDIR, 'package.env')
+if os.path.isfile(fpath):
 with open(fpath, 'r') as g:
 for l in g.readlines():
 # This matching needs to be made more strick.
 if re.search('%s' % re.escape(p.cpv_split[1]), l):
-config[p.slot_atom]['+package.env'] = '%s %s' % 
(p.slot_atom,
-re.sub('[/:]', '_', p.slot_atom))
+p_slot_atom = re.sub('[/:]', '_', p.slot_atom)
+config[p.slot_atom]['+package.env'] = '%s %s' % 
(p.slot_atom, p_slot_atom)
 m = re.search('(\S+)\s+(\S+)', l)
 env_file = os.path.join(CONST.PORTAGE_CONFIGDIR, 'env')
 env_file = os.path.join(env_file, m.group(2))
 with open(env_file, 'r') as h:
-config[p.slot_atom]['env/%s' % re.sub('[/:]', '_', 
p.slot_atom)] = h.read()
-except FileNotFoundError:
-pass
+config[p.slot_atom]['env/%s' % p_slot_atom] = h.read()
+
+
+def others(config, p, subdir):
+rpath = '%s/%s' % (subdir, re.sub('[/:]', '_', p.slot_atom))
+fpath = os.path.join(CONST.PORTAGE_CONFIGDIR, rpath)
+if os.path.isile(fpath):
+with open(fpath, 'r') as g:
+config[p.slot_atom][rpath] = g.read()
 
 
 def main():
@@ -127,15 +133,19 @@ def main():
 except AttributeError:
 continue
 
-# Populate package.use
+# Populate package.use - these are read out of p
 useflags(config, p)
 
-# Populate package.accept_keywords
+# Populate package.accept_keywords - these are read out of p
 keywords(config, p)
 
-# Populate package.env and env/*
+# Populate package.env and env/* - these are read out of /etc/portage
 envvars(config, p)
 
+# Others - these are read out of /etc/portage
+others(config, p, 'package.mask')
+others(config, p, 'package.unmask')
+
 # Remove any empty sections
 if config[p.slot_atom] == {}:
 config.remove_section(p.slot_atom)



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

2015-07-05 Thread Manuel Rüger
commit: a5d4a5792efb215df5c3da528f37583386a29ee4
Author: Manuel Rüger mrueg AT gentoo DOT org
AuthorDate: Sun Jul  5 13:22:43 2015 +
Commit: Manuel Rüger mrueg AT gentoo DOT org
CommitDate: Sun Jul  5 13:22:43 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=a5d4a579

[x11-misc/flow-pomodoro] Moved to the tree.

 x11-misc/flow-pomodoro/Manifest   |  1 -
 x11-misc/flow-pomodoro/flow-pomodoro-1.1.1.ebuild | 26 ---
 x11-misc/flow-pomodoro/metadata.xml   |  8 ---
 3 files changed, 35 deletions(-)

diff --git a/x11-misc/flow-pomodoro/Manifest b/x11-misc/flow-pomodoro/Manifest
deleted file mode 100644
index 74abdbc..000
--- a/x11-misc/flow-pomodoro/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST flow-pomodoro-1.1.1.tar.gz 684633 SHA256 
311d22dcfe57dd7c236a2632368abdc667f42aaf7f1d713393d9dbbc12c3a855 SHA512 
9a97d553b7a7ec5c32c0b6002e9f194fc297ef3fc18cb41d3ae7ca602d42d1313b1602e094f669f558ab15b7519c880dd12867724d5b2324f6e2d34ee409496d
 WHIRLPOOL 
f3183d0d3542f7fe28f97ed391dcc5e308cb783e27ca6b204623f14cefa722f2f28eda2d40203dbd0ba4c28c490c9bfc7861ba331c40dcd69152e126ec91828a

diff --git a/x11-misc/flow-pomodoro/flow-pomodoro-1.1.1.ebuild 
b/x11-misc/flow-pomodoro/flow-pomodoro-1.1.1.ebuild
deleted file mode 100644
index 819b172..000
--- a/x11-misc/flow-pomodoro/flow-pomodoro-1.1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION=A pomodoro app that blocks distractions while you work
-HOMEPAGE=https://github.com/iamsergio/flow-pomodoro;
-SRC_URI=https://github.com/iamsergio/${PN}/archive/v${PV}.tar.gz - 
${P}.tar.gz
-
-LICENSE=GPL-2
-SLOT=0
-KEYWORDS=~amd64
-IUSE=
-
-DEPEND=dev-qt/qtcore:5
-   dev-qt/qtquick1:5
-   dev-qt/qtdbus:5
-   dev-qt/qtdeclarative:5
-   dev-qt/qtgui:5
-   dev-qt/qtquickcontrols:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtwidgets:5
-RDEPEND=${DEPEND}

diff --git a/x11-misc/flow-pomodoro/metadata.xml 
b/x11-misc/flow-pomodoro/metadata.xml
deleted file mode 100644
index bfcb697..000
--- a/x11-misc/flow-pomodoro/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
-pkgmetadata
-   maintainer
-   emailmr...@gentoo.org/email
-   nameManuel Rüger/name
-   /maintainer
-/pkgmetadata



[gentoo-commits] gentoo-x86 commit in sys-cluster/openmpi: openmpi-1.8.4-r4.ebuild ChangeLog

2015-07-05 Thread Tobias Klausmann (klausman)
klausman15/07/05 13:44:04

  Modified: openmpi-1.8.4-r4.ebuild ChangeLog
  Log:
  Stable on alpha, bug 525534
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.2  sys-cluster/openmpi/openmpi-1.8.4-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/openmpi/openmpi-1.8.4-r4.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/openmpi/openmpi-1.8.4-r4.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/openmpi/openmpi-1.8.4-r4.ebuild?r1=1.1r2=1.2

Index: openmpi-1.8.4-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.8.4-r4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openmpi-1.8.4-r4.ebuild 12 May 2015 15:05:50 -  1.1
+++ openmpi-1.8.4-r4.ebuild 5 Jul 2015 13:44:04 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.8.4-r4.ebuild,v 1.1 
2015/05/12 15:05:50 jsbronder Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.8.4-r4.ebuild,v 1.2 
2015/07/05 13:44:04 klausman Exp $
 
 EAPI=5
 
@@ -34,7 +34,7 @@
 SRC_URI=http://www.open-mpi.org/software/ompi/v$(get_version_component_range 
1-2)/downloads/${MY_P}.tar.bz2
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux
+KEYWORDS=alpha ~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux
 IUSE=cma cuda +cxx elibc_FreeBSD fortran heterogeneous ipv6 mpi-threads numa 
romio threads vt
${IUSE_OPENMPI_FABRICS} ${IUSE_OPENMPI_RM} 
${IUSE_OPENMPI_OFED_FEATURES}
 



1.137sys-cluster/openmpi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/openmpi/ChangeLog?rev=1.137view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/openmpi/ChangeLog?rev=1.137content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/openmpi/ChangeLog?r1=1.136r2=1.137

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- ChangeLog   22 Jun 2015 15:32:40 -  1.136
+++ ChangeLog   5 Jul 2015 13:44:04 -   1.137
@@ -1,6 +1,9 @@
 # ChangeLog for sys-cluster/openmpi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.136 
2015/06/22 15:32:40 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.137 
2015/07/05 13:44:04 klausman Exp $
+
+  05 Jul 2015; Tobias Klausmann klaus...@gentoo.org openmpi-1.8.4-r4.ebuild:
+  Stable on alpha, bug 525534
 
 *openmpi-1.8.6 (22 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-haskell/hexpat: hexpat-0.20.9.ebuild ChangeLog

2015-07-05 Thread Mikle Kolyada (zlogene)
zlogene 15/07/05 14:37:28

  Modified: hexpat-0.20.9.ebuild ChangeLog
  Log:
  x86 stable wrt bug #550420
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-haskell/hexpat/hexpat-0.20.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hexpat/hexpat-0.20.9.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hexpat/hexpat-0.20.9.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hexpat/hexpat-0.20.9.ebuild?r1=1.1r2=1.2

Index: hexpat-0.20.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hexpat/hexpat-0.20.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hexpat-0.20.9.ebuild4 Apr 2015 00:12:28 -   1.1
+++ hexpat-0.20.9.ebuild5 Jul 2015 14:37:28 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hexpat/hexpat-0.20.9.ebuild,v 
1.1 2015/04/04 00:12:28 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hexpat/hexpat-0.20.9.ebuild,v 
1.2 2015/07/05 14:37:28 zlogene Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=BSD
 SLOT=0/${PV}
-KEYWORDS=~amd64 ~x86
+KEYWORDS=~amd64 x86
 IUSE=
 
 RDEPEND==dev-haskell/list-0.4.2:=[profile?] dev-haskell/list-0.6:=[profile?]



1.6  dev-haskell/hexpat/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hexpat/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hexpat/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hexpat/ChangeLog?r1=1.5r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hexpat/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   4 Apr 2015 00:12:28 -   1.5
+++ ChangeLog   5 Jul 2015 14:37:28 -   1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/hexpat
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hexpat/ChangeLog,v 1.5 
2015/04/04 00:12:28 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hexpat/ChangeLog,v 1.6 
2015/07/05 14:37:28 zlogene Exp $
+
+  05 Jul 2015; Mikle Kolyada zlog...@gentoo.org hexpat-0.20.9.ebuild:
+  x86 stable wrt bug #550420
 
 *hexpat-0.20.9 (04 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-haskell/smallcheck: smallcheck-1.1.1.ebuild ChangeLog

2015-07-05 Thread Mikle Kolyada (zlogene)
zlogene 15/07/05 14:43:15

  Modified: smallcheck-1.1.1.ebuild ChangeLog
  Log:
  x86 stable wrt bug #550406
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-haskell/smallcheck/smallcheck-1.1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/smallcheck/smallcheck-1.1.1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/smallcheck/smallcheck-1.1.1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/smallcheck/smallcheck-1.1.1.ebuild?r1=1.1r2=1.2

Index: smallcheck-1.1.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/smallcheck/smallcheck-1.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- smallcheck-1.1.1.ebuild 2 Jul 2014 13:40:33 -   1.1
+++ smallcheck-1.1.1.ebuild 5 Jul 2015 14:43:15 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/smallcheck/smallcheck-1.1.1.ebuild,v 1.1 
2014/07/02 13:40:33 gienah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/smallcheck/smallcheck-1.1.1.ebuild,v 1.2 
2015/07/05 14:43:15 zlogene Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=BSD
 SLOT=0/${PV}
-KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc x86
 IUSE=
 
 RDEPEND=dev-haskell/logict:=[profile?]



1.5  dev-haskell/smallcheck/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/smallcheck/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/smallcheck/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/smallcheck/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/smallcheck/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   6 Jun 2015 16:38:47 -   1.4
+++ ChangeLog   5 Jul 2015 14:43:15 -   1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/smallcheck
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/smallcheck/ChangeLog,v 1.4 
2015/06/06 16:38:47 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/smallcheck/ChangeLog,v 1.5 
2015/07/05 14:43:15 zlogene Exp $
+
+  05 Jul 2015; Mikle Kolyada zlog...@gentoo.org smallcheck-1.1.1.ebuild:
+  x86 stable wrt bug #550406
 
   06 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog ruby-fakegem.eclass

2015-07-05 Thread Hans de Graaff (graaff)
graaff  15/07/05 09:10:53

  Modified: ChangeLog ruby-fakegem.eclass
  Log:
  Document that some variables must be set before inheriting the eclass.

Revision  ChangesPath
1.1700   eclass/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1700view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1700content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1699r2=1.1700

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1699
retrieving revision 1.1700
diff -u -r1.1699 -r1.1700
--- ChangeLog   4 Jul 2015 15:26:17 -   1.1699
+++ ChangeLog   5 Jul 2015 09:10:53 -   1.1700
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1699 2015/07/04 
15:26:17 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1700 2015/07/05 
09:10:53 graaff Exp $
+
+  05 Jul 2015; Hans de Graaff gra...@gentoo.org ruby-fakegem.eclass:
+  Document that some variables must be set before inheriting the eclass.
 
   04 Jul 2015; Mike Gilbert flop...@gentoo.org distutils-r1.eclass,
   python-any-r1.eclass, python-r1.eclass, python-single-r1.eclass,



1.45 eclass/ruby-fakegem.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ruby-fakegem.eclass?rev=1.45view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ruby-fakegem.eclass?rev=1.45content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ruby-fakegem.eclass?r1=1.44r2=1.45

Index: ruby-fakegem.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ruby-fakegem.eclass,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ruby-fakegem.eclass 28 Dec 2014 10:13:18 -  1.44
+++ ruby-fakegem.eclass 5 Jul 2015 09:10:53 -   1.45
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-fakegem.eclass,v 1.44 
2014/12/28 10:13:18 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-fakegem.eclass,v 1.45 
2015/07/05 09:10:53 graaff Exp $
 
 # @ECLASS: ruby-fakegem.eclass
 # @MAINTAINER:
@@ -18,11 +18,13 @@
 # @ECLASS-VARIABLE: RUBY_FAKEGEM_NAME
 # @DESCRIPTION:
 # Sets the Gem name for the generated fake gemspec.
+# This variable MUST be set before inheriting the eclass.
 # RUBY_FAKEGEM_NAME=${PN}
 
 # @ECLASS-VARIABLE: RUBY_FAKEGEM_VERSION
 # @DESCRIPTION:
 # Sets the Gem version for the generated fake gemspec.
+# This variable MUST be set before inheriting the eclass.
 # RUBY_FAKEGEM_VERSION=${PV}
 
 # @ECLASS-VARIABLE: RUBY_FAKEGEM_TASK_DOC
@@ -294,7 +296,7 @@
# so better taking this into consideration.
local quoted_description=${DESCRIPTION//\/\\\}
cat -  $1 EOF
-# generated by ruby-fakegem.eclass $Revision: 1.44 $
+# generated by ruby-fakegem.eclass $Revision: 1.45 $
 Gem::Specification.new do |s|
   s.name = ${RUBY_FAKEGEM_NAME}
   s.version = ${RUBY_FAKEGEM_VERSION}
@@ -347,7 +349,7 @@
 #!${rubycmd}
 # This is a simplified version of the RubyGems wrapper
 #
-# Generated by ruby-fakegem.eclass $Revision: 1.44 $
+# Generated by ruby-fakegem.eclass $Revision: 1.45 $
 
 require 'rubygems'
 






[gentoo-commits] gentoo-x86 commit in profiles: package.mask

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 09:33:11

  Modified: package.mask
  Log:
  Mask ruby ebuilds, that are not working anymore with later rubies.

Revision  ChangesPath
1.16652  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16652view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16652content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16651r2=1.16652

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16651
retrieving revision 1.16652
diff -u -r1.16651 -r1.16652
--- package.mask5 Jul 2015 09:26:40 -   1.16651
+++ package.mask5 Jul 2015 09:33:10 -   1.16652
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16651 2015/07/05 
09:26:40 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16652 2015/07/05 
09:33:10 mrueg Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Manuel Rüger mr...@gentoo.org (5 Jul 2015)
+# Mask for various issues (missing ruby20 support, test failures)
+# Removal in 30 days
+app-text/deplate
+app-text/migemo
+dev-utils/travis-yaml
+
 # Hans de Graaff gra...@gentoo.org (5 Jul 2015)
 # Mask for removal in 30 days. This is an old slot with a supporting
 # package only needed for this slot. Use dev-ruby/dotenv:2 instead.






[gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog package.use.mask

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 09:32:17

  Modified: ChangeLog package.use.mask
  Log:
  Mask useflags depending on app-text/cmigemo

Revision  ChangesPath
1.818profiles/base/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.818view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.818content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.817r2=1.818

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.817
retrieving revision 1.818
diff -u -r1.817 -r1.818
--- ChangeLog   4 Jul 2015 13:33:46 -   1.817
+++ ChangeLog   5 Jul 2015 09:32:17 -   1.818
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.817 2015/07/04 
13:33:46 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.818 2015/07/05 
09:32:17 mrueg Exp $
+
+  05 Jul 2015; Manuel Rüger mr...@gentoo.org package.use.mask:
+  Mask useflags depending on app-text/migemo
 
   04 Jul 2015; Anthony G. Basile bluen...@gentoo.org package.use.mask:
   Mask http2 for net-misc/curl. Bug #552618.



1.693profiles/base/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.mask?rev=1.693view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.mask?rev=1.693content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.mask?r1=1.692r2=1.693

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v
retrieving revision 1.692
retrieving revision 1.693
diff -u -r1.692 -r1.693
--- package.use.mask4 Jul 2015 13:33:46 -   1.692
+++ package.use.mask5 Jul 2015 09:32:17 -   1.693
@@ -1,10 +1,15 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.692 
2015/07/04 13:33:46 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.693 
2015/07/05 09:32:17 mrueg Exp $
 
 # This file requires =portage-2.1.1
 # New entries go on top.
 
+# Manuel Rüger mr...@gentoo.org (05 Jul 2015)
+# app-text/migemo is masked because it fails for ruby20
+app-text/cmigemo emacs
+www-client/w3m migemo
+
 # Anthony G. Basile bluen...@gentoo.org (04 Jul 2015)
 # USE=http2 depends on net-libs/nghttp2 which was recently
 # added to the tree and is still not stable.  Bug #552618.






[gentoo-commits] gentoo-x86 commit in dev-ruby/eventmachine: ChangeLog eventmachine-1.0.7.ebuild

2015-07-05 Thread Hans de Graaff (graaff)
graaff  15/07/05 09:37:54

  Modified: ChangeLog eventmachine-1.0.7.ebuild
  Log:
  ...and also add the slot to the built-time dependency of openssl.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.34 dev-ruby/eventmachine/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/eventmachine/ChangeLog?rev=1.34view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/eventmachine/ChangeLog?rev=1.34content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/eventmachine/ChangeLog?r1=1.33r2=1.34

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/eventmachine/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   5 Jul 2015 09:37:07 -   1.33
+++ ChangeLog   5 Jul 2015 09:37:54 -   1.34
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/eventmachine
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/eventmachine/ChangeLog,v 1.33 
2015/07/05 09:37:07 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/eventmachine/ChangeLog,v 1.34 
2015/07/05 09:37:54 graaff Exp $
+
+  05 Jul 2015; Hans de Graaff gra...@gentoo.org eventmachine-1.0.7.ebuild:
+  ...and also add the slot to the built-time dependency of openssl.
 
   05 Jul 2015; Hans de Graaff gra...@gentoo.org eventmachine-1.0.7.ebuild:
   Fix openssl slot to be the one that can be compiled against.



1.4  dev-ruby/eventmachine/eventmachine-1.0.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/eventmachine/eventmachine-1.0.7.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/eventmachine/eventmachine-1.0.7.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/eventmachine/eventmachine-1.0.7.ebuild?r1=1.3r2=1.4

Index: eventmachine-1.0.7.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/eventmachine/eventmachine-1.0.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- eventmachine-1.0.7.ebuild   5 Jul 2015 09:37:07 -   1.3
+++ eventmachine-1.0.7.ebuild   5 Jul 2015 09:37:54 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/eventmachine/eventmachine-1.0.7.ebuild,v 1.3 
2015/07/05 09:37:07 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/eventmachine/eventmachine-1.0.7.ebuild,v 1.4 
2015/07/05 09:37:54 graaff Exp $
 
 EAPI=5
 
@@ -21,7 +21,7 @@
 IUSE=
 
 DEPEND=${DEPEND}
-   dev-libs/openssl
+   dev-libs/openssl:0
 RDEPEND=${RDEPEND}
dev-libs/openssl:0
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/eventmachine: ChangeLog eventmachine-1.0.7.ebuild

2015-07-05 Thread Hans de Graaff (graaff)
graaff  15/07/05 09:37:07

  Modified: ChangeLog eventmachine-1.0.7.ebuild
  Log:
  Fix openssl slot to be the one that can be compiled against.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.33 dev-ruby/eventmachine/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/eventmachine/ChangeLog?rev=1.33view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/eventmachine/ChangeLog?rev=1.33content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/eventmachine/ChangeLog?r1=1.32r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/eventmachine/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   5 Jul 2015 08:31:39 -   1.32
+++ ChangeLog   5 Jul 2015 09:37:07 -   1.33
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/eventmachine
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/eventmachine/ChangeLog,v 1.32 
2015/07/05 08:31:39 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/eventmachine/ChangeLog,v 1.33 
2015/07/05 09:37:07 graaff Exp $
+
+  05 Jul 2015; Hans de Graaff gra...@gentoo.org eventmachine-1.0.7.ebuild:
+  Fix openssl slot to be the one that can be compiled against.
 
   05 Jul 2015; Hans de Graaff gra...@gentoo.org eventmachine-1.0.7.ebuild:
   Avoid tests requiring a network connection, fixing bug 342029. Fix openssl



1.3  dev-ruby/eventmachine/eventmachine-1.0.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/eventmachine/eventmachine-1.0.7.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/eventmachine/eventmachine-1.0.7.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/eventmachine/eventmachine-1.0.7.ebuild?r1=1.2r2=1.3

Index: eventmachine-1.0.7.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/eventmachine/eventmachine-1.0.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- eventmachine-1.0.7.ebuild   5 Jul 2015 08:31:39 -   1.2
+++ eventmachine-1.0.7.ebuild   5 Jul 2015 09:37:07 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/eventmachine/eventmachine-1.0.7.ebuild,v 1.2 
2015/07/05 08:31:39 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/eventmachine/eventmachine-1.0.7.ebuild,v 1.3 
2015/07/05 09:37:07 graaff Exp $
 
 EAPI=5
 
@@ -23,7 +23,7 @@
 DEPEND=${DEPEND}
dev-libs/openssl
 RDEPEND=${RDEPEND}
-   dev-libs/openssl:=
+   dev-libs/openssl:0
 
 ruby_add_bdepend doc? ( dev-ruby/yard )
test? ( dev-ruby/test-unit:2 )






[gentoo-commits] gentoo-x86 commit in app-text/glark: glark-1.10.5-r1.ebuild glark-1.10.5.ebuild ChangeLog

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 09:59:06

  Modified: glark-1.10.5-r1.ebuild glark-1.10.5.ebuild
ChangeLog
  Log:
  Use correct slot for rubyzip.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.2  app-text/glark/glark-1.10.5-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/glark-1.10.5-r1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/glark-1.10.5-r1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/glark-1.10.5-r1.ebuild?r1=1.1r2=1.2

Index: glark-1.10.5-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.10.5-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glark-1.10.5-r1.ebuild  27 May 2015 06:35:20 -  1.1
+++ glark-1.10.5-r1.ebuild  5 Jul 2015 09:59:06 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.10.5-r1.ebuild,v 1.1 
2015/05/27 06:35:20 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.10.5-r1.ebuild,v 1.2 
2015/07/05 09:59:06 mrueg Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21
@@ -29,7 +29,7 @@
=dev-ruby/riel-1.2.0
zip? ( dev-ruby/rubyzip:1 )
 
-ruby_add_bdepend test? ( dev-ruby/rubyzip:0 )
+ruby_add_bdepend test? ( dev-ruby/rubyzip:1 )
 
 all_ruby_prepare() {
rm -rf doc/ || die



1.6  app-text/glark/glark-1.10.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/glark-1.10.5.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/glark-1.10.5.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/glark-1.10.5.ebuild?r1=1.5r2=1.6

Index: glark-1.10.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.10.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- glark-1.10.5.ebuild 21 Jun 2015 09:36:14 -  1.5
+++ glark-1.10.5.ebuild 5 Jul 2015 09:59:06 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.10.5.ebuild,v 1.5 
2015/06/21 09:36:14 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.10.5.ebuild,v 1.6 
2015/07/05 09:59:06 mrueg Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20
@@ -29,7 +29,7 @@
=dev-ruby/riel-1.2.0
zip? ( dev-ruby/rubyzip:1 )
 
-ruby_add_bdepend test? ( dev-ruby/rubyzip:0 )
+ruby_add_bdepend test? ( dev-ruby/rubyzip:1 )
 
 all_ruby_prepare() {
rm -rf doc/ || die



1.78 app-text/glark/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/ChangeLog?rev=1.78view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/ChangeLog?rev=1.78content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/ChangeLog?r1=1.77r2=1.78

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog   21 Jun 2015 09:36:14 -  1.77
+++ ChangeLog   5 Jul 2015 09:59:06 -   1.78
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/glark
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.77 2015/06/21 
09:36:14 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.78 2015/07/05 
09:59:06 mrueg Exp $
+
+  05 Jul 2015; Manuel Rüger mr...@gentoo.org glark-1.10.5-r1.ebuild,
+  glark-1.10.5.ebuild:
+  Use correct slot for rubyzip.
 
   21 Jun 2015; Mikle Kolyada zlog...@gentoo.org glark-1.10.5.ebuild:
   x86 stable wrt bug #550514






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-xkb-plugin: xfce4-xkb-plugin-0.7.1-r1.ebuild ChangeLog

2015-07-05 Thread Jason Zaman (perfinion)
perfinion15/07/05 10:23:55

  Modified: ChangeLog
  Added:xfce4-xkb-plugin-0.7.1-r1.ebuild
  Log:
  bug 528172, add RDEP on setxkbmap
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x7EF137EC935B0EAF)

Revision  ChangesPath
1.54 xfce-extra/xfce4-xkb-plugin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog?rev=1.54view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog?rev=1.54content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog?r1=1.53r2=1.54

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   1 Jul 2015 17:04:25 -   1.53
+++ ChangeLog   5 Jul 2015 10:23:55 -   1.54
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/xfce4-xkb-plugin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog,v 
1.53 2015/07/01 17:04:25 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog,v 
1.54 2015/07/05 10:23:55 perfinion Exp $
+
+*xfce4-xkb-plugin-0.7.1-r1 (05 Jul 2015)
+
+  05 Jul 2015; Jason Zaman perfin...@gentoo.org
+  +xfce4-xkb-plugin-0.7.1-r1.ebuild:
+  bug 528172, add RDEP on setxkbmap
 
   01 Jul 2015; Mikle Kolyada zlog...@gentoo.org 
xfce4-xkb-plugin-0.7.1.ebuild:
   amd64 stable wrt bug #553500



1.1  
xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1-r1.ebuild?rev=1.1content-type=text/plain

Index: xfce4-xkb-plugin-0.7.1-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1-r1.ebuild,v
 1.1 2015/07/05 10:23:55 perfinion Exp $

EAPI=5
inherit multilib xfconf

DESCRIPTION=XKB layout switching panel plug-in for the Xfce desktop 
environment
HOMEPAGE=http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin;
SRC_URI=mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2

LICENSE=BSD-2 GPL-2+
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux
IUSE=debug

COMMON_DEPEND==gnome-base/librsvg-2.36.2:=
x11-libs/gtk+:2=
=x11-libs/libwnck-2.12:1=
x11-libs/libX11:=
=x11-libs/libxklavier-5:=
=xfce-base/garcon-0.1.5:=
=xfce-base/libxfce4ui-4.11:=
=xfce-base/libxfce4util-4.11:=
=xfce-base/xfce4-panel-4.11:=
RDEPEND=${COMMON_DEPEND}
x11-apps/setxkbmap
=xfce-base/xfce4-settings-4.11
DEPEND=${COMMON_DEPEND}
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig

pkg_setup() {
XFCONF=(
--libexecdir=${EPREFIX}/usr/$(get_libdir)
$(xfconf_use_debug)
)

DOCS=( AUTHORS ChangeLog README )
}






[gentoo-commits] gentoo-x86 commit in dev-perl/Test-Differences: Test-Differences-0.630.0.ebuild ChangeLog

2015-07-05 Thread Mikle Kolyada (zlogene)
zlogene 15/07/05 10:24:30

  Modified: ChangeLog
  Added:Test-Differences-0.630.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.35 dev-perl/Test-Differences/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Differences/ChangeLog?rev=1.35view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Differences/ChangeLog?rev=1.35content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Differences/ChangeLog?r1=1.34r2=1.35

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Differences/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   13 Jun 2015 21:52:20 -  1.34
+++ ChangeLog   5 Jul 2015 10:24:30 -   1.35
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Test-Differences
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Differences/ChangeLog,v 1.34 
2015/06/13 21:52:20 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Differences/ChangeLog,v 1.35 
2015/07/05 10:24:30 zlogene Exp $
+
+*Test-Differences-0.630.0 (05 Jul 2015)
+
+  05 Jul 2015; Mikle Kolyada zlog...@gentoo.org
+  +Test-Differences-0.630.0.ebuild:
+  Version bump
 
   13 Jun 2015; Andreas K. Huettel dilfri...@gentoo.org
   Test-Differences-0.610.0-r1.ebuild:



1.1  dev-perl/Test-Differences/Test-Differences-0.630.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Differences/Test-Differences-0.630.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Differences/Test-Differences-0.630.0.ebuild?rev=1.1content-type=text/plain

Index: Test-Differences-0.630.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Differences/Test-Differences-0.630.0.ebuild,v
 1.1 2015/07/05 10:24:30 zlogene Exp $

EAPI=5

MODULE_AUTHOR=DCANTRELL
MODULE_VERSION=0.63
inherit perl-module

DESCRIPTION=Test strings and data structures and show differences if not ok

SLOT=0
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~x86
IUSE=test

RDEPEND=dev-perl/Text-Diff
=virtual/perl-Data-Dumper-2.126.0
DEPEND=${RDEPEND}
dev-perl/Module-Build
dev-perl/Capture-Tiny
test? (
dev-perl/Test-Pod
dev-perl/Test-Pod-Coverage
)


SRC_TEST=do






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-clutter-gstreamer: ruby-clutter-gstreamer-2.2.3.ebuild ruby-clutter-gstreamer-2.2.3-r1.ebuild ChangeLog ruby-clutter-gstreamer-2.1.0.ebuild ruby-clu

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 10:24:11

  Modified: ruby-clutter-gstreamer-2.2.3.ebuild ChangeLog
  Added:ruby-clutter-gstreamer-2.2.3-r1.ebuild
  Removed:  ruby-clutter-gstreamer-2.1.0.ebuild
ruby-clutter-gstreamer-2.2.0.ebuild
ruby-clutter-gstreamer-2.0.2.ebuild
  Log:
  Remove old. Create stabilization candidate.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.3  
dev-ruby/ruby-clutter-gstreamer/ruby-clutter-gstreamer-2.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-clutter-gstreamer/ruby-clutter-gstreamer-2.2.3.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-clutter-gstreamer/ruby-clutter-gstreamer-2.2.3.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-clutter-gstreamer/ruby-clutter-gstreamer-2.2.3.ebuild?r1=1.2r2=1.3

Index: ruby-clutter-gstreamer-2.2.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gstreamer/ruby-clutter-gstreamer-2.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-clutter-gstreamer-2.2.3.ebuild 14 Jun 2015 08:23:03 -  1.2
+++ ruby-clutter-gstreamer-2.2.3.ebuild 5 Jul 2015 10:24:11 -   1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gstreamer/ruby-clutter-gstreamer-2.2.3.ebuild,v
 1.2 2015/06/14 08:23:03 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gstreamer/ruby-clutter-gstreamer-2.2.3.ebuild,v
 1.3 2015/07/05 10:24:11 mrueg Exp $
 
 EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21 ruby22
+USE_RUBY=ruby19 ruby20
 
 inherit ruby-ng-gnome2
 
@@ -13,8 +13,8 @@
 
 RUBY_S=ruby-gnome2-all-${PV}/clutter-gstreamer
 
-DEPEND=${DEPEND} media-libs/clutter-gst
-RDEPEND=${RDEPEND} media-libs/clutter-gst
+DEPEND+= media-libs/clutter-gst
+RDEPEND+= media-libs/clutter-gst
 
 ruby_add_rdepend =dev-ruby/ruby-clutter-${PV}
=dev-ruby/ruby-gstreamer-${PV}



1.7  dev-ruby/ruby-clutter-gstreamer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-clutter-gstreamer/ChangeLog?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-clutter-gstreamer/ChangeLog?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-clutter-gstreamer/ChangeLog?r1=1.6r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gstreamer/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   14 Jun 2015 08:23:03 -  1.6
+++ ChangeLog   5 Jul 2015 10:24:11 -   1.7
@@ -1,6 +1,14 @@
 # ChangeLog for dev-ruby/ruby-clutter-gstreamer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gstreamer/ChangeLog,v 
1.6 2015/06/14 08:23:03 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gstreamer/ChangeLog,v 
1.7 2015/07/05 10:24:11 mrueg Exp $
+
+*ruby-clutter-gstreamer-2.2.3-r1 (05 Jul 2015)
+
+  05 Jul 2015; Manuel Rüger mr...@gentoo.org
+  +ruby-clutter-gstreamer-2.2.3-r1.ebuild, 
-ruby-clutter-gstreamer-2.0.2.ebuild,
+  -ruby-clutter-gstreamer-2.1.0.ebuild, -ruby-clutter-gstreamer-2.2.0.ebuild,
+  ruby-clutter-gstreamer-2.2.3.ebuild:
+  Remove old. Create stabilization candidate.
 
   14 Jun 2015; Hans de Graaff gra...@gentoo.org
   ruby-clutter-gstreamer-2.2.3.ebuild:



1.1  
dev-ruby/ruby-clutter-gstreamer/ruby-clutter-gstreamer-2.2.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-clutter-gstreamer/ruby-clutter-gstreamer-2.2.3-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-clutter-gstreamer/ruby-clutter-gstreamer-2.2.3-r1.ebuild?rev=1.1content-type=text/plain

Index: ruby-clutter-gstreamer-2.2.3-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gstreamer/ruby-clutter-gstreamer-2.2.3-r1.ebuild,v
 1.1 2015/07/05 10:24:11 mrueg Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 ruby22

inherit ruby-ng-gnome2

DESCRIPTION=Ruby Clutter bindings
KEYWORDS=~amd64 ~ppc
IUSE=

RUBY_S=ruby-gnome2-all-${PV}/clutter-gstreamer

DEPEND+= media-libs/clutter-gst
RDEPEND+= media-libs/clutter-gst

ruby_add_rdepend =dev-ruby/ruby-clutter-${PV}
=dev-ruby/ruby-gstreamer-${PV}

each_ruby_configure() {
:
}

[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-clutter: ruby-clutter-2.2.3-r1.ebuild ruby-clutter-2.2.3.ebuild ChangeLog ruby-clutter-2.1.0.ebuild ruby-clutter-2.0.2.ebuild ruby-clutter-2.2.0.ebu

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 10:22:44

  Modified: ruby-clutter-2.2.3.ebuild ChangeLog
  Added:ruby-clutter-2.2.3-r1.ebuild
  Removed:  ruby-clutter-2.1.0.ebuild ruby-clutter-2.0.2.ebuild
ruby-clutter-2.2.0.ebuild ruby-clutter-1.2.6.ebuild
  Log:
  Remove old. Create stabilization candidate.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.3  dev-ruby/ruby-clutter/ruby-clutter-2.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-clutter/ruby-clutter-2.2.3.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-clutter/ruby-clutter-2.2.3.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-clutter/ruby-clutter-2.2.3.ebuild?r1=1.2r2=1.3

Index: ruby-clutter-2.2.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter/ruby-clutter-2.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-clutter-2.2.3.ebuild   11 Apr 2015 15:30:09 -  1.2
+++ ruby-clutter-2.2.3.ebuild   5 Jul 2015 10:22:44 -   1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter/ruby-clutter-2.2.3.ebuild,v 1.2 
2015/04/11 15:30:09 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter/ruby-clutter-2.2.3.ebuild,v 1.3 
2015/07/05 10:22:44 mrueg Exp $
 
 EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21 ruby22
+USE_RUBY=ruby19 ruby20
 
 inherit ruby-ng-gnome2
 
@@ -15,8 +15,8 @@
 
 RUBY_S=ruby-gnome2-all-${PV}/clutter
 
-DEPEND=${DEPEND} media-libs/clutter
-RDEPEND=${RDEPEND} media-libs/clutter
+DEPEND+= media-libs/clutter
+RDEPEND+= media-libs/clutter
 
 ruby_add_bdepend =dev-ruby/ruby-glib2-${PV}
 ruby_add_rdepend =dev-ruby/ruby-cairo-gobject-${PV}



1.9  dev-ruby/ruby-clutter/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-clutter/ChangeLog?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-clutter/ChangeLog?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-clutter/ChangeLog?r1=1.8r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   11 Apr 2015 15:30:09 -  1.8
+++ ChangeLog   5 Jul 2015 10:22:44 -   1.9
@@ -1,6 +1,14 @@
 # ChangeLog for dev-ruby/ruby-clutter
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter/ChangeLog,v 1.8 
2015/04/11 15:30:09 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter/ChangeLog,v 1.9 
2015/07/05 10:22:44 mrueg Exp $
+
+*ruby-clutter-2.2.3-r1 (05 Jul 2015)
+
+  05 Jul 2015; Manuel Rüger mr...@gentoo.org +ruby-clutter-2.2.3-r1.ebuild,
+  -ruby-clutter-1.2.6.ebuild, -ruby-clutter-2.0.2.ebuild,
+  -ruby-clutter-2.1.0.ebuild, -ruby-clutter-2.2.0.ebuild,
+  ruby-clutter-2.2.3.ebuild:
+  Remove old. Create stabilization candidate.
 
   11 Apr 2015; Hans de Graaff gra...@gentoo.org ruby-clutter-2.2.3.ebuild:
   Add ruby22.



1.1  dev-ruby/ruby-clutter/ruby-clutter-2.2.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-clutter/ruby-clutter-2.2.3-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-clutter/ruby-clutter-2.2.3-r1.ebuild?rev=1.1content-type=text/plain

Index: ruby-clutter-2.2.3-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter/ruby-clutter-2.2.3-r1.ebuild,v 
1.1 2015/07/05 10:22:44 mrueg Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 ruby22

inherit ruby-ng-gnome2

DESCRIPTION=Ruby Clutter bindings
KEYWORDS=~amd64 ~ppc
IUSE=

RESTRICT=test

RUBY_S=ruby-gnome2-all-${PV}/clutter

DEPEND+= media-libs/clutter
RDEPEND+= media-libs/clutter

ruby_add_bdepend =dev-ruby/ruby-glib2-${PV}
ruby_add_rdepend =dev-ruby/ruby-cairo-gobject-${PV}
=dev-ruby/ruby-gobject-introspection-${PV}

each_ruby_configure() {
:
}

each_ruby_compile() {
:
}

each_ruby_install() {
each_fakegem_install
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-webkit-gtk: ruby-webkit-gtk-2.2.3.ebuild ruby-webkit-gtk-2.2.3-r1.ebuild ChangeLog ruby-webkit-gtk-2.0.2.ebuild ruby-webkit-gtk-2.2.0.ebuild ruby-we

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 10:41:31

  Modified: ruby-webkit-gtk-2.2.3.ebuild ChangeLog
  Added:ruby-webkit-gtk-2.2.3-r1.ebuild
  Removed:  ruby-webkit-gtk-2.0.2.ebuild
ruby-webkit-gtk-2.2.0.ebuild
ruby-webkit-gtk-1.2.6.ebuild
ruby-webkit-gtk-2.1.0.ebuild
  Log:
  Remove old. Create stabilization candidate.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.3  dev-ruby/ruby-webkit-gtk/ruby-webkit-gtk-2.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-webkit-gtk/ruby-webkit-gtk-2.2.3.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-webkit-gtk/ruby-webkit-gtk-2.2.3.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-webkit-gtk/ruby-webkit-gtk-2.2.3.ebuild?r1=1.2r2=1.3

Index: ruby-webkit-gtk-2.2.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk/ruby-webkit-gtk-2.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-webkit-gtk-2.2.3.ebuild14 Jun 2015 08:24:26 -  1.2
+++ ruby-webkit-gtk-2.2.3.ebuild5 Jul 2015 10:41:31 -   1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk/ruby-webkit-gtk-2.2.3.ebuild,v 
1.2 2015/06/14 08:24:26 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk/ruby-webkit-gtk-2.2.3.ebuild,v 
1.3 2015/07/05 10:41:31 mrueg Exp $
 
 EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21 ruby22
+USE_RUBY=ruby19 ruby20
 
 inherit ruby-ng-gnome2
 
@@ -11,8 +11,8 @@
 KEYWORDS=~amd64 ~ppc
 IUSE=
 
-DEPEND=${DEPEND} net-libs/webkit-gtk:3
-RDEPEND=${RDEPEND} net-libs/webkit-gtk:3
+DEPEND+= net-libs/webkit-gtk:3
+RDEPEND+= net-libs/webkit-gtk:3
 
 RUBY_S=ruby-gnome2-all-${PV}/webkit-gtk
 



1.9  dev-ruby/ruby-webkit-gtk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-webkit-gtk/ChangeLog?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-webkit-gtk/ChangeLog?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-webkit-gtk/ChangeLog?r1=1.8r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   14 Jun 2015 08:24:26 -  1.8
+++ ChangeLog   5 Jul 2015 10:41:31 -   1.9
@@ -1,6 +1,14 @@
 # ChangeLog for dev-ruby/ruby-webkit-gtk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk/ChangeLog,v 1.8 
2015/06/14 08:24:26 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk/ChangeLog,v 1.9 
2015/07/05 10:41:31 mrueg Exp $
+
+*ruby-webkit-gtk-2.2.3-r1 (05 Jul 2015)
+
+  05 Jul 2015; Manuel Rüger mr...@gentoo.org 
+ruby-webkit-gtk-2.2.3-r1.ebuild,
+  -ruby-webkit-gtk-1.2.6.ebuild, -ruby-webkit-gtk-2.0.2.ebuild,
+  -ruby-webkit-gtk-2.1.0.ebuild, -ruby-webkit-gtk-2.2.0.ebuild,
+  ruby-webkit-gtk-2.2.3.ebuild:
+  Remove old. Create stabilization candidate.
 
   14 Jun 2015; Hans de Graaff gra...@gentoo.org ruby-webkit-gtk-2.2.3.ebuild:
   Add ruby22.



1.1  dev-ruby/ruby-webkit-gtk/ruby-webkit-gtk-2.2.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-webkit-gtk/ruby-webkit-gtk-2.2.3-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-webkit-gtk/ruby-webkit-gtk-2.2.3-r1.ebuild?rev=1.1content-type=text/plain

Index: ruby-webkit-gtk-2.2.3-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk/ruby-webkit-gtk-2.2.3-r1.ebuild,v
 1.1 2015/07/05 10:41:31 mrueg Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 ruby22

inherit ruby-ng-gnome2

DESCRIPTION=Ruby WebKitGtk bindings
KEYWORDS=~amd64 ~ppc
IUSE=

DEPEND+= net-libs/webkit-gtk:3
RDEPEND+= net-libs/webkit-gtk:3

RUBY_S=ruby-gnome2-all-${PV}/webkit-gtk

ruby_add_bdepend =dev-ruby/ruby-glib2-${PV}
ruby_add_rdepend =dev-ruby/ruby-gobject-introspection-${PV}
=dev-ruby/ruby-gtk3-${PV}

each_ruby_configure() {
:
}

each_ruby_compile() {
:
}

each_ruby_install() {
each_fakegem_install
}






[gentoo-commits] gentoo-x86 commit in dev-lang/orc: orc-0.4.24.ebuild metadata.xml ChangeLog orc-0.4.19.ebuild

2015-07-05 Thread Pacho Ramos (pacho)
pacho   15/07/05 11:13:04

  Modified: metadata.xml ChangeLog
  Added:orc-0.4.24.ebuild
  Removed:  orc-0.4.19.ebuild
  Log:
  Version bump, pax marking is needed (#470842 by Nikoli and Anthony Basile), 
drop old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.4  dev-lang/orc/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/metadata.xml?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/metadata.xml?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/metadata.xml?r1=1.3r2=1.4

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/orc/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml18 Mar 2011 00:35:46 -  1.3
+++ metadata.xml5 Jul 2015 11:13:04 -   1.4
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-  herdgstreamer/herd
+herdgstreamer/herd
 /pkgmetadata



1.50 dev-lang/orc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/ChangeLog?rev=1.50view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/ChangeLog?rev=1.50content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/ChangeLog?r1=1.49r2=1.50

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   7 Jun 2015 10:47:32 -   1.49
+++ ChangeLog   5 Jul 2015 11:13:04 -   1.50
@@ -1,6 +1,13 @@
 # ChangeLog for dev-lang/orc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.49 2015/06/07 
10:47:32 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.50 2015/07/05 
11:13:04 pacho Exp $
+
+*orc-0.4.24 (05 Jul 2015)
+
+  05 Jul 2015; Pacho Ramos pa...@gentoo.org +orc-0.4.24.ebuild,
+  -orc-0.4.19.ebuild, metadata.xml:
+  Version bump, pax marking is needed (#470842 by Nikoli and Anthony Basile),
+  drop old
 
   07 Jun 2015; Markus Meier mae...@gentoo.org orc-0.4.23.ebuild:
   arm stable, bug #534012



1.1  dev-lang/orc/orc-0.4.24.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/orc-0.4.24.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/orc-0.4.24.ebuild?rev=1.1content-type=text/plain

Index: orc-0.4.24.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.24.ebuild,v 1.1 
2015/07/05 11:13:04 pacho Exp $

EAPI=5
inherit autotools-multilib flag-o-matic pax-utils

DESCRIPTION=The Oil Runtime Compiler, a just-in-time compiler for array 
operations
HOMEPAGE=http://gstreamer.freedesktop.org/;
SRC_URI=http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz;

LICENSE=BSD BSD-2
SLOT=0
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
IUSE=examples hardened static-libs

RDEPEND=
DEPEND=${RDEPEND}
app-arch/xz-utils
=dev-util/gtk-doc-am-1.12


src_prepare() {
if ! use examples; then
sed -e '/SUBDIRS/ s:examples::' \
-i Makefile.am Makefile.in || die
fi
}

src_configure() {
# any optimisation on PPC/Darwin yields in a complaint from the 
assembler
# Parameter error: r0 not allowed for parameter %lu (code as 0 not r0)
# the same for Intel/Darwin, although the error message there is 
different
# but along the same lines
[[ ${CHOST} == *-darwin* ]]  filter-flags -O*
autotools-multilib_src_configure
}

src_install() {
autotools-multilib_src_install
if use hardened; then
pax-mark m usr/bin/orc-bugreport || die
pax-mark m usr/bin/orcc || die
pax-mark m usr/$(get_libdir)/liborc*.so* || die
fi
}


pkg_postinst() {
if use hardened; then
ewarn Please run \revdep-pax\ after installation.
ewarn It's provided by sys-apps/elfix.
fi
}






[gentoo-commits] gentoo-x86 commit in x11-apps/x11perf: x11perf-1.6.0.ebuild ChangeLog

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 11:31:16

  Modified: ChangeLog
  Added:x11perf-1.6.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.75 x11-apps/x11perf/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/x11perf/ChangeLog?rev=1.75view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/x11perf/ChangeLog?rev=1.75content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/x11perf/ChangeLog?r1=1.74r2=1.75

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-apps/x11perf/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog   12 Apr 2015 18:40:50 -  1.74
+++ ChangeLog   5 Jul 2015 11:31:16 -   1.75
@@ -1,6 +1,11 @@
 # ChangeLog for x11-apps/x11perf
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/x11perf/ChangeLog,v 1.74 
2015/04/12 18:40:50 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/x11perf/ChangeLog,v 1.75 
2015/07/05 11:31:16 mrueg Exp $
+
+*x11perf-1.6.0 (05 Jul 2015)
+
+  05 Jul 2015; Manuel Rüger mr...@gentoo.org +x11perf-1.6.0.ebuild:
+  Version bump.
 
   12 Apr 2015; Manuel Rüger mr...@gentoo.org -x11perf-1.5.3.ebuild:
   Remove old.



1.1  x11-apps/x11perf/x11perf-1.6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/x11perf/x11perf-1.6.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/x11perf/x11perf-1.6.0.ebuild?rev=1.1content-type=text/plain

Index: x11perf-1.6.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-apps/x11perf/x11perf-1.6.0.ebuild,v 1.1 
2015/07/05 11:31:16 mrueg Exp $

EAPI=5
inherit xorg-2

DESCRIPTION=X rendering operation stress test utility

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd
IUSE=

RDEPEND=x11-libs/libX11
x11-libs/libXmu
x11-libs/libXft
x11-libs/libXrender
x11-libs/libXext
DEPEND=${RDEPEND}






[gentoo-commits] gentoo-x86 commit in dev-lang/orc: orc-0.4.24.ebuild ChangeLog

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 13:24:10

  Modified: orc-0.4.24.ebuild ChangeLog
  Log:
  Use less blank line.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.2  dev-lang/orc/orc-0.4.24.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/orc-0.4.24.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/orc-0.4.24.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/orc-0.4.24.ebuild?r1=1.1r2=1.2

Index: orc-0.4.24.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.24.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- orc-0.4.24.ebuild   5 Jul 2015 11:13:04 -   1.1
+++ orc-0.4.24.ebuild   5 Jul 2015 13:24:10 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.24.ebuild,v 1.1 
2015/07/05 11:13:04 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.24.ebuild,v 1.2 
2015/07/05 13:24:10 mrueg Exp $
 
 EAPI=5
 inherit autotools-multilib flag-o-matic pax-utils
@@ -45,7 +45,6 @@
fi
 }
 
-
 pkg_postinst() {
if use hardened; then
ewarn Please run \revdep-pax\ after installation.



1.51 dev-lang/orc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/ChangeLog?rev=1.51view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/ChangeLog?rev=1.51content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/ChangeLog?r1=1.50r2=1.51

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog   5 Jul 2015 11:13:04 -   1.50
+++ ChangeLog   5 Jul 2015 13:24:10 -   1.51
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/orc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.50 2015/07/05 
11:13:04 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.51 2015/07/05 
13:24:10 mrueg Exp $
+
+  05 Jul 2015; Manuel Rüger mr...@gentoo.org orc-0.4.24.ebuild:
+  Use less blank line.
 
 *orc-0.4.24 (05 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-qt/qtchooser: qtchooser-0_p20150102.ebuild ChangeLog

2015-07-05 Thread Tobias Klausmann (klausman)
klausman15/07/05 13:37:17

  Modified: qtchooser-0_p20150102.ebuild ChangeLog
  Log:
  Stable on alpha, bug 529196
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.9  dev-qt/qtchooser/qtchooser-0_p20150102.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtchooser/qtchooser-0_p20150102.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtchooser/qtchooser-0_p20150102.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtchooser/qtchooser-0_p20150102.ebuild?r1=1.8r2=1.9

Index: qtchooser-0_p20150102.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-qt/qtchooser/qtchooser-0_p20150102.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- qtchooser-0_p20150102.ebuild30 May 2015 10:46:56 -  1.8
+++ qtchooser-0_p20150102.ebuild5 Jul 2015 13:37:17 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-qt/qtchooser/qtchooser-0_p20150102.ebuild,v 1.8 
2015/05/30 10:46:56 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-qt/qtchooser/qtchooser-0_p20150102.ebuild,v 1.9 
2015/07/05 13:37:17 klausman Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=|| ( LGPL-2.1 GPL-3 )
 SLOT=0
-KEYWORDS=amd64 arm ~arm64 hppa ~mips ppc ppc64 x86
+KEYWORDS=alpha amd64 arm ~arm64 hppa ~mips ppc ppc64 x86
 IUSE=qt5 test
 
 DEPEND=qt5? ( test? (



1.14 dev-qt/qtchooser/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtchooser/ChangeLog?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtchooser/ChangeLog?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtchooser/ChangeLog?r1=1.13r2=1.14

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtchooser/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   30 May 2015 10:46:56 -  1.13
+++ ChangeLog   5 Jul 2015 13:37:17 -   1.14
@@ -1,6 +1,10 @@
 # ChangeLog for dev-qt/qtchooser
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtchooser/ChangeLog,v 1.13 
2015/05/30 10:46:56 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtchooser/ChangeLog,v 1.14 
2015/07/05 13:37:17 klausman Exp $
+
+  05 Jul 2015; Tobias Klausmann klaus...@gentoo.org
+  qtchooser-0_p20150102.ebuild:
+  Stable on alpha, bug 529196
 
   30 May 2015; Markus Meier mae...@gentoo.org qtchooser-0_p20150102.ebuild:
   arm stable, bug #530238






[gentoo-commits] gentoo-x86 commit in sys-auth/nss-pam-ldapd: nss-pam-ldapd-0.8.14-r2.ebuild ChangeLog

2015-07-05 Thread Mikle Kolyada (zlogene)
zlogene 15/07/05 14:31:40

  Modified: nss-pam-ldapd-0.8.14-r2.ebuild ChangeLog
  Log:
  x86 stable wrt bug #552398
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.14-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.14-r2.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.14-r2.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.14-r2.ebuild?r1=1.2r2=1.3

Index: nss-pam-ldapd-0.8.14-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.14-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nss-pam-ldapd-0.8.14-r2.ebuild  26 Jun 2015 12:14:41 -  1.2
+++ nss-pam-ldapd-0.8.14-r2.ebuild  5 Jul 2015 14:31:40 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.14-r2.ebuild,v 
1.2 2015/06/26 12:14:41 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.14-r2.ebuild,v 
1.3 2015/07/05 14:31:40 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=debug kerberos sasl +pam
 
 DEPEND=



1.28 sys-auth/nss-pam-ldapd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog?rev=1.28view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog?rev=1.28content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog?r1=1.27r2=1.28

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   26 Jun 2015 12:14:41 -  1.27
+++ ChangeLog   5 Jul 2015 14:31:40 -   1.28
@@ -1,6 +1,10 @@
 # ChangeLog for sys-auth/nss-pam-ldapd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog,v 1.27 
2015/06/26 12:14:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog,v 1.28 
2015/07/05 14:31:40 zlogene Exp $
+
+  05 Jul 2015; Mikle Kolyada zlog...@gentoo.org
+  nss-pam-ldapd-0.8.14-r2.ebuild:
+  x86 stable wrt bug #552398
 
   26 Jun 2015; Agostino Sarubbo a...@gentoo.org 
nss-pam-ldapd-0.8.14-r2.ebuild:
   Stable for amd64, wrt bug #552398






[gentoo-commits] gentoo-x86 commit in dev-haskell/text-stream-decode: text-stream-decode-0.1.0.5.ebuild ChangeLog

2015-07-05 Thread Mikle Kolyada (zlogene)
zlogene 15/07/05 14:39:34

  Modified: text-stream-decode-0.1.0.5.ebuild ChangeLog
  Log:
  x86 stable wrt bug #550398
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  
dev-haskell/text-stream-decode/text-stream-decode-0.1.0.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text-stream-decode/text-stream-decode-0.1.0.5.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text-stream-decode/text-stream-decode-0.1.0.5.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text-stream-decode/text-stream-decode-0.1.0.5.ebuild?r1=1.2r2=1.3

Index: text-stream-decode-0.1.0.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/text-stream-decode/text-stream-decode-0.1.0.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- text-stream-decode-0.1.0.5.ebuild   1 Jun 2015 22:07:17 -   1.2
+++ text-stream-decode-0.1.0.5.ebuild   5 Jul 2015 14:39:34 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/text-stream-decode/text-stream-decode-0.1.0.5.ebuild,v
 1.2 2015/06/01 22:07:17 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/text-stream-decode/text-stream-decode-0.1.0.5.ebuild,v
 1.3 2015/07/05 14:39:34 zlogene Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=MIT
 SLOT=0/${PV}
-KEYWORDS=~amd64 ~x86
+KEYWORDS=~amd64 x86
 IUSE=
 
 RDEPEND==dev-haskell/text-1.1:=[profile?]



1.7  dev-haskell/text-stream-decode/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text-stream-decode/ChangeLog?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text-stream-decode/ChangeLog?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text-stream-decode/ChangeLog?r1=1.6r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/text-stream-decode/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   6 Jun 2015 18:01:19 -   1.6
+++ ChangeLog   5 Jul 2015 14:39:34 -   1.7
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/text-stream-decode
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text-stream-decode/ChangeLog,v 
1.6 2015/06/06 18:01:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text-stream-decode/ChangeLog,v 
1.7 2015/07/05 14:39:34 zlogene Exp $
+
+  05 Jul 2015; Mikle Kolyada zlog...@gentoo.org
+  text-stream-decode-0.1.0.5.ebuild:
+  x86 stable wrt bug #550398
 
   06 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-haskell/tasty: tasty-0.3.1.ebuild ChangeLog

2015-07-05 Thread Mikle Kolyada (zlogene)
zlogene 15/07/05 14:49:43

  Modified: tasty-0.3.1.ebuild ChangeLog
  Log:
  x86 stable wrt bug #550410
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-haskell/tasty/tasty-0.3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty/tasty-0.3.1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty/tasty-0.3.1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty/tasty-0.3.1.ebuild?r1=1.1r2=1.2

Index: tasty-0.3.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/tasty/tasty-0.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tasty-0.3.1.ebuild  19 Oct 2013 12:03:18 -  1.1
+++ tasty-0.3.1.ebuild  5 Jul 2015 14:49:43 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty/tasty-0.3.1.ebuild,v 1.1 
2013/10/19 12:03:18 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty/tasty-0.3.1.ebuild,v 1.2 
2015/07/05 14:49:43 zlogene Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=MIT
 SLOT=0/${PV}
-KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc x86
 IUSE=+colors
 
 RDEPEND=dev-haskell/mtl:=[profile?]



1.9  dev-haskell/tasty/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty/ChangeLog?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty/ChangeLog?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty/ChangeLog?r1=1.8r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/tasty/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   14 Dec 2014 05:57:19 -  1.8
+++ ChangeLog   5 Jul 2015 14:49:43 -   1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/tasty
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty/ChangeLog,v 1.8 
2014/12/14 05:57:19 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty/ChangeLog,v 1.9 
2015/07/05 14:49:43 zlogene Exp $
+
+  05 Jul 2015; Mikle Kolyada zlog...@gentoo.org tasty-0.3.1.ebuild:
+  x86 stable wrt bug #550410
 
 *tasty-0.10.1 (14 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-haskell/optparse-applicative: optparse-applicative-0.7.0.2.ebuild ChangeLog

2015-07-05 Thread Mikle Kolyada (zlogene)
zlogene 15/07/05 14:48:34

  Modified: optparse-applicative-0.7.0.2.ebuild ChangeLog
  Log:
  x86 stable wrt bug #550412
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  
dev-haskell/optparse-applicative/optparse-applicative-0.7.0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/optparse-applicative/optparse-applicative-0.7.0.2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/optparse-applicative/optparse-applicative-0.7.0.2.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/optparse-applicative/optparse-applicative-0.7.0.2.ebuild?r1=1.1r2=1.2

Index: optparse-applicative-0.7.0.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/optparse-applicative/optparse-applicative-0.7.0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- optparse-applicative-0.7.0.2.ebuild 19 Oct 2013 11:51:51 -  1.1
+++ optparse-applicative-0.7.0.2.ebuild 5 Jul 2015 14:48:34 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/optparse-applicative/optparse-applicative-0.7.0.2.ebuild,v
 1.1 2013/10/19 11:51:51 gienah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/optparse-applicative/optparse-applicative-0.7.0.2.ebuild,v
 1.2 2015/07/05 14:48:34 zlogene Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=BSD
 SLOT=0/${PV}
-KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc x86
 IUSE=
 
 RDEPEND==dev-haskell/transformers-0.2:=[profile?] 
dev-haskell/transformers-0.4:=[profile?]



1.10 dev-haskell/optparse-applicative/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/optparse-applicative/ChangeLog?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/optparse-applicative/ChangeLog?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/optparse-applicative/ChangeLog?r1=1.9r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/optparse-applicative/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   6 Jun 2015 15:01:55 -   1.9
+++ ChangeLog   5 Jul 2015 14:48:34 -   1.10
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/optparse-applicative
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/optparse-applicative/ChangeLog,v 1.9 
2015/06/06 15:01:55 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/optparse-applicative/ChangeLog,v 1.10 
2015/07/05 14:48:34 zlogene Exp $
+
+  05 Jul 2015; Mikle Kolyada zlog...@gentoo.org
+  optparse-applicative-0.7.0.2.ebuild:
+  x86 stable wrt bug #550412
 
   06 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-python/pytest-localserver: pytest-localserver-0.3.4.ebuild metadata.xml Manifest ChangeLog

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 09:15:55

  Added:pytest-localserver-0.3.4.ebuild metadata.xml
Manifest ChangeLog
  Log:
  Initial version.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.1  
dev-python/pytest-localserver/pytest-localserver-0.3.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-localserver/pytest-localserver-0.3.4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-localserver/pytest-localserver-0.3.4.ebuild?rev=1.1content-type=text/plain

Index: pytest-localserver-0.3.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pytest-localserver/pytest-localserver-0.3.4.ebuild,v
 1.1 2015/07/05 09:15:55 mrueg Exp $

EAPI=5
PYTHON_COMPAT=(python{2_7,3_3})

inherit distutils-r1

DESCRIPTION=Py.test plugin to test server connections locally
HOMEPAGE=https://pypi.python.org/pypi/pytest-localserver;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.zip

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64
IUSE=test

RDEPEND==dev-python/werkzeug-0.10[${PYTHON_USEDEP}]
DEPEND=app-arch/unzip
test? ( ${RDEPEND}
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}] )

python_test() {
py.test || die
}



1.1  dev-python/pytest-localserver/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-localserver/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-localserver/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdpython/herd
maintainer
emailmr...@gentoo.org/email
nameManuel Rüger/name
/maintainer
/pkgmetadata



1.1  dev-python/pytest-localserver/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-localserver/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-localserver/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
DIST pytest-localserver-0.3.4.zip 28988 SHA256 
9d2dc10aa2ba7e799f22e3fc133f7562c9be5be180b788f7f9dabea30a281814 SHA512 
476c15d7020773b8d6a0c13ac1beea2274fc022a7089ea384f6721906f7a8339b7410ad7a5dd6817a2d6ce5dc92d3023632dff5191059bef327dbebd77a9bea7
 WHIRLPOOL 
158f15597057c226107430dfd6c53338086725b9642fa87cbb07bbe103d4fbd70ca9f82f4fcebd1a2d9371725f772cc3e5eead233976be2408ed7fde36c898d8
EBUILD pytest-localserver-0.3.4.ebuild 659 SHA256 
2d55e5ceff18be5d9ce38c494e16ccb30d5ebc136d49459fc354f0b93f604af1 SHA512 
6fbfd41e4870c246221338037d65197f99f2fdb816b84cb53ee2612d036eebaaffef1b5d6bc5a36fad1adce906864698e83ca3575200a9564ded0c93df0b526e
 WHIRLPOOL 
f25b246da8da277de384160fcf9de3c8c845d1b01c711e21a534d158772df135875fe0beb0ae105f94b0f90ab320c6275747b26c12f840fe76c2e22663f057f1
MISC metadata.xml 252 SHA256 
61c7e06503be453ff668d3064e1c87b673e9bd95402612de2956ce7aef741d34 SHA512 
ce7f4142d3a65da38e6668d5119486194da9fcb2d4a8c162e111094ecb36bd53f90f566a475180622015a07c547a6a13459cf3375fa4130e39f58e1e4a15b721
 WHIRLPOOL 
9277e9a0b18d32255b59e3ddc65eead4babaf5e369b8408448ac6e3a69ebab4d691a5bc174ec14843a00c05c9991ac667b75bd55360df0363917cfd0300dd909



1.1  dev-python/pytest-localserver/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-localserver/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-localserver/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for dev-python/pytest-localserver
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-localserver/ChangeLog,v 
1.1 2015/07/05 09:15:55 mrueg Exp $

*pytest-localserver-0.3.4 (05 Jul 2015)

  05 Jul 2015; Manuel Rüger mr...@gentoo.org +metadata.xml,
  +pytest-localserver-0.3.4.ebuild:
  Initial version.






[gentoo-commits] gentoo-x86 commit in dev-python/pytest-capturelog: pytest-capturelog-0.7.ebuild metadata.xml Manifest ChangeLog

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 09:14:25

  Added:pytest-capturelog-0.7.ebuild metadata.xml Manifest
ChangeLog
  Log:
  Initial version.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.1  dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild?rev=1.1content-type=text/plain

Index: pytest-capturelog-0.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild,v
 1.1 2015/07/05 09:14:24 mrueg Exp $

EAPI=5
PYTHON_COMPAT=(python{2_7,3_3})

inherit distutils-r1

DESCRIPTION=py.test plugin to capture log messages
HOMEPAGE=http://bitbucket.org/memedough/pytest-capturelog/overview;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64
IUSE=

RDEPEND=dev-python/py[${PYTHON_USEDEP}]



1.1  dev-python/pytest-capturelog/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-capturelog/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-capturelog/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdpython/herd
maintainer
emailmr...@gentoo.org/email
nameManuel Rüger/name
/maintainer
/pkgmetadata



1.1  dev-python/pytest-capturelog/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-capturelog/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-capturelog/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
DIST pytest-capturelog-0.7.tar.gz 4293 SHA256 
b6e8d5189b39462109c2188e6b512d6cc7e66d62bb5be65389ed50e96d22000d SHA512 
82567697be2c277f49633cee5c83733b3383b89e987729dc977f4ef3dd08a5ef55d507f5380ac08def7791157208459ee08d686cf532280c665e659938f03c22
 WHIRLPOOL 
3b292ac5197c13b72019e4051226a7417434fdba6854883273d13f6750e9420987f0af80ec8035d88b318290a190d397c3c7bc892b4930641977bad7ddbcc420
EBUILD pytest-capturelog-0.7.ebuild 450 SHA256 
ec2e0278e3ab5a4ed720cc8937736c28ee735854dfa86ae96a8a2a136dd9af7e SHA512 
0a52305bc87d4e749aae2b0a38fcb1c9516f3996bdd43f4bd7792edc75931ceaa39aee36b929580976c0642f7115be06bdd7a6c9956180a932db9159c8d597c8
 WHIRLPOOL 
c5fb3536a3b21b28aa97197b592e692226c91cbf8bdb2604a96cde021f79e07a9615c55fda87dded51f31131c729fcecd7384e5718e14e0ff88ff52d5044512d
MISC metadata.xml 252 SHA256 
61c7e06503be453ff668d3064e1c87b673e9bd95402612de2956ce7aef741d34 SHA512 
ce7f4142d3a65da38e6668d5119486194da9fcb2d4a8c162e111094ecb36bd53f90f566a475180622015a07c547a6a13459cf3375fa4130e39f58e1e4a15b721
 WHIRLPOOL 
9277e9a0b18d32255b59e3ddc65eead4babaf5e369b8408448ac6e3a69ebab4d691a5bc174ec14843a00c05c9991ac667b75bd55360df0363917cfd0300dd909



1.1  dev-python/pytest-capturelog/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-capturelog/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-capturelog/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for dev-python/pytest-capturelog
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-capturelog/ChangeLog,v 1.1 
2015/07/05 09:14:24 mrueg Exp $

*pytest-capturelog-0.7 (05 Jul 2015)

  05 Jul 2015; Manuel Rüger mr...@gentoo.org +metadata.xml,
  +pytest-capturelog-0.7.ebuild:
  Initial version.






[gentoo-commits] gentoo-x86 commit in dev-python/pytest-localserver: - New directory

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 09:15:03

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-python/pytest-localserver added to the 
repository



[gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-archive-plugin/files: 0.3.1-add-support-symlinks.patch 0.3.1-fix-kde-ark.patch

2015-07-05 Thread Jason Zaman (perfinion)
perfinion15/07/05 09:29:36

  Added:0.3.1-add-support-symlinks.patch
0.3.1-fix-kde-ark.patch
  Log:
  fix kde ark support thanks to Alex Efros, bug 553722
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x7EF137EC935B0EAF)

Revision  ChangesPath
1.1  
xfce-extra/thunar-archive-plugin/files/0.3.1-add-support-symlinks.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-archive-plugin/files/0.3.1-add-support-symlinks.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-archive-plugin/files/0.3.1-add-support-symlinks.patch?rev=1.1content-type=text/plain

Index: 0.3.1-add-support-symlinks.patch
===
diff -ur thunar-archive-plugin-0.3.1.old/scripts/Makefile.am 
thunar-archive-plugin-0.3.1/scripts/Makefile.am
--- thunar-archive-plugin-0.3.1.old/scripts/Makefile.am 2013-05-11 
13:48:30.0 +0400
+++ thunar-archive-plugin-0.3.1/scripts/Makefile.am 2015-07-05 
12:55:32.052090677 +0400
@@ -9,8 +9,9 @@
 install-exec-hook:
$(mkinstalldirs) $(DESTDIR)$(wrapperdir)
-( cd $(DESTDIR)$(wrapperdir) ; \
-   test -f gnome-file-roller.tap \
-   || ln -sf file-roller.tap gnome-file-roller.tap )
+   ln -sf ark.tap kde4-ark.tap; \
+   ln -sf file-roller.tap gnome-file-roller.tap; \
+   ln -sf file-roller.tap org.gnome.FileRoller.tap; )
 
 EXTRA_DIST =   \
$(wrapper_SCRIPTS)  \



1.1  
xfce-extra/thunar-archive-plugin/files/0.3.1-fix-kde-ark.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-archive-plugin/files/0.3.1-fix-kde-ark.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-archive-plugin/files/0.3.1-fix-kde-ark.patch?rev=1.1content-type=text/plain

Index: 0.3.1-fix-kde-ark.patch
===
diff -ur thunar-archive-plugin-0.3.1.old/scripts/ark.tap 
thunar-archive-plugin-0.3.1/scripts/ark.tap
--- thunar-archive-plugin-0.3.1.old/scripts/ark.tap 2013-05-11 
13:48:30.0 +0400
+++ thunar-archive-plugin-0.3.1/scripts/ark.tap 2015-07-05 12:56:25.288680104 
+0400
@@ -30,15 +30,15 @@
 # check the action
 case $action in
 create)
-   exec ark --add $@
+   exec ark --dialog --add $@
;;
 
 extract-here)
-   exec ark --extract-to $folder $@
+   exec ark --batch --destination $folder $@
;;
 
 extract-to)
-   exec ark --extract $@
+   exec ark --batch --dialog --autodestination $@
;;
 
 *)






[gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-archive-plugin: thunar-archive-plugin-0.3.1-r2.ebuild ChangeLog

2015-07-05 Thread Jason Zaman (perfinion)
perfinion15/07/05 09:29:36

  Modified: ChangeLog
  Added:thunar-archive-plugin-0.3.1-r2.ebuild
  Log:
  fix kde ark support thanks to Alex Efros, bug 553722
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x7EF137EC935B0EAF)

Revision  ChangesPath
1.34 xfce-extra/thunar-archive-plugin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-archive-plugin/ChangeLog?rev=1.34view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-archive-plugin/ChangeLog?rev=1.34content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-archive-plugin/ChangeLog?r1=1.33r2=1.34

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-archive-plugin/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   1 Jul 2015 16:48:26 -   1.33
+++ ChangeLog   5 Jul 2015 09:29:36 -   1.34
@@ -1,6 +1,13 @@
 # ChangeLog for xfce-extra/thunar-archive-plugin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/thunar-archive-plugin/ChangeLog,v 1.33 
2015/07/01 16:48:26 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/thunar-archive-plugin/ChangeLog,v 1.34 
2015/07/05 09:29:36 perfinion Exp $
+
+*thunar-archive-plugin-0.3.1-r2 (05 Jul 2015)
+
+  05 Jul 2015; Jason Zaman perfin...@gentoo.org
+  +files/0.3.1-add-support-symlinks.patch, +files/0.3.1-fix-kde-ark.patch,
+  +thunar-archive-plugin-0.3.1-r2.ebuild:
+  fix kde ark support thanks to Alex Efros, bug 553722
 
   01 Jul 2015; Mikle Kolyada zlog...@gentoo.org
   thunar-archive-plugin-0.3.1-r1.ebuild:



1.1  
xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.3.1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.3.1-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.3.1-r2.ebuild?rev=1.1content-type=text/plain

Index: thunar-archive-plugin-0.3.1-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.3.1-r2.ebuild,v
 1.1 2015/07/05 09:29:36 perfinion Exp $

EAPI=5

EAUTORECONF=yes
inherit xfconf

DESCRIPTION=Archive plug-in for the Thunar filemanager
HOMEPAGE=http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin;
SRC_URI=mirror://xfce/src/thunar-plugins/${PN}/${PV%.*}/${P}.tar.bz2

LICENSE=LGPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux
IUSE=debug

RDEPEND==xfce-base/libxfce4util-4.8:=
=xfce-base/exo-0.6:=
=xfce-base/thunar-1.2:=
DEPEND=${RDEPEND}
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig

pkg_setup() {
PATCHES=(
${FILESDIR}/0.3.1-add-engrampa-support.patch
${FILESDIR}/0.3.1-fix-kde-ark.patch
${FILESDIR}/0.3.1-add-support-symlinks.patch
)
XFCONF=( $(xfconf_use_debug) )
DOCS=( AUTHORS ChangeLog NEWS README THANKS )
}






[gentoo-commits] gentoo-x86 commit in app-text/glark: ChangeLog glark-1.8.0.ebuild

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 10:00:19

  Modified: ChangeLog
  Removed:  glark-1.8.0.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.79 app-text/glark/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/ChangeLog?rev=1.79view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/ChangeLog?rev=1.79content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glark/ChangeLog?r1=1.78r2=1.79

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog   5 Jul 2015 09:59:06 -   1.78
+++ ChangeLog   5 Jul 2015 10:00:19 -   1.79
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/glark
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.78 2015/07/05 
09:59:06 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.79 2015/07/05 
10:00:19 mrueg Exp $
+
+  05 Jul 2015; Manuel Rüger mr...@gentoo.org -glark-1.8.0.ebuild:
+  Remove old.
 
   05 Jul 2015; Manuel Rüger mr...@gentoo.org glark-1.10.5-r1.ebuild,
   glark-1.10.5.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-pango: ruby-pango-2.2.3-r1.ebuild ruby-pango-2.2.3.ebuild ChangeLog ruby-pango-2.0.2.ebuild ruby-pango-2.2.2.ebuild ruby-pango-2.1.0.ebuild ruby-pan

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 10:18:59

  Modified: ruby-pango-2.2.3.ebuild ChangeLog
  Added:ruby-pango-2.2.3-r1.ebuild
  Removed:  ruby-pango-2.0.2.ebuild ruby-pango-2.2.2.ebuild
ruby-pango-2.1.0.ebuild ruby-pango-2.2.0.ebuild
ruby-pango-1.2.6.ebuild
  Log:
  Remove old. Create stabilization candidate.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.3  dev-ruby/ruby-pango/ruby-pango-2.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-pango/ruby-pango-2.2.3.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-pango/ruby-pango-2.2.3.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-pango/ruby-pango-2.2.3.ebuild?r1=1.2r2=1.3

Index: ruby-pango-2.2.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-pango/ruby-pango-2.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-pango-2.2.3.ebuild 25 Feb 2015 18:38:27 -  1.2
+++ ruby-pango-2.2.3.ebuild 5 Jul 2015 10:18:59 -   1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-pango/ruby-pango-2.2.3.ebuild,v 1.2 
2015/02/25 18:38:27 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-pango/ruby-pango-2.2.3.ebuild,v 1.3 
2015/07/05 10:18:59 mrueg Exp $
 
 EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21 ruby22
+USE_RUBY=ruby19 ruby20
 
 inherit ruby-ng-gnome2
 



1.95 dev-ruby/ruby-pango/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-pango/ChangeLog?rev=1.95view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-pango/ChangeLog?rev=1.95content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-pango/ChangeLog?r1=1.94r2=1.95

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-pango/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog   25 Feb 2015 18:38:27 -  1.94
+++ ChangeLog   5 Jul 2015 10:18:59 -   1.95
@@ -1,6 +1,13 @@
 # ChangeLog for dev-ruby/ruby-pango
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-pango/ChangeLog,v 1.94 
2015/02/25 18:38:27 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-pango/ChangeLog,v 1.95 
2015/07/05 10:18:59 mrueg Exp $
+
+*ruby-pango-2.2.3-r1 (05 Jul 2015)
+
+  05 Jul 2015; Manuel Rüger mr...@gentoo.org +ruby-pango-2.2.3-r1.ebuild,
+  -ruby-pango-1.2.6.ebuild, -ruby-pango-2.0.2.ebuild, -ruby-pango-2.1.0.ebuild,
+  -ruby-pango-2.2.0.ebuild, -ruby-pango-2.2.2.ebuild, ruby-pango-2.2.3.ebuild:
+  Remove old. Create stabilization candidate.
 
   25 Feb 2015; Hans de Graaff gra...@gentoo.org ruby-pango-2.2.3.ebuild:
   Add ruby22.



1.1  dev-ruby/ruby-pango/ruby-pango-2.2.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-pango/ruby-pango-2.2.3-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-pango/ruby-pango-2.2.3-r1.ebuild?rev=1.1content-type=text/plain

Index: ruby-pango-2.2.3-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-pango/ruby-pango-2.2.3-r1.ebuild,v 1.1 
2015/07/05 10:18:59 mrueg Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 ruby22

inherit ruby-ng-gnome2

DESCRIPTION=Ruby Pango bindings
KEYWORDS=~amd64 ~ppc ~x86
IUSE=
DEPEND+= =x11-libs/pango-1.2.1
RDEPEND+= =x11-libs/pango-1.2.1

ruby_add_rdepend =dev-ruby/ruby-glib2-${PV}
=dev-ruby/rcairo-1.12.5
ruby_add_bdepend =dev-ruby/rcairo-1.12.5

all_ruby_prepare() {
# Remove test depending on specific locales to be set up: bug 526248
rm test/test-language.rb || die
}

each_ruby_test() {
${RUBY} test/run-test.rb || die
}






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2015-07-05 Thread Patrice Clement (monsieurp)
monsieurp15/07/05 11:45:18

  Modified: ChangeLog package.mask
  Log:
  Mask net-p2p/frostwire for removal. See bug 553976.

Revision  ChangesPath
1.10168  profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.10168view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.10168content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.10167r2=1.10168

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.10167
retrieving revision 1.10168
diff -u -r1.10167 -r1.10168
--- ChangeLog   5 Jul 2015 09:26:40 -   1.10167
+++ ChangeLog   5 Jul 2015 11:45:17 -   1.10168
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10167 2015/07/05 
09:26:40 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10168 2015/07/05 
11:45:17 monsieurp Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  05 Jul 2015; Patrice Clement monsie...@gentoo.org package.mask:
+  Mask net-p2p/frostwire for removal.
+
   05 Jul 2015; Manuel Rüger mr...@gentoo.org package.mask:
   Add bouncy-castle-java to jruby mask.
 



1.16653  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16653view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16653content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16652r2=1.16653

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16652
retrieving revision 1.16653
diff -u -r1.16652 -r1.16653
--- package.mask5 Jul 2015 09:33:10 -   1.16652
+++ package.mask5 Jul 2015 11:45:17 -   1.16653
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16652 2015/07/05 
09:33:10 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16653 2015/07/05 
11:45:17 monsieurp Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Patrice Clement monsie...@gentoo.org (5 Jul 2015)
+# Package does not compile with recent JDKs (= jdk-1.8). More recent versions
+# use Gradle which we don't have packaged in Gentoo yet.
+# Removal in 30 days. See bug #552452.
+net-p2p/frostwire
+
 # Manuel Rüger mr...@gentoo.org (5 Jul 2015)
 # Mask for various issues (missing ruby20 support, test failures)
 # Removal in 30 days






[gentoo-commits] gentoo-x86 commit in app-shells/bash-completion: bash-completion-2.1_p20141224.ebuild ChangeLog

2015-07-05 Thread Tobias Klausmann (klausman)
klausman15/07/05 13:40:24

  Modified: bash-completion-2.1_p20141224.ebuild ChangeLog
  Log:
  Stable on alpha, bug 530236
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.7  
app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild?r1=1.6r2=1.7

Index: bash-completion-2.1_p20141224.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bash-completion-2.1_p20141224.ebuild28 Jun 2015 10:02:49 -  
1.6
+++ bash-completion-2.1_p20141224.ebuild5 Jul 2015 13:40:24 -   
1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild,v
 1.6 2015/06/28 10:02:49 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild,v
 1.7 2015/07/05 13:40:24 klausman Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris
+KEYWORDS=alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris
 IUSE=
 
 RDEPEND==app-shells/bash-4.3_p30-r1



1.287app-shells/bash-completion/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?rev=1.287view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?rev=1.287content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?r1=1.286r2=1.287

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v
retrieving revision 1.286
retrieving revision 1.287
diff -u -r1.286 -r1.287
--- ChangeLog   28 Jun 2015 10:02:49 -  1.286
+++ ChangeLog   5 Jul 2015 13:40:24 -   1.287
@@ -1,6 +1,10 @@
 # ChangeLog for app-shells/bash-completion
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 
1.286 2015/06/28 10:02:49 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 
1.287 2015/07/05 13:40:24 klausman Exp $
+
+  05 Jul 2015; Tobias Klausmann klaus...@gentoo.org
+  bash-completion-2.1_p20141224.ebuild:
+  Stable on alpha, bug 530236
 
   28 Jun 2015; Mikle Kolyada zlog...@gentoo.org
   bash-completion-2.1_p20141224.ebuild:






[gentoo-commits] gentoo-x86 commit in app-shells/gentoo-bashcomp: ChangeLog gentoo-bashcomp-20140911.ebuild

2015-07-05 Thread Tobias Klausmann (klausman)
klausman15/07/05 13:40:35

  Modified: ChangeLog gentoo-bashcomp-20140911.ebuild
  Log:
  Stable on alpha, bug 530236
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.76 app-shells/gentoo-bashcomp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog?rev=1.76view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog?rev=1.76content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog?r1=1.75r2=1.76

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   28 Jun 2015 10:02:22 -  1.75
+++ ChangeLog   5 Jul 2015 13:40:35 -   1.76
@@ -1,6 +1,10 @@
 # ChangeLog for app-shells/gentoo-bashcomp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.75 
2015/06/28 10:02:22 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.76 
2015/07/05 13:40:35 klausman Exp $
+
+  05 Jul 2015; Tobias Klausmann klaus...@gentoo.org
+  gentoo-bashcomp-20140911.ebuild:
+  Stable on alpha, bug 530236
 
   28 Jun 2015; Mikle Kolyada zlog...@gentoo.org
   gentoo-bashcomp-20140911.ebuild:



1.5  app-shells/gentoo-bashcomp/gentoo-bashcomp-20140911.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20140911.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20140911.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20140911.ebuild?r1=1.4r2=1.5

Index: gentoo-bashcomp-20140911.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20140911.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gentoo-bashcomp-20140911.ebuild 28 Jun 2015 10:02:22 -  1.4
+++ gentoo-bashcomp-20140911.ebuild 5 Jul 2015 13:40:35 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20140911.ebuild,v
 1.4 2015/06/28 10:02:22 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20140911.ebuild,v
 1.5 2015/07/05 13:40:35 klausman Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris
+KEYWORDS=alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris
 IUSE=
 
 src_install() {






[gentoo-commits] gentoo-x86 commit in dev-python/pyptlib: pyptlib-0.0.6.ebuild ChangeLog

2015-07-05 Thread Anthony G. Basile (blueness)
blueness15/07/05 14:18:33

  Modified: pyptlib-0.0.6.ebuild ChangeLog
  Log:
  Keyword ~mips.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.3  dev-python/pyptlib/pyptlib-0.0.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyptlib/pyptlib-0.0.6.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyptlib/pyptlib-0.0.6.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyptlib/pyptlib-0.0.6.ebuild?r1=1.2r2=1.3

Index: pyptlib-0.0.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyptlib/pyptlib-0.0.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyptlib-0.0.6.ebuild30 Jul 2014 14:47:33 -  1.2
+++ pyptlib-0.0.6.ebuild5 Jul 2015 14:18:33 -   1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyptlib/pyptlib-0.0.6.ebuild,v 
1.2 2014/07/30 14:47:33 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyptlib/pyptlib-0.0.6.ebuild,v 
1.3 2015/07/05 14:18:33 blueness Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -13,7 +13,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=~amd64 ~mips ~x86
 IUSE=doc examples
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



1.5  dev-python/pyptlib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyptlib/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyptlib/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyptlib/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyptlib/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   3 Jun 2015 21:05:50 -   1.4
+++ ChangeLog   5 Jul 2015 14:18:33 -   1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyptlib
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyptlib/ChangeLog,v 1.4 
2015/06/03 21:05:50 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyptlib/ChangeLog,v 1.5 
2015/07/05 14:18:33 blueness Exp $
+
+  05 Jul 2015; Anthony G. Basile bluen...@gentoo.org pyptlib-0.0.6.ebuild:
+  Keyword ~mips.
 
   03 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add pypi to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in net-misc/memcached: memcached-1.4.24.ebuild ChangeLog

2015-07-05 Thread Mikle Kolyada (zlogene)
zlogene 15/07/05 14:27:09

  Modified: memcached-1.4.24.ebuild ChangeLog
  Log:
  x86 stable wrt bug #552400
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.4  net-misc/memcached/memcached-1.4.24.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/memcached/memcached-1.4.24.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/memcached/memcached-1.4.24.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/memcached/memcached-1.4.24.ebuild?r1=1.3r2=1.4

Index: memcached-1.4.24.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/memcached/memcached-1.4.24.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- memcached-1.4.24.ebuild 3 Jul 2015 10:22:42 -   1.3
+++ memcached-1.4.24.ebuild 5 Jul 2015 14:27:09 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-misc/memcached/memcached-1.4.24.ebuild,v 1.3 
2015/07/03 10:22:42 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/memcached/memcached-1.4.24.ebuild,v 1.4 
2015/07/05 14:27:09 zlogene Exp $
 
 EAPI=5
 inherit autotools eutils flag-o-matic systemd user
@@ -14,7 +14,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos
+KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos
 IUSE=test slabs-reassign debug sasl selinux # hugetlbfs later
 
 RDEPEND==dev-libs/libevent-1.4



1.158net-misc/memcached/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/memcached/ChangeLog?rev=1.158view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/memcached/ChangeLog?rev=1.158content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/memcached/ChangeLog?r1=1.157r2=1.158

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/memcached/ChangeLog,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- ChangeLog   3 Jul 2015 10:22:42 -   1.157
+++ ChangeLog   5 Jul 2015 14:27:09 -   1.158
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/memcached
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/ChangeLog,v 1.157 
2015/07/03 10:22:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/ChangeLog,v 1.158 
2015/07/05 14:27:09 zlogene Exp $
+
+  05 Jul 2015; Mikle Kolyada zlog...@gentoo.org memcached-1.4.24.ebuild:
+  x86 stable wrt bug #552400
 
   03 Jul 2015; Agostino Sarubbo a...@gentoo.org memcached-1.4.24.ebuild:
   Stable for alpha, wrt bug #552400






[gentoo-commits] gentoo-x86 commit in sys-apps/openrc: openrc-0.17.ebuild ChangeLog

2015-07-05 Thread Mikle Kolyada (zlogene)
zlogene 15/07/05 14:30:01

  Modified: openrc-0.17.ebuild ChangeLog
  Log:
  x86 stable wrt bug #553580
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  sys-apps/openrc/openrc-0.17.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-0.17.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-0.17.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-0.17.ebuild?r1=1.2r2=1.3

Index: openrc-0.17.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.17.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openrc-0.17.ebuild  29 Jun 2015 18:26:13 -  1.2
+++ openrc-0.17.ebuild  5 Jul 2015 14:30:01 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.17.ebuild,v 1.2 
2015/06/29 18:26:13 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.17.ebuild,v 1.3 
2015/07/05 14:30:01 zlogene Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
inherit git-r3
 else
SRC_URI=http://dev.gentoo.org/~williamh/dist/${P}.tar.bz2;
-   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
 fi
 
 LICENSE=BSD-2



1.358sys-apps/openrc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.358view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.358content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.357r2=1.358

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.357
retrieving revision 1.358
diff -u -r1.357 -r1.358
--- ChangeLog   29 Jun 2015 18:26:13 -  1.357
+++ ChangeLog   5 Jul 2015 14:30:01 -   1.358
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/openrc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.357 
2015/06/29 18:26:13 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.358 
2015/07/05 14:30:01 zlogene Exp $
+
+  05 Jul 2015; Mikle Kolyada zlog...@gentoo.org openrc-0.17.ebuild:
+  x86 stable wrt bug #553580
 
   29 Jun 2015; William Hubbs willi...@gentoo.org openrc-0.17.ebuild:
   Stable on most arch\s,






[gentoo-commits] gentoo-x86 commit in dev-haskell/conduit: conduit-1.0.15.1.ebuild ChangeLog

2015-07-05 Thread Mikle Kolyada (zlogene)
zlogene 15/07/05 14:41:52

  Modified: conduit-1.0.15.1.ebuild ChangeLog
  Log:
  x86 stable wrt bug #550394
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  dev-haskell/conduit/conduit-1.0.15.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/conduit/conduit-1.0.15.1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/conduit/conduit-1.0.15.1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/conduit/conduit-1.0.15.1.ebuild?r1=1.2r2=1.3

Index: conduit-1.0.15.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/conduit/conduit-1.0.15.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- conduit-1.0.15.1.ebuild 25 Jul 2014 09:16:31 -  1.2
+++ conduit-1.0.15.1.ebuild 5 Jul 2015 14:41:52 -   1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/conduit/conduit-1.0.15.1.ebuild,v 1.2 
2014/07/25 09:16:31 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/conduit/conduit-1.0.15.1.ebuild,v 1.3 
2015/07/05 14:41:52 zlogene Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=MIT
 SLOT=0/${PV}
-KEYWORDS=~amd64 ~x86
+KEYWORDS=~amd64 x86
 IUSE=nohandles
 
 RDEPEND==dev-haskell/lifted-base-0.1:=[profile?]



1.18 dev-haskell/conduit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/conduit/ChangeLog?rev=1.18view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/conduit/ChangeLog?rev=1.18content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/conduit/ChangeLog?r1=1.17r2=1.18

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/conduit/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   6 Jun 2015 10:44:16 -   1.17
+++ ChangeLog   5 Jul 2015 14:41:52 -   1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/conduit
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit/ChangeLog,v 1.17 
2015/06/06 10:44:16 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit/ChangeLog,v 1.18 
2015/07/05 14:41:52 zlogene Exp $
+
+  05 Jul 2015; Mikle Kolyada zlog...@gentoo.org conduit-1.0.15.1.ebuild:
+  x86 stable wrt bug #550394
 
   06 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-haskell/tasty-smallcheck: tasty-smallcheck-0.2.ebuild ChangeLog

2015-07-05 Thread Mikle Kolyada (zlogene)
zlogene 15/07/05 14:51:58

  Modified: tasty-smallcheck-0.2.ebuild ChangeLog
  Log:
  x86 stable wrt bug #550418
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  dev-haskell/tasty-smallcheck/tasty-smallcheck-0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.2.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.2.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.2.ebuild?r1=1.2r2=1.3

Index: tasty-smallcheck-0.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tasty-smallcheck-0.2.ebuild 25 Jul 2014 09:16:34 -  1.2
+++ tasty-smallcheck-0.2.ebuild 5 Jul 2015 14:51:58 -   1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.2.ebuild,v
 1.2 2014/07/25 09:16:34 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.2.ebuild,v
 1.3 2015/07/05 14:51:58 zlogene Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=BSD
 SLOT=0/${PV}
-KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc x86
 IUSE=
 
 RDEPEND=dev-haskell/async:=[profile?]



1.7  dev-haskell/tasty-smallcheck/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty-smallcheck/ChangeLog?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty-smallcheck/ChangeLog?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty-smallcheck/ChangeLog?r1=1.6r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/tasty-smallcheck/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   6 Jun 2015 17:30:51 -   1.6
+++ ChangeLog   5 Jul 2015 14:51:58 -   1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/tasty-smallcheck
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-smallcheck/ChangeLog,v 
1.6 2015/06/06 17:30:51 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-smallcheck/ChangeLog,v 
1.7 2015/07/05 14:51:58 zlogene Exp $
+
+  05 Jul 2015; Mikle Kolyada zlog...@gentoo.org tasty-smallcheck-0.2.ebuild:
+  x86 stable wrt bug #550418
 
   06 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-python/pytest-capturelog: - New directory

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 09:13:32

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-python/pytest-capturelog added to the 
repository



[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 09:26:40

  Modified: ChangeLog package.mask
  Log:
  Add bouncy-castle-java to jruby mask.

Revision  ChangesPath
1.10167  profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.10167view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.10167content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.10166r2=1.10167

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.10166
retrieving revision 1.10167
diff -u -r1.10166 -r1.10167
--- ChangeLog   5 Jul 2015 06:39:05 -   1.10166
+++ ChangeLog   5 Jul 2015 09:26:40 -   1.10167
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10166 2015/07/05 
06:39:05 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10167 2015/07/05 
09:26:40 mrueg Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  05 Jul 2015; Manuel Rüger mr...@gentoo.org package.mask:
+  Add bouncy-castle-java to jruby mask.
+
   05 Jul 2015; Hans de Graaff gra...@gentoo.org package.mask:
   Mask old slot of dev-ruby/dotenv for removal, fixing bug 553402.
 



1.16651  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16651view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16651content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16650r2=1.16651

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16650
retrieving revision 1.16651
diff -u -r1.16650 -r1.16651
--- package.mask5 Jul 2015 06:39:06 -   1.16650
+++ package.mask5 Jul 2015 09:26:40 -   1.16651
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16650 2015/07/05 
06:39:06 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16651 2015/07/05 
09:26:40 mrueg Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -535,6 +535,7 @@
 # Needs to be further tested and revised by both Java and Ruby herds.
 =dev-java/jruby-1.7.12
 dev-ruby/bitescript
+dev-ruby/bouncy-castle-java
 dev-ruby/duby
 dev-ruby/jruby-openssl
 dev-ruby/weakling






[gentoo-commits] gentoo-x86 commit in dev-ruby/execjs: execjs-2.5.2.ebuild ChangeLog execjs-2.2.2-r1.ebuild execjs-2.3.0.ebuild execjs-2.5.0.ebuild execjs-2.4.0.ebuild

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 10:03:52

  Modified: execjs-2.5.2.ebuild ChangeLog
  Removed:  execjs-2.2.2-r1.ebuild execjs-2.3.0.ebuild
execjs-2.5.0.ebuild execjs-2.4.0.ebuild
  Log:
  Remove old. Remove bundler artefacts from Rakefile.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.2  dev-ruby/execjs/execjs-2.5.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/execjs/execjs-2.5.2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/execjs/execjs-2.5.2.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/execjs/execjs-2.5.2.ebuild?r1=1.1r2=1.2

Index: execjs-2.5.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/execjs/execjs-2.5.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- execjs-2.5.2.ebuild 2 May 2015 05:59:11 -   1.1
+++ execjs-2.5.2.ebuild 5 Jul 2015 10:03:52 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/execjs/execjs-2.5.2.ebuild,v 1.1 
2015/05/02 05:59:11 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/execjs/execjs-2.5.2.ebuild,v 1.2 
2015/07/05 10:03:52 mrueg Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21 ruby22
@@ -34,6 +34,7 @@
 RDEPEND+= || ( net-libs/nodejs )
 
 all_ruby_prepare() {
+   sed -i -e /bundler/d Rakefile || die
# Avoid test requiring network connectivity. We could potentially
# substitute dev-ruby/coffee-script-source for this.
sed -i -e '/test_coffeescript/,/end/ s:^:#:' test/test_execjs.rb || die



1.33 dev-ruby/execjs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/execjs/ChangeLog?rev=1.33view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/execjs/ChangeLog?rev=1.33content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/execjs/ChangeLog?r1=1.32r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/execjs/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   7 Jun 2015 17:42:26 -   1.32
+++ ChangeLog   5 Jul 2015 10:03:52 -   1.33
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/execjs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/execjs/ChangeLog,v 1.32 2015/06/07 
17:42:26 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/execjs/ChangeLog,v 1.33 2015/07/05 
10:03:52 mrueg Exp $
+
+  05 Jul 2015; Manuel Rüger mr...@gentoo.org -execjs-2.2.2-r1.ebuild,
+  -execjs-2.3.0.ebuild, -execjs-2.4.0.ebuild, -execjs-2.5.0.ebuild,
+  execjs-2.5.2.ebuild:
+  Remove old. Remove bundler artefacts from Rakefile.
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-util/gtk-update-icon-cache: ChangeLog gtk-update-icon-cache-3.16.4.ebuild

2015-07-05 Thread Gilles Dartiguelongue (eva)
eva 15/07/05 10:04:35

  Modified: ChangeLog
  Added:gtk-update-icon-cache-3.16.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.7  dev-util/gtk-update-icon-cache/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtk-update-icon-cache/ChangeLog?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtk-update-icon-cache/ChangeLog?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtk-update-icon-cache/ChangeLog?r1=1.6r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/gtk-update-icon-cache/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   26 Jun 2015 09:21:43 -  1.6
+++ ChangeLog   5 Jul 2015 10:04:35 -   1.7
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/gtk-update-icon-cache
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-update-icon-cache/ChangeLog,v 
1.6 2015/06/26 09:21:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-update-icon-cache/ChangeLog,v 
1.7 2015/07/05 10:04:35 eva Exp $
+
+*gtk-update-icon-cache-3.16.4 (05 Jul 2015)
+
+  05 Jul 2015; Gilles Dartiguelongue e...@gentoo.org
+  +gtk-update-icon-cache-3.16.4.ebuild:
+  Version bump.
 
   26 Jun 2015; Agostino Sarubbo a...@gentoo.org
   gtk-update-icon-cache-3.14.13.ebuild:



1.1  
dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.16.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.16.4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.16.4.ebuild?rev=1.1content-type=text/plain

Index: gtk-update-icon-cache-3.16.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.16.4.ebuild,v
 1.1 2015/07/05 10:04:35 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit gnome2

DESCRIPTION=GTK update icon cache
HOMEPAGE=http://www.gtk.org/;
SRC_URI=http://dev.gentoo.org/~eva/distfiles/${PN}/${P}.tar.xz;

LICENSE=LGPL-2+
SLOT=0
IUSE=

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris

RDEPEND=
=dev-libs/glib-2.43.4:2
=x11-libs/gdk-pixbuf-2.30:2
!x11-libs/gtk+-2.24.28-r1:2

DEPEND=${RDEPEND}
=dev-util/intltool-0.50.1
virtual/pkgconfig







[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gnome2: ruby-gnome2-2.2.3.ebuild ruby-gnome2-2.2.3-r1.ebuild ChangeLog ruby-gnome2-1.2.6.ebuild ruby-gnome2-2.2.0.ebuild ruby-gnome2-2.0.2.ebuild ru

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 10:17:34

  Modified: ruby-gnome2-2.2.3.ebuild ChangeLog
  Added:ruby-gnome2-2.2.3-r1.ebuild
  Removed:  ruby-gnome2-1.2.6.ebuild ruby-gnome2-2.2.0.ebuild
ruby-gnome2-2.0.2.ebuild ruby-gnome2-2.1.0.ebuild
  Log:
  Remove old. Create stabilization candidate.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.3  dev-ruby/ruby-gnome2/ruby-gnome2-2.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gnome2/ruby-gnome2-2.2.3.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gnome2/ruby-gnome2-2.2.3.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gnome2/ruby-gnome2-2.2.3.ebuild?r1=1.2r2=1.3

Index: ruby-gnome2-2.2.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gnome2/ruby-gnome2-2.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-gnome2-2.2.3.ebuild14 Jun 2015 08:25:36 -  1.2
+++ ruby-gnome2-2.2.3.ebuild5 Jul 2015 10:17:34 -   1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gnome2/ruby-gnome2-2.2.3.ebuild,v 1.2 
2015/06/14 08:25:36 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gnome2/ruby-gnome2-2.2.3.ebuild,v 1.3 
2015/07/05 10:17:34 mrueg Exp $
 
 EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21 ruby22
+USE_RUBY=ruby19 ruby20
 
 inherit ruby-ng
 



1.91 dev-ruby/ruby-gnome2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gnome2/ChangeLog?rev=1.91view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gnome2/ChangeLog?rev=1.91content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gnome2/ChangeLog?r1=1.90r2=1.91

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gnome2/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog   14 Jun 2015 08:25:36 -  1.90
+++ ChangeLog   5 Jul 2015 10:17:34 -   1.91
@@ -1,6 +1,14 @@
 # ChangeLog for dev-ruby/ruby-gnome2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gnome2/ChangeLog,v 1.90 
2015/06/14 08:25:36 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gnome2/ChangeLog,v 1.91 
2015/07/05 10:17:34 mrueg Exp $
+
+*ruby-gnome2-2.2.3-r1 (05 Jul 2015)
+
+  05 Jul 2015; Manuel Rüger mr...@gentoo.org +ruby-gnome2-2.2.3-r1.ebuild,
+  -ruby-gnome2-1.2.6.ebuild, -ruby-gnome2-2.0.2.ebuild,
+  -ruby-gnome2-2.1.0.ebuild, -ruby-gnome2-2.2.0.ebuild,
+  ruby-gnome2-2.2.3.ebuild:
+  Remove old. Create stabilization candidate.
 
   14 Jun 2015; Hans de Graaff gra...@gentoo.org ruby-gnome2-2.2.3.ebuild:
   Add ruby22, fixing bug 551632.



1.1  dev-ruby/ruby-gnome2/ruby-gnome2-2.2.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gnome2/ruby-gnome2-2.2.3-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gnome2/ruby-gnome2-2.2.3-r1.ebuild?rev=1.1content-type=text/plain

Index: ruby-gnome2-2.2.3-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gnome2/ruby-gnome2-2.2.3-r1.ebuild,v 1.1 
2015/07/05 10:17:34 mrueg Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 ruby22

inherit ruby-ng

DESCRIPTION=Ruby Gnome2 bindings
HOMEPAGE=http://ruby-gnome2.sourceforge.jp/;
SRC_URI=

LICENSE=Ruby
SLOT=0
KEYWORDS=~amd64 ~ppc
IUSE=

ruby_add_rdepend 
=dev-ruby/ruby-atk-${PV}
=dev-ruby/ruby-clutter-${PV}
=dev-ruby/ruby-clutter-gstreamer-${PV}
=dev-ruby/ruby-clutter-gtk-${PV}
=dev-ruby/ruby-gdkpixbuf2-${PV}
=dev-ruby/ruby-gdk3-${PV}
=dev-ruby/ruby-gio2-${PV}
=dev-ruby/ruby-gstreamer-${PV}
=dev-ruby/ruby-gtk2-${PV}
=dev-ruby/ruby-gtk3-${PV}
=dev-ruby/ruby-gtksourceview-${PV}
=dev-ruby/ruby-gtksourceview3-${PV}
=dev-ruby/ruby-pango-${PV}
=dev-ruby/ruby-poppler-${PV}
=dev-ruby/ruby-rsvg-${PV}
=dev-ruby/ruby-vte-${PV}
=dev-ruby/ruby-vte3-${PV}
=dev-ruby/ruby-webkit-gtk2-${PV}
=dev-ruby/ruby-webkit-gtk-${PV}






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-glib2: ChangeLog ruby-glib2-2.1.0.ebuild ruby-glib2-2.0.2.ebuild ruby-glib2-1.2.6.ebuild ruby-glib2-2.2.2.ebuild ruby-glib2-2.2.0.ebuild

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 10:15:15

  Modified: ChangeLog
  Removed:  ruby-glib2-2.1.0.ebuild ruby-glib2-2.0.2.ebuild
ruby-glib2-1.2.6.ebuild ruby-glib2-2.2.2.ebuild
ruby-glib2-2.2.0.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.119dev-ruby/ruby-glib2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog?rev=1.119view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog?rev=1.119content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog?r1=1.118r2=1.119

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog   5 Jul 2015 10:13:04 -   1.118
+++ ChangeLog   5 Jul 2015 10:15:15 -   1.119
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ruby-glib2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog,v 1.118 
2015/07/05 10:13:04 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog,v 1.119 
2015/07/05 10:15:15 mrueg Exp $
+
+  05 Jul 2015; Manuel Rüger mr...@gentoo.org -ruby-glib2-1.2.6.ebuild,
+  -ruby-glib2-2.0.2.ebuild, -ruby-glib2-2.1.0.ebuild, -ruby-glib2-2.2.0.ebuild,
+  -ruby-glib2-2.2.2.ebuild:
+  Remove old.
 
 *ruby-glib2-2.2.3-r1 (05 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/rcairo: ChangeLog rcairo-1.12.9.ebuild

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 10:15:43

  Modified: ChangeLog
  Removed:  rcairo-1.12.9.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.95 dev-ruby/rcairo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rcairo/ChangeLog?rev=1.95view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rcairo/ChangeLog?rev=1.95content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rcairo/ChangeLog?r1=1.94r2=1.95

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rcairo/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog   13 Jun 2015 10:02:23 -  1.94
+++ ChangeLog   5 Jul 2015 10:15:43 -   1.95
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rcairo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcairo/ChangeLog,v 1.94 2015/06/13 
10:02:23 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcairo/ChangeLog,v 1.95 2015/07/05 
10:15:43 mrueg Exp $
+
+  05 Jul 2015; Manuel Rüger mr...@gentoo.org -rcairo-1.12.9.ebuild:
+  Remove old.
 
 *rcairo-1.14.1-r1 (13 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-clutter-gtk: ruby-clutter-gtk-2.2.3-r1.ebuild ruby-clutter-gtk-2.2.3.ebuild ChangeLog ruby-clutter-gtk-1.2.6.ebuild ruby-clutter-gtk-2.1.0.ebuild ru

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 10:25:31

  Modified: ruby-clutter-gtk-2.2.3.ebuild ChangeLog
  Added:ruby-clutter-gtk-2.2.3-r1.ebuild
  Removed:  ruby-clutter-gtk-1.2.6.ebuild
ruby-clutter-gtk-2.1.0.ebuild
ruby-clutter-gtk-2.2.0.ebuild
ruby-clutter-gtk-2.0.2.ebuild
  Log:
  Remove old. Create stabilization candidate.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.3  dev-ruby/ruby-clutter-gtk/ruby-clutter-gtk-2.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-clutter-gtk/ruby-clutter-gtk-2.2.3.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-clutter-gtk/ruby-clutter-gtk-2.2.3.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-clutter-gtk/ruby-clutter-gtk-2.2.3.ebuild?r1=1.2r2=1.3

Index: ruby-clutter-gtk-2.2.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gtk/ruby-clutter-gtk-2.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-clutter-gtk-2.2.3.ebuild   14 Jun 2015 08:21:21 -  1.2
+++ ruby-clutter-gtk-2.2.3.ebuild   5 Jul 2015 10:25:31 -   1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gtk/ruby-clutter-gtk-2.2.3.ebuild,v
 1.2 2015/06/14 08:21:21 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gtk/ruby-clutter-gtk-2.2.3.ebuild,v
 1.3 2015/07/05 10:25:31 mrueg Exp $
 
-EAPI=4
-USE_RUBY=ruby19 ruby20 ruby21 ruby22
+EAPI=5
+USE_RUBY=ruby19 ruby20
 
 inherit ruby-ng-gnome2
 
@@ -13,8 +13,8 @@
 
 RUBY_S=ruby-gnome2-all-${PV}/clutter-gtk
 
-DEPEND=${DEPEND} media-libs/clutter-gtk
-RDEPEND=${RDEPEND} media-libs/clutter-gtk
+DEPEND+= media-libs/clutter-gtk
+RDEPEND+= media-libs/clutter-gtk
 
 ruby_add_bdepend =dev-ruby/ruby-glib2-${PV}
 ruby_add_rdepend =dev-ruby/ruby-clutter-${PV}



1.8  dev-ruby/ruby-clutter-gtk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-clutter-gtk/ChangeLog?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-clutter-gtk/ChangeLog?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-clutter-gtk/ChangeLog?r1=1.7r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gtk/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   14 Jun 2015 08:21:21 -  1.7
+++ ChangeLog   5 Jul 2015 10:25:31 -   1.8
@@ -1,6 +1,14 @@
 # ChangeLog for dev-ruby/ruby-clutter-gtk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gtk/ChangeLog,v 1.7 
2015/06/14 08:21:21 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gtk/ChangeLog,v 1.8 
2015/07/05 10:25:31 mrueg Exp $
+
+*ruby-clutter-gtk-2.2.3-r1 (05 Jul 2015)
+
+  05 Jul 2015; Manuel Rüger mr...@gentoo.org
+  +ruby-clutter-gtk-2.2.3-r1.ebuild, -ruby-clutter-gtk-1.2.6.ebuild,
+  -ruby-clutter-gtk-2.0.2.ebuild, -ruby-clutter-gtk-2.1.0.ebuild,
+  -ruby-clutter-gtk-2.2.0.ebuild, ruby-clutter-gtk-2.2.3.ebuild:
+  Remove old. Create stabilization candidate.
 
   14 Jun 2015; Hans de Graaff gra...@gentoo.org
   ruby-clutter-gtk-2.2.3.ebuild:



1.1  dev-ruby/ruby-clutter-gtk/ruby-clutter-gtk-2.2.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-clutter-gtk/ruby-clutter-gtk-2.2.3-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-clutter-gtk/ruby-clutter-gtk-2.2.3-r1.ebuild?rev=1.1content-type=text/plain

Index: ruby-clutter-gtk-2.2.3-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gtk/ruby-clutter-gtk-2.2.3-r1.ebuild,v
 1.1 2015/07/05 10:25:31 mrueg Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 ruby22

inherit ruby-ng-gnome2

DESCRIPTION=Ruby Clutter bindings
KEYWORDS=~amd64 ~ppc
IUSE=

RUBY_S=ruby-gnome2-all-${PV}/clutter-gtk

DEPEND+= media-libs/clutter-gtk
RDEPEND+= media-libs/clutter-gtk

ruby_add_bdepend =dev-ruby/ruby-glib2-${PV}
ruby_add_rdepend =dev-ruby/ruby-clutter-${PV}
=dev-ruby/ruby-gtk3-${PV}

each_ruby_configure() {
:
}

each_ruby_compile() {
:
}

each_ruby_install() {
each_fakegem_install
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-poppler: ruby-poppler-2.2.3-r1.ebuild ruby-poppler-2.2.3.ebuild ChangeLog ruby-poppler-2.0.2.ebuild ruby-poppler-1.2.6.ebuild ruby-poppler-2.1.0.ebu

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 10:36:43

  Modified: ruby-poppler-2.2.3.ebuild ChangeLog
  Added:ruby-poppler-2.2.3-r1.ebuild
  Removed:  ruby-poppler-2.0.2.ebuild ruby-poppler-1.2.6.ebuild
ruby-poppler-2.1.0.ebuild ruby-poppler-2.2.0.ebuild
  Log:
  Remove old. Create stabilization candidate.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.3  dev-ruby/ruby-poppler/ruby-poppler-2.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-poppler/ruby-poppler-2.2.3.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-poppler/ruby-poppler-2.2.3.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-poppler/ruby-poppler-2.2.3.ebuild?r1=1.2r2=1.3

Index: ruby-poppler-2.2.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-poppler/ruby-poppler-2.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-poppler-2.2.3.ebuild   25 Mar 2015 17:06:42 -  1.2
+++ ruby-poppler-2.2.3.ebuild   5 Jul 2015 10:36:43 -   1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-poppler/ruby-poppler-2.2.3.ebuild,v 1.2 
2015/03/25 17:06:42 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-poppler/ruby-poppler-2.2.3.ebuild,v 1.3 
2015/07/05 10:36:43 mrueg Exp $
 
 EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21 ruby22
+USE_RUBY=ruby19 ruby20
 
 inherit ruby-ng-gnome2
 
@@ -11,10 +11,8 @@
 KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
-RDEPEND=${RDEPEND}
-   app-text/poppler[cairo]
-DEPEND=${DEPEND}
-   app-text/poppler[cairo]
+RDEPEND+= app-text/poppler[cairo]
+DEPEND+= app-text/poppler[cairo]
 
 ruby_add_rdepend dev-ruby/ruby-gdkpixbuf2
=dev-ruby/ruby-glib2-${PV}



1.60 dev-ruby/ruby-poppler/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-poppler/ChangeLog?rev=1.60view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-poppler/ChangeLog?rev=1.60content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-poppler/ChangeLog?r1=1.59r2=1.60

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-poppler/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   25 Mar 2015 17:06:42 -  1.59
+++ ChangeLog   5 Jul 2015 10:36:43 -   1.60
@@ -1,6 +1,14 @@
 # ChangeLog for dev-ruby/ruby-poppler
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-poppler/ChangeLog,v 1.59 
2015/03/25 17:06:42 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-poppler/ChangeLog,v 1.60 
2015/07/05 10:36:43 mrueg Exp $
+
+*ruby-poppler-2.2.3-r1 (05 Jul 2015)
+
+  05 Jul 2015; Manuel Rüger mr...@gentoo.org +ruby-poppler-2.2.3-r1.ebuild,
+  -ruby-poppler-1.2.6.ebuild, -ruby-poppler-2.0.2.ebuild,
+  -ruby-poppler-2.1.0.ebuild, -ruby-poppler-2.2.0.ebuild,
+  ruby-poppler-2.2.3.ebuild:
+  Remove old. Create stabilization candidate.
 
   25 Mar 2015; Hans de Graaff gra...@gentoo.org ruby-poppler-2.2.3.ebuild:
   Add ruby22.



1.1  dev-ruby/ruby-poppler/ruby-poppler-2.2.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-poppler/ruby-poppler-2.2.3-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-poppler/ruby-poppler-2.2.3-r1.ebuild?rev=1.1content-type=text/plain

Index: ruby-poppler-2.2.3-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-poppler/ruby-poppler-2.2.3-r1.ebuild,v 
1.1 2015/07/05 10:36:43 mrueg Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 ruby22

inherit ruby-ng-gnome2

DESCRIPTION=Ruby poppler-glib bindings
KEYWORDS=~amd64 ~ppc ~x86
IUSE=

RDEPEND+= app-text/poppler[cairo]
DEPEND+= app-text/poppler[cairo]

ruby_add_rdepend dev-ruby/ruby-gdkpixbuf2
=dev-ruby/ruby-glib2-${PV}
=dev-ruby/ruby-gtk2-${PV}






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-vte: ruby-vte-2.2.3-r1.ebuild ruby-vte-2.2.3.ebuild ChangeLog ruby-vte-2.1.0.ebuild ruby-vte-2.2.0.ebuild ruby-vte-2.0.2.ebuild ruby-vte-1.2.6.ebuil

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 10:38:52

  Modified: ruby-vte-2.2.3.ebuild ChangeLog
  Added:ruby-vte-2.2.3-r1.ebuild
  Removed:  ruby-vte-2.1.0.ebuild ruby-vte-2.2.0.ebuild
ruby-vte-2.0.2.ebuild ruby-vte-1.2.6.ebuild
  Log:
  Remove old. Create stabilization candidate.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.3  dev-ruby/ruby-vte/ruby-vte-2.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-vte/ruby-vte-2.2.3.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-vte/ruby-vte-2.2.3.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-vte/ruby-vte-2.2.3.ebuild?r1=1.2r2=1.3

Index: ruby-vte-2.2.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte/ruby-vte-2.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-vte-2.2.3.ebuild   25 Mar 2015 20:13:48 -  1.2
+++ ruby-vte-2.2.3.ebuild   5 Jul 2015 10:38:52 -   1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte/ruby-vte-2.2.3.ebuild,v 
1.2 2015/03/25 20:13:48 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte/ruby-vte-2.2.3.ebuild,v 
1.3 2015/07/05 10:38:52 mrueg Exp $
 
 EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21 ruby22
+USE_RUBY=ruby19 ruby20
 
 inherit ruby-ng-gnome2
 
@@ -11,9 +11,7 @@
 KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
-RDEPEND=${RDEPEND}
-   =x11-libs/vte-0.12.1:0
-DEPEND=${DEPEND}
-   =x11-libs/vte-0.12.1:0
+RDEPEND+= =x11-libs/vte-0.12.1:0
+DEPEND+= =x11-libs/vte-0.12.1:0
 
 ruby_add_rdepend =dev-ruby/ruby-gtk2-${PV}



1.53 dev-ruby/ruby-vte/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-vte/ChangeLog?rev=1.53view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-vte/ChangeLog?rev=1.53content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-vte/ChangeLog?r1=1.52r2=1.53

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   25 Mar 2015 20:13:48 -  1.52
+++ ChangeLog   5 Jul 2015 10:38:52 -   1.53
@@ -1,6 +1,13 @@
 # ChangeLog for dev-ruby/ruby-vte
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte/ChangeLog,v 1.52 
2015/03/25 20:13:48 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte/ChangeLog,v 1.53 
2015/07/05 10:38:52 mrueg Exp $
+
+*ruby-vte-2.2.3-r1 (05 Jul 2015)
+
+  05 Jul 2015; Manuel Rüger mr...@gentoo.org +ruby-vte-2.2.3-r1.ebuild,
+  -ruby-vte-1.2.6.ebuild, -ruby-vte-2.0.2.ebuild, -ruby-vte-2.1.0.ebuild,
+  -ruby-vte-2.2.0.ebuild, ruby-vte-2.2.3.ebuild:
+  Remove old. Create stabilization candidate.
 
   25 Mar 2015; Hans de Graaff gra...@gentoo.org ruby-vte-2.2.3.ebuild:
   Add ruby22.



1.1  dev-ruby/ruby-vte/ruby-vte-2.2.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-vte/ruby-vte-2.2.3-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-vte/ruby-vte-2.2.3-r1.ebuild?rev=1.1content-type=text/plain

Index: ruby-vte-2.2.3-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte/ruby-vte-2.2.3-r1.ebuild,v 
1.1 2015/07/05 10:38:52 mrueg Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 ruby22

inherit ruby-ng-gnome2

DESCRIPTION=Ruby vte bindings
KEYWORDS=~amd64 ~ppc ~x86
IUSE=

RDEPEND+= =x11-libs/vte-0.12.1:0
DEPEND+= =x11-libs/vte-0.12.1:0

ruby_add_rdepend =dev-ruby/ruby-gtk2-${PV}






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-rsvg: ruby-rsvg-2.2.3-r1.ebuild ruby-rsvg-2.2.3.ebuild ChangeLog ruby-rsvg-2.2.0.ebuild ruby-rsvg-1.2.6.ebuild ruby-rsvg-2.0.2.ebuild ruby-rsvg-2.1.

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 10:37:49

  Modified: ruby-rsvg-2.2.3.ebuild ChangeLog
  Added:ruby-rsvg-2.2.3-r1.ebuild
  Removed:  ruby-rsvg-2.2.0.ebuild ruby-rsvg-1.2.6.ebuild
ruby-rsvg-2.0.2.ebuild ruby-rsvg-2.1.0.ebuild
  Log:
  Remove old. Create stabilization candidate.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.3  dev-ruby/ruby-rsvg/ruby-rsvg-2.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-rsvg/ruby-rsvg-2.2.3.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-rsvg/ruby-rsvg-2.2.3.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-rsvg/ruby-rsvg-2.2.3.ebuild?r1=1.2r2=1.3

Index: ruby-rsvg-2.2.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-rsvg/ruby-rsvg-2.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-rsvg-2.2.3.ebuild  25 Mar 2015 20:03:09 -  1.2
+++ ruby-rsvg-2.2.3.ebuild  5 Jul 2015 10:37:49 -   1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-rsvg/ruby-rsvg-2.2.3.ebuild,v 
1.2 2015/03/25 20:03:09 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-rsvg/ruby-rsvg-2.2.3.ebuild,v 
1.3 2015/07/05 10:37:49 mrueg Exp $
 
 EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21 ruby22
+USE_RUBY=ruby19 ruby20
 
 RUBY_FAKEGEM_NAME=rsvg2
 
@@ -15,10 +15,8 @@
 KEYWORDS=~amd64 ~ppc ~x86
 IUSE=cairo
 
-RDEPEND=${RDEPEND}
-   =gnome-base/librsvg-2.8
-DEPEND=${DEPEND}
-   =gnome-base/librsvg-2.8
+RDEPEND+= =gnome-base/librsvg-2.8
+DEPEND+= =gnome-base/librsvg-2.8
 
 ruby_add_rdepend =dev-ruby/ruby-glib2-${PV}
=dev-ruby/ruby-gdkpixbuf2-${PV}



1.57 dev-ruby/ruby-rsvg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-rsvg/ChangeLog?rev=1.57view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-rsvg/ChangeLog?rev=1.57content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-rsvg/ChangeLog?r1=1.56r2=1.57

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-rsvg/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   25 Mar 2015 20:03:09 -  1.56
+++ ChangeLog   5 Jul 2015 10:37:49 -   1.57
@@ -1,6 +1,13 @@
 # ChangeLog for dev-ruby/ruby-rsvg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-rsvg/ChangeLog,v 1.56 
2015/03/25 20:03:09 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-rsvg/ChangeLog,v 1.57 
2015/07/05 10:37:49 mrueg Exp $
+
+*ruby-rsvg-2.2.3-r1 (05 Jul 2015)
+
+  05 Jul 2015; Manuel Rüger mr...@gentoo.org +ruby-rsvg-2.2.3-r1.ebuild,
+  -ruby-rsvg-1.2.6.ebuild, -ruby-rsvg-2.0.2.ebuild, -ruby-rsvg-2.1.0.ebuild,
+  -ruby-rsvg-2.2.0.ebuild, ruby-rsvg-2.2.3.ebuild:
+  Remove old. Create stabilization candidate.
 
   25 Mar 2015; Hans de Graaff gra...@gentoo.org ruby-rsvg-2.2.3.ebuild:
   Add ruby22.



1.1  dev-ruby/ruby-rsvg/ruby-rsvg-2.2.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-rsvg/ruby-rsvg-2.2.3-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-rsvg/ruby-rsvg-2.2.3-r1.ebuild?rev=1.1content-type=text/plain

Index: ruby-rsvg-2.2.3-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-rsvg/ruby-rsvg-2.2.3-r1.ebuild,v 1.1 
2015/07/05 10:37:49 mrueg Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 ruby22

RUBY_FAKEGEM_NAME=rsvg2

inherit ruby-ng-gnome2

RUBY_S=ruby-gnome2-all-${PV}/rsvg2

DESCRIPTION=Ruby bindings for librsvg
KEYWORDS=~amd64 ~ppc ~x86
IUSE=cairo

RDEPEND+= =gnome-base/librsvg-2.8
DEPEND+= =gnome-base/librsvg-2.8

ruby_add_rdepend =dev-ruby/ruby-glib2-${PV}
=dev-ruby/ruby-gdkpixbuf2-${PV}
cairo? ( dev-ruby/rcairo )






[gentoo-commits] gentoo-x86 commit in dev-python/pykka: pykka-1.2.0.ebuild ChangeLog

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 11:02:00

  Modified: pykka-1.2.0.ebuild ChangeLog
  Log:
  Adding python3_4, too. Fixes bug #553972.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.2  dev-python/pykka/pykka-1.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pykka/pykka-1.2.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pykka/pykka-1.2.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pykka/pykka-1.2.0.ebuild?r1=1.1r2=1.2

Index: pykka-1.2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pykka/pykka-1.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pykka-1.2.0.ebuild  4 Jul 2015 14:02:56 -   1.1
+++ pykka-1.2.0.ebuild  5 Jul 2015 11:02:00 -   1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pykka/pykka-1.2.0.ebuild,v 1.1 
2015/07/04 14:02:56 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pykka/pykka-1.2.0.ebuild,v 1.2 
2015/07/05 11:02:00 mrueg Exp $
 
 EAPI=5
-PYTHON_COMPAT=(python{2_7,3_3})
+PYTHON_COMPAT=(python{2_7,3_3,3_4})
 
 inherit distutils-r1
 



1.2  dev-python/pykka/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pykka/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pykka/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pykka/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pykka/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   4 Jul 2015 14:02:56 -   1.1
+++ ChangeLog   5 Jul 2015 11:02:00 -   1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pykka
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pykka/ChangeLog,v 1.1 2015/07/04 
14:02:56 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pykka/ChangeLog,v 1.2 2015/07/05 
11:02:00 mrueg Exp $
+
+  05 Jul 2015; Manuel Rüger mr...@gentoo.org pykka-1.2.0.ebuild:
+  Adding python3_4, too. Fixes bug #553972.
 
 *pykka-1.2.0 (04 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-java/bsf: bsf-2.4.0-r2.ebuild ChangeLog

2015-07-05 Thread Patrice Clement (monsieurp)
monsieurp15/07/05 12:32:45

  Modified: bsf-2.4.0-r2.ebuild ChangeLog
  Log:
  Add back ~ppc ~ppc64.
  
  Signed-off-by: Patrice Clement monsie...@gentoo.org
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.2  dev-java/bsf/bsf-2.4.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bsf/bsf-2.4.0-r2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bsf/bsf-2.4.0-r2.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bsf/bsf-2.4.0-r2.ebuild?r1=1.1r2=1.2

Index: bsf-2.4.0-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/bsf/bsf-2.4.0-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bsf-2.4.0-r2.ebuild 4 Jul 2015 08:26:22 -   1.1
+++ bsf-2.4.0-r2.ebuild 5 Jul 2015 12:32:45 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/bsf/bsf-2.4.0-r2.ebuild,v 1.1 
2015/07/04 08:26:22 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/bsf/bsf-2.4.0-r2.ebuild,v 1.2 
2015/07/05 12:32:45 monsieurp Exp $
 
 EAPI=5
 JAVA_PKG_IUSE=doc examples source
@@ -12,7 +12,7 @@
 SRC_URI=mirror://apache/jakarta/bsf/source/${PN}-src-${PV}.tar.gz
 LICENSE=Apache-2.0
 SLOT=2.3
-KEYWORDS=~amd64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
+KEYWORDS=~amd64 ~x86 ~ppc ~ppc64 ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
 
 # If you add new ones, add them to ant-apache-bsf too for use dependencies
 IUSE=javascript python tcl



1.60 dev-java/bsf/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bsf/ChangeLog?rev=1.60view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bsf/ChangeLog?rev=1.60content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bsf/ChangeLog?r1=1.59r2=1.60

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/bsf/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   4 Jul 2015 08:26:22 -   1.59
+++ ChangeLog   5 Jul 2015 12:32:45 -   1.60
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/bsf
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/bsf/ChangeLog,v 1.59 2015/07/04 
08:26:22 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/bsf/ChangeLog,v 1.60 2015/07/05 
12:32:45 monsieurp Exp $
+
+  05 Jul 2015; Patrice Clement monsie...@gentoo.org bsf-2.4.0-r2.ebuild,
+  files/bsf-2.4.0-PyJavaInstance.patch:
+  Add back ~ppc ~ppc64.
 
 *bsf-2.4.0-r2 (04 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-perl/IO-Multiplex: IO-Multiplex-1.160.0.ebuild ChangeLog

2015-07-05 Thread Andreas Huettel (dilfridge)
dilfridge15/07/05 12:59:19

  Modified: ChangeLog
  Added:IO-Multiplex-1.160.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.41 dev-perl/IO-Multiplex/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog?rev=1.41view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog?rev=1.41content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog?r1=1.40r2=1.41

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   22 Aug 2014 18:02:16 -  1.40
+++ ChangeLog   5 Jul 2015 12:59:19 -   1.41
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/IO-Multiplex
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog,v 1.40 
2014/08/22 18:02:16 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog,v 1.41 
2015/07/05 12:59:19 dilfridge Exp $
+
+*IO-Multiplex-1.160.0 (05 Jul 2015)
+
+  05 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +IO-Multiplex-1.160.0.ebuild:
+  Version bump
 
 *IO-Multiplex-1.130.0-r1 (22 Aug 2014)
 



1.1  dev-perl/IO-Multiplex/IO-Multiplex-1.160.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0.ebuild?rev=1.1content-type=text/plain

Index: IO-Multiplex-1.160.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0.ebuild,v 1.1 
2015/07/05 12:59:19 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=BBB
MODULE_VERSION=1.16
inherit perl-module

DESCRIPTION=Manage IO on many file handles 

SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd
IUSE=

DEPEND=virtual/perl-ExtUtils-MakeMaker

SRC_TEST=do






[gentoo-commits] gentoo-x86 commit in dev-perl/IO-Pager: IO-Pager-0.340.0.ebuild ChangeLog

2015-07-05 Thread Andreas Huettel (dilfridge)
dilfridge15/07/05 13:04:39

  Modified: ChangeLog
  Added:IO-Pager-0.340.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.38 dev-perl/IO-Pager/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Pager/ChangeLog?rev=1.38view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Pager/ChangeLog?rev=1.38content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Pager/ChangeLog?r1=1.37r2=1.38

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-Pager/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   12 Sep 2014 17:23:54 -  1.37
+++ ChangeLog   5 Jul 2015 13:04:39 -   1.38
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/IO-Pager
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Pager/ChangeLog,v 1.37 
2014/09/12 17:23:54 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Pager/ChangeLog,v 1.38 
2015/07/05 13:04:39 dilfridge Exp $
+
+*IO-Pager-0.340.0 (05 Jul 2015)
+
+  05 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +IO-Pager-0.340.0.ebuild:
+  Version bump
 
   12 Sep 2014; Mikle Kolyada zlog...@gentoo.org -IO-Pager-0.300.0.ebuild:
   Drop old.



1.1  dev-perl/IO-Pager/IO-Pager-0.340.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Pager/IO-Pager-0.340.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Pager/IO-Pager-0.340.0.ebuild?rev=1.1content-type=text/plain

Index: IO-Pager-0.340.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Pager/IO-Pager-0.340.0.ebuild,v 
1.1 2015/07/05 13:04:39 dilfridge Exp $

EAPI=5

MODULE_A_EXT=tgz
MODULE_AUTHOR=JPIERCE
MODULE_VERSION=0.34
inherit perl-module

DESCRIPTION=Select a pager, optionally pipe it output if destination is a TTY

SLOT=0
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris
IUSE=

RDEPEND=
virtual/perl-File-Spec
dev-perl/File-Which
virtual/perl-IO

DEPEND=${RDEPEND}
virtual/perl-ExtUtils-MakeMaker


SRC_TEST=do parallel

src_prepare() {
rm t.pl || die
sed -i '/^t.pl/d' MANIFEST || die
perl-module_src_prepare
}






[gentoo-commits] dev/mrueg:master commit in: dev-python/vcrpy/

2015-07-05 Thread Manuel Rüger
commit: 88d3c8e20d2efdd743e08dece5502b683284
Author: Manuel Rüger mrueg AT gentoo DOT org
AuthorDate: Sun Jul  5 13:21:44 2015 +
Commit: Manuel Rüger mrueg AT gentoo DOT org
CommitDate: Sun Jul  5 13:21:44 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=88d3c777

[dev-python/vcrpy] Moved to the tree.

 dev-python/vcrpy/Manifest   |  1 -
 dev-python/vcrpy/metadata.xml   |  8 
 dev-python/vcrpy/vcrpy-1.5.2.ebuild | 33 -
 3 files changed, 42 deletions(-)

diff --git a/dev-python/vcrpy/Manifest b/dev-python/vcrpy/Manifest
deleted file mode 100644
index 9a8b1c5..000
--- a/dev-python/vcrpy/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST vcrpy-1.5.2.tar.gz 299525 SHA256 
ef3216e91ab3a51b67c44e0e4a8c50f6edcc812658da4c73ff32b1eb36a8a9bf SHA512 
2eccc061a1e90b03fb0688aac5566bdf96a7bfd6ffc34aa71af8395665cde8f183d02c5107572f1bbca0388c865c913f1b2a9c7b295c11be395dce20c4d5b761
 WHIRLPOOL 
49a0eb2d582003bebb788129d5f03a8d120d9752867d439a7394e7ed664b6a1b296d59d5a501e861cf3e78e4679c7a6e683843d75a0e512d0e4185da196f6081

diff --git a/dev-python/vcrpy/metadata.xml b/dev-python/vcrpy/metadata.xml
deleted file mode 100644
index bfcb697..000
--- a/dev-python/vcrpy/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
-pkgmetadata
-   maintainer
-   emailmr...@gentoo.org/email
-   nameManuel Rüger/name
-   /maintainer
-/pkgmetadata

diff --git a/dev-python/vcrpy/vcrpy-1.5.2.ebuild 
b/dev-python/vcrpy/vcrpy-1.5.2.ebuild
deleted file mode 100644
index ffc65ac..000
--- a/dev-python/vcrpy/vcrpy-1.5.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-PYTHON_COMPAT=(python{2_7,3_3})
-
-inherit distutils-r1
-
-DESCRIPTION=Automatically mock your HTTP interactions to simplify and speed 
up testing
-HOMEPAGE=https://github.com/kevin1024/vcrpy;
-SRC_URI=https://github.com/kevin1024/vcrpy/archive/v${PV}.tar.gz - 
${P}.tar.gz
-
-LICENSE=Apache-2.0
-SLOT=0
-KEYWORDS=~amd64
-IUSE=test
-
-RDEPEND=dev-python/contextlib2[${PYTHON_USEDEP}]
-   =dev-python/httplib2-0.9.1[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/urllib3[${PYTHON_USEDEP}]
-   dev-python/wrapt[${PYTHON_USEDEP}]
-DEPEND=test? ( ${RDEPEND}
-   dev-python/pytest[${PYTHON_USEDEP}] )
-   dev-python/setuptools[${PYTHON_USEDEP}]
-
-python_test() {
-   py.test || die
-}



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

2015-07-05 Thread Davide Pesavento
commit: 2773b2b244cb30bfd1835f7978835a973900e567
Author: Davide Pesavento pesa AT gentoo DOT org
AuthorDate: Sun Jul  5 13:07:01 2015 +
Commit: Davide Pesavento pesa AT gentoo DOT org
CommitDate: Sun Jul  5 13:07:01 2015 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=2773b2b2

[eclass] Shorten die message.

 eclass/qt4-build-multilib.eclass | 3 ++-
 eclass/qt5-build.eclass  | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass
index baac03c..aef1641 100644
--- a/eclass/qt4-build-multilib.eclass
+++ b/eclass/qt4-build-multilib.eclass
@@ -640,7 +640,8 @@ qt4_qmake() {
CONFIG+=nostrip \
LIBS+=-L${QT4_LIBDIR} \
${projectdir} \
-   || die qmake failed (${projectdir})
+   $@ \
+   || die qmake failed (${projectdir#${S}/})
 }
 
 # @FUNCTION: qt4_install_module_qconfigs

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index ef4cdfb..fd9406e 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -684,7 +684,7 @@ qt5_qmake() {
QMAKE_LFLAGS_DEBUG= \
${projectdir} \
$@ \
-   || die qmake failed (${projectdir})
+   || die qmake failed (${projectdir#${S}/})
 }
 
 # @FUNCTION: qt5_install_module_qconfigs



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

2015-07-05 Thread Davide Pesavento
commit: 24296efaba7694f1a71be31c06e5f6dc45e34966
Author: Davide Pesavento pesa AT gentoo DOT org
AuthorDate: Sun Jul  5 13:26:35 2015 +
Commit: Davide Pesavento pesa AT gentoo DOT org
CommitDate: Sun Jul  5 13:26:35 2015 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=24296efa

[dev-qt/qtbluetooth] New Qt5 module, requested in bug 553860.

Package-Manager: portage-2.2.20

 dev-qt/qtbluetooth/Manifest|  1 +
 dev-qt/qtbluetooth/metadata.xml| 12 +
 dev-qt/qtbluetooth/qtbluetooth-5.5.0.ebuild| 34 ++
 dev-qt/qtbluetooth/qtbluetooth-5.5..ebuild | 34 ++
 dev-qt/qtbluetooth/qtbluetooth-5..ebuild   | 34 ++
 5 files changed, 115 insertions(+)

diff --git a/dev-qt/qtbluetooth/Manifest b/dev-qt/qtbluetooth/Manifest
new file mode 100644
index 000..36ea941
--- /dev/null
+++ b/dev-qt/qtbluetooth/Manifest
@@ -0,0 +1 @@
+DIST qtconnectivity-opensource-src-5.5.0.tar.xz 2652012 SHA256 
f1cfdd934e11dc114039c84a6a6b83870b56b2966715f1cb266f25bce1524302 SHA512 
bbe20d0fc2d341e7a7f8f3e5048ef15cbeb501f0a6885da872587211fb7726e545d8a90df52357b8c380c008506b21a5bb9cda94984fd6be00df2c439f09dab3
 WHIRLPOOL 
576029c2ce764570d8461476873d2c8a1d387668ca21124734f0b58bbca0429a1349d8cb12f52e53e3764f5a6be9c1f4fe3a43fc1b2e9f46e1befef5da50b1a0

diff --git a/dev-qt/qtbluetooth/metadata.xml b/dev-qt/qtbluetooth/metadata.xml
new file mode 100644
index 000..ddad9f7
--- /dev/null
+++ b/dev-qt/qtbluetooth/metadata.xml
@@ -0,0 +1,12 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+   herdqt/herd
+   use
+   flag name=qmlBuild QML/QtQuick bindings and imports/flag
+   /use
+   upstream
+   bugs-tohttps://bugreports.qt.io//bugs-to
+   dochttp://doc.qt.io//doc
+   /upstream
+/pkgmetadata

diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.5.0.ebuild 
b/dev-qt/qtbluetooth/qtbluetooth-5.5.0.ebuild
new file mode 100644
index 000..1eede37
--- /dev/null
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.5.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+QT5_MODULE=qtconnectivity
+inherit qt5-build
+
+DESCRIPTION=Bluetooth support library for the Qt5 framework
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+   KEYWORDS=~amd64
+fi
+
+IUSE=qml
+
+RDEPEND=
+   =dev-qt/qtconcurrent-${PV}:5
+   =dev-qt/qtcore-${PV}:5
+   =dev-qt/qtdbus-${PV}:5
+   =net-wireless/bluez-5
+   qml? ( =dev-qt/qtdeclarative-${PV}:5 )
+
+DEPEND=${RDEPEND}
+   virtual/pkgconfig
+
+
+src_prepare() {
+   sed -i -e 's/nfc//' src/src.pro || die
+
+   qt_use_disable_mod qml quick src/src.pro
+
+   qt5-build_src_prepare
+}

diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.5..ebuild 
b/dev-qt/qtbluetooth/qtbluetooth-5.5..ebuild
new file mode 100644
index 000..1eede37
--- /dev/null
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.5..ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+QT5_MODULE=qtconnectivity
+inherit qt5-build
+
+DESCRIPTION=Bluetooth support library for the Qt5 framework
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+   KEYWORDS=~amd64
+fi
+
+IUSE=qml
+
+RDEPEND=
+   =dev-qt/qtconcurrent-${PV}:5
+   =dev-qt/qtcore-${PV}:5
+   =dev-qt/qtdbus-${PV}:5
+   =net-wireless/bluez-5
+   qml? ( =dev-qt/qtdeclarative-${PV}:5 )
+
+DEPEND=${RDEPEND}
+   virtual/pkgconfig
+
+
+src_prepare() {
+   sed -i -e 's/nfc//' src/src.pro || die
+
+   qt_use_disable_mod qml quick src/src.pro
+
+   qt5-build_src_prepare
+}

diff --git a/dev-qt/qtbluetooth/qtbluetooth-5..ebuild 
b/dev-qt/qtbluetooth/qtbluetooth-5..ebuild
new file mode 100644
index 000..1eede37
--- /dev/null
+++ b/dev-qt/qtbluetooth/qtbluetooth-5..ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+QT5_MODULE=qtconnectivity
+inherit qt5-build
+
+DESCRIPTION=Bluetooth support library for the Qt5 framework
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+   KEYWORDS=~amd64
+fi
+
+IUSE=qml
+
+RDEPEND=
+   =dev-qt/qtconcurrent-${PV}:5
+   =dev-qt/qtcore-${PV}:5
+   =dev-qt/qtdbus-${PV}:5
+   =net-wireless/bluez-5
+   qml? ( =dev-qt/qtdeclarative-${PV}:5 )
+
+DEPEND=${RDEPEND}
+   virtual/pkgconfig
+
+
+src_prepare() {
+   sed -i -e 's/nfc//' src/src.pro || die
+
+   qt_use_disable_mod qml quick src/src.pro
+
+   qt5-build_src_prepare
+}



[gentoo-commits] gentoo-x86 commit in app-emulation/docker: docker-1.7.0.ebuild docker-1.6.2.ebuild ChangeLog

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 09:52:08

  Modified: docker-1.7.0.ebuild docker-1.6.2.ebuild ChangeLog
  Log:
  [QA] Install zsh-completion unconditionally.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.2  app-emulation/docker/docker-1.7.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/docker-1.7.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/docker-1.7.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/docker-1.7.0.ebuild?r1=1.1r2=1.2

Index: docker-1.7.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.7.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- docker-1.7.0.ebuild 4 Jul 2015 23:18:39 -   1.1
+++ docker-1.7.0.ebuild 5 Jul 2015 09:52:08 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.7.0.ebuild,v 
1.1 2015/07/04 23:18:39 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.7.0.ebuild,v 
1.2 2015/07/05 09:52:08 mrueg Exp $
 
 EAPI=5
 
@@ -27,7 +27,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-IUSE=apparmor aufs btrfs +contrib +device-mapper doc experimental lxc overlay 
vim-syntax zsh-completion
+IUSE=apparmor aufs btrfs +contrib +device-mapper doc experimental lxc overlay 
vim-syntax
 
 # 
https://github.com/docker/docker/blob/master/hack/PACKAGERS.md#build-dependencies
 CDEPEND=
@@ -226,10 +226,8 @@
 
dobashcomp contrib/completion/bash/*
 
-   if use zsh-completion; then
-   insinto /usr/share/zsh/site-functions
-   doins contrib/completion/zsh/*
-   fi
+   insinto /usr/share/zsh/site-functions
+   doins contrib/completion/zsh/*
 
if use vim-syntax; then
insinto /usr/share/vim/vimfiles



1.2  app-emulation/docker/docker-1.6.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/docker-1.6.2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/docker-1.6.2.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/docker-1.6.2.ebuild?r1=1.1r2=1.2

Index: docker-1.6.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- docker-1.6.2.ebuild 4 Jul 2015 23:14:50 -   1.1
+++ docker-1.6.2.ebuild 5 Jul 2015 09:52:08 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.6.2.ebuild,v 
1.1 2015/07/04 23:14:50 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.6.2.ebuild,v 
1.2 2015/07/05 09:52:08 mrueg Exp $
 
 EAPI=5
 
@@ -27,7 +27,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-IUSE=aufs btrfs +contrib +device-mapper doc lxc overlay vim-syntax 
zsh-completion
+IUSE=aufs btrfs +contrib +device-mapper doc lxc overlay vim-syntax
 
 # 
https://github.com/docker/docker/blob/master/hack/PACKAGERS.md#build-dependencies
 CDEPEND=
@@ -211,10 +211,8 @@
 
dobashcomp contrib/completion/bash/*
 
-   if use zsh-completion; then
-   insinto /usr/share/zsh/site-functions
-   doins contrib/completion/zsh/*
-   fi
+   insinto /usr/share/zsh/site-functions
+   doins contrib/completion/zsh/*
 
if use vim-syntax; then
insinto /usr/share/vim/vimfiles



1.53 app-emulation/docker/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/ChangeLog?rev=1.53view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/ChangeLog?rev=1.53content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/ChangeLog?r1=1.52r2=1.53

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   4 Jul 2015 23:18:39 -   1.52
+++ ChangeLog   5 Jul 2015 09:52:08 -   1.53
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/docker
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v 1.52 
2015/07/04 23:18:39 alunduil Exp $
+# $Header: 

[gentoo-commits] gentoo-x86 commit in x11-libs/gtk+: ChangeLog gtk+-3.16.4.ebuild

2015-07-05 Thread Gilles Dartiguelongue (eva)
eva 15/07/05 10:15:33

  Modified: ChangeLog
  Added:gtk+-3.16.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.787x11-libs/gtk+/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.787view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.787content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?r1=1.786r2=1.787

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v
retrieving revision 1.786
retrieving revision 1.787
diff -u -r1.786 -r1.787
--- ChangeLog   26 Jun 2015 09:24:07 -  1.786
+++ ChangeLog   5 Jul 2015 10:15:33 -   1.787
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/gtk+
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.786 2015/06/26 
09:24:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.787 2015/07/05 
10:15:33 eva Exp $
+
+*gtk+-3.16.4 (05 Jul 2015)
+
+  05 Jul 2015; Gilles Dartiguelongue e...@gentoo.org +gtk+-3.16.4.ebuild:
+  Version bump.
 
   26 Jun 2015; Agostino Sarubbo a...@gentoo.org gtk+-1.2.10-r13.ebuild,
   gtk+-2.24.28-r1.ebuild, gtk+-3.14.13.ebuild:



1.1  x11-libs/gtk+/gtk+-3.16.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-3.16.4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-3.16.4.ebuild?rev=1.1content-type=text/plain

Index: gtk+-3.16.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.16.4.ebuild,v 1.1 
2015/07/05 10:15:33 eva Exp $

EAPI=5
GCONF_DEBUG=yes
GNOME2_LA_PUNT=yes

inherit autotools eutils flag-o-matic gnome2 multilib virtualx multilib-minimal

DESCRIPTION=Gimp ToolKit +
HOMEPAGE=http://www.gtk.org/;

LICENSE=LGPL-2+
SLOT=3
IUSE=aqua broadway cloudprint colord cups examples +introspection test 
vim-syntax wayland X xinerama
REQUIRED_USE=
|| ( aqua wayland X )
xinerama? ( X )


KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris

# FIXME: introspection data is built against system installation of gtk+:3
# NOTE: cairo[svg] dep is due to bug 291283 (not patched to avoid eautoreconf)
COMMON_DEPEND=
=dev-libs/atk-2.15[introspection?,${MULTILIB_USEDEP}]
=dev-libs/glib-2.43.4:2[${MULTILIB_USEDEP}]
media-libs/fontconfig[${MULTILIB_USEDEP}]
=media-libs/libepoxy-1.0[${MULTILIB_USEDEP}]
=x11-libs/cairo-1.14[aqua?,glib,svg,X?,${MULTILIB_USEDEP}]
=x11-libs/gdk-pixbuf-2.30:2[introspection?,X?,${MULTILIB_USEDEP}]
=x11-libs/pango-1.36.7[introspection?,${MULTILIB_USEDEP}]
x11-misc/shared-mime-info

cloudprint? (
=net-libs/rest-0.7[${MULTILIB_USEDEP}]
=dev-libs/json-glib-1.0[${MULTILIB_USEDEP}] )
colord? ( =x11-misc/colord-0.1.9:0=[${MULTILIB_USEDEP}] )
cups? ( =net-print/cups-1.2[${MULTILIB_USEDEP}] )
introspection? ( =dev-libs/gobject-introspection-1.39 )
wayland? (
=dev-libs/wayland-1.5.91[${MULTILIB_USEDEP}]
media-libs/mesa[wayland,${MULTILIB_USEDEP}]
=x11-libs/libxkbcommon-0.2[${MULTILIB_USEDEP}]
)
X? (
=app-accessibility/at-spi2-atk-2.5.3[${MULTILIB_USEDEP}]
x11-libs/libXrender[${MULTILIB_USEDEP}]
x11-libs/libX11[${MULTILIB_USEDEP}]
=x11-libs/libXi-1.3[${MULTILIB_USEDEP}]
x11-libs/libXext[${MULTILIB_USEDEP}]
=x11-libs/libXrandr-1.3[${MULTILIB_USEDEP}]
x11-libs/libXcursor[${MULTILIB_USEDEP}]
x11-libs/libXfixes[${MULTILIB_USEDEP}]
x11-libs/libXcomposite[${MULTILIB_USEDEP}]
x11-libs/libXdamage[${MULTILIB_USEDEP}]
xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
)

DEPEND=${COMMON_DEPEND}
app-text/docbook-xsl-stylesheets
app-text/docbook-xml-dtd:4.1.2
dev-libs/libxslt
dev-libs/gobject-introspection-common
=dev-util/gdbus-codegen-2.38.2
=dev-util/gtk-doc-am-1.20
=sys-devel/gettext-0.18.3[${MULTILIB_USEDEP}]
virtual/pkgconfig[${MULTILIB_USEDEP}]
X? (
x11-proto/xextproto[${MULTILIB_USEDEP}]

[gentoo-commits] gentoo-x86 commit in sys-apps/texinfo: texinfo-5.2.ebuild ChangeLog

2015-07-05 Thread Mikle Kolyada (zlogene)
zlogene 15/07/05 10:12:55

  Modified: texinfo-5.2.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #527998
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.4  sys-apps/texinfo/texinfo-5.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/texinfo-5.2.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/texinfo-5.2.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/texinfo-5.2.ebuild?r1=1.3r2=1.4

Index: texinfo-5.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-5.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- texinfo-5.2.ebuild  5 Jul 2015 03:46:16 -   1.3
+++ texinfo-5.2.ebuild  5 Jul 2015 10:12:55 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-5.2.ebuild,v 1.3 
2015/07/05 03:46:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-5.2.ebuild,v 1.4 
2015/07/05 10:12:55 zlogene Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-3
 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=nls static
 
 RDEPEND=!=app-text/tetex-2*



1.138sys-apps/texinfo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.138view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.138content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?r1=1.137r2=1.138

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog   5 Jul 2015 03:46:16 -   1.137
+++ ChangeLog   5 Jul 2015 10:12:55 -   1.138
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/texinfo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.137 
2015/07/05 03:46:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.138 
2015/07/05 10:12:55 zlogene Exp $
+
+  05 Jul 2015; Mikle Kolyada zlog...@gentoo.org texinfo-5.2.ebuild:
+  amd64 stable wrt bug #527998
 
   05 Jul 2015; Jeroen Roovers j...@gentoo.org texinfo-5.2.ebuild:
   Stable for HPPA (bug #527998).






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-glib2: ruby-glib2-2.2.3.ebuild ruby-glib2-2.2.3-r1.ebuild ChangeLog

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 10:13:04

  Modified: ruby-glib2-2.2.3.ebuild ChangeLog
  Added:ruby-glib2-2.2.3-r1.ebuild
  Log:
  Create stabilization candidate.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.3  dev-ruby/ruby-glib2/ruby-glib2-2.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-2.2.3.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-2.2.3.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-2.2.3.ebuild?r1=1.2r2=1.3

Index: ruby-glib2-2.2.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-2.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-glib2-2.2.3.ebuild 16 Feb 2015 06:23:31 -  1.2
+++ ruby-glib2-2.2.3.ebuild 5 Jul 2015 10:13:04 -   1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-2.2.3.ebuild,v 1.2 
2015/02/16 06:23:31 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-2.2.3.ebuild,v 1.3 
2015/07/05 10:13:04 mrueg Exp $
 
 EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21 ruby22
+USE_RUBY=ruby19 ruby20
 
 inherit ruby-ng-gnome2
 



1.118dev-ruby/ruby-glib2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog?rev=1.118view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog?rev=1.118content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog?r1=1.117r2=1.118

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog   16 Feb 2015 06:23:31 -  1.117
+++ ChangeLog   5 Jul 2015 10:13:04 -   1.118
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/ruby-glib2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog,v 1.117 
2015/02/16 06:23:31 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog,v 1.118 
2015/07/05 10:13:04 mrueg Exp $
+
+*ruby-glib2-2.2.3-r1 (05 Jul 2015)
+
+  05 Jul 2015; Manuel Rüger mr...@gentoo.org +ruby-glib2-2.2.3-r1.ebuild,
+  ruby-glib2-2.2.3.ebuild:
+  Create stabilization candidate.
 
   16 Feb 2015; Hans de Graaff gra...@gentoo.org ruby-glib2-2.2.3.ebuild:
   Add ruby22.



1.1  dev-ruby/ruby-glib2/ruby-glib2-2.2.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-2.2.3-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-2.2.3-r1.ebuild?rev=1.1content-type=text/plain

Index: ruby-glib2-2.2.3-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-2.2.3-r1.ebuild,v 1.1 
2015/07/05 10:13:04 mrueg Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 ruby22

inherit ruby-ng-gnome2

DESCRIPTION=Ruby Glib2 bindings
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86
IUSE=
RDEPEND+= =dev-libs/glib-2
DEPEND+= =dev-libs/glib-2

ruby_add_bdepend dev-ruby/pkg-config
test? ( =dev-ruby/test-unit-2 )

all_ruby_prepare() {
# Our sandbox always provides LD_PRELOAD in the environment.
sed -i -e 's/unless ENV.empty?/unless (ENV.keys - 
[LD_PRELOAD]).empty?/' test/test_spawn.rb || die
}

each_ruby_configure() {
${RUBY} extconf.rb || die extconf.rb failed
}

each_ruby_test() {
${RUBY} test/run-test.rb || die
}






[gentoo-commits] gentoo-x86 commit in net-misc/curl: curl-7.43.0.ebuild ChangeLog

2015-07-05 Thread Mikle Kolyada (zlogene)
zlogene 15/07/05 10:14:44

  Modified: curl-7.43.0.ebuild ChangeLog
  Log:
  x86 stable wrt bug #552618
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.6  net-misc/curl/curl-7.43.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/curl-7.43.0.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/curl-7.43.0.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/curl-7.43.0.ebuild?r1=1.5r2=1.6

Index: curl-7.43.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.43.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- curl-7.43.0.ebuild  4 Jul 2015 16:28:01 -   1.5
+++ curl-7.43.0.ebuild  5 Jul 2015 10:14:44 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.43.0.ebuild,v 1.5 
2015/07/04 16:28:01 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.43.0.ebuild,v 1.6 
2015/07/05 10:14:44 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=MIT
 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 
~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 ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
 IUSE=adns http2 idn ipv6 kerberos ldap metalink rtmp samba ssh ssl 
static-libs test threads
 IUSE+= curl_ssl_axtls curl_ssl_gnutls curl_ssl_nss +curl_ssl_openssl 
curl_ssl_polarssl curl_ssl_winssl
 IUSE+= elibc_Winnt



1.421net-misc/curl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/ChangeLog?rev=1.421view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/ChangeLog?rev=1.421content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/ChangeLog?r1=1.420r2=1.421

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v
retrieving revision 1.420
retrieving revision 1.421
diff -u -r1.420 -r1.421
--- ChangeLog   4 Jul 2015 16:28:01 -   1.420
+++ ChangeLog   5 Jul 2015 10:14:44 -   1.421
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/curl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.420 2015/07/04 
16:28:01 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.421 2015/07/05 
10:14:44 zlogene Exp $
+
+  05 Jul 2015; Mikle Kolyada zlog...@gentoo.org curl-7.43.0.ebuild:
+  x86 stable wrt bug #552618
 
   04 Jul 2015; Mikle Kolyada zlog...@gentoo.org curl-7.43.0.ebuild:
   amd64 stable wrt bug #552618






[gentoo-commits] gentoo-x86 commit in dev-perl/Pod-POM: Pod-POM-0.290.0.ebuild ChangeLog

2015-07-05 Thread Mikle Kolyada (zlogene)
zlogene 15/07/05 10:30:59

  Modified: ChangeLog
  Added:Pod-POM-0.290.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.10 dev-perl/Pod-POM/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Pod-POM/ChangeLog?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Pod-POM/ChangeLog?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Pod-POM/ChangeLog?r1=1.9r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Pod-POM/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   19 Oct 2014 15:33:43 -  1.9
+++ ChangeLog   5 Jul 2015 10:30:59 -   1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Pod-POM
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-POM/ChangeLog,v 1.9 2014/10/19 
15:33:43 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-POM/ChangeLog,v 1.10 
2015/07/05 10:30:59 zlogene Exp $
+
+*Pod-POM-0.290.0 (05 Jul 2015)
+
+  05 Jul 2015; Mikle Kolyada zlog...@gentoo.org +Pod-POM-0.290.0.ebuild:
+  Version bump
 
   19 Oct 2014; Mikle Kolyada zlog...@gentoo.org -Pod-POM-0.270.0.ebuild:
   Drop old.



1.1  dev-perl/Pod-POM/Pod-POM-0.290.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Pod-POM/Pod-POM-0.290.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Pod-POM/Pod-POM-0.290.0.ebuild?rev=1.1content-type=text/plain

Index: Pod-POM-0.290.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-POM/Pod-POM-0.290.0.ebuild,v 
1.1 2015/07/05 10:30:59 zlogene Exp $

EAPI=5

MODULE_AUTHOR=ANDREWF
MODULE_VERSION=0.29
inherit perl-module

DESCRIPTION=POD Object Model

SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=test

RDEPEND=virtual/perl-parent
DEPEND=
test? (
dev-perl/Test-Differences
=dev-perl/yaml-0.67
dev-perl/File-Slurp
)

SRC_TEST=do






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gstreamer: ruby-gstreamer-2.2.3.ebuild ruby-gstreamer-2.2.3-r1.ebuild ChangeLog

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 10:31:15

  Modified: ruby-gstreamer-2.2.3.ebuild ChangeLog
  Added:ruby-gstreamer-2.2.3-r1.ebuild
  Log:
  Create stabilization candidate.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.3  dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.3.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.3.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.3.ebuild?r1=1.2r2=1.3

Index: ruby-gstreamer-2.2.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-gstreamer-2.2.3.ebuild 17 Jan 2015 10:42:04 -  1.2
+++ ruby-gstreamer-2.2.3.ebuild 5 Jul 2015 10:31:15 -   1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.3.ebuild,v 
1.2 2015/01/17 10:42:04 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.3.ebuild,v 
1.3 2015/07/05 10:31:15 mrueg Exp $
 
 EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21
+USE_RUBY=ruby19 ruby20
 
 inherit ruby-ng-gnome2
 



1.75 dev-ruby/ruby-gstreamer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gstreamer/ChangeLog?rev=1.75view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gstreamer/ChangeLog?rev=1.75content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gstreamer/ChangeLog?r1=1.74r2=1.75

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gstreamer/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog   25 Mar 2015 16:57:49 -  1.74
+++ ChangeLog   5 Jul 2015 10:31:15 -   1.75
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/ruby-gstreamer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gstreamer/ChangeLog,v 1.74 
2015/03/25 16:57:49 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gstreamer/ChangeLog,v 1.75 
2015/07/05 10:31:15 mrueg Exp $
+
+*ruby-gstreamer-2.2.3-r1 (05 Jul 2015)
+
+  05 Jul 2015; Manuel Rüger mr...@gentoo.org +ruby-gstreamer-2.2.3-r1.ebuild,
+  ruby-gstreamer-2.2.3.ebuild:
+  Create stabilization candidate.
 
   25 Mar 2015; Hans de Graaff gra...@gentoo.org ruby-gstreamer-2.2.4.ebuild:
   Add ruby22.



1.1  dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.3-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.3-r1.ebuild?rev=1.1content-type=text/plain

Index: ruby-gstreamer-2.2.3-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.3-r1.ebuild,v
 1.1 2015/07/05 10:31:15 mrueg Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

inherit ruby-ng-gnome2

DESCRIPTION=Ruby GStreamer bindings
KEYWORDS=~amd64 ~ppc ~x86
IUSE=

RDEPEND=${RDEPEND}
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0
DEPEND=${DEPEND}
dev-libs/gobject-introspection
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gio2: ruby-gio2-2.2.3-r1.ebuild ruby-gio2-2.2.3.ebuild ChangeLog ruby-gio2-2.0.2.ebuild ruby-gio2-2.2.0.ebuild ruby-gio2-2.1.0.ebuild ruby-gio2-1.2.

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 10:30:10

  Modified: ruby-gio2-2.2.3.ebuild ChangeLog
  Added:ruby-gio2-2.2.3-r1.ebuild
  Removed:  ruby-gio2-2.0.2.ebuild ruby-gio2-2.2.0.ebuild
ruby-gio2-2.1.0.ebuild ruby-gio2-1.2.6.ebuild
  Log:
  Remove old. Create stabilization candidate.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.3  dev-ruby/ruby-gio2/ruby-gio2-2.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gio2/ruby-gio2-2.2.3.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gio2/ruby-gio2-2.2.3.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gio2/ruby-gio2-2.2.3.ebuild?r1=1.2r2=1.3

Index: ruby-gio2-2.2.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gio2/ruby-gio2-2.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-gio2-2.2.3.ebuild  25 Mar 2015 16:29:50 -  1.2
+++ ruby-gio2-2.2.3.ebuild  5 Jul 2015 10:30:10 -   1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gio2/ruby-gio2-2.2.3.ebuild,v 
1.2 2015/03/25 16:29:50 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gio2/ruby-gio2-2.2.3.ebuild,v 
1.3 2015/07/05 10:30:10 mrueg Exp $
 
 EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21 ruby22
+USE_RUBY=ruby19 ruby20
 
 inherit ruby-ng-gnome2
 



1.35 dev-ruby/ruby-gio2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gio2/ChangeLog?rev=1.35view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gio2/ChangeLog?rev=1.35content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gio2/ChangeLog?r1=1.34r2=1.35

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gio2/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   25 Mar 2015 16:29:50 -  1.34
+++ ChangeLog   5 Jul 2015 10:30:10 -   1.35
@@ -1,6 +1,13 @@
 # ChangeLog for dev-ruby/ruby-gio2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gio2/ChangeLog,v 1.34 
2015/03/25 16:29:50 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gio2/ChangeLog,v 1.35 
2015/07/05 10:30:10 mrueg Exp $
+
+*ruby-gio2-2.2.3-r1 (05 Jul 2015)
+
+  05 Jul 2015; Manuel Rüger mr...@gentoo.org +ruby-gio2-2.2.3-r1.ebuild,
+  -ruby-gio2-1.2.6.ebuild, -ruby-gio2-2.0.2.ebuild, -ruby-gio2-2.1.0.ebuild,
+  -ruby-gio2-2.2.0.ebuild, ruby-gio2-2.2.3.ebuild:
+  Remove old. Create stabilization candidate.
 
   25 Mar 2015; Hans de Graaff gra...@gentoo.org ruby-gio2-2.2.3.ebuild:
   Add ruby22.



1.1  dev-ruby/ruby-gio2/ruby-gio2-2.2.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gio2/ruby-gio2-2.2.3-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gio2/ruby-gio2-2.2.3-r1.ebuild?rev=1.1content-type=text/plain

Index: ruby-gio2-2.2.3-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gio2/ruby-gio2-2.2.3-r1.ebuild,v 1.1 
2015/07/05 10:30:10 mrueg Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 ruby22

inherit ruby-ng-gnome2

DESCRIPTION=Ruby binding of GooCanvas
KEYWORDS=~amd64 ~ppc ~x86
IUSE=

DEPEND+=dev-libs/gobject-introspection

ruby_add_rdepend =dev-ruby/ruby-glib2-${PV}






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-vte3: ruby-vte3-2.2.3-r1.ebuild ruby-vte3-2.2.3.ebuild ChangeLog ruby-vte3-1.2.6.ebuild ruby-vte3-2.1.0.ebuild ruby-vte3-2.0.2.ebuild ruby-vte3-2.2.

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 10:39:40

  Modified: ruby-vte3-2.2.3.ebuild ChangeLog
  Added:ruby-vte3-2.2.3-r1.ebuild
  Removed:  ruby-vte3-1.2.6.ebuild ruby-vte3-2.1.0.ebuild
ruby-vte3-2.0.2.ebuild ruby-vte3-2.2.0.ebuild
  Log:
  Remove old. Create stabilization candidate.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.3  dev-ruby/ruby-vte3/ruby-vte3-2.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-vte3/ruby-vte3-2.2.3.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-vte3/ruby-vte3-2.2.3.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-vte3/ruby-vte3-2.2.3.ebuild?r1=1.2r2=1.3

Index: ruby-vte3-2.2.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte3/ruby-vte3-2.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-vte3-2.2.3.ebuild  14 Jun 2015 08:19:44 -  1.2
+++ ruby-vte3-2.2.3.ebuild  5 Jul 2015 10:39:40 -   1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte3/ruby-vte3-2.2.3.ebuild,v 
1.2 2015/06/14 08:19:44 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte3/ruby-vte3-2.2.3.ebuild,v 
1.3 2015/07/05 10:39:40 mrueg Exp $
 
 EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21 ruby22
+USE_RUBY=ruby19 ruby20
 
 inherit ruby-ng-gnome2
 
@@ -11,8 +11,8 @@
 KEYWORDS=~amd64 ~ppc
 IUSE=
 
-DEPEND=${DEPEND} x11-libs/vte:2.90
-RDEPEND=${RDEPEND} x11-libs/vte:2.90
+DEPEND+= x11-libs/vte:2.90
+RDEPEND+= x11-libs/vte:2.90
 
 ruby_add_bdepend =dev-ruby/ruby-glib2-${PV}
 ruby_add_rdepend =dev-ruby/ruby-gtk3-${PV}



1.8  dev-ruby/ruby-vte3/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-vte3/ChangeLog?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-vte3/ChangeLog?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-vte3/ChangeLog?r1=1.7r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte3/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   14 Jun 2015 08:19:44 -  1.7
+++ ChangeLog   5 Jul 2015 10:39:40 -   1.8
@@ -1,6 +1,13 @@
 # ChangeLog for dev-ruby/ruby-vte3
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte3/ChangeLog,v 1.7 
2015/06/14 08:19:44 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte3/ChangeLog,v 1.8 
2015/07/05 10:39:40 mrueg Exp $
+
+*ruby-vte3-2.2.3-r1 (05 Jul 2015)
+
+  05 Jul 2015; Manuel Rüger mr...@gentoo.org +ruby-vte3-2.2.3-r1.ebuild,
+  -ruby-vte3-1.2.6.ebuild, -ruby-vte3-2.0.2.ebuild, -ruby-vte3-2.1.0.ebuild,
+  -ruby-vte3-2.2.0.ebuild, ruby-vte3-2.2.3.ebuild:
+  Remove old. Create stabilization candidate.
 
   14 Jun 2015; Hans de Graaff gra...@gentoo.org ruby-vte3-2.2.3.ebuild:
   Add ruby22.



1.1  dev-ruby/ruby-vte3/ruby-vte3-2.2.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-vte3/ruby-vte3-2.2.3-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-vte3/ruby-vte3-2.2.3-r1.ebuild?rev=1.1content-type=text/plain

Index: ruby-vte3-2.2.3-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-vte3/ruby-vte3-2.2.3-r1.ebuild,v 1.1 
2015/07/05 10:39:40 mrueg Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 ruby22

inherit ruby-ng-gnome2

DESCRIPTION=Ruby VTE bindings
KEYWORDS=~amd64 ~ppc
IUSE=

DEPEND+= x11-libs/vte:2.90
RDEPEND+= x11-libs/vte:2.90

ruby_add_bdepend =dev-ruby/ruby-glib2-${PV}
ruby_add_rdepend =dev-ruby/ruby-gtk3-${PV}






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-webkit-gtk2: ruby-webkit-gtk2-2.2.3-r1.ebuild ruby-webkit-gtk2-2.2.3.ebuild ChangeLog ruby-webkit-gtk2-2.1.0.ebuild ruby-webkit-gtk2-2.0.2.ebuild ru

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 10:40:36

  Modified: ruby-webkit-gtk2-2.2.3.ebuild ChangeLog
  Added:ruby-webkit-gtk2-2.2.3-r1.ebuild
  Removed:  ruby-webkit-gtk2-2.1.0.ebuild
ruby-webkit-gtk2-2.0.2.ebuild
ruby-webkit-gtk2-2.2.0.ebuild
ruby-webkit-gtk2-1.2.6.ebuild
  Log:
  Remove old. Create stabilization candidate.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.3  dev-ruby/ruby-webkit-gtk2/ruby-webkit-gtk2-2.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-webkit-gtk2/ruby-webkit-gtk2-2.2.3.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-webkit-gtk2/ruby-webkit-gtk2-2.2.3.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-webkit-gtk2/ruby-webkit-gtk2-2.2.3.ebuild?r1=1.2r2=1.3

Index: ruby-webkit-gtk2-2.2.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk2/ruby-webkit-gtk2-2.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-webkit-gtk2-2.2.3.ebuild   11 Apr 2015 15:45:17 -  1.2
+++ ruby-webkit-gtk2-2.2.3.ebuild   5 Jul 2015 10:40:36 -   1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk2/ruby-webkit-gtk2-2.2.3.ebuild,v
 1.2 2015/04/11 15:45:17 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk2/ruby-webkit-gtk2-2.2.3.ebuild,v
 1.3 2015/07/05 10:40:36 mrueg Exp $
 
 EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21 ruby22
+USE_RUBY=ruby19 ruby20
 
 inherit ruby-ng-gnome2
 
@@ -11,8 +11,8 @@
 KEYWORDS=~amd64 ~ppc
 IUSE=
 
-DEPEND=${DEPEND} net-libs/webkit-gtk:2
-RDEPEND=${RDEPEND} net-libs/webkit-gtk:2
+DEPEND+= net-libs/webkit-gtk:2
+RDEPEND+= net-libs/webkit-gtk:2
 
 RUBY_S=ruby-gnome2-all-${PV}/webkit-gtk2
 



1.8  dev-ruby/ruby-webkit-gtk2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-webkit-gtk2/ChangeLog?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-webkit-gtk2/ChangeLog?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-webkit-gtk2/ChangeLog?r1=1.7r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk2/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   11 Apr 2015 15:45:17 -  1.7
+++ ChangeLog   5 Jul 2015 10:40:36 -   1.8
@@ -1,6 +1,14 @@
 # ChangeLog for dev-ruby/ruby-webkit-gtk2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk2/ChangeLog,v 1.7 
2015/04/11 15:45:17 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk2/ChangeLog,v 1.8 
2015/07/05 10:40:36 mrueg Exp $
+
+*ruby-webkit-gtk2-2.2.3-r1 (05 Jul 2015)
+
+  05 Jul 2015; Manuel Rüger mr...@gentoo.org
+  +ruby-webkit-gtk2-2.2.3-r1.ebuild, -ruby-webkit-gtk2-1.2.6.ebuild,
+  -ruby-webkit-gtk2-2.0.2.ebuild, -ruby-webkit-gtk2-2.1.0.ebuild,
+  -ruby-webkit-gtk2-2.2.0.ebuild, ruby-webkit-gtk2-2.2.3.ebuild:
+  Remove old. Create stabilization candidate.
 
   11 Apr 2015; Hans de Graaff gra...@gentoo.org
   ruby-webkit-gtk2-2.2.3.ebuild:



1.1  dev-ruby/ruby-webkit-gtk2/ruby-webkit-gtk2-2.2.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-webkit-gtk2/ruby-webkit-gtk2-2.2.3-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-webkit-gtk2/ruby-webkit-gtk2-2.2.3-r1.ebuild?rev=1.1content-type=text/plain

Index: ruby-webkit-gtk2-2.2.3-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk2/ruby-webkit-gtk2-2.2.3-r1.ebuild,v
 1.1 2015/07/05 10:40:36 mrueg Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 ruby22

inherit ruby-ng-gnome2

DESCRIPTION=Ruby WebKitGtk+ for Gtk 2.0 bindings
KEYWORDS=~amd64 ~ppc
IUSE=

DEPEND+= net-libs/webkit-gtk:2
RDEPEND+= net-libs/webkit-gtk:2

RUBY_S=ruby-gnome2-all-${PV}/webkit-gtk2

ruby_add_bdepend =dev-ruby/ruby-glib2-${PV}
ruby_add_rdepend =dev-ruby/ruby-gobject-introspection-${PV}
=dev-ruby/ruby-gtk2-${PV}

each_ruby_configure() {
:
}

each_ruby_compile() {
:
}

each_ruby_install() {
each_fakegem_install
}






[gentoo-commits] gentoo-x86 commit in x11-misc/flow-pomodoro: - New directory

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 10:52:13

  Log:
  Directory /var/cvsroot/gentoo-x86/x11-misc/flow-pomodoro added to the 
repository



[gentoo-commits] gentoo-x86 commit in x11-misc/flow-pomodoro: metadata.xml flow-pomodoro-1.1.1.ebuild Manifest ChangeLog

2015-07-05 Thread Manuel Rueger (mrueg)
mrueg   15/07/05 10:53:06

  Added:metadata.xml flow-pomodoro-1.1.1.ebuild Manifest
ChangeLog
  Log:
  Initial version.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.1  x11-misc/flow-pomodoro/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/flow-pomodoro/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/flow-pomodoro/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
maintainer
emailmr...@gentoo.org/email
nameManuel Rüger/name
/maintainer
/pkgmetadata



1.1  x11-misc/flow-pomodoro/flow-pomodoro-1.1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/flow-pomodoro/flow-pomodoro-1.1.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/flow-pomodoro/flow-pomodoro-1.1.1.ebuild?rev=1.1content-type=text/plain

Index: flow-pomodoro-1.1.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/flow-pomodoro/flow-pomodoro-1.1.1.ebuild,v 1.1 
2015/07/05 10:53:06 mrueg Exp $

EAPI=5

inherit cmake-utils

DESCRIPTION=A pomodoro app that blocks distractions while you work
HOMEPAGE=https://github.com/iamsergio/flow-pomodoro;
SRC_URI=https://github.com/iamsergio/${PN}/archive/v${PV}.tar.gz - 
${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64
IUSE=

DEPEND=dev-qt/qtcore:5
dev-qt/qtquick1:5
dev-qt/qtdbus:5
dev-qt/qtdeclarative:5
dev-qt/qtgui:5
dev-qt/qtquickcontrols:5
dev-qt/qtnetwork:5
dev-qt/qtwidgets:5
RDEPEND=${DEPEND}



1.1  x11-misc/flow-pomodoro/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/flow-pomodoro/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/flow-pomodoro/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
DIST flow-pomodoro-1.1.1.tar.gz 684633 SHA256 
311d22dcfe57dd7c236a2632368abdc667f42aaf7f1d713393d9dbbc12c3a855 SHA512 
9a97d553b7a7ec5c32c0b6002e9f194fc297ef3fc18cb41d3ae7ca602d42d1313b1602e094f669f558ab15b7519c880dd12867724d5b2324f6e2d34ee409496d
 WHIRLPOOL 
f3183d0d3542f7fe28f97ed391dcc5e308cb783e27ca6b204623f14cefa722f2f28eda2d40203dbd0ba4c28c490c9bfc7861ba331c40dcd69152e126ec91828a
EBUILD flow-pomodoro-1.1.1.ebuild 595 SHA256 
2790876c19dab91144590fabd6f56fdf513f5910a556ac57d6741dfab0adfa1a SHA512 
56c7d97b35fd9f4280a0639b899f875455f7ea1cced1d3be27c8a12ce6e8a2d15f8601725ae599fada8470352a3418e0c2b2bf36cf25d505100a0c2fa94391fb
 WHIRLPOOL 
e1ddf6ef2a025a67d6bf57385f853b5118f7cd6a896ca69eeb54c3133400b027d9be31aea115c72c196b56861b476f8f3f09222c2790ca5e328dcc91cecc44c1
MISC metadata.xml 231 SHA256 
9c04e1ed256c8293b1120d9b56de16e3ee5ff6cdb3967d517d46c5974c23d67a SHA512 
0aaf70d152f2b3a4b333fccde6f5c9fbb6cac1a9ecf3e2b2ddb57a1c260b3f0e7bdd215edad17f959b2a3324929bf446164341531783431c3435d1b956d09d83
 WHIRLPOOL 
d631165d8a2dd82731e34fed2e3c09437b8c0d383da28c3e0a5f704196afc1810a7efee388e6b558493e82fa61cc799ab3b93eb1b7b17464dd380efdcba60d06



1.1  x11-misc/flow-pomodoro/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/flow-pomodoro/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/flow-pomodoro/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for x11-misc/flow-pomodoro
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/flow-pomodoro/ChangeLog,v 1.1 
2015/07/05 10:53:06 mrueg Exp $

*flow-pomodoro-1.1.1 (05 Jul 2015)

  05 Jul 2015; Manuel Rüger mr...@gentoo.org +flow-pomodoro-1.1.1.ebuild,
  +metadata.xml:
  Initial version.






[gentoo-commits] gentoo-x86 commit in net-dialup/ppp-scripts: ppp-scripts-0.ebuild ChangeLog

2015-07-05 Thread Sergey Popov (pinkbyte)
pinkbyte15/07/05 11:37:01

  Modified: ppp-scripts-0.ebuild ChangeLog
  Log:
  Transfer stable keywords from net-dialup/ppp, cause this package is only 
splitted script part of it and those scripts are unchanged
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x60C0742D1F357D42)

Revision  ChangesPath
1.2  net-dialup/ppp-scripts/ppp-scripts-0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/ppp-scripts/ppp-scripts-0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/ppp-scripts/ppp-scripts-0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/ppp-scripts/ppp-scripts-0.ebuild?r1=1.1r2=1.2

Index: ppp-scripts-0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-dialup/ppp-scripts/ppp-scripts-0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ppp-scripts-0.ebuild14 May 2015 10:17:20 -  1.1
+++ ppp-scripts-0.ebuild5 Jul 2015 11:37:01 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-dialup/ppp-scripts/ppp-scripts-0.ebuild,v 1.1 
2015/05/14 10:17:20 pinkbyte Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-dialup/ppp-scripts/ppp-scripts-0.ebuild,v 1.2 
2015/07/05 11:37:01 pinkbyte Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86
+KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86
 
 DEPEND=!net-dialup/ppp-2.4.7-r1
 RDEPEND=${DEPEND}



1.2  net-dialup/ppp-scripts/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/ppp-scripts/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/ppp-scripts/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/ppp-scripts/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dialup/ppp-scripts/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   14 May 2015 10:17:20 -  1.1
+++ ChangeLog   5 Jul 2015 11:37:01 -   1.2
@@ -1,6 +1,10 @@
 # ChangeLog for net-dialup/ppp-scripts
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp-scripts/ChangeLog,v 1.1 
2015/05/14 10:17:20 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp-scripts/ChangeLog,v 1.2 
2015/07/05 11:37:01 pinkbyte Exp $
+
+  05 Jul 2015; Sergey Popov pinkb...@gentoo.org ppp-scripts-0.ebuild:
+  Transfer stable keywords from net-dialup/ppp, cause this package is only
+  splitted script part of it and those scripts are unchanged
 
 *ppp-scripts-0 (14 May 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-java/freemarker: freemarker-2.3.13-r2.ebuild ChangeLog

2015-07-05 Thread Patrice Clement (monsieurp)
monsieurp15/07/05 12:33:05

  Modified: freemarker-2.3.13-r2.ebuild ChangeLog
  Log:
  Add back ~ppc.
  
  Signed-off-by: Patrice Clement monsie...@gentoo.org
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.2  dev-java/freemarker/freemarker-2.3.13-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/freemarker/freemarker-2.3.13-r2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/freemarker/freemarker-2.3.13-r2.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/freemarker/freemarker-2.3.13-r2.ebuild?r1=1.1r2=1.2

Index: freemarker-2.3.13-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/freemarker/freemarker-2.3.13-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- freemarker-2.3.13-r2.ebuild 5 Jul 2015 08:16:30 -   1.1
+++ freemarker-2.3.13-r2.ebuild 5 Jul 2015 12:33:05 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-java/freemarker/freemarker-2.3.13-r2.ebuild,v 1.1 
2015/07/05 08:16:30 monsieurp Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/freemarker/freemarker-2.3.13-r2.ebuild,v 1.2 
2015/07/05 12:33:05 monsieurp Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=freemarker
 SLOT=2.3
-KEYWORDS=~amd64 ~x86
+KEYWORDS=~amd64 ~x86 ~ppc
 IUSE=
 
 CDEPEND=dev-java/jython:2.7



1.34 dev-java/freemarker/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/freemarker/ChangeLog?rev=1.34view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/freemarker/ChangeLog?rev=1.34content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/freemarker/ChangeLog?r1=1.33r2=1.34

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/freemarker/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   5 Jul 2015 08:16:30 -   1.33
+++ ChangeLog   5 Jul 2015 12:33:05 -   1.34
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/freemarker
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/freemarker/ChangeLog,v 1.33 
2015/07/05 08:16:30 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/freemarker/ChangeLog,v 1.34 
2015/07/05 12:33:05 monsieurp Exp $
+
+  05 Jul 2015; Patrice Clement monsie...@gentoo.org
+  freemarker-2.3.13-r2.ebuild:
+  Add back ~ppc.
 
 *freemarker-2.3.13-r2 (05 Jul 2015)
 






[gentoo-commits] dev/maekke:master commit in: media-gfx/hugin/

2015-07-05 Thread Markus Meier
commit: ffcaebf26e3c0cecc0870869d0b3d9fbcbf8c4eb
Author: Markus Meier maekke AT gentoo DOT org
AuthorDate: Sun Jul  5 13:30:56 2015 +
Commit: Markus Meier maekke AT gentoo DOT org
CommitDate: Sun Jul  5 13:30:56 2015 +
URL:https://gitweb.gentoo.org/dev/maekke.git/commit/?id=ffcaebf2

version bump

Package-Manager: portage-2.2.20
Manifest-Sign-Key: 072AD062

 media-gfx/hugin/Manifest | 12 ++--
 ...n-2015.0.0_rc1-r1.ebuild = hugin-2015.0.0_rc2-r1.ebuild} |  0
 .../{hugin-2015.0.0_rc1.ebuild = hugin-2015.0.0_rc2.ebuild} |  0
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-gfx/hugin/Manifest b/media-gfx/hugin/Manifest
index 662b4d0..06994c0 100644
--- a/media-gfx/hugin/Manifest
+++ b/media-gfx/hugin/Manifest
@@ -6,18 +6,18 @@ AUX hugin-2014.0.0-ParseExp.patch 16829 SHA256 
d4c9b4770bcac21aaa476646c08654885
 AUX hugin-2014.0.0-lensfun-0.3.0.patch 612 SHA256 
d4099a2ebc2203bd23807823c0370364bf65faba1ec5ebc596053fda3e6333db SHA512 
3fbea4e1c123bfd797514703a32311e5fa19bae1f531f5e81e9cbc4e72a5c4547c3e707709c8c7e3589f6b591c277c0f99600d4ca0d69b4676990e471040f485
 WHIRLPOOL 
63841447a3f7ef940b9b4e660097e5ff2df3fc2e66568bba8ef605e28a1fe00c235ecf057644a887216a0da2f8cf936c2aac006fab934868284f2f896ad9966f
 DIST hugin-2013.0.0.tar.bz2 11247583 SHA256 
484e1ed58fa6fe4bae1f423967101549345bcca2653b992afbc0ed9ec0dbebd5 SHA512 
dea1682c16991441278a881e5e0916ffdbe8e0012f0dcf45875ee97fe7dc698d4d98037916e63c9a651557adc45c89e4e350ad976fec020562bc17a31f608a86
 WHIRLPOOL 
c3d8e175ff23c8761815406039a8027da327925f07a18b00bde4d457228a2562f30f5df3fb5dff17f8003f985d7b51ec39d557a064c7e228b09ff73473c41e6a
 DIST hugin-2014.0.0.tar.bz2 10974274 SHA256 
f098aa0ede44010d3bb2bb38693177533fd776c45063a338c4c483d7e471ec29 SHA512 
f4dd7a59f96d4574d420691d221265309d1ff18b7df04df2c2f0946f3d669e78823e2a53f038ac7bddaaf2037e21c45bf54f19d2a90ce9d5d95a836331e34ca5
 WHIRLPOOL 
e8915454fcc5d54037289b0e91b8c441288706874891b72541414cad83556f6587d15d18be38405917da6c69b590121bc74a2ffa130bb9f1abea223c6fb1375d
-DIST hugin-2015.0.0_rc1.tar.bz2 10612769 SHA256 
6316c9d66a076b407ab2946700fbb7e4c01915571af28c718250f33cbf429ffe SHA512 
303ae807af31f6f7c13a81e113d0b2c61d78566a4be9532e294d11a22eac06b09aa2c36e4942c2acec8f49955fdc7f18c9b1963741820d2813436fd3e16d2cb1
 WHIRLPOOL 
e464135ca1032384a770b61353cae1b7f9041a0c2613ded862c1aaef9add25cf4942142336dcb7af74da47cfe24cfcaee878da0d6ee1015126577098e58528f8
+DIST hugin-2015.0.0_rc2.tar.bz2 10608223 SHA256 
f5049021007faf9556d74e9f9de54dc34d95851982c9f0fbcc3493c7d317ccc7 SHA512 
2ccd7c1f00c95d395b990f2a5f559e563773cfa3432f9951e08abd0eb91454e1baef4472a35679ca8afb06f3452e93c245b39c85255b4b7b19b29e92434b5290
 WHIRLPOOL 
578d5a1c6761da4b35386fc0368853b5da3b1eefa340ae9ee763230ab9b4e359eacb2593834ce4c6cc9bc46a816446bd16dae4dbb4c5bde7742a2a9d377cf270
 EBUILD hugin-2013.0.0-r1.ebuild 2032 SHA256 
0ca939bbf6f39bccecc34c0e0f061c7d5be931a43945e4d808899d8634c7a9e3 SHA512 
8cc153d87439d71b07481e3a5802c9aae196849f1fa2e7184a2d0e2d9c0845535630be011d30728940616b32565b0e8414205eea26c2b1f45d63c6b04cf82ac2
 WHIRLPOOL 
7ef6d9950d76f5f5e7ded1ba2820058cb629f754729415362a3a581084532a01265034c1bc1ca718423acb47316a2d4990e9dbd90cdf113c7446ad1b74aa90cc
 EBUILD hugin-2014.0.0-r1.ebuild 2096 SHA256 
bc39b72f20e906bb6311f2ba4806309bec6f7c983bfd1b031b8171b5338f0c48 SHA512 
f4ac540e28739b8f5851c3e92a9815f4a6e8a5ef6b2bb721b3ee68e902dae91af51dba80d68de5b1d4e3b14340bd660817502b7899cb4897fba3a91d64623f31
 WHIRLPOOL 
bf40a784c443994394c035654253e0d6de25346a393b12bd3fcdaa0cff6d3253f13ab6e4461886be133af34a0d4b9efcaaf713abf765a6833525443afc5f2b47
 EBUILD hugin-2014.0.0.ebuild 2097 SHA256 
46796a312c60e413a824fff95b8624f1e33ec050b153ba13c3de6c26502697d8 SHA512 
074310a4f0951790c6c8ebc43191ba3cc677937d0a7c1002693b40b7934cb599b9c3681fe5c9f4539ef8734439ebe8cc30624686263455c16dd856e559dd
 WHIRLPOOL 
65da1b816638b3ec0d51b891cc3f1f195f4c3aea1e055e7185acecbc3217f426537efe37e57c87c9b7c08cbf7890174a2bf4c14a8e449fe6a521489669168a54
-EBUILD hugin-2015.0.0_rc1-r1.ebuild 1965 SHA256 
1825b654fd54ac52dbd907a7531085749211c6e5aaad62fbcf80032bab37133c SHA512 
18370af060980ea46a0a5053047bb0a84072fa665a3a1540105aa8d4c7508f94dd84bd3fa2215469802b487c814ad74dcf70222af3b904d9892be912d01baa87
 WHIRLPOOL 
43d5f324892f2ef754c94ab38a0325869ef2144dee1df1e0e6008f271509dab22213fb1a2a20953d23c7eab2bcd51e5f0d032e1bf2dbfd19004c34e9d5676c11
-EBUILD hugin-2015.0.0_rc1.ebuild 1971 SHA256 
e32cf182495a6ff58108e820e07f8d4930d5e5f9d5597b40830428b6d0555b2f SHA512 
eecfe1aa62cabf49f1cfa2b560c0396cf74d5100bc32abdb1ec36bcf011361592e5b97cde51a2e9af9093ee2baf698cc0e1bad61226bccb274c55a4d9a6468a5
 WHIRLPOOL 
751e3999d567370d69bdc2b9ab9fac551c78aee599552f2f40f7391b5b047667a95c385014ae5d999dbf41a082a8066542faf4ad0c960fef1155a4547e0e3dbf
+EBUILD hugin-2015.0.0_rc2-r1.ebuild 1965 SHA256 
1825b654fd54ac52dbd907a7531085749211c6e5aaad62fbcf80032bab37133c SHA512 

[gentoo-commits] gentoo-x86 commit in profiles/arch/alpha: package.use.mask

2015-07-05 Thread Tobias Klausmann (klausman)
klausman15/07/05 13:43:48

  Modified: package.use.mask
  Log:
  Mask numa USE flag on openmpi to match hwloc

Revision  ChangesPath
1.188profiles/arch/alpha/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/package.use.mask?rev=1.188view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/package.use.mask?rev=1.188content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/package.use.mask?r1=1.187r2=1.188

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/alpha/package.use.mask,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- package.use.mask9 Jun 2015 15:35:00 -   1.187
+++ package.use.mask5 Jul 2015 13:43:48 -   1.188
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/package.use.mask,v 
1.187 2015/06/09 15:35:00 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/package.use.mask,v 
1.188 2015/07/05 13:43:48 klausman Exp $
 
 # Gilles Dartiguelongue e...@gentoo.org (09 Jun 2015)
 # net-fs/libnfs lacks alpha keyword, bug #551576
@@ -233,6 +233,8 @@
 # Alexey Shvetsov ale...@gentoo.org (31 Aug 2011)
 # Mask numa use flag per bug #381313
 sys-apps/hwloc numa
+# This mask also implies masking the numa flag on openmpi
+sys-cluster/openmpi numa
 
 # Pacho Ramos pa...@gentoo.org (19 Jul 2011)
 # Missing keywords on dependencies






  1   2   3   >