[gentoo-commits] gentoo-x86 commit in dev-python/webtest: webtest-2.0.17.ebuild ChangeLog

2014-12-24 Thread Patrick Lauer (patrick)
patrick 14/12/24 08:08:02

  Modified: ChangeLog
  Added:webtest-2.0.17.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.91 dev-python/webtest/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog   20 Dec 2014 07:46:32 -  1.90
+++ ChangeLog   24 Dec 2014 08:08:02 -  1.91
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/webtest
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.90 
2014/12/20 07:46:32 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.91 
2014/12/24 08:08:02 patrick Exp $
+
+*webtest-2.0.17 (24 Dec 2014)
+
+  24 Dec 2014; Patrick Lauer patr...@gentoo.org +webtest-2.0.17.ebuild:
+  Bump
 
   20 Dec 2014; Ian Delaney idel...@gentoo.org -webtest-1.3.3-r1.ebuild,
   -webtest-1.4.3.ebuild, -webtest-2.0.11.ebuild, -webtest-2.0.14.ebuild,



1.1  dev-python/webtest/webtest-2.0.17.ebuild

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

Index: webtest-2.0.17.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.17.ebuild,v 
1.1 2014/12/24 08:08:02 patrick Exp $

EAPI=5

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

inherit distutils-r1

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

DESCRIPTION=Helper to test WSGI applications
HOMEPAGE=http://pythonpaste.org/webtest/ http://pypi.python.org/pypi/WebTest;
SRC_URI=mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86
IUSE=doc test

#nose1.3.0
RDEPEND=
dev-python/six[${PYTHON_USEDEP}]
=dev-python/waitress-0.8.5[${PYTHON_USEDEP}]
=dev-python/webob-1.2[${PYTHON_USEDEP}]
dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
app-arch/unzip
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/nose[${PYTHON_USEDEP}]
dev-python/pyquery[${PYTHON_USEDEP}]
dev-python/pastedeploy[${PYTHON_USEDEP}]
dev-python/wsgiproxy2[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7 )
)

S=${WORKDIR}/${MY_P}

# Makes testing easier; otherwise we get errors from pkg_resources.
DISTUTILS_IN_SOURCE_BUILD=1

python_prepare_all() {
# Prevent un-needed d'loading during doc build
sed -s 's:intersphinx_mapping:_:' -i docs/conf.py || die
distutils-r1_python_prepare_all
}

python_compile_all() {
if use doc; then
sphinx-build docs html || die
fi
}

src_test() {
DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test
}

python_test() {
# Tests raise ImportErrors with our default PYTHONPATH.
local -x PYTHONPATH=
nosetests || die Tests fail with ${EPYTHON}
}

