[gentoo-commits] gentoo-x86 commit in dev-python/hacking: hacking-0.9.5.ebuild ChangeLog

2015-05-12 Thread Matt Thode (prometheanfire)
prometheanfire15/05/12 06:03:08

  Modified: ChangeLog
  Added:hacking-0.9.5.ebuild
  Log:
  bup
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.17 dev-python/hacking/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/hacking/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   8 Mar 2015 23:50:02 -   1.16
+++ ChangeLog   12 May 2015 06:03:08 -  1.17
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/hacking
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hacking/ChangeLog,v 1.16 
2015/03/08 23:50:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hacking/ChangeLog,v 1.17 
2015/05/12 06:03:08 prometheanfire Exp $
+
+*hacking-0.9.5 (12 May 2015)
+
+  12 May 2015; Matthew Thode prometheanf...@gentoo.org +hacking-0.9.5.ebuild:
+  bup
 
   08 Mar 2015; Pacho Ramos pa...@gentoo.org hacking-0.10.1.ebuild,
   hacking-0.8.1.ebuild, hacking-0.9.2.ebuild:



1.1  dev-python/hacking/hacking-0.9.5.ebuild

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

Index: hacking-0.9.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/hacking/hacking-0.9.5.ebuild,v 
1.1 2015/05/12 06:03:08 prometheanfire Exp $

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

inherit distutils-r1

DESCRIPTION=A client for the OpenStack Nova API
HOMEPAGE=https://github.com/openstack-dev/hacking;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

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

RDEPEND=~dev-python/pep8-1.5.6[${PYTHON_USEDEP}]
~dev-python/pyflakes-0.8.1[${PYTHON_USEDEP}]
~dev-python/flake8-2.1.0[${PYTHON_USEDEP}]
=dev-python/six-1.6.0[${PYTHON_USEDEP}]
DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
=dev-python/pbr-0.8[${PYTHON_USEDEP}]
dev-python/pbr-1.0[${PYTHON_USEDEP}]
test? ( =dev-python/coverage-3.6[${PYTHON_USEDEP}]
=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
=dev-python/testtools-0.9.34[${PYTHON_USEDEP}]
${RDEPEND} )
doc? ( =dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
dev-python/sphinx-1.3[${PYTHON_USEDEP}]
$(python_gen_cond_dep 
'dev-python/oslo-sphinx[${PYTHON_USEDEP}]' python2_7 ) )
DISTUTILS_IN_SOURCE_BUILD=1

python_prepare_all() {
# Prevent d'loading and correct ?typo to oslosphinx in conf.py
sed -e 's:intersphinx_mapping:#:' \
-e 's:oslosphinx:oslo.sphinx:' \
-i doc/source/conf.py || die

distutils-r1_python_prepare_all
}

python_compile_all() {
use doc  sphinx-build -b html -c doc/source/ doc/source/ 
doc/source/html
}

python_test() {
testr init || die testr init died
testr run || die testsuite failed under ${EPYTHON}
flake8 ${PN}/tests || die flake8 drew error on a run over 
${PN}/tests folder
}

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






[gentoo-commits] gentoo-x86 commit in dev-python/pbr: pbr-0.11.0.ebuild ChangeLog

2015-05-12 Thread Matt Thode (prometheanfire)
prometheanfire15/05/12 06:08:40

  Modified: ChangeLog
  Added:pbr-0.11.0.ebuild
  Log:
  bup
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.34 dev-python/pbr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pbr/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   15 Apr 2015 09:46:21 -  1.33
+++ ChangeLog   12 May 2015 06:08:40 -  1.34
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pbr
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pbr/ChangeLog,v 1.33 2015/04/15 
09:46:21 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pbr/ChangeLog,v 1.34 2015/05/12 
06:08:40 prometheanfire Exp $
+
+*pbr-0.11.0 (12 May 2015)
+
+  12 May 2015; Matthew Thode prometheanf...@gentoo.org +pbr-0.11.0.ebuild:
+  bup
 
 *pbr-0.10.8 (15 Apr 2015)
 



1.1  dev-python/pbr/pbr-0.11.0.ebuild

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

Index: pbr-0.11.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pbr/pbr-0.11.0.ebuild,v 1.1 
2015/05/12 06:08:40 prometheanfire Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} )

inherit distutils-r1

DESCRIPTION=Inject some useful and sensible default behaviors into setuptools
HOMEPAGE=https://github.com/openstack-dev/pbr;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux
IUSE=test

DEPEND=
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
=dev-python/coverage-3.6[${PYTHON_USEDEP}]
=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
=dev-python/mock-1.0[${PYTHON_USEDEP}]
=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
!~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
dev-python/sphinx-1.3[${PYTHON_USEDEP}]
=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
=dev-python/testresources-0.2.4[${PYTHON_USEDEP}]
=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
=dev-python/testtools-0.9.34[${PYTHON_USEDEP}] )
RDEPEND=dev-python/pip[${PYTHON_USEDEP}]

# Requ'd for testsuite
DISTUTILS_IN_SOURCE_BUILD=1

# This normally actually belongs here.
python_prepare_all() {
# This test passes when run within the source and doesn't represent a 
failure, but rather
# a gentoo sandbox constraint
# Rm tests that rely upon the package being already installed and fail
sed -e s':test_console_script_develop:_:' \
-e s':test_console_script_install:_:' \
-e s':test_sdist_extra_files:_:' \
-e s':test_command_hooks:_:' \
-e s':test_sdist_git_extra_files:_:' \
-i pbr/tests/test_core.py || die
sed -e s':test_command_hooks:_:' \
-e s':test_global_setup_hooks:_:' \
-i pbr/tests/test_hooks.py || die
einfo rogue tests disabled

distutils-r1_python_prepare_all
}

python_test() {
# Note; removed tests pass once package is emerged,
# it's the suite's design that breaks form, not the tests' intended 
purpose
testr init || die
testr run || die Testsuite failed under ${EPYTHON}
}






[gentoo-commits] gentoo-x86 commit in dev-python/python-heatclient: python-heatclient-0.6.0.ebuild ChangeLog

2015-05-12 Thread Matt Thode (prometheanfire)
prometheanfire15/05/12 06:14:22

  Modified: ChangeLog
  Added:python-heatclient-0.6.0.ebuild
  Log:
  bup
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.19 dev-python/python-heatclient/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-heatclient/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   22 Apr 2015 21:06:07 -  1.18
+++ ChangeLog   12 May 2015 06:14:22 -  1.19
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/python-heatclient
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-heatclient/ChangeLog,v 
1.18 2015/04/22 21:06:07 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-heatclient/ChangeLog,v 
1.19 2015/05/12 06:14:22 prometheanfire Exp $
+
+*python-heatclient-0.6.0 (12 May 2015)
+
+  12 May 2015; Matthew Thode prometheanf...@gentoo.org
+  +python-heatclient-0.6.0.ebuild:
+  bup
 
 *python-heatclient-0.5.0 (22 Apr 2015)
 



1.1  dev-python/python-heatclient/python-heatclient-0.6.0.ebuild

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

Index: python-heatclient-0.6.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-heatclient/python-heatclient-0.6.0.ebuild,v
 1.1 2015/05/12 06:14:22 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 )

inherit distutils-r1

DESCRIPTION=OpenStack Orchestration API Client Library
HOMEPAGE=http://www.openstack.org/;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

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

CDEPEND=
=dev-python/pbr-0.11[${PYTHON_USEDEP}]
dev-python/pbr-2.0[${PYTHON_USEDEP}]

DEPEND=
dev-python/setuptools[${PYTHON_USEDEP}]
${CDEPEND}
test? (
=dev-python/hacking-0.8.0[${PYTHON_USEDEP}]
dev-python/hacking-0.9[${PYTHON_USEDEP}]
=dev-python/coverage-3.6[${PYTHON_USEDEP}]
=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
=dev-python/requests-mock-0.6.0[${PYTHON_USEDEP}]
=dev-python/mock-1.0[${PYTHON_USEDEP}]
=dev-python/mox3-0.7.0[${PYTHON_USEDEP}]
=dev-python/oslotest-1.5.1[${PYTHON_USEDEP}]
=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
=dev-python/testtools-0.9.36[${PYTHON_USEDEP}]
!~dev-python/testtools-1.2.0[${PYTHON_USEDEP}]
)
doc? (
=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
!~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
dev-python/sphinx-1.3[${PYTHON_USEDEP}]
)


RDEPEND=
${CDEPEND}
=dev-python/Babel-1.3[${PYTHON_USEDEP}]
=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
=dev-python/prettytable-0.7[${PYTHON_USEDEP}]
dev-python/prettytable-0.8[${PYTHON_USEDEP}]
=dev-python/oslo-i18n-1.5.0[${PYTHON_USEDEP}]
=dev-python/oslo-serialization-1.4.0[${PYTHON_USEDEP}]
=dev-python/oslo-utils-1.4.0[${PYTHON_USEDEP}]
=dev-python/python-keystoneclient-1.3.0[${PYTHON_USEDEP}]
=dev-python/python-swiftclient-2.2.0[${PYTHON_USEDEP}]
=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
=dev-python/requests-2.5.2[${PYTHON_USEDEP}]
=dev-python/six-1.9.0[${PYTHON_USEDEP}]


python_compile_all() {
use doc  esetup.py build_sphinx
}

python_test() {
# BUG: https://bugs.launchpad.net/python-heatclient/+bug/1313257
ebegin 'patching heatclient/tests/test_common_http.py'
sed \
-e '645,/def/ d' \
-i heatclient/tests/test_common_http.py
STATUS=${?}
eend ${STATUS}
[[ ${STATUS} -gt 0 ]]  die

# BUG: https://bugs.launchpad.net/python-heatclient/+bug/1375035
ebegin 

[gentoo-commits] gentoo-x86 commit in dev-python/glance_store: glance_store-0.5.0.ebuild ChangeLog

2015-05-12 Thread Matt Thode (prometheanfire)
prometheanfire15/05/12 06:18:00

  Modified: ChangeLog
  Added:glance_store-0.5.0.ebuild
  Log:
  bup
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.3  dev-python/glance_store/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/glance_store/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   30 Apr 2015 18:47:16 -  1.2
+++ ChangeLog   12 May 2015 06:18:00 -  1.3
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/glance_store
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/glance_store/ChangeLog,v 1.2 
2015/04/30 18:47:16 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/glance_store/ChangeLog,v 1.3 
2015/05/12 06:18:00 prometheanfire Exp $
+
+*glance_store-0.5.0 (12 May 2015)
+
+  12 May 2015; Matthew Thode prometheanf...@gentoo.org
+  +glance_store-0.5.0.ebuild:
+  bup
 
 *glance_store-0.4.0 (30 Apr 2015)
 



1.1  dev-python/glance_store/glance_store-0.5.0.ebuild

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

Index: glance_store-0.5.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/glance_store/glance_store-0.5.0.ebuild,v 1.1 
2015/05/12 06:18:00 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=A connection pool for python-ldap
HOMEPAGE=http://launchpad.net/oslo;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

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

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

RDEPEND=
=dev-python/oslo-config-1.6.0[${PYTHON_USEDEP}]
=dev-python/oslo-i18n-0.1.0[${PYTHON_USEDEP}]
=dev-python/oslo-serialization-1.0.0[${PYTHON_USEDEP}]
=dev-python/oslo-utils-1.2.0[${PYTHON_USEDEP}]
=dev-python/oslo-concurrency-1.4.1[${PYTHON_USEDEP}]
=dev-python/stevedore-0.12[${PYTHON_USEDEP}]
dev-python/enum34[${PYTHON_USEDEP}]
=dev-python/python-cinderclient-1.0.6[${PYTHON_USEDEP}]
=dev-python/eventlet-0.13.0[${PYTHON_USEDEP}]
=dev-python/six-1.4.1[${PYTHON_USEDEP}]
=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}]
dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]


python_prepare_all() {
sed -i '/ordereddict/d' requirements.txt
distutils-r1_python_prepare_all
}






[gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-2.2.0.ebuild vlc-2.2.1.ebuild ChangeLog

2015-05-12 Thread Ian Delaney (idella4)
idella4 15/05/12 06:33:07

  Modified: vlc-2.2.0.ebuild vlc-2.2.1.ebuild ChangeLog
  Log:
  finalise config option for qt in src_configure, fixes bug #549212
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.13 media-video/vlc/vlc-2.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.2.0.ebuild?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.2.0.ebuild?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.2.0.ebuild?r1=1.12r2=1.13

Index: vlc-2.2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- vlc-2.2.0.ebuild2 May 2015 06:28:37 -   1.12
+++ vlc-2.2.0.ebuild12 May 2015 06:33:07 -  1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.0.ebuild,v 1.12 
2015/05/02 06:28:37 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.0.ebuild,v 1.13 
2015/05/12 06:33:07 idella4 Exp $
 
 EAPI=5
 
@@ -310,6 +310,8 @@
qt_flag=--enable-qt=4
elif use qt5 ; then
qt_flag=--enable-qt=5
+   elif ! use qt4  ! use qt5; then
+   qt_flag=--disable-qt
fi
 
econf \



1.8  media-video/vlc/vlc-2.2.1.ebuild

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

Index: vlc-2.2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vlc-2.2.1.ebuild2 May 2015 06:28:37 -   1.7
+++ vlc-2.2.1.ebuild12 May 2015 06:33:07 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.1.ebuild,v 1.7 
2015/05/02 06:28:37 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.1.ebuild,v 1.8 
2015/05/12 06:33:07 idella4 Exp $
 
 EAPI=5
 
@@ -313,6 +313,8 @@
qt_flag=--enable-qt=4
elif use qt5 ; then
qt_flag=--enable-qt=5
+   elif ! use qt4  ! use qt5; then
+   qt_flag=--disable-qt
fi
 
econf \



1.958media-video/vlc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
retrieving revision 1.957
retrieving revision 1.958
diff -u -r1.957 -r1.958
--- ChangeLog   8 May 2015 09:19:25 -   1.957
+++ ChangeLog   12 May 2015 06:33:07 -  1.958
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/vlc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.957 
2015/05/08 09:19:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.958 
2015/05/12 06:33:07 idella4 Exp $
+
+  12 May 2015; Ian Delaney idel...@gentoo.org vlc-2.2.0.ebuild,
+  vlc-2.2.1.ebuild:
+  finalise config option for qt in src_configure, fixes bug #549212
 
   08 May 2015; Agostino Sarubbo a...@gentoo.org -vlc-2.1.2.ebuild:
   Drop 2.1.2 and on behalf of the alpha team, we are dropping the support on 
vlc






[gentoo-commits] gentoo-x86 commit in x11-plugins/gkrellweather: ChangeLog gkrellweather-2.0.7.ebuild

2015-05-12 Thread Justin Lecher (jlec)
jlec15/05/12 07:49:45

  Modified: ChangeLog
  Removed:  gkrellweather-2.0.7.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.43 x11-plugins/gkrellweather/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellweather/ChangeLog?rev=1.43view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellweather/ChangeLog?rev=1.43content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellweather/ChangeLog?r1=1.42r2=1.43

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   11 May 2015 19:38:51 -  1.42
+++ ChangeLog   12 May 2015 07:49:45 -  1.43
@@ -1,6 +1,11 @@
 # ChangeLog for x11-plugins/gkrellweather
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/ChangeLog,v 1.42 
2015/05/11 19:38:51 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/ChangeLog,v 1.43 
2015/05/12 07:49:45 jlec Exp $
+
+  12 May 2015; Justin Lecher j...@gentoo.org
+  -files/gkrellweather-2.0.7-Move-GrabWeather.patch,
+  -files/gkrellweather-2.0.7-Respect-LDFLAGS.patch, 
-gkrellweather-2.0.7.ebuild:
+  Drop old
 
   11 May 2015; Mikle Kolyada zlog...@gentoo.org gkrellweather-2.0.8.ebuild:
   sparc stable wrt bug #543924






[gentoo-commits] gentoo-x86 commit in x11-plugins/gkrellweather/files: gkrellweather-2.0.7-Move-GrabWeather.patch gkrellweather-2.0.7-Respect-LDFLAGS.patch

2015-05-12 Thread Justin Lecher (jlec)
jlec15/05/12 07:49:45

  Removed:  gkrellweather-2.0.7-Move-GrabWeather.patch
gkrellweather-2.0.7-Respect-LDFLAGS.patch
  Log:
  Drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)



[gentoo-commits] gentoo-x86 commit in games-strategy/wesnoth: wesnoth-1.12.2.ebuild ChangeLog

2015-05-12 Thread Agostino Sarubbo (ago)
ago 15/05/12 07:56:22

  Modified: wesnoth-1.12.2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #548954
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  games-strategy/wesnoth/wesnoth-1.12.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/wesnoth-1.12.2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/wesnoth-1.12.2.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/wesnoth-1.12.2.ebuild?r1=1.1r2=1.2

Index: wesnoth-1.12.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.12.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wesnoth-1.12.2.ebuild   9 Apr 2015 01:59:16 -   1.1
+++ wesnoth-1.12.2.ebuild   12 May 2015 07:56:22 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.12.2.ebuild,v 1.1 
2015/04/09 01:59:16 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.12.2.ebuild,v 1.2 
2015/05/12 07:56:22 ago Exp $
 
 EAPI=5
 inherit cmake-utils eutils multilib toolchain-funcs flag-o-matic games
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd
+KEYWORDS=amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd
 IUSE=dbus dedicated doc fribidi nls server
 
 RDEPEND==media-libs/libsdl-1.2.7:0[joystick,video,X]



