[gentoo-commits] gentoo-x86 commit in dev-python/peewee: peewee-2.5.0.ebuild ChangeLog
patrick 15/03/26 07:00:56 Modified: ChangeLog Added:peewee-2.5.0.ebuild Log: Bump (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.27 dev-python/peewee/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/peewee/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/peewee/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/peewee/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/peewee/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 12 Feb 2015 07:56:59 - 1.26 +++ ChangeLog 26 Mar 2015 07:00:56 - 1.27 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/peewee # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/peewee/ChangeLog,v 1.26 2015/02/12 07:56:59 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/peewee/ChangeLog,v 1.27 2015/03/26 07:00:56 patrick Exp $ + +*peewee-2.5.0 (26 Mar 2015) + + 26 Mar 2015; Patrick Lauer +peewee-2.5.0.ebuild: + Bump *peewee-2.4.7 (12 Feb 2015) 1.1 dev-python/peewee/peewee-2.5.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/peewee/peewee-2.5.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/peewee/peewee-2.5.0.ebuild?rev=1.1&content-type=text/plain Index: peewee-2.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/peewee/peewee-2.5.0.ebuild,v 1.1 2015/03/26 07:00:56 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) PYTHON_REQ_USE="sqlite(+)" inherit distutils-r1 DESCRIPTION="Small python ORM" HOMEPAGE="https://github.com/coleifer/peewee/"; SRC_URI="https://github.com/coleifer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc examples test" RDEPEND="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/apsw[${PYTHON_USEDEP}] dev-python/psycopg[${PYTHON_USEDEP}] dev-python/django[${PYTHON_USEDEP}] )" # Req'd to ensure a unique tmp.db for each python impl running the testsuite. DISTUTILS_IN_SOURCE_BUILD=1 python_compile_all() { use doc && emake -C docs html } python_test() { "${PYTHON}" ./runtests.py || die "tests failed under ${EPYTHON}" } python_install_all() { use doc && local HTML_DOCS=( docs/_build/html/. ) use examples && local EXAMPLES=( examples/. ) distutils-r1_python_install_all }
[gentoo-commits] gentoo-x86 commit in dev-tex/latex-beamer: latex-beamer-3.36.ebuild ChangeLog
radhermit15/03/26 07:03:01 Modified: ChangeLog Added:latex-beamer-3.36.ebuild Log: Version bump. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3) Revision ChangesPath 1.167dev-tex/latex-beamer/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latex-beamer/ChangeLog?rev=1.167&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latex-beamer/ChangeLog?rev=1.167&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latex-beamer/ChangeLog?r1=1.166&r2=1.167 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-tex/latex-beamer/ChangeLog,v retrieving revision 1.166 retrieving revision 1.167 diff -u -r1.166 -r1.167 --- ChangeLog 21 Dec 2014 07:22:56 - 1.166 +++ ChangeLog 26 Mar 2015 07:03:01 - 1.167 @@ -1,6 +1,11 @@ # ChangeLog for dev-tex/latex-beamer -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-beamer/ChangeLog,v 1.166 2014/12/21 07:22:56 radhermit Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-beamer/ChangeLog,v 1.167 2015/03/26 07:03:01 radhermit Exp $ + +*latex-beamer-3.36 (26 Mar 2015) + + 26 Mar 2015; Tim Harder +latex-beamer-3.36.ebuild: + Version bump. 21 Dec 2014; Tim Harder -latex-beamer-3.26.ebuild, -latex-beamer-3.27.ebuild, -latex-beamer-3.30.ebuild, 1.1 dev-tex/latex-beamer/latex-beamer-3.36.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latex-beamer/latex-beamer-3.36.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latex-beamer/latex-beamer-3.36.ebuild?rev=1.1&content-type=text/plain Index: latex-beamer-3.36.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-beamer/latex-beamer-3.36.ebuild,v 1.1 2015/03/26 07:03:01 radhermit Exp $ EAPI=5 inherit latex-package DESCRIPTION="LaTeX class for creating presentations using a video projector" HOMEPAGE="http://bitbucket.org/rivanvx/beamer/wiki/Home"; SRC_URI="http://dev.gentoo.org/~radhermit/dist/${P}.zip"; LICENSE="GPL-2 FDL-1.2 LPPL-1.3c" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples" DEPEND="app-arch/unzip dev-texlive/texlive-latex" RDEPEND=">=dev-tex/pgf-1.10 dev-tex/xcolor !dev-tex/translator" S=${WORKDIR}/beamer src_install() { insinto /usr/share/texmf-site/tex/latex/beamer doins -r base dodoc AUTHORS ChangeLog README TODO doc/licenses/LICENSE if use doc ; then docinto doc dodoc -r doc/* fi use examples && dodoc -r examples solutions }
[gentoo-commits] gentoo-x86 commit in sci-biology/biopython: biopython-1.65.ebuild ChangeLog
jlec15/03/26 07:11:28 Modified: biopython-1.65.ebuild ChangeLog Log: Add note for embos support, bug #543510 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!) Revision ChangesPath 1.2 sci-biology/biopython/biopython-1.65.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/biopython/biopython-1.65.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/biopython/biopython-1.65.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/biopython/biopython-1.65.ebuild?r1=1.1&r2=1.2 Index: biopython-1.65.ebuild === RCS file: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.65.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- biopython-1.65.ebuild 3 Mar 2015 16:01:46 - 1.1 +++ biopython-1.65.ebuild 26 Mar 2015 07:11:28 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.65.ebuild,v 1.1 2015/03/03 16:01:46 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.65.ebuild,v 1.2 2015/03/26 07:11:28 jlec Exp $ EAPI=5 @@ -48,4 +48,7 @@ elog "For database support you need to install:" optfeature "MySQL" dev-python/mysql-python optfeature "PostGreSQL" dev-python/psycopg + echo + elog "Some applications need extra packages:" + optfeature "EMBOSS (The European Molecular Biology Open Software Suite)" sci-biology/emboss } 1.79 sci-biology/biopython/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/biopython/ChangeLog?rev=1.79&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/biopython/ChangeLog?rev=1.79&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/biopython/ChangeLog?r1=1.78&r2=1.79 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sci-biology/biopython/ChangeLog,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- ChangeLog 3 Mar 2015 16:03:42 - 1.78 +++ ChangeLog 26 Mar 2015 07:11:28 - 1.79 @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/biopython # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/ChangeLog,v 1.78 2015/03/03 16:03:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/ChangeLog,v 1.79 2015/03/26 07:11:28 jlec Exp $ + + 26 Mar 2015; Justin Lecher biopython-1.65.ebuild: + Add note for embos support, bug #543510 03 Mar 2015; Justin Lecher -biopython-1.58.ebuild, -biopython-1.59.ebuild, -biopython-1.61.ebuild, -biopython-1.62-r1.ebuild,
[gentoo-commits] gentoo-x86 commit in dev-python/pytz: pytz-2015.2.ebuild ChangeLog
patrick 15/03/26 07:14:23 Modified: ChangeLog Added:pytz-2015.2.ebuild Log: Bump (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.205dev-python/pytz/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.205&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.205&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?r1=1.204&r2=1.205 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v retrieving revision 1.204 retrieving revision 1.205 diff -u -r1.204 -r1.205 --- ChangeLog 18 Mar 2015 06:08:52 - 1.204 +++ ChangeLog 26 Mar 2015 07:14:23 - 1.205 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pytz # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.204 2015/03/18 06:08:52 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.205 2015/03/26 07:14:23 patrick Exp $ + +*pytz-2015.2 (26 Mar 2015) + + 26 Mar 2015; Patrick Lauer +pytz-2015.2.ebuild: + Bump 18 Mar 2015; Patrick Lauer pytz-2014.10.ebuild, pytz-2014.9.ebuild: 1.1 dev-python/pytz/pytz-2015.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2015.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2015.2.ebuild?rev=1.1&content-type=text/plain Index: pytz-2015.2.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2015.2.ebuild,v 1.1 2015/03/26 07:14:23 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="World timezone definitions for Python" HOMEPAGE="http://pythonhosted.org/pytz/"; SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] >=sys-libs/timezone-data-2014i" RDEPEND="${DEPEND}" PATCHES=( # Use timezone-data zoneinfo. "${FILESDIR}/${PN}-2009j-zoneinfo.patch" # ...and do not install a copy of it. "${FILESDIR}/${PN}-2009h-zoneinfo-noinstall.patch" ) python_test() { "${PYTHON}" pytz/tests/test_tzinfo.py -v || die "Tests fail with ${EPYTHON}" }
[gentoo-commits] gentoo-x86 commit in dev-python/spyder: spyder-2.3.4.ebuild ChangeLog
patrick 15/03/26 07:22:32 Modified: ChangeLog Added:spyder-2.3.4.ebuild Log: Bump (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.37 dev-python/spyder/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/spyder/ChangeLog?rev=1.37&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/spyder/ChangeLog?rev=1.37&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/spyder/ChangeLog?r1=1.36&r2=1.37 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/spyder/ChangeLog,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- ChangeLog 28 Feb 2015 07:57:02 - 1.36 +++ ChangeLog 26 Mar 2015 07:22:32 - 1.37 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/spyder # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/ChangeLog,v 1.36 2015/02/28 07:57:02 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/ChangeLog,v 1.37 2015/03/26 07:22:32 patrick Exp $ + +*spyder-2.3.4 (26 Mar 2015) + + 26 Mar 2015; Patrick Lauer +spyder-2.3.4.ebuild: + Bump *spyder-2.3.3 (28 Feb 2015) 1.1 dev-python/spyder/spyder-2.3.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/spyder/spyder-2.3.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/spyder/spyder-2.3.4.ebuild?rev=1.1&content-type=text/plain Index: spyder-2.3.4.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/spyder-2.3.4.ebuild,v 1.1 2015/03/26 07:22:32 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="Python IDE with matlab-like features" HOMEPAGE="http://code.google.com/p/spyderlib/ https://bitbucket.org/spyder-ide/spyderlib"; SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc ipython matplotlib numpy pep8 +pyflakes pylint +rope scipy sphinx" # rope requires no version bordering since all are >= miniumum version RDEPEND=" || ( dev-python/PyQt4[${PYTHON_USEDEP},svg,webkit] dev-python/pyside[${PYTHON_USEDEP},svg,webkit] ) ipython? ( dev-python/ipython[qt4,${PYTHON_USEDEP}] ) matplotlib? ( dev-python/matplotlib[${PYTHON_USEDEP}] ) numpy? ( dev-python/numpy[${PYTHON_USEDEP}] ) pep8? ( dev-python/pep8[${PYTHON_USEDEP}] ) pyflakes? ( >=dev-python/pyflakes-0.5[${PYTHON_USEDEP}] ) pylint? ( dev-python/pylint[${PYTHON_USEDEP}] ) rope? ( $(python_gen_cond_dep 'dev-python/rope[${PYTHON_USEDEP}]' python2_7) ) scipy? ( sci-libs/scipy[${PYTHON_USEDEP}] ) sphinx? ( >=dev-python/sphinx-0.6.0[${PYTHON_USEDEP}] )" DEPEND="${RDEPEND} app-arch/unzip doc? ( >=dev-python/sphinx-0.6.0[${PYTHON_USEDEP}] )" # Courtesy of Arfrever PATCHES=( "${FILESDIR}"/${PN}-2.3.1-build.patch ) python_compile_all() { if use doc; then einfo "Generation of documentation" PYTHONPATH="{BUILD_DIR}" \ sphinx-build doc doc/html || die "Generation of documentation failed" fi } python_install_all() { distutils-r1_python_install_all doicon spyderlib/images/spyder.svg make_desktop_entry spyder Spyder spyder "Development;IDE" use doc && dohtml -r doc/html/ }
[gentoo-commits] gentoo-x86 commit in dev-python/requests: requests-2.6.0.ebuild ChangeLog
patrick 15/03/26 07:25:22 Modified: ChangeLog Added:requests-2.6.0.ebuild Log: Bump (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.84 dev-python/requests/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.84&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.84&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?r1=1.83&r2=1.84 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- ChangeLog 28 Feb 2015 07:52:17 - 1.83 +++ ChangeLog 26 Mar 2015 07:25:22 - 1.84 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/requests # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.83 2015/02/28 07:52:17 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.84 2015/03/26 07:25:22 patrick Exp $ + +*requests-2.6.0 (26 Mar 2015) + + 26 Mar 2015; Patrick Lauer +requests-2.6.0.ebuild: + Bump *requests-2.5.3 (28 Feb 2015) 1.1 dev-python/requests/requests-2.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild?rev=1.1&content-type=text/plain Index: requests-2.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/requests/requests-2.6.0.ebuild,v 1.1 2015/03/26 07:25:22 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="HTTP library for human beings" HOMEPAGE="http://python-requests.org/ http://pypi.python.org/pypi/requests"; SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="" # bundles dev-python/urllib3 snapshot RDEPEND="app-misc/ca-certificates >=dev-python/chardet-2.2.1[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" # tests connect to various remote sites RESTRICT="test" PATCHES=( "${FILESDIR}"/${PN}-2.2.0-system-chardet.patch "${FILESDIR}"/${PN}-2.5.0-system-cacerts.patch ) python_prepare_all() { # use system chardet rm -r requests/packages/chardet || die distutils-r1_python_prepare_all } python_test() { "${PYTHON}" test_requests.py || die "Tests fail with ${EPYTHON}" }
[gentoo-commits] gentoo-x86 commit in dev-python/tox: tox-1.9.0.ebuild ChangeLog tox-1.4.3.ebuild tox-1.7.2.ebuild
idella4 15/03/26 07:46:25 Modified: ChangeLog Added:tox-1.9.0.ebuild Removed: tox-1.4.3.ebuild tox-1.7.2.ebuild Log: bump one remove 2 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) Revision ChangesPath 1.26 dev-python/tox/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/tox/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 26 Jan 2015 10:28:13 - 1.25 +++ ChangeLog 26 Mar 2015 07:46:25 - 1.26 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/tox # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/tox/ChangeLog,v 1.25 2015/01/26 10:28:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/tox/ChangeLog,v 1.26 2015/03/26 07:46:25 idella4 Exp $ + +*tox-1.9.0 (26 Mar 2015) + + 26 Mar 2015; Ian Delaney +tox-1.9.0.ebuild, + -tox-1.4.3.ebuild, -tox-1.7.2.ebuild: + bump one remove 2 26 Jan 2015; Agostino Sarubbo tox-1.8.1.ebuild: Stable for x86, wrt bug #535380 1.1 dev-python/tox/tox-1.9.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/tox-1.9.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/tox-1.9.0.ebuild?rev=1.1&content-type=text/plain Index: tox-1.9.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/tox/tox-1.9.0.ebuild,v 1.1 2015/03/26 07:46:25 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 DESCRIPTION="virtualenv-based automation of test activities" HOMEPAGE="http://tox.testrun.org http://pypi.python.org/pypi/tox"; SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc test" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/virtualenv-1.11.2[${PYTHON_USEDEP}] dev-python/pip[${PYTHON_USEDEP}] >=dev-python/py-1.4.17[${PYTHON_USEDEP}]" DEPEND=" doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( ${RDEPEND} >=dev-python/pytest-2.3.5[${PYTHON_USEDEP}] )" python_prepare_all() { # Take out failing tests known to pass when run manually # # Run from ebuild interferes in subtle & mysterious ways, inducing these erroroneous fails sed -e 's:test_package_install_fails:_&:' -e 's:test_different_config_cwd:_&:' \ -e 's:test_develop:_&:' -e 's:test_usedevelop:_&:' \ -e 's:test_usedevelop_mixed:_&:' -e 's:test__test_usedevelop:_&:' \ -e 's:test_env_VIRTUALENV_PYTHON:_&:' \ -i tests/test_z_cmdline.py || die if use doc; then local PYTHON_DOC_ATOM=$(best_version --host-root dev-python/python-docs:2.7) local PYTHON_DOC_VERSION="${PYTHON_DOC_ATOM#dev-python/python-docs-}" local PYTHON_DOC="/usr/share/doc/python-docs-${PYTHON_DOC_VERSION}/html" local PYTHON_DOC_INVENTORY="${PYTHON_DOC}/objects.inv" sed -i "s|'http://docs.python.org/': None|'${PYTHON_DOC}': '${PYTHON_DOC_INVENTORY}'|" doc/conf.py || die fi distutils-r1_python_prepare_all } python_compile_all() { use doc && emake -C doc html } python_test() { py.test tests || die "Testsuite failed under ${EPYTHON}" } python_install_all() { use doc && HTML_DOCS=( "${S}"/doc/_build/html/. ) distutils-r1_python_install_all }
[gentoo-commits] gentoo-x86 commit in www-client/seamonkey: seamonkey-2.33.1.ebuild ChangeLog
polynomial-c15/03/26 07:52:44 Modified: seamonkey-2.33.1.ebuild ChangeLog Log: jit support is no longer optional (bug #544436) (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC) Revision ChangesPath 1.2 www-client/seamonkey/seamonkey-2.33.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.33.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.33.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.33.1.ebuild?r1=1.1&r2=1.2 Index: seamonkey-2.33.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.33.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- seamonkey-2.33.1.ebuild 24 Mar 2015 07:28:40 - 1.1 +++ seamonkey-2.33.1.ebuild 26 Mar 2015 07:52: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/www-client/seamonkey/seamonkey-2.33.1.ebuild,v 1.1 2015/03/24 07:28:40 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.33.1.ebuild,v 1.2 2015/03/26 07:52:44 polynomial-c Exp $ EAPI=5 WANT_AUTOCONF="2.1" @@ -27,7 +27,7 @@ fi MOZCONFIG_OPTIONAL_WIFI=1 -MOZCONFIG_OPTIONAL_JIT="enabled" +#MOZCONFIG_OPTIONAL_JIT="enabled" inherit check-reqs flag-o-matic toolchain-funcs eutils mozconfig-v5.36 multilib pax-utils fdo-mime autotools mozextension nsplugins mozlinguas PATCHFF="firefox-36.0-patches-01" 1.513www-client/seamonkey/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.513&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.513&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?r1=1.512&r2=1.513 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v retrieving revision 1.512 retrieving revision 1.513 diff -u -r1.512 -r1.513 --- ChangeLog 24 Mar 2015 07:28:40 - 1.512 +++ ChangeLog 26 Mar 2015 07:52:44 - 1.513 @@ -1,6 +1,9 @@ # ChangeLog for www-client/seamonkey # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.512 2015/03/24 07:28:40 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.513 2015/03/26 07:52:44 polynomial-c Exp $ + + 26 Mar 2015; Lars Wendler seamonkey-2.33.1.ebuild: + jit support is no longer optional (bug #544436). *seamonkey-2.33.1 (24 Mar 2015)
[gentoo-commits] gentoo-x86 commit in www-client/seamonkey: seamonkey-2.33.1.ebuild ChangeLog
polynomial-c15/03/26 08:21:12 Modified: seamonkey-2.33.1.ebuild ChangeLog Log: Enable jit support unconditionally (bug #544436) (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC) Revision ChangesPath 1.3 www-client/seamonkey/seamonkey-2.33.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.33.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.33.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.33.1.ebuild?r1=1.2&r2=1.3 Index: seamonkey-2.33.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.33.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- seamonkey-2.33.1.ebuild 26 Mar 2015 07:52:44 - 1.2 +++ seamonkey-2.33.1.ebuild 26 Mar 2015 08:21:12 - 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/www-client/seamonkey/seamonkey-2.33.1.ebuild,v 1.2 2015/03/26 07:52:44 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.33.1.ebuild,v 1.3 2015/03/26 08:21:12 polynomial-c Exp $ EAPI=5 WANT_AUTOCONF="2.1" @@ -216,6 +216,10 @@ mozconfig_annotate '' --enable-safe-browsing + # jit needs to be enabled unconditionally (bug #544436) + mozconfig_use_enable jit ion + mozconfig_use_enable jit yarr-jit + # Use an objdir to keep things organized. echo "mk_add_options MOZ_OBJDIR=${BUILD_OBJ_DIR}" \ >> "${S}"/.mozconfig 1.514www-client/seamonkey/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.514&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.514&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?r1=1.513&r2=1.514 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v retrieving revision 1.513 retrieving revision 1.514 diff -u -r1.513 -r1.514 --- ChangeLog 26 Mar 2015 07:52:44 - 1.513 +++ ChangeLog 26 Mar 2015 08:21:12 - 1.514 @@ -1,6 +1,9 @@ # ChangeLog for www-client/seamonkey # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.513 2015/03/26 07:52:44 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.514 2015/03/26 08:21:12 polynomial-c Exp $ + + 26 Mar 2015; Lars Wendler seamonkey-2.33.1.ebuild: + Enable jit support unconditionally (bug #544436). 26 Mar 2015; Lars Wendler seamonkey-2.33.1.ebuild: jit support is no longer optional (bug #544436).
[gentoo-commits] gentoo-x86 commit in www-client/seamonkey: seamonkey-2.33.1.ebuild ChangeLog
polynomial-c15/03/26 08:54:21 Modified: seamonkey-2.33.1.ebuild ChangeLog Log: Fix previous change (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC) Revision ChangesPath 1.4 www-client/seamonkey/seamonkey-2.33.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.33.1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.33.1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.33.1.ebuild?r1=1.3&r2=1.4 Index: seamonkey-2.33.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.33.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- seamonkey-2.33.1.ebuild 26 Mar 2015 08:21:12 - 1.3 +++ seamonkey-2.33.1.ebuild 26 Mar 2015 08: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/www-client/seamonkey/seamonkey-2.33.1.ebuild,v 1.3 2015/03/26 08:21:12 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.33.1.ebuild,v 1.4 2015/03/26 08:54:21 polynomial-c Exp $ EAPI=5 WANT_AUTOCONF="2.1" @@ -217,8 +217,8 @@ mozconfig_annotate '' --enable-safe-browsing # jit needs to be enabled unconditionally (bug #544436) - mozconfig_use_enable jit ion - mozconfig_use_enable jit yarr-jit + mozconfig_annotate '' --enable-ion + mozconfig_annotate '' --enable-yarr-jit # Use an objdir to keep things organized. echo "mk_add_options MOZ_OBJDIR=${BUILD_OBJ_DIR}" \ 1.515www-client/seamonkey/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.515&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.515&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?r1=1.514&r2=1.515 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v retrieving revision 1.514 retrieving revision 1.515 diff -u -r1.514 -r1.515 --- ChangeLog 26 Mar 2015 08:21:12 - 1.514 +++ ChangeLog 26 Mar 2015 08:54:21 - 1.515 @@ -1,6 +1,9 @@ # ChangeLog for www-client/seamonkey # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.514 2015/03/26 08:21:12 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.515 2015/03/26 08:54:21 polynomial-c Exp $ + + 26 Mar 2015; Lars Wendler seamonkey-2.33.1.ebuild: + Fix previous change. 26 Mar 2015; Lars Wendler seamonkey-2.33.1.ebuild: Enable jit support unconditionally (bug #544436).
[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-Tiny/
commit: ae8c471815e343f21f8b90faf1d2901e0784487a Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 09:18:23 2015 + Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 09:18:23 2015 + URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=ae8c4718 [prune] DateTime-Tiny -> Gone to ::gentoo dev-perl/DateTime-Tiny/DateTime-Tiny-1.04.ebuild | 23 --- dev-perl/DateTime-Tiny/metadata.xml | 13 - 2 files changed, 36 deletions(-) diff --git a/dev-perl/DateTime-Tiny/DateTime-Tiny-1.04.ebuild b/dev-perl/DateTime-Tiny/DateTime-Tiny-1.04.ebuild deleted file mode 100644 index 3f211ce..000 --- a/dev-perl/DateTime-Tiny/DateTime-Tiny-1.04.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=2 -MODULE_AUTHOR=ADAMK -inherit perl-module - -DESCRIPTION="A date object, with as little code as possible" -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -COMMON_DEPEND="" -DEPEND=" - ${COMMON_DEPEND} - test? ( - >=virtual/perl-Test-Simple-0.47 - ) -" -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do" diff --git a/dev-perl/DateTime-Tiny/metadata.xml b/dev-perl/DateTime-Tiny/metadata.xml deleted file mode 100644 index 0a36cc4..000 --- a/dev-perl/DateTime-Tiny/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - -perl - -kentfred...@gmail.com -Kent Fredric - - -DateTime-Tiny -DateTime::Tiny - -
[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Role-WithOverloading/
commit: 3a9f2d07d8a365e6bbca15b30abb92981bf374e8 Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 09:18:53 2015 + Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 09:18:53 2015 + URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=3a9f2d07 [prune] MooseX-Role-WithOverloading -> Gone to ::gentoo .../MooseX-Role-WithOverloading-0.110.0.ebuild | 40 -- .../MooseX-Role-WithOverloading-0.130.0.ebuild | 48 -- .../MooseX-Role-WithOverloading-0.40.0.ebuild | 29 - .../MooseX-Role-WithOverloading-0.50.0.ebuild | 29 - .../MooseX-Role-WithOverloading-0.60.0.ebuild | 31 -- .../MooseX-Role-WithOverloading-0.80.0.ebuild | 32 --- .../MooseX-Role-WithOverloading-0.90.0.ebuild | 32 --- dev-perl/MooseX-Role-WithOverloading/metadata.xml | 24 --- 8 files changed, 265 deletions(-) diff --git a/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.110.0.ebuild b/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.110.0.ebuild deleted file mode 100644 index 62424f4..000 --- a/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.110.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=BOBTFISH -MODULE_VERSION=0.11 -inherit perl-module - -DESCRIPTION='Roles which support overloading' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 -} -perl_meta_runtime() { - # Moose 0.94 ( 0.940.0 ) - echo \>=dev-perl/Moose-0.940.0 - # Moose::Role 1.15 ( 1.150.0 ) - echo \>=dev-perl/Moose-1.150.0 - # aliased - echo dev-perl/aliased - # namespace::autoclean - echo dev-perl/namespace-autoclean -} -perl_meta_test() { - # Test::More 0.88 ( 0.880.0 ) - echo \>=virtual/perl-Test-Simple-0.88 -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_runtime) - test? ( $(perl_meta_test) ) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.130.0.ebuild b/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.130.0.ebuild deleted file mode 100644 index ed1e55d..000 --- a/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.130.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=ETHER -MODULE_VERSION=0.13 -inherit perl-module - -DESCRIPTION='Roles which support overloading' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 -} -perl_meta_runtime() { - # Moose 0.94 ( 0.940.0 ) - echo \>=dev-perl/Moose-0.940.0 - # Moose::Role 1.15 ( 1.150.0 ) - echo \>=dev-perl/Moose-1.150.0 - # aliased - echo dev-perl/aliased - # namespace::autoclean 0.12 ( 0.120.0 ) - echo \>=dev-perl/namespace-autoclean-0.120.0 - # namespace::clean - echo dev-perl/namespace-clean - # perl 5.006 ( 5.6.0 ) - echo \>=dev-lang/perl-5.6.0 -} -perl_meta_test() { - # Test::CheckDeps 0.002 ( 0.2.0 ) - echo \>=dev-perl/Test-CheckDeps-0.2.0 - # Test::More 0.88 ( 0.880.0 ) - echo \>=virtual/perl-Test-Simple-0.88 - # Test::NoWarnings 1.04 ( 1.40.0 ) - echo \>=dev-perl/Test-NoWarnings-1.40.0 -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_runtime) - test? ( $(perl_meta_test) ) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.40.0.ebuild b/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.40.0.ebuild deleted file mode 100644 index dfed68b..000 --- a/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.40.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=2 -MODULE_AUTHOR=FLORA -MODULE_VERSION="0.04" -inherit perl-module - -DESCRIPTION="Roles which support overloading" -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -COMMON_DEPEND=" - dev-perl/namespace-clean - >=dev-perl/namespace-autoclean-0.90.0 - dev-perl/MooseX-Types - dev-perl/aliased - >=dev-perl/Moose-0.900.0 - -" -DEPEND=" - ${COMMON_DEPEND} - test? ( >=virtual/perl-Test-Simple-0.88 ) -" -RDEPEND
[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Strip/
commit: 82762dda910a736f2e1d8410d91a8e11293afbd1 Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 09:21:21 2015 + Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 09:21:21 2015 + URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=82762dda [prune] Pod-Strip -> Gone to ::gentoo dev-perl/Pod-Strip/Pod-Strip-1.20.0.ebuild | 25 - dev-perl/Pod-Strip/metadata.xml| 13 - 2 files changed, 38 deletions(-) diff --git a/dev-perl/Pod-Strip/Pod-Strip-1.20.0.ebuild b/dev-perl/Pod-Strip/Pod-Strip-1.20.0.ebuild deleted file mode 100644 index d9438ae..000 --- a/dev-perl/Pod-Strip/Pod-Strip-1.20.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=3 -MODULE_AUTHOR=DOMM -MODULE_VERSION="1.02" -inherit perl-module - -DESCRIPTION="Remove POD from Perl code" -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -COMMON_DEPEND=" - virtual/perl-Test-Simple - >=virtual/perl-Pod-Simple-3.00 -" -DEPEND=" - ${COMMON_DEPEND} - virtual/perl-Module-Build -" -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do" diff --git a/dev-perl/Pod-Strip/metadata.xml b/dev-perl/Pod-Strip/metadata.xml deleted file mode 100644 index 588f7f6..000 --- a/dev-perl/Pod-Strip/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - -perl - -kentfred...@gmail.com -Kent Fredric - - -Pod-Strip -Pod::Strip - -
[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mouse/
commit: 896c0fc99836d8c3c73e344ce59570c389d7ce4e Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 09:20:27 2015 + Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 09:20:27 2015 + URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=896c0fc9 [prune] Mouse -> Gone to ::gentoo dev-perl/Mouse/Mouse-2.4.1.ebuild | 36 dev-perl/Mouse/metadata.xml | 36 2 files changed, 72 deletions(-) diff --git a/dev-perl/Mouse/Mouse-2.4.1.ebuild b/dev-perl/Mouse/Mouse-2.4.1.ebuild deleted file mode 100644 index 8bcaf17..000 --- a/dev-perl/Mouse/Mouse-2.4.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=GFUJI -inherit perl-module - -DESCRIPTION="Moose minus the antlers" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - >=virtual/perl-Scalar-List-Utils-1.140.0 - >=virtual/perl-XSLoader-0.20.0 -" -# Test::Exception::LessClever -> Nowhere because upstream are wrong -DEPEND=" - >=virtual/perl-ExtUtils-ParseXS-3.220.0 - >=virtual/perl-Devel-PPPort-3.190.0 - >=virtual/perl-Module-Build-0.400.500 - dev-perl/Module-Build-XSUtil - ${RDEPEND} - test? ( - dev-perl/Test-Exception - dev-perl/Test-Fatal - dev-perl/Test-LeakTrace - >=virtual/perl-Test-Simple-0.880.0 - dev-perl/Test-Output - dev-perl/Test-Requires - dev-perl/Try-Tiny - ) -" -SRC_TEST="do parallel" diff --git a/dev-perl/Mouse/metadata.xml b/dev-perl/Mouse/metadata.xml deleted file mode 100644 index ed6d8f7..000 --- a/dev-perl/Mouse/metadata.xml +++ /dev/null @@ -1,36 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - perl - -Mouse -Mouse -Mouse::Exporter -Mouse::Meta::Attribute -Mouse::Meta::Class -Mouse::Meta::Method -Mouse::Meta::Method::Accessor -Mouse::Meta::Method::Constructor -Mouse::Meta::Method::Delegation -Mouse::Meta::Method::Destructor -Mouse::Meta::Module -Mouse::Meta::Role -Mouse::Meta::Role::Application -Mouse::Meta::Role::Application::RoleSummation -Mouse::Meta::Role::Composite -Mouse::Meta::Role::Method -Mouse::Meta::TypeConstraint -Mouse::Object -Mouse::PurePerl -Mouse::Role -Mouse::Spec -Mouse::TypeRegistry -Mouse::Util -Mouse::Util::MetaRole -Mouse::Util::TypeConstraints -Squirrel -Squirrel::Role -Test::Mouse -ouse - -
[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Safe-Isa/
commit: 803b12ebe7f416722c8744fdcba386b35af9112f Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 09:22:04 2015 + Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 09:22:04 2015 + URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=803b12eb [prune] Safe-Isa -> Gone to ::gentoo dev-perl/Safe-Isa/Safe-Isa-1.0.2.ebuild | 29 - dev-perl/Safe-Isa/Safe-Isa-1.0.3.ebuild | 29 - dev-perl/Safe-Isa/metadata.xml | 13 - 3 files changed, 71 deletions(-) diff --git a/dev-perl/Safe-Isa/Safe-Isa-1.0.2.ebuild b/dev-perl/Safe-Isa/Safe-Isa-1.0.2.ebuild deleted file mode 100644 index 9af9cca..000 --- a/dev-perl/Safe-Isa/Safe-Isa-1.0.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=MSTROUT -MODULE_VERSION=1.02 -inherit perl-module - -DESCRIPTION='Call isa, can, does and DOES safely on things that may not be objects' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker -} -perl_meta_build() { - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) -" -RDEPEND=" - -" -SRC_TEST="do" diff --git a/dev-perl/Safe-Isa/Safe-Isa-1.0.3.ebuild b/dev-perl/Safe-Isa/Safe-Isa-1.0.3.ebuild deleted file mode 100644 index c651aea..000 --- a/dev-perl/Safe-Isa/Safe-Isa-1.0.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=ETHER -MODULE_VERSION=1.03 -inherit perl-module - -DESCRIPTION='Call isa, can, does and DOES safely on things that may not be objects' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker -} -perl_meta_build() { - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) -" -RDEPEND=" - -" -SRC_TEST="do" diff --git a/dev-perl/Safe-Isa/metadata.xml b/dev-perl/Safe-Isa/metadata.xml deleted file mode 100644 index bac2da0..000 --- a/dev-perl/Safe-Isa/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - perl - - kentfred...@gmail.com - Kent Fredric - - - Safe-Isa - Safe::Isa - -
[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Syntax-Keyword-Junction/
commit: 1f3e5bbd58a76aa725f0b58dd9bf03e0dadbb2df Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 09:22:34 2015 + Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 09:22:34 2015 + URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=1f3e5bbd [prune] Syntax-Keyword-Junction -> Gone to ::gentoo .../Syntax-Keyword-Junction-0.3.1.ebuild | 33 -- .../Syntax-Keyword-Junction-0.3.2.ebuild | 33 -- .../Syntax-Keyword-Junction-0.3.3.ebuild | 33 -- .../Syntax-Keyword-Junction-0.3.4.ebuild | 33 -- dev-perl/Syntax-Keyword-Junction/metadata.xml | 19 - 5 files changed, 151 deletions(-) diff --git a/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.1.ebuild b/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.1.ebuild deleted file mode 100644 index 4cadc4f..000 --- a/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=FREW -MODULE_VERSION=0.003001 -inherit perl-module - -DESCRIPTION='Perl6 style Junction operators in Perl5' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 -} -perl_meta_runtime() { - # Sub::Exporter::Progressive 0.001006 ( 0.1.6 ) - echo \>=dev-perl/Sub-Exporter-Progressive-0.1.6 - # Test::More - echo virtual/perl-Test-Simple - # syntax - echo dev-perl/syntax -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.2.ebuild b/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.2.ebuild deleted file mode 100644 index 3afdaa9..000 --- a/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=FREW -MODULE_VERSION=0.003002 -inherit perl-module - -DESCRIPTION='Perl6 style Junction operators in Perl5' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 -} -perl_meta_runtime() { - # Sub::Exporter::Progressive 0.001006 ( 0.1.6 ) - echo \>=dev-perl/Sub-Exporter-Progressive-0.1.6 - # Test::More - echo virtual/perl-Test-Simple - # syntax - echo dev-perl/syntax -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.3.ebuild b/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.3.ebuild deleted file mode 100644 index 216dea3..000 --- a/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=FREW -MODULE_VERSION=0.003003 -inherit perl-module - -DESCRIPTION='Perl6 style Junction operators in Perl5' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 -} -perl_meta_runtime() { - # Sub::Exporter::Progressive 0.001006 ( 0.1.6 ) - echo \>=dev-perl/Sub-Exporter-Progressive-0.1.6 - # Test::More - echo virtual/perl-Test-Simple - # syntax - echo dev-perl/syntax -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.4.ebuild b/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.4.ebuild deleted file mode 100644 index c31ce13..000 --- a/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=FREW -MODULE_VERSION=0.003004 -inherit perl-module - -DESCRIPTION='Perl6 style Junction operators in Perl5' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 -} -perl_meta_run
[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Crypt-URandom/
commit: 71d485128c52faf8781b2b067f8e54274cd4ff92 Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 09:17:47 2015 + Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 09:17:47 2015 + URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=71d48512 [prune] Crypt-URandom -> Gone to ::gentoo .../Crypt-URandom/Crypt-URandom-0.340.0.ebuild | 40 -- dev-perl/Crypt-URandom/metadata.xml| 13 --- 2 files changed, 53 deletions(-) diff --git a/dev-perl/Crypt-URandom/Crypt-URandom-0.340.0.ebuild b/dev-perl/Crypt-URandom/Crypt-URandom-0.340.0.ebuild deleted file mode 100644 index 525ea6a..000 --- a/dev-perl/Crypt-URandom/Crypt-URandom-0.340.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=DDICK -MODULE_VERSION=0.34 -inherit perl-module - -DESCRIPTION='Provide non blocking randomness' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker - echo virtual/perl-Module-Build -} -perl_meta_build() { - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker - echo virtual/perl-Module-Build -} -perl_meta_runtime() { - # Carp - # echo virtual/perl-Carp - # English - echo dev-lang/perl - # Test::More - echo virtual/perl-Test-Simple -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do parallel" diff --git a/dev-perl/Crypt-URandom/metadata.xml b/dev-perl/Crypt-URandom/metadata.xml deleted file mode 100644 index 3c82c2e..000 --- a/dev-perl/Crypt-URandom/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - -perl - -pavel.a.deni...@gmail.com -Pavel Denisov - - -Crypt-URandom -Crypt::URandom - -
[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/syntax/
commit: 8e57dbdd76e6ac038a6da1d001445a67609fb99b Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 09:23:54 2015 + Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 09:23:54 2015 + URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=8e57dbdd [prune] syntax -> Gone to ::gentoo dev-perl/syntax/metadata.xml| 13 --- dev-perl/syntax/syntax-0.4.0.ebuild | 44 - 2 files changed, 57 deletions(-) diff --git a/dev-perl/syntax/metadata.xml b/dev-perl/syntax/metadata.xml deleted file mode 100644 index bdc7d93..000 --- a/dev-perl/syntax/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - perl - - kentfred...@gmail.com - Kent Fredric - - - syntax - syntax - - diff --git a/dev-perl/syntax/syntax-0.4.0.ebuild b/dev-perl/syntax/syntax-0.4.0.ebuild deleted file mode 100644 index 0918a09..000 --- a/dev-perl/syntax/syntax-0.4.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=PHAYLON -MODULE_VERSION=0.004 -inherit perl-module - -DESCRIPTION='Activate syntax extensions' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 -} -perl_meta_runtime() { - # Carp - echo dev-lang/perl - # Data::OptList 0.104 ( 0.104.0 ) - echo \>=dev-perl/Data-OptList-0.104.0 - # namespace::clean - echo dev-perl/namespace-clean - # strict - echo dev-lang/perl - # warnings - echo dev-lang/perl -} -perl_meta_test() { - # FindBin - echo dev-lang/perl - # Test::More 0.94 ( 0.940.0 ) - echo \>=virtual/perl-Test-Simple-0.94 -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_runtime) - test? ( $(perl_meta_test) ) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do"
[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/aliased/
commit: 29708301eca0adc70f2fced0a962478997efebb9 Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 09:23:27 2015 + Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 09:23:27 2015 + URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=29708301 [prune] aliased -> Gone to ::gentoo dev-perl/aliased/aliased-0.310.0.ebuild | 29 - dev-perl/aliased/metadata.xml | 13 - 2 files changed, 42 deletions(-) diff --git a/dev-perl/aliased/aliased-0.310.0.ebuild b/dev-perl/aliased/aliased-0.310.0.ebuild deleted file mode 100644 index 17c5f95..000 --- a/dev-perl/aliased/aliased-0.310.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=OVID -MODULE_VERSION=0.31 -inherit perl-module - -DESCRIPTION='Use shorter versions of class names.' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # Module::Build 0.40 ( 0.400.0 ) - echo \>=virtual/perl-Module-Build-0.400.0 -} -perl_meta_build() { - # Test::More - echo virtual/perl-Test-Simple -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) -" -RDEPEND=" - -" -SRC_TEST="do" diff --git a/dev-perl/aliased/metadata.xml b/dev-perl/aliased/metadata.xml deleted file mode 100644 index 92e8eea..000 --- a/dev-perl/aliased/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - -perl - -m...@cattlegrid.info -Michele Beltrame - - -aliased -aliased - -
[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Tree-Simple/
commit: ec9573a6462a642b0a5156237ab5cd8452517b6d Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 09:23:07 2015 + Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 09:23:07 2015 + URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=ec9573a6 [prune] Tree-Simple -> Gone to ::gentoo dev-perl/Tree-Simple/Tree-Simple-1.230.0.ebuild | 36 - dev-perl/Tree-Simple/metadata.xml | 10 --- 2 files changed, 46 deletions(-) diff --git a/dev-perl/Tree-Simple/Tree-Simple-1.230.0.ebuild b/dev-perl/Tree-Simple/Tree-Simple-1.230.0.ebuild deleted file mode 100644 index 82f623b..000 --- a/dev-perl/Tree-Simple/Tree-Simple-1.230.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tree-Simple/Tree-Simple-1.180.0-r1.ebuild,v 1.1 2014/08/23 22:11:56 axs Exp $ - -EAPI=5 - -MODULE_AUTHOR=RSAVAGE -MODULE_VERSION=1.23 -MODULE_A_EXT="tgz" -inherit perl-module - -DESCRIPTION="A simple tree object" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - >=virtual/perl-Scalar-List-Utils-1.180.0 -" -DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.400.0 - test? ( - >=virtual/perl-Test-Simple-0.470.0 - >=dev-perl/Test-Exception-0.150.0 - )" -PERL_RM_FILES=( - t/version.t - xt/author/pod.t - xt/author/pod_coverage.t -) -src_prepare() { - perl-module_src_prepare - sed -i 's/^.*Test::Version.*$//' "${S}/Build.PL" "${S}/Makefile.PL" -} -SRC_TEST="do parallel" diff --git a/dev-perl/Tree-Simple/metadata.xml b/dev-perl/Tree-Simple/metadata.xml deleted file mode 100644 index 5d5de12..000 --- a/dev-perl/Tree-Simple/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - perl - -Tree-Simple -Tree::Simple -Tree::Simple::Visitor - -
[gentoo-commits] gentoo-x86 commit in dev-python/webhelpers: webhelpers-1.3-r1.ebuild ChangeLog
patrick 15/03/26 09:28:47 Modified: webhelpers-1.3-r1.ebuild ChangeLog Log: Drop pypy as dependencies dropped it too (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.5 dev-python/webhelpers/webhelpers-1.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webhelpers/webhelpers-1.3-r1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webhelpers/webhelpers-1.3-r1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webhelpers/webhelpers-1.3-r1.ebuild?r1=1.4&r2=1.5 Index: webhelpers-1.3-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-python/webhelpers/webhelpers-1.3-r1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- webhelpers-1.3-r1.ebuild1 Jan 2015 23:56:22 - 1.4 +++ webhelpers-1.3-r1.ebuild26 Mar 2015 09:28:47 - 1.5 @@ -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/webhelpers/webhelpers-1.3-r1.ebuild,v 1.4 2015/01/01 23:56:22 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webhelpers/webhelpers-1.3-r1.ebuild,v 1.5 2015/03/26 09:28:47 patrick Exp $ EAPI=5 -PYTHON_COMPAT=( python2_7 pypy ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 1.18 dev-python/webhelpers/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webhelpers/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webhelpers/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webhelpers/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/webhelpers/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 1 Jan 2015 23:56:22 - 1.17 +++ ChangeLog 26 Mar 2015 09:28:47 - 1.18 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/webhelpers # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webhelpers/ChangeLog,v 1.17 2015/01/01 23:56:22 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webhelpers/ChangeLog,v 1.18 2015/03/26 09:28:47 patrick Exp $ + + 26 Mar 2015; Patrick Lauer webhelpers-1.3-r1.ebuild: + Drop pypy as dependencies dropped it too 01 Jan 2015; Michał Górny webhelpers-1.3-r1.ebuild: Add missing nose dependency, remove obsolete vars. Add missing distutils-
[gentoo-commits] gentoo-x86 commit in dev-python/subunit: subunit-0.0.10-r1.ebuild ChangeLog
idella4 15/03/26 09:37:43 Modified: ChangeLog Added:subunit-0.0.10-r1.ebuild Log: re-add -0.0.10-r1 to appease revdep requiring support of unstable keywords (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) Revision ChangesPath 1.68 dev-python/subunit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subunit/ChangeLog?rev=1.68&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subunit/ChangeLog?rev=1.68&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subunit/ChangeLog?r1=1.67&r2=1.68 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/subunit/ChangeLog,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- ChangeLog 26 Mar 2015 06:41:44 - 1.67 +++ ChangeLog 26 Mar 2015 09:37:43 - 1.68 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/subunit # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/ChangeLog,v 1.67 2015/03/26 06:41:44 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/ChangeLog,v 1.68 2015/03/26 09:37:43 idella4 Exp $ + +*subunit-0.0.10-r1 (26 Mar 2015) + + 26 Mar 2015; Ian Delaney +subunit-0.0.10-r1.ebuild, + files/0.0.21-tests.patch: + re-add -0.0.10-r1 to appease revdep requiring support of unstable keywords *subunit-1.0.0 (26 Mar 2015) 1.7 dev-python/subunit/subunit-0.0.10-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subunit/subunit-0.0.10-r1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subunit/subunit-0.0.10-r1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subunit/subunit-0.0.10-r1.ebuild?r1=1.6&r2=1.7
[gentoo-commits] gentoo-x86 commit in sci-mathematics/singular: singular-4.0.2.ebuild ChangeLog
tomka 15/03/26 10:16:33 Modified: singular-4.0.2.ebuild ChangeLog Log: Restrict ntl dep (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 565C32BC) Revision ChangesPath 1.3 sci-mathematics/singular/singular-4.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild?r1=1.2&r2=1.3 Index: singular-4.0.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- singular-4.0.2.ebuild 10 Mar 2015 19:12:44 - 1.2 +++ singular-4.0.2.ebuild 26 Mar 2015 10:16:33 - 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/sci-mathematics/singular/singular-4.0.2.ebuild,v 1.2 2015/03/10 19:12:44 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild,v 1.3 2015/03/26 10:16:33 tomka Exp $ EAPI=5 @@ -26,6 +26,7 @@ RDEPEND="dev-libs/gmp >=dev-libs/ntl-5.5.1 + =virtual/emacs-22 ) sci-mathematics/flint sci-mathematics/4ti2 1.63 sci-mathematics/singular/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?rev=1.63&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?rev=1.63&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?r1=1.62&r2=1.63 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- ChangeLog 10 Mar 2015 19:12:44 - 1.62 +++ ChangeLog 26 Mar 2015 10:16:33 - 1.63 @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/singular # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.62 2015/03/10 19:12:44 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.63 2015/03/26 10:16:33 tomka Exp $ + + 26 Mar 2015; Thomas Kahle singular-4.0.2.ebuild: + Restrict ntl dep 10 Mar 2015; Thomas Kahle singular-4.0.2.ebuild: Fix missing dep on cddlib (542746)
[gentoo-commits] gentoo-x86 commit in sci-mathematics/Macaulay2: Macaulay2-1.4-r1.ebuild Macaulay2-1.4.ebuild Macaulay2-1.7_pre.ebuild Macaulay2-1.6.ebuild ChangeLog
tomka 15/03/26 10:17:49 Modified: Macaulay2-1.4-r1.ebuild Macaulay2-1.4.ebuild Macaulay2-1.7_pre.ebuild Macaulay2-1.6.ebuild ChangeLog Log: restrict ntl dep (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 565C32BC) Revision ChangesPath 1.5 sci-mathematics/Macaulay2/Macaulay2-1.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.4-r1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.4-r1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.4-r1.ebuild?r1=1.4&r2=1.5 Index: Macaulay2-1.4-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.4-r1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Macaulay2-1.4-r1.ebuild 14 Dec 2011 08:44:52 - 1.4 +++ Macaulay2-1.4-r1.ebuild 26 Mar 2015 10:17:49 - 1.5 @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.4-r1.ebuild,v 1.4 2011/12/14 08:44:52 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.4-r1.ebuild,v 1.5 2015/03/26 10:17:49 tomka Exp $ EAPI="2" @@ -28,6 +28,7 @@ DEPEND="sys-libs/gdbm >=dev-libs/ntl-5.5.2 + =sci-mathematics/pari-2.3.4[gmp] >=sys-libs/readline-6.1 dev-libs/libxml2:2 1.6 sci-mathematics/Macaulay2/Macaulay2-1.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.4.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.4.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.4.ebuild?r1=1.5&r2=1.6 Index: Macaulay2-1.4.ebuild === RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.4.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- Macaulay2-1.4.ebuild14 May 2011 14:34:21 - 1.5 +++ Macaulay2-1.4.ebuild26 Mar 2015 10:17:49 - 1.6 @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.4.ebuild,v 1.5 2011/05/14 14:34:21 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.4.ebuild,v 1.6 2015/03/26 10:17:49 tomka Exp $ EAPI="2" @@ -26,6 +26,7 @@ DEPEND="sys-libs/gdbm >=dev-libs/ntl-5.5.2 + =sci-mathematics/pari-2.3.4[gmp] >=sys-libs/readline-6.1 dev-libs/libxml2:2 1.3 sci-mathematics/Macaulay2/Macaulay2-1.7_pre.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.7_pre.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.7_pre.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.7_pre.ebuild?r1=1.2&r2=1.3 Index: Macaulay2-1.7_pre.ebuild === RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.7_pre.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Macaulay2-1.7_pre.ebuild24 Mar 2015 17:22:15 - 1.2 +++ Macaulay2-1.7_pre.ebuild26 Mar 2015 10:17:49 - 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/sci-mathematics/Macaulay2/Macaulay2-1.7_pre.ebuild,v 1.2 2015/03/24 17:22:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.7_pre.ebuild,v 1.3 2015/03/26 10:17:49 tomka Exp $ EAPI=5 @@ -33,7 +33,7 @@ RDEPEND="${PYTHON_DEPS} sys-libs/gdbm - dev-libs/ntl + =sys-libs/readline-6.1 dev-libs/libxml2:2 1.5 sci-mathematics/Macaulay2/Macaulay2-1.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.6.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.6.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi
[gentoo-commits] gentoo-x86 commit in dev-libs/ntl/files: ntl-8.1.2-sanitize-makefile.patch
tomka 15/03/26 10:19:22 Added:ntl-8.1.2-sanitize-makefile.patch Log: bump to 8.1.2 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 565C32BC) Revision ChangesPath 1.1 dev-libs/ntl/files/ntl-8.1.2-sanitize-makefile.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ntl/files/ntl-8.1.2-sanitize-makefile.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ntl/files/ntl-8.1.2-sanitize-makefile.patch?rev=1.1&content-type=text/plain Index: ntl-8.1.2-sanitize-makefile.patch === diff -U 3 -dHrN ntl-8.1.2/src/DoConfig ntl-8.1.2-shared/src/DoConfig --- ntl-8.1.2/src/DoConfig 2015-01-31 14:07:38.0 +0100 +++ ntl-8.1.2-shared/src/DoConfig 2015-03-26 10:23:41.117816775 +0100 @@ -21,14 +21,16 @@ 'LDFLAGS' => '', 'LDLIBS' => '-lm', +'PICFLAG' => '-fPIC', 'CPPFLAGS'=> '', -'DEF_PREFIX' => '/usr/local', +'DEF_PREFIX' => '/usr', 'PREFIX' => '$(DEF_PREFIX)', 'LIBDIR' => '$(PREFIX)/lib', 'INCLUDEDIR' => '$(PREFIX)/include', 'DOCDIR' => '$(PREFIX)/share/doc', +'SHMAKE' => 'non-gld', 'GMP_PREFIX' => '$(DEF_PREFIX)', 'GMP_INCDIR' => '$(GMP_PREFIX)/include', diff -U 3 -dHrN ntl-8.1.2/src/mfile ntl-8.1.2-shared/src/mfile --- ntl-8.1.2/src/mfile 2015-01-31 14:07:38.0 +0100 +++ ntl-8.1.2-shared/src/mfile 2015-03-26 10:56:50.277826975 +0100 @@ -109,6 +109,16 @@ WIZARD=@{WIZARD} # Set to off if you want to bypass the wizard; otherwise, set to on. +### +# +# New addition for shared library building. With gcc you need to +# choose the Position Indepent Code flag. You have a choice of +# -fpic better code but in rare case not available (ppc) +# -fPIC slightly slower code but guaranted to work anywhere. +# +### + +PICFLAG=@{PICFLAG} # # @@ -141,6 +151,8 @@ OBJ=$(O19) +SHOBJ=$(subst .o,.lo,$(OBJ)) + # library source files @@ -313,6 +325,8 @@ LINK = $(CXX) $(NTL_INCLUDE) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) +.SUFFIXES: .lo + # 'make all' does a complete make, including all setup. @@ -321,11 +335,11 @@ # again. all: - make setup1 - make setup2 - make setup3 - make setup4 - make ntl.a + ${MAKE} setup1 + ${MAKE} setup2 + ${MAKE} setup3 + ${MAKE} setup4 + ${MAKE} ntl.a touch all @@ -369,21 +383,34 @@ lip.o: lip.c g_lip_impl.h c_lip_impl.h $(LCOMP) $(COMPILE) $(GMP_OPT_INCDIR) lip.c +lip.lo: lip.c g_lip_impl.h c_lip_impl.h + $(LCOMP) $(COMPILE) $(PICFLAG) $(GMP_INCDIR) lip.c -o lip.lo + ctools.o: ctools.c $(LCOMP) $(COMPILE) ctools.c +ctools.lo: ctools.c + $(LCOMP) $(COMPILE) $(PICFLAG) ctools.c -o ctools.lo -GetTime.o: GetTime.c +GetTime.o: GetTime.c $(LCOMP) $(COMPILE) GetTime.c +GetTime.lo: GetTime.c + $(LCOMP) $(COMPILE) $(PICFLAG) GetTime.c -o GetTime.lo + GetPID.o: GetPID.c $(LCOMP) $(COMPILE) GetPID.c - +GetPID.lo: GetPID.c + $(LCOMP) $(COMPILE) $(PICFLAG) GetPID.c -o GetPID.lo .c.o: $(LCOMP) $(COMPILE) $(GF2X_OPT_INCDIR) $< +.c.lo: + $(LCOMP) $(COMPILE) $(PICFLAG) $(GF2X_OPT_INCDIR) -o $@ $< + + .c: @{LSTAT} $(LINK) -o $@ $< ntl.a $(GMP_OPT_LIBDIR) $(GMP_OPT_LIB) $(GF2X_OPT_LIBDIR) $(GF2X_OPT_LIB) $(LDLIBS) #LSTAT @{LSHAR} $(LIBTOOL) --tag=CXX --mode=link $(LINK) -o $@ $< libntl.la #LSHAR @@ -397,7 +424,7 @@ check: sh RemoveProg $(PROGS) - make QuickTest + ${MAKE} QuickTest ./QuickTest sh RemoveProg QuickTest sh TestScript @@ -454,19 +481,18 @@ # # -clobber: +clobber: clean rm -f ntl.a mach_desc.h ../include/NTL/mach_desc.h GetTime.c GetPID.c rm -f ../include/NTL/gmp_aux.h - sh RemoveProg $(PROGS) MakeDesc TestGetTime TestGetPID gen_gmp_aux - rm -f *.o - rm -rf small + sh RemoveProg $(PROGS) + rm -f libntl*.so* rm -f cfileout mfileout rm -rf .libs *.lo libntl.la rm -f all clean: sh RemoveProg MakeDesc TestGetTime TestGetPID gen_gmp_aux - rm -f *.o + rm -f *.o *.lo rm -rf small @{LSHAR} - $(LIBTOOL) --mode=clean rm -f libntl.la *.lo #LSHAR @@ -551,4 +577,11 @@ +sharedso: DIRNAME $(SHOBJ) + $(LINK) $(PICFLAG) -shared -Wl,-soname,lib`cat DIRNAME`.so -o lib`cat DIRNAME`.so $(SHOBJ) $(GMP_OPT_LIBDIR) $(GMP_OPT_LIB) $(GF2X_OPT_LIBDIR) $(GF2X_OPT_LIB) + ln -s lib`cat DIRNAME`.so libntl.so + +shareddylib: DIRNAME $(SHOBJ) +$(LINK) $(PICFLAG) -dynamiclib -install_name $(LIBDIR)/lib`ca
[gentoo-commits] gentoo-x86 commit in dev-libs/ntl: ntl-8.1.2.ebuild ChangeLog
tomka 15/03/26 10:19:22 Modified: ChangeLog Added:ntl-8.1.2.ebuild Log: bump to 8.1.2 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 565C32BC) Revision ChangesPath 1.26 dev-libs/ntl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ntl/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ntl/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ntl/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-libs/ntl/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 19 Jun 2014 13:08:44 - 1.25 +++ ChangeLog 26 Mar 2015 10:19:22 - 1.26 @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/ntl -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ntl/ChangeLog,v 1.25 2014/06/19 13:08:44 jauhien Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ntl/ChangeLog,v 1.26 2015/03/26 10:19:22 tomka Exp $ + +*ntl-8.1.2 (26 Mar 2015) + + 26 Mar 2015; Thomas Kahle + +files/ntl-8.1.2-sanitize-makefile.patch, +ntl-8.1.2.ebuild: + bump to 8.1.2 19 Jun 2014; Jauhien Piatlicki +files/ntl-5.5.2-shared-r1.patch: 1.1 dev-libs/ntl/ntl-8.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ntl/ntl-8.1.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ntl/ntl-8.1.2.ebuild?rev=1.1&content-type=text/plain Index: ntl-8.1.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/ntl/ntl-8.1.2.ebuild,v 1.1 2015/03/26 10:19:22 tomka Exp $ EAPI=5 inherit toolchain-funcs eutils multilib flag-o-matic DESCRIPTION="High-performance and portable Number Theory C++ library" HOMEPAGE="http://shoup.net/ntl/"; SRC_URI="http://www.shoup.net/ntl/${P}.tar.gz"; LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-macos" IUSE="doc static-libs test" RDEPEND=">=dev-libs/gmp-4.3 >=dev-libs/gf2x-0.9" DEPEND="${RDEPEND} dev-lang/perl" S="${WORKDIR}/${P}/src" src_prepare() { # fix parallel make sed -i -e "s/make/make ${MAKEOPTS}/g" WizardAux || die cd .. # enable compatibility with singular epatch "$FILESDIR/${PN}-6.0.0-singular.patch" # sanitize the makefile and allow the building of shared library epatch "$FILESDIR/${PN}-8.1.2-sanitize-makefile.patch" replace-flags -O[3-9] -O2 } src_configure() { perl DoConfig \ PREFIX="${EPREFIX}"/usr \ CXXFLAGS="${CXXFLAGS}" \ LDFLAGS="${LDFLAGS}" \ CXX="$(tc-getCXX)" \ AR="$(tc-getAR)" \ RANLIB="$(tc-getRANLIB)" \ NTL_GMP_LIP=on NTL_GF2X_LIB=on \ || die "DoConfig failed" } src_compile() { # split the targets to allow parallel make to run properly emake setup1 setup2 || die "emake setup failed" emake setup3 || die "emake setup failed" sh Wizard on || die "Tuning wizard failed" if use static-libs || use test; then emake ntl.a || die "emake static failed" fi local trg=so [[ ${CHOST} == *-darwin* ]] && trg=dylib emake shared${trg} || die "emake shared failed" } src_install() { if use static-libs; then newlib.a ntl.a libntl.a || die "installation of static library failed" fi dolib.so lib*$(get_libname) || die "installation of shared library failed" cd .. insinto /usr/include doins -r include/NTL || die "installation of the headers failed" dodoc README if use doc ; then dodoc doc/*.txt || die dohtml doc/* || die fi }
[gentoo-commits] dev/ultrabug:master commit in: net-im/jsonbot/
commit: 8ae29c7b3ccce513b0f6c8ed2f24627b49c20ca2 Author: Ultrabug gentoo org> AuthorDate: Thu Mar 26 10:59:35 2015 + Commit: Alexys Jacob gentoo org> CommitDate: Thu Mar 26 10:59:35 2015 + URL:https://gitweb.gentoo.org/dev/ultrabug.git/commit/?id=8ae29c7b drop unmaintained net-im/jsonbot net-im/jsonbot/Manifest | 4 net-im/jsonbot/jsonbot-0.84.4.ebuild | 38 -- net-im/jsonbot/jsonbot-0.90.0.ebuild | 40 3 files changed, 82 deletions(-) diff --git a/net-im/jsonbot/Manifest b/net-im/jsonbot/Manifest deleted file mode 100644 index 6df855d..000 --- a/net-im/jsonbot/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST jsb-0.84.4.tar.gz 1052868 SHA256 bd0445e8699036b6c209188fb9793176c2455dda3c05314815f02d99f150a0c3 -DIST jsonbot-0.90.0.zip 2002620 SHA256 8e8959f6b0b97309001da7c0f7261d63197ab2f4fe63f19870184a9a765f3e84 SHA512 54c6e04c47acba7ae8474c8b321fdf4d44356e39591777f78a88e8dd08fad517cc767d460a91c8df5224544629a7bbd4187d3fcf6c25c5e23af79bdaabdea835 WHIRLPOOL 51439d66671ce682408d8108329ba60823dd2e0f77b4a7a542425d70b38ae3bcb0cd5977c63111020a9ddb520a1667139af7a6bdbfcd5e08762fab703b512875 -EBUILD jsonbot-0.84.4.ebuild 815 SHA256 1766fa50e79205bbed70315b452547d8e2e94e4e4c7dc5dffbfd661eb75af579 SHA512 19e0d56f3be64188ca9bf1d60f24321d7775a8d656bdc66e714842a300e353b272e7c2273e8d7b047010a8789ceac60b8f7ff52d3b7fe5c3d3b4258e4429b9ae WHIRLPOOL 71179b740933da05c9a0d07be361bcbc7623cbf50bd12a45d43d86aed525da1530468d16d26ccc838eba0087675e920da63e4d96fe57b86f6b1e616f39d152dc -EBUILD jsonbot-0.90.0.ebuild 912 SHA256 17d26cdd2923db92fa13a850fdc453883f5af320992beebefc0e7a934d499d29 SHA512 8dc4704c8eb4612df1269f376b20f34874689ab66fc6fa68037b69c868d4e1dfb0c3d7753abd1c24a8e4a336a2cc74e6de548f1d5dea562ee17268d31bd47359 WHIRLPOOL 62a41cbcc6e6041bed47cc05c09ef6b41432f63ee8bdd5e8347df16515bbd4ecad4c6724530aec4c30966de797f2a287c7b2b33e93ebb0b40e262a5fa8b58c67 diff --git a/net-im/jsonbot/jsonbot-0.84.4.ebuild b/net-im/jsonbot/jsonbot-0.84.4.ebuild deleted file mode 100644 index a6f11d7..000 --- a/net-im/jsonbot/jsonbot-0.84.4.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 -PYTHON_DEPEND="2" -MY_P="jsb-${PV}" - -inherit distutils - -DESCRIPTION="Python based extensible and multi-protocol bot framework" -HOMEPAGE="http://code.google.com/p/jsonbot/"; -SRC_URI="http://jsonbot.googlecode.com/files/${MY_P}.tar.gz"; - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -# Missing deps (will be bundled) : hapi, sleekxmpp -RDEPEND="dev-python/beautifulsoup - dev-python/dnspython - dev-python/feedparser - dev-python/oauth - dev-python/pysqlite - dev-python/requests - dev-python/simplejson - >=www-servers/tornado-2.2" -DEPEND="${RDEPEND} - dev-lang/python[sqlite] - dev-python/setuptools" - -S="${WORKDIR}/${MY_P}" - -src_install() { - distutils_src_install - rm -rf "${D}"/usr/jsb/ -} diff --git a/net-im/jsonbot/jsonbot-0.90.0.ebuild b/net-im/jsonbot/jsonbot-0.90.0.ebuild deleted file mode 100644 index a378d70..000 --- a/net-im/jsonbot/jsonbot-0.90.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7} ) - -inherit distutils-r1 - -MY_P="jsb-${PV}" - -DESCRIPTION="Python based extensible and multi-protocol bot framework" -HOMEPAGE="http://code.google.com/p/jsonbot/"; -SRC_URI="https://bthate-jsb090.googlecode.com/archive/f69e1ab43e07c348280cde4c047951a117b4c4cd.zip -> ${P}.zip" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -# Missing deps (will be bundled) : hapi, sleekxmpp -RDEPEND="dev-python/beautifulsoup - dev-python/dnspython - dev-python/feedparser - dev-python/oauth - dev-python/requests - dev-python/simplejson - >=www-servers/tornado-2.2" -DEPEND="${RDEPEND} - dev-lang/python[sqlite] - dev-python/setuptools" - -S="${WORKDIR}/${MY_P}" -S="${WORKDIR}/bthate-jsb090-f69e1ab43e07" - -#src_install() { -# distutils_src_install -# rm -rf "${D}"/usr/jsb/ -#}
[gentoo-commits] gentoo-x86 commit in net-libs/libssh2: libssh2-1.5.0.ebuild ChangeLog
ago 15/03/26 11:20:29 Modified: libssh2-1.5.0.ebuild ChangeLog Log: Stable for ppc, wrt bug #542914 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 net-libs/libssh2/libssh2-1.5.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/libssh2-1.5.0.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/libssh2-1.5.0.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/libssh2-1.5.0.ebuild?r1=1.5&r2=1.6 Index: libssh2-1.5.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.5.0.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libssh2-1.5.0.ebuild25 Mar 2015 16:06:05 - 1.5 +++ libssh2-1.5.0.ebuild26 Mar 2015 11:20:29 - 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-libs/libssh2/libssh2-1.5.0.ebuild,v 1.5 2015/03/25 16:06:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.5.0.ebuild,v 1.6 2015/03/26 11:20:29 ago Exp $ EAPI=5 @@ -13,7 +13,7 @@ LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" IUSE="gcrypt static-libs test zlib" DEPEND="!gcrypt? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] ) 1.100net-libs/libssh2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/ChangeLog?rev=1.100&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/ChangeLog?rev=1.100&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/ChangeLog?r1=1.99&r2=1.100 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v retrieving revision 1.99 retrieving revision 1.100 diff -u -r1.99 -r1.100 --- ChangeLog 25 Mar 2015 16:06:05 - 1.99 +++ ChangeLog 26 Mar 2015 11:20:29 - 1.100 @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libssh2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.99 2015/03/25 16:06:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.100 2015/03/26 11:20:29 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo libssh2-1.5.0.ebuild: + Stable for ppc, wrt bug #542914 25 Mar 2015; Agostino Sarubbo libssh2-1.5.0.ebuild: Stable for ia64, wrt bug #542914
[gentoo-commits] gentoo-x86 commit in net-print/cups-filters: cups-filters-1.0.66.ebuild ChangeLog
ago 15/03/26 11:20:52 Modified: cups-filters-1.0.66.ebuild ChangeLog Log: Stable for ppc, wrt bug #542158 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 net-print/cups-filters/cups-filters-1.0.66.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/cups-filters-1.0.66.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/cups-filters-1.0.66.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/cups-filters-1.0.66.ebuild?r1=1.6&r2=1.7 Index: cups-filters-1.0.66.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-print/cups-filters/cups-filters-1.0.66.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- cups-filters-1.0.66.ebuild 25 Mar 2015 16:06:26 - 1.6 +++ cups-filters-1.0.66.ebuild 26 Mar 2015 11:20:52 - 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/net-print/cups-filters/cups-filters-1.0.66.ebuild,v 1.6 2015/03/25 16:06:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups-filters/cups-filters-1.0.66.ebuild,v 1.7 2015/03/26 11:20:52 ago Exp $ EAPI=5 @@ -11,10 +11,10 @@ if [[ "${PV}" == "" ]] ; then inherit bzr EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters"; - KEYWORDS="amd64 arm hppa ia64 x86" + KEYWORDS="amd64 arm hppa ia64 ppc x86" else SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz"; - KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~m68k-mint" + KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~m68k-mint" fi DESCRIPTION="Cups PDF filters" HOMEPAGE="http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdfasstandardprintjobformat"; 1.143net-print/cups-filters/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/ChangeLog?rev=1.143&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/ChangeLog?rev=1.143&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/ChangeLog?r1=1.142&r2=1.143 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-print/cups-filters/ChangeLog,v retrieving revision 1.142 retrieving revision 1.143 diff -u -r1.142 -r1.143 --- ChangeLog 25 Mar 2015 16:06:26 - 1.142 +++ ChangeLog 26 Mar 2015 11:20:52 - 1.143 @@ -1,6 +1,9 @@ # ChangeLog for net-print/cups-filters # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups-filters/ChangeLog,v 1.142 2015/03/25 16:06:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups-filters/ChangeLog,v 1.143 2015/03/26 11:20:52 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo cups-filters-1.0.66.ebuild: + Stable for ppc, wrt bug #542158 25 Mar 2015; Agostino Sarubbo cups-filters-1.0.66.ebuild: Stable for ia64, wrt bug #542158
[gentoo-commits] gentoo-x86 commit in app-crypt/gnupg: gnupg-1.4.19.ebuild ChangeLog
ago 15/03/26 11:20:23 Modified: gnupg-1.4.19.ebuild ChangeLog Log: Stable for ppc, wrt bug #541568 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision ChangesPath 1.8 app-crypt/gnupg/gnupg-1.4.19.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/gnupg-1.4.19.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/gnupg-1.4.19.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/gnupg-1.4.19.ebuild?r1=1.7&r2=1.8 Index: gnupg-1.4.19.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.4.19.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gnupg-1.4.19.ebuild 25 Mar 2015 16:06:01 - 1.7 +++ gnupg-1.4.19.ebuild 26 Mar 2015 11:20:23 - 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/app-crypt/gnupg/gnupg-1.4.19.ebuild,v 1.7 2015/03/25 16:06:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.4.19.ebuild,v 1.8 2015/03/26 11:20:23 ago Exp $ EAPI="5" @@ -17,7 +17,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="bzip2 curl ldap mta nls readline selinux smartcard static usb zlib" COMMON_DEPEND=" 1.585app-crypt/gnupg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/ChangeLog?rev=1.585&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/ChangeLog?rev=1.585&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/ChangeLog?r1=1.584&r2=1.585 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v retrieving revision 1.584 retrieving revision 1.585 diff -u -r1.584 -r1.585 --- ChangeLog 25 Mar 2015 16:06:01 - 1.584 +++ ChangeLog 26 Mar 2015 11:20:23 - 1.585 @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/gnupg # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.584 2015/03/25 16:06:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.585 2015/03/26 11:20:23 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo gnupg-1.4.19.ebuild: + Stable for ppc, wrt bug #541568 25 Mar 2015; Agostino Sarubbo gnupg-1.4.19.ebuild: Stable for ia64, wrt bug #541568
[gentoo-commits] gentoo-x86 commit in x11-libs/libXfont: libXfont-1.4.9.ebuild libXfont-1.5.1.ebuild ChangeLog
ago 15/03/26 11:20:36 Modified: libXfont-1.4.9.ebuild libXfont-1.5.1.ebuild ChangeLog Log: Stable for ppc, wrt bug #543620 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 x11-libs/libXfont/libXfont-1.4.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/libXfont-1.4.9.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/libXfont-1.4.9.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/libXfont-1.4.9.ebuild?r1=1.5&r2=1.6 Index: libXfont-1.4.9.ebuild === RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.9.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libXfont-1.4.9.ebuild 25 Mar 2015 16:06:11 - 1.5 +++ libXfont-1.4.9.ebuild 26 Mar 2015 11:20:36 - 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/x11-libs/libXfont/libXfont-1.4.9.ebuild,v 1.5 2015/03/25 16:06:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.9.ebuild,v 1.6 2015/03/26 11:20:36 ago Exp $ EAPI=5 @@ -9,7 +9,7 @@ DESCRIPTION="X.Org Xfont library" -KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="bzip2 ipv6 truetype" RDEPEND="x11-libs/xtrans 1.6 x11-libs/libXfont/libXfont-1.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/libXfont-1.5.1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/libXfont-1.5.1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/libXfont-1.5.1.ebuild?r1=1.5&r2=1.6 Index: libXfont-1.5.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.5.1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libXfont-1.5.1.ebuild 25 Mar 2015 16:06:11 - 1.5 +++ libXfont-1.5.1.ebuild 26 Mar 2015 11:20:36 - 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/x11-libs/libXfont/libXfont-1.5.1.ebuild,v 1.5 2015/03/25 16:06:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.5.1.ebuild,v 1.6 2015/03/26 11:20:36 ago Exp $ EAPI=5 @@ -9,7 +9,7 @@ DESCRIPTION="X.Org Xfont library" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="bzip2 ipv6 truetype" RDEPEND="x11-libs/xtrans 1.230x11-libs/libXfont/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.230&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.230&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/ChangeLog?r1=1.229&r2=1.230 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v retrieving revision 1.229 retrieving revision 1.230 diff -u -r1.229 -r1.230 --- ChangeLog 25 Mar 2015 16:06:11 - 1.229 +++ ChangeLog 26 Mar 2015 11:20:36 - 1.230 @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libXfont # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.229 2015/03/25 16:06:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.230 2015/03/26 11:20:36 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo libXfont-1.4.9.ebuild, + libXfont-1.5.1.ebuild: + Stable for ppc, wrt bug #5436
[gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: phpmyadmin-4.3.12.ebuild phpmyadmin-4.2.13.2.ebuild phpmyadmin-4.0.10.9.ebuild ChangeLog
ago 15/03/26 11:20:45 Modified: phpmyadmin-4.3.12.ebuild phpmyadmin-4.2.13.2.ebuild phpmyadmin-4.0.10.9.ebuild ChangeLog Log: Stable for ppc, wrt bug #542218 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision ChangesPath 1.5 dev-db/phpmyadmin/phpmyadmin-4.3.12.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.3.12.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.3.12.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.3.12.ebuild?r1=1.4&r2=1.5 Index: phpmyadmin-4.3.12.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.3.12.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- phpmyadmin-4.3.12.ebuild18 Mar 2015 08:32:29 - 1.4 +++ phpmyadmin-4.3.12.ebuild26 Mar 2015 11:20:45 - 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/dev-db/phpmyadmin/phpmyadmin-4.3.12.ebuild,v 1.4 2015/03/18 08:32:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.3.12.ebuild,v 1.5 2015/03/26 11:20:45 ago Exp $ EAPI="5" @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" IUSE="setup" RDEPEND=" 1.5 dev-db/phpmyadmin/phpmyadmin-4.2.13.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.13.2.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.13.2.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.13.2.ebuild?r1=1.4&r2=1.5 Index: phpmyadmin-4.2.13.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.13.2.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- phpmyadmin-4.2.13.2.ebuild 18 Mar 2015 08:32:29 - 1.4 +++ phpmyadmin-4.2.13.2.ebuild 26 Mar 2015 11:20:45 - 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/dev-db/phpmyadmin/phpmyadmin-4.2.13.2.ebuild,v 1.4 2015/03/18 08:32:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.13.2.ebuild,v 1.5 2015/03/26 11:20:45 ago Exp $ EAPI="5" @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" IUSE="setup" RDEPEND=" 1.5 dev-db/phpmyadmin/phpmyadmin-4.0.10.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.0.10.9.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.0.10.9.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.0.10.9.ebuild?r1=1.4&r2=1.5 Index: phpmyadmin-4.0.10.9.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.0.10.9.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- phpmyadmin-4.0.10.9.ebuild 18 Mar 2015 08:32:29 - 1.4 +++ phpmyadmin-4.0.10.9.ebuild 26 Mar 2015 11:20:45 - 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/dev-db/phpmyadmin/phpmyadmin-4.0.10.9.ebuild,v 1.4 2015/03/18 08:32:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.0.10.9.ebuild,v 1.5 2015/03/26 11:20:45 ago Exp $ EAPI="5" @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" IUSE="setup" RDEPEND=" 1.555dev-db/phpmyadmin/ChangeLog file : http://sour
[gentoo-commits] gentoo-x86 commit in dev-tcltk/tcllib: tcllib-1.15-r2.ebuild ChangeLog
ago 15/03/26 11:20:58 Modified: tcllib-1.15-r2.ebuild ChangeLog Log: Stable for ppc, wrt bug #541912 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision ChangesPath 1.8 dev-tcltk/tcllib/tcllib-1.15-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tcllib/tcllib-1.15-r2.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tcllib/tcllib-1.15-r2.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tcllib/tcllib-1.15-r2.ebuild?r1=1.7&r2=1.8 Index: tcllib-1.15-r2.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.15-r2.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- tcllib-1.15-r2.ebuild 25 Mar 2015 16:06:30 - 1.7 +++ tcllib-1.15-r2.ebuild 26 Mar 2015 11:20:58 - 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/dev-tcltk/tcllib/tcllib-1.15-r2.ebuild,v 1.7 2015/03/25 16:06:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.15-r2.ebuild,v 1.8 2015/03/26 11:20:58 ago Exp $ EAPI=5 @@ -16,7 +16,7 @@ LICENSE="BSD" SLOT="0" IUSE="examples" -KEYWORDS="~alpha amd64 hppa ia64 ~mips ~ppc s390 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha amd64 hppa ia64 ~mips ppc s390 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" RDEPEND="dev-lang/tcl:0=" DEPEND="${RDEPEND}" 1.56 dev-tcltk/tcllib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tcllib/ChangeLog?rev=1.56&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tcllib/ChangeLog?rev=1.56&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tcllib/ChangeLog?r1=1.55&r2=1.56 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- ChangeLog 25 Mar 2015 16:06:30 - 1.55 +++ ChangeLog 26 Mar 2015 11:20:58 - 1.56 @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/tcllib # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v 1.55 2015/03/25 16:06:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v 1.56 2015/03/26 11:20:58 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo tcllib-1.15-r2.ebuild: + Stable for ppc, wrt bug #541912 25 Mar 2015; Agostino Sarubbo tcllib-1.15-r2.ebuild: Stable for ia64, wrt bug #541912
[gentoo-commits] gentoo-x86 commit in dev-qt/qtgui: qtgui-4.8.5-r4.ebuild ChangeLog
ago 15/03/26 11:21:11 Modified: qtgui-4.8.5-r4.ebuild ChangeLog Log: Stable for ppc, wrt bug #541972 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 dev-qt/qtgui/qtgui-4.8.5-r4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/qtgui-4.8.5-r4.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/qtgui-4.8.5-r4.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/qtgui-4.8.5-r4.ebuild?r1=1.6&r2=1.7 Index: qtgui-4.8.5-r4.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtgui/qtgui-4.8.5-r4.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- qtgui-4.8.5-r4.ebuild 26 Mar 2015 01:55:56 - 1.6 +++ qtgui-4.8.5-r4.ebuild 26 Mar 2015 11:21:11 - 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/dev-qt/qtgui/qtgui-4.8.5-r4.ebuild,v 1.6 2015/03/26 01:55:56 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/qtgui-4.8.5-r4.ebuild,v 1.7 2015/03/26 11:21:11 ago Exp $ EAPI=5 @@ -11,9 +11,9 @@ SLOT="4" if [[ ${QT4_BUILD_TYPE} == live ]]; then - KEYWORDS="hppa ia64" + KEYWORDS="hppa ia64 ppc" else - KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" fi IUSE="+accessibility cups egl +glib gtkstyle mng nas nis qt3support tiff trace xinerama +xv" 1.69 dev-qt/qtgui/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/ChangeLog?rev=1.69&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/ChangeLog?rev=1.69&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/ChangeLog?r1=1.68&r2=1.69 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtgui/ChangeLog,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- ChangeLog 26 Mar 2015 01:55:56 - 1.68 +++ ChangeLog 26 Mar 2015 11:21:11 - 1.69 @@ -1,6 +1,9 @@ # ChangeLog for dev-qt/qtgui # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/ChangeLog,v 1.68 2015/03/26 01:55:56 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/ChangeLog,v 1.69 2015/03/26 11:21:11 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo qtgui-4.8.5-r4.ebuild: + Stable for ppc, wrt bug #541972 26 Mar 2015; Alexandre Rostovtsev qtgui-4.8.5-r3.ebuild, qtgui-4.8.5-r4.ebuild, qtgui-4.8.6-r2.ebuild:
[gentoo-commits] gentoo-x86 commit in mail-client/mutt: mutt-1.5.23-r5.ebuild ChangeLog
ago 15/03/26 11:21:23 Modified: mutt-1.5.23-r5.ebuild ChangeLog Log: Stable for ppc, wrt bug #530842 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 mail-client/mutt/mutt-1.5.23-r5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/mutt-1.5.23-r5.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/mutt-1.5.23-r5.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/mutt-1.5.23-r5.ebuild?r1=1.6&r2=1.7 Index: mutt-1.5.23-r5.ebuild === RCS file: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.23-r5.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- mutt-1.5.23-r5.ebuild 25 Mar 2015 16:06:51 - 1.6 +++ mutt-1.5.23-r5.ebuild 26 Mar 2015 11:21:23 - 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/mail-client/mutt/mutt-1.5.23-r5.ebuild,v 1.6 2015/03/25 16:06:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.23-r5.ebuild,v 1.7 2015/03/26 11:21:23 ago Exp $ EAPI="5" @@ -18,7 +18,7 @@ IUSE="berkdb crypt debug doc gdbm gnutls gpg idn imap kerberos mbox nls nntp pop qdbm sasl selinux sidebar slang smime smtp ssl tokyocabinet" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" CDEPEND=" app-misc/mime-types nls? ( virtual/libintl ) 1.280mail-client/mutt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/ChangeLog?rev=1.280&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/ChangeLog?rev=1.280&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/ChangeLog?r1=1.279&r2=1.280 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v retrieving revision 1.279 retrieving revision 1.280 diff -u -r1.279 -r1.280 --- ChangeLog 25 Mar 2015 16:06:51 - 1.279 +++ ChangeLog 26 Mar 2015 11:21:23 - 1.280 @@ -1,6 +1,9 @@ # ChangeLog for mail-client/mutt # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.279 2015/03/25 16:06:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.280 2015/03/26 11:21:23 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo mutt-1.5.23-r5.ebuild: + Stable for ppc, wrt bug #530842 25 Mar 2015; Agostino Sarubbo mutt-1.5.23-r5.ebuild: Stable for ia64, wrt bug #530842
[gentoo-commits] gentoo-x86 commit in net-misc/putty: putty-0.64.ebuild ChangeLog
ago 15/03/26 11:21:04 Modified: putty-0.64.ebuild ChangeLog Log: Stable for ppc, wrt bug #542098 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision ChangesPath 1.5 net-misc/putty/putty-0.64.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/putty/putty-0.64.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/putty/putty-0.64.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/putty/putty-0.64.ebuild?r1=1.4&r2=1.5 Index: putty-0.64.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.64.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- putty-0.64.ebuild 6 Mar 2015 09:55:32 - 1.4 +++ putty-0.64.ebuild 26 Mar 2015 11:21:04 - 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-misc/putty/putty-0.64.ebuild,v 1.4 2015/03/06 09:55:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.64.ebuild,v 1.5 2015/03/26 11:21:04 ago Exp $ EAPI=5 inherit autotools eutils gnome2-utils toolchain-funcs @@ -10,7 +10,7 @@ LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ppc ~sparc x86" +KEYWORDS="~alpha amd64 hppa ppc ~sparc x86" IUSE="doc +gtk ipv6 kerberos" SRC_URI=" http://dev.gentoo.org/~jer/${PN}-icons.tar.bz2 1.110net-misc/putty/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/putty/ChangeLog?rev=1.110&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/putty/ChangeLog?rev=1.110&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/putty/ChangeLog?r1=1.109&r2=1.110 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v retrieving revision 1.109 retrieving revision 1.110 diff -u -r1.109 -r1.110 --- ChangeLog 6 Mar 2015 09:55:32 - 1.109 +++ ChangeLog 26 Mar 2015 11:21:04 - 1.110 @@ -1,6 +1,9 @@ # ChangeLog for net-misc/putty # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.109 2015/03/06 09:55:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.110 2015/03/26 11:21:04 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo putty-0.64.ebuild: + Stable for ppc, wrt bug #542098 06 Mar 2015; Agostino Sarubbo putty-0.64.ebuild: Stable for x86, wrt bug #542098
[gentoo-commits] gentoo-x86 commit in app-text/unrtf: unrtf-0.21.9.ebuild ChangeLog
ago 15/03/26 11:21:17 Modified: unrtf-0.21.9.ebuild ChangeLog Log: Stable for ppc, wrt bug #531544 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 app-text/unrtf/unrtf-0.21.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unrtf/unrtf-0.21.9.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unrtf/unrtf-0.21.9.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unrtf/unrtf-0.21.9.ebuild?r1=1.6&r2=1.7 Index: unrtf-0.21.9.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-text/unrtf/unrtf-0.21.9.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- unrtf-0.21.9.ebuild 25 Mar 2015 16:06:39 - 1.6 +++ unrtf-0.21.9.ebuild 26 Mar 2015 11:21:17 - 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/unrtf-0.21.9.ebuild,v 1.6 2015/03/25 16:06:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/unrtf-0.21.9.ebuild,v 1.7 2015/03/26 11:21:17 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm hppa ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" IUSE="" src_prepare() { 1.51 app-text/unrtf/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unrtf/ChangeLog?rev=1.51&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unrtf/ChangeLog?rev=1.51&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unrtf/ChangeLog?r1=1.50&r2=1.51 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-text/unrtf/ChangeLog,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- ChangeLog 25 Mar 2015 16:06:39 - 1.50 +++ ChangeLog 26 Mar 2015 11:21:17 - 1.51 @@ -1,6 +1,9 @@ # ChangeLog for app-text/unrtf # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/ChangeLog,v 1.50 2015/03/25 16:06:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/ChangeLog,v 1.51 2015/03/26 11:21:17 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo unrtf-0.21.9.ebuild: + Stable for ppc, wrt bug #531544 25 Mar 2015; Agostino Sarubbo unrtf-0.21.9.ebuild: Stable for ia64, wrt bug #531544
[gentoo-commits] gentoo-x86 commit in net-analyzer/ettercap: ettercap-0.8.2.ebuild ChangeLog
ago 15/03/26 11:21:29 Modified: ettercap-0.8.2.ebuild ChangeLog Log: Stable for ppc, wrt bug #532764 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision ChangesPath 1.5 net-analyzer/ettercap/ettercap-0.8.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ettercap/ettercap-0.8.2.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ettercap/ettercap-0.8.2.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ettercap/ettercap-0.8.2.ebuild?r1=1.4&r2=1.5 Index: ettercap-0.8.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.8.2.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ettercap-0.8.2.ebuild 24 Mar 2015 20:15:42 - 1.4 +++ ettercap-0.8.2.ebuild 26 Mar 2015 11:21:29 - 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/ettercap/ettercap-0.8.2.ebuild,v 1.4 2015/03/24 20:15:42 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.8.2.ebuild,v 1.5 2015/03/26 11:21:29 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 arm ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="gtk ipv6 ncurses +plugins" RDEPEND="dev-libs/libbsd 1.162net-analyzer/ettercap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ettercap/ChangeLog?rev=1.162&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ettercap/ChangeLog?rev=1.162&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ettercap/ChangeLog?r1=1.161&r2=1.162 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v retrieving revision 1.161 retrieving revision 1.162 diff -u -r1.161 -r1.162 --- ChangeLog 24 Mar 2015 20:15:42 - 1.161 +++ ChangeLog 26 Mar 2015 11:21:29 - 1.162 @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ettercap # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.161 2015/03/24 20:15:42 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.162 2015/03/26 11:21:29 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo ettercap-0.8.2.ebuild: + Stable for ppc, wrt bug #532764 24 Mar 2015; Markus Meier ettercap-0.8.2.ebuild: arm stable, bug #532764
[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.5.22.ebuild php-5.4.38.ebuild ChangeLog
ago 15/03/26 11:21:40 Modified: php-5.5.22.ebuild php-5.4.38.ebuild ChangeLog Log: Stable for ppc, wrt bug #541098 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 dev-lang/php/php-5.5.22.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.22.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.22.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.22.ebuild?r1=1.6&r2=1.7 Index: php-5.5.22.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.22.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- php-5.5.22.ebuild 25 Mar 2015 16:06:20 - 1.6 +++ php-5.5.22.ebuild 26 Mar 2015 11:21:40 - 1.7 @@ -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/dev-lang/php/php-5.5.22.ebuild,v 1.6 2015/03/25 16:06:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.22.ebuild,v 1.7 2015/03/26 11:21:40 ago Exp $ EAPI=5 inherit eutils autotools flag-o-matic versionator depend.apache apache-module db-use libtool systemd -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" function php_get_uri () { 1.7 dev-lang/php/php-5.4.38.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.38.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.38.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.38.ebuild?r1=1.6&r2=1.7 Index: php-5.4.38.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.38.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- php-5.4.38.ebuild 25 Mar 2015 16:06:20 - 1.6 +++ php-5.4.38.ebuild 26 Mar 2015 11:21:40 - 1.7 @@ -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/dev-lang/php/php-5.4.38.ebuild,v 1.6 2015/03/25 16:06:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.38.ebuild,v 1.7 2015/03/26 11:21:40 ago Exp $ EAPI=5 inherit eutils autotools flag-o-matic versionator depend.apache apache-module db-use libtool systemd -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" function php_get_uri () { 1.941dev-lang/php/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.941&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.941&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.940&r2=1.941 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v retrieving revision 1.940 retrieving revision 1.941 diff -u -r1.940 -r1.941 --- ChangeLog 25 Mar 2015 16:06:20 - 1.940 +++ ChangeLog 26 Mar 2015 11:21:40 - 1.941 @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/php # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.940 2015/03/25 16:06:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.941 2015/03/26 11:21:40 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo php-5.4.38.ebuild, + php-5.5.22.ebuild: + Stable for ppc, wrt bug #541098 25 Mar 2015; Agostino Sarubbo php-5.4.38.ebuild, php-5.5.22.ebuild:
[gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: wireshark-1.12.4.ebuild ChangeLog
ago 15/03/26 11:21:47 Modified: wireshark-1.12.4.ebuild ChangeLog Log: Stable for ppc, wrt bug #542206 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 net-analyzer/wireshark/wireshark-1.12.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.4.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.4.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.4.ebuild?r1=1.6&r2=1.7 Index: wireshark-1.12.4.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.4.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- wireshark-1.12.4.ebuild 25 Mar 2015 16:06:56 - 1.6 +++ wireshark-1.12.4.ebuild 26 Mar 2015 11:21:47 - 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/net-analyzer/wireshark/wireshark-1.12.4.ebuild,v 1.6 2015/03/25 16:06:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.4.ebuild,v 1.7 2015/03/26 11:21:47 ago Exp $ EAPI=5 inherit autotools eutils fcaps multilib qmake-utils qt4-r2 user @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0/${PV}" -KEYWORDS="~alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE=" adns +caps crypt doc doc-pdf geoip +gtk3 ipv6 kerberos lua +netlink +pcap portaudio +qt4 qt5 sbc selinux smi ssl zlib 1.703net-analyzer/wireshark/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.703&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.703&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.702&r2=1.703 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v retrieving revision 1.702 retrieving revision 1.703 diff -u -r1.702 -r1.703 --- ChangeLog 25 Mar 2015 16:06:56 - 1.702 +++ ChangeLog 26 Mar 2015 11:21:47 - 1.703 @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.702 2015/03/25 16:06:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.703 2015/03/26 11:21:47 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo wireshark-1.12.4.ebuild: + Stable for ppc, wrt bug #542206 25 Mar 2015; Agostino Sarubbo wireshark-1.12.4.ebuild: Stable for ia64, wrt bug #542206
[gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: phpmyadmin-4.0.10.9.ebuild phpmyadmin-4.2.13.2.ebuild phpmyadmin-4.3.12.ebuild ChangeLog
ago 15/03/26 11:28:06 Modified: phpmyadmin-4.0.10.9.ebuild phpmyadmin-4.2.13.2.ebuild phpmyadmin-4.3.12.ebuild ChangeLog Log: Stable for ppc64, wrt bug #542218 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 dev-db/phpmyadmin/phpmyadmin-4.0.10.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.0.10.9.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.0.10.9.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.0.10.9.ebuild?r1=1.5&r2=1.6 Index: phpmyadmin-4.0.10.9.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.0.10.9.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- phpmyadmin-4.0.10.9.ebuild 26 Mar 2015 11:20:45 - 1.5 +++ phpmyadmin-4.0.10.9.ebuild 26 Mar 2015 11:28:06 - 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.0.10.9.ebuild,v 1.5 2015/03/26 11:20:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.0.10.9.ebuild,v 1.6 2015/03/26 11:28:06 ago Exp $ EAPI="5" @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" IUSE="setup" RDEPEND=" 1.6 dev-db/phpmyadmin/phpmyadmin-4.2.13.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.13.2.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.13.2.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.13.2.ebuild?r1=1.5&r2=1.6 Index: phpmyadmin-4.2.13.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.13.2.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- phpmyadmin-4.2.13.2.ebuild 26 Mar 2015 11:20:45 - 1.5 +++ phpmyadmin-4.2.13.2.ebuild 26 Mar 2015 11:28:06 - 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.13.2.ebuild,v 1.5 2015/03/26 11:20:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.13.2.ebuild,v 1.6 2015/03/26 11:28:06 ago Exp $ EAPI="5" @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" IUSE="setup" RDEPEND=" 1.6 dev-db/phpmyadmin/phpmyadmin-4.3.12.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.3.12.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.3.12.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.3.12.ebuild?r1=1.5&r2=1.6 Index: phpmyadmin-4.3.12.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.3.12.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- phpmyadmin-4.3.12.ebuild26 Mar 2015 11:20:45 - 1.5 +++ phpmyadmin-4.3.12.ebuild26 Mar 2015 11:28:06 - 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.3.12.ebuild,v 1.5 2015/03/26 11:20:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.3.12.ebuild,v 1.6 2015/03/26 11:28:06 ago Exp $ EAPI="5" @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" IUSE="setup" RDEPEND=" 1.556dev-db/phpmyadmin/ChangeLo
[gentoo-commits] gentoo-x86 commit in x11-libs/libXfont: libXfont-1.5.1.ebuild libXfont-1.4.9.ebuild ChangeLog
ago 15/03/26 11:27:58 Modified: libXfont-1.5.1.ebuild libXfont-1.4.9.ebuild ChangeLog Log: Stable for ppc64, wrt bug #543620 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 x11-libs/libXfont/libXfont-1.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/libXfont-1.5.1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/libXfont-1.5.1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/libXfont-1.5.1.ebuild?r1=1.6&r2=1.7 Index: libXfont-1.5.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.5.1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libXfont-1.5.1.ebuild 26 Mar 2015 11:20:36 - 1.6 +++ libXfont-1.5.1.ebuild 26 Mar 2015 11:27:58 - 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/x11-libs/libXfont/libXfont-1.5.1.ebuild,v 1.6 2015/03/26 11:20:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.5.1.ebuild,v 1.7 2015/03/26 11:27:58 ago Exp $ EAPI=5 @@ -9,7 +9,7 @@ DESCRIPTION="X.Org Xfont library" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="bzip2 ipv6 truetype" RDEPEND="x11-libs/xtrans 1.7 x11-libs/libXfont/libXfont-1.4.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/libXfont-1.4.9.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/libXfont-1.4.9.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/libXfont-1.4.9.ebuild?r1=1.6&r2=1.7 Index: libXfont-1.4.9.ebuild === RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.9.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libXfont-1.4.9.ebuild 26 Mar 2015 11:20:36 - 1.6 +++ libXfont-1.4.9.ebuild 26 Mar 2015 11:27:58 - 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/x11-libs/libXfont/libXfont-1.4.9.ebuild,v 1.6 2015/03/26 11:20:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.9.ebuild,v 1.7 2015/03/26 11:27:58 ago Exp $ EAPI=5 @@ -9,7 +9,7 @@ DESCRIPTION="X.Org Xfont library" -KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="bzip2 ipv6 truetype" RDEPEND="x11-libs/xtrans 1.231x11-libs/libXfont/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.231&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.231&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/ChangeLog?r1=1.230&r2=1.231 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v retrieving revision 1.230 retrieving revision 1.231 diff -u -r1.230 -r1.231 --- ChangeLog 26 Mar 2015 11:20:36 - 1.230 +++ ChangeLog 26 Mar 2015 11:27:58 - 1.231 @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libXfont # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.230 2015/03/26 11:20:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.231 2015/03/26 11:27:58 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo libXfont-1.4.9.ebuild, + libXfont-1.5.1.ebuild: + Stable for ppc64, wrt bug #54
[gentoo-commits] gentoo-x86 commit in dev-qt/qtgui: qtgui-4.8.5-r4.ebuild ChangeLog
ago 15/03/26 11:28:21 Modified: qtgui-4.8.5-r4.ebuild ChangeLog Log: Stable for ppc64, wrt bug #541972 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F) Revision ChangesPath 1.8 dev-qt/qtgui/qtgui-4.8.5-r4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/qtgui-4.8.5-r4.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/qtgui-4.8.5-r4.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/qtgui-4.8.5-r4.ebuild?r1=1.7&r2=1.8 Index: qtgui-4.8.5-r4.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtgui/qtgui-4.8.5-r4.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- qtgui-4.8.5-r4.ebuild 26 Mar 2015 11:21:11 - 1.7 +++ qtgui-4.8.5-r4.ebuild 26 Mar 2015 11:28:21 - 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/dev-qt/qtgui/qtgui-4.8.5-r4.ebuild,v 1.7 2015/03/26 11:21:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/qtgui-4.8.5-r4.ebuild,v 1.8 2015/03/26 11:28:21 ago Exp $ EAPI=5 @@ -11,9 +11,9 @@ SLOT="4" if [[ ${QT4_BUILD_TYPE} == live ]]; then - KEYWORDS="hppa ia64 ppc" + KEYWORDS="hppa ia64 ppc ppc64" else - KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" fi IUSE="+accessibility cups egl +glib gtkstyle mng nas nis qt3support tiff trace xinerama +xv" 1.70 dev-qt/qtgui/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/ChangeLog?rev=1.70&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/ChangeLog?rev=1.70&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/ChangeLog?r1=1.69&r2=1.70 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtgui/ChangeLog,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- ChangeLog 26 Mar 2015 11:21:11 - 1.69 +++ ChangeLog 26 Mar 2015 11:28:21 - 1.70 @@ -1,6 +1,9 @@ # ChangeLog for dev-qt/qtgui # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/ChangeLog,v 1.69 2015/03/26 11:21:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/ChangeLog,v 1.70 2015/03/26 11:28:21 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo qtgui-4.8.5-r4.ebuild: + Stable for ppc64, wrt bug #541972 26 Mar 2015; Agostino Sarubbo qtgui-4.8.5-r4.ebuild: Stable for ppc, wrt bug #541972
[gentoo-commits] gentoo-x86 commit in net-libs/libssh2: libssh2-1.5.0.ebuild ChangeLog
ago 15/03/26 11:27:52 Modified: libssh2-1.5.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #542914 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 net-libs/libssh2/libssh2-1.5.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/libssh2-1.5.0.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/libssh2-1.5.0.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/libssh2-1.5.0.ebuild?r1=1.6&r2=1.7 Index: libssh2-1.5.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.5.0.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libssh2-1.5.0.ebuild26 Mar 2015 11:20:29 - 1.6 +++ libssh2-1.5.0.ebuild26 Mar 2015 11:27:52 - 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/net-libs/libssh2/libssh2-1.5.0.ebuild,v 1.6 2015/03/26 11:20:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.5.0.ebuild,v 1.7 2015/03/26 11:27:52 ago Exp $ EAPI=5 @@ -13,7 +13,7 @@ LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" IUSE="gcrypt static-libs test zlib" DEPEND="!gcrypt? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] ) 1.101net-libs/libssh2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/ChangeLog?rev=1.101&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/ChangeLog?rev=1.101&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/ChangeLog?r1=1.100&r2=1.101 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v retrieving revision 1.100 retrieving revision 1.101 diff -u -r1.100 -r1.101 --- ChangeLog 26 Mar 2015 11:20:29 - 1.100 +++ ChangeLog 26 Mar 2015 11:27:52 - 1.101 @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libssh2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.100 2015/03/26 11:20:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.101 2015/03/26 11:27:52 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo libssh2-1.5.0.ebuild: + Stable for ppc64, wrt bug #542914 26 Mar 2015; Agostino Sarubbo libssh2-1.5.0.ebuild: Stable for ppc, wrt bug #542914
[gentoo-commits] gentoo-x86 commit in mail-client/mutt: mutt-1.5.23-r5.ebuild ChangeLog
ago 15/03/26 11:28:31 Modified: mutt-1.5.23-r5.ebuild ChangeLog Log: Stable for ppc64, wrt bug #530842 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F) Revision ChangesPath 1.8 mail-client/mutt/mutt-1.5.23-r5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/mutt-1.5.23-r5.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/mutt-1.5.23-r5.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/mutt-1.5.23-r5.ebuild?r1=1.7&r2=1.8 Index: mutt-1.5.23-r5.ebuild === RCS file: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.23-r5.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- mutt-1.5.23-r5.ebuild 26 Mar 2015 11:21:23 - 1.7 +++ mutt-1.5.23-r5.ebuild 26 Mar 2015 11:28:31 - 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/mail-client/mutt/mutt-1.5.23-r5.ebuild,v 1.7 2015/03/26 11:21:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.23-r5.ebuild,v 1.8 2015/03/26 11:28:31 ago Exp $ EAPI="5" @@ -18,7 +18,7 @@ IUSE="berkdb crypt debug doc gdbm gnutls gpg idn imap kerberos mbox nls nntp pop qdbm sasl selinux sidebar slang smime smtp ssl tokyocabinet" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" CDEPEND=" app-misc/mime-types nls? ( virtual/libintl ) 1.281mail-client/mutt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/ChangeLog?rev=1.281&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/ChangeLog?rev=1.281&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/ChangeLog?r1=1.280&r2=1.281 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v retrieving revision 1.280 retrieving revision 1.281 diff -u -r1.280 -r1.281 --- ChangeLog 26 Mar 2015 11:21:23 - 1.280 +++ ChangeLog 26 Mar 2015 11:28:31 - 1.281 @@ -1,6 +1,9 @@ # ChangeLog for mail-client/mutt # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.280 2015/03/26 11:21:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.281 2015/03/26 11:28:31 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo mutt-1.5.23-r5.ebuild: + Stable for ppc64, wrt bug #530842 26 Mar 2015; Agostino Sarubbo mutt-1.5.23-r5.ebuild: Stable for ppc, wrt bug #530842
[gentoo-commits] gentoo-x86 commit in net-print/cups-filters: cups-filters-1.0.66.ebuild ChangeLog
ago 15/03/26 11:28:11 Modified: cups-filters-1.0.66.ebuild ChangeLog Log: Stable for ppc64, wrt bug #542158 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F) Revision ChangesPath 1.8 net-print/cups-filters/cups-filters-1.0.66.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/cups-filters-1.0.66.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/cups-filters-1.0.66.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/cups-filters-1.0.66.ebuild?r1=1.7&r2=1.8 Index: cups-filters-1.0.66.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-print/cups-filters/cups-filters-1.0.66.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- cups-filters-1.0.66.ebuild 26 Mar 2015 11:20:52 - 1.7 +++ cups-filters-1.0.66.ebuild 26 Mar 2015 11:28:11 - 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/net-print/cups-filters/cups-filters-1.0.66.ebuild,v 1.7 2015/03/26 11:20:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups-filters/cups-filters-1.0.66.ebuild,v 1.8 2015/03/26 11:28:11 ago Exp $ EAPI=5 @@ -11,10 +11,10 @@ if [[ "${PV}" == "" ]] ; then inherit bzr EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters"; - KEYWORDS="amd64 arm hppa ia64 ppc x86" + KEYWORDS="amd64 arm hppa ia64 ppc ppc64 x86" else SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz"; - KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~m68k-mint" + KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~m68k-mint" fi DESCRIPTION="Cups PDF filters" HOMEPAGE="http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdfasstandardprintjobformat"; 1.144net-print/cups-filters/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/ChangeLog?rev=1.144&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/ChangeLog?rev=1.144&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/ChangeLog?r1=1.143&r2=1.144 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-print/cups-filters/ChangeLog,v retrieving revision 1.143 retrieving revision 1.144 diff -u -r1.143 -r1.144 --- ChangeLog 26 Mar 2015 11:20:52 - 1.143 +++ ChangeLog 26 Mar 2015 11:28:11 - 1.144 @@ -1,6 +1,9 @@ # ChangeLog for net-print/cups-filters # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups-filters/ChangeLog,v 1.143 2015/03/26 11:20:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups-filters/ChangeLog,v 1.144 2015/03/26 11:28:11 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo cups-filters-1.0.66.ebuild: + Stable for ppc64, wrt bug #542158 26 Mar 2015; Agostino Sarubbo cups-filters-1.0.66.ebuild: Stable for ppc, wrt bug #542158
[gentoo-commits] gentoo-x86 commit in dev-tcltk/tcllib: tcllib-1.15-r2.ebuild ChangeLog
ago 15/03/26 11:28:16 Modified: tcllib-1.15-r2.ebuild ChangeLog Log: Stable for ppc64, wrt bug #541912 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F) Revision ChangesPath 1.9 dev-tcltk/tcllib/tcllib-1.15-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tcllib/tcllib-1.15-r2.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tcllib/tcllib-1.15-r2.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tcllib/tcllib-1.15-r2.ebuild?r1=1.8&r2=1.9 Index: tcllib-1.15-r2.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.15-r2.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- tcllib-1.15-r2.ebuild 26 Mar 2015 11:20:58 - 1.8 +++ tcllib-1.15-r2.ebuild 26 Mar 2015 11:28:16 - 1.9 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.15-r2.ebuild,v 1.8 2015/03/26 11:20:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.15-r2.ebuild,v 1.9 2015/03/26 11:28:16 ago Exp $ EAPI=5 @@ -16,7 +16,7 @@ LICENSE="BSD" SLOT="0" IUSE="examples" -KEYWORDS="~alpha amd64 hppa ia64 ~mips ppc s390 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha amd64 hppa ia64 ~mips ppc ppc64 s390 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" RDEPEND="dev-lang/tcl:0=" DEPEND="${RDEPEND}" 1.57 dev-tcltk/tcllib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tcllib/ChangeLog?rev=1.57&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tcllib/ChangeLog?rev=1.57&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tcllib/ChangeLog?r1=1.56&r2=1.57 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- ChangeLog 26 Mar 2015 11:20:58 - 1.56 +++ ChangeLog 26 Mar 2015 11:28:16 - 1.57 @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/tcllib # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v 1.56 2015/03/26 11:20:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v 1.57 2015/03/26 11:28:16 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo tcllib-1.15-r2.ebuild: + Stable for ppc64, wrt bug #541912 26 Mar 2015; Agostino Sarubbo tcllib-1.15-r2.ebuild: Stable for ppc, wrt bug #541912
[gentoo-commits] gentoo-x86 commit in app-text/unrtf: unrtf-0.21.9.ebuild ChangeLog
ago 15/03/26 11:28:26 Modified: unrtf-0.21.9.ebuild ChangeLog Log: Stable for ppc64, wrt bug #531544 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F) Revision ChangesPath 1.8 app-text/unrtf/unrtf-0.21.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unrtf/unrtf-0.21.9.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unrtf/unrtf-0.21.9.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unrtf/unrtf-0.21.9.ebuild?r1=1.7&r2=1.8 Index: unrtf-0.21.9.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-text/unrtf/unrtf-0.21.9.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- unrtf-0.21.9.ebuild 26 Mar 2015 11:21:17 - 1.7 +++ unrtf-0.21.9.ebuild 26 Mar 2015 11:28:26 - 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/app-text/unrtf/unrtf-0.21.9.ebuild,v 1.7 2015/03/26 11:21:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/unrtf-0.21.9.ebuild,v 1.8 2015/03/26 11:28:26 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" IUSE="" src_prepare() { 1.52 app-text/unrtf/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unrtf/ChangeLog?rev=1.52&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unrtf/ChangeLog?rev=1.52&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unrtf/ChangeLog?r1=1.51&r2=1.52 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-text/unrtf/ChangeLog,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- ChangeLog 26 Mar 2015 11:21:17 - 1.51 +++ ChangeLog 26 Mar 2015 11:28:26 - 1.52 @@ -1,6 +1,9 @@ # ChangeLog for app-text/unrtf # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/ChangeLog,v 1.51 2015/03/26 11:21:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/ChangeLog,v 1.52 2015/03/26 11:28:26 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo unrtf-0.21.9.ebuild: + Stable for ppc64, wrt bug #531544 26 Mar 2015; Agostino Sarubbo unrtf-0.21.9.ebuild: Stable for ppc, wrt bug #531544
[gentoo-commits] gentoo-x86 commit in app-crypt/gnupg: gnupg-1.4.19.ebuild ChangeLog
ago 15/03/26 11:27:47 Modified: gnupg-1.4.19.ebuild ChangeLog Log: Stable for ppc64, wrt bug #541568 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F) Revision ChangesPath 1.9 app-crypt/gnupg/gnupg-1.4.19.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/gnupg-1.4.19.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/gnupg-1.4.19.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/gnupg-1.4.19.ebuild?r1=1.8&r2=1.9 Index: gnupg-1.4.19.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.4.19.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gnupg-1.4.19.ebuild 26 Mar 2015 11:20:23 - 1.8 +++ gnupg-1.4.19.ebuild 26 Mar 2015 11:27:47 - 1.9 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.4.19.ebuild,v 1.8 2015/03/26 11:20:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.4.19.ebuild,v 1.9 2015/03/26 11:27:47 ago Exp $ EAPI="5" @@ -17,7 +17,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="bzip2 curl ldap mta nls readline selinux smartcard static usb zlib" COMMON_DEPEND=" 1.586app-crypt/gnupg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/ChangeLog?rev=1.586&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/ChangeLog?rev=1.586&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/ChangeLog?r1=1.585&r2=1.586 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v retrieving revision 1.585 retrieving revision 1.586 diff -u -r1.585 -r1.586 --- ChangeLog 26 Mar 2015 11:20:23 - 1.585 +++ ChangeLog 26 Mar 2015 11:27:47 - 1.586 @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/gnupg # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.585 2015/03/26 11:20:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.586 2015/03/26 11:27:47 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo gnupg-1.4.19.ebuild: + Stable for ppc64, wrt bug #541568 26 Mar 2015; Agostino Sarubbo gnupg-1.4.19.ebuild: Stable for ppc, wrt bug #541568
[gentoo-commits] gentoo-x86 commit in dev-libs/libbsd: libbsd-0.7.0.ebuild ChangeLog
ago 15/03/26 11:28:41 Modified: libbsd-0.7.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #532764 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F) Revision ChangesPath 1.11 dev-libs/libbsd/libbsd-0.7.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libbsd/libbsd-0.7.0.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libbsd/libbsd-0.7.0.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libbsd/libbsd-0.7.0.ebuild?r1=1.10&r2=1.11 Index: libbsd-0.7.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-libs/libbsd/libbsd-0.7.0.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- libbsd-0.7.0.ebuild 27 Feb 2015 11:17:06 - 1.10 +++ libbsd-0.7.0.ebuild 26 Mar 2015 11:28:41 - 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/dev-libs/libbsd/libbsd-0.7.0.ebuild,v 1.10 2015/02/27 11:17:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbsd/libbsd-0.7.0.ebuild,v 1.11 2015/03/26 11:28:41 ago Exp $ EAPI=5 inherit eutils multilib @@ -11,7 +11,7 @@ LICENSE="BSD BSD-2 BSD-4 ISC" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86" IUSE="static-libs" DOCS="ChangeLog README TODO" 1.40 dev-libs/libbsd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libbsd/ChangeLog?rev=1.40&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libbsd/ChangeLog?rev=1.40&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libbsd/ChangeLog?r1=1.39&r2=1.40 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-libs/libbsd/ChangeLog,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- ChangeLog 27 Feb 2015 15:27:10 - 1.39 +++ ChangeLog 26 Mar 2015 11:28:41 - 1.40 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libbsd # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbsd/ChangeLog,v 1.39 2015/02/27 15:27:10 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbsd/ChangeLog,v 1.40 2015/03/26 11:28:41 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo libbsd-0.7.0.ebuild: + Stable for ppc64, wrt bug #532764 27 Feb 2015; Michael Palimaka -libbsd-0.6.0.ebuild: Remove old.
[gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: wireshark-1.12.4.ebuild ChangeLog
ago 15/03/26 11:28:55 Modified: wireshark-1.12.4.ebuild ChangeLog Log: Stable for ppc64, wrt bug #542206 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F) Revision ChangesPath 1.8 net-analyzer/wireshark/wireshark-1.12.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.4.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.4.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.4.ebuild?r1=1.7&r2=1.8 Index: wireshark-1.12.4.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.4.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- wireshark-1.12.4.ebuild 26 Mar 2015 11:21:47 - 1.7 +++ wireshark-1.12.4.ebuild 26 Mar 2015 11:28:55 - 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/net-analyzer/wireshark/wireshark-1.12.4.ebuild,v 1.7 2015/03/26 11:21:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.4.ebuild,v 1.8 2015/03/26 11:28:55 ago Exp $ EAPI=5 inherit autotools eutils fcaps multilib qmake-utils qt4-r2 user @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0/${PV}" -KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE=" adns +caps crypt doc doc-pdf geoip +gtk3 ipv6 kerberos lua +netlink +pcap portaudio +qt4 qt5 sbc selinux smi ssl zlib 1.704net-analyzer/wireshark/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.704&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.704&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.703&r2=1.704 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v retrieving revision 1.703 retrieving revision 1.704 diff -u -r1.703 -r1.704 --- ChangeLog 26 Mar 2015 11:21:47 - 1.703 +++ ChangeLog 26 Mar 2015 11:28:55 - 1.704 @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.703 2015/03/26 11:21:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.704 2015/03/26 11:28:55 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo wireshark-1.12.4.ebuild: + Stable for ppc64, wrt bug #542206 26 Mar 2015; Agostino Sarubbo wireshark-1.12.4.ebuild: Stable for ppc, wrt bug #542206
[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.4.38.ebuild php-5.5.22.ebuild ChangeLog
ago 15/03/26 11:28:50 Modified: php-5.4.38.ebuild php-5.5.22.ebuild ChangeLog Log: Stable for ppc64, wrt bug #541098 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F) Revision ChangesPath 1.8 dev-lang/php/php-5.4.38.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.38.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.38.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.38.ebuild?r1=1.7&r2=1.8 Index: php-5.4.38.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.38.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- php-5.4.38.ebuild 26 Mar 2015 11:21:40 - 1.7 +++ php-5.4.38.ebuild 26 Mar 2015 11:28:50 - 1.8 @@ -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/dev-lang/php/php-5.4.38.ebuild,v 1.7 2015/03/26 11:21:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.38.ebuild,v 1.8 2015/03/26 11:28:50 ago Exp $ EAPI=5 inherit eutils autotools flag-o-matic versionator depend.apache apache-module db-use libtool systemd -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" function php_get_uri () { 1.8 dev-lang/php/php-5.5.22.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.22.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.22.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.22.ebuild?r1=1.7&r2=1.8 Index: php-5.5.22.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.22.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- php-5.5.22.ebuild 26 Mar 2015 11:21:40 - 1.7 +++ php-5.5.22.ebuild 26 Mar 2015 11:28:50 - 1.8 @@ -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/dev-lang/php/php-5.5.22.ebuild,v 1.7 2015/03/26 11:21:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.22.ebuild,v 1.8 2015/03/26 11:28:50 ago Exp $ EAPI=5 inherit eutils autotools flag-o-matic versionator depend.apache apache-module db-use libtool systemd -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" function php_get_uri () { 1.942dev-lang/php/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.942&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.942&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.941&r2=1.942 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v retrieving revision 1.941 retrieving revision 1.942 diff -u -r1.941 -r1.942 --- ChangeLog 26 Mar 2015 11:21:40 - 1.941 +++ ChangeLog 26 Mar 2015 11:28:50 - 1.942 @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/php # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.941 2015/03/26 11:21:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.942 2015/03/26 11:28:50 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo php-5.4.38.ebuild, + php-5.5.22.ebuild: + Stable for ppc64, wrt bug #541098 26 Mar 2015; Agostino Sarubbo php-5.4.38.ebuild, php-5.5.22.ebuild:
[gentoo-commits] gentoo-x86 commit in net-analyzer/ettercap: ettercap-0.8.2.ebuild ChangeLog
ago 15/03/26 11:28:37 Modified: ettercap-0.8.2.ebuild ChangeLog Log: Stable for ppc64, wrt bug #532764 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 net-analyzer/ettercap/ettercap-0.8.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ettercap/ettercap-0.8.2.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ettercap/ettercap-0.8.2.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ettercap/ettercap-0.8.2.ebuild?r1=1.5&r2=1.6 Index: ettercap-0.8.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.8.2.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ettercap-0.8.2.ebuild 26 Mar 2015 11:21:29 - 1.5 +++ ettercap-0.8.2.ebuild 26 Mar 2015 11:28:37 - 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-analyzer/ettercap/ettercap-0.8.2.ebuild,v 1.5 2015/03/26 11:21:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.8.2.ebuild,v 1.6 2015/03/26 11:28:37 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 arm ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="gtk ipv6 ncurses +plugins" RDEPEND="dev-libs/libbsd 1.163net-analyzer/ettercap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ettercap/ChangeLog?rev=1.163&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ettercap/ChangeLog?rev=1.163&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ettercap/ChangeLog?r1=1.162&r2=1.163 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v retrieving revision 1.162 retrieving revision 1.163 diff -u -r1.162 -r1.163 --- ChangeLog 26 Mar 2015 11:21:29 - 1.162 +++ ChangeLog 26 Mar 2015 11:28:37 - 1.163 @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ettercap # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.162 2015/03/26 11:21:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.163 2015/03/26 11:28:37 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo ettercap-0.8.2.ebuild: + Stable for ppc64, wrt bug #532764 26 Mar 2015; Agostino Sarubbo ettercap-0.8.2.ebuild: Stable for ppc, wrt bug #532764
[gentoo-commits] gentoo-x86 commit in www-client/firefox: firefox-31.5.3.ebuild ChangeLog
ago 15/03/26 11:35:47 Modified: firefox-31.5.3.ebuild ChangeLog Log: Stable for amd64, wrt bug #544056 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F) Revision ChangesPath 1.3 www-client/firefox/firefox-31.5.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-31.5.3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-31.5.3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-31.5.3.ebuild?r1=1.2&r2=1.3 Index: firefox-31.5.3.ebuild === RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-31.5.3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- firefox-31.5.3.ebuild 25 Mar 2015 16:07:03 - 1.2 +++ firefox-31.5.3.ebuild 26 Mar 2015 11:35:46 - 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/www-client/firefox/firefox-31.5.3.ebuild,v 1.2 2015/03/25 16:07:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-31.5.3.ebuild,v 1.3 2015/03/26 11:35:46 ago Exp $ EAPI="5" VIRTUALX_REQUIRED="pgo" @@ -39,7 +39,7 @@ DESCRIPTION="Firefox Web Browser" HOMEPAGE="http://www.mozilla.com/firefox"; -KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" IUSE="bindist hardened +minimal pgo selinux test" 1.399www-client/firefox/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.399&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.399&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?r1=1.398&r2=1.399 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v retrieving revision 1.398 retrieving revision 1.399 diff -u -r1.398 -r1.399 --- ChangeLog 25 Mar 2015 16:07:03 - 1.398 +++ ChangeLog 26 Mar 2015 11:35:46 - 1.399 @@ -1,6 +1,9 @@ # ChangeLog for www-client/firefox # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.398 2015/03/25 16:07:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.399 2015/03/26 11:35:46 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo firefox-31.5.3.ebuild: + Stable for amd64, wrt bug #544056 25 Mar 2015; Agostino Sarubbo firefox-31.5.3.ebuild: Stable for ia64, wrt bug #544056
[gentoo-commits] gentoo-x86 commit in www-client/seamonkey: seamonkey-2.33.1.ebuild ChangeLog
ago 15/03/26 11:35:52 Modified: seamonkey-2.33.1.ebuild ChangeLog Log: Stable for amd64, wrt bug #544056 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F) Revision ChangesPath 1.5 www-client/seamonkey/seamonkey-2.33.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.33.1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.33.1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.33.1.ebuild?r1=1.4&r2=1.5 Index: seamonkey-2.33.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.33.1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- seamonkey-2.33.1.ebuild 26 Mar 2015 08:54:21 - 1.4 +++ seamonkey-2.33.1.ebuild 26 Mar 2015 11:35:52 - 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/www-client/seamonkey/seamonkey-2.33.1.ebuild,v 1.4 2015/03/26 08:54:21 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.33.1.ebuild,v 1.5 2015/03/26 11:35:52 ago Exp $ EAPI=5 WANT_AUTOCONF="2.1" @@ -44,7 +44,7 @@ else # This is where arch teams should change the KEYWORDS. - KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86" + KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~x86" fi SLOT="0" 1.516www-client/seamonkey/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.516&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.516&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?r1=1.515&r2=1.516 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v retrieving revision 1.515 retrieving revision 1.516 diff -u -r1.515 -r1.516 --- ChangeLog 26 Mar 2015 08:54:21 - 1.515 +++ ChangeLog 26 Mar 2015 11:35:52 - 1.516 @@ -1,6 +1,9 @@ # ChangeLog for www-client/seamonkey # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.515 2015/03/26 08:54:21 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.516 2015/03/26 11:35:52 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo seamonkey-2.33.1.ebuild: + Stable for amd64, wrt bug #544056 26 Mar 2015; Lars Wendler seamonkey-2.33.1.ebuild: Fix previous change.
[gentoo-commits] gentoo-x86 commit in www-client/firefox-bin: firefox-bin-31.5.3.ebuild ChangeLog
ago 15/03/26 11:35:57 Modified: firefox-bin-31.5.3.ebuild ChangeLog Log: Stable for amd64, wrt bug #544056 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F) Revision ChangesPath 1.2 www-client/firefox-bin/firefox-bin-31.5.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/firefox-bin-31.5.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/firefox-bin-31.5.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/firefox-bin-31.5.3.ebuild?r1=1.1&r2=1.2 Index: firefox-bin-31.5.3.ebuild === RCS file: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-31.5.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- firefox-bin-31.5.3.ebuild 24 Mar 2015 23:23:32 - 1.1 +++ firefox-bin-31.5.3.ebuild 26 Mar 2015 11:35: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/www-client/firefox-bin/firefox-bin-31.5.3.ebuild,v 1.1 2015/03/24 23:23:32 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-31.5.3.ebuild,v 1.2 2015/03/26 11:35:57 ago Exp $ EAPI="5" MOZ_ESR="1" @@ -36,7 +36,7 @@ HOMEPAGE="http://www.mozilla.com/firefox"; RESTRICT="strip mirror" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 ~x86" SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" IUSE="selinux startup-notification" 1.226www-client/firefox-bin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/ChangeLog?rev=1.226&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/ChangeLog?rev=1.226&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/ChangeLog?r1=1.225&r2=1.226 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/www-client/firefox-bin/ChangeLog,v retrieving revision 1.225 retrieving revision 1.226 diff -u -r1.225 -r1.226 --- ChangeLog 24 Mar 2015 23:23:32 - 1.225 +++ ChangeLog 26 Mar 2015 11:35:57 - 1.226 @@ -1,6 +1,9 @@ # ChangeLog for www-client/firefox-bin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/ChangeLog,v 1.225 2015/03/24 23:23:32 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/ChangeLog,v 1.226 2015/03/26 11:35:57 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo firefox-bin-31.5.3.ebuild: + Stable for amd64, wrt bug #544056 *firefox-bin-36.0.4 (24 Mar 2015) *firefox-bin-31.5.3 (24 Mar 2015)
[gentoo-commits] gentoo-x86 commit in www-client/seamonkey-bin: seamonkey-bin-2.33.1.ebuild ChangeLog
ago 15/03/26 11:36:01 Modified: seamonkey-bin-2.33.1.ebuild ChangeLog Log: Stable for amd64, wrt bug #544056 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F) Revision ChangesPath 1.2 www-client/seamonkey-bin/seamonkey-bin-2.33.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.33.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.33.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.33.1.ebuild?r1=1.1&r2=1.2 Index: seamonkey-bin-2.33.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.33.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- seamonkey-bin-2.33.1.ebuild 24 Mar 2015 23:28:08 - 1.1 +++ seamonkey-bin-2.33.1.ebuild 26 Mar 2015 11:36:01 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.33.1.ebuild,v 1.1 2015/03/24 23:28:08 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.33.1.ebuild,v 1.2 2015/03/26 11:36:01 ago Exp $ EAPI="4" @@ -28,7 +28,7 @@ HOMEPAGE="http://www.seamonkey-project.org/"; RESTRICT="strip mirror" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 ~x86" SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" IUSE="startup-notification" 1.221www-client/seamonkey-bin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/ChangeLog?rev=1.221&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/ChangeLog?rev=1.221&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/ChangeLog?r1=1.220&r2=1.221 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v retrieving revision 1.220 retrieving revision 1.221 diff -u -r1.220 -r1.221 --- ChangeLog 24 Mar 2015 23:28:08 - 1.220 +++ ChangeLog 26 Mar 2015 11:36:01 - 1.221 @@ -1,6 +1,9 @@ # ChangeLog for www-client/seamonkey-bin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.220 2015/03/24 23:28:08 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.221 2015/03/26 11:36:01 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo seamonkey-bin-2.33.1.ebuild: + Stable for amd64, wrt bug #544056 *seamonkey-bin-2.33.1 (24 Mar 2015)
[gentoo-commits] gentoo-x86 commit in dev-libs/nss: nss-3.17.4.ebuild ChangeLog
ago 15/03/26 11:36:05 Modified: nss-3.17.4.ebuild ChangeLog Log: Stable for amd64, wrt bug #544056 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F) Revision ChangesPath 1.2 dev-libs/nss/nss-3.17.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nss/nss-3.17.4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nss/nss-3.17.4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nss/nss-3.17.4.ebuild?r1=1.1&r2=1.2 Index: nss-3.17.4.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-libs/nss/nss-3.17.4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nss-3.17.4.ebuild 31 Jan 2015 11:08:08 - 1.1 +++ nss-3.17.4.ebuild 26 Mar 2015 11:36:05 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/nss-3.17.4.ebuild,v 1.1 2015/01/31 11:08:08 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/nss-3.17.4.ebuild,v 1.2 2015/03/26 11:36:05 ago Exp $ EAPI=5 inherit eutils flag-o-matic multilib toolchain-funcs multilib-minimal @@ -19,7 +19,7 @@ LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="+cacert +nss-pem utils" DEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] 1.406dev-libs/nss/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nss/ChangeLog?rev=1.406&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nss/ChangeLog?rev=1.406&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nss/ChangeLog?r1=1.405&r2=1.406 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-libs/nss/ChangeLog,v retrieving revision 1.405 retrieving revision 1.406 diff -u -r1.405 -r1.406 --- ChangeLog 23 Mar 2015 18:08:12 - 1.405 +++ ChangeLog 26 Mar 2015 11:36:05 - 1.406 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/nss # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/ChangeLog,v 1.405 2015/03/23 18:08:12 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/ChangeLog,v 1.406 2015/03/26 11:36:05 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo nss-3.17.4.ebuild: + Stable for amd64, wrt bug #544056 *nss-3.18 (23 Mar 2015)
[gentoo-commits] gentoo-x86 commit in dev-libs/nspr: nspr-4.10.8.ebuild ChangeLog
ago 15/03/26 11:36:09 Modified: nspr-4.10.8.ebuild ChangeLog Log: Stable for amd64, wrt bug #544056 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F) Revision ChangesPath 1.2 dev-libs/nspr/nspr-4.10.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nspr/nspr-4.10.8.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nspr/nspr-4.10.8.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nspr/nspr-4.10.8.ebuild?r1=1.1&r2=1.2 Index: nspr-4.10.8.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.10.8.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nspr-4.10.8.ebuild 23 Jan 2015 21:06:01 - 1.1 +++ nspr-4.10.8.ebuild 26 Mar 2015 11:36:09 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.10.8.ebuild,v 1.1 2015/01/23 21:06:01 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.10.8.ebuild,v 1.2 2015/03/26 11:36:09 ago Exp $ EAPI=5 WANT_AUTOCONF="2.5" @@ -15,7 +15,7 @@ LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="debug" RDEPEND=" 1.290dev-libs/nspr/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nspr/ChangeLog?rev=1.290&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nspr/ChangeLog?rev=1.290&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nspr/ChangeLog?r1=1.289&r2=1.290 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-libs/nspr/ChangeLog,v retrieving revision 1.289 retrieving revision 1.290 diff -u -r1.289 -r1.290 --- ChangeLog 23 Jan 2015 21:06:01 - 1.289 +++ ChangeLog 26 Mar 2015 11:36:09 - 1.290 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/nspr # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/ChangeLog,v 1.289 2015/01/23 21:06:01 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/ChangeLog,v 1.290 2015/03/26 11:36:09 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo nspr-4.10.8.ebuild: + Stable for amd64, wrt bug #544056 *nspr-4.10.8 (23 Jan 2015)
[gentoo-commits] gentoo-x86 commit in www-client/firefox: firefox-31.5.3.ebuild ChangeLog
ago 15/03/26 11:36:31 Modified: firefox-31.5.3.ebuild ChangeLog Log: Stable for x86, wrt bug #544056 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F) Revision ChangesPath 1.4 www-client/firefox/firefox-31.5.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-31.5.3.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-31.5.3.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-31.5.3.ebuild?r1=1.3&r2=1.4 Index: firefox-31.5.3.ebuild === RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-31.5.3.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- firefox-31.5.3.ebuild 26 Mar 2015 11:35:46 - 1.3 +++ firefox-31.5.3.ebuild 26 Mar 2015 11:36:31 - 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/www-client/firefox/firefox-31.5.3.ebuild,v 1.3 2015/03/26 11:35:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-31.5.3.ebuild,v 1.4 2015/03/26 11:36:31 ago Exp $ EAPI="5" VIRTUALX_REQUIRED="pgo" @@ -39,7 +39,7 @@ DESCRIPTION="Firefox Web Browser" HOMEPAGE="http://www.mozilla.com/firefox"; -KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" IUSE="bindist hardened +minimal pgo selinux test" 1.400www-client/firefox/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.400&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.400&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?r1=1.399&r2=1.400 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v retrieving revision 1.399 retrieving revision 1.400 diff -u -r1.399 -r1.400 --- ChangeLog 26 Mar 2015 11:35:46 - 1.399 +++ ChangeLog 26 Mar 2015 11:36:31 - 1.400 @@ -1,6 +1,9 @@ # ChangeLog for www-client/firefox # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.399 2015/03/26 11:35:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.400 2015/03/26 11:36:31 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo firefox-31.5.3.ebuild: + Stable for x86, wrt bug #544056 26 Mar 2015; Agostino Sarubbo firefox-31.5.3.ebuild: Stable for amd64, wrt bug #544056
[gentoo-commits] gentoo-x86 commit in www-client/seamonkey: seamonkey-2.33.1.ebuild ChangeLog
ago 15/03/26 11:36:35 Modified: seamonkey-2.33.1.ebuild ChangeLog Log: Stable for x86, wrt bug #544056 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 www-client/seamonkey/seamonkey-2.33.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.33.1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.33.1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.33.1.ebuild?r1=1.5&r2=1.6 Index: seamonkey-2.33.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.33.1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- seamonkey-2.33.1.ebuild 26 Mar 2015 11:35:52 - 1.5 +++ seamonkey-2.33.1.ebuild 26 Mar 2015 11:36:35 - 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/www-client/seamonkey/seamonkey-2.33.1.ebuild,v 1.5 2015/03/26 11:35:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.33.1.ebuild,v 1.6 2015/03/26 11:36:35 ago Exp $ EAPI=5 WANT_AUTOCONF="2.1" @@ -44,7 +44,7 @@ else # This is where arch teams should change the KEYWORDS. - KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~x86" + KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 x86" fi SLOT="0" 1.517www-client/seamonkey/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.517&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.517&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?r1=1.516&r2=1.517 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v retrieving revision 1.516 retrieving revision 1.517 diff -u -r1.516 -r1.517 --- ChangeLog 26 Mar 2015 11:35:52 - 1.516 +++ ChangeLog 26 Mar 2015 11:36:35 - 1.517 @@ -1,6 +1,9 @@ # ChangeLog for www-client/seamonkey # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.516 2015/03/26 11:35:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.517 2015/03/26 11:36:35 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo seamonkey-2.33.1.ebuild: + Stable for x86, wrt bug #544056 26 Mar 2015; Agostino Sarubbo seamonkey-2.33.1.ebuild: Stable for amd64, wrt bug #544056
[gentoo-commits] gentoo-x86 commit in www-client/seamonkey-bin: seamonkey-bin-2.33.1.ebuild ChangeLog
ago 15/03/26 11:36:44 Modified: seamonkey-bin-2.33.1.ebuild ChangeLog Log: Stable for x86, wrt bug #544056 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F) Revision ChangesPath 1.3 www-client/seamonkey-bin/seamonkey-bin-2.33.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.33.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.33.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.33.1.ebuild?r1=1.2&r2=1.3 Index: seamonkey-bin-2.33.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.33.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- seamonkey-bin-2.33.1.ebuild 26 Mar 2015 11:36:01 - 1.2 +++ seamonkey-bin-2.33.1.ebuild 26 Mar 2015 11:36:44 - 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/www-client/seamonkey-bin/seamonkey-bin-2.33.1.ebuild,v 1.2 2015/03/26 11:36:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.33.1.ebuild,v 1.3 2015/03/26 11:36:44 ago Exp $ EAPI="4" @@ -28,7 +28,7 @@ HOMEPAGE="http://www.seamonkey-project.org/"; RESTRICT="strip mirror" -KEYWORDS="-* amd64 ~x86" +KEYWORDS="-* amd64 x86" SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" IUSE="startup-notification" 1.222www-client/seamonkey-bin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/ChangeLog?rev=1.222&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/ChangeLog?rev=1.222&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/ChangeLog?r1=1.221&r2=1.222 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v retrieving revision 1.221 retrieving revision 1.222 diff -u -r1.221 -r1.222 --- ChangeLog 26 Mar 2015 11:36:01 - 1.221 +++ ChangeLog 26 Mar 2015 11:36:44 - 1.222 @@ -1,6 +1,9 @@ # ChangeLog for www-client/seamonkey-bin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.221 2015/03/26 11:36:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.222 2015/03/26 11:36:44 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo seamonkey-bin-2.33.1.ebuild: + Stable for x86, wrt bug #544056 26 Mar 2015; Agostino Sarubbo seamonkey-bin-2.33.1.ebuild: Stable for amd64, wrt bug #544056
[gentoo-commits] gentoo-x86 commit in www-client/firefox-bin: firefox-bin-31.5.3.ebuild ChangeLog
ago 15/03/26 11:36:40 Modified: firefox-bin-31.5.3.ebuild ChangeLog Log: Stable for x86, wrt bug #544056 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F) Revision ChangesPath 1.3 www-client/firefox-bin/firefox-bin-31.5.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/firefox-bin-31.5.3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/firefox-bin-31.5.3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/firefox-bin-31.5.3.ebuild?r1=1.2&r2=1.3 Index: firefox-bin-31.5.3.ebuild === RCS file: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-31.5.3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- firefox-bin-31.5.3.ebuild 26 Mar 2015 11:35:57 - 1.2 +++ firefox-bin-31.5.3.ebuild 26 Mar 2015 11:36:40 - 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-31.5.3.ebuild,v 1.2 2015/03/26 11:35:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-31.5.3.ebuild,v 1.3 2015/03/26 11:36:40 ago Exp $ EAPI="5" MOZ_ESR="1" @@ -36,7 +36,7 @@ HOMEPAGE="http://www.mozilla.com/firefox"; RESTRICT="strip mirror" -KEYWORDS="-* amd64 ~x86" +KEYWORDS="-* amd64 x86" SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" IUSE="selinux startup-notification" 1.227www-client/firefox-bin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/ChangeLog?rev=1.227&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/ChangeLog?rev=1.227&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/ChangeLog?r1=1.226&r2=1.227 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/www-client/firefox-bin/ChangeLog,v retrieving revision 1.226 retrieving revision 1.227 diff -u -r1.226 -r1.227 --- ChangeLog 26 Mar 2015 11:35:57 - 1.226 +++ ChangeLog 26 Mar 2015 11:36:40 - 1.227 @@ -1,6 +1,9 @@ # ChangeLog for www-client/firefox-bin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/ChangeLog,v 1.226 2015/03/26 11:35:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/ChangeLog,v 1.227 2015/03/26 11:36:40 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo firefox-bin-31.5.3.ebuild: + Stable for x86, wrt bug #544056 26 Mar 2015; Agostino Sarubbo firefox-bin-31.5.3.ebuild: Stable for amd64, wrt bug #544056
[gentoo-commits] gentoo-x86 commit in dev-libs/nss: nss-3.17.4.ebuild ChangeLog
ago 15/03/26 11:36:48 Modified: nss-3.17.4.ebuild ChangeLog Log: Stable for x86, wrt bug #544056 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F) Revision ChangesPath 1.3 dev-libs/nss/nss-3.17.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nss/nss-3.17.4.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nss/nss-3.17.4.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nss/nss-3.17.4.ebuild?r1=1.2&r2=1.3 Index: nss-3.17.4.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-libs/nss/nss-3.17.4.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- nss-3.17.4.ebuild 26 Mar 2015 11:36:05 - 1.2 +++ nss-3.17.4.ebuild 26 Mar 2015 11:36:48 - 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-libs/nss/nss-3.17.4.ebuild,v 1.2 2015/03/26 11:36:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/nss-3.17.4.ebuild,v 1.3 2015/03/26 11:36:48 ago Exp $ EAPI=5 inherit eutils flag-o-matic multilib toolchain-funcs multilib-minimal @@ -19,7 +19,7 @@ LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="+cacert +nss-pem utils" DEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] 1.407dev-libs/nss/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nss/ChangeLog?rev=1.407&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nss/ChangeLog?rev=1.407&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nss/ChangeLog?r1=1.406&r2=1.407 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-libs/nss/ChangeLog,v retrieving revision 1.406 retrieving revision 1.407 diff -u -r1.406 -r1.407 --- ChangeLog 26 Mar 2015 11:36:05 - 1.406 +++ ChangeLog 26 Mar 2015 11:36:48 - 1.407 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/nss # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/ChangeLog,v 1.406 2015/03/26 11:36:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/ChangeLog,v 1.407 2015/03/26 11:36:48 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo nss-3.17.4.ebuild: + Stable for x86, wrt bug #544056 26 Mar 2015; Agostino Sarubbo nss-3.17.4.ebuild: Stable for amd64, wrt bug #544056
[gentoo-commits] gentoo-x86 commit in dev-libs/nspr: nspr-4.10.8.ebuild ChangeLog
ago 15/03/26 11:36:52 Modified: nspr-4.10.8.ebuild ChangeLog Log: Stable for x86, wrt bug #544056 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F) Revision ChangesPath 1.3 dev-libs/nspr/nspr-4.10.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nspr/nspr-4.10.8.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nspr/nspr-4.10.8.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nspr/nspr-4.10.8.ebuild?r1=1.2&r2=1.3 Index: nspr-4.10.8.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.10.8.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- nspr-4.10.8.ebuild 26 Mar 2015 11:36:09 - 1.2 +++ nspr-4.10.8.ebuild 26 Mar 2015 11:36:51 - 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-libs/nspr/nspr-4.10.8.ebuild,v 1.2 2015/03/26 11:36:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.10.8.ebuild,v 1.3 2015/03/26 11:36:51 ago Exp $ EAPI=5 WANT_AUTOCONF="2.5" @@ -15,7 +15,7 @@ LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="debug" RDEPEND=" 1.291dev-libs/nspr/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nspr/ChangeLog?rev=1.291&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nspr/ChangeLog?rev=1.291&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nspr/ChangeLog?r1=1.290&r2=1.291 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-libs/nspr/ChangeLog,v retrieving revision 1.290 retrieving revision 1.291 diff -u -r1.290 -r1.291 --- ChangeLog 26 Mar 2015 11:36:09 - 1.290 +++ ChangeLog 26 Mar 2015 11:36:51 - 1.291 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/nspr # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/ChangeLog,v 1.290 2015/03/26 11:36:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/ChangeLog,v 1.291 2015/03/26 11:36:51 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo nspr-4.10.8.ebuild: + Stable for x86, wrt bug #544056 26 Mar 2015; Agostino Sarubbo nspr-4.10.8.ebuild: Stable for amd64, wrt bug #544056
[gentoo-commits] proj/gnome:master commit in: net-libs/dleyna-connector-dbus/
commit: 9a49deecff915d921860e237d8418f55846a77ac Author: Gilles Dartiguelongue gentoo org> AuthorDate: Thu Mar 26 12:01:44 2015 + Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu Mar 26 12:01:44 2015 + URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=9a49deec net-libs/dleyna-connector-dbus: initial ebuild Needed to make the dleyna stack work. Needed for bug #540714. .../dleyna-connector-dbus-0.2.0.ebuild | 30 ++ net-libs/dleyna-connector-dbus/metadata.xml| 5 2 files changed, 35 insertions(+) diff --git a/net-libs/dleyna-connector-dbus/dleyna-connector-dbus-0.2.0.ebuild b/net-libs/dleyna-connector-dbus/dleyna-connector-dbus-0.2.0.ebuild new file mode 100644 index 000..d409d93 --- /dev/null +++ b/net-libs/dleyna-connector-dbus/dleyna-connector-dbus-0.2.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit eutils + +DESCRIPTION="utility library for higher level dLeyna libraries" +HOMEPAGE="https://01.org/dleyna/"; +SRC_URI="https://01.org/sites/default/files/downloads/dleyna/${P}.tar.gz"; + +LICENSE="LGPL-2.1" +SLOT="1.0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.28:2 + >=net-libs/dleyna-core-0.2.1:1.0 + >=sys-apps/dbus-1 +" +DEPEND="${RDEPEND} + virtual/pkgconfig +" + +src_install() { + default + prune_libtool_files +} diff --git a/net-libs/dleyna-connector-dbus/metadata.xml b/net-libs/dleyna-connector-dbus/metadata.xml new file mode 100644 index 000..6e0e2ec --- /dev/null +++ b/net-libs/dleyna-connector-dbus/metadata.xml @@ -0,0 +1,5 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + gnome +
[gentoo-commits] proj/gnome:master commit in: net-libs/dleyna-renderer/
commit: 0a284c82c9036a415f0a53968106ca250a9c9f1b Author: Gilles Dartiguelongue gentoo org> AuthorDate: Thu Mar 26 12:04:21 2015 + Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu Mar 26 12:04:21 2015 + URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=0a284c82 net-libs/dleyna-renderer: needs dbus connector to actually work Makes gnome-photos work as expected for bug #509228. net-libs/dleyna-renderer/dleyna-renderer-0.5.0.ebuild | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/net-libs/dleyna-renderer/dleyna-renderer-0.5.0.ebuild b/net-libs/dleyna-renderer/dleyna-renderer-0.5.0.ebuild index 595c87d..10d2d85 100644 --- a/net-libs/dleyna-renderer/dleyna-renderer-0.5.0.ebuild +++ b/net-libs/dleyna-renderer/dleyna-renderer-0.5.0.ebuild @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -RDEPEND=" +COMMON_DEPEND=" >=dev-libs/glib-2.28:2 >=media-libs/gupnp-dlna-0.9.4:2.0 >=net-libs/dleyna-core-0.5 @@ -24,7 +24,10 @@ RDEPEND=" >=net-libs/gupnp-av-0.11.5 >=net-libs/libsoup-2.28.2:2.4 " -DEPEND="${DEPEND} +RDEPEND="${COMMON_DEPEND} + net-libs/dleyna-connector-dbus +" +DEPEND="${COMMON_DEPEND} virtual/pkgconfig "
[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/App-cpanoutdated/
commit: 5d3a30f065aa3247d23ba4b0435b2840218319fa Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 09:36:54 2015 + Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 09:36:54 2015 + URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=5d3a30f0 [cleanup] App-cpanoutdated: remove old versions Package-Manager: portage-2.2.17 .../App-cpanoutdated-0.160.0.ebuild| 25 --- .../App-cpanoutdated-0.180.0.ebuild| 25 --- .../App-cpanoutdated-0.190.0.ebuild| 42 -- .../App-cpanoutdated-0.200.0.ebuild| 48 - .../App-cpanoutdated-0.220.0.ebuild| 50 -- .../App-cpanoutdated-0.230.0.ebuild| 50 -- 6 files changed, 240 deletions(-) diff --git a/dev-perl/App-cpanoutdated/App-cpanoutdated-0.160.0.ebuild b/dev-perl/App-cpanoutdated/App-cpanoutdated-0.160.0.ebuild deleted file mode 100644 index a5288f6..000 --- a/dev-perl/App-cpanoutdated/App-cpanoutdated-0.160.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=TOKUHIROM -MODULE_VERSION=0.16 - -inherit perl-module perl-declaredeps - -DESCRIPTION="detect outdated CPAN modules in your environment" -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -depend libwww-perl; # LWP -depend-virtual IO-Zlib; -depend-virtual version; -depend local-lib 1.6.8; -depend-virtual ExtUtils-MakeMaker 6.56; -depend CPAN-DistnameInfo 0.100; - -ddep_setup; - -SRC_TEST="do" diff --git a/dev-perl/App-cpanoutdated/App-cpanoutdated-0.180.0.ebuild b/dev-perl/App-cpanoutdated/App-cpanoutdated-0.180.0.ebuild deleted file mode 100644 index 20c44d0..000 --- a/dev-perl/App-cpanoutdated/App-cpanoutdated-0.180.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=TOKUHIROM -MODULE_VERSION=0.18 - -inherit perl-module perl-declaredeps - -DESCRIPTION="detect outdated CPAN modules in your environment" -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -depend libwww-perl; # LWP -depend-virtual IO-Zlib; -depend-virtual version; -depend local-lib 1.6.8; -depend-virtual ExtUtils-MakeMaker 6.56; -depend CPAN-DistnameInfo 0.100; - -ddep_setup; - -SRC_TEST="do" diff --git a/dev-perl/App-cpanoutdated/App-cpanoutdated-0.190.0.ebuild b/dev-perl/App-cpanoutdated/App-cpanoutdated-0.190.0.ebuild deleted file mode 100644 index fb9d2ca..000 --- a/dev-perl/App-cpanoutdated/App-cpanoutdated-0.190.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=TOKUHIROM -MODULE_VERSION=0.19 - -inherit perl-module - -DESCRIPTION="detect outdated CPAN modules in your environment" -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -meta_build_dep() { - # ExtUtils::MakeMaker - echo 'virtual/perl-ExtUtils-MakeMaker'; -} -meta_configure_dep() { - # ExtUtils::MakeMaker - echo 'virtual/perl-ExtUtils-MakeMaker'; -} -meta_runtime_dep() { - # CPAN::DistnameInfo 0.1 ( 0.100.0 ) - echo '>=dev-perl/CPAN-DistnameInfo-0.100.0' - # ExtUtils::MakeMaker 6.56 ( 6.560.0 ) - echo '>=virtual/perl-ExtUtils-MakeMaker-6.56' - # IO::Zlib - echo 'virtual/perl-IO-Zlib' - # LWP - echo 'dev-perl/libwww-perl' - # local::lib 1.006008 ( 1.6.8 ) - echo '>=dev-perl/local-lib-1.6.8' - # perl 5.008001 ( 5.8.1 ) - echo '>=dev-lang/perl-5.8.1' - # version - echo 'virtual/perl-version' -} -RDEPEND="$(meta_runtime_dep)" -DEPENDS="$(meta_configure_dep) $(meta_build_dep) $(meta_runtime_dep)" -SRC_TEST="do" diff --git a/dev-perl/App-cpanoutdated/App-cpanoutdated-0.200.0.ebuild b/dev-perl/App-cpanoutdated/App-cpanoutdated-0.200.0.ebuild deleted file mode 100644 index ecddf21..000 --- a/dev-perl/App-cpanoutdated/App-cpanoutdated-0.200.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=TOKUHIROM -MODULE_VERSION=0.20 -inherit perl-module - -DESCRIPTION="detect outdated CPAN modules in your environment" -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker -} -perl_meta_build() { - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker -} -perl_meta_runtime() { - # CPAN::DistnameInfo 0.1 ( 0.100.0 ) - echo \>=dev-perl/CPAN-DistnameInfo-0.100.0 - # ExtUtils::MakeMak
[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CPAN-Inject/, dev-perl/CPAN-Inject/files/
commit: e751f69d396373219e529cb6819d7277d303d0af Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 10:14:50 2015 + Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 10:14:50 2015 + URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=e751f69d [cleanup] CPAN-Inject: Remove old versions Package-Manager: portage-2.2.17 dev-perl/CPAN-Inject/CPAN-Inject-0.100.0.ebuild | 36 - dev-perl/CPAN-Inject/CPAN-Inject-0.110.0.ebuild | 36 - dev-perl/CPAN-Inject/CPAN-Inject-1.120.0.ebuild | 36 - dev-perl/CPAN-Inject/CPAN-Inject-1.130.0.ebuild | 34 --- dev-perl/CPAN-Inject/files/Test-0.10.patch | 20 -- dev-perl/CPAN-Inject/files/Test-0.11.patch | 20 -- dev-perl/CPAN-Inject/files/Test-1.12.patch | 27 --- 7 files changed, 209 deletions(-) diff --git a/dev-perl/CPAN-Inject/CPAN-Inject-0.100.0.ebuild b/dev-perl/CPAN-Inject/CPAN-Inject-0.100.0.ebuild deleted file mode 100644 index 57a8b1d..000 --- a/dev-perl/CPAN-Inject/CPAN-Inject-0.100.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=3 -MODULE_AUTHOR=ADAMK -MODULE_VERSION="0.10" -inherit perl-module - -DESCRIPTION="Base class for injecting distributions into CPAN sources" -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -PATCHES=( - "${FILESDIR}/Test-${PV}.patch" -); -COMMON_DEPEND=" - >=virtual/perl-File-Spec-0.80 - >=dev-perl/File-chmod-0.30 - >=virtual/perl-File-Path-1.00 - >=dev-perl/Params-Util-0.21 - >=virtual/perl-CPAN-1.360 - >=dev-perl/CPAN-Checksums-1.05 -" -DEPEND=" - ${COMMON_DEPEND} - test? ( - >=virtual/perl-Test-Simple-0.42 - >=dev-perl/Test-Script-1.02 - >=dev-perl/File-Remove-0.340.0 - ) -" -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do" diff --git a/dev-perl/CPAN-Inject/CPAN-Inject-0.110.0.ebuild b/dev-perl/CPAN-Inject/CPAN-Inject-0.110.0.ebuild deleted file mode 100644 index 896fbde..000 --- a/dev-perl/CPAN-Inject/CPAN-Inject-0.110.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=3 -MODULE_AUTHOR=ADAMK -MODULE_VERSION="0.11" -inherit perl-module - -DESCRIPTION="Base class for injecting distributions into CPAN sources" -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -PATCHES=( - "${FILESDIR}/Test-${PV}.patch" -); -COMMON_DEPEND=" - >=virtual/perl-File-Spec-0.80 - >=dev-perl/File-chmod-0.30 - >=virtual/perl-File-Path-1.00 - >=dev-perl/Params-Util-0.21 - >=virtual/perl-CPAN-1.360 - >=dev-perl/CPAN-Checksums-1.05 -" -DEPEND=" - ${COMMON_DEPEND} - test? ( - >=virtual/perl-Test-Simple-0.42 - >=dev-perl/Test-Script-1.02 - >=dev-perl/File-Remove-0.340.0 - ) -" -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do" diff --git a/dev-perl/CPAN-Inject/CPAN-Inject-1.120.0.ebuild b/dev-perl/CPAN-Inject/CPAN-Inject-1.120.0.ebuild deleted file mode 100644 index d76c4aa..000 --- a/dev-perl/CPAN-Inject/CPAN-Inject-1.120.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=3 -MODULE_AUTHOR=ADAMK -MODULE_VERSION="1.12" -inherit perl-module - -DESCRIPTION="Base class for injecting distributions into CPAN sources" -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -PATCHES=( - "${FILESDIR}/Test-${PV}.patch" -); -COMMON_DEPEND=" - >=virtual/perl-File-Spec-0.80 - >=dev-perl/File-chmod-0.30 - >=virtual/perl-File-Path-1.00 - >=dev-perl/Params-Util-0.21 - >=virtual/perl-CPAN-1.360 - >=dev-perl/CPAN-Checksums-1.05 -" -DEPEND=" - ${COMMON_DEPEND} - test? ( - >=virtual/perl-Test-Simple-0.42 - >=dev-perl/Test-Script-1.02 - >=dev-perl/File-Remove-0.340.0 - ) -" -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do" diff --git a/dev-perl/CPAN-Inject/CPAN-Inject-1.130.0.ebuild b/dev-perl/CPAN-Inject/CPAN-Inject-1.130.0.ebuild deleted file mode 100644 index 4b3f659..000 --- a/dev-perl/CPAN-Inject/CPAN-Inject-1.130.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=ADAMK -MODULE_VERSION="1.13" -inherit perl-module perl-declaredeps - -DESCRIPTION="Base class for injecting distributions into CPAN sources" -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -#PATCH
[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DBIx-Class-Tree/
commit: a8025b8f43b663730c4daf08af180e8eb6c160ab Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 11:01:54 2015 + Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 11:01:54 2015 + URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=a8025b8f [cleanup] DBIx-Class-Tree: Remove old versions Package-Manager: portage-2.2.17 .../DBIx-Class-Tree/DBIx-Class-Tree-0.30.10.ebuild | 20 .../DBIx-Class-Tree/DBIx-Class-Tree-0.30.20.ebuild | 22 -- .../DBIx-Class-Tree/DBIx-Class-Tree-0.30.ebuild| 21 - 3 files changed, 63 deletions(-) diff --git a/dev-perl/DBIx-Class-Tree/DBIx-Class-Tree-0.30.10.ebuild b/dev-perl/DBIx-Class-Tree/DBIx-Class-Tree-0.30.10.ebuild deleted file mode 100644 index 92371ad..000 --- a/dev-perl/DBIx-Class-Tree/DBIx-Class-Tree-0.30.10.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=2 -MODULE_AUTHOR=FREW -MODULE_VERSION="0.03001" -inherit perl-module - -DESCRIPTION="Manipulate and anaylze tree structured data." -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" -RDEPEND=" - >=dev-perl/DBIx-Class-0.81.0 -" -DEPEND="${RDEPEND}" -SRC_TEST=do diff --git a/dev-perl/DBIx-Class-Tree/DBIx-Class-Tree-0.30.20.ebuild b/dev-perl/DBIx-Class-Tree/DBIx-Class-Tree-0.30.20.ebuild deleted file mode 100644 index 372e502..000 --- a/dev-perl/DBIx-Class-Tree/DBIx-Class-Tree-0.30.20.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -MODULE_AUTHOR=FREW -MODULE_VERSION="0.03002" -inherit perl-module - -DESCRIPTION="Manipulate and anaylze tree structured data." - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - >=dev-perl/DBIx-Class-0.81.0 -" -DEPEND="${RDEPEND}" - -SRC_TEST=do diff --git a/dev-perl/DBIx-Class-Tree/DBIx-Class-Tree-0.30.ebuild b/dev-perl/DBIx-Class-Tree/DBIx-Class-Tree-0.30.ebuild deleted file mode 100644 index 64f8850..000 --- a/dev-perl/DBIx-Class-Tree/DBIx-Class-Tree-0.30.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=2 -MODULE_AUTHOR=BLUEFEET -MODULE_VERSION="0.03000" -inherit perl-module - -DESCRIPTION="Manipulate and anaylze tree structured data." -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" -RDEPEND=" - >=dev-perl/DBIx-Class-0.81.0 - >=dev-perl/DBD-SQLite-0.42 -" -DEPEND="${RDEPEND}" -SRC_TEST=do
[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CPAN-Reporter/, dev-perl/CPAN-Reporter/files/1.2004/
commit: 905a77946a68b45dfb25c56ea2635bde8904d69e Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 10:16:49 2015 + Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 10:16:49 2015 + URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=905a7794 [cleanup] CPAN-Reporter: Remove old versions Package-Manager: portage-2.2.17 .../CPAN-Reporter/CPAN-Reporter-1.170.800.ebuild | 32 -- .../CPAN-Reporter/CPAN-Reporter-1.171.100.ebuild | 34 -- .../CPAN-Reporter/CPAN-Reporter-1.180.300.ebuild | 38 -- .../CPAN-Reporter/CPAN-Reporter-1.190.200.ebuild | 51 --- .../CPAN-Reporter/CPAN-Reporter-1.200.900.ebuild | 98 - .../CPAN-Reporter/files/1.2004/canonpath.patch | 398 - 6 files changed, 651 deletions(-) diff --git a/dev-perl/CPAN-Reporter/CPAN-Reporter-1.170.800.ebuild b/dev-perl/CPAN-Reporter/CPAN-Reporter-1.170.800.ebuild deleted file mode 100644 index fb16f16..000 --- a/dev-perl/CPAN-Reporter/CPAN-Reporter-1.170.800.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 -MODULE_AUTHOR=DAGOLDEN -MODULE_VERSION="1.1708" -inherit perl-module - -DESCRIPTION="Adds CPAN Testers reporting to CPAN.pm" -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" -DEPEND=" - >=dev-perl/Config-Tiny-2.08 - >=virtual/perl-CPAN-1.930.100 - >=dev-perl/Devel-Autoflush-0.40 - >=virtual/perl-ExtUtils-MakeMaker-6.36 - >=dev-perl/File-Copy-Recursive-0.35 - >=dev-perl/File-HomeDir-0.58 - >=dev-perl/File-pushd-0.320.0 - >=dev-perl/IO-CaptureOutput-1.30.0 - dev-perl/Probe-Perl - >=dev-perl/Tee-0.13 - >=virtual/perl-Test-Simple-0.62 - >=dev-perl/Test-Reporter-1.540.0 -" -RDEPEND="${DEPEND}" -SRC_TEST="do" diff --git a/dev-perl/CPAN-Reporter/CPAN-Reporter-1.171.100.ebuild b/dev-perl/CPAN-Reporter/CPAN-Reporter-1.171.100.ebuild deleted file mode 100644 index 03b208b..000 --- a/dev-perl/CPAN-Reporter/CPAN-Reporter-1.171.100.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -MODULE_AUTHOR=DAGOLDEN -MODULE_VERSION="1.1711" -inherit perl-module - -DESCRIPTION="Adds CPAN Testers reporting to CPAN.pm" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - >=dev-perl/Config-Tiny-2.08 - >=virtual/perl-CPAN-1.930.100 - >=dev-perl/Devel-Autoflush-0.40 - >=virtual/perl-ExtUtils-MakeMaker-6.36 - >=dev-perl/File-Copy-Recursive-0.35 - >=dev-perl/File-HomeDir-0.58 - >=dev-perl/File-pushd-0.320.0 - >=dev-perl/IO-CaptureOutput-1.30.0 - dev-perl/Probe-Perl - >=dev-perl/Tee-0.13 -" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( >=virtual/perl-Test-Simple-0.62 - >=dev-perl/Test-Reporter-1.540.0 )" - -SRC_TEST="do" diff --git a/dev-perl/CPAN-Reporter/CPAN-Reporter-1.180.300.ebuild b/dev-perl/CPAN-Reporter/CPAN-Reporter-1.180.300.ebuild deleted file mode 100644 index 9ae267b..000 --- a/dev-perl/CPAN-Reporter/CPAN-Reporter-1.180.300.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -MODULE_AUTHOR=DAGOLDEN -MODULE_VERSION="1.1803" -inherit perl-module - -DESCRIPTION="Adds CPAN Testers reporting to CPAN.pm" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - >=dev-perl/Config-Tiny-2.08 - >=virtual/perl-CPAN-1.930.100 - >=dev-perl/Devel-Autoflush-0.40 - >=virtual/perl-ExtUtils-MakeMaker-6.36 - >=dev-perl/File-Copy-Recursive-0.35 - >=dev-perl/File-HomeDir-0.58 - virtual/perl-File-Path - >=dev-perl/File-pushd-0.320.0 - >=virtual/perl-File-Spec-3.19 - >=virtual/perl-File-Temp-0.16 - >=dev-perl/IO-CaptureOutput-1.30.0 - virtual/perl-Parse-CPAN-Meta - dev-perl/Probe-Perl - >=dev-perl/Tee-0.13 - >=virtual/perl-Test-Simple-0.62 - >=dev-perl/Test-Reporter-1.540.0 -" -DEPEND="${RDEPEND} - virtual/perl-Module-Build -" -SRC_TEST="do" diff --git a/dev-perl/CPAN-Reporter/CPAN-Reporter-1.190.200.ebuild b/dev-perl/CPAN-Reporter/CPAN-Reporter-1.190.200.ebuild deleted file mode 100644 index a2b6068..000 --- a/dev-perl/CPAN-Reporter/CPAN-Reporter-1.190.200.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -MODULE_AUTHOR=DAGOLDEN -MODULE_VERSION="1.1902" -inherit perl-module perl-declaredeps - -DESCRIPTION="Adds CPAN Testers reporting to CPAN.pm" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -bdepend-virtual Archive-Tar 1.54 -bdepend File-Copy-Recursive 0.35 -bdepend-virtual File-Spe
[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DBIx-Class-Cursor-Cached/
commit: 4c1352bc60110ad4442cb1cef8c2d689077d2daf Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 11:00:00 2015 + Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 11:00:00 2015 + URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=4c1352bc [fixup] DBIx-Class-Cursor-Cached-1.1.2-r1: EAPI5, Fixup deps Package-Manager: portage-2.2.17 .../DBIx-Class-Cursor-Cached-1.1.2-r1.ebuild | 30 ++ .../DBIx-Class-Cursor-Cached-1.1.2.ebuild | 27 --- 2 files changed, 30 insertions(+), 27 deletions(-) diff --git a/dev-perl/DBIx-Class-Cursor-Cached/DBIx-Class-Cursor-Cached-1.1.2-r1.ebuild b/dev-perl/DBIx-Class-Cursor-Cached/DBIx-Class-Cursor-Cached-1.1.2-r1.ebuild new file mode 100644 index 000..4f215b4 --- /dev/null +++ b/dev-perl/DBIx-Class-Cursor-Cached/DBIx-Class-Cursor-Cached-1.1.2-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +MODULE_AUTHOR=ARCANEZ +MODULE_VERSION=1.001002 +inherit perl-module + +DESCRIPTION="cursor class with built-in caching support" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + >=dev-perl/Carp-Clan-6.0.0 + >=dev-perl/DBIx-Class-0.81.240 + virtual/perl-Digest-SHA +" +# Cache::FileCache -> Cache-Cache +DEPEND=" + >=virtual/perl-ExtUtils-MakeMaker-6.420.0 + test? ( + >=dev-perl/DBD-SQLite-1.250.0 + virtual/perl-Test-Simple + dev-perl/Cache-Cache + ) +" diff --git a/dev-perl/DBIx-Class-Cursor-Cached/DBIx-Class-Cursor-Cached-1.1.2.ebuild b/dev-perl/DBIx-Class-Cursor-Cached/DBIx-Class-Cursor-Cached-1.1.2.ebuild deleted file mode 100644 index 9d2cd9c..000 --- a/dev-perl/DBIx-Class-Cursor-Cached/DBIx-Class-Cursor-Cached-1.1.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -MODULE_AUTHOR=ARCANEZ -MODULE_VERSION=1.001002 -inherit perl-module perl-declaredeps - -DESCRIPTION="cursor class with built-in caching support" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -depend DBIx-Class 0.81.240 -depend-virtual Digest-SHA -depend Carp-Clan 6.0 - -bdepend DBD-SQLite 1.250.0 -bdepend-virtual Test-Simple # Test::More -bdepend Cache-Cache # Cache::FileCache - -ddep_setup - -SRC_TEST="do"
[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/WWW-Shorten-Simple/
commit: e3a77a2eb05b97bca3abd39286329af6c9175202 Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 12:01:35 2015 + Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 12:01:35 2015 + URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=e3a77a2e [fixup] WWW-Shorten-Simple: EAPI5, fixup deps Package-Manager: portage-2.2.17 ...-0.10.ebuild => WWW-Shorten-Simple-0.10.0.ebuild} | 20 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/dev-perl/WWW-Shorten-Simple/WWW-Shorten-Simple-0.10.ebuild b/dev-perl/WWW-Shorten-Simple/WWW-Shorten-Simple-0.10.0.ebuild similarity index 53% rename from dev-perl/WWW-Shorten-Simple/WWW-Shorten-Simple-0.10.ebuild rename to dev-perl/WWW-Shorten-Simple/WWW-Shorten-Simple-0.10.0.ebuild index cf24f2c..5952c13 100644 --- a/dev-perl/WWW-Shorten-Simple/WWW-Shorten-Simple-0.10.ebuild +++ b/dev-perl/WWW-Shorten-Simple/WWW-Shorten-Simple-0.10.0.ebuild @@ -1,17 +1,21 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="4" +EAPI=5 MODULE_AUTHOR=MIYAGAWA MODULE_VERSION=0.01 -inherit perl-module perl-declaredeps +inherit perl-module DESCRIPTION="Factory wrapper around WWW::Shorten to avoid imports" -LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -bdepend-virtual Test-Simple # Test-More -ddep_setup +IUSE="test" -SRC_TEST="do" +RDEPEND="" +DEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Test-Simple + ) +"
[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Params-Validate/
commit: 12b4e5a65a0d507054e292450983205aa1fe23e5 Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 11:26:22 2015 + Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 11:26:22 2015 + URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=12b4e5a6 [cleanup] MooseX-Params-Validate: Remove old versions Package-Manager: portage-2.2.17 .../MooseX-Params-Validate-0.130.0.ebuild | 31 -- .../MooseX-Params-Validate-0.140.0.ebuild | 31 -- .../MooseX-Params-Validate-0.150.0.ebuild | 31 -- .../MooseX-Params-Validate-0.160.0.ebuild | 29 4 files changed, 122 deletions(-) diff --git a/dev-perl/MooseX-Params-Validate/MooseX-Params-Validate-0.130.0.ebuild b/dev-perl/MooseX-Params-Validate/MooseX-Params-Validate-0.130.0.ebuild deleted file mode 100644 index 1f36501..000 --- a/dev-perl/MooseX-Params-Validate/MooseX-Params-Validate-0.130.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -MODULE_AUTHOR=DROLSKY -MODULE_VERSION="0.13" -inherit perl-module - -DESCRIPTION="an extension of Params::Validate for using Moose's types" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - >=dev-perl/Moose-0.580.0 - >=dev-perl/Params-Validate-0.88 - dev-perl/Sub-Exporter - dev-perl/Devel-Caller -" -DEPEND=" - ${RDEPEND} - test? ( - >=virtual/perl-Test-Simple-0.62 - >=dev-perl/Test-Exception-0.21 - ) -" - -SRC_TEST=do diff --git a/dev-perl/MooseX-Params-Validate/MooseX-Params-Validate-0.140.0.ebuild b/dev-perl/MooseX-Params-Validate/MooseX-Params-Validate-0.140.0.ebuild deleted file mode 100644 index 56f1986..000 --- a/dev-perl/MooseX-Params-Validate/MooseX-Params-Validate-0.140.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -MODULE_AUTHOR=DROLSKY -MODULE_VERSION="0.14" -inherit perl-module - -DESCRIPTION="an extension of Params::Validate for using Moose's types" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - >=dev-perl/Moose-0.580.0 - >=dev-perl/Params-Validate-0.88 - dev-perl/Sub-Exporter - dev-perl/Devel-Caller -" -DEPEND=" - ${RDEPEND} - test? ( - >=virtual/perl-Test-Simple-0.62 - >=dev-perl/Test-Exception-0.21 - ) -" - -SRC_TEST=do diff --git a/dev-perl/MooseX-Params-Validate/MooseX-Params-Validate-0.150.0.ebuild b/dev-perl/MooseX-Params-Validate/MooseX-Params-Validate-0.150.0.ebuild deleted file mode 100644 index dc09f1b..000 --- a/dev-perl/MooseX-Params-Validate/MooseX-Params-Validate-0.150.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -MODULE_AUTHOR=DROLSKY -MODULE_VERSION=0.15 -inherit perl-module - -DESCRIPTION="an extension of Params::Validate for using Moose's types" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - >=dev-perl/Moose-0.580.0 - >=dev-perl/Params-Validate-0.88 - dev-perl/Sub-Exporter - dev-perl/Devel-Caller -" -DEPEND=" - ${RDEPEND} - test? ( - >=virtual/perl-Test-Simple-0.88 - dev-perl/Test-Fatal - ) -" - -SRC_TEST=do diff --git a/dev-perl/MooseX-Params-Validate/MooseX-Params-Validate-0.160.0.ebuild b/dev-perl/MooseX-Params-Validate/MooseX-Params-Validate-0.160.0.ebuild deleted file mode 100644 index 6f8c0fb..000 --- a/dev-perl/MooseX-Params-Validate/MooseX-Params-Validate-0.160.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -MODULE_AUTHOR=DROLSKY -MODULE_VERSION=0.16 -inherit perl-module perl-declaredeps - -DESCRIPTION="an extension of Params::Validate for using Moose's types" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -cdepend-virtual ExtUtils-MakeMaker 6.52 - -bdepend Test-Fatal 0.001 -bdepend-virtual Test-Simple 0.88 # Test-More - -# depend-virtual Carp # CORE -depend Devel-Caller -depend Moose 0.580.0 -depend Params-Validate 0.88 -depend-virtual Scalar-List-Utils # Scalar-Util -depend Sub-Exporter -ddep_setup; -SRC_TEST=do
[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-OneArgNew/
commit: db42c681a29a26f08f427aff11429483bd7fd91f Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 11:25:23 2015 + Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 11:25:23 2015 + URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=db42c681 [cleanup] MooseX-OneArgNew: Remove old versions Package-Manager: portage-2.2.17 .../MooseX-OneArgNew/MooseX-OneArgNew-0.1.0.ebuild | 27 -- .../MooseX-OneArgNew/MooseX-OneArgNew-0.2.0.ebuild | 27 -- 2 files changed, 54 deletions(-) diff --git a/dev-perl/MooseX-OneArgNew/MooseX-OneArgNew-0.1.0.ebuild b/dev-perl/MooseX-OneArgNew/MooseX-OneArgNew-0.1.0.ebuild deleted file mode 100644 index 91f957f..000 --- a/dev-perl/MooseX-OneArgNew/MooseX-OneArgNew-0.1.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI="4" -MODULE_AUTHOR=RJBS -MODULE_VERSION=0.001 -inherit perl-module perl-declaredeps - -DESCRIPTION="teach ->new to accept single, non-hashref arguments" -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -bdepend Moose -bdepend-virtual Test-Simple 0.96 # Test-More - -cdepend-virtual ExtUtils-MakeMaker 6.56 - -# depend Moose-Util-TypeConstraints # Moose -depend Moose # ^^ -depend MooseX-Role-Parameterized -depend namespace-autoclean - -ddep_setup - -SRC_TEST="do" diff --git a/dev-perl/MooseX-OneArgNew/MooseX-OneArgNew-0.2.0.ebuild b/dev-perl/MooseX-OneArgNew/MooseX-OneArgNew-0.2.0.ebuild deleted file mode 100644 index 7723b06..000 --- a/dev-perl/MooseX-OneArgNew/MooseX-OneArgNew-0.2.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI="4" -MODULE_AUTHOR=RJBS -MODULE_VERSION=0.002 -inherit perl-module perl-declaredeps - -DESCRIPTION="teach ->new to accept single, non-hashref arguments" -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -bdepend Moose -bdepend-virtual Test-Simple 0.96 # Test-More 0.960.0 - -cdepend-virtual ExtUtils-MakeMaker 6.56 # 6.560.0 - -# depend Moose-Util-TypeConstraints # Moose -depend Moose # ^^ -depend MooseX-Role-Parameterized -depend namespace-autoclean - -ddep_setup - -SRC_TEST="do"
[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DBIx-Class-Cursor-Cached/
commit: 73720efb573f2ad063995bfc62a9bea86718fd92 Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 10:49:00 2015 + Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 10:49:00 2015 + URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=73720efb [cleanup] DBIx-Class-Cursor-Cached: Remove old versions Package-Manager: portage-2.2.17 .../DBIx-Class-Cursor-Cached-1.0.1.ebuild | 21 .../DBIx-Class-Cursor-Cached-1.1.0.ebuild | 28 -- .../DBIx-Class-Cursor-Cached-1.1.1.ebuild | 27 - 3 files changed, 76 deletions(-) diff --git a/dev-perl/DBIx-Class-Cursor-Cached/DBIx-Class-Cursor-Cached-1.0.1.ebuild b/dev-perl/DBIx-Class-Cursor-Cached/DBIx-Class-Cursor-Cached-1.0.1.ebuild deleted file mode 100644 index c6ef570..000 --- a/dev-perl/DBIx-Class-Cursor-Cached/DBIx-Class-Cursor-Cached-1.0.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=3 -MODULE_AUTHOR=MSTROUT -inherit perl-module - -DESCRIPTION="cursor class with built-in caching support" -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="sqlite" -RDEPEND=" - >=dev-perl/DBIx-Class-0.08004 - dev-perl/Digest-SHA1 - dev-perl/Cache-Cache -" -DEPEND="${RDEPEND}" -SRC_TEST="do" diff --git a/dev-perl/DBIx-Class-Cursor-Cached/DBIx-Class-Cursor-Cached-1.1.0.ebuild b/dev-perl/DBIx-Class-Cursor-Cached/DBIx-Class-Cursor-Cached-1.1.0.ebuild deleted file mode 100644 index 74872b3..000 --- a/dev-perl/DBIx-Class-Cursor-Cached/DBIx-Class-Cursor-Cached-1.1.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 -MODULE_AUTHOR=ARCANEZ -MODULE_VERSION=1.001000 -inherit perl-module perl-declaredeps - -DESCRIPTION="cursor class with built-in caching support" -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" - -depend DBIx-Class 0.81.0 -depend Digest-SHA1 -depend Carp-Clan 6.0 - -bdepend DBD-SQLite 1.250.0 -bdepend-virtual Test-Simple # Test::More -bdepend Cache-Cache # Cache::FileCache - -ddep_setup - -SRC_TEST="do" diff --git a/dev-perl/DBIx-Class-Cursor-Cached/DBIx-Class-Cursor-Cached-1.1.1.ebuild b/dev-perl/DBIx-Class-Cursor-Cached/DBIx-Class-Cursor-Cached-1.1.1.ebuild deleted file mode 100644 index 32185ca..000 --- a/dev-perl/DBIx-Class-Cursor-Cached/DBIx-Class-Cursor-Cached-1.1.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -MODULE_AUTHOR=ARCANEZ -MODULE_VERSION=1.001001 -inherit perl-module perl-declaredeps - -DESCRIPTION="cursor class with built-in caching support" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -depend DBIx-Class 0.81.240 -depend Digest-SHA1 -depend Carp-Clan 6.0 - -bdepend DBD-SQLite 1.250.0 -bdepend-virtual Test-Simple # Test::More -bdepend Cache-Cache # Cache::FileCache - -ddep_setup - -SRC_TEST="do"
[gentoo-commits] proj/perl-overlay:master commit in: eclass/
commit: 065a21548221b32109f3567c95c5a5ef02b25ec2 Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 12:12:52 2015 + Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 12:12:52 2015 + URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=065a2154 [eclass/perl-declaredeps.eclass] Mark this ancient eclass experiment as deprecated and slate for removal eclass/perl-declaredeps.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/perl-declaredeps.eclass b/eclass/perl-declaredeps.eclass index 8c9d1fe..f10c1bc 100644 --- a/eclass/perl-declaredeps.eclass +++ b/eclass/perl-declaredeps.eclass @@ -38,6 +38,9 @@ case "${EAPI:-0}" in 4) + eerror "perl-declaredeps:THIS ECLASS IS FULLY DEPRECATED and will begin fataling after April 10, 2015." + eerror "If you need it to work after that point, replicate it to your overlay" + eerror " -- in ${CATEGORY}/${PF}" ;; *) die "perl-declaredeps needs EAPI4";
[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DBIx-Class-Tree/
commit: cf8a50afe82e77ca134d57513b782f26c253eb5e Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 11:23:15 2015 + Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 11:23:15 2015 + URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=cf8a50af [fixup] DBIx-Class-Tree: EAPI5, Fixup deps and tests Package-Manager: portage-2.2.17 .../DBIx-Class-Tree-0.30.30-r1.ebuild | 29 ++ .../DBIx-Class-Tree/DBIx-Class-Tree-0.30.30.ebuild | 25 --- 2 files changed, 29 insertions(+), 25 deletions(-) diff --git a/dev-perl/DBIx-Class-Tree/DBIx-Class-Tree-0.30.30-r1.ebuild b/dev-perl/DBIx-Class-Tree/DBIx-Class-Tree-0.30.30-r1.ebuild new file mode 100644 index 000..b552f03 --- /dev/null +++ b/dev-perl/DBIx-Class-Tree/DBIx-Class-Tree-0.30.30-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +MODULE_AUTHOR=ABRAXXA +MODULE_VERSION="0.03003" +inherit perl-module + +DESCRIPTION="Manipulate and anaylze tree structured data." + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +PERL_RM_FILES=( + t/01_pod.t +) +PERL_RESTRICT="parallel-test" +RDEPEND=" + >=dev-perl/DBIx-Class-0.81.0 +" +DEPEND=" + ${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.420.0 + test? ( + dev-perl/Test-Exception + ) +" diff --git a/dev-perl/DBIx-Class-Tree/DBIx-Class-Tree-0.30.30.ebuild b/dev-perl/DBIx-Class-Tree/DBIx-Class-Tree-0.30.30.ebuild deleted file mode 100644 index 40dd2a8..000 --- a/dev-perl/DBIx-Class-Tree/DBIx-Class-Tree-0.30.30.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -MODULE_AUTHOR=ABRAXXA -MODULE_VERSION="0.03003" -inherit perl-module perl-declaredeps - -DESCRIPTION="Manipulate and anaylze tree structured data." - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -cdepend-virtual ExtUtils-MakeMaker 6.42 - -depend DBIx-Class 0.81.0 - -test-depend Test-Exception - -ddep_setup - -SRC_TEST=do
[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/String-Errf/
commit: bac4ffe431b20c1ccd815815c0be1d7b819232f6 Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 11:54:45 2015 + Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 11:54:45 2015 + URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=bac4ffe4 [bump] String-Errf-0.7.0 Package-Manager: portage-2.2.17 dev-perl/String-Errf/String-Errf-0.6.ebuild | 30 --- dev-perl/String-Errf/String-Errf-0.7.0.ebuild | 34 +++ 2 files changed, 34 insertions(+), 30 deletions(-) diff --git a/dev-perl/String-Errf/String-Errf-0.6.ebuild b/dev-perl/String-Errf/String-Errf-0.6.ebuild deleted file mode 100644 index da557be..000 --- a/dev-perl/String-Errf/String-Errf-0.6.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI="4" -MODULE_AUTHOR=RJBS -MODULE_VERSION=0.006 -inherit perl-module perl-declaredeps - -DESCRIPTION="a simple sprintf-like dialect" -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -bdepend TimeDate # Date::Format -bdepend JSON -bdepend-virtual Test-Simple 0.96 # Test-More -bdepend-virtual autodie - -cdepend-virtual ExtUtils-MakeMaker 6.56; - -# depend Carp # CORE -depend Params-Util -depend-virtual Scalar-List-Utils # Scalar-Util -depend String-Formatter 0.102.81 # OLD SCHEME -depend Sub-Exporter -depend-virtual Time-Piece - -ddep_setup -SRC_TEST="do" diff --git a/dev-perl/String-Errf/String-Errf-0.7.0.ebuild b/dev-perl/String-Errf/String-Errf-0.7.0.ebuild new file mode 100644 index 000..6b9b729 --- /dev/null +++ b/dev-perl/String-Errf/String-Errf-0.7.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=RJBS +MODULE_VERSION=0.007 +inherit perl-module + +DESCRIPTION="a simple sprintf-like dialect" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +# List::Util -> Scalar-List-Utils +# Date::Format -> TimeDate +RDEPEND=" + virtual/perl-Carp + dev-perl/Params-Util + virtual/perl-Scalar-List-Utils + >=dev-perl/String-Formatter-0.102.81 + dev-perl/Sub-Exporter + virtual/perl-Time-Piece + virtual/perl-parent +" +DEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + dev-perl/TimeDate + >=dev-perl/JSON-2.0.0 + >=virtual/perl-Test-Simple-0.960.0 + virtual/perl-autodie + ) +"
[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Number-Tolerant/
commit: ee1313f9340d44d4b087f866d5b10b8a01c7f7bf Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 11:42:35 2015 + Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 11:42:35 2015 + URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=ee1313f9 [bump] Number-Tolerant-1.706.0 Package-Manager: portage-2.2.17 .../Number-Tolerant-1.701-r1.ebuild| 31 --- .../Number-Tolerant/Number-Tolerant-1.706.0.ebuild | 35 ++ 2 files changed, 35 insertions(+), 31 deletions(-) diff --git a/dev-perl/Number-Tolerant/Number-Tolerant-1.701-r1.ebuild b/dev-perl/Number-Tolerant/Number-Tolerant-1.701-r1.ebuild deleted file mode 100644 index b848e4d..000 --- a/dev-perl/Number-Tolerant/Number-Tolerant-1.701-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI="4" -MODULE_AUTHOR=RJBS -inherit perl-module perl-declaredeps - -DESCRIPTION="tolerance ranges for inexact numbers" -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -bdepend-virtual Test-Simple 0.96 # Test-More -bdepend Test-Tester; - -cdepend-virtual ExtUtils-MakeMaker 6.56; - -# depend-virtual Carp; # CORE -depend-virtual Math-BigInt # Math::BigFloat -RDEPEND+=" virtual/perl-Math-BigRat"; -DEPEND+=" virtual/perl-Math-BigRat"; -depend-virtual Scalar-List-Utils # Scalar::Util -depend Sub-Exporter 0.950; -# depend Sub-Exporter-Util #= Sub::Exporter -depend-virtual Test-Simple # Test::Builder -# depend-virtual overload # CORE - -ddep_setup - -SRC_TEST="do" diff --git a/dev-perl/Number-Tolerant/Number-Tolerant-1.706.0.ebuild b/dev-perl/Number-Tolerant/Number-Tolerant-1.706.0.ebuild new file mode 100644 index 000..655a223 --- /dev/null +++ b/dev-perl/Number-Tolerant/Number-Tolerant-1.706.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=RJBS +MODULE_VERSION=1.706 +inherit perl-module + +DESCRIPTION="tolerance ranges for inexact numbers" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +# Math::BigFloat -> Math-BigInt +# Scalar::Util -> Scalar-List-Utils +# Sub::Exporter::Util -> Sub-Exporter +# Test::Builder -> Test-Simple ( Yes, Runtime, this dist has a test module ) +RDEPEND=" + virtual/perl-Carp + virtual/perl-Math-BigInt + virtual/perl-Math-BigRat + virtual/perl-Scalar-List-Utils + >=dev-perl/Sub-Exporter-0.950.0 + virtual/perl-Test-Simple +" +DEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + >=virtual/perl-Test-Simple-0.960.0 + dev-perl/Test-Tester + virtual/perl-if + ) +"
[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Log-Dispatchouli/
commit: 7646aae2ade3f59945efdaa99e4b7be00b0b930e Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 11:24:25 2015 + Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 11:24:25 2015 + URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=7646aae2 [cleanup] Log-Dispatchouli: Remove old versions Package-Manager: portage-2.2.17 .../Log-Dispatchouli/Log-Dispatchouli-2.4.0.ebuild | 40 -- .../Log-Dispatchouli/Log-Dispatchouli-2.5.0.ebuild | 40 -- 2 files changed, 80 deletions(-) diff --git a/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.4.0.ebuild b/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.4.0.ebuild deleted file mode 100644 index e9b063a..000 --- a/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.4.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 -MODULE_VERSION="2.004" -MODULE_AUTHOR=RJBS - -inherit perl-module perl-declaredeps - -DESCRIPTION="Simple wrapper around Log::Dispatch" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -bdepend Test-Deep -bdepend Test-Fatal -bdepend-virtual Test-Simple 0.96 - -cdepend-virtual ExtUtils-MakeMaker 6.56 - -# depend Carp # CORE -depend-virtual File-Spec -depend log-dispatch# Log::Dispatch -depend Log-Dispatch-Array -# depend Log-Dispatch-File # in log-dispatch -# depend Log-Dispatch-Screen # in log-dispatch -depend Params-Util -depend-virtual Scalar-List-Utils # Scalar::Util -depend String-Flogger -depend Sub-Exporter -depend Sub-Exporter-GlobExporter 0.2 # 0.002 -depend-virtual Sys-Syslog 0.160.0 -depend Try-Tiny 0.40 # 0.04 -# depend overload # CORE - -ddep_setup; - -SRC_TEST=do diff --git a/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.5.0.ebuild b/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.5.0.ebuild deleted file mode 100644 index 4d58853..000 --- a/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.5.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -MODULE_AUTHOR=RJBS -MODULE_VERSION=2.005 -inherit perl-module perl-declaredeps - -DESCRIPTION="Simple wrapper around Log::Dispatch" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -bdepend Test-Deep -bdepend Test-Fatal -bdepend-virtual Test-Simple 0.96 - -cdepend-virtual ExtUtils-MakeMaker 6.56 - -# depend Carp # CORE -depend-virtual File-Spec -depend log-dispatch# Log::Dispatch -depend Log-Dispatch-Array -# depend Log-Dispatch-File # in log-dispatch -# depend Log-Dispatch-Screen # in log-dispatch -depend Params-Util -depend-virtual Scalar-List-Utils # Scalar::Util -depend String-Flogger -depend Sub-Exporter -depend Sub-Exporter-GlobExporter 0.2 # 0.002 -depend-virtual Sys-Syslog 0.160.0 -depend Try-Tiny 0.40 # 0.04 -# depend overload # CORE - -ddep_setup; - -SRC_TEST=do
[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Sub-Exporter-GlobExporter/
commit: 0d9b390418142af872d36e59e8be7e950516d39f Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 11:55:40 2015 + Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 11:55:40 2015 + URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=0d9b3904 [cleanup] Sub-Exporter-GlobExporter: Remove old versions Package-Manager: portage-2.2.17 .../Sub-Exporter-GlobExporter-0.2.0.ebuild | 28 -- 1 file changed, 28 deletions(-) diff --git a/dev-perl/Sub-Exporter-GlobExporter/Sub-Exporter-GlobExporter-0.2.0.ebuild b/dev-perl/Sub-Exporter-GlobExporter/Sub-Exporter-GlobExporter-0.2.0.ebuild deleted file mode 100644 index c5a987f..000 --- a/dev-perl/Sub-Exporter-GlobExporter/Sub-Exporter-GlobExporter-0.2.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -MODULE_AUTHOR="RJBS" -MODULE_VERSION="0.002" - -inherit perl-module perl-declaredeps - -DESCRIPTION="export shared globs with Sub::Exporter collectors" - -LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -bdepend-virtual Test-Simple 0.96 # Test::More - -cdepend-virtual ExtUtils-MakeMaker 6.56 - -depend-virtual Scalar-List-Utils # Scalar::Util -depend Sub-Exporter - -ddep_setup; - -SRC_TEST="do"
[gentoo-commits] gentoo-x86 commit in sci-biology/biopython/files: biopython-1.65-test-fix-backport.patch
jlec15/03/26 12:17:18 Added:biopython-1.65-test-fix-backport.patch Log: Backport test fix (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!) Revision ChangesPath 1.1 sci-biology/biopython/files/biopython-1.65-test-fix-backport.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/biopython/files/biopython-1.65-test-fix-backport.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/biopython/files/biopython-1.65-test-fix-backport.patch?rev=1.1&content-type=text/plain Index: biopython-1.65-test-fix-backport.patch === >From 08c72f8778a87701586a03dffcce33c7589bc6d7 Mon Sep 17 00:00:00 2001 From: Peter Cock Date: Sun, 18 Jan 2015 02:07:54 + Subject: [PATCH] Clearer error message; update failing test. One of the orchid examples now returns different enough results that the test was failing. The new error message makes it much easier to pick another positive example to add to the the white-list. --- Tests/test_NCBI_qblast.py | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Tests/test_NCBI_qblast.py b/Tests/test_NCBI_qblast.py index 88bfe61..19f7b35 100644 --- a/Tests/test_NCBI_qblast.py +++ b/Tests/test_NCBI_qblast.py @@ -66,7 +66,7 @@ def test_orchid_est(self): AGCCATGGATTTCTCAGAAGTGATTATACTTCTTAATCAGGCAACTGATATTATCAATTTATGGCA GCAGAGTGGTGGCTCCTTGTCCCAGCAGCAGTAATTACCTCTGTTTCCAAATTAAGAA ACATTAGTATCATATGGCTATTTGCTCAATTGCAGATTTCTTTCGTGAATG""", -0.001, None, ["21554275", "18409071", "296087288"]) +0.001, None, ["21554275", "18409071", "296087288", "566183510"]) def run_qblast(self, program, database, query, e_value, entrez_filter, expected_hits): try: @@ -120,9 +120,10 @@ def run_qblast(self, program, database, query, e_value, entrez_filter, expected_ print("Update this test to have some redundancy...") for alignment in record.alignments: print(alignment.hit_id) -assert found_result, "Missing all of %s in alignments" \ -% ", ".join(expected_hits) -self.assertTrue(found_result) +self.assertTrue(found_result, +"Missing all expected hits (%s), instead have: %s" +% (", ".join(expected_hits), + ", ".join(a.hit_id for a in record.alignments))) # Check the expected result(s) are found in the descriptions if expected_hits is None:
[gentoo-commits] gentoo-x86 commit in sci-biology/biopython: biopython-1.65.ebuild ChangeLog
jlec15/03/26 12:17:18 Modified: biopython-1.65.ebuild ChangeLog Log: Backport test fix (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!) Revision ChangesPath 1.3 sci-biology/biopython/biopython-1.65.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/biopython/biopython-1.65.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/biopython/biopython-1.65.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/biopython/biopython-1.65.ebuild?r1=1.2&r2=1.3 Index: biopython-1.65.ebuild === RCS file: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.65.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- biopython-1.65.ebuild 26 Mar 2015 07:11:28 - 1.2 +++ biopython-1.65.ebuild 26 Mar 2015 12:17: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/sci-biology/biopython/biopython-1.65.ebuild,v 1.2 2015/03/26 07:11:28 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.65.ebuild,v 1.3 2015/03/26 12:17:18 jlec Exp $ EAPI=5 @@ -31,6 +31,8 @@ DOCS=( CONTRIB DEPRECATED NEWS README Doc/. ) +PATCHES=( "${FILESDIR}"/${P}-test-fix-backport.patch ) + python_test() { [[ ${EPYTHON} == pypy ]] && return cd Tests || die 1.80 sci-biology/biopython/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/biopython/ChangeLog?rev=1.80&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/biopython/ChangeLog?rev=1.80&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/biopython/ChangeLog?r1=1.79&r2=1.80 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sci-biology/biopython/ChangeLog,v retrieving revision 1.79 retrieving revision 1.80 diff -u -r1.79 -r1.80 --- ChangeLog 26 Mar 2015 07:11:28 - 1.79 +++ ChangeLog 26 Mar 2015 12:17:18 - 1.80 @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/biopython # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/ChangeLog,v 1.79 2015/03/26 07:11:28 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/ChangeLog,v 1.80 2015/03/26 12:17:18 jlec Exp $ + + 26 Mar 2015; Justin Lecher + +files/biopython-1.65-test-fix-backport.patch, biopython-1.65.ebuild: + Backport test fix 26 Mar 2015; Justin Lecher biopython-1.65.ebuild: Add note for embos support, bug #543510
[gentoo-commits] dev/ultrabug:master commit in: app-admin/consul/
commit: 812b908cd0072211e2c9a193a30844423092be8d Author: Ultrabug gentoo org> AuthorDate: Thu Mar 26 12:16:34 2015 + Commit: Alexys Jacob gentoo org> CommitDate: Thu Mar 26 12:16:34 2015 + URL:https://gitweb.gentoo.org/dev/ultrabug.git/commit/?id=812b908c ebuild simplification app-admin/consul/Manifest| 5 +-- app-admin/consul/consul-0.3.1.ebuild | 84 app-admin/consul/consul-0.4.1.ebuild | 27 +++- app-admin/consul/consul-.ebuild | 21 +++-- 4 files changed, 15 insertions(+), 122 deletions(-) diff --git a/app-admin/consul/Manifest b/app-admin/consul/Manifest index be7853f..f40e4d7 100644 --- a/app-admin/consul/Manifest +++ b/app-admin/consul/Manifest @@ -1,5 +1,4 @@ AUX consul-agent.confd 382 SHA256 f1c9bc500314f507f34362bea2b2e55258414b779c14e4f3ddc169aa78f875c2 SHA512 1068517b4c64d9d12072e04c8b50ab0c9a57d0780c50a9e501d51af99d3fffd86cdcab6c913e23b1de187bc698ef0a79b6ac58cd2f28a425d74596a606f3dc62 WHIRLPOOL 08029897a59e6d74670e78f80d299a1c7a4b118e583067cd26a4bf385e40a4e5772a139f40c5e7fefea94f46408b3eeb36d906352c3ff9c9f7a2cc200414c174 AUX consul-agent.initd 1269 SHA256 2799e56571fc6359d291592d1350e0754dc792f138746aa246f3cd25132039ca SHA512 746d233ddd68f5343c526356a00d4af032917832d33b2695639cdce7f7e829335ddc2f1ecdf2bba0c76f5ceb14ca6a3f542e2e7ff450f504e775667082ae1286 WHIRLPOOL 55050e26d28034bf7473260dee0ee2d4a4313ec97aceb0de07e5b872103beca99f7e211a2ea8160cdd2f114d4c67b8845823cdc979c66525d5cd4c12129ec369 -EBUILD consul-0.3.1.ebuild 1548 SHA256 06ec50067b4fadae97631feb215ead3a872632c793bc033f3824106070a04158 SHA512 36993369e6052c7e074c941d47fac51c3845c244be1aca7413f8037d75127d51c88d296323c0f78b675cb28badddc4dbad1092cb60a91ea7408873f466ceddd3 WHIRLPOOL 1abddcbc6fb7f3d71140646a926fcae0045a0097debee49221046882389bb89a7152dc94590115e9522e097e313a5a8a6d24cffcd9e0c0dc4b414f30054977ca -EBUILD consul-0.4.1.ebuild 1548 SHA256 06ec50067b4fadae97631feb215ead3a872632c793bc033f3824106070a04158 SHA512 36993369e6052c7e074c941d47fac51c3845c244be1aca7413f8037d75127d51c88d296323c0f78b675cb28badddc4dbad1092cb60a91ea7408873f466ceddd3 WHIRLPOOL 1abddcbc6fb7f3d71140646a926fcae0045a0097debee49221046882389bb89a7152dc94590115e9522e097e313a5a8a6d24cffcd9e0c0dc4b414f30054977ca -EBUILD consul-.ebuild 1421 SHA256 eb68665ccbd97261edf476cb1cb2f6cdbcc78a118fbc950f355364751e0b5f6c SHA512 2d6130bfce73960e2763d1c92849bcfe9443561e4e4fe006137cea6a62262378a2dbd80227a1881f91a45daf73d0fdd0ff2d1b5efa81b84e5c2174008e33d592 WHIRLPOOL caac446ec3805ca5870c10a09abe63afddaba7b75df7e30da9b05ff50f7469e2397fa7d34be1dbda27f1de10dc58db0f9520a2ad9e1c99231e7321dd3fb3d6d0 +EBUILD consul-0.4.1.ebuild 1222 SHA256 0036dde3278181656a70804f2d636ffa07563521ca59cbcf371d96af081299e7 SHA512 afccca73fad04ad29dd427ff00927d08808b8c2020ed52bf84ba437a124a1f3db5e4f7431564c148c357fdbd85fbce2780d77749ebe5dfd910cd3299e4e78f0f WHIRLPOOL 1326bd780a0a80945decaf1e87a95d9a423935fa1b54d48fcdfede3a90ccc8410f663557e2ff6de4cf71ff609e39fdd4e141a04d84c56f34ab026f162a073a7c +EBUILD consul-.ebuild 1221 SHA256 85fc7b1ae380fd0c53b2e6b2be3b186ef0d7b1598c888ecfa695a5df8e908c7f SHA512 cd96aaa135bb3f034f0fa37dd27c4fcc63ace8c2bd078b39399d55c719ef889c64fa2f218863171295cb7712991e0f28995703a3db2a2d2d3990b1b7fe51aee9 WHIRLPOOL 7a5c12163b60f6bec384570cb685aba683b3866cd44865f17fb44700e103b23da52fd09f41d6a410d4e599226143f3da7b3e44f792c3ca7e276cef5bc822188b diff --git a/app-admin/consul/consul-0.3.1.ebuild b/app-admin/consul/consul-0.3.1.ebuild deleted file mode 100644 index e4ac91c..000 --- a/app-admin/consul/consul-0.3.1.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -DESCRIPTION="tool for service discovery, monitoring and configuration." -HOMEPAGE="http://www.consul.io"; -SRC_URI="" - -EGIT_REPO_URI="git://github.com/hashicorp/consul.git" -if [[ ${PV} == * ]]; then - KEYWORDS="" -else - EGIT_COMMIT="v${PV}" - KEYWORDS="~amd64 ~x86" -fi - -inherit git-2 user - -LICENSE="MPL-2.0" -SLOT="0" -IUSE="web" - -DEPEND=" - >=dev-lang/go-1.2 - dev-vcs/git - web? ( dev-ruby/bundler dev-ruby/sass ) -" -RDEPEND="${DEPEND}" - -pkg_setup() { - enewgroup consul - enewuser consul -1 -1 /var/lib/${PN} consul -} - -src_prepare() { - # see : https://github.com/hashicorp/consul/pull/188 - sed -e 's/format:/format: deps/g' -i Makefile || die -} - -src_compile() { - # create a suitable GOPATH - export GOPATH="${WORKDIR}/gopath" - mkdir -p "$GOPATH" || die - - local MY_S="${GOPATH}/src/github.com/hashicorp/consul" - - # move consul itself in our GOPATH - mkdir -p "${GOPATH}/src/github.com/hashicorp" || die - mv "${S}" "${MY_S}" || die - - # piggyback our $S - ln -sf "${MY_S}" "${S}" || die - - # let's do something fun - emake - -
[gentoo-commits] gentoo-x86 commit in net-misc/stunnel: stunnel-5.14.ebuild ChangeLog stunnel-5.13.ebuild
blueness15/03/26 12:31:00 Modified: ChangeLog Added:stunnel-5.14.ebuild Removed: stunnel-5.13.ebuild Log: Following upstream's rapid releases. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA) Revision ChangesPath 1.213net-misc/stunnel/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.213&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.213&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?r1=1.212&r2=1.213 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v retrieving revision 1.212 retrieving revision 1.213 diff -u -r1.212 -r1.213 --- ChangeLog 20 Mar 2015 16:18:48 - 1.212 +++ ChangeLog 26 Mar 2015 12:31:00 - 1.213 @@ -1,6 +1,12 @@ # ChangeLog for net-misc/stunnel # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.212 2015/03/20 16:18:48 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.213 2015/03/26 12:31:00 blueness Exp $ + +*stunnel-5.14 (26 Mar 2015) + + 26 Mar 2015; Anthony G. Basile +stunnel-5.14.ebuild, + -stunnel-5.13.ebuild: + Following upstream's rapid releases. 20 Mar 2015; Anthony G. Basile ChangeLog: Fix failed gpg signature. 1.1 net-misc/stunnel/stunnel-5.14.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.14.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.14.ebuild?rev=1.1&content-type=text/plain Index: stunnel-5.14.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.14.ebuild,v 1.1 2015/03/26 12:31:00 blueness Exp $ EAPI="5" inherit ssl-cert eutils systemd user DESCRIPTION="TLS/SSL - Port Wrapper" HOMEPAGE="http://www.stunnel.org/index.html"; SRC_URI="ftp://ftp.stunnel.org/stunnel/archive/${PV%%.*}.x/${P}.tar.gz http://www.usenix.org.uk/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz http://ftp.nluug.nl/pub/networking/stunnel/archive/${PV%%.*}.x/${P}.tar.gz http://www.namesdir.com/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz http://stunnel.cybermirror.org/archive/${PV%%.*}.x/${P}.tar.gz http://mirrors.zerg.biz/stunnel/archive/${PV%%.*}.x/${P}.tar.gz ftp://mirrors.go-parts.com/stunnel/archive/${PV%%.*}.x/${P}.tar.gz"; LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="ipv6 selinux tcpd" DEPEND="tcpd? ( sys-apps/tcp-wrappers ) dev-libs/openssl" RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-stunnel )" pkg_setup() { enewgroup stunnel enewuser stunnel -1 -1 -1 stunnel } src_prepare() { # Hack away generation of certificate sed -i -e "s/^install-data-local:/do-not-run-this:/" \ tools/Makefile.in || die "sed failed" } src_configure() { econf \ $(use_enable ipv6) \ $(use_enable tcpd libwrap) \ --with-ssl="${EPREFIX}"/usr \ --disable-fips } src_install() { emake DESTDIR="${D}" install rm -rf "${ED}"/usr/share/doc/${PN} rm -f "${ED}"/etc/stunnel/stunnel.conf-sample "${ED}"/usr/bin/stunnel3 \ "${ED}"/usr/share/man/man8/stunnel.{fr,pl}.8 # The binary was moved to /usr/bin with 4.21, # symlink for backwards compatibility dosym ../bin/stunnel /usr/sbin/stunnel dodoc AUTHORS BUGS CREDITS PORTS README TODO ChangeLog dohtml doc/stunnel.html doc/en/VNC_StunnelHOWTO.html tools/ca.html \ tools/importCA.html insinto /etc/stunnel doins "${FILESDIR}"/stunnel.conf doinitd "${FILESDIR}"/stunnel systemd_dounit "${S}/tools/stunnel.service" systemd_newtmpfilesd "${FILESDIR}"/stunnel.tmpfiles.conf stunnel.conf } pkg_postinst() { if [ ! -f "${EROOT}"/etc/stunnel/stunnel.key ]; then install_cert /etc/stunnel/stunnel chown stunnel:stunnel "${EROOT}"/etc/stunnel/stunnel.{crt,csr,key,pem} chmod 0640 "${EROOT}"/etc/stunnel/stunnel.{crt,csr,key,pem} fi einfo "If you want to run multiple instances of stunnel, create a new config" einfo "file ending with .conf in /etc/stunnel/. **Make sure** you change " einfo "\'pid= \' with a unique filename." }
[gentoo-commits] gentoo-x86 commit in dev-python/neovim-python-client: neovim-python-client-0.0.31.ebuild ChangeLog
yngwin 15/03/26 12:32:21 Modified: ChangeLog Added:neovim-python-client-0.0.31.ebuild Log: version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!) Revision ChangesPath 1.2 dev-python/neovim-python-client/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/neovim-python-client/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/neovim-python-client/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/neovim-python-client/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/neovim-python-client/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 26 Feb 2015 05:23:16 - 1.1 +++ ChangeLog 26 Mar 2015 12:32:21 - 1.2 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/neovim-python-client # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/neovim-python-client/ChangeLog,v 1.1 2015/02/26 05:23:16 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/neovim-python-client/ChangeLog,v 1.2 2015/03/26 12:32:21 yngwin Exp $ + +*neovim-python-client-0.0.31 (26 Mar 2015) + + 26 Mar 2015; Ben de Groot + +neovim-python-client-0.0.31.ebuild: + version bump *neovim-python-client-0.0.28 (26 Feb 2015) 1.1 dev-python/neovim-python-client/neovim-python-client-0.0.31.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/neovim-python-client/neovim-python-client-0.0.31.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/neovim-python-client/neovim-python-client-0.0.31.ebuild?rev=1.1&content-type=text/plain Index: neovim-python-client-0.0.31.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/neovim-python-client/neovim-python-client-0.0.31.ebuild,v 1.1 2015/03/26 12:32:21 yngwin Exp $ EAPI=5 #PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) PYTHON_COMPAT=( python2_7 ) # currently only works on py2 inherit distutils-r1 DESCRIPTION="Python client to connect to Neovim thru its msgpack-rpc API" HOMEPAGE="https://github.com/neovim/python-client"; SRC_URI="http://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz"; LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=dev-python/click-3.0[${PYTHON_USEDEP}] >=dev-python/msgpack-0.4.0[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/greenlet[${PYTHON_USEDEP}]' 'python*') $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' python{2_7,3_2,3_3} 'pypy*')" RDEPEND="${DEPEND}"
[gentoo-commits] gentoo-x86 commit in sci-mathematics/singular: singular-4.0.2.ebuild ChangeLog
tomka 15/03/26 12:44:41 Modified: singular-4.0.2.ebuild ChangeLog Log: Fix ntl8 compatibility (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 565C32BC) Revision ChangesPath 1.4 sci-mathematics/singular/singular-4.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild?r1=1.3&r2=1.4 Index: singular-4.0.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- singular-4.0.2.ebuild 26 Mar 2015 10:16:33 - 1.3 +++ singular-4.0.2.ebuild 26 Mar 2015 12:44:41 - 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/sci-mathematics/singular/singular-4.0.2.ebuild,v 1.3 2015/03/26 10:16:33 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild,v 1.4 2015/03/26 12:44:41 tomka Exp $ EAPI=5 @@ -26,7 +26,6 @@ RDEPEND="dev-libs/gmp >=dev-libs/ntl-5.5.1 - =virtual/emacs-22 ) sci-mathematics/flint sci-mathematics/4ti2 @@ -59,6 +58,8 @@ # omalloc's old configure will fail if ar is not exactly 'ar'. epatch "${FILESDIR}"/${PN}-4.0.0-fix-omalloc-ar-detection.patch + epatch "${FILESDIR}"/${PN}-4.0.2-ntl8-compat.patch + cd "${S}"/omalloc || die "failed to cd into omalloc directory" eautoreconf } 1.64 sci-mathematics/singular/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?rev=1.64&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?rev=1.64&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?r1=1.63&r2=1.64 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- ChangeLog 26 Mar 2015 10:16:33 - 1.63 +++ ChangeLog 26 Mar 2015 12:44:41 - 1.64 @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/singular # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.63 2015/03/26 10:16:33 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.64 2015/03/26 12:44:41 tomka Exp $ + + 26 Mar 2015; Thomas Kahle + +files/singular-4.0.2-ntl8-compat.patch, singular-4.0.2.ebuild: + Fix ntl8 compatibility 26 Mar 2015; Thomas Kahle singular-4.0.2.ebuild: Restrict ntl dep
[gentoo-commits] gentoo-x86 commit in sci-mathematics/singular/files: singular-4.0.2-ntl8-compat.patch
tomka 15/03/26 12:44:41 Added:singular-4.0.2-ntl8-compat.patch Log: Fix ntl8 compatibility (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 565C32BC) Revision ChangesPath 1.1 sci-mathematics/singular/files/singular-4.0.2-ntl8-compat.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/files/singular-4.0.2-ntl8-compat.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/files/singular-4.0.2-ntl8-compat.patch?rev=1.1&content-type=text/plain Index: singular-4.0.2-ntl8-compat.patch === diff --git a/factory/NTLconvert.cc b/factory/NTLconvert.cc index 41ce9b2..e32093d 100644 --- a/factory/NTLconvert.cc +++ b/factory/NTLconvert.cc @@ -30,6 +30,7 @@ #include #include #include +#include #include "int_int.h" #include #include "NTLconvert.h" @@ -500,8 +501,14 @@ convertZZ2CF (const ZZ & a) return CanonicalForm(coeff_long); } else - { -long sizeofrep= ((long *) a.rep) [1]; + { +const long * rep = +#if NTL_MAJOR_VERSION <= 6 + static_cast( a.rep ); +#else + static_cast( a.rep.rep ); // what about NTL7? +#endif +long sizeofrep= rep[1]; bool lessZero= false; if (sizeofrep < 0) { @@ -519,7 +526,7 @@ convertZZ2CF (const ZZ & a) cf_stringtemp_l= sizeofrep*sizeof(mp_limb_t)*2; cf_stringtemp= (unsigned char*) Alloc (cf_stringtemp_l); } -int cc= mpn_get_str (cf_stringtemp, 16, (mp_limb_t *) (((long *) (a.rep)) + 2), sizeofrep); +int cc= mpn_get_str (cf_stringtemp, 16, (mp_limb_t *) ((rep) + 2), sizeofrep); char* cf_stringtemp2; if (lessZero)
[gentoo-commits] gentoo-x86 commit in net-news/quiterss: quiterss-0.17.6.ebuild ChangeLog
yngwin 15/03/26 12:48:29 Modified: ChangeLog Added:quiterss-0.17.6.ebuild Log: version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!) Revision ChangesPath 1.54 net-news/quiterss/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/quiterss/ChangeLog?rev=1.54&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/quiterss/ChangeLog?rev=1.54&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/quiterss/ChangeLog?r1=1.53&r2=1.54 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-news/quiterss/ChangeLog,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- ChangeLog 3 Feb 2015 10:56:23 - 1.53 +++ ChangeLog 26 Mar 2015 12:48:29 - 1.54 @@ -1,6 +1,11 @@ # ChangeLog for net-news/quiterss # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-news/quiterss/ChangeLog,v 1.53 2015/02/03 10:56:23 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/quiterss/ChangeLog,v 1.54 2015/03/26 12:48:29 yngwin Exp $ + +*quiterss-0.17.6 (26 Mar 2015) + + 26 Mar 2015; Ben de Groot +quiterss-0.17.6.ebuild: + version bump *quiterss-0.17.5 (03 Feb 2015) 1.1 net-news/quiterss/quiterss-0.17.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/quiterss/quiterss-0.17.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/quiterss/quiterss-0.17.6.ebuild?rev=1.1&content-type=text/plain Index: quiterss-0.17.6.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-news/quiterss/quiterss-0.17.6.ebuild,v 1.1 2015/03/26 12:48:29 yngwin Exp $ EAPI=5 PLOCALES="ar bg cs de el_GR es fa fi fr gl hi hu it ja ko lt nl pl pt_BR pt_PT ro_RO ru sk sr sv tg_TJ tr uk vi zh_CN zh_TW" if [[ ${PV} == ** ]]; then EHG_REPO_URI="https://code.google.com/p/quite-rss"; inherit mercurial KEYWORDS="" else MY_P="QuiteRSS-${PV}-src" SRC_URI="https://quiterss.org/files/${PV}/${MY_P}.tar.bz2"; KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${MY_P}" fi inherit fdo-mime gnome2-utils l10n qmake-utils DESCRIPTION="A Qt-based RSS/Atom feed reader" HOMEPAGE="https://quiterss.org"; LICENSE="GPL-3" SLOT="0" IUSE="debug phonon" RDEPEND=" dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtsingleapplication[X,qt4] dev-qt/qtsql:4[sqlite] dev-qt/qtwebkit:4 phonon? ( || ( media-libs/phonon[qt4] dev-qt/qtphonon:4 ) ) dev-db/sqlite:3" DEPEND="${RDEPEND} virtual/pkgconfig" DOCS=( AUTHORS HISTORY_EN HISTORY_RU README ) src_prepare() { my_rm_loc() { sed -i -e "s:lang/${PN}_${1}.ts::" lang/lang.pri || die } # dedicated english locale file is not installed at all rm "lang/${PN}_en.ts" || die l10n_find_plocales_changes "lang" "${PN}_" '.ts' l10n_for_each_disabled_locale_do my_rm_loc } src_configure() { eqmake4 PREFIX="${EPREFIX}/usr" SYSTEMQTSA=1 \ $(usex phonon '' 'DISABLE_PHONON=1') } src_install() { emake INSTALL_ROOT="${D}" install } pkg_preinst() { gnome2_icon_savelist } pkg_postinst() { fdo-mime_desktop_database_update gnome2_icon_cache_update } pkg_postrm() { fdo-mime_desktop_database_update gnome2_icon_cache_update }
[gentoo-commits] gentoo-x86 commit in media-sound/qastools: qastools-0.18.1.ebuild ChangeLog
yngwin 15/03/26 12:52:54 Modified: ChangeLog Added:qastools-0.18.1.ebuild Log: version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!) Revision ChangesPath 1.6 media-sound/qastools/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qastools/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qastools/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qastools/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-sound/qastools/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 2 Jul 2013 13:45:22 - 1.5 +++ ChangeLog 26 Mar 2015 12:52:54 - 1.6 @@ -1,6 +1,11 @@ # ChangeLog for media-sound/qastools -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qastools/ChangeLog,v 1.5 2013/07/02 13:45:22 kensington Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/qastools/ChangeLog,v 1.6 2015/03/26 12:52:54 yngwin Exp $ + +*qastools-0.18.1 (26 Mar 2015) + + 26 Mar 2015; Ben de Groot +qastools-0.18.1.ebuild: + version bump 02 Jul 2013; Michael Palimaka -qastools-0.17.1.ebuild, qastools-0.17.2.ebuild: 1.1 media-sound/qastools/qastools-0.18.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qastools/qastools-0.18.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qastools/qastools-0.18.1.ebuild?rev=1.1&content-type=text/plain Index: qastools-0.18.1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/qastools/qastools-0.18.1.ebuild,v 1.1 2015/03/26 12:52:54 yngwin Exp $ EAPI=5 inherit cmake-utils MY_P=${PN}_${PV} DESCRIPTION="Qt4 GUI ALSA tools: mixer, configuration browser" HOMEPAGE="http://xwmw.org/qastools/"; SRC_URI="mirror://sourceforge/${PN}/${PV}/${MY_P}.tar.xz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" LANGS="cs de es ru" for X in ${LANGS} ; do IUSE="${IUSE} linguas_${X}" done RDEPEND="media-libs/alsa-lib >=dev-qt/qtcore-4.6:4 >=dev-qt/qtgui-4.6:4 >=dev-qt/qtsvg-4.6:4" DEPEND="${RDEPEND} app-arch/xz-utils" S=${WORKDIR}/${MY_P} DOCS=( CHANGELOG README TODO ) src_prepare() { cmake-utils_src_prepare local lang for lang in ${LANGS} ; do if ! use linguas_${lang} ; then rm i18n/ts/app_${lang}.ts fi done }
[gentoo-commits] gentoo-x86 commit in dev-vcs/git: git-2.3.4.ebuild ChangeLog git-2.3.2.ebuild
polynomial-c15/03/26 13:01:05 Modified: ChangeLog Added:git-2.3.4.ebuild Removed: git-2.3.2.ebuild Log: Version bump. Removed old (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC) Revision ChangesPath 1.318dev-vcs/git/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.318&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.318&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?r1=1.317&r2=1.318 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v retrieving revision 1.317 retrieving revision 1.318 diff -u -r1.317 -r1.318 --- ChangeLog 16 Mar 2015 21:50:00 - 1.317 +++ ChangeLog 26 Mar 2015 13:01:05 - 1.318 @@ -1,6 +1,12 @@ # ChangeLog for dev-vcs/git # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.317 2015/03/16 21:50:00 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.318 2015/03/26 13:01:05 polynomial-c Exp $ + +*git-2.3.4 (26 Mar 2015) + + 26 Mar 2015; Lars Wendler -git-2.3.2.ebuild, + +git-2.3.4.ebuild: + Version bump. Removed old. *git-2.3.3 (16 Mar 2015) 1.1 dev-vcs/git/git-2.3.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.3.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.3.4.ebuild?rev=1.1&content-type=text/plain Index: git-2.3.4.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.3.4.ebuild,v 1.1 2015/03/26 13:01:05 polynomial-c Exp $ EAPI=5 GENTOO_DEPEND_ON_PERL=no # bug #329479: git-remote-testgit is not multiple-version aware PYTHON_COMPAT=( python2_{6,7} ) [[ ${PV} == * ]] && SCM="git-2" EGIT_REPO_URI="git://git.kernel.org/pub/scm/git/git.git" EGIT_MASTER=pu inherit toolchain-funcs eutils elisp-common perl-module bash-completion-r1 python-single-r1 systemd ${SCM} MY_PV="${PV/_rc/.rc}" MY_P="${PN}-${MY_PV}" DOC_VER=${MY_PV} DESCRIPTION="GIT - the stupid content tracker, the revision control system heavily used by the Linux kernel team" HOMEPAGE="http://www.git-scm.com/"; if [[ ${PV} != * ]]; then SRC_URI_SUFFIX="xz" SRC_URI_GOOG="http://git-core.googlecode.com/files"; SRC_URI_KORG="mirror://kernel/software/scm/git" SRC_URI="${SRC_URI_GOOG}/${MY_P}.tar.${SRC_URI_SUFFIX} ${SRC_URI_KORG}/${MY_P}.tar.${SRC_URI_SUFFIX} ${SRC_URI_GOOG}/${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX} ${SRC_URI_KORG}/${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX} doc? ( ${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} ${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} )" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi LICENSE="GPL-2" SLOT="0" IUSE="+blksha1 +curl cgi doc emacs gnome-keyring +gpg gtk highlight +iconv mediawiki +nls +pcre +perl +python ppcsha1 tk +threads +webdav xinetd cvs subversion test" # Common to both DEPEND and RDEPEND CDEPEND=" dev-libs/openssl:= sys-libs/zlib pcre? ( dev-libs/libpcre ) perl? ( dev-lang/perl:=[-build(-)] ) tk? ( dev-lang/tk:= ) curl? ( net-misc/curl webdav? ( dev-libs/expat ) ) emacs? ( virtual/emacs ) gnome-keyring? ( gnome-base/libgnome-keyring )" RDEPEND="${CDEPEND} gpg? ( app-crypt/gnupg ) mediawiki? ( dev-perl/HTML-Tree dev-perl/MediaWiki-API ) perl? ( dev-perl/Error dev-perl/Net-SMTP-SSL dev-perl/Authen-SASL cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) ) cvs? ( >=dev-vcs/cvsps-2.1:0 dev-perl/DBI dev-perl/DBD-SQLite ) subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey ) ) python? ( gtk? ( >=dev-python/pygtk-2.8[${PYTHON_USEDEP}] >=dev-python/pygtksourceview-
[gentoo-commits] gentoo-x86 commit in app-i18n/fcitx-table-extra: fcitx-table-extra-0.3.7.ebuild ChangeLog
yngwin 15/03/26 13:07:08 Modified: ChangeLog Added:fcitx-table-extra-0.3.7.ebuild Log: version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!) Revision ChangesPath 1.9 app-i18n/fcitx-table-extra/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-table-extra/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-table-extra/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-table-extra/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx-table-extra/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 2 Nov 2014 08:45:20 - 1.8 +++ ChangeLog 26 Mar 2015 13:07:08 - 1.9 @@ -1,6 +1,11 @@ # ChangeLog for app-i18n/fcitx-table-extra -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-table-extra/ChangeLog,v 1.8 2014/11/02 08:45:20 yngwin Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-table-extra/ChangeLog,v 1.9 2015/03/26 13:07:08 yngwin Exp $ + +*fcitx-table-extra-0.3.7 (26 Mar 2015) + + 26 Mar 2015; Ben de Groot +fcitx-table-extra-0.3.7.ebuild: + version bump *fcitx-table-extra-0.3.6 (02 Nov 2014) 1.1 app-i18n/fcitx-table-extra/fcitx-table-extra-0.3.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-table-extra/fcitx-table-extra-0.3.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-table-extra/fcitx-table-extra-0.3.7.ebuild?rev=1.1&content-type=text/plain Index: fcitx-table-extra-0.3.7.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-table-extra/fcitx-table-extra-0.3.7.ebuild,v 1.1 2015/03/26 13:07:08 yngwin Exp $ EAPI=5 inherit cmake-utils gnome2-utils DESCRIPTION="Extra tables for Fcitx, including Boshiamy, Zhengma, Cangjie and Quick" HOMEPAGE="http://fcitx-im.org/"; SRC_URI="http://download.fcitx-im.org/${PN}/${P}.tar.xz"; LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=app-i18n/fcitx-4.2.8[table]" DEPEND="${RDEPEND} virtual/libintl" pkg_postinst() { gnome2_icon_cache_update } pkg_postrm() { gnome2_icon_cache_update }
[gentoo-commits] gentoo-x86 commit in sys-kernel/linux-firmware: linux-firmware-20150320.ebuild ChangeLog
chithanh15/03/26 13:09:23 Modified: ChangeLog Added:linux-firmware-20150320.ebuild Log: New snapshot. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!) Revision ChangesPath 1.123sys-kernel/linux-firmware/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-firmware/ChangeLog?rev=1.123&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-firmware/ChangeLog?rev=1.123&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-firmware/ChangeLog?r1=1.122&r2=1.123 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/ChangeLog,v retrieving revision 1.122 retrieving revision 1.123 diff -u -r1.122 -r1.123 --- ChangeLog 2 Mar 2015 09:32:15 - 1.122 +++ ChangeLog 26 Mar 2015 13:09:23 - 1.123 @@ -1,6 +1,12 @@ # ChangeLog for sys-kernel/linux-firmware # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/ChangeLog,v 1.122 2015/03/02 09:32:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/ChangeLog,v 1.123 2015/03/26 13:09:23 chithanh Exp $ + +*linux-firmware-20150320 (26 Mar 2015) + + 26 Mar 2015; Chí-Thanh Christopher Nguyễn + +linux-firmware-20150320.ebuild: + New snapshot. 02 Mar 2015; Agostino Sarubbo linux-firmware-20140902.ebuild: Stable for ppc, wrt bug #529240 1.1 sys-kernel/linux-firmware/linux-firmware-20150320.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-firmware/linux-firmware-20150320.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-firmware/linux-firmware-20150320.ebuild?rev=1.1&content-type=text/plain Index: linux-firmware-20150320.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/linux-firmware-20150320.ebuild,v 1.1 2015/03/26 13:09:23 chithanh Exp $ EAPI=5 inherit savedconfig if [[ ${PV} == * ]]; then inherit git-2 SRC_URI="" EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git" KEYWORDS="" else SRC_URI="mirror://gentoo/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi DESCRIPTION="Linux firmware files" HOMEPAGE="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git"; LICENSE="GPL-1 GPL-2 GPL-3 BSD freedist" SLOT="0" IUSE="savedconfig" DEPEND="" RDEPEND="!savedconfig? ( !sys-firmware/alsa-firmware[alsa_cards_ca0132] !sys-firmware/alsa-firmware[alsa_cards_korg1212] !sys-firmware/alsa-firmware[alsa_cards_maestro3] !sys-firmware/alsa-firmware[alsa_cards_sb16] !sys-firmware/alsa-firmware[alsa_cards_ymfpci] !media-tv/cx18-firmware ! ${PN}.conf find * \( \! -type d -and \! -name ${PN}.conf \) >> ${PN}.conf if use savedconfig; then restore_config ${PN}.conf ebegin "Removing all files not listed in config" find * \( \! -type d -and \! -name ${PN}.conf \) \ | sort ${PN}.conf ${PN}.conf - \ | uniq -u | xargs -r rm eend $? || die # remove empty directories, bug #396073 find -type d -empty -delete || die fi } src_install() { save_config ${PN}.conf rm ${PN}.conf || die insinto /lib/firmware/ doins -r * } pkg_preinst() { if use savedconfig; then ewarn "USE=savedconfig is active. You must handle file collisions manually." fi } pkg_postinst() { elog "If you are only interested in particular firmware files, edit the saved" elog "configfile and remove those that you do not want." }
[gentoo-commits] gentoo-x86 commit in media-sound/easytag: easytag-2.2.6.ebuild ChangeLog
yngwin 15/03/26 13:18:56 Modified: ChangeLog Added:easytag-2.2.6.ebuild Log: version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!) Revision ChangesPath 1.199media-sound/easytag/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/ChangeLog?rev=1.199&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/ChangeLog?rev=1.199&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/ChangeLog?r1=1.198&r2=1.199 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v retrieving revision 1.198 retrieving revision 1.199 diff -u -r1.198 -r1.199 --- ChangeLog 25 Nov 2014 23:46:48 - 1.198 +++ ChangeLog 26 Mar 2015 13:18:56 - 1.199 @@ -1,6 +1,11 @@ # ChangeLog for media-sound/easytag -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.198 2014/11/25 23:46:48 radhermit Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.199 2015/03/26 13:18:56 yngwin Exp $ + +*easytag-2.2.6 (26 Mar 2015) + + 26 Mar 2015; Ben de Groot +easytag-2.2.6.ebuild: + version bump *easytag-2.2.5 (25 Nov 2014) 1.1 media-sound/easytag/easytag-2.2.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/easytag-2.2.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/easytag-2.2.6.ebuild?rev=1.1&content-type=text/plain Index: easytag-2.2.6.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-2.2.6.ebuild,v 1.1 2015/03/26 13:18:56 yngwin Exp $ EAPI=5 inherit fdo-mime gnome.org gnome2-utils DESCRIPTION="GTK+ utility for editing MP2, MP3, MP4, FLAC, Ogg and other media tags" HOMEPAGE="https://wiki.gnome.org/Apps/EasyTAG"; LICENSE="GPL-2 GPL-2+ LGPL-2 LGPL-2+ LGPL-2.1+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="flac gtk2 +gtk3 mp3 mp4 opus speex test vorbis wavpack" REQUIRED_USE="|| ( gtk2 gtk3 ) opus? ( vorbis ) speex? ( vorbis )" RDEPEND=">=dev-libs/glib-2.32:2 flac? ( >=media-libs/flac-1.3 ) gtk2? ( >=x11-libs/gtk+-2.24:2 ) gtk3? ( >=x11-libs/gtk+-3.4:3 ) mp3? ( >=media-libs/id3lib-3.8.3-r8 >=media-libs/libid3tag-0.15.1b-r4 ) mp4? ( >=media-libs/taglib-1.9.1[mp4] ) opus? ( >=media-libs/opus-1.1 >=media-libs/opusfile-0.4 ) speex? ( >=media-libs/speex-1.2_rc1 ) vorbis? ( >=media-libs/libogg-1.3.1 >=media-libs/libvorbis-1.3.4 ) wavpack? ( >=media-sound/wavpack-4.70 )" DEPEND="${RDEPEND} app-text/docbook-xml-dtd:4.4 app-text/yelp-tools dev-libs/libxml2 dev-libs/libxslt >=dev-util/intltool-0.50 >=sys-devel/gettext-0.18.3.2 virtual/pkgconfig !=dev-util/appdata-tools-0.1.7 >=dev-util/desktop-file-utils-0.22 )" DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS TODO ) src_prepare() { sed -i \ -e '/^DEPRECATED_CPPFLAGS="/d' \ -e '/warning_flags/s: -Werror=.*:":' \ configure || die } src_configure() { # Kludge to make easytag find its locales (bug #503698) export DATADIRNAME=share econf \ $(use_enable test appdata-validate) \ $(use_enable test tests) \ $(use_enable mp3) \ $(use_enable mp3 id3v23) \ $(use_enable vorbis ogg) \ $(use_enable opus) \ $(use_enable speex) \ $(use_enable flac) \ $(use_enable mp4) \ $(use_enable wavpack) \ $(use_with gtk2) } pkg_preinst() { gnome2_icon_savelist; } pkg_postinst() { gnome2_icon_cache_update; fdo-mime_desktop_database_update; } pkg_postrm() { gnome2_icon_cache_update; fdo-mime_desktop_database_update; }
[gentoo-commits] gentoo-x86 commit in sys-kernel/vanilla-sources: vanilla-sources-3.19.3.ebuild ChangeLog vanilla-sources-3.19.2.ebuild
mpagano 15/03/26 13:25:49 Modified: ChangeLog Added:vanilla-sources-3.19.3.ebuild Removed: vanilla-sources-3.19.2.ebuild Log: Version bump. Remove old. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B576E4E3) Revision ChangesPath 1.1364 sys-kernel/vanilla-sources/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?rev=1.1364&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?rev=1.1364&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?r1=1.1363&r2=1.1364 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v retrieving revision 1.1363 retrieving revision 1.1364 diff -u -r1.1363 -r1.1364 --- ChangeLog 24 Mar 2015 22:41:53 - 1.1363 +++ ChangeLog 26 Mar 2015 13:25:49 - 1.1364 @@ -1,6 +1,12 @@ # ChangeLog for sys-kernel/vanilla-sources # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.1363 2015/03/24 22:41:53 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.1364 2015/03/26 13:25:49 mpagano Exp $ + +*vanilla-sources-3.19.3 (26 Mar 2015) + + 26 Mar 2015; Mike Pagano -vanilla-sources-3.19.2.ebuild, + +vanilla-sources-3.19.3.ebuild: + Version bump. Remove old. *vanilla-sources-3.18.10 (24 Mar 2015) 1.1 sys-kernel/vanilla-sources/vanilla-sources-3.19.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.19.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.19.3.ebuild?rev=1.1&content-type=text/plain Index: vanilla-sources-3.19.3.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.19.3.ebuild,v 1.1 2015/03/26 13:25:49 mpagano Exp $ EAPI="5" K_NOUSENAME="yes" K_NOSETEXTRAVERSION="yes" K_SECURITY_UNSUPPORTED="1" K_DEBLOB_AVAILABLE="0" ETYPE="sources" inherit kernel-2 detect_version DESCRIPTION="Full sources for the Linux kernel" HOMEPAGE="http://www.kernel.org"; SRC_URI="${KERNEL_URI}" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="deblob"
[gentoo-commits] gentoo-x86 commit in sys-kernel/linux-firmware: linux-firmware-20150206.ebuild ChangeLog
ago 15/03/26 13:29:46 Modified: linux-firmware-20150206.ebuild ChangeLog Log: Stable for alpha/amd64/arm/hppa/ia64/ppc64/ppc/sparc/x86, wrt bug #544540 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 7194459F) Revision ChangesPath 1.4 sys-kernel/linux-firmware/linux-firmware-20150206.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-firmware/linux-firmware-20150206.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-firmware/linux-firmware-20150206.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-firmware/linux-firmware-20150206.ebuild?r1=1.3&r2=1.4 Index: linux-firmware-20150206.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/linux-firmware-20150206.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- linux-firmware-20150206.ebuild 24 Feb 2015 22:15:14 - 1.3 +++ linux-firmware-20150206.ebuild 26 Mar 2015 13:29: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/sys-kernel/linux-firmware/linux-firmware-20150206.ebuild,v 1.3 2015/02/24 22:15:14 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/linux-firmware-20150206.ebuild,v 1.4 2015/03/26 13:29:46 ago Exp $ EAPI=5 inherit savedconfig @@ -12,7 +12,7 @@ KEYWORDS="" else SRC_URI="mirror://gentoo/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" fi DESCRIPTION="Linux firmware files" 1.124sys-kernel/linux-firmware/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-firmware/ChangeLog?rev=1.124&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-firmware/ChangeLog?rev=1.124&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-firmware/ChangeLog?r1=1.123&r2=1.124 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/ChangeLog,v retrieving revision 1.123 retrieving revision 1.124 diff -u -r1.123 -r1.124 --- ChangeLog 26 Mar 2015 13:09:23 - 1.123 +++ ChangeLog 26 Mar 2015 13:29:46 - 1.124 @@ -1,6 +1,9 @@ # ChangeLog for sys-kernel/linux-firmware # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/ChangeLog,v 1.123 2015/03/26 13:09:23 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/ChangeLog,v 1.124 2015/03/26 13:29:46 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo linux-firmware-20150206.ebuild: + Stable for alpha/amd64/arm/hppa/ia64/ppc64/ppc/sparc/x86, wrt bug #544540 *linux-firmware-20150320 (26 Mar 2015)
[gentoo-commits] gentoo-x86 commit in media-sound/qsynth: qsynth-0.3.9.ebuild ChangeLog
yngwin 15/03/26 13:31:22 Modified: ChangeLog Added:qsynth-0.3.9.ebuild Log: Version bump. Bump to eapi 5. Use qt4_get_bindir for correct lupdate path. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!) Revision ChangesPath 1.61 media-sound/qsynth/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/ChangeLog?rev=1.61&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/ChangeLog?rev=1.61&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/ChangeLog?r1=1.60&r2=1.61 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- ChangeLog 18 Jan 2014 12:35:37 - 1.60 +++ ChangeLog 26 Mar 2015 13:31:22 - 1.61 @@ -1,6 +1,11 @@ # ChangeLog for media-sound/qsynth -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.60 2014/01/18 12:35:37 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.61 2015/03/26 13:31:22 yngwin Exp $ + +*qsynth-0.3.9 (26 Mar 2015) + + 26 Mar 2015; Ben de Groot +qsynth-0.3.9.ebuild: + Version bump. Bump to eapi 5. Use qt4_get_bindir for correct lupdate path. *qsynth-0.3.8 (18 Jan 2014) 1.1 media-sound/qsynth/qsynth-0.3.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/qsynth-0.3.9.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/qsynth-0.3.9.ebuild?rev=1.1&content-type=text/plain Index: qsynth-0.3.9.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.9.ebuild,v 1.1 2015/03/26 13:31:22 yngwin Exp $ EAPI=5 LANGS="cs de fr ru sr" inherit qt4-r2 eutils DESCRIPTION="A Qt application to control FluidSynth" HOMEPAGE="http://qsynth.sourceforge.net/"; SRC_URI="mirror://sourceforge/qsynth/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" IUSE="debug jack alsa pulseaudio" KEYWORDS="~amd64 ~ppc ~x86" DEPEND=">=dev-qt/qtcore-4.2:4 >=dev-qt/qtgui-4.2:4 >=media-sound/fluidsynth-1.0.7a[jack?,alsa?,pulseaudio?] x11-libs/libX11 !pulseaudio? ( !jack? ( !alsa? ( >=media-sound/fluidsynth-1.0.7a[oss] ) ) )" RDEPEND="${DEPEND}" DOCS="AUTHORS ChangeLog README TODO TRANSLATORS" src_configure() { econf $(use_enable debug) eqmake4 "${PN}.pro" -o "${PN}.mak" } src_compile() { "$(qt4_get_bindir)"/lupdate "${PN}.pro" || die "lupdate failed" qt4-r2_src_compile } src_install () { qt4-r2_src_install # The desktop file is invalid, and we also change the command # depending on useflags rm -rf "${D}/usr/share/applications/qsynth.desktop" local cmd if use jack; then cmd="qsynth" elif use pulseaudio; then cmd="qsynth -a pulseaudio" elif use alsa; then cmd="qsynth -a alsa" else cmd="qsynth -a oss" fi make_desktop_entry "${cmd}" Qsynth qsynth }
[gentoo-commits] gentoo-x86 commit in dev-ruby/libxml: libxml-2.8.0.ebuild ChangeLog
ago 15/03/26 13:36:04 Modified: libxml-2.8.0.ebuild ChangeLog Log: Stable for ppc, wrt bug #543250 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 dev-ruby/libxml/libxml-2.8.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/libxml-2.8.0.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/libxml-2.8.0.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/libxml-2.8.0.ebuild?r1=1.5&r2=1.6 Index: libxml-2.8.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.8.0.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libxml-2.8.0.ebuild 25 Mar 2015 14:05:56 - 1.5 +++ libxml-2.8.0.ebuild 26 Mar 2015 13:36:04 - 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/dev-ruby/libxml/libxml-2.8.0.ebuild,v 1.5 2015/03/25 14:05:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.8.0.ebuild,v 1.6 2015/03/26 13:36:04 ago Exp $ EAPI=5 @@ -21,7 +21,7 @@ LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="${RDEPEND} dev-libs/libxml2" 1.102dev-ruby/libxml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/ChangeLog?rev=1.102&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/ChangeLog?rev=1.102&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/ChangeLog?r1=1.101&r2=1.102 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v retrieving revision 1.101 retrieving revision 1.102 diff -u -r1.101 -r1.102 --- ChangeLog 25 Mar 2015 14:05:56 - 1.101 +++ ChangeLog 26 Mar 2015 13:36:04 - 1.102 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/libxml # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.101 2015/03/25 14:05:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.102 2015/03/26 13:36:04 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo libxml-2.8.0.ebuild: + Stable for ppc, wrt bug #543250 25 Mar 2015; Agostino Sarubbo libxml-2.8.0.ebuild: Stable for x86, wrt bug #543250
[gentoo-commits] gentoo-x86 commit in dev-ruby/highline: highline-1.6.21.ebuild ChangeLog
ago 15/03/26 13:36:10 Modified: highline-1.6.21.ebuild ChangeLog Log: Stable for ppc, wrt bug #542996 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision ChangesPath 1.9 dev-ruby/highline/highline-1.6.21.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/highline/highline-1.6.21.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/highline/highline-1.6.21.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/highline/highline-1.6.21.ebuild?r1=1.8&r2=1.9 Index: highline-1.6.21.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/highline/highline-1.6.21.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- highline-1.6.21.ebuild 13 Mar 2015 08:12:32 - 1.8 +++ highline-1.6.21.ebuild 26 Mar 2015 13:36:10 - 1.9 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/highline-1.6.21.ebuild,v 1.8 2015/03/13 08:12:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/highline-1.6.21.ebuild,v 1.9 2015/03/26 13:36:10 ago Exp $ EAPI=5 @@ -17,7 +17,7 @@ IUSE="" LICENSE="|| ( GPL-2 Ruby )" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" all_ruby_prepare() { # fix up gemspec file not to call git 1.98 dev-ruby/highline/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/highline/ChangeLog?rev=1.98&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/highline/ChangeLog?rev=1.98&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/highline/ChangeLog?r1=1.97&r2=1.98 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/highline/ChangeLog,v retrieving revision 1.97 retrieving revision 1.98 diff -u -r1.97 -r1.98 --- ChangeLog 13 Mar 2015 08:12:32 - 1.97 +++ ChangeLog 26 Mar 2015 13:36:10 - 1.98 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/highline # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/ChangeLog,v 1.97 2015/03/13 08:12:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/ChangeLog,v 1.98 2015/03/26 13:36:10 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo highline-1.6.21.ebuild: + Stable for ppc, wrt bug #542996 13 Mar 2015; Agostino Sarubbo highline-1.6.21.ebuild: Stable for x86, wrt bug #542996