python_install_all() {
use doc  local HTML_DOCS=( html/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/ffi: ChangeLog ffi-1.4.0.ebuild ffi-1.9.3-r1.ebuild ffi-1.9.4.ebuild ffi-1.9.4-r1.ebuild

2014-12-24 Thread Hans de Graaff (graaff)
graaff  14/12/24 08:21:05

  Modified: ChangeLog
  Removed:  ffi-1.4.0.ebuild ffi-1.9.3-r1.ebuild
ffi-1.9.4.ebuild ffi-1.9.4-r1.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.87 dev-ruby/ffi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog   19 Dec 2014 13:23:57 -  1.86
+++ ChangeLog   24 Dec 2014 08:21:05 -  1.87
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ffi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.86 2014/12/19 
13:23:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.87 2014/12/24 
08:21:05 graaff Exp $
+
+  24 Dec 2014; Hans de Graaff gra...@gentoo.org -ffi-1.4.0.ebuild,
+  -ffi-1.9.3-r1.ebuild, -ffi-1.9.4.ebuild, -ffi-1.9.4-r1.ebuild:
+  Cleanup.
 
   19 Dec 2014; Agostino Sarubbo a...@gentoo.org ffi-1.9.3.ebuild:
   Stable for ia64, wrt bug #523186






[gentoo-commits] gentoo-x86 commit in dev-ruby/ffi: ChangeLog ffi-1.9.6.ebuild

2014-12-24 Thread Hans de Graaff (graaff)
graaff  14/12/24 08:23:10

  Modified: ChangeLog ffi-1.9.6.ebuild
  Log:
  All ruby implementations now provide threads, drop redundant virtual.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.88 dev-ruby/ffi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog   24 Dec 2014 08:21:05 -  1.87
+++ ChangeLog   24 Dec 2014 08:23:10 -  1.88
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ffi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.87 2014/12/24 
08:21:05 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.88 2014/12/24 
08:23:10 graaff Exp $
+
+  24 Dec 2014; Hans de Graaff gra...@gentoo.org ffi-1.9.6.ebuild:
+  All ruby implementations now provide threads, drop redundant virtual.
 
   24 Dec 2014; Hans de Graaff gra...@gentoo.org -ffi-1.4.0.ebuild,
   -ffi-1.9.3-r1.ebuild, -ffi-1.9.4.ebuild, -ffi-1.9.4-r1.ebuild:



1.2  dev-ruby/ffi/ffi-1.9.6.ebuild

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

Index: ffi-1.9.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ffi-1.9.6.ebuild9 Oct 2014 22:10:13 -   1.1
+++ ffi-1.9.6.ebuild24 Dec 2014 08:23:10 -  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-ruby/ffi/ffi-1.9.6.ebuild,v 1.1 
2014/10/09 22:10:13 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.6.ebuild,v 1.2 
2014/12/24 08:23:10 graaff Exp $
 
 EAPI=5
 
@@ -31,8 +31,6 @@
 
 ruby_add_bdepend doc? ( dev-ruby/yard )
 
-ruby_add_rdepend virtual/ruby-threads
-
 all_ruby_prepare() {
sed -i -e '/tasks/ s:^:#:' \
-e '/Gem::Tasks/,/end/ s:^:#:' Rakefile || die






[gentoo-commits] gentoo-x86 commit in dev-python/cytoolz: cytoolz-0.7.1.ebuild ChangeLog

2014-12-24 Thread Ian Delaney (idella4)
idella4 14/12/24 08:36:08

  Modified: ChangeLog
  Added:cytoolz-0.7.1.ebuild
  Log:
  bump; add pypy support, fix to qa issue
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/cytoolz/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cytoolz/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   2 Sep 2014 03:59:10 -   1.1
+++ ChangeLog   24 Dec 2014 08:36:08 -  1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/cytoolz
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cytoolz/ChangeLog,v 1.1 
2014/09/02 03:59:10 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cytoolz/ChangeLog,v 1.2 
2014/12/24 08:36:08 idella4 Exp $
+
+*cytoolz-0.7.1 (24 Dec 2014)
+
+  24 Dec 2014; Ian Delaney idel...@gentoo.org +cytoolz-0.7.1.ebuild:
+  bump; add pypy support, fix to qa issue
 
 *cytoolz-0.7.0 (02 Sep 2014)
 



1.1  dev-python/cytoolz/cytoolz-0.7.1.ebuild

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

Index: cytoolz-0.7.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/cytoolz/cytoolz-0.7.1.ebuild,v 
1.1 2014/12/24 08:36:08 idella4 Exp $

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

inherit distutils-r1

DESCRIPTION=Cython implementation of Toolz: High performance functional 
utilities
HOMEPAGE=https://pypi.python.org/pypi/cytoolz;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

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

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

python_compile() {
python_is_python3 || local -x CFLAGS=${CFLAGS} -fno-strict-aliasing

distutils-r1_python_compile
}






[gentoo-commits] gentoo-x86 commit in dev-python/datashape: datashape-0.4.2.ebuild ChangeLog

2014-12-24 Thread Ian Delaney (idella4)
idella4 14/12/24 08:40:19

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

Revision  ChangesPath
1.8  dev-python/datashape/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/datashape/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   18 Nov 2014 03:45:16 -  1.7
+++ ChangeLog   24 Dec 2014 08:40:19 -  1.8
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/datashape
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/datashape/ChangeLog,v 1.7 
2014/11/18 03:45:16 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/datashape/ChangeLog,v 1.8 
2014/12/24 08:40:19 idella4 Exp $
+
+*datashape-0.4.2 (24 Dec 2014)
+
+  24 Dec 2014; Ian Delaney idel...@gentoo.org +datashape-0.4.2.ebuild:
+  bump
 
 *datashape-0.4.1 (18 Nov 2014)
 



1.1  dev-python/datashape/datashape-0.4.2.ebuild

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

Index: datashape-0.4.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/datashape/datashape-0.4.2.ebuild,v 1.1 
2014/12/24 08:40:19 idella4 Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION=Language defining a data description protocol
HOMEPAGE=https://github.com/ContinuumIO/datashape;
SRC_URI=https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz - 
${P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
IUSE=doc test

RDEPEND=dev-python/numpy[${PYTHON_USEDEP}]
dev-python/multipledispatch[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
DEPEND=doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( ${RDEPEND}
dev-python/pytest[${PYTHON_USEDEP}] )

python_prepare_all() {
# Prevent un-needed d'loading
sed -e s/'sphinx.ext.intersphinx', // -i docs/source/conf.py || die

distutils-r1_python_prepare_all
}

python_compile_all() {
use doc  emake -C docs html
}

python_test() {
py.test || die Tests failed under ${EPYTHON}
}

python_install_all() {
use doc  local HTML_DOCS=( docs/build/html/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-python/testtools: testtools-1.3.0.ebuild ChangeLog

2014-12-24 Thread Patrick Lauer (patrick)
patrick 14/12/24 08:51:03

  Modified: ChangeLog
  Added:testtools-1.3.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.114dev-python/testtools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/testtools/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog   22 Dec 2014 02:04:53 -  1.113
+++ ChangeLog   24 Dec 2014 08:51:03 -  1.114
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/testtools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testtools/ChangeLog,v 1.113 
2014/12/22 02:04:53 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testtools/ChangeLog,v 1.114 
2014/12/24 08:51:03 patrick Exp $
+
+*testtools-1.3.0 (24 Dec 2014)
+
+  24 Dec 2014; Patrick Lauer patr...@gentoo.org +testtools-1.3.0.ebuild:
+  Bump
 
 *testtools-1.2.1 (22 Dec 2014)
 



1.1  dev-python/testtools/testtools-1.3.0.ebuild

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

Index: testtools-1.3.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/testtools/testtools-1.3.0.ebuild,v 1.1 
2014/12/24 08:51:03 patrick Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )

inherit distutils-r1 versionator

#SERIES=$(get_version_component_range 1-2)
SERIES=trunk

DESCRIPTION=Extensions to the Python unittest library
HOMEPAGE=https://launchpad.net/testtools http://pypi.python.org/pypi/testtools;
SRC_URI=http://launchpad.net/${PN}/${SERIES}/${PV}/+download/${P}.tar.gz;

LICENSE=MIT
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux
IUSE=doc test

RDEPEND=dev-python/mimeparse[${PYTHON_USEDEP}]
dev-python/extras[${PYTHON_USEDEP}]
dev-python/unittest2[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( $(python_gen_cond_dep 
'dev-python/twisted-core[${PYTHON_USEDEP}]' python2_7) )

python_compile_all() {
use doc  emake -C doc html
}

python_test() {
esetup.py test
}

python_install_all() {
use doc  HTML_DOCS=( doc/_build/html/. )
distutils-r1_python_install_all
}






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

2014-12-24 Thread Hans de Graaff (graaff)
graaff  14/12/24 09:09:12

  Modified: ChangeLog
  Removed:  oauth2-0.9.4.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.26 dev-ruby/oauth2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   25 Aug 2014 14:17:03 -  1.25
+++ ChangeLog   24 Dec 2014 09:09:12 -  1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/oauth2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/ChangeLog,v 1.25 2014/08/25 
14:17:03 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/ChangeLog,v 1.26 2014/12/24 
09:09:12 graaff Exp $
+
+  24 Dec 2014; Hans de Graaff gra...@gentoo.org -oauth2-0.9.4.ebuild:
+  Cleanup.
 
   25 Aug 2014; Manuel Rüger mr...@gentoo.org oauth2-1.0.0.ebuild:
   Add ruby21 target.






[gentoo-commits] gentoo-x86 commit in dev-ruby/jwt: ChangeLog jwt-0.1.13.ebuild

2014-12-24 Thread Hans de Graaff (graaff)
graaff  14/12/24 09:17:29

  Modified: ChangeLog
  Removed:  jwt-0.1.13.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.15 dev-ruby/jwt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/jwt/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   15 Aug 2014 14:11:10 -  1.14
+++ ChangeLog   24 Dec 2014 09:17:29 -  1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/jwt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jwt/ChangeLog,v 1.14 2014/08/15 
14:11:10 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jwt/ChangeLog,v 1.15 2014/12/24 
09:17:29 graaff Exp $
+
+  24 Dec 2014; Hans de Graaff gra...@gentoo.org -jwt-0.1.13.ebuild:
+  Cleanup.
 
   15 Aug 2014; Anthony G. Basile bluen...@gentoo.org jwt-0.1.13.ebuild,
   jwt-1.0.0.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/django-nose: django-nose-1.3.ebuild ChangeLog django-nose-1.1-r1.ebuild django-nose-1.2.ebuild

2014-12-24 Thread Ian Delaney (idella4)
idella4 14/12/24 09:17:07

  Modified: ChangeLog
  Added:django-nose-1.3.ebuild
  Removed:  django-nose-1.1-r1.ebuild django-nose-1.2.ebuild
  Log:
  bump, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.8  dev-python/django-nose/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-nose/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   21 Sep 2014 01:49:09 -  1.7
+++ ChangeLog   24 Dec 2014 09:17:07 -  1.8
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/django-nose
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-nose/ChangeLog,v 1.7 
2014/09/21 01:49:09 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-nose/ChangeLog,v 1.8 
2014/12/24 09:17:07 idella4 Exp $
+
+*django-nose-1.3 (24 Dec 2014)
+
+  24 Dec 2014; Ian Delaney idel...@gentoo.org +django-nose-1.3.ebuild,
+  -django-nose-1.1-r1.ebuild, -django-nose-1.2.ebuild:
+  bump, rm old
 
 *django-nose-1.2-r1 (21 Sep 2014)
 



1.1  dev-python/django-nose/django-nose-1.3.ebuild

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

Index: django-nose-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-python/django-nose/django-nose-1.3.ebuild,v 1.1 
2014/12/24 09:17:07 idella4 Exp $

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

inherit distutils-r1

DESCRIPTION=Django test runner that uses nose
HOMEPAGE=https://github.com/jbalogh/django-nose;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

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

RDEPEND==dev-python/nose-1.2.1[${PYTHON_USEDEP}]
dev-python/django[${PYTHON_USEDEP}]
DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
=dev-python/south-0.7[${PYTHON_USEDEP}] )

python_test() {
${PYTHON} testapp/runtests.py
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/jwt: ChangeLog jwt-1.2.0.ebuild

2014-12-24 Thread Hans de Graaff (graaff)
graaff  14/12/24 09:23:47

  Modified: ChangeLog
  Added:jwt-1.2.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.16 dev-ruby/jwt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/jwt/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   24 Dec 2014 09:17:29 -  1.15
+++ ChangeLog   24 Dec 2014 09:23:47 -  1.16
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/jwt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jwt/ChangeLog,v 1.15 2014/12/24 
09:17:29 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jwt/ChangeLog,v 1.16 2014/12/24 
09:23:47 graaff Exp $
+
+*jwt-1.2.0 (24 Dec 2014)
+
+  24 Dec 2014; Hans de Graaff gra...@gentoo.org +jwt-1.2.0.ebuild:
+  Version bump.
 
   24 Dec 2014; Hans de Graaff gra...@gentoo.org -jwt-0.1.13.ebuild:
   Cleanup.



1.1  dev-ruby/jwt/jwt-1.2.0.ebuild

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

Index: jwt-1.2.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jwt/jwt-1.2.0.ebuild,v 1.1 
2014/12/24 09:23:47 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_TEST=rspec

RUBY_FAKEGEM_RECIPE_DOC=rdoc

inherit ruby-fakegem

DESCRIPTION=A Ruby implementation of JSON Web Token draft 06
HOMEPAGE=https://github.com/progrium/ruby-jwt;

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86
IUSE=






[gentoo-commits] gentoo-x86 commit in dev-python/aniso8601: ChangeLog aniso8601-0.92.ebuild

2014-12-24 Thread Tim Harder (radhermit)
radhermit14/12/24 09:23:13

  Modified: ChangeLog
  Added:aniso8601-0.92.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.5  dev-python/aniso8601/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/aniso8601/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   7 Dec 2014 05:22:55 -   1.4
+++ ChangeLog   24 Dec 2014 09:23:13 -  1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/aniso8601
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/aniso8601/ChangeLog,v 1.4 
2014/12/07 05:22:55 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/aniso8601/ChangeLog,v 1.5 
2014/12/24 09:23:13 radhermit Exp $
+
+*aniso8601-0.92 (24 Dec 2014)
+
+  24 Dec 2014; Tim Harder radher...@gentoo.org +aniso8601-0.92.ebuild:
+  Version bump.
 
 *aniso8601-0.90 (07 Dec 2014)
 



1.1  dev-python/aniso8601/aniso8601-0.92.ebuild

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

Index: aniso8601-0.92.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/aniso8601/aniso8601-0.92.ebuild,v 
1.1 2014/12/24 09:23:13 radhermit Exp $

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

inherit distutils-r1

DESCRIPTION=A library for parsing ISO 8601 strings
HOMEPAGE=https://bitbucket.org/nielsenb/aniso8601/ 
https://pypi.python.org/pypi/aniso8601/;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=GPL-3+
SLOT=0
KEYWORDS=~amd64 ~x86

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]

python_test() {
${PYTHON} -m unittest discover ${PN}/tests || die Tests fail with 
${EPYTHON}
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/rack: ChangeLog rack-1.6.0.ebuild

2014-12-24 Thread Hans de Graaff (graaff)
graaff  14/12/24 09:38:43

  Modified: ChangeLog rack-1.6.0.ebuild
  Log:
  Fix block dependency to refer to the correct slot.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.139dev-ruby/rack/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog   21 Dec 2014 06:51:32 -  1.138
+++ ChangeLog   24 Dec 2014 09:38:43 -  1.139
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rack
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/ChangeLog,v 1.138 2014/12/21 
06:51:32 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/ChangeLog,v 1.139 2014/12/24 
09:38:43 graaff Exp $
+
+  24 Dec 2014; Hans de Graaff gra...@gentoo.org rack-1.6.0.ebuild:
+  Fix block dependency to refer to the correct slot.
 
 *rack-1.6.0 (21 Dec 2014)
 *rack-1.5.2-r4 (21 Dec 2014)



1.2  dev-ruby/rack/rack-1.6.0.ebuild

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

Index: rack-1.6.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rack-1.6.0.ebuild   21 Dec 2014 06:51:32 -  1.1
+++ rack-1.6.0.ebuild   24 Dec 2014 09:38:43 -  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-ruby/rack/rack-1.6.0.ebuild,v 1.1 
2014/12/21 06:51:32 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.6.0.ebuild,v 1.2 
2014/12/24 09:38:43 graaff Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21
@@ -28,7 +28,7 @@
 ruby_add_bdepend test? ( dev-ruby/bacon )
 
 # Block against versions in older slots that also try to install a binary.
-RDEPEND=${RDEPEND} !dev-ruby/rack-1.4.5-r1:1.4 !dev-ruby/rack-1.5.2-r4
+RDEPEND=${RDEPEND} !dev-ruby/rack-1.4.5-r1:1.4 !dev-ruby/rack-1.5.2-r4:1.5
 
 each_ruby_test() {
# Since the Rakefile calls specrb directly rather than loading it, we






[gentoo-commits] gentoo-x86 commit in x11-libs/qwt/files: qwt-6.1.1-pc-destdir.patch

2014-12-24 Thread Justin Lecher (jlec)
jlec14/12/24 09:46:26

  Modified: qwt-6.1.1-pc-destdir.patch
  Log:
  x11-libs/qwt: Add opengl support; fix wrong lib location in pc file, #523490
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.2  x11-libs/qwt/files/qwt-6.1.1-pc-destdir.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qwt/files/qwt-6.1.1-pc-destdir.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qwt/files/qwt-6.1.1-pc-destdir.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qwt/files/qwt-6.1.1-pc-destdir.patch?r1=1.1r2=1.2

Index: qwt-6.1.1-pc-destdir.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-libs/qwt/files/qwt-6.1.1-pc-destdir.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qwt-6.1.1-pc-destdir.patch  21 Dec 2014 15:35:49 -  1.1
+++ qwt-6.1.1-pc-destdir.patch  24 Dec 2014 09:46:26 -  1.2
@@ -1,10 +1,10 @@
- qwt-6.1.2/textengines/mathml/mathml.pro | 1 +
+ textengines/mathml/mathml.pro | 1 +
  1 file changed, 1 insertion(+)
 
-diff --git a/qwt-6.1.2/textengines/mathml/mathml.pro 
b/qwt-6.1.2/textengines/mathml/mathml.pro
+diff --git a/textengines/mathml/mathml.pro b/textengines/mathml/mathml.pro
 index 7032366..b1372f7 100644
 a/qwt-6.1.2/textengines/mathml/mathml.pro
-+++ b/qwt-6.1.2/textengines/mathml/mathml.pro
+--- a/textengines/mathml/mathml.pro
 b/textengines/mathml/mathml.pro
 @@ -63,6 +63,7 @@ contains(QWT_CONFIG, QwtPkgConfig) {
  
  # QMAKE_PKGCONFIG_DESTDIR is buggy, in combination






[gentoo-commits] gentoo-x86 commit in x11-libs/qwt: ChangeLog qwt-6.1.2.ebuild

2014-12-24 Thread Justin Lecher (jlec)
jlec14/12/24 09:46:26

  Modified: ChangeLog qwt-6.1.2.ebuild
  Log:
  x11-libs/qwt: Add opengl support; fix wrong lib location in pc file, #523490
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.135x11-libs/qwt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qwt/ChangeLog,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- ChangeLog   21 Dec 2014 15:35:49 -  1.134
+++ ChangeLog   24 Dec 2014 09:46:26 -  1.135
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/qwt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/ChangeLog,v 1.134 2014/12/21 
15:35:49 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/ChangeLog,v 1.135 2014/12/24 
09:46:26 jlec Exp $
+
+  24 Dec 2014; Justin Lecher j...@gentoo.org qwt-6.1.2.ebuild,
+  files/qwt-6.1.1-pc-destdir.patch:
+  Add opengl support; fix wrong lib location in pc file, #523490
 
 *qwt-6.1.2 (21 Dec 2014)
 



1.2  x11-libs/qwt/qwt-6.1.2.ebuild

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

Index: qwt-6.1.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-6.1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qwt-6.1.2.ebuild21 Dec 2014 15:35:49 -  1.1
+++ qwt-6.1.2.ebuild24 Dec 2014 09:46: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/x11-libs/qwt/qwt-6.1.2.ebuild,v 1.1 
2014/12/21 15:35:49 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-6.1.2.ebuild,v 1.2 
2014/12/24 09:46:26 jlec Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 LICENSE=qwt mathml? ( LGPL-2.1 Nokia-Qt-LGPL-Exception-1.1 )
 KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-macos
 SLOT=6
-IUSE=doc examples mathml static-libs svg
+IUSE=doc examples mathml opengl static-libs svg
 
 DEPEND=
!x11-libs/qwt-5.2.3
@@ -23,6 +23,7 @@
dev-qt/qtcore:4
dev-qt/qtgui:4
doc? ( !media-libs/coin-3.1.3[doc] )
+   opengl? ( virtual/opengl )
svg? ( dev-qt/qtsvg:4 )
 RDEPEND=${DEPEND}
 
@@ -48,6 +49,7 @@
EOF
 
use mathml  echo QWT_CONFIG += QwtMathML  qwtconfig.pri
+   use opengl  echo QWT_CONFIG += QwtOpenGL  qwtconfig.pri
use svg  echo QWT_CONFIG += QwtSvg  qwtconfig.pri
 
cat  qwtbuild.pri -EOF
@@ -101,6 +103,10 @@
rm -f doc/man/*/{_,deprecated}* || die
multibuild_foreach_variant run_in_build_dir qt4-r2_src_install
 
+   sed \
+   -e s: -L${WORKDIR}.* -lqwt6: -lqwt6:g \
+   -i ${ED}/usr/$(get_libdir)/pkgconfig/qwtmathml.pc || die
+
use doc  dohtml -r doc/html/*
 
if use examples; then






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

2014-12-24 Thread Michael Weber (xmw)
xmw 14/12/24 09:58:27

  Modified: ChangeLog netsurf.eclass
  Log:
  remove base.eclass inherit

Revision  ChangesPath
1.1472   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1471
retrieving revision 1.1472
diff -u -r1.1471 -r1.1472
--- ChangeLog   21 Dec 2014 14:30:08 -  1.1471
+++ ChangeLog   24 Dec 2014 09:58:27 -  1.1472
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1471 2014/12/21 
14:30:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1472 2014/12/24 
09:58:27 xmw Exp $
+
+  24 Dec 2014; Michael Weber x...@gentoo.org netsurf.eclass:
+  remove base.eclass inherit
 
   21 Dec 2014; Michał Górny mgo...@gentoo.org tests/python-utils-r1.sh:
   Update tests for unsupported python3.2.



1.2  eclass/netsurf.eclass

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

Index: netsurf.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/netsurf.eclass,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- netsurf.eclass  23 Jun 2013 16:36:49 -  1.1
+++ netsurf.eclass  24 Dec 2014 09:58:27 -  1.2
@@ -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/eclass/netsurf.eclass,v 1.1 2013/06/23 
16:36:49 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/netsurf.eclass,v 1.2 2014/12/24 
09:58:27 xmw Exp $
 
 # @ECLASS: netsurf.eclass
 # @MAINTAINER:
@@ -17,7 +17,7 @@
*) ;;
 esac
 
-inherit base toolchain-funcs multilib-minimal
+inherit eutils toolchain-funcs multilib-minimal
 
 EXPORT_FUNCTIONS src_prepare src_configure src_compile src_install
 
@@ -56,10 +56,12 @@
 
 # @FUNCTION: netsurf_src_prepare
 # @DESCRIPTION:
-# Run base_src_prepare for PATCHES support and multilib_copy_sources for 
-# in-source build.
+# Apply and PATCHES and multilib_copy_sources for in-source build.
 netsurf_src_prepare() {
-   base_src_prepare
+   [[ ${PATCHES[@]} ]]  epatch ${PATCHES[@]}
+   debug-print $FUNCNAME: applying user patches
+   epatch_user
+
multilib_copy_sources
 }
 






[gentoo-commits] gentoo-x86 commit in dev-python/geopy: geopy-1.6.1.ebuild ChangeLog

2014-12-24 Thread Ian Delaney (idella4)
idella4 14/12/24 10:32:18

  Modified: ChangeLog
  Added:geopy-1.6.1.ebuild
  Log:
  bump; update test phase
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.17 dev-python/geopy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/geopy/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   17 Nov 2014 06:34:56 -  1.16
+++ ChangeLog   24 Dec 2014 10:32:18 -  1.17
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/geopy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/geopy/ChangeLog,v 1.16 
2014/11/17 06:34:56 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/geopy/ChangeLog,v 1.17 
2014/12/24 10:32:18 idella4 Exp $
+
+*geopy-1.6.1 (24 Dec 2014)
+
+  24 Dec 2014; Ian Delaney idel...@gentoo.org +geopy-1.6.1.ebuild:
+  bump; update test phase
 
 *geopy-1.4.0 (17 Nov 2014)
 



1.1  dev-python/geopy/geopy-1.6.1.ebuild

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

Index: geopy-1.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-python/geopy/geopy-1.6.1.ebuild,v 1.1 
2014/12/24 10:32:18 idella4 Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION=A Geocoding Toolbox for Python
HOMEPAGE=http://www.geopy.org/ https://github.com/geopy/geopy;
SRC_URI=https://github.com/${PN}/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz

IUSE=test doc yahoo

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

RDEPEND=yahoo? ( =dev-python/requests-oauthlib-0.4.0[${PYTHON_USEDEP}]
dev-python/placefinder[${PYTHON_USEDEP}] )
DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}]
dev-python/nose-cover3[${PYTHON_USEDEP}]
dev-python/pylint[${PYTHON_USEDEP}] )
 doc? ( $(python_gen_cond_dep 'dev-python/sphinx[${PYTHON_USEDEP}]' 
python2_7)
=dev-python/python-docs-2.7.6-r1:2.7 )

python_prepare_all() {
if use doc; then
local PYTHON_DOC_ATOM=$(best_version --host-root 
dev-python/python-docs:2.7)
local 
PYTHON_DOC_VERSION=${PYTHON_DOC_ATOM#dev-python/python-docs-}
local 
PYTHON_DOC=/usr/share/doc/python-docs-${PYTHON_DOC_VERSION}/html
local PYTHON_DOC_INVENTORY=${PYTHON_DOC}/objects.inv
sed -i s|'http://docs.python.org/': None|'${PYTHON_DOC}': 
'${PYTHON_DOC_INVENTORY}'| docs/conf.py || die
fi

distutils-r1_python_prepare_all

# purge test folder to avoid file collisions
sed -e s:find_packages():find_packages(exclude=['test','test.*']): -i 
setup.py || die
}

python_test() {
# intermittent fails or errors caused by an apparent race condition. 
suite is fine
# test test_geocode attempts to connect the network and is excluded here
nosetests -e test_geocode || die Tests failed under ${EPYTHON}
}

python_compile_all() {
use doc  emake -C docs html
}

python_install_all() {
use doc  local HTML_DOCS=( docs/_build/html/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-lua/luasec: luasec-0.5.ebuild ChangeLog

2014-12-24 Thread Manuel Rueger (mrueg)
mrueg   14/12/24 10:36:09

  Modified: ChangeLog
  Added:luasec-0.5.ebuild
  Log:
  Version bump. Fixes bug #499968.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.12 dev-lua/luasec/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lua/luasec/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   14 Nov 2014 21:21:16 -  1.11
+++ ChangeLog   24 Dec 2014 10:36:09 -  1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lua/luasec
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/luasec/ChangeLog,v 1.11 2014/11/14 
21:21:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luasec/ChangeLog,v 1.12 2014/12/24 
10:36:09 mrueg Exp $
+
+*luasec-0.5 (24 Dec 2014)
+
+  24 Dec 2014; Manuel Rüger mr...@gentoo.org +luasec-0.5.ebuild:
+  Version bump. Fixes bug #499968.
 
   14 Nov 2014; Markus Meier mae...@gentoo.org luasec-0.4.1_p20130620.ebuild:
   arm stable, bug #511532



1.1  dev-lua/luasec/luasec-0.5.ebuild

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

Index: luasec-0.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lua/luasec/luasec-0.5.ebuild,v 1.1 
2014/12/24 10:36:09 mrueg Exp $

EAPI=5

inherit multilib toolchain-funcs

DESCRIPTION=Lua binding for OpenSSL library to provide TLS/SSL communication
HOMEPAGE=https://github.com/brunoos/luasec 
http://www.inf.puc-rio.br/~brunoos/luasec/;
SRC_URI=https://github.com/brunoos/luasec/archive/${P}.tar.gz;

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

S=${WORKDIR}/${PN}-${P}

RDEPEND==dev-lang/lua-5.1[deprecated]
dev-lua/luasocket
dev-libs/openssl
DEPEND=${RDEPEND}
virtual/pkgconfig

src_prepare() {
sed -i -e s#^LUAPATH.*#LUAPATH=$(pkg-config --variable INSTALL_LMOD 
lua)#\
-e s#^LUACPATH.*#LUACPATH=$(pkg-config --variable INSTALL_CMOD 
lua)# Makefile || die
sed -i -e s/-O2// src/Makefile || die
lua src/options.lua -g /usr/include/openssl/ssl.h  src/options.h || die
}

src_compile() {
emake \
CC=$(tc-getCC) \
LD=$(tc-getCC) \
linux
}

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






[gentoo-commits] gentoo-x86 commit in dev-lua/luafilesystem: luafilesystem-1.6.2.ebuild ChangeLog luafilesystem-1.4.1.ebuild luafilesystem-1.4.2.ebuild

2014-12-24 Thread Manuel Rueger (mrueg)
mrueg   14/12/24 10:41:04

  Modified: ChangeLog
  Added:luafilesystem-1.6.2.ebuild
  Removed:  luafilesystem-1.4.1.ebuild
luafilesystem-1.4.2.ebuild
  Log:
  Version bump. Remove old. Fixes bug #437028.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.14 dev-lua/luafilesystem/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lua/luafilesystem/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   9 Dec 2014 09:53:34 -   1.13
+++ ChangeLog   24 Dec 2014 10:41:04 -  1.14
@@ -1,6 +1,12 @@
 # ChangeLog for dev-lua/luafilesystem
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/luafilesystem/ChangeLog,v 1.13 
2014/12/09 09:53:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luafilesystem/ChangeLog,v 1.14 
2014/12/24 10:41:04 mrueg Exp $
+
+*luafilesystem-1.6.2 (24 Dec 2014)
+
+  24 Dec 2014; Manuel Rüger mr...@gentoo.org +luafilesystem-1.6.2.ebuild,
+  -luafilesystem-1.4.1.ebuild, -luafilesystem-1.4.2.ebuild:
+  Version bump. Remove old. Fixes bug #437028.
 
   09 Dec 2014; Jeroen Roovers j...@gentoo.org luafilesystem-1.5.0.ebuild:
   Stable for HPPA (bug #526016).



1.1  dev-lua/luafilesystem/luafilesystem-1.6.2.ebuild

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

Index: luafilesystem-1.6.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-lua/luafilesystem/luafilesystem-1.6.2.ebuild,v 1.1 
2014/12/24 10:41:04 mrueg Exp $

EAPI=5
inherit multilib toolchain-funcs

DESCRIPTION=File System Library for the Lua Programming Language
HOMEPAGE=http://keplerproject.github.com/luafilesystem/;
SRC_URI=mirror://github/keplerproject/luafilesystem/${P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd
IUSE=

DEPEND==dev-lang/lua-5.1
RDEPEND=${DEPEND}

src_prepare() {
sed -i \
-e s|/usr/local|/usr| \
-e s|/lib|/$(get_libdir)| \
-e s|-O2|${CFLAGS}| \
-e /^LIB_OPTION/s|= |= ${LDFLAGS} | \
-e s|gcc|$(tc-getCC)| \
config || die
}

src_install() {
emake PREFIX=${ED}usr install
dodoc README
dohtml doc/us/*
}






[gentoo-commits] gentoo-x86 commit in dev-lua/luasec: ChangeLog luasec-0.4.ebuild

2014-12-24 Thread Manuel Rueger (mrueg)
mrueg   14/12/24 10:42:20

  Modified: ChangeLog
  Removed:  luasec-0.4.ebuild
  Log:
  Cleanup old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.13 dev-lua/luasec/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lua/luasec/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   24 Dec 2014 10:36:09 -  1.12
+++ ChangeLog   24 Dec 2014 10:42:19 -  1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lua/luasec
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/luasec/ChangeLog,v 1.12 2014/12/24 
10:36:09 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luasec/ChangeLog,v 1.13 2014/12/24 
10:42:19 mrueg Exp $
+
+  24 Dec 2014; Manuel Rüger mr...@gentoo.org -luasec-0.4.ebuild:
+  Cleanup old.
 
 *luasec-0.5 (24 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-lua/luasocket: ChangeLog luasocket-3.0_rc1-r2.ebuild

2014-12-24 Thread Manuel Rueger (mrueg)
mrueg   14/12/24 10:45:42

  Modified: ChangeLog
  Removed:  luasocket-3.0_rc1-r2.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.24 dev-lua/luasocket/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luasocket/ChangeLog?rev=1.24view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luasocket/ChangeLog?rev=1.24content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luasocket/ChangeLog?r1=1.23r2=1.24

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lua/luasocket/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   9 Dec 2014 09:55:37 -   1.23
+++ ChangeLog   24 Dec 2014 10:45:42 -  1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lua/luasocket
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/luasocket/ChangeLog,v 1.23 
2014/12/09 09:55:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luasocket/ChangeLog,v 1.24 
2014/12/24 10:45:42 mrueg Exp $
+
+  24 Dec 2014; Manuel Rüger mr...@gentoo.org -luasocket-3.0_rc1-r2.ebuild:
+  Remove old.
 
   09 Dec 2014; Jeroen Roovers j...@gentoo.org luasocket-3.0_rc1-r3.ebuild:
   Stable for HPPA (bug #526016).






[gentoo-commits] gentoo-x86 commit in dev-python/geopy: ChangeLog geopy-1.4.0.ebuild geopy-1.3.0-r1.ebuild

2014-12-24 Thread Ian Delaney (idella4)
idella4 14/12/24 10:47:21

  Modified: ChangeLog
  Removed:  geopy-1.4.0.ebuild geopy-1.3.0-r1.ebuild
  Log:
  rm disused patches  rm old versions
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.18 dev-python/geopy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/geopy/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   24 Dec 2014 10:32:18 -  1.17
+++ ChangeLog   24 Dec 2014 10:47:21 -  1.18
@@ -1,11 +1,11 @@
 # ChangeLog for dev-python/geopy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/geopy/ChangeLog,v 1.17 
2014/12/24 10:32:18 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/geopy/ChangeLog,v 1.18 
2014/12/24 10:47:21 idella4 Exp $
 
 *geopy-1.6.1 (24 Dec 2014)
 
   24 Dec 2014; Ian Delaney idel...@gentoo.org +geopy-1.6.1.ebuild:
-  bump; update test phase
+  bump; update test phase, rm disused patches  rm old versions
 
 *geopy-1.4.0 (17 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/asciidoctor: ChangeLog asciidoctor-1.5.1.ebuild asciidoctor-0.1.4.ebuild

2014-12-24 Thread Manuel Rueger (mrueg)
mrueg   14/12/24 10:51:29

  Modified: ChangeLog
  Removed:  asciidoctor-1.5.1.ebuild asciidoctor-0.1.4.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.7  dev-ruby/asciidoctor/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   2 Dec 2014 12:34:24 -   1.6
+++ ChangeLog   24 Dec 2014 10:51:29 -  1.7
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/asciidoctor
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/ChangeLog,v 1.6 
2014/12/02 12:34:24 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/ChangeLog,v 1.7 
2014/12/24 10:51:29 mrueg Exp $
+
+  24 Dec 2014; Manuel Rüger mr...@gentoo.org -asciidoctor-0.1.4.ebuild,
+  -asciidoctor-1.5.1.ebuild:
+  Remove old.
 
 *asciidoctor-1.5.2 (02 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/temple: temple-0.6.8.ebuild ChangeLog

2014-12-24 Thread Manuel Rueger (mrueg)
mrueg   14/12/24 10:54:41

  Modified: ChangeLog
  Added:temple-0.6.8.ebuild
  Log:
  Readd the latest temple-0.6 release.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.22 dev-ruby/temple/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/temple/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   23 Dec 2014 23:08:58 -  1.21
+++ ChangeLog   24 Dec 2014 10:54:41 -  1.22
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/temple
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/temple/ChangeLog,v 1.21 2014/12/23 
23:08:58 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/temple/ChangeLog,v 1.22 2014/12/24 
10:54:41 mrueg Exp $
+
+*temple-0.6.8 (24 Dec 2014)
+
+  24 Dec 2014; Manuel Rüger mr...@gentoo.org +temple-0.6.8.ebuild:
+  Readd the latest temple-0.6 release.
 
 *temple-0.7.4 (23 Dec 2014)
 



1.4  dev-ruby/temple/temple-0.6.8.ebuild

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







[gentoo-commits] gentoo-x86 commit in dev-ruby/slim: ChangeLog slim-2.0.2.ebuild slim-2.0.2-r1.ebuild

2014-12-24 Thread Manuel Rueger (mrueg)
mrueg   14/12/24 10:54:58

  Modified: ChangeLog
  Removed:  slim-2.0.2.ebuild slim-2.0.2-r1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.4  dev-ruby/slim/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/slim/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   28 Jul 2014 06:22:07 -  1.3
+++ ChangeLog   24 Dec 2014 10:54:58 -  1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/slim
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slim/ChangeLog,v 1.3 2014/07/28 
06:22:07 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slim/ChangeLog,v 1.4 2014/12/24 
10:54:58 mrueg Exp $
+
+  24 Dec 2014; Manuel Rüger mr...@gentoo.org -slim-2.0.2-r1.ebuild,
+  -slim-2.0.2.ebuild:
+  Remove old.
 
 *slim-2.0.3 (28 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/jsonpointer: jsonpointer-1.7.ebuild ChangeLog jsonpointer-1.6.ebuild jsonpointer-1.5.ebuild

2014-12-24 Thread Ian Delaney (idella4)
idella4 14/12/24 10:56:56

  Modified: ChangeLog
  Added:jsonpointer-1.7.ebuild
  Removed:  jsonpointer-1.6.ebuild jsonpointer-1.5.ebuild
  Log:
  bump, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.8  dev-python/jsonpointer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/jsonpointer/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   8 Dec 2014 05:38:17 -   1.7
+++ ChangeLog   24 Dec 2014 10:56:56 -  1.8
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/jsonpointer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpointer/ChangeLog,v 1.7 
2014/12/08 05:38:17 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpointer/ChangeLog,v 1.8 
2014/12/24 10:56:56 idella4 Exp $
+
+*jsonpointer-1.7 (24 Dec 2014)
+
+  24 Dec 2014; Ian Delaney idel...@gentoo.org +jsonpointer-1.7.ebuild,
+  -jsonpointer-1.5.ebuild, -jsonpointer-1.6.ebuild:
+  bump, rm old
 
 *jsonpointer-1.6 (08 Dec 2014)
 



1.1  dev-python/jsonpointer/jsonpointer-1.7.ebuild

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

Index: jsonpointer-1.7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/jsonpointer/jsonpointer-1.7.ebuild,v 1.1 
2014/12/24 10:56:55 idella4 Exp $

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

inherit distutils-r1

DESCRIPTION=Identify specific nodes in a JSON document (according to draft 08)
HOMEPAGE=https://github.com/stefankoegl/python-json-pointer 
https://pypi.python.org/pypi/jsonpointer/;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
IUSE=

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

python_test() {
${PYTHON} tests.py || die Tests fail with ${EPYTHON}
}






[gentoo-commits] proj/eselect: New tag: eselect-0.9.1

2014-12-24 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller ulm AT gentoo DOT org
CommitDate: Wed Dec 24 11:46:39 2014 +

New tag: eselect-0.9.1




[gentoo-commits] gentoo-x86 commit in net-libs/libmicrohttpd: ChangeLog libmicrohttpd-0.9.34.ebuild libmicrohttpd-0.9.36.ebuild libmicrohttpd-0.9.35.ebuild libmicrohttpd-0.9.33.ebuild libmicrohttpd-0.

2014-12-24 Thread Anthony G. Basile (blueness)
blueness14/12/24 11:53:39

  Modified: ChangeLog
  Removed:  libmicrohttpd-0.9.34.ebuild
libmicrohttpd-0.9.36.ebuild
libmicrohttpd-0.9.35.ebuild
libmicrohttpd-0.9.33.ebuild
libmicrohttpd-0.9.32.ebuild
  Log:
  Remove older versions
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.81 net-libs/libmicrohttpd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog   2 Nov 2014 08:55:54 -   1.80
+++ ChangeLog   24 Dec 2014 11:53:39 -  1.81
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/libmicrohttpd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.80 
2014/11/02 08:55:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.81 
2014/12/24 11:53:39 blueness Exp $
+
+  24 Dec 2014; Anthony G. Basile bluen...@gentoo.org
+  -libmicrohttpd-0.9.32.ebuild, -libmicrohttpd-0.9.33.ebuild,
+  -libmicrohttpd-0.9.34.ebuild, -libmicrohttpd-0.9.35.ebuild,
+  -libmicrohttpd-0.9.36.ebuild:
+  Remove older versions
 
   02 Nov 2014; Agostino Sarubbo a...@gentoo.org libmicrohttpd-0.9.37.ebuild:
   Stable for alpha, wrt bug #524760






[gentoo-commits] gentoo-x86 commit in dev-python/egenix-mx-base: egenix-mx-base-3.2.5.ebuild ChangeLog

2014-12-24 Thread Ian Delaney (idella4)
idella4 14/12/24 11:58:26

  Modified: ChangeLog
  Added:egenix-mx-base-3.2.5.ebuild
  Log:
  re-add -3.2.5 to service stabled logilab-common-0.61.0
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 0xB8072B0D)

Revision  ChangesPath
1.91 dev-python/egenix-mx-base/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog   23 Dec 2014 00:43:14 -  1.90
+++ ChangeLog   24 Dec 2014 11:58:26 -  1.91
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/egenix-mx-base
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/ChangeLog,v 1.90 
2014/12/23 00:43:14 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/ChangeLog,v 1.91 
2014/12/24 11:58:26 idella4 Exp $
+
+*egenix-mx-base-3.2.5 (24 Dec 2014)
+
+  24 Dec 2014; Ian Delaney idel...@gentoo.org +egenix-mx-base-3.2.5.ebuild:
+  re-add -3.2.5 to service stabled logilab-common-0.61.0
 
   23 Dec 2014; Ian Delaney idel...@gentoo.org -egenix-mx-base-3.1.3.ebuild,
   -egenix-mx-base-3.2.1-r1.ebuild, -egenix-mx-base-3.2.3.ebuild,



1.7  dev-python/egenix-mx-base/egenix-mx-base-3.2.5.ebuild

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







[gentoo-commits] gentoo-x86 commit in x11-wm/stumpwm: stumpwm-0.9.9.ebuild ChangeLog

2014-12-24 Thread Ulrich Mueller (ulm)
ulm 14/12/24 12:04:04

  Modified: stumpwm-0.9.9.ebuild ChangeLog
  Log:
  Fix typo in variable name.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.2  x11-wm/stumpwm/stumpwm-0.9.9.ebuild

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

Index: stumpwm-0.9.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/stumpwm/stumpwm-0.9.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- stumpwm-0.9.9.ebuild23 Dec 2014 22:28:11 -  1.1
+++ stumpwm-0.9.9.ebuild24 Dec 2014 12:04:04 -  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-wm/stumpwm/stumpwm-0.9.9.ebuild,v 1.1 
2014/12/23 22:28:11 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/stumpwm/stumpwm-0.9.9.ebuild,v 1.2 
2014/12/24 12:04:04 ulm Exp $
 
 EAPI=5
 
@@ -31,7 +31,8 @@
 SITEFILE=70${PN}-gentoo.el
 
 get_lisp() {
-   for list in $@ ; do
+   local lisp
+   for lisp in $@ ; do
use ${lisp}  echo ${lisp}  return
done
 }



1.11 x11-wm/stumpwm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/stumpwm/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   23 Dec 2014 22:28:11 -  1.10
+++ ChangeLog   24 Dec 2014 12:04:04 -  1.11
@@ -1,6 +1,9 @@
 # ChangeLog for x11-wm/stumpwm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/stumpwm/ChangeLog,v 1.10 2014/12/23 
22:28:11 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/stumpwm/ChangeLog,v 1.11 2014/12/24 
12:04:04 ulm Exp $
+
+  24 Dec 2014; Ulrich Müller u...@gentoo.org stumpwm-0.9.9.ebuild:
+  Fix typo in variable name.
 
 *stumpwm- (23 Dec 2014)
 *stumpwm-0.9.9 (23 Dec 2014)






[gentoo-commits] gentoo-x86 commit in app-misc/ltunify: ltunify-0.2-r1.ebuild ChangeLog

2014-12-24 Thread Manuel Rueger (mrueg)
mrueg   14/12/24 12:15:47

  Modified: ltunify-0.2-r1.ebuild ChangeLog
  Log:
  Whitespace.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.2  app-misc/ltunify/ltunify-0.2-r1.ebuild

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

Index: ltunify-0.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/ltunify/ltunify-0.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ltunify-0.2-r1.ebuild   25 Nov 2014 02:14:52 -  1.1
+++ ltunify-0.2-r1.ebuild   24 Dec 2014 12:15:47 -  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/app-misc/ltunify/ltunify-0.2-r1.ebuild,v 
1.1 2014/11/25 02:14:52 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ltunify/ltunify-0.2-r1.ebuild,v 
1.2 2014/12/24 12:15:47 mrueg Exp $
 
 EAPI=5
 inherit toolchain-funcs udev
@@ -15,7 +15,7 @@
 
 src_prepare() {
sed -i '/^override CFLAGS/d' Makefile || die
-   
+
# allow plugdev group r/w access
sed -i 's/^#MODE=/MODE=/' udev/42-logitech-unify-permissions.rules || 
die
 



1.3  app-misc/ltunify/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/ltunify/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   25 Nov 2014 02:14:52 -  1.2
+++ ChangeLog   24 Dec 2014 12:15:47 -  1.3
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/ltunify
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ltunify/ChangeLog,v 1.2 2014/11/25 
02:14:52 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ltunify/ChangeLog,v 1.3 2014/12/24 
12:15:47 mrueg Exp $
+
+  24 Dec 2014; Manuel Rüger mr...@gentoo.org ltunify-0.2-r1.ebuild:
+  Whitespace.
 
 *ltunify-0.2-r1 (25 Nov 2014)
 
@@ -13,4 +16,3 @@
   05 Nov 2014; Tim Harder radher...@gentoo.org +ltunify-0.2.ebuild,
   +metadata.xml:
   Initial import.
-






[gentoo-commits] gentoo-x86 commit in net-analyzer/munin: ChangeLog munin-2.0.25.ebuild

2014-12-24 Thread Justin Lecher (jlec)
jlec14/12/24 12:33:37

  Modified: ChangeLog
  Added:munin-2.0.25.ebuild
  Log:
  net-analyzer/munin: Version BUmp, #512070
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.162net-analyzer/munin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.162view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.162content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/ChangeLog?r1=1.161r2=1.162

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- ChangeLog   3 Nov 2014 13:25:57 -   1.161
+++ ChangeLog   24 Dec 2014 12:33:37 -  1.162
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/munin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.161 
2014/11/03 13:25:57 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.162 
2014/12/24 12:33:37 jlec Exp $
+
+*munin-2.0.25 (24 Dec 2014)
+
+  24 Dec 2014; Justin Lecher j...@gentoo.org +munin-2.0.25.ebuild:
+  Version BUmp, #512070
 
   03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org munin-2.0.19.ebuild,
   munin-2.0.19-r1.ebuild, munin-2.1..ebuild:



1.1  net-analyzer/munin/munin-2.0.25.ebuild

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

Index: munin-2.0.25.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.0.25.ebuild,v 1.1 
2014/12/24 12:33:37 jlec Exp $

EAPI=5

PATCHSET=1

inherit eutils user java-pkg-opt-2 systemd

MY_P=${P/_/-}

DESCRIPTION=Munin Server Monitoring Tool
HOMEPAGE=http://munin-monitoring.org/;
SRC_URI=
mirror://sourceforge/munin/${MY_P}.tar.gz
http://dev.gentoo.org/~jlec/distfiles/${P}-gentoo-${PATCHSET}.tar.xz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~mips ~ppc ~x86
IUSE=asterisk irc java memcached minimal mysql postgres ssl test cgi ipv6 
syslog ipmi http dhcpd doc apache
REQUIRED_USE=cgi? ( !minimal ) apache? ( cgi )

# Upstream's listing of required modules is NOT correct!
# Some of the postgres plugins use DBD::Pg, while others call psql directly.
# Some of the mysql plugins use DBD::mysql, while others call mysqladmin 
directly.
# We replace the original ipmi plugins with the freeipmi_ plugin which at least 
works.
DEPEND_COM=
dev-lang/perl[berkdb]
dev-perl/DBI
dev-perl/DateManip
dev-perl/File-Copy-Recursive
dev-perl/List-MoreUtils
dev-perl/Log-Log4perl
dev-perl/Net-CIDR
dev-perl/Net-DNS
dev-perl/Net-Netmask
dev-perl/Net-SNMP
dev-perl/net-server[ipv6(-)?]
virtual/perl-Digest-MD5
virtual/perl-Getopt-Long
virtual/perl-MIME-Base64
virtual/perl-Storable
virtual/perl-Text-Balanced
virtual/perl-Time-HiRes
apache? ( 
www-servers/apache[apache2_modules_cgi,apache2_modules_cgid,apache2_modules_rewrite]
 )
asterisk? ( dev-perl/Net-Telnet )
cgi? ( dev-perl/FCGI )
dhcpd? (
=net-misc/dhcp-3[server]
dev-perl/Net-IP
dev-perl/HTTP-Date
)
doc? ( dev-python/sphinx )
http? ( dev-perl/libwww-perl )
irc? ( dev-perl/Net-IRC )
kernel_linux? ( sys-process/procps )
memcached? ( dev-perl/Cache-Memcached )
mysql? (
virtual/mysql
dev-perl/Cache-Cache
dev-perl/DBD-mysql
)
postgres? ( dev-perl/DBD-Pg virtual/postgresql )
ssl? ( dev-perl/Net-SSLeay )
syslog? ( virtual/perl-Sys-Syslog )
!minimal? (
dev-perl/HTML-Template
dev-perl/IO-Socket-INET6
dev-perl/URI
=net-analyzer/rrdtool-1.3[graph,perl]
virtual/ssh
)


# Keep this seperate, as previous versions have had other deps here
DEPEND=${DEPEND_COM}
virtual/perl-Module-Build
java? ( =virtual/jdk-1.5 )
test? (
dev-perl/Test-Deep
dev-perl/Test-LongString
dev-perl/Test-Differences
dev-perl/Test-MockModule
dev-perl/Test-MockObject

[gentoo-commits] gentoo-x86 commit in dev-libs/boost: ChangeLog boost-1.56.0-r1.ebuild boost-1.55.0-r1.ebuild boost-1.56.0.ebuild

2014-12-24 Thread Sergey Popov (pinkbyte)
pinkbyte14/12/24 12:36:25

  Modified: ChangeLog
  Added:boost-1.56.0-r1.ebuild
  Removed:  boost-1.55.0-r1.ebuild boost-1.56.0.ebuild
  Log:
  Build auto_index tool when USE tools is enabled, wrt bug #529066. Drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.339dev-libs/boost/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v
retrieving revision 1.338
retrieving revision 1.339
diff -u -r1.338 -r1.339
--- ChangeLog   12 Nov 2014 08:44:52 -  1.338
+++ ChangeLog   24 Dec 2014 12:36:25 -  1.339
@@ -1,6 +1,13 @@
 # ChangeLog for dev-libs/boost
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.338 2014/11/12 
08:44:52 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.339 2014/12/24 
12:36:25 pinkbyte Exp $
+
+*boost-1.56.0-r1 (24 Dec 2014)
+
+  24 Dec 2014; Sergey Popov pinkb...@gentoo.org -boost-1.55.0-r1.ebuild,
+  -boost-1.56.0.ebuild, +boost-1.56.0-r1.ebuild,
+  +files/boost-1.56.0-build-auto_index-tool.patch:
+  Build auto_index tool when USE tools is enabled, wrt bug #529066. Drop old
 
   12 Nov 2014; Sergey Popov pinkb...@gentoo.org boost-1.55.0-r2.ebuild:
   Stable on amd64, wrt bug #525286



1.1  dev-libs/boost/boost-1.56.0-r1.ebuild

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

Index: boost-1.56.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.56.0-r1.ebuild,v 1.1 
2014/12/24 12:36:25 pinkbyte Exp $

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

inherit eutils flag-o-matic multilib multiprocessing python-r1 toolchain-funcs 
versionator multilib-minimal

MY_P=${PN}_$(replace_all_version_separators _)
MAJOR_V=$(get_version_component_range 1-2)

DESCRIPTION=Boost Libraries for C++
HOMEPAGE=http://www.boost.org/;
SRC_URI=mirror://sourceforge/boost/${MY_P}.tar.bz2

LICENSE=Boost-1.0
SLOT=0/${PV} # ${PV} instead ${MAJOR_V} due to bug 486122
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-fbsd ~x86-linux

IUSE=context debug doc icu +nls mpi python static-libs +threads tools

RDEPEND=abi_x86_32? ( !app-emulation/emul-linux-x86-cpplibs[-abi_x86_32(-)] )
icu? ( =dev-libs/icu-3.6:=[${MULTILIB_USEDEP}] )
!icu? ( virtual/libiconv[${MULTILIB_USEDEP}] )
mpi? ( || ( sys-cluster/openmpi[cxx] sys-cluster/mpich2[cxx,threads] ) )
python? ( ${PYTHON_DEPS} )
app-arch/bzip2[${MULTILIB_USEDEP}]
sys-libs/zlib[${MULTILIB_USEDEP}]
!app-admin/eselect-boost
DEPEND=${RDEPEND}
=dev-util/boost-build-${MAJOR_V}*
REQUIRED_USE=
mpi? ( threads )
python? ( ${PYTHON_REQUIRED_USE} )

S=${WORKDIR}/${MY_P}

# the tests will never fail because these are not intended as sanity
# tests at all. They are more a way for upstream to check their own code
# on new compilers. Since they would either be completely unreliable
# (failing for no good reason) or completely useless (never failing)
# there is no point in having them in the ebuild to begin with.
RESTRICT=test

python_bindings_needed() {
multilib_is_native_abi  use python
}

tools_needed() {
multilib_is_native_abi  use tools
}

# MPI stuff is not ported on multilib yet, disabling it for non-native ABIs
mpi_needed() {
multilib_is_native_abi  use mpi
}

create_user-config.jam() {
local compiler compiler_version compiler_executable

if [[ ${CHOST} == *-darwin* ]]; then
compiler=darwin
compiler_version=$(gcc-fullversion)
compiler_executable=$(tc-getCXX)
else
compiler=gcc
compiler_version=$(gcc-version)
compiler_executable=$(tc-getCXX)
fi
local mpi_configuration python_configuration

if mpi_needed; then
mpi_configuration=using mpi ;
fi

if python_bindings_needed; then
python_configuration=using python : : ${PYTHON} ;
fi

cat  

[gentoo-commits] gentoo-x86 commit in dev-libs/boost/files: boost-1.56.0-build-auto_index-tool.patch

2014-12-24 Thread Sergey Popov (pinkbyte)
pinkbyte14/12/24 12:36:25

  Added:boost-1.56.0-build-auto_index-tool.patch
  Log:
  Build auto_index tool when USE tools is enabled, wrt bug #529066. Drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.1  
dev-libs/boost/files/boost-1.56.0-build-auto_index-tool.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/files/boost-1.56.0-build-auto_index-tool.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/files/boost-1.56.0-build-auto_index-tool.patch?rev=1.1content-type=text/plain

Index: boost-1.56.0-build-auto_index-tool.patch
===
Build auto_index tool with USE=tools
Gentoo bug report: https://bugs.gentoo.org/show_bug.cgi?id=529066

--- tools/Jamfile.v2.orig   2014-12-24 12:57:32.290880067 +0300
+++ tools/Jamfile.v22014-12-24 12:58:38.403883250 +0300
@@ -20,6 +20,7 @@
 use-project /boost/regression : regression/build ;
 
 TOOLS =
+auto_index/build//auto_index
 bcp//bcp
 inspect/build//inspect
 quickbook//quickbook






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

2014-12-24 Thread Sergey Popov (pinkbyte)
pinkbyte14/12/24 12:38:36

  Modified: ChangeLog package.mask
  Log:
  Adjust mask for dev-libs/boost and dev-util/boost-build

Revision  ChangesPath
1.9636   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9635
retrieving revision 1.9636
diff -u -r1.9635 -r1.9636
--- ChangeLog   24 Dec 2014 01:39:01 -  1.9635
+++ ChangeLog   24 Dec 2014 12:38:36 -  1.9636
@@ -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.9635 2014/12/24 
01:39:01 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9636 2014/12/24 
12:38:36 pinkbyte 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!
 
+  24 Dec 2014; Sergey Popov pinkb...@gentoo.org package.mask:
+  Adjust mask for dev-libs/boost and dev-util/boost-build
+
   24 Dec 2014; Ian Delaney idel...@gentoo.org package.mask:
   masking dev-python/orm, dev-python/testoob for removal in 'usual' time
 



1.16241  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16240
retrieving revision 1.16241
diff -u -r1.16240 -r1.16241
--- package.mask24 Dec 2014 01:50:05 -  1.16240
+++ package.mask24 Dec 2014 12:38:36 -  1.16241
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16240 2014/12/24 
01:50:05 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16241 2014/12/24 
12:38:36 pinkbyte 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,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Sergey Popov pinkb...@gentoo.org (24 Dec 2014)
+# Mask new version of Boost - it's known to cause breakages
+~dev-util/boost-build-1.57.0
+~dev-libs/boost-1.57.0
+
 # Ian Delaney idel...@gentoo.org (24 Dec 2014)
 # Have little evidence of usage and have no upstream development / support
 # for years. They do not support python 3. testoob is a testing framework
@@ -743,12 +748,6 @@
 =media-libs/openexr-2.2.0
 =media-gfx/openexr_viewers-2.2.0
 
-# Sergey Popov pinkb...@gentoo.org (14 Aug 2014)
-# Mask new version of Boost - it's known to cause breakages,
-# according to it's ChangeLog
-~dev-util/boost-build-1.56.0
-~dev-libs/boost-1.56.0
-
 # Sergey Popov pinkb...@gentoo.org (05 Aug 2014)
 # Lacks patch in FILESDIR = fails to build
 # Masked by QA until maintainer will sort things out






[gentoo-commits] gentoo-x86 commit in sys-devel/gettext/files: gettext-0.18.3.1-use_m4_fallback_dir.patch

2014-12-24 Thread Lars Wendler (polynomial-c)
polynomial-c14/12/24 12:59:55

  Removed:  gettext-0.18.3.1-use_m4_fallback_dir.patch
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)



[gentoo-commits] gentoo-x86 commit in sys-devel/gettext: gettext-0.19.4.ebuild ChangeLog gettext-0.19.2.ebuild gettext-0.19.4_rc1.ebuild

2014-12-24 Thread Lars Wendler (polynomial-c)
polynomial-c14/12/24 12:59:55

  Modified: ChangeLog
  Added:gettext-0.19.4.ebuild
  Removed:  gettext-0.19.2.ebuild gettext-0.19.4_rc1.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.253sys-devel/gettext/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -r1.252 -r1.253
--- ChangeLog   12 Dec 2014 05:56:41 -  1.252
+++ ChangeLog   24 Dec 2014 12:59:55 -  1.253
@@ -1,6 +1,13 @@
 # ChangeLog for sys-devel/gettext
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.252 
2014/12/12 05:56:41 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.253 
2014/12/24 12:59:55 polynomial-c Exp $
+
+*gettext-0.19.4 (24 Dec 2014)
+
+  24 Dec 2014; Lars Wendler polynomia...@gentoo.org -gettext-0.19.2.ebuild,
+  -gettext-0.19.4_rc1.ebuild, +gettext-0.19.4.ebuild,
+  -files/gettext-0.18.3.1-use_m4_fallback_dir.patch:
+  Version bump. Removed old.
 
 *gettext-0.19.4_rc1 (12 Dec 2014)
 



1.1  sys-devel/gettext/gettext-0.19.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.19.4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.19.4.ebuild?rev=1.1content-type=text/plain

Index: gettext-0.19.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.19.4.ebuild,v 
1.1 2014/12/24 12:59:55 polynomial-c Exp $

EAPI=4

inherit flag-o-matic eutils multilib toolchain-funcs mono-env libtool 
java-pkg-opt-2 multilib-minimal

DESCRIPTION=GNU locale utilities
HOMEPAGE=http://www.gnu.org/software/gettext/;
SRC_URI=mirror://gnu/${PN}/${P}.tar.gz

LICENSE=GPL-3 LGPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
IUSE=acl -cvs doc emacs git java nls +cxx ncurses openmp static-libs 
elibc_glibc elibc_musl

if [[ ${PV} =~ _rc ]] ; then
SRC_URI=mirror://gnu-alpha/${PN}/${P/_/-}.tar.xz
KEYWORDS=
S=${WORKDIR}/${P/_/-}
fi

# only runtime goes multilib
DEPEND==virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
dev-libs/libxml2
dev-libs/expat
acl? ( virtual/acl )
ncurses? ( sys-libs/ncurses )
java? ( =virtual/jdk-1.4 )
RDEPEND=${DEPEND}
!git? ( cvs? ( dev-vcs/cvs ) )
git? ( dev-vcs/git )
java? ( =virtual/jre-1.4 )
abi_x86_32? (
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
!=app-emulation/emul-linux-x86-baselibs-20131008-r11
)
PDEPEND=emacs? ( app-emacs/po-mode )

MULTILIB_WRAPPED_HEADERS=(
# only installed for native ABI
/usr/include/gettext-po.h
)

src_prepare() {
java-pkg-opt-2_src_prepare
epunt_cxx
elibtoolize
}

multilib_src_configure() {
local myconf=(
# switches common to runtime and top-level
--cache-file=${BUILD_DIR}/config.cache
--docdir=/usr/share/doc/${PF}

$(use_enable cxx libasprintf)
$(use_enable java)
$(use_enable static-libs static)
)

# Build with --without-included-gettext (on glibc systems)
if use elibc_glibc || use elibc_musl ; then
myconf+=(
--without-included-gettext
$(use_enable nls)
)
else
myconf+=(
--with-included-gettext
--enable-nls
)
fi
use cxx || export CXX=$(tc-getCC)

# Should be able to drop this hack in next release. #333887
tc-is-cross-compiler  export gl_cv_func_working_acl_get_file=yes

local ECONF_SOURCE=${S}
if ! multilib_is_native_abi ; then
# for non-native ABIs, we build runtime only
ECONF_SOURCE+=/gettext-runtime
else
# remaining switches
myconf+=(
# Emacs support is now in a separate package

[gentoo-commits] gentoo-x86 commit in net-print/adobeps: adobeps-1.0.6-r1.ebuild ChangeLog adobeps-1.0.6.ebuild

2014-12-24 Thread Manuel Rueger (mrueg)
mrueg   14/12/24 13:04:26

  Modified: ChangeLog
  Added:adobeps-1.0.6-r1.ebuild
  Removed:  adobeps-1.0.6.ebuild
  Log:
  EAPI bump. Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.3  net-print/adobeps/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-print/adobeps/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   21 Jul 2013 09:06:51 -  1.2
+++ ChangeLog   24 Dec 2014 13:04:26 -  1.3
@@ -1,6 +1,12 @@
 # ChangeLog for net-print/adobeps
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/adobeps/ChangeLog,v 1.2 
2013/07/21 09:06:51 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-print/adobeps/ChangeLog,v 1.3 
2014/12/24 13:04:26 mrueg Exp $
+
+*adobeps-1.0.6-r1 (24 Dec 2014)
+
+  24 Dec 2014; Manuel Rüger mr...@gentoo.org +adobeps-1.0.6-r1.ebuild,
+  -adobeps-1.0.6.ebuild:
+  EAPI bump. Remove old.
 
   21 Jul 2013; Pacho Ramos pa...@gentoo.org metadata.xml:
   Cleanup due #92799



1.1  net-print/adobeps/adobeps-1.0.6-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/adobeps/adobeps-1.0.6-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/adobeps/adobeps-1.0.6-r1.ebuild?rev=1.1content-type=text/plain

Index: adobeps-1.0.6-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-print/adobeps/adobeps-1.0.6-r1.ebuild,v 
1.1 2014/12/24 13:04:26 mrueg Exp $

EAPI=5

inherit eutils

DESCRIPTION=Adobe PostScript drivers for Windows for use with CUPS
HOMEPAGE=http://www.adobe.com/support/downloads/product.jsp?product=44platform=Windows;
SRC_URI_BASE=ftp://ftp.adobe.com/pub/adobe/printerdrivers/win/1.x;
SRC_URI=

LICENSE=AdobePS
RESTRICT=mirror
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=cups

DEPEND=app-arch/cabextract
RDEPEND=cups? ( =net-print/cups-1.2 )

IUSE_LINGUAS=( en da de es fi fr it ja ko nl no pt_BR se zh_CN )
IUSE_FILES=( winsteng winstDan winstger winstspa winstfin winstfre winstita
winstjpn winstkor winstdut winstnor winstbrz winstswe Winstchs ) # 
winstcht

IUSE_LANGS=
IUSE_CLOSE=
for ((X=0; X  ${#IUSE_LINGUAS[*]}; X++)); do
IUSE=${IUSE} linguas_${IUSE_LINGUAS[X]}
SRC_URI=${SRC_URI} linguas_${IUSE_LINGUAS[X]}? ( 
${SRC_URI_BASE}/${IUSE_FILES[X]}.exe )
IUSE_LANGS=${IUSE_LANGS} !linguas_${IUSE_LINGUAS[X]}? (
IUSE_CLOSE=${IUSE_CLOSE} )
done
SRC_URI=${SRC_URI} ${IUSE_LANGS} 
${SRC_URI_BASE}/${IUSE_FILES[0]}.exe${IUSE_CLOSE}

S=${WORKDIR}

pkg_setup() {
local X L=
ADOBEPS_LANG=
for X in ${LINGUAS}; do
if [[  ${IUSE_LINGUAS[*]}  =~  ${X}  ]]; then
[ -z ${ADOBEPS_LANG} ]  ADOBEPS_LANG=${X}
L=${L} ${X}
fi
done
if [ -z ${ADOBEPS_LANG} ]; then
L=${IUSE_LINGUAS[0]}; ADOBEPS_LANG=${L}
fi
elog Selected languages: ${L}
use cups  elog CUPS drivers language: ${ADOBEPS_LANG}
}

src_unpack() {
local X L
for ((X=0; X  ${#IUSE_LINGUAS[*]}; X++)); do
L=${IUSE_LINGUAS[X]}
if use linguas_${L} || [ ${L} = ${ADOBEPS_LANG} ]; then
cabextract -Lq -d ${S}/${IUSE_LINGUAS[X]} \
${DISTDIR}/${IUSE_FILES[X]}.exe || die 
unpack failed
fi
done
}

src_install() {
local X
for X in ${IUSE_LINGUAS[*]}; do
if use linguas_${X} || [ ${X} = ${ADOBEPS_LANG} ]; then
# files and filenames taken from cupsaddsmb man-page
insinto /usr/share/${PN}/${X}
# Windows 2000 and higher
doins 
${X}/winxp/{ps5ui.dll,pscript.hlp,pscript.ntf,pscript5.dll}
# Windows 95, 98, and Me
newins ${X}/windows/adfonts.mfm  ADFONTS.MFM
newins ${X}/windows/adobeps4.drv ADOBEPS4.DRV
newins ${X}/windows/adobeps4.hlp ADOBEPS4.HLP
newins ${X}/windows/iconlib.dll  ICONLIB.DLL
newins ${X}/windows/psmon.dllPSMON.DLL

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

2014-12-24 Thread Michael Orlitzky (mjo)
mjo 14/12/24 13:07:23

  Modified: ChangeLog package.mask
  Log:
  Mask net-analyzer/nagios-imagepack for removal in 30 days.

Revision  ChangesPath
1.9637   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9636
retrieving revision 1.9637
diff -u -r1.9636 -r1.9637
--- ChangeLog   24 Dec 2014 12:38:36 -  1.9636
+++ ChangeLog   24 Dec 2014 13:07:22 -  1.9637
@@ -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.9636 2014/12/24 
12:38:36 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9637 2014/12/24 
13:07:22 mjo 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!
 
+  24 Dec 2014; Michael Orlitzky m...@gentoo.org package.mask:
+  Mask net-analyzer/nagios-imagepack for removal in 30 days.
+
   24 Dec 2014; Sergey Popov pinkb...@gentoo.org package.mask:
   Adjust mask for dev-libs/boost and dev-util/boost-build
 



1.16242  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16241
retrieving revision 1.16242
diff -u -r1.16241 -r1.16242
--- package.mask24 Dec 2014 12:38:36 -  1.16241
+++ package.mask24 Dec 2014 13:07:23 -  1.16242
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16241 2014/12/24 
12:38:36 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16242 2014/12/24 
13:07:23 mjo 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,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Michael Orlitzky m...@gentoo.org (24 Dec 2014)
+# Masked for removal in 30 days (bug #531954). All current versions of
+# nagios block it, and it has unresolved LICENSE issues (bug #320241).
+net-analyzer/nagios-imagepack
+
 # Sergey Popov pinkb...@gentoo.org (24 Dec 2014)
 # Mask new version of Boost - it's known to cause breakages
 ~dev-util/boost-build-1.57.0






[gentoo-commits] gentoo-x86 commit in dev-python/libvirt-python: libvirt-python-1.2.10.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 13:18:51

  Modified: libvirt-python-1.2.10.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #532438
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-python/libvirt-python/libvirt-python-1.2.10.ebuild

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

Index: libvirt-python-1.2.10.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.10.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libvirt-python-1.2.10.ebuild13 Dec 2014 12:52:24 -  1.6
+++ libvirt-python-1.2.10.ebuild24 Dec 2014 13:18:51 -  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/libvirt-python/libvirt-python-1.2.10.ebuild,v
 1.6 2014/12/13 12:52:24 tamiko Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.10.ebuild,v
 1.7 2014/12/24 13:18:51 ago Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
RDEPEND=app-emulation/libvirt:=[-python(-)]
 else
SRC_URI=http://libvirt.org/sources/python/${MY_P}.tar.gz;
-   KEYWORDS=~amd64 ~x86
+   KEYWORDS=amd64 ~x86
RDEPEND=app-emulation/libvirt:0/${PV}
 fi
 S=${WORKDIR}/${P%_rc*}



1.26 dev-python/libvirt-python/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   13 Dec 2014 12:52:24 -  1.25
+++ ChangeLog   24 Dec 2014 13:18:51 -  1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/libvirt-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v 1.25 
2014/12/13 12:52:24 tamiko Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v 1.26 
2014/12/24 13:18:51 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org libvirt-python-1.2.10.ebuild:
+  Stable for amd64, wrt bug #532438
 
 *libvirt-python-1.2.11 (13 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in app-emulation/libvirt: libvirt-1.2.10-r3.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 13:18:57

  Modified: libvirt-1.2.10-r3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #533286
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  app-emulation/libvirt/libvirt-1.2.10-r3.ebuild

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

Index: libvirt-1.2.10-r3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.2.10-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libvirt-1.2.10-r3.ebuild23 Dec 2014 22:13:13 -  1.1
+++ libvirt-1.2.10-r3.ebuild24 Dec 2014 13:18:57 -  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/app-emulation/libvirt/libvirt-1.2.10-r3.ebuild,v 1.1 
2014/12/23 22:13:13 tamiko Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.2.10-r3.ebuild,v 1.2 
2014/12/24 13:18:57 ago Exp $
 
 EAPI=5
 
@@ -29,7 +29,7 @@
${BACKPORTS:+

http://dev.gentoo.org/~tamiko/distfiles/${P}-${BACKPORTS}.tar.xz};
fi
-   KEYWORDS=~amd64 ~x86
+   KEYWORDS=amd64 ~x86
SLOT=0/${PV}
 fi
 S=${WORKDIR}/${P%_rc*}



1.409app-emulation/libvirt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.409view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.409content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?r1=1.408r2=1.409

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v
retrieving revision 1.408
retrieving revision 1.409
diff -u -r1.408 -r1.409
--- ChangeLog   23 Dec 2014 22:13:13 -  1.408
+++ ChangeLog   24 Dec 2014 13:18:57 -  1.409
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/libvirt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.408 
2014/12/23 22:13:13 tamiko Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.409 
2014/12/24 13:18:57 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org libvirt-1.2.10-r3.ebuild:
+  Stable for amd64, wrt bug #533286
 
 *libvirt-1.2.10-r3 (23 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in app-emulation/libvirt: libvirt-1.2.10-r3.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 13:19:24

  Modified: libvirt-1.2.10-r3.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #533286
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  app-emulation/libvirt/libvirt-1.2.10-r3.ebuild

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

Index: libvirt-1.2.10-r3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.2.10-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libvirt-1.2.10-r3.ebuild24 Dec 2014 13:18:57 -  1.2
+++ libvirt-1.2.10-r3.ebuild24 Dec 2014 13:19:24 -  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/libvirt/libvirt-1.2.10-r3.ebuild,v 1.2 
2014/12/24 13:18:57 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.2.10-r3.ebuild,v 1.3 
2014/12/24 13:19:24 ago Exp $
 
 EAPI=5
 
@@ -29,7 +29,7 @@
${BACKPORTS:+

http://dev.gentoo.org/~tamiko/distfiles/${P}-${BACKPORTS}.tar.xz};
fi
-   KEYWORDS=amd64 ~x86
+   KEYWORDS=amd64 x86
SLOT=0/${PV}
 fi
 S=${WORKDIR}/${P%_rc*}



1.410app-emulation/libvirt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.410view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.410content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?r1=1.409r2=1.410

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v
retrieving revision 1.409
retrieving revision 1.410
diff -u -r1.409 -r1.410
--- ChangeLog   24 Dec 2014 13:18:57 -  1.409
+++ ChangeLog   24 Dec 2014 13:19:24 -  1.410
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/libvirt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.409 
2014/12/24 13:18:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.410 
2014/12/24 13:19:24 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org libvirt-1.2.10-r3.ebuild:
+  Stable for x86, wrt bug #533286
 
   24 Dec 2014; Agostino Sarubbo a...@gentoo.org libvirt-1.2.10-r3.ebuild:
   Stable for amd64, wrt bug #533286






[gentoo-commits] gentoo-x86 commit in dev-python/libvirt-python: libvirt-python-1.2.10.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 13:19:18

  Modified: libvirt-python-1.2.10.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #532438
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  dev-python/libvirt-python/libvirt-python-1.2.10.ebuild

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

Index: libvirt-python-1.2.10.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.10.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libvirt-python-1.2.10.ebuild24 Dec 2014 13:18:51 -  1.7
+++ libvirt-python-1.2.10.ebuild24 Dec 2014 13:19:18 -  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-python/libvirt-python/libvirt-python-1.2.10.ebuild,v
 1.7 2014/12/24 13:18:51 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.10.ebuild,v
 1.8 2014/12/24 13:19:18 ago Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
RDEPEND=app-emulation/libvirt:=[-python(-)]
 else
SRC_URI=http://libvirt.org/sources/python/${MY_P}.tar.gz;
-   KEYWORDS=amd64 ~x86
+   KEYWORDS=amd64 x86
RDEPEND=app-emulation/libvirt:0/${PV}
 fi
 S=${WORKDIR}/${P%_rc*}



1.27 dev-python/libvirt-python/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   24 Dec 2014 13:18:51 -  1.26
+++ ChangeLog   24 Dec 2014 13:19:18 -  1.27
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/libvirt-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v 1.26 
2014/12/24 13:18:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v 1.27 
2014/12/24 13:19:18 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org libvirt-python-1.2.10.ebuild:
+  Stable for x86, wrt bug #532438
 
   24 Dec 2014; Agostino Sarubbo a...@gentoo.org libvirt-python-1.2.10.ebuild:
   Stable for amd64, wrt bug #532438






[gentoo-commits] gentoo-x86 commit in net-proxy/haproxy: haproxy-1.5.9.ebuild ChangeLog haproxy-1.5.8.ebuild

2014-12-24 Thread Christian Ruppert (idl0r)
idl0r   14/12/24 13:26:08

  Modified: ChangeLog
  Added:haproxy-1.5.9.ebuild
  Removed:  haproxy-1.5.8.ebuild
  Log:
  Version bump, bug 532468
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B427ABC8)

Revision  ChangesPath
1.111net-proxy/haproxy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/haproxy/ChangeLog?rev=1.111view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/haproxy/ChangeLog?rev=1.111content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/haproxy/ChangeLog?r1=1.110r2=1.111

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-proxy/haproxy/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog   31 Oct 2014 19:05:25 -  1.110
+++ ChangeLog   24 Dec 2014 13:26:08 -  1.111
@@ -1,6 +1,12 @@
 # ChangeLog for net-proxy/haproxy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/ChangeLog,v 1.110 
2014/10/31 19:05:25 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/ChangeLog,v 1.111 
2014/12/24 13:26:08 idl0r Exp $
+
+*haproxy-1.5.9 (24 Dec 2014)
+
+  24 Dec 2014; Christian Ruppert id...@gentoo.org -haproxy-1.5.8.ebuild,
+  +haproxy-1.5.9.ebuild:
+  Version bump, bug 532468
 
 *haproxy-1.5.8 (31 Oct 2014)
 



1.1  net-proxy/haproxy/haproxy-1.5.9.ebuild

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

Index: haproxy-1.5.9.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/haproxy-1.5.9.ebuild,v 1.1 
2014/12/24 13:26:08 idl0r Exp $

EAPI=5

inherit user versionator toolchain-funcs flag-o-matic systemd

MY_P=${PN}-${PV/_beta/-dev}

DESCRIPTION=A TCP/HTTP reverse proxy for high availability environments
HOMEPAGE=http://haproxy.1wt.eu;
SRC_URI=http://haproxy.1wt.eu/download/$(get_version_component_range 
1-2)/src/${MY_P}.tar.gz

LICENSE=GPL-2 LGPL-2.1
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86
IUSE=+crypt examples +pcre pcre-jit ssl tools vim-syntax +zlib

DEPEND=pcre? ( dev-libs/libpcre
pcre-jit? ( dev-libs/libpcre[jit] )
)
ssl? ( dev-libs/openssl[zlib?] )
zlib? ( sys-libs/zlib )
RDEPEND=${DEPEND}

S=${WORKDIR}/${MY_P}

pkg_setup() {
enewgroup haproxy
enewuser haproxy -1 -1 -1 haproxy
}

src_prepare() {
sed -e 's:@SBINDIR@:'/usr/bin':' contrib/systemd/haproxy.service.in \
 contrib/systemd/haproxy.service || die

sed -ie 's:/usr/sbin/haproxy:/usr/bin/haproxy:' 
src/haproxy-systemd-wrapper.c || die
}

src_compile() {
local args=TARGET=linux2628 USE_GETADDRINFO=1

if use pcre ; then
args=${args} USE_PCRE=1
if use pcre-jit; then
args=${args} USE_PCRE_JIT=1
else
args=${args} USE_PCRE_JIT=
fi
else
args=${args} USE_PCRE= USE_PCRE_JIT=
fi

#   if use kernel_linux; then
#   args=${args} USE_LINUX_SPLICE=1 USE_LINUX_TPROXY=1
#   else
#   args=${args} USE_LINUX_SPLICE= USE_LINUX_TPROXY=
#   fi

if use crypt ; then
args=${args} USE_LIBCRYPT=1
else
args=${args} USE_LIBCRYPT=
fi

if use ssl ; then
args=${args} USE_OPENSSL=1
else
args=${args} USE_OPENSSL=
fi

if use zlib ; then
args=${args} USE_ZLIB=1
else
args=${args} USE_ZLIB=
fi

# For now, until the strict-aliasing breakage will be fixed
append-cflags -fno-strict-aliasing

emake CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS} CC=$(tc-getCC) ${args}

if use tools ; then
for contrib in halog iprange ; do
emake -C contrib/${contrib} \
CFLAGS=${CFLAGS} OPTIMIZE=${CFLAGS} 
LDFLAGS=${LDFLAGS} CC=$(tc-getCC) ${args}
done
fi
}

src_install() {
dobin haproxy

newinitd ${FILESDIR}/haproxy.initd-r2 haproxy

# Don't install useless files
#   rm examples/build.cfg doc/*gpl.txt

dodoc CHANGELOG ROADMAP doc/{configuration,haproxy-en}.txt
doman doc/haproxy.1

dobin haproxy-systemd-wrapper
systemd_dounit contrib/systemd/haproxy.service


[gentoo-commits] gentoo-x86 commit in net-dns/bind: ChangeLog bind-9.10.1_p1.ebuild

2014-12-24 Thread Christian Ruppert (idl0r)
idl0r   14/12/24 13:56:08

  Modified: ChangeLog bind-9.10.1_p1.ebuild
  Log:
  Fix default USE, bug 532516
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B427ABC8)

Revision  ChangesPath
1.520net-dns/bind/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.520view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.520content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?r1=1.519r2=1.520

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
retrieving revision 1.519
retrieving revision 1.520
diff -u -r1.519 -r1.520
--- ChangeLog   23 Dec 2014 09:30:39 -  1.519
+++ ChangeLog   24 Dec 2014 13:56:08 -  1.520
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/bind
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.519 2014/12/23 
09:30:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.520 2014/12/24 
13:56:08 idl0r Exp $
+
+  24 Dec 2014; Christian Ruppert id...@gentoo.org bind-9.10.1_p1.ebuild:
+  Fix default USE, bug 532516
 
   23 Dec 2014; Agostino Sarubbo a...@gentoo.org bind-9.10.1_p1.ebuild:
   Stable for alpha, wrt bug #531998



1.7  net-dns/bind/bind-9.10.1_p1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.10.1_p1.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.10.1_p1.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.10.1_p1.ebuild?r1=1.6r2=1.7

Index: bind-9.10.1_p1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.1_p1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bind-9.10.1_p1.ebuild   23 Dec 2014 09:30:39 -  1.6
+++ bind-9.10.1_p1.ebuild   24 Dec 2014 13:56:08 -  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/net-dns/bind/bind-9.10.1_p1.ebuild,v 1.6 
2014/12/23 09:30:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.1_p1.ebuild,v 1.7 
2014/12/24 13:56:08 idl0r Exp $
 
 # Re dlz/mysql and threads, needs to be verified..
 # MySQL uses thread local storage in its C api. Thus MySQL
@@ -40,7 +40,7 @@
 LICENSE=GPL-2 ISC BSD BSD-2 HPND JNIC openssl
 SLOT=0
 KEYWORDS=alpha amd64 arm hppa ~mips ~ppc ~ppc64 ~s390 ~sh x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
-IUSE=berkdb caps dlz doc filter- fixed-rrset geoip gost gssapi idn ipv6
+IUSE=berkdb +caps dlz doc filter- fixed-rrset geoip gost gssapi idn ipv6
 ldap mysql nslint odbc postgres python rpz seccomp selinux ssl static-libs
 +threads urandom xml
 # sdb-ldap - patch broken






[gentoo-commits] gentoo-x86 commit in dev-lang/erlang: erlang-17.3.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:35:00

  Modified: erlang-17.3.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #499876
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  dev-lang/erlang/erlang-17.3.ebuild

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

Index: erlang-17.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-17.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- erlang-17.3.ebuild  23 Dec 2014 09:03:47 -  1.3
+++ erlang-17.3.ebuild  24 Dec 2014 14:35:00 -  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-lang/erlang/erlang-17.3.ebuild,v 1.3 
2014/12/23 09:03:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-17.3.ebuild,v 1.4 
2014/12/24 14:35:00 ago Exp $
 
 EAPI=4
 WX_GTK_VER=2.8
@@ -18,7 +18,7 @@
 
 LICENSE=ErlPL-1.1
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris
+KEYWORDS=~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris
 IUSE=compat-ethread doc emacs halfword hipe java kpoll odbc smp sctp ssl 
systemd tk wxwidgets
 
 RDEPEND==dev-lang/perl-5.6.1



1.262dev-lang/erlang/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -r1.261 -r1.262
--- ChangeLog   23 Dec 2014 09:03:47 -  1.261
+++ ChangeLog   24 Dec 2014 14:35:00 -  1.262
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/erlang
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v 1.261 
2014/12/23 09:03:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v 1.262 
2014/12/24 14:35:00 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org erlang-17.3.ebuild:
+  Stable for ppc, wrt bug #499876
 
   23 Dec 2014; Agostino Sarubbo a...@gentoo.org erlang-17.3.ebuild:
   Stable for x86, wrt bug #499876






[gentoo-commits] gentoo-x86 commit in dev-vcs/mercurial: mercurial-3.2.3.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:34:54

  Modified: mercurial-3.2.3.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #533008
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  dev-vcs/mercurial/mercurial-3.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-3.2.3.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-3.2.3.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-3.2.3.ebuild?r1=1.4r2=1.5

Index: mercurial-3.2.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-3.2.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mercurial-3.2.3.ebuild  23 Dec 2014 13:06:27 -  1.4
+++ mercurial-3.2.3.ebuild  24 Dec 2014 14:34: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-vcs/mercurial/mercurial-3.2.3.ebuild,v 
1.4 2014/12/23 13:06:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-3.2.3.ebuild,v 
1.5 2014/12/24 14:34:54 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~ppc-aix 
~amd64-fbsd ~x86-fbsd ~x64-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 ~sparc x86 ~ppc-aix 
~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
 IUSE=bugzilla emacs gpg test tk
 
 RDEPEND=bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] )



1.164dev-vcs/mercurial/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/ChangeLog?rev=1.164view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/ChangeLog?rev=1.164content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/ChangeLog?r1=1.163r2=1.164

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- ChangeLog   23 Dec 2014 13:06:27 -  1.163
+++ ChangeLog   24 Dec 2014 14:34:54 -  1.164
@@ -1,6 +1,9 @@
 # ChangeLog for dev-vcs/mercurial
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.163 
2014/12/23 13:06:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.164 
2014/12/24 14:34:54 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org mercurial-3.2.3.ebuild:
+  Stable for ppc, wrt bug #533008
 
   23 Dec 2014; Jeroen Roovers j...@gentoo.org mercurial-3.2.3.ebuild:
   Stable for HPPA (bug #533008).






[gentoo-commits] gentoo-x86 commit in media-libs/libpng: libpng-1.6.15.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:34:47

  Modified: libpng-1.6.15.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #531264
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  media-libs/libpng/libpng-1.6.15.ebuild

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

Index: libpng-1.6.15.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.6.15.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libpng-1.6.15.ebuild23 Dec 2014 09:29:57 -  1.7
+++ libpng-1.6.15.ebuild24 Dec 2014 14:34:47 -  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/libpng/libpng-1.6.15.ebuild,v 
1.7 2014/12/23 09:29:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.6.15.ebuild,v 
1.8 2014/12/24 14:34:47 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=libpng
 SLOT=0/16
-KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt
+KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt
 IUSE=apng neon static-libs
 
 RDEPEND==sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}]



1.476media-libs/libpng/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libpng/ChangeLog,v
retrieving revision 1.475
retrieving revision 1.476
diff -u -r1.475 -r1.476
--- ChangeLog   23 Dec 2014 14:06:58 -  1.475
+++ ChangeLog   24 Dec 2014 14:34:47 -  1.476
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libpng
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/ChangeLog,v 1.475 
2014/12/23 14:06:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/ChangeLog,v 1.476 
2014/12/24 14:34:47 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org libpng-1.6.15.ebuild:
+  Stable for ppc, wrt bug #531264
 
   23 Dec 2014; Jeroen Roovers j...@gentoo.org libpng-1.6.16.ebuild:
   Stable for HPPA (bug #533358).






[gentoo-commits] gentoo-x86 commit in sys-cluster/torque: torque-4.1.7.ebuild torque-2.5.13.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:35:08

  Modified: torque-4.1.7.ebuild torque-2.5.13.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #491270
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  sys-cluster/torque/torque-4.1.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/torque-4.1.7.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/torque-4.1.7.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/torque-4.1.7.ebuild?r1=1.8r2=1.9

Index: torque-4.1.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-4.1.7.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- torque-4.1.7.ebuild 23 Dec 2014 09:36:20 -  1.8
+++ torque-4.1.7.ebuild 24 Dec 2014 14:35:08 -  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/sys-cluster/torque/torque-4.1.7.ebuild,v 
1.8 2014/12/23 09:36:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-4.1.7.ebuild,v 
1.9 2014/12/24 14:35:08 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=torque-2.5
 SLOT=0
-KEYWORDS=alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86
+KEYWORDS=alpha amd64 hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86
 IUSE=cpusets +crypt doc drmaa kernel_linux munge nvidia server +syslog tk
 
 DEPEND_COMMON=



1.7  sys-cluster/torque/torque-2.5.13.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/torque-2.5.13.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/torque-2.5.13.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/torque-2.5.13.ebuild?r1=1.6r2=1.7

Index: torque-2.5.13.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.5.13.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- torque-2.5.13.ebuild23 Dec 2014 09:36:20 -  1.6
+++ torque-2.5.13.ebuild24 Dec 2014 14:35:08 -  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/sys-cluster/torque/torque-2.5.13.ebuild,v 
1.6 2014/12/23 09:36:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.5.13.ebuild,v 
1.7 2014/12/24 14:35:08 ago Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 LICENSE=torque-2.5
 
 SLOT=0
-KEYWORDS=alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86
+KEYWORDS=alpha amd64 hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86
 IUSE=cpusets +crypt doc drmaa kernel_linux munge server static-libs +syslog 
threads tk xml
 
 # ed is used by makedepend-sh



1.180sys-cluster/torque/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- ChangeLog   23 Dec 2014 09:36:20 -  1.179
+++ ChangeLog   24 Dec 2014 14:35:08 -  1.180
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/torque
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.179 
2014/12/23 09:36:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.180 
2014/12/24 14:35:08 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org torque-2.5.13.ebuild,
+  torque-4.1.7.ebuild:
+  Stable for ppc, wrt bug #491270
 
   23 Dec 2014; Agostino Sarubbo a...@gentoo.org torque-2.5.13.ebuild,
   torque-4.1.7.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.4.36.ebuild php-5.5.20.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:35:50

  Modified: php-5.4.36.ebuild php-5.5.20.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #532914
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-lang/php/php-5.4.36.ebuild

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

Index: php-5.4.36.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.36.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- php-5.4.36.ebuild   23 Dec 2014 12:44:07 -  1.6
+++ php-5.4.36.ebuild   24 Dec 2014 14:35:50 -  1.7
@@ -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-lang/php/php-5.4.36.ebuild,v 1.6 
2014/12/23 12:44:07 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.36.ebuild,v 1.7 
2014/12/24 14:35:50 ago Exp $
 
 EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos
+KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos
 
 function php_get_uri ()
 {



1.7  dev-lang/php/php-5.5.20.ebuild

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

Index: php-5.5.20.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.20.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- php-5.5.20.ebuild   23 Dec 2014 12:44:07 -  1.6
+++ php-5.5.20.ebuild   24 Dec 2014 14:35:50 -  1.7
@@ -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-lang/php/php-5.5.20.ebuild,v 1.6 
2014/12/23 12:44:07 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.20.ebuild,v 1.7 
2014/12/24 14:35:50 ago Exp $
 
 EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos
+KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos
 
 function php_get_uri ()
 {



1.915dev-lang/php/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.914
retrieving revision 1.915
diff -u -r1.914 -r1.915
--- ChangeLog   23 Dec 2014 12:44:07 -  1.914
+++ ChangeLog   24 Dec 2014 14:35:50 -  1.915
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.914 2014/12/23 
12:44:07 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.915 2014/12/24 
14:35:50 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org php-5.4.36.ebuild,
+  php-5.5.20.ebuild:
+  Stable for ppc, wrt bug #532914
 
   23 Dec 2014; Markus Meier mae...@gentoo.org php-5.4.36.ebuild,
   php-5.5.20.ebuild:






[gentoo-commits] gentoo-x86 commit in media-libs/libpng: libpng-1.6.16.ebuild libpng-1.5.21.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:35:28

  Modified: libpng-1.6.16.ebuild libpng-1.5.21.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #533358
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  media-libs/libpng/libpng-1.6.16.ebuild

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

Index: libpng-1.6.16.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.6.16.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libpng-1.6.16.ebuild23 Dec 2014 14:06:58 -  1.4
+++ libpng-1.6.16.ebuild24 Dec 2014 14:35:28 -  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/libpng/libpng-1.6.16.ebuild,v 
1.4 2014/12/23 14:06:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.6.16.ebuild,v 
1.5 2014/12/24 14:35:28 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=libpng
 SLOT=0/16
-KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt
+KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt
 IUSE=apng neon static-libs
 
 RDEPEND==sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}]



1.4  media-libs/libpng/libpng-1.5.21.ebuild

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

Index: libpng-1.5.21.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.5.21.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libpng-1.5.21.ebuild23 Dec 2014 09:03:53 -  1.3
+++ libpng-1.5.21.ebuild24 Dec 2014 14:35:28 -  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/libpng/libpng-1.5.21.ebuild,v 
1.3 2014/12/23 09:03:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.5.21.ebuild,v 
1.4 2014/12/24 14:35:28 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=libpng
 SLOT=1.5
-KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt
+KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt
 IUSE=apng neon
 
 RDEPEND=sys-libs/zlib:=[${MULTILIB_USEDEP}]



1.477media-libs/libpng/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libpng/ChangeLog,v
retrieving revision 1.476
retrieving revision 1.477
diff -u -r1.476 -r1.477
--- ChangeLog   24 Dec 2014 14:34:47 -  1.476
+++ ChangeLog   24 Dec 2014 14:35:28 -  1.477
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libpng
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 

[gentoo-commits] gentoo-x86 commit in dev-lang/python: python-2.7.9.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:35:15

  Modified: python-2.7.9.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #532232
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  dev-lang/python/python-2.7.9.ebuild

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

Index: python-2.7.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-2.7.9.ebuild 23 Dec 2014 09:03:37 -  1.4
+++ python-2.7.9.ebuild 24 Dec 2014 14:35:15 -  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-lang/python/python-2.7.9.ebuild,v 1.4 
2014/12/23 09:03:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.9.ebuild,v 1.5 
2014/12/24 14:35:15 ago Exp $
 
 EAPI=4
 WANT_AUTOMAKE=none
@@ -18,7 +18,7 @@
 
 LICENSE=PSF-2
 SLOT=2.7
-KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
+KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
 IUSE=-berkdb build doc elibc_uclibc examples gdbm hardened ipv6 +ncurses 
+readline sqlite +ssl +threads tk +wide-unicode wininst +xml
 
 # Do not add a dependency on dev-lang/python to this ebuild.



1.803dev-lang/python/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
retrieving revision 1.802
retrieving revision 1.803
diff -u -r1.802 -r1.803
--- ChangeLog   23 Dec 2014 09:03:37 -  1.802
+++ ChangeLog   24 Dec 2014 14:35:15 -  1.803
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.802 
2014/12/23 09:03:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.803 
2014/12/24 14:35:15 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org python-2.7.9.ebuild:
+  Stable for ppc, wrt bug #532232
 
   23 Dec 2014; Agostino Sarubbo a...@gentoo.org python-2.7.9.ebuild:
   Stable for x86, wrt bug #532232






[gentoo-commits] gentoo-x86 commit in media-video/libav: libav-9.17.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:35:39

  Modified: libav-9.17.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #531832
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  media-video/libav/libav-9.17.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9.17.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9.17.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9.17.ebuild?r1=1.6r2=1.7

Index: libav-9.17.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/libav/libav-9.17.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libav-9.17.ebuild   23 Dec 2014 09:30:34 -  1.6
+++ libav-9.17.ebuild   24 Dec 2014 14:35:39 -  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/media-video/libav/libav-9.17.ebuild,v 1.6 
2014/12/23 09:30:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-9.17.ebuild,v 1.7 
2014/12/24 14:35:39 ago Exp $
 
 EAPI=5
 
@@ -29,7 +29,7 @@
 
 # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
 [[ ${PV} == * ]] || \
-KEYWORDS=alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris
 
 IUSE=aac alsa amr bindist +bzip2 cdio cpudetection custom-cflags debug doc
+encode faac fdk frei0r +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k 
mp3



1.233media-video/libav/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?rev=1.233view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?rev=1.233content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?r1=1.232r2=1.233

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -r1.232 -r1.233
--- ChangeLog   23 Dec 2014 09:30:34 -  1.232
+++ ChangeLog   24 Dec 2014 14:35:39 -  1.233
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/libav
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.232 
2014/12/23 09:30:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.233 
2014/12/24 14:35:39 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org libav-9.17.ebuild:
+  Stable for ppc, wrt bug #531832
 
   23 Dec 2014; Agostino Sarubbo a...@gentoo.org libav-9.17.ebuild:
   Stable for alpha, wrt bug #531832






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

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:35:21

  Modified: antiword-0.37-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #531404
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  app-text/antiword/antiword-0.37-r1.ebuild

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

Index: antiword-0.37-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.37-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- antiword-0.37-r1.ebuild 23 Dec 2014 09:03:42 -  1.3
+++ antiword-0.37-r1.ebuild 24 Dec 2014 14:35:21 -  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-text/antiword/antiword-0.37-r1.ebuild,v 
1.3 2014/12/23 09:03:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.37-r1.ebuild,v 
1.4 2014/12/24 14:35:21 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 SLOT=0
 LICENSE=GPL-2
-KEYWORDS=~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~ia64-hpux 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~hppa ppc ~ppc64 ~sparc x86 ~ppc-aix ~ia64-hpux 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris
 
 src_prepare() {
# Makefile is a symlink to Makefile.Linux, avoid that we patch it by



1.53 app-text/antiword/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   23 Dec 2014 09:50:41 -  1.52
+++ ChangeLog   24 Dec 2014 14:35:21 -  1.53
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/antiword
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.52 
2014/12/23 09:50:41 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.53 
2014/12/24 14:35:21 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org antiword-0.37-r1.ebuild:
+  Stable for ppc, wrt bug #531404
 
   23 Dec 2014; Markos Chandras hwoar...@gentoo.org metadata.xml:
   Add cpe entry for the latest CVE






[gentoo-commits] gentoo-x86 commit in net-fs/samba: samba-3.6.24.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:35:57

  Modified: samba-3.6.24.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #514676
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  net-fs/samba/samba-3.6.24.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild?r1=1.7r2=1.8

Index: samba-3.6.24.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- samba-3.6.24.ebuild 23 Dec 2014 12:38:21 -  1.7
+++ samba-3.6.24.ebuild 24 Dec 2014 14:35:57 -  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/net-fs/samba/samba-3.6.24.ebuild,v 1.7 
2014/12/23 12:38:21 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild,v 1.8 
2014/12/24 14:35:57 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 SRC_URI=mirror://samba/stable/${MY_P}.tar.gz
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~arm-linux ~x86-linux
+KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~arm-linux ~x86-linux
 IUSE=acl addns ads +aio avahi caps +client cluster cups debug dmapi doc 
examples fam
ldap ldb +netapi pam quota +readline selinux +server +smbclient 
smbsharemodes
swat syslog +winbind



1.698net-fs/samba/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.698view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.698content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?r1=1.697r2=1.698

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
retrieving revision 1.697
retrieving revision 1.698
diff -u -r1.697 -r1.698
--- ChangeLog   23 Dec 2014 12:38:21 -  1.697
+++ ChangeLog   24 Dec 2014 14:35:57 -  1.698
@@ -1,6 +1,9 @@
 # ChangeLog for net-fs/samba
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.697 2014/12/23 
12:38:21 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.698 2014/12/24 
14:35:57 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org samba-3.6.24.ebuild:
+  Stable for ppc, wrt bug #514676
 
   23 Dec 2014; Markus Meier mae...@gentoo.org samba-3.6.24.ebuild:
   arm stable, bug #514676






[gentoo-commits] gentoo-x86 commit in sys-apps/file: file-5.21.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:36:03

  Modified: file-5.21.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #532686
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  sys-apps/file/file-5.21.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.21.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.21.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.21.ebuild?r1=1.6r2=1.7

Index: file-5.21.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.21.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- file-5.21.ebuild23 Dec 2014 12:39:17 -  1.6
+++ file-5.21.ebuild24 Dec 2014 14:36:03 -  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/sys-apps/file/file-5.21.ebuild,v 1.6 
2014/12/23 12:39:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.21.ebuild,v 1.7 
2014/12/24 14:36:03 ago Exp $
 
 EAPI=4
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy2_0 )
@@ -14,7 +14,7 @@
 else
SRC_URI=ftp://ftp.astron.com/pub/file/${P}.tar.gz
ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz;
-   KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
+   KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
 fi
 
 DESCRIPTION=identify a file's format by scanning binary data for patterns



1.294sys-apps/file/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -r1.293 -r1.294
--- ChangeLog   23 Dec 2014 12:39:17 -  1.293
+++ ChangeLog   24 Dec 2014 14:36:03 -  1.294
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/file
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.293 2014/12/23 
12:39:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.294 2014/12/24 
14:36:03 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org file-5.21.ebuild:
+  Stable for ppc, wrt bug #532686
 
   23 Dec 2014; Markus Meier mae...@gentoo.org file-5.21.ebuild:
   arm stable, bug #532686






[gentoo-commits] gentoo-x86 commit in dev-lang/orc: orc-0.4.23.ebuild ChangeLog orc-0.4.16-r1.ebuild orc-0.4.18.ebuild orc-0.4.17.ebuild orc-0.4.17-r1.ebuild

2014-12-24 Thread Mart Raudsepp (leio)
leio14/12/24 14:36:20

  Modified: ChangeLog
  Added:orc-0.4.23.ebuild
  Removed:  orc-0.4.16-r1.ebuild orc-0.4.18.ebuild
orc-0.4.17.ebuild orc-0.4.17-r1.ebuild
  Log:
  Version bump. Many bug fixes since last bump. Performance improvements, in 
particular to ARM NEON and x86 SSE3, but also generic improvement in machine 
instruction count and register usage. Remove obsolete versions.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.44 dev-lang/orc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   11 Oct 2014 12:38:33 -  1.43
+++ ChangeLog   24 Dec 2014 14:36:20 -  1.44
@@ -1,6 +1,15 @@
 # ChangeLog for dev-lang/orc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.43 2014/10/11 
12:38:33 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.44 2014/12/24 
14:36:20 leio Exp $
+
+*orc-0.4.23 (24 Dec 2014)
+
+  24 Dec 2014; Mart Raudsepp l...@gentoo.org -orc-0.4.16-r1.ebuild,
+  -orc-0.4.17.ebuild, -orc-0.4.17-r1.ebuild, -orc-0.4.18.ebuild,
+  +orc-0.4.23.ebuild, -files/orc-0.4.17-AM_CONFIG_HEADER.patch:
+  Version bump. Many bug fixes since last bump. Performance improvements, in
+  particular to ARM NEON and x86 SSE3, but also generic improvement in machine
+  instruction count and register usage. Remove obsolete versions.
 
   11 Oct 2014; Markus Meier mae...@gentoo.org orc-0.4.19.ebuild:
   arm stable, bug #512012



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

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

Index: orc-0.4.23.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.23.ebuild,v 1.1 
2014/12/24 14:36:20 leio Exp $

EAPI=5

inherit autotools-multilib flag-o-matic

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

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

RDEPEND=
DEPEND=${RDEPEND}
=dev-util/gtk-doc-am-1.12


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

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






[gentoo-commits] gentoo-x86 commit in dev-lang/orc/files: orc-0.4.17-AM_CONFIG_HEADER.patch

2014-12-24 Thread Mart Raudsepp (leio)
leio14/12/24 14:36:20

  Removed:  orc-0.4.17-AM_CONFIG_HEADER.patch
  Log:
  Version bump. Many bug fixes since last bump. Performance improvements, in 
particular to ARM NEON and x86 SSE3, but also generic improvement in machine 
instruction count and register usage. Remove obsolete versions.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)



[gentoo-commits] gentoo-x86 commit in net-dns/bind: bind-9.10.1_p1.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:36:31

  Modified: bind-9.10.1_p1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #531998
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  net-dns/bind/bind-9.10.1_p1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.10.1_p1.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.10.1_p1.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.10.1_p1.ebuild?r1=1.7r2=1.8

Index: bind-9.10.1_p1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.1_p1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- bind-9.10.1_p1.ebuild   24 Dec 2014 13:56:08 -  1.7
+++ bind-9.10.1_p1.ebuild   24 Dec 2014 14:36:31 -  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/net-dns/bind/bind-9.10.1_p1.ebuild,v 1.7 
2014/12/24 13:56:08 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.1_p1.ebuild,v 1.8 
2014/12/24 14:36:31 ago Exp $
 
 # Re dlz/mysql and threads, needs to be verified..
 # MySQL uses thread local storage in its C api. Thus MySQL
@@ -39,7 +39,7 @@
 
 LICENSE=GPL-2 ISC BSD BSD-2 HPND JNIC openssl
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ~mips ~ppc ~ppc64 ~s390 ~sh x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ~mips ppc ~ppc64 ~s390 ~sh x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=berkdb +caps dlz doc filter- fixed-rrset geoip gost gssapi idn ipv6
 ldap mysql nslint odbc postgres python rpz seccomp selinux ssl static-libs
 +threads urandom xml



1.521net-dns/bind/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.521view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.521content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?r1=1.520r2=1.521

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
retrieving revision 1.520
retrieving revision 1.521
diff -u -r1.520 -r1.521
--- ChangeLog   24 Dec 2014 13:56:08 -  1.520
+++ ChangeLog   24 Dec 2014 14:36:31 -  1.521
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/bind
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.520 2014/12/24 
13:56:08 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.521 2014/12/24 
14:36:31 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org bind-9.10.1_p1.ebuild:
+  Stable for ppc, wrt bug #531998
 
   24 Dec 2014; Christian Ruppert id...@gentoo.org bind-9.10.1_p1.ebuild:
   Fix default USE, bug 532516






[gentoo-commits] gentoo-x86 commit in dev-vcs/subversion: subversion-1.8.11.ebuild subversion-1.7.19.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:36:12

  Modified: subversion-1.8.11.ebuild subversion-1.7.19.ebuild
ChangeLog
  Log:
  Stable for ppc, wrt bug #532406
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-vcs/subversion/subversion-1.8.11.ebuild

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

Index: subversion-1.8.11.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.8.11.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- subversion-1.8.11.ebuild23 Dec 2014 12:47:08 -  1.6
+++ subversion-1.8.11.ebuild24 Dec 2014 14:36:12 -  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-vcs/subversion/subversion-1.8.11.ebuild,v 1.6 
2014/12/23 12:47:08 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.8.11.ebuild,v 1.7 
2014/12/24 14:36:12 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -18,7 +18,7 @@
 
 LICENSE=Subversion GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring +http 
java kde nls perl python ruby sasl test vim-syntax
 
 COMMON_DEPEND==dev-db/sqlite-3.7.12



1.7  dev-vcs/subversion/subversion-1.7.19.ebuild

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

Index: subversion-1.7.19.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.19.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- subversion-1.7.19.ebuild23 Dec 2014 09:36:13 -  1.6
+++ subversion-1.7.19.ebuild24 Dec 2014 14:36:12 -  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-vcs/subversion/subversion-1.7.19.ebuild,v 1.6 
2014/12/23 09:36:13 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.19.ebuild,v 1.7 
2014/12/24 14:36:12 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -18,7 +18,7 @@
 
 LICENSE=Subversion GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring java 
kde nls perl python ruby sasl test vim-syntax +webdav-neon webdav-serf
 
 COMMON_DEPEND==dev-db/sqlite-3.6.18[threadsafe(+)]



1.215dev-vcs/subversion/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?rev=1.215view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?rev=1.215content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?r1=1.214r2=1.215

Index: ChangeLog
===
RCS file: 

[gentoo-commits] gentoo-x86 commit in dev-vcs/git: git-2.0.5.ebuild git-1.8.5.6.ebuild git-1.9.5.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:36:23

  Modified: git-2.0.5.ebuild git-1.8.5.6.ebuild
git-1.9.5.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #532984
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-vcs/git/git-2.0.5.ebuild

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

Index: git-2.0.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.0.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- git-2.0.5.ebuild23 Dec 2014 12:47:46 -  1.6
+++ git-2.0.5.ebuild24 Dec 2014 14:36:23 -  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-vcs/git/git-2.0.5.ebuild,v 1.6 
2014/12/23 12:47:46 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.0.5.ebuild,v 1.7 
2014/12/24 14:36:23 ago Exp $
 
 EAPI=5
 
@@ -33,10 +33,10 @@

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}

${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)
-   KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
+   KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
 else
SRC_URI=
-   KEYWORDS=alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86
+   KEYWORDS=alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86
 fi
 
 LICENSE=GPL-2



1.7  dev-vcs/git/git-1.8.5.6.ebuild

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

Index: git-1.8.5.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- git-1.8.5.6.ebuild  23 Dec 2014 12:47:46 -  1.6
+++ git-1.8.5.6.ebuild  24 Dec 2014 14:36:23 -  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-vcs/git/git-1.8.5.6.ebuild,v 1.6 
2014/12/23 12:47:46 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.6.ebuild,v 1.7 
2014/12/24 14:36:23 ago Exp $
 
 EAPI=5
 
@@ -32,10 +32,10 @@

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}

${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)
-   KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
+   KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
 else
SRC_URI=
-   KEYWORDS=alpha arm hppa
+   KEYWORDS=alpha arm hppa ppc
 fi
 
 LICENSE=GPL-2



1.7  dev-vcs/git/git-1.9.5.ebuild

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

Index: git-1.9.5.ebuild
===
RCS file: 

[gentoo-commits] proj/catalyst:2.X commit in: targets/support/

2014-12-24 Thread Raúl Porcel
commit: 15fdc8f6faf3f781eebc561d9c2102de01bff8c5
Author: Raúl Porcel armin76 AT gentoo DOT org
AuthorDate: Wed Dec 24 14:42:42 2014 +
Commit: Raúl Porcel armin76 AT gentoo DOT org
CommitDate: Wed Dec 24 14:42:42 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=15fdc8f6

Fix syntax error

---
 targets/support/create-iso.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
index 7454adb..d4fd834 100755
--- a/targets/support/create-iso.sh
+++ b/targets/support/create-iso.sh
@@ -10,6 +10,7 @@ case ${clst_hostarch} in
alpha)
cdmaker=genisoimage
cdmakerpkg=app-cdr/cdrkit
+   ;;
mips)
cdmaker=sgibootcd
cdmakerpkg=sys-boot/sgibootcd



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

2014-12-24 Thread Matthias Maier (tamiko)
tamiko  14/12/24 14:43:38

  Modified: ChangeLog package.use.mask
  Log:
  mask app-doc/doxygen doxysearch use flag

Revision  ChangesPath
1.170profiles/default/bsd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- ChangeLog   7 Dec 2014 16:29:30 -   1.169
+++ ChangeLog   24 Dec 2014 14:43:38 -  1.170
@@ -1,6 +1,9 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.169 
2014/12/07 16:29:30 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.170 
2014/12/24 14:43:38 tamiko Exp $
+
+  24 Dec 2014; Matthias Maier tam...@gentoo.org package.use.mask:
+  mask app-doc/doxygen doxysearch use flag
 
   07 Dec 2014; Mikle Kolyada zlog...@gentoo.org package.use.mask:
   Mask dev-vcs/git mediawiki (bug #497068)



1.47 profiles/default/bsd/package.use.mask

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

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/package.use.mask,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- package.use.mask7 Dec 2014 16:29:30 -   1.46
+++ package.use.mask24 Dec 2014 14:43:38 -  1.47
@@ -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/profiles/default/bsd/package.use.mask,v 
1.46 2014/12/07 16:29:30 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/package.use.mask,v 
1.47 2014/12/24 14:43:38 tamiko Exp $
 
 # Mikle Kolyada zlog...@gentoo.org (07 Dec 2014)
 # There are a lot of unkeyworded dev-perl/* packages
@@ -110,3 +110,7 @@
 
 # depends on networkmanager
 app-misc/geoclue skyhook
+
+# Matthias Maier tam...@gentoo.org (24 Dec 2014)
+# dev-libs/xapian not keyworded
+app-doc/doxygen doxysearch






[gentoo-commits] gentoo-x86 commit in media-libs/libpng: libpng-1.6.15.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:44:58

  Modified: libpng-1.6.15.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #531264
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  media-libs/libpng/libpng-1.6.15.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/libpng-1.6.15.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/libpng-1.6.15.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/libpng-1.6.15.ebuild?r1=1.8r2=1.9

Index: libpng-1.6.15.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.6.15.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libpng-1.6.15.ebuild24 Dec 2014 14:34:47 -  1.8
+++ libpng-1.6.15.ebuild24 Dec 2014 14:44:58 -  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/media-libs/libpng/libpng-1.6.15.ebuild,v 
1.8 2014/12/24 14:34:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.6.15.ebuild,v 
1.9 2014/12/24 14:44:58 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=libpng
 SLOT=0/16
-KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt
+KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt
 IUSE=apng neon static-libs
 
 RDEPEND==sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}]



1.478media-libs/libpng/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libpng/ChangeLog,v
retrieving revision 1.477
retrieving revision 1.478
diff -u -r1.477 -r1.478
--- ChangeLog   24 Dec 2014 14:35:28 -  1.477
+++ ChangeLog   24 Dec 2014 14:44:58 -  1.478
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libpng
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/ChangeLog,v 1.477 
2014/12/24 14:35:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/ChangeLog,v 1.478 
2014/12/24 14:44:58 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org libpng-1.6.15.ebuild:
+  Stable for ppc64, wrt bug #531264
 
   24 Dec 2014; Agostino Sarubbo a...@gentoo.org libpng-1.5.21.ebuild,
   libpng-1.6.16.ebuild:






[gentoo-commits] proj/catalyst:master commit in: targets/support/

2014-12-24 Thread Raúl Porcel
commit: 33491e71001e1071e7dc331bd183ff7b0d394ba1
Author: Raúl Porcel armin76 AT gentoo DOT org
AuthorDate: Wed Dec 24 14:43:51 2014 +
Commit: Raúl Porcel armin76 AT gentoo DOT org
CommitDate: Wed Dec 24 14:43:51 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=33491e71

Fix syntax error

---
 targets/support/create-iso.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
index 7454adb..d4fd834 100755
--- a/targets/support/create-iso.sh
+++ b/targets/support/create-iso.sh
@@ -10,6 +10,7 @@ case ${clst_hostarch} in
alpha)
cdmaker=genisoimage
cdmakerpkg=app-cdr/cdrkit
+   ;;
mips)
cdmaker=sgibootcd
cdmakerpkg=sys-boot/sgibootcd



[gentoo-commits] proj/catalyst:master commit in: targets/support/

2014-12-24 Thread Raúl Porcel
commit: 784224be0adb91a4e02fd2068649ebe732e129fe
Author: Raúl Porcel armin76 AT gentoo DOT org
AuthorDate: Wed Dec  3 11:00:43 2014 +
Commit: Raúl Porcel armin76 AT gentoo DOT org
CommitDate: Wed Dec  3 11:00:43 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=784224be

modify alpha to use genisoimage

alpha needs to use app-cdr/cdrkit's genisoimage with an alpha-specific
option which mkisofs from app-cdr/cdrtools doesn't have

---
 targets/support/create-iso.sh | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
index bf81cba..7454adb 100755
--- a/targets/support/create-iso.sh
+++ b/targets/support/create-iso.sh
@@ -7,6 +7,9 @@ source ${clst_sharedir}/targets/support/filesystem-functions.sh
 
 # Check for our CD ISO creation tools
 case ${clst_hostarch} in
+   alpha)
+   cdmaker=genisoimage
+   cdmakerpkg=app-cdr/cdrkit
mips)
cdmaker=sgibootcd
cdmakerpkg=sys-boot/sgibootcd
@@ -82,9 +85,8 @@ fi
 case ${clst_hostarch} in
alpha)
echo  Running mkisofs to create iso image
-   echo  mkisofs -R -l -J ${mkisofs_zisofs_opts} -V 
\${clst_iso_volume_id}\ -o ${1} ${clst_target_path}
-   mkisofs -R -l -J ${mkisofs_zisofs_opts} -V 
${clst_iso_volume_id} -o ${1} ${clst_target_path} || die Cannot make ISO 
image
-   isomarkboot ${1} /boot/bootlx
+   echo  genisoimage --alpha-boot=boot/bootlx -R -l -J 
${mkisofs_zisofs_opts} -V \${clst_iso_volume_id}\ -o ${1} ${clst_target_path}
+   genisoimage --alpha-boot=boot/bootlx -R -l -J 
${mkisofs_zisofs_opts} -V ${clst_iso_volume_id} -o ${1} ${clst_target_path} 
|| die Cannot make ISO image
;;
arm)
;;



[gentoo-commits] gentoo-x86 commit in sys-cluster/torque: torque-4.1.7.ebuild torque-2.5.13.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:45:16

  Modified: torque-4.1.7.ebuild torque-2.5.13.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #491270
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.10 sys-cluster/torque/torque-4.1.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/torque-4.1.7.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/torque-4.1.7.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/torque-4.1.7.ebuild?r1=1.9r2=1.10

Index: torque-4.1.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-4.1.7.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- torque-4.1.7.ebuild 24 Dec 2014 14:35:08 -  1.9
+++ torque-4.1.7.ebuild 24 Dec 2014 14:45:15 -  1.10
@@ -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-cluster/torque/torque-4.1.7.ebuild,v 
1.9 2014/12/24 14:35:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-4.1.7.ebuild,v 
1.10 2014/12/24 14:45:15 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=torque-2.5
 SLOT=0
-KEYWORDS=alpha amd64 hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86
+KEYWORDS=alpha amd64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86
 IUSE=cpusets +crypt doc drmaa kernel_linux munge nvidia server +syslog tk
 
 DEPEND_COMMON=



1.8  sys-cluster/torque/torque-2.5.13.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/torque-2.5.13.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/torque-2.5.13.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/torque-2.5.13.ebuild?r1=1.7r2=1.8

Index: torque-2.5.13.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.5.13.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- torque-2.5.13.ebuild24 Dec 2014 14:35:08 -  1.7
+++ torque-2.5.13.ebuild24 Dec 2014 14:45:15 -  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-cluster/torque/torque-2.5.13.ebuild,v 
1.7 2014/12/24 14:35:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.5.13.ebuild,v 
1.8 2014/12/24 14:45:15 ago Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 LICENSE=torque-2.5
 
 SLOT=0
-KEYWORDS=alpha amd64 hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86
+KEYWORDS=alpha amd64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86
 IUSE=cpusets +crypt doc drmaa kernel_linux munge server static-libs +syslog 
threads tk xml
 
 # ed is used by makedepend-sh



1.181sys-cluster/torque/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- ChangeLog   24 Dec 2014 14:35:08 -  1.180
+++ ChangeLog   24 Dec 2014 14:45:15 -  1.181
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/torque
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.180 
2014/12/24 14:35:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.181 
2014/12/24 14:45:15 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org torque-2.5.13.ebuild,
+  torque-4.1.7.ebuild:
+  Stable for ppc64, wrt bug #491270
 
   24 Dec 2014; Agostino Sarubbo a...@gentoo.org torque-2.5.13.ebuild,
   torque-4.1.7.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-lang/erlang: erlang-17.3.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:45:09

  Modified: erlang-17.3.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #499876
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  dev-lang/erlang/erlang-17.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/erlang-17.3.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/erlang-17.3.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/erlang-17.3.ebuild?r1=1.4r2=1.5

Index: erlang-17.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-17.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- erlang-17.3.ebuild  24 Dec 2014 14:35:00 -  1.4
+++ erlang-17.3.ebuild  24 Dec 2014 14:45:09 -  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-lang/erlang/erlang-17.3.ebuild,v 1.4 
2014/12/24 14:35:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-17.3.ebuild,v 1.5 
2014/12/24 14:45:09 ago Exp $
 
 EAPI=4
 WX_GTK_VER=2.8
@@ -18,7 +18,7 @@
 
 LICENSE=ErlPL-1.1
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris
+KEYWORDS=~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris
 IUSE=compat-ethread doc emacs halfword hipe java kpoll odbc smp sctp ssl 
systemd tk wxwidgets
 
 RDEPEND==dev-lang/perl-5.6.1



1.263dev-lang/erlang/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v
retrieving revision 1.262
retrieving revision 1.263
diff -u -r1.262 -r1.263
--- ChangeLog   24 Dec 2014 14:35:00 -  1.262
+++ ChangeLog   24 Dec 2014 14:45:09 -  1.263
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/erlang
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v 1.262 
2014/12/24 14:35:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v 1.263 
2014/12/24 14:45:09 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org erlang-17.3.ebuild:
+  Stable for ppc64, wrt bug #499876
 
   24 Dec 2014; Agostino Sarubbo a...@gentoo.org erlang-17.3.ebuild:
   Stable for ppc, wrt bug #499876






[gentoo-commits] gentoo-x86 commit in dev-lang/python: python-2.7.9.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:45:22

  Modified: python-2.7.9.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #532232
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  dev-lang/python/python-2.7.9.ebuild

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

Index: python-2.7.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.9.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- python-2.7.9.ebuild 24 Dec 2014 14:35:15 -  1.5
+++ python-2.7.9.ebuild 24 Dec 2014 14:45:22 -  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-lang/python/python-2.7.9.ebuild,v 1.5 
2014/12/24 14:35:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.9.ebuild,v 1.6 
2014/12/24 14:45:22 ago Exp $
 
 EAPI=4
 WANT_AUTOMAKE=none
@@ -18,7 +18,7 @@
 
 LICENSE=PSF-2
 SLOT=2.7
-KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
+KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
 IUSE=-berkdb build doc elibc_uclibc examples gdbm hardened ipv6 +ncurses 
+readline sqlite +ssl +threads tk +wide-unicode wininst +xml
 
 # Do not add a dependency on dev-lang/python to this ebuild.



1.804dev-lang/python/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
retrieving revision 1.803
retrieving revision 1.804
diff -u -r1.803 -r1.804
--- ChangeLog   24 Dec 2014 14:35:15 -  1.803
+++ ChangeLog   24 Dec 2014 14:45:22 -  1.804
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.803 
2014/12/24 14:35:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.804 
2014/12/24 14:45:22 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org python-2.7.9.ebuild:
+  Stable for ppc64, wrt bug #532232
 
   24 Dec 2014; Agostino Sarubbo a...@gentoo.org python-2.7.9.ebuild:
   Stable for ppc, wrt bug #532232






[gentoo-commits] gentoo-x86 commit in dev-vcs/mercurial: mercurial-3.2.3.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:45:04

  Modified: mercurial-3.2.3.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #533008
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  dev-vcs/mercurial/mercurial-3.2.3.ebuild

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

Index: mercurial-3.2.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-3.2.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mercurial-3.2.3.ebuild  24 Dec 2014 14:34:54 -  1.5
+++ mercurial-3.2.3.ebuild  24 Dec 2014 14:45: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-vcs/mercurial/mercurial-3.2.3.ebuild,v 
1.5 2014/12/24 14:34:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-3.2.3.ebuild,v 
1.6 2014/12/24 14:45:04 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~ppc-aix 
~amd64-fbsd ~x86-fbsd ~x64-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 ~sparc x86 ~ppc-aix 
~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
 IUSE=bugzilla emacs gpg test tk
 
 RDEPEND=bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] )



1.165dev-vcs/mercurial/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/ChangeLog?rev=1.165view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/ChangeLog?rev=1.165content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/ChangeLog?r1=1.164r2=1.165

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog   24 Dec 2014 14:34:54 -  1.164
+++ ChangeLog   24 Dec 2014 14:45:04 -  1.165
@@ -1,6 +1,9 @@
 # ChangeLog for dev-vcs/mercurial
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.164 
2014/12/24 14:34:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.165 
2014/12/24 14:45:04 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org mercurial-3.2.3.ebuild:
+  Stable for ppc64, wrt bug #533008
 
   24 Dec 2014; Agostino Sarubbo a...@gentoo.org mercurial-3.2.3.ebuild:
   Stable for ppc, wrt bug #533008






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

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:45:32

  Modified: antiword-0.37-r1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #531404
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  app-text/antiword/antiword-0.37-r1.ebuild

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

Index: antiword-0.37-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.37-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- antiword-0.37-r1.ebuild 24 Dec 2014 14:35:21 -  1.4
+++ antiword-0.37-r1.ebuild 24 Dec 2014 14:45: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/app-text/antiword/antiword-0.37-r1.ebuild,v 
1.4 2014/12/24 14:35:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.37-r1.ebuild,v 
1.5 2014/12/24 14:45:32 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 SLOT=0
 LICENSE=GPL-2
-KEYWORDS=~alpha amd64 ~hppa ppc ~ppc64 ~sparc x86 ~ppc-aix ~ia64-hpux 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~hppa ppc ppc64 ~sparc x86 ~ppc-aix ~ia64-hpux 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris
 
 src_prepare() {
# Makefile is a symlink to Makefile.Linux, avoid that we patch it by



1.54 app-text/antiword/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   24 Dec 2014 14:35:21 -  1.53
+++ ChangeLog   24 Dec 2014 14:45:32 -  1.54
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/antiword
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.53 
2014/12/24 14:35:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.54 
2014/12/24 14:45:32 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org antiword-0.37-r1.ebuild:
+  Stable for ppc64, wrt bug #531404
 
   24 Dec 2014; Agostino Sarubbo a...@gentoo.org antiword-0.37-r1.ebuild:
   Stable for ppc, wrt bug #531404






[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.5.20.ebuild php-5.4.36.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:45:56

  Modified: php-5.5.20.ebuild php-5.4.36.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #532914
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  dev-lang/php/php-5.5.20.ebuild

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

Index: php-5.5.20.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.20.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- php-5.5.20.ebuild   24 Dec 2014 14:35:50 -  1.7
+++ php-5.5.20.ebuild   24 Dec 2014 14:45:56 -  1.8
@@ -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-lang/php/php-5.5.20.ebuild,v 1.7 
2014/12/24 14:35:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.20.ebuild,v 1.8 
2014/12/24 14:45:56 ago Exp $
 
 EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos
+KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos
 
 function php_get_uri ()
 {



1.8  dev-lang/php/php-5.4.36.ebuild

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

Index: php-5.4.36.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.36.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- php-5.4.36.ebuild   24 Dec 2014 14:35:50 -  1.7
+++ php-5.4.36.ebuild   24 Dec 2014 14:45:56 -  1.8
@@ -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-lang/php/php-5.4.36.ebuild,v 1.7 
2014/12/24 14:35:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.36.ebuild,v 1.8 
2014/12/24 14:45:56 ago Exp $
 
 EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos
+KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos
 
 function php_get_uri ()
 {



1.916dev-lang/php/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.915
retrieving revision 1.916
diff -u -r1.915 -r1.916
--- ChangeLog   24 Dec 2014 14:35:50 -  1.915
+++ ChangeLog   24 Dec 2014 14:45:56 -  1.916
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.915 2014/12/24 
14:35:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.916 2014/12/24 
14:45:56 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org php-5.4.36.ebuild,
+  php-5.5.20.ebuild:
+  Stable for ppc64, wrt bug #532914
 
   24 Dec 2014; Agostino Sarubbo a...@gentoo.org php-5.4.36.ebuild,
   php-5.5.20.ebuild:






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

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:45:27

  Modified: flac-1.3.1-r1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #530288
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.12 media-libs/flac/flac-1.3.1-r1.ebuild

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

Index: flac-1.3.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.3.1-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- flac-1.3.1-r1.ebuild23 Dec 2014 09:30:23 -  1.11
+++ flac-1.3.1-r1.ebuild24 Dec 2014 14:45:27 -  1.12
@@ -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/flac/flac-1.3.1-r1.ebuild,v 1.11 
2014/12/23 09:30:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.3.1-r1.ebuild,v 1.12 
2014/12/24 14:45:27 ago Exp $
 
 EAPI=5
 AUTOTOOLS_AUTORECONF=1
@@ -14,7 +14,7 @@
 
 LICENSE=BSD FDL-1.2 GPL-2 LGPL-2.1
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=altivec +cxx debug ogg sse static-libs
 
 RDEPEND=ogg? ( =media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] )



1.193media-libs/flac/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -r1.192 -r1.193
--- ChangeLog   23 Dec 2014 09:30:23 -  1.192
+++ ChangeLog   24 Dec 2014 14:45:27 -  1.193
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/flac
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v 1.192 
2014/12/23 09:30:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v 1.193 
2014/12/24 14:45:27 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org flac-1.3.1-r1.ebuild:
+  Stable for ppc64, wrt bug #530288
 
   23 Dec 2014; Agostino Sarubbo a...@gentoo.org flac-1.3.1-r1.ebuild:
   Stable for alpha, wrt bug #530288






[gentoo-commits] gentoo-x86 commit in media-video/libav: libav-9.17.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:45:47

  Modified: libav-9.17.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #531832
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  media-video/libav/libav-9.17.ebuild

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

Index: libav-9.17.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/libav/libav-9.17.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libav-9.17.ebuild   24 Dec 2014 14:35:39 -  1.7
+++ libav-9.17.ebuild   24 Dec 2014 14:45:47 -  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-video/libav/libav-9.17.ebuild,v 1.7 
2014/12/24 14:35:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-9.17.ebuild,v 1.8 
2014/12/24 14:45:47 ago Exp $
 
 EAPI=5
 
@@ -29,7 +29,7 @@
 
 # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
 [[ ${PV} == * ]] || \
-KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris
 
 IUSE=aac alsa amr bindist +bzip2 cdio cpudetection custom-cflags debug doc
+encode faac fdk frei0r +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k 
mp3



1.234media-video/libav/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?rev=1.234view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?rev=1.234content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?r1=1.233r2=1.234

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -r1.233 -r1.234
--- ChangeLog   24 Dec 2014 14:35:39 -  1.233
+++ ChangeLog   24 Dec 2014 14:45:47 -  1.234
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/libav
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.233 
2014/12/24 14:35:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.234 
2014/12/24 14:45:47 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org libav-9.17.ebuild:
+  Stable for ppc64, wrt bug #531832
 
   24 Dec 2014; Agostino Sarubbo a...@gentoo.org libav-9.17.ebuild:
   Stable for ppc, wrt bug #531832






[gentoo-commits] gentoo-x86 commit in media-libs/libpng: libpng-1.5.21.ebuild libpng-1.6.16.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:45:38

  Modified: libpng-1.5.21.ebuild libpng-1.6.16.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #533358
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  media-libs/libpng/libpng-1.5.21.ebuild

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

Index: libpng-1.5.21.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.5.21.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libpng-1.5.21.ebuild24 Dec 2014 14:35:28 -  1.4
+++ libpng-1.5.21.ebuild24 Dec 2014 14:45:38 -  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/libpng/libpng-1.5.21.ebuild,v 
1.4 2014/12/24 14:35:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.5.21.ebuild,v 
1.5 2014/12/24 14:45:38 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=libpng
 SLOT=1.5
-KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt
+KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt
 IUSE=apng neon
 
 RDEPEND=sys-libs/zlib:=[${MULTILIB_USEDEP}]



1.6  media-libs/libpng/libpng-1.6.16.ebuild

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

Index: libpng-1.6.16.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.6.16.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libpng-1.6.16.ebuild24 Dec 2014 14:35:28 -  1.5
+++ libpng-1.6.16.ebuild24 Dec 2014 14:45:38 -  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-libs/libpng/libpng-1.6.16.ebuild,v 
1.5 2014/12/24 14:35:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.6.16.ebuild,v 
1.6 2014/12/24 14:45:38 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=libpng
 SLOT=0/16
-KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt
+KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt
 IUSE=apng neon static-libs
 
 RDEPEND==sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}]



1.479media-libs/libpng/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libpng/ChangeLog,v
retrieving revision 1.478
retrieving revision 1.479
diff -u -r1.478 -r1.479
--- ChangeLog   24 Dec 2014 14:44:58 -  1.478
+++ ChangeLog   24 Dec 2014 14:45:38 -  1.479
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libpng
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 

[gentoo-commits] gentoo-x86 commit in net-fs/samba: samba-3.6.24.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:46:02

  Modified: samba-3.6.24.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #514676
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  net-fs/samba/samba-3.6.24.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild?r1=1.8r2=1.9

Index: samba-3.6.24.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- samba-3.6.24.ebuild 24 Dec 2014 14:35:57 -  1.8
+++ samba-3.6.24.ebuild 24 Dec 2014 14:46:02 -  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/net-fs/samba/samba-3.6.24.ebuild,v 1.8 
2014/12/24 14:35:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild,v 1.9 
2014/12/24 14:46:02 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 SRC_URI=mirror://samba/stable/${MY_P}.tar.gz
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~arm-linux ~x86-linux
+KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~arm-linux ~x86-linux
 IUSE=acl addns ads +aio avahi caps +client cluster cups debug dmapi doc 
examples fam
ldap ldb +netapi pam quota +readline selinux +server +smbclient 
smbsharemodes
swat syslog +winbind



1.699net-fs/samba/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.699view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.699content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?r1=1.698r2=1.699

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
retrieving revision 1.698
retrieving revision 1.699
diff -u -r1.698 -r1.699
--- ChangeLog   24 Dec 2014 14:35:57 -  1.698
+++ ChangeLog   24 Dec 2014 14:46:02 -  1.699
@@ -1,6 +1,9 @@
 # ChangeLog for net-fs/samba
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.698 2014/12/24 
14:35:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.699 2014/12/24 
14:46:02 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org samba-3.6.24.ebuild:
+  Stable for ppc64, wrt bug #514676
 
   24 Dec 2014; Agostino Sarubbo a...@gentoo.org samba-3.6.24.ebuild:
   Stable for ppc, wrt bug #514676






[gentoo-commits] gentoo-x86 commit in dev-vcs/git: git-2.0.5.ebuild git-1.8.5.6.ebuild git-1.9.5.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:46:25

  Modified: git-2.0.5.ebuild git-1.8.5.6.ebuild
git-1.9.5.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #532984
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  dev-vcs/git/git-2.0.5.ebuild

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

Index: git-2.0.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.0.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- git-2.0.5.ebuild24 Dec 2014 14:36:23 -  1.7
+++ git-2.0.5.ebuild24 Dec 2014 14:46:25 -  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-vcs/git/git-2.0.5.ebuild,v 1.7 
2014/12/24 14:36:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.0.5.ebuild,v 1.8 
2014/12/24 14:46:25 ago Exp $
 
 EAPI=5
 
@@ -33,10 +33,10 @@

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}

${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)
-   KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
+   KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
 else
SRC_URI=
-   KEYWORDS=alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86
+   KEYWORDS=alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86
 fi
 
 LICENSE=GPL-2



1.8  dev-vcs/git/git-1.8.5.6.ebuild

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

Index: git-1.8.5.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- git-1.8.5.6.ebuild  24 Dec 2014 14:36:23 -  1.7
+++ git-1.8.5.6.ebuild  24 Dec 2014 14:46:25 -  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-vcs/git/git-1.8.5.6.ebuild,v 1.7 
2014/12/24 14:36:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.6.ebuild,v 1.8 
2014/12/24 14:46:25 ago Exp $
 
 EAPI=5
 
@@ -32,10 +32,10 @@

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}

${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)
-   KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
+   KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
 else
SRC_URI=
-   KEYWORDS=alpha arm hppa ppc
+   KEYWORDS=alpha arm hppa ppc ppc64
 fi
 
 LICENSE=GPL-2



1.8  dev-vcs/git/git-1.9.5.ebuild

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

Index: git-1.9.5.ebuild
===
RCS file: 

[gentoo-commits] gentoo-x86 commit in sys-apps/file: file-5.21.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:46:07

  Modified: file-5.21.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #532686
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  sys-apps/file/file-5.21.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.21.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.21.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.21.ebuild?r1=1.7r2=1.8

Index: file-5.21.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.21.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- file-5.21.ebuild24 Dec 2014 14:36:03 -  1.7
+++ file-5.21.ebuild24 Dec 2014 14:46:07 -  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-apps/file/file-5.21.ebuild,v 1.7 
2014/12/24 14:36:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.21.ebuild,v 1.8 
2014/12/24 14:46:07 ago Exp $
 
 EAPI=4
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy2_0 )
@@ -14,7 +14,7 @@
 else
SRC_URI=ftp://ftp.astron.com/pub/file/${P}.tar.gz
ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz;
-   KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
+   KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
 fi
 
 DESCRIPTION=identify a file's format by scanning binary data for patterns



1.295sys-apps/file/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v
retrieving revision 1.294
retrieving revision 1.295
diff -u -r1.294 -r1.295
--- ChangeLog   24 Dec 2014 14:36:03 -  1.294
+++ ChangeLog   24 Dec 2014 14:46:07 -  1.295
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/file
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.294 2014/12/24 
14:36:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.295 2014/12/24 
14:46:07 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org file-5.21.ebuild:
+  Stable for ppc64, wrt bug #532686
 
   24 Dec 2014; Agostino Sarubbo a...@gentoo.org file-5.21.ebuild:
   Stable for ppc, wrt bug #532686






[gentoo-commits] gentoo-x86 commit in dev-vcs/subversion: subversion-1.8.11.ebuild subversion-1.7.19.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:46:15

  Modified: subversion-1.8.11.ebuild subversion-1.7.19.ebuild
ChangeLog
  Log:
  Stable for ppc64, wrt bug #532406
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  dev-vcs/subversion/subversion-1.8.11.ebuild

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

Index: subversion-1.8.11.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.8.11.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- subversion-1.8.11.ebuild24 Dec 2014 14:36:12 -  1.7
+++ subversion-1.8.11.ebuild24 Dec 2014 14:46:15 -  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-vcs/subversion/subversion-1.8.11.ebuild,v 1.7 
2014/12/24 14:36:12 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.8.11.ebuild,v 1.8 
2014/12/24 14:46:15 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -18,7 +18,7 @@
 
 LICENSE=Subversion GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring +http 
java kde nls perl python ruby sasl test vim-syntax
 
 COMMON_DEPEND==dev-db/sqlite-3.7.12



1.8  dev-vcs/subversion/subversion-1.7.19.ebuild

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

Index: subversion-1.7.19.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.19.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- subversion-1.7.19.ebuild24 Dec 2014 14:36:12 -  1.7
+++ subversion-1.7.19.ebuild24 Dec 2014 14:46:15 -  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-vcs/subversion/subversion-1.7.19.ebuild,v 1.7 
2014/12/24 14:36:12 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.19.ebuild,v 1.8 
2014/12/24 14:46:15 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -18,7 +18,7 @@
 
 LICENSE=Subversion GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring java 
kde nls perl python ruby sasl test vim-syntax +webdav-neon webdav-serf
 
 COMMON_DEPEND==dev-db/sqlite-3.6.18[threadsafe(+)]



1.216dev-vcs/subversion/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?rev=1.216view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?rev=1.216content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?r1=1.215r2=1.216

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v

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

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:46:31

  Modified: jasper-1.900.1-r7.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #531688
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  media-libs/jasper/jasper-1.900.1-r7.ebuild

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

Index: jasper-1.900.1-r7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/jasper/jasper-1.900.1-r7.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- jasper-1.900.1-r7.ebuild23 Dec 2014 12:36:53 -  1.8
+++ jasper-1.900.1-r7.ebuild24 Dec 2014 14:46:31 -  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/media-libs/jasper/jasper-1.900.1-r7.ebuild,v 1.8 
2014/12/23 12:36:53 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/jasper/jasper-1.900.1-r7.ebuild,v 1.9 
2014/12/24 14:46:31 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 LICENSE=JasPer2.0
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris
 IUSE=jpeg opengl static-libs
 
 RDEPEND=



1.102media-libs/jasper/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/jasper/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog   23 Dec 2014 12:36:53 -  1.101
+++ ChangeLog   24 Dec 2014 14:46:31 -  1.102
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/jasper
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jasper/ChangeLog,v 1.101 
2014/12/23 12:36:53 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jasper/ChangeLog,v 1.102 
2014/12/24 14:46:31 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org jasper-1.900.1-r7.ebuild:
+  Stable for ppc64, wrt bug #531688
 
   23 Dec 2014; Markus Meier mae...@gentoo.org jasper-1.900.1-r7.ebuild:
   arm stable, bug #531688






[gentoo-commits] gentoo-x86 commit in net-dns/bind: bind-9.10.1_p1.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:46:36

  Modified: bind-9.10.1_p1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #531998
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  net-dns/bind/bind-9.10.1_p1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.10.1_p1.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.10.1_p1.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.10.1_p1.ebuild?r1=1.8r2=1.9

Index: bind-9.10.1_p1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.1_p1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- bind-9.10.1_p1.ebuild   24 Dec 2014 14:36:31 -  1.8
+++ bind-9.10.1_p1.ebuild   24 Dec 2014 14:46:36 -  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/net-dns/bind/bind-9.10.1_p1.ebuild,v 1.8 
2014/12/24 14:36:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.1_p1.ebuild,v 1.9 
2014/12/24 14:46:36 ago Exp $
 
 # Re dlz/mysql and threads, needs to be verified..
 # MySQL uses thread local storage in its C api. Thus MySQL
@@ -39,7 +39,7 @@
 
 LICENSE=GPL-2 ISC BSD BSD-2 HPND JNIC openssl
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ~mips ppc ~ppc64 ~s390 ~sh x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ~mips ppc ppc64 ~s390 ~sh x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=berkdb +caps dlz doc filter- fixed-rrset geoip gost gssapi idn ipv6
 ldap mysql nslint odbc postgres python rpz seccomp selinux ssl static-libs
 +threads urandom xml



1.522net-dns/bind/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.522view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.522content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?r1=1.521r2=1.522

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
retrieving revision 1.521
retrieving revision 1.522
diff -u -r1.521 -r1.522
--- ChangeLog   24 Dec 2014 14:36:31 -  1.521
+++ ChangeLog   24 Dec 2014 14:46:36 -  1.522
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/bind
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.521 2014/12/24 
14:36:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.522 2014/12/24 
14:46:36 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org bind-9.10.1_p1.ebuild:
+  Stable for ppc64, wrt bug #531998
 
   24 Dec 2014; Agostino Sarubbo a...@gentoo.org bind-9.10.1_p1.ebuild:
   Stable for ppc, wrt bug #531998






[gentoo-commits] gentoo-x86 commit in app-doc/doxygen: metadata.xml doxygen-1.8.5.ebuild doxygen-1.8.8.ebuild ChangeLog

2014-12-24 Thread Matthias Maier (tamiko)
tamiko  14/12/24 14:48:58

  Modified: metadata.xml doxygen-1.8.5.ebuild ChangeLog
  Added:doxygen-1.8.8.ebuild
  Log:
  version bump and support for python3, bug #499532; add support for 
doxysearch, bug #508962; fix linkage on with sys-libc/uclibc, bug #512782; add 
support for clang assisted parsing, bug #515840; fix linkage on Gentoo/FreeBSD, 
bug #511024
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key BD3A97A3)

Revision  ChangesPath
1.12 app-doc/doxygen/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/doxygen/metadata.xml?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/doxygen/metadata.xml?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/doxygen/metadata.xml?r1=1.11r2=1.12

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-doc/doxygen/metadata.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- metadata.xml27 May 2014 07:28:07 -  1.11
+++ metadata.xml24 Dec 2014 14:48:58 -  1.12
@@ -9,7 +9,9 @@
 as well as other languages (using additional helper tools).
 /longdescription
 use
-   flag name='nodot'removes graphviz dependency, along with dot 
graphs/flag
+   flag name='clang'support for pkgsys-devel/clang/pkg assisted 
parsing/flag
flag name='dot'allow to create dot graphs using 
pkgmedia-gfx/graphviz/pkg/flag
+   flag name='doxysearch'build doxyindexer and doxysearch.cgi/flag
+   flag name='nodot'removes graphviz dependency, along with dot 
graphs/flag
 /use
 /pkgmetadata



1.15 app-doc/doxygen/doxygen-1.8.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/doxygen/doxygen-1.8.5.ebuild?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/doxygen/doxygen-1.8.5.ebuild?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/doxygen/doxygen-1.8.5.ebuild?r1=1.14r2=1.15

Index: doxygen-1.8.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.8.5.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- doxygen-1.8.5.ebuild3 Sep 2014 17:10:14 -   1.14
+++ doxygen-1.8.5.ebuild24 Dec 2014 14:48:58 -  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/app-doc/doxygen/doxygen-1.8.5.ebuild,v 1.14 
2014/09/03 17:10:14 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.8.5.ebuild,v 1.15 
2014/12/24 14:48:58 tamiko Exp $
 
 EAPI=4
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -96,7 +96,7 @@
|| die
 
# Ensure we link to -liconv
-   if use elibc_FreeBSD; then
+   if use elibc_FreeBSD  has_version dev-libs/libiconv || use 
elibc_uclibc; then
for pro in */*.pro.in */*/*.pro.in; do
echo unix:LIBS += -liconv  ${pro}
done



1.273app-doc/doxygen/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/doxygen/ChangeLog?rev=1.273view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/doxygen/ChangeLog?rev=1.273content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/doxygen/ChangeLog?r1=1.272r2=1.273

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-doc/doxygen/ChangeLog,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -r1.272 -r1.273
--- ChangeLog   3 Sep 2014 17:10:14 -   1.272
+++ ChangeLog   24 Dec 2014 14:48:58 -  1.273
@@ -1,6 +1,15 @@
 # ChangeLog for app-doc/doxygen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/ChangeLog,v 1.272 
2014/09/03 17:10:14 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/ChangeLog,v 1.273 
2014/12/24 14:48:58 tamiko Exp $
+
+*doxygen-1.8.8 (24 Dec 2014)
+
+  24 Dec 2014; Matthias Maier tam...@gentoo.org +doxygen-1.8.8.ebuild,
+  doxygen-1.8.5.ebuild, metadata.xml:
+  version bump and support for python3, bug #499532; add support for 
doxysearch,
+  bug #508962; fix linkage on with sys-libc/uclibc, bug #512782; add support 
for
+  clang assisted parsing, bug #515840; fix linkage on Gentoo/FreeBSD, bug
+  #511024
 
   03 Sep 2014; Christoph Junghans ott...@gentoo.org doxygen-1.8.5.ebuild:
   Added ~x64-macos (tested by me)



1.1  app-doc/doxygen/doxygen-1.8.8.ebuild

file : 

[gentoo-commits] gentoo-x86 commit in x11-libs/libdrm: libdrm-2.4.58.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:54:20

  Modified: libdrm-2.4.58.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #513736
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  x11-libs/libdrm/libdrm-2.4.58.ebuild

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

Index: libdrm-2.4.58.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libdrm/libdrm-2.4.58.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libdrm-2.4.58.ebuild10 Dec 2014 09:56:34 -  1.4
+++ libdrm-2.4.58.ebuild24 Dec 2014 14:54:20 -  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/libdrm/libdrm-2.4.58.ebuild,v 1.4 
2014/12/10 09:56:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm/libdrm-2.4.58.ebuild,v 1.5 
2014/12/24 14:54:20 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
SRC_URI=http://dri.freedesktop.org/${PN}/${P}.tar.bz2;
 fi
 
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux 
~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux 
~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris
 VIDEO_CARDS=exynos freedreno intel nouveau omap radeon vmware
 for card in ${VIDEO_CARDS}; do
IUSE_VIDEO_CARDS+= video_cards_${card}



1.269x11-libs/libdrm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libdrm/ChangeLog,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -r1.268 -r1.269
--- ChangeLog   10 Dec 2014 09:56:34 -  1.268
+++ ChangeLog   24 Dec 2014 14:54:20 -  1.269
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libdrm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm/ChangeLog,v 1.268 
2014/12/10 09:56:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm/ChangeLog,v 1.269 
2014/12/24 14:54:20 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org libdrm-2.4.58.ebuild:
+  Stable for ppc, wrt bug #513736
 
   10 Dec 2014; Agostino Sarubbo a...@gentoo.org libdrm-2.4.58.ebuild:
   Stable for x86, wrt bug #513736






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog thirdpartymirrors

2014-12-24 Thread Mart Raudsepp (leio)
leio14/12/24 14:54:23

  Modified: ChangeLog thirdpartymirrors
  Log:
  Update gnome mirror to current upstream preferred location, which actually 
ends up using upstream geolocation powered mirroring system

Revision  ChangesPath
1.9638   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9637
retrieving revision 1.9638
diff -u -r1.9637 -r1.9638
--- ChangeLog   24 Dec 2014 13:07:22 -  1.9637
+++ ChangeLog   24 Dec 2014 14:54:23 -  1.9638
@@ -1,11 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9637 2014/12/24 
13:07:22 mjo Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9638 2014/12/24 
14:54:23 leio 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!
 
+  24 Dec 2014; Mart Raudsepp l...@gentoo.org thirdpartymirrors:
+  Update gnome mirror to current upstream preferred location, which actually
+  ends up using upstream geolocation powered mirroring system
+
   24 Dec 2014; Michael Orlitzky m...@gentoo.org package.mask:
   Mask net-analyzer/nagios-imagepack for removal in 30 days.
 



1.341profiles/thirdpartymirrors

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

Index: thirdpartymirrors
===
RCS file: /var/cvsroot/gentoo-x86/profiles/thirdpartymirrors,v
retrieving revision 1.340
retrieving revision 1.341
diff -u -r1.340 -r1.341
--- thirdpartymirrors   18 Oct 2014 03:18:07 -  1.340
+++ thirdpartymirrors   24 Dec 2014 14:54:23 -  1.341
@@ -15,7 +15,7 @@
 gimp   http://de-mirror.gimper.net/pub/gimp/ 
http://gimp.afri.cc/pub/gimp/ http://gimper.net/downloads/pub/gimp/ 
http://ftp.gwdg.de/pub/misc/grafik/gimp/gimp http://download.gimp.org/pub/gimp
 github https://github.com/downloads
 gmtftp://mirror.geosci.usyd.edu.au/pub/gmt/ 
ftp://ftp.soest.hawaii.edu/gmt/ ftp://ftp.soest.hawaii.edu/gmt/ 
ftp://ibis.grdl.noaa.gov/pub/gmt/ ftp://ftp.iris.washington.edu/pub/gmt/ 
ftp://ftp.iag.usp.br/pub/gmt/ ftp://ftp.geologi.uio.no/pub/gmt/
-gnome  http://ftp.gnome.org/pub/gnome
+gnome  http://download.gnome.org/
 gnuhttp://ftp.gnu.org/gnu/ ftp://ftp.gnu.org/gnu/ 
ftp://gnu.mirror.iweb.com http://gnu.mirror.iweb.com 
ftp://mirror.vexxhost.com/gnu/ http://gnu.mirror.vexxhost.com/ 
ftp://gnu.opencube.ca/ http://gnu.opencube.ca/ http://mirror.sdunix.com/gnu/ 
ftp://mirrors.kernel.org/gnu/ http://mirrors.kernel.org/gnu/ 
http://open-source-box.org/ ftp://open-source-box.org/gnu/ 
http://gnu.mirrors.hoobly.com/gnu/ http://mirror.easthsia.com/gnu 
http://mirror.keystealth.org/gnu/ ftp://mirror.keystealth.org/gnu/ 
http://gnu.mirrorcatalogs.com/ ftp://gnu.mirrorcatalogs.com/gnu/ 
http://mirrors.axint.net/repos/gnu.org/ http://mirrors.syringanetworks.net/gnu/ 
ftp://mirrors.syringanetworks.net/gnu/ http://mirror.team-cymru.org/gnu/ 
ftp://mirror.team-cymru.org/gnu/ ftp://mirror.anl.gov/pub/gnu/ 
http://mirror.anl.gov/pub/gnu/ http://mirror.thecodefactory.org/gnu/ 
http://gnu.askapache.com/ ftp://aeneas.mit.edu/pub/gnu/ 
http://ftp.wayne.edu/gnu/ http://mirror.nexcess.net/gnu/ 
http://psg.mtu.edu/pub/gnu/ ftp://psg
 .mtu.edu/pub/gnu/ http://gnu.mirror.constant.com/ 
ftp://spinellicreations.com/gnu/ http://mirror.clarkson.edu/gnu/ 
http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/gnu/ 
http://mirrors.zerg.biz/gnu/ http://reflection.oss.ou.edu/gnu/gnu/ 
ftp://reflection.oss.ou.edu/gnu/gnu/ http://gnu.mirrors.pair.com/gnu/ 
ftp://gnu.mirrors.pair.com/gnu/gnu/ ftp://ftp.unicamp.br/pub/gnu/ 
http://gnu.c3sl.ufpr.br/ftp/ http://mirror.nbtelecom.com.br/gnu/ 
http://mirror.cedia.org.ec/gnu/ ftp://mirror.cedia.org.ec/gnu 
http://download.polytechnic.edu.na/pub/ftp.gnu.org/gnu/ 
http://mirror.is.co.za/mirror/ftp.gnu.org/gnu/ 
ftp://ftp.is.co.za/mirror/ftp.gnu.org/gnu/ http://gnu.afri.cc/ 
http://mirrors.ispros.com.bd/gnu http://mirror.bjtu.edu.cn/gnu/ 
http://mirrors.ustc.edu.cn/gnu/ ftp://mirrors.ustc.edu.cn/gnu/ 
http://mirror.hust.edu.cn/gnu/ 

[gentoo-commits] gentoo-x86 commit in media-libs/mesa: mesa-10.2.8.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:54:15

  Modified: mesa-10.2.8.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #513736
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  media-libs/mesa/mesa-10.2.8.ebuild

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

Index: mesa-10.2.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.2.8.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mesa-10.2.8.ebuild  10 Dec 2014 09:56:30 -  1.6
+++ mesa-10.2.8.ebuild  24 Dec 2014 14:54:15 -  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/media-libs/mesa/mesa-10.2.8.ebuild,v 1.6 
2014/12/10 09:56:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.2.8.ebuild,v 1.7 
2014/12/24 14:54:15 ago Exp $
 
 EAPI=5
 
@@ -39,7 +39,7 @@
 # GLES[2]/gl[2]{,ext,platform}.h are SGI-B-2.0
 LICENSE=MIT SGI-B-2.0
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~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 ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris
 
 INTEL_CARDS=i915 i965 ilo intel
 RADEON_CARDS=r100 r200 r300 r600 radeon radeonsi



1.591media-libs/mesa/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
retrieving revision 1.590
retrieving revision 1.591
diff -u -r1.590 -r1.591
--- ChangeLog   10 Dec 2014 09:56:30 -  1.590
+++ ChangeLog   24 Dec 2014 14:54:15 -  1.591
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/mesa
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.590 
2014/12/10 09:56:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.591 
2014/12/24 14:54:15 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org mesa-10.2.8.ebuild:
+  Stable for ppc, wrt bug #513736
 
   10 Dec 2014; Agostino Sarubbo a...@gentoo.org mesa-10.2.8.ebuild:
   Stable for x86, wrt bug #513736






[gentoo-commits] gentoo-x86 commit in media-libs/mesa: mesa-10.2.8.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:54:37

  Modified: mesa-10.2.8.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #513736
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  media-libs/mesa/mesa-10.2.8.ebuild

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

Index: mesa-10.2.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.2.8.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mesa-10.2.8.ebuild  24 Dec 2014 14:54:15 -  1.7
+++ mesa-10.2.8.ebuild  24 Dec 2014 14:54:37 -  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/mesa/mesa-10.2.8.ebuild,v 1.7 
2014/12/24 14:54:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.2.8.ebuild,v 1.8 
2014/12/24 14:54:37 ago Exp $
 
 EAPI=5
 
@@ -39,7 +39,7 @@
 # GLES[2]/gl[2]{,ext,platform}.h are SGI-B-2.0
 LICENSE=MIT SGI-B-2.0
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~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 ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris
 
 INTEL_CARDS=i915 i965 ilo intel
 RADEON_CARDS=r100 r200 r300 r600 radeon radeonsi



1.592media-libs/mesa/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
retrieving revision 1.591
retrieving revision 1.592
diff -u -r1.591 -r1.592
--- ChangeLog   24 Dec 2014 14:54:15 -  1.591
+++ ChangeLog   24 Dec 2014 14:54:37 -  1.592
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/mesa
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.591 
2014/12/24 14:54:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.592 
2014/12/24 14:54:37 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org mesa-10.2.8.ebuild:
+  Stable for ppc64, wrt bug #513736
 
   24 Dec 2014; Agostino Sarubbo a...@gentoo.org mesa-10.2.8.ebuild:
   Stable for ppc, wrt bug #513736






[gentoo-commits] gentoo-x86 commit in x11-libs/libdrm: libdrm-2.4.58.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:54:41

  Modified: libdrm-2.4.58.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #513736
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  x11-libs/libdrm/libdrm-2.4.58.ebuild

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

Index: libdrm-2.4.58.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libdrm/libdrm-2.4.58.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libdrm-2.4.58.ebuild24 Dec 2014 14:54:20 -  1.5
+++ libdrm-2.4.58.ebuild24 Dec 2014 14:54:41 -  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/libdrm/libdrm-2.4.58.ebuild,v 1.5 
2014/12/24 14:54:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm/libdrm-2.4.58.ebuild,v 1.6 
2014/12/24 14:54:41 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
SRC_URI=http://dri.freedesktop.org/${PN}/${P}.tar.bz2;
 fi
 
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux 
~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux 
~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris
 VIDEO_CARDS=exynos freedreno intel nouveau omap radeon vmware
 for card in ${VIDEO_CARDS}; do
IUSE_VIDEO_CARDS+= video_cards_${card}



1.270x11-libs/libdrm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libdrm/ChangeLog,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -r1.269 -r1.270
--- ChangeLog   24 Dec 2014 14:54:20 -  1.269
+++ ChangeLog   24 Dec 2014 14:54:41 -  1.270
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libdrm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm/ChangeLog,v 1.269 
2014/12/24 14:54:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm/ChangeLog,v 1.270 
2014/12/24 14:54:41 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org libdrm-2.4.58.ebuild:
+  Stable for ppc64, wrt bug #513736
 
   24 Dec 2014; Agostino Sarubbo a...@gentoo.org libdrm-2.4.58.ebuild:
   Stable for ppc, wrt bug #513736






[gentoo-commits] gentoo-x86 commit in www-client/firefox: firefox-31.3.0.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:55:37

  Modified: firefox-31.3.0.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #531408
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  www-client/firefox/firefox-31.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-31.3.0.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-31.3.0.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-31.3.0.ebuild?r1=1.6r2=1.7

Index: firefox-31.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-31.3.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- firefox-31.3.0.ebuild   24 Dec 2014 14:55:14 -  1.6
+++ firefox-31.3.0.ebuild   24 Dec 2014 14:55:37 -  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/www-client/firefox/firefox-31.3.0.ebuild,v 
1.6 2014/12/24 14:55:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-31.3.0.ebuild,v 
1.7 2014/12/24 14:55:37 ago Exp $
 
 EAPI=5
 VIRTUALX_REQUIRED=pgo
@@ -39,7 +39,7 @@
 DESCRIPTION=Firefox Web Browser
 HOMEPAGE=http://www.mozilla.com/firefox;
 
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux
 SLOT=0
 LICENSE=MPL-2.0 GPL-2 LGPL-2.1
 IUSE=bindist hardened +minimal pgo selinux test



1.375www-client/firefox/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.375view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.375content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?r1=1.374r2=1.375

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v
retrieving revision 1.374
retrieving revision 1.375
diff -u -r1.374 -r1.375
--- ChangeLog   24 Dec 2014 14:55:14 -  1.374
+++ ChangeLog   24 Dec 2014 14:55:37 -  1.375
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/firefox
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.374 
2014/12/24 14:55:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.375 
2014/12/24 14:55:37 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org firefox-31.3.0.ebuild:
+  Stable for ppc64, wrt bug #531408
 
   24 Dec 2014; Agostino Sarubbo a...@gentoo.org firefox-31.3.0.ebuild:
   Stable for ppc, wrt bug #531408






[gentoo-commits] gentoo-x86 commit in www-client/firefox: firefox-31.3.0.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:55:14

  Modified: firefox-31.3.0.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #531408
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  www-client/firefox/firefox-31.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-31.3.0.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-31.3.0.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-31.3.0.ebuild?r1=1.5r2=1.6

Index: firefox-31.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-31.3.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- firefox-31.3.0.ebuild   10 Dec 2014 19:34:36 -  1.5
+++ firefox-31.3.0.ebuild   24 Dec 2014 14:55:14 -  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/www-client/firefox/firefox-31.3.0.ebuild,v 
1.5 2014/12/10 19:34:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-31.3.0.ebuild,v 
1.6 2014/12/24 14:55:14 ago Exp $
 
 EAPI=5
 VIRTUALX_REQUIRED=pgo
@@ -39,7 +39,7 @@
 DESCRIPTION=Firefox Web Browser
 HOMEPAGE=http://www.mozilla.com/firefox;
 
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux
 SLOT=0
 LICENSE=MPL-2.0 GPL-2 LGPL-2.1
 IUSE=bindist hardened +minimal pgo selinux test



1.374www-client/firefox/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.374view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.374content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?r1=1.373r2=1.374

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v
retrieving revision 1.373
retrieving revision 1.374
diff -u -r1.373 -r1.374
--- ChangeLog   10 Dec 2014 19:34:36 -  1.373
+++ ChangeLog   24 Dec 2014 14:55:14 -  1.374
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/firefox
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.373 
2014/12/10 19:34:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.374 
2014/12/24 14:55:14 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org firefox-31.3.0.ebuild:
+  Stable for ppc, wrt bug #531408
 
   10 Dec 2014; Agostino Sarubbo a...@gentoo.org firefox-31.3.0.ebuild:
   Stable for x86, wrt bug #531408






[gentoo-commits] gentoo-x86 commit in mail-client/thunderbird: thunderbird-31.3.0.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:55:20

  Modified: thunderbird-31.3.0.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #531408
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  mail-client/thunderbird/thunderbird-31.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/thunderbird-31.3.0.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/thunderbird-31.3.0.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/thunderbird-31.3.0.ebuild?r1=1.4r2=1.5

Index: thunderbird-31.3.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-31.3.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- thunderbird-31.3.0.ebuild   10 Dec 2014 19:34:41 -  1.4
+++ thunderbird-31.3.0.ebuild   24 Dec 2014 14:55:20 -  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/mail-client/thunderbird/thunderbird-31.3.0.ebuild,v 1.4 
2014/12/10 19:34:41 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-31.3.0.ebuild,v 1.5 
2014/12/24 14:55:20 ago Exp $
 
 EAPI=5
 WANT_AUTOCONF=2.1
@@ -36,7 +36,7 @@
 DESCRIPTION=Thunderbird Mail Client
 HOMEPAGE=http://www.mozilla.com/en-US/thunderbird/;
 
-KEYWORDS=~alpha amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux
+KEYWORDS=~alpha amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux
 SLOT=0
 LICENSE=MPL-2.0 GPL-2 LGPL-2.1
 IUSE=bindist crypt ldap +lightning +minimal mozdom selinux



1.309mail-client/thunderbird/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/ChangeLog?rev=1.309view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/ChangeLog?rev=1.309content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/ChangeLog?r1=1.308r2=1.309

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -r1.308 -r1.309
--- ChangeLog   10 Dec 2014 19:34:41 -  1.308
+++ ChangeLog   24 Dec 2014 14:55:20 -  1.309
@@ -1,6 +1,9 @@
 # ChangeLog for mail-client/thunderbird
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.308 
2014/12/10 19:34:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.309 
2014/12/24 14:55:20 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org thunderbird-31.3.0.ebuild:
+  Stable for ppc, wrt bug #531408
 
   10 Dec 2014; Agostino Sarubbo a...@gentoo.org thunderbird-31.3.0.ebuild:
   Stable for x86, wrt bug #531408






[gentoo-commits] gentoo-x86 commit in mail-client/thunderbird: thunderbird-31.3.0.ebuild ChangeLog

2014-12-24 Thread Agostino Sarubbo (ago)
ago 14/12/24 14:55:42

  Modified: thunderbird-31.3.0.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #531408
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  mail-client/thunderbird/thunderbird-31.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/thunderbird-31.3.0.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/thunderbird-31.3.0.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/thunderbird-31.3.0.ebuild?r1=1.5r2=1.6

Index: thunderbird-31.3.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-31.3.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- thunderbird-31.3.0.ebuild   24 Dec 2014 14:55:20 -  1.5
+++ thunderbird-31.3.0.ebuild   24 Dec 2014 14:55: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/mail-client/thunderbird/thunderbird-31.3.0.ebuild,v 1.5 
2014/12/24 14:55:20 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-31.3.0.ebuild,v 1.6 
2014/12/24 14:55:42 ago Exp $
 
 EAPI=5
 WANT_AUTOCONF=2.1
@@ -36,7 +36,7 @@
 DESCRIPTION=Thunderbird Mail Client
 HOMEPAGE=http://www.mozilla.com/en-US/thunderbird/;
 
-KEYWORDS=~alpha amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux
+KEYWORDS=~alpha amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux
 SLOT=0
 LICENSE=MPL-2.0 GPL-2 LGPL-2.1
 IUSE=bindist crypt ldap +lightning +minimal mozdom selinux



1.310mail-client/thunderbird/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/ChangeLog?rev=1.310view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/ChangeLog?rev=1.310content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/ChangeLog?r1=1.309r2=1.310

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v
retrieving revision 1.309
retrieving revision 1.310
diff -u -r1.309 -r1.310
--- ChangeLog   24 Dec 2014 14:55:20 -  1.309
+++ ChangeLog   24 Dec 2014 14:55:42 -  1.310
@@ -1,6 +1,9 @@
 # ChangeLog for mail-client/thunderbird
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.309 
2014/12/24 14:55:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.310 
2014/12/24 14:55:42 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo a...@gentoo.org thunderbird-31.3.0.ebuild:
+  Stable for ppc64, wrt bug #531408
 
   24 Dec 2014; Agostino Sarubbo a...@gentoo.org thunderbird-31.3.0.ebuild:
   Stable for ppc, wrt bug #531408






[gentoo-commits] gentoo-x86 commit in app-emulation/libvirt: ChangeLog libvirt-1.2.10-r2.ebuild

2014-12-24 Thread Matthias Maier (tamiko)
tamiko  14/12/24 15:05:04

  Modified: ChangeLog
  Removed:  libvirt-1.2.10-r2.ebuild
  Log:
  drop vulnerable, bug #533286, CVE-2014-8135, CVE-2014-8136
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
BD3A97A3)

Revision  ChangesPath
1.411app-emulation/libvirt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.411view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.411content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?r1=1.410r2=1.411

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v
retrieving revision 1.410
retrieving revision 1.411
diff -u -r1.410 -r1.411
--- ChangeLog   24 Dec 2014 13:19:24 -  1.410
+++ ChangeLog   24 Dec 2014 15:05:04 -  1.411
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/libvirt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.410 
2014/12/24 13:19:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.411 
2014/12/24 15:05:04 tamiko Exp $
+
+  24 Dec 2014; Matthias Maier tam...@gentoo.org -libvirt-1.2.10-r2.ebuild:
+  drop vulnerable, bug #533286, CVE-2014-8135, CVE-2014-8136
 
   24 Dec 2014; Agostino Sarubbo a...@gentoo.org libvirt-1.2.10-r3.ebuild:
   Stable for x86, wrt bug #533286






[gentoo-commits] gentoo-x86 commit in dev-python/libvirt-python: ChangeLog libvirt-python-1.2.9.ebuild

2014-12-24 Thread Matthias Maier (tamiko)
tamiko  14/12/24 15:09:19

  Modified: ChangeLog
  Removed:  libvirt-python-1.2.9.ebuild
  Log:
  drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
BD3A97A3)

Revision  ChangesPath
1.28 dev-python/libvirt-python/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   24 Dec 2014 13:19:18 -  1.27
+++ ChangeLog   24 Dec 2014 15:09:19 -  1.28
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/libvirt-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v 1.27 
2014/12/24 13:19:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v 1.28 
2014/12/24 15:09:19 tamiko Exp $
+
+  24 Dec 2014; Matthias Maier tam...@gentoo.org -libvirt-python-1.2.9.ebuild:
+  drop old
 
   24 Dec 2014; Agostino Sarubbo a...@gentoo.org libvirt-python-1.2.10.ebuild:
   Stable for x86, wrt bug #532438






[gentoo-commits] gentoo-x86 commit in mail-client/geary: ChangeLog geary-0.7.2-r1.ebuild geary-0.6.3-r1.ebuild geary-0.8.2.ebuild geary-0.8.0.ebuild geary-0.8.1.ebuild

2014-12-24 Thread Mart Raudsepp (leio)
leio14/12/24 16:37:21

  Modified: ChangeLog geary-0.7.2-r1.ebuild
geary-0.6.3-r1.ebuild geary-0.8.2.ebuild
  Removed:  geary-0.8.0.ebuild geary-0.8.1.ebuild
  Log:
  Update SRC_URI to use gnome mirror, which changed. Remove old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.33 mail-client/geary/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-client/geary/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   25 Nov 2014 22:44:46 -  1.32
+++ ChangeLog   24 Dec 2014 16:37:21 -  1.33
@@ -1,6 +1,11 @@
 # ChangeLog for mail-client/geary
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/geary/ChangeLog,v 1.32 
2014/11/25 22:44:46 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/geary/ChangeLog,v 1.33 
2014/12/24 16:37:21 leio Exp $
+
+  24 Dec 2014; Mart Raudsepp l...@gentoo.org geary-0.6.3-r1.ebuild,
+  geary-0.7.2-r1.ebuild, -geary-0.8.0.ebuild, -geary-0.8.1.ebuild,
+  geary-0.8.2.ebuild:
+  Update SRC_URI to use gnome mirror, which changed. Remove old
 
   25 Nov 2014; Julian Ospald hasuf...@gentoo.org metadata.xml:
   drop maintainership



1.2  mail-client/geary/geary-0.7.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/geary/geary-0.7.2-r1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/geary/geary-0.7.2-r1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/geary/geary-0.7.2-r1.ebuild?r1=1.1r2=1.2

Index: geary-0.7.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/mail-client/geary/geary-0.7.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- geary-0.7.2-r1.ebuild   18 Sep 2014 11:12:45 -  1.1
+++ geary-0.7.2-r1.ebuild   24 Dec 2014 16:37: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/mail-client/geary/geary-0.7.2-r1.ebuild,v 
1.1 2014/09/18 11:12:45 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/geary/geary-0.7.2-r1.ebuild,v 
1.2 2014/12/24 16:37:21 leio Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 MY_P=${P/_pre/pr}
 DESCRIPTION=A lightweight, easy-to-use, feature-rich email client
 HOMEPAGE=http://www.yorba.org/projects/geary/;
-SRC_URI=ftp://ftp.gnome.org/pub/GNOME/sources/geary/${PV:0:3}/${MY_P}.tar.xz;
+SRC_URI=mirror://gnome/sources/geary/${PV:0:3}/${MY_P}.tar.xz
 
 LICENSE=LGPL-2.1
 SLOT=0



1.4  mail-client/geary/geary-0.6.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/geary/geary-0.6.3-r1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/geary/geary-0.6.3-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/geary/geary-0.6.3-r1.ebuild?r1=1.3r2=1.4

Index: geary-0.6.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/mail-client/geary/geary-0.6.3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- geary-0.6.3-r1.ebuild   18 Sep 2014 13:09:24 -  1.3
+++ geary-0.6.3-r1.ebuild   24 Dec 2014 16:37:21 -  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/mail-client/geary/geary-0.6.3-r1.ebuild,v 
1.3 2014/09/18 13:09:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/geary/geary-0.6.3-r1.ebuild,v 
1.4 2014/12/24 16:37:21 leio Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 MY_P=${P/_pre/pr}
 DESCRIPTION=A lightweight, easy-to-use, feature-rich email client
 HOMEPAGE=http://www.yorba.org/projects/geary/;
-SRC_URI=ftp://ftp.gnome.org/pub/GNOME/sources/geary/${PV:0:3}/${MY_P}.tar.xz;
+SRC_URI=mirror://gnome/sources/geary/${PV:0:3}/${MY_P}.tar.xz
 
 LICENSE=LGPL-2.1
 SLOT=0



1.2  mail-client/geary/geary-0.8.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/geary/geary-0.8.2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/geary/geary-0.8.2.ebuild?rev=1.2content-type=text/plain

[gentoo-commits] gentoo-x86 commit in app-doc/doxygen: doxygen-1.8.8.ebuild ChangeLog

2014-12-24 Thread Jeroen Roovers (jer)
jer 14/12/24 16:43:53

  Modified: doxygen-1.8.8.ebuild ChangeLog
  Log:
  Drop keywords (bug #533458).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.2  app-doc/doxygen/doxygen-1.8.8.ebuild

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

Index: doxygen-1.8.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.8.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- doxygen-1.8.8.ebuild24 Dec 2014 14:48:58 -  1.1
+++ doxygen-1.8.8.ebuild24 Dec 2014 16:43:53 -  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/app-doc/doxygen/doxygen-1.8.8.ebuild,v 1.1 
2014/12/24 14:48:58 tamiko Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.8.8.ebuild,v 1.2 
2014/12/24 16:43:53 jer Exp $
 
 EAPI=4
 PYTHON_COMPAT=( python{2_6,2_7,3_3,3_4} )
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris
 IUSE=clang debug doc dot doxysearch qt4 latex sqlite elibc_FreeBSD 
elibc_uclibc userland_GNU
 
 #missing SerbianCyrilic, JapaneseEn, KoreanEn, Chinesetraditional



1.274app-doc/doxygen/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/doxygen/ChangeLog?rev=1.274view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/doxygen/ChangeLog?rev=1.274content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/doxygen/ChangeLog?r1=1.273r2=1.274

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-doc/doxygen/ChangeLog,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -r1.273 -r1.274
--- ChangeLog   24 Dec 2014 14:48:58 -  1.273
+++ ChangeLog   24 Dec 2014 16:43:53 -  1.274
@@ -1,6 +1,9 @@
 # ChangeLog for app-doc/doxygen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/ChangeLog,v 1.273 
2014/12/24 14:48:58 tamiko Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/ChangeLog,v 1.274 
2014/12/24 16:43:53 jer Exp $
+
+  24 Dec 2014; Jeroen Roovers j...@gentoo.org doxygen-1.8.8.ebuild:
+  Drop keywords (bug #533458).
 
 *doxygen-1.8.8 (24 Dec 2014)
 






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

2014-12-24 Thread Jeroen Roovers (jer)
jer 14/12/24 16:55:57

  Modified: ChangeLog package.use.mask use.mask
  Log:
  Generally mask USE=clang.

Revision  ChangesPath
1.231profiles/arch/hppa/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -r1.230 -r1.231
--- ChangeLog   29 Nov 2014 12:46:49 -  1.230
+++ ChangeLog   24 Dec 2014 16:55:57 -  1.231
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/hppa profile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v 1.230 
2014/11/29 12:46:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v 1.231 
2014/12/24 16:55:57 jer Exp $
+
+  24 Dec 2014; Jeroen Roovers j...@gentoo.org package.use.mask, use.mask:
+  Generally mask USE=clang.
 
   29 Nov 2014; Jeroen Roovers j...@gentoo.org package.use.mask:
   Mask USE=dnstap for net-dns/unbound (bug #531068).



1.151profiles/arch/hppa/package.use.mask

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

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/hppa/package.use.mask,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- package.use.mask29 Nov 2014 12:46:49 -  1.150
+++ package.use.mask24 Dec 2014 16:55:57 -  1.151
@@ -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/profiles/arch/hppa/package.use.mask,v 1.150 
2014/11/29 12:46:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/package.use.mask,v 1.151 
2014/12/24 16:55:57 jer Exp $
 
 # DON'T TOUCH THIS FILE. Instead, file a bug and assign it to 
h...@gentoo.org.
 
@@ -67,10 +67,6 @@
 # Mask non-keyworded sci-libs/hdf5 for sci-mathematics/octave
 sci-mathematics/octave hdf5 qhull
 
-# Jeroen Roovers j...@gentoo.org (10 Jul 2012)
-# USE=clang needs sys-devel/llvm which has not been ported
-app-portage/eix clang
-
 # Jeroen Roovers j...@gentoo.org (8 Jul 2012)
 # media-libs/devil has not been fully tested on HPPA
 media-gfx/graphviz devil



1.86 profiles/arch/hppa/use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/hppa/use.mask?rev=1.86view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/hppa/use.mask?rev=1.86content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/hppa/use.mask?r1=1.85r2=1.86

Index: use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/hppa/use.mask,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- use.mask7 Nov 2014 11:46:16 -   1.85
+++ use.mask24 Dec 2014 16:55:57 -  1.86
@@ -1,7 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/use.mask,v 1.85 
2014/11/07 11:46:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/use.mask,v 1.86 
2014/12/24 16:55:57 jer Exp $
 # DON'T TOUCH THIS FILE. Instead, file a bug and assign it to 
h...@gentoo.org.
 
+# Jeroen Roovers j...@gentoo.org (24 Dec 2014)
+# sys-devel/clang has not been ported to HPPA
+clang
+
 # Jeroen Roovers j...@gentoo.org (7 Nov 2014)
 # dev-lang/luajit has not been ported to HPPA
 luajit






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

2014-12-24 Thread Matthias Maier (tamiko)
tamiko  14/12/24 17:02:15

  Modified: ChangeLog package.use.mask
  Log:
  Remove package.use.mask entry

Revision  ChangesPath
1.171profiles/default/bsd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- ChangeLog   24 Dec 2014 14:43:38 -  1.170
+++ ChangeLog   24 Dec 2014 17:02:15 -  1.171
@@ -1,6 +1,10 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.170 
2014/12/24 14:43:38 tamiko Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.171 
2014/12/24 17:02:15 tamiko Exp $
+
+  24 Dec 2014; Matthias Maier tam...@gentoo.org package.use.mask:
+  app-doc/doxygen remove use mask again, as this is now taken care of with a
+  full rekeywording #533458
 
   24 Dec 2014; Matthias Maier tam...@gentoo.org package.use.mask:
   mask app-doc/doxygen doxysearch use flag



1.48 profiles/default/bsd/package.use.mask

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

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/package.use.mask,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- package.use.mask24 Dec 2014 14:43:38 -  1.47
+++ package.use.mask24 Dec 2014 17:02:15 -  1.48
@@ -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/profiles/default/bsd/package.use.mask,v 
1.47 2014/12/24 14:43:38 tamiko Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/package.use.mask,v 
1.48 2014/12/24 17:02:15 tamiko Exp $
 
 # Mikle Kolyada zlog...@gentoo.org (07 Dec 2014)
 # There are a lot of unkeyworded dev-perl/* packages
@@ -110,7 +110,3 @@
 
 # depends on networkmanager
 app-misc/geoclue skyhook
-
-# Matthias Maier tam...@gentoo.org (24 Dec 2014)
-# dev-libs/xapian not keyworded
-app-doc/doxygen doxysearch






[gentoo-commits] gentoo-x86 commit in media-libs/flac/files: flac-1.2.1-asneeded.patch flac-1.2.1-ogg-m4.patch flac-1.2.1-cflags.patch flac-1.2.1-asm.patch flac-1.2.1-dontbuild-examples.patch flac-1.3

2014-12-24 Thread Tim Harder (radhermit)
radhermit14/12/24 17:08:42

  Removed:  flac-1.2.1-asneeded.patch flac-1.2.1-ogg-m4.patch
flac-1.2.1-cflags.patch flac-1.2.1-asm.patch
flac-1.2.1-dontbuild-examples.patch
flac-1.3.0-metaflac_strcat.patch
flac-1.2.1-gcc-4.3-includes.patch
flac-1.2.1-dontbuild-tests.patch
  Log:
  Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)



[gentoo-commits] gentoo-x86 commit in media-libs/flac: ChangeLog flac-1.3.0-r1.ebuild flac-1.3.0.ebuild flac-1.2.1-r3.ebuild flac-1.2.1-r5.ebuild flac-1.2.1-r4.ebuild

2014-12-24 Thread Tim Harder (radhermit)
radhermit14/12/24 17:08:42

  Modified: ChangeLog
  Removed:  flac-1.3.0-r1.ebuild flac-1.3.0.ebuild
flac-1.2.1-r3.ebuild flac-1.2.1-r5.ebuild
flac-1.2.1-r4.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.194media-libs/flac/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -r1.193 -r1.194
--- ChangeLog   24 Dec 2014 14:45:27 -  1.193
+++ ChangeLog   24 Dec 2014 17:08:42 -  1.194
@@ -1,6 +1,16 @@
 # ChangeLog for media-libs/flac
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v 1.193 
2014/12/24 14:45:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v 1.194 
2014/12/24 17:08:42 radhermit Exp $
+
+  24 Dec 2014; Tim Harder radher...@gentoo.org -flac-1.2.1-r3.ebuild,
+  -flac-1.2.1-r4.ebuild, -flac-1.2.1-r5.ebuild, -flac-1.3.0.ebuild,
+  -flac-1.3.0-r1.ebuild, -files/flac-1.2.1-asm.patch,
+  -files/flac-1.2.1-asneeded.patch, -files/flac-1.2.1-cflags.patch,
+  -files/flac-1.2.1-dontbuild-examples.patch,
+  -files/flac-1.2.1-dontbuild-tests.patch,
+  -files/flac-1.2.1-gcc-4.3-includes.patch, -files/flac-1.2.1-ogg-m4.patch,
+  -files/flac-1.3.0-metaflac_strcat.patch:
+  Remove old.
 
   24 Dec 2014; Agostino Sarubbo a...@gentoo.org flac-1.3.1-r1.ebuild:
   Stable for ppc64, wrt bug #530288






[gentoo-commits] gentoo-x86 commit in x11-themes/gnome-icon-theme-extras: gnome-icon-theme-extras-3.12.0.ebuild ChangeLog

2014-12-24 Thread Pacho Ramos (pacho)
pacho   14/12/24 17:20:29

  Modified: gnome-icon-theme-extras-3.12.0.ebuild ChangeLog
  Log:
  Was wrongly moved to testing
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.5  
x11-themes/gnome-icon-theme-extras/gnome-icon-theme-extras-3.12.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme-extras/gnome-icon-theme-extras-3.12.0.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme-extras/gnome-icon-theme-extras-3.12.0.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme-extras/gnome-icon-theme-extras-3.12.0.ebuild?r1=1.4r2=1.5

Index: gnome-icon-theme-extras-3.12.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme-extras/gnome-icon-theme-extras-3.12.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnome-icon-theme-extras-3.12.0.ebuild   23 Dec 2014 23:34:23 -  
1.4
+++ gnome-icon-theme-extras-3.12.0.ebuild   24 Dec 2014 17:20:29 -  
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-themes/gnome-icon-theme-extras/gnome-icon-theme-extras-3.12.0.ebuild,v
 1.4 2014/12/23 23:34:23 eva Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme-extras/gnome-icon-theme-extras-3.12.0.ebuild,v
 1.5 2014/12/24 17:20:29 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -12,7 +12,7 @@
 
 LICENSE=CC-BY-SA-3.0
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86
 IUSE=
 
 RDEPEND==x11-themes/hicolor-icon-theme-0.10



1.29 x11-themes/gnome-icon-theme-extras/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme-extras/ChangeLog?rev=1.29view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme-extras/ChangeLog?rev=1.29content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme-extras/ChangeLog?r1=1.28r2=1.29

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme-extras/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   23 Dec 2014 23:34:23 -  1.28
+++ ChangeLog   24 Dec 2014 17:20:29 -  1.29
@@ -1,6 +1,10 @@
 # ChangeLog for x11-themes/gnome-icon-theme-extras
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme-extras/ChangeLog,v 1.28 
2014/12/23 23:34:23 eva Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme-extras/ChangeLog,v 1.29 
2014/12/24 17:20:29 pacho Exp $
+
+  24 Dec 2014; Pacho Ramos pa...@gentoo.org
+  gnome-icon-theme-extras-3.12.0.ebuild:
+  Was wrongly moved to testing
 
   23 Dec 2014; Gilles Dartiguelongue e...@gentoo.org
   gnome-icon-theme-extras-3.12.0.ebuild:






[gentoo-commits] gentoo commit in xml/htdocs/proj/en/metastructure/herds: herds.xml

2014-12-24 Thread Mike Gilbert (floppym)
floppym 14/12/24 17:22:30

  Modified: herds.xml
  Log:
  python: Replace maintainingproject with inline list of maintainers.

Revision  ChangesPath
1.1131   xml/htdocs/proj/en/metastructure/herds/herds.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml?rev=1.1131view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml?rev=1.1131content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml?r1=1.1130r2=1.1131

Index: herds.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml,v
retrieving revision 1.1130
retrieving revision 1.1131
diff -u -r1.1130 -r1.1131
--- herds.xml   16 Dec 2014 14:30:01 -  1.1130
+++ herds.xml   24 Dec 2014 17:22:30 -  1.1131
@@ -20,7 +20,7 @@
always a description without a lang attribute. Also there are no overlapping
descriptions allowed (multiple description tags with the same language)
 
-   $Header: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml,v 1.1130 
2014/12/16 14:30:01 hasufell Exp $
+   $Header: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml,v 1.1131 
2014/12/24 17:22:30 floppym Exp $
 
 --
 herds
@@ -442,7 +442,90 @@
   namepython/name
   emailpyt...@gentoo.org/email
   descriptionPython-related packages/description
-  maintainingproject/proj/en/Python/index.xml/maintainingproject
+  maintainer
+emaild...@gentoo.org/email
+nameDirkjan Ochtman/name
+  /maintainer
+  maintainer
+emailflop...@gentoo.org/email
+nameMike Gilbert/name
+  /maintainer
+  maintainer
+emailidel...@gentoo.org/email
+nameIan Delaney/name
+  /maintainer
+  maintainer
+emaillord...@gentoo.org/email
+nameThomas Raschbacher/name
+  /maintainer
+  maintainer
+emailmari...@gentoo.org/email
+nameMarien Zwart/name
+  /maintainer
+  maintainer
+emailnelch...@gentoo.org/email
+nameKrzysztof Pawlik/name
+  /maintainer
+  maintainer
+emailpatr...@gentoo.org/email
+namePatrick Lauer/name
+  /maintainer
+  maintainer
+emailradher...@gentoo.org/email
+nameTim Harder/name
+  /maintainer
+  maintainer
+emailrafaelmart...@gentoo.org/email
+nameRafael Martins/name
+  /maintainer
+  maintainer
+emailsp...@gentoo.org/email
+nameSebastian Pipping/name
+  /maintainer
+  maintainer
+emaildev-z...@gentoo.org/email
+name/name
+  /maintainer
+  maintainer
+emailchutz...@gentoo.org/email
+namePatrick McLean/name
+  /maintainer
+  maintainer
+emailmaksbo...@gentoo.org/email
+nameMaxim Koltsov/name
+  /maintainer
+  maintainer
+emailxarthis...@gentoo.org/email
+nameKacper Kowalik/name
+  /maintainer
+  maintainer
+emailmgo...@gentoo.org/email
+name/name
+  /maintainer
+  maintainer
+emailprometheanf...@gentoo.org/email
+nameMatt Thode/name
+  /maintainer
+  maintainer
+emaily...@gentoo.org/email
+nameJan Matejka/name
+  /maintainer
+  maintainer
+emailsdamas...@gentoo.org/email
+nameSamuel Damashek/name
+  /maintainer
+  maintainer
+emailultra...@gentoo.org/email
+nameAlexys Jacob/name
+  /maintainer
+  maintainer
+emailalund...@gentoo.org/email
+nameAlex Brandt/name
+  /maintainer
+  maintainer
+emailali...@gentoo.org/email
+nameAlice Ferrazzi/name
+  /maintainer
 /herd
 herd
   namex11/name






  1   2   >