1.245games-strategy/wesnoth/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.245view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.245content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/ChangeLog?r1=1.244r2=1.245

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -r1.244 -r1.245
--- ChangeLog   9 Apr 2015 01:59:16 -   1.244
+++ ChangeLog   12 May 2015 07:56:22 -  1.245
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/wesnoth
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.244 
2015/04/09 01:59:16 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.245 
2015/05/12 07:56:22 ago Exp $
+
+  12 May 2015; Agostino Sarubbo a...@gentoo.org wesnoth-1.12.2.ebuild:
+  Stable for amd64, wrt bug #548954
 
 *wesnoth-1.12.2 (09 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in games-arcade/commandergenius: commandergenius-1.8.0.0.ebuild ChangeLog

2015-05-12 Thread Agostino Sarubbo (ago)
ago 15/05/12 07:56:27

  Modified: commandergenius-1.8.0.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #548956
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  games-arcade/commandergenius/commandergenius-1.8.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/commandergenius/commandergenius-1.8.0.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/commandergenius/commandergenius-1.8.0.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/commandergenius/commandergenius-1.8.0.0.ebuild?r1=1.1r2=1.2

Index: commandergenius-1.8.0.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-arcade/commandergenius/commandergenius-1.8.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- commandergenius-1.8.0.0.ebuild  6 Feb 2015 17:58:15 -   1.1
+++ commandergenius-1.8.0.0.ebuild  12 May 2015 07:56:27 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-arcade/commandergenius/commandergenius-1.8.0.0.ebuild,v
 1.1 2015/02/06 17:58:15 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-arcade/commandergenius/commandergenius-1.8.0.0.ebuild,v
 1.2 2015/05/12 07:56:27 ago Exp $
 
 EAPI=5
 CMAKE_IN_SOURCE_BUILD=1
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=opengl tremor
 RESTRICT=mirror # contains keen files, but we do not install them
 



1.17 games-arcade/commandergenius/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-arcade/commandergenius/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   9 Feb 2015 05:12:14 -   1.16
+++ ChangeLog   12 May 2015 07:56:27 -  1.17
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/commandergenius
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/commandergenius/ChangeLog,v 
1.16 2015/02/09 05:12:14 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/commandergenius/ChangeLog,v 
1.17 2015/05/12 07:56:27 ago Exp $
+
+  12 May 2015; Agostino Sarubbo a...@gentoo.org 
commandergenius-1.8.0.0.ebuild:
+  Stable for amd64, wrt bug #548956
 
   09 Feb 2015; Michael Sterrett mr_bon...@gentoo.org
   -commandergenius-1.7.4.0.ebuild, -files/commandergenius-1.7.4.0-build.patch,






[gentoo-commits] gentoo-x86 commit in media-libs/libbluray: ChangeLog libbluray-0.8.0.ebuild

2015-05-12 Thread Alexis Ballier (aballier)
aballier15/05/12 06:46:43

  Modified: ChangeLog libbluray-0.8.0.ebuild
  Log:
  fix install with use=utils, bug #549202
  
  Signed-off-by: Alexis Ballier aball...@gentoo.org
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.76 media-libs/libbluray/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libbluray/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   11 May 2015 09:22:06 -  1.75
+++ ChangeLog   12 May 2015 06:46:42 -  1.76
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libbluray
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libbluray/ChangeLog,v 1.75 
2015/05/11 09:22:06 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libbluray/ChangeLog,v 1.76 
2015/05/12 06:46:42 aballier Exp $
+
+  12 May 2015; Alexis Ballier aball...@gentoo.org libbluray-0.8.0.ebuild:
+  fix install with use=utils, bug #549202
 
   11 May 2015; Alexis Ballier aball...@gentoo.org libbluray-0.8.0.ebuild:
   fix build with java useflag, bug #549160



1.3  media-libs/libbluray/libbluray-0.8.0.ebuild

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

Index: libbluray-0.8.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libbluray/libbluray-0.8.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libbluray-0.8.0.ebuild  11 May 2015 09:22:06 -  1.2
+++ libbluray-0.8.0.ebuild  12 May 2015 06:46:42 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libbluray/libbluray-0.8.0.ebuild,v 1.2 
2015/05/11 09:22:06 aballier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libbluray/libbluray-0.8.0.ebuild,v 1.3 
2015/05/12 06:46:42 aballier Exp $
 
 EAPI=5
 
@@ -74,7 +74,6 @@
emake DESTDIR=${D} install
 
if multilib_is_native_abi  use utils; then
-   cd src
dobin index_dump mobj_dump mpls_dump
cd .libs/
dobin bd_info bdsplice clpi_dump hdmv_test libbluray_test 
list_titles sound_dump






[gentoo-commits] gentoo-x86 commit in app-misc/ca-certificates: ca-certificates-20141019.3.19.ebuild ChangeLog

2015-05-12 Thread Mike Frysinger (vapier)
vapier  15/05/12 07:01:05

  Modified: ChangeLog
  Added:ca-certificates-20141019.3.19.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.116app-misc/ca-certificates/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ca-certificates/ChangeLog?rev=1.116view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ca-certificates/ChangeLog?rev=1.116content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ca-certificates/ChangeLog?r1=1.115r2=1.116

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog   8 Apr 2015 07:30:31 -   1.115
+++ ChangeLog   12 May 2015 07:01:05 -  1.116
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/ca-certificates
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ChangeLog,v 1.115 
2015/04/08 07:30:31 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ChangeLog,v 1.116 
2015/05/12 07:01:05 vapier Exp $
+
+*ca-certificates-20141019.3.19 (12 May 2015)
+
+  12 May 2015; Mike Frysinger vap...@gentoo.org
+  +ca-certificates-20141019.3.19.ebuild:
+  Version bump.
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org
   ca-certificates-20140223.3.15.5-r1.ebuild,



1.1  
app-misc/ca-certificates/ca-certificates-20141019.3.19.ebuild

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

Index: ca-certificates-20141019.3.19.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20141019.3.19.ebuild,v
 1.1 2015/05/12 07:01:05 vapier Exp $

# The Debian ca-certificates package merely takes the CA database as it exists
# in the nss package and repackages it for use by openssl.
#
# The issue with using the compiled debs directly is two fold:
# - they do not update frequently enough for us to rely on them
# - they pull the CA database from nss tip of tree rather than the release
#
# So we take the Debian source tools and combine them with the latest nss
# release to produce (largely) the same end result.  The difference is that
# now we know our cert database is kept in sync with nss and, if need be,
# can be sync with nss tip of tree more frequently to respond to bugs.

# When triaging bugs from users, here's some handy tips:
# - To see what cert is hitting errors, use openssl:
#   openssl s_client -port 443 -CApath /etc/ssl/certs/ -host $HOSTNAME
#   Focus on the errors written to stderr.
#
# - Look at the upstream log as to why certs were added/removed:
#   https://hg.mozilla.org/projects/nss/log/tip/lib/ckfw/builtins/certdata.txt
#
# - If people want to add/remove certs, tell them to file w/mozilla:
#   
https://bugzilla.mozilla.org/enter_bug.cgi?product=NSScomponent=CA%20Certificatesversion=trunk

EAPI=4
PYTHON_COMPAT=( python2_7 )

inherit eutils python-any-r1

if [[ ${PV} == *.* ]] ; then
# Compile from source ourselves.
PRECOMPILED=false
inherit versionator

DEB_VER=$(get_version_component_range 1)
NSS_VER=$(get_version_component_range 2-)
RTM_NAME=NSS_${NSS_VER//./_}_RTM
else
# Debian precompiled version.
PRECOMPILED=true
inherit unpacker
fi

DESCRIPTION=Common CA Certificates PEM files
HOMEPAGE=http://packages.debian.org/sid/ca-certificates;
NMU_PR=
if ${PRECOMPILED} ; then

SRC_URI=mirror://debian/pool/main/c/${PN}/${PN}_${PV}${NMU_PR:++nmu}${NMU_PR}_all.deb
else

SRC_URI=mirror://debian/pool/main/c/${PN}/${PN}_${DEB_VER}${NMU_PR:++nmu}${NMU_PR}.tar.xz

ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${RTM_NAME}/src/nss-${NSS_VER}.tar.gz
cacert? ( 
http://dev.gentoo.org/~anarchy/patches/nss-3.14.1-add_spi+cacerts_ca_certs.patch
 )
fi

LICENSE=MPL-1.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt
IUSE=
${PRECOMPILED} || IUSE+= +cacert

DEPEND=
if ${PRECOMPILED} ; then
# 

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

2015-05-12 Thread Gilles Dartiguelongue
commit: c4900e799c4d16c02df9dded31b18953eaf1ba1c
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue May 12 07:08:27 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue May 12 07:08:27 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=c4900e79

gnome-extra/gnome-packagekit: remove marshalled files cleanup

Files moved, so this particular line does not work anymore.

 gnome-extra/gnome-packagekit/gnome-packagekit-3.16.0.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnome-extra/gnome-packagekit/gnome-packagekit-3.16.0.ebuild 
b/gnome-extra/gnome-packagekit/gnome-packagekit-3.16.0.ebuild
index 1f12ce1..268cc01 100644
--- a/gnome-extra/gnome-packagekit/gnome-packagekit-3.16.0.ebuild
+++ b/gnome-extra/gnome-packagekit/gnome-packagekit-3.16.0.ebuild
@@ -55,9 +55,6 @@ DEPEND=${RDEPEND}
 # see if tests can forget about display (use eclass for that ?)
 
 src_prepare() {
-   # Regenerate marshalers for glib-2.31 compat
-   rm -v src/gpk-marshal.{c,h} || die
-
# * disable tests with graphical dialogs and that require packagekitd
#   to be run with the dummy backend and installed .ui files
# * disable tests that fails every time packagekit developers make a



[gentoo-commits] dev/heroxbd:master commit in: dev-lang/ocaml/files/, dev-lang/ocaml/

2015-05-12 Thread Benda XU
commit: bbbdc687fcc0726f9c6d0c51c820d1a7c3aab54d
Author: Benda Xu heroxbd AT gentoo DOT org
AuthorDate: Tue May 12 06:51:35 2015 +
Commit: Benda XU heroxbd AT gentoo DOT org
CommitDate: Tue May 12 06:51:35 2015 +
URL:https://gitweb.gentoo.org/dev/heroxbd.git/commit/?id=bbbdc687

dev-lang/ocaml: carbon copy from gentoo-x86.

 dev-lang/ocaml/ChangeLog   | 948 +
 dev-lang/ocaml/Manifest|  27 +
 ...-3.11.2-Fix-ocamlopt-w.r.t.-binutils-2.21.patch |  66 ++
 .../files/ocaml-4.01.0-pkg-config-ncurses.patch|  15 +
 dev-lang/ocaml/files/ocaml-rebuild.sh  |  51 ++
 dev-lang/ocaml/files/ocaml.conf|   5 +
 dev-lang/ocaml/metadata.xml|   5 +
 dev-lang/ocaml/ocaml-3.11.2.ebuild | 135 +++
 dev-lang/ocaml/ocaml-3.12.1.ebuild | 132 +++
 dev-lang/ocaml/ocaml-4.01.0.ebuild | 128 +++
 dev-lang/ocaml/ocaml-4.02.1.ebuild | 114 +++
 11 files changed, 1626 insertions(+)

diff --git a/dev-lang/ocaml/ChangeLog b/dev-lang/ocaml/ChangeLog
new file mode 100644
index 000..784c8ec
--- /dev/null
+++ b/dev-lang/ocaml/ChangeLog
@@ -0,0 +1,948 @@
+# ChangeLog for dev-lang/ocaml
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.222 2014/12/01 
16:33:19 aballier Exp $
+
+  01 Dec 2014; Alexis Ballier aball...@gentoo.org ocaml-4.02.1.ebuild:
+  specify host  target to help cross-compiling, unfortunately it is not
+  sufficient due to tryrun like constructs
+
+  01 Dec 2014; Alexis Ballier aball...@gentoo.org -ocaml-4.00.1-r1.ebuild:
+  remove old
+
+*ocaml-4.02.1 (28 Nov 2014)
+
+  28 Nov 2014; Alexis Ballier aball...@gentoo.org +ocaml-4.02.1.ebuild:
+  version bump
+
+  18 Jan 2014; Mark Wright gie...@gentoo.org
+  +files/ocaml-3.11.2-Fix-ocamlopt-w.r.t.-binutils-2.21.patch,
+  +files/ocaml-4.01.0-pkg-config-ncurses.patch, ocaml-3.11.2.ebuild,
+  ocaml-3.12.1.ebuild, ocaml-4.00.1-r1.ebuild, ocaml-4.01.0.ebuild:
+  Fix bug #459512 - dev-lang/ocaml with sys-libs/ncurses[tinfo] -
+  .../work/ocaml-4.00.1/byterun/terminfo.c:54: undefined reference to 
'tgetent',
+  thanks to Reinis Danne for reporting (patch by me). Add virtual/pkg-config to
+  DEPEND as the ocaml configure script calls pkg-config. Apply patch from
+  upstream for upstream bug http://caml.inria.fr/mantis/view.php?id=5237 to
+  ocaml-3.11.2.
+
+  15 Jan 2014; Sébastien Fabbro bicat...@gentoo.org ocaml-4.01.0.ebuild:
+  Prefixified and keyworded amd64-linux, x86-linux
+
+  14 Sep 2013; Alexis Ballier aball...@gentoo.org -ocaml-4.00.0.ebuild,
+  -ocaml-4.00.1.ebuild, -ocaml-4.01.0_beta1.ebuild, -ocaml-4.01.0_rc1.ebuild:
+  remove old
+
+*ocaml-4.01.0 (14 Sep 2013)
+
+  14 Sep 2013; Alexis Ballier aball...@gentoo.org +ocaml-4.01.0.ebuild:
+  bump to 4.01.0
+
+*ocaml-4.01.0_rc1 (03 Sep 2013)
+
+  03 Sep 2013; Alexis Ballier aball...@gentoo.org +ocaml-4.01.0_rc1.ebuild:
+  bump to rc1
+
+*ocaml-4.01.0_beta1 (16 Aug 2013)
+
+  16 Aug 2013; Alexis Ballier aball...@gentoo.org +ocaml-4.01.0_beta1.ebuild:
+  version bump
+
+  19 Jun 2013; Alexis Ballier aball...@gentoo.org ocaml-4.00.1-r1.ebuild:
+  fix dosym warning, bug #470106
+
+*ocaml-4.00.1-r1 (02 Mar 2013)
+
+  02 Mar 2013; Alexis Ballier aball...@gentoo.org +ocaml-4.00.1-r1.ebuild:
+  Import a patch from archlinux to build against tk8.6, drop a useless patch
+  for LDFLAGS and set the right variable
+
+  18 Feb 2013; Alexis Ballier aball...@gentoo.org ocaml-4.00.1.ebuild:
+  stop installing compiler-libs manually, let it be the standard way
+
+  07 Feb 2013; Alexis Ballier aball...@gentoo.org ocaml-4.00.1.ebuild:
+  Do not suggest emerge @ocaml-rebuild if portage 2.2 is not used, it is not
+  going to work, bug #444254
+
+  07 Feb 2013; Alexis Ballier aball...@gentoo.org ocaml-4.00.1.ebuild:
+  Bump to EAPI 5, use PV subslot because we want to rebuild everything
+  everytime ocaml is updated
+
+*ocaml-4.00.1 (07 Oct 2012)
+
+  07 Oct 2012; Alexis Ballier aball...@gentoo.org +ocaml-4.00.1.ebuild:
+  version bump
+
+  27 Jul 2012; Alexis Ballier aball...@gentoo.org -ocaml-4.00.0_beta2.ebuild,
+  -ocaml-4.00.0_rc1.ebuild:
+  remove old
+
+*ocaml-4.00.0 (27 Jul 2012)
+
+  27 Jul 2012; Alexis Ballier aball...@gentoo.org +ocaml-4.00.0.ebuild:
+  bump to 4.00.0 final
+
+*ocaml-4.00.0_rc1 (19 Jul 2012)
+
+  19 Jul 2012; Alexis Ballier aball...@gentoo.org +ocaml-4.00.0_rc1.ebuild:
+  version bump
+
+*ocaml-4.00.0_beta2 (10 Jun 2012)
+
+  10 Jun 2012; Alexis Ballier aball...@gentoo.org +ocaml-4.00.0_beta2.ebuild:
+  version bump
+
+  24 May 2012; Alexis Ballier aball...@gentoo.org ocaml-3.12.1.ebuild:
+  keyword ~amd64-fbsd
+
+  15 May 2012; Benda Xu hero...@gentoo.org ocaml-3.12.1.ebuild:
+  on arm, use user -O flags instead of hard coding -O0, as per bug 340607.
+  Thanks to Josh Parsons for investigating the issue.
+
+  06 Nov 

[gentoo-commits] dev/heroxbd:master commit in: dev-lang/perl/files/eblits/, dev-lang/perl/, dev-lang/perl/files/

2015-05-12 Thread Benda XU
commit: 82f59450bfe3aaed17a3eefbaa1063751c055da3
Author: Benda Xu heroxbd AT gentoo DOT org
AuthorDate: Tue May 12 01:52:24 2015 +
Commit: Benda XU heroxbd AT gentoo DOT org
CommitDate: Tue May 12 05:08:58 2015 +
URL:https://gitweb.gentoo.org/dev/heroxbd.git/commit/?id=82f59450

dev-lang/perl: forward port /bin/pwd and /bin/sh patches to perl-5.20.2.

  from perl-5.20, targetsh has to be passed to Configure (man perl5200delta)

 dev-lang/perl/ChangeLog| 2303 +---
 dev-lang/perl/{ChangeLog = ChangeLog-2014}|4 +-
 dev-lang/perl/Manifest |   30 +-
 .../files/eblits/src_configure-v50160001.eblit |  146 --
 .../files/eblits/src_configure-v50180002.eblit |3 +
 .../perl/files/eblits/src_prepare-v50160001.eblit  |2 +
 dev-lang/perl/files/perl-cwd-prefix.patch  |   12 +-
 .../perl/files/perl-fix_h2ph_include_quote.patch   |   61 -
 dev-lang/perl/files/perl-h2ph-ansi-header.patch|   11 -
 .../perl/files/perl-hppa-pa7200-configure.patch|   11 -
 dev-lang/perl/files/perl-noksh.patch   |   16 -
 dev-lang/perl/files/perl-perldoc-emptydirs.patch   |   10 -
 dev-lang/perl/files/perl-picdl.patch   |   13 -
 dev-lang/perl/files/perl-prelink-lpthread.patch|   11 -
 dev-lang/perl/files/perl-regexp-nossp.patch|   11 -
 dev-lang/perl/perl-5.18.2-r2.ebuild|4 +-
 dev-lang/perl/perl-5.20.1-r4.ebuild|6 +-
 ...perl-5.20.1-r3.ebuild = perl-5.20.2-r1.ebuild} |   19 +-
 .../{perl-5.20.1-r2.ebuild = perl-5.20.2.ebuild}  |   23 +-
 19 files changed, 107 insertions(+), 2589 deletions(-)

diff --git a/dev-lang/perl/ChangeLog b/dev-lang/perl/ChangeLog
index 774540b..96d7840 100644
--- a/dev-lang/perl/ChangeLog
+++ b/dev-lang/perl/ChangeLog
@@ -1,2279 +1,78 @@
 # ChangeLog for dev-lang/perl
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.460 2014/12/19 
18:52:46 dilfridge Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.483 2015/05/09 
21:49:38 dilfridge Exp $
 
-*perl-5.20.1-r4 (19 Dec 2014)
+*perl-5.20.2-r1 (09 May 2015)
 
-  19 Dec 2014; Andreas K. Huettel dilfri...@gentoo.org
-  -perl-5.20.1-r2.ebuild, +perl-5.20.1-r4.ebuild,
-  +files/eblits/src_install-v5021.eblit:
-  Make perl5.20.1 a symlink to perl, not the other way around, bug 527380
+  09 May 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +perl-5.20.2-r1.ebuild:
+  Revision bump adding fixes for gcc-5.1, bug 548094
 
-  29 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org perl-5.18.2-r2.ebuild,
-  perl-5.20.1-r2.ebuild, perl-5.20.1-r3.ebuild:
-  Enforce recent Data::Dumper, bug 523624
+  11 Apr 2015; Mikle Kolyada zlog...@gentoo.org perl-5.20.2.ebuild:
+  ppc64 stable wrt bug #545510
 
-*perl-5.20.1-r3 (28 Nov 2014)
+  11 Apr 2015; Mikle Kolyada zlog...@gentoo.org perl-5.20.2.ebuild:
+  ppc stable wrt bug #545510
 
-  28 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org
-  +perl-5.20.1-r3.ebuild:
-  Disable extra optimizations in Digest-SHA, breaks multilib; bug 506818
+  08 Apr 2015; Jeroen Roovers j...@gentoo.org perl-5.20.2.ebuild:
+  Stable for HPPA (bug #545510).
 
-  28 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org
-  -files/perl-5.8.7-MakeMaker-RUNPATH.patch,
-  -files/perl-5.8.8-CAN-2005-0448-rmtree-2.patch,
-  -files/perl-5.8.8-CVE-2008-1927.patch,
-  -files/perl-5.8.8-USE_MM_LD_RUN_PATH.patch,
-  -files/perl-5.8.8-asm-page-h-compile-failure.patch,
-  -files/perl-5.8.8-ccld-cflags.patch, -files/perl-5.8.8-cplusplus.patch,
-  -files/perl-5.8.8-darwin-cc-ld.patch,
-  -files/perl-5.8.8-dragonfly-clean.patch, -files/perl-5.8.8-fbsdhints.patch,
-  -files/perl-5.8.8-fix_file_path_chdir.patch,
-  -files/perl-5.8.8-gcc42-command-line.patch, -files/perl-5.8.8-lib32.patch,
-  -files/perl-5.8.8-lib64.patch, -files/perl-5.8.8-libnet-hostname.patch,
-  -files/perl-5.8.8-links.patch, -files/perl-5.8.8-makedepend-syntax.patch,
-  -files/perl-5.8.8-perlcc.patch, -files/perl-5.8.8-reorder-INC.patch,
-  -files/perl-5.8.8-solaris-relocation.patch,
-  -files/perl-5.8.8-solaris11.patch, -files/perl-5.8.8-usr-local.patch,
-  -files/perl-5.8.8-utf8-boundary.patch,
-  -files/perl-5.10.1-cleanup-paths.patch, -files/perl-5.10.1-hpux.patch,
-  -files/perl-5.12.3-aix-soname.patch, -files/perl-5.12.3-interix.patch,
-  -files/perl-5.12.3-mint.patch, -files/perl-5.12.5-rehash-5.12.5.patch,
-  -files/perl-5.14.1-cleanup-paths.patch,
-  -files/perl-fix_h2ph_include_quote.patch, -files/perl-h2ph-ansi-header.patch,
-  -files/perl-hppa-pa7200-configure.patch, -files/perl-noksh.patch,
-  -files/perl-perldoc-emptydirs.patch, -files/perl-picdl.patch,
-  -files/perl-prelink-lpthread.patch, -files/perl-regexp-nossp.patch:
-  Remove unused patches (well, actually, all of them... :)
+  05 Apr 2015; Mikle 

[gentoo-commits] gentoo-x86 commit in x11-apps/xcursorgen: xcursorgen-1.0.6.ebuild ChangeLog

2015-05-12 Thread Mike Frysinger (vapier)
vapier  15/05/12 07:13:04

  Modified: xcursorgen-1.0.6.ebuild ChangeLog
  Log:
  Depend on libpng subslot to get autorebuilds.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.11 x11-apps/xcursorgen/xcursorgen-1.0.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xcursorgen/xcursorgen-1.0.6.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xcursorgen/xcursorgen-1.0.6.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xcursorgen/xcursorgen-1.0.6.ebuild?r1=1.10r2=1.11

Index: xcursorgen-1.0.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/xcursorgen-1.0.6.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xcursorgen-1.0.6.ebuild 14 Mar 2015 13:59:53 -  1.10
+++ xcursorgen-1.0.6.ebuild 12 May 2015 07:13:04 -  1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-apps/xcursorgen/xcursorgen-1.0.6.ebuild,v 1.10 
2015/03/14 13:59:53 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-apps/xcursorgen/xcursorgen-1.0.6.ebuild,v 1.11 
2015/05/12 07:13:04 vapier Exp $
 
 EAPI=5
 inherit xorg-2
@@ -12,5 +12,5 @@
 
 RDEPEND=x11-libs/libX11
x11-libs/libXcursor
-   media-libs/libpng:0
+   media-libs/libpng:0=
 DEPEND=${RDEPEND}



1.76 x11-apps/xcursorgen/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   14 Mar 2015 13:59:53 -  1.75
+++ ChangeLog   12 May 2015 07:13:04 -  1.76
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xcursorgen
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v 1.75 
2015/03/14 13:59:53 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v 1.76 
2015/05/12 07:13:04 vapier Exp $
+
+  12 May 2015; Mike Frysinger vap...@gentoo.org xcursorgen-1.0.6.ebuild:
+  Depend on libpng subslot to get autorebuilds.
 
   14 Mar 2015; Markus Meier mae...@gentoo.org xcursorgen-1.0.6.ebuild:
   arm stable, bug #530652






[gentoo-commits] gentoo-x86 commit in media-libs/gd: gd-2.1.1-r1.ebuild gd-2.0.35-r4.ebuild ChangeLog

2015-05-12 Thread Mike Frysinger (vapier)
vapier  15/05/12 07:16:38

  Modified: gd-2.1.1-r1.ebuild gd-2.0.35-r4.ebuild ChangeLog
  Log:
  Depend on jpeg/libpng subslots to get autorebuilds.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.2  media-libs/gd/gd-2.1.1-r1.ebuild

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

Index: gd-2.1.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.1.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gd-2.1.1-r1.ebuild  9 Apr 2015 05:37:20 -   1.1
+++ gd-2.1.1-r1.ebuild  12 May 2015 07:16:38 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.1.1-r1.ebuild,v 1.1 
2015/04/09 05:37:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.1.1-r1.ebuild,v 1.2 
2015/05/12 07:16:38 vapier Exp $
 
 EAPI=5
 
@@ -19,8 +19,8 @@
 REQUIRED_USE=prefix? ( fontconfig )
 
 RDEPEND=fontconfig? ( =media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] )
-   jpeg? ( =virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
-   png? ( =media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] )
+   jpeg? ( =virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] )
+   png? ( =media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}] )
truetype? ( =media-libs/freetype-2.5.0.1[${MULTILIB_USEDEP}] )
webp? ( media-libs/libwebp[${MULTILIB_USEDEP}] )
xpm? ( =x11-libs/libXpm-3.5.10-r1[${MULTILIB_USEDEP}] 
=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}] )



1.17 media-libs/gd/gd-2.0.35-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/gd-2.0.35-r4.ebuild?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/gd-2.0.35-r4.ebuild?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/gd-2.0.35-r4.ebuild?r1=1.16r2=1.17

Index: gd-2.0.35-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r4.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- gd-2.0.35-r4.ebuild 21 Mar 2015 20:49:05 -  1.16
+++ gd-2.0.35-r4.ebuild 12 May 2015 07:16:38 -  1.17
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r4.ebuild,v 1.16 
2015/03/21 20:49:05 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r4.ebuild,v 1.17 
2015/05/12 07:16:38 vapier Exp $
 
 EAPI=5
 
@@ -19,8 +19,8 @@
 REQUIRED_USE=prefix? ( fontconfig )
 
 RDEPEND=fontconfig? ( =media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] )
-   jpeg? ( =virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
-   png? ( =media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] )
+   jpeg? ( =virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] )
+   png? ( =media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}] )
truetype? ( =media-libs/freetype-2.5.0.1[${MULTILIB_USEDEP}] )
xpm? ( =x11-libs/libXpm-3.5.10-r1[${MULTILIB_USEDEP}] 
=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}] )
zlib? ( =sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )



