[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-prof: ruby-prof-0.15.1.ebuild ChangeLog

2014-05-10 Thread Hans de Graaff (graaff)
graaff  14/05/10 06:38:42

  Modified: ChangeLog
  Added:ruby-prof-0.15.1.ebuild
  Log:
  Version bump. Add ruby20, ruby21.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.38 dev-ruby/ruby-prof/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-prof/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   7 May 2014 19:09:28 -   1.37
+++ ChangeLog   10 May 2014 06:38:42 -  1.38
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ruby-prof
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-prof/ChangeLog,v 1.37 
2014/05/07 19:09:28 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-prof/ChangeLog,v 1.38 
2014/05/10 06:38:42 graaff Exp $
+
+*ruby-prof-0.15.1 (10 May 2014)
+
+  10 May 2014; Hans de Graaff gra...@gentoo.org +ruby-prof-0.15.1.ebuild:
+  Version bump. Add ruby20, ruby21.
 
   07 May 2014; Manuel Rüger mr...@gentoo.org ruby-prof-0.12.2.ebuild:
   Remove ruby18 target.



1.1  dev-ruby/ruby-prof/ruby-prof-0.15.1.ebuild

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

Index: ruby-prof-0.15.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-prof/ruby-prof-0.15.1.ebuild,v 
1.1 2014/05/10 06:38:42 graaff Exp $

EAPI=5

# jruby → not compatible, since it uses an extension, but there is a bug
# open for it: https://github.com/rdp/ruby-prof/issues/36

USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_EXTRADOC=README.rdoc CHANGES
RUBY_FAKEGEM_DOCDIR=doc

inherit multilib ruby-fakegem

DESCRIPTION=A module for profiling Ruby code
HOMEPAGE=https://github.com/ruby-prof/ruby-prof;
SRC_URI=https://github.com/ruby-prof/${PN}/archive/v${PV}.tar.gz - ${P}.tgz

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86
IUSE=

ruby_add_bdepend test? ( dev-ruby/test-unit:2 dev-ruby/minitest )

all_ruby_prepare() {
# Avoid bundler
sed -i -e '/bundler/I s:^:#:' -e '/:build/ s:^:#:' Rakefile || die

sed -i -e '2igem test-unit' test/test_helper.rb || die

# Fix a timing-dependant spec since its thresholds for success are
# too tight.
sed -i -e '/test_class_methods/,/^  end/ s:^:#:' 
test/measure_cpu_time_test.rb || die

# We install the shared object in lib, not ext.
sed -i -e 's#../ext/ruby_prof#../lib/ruby_prof#' lib/ruby-prof.rb

# Create directory required for the test suite to pass
mkdir tmp || die
}

each_ruby_configure() {
${RUBY} -Cext/ruby_prof extconf.rb || die extconf.rb failed
}

each_ruby_compile() {
emake V=1 -Cext/ruby_prof || die build failed

mkdir lib/ruby_prof || die unable to create directory for shared 
object
cp ext/ruby_prof/*$(get_modname) lib/ruby_prof || die copy of 
extension failed
}

all_ruby_install() {
all_fakegem_install

for dir in examples ; do
docinto $dir
dodoc -r $dir/*
done
}






[gentoo-commits] gentoo-x86 commit in www-apache/passenger: ChangeLog passenger-4.0.42.ebuild

2014-05-10 Thread Hans de Graaff (graaff)
graaff  14/05/10 07:20:55

  Modified: ChangeLog
  Added:passenger-4.0.42.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.92 www-apache/passenger/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/ChangeLog?rev=1.92view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/ChangeLog?rev=1.92content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/ChangeLog?r1=1.91r2=1.92

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/passenger/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog   4 May 2014 18:30:08 -   1.91
+++ ChangeLog   10 May 2014 07:20:55 -  1.92
@@ -1,6 +1,11 @@
 # ChangeLog for www-apache/passenger
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/passenger/ChangeLog,v 1.91 
2014/05/04 18:30:08 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/passenger/ChangeLog,v 1.92 
2014/05/10 07:20:55 graaff Exp $
+
+*passenger-4.0.42 (10 May 2014)
+
+  10 May 2014; Hans de Graaff gra...@gentoo.org +passenger-4.0.42.ebuild:
+  Version bump.
 
   04 May 2014; Diego E. Pettenò flamee...@gentoo.org
   passenger-3.0.21-r1.ebuild, passenger-4.0.41.ebuild:



1.1  www-apache/passenger/passenger-4.0.42.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/passenger-4.0.42.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/passenger-4.0.42.ebuild?rev=1.1content-type=text/plain

Index: passenger-4.0.42.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-apache/passenger/passenger-4.0.42.ebuild,v 1.1 
2014/05/10 07:20:55 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

inherit apache-module flag-o-matic multilib ruby-ng toolchain-funcs

DESCRIPTION=Passenger (a.k.a. mod_rails) makes deployment of Ruby on Rails 
applications a breeze
HOMEPAGE=http://modrails.com/;
SRC_URI=http://s3.amazonaws.com/phusion-passenger/releases/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=debug

ruby_add_bdepend dev-ruby/rake

ruby_add_rdepend 
=dev-ruby/daemon_controller-1.1.0
=dev-ruby/rack-1.0.0

CDEPEND==dev-libs/libev-4.11 net-misc/curl[ssl]
www-servers/apache[apache2_modules_unixd(+)]

RDEPEND=${RDEPEND} ${CDEPEND}
DEPEND=${DEPEND} ${CDEPEND}

APACHE2_MOD_CONF=30_mod_${PN}-4.0.0 30_mod_${PN}
APACHE2_MOD_DEFINE=PASSENGER

need_apache2

pkg_setup() {
use debug  append-flags -DPASSENGER_DEBUG
}

all_ruby_prepare() {
epatch ${FILESDIR}/${PN}-4.0.33-gentoo.patch

# Change these with sed instead of a patch so that we can easily use
# the toolchain-funcs methods.
sed -i -e s/gcc/$(tc-getCC)/ \
-e s/g++/$(tc-getCXX)/ \
-e 's/PlatformInfo.debugging_cflags//' build/basics.rb || die

# Use sed here so that we can dynamically set the documentation 
directory.
sed -i -e s:/usr/share/doc/passenger:/usr/share/doc/${P}: \
-e 
s:/usr/lib/apache2/modules/mod_passenger.so:${APACHE_MODULESDIR}/mod_passenger.so:
 \
-e 
s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents: \
lib/phusion_passenger.rb || die
sed -i -e 
s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents: 
ext/common/ResourceLocator.h || die

# Don't install a tool that won't work in our setup.
sed -i -e '/passenger-install-apache2-module/d' 
lib/phusion_passenger/packaging.rb || die
rm -f bin/passenger-install-apache2-module || die Unable to remove 
unneeded install script.

# Make sure we use the system-provided version.
rm -rf ext/libev || die Unable to remove vendored libev.

# Avoid building documentation to avoid a dependency on mizuho.
#sed -i -e 's/, :doc//' build/packaging.rb || die
touch doc/*.html || die

# Use the correct arch-specific lib directory
sed -i -e 's:/usr/lib/:/usr/'$(get_libdir)'/:' build/packaging.rb || die

# Fix hard-coded use of AR
sed -i -e s/ar cru/$(tc-getAR) cru/ build/cplusplus_support.rb || 
die
}

all_ruby_compile() {
V=1 EXTRA_LDFLAGS=${LDFLAGS} \
APXS2=${APXS} \
HTTPD=${APACHE_BIN} \
USE_VENDORED_LIBEV=no LIBEV_LIBS=-lev \
ruby -S rake apache2 || die rake failed
}

each_ruby_compile() {
append-flags -fno-strict-aliasing

V=1 

[gentoo-commits] gentoo-x86 commit in dev-python/cryptography: cryptography-0.4-r1.ebuild ChangeLog

2014-05-10 Thread Ian Delaney (idella4)
idella4 14/05/10 07:34:15

  Modified: cryptography-0.4-r1.ebuild ChangeLog
  Log:
  add new dep, drop py2.6 upport
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/cryptography/cryptography-0.4-r1.ebuild

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

Index: cryptography-0.4-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/cryptography/cryptography-0.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cryptography-0.4-r1.ebuild  8 May 2014 22:02:34 -   1.1
+++ cryptography-0.4-r1.ebuild  10 May 2014 07:34:15 -  1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/cryptography/cryptography-0.4-r1.ebuild,v 
1.1 2014/05/08 22:02:34 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/cryptography/cryptography-0.4-r1.ebuild,v 
1.2 2014/05/10 07:34:15 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
 
 inherit distutils-r1
 
@@ -25,6 +25,7 @@
=dev-python/cryptography-vectors-${PV}[${PYTHON_USEDEP}]
dev-python/iso8601[${PYTHON_USEDEP}]
dev-python/pretend[${PYTHON_USEDEP}]
+   dev-python/pyasn1[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)
 



1.14 dev-python/cryptography/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cryptography/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   8 May 2014 22:02:34 -   1.13
+++ ChangeLog   10 May 2014 07:34:15 -  1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/cryptography
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cryptography/ChangeLog,v 1.13 
2014/05/08 22:02:34 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cryptography/ChangeLog,v 1.14 
2014/05/10 07:34:15 idella4 Exp $
+
+  10 May 2014; Ian Delaney idel...@gentoo.org cryptography-0.4-r1.ebuild:
+  add new dep, drop py2.6 upport
 
 *cryptography-0.4-r1 (08 May 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/django-setuptest: django-setuptest-0.1.4.ebuild ChangeLog

2014-05-10 Thread Ian Delaney (idella4)
idella4 14/05/10 08:33:59

  Modified: django-setuptest-0.1.4.ebuild ChangeLog
  Log:
  drop py2.6 add py3.3 py3.4 pypy support
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.4  dev-python/django-setuptest/django-setuptest-0.1.4.ebuild

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

Index: django-setuptest-0.1.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/django-setuptest/django-setuptest-0.1.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- django-setuptest-0.1.4.ebuild   10 Sep 2013 03:00:22 -  1.3
+++ django-setuptest-0.1.4.ebuild   10 May 2014 08:33:59 -  1.4
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-setuptest/django-setuptest-0.1.4.ebuild,v
 1.3 2013/09/10 03:00:22 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-setuptest/django-setuptest-0.1.4.ebuild,v
 1.4 2014/05/10 08:33:59 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 
 inherit distutils-r1
 



1.6  dev-python/django-setuptest/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-setuptest/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   10 Sep 2013 03:00:22 -  1.5
+++ ChangeLog   10 May 2014 08:33:59 -  1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/django-setuptest
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-setuptest/ChangeLog,v 1.5 
2013/09/10 03:00:22 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-setuptest/ChangeLog,v 1.6 
2014/05/10 08:33:59 idella4 Exp $
+
+  10 May 2014; Ian Delaney idel...@gentoo.org django-setuptest-0.1.4.ebuild:
+  drop py2.6 add py3.3 py3.4 pypy support
 
   10 Sep 2013; Patrick Lauer patr...@gentoo.org 
django-setuptest-0.1.4.ebuild:
   Whitespace






[gentoo-commits] gentoo-x86 commit in media-libs/libjpeg-turbo: libjpeg-turbo-1.3.1.ebuild ChangeLog

2014-05-10 Thread Samuli Suominen (ssuominen)
ssuominen14/05/10 08:58:54

  Modified: libjpeg-turbo-1.3.1.ebuild ChangeLog
  Log:
  amd64/x86 stable wrt #506904
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.4  media-libs/libjpeg-turbo/libjpeg-turbo-1.3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libjpeg-turbo/libjpeg-turbo-1.3.1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libjpeg-turbo/libjpeg-turbo-1.3.1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libjpeg-turbo/libjpeg-turbo-1.3.1.ebuild?r1=1.3r2=1.4

Index: libjpeg-turbo-1.3.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/libjpeg-turbo/libjpeg-turbo-1.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libjpeg-turbo-1.3.1.ebuild  18 Apr 2014 05:44:33 -  1.3
+++ libjpeg-turbo-1.3.1.ebuild  10 May 2014 08:58:53 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libjpeg-turbo/libjpeg-turbo-1.3.1.ebuild,v 
1.3 2014/04/18 05:44:33 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libjpeg-turbo/libjpeg-turbo-1.3.1.ebuild,v 
1.4 2014/05/10 08:58:53 ssuominen Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=BSD IJG
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x86-macos
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x86-macos
 IUSE=java static-libs
 
 ASM_DEPEND=|| ( dev-lang/nasm dev-lang/yasm )



1.94 media-libs/libjpeg-turbo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libjpeg-turbo/ChangeLog?rev=1.94view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libjpeg-turbo/ChangeLog?rev=1.94content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libjpeg-turbo/ChangeLog?r1=1.93r2=1.94

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libjpeg-turbo/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog   18 Apr 2014 05:44:33 -  1.93
+++ ChangeLog   10 May 2014 08:58:53 -  1.94
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libjpeg-turbo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libjpeg-turbo/ChangeLog,v 1.93 
2014/04/18 05:44:33 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libjpeg-turbo/ChangeLog,v 1.94 
2014/05/10 08:58:53 ssuominen Exp $
+
+  10 May 2014; Samuli Suominen ssuomi...@gentoo.org
+  libjpeg-turbo-1.3.1.ebuild:
+  amd64/x86 stable wrt #506904
 
   18 Apr 2014; Markus Meier mae...@gentoo.org libjpeg-turbo-1.3.1.ebuild:
   arm stable, bug #506904






[gentoo-commits] gentoo-x86 commit in dev-python/django-recaptcha: django-recaptcha-1.0.ebuild ChangeLog

2014-05-10 Thread Ian Delaney (idella4)
idella4 14/05/10 08:58:25

  Modified: ChangeLog
  Added:django-recaptcha-1.0.ebuild
  Log:
  bump; drop py2.6 add pypy support, test dep  phase
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.9  dev-python/django-recaptcha/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-recaptcha/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   26 Apr 2014 11:01:57 -  1.8
+++ ChangeLog   10 May 2014 08:58:24 -  1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/django-recaptcha
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-recaptcha/ChangeLog,v 1.8 
2014/04/26 11:01:57 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-recaptcha/ChangeLog,v 1.9 
2014/05/10 08:58:24 idella4 Exp $
+
+*django-recaptcha-1.0 (10 May 2014)
+
+  10 May 2014; Ian Delaney idel...@gentoo.org +django-recaptcha-1.0.ebuild:
+  bump; drop py2.6 add pypy support, test dep  phase
 
 *django-recaptcha-0.0.9 (26 Apr 2014)
 



1.1  dev-python/django-recaptcha/django-recaptcha-1.0.ebuild

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

Index: django-recaptcha-1.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-recaptcha/django-recaptcha-1.0.ebuild,v
 1.1 2014/05/10 08:58:24 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1

DESCRIPTION=Django recaptcha form field/widget app
HOMEPAGE=http://github.com/praekelt/django-recaptcha 
http://pypi.python.org/pypi/django-recaptcha;
#SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
SRC_URI=https://github.com/praekelt/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=test

RDEPEND=dev-python/django[${PYTHON_USEDEP}]
DEPEND=test? ( ${RDEPEND}
=dev-python/django-setuptest-0.0.6[${PYTHON_USEDEP}] )
dev-python/setuptools[${PYTHON_USEDEP}]

python_test() {
esetup.py test
}






[gentoo-commits] gentoo-x86 commit in dev-lang/ruby: ruby-2.1.2.ebuild ChangeLog ruby-2.0.0_p481.ebuild

2014-05-10 Thread Hans de Graaff (graaff)
graaff  14/05/10 09:04:57

  Modified: ChangeLog
  Added:ruby-2.1.2.ebuild ruby-2.0.0_p481.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.651dev-lang/ruby/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v
retrieving revision 1.650
retrieving revision 1.651
diff -u -r1.650 -r1.651
--- ChangeLog   21 Apr 2014 12:56:34 -  1.650
+++ ChangeLog   10 May 2014 09:04:57 -  1.651
@@ -1,6 +1,13 @@
 # ChangeLog for dev-lang/ruby
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.650 2014/04/21 
12:56:34 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.651 2014/05/10 
09:04:57 graaff Exp $
+
+*ruby-2.1.2 (10 May 2014)
+*ruby-2.0.0_p481 (10 May 2014)
+
+  10 May 2014; Hans de Graaff gra...@gentoo.org +ruby-2.0.0_p481.ebuild,
+  +ruby-2.1.2.ebuild:
+  Version bump.
 
   21 Apr 2014; Hans de Graaff gra...@gentoo.org -ruby-2.0.0_p353-r1.ebuild,
   -ruby-2.0.0_p353-r2.ebuild:



1.1  dev-lang/ruby/ruby-2.1.2.ebuild

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

Index: ruby-2.1.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.1.2.ebuild,v 1.1 
2014/05/10 09:04:57 graaff Exp $

EAPI=5

#PATCHSET=1

inherit autotools eutils flag-o-matic multilib versionator

RUBYPL=$(get_version_component_range 4)

MY_P=${PN}-$(get_version_component_range 1-3)
#MY_P=${PN}-$(get_version_component_range 1-3)-${RUBYPL:-0}
S=${WORKDIR}/${MY_P}

SLOT=$(get_version_component_range 1-2)
MY_SUFFIX=$(delete_version_separator 1 ${SLOT})
RUBYVERSION=2.1.0

if [[ -n ${PATCHSET} ]]; then
if [[ ${PVR} == ${PV} ]]; then
PATCHSET=${PV}-r0.${PATCHSET}
else
PATCHSET=${PVR}.${PATCHSET}
fi
else
PATCHSET=${PVR}
fi

DESCRIPTION=An object-oriented scripting language
HOMEPAGE=http://www.ruby-lang.org/;
SRC_URI=mirror://ruby/2.1/${MY_P}.tar.bz2
 
http://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2;

LICENSE=|| ( Ruby-BSD BSD-2 )
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd
IUSE=berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl xemacs 
ncurses +readline

RDEPEND=
berkdb? ( sys-libs/db )
gdbm? ( sys-libs/gdbm )
ssl? ( dev-libs/openssl )
socks5? ( =net-proxy/dante-1.1.13 )
ncurses? ( sys-libs/ncurses )
readline?  ( sys-libs/readline )
dev-libs/libyaml
virtual/libffi
sys-libs/zlib
=app-admin/eselect-ruby-20100402
!dev-ruby/rdoc-3.9.4
!dev-ruby/rubygems-1.8.10-r1

DEPEND=${RDEPEND}
PDEPEND=
=dev-ruby/rubygems-2.0.14[ruby_targets_ruby21]
=dev-ruby/json-1.8.1[ruby_targets_ruby21]
=dev-ruby/rake-0.9.6[ruby_targets_ruby21]
rdoc? ( =dev-ruby/rdoc-4.0.1[ruby_targets_ruby21] )
xemacs? ( app-xemacs/ruby-modes )

src_prepare() {
EPATCH_FORCE=yes EPATCH_SUFFIX=patch \
epatch ${WORKDIR}/patches

# We can no longer unbundle all of rake because rubygems now depends
# on this. We leave the actual rake code around to bootstrap
# rubygems, but remove the bits that would cause a file collision.
einfo Unbundling gems...
cd $S
rm -r \
{bin,lib}/rake lib/rake.rb man/rake.1 \
bin/gem || die removal failed

# Fix a hardcoded lib path in configure script
sed -i -e s:\(RUBY_LIB_PREFIX=\\${prefix}/\)lib:\1$(get_libdir): \
configure.in || die sed failed

eautoreconf
}

src_configure() {
local myconf=

# The Tk module can no longer be built because the module code is no
# longer compatible with newer stable versions.
# https://bugs.gentoo.org/show_bug.cgi?id=500894
local modules=tk

# -fomit-frame-pointer makes ruby segfault, see bug #150413.
filter-flags -fomit-frame-pointer
# In many places aliasing rules are 

[gentoo-commits] proj/x11:master commit in: media-libs/mesa/

2014-05-10 Thread Nikoli
commit: 4a6f2dd063e438eaa9f3c2594ba9d5893f4b6980
Author: Nikoli nikoli AT gmx DOT us
AuthorDate: Sat May 10 09:07:07 2014 +
Commit: Nikoli nikoli AT lavabit DOT com
CommitDate: Sat May 10 09:07:07 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=4a6f2dd0

media-libs/mesa: fix runnings tests in hardened

Package-Manager: portage-2.2.8-r1

---
 media-libs/mesa/mesa-.ebuild | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/media-libs/mesa/mesa-.ebuild b/media-libs/mesa/mesa-.ebuild
index 79f3c4e..835d0f8 100644
--- a/media-libs/mesa/mesa-.ebuild
+++ b/media-libs/mesa/mesa-.ebuild
@@ -14,7 +14,7 @@ fi
 PYTHON_COMPAT=( python{2_6,2_7} )
 
 inherit base autotools multilib multilib-minimal flag-o-matic \
-   python-any-r1 toolchain-funcs ${GIT_ECLASS}
+   python-any-r1 toolchain-funcs pax-utils ${GIT_ECLASS}
 
 OPENGL_DIR=xorg-x11
 
@@ -413,6 +413,13 @@ multilib_src_install_all() {
 }
 
 multilib_src_test() {
+   if use llvm; then
+   local llvm_tests='lp_test_arit lp_test_arit lp_test_blend 
lp_test_blend lp_test_conv lp_test_conv lp_test_format lp_test_format 
lp_test_printf lp_test_printf'
+   pushd src/gallium/drivers/llvmpipe /dev/null || die
+   emake ${llvm_tests}
+   pax-mark m ${llvm_tests}
+   popd /dev/null || die
+   fi
emake check
 }
 



[gentoo-commits] proj/x11:master commit in: media-libs/mesa/

2014-05-10 Thread Nikoli
commit: 985c1612d39f789ae9c6c5b76947189fd8a03777
Author: Nikoli nikoli AT gmx DOT us
AuthorDate: Sat May 10 09:09:49 2014 +
Commit: Nikoli nikoli AT lavabit DOT com
CommitDate: Sat May 10 09:09:49 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=985c1612

media-libs/mesa: add missing dep

Package-Manager: portage-2.2.8-r1

---
 media-libs/mesa/mesa-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-libs/mesa/mesa-.ebuild b/media-libs/mesa/mesa-.ebuild
index 835d0f8..a767726 100644
--- a/media-libs/mesa/mesa-.ebuild
+++ b/media-libs/mesa/mesa-.ebuild
@@ -165,6 +165,7 @@ DEPEND=${RDEPEND}
=x11-proto/xextproto-7.0.99.1[${MULTILIB_USEDEP}]
x11-proto/xf86driproto[${MULTILIB_USEDEP}]
x11-proto/xf86vidmodeproto[${MULTILIB_USEDEP}]
+   sys-devel/gettext
 
 
 S=${WORKDIR}/${MY_P}



[gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-sipe: pidgin-sipe-1.18.1.ebuild ChangeLog pidgin-sipe-1.17.3.ebuild

2014-05-10 Thread Ian Whyman (thev00d00)
thev00d0014/05/10 09:11:26

  Modified: ChangeLog
  Added:pidgin-sipe-1.18.1.ebuild
  Removed:  pidgin-sipe-1.17.3.ebuild
  Log:
  Version bump, thanks to Mark R. Pariente for the reminder in #509942
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.30 x11-plugins/pidgin-sipe/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog?rev=1.30view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog?rev=1.30content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog?r1=1.29r2=1.30

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   1 Mar 2014 12:02:58 -   1.29
+++ ChangeLog   10 May 2014 09:11:26 -  1.30
@@ -1,6 +1,12 @@
 # ChangeLog for x11-plugins/pidgin-sipe
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.29 
2014/03/01 12:02:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.30 
2014/05/10 09:11:26 thev00d00 Exp $
+
+*pidgin-sipe-1.18.1 (10 May 2014)
+
+  10 May 2014; Ian Whyman thev00...@gentoo.org +pidgin-sipe-1.18.1.ebuild,
+  -pidgin-sipe-1.17.3.ebuild:
+  Version bump, thanks to Mark R. Pariente for the reminder in #509942
 
   01 Mar 2014; Pacho Ramos pa...@gentoo.org pidgin-sipe-1.18.0-r1.ebuild:
   x86 stable, bug #502212



1.1  x11-plugins/pidgin-sipe/pidgin-sipe-1.18.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.1.ebuild?rev=1.1content-type=text/plain

Index: pidgin-sipe-1.18.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.1.ebuild,v 1.1 
2014/05/10 09:11:26 thev00d00 Exp $

EAPI=5

inherit autotools eutils

DESCRIPTION=Pidgin Plug-in SIPE (Sip Exchange Protocol)
HOMEPAGE=http://sipe.sourceforge.net/;
SRC_URI=mirror://sourceforge/sipe/${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86

IUSE=debug kerberos ocs2005-message-hack openssl telepathy voice

RDEPEND==dev-libs/gmime-2.4.16
dev-libs/libxml2
openssl? ( dev-libs/openssl )
!openssl? ( dev-libs/nss )
kerberos? ( virtual/krb5 )
voice? (
=dev-libs/glib-2.28.0
=net-libs/libnice-0.1.0
media-libs/gstreamer:0.10
=net-im/pidgin-2.8.0
)
!voice? (
=dev-libs/glib-2.12.0:2
net-im/pidgin
)
telepathy? (
=sys-apps/dbus-1.1.0
=dev-libs/dbus-glib-0.61
=dev-libs/glib-2.28:2
=net-libs/telepathy-glib-0.18.0
)


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


src_prepare() {
eautoreconf
}

src_configure() {
econf \
--enable-purple \
--disable-quality-check \
$(use_enable telepathy) \
$(use_enable debug) \
$(use_enable ocs2005-message-hack) \
$(use_with kerberos krb5) \
$(use_with voice vv) \
$(use_enable !openssl nss) \
$(use_enable openssl)
}

src_install() {
emake install DESTDIR=${D}
dodoc AUTHORS ChangeLog NEWS TODO README
}






[gentoo-commits] gentoo-x86 commit in net-wireless/bluedevil: bluedevil-2.0_rc1-r1.ebuild ChangeLog

2014-05-10 Thread Johannes Huber (johu)
johu14/05/10 09:14:21

  Modified: bluedevil-2.0_rc1-r1.ebuild ChangeLog
  Log:
  Remove blocker.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F3CFD2BD)

Revision  ChangesPath
1.2  net-wireless/bluedevil/bluedevil-2.0_rc1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluedevil/bluedevil-2.0_rc1-r1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluedevil/bluedevil-2.0_rc1-r1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluedevil/bluedevil-2.0_rc1-r1.ebuild?r1=1.1r2=1.2

Index: bluedevil-2.0_rc1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-wireless/bluedevil/bluedevil-2.0_rc1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bluedevil-2.0_rc1-r1.ebuild 2 May 2014 09:32:00 -   1.1
+++ bluedevil-2.0_rc1-r1.ebuild 10 May 2014 09:14:21 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/bluedevil/bluedevil-2.0_rc1-r1.ebuild,v 
1.1 2014/05/02 09:32:00 johu Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/bluedevil/bluedevil-2.0_rc1-r1.ebuild,v 
1.2 2014/05/10 09:14:21 johu Exp $
 
 EAPI=5
 
@@ -25,7 +25,6 @@
 
 RDEPEND=${DEPEND}
!app-mobilephone/obexd
-   !app-mobilephone/obex-data-server
!net-wireless/kbluetooth
 
 S=${WORKDIR}/${MY_P}



1.58 net-wireless/bluedevil/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluedevil/ChangeLog?rev=1.58view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluedevil/ChangeLog?rev=1.58content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluedevil/ChangeLog?r1=1.57r2=1.58

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/bluedevil/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   2 May 2014 09:32:00 -   1.57
+++ ChangeLog   10 May 2014 09:14:21 -  1.58
@@ -1,6 +1,9 @@
 # ChangeLog for net-wireless/bluedevil
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluedevil/ChangeLog,v 1.57 
2014/05/02 09:32:00 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluedevil/ChangeLog,v 1.58 
2014/05/10 09:14:21 johu Exp $
+
+  10 May 2014; Johannes Huber j...@gentoo.org bluedevil-2.0_rc1-r1.ebuild:
+  Remove blocker.
 
 *bluedevil-2.0_rc1-r1 (02 May 2014)
 






[gentoo-commits] gentoo-x86 commit in net-misc/miniupnpd/files: miniupnpd-1.9-build.patch miniupnpd-1.9-cleanup.patch miniupnpd-1.8-build.patch

2014-05-10 Thread Bjarke Istrup Pedersen (gurligebis)
gurligebis14/05/10 09:25:27

  Added:miniupnpd-1.9-build.patch
miniupnpd-1.9-cleanup.patch
  Removed:  miniupnpd-1.8-build.patch
  Log:
  Bumping to 1.9_pre20140422 and seperating patch into upstream and 
non-upstream part.
  
  (Portage version: 2.2.10/cvs/Linux i686, signed Manifest commit with key 
15AE484C)

Revision  ChangesPath
1.1  net-misc/miniupnpd/files/miniupnpd-1.9-build.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/miniupnpd/files/miniupnpd-1.9-build.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/miniupnpd/files/miniupnpd-1.9-build.patch?rev=1.1content-type=text/plain

Index: miniupnpd-1.9-build.patch
===
--- a/Makefile.linux
+++ b/Makefile.linux
@@ -75,70 +75,10 @@ LDFLAGS += $(shell $(PKG_CONFIG) --libs-
 LDFLAGS += $(shell $(PKG_CONFIG) --libs-only-other libiptc)
 else
 
-ifeq $(wildcard /etc/gentoo-release ) 
-LDLIBS ?= -liptc
-else # gentoo
-# the following is better, at least on gentoo with iptables 1.4.6
-# see http://miniupnp.tuxfamily.org/forum/viewtopic.php?p=1618
-# and http://miniupnp.tuxfamily.org/forum/viewtopic.php?p=2183
-LDLIBS ?= -lip4tc
-CPPFLAGS := -DIPTABLES_143 $(CPPFLAGS)
-endif
-
-ARCH ?= $(shell uname -m | grep -q x86_64  echo 64)
-ifdef IPTABLESPATH
-CPPFLAGS := $(CPPFLAGS) -I$(IPTABLESPATH)/include/
-LDFLAGS := $(LDFLAFGS) -L$(IPTABLESPATH)/libiptc/
-# get iptables version and set IPTABLES_143 macro if needed
-ifeq ($(TARGET_OPENWRT),)
-IPTABLESVERSION := $(shell grep \#define VERSION $(IPTABLESPATH)/config.h | 
tr -d \ |cut -d  -f3 )
-IPTABLESVERSION1 := $(shell echo $(IPTABLESVERSION) | cut -d. -f1 )
-IPTABLESVERSION2 := $(shell echo $(IPTABLESVERSION) | cut -d. -f2 )
-IPTABLESVERSION3 := $(shell echo $(IPTABLESVERSION) | cut -d. -f3 )
-# test if iptables version = 1.4.3
-TEST := $(shell [ \( \( $(IPTABLESVERSION1) -ge 1 \) -a \( $(IPTABLESVERSION2) 
-ge 4 \) \) -a \( $(IPTABLESVERSION3) -ge 3 \) ]  echo 1 )
-ifeq ($(TEST), 1)
-CPPFLAGS := $(CPPFLAGS) -DIPTABLES_143
-# the following sucks, but works
-LDLIBS = $(IPTABLESPATH)/libiptc/.libs/libip4tc.o
-#LDLIBS = $(IPTABLESPATH)/libiptc/.libs/libiptc.a
-else # ifeq ($(TEST), 1)
-LDLIBS = $(IPTABLESPATH)/libiptc/libiptc.a
-endif # ifeq ($(TEST), 1)
-else # ($(TARGET_OPENWRT),)
-# openWRT :
-# check for system-wide iptables files. Test if iptables version = 1.4.3
-# the following test has to be verified :
-TEST := $(shell test -f /usr/include/iptables/internal.h  grep -q \#define 
IPTABLES_VERSION /usr/include/iptables/internal.h  echo 1)
-ifeq ($(TEST), 1)
-CPPFLAGS := $(CPPFLAGS) -DIPTABLES_143
-LDLIBS = -liptc
-endif  # ($(TEST), 1)
-TEST_LIB := $(shell test -f /usr/lib$(ARCH)/libiptc.a  echo 1)
-ifeq ($(TEST_LIB), 1)
-LDLIBS = -liptc /usr/lib$(ARCH)/libiptc.a
-endif # ($(TEST_LIB), 1)
-endif # ($(TARGET_OPENWRT),)
-else # ifdef IPTABLESPATH
-# IPTABLESPATH not defined
-# the following test has to be verified :
-TEST := $(shell test -f /usr/include/xtables.h  grep -q 
XTABLES_VERSION_CODE /usr/include/xtables.h  echo 1)
-ifeq ($(TEST), 1)
-CPPFLAGS := $(CPPFLAGS) -DIPTABLES_143
-LDLIBS = -liptc
-TESTIP4TC := $(shell test -f /lib/libip4tc.so  echo 1)
-ifeq ($(TESTIP4TC), 1)
-LDLIBS := $(LDLIBS) -lip4tc
-endif # ($(TESTIP4TC), 1)
-TESTIP6TC := $(shell test -f /lib/libip6tc.so  echo 1)
-ifeq ($(TESTIP6TC), 1)
-LDLIBS := $(LDLIBS) -lip6tc
-endif # ($(TESTIP6TC), 1)
-endif # ($(TEST), 1)
-endif # ifdef IPTABLESPATH
 endif # ifdef PCFILE_FOUND
 
-LDLIBS += -lnfnetlink
+LDLIBS += -lip4tc -lnfnetlink
+CPPFLAGS += -DIPTABLES_143
 
 TEST := $(shell $(PKG_CONFIG) --atleast-version=1.0.2 libnetfilter_conntrack 
 $(PKG_CONFIG) --atleast-version=1.0.3 libmnl  echo 1)
 ifeq ($(TEST),1)
@@ -184,7 +124,6 @@ install:miniupnpd miniupnpd.8 miniupnpd
$(INSTALL) linux/miniupnpd.init.d.script 
$(DESTDIR)$(PREFIX)/etc/init.d/miniupnpd
$(INSTALL) -d $(DESTDIR)$(MANINSTALLDIR)
$(INSTALL) --mode=0644 miniupnpd.8 $(DESTDIR)$(MANINSTALLDIR)
-   gzip $(DESTDIR)$(MANINSTALLDIR)/miniupnpd.8
 
 # genuuid is using the uuidgen CLI tool which is part of libuuid
 # from the e2fsprogs



1.1  net-misc/miniupnpd/files/miniupnpd-1.9-cleanup.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/miniupnpd/files/miniupnpd-1.9-cleanup.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/miniupnpd/files/miniupnpd-1.9-cleanup.patch?rev=1.1content-type=text/plain

Index: miniupnpd-1.9-cleanup.patch
===
--- a/Makefile.linux
+++ b/Makefile.linux
@@ -25,7 +25,7 @@
 CFLAGS ?= -Os
 CFLAGS += -fno-strict-aliasing
 CFLAGS += -fno-common
-CFLAGS += -D_GNU_SOURCE
+CPPFLAGS += -D_GNU_SOURCE
 CFLAGS += -Wall
 CFLAGS += -Wextra -Wstrict-prototypes -Wdeclaration-after-statement
 #CFLAGS += 

[gentoo-commits] gentoo-x86 commit in net-misc/miniupnpd: miniupnpd-1.9_pre20140422.ebuild ChangeLog miniupnpd-1.8-r1.ebuild miniupnpd-1.8.ebuild

2014-05-10 Thread Bjarke Istrup Pedersen (gurligebis)
gurligebis14/05/10 09:25:26

  Modified: ChangeLog
  Added:miniupnpd-1.9_pre20140422.ebuild
  Removed:  miniupnpd-1.8-r1.ebuild miniupnpd-1.8.ebuild
  Log:
  Bumping to 1.9_pre20140422 and seperating patch into upstream and 
non-upstream part.
  
  (Portage version: 2.2.10/cvs/Linux i686, signed Manifest commit with key 
15AE484C)

Revision  ChangesPath
1.34 net-misc/miniupnpd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/miniupnpd/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   29 Apr 2014 20:58:42 -  1.33
+++ ChangeLog   10 May 2014 09:25:26 -  1.34
@@ -1,6 +1,15 @@
 # ChangeLog for net-misc/miniupnpd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/miniupnpd/ChangeLog,v 1.33 
2014/04/29 20:58:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/miniupnpd/ChangeLog,v 1.34 
2014/05/10 09:25:26 gurligebis Exp $
+
+*miniupnpd-1.9_pre20140422 (10 May 2014)
+
+  10 May 2014; gurlige...@gentoo.org -miniupnpd-1.8.ebuild,
+  -miniupnpd-1.8-r1.ebuild, +miniupnpd-1.9_pre20140422.ebuild,
+  -files/miniupnpd-1.8-build.patch, +files/miniupnpd-1.9-build.patch,
+  +files/miniupnpd-1.9-cleanup.patch:
+  Bumping to 1.9_pre20140422 and seperating patch into upstream and
+  non-upstream part.
 
 *miniupnpd-1.8-r1 (29 Apr 2014)
 



1.1  net-misc/miniupnpd/miniupnpd-1.9_pre20140422.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/miniupnpd/miniupnpd-1.9_pre20140422.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/miniupnpd/miniupnpd-1.9_pre20140422.ebuild?rev=1.1content-type=text/plain

Index: miniupnpd-1.9_pre20140422.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/miniupnpd/miniupnpd-1.9_pre20140422.ebuild,v 
1.1 2014/05/10 09:25:26 gurligebis Exp $

EAPI=5

inherit eutils toolchain-funcs

MY_PV=1.8.20140422
MY_P=${PN}-${MY_PV}

DESCRIPTION=MiniUPnP IGD Daemon
HOMEPAGE=http://miniupnp.free.fr/;
SRC_URI=http://miniupnp.free.fr/files/${MY_P}.tar.gz;

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~arm ~x86
IUSE=

RDEPEND==net-firewall/iptables-1.4.6
net-libs/libnfnetlink
DEPEND=${RDEPEND}
sys-apps/util-linux
sys-apps/lsb-release

S=${WORKDIR}/${MY_P}

src_prepare() {
epatch ${FILESDIR}/${PN}-1.9-cleanup.patch
epatch ${FILESDIR}/${PN}-1.9-build.patch
mv Makefile.linux Makefile || die
}

src_configure() {
tc-export CC
export STRIP=true

emake config.h
sed -i -r \
-e '/#define ENABLE_LEASEFILE/s:(/[*]|[*]/)::g' \
config.h || die
}

src_compile() {
# By default, it builds a bunch of unittests we don't run.
emake CC=$(tc-getCC) miniupnpd
}

src_install() {
emake install PREFIX=${ED}

newinitd ${FILESDIR}/${PN}-init.d ${PN}
newconfd ${FILESDIR}/${PN}-conf.d ${PN}
}

pkg_postinst() {
elog Please correct the external interface in the top of the two
elog scripts in /etc/miniupnpd and edit the config file in there too
}






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

2014-05-10 Thread Pavlos Ratis
commit: 1ae13ce3a89699675d9e1fcfd5f2d6dc7bb79bc6
Author: Pavlos Ratis dastergon AT gentoo DOT org
AuthorDate: Sat May 10 09:59:48 2014 +
Commit: Pavlos Ratis dastergon AT gentoo DOT org
CommitDate: Sat May 10 09:59:48 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=1ae13ce3

repositories.xml: add bliss-overlay, bug 509430

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

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index bea413e..4aca395 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -597,6 +597,18 @@
 source type=gitgit://gitorious.org/jasiu/bleeding-edge.git/source
   /repo
   repo quality=experimental status=unofficial
+namebliss-overlay/name
+descriptionFearedBliss's Gentoo Overlay/description
+homepagehttps://github.com/fearedbliss/homepage
+owner
+emailjvasquez1...@gmail.com/email
+/owner
+source 
type=githttps://github.com/fearedbliss/bliss-overlay.git/source
+source type=gitgit://github.com:fearedbliss/bliss-overlay.gitsource
+source type=gitg...@github.com:fearedbliss/bliss-overlay.git/source
+
feedhttps://github.com/fearedbliss/bliss-overlay/commits/master.atom/feed
+  /repo
+  repo quality=experimental status=unofficial
 name![CDATA[blueicefield]]/name
 description lang=en![CDATA[Overlay for some packages specific to web 
servers (PECL, Mongo..)]]/description
 
homepagehttp://git.overlays.gentoo.org/gitweb/?p=user/blueicefield.git;a=summary/homepage



[gentoo-commits] gentoo-x86 commit in sys-devel/llvm: llvm-3.4.1.ebuild ChangeLog

2014-05-10 Thread Michal Gorny (mgorny)
mgorny  14/05/10 10:06:57

  Modified: llvm-3.4.1.ebuild ChangeLog
  Log:
  Bump subslot since library name changes anyway. Unnecessarily.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  sys-devel/llvm/llvm-3.4.1.ebuild

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

Index: llvm-3.4.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- llvm-3.4.1.ebuild   10 May 2014 02:04:00 -  1.2
+++ llvm-3.4.1.ebuild   10 May 2014 10:06:57 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.1.ebuild,v 1.2 
2014/05/10 02:04:00 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.1.ebuild,v 1.3 
2014/05/10 10:06:57 mgorny Exp $
 
 EAPI=5
 
@@ -21,7 +21,7 @@
!doc? ( http://dev.gentoo.org/~mgorny/dist/${PN}-3.4-manpages.tar.bz2 )
 
 LICENSE=UoI-NCSA
-SLOT=0/3.4
+SLOT=0/3.4.1
 KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd 
~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos
 IUSE=clang debug doc gold +libffi multitarget ncurses ocaml python
+static-analyzer test udis86 xml video_cards_radeon



1.195sys-devel/llvm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.195view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.195content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.194r2=1.195

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -r1.194 -r1.195
--- ChangeLog   10 May 2014 02:04:00 -  1.194
+++ ChangeLog   10 May 2014 10:06:57 -  1.195
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/llvm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.194 2014/05/10 
02:04:00 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.195 2014/05/10 
10:06:57 mgorny Exp $
+
+  10 May 2014; Michał Górny mgo...@gentoo.org llvm-3.4.1.ebuild:
+  Bump subslot since library name changes anyway. Unnecessarily.
 
   10 May 2014; Mike Gilbert flop...@gentoo.org llvm-3.4.1.ebuild:
   Fix PDEPEND on clang.






[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-soundlibs: emul-linux-x86-soundlibs-20140508.ebuild emul-linux-x86-soundlibs-20140406-r1.ebuild ChangeLog

2014-05-10 Thread Michal Gorny (mgorny)
mgorny  14/05/10 10:06:35

  Modified: emul-linux-x86-soundlibs-20140508.ebuild
emul-linux-x86-soundlibs-20140406-r1.ebuild
ChangeLog
  Log:
  Accept multilib bluez-4 as well.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.4  
app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140508.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140508.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140508.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140508.ebuild?r1=1.3r2=1.4

Index: emul-linux-x86-soundlibs-20140508.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140508.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- emul-linux-x86-soundlibs-20140508.ebuild9 May 2014 19:03:35 -   
1.3
+++ emul-linux-x86-soundlibs-20140508.ebuild10 May 2014 10:06:35 -  
1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140508.ebuild,v
 1.3 2014/05/09 19:03:35 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140508.ebuild,v
 1.4 2014/05/10 10:06:35 mgorny Exp $
 
 EAPI=5
 inherit emul-linux-x86
@@ -40,7 +40,10 @@
=media-libs/libao-1.1.0-r1[abi_x86_32(-)]
=media-libs/alsa-oss-1.0.25-r1[abi_x86_32(-)]
=media-plugins/alsa-plugins-1.0.27-r2[abi_x86_32(-)]
-   =net-wireless/bluez-5.18-r1[abi_x86_32(-)]
+   || (
+   =net-wireless/bluez-5.18-r1[abi_x86_32(-)]
+   =net-wireless/bluez-4.101-r9[abi_x86_32(-)]
+   )
pulseaudio? ( =media-sound/pulseaudio-4.0-r1[abi_x86_32(-)] )
)
 



1.3  
app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild?r1=1.2r2=1.3

Index: emul-linux-x86-soundlibs-20140406-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- emul-linux-x86-soundlibs-20140406-r1.ebuild 9 May 2014 19:03:35 -   
1.2
+++ emul-linux-x86-soundlibs-20140406-r1.ebuild 10 May 2014 10:06:35 -  
1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild,v
 1.2 2014/05/09 19:03:35 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild,v
 1.3 2014/05/10 10:06:35 mgorny Exp $
 
 EAPI=5
 inherit emul-linux-x86
@@ -40,7 +40,10 @@
=media-libs/libao-1.1.0-r1[abi_x86_32(-)]
=media-libs/alsa-oss-1.0.25-r1[abi_x86_32(-)]
=media-plugins/alsa-plugins-1.0.27-r2[abi_x86_32(-)]
-   =net-wireless/bluez-5.18-r1[abi_x86_32(-)]
+   || (
+   =net-wireless/bluez-5.18-r1[abi_x86_32(-)]
+   =net-wireless/bluez-4.101-r9[abi_x86_32(-)]
+   )
pulseaudio? ( =media-sound/pulseaudio-4.0-r1[abi_x86_32(-)] )
)
 



1.121app-emulation/emul-linux-x86-soundlibs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?rev=1.121view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?rev=1.121content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?r1=1.120r2=1.121

Index: ChangeLog

[gentoo-commits] gentoo-x86 commit in x11-misc/lightdm: lightdm-1.10.1.ebuild ChangeLog

2014-05-10 Thread Markos Chandras (hwoarang)
hwoarang14/05/10 10:14:51

  Modified: ChangeLog
  Added:lightdm-1.10.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.90 x11-misc/lightdm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog   20 Apr 2014 10:19:10 -  1.89
+++ ChangeLog   10 May 2014 10:14:51 -  1.90
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/lightdm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.89 
2014/04/20 10:19:10 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.90 
2014/05/10 10:14:51 hwoarang Exp $
+
+*lightdm-1.10.1 (10 May 2014)
+
+  10 May 2014; Markos Chandras hwoar...@gentoo.org +lightdm-1.10.1.ebuild:
+  Version bump
 
 *lightdm-1.4.0-r2 (20 Apr 2014)
 



1.1  x11-misc/lightdm/lightdm-1.10.1.ebuild

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

Index: lightdm-1.10.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.10.1.ebuild,v 1.1 
2014/05/10 10:14:51 hwoarang Exp $

EAPI=5
inherit autotools eutils pam readme.gentoo systemd

TRUNK_VERSION=1.10
DESCRIPTION=A lightweight display manager
HOMEPAGE=http://www.freedesktop.org/wiki/Software/LightDM;
SRC_URI=http://launchpad.net/${PN}/${TRUNK_VERSION}/${PV}/+download/${P}.tar.xz
mirror://gentoo/introspection-20110205.m4.tar.bz2

LICENSE=GPL-3 LGPL-3
SLOT=0
KEYWORDS=~amd64 ~arm ~ppc ~x86
IUSE=+gtk +introspection kde qt4 razor
REQUIRED_USE=|| ( gtk kde razor )

COMMON_DEPEND==dev-libs/glib-2.32.3:2
dev-libs/libxml2
sys-apps/accountsservice
virtual/pam
x11-libs/libX11
=x11-libs/libxklavier-5
introspection? ( =dev-libs/gobject-introspection-1 )
qt4? (
dev-qt/qtcore:4
dev-qt/qtdbus:4
dev-qt/qtgui:4
)
RDEPEND=${COMMON_DEPEND}
=sys-auth/pambase-20101024-r2
DEPEND=${COMMON_DEPEND}
dev-util/gtk-doc-am
dev-util/intltool
gnome-base/gnome-common
sys-devel/gettext
virtual/pkgconfig
PDEPEND=gtk? ( x11-misc/lightdm-gtk-greeter )
kde? ( x11-misc/lightdm-kde )
razor? ( razorqt-base/razorqt-lightdm-greeter )

DOCS=( NEWS )
RESTRICT=test

src_prepare() {
sed -i -e 's:getgroups:lightdm_:' tests/src/libsystem.c || die #412369
sed -i -e '/minimum-uid/s:500:1000:' data/users.conf || die

einfo Fixing the session-wrapper variable in lightdm.conf
sed -i -e \
/session-wrapper/s@^.*@session-wrapper=/etc/${PN}/Xsession@ \
data/lightdm.conf || die Failed to fix lightdm.conf

epatch_user

# Remove bogus Makefile statement. This needs to go upstream
sed -i /@YELP_HELP_RULES@/d help/Makefile.am || die
if has_version dev-libs/gobject-introspection; then
eautoreconf
else
AT_M4DIR=${WORKDIR} eautoreconf
fi
}

src_configure() {
# Set default values if global vars unset
local _greeter _session _user
_greeter=${LIGHTDM_GREETER:=lightdm-gtk-greeter}
_session=${LIGHTDM_SESSION:=gnome}
_user=${LIGHTDM_USER:=root}
# Let user know how lightdm is configured
einfo Gentoo configuration
einfo Default greeter: ${_greeter}
einfo Default session: ${_session}
einfo Greeter user: ${_user}

# also disable tests because libsystem.c does not build. Tests are
# restricted so it does not matter anyway.
econf \
--localstatedir=/var \
--disable-static \
--disable-tests \
$(use_enable introspection) \
$(use_enable qt4 liblightdm-qt) \
--disable-liblightdm-qt5 \
--with-user-session=${_session} \
--with-greeter-session=${_greeter} \
--with-greeter-user=${_user} \

[gentoo-commits] gentoo-x86 commit in x11-misc/lightdm-gtk-greeter: lightdm-gtk-greeter-1.8.5.ebuild ChangeLog lightdm-gtk-greeter-1.8.2.ebuild lightdm-gtk-greeter-1.8.1.ebuild

2014-05-10 Thread Markos Chandras (hwoarang)
hwoarang14/05/10 10:16:12

  Modified: ChangeLog
  Added:lightdm-gtk-greeter-1.8.5.ebuild
  Removed:  lightdm-gtk-greeter-1.8.2.ebuild
lightdm-gtk-greeter-1.8.1.ebuild
  Log:
  Version bump. Remove old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.25 x11-misc/lightdm-gtk-greeter/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog?rev=1.25view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog?rev=1.25content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog?r1=1.24r2=1.25

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   8 Apr 2014 21:40:28 -   1.24
+++ ChangeLog   10 May 2014 10:16:12 -  1.25
@@ -1,6 +1,13 @@
 # ChangeLog for x11-misc/lightdm-gtk-greeter
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog,v 
1.24 2014/04/08 21:40:28 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog,v 
1.25 2014/05/10 10:16:12 hwoarang Exp $
+
+*lightdm-gtk-greeter-1.8.5 (10 May 2014)
+
+  10 May 2014; Markos Chandras hwoar...@gentoo.org
+  +lightdm-gtk-greeter-1.8.5.ebuild, -lightdm-gtk-greeter-1.8.1.ebuild,
+  -lightdm-gtk-greeter-1.8.2.ebuild:
+  Version bump. Remove old
 
 *lightdm-gtk-greeter-1.8.4 (08 Apr 2014)
 



1.1  
x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-1.8.5.ebuild

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

Index: lightdm-gtk-greeter-1.8.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-1.8.5.ebuild,v
 1.1 2014/05/10 10:16:12 hwoarang Exp $

EAPI=4

inherit versionator

DESCRIPTION=LightDM GTK+ Greeter
HOMEPAGE=http://launchpad.net/lightdm-gtk-greeter;
SRC_URI=http://launchpad.net/lightdm-gtk-greeter/$(get_version_component_range 
1-2)/${PV}/+download/${P}.tar.gz branding? (
http://dev.gentoo.org/~hwoarang/distfiles/lightdm-gentoo-patch-2.tar.gz )

LICENSE=GPL-3 LGPL-3
branding? ( CC-BY-3.0 )
SLOT=0
KEYWORDS=~amd64 ~arm ~ppc ~x86
IUSE=branding

DEPEND=x11-libs/gtk+:3
=x11-misc/lightdm-1.2.2
RDEPEND=!!x11-misc/lightdm-1.1.1
x11-libs/gtk+:3
=x11-misc/lightdm-1.2.2
x11-themes/gnome-themes-standard
x11-themes/gnome-icon-theme

GENTOO_BG=gentoo-bg_65.jpg

src_prepare() {
# Ok, this has to be fixed in the tarball but I am too lazy to do it.
# I will fix this once I decide to update the tarball with a new gentoo
# background
# Bug #404467
if use branding; then
sed -i -e /xft-hintstyle/s:slight:hintslight: \
${WORKDIR}/${PN}.conf || die
fi
}

src_install() {
default

if use branding; then
insinto /etc/lightdm/
doins ${WORKDIR}/${PN}.conf
insinto /usr/share/lightdm/backgrounds/
doins ${WORKDIR}/${GENTOO_BG}
sed -i -e \

/background/s:=.*:=/usr/share/lightdm/backgrounds/${GENTOO_BG}: \
${D}/etc/lightdm/${PN}.conf || die
newdoc ${WORKDIR}/README.txt README-background.txt
fi
}






[gentoo-commits] gentoo-x86 commit in net-libs/rb_libtorrent: rb_libtorrent-0.16.16.ebuild ChangeLog

2014-05-10 Thread Markos Chandras (hwoarang)
hwoarang14/05/10 10:16:46

  Modified: ChangeLog
  Added:rb_libtorrent-0.16.16.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.173net-libs/rb_libtorrent/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.173view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.173content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?r1=1.172r2=1.173

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- ChangeLog   15 Mar 2014 16:49:36 -  1.172
+++ ChangeLog   10 May 2014 10:16:46 -  1.173
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/rb_libtorrent
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.172 
2014/03/15 16:49:36 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.173 
2014/05/10 10:16:46 hwoarang Exp $
+
+*rb_libtorrent-0.16.16 (10 May 2014)
+
+  10 May 2014; Markos Chandras hwoar...@gentoo.org
+  +rb_libtorrent-0.16.16.ebuild:
+  Version bump
 
   15 Mar 2014; Markos Chandras hwoar...@gentoo.org
   -rb_libtorrent-0.16.12.ebuild, -rb_libtorrent-0.16.13.ebuild,



1.1  net-libs/rb_libtorrent/rb_libtorrent-0.16.16.ebuild

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

Index: rb_libtorrent-0.16.16.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.16.ebuild,v 
1.1 2014/05/10 10:16:46 hwoarang Exp $

EAPI=4
PYTHON_DEPEND=python? 2:2.6
PYTHON_USE_WITH=threads
PYTHON_USE_WITH_OPT=python

inherit multilib python versionator

MY_P=${P/rb_/}
MY_P=${MY_P/torrent/torrent-rasterbar}
S=${WORKDIR}/${MY_P}

DESCRIPTION=C++ BitTorrent implementation focusing on efficiency and 
scalability
HOMEPAGE=http://www.rasterbar.com/products/libtorrent/;
SRC_URI=mirror://sourceforge/libtorrent/${MY_P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
IUSE=debug doc examples python ssl static-libs
RESTRICT=test

DEPEND==dev-libs/boost-1.48[python?,threads(+)]
=sys-devel/libtool-2.2
sys-libs/zlib
examples? ( !net-p2p/mldonkey )
ssl? ( dev-libs/openssl )
RDEPEND=${DEPEND}

pkg_setup() {
if use python; then
python_set_active_version 2
python_pkg_setup
fi
}

src_prepare() {
use python  python_convert_shebangs -r 2 .
}

src_configure() {
local myconf

# bug 441842
myconf=--disable-silent-rules

# use multi-threading versions of boost libs
if has_version '=dev-libs/boost-1.52.0-r1'; then
myconf+= --with-boost-python=boost_python-${PYTHON_ABI}
else
myconf+= --with-boost-system=boost_system-mt \
--with-boost-python=boost_python-${PYTHON_ABI}-mt
fi

local LOGGING
use debug  myconf+= --enable-logging=verbose

econf $(use_enable debug) \
$(use_enable test tests) \
$(use_enable examples) \
$(use_enable python python-binding) \
$(use_enable ssl encryption) \
$(use_enable static-libs static) \
--with-boost-libdir=/usr/$(get_libdir) \
${myconf}
}

src_install() {
emake DESTDIR=${D} install
use static-libs || find ${D} -name '*.la' -exec rm -f {} +
dodoc ChangeLog AUTHORS NEWS README
if use doc; then
dohtml docs/*
fi
}






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

2014-05-10 Thread Michal Gorny (mgorny)
mgorny  14/05/10 10:18:53

  Modified: ChangeLog package.mask
  Log:
  Mask broken LLVM temporarily.

Revision  ChangesPath
1.8940   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8939
retrieving revision 1.8940
diff -u -r1.8939 -r1.8940
--- ChangeLog   10 May 2014 00:21:50 -  1.8939
+++ ChangeLog   10 May 2014 10:18:52 -  1.8940
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8939 2014/05/10 
00:21:50 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8940 2014/05/10 
10:18:52 mgorny 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!
 
+  10 May 2014; Michał Górny mgo...@gentoo.org package.mask:
+  Mask broken LLVM temporarily.
+
   10 May 2014; Johannes Huber j...@gentoo.org package.mask:
   Remove obsolete mask on games-puzzle/krosswordpuzzle.
 



1.15668  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15667
retrieving revision 1.15668
diff -u -r1.15667 -r1.15668
--- package.mask10 May 2014 00:21:50 -  1.15667
+++ package.mask10 May 2014 10:18:53 -  1.15668
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15667 2014/05/10 
00:21:50 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15668 2014/05/10 
10:18:53 mgorny 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 ---
 
+# Michał Górny mgo...@gentoo.org (10 May 2014)
+# Broken compatibility symlink in this version. A fix is on its way
+# but it will take me a while to test it.
+=sys-devel/clang-3.4.1-r100
+=sys-devel/llvm-3.4.1
+
 # Ulrich Müller u...@gentoo.org (08 May 2014)
 # SLOTs 21 and 22 of app-editors/emacs, corresponding to
 # GNU Emacs versions 21.4 and 22.3. These versions were






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

2014-05-10 Thread Pavlos Ratis
commit: 34d262e5bb3176ae119ce5422dc9f5d26d2630a8
Author: Pavlos Ratis dastergon AT gentoo DOT org
AuthorDate: Sat May 10 10:29:33 2014 +
Commit: Pavlos Ratis dastergon AT gentoo DOT org
CommitDate: Sat May 10 10:29:33 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=34d262e5

add WebOS overlay, bug 508760

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

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 4aca395..7bd92df 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -5462,6 +5462,19 @@
 feedhttp://overlays.gentoo.org/proj/webapps/timeline/feed
   /repo
   repo quality=experimental status=unofficial
+namewebos/name
+descriptionPorted Open WebOS components and libraries/description
+homepagehttps://github.com/feniksa/gentoo_webos/homepage
+owner
+emailfeni...@rambler.ru/email
+nameMaksym Sditanov/name
+/owner
+source type=githttps://github.com/feniksa/gentoo_webos.git/source
+source type=gitgit://github.com:feniksa/gentoo_webos.gitsource
+source type=gitg...@github.com:feniksa/gentoo_webos.git/source
+feedhttps://github.com/feniksa/gentoo_webos/commits/master.atom/feed
+  /repo
+ repo quality=experimental status=unofficial
 name![CDATA[wine-diablo3]]/name
 description lang=en![CDATA[A gentoo overlay containing patches needed 
to make diablo3 install and run properly with wine]]/description
 homepagehttps://github.com/simcop2387/wine-diablo3/homepage



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

2014-05-10 Thread Pavlos Ratis
commit: 2ad15dea6d27a4a15dd9cef85d94107c3dff4111
Author: Pavlos Ratis dastergon AT gentoo DOT org
AuthorDate: Sat May 10 10:31:12 2014 +
Commit: Pavlos Ratis dastergon AT gentoo DOT org
CommitDate: Sat May 10 10:31:12 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=2ad15dea

update webos overlay links

---
 files/overlays/repositories.xml | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 7bd92df..56f80a0 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -5464,15 +5464,15 @@
   repo quality=experimental status=unofficial
 namewebos/name
 descriptionPorted Open WebOS components and libraries/description
-homepagehttps://github.com/feniksa/gentoo_webos/homepage
+homepagehttps://github.com/feniksa/webos-overlay/homepage
 owner
 emailfeni...@rambler.ru/email
 nameMaksym Sditanov/name
 /owner
-source type=githttps://github.com/feniksa/gentoo_webos.git/source
-source type=gitgit://github.com:feniksa/gentoo_webos.gitsource
-source type=gitg...@github.com:feniksa/gentoo_webos.git/source
-feedhttps://github.com/feniksa/gentoo_webos/commits/master.atom/feed
+source type=githttps://github.com/feniksa/webos-overlay.git/source
+source type=gitgit://github.com:feniksa/webos-overlay.gitsource
+source type=gitg...@github.com:feniksa/webos-overlay.git/source
+feedhttps://github.com/feniksa/webos-overlay/commits/master.atom/feed
   /repo
  repo quality=experimental status=unofficial
 name![CDATA[wine-diablo3]]/name



[gentoo-commits] gentoo-x86 commit in dev-util/peg: peg-0.1.15.ebuild ChangeLog

2014-05-10 Thread Jauhien Piatlicki (jauhien)
jauhien 14/05/10 10:52:40

  Modified: peg-0.1.15.ebuild ChangeLog
  Log:
  fixes in ebuild: thanks to jlec
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB2EFA1D4)

Revision  ChangesPath
1.2  dev-util/peg/peg-0.1.15.ebuild

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

Index: peg-0.1.15.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/peg/peg-0.1.15.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- peg-0.1.15.ebuild   9 May 2014 21:47:14 -   1.1
+++ peg-0.1.15.ebuild   10 May 2014 10:52:39 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/peg/peg-0.1.15.ebuild,v 1.1 
2014/05/09 21:47:14 jauhien Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/peg/peg-0.1.15.ebuild,v 1.2 
2014/05/10 10:52:39 jauhien Exp $
 
 EAPI=5
 
@@ -16,9 +16,6 @@
 # FIXME: tests don't respect {C,LD}FLAGS and build stuff in runtime.
 RESTRICT=test
 
-DEPEND=
-RDEPEND=${DEPEND}
-
 src_prepare() {
sed -i \
-e '/strip/d' \
@@ -28,7 +25,7 @@
 }
 
 src_install() {
-   mkdir -p ${D}/usr/bin || die mkdir failed
+   dodir /usr/bin
emake ROOT=${D} PREFIX=/usr install
rm -rf ${D}/usr/man || die rm failed
doman src/${PN}.1



1.4  dev-util/peg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/peg/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   9 May 2014 21:47:14 -   1.3
+++ ChangeLog   10 May 2014 10:52:39 -  1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/peg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/peg/ChangeLog,v 1.3 2014/05/09 
21:47:14 jauhien Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/peg/ChangeLog,v 1.4 2014/05/10 
10:52:39 jauhien Exp $
+
+  10 May 2014;  jauh...@gentoo.org peg-0.1.15.ebuild:
+  fixes in ebuild: thanks to jlec
 
 *peg-0.1.15 (09 May 2014)
 






[gentoo-commits] gentoo-x86 commit in media-libs/jasper: jasper-1.900.1-r6.ebuild ChangeLog

2014-05-10 Thread Sergei Trofimovich (slyfox)
slyfox  14/05/10 11:30:32

  Modified: jasper-1.900.1-r6.ebuild ChangeLog
  Log:
  Fix picking wrong libdir for X11 libs in USE=opengl ABI_X86='32 64' case.
  
  (Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with 
key 611FF3AA)

Revision  ChangesPath
1.4  media-libs/jasper/jasper-1.900.1-r6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jasper/jasper-1.900.1-r6.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jasper/jasper-1.900.1-r6.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jasper/jasper-1.900.1-r6.ebuild?r1=1.3r2=1.4

Index: jasper-1.900.1-r6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/jasper/jasper-1.900.1-r6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jasper-1.900.1-r6.ebuild9 Nov 2013 12:15:19 -   1.3
+++ jasper-1.900.1-r6.ebuild10 May 2014 11:30:31 -  1.4
@@ -1,9 +1,13 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/jasper/jasper-1.900.1-r6.ebuild,v 1.3 
2013/11/09 12:15:19 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/jasper/jasper-1.900.1-r6.ebuild,v 1.4 
2014/05/10 11:30:31 slyfox Exp $
 
 EAPI=5
 
+# outdated './configure': breaks in 'USE=opengl ABI_X86=32 64' case:
+#  uses /usr/lib64 for 32-bit ABI.
+AUTOTOOLS_AUTORECONF=yes
+
 inherit autotools-multilib
 
 DESCRIPTION=software-based implementation of the codec specified in the 
JPEG-2000 Part-1 standard



1.80 media-libs/jasper/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/jasper/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog   9 Nov 2013 12:15:19 -   1.79
+++ ChangeLog   10 May 2014 11:30:31 -  1.80
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/jasper
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jasper/ChangeLog,v 1.79 
2013/11/09 12:15:19 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jasper/ChangeLog,v 1.80 
2014/05/10 11:30:31 slyfox Exp $
+
+  10 May 2014; Sergei Trofimovich sly...@gentoo.org jasper-1.900.1-r6.ebuild:
+  Fix picking wrong libdir for X11 libs in USE=opengl ABI_X86='32 64' case.
 
   09 Nov 2013; Justin Lecher j...@gentoo.org jasper-1.900.1-r6.ebuild:
   Fix multilib support, #458380






[gentoo-commits] gentoo-x86 commit in dev-util/spec-cleaner: spec-cleaner-0.5.6.ebuild ChangeLog spec-cleaner-0.5.3.ebuild

2014-05-10 Thread Tomas Chvatal (scarabeus)
scarabeus14/05/10 11:31:04

  Modified: ChangeLog
  Added:spec-cleaner-0.5.6.ebuild
  Removed:  spec-cleaner-0.5.3.ebuild
  Log:
  Version bump to latest release. Remove older.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
8EEE3BE8)

Revision  ChangesPath
1.4  dev-util/spec-cleaner/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/spec-cleaner/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/spec-cleaner/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/spec-cleaner/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/spec-cleaner/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   13 Jan 2014 13:17:33 -  1.3
+++ ChangeLog   10 May 2014 11:31:04 -  1.4
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/spec-cleaner
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/spec-cleaner/ChangeLog,v 1.3 
2014/01/13 13:17:33 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/spec-cleaner/ChangeLog,v 1.4 
2014/05/10 11:31:04 scarabeus Exp $
+
+*spec-cleaner-0.5.6 (10 May 2014)
+
+  10 May 2014; Tomáš Chvátal scarab...@gentoo.org +spec-cleaner-0.5.6.ebuild,
+  -spec-cleaner-0.5.3.ebuild:
+  Version bump to latest release. Remove older.
 
 *spec-cleaner-0.5.3 (13 Jan 2014)
 



1.1  dev-util/spec-cleaner/spec-cleaner-0.5.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/spec-cleaner/spec-cleaner-0.5.6.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/spec-cleaner/spec-cleaner-0.5.6.ebuild?rev=1.1content-type=text/plain

Index: spec-cleaner-0.5.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/spec-cleaner/spec-cleaner-0.5.6.ebuild,v 1.1 
2014/05/10 11:31:04 scarabeus Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
EGIT_REPO_URI=https://github.com/openSUSE/spec-cleaner.git;
inherit python-single-r1 multilib
[[ ${PV} ==  ]]  inherit git-r3

DESCRIPTION=SUSE spec file cleaner and formatter
HOMEPAGE=https://github.com/openSUSE/spec-cleaner;
[[ ${PV} !=  ]]  
SRC_URI=https://github.com/openSUSE/${PN}/archive/${P}.tar.gz;

LICENSE=BSD
SLOT=0
[[ ${PV} !=  ]]  \
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND=${DEPEND}
${PYTHON_DEPS}


[[ ${PV} !=  ]]  S=${WORKDIR}/${PN}-${P}

src_compile() {
:
}

src_install() {
emake DESTDIR=${D} install \
LIBEXECDIR=/usr/libexec/ \
LIBDIR=/usr/$(get_libdir) \
SITEDIR=$(python_get_sitedir)

python_fix_shebang ${D}
}

src_test() {
emake check
}






[gentoo-commits] gentoo-x86 commit in mate-base/mate-desktop: mate-desktop-1.8.1-r1.ebuild ChangeLog mate-desktop-1.8.1.ebuild mate-desktop-1.8.0.ebuild

2014-05-10 Thread Tom Wijsman (tomwij)
tomwij  14/05/10 11:36:46

  Modified: ChangeLog
  Added:mate-desktop-1.8.1-r1.ebuild
  Removed:  mate-desktop-1.8.1.ebuild mate-desktop-1.8.0.ebuild
  Log:
  Bring over changes from the revision bump, remove old revisions; fixes bug 
#509756, comment #4.
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 
6D34E57D)

Revision  ChangesPath
1.10 mate-base/mate-desktop/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-desktop/ChangeLog?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-desktop/ChangeLog?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-desktop/ChangeLog?r1=1.9r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mate-base/mate-desktop/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   9 May 2014 11:51:36 -   1.9
+++ ChangeLog   10 May 2014 11:36:46 -  1.10
@@ -1,6 +1,13 @@
 # ChangeLog for mate-base/mate-desktop
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-desktop/ChangeLog,v 1.9 
2014/05/09 11:51:36 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-desktop/ChangeLog,v 1.10 
2014/05/10 11:36:46 tomwij Exp $
+
+*mate-desktop-1.8.1-r1 (10 May 2014)
+
+  10 May 2014; Tom Wijsman tom...@gentoo.org +mate-desktop-1.8.1-r1.ebuild,
+  -mate-desktop-1.8.0.ebuild, -mate-desktop-1.8.1.ebuild:
+  Bring over changes from the revision bump, remove old revisions; fixes bug
+  #509756, comment #4.
 
 *mate-desktop-1.8.1 (09 May 2014)
 



1.1  mate-base/mate-desktop/mate-desktop-1.8.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-desktop/mate-desktop-1.8.1-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-desktop/mate-desktop-1.8.1-r1.ebuild?rev=1.1content-type=text/plain

Index: mate-desktop-1.8.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/mate-base/mate-desktop/mate-desktop-1.8.1-r1.ebuild,v 
1.1 2014/05/10 11:36:46 tomwij Exp $

EAPI=5

GCONF_DEBUG=yes
GNOME2_LA_PUNT=yes

PYTHON_COMPAT=( python2_6 python2_7 )

inherit gnome2 multilib python-r1 versionator

MATE_BRANCH=$(get_version_component_range 1-2)

SRC_URI=http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
DESCRIPTION=Libraries for the MATE desktop that are not part of the UI
HOMEPAGE=http://mate-desktop.org;

LICENSE=GPL-2 FDL-1.1 LGPL-2
SLOT=0
KEYWORDS=~amd64

IUSE=X startup-notification

RDEPEND=${PYTHON_DEPS}
=dev-libs/glib-2.34:2
=dev-libs/libunique-1:1
x11-libs/cairo:0
=x11-libs/gdk-pixbuf-2.4:2
=x11-libs/gtk+-2.24:2
x11-libs/libX11:0
=x11-libs/libXrandr-1.2:0
virtual/libintl:0
startup-notification? ( =x11-libs/startup-notification-0.5:0 )

DEPEND=${RDEPEND}
app-text/docbook-xml-dtd:4.1.2
app-text/yelp-tools:0
=dev-util/intltool-0.40:*
=gnome-base/dconf-0.10:0
sys-devel/gettext:*
=x11-proto/randrproto-1.2:0
x11-proto/xproto:0
virtual/pkgconfig:*

src_configure() {
gnome2_src_configure \
--enable-mate-about \
--enable-mate-conf-import \
--disable-desktop-docs \
--with-gtk=2.0 \
$(use_with X x) \
$(use_enable startup-notification)
}

DOCS=AUTHORS ChangeLog HACKING NEWS README

src_install() {
gnome2_src_install

python_replicate_script ${ED}/usr/bin/mate-conf-import

# Remove installed files that cause collissions.
rm -rf ${ED}/usr/share/help/C/{lgpl,gpl,fdl}
}






[gentoo-commits] gentoo-x86 commit in app-laptop/laptop-mode-tools: laptop-mode-tools-1.64.ebuild ChangeLog

2014-05-10 Thread Samuli Suominen (ssuominen)
ssuominen14/05/10 11:41:37

  Modified: laptop-mode-tools-1.64.ebuild ChangeLog
  Log:
  sys-apps/which is required for finding udevadm, as per 
Documentation/revision-history.txt * Replace hardcoded path to udevadm with 
which udevadm.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.3  app-laptop/laptop-mode-tools/laptop-mode-tools-1.64.ebuild

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

Index: laptop-mode-tools-1.64.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-laptop/laptop-mode-tools/laptop-mode-tools-1.64.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- laptop-mode-tools-1.64.ebuild   12 Sep 2013 05:43:52 -  1.2
+++ laptop-mode-tools-1.64.ebuild   10 May 2014 11:41:37 -  1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-laptop/laptop-mode-tools/laptop-mode-tools-1.64.ebuild,v
 1.2 2013/09/12 05:43:52 alonbl Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-laptop/laptop-mode-tools/laptop-mode-tools-1.64.ebuild,v
 1.3 2014/05/10 11:41:37 ssuominen Exp $
 
 EAPI=5
 inherit eutils multilib systemd udev
@@ -19,6 +19,7 @@
 RDEPEND=net-wireless/wireless-tools
sys-apps/ethtool
sys-apps/hdparm
+   sys-apps/which
acpi? ( sys-power/acpid )
apm? ( sys-apps/apmd )
bluetooth? ( net-wireless/bluez:= )



1.84 app-laptop/laptop-mode-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/laptop-mode-tools/ChangeLog?rev=1.84view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/laptop-mode-tools/ChangeLog?rev=1.84content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/laptop-mode-tools/ChangeLog?r1=1.83r2=1.84

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-laptop/laptop-mode-tools/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog   12 Sep 2013 05:43:52 -  1.83
+++ ChangeLog   10 May 2014 11:41:37 -  1.84
@@ -1,6 +1,11 @@
 # ChangeLog for app-laptop/laptop-mode-tools
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/laptop-mode-tools/ChangeLog,v 
1.83 2013/09/12 05:43:52 alonbl Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/laptop-mode-tools/ChangeLog,v 
1.84 2014/05/10 11:41:37 ssuominen Exp $
+
+  10 May 2014; Samuli Suominen ssuomi...@gentoo.org
+  laptop-mode-tools-1.64.ebuild:
+  sys-apps/which is required for finding udevadm, as per 
Documentation/revision-
+  history.txt * Replace hardcoded path to udevadm with which udevadm.
 
   12 Sep 2013; Alon Bar-Lev alo...@gentoo.org laptop-mode-tools-1.64.ebuild:
   Fix README issue, bug#484616, thanks to Manuel Rüger






[gentoo-commits] gentoo-x86 commit in app-admin/haskell-updater: haskell-updater-1.2.1.ebuild ChangeLog

2014-05-10 Thread Sergei Trofimovich (slyfox)
slyfox  14/05/10 11:44:13

  Modified: haskell-updater-1.2.1.ebuild ChangeLog
  Log:
  Allow Cabal-1.20.
  
  (Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with 
key 611FF3AA)

Revision  ChangesPath
1.8  app-admin/haskell-updater/haskell-updater-1.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.1.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.1.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.1.ebuild?r1=1.7r2=1.8

Index: haskell-updater-1.2.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- haskell-updater-1.2.1.ebuild19 Mar 2014 13:38:37 -  1.7
+++ haskell-updater-1.2.1.ebuild10 May 2014 11:44:13 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.1.ebuild,v
 1.7 2014/03/19 13:38:37 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.1.ebuild,v
 1.8 2014/05/10 11:44:13 slyfox Exp $
 
 EAPI=5
 
@@ -34,7 +34,7 @@
 
# for ghc snapshots (usually come with unstable Cabal API)
cabal_chdeps \
-   'Cabal = 1.8   1.19' 'Cabal = 1.8   1.20' \
+   'Cabal = 1.8   1.19' 'Cabal = 1.8   1.21' \
'process 1.2' 'process 1.3'
 }
 



1.71 app-admin/haskell-updater/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?rev=1.71view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?rev=1.71content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?r1=1.70r2=1.71

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog   19 Mar 2014 13:38:37 -  1.70
+++ ChangeLog   10 May 2014 11:44:13 -  1.71
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/haskell-updater
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v 1.70 
2014/03/19 13:38:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v 1.71 
2014/05/10 11:44:13 slyfox Exp $
+
+  10 May 2014; Sergei Trofimovich sly...@gentoo.org
+  haskell-updater-1.2.1.ebuild:
+  Allow Cabal-1.20.
 
   19 Mar 2014; Agostino Sarubbo a...@gentoo.org haskell-updater-1.2.1.ebuild:
   Stable for ia64, wrt bug #502602






[gentoo-commits] gentoo-x86 commit in dev-haskell/tls: tls-1.2.7.ebuild ChangeLog

2014-05-10 Thread Sergei Trofimovich (slyfox)
slyfox  14/05/10 11:45:51

  Modified: ChangeLog
  Added:tls-1.2.7.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with 
key 611FF3AA)

Revision  ChangesPath
1.6  dev-haskell/tls/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/tls/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   9 Mar 2014 13:02:11 -   1.5
+++ ChangeLog   10 May 2014 11:45:51 -  1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/tls
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tls/ChangeLog,v 1.5 2014/03/09 
13:02:11 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tls/ChangeLog,v 1.6 2014/05/10 
11:45:51 slyfox Exp $
+
+*tls-1.2.7 (10 May 2014)
+
+  10 May 2014; Sergei Trofimovich sly...@gentoo.org +tls-1.2.7.ebuild:
+  Version bump.
 
 *tls-1.2.2 (09 Mar 2014)
 



1.1  dev-haskell/tls/tls-1.2.7.ebuild

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

Index: tls-1.2.7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tls/tls-1.2.7.ebuild,v 1.1 
2014/05/10 11:45:51 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.

CABAL_FEATURES=lib profile haddock hoogle hscolour test-suite
inherit haskell-cabal

DESCRIPTION=TLS/SSL protocol native implementation (Server and Client)
HOMEPAGE=http://github.com/vincenthz/hs-tls;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=+compat

RDEPEND=dev-haskell/asn1-encoding:=[profile?]
=dev-haskell/asn1-types-0.2.0:=[profile?]
dev-haskell/byteable:=[profile?]
=dev-haskell/cereal-0.4:=[profile?]
=dev-haskell/cipher-aes-0.2:=[profile?] 
dev-haskell/cipher-aes-0.3:=[profile?]
dev-haskell/cipher-rc4:=[profile?]
dev-haskell/crypto-numbers:=[profile?]
=dev-haskell/crypto-pubkey-0.2.4:=[profile?]
=dev-haskell/crypto-pubkey-types-0.4:=[profile?]
=dev-haskell/crypto-random-0.0:=[profile?] 
dev-haskell/crypto-random-0.1:=[profile?]
=dev-haskell/cryptohash-0.6:=[profile?]
dev-haskell/data-default-class:=[profile?]
dev-haskell/mtl:=[profile?]
dev-haskell/network:=[profile?]
=dev-haskell/x509-1.4.3:=[profile?] dev-haskell/x509-1.5.0:=[profile?]
=dev-haskell/x509-store-1.4.4:=[profile?]
=dev-haskell/x509-validation-1.5.0:=[profile?] 
dev-haskell/x509-validation-1.6.0:=[profile?]
=dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.8
test? ( =dev-haskell/cprng-aes-0.5
dev-haskell/crypto-random
=dev-haskell/quickcheck-2
dev-haskell/test-framework
dev-haskell/test-framework-quickcheck2
dev-haskell/x509
dev-haskell/x509-validation )


src_configure() {
haskell-cabal_src_configure \
$(cabal_flag compat compat)
}






[gentoo-commits] gentoo-x86 commit in dev-haskell/x11/files: x11-1.4.2-with-xinerama.patch

2014-05-10 Thread Sergei Trofimovich (slyfox)
slyfox  14/05/10 11:51:03

  Removed:  x11-1.4.2-with-xinerama.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with 
key 611FF3AA)



[gentoo-commits] gentoo-x86 commit in dev-haskell/x11: x11-1.6.1.2.ebuild ChangeLog x11-1.5.0.0-r1.ebuild x11-1.6.0.2-r1.ebuild x11-1.6.0.2.ebuild x11-1.4.6.1.ebuild x11-1.5.0.1.ebuild x11-1.5.0.0.ebu

2014-05-10 Thread Sergei Trofimovich (slyfox)
slyfox  14/05/10 11:51:03

  Modified: ChangeLog
  Added:x11-1.6.1.2.ebuild
  Removed:  x11-1.5.0.0-r1.ebuild x11-1.6.0.2-r1.ebuild
x11-1.6.0.2.ebuild x11-1.4.6.1.ebuild
x11-1.5.0.1.ebuild x11-1.5.0.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with 
key 611FF3AA)

Revision  ChangesPath
1.34 dev-haskell/x11/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   11 Jan 2014 15:20:19 -  1.33
+++ ChangeLog   10 May 2014 11:51:03 -  1.34
@@ -1,6 +1,14 @@
 # ChangeLog for dev-haskell/x11
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v 1.33 2014/01/11 
15:20:19 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v 1.34 2014/05/10 
11:51:03 slyfox Exp $
+
+*x11-1.6.1.2 (10 May 2014)
+
+  10 May 2014; Sergei Trofimovich sly...@gentoo.org +x11-1.6.1.2.ebuild,
+  -files/x11-1.4.2-with-xinerama.patch, -x11-1.4.6.1.ebuild,
+  -x11-1.5.0.0-r1.ebuild, -x11-1.5.0.0.ebuild, -x11-1.5.0.1.ebuild,
+  -x11-1.6.0.2-r1.ebuild, -x11-1.6.0.2.ebuild:
+  Version bump.
 
   11 Jan 2014; Sergei Trofimovich sly...@gentoo.org x11-1.6.1.1.ebuild:
   Raise lower bound up to ghc-7.4 (uses 'void' from Control.Monad). Bug #485200



1.1  dev-haskell/x11/x11-1.6.1.2.ebuild

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

Index: x11-1.6.1.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.6.1.2.ebuild,v 1.1 
2014/05/10 11:51:03 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.

CABAL_FEATURES=lib profile haddock hoogle hscolour
inherit haskell-cabal

MY_PN=X11
MY_P=${MY_PN}-${PV}

DESCRIPTION=A binding to the X11 graphics library
HOMEPAGE=https://github.com/haskell-pkg-janitors/X11;
SRC_URI=mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos
IUSE=+screensaver +xinerama

RDEPEND=dev-haskell/data-default:=[profile?]
=dev-lang/ghc-7.4.1:=
x11-libs/libX11
x11-libs/libXext
x11-libs/libXrandr
screensaver? ( x11-libs/libXScrnSaver )
xinerama? ( x11-libs/libXinerama )

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.2


S=${WORKDIR}/${MY_P}

src_configure() {
haskell-cabal_src_configure \
--configure-option=$(use_with xinerama) \
--configure-option=$(use_with screensaver xscreensaver)
}






[gentoo-commits] gentoo-x86 commit in dev-haskell/timezone-series: timezone-series-0.1.3.ebuild ChangeLog

2014-05-10 Thread Sergei Trofimovich (slyfox)
slyfox  14/05/10 11:52:43

  Modified: ChangeLog
  Added:timezone-series-0.1.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with 
key 611FF3AA)

Revision  ChangesPath
1.5  dev-haskell/timezone-series/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/timezone-series/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   27 Dec 2012 21:30:43 -  1.4
+++ ChangeLog   10 May 2014 11:52:43 -  1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/timezone-series
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/timezone-series/ChangeLog,v 1.4 
2012/12/27 21:30:43 slyfox Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/timezone-series/ChangeLog,v 1.5 
2014/05/10 11:52:43 slyfox Exp $
+
+*timezone-series-0.1.3 (10 May 2014)
+
+  10 May 2014; Sergei Trofimovich sly...@gentoo.org
+  +timezone-series-0.1.3.ebuild:
+  Version bump.
 
   27 Dec 2012; Sergei Trofimovich sly...@gentoo.org
   timezone-series-0.1.2.ebuild:



1.1  dev-haskell/timezone-series/timezone-series-0.1.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/timezone-series/timezone-series-0.1.3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/timezone-series/timezone-series-0.1.3.ebuild?rev=1.1content-type=text/plain

Index: timezone-series-0.1.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/timezone-series/timezone-series-0.1.3.ebuild,v
 1.1 2014/05/10 11:52:43 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.

CABAL_FEATURES=lib profile haddock hoogle hscolour
inherit haskell-cabal

DESCRIPTION=Enhanced timezone handling for Data.Time
HOMEPAGE=http://projects.haskell.org/time-ng/;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND==dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.10







[gentoo-commits] gentoo-x86 commit in app-laptop/laptop-mode-tools: ChangeLog

2014-05-10 Thread Samuli Suominen (ssuominen)
ssuominen14/05/10 11:54:06

  Modified: ChangeLog
  Log:
  off-by-one typo in changelog with quotes. silly.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.85 app-laptop/laptop-mode-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/laptop-mode-tools/ChangeLog?rev=1.85view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/laptop-mode-tools/ChangeLog?rev=1.85content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/laptop-mode-tools/ChangeLog?r1=1.84r2=1.85

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-laptop/laptop-mode-tools/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog   10 May 2014 11:41:37 -  1.84
+++ ChangeLog   10 May 2014 11:54:06 -  1.85
@@ -1,11 +1,11 @@
 # ChangeLog for app-laptop/laptop-mode-tools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/laptop-mode-tools/ChangeLog,v 
1.84 2014/05/10 11:41:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/laptop-mode-tools/ChangeLog,v 
1.85 2014/05/10 11:54:06 ssuominen Exp $
 
   10 May 2014; Samuli Suominen ssuomi...@gentoo.org
   laptop-mode-tools-1.64.ebuild:
   sys-apps/which is required for finding udevadm, as per 
Documentation/revision-
-  history.txt * Replace hardcoded path to udevadm with which udevadm.
+  history.txt 'Replace hardcoded path to udevadm with which udevadm'
 
   12 Sep 2013; Alon Bar-Lev alo...@gentoo.org laptop-mode-tools-1.64.ebuild:
   Fix README issue, bug#484616, thanks to Manuel Rüger






[gentoo-commits] gentoo-x86 commit in x11-misc/xmobar: xmobar-0.20.1.ebuild ChangeLog

2014-05-10 Thread Sergei Trofimovich (slyfox)
slyfox  14/05/10 11:57:28

  Modified: xmobar-0.20.1.ebuild ChangeLog
  Log:
  Drop needless mpd depend.
  
  (Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with 
key 611FF3AA)

Revision  ChangesPath
1.2  x11-misc/xmobar/xmobar-0.20.1.ebuild

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

Index: xmobar-0.20.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.20.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xmobar-0.20.1.ebuild4 Apr 2014 19:11:40 -   1.1
+++ xmobar-0.20.1.ebuild10 May 2014 11:57:28 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.20.1.ebuild,v 1.1 
2014/04/04 19:11:40 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.20.1.ebuild,v 1.2 
2014/05/10 11:57:28 slyfox Exp $
 
 EAPI=5
 
@@ -42,7 +42,6 @@
=dev-haskell/timezone-series-0.1 
dev-haskell/timezone-series-0.2 )
xft? ( =dev-haskell/x11-xft-0.2 dev-haskell/x11-xft-0.4 )
 
-RDEPEND+=mpd? ( media-sound/mpd )
 
 src_configure() {
haskell-cabal_src_configure \



1.27 x11-misc/xmobar/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   4 Apr 2014 19:11:40 -   1.26
+++ ChangeLog   10 May 2014 11:57:28 -  1.27
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xmobar
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.26 2014/04/04 
19:11:40 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.27 2014/05/10 
11:57:28 slyfox Exp $
+
+  10 May 2014; Sergei Trofimovich sly...@gentoo.org xmobar-0.20.1.ebuild:
+  Drop needless mpd depend.
 
 *xmobar-0.20.1 (04 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-haskell/zip-archive: zip-archive-0.2.2.1.ebuild ChangeLog zip-archive-0.1.1.8.ebuild zip-archive-0.1.2.1-r2.ebuild zip-archive-0.1.1.6.ebuild zip-archive-0.1.

2014-05-10 Thread Sergei Trofimovich (slyfox)
slyfox  14/05/10 11:59:57

  Modified: ChangeLog
  Added:zip-archive-0.2.2.1.ebuild
  Removed:  zip-archive-0.1.1.8.ebuild
zip-archive-0.1.2.1-r2.ebuild
zip-archive-0.1.1.6.ebuild
zip-archive-0.1.1.7.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with 
key 611FF3AA)

Revision  ChangesPath
1.39 dev-haskell/zip-archive/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/zip-archive/ChangeLog?rev=1.39view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/zip-archive/ChangeLog?rev=1.39content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/zip-archive/ChangeLog?r1=1.38r2=1.39

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/zip-archive/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   7 Aug 2013 13:33:56 -   1.38
+++ ChangeLog   10 May 2014 11:59:57 -  1.39
@@ -1,6 +1,14 @@
 # ChangeLog for dev-haskell/zip-archive
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zip-archive/ChangeLog,v 1.38 
2013/08/07 13:33:56 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zip-archive/ChangeLog,v 1.39 
2014/05/10 11:59:57 slyfox Exp $
+
+*zip-archive-0.2.2.1 (10 May 2014)
+
+  10 May 2014; Sergei Trofimovich sly...@gentoo.org
+  +zip-archive-0.2.2.1.ebuild, -files/zip-archive-0.1.2.1-binary-0.6.patch,
+  -zip-archive-0.1.1.6.ebuild, -zip-archive-0.1.1.7.ebuild,
+  -zip-archive-0.1.1.8.ebuild, -zip-archive-0.1.2.1-r2.ebuild:
+  Version bump.
 
   07 Aug 2013; Agostino Sarubbo a...@gentoo.org zip-archive-0.1.3.4.ebuild:
   Stable for x86, wrt bug #470380



1.1  dev-haskell/zip-archive/zip-archive-0.2.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/zip-archive/zip-archive-0.2.2.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/zip-archive/zip-archive-0.2.2.1.ebuild?rev=1.1content-type=text/plain

Index: zip-archive-0.2.2.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/zip-archive/zip-archive-0.2.2.1.ebuild,v 
1.1 2014/05/10 11:59:57 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.

CABAL_FEATURES=bin lib profile haddock hoogle hscolour test-suite
inherit haskell-cabal

DESCRIPTION=Library for creating and modifying zip archives.
HOMEPAGE=http://github.com/jgm/zip-archive;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
IUSE=executable

RDEPEND==dev-haskell/binary-0.5:=[profile?]
=dev-haskell/digest-0.0.0.1:=[profile?]
dev-haskell/mtl:=[profile?]
=dev-haskell/text-0.11:=[profile?]
dev-haskell/zlib:=[profile?]
=dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.10
test? ( dev-haskell/hunit )


src_configure() {
haskell-cabal_src_configure \
$(cabal_flag executable executable)
}






[gentoo-commits] gentoo-x86 commit in dev-haskell/zip-archive/files: zip-archive-0.1.2.1-binary-0.6.patch

2014-05-10 Thread Sergei Trofimovich (slyfox)
slyfox  14/05/10 11:59:57

  Removed:  zip-archive-0.1.2.1-binary-0.6.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with 
key 611FF3AA)



[gentoo-commits] gentoo-x86 commit in dev-haskell/texmath: texmath-0.6.6.1.ebuild ChangeLog texmath-0.6.0.3.ebuild texmath-0.6.0.6.ebuild texmath-0.6.1.3.ebuild texmath-0.6.1.5.ebuild texmath-0.6.0.4.

2014-05-10 Thread Sergei Trofimovich (slyfox)
slyfox  14/05/10 12:04:42

  Modified: ChangeLog
  Added:texmath-0.6.6.1.ebuild
  Removed:  texmath-0.6.0.3.ebuild texmath-0.6.0.6.ebuild
texmath-0.6.1.3.ebuild texmath-0.6.1.5.ebuild
texmath-0.6.0.4.ebuild texmath-0.5.0.1.ebuild
texmath-0.6.1.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with 
key 611FF3AA)

Revision  ChangesPath
1.15 dev-haskell/texmath/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/texmath/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   1 Feb 2014 19:53:47 -   1.14
+++ ChangeLog   10 May 2014 12:04:42 -  1.15
@@ -1,6 +1,14 @@
 # ChangeLog for dev-haskell/texmath
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/texmath/ChangeLog,v 1.14 
2014/02/01 19:53:47 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/texmath/ChangeLog,v 1.15 
2014/05/10 12:04:42 slyfox Exp $
+
+*texmath-0.6.6.1 (10 May 2014)
+
+  10 May 2014; Sergei Trofimovich sly...@gentoo.org +texmath-0.6.6.1.ebuild,
+  -files/01-texmath-locale.patch, -texmath-0.5.0.1.ebuild,
+  -texmath-0.6.0.3.ebuild, -texmath-0.6.0.4.ebuild, -texmath-0.6.0.6.ebuild,
+  -texmath-0.6.1.1.ebuild, -texmath-0.6.1.3.ebuild, -texmath-0.6.1.5.ebuild:
+  Version bump.
 
 *texmath-0.6.6 (01 Feb 2014)
 



1.1  dev-haskell/texmath/texmath-0.6.6.1.ebuild

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

Index: texmath-0.6.6.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/texmath/texmath-0.6.6.1.ebuild,v 
1.1 2014/05/10 12:04:42 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.3.6.

CABAL_FEATURES=bin lib profile haddock hoogle hscolour
inherit haskell-cabal

DESCRIPTION=Conversion of LaTeX math formulas to MathML or OMML.
HOMEPAGE=http://github.com/jgm/texmath;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=GPL-2
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=cgi test

RDEPEND=dev-haskell/pandoc-types:=[profile?]
=dev-haskell/parsec-3:=[profile?]
dev-haskell/syb:=[profile?]
dev-haskell/xml:=[profile?]
=dev-lang/ghc-6.10.4:=
cgi? ( dev-haskell/cgi:=[profile?]
dev-haskell/json:=[profile?]
dev-haskell/utf8-string:=[profile?] )

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.6.0.3


src_configure() {
haskell-cabal_src_configure \
$(cabal_flag cgi cgi) \
$(cabal_flag test test)
}






[gentoo-commits] gentoo-x86 commit in dev-haskell/texmath/files: 01-texmath-locale.patch

2014-05-10 Thread Sergei Trofimovich (slyfox)
slyfox  14/05/10 12:04:42

  Removed:  01-texmath-locale.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with 
key 611FF3AA)



[gentoo-commits] gentoo-x86 commit in dev-haskell/pandoc-types: pandoc-types-1.12.3.3.ebuild ChangeLog pandoc-types-1.9.1.ebuild pandoc-types-1.12.1.2.ebuild pandoc-types-1.12.ebuild pandoc-types-1.8.

2014-05-10 Thread Sergei Trofimovich (slyfox)
slyfox  14/05/10 12:08:23

  Modified: ChangeLog
  Added:pandoc-types-1.12.3.3.ebuild
  Removed:  pandoc-types-1.9.1.ebuild
pandoc-types-1.12.1.2.ebuild
pandoc-types-1.12.ebuild pandoc-types-1.8.ebuild
pandoc-types-1.10.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with 
key 611FF3AA)

Revision  ChangesPath
1.11 dev-haskell/pandoc-types/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-types/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   9 Mar 2014 06:21:59 -   1.10
+++ ChangeLog   10 May 2014 12:08:23 -  1.11
@@ -1,6 +1,14 @@
 # ChangeLog for dev-haskell/pandoc-types
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-types/ChangeLog,v 1.10 
2014/03/09 06:21:59 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-types/ChangeLog,v 1.11 
2014/05/10 12:08:23 slyfox Exp $
+
+*pandoc-types-1.12.3.3 (10 May 2014)
+
+  10 May 2014; Sergei Trofimovich sly...@gentoo.org
+  +pandoc-types-1.12.3.3.ebuild, -pandoc-types-1.10.ebuild,
+  -pandoc-types-1.12.1.2.ebuild, -pandoc-types-1.12.ebuild,
+  -pandoc-types-1.8.ebuild, -pandoc-types-1.9.1.ebuild:
+  Version bump.
 
 *pandoc-types-1.12.3.2 (09 Mar 2014)
 



1.1  dev-haskell/pandoc-types/pandoc-types-1.12.3.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/pandoc-types/pandoc-types-1.12.3.3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/pandoc-types/pandoc-types-1.12.3.3.ebuild?rev=1.1content-type=text/plain

Index: pandoc-types-1.12.3.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/pandoc-types/pandoc-types-1.12.3.3.ebuild,v 
1.1 2014/05/10 12:08:23 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.

CABAL_FEATURES=lib profile haddock hoogle hscolour
inherit haskell-cabal

DESCRIPTION=Types for representing a structured document
HOMEPAGE=http://johnmacfarlane.net/pandoc;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=GPL-2
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND==dev-haskell/aeson-0.6.2:=[profile?] 
dev-haskell/aeson-0.8:=[profile?]
=dev-haskell/syb-0.1:=[profile?] dev-haskell/syb-0.5:=[profile?]
=dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.6







[gentoo-commits] gentoo-x86 commit in dev-haskell/highlighting-kate: highlighting-kate-0.5.7.ebuild ChangeLog highlighting-kate-0.5.3.9.ebuild

2014-05-10 Thread Sergei Trofimovich (slyfox)
slyfox  14/05/10 12:11:32

  Modified: ChangeLog
  Added:highlighting-kate-0.5.7.ebuild
  Removed:  highlighting-kate-0.5.3.9.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with 
key 611FF3AA)

Revision  ChangesPath
1.16 dev-haskell/highlighting-kate/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog?r1=1.15r2=1.16

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   1 Feb 2014 19:50:58 -   1.15
+++ ChangeLog   10 May 2014 12:11:32 -  1.16
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/highlighting-kate
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog,v 
1.15 2014/02/01 19:50:58 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog,v 
1.16 2014/05/10 12:11:32 slyfox Exp $
+
+*highlighting-kate-0.5.7 (10 May 2014)
+
+  10 May 2014; Sergei Trofimovich sly...@gentoo.org
+  +highlighting-kate-0.5.7.ebuild, -highlighting-kate-0.5.3.9.ebuild:
+  Version bump.
 
 *highlighting-kate-0.5.6.1 (01 Feb 2014)
 



1.1  
dev-haskell/highlighting-kate/highlighting-kate-0.5.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/highlighting-kate-0.5.7.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/highlighting-kate-0.5.7.ebuild?rev=1.1content-type=text/plain

Index: highlighting-kate-0.5.7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/highlighting-kate-0.5.7.ebuild,v
 1.1 2014/05/10 12:11:32 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.

CABAL_FEATURES=bin lib profile haddock hoogle hscolour
inherit haskell-cabal

DESCRIPTION=Syntax highlighting
HOMEPAGE=http://github.com/jgm/highlighting-kate;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=GPL-2
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=executable pcre-light

RDEPEND==dev-haskell/blaze-html-0.4.2:=[profile?] 
dev-haskell/blaze-html-0.8:=[profile?]
dev-haskell/mtl:=[profile?]
dev-haskell/parsec:=[profile?]
=dev-lang/ghc-7.4.1:=
pcre-light? ( =dev-haskell/pcre-light-0.4:=[profile?] 
dev-haskell/pcre-light-0.5:=[profile?] )
!pcre-light? ( dev-haskell/regex-pcre-builtin:=[profile?] )

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.10


src_configure() {
haskell-cabal_src_configure \
$(cabal_flag executable executable) \
$(cabal_flag pcre-light pcre-light)
}






[gentoo-commits] gentoo-x86 commit in app-text/pandoc: pandoc-1.12.4.ebuild ChangeLog pandoc-1.11.1-r1.ebuild

2014-05-10 Thread Sergei Trofimovich (slyfox)
slyfox  14/05/10 12:12:57

  Modified: ChangeLog
  Added:pandoc-1.12.4.ebuild
  Removed:  pandoc-1.11.1-r1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with 
key 611FF3AA)

Revision  ChangesPath
1.31 app-text/pandoc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   13 Apr 2014 13:04:32 -  1.30
+++ ChangeLog   10 May 2014 12:12:57 -  1.31
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/pandoc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.30 2014/04/13 
13:04:32 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.31 2014/05/10 
12:12:57 slyfox Exp $
+
+*pandoc-1.12.4 (10 May 2014)
+
+  10 May 2014; Sergei Trofimovich sly...@gentoo.org +pandoc-1.12.4.ebuild,
+  -pandoc-1.11.1-r1.ebuild:
+  Version bump.
 
   13 Apr 2014; Sergei Trofimovich sly...@gentoo.org pandoc-1.12.3.3.ebuild:
   Allow QC-2.7 in tests.



1.1  app-text/pandoc/pandoc-1.12.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/pandoc-1.12.4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/pandoc-1.12.4.ebuild?rev=1.1content-type=text/plain

Index: pandoc-1.12.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.12.4.ebuild,v 1.1 
2014/05/10 12:12:57 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.

CABAL_FEATURES=bin lib profile haddock hoogle hscolour test-suite
inherit haskell-cabal

DESCRIPTION=Conversion between markup formats
HOMEPAGE=http://johnmacfarlane.net/pandoc;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=GPL-2
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=embed_data_files +http-conduit

RESTRICT=test # missing files

RDEPEND==dev-haskell/aeson-0.7:=[profile?] dev-haskell/aeson-0.8:=[profile?]
=dev-haskell/attoparsec-0.10:=[profile?] 
dev-haskell/attoparsec-0.12:=[profile?]
=dev-haskell/base64-bytestring-0.1:=[profile?] 
dev-haskell/base64-bytestring-1.1:=[profile?]
=dev-haskell/binary-0.5:=[profile?] dev-haskell/binary-0.8:=[profile?]
=dev-haskell/blaze-html-0.5:=[profile?] 
dev-haskell/blaze-html-0.8:=[profile?]
=dev-haskell/blaze-markup-0.5.1:=[profile?] 
dev-haskell/blaze-markup-0.7:=[profile?]
=dev-haskell/data-default-0.4:=[profile?] 
dev-haskell/data-default-0.6:=[profile?]
=dev-haskell/extensible-exceptions-0.1:=[profile?] 
dev-haskell/extensible-exceptions-0.2:=[profile?]
=dev-haskell/highlighting-kate-0.5.7:=[profile?] 
dev-haskell/highlighting-kate-0.6:=[profile?]
=dev-haskell/hslua-0.3:=[profile?] dev-haskell/hslua-0.4:=[profile?]
=dev-haskell/http-4000.0.5:=[profile?] 
dev-haskell/http-4000.3:=[profile?]
=dev-haskell/mtl-1.1:=[profile?] dev-haskell/mtl-2.3:=[profile?]
=dev-haskell/network-2:=[profile?] dev-haskell/network-2.6:=[profile?]
=dev-haskell/pandoc-types-1.12.3.3:=[profile?] 
dev-haskell/pandoc-types-1.13:=[profile?]
=dev-haskell/parsec-3.1:=[profile?] dev-haskell/parsec-3.2:=[profile?]
=dev-haskell/random-1:=[profile?] dev-haskell/random-1.1:=[profile?]
=dev-haskell/scientific-0.2:=[profile?] 
dev-haskell/scientific-0.3:=[profile?]
=dev-haskell/syb-0.1:=[profile?] dev-haskell/syb-0.5:=[profile?]
=dev-haskell/tagsoup-0.13.1:=[profile?] 
dev-haskell/tagsoup-0.14:=[profile?]
=dev-haskell/temporary-1.1:=[profile?] 
dev-haskell/temporary-1.3:=[profile?]
=dev-haskell/texmath-0.6.6.1:=[profile?] 
dev-haskell/texmath-0.7:=[profile?]
=dev-haskell/text-0.11:=[profile?] dev-haskell/text-1.2:=[profile?]
=dev-haskell/unordered-containers-0.2:=[profile?] 
dev-haskell/unordered-containers-0.3:=[profile?]
=dev-haskell/vector-0.10:=[profile?] 
dev-haskell/vector-0.11:=[profile?]
=dev-haskell/xml-1.3.12:=[profile?] dev-haskell/xml-1.4:=[profile?]
=dev-haskell/yaml-0.8.8.2:=[profile?] dev-haskell/yaml-0.9:=[profile?]
=dev-haskell/zip-archive-0.1.3.3:=[profile?] 
dev-haskell/zip-archive-0.3:=[profile?]
=dev-haskell/zlib-0.5:=[profile?] 

[gentoo-commits] gentoo-x86 commit in dev-haskell/alsa-mixer: alsa-mixer-0.2.0.2.ebuild ChangeLog

2014-05-10 Thread Sergei Trofimovich (slyfox)
slyfox  14/05/10 12:15:00

  Modified: ChangeLog
  Added:alsa-mixer-0.2.0.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with 
key 611FF3AA)

Revision  ChangesPath
1.6  dev-haskell/alsa-mixer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/alsa-mixer/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   4 Apr 2014 19:08:36 -   1.5
+++ ChangeLog   10 May 2014 12:15:00 -  1.6
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/alsa-mixer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alsa-mixer/ChangeLog,v 1.5 
2014/04/04 19:08:36 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alsa-mixer/ChangeLog,v 1.6 
2014/05/10 12:15:00 slyfox Exp $
+
+*alsa-mixer-0.2.0.2 (10 May 2014)
+
+  10 May 2014; Sergei Trofimovich sly...@gentoo.org
+  +alsa-mixer-0.2.0.2.ebuild:
+  Version bump.
 
   04 Apr 2014; Sergei Trofimovich sly...@gentoo.org -alsa-mixer-0.1.2.ebuild:
   Drop old.



1.1  dev-haskell/alsa-mixer/alsa-mixer-0.2.0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/alsa-mixer/alsa-mixer-0.2.0.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/alsa-mixer/alsa-mixer-0.2.0.2.ebuild?rev=1.1content-type=text/plain

Index: alsa-mixer-0.2.0.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/alsa-mixer/alsa-mixer-0.2.0.2.ebuild,v 1.1 
2014/05/10 12:15:00 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.

CABAL_FEATURES=lib profile haddock hoogle hscolour
inherit haskell-cabal

DESCRIPTION=Bindings to the ALSA simple mixer API.
HOMEPAGE=https://github.com/ttuegel/alsa-mixer;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND==dev-haskell/alsa-core-0.5:=[profile?] 
dev-haskell/alsa-core-0.6:=[profile?]
=dev-lang/ghc-7.6.1:=
media-libs/alsa-lib

DEPEND=${RDEPEND}
dev-haskell/c2hs
=dev-haskell/cabal-1.16.0







[gentoo-commits] gentoo-x86 commit in dev-haskell/asn1-encoding: asn1-encoding-0.8.1.3.ebuild ChangeLog

2014-05-10 Thread Sergei Trofimovich (slyfox)
slyfox  14/05/10 12:17:26

  Modified: asn1-encoding-0.8.1.3.ebuild ChangeLog
  Log:
  Fix quickcheck slot in test depends.
  
  (Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with 
key 611FF3AA)

Revision  ChangesPath
1.2  dev-haskell/asn1-encoding/asn1-encoding-0.8.1.3.ebuild

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

Index: asn1-encoding-0.8.1.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/asn1-encoding/asn1-encoding-0.8.1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- asn1-encoding-0.8.1.3.ebuild9 Mar 2014 10:55:28 -   1.1
+++ asn1-encoding-0.8.1.3.ebuild10 May 2014 12:17:26 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/asn1-encoding/asn1-encoding-0.8.1.3.ebuild,v
 1.1 2014/03/09 10:55:28 gienah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/asn1-encoding/asn1-encoding-0.8.1.3.ebuild,v
 1.2 2014/05/10 12:17:26 slyfox Exp $
 
 EAPI=5
 
@@ -26,7 +26,7 @@
 DEPEND=${RDEPEND}
=dev-haskell/cabal-1.8.0.2
test? ( dev-haskell/hunit:=[profile?]
-   =dev-haskell/quickcheck-2:=[profile?]
+   =dev-haskell/quickcheck-2:2=[profile?]
=dev-haskell/test-framework-0.3:=[profile?]
=dev-haskell/test-framework-quickcheck2-0.2:=[profile?] )
 



1.2  dev-haskell/asn1-encoding/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/asn1-encoding/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   9 Mar 2014 10:55:28 -   1.1
+++ ChangeLog   10 May 2014 12:17:26 -  1.2
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/asn1-encoding
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/asn1-encoding/ChangeLog,v 1.1 
2014/03/09 10:55:28 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/asn1-encoding/ChangeLog,v 1.2 
2014/05/10 12:17:26 slyfox Exp $
+
+  10 May 2014; Sergei Trofimovich sly...@gentoo.org
+  asn1-encoding-0.8.1.3.ebuild:
+  Fix quickcheck slot in test depends.
 
 *asn1-encoding-0.8.1.3 (09 Mar 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-haskell/binary: ChangeLog binary-0.5.1.0.ebuild binary-0.5.0.2.ebuild

2014-05-10 Thread Sergei Trofimovich (slyfox)
slyfox  14/05/10 12:22:43

  Modified: ChangeLog
  Removed:  binary-0.5.1.0.ebuild binary-0.5.0.2.ebuild
  Log:
  Drop old.
  
  (Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with 
key 611FF3AA)

Revision  ChangesPath
1.42 dev-haskell/binary/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   13 Apr 2014 13:07:03 -  1.41
+++ ChangeLog   10 May 2014 12:22:43 -  1.42
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/binary
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.41 
2014/04/13 13:07:03 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.42 
2014/05/10 12:22:43 slyfox Exp $
+
+  10 May 2014; Sergei Trofimovich sly...@gentoo.org -binary-0.5.0.2.ebuild,
+  -binary-0.5.1.0.ebuild, -files/binary-0.5.0.2-ghc-7.patch:
+  Drop old.
 
   13 Apr 2014; Sergei Trofimovich sly...@gentoo.org binary-0.7.1.0.ebuild:
   Mark as ghc-7.8 core lib.






[gentoo-commits] gentoo-x86 commit in dev-haskell/binary/files: binary-0.5.0.2-ghc-7.patch

2014-05-10 Thread Sergei Trofimovich (slyfox)
slyfox  14/05/10 12:22:43

  Removed:  binary-0.5.0.2-ghc-7.patch
  Log:
  Drop old.
  
  (Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with 
key 611FF3AA)



[gentoo-commits] gentoo-x86 commit in dev-haskell/timezone-olson: timezone-olson-0.1.4.ebuild ChangeLog

2014-05-10 Thread Sergei Trofimovich (slyfox)
slyfox  14/05/10 12:26:14

  Modified: ChangeLog
  Added:timezone-olson-0.1.4.ebuild
  Log:
  Drop old.
  
  (Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with 
key 611FF3AA)

Revision  ChangesPath
1.8  dev-haskell/timezone-olson/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/timezone-olson/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   21 Feb 2014 21:55:13 -  1.7
+++ ChangeLog   10 May 2014 12:26:14 -  1.8
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/timezone-olson
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/timezone-olson/ChangeLog,v 1.7 
2014/02/21 21:55:13 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/timezone-olson/ChangeLog,v 1.8 
2014/05/10 12:26:14 slyfox Exp $
+
+*timezone-olson-0.1.4 (10 May 2014)
+
+  10 May 2014; Sergei Trofimovich sly...@gentoo.org
+  +timezone-olson-0.1.4.ebuild:
+  Drop old.
 
 *timezone-olson-0.1.3 (21 Feb 2014)
 



1.1  dev-haskell/timezone-olson/timezone-olson-0.1.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/timezone-olson/timezone-olson-0.1.4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/timezone-olson/timezone-olson-0.1.4.ebuild?rev=1.1content-type=text/plain

Index: timezone-olson-0.1.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/timezone-olson/timezone-olson-0.1.4.ebuild,v
 1.1 2014/05/10 12:26:14 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.3.6.

CABAL_FEATURES=lib profile haddock hoogle hscolour
inherit haskell-cabal

DESCRIPTION=A pure Haskell parser and renderer for binary Olson timezone files
HOMEPAGE=http://projects.haskell.org/time-ng/;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND==dev-haskell/binary-0.4.1:=[profile?] 
dev-haskell/binary-0.8:=[profile?]
=dev-haskell/extensible-exceptions-0.1.0:=[profile?] 
dev-haskell/extensible-exceptions-0.2:=[profile?]
=dev-haskell/timezone-series-0.1.0:=[profile?] 
dev-haskell/timezone-series-0.2:=[profile?]
=dev-lang/ghc-6.12.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.8.0.2







[gentoo-commits] gentoo-x86 commit in dev-java/jboss-logging: jboss-logging-3.1.4.ebuild ChangeLog

2014-05-10 Thread Tom Wijsman (tomwij)
tomwij  14/05/10 12:34:44

  Modified: ChangeLog
  Added:jboss-logging-3.1.4.ebuild
  Log:
  Version bump to 3.1.4.
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 
6D34E57D)

Revision  ChangesPath
1.4  dev-java/jboss-logging/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jboss-logging/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jboss-logging/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jboss-logging/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/jboss-logging/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   10 May 2014 08:49:16 -  1.3
+++ ChangeLog   10 May 2014 12:34:44 -  1.4
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/jboss-logging
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jboss-logging/ChangeLog,v 1.3 
2014/05/10 08:49:16 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jboss-logging/ChangeLog,v 1.4 
2014/05/10 12:34:44 tomwij Exp $
+
+*jboss-logging-3.1.4 (10 May 2014)
+
+  10 May 2014; Tom Wijsman tom...@gentoo.org +jboss-logging-3.1.4.ebuild:
+  Version bump to 3.1.4.
 
   10 May 2014; Tom Wijsman tom...@gentoo.org jboss-logging-3.1.3-r1.ebuild:
   Temporarily restrict the version of the slf4j-api dependency to 1.7.7;



1.1  dev-java/jboss-logging/jboss-logging-3.1.4.ebuild

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

Index: jboss-logging-3.1.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-java/jboss-logging/jboss-logging-3.1.4.ebuild,v 1.1 
2014/05/10 12:34:44 tomwij Exp $

EAPI=5

JAVA_PKG_IUSE=doc source

inherit java-pkg-2 java-ant-2

DESCRIPTION=JBoss logging framework
HOMEPAGE=http://www.jboss.org/;
SRC_URI=https://github.com/${PN}/${PN}/archive/${PV}.GA.tar.gz - ${P}.tar.gz

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64 ~x86

COMMON_DEPEND=dev-java/jboss-logmanager:0
dev-java/slf4j-api-1.7.7:0
dev-java/log4j:0

RDEPEND==virtual/jre-1.5
${COMMON_DEPEND}

DEPEND==virtual/jdk-1.5
${COMMON_DEPEND}

S=${WORKDIR}/${P}.GA/

EANT_GENTOO_CLASSPATH=jboss-logmanager,slf4j-api,log4j
JAVA_ANT_REWRITE_CLASSPATH=true

java_prepare() {
cp ${FILESDIR}/${PN}-3.1.3-r1-build.xml build.xml || die
}

src_install() {
java-pkg_newjar target/${PN}-3.1.3.GA.jar

use doc  java-pkg_dojavadoc target/site/apidocs
use source  java-pkg_dosrc src/main/java/org
}






[gentoo-commits] gentoo-x86 commit in sys-apps/policycoreutils: ChangeLog policycoreutils-2.2.5-r4.ebuild

2014-05-10 Thread Sven Vermeulen (swift)
swift   14/05/10 12:54:21

  Modified: ChangeLog policycoreutils-2.2.5-r4.ebuild
  Log:
  Stabilize to work around CVE-2014-3215
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x2EDD52403B68AF47)

Revision  ChangesPath
1.136sys-apps/policycoreutils/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog   9 May 2014 20:32:10 -   1.135
+++ ChangeLog   10 May 2014 12:54:21 -  1.136
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/policycoreutils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.135 
2014/05/09 20:32:10 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.136 
2014/05/10 12:54:21 swift Exp $
+
+  10 May 2014; Sven Vermeulen sw...@gentoo.org
+  policycoreutils-2.2.5-r4.ebuild:
+  Stabilize to work around vulnerability CVE-2014-3215
 
 *policycoreutils-2.3 (09 May 2014)
 



1.2  sys-apps/policycoreutils/policycoreutils-2.2.5-r4.ebuild

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

Index: policycoreutils-2.2.5-r4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.2.5-r4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- policycoreutils-2.2.5-r4.ebuild 9 May 2014 18:39:16 -   1.1
+++ policycoreutils-2.2.5-r4.ebuild 10 May 2014 12:54:21 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.2.5-r4.ebuild,v
 1.1 2014/05/09 18:39:16 swift Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.2.5-r4.ebuild,v
 1.2 2014/05/10 12:54:21 swift Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -23,7 +23,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 x86
 
 COMMON_DEPS==sys-libs/libselinux-${SELNX_VER}[python]
=sys-libs/glibc-2.4






[gentoo-commits] proj/kde:master commit in: app-text/poppler/

2014-05-10 Thread Johannes Huber
commit: 9e746f7f8ef3243da6a32de768b6031442d0fe08
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Sat May 10 11:55:46 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Sat May 10 11:55:46 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9e746f7f

[app-text/poppler] Sync with tree, cleanup header

Package-Manager: portage-2.2.10

---
 app-text/poppler/metadata.xml|  3 ---
 app-text/poppler/poppler-.ebuild | 11 ---
 2 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/app-text/poppler/metadata.xml b/app-text/poppler/metadata.xml
index 75a5717..9124e13 100644
--- a/app-text/poppler/metadata.xml
+++ b/app-text/poppler/metadata.xml
@@ -8,10 +8,7 @@
nameMaciej Mrozowski/name
 /maintainer
 use
-   flag name='abiword'Enable support for pkgapp-office/abiword/pkg 
output. Requires pkgdev-libs/libxml2/pkg./flag
-   flag name='exceptions'Enable exceptions throwing./flag
flag name='introspection'Enable GObject introspection./flag
flag name='utils'Install command-line PDF converters and various 
utilities./flag
-   flag name='xpdf-headers'/flag
 /use
 /pkgmetadata

diff --git a/app-text/poppler/poppler-.ebuild 
b/app-text/poppler/poppler-.ebuild
index ba2094e..d123bd2 100644
--- a/app-text/poppler/poppler-.ebuild
+++ b/app-text/poppler/poppler-.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.22.5.ebuild,v 
1.2 2013/07/12 20:34:24 dilfridge Exp $
+# $Header: $
 
 EAPI=5
 
@@ -12,7 +12,7 @@ EGIT_REPO_URI=git://git.freedesktop.org/git/poppler/poppler
 
 LICENSE=GPL-2
 KEYWORDS=
-SLOT=0/43
+SLOT=0/46
 IUSE=cairo cjk curl cxx debug doc +introspection +jpeg jpeg2k +lcms png qt4 
tiff +utils
 
 # No test data provided
@@ -42,11 +42,6 @@ DEPEND=${COMMON_DEPEND}
virtual/pkgconfig
 
 RDEPEND=${COMMON_DEPEND}
-   !dev-libs/poppler
-   !dev-libs/poppler-glib
-   !dev-libs/poppler-qt3
-   !dev-libs/poppler-qt4
-   !app-text/poppler-utils
cjk? ( =app-text/poppler-data-0.4.4 )
 
 
@@ -63,6 +58,7 @@ src_configure() {
mycmakeargs=(
-DBUILD_GTK_TESTS=OFF
-DBUILD_QT4_TESTS=OFF
+   -DBUILD_QT5_TESTS=OFF
-DBUILD_CPP_TESTS=OFF
-DENABLE_SPLASH=ON
-DENABLE_ZLIB=ON
@@ -76,6 +72,7 @@ src_configure() {
$(cmake-utils_use_with jpeg)
$(cmake-utils_use_with png)
$(cmake-utils_use_with qt4)
+   -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Core=ON
$(cmake-utils_use_with tiff)
)
if use lcms; then



[gentoo-commits] proj/kde:master commit in: app-text/poppler/files/, app-text/poppler/

2014-05-10 Thread Johannes Huber
commit: a4c563447c01dd0b68509d6641da554565212d4d
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Sat May 10 13:05:50 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Sat May 10 13:05:50 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a4c56344

[app-text/poppler] Add qt5 USE flag

Package-Manager: portage-2.2.10

---
 .../files/poppler-0.26.0-qt5-dependencies.patch| 31 ++
 app-text/poppler/poppler-.ebuild   | 11 ++--
 2 files changed, 40 insertions(+), 2 deletions(-)

diff --git a/app-text/poppler/files/poppler-0.26.0-qt5-dependencies.patch 
b/app-text/poppler/files/poppler-0.26.0-qt5-dependencies.patch
new file mode 100644
index 000..bf1effd
--- /dev/null
+++ b/app-text/poppler/files/poppler-0.26.0-qt5-dependencies.patch
@@ -0,0 +1,31 @@
+From 95f6a96e390830233d953f8afa37817499912b35 Mon Sep 17 00:00:00 2001
+From: Johannes Huber j...@gentoo.org
+Date: Sat, 10 May 2014 15:00:48 +0200
+Subject: [PATCH] [Qt5] Drop unused dependencies
+
+---
+ CMakeLists.txt | 6 ++
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index fbafc4e..073f39b 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -106,12 +106,10 @@ 
if(${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION} VERSION_
+   find_package(Qt5Core)
+   find_package(Qt5Gui)
+   find_package(Qt5Xml)
+-  find_package(Qt5Widgets)
+-  find_package(Qt5Test)
+-  if (Qt5Core_FOUND AND Qt5Gui_FOUND AND Qt5Xml_FOUND AND Qt5Widgets_FOUND 
AND Qt5Test_FOUND)
++  if (Qt5Core_FOUND AND Qt5Gui_FOUND AND Qt5Xml_FOUND)
+ set(QT5_FOUND true)
+   else ()
+-message(-- Package Qt5Core or Qt5Gui or Qt5Xml or Qt5Widgets or Qt5Test 
not found)
++message(-- Package Qt5Core or Qt5Gui or Qt5Xml not found)
+ set(QT5_FOUND false)
+   endif()
+ else(${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION} 
VERSION_GREATER 2.8.7)
+-- 
+1.9.2
+

diff --git a/app-text/poppler/poppler-.ebuild 
b/app-text/poppler/poppler-.ebuild
index b3fd066..53e061b 100644
--- a/app-text/poppler/poppler-.ebuild
+++ b/app-text/poppler/poppler-.ebuild
@@ -13,7 +13,7 @@ EGIT_REPO_URI=git://git.freedesktop.org/git/${PN}/${PN}
 LICENSE=GPL-2
 KEYWORDS=
 SLOT=0/46
-IUSE=cairo cjk curl cxx debug doc +introspection +jpeg jpeg2k +lcms png qt4 
tiff +utils
+IUSE=cairo cjk curl cxx debug doc +introspection +jpeg jpeg2k +lcms png qt4 
qt5 tiff +utils
 
 # No test data provided
 RESTRICT=test
@@ -36,6 +36,11 @@ COMMON_DEPEND=
dev-qt/qtcore:4
dev-qt/qtgui:4
)
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtxml:5
+   )
tiff? ( media-libs/tiff:0 )
 
 DEPEND=${COMMON_DEPEND}
@@ -47,6 +52,8 @@ RDEPEND=${COMMON_DEPEND}
 
 DOCS=(AUTHORS NEWS README README-XPDF TODO)
 
+PATCHES=( ${FILESDIR}/${PN}-0.26.0-qt5-dependencies.patch )
+
 src_configure() {
# this is needed for multilib, see bug 459394
local ft_libdir ft_includedir
@@ -72,7 +79,7 @@ src_configure() {
$(cmake-utils_use_with jpeg)
$(cmake-utils_use_with png)
$(cmake-utils_use_with qt4)
-   -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Core=ON
+   $(cmake-utils_use_find_package qt5 Qt5Core)
$(cmake-utils_use_with tiff)
)
if use lcms; then



[gentoo-commits] proj/kde:master commit in: app-text/poppler/

2014-05-10 Thread Johannes Huber
commit: 61fa04dac18d2bd05a617e9146b091550b03a19e
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Sat May 10 12:33:16 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Sat May 10 12:33:16 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=61fa04da

[app-text/poppler] Move to git-r3 eclass

Package-Manager: portage-2.2.10

---
 app-text/poppler/poppler-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/poppler/poppler-.ebuild 
b/app-text/poppler/poppler-.ebuild
index d123bd2..b3fd066 100644
--- a/app-text/poppler/poppler-.ebuild
+++ b/app-text/poppler/poppler-.ebuild
@@ -4,11 +4,11 @@
 
 EAPI=5
 
-inherit cmake-utils toolchain-funcs git-2
+inherit cmake-utils toolchain-funcs git-r3
 
 DESCRIPTION=PDF rendering library based on the xpdf-3.0 code base
 HOMEPAGE=http://poppler.freedesktop.org/;
-EGIT_REPO_URI=git://git.freedesktop.org/git/poppler/poppler
+EGIT_REPO_URI=git://git.freedesktop.org/git/${PN}/${PN}
 
 LICENSE=GPL-2
 KEYWORDS=



[gentoo-commits] proj/kde:master commit in: app-text/poppler/

2014-05-10 Thread Johannes Huber
commit: b5469b66b04f2d542faaf0f10f0713ee797e2406
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Sat May 10 11:52:57 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Sat May 10 11:52:57 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b5469b66

[app-text/poppler] Import from qt overlay for maintenance

Package-Manager: portage-2.2.10

---
 app-text/poppler/metadata.xml| 17 +++
 app-text/poppler/poppler-.ebuild | 98 
 2 files changed, 115 insertions(+)

diff --git a/app-text/poppler/metadata.xml b/app-text/poppler/metadata.xml
new file mode 100644
index 000..75a5717
--- /dev/null
+++ b/app-text/poppler/metadata.xml
@@ -0,0 +1,17 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+herdkde/herd
+herdprinting/herd
+maintainer
+   emailreave...@gentoo.org/email
+   nameMaciej Mrozowski/name
+/maintainer
+use
+   flag name='abiword'Enable support for pkgapp-office/abiword/pkg 
output. Requires pkgdev-libs/libxml2/pkg./flag
+   flag name='exceptions'Enable exceptions throwing./flag
+   flag name='introspection'Enable GObject introspection./flag
+   flag name='utils'Install command-line PDF converters and various 
utilities./flag
+   flag name='xpdf-headers'/flag
+/use
+/pkgmetadata

diff --git a/app-text/poppler/poppler-.ebuild 
b/app-text/poppler/poppler-.ebuild
new file mode 100644
index 000..ba2094e
--- /dev/null
+++ b/app-text/poppler/poppler-.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.22.5.ebuild,v 
1.2 2013/07/12 20:34:24 dilfridge Exp $
+
+EAPI=5
+
+inherit cmake-utils toolchain-funcs git-2
+
+DESCRIPTION=PDF rendering library based on the xpdf-3.0 code base
+HOMEPAGE=http://poppler.freedesktop.org/;
+EGIT_REPO_URI=git://git.freedesktop.org/git/poppler/poppler
+
+LICENSE=GPL-2
+KEYWORDS=
+SLOT=0/43
+IUSE=cairo cjk curl cxx debug doc +introspection +jpeg jpeg2k +lcms png qt4 
tiff +utils
+
+# No test data provided
+RESTRICT=test
+
+COMMON_DEPEND=
+   =media-libs/fontconfig-2.6.0
+   =media-libs/freetype-2.3.9
+   sys-libs/zlib
+   cairo? (
+   dev-libs/glib:2
+   =x11-libs/cairo-1.10.0
+   introspection? ( =dev-libs/gobject-introspection-1.32.1 )
+   )
+   curl? ( net-misc/curl )
+   jpeg? ( virtual/jpeg:0 )
+   jpeg2k? ( media-libs/openjpeg:0 )
+   lcms? ( media-libs/lcms:2 )
+   png? ( media-libs/libpng:0= )
+   qt4? (
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4
+   )
+   tiff? ( media-libs/tiff:0 )
+
+DEPEND=${COMMON_DEPEND}
+   virtual/pkgconfig
+
+RDEPEND=${COMMON_DEPEND}
+   !dev-libs/poppler
+   !dev-libs/poppler-glib
+   !dev-libs/poppler-qt3
+   !dev-libs/poppler-qt4
+   !app-text/poppler-utils
+   cjk? ( =app-text/poppler-data-0.4.4 )
+
+
+DOCS=(AUTHORS NEWS README README-XPDF TODO)
+
+src_configure() {
+   # this is needed for multilib, see bug 459394
+   local ft_libdir ft_includedir
+   ft_libdir=$($(tc-getPKG_CONFIG) freetype2 --variable=libdir)
+   ft_includedir=$($(tc-getPKG_CONFIG) freetype2 --variable=includedir)
+   export FREETYPE_DIR=${ft_libdir}:${ft_includedir%/include}
+   einfo Detected FreeType at ${FREETYPE_DIR}
+
+   mycmakeargs=(
+   -DBUILD_GTK_TESTS=OFF
+   -DBUILD_QT4_TESTS=OFF
+   -DBUILD_CPP_TESTS=OFF
+   -DENABLE_SPLASH=ON
+   -DENABLE_ZLIB=ON
+   -DENABLE_XPDF_HEADERS=ON
+   $(cmake-utils_use_enable curl LIBCURL)
+   $(cmake-utils_use_enable cxx CPP)
+   $(cmake-utils_use_enable jpeg2k LIBOPENJPEG)
+   $(cmake-utils_use_enable utils)
+   $(cmake-utils_use_with cairo)
+   $(cmake-utils_use_with introspection GObjectIntrospection)
+   $(cmake-utils_use_with jpeg)
+   $(cmake-utils_use_with png)
+   $(cmake-utils_use_with qt4)
+   $(cmake-utils_use_with tiff)
+   )
+   if use lcms; then
+   mycmakeargs+=(-DENABLE_CMS=lcms2)
+   else
+   mycmakeargs+=(-DENABLE_CMS=)
+   fi
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+
+   if use cairo  use doc; then
+   # For now install gtk-doc there
+   insinto /usr/share/gtk-doc/html/poppler
+   doins -r ${S}/glib/reference/html/*
+   fi
+}



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

2014-05-10 Thread Johannes Huber
commit: 853e8c841f9502533ee026259f4e230fba67dd4c
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Sat May 10 13:14:47 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Sat May 10 13:14:47 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=853e8c84

[kde-base/kfilemetadata] Restore pdf USE flag

Package-Manager: portage-2.2.10

---
 kde-base/kfilemetadata/kfilemetadata-.ebuild | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/kde-base/kfilemetadata/kfilemetadata-.ebuild 
b/kde-base/kfilemetadata/kfilemetadata-.ebuild
index 264f0dc..2dd9bf7 100644
--- a/kde-base/kfilemetadata/kfilemetadata-.ebuild
+++ b/kde-base/kfilemetadata/kfilemetadata-.ebuild
@@ -7,12 +7,11 @@ EAPI=5
 EGIT_BRANCH=frameworks
 inherit kde5
 
-DESCRIPTION=A library for extracting file metadata
+DESCRIPTION=Library for extracting file metadata
 KEYWORDS=
-IUSE=epub exif ffmpeg taglib
+IUSE=epub exif ffmpeg pdf taglib
 
-# pdf? ( app-text/poppler[qt5] ) NOTE: need popper qt5
-# mobi? ( $(add_kdebase_dep kdegraphics-mobipocket) ) NOTE: not integrated 
upstream 
+# TODO: mobi? ( $(add_kdebase_dep kdegraphics-mobipocket) ) NOTE: not 
integrated upstream
 DEPEND=
$(add_frameworks_dep karchive)
$(add_frameworks_dep kcoreaddons)
@@ -22,6 +21,7 @@ DEPEND=
epub? ( app-text/ebook-tools )
exif? ( media-gfx/exiv2:= )
ffmpeg? ( virtual/ffmpeg )
+   pdf? ( app-text/poppler[qt5] )
taglib? ( media-libs/taglib )
 
 RDEPEND=${DEPEND}
@@ -33,6 +33,7 @@ src_configure() {
$(cmake-utils_use_find_package epub EPub)
$(cmake-utils_use_find_package exif Exiv2)
$(cmake-utils_use_find_package ffmpeg FFmpeg)
+   $(cmake-utils_use_find_package pdf PopplerQt5)
$(cmake-utils_use_find_package taglib Taglib)
)
 



[gentoo-commits] gentoo-x86 commit in dev-db/psqlodbc: psqlodbc-09.03.0210.ebuild ChangeLog

2014-05-10 Thread Aaron Swenson (titanofold)
titanofold14/05/10 13:18:50

  Modified: ChangeLog
  Added:psqlodbc-09.03.0210.ebuild
  Log:
  Version bump fixes bug 505938
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.3  dev-db/psqlodbc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/psqlodbc/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   8 Jun 2013 15:53:50 -   1.2
+++ ChangeLog   10 May 2014 13:18:50 -  1.3
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/psqlodbc
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/psqlodbc/ChangeLog,v 1.2 2013/06/08 
15:53:50 titanofold Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/psqlodbc/ChangeLog,v 1.3 2014/05/10 
13:18:50 titanofold Exp $
+
+*psqlodbc-09.03.0210 (10 May 2014)
+
+  10 May 2014; Aaron W. Swenson titanof...@gentoo.org
+  +psqlodbc-09.03.0210.ebuild:
+  Version bump fixes bug 505938
 
 *psqlodbc-09.02.0100 (08 Jun 2013)
 



1.1  dev-db/psqlodbc/psqlodbc-09.03.0210.ebuild

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

Index: psqlodbc-09.03.0210.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/psqlodbc/psqlodbc-09.03.0210.ebuild,v 
1.1 2014/05/10 13:18:50 titanofold Exp $

EAPI=4

inherit multilib versionator

MY_MAJOR=$(get_major_version)
MY_MINOR=$(get_version_component_range 2)
PGSLOT=${MY_MAJOR#0}.${MY_MINOR#0}

DESCRIPTION=Official ODBC driver for PostgreSQL
HOMEPAGE=http://www.postgresql.org/;
SRC_URI=mirror://postgresql/odbc/versions/src/${P}.tar.gz
SLOT=0
LICENSE=LGPL-2
KEYWORDS=~x86 ~amd64
IUSE=doc iodbc ssl threads unicode

DEPEND=dev-db/postgresql-base:${PGSLOT}
!iodbc? ( dev-db/unixODBC )
iodbc? ( dev-db/libiodbc )
ssl? ( dev-libs/openssl )

RDEPEND=${DEPEND}

src_configure() {
econf 
--with-libpq=${EROOT%/}/usr/$(get_libdir)/postgresql-${PGSLOT}/bin/pg_config \
$(use_with iodbc) \
$(use_with !iodbc unixodbc) \
$(use_enable ssl openssl) \
$(use_enable threads pthreads) \
$(use_enable unicode)
}

src_install() {
emake DESTDIR=${D} install

dodoc readme.txt
use doc  dohtml docs/*
}






[gentoo-commits] proj/emacs-tools: New tag: emacs-23.4-patches-13

2014-05-10 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller ulm AT gentoo DOT org
CommitDate: Sat May 10 13:22:59 2014 +

New tag: emacs-23.4-patches-13




[gentoo-commits] proj/emacs-tools:patchsets commit in: emacs/23.4/

2014-05-10 Thread Ulrich Müller
commit: afece1b88834fd6241e97d89dcfa500732352a64
Author: Ulrich Müller ulm AT gentoo DOT org
AuthorDate: Sat May 10 13:13:09 2014 +
Commit: Ulrich Müller ulm AT gentoo DOT org
CommitDate: Sat May 10 13:13:09 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=afece1b8

Backport xz support to Emacs 23.4.

---
 emacs/23.4/20_all_xz.patch | 323 +
 1 file changed, 323 insertions(+)

diff --git a/emacs/23.4/20_all_xz.patch b/emacs/23.4/20_all_xz.patch
new file mode 100644
index 000..2c55b21
--- /dev/null
+++ b/emacs/23.4/20_all_xz.patch
@@ -0,0 +1,323 @@
+Backport xz support to Emacs 23.4.
+This comprises parts of the following commits from upstream bzr:
+
+revno: 112525
+committer: Glenn Morris r...@gnu.org
+branch nick: trunk
+timestamp: Wed 2013-05-08 21:06:10 -0400
+message:
+  * lisp/jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
+
+revno: 111835
+fixes bug: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13770
+author: Ulrich Müller u...@gentoo.org
+committer: Stefan Monnier monn...@iro.umontreal.ca
+branch nick: trunk
+timestamp: Wed 2013-02-20 09:30:23 -0500
+message:
+  * lisp/jka-cmpr-hook.el (jka-compr-compression-info-list)
+  (jka-compr-mode-alist-additions): Handle .txz suffix for
+  XZ-compressed tar archives.
+
+revno: 110764.1.62
+committer: Chong Yidong c...@gnu.org
+branch nick: emacs-24
+timestamp: Fri 2012-11-09 16:34:17 +0800
+message:
+  More updates for the URL library manual.
+
+revno: 110534
+fixes bug: http://debbugs.gnu.org/11839
+author: Liam Stitt sti...@cuug.ab.ca
+committer: Chong Yidong c...@gnu.org
+branch nick: trunk
+timestamp: Sat 2012-10-13 18:51:26 +0800
+message:
+  Add .xz to some url code (tiny change).
+  * url-vars.el (url-uncompressor-alist):
+  * url-file.el (url-file-find-possibly-compressed-file, url-file):
+  Recognize .xz compression.
+
+revno: 107781.1.349
+fixes bug: http://debbugs.gnu.org/12382
+author: Joel Bion jpb...@westvi.com
+committer: Glenn Morris r...@gnu.org
+branch nick: emacs-24
+timestamp: Fri 2012-09-07 20:59:04 -0400
+message:
+  * lisp/pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (tiny change)
+
+revno: 105835
+committer: Michael Albinus michael.albi...@gmx.de
+branch nick: trunk
+timestamp: Mon 2011-09-19 08:53:45 +0200
+message:
+  * net/tramp-sh.el (tramp-inline-compress-commands): Add xz.
+  Suggested by Liam Stitt sti...@cuug.ab.ca.
+
+revno: 101620
+author: Ulrich Mueller u...@gentoo.org
+committer: Glenn Morris r...@gnu.org
+branch nick: trunk
+timestamp: Sat 2010-09-25 14:42:48 -0700
+message:
+  Add more xz compression support.
+
+  * doc/man/etags.1: xz compression is now supported.
+  * doc/misc/woman.texi (Interface Options): xz compression is now supported.
+
+  * lib-src/etags.c (compressors, print_language_names): Support xz 
compression.
+
+  * lisp/eshell/em-ls.el (eshell-ls-archive-regexp):
+  * lisp/eshell/esh-util.el (eshell-tar-regexp):
+  * lisp/ibuffer.el (ibuffer-compressed-file-name-regexp):
+  * lisp/info.el (Info-suffix-list):
+  * lisp/international/mule.el (auto-coding-alist):
+  * lisp/woman.el (woman-file-regexp, woman-file-compression-regexp):
+  * lisp/progmodes/etags.el (tags-compression-info-list):
+  Support xz compression.
+
+--- emacs-23.4-orig/doc/man/etags.1
 emacs-23.4/doc/man/etags.1
+@@ -62,7 +62,7 @@
+ with absolute file names.  Files generated from a source file\-\-like
+ a C file generated from a source Cweb file\-\-will be recorded with
+ the name of the source file.
+-Compressed files are supported using gzip and bzip2.
++Compressed files are supported using gzip, bzip2, and xz.
+ The programs recognize the language used in an input file based on its
+ file name and contents.  The \fB\-\-language\fP switch can be used to force
+ parsing of the file names following the switch according to the given
+--- emacs-23.4-orig/doc/misc/url.texi
 emacs-23.4/doc/misc/url.texi
+@@ -420,8 +420,8 @@
+ 
+ Compressed files are handled, but support is hard-coded so that
+ @code{jka-compr-compression-info-list} and so on have no affect.
+-Suffixes recognized are @samp{.z}, @samp{.gz}, @samp{.Z} and
+-@samp{.bz2}.
++Suffixes recognized are @samp{.z}, @samp{.gz}, @samp{.Z}, @samp{.bz2}
++and @samp{.xz}.
+ 
+ @defopt url-directory-index-file
+ The filename to look for when indexing a directory, default
+--- emacs-23.4-orig/doc/misc/woman.texi
 emacs-23.4/doc/misc/woman.texi
+@@ -1121,8 +1121,8 @@
+ for which decompressors are available and handled by auto-compression
+ mode.  It should begin with @code{\\.} and end with @code{\\'} and
+ @emph{must not} be optional.  The default value is
+-@code{\\.\\(g?z\\|bz2\\)\\'}, which matches the @code{gzip} and
+-@code{bzip2} compression extensions.
++@code{\\.\\(g?z\\|bz2\\|xz\\)\\'}, which matches the @code{gzip},
++@code{bzip2}, and @code{xz} compression extensions.
+ 
+ @emph{Do not change this unless you are sure you know what you 

[gentoo-commits] gentoo-x86 commit in app-editors/emacs: ChangeLog emacs-23.4-r11.ebuild

2014-05-10 Thread Ulrich Mueller (ulm)
ulm 14/05/10 13:23:15

  Modified: ChangeLog
  Added:emacs-23.4-r11.ebuild
  Log:
  Backport xz support to Emacs 23.4.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.618app-editors/emacs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.618view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.618content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.617r2=1.618

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
retrieving revision 1.617
retrieving revision 1.618
diff -u -r1.617 -r1.618
--- ChangeLog   9 May 2014 15:55:29 -   1.617
+++ ChangeLog   10 May 2014 13:23:15 -  1.618
@@ -1,6 +1,11 @@
 # ChangeLog for app-editors/emacs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.617 
2014/05/09 15:55:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.618 
2014/05/10 13:23:15 ulm Exp $
+
+*emacs-23.4-r11 (10 May 2014)
+
+  10 May 2014; Ulrich Müller u...@gentoo.org +emacs-23.4-r11.ebuild:
+  Backport xz support to Emacs 23.4.
 
   09 May 2014; Jeroen Roovers j...@gentoo.org emacs-23.4-r10.ebuild,
   emacs-24.3-r6.ebuild:



1.1  app-editors/emacs/emacs-23.4-r11.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.4-r11.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.4-r11.ebuild?rev=1.1content-type=text/plain

Index: emacs-23.4-r11.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.4-r11.ebuild,v 
1.1 2014/05/10 13:23:15 ulm Exp $

EAPI=5
WANT_AUTOMAKE=none

inherit autotools elisp-common eutils flag-o-matic multilib readme.gentoo

DESCRIPTION=The extensible, customizable, self-documenting real-time display 
editor
HOMEPAGE=http://www.gnu.org/software/emacs/;
SRC_URI=mirror://gnu/emacs/${P}.tar.bz2
http://dev.gentoo.org/~ulm/emacs/${P}-patches-13.tar.xz;

LICENSE=GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2
SLOT=23
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos
IUSE=alsa aqua athena dbus games gconf gif gpm gtk gzip-el hesiod jpeg 
kerberos livecd m17n-lib motif pax_kernel png sound source svg tiff 
toolkit-scroll-bars X Xaw3d xft +xpm
REQUIRED_USE=?? ( aqua X )

RDEPEND=sys-libs/ncurses
=app-admin/eselect-emacs-1.16
=app-emacs/emacs-common-gentoo-1.4-r1[games?,X?]
net-libs/liblockfile
hesiod? ( net-dns/hesiod )
kerberos? ( virtual/krb5 )
alsa? ( media-libs/alsa-lib )
gpm? ( sys-libs/gpm )
dbus? ( sys-apps/dbus )
X? (
x11-libs/libXmu
x11-libs/libXt
x11-misc/xbitmaps
gconf? ( =gnome-base/gconf-2.26.2 )
gif? ( media-libs/giflib )
jpeg? ( virtual/jpeg:0= )
png? ( =media-libs/libpng-1.4:0= )
svg? ( =gnome-base/librsvg-2.0 )
tiff? ( media-libs/tiff )
xpm? ( x11-libs/libXpm )
xft? (
media-libs/fontconfig
media-libs/freetype
x11-libs/libXft
m17n-lib? (
=dev-libs/libotf-0.9.4
=dev-libs/m17n-lib-1.5.1
)
)
gtk? ( x11-libs/gtk+:2 )
!gtk? (
motif? ( =x11-libs/motif-2.3:0 )
!motif? (
Xaw3d? ( x11-libs/libXaw3d )
!Xaw3d? ( athena? ( x11-libs/libXaw ) )
)
)
)

DEPEND=${RDEPEND}
alsa? ( virtual/pkgconfig )
dbus? ( virtual/pkgconfig )
X? ( virtual/pkgconfig )
gzip-el? ( app-arch/gzip )
pax_kernel? (
sys-apps/attr
sys-apps/paxctl
)

RDEPEND=${RDEPEND}
!app-editors/emacs-vcs-${PV}

EMACS_SUFFIX=${PN/emacs/emacs-${SLOT}}
SITEFILE=20${PN}-${SLOT}-gentoo.el
# FULL_VERSION keeps the full version number, which is needed in
# order to determine some path information correctly for copy/move
# operations later on
FULL_VERSION=${PV%%_*}
S=${WORKDIR}/emacs-${FULL_VERSION}


[gentoo-commits] proj/g-sorcery:master commit in: /, docs/

2014-05-10 Thread Jauhien Piatlicki
commit: 194ed5bae05304e7664c40110b7850b98347b64f
Author: Jauhien Piatlicki jauhien AT gentoo DOT org
AuthorDate: Sat May 10 13:31:10 2014 +
Commit: Jauhien Piatlicki piatlicki AT gmail DOT com
CommitDate: Sat May 10 13:31:10 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/g-sorcery.git;a=commit;h=194ed5ba

0.1 release

---
 README.md| 133 +--
 docs/g-sorcery.8 |   4 +-
 docs/g-sorcery.8.rst |   4 +-
 docs/g-sorcery.cfg.8 |   4 +-
 docs/g-sorcery.cfg.8.rst |   4 +-
 setup.py |   4 +-
 6 files changed, 24 insertions(+), 129 deletions(-)

diff --git a/README.md b/README.md
index f0070a8..9bdd5b7 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,15 @@
+Usage
+=
+
+This project is a framework, you may be interested in it only if
+you want to develop your own ebuild generator.
+
+As user you may be interested in already implemented ones:
+[gs-elpa](https://github.com/jauhien/gs-elpa) and
+[gs-pypi](https://github.com/jauhien/gs-pypi).
+
+User instructions in gs-elpa are more complete, so consult them for how to use.
+
 Objective
 =
 
@@ -10,124 +22,7 @@ maintained ebuilds in Gentoo tree or even in overlays. 
Installing such
 a software with its own distribution system does not seem like a good
 idea, especially if one needs to install it system-wide.
 
-There is a number of solutions for this problem in Gentoo.  But here
-another problem lies: there are special dedicated “g-helpers” for a
-number of 3rd party software providers. But, as Rafael Martins states
-“each one tries to solve the very same problems on its own unique and
-innovative way”. While it would be really nice to have a solid base
-framework with realization of all the basic algorithms necessary for
-ebuild and overlay generation, with uniform UI and with good
-integration with system package manager.
-
-Deliverables
-
-At the end of the project there should be a framework and number of
-backends for some of the 3rd party software providers. This framework
-should make writing of those g-helpers easier and regular.
-
-At the moment I see this framework as a number of classes in Python
-that can be inherited and expanded in backends with the specific
-logic. All the logic related to the interaction with user, portage and
-overlay tools should be implemented in the framework and normally
-should not be changed by backends. Integration with system may need
-patching of some existing tools (like layman).
-
-Framework should have: - basic logic for ebuild and overlay
-manipulation, dependencies resolving, patching and so on - cli, that
-allows users to generate separate ebuilds and even overlays with
-available backends - integration with other system tools (I mean
-layman, as I'm not really familiar with tools used by other package
-manglers. But supporting them would be a good idea as well).
-
-Backend should have everything specific for a given 3rd party software
-provider: concrete algorithms for ebuild-generation, eclasses,
-databases with information about available software and so on.
-
-Installation and using
-==
-
-You will need **app-portage/layman-** (when you emerge a backend you are
-interested in it will be pulled in authomatically).
-
-Add `jauhien` overlay: **layman -a jauhien**.
-
-Currently 2 backends are available: **gs-elpa** and **gs-pypi**.
-
-Here is an example of using gs-elpa backend.
-
-Emerge backend you want to use: **emerge -va gs-elpa**.
-
-There are two ways of using **gs-elpa**:
-
-* use it with **layman**
-
-In this case all you need to do is install **layman-** and **g-sorcery**.
-Then you should just run `layman -L` as
-root and find an overlay you want. Type of overlay will be
-displayed as *g-sorcery*. Then you add this overlay as
-usual. It's all you need to do and it's the recommended way of
-using **g-sorcery**.
-
-Using **g-sorcery** with layman you can populate overlay only with packages 
you want.
-To do so you should add a section named BACKEND (BACKEND here is the name of 
backend used for
-your repo). In this section you can add entries named REPO_packages (REPO here 
is the name
-of repository you want to add) which are space separated lists of packages you 
need. ebuilds for
-dependencies will be generated automatically if backend supports this 
possibility.
-
-Note, that some overlays may depend on other overlays, in this case you'll 
need to add those
-dependencies first.
-
-
-* use it as stand-alone tool
-
-In this case you should create an overlay (see **portage** documentation), 
sync it and populate
-it with one or more ebuilds. Then ebuilds could be installed by emerge or by 
**gs-elpa** tool.
-
-**Using gs-elpa with layman**
-
-Execute
-
-**layman -L**
-
-Find there an overlay you need (there are
-3 gs-elpa overlays currently: gnu-elpa, marmalade and melpa).
-Add, e.g.
-
-**layman -a gnu-elpa -a marmalade**
-
-Emerge any package 

[gentoo-commits] proj/qt:master commit in: app-text/poppler/files/, app-text/poppler/

2014-05-10 Thread Johannes Huber
commit: 0234504c95cca7d155f5681936ac97af0922f299
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Sat May 10 13:35:10 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Sat May 10 13:35:10 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=0234504c

[app-text/poppler] Sync with kde overlay

* cleanup header
* move to git-r3 eclass
* drop old blocker
* add qt5 USE flag

Package-Manager: portage-2.2.10

---
 .../files/poppler-0.26.0-qt5-dependencies.patch| 31 ++
 app-text/poppler/metadata.xml  |  3 ---
 app-text/poppler/poppler-.ebuild   | 24 ++---
 3 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/app-text/poppler/files/poppler-0.26.0-qt5-dependencies.patch 
b/app-text/poppler/files/poppler-0.26.0-qt5-dependencies.patch
new file mode 100644
index 000..bf1effd
--- /dev/null
+++ b/app-text/poppler/files/poppler-0.26.0-qt5-dependencies.patch
@@ -0,0 +1,31 @@
+From 95f6a96e390830233d953f8afa37817499912b35 Mon Sep 17 00:00:00 2001
+From: Johannes Huber j...@gentoo.org
+Date: Sat, 10 May 2014 15:00:48 +0200
+Subject: [PATCH] [Qt5] Drop unused dependencies
+
+---
+ CMakeLists.txt | 6 ++
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index fbafc4e..073f39b 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -106,12 +106,10 @@ 
if(${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION} VERSION_
+   find_package(Qt5Core)
+   find_package(Qt5Gui)
+   find_package(Qt5Xml)
+-  find_package(Qt5Widgets)
+-  find_package(Qt5Test)
+-  if (Qt5Core_FOUND AND Qt5Gui_FOUND AND Qt5Xml_FOUND AND Qt5Widgets_FOUND 
AND Qt5Test_FOUND)
++  if (Qt5Core_FOUND AND Qt5Gui_FOUND AND Qt5Xml_FOUND)
+ set(QT5_FOUND true)
+   else ()
+-message(-- Package Qt5Core or Qt5Gui or Qt5Xml or Qt5Widgets or Qt5Test 
not found)
++message(-- Package Qt5Core or Qt5Gui or Qt5Xml not found)
+ set(QT5_FOUND false)
+   endif()
+ else(${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION} 
VERSION_GREATER 2.8.7)
+-- 
+1.9.2
+

diff --git a/app-text/poppler/metadata.xml b/app-text/poppler/metadata.xml
index 75a5717..9124e13 100644
--- a/app-text/poppler/metadata.xml
+++ b/app-text/poppler/metadata.xml
@@ -8,10 +8,7 @@
nameMaciej Mrozowski/name
 /maintainer
 use
-   flag name='abiword'Enable support for pkgapp-office/abiword/pkg 
output. Requires pkgdev-libs/libxml2/pkg./flag
-   flag name='exceptions'Enable exceptions throwing./flag
flag name='introspection'Enable GObject introspection./flag
flag name='utils'Install command-line PDF converters and various 
utilities./flag
-   flag name='xpdf-headers'/flag
 /use
 /pkgmetadata

diff --git a/app-text/poppler/poppler-.ebuild 
b/app-text/poppler/poppler-.ebuild
index ba2094e..53e061b 100644
--- a/app-text/poppler/poppler-.ebuild
+++ b/app-text/poppler/poppler-.ebuild
@@ -1,19 +1,19 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.22.5.ebuild,v 
1.2 2013/07/12 20:34:24 dilfridge Exp $
+# $Header: $
 
 EAPI=5
 
-inherit cmake-utils toolchain-funcs git-2
+inherit cmake-utils toolchain-funcs git-r3
 
 DESCRIPTION=PDF rendering library based on the xpdf-3.0 code base
 HOMEPAGE=http://poppler.freedesktop.org/;
-EGIT_REPO_URI=git://git.freedesktop.org/git/poppler/poppler
+EGIT_REPO_URI=git://git.freedesktop.org/git/${PN}/${PN}
 
 LICENSE=GPL-2
 KEYWORDS=
-SLOT=0/43
-IUSE=cairo cjk curl cxx debug doc +introspection +jpeg jpeg2k +lcms png qt4 
tiff +utils
+SLOT=0/46
+IUSE=cairo cjk curl cxx debug doc +introspection +jpeg jpeg2k +lcms png qt4 
qt5 tiff +utils
 
 # No test data provided
 RESTRICT=test
@@ -36,22 +36,24 @@ COMMON_DEPEND=
dev-qt/qtcore:4
dev-qt/qtgui:4
)
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtxml:5
+   )
tiff? ( media-libs/tiff:0 )
 
 DEPEND=${COMMON_DEPEND}
virtual/pkgconfig
 
 RDEPEND=${COMMON_DEPEND}
-   !dev-libs/poppler
-   !dev-libs/poppler-glib
-   !dev-libs/poppler-qt3
-   !dev-libs/poppler-qt4
-   !app-text/poppler-utils
cjk? ( =app-text/poppler-data-0.4.4 )
 
 
 DOCS=(AUTHORS NEWS README README-XPDF TODO)
 
+PATCHES=( ${FILESDIR}/${PN}-0.26.0-qt5-dependencies.patch )
+
 src_configure() {
# this is needed for multilib, see bug 459394
local ft_libdir ft_includedir
@@ -63,6 +65,7 @@ src_configure() {
mycmakeargs=(
-DBUILD_GTK_TESTS=OFF
-DBUILD_QT4_TESTS=OFF
+   -DBUILD_QT5_TESTS=OFF
-DBUILD_CPP_TESTS=OFF
-DENABLE_SPLASH=ON
-DENABLE_ZLIB=ON
@@ -76,6 +79,7 @@ src_configure() {

[gentoo-commits] gentoo-x86 commit in dev-libs/json-glib: json-glib-0.16.2.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:40:02

  Modified: json-glib-0.16.2.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  dev-libs/json-glib/json-glib-0.16.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild?r1=1.5r2=1.6

Index: json-glib-0.16.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- json-glib-0.16.2.ebuild 22 Feb 2014 21:15:11 -  1.5
+++ json-glib-0.16.2.ebuild 10 May 2014 13:40:02 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v 1.5 
2014/02/22 21:15:11 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v 1.6 
2014/05/10 13:40:02 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -12,7 +12,7 @@
 
 LICENSE=LGPL-2.1+
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-fbsd ~x86-fbsd
+KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc x86 
~amd64-fbsd ~x86-fbsd
 IUSE=+introspection
 
 RDEPEND=



1.59 dev-libs/json-glib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-glib/ChangeLog?rev=1.59view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-glib/ChangeLog?rev=1.59content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-glib/ChangeLog?r1=1.58r2=1.59

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   27 Apr 2014 16:22:55 -  1.58
+++ ChangeLog   10 May 2014 13:40:02 -  1.59
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/json-glib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.58 
2014/04/27 16:22:55 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.59 
2014/05/10 13:40:02 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org json-glib-0.16.2.ebuild:
+  Stable for ppc, wrt bug #508862
 
 *json-glib-1.0.0 (27 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in gnome-base/dconf: dconf-0.18.0.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:40:10

  Modified: dconf-0.18.0.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  gnome-base/dconf/dconf-0.18.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf/dconf-0.18.0.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf/dconf-0.18.0.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf/dconf-0.18.0.ebuild?r1=1.5r2=1.6

Index: dconf-0.18.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/dconf/dconf-0.18.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dconf-0.18.0.ebuild 9 Mar 2014 11:57:55 -   1.5
+++ dconf-0.18.0.ebuild 10 May 2014 13:40:10 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/dconf/dconf-0.18.0.ebuild,v 1.5 
2014/03/09 11:57:55 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/dconf/dconf-0.18.0.ebuild,v 1.6 
2014/05/10 13:40:10 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -16,7 +16,7 @@
 # TODO: coverage ?
 IUSE=test +X
 
-KEYWORDS=~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~arm-linux ~x86-linux
 
 RDEPEND=
=dev-libs/glib-2.35.2:2



1.59 gnome-base/dconf/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf/ChangeLog?rev=1.59view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf/ChangeLog?rev=1.59content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf/ChangeLog?r1=1.58r2=1.59

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/dconf/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   27 Apr 2014 16:41:18 -  1.58
+++ ChangeLog   10 May 2014 13:40:10 -  1.59
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/dconf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/dconf/ChangeLog,v 1.58 
2014/04/27 16:41:18 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/dconf/ChangeLog,v 1.59 
2014/05/10 13:40:10 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org dconf-0.18.0.ebuild:
+  Stable for ppc, wrt bug #508862
 
 *dconf-0.20.0 (27 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-cpp/atkmm: atkmm-2.22.7.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:39:54

  Modified: atkmm-2.22.7.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  dev-cpp/atkmm/atkmm-2.22.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/atkmm/atkmm-2.22.7.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/atkmm/atkmm-2.22.7.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/atkmm/atkmm-2.22.7.ebuild?r1=1.7r2=1.8

Index: atkmm-2.22.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/atkmm/atkmm-2.22.7.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- atkmm-2.22.7.ebuild 22 Feb 2014 21:08:09 -  1.7
+++ atkmm-2.22.7.ebuild 10 May 2014 13:39:54 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/atkmm/atkmm-2.22.7.ebuild,v 1.7 
2014/02/22 21:08:09 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/atkmm/atkmm-2.22.7.ebuild,v 1.8 
2014/05/10 13:39:54 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -13,7 +13,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris
 IUSE=doc
 
 RDEPEND=



1.41 dev-cpp/atkmm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/atkmm/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   22 Feb 2014 21:08:09 -  1.40
+++ ChangeLog   10 May 2014 13:39:54 -  1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-cpp/atkmm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/atkmm/ChangeLog,v 1.40 2014/02/22 
21:08:09 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/atkmm/ChangeLog,v 1.41 2014/05/10 
13:39:54 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org atkmm-2.22.7.ebuild:
+  Stable for ppc, wrt bug #508862
 
   22 Feb 2014; Pacho Ramos pa...@gentoo.org atkmm-2.22.7.ebuild:
   Fix wrong commit, bug 502160






[gentoo-commits] gentoo-x86 commit in dev-python/pyorbit: pyorbit-2.24.0-r1.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:40:06

  Modified: pyorbit-2.24.0-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-python/pyorbit/pyorbit-2.24.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0-r1.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0-r1.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0-r1.ebuild?r1=1.6r2=1.7

Index: pyorbit-2.24.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pyorbit-2.24.0-r1.ebuild22 Feb 2014 21:24:07 -  1.6
+++ pyorbit-2.24.0-r1.ebuild10 May 2014 13:40:06 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0-r1.ebuild,v 1.6 
2014/02/22 21:24:07 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0-r1.ebuild,v 1.7 
2014/05/10 13:40:06 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -15,7 +15,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris
 IUSE=
 
 RDEPEND=${PYTHON_DEPS}



1.82 dev-python/pyorbit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog   22 Feb 2014 21:24:07 -  1.81
+++ ChangeLog   10 May 2014 13:40:06 -  1.82
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyorbit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.81 
2014/02/22 21:24:07 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.82 
2014/05/10 13:40:06 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org pyorbit-2.24.0-r1.ebuild:
+  Stable for ppc, wrt bug #508862
 
   22 Feb 2014; Pacho Ramos pa...@gentoo.org pyorbit-2.24.0-r1.ebuild:
   Fix wrong commit, bug 502160






[gentoo-commits] gentoo-x86 commit in dev-libs/libgee: libgee-0.6.8.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:40:04

  Modified: libgee-0.6.8.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  dev-libs/libgee/libgee-0.6.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/libgee-0.6.8.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/libgee-0.6.8.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/libgee-0.6.8.ebuild?r1=1.5r2=1.6

Index: libgee-0.6.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgee/libgee-0.6.8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libgee-0.6.8.ebuild 22 Feb 2014 21:16:37 -  1.5
+++ libgee-0.6.8.ebuild 10 May 2014 13:40:04 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/libgee-0.6.8.ebuild,v 1.5 
2014/02/22 21:16:37 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/libgee-0.6.8.ebuild,v 1.6 
2014/05/10 13:40:04 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -12,7 +12,7 @@
 
 LICENSE=LGPL-2.1+
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-linux
+KEYWORDS=~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-linux
 IUSE=+introspection
 
 RDEPEND==dev-libs/glib-2.12:2



1.89 dev-libs/libgee/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/ChangeLog?rev=1.89view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/ChangeLog?rev=1.89content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/ChangeLog?r1=1.88r2=1.89

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   27 Apr 2014 16:24:12 -  1.88
+++ ChangeLog   10 May 2014 13:40:04 -  1.89
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libgee
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.88 2014/04/27 
16:24:12 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.89 2014/05/10 
13:40:04 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org libgee-0.6.8.ebuild:
+  Stable for ppc, wrt bug #508862
 
 *libgee-0.14.0 (27 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-cpp/pangomm: pangomm-2.34.0.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:39:56

  Modified: pangomm-2.34.0.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-cpp/pangomm/pangomm-2.34.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pangomm/pangomm-2.34.0.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pangomm/pangomm-2.34.0.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pangomm/pangomm-2.34.0.ebuild?r1=1.6r2=1.7

Index: pangomm-2.34.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/pangomm/pangomm-2.34.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pangomm-2.34.0.ebuild   22 Feb 2014 21:09:56 -  1.6
+++ pangomm-2.34.0.ebuild   10 May 2014 13:39:56 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pangomm/pangomm-2.34.0.ebuild,v 1.6 
2014/02/22 21:09:56 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pangomm/pangomm-2.34.0.ebuild,v 1.7 
2014/05/10 13:39:56 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -13,7 +13,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=1.4
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris
 IUSE=doc
 
 COMMON_DEPEND=



1.68 dev-cpp/pangomm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pangomm/ChangeLog?rev=1.68view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pangomm/ChangeLog?rev=1.68content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pangomm/ChangeLog?r1=1.67r2=1.68

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/pangomm/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   22 Feb 2014 21:09:56 -  1.67
+++ ChangeLog   10 May 2014 13:39:56 -  1.68
@@ -1,6 +1,9 @@
 # ChangeLog for dev-cpp/pangomm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pangomm/ChangeLog,v 1.67 2014/02/22 
21:09:56 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pangomm/ChangeLog,v 1.68 2014/05/10 
13:39:56 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org pangomm-2.34.0.ebuild:
+  Stable for ppc, wrt bug #508862
 
   22 Feb 2014; Pacho Ramos pa...@gentoo.org pangomm-2.34.0.ebuild:
   Fix wrong commit, bug 502160






[gentoo-commits] gentoo-x86 commit in dev-lang/vala: vala-0.20.1.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:39:58

  Modified: vala-0.20.1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-lang/vala/vala-0.20.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/vala-0.20.1.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/vala-0.20.1.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/vala-0.20.1.ebuild?r1=1.6r2=1.7

Index: vala-0.20.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.20.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vala-0.20.1.ebuild  22 Feb 2014 21:10:51 -  1.6
+++ vala-0.20.1.ebuild  10 May 2014 13:39:58 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.20.1.ebuild,v 1.6 
2014/02/22 21:10:51 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.20.1.ebuild,v 1.7 
2014/05/10 13:39:58 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -12,7 +12,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=0.20
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux
 IUSE=test +vapigen
 
 RDEPEND=



1.170dev-lang/vala/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- ChangeLog   27 Apr 2014 11:19:59 -  1.169
+++ ChangeLog   10 May 2014 13:39:58 -  1.170
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/vala
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.169 2014/04/27 
11:19:59 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.170 2014/05/10 
13:39:58 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org vala-0.20.1.ebuild:
+  Stable for ppc, wrt bug #508862
 
 *vala-0.24.0 (27 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in app-text/gnome-doc-utils: gnome-doc-utils-0.20.10-r1.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:39:51

  Modified: gnome-doc-utils-0.20.10-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r1.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r1.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r1.ebuild?r1=1.8r2=1.9

Index: gnome-doc-utils-0.20.10-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gnome-doc-utils-0.20.10-r1.ebuild   22 Feb 2014 21:04:52 -  1.8
+++ gnome-doc-utils-0.20.10-r1.ebuild   10 May 2014 13:39:51 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r1.ebuild,v
 1.8 2014/02/22 21:04:52 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r1.ebuild,v
 1.9 2014/05/10 13:39:51 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2 LGPL-2.1
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=
 
 RDEPEND=



1.220app-text/gnome-doc-utils/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/ChangeLog?rev=1.220view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/ChangeLog?rev=1.220content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gnome-doc-utils/ChangeLog?r1=1.219r2=1.220

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -r1.219 -r1.220
--- ChangeLog   24 Apr 2014 01:23:57 -  1.219
+++ ChangeLog   10 May 2014 13:39:51 -  1.220
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/gnome-doc-utils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.219 
2014/04/24 01:23:57 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.220 
2014/05/10 13:39:51 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org
+  gnome-doc-utils-0.20.10-r1.ebuild:
+  Stable for ppc, wrt bug #508862
 
   24 Apr 2014; Mart Raudsepp l...@gentoo.org +gnome-doc-utils-0.20.10.ebuild:
   Restore 0.20.10; it was still the latest stable on all arches besides






[gentoo-commits] gentoo-x86 commit in gnome-base/gconf: gconf-3.2.6-r2.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:40:12

  Modified: gconf-3.2.6-r2.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  gnome-base/gconf/gconf-3.2.6-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gconf/gconf-3.2.6-r2.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gconf/gconf-3.2.6-r2.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gconf/gconf-3.2.6-r2.ebuild?r1=1.3r2=1.4

Index: gconf-3.2.6-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-3.2.6-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gconf-3.2.6-r2.ebuild   4 May 2014 12:09:58 -   1.3
+++ gconf-3.2.6-r2.ebuild   10 May 2014 13:40:12 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-3.2.6-r2.ebuild,v 
1.3 2014/05/04 12:09:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-3.2.6-r2.ebuild,v 
1.4 2014/05/10 13:40:12 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -16,7 +16,7 @@
 
 LICENSE=LGPL-2+
 SLOT=2
-KEYWORDS=~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 ~arm ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~arm-linux ~x86-linux
 IUSE=debug +introspection ldap policykit
 
 RDEPEND=



1.291gnome-base/gconf/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gconf/ChangeLog?rev=1.291view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gconf/ChangeLog?rev=1.291content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gconf/ChangeLog?r1=1.290r2=1.291

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -r1.290 -r1.291
--- ChangeLog   4 May 2014 12:09:58 -   1.290
+++ ChangeLog   10 May 2014 13:40:12 -  1.291
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/gconf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.290 
2014/05/04 12:09:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.291 
2014/05/10 13:40:12 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org gconf-3.2.6-r2.ebuild:
+  Stable for ppc, wrt bug #508862
 
   04 May 2014; Pacho Ramos pa...@gentoo.org gconf-3.2.6-r2.ebuild:
   x86 stable, bug 508862






[gentoo-commits] gentoo-x86 commit in x11-libs/gdk-pixbuf: gdk-pixbuf-2.30.7-r1.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:40:38

  Modified: gdk-pixbuf-2.30.7-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  x11-libs/gdk-pixbuf/gdk-pixbuf-2.30.7-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.30.7-r1.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.30.7-r1.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.30.7-r1.ebuild?r1=1.6r2=1.7

Index: gdk-pixbuf-2.30.7-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.30.7-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gdk-pixbuf-2.30.7-r1.ebuild 6 May 2014 19:10:24 -   1.6
+++ gdk-pixbuf-2.30.7-r1.ebuild 10 May 2014 13:40:38 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.30.7-r1.ebuild,v 1.6 
2014/05/06 19:10:24 grobian Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.30.7-r1.ebuild,v 1.7 
2014/05/10 13:40:38 ago Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 
 LICENSE=LGPL-2+
 SLOT=2
-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 ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
 IUSE=+X debug +introspection jpeg jpeg2k tiff test
 
 COMMON_DEPEND=



1.122x11-libs/gdk-pixbuf/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog?rev=1.122view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog?rev=1.122content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog?r1=1.121r2=1.122

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog   6 May 2014 19:10:24 -   1.121
+++ ChangeLog   10 May 2014 13:40:38 -  1.122
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/gdk-pixbuf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog,v 1.121 
2014/05/06 19:10:24 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog,v 1.122 
2014/05/10 13:40:38 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org gdk-pixbuf-2.30.7-r1.ebuild:
+  Stable for ppc, wrt bug #508862
 
   06 May 2014; Fabian Groffen grob...@gentoo.org gdk-pixbuf-2.30.7-r1.ebuild:
   Fix linking on Solaris






[gentoo-commits] gentoo-x86 commit in gnome-extra/libgsf: libgsf-1.14.30.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:40:24

  Modified: libgsf-1.14.30.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  gnome-extra/libgsf/libgsf-1.14.30.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.30.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.30.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.30.ebuild?r1=1.4r2=1.5

Index: libgsf-1.14.30.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.30.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libgsf-1.14.30.ebuild   4 May 2014 12:10:49 -   1.4
+++ libgsf-1.14.30.ebuild   10 May 2014 13:40:24 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.30.ebuild,v 
1.4 2014/05/04 12:10:49 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.30.ebuild,v 
1.5 2014/05/10 13:40:24 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2 LGPL-2.1
 SLOT=0/114 # libgsf-1.so version
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=bzip2 gtk +introspection
 
 RDEPEND=



1.240gnome-extra/libgsf/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/ChangeLog?rev=1.240view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/ChangeLog?rev=1.240content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/ChangeLog?r1=1.239r2=1.240

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -r1.239 -r1.240
--- ChangeLog   4 May 2014 12:10:49 -   1.239
+++ ChangeLog   10 May 2014 13:40:24 -  1.240
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-extra/libgsf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.239 
2014/05/04 12:10:49 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.240 
2014/05/10 13:40:24 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org libgsf-1.14.30.ebuild:
+  Stable for ppc, wrt bug #508862
 
   04 May 2014; Pacho Ramos pa...@gentoo.org libgsf-1.14.30.ebuild:
   x86 stable, bug 508862






[gentoo-commits] gentoo-x86 commit in gnome-base/gvfs: gvfs-1.18.3-r1.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:40:18

  Modified: gvfs-1.18.3-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  gnome-base/gvfs/gvfs-1.18.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/gvfs-1.18.3-r1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/gvfs-1.18.3-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/gvfs-1.18.3-r1.ebuild?r1=1.3r2=1.4

Index: gvfs-1.18.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.18.3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gvfs-1.18.3-r1.ebuild   4 May 2014 12:10:25 -   1.3
+++ gvfs-1.18.3-r1.ebuild   10 May 2014 13:40:18 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.18.3-r1.ebuild,v 1.3 
2014/05/04 12:10:25 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.18.3-r1.ebuild,v 1.4 
2014/05/10 13:40:18 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -20,7 +20,7 @@
udisks? ( udev )
systemd? ( udisks )
 
-KEYWORDS=~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris 
~x86-solaris
+KEYWORDS=~alpha amd64 ~arm ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris 
~x86-solaris
 
 # Can use libgphoto-2.5.0 as well. Automagic detection.
 RDEPEND=



1.252gnome-base/gvfs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/ChangeLog?rev=1.252view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/ChangeLog?rev=1.252content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/ChangeLog?r1=1.251r2=1.252

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -r1.251 -r1.252
--- ChangeLog   4 May 2014 12:10:25 -   1.251
+++ ChangeLog   10 May 2014 13:40:18 -  1.252
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/gvfs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.251 
2014/05/04 12:10:25 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.252 
2014/05/10 13:40:18 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org gvfs-1.18.3-r1.ebuild:
+  Stable for ppc, wrt bug #508862
 
   04 May 2014; Pacho Ramos pa...@gentoo.org gvfs-1.18.3-r1.ebuild:
   x86 stable, bug 508862






[gentoo-commits] gentoo-x86 commit in x11-libs/libwnck: libwnck-3.4.7.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:40:42

  Modified: libwnck-3.4.7.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  x11-libs/libwnck/libwnck-3.4.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/libwnck-3.4.7.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/libwnck-3.4.7.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/libwnck-3.4.7.ebuild?r1=1.5r2=1.6

Index: libwnck-3.4.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-3.4.7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libwnck-3.4.7.ebuild22 Feb 2014 22:46:51 -  1.5
+++ libwnck-3.4.7.ebuild10 May 2014 13:40:42 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-3.4.7.ebuild,v 1.5 
2014/02/22 22:46:51 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-3.4.7.ebuild,v 1.6 
2014/05/10 13:40:42 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -13,7 +13,7 @@
 
 LICENSE=LGPL-2+
 SLOT=3
-KEYWORDS=~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x64-solaris ~x86-solaris
 
 IUSE=+introspection startup-notification tools
 



1.325x11-libs/libwnck/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/ChangeLog?rev=1.325view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/ChangeLog?rev=1.325content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/ChangeLog?r1=1.324r2=1.325

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v
retrieving revision 1.324
retrieving revision 1.325
diff -u -r1.324 -r1.325
--- ChangeLog   27 Apr 2014 09:39:22 -  1.324
+++ ChangeLog   10 May 2014 13:40:42 -  1.325
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libwnck
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v 1.324 
2014/04/27 09:39:22 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v 1.325 
2014/05/10 13:40:42 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org libwnck-3.4.7.ebuild:
+  Stable for ppc, wrt bug #508862
 
   27 Apr 2014; Pacho Ramos pa...@gentoo.org -libwnck-3.4.6.ebuild:
   drop old






[gentoo-commits] gentoo-x86 commit in x11-libs/gtkglarea: gtkglarea-2.1.0.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:40:40

  Modified: gtkglarea-2.1.0.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  x11-libs/gtkglarea/gtkglarea-2.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkglarea/gtkglarea-2.1.0.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkglarea/gtkglarea-2.1.0.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkglarea/gtkglarea-2.1.0.ebuild?r1=1.4r2=1.5

Index: gtkglarea-2.1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkglarea/gtkglarea-2.1.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gtkglarea-2.1.0.ebuild  4 May 2014 12:12:57 -   1.4
+++ gtkglarea-2.1.0.ebuild  10 May 2014 13:40:40 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkglarea/gtkglarea-2.1.0.ebuild,v 
1.4 2014/05/04 12:12:57 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkglarea/gtkglarea-2.1.0.ebuild,v 
1.5 2014/05/10 13:40:40 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -12,7 +12,7 @@
 
 LICENSE=LGPL-2+ GPL-2+ # examples are GPL-2+, library is LGPL-2+
 SLOT=2
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux
 IUSE=examples
 
 RDEPEND=



1.63 x11-libs/gtkglarea/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkglarea/ChangeLog?rev=1.63view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkglarea/ChangeLog?rev=1.63content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkglarea/ChangeLog?r1=1.62r2=1.63

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkglarea/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   4 May 2014 12:12:57 -   1.62
+++ ChangeLog   10 May 2014 13:40:40 -  1.63
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/gtkglarea
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkglarea/ChangeLog,v 1.62 
2014/05/04 12:12:57 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkglarea/ChangeLog,v 1.63 
2014/05/10 13:40:40 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org gtkglarea-2.1.0.ebuild:
+  Stable for ppc, wrt bug #508862
 
   04 May 2014; Pacho Ramos pa...@gentoo.org gtkglarea-2.1.0.ebuild:
   x86 stable, bug 508862






[gentoo-commits] gentoo-x86 commit in gnome-extra/yelp-xsl: yelp-xsl-3.10.1.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:40:26

  Modified: yelp-xsl-3.10.1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  gnome-extra/yelp-xsl/yelp-xsl-3.10.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp-xsl/yelp-xsl-3.10.1.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp-xsl/yelp-xsl-3.10.1.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp-xsl/yelp-xsl-3.10.1.ebuild?r1=1.7r2=1.8

Index: yelp-xsl-3.10.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/yelp-xsl/yelp-xsl-3.10.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- yelp-xsl-3.10.1.ebuild  28 Mar 2014 02:26:45 -  1.7
+++ yelp-xsl-3.10.1.ebuild  10 May 2014 13:40:26 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/yelp-xsl/yelp-xsl-3.10.1.ebuild,v 1.7 
2014/03/28 02:26:45 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/yelp-xsl/yelp-xsl-3.10.1.ebuild,v 1.8 
2014/05/10 13:40:26 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 LICENSE=GPL-2+ LGPL-2.1+ MIT FDL-1.1+
 SLOT=0
 IUSE=
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux
 
 RDEPEND=
=dev-libs/libxml2-2.6.12:=



1.50 gnome-extra/yelp-xsl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp-xsl/ChangeLog?rev=1.50view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp-xsl/ChangeLog?rev=1.50content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp-xsl/ChangeLog?r1=1.49r2=1.50

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/yelp-xsl/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   27 Apr 2014 17:24:29 -  1.49
+++ ChangeLog   10 May 2014 13:40:26 -  1.50
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-extra/yelp-xsl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp-xsl/ChangeLog,v 1.49 
2014/04/27 17:24:29 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp-xsl/ChangeLog,v 1.50 
2014/05/10 13:40:26 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org yelp-xsl-3.10.1.ebuild:
+  Stable for ppc, wrt bug #508862
 
 *yelp-xsl-3.12.0 (27 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in net-wireless/bluez: bluez-5.18.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:40:44

  Modified: bluez-5.18.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  net-wireless/bluez/bluez-5.18.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/bluez-5.18.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/bluez-5.18.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/bluez-5.18.ebuild?r1=1.5r2=1.6

Index: bluez-5.18.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/bluez/bluez-5.18.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bluez-5.18.ebuild   4 May 2014 12:13:02 -   1.5
+++ bluez-5.18.ebuild   10 May 2014 13:40:44 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/bluez-5.18.ebuild,v 1.5 
2014/05/04 12:13:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/bluez-5.18.ebuild,v 1.6 
2014/05/10 13:40:44 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2+ LGPL-2.1+
 SLOT=0/3
-KEYWORDS=amd64 arm hppa ~ppc ~ppc64 x86
+KEYWORDS=amd64 arm hppa ppc ~ppc64 x86
 IUSE=cups debug +obex +readline selinux systemd test +udev
 REQUIRED_USE=test? ( ${PYTHON_REQUIRED_USE} )
 



1.204net-wireless/bluez/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/ChangeLog?rev=1.204view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/ChangeLog?rev=1.204content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/ChangeLog?r1=1.203r2=1.204

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/bluez/ChangeLog,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -r1.203 -r1.204
--- ChangeLog   9 May 2014 13:59:20 -   1.203
+++ ChangeLog   10 May 2014 13:40:44 -  1.204
@@ -1,6 +1,9 @@
 # ChangeLog for net-wireless/bluez
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/ChangeLog,v 1.203 
2014/05/09 13:59:20 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/ChangeLog,v 1.204 
2014/05/10 13:40:44 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org bluez-5.18.ebuild:
+  Stable for ppc, wrt bug #508862
 
 *bluez-5.18-r1 (09 May 2014)
 *bluez-4.101-r9 (09 May 2014)






[gentoo-commits] gentoo-x86 commit in net-libs/libbluedevil: libbluedevil-2.0_rc1.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:40:48

  Modified: libbluedevil-2.0_rc1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  net-libs/libbluedevil/libbluedevil-2.0_rc1.ebuild

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

Index: libbluedevil-2.0_rc1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-libs/libbluedevil/libbluedevil-2.0_rc1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libbluedevil-2.0_rc1.ebuild 9 Mar 2014 12:05:57 -   1.3
+++ libbluedevil-2.0_rc1.ebuild 10 May 2014 13:40:48 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libbluedevil/libbluedevil-2.0_rc1.ebuild,v 1.3 
2014/03/09 12:05:57 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libbluedevil/libbluedevil-2.0_rc1.ebuild,v 1.4 
2014/05/10 13:40:48 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 SRC_URI=mirror://kde/unstable/${PN}/${PV/_/-}/src/${MY_P}.tar.xz
 
 LICENSE=GPL-2
-KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86
+KEYWORDS=amd64 ~arm ppc ~ppc64 x86
 SLOT=4
 IUSE=debug
 



1.37 net-libs/libbluedevil/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbluedevil/ChangeLog?rev=1.37view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbluedevil/ChangeLog?rev=1.37content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbluedevil/ChangeLog?r1=1.36r2=1.37

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libbluedevil/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   9 Mar 2014 12:05:57 -   1.36
+++ ChangeLog   10 May 2014 13:40:48 -  1.37
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libbluedevil
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libbluedevil/ChangeLog,v 1.36 
2014/03/09 12:05:57 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libbluedevil/ChangeLog,v 1.37 
2014/05/10 13:40:48 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org libbluedevil-2.0_rc1.ebuild:
+  Stable for ppc, wrt bug #508862
 
   09 Mar 2014; Pacho Ramos pa...@gentoo.org libbluedevil-2.0_rc1.ebuild:
   x86 stable, bug 499954






[gentoo-commits] gentoo-x86 commit in gnome-base/gnome-common: gnome-common-3.10.0.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:40:14

  Modified: gnome-common-3.10.0.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  gnome-base/gnome-common/gnome-common-3.10.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-common/gnome-common-3.10.0.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-common/gnome-common-3.10.0.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-common/gnome-common-3.10.0.ebuild?r1=1.6r2=1.7

Index: gnome-common-3.10.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/gnome-base/gnome-common/gnome-common-3.10.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gnome-common-3.10.0.ebuild  28 Mar 2014 02:24:19 -  1.6
+++ gnome-common-3.10.0.ebuild  10 May 2014 13:40:14 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/gnome-common/gnome-common-3.10.0.ebuild,v 
1.6 2014/03/28 02:24:19 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/gnome-common/gnome-common-3.10.0.ebuild,v 
1.7 2014/05/10 13:40:14 ago Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-3
 SLOT=3
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=
 
 src_install() {



1.127gnome-base/gnome-common/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-common/ChangeLog?rev=1.127view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-common/ChangeLog?rev=1.127content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-common/ChangeLog?r1=1.126r2=1.127

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog   27 Apr 2014 11:21:48 -  1.126
+++ ChangeLog   10 May 2014 13:40:14 -  1.127
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/gnome-common
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/ChangeLog,v 1.126 
2014/04/27 11:21:48 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/ChangeLog,v 1.127 
2014/05/10 13:40:14 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org gnome-common-3.10.0.ebuild:
+  Stable for ppc, wrt bug #508862
 
 *gnome-common-3.12.0 (27 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in gnome-base/gsettings-desktop-schemas: gsettings-desktop-schemas-3.10.1.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:40:16

  Modified: gsettings-desktop-schemas-3.10.1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  
gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.10.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.10.1.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.10.1.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.10.1.ebuild?r1=1.6r2=1.7

Index: gsettings-desktop-schemas-3.10.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.10.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gsettings-desktop-schemas-3.10.1.ebuild 28 Mar 2014 02:24:50 -  
1.6
+++ gsettings-desktop-schemas-3.10.1.ebuild 10 May 2014 13:40:16 -  
1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.10.1.ebuild,v
 1.6 2014/03/28 02:24:50 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.10.1.ebuild,v
 1.7 2014/05/10 13:40:16 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -13,7 +13,7 @@
 LICENSE=LGPL-2.1+
 SLOT=0
 IUSE=+introspection
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~x64-macos ~sparc-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~x64-macos ~sparc-solaris ~x86-solaris
 
 RDEPEND=
=dev-libs/glib-2.31:2



1.68 gnome-base/gsettings-desktop-schemas/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gsettings-desktop-schemas/ChangeLog?rev=1.68view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gsettings-desktop-schemas/ChangeLog?rev=1.68content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gsettings-desktop-schemas/ChangeLog?r1=1.67r2=1.68

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/gnome-base/gsettings-desktop-schemas/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   27 Apr 2014 16:59:55 -  1.67
+++ ChangeLog   10 May 2014 13:40:16 -  1.68
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-base/gsettings-desktop-schemas
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/gsettings-desktop-schemas/ChangeLog,v 1.67 
2014/04/27 16:59:55 eva Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/gsettings-desktop-schemas/ChangeLog,v 1.68 
2014/05/10 13:40:16 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org
+  gsettings-desktop-schemas-3.10.1.ebuild:
+  Stable for ppc, wrt bug #508862
 
 *gsettings-desktop-schemas-3.12.0 (27 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in x11-libs/pangox-compat: pangox-compat-0.0.2.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:40:56

  Modified: pangox-compat-0.0.2.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.15 x11-libs/pangox-compat/pangox-compat-0.0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pangox-compat/pangox-compat-0.0.2.ebuild?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pangox-compat/pangox-compat-0.0.2.ebuild?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pangox-compat/pangox-compat-0.0.2.ebuild?r1=1.14r2=1.15

Index: pangox-compat-0.0.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-libs/pangox-compat/pangox-compat-0.0.2.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- pangox-compat-0.0.2.ebuild  5 Jan 2014 16:46:05 -   1.14
+++ pangox-compat-0.0.2.ebuild  10 May 2014 13:40:56 -  1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/pangox-compat/pangox-compat-0.0.2.ebuild,v 
1.14 2014/01/05 16:46:05 blueness Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/pangox-compat/pangox-compat-0.0.2.ebuild,v 
1.15 2014/05/10 13:40:56 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -13,7 +13,7 @@
 
 LICENSE=LGPL-2+
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
 
 RDEPEND==dev-libs/glib-2.31:2
=x11-libs/pango-1.32



1.16 x11-libs/pangox-compat/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pangox-compat/ChangeLog?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pangox-compat/ChangeLog?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pangox-compat/ChangeLog?r1=1.15r2=1.16

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/pangox-compat/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   4 Mar 2014 03:22:26 -   1.15
+++ ChangeLog   10 May 2014 13:40:56 -  1.16
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/pangox-compat
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pangox-compat/ChangeLog,v 1.15 
2014/03/04 03:22:26 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pangox-compat/ChangeLog,v 1.16 
2014/05/10 13:40:56 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org pangox-compat-0.0.2.ebuild:
+  Stable for ppc, wrt bug #508862
 
 *pangox-compat-0.0.2-r1 (04 Mar 2014)
 






[gentoo-commits] gentoo-x86 commit in media-libs/libgphoto2: libgphoto2-2.5.3.1.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:40:32

  Modified: libgphoto2-2.5.3.1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  media-libs/libgphoto2/libgphoto2-2.5.3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.5.3.1.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.5.3.1.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.5.3.1.ebuild?r1=1.4r2=1.5

Index: libgphoto2-2.5.3.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.5.3.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libgphoto2-2.5.3.1.ebuild   28 Mar 2014 02:28:33 -  1.4
+++ libgphoto2-2.5.3.1.ebuild   10 May 2014 13:40:32 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.5.3.1.ebuild,v 1.4 
2014/03/28 02:28:33 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.5.3.1.ebuild,v 1.5 
2014/05/10 13:40:32 ago Exp $
 
 # TODO
 # 1. Track upstream bug --disable-docs does not work.
@@ -17,7 +17,7 @@
 LICENSE=GPL-2
 SLOT=0/6 # libgphoto2.so soname version
 
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux
 IUSE=doc examples exif gd jpeg nls serial zeroconf
 
 # By default, drivers for all supported cameras will be compiled.



1.252media-libs/libgphoto2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/ChangeLog,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -r1.251 -r1.252
--- ChangeLog   28 Mar 2014 02:28:33 -  1.251
+++ ChangeLog   10 May 2014 13:40:32 -  1.252
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libgphoto2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/ChangeLog,v 1.251 
2014/03/28 02:28:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/ChangeLog,v 1.252 
2014/05/10 13:40:32 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org libgphoto2-2.5.3.1.ebuild:
+  Stable for ppc, wrt bug #508862
 
   28 Mar 2014; Jeroen Roovers j...@gentoo.org libgphoto2-2.5.3.1.ebuild:
   Stable for HPPA (bug #499954).






[gentoo-commits] gentoo-x86 commit in media-sound/pulseaudio: pulseaudio-5.0-r1.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:40:34

  Modified: pulseaudio-5.0-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  media-sound/pulseaudio/pulseaudio-5.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.0-r1.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.0-r1.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.0-r1.ebuild?r1=1.5r2=1.6

Index: pulseaudio-5.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pulseaudio-5.0-r1.ebuild4 May 2014 12:11:19 -   1.5
+++ pulseaudio-5.0-r1.ebuild10 May 2014 13:40:34 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.0-r1.ebuild,v 1.5 
2014/05/04 12:11:19 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.0-r1.ebuild,v 1.6 
2014/05/10 13:40:34 ago Exp $
 
 EAPI=5
 inherit autotools eutils flag-o-matic linux-info readme.gentoo systemd user 
versionator udev multilib-minimal
@@ -16,7 +16,7 @@
 LICENSE=!gdbm? ( LGPL-2.1 ) gdbm? ( GPL-2 )
 
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-linux 
~x86-linux
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~amd64-linux 
~x86-linux
 
 IUSE=+alsa +asyncns avahi bluetooth +caps dbus doc equalizer +gdbm +glib gnome
 gtk ipv6 jack libsamplerate lirc neon +orc oss qt4 realtime ssl systemd



1.337media-sound/pulseaudio/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/ChangeLog?rev=1.337view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/ChangeLog?rev=1.337content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/ChangeLog?r1=1.336r2=1.337

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v
retrieving revision 1.336
retrieving revision 1.337
diff -u -r1.336 -r1.337
--- ChangeLog   4 May 2014 12:11:20 -   1.336
+++ ChangeLog   10 May 2014 13:40:34 -  1.337
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/pulseaudio
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.336 
2014/05/04 12:11:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.337 
2014/05/10 13:40:34 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org pulseaudio-5.0-r1.ebuild:
+  Stable for ppc, wrt bug #508862
 
   04 May 2014; Pacho Ramos pa...@gentoo.org pulseaudio-5.0-r1.ebuild:
   x86 stable, bug 508862






[gentoo-commits] gentoo-x86 commit in media-gfx/gphoto2: gphoto2-2.5.3.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:40:28

  Modified: gphoto2-2.5.3.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  media-gfx/gphoto2/gphoto2-2.5.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gphoto2/gphoto2-2.5.3.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gphoto2/gphoto2-2.5.3.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gphoto2/gphoto2-2.5.3.ebuild?r1=1.7r2=1.8

Index: gphoto2-2.5.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.5.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gphoto2-2.5.3.ebuild28 Mar 2014 02:27:52 -  1.7
+++ gphoto2-2.5.3.ebuild10 May 2014 13:40:28 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.5.3.ebuild,v 
1.7 2014/03/28 02:27:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.5.3.ebuild,v 
1.8 2014/05/10 13:40:28 ago Exp $
 
 EAPI=5
 inherit autotools
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 hppa ~ppc ~ppc64 ~sparc x86
+KEYWORDS=~alpha amd64 hppa ppc ~ppc64 ~sparc x86
 IUSE=aalib exif ncurses nls readline
 
 # aalib - needs libjpeg



1.145media-gfx/gphoto2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gphoto2/ChangeLog?rev=1.145view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gphoto2/ChangeLog?rev=1.145content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gphoto2/ChangeLog?r1=1.144r2=1.145

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog   28 Mar 2014 02:27:52 -  1.144
+++ ChangeLog   10 May 2014 13:40:28 -  1.145
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/gphoto2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v 1.144 
2014/03/28 02:27:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v 1.145 
2014/05/10 13:40:28 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org gphoto2-2.5.3.ebuild:
+  Stable for ppc, wrt bug #508862
 
   28 Mar 2014; Jeroen Roovers j...@gentoo.org gphoto2-2.5.3.ebuild:
   Stable for HPPA (bug #499954).






[gentoo-commits] gentoo-x86 commit in gnome-base/libglade: libglade-2.6.4-r1.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:40:52

  Modified: libglade-2.6.4-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  gnome-base/libglade/libglade-2.6.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/libglade-2.6.4-r1.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/libglade-2.6.4-r1.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/libglade-2.6.4-r1.ebuild?r1=1.5r2=1.6

Index: libglade-2.6.4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libglade-2.6.4-r1.ebuild4 May 2014 12:13:27 -   1.5
+++ libglade-2.6.4-r1.ebuild10 May 2014 13:40:52 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4-r1.ebuild,v 1.5 
2014/05/04 12:13:27 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4-r1.ebuild,v 1.6 
2014/05/10 13:40:52 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 LICENSE=LGPL-2
 SLOT=2.0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=doc static-libs test
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



1.146gnome-base/libglade/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.146view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.146content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/ChangeLog?r1=1.145r2=1.146

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- ChangeLog   4 May 2014 12:13:27 -   1.145
+++ ChangeLog   10 May 2014 13:40:52 -  1.146
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/libglade
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.145 
2014/05/04 12:13:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.146 
2014/05/10 13:40:52 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org libglade-2.6.4-r1.ebuild:
+  Stable for ppc, wrt bug #508862
 
   04 May 2014; Pacho Ramos pa...@gentoo.org libglade-2.6.4-r1.ebuild:
   x86 stable, bug 508862






[gentoo-commits] gentoo-x86 commit in net-libs/telepathy-glib: telepathy-glib-0.24.0.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:40:36

  Modified: telepathy-glib-0.24.0.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  net-libs/telepathy-glib/telepathy-glib-0.24.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.24.0.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.24.0.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.24.0.ebuild?r1=1.4r2=1.5

Index: telepathy-glib-0.24.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.24.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- telepathy-glib-0.24.0.ebuild4 May 2014 12:11:56 -   1.4
+++ telepathy-glib-0.24.0.ebuild10 May 2014 13:40:36 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.24.0.ebuild,v 
1.4 2014/05/04 12:11:56 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.24.0.ebuild,v 
1.5 2014/05/10 13:40:36 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_{6,7} )
@@ -15,7 +15,7 @@
 
 LICENSE=LGPL-2.1+
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux
 
 IUSE=debug +introspection +vala
 REQUIRED_USE=



1.153net-libs/telepathy-glib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/ChangeLog?rev=1.153view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/ChangeLog?rev=1.153content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/ChangeLog?r1=1.152r2=1.153

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog   4 May 2014 12:11:56 -   1.152
+++ ChangeLog   10 May 2014 13:40:36 -  1.153
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/telepathy-glib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.152 
2014/05/04 12:11:56 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.153 
2014/05/10 13:40:36 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org telepathy-glib-0.24.0.ebuild:
+  Stable for ppc, wrt bug #508862
 
   04 May 2014; Pacho Ramos pa...@gentoo.org telepathy-glib-0.24.0.ebuild:
   x86 stable, bug 508862






[gentoo-commits] gentoo-x86 commit in gnome-base/librsvg: librsvg-2.40.2.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:40:22

  Modified: librsvg-2.40.2.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  gnome-base/librsvg/librsvg-2.40.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.40.2.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.40.2.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.40.2.ebuild?r1=1.4r2=1.5

Index: librsvg-2.40.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.40.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- librsvg-2.40.2.ebuild   4 May 2014 12:10:30 -   1.4
+++ librsvg-2.40.2.ebuild   10 May 2014 13:40:22 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.40.2.ebuild,v 
1.4 2014/05/04 12:10:30 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.40.2.ebuild,v 
1.5 2014/05/10 13:40:22 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -15,7 +15,7 @@
 
 LICENSE=LGPL-2
 SLOT=2
-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 ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
+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 ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=+introspection vala tools
 REQUIRED_USE=
vala? ( introspection )



1.343gnome-base/librsvg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.343view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.343content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.342r2=1.343

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
retrieving revision 1.342
retrieving revision 1.343
diff -u -r1.342 -r1.343
--- ChangeLog   4 May 2014 12:10:30 -   1.342
+++ ChangeLog   10 May 2014 13:40:22 -  1.343
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/librsvg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.342 
2014/05/04 12:10:30 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.343 
2014/05/10 13:40:22 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org librsvg-2.40.2.ebuild:
+  Stable for ppc, wrt bug #508862
 
   04 May 2014; Pacho Ramos pa...@gentoo.org librsvg-2.40.2.ebuild:
   x86 stable, bug 508862






[gentoo-commits] gentoo-x86 commit in app-backup/duplicity: duplicity-0.6.23-r1.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:40:50

  Modified: duplicity-0.6.23-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  app-backup/duplicity/duplicity-0.6.23-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/duplicity-0.6.23-r1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/duplicity-0.6.23-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/duplicity-0.6.23-r1.ebuild?r1=1.3r2=1.4

Index: duplicity-0.6.23-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.6.23-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- duplicity-0.6.23-r1.ebuild  4 May 2014 12:13:09 -   1.3
+++ duplicity-0.6.23-r1.ebuild  10 May 2014 13:40:50 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.6.23-r1.ebuild,v 1.3 
2014/05/04 12:13:09 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.6.23-r1.ebuild,v 1.4 
2014/05/10 13:40:50 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos
+KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos
 IUSE=s3
 
 DEPEND=



1.95 app-backup/duplicity/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog   4 May 2014 12:13:09 -   1.94
+++ ChangeLog   10 May 2014 13:40:50 -  1.95
@@ -1,6 +1,9 @@
 # ChangeLog for app-backup/duplicity
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.94 
2014/05/04 12:13:09 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.95 
2014/05/10 13:40:50 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org duplicity-0.6.23-r1.ebuild:
+  Stable for ppc, wrt bug #508862
 
   04 May 2014; Pacho Ramos pa...@gentoo.org duplicity-0.6.23-r1.ebuild:
   x86 stable, bug 508862






[gentoo-commits] gentoo-x86 commit in net-wireless/bluedevil: bluedevil-2.0_rc1.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:40:46

  Modified: bluedevil-2.0_rc1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  net-wireless/bluedevil/bluedevil-2.0_rc1.ebuild

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

Index: bluedevil-2.0_rc1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-wireless/bluedevil/bluedevil-2.0_rc1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bluedevil-2.0_rc1.ebuild9 Mar 2014 12:05:53 -   1.3
+++ bluedevil-2.0_rc1.ebuild10 May 2014 13:40:46 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/bluedevil/bluedevil-2.0_rc1.ebuild,v 1.3 
2014/03/09 12:05:53 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/bluedevil/bluedevil-2.0_rc1.ebuild,v 1.4 
2014/05/10 13:40:46 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 SRC_URI=mirror://kde/unstable/${PN}/${PV/_/-}/src/${MY_P}.tar.xz
 
 LICENSE=GPL-2+
-KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86
+KEYWORDS=amd64 ~arm ppc ~ppc64 x86
 SLOT=4
 IUSE=debug
 



1.59 net-wireless/bluedevil/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluedevil/ChangeLog?rev=1.59view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluedevil/ChangeLog?rev=1.59content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluedevil/ChangeLog?r1=1.58r2=1.59

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/bluedevil/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   10 May 2014 09:14:21 -  1.58
+++ ChangeLog   10 May 2014 13:40:46 -  1.59
@@ -1,6 +1,9 @@
 # ChangeLog for net-wireless/bluedevil
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluedevil/ChangeLog,v 1.58 
2014/05/10 09:14:21 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluedevil/ChangeLog,v 1.59 
2014/05/10 13:40:46 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org bluedevil-2.0_rc1.ebuild:
+  Stable for ppc, wrt bug #508862
 
   10 May 2014; Johannes Huber j...@gentoo.org bluedevil-2.0_rc1-r1.ebuild:
   Remove blocker.






[gentoo-commits] gentoo-x86 commit in sys-auth/polkit: polkit-0.112-r1.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:40:54

  Modified: polkit-0.112-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  sys-auth/polkit/polkit-0.112-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.112-r1.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.112-r1.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.112-r1.ebuild?r1=1.7r2=1.8

Index: polkit-0.112-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.112-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- polkit-0.112-r1.ebuild  25 Feb 2014 20:52:29 -  1.7
+++ polkit-0.112-r1.ebuild  10 May 2014 13:40:54 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.112-r1.ebuild,v 
1.7 2014/02/25 20:52:29 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.112-r1.ebuild,v 
1.8 2014/05/10 13:40:54 ago Exp $
 
 EAPI=5
 inherit eutils multilib pam pax-utils systemd user
@@ -11,7 +11,7 @@
 
 LICENSE=LGPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86
+KEYWORDS=~alpha amd64 arm ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86
 IUSE=examples gtk +introspection kde nls pam selinux systemd
 
 RDEPEND=ia64? ( =dev-lang/spidermonkey-1.8.5*[-debug] )



1.171sys-auth/polkit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?rev=1.171view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?rev=1.171content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?r1=1.170r2=1.171

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- ChangeLog   6 Apr 2014 15:39:36 -   1.170
+++ ChangeLog   10 May 2014 13:40:54 -  1.171
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/polkit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.170 
2014/04/06 15:39:36 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.171 
2014/05/10 13:40:54 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org polkit-0.112-r1.ebuild:
+  Stable for ppc, wrt bug #508862
 
   06 Apr 2014; Pacho Ramos pa...@gentoo.org polkit-0.112-r2.ebuild:
   Needs to be rebuilt with systemd subslot bumps






[gentoo-commits] gentoo-x86 commit in gnome-base/libgtop: libgtop-2.28.5.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:40:20

  Modified: libgtop-2.28.5.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  gnome-base/libgtop/libgtop-2.28.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgtop/libgtop-2.28.5.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgtop/libgtop-2.28.5.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgtop/libgtop-2.28.5.ebuild?r1=1.5r2=1.6

Index: libgtop-2.28.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgtop/libgtop-2.28.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libgtop-2.28.5.ebuild   22 Feb 2014 21:48:32 -  1.5
+++ libgtop-2.28.5.ebuild   10 May 2014 13:40:20 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/libgtop-2.28.5.ebuild,v 
1.5 2014/02/22 21:48:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/libgtop-2.28.5.ebuild,v 
1.6 2014/05/10 13:40:20 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=2
-KEYWORDS=~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd
+KEYWORDS=~alpha amd64 ~arm ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd
 IUSE=debug +introspection
 
 RDEPEND==dev-libs/glib-2.6:2



1.264gnome-base/libgtop/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgtop/ChangeLog?rev=1.264view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgtop/ChangeLog?rev=1.264content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgtop/ChangeLog?r1=1.263r2=1.264

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgtop/ChangeLog,v
retrieving revision 1.263
retrieving revision 1.264
diff -u -r1.263 -r1.264
--- ChangeLog   22 Feb 2014 21:48:32 -  1.263
+++ ChangeLog   10 May 2014 13:40:20 -  1.264
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/libgtop
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/ChangeLog,v 1.263 
2014/02/22 21:48:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/ChangeLog,v 1.264 
2014/05/10 13:40:20 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org libgtop-2.28.5.ebuild:
+  Stable for ppc, wrt bug #508862
 
   22 Feb 2014; Pacho Ramos pa...@gentoo.org libgtop-2.28.5.ebuild:
   Fix wrong commit, bug 502160






[gentoo-commits] gentoo-x86 commit in media-libs/audiofile: audiofile-0.3.6-r1.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:40:30

  Modified: audiofile-0.3.6-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  media-libs/audiofile/audiofile-0.3.6-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/audiofile/audiofile-0.3.6-r1.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/audiofile/audiofile-0.3.6-r1.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/audiofile/audiofile-0.3.6-r1.ebuild?r1=1.7r2=1.8

Index: audiofile-0.3.6-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/audiofile/audiofile-0.3.6-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- audiofile-0.3.6-r1.ebuild   22 Feb 2014 22:12:39 -  1.7
+++ audiofile-0.3.6-r1.ebuild   10 May 2014 13:40:30 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/audiofile/audiofile-0.3.6-r1.ebuild,v 1.7 
2014/02/22 22:12:39 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/audiofile/audiofile-0.3.6-r1.ebuild,v 1.8 
2014/05/10 13:40:30 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2 LGPL-2.1
 SLOT=0/1 # subslot = soname major version
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris
 IUSE=flac static-libs test
 
 RDEPEND=flac? ( =media-libs/flac-1.2.1[${MULTILIB_USEDEP}] )



1.144media-libs/audiofile/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/audiofile/ChangeLog,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- ChangeLog   27 Apr 2014 07:35:21 -  1.143
+++ ChangeLog   10 May 2014 13:40:30 -  1.144
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/audiofile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/ChangeLog,v 1.143 
2014/04/27 07:35:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/ChangeLog,v 1.144 
2014/05/10 13:40:30 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org audiofile-0.3.6-r1.ebuild:
+  Stable for ppc, wrt bug #508862
 
   27 Apr 2014; Pacho Ramos pa...@gentoo.org -audiofile-0.3.4.ebuild,
   -audiofile-0.3.6.ebuild:






[gentoo-commits] gentoo-x86 commit in sci-libs/gdal: gdal-1.10.1.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:42:20

  Modified: gdal-1.10.1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #490064
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  sci-libs/gdal/gdal-1.10.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/gdal-1.10.1.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/gdal-1.10.1.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/gdal-1.10.1.ebuild?r1=1.5r2=1.6

Index: gdal-1.10.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.10.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gdal-1.10.1.ebuild  4 May 2014 08:23:26 -   1.5
+++ gdal-1.10.1.ebuild  10 May 2014 13:42:20 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.10.1.ebuild,v 1.5 
2014/05/04 08:23:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.10.1.ebuild,v 1.6 
2014/05/10 13:42:20 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 SLOT=0
 LICENSE=MIT
-KEYWORDS=amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
+KEYWORDS=amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
 IUSE=armadillo +aux_xml curl debug doc ecwj2k fits geos gif gml hdf5 java 
jpeg jpeg2k mdb mysql netcdf odbc opencl ogdi pdf perl png postgres python ruby 
spatialite sqlite threads xls
 
 RDEPEND=



1.146sci-libs/gdal/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/ChangeLog?rev=1.146view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/ChangeLog?rev=1.146content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/ChangeLog?r1=1.145r2=1.146

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- ChangeLog   4 May 2014 08:23:26 -   1.145
+++ ChangeLog   10 May 2014 13:42:20 -  1.146
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/gdal
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.145 2014/05/04 
08:23:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.146 2014/05/10 
13:42:20 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org gdal-1.10.1.ebuild:
+  Stable for ppc, wrt bug #490064
 
   04 May 2014; Agostino Sarubbo a...@gentoo.org gdal-1.10.1.ebuild:
   Stable for x86, wrt bug #490064






[gentoo-commits] gentoo-x86 commit in net-p2p/gtk-gnutella: gtk-gnutella-1.0.1.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:42:53

  Modified: gtk-gnutella-1.0.1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #500760
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  net-p2p/gtk-gnutella/gtk-gnutella-1.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/gtk-gnutella/gtk-gnutella-1.0.1.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/gtk-gnutella/gtk-gnutella-1.0.1.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/gtk-gnutella/gtk-gnutella-1.0.1.ebuild?r1=1.4r2=1.5

Index: gtk-gnutella-1.0.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/gtk-gnutella-1.0.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gtk-gnutella-1.0.1.ebuild   4 May 2014 08:23:43 -   1.4
+++ gtk-gnutella-1.0.1.ebuild   10 May 2014 13:42:53 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/gtk-gnutella-1.0.1.ebuild,v 1.4 
2014/05/04 08:23:43 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/gtk-gnutella-1.0.1.ebuild,v 1.5 
2014/05/10 13:42:53 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 SLOT=0
 LICENSE=GPL-2
-KEYWORDS=amd64 ~ppc x86 ~x86-fbsd
+KEYWORDS=amd64 ppc x86 ~x86-fbsd
 
 RDEPEND=
dev-libs/glib:2



1.158net-p2p/gtk-gnutella/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- ChangeLog   4 May 2014 08:23:43 -   1.157
+++ ChangeLog   10 May 2014 13:42:53 -  1.158
@@ -1,6 +1,9 @@
 # ChangeLog for net-p2p/gtk-gnutella
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog,v 1.157 
2014/05/04 08:23:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog,v 1.158 
2014/05/10 13:42:53 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org gtk-gnutella-1.0.1.ebuild:
+  Stable for ppc, wrt bug #500760
 
   04 May 2014; Agostino Sarubbo a...@gentoo.org gtk-gnutella-1.0.1.ebuild:
   Stable for x86, wrt bug #500760






[gentoo-commits] gentoo-x86 commit in media-libs/openal: openal-1.15.1-r2.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:43:10

  Modified: openal-1.15.1-r2.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #501496
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  media-libs/openal/openal-1.15.1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/openal-1.15.1-r2.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/openal-1.15.1-r2.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/openal-1.15.1-r2.ebuild?r1=1.7r2=1.8

Index: openal-1.15.1-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/openal/openal-1.15.1-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- openal-1.15.1-r2.ebuild 4 May 2014 08:24:00 -   1.7
+++ openal-1.15.1-r2.ebuild 10 May 2014 13:43:10 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/openal-1.15.1-r2.ebuild,v 
1.7 2014/05/04 08:24:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/openal-1.15.1-r2.ebuild,v 
1.8 2014/05/10 13:43:10 ago Exp $
 
 EAPI=5
 inherit cmake-multilib
@@ -13,7 +13,7 @@
 
 LICENSE=LGPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux
+KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux
 IUSE=alsa coreaudio debug neon oss portaudio pulseaudio sse
 
 RDEPEND=alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] )



1.181media-libs/openal/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- ChangeLog   4 May 2014 08:24:00 -   1.180
+++ ChangeLog   10 May 2014 13:43:10 -  1.181
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/openal
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v 1.180 
2014/05/04 08:24:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v 1.181 
2014/05/10 13:43:10 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org openal-1.15.1-r2.ebuild:
+  Stable for ppc, wrt bug #501496
 
   04 May 2014; Agostino Sarubbo a...@gentoo.org openal-1.15.1-r2.ebuild:
   Stable for x86, wrt bug #501496






[gentoo-commits] gentoo-x86 commit in dev-php/PEAR-HTML_Template_IT: PEAR-HTML_Template_IT-1.3.0.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:43:46

  Modified: PEAR-HTML_Template_IT-1.3.0.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #502754
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  
dev-php/PEAR-HTML_Template_IT/PEAR-HTML_Template_IT-1.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-HTML_Template_IT/PEAR-HTML_Template_IT-1.3.0.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-HTML_Template_IT/PEAR-HTML_Template_IT-1.3.0.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-HTML_Template_IT/PEAR-HTML_Template_IT-1.3.0.ebuild?r1=1.4r2=1.5

Index: PEAR-HTML_Template_IT-1.3.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Template_IT/PEAR-HTML_Template_IT-1.3.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- PEAR-HTML_Template_IT-1.3.0.ebuild  26 Apr 2014 18:53:39 -  1.4
+++ PEAR-HTML_Template_IT-1.3.0.ebuild  10 May 2014 13:43:46 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Template_IT/PEAR-HTML_Template_IT-1.3.0.ebuild,v
 1.4 2014/04/26 18:53:39 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Template_IT/PEAR-HTML_Template_IT-1.3.0.ebuild,v
 1.5 2014/05/10 13:43:46 ago Exp $
 
 EAPI=5
 
@@ -9,5 +9,5 @@
 DESCRIPTION=Integrated Templates
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86
+KEYWORDS=~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86
 IUSE=



1.46 dev-php/PEAR-HTML_Template_IT/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-HTML_Template_IT/ChangeLog?rev=1.46view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-HTML_Template_IT/ChangeLog?rev=1.46content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-HTML_Template_IT/ChangeLog?r1=1.45r2=1.46

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Template_IT/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   26 Apr 2014 18:53:39 -  1.45
+++ ChangeLog   10 May 2014 13:43:46 -  1.46
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php/PEAR-HTML_Template_IT
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Template_IT/ChangeLog,v 
1.45 2014/04/26 18:53:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Template_IT/ChangeLog,v 
1.46 2014/05/10 13:43:46 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org
+  PEAR-HTML_Template_IT-1.3.0.ebuild:
+  Stable for ppc, wrt bug #502754
 
   26 Apr 2014; Agostino Sarubbo a...@gentoo.org
   PEAR-HTML_Template_IT-1.3.0.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-java/commons-el: commons-el-1.0-r3.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:43:30

  Modified: commons-el-1.0-r3.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #502708
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  dev-java/commons-el/commons-el-1.0-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-el/commons-el-1.0-r3.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-el/commons-el-1.0-r3.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-el/commons-el-1.0-r3.ebuild?r1=1.3r2=1.4

Index: commons-el-1.0-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-el/commons-el-1.0-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- commons-el-1.0-r3.ebuild26 Apr 2014 18:53:27 -  1.3
+++ commons-el-1.0-r3.ebuild10 May 2014 13:43:30 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-java/commons-el/commons-el-1.0-r3.ebuild,v 1.3 
2014/04/26 18:53:27 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/commons-el/commons-el-1.0-r3.ebuild,v 1.4 
2014/05/10 13:43:30 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=Apache-1.1
 SLOT=0
-KEYWORDS=amd64 ~ppc ~ppc64 x86 ~x86-fbsd
+KEYWORDS=amd64 ppc ~ppc64 x86 ~x86-fbsd
 IUSE=
 
 COMMON_DEP=



1.32 dev-java/commons-el/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-el/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   26 Apr 2014 18:53:27 -  1.31
+++ ChangeLog   10 May 2014 13:43:30 -  1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/commons-el
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/ChangeLog,v 1.31 
2014/04/26 18:53:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/ChangeLog,v 1.32 
2014/05/10 13:43:30 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org commons-el-1.0-r3.ebuild:
+  Stable for ppc, wrt bug #502708
 
   26 Apr 2014; Agostino Sarubbo a...@gentoo.org commons-el-1.0-r3.ebuild:
   Stable for x86, wrt bug #502708






[gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Net_LDAP2: PEAR-Net_LDAP2-2.1.0.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:44:02

  Modified: PEAR-Net_LDAP2-2.1.0.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #502756
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.1.0.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.1.0.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.1.0.ebuild?r1=1.4r2=1.5

Index: PEAR-Net_LDAP2-2.1.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.1.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- PEAR-Net_LDAP2-2.1.0.ebuild 26 Apr 2014 18:53:52 -  1.4
+++ PEAR-Net_LDAP2-2.1.0.ebuild 10 May 2014 13:44:02 -  1.5
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.1.0.ebuild,v 
1.4 2014/04/26 18:53:52 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.1.0.ebuild,v 
1.5 2014/05/10 13:44:02 ago Exp $
 
 EAPI=5
 
 inherit php-pear-r1
 
-KEYWORDS=~alpha amd64 hppa ~ppc ~sparc x86
+KEYWORDS=~alpha amd64 hppa ppc ~sparc x86
 
 DESCRIPTION=OO interface for searching and manipulating LDAP-entries
 LICENSE=LGPL-2.1



1.18 dev-php/PEAR-Net_LDAP2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP2/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   26 Apr 2014 18:53:52 -  1.17
+++ ChangeLog   10 May 2014 13:44:02 -  1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/PEAR-Net_LDAP2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP2/ChangeLog,v 1.17 
2014/04/26 18:53:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP2/ChangeLog,v 1.18 
2014/05/10 13:44:02 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org PEAR-Net_LDAP2-2.1.0.ebuild:
+  Stable for ppc, wrt bug #502756
 
   26 Apr 2014; Agostino Sarubbo a...@gentoo.org PEAR-Net_LDAP2-2.1.0.ebuild:
   Stable for x86, wrt bug #502756






[gentoo-commits] gentoo-x86 commit in dev-php/PEAR-VersionControl_SVN: PEAR-VersionControl_SVN-0.5.1.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:44:54

  Modified: PEAR-VersionControl_SVN-0.5.1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #502766
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  
dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.1.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.1.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.1.ebuild?r1=1.4r2=1.5

Index: PEAR-VersionControl_SVN-0.5.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- PEAR-VersionControl_SVN-0.5.1.ebuild26 Apr 2014 18:54:57 -  
1.4
+++ PEAR-VersionControl_SVN-0.5.1.ebuild10 May 2014 13:44:54 -  
1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.1.ebuild,v
 1.4 2014/04/26 18:54:57 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.1.ebuild,v
 1.5 2014/05/10 13:44:54 ago Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 DESCRIPTION=Simple OO wrapper interface for the Subversion command-line 
client.
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86
+KEYWORDS=~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86
 IUSE=
 RDEPEND=
 



1.37 dev-php/PEAR-VersionControl_SVN/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-VersionControl_SVN/ChangeLog?rev=1.37view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-VersionControl_SVN/ChangeLog?rev=1.37content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-VersionControl_SVN/ChangeLog?r1=1.36r2=1.37

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-VersionControl_SVN/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   26 Apr 2014 18:54:57 -  1.36
+++ ChangeLog   10 May 2014 13:44:54 -  1.37
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php/PEAR-VersionControl_SVN
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-VersionControl_SVN/ChangeLog,v 
1.36 2014/04/26 18:54:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-VersionControl_SVN/ChangeLog,v 
1.37 2014/05/10 13:44:54 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org
+  PEAR-VersionControl_SVN-0.5.1.ebuild:
+  Stable for ppc, wrt bug #502766
 
   26 Apr 2014; Agostino Sarubbo a...@gentoo.org
   PEAR-VersionControl_SVN-0.5.1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Validate: PEAR-Validate-0.8.5.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:44:36

  Modified: PEAR-Validate-0.8.5.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #502764
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  dev-php/PEAR-Validate/PEAR-Validate-0.8.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Validate/PEAR-Validate-0.8.5.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Validate/PEAR-Validate-0.8.5.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Validate/PEAR-Validate-0.8.5.ebuild?r1=1.4r2=1.5

Index: PEAR-Validate-0.8.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-Validate/PEAR-Validate-0.8.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- PEAR-Validate-0.8.5.ebuild  26 Apr 2014 18:54:44 -  1.4
+++ PEAR-Validate-0.8.5.ebuild  10 May 2014 13:44:36 -  1.5
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-Validate/PEAR-Validate-0.8.5.ebuild,v 1.4 
2014/04/26 18:54:44 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-Validate/PEAR-Validate-0.8.5.ebuild,v 1.5 
2014/05/10 13:44:36 ago Exp $
 
 EAPI=5
 
 inherit php-pear-r1
 
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86
 
 DESCRIPTION=Validation class
 LICENSE=BSD



1.50 dev-php/PEAR-Validate/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Validate/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   26 Apr 2014 18:54:44 -  1.49
+++ ChangeLog   10 May 2014 13:44:36 -  1.50
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/PEAR-Validate
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Validate/ChangeLog,v 1.49 
2014/04/26 18:54:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Validate/ChangeLog,v 1.50 
2014/05/10 13:44:36 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org PEAR-Validate-0.8.5.ebuild:
+  Stable for ppc, wrt bug #502764
 
   26 Apr 2014; Agostino Sarubbo a...@gentoo.org PEAR-Validate-0.8.5.ebuild:
   Stable for x86, wrt bug #502764






[gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Numbers_Words: PEAR-Numbers_Words-0.16.4.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:44:19

  Modified: PEAR-Numbers_Words-0.16.4.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #502762
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.16.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.16.4.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.16.4.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.16.4.ebuild?r1=1.4r2=1.5

Index: PEAR-Numbers_Words-0.16.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.16.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- PEAR-Numbers_Words-0.16.4.ebuild26 Apr 2014 18:54:31 -  1.4
+++ PEAR-Numbers_Words-0.16.4.ebuild10 May 2014 13:44:19 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.16.4.ebuild,v
 1.4 2014/04/26 18:54:31 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.16.4.ebuild,v
 1.5 2014/05/10 13:44:19 ago Exp $
 
 inherit php-pear-r1
 
@@ -8,5 +8,5 @@
 
 LICENSE=PHP-3.01
 SLOT=0
-KEYWORDS=~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86
+KEYWORDS=~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86
 IUSE=



1.39 dev-php/PEAR-Numbers_Words/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Numbers_Words/ChangeLog?rev=1.39view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Numbers_Words/ChangeLog?rev=1.39content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Numbers_Words/ChangeLog?r1=1.38r2=1.39

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Numbers_Words/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   26 Apr 2014 18:54:31 -  1.38
+++ ChangeLog   10 May 2014 13:44:19 -  1.39
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php/PEAR-Numbers_Words
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Numbers_Words/ChangeLog,v 1.38 
2014/04/26 18:54:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Numbers_Words/ChangeLog,v 1.39 
2014/05/10 13:44:19 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org
+  PEAR-Numbers_Words-0.16.4.ebuild:
+  Stable for ppc, wrt bug #502762
 
   26 Apr 2014; Agostino Sarubbo a...@gentoo.org
   PEAR-Numbers_Words-0.16.4.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/python-sqlparse: python-sqlparse-0.1.10.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 13:45:14

  Modified: python-sqlparse-0.1.10.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #502796
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  dev-python/python-sqlparse/python-sqlparse-0.1.10.ebuild

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

Index: python-sqlparse-0.1.10.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-sqlparse-0.1.10.ebuild   4 May 2014 08:24:47 -   1.4
+++ python-sqlparse-0.1.10.ebuild   10 May 2014 13:45:14 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.10.ebuild,v
 1.4 2014/05/04 08:24:47 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.10.ebuild,v
 1.5 2014/05/10 13:45:14 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 SRC_URI=https://github.com/andialbrecht/sqlparse/archive/${PV}.tar.gz - 
${P}.tar.gz
 
 SLOT=0
-KEYWORDS=~alpha amd64 arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux
+KEYWORDS=~alpha amd64 arm ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux
 LICENSE=BSD-2
 IUSE=test
 



1.26 dev-python/python-sqlparse/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   4 May 2014 08:24:47 -   1.25
+++ ChangeLog   10 May 2014 13:45:14 -  1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-sqlparse
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v 1.25 
2014/05/04 08:24:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v 1.26 
2014/05/10 13:45:14 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org 
python-sqlparse-0.1.10.ebuild:
+  Stable for ppc, wrt bug #502796
 
   04 May 2014; Agostino Sarubbo a...@gentoo.org 
python-sqlparse-0.1.10.ebuild:
   Stable for x86, wrt bug #502796






  1   2   3   >