1.110media-libs/gd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog   9 Apr 2015 05:37:20 -   1.109
+++ ChangeLog   12 May 2015 07:16:38 -  1.110
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/gd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.109 2015/04/09 
05:37:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.110 2015/05/12 
07:16:38 vapier Exp $
+
+  12 May 2015; Mike Frysinger vap...@gentoo.org gd-2.0.35-r4.ebuild,
+  gd-2.1.1-r1.ebuild:
+  Depend on jpeg/libpng subslots to get autorebuilds.
 
 *gd-2.1.1-r1 (09 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in net-wireless/wpa_supplicant: wpa_supplicant-2.4-r3.ebuild ChangeLog

2015-05-12 Thread Agostino Sarubbo (ago)
ago 15/05/12 08:40:49

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

Revision  ChangesPath
1.2  net-wireless/wpa_supplicant/wpa_supplicant-2.4-r3.ebuild

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

Index: wpa_supplicant-2.4-r3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-2.4-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wpa_supplicant-2.4-r3.ebuild11 May 2015 14:53:41 -  1.1
+++ wpa_supplicant-2.4-r3.ebuild12 May 2015 08:40:49 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-2.4-r3.ebuild,v
 1.1 2015/05/11 14:53:41 gurligebis Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-2.4-r3.ebuild,v
 1.2 2015/05/12 08:40:49 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 LICENSE=|| ( GPL-2 BSD )
 
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd
+KEYWORDS=~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd
 IUSE=ap dbus gnutls eap-sim fasteap +hs2-0 p2p ps3 qt4 readline selinux 
smartcard ssl tdls uncommon-eap-types wimax wps kernel_linux kernel_FreeBSD
 REQUIRED_USE=fasteap? ( !gnutls !ssl ) smartcard? ( ssl )
 



1.240net-wireless/wpa_supplicant/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -r1.239 -r1.240
--- ChangeLog   11 May 2015 14:53:41 -  1.239
+++ ChangeLog   12 May 2015 08:40:49 -  1.240
@@ -1,6 +1,9 @@
 # ChangeLog for net-wireless/wpa_supplicant
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog,v 
1.239 2015/05/11 14:53:41 gurligebis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog,v 
1.240 2015/05/12 08:40:49 ago Exp $
+
+  12 May 2015; Agostino Sarubbo a...@gentoo.org wpa_supplicant-2.4-r3.ebuild:
+  Stable for amd64, wrt bug #548742
 
 *wpa_supplicant-2.4-r3 (11 May 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-games/ogre: ogre-1.9.0-r1.ebuild ChangeLog

2015-05-12 Thread Agostino Sarubbo (ago)
ago 15/05/12 08:41:03

  Modified: ogre-1.9.0-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #548492
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  dev-games/ogre/ogre-1.9.0-r1.ebuild

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

Index: ogre-1.9.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-games/ogre/ogre-1.9.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ogre-1.9.0-r1.ebuild3 Apr 2015 08:14:33 -   1.3
+++ ogre-1.9.0-r1.ebuild12 May 2015 08:41:03 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/ogre/ogre-1.9.0-r1.ebuild,v 1.3 
2015/04/03 08:14:33 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/ogre/ogre-1.9.0-r1.ebuild,v 1.4 
2015/05/12 08:41:03 ago Exp $
 
 EAPI=5
 CMAKE_REMOVE_MODULES=yes
@@ -14,7 +14,7 @@
 
 LICENSE=MIT public-domain
 SLOT=0/1.9.0
-KEYWORDS=~amd64 ~arm ~x86
+KEYWORDS=amd64 ~arm ~x86
 
 # gles1 currently broken wrt bug #418201
 # gles1 does not even build wrt bug #506058



1.102dev-games/ogre/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-games/ogre/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog   3 Apr 2015 08:14:33 -   1.101
+++ ChangeLog   12 May 2015 08:41:03 -  1.102
@@ -1,6 +1,9 @@
 # ChangeLog for dev-games/ogre
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/ogre/ChangeLog,v 1.101 2015/04/03 
08:14:33 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/ogre/ChangeLog,v 1.102 2015/05/12 
08:41:03 ago Exp $
+
+  12 May 2015; Agostino Sarubbo a...@gentoo.org ogre-1.9.0-r1.ebuild:
+  Stable for amd64, wrt bug #548492
 
   03 Apr 2015; Alexis Ballier aball...@gentoo.org ogre-1.9.0-r1.ebuild:
   keyword ~arm






[gentoo-commits] gentoo-x86 commit in net-analyzer/hydra: hydra-8.1.ebuild ChangeLog

2015-05-12 Thread Agostino Sarubbo (ago)
ago 15/05/12 08:40:41

  Modified: hydra-8.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #548390
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  net-analyzer/hydra/hydra-8.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hydra/hydra-8.1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hydra/hydra-8.1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hydra/hydra-8.1.ebuild?r1=1.2r2=1.3

Index: hydra-8.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/hydra/hydra-8.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hydra-8.1.ebuild28 Dec 2014 16:04:54 -  1.2
+++ hydra-8.1.ebuild12 May 2015 08:40:41 -  1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/hydra-8.1.ebuild,v 1.2 
2014/12/28 16:04:54 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/hydra-8.1.ebuild,v 1.3 
2015/05/12 08:40:41 ago Exp $
 
 EAPI=5
 inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc ~x86
 IUSE=firebird gtk idn mysql ncp oracle pcre postgres ssl subversion
 
 RDEPEND=



1.93 net-analyzer/hydra/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/hydra/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog   13 Mar 2015 19:28:32 -  1.92
+++ ChangeLog   12 May 2015 08:40:41 -  1.93
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/hydra
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/ChangeLog,v 1.92 
2015/03/13 19:28:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/ChangeLog,v 1.93 
2015/05/12 08:40:41 ago Exp $
+
+  12 May 2015; Agostino Sarubbo a...@gentoo.org hydra-8.1.ebuild:
+  Stable for amd64, wrt bug #548390
 
   13 Mar 2015; Jeroen Roovers j...@gentoo.org -hydra-7.4.2.ebuild,
   -hydra-7.5.ebuild, -hydra-7.6.ebuild:






[gentoo-commits] gentoo-x86 commit in net-misc/remmina: remmina-1.2.0_rc3.ebuild ChangeLog

2015-05-12 Thread Agostino Sarubbo (ago)
ago 15/05/12 08:41:14

  Modified: remmina-1.2.0_rc3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #548430
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  net-misc/remmina/remmina-1.2.0_rc3.ebuild

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

Index: remmina-1.2.0_rc3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/remmina/remmina-1.2.0_rc3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- remmina-1.2.0_rc3.ebuild16 Apr 2015 11:06:11 -  1.1
+++ remmina-1.2.0_rc3.ebuild12 May 2015 08:41:14 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/remmina/remmina-1.2.0_rc3.ebuild,v 
1.1 2015/04/16 11:06:11 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/remmina/remmina-1.2.0_rc3.ebuild,v 
1.2 2015/05/12 08:41:14 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 if [[ ${PV} !=  ]]; then
SRC_URI=https://github.com/FreeRDP/Remmina/archive/v${MY_PV}.tar.gz - 
${P}.tar.gz
-   KEYWORDS=~amd64 ~x86
+   KEYWORDS=amd64 ~x86
 else
inherit git-2
SRC_URI=



1.64 net-misc/remmina/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/remmina/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   16 Apr 2015 11:06:11 -  1.63
+++ ChangeLog   12 May 2015 08:41:14 -  1.64
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/remmina
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/remmina/ChangeLog,v 1.63 
2015/04/16 11:06:11 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/remmina/ChangeLog,v 1.64 
2015/05/12 08:41:14 ago Exp $
+
+  12 May 2015; Agostino Sarubbo a...@gentoo.org remmina-1.2.0_rc3.ebuild:
+  Stable for amd64, wrt bug #548430
 
 *remmina-1.2.0_rc3 (16 Apr 2015)
 *remmina-1.1.2 (16 Apr 2015)






[gentoo-commits] gentoo-x86 commit in dev-util/valkyrie: valkyrie-2.0.0.ebuild ChangeLog

2015-05-12 Thread Agostino Sarubbo (ago)
ago 15/05/12 08:40:25

  Modified: valkyrie-2.0.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #548420
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  dev-util/valkyrie/valkyrie-2.0.0.ebuild

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

Index: valkyrie-2.0.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/valkyrie/valkyrie-2.0.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- valkyrie-2.0.0.ebuild   3 Mar 2013 11:33:01 -   1.3
+++ valkyrie-2.0.0.ebuild   12 May 2015 08:40:25 -  1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/valkyrie/valkyrie-2.0.0.ebuild,v 
1.3 2013/03/03 11:33:01 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/valkyrie/valkyrie-2.0.0.ebuild,v 
1.4 2015/05/12 08:40:25 ago Exp $
 
 EAPI=3
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=
 
 DEPEND==dev-util/valgrind-3.6.0



1.18 dev-util/valkyrie/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/valkyrie/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   3 Mar 2013 11:33:01 -   1.17
+++ ChangeLog   12 May 2015 08:40:25 -  1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/valkyrie
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/valkyrie/ChangeLog,v 1.17 
2013/03/03 11:33:01 xarthisius Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/valkyrie/ChangeLog,v 1.18 
2015/05/12 08:40:25 ago Exp $
+
+  12 May 2015; Agostino Sarubbo a...@gentoo.org valkyrie-2.0.0.ebuild:
+  Stable for amd64, wrt bug #548420
 
   03 Mar 2013; Kacper Kowalik xarthis...@gentoo.org
   +files/valkyrie-2.0.0-gcc47.patch, valkyrie-2.0.0.ebuild:






[gentoo-commits] gentoo-x86 commit in games-arcade/performous: performous-1.0.ebuild ChangeLog

2015-05-12 Thread Agostino Sarubbo (ago)
ago 15/05/12 08:41:44

  Modified: performous-1.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #548292
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  games-arcade/performous/performous-1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-1.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-1.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-1.0.ebuild?r1=1.1r2=1.2

Index: performous-1.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-arcade/performous/performous-1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- performous-1.0.ebuild   31 Mar 2015 18:34:46 -  1.1
+++ performous-1.0.ebuild   12 May 2015 08:41:44 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-arcade/performous/performous-1.0.ebuild,v 1.1 
2015/03/31 18:34:46 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-arcade/performous/performous-1.0.ebuild,v 1.2 
2015/05/12 08:41:44 ago Exp $
 
 EAPI=5
 CMAKE_REMOVE_MODULES=yes
@@ -27,7 +27,7 @@
CC-BY-NC-ND-2.5
)
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=midi songs tools webcam
 
 RDEPEND=dev-cpp/glibmm



1.19 games-arcade/performous/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?rev=1.19view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?rev=1.19content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?r1=1.18r2=1.19

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   31 Mar 2015 18:34:46 -  1.18
+++ ChangeLog   12 May 2015 08:41:44 -  1.19
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/performous
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v 1.18 
2015/03/31 18:34:46 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v 1.19 
2015/05/12 08:41:44 ago Exp $
+
+  12 May 2015; Agostino Sarubbo a...@gentoo.org performous-1.0.ebuild:
+  Stable for amd64, wrt bug #548292
 
 *performous-1.0 (31 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in media-libs/glfw: glfw-3.1.1.ebuild ChangeLog

2015-05-12 Thread Agostino Sarubbo (ago)
ago 15/05/12 08:41:56

  Modified: glfw-3.1.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #548604
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  media-libs/glfw/glfw-3.1.1.ebuild

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

Index: glfw-3.1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/glfw/glfw-3.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- glfw-3.1.1.ebuild   4 Apr 2015 03:18:38 -   1.2
+++ glfw-3.1.1.ebuild   12 May 2015 08:41:56 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glfw/glfw-3.1.1.ebuild,v 1.2 
2015/04/04 03:18:38 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glfw/glfw-3.1.1.ebuild,v 1.3 
2015/05/12 08:41:56 ago Exp $
 
 EAPI=5
 inherit cmake-utils
@@ -11,7 +11,7 @@
 
 LICENSE=ZLIB
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=egl examples
 
 RDEPEND=x11-libs/libXrandr



1.27 media-libs/glfw/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/glfw/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   4 Apr 2015 03:18:38 -   1.26
+++ ChangeLog   12 May 2015 08:41:56 -  1.27
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/glfw
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glfw/ChangeLog,v 1.26 2015/04/04 
03:18:38 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glfw/ChangeLog,v 1.27 2015/05/12 
08:41:56 ago Exp $
+
+  12 May 2015; Agostino Sarubbo a...@gentoo.org glfw-3.1.1.ebuild:
+  Stable for amd64, wrt bug #548604
 
   04 Apr 2015; Michael Sterrett mr_bon...@gentoo.org glfw-3.1.1.ebuild:
   add missing Xinerama dep (bug #545422)






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

2015-05-12 Thread Agostino Sarubbo (ago)
ago 15/05/12 08:41:19

  Modified: a2jmidid-8-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #548560
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  media-sound/a2jmidid/a2jmidid-8-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/a2jmidid/a2jmidid-8-r1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/a2jmidid/a2jmidid-8-r1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/a2jmidid/a2jmidid-8-r1.ebuild?r1=1.2r2=1.3

Index: a2jmidid-8-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/a2jmidid-8-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- a2jmidid-8-r1.ebuild4 May 2015 06:43:17 -   1.2
+++ a2jmidid-8-r1.ebuild12 May 2015 08:41:19 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/a2jmidid-8-r1.ebuild,v 
1.2 2015/05/04 06:43:17 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/a2jmidid-8-r1.ebuild,v 
1.3 2015/05/12 08:41:19 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -15,7 +15,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=dbus
 
 RDEPEND=media-libs/alsa-lib



1.15 media-sound/a2jmidid/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   4 May 2015 06:43:17 -   1.14
+++ ChangeLog   12 May 2015 08:41:19 -  1.15
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/a2jmidid
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/ChangeLog,v 1.14 
2015/05/04 06:43:17 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/ChangeLog,v 1.15 
2015/05/12 08:41:19 ago Exp $
+
+  12 May 2015; Agostino Sarubbo a...@gentoo.org a2jmidid-8-r1.ebuild:
+  Stable for amd64, wrt bug #548560
 
   04 May 2015; Ian Delaney idel...@gentoo.org +files/a2jmidid-link.patch,
   a2jmidid-8-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in sci-biology/rebase: rebase-1504.ebuild ChangeLog

2015-05-12 Thread Agostino Sarubbo (ago)
ago 15/05/12 08:41:24

  Modified: rebase-1504.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #548594
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  sci-biology/rebase/rebase-1504.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/rebase-1504.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/rebase-1504.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/rebase-1504.ebuild?r1=1.1r2=1.2

Index: rebase-1504.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-1504.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rebase-1504.ebuild  3 Apr 2015 17:25:25 -   1.1
+++ rebase-1504.ebuild  12 May 2015 08:41:24 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-1504.ebuild,v 1.1 
2015/04/03 17:25:25 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-1504.ebuild,v 1.2 
2015/05/12 08:41:24 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 SLOT=0
 LICENSE=public-domain
-KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x86-solaris
+KEYWORDS=amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x86-solaris
 IUSE=emboss minimal
 
 RDEPEND=emboss? ( =sci-biology/emboss-5.0.0 )



1.156sci-biology/rebase/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/ChangeLog?rev=1.156view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/ChangeLog?rev=1.156content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/ChangeLog?r1=1.155r2=1.156

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- ChangeLog   4 May 2015 13:33:58 -   1.155
+++ ChangeLog   12 May 2015 08:41:24 -  1.156
@@ -1,6 +1,9 @@
 # ChangeLog for sci-biology/rebase
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.155 
2015/05/04 13:33:58 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.156 
2015/05/12 08:41:24 ago Exp $
+
+  12 May 2015; Agostino Sarubbo a...@gentoo.org rebase-1504.ebuild:
+  Stable for amd64, wrt bug #548594
 
 *rebase-1505 (04 May 2015)
 






[gentoo-commits] gentoo-x86 commit in net-analyzer/vnstat: vnstat-1.13.ebuild ChangeLog

2015-05-12 Thread Agostino Sarubbo (ago)
ago 15/05/12 08:41:33

  Modified: vnstat-1.13.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #548344
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  net-analyzer/vnstat/vnstat-1.13.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/vnstat/vnstat-1.13.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/vnstat/vnstat-1.13.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/vnstat/vnstat-1.13.ebuild?r1=1.2r2=1.3

Index: vnstat-1.13.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/vnstat/vnstat-1.13.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vnstat-1.13.ebuild  2 May 2015 09:26:13 -   1.2
+++ vnstat-1.13.ebuild  12 May 2015 08:41:32 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/vnstat/vnstat-1.13.ebuild,v 
1.2 2015/05/02 09:26:13 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/vnstat/vnstat-1.13.ebuild,v 
1.3 2015/05/12 08:41:32 ago Exp $
 
 EAPI=5
 inherit toolchain-funcs user
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~arm hppa ~ppc ppc64 ~sparc ~x86
+KEYWORDS=amd64 ~arm hppa ~ppc ppc64 ~sparc ~x86
 IUSE=gd selinux test
 
 COMMON_DEPEND=



1.72 net-analyzer/vnstat/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/vnstat/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog   2 May 2015 09:26:13 -   1.71
+++ ChangeLog   12 May 2015 08:41:32 -  1.72
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/vnstat
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/vnstat/ChangeLog,v 1.71 
2015/05/02 09:26:13 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/vnstat/ChangeLog,v 1.72 
2015/05/12 08:41:32 ago Exp $
+
+  12 May 2015; Agostino Sarubbo a...@gentoo.org vnstat-1.13.ebuild:
+  Stable for amd64, wrt bug #548344
 
   02 May 2015; Jeroen Roovers j...@gentoo.org vnstat-1.13.ebuild:
   Stable for HPPA PPC64 (bug #548344).






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

2015-05-12 Thread Lars Wendler (polynomial-c)
polynomial-c15/05/12 07:54:21

  Modified: subversion-1.8.13.ebuild ChangeLog
  Log:
  Fixed configure run with USE=-ruby
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.4  dev-vcs/subversion/subversion-1.8.13.ebuild

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

Index: subversion-1.8.13.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.8.13.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- subversion-1.8.13.ebuild15 Apr 2015 11:19:20 -  1.3
+++ subversion-1.8.13.ebuild12 May 2015 07:54:21 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.8.13.ebuild,v 1.3 
2015/04/15 11:19:20 polynomial-c Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.8.13.ebuild,v 1.4 
2015/05/12 07:54:21 polynomial-c Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -208,7 +208,8 @@
 
# force ruby-2.1
# allow overriding Python include directory
-   ac_cv_path_RUBY=${EPREFIX}/usr/bin/ruby21 
ac_cv_path_RDOC=${EPREFIX}/usr/bin/rdoc21 \
+   ac_cv_path_RUBY=$(usex ruby ${EPREFIX}/usr/bin/ruby21 none) \
+   ac_cv_path_RDOC=$(usex ruby ${EPREFIX}/usr/bin/rdoc21 none) \
ac_cv_python_includes='-I$(PYTHON_INCLUDEDIR)' \
econf --libdir=${EPREFIX}/usr/$(get_libdir) \
$(use_with apache2 apache-libexecdir) \



1.227dev-vcs/subversion/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -r1.226 -r1.227
--- ChangeLog   23 Apr 2015 11:51:48 -  1.226
+++ ChangeLog   12 May 2015 07:54:21 -  1.227
@@ -1,6 +1,9 @@
 # ChangeLog for dev-vcs/subversion
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.226 
2015/04/23 11:51:48 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.227 
2015/05/12 07:54:21 polynomial-c Exp $
+
+  12 May 2015; Lars Wendler polynomia...@gentoo.org subversion-1.8.13.ebuild:
+  Fixed configure run with USE=-ruby.
 
 *subversion-1.7.20 (23 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in games-misc/nyancat: nyancat-1.2.1.ebuild ChangeLog

2015-05-12 Thread Agostino Sarubbo (ago)
ago 15/05/12 08:41:49

  Modified: nyancat-1.2.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #548602
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  games-misc/nyancat/nyancat-1.2.1.ebuild

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

Index: nyancat-1.2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-misc/nyancat/nyancat-1.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nyancat-1.2.1.ebuild3 Apr 2015 18:13:30 -   1.1
+++ nyancat-1.2.1.ebuild12 May 2015 08:41:49 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/nyancat/nyancat-1.2.1.ebuild,v 
1.1 2015/04/03 18:13:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/nyancat/nyancat-1.2.1.ebuild,v 
1.2 2015/05/12 08:41:49 ago Exp $
 
 EAPI=5
 inherit games
@@ -11,7 +11,7 @@
 
 LICENSE=UoI-NCSA
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=
 
 src_compile() {



1.9  games-misc/nyancat/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-misc/nyancat/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   3 Apr 2015 18:13:30 -   1.8
+++ ChangeLog   12 May 2015 08:41:49 -  1.9
@@ -1,6 +1,9 @@
 # ChangeLog for games-misc/nyancat
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/nyancat/ChangeLog,v 1.8 
2015/04/03 18:13:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/nyancat/ChangeLog,v 1.9 
2015/05/12 08:41:49 ago Exp $
+
+  12 May 2015; Agostino Sarubbo a...@gentoo.org nyancat-1.2.1.ebuild:
+  Stable for amd64, wrt bug #548602
 
 *nyancat-1.2.1 (03 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in net-im/prosody: prosody-0.9.8.ebuild ChangeLog

2015-05-12 Thread Agostino Sarubbo (ago)
ago 15/05/12 08:40:18

  Modified: prosody-0.9.8.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #548256
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  net-im/prosody/prosody-0.9.8.ebuild

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

Index: prosody-0.9.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-im/prosody/prosody-0.9.8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- prosody-0.9.8.ebuild31 Mar 2015 18:14:07 -  1.5
+++ prosody-0.9.8.ebuild12 May 2015 08:40:18 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/prosody-0.9.8.ebuild,v 1.5 
2015/03/31 18:14:07 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/prosody-0.9.8.ebuild,v 1.6 
2015/05/12 08:40:18 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~amd64 ~arm ~x86
+KEYWORDS=amd64 ~arm ~x86
 IUSE=ipv6 libevent mysql postgres sqlite ssl zlib jit
 
 DEPEND=net-im/jabber-base



1.54 net-im/prosody/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/prosody/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   31 Mar 2015 18:14:07 -  1.53
+++ ChangeLog   12 May 2015 08:40:18 -  1.54
@@ -1,6 +1,9 @@
 # ChangeLog for net-im/prosody
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/ChangeLog,v 1.53 2015/03/31 
18:14:07 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/ChangeLog,v 1.54 2015/05/12 
08:40:18 ago Exp $
+
+  12 May 2015; Agostino Sarubbo a...@gentoo.org prosody-0.9.8.ebuild:
+  Stable for amd64, wrt bug #548256
 
   31 Mar 2015; Tobias Klausmann klaus...@gentoo.org prosody-0.9.8.ebuild:
   Apparently, only openssl:0 contains the required command line tools






[gentoo-commits] gentoo-x86 commit in sci-visualization/g3data: g3data-1.5.4.ebuild ChangeLog

2015-05-12 Thread Agostino Sarubbo (ago)
ago 15/05/12 07:55:47

  Modified: g3data-1.5.4.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #549152
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  sci-visualization/g3data/g3data-1.5.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/g3data/g3data-1.5.4.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/g3data/g3data-1.5.4.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/g3data/g3data-1.5.4.ebuild?r1=1.2r2=1.3

Index: g3data-1.5.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/g3data/g3data-1.5.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- g3data-1.5.4.ebuild 8 Jul 2013 05:37:42 -   1.2
+++ g3data-1.5.4.ebuild 12 May 2015 07:55:46 -  1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-visualization/g3data/g3data-1.5.4.ebuild,v 1.2 
2013/07/08 05:37:42 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-visualization/g3data/g3data-1.5.4.ebuild,v 1.3 
2015/05/12 07:55:46 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=
 
 RDEPEND=x11-libs/gtk+:2



1.14 sci-visualization/g3data/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/g3data/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   8 Jul 2013 05:37:42 -   1.13
+++ ChangeLog   12 May 2015 07:55:46 -  1.14
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/g3data
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/g3data/ChangeLog,v 1.13 
2013/07/08 05:37:42 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/g3data/ChangeLog,v 1.14 
2015/05/12 07:55:46 ago Exp $
+
+  12 May 2015; Agostino Sarubbo a...@gentoo.org g3data-1.5.4.ebuild:
+  Stable for amd64, wrt bug #549152
 
   08 Jul 2013; Justin Lecher j...@gentoo.org g3data-1.5.4.ebuild,
   metadata.xml:






[gentoo-commits] gentoo-x86 commit in dev-util/qstlink2: qstlink2-1.0.3.ebuild ChangeLog

2015-05-12 Thread Agostino Sarubbo (ago)
ago 15/05/12 07:55:52

  Modified: qstlink2-1.0.3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #548928
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  dev-util/qstlink2/qstlink2-1.0.3.ebuild

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

Index: qstlink2-1.0.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/qstlink2/qstlink2-1.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qstlink2-1.0.3.ebuild   27 Mar 2014 06:35:09 -  1.1
+++ qstlink2-1.0.3.ebuild   12 May 2015 07:55:52 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/qstlink2/qstlink2-1.0.3.ebuild,v 
1.1 2014/03/27 06:35:09 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qstlink2/qstlink2-1.0.3.ebuild,v 
1.2 2015/05/12 07:55:52 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=
 
 DEPEND=virtual/libusb:0



1.2  dev-util/qstlink2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/qstlink2/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   27 Mar 2014 06:35:09 -  1.1
+++ ChangeLog   12 May 2015 07:55:52 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/qstlink2
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/qstlink2/ChangeLog,v 1.1 
2014/03/27 06:35:09 qnikst Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qstlink2/ChangeLog,v 1.2 
2015/05/12 07:55:52 ago Exp $
+
+  12 May 2015; Agostino Sarubbo a...@gentoo.org qstlink2-1.0.3.ebuild:
+  Stable for amd64, wrt bug #548928
 
 *qstlink2-1.0.3 (27 Mar 2014)
 






[gentoo-commits] gentoo-x86 commit in app-admin/monit: monit-5.12.2.ebuild ChangeLog

2015-05-12 Thread Agostino Sarubbo (ago)
ago 15/05/12 07:55:58

  Modified: monit-5.12.2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #54
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  app-admin/monit/monit-5.12.2.ebuild

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

Index: monit-5.12.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/monit/monit-5.12.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- monit-5.12.2.ebuild 26 Mar 2015 03:41:34 -  1.1
+++ monit-5.12.2.ebuild 12 May 2015 07:55:57 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/monit/monit-5.12.2.ebuild,v 1.1 
2015/03/26 03:41:34 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/monit/monit-5.12.2.ebuild,v 1.2 
2015/05/12 07:55:57 ago Exp $
 
 EAPI=5
 inherit pam systemd
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux
+KEYWORDS=amd64 ~ppc ~ppc64 ~x86 ~amd64-linux
 IUSE=pam ssl
 
 RDEPEND=ssl? ( dev-libs/openssl )



1.98 app-admin/monit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/monit/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog   11 May 2015 02:27:22 -  1.97
+++ ChangeLog   12 May 2015 07:55:57 -  1.98
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/monit
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/monit/ChangeLog,v 1.97 2015/05/11 
02:27:22 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/monit/ChangeLog,v 1.98 2015/05/12 
07:55:57 ago Exp $
+
+  12 May 2015; Agostino Sarubbo a...@gentoo.org monit-5.12.2.ebuild:
+  Stable for amd64, wrt bug #54
 
 *monit-5.13 (11 May 2015)
 






[gentoo-commits] gentoo-x86 commit in games-util/nml: nml-0.4.0.ebuild ChangeLog

2015-05-12 Thread Agostino Sarubbo (ago)
ago 15/05/12 07:56:11

  Modified: nml-0.4.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #548952
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  games-util/nml/nml-0.4.0.ebuild

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

Index: nml-0.4.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-util/nml/nml-0.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nml-0.4.0.ebuild9 Apr 2015 03:30:08 -   1.1
+++ nml-0.4.0.ebuild12 May 2015 07:56:11 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/nml/nml-0.4.0.ebuild,v 1.1 
2015/04/09 03:30:08 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/nml/nml-0.4.0.ebuild,v 1.2 
2015/05/12 07:56:11 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{3_3,3_4} )
@@ -15,7 +15,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~arm ~ppc ~x86
+KEYWORDS=amd64 ~arm ~ppc ~x86
 
 RDEPEND=dev-python/pillow[zlib,${PYTHON_USEDEP}]
dev-python/ply[${PYTHON_USEDEP}]



1.30 games-util/nml/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/ChangeLog?rev=1.30view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/ChangeLog?rev=1.30content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/ChangeLog?r1=1.29r2=1.30

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   9 Apr 2015 03:30:08 -   1.29
+++ ChangeLog   12 May 2015 07:56:11 -  1.30
@@ -1,6 +1,9 @@
 # ChangeLog for games-util/nml
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v 1.29 2015/04/09 
03:30:08 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v 1.30 2015/05/12 
07:56:11 ago Exp $
+
+  12 May 2015; Agostino Sarubbo a...@gentoo.org nml-0.4.0.ebuild:
+  Stable for amd64, wrt bug #548952
 
 *nml-0.4.0 (09 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in www-apache/mod_dnssd: mod_dnssd-0.6-r1.ebuild ChangeLog

2015-05-12 Thread Agostino Sarubbo (ago)
ago 15/05/12 07:56:04

  Modified: mod_dnssd-0.6-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #548980
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  www-apache/mod_dnssd/mod_dnssd-0.6-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_dnssd/mod_dnssd-0.6-r1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_dnssd/mod_dnssd-0.6-r1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_dnssd/mod_dnssd-0.6-r1.ebuild?r1=1.1r2=1.2

Index: mod_dnssd-0.6-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_dnssd/mod_dnssd-0.6-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mod_dnssd-0.6-r1.ebuild 9 May 2015 08:21:38 -   1.1
+++ mod_dnssd-0.6-r1.ebuild 12 May 2015 07:56:03 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-apache/mod_dnssd/mod_dnssd-0.6-r1.ebuild,v 1.1 
2015/05/09 08:21:38 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-apache/mod_dnssd/mod_dnssd-0.6-r1.ebuild,v 1.2 
2015/05/12 07:56:03 ago Exp $
 
 EAPI=5
 inherit apache-module eutils
@@ -11,7 +11,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~arm ~x86
+KEYWORDS=amd64 ~arm ~x86
 IUSE=
 
 DEPEND=net-dns/avahi[dbus]



1.12 www-apache/mod_dnssd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_dnssd/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   9 May 2015 08:21:38 -   1.11
+++ ChangeLog   12 May 2015 07:56:03 -  1.12
@@ -1,6 +1,9 @@
 # ChangeLog for www-apache/mod_dnssd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_dnssd/ChangeLog,v 1.11 
2015/05/09 08:21:38 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_dnssd/ChangeLog,v 1.12 
2015/05/12 07:56:03 ago Exp $
+
+  12 May 2015; Agostino Sarubbo a...@gentoo.org mod_dnssd-0.6-r1.ebuild:
+  Stable for amd64, wrt bug #548980
 
 *mod_dnssd-0.6-r1 (09 May 2015)
 






[gentoo-commits] proj/sci:master commit in: sci-biology/seqtools/

2015-05-12 Thread Martin Mokrejs
commit: 0a6d2900b5f4ab26706182959190471f3469edc9
Author: Martin Mokrejš mmokrejs AT fold DOT natur DOT cuni DOT cz
AuthorDate: Tue May 12 17:13:20 2015 +
Commit: Martin Mokrejs mmokrejs AT fold DOT natur DOT cuni DOT cz
CommitDate: Tue May 12 17:13:20 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=0a6d2900

sci-biology/seqtools: upstream fixed dependency issues so that MAKEOPTS=-j5 
works; version bump

Package-Manager: portage-2.2.18

 sci-biology/seqtools/ChangeLog | 7 +++
 .../seqtools/{seqtools-4.34.1.ebuild = seqtools-4.34.5.ebuild}| 4 
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/sci-biology/seqtools/ChangeLog b/sci-biology/seqtools/ChangeLog
index c8b0653..27ab135 100644
--- a/sci-biology/seqtools/ChangeLog
+++ b/sci-biology/seqtools/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*seqtools-4.34.5 (12 May 2015)
+
+  12 May 2015; Martin Mokrejs mmokr...@fold.natur.cuni.cz
+  +seqtools-4.34.5.ebuild, -seqtools-4.34.1.ebuild:
+  sci-biology/seqtools: upstream fixed dependency issues so that MAKEOPTS=-j5
+  works; version bump
+
 *seqtools-4.34.1 (09 May 2015)
 
   09 May 2015; Martin Mokrejs mmokr...@fold.natur.cuni.cz +metadata.xml,

diff --git a/sci-biology/seqtools/seqtools-4.34.1.ebuild 
b/sci-biology/seqtools/seqtools-4.34.5.ebuild
similarity index 94%
rename from sci-biology/seqtools/seqtools-4.34.1.ebuild
rename to sci-biology/seqtools/seqtools-4.34.5.ebuild
index 1c71d7a..4e1c12d 100644
--- a/sci-biology/seqtools/seqtools-4.34.1.ebuild
+++ b/sci-biology/seqtools/seqtools-4.34.5.ebuild
@@ -20,7 +20,3 @@ DEPEND=
dev-libs/glib:2
x11-libs/gtk+:2
 RDEPEND=${DEPEND}
-
-src_compile(){
-   emake -j1
-}



[gentoo-commits] gentoo-x86 commit in net-analyzer/nmap: nmap-9999.ebuild metadata.xml nmap-6.47-r2.ebuild nmap-6.47-r1.ebuild ChangeLog

2015-05-12 Thread Richard Farina (zerochaos)
zerochaos15/05/12 16:06:37

  Modified: nmap-.ebuild metadata.xml nmap-6.47-r2.ebuild
nmap-6.47-r1.ebuild ChangeLog
  Log:
  fix build for , rename lua-nse ( only for now) bug #529688, fix 
ambiguous openssl slot dep
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  ChangesPath
1.3  net-analyzer/nmap/nmap-.ebuild

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

Index: nmap-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nmap-.ebuild26 Jan 2015 12:08:35 -  1.2
+++ nmap-.ebuild12 May 2015 16:06:37 -  1.3
@@ -1,32 +1,40 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-.ebuild,v 1.2 
2015/01/26 12:08:35 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-.ebuild,v 1.3 
2015/05/12 16:06:37 zerochaos Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE=sqlite,xml
-inherit eutils flag-o-matic python-single-r1 subversion toolchain-funcs
+inherit eutils flag-o-matic python-single-r1 toolchain-funcs
 
 MY_P=${P/_beta/BETA}
 
 DESCRIPTION=A utility for network exploration or security auditing
 HOMEPAGE=http://nmap.org/;
-ESVN_REPO_URI=https://svn.nmap.org/nmap;
-SRC_URI=
-   http://dev.gentoo.org/~jer/nmap-logo-64.png
-
+
+if [[ ${PV} ==  ]] ; then
+   inherit subversion
+   ESVN_REPO_URI=https://svn.nmap.org/nmap;
+   SRC_URI=http://dev.gentoo.org/~jer/nmap-logo-64.png;
+   KEYWORDS=
+else
+   SRC_URI=
+   http://nmap.org/dist/${MY_P}.tar.bz2
+   http://dev.gentoo.org/~jer/nmap-logo-64.png
+   
+   KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris
+fi
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=
 
-IUSE=ipv6 +lua system-lua ncat ndiff nls nmap-update nping ssl zenmap
+IUSE=ipv6 +nse system-lua ncat ndiff nls nmap-update nping ssl zenmap
 NMAP_LINGUAS=( de fr hr it ja pl pt_BR ru zh )
 IUSE+= ${NMAP_LINGUAS[@]/#/linguas_}
 
 REQUIRED_USE=
-   system-lua? ( lua )
+   system-lua? ( nse )
ndiff? ( ${PYTHON_REQUIRED_USE} )
zenmap? ( ${PYTHON_REQUIRED_USE} )
 
@@ -43,7 +51,7 @@
ndiff? ( ${PYTHON_DEPS} )
nls? ( virtual/libintl )
nmap-update? ( dev-libs/apr dev-vcs/subversion )
-   ssl? ( dev-libs/openssl )
+   ssl? ( dev-libs/openssl:0= )
 
 DEPEND=
${RDEPEND}
@@ -67,7 +75,7 @@
${FILESDIR}/${PN}-6.25-liblua-ar.patch \
${FILESDIR}/${PN}-6.46-uninstaller.patch \
${FILESDIR}/${PN}-6.47-no-libnl.patch \
-   ${FILESDIR}/${PN}-6.47-no-FORTIFY_SOURCE.patch
+   ${FILESDIR}/${PN}--no-FORTIFY_SOURCE.patch
 
if use nls; then
local lingua=''
@@ -106,7 +114,7 @@
$(use_enable ipv6) \
$(use_enable nls) \
$(use_with zenmap) \
-   $(usex lua --with-liblua=$(usex system-lua /usr included '' '') 
--without-liblua) \
+   $(usex nse --with-liblua=$(usex system-lua /usr included '' '') 
--without-liblua) \
$(use_with ncat) \
$(use_with ndiff) \
$(use_with nmap-update) \



1.13 net-analyzer/nmap/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/metadata.xml?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/metadata.xml?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/metadata.xml?r1=1.12r2=1.13

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/metadata.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- metadata.xml18 Nov 2014 14:48:10 -  1.12
+++ metadata.xml12 May 2015 16:06:37 -  1.13
@@ -9,6 +9,7 @@
 flag name=ndiffInstall the ndiff utility/flag
 flag name=nmap-updateInstall nmap-update, which uses 
pkgdev-vcs/subversion/pkg to update nmap scripts in your home 
directory/flag
 flag name=npingInstall the nping utility/flag
+flag name=nseInclude support for the Nmap Scripting Engine (NSE)/flag
 flag 

[gentoo-commits] gentoo-x86 commit in dev-python/python-heatclient: python-heatclient-0.6.0.ebuild ChangeLog

2015-05-12 Thread Matt Thode (prometheanfire)
prometheanfire15/05/12 16:34:04

  Modified: python-heatclient-0.6.0.ebuild ChangeLog
  Log:
  added py34 support, tested through tox
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.2  dev-python/python-heatclient/python-heatclient-0.6.0.ebuild

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

Index: python-heatclient-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/python-heatclient/python-heatclient-0.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-heatclient-0.6.0.ebuild  12 May 2015 06:14:22 -  1.1
+++ python-heatclient-0.6.0.ebuild  12 May 2015 16:34:04 -  1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-heatclient/python-heatclient-0.6.0.ebuild,v
 1.1 2015/05/12 06:14:22 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-heatclient/python-heatclient-0.6.0.ebuild,v
 1.2 2015/05/12 16:34:04 prometheanfire Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
 
 inherit distutils-r1
 
@@ -25,7 +25,7 @@
${CDEPEND}
test? (
=dev-python/hacking-0.8.0[${PYTHON_USEDEP}]
-   dev-python/hacking-0.9[${PYTHON_USEDEP}]
+   dev-python/hacking-0.10[${PYTHON_USEDEP}]
=dev-python/coverage-3.6[${PYTHON_USEDEP}]
=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
=dev-python/requests-mock-0.6.0[${PYTHON_USEDEP}]



1.20 dev-python/python-heatclient/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-heatclient/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   12 May 2015 06:14:22 -  1.19
+++ ChangeLog   12 May 2015 16:34:04 -  1.20
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/python-heatclient
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-heatclient/ChangeLog,v 
1.19 2015/05/12 06:14:22 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-heatclient/ChangeLog,v 
1.20 2015/05/12 16:34:04 prometheanfire Exp $
+
+  12 May 2015; Matthew Thode prometheanf...@gentoo.org
+  python-heatclient-0.6.0.ebuild:
+  added py34 support, tested through tox
 
 *python-heatclient-0.6.0 (12 May 2015)
 






[gentoo-commits] gentoo-x86 commit in sys-cluster/csync2: csync2-2.0.ebuild ChangeLog csync2-1.34-r2.ebuild

2015-05-12 Thread Alexys Jacob (ultrabug)
ultrabug15/05/12 16:41:49

  Modified: ChangeLog csync2-1.34-r2.ebuild
  Added:csync2-2.0.ebuild
  Log:
  version bump fix #548672
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B658FA13)

Revision  ChangesPath
1.39 sys-cluster/csync2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/csync2/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   10 Aug 2014 20:20:29 -  1.38
+++ ChangeLog   12 May 2015 16:41:49 -  1.39
@@ -1,6 +1,12 @@
 # ChangeLog for sys-cluster/csync2
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/ChangeLog,v 1.38 
2014/08/10 20:20:29 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/ChangeLog,v 1.39 
2015/05/12 16:41:49 ultrabug Exp $
+
+*csync2-2.0 (12 May 2015)
+
+  12 May 2015; Ultrabug ultra...@gentoo.org csync2-1.34-r2.ebuild,
+  +csync2-2.0.ebuild:
+  EAPI bump, version bump fix #548672
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org csync2-1.34-r2.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.6  sys-cluster/csync2/csync2-1.34-r2.ebuild

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

Index: csync2-1.34-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-1.34-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- csync2-1.34-r2.ebuild   10 Aug 2014 20:20:29 -  1.5
+++ csync2-1.34-r2.ebuild   12 May 2015 16:41:49 -  1.6
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-1.34-r2.ebuild,v 
1.5 2014/08/10 20:20:29 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-1.34-r2.ebuild,v 
1.6 2015/05/12 16:41:49 ultrabug Exp $
 
-EAPI=2
+EAPI=5
 
 inherit autotools eutils
 
@@ -39,18 +39,18 @@
 }
 
 src_install() {
-   emake DESTDIR=${D} install || die
+   emake DESTDIR=${D} install
 
if use xinetd ; then
insinto /etc/xinetd.d
-   newins ${FILESDIR}/${PN}.xinetd ${PN} || die
+   newins ${FILESDIR}/${PN}.xinetd ${PN}
fi
 
keepdir /var/lib/csync2
 
-   newinitd ${FILESDIR}/${PN}.initd ${PN} || die
+   newinitd ${FILESDIR}/${PN}.initd ${PN}
 
-   dodoc AUTHORS ChangeLog INSTALL NEWS README TODO csync2_locheck.sh || 
die
+   dodoc AUTHORS ChangeLog INSTALL NEWS README TODO csync2_locheck.sh
 }
 
 pkg_postinst() {



1.1  sys-cluster/csync2/csync2-2.0.ebuild

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

Index: csync2-2.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-2.0.ebuild,v 1.1 
2015/05/12 16:41:49 ultrabug Exp $

EAPI=5

inherit eutils

DESCRIPTION=Cluster synchronization tool
HOMEPAGE=http://oss.linbit.com/csync2/;
SRC_URI=http://oss.linbit.com/${PN}/${P}.tar.gz;

LICENSE=GPL-2
KEYWORDS=~amd64 ~x86

IUSE=mysql sqlite ssl xinetd

RDEPEND==net-libs/librsync-0.9.5
mysql? ( virtual/mysql )
sqlite? ( =dev-db/sqlite-3.0 )
ssl? ( =net-libs/gnutls-2.7.3 )
xinetd? ( sys-apps/xinetd )
DEPEND=${RDEPEND}
virtual/pkgconfig

SLOT=0

src_configure() {
econf \
--docdir=/usr/share/doc/${P} \
--localstatedir=/var \
--sysconfdir=/etc/csync2 \
$(use_enable sqlite sqlite3) \
$(use_enable ssl gnutls)
}

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

if use xinetd ; then
insinto /etc/xinetd.d
 

[gentoo-commits] gentoo-x86 commit in www-servers/uwsgi: ChangeLog uwsgi-2.0.10-r1.ebuild uwsgi-2.0.10.ebuild

2015-05-12 Thread Alexys Jacob (ultrabug)
ultrabug15/05/12 16:48:01

  Modified: ChangeLog
  Added:uwsgi-2.0.10-r1.ebuild
  Removed:  uwsgi-2.0.10.ebuild
  Log:
  add php5.6 support fix #549178
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B658FA13)

Revision  ChangesPath
1.76 www-servers/uwsgi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/uwsgi/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   19 Apr 2015 07:03:47 -  1.75
+++ ChangeLog   12 May 2015 16:48:01 -  1.76
@@ -1,6 +1,12 @@
 # ChangeLog for www-servers/uwsgi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/ChangeLog,v 1.75 
2015/04/19 07:03:47 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/ChangeLog,v 1.76 
2015/05/12 16:48:01 ultrabug Exp $
+
+*uwsgi-2.0.10-r1 (12 May 2015)
+
+  12 May 2015; Ultrabug ultra...@gentoo.org -uwsgi-2.0.10.ebuild,
+  +uwsgi-2.0.10-r1.ebuild:
+  add PHP_TARGETS php5-6 support fix #549178 thx to Leonardo Amaral
 
   19 Apr 2015; Pacho Ramos pa...@gentoo.org uwsgi-2.0.9.ebuild:
   x86 stable wrt bug #529140



1.1  www-servers/uwsgi/uwsgi-2.0.10-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/uwsgi-2.0.10-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/uwsgi-2.0.10-r1.ebuild?rev=1.1content-type=text/plain

Index: uwsgi-2.0.10-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/uwsgi-2.0.10-r1.ebuild,v 
1.1 2015/05/12 16:48:01 ultrabug Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} )

RUBY_OPTIONAL=yes
USE_RUBY=ruby19 ruby20 ruby21

PHP_EXT_INI=no
PHP_EXT_NAME=dummy
PHP_EXT_OPTIONAL_USE=php
USE_PHP=php5-4 php5-5 php5-6 # deps must be registered separately below

MY_P=${P/_/-}

inherit apache-module distutils-r1 eutils multilib pax-utils php-ext-source-r2 
python-r1 ruby-ng versionator

DESCRIPTION=uWSGI server for Python web applications
HOMEPAGE=http://projects.unbit.it/uwsgi/;
SRC_URI=https://github.com/unbit/uwsgi/archive/${PV}.tar.gz - ${P}.tar.gz

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

UWSGI_PLUGINS_STD=( ping cache carbon nagios rpc rrdtool
http ugreen signal syslog rsyslog

router_{uwsgi,redirect,basicauth,rewrite,http,cache,static,memcached,redis,hash,expires,metrics}
{core,fast,raw,ssl}router
redislog mongodblog log{file,socket}
spooler cheaper_busyness symcall
transformation_{chunked,gzip,offload,tofile}
zergpool )
UWSGI_PLUGINS_OPT=( alarm_{curl,xmpp} clock_{monotonic,realtime} curl_cron
dumbloop echo emperor_{amqp,pg,zeromq} forkptyrouter
geoip graylog2 legion_cache_fetch ldap log{crypto,pipe} notfound pam
rados router_{access,radius,spnego,xmldir}
sqlite ssi stats_pusher_statsd
systemd_logger transformation_toupper tuntap webdav xattr xslt zabbix )

LANG_SUPPORT_SIMPLE=( cgi mono perl ) # plugins which can be built in the main 
build process
LANG_SUPPORT_EXTENDED=( lua php python python_asyncio python_gevent ruby )

# plugins to be ignored (for now):
# cheaper_backlog2: example plugin
# coroae: TODO
# cplusplus: partially example code, needs explicit class
# dummy: no idea
# example: example plugin
# exception_log: example plugin
# *go*: TODO
# *java*: TODO
# v8: TODO
# matheval: TODO
IUSE=apache2 +caps debug +embedded expat jemalloc json +pcre +routing +ssl 
+xml yajl yaml zeromq

for plugin in ${UWSGI_PLUGINS_STD[@]}  ; do IUSE=${IUSE} 
+uwsgi_plugins_${plugin} ; done
for plugin in ${UWSGI_PLUGINS_OPT[@]}  ; do IUSE=${IUSE} 
uwsgi_plugins_${plugin} ; done
IUSE=${IUSE} ${LANG_SUPPORT_SIMPLE[@]} ${LANG_SUPPORT_EXTENDED[@]}

REQUIRED_USE=|| ( ${LANG_SUPPORT_SIMPLE[@]} ${LANG_SUPPORT_EXTENDED[@]} )
uwsgi_plugins_logcrypto? ( ssl )
uwsgi_plugins_sslrouter? ( ssl )
routing? ( pcre )
uwsgi_plugins_emperor_zeromq? ( zeromq )
uwsgi_plugins_router_xmldir? ( xml )
uwsgi_plugins_forkptyrouter? ( uwsgi_plugins_corerouter )
python? ( ${PYTHON_REQUIRED_USE} )
python_asyncio? ( python_targets_python3_4 python_gevent )
python_gevent? ( python )
expat? ( xml )

# util-linux is required for libuuid when requesting zeromq support
# 

[gentoo-commits] gentoo-x86 commit in dev-java/pdfbox: pdfbox-1.8.8.ebuild ChangeLog

2015-05-12 Thread Patrice Clement (monsieurp)
monsieurp15/05/12 17:03:34

  Modified: pdfbox-1.8.8.ebuild ChangeLog
  Log:
  Add RESTRICT=test back and turn off tests. Correct wrong slots. Fix bug 
549110.
  
  Signed-off-by: Patrice Clement monsie...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.4  dev-java/pdfbox/pdfbox-1.8.8.ebuild

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

Index: pdfbox-1.8.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/pdfbox/pdfbox-1.8.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pdfbox-1.8.8.ebuild 2 Apr 2015 18:33:40 -   1.3
+++ pdfbox-1.8.8.ebuild 12 May 2015 17:03:34 -  1.4
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/pdfbox/pdfbox-1.8.8.ebuild,v 1.3 
2015/04/02 18:33:40 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/pdfbox/pdfbox-1.8.8.ebuild,v 1.4 
2015/05/12 17:03:34 monsieurp Exp $
 EAPI=5
 
-JAVA_PKG_IUSE=doc source test
+JAVA_PKG_IUSE=source test
 inherit java-pkg-2 java-ant-2
 
 DESCRIPTION=Java library and utilities for working with PDF documents
@@ -16,11 +16,11 @@
 KEYWORDS=~x86 ~amd64
 IUSE=
 
-CDEPEND==dev-java/bcprov-1.50
+CDEPEND=dev-java/icu4j:4
+   dev-java/junit:4
+   dev-java/bcprov:1.45
dev-java/bcmail:1.45
-   =dev-java/commons-logging-1.1.1:0
-   dev-java/icu4j:4
-   dev-java/junit:4
+   =dev-java/commons-logging-1.1.1:0
 RDEPEND==virtual/jre-1.7
${CDEPEND}
 DEPEND==virtual/jdk-1.7
@@ -33,45 +33,30 @@
 
 JAVA_ANT_REWRITE_CLASSPATH=yes
 
-EANT_GENTOO_CLASSPATH=bcprov,bcmail-1.45,commons-logging,junit-4,icu4j-4
+EANT_GENTOO_CLASSPATH=bcprov-1.45,bcmail-1.45,commons-logging,junit-4,icu4j-4
 EANT_BUILD_TARGET=pdfbox.package
 WANT_ANT_TASKS=ant-nodeps
 
-EANT_TEST_GENTOO_CLASSPATH=ant-junit,junit-4
-EANT_TEST_TARGET=test
+RESTRICT=test
 
 src_unpack() {
unpack ${A}
 }
 
 java_prepare() {
-   # Correct version number in build.xml.
-   # Silly typo from upstream (version mismatch) but as a result,
-   # the generated jar bears version 1.8.7 instead of 1.8.8 :[
+   # This patch:
+   # - turns off downloads
+   # - increments version number (silly mistake from upstream)
epatch ${FILESDIR}/${P}-build.xml.patch
-   mkdir -v download external
-   ln -s ${DISTDIR}/${ADOBE_FILES} download
 }
 
-src_test() {
-   # For some reason that I have YET to figure out,
-   # running the junit tests delete the jar file (!?)
-   # (well I guess everything inside target/*)
-
-   # So let's move our precious jar to another dir
+src_compile() {
+   java-pkg-2_src_compile
mv target/${P}.jar ${P}.jar
-
-   # TODO: not all tests pass; investigate why.
-   # (is it our business or upstream's?)
-   java-pkg-2_src_test
 }
 
 src_install() {
-   java-pkg_newjar target/${P}.jar ${PN}.jar
-
-   if use doc; then
-   java-pkg_dojavadoc target/site/apidocs
-   fi
+   java-pkg_newjar ${P}.jar ${PN}.jar
 
if use source; then
java-pkg_dosrc src/main/java/org



1.31 dev-java/pdfbox/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/pdfbox/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   22 Feb 2015 12:01:04 -  1.30
+++ ChangeLog   12 May 2015 17:03:34 -  1.31
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/pdfbox
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/pdfbox/ChangeLog,v 1.30 2015/02/22 
12:01:04 fordfrog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/pdfbox/ChangeLog,v 1.31 2015/05/12 
17:03:34 monsieurp Exp $
+
+  12 May 2015; Patrice Clement monsie...@gentoo.org
+  files/pdfbox-1.8.8-build.xml.patch, pdfbox-1.8.8.ebuild:
+  Add RESTRICT=test back and turn off tests. Correct wrong slots. Fix bug
+  549110.
 
   22 Feb 2015; Miroslav Šulc fordf...@gentoo.org pdfbox-1.8.8.ebuild:
   fixed installation of jar file (bug #540998)






[gentoo-commits] gentoo-x86 commit in dev-java/pdfbox/files: pdfbox-1.8.8-build.xml.patch

2015-05-12 Thread Patrice Clement (monsieurp)
monsieurp15/05/12 17:03:34

  Modified: pdfbox-1.8.8-build.xml.patch
  Log:
  Add RESTRICT=test back and turn off tests. Correct wrong slots. Fix bug 
549110.
  
  Signed-off-by: Patrice Clement monsie...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.2  dev-java/pdfbox/files/pdfbox-1.8.8-build.xml.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/pdfbox/files/pdfbox-1.8.8-build.xml.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/pdfbox/files/pdfbox-1.8.8-build.xml.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/pdfbox/files/pdfbox-1.8.8-build.xml.patch?r1=1.1r2=1.2

Index: pdfbox-1.8.8-build.xml.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/pdfbox/files/pdfbox-1.8.8-build.xml.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pdfbox-1.8.8-build.xml.patch21 Feb 2015 14:29:15 -  1.1
+++ pdfbox-1.8.8-build.xml.patch12 May 2015 17:03:34 -  1.2
@@ -1,5 +1,5 @@
 build.xml.orig 2015-02-21 14:23:45.700488598 +0100
-+++ build.xml  2015-02-21 14:23:51.968504982 +0100
+--- build.xml.orig 2015-05-12 16:41:01.813664913 +
 build.xml  2015-05-12 16:44:10.434652444 +
 @@ -28,7 +28,7 @@
  property name=tool.dir value=tools /
  property name=bin.dir value=bin /
@@ -9,3 +9,126 @@
  
  !-- pdfbox --
  property name=pdfbox.project.name value=pdfbox/
+@@ -95,9 +95,6 @@
+ property name=testoutput-ext.dir 
value=${pdfbox.target.dir}/test-output-ext/
+ property name=testinput-ext.dir 
value=${pdfbox.target.dir}/test-input-ext/
+ 
+-property name=adobefiles.url 
value=${maven.repo2}/com/adobe/pdf/pcfi/2010.08.09/pcfi-2010.08.09.jar/
+-property name=adobefiles.jar 
value=${download.dir}/pcfi-2010.08.09.jar/
+-
+ property name=file value=/
+ 
+ !--.NET properties --
+@@ -171,7 +168,7 @@
+ mkdir dir=${jempbox.dest.dir}/
+ /target
+ 
+-target name=pdfbox.compile 
depends=fontbox.package,jempbox.package,pdfbox.init,get.adobefiles
++target name=pdfbox.compile 
depends=fontbox.package,jempbox.package,pdfbox.init
+ description=Compile Java source files
+ !-- required encoding flag to be able to build using ibm-jdk on 
redhat ES--
+ javac srcdir=${pdfbox.src.dir} destdir=${pdfbox.dest.dir}
+@@ -206,31 +203,6 @@
+ 
+ target name=test depends=testextract,test-junit,testimage 
description=Run all the junit tests/
+ 
+-target name=find.adobefiles
+-available property=adobefiles.found 
file=${dest.dir}/org/apache/pdfbox/resources/cmap/
+-/target
+-
+-target name=get.adobefiles
+-unless=adobefiles.found depends=find.adobefiles
+-description=Download and unpack afm and cmap files from Adobe
+-antcall target=downloadfile
+-param name=sourcefile value=${adobefiles.url}/
+-param name=destfile value=${adobefiles.jar}/
+-/antcall
+-unjar src=${adobefiles.jar} 
dest=${pdfbox.dest.dir}/org/apache/pdfbox/resources/afm
+-patternset
+-include name=com/adobe/pdf/pcfi/afm/*.afm/
+-/patternset
+-mapper type=flatten/
+-/unjar
+-unjar src=${adobefiles.jar} 
dest=${pdfbox.dest.dir}/org/apache/pdfbox/resources
+-patternset
+-include name=com/adobe/pdf/pcfi/glyphlist.txt/
+-/patternset
+-mapper type=flatten/
+-/unjar
+-/target
+-
+ target name=testextract depends=clean,pdfbox.compile 
description=Test text extraction
+ junit printsummary=off fork=on dir=.
+ jvmarg value=-Xmx1024M/
+@@ -341,52 +313,7 @@
+ /checkstyle
+ /target
+ 
+-target name=get.externallibs.pdfbox
+-antcall target=downloadfile
+-param name=sourcefile value=${bcmail.url}/
+-param name=destfile value=${bcmail.jar}/
+-/antcall
+-antcall target=downloadfile
+-param name=sourcefile value=${bcprov.url}/
+-param name=destfile value=${bcprov.jar}/
+-/antcall
+-antcall target=downloadfile
+-param name=sourcefile value=${junit.url}/
+-param name=destfile value=${junit.jar}/
+-/antcall
+-antcall target=downloadfile
+-param name=sourcefile value=${logging.url}/
+-param name=destfile value=${logging.jar}/
+-/antcall
+-antcall target=downloadfile
+-param name=sourcefile value=${icu4j.url}/
+-param name=destfile value=${icu4j.jar}/
+-/antcall
+-/target
+-
+-target name=get.externallibs.fontbox
+-antcall target=downloadfile
+-param name=sourcefile 

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

2015-05-12 Thread Martin Mokrejs
commit: 546a7e874370525c79f7765c5916381225e4b364
Author: Martin Mokrejš mmokrejs AT fold DOT natur DOT cuni DOT cz
AuthorDate: Tue May 12 17:15:10 2015 +
Commit: Martin Mokrejs mmokrejs AT fold DOT natur DOT cuni DOT cz
CommitDate: Tue May 12 17:15:10 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=546a7e87

Merge branch 'master' of git+ssh://git.gentoo.org/proj/sci

 dev-tex/pythontex/ChangeLog|  6 ++
 ...hontex-0.14.ebuild = pythontex-0.14-r1.ebuild} |  2 +-
 dev-tex/pythontex/pythontex-.ebuild|  8 +--
 licenses/polyphen  |  7 +++
 sci-libs/clblas/ChangeLog  | 12 
 sci-libs/clblas/Manifest   |  1 +
 sci-libs/clblas/clblas-2.2.ebuild  | 70 +-
 .../{clblas-2.2.ebuild = clblas-2.4.ebuild}   |  0
 sci-libs/clblas/clblas-.ebuild |  2 -
 ...ts.patch = clblas-2.2-client_CMakeLists.patch} |  0
 ...clblas-2.2-library_tools_tune_CMakeLists.patch} |  0
 sci-libs/clfft/ChangeLog   |  6 ++
 .../{clfft-2.4.ebuild = clfft-0..ebuild}  |  0
 sci-libs/clfft/clfft-.ebuild   | 16 +++--
 sci-libs/clrng/ChangeLog   |  9 +++
 .../clfft-.ebuild = clrng/clrng-.ebuild}  | 32 --
 {dev-tex/pythontex = sci-libs/clrng}/metadata.xml |  4 +-
 17 files changed, 142 insertions(+), 33 deletions(-)



[gentoo-commits] gentoo-x86 commit in net-analyzer/nmap/files: nmap-9999-no-FORTIFY_SOURCE.patch

2015-05-12 Thread Richard Farina (zerochaos)
zerochaos15/05/12 16:06:37

  Added:nmap--no-FORTIFY_SOURCE.patch
  Log:
  fix build for , rename lua-nse ( only for now) bug #529688, fix 
ambiguous openssl slot dep
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  ChangesPath
1.1  net-analyzer/nmap/files/nmap--no-FORTIFY_SOURCE.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/files/nmap--no-FORTIFY_SOURCE.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/files/nmap--no-FORTIFY_SOURCE.patch?rev=1.1content-type=text/plain

Index: nmap--no-FORTIFY_SOURCE.patch
===
--- a/Makefile.in
+++ b/Makefile.in
@@ -40,7 +40,7 @@
 # http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02055.html
 # Level 1 only makes changes that don't affect conforming programs,
 # while level 2 enforces additional restrictions.
-DEFS += -D_FORTIFY_SOURCE=2
+#DEFS += -D_FORTIFY_SOURCE=2
 # For mtrace debugging -- see MTRACE define in main.cc for instructions
 # Should only be enabled during debugging and not in any real release.
 # DEFS += -DMTRACE=1
--- a/nsock/src/Makefile.in
+++ b/nsock/src/Makefile.in
@@ -13,7 +13,7 @@
 CCOPT = 
 DEFS = @DEFS@ -DNSOCK_VERSION=\$(NSOCK_VERSION)\
 # With GCC, add extra security checks to source code.
-DEFS += -D_FORTIFY_SOURCE=2
+#DEFS += -D_FORTIFY_SOURCE=2
 INCLS = -I../include
 CFLAGS = @CFLAGS@ $(CCOPT)
 # CFLAGS = -g -Wall $(DEFS) $(INCLS)
--- a/nping/Makefile.in
+++ b/nping/Makefile.in
@@ -37,7 +37,7 @@
 # http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02055.html
 # Level 1 only makes changes that don't affect conforming programs,
 # while level 2 enforces additional restrictions.
-DEFS += -D_FORTIFY_SOURCE=2
+#DEFS += -D_FORTIFY_SOURCE=2
 # For mtrace debugging -- see MTRACE define in main.cc for instructions
 # Should only be enabled during debugging and not in any real release.
 # DEFS += -DMTRACE=1
--- a/libnetutil/Makefile.in
+++ b/libnetutil/Makefile.in
@@ -5,7 +5,7 @@
 CXXFLAGS = @CXXFLAGS@
 CPPFLAGS = @CPPFLAGS@ $(DEFS)
 DEFS = @DEFS@
-DEFS += -D_FORTIFY_SOURCE=2
+#DEFS += -D_FORTIFY_SOURCE=2
 AR = ar
 RANLIB = @RANLIB@
 
--- a/ncat/Makefile.in
+++ b/ncat/Makefile.in
@@ -52,7 +52,7 @@
 LIBS = @LIBS@
 DEFS = @DEFS@ -DNCAT_DATADIR=\$(pkgdatadir)\
 # With GCC, add extra security checks to source code.
-DEFS += -D_FORTIFY_SOURCE=2
+#DEFS += -D_FORTIFY_SOURCE=2
 INCLS = -I. -I.. -I../nsock/include/ -I$(NBASEDIR)
 RM = rm -f
 STRIP = @STRIP@
--- a/nbase/Makefile.in
+++ b/nbase/Makefile.in
@@ -11,7 +11,7 @@
 CCOPT = 
 DEFS = @DEFS@
 # With GCC, add extra security checks to source code.
-DEFS += -D_FORTIFY_SOURCE=2
+#DEFS += -D_FORTIFY_SOURCE=2
 CPPFLAGS = @CPPFLAGS@
 CFLAGS = @CFLAGS@ $(CCOPT) $(GLIB_CFLAGS) $(DEFS) $(INCLS)
 STATIC = 
--- a/nmap-update/Makefile.in
+++ b/nmap-update/Makefile.in
@@ -10,7 +10,7 @@
 CPPFLAGS = @CPPFLAGS@ $(DEFS) -I$(NBASEDIR)
 LDFLAGS = @LDFLAGS@
 LIBS = @LIBS@ $(NBASELIB)
-DEFS = @DEFS@ -D_FORTIFY_SOURCE=2
+DEFS = @DEFS@
 APR_LIBS = @APR_LIBS@
 SVN_LIBS = @SVN_LIBS@







[gentoo-commits] gentoo-x86 commit in net-analyzer/nmap: nmap-9999.ebuild ChangeLog

2015-05-12 Thread Richard Farina (zerochaos)
zerochaos15/05/12 16:43:07

  Modified: nmap-.ebuild ChangeLog
  Log:
  improve postinst message for fcaps
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  ChangesPath
1.5  net-analyzer/nmap/nmap-.ebuild

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

Index: nmap-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nmap-.ebuild12 May 2015 16:27:59 -  1.4
+++ nmap-.ebuild12 May 2015 16:43:07 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-.ebuild,v 1.4 
2015/05/12 16:27:59 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-.ebuild,v 1.5 
2015/05/12 16:43:07 zerochaos Exp $
 
 EAPI=5
 
@@ -163,8 +163,10 @@
cap_net_raw,cap_net_admin,cap_net_bind_service+eip \
${EROOT}/usr/bin/nmap
 
-   ewarn NOTE: To run nmap  as normal user you have to add yourself to 
the
-   ewarn nmap group. This security measure ensures that only trusted 
users
-   ewarn are allowed to run nmap
+   ewarn NOTE: To run nmap as normal user you have to add yourself to the
+   ewarn nmap group AND pass --privileged on the command line. This 
security
+   ewarn measure ensures that only trusted users are allowed to run nmap.
+   ewarn To avoid passing --privileged every time, add
+   ewarn 'export NMAP_PRIVILEGED=\\' to your user environment (eg 
~/.bashrc).
 }
 



1.337net-analyzer/nmap/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v
retrieving revision 1.336
retrieving revision 1.337
diff -u -r1.336 -r1.337
--- ChangeLog   12 May 2015 16:27:59 -  1.336
+++ ChangeLog   12 May 2015 16:43:07 -  1.337
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/nmap
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.336 
2015/05/12 16:27:59 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.337 
2015/05/12 16:43:07 zerochaos Exp $
+
+  12 May 2015; Rick Farina zeroch...@gentoo.org nmap-.ebuild:
+  improve postinst message for fcaps
 
   12 May 2015; Rick Farina zeroch...@gentoo.org nmap-.ebuild:
   add fcaps, bug #492794






[gentoo-commits] gentoo-x86 commit in net-analyzer/nmap: nmap-9999.ebuild ChangeLog

2015-05-12 Thread Richard Farina (zerochaos)
zerochaos15/05/12 17:27:40

  Modified: nmap-.ebuild ChangeLog
  Log:
  use readme.gentoo with some minor custom to support  better
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  ChangesPath
1.6  net-analyzer/nmap/nmap-.ebuild

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

Index: nmap-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nmap-.ebuild12 May 2015 16:43:07 -  1.5
+++ nmap-.ebuild12 May 2015 17:27:40 -  1.6
@@ -1,12 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-.ebuild,v 1.5 
2015/05/12 16:43:07 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-.ebuild,v 1.6 
2015/05/12 17:27:40 zerochaos Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE=sqlite,xml
-inherit eutils fcaps flag-o-matic python-single-r1 toolchain-funcs user
+inherit eutils fcaps flag-o-matic python-single-r1 readme.gentoo 
toolchain-funcs user
 
 MY_P=${P/_beta/BETA}
 
@@ -18,6 +18,7 @@
ESVN_REPO_URI=https://svn.nmap.org/nmap;
SRC_URI=http://dev.gentoo.org/~jer/nmap-logo-64.png;
KEYWORDS=
+   #FORCE_PRINT_ELOG=true
 else
SRC_URI=
http://nmap.org/dist/${MY_P}.tar.bz2
@@ -60,6 +61,13 @@
 
 S=${WORKDIR}/${MY_P}
 
+DOC_CONTENTS=To run nmap as normal user you have to add yourself to the \
+nmap group AND pass --privileged on the command line. This security \
+measure ensures that only trusted users are allowed to run nmap. \
+To avoid passing --privileged every time, add \
+'export NMAP_PRIVILEGED=\\' to your user environment (eg ~/.bashrc).
+
+
 pkg_setup() {
if use ndiff || use zenmap; then
python-single-r1_pkg_setup
@@ -153,6 +161,8 @@
doicon ${DISTDIR}/nmap-logo-64.png
python_optimize
fi
+
+   readme.gentoo_create_doc
 }
 
 pkg_postinst() {
@@ -163,10 +173,16 @@
cap_net_raw,cap_net_admin,cap_net_bind_service+eip \
${EROOT}/usr/bin/nmap
 
-   ewarn NOTE: To run nmap as normal user you have to add yourself to the
-   ewarn nmap group AND pass --privileged on the command line. This 
security
-   ewarn measure ensures that only trusted users are allowed to run nmap.
-   ewarn To avoid passing --privileged every time, add
-   ewarn 'export NMAP_PRIVILEGED=\\' to your user environment (eg 
~/.bashrc).
+   if [[ ${PV} ==  ]] ; then
+   einfo To run nmap as normal user you have to add yourself to 
the nmap group
+   einfo AND pass --privileged on the command line. This security 
measure
+   einfo ensures that only trusted users are allowed to run nmap. 
To avoid
+   einfo passing --privileged every time, add 'export 
NMAP_PRIVILEGED=\\' to
+   einfo your user environment (eg ~/.bashrc).
+   else
+   if [[ ${REPLACING_VERSIONS}  6.48 ]]; then
+   FORCE_PRINT_ELOG=true
+   fi
+   readme.gentoo_print_elog
+   fi
 }
-



1.338net-analyzer/nmap/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v
retrieving revision 1.337
retrieving revision 1.338
diff -u -r1.337 -r1.338
--- ChangeLog   12 May 2015 16:43:07 -  1.337
+++ ChangeLog   12 May 2015 17:27:40 -  1.338
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/nmap
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.337 
2015/05/12 16:43:07 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.338 
2015/05/12 17:27:40 zerochaos Exp $
+
+  12 May 2015; Rick Farina zeroch...@gentoo.org nmap-.ebuild:
+  use readme.gentoo with some minor custom to support  better
 
   12 May 2015; Rick Farina zeroch...@gentoo.org nmap-.ebuild:
   improve postinst message for fcaps



[gentoo-commits] gentoo-x86 commit in sys-kernel/aufs-sources: aufs-sources-3.19.8.ebuild ChangeLog aufs-sources-3.14.37.ebuild aufs-sources-3.14.38.ebuild aufs-sources-3.14.39.ebuild aufs-sources-3.1

2015-05-12 Thread Justin Lecher (jlec)
jlec15/05/12 16:36:16

  Modified: ChangeLog
  Added:aufs-sources-3.19.8.ebuild
  Removed:  aufs-sources-3.14.37.ebuild
aufs-sources-3.14.38.ebuild
aufs-sources-3.14.39.ebuild
aufs-sources-3.14.40.ebuild
aufs-sources-3.18.10.ebuild
aufs-sources-3.18.11.ebuild
aufs-sources-3.18.9.ebuild
  Log:
  Bump to latest aufs, genpatches and linux release
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.187sys-kernel/aufs-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/ChangeLog?rev=1.187view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/ChangeLog?rev=1.187content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/ChangeLog?r1=1.186r2=1.187

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- ChangeLog   10 May 2015 11:10:53 -  1.186
+++ ChangeLog   12 May 2015 16:36:16 -  1.187
@@ -1,6 +1,15 @@
 # ChangeLog for sys-kernel/aufs-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v 1.186 
2015/05/10 11:10:53 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v 1.187 
2015/05/12 16:36:16 jlec Exp $
+
+*aufs-sources-3.19.8 (12 May 2015)
+
+  12 May 2015; Justin Lecher j...@gentoo.org +aufs-sources-3.19.8.ebuild,
+  -aufs-sources-3.14.37.ebuild, -aufs-sources-3.14.38.ebuild,
+  -aufs-sources-3.14.39.ebuild, -aufs-sources-3.14.40.ebuild,
+  -aufs-sources-3.18.10.ebuild, -aufs-sources-3.18.11.ebuild,
+  -aufs-sources-3.18.9.ebuild:
+  Bump to latest aufs, genpatches and linux release
 
 *aufs-sources-3.14.41 (10 May 2015)
 *aufs-sources-3.19.7 (10 May 2015)



1.1  sys-kernel/aufs-sources/aufs-sources-3.19.8.ebuild

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

Index: aufs-sources-3.19.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.19.8.ebuild,v 
1.1 2015/05/12 16:36:16 jlec Exp $

EAPI=5

ETYPE=sources
K_WANT_GENPATCHES=base extras experimental
K_GENPATCHES_VER=9
K_DEBLOB_AVAILABLE=1
UNIPATCH_STRICTORDER=1
inherit kernel-2 eutils readme.gentoo
detect_version
detect_arch

AUFS_VERSION=3.19_p20150511
AUFS_TARBALL=aufs-sources-${AUFS_VERSION}.tar.xz
# git archive -v --remote=git://git.code.sf.net/p/aufs/aufs3-standalone 
aufs${AUFS_VERSION/_p*}  aufs-sources-${AUFS_VERSION}.tar
AUFS_URI=http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL};

KEYWORDS=~amd64 ~x86
HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches 
http://aufs.sourceforge.net/;
IUSE=deblob experimental module vanilla

DESCRIPTION=Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree and aufs3 support
SRC_URI=
${KERNEL_URI}
${ARCH_URI}
${AUFS_URI}
!vanilla? ( ${GENPATCHES_URI} )


PDEPEND==sys-fs/aufs-util-3*

README_GENTOO_SUFFIX=-r1

src_unpack() {
if use vanilla; then
unset UNIPATCH_LIST_GENPATCHES UNIPATCH_LIST_DEFAULT
ewarn You are using USE=vanilla
ewarn This will drop all support from the gentoo kernel 
security team
fi

UNIPATCH_LIST=
${WORKDIR}/aufs3-kbuild.patch
${WORKDIR}/aufs3-base.patch
${WORKDIR}/aufs3-mmap.patch

use module  UNIPATCH_LIST+= ${WORKDIR}/aufs3-standalone.patch

unpack ${AUFS_TARBALL}

einfo Using aufs3 version: ${AUFS_VERSION}

kernel-2_src_unpack
}

src_prepare() {
if ! use module; then
sed -e 's:tristate:bool:g' -i ${WORKDIR}/fs/aufs/Kconfig || 
die
fi
cp -f ${WORKDIR}/include/uapi/linux/aufs_type.h 
include/uapi/linux/aufs_type.h || die
cp -rf ${WORKDIR}/{Documentation,fs} . || die
}

src_install() {
kernel-2_src_install
dodoc ${WORKDIR}/{aufs3-loopback,vfs-ino,tmpfs-idr}.patch
docompress -x 
/usr/share/doc/${PF}/{aufs3-loopback,vfs-ino,tmpfs-idr}.patch
readme.gentoo_create_doc
}

pkg_postinst() {
kernel-2_pkg_postinst
einfo For more info 

[gentoo-commits] gentoo-x86 commit in xfce-base/thunar: ChangeLog thunar-1.6.8.ebuild

2015-05-12 Thread Denis Dupeyron (calchan)
calchan 15/05/12 17:19:53

  Modified: ChangeLog
  Added:thunar-1.6.8.ebuild
  Log:
  Version bump, thanks to Christian Tietz (bug #548878).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.180xfce-base/thunar/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- ChangeLog   20 Apr 2015 21:46:52 -  1.179
+++ ChangeLog   12 May 2015 17:19:53 -  1.180
@@ -1,6 +1,11 @@
 # ChangeLog for xfce-base/thunar
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.179 
2015/04/20 21:46:52 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.180 
2015/05/12 17:19:53 calchan Exp $
+
+*thunar-1.6.8 (12 May 2015)
+
+  12 May 2015; Denis Dupeyron calc...@gentoo.org +thunar-1.6.8.ebuild:
+  Version bump, thanks to Christian Tietz (bug #548878).
 
   20 Apr 2015; Michał Górny mgo...@gentoo.org thunar-1.6.7.ebuild:
   Add slot operators. Disable unused startup-notification support,



1.1  xfce-base/thunar/thunar-1.6.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/thunar-1.6.8.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/thunar-1.6.8.ebuild?rev=1.1content-type=text/plain

Index: thunar-1.6.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.6.8.ebuild,v 1.1 
2015/05/12 17:19:53 calchan Exp $

EAPI=5
inherit virtualx xfconf

MY_P=${P/t/T}

DESCRIPTION=File manager for the Xfce desktop environment
HOMEPAGE=http://www.xfce.org/projects/ http://thunar.xfce.org/;
SRC_URI=mirror://xfce/src/xfce/${PN}/${PV%.*}/${MY_P}.tar.bz2

LICENSE=GPL-2 LGPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris
IUSE=+dbus debug exif libnotify pcre test udisks +xfce_plugins_trash

GVFS_DEPEND==gnome-base/gvfs-1.18.3
COMMON_DEPEND==dev-lang/perl-5.6
=dev-libs/glib-2.30:=
=x11-libs/gdk-pixbuf-2.14:=
=x11-libs/gtk+-2.24:2=
=xfce-base/exo-0.10:=
=xfce-base/libxfce4ui-4.10:=
=xfce-base/libxfce4util-4.10.1:=
=xfce-base/xfconf-4.10:=
dbus? ( =dev-libs/dbus-glib-0.100:= )
exif? ( =media-libs/libexif-0.6.19:= )
libnotify? ( =x11-libs/libnotify-0.7:= )
pcre? ( =dev-libs/libpcre-6:= )
udisks? ( virtual/libgudev:= )
xfce_plugins_trash? ( =xfce-base/xfce4-panel-4.10:= )
RDEPEND=${COMMON_DEPEND}
=dev-util/desktop-file-utils-0.20-r1
x11-misc/shared-mime-info
dbus? ( ${GVFS_DEPEND} )
udisks? (
virtual/udev
${GVFS_DEPEND}[udisks,udev]
)
xfce_plugins_trash? ( ${GVFS_DEPEND} )
DEPEND=${COMMON_DEPEND}
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig
REQUIRED_USE=xfce_plugins_trash? ( dbus )

S=${WORKDIR}/${MY_P}

pkg_setup() {
XFCONF=(
--docdir=${EPREFIX}/usr/share/doc/${PF}
$(use_enable dbus)
# no code uses this, it's all in libxfce4ui now
# https://bugzilla.xfce.org/show_bug.cgi?id=11837
--disable-startup-notification
$(use_enable udisks gudev)
$(use_enable libnotify notifications)
$(xfconf_use_debug)
$(use_enable exif)
$(use_enable pcre)
--with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html
)

use xfce_plugins_trash || XFCONF+=( --disable-tpa-plugin )

DOCS=( AUTHORS ChangeLog FAQ HACKING NEWS README THANKS TODO )
}

src_test() {
Xemake check
}






[gentoo-commits] proj/gnome:master commit in: media-libs/clutter/, media-libs/clutter/files/

2015-05-12 Thread Gilles Dartiguelongue
commit: 70b354bc22ad67d1aadce6cac17f8be6cc771839
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue May 12 17:59:48 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue May 12 18:02:18 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=70b354bc

media-libs/clutter: fix clutter initialization errors

made cheese unittests fail.

 media-libs/clutter/clutter-1.22.0.ebuild   |  5 ++-
 .../clutter/files/clutter-1.22.0-init-fixes.patch  | 43 ++
 2 files changed, 47 insertions(+), 1 deletion(-)

diff --git a/media-libs/clutter/clutter-1.22.0.ebuild 
b/media-libs/clutter/clutter-1.22.0.ebuild
index 31e329b..a1b6dda 100644
--- a/media-libs/clutter/clutter-1.22.0.ebuild
+++ b/media-libs/clutter/clutter-1.22.0.ebuild
@@ -75,6 +75,9 @@ src_prepare() {
sed -e 's/^\(SUBDIRS =\)[^\]*/\1  accessibility conform/g' \
-i tests/Makefile.in || die in tests sed failed
 
+   # Fix init issues when run under Xvfb for example, upstream #749256 
(master)
+   epatch ${FILESDIR}/${PN}-1.22.0-init-fixes.patch
+
gnome2_src_prepare
 }
 
@@ -105,5 +108,5 @@ src_configure() {
 }
 
 src_test() {
-   Xemake check -C tests/conform
+   LIBGL_DRIVERS_PATH=${EROOT}/usr/$(get_libdir)/mesa Xemake check -C 
tests/conform
 }

diff --git a/media-libs/clutter/files/clutter-1.22.0-init-fixes.patch 
b/media-libs/clutter/files/clutter-1.22.0-init-fixes.patch
new file mode 100644
index 000..cc86452
--- /dev/null
+++ b/media-libs/clutter/files/clutter-1.22.0-init-fixes.patch
@@ -0,0 +1,43 @@
+From 438d739442be9e646caa2100942543301666074d Mon Sep 17 00:00:00 2001
+From: Matthieu Bouron matthieu.bou...@collabora.com
+Date: Tue, 12 May 2015 11:16:35 +0200
+Subject: [PATCH] clutter-backend-gdk: Only set setting on successful
+ gdk_screen_get_setting call
+
+It could happen that gdk_screen_get_setting fails to retreive
+Gdk/WindowScalingFactor which leads to the following warnings when
+clutter_init is called:
+
+GLib-GObject-WARNING **: value 0 of type 'gint' is invalid or out of range 
for property 'window-scaling-factor' of type 'gint'
+GLib-GObject-WARNING **: value 0 of type 'gint' is invalid or out of range 
for property 'dnd-drag-threshold' of type 'gint'
+---
+ clutter/gdk/clutter-backend-gdk.c | 12 +++-
+ 1 file changed, 7 insertions(+), 5 deletions(-)
+
+diff --git a/clutter/gdk/clutter-backend-gdk.c 
b/clutter/gdk/clutter-backend-gdk.c
+index b4f7f1c..1e67c07 100644
+--- a/clutter/gdk/clutter-backend-gdk.c
 b/clutter/gdk/clutter-backend-gdk.c
+@@ -94,12 +94,14 @@ clutter_backend_gdk_init_settings (ClutterBackendGdk 
*backend_gdk)
+   GValue val = G_VALUE_INIT;
+ 
+   g_value_init (val, CLUTTER_SETTING_TYPE(i));
+-  gdk_screen_get_setting (backend_gdk-screen,
++  if (gdk_screen_get_setting (backend_gdk-screen,
+ CLUTTER_SETTING_GDK_NAME(i),
+-val);
+-  clutter_settings_set_property_internal (settings,
+-  CLUTTER_SETTING_PROPERTY (i),
+-  val);
++val))
++{
++  clutter_settings_set_property_internal (settings,
++  CLUTTER_SETTING_PROPERTY 
(i),
++  val);
++}
+   g_value_unset (val);
+ }
+ }
+-- 
+2.3.7
+



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

2015-05-12 Thread Matt Thode (prometheanfire)
prometheanfire15/05/12 16:32:40

  Modified: python-swiftclient-2.2.0-r1.ebuild ChangeLog
  Log:
  adding py34 support, tested through tox
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.2  
dev-python/python-swiftclient/python-swiftclient-2.2.0-r1.ebuild

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

Index: python-swiftclient-2.2.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/python-swiftclient/python-swiftclient-2.2.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-swiftclient-2.2.0-r1.ebuild  1 Apr 2015 18:59:53 -   1.1
+++ python-swiftclient-2.2.0-r1.ebuild  12 May 2015 16:32:40 -  1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-swiftclient/python-swiftclient-2.2.0-r1.ebuild,v
 1.1 2015/04/01 18:59:53 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-swiftclient/python-swiftclient-2.2.0-r1.ebuild,v
 1.2 2015/05/12 16:32:40 prometheanfire Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
 
 inherit distutils-r1
 
@@ -22,13 +22,15 @@
=dev-python/mock-1.0[${PYTHON_USEDEP}]
=dev-python/python-keystoneclient-0.7.0[${PYTHON_USEDEP}]
=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
-   dev-python/sphinx-1.2[${PYTHON_USEDEP}]
+   !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
+   dev-python/sphinx-1.3[${PYTHON_USEDEP}]
=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
=dev-python/testtools-0.9.34[${PYTHON_USEDEP}]
=dev-python/hacking-0.8.0[${PYTHON_USEDEP}]
-   dev-python/hacking-0.9[${PYTHON_USEDEP}]
+   dev-python/hacking-0.10[${PYTHON_USEDEP}]
doc? ( =dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
-   dev-python/sphinx-1.2[${PYTHON_USEDEP}] ) )
+   !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
+   dev-python/sphinx-1.3[${PYTHON_USEDEP}] ) )
 RDEPEND==dev-python/simplejson-2.0.9[${PYTHON_USEDEP}]
=dev-python/requests-1.1[${PYTHON_USEDEP}]
=dev-python/six-1.5.2[${PYTHON_USEDEP}]



1.18 dev-python/python-swiftclient/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-swiftclient/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   1 Apr 2015 18:59:53 -   1.17
+++ ChangeLog   12 May 2015 16:32:40 -  1.18
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/python-swiftclient
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-swiftclient/ChangeLog,v 
1.17 2015/04/01 18:59:53 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-swiftclient/ChangeLog,v 
1.18 2015/05/12 16:32:40 prometheanfire Exp $
+
+  12 May 2015; Matthew Thode prometheanf...@gentoo.org
+  python-swiftclient-2.2.0-r1.ebuild:
+  adding py34 support, tested through tox
 
 *python-swiftclient-2.2.0-r1 (01 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-lang/ekopath: ekopath-6.0.357_p20150511.ebuild ChangeLog

2015-05-12 Thread Michal Gorny (mgorny)
mgorny  15/05/12 17:51:41

  Modified: ChangeLog
  Added:ekopath-6.0.357_p20150511.ebuild
  Log:
  Snapshot bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.26 dev-lang/ekopath/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   4 May 2015 04:30:46 -   1.25
+++ ChangeLog   12 May 2015 17:51:40 -  1.26
@@ -1,6 +1,12 @@
 # ChangeLog for dev-lang/ekopath
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ChangeLog,v 1.25 
2015/05/04 04:30:46 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ChangeLog,v 1.26 
2015/05/12 17:51:40 mgorny Exp $
+
+*ekopath-6.0.357_p20150511 (12 May 2015)
+
+  12 May 2015; Michał Górny mgo...@gentoo.org
+  +ekopath-6.0.357_p20150511.ebuild:
+  Snapshot bump
 
 *ekopath-6.0.348_p20150502 (04 May 2015)
 



1.1  dev-lang/ekopath/ekopath-6.0.357_p20150511.ebuild

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

Index: ekopath-6.0.357_p20150511.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-lang/ekopath/ekopath-6.0.357_p20150511.ebuild,v 1.1 
2015/05/12 17:51:40 mgorny Exp $

EAPI=5

inherit versionator multilib pax-utils

MY_PV=$(get_version_component_range 1-3)
DATE=$(get_version_component_range 4)
DATE=${DATE#p}
DATE=${DATE:0:4}-${DATE:4:2}-${DATE:6}
INSTALLER=${PN}-${DATE}-installer.run

DESCRIPTION=PathScale EKOPath Compiler Suite
HOMEPAGE=http://www.pathscale.com/ekopath-compiler-suite;
SRC_URI=http://c591116.r16.cf2.rackcdn.com/${PN}/nightly/Linux/${INSTALLER};

LICENSE=all-rights-reserved
SLOT=0
KEYWORDS=~amd64
IUSE=

DEPEND=!!app-arch/rpm
RDEPEND=

RESTRICT=bindist mirror

QA_PREBUILT=
opt/${PN}/lib/${MY_PV}/x8664/*
opt/${PN}/bin/*

S=${WORKDIR}

src_unpack() {
cp ${DISTDIR}/${INSTALLER} ${S}/ || die
chmod +x ${S}/${INSTALLER} || die
}

src_prepare() {
cat  99${PN} -EOF
PATH=${EROOT%/}/opt/${PN}/bin
ROOTPATH=${EROOT%/}/opt/${PN}/bin

LDPATH=${EROOT%/}/opt/${PN}/lib:${EROOT%/}/opt/${PN}/lib/${MY_PV}/x8664/64
MANPATH=${EROOT%/}/opt/${PN}/docs/man
EOF
}

src_install() {
# EI_PAX marking is obsolete and PT_PAX breaks the binary.
# We must use XT_PAX to run the installer.
if [[ ${PAX_MARKINGS} == XT ]]; then
pax-mark m ${INSTALLER}
fi

./${INSTALLER} \
--prefix ${ED%/}/opt/${PN} \
--mode unattended || die

rm -r ${ED}/opt/${PN}/uninstall* || die
doenvd 99${PN}
}






[gentoo-commits] gentoo-x86 commit in dev-libs/jsoncpp: jsoncpp-1.6.2.ebuild ChangeLog

2015-05-12 Thread Michal Gorny (mgorny)
mgorny  15/05/12 17:57:03

  Modified: ChangeLog
  Added:jsoncpp-1.6.2.ebuild
  Log:
  Version bump to the ABI-incompatible 1.x branch
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.18 dev-libs/jsoncpp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/jsoncpp/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   5 May 2015 07:51:52 -   1.17
+++ ChangeLog   12 May 2015 17:57:03 -  1.18
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/jsoncpp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/jsoncpp/ChangeLog,v 1.17 
2015/05/05 07:51:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/jsoncpp/ChangeLog,v 1.18 
2015/05/12 17:57:03 mgorny Exp $
+
+*jsoncpp-1.6.2 (12 May 2015)
+
+  12 May 2015; Michał Górny mgo...@gentoo.org +jsoncpp-1.6.2.ebuild:
+  Version bump to the ABI-incompatible 1.x branch
 
   05 May 2015; Jeroen Roovers j...@gentoo.org jsoncpp-0.10.2.ebuild:
   Mark ~ppc64 (bug #539126).



1.1  dev-libs/jsoncpp/jsoncpp-1.6.2.ebuild

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

Index: jsoncpp-1.6.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/jsoncpp/jsoncpp-1.6.2.ebuild,v 1.1 
2015/05/12 17:57:03 mgorny Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit cmake-utils python-any-r1

DESCRIPTION=C++ JSON reader and writer
HOMEPAGE=https://github.com/open-source-parsers/jsoncpp;
SRC_URI=https://github.com/open-source-parsers/${PN}/archive/${PV}.tar.gz - 
${P}.tar.gz

LICENSE=|| ( public-domain MIT )
SLOT=0/1
KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~mips ~ppc64 ~x86
IUSE=doc test

DEPEND=
doc? (
app-doc/doxygen
${PYTHON_DEPS}
)
test? (
${PYTHON_DEPS}
)
RDEPEND=

pkg_setup() {
if use doc || use test; then
python-any-r1_pkg_setup
fi
}

src_configure() {
local mycmakeargs=(
-DJSONCPP_WITH_TESTS=$(usex test)
-DJSONCPP_WITH_POST_BUILD_UNITTEST=OFF
-DJSONCPP_WITH_CMAKE_PACKAGE=ON

-DBUILD_SHARED_LIBS=ON
# Follow Debian, Ubuntu, Arch convention for headers location
# bug #452234
-DINCLUDE_INSTALL_DIR=${EPREFIX}/usr/include/jsoncpp
)

cmake-utils_src_configure
}

src_compile() {
cmake-utils_src_compile

if use doc; then
${EPYTHON} doxybuild.py --doxygen=/usr/bin/doxygen || die
fi
}

src_test() {
emake -C ${BUILD_DIR} jsoncpp_check
}

src_install() {
cmake-utils_src_install

if use doc; then
dohtml dist/doxygen/jsoncpp*/*
fi
}






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

2015-05-12 Thread Gilles Dartiguelongue
commit: 7847f4d5a3ee4c3a482384ab5d0261b0c72b72e9
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue May 12 18:15:11 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue May 12 18:34:23 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=7847f4d5

gnome-extra/gnome-characters: 3.16.1 → 3.16.2

 ...nome-characters-3.16.1.ebuild = gnome-characters-3.16.2.ebuild} | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-characters/gnome-characters-3.16.1.ebuild 
b/gnome-extra/gnome-characters/gnome-characters-3.16.2.ebuild
similarity index 93%
rename from gnome-extra/gnome-characters/gnome-characters-3.16.1.ebuild
rename to gnome-extra/gnome-characters/gnome-characters-3.16.2.ebuild
index 606bb57..cfff62e 100644
--- a/gnome-extra/gnome-characters/gnome-characters-3.16.1.ebuild
+++ b/gnome-extra/gnome-characters/gnome-characters-3.16.2.ebuild
@@ -7,7 +7,7 @@ GCONF_DEBUG=yes
 VALA_MIN_API_VERSION=0.16
 VALA_USE_DEPEND=vapigen
 
-inherit gnome2 vala
+inherit gnome2 vala virtualx
 
 DESCRIPTION=Unicode character map viewer and library
 HOMEPAGE=http://live.gnome.org/Gucharmap;
@@ -36,3 +36,7 @@ DEPEND=${RDEPEND}
 src_configure() {
gnome2_src_configure $(use_enable test dogtail)
 }
+
+src_test() {
+   Xemake check
+}



[gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/

2015-05-12 Thread Gilles Dartiguelongue
commit: 74e3047a21afe9f34155d8a843b091952795ee4f
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue May 12 18:09:18 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue May 12 18:24:03 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=74e3047a

x11-terms/gnome-terminal: 3.16.1 → 3.16.2

* Require latest vte release
* Drop gtk-builder-convert dependency, not needed since December 2012.

 ...{gnome-terminal-3.16.1.ebuild = gnome-terminal-3.16.2.ebuild} | 8 +++-
 x11-terms/gnome-terminal/gnome-terminal-.ebuild   | 7 +++
 2 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.16.1.ebuild 
b/x11-terms/gnome-terminal/gnome-terminal-3.16.2.ebuild
similarity index 85%
rename from x11-terms/gnome-terminal/gnome-terminal-3.16.1.ebuild
rename to x11-terms/gnome-terminal/gnome-terminal-3.16.2.ebuild
index 32033e5..352648b 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-3.16.1.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-3.16.2.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/gnome-terminal-3.14.3.ebuild,v 
1.1 2015/03/28 09:38:20 pacho Exp $
+# $Header: $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -20,7 +20,7 @@ KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh 
~sparc ~x86 ~x86-fbsd ~
 RDEPEND=
=dev-libs/glib-2.40:2[dbus]
=x11-libs/gtk+-3.10:3[X]
-   =x11-libs/vte-0.40:2.91
+   =x11-libs/vte-0.40.2:2.91
=gnome-base/dconf-0.14
=gnome-base/gsettings-desktop-schemas-0.1.0
sys-apps/util-linux
@@ -29,11 +29,9 @@ RDEPEND=
gnome-shell? ( gnome-base/gnome-shell )
nautilus? ( =gnome-base/nautilus-3 )
 
-# gtk+:2 needed for gtk-builder-convert, bug 356239
 DEPEND=${RDEPEND}
app-text/yelp-tools
dev-util/gdbus-codegen
-   dev-util/gtk-builder-convert
=dev-util/intltool-0.50
sys-devel/gettext
virtual/pkgconfig
@@ -50,7 +48,7 @@ src_configure() {
$(use_enable debug) \
$(use_enable gnome-shell search-provider) \
$(use_with nautilus nautilus-extension) \
-   VALAC=$(type -P true)
+   VALAC=$(type -P true) \
ITSTOOL=$(type -P true) \
XMLLINT=$(type -P true)
 }

diff --git a/x11-terms/gnome-terminal/gnome-terminal-.ebuild 
b/x11-terms/gnome-terminal/gnome-terminal-.ebuild
index 94e9ae0..a14d829 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-.ebuild
@@ -27,7 +27,7 @@ fi
 RDEPEND=
=dev-libs/glib-2.40:2[dbus]
=x11-libs/gtk+-3.10:3[X]
-   =x11-libs/vte-0.40:2.91
+   =x11-libs/vte-0.40.2:2.91
=gnome-base/dconf-0.14
=gnome-base/gsettings-desktop-schemas-0.1.0
sys-apps/util-linux
@@ -36,11 +36,9 @@ RDEPEND=
gnome-shell? ( gnome-base/gnome-shell )
nautilus? ( =gnome-base/nautilus-3 )
 
-# gtk+:2 needed for gtk-builder-convert, bug 356239
 DEPEND=${RDEPEND}
app-text/yelp-tools
dev-util/gdbus-codegen
-   dev-util/gtk-builder-convert
=dev-util/intltool-0.50
sys-devel/gettext
virtual/pkgconfig
@@ -55,6 +53,7 @@ src_configure() {
 
if [[ ${PV} !=  ]]; then
myconf=${myconf}
+   VALAC=$(type -P true)
ITSTOOL=$(type -P true)
XMLLINT=$(type -P true)

@@ -62,7 +61,7 @@ src_configure() {
 
gnome2_src_configure \
--disable-static \
-   --enable-migration \
+   --disable-migration \
$(use_enable debug) \
$(use_enable gnome-shell search-provider) \
$(use_with nautilus nautilus-extension) \



[gentoo-commits] proj/gnome:master commit in: x11-libs/gnome-pty-helper/

2015-05-12 Thread Gilles Dartiguelongue
commit: cb384127455235f9ed49cf5030e6d6864c0eed7e
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue May 12 18:16:16 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue May 12 18:24:00 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=cb384127

x11-libs/gnome-pty-helper: 0.40.0 → 0.40.2

 .../{gnome-pty-helper-0.40.0.ebuild = gnome-pty-helper-0.40.2.ebuild}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.0.ebuild 
b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2.ebuild
similarity index 86%
rename from x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.0.ebuild
rename to x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2.ebuild
index cedbe5a..4791b29 100644
--- a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.0.ebuild
+++ b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/gnome-pty-helper/gnome-pty-helper-0.38.3.ebuild,v
 1.6 2015/03/29 11:18:51 jer Exp $
+# $Header: $
 
 EAPI=5
 GCONF_DEBUG=no



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

2015-05-12 Thread Gilles Dartiguelongue
commit: ccb0d7cc4c25fe97b093a47cabc6c9c073c4e12d
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue May 12 18:12:29 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue May 12 18:24:04 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ccb0d7cc

gnome-extra/gnome-software: 3.16.1 → 3.16.2

 .../{gnome-software-3.16.1.ebuild = gnome-software-3.16.2.ebuild}| 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/gnome-extra/gnome-software/gnome-software-3.16.1.ebuild 
b/gnome-extra/gnome-software/gnome-software-3.16.2.ebuild
similarity index 100%
rename from gnome-extra/gnome-software/gnome-software-3.16.1.ebuild
rename to gnome-extra/gnome-software/gnome-software-3.16.2.ebuild



[gentoo-commits] proj/gnome:master commit in: x11-libs/vte/

2015-05-12 Thread Gilles Dartiguelongue
commit: 241c3d2a33ec156fb7135bf0033d9d4618a492b7
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue May 12 18:11:07 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue May 12 18:24:01 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=241c3d2a

x11-libs/vte: 0.40.0 → 0.40.2

 x11-libs/vte/{vte-0.40.0.ebuild = vte-0.40.2.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/x11-libs/vte/vte-0.40.0.ebuild b/x11-libs/vte/vte-0.40.2.ebuild
similarity index 100%
rename from x11-libs/vte/vte-0.40.0.ebuild
rename to x11-libs/vte/vte-0.40.2.ebuild



[gentoo-commits] gentoo-x86 commit in gnome-base/gnome-control-center: gnome-control-center-3.14.5.ebuild ChangeLog gnome-control-center-3.14.4.ebuild gnome-control-center-3.12.1-r1.ebuild

2015-05-12 Thread Pacho Ramos (pacho)
pacho   15/05/12 18:44:10

  Modified: gnome-control-center-3.14.5.ebuild ChangeLog
  Removed:  gnome-control-center-3.14.4.ebuild
gnome-control-center-3.12.1-r1.ebuild
  Log:
  Allow app-admin/system-config-printer, drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  
gnome-base/gnome-control-center/gnome-control-center-3.14.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-control-center/gnome-control-center-3.14.5.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-control-center/gnome-control-center-3.14.5.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-control-center/gnome-control-center-3.14.5.ebuild?r1=1.1r2=1.2

Index: gnome-control-center-3.14.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/gnome-base/gnome-control-center/gnome-control-center-3.14.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-control-center-3.14.5.ebuild  1 May 2015 21:54:14 -   1.1
+++ gnome-control-center-3.14.5.ebuild  12 May 2015 18:44:10 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/gnome-control-center/gnome-control-center-3.14.5.ebuild,v
 1.1 2015/05/01 21:54:14 eva Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/gnome-control-center/gnome-control-center-3.14.5.ebuild,v
 1.2 2015/05/12 18:44:10 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -82,7 +82,8 @@
x11-themes/gnome-icon-theme-symbolic
colord? ( =gnome-extra/gnome-color-manager-3 )
cups? (
-   =app-admin/system-config-printer-gnome-1.3.5
+   || ( =app-admin/system-config-printer-gnome-1.3.5
+   app-admin/system-config-printer )
net-print/cups-pk-helper )
input_devices_wacom? ( 
gnome-base/gnome-settings-daemon[input_devices_wacom] )
i18n? ( =gnome-base/libgnomekbd-3 )



1.166gnome-base/gnome-control-center/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-control-center/ChangeLog?rev=1.166view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-control-center/ChangeLog?rev=1.166content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-control-center/ChangeLog?r1=1.165r2=1.166

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-control-center/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- ChangeLog   1 May 2015 21:54:14 -   1.165
+++ ChangeLog   12 May 2015 18:44:10 -  1.166
@@ -1,6 +1,13 @@
 # ChangeLog for gnome-base/gnome-control-center
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-control-center/ChangeLog,v 
1.165 2015/05/01 21:54:14 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-control-center/ChangeLog,v 
1.166 2015/05/12 18:44:10 pacho Exp $
+
+  12 May 2015; Pacho Ramos pa...@gentoo.org
+  -files/gnome-control-center-3.12.1-networkmanager-version.patch,
+  -files/gnome-control-center-3.12.1-optional-r1.patch,
+  -gnome-control-center-3.12.1-r1.ebuild, -gnome-control-center-3.14.4.ebuild,
+  gnome-control-center-3.14.5.ebuild:
+  Allow app-admin/system-config-printer, drop old
 
 *gnome-control-center-3.14.5 (01 May 2015)
 






[gentoo-commits] gentoo-x86 commit in gnome-extra/cinnamon-control-center: cinnamon-control-center-2.4.2-r2.ebuild ChangeLog

2015-05-12 Thread Pacho Ramos (pacho)
pacho   15/05/12 18:44:43

  Modified: cinnamon-control-center-2.4.2-r2.ebuild ChangeLog
  Log:
  Allow app-admin/system-config-printer
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.4  
gnome-extra/cinnamon-control-center/cinnamon-control-center-2.4.2-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cinnamon-control-center/cinnamon-control-center-2.4.2-r2.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cinnamon-control-center/cinnamon-control-center-2.4.2-r2.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cinnamon-control-center/cinnamon-control-center-2.4.2-r2.ebuild?r1=1.3r2=1.4

Index: cinnamon-control-center-2.4.2-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/gnome-extra/cinnamon-control-center/cinnamon-control-center-2.4.2-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cinnamon-control-center-2.4.2-r2.ebuild 15 Mar 2015 13:24:00 -  
1.3
+++ cinnamon-control-center-2.4.2-r2.ebuild 12 May 2015 18:44:43 -  
1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/cinnamon-control-center/cinnamon-control-center-2.4.2-r2.ebuild,v
 1.3 2015/03/15 13:24:00 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/cinnamon-control-center/cinnamon-control-center-2.4.2-r2.ebuild,v
 1.4 2015/05/12 18:44:43 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -58,7 +58,8 @@
x11-themes/gnome-icon-theme-symbolic
colord? ( =gnome-extra/gnome-color-manager-3 )
cups? (
-   =app-admin/system-config-printer-gnome-1.3.5
+   || ( =app-admin/system-config-printer-gnome-1.3.5
+   app-admin/system-config-printer )
net-print/cups-pk-helper )
input_devices_wacom? ( 
gnome-extra/cinnamon-settings-daemon[input_devices_wacom] )
 



1.19 gnome-extra/cinnamon-control-center/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cinnamon-control-center/ChangeLog?rev=1.19view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cinnamon-control-center/ChangeLog?rev=1.19content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cinnamon-control-center/ChangeLog?r1=1.18r2=1.19

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/gnome-extra/cinnamon-control-center/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   22 Mar 2015 12:51:41 -  1.18
+++ ChangeLog   12 May 2015 18:44:43 -  1.19
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-extra/cinnamon-control-center
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/cinnamon-control-center/ChangeLog,v 1.18 
2015/03/22 12:51:41 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/cinnamon-control-center/ChangeLog,v 1.19 
2015/05/12 18:44:43 pacho Exp $
+
+  12 May 2015; Pacho Ramos pa...@gentoo.org
+  cinnamon-control-center-2.4.2-r2.ebuild:
+  Allow app-admin/system-config-printer
 
   22 Mar 2015; Pacho Ramos pa...@gentoo.org
   -cinnamon-control-center-2.2.11-r1.ebuild,






[gentoo-commits] proj/gnome:master commit in: net-misc/vinagre/

2015-05-12 Thread Gilles Dartiguelongue
commit: f7a4e8ca6e194f56f7bb7bd6ae16c652dcf3a194
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue May 12 18:19:51 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue May 12 18:24:05 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=f7a4e8ca

net-misc/vinagre: 3.16.0 → 3.16.1

 net-misc/vinagre/{vinagre-3.16.0.ebuild = vinagre-3.16.1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-misc/vinagre/vinagre-3.16.0.ebuild 
b/net-misc/vinagre/vinagre-3.16.1.ebuild
similarity index 100%
rename from net-misc/vinagre/vinagre-3.16.0.ebuild
rename to net-misc/vinagre/vinagre-3.16.1.ebuild



[gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/

2015-05-12 Thread Gilles Dartiguelongue
commit: 343961058fcdfe3323b7d063bbc7d4b6faf62b52
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue May 12 18:17:52 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue May 12 18:24:04 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=34396105

net-libs/gnome-online-accounts: 3.16.0 → 3.16.2

 ...-online-accounts-3.16.0.ebuild = gnome-online-accounts-3.16.2.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.16.0.ebuild 
b/net-libs/gnome-online-accounts/gnome-online-accounts-3.16.2.ebuild
similarity index 100%
rename from net-libs/gnome-online-accounts/gnome-online-accounts-3.16.0.ebuild
rename to net-libs/gnome-online-accounts/gnome-online-accounts-3.16.2.ebuild



[gentoo-commits] proj/kde:master commit in: kde-apps/print-manager/

2015-05-12 Thread Michael Palimaka
commit: 911b4e95532ba4380012325e5eceeb238f4ef308
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue May 12 19:02:09 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue May 12 19:02:09 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=911b4e95

[kde-apps/print-manager] Sync with main tree.

app-admin/system-config-printer is a new package merging the split -common and 
-gnome packages.

Package-Manager: portage-2.2.18

 kde-apps/print-manager/print-manager-14.12.3.ebuild   | 4 ++--
 kde-apps/print-manager/print-manager-15.04.0.ebuild   | 4 ++--
 kde-apps/print-manager/print-manager-15.04.49..ebuild | 4 ++--
 kde-apps/print-manager/print-manager-.ebuild  | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/kde-apps/print-manager/print-manager-14.12.3.ebuild 
b/kde-apps/print-manager/print-manager-14.12.3.ebuild
index de4a3d2..5528957 100644
--- a/kde-apps/print-manager/print-manager-14.12.3.ebuild
+++ b/kde-apps/print-manager/print-manager-14.12.3.ebuild
@@ -17,7 +17,7 @@ RDEPEND=${DEPEND}
!kde-base/printer-applet:4
!kde-base/system-config-printer-kde:4
!kde-misc/print-manager
-   gtk? ( app-admin/system-config-printer-gnome )
+   gtk? ( || ( app-admin/system-config-printer-gnome 
app-admin/system-config-printer ) )
 
 
 pkg_postinst(){
@@ -26,7 +26,7 @@ pkg_postinst(){
ewarn By switching off \gtk\ USE flag, you have chosen to do 
without
ewarn an important, though optional, runtime dependency:
ewarn
-   ewarn app-admin/system-config-printer-gnome
+   ewarn app-admin/system-config-printer
ewarn
ewarn ${PN} will work nevertheless, but is going to be less 
comfortable
ewarn and will show the following error status during runtime:

diff --git a/kde-apps/print-manager/print-manager-15.04.0.ebuild 
b/kde-apps/print-manager/print-manager-15.04.0.ebuild
index 807cd01..82cd555 100644
--- a/kde-apps/print-manager/print-manager-15.04.0.ebuild
+++ b/kde-apps/print-manager/print-manager-15.04.0.ebuild
@@ -30,7 +30,7 @@ DEPEND=
net-print/cups
 
 RDEPEND=${DEPEND}
-   gtk? ( app-admin/system-config-printer-gnome )
+   gtk? ( || ( app-admin/system-config-printer-gnome 
app-admin/system-config-printer ) )
 
 
 pkg_postinst(){
@@ -39,7 +39,7 @@ pkg_postinst(){
ewarn By switching off \gtk\ USE flag, you have chosen to do 
without
ewarn an important, though optional, runtime dependency:
ewarn
-   ewarn app-admin/system-config-printer-gnome
+   ewarn app-admin/system-config-printer
ewarn
ewarn ${PN} will work nevertheless, but is going to be less 
comfortable
ewarn and will show the following error status during runtime:

diff --git a/kde-apps/print-manager/print-manager-15.04.49..ebuild 
b/kde-apps/print-manager/print-manager-15.04.49..ebuild
index 17efe00..345a0ec 100644
--- a/kde-apps/print-manager/print-manager-15.04.49..ebuild
+++ b/kde-apps/print-manager/print-manager-15.04.49..ebuild
@@ -30,7 +30,7 @@ DEPEND=
net-print/cups
 
 RDEPEND=${DEPEND}
-   gtk? ( app-admin/system-config-printer-gnome )
+   gtk? ( || ( app-admin/system-config-printer-gnome 
app-admin/system-config-printer ) )
 
 
 pkg_postinst(){
@@ -39,7 +39,7 @@ pkg_postinst(){
ewarn By switching off \gtk\ USE flag, you have chosen to do 
without
ewarn an important, though optional, runtime dependency:
ewarn
-   ewarn app-admin/system-config-printer-gnome
+   ewarn app-admin/system-config-printer
ewarn
ewarn ${PN} will work nevertheless, but is going to be less 
comfortable
ewarn and will show the following error status during runtime:

diff --git a/kde-apps/print-manager/print-manager-.ebuild 
b/kde-apps/print-manager/print-manager-.ebuild
index 17efe00..345a0ec 100644
--- a/kde-apps/print-manager/print-manager-.ebuild
+++ b/kde-apps/print-manager/print-manager-.ebuild
@@ -30,7 +30,7 @@ DEPEND=
net-print/cups
 
 RDEPEND=${DEPEND}
-   gtk? ( app-admin/system-config-printer-gnome )
+   gtk? ( || ( app-admin/system-config-printer-gnome 
app-admin/system-config-printer ) )
 
 
 pkg_postinst(){
@@ -39,7 +39,7 @@ pkg_postinst(){
ewarn By switching off \gtk\ USE flag, you have chosen to do 
without
ewarn an important, though optional, runtime dependency:
ewarn
-   ewarn app-admin/system-config-printer-gnome
+   ewarn app-admin/system-config-printer
ewarn
ewarn ${PN} will work nevertheless, but is going to be less 
comfortable
ewarn and will show the following 

[gentoo-commits] gentoo-x86 commit in games-rpg/bastion: bastion-20120620-r1.ebuild metadata.xml ChangeLog

2015-05-12 Thread Michael Sterrett (mr_bones_)
mr_bones_15/05/12 19:20:46

  Modified: bastion-20120620-r1.ebuild metadata.xml ChangeLog
  Log:
  punt bundled-libs use flag (bug #513602)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.7  games-rpg/bastion/bastion-20120620-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/bastion/bastion-20120620-r1.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/bastion/bastion-20120620-r1.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/bastion/bastion-20120620-r1.ebuild?r1=1.6r2=1.7

Index: bastion-20120620-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-rpg/bastion/bastion-20120620-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bastion-20120620-r1.ebuild  15 May 2014 16:57:29 -  1.6
+++ bastion-20120620-r1.ebuild  12 May 2015 19:20:46 -  1.7
@@ -1,9 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-rpg/bastion/bastion-20120620-r1.ebuild,v 1.6 
2014/05/15 16:57:29 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-rpg/bastion/bastion-20120620-r1.ebuild,v 1.7 
2015/05/12 19:20:46 mr_bones_ Exp $
 
 EAPI=5
-
 inherit eutils gnome2-utils check-reqs unpacker games
 
 TIMESTAMP=${PV:0:4}-${PV:4:2}-${PV:6:2}
@@ -14,7 +13,7 @@
 LICENSE=all-rights-reserved
 SLOT=0
 KEYWORDS=-* amd64 x86
-IUSE=bundled-libs
+IUSE=
 RESTRICT=bindist fetch splitdebug
 
 MYGAMEDIR=${GAMES_PREFIX_OPT}/${PN}
@@ -25,21 +24,16 @@
 # mono shit: vague dependencies
 RDEPEND=
virtual/opengl
-   media-libs/freealut
-   media-libs/openal
-   media-libs/sdl-gfx
-   media-libs/sdl-image
-   media-libs/sdl-mixer
-   media-libs/sdl-net
-   media-libs/sdl-ttf
-   media-libs/smpeg
-   x11-libs/libX11
-   x11-libs/libXft
-   !bundled-libs? (
-   dev-lang/mono
-   media-libs/fmod:1
-   media-libs/libsdl[X,sound,video,opengl,joystick]
-   )
+   media-libs/freealut
+   media-libs/openal
+   media-libs/sdl-gfx
+   media-libs/sdl-image
+   media-libs/sdl-mixer
+   media-libs/sdl-net
+   media-libs/sdl-ttf
+   media-libs/smpeg
+   x11-libs/libX11
+   x11-libs/libXft
 
 CHECKREQS_DISK_BUILD=2400M
 
@@ -63,15 +57,6 @@
unpack ./../instarchive_{all,linux_${myarch}}.tar.lzma
 }
 
-src_prepare() {
-   if ! use bundled-libs ; then
-   einfo Removing bundles libs...
-   rm -v $(get_libdir)/libmono-2.0.so* \
-   $(get_libdir)/libfmodex.so* \
-   $(get_libdir)/libSDL-1.2.so*|| die
-   fi
-}
-
 src_install() {
insinto ${MYGAMEDIR}
doins -r *



1.3  games-rpg/bastion/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/bastion/metadata.xml?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/bastion/metadata.xml?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/bastion/metadata.xml?r1=1.2r2=1.3

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/games-rpg/bastion/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml25 Nov 2014 23:17:01 -  1.2
+++ metadata.xml12 May 2015 19:20:46 -  1.3
@@ -2,10 +2,5 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
herdgames/herd
-   use
-   flag name='bundled-libs'
-   Use the upstream provided bundled libraries.
-   /flag
-   /use
 /pkgmetadata
 



1.9  games-rpg/bastion/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-rpg/bastion/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   25 Nov 2014 23:17:01 -  1.8
+++ ChangeLog   12 May 2015 19:20:46 -  1.9
@@ -1,6 +1,10 @@
 # ChangeLog for games-rpg/bastion
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 

[gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse/

2015-05-12 Thread Gilles Dartiguelongue
commit: 9a4004a95cf858f084e08a912607263e66ceebf4
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue May 12 19:22:47 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue May 12 19:22:47 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=9a4004a9

app-crypt/seahorse: 3.14.1 → 3.16.0

 ...seahorse-.ebuild = seahorse-3.16.0.ebuild} | 43 ++
 app-crypt/seahorse/seahorse-.ebuild| 15 
 2 files changed, 18 insertions(+), 40 deletions(-)

diff --git a/app-crypt/seahorse/seahorse-.ebuild 
b/app-crypt/seahorse/seahorse-3.16.0.ebuild
similarity index 60%
copy from app-crypt/seahorse/seahorse-.ebuild
copy to app-crypt/seahorse/seahorse-3.16.0.ebuild
index e4979f2..2b7f973 100644
--- a/app-crypt/seahorse/seahorse-.ebuild
+++ b/app-crypt/seahorse/seahorse-3.16.0.ebuild
@@ -1,27 +1,19 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=5
-GCONF_DEBUG=yes
-VALA_MIN_API_DEPEND=0.22
+GCONF_DEBUG=no
 
 inherit gnome2
-if [[ ${PV} =  ]]; then
-   inherit gnome2-live vala
-fi
 
 DESCRIPTION=A GNOME application for managing encryption keys
 HOMEPAGE=https://wiki.gnome.org/Apps/Seahorse;
 
 LICENSE=GPL-2+ FDL-1.1+
 SLOT=0
-IUSE=avahi debug ldap
-if [[ ${PV} =  ]]; then
-   KEYWORDS=
-else
-   KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
-fi
+IUSE=debug ldap zeroconf
+KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
 
 COMMON_DEPEND=
=app-crypt/gcr-3.11.91:=
@@ -33,12 +25,10 @@ COMMON_DEPEND=
 
net-misc/openssh
=app-crypt/gpgme-1
-   || (
-   =app-crypt/gnupg-2.0*
-   =app-crypt/gnupg-1.4* )
+   =app-crypt/gnupg-1.4
 
-   avahi? ( =net-dns/avahi-0.6:= )
ldap? ( net-nds/openldap:= )
+   zeroconf? ( =net-dns/avahi-0.6:= )
 
 DEPEND=${COMMON_DEPEND}
=dev-util/intltool-0.35
@@ -49,38 +39,27 @@ DEPEND=${COMMON_DEPEND}
 RDEPEND=${COMMON_DEPEND}
!app-crypt/seahorse-plugins-2.91.0_pre20110114
 
-if [[ ${PV} =  ]]; then
-   DEPEND=${DEPEND}
-   $(vala_depend)
-   app-crypt/gcr[vala]
-   app-text/yelp-tools
-fi
 
 src_prepare() {
-   # FIXME: Do not mess with CFLAGS with USE=debug
+   # Do not mess with CFLAGS with USE=debug
sed -e '/CFLAGS=$CFLAGS -g/d' \
-e '/CFLAGS=$CFLAGS -O0/d' \
-i configure.ac configure || die sed 1 failed
 
-   vala_src_prepare
gnome2_src_prepare
 }
 
 src_configure() {
-   local myconf=
-   if [[ ${PV} !=  ]]; then
-   myconf=${myconf}
-   ITSTOOL=$(type -P true)
-   VALAC=$(type -P true)
-   fi
# bindir is needed due to bad macro expansion in desktop file, bug 
#508610
gnome2_src_configure \
+   --bindir=/usr/bin \
--enable-pgp \
--enable-ssh \
--enable-pkcs11 \
--enable-hkp \
-   $(use_enable avahi sharing) \
$(use_enable debug) \
$(use_enable ldap) \
-   ${myconf}
+   $(use_enable zeroconf sharing) \
+   ITSTOOL=$(type -P true) \
+   VALAC=$(type -P true)
 }

diff --git a/app-crypt/seahorse/seahorse-.ebuild 
b/app-crypt/seahorse/seahorse-.ebuild
index e4979f2..8c18f3b 100644
--- a/app-crypt/seahorse/seahorse-.ebuild
+++ b/app-crypt/seahorse/seahorse-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=5
-GCONF_DEBUG=yes
+GCONF_DEBUG=no
 VALA_MIN_API_DEPEND=0.22
 
 inherit gnome2
@@ -16,7 +16,7 @@ HOMEPAGE=https://wiki.gnome.org/Apps/Seahorse;
 
 LICENSE=GPL-2+ FDL-1.1+
 SLOT=0
-IUSE=avahi debug ldap
+IUSE=debug ldap zeroconf
 if [[ ${PV} =  ]]; then
KEYWORDS=
 else
@@ -33,12 +33,10 @@ COMMON_DEPEND=
 
net-misc/openssh
=app-crypt/gpgme-1
-   || (
-   =app-crypt/gnupg-2.0*
-   =app-crypt/gnupg-1.4* )
+   =app-crypt/gnupg-1.4
 
-   avahi? ( =net-dns/avahi-0.6:= )
ldap? ( net-nds/openldap:= )
+   zeroconf? ( =net-dns/avahi-0.6:= )
 
 DEPEND=${COMMON_DEPEND}
=dev-util/intltool-0.35
@@ -75,12 +73,13 @@ src_configure() {
fi
# bindir is needed due to bad macro expansion in desktop file, bug 
#508610
gnome2_src_configure \
+   --bindir=/usr/bin \
--enable-pgp \
--enable-ssh \
--enable-pkcs11 \
--enable-hkp \
-   $(use_enable avahi sharing) \
$(use_enable debug) \
$(use_enable ldap) \
+

[gentoo-commits] proj/gnome:master commit in: app-arch/file-roller/

2015-05-12 Thread Gilles Dartiguelongue
commit: 96ddaae155ce932a30d04d14077f2a9769a38749
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue May 12 19:06:37 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue May 12 19:06:37 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=96ddaae1

app-arch/file-roller: 3.16.1 → 3.16.2

 .../file-roller/{file-roller-3.16.1.ebuild = file-roller-3.16.2.ebuild}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/app-arch/file-roller/file-roller-3.16.1.ebuild 
b/app-arch/file-roller/file-roller-3.16.2.ebuild
similarity index 100%
rename from app-arch/file-roller/file-roller-3.16.1.ebuild
rename to app-arch/file-roller/file-roller-3.16.2.ebuild



[gentoo-commits] proj/gnome:master commit in: media-libs/clutter/, media-libs/clutter/files/

2015-05-12 Thread Gilles Dartiguelongue
commit: 9390e14b24d49f4ea1ddbce798be9589c89bedf7
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue May 12 19:14:50 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue May 12 19:14:50 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=9390e14b

media-libs/clutter: 1.22.0 → 1.22.2

 ...clutter-1.22.0.ebuild = clutter-1.22.2.ebuild} |  7 +---
 media-libs/clutter/clutter-.ebuild | 17 -
 .../clutter/files/clutter-1.22.0-init-fixes.patch  | 43 --
 3 files changed, 10 insertions(+), 57 deletions(-)

diff --git a/media-libs/clutter/clutter-1.22.0.ebuild 
b/media-libs/clutter/clutter-1.22.2.ebuild
similarity index 89%
rename from media-libs/clutter/clutter-1.22.0.ebuild
rename to media-libs/clutter/clutter-1.22.2.ebuild
index a1b6dda..12733d0 100644
--- a/media-libs/clutter/clutter-1.22.0.ebuild
+++ b/media-libs/clutter/clutter-1.22.2.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.20.0.ebuild,v 
1.4 2015/03/15 13:28:34 pacho Exp $
+# $Header: $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -75,9 +75,6 @@ src_prepare() {
sed -e 's/^\(SUBDIRS =\)[^\]*/\1  accessibility conform/g' \
-i tests/Makefile.in || die in tests sed failed
 
-   # Fix init issues when run under Xvfb for example, upstream #749256 
(master)
-   epatch ${FILESDIR}/${PN}-1.22.0-init-fixes.patch
-
gnome2_src_prepare
 }
 
@@ -108,5 +105,5 @@ src_configure() {
 }
 
 src_test() {
-   LIBGL_DRIVERS_PATH=${EROOT}/usr/$(get_libdir)/mesa Xemake check -C 
tests/conform
+   Xemake check -C tests/conform
 }

diff --git a/media-libs/clutter/clutter-.ebuild 
b/media-libs/clutter/clutter-.ebuild
index ba7c84a..266b765 100644
--- a/media-libs/clutter/clutter-.ebuild
+++ b/media-libs/clutter/clutter-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -28,28 +28,27 @@ else
 fi
 
 # NOTE: glx flavour uses libdrm + =mesa-7.3
-# XXX: uprof needed for profiling
 # =libX11-1.3.1 needed for X Generic Event support
 # do not depend on tslib, it does not build and is disable by default upstream
 RDEPEND=
-   =dev-libs/glib-2.37.3:2
+   =dev-libs/glib-2.39.0:2
=dev-libs/atk-2.5.3[introspection?]
=dev-libs/json-glib-0.12[introspection?]
-   =media-libs/cogl-1.17.5:1.0=[introspection?,pango,wayland?]
-   =x11-libs/cairo-1.12:=[aqua?,glib]
+   =media-libs/cogl-1.20.0:1.0=[introspection?,pango,wayland?]
+   =x11-libs/cairo-1.14:=[aqua?,glib]
=x11-libs/pango-1.30[introspection?]
 
virtual/opengl
x11-libs/libdrm:=
 
egl? (
-   =dev-libs/libinput-0.4
+   =dev-libs/libinput-0.8
media-libs/cogl[gles2,kms]
=virtual/libgudev-136
x11-libs/libxkbcommon
)
gtk? ( =x11-libs/gtk+-3.3.18:3[aqua?] )
-   introspection? ( =dev-libs/gobject-introspection-0.9.6 )
+   introspection? ( =dev-libs/gobject-introspection-1.39 )
X? (
media-libs/fontconfig
=x11-libs/libX11-1.3.1
@@ -89,11 +88,11 @@ src_prepare() {
 src_configure() {
# XXX: Conformance test suite (and clutter itself) does not work under 
Xvfb
# (GLX error blabla)
-   # XXX: Profiling, coverage disabled for now
+   # XXX: coverage disabled for now
# XXX: What about cex100/win32 backends?
gnome2_src_configure \
-   --disable-profile \
--disable-maintainer-flags \
+   --disable-mir-backend \
--disable-gcov \
--disable-cex100-backend \
--disable-win32-backend \

diff --git a/media-libs/clutter/files/clutter-1.22.0-init-fixes.patch 
b/media-libs/clutter/files/clutter-1.22.0-init-fixes.patch
deleted file mode 100644
index cc86452..000
--- a/media-libs/clutter/files/clutter-1.22.0-init-fixes.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From 438d739442be9e646caa2100942543301666074d Mon Sep 17 00:00:00 2001
-From: Matthieu Bouron matthieu.bou...@collabora.com
-Date: Tue, 12 May 2015 11:16:35 +0200
-Subject: [PATCH] clutter-backend-gdk: Only set setting on successful
- gdk_screen_get_setting call
-
-It could happen that gdk_screen_get_setting fails to retreive
-Gdk/WindowScalingFactor which leads to the following warnings when
-clutter_init is called:
-
-GLib-GObject-WARNING **: value 0 of type 'gint' is invalid or out of range 
for property 'window-scaling-factor' of type 'gint'
-GLib-GObject-WARNING **: value 0 of type 'gint' is invalid or out of range 
for property 'dnd-drag-threshold' of type 'gint'

- clutter/gdk/clutter-backend-gdk.c | 12 +++-
- 1 

[gentoo-commits] proj/gnome:master commit in: dev-util/gnome-devel-docs/

2015-05-12 Thread Gilles Dartiguelongue
commit: 726c8a42dcd9b34318eb798ea20325b6602e6c70
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue May 12 18:50:21 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue May 12 18:57:28 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=726c8a42

dev-util/gnome-devel-docs: 3.16.1 → 3.16.2

 .../{gnome-devel-docs-3.16.1.ebuild = gnome-devel-docs-3.16.2.ebuild}| 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-util/gnome-devel-docs/gnome-devel-docs-3.16.1.ebuild 
b/dev-util/gnome-devel-docs/gnome-devel-docs-3.16.2.ebuild
similarity index 100%
rename from dev-util/gnome-devel-docs/gnome-devel-docs-3.16.1.ebuild
rename to dev-util/gnome-devel-docs/gnome-devel-docs-3.16.2.ebuild



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

2015-05-12 Thread Gilles Dartiguelongue
commit: 06a0aeb0f8bfca90cdb7e9754d3ca6242caa1bc1
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue May 12 18:58:21 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue May 12 18:58:21 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=06a0aeb0

gnome-extra/gnome-tweak-tool: 3.16.1 → 3.16.2

 .../{gnome-tweak-tool-3.16.1.ebuild = gnome-tweak-tool-3.16.2.ebuild}| 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.16.1.ebuild 
b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.16.2.ebuild
similarity index 100%
rename from gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.16.1.ebuild
rename to gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.16.2.ebuild



[gentoo-commits] proj/gnome:master commit in: app-dicts/gnome-dictionary/

2015-05-12 Thread Gilles Dartiguelongue
commit: 7e2942be09eef4459122f926f412787b3ef18fd5
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue May 12 19:00:58 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue May 12 19:00:58 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=7e2942be

app-dicts/gnome-dictionary: 3.16.1 → 3.16.2

 .../{gnome-dictionary-3.16.1.ebuild = gnome-dictionary-3.16.2.ebuild}| 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-3.16.1.ebuild 
b/app-dicts/gnome-dictionary/gnome-dictionary-3.16.2.ebuild
similarity index 100%
rename from app-dicts/gnome-dictionary/gnome-dictionary-3.16.1.ebuild
rename to app-dicts/gnome-dictionary/gnome-dictionary-3.16.2.ebuild



[gentoo-commits] proj/gnome:master commit in: www-client/epiphany/

2015-05-12 Thread Gilles Dartiguelongue
commit: f523cc08c338d976054b944f343d77f1216e169d
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue May 12 19:18:30 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue May 12 19:18:30 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=f523cc08

www-client/epiphany: 3.16.0 → 3.16.1

 www-client/epiphany/{epiphany-3.16.0.ebuild = epiphany-3.16.1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/www-client/epiphany/epiphany-3.16.0.ebuild 
b/www-client/epiphany/epiphany-3.16.1.ebuild
similarity index 100%
rename from www-client/epiphany/epiphany-3.16.0.ebuild
rename to www-client/epiphany/epiphany-3.16.1.ebuild



[gentoo-commits] proj/gnome:master commit in: x11-libs/gtk+/

2015-05-12 Thread Gilles Dartiguelongue
commit: 7458b115ef7a1e92e658378a3fb1194d00696116
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue May 12 19:03:46 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue May 12 19:05:30 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=7458b115

x11-libs/gtk+: 3.16.2 → 3.16.3

 x11-libs/gtk+/{gtk+-3.16.2.ebuild = gtk+-3.16.3.ebuild} | 2 +-
 x11-libs/gtk+/gtk+-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/gtk+/gtk+-3.16.2.ebuild b/x11-libs/gtk+/gtk+-3.16.3.ebuild
similarity index 99%
rename from x11-libs/gtk+/gtk+-3.16.2.ebuild
rename to x11-libs/gtk+/gtk+-3.16.3.ebuild
index 80e3822..55b2a89 100644
--- a/x11-libs/gtk+/gtk+-3.16.2.ebuild
+++ b/x11-libs/gtk+/gtk+-3.16.3.ebuild
@@ -134,7 +134,7 @@ src_prepare() {
fi
 
# Do no build and install gtk-update-icon-cache which is done by gtk+:2
-   epatch ${FILESDIR}/${P}-remove_update-icon-cache.patch
+   epatch ${FILESDIR}/${PN}-3.16.2-remove_update-icon-cache.patch
 
epatch_user
 

diff --git a/x11-libs/gtk+/gtk+-.ebuild b/x11-libs/gtk+/gtk+-.ebuild
index c2c45c3..284cd91 100644
--- a/x11-libs/gtk+/gtk+-.ebuild
+++ b/x11-libs/gtk+/gtk+-.ebuild
@@ -149,7 +149,7 @@ src_prepare() {
fi
 
# Do no build and install gtk-update-icon-cache which is done by gtk+:2
-   epatch ${FILESDIR}/${P}-remove_update-icon-cache.patch
+   epatch ${FILESDIR}/${PN}-3.16.2-remove_update-icon-cache.patch
 
epatch_user
 



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

2015-05-12 Thread Gilles Dartiguelongue
commit: 9275c23251fa0274f8eae0b06ed34a1f71b3db67
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue May 12 19:17:04 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue May 12 19:17:04 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=9275c232

x11-themes/adwaita-icon-theme: 3.16.0 → 3.16.2

 ...{adwaita-icon-theme-3.16.0.ebuild = adwaita-icon-theme-3.16.2.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.0.ebuild 
b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.ebuild
similarity index 100%
rename from x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.0.ebuild
rename to x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.ebuild



[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-desktop/

2015-05-12 Thread Gilles Dartiguelongue
commit: 6fb6d48864905d4858ba036abdd3f756b37d8cc8
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue May 12 19:07:49 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue May 12 19:07:49 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=6fb6d488

gnome-base/gnome-desktop: 3.16.1 → 3.16.2

 .../{gnome-desktop-3.16.1.ebuild = gnome-desktop-3.16.2.ebuild}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.16.1.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-3.16.2.ebuild
similarity index 100%
rename from gnome-base/gnome-desktop/gnome-desktop-3.16.1.ebuild
rename to gnome-base/gnome-desktop/gnome-desktop-3.16.2.ebuild



[gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-getting-started-docs/

2015-05-12 Thread Gilles Dartiguelongue
commit: 496944887c2014c4c8cc8a977689ef1e5d5dd88a
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue May 12 19:00:15 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue May 12 19:00:15 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=49694488

gnome-extra/gnome-getting-started-docs: 3.16.1 → 3.16.2

 ...tarted-docs-3.16.1.ebuild = gnome-getting-started-docs-3.16.2.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.16.1.ebuild
 
b/gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.16.2.ebuild
similarity index 100%
rename from 
gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.16.1.ebuild
rename to 
gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.16.2.ebuild



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

2015-05-12 Thread Gilles Dartiguelongue
commit: 1e1d41a8ab66d77ed94f046bf37b2c3780431ff5
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue May 12 18:53:10 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue May 12 18:57:29 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=1e1d41a8

gnome-extra/yelp: 3.16.0 → 3.16.1

 gnome-extra/yelp/{yelp-3.16.0.ebuild = yelp-3.16.1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/gnome-extra/yelp/yelp-3.16.0.ebuild 
b/gnome-extra/yelp/yelp-3.16.1.ebuild
similarity index 100%
rename from gnome-extra/yelp/yelp-3.16.0.ebuild
rename to gnome-extra/yelp/yelp-3.16.1.ebuild



[gentoo-commits] proj/gnome:master commit in: app-misc/bijiben/

2015-05-12 Thread Gilles Dartiguelongue
commit: fb16c66e5249d295318a9c6665bc6b3a14ffa66b
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue May 12 19:10:52 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue May 12 19:10:52 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=fb16c66e

app-misc/bijiben: 3.16.1 → 3.16.2

 app-misc/bijiben/{bijiben-3.16.1.ebuild = bijiben-3.16.2.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/app-misc/bijiben/bijiben-3.16.1.ebuild 
b/app-misc/bijiben/bijiben-3.16.2.ebuild
similarity index 100%
rename from app-misc/bijiben/bijiben-3.16.1.ebuild
rename to app-misc/bijiben/bijiben-3.16.2.ebuild



[gentoo-commits] proj/gnome:master commit in: games-board/four-in-a-row/

2015-05-12 Thread Gilles Dartiguelongue
commit: e6f9c6eecb77c480e9b32299f64d4c2939b2514b
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue May 12 19:25:36 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue May 12 19:25:36 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e6f9c6ee

games-board/four-in-a-row: 3.16.1 → 3.16.2

 .../{four-in-a-row-3.16.1.ebuild = four-in-a-row-3.16.2.ebuild}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/games-board/four-in-a-row/four-in-a-row-3.16.1.ebuild 
b/games-board/four-in-a-row/four-in-a-row-3.16.2.ebuild
similarity index 100%
rename from games-board/four-in-a-row/four-in-a-row-3.16.1.ebuild
rename to games-board/four-in-a-row/four-in-a-row-3.16.2.ebuild



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

2015-05-12 Thread Gilles Dartiguelongue
commit: 9d07d84a136d3fc7213320b7043d4d121512448e
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue May 12 18:48:21 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue May 12 18:48:21 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=9d07d84a

gnome-extra/gnome-logs: 3.16.1 → 3.16.2

 .../gnome-logs/{gnome-logs-3.16.1.ebuild = gnome-logs-3.16.2.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/gnome-extra/gnome-logs/gnome-logs-3.16.1.ebuild 
b/gnome-extra/gnome-logs/gnome-logs-3.16.2.ebuild
similarity index 100%
rename from gnome-extra/gnome-logs/gnome-logs-3.16.1.ebuild
rename to gnome-extra/gnome-logs/gnome-logs-3.16.2.ebuild



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

2015-05-12 Thread Gilles Dartiguelongue
commit: f8b87e8bdc4fead4d4780410a9d48e9b751bab79
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue May 12 18:46:24 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue May 12 18:46:24 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=f8b87e8b

gnome-extra/gnome-documents: 3.16.0 → 3.16.2

 .../{gnome-documents-3.16.0.ebuild = gnome-documents-3.16.2.ebuild}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/gnome-extra/gnome-documents/gnome-documents-3.16.0.ebuild 
b/gnome-extra/gnome-documents/gnome-documents-3.16.2.ebuild
similarity index 100%
rename from gnome-extra/gnome-documents/gnome-documents-3.16.0.ebuild
rename to gnome-extra/gnome-documents/gnome-documents-3.16.2.ebuild



[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-settings-daemon/

2015-05-12 Thread Gilles Dartiguelongue
commit: 47ae76d84cab34c8f2806b2beb46d3c1f48cf76f
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue May 12 19:24:28 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue May 12 19:24:28 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=47ae76d8

gnome-base/gnome-settings-daemon: 3.16.1 → 3.16.2

 ...-settings-daemon-3.16.1.ebuild = gnome-settings-daemon-3.16.2.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.16.1.ebuild 
b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.16.2.ebuild
similarity index 100%
rename from gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.16.1.ebuild
rename to gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.16.2.ebuild



[gentoo-commits] proj/mysql:master commit in: dev-db/mysql-init-scripts/

2015-05-12 Thread Brian Evans
commit: f0063ad310065cfcc9f84f9d5b22ccf460a8683a
Author: layman layman AT localhost
AuthorDate: Tue May 12 20:01:44 2015 +
Commit: Brian Evans grknight AT gentoo DOT org
CommitDate: Tue May 12 20:01:44 2015 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=f0063ad3

Fix metadata.xml tag

 dev-db/mysql-init-scripts/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysql-init-scripts/metadata.xml 
b/dev-db/mysql-init-scripts/metadata.xml
index 669c23b..c95e8ce 100644
--- a/dev-db/mysql-init-scripts/metadata.xml
+++ b/dev-db/mysql-init-scripts/metadata.xml
@@ -3,6 +3,6 @@
 pkgmetadata
herdmysql/herd
use
-   flag name=s6Install an OpenRC service that monitors using 
packagesys-apps/s6/package instead of using start-stop-daemon/flag
+   flag name='s6'Install an OpenRC service that monitors using 
pkgsys-apps/s6/pkg instead of using start-stop-daemon/flag
/use
 /pkgmetadata



[gentoo-commits] gentoo-x86 commit in app-admin/system-config-printer: metadata.xml system-config-printer-1.4.8.ebuild Manifest ChangeLog

2015-05-12 Thread Pacho Ramos (pacho)
pacho   15/05/12 18:41:22

  Added:metadata.xml system-config-printer-1.4.8.ebuild
Manifest ChangeLog
  Log:
  Version bump, merge splitted common and gnome packages (#508344)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.4  app-admin/system-config-printer/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer/metadata.xml?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer/metadata.xml?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer/metadata.xml?r1=1.3r2=1.4




1.1  
app-admin/system-config-printer/system-config-printer-1.4.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer/system-config-printer-1.4.8.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer/system-config-printer-1.4.8.ebuild?rev=1.1content-type=text/plain

Index: system-config-printer-1.4.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-admin/system-config-printer/system-config-printer-1.4.8.ebuild,v
 1.1 2015/05/12 18:41:22 pacho Exp $

EAPI=5
GCONF_DEBUG=no
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE=xml

inherit gnome2 python-single-r1 systemd versionator

MY_V=$(get_version_component_range 1-2)

DESCRIPTION=GNOME frontend for a Red Hat's printer administration tool
HOMEPAGE=http://cyberelk.net/tim/software/system-config-printer/;
SRC_URI=http://cyberelk.net/tim/data/system-config-printer/${MY_V}/${P}.tar.xz;

LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86
SLOT=0

IUSE=doc gnome-keyring policykit
REQUIRED_USE=${PYTHON_REQUIRED_USE}

# Needs cups running, bug 284005
RESTRICT=test

# Additional unhandled dependencies
# gnome-extra/gnome-packagekit[${PYTHON_USEDEP}] with pygobject:2 ?
# python samba client: smbc
# selinux: needed for troubleshooting
RDEPEND=
${PYTHON_DEPS}
=dev-libs/glib-2:2
dev-libs/libxml2[python,${PYTHON_USEDEP}]
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/pycairo[${PYTHON_USEDEP}]
=dev-python/pycups-1.9.60[${PYTHON_USEDEP}]
dev-python/pycurl[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
net-print/cups[dbus]
virtual/libusb:1
=virtual/udev-172
x11-libs/gtk+:3[introspection]
x11-libs/libnotify[introspection]
x11-libs/pango[introspection]
gnome-keyring? ( gnome-base/libgnome-keyring[introspection] )
policykit? ( =sys-auth/polkit-0.104-r1 )
!app-admin/system-config-printer-common
!app-admin/system-config-printer-gnome

DEPEND=${RDEPEND}
app-text/docbook-xml-dtd:4.1.2
=app-text/xmlto-0.0.22
dev-util/desktop-file-utils
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig
doc? ( dev-python/epydoc[${PYTHON_USEDEP}] )


APP_LINGUAS=ar as bg bn_IN bn br bs ca cs cy da de el en_GB es et fa fi fr gu
he hi hr hu hy id is it ja ka kn ko lo lv mai mk ml mr ms nb nl nn or pa pl
pt_BR pt ro ru si sk sl sr@latin sr sv ta te th tr uk vi zh_CN zh_TW
for X in ${APP_LINGUAS}; do
IUSE=${IUSE} linguas_${X}
done

# Bug 471472
MAKEOPTS+= -j1

pkg_setup() {
python-single-r1_pkg_setup
}

src_configure() {
local myconf

# Disable installation of translations when LINGUAS not chosen
if [[ -z ${LINGUAS} ]]; then
myconf=${myconf} --disable-nls
else
myconf=${myconf} --enable-nls
fi

gnome2_src_configure \
--with-desktop-vendor=Gentoo \
--with-udev-rules \
$(systemd_with_unitdir) \
${myconf}
}

src_compile() {
gnome2_src_compile
use doc  emake html
}

src_install() {
gnome2_src_install
use doc  dohtml -r html/
python_fix_shebang ${ED}
}



1.11 app-admin/system-config-printer/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer/Manifest?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer/Manifest?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer/Manifest?r1=1.10r2=1.11




1.9  app-admin/system-config-printer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer/ChangeLog?rev=1.9view=markup
plain: 

[gentoo-commits] proj/tinderbox-cluster:master commit in: tbc/pym/

2015-05-12 Thread Magnus Granberg
commit: 6eeb75c0327219634379666ebe534a71810132a9
Author: Magnus Granberg zorry AT gentoo DOT org
AuthorDate: Tue May 12 18:37:17 2015 +
Commit: Magnus Granberg zorry AT gentoo DOT org
CommitDate: Tue May 12 18:37:17 2015 +
URL:
https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=6eeb75c0

Use git to sync instead of emerge --sync

 tbc/pym/jobs.py |   6 +--
 tbc/pym/sync.py | 142 +++-
 tbc/pym/updatedb.py |  84 ++-
 3 files changed, 137 insertions(+), 95 deletions(-)

diff --git a/tbc/pym/jobs.py b/tbc/pym/jobs.py
index b75e344..a805a22 100644
--- a/tbc/pym/jobs.py
+++ b/tbc/pym/jobs.py
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 from __future__ import print_function
-from tbc.sync import sync_tree
+from tbc.sync import git_repo_sync_main
 #from tbc.buildquerydb import add_buildquery_main, del_buildquery_main
 from tbc.updatedb import update_db_main
 from tbc.sqlquerys import get_config_id, add_tbc_logs, get_jobs, 
update_job_list
@@ -47,7 +47,7 @@ def jobs_main(session, config_id):
update_job_list(session, Runing, job_id)
log_msg = Job %s is runing. % (job_id,)
add_tbc_logs(session, log_msg, info, config_id)
-   if sync_tree(session) and update_db_main(session, 
config_id):
+   if update_db_main(session, git_repo_sync_main(session), 
config_id):
update_job_list(session, Done, job_id)
log_msg = Job %s is done.. % (job_id,)
add_tbc_logs(session, log_msg, info, 
config_id)
@@ -59,7 +59,7 @@ def jobs_main(session, config_id):
update_job_list(session, Runing, job_id)
log_msg = Job %s is runing. % (job_id,)
add_tbc_logs(session, log_msg, info, config_id)
-   if update_db_main(session, config_id):
+if update_db_main(session, None, config_id):
update_job_list(session, Done, job_id)
log_msg = Job %s is done.. % (job_id,)
add_tbc_logs(session, log_msg, info, 
config_id)

diff --git a/tbc/pym/sync.py b/tbc/pym/sync.py
index f1bc56a..2622b25 100644
--- a/tbc/pym/sync.py
+++ b/tbc/pym/sync.py
@@ -10,12 +10,49 @@ import time
 from pygit2 import Repository, GIT_MERGE_ANALYSIS_FASTFORWARD, 
GIT_MERGE_ANALYSIS_NORMAL, \
 GIT_MERGE_ANALYSIS_UP_TO_DATE
 
-from _emerge.main import emerge_main
 from tbc.sqlquerys import get_config_id, add_tbc_logs, get_config_all_info, 
get_configmetadata_info
-from tbc.updatedb import update_db_main
 from tbc.readconf import read_config_settings
 
-def sync_tree(session):
+def git_repos_list(session, myportdb):
+   repo_trees_list = myportdb.porttrees
+   for repo_dir in repo_trees_list:
+   repo_dir_list = []
+   repo_dir_list.append(repo_dir)
+   return repo_dir_list
+
+def git_fetch(session, git_repo, config_id):
+   repo = Repository(git_repo)
+   remote = repo.remotes[origin]
+   remote.fetch()
+   return repo
+
+def git_merge(session, repo, config_id):
+   remote_master_id = 
repo.lookup_reference('refs/remotes/origin/master').target
+   merge_result, _ = repo.merge_analysis(remote_master_id)
+   if merge_result  GIT_MERGE_ANALYSIS_UP_TO_DATE:
+   log_msg = Repo is up to date
+   add_zobcs_logs(session, log_msg, info, config_id)
+   elif merge_result  GIT_MERGE_ANALYSIS_FASTFORWARD:
+   repo.checkout_tree(repo.get(remote_master_id))
+   master_ref = repo.lookup_reference('refs/heads/master')
+   master_ref.set_target(remote_master_id)
+   repo.head.set_target(remote_master_id)
+   elif merge_result  GIT_MERGE_ANALYSIS_NORMAL:
+   repo.merge(remote_master_id)
+   assert repo.index.conflicts is None, 'Conflicts, a!'
+   user = repo.default_signature
+   tree = repo.index.write_tree()
+   commit = repo.create_commit('HEAD',
+   user,
+   user,
+   'Merge!',
+   tree,
+   [repo.head.target, remote_master_id])
+   repo.state_cleanup()
+   else:
+   raise AssertionError('Unknown merge analysis result')
+
+def git_sync_main(session):
tbc_settings_dict = read_config_settings()
_hostname = tbc_settings_dict['hostname']
_config = tbc_settings_dict['tbc_config']
@@ -23,6 +60,7 @@ def sync_tree(session):
host_config = _hostname +/ + _config
default_config_root = tbc_settings_dict['tbc_gitrepopath']  + / + 
host_config + /
mysettings = 

[gentoo-commits] proj/mysql:master commit in: dev-db/mysql-init-scripts/files/, dev-db/mysql-init-scripts/

2015-05-12 Thread Brian Evans
commit: 61d458966df5cfc46055cd438e314b2416efd63e
Author: layman layman AT localhost
AuthorDate: Tue May 12 19:39:42 2015 +
Commit: Brian Evans grknight AT gentoo DOT org
CommitDate: Tue May 12 19:39:42 2015 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=61d45896

[mysql-init-scripts] First attempt at s6 integration which OpenRC now supports. 
 Still need to come up with a way to wait until mysql is ready

 dev-db/mysql-init-scripts/files/init.d-s6  | 98 ++
 dev-db/mysql-init-scripts/files/run-s6 | 18 
 dev-db/mysql-init-scripts/metadata.xml |  3 +
 .../mysql-init-scripts-2.1_alpha1.ebuild   | 77 +
 4 files changed, 196 insertions(+)

diff --git a/dev-db/mysql-init-scripts/files/init.d-s6 
b/dev-db/mysql-init-scripts/files/init.d-s6
new file mode 100644
index 000..4c2424f
--- /dev/null
+++ b/dev-db/mysql-init-scripts/files/init.d-s6
@@ -0,0 +1,98 @@
+#!/sbin/openrc-run
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+depend() {
+   use net.lo
+   # localmount needed for $basedir
+   need localmount s6-svscan
+}
+
+get_config() {
+   my_print_defaults --config-file=$1 mysqld |
+   sed -n -e s/^--$2=//p
+}
+
+mysql_svcname() {
+   local ebextra=
+   case ${SVCNAME} in
+   mysql*) ;;
+   *) ebextra= (mysql) ;;
+   esac
+   echo ${SVCNAME}${ebextra}
+}
+
+extra_commands=checkconfig
+supervisor=s6
+name=$(mysql_svcname)
+#s6_svwait_options_start=-U -t $((1000*${STARTUP_EARLY_TIMEOUT:-1000}))
+
+start_pre() {
+   # Check the config or die
+   checkconfig || return 1
+
+   MY_CNF=${MY_CNF:-/etc/${SVCNAME}/my.cnf}
+
+   if [ ! -r ${MY_CNF} ] ; then
+   eerror Cannot read the configuration file \`${MY_CNF}'
+   return 1
+   fi
+
+   # tail -n1 is critical as these we only want the last instance of the 
option
+   local datadir=$(get_config ${MY_CNF} datadir | tail -n1)
+   local pidfile=$(get_config ${MY_CNF} pid-file | tail -n1)
+   local socket=$(get_config ${MY_CNF} socket | tail -n1)
+   local chroot=$(get_config ${MY_CNF} chroot | tail -n1)
+
+   if [ -n ${chroot} ] ; then
+   socket=${chroot}/${socket}
+   pidfile=${chroot}/${pidfile}
+   fi
+
+   if [ ! -d ${datadir} ] ; then
+   eerror MySQL datadir \`${datadir}' is empty or invalid
+   eerror Please check your config file \`${MY_CNF}'
+   return 1
+   fi
+
+   if [ ! -d ${datadir}/mysql ] ; then
+   # find which package is installed to report an error
+   local EROOT=$(portageq envvar EROOT)
+   local DBPKG_P=$(portageq match ${EROOT} $(portageq 
expand_virtual ${EROOT} virtual/mysql))
+   if [[ -z ${DBPKG_P} ]] ; then
+   eerror You don't appear to have a server package 
installed yet.
+   else
+   eerror You don't appear to have the mysql database 
installed yet.
+   eerror Please run \`emerge --config =${DBPKG_P}\` to 
have this done...
+   fi
+   return 1
+   fi
+
+   local piddir=${pidfile%/*}
+   checkpath -d --owner mysql:mysql --mode 0755 $piddir
+   rc=$?
+   if [ $rc -ne 0 ]; then
+   eerror Directory $piddir for pidfile does not exist and cannot 
be created
+   return 1
+   fi
+}
+
+checkconfig() {
+   local basedir=$(get_config ${MY_CNF} basedir | tail -n1)
+   ebegin Checking mysqld configuration
+
+   # Suppress output to check the return value
+   ${basedir}/sbin/mysqld --help --verbose  /dev/null
+
+   # If the above command does not return 0,
+   # then there is an error to echo to the user
+   if [ $? -ne 0 ] ; then
+   ${basedir}/sbin/mysqld --help --verbose  /dev/null
+   fi
+
+   eend $? MySQL config check failed
+}
+
+# vim: filetype=gentoo-init-d sw=2 ts=2 sts=2 noet:
+

diff --git a/dev-db/mysql-init-scripts/files/run-s6 
b/dev-db/mysql-init-scripts/files/run-s6
new file mode 100644
index 000..64a89c7
--- /dev/null
+++ b/dev-db/mysql-init-scripts/files/run-s6
@@ -0,0 +1,18 @@
+#!/bin/sh
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+get_config() {
+   my_print_defaults --config-file=$1 mysqld |
+   sed -n -e s/^--$2=//p
+}
+
+SVCNAME=$(cd `dirname $0`  pwd | awk -F/ '{ print $NF }' )
+
+source ${ROOT:-/}etc/conf.d/${SVCNAME}
+
+MY_CNF=${MY_CNF:-/etc/${SVCNAME}/my.cnf}
+
+basedir=$(get_config ${MY_CNF} basedir | tail -n1)
+exec s6-notifywhenup -t ${STARTUP_TIMEOUT:-900} ${basedir}/sbin/mysqld 
--defaults-file=${MY_CNF} ${MY_ARGS}

diff --git a/dev-db/mysql-init-scripts/metadata.xml 

[gentoo-commits] gentoo-x86 commit in gnome-base/gnome-control-center/files: gnome-control-center-3.12.1-networkmanager-version.patch gnome-control-center-3.12.1-optional-r1.patch

2015-05-12 Thread Pacho Ramos (pacho)
pacho   15/05/12 18:44:10

  Removed: 
gnome-control-center-3.12.1-networkmanager-version.patch
gnome-control-center-3.12.1-optional-r1.patch
  Log:
  Allow app-admin/system-config-printer, drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)



[gentoo-commits] gentoo-x86 commit in kde-base/print-manager: print-manager-4.14.3.ebuild ChangeLog

2015-05-12 Thread Pacho Ramos (pacho)
pacho   15/05/12 18:45:58

  Modified: print-manager-4.14.3.ebuild ChangeLog
  Log:
  Allow app-admin/system-config-printer
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.7  kde-base/print-manager/print-manager-4.14.3.ebuild

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

Index: print-manager-4.14.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/kde-base/print-manager/print-manager-4.14.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- print-manager-4.14.3.ebuild 17 Feb 2015 11:06:34 -  1.6
+++ print-manager-4.14.3.ebuild 12 May 2015 18:45:57 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/kde-base/print-manager/print-manager-4.14.3.ebuild,v 
1.6 2015/02/17 11:06:34 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/kde-base/print-manager/print-manager-4.14.3.ebuild,v 
1.7 2015/05/12 18:45:57 pacho Exp $
 
 EAPI=5
 
@@ -17,7 +17,8 @@
!kde-base/printer-applet:4
!kde-base/system-config-printer-kde:4
!kde-misc/print-manager
-   gtk? ( app-admin/system-config-printer-gnome )
+   gtk? ( || ( app-admin/system-config-printer-gnome
+   app-admin/system-config-printer ) )
 
 
 pkg_postinst(){
@@ -26,7 +27,7 @@
ewarn By switching off \gtk\ USE flag, you have chosen to do 
without
ewarn an important, though optional, runtime dependency:
ewarn
-   ewarn app-admin/system-config-printer-gnome
+   ewarn app-admin/system-config-printer
ewarn
ewarn ${PN} will work nevertheless, but is going to be less 
comfortable
ewarn and will show the following error status during runtime:



1.98 kde-base/print-manager/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/print-manager/ChangeLog?rev=1.98view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/print-manager/ChangeLog?rev=1.98content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/print-manager/ChangeLog?r1=1.97r2=1.98

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/print-manager/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog   19 Feb 2015 07:13:34 -  1.97
+++ ChangeLog   12 May 2015 18:45:57 -  1.98
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/print-manager
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/print-manager/ChangeLog,v 1.97 
2015/02/19 07:13:34 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/print-manager/ChangeLog,v 1.98 
2015/05/12 18:45:57 pacho Exp $
+
+  12 May 2015; Pacho Ramos pa...@gentoo.org print-manager-4.14.3.ebuild:
+  Allow app-admin/system-config-printer
 
   19 Feb 2015; Michael Palimaka kensing...@gentoo.org
   -files/print-manager-4.14.1-cups20.patch:






[gentoo-commits] gentoo-x86 commit in media-libs/libsdl: libsdl-1.2.15-r9.ebuild ChangeLog

2015-05-12 Thread Michael Sterrett (mr_bones_)
mr_bones_15/05/12 19:56:33

  Modified: ChangeLog
  Added:libsdl-1.2.15-r9.ebuild
  Log:
  add backported patch from upstream report by Rafał Mużyło via bug #499180 to 
fix input in some conditions
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.239media-libs/libsdl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -r1.238 -r1.239
--- ChangeLog   31 Mar 2015 20:24:44 -  1.238
+++ ChangeLog   12 May 2015 19:56:33 -  1.239
@@ -1,6 +1,13 @@
 # ChangeLog for media-libs/libsdl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.238 
2015/03/31 20:24:44 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.239 
2015/05/12 19:56:33 mr_bones_ Exp $
+
+*libsdl-1.2.15-r9 (12 May 2015)
+
+  12 May 2015; Michael Sterrett mr_bon...@gentoo.org
+  +files/libsdl-1.2.15-SDL_EnableUNICODE.patch, +libsdl-1.2.15-r9.ebuild:
+  add backported patch from upstream report by Rafał Mużyło via bug #499180 to
+  fix input in some conditions
 
   31 Mar 2015; Michael Sterrett mr_bon...@gentoo.org metadata.xml:
   clean unused ps3 use flag



1.1  media-libs/libsdl/libsdl-1.2.15-r9.ebuild

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

Index: libsdl-1.2.15-r9.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r9.ebuild,v 
1.1 2015/05/12 19:56:33 mr_bones_ Exp $

EAPI=5
inherit autotools flag-o-matic multilib toolchain-funcs eutils multilib-minimal

DESCRIPTION=Simple Direct Media Layer
HOMEPAGE=http://www.libsdl.org/;
SRC_URI=http://www.libsdl.org/release/SDL-${PV}.tar.gz;

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd
# WARNING:
# If you turn on the custom-cflags use flag in USE and something breaks,
# you pick up the pieces.  Be prepared for bug reports to be marked INVALID.
IUSE=oss alsa nas X dga xv xinerama fbcon tslib aalib opengl libcaca +sound 
+video +joystick custom-cflags pulseaudio static-libs

RDEPEND=
abi_x86_32? (
!app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
!=app-emulation/emul-linux-x86-sdl-20140406
)
sound? ( =media-libs/audiofile-0.3.5[${MULTILIB_USEDEP}] )
alsa? ( =media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
nas? (
=media-libs/nas-1.9.4[${MULTILIB_USEDEP}]
=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]
=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
)
X? (
=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
=x11-libs/libXrandr-1.4.2[${MULTILIB_USEDEP}]
)
aalib? ( =media-libs/aalib-1.4_rc5-r6[${MULTILIB_USEDEP}] )
libcaca? ( =media-libs/libcaca-0.99_beta18-r1[${MULTILIB_USEDEP}] )
opengl? (
=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]
=virtual/glu-9.0-r1[${MULTILIB_USEDEP}]
)
tslib? ( =x11-libs/tslib-1.0-r3[${MULTILIB_USEDEP}] )
pulseaudio? ( =media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )
DEPEND=${RDEPEND}
nas? (
=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]
=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
)
X? (
=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]
=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
)
x86? ( || ( =dev-lang/yasm-0.6.0 =dev-lang/nasm-0.98.39-r3 ) )

S=${WORKDIR}/SDL-${PV}

pkg_setup() {
if use custom-cflags ; then
ewarn Since you've chosen to use possibly unsafe CFLAGS,
ewarn don't bother filing libsdl-related bugs until trying to 
remerge
ewarn libsdl without the custom-cflags use flag in USE.
fi
}

src_prepare() {
epatch \

[gentoo-commits] gentoo-x86 commit in media-libs/libsdl/files: libsdl-1.2.15-SDL_EnableUNICODE.patch

2015-05-12 Thread Michael Sterrett (mr_bones_)
mr_bones_15/05/12 19:56:33

  Added:libsdl-1.2.15-SDL_EnableUNICODE.patch
  Log:
  add backported patch from upstream report by Rafał Mużyło via bug #499180 to 
fix input in some conditions
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  
media-libs/libsdl/files/libsdl-1.2.15-SDL_EnableUNICODE.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/files/libsdl-1.2.15-SDL_EnableUNICODE.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/files/libsdl-1.2.15-SDL_EnableUNICODE.patch?rev=1.1content-type=text/plain

Index: libsdl-1.2.15-SDL_EnableUNICODE.patch
===

diff -r 22a7f096bb9d -r 0aade9c0203f src/video/x11/SDL_x11events.c
--- a/src/video/x11/SDL_x11events.c Sun Dec 01 00:00:17 2013 -0500
+++ b/src/video/x11/SDL_x11events.c Thu Apr 17 22:36:14 2014 -0700
@@ -395,6 +395,8 @@
 {
int posted;
XEvent xevent;
+   int orig_event_type;
+   KeyCode orig_keycode;
 
SDL_memset(xevent, '\0', sizeof (XEvent));  /* valgrind fix. --ryan. */
XNextEvent(SDL_Display, xevent);
@@ -410,9 +412,29 @@
 #ifdef X_HAVE_UTF8_STRING
/* If we are translating with IM, we need to pass all events
   to XFilterEvent, and discard those filtered events immediately.  */
+   orig_event_type = xevent.type;
+   if (orig_event_type == KeyPress || orig_event_type == KeyRelease) {
+orig_keycode = xevent.xkey.keycode;
+   } else {
+orig_keycode = 0;
+   }
if ( SDL_TranslateUNICODE
  SDL_IM != NULL
  XFilterEvent(xevent, None) ) {
+   if (orig_keycode) {
+   SDL_keysym keysym;
+   static XComposeStatus state;
+   char keybuf[32];
+
+   keysym.scancode = xevent.xkey.keycode;
+   keysym.sym = X11_TranslateKeycode(SDL_Display, 
xevent.xkey.keycode);
+   keysym.mod = KMOD_NONE;
+   keysym.unicode = 0;
+   if (orig_event_type == KeyPress  
XLookupString(xevent.xkey, keybuf, sizeof(keybuf), NULL, state))
+   keysym.unicode = (Uint8)keybuf[0];
+
+   SDL_PrivateKeyboard(orig_event_type == KeyPress ? 
SDL_PRESSED : SDL_RELEASED, keysym);
+   }
return 0;
}
 #endif










[gentoo-commits] gentoo-x86 commit in app-editors/gedit-plugins: ChangeLog gedit-plugins-3.12.1-r1.ebuild gedit-plugins-3.12.1.ebuild

2015-05-12 Thread Pacho Ramos (pacho)
pacho   15/05/12 18:58:57

  Modified: ChangeLog
  Removed:  gedit-plugins-3.12.1-r1.ebuild
gedit-plugins-3.12.1.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.59 app-editors/gedit-plugins/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/ChangeLog?rev=1.59view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/ChangeLog?rev=1.59content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/ChangeLog?r1=1.58r2=1.59

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   8 Apr 2015 07:30:37 -   1.58
+++ ChangeLog   12 May 2015 18:58:57 -  1.59
@@ -1,6 +1,10 @@
 # ChangeLog for app-editors/gedit-plugins
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.58 
2015/04/08 07:30:37 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.59 
2015/05/12 18:58:57 pacho Exp $
+
+  12 May 2015; Pacho Ramos pa...@gentoo.org -gedit-plugins-3.12.1-r1.ebuild,
+  -gedit-plugins-3.12.1.ebuild:
+  Drop old
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org gedit-plugins-3.12.1.ebuild:
   Remove old Python implementations






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

2015-05-12 Thread Lars Wendler (polynomial-c)
polynomial-c15/05/12 19:06:51

  Modified: ChangeLog
  Removed:  mercurial-3.2.3.ebuild
  Log:
  Removed vulnerable version
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.185dev-vcs/mercurial/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -r1.184 -r1.185
--- ChangeLog   29 Apr 2015 09:18:18 -  1.184
+++ ChangeLog   12 May 2015 19:06:51 -  1.185
@@ -1,6 +1,9 @@
 # ChangeLog for dev-vcs/mercurial
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.184 
2015/04/29 09:18:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.185 
2015/05/12 19:06:51 polynomial-c Exp $
+
+  12 May 2015; Lars Wendler polynomia...@gentoo.org -mercurial-3.2.3.ebuild:
+  Removed vulnerable version.
 
   29 Apr 2015; Agostino Sarubbo a...@gentoo.org mercurial-3.3.2.ebuild:
   Stable for sparc, wrt bug #544332






[gentoo-commits] gentoo-x86 commit in app-text/diffpdf: diffpdf-2.1.3.ebuild ChangeLog diffpdf-1.9.2.ebuild diffpdf-2.1.1.ebuild

2015-05-12 Thread Maciej Mrozowski (reavertm)
reavertm15/05/12 21:46:18

  Modified: ChangeLog
  Added:diffpdf-2.1.3.ebuild
  Removed:  diffpdf-1.9.2.ebuild diffpdf-2.1.1.ebuild
  Log:
  Version bump (the last version released by upstream), remove all.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B1E955DB)

Revision  ChangesPath
1.9  app-text/diffpdf/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/diffpdf/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   17 Mar 2013 16:00:23 -  1.8
+++ ChangeLog   12 May 2015 21:46:18 -  1.9
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/diffpdf
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/diffpdf/ChangeLog,v 1.8 2013/03/17 
16:00:23 dilfridge Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/diffpdf/ChangeLog,v 1.9 2015/05/12 
21:46:18 reavertm Exp $
+
+*diffpdf-2.1.3 (12 May 2015)
+
+  12 May 2015; Maciej Mrozowski reave...@gentoo.org +diffpdf-2.1.3.ebuild,
+  -diffpdf-1.9.2.ebuild, -diffpdf-2.1.1.ebuild:
+  Version bump (the last version released by upstream), remove all.
 
   17 Mar 2013; Andreas K. Huettel dilfri...@gentoo.org diffpdf-1.9.2.ebuild,
   diffpdf-2.1.1.ebuild:



1.1  app-text/diffpdf/diffpdf-2.1.3.ebuild

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

Index: diffpdf-2.1.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/diffpdf/diffpdf-2.1.3.ebuild,v 1.1 
2015/05/12 21:46:18 reavertm Exp $

EAPI=5

inherit qt4-r2 eutils qmake-utils

DESCRIPTION=Program that textually or visually compares two PDF files
HOMEPAGE=http://www.qtrac.eu/diffpdf.html;
SRC_URI=http://www.qtrac.eu/${P}.tar.gz;

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

DEPEND=
app-text/poppler:=[qt4]
=dev-qt/qtcore-4.6:4
=dev-qt/qtgui-4.6:4

RDEPEND=${DEPEND}

DOCS=README

src_configure() {
$(qt4_get_bindir)/lrelease diffpdf.pro || die 'Generating translations 
failed'
qt4-r2_src_configure
}

src_install() {
qt4-r2_src_install

dobin diffpdf
doman diffpdf.1
}






[gentoo-commits] gentoo-x86 commit in net-analyzer/nmap: nmap-9999.ebuild ChangeLog

2015-05-12 Thread Richard Farina (zerochaos)
zerochaos15/05/12 16:27:59

  Modified: nmap-.ebuild ChangeLog
  Log:
  add fcaps, bug #492794
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  ChangesPath
1.4  net-analyzer/nmap/nmap-.ebuild

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

Index: nmap-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nmap-.ebuild12 May 2015 16:06:37 -  1.3
+++ nmap-.ebuild12 May 2015 16:27:59 -  1.4
@@ -1,12 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-.ebuild,v 1.3 
2015/05/12 16:06:37 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-.ebuild,v 1.4 
2015/05/12 16:27:59 zerochaos Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE=sqlite,xml
-inherit eutils flag-o-matic python-single-r1 toolchain-funcs
+inherit eutils fcaps flag-o-matic python-single-r1 toolchain-funcs user
 
 MY_P=${P/_beta/BETA}
 
@@ -154,3 +154,17 @@
python_optimize
fi
 }
+
+pkg_postinst() {
+   # Add group for users allowed to run nmap.
+   enewgroup nmap
+
+   fcaps -o 0 -g nmap -m 4755 -M 0755 \
+   cap_net_raw,cap_net_admin,cap_net_bind_service+eip \
+   ${EROOT}/usr/bin/nmap
+
+   ewarn NOTE: To run nmap  as normal user you have to add yourself to 
the
+   ewarn nmap group. This security measure ensures that only trusted 
users
+   ewarn are allowed to run nmap
+}
+



1.336net-analyzer/nmap/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v
retrieving revision 1.335
retrieving revision 1.336
diff -u -r1.335 -r1.336
--- ChangeLog   12 May 2015 16:06:37 -  1.335
+++ ChangeLog   12 May 2015 16:27:59 -  1.336
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/nmap
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.335 
2015/05/12 16:06:37 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.336 
2015/05/12 16:27:59 zerochaos Exp $
+
+  12 May 2015; Rick Farina zeroch...@gentoo.org nmap-.ebuild:
+  add fcaps, bug #492794
 
   12 May 2015; Rick Farina zeroch...@gentoo.org
   +files/nmap--no-FORTIFY_SOURCE.patch, metadata.xml, nmap-6.47-r1.ebuild,






[gentoo-commits] gentoo-x86 commit in www-apache/mod_perl: mod_perl-2.0.8-r1.ebuild ChangeLog

2015-05-12 Thread Pacho Ramos (pacho)
pacho   15/05/12 17:22:31

  Modified: mod_perl-2.0.8-r1.ebuild ChangeLog
  Log:
  Needs apache 2.4 now
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  www-apache/mod_perl/mod_perl-2.0.8-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_perl/mod_perl-2.0.8-r1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_perl/mod_perl-2.0.8-r1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_perl/mod_perl-2.0.8-r1.ebuild?r1=1.1r2=1.2

Index: mod_perl-2.0.8-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_perl/mod_perl-2.0.8-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mod_perl-2.0.8-r1.ebuild8 May 2015 18:58:57 -   1.1
+++ mod_perl-2.0.8-r1.ebuild12 May 2015 17:22:31 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-apache/mod_perl/mod_perl-2.0.8-r1.ebuild,v 1.1 
2015/05/08 18:58:57 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-apache/mod_perl/mod_perl-2.0.8-r1.ebuild,v 1.2 
2015/05/12 17:22:31 pacho Exp $
 
 EAPI=5
 
@@ -38,7 +38,7 @@
 
 DOCFILES=Changes INSTALL README STATUS
 
-need_apache2
+need_apache2_4
 
 src_prepare() {
perl-module_src_prepare



1.120www-apache/mod_perl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_perl/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog   8 May 2015 18:58:57 -   1.119
+++ ChangeLog   12 May 2015 17:22:31 -  1.120
@@ -1,6 +1,9 @@
 # ChangeLog for www-apache/mod_perl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_perl/ChangeLog,v 1.119 
2015/05/08 18:58:57 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_perl/ChangeLog,v 1.120 
2015/05/12 17:22:31 pacho Exp $
+
+  12 May 2015; Pacho Ramos pa...@gentoo.org mod_perl-2.0.8-r1.ebuild:
+  Needs apache 2.4 now
 
 *mod_perl-2.0.8-r1 (08 May 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-python/urllib3: urllib3-1.10.3.ebuild ChangeLog

2015-05-12 Thread Mike Gilbert (floppym)
floppym 15/05/13 02:04:46

  Modified: urllib3-1.10.3.ebuild ChangeLog
  Log:
  Exclude tests which rely on tarpit address 10.255.255.1.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.4  dev-python/urllib3/urllib3-1.10.3.ebuild

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

Index: urllib3-1.10.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/urllib3/urllib3-1.10.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- urllib3-1.10.3.ebuild   13 May 2015 00:44:18 -  1.3
+++ urllib3-1.10.3.ebuild   13 May 2015 02:04:46 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/urllib3-1.10.3.ebuild,v 
1.3 2015/05/13 00:44:18 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/urllib3-1.10.3.ebuild,v 
1.4 2015/05/13 02:04:46 floppym Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -55,15 +55,21 @@
 }
 
 python_test() {
-   # upstream by their own admission describe the tests as flakey
-
# __init__.py uses a local import requiring use of PYTHONPATH=blank to 
offset
-   # Currently requires disabling FEATURES=network-sandbox (in make.conf)
-   # Failures currently occur under py2.7 with this disabled. After joint 
testing
+   # Failures currently occur under py2.7. After joint testing
# it's planned for this to have further investigation.
# https://github.com/shazow/urllib3/issues/621
 
-   PYTHONPATH= nosetests -v  ./test/ || die Tests fail with ${EPYTHON}
+   # These tests fail with network-sandbox enable due to an arbitrary 
tarpit
+   # address (10.255.255.1) being non-routable.
+   local exclude=(
+   -e test_enhanced_timeout
+   -e test_https_timeout
+   -e test_https_proxy_pool_timeout
+   -e test_https_proxy_timeout
+   )
+
+   PYTHONPATH= nosetests ${exclude[@]} test || die Tests fail with 
${EPYTHON}
 }
 
 python_install_all() {



1.39 dev-python/urllib3/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/urllib3/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   13 May 2015 00:44:18 -  1.38
+++ ChangeLog   13 May 2015 02:04:46 -  1.39
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/urllib3
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/ChangeLog,v 1.38 
2015/05/13 00:44:18 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/ChangeLog,v 1.39 
2015/05/13 02:04:46 floppym Exp $
+
+  13 May 2015; Mike Gilbert flop...@gentoo.org urllib3-1.10.3.ebuild:
+  Exclude tests which rely on tarpit address 10.255.255.1.
 
   13 May 2015; Ian Delaney idel...@gentoo.org urllib3-1.10.3.ebuild:
   update notation of bugs filed upstream






[gentoo-commits] gentoo-x86 commit in dev-python/urllib3: urllib3-1.10.3.ebuild ChangeLog

2015-05-12 Thread Ian Delaney (idella4)
idella4 15/05/13 00:44:18

  Modified: urllib3-1.10.3.ebuild ChangeLog
  Log:
  update notation of bugs filed upstream
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.3  dev-python/urllib3/urllib3-1.10.3.ebuild

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

Index: urllib3-1.10.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/urllib3/urllib3-1.10.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- urllib3-1.10.3.ebuild   12 May 2015 05:47:04 -  1.2
+++ urllib3-1.10.3.ebuild   13 May 2015 00:44:18 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/urllib3-1.10.3.ebuild,v 
1.2 2015/05/12 05:47:04 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/urllib3-1.10.3.ebuild,v 
1.3 2015/05/13 00:44:18 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -55,16 +55,13 @@
 }
 
 python_test() {
-   # https://github.com/shazow/urllib3/issues/527
-   # test_https_connection_read_timeout is found to hang and
-   # test_verified is found to fail  under py2.7 and pypy.
# upstream by their own admission describe the tests as flakey
 
# __init__.py uses a local import requiring use of PYTHONPATH=blank to 
offset
# Currently requires disabling FEATURES=network-sandbox (in make.conf)
# Failures currently occur under py2.7 with this disabled. After joint 
testing
-   # it's planned for this to have further investigation. 
-   # Further adjustments to this phase to come
+   # it's planned for this to have further investigation.
+   # https://github.com/shazow/urllib3/issues/621
 
PYTHONPATH= nosetests -v  ./test/ || die Tests fail with ${EPYTHON}
 }



1.38 dev-python/urllib3/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/urllib3/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   12 May 2015 05:47:04 -  1.37
+++ ChangeLog   13 May 2015 00:44:18 -  1.38
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/urllib3
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/ChangeLog,v 1.37 
2015/05/12 05:47:04 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/ChangeLog,v 1.38 
2015/05/13 00:44:18 idella4 Exp $
+
+  13 May 2015; Ian Delaney idel...@gentoo.org urllib3-1.10.3.ebuild:
+  update notation of bugs filed upstream
 
   12 May 2015; Ian Delaney idel...@gentoo.org urllib3-1.10.3.ebuild:
   re-write of test phase after further testing and probing of the testsuite,






[gentoo-commits] gentoo-x86 commit in games-emulation/mednafen/files: mednafen-0.9.38.4-zlib.patch mednafen-0.9.38.4-cflags.patch mednafen-0.9.38.4-automake-1.13.patch

2015-05-12 Thread Michael Sterrett (mr_bones_)
mr_bones_15/05/13 01:11:13

  Added:mednafen-0.9.38.4-zlib.patch
mednafen-0.9.38.4-cflags.patch
mednafen-0.9.38.4-automake-1.13.patch
  Log:
  version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  games-emulation/mednafen/files/mednafen-0.9.38.4-zlib.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/files/mednafen-0.9.38.4-zlib.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/files/mednafen-0.9.38.4-zlib.patch?rev=1.1content-type=text/plain

Index: mednafen-0.9.38.4-zlib.patch
===
--- mednafen.orig/src/compress/Makefile.am.inc
+++ mednafen/src/compress/Makefile.am.inc
@@ -1 +1 @@
-mednafen_SOURCES   +=  compress/minilzo.c compress/ioapi.c 
compress/unzip.c compress/GZFileStream.cpp compress/ZLInflateFilter.cpp
+mednafen_SOURCES   +=  compress/minilzo.c compress/ioapi.c 
compress/GZFileStream.cpp compress/ZLInflateFilter.cpp
--- mednafen.orig/src/file.cpp
+++ mednafen/src/file.cpp
@@ -29,7 +29,7 @@
 #include errno.h
 #include trio/trio.h
 
-#include compress/unzip.h
+#include minizip/unzip.h
 
 #include file.h
 #include general.h
--- mednafen.orig/src/Makefile.am
+++ mednafen/src/Makefile.am
@@ -6,7 +6,7 @@
 bin_PROGRAMS   =   mednafen
 
 mednafen_SOURCES   =   debug.cpp error.cpp mempatcher.cpp settings.cpp 
endian.cpp mednafen.cpp git.cpp file.cpp general.cpp memory.cpp netplay.cpp 
state.cpp state_rewind.cpp movie.cpp player.cpp PSFLoader.cpp tests.cpp 
qtrecord.cpp Stream.cpp MemoryStream.cpp FileStream.cpp IPSPatcher.cpp
-mednafen_LDADD =   trio/libtrio.a
+mednafen_LDADD =   trio/libtrio.a -lminizip
 mednafen_DEPENDENCIES  =   trio/libtrio.a
 
 if HAVE_SDL



1.1  
games-emulation/mednafen/files/mednafen-0.9.38.4-cflags.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/files/mednafen-0.9.38.4-cflags.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/files/mednafen-0.9.38.4-cflags.patch?rev=1.1content-type=text/plain

Index: mednafen-0.9.38.4-cflags.patch
===
--- configure.ac.orig
+++ configure.ac
@@ -80,25 +80,6 @@
 AC_CHECK_LIB([z], [zlibVersion],[], AC_MSG_ERROR([*** zlib not found!]))
 LIBS=$LIBS -lz
 
-OPTIMIZER_FLAGS=
-
-dnl -ffast-math removed January 12, 2013.  Don't re-add it, nor any of its 
sub-options(ESPECIALLY not -funsafe-math-optimizations),
-dnl it messes up certain code(NES resampler, for example) under certain 
conditions and alignments of the great celestial squid.
-dnl
-dnl In fact, let's explicitly disable it here with -fno-fast-math.
-dnl
-dnl -fomit-frame-pointer is required for some x86 inline assembly to compile.
-dnl
-dnl November 28, 2014: Use -fwrapv unconditionally instead of 
-fno-strict-overflow, -fno-strict-overflow is buggy
-dnl and does not work as documented/implied.
-dnl
-AX_CFLAGS_GCC_OPTION([-fno-fast-math], OPTIMIZER_FLAGS)
-AX_CFLAGS_GCC_OPTION([-fno-unsafe-math-optimizations], OPTIMIZER_FLAGS)
-AX_CFLAGS_GCC_OPTION([-fno-aggressive-loop-optimizations], OPTIMIZER_FLAGS)
-AX_CFLAGS_GCC_OPTION([-fomit-frame-pointer], OPTIMIZER_FLAGS)
-AX_CFLAGS_GCC_OPTION([-fwrapv], OPTIMIZER_FLAGS)
-
-
 WARNING_FLAGS=
 AX_CFLAGS_GCC_OPTION([-Wall], WARNING_FLAGS)
 AX_CFLAGS_GCC_OPTION([-Wshadow], WARNING_FLAGS)



1.1  
games-emulation/mednafen/files/mednafen-0.9.38.4-automake-1.13.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/files/mednafen-0.9.38.4-automake-1.13.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/files/mednafen-0.9.38.4-automake-1.13.patch?rev=1.1content-type=text/plain

Index: mednafen-0.9.38.4-automake-1.13.patch
===
--- mednafen-0.9.28-wip/mednafen/configure.ac
+++ mednafen-0.9.28-wip/mednafen/configure.ac
@@ -13,7 +13,7 @@
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE([mednafen], $MEDNAFEN_VERSION)
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
-AM_CONFIG_HEADER([include/config.h:include/config.h.in])
+AC_CONFIG_HEADERS([include/config.h:include/config.h.in])
 
 AC_PROG_CC
 AC_PROG_CPP






[gentoo-commits] gentoo-x86 commit in games-emulation/mednafen: mednafen-0.9.38.4.ebuild ChangeLog

2015-05-12 Thread Michael Sterrett (mr_bones_)
mr_bones_15/05/13 01:11:13

  Modified: ChangeLog
  Added:mednafen-0.9.38.4.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.57 games-emulation/mednafen/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/mednafen/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   27 Apr 2015 06:49:14 -  1.56
+++ ChangeLog   13 May 2015 01:11:13 -  1.57
@@ -1,6 +1,14 @@
 # ChangeLog for games-emulation/mednafen
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/ChangeLog,v 1.56 
2015/04/27 06:49:14 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/ChangeLog,v 1.57 
2015/05/13 01:11:13 mr_bones_ Exp $
+
+*mednafen-0.9.38.4 (13 May 2015)
+
+  13 May 2015; Michael Sterrett mr_bon...@gentoo.org
+  +files/mednafen-0.9.38.4-automake-1.13.patch,
+  +files/mednafen-0.9.38.4-cflags.patch, +files/mednafen-0.9.38.4-zlib.patch,
+  +mednafen-0.9.38.4.ebuild:
+  version bump
 
   27 Apr 2015; Michael Sterrett mr_bon...@gentoo.org 
mednafen-0.9.38.1.ebuild,
   metadata.xml:



1.1  games-emulation/mednafen/mednafen-0.9.38.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/mednafen-0.9.38.4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/mednafen-0.9.38.4.ebuild?rev=1.1content-type=text/plain

Index: mednafen-0.9.38.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/mednafen/mednafen-0.9.38.4.ebuild,v 1.1 
2015/05/13 01:11:13 mr_bones_ Exp $

EAPI=5
inherit autotools eutils flag-o-matic pax-utils games

DESCRIPTION=An advanced NES, GB/GBC/GBA, TurboGrafx 16/CD, NGPC and Lynx 
emulator
HOMEPAGE=http://mednafen.sourceforge.net/;
SRC_URI=mirror://sourceforge/mednafen/${P}.tar.bz2

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86
IUSE=alsa altivec cjk debugger jack nls pax_kernel

RDEPEND=virtual/opengl
media-libs/libsndfile
dev-libs/libcdio
media-libs/libsdl[sound,joystick,opengl,video]
media-libs/sdl-net
sys-libs/zlib[minizip]
alsa? ( media-libs/alsa-lib )
jack? ( media-sound/jack-audio-connection-kit )
nls? ( virtual/libintl )
DEPEND=${RDEPEND}
virtual/pkgconfig
nls? ( sys-devel/gettext )

S=${WORKDIR}/${PN}

pkg_pretend() {
if has ccache ${FEATURES} ; then
ewarn
ewarn If you experience build failure, try turning off ccache 
in FEATURES.
ewarn
fi
}

src_prepare() {
sed -i \
-e 's:$(datadir)/locale:/usr/share/locale:' \
$(find . -name Makefile.am) \
intl/Makefile.in || die
epatch \
${FILESDIR}/${P}-zlib.patch \
${FILESDIR}/${P}-cflags.patch \
${FILESDIR}/${P}-automake-1.13.patch
eautoreconf
}

src_configure() {
# very sensitive code (bug #539992)
strip-flags
append-flags -fomit-frame-pointer -fwrapv
egamesconf \
$(use_enable alsa) \
$(use_enable altivec) \
$(use_enable cjk cjk-fonts) \
$(use_enable debugger) \
$(use_enable jack) \
$(use_enable nls)
}

src_install() {
DOCS=Documentation/cheats.txt ChangeLog TODO \
default
if use pax_kernel; then
pax-mark m ${D}${GAMES_BINDIR}/mednafen || die
fi
prepgamesdirs
}






[gentoo-commits] proj/portage:master commit in: pym/_emerge/

2015-05-12 Thread Zac Medico
commit: ddf341ef86c0939026818a231f79086f0ae2ecfe
Author: Zac Medico zmedico AT gentoo DOT org
AuthorDate: Wed May 13 01:14:38 2015 +
Commit: Zac Medico zmedico AT gentoo DOT org
CommitDate: Wed May 13 01:21:57 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=ddf341ef

Allow read-only PKGDIR if no ebuilds will be built (bug 549072)

X-Gentoo-Bug: 549072
X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=549072
Acked-by: Brian Dolbec dolsen AT gentoo.org

 pym/_emerge/actions.py | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py
index b667537..92d1f2e 100644
--- a/pym/_emerge/actions.py
+++ b/pym/_emerge/actions.py
@@ -444,9 +444,12 @@ def action_build(settings, trees, mtimedb,
if need_write_bindb or need_write_vardb:
 
eroots = set()
+   ebuild_eroots = set()
for x in mydepgraph.altlist():
if isinstance(x, Package) and x.operation == 
merge:
eroots.add(x.root)
+   if x.type_name == ebuild:
+   ebuild_eroots.add(x.root)
 
for eroot in eroots:
if need_write_vardb and \
@@ -457,7 +460,7 @@ def action_build(settings, trees, mtimedb,
level=logging.ERROR, 
noiselevel=-1)
return 1
 
-   if need_write_bindb and \
+   if need_write_bindb and eroot in ebuild_eroots 
and \
(buildpkg in 
trees[eroot][root_config].
settings.features or
buildsyspkg in 
trees[eroot][root_config].



[gentoo-commits] proj/portage:master commit in: bin/, pym/portage/_emirrordist/, pym/repoman/

2015-05-12 Thread Zac Medico
commit: 6d9ee38484d91277e97e34c5b5a4dbf521e138c9
Author: Zac Medico zmedico AT gentoo DOT org
AuthorDate: Wed May 13 02:26:04 2015 +
Commit: Zac Medico zmedico AT gentoo DOT org
CommitDate: Wed May 13 02:39:58 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=6d9ee384

Fix deprecated logging.warn() calls (bug 549322)

X-Gentoo-Bug: 549322
X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=549322
Acked-by: Brian Dolbec dolsen AT gentoo.org

 bin/repoman| 10 +-
 pym/portage/_emirrordist/Config.py |  6 +++---
 pym/portage/_emirrordist/MirrorDistTask.py |  4 ++--
 pym/repoman/utilities.py   |  8 
 4 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/bin/repoman b/bin/repoman
index 4763b39..b193ce5 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -282,10 +282,10 @@ def ParseArgs(argv, qahelp):
if opts.mode == 'commit' and not (opts.force or opts.pretend):
if opts.ignore_masked:
opts.ignore_masked = False
-   logging.warn('Commit mode automatically disables 
--ignore-masked')
+   logging.warning('Commit mode automatically disables 
--ignore-masked')
if opts.without_mask:
opts.without_mask = False
-   logging.warn('Commit mode automatically disables 
--without-mask')
+   logging.warning('Commit mode automatically disables 
--without-mask')
 
return (opts, args)
 
@@ -435,7 +435,7 @@ commitmessage = None
 for x in missingvars:
x += .missing
if x not in qacats:
-   logging.warn('* missingvars values need to be added to qahelp 
(%s)' % x)
+   logging.warning('* missingvars values need to be added to 
qahelp (%s)' % x)
qacats.append(x)
qawarnings.add(x)
 
@@ -647,7 +647,7 @@ if repo_config.sign_manifest and repo_config.name == 
gentoo and \
'sign-manifests = false' in metadata/layout.conf.) % \
(repo_config.name,)
for line in textwrap.wrap(msg, 60):
-   logging.warn(line)
+   logging.warning(line)
 
 if sign_manifests and options.mode in (commit,) and \
repoman_settings.get(PORTAGE_GPG_KEY) and \
@@ -2424,7 +2424,7 @@ for x in effective_scanlist:
(x, myflag))
 
 if options.if_modified == y and len(effective_scanlist)  1:
-   logging.warn(--if-modified is enabled, but no modified packages were 
found!)
+   logging.warning(--if-modified is enabled, but no modified packages 
were found!)
 
 if options.mode == manifest:
sys.exit(dofail)

diff --git a/pym/portage/_emirrordist/Config.py 
b/pym/portage/_emirrordist/Config.py
index db4bfeb..f884a49 100644
--- a/pym/portage/_emirrordist/Config.py
+++ b/pym/portage/_emirrordist/Config.py
@@ -79,8 +79,8 @@ class Config(object):
line_format = %s: %%s % log_desc
add_newline = False
if log_path is not None:
-   logging.warn((dry-run: %s log 
-   redirected to logging.info) % 
log_desc)
+   logging.warning(dry-run: %s log 
+   redirected to logging.info % log_desc)
else:
self._open_files.append(io.open(log_path, mode=mode,
encoding='utf_8'))
@@ -114,7 +114,7 @@ class Config(object):
db = ShelveUnicodeWrapper(db)
 
if self.options.dry_run:
-   logging.warn(dry-run: %s db opened in readonly mode % 
db_desc)
+   logging.warning(dry-run: %s db opened in readonly 
mode % db_desc)
if not isinstance(db, dict):
volatile_db = dict((k, db[k]) for k in db)
db.close()

diff --git a/pym/portage/_emirrordist/MirrorDistTask.py 
b/pym/portage/_emirrordist/MirrorDistTask.py
index 571caa5..e23a11b 100644
--- a/pym/portage/_emirrordist/MirrorDistTask.py
+++ b/pym/portage/_emirrordist/MirrorDistTask.py
@@ -166,8 +166,8 @@ class MirrorDistTask(CompositeTask):
date_files.append(filename)
 
if dry_run:
-   logging.warn((dry-run: scheduled-deletions log 
-   will be summarized via logging.info))
+   logging.warning(dry-run: scheduled-deletions log 
+   will be summarized via logging.info)
 
lines = []
for date in sorted(date_map):

diff --git a/pym/repoman/utilities.py b/pym/repoman/utilities.py
index a2535f0..b9594a7 100644
--- a/pym/repoman/utilities.py
+++ b/pym/repoman/utilities.py
@@ -276,16 +276,16 @@ def 

[gentoo-commits] gentoo-x86 commit in dev-python/serpent: serpent-1.10.ebuild ChangeLog serpent-1.8.ebuild

2015-05-12 Thread Ian Delaney (idella4)
idella4 15/05/12 09:34:58

  Modified: ChangeLog
  Added:serpent-1.10.ebuild
  Removed:  serpent-1.8.ebuild
  Log:
  bump one remove one
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.21 dev-python/serpent/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/serpent/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   8 Apr 2015 08:04:59 -   1.20
+++ ChangeLog   12 May 2015 09:34:58 -  1.21
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/serpent
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/serpent/ChangeLog,v 1.20 
2015/04/08 08:04:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/serpent/ChangeLog,v 1.21 
2015/05/12 09:34:58 idella4 Exp $
+
+*serpent-1.10 (12 May 2015)
+
+  12 May 2015; Ian Delaney idel...@gentoo.org +serpent-1.10.ebuild,
+  -serpent-1.8.ebuild:
+  bump one remove one
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org serpent-1.7.ebuild:
   Drop old Python implementations



1.1  dev-python/serpent/serpent-1.10.ebuild

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

Index: serpent-1.10.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/serpent/serpent-1.10.ebuild,v 1.1 
2015/05/12 09:34:58 idella4 Exp $

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

inherit distutils-r1

DESCRIPTION=A simple serialization library based on ast.literal_eval
HOMEPAGE=https://pypi.python.org/packages/source/s/serpent/;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

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






[gentoo-commits] gentoo-x86 commit in net-misc/curl: ChangeLog curl-7.39.0.ebuild

2015-05-12 Thread Anthony G. Basile (blueness)
blueness15/05/12 11:11:20

  Modified: ChangeLog
  Removed:  curl-7.39.0.ebuild
  Log:
  Remove older stable.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.409net-misc/curl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v
retrieving revision 1.408
retrieving revision 1.409
diff -u -r1.408 -r1.409
--- ChangeLog   4 May 2015 10:06:39 -   1.408
+++ ChangeLog   12 May 2015 11:11:20 -  1.409
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/curl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.408 2015/05/04 
10:06:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.409 2015/05/12 
11:11:20 blueness Exp $
+
+  12 May 2015; Anthony G. Basile bluen...@gentoo.org -curl-7.39.0.ebuild:
+  Remove older stable.
 
   04 May 2015; Agostino Sarubbo a...@gentoo.org curl-7.42.1.ebuild:
   Stable for amd64, wrt bug #548130






  1   2   3   >