[gentoo-commits] gentoo-x86 commit in sys-firmware/seabios/files: - New directory
vapier 15/02/15 08:00:38 Log: Directory /var/cvsroot/gentoo-x86/sys-firmware/seabios/files added to the repository
[gentoo-commits] gentoo-x86 commit in sys-firmware/seabios/files/seavgabios: - New directory
vapier 15/02/15 08:00:38 Log: Directory /var/cvsroot/gentoo-x86/sys-firmware/seabios/files/seavgabios added to the repository
[gentoo-commits] gentoo-x86 commit in sys-firmware/seabios: seabios-1.7.5-r1.ebuild metadata.xml ChangeLog
vapier 15/02/15 08:02:48 Modified: metadata.xml ChangeLog Added:seabios-1.7.5-r1.ebuild Log: Add USE=seavgabios support #523134 by Brad Laue. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key D2E96200) Revision ChangesPath 1.3 sys-firmware/seabios/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/metadata.xml?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/metadata.xml?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/metadata.xml?r1=1.2&r2=1.3 Index: metadata.xml === RCS file: /var/cvsroot/gentoo-x86/sys-firmware/seabios/metadata.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- metadata.xml29 Oct 2012 20:06:10 - 1.2 +++ metadata.xml15 Feb 2015 08:02:48 - 1.3 @@ -8,6 +8,7 @@ Use official upstream pre-built binaries + Include SeaVGABIOS binaries (replacement for vgabios) 1.38 sys-firmware/seabios/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/ChangeLog?rev=1.38&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/ChangeLog?rev=1.38&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/ChangeLog?r1=1.37&r2=1.38 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-firmware/seabios/ChangeLog,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- ChangeLog 15 Feb 2015 07:07:42 - 1.37 +++ ChangeLog 15 Feb 2015 08:02:48 - 1.38 @@ -1,6 +1,14 @@ # ChangeLog for sys-firmware/seabios # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/ChangeLog,v 1.37 2015/02/15 07:07:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/ChangeLog,v 1.38 2015/02/15 08:02:48 vapier Exp $ + +*seabios-1.7.5-r1 (15 Feb 2015) + + 15 Feb 2015; Mike Frysinger +files/seavgabios/README, + +files/seavgabios/config.vga-cirrus, +files/seavgabios/config.vga-isavga, + +files/seavgabios/config.vga-qxl, +files/seavgabios/config.vga-stdvga, + +files/seavgabios/config.vga-vmware, +seabios-1.7.5-r1.ebuild, metadata.xml: + Add USE=seavgabios support #523134 by Brad Laue. 15 Feb 2015; Mike Frysinger seabios-1.7.5.ebuild: Avoid downloading files that are not used (e.g. no source tarball for 1.1 sys-firmware/seabios/seabios-1.7.5-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/seabios-1.7.5-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/seabios-1.7.5-r1.ebuild?rev=1.1&content-type=text/plain Index: seabios-1.7.5-r1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.5-r1.ebuild,v 1.1 2015/02/15 08:02:48 vapier Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) inherit eutils toolchain-funcs python-any-r1 #BACKPORTS=1 # SeaBIOS maintainers sometimes don't release stable tarballs or stable # binaries to generate the stable tarball the following is necessary: # git clone git://git.seabios.org/seabios.git && cd seabios # git archive --output seabios-${PV}.tar.gz --prefix seabios-${PV}/ rel-${PV} if [[ ${PV} = ** || ! -z "${EGIT_COMMIT}" ]]; then EGIT_REPO_URI="git://git.seabios.org/seabios.git" inherit git-2 else KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd" SRC_URI="!binary? ( http://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz ) binary? ( http://code.coreboot.org/p/seabios/downloads/get/bios.bin-${PV}.gz seavgabios? ( mirror://debian/pool/main/s/${PN}/${PN}_${PV}-1_all.deb ) ) ${BACKPORTS:+http://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz}"; fi DESCRIPTION="Open Source implementation of a 16-bit x86 BIOS" HOMEPAGE="http://www.seabios.org"; LICENSE="LGPL-3 GPL-3" SLOT="0" IUSE="+binary +seavgabios" REQUIRED_USE="ppc? ( binary ) ppc64? ( binary )" DEPEND=" !binary? ( >=sys-power/iasl-20060912 ${PYTHON_DEPS} )" RDEPEND="" pkg_pretend() { if ! use binary; then ewarn "You have decided to compile your own SeaBIOS. This is not" ewarn
[gentoo-commits] gentoo-x86 commit in sys-firmware/seabios/files/seavgabios: config.vga-qxl config.vga-stdvga config.vga-vmware README config.vga-cirrus config.vga-isavga
vapier 15/02/15 08:02:48 Added:config.vga-qxl config.vga-stdvga config.vga-vmware README config.vga-cirrus config.vga-isavga Log: Add USE=seavgabios support #523134 by Brad Laue. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key D2E96200) Revision ChangesPath 1.1 sys-firmware/seabios/files/seavgabios/config.vga-qxl file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/files/seavgabios/config.vga-qxl?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/files/seavgabios/config.vga-qxl?rev=1.1&content-type=text/plain Index: config.vga-qxl === CONFIG_BUILD_VGABIOS=y CONFIG_VGA_BOCHS=y CONFIG_VGA_PCI=y CONFIG_OVERRIDE_PCI_ID=y CONFIG_VGA_VID=0x1b36 CONFIG_VGA_DID=0x0100 1.1 sys-firmware/seabios/files/seavgabios/config.vga-stdvga file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/files/seavgabios/config.vga-stdvga?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/files/seavgabios/config.vga-stdvga?rev=1.1&content-type=text/plain Index: config.vga-stdvga === CONFIG_BUILD_VGABIOS=y CONFIG_VGA_BOCHS=y CONFIG_VGA_PCI=y 1.1 sys-firmware/seabios/files/seavgabios/config.vga-vmware file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/files/seavgabios/config.vga-vmware?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/files/seavgabios/config.vga-vmware?rev=1.1&content-type=text/plain Index: config.vga-vmware === CONFIG_BUILD_VGABIOS=y CONFIG_VGA_BOCHS=y CONFIG_VGA_PCI=y CONFIG_OVERRIDE_PCI_ID=y CONFIG_VGA_VID=0x15ad CONFIG_VGA_DID=0x0405 1.1 sys-firmware/seabios/files/seavgabios/README file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/files/seavgabios/README?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/files/seavgabios/README?rev=1.1&content-type=text/plain Index: README === The config.vga-xxx files come from the qemu/roms/ tree. 1.1 sys-firmware/seabios/files/seavgabios/config.vga-cirrus file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/files/seavgabios/config.vga-cirrus?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/files/seavgabios/config.vga-cirrus?rev=1.1&content-type=text/plain Index: config.vga-cirrus === CONFIG_BUILD_VGABIOS=y CONFIG_VGA_CIRRUS=y CONFIG_VGA_PCI=y 1.1 sys-firmware/seabios/files/seavgabios/config.vga-isavga file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/files/seavgabios/config.vga-isavga?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/seabios/files/seavgabios/config.vga-isavga?rev=1.1&content-type=text/plain Index: config.vga-isavga === CONFIG_BUILD_VGABIOS=y CONFIG_VGA_BOCHS=y CONFIG_VGA_PCI=n
[gentoo-commits] gentoo-x86 commit in sys-devel/binutils: binutils-2.25.ebuild ChangeLog
vapier 15/02/15 08:06:32 Modified: binutils-2.25.ebuild ChangeLog Log: Move into ~arch. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key D2E96200) Revision ChangesPath 1.2 sys-devel/binutils/binutils-2.25.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.25.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.25.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.25.ebuild?r1=1.1&r2=1.2 Index: binutils-2.25.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.25.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- binutils-2.25.ebuild9 Feb 2015 15:46:50 - 1.1 +++ binutils-2.25.ebuild15 Feb 2015 08:06:32 - 1.2 @@ -1,9 +1,11 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.25.ebuild,v 1.1 2015/02/09 15:46:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.25.ebuild,v 1.2 2015/02/15 08:06:32 vapier Exp $ EAPI="4" PATCHVER="1.0" ELF2FLT_VER="" inherit toolchain-binutils + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -amd64-fbsd -sparc-fbsd ~x86-fbsd" 1.527sys-devel/binutils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?rev=1.527&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?rev=1.527&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?r1=1.526&r2=1.527 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v retrieving revision 1.526 retrieving revision 1.527 diff -u -r1.526 -r1.527 --- ChangeLog 9 Feb 2015 15:46:50 - 1.526 +++ ChangeLog 15 Feb 2015 08:06:32 - 1.527 @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.526 2015/02/09 15:46:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.527 2015/02/15 08:06:32 vapier Exp $ + + 15 Feb 2015; Mike Frysinger binutils-2.25.ebuild: + Move into ~arch. *binutils-2.25 (09 Feb 2015)
[gentoo-commits] gentoo-x86 commit in dev-python/django-opensearch: django-opensearch-0.1.2.ebuild ChangeLog django-opensearch-0.1.1.ebuild
ercpe 15/02/15 08:21:20 Modified: ChangeLog Added:django-opensearch-0.1.2.ebuild Removed: django-opensearch-0.1.1.ebuild Log: Version bump of django-opensearch (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 77C501ED) Revision ChangesPath 1.2 dev-python/django-opensearch/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-opensearch/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-opensearch/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-opensearch/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/django-opensearch/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 22 Oct 2014 04:43:35 - 1.1 +++ ChangeLog 15 Feb 2015 08:21:20 - 1.2 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/django-opensearch -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-opensearch/ChangeLog,v 1.1 2014/10/22 04:43:35 ercpe Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-opensearch/ChangeLog,v 1.2 2015/02/15 08:21:20 ercpe Exp $ + +*django-opensearch-0.1.2 (15 Feb 2015) + + 15 Feb 2015; Johann Schmitz + +django-opensearch-0.1.2.ebuild, -django-opensearch-0.1.1.ebuild: + Version bump of django-opensearch *django-opensearch-0.1.1 (22 Oct 2014) 1.1 dev-python/django-opensearch/django-opensearch-0.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-opensearch/django-opensearch-0.1.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-opensearch/django-opensearch-0.1.2.ebuild?rev=1.1&content-type=text/plain Index: django-opensearch-0.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-python/django-opensearch/django-opensearch-0.1.2.ebuild,v 1.1 2015/02/15 08:21:20 ercpe Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="A django reusable application to handle opensearch.xml" HOMEPAGE="https://github.com/vint21h/django-opensearch"; SRC_URI="https://github.com/vint21h/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
[gentoo-commits] gentoo-x86 commit in dev-python/django-two-factor-auth: django-two-factor-auth-1.1.1.ebuild ChangeLog django-two-factor-auth-1.1.0.ebuild django-two-factor-auth-1.0.0.ebuild
ercpe 15/02/15 08:23:57 Modified: ChangeLog Added:django-two-factor-auth-1.1.1.ebuild Removed: django-two-factor-auth-1.1.0.ebuild django-two-factor-auth-1.0.0.ebuild Log: Version bump of django-two-factor-auth (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 77C501ED) Revision ChangesPath 1.3 dev-python/django-two-factor-auth/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-two-factor-auth/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-two-factor-auth/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-two-factor-auth/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/django-two-factor-auth/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 9 Jan 2015 16:02:26 - 1.2 +++ ChangeLog 15 Feb 2015 08:23:57 - 1.3 @@ -1,6 +1,13 @@ # ChangeLog for dev-python/django-two-factor-auth # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-two-factor-auth/ChangeLog,v 1.2 2015/01/09 16:02:26 ercpe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-two-factor-auth/ChangeLog,v 1.3 2015/02/15 08:23:57 ercpe Exp $ + +*django-two-factor-auth-1.1.1 (15 Feb 2015) + + 15 Feb 2015; Johann Schmitz + +django-two-factor-auth-1.1.1.ebuild, -django-two-factor-auth-1.0.0.ebuild, + -django-two-factor-auth-1.1.0.ebuild: + Version bump of django-two-factor-auth *django-two-factor-auth-1.1.0 (09 Jan 2015) 1.1 dev-python/django-two-factor-auth/django-two-factor-auth-1.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-two-factor-auth/django-two-factor-auth-1.1.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-two-factor-auth/django-two-factor-auth-1.1.1.ebuild?rev=1.1&content-type=text/plain Index: django-two-factor-auth-1.1.1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/django-two-factor-auth/django-two-factor-auth-1.1.1.ebuild,v 1.1 2015/02/15 08:23:57 ercpe Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) inherit eutils distutils-r1 DESCRIPTION="User-friendly Two-Factor Authentication for Django" HOMEPAGE="https://github.com/Bouke/django-two-factor-auth"; SRC_URI="https://github.com/Bouke/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test yubikey" CDEPEND=">=dev-python/django-1.4.2[${PYTHON_USEDEP}] >=dev-python/django-otp-0.2.0[${PYTHON_USEDEP}] dev-python/qrcode[${PYTHON_USEDEP}] dev-python/twilio[${PYTHON_USEDEP}] yubikey? ( dev-python/django-otp-yubikey[${PYTHON_USEDEP}] ) " RDEPEND="${CDEPEND}" DEPEND="test? ( dev-python/flake8[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] ${CDEPEND} )" python_prepare_all() { distutils-r1_python_prepare_all sed -i "/'qrcode/s/^/#/" setup.py || die } python_test() { emake test || die }
[gentoo-commits] gentoo-x86 commit in dev-lang/parrot: parrot-7.0.2.ebuild ChangeLog parrot-6.2.0-r1.ebuild parrot-6.4.0-r1.ebuild parrot-6.3.0-r1.ebuild parrot-6.5.0-r1.ebuild parrot-6.6.0-r1.ebuild
patrick 15/02/15 08:23:59 Modified: ChangeLog Added:parrot-7.0.2.ebuild Removed: parrot-6.2.0-r1.ebuild parrot-6.4.0-r1.ebuild parrot-6.3.0-r1.ebuild parrot-6.5.0-r1.ebuild parrot-6.6.0-r1.ebuild Log: Bump, remove old (Portage version: 2.2.17/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.91 dev-lang/parrot/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/parrot/ChangeLog?rev=1.91&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/parrot/ChangeLog?rev=1.91&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/parrot/ChangeLog?r1=1.90&r2=1.91 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v retrieving revision 1.90 retrieving revision 1.91 diff -u -r1.90 -r1.91 --- ChangeLog 26 Jan 2015 04:15:41 - 1.90 +++ ChangeLog 15 Feb 2015 08:23:59 - 1.91 @@ -1,6 +1,13 @@ # ChangeLog for dev-lang/parrot # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.90 2015/01/26 04:15:41 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.91 2015/02/15 08:23:59 patrick Exp $ + +*parrot-7.0.2 (15 Feb 2015) + + 15 Feb 2015; Patrick Lauer +parrot-7.0.2.ebuild, + -parrot-6.2.0-r1.ebuild, -parrot-6.3.0-r1.ebuild, -parrot-6.4.0-r1.ebuild, + -parrot-6.5.0-r1.ebuild, -parrot-6.6.0-r1.ebuild: + Bump, remove old 26 Jan 2015; Patrick Lauer parrot-6.11.0.ebuild: Add libffi dep 1.1 dev-lang/parrot/parrot-7.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/parrot/parrot-7.0.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/parrot/parrot-7.0.2.ebuild?rev=1.1&content-type=text/plain Index: parrot-7.0.2.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-7.0.2.ebuild,v 1.1 2015/02/15 08:23:59 patrick Exp $ EAPI=5 inherit eutils multilib # weird failures RESTRICT="test" DESCRIPTION="Virtual machine designed to efficiently compile and execute bytecode for dynamic languages" HOMEPAGE="http://www.parrot.org/"; SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/all/${PV}/${P}.tar.gz"; LICENSE="Artistic-2" SLOT="0/${PV}" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="opengl nls doc examples gdbm gmp ssl +unicode pcre" RDEPEND="sys-libs/readline dev-libs/libffi opengl? ( media-libs/freeglut ) nls? ( sys-devel/gettext ) unicode? ( >=dev-libs/icu-2.6:= ) gdbm? ( >=sys-libs/gdbm-1.8.3-r1 ) gmp? ( >=dev-libs/gmp-4.1.4 ) ssl? ( dev-libs/openssl ) pcre? ( dev-libs/libpcre ) doc? ( dev-perl/JSON )" DEPEND="dev-lang/perl[doc?] ${RDEPEND}" src_configure() { myconf="--disable-rpath" use unicode || myconf+=" --without-icu" use ssl || myconf+=" --without-crypto" use gdbm|| myconf+=" --without-gdbm" use nls || myconf+=" --without-gettext" use gmp || myconf+=" --without-gmp" use opengl || myconf+=" --without-opengl" use pcre|| myconf+=" --without-pcre" perl Configure.pl \ --ccflags="${CFLAGS}" \ --linkflags="${LDFLAGS}" \ --prefix="${EPREFIX}"/usr \ --libdir="${EPREFIX}"/usr/$(get_libdir) \ --mandir="${EPREFIX}"/usr/share/man \ --sysconfdir="${EPREFIX}"/etc \ --sharedstatedir="${EPREFIX}"/var/lib/parrot \ $myconf || die } src_compile() { export LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"${S}"/blib/lib # occasionally dies in parallel make emake -j1 || die if use doc ; then emake -j1 html || die fi } src_test() { emake -j1 test || die } src_install() { emake -j1 install-dev DESTDIR="${D}" DOC_DIR="${EPREFIX}/usr/share/doc/${PF}" || die dodoc CREDITS DONORS.pod PBC_COMPAT PLATFORMS RESPONSIBLE_PARTIES TODO || die dosym /usr/bin/parrot-ops2c /usr/bin/ops2c || die if use examples; then insinto "/usr/share/doc/${PF}/examples" doins -r examples/* || die fi if use doc; then insinto "/usr/share/doc/${PF}/editor" doins -r editor || die cd docs/html dohtml -r developer.html DONORS.pod.html index.html ops.html parrotbug.html pdds.html \
[gentoo-commits] gentoo-x86 commit in dev-db/bucardo: bucardo-5.3.1.ebuild ChangeLog
patrick 15/02/15 08:27:30 Modified: ChangeLog Added:bucardo-5.3.1.ebuild Log: Bump (Portage version: 2.2.17/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.9 dev-db/bucardo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/bucardo/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/bucardo/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/bucardo/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-db/bucardo/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 18 Dec 2014 21:41:51 - 1.8 +++ ChangeLog 15 Feb 2015 08:27:30 - 1.9 @@ -1,6 +1,11 @@ # ChangeLog for dev-db/bucardo -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/bucardo/ChangeLog,v 1.8 2014/12/18 21:41:51 dilfridge Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/bucardo/ChangeLog,v 1.9 2015/02/15 08:27:30 patrick Exp $ + +*bucardo-5.3.1 (15 Feb 2015) + + 15 Feb 2015; Patrick Lauer +bucardo-5.3.1.ebuild: + Bump 18 Dec 2014; Andreas K. Huettel metadata.xml: Drop perl herd 1.1 dev-db/bucardo/bucardo-5.3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/bucardo/bucardo-5.3.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/bucardo/bucardo-5.3.1.ebuild?rev=1.1&content-type=text/plain Index: bucardo-5.3.1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-db/bucardo/bucardo-5.3.1.ebuild,v 1.1 2015/02/15 08:27:30 patrick Exp $ EAPI=5 RESTRICT="test" inherit perl-module MY_PN="Bucardo" DESCRIPTION="An asynchronous PostgreSQL replication system" HOMEPAGE="http://bucardo.org/wiki/Bucardo"; SRC_URI="http://bucardo.org/downloads/${MY_PN}-${PV}.tar.gz"; LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" #IUSE="test" doesn't work without extra data IUSE="" DEPEND="dev-perl/DBIx-Safe dev-perl/DBD-Pg" RDEPEND="dev-perl/DBIx-Safe" S=${WORKDIR}/${MY_PN}-${PV} src_install() { emake DESTDIR="${D}" INSTALL_BASE="${D}" install -j1 keepdir /var/run/bucardo }
[gentoo-commits] gentoo-x86 commit in sys-apps/busybox: busybox-1.23.1-r1.ebuild ChangeLog
vapier 15/02/15 08:37:41 Modified: busybox-1.23.1-r1.ebuild ChangeLog Log: Pull in patch from upstream. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key D2E96200) Revision ChangesPath 1.4 sys-apps/busybox/busybox-1.23.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.23.1-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.23.1-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.23.1-r1.ebuild?r1=1.3&r2=1.4 Index: busybox-1.23.1-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.23.1-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- busybox-1.23.1-r1.ebuild8 Feb 2015 22:35:39 - 1.3 +++ busybox-1.23.1-r1.ebuild15 Feb 2015 08:37: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/sys-apps/busybox/busybox-1.23.1-r1.ebuild,v 1.3 2015/02/08 22:35:39 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.23.1-r1.ebuild,v 1.4 2015/02/15 08:37:41 vapier Exp $ # See `man savedconfig.eclass` for info on how to use USE=savedconfig. @@ -67,7 +67,7 @@ # patches go here! epatch "${FILESDIR}"/${PN}-1.19.0-bb.patch -# epatch "${FILESDIR}"/${P}-*.patch + epatch "${FILESDIR}"/${P}-*.patch cp "${FILESDIR}"/ginit.c init/ || die # flag cleanup 1.389sys-apps/busybox/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/ChangeLog?rev=1.389&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/ChangeLog?rev=1.389&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/ChangeLog?r1=1.388&r2=1.389 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v retrieving revision 1.388 retrieving revision 1.389 diff -u -r1.388 -r1.389 --- ChangeLog 8 Feb 2015 22:35:39 - 1.388 +++ ChangeLog 15 Feb 2015 08:37:41 - 1.389 @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/busybox # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.388 2015/02/08 22:35:39 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.389 2015/02/15 08:37:41 vapier Exp $ + + 15 Feb 2015; Mike Frysinger + +files/busybox-1.23.1-modprobe-small.patch, busybox-1.23.1-r1.ebuild: + Pull in patch from upstream. 08 Feb 2015; Anthony G. Basile busybox-1.23.1-r1.ebuild: Stable on amd64, ppc, ppc64 and x86
[gentoo-commits] gentoo-x86 commit in dev-db/pgadmin3: pgadmin3-1.20.0.ebuild ChangeLog
patrick 15/02/15 08:37:19 Modified: ChangeLog Added:pgadmin3-1.20.0.ebuild Log: Bump (Portage version: 2.2.17/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.103dev-db/pgadmin3/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?rev=1.103&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?rev=1.103&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?r1=1.102&r2=1.103 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- ChangeLog 28 Dec 2014 15:08:20 - 1.102 +++ ChangeLog 15 Feb 2015 08:37:19 - 1.103 @@ -1,6 +1,11 @@ # ChangeLog for dev-db/pgadmin3 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.102 2014/12/28 15:08:20 titanofold Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.103 2015/02/15 08:37:19 patrick Exp $ + +*pgadmin3-1.20.0 (15 Feb 2015) + + 15 Feb 2015; Patrick Lauer +pgadmin3-1.20.0.ebuild: + Bump 28 Dec 2014; Aaron W. Swenson pgadmin3-1.18.1.ebuild: Rename virtual/postgresql to dev-db/postgresql 1.1 dev-db/pgadmin3/pgadmin3-1.20.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.20.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.20.0.ebuild?rev=1.1&content-type=text/plain Index: pgadmin3-1.20.0.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.20.0.ebuild,v 1.1 2015/02/15 08:37:19 patrick Exp $ EAPI="4" WX_GTK_VER="2.8" inherit multilib versionator wxwidgets DESCRIPTION="wxWidgets GUI for PostgreSQL" HOMEPAGE="http://www.pgadmin.org/"; SRC_URI="mirror://postgresql/${PN}/release/v${PV}/src/${P}.tar.gz" LICENSE="POSTGRESQL" KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" SLOT="0" IUSE="debug +databasedesigner" DEPEND="x11-libs/wxGTK:2.8[X,debug=] >=dev-db/postgresql-8.4.0 >=dev-libs/libxml2-2.6.18 >=dev-libs/libxslt-1.1" RDEPEND="${DEPEND}" pkg_setup() { local pgslot=$(postgresql-config show) if [[ ${pgslot//.} < 84 ]] ; then eerror "PostgreSQL slot must be set to 8.4 or higher." eerror "postgresql-config set 8.4" die "PostgreSQL slot is not set to 8.4 or higher." fi } src_prepare() { epatch "${FILESDIR}/pgadmin3-desktop.patch" } src_configure() { econf --with-wx-version=2.8 \ $(use_enable debug) \ $(use_enable databasedesigner) } src_install() { emake DESTDIR="${D}" install newicon "${S}/pgadmin/include/images/pgAdmin3.png" ${PN}.png # icon location for the desktop file provided in pkg folder insinto /usr/share/pgadmin3 doins "${S}/pgadmin/include/images/pgAdmin3.png" domenu "${S}/pkg/pgadmin3.desktop" # Fixing world-writable files fperms -R go-w /usr/share }
[gentoo-commits] gentoo-x86 commit in sys-apps/busybox/files: busybox-1.23.1-modprobe-small.patch
vapier 15/02/15 08:37:41 Added:busybox-1.23.1-modprobe-small.patch Log: Pull in patch from upstream. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key D2E96200) Revision ChangesPath 1.1 sys-apps/busybox/files/busybox-1.23.1-modprobe-small.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/files/busybox-1.23.1-modprobe-small.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/files/busybox-1.23.1-modprobe-small.patch?rev=1.1&content-type=text/plain Index: busybox-1.23.1-modprobe-small.patch === --- busybox-1.23.1/modutils/modprobe-small.c +++ busybox-1.23.1-modprobe-small/modutils/modprobe-small.c @@ -552,9 +552,23 @@ static int already_loaded(const char *na return ret; } #else -#define already_loaded(name) is_rmmod +#define already_loaded(name) 0 #endif +static int rmmod(const char *filename) +{ + int r; + char modname[MODULE_NAME_LEN]; + + filename2modname(filename, modname); + r = delete_module(modname, O_NONBLOCK | O_EXCL); + dbg1_error_msg("delete_module('%s', O_NONBLOCK | O_EXCL):%d", modname, r); + if (r != 0 && !(option_mask32 & OPT_q)) { + bb_perror_msg("remove '%s'", modname); + } + return r; +} + /* * Given modules definition and module name (or alias, or symbol) * load/remove the module respecting dependencies. @@ -571,26 +585,36 @@ static void process_module(char *name, c module_info **infovec; module_info *info; int infoidx; - int is_rmmod = (option_mask32 & OPT_r) != 0; + int is_remove = (option_mask32 & OPT_r) != 0; dbg1_error_msg("process_module('%s','%s')", name, cmdline_options); replace(name, '-', '_'); - dbg1_error_msg("already_loaded:%d is_rmmod:%d", already_loaded(name), is_rmmod); + dbg1_error_msg("already_loaded:%d is_remove:%d", already_loaded(name), is_remove); + + if (applet_name[0] == 'r') { + /* rmmod. +* Does not remove dependencies, no need to scan, just remove. +* (compat note: this allows and strips .ko suffix) +*/ + rmmod(name); + return; + } + /* -* We used to have "is_rmmod != already_loaded(name)" check here, but +* We used to have "is_remove != already_loaded(name)" check here, but * modprobe -r pci:v8086d7010svsdbc01sc01i80 * won't unload modules (there are more than one) * which have this alias. */ - if (!is_rmmod && already_loaded(name)) { + if (!is_remove && already_loaded(name)) { dbg1_error_msg("nothing to do for '%s'", name); return; } options = NULL; - if (!is_rmmod) { + if (!is_remove) { char *opt_filename = xasprintf("/etc/modules/%s", name); options = xmalloc_open_read_close(opt_filename, NULL); if (options) @@ -624,7 +648,7 @@ static void process_module(char *name, c 0 /* depth */ ); dbg1_error_msg("dirscan complete"); - /* Module was not found, or load failed, or is_rmmod */ + /* Module was not found, or load failed, or is_remove */ if (module_found_idx >= 0) { /* module was found */ infovec = xzalloc(2 * sizeof(infovec[0])); infovec[0] = &modinfo[module_found_idx]; @@ -637,7 +661,7 @@ static void process_module(char *name, c if (!infovec) { /* both dirscan and find_alias found nothing */ - if (!is_rmmod && applet_name[0] != 'd') /* it wasn't rmmod or depmod */ + if (!is_remove && applet_name[0] != 'd') /* it wasn't rmmod or depmod */ bb_error_msg("module '%s' not found", name); //TODO: _and_die()? or should we continue (un)loading modules listed on cmdline? goto ret; @@ -651,29 +675,15 @@ static void process_module(char *name, c * a *list* of modinfo pointers from find_alias(). */ - /* rmmod or modprobe -r? unload module(s) */ - if (is_rmmod) { + /* modprobe -r? unload module(s) */ + if (is_remove) { infoidx = 0; while ((info = infovec[infoidx++]) != NULL) { - int r; - char modname[MODULE_NAME_LEN]; - - filename2modname( - bb_get_last_path_component_nostrip(info->pathname), modname); - r = delete_module(modname, O_NONBLOCK | O_EXCL); - dbg1_error_msg("delete_module('%s', O_NONBLOCK | O_EXCL):%d", modname, r); +
[gentoo-commits] gentoo-x86 commit in sys-devel/autoconf-archive: ChangeLog autoconf-archive-2014.02.28.ebuild
vapier 15/02/15 08:38:32 Modified: ChangeLog autoconf-archive-2014.02.28.ebuild Log: Stabilize for all #535670 by Pacho Ramos. Revision ChangesPath 1.70 sys-devel/autoconf-archive/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/ChangeLog?rev=1.70&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/ChangeLog?rev=1.70&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/ChangeLog?r1=1.69&r2=1.70 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- ChangeLog 9 Mar 2014 19:30:40 - 1.69 +++ ChangeLog 15 Feb 2015 08:38:32 - 1.70 @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/autoconf-archive -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.69 2014/03/09 19:30:40 vapier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.70 2015/02/15 08:38:32 vapier Exp $ + + 15 Feb 2015; Mike Frysinger + autoconf-archive-2014.02.28.ebuild: + Stabilize for all #535670 by Pacho Ramos. *autoconf-archive-2014.02.28 (09 Mar 2014) 1.2 sys-devel/autoconf-archive/autoconf-archive-2014.02.28.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2014.02.28.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2014.02.28.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2014.02.28.ebuild?r1=1.1&r2=1.2 Index: autoconf-archive-2014.02.28.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2014.02.28.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- autoconf-archive-2014.02.28.ebuild 9 Mar 2014 19:30:40 - 1.1 +++ autoconf-archive-2014.02.28.ebuild 15 Feb 2015 08:38:32 - 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2014.02.28.ebuild,v 1.1 2014/03/09 19:30:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2014.02.28.ebuild,v 1.2 2015/02/15 08:38:32 vapier Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" DOCS=( AUTHORS ChangeLog NEWS README TODO )
[gentoo-commits] gentoo-x86 commit in sys-devel/autoconf-archive: autoconf-archive-2015.02.04.ebuild ChangeLog
vapier 15/02/15 08:39:06 Modified: ChangeLog Added:autoconf-archive-2015.02.04.ebuild Log: Version bump #539076 by Jeroen Roovers. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key D2E96200) Revision ChangesPath 1.71 sys-devel/autoconf-archive/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/ChangeLog?rev=1.71&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/ChangeLog?rev=1.71&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/ChangeLog?r1=1.70&r2=1.71 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- ChangeLog 15 Feb 2015 08:38:32 - 1.70 +++ ChangeLog 15 Feb 2015 08:39:06 - 1.71 @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/autoconf-archive # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.70 2015/02/15 08:38:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.71 2015/02/15 08:39:06 vapier Exp $ + +*autoconf-archive-2015.02.04 (15 Feb 2015) + + 15 Feb 2015; Mike Frysinger + +autoconf-archive-2015.02.04.ebuild: + Version bump #539076 by Jeroen Roovers. 15 Feb 2015; Mike Frysinger autoconf-archive-2014.02.28.ebuild: 1.1 sys-devel/autoconf-archive/autoconf-archive-2015.02.04.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2015.02.04.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2015.02.04.ebuild?rev=1.1&content-type=text/plain Index: autoconf-archive-2015.02.04.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2015.02.04.ebuild,v 1.1 2015/02/15 08:39:06 vapier Exp $ EAPI=5 DESCRIPTION="GNU Autoconf Macro Archive" HOMEPAGE="http://www.gnu.org/software/autoconf-archive/"; SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" DOCS=( AUTHORS ChangeLog NEWS README TODO ) src_install() { default rm -rf "${ED}/usr/share/${PN}" || die }
[gentoo-commits] gentoo-x86 commit in dev-db/pgpool2: pgpool2-3.3.5.ebuild ChangeLog
patrick 15/02/15 08:40:03 Modified: ChangeLog Added:pgpool2-3.3.5.ebuild Log: Bump (Portage version: 2.2.17/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.27 dev-db/pgpool2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgpool2/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgpool2/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgpool2/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-db/pgpool2/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 28 Dec 2014 15:10:55 - 1.26 +++ ChangeLog 15 Feb 2015 08:40:03 - 1.27 @@ -1,6 +1,11 @@ # ChangeLog for dev-db/pgpool2 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgpool2/ChangeLog,v 1.26 2014/12/28 15:10:55 titanofold Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgpool2/ChangeLog,v 1.27 2015/02/15 08:40:03 patrick Exp $ + +*pgpool2-3.3.5 (15 Feb 2015) + + 15 Feb 2015; Patrick Lauer +pgpool2-3.3.5.ebuild: + Bump 28 Dec 2014; Aaron W. Swenson pgpool2-3.2.3.ebuild, pgpool2-3.2.4.ebuild, pgpool2-3.2.5.ebuild, pgpool2-3.3.1.ebuild, 1.1 dev-db/pgpool2/pgpool2-3.3.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgpool2/pgpool2-3.3.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgpool2/pgpool2-3.3.5.ebuild?rev=1.1&content-type=text/plain Index: pgpool2-3.3.5.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-db/pgpool2/pgpool2-3.3.5.ebuild,v 1.1 2015/02/15 08:40:03 patrick Exp $ EAPI=5 MY_P="${PN/2/-II}-${PV}" inherit base user DESCRIPTION="Connection pool server for PostgreSQL" HOMEPAGE="http://www.pgpool.net/"; SRC_URI="http://www.pgpool.net/download.php?f=${MY_P}.tar.gz -> ${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="memcached pam ssl static-libs" RDEPEND=" dev-db/postgresql memcached? ( dev-libs/libmemcached ) pam? ( sys-auth/pambase ) ssl? ( dev-libs/openssl ) " DEPEND="${RDEPEND} sys-devel/bison !!dev-db/pgpool " S=${WORKDIR}/${MY_P} pkg_setup() { enewgroup postgres 70 enewuser pgpool -1 -1 -1 postgres # We need the postgres user as well so we can set the proper # permissions on the sockets without getting into fights with # PostgreSQL's initialization scripts. enewuser postgres 70 /bin/bash /var/lib/postgresql postgres } src_prepare() { epatch "${FILESDIR}/pgpool_run_paths.patch" local pg_config_manual="$(pg_config --includedir)/pg_config_manual.h" local pgsql_socket_dir=$(grep DEFAULT_PGSOCKET_DIR "${pg_config_manual}" | \ sed 's|.*\"\(.*\)\"|\1|g') local pgpool_socket_dir="$(dirname $pgsql_socket_dir)/pgpool" sed "s|@PGSQL_SOCKETDIR@|${pgsql_socket_dir}|g" \ -i *.conf.sample* pool.h || die sed "s|@PGPOOL_SOCKETDIR@|${pgpool_socket_dir}|g" \ -i *.conf.sample* pool.h || die } src_configure() { local myconf use memcached && \ myconf="--with-memcached=\"${EROOT%/}/usr/include/libmemcached\"" use pam && myconf+=' --with-pam' econf \ --disable-rpath \ --sysconfdir="${EROOT%/}/etc/${PN}" \ $(use_with ssl openssl) \ $(use_enable static-libs static) \ ${myconf} } src_compile() { emake emake -C sql } src_install() { emake DESTDIR="${D}" install emake DESTDIR="${D}" -C sql install cd "${S}" # 3.3 appears to have removed this # `contrib' moved to `extension' with PostgreSQL 9.1 #local pgslot=$(postgresql-config show) #if [[ ${pgslot//.} > 90 ]] ; then # cd "${ED%/}$(pg_config --sharedir)" # mv contrib extension || die # cd "${S}" #fi newinitd "${FILESDIR}/${PN}.initd" ${PN} newconfd "${FILESDIR}/${PN}.confd" ${PN} # Documentation dodoc NEWS TODO doc/where_to_send_queries.{pdf,odg} dohtml -r doc # Examples and extras insinto "/usr/share/${PN}" doins doc/{pgpool_remote_start,basebackup.sh,recovery.conf.sample} mv "${ED%/}/usr/share/${PN/2/-II}" "${ED%/}/usr/share/${PN}" || die # One more thing: Evil la files! fin
[gentoo-commits] gentoo-x86 commit in sys-auth/pambase: pambase-20150213.ebuild ChangeLog
vapier 15/02/15 08:48:00 Modified: pambase-20150213.ebuild ChangeLog Log: Fix typo in SRC_URI #540104 by Patrick Lauer. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key D2E96200) Revision ChangesPath 1.2 sys-auth/pambase/pambase-20150213.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pambase/pambase-20150213.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pambase/pambase-20150213.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pambase/pambase-20150213.ebuild?r1=1.1&r2=1.2 Index: pambase-20150213.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20150213.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pambase-20150213.ebuild 14 Feb 2015 05:02:12 - 1.1 +++ pambase-20150213.ebuild 15 Feb 2015 08:48:00 - 1.2 @@ -1,13 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20150213.ebuild,v 1.1 2015/02/14 05:02:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20150213.ebuild,v 1.2 2015/02/15 08:48:00 vapier Exp $ EAPI=5 inherit eutils DESCRIPTION="PAM base configuration files" HOMEPAGE="http://www.gentoo.org/proj/en/base/pam/"; -SRC_URI="http://dev.gentoo.org/~vapier/${P}.tar.xz"; +SRC_URI="http://dev.gentoo.org/~vapier/~dist/${P}.tar.xz"; LICENSE="GPL-2" SLOT="0" 1.141sys-auth/pambase/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pambase/ChangeLog?rev=1.141&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pambase/ChangeLog?rev=1.141&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pambase/ChangeLog?r1=1.140&r2=1.141 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-auth/pambase/ChangeLog,v retrieving revision 1.140 retrieving revision 1.141 diff -u -r1.140 -r1.141 --- ChangeLog 14 Feb 2015 05:02:12 - 1.140 +++ ChangeLog 15 Feb 2015 08:48:00 - 1.141 @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pambase # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/ChangeLog,v 1.140 2015/02/14 05:02:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/ChangeLog,v 1.141 2015/02/15 08:48:00 vapier Exp $ + + 15 Feb 2015; Mike Frysinger pambase-20150213.ebuild: + Fix typo in SRC_URI #540104 by Patrick Lauer. *pambase-20150213 (14 Feb 2015)
[gentoo-commits] gentoo-x86 commit in dev-db/slony1: slony1-2.2.1.ebuild slony1-2.1.4.ebuild slony1-2.2.2.ebuild slony1-2.2.4.ebuild slony1-2.2.0.ebuild slony1-2.1.3.ebuild slony1-2.2.3.ebuild ChangeL
patrick 15/02/15 09:01:19 Modified: slony1-2.2.1.ebuild slony1-2.1.4.ebuild slony1-2.2.2.ebuild slony1-2.2.0.ebuild slony1-2.1.3.ebuild slony1-2.2.3.ebuild ChangeLog Added:slony1-2.2.4.ebuild Log: Bump, fix slots for newer postgresql (Portage version: 2.2.17/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.4 dev-db/slony1/slony1-2.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/slony1-2.2.1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/slony1-2.2.1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/slony1-2.2.1.ebuild?r1=1.3&r2=1.4 Index: slony1-2.2.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-2.2.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- slony1-2.2.1.ebuild 28 Dec 2014 15:18:12 - 1.3 +++ slony1-2.2.1.ebuild 15 Feb 2015 09:01:19 - 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-2.2.1.ebuild,v 1.3 2014/12/28 15:18:12 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-2.2.1.ebuild,v 1.4 2015/02/15 09:01:19 patrick Exp $ EAPI="4" @@ -25,8 +25,6 @@ dev-db/postgresql:9.2[server] dev-db/postgresql:9.1[server] dev-db/postgresql:9.0[server] - dev-db/postgresql:8.4[server] - dev-db/postgresql:8.3[server] ) dev-db/postgresql[threads] perl? ( dev-perl/DBD-Pg ) 1.5 dev-db/slony1/slony1-2.1.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/slony1-2.1.4.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/slony1-2.1.4.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/slony1-2.1.4.ebuild?r1=1.4&r2=1.5 Index: slony1-2.1.4.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-2.1.4.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- slony1-2.1.4.ebuild 28 Dec 2014 15:18:12 - 1.4 +++ slony1-2.1.4.ebuild 15 Feb 2015 09:01:19 - 1.5 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-2.1.4.ebuild,v 1.4 2014/12/28 15:18:12 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-2.1.4.ebuild,v 1.5 2015/02/15 09:01:19 patrick Exp $ EAPI="4" @@ -25,8 +25,6 @@ dev-db/postgresql:9.2[server] dev-db/postgresql:9.1[server] dev-db/postgresql:9.0[server] - dev-db/postgresql:8.4[server] - dev-db/postgresql:8.3[server] ) dev-db/postgresql[threads] perl? ( dev-perl/DBD-Pg ) 1.4 dev-db/slony1/slony1-2.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/slony1-2.2.2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/slony1-2.2.2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/slony1-2.2.2.ebuild?r1=1.3&r2=1.4 Index: slony1-2.2.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-2.2.2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- slony1-2.2.2.ebuild 28 Dec 2014 15:18:12 - 1.3 +++ slony1-2.2.2.ebuild 15 Feb 2015 09:01:19 - 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-2.2.2.ebuild,v 1.3 2014/12/28 15:18:12 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-2.2.2.ebuild,v 1.4 2015/02/15 09:01:19 patrick Exp $ EAPI="4" @@ -25,8 +25,6 @@ dev-db/postgresql:9.2[server] dev-db/postgresql:9.1[server] dev-db/postgresql:9.0[server] - dev-db/postgresql:8.4[server] - dev-db/postgresql:8.3[server] ) dev-db/postg
[gentoo-commits] gentoo-x86 commit in dev-python/unidecode: ChangeLog unidecode-0.04.17.ebuild
jer 15/02/15 09:02:40 Modified: ChangeLog unidecode-0.04.17.ebuild Log: Marked ~ppc too. (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613) Revision ChangesPath 1.27 dev-python/unidecode/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 28 Jan 2015 10:26:22 - 1.26 +++ ChangeLog 15 Feb 2015 09:02:40 - 1.27 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/unidecode # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.26 2015/01/28 10:26:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.27 2015/02/15 09:02:40 jer Exp $ + + 15 Feb 2015; Jeroen Roovers unidecode-0.04.17.ebuild: + Marked ~ppc too. 28 Jan 2015; Agostino Sarubbo unidecode-0.04.16.ebuild: Stable for ppc, wrt bug #530110 1.2 dev-python/unidecode/unidecode-0.04.17.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/unidecode-0.04.17.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/unidecode-0.04.17.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/unidecode-0.04.17.ebuild?r1=1.1&r2=1.2 Index: unidecode-0.04.17.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.17.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- unidecode-0.04.17.ebuild20 Dec 2014 07:39:52 - 1.1 +++ unidecode-0.04.17.ebuild15 Feb 2015 09:02:40 - 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.17.ebuild,v 1.1 2014/12/20 07:39:52 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.17.ebuild,v 1.2 2015/02/15 09:02:40 jer Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy pypy2_0 ) @@ -16,7 +16,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~sparc ~x86" S=${WORKDIR}/${MY_P}
[gentoo-commits] gentoo-x86 commit in dev-ml/easy-format: - New directory
aballier15/02/15 09:06:03 Log: Directory /var/cvsroot/gentoo-x86/dev-ml/easy-format added to the repository
[gentoo-commits] gentoo-x86 commit in dev-ml/easy-format: metadata.xml ChangeLog easy-format-1.0.2.ebuild
aballier15/02/15 09:07:18 Added:metadata.xml ChangeLog easy-format-1.0.2.ebuild Log: initial import, ebuild by José Romildo Malaquias, bug #539328 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 160F534A) Revision ChangesPath 1.1 dev-ml/easy-format/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/easy-format/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/easy-format/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml === http://www.gentoo.org/dtd/metadata.dtd";> ml 1.1 dev-ml/easy-format/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/easy-format/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/easy-format/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog === # ChangeLog for dev-ml/easy-format # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-ml/easy-format/ChangeLog,v 1.1 2015/02/15 09:07:18 aballier Exp $ *easy-format-1.0.2 (15 Feb 2015) 15 Feb 2015; Alexis Ballier +easy-format-1.0.2.ebuild, +metadata.xml: initial import, ebuild by José Romildo Malaquias, bug #539328 1.1 dev-ml/easy-format/easy-format-1.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/easy-format/easy-format-1.0.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/easy-format/easy-format-1.0.2.ebuild?rev=1.1&content-type=text/plain Index: easy-format-1.0.2.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ml/easy-format/easy-format-1.0.2.ebuild,v 1.1 2015/02/15 09:07:18 aballier Exp $ EAPI=5 inherit findlib DESCRIPTION="Pretty-printing library for OCaml" HOMEPAGE="http://mjambon.com/easy-format.html"; SRC_URI="http://mjambon.com/releases/${PN}/${P}.tar.gz"; SLOT="0/${PV}" LICENSE="BSD" KEYWORDS="~amd64" IUSE="examples +ocamlopt" RDEPEND="dev-lang/ocaml:=[ocamlopt?]" DEPEND="${RDEPEND}" src_compile() { emake all use ocamlopt && emake opt } src_install() { findlib_src_install dodoc README.md Changes if use examples ; then dodoc -r examples docompress -x /usr/share/doc/${PF}/examples fi }
[gentoo-commits] gentoo-x86 commit in dev-ml/biniou: - New directory
aballier15/02/15 09:14:46 Log: Directory /var/cvsroot/gentoo-x86/dev-ml/biniou added to the repository
[gentoo-commits] gentoo-x86 commit in dev-ml/biniou: metadata.xml ChangeLog biniou-1.0.9.ebuild
aballier15/02/15 09:15:59 Added:metadata.xml ChangeLog biniou-1.0.9.ebuild Log: initial import, ebuild by José Romildo Malaquias, bug #539326 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 160F534A) Revision ChangesPath 1.1 dev-ml/biniou/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/biniou/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/biniou/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml === http://www.gentoo.org/dtd/metadata.dtd";> ml 1.1 dev-ml/biniou/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/biniou/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/biniou/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog === # ChangeLog for dev-ml/biniou # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-ml/biniou/ChangeLog,v 1.1 2015/02/15 09:15:59 aballier Exp $ *biniou-1.0.9 (15 Feb 2015) 15 Feb 2015; Alexis Ballier +biniou-1.0.9.ebuild, +metadata.xml: initial import, ebuild by José Romildo Malaquias, bug #539326 1.1 dev-ml/biniou/biniou-1.0.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/biniou/biniou-1.0.9.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/biniou/biniou-1.0.9.ebuild?rev=1.1&content-type=text/plain Index: biniou-1.0.9.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ml/biniou/biniou-1.0.9.ebuild,v 1.1 2015/02/15 09:15:59 aballier Exp $ EAPI=5 inherit findlib DESCRIPTION="A binary data serialization format inspired by JSON for OCaml" HOMEPAGE="http://mjambon.com/biniou.html"; SRC_URI="http://mjambon.com/releases/${PN}/${P}.tar.gz"; SLOT="0/${PV}" LICENSE="BSD" KEYWORDS="~amd64" IUSE="+ocamlopt" RDEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt?] dev-ml/easy-format:=[ocamlopt?] " DEPEND="${RDEPEND}" src_compile() { emake -j1 all use ocamlopt && emake -j1 opt } src_install() { use ocamlopt && dodir /usr/bin findlib_src_install BINDIR="${ED}"/usr/bin dodoc README.md Changes }
[gentoo-commits] gentoo-x86 commit in dev-python/basemap: basemap-1.0.7-r1.ebuild ChangeLog basemap-1.0.7.ebuild
idella4 15/02/15 09:19:53 Modified: ChangeLog Added:basemap-1.0.7-r1.ebuild Removed: basemap-1.0.7.ebuild Log: revbump; convert -> distutils-r1, restrict test phase (see comments), rm old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) Revision ChangesPath 1.35 dev-python/basemap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/basemap/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/basemap/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/basemap/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/basemap/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 2 Feb 2015 14:48:08 - 1.34 +++ ChangeLog 15 Feb 2015 09:19:53 - 1.35 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/basemap # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/basemap/ChangeLog,v 1.34 2015/02/02 14:48:08 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/basemap/ChangeLog,v 1.35 2015/02/15 09:19:53 idella4 Exp $ + +*basemap-1.0.7-r1 (15 Feb 2015) + + 15 Feb 2015; Ian Delaney +basemap-1.0.7-r1.ebuild, + -basemap-1.0.7.ebuild: + revbump; convert -> distutils-r1, restrict test phase (see comments), rm old 02 Feb 2015; Manuel Rüger -basemap-1.0.6.ebuild: Remove old. 1.1 dev-python/basemap/basemap-1.0.7-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/basemap/basemap-1.0.7-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/basemap/basemap-1.0.7-r1.ebuild?rev=1.1&content-type=text/plain Index: basemap-1.0.7-r1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/basemap/basemap-1.0.7-r1.ebuild,v 1.1 2015/02/15 09:19:53 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="matplotlib toolkit to plot map projections" HOMEPAGE="http://matplotlib.sourceforge.net/basemap/doc/html/ http://pypi.python.org/pypi/basemap"; SRC_URI="mirror://sourceforge/matplotlib/${P}.tar.gz" IUSE="examples test" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" LICENSE="MIT GPL-2" CDEPEND="sci-libs/shapelib >=dev-python/matplotlib-0.98[${PYTHON_USEDEP}] >=sci-libs/geos-3.3.1[python,${PYTHON_USEDEP}]" DEPEND="${CDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="${CDEPEND} >=dev-python/pupynere-1.0.8[${PYTHON_USEDEP}] dev-python/httplib2[${PYTHON_USEDEP}] dev-python/dap[${PYTHON_USEDEP}]" DOCS="FAQ API_CHANGES" #REQUIRED_USE="test? ( examples )" # The test phase ought never have been onvoked according to the above. # The test phase appears to require the package to fist be emerged, which ... # Until the distutils_install_for_testing func refrains from failing with # mkdir: cannot create directory ‘/test’: Permission denied # reluctantly this phase is assigned RESTRICT="test" src_prepare() { sed -i \ -e "s:/usr:${EPREFIX}/usr:g" \ setup.py || die # use /usr/share/data sed -i \ -e "/_datadir.*=.*join/s|\(.*datadir.*=\).*|\1'${EROOT}usr/share/${PN}'|g" \ "${S}"/lib/mpl_toolkits/basemap/*.py || die distutils-r1_src_prepare } #src_test() { # distutils_install_for_testing #} python_install() { distutils-r1_python_install # --install-data="${EPREFIX}/usr/share/${PN}" on testing is found not to work; # setup.py is a mess. Someone care to patch setup.py please proceed; substitute with insinto usr/share/basemap/ doins lib/mpl_toolkits/basemap/data/* # clean up collision with matplotlib rm -f "${D}$(python_get_sitedir)/mpl_toolkits/__init__.py" # respect FHS rm -fr "${D}$(python_get_sitedir)/mpl_toolkits/basemap/data" } python_install_all() { use examples && local EXAMPLES=( examples/. ) distutils-r1_python_install_all }
[gentoo-commits] gentoo-x86 commit in dev-ml/yojson: - New directory
aballier15/02/15 09:22:33 Log: Directory /var/cvsroot/gentoo-x86/dev-ml/yojson added to the repository
[gentoo-commits] gentoo-x86 commit in sys-devel/gdb: gdb-7.8.2.ebuild ChangeLog
vapier 15/02/15 09:22:55 Modified: ChangeLog Added:gdb-7.8.2.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key D2E96200) Revision ChangesPath 1.286sys-devel/gdb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?rev=1.286&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?rev=1.286&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?r1=1.285&r2=1.286 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v retrieving revision 1.285 retrieving revision 1.286 diff -u -r1.285 -r1.286 --- ChangeLog 13 Feb 2015 21:51:02 - 1.285 +++ ChangeLog 15 Feb 2015 09:22:55 - 1.286 @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/gdb # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.285 2015/02/13 21:51:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.286 2015/02/15 09:22:55 vapier Exp $ + +*gdb-7.8.2 (15 Feb 2015) + + 15 Feb 2015; Mike Frysinger +gdb-7.8.2.ebuild: + Version bump. 13 Feb 2015; Mike Frysinger gdb-7.8.1.ebuild, gdb-.ebuild: 1.1 sys-devel/gdb/gdb-7.8.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.8.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.8.2.ebuild?rev=1.1&content-type=text/plain Index: gdb-7.8.2.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.8.2.ebuild,v 1.1 2015/02/15 09:22:55 vapier Exp $ EAPI="4" PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit flag-o-matic eutils python-single-r1 export CTARGET=${CTARGET:-${CHOST}} if [[ ${CTARGET} == ${CHOST} ]] ; then if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then export CTARGET=${CATEGORY/cross-} fi fi is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; } RPM= MY_PV=${PV} case ${PV} in *.*.*.*.*.*) # fedora version: gdb-6.8.50.20090302-8.fc11.src.rpm inherit versionator rpm gvcr() { get_version_component_range "$@"; } MY_PV=$(gvcr 1-4) RPM="${PN}-${MY_PV}-$(gvcr 5).fc$(gvcr 6).src.rpm" SRC_URI="mirror://fedora/development/source/SRPMS/${RPM}" ;; *.*.50.*) # weekly snapshots SRC_URI="ftp://sourceware.org/pub/gdb/snapshots/current/gdb-weekly-${PV}.tar.bz2"; ;; *) # live git tree EGIT_REPO_URI="git://sourceware.org/git/binutils-gdb.git" inherit git-2 SRC_URI="" ;; *) # Normal upstream release SRC_URI="mirror://gnu/gdb/${P}.tar.xz ftp://sourceware.org/pub/gdb/releases/${P}.tar.xz"; ;; esac PATCH_VER="" DESCRIPTION="GNU debugger" HOMEPAGE="http://sourceware.org/gdb/"; SRC_URI="${SRC_URI} ${PATCH_VER:+mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz}" LICENSE="GPL-2 LGPL-2" SLOT="0" if [[ ${PV} != * ]] ; then KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi IUSE="+client expat lzma multitarget nls +python +server test vanilla zlib" REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) || ( client server ) " RDEPEND="server? ( !dev-util/gdbserver ) client? ( >=sys-libs/ncurses-5.2-r2 sys-libs/readline expat? ( dev-libs/expat ) lzma? ( app-arch/xz-utils ) python? ( ${PYTHON_DEPS} ) zlib? ( sys-libs/zlib ) )" DEPEND="${RDEPEND} app-arch/xz-utils client? ( virtual/yacc test? ( dev-util/dejagnu ) nls? ( sys-devel/gettext ) )" S=${WORKDIR}/${PN}-${MY_PV} pkg_setup() { use python && python-single-r1_pkg_setup } src_prepare() { [[ -n ${RPM} ]] && rpm_spec_epatch "${WORKDIR}"/gdb.spec use vanilla || [[ -n ${PATCH_VER} ]] && EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patch epatch_user strip-linguas -u bfd/po opcodes/po } gdb_branding() { printf "Gentoo ${PV} " if ! use vanilla && [[ -n ${PATCH_VER} ]] ; then printf "p${PATCH_VER}" else printf "vanilla" fi } src_configure() { strip-unsupported-flags local myconf=( --with-pkgversion="$(gdb_branding)"
[gentoo-commits] gentoo-x86 commit in dev-ml/yojson: metadata.xml ChangeLog yojson-1.2.0.ebuild
aballier15/02/15 09:27:34 Added:metadata.xml ChangeLog yojson-1.2.0.ebuild Log: initial import, ebuild by José Romildo Malaquias, bug #539330 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 160F534A) Revision ChangesPath 1.1 dev-ml/yojson/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/yojson/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/yojson/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml === http://www.gentoo.org/dtd/metadata.dtd";> ml 1.1 dev-ml/yojson/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/yojson/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/yojson/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog === # ChangeLog for dev-ml/yojson # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-ml/yojson/ChangeLog,v 1.1 2015/02/15 09:27:34 aballier Exp $ *yojson-1.2.0 (15 Feb 2015) 15 Feb 2015; Alexis Ballier +yojson-1.2.0.ebuild, +metadata.xml: initial import, ebuild by José Romildo Malaquias, bug #539330 1.1 dev-ml/yojson/yojson-1.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/yojson/yojson-1.2.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/yojson/yojson-1.2.0.ebuild?rev=1.1&content-type=text/plain Index: yojson-1.2.0.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ml/yojson/yojson-1.2.0.ebuild,v 1.1 2015/02/15 09:27:34 aballier Exp $ EAPI=5 inherit findlib DESCRIPTION="JSON parsing and pretty-printing library for OCaml" HOMEPAGE="http://mjambon.com/yojson.html"; SRC_URI="https://github.com/mjambon/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0/${PV}" LICENSE="BSD" KEYWORDS="~amd64" IUSE="examples" RDEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt] dev-ml/easy-format:=[ocamlopt] dev-ml/biniou:=[ocamlopt] " DEPEND="${RDEPEND} dev-ml/cppo " src_compile() { emake -j1 } src_install() { dodir /usr/bin findlib_src_install BINDIR="${ED}"/usr/bin dodoc README.md Changes if use examples ; then dodoc -r examples docompress -x /usr/share/doc/${PF}/examples fi }
[gentoo-commits] gentoo-x86 commit in app-misc/wyrd: ChangeLog wyrd-1.4.6.ebuild
aballier15/02/15 09:29:43 Modified: ChangeLog wyrd-1.4.6.ebuild Log: fix deps with ocaml 4.02, bug #537252 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 160F534A) Revision ChangesPath 1.25 app-misc/wyrd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wyrd/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wyrd/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wyrd/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-misc/wyrd/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 3 Feb 2013 16:20:46 - 1.24 +++ ChangeLog 15 Feb 2015 09:29:43 - 1.25 @@ -1,6 +1,9 @@ # ChangeLog for app-misc/wyrd -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/wyrd/ChangeLog,v 1.24 2013/02/03 16:20:46 tove Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/wyrd/ChangeLog,v 1.25 2015/02/15 09:29:43 aballier Exp $ + + 15 Feb 2015; Alexis Ballier wyrd-1.4.6.ebuild: + fix deps with ocaml 4.02, bug #537252 *wyrd-1.4.6 (03 Feb 2013) 1.2 app-misc/wyrd/wyrd-1.4.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wyrd/wyrd-1.4.6.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wyrd/wyrd-1.4.6.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wyrd/wyrd-1.4.6.ebuild?r1=1.1&r2=1.2 Index: wyrd-1.4.6.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-misc/wyrd/wyrd-1.4.6.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- wyrd-1.4.6.ebuild 3 Feb 2013 16:20:46 - 1.1 +++ wyrd-1.4.6.ebuild 15 Feb 2015 09:29:43 - 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/wyrd/wyrd-1.4.6.ebuild,v 1.1 2013/02/03 16:20:46 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/wyrd/wyrd-1.4.6.ebuild,v 1.2 2015/02/15 09:29:43 aballier Exp $ EAPI=5 @@ -16,6 +16,7 @@ RDEPEND=" sys-libs/ncurses[unicode?] >=app-misc/remind-03.01 + || ( dev-ml/camlp4:=
[gentoo-commits] gentoo-x86 commit in games-simulation/pmars-sdl: pmars-sdl-0.9.2e.ebuild ChangeLog
mr_bones_15/02/15 09:35:24 Modified: pmars-sdl-0.9.2e.ebuild ChangeLog Log: EAPI=5; update HOMEPAGE (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.15 games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild?r1=1.14&r2=1.15 Index: pmars-sdl-0.9.2e.ebuild === RCS file: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- pmars-sdl-0.9.2e.ebuild 12 Jan 2011 17:46:58 - 1.14 +++ pmars-sdl-0.9.2e.ebuild 15 Feb 2015 09:35:24 - 1.15 @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v 1.14 2011/01/12 17:46:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v 1.15 2015/02/15 09:35:24 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit toolchain-funcs games MY_PN="${PN/-sdl/}" @@ -10,8 +10,8 @@ MY_P="${MY_PN}-${MY_PV}" DESCRIPTION="Portable redcode simulator's sdl port for core war" -HOMEPAGE="http://www.cs.helsinki.fi/u/jpihlaja/cw/pmars-sdl"; -SRC_URI="http://www.cs.helsinki.fi/u/jpihlaja/cw/pmars-sdl/${MY_P}.tar.gz"; +HOMEPAGE="http://corewar.co.uk/pihlaja/pmars-sdl/"; +SRC_URI="http://corewar.co.uk/pihlaja/pmars-sdl/${MY_P}.tar.gz"; LICENSE="BSD GPL-2" SLOT="0" @@ -64,7 +64,7 @@ } src_install() { - dogamesbin src/${MY_PN} || die + dogamesbin src/${MY_PN} doman doc/${MY_PN}.6 dodoc AUTHORS CONTRIB ChangeLog README doc/redcode.ref 1.11 games-simulation/pmars-sdl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/pmars-sdl/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/pmars-sdl/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/pmars-sdl/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 18 Oct 2010 19:16:34 - 1.10 +++ ChangeLog 15 Feb 2015 09:35:24 - 1.11 @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/pmars-sdl -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/ChangeLog,v 1.10 2010/10/18 19:16:34 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/ChangeLog,v 1.11 2015/02/15 09:35:24 mr_bones_ Exp $ + + 15 Feb 2015; Michael Sterrett pmars-sdl-0.9.2e.ebuild: + EAPI=5; update HOMEPAGE 18 Oct 2010; Michael Sterrett pmars-sdl-0.9.2e.ebuild: @@ -36,4 +39,3 @@ pmars-sdl-0.9.2e.ebuild: initial commit; ebuild based on the one submitted by Andreas Scholta via bug #40738 -
[gentoo-commits] gentoo-x86 commit in net-misc/dropbear: dropbear-2015.67.ebuild ChangeLog
vapier 15/02/15 09:39:49 Modified: ChangeLog Added:dropbear-2015.67.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key D2E96200) Revision ChangesPath 1.121net-misc/dropbear/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dropbear/ChangeLog?rev=1.121&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dropbear/ChangeLog?rev=1.121&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dropbear/ChangeLog?r1=1.120&r2=1.121 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-misc/dropbear/ChangeLog,v retrieving revision 1.120 retrieving revision 1.121 diff -u -r1.120 -r1.121 --- ChangeLog 23 Oct 2014 19:10:55 - 1.120 +++ ChangeLog 15 Feb 2015 09:39:49 - 1.121 @@ -1,6 +1,11 @@ # ChangeLog for net-misc/dropbear -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dropbear/ChangeLog,v 1.120 2014/10/23 19:10:55 vapier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/dropbear/ChangeLog,v 1.121 2015/02/15 09:39:49 vapier Exp $ + +*dropbear-2015.67 (15 Feb 2015) + + 15 Feb 2015; Mike Frysinger +dropbear-2015.67.ebuild: + Version bump. *dropbear-2014.66 (23 Oct 2014) 1.1 net-misc/dropbear/dropbear-2015.67.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dropbear/dropbear-2015.67.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dropbear/dropbear-2015.67.ebuild?rev=1.1&content-type=text/plain Index: dropbear-2015.67.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/dropbear/dropbear-2015.67.ebuild,v 1.1 2015/02/15 09:39:49 vapier Exp $ EAPI="4" inherit eutils savedconfig pam user DESCRIPTION="small SSH 2 client/server designed for small memory environments" HOMEPAGE="http://matt.ucc.asn.au/dropbear/dropbear.html"; SRC_URI="http://matt.ucc.asn.au/dropbear/releases/${P}.tar.bz2 http://matt.ucc.asn.au/dropbear/testing/${P}.tar.bz2"; LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="bsdpty minimal multicall pam +shadow static syslog zlib" LIB_DEPEND="zlib? ( sys-libs/zlib[static-libs(+)] ) dev-libs/libtommath[static-libs(+)]" RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} ) pam? ( virtual/pam )" DEPEND="${RDEPEND} static? ( ${LIB_DEPEND} )" RDEPEND+=" pam? ( >=sys-auth/pambase-20080219.1 )" REQUIRED_USE="pam? ( !static )" set_options() { progs=( dropbear dbclient dropbearkey $(usex minimal "" "dropbearconvert scp") ) makeopts=( MULTI=$(usex multicall 1 0) STATIC=$(usex static 1 0) ) } src_prepare() { epatch "${FILESDIR}"/${PN}-0.46-dbscp.patch sed -i \ -e '/SFTPSERVER_PATH/s:".*":"/usr/lib/misc/sftp-server":' \ options.h || die sed -i \ -e '/pam_start/s:sshd:dropbear:' \ svr-authpam.c || die restore_config options.h } src_configure() { # XXX: Need to add libtomcrypt to the tree and re-enable this. # --disable-bundled-libtom econf \ $(use_enable zlib) \ $(use_enable pam) \ $(use_enable !bsdpty openpty) \ $(use_enable shadow) \ $(use_enable syslog) } src_compile() { set_options emake "${makeopts[@]}" PROGRAMS="${progs[*]}" } src_install() { set_options emake "${makeopts[@]}" PROGRAMS="${progs[*]}" DESTDIR="${D}" install doman *.8 newinitd "${FILESDIR}"/dropbear.init.d dropbear newconfd "${FILESDIR}"/dropbear.conf.d dropbear dodoc CHANGES README TODO SMALL MULTI # The multi install target does not install the links right. if use multicall ; then cd "${ED}"/usr/bin local x for x in "${progs[@]}" ; do ln -sf dropbearmulti ${x} || die "ln -s dropbearmulti to ${x} failed" done rm -f dropbear dodir /usr/sbin dosym ../bin/dropbearmulti /usr/sbin/dropbear cd "${S}" fi save_config options.h if ! use minimal ; then mv "${ED}"/usr/bin/{,db}scp || die fi pamd_mimic system-remote-login dropbear auth account passw
[gentoo-commits] gentoo-x86 commit in dev-ruby/power_assert: ChangeLog power_assert-0.2.2.ebuild
graaff 15/02/15 09:47:27 Modified: ChangeLog power_assert-0.2.2.ebuild Log: Add keywords from dev-lang/ruby since this code was already bundled there. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) Revision ChangesPath 1.3 dev-ruby/power_assert/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/power_assert/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/power_assert/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/power_assert/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/power_assert/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 26 Jan 2015 08:34:39 - 1.2 +++ ChangeLog 15 Feb 2015 09:47:27 - 1.3 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/power_assert # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/power_assert/ChangeLog,v 1.2 2015/01/26 08:34:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/power_assert/ChangeLog,v 1.3 2015/02/15 09:47:27 graaff Exp $ + + 15 Feb 2015; Hans de Graaff power_assert-0.2.2.ebuild: + Add keywords from dev-lang/ruby since this code was already bundled there. 26 Jan 2015; Jeroen Roovers power_assert-0.2.2.ebuild: Marked ~hppa (bug #537838). 1.3 dev-ruby/power_assert/power_assert-0.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/power_assert/power_assert-0.2.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/power_assert/power_assert-0.2.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/power_assert/power_assert-0.2.2.ebuild?r1=1.2&r2=1.3 Index: power_assert-0.2.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/power_assert/power_assert-0.2.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- power_assert-0.2.2.ebuild 26 Jan 2015 08:34:39 - 1.2 +++ power_assert-0.2.2.ebuild 15 Feb 2015 09:47:27 - 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/power_assert/power_assert-0.2.2.ebuild,v 1.2 2015/01/26 08:34:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/power_assert/power_assert-0.2.2.ebuild,v 1.3 2015/02/15 09:47:27 graaff Exp $ EAPI=5 USE_RUBY="ruby20 ruby21 ruby22" @@ -14,7 +14,8 @@ HOMEPAGE="https://github.com/k-tsj/power_assert"; LICENSE="|| ( Ruby BSD-2 )" -KEYWORDS="~amd64 ~hppa" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" + SLOT="0" IUSE=""
[gentoo-commits] gentoo-x86 commit in dev-ruby/test-unit: ChangeLog test-unit-3.0.9.ebuild
graaff 15/02/15 09:49:03 Modified: ChangeLog Removed: test-unit-3.0.9.ebuild Log: Remove broken version. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) Revision ChangesPath 1.109dev-ruby/test-unit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/ChangeLog?rev=1.109&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/ChangeLog?rev=1.109&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/ChangeLog?r1=1.108&r2=1.109 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v retrieving revision 1.108 retrieving revision 1.109 diff -u -r1.108 -r1.109 --- ChangeLog 27 Jan 2015 19:24:46 - 1.108 +++ ChangeLog 15 Feb 2015 09:49:03 - 1.109 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/test-unit # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.108 2015/01/27 19:24:46 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.109 2015/02/15 09:49:03 graaff Exp $ + + 15 Feb 2015; Hans de Graaff -test-unit-3.0.9.ebuild: + Remove broken version. *test-unit-3.0.9-r1 (27 Jan 2015)
[gentoo-commits] gentoo-x86 commit in dev-ruby/test-unit: test-unit-3.0.9-r1.ebuild ChangeLog
graaff 15/02/15 09:51:19 Modified: test-unit-3.0.9-r1.ebuild ChangeLog Log: Add keywords from dev-lang/ruby since this code was already bundled there. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) Revision ChangesPath 1.2 dev-ruby/test-unit/test-unit-3.0.9-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/test-unit-3.0.9-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/test-unit-3.0.9-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/test-unit-3.0.9-r1.ebuild?r1=1.1&r2=1.2 Index: test-unit-3.0.9-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/test-unit-3.0.9-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- test-unit-3.0.9-r1.ebuild 27 Jan 2015 19:24:46 - 1.1 +++ test-unit-3.0.9-r1.ebuild 15 Feb 2015 09:51:19 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/test-unit-3.0.9-r1.ebuild,v 1.1 2015/01/27 19:24:46 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/test-unit-3.0.9-r1.ebuild,v 1.2 2015/02/15 09:51:19 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" @@ -22,7 +22,7 @@ LICENSE="|| ( Ruby GPL-2 ) PSF-2" SLOT="2" -KEYWORDS="~amd64 ~hppa" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="doc test" # power_assert does not work with ruby19 but is not needed for backward 1.110dev-ruby/test-unit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/ChangeLog?rev=1.110&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/ChangeLog?rev=1.110&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/ChangeLog?r1=1.109&r2=1.110 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v retrieving revision 1.109 retrieving revision 1.110 diff -u -r1.109 -r1.110 --- ChangeLog 15 Feb 2015 09:49:03 - 1.109 +++ ChangeLog 15 Feb 2015 09:51:19 - 1.110 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/test-unit # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.109 2015/02/15 09:49:03 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.110 2015/02/15 09:51:19 graaff Exp $ + + 15 Feb 2015; Hans de Graaff test-unit-3.0.9-r1.ebuild: + Add keywords from dev-lang/ruby since this code was already bundled there. 15 Feb 2015; Hans de Graaff -test-unit-3.0.9.ebuild: Remove broken version.
[gentoo-commits] proj/devmanual:master commit in: function-reference/query-functions/
commit: cacfdb329a8e98356a37f5a6e6c99fb4398d6221 Author: yac blesmrt net> AuthorDate: Sun Feb 15 07:37:36 2015 + Commit: Markos Chandras gentoo org> CommitDate: Sun Feb 15 07:37:36 2015 + URL: http://sources.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=cacfdb32 Fix factual error --- function-reference/query-functions/text.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/function-reference/query-functions/text.xml b/function-reference/query-functions/text.xml index 67d4315..f53963d 100644 --- a/function-reference/query-functions/text.xml +++ b/function-reference/query-functions/text.xml @@ -96,7 +96,8 @@ query variables and similar state. best_version pkg - Echoes the highest version of pkg which is currently installed. + Echoes the highest versioned atom of pkg which is currently + installed.
[gentoo-commits] proj/devmanual:master commit in: function-reference/query-functions/
commit: a0d88ff5f5337d40905e7f4a87659b89578cd12b Author: yac blesmrt net> AuthorDate: Sun Feb 15 07:12:48 2015 + Commit: Markos Chandras gentoo org> CommitDate: Sun Feb 15 07:12:48 2015 + URL: http://sources.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=a0d88ff5 Replace weasel word with proper description --- function-reference/query-functions/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function-reference/query-functions/text.xml b/function-reference/query-functions/text.xml index dc88b9d..67d4315 100644 --- a/function-reference/query-functions/text.xml +++ b/function-reference/query-functions/text.xml @@ -96,7 +96,7 @@ query variables and similar state. best_version pkg - Echoes the 'best' version of pkg which is currently installed. + Echoes the highest version of pkg which is currently installed.
[gentoo-commits] proj/devmanual:master commit in: /
commit: 30e12386b9343941e47d35b56617c4b7c0b43dda Author: Markos Chandras gentoo org> AuthorDate: Sun Feb 15 09:51:49 2015 + Commit: Markos Chandras gentoo org> CommitDate: Sun Feb 15 09:51:49 2015 + URL: http://sources.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=30e12386 Merge pull request #26 from yaccz/fix-best_version-weasel-word Replace weasel word with proper description function-reference/query-functions/text.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
[gentoo-commits] proj/ruby-scripts:master commit in: patchsets/patches-2.2.0-r1/
commit: 0f0262b54f664890657a7b5ac854913dcc121526 Author: Hans de Graaff degraaff org> AuthorDate: Sun Feb 15 09:55:16 2015 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Feb 15 09:55:16 2015 + URL: http://sources.gentoo.org/gitweb/?p=proj/ruby-scripts.git;a=commit;h=0f0262b5 Add ruby 2.2.0-r1 patchset. --- patchsets/patches-2.2.0-r1/004_gfbsd7.patch| 37 ++ .../patches-2.2.0-r1/005_no-undefined-ext.patch| 11 +++ patchsets/patches-2.2.0-r1/009_no-gems.patch | 80 ++ 3 files changed, 128 insertions(+) diff --git a/patchsets/patches-2.2.0-r1/004_gfbsd7.patch b/patchsets/patches-2.2.0-r1/004_gfbsd7.patch new file mode 100644 index 000..450d714 --- /dev/null +++ b/patchsets/patches-2.2.0-r1/004_gfbsd7.patch @@ -0,0 +1,37 @@ +--- configure.in.orig 2013-05-05 19:36:02.800254192 +0200 configure.in 2013-05-05 19:37:56.573346196 +0200 +@@ -2156,7 +2156,7 @@ + fi + + AS_CASE(["$target_os"], +-[linux* | gnu* | k*bsd*-gnu | bsdi* | kopensolaris*-gnu | nacl], [ ++[linux* | gnu* | k*bsd*-gnu | bsdi* | kopensolaris*-gnu | nacl | freebsd* | dragonfly*], [ + if test "$rb_cv_binary_elf" = no; then + with_dln_a_out=yes + else +@@ -2249,7 +2249,7 @@ + [bsdi3*], [ AS_CASE(["$CC"], + [*shlicc*], [ : ${LDSHARED='$(CC) -r'} + rb_cv_dlopen=yes])], +- [linux* | gnu* | k*bsd*-gnu | netbsd* | bsdi* | kopensolaris*-gnu], [ ++ [linux* | gnu* | k*bsd*-gnu | netbsd* | bsdi* | kopensolaris*-gnu | freebsd7*], [ + : ${LDSHARED='$(CC) -shared'} + if test "$rb_cv_binary_elf" = yes; then + LDFLAGS="$LDFLAGS -Wl,-export-dynamic" +@@ -2262,7 +2262,6 @@ + [freebsd*|dragonfly*], [ + : ${LDSHARED='$(CC) -shared'} + if test "$rb_cv_binary_elf" = yes; then +- LDFLAGS="$LDFLAGS -rdynamic" + DLDFLAGS="$DLDFLAGS "'-Wl,-soname,$@' + else + test "$GCC" = yes && test "$rb_cv_prog_gnu_ld" = yes || LDSHARED='$(LD) -Bshareable' +@@ -2638,7 +2637,7 @@ + [sunos4*], [ + LIBRUBY_ALIASES='lib$(RUBY_SO_NAME).so.$(MAJOR).$(MINOR) lib$(RUBY_SO_NAME).so' + ], +-[linux* | gnu* | k*bsd*-gnu | atheos* | kopensolaris*-gnu], [ ++[linux* | gnu* | k*bsd*-gnu | atheos* | kopensolaris*-gnu | freebsd7*], [ + LIBRUBY_DLDFLAGS='-Wl,-soname,lib$(RUBY_SO_NAME).so.$(MAJOR).$(MINOR)'" $LDFLAGS_OPTDIR" + LIBRUBY_ALIASES='lib$(RUBY_SO_NAME).so.$(MAJOR).$(MINOR) lib$(RUBY_SO_NAME).so' + if test "$load_relative" = yes; then diff --git a/patchsets/patches-2.2.0-r1/005_no-undefined-ext.patch b/patchsets/patches-2.2.0-r1/005_no-undefined-ext.patch new file mode 100644 index 000..f279932 --- /dev/null +++ b/patchsets/patches-2.2.0-r1/005_no-undefined-ext.patch @@ -0,0 +1,11 @@ +--- ruby-1.9.3-preview1.orig/configure.in ruby-1.9.3-preview1/configure.in +@@ -2038,7 +2038,7 @@ if test "$with_dln_a_out" != yes; then + [linux* | gnu* | k*bsd*-gnu | netbsd* | bsdi* | kopensolaris*-gnu], [ + : ${LDSHARED='$(CC) -shared'} + if test "$rb_cv_binary_elf" = yes; then +- LDFLAGS="$LDFLAGS -Wl,-export-dynamic" ++ LDFLAGS="$LDFLAGS -Wl,-export-dynamic -Wl,--no-undefined" + fi + rb_cv_dlopen=yes], + [interix*], [ : ${LDSHARED='$(CC) -shared'} diff --git a/patchsets/patches-2.2.0-r1/009_no-gems.patch b/patchsets/patches-2.2.0-r1/009_no-gems.patch new file mode 100644 index 000..3d69507 --- /dev/null +++ b/patchsets/patches-2.2.0-r1/009_no-gems.patch @@ -0,0 +1,80 @@ +--- tool/rbinstall.rb.~1~ 2014-10-14 14:39:17.0 +0200 tool/rbinstall.rb 2015-02-15 10:20:03.389016953 +0100 +@@ -654,75 +654,11 @@ + # :startdoc: + + install?(:ext, :comm, :gem) do +- $:.unshift(File.join(srcdir, "lib")) +- require("rubygems.rb") +- gem_dir = Gem.default_dir +- directories = Gem.ensure_gem_subdirectories(gem_dir, :mode => $dir_mode) +- prepare "default gems", gem_dir, directories +- +- spec_dir = File.join(gem_dir, directories.grep(/^spec/)[0]) +- default_spec_dir = "#{spec_dir}/default" +- makedirs(default_spec_dir) +- +- gems = {} +- File.foreach(File.join(srcdir, "defs/default_gems")) do |line| +-line.chomp! +-line.sub!(/\s*#.*/, '') +-next if line.empty? +-words = [] +-line.scan(/\G\s*([^\[\]\s]+|\[([^\[\]]*)\])/) do +- words << ($2 ? $2.split : $1) +-end +-name, base_dir, src, execs = *words +-next unless name and base_dir and src +- +-src = File.join(srcdir, src) +-base_dir = File.join(srcdir, base_dir) +-specgen = RbInstall::Specs::Generator.new(name, base_dir, src, execs || []) +-gems[name] ||= specgen +-
[gentoo-commits] gentoo-x86 commit in dev-lang/ruby: ChangeLog ruby-2.2.0-r1.ebuild ruby-2.2.0.ebuild
graaff 15/02/15 09:57:00 Modified: ChangeLog Added:ruby-2.2.0-r1.ebuild Removed: ruby-2.2.0.ebuild Log: Revision bump to also unbundle the gems that get installed as gems, fixing bug 539700. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) Revision ChangesPath 1.700dev-lang/ruby/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?rev=1.700&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?rev=1.700&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?r1=1.699&r2=1.700 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v retrieving revision 1.699 retrieving revision 1.700 diff -u -r1.699 -r1.700 --- ChangeLog 28 Jan 2015 19:26:41 - 1.699 +++ ChangeLog 15 Feb 2015 09:57:00 - 1.700 @@ -1,6 +1,13 @@ # ChangeLog for dev-lang/ruby # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.699 2015/01/28 19:26:41 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.700 2015/02/15 09:57:00 graaff Exp $ + +*ruby-2.2.0-r1 (15 Feb 2015) + + 15 Feb 2015; Hans de Graaff -ruby-2.2.0.ebuild, + +ruby-2.2.0-r1.ebuild: + Revision bump to also unbundle the gems that get installed as gems, fixing + bug 539700. 28 Jan 2015; Michał Górny ruby-2.0.0_p598.ebuild, ruby-2.1.5.ebuild: 1.1 dev-lang/ruby/ruby-2.2.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ruby-2.2.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ruby-2.2.0-r1.ebuild?rev=1.1&content-type=text/plain Index: ruby-2.2.0-r1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.2.0-r1.ebuild,v 1.1 2015/02/15 09:57:00 graaff Exp $ EAPI=5 #PATCHSET=1 inherit autotools eutils flag-o-matic multilib versionator MY_P="${PN}-$(get_version_component_range 1-3)" S=${WORKDIR}/${MY_P} SLOT=$(get_version_component_range 1-2) MY_SUFFIX=$(delete_version_separator 1 ${SLOT}) RUBYVERSION=2.2.0 if [[ -n ${PATCHSET} ]]; then if [[ ${PVR} == ${PV} ]]; then PATCHSET="${PV}-r0.${PATCHSET}" else PATCHSET="${PVR}.${PATCHSET}" fi else PATCHSET="${PVR}" fi DESCRIPTION="An object-oriented scripting language" HOMEPAGE="http://www.ruby-lang.org/"; SRC_URI="mirror://ruby/2.2/${MY_P}.tar.xz http://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2"; LICENSE="|| ( Ruby-BSD BSD-2 )" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="berkdb debug doc examples gdbm ipv6 jemalloc +rdoc rubytests socks5 ssl xemacs ncurses +readline" RDEPEND=" berkdb? ( sys-libs/db ) gdbm? ( sys-libs/gdbm ) jemalloc? ( dev-libs/jemalloc ) ssl? ( dev-libs/openssl ) socks5? ( >=net-proxy/dante-1.1.13 ) ncurses? ( sys-libs/ncurses ) readline? ( sys-libs/readline ) dev-libs/libyaml virtual/libffi sys-libs/zlib >=app-admin/eselect-ruby-20141227 !https://bugs.gentoo.org/show_bug.cgi?id=500894 local modules="tk" # -fomit-frame-pointer makes ruby segfault, see bug #150413. filter-flags -fomit-frame-pointer # In many places aliasing rules are broken; play it safe # as it's risky with newer compilers to leave it as it is. append-flags -fno-strict-aliasing # SuperH needs this use sh && append-flags -mieee # Socks support via dante if use socks5 ; then # Socks support can't be disabled as long as SOCKS_SERVER is # set and socks library is present, so need to unset # SOCKS_SERVER in that case. unset SOCKS_SERVER fi # Increase GC_MALLOC_LIMIT if set (default is 800) if [ -n "${RUBY_GC_MALLOC_LIMIT}" ] ; then append-flags "-DGC_MALLOC_LIMIT=${RUBY_GC_MALLOC_LIMIT}" fi # ipv6 hack, bug 168939. Needs --enable-ipv6. use ipv6 || myconf="${myconf} --with-lookup-order-hack=INET" # Determine which modules *not* to build depending in the USE flags. if ! use readline ; then modules="${modules},readline" fi if ! use berkdb ; then modules="${modules},dbm" fi if ! use gdbm ; then modules="${modules},gdbm
[gentoo-commits] gentoo-x86 commit in net-analyzer/sec: sec-2.7.7.ebuild ChangeLog sec-2.7.6-r1.ebuild sec-2.7.6.ebuild sec-2.7.5.ebuild
jer 15/02/15 09:59:01 Modified: ChangeLog Added:sec-2.7.7.ebuild sec-2.7.6-r1.ebuild Removed: sec-2.7.6.ebuild sec-2.7.5.ebuild Log: Version bump. Fix sec.pl -> sec in init.d script, /var/run -> /run. (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key A792A613) Revision ChangesPath 1.31 net-analyzer/sec/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sec/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sec/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sec/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-analyzer/sec/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 26 Jan 2015 10:15:31 - 1.30 +++ ChangeLog 15 Feb 2015 09:59:01 - 1.31 @@ -1,6 +1,13 @@ # ChangeLog for net-analyzer/sec # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sec/ChangeLog,v 1.30 2015/01/26 10:15:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sec/ChangeLog,v 1.31 2015/02/15 09:59:01 jer Exp $ + +*sec-2.7.7 (15 Feb 2015) +*sec-2.7.6-r1 (15 Feb 2015) + + 15 Feb 2015; Jeroen Roovers -sec-2.7.5.ebuild, + -sec-2.7.6.ebuild, +sec-2.7.6-r1.ebuild, +sec-2.7.7.ebuild, files/sec.init.d: + Version bump. Fix sec.pl -> sec in init.d script, /var/run -> /run. 26 Jan 2015; Agostino Sarubbo sec-2.7.6.ebuild: Stable for x86, wrt bug #535540 1.1 net-analyzer/sec/sec-2.7.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sec/sec-2.7.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sec/sec-2.7.7.ebuild?rev=1.1&content-type=text/plain Index: sec-2.7.7.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/sec/sec-2.7.7.ebuild,v 1.1 2015/02/15 09:59:01 jer Exp $ EAPI=5 DESCRIPTION="Simple Event Correlator" HOMEPAGE="http://simple-evcorr.sourceforge.net/"; SRC_URI="mirror://sourceforge/simple-evcorr/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux" RDEPEND=">=dev-lang/perl-5.8.0" src_install() { dobin sec dodoc ChangeLog README docinto contrib dodoc contrib/{itostream.c,convert.pl,swatch2sec.pl} newman sec.man sec.1 newinitd "${FILESDIR}"/sec.init.d sec newconfd "${FILESDIR}"/sec.conf.d sec } 1.1 net-analyzer/sec/sec-2.7.6-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sec/sec-2.7.6-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sec/sec-2.7.6-r1.ebuild?rev=1.1&content-type=text/plain Index: sec-2.7.6-r1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/sec/sec-2.7.6-r1.ebuild,v 1.1 2015/02/15 09:59:01 jer Exp $ EAPI=5 DESCRIPTION="Simple Event Correlator" HOMEPAGE="http://simple-evcorr.sourceforge.net/"; SRC_URI="mirror://sourceforge/simple-evcorr/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc x86 ~amd64-linux" RDEPEND=">=dev-lang/perl-5.8.0" src_install() { dobin sec dodoc ChangeLog README docinto contrib dodoc contrib/{itostream.c,convert.pl,swatch2sec.pl} newman sec.man sec.1 newinitd "${FILESDIR}"/sec.init.d sec newconfd "${FILESDIR}"/sec.conf.d sec }
[gentoo-commits] gentoo-x86 commit in net-analyzer/sec/files: sec.init.d
jer 15/02/15 09:59:01 Modified: sec.init.d Log: Version bump. Fix sec.pl -> sec in init.d script, /var/run -> /run. (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key A792A613) Revision ChangesPath 1.2 net-analyzer/sec/files/sec.init.d file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sec/files/sec.init.d?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sec/files/sec.init.d?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sec/files/sec.init.d?r1=1.1&r2=1.2 Index: sec.init.d === RCS file: /var/cvsroot/gentoo-x86/net-analyzer/sec/files/sec.init.d,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sec.init.d 16 Dec 2006 22:29:51 - 1.1 +++ sec.init.d 15 Feb 2015 09:59:01 - 1.2 @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sec/files/sec.init.d,v 1.1 2006/12/16 22:29:51 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sec/files/sec.init.d,v 1.2 2015/02/15 09:59:01 jer Exp $ depend() { use logger @@ -18,8 +18,8 @@ start() { checkconfig || return 1 ebegin "Starting sec" - start-stop-daemon --start --quiet --exec /usr/bin/sec.pl \ - -- -pid=/var/run/sec.pid \ + start-stop-daemon --start --quiet --exec /usr/bin/sec \ + -- -pid=/run/sec.pid \ -detach -log=/var/log/sec.log \ -conf=/etc/sec.conf \ ${INPUT_FILES} \ @@ -30,7 +30,7 @@ stop() { ebegin "Stopping sec" - start-stop-daemon --stop --quiet --pidfile /var/run/sec.pid + start-stop-daemon --stop --quiet --pidfile /run/sec.pid eend $? }
[gentoo-commits] gentoo-x86 commit in net-libs/libtrace: libtrace-3.0.22.ebuild ChangeLog libtrace-3.0.20.ebuild
jer 15/02/15 10:06:49 Modified: ChangeLog Added:libtrace-3.0.22.ebuild Removed: libtrace-3.0.20.ebuild Log: Version bump. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision ChangesPath 1.15 net-libs/libtrace/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libtrace/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libtrace/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libtrace/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-libs/libtrace/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 19 Jan 2015 16:07:45 - 1.14 +++ ChangeLog 15 Feb 2015 10:06:49 - 1.15 @@ -1,6 +1,12 @@ # ChangeLog for net-libs/libtrace # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtrace/ChangeLog,v 1.14 2015/01/19 16:07:45 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtrace/ChangeLog,v 1.15 2015/02/15 10:06:49 jer Exp $ + +*libtrace-3.0.22 (15 Feb 2015) + + 15 Feb 2015; Jeroen Roovers -libtrace-3.0.20.ebuild, + +libtrace-3.0.22.ebuild: + Version bump. 19 Jan 2015; Tim Harder metadata.xml: Drop myself from metadata. 1.1 net-libs/libtrace/libtrace-3.0.22.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libtrace/libtrace-3.0.22.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libtrace/libtrace-3.0.22.ebuild?rev=1.1&content-type=text/plain Index: libtrace-3.0.22.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/libtrace/libtrace-3.0.22.ebuild,v 1.1 2015/02/15 10:06:49 jer Exp $ EAPI=5 inherit autotools eutils DESCRIPTION="A library and tools for trace processing" HOMEPAGE="http://research.wand.net.nz/software/libtrace.php"; SRC_URI="http://research.wand.net.nz/software/${PN}/${P}.tar.bz2"; LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="bzip2 doc lzo ncurses static-libs zlib" RDEPEND=">=net-libs/libpcap-0.8 ncurses? ( sys-libs/ncurses ) bzip2? ( app-arch/bzip2 ) zlib? ( sys-libs/zlib ) lzo? ( dev-libs/lzo )" DEPEND="${RDEPEND} app-doc/doxygen sys-devel/flex virtual/yacc virtual/pkgconfig" src_prepare() { epatch \ "${FILESDIR}"/${PN}-3.0.20-autoconf-1.13.patch \ "${FILESDIR}"/${PN}-3.0.20-no-examples.patch \ "${FILESDIR}"/${PN}-3.0.20-tinfo.patch eautoreconf } src_configure() { econf \ --with-man \ $(use_enable static-libs static) \ $(use_with ncurses) \ $(use_with bzip2) \ $(use_with zlib) \ $(use_with lzo) } src_install() { default use doc && dohtml docs/doxygen/html/* prune_libtool_files --modules }
[gentoo-commits] gentoo-x86 commit in net-firewall/psad: ChangeLog psad-2.2.5.ebuild
jer 15/02/15 10:09:44 Modified: ChangeLog Added:psad-2.2.5.ebuild Log: Version bump. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision ChangesPath 1.84 net-firewall/psad/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/ChangeLog?rev=1.84&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/ChangeLog?rev=1.84&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/ChangeLog?r1=1.83&r2=1.84 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-firewall/psad/ChangeLog,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- ChangeLog 20 Jan 2015 17:20:27 - 1.83 +++ ChangeLog 15 Feb 2015 10:09:44 - 1.84 @@ -1,6 +1,11 @@ # ChangeLog for net-firewall/psad # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/ChangeLog,v 1.83 2015/01/20 17:20:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/ChangeLog,v 1.84 2015/02/15 10:09:44 jer Exp $ + +*psad-2.2.5 (15 Feb 2015) + + 15 Feb 2015; Jeroen Roovers +psad-2.2.5.ebuild: + Version bump. *psad-2.2.4 (20 Jan 2015) 1.1 net-firewall/psad/psad-2.2.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/psad-2.2.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/psad-2.2.5.ebuild?rev=1.1&content-type=text/plain Index: psad-2.2.5.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-2.2.5.ebuild,v 1.1 2015/02/15 10:09:44 jer Exp $ EAPI=5 #PERL_EXPORT_PHASE_FUNCTIONS=no inherit eutils perl-module toolchain-funcs DESCRIPTION="Port Scanning Attack Detection daemon" SRC_URI="http://www.cipherdyne.org/psad/download/${P}.tar.bz2"; HOMEPAGE="http://www.cipherdyne.org/psad"; SLOT="0" LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" DEPEND="virtual/perl-ExtUtils-MakeMaker" RDEPEND=" dev-perl/Bit-Vector dev-perl/Date-Calc dev-perl/NetAddr-IP dev-perl/Unix-Syslog net-firewall/iptables net-misc/whois virtual/logger virtual/mailx virtual/perl-Storable " src_prepare() { epatch "${FILESDIR}"/${PN}-2.2.4-var-run.patch sed -i \ -e 's|/usr/bin/gcc|$(CC)|g' \ -e 's|-O|$(CFLAGS) $(LDFLAGS)|g' \ Makefile || die # Fix up default paths sed -i \ -e "s:/usr/bin/whois_psad:/usr/bin/whois:g" \ psad.conf || die } src_configure() { default local deps_subdir for deps_subdir in IPTables-Parse IPTables-ChainMgr; do cd "${S}"/deps/${deps_subdir} || die SRC_PREP="no" perl-module_src_configure done } src_compile() { tc-export CC default local deps_subdir for deps_subdir in IPTables-Parse IPTables-ChainMgr; do cd "${S}"/deps/${deps_subdir} || die perl-module_src_compile done } src_install() { newbin pscan psad-pscan insinto /usr dosbin kmsgsd psad psadwatchd newsbin fwcheck_psad.pl fwcheck_psad insinto /etc/psad doins \ *.conf auto_dl icmp{,6}_types ip_options psad_* pf.os posf \ protocols signatures newinitd init-scripts/psad-init.gentoo psad doman *.8 dodoc BENCHMARK CREDITS Change* FW_EXAMPLE_RULES README SCAN_LOG insinto /etc/psad/snort_rules doins deps/snort_rules/* local deps_subdir for deps_subdir in IPTables-Parse IPTables-ChainMgr; do cd "${S}"/deps/${deps_subdir} || die perl-module_src_install done }
[gentoo-commits] gentoo-x86 commit in media-video/noad/files/patches-0.8.x: noad-0.8.6-ffmpeg25.patch
aballier15/02/15 10:22:48 Added:noad-0.8.6-ffmpeg25.patch Log: fix build with ffmpeg 2.5, bug #540090 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 160F534A) Revision ChangesPath 1.1 media-video/noad/files/patches-0.8.x/noad-0.8.6-ffmpeg25.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/noad/files/patches-0.8.x/noad-0.8.6-ffmpeg25.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/noad/files/patches-0.8.x/noad-0.8.6-ffmpeg25.patch?rev=1.1&content-type=text/plain Index: noad-0.8.6-ffmpeg25.patch === Index: noad-0.8.6/ffmpeg_decoder.cpp === --- noad-0.8.6.orig/ffmpeg_decoder.cpp +++ noad-0.8.6/ffmpeg_decoder.cpp @@ -253,7 +253,11 @@ int FFMPegDecoder::decoder_exit() // close the file if( pFormatCtx ) { +#if LIBAVFORMAT_VERSION_MAJOR < 54 av_close_input_file(pFormatCtx); +#else + avformat_close_input(&pFormatCtx); +#endif pFormatCtx = NULL; } // Close the codec
[gentoo-commits] gentoo-x86 commit in media-video/noad: ChangeLog noad-0.8.6-r1.ebuild
aballier15/02/15 10:22:48 Modified: ChangeLog noad-0.8.6-r1.ebuild Log: fix build with ffmpeg 2.5, bug #540090 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 160F534A) Revision ChangesPath 1.65 media-video/noad/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/noad/ChangeLog?rev=1.65&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/noad/ChangeLog?rev=1.65&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/noad/ChangeLog?r1=1.64&r2=1.65 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-video/noad/ChangeLog,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- ChangeLog 4 Feb 2015 19:36:16 - 1.64 +++ ChangeLog 15 Feb 2015 10:22:48 - 1.65 @@ -1,6 +1,10 @@ # ChangeLog for media-video/noad # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/noad/ChangeLog,v 1.64 2015/02/04 19:36:16 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/noad/ChangeLog,v 1.65 2015/02/15 10:22:48 aballier Exp $ + + 15 Feb 2015; Alexis Ballier noad-0.8.6-r1.ebuild, + +files/patches-0.8.x/noad-0.8.6-ffmpeg25.patch: + fix build with ffmpeg 2.5, bug #540090 04 Feb 2015; Joerg Bornkessel noad-0.8.6-r1.ebuild: stable amd64 x86, wrt bug 538810 1.4 media-video/noad/noad-0.8.6-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/noad/noad-0.8.6-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/noad/noad-0.8.6-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/noad/noad-0.8.6-r1.ebuild?r1=1.3&r2=1.4 Index: noad-0.8.6-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-video/noad/noad-0.8.6-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- noad-0.8.6-r1.ebuild4 Feb 2015 19:36:16 - 1.3 +++ noad-0.8.6-r1.ebuild15 Feb 2015 10:22:48 - 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/media-video/noad/noad-0.8.6-r1.ebuild,v 1.3 2015/02/04 19:36:16 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/noad/noad-0.8.6-r1.ebuild,v 1.4 2015/02/15 10:22:48 aballier Exp $ EAPI=5 inherit autotools eutils toolchain-funcs confutils @@ -28,7 +28,8 @@ sed -i -e 's:2001:6419:' svdrpc.cpp main.cpp # tested libav-9, ffmepg-2.2.9 - epatch "${FILESDIR}/patches-0.8.x/${P}-libav9.diff" + epatch "${FILESDIR}/patches-0.8.x/${P}-libav9.diff" \ + "${FILESDIR}/patches-0.8.x/${P}-ffmpeg25.patch" eautoreconf }
[gentoo-commits] gentoo-x86 commit in dev-ruby/pkg-config: ChangeLog pkg-config-1.1.6.ebuild
graaff 15/02/15 10:34:04 Modified: ChangeLog pkg-config-1.1.6.ebuild Log: Add ruby22. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) Revision ChangesPath 1.33 dev-ruby/pkg-config/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/ChangeLog?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/ChangeLog?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/ChangeLog?r1=1.32&r2=1.33 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ChangeLog 23 Nov 2014 15:05:46 - 1.32 +++ ChangeLog 15 Feb 2015 10:34:04 - 1.33 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/pkg-config -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v 1.32 2014/11/23 15:05:46 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v 1.33 2015/02/15 10:34:04 graaff Exp $ + + 15 Feb 2015; Hans de Graaff pkg-config-1.1.6.ebuild: + Add ruby22. 23 Nov 2014; Manuel Rüger -pkg-config-1.1.3.ebuild: Cleanup old. 1.2 dev-ruby/pkg-config/pkg-config-1.1.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.6.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.6.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.6.ebuild?r1=1.1&r2=1.2 Index: pkg-config-1.1.6.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.6.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pkg-config-1.1.6.ebuild 13 Nov 2014 21:54:28 - 1.1 +++ pkg-config-1.1.6.ebuild 15 Feb 2015 10:34:04 - 1.2 @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.6.ebuild,v 1.1 2014/11/13 21:54:28 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.6.ebuild,v 1.2 2015/02/15 10:34:04 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS"
[gentoo-commits] gentoo-x86 commit in virtual/perl-Attribute-Handlers: perl-Attribute-Handlers-0.960.0.ebuild ChangeLog
ago 15/02/15 10:48:05 Modified: perl-Attribute-Handlers-0.960.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-0.960.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-0.960.0.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-0.960.0.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-0.960.0.ebuild?r1=1.6&r2=1.7 Index: perl-Attribute-Handlers-0.960.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-0.960.0.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Attribute-Handlers-0.960.0.ebuild 14 Feb 2015 15:37:12 - 1.6 +++ perl-Attribute-Handlers-0.960.0.ebuild 15 Feb 2015 10:48:05 - 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/virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-0.960.0.ebuild,v 1.6 2015/02/14 15:37:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-0.960.0.ebuild,v 1.7 2015/02/15 10:48:05 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="" RDEPEND=" 1.65 virtual/perl-Attribute-Handlers/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Attribute-Handlers/ChangeLog?rev=1.65&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Attribute-Handlers/ChangeLog?rev=1.65&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Attribute-Handlers/ChangeLog?r1=1.64&r2=1.65 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Attribute-Handlers/ChangeLog,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- ChangeLog 14 Feb 2015 15:37:12 - 1.64 +++ ChangeLog 15 Feb 2015 10:48:05 - 1.65 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Attribute-Handlers # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Attribute-Handlers/ChangeLog,v 1.64 2015/02/14 15:37:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Attribute-Handlers/ChangeLog,v 1.65 2015/02/15 10:48:05 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-Attribute-Handlers-0.960.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-Attribute-Handlers-0.960.0.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-CPAN: perl-CPAN-2.0.5.ebuild ChangeLog
ago 15/02/15 10:48:13 Modified: perl-CPAN-2.0.5.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.8 virtual/perl-CPAN/perl-CPAN-2.0.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN/perl-CPAN-2.0.5.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN/perl-CPAN-2.0.5.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN/perl-CPAN-2.0.5.ebuild?r1=1.7&r2=1.8 Index: perl-CPAN-2.0.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-CPAN/perl-CPAN-2.0.5.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-CPAN-2.0.5.ebuild 14 Feb 2015 23:16:44 - 1.7 +++ perl-CPAN-2.0.5.ebuild 15 Feb 2015 10:48:13 - 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/virtual/perl-CPAN/perl-CPAN-2.0.5.ebuild,v 1.7 2015/02/14 23:16:44 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN/perl-CPAN-2.0.5.ebuild,v 1.8 2015/02/15 10:48:13 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86" IUSE="" DEPEND="" 1.29 virtual/perl-CPAN/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-CPAN/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 14 Feb 2015 23:16:44 - 1.28 +++ ChangeLog 15 Feb 2015 10:48:13 - 1.29 @@ -1,6 +1,9 @@ # ChangeLog for virtual/perl-CPAN # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN/ChangeLog,v 1.28 2015/02/14 23:16:44 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN/ChangeLog,v 1.29 2015/02/15 10:48:13 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo perl-CPAN-2.0.5.ebuild: + Stable for ppc64, wrt bug #536790 *perl-CPAN-2.90.0 (14 Feb 2015)
[gentoo-commits] gentoo-x86 commit in virtual/perl-AutoLoader: perl-AutoLoader-5.740.0.ebuild ChangeLog
ago 15/02/15 10:48:07 Modified: perl-AutoLoader-5.740.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 virtual/perl-AutoLoader/perl-AutoLoader-5.740.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-AutoLoader/perl-AutoLoader-5.740.0.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-AutoLoader/perl-AutoLoader-5.740.0.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-AutoLoader/perl-AutoLoader-5.740.0.ebuild?r1=1.5&r2=1.6 Index: perl-AutoLoader-5.740.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-AutoLoader/perl-AutoLoader-5.740.0.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-AutoLoader-5.740.0.ebuild 14 Feb 2015 15:37:14 - 1.5 +++ perl-AutoLoader-5.740.0.ebuild 15 Feb 2015 10:48:07 - 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/virtual/perl-AutoLoader/perl-AutoLoader-5.740.0.ebuild,v 1.5 2015/02/14 15:37:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-AutoLoader/perl-AutoLoader-5.740.0.ebuild,v 1.6 2015/02/15 10:48:07 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-solaris" +KEYWORDS="amd64 ppc ppc64 x86 ~x86-solaris" IUSE="" RDEPEND=" 1.34 virtual/perl-AutoLoader/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-AutoLoader/ChangeLog?rev=1.34&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-AutoLoader/ChangeLog?rev=1.34&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-AutoLoader/ChangeLog?r1=1.33&r2=1.34 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-AutoLoader/ChangeLog,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- ChangeLog 14 Feb 2015 15:37:14 - 1.33 +++ ChangeLog 15 Feb 2015 10:48:07 - 1.34 @@ -1,6 +1,9 @@ # ChangeLog for virtual/perl-AutoLoader # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-AutoLoader/ChangeLog,v 1.33 2015/02/14 15:37:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-AutoLoader/ChangeLog,v 1.34 2015/02/15 10:48:07 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo perl-AutoLoader-5.740.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-AutoLoader-5.740.0.ebuild: Stable for ppc, wrt bug #536790
[gentoo-commits] gentoo-x86 commit in virtual/perl-CGI: perl-CGI-3.650.0-r1.ebuild ChangeLog
ago 15/02/15 10:48:11 Modified: perl-CGI-3.650.0-r1.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 virtual/perl-CGI/perl-CGI-3.650.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CGI/perl-CGI-3.650.0-r1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CGI/perl-CGI-3.650.0-r1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CGI/perl-CGI-3.650.0-r1.ebuild?r1=1.5&r2=1.6 Index: perl-CGI-3.650.0-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-3.650.0-r1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-CGI-3.650.0-r1.ebuild 14 Feb 2015 15:37:18 - 1.5 +++ perl-CGI-3.650.0-r1.ebuild 15 Feb 2015 10:48:11 - 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/virtual/perl-CGI/perl-CGI-3.650.0-r1.ebuild,v 1.5 2015/02/14 15:37:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-3.650.0-r1.ebuild,v 1.6 2015/02/15 10:48:11 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos" IUSE="" RDEPEND=" 1.125virtual/perl-CGI/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CGI/ChangeLog?rev=1.125&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CGI/ChangeLog?rev=1.125&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CGI/ChangeLog?r1=1.124&r2=1.125 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-CGI/ChangeLog,v retrieving revision 1.124 retrieving revision 1.125 diff -u -r1.124 -r1.125 --- ChangeLog 14 Feb 2015 15:37:18 - 1.124 +++ ChangeLog 15 Feb 2015 10:48:11 - 1.125 @@ -1,6 +1,9 @@ # ChangeLog for virtual/perl-CGI # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/ChangeLog,v 1.124 2015/02/14 15:37:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/ChangeLog,v 1.125 2015/02/15 10:48:11 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo perl-CGI-3.650.0-r1.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-CGI-3.650.0-r1.ebuild: Stable for ppc, wrt bug #536790
[gentoo-commits] gentoo-x86 commit in virtual/perl-Archive-Tar: perl-Archive-Tar-1.960.0.ebuild ChangeLog
ago 15/02/15 10:48:03 Modified: perl-Archive-Tar-1.960.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 virtual/perl-Archive-Tar/perl-Archive-Tar-1.960.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Archive-Tar/perl-Archive-Tar-1.960.0.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Archive-Tar/perl-Archive-Tar-1.960.0.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Archive-Tar/perl-Archive-Tar-1.960.0.ebuild?r1=1.6&r2=1.7 Index: perl-Archive-Tar-1.960.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Archive-Tar/perl-Archive-Tar-1.960.0.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Archive-Tar-1.960.0.ebuild 14 Feb 2015 15:37:10 - 1.6 +++ perl-Archive-Tar-1.960.0.ebuild 15 Feb 2015 10:48:03 - 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/virtual/perl-Archive-Tar/perl-Archive-Tar-1.960.0.ebuild,v 1.6 2015/02/14 15:37:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Archive-Tar/perl-Archive-Tar-1.960.0.ebuild,v 1.7 2015/02/15 10:48:03 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" 1.77 virtual/perl-Archive-Tar/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Archive-Tar/ChangeLog?rev=1.77&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Archive-Tar/ChangeLog?rev=1.77&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Archive-Tar/ChangeLog?r1=1.76&r2=1.77 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Archive-Tar/ChangeLog,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- ChangeLog 14 Feb 2015 15:37:10 - 1.76 +++ ChangeLog 15 Feb 2015 10:48:03 - 1.77 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Archive-Tar # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Archive-Tar/ChangeLog,v 1.76 2015/02/14 15:37:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Archive-Tar/ChangeLog,v 1.77 2015/02/15 10:48:03 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-Archive-Tar-1.960.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-Archive-Tar-1.960.0.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-Carp: perl-Carp-1.330.100.ebuild ChangeLog
ago 15/02/15 10:48:21 Modified: perl-Carp-1.330.100.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.8 virtual/perl-Carp/perl-Carp-1.330.100.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Carp/perl-Carp-1.330.100.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Carp/perl-Carp-1.330.100.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Carp/perl-Carp-1.330.100.ebuild?r1=1.7&r2=1.8 Index: perl-Carp-1.330.100.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Carp/perl-Carp-1.330.100.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Carp-1.330.100.ebuild 14 Feb 2015 15:37:28 - 1.7 +++ perl-Carp-1.330.100.ebuild 15 Feb 2015 10:48: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/virtual/perl-Carp/perl-Carp-1.330.100.ebuild,v 1.7 2015/02/14 15:37:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Carp/perl-Carp-1.330.100.ebuild,v 1.8 2015/02/15 10:48:21 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" 1.19 virtual/perl-Carp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Carp/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Carp/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Carp/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Carp/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 14 Feb 2015 15:37:28 - 1.18 +++ ChangeLog 15 Feb 2015 10:48:21 - 1.19 @@ -1,6 +1,9 @@ # ChangeLog for virtual/perl-Carp # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Carp/ChangeLog,v 1.18 2015/02/14 15:37:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Carp/ChangeLog,v 1.19 2015/02/15 10:48:21 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo perl-Carp-1.330.100.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-Carp-1.330.100.ebuild: Stable for ppc, wrt bug #536790
[gentoo-commits] gentoo-x86 commit in virtual/perl-CPAN-Meta-YAML: perl-CPAN-Meta-YAML-0.12.0.ebuild ChangeLog
ago 15/02/15 10:48:19 Modified: perl-CPAN-Meta-YAML-0.12.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 virtual/perl-CPAN-Meta-YAML/perl-CPAN-Meta-YAML-0.12.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta-YAML/perl-CPAN-Meta-YAML-0.12.0.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta-YAML/perl-CPAN-Meta-YAML-0.12.0.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta-YAML/perl-CPAN-Meta-YAML-0.12.0.ebuild?r1=1.6&r2=1.7 Index: perl-CPAN-Meta-YAML-0.12.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta-YAML/perl-CPAN-Meta-YAML-0.12.0.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-CPAN-Meta-YAML-0.12.0.ebuild 14 Feb 2015 15:37:26 - 1.6 +++ perl-CPAN-Meta-YAML-0.12.0.ebuild 15 Feb 2015 10:48:19 - 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/virtual/perl-CPAN-Meta-YAML/perl-CPAN-Meta-YAML-0.12.0.ebuild,v 1.6 2015/02/14 15:37:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta-YAML/perl-CPAN-Meta-YAML-0.12.0.ebuild,v 1.7 2015/02/15 10:48:19 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" 1.48 virtual/perl-CPAN-Meta-YAML/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta-YAML/ChangeLog?rev=1.48&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta-YAML/ChangeLog?rev=1.48&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta-YAML/ChangeLog?r1=1.47&r2=1.48 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta-YAML/ChangeLog,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- ChangeLog 14 Feb 2015 15:37:26 - 1.47 +++ ChangeLog 15 Feb 2015 10:48:19 - 1.48 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-CPAN-Meta-YAML # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta-YAML/ChangeLog,v 1.47 2015/02/14 15:37:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta-YAML/ChangeLog,v 1.48 2015/02/15 10:48:19 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-CPAN-Meta-YAML-0.12.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-CPAN-Meta-YAML-0.12.0.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-CPAN-Meta: perl-CPAN-Meta-2.140.640.ebuild ChangeLog
ago 15/02/15 10:48:15 Modified: perl-CPAN-Meta-2.140.640.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.9 virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.140.640.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.140.640.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.140.640.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.140.640.ebuild?r1=1.8&r2=1.9 Index: perl-CPAN-Meta-2.140.640.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.140.640.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-CPAN-Meta-2.140.640.ebuild 14 Feb 2015 15:37:22 - 1.8 +++ perl-CPAN-Meta-2.140.640.ebuild 15 Feb 2015 10:48:15 - 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/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.140.640.ebuild,v 1.8 2015/02/14 15:37:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.140.640.ebuild,v 1.9 2015/02/15 10:48:15 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" 1.55 virtual/perl-CPAN-Meta/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta/ChangeLog?rev=1.55&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta/ChangeLog?rev=1.55&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta/ChangeLog?r1=1.54&r2=1.55 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta/ChangeLog,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- ChangeLog 14 Feb 2015 15:37:22 - 1.54 +++ ChangeLog 15 Feb 2015 10:48:15 - 1.55 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-CPAN-Meta # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta/ChangeLog,v 1.54 2015/02/14 15:37:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta/ChangeLog,v 1.55 2015/02/15 10:48:15 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-CPAN-Meta-2.140.640.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-CPAN-Meta-2.140.640.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-Devel-PPPort: perl-Devel-PPPort-3.210.0.ebuild ChangeLog
ago 15/02/15 10:48:29 Modified: perl-Devel-PPPort-3.210.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 virtual/perl-Devel-PPPort/perl-Devel-PPPort-3.210.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Devel-PPPort/perl-Devel-PPPort-3.210.0.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Devel-PPPort/perl-Devel-PPPort-3.210.0.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Devel-PPPort/perl-Devel-PPPort-3.210.0.ebuild?r1=1.6&r2=1.7 Index: perl-Devel-PPPort-3.210.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Devel-PPPort/perl-Devel-PPPort-3.210.0.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Devel-PPPort-3.210.0.ebuild14 Feb 2015 15:37:36 - 1.6 +++ perl-Devel-PPPort-3.210.0.ebuild15 Feb 2015 10:48:29 - 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/virtual/perl-Devel-PPPort/perl-Devel-PPPort-3.210.0.ebuild,v 1.6 2015/02/14 15:37:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Devel-PPPort/perl-Devel-PPPort-3.210.0.ebuild,v 1.7 2015/02/15 10:48:29 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86" IUSE="" DEPEND="" 1.18 virtual/perl-Devel-PPPort/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Devel-PPPort/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Devel-PPPort/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Devel-PPPort/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Devel-PPPort/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 14 Feb 2015 15:37:36 - 1.17 +++ ChangeLog 15 Feb 2015 10:48:29 - 1.18 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Devel-PPPort # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Devel-PPPort/ChangeLog,v 1.17 2015/02/14 15:37:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Devel-PPPort/ChangeLog,v 1.18 2015/02/15 10:48:29 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-Devel-PPPort-3.210.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-Devel-PPPort-3.210.0.ebuild:
[gentoo-commits] gentoo-x86 commit in dev-lang/perl: perl-5.20.1-r4.ebuild ChangeLog
ago 15/02/15 10:48:01 Modified: perl-5.20.1-r4.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 dev-lang/perl/perl-5.20.1-r4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.20.1-r4.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.20.1-r4.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.20.1-r4.ebuild?r1=1.5&r2=1.6 Index: perl-5.20.1-r4.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.20.1-r4.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-5.20.1-r4.ebuild 14 Feb 2015 15:37:08 - 1.5 +++ perl-5.20.1-r4.ebuild 15 Feb 2015 10:48:01 - 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-lang/perl/perl-5.20.1-r4.ebuild,v 1.5 2015/02/14 15:37:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.20.1-r4.ebuild,v 1.6 2015/02/15 10:48:01 ago Exp $ EAPI=5 @@ -27,7 +27,7 @@ LICENSE="|| ( Artistic GPL-1+ )" SLOT="0/${SHORT_PV}" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="berkdb debug doc gdbm ithreads" RDEPEND=" 1.468dev-lang/perl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.468&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.468&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?r1=1.467&r2=1.468 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v retrieving revision 1.467 retrieving revision 1.468 diff -u -r1.467 -r1.468 --- ChangeLog 14 Feb 2015 23:04:02 - 1.467 +++ ChangeLog 15 Feb 2015 10:48:01 - 1.468 @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/perl # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.467 2015/02/14 23:04:02 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.468 2015/02/15 10:48:01 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo perl-5.20.1-r4.ebuild: + Stable for ppc64, wrt bug #536790 *perl-5.20.2 (14 Feb 2015)
[gentoo-commits] gentoo-x86 commit in virtual/perl-Compress-Raw-Bzip2: perl-Compress-Raw-Bzip2-2.64.0.ebuild ChangeLog
ago 15/02/15 10:48:23 Modified: perl-Compress-Raw-Bzip2-2.64.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.64.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.64.0.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.64.0.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.64.0.ebuild?r1=1.6&r2=1.7 Index: perl-Compress-Raw-Bzip2-2.64.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.64.0.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Compress-Raw-Bzip2-2.64.0.ebuild 14 Feb 2015 15:37:30 - 1.6 +++ perl-Compress-Raw-Bzip2-2.64.0.ebuild 15 Feb 2015 10:48: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/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.64.0.ebuild,v 1.6 2015/02/14 15:37:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.64.0.ebuild,v 1.7 2015/02/15 10:48:23 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" 1.77 virtual/perl-Compress-Raw-Bzip2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Compress-Raw-Bzip2/ChangeLog?rev=1.77&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Compress-Raw-Bzip2/ChangeLog?rev=1.77&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Compress-Raw-Bzip2/ChangeLog?r1=1.76&r2=1.77 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Compress-Raw-Bzip2/ChangeLog,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- ChangeLog 14 Feb 2015 15:37:30 - 1.76 +++ ChangeLog 15 Feb 2015 10:48:23 - 1.77 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Compress-Raw-Bzip2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Compress-Raw-Bzip2/ChangeLog,v 1.76 2015/02/14 15:37:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Compress-Raw-Bzip2/ChangeLog,v 1.77 2015/02/15 10:48:23 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-Compress-Raw-Bzip2-2.64.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-Compress-Raw-Bzip2-2.64.0.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-DB_File: perl-DB_File-1.831.0.ebuild ChangeLog
ago 15/02/15 10:48:27 Modified: perl-DB_File-1.831.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 virtual/perl-DB_File/perl-DB_File-1.831.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-DB_File/perl-DB_File-1.831.0.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-DB_File/perl-DB_File-1.831.0.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-DB_File/perl-DB_File-1.831.0.ebuild?r1=1.6&r2=1.7 Index: perl-DB_File-1.831.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/perl-DB_File-1.831.0.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-DB_File-1.831.0.ebuild 14 Feb 2015 15:37:34 - 1.6 +++ perl-DB_File-1.831.0.ebuild 15 Feb 2015 10:48:27 - 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/virtual/perl-DB_File/perl-DB_File-1.831.0.ebuild,v 1.6 2015/02/14 15:37:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/perl-DB_File-1.831.0.ebuild,v 1.7 2015/02/15 10:48:27 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="" RDEPEND=" 1.72 virtual/perl-DB_File/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-DB_File/ChangeLog?rev=1.72&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-DB_File/ChangeLog?rev=1.72&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-DB_File/ChangeLog?r1=1.71&r2=1.72 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/ChangeLog,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- ChangeLog 14 Feb 2015 15:37:34 - 1.71 +++ ChangeLog 15 Feb 2015 10:48:27 - 1.72 @@ -1,6 +1,9 @@ # ChangeLog for virtual/perl-DB_File # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/ChangeLog,v 1.71 2015/02/14 15:37:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/ChangeLog,v 1.72 2015/02/15 10:48:27 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo perl-DB_File-1.831.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-DB_File-1.831.0.ebuild: Stable for ppc, wrt bug #536790
[gentoo-commits] gentoo-x86 commit in virtual/perl-B-Debug: perl-B-Debug-1.190.0.ebuild ChangeLog
ago 15/02/15 10:48:09 Modified: perl-B-Debug-1.190.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 virtual/perl-B-Debug/perl-B-Debug-1.190.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-B-Debug/perl-B-Debug-1.190.0.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-B-Debug/perl-B-Debug-1.190.0.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-B-Debug/perl-B-Debug-1.190.0.ebuild?r1=1.6&r2=1.7 Index: perl-B-Debug-1.190.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-B-Debug/perl-B-Debug-1.190.0.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-B-Debug-1.190.0.ebuild 14 Feb 2015 15:37:16 - 1.6 +++ perl-B-Debug-1.190.0.ebuild 15 Feb 2015 10:48:09 - 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/virtual/perl-B-Debug/perl-B-Debug-1.190.0.ebuild,v 1.6 2015/02/14 15:37:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-B-Debug/perl-B-Debug-1.190.0.ebuild,v 1.7 2015/02/15 10:48:09 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="" 1.19 virtual/perl-B-Debug/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-B-Debug/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-B-Debug/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-B-Debug/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-B-Debug/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 14 Feb 2015 15:37:16 - 1.18 +++ ChangeLog 15 Feb 2015 10:48:09 - 1.19 @@ -1,6 +1,9 @@ # ChangeLog for virtual/perl-B-Debug # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-B-Debug/ChangeLog,v 1.18 2015/02/14 15:37:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-B-Debug/ChangeLog,v 1.19 2015/02/15 10:48:09 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo perl-B-Debug-1.190.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-B-Debug-1.190.0.ebuild: Stable for ppc, wrt bug #536790
[gentoo-commits] gentoo-x86 commit in virtual/perl-Exporter: perl-Exporter-5.710.0.ebuild ChangeLog
ago 15/02/15 10:48:37 Modified: perl-Exporter-5.710.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.8 virtual/perl-Exporter/perl-Exporter-5.710.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Exporter/perl-Exporter-5.710.0.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Exporter/perl-Exporter-5.710.0.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Exporter/perl-Exporter-5.710.0.ebuild?r1=1.7&r2=1.8 Index: perl-Exporter-5.710.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Exporter/perl-Exporter-5.710.0.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Exporter-5.710.0.ebuild14 Feb 2015 22:51:52 - 1.7 +++ perl-Exporter-5.710.0.ebuild15 Feb 2015 10:48:37 - 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/virtual/perl-Exporter/perl-Exporter-5.710.0.ebuild,v 1.7 2015/02/14 22:51:52 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Exporter/perl-Exporter-5.710.0.ebuild,v 1.8 2015/02/15 10:48:37 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="" 1.25 virtual/perl-Exporter/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Exporter/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Exporter/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Exporter/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Exporter/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 14 Feb 2015 22:51:52 - 1.24 +++ ChangeLog 15 Feb 2015 10:48:37 - 1.25 @@ -1,6 +1,9 @@ # ChangeLog for virtual/perl-Exporter # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Exporter/ChangeLog,v 1.24 2015/02/14 22:51:52 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Exporter/ChangeLog,v 1.25 2015/02/15 10:48:37 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo perl-Exporter-5.710.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Andreas K. Huettel perl-Exporter-5.710.0.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-CPAN-Meta-Requirements: perl-CPAN-Meta-Requirements-2.125.0-r1.ebuild ChangeLog
ago 15/02/15 10:48:17 Modified: perl-CPAN-Meta-Requirements-2.125.0-r1.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 virtual/perl-CPAN-Meta-Requirements/perl-CPAN-Meta-Requirements-2.125.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta-Requirements/perl-CPAN-Meta-Requirements-2.125.0-r1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta-Requirements/perl-CPAN-Meta-Requirements-2.125.0-r1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta-Requirements/perl-CPAN-Meta-Requirements-2.125.0-r1.ebuild?r1=1.6&r2=1.7 Index: perl-CPAN-Meta-Requirements-2.125.0-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta-Requirements/perl-CPAN-Meta-Requirements-2.125.0-r1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-CPAN-Meta-Requirements-2.125.0-r1.ebuild 14 Feb 2015 15:37:24 - 1.6 +++ perl-CPAN-Meta-Requirements-2.125.0-r1.ebuild 15 Feb 2015 10:48: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/virtual/perl-CPAN-Meta-Requirements/perl-CPAN-Meta-Requirements-2.125.0-r1.ebuild,v 1.6 2015/02/14 15:37:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta-Requirements/perl-CPAN-Meta-Requirements-2.125.0-r1.ebuild,v 1.7 2015/02/15 10:48:17 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" 1.27 virtual/perl-CPAN-Meta-Requirements/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta-Requirements/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta-Requirements/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta-Requirements/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta-Requirements/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 14 Feb 2015 15:37:24 - 1.26 +++ ChangeLog 15 Feb 2015 10:48:17 - 1.27 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-CPAN-Meta-Requirements # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta-Requirements/ChangeLog,v 1.26 2015/02/14 15:37:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta-Requirements/ChangeLog,v 1.27 2015/02/15 10:48:17 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-CPAN-Meta-Requirements-2.125.0-r1.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-CPAN-Meta-Requirements-2.125.0-r1.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-Compress-Raw-Zlib: perl-Compress-Raw-Zlib-2.65.0.ebuild ChangeLog
ago 15/02/15 10:48:25 Modified: perl-Compress-Raw-Zlib-2.65.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.65.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.65.0.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.65.0.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.65.0.ebuild?r1=1.6&r2=1.7 Index: perl-Compress-Raw-Zlib-2.65.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.65.0.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Compress-Raw-Zlib-2.65.0.ebuild14 Feb 2015 15:37:32 - 1.6 +++ perl-Compress-Raw-Zlib-2.65.0.ebuild15 Feb 2015 10:48:25 - 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/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.65.0.ebuild,v 1.6 2015/02/14 15:37:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.65.0.ebuild,v 1.7 2015/02/15 10:48:25 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" 1.79 virtual/perl-Compress-Raw-Zlib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Compress-Raw-Zlib/ChangeLog?rev=1.79&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Compress-Raw-Zlib/ChangeLog?rev=1.79&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Compress-Raw-Zlib/ChangeLog?r1=1.78&r2=1.79 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Compress-Raw-Zlib/ChangeLog,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- ChangeLog 14 Feb 2015 15:37:32 - 1.78 +++ ChangeLog 15 Feb 2015 10:48:25 - 1.79 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Compress-Raw-Zlib # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Compress-Raw-Zlib/ChangeLog,v 1.78 2015/02/14 15:37:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Compress-Raw-Zlib/ChangeLog,v 1.79 2015/02/15 10:48:25 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-Compress-Raw-Zlib-2.65.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-Compress-Raw-Zlib-2.65.0.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-Locale-Maketext: perl-Locale-Maketext-1.250.0.ebuild ChangeLog
ago 15/02/15 10:49:13 Modified: perl-Locale-Maketext-1.250.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 virtual/perl-Locale-Maketext/perl-Locale-Maketext-1.250.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Locale-Maketext/perl-Locale-Maketext-1.250.0.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Locale-Maketext/perl-Locale-Maketext-1.250.0.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Locale-Maketext/perl-Locale-Maketext-1.250.0.ebuild?r1=1.6&r2=1.7 Index: perl-Locale-Maketext-1.250.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Locale-Maketext/perl-Locale-Maketext-1.250.0.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Locale-Maketext-1.250.0.ebuild 14 Feb 2015 15:38:19 - 1.6 +++ perl-Locale-Maketext-1.250.0.ebuild 15 Feb 2015 10:49:13 - 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/virtual/perl-Locale-Maketext/perl-Locale-Maketext-1.250.0.ebuild,v 1.6 2015/02/14 15:38:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Locale-Maketext/perl-Locale-Maketext-1.250.0.ebuild,v 1.7 2015/02/15 10:49:13 ago Exp $ EAPI=5 @@ -9,7 +9,7 @@ SRC_URI="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd" IUSE="" RDEPEND=" 1.8 virtual/perl-Locale-Maketext/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Locale-Maketext/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Locale-Maketext/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Locale-Maketext/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Locale-Maketext/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 14 Feb 2015 15:38:19 - 1.7 +++ ChangeLog 15 Feb 2015 10:49:13 - 1.8 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Locale-Maketext # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Locale-Maketext/ChangeLog,v 1.7 2015/02/14 15:38:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Locale-Maketext/ChangeLog,v 1.8 2015/02/15 10:49:13 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-Locale-Maketext-1.250.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-Locale-Maketext-1.250.0.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-I18N-LangTags: perl-I18N-LangTags-0.400.0.ebuild ChangeLog
ago 15/02/15 10:49:01 Modified: perl-I18N-LangTags-0.400.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 virtual/perl-I18N-LangTags/perl-I18N-LangTags-0.400.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-I18N-LangTags/perl-I18N-LangTags-0.400.0.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-I18N-LangTags/perl-I18N-LangTags-0.400.0.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-I18N-LangTags/perl-I18N-LangTags-0.400.0.ebuild?r1=1.5&r2=1.6 Index: perl-I18N-LangTags-0.400.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-I18N-LangTags/perl-I18N-LangTags-0.400.0.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-I18N-LangTags-0.400.0.ebuild 14 Feb 2015 15:38:07 - 1.5 +++ perl-I18N-LangTags-0.400.0.ebuild 15 Feb 2015 10:49:01 - 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/virtual/perl-I18N-LangTags/perl-I18N-LangTags-0.400.0.ebuild,v 1.5 2015/02/14 15:38:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-I18N-LangTags/perl-I18N-LangTags-0.400.0.ebuild,v 1.6 2015/02/15 10:49:01 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd" IUSE="" RDEPEND=" 1.17 virtual/perl-I18N-LangTags/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-I18N-LangTags/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-I18N-LangTags/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-I18N-LangTags/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-I18N-LangTags/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 14 Feb 2015 15:38:07 - 1.16 +++ ChangeLog 15 Feb 2015 10:49:01 - 1.17 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-I18N-LangTags # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-I18N-LangTags/ChangeLog,v 1.16 2015/02/14 15:38:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-I18N-LangTags/ChangeLog,v 1.17 2015/02/15 10:49:01 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-I18N-LangTags-0.400.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-I18N-LangTags-0.400.0.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-ExtUtils-CBuilder: perl-ExtUtils-CBuilder-0.280.217.ebuild ChangeLog
ago 15/02/15 10:48:39 Modified: perl-ExtUtils-CBuilder-0.280.217.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 virtual/perl-ExtUtils-CBuilder/perl-ExtUtils-CBuilder-0.280.217.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-CBuilder/perl-ExtUtils-CBuilder-0.280.217.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-CBuilder/perl-ExtUtils-CBuilder-0.280.217.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-CBuilder/perl-ExtUtils-CBuilder-0.280.217.ebuild?r1=1.6&r2=1.7 Index: perl-ExtUtils-CBuilder-0.280.217.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-CBuilder/perl-ExtUtils-CBuilder-0.280.217.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-ExtUtils-CBuilder-0.280.217.ebuild 14 Feb 2015 22:53:30 - 1.6 +++ perl-ExtUtils-CBuilder-0.280.217.ebuild 15 Feb 2015 10:48:39 - 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/virtual/perl-ExtUtils-CBuilder/perl-ExtUtils-CBuilder-0.280.217.ebuild,v 1.6 2015/02/14 22:53:30 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-CBuilder/perl-ExtUtils-CBuilder-0.280.217.ebuild,v 1.7 2015/02/15 10:48:39 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" 1.86 virtual/perl-ExtUtils-CBuilder/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-CBuilder/ChangeLog?rev=1.86&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-CBuilder/ChangeLog?rev=1.86&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-CBuilder/ChangeLog?r1=1.85&r2=1.86 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-CBuilder/ChangeLog,v retrieving revision 1.85 retrieving revision 1.86 diff -u -r1.85 -r1.86 --- ChangeLog 14 Feb 2015 22:53:30 - 1.85 +++ ChangeLog 15 Feb 2015 10:48:39 - 1.86 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-ExtUtils-CBuilder # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-CBuilder/ChangeLog,v 1.85 2015/02/14 22:53:30 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-CBuilder/ChangeLog,v 1.86 2015/02/15 10:48:39 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-ExtUtils-CBuilder-0.280.217.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Andreas K. Huettel perl-ExtUtils-CBuilder-0.280.217.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-ExtUtils-Command: perl-ExtUtils-Command-1.180.0-r2.ebuild ChangeLog
ago 15/02/15 10:48:41 Modified: perl-ExtUtils-Command-1.180.0-r2.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-1.180.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-1.180.0-r2.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-1.180.0-r2.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-1.180.0-r2.ebuild?r1=1.6&r2=1.7 Index: perl-ExtUtils-Command-1.180.0-r2.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-1.180.0-r2.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-ExtUtils-Command-1.180.0-r2.ebuild 14 Feb 2015 15:37:48 - 1.6 +++ perl-ExtUtils-Command-1.180.0-r2.ebuild 15 Feb 2015 10:48:41 - 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/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-1.180.0-r2.ebuild,v 1.6 2015/02/14 15:37:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-1.180.0-r2.ebuild,v 1.7 2015/02/15 10:48:41 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" 1.49 virtual/perl-ExtUtils-Command/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Command/ChangeLog?rev=1.49&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Command/ChangeLog?rev=1.49&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Command/ChangeLog?r1=1.48&r2=1.49 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Command/ChangeLog,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- ChangeLog 14 Feb 2015 15:37:48 - 1.48 +++ ChangeLog 15 Feb 2015 10:48:41 - 1.49 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-ExtUtils-Command # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Command/ChangeLog,v 1.48 2015/02/14 15:37:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Command/ChangeLog,v 1.49 2015/02/15 10:48:41 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-ExtUtils-Command-1.180.0-r2.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-ExtUtils-Command-1.180.0-r2.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-ExtUtils-ParseXS: perl-ExtUtils-ParseXS-3.240.0.ebuild ChangeLog
ago 15/02/15 10:48:48 Modified: perl-ExtUtils-ParseXS-3.240.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 virtual/perl-ExtUtils-ParseXS/perl-ExtUtils-ParseXS-3.240.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-ParseXS/perl-ExtUtils-ParseXS-3.240.0.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-ParseXS/perl-ExtUtils-ParseXS-3.240.0.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-ParseXS/perl-ExtUtils-ParseXS-3.240.0.ebuild?r1=1.6&r2=1.7 Index: perl-ExtUtils-ParseXS-3.240.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-ParseXS/perl-ExtUtils-ParseXS-3.240.0.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-ExtUtils-ParseXS-3.240.0.ebuild14 Feb 2015 15:37:54 - 1.6 +++ perl-ExtUtils-ParseXS-3.240.0.ebuild15 Feb 2015 10:48:48 - 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/virtual/perl-ExtUtils-ParseXS/perl-ExtUtils-ParseXS-3.240.0.ebuild,v 1.6 2015/02/14 15:37:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-ParseXS/perl-ExtUtils-ParseXS-3.240.0.ebuild,v 1.7 2015/02/15 10:48:48 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" 1.66 virtual/perl-ExtUtils-ParseXS/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-ParseXS/ChangeLog?rev=1.66&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-ParseXS/ChangeLog?rev=1.66&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-ParseXS/ChangeLog?r1=1.65&r2=1.66 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-ParseXS/ChangeLog,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- ChangeLog 14 Feb 2015 15:37:54 - 1.65 +++ ChangeLog 15 Feb 2015 10:48:48 - 1.66 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-ExtUtils-ParseXS # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-ParseXS/ChangeLog,v 1.65 2015/02/14 15:37:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-ParseXS/ChangeLog,v 1.66 2015/02/15 10:48:48 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-ExtUtils-ParseXS-3.240.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-ExtUtils-ParseXS-3.240.0.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-ExtUtils-Install: perl-ExtUtils-Install-1.670.0.ebuild ChangeLog
ago 15/02/15 10:48:44 Modified: perl-ExtUtils-Install-1.670.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.8 virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-1.670.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-1.670.0.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-1.670.0.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-1.670.0.ebuild?r1=1.7&r2=1.8 Index: perl-ExtUtils-Install-1.670.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-1.670.0.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-ExtUtils-Install-1.670.0.ebuild14 Feb 2015 15:37:50 - 1.7 +++ perl-ExtUtils-Install-1.670.0.ebuild15 Feb 2015 10:48:44 - 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/virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-1.670.0.ebuild,v 1.7 2015/02/14 15:37:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-1.670.0.ebuild,v 1.8 2015/02/15 10:48:44 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="" 1.57 virtual/perl-ExtUtils-Install/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Install/ChangeLog?rev=1.57&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Install/ChangeLog?rev=1.57&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Install/ChangeLog?r1=1.56&r2=1.57 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Install/ChangeLog,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- ChangeLog 14 Feb 2015 15:37:50 - 1.56 +++ ChangeLog 15 Feb 2015 10:48:44 - 1.57 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-ExtUtils-Install # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Install/ChangeLog,v 1.56 2015/02/14 15:37:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Install/ChangeLog,v 1.57 2015/02/15 10:48:44 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-ExtUtils-Install-1.670.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-ExtUtils-Install-1.670.0.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-IPC-Cmd: perl-IPC-Cmd-0.920.0.ebuild ChangeLog
ago 15/02/15 10:49:10 Modified: perl-IPC-Cmd-0.920.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 virtual/perl-IPC-Cmd/perl-IPC-Cmd-0.920.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-IPC-Cmd/perl-IPC-Cmd-0.920.0.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-IPC-Cmd/perl-IPC-Cmd-0.920.0.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-IPC-Cmd/perl-IPC-Cmd-0.920.0.ebuild?r1=1.5&r2=1.6 Index: perl-IPC-Cmd-0.920.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-IPC-Cmd/perl-IPC-Cmd-0.920.0.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-IPC-Cmd-0.920.0.ebuild 14 Feb 2015 15:38:15 - 1.5 +++ perl-IPC-Cmd-0.920.0.ebuild 15 Feb 2015 10:49:09 - 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/virtual/perl-IPC-Cmd/perl-IPC-Cmd-0.920.0.ebuild,v 1.5 2015/02/14 15:38:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-IPC-Cmd/perl-IPC-Cmd-0.920.0.ebuild,v 1.6 2015/02/15 10:49:09 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" 1.66 virtual/perl-IPC-Cmd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-IPC-Cmd/ChangeLog?rev=1.66&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-IPC-Cmd/ChangeLog?rev=1.66&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-IPC-Cmd/ChangeLog?r1=1.65&r2=1.66 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-IPC-Cmd/ChangeLog,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- ChangeLog 14 Feb 2015 15:38:15 - 1.65 +++ ChangeLog 15 Feb 2015 10:49:09 - 1.66 @@ -1,6 +1,9 @@ # ChangeLog for virtual/perl-IPC-Cmd # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-IPC-Cmd/ChangeLog,v 1.65 2015/02/14 15:38:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-IPC-Cmd/ChangeLog,v 1.66 2015/02/15 10:49:09 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo perl-IPC-Cmd-0.920.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-IPC-Cmd-0.920.0.ebuild: Stable for ppc, wrt bug #536790
[gentoo-commits] gentoo-x86 commit in virtual/perl-File-Spec: perl-File-Spec-3.480.0.ebuild ChangeLog
ago 15/02/15 10:48:51 Modified: perl-File-Spec-3.480.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 virtual/perl-File-Spec/perl-File-Spec-3.480.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-File-Spec/perl-File-Spec-3.480.0.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-File-Spec/perl-File-Spec-3.480.0.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-File-Spec/perl-File-Spec-3.480.0.ebuild?r1=1.5&r2=1.6 Index: perl-File-Spec-3.480.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-File-Spec/perl-File-Spec-3.480.0.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-File-Spec-3.480.0.ebuild 14 Feb 2015 15:37:57 - 1.5 +++ perl-File-Spec-3.480.0.ebuild 15 Feb 2015 10:48:51 - 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/virtual/perl-File-Spec/perl-File-Spec-3.480.0.ebuild,v 1.5 2015/02/14 15:37:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Spec/perl-File-Spec-3.480.0.ebuild,v 1.6 2015/02/15 10:48:51 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" 1.97 virtual/perl-File-Spec/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-File-Spec/ChangeLog?rev=1.97&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-File-Spec/ChangeLog?rev=1.97&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-File-Spec/ChangeLog?r1=1.96&r2=1.97 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-File-Spec/ChangeLog,v retrieving revision 1.96 retrieving revision 1.97 diff -u -r1.96 -r1.97 --- ChangeLog 14 Feb 2015 23:05:34 - 1.96 +++ ChangeLog 15 Feb 2015 10:48:51 - 1.97 @@ -1,6 +1,9 @@ # ChangeLog for virtual/perl-File-Spec # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Spec/ChangeLog,v 1.96 2015/02/14 23:05:34 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Spec/ChangeLog,v 1.97 2015/02/15 10:48:51 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo perl-File-Spec-3.480.0.ebuild: + Stable for ppc64, wrt bug #536790 *perl-File-Spec-3.480.100 (14 Feb 2015)
[gentoo-commits] gentoo-x86 commit in virtual/perl-IO-Compress: perl-IO-Compress-2.64.0.ebuild ChangeLog
ago 15/02/15 10:49:05 Modified: perl-IO-Compress-2.64.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 virtual/perl-IO-Compress/perl-IO-Compress-2.64.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-IO-Compress/perl-IO-Compress-2.64.0.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-IO-Compress/perl-IO-Compress-2.64.0.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-IO-Compress/perl-IO-Compress-2.64.0.ebuild?r1=1.5&r2=1.6 Index: perl-IO-Compress-2.64.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-IO-Compress/perl-IO-Compress-2.64.0.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-IO-Compress-2.64.0.ebuild 14 Feb 2015 15:38:11 - 1.5 +++ perl-IO-Compress-2.64.0.ebuild 15 Feb 2015 10:49:05 - 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/virtual/perl-IO-Compress/perl-IO-Compress-2.64.0.ebuild,v 1.5 2015/02/14 15:38:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-IO-Compress/perl-IO-Compress-2.64.0.ebuild,v 1.6 2015/02/15 10:49:05 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" 1.78 virtual/perl-IO-Compress/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-IO-Compress/ChangeLog?rev=1.78&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-IO-Compress/ChangeLog?rev=1.78&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-IO-Compress/ChangeLog?r1=1.77&r2=1.78 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-IO-Compress/ChangeLog,v retrieving revision 1.77 retrieving revision 1.78 diff -u -r1.77 -r1.78 --- ChangeLog 14 Feb 2015 15:38:11 - 1.77 +++ ChangeLog 15 Feb 2015 10:49:05 - 1.78 @@ -1,6 +1,9 @@ # ChangeLog for virtual/perl-IO-Compress # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-IO-Compress/ChangeLog,v 1.77 2015/02/14 15:38:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-IO-Compress/ChangeLog,v 1.78 2015/02/15 10:49:05 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo perl-IO-Compress-2.64.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-IO-Compress-2.64.0.ebuild: Stable for ppc, wrt bug #536790
[gentoo-commits] gentoo-x86 commit in virtual/perl-Module-Load: perl-Module-Load-0.320.0.ebuild ChangeLog
ago 15/02/15 10:49:29 Modified: perl-Module-Load-0.320.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 virtual/perl-Module-Load/perl-Module-Load-0.320.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Load/perl-Module-Load-0.320.0.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Load/perl-Module-Load-0.320.0.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Load/perl-Module-Load-0.320.0.ebuild?r1=1.5&r2=1.6 Index: perl-Module-Load-0.320.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load/perl-Module-Load-0.320.0.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Module-Load-0.320.0.ebuild 14 Feb 2015 15:38:33 - 1.5 +++ perl-Module-Load-0.320.0.ebuild 15 Feb 2015 10:49: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/virtual/perl-Module-Load/perl-Module-Load-0.320.0.ebuild,v 1.5 2015/02/14 15:38:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load/perl-Module-Load-0.320.0.ebuild,v 1.6 2015/02/15 10:49:29 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" 1.44 virtual/perl-Module-Load/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Load/ChangeLog?rev=1.44&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Load/ChangeLog?rev=1.44&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Load/ChangeLog?r1=1.43&r2=1.44 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load/ChangeLog,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- ChangeLog 14 Feb 2015 15:38:33 - 1.43 +++ ChangeLog 15 Feb 2015 10:49:29 - 1.44 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Module-Load # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load/ChangeLog,v 1.43 2015/02/14 15:38:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load/ChangeLog,v 1.44 2015/02/15 10:49:29 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-Module-Load-0.320.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-Module-Load-0.320.0.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-Encode: perl-Encode-2.600.0.ebuild ChangeLog
ago 15/02/15 10:48:35 Modified: perl-Encode-2.600.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 virtual/perl-Encode/perl-Encode-2.600.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Encode/perl-Encode-2.600.0.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Encode/perl-Encode-2.600.0.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Encode/perl-Encode-2.600.0.ebuild?r1=1.6&r2=1.7 Index: perl-Encode-2.600.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Encode/perl-Encode-2.600.0.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Encode-2.600.0.ebuild 14 Feb 2015 15:37:42 - 1.6 +++ perl-Encode-2.600.0.ebuild 15 Feb 2015 10:48:35 - 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/virtual/perl-Encode/perl-Encode-2.600.0.ebuild,v 1.6 2015/02/14 15:37:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Encode/perl-Encode-2.600.0.ebuild,v 1.7 2015/02/15 10:48:35 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" 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 ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" RDEPEND=" 1.81 virtual/perl-Encode/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Encode/ChangeLog?rev=1.81&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Encode/ChangeLog?rev=1.81&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Encode/ChangeLog?r1=1.80&r2=1.81 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Encode/ChangeLog,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- ChangeLog 14 Feb 2015 15:37:42 - 1.80 +++ ChangeLog 15 Feb 2015 10:48:35 - 1.81 @@ -1,6 +1,9 @@ # ChangeLog for virtual/perl-Encode # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Encode/ChangeLog,v 1.80 2015/02/14 15:37:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Encode/ChangeLog,v 1.81 2015/02/15 10:48:35 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo perl-Encode-2.600.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-Encode-2.600.0.ebuild: Stable for ppc, wrt bug #536790
[gentoo-commits] gentoo-x86 commit in virtual/perl-Module-CoreList: perl-Module-CoreList-5.20.1.ebuild ChangeLog
ago 15/02/15 10:49:27 Modified: perl-Module-CoreList-5.20.1.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 virtual/perl-Module-CoreList/perl-Module-CoreList-5.20.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-CoreList/perl-Module-CoreList-5.20.1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-CoreList/perl-Module-CoreList-5.20.1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-CoreList/perl-Module-CoreList-5.20.1.ebuild?r1=1.5&r2=1.6 Index: perl-Module-CoreList-5.20.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Module-CoreList/perl-Module-CoreList-5.20.1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Module-CoreList-5.20.1.ebuild 14 Feb 2015 15:38:31 - 1.5 +++ perl-Module-CoreList-5.20.1.ebuild 15 Feb 2015 10:49:27 - 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/virtual/perl-Module-CoreList/perl-Module-CoreList-5.20.1.ebuild,v 1.5 2015/02/14 15:38:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-CoreList/perl-Module-CoreList-5.20.1.ebuild,v 1.6 2015/02/15 10:49:27 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" 1.113virtual/perl-Module-CoreList/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-CoreList/ChangeLog?rev=1.113&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-CoreList/ChangeLog?rev=1.113&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-CoreList/ChangeLog?r1=1.112&r2=1.113 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Module-CoreList/ChangeLog,v retrieving revision 1.112 retrieving revision 1.113 diff -u -r1.112 -r1.113 --- ChangeLog 15 Feb 2015 03:02:57 - 1.112 +++ ChangeLog 15 Feb 2015 10:49:27 - 1.113 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Module-CoreList # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-CoreList/ChangeLog,v 1.112 2015/02/15 03:02:57 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-CoreList/ChangeLog,v 1.113 2015/02/15 10:49:27 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-Module-CoreList-5.20.1.ebuild: + Stable for ppc64, wrt bug #536790 15 Feb 2015; Rick Farina perl-Module-CoreList-5.201.502.140.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-Module-Build: perl-Module-Build-0.420.500-r1.ebuild ChangeLog
ago 15/02/15 10:49:25 Modified: perl-Module-Build-0.420.500-r1.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 virtual/perl-Module-Build/perl-Module-Build-0.420.500-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Build/perl-Module-Build-0.420.500-r1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Build/perl-Module-Build-0.420.500-r1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Build/perl-Module-Build-0.420.500-r1.ebuild?r1=1.5&r2=1.6 Index: perl-Module-Build-0.420.500-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/perl-Module-Build-0.420.500-r1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Module-Build-0.420.500-r1.ebuild 14 Feb 2015 15:38:29 - 1.5 +++ perl-Module-Build-0.420.500-r1.ebuild 15 Feb 2015 10:49:25 - 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/virtual/perl-Module-Build/perl-Module-Build-0.420.500-r1.ebuild,v 1.5 2015/02/14 15:38:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/perl-Module-Build-0.420.500-r1.ebuild,v 1.6 2015/02/15 10:49:25 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="~perl-core/${PN#perl-}-${PV}" 1.94 virtual/perl-Module-Build/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Build/ChangeLog?rev=1.94&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Build/ChangeLog?rev=1.94&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Build/ChangeLog?r1=1.93&r2=1.94 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v retrieving revision 1.93 retrieving revision 1.94 diff -u -r1.93 -r1.94 --- ChangeLog 14 Feb 2015 15:38:29 - 1.93 +++ ChangeLog 15 Feb 2015 10:49:25 - 1.94 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Module-Build # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v 1.93 2015/02/14 15:38:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v 1.94 2015/02/15 10:49:25 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-Module-Build-0.420.500-r1.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-Module-Build-0.420.500-r1.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-Filter-Simple: perl-Filter-Simple-0.910.0.ebuild ChangeLog
ago 15/02/15 10:48:55 Modified: perl-Filter-Simple-0.910.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 virtual/perl-Filter-Simple/perl-Filter-Simple-0.910.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Filter-Simple/perl-Filter-Simple-0.910.0.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Filter-Simple/perl-Filter-Simple-0.910.0.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Filter-Simple/perl-Filter-Simple-0.910.0.ebuild?r1=1.5&r2=1.6 Index: perl-Filter-Simple-0.910.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Filter-Simple/perl-Filter-Simple-0.910.0.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Filter-Simple-0.910.0.ebuild 14 Feb 2015 15:38:01 - 1.5 +++ perl-Filter-Simple-0.910.0.ebuild 15 Feb 2015 10:48:55 - 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/virtual/perl-Filter-Simple/perl-Filter-Simple-0.910.0.ebuild,v 1.5 2015/02/14 15:38:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Filter-Simple/perl-Filter-Simple-0.910.0.ebuild,v 1.6 2015/02/15 10:48:55 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="amd64 hppa ppc x86" +KEYWORDS="amd64 hppa ppc ppc64 x86" IUSE="" DEPEND="" 1.15 virtual/perl-Filter-Simple/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Filter-Simple/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Filter-Simple/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Filter-Simple/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Filter-Simple/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 14 Feb 2015 15:38:01 - 1.14 +++ ChangeLog 15 Feb 2015 10:48:55 - 1.15 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Filter-Simple # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Filter-Simple/ChangeLog,v 1.14 2015/02/14 15:38:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Filter-Simple/ChangeLog,v 1.15 2015/02/15 10:48:55 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-Filter-Simple-0.910.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-Filter-Simple-0.910.0.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-IO: perl-IO-1.310.0.ebuild ChangeLog
ago 15/02/15 10:49:03 Modified: perl-IO-1.310.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 virtual/perl-IO/perl-IO-1.310.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-IO/perl-IO-1.310.0.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-IO/perl-IO-1.310.0.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-IO/perl-IO-1.310.0.ebuild?r1=1.5&r2=1.6 Index: perl-IO-1.310.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-IO/perl-IO-1.310.0.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-IO-1.310.0.ebuild 14 Feb 2015 15:38:09 - 1.5 +++ perl-IO-1.310.0.ebuild 15 Feb 2015 10:49:03 - 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/virtual/perl-IO/perl-IO-1.310.0.ebuild,v 1.5 2015/02/14 15:38:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-IO/perl-IO-1.310.0.ebuild,v 1.6 2015/02/15 10:49:03 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="" 1.56 virtual/perl-IO/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-IO/ChangeLog?rev=1.56&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-IO/ChangeLog?rev=1.56&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-IO/ChangeLog?r1=1.55&r2=1.56 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-IO/ChangeLog,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- ChangeLog 14 Feb 2015 15:38:09 - 1.55 +++ ChangeLog 15 Feb 2015 10:49:03 - 1.56 @@ -1,6 +1,9 @@ # ChangeLog for virtual/perl-IO # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-IO/ChangeLog,v 1.55 2015/02/14 15:38:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-IO/ChangeLog,v 1.56 2015/02/15 10:49:03 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo perl-IO-1.310.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-IO-1.310.0.ebuild: Stable for ppc, wrt bug #536790
[gentoo-commits] gentoo-x86 commit in virtual/perl-MIME-Base64: perl-MIME-Base64-3.140.0-r1.ebuild ChangeLog
ago 15/02/15 10:49:16 Modified: perl-MIME-Base64-3.140.0-r1.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 virtual/perl-MIME-Base64/perl-MIME-Base64-3.140.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-MIME-Base64/perl-MIME-Base64-3.140.0-r1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-MIME-Base64/perl-MIME-Base64-3.140.0-r1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-MIME-Base64/perl-MIME-Base64-3.140.0-r1.ebuild?r1=1.5&r2=1.6 Index: perl-MIME-Base64-3.140.0-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-MIME-Base64/perl-MIME-Base64-3.140.0-r1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-MIME-Base64-3.140.0-r1.ebuild 14 Feb 2015 15:38:21 - 1.5 +++ perl-MIME-Base64-3.140.0-r1.ebuild 15 Feb 2015 10:49:15 - 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/virtual/perl-MIME-Base64/perl-MIME-Base64-3.140.0-r1.ebuild,v 1.5 2015/02/14 15:38:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-MIME-Base64/perl-MIME-Base64-3.140.0-r1.ebuild,v 1.6 2015/02/15 10:49:15 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-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 ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" 1.75 virtual/perl-MIME-Base64/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-MIME-Base64/ChangeLog?rev=1.75&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-MIME-Base64/ChangeLog?rev=1.75&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-MIME-Base64/ChangeLog?r1=1.74&r2=1.75 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-MIME-Base64/ChangeLog,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- ChangeLog 14 Feb 2015 15:38:21 - 1.74 +++ ChangeLog 15 Feb 2015 10:49:15 - 1.75 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-MIME-Base64 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-MIME-Base64/ChangeLog,v 1.74 2015/02/14 15:38:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-MIME-Base64/ChangeLog,v 1.75 2015/02/15 10:49:15 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-MIME-Base64-3.140.0-r1.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-MIME-Base64-3.140.0-r1.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-ExtUtils-MakeMaker: perl-ExtUtils-MakeMaker-6.980.0.ebuild ChangeLog
ago 15/02/15 10:48:46 Modified: perl-ExtUtils-MakeMaker-6.980.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.8 virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.980.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.980.0.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.980.0.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.980.0.ebuild?r1=1.7&r2=1.8 Index: perl-ExtUtils-MakeMaker-6.980.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.980.0.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-ExtUtils-MakeMaker-6.980.0.ebuild 14 Feb 2015 15:37:52 - 1.7 +++ perl-ExtUtils-MakeMaker-6.980.0.ebuild 15 Feb 2015 10:48:46 - 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/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.980.0.ebuild,v 1.7 2015/02/14 15:37:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.980.0.ebuild,v 1.8 2015/02/15 10:48:46 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" 1.89 virtual/perl-ExtUtils-MakeMaker/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/ChangeLog?rev=1.89&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/ChangeLog?rev=1.89&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/ChangeLog?r1=1.88&r2=1.89 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/ChangeLog,v retrieving revision 1.88 retrieving revision 1.89 diff -u -r1.88 -r1.89 --- ChangeLog 14 Feb 2015 15:37:52 - 1.88 +++ ChangeLog 15 Feb 2015 10:48:46 - 1.89 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-ExtUtils-MakeMaker # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/ChangeLog,v 1.88 2015/02/14 15:37:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/ChangeLog,v 1.89 2015/02/15 10:48:46 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-ExtUtils-MakeMaker-6.980.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-ExtUtils-MakeMaker-6.980.0.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-HTTP-Tiny: perl-HTTP-Tiny-0.43.0.ebuild ChangeLog
ago 15/02/15 10:48:59 Modified: perl-HTTP-Tiny-0.43.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.5 virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.43.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.43.0.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.43.0.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.43.0.ebuild?r1=1.4&r2=1.5 Index: perl-HTTP-Tiny-0.43.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.43.0.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-HTTP-Tiny-0.43.0.ebuild14 Feb 2015 15:38:05 - 1.4 +++ perl-HTTP-Tiny-0.43.0.ebuild15 Feb 2015 10:48:59 - 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/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.43.0.ebuild,v 1.4 2015/02/14 15:38:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.43.0.ebuild,v 1.5 2015/02/15 10:48:59 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="" RDEPEND=" 1.6 virtual/perl-HTTP-Tiny/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-HTTP-Tiny/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-HTTP-Tiny/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-HTTP-Tiny/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-HTTP-Tiny/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 14 Feb 2015 15:38:05 - 1.5 +++ ChangeLog 15 Feb 2015 10:48:59 - 1.6 @@ -1,6 +1,9 @@ # ChangeLog for virtual/perl-HTTP-Tiny # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-HTTP-Tiny/ChangeLog,v 1.5 2015/02/14 15:38:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-HTTP-Tiny/ChangeLog,v 1.6 2015/02/15 10:48:59 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo perl-HTTP-Tiny-0.43.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-HTTP-Tiny-0.43.0.ebuild: Stable for ppc, wrt bug #536790
[gentoo-commits] gentoo-x86 commit in virtual/perl-File-Temp: perl-File-Temp-0.230.400-r2.ebuild ChangeLog
ago 15/02/15 10:48:53 Modified: perl-File-Temp-0.230.400-r2.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 virtual/perl-File-Temp/perl-File-Temp-0.230.400-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-File-Temp/perl-File-Temp-0.230.400-r2.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-File-Temp/perl-File-Temp-0.230.400-r2.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-File-Temp/perl-File-Temp-0.230.400-r2.ebuild?r1=1.5&r2=1.6 Index: perl-File-Temp-0.230.400-r2.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-File-Temp/perl-File-Temp-0.230.400-r2.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-File-Temp-0.230.400-r2.ebuild 14 Feb 2015 15:37:59 - 1.5 +++ perl-File-Temp-0.230.400-r2.ebuild 15 Feb 2015 10:48:53 - 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/virtual/perl-File-Temp/perl-File-Temp-0.230.400-r2.ebuild,v 1.5 2015/02/14 15:37:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Temp/perl-File-Temp-0.230.400-r2.ebuild,v 1.6 2015/02/15 10:48:53 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" 1.99 virtual/perl-File-Temp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-File-Temp/ChangeLog?rev=1.99&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-File-Temp/ChangeLog?rev=1.99&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-File-Temp/ChangeLog?r1=1.98&r2=1.99 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-File-Temp/ChangeLog,v retrieving revision 1.98 retrieving revision 1.99 diff -u -r1.98 -r1.99 --- ChangeLog 14 Feb 2015 15:37:59 - 1.98 +++ ChangeLog 15 Feb 2015 10:48:53 - 1.99 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-File-Temp # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Temp/ChangeLog,v 1.98 2015/02/14 15:37:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Temp/ChangeLog,v 1.99 2015/02/15 10:48:53 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-File-Temp-0.230.400-r2.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-File-Temp-0.230.400-r2.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-Math-BigInt-FastCalc: perl-Math-BigInt-FastCalc-0.310.0.ebuild ChangeLog
ago 15/02/15 10:49:20 Modified: perl-Math-BigInt-FastCalc-0.310.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.310.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.310.0.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.310.0.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.310.0.ebuild?r1=1.5&r2=1.6 Index: perl-Math-BigInt-FastCalc-0.310.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.310.0.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Math-BigInt-FastCalc-0.310.0.ebuild14 Feb 2015 15:38:23 - 1.5 +++ perl-Math-BigInt-FastCalc-0.310.0.ebuild15 Feb 2015 10:49:20 - 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/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.310.0.ebuild,v 1.5 2015/02/14 15:38:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.310.0.ebuild,v 1.6 2015/02/15 10:49:20 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~s390 ~sh ~sparc x86 ~ppc-aix ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~ppc-macos ~x86-solaris" IUSE="" RDEPEND=" 1.55 virtual/perl-Math-BigInt-FastCalc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/ChangeLog?rev=1.55&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/ChangeLog?rev=1.55&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/ChangeLog?r1=1.54&r2=1.55 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/ChangeLog,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- ChangeLog 14 Feb 2015 15:38:23 - 1.54 +++ ChangeLog 15 Feb 2015 10:49:20 - 1.55 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Math-BigInt-FastCalc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/ChangeLog,v 1.54 2015/02/14 15:38:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/ChangeLog,v 1.55 2015/02/15 10:49:20 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-Math-BigInt-FastCalc-0.310.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-Math-BigInt-FastCalc-0.310.0.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-Getopt-Long: perl-Getopt-Long-2.420.0-r1.ebuild ChangeLog
ago 15/02/15 10:48:57 Modified: perl-Getopt-Long-2.420.0-r1.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 virtual/perl-Getopt-Long/perl-Getopt-Long-2.420.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Getopt-Long/perl-Getopt-Long-2.420.0-r1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Getopt-Long/perl-Getopt-Long-2.420.0-r1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Getopt-Long/perl-Getopt-Long-2.420.0-r1.ebuild?r1=1.6&r2=1.7 Index: perl-Getopt-Long-2.420.0-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Getopt-Long/perl-Getopt-Long-2.420.0-r1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Getopt-Long-2.420.0-r1.ebuild 14 Feb 2015 15:38:03 - 1.6 +++ perl-Getopt-Long-2.420.0-r1.ebuild 15 Feb 2015 10:48:57 - 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Getopt-Long/perl-Getopt-Long-2.420.0-r1.ebuild,v 1.6 2015/02/14 15:38:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Getopt-Long/perl-Getopt-Long-2.420.0-r1.ebuild,v 1.7 2015/02/15 10:48:57 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" 1.71 virtual/perl-Getopt-Long/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Getopt-Long/ChangeLog?rev=1.71&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Getopt-Long/ChangeLog?rev=1.71&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Getopt-Long/ChangeLog?r1=1.70&r2=1.71 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Getopt-Long/ChangeLog,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- ChangeLog 14 Feb 2015 15:38:03 - 1.70 +++ ChangeLog 15 Feb 2015 10:48:57 - 1.71 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Getopt-Long # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Getopt-Long/ChangeLog,v 1.70 2015/02/14 15:38:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Getopt-Long/ChangeLog,v 1.71 2015/02/15 10:48:57 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-Getopt-Long-2.420.0-r1.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-Getopt-Long-2.420.0-r1.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-JSON-PP: perl-JSON-PP-2.272.30.ebuild ChangeLog
ago 15/02/15 10:49:11 Modified: perl-JSON-PP-2.272.30.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 virtual/perl-JSON-PP/perl-JSON-PP-2.272.30.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-JSON-PP/perl-JSON-PP-2.272.30.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-JSON-PP/perl-JSON-PP-2.272.30.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-JSON-PP/perl-JSON-PP-2.272.30.ebuild?r1=1.6&r2=1.7 Index: perl-JSON-PP-2.272.30.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-JSON-PP/perl-JSON-PP-2.272.30.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-JSON-PP-2.272.30.ebuild14 Feb 2015 15:38:17 - 1.6 +++ perl-JSON-PP-2.272.30.ebuild15 Feb 2015 10:49: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/virtual/perl-JSON-PP/perl-JSON-PP-2.272.30.ebuild,v 1.6 2015/02/14 15:38:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-JSON-PP/perl-JSON-PP-2.272.30.ebuild,v 1.7 2015/02/15 10:49:11 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" 1.44 virtual/perl-JSON-PP/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-JSON-PP/ChangeLog?rev=1.44&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-JSON-PP/ChangeLog?rev=1.44&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-JSON-PP/ChangeLog?r1=1.43&r2=1.44 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-JSON-PP/ChangeLog,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- ChangeLog 14 Feb 2015 15:38:17 - 1.43 +++ ChangeLog 15 Feb 2015 10:49:11 - 1.44 @@ -1,6 +1,9 @@ # ChangeLog for virtual/perl-JSON-PP # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-JSON-PP/ChangeLog,v 1.43 2015/02/14 15:38:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-JSON-PP/ChangeLog,v 1.44 2015/02/15 10:49:11 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo perl-JSON-PP-2.272.30.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-JSON-PP-2.272.30.ebuild: Stable for ppc, wrt bug #536790
[gentoo-commits] gentoo-x86 commit in virtual/perl-Module-Load-Conditional: perl-Module-Load-Conditional-0.620.0.ebuild ChangeLog
ago 15/02/15 10:49:31 Modified: perl-Module-Load-Conditional-0.620.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.620.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.620.0.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.620.0.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.620.0.ebuild?r1=1.5&r2=1.6 Index: perl-Module-Load-Conditional-0.620.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.620.0.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Module-Load-Conditional-0.620.0.ebuild 14 Feb 2015 15:38:35 - 1.5 +++ perl-Module-Load-Conditional-0.620.0.ebuild 15 Feb 2015 10:49:31 - 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/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.620.0.ebuild,v 1.5 2015/02/14 15:38:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.620.0.ebuild,v 1.6 2015/02/15 10:49:31 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" 1.51 virtual/perl-Module-Load-Conditional/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Load-Conditional/ChangeLog?rev=1.51&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Load-Conditional/ChangeLog?rev=1.51&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Load-Conditional/ChangeLog?r1=1.50&r2=1.51 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/ChangeLog,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- ChangeLog 14 Feb 2015 15:38:35 - 1.50 +++ ChangeLog 15 Feb 2015 10:49:31 - 1.51 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Module-Load-Conditional # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/ChangeLog,v 1.50 2015/02/14 15:38:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/ChangeLog,v 1.51 2015/02/15 10:49:31 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-Module-Load-Conditional-0.620.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-Module-Load-Conditional-0.620.0.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-Module-Metadata: perl-Module-Metadata-1.0.19.ebuild ChangeLog
ago 15/02/15 10:49:34 Modified: perl-Module-Metadata-1.0.19.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 virtual/perl-Module-Metadata/perl-Module-Metadata-1.0.19.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Metadata/perl-Module-Metadata-1.0.19.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Metadata/perl-Module-Metadata-1.0.19.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Metadata/perl-Module-Metadata-1.0.19.ebuild?r1=1.5&r2=1.6 Index: perl-Module-Metadata-1.0.19.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Module-Metadata/perl-Module-Metadata-1.0.19.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Module-Metadata-1.0.19.ebuild 14 Feb 2015 15:38:37 - 1.5 +++ perl-Module-Metadata-1.0.19.ebuild 15 Feb 2015 10:49:33 - 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/virtual/perl-Module-Metadata/perl-Module-Metadata-1.0.19.ebuild,v 1.5 2015/02/14 15:38:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Metadata/perl-Module-Metadata-1.0.19.ebuild,v 1.6 2015/02/15 10:49:33 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" 1.45 virtual/perl-Module-Metadata/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Metadata/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Metadata/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Metadata/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Module-Metadata/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 14 Feb 2015 15:38:37 - 1.44 +++ ChangeLog 15 Feb 2015 10:49:33 - 1.45 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Module-Metadata # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Metadata/ChangeLog,v 1.44 2015/02/14 15:38:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Metadata/ChangeLog,v 1.45 2015/02/15 10:49:33 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-Module-Metadata-1.0.19.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-Module-Metadata-1.0.19.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-Sys-Syslog: perl-Sys-Syslog-0.330.0-r1.ebuild ChangeLog
ago 15/02/15 10:49:57 Modified: perl-Sys-Syslog-0.330.0-r1.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 virtual/perl-Sys-Syslog/perl-Sys-Syslog-0.330.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Sys-Syslog/perl-Sys-Syslog-0.330.0-r1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Sys-Syslog/perl-Sys-Syslog-0.330.0-r1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Sys-Syslog/perl-Sys-Syslog-0.330.0-r1.ebuild?r1=1.6&r2=1.7 Index: perl-Sys-Syslog-0.330.0-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Sys-Syslog/perl-Sys-Syslog-0.330.0-r1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Sys-Syslog-0.330.0-r1.ebuild 14 Feb 2015 15:39:02 - 1.6 +++ perl-Sys-Syslog-0.330.0-r1.ebuild 15 Feb 2015 10:49:57 - 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Sys-Syslog/perl-Sys-Syslog-0.330.0-r1.ebuild,v 1.6 2015/02/14 15:39:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Sys-Syslog/perl-Sys-Syslog-0.330.0-r1.ebuild,v 1.7 2015/02/15 10:49:57 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-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 ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" 1.77 virtual/perl-Sys-Syslog/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Sys-Syslog/ChangeLog?rev=1.77&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Sys-Syslog/ChangeLog?rev=1.77&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Sys-Syslog/ChangeLog?r1=1.76&r2=1.77 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Sys-Syslog/ChangeLog,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- ChangeLog 14 Feb 2015 15:39:02 - 1.76 +++ ChangeLog 15 Feb 2015 10:49:57 - 1.77 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Sys-Syslog # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Sys-Syslog/ChangeLog,v 1.76 2015/02/14 15:39:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Sys-Syslog/ChangeLog,v 1.77 2015/02/15 10:49:57 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-Sys-Syslog-0.330.0-r1.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-Sys-Syslog-0.330.0-r1.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-Text-ParseWords: perl-Text-ParseWords-3.290.0-r1.ebuild ChangeLog
ago 15/02/15 10:50:06 Modified: perl-Text-ParseWords-3.290.0-r1.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.8 virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.290.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.290.0-r1.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.290.0-r1.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.290.0-r1.ebuild?r1=1.7&r2=1.8 Index: perl-Text-ParseWords-3.290.0-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.290.0-r1.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Text-ParseWords-3.290.0-r1.ebuild 14 Feb 2015 15:39:12 - 1.7 +++ perl-Text-ParseWords-3.290.0-r1.ebuild 15 Feb 2015 10:50:05 - 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/virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.290.0-r1.ebuild,v 1.7 2015/02/14 15:39:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.290.0-r1.ebuild,v 1.8 2015/02/15 10:50:05 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" 1.21 virtual/perl-Text-ParseWords/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Text-ParseWords/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Text-ParseWords/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Text-ParseWords/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Text-ParseWords/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 14 Feb 2015 15:39:12 - 1.20 +++ ChangeLog 15 Feb 2015 10:50:05 - 1.21 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Text-ParseWords # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-ParseWords/ChangeLog,v 1.20 2015/02/14 15:39:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-ParseWords/ChangeLog,v 1.21 2015/02/15 10:50:05 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-Text-ParseWords-3.290.0-r1.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-Text-ParseWords-3.290.0-r1.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-IO-Socket-IP: perl-IO-Socket-IP-0.290.0.ebuild ChangeLog
ago 15/02/15 10:49:07 Modified: perl-IO-Socket-IP-0.290.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.290.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.290.0.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.290.0.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.290.0.ebuild?r1=1.5&r2=1.6 Index: perl-IO-Socket-IP-0.290.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.290.0.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-IO-Socket-IP-0.290.0.ebuild14 Feb 2015 15:38:13 - 1.5 +++ perl-IO-Socket-IP-0.290.0.ebuild15 Feb 2015 10:49:07 - 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/virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.290.0.ebuild,v 1.5 2015/02/14 15:38:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.290.0.ebuild,v 1.6 2015/02/15 10:49:07 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~ppc-macos ~x86-solaris" IUSE="" RDEPEND=" 1.6 virtual/perl-IO-Socket-IP/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-IO-Socket-IP/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-IO-Socket-IP/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-IO-Socket-IP/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-IO-Socket-IP/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 14 Feb 2015 15:38:13 - 1.5 +++ ChangeLog 15 Feb 2015 10:49:07 - 1.6 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-IO-Socket-IP # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-IO-Socket-IP/ChangeLog,v 1.5 2015/02/14 15:38:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-IO-Socket-IP/ChangeLog,v 1.6 2015/02/15 10:49:07 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-IO-Socket-IP-0.290.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-IO-Socket-IP-0.290.0.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-Safe: perl-Safe-2.370.0.ebuild ChangeLog
ago 15/02/15 10:49:50 Modified: perl-Safe-2.370.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 virtual/perl-Safe/perl-Safe-2.370.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Safe/perl-Safe-2.370.0.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Safe/perl-Safe-2.370.0.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Safe/perl-Safe-2.370.0.ebuild?r1=1.6&r2=1.7 Index: perl-Safe-2.370.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Safe/perl-Safe-2.370.0.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Safe-2.370.0.ebuild14 Feb 2015 15:38:54 - 1.6 +++ perl-Safe-2.370.0.ebuild15 Feb 2015 10:49:49 - 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/virtual/perl-Safe/perl-Safe-2.370.0.ebuild,v 1.6 2015/02/14 15:38:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/perl-Safe-2.370.0.ebuild,v 1.7 2015/02/15 10:49:49 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86" IUSE="" RDEPEND=" 1.58 virtual/perl-Safe/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Safe/ChangeLog?rev=1.58&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Safe/ChangeLog?rev=1.58&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Safe/ChangeLog?r1=1.57&r2=1.58 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Safe/ChangeLog,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- ChangeLog 14 Feb 2015 15:38:54 - 1.57 +++ ChangeLog 15 Feb 2015 10:49:49 - 1.58 @@ -1,6 +1,9 @@ # ChangeLog for virtual/perl-Safe # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/ChangeLog,v 1.57 2015/02/14 15:38:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/ChangeLog,v 1.58 2015/02/15 10:49:49 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo perl-Safe-2.370.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-Safe-2.370.0.ebuild: Stable for ppc, wrt bug #536790
[gentoo-commits] gentoo-x86 commit in virtual/perl-Package-Constants: perl-Package-Constants-0.40.0.ebuild ChangeLog
ago 15/02/15 10:49:37 Modified: perl-Package-Constants-0.40.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 virtual/perl-Package-Constants/perl-Package-Constants-0.40.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Package-Constants/perl-Package-Constants-0.40.0.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Package-Constants/perl-Package-Constants-0.40.0.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Package-Constants/perl-Package-Constants-0.40.0.ebuild?r1=1.5&r2=1.6 Index: perl-Package-Constants-0.40.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Package-Constants/perl-Package-Constants-0.40.0.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Package-Constants-0.40.0.ebuild14 Feb 2015 15:38:42 - 1.5 +++ perl-Package-Constants-0.40.0.ebuild15 Feb 2015 10:49: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/virtual/perl-Package-Constants/perl-Package-Constants-0.40.0.ebuild,v 1.5 2015/02/14 15:38:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Package-Constants/perl-Package-Constants-0.40.0.ebuild,v 1.6 2015/02/15 10:49:37 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" 1.38 virtual/perl-Package-Constants/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Package-Constants/ChangeLog?rev=1.38&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Package-Constants/ChangeLog?rev=1.38&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Package-Constants/ChangeLog?r1=1.37&r2=1.38 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Package-Constants/ChangeLog,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- ChangeLog 14 Feb 2015 15:38:42 - 1.37 +++ ChangeLog 15 Feb 2015 10:49:37 - 1.38 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Package-Constants # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Package-Constants/ChangeLog,v 1.37 2015/02/14 15:38:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Package-Constants/ChangeLog,v 1.38 2015/02/15 10:49:37 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-Package-Constants-0.40.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-Package-Constants-0.40.0.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-Parse-CPAN-Meta: perl-Parse-CPAN-Meta-1.441.400.ebuild ChangeLog
ago 15/02/15 10:49:41 Modified: perl-Parse-CPAN-Meta-1.441.400.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 virtual/perl-Parse-CPAN-Meta/perl-Parse-CPAN-Meta-1.441.400.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Parse-CPAN-Meta/perl-Parse-CPAN-Meta-1.441.400.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Parse-CPAN-Meta/perl-Parse-CPAN-Meta-1.441.400.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Parse-CPAN-Meta/perl-Parse-CPAN-Meta-1.441.400.ebuild?r1=1.6&r2=1.7 Index: perl-Parse-CPAN-Meta-1.441.400.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Parse-CPAN-Meta/perl-Parse-CPAN-Meta-1.441.400.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Parse-CPAN-Meta-1.441.400.ebuild 14 Feb 2015 15:38:46 - 1.6 +++ perl-Parse-CPAN-Meta-1.441.400.ebuild 15 Feb 2015 10:49:41 - 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/virtual/perl-Parse-CPAN-Meta/perl-Parse-CPAN-Meta-1.441.400.ebuild,v 1.6 2015/02/14 15:38:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Parse-CPAN-Meta/perl-Parse-CPAN-Meta-1.441.400.ebuild,v 1.7 2015/02/15 10:49:41 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" 1.61 virtual/perl-Parse-CPAN-Meta/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Parse-CPAN-Meta/ChangeLog?rev=1.61&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Parse-CPAN-Meta/ChangeLog?rev=1.61&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Parse-CPAN-Meta/ChangeLog?r1=1.60&r2=1.61 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Parse-CPAN-Meta/ChangeLog,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- ChangeLog 14 Feb 2015 15:38:46 - 1.60 +++ ChangeLog 15 Feb 2015 10:49:41 - 1.61 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Parse-CPAN-Meta # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Parse-CPAN-Meta/ChangeLog,v 1.60 2015/02/14 15:38:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Parse-CPAN-Meta/ChangeLog,v 1.61 2015/02/15 10:49:41 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-Parse-CPAN-Meta-1.441.400.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-Parse-CPAN-Meta-1.441.400.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-Scalar-List-Utils: perl-Scalar-List-Utils-1.380.0.ebuild ChangeLog
ago 15/02/15 10:49:51 Modified: perl-Scalar-List-Utils-1.380.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.380.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.380.0.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.380.0.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.380.0.ebuild?r1=1.6&r2=1.7 Index: perl-Scalar-List-Utils-1.380.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.380.0.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Scalar-List-Utils-1.380.0.ebuild 14 Feb 2015 15:38:56 - 1.6 +++ perl-Scalar-List-Utils-1.380.0.ebuild 15 Feb 2015 10:49:51 - 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/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.380.0.ebuild,v 1.6 2015/02/14 15:38:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.380.0.ebuild,v 1.7 2015/02/15 10:49:51 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" 1.81 virtual/perl-Scalar-List-Utils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Scalar-List-Utils/ChangeLog?rev=1.81&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Scalar-List-Utils/ChangeLog?rev=1.81&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Scalar-List-Utils/ChangeLog?r1=1.80&r2=1.81 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Scalar-List-Utils/ChangeLog,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- ChangeLog 14 Feb 2015 15:38:56 - 1.80 +++ ChangeLog 15 Feb 2015 10:49:51 - 1.81 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Scalar-List-Utils # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Scalar-List-Utils/ChangeLog,v 1.80 2015/02/14 15:38:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Scalar-List-Utils/ChangeLog,v 1.81 2015/02/15 10:49:51 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-Scalar-List-Utils-1.380.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-Scalar-List-Utils-1.380.0.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-Math-BigRat: perl-Math-BigRat-0.260.600.ebuild ChangeLog
ago 15/02/15 10:49:22 Modified: perl-Math-BigRat-0.260.600.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 virtual/perl-Math-BigRat/perl-Math-BigRat-0.260.600.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Math-BigRat/perl-Math-BigRat-0.260.600.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Math-BigRat/perl-Math-BigRat-0.260.600.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Math-BigRat/perl-Math-BigRat-0.260.600.ebuild?r1=1.5&r2=1.6 Index: perl-Math-BigRat-0.260.600.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigRat/perl-Math-BigRat-0.260.600.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Math-BigRat-0.260.600.ebuild 14 Feb 2015 15:38:26 - 1.5 +++ perl-Math-BigRat-0.260.600.ebuild 15 Feb 2015 10:49:22 - 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/virtual/perl-Math-BigRat/perl-Math-BigRat-0.260.600.ebuild,v 1.5 2015/02/14 15:38:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigRat/perl-Math-BigRat-0.260.600.ebuild,v 1.6 2015/02/15 10:49:22 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~s390 ~sh ~sparc x86 ~ppc-aix ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~ppc-macos ~x86-solaris" IUSE="" RDEPEND=" 1.17 virtual/perl-Math-BigRat/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Math-BigRat/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Math-BigRat/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Math-BigRat/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigRat/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 14 Feb 2015 15:38:26 - 1.16 +++ ChangeLog 15 Feb 2015 10:49:22 - 1.17 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Math-BigRat # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigRat/ChangeLog,v 1.16 2015/02/14 15:38:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigRat/ChangeLog,v 1.17 2015/02/15 10:49:22 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-Math-BigRat-0.260.600.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-Math-BigRat-0.260.600.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-Time-HiRes: perl-Time-HiRes-1.972.600-r1.ebuild ChangeLog
ago 15/02/15 10:50:11 Modified: perl-Time-HiRes-1.972.600-r1.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 virtual/perl-Time-HiRes/perl-Time-HiRes-1.972.600-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Time-HiRes/perl-Time-HiRes-1.972.600-r1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Time-HiRes/perl-Time-HiRes-1.972.600-r1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Time-HiRes/perl-Time-HiRes-1.972.600-r1.ebuild?r1=1.5&r2=1.6 Index: perl-Time-HiRes-1.972.600-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Time-HiRes/perl-Time-HiRes-1.972.600-r1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Time-HiRes-1.972.600-r1.ebuild 14 Feb 2015 15:39:17 - 1.5 +++ perl-Time-HiRes-1.972.600-r1.ebuild 15 Feb 2015 10:50:11 - 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/virtual/perl-Time-HiRes/perl-Time-HiRes-1.972.600-r1.ebuild,v 1.5 2015/02/14 15:39:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Time-HiRes/perl-Time-HiRes-1.972.600-r1.ebuild,v 1.6 2015/02/15 10:50:11 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" RDEPEND=" 1.100virtual/perl-Time-HiRes/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Time-HiRes/ChangeLog?rev=1.100&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Time-HiRes/ChangeLog?rev=1.100&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Time-HiRes/ChangeLog?r1=1.99&r2=1.100 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Time-HiRes/ChangeLog,v retrieving revision 1.99 retrieving revision 1.100 diff -u -r1.99 -r1.100 --- ChangeLog 14 Feb 2015 15:39:17 - 1.99 +++ ChangeLog 15 Feb 2015 10:50:11 - 1.100 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Time-HiRes # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Time-HiRes/ChangeLog,v 1.99 2015/02/14 15:39:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Time-HiRes/ChangeLog,v 1.100 2015/02/15 10:50:11 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-Time-HiRes-1.972.600-r1.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-Time-HiRes-1.972.600-r1.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-Test-Simple: perl-Test-Simple-1.1.2.ebuild ChangeLog
ago 15/02/15 10:50:03 Modified: perl-Test-Simple-1.1.2.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.7 virtual/perl-Test-Simple/perl-Test-Simple-1.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Test-Simple/perl-Test-Simple-1.1.2.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Test-Simple/perl-Test-Simple-1.1.2.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Test-Simple/perl-Test-Simple-1.1.2.ebuild?r1=1.6&r2=1.7 Index: perl-Test-Simple-1.1.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Test-Simple/perl-Test-Simple-1.1.2.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Test-Simple-1.1.2.ebuild 14 Feb 2015 15:39:09 - 1.6 +++ perl-Test-Simple-1.1.2.ebuild 15 Feb 2015 10:50:03 - 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/virtual/perl-Test-Simple/perl-Test-Simple-1.1.2.ebuild,v 1.6 2015/02/14 15:39:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Test-Simple/perl-Test-Simple-1.1.2.ebuild,v 1.7 2015/02/15 10:50:03 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" 1.97 virtual/perl-Test-Simple/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Test-Simple/ChangeLog?rev=1.97&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Test-Simple/ChangeLog?rev=1.97&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Test-Simple/ChangeLog?r1=1.96&r2=1.97 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Test-Simple/ChangeLog,v retrieving revision 1.96 retrieving revision 1.97 diff -u -r1.96 -r1.97 --- ChangeLog 14 Feb 2015 15:39:09 - 1.96 +++ ChangeLog 15 Feb 2015 10:50:03 - 1.97 @@ -1,6 +1,9 @@ # ChangeLog for virtual/perl-Test-Simple # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Test-Simple/ChangeLog,v 1.96 2015/02/14 15:39:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Test-Simple/ChangeLog,v 1.97 2015/02/15 10:50:03 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo perl-Test-Simple-1.1.2.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-Test-Simple-1.1.2.ebuild: Stable for ppc, wrt bug #536790
[gentoo-commits] gentoo-x86 commit in virtual/perl-Thread-Queue: perl-Thread-Queue-3.50.0.ebuild ChangeLog
ago 15/02/15 10:50:08 Modified: perl-Thread-Queue-3.50.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 virtual/perl-Thread-Queue/perl-Thread-Queue-3.50.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Thread-Queue/perl-Thread-Queue-3.50.0.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Thread-Queue/perl-Thread-Queue-3.50.0.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Thread-Queue/perl-Thread-Queue-3.50.0.ebuild?r1=1.5&r2=1.6 Index: perl-Thread-Queue-3.50.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Thread-Queue/perl-Thread-Queue-3.50.0.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Thread-Queue-3.50.0.ebuild 14 Feb 2015 15:39:14 - 1.5 +++ perl-Thread-Queue-3.50.0.ebuild 15 Feb 2015 10:50:08 - 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/virtual/perl-Thread-Queue/perl-Thread-Queue-3.50.0.ebuild,v 1.5 2015/02/14 15:39:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Thread-Queue/perl-Thread-Queue-3.50.0.ebuild,v 1.6 2015/02/15 10:50:08 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="amd64 hppa ppc x86" +KEYWORDS="amd64 hppa ppc ppc64 x86" IUSE="" RDEPEND=" 1.22 virtual/perl-Thread-Queue/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Thread-Queue/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Thread-Queue/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Thread-Queue/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Thread-Queue/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 14 Feb 2015 15:39:14 - 1.21 +++ ChangeLog 15 Feb 2015 10:50:08 - 1.22 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Thread-Queue # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Thread-Queue/ChangeLog,v 1.21 2015/02/14 15:39:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Thread-Queue/ChangeLog,v 1.22 2015/02/15 10:50:08 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-Thread-Queue-3.50.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-Thread-Queue-3.50.0.ebuild:
[gentoo-commits] gentoo-x86 commit in virtual/perl-Socket: perl-Socket-2.13.0.ebuild ChangeLog
ago 15/02/15 10:49:53 Modified: perl-Socket-2.13.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.8 virtual/perl-Socket/perl-Socket-2.13.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Socket/perl-Socket-2.13.0.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Socket/perl-Socket-2.13.0.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Socket/perl-Socket-2.13.0.ebuild?r1=1.7&r2=1.8 Index: perl-Socket-2.13.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Socket/perl-Socket-2.13.0.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Socket-2.13.0.ebuild 14 Feb 2015 15:38:58 - 1.7 +++ perl-Socket-2.13.0.ebuild 15 Feb 2015 10:49:53 - 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/virtual/perl-Socket/perl-Socket-2.13.0.ebuild,v 1.7 2015/02/14 15:38:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Socket/perl-Socket-2.13.0.ebuild,v 1.8 2015/02/15 10:49:53 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 hppa ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 hppa ppc ppc64 ~sparc x86" IUSE="" RDEPEND=" 1.25 virtual/perl-Socket/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Socket/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Socket/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Socket/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Socket/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 14 Feb 2015 15:38:58 - 1.24 +++ ChangeLog 15 Feb 2015 10:49:53 - 1.25 @@ -1,6 +1,9 @@ # ChangeLog for virtual/perl-Socket # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Socket/ChangeLog,v 1.24 2015/02/14 15:38:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Socket/ChangeLog,v 1.25 2015/02/15 10:49:53 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo perl-Socket-2.13.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-Socket-2.13.0.ebuild: Stable for ppc, wrt bug #536790
[gentoo-commits] gentoo-x86 commit in virtual/perl-autodie: perl-autodie-2.230.0.ebuild ChangeLog
ago 15/02/15 10:50:17 Modified: perl-autodie-2.230.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.5 virtual/perl-autodie/perl-autodie-2.230.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-autodie/perl-autodie-2.230.0.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-autodie/perl-autodie-2.230.0.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-autodie/perl-autodie-2.230.0.ebuild?r1=1.4&r2=1.5 Index: perl-autodie-2.230.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-autodie/perl-autodie-2.230.0.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-autodie-2.230.0.ebuild 14 Feb 2015 15:39:23 - 1.4 +++ perl-autodie-2.230.0.ebuild 15 Feb 2015 10:50:17 - 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/virtual/perl-autodie/perl-autodie-2.230.0.ebuild,v 1.4 2015/02/14 15:39:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-autodie/perl-autodie-2.230.0.ebuild,v 1.5 2015/02/15 10:50:17 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="" RDEPEND=" 1.9 virtual/perl-autodie/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-autodie/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-autodie/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-autodie/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-autodie/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 14 Feb 2015 15:39:23 - 1.8 +++ ChangeLog 15 Feb 2015 10:50:17 - 1.9 @@ -1,6 +1,9 @@ # ChangeLog for virtual/perl-autodie # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-autodie/ChangeLog,v 1.8 2015/02/14 15:39:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-autodie/ChangeLog,v 1.9 2015/02/15 10:50:17 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo perl-autodie-2.230.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-autodie-2.230.0.ebuild: Stable for ppc, wrt bug #536790
[gentoo-commits] gentoo-x86 commit in virtual/perl-bignum: perl-bignum-0.370.0.ebuild ChangeLog
ago 15/02/15 10:50:19 Modified: perl-bignum-0.370.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 virtual/perl-bignum/perl-bignum-0.370.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-bignum/perl-bignum-0.370.0.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-bignum/perl-bignum-0.370.0.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-bignum/perl-bignum-0.370.0.ebuild?r1=1.5&r2=1.6 Index: perl-bignum-0.370.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-bignum/perl-bignum-0.370.0.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-bignum-0.370.0.ebuild 14 Feb 2015 15:39:25 - 1.5 +++ perl-bignum-0.370.0.ebuild 15 Feb 2015 10:50:19 - 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/virtual/perl-bignum/perl-bignum-0.370.0.ebuild,v 1.5 2015/02/14 15:39:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-bignum/perl-bignum-0.370.0.ebuild,v 1.6 2015/02/15 10:50:19 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~s390 ~sh ~sparc x86 ~ppc-aix ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~ppc-macos ~x86-solaris" IUSE="" RDEPEND=" 1.16 virtual/perl-bignum/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-bignum/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-bignum/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-bignum/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-bignum/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 14 Feb 2015 15:39:25 - 1.15 +++ ChangeLog 15 Feb 2015 10:50:19 - 1.16 @@ -1,6 +1,9 @@ # ChangeLog for virtual/perl-bignum # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-bignum/ChangeLog,v 1.15 2015/02/14 15:39:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-bignum/ChangeLog,v 1.16 2015/02/15 10:50:19 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo perl-bignum-0.370.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-bignum-0.370.0.ebuild: Stable for ppc, wrt bug #536790
[gentoo-commits] gentoo-x86 commit in virtual/perl-XSLoader: perl-XSLoader-0.170.0.ebuild ChangeLog
ago 15/02/15 10:50:15 Modified: perl-XSLoader-0.170.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 virtual/perl-XSLoader/perl-XSLoader-0.170.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-XSLoader/perl-XSLoader-0.170.0.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-XSLoader/perl-XSLoader-0.170.0.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-XSLoader/perl-XSLoader-0.170.0.ebuild?r1=1.5&r2=1.6 Index: perl-XSLoader-0.170.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-XSLoader/perl-XSLoader-0.170.0.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-XSLoader-0.170.0.ebuild14 Feb 2015 15:39:21 - 1.5 +++ perl-XSLoader-0.170.0.ebuild15 Feb 2015 10:50:15 - 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/virtual/perl-XSLoader/perl-XSLoader-0.170.0.ebuild,v 1.5 2015/02/14 15:39:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-XSLoader/perl-XSLoader-0.170.0.ebuild,v 1.6 2015/02/15 10:50:15 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="" RDEPEND=" 1.38 virtual/perl-XSLoader/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-XSLoader/ChangeLog?rev=1.38&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-XSLoader/ChangeLog?rev=1.38&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-XSLoader/ChangeLog?r1=1.37&r2=1.38 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-XSLoader/ChangeLog,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- ChangeLog 14 Feb 2015 15:39:21 - 1.37 +++ ChangeLog 15 Feb 2015 10:50:15 - 1.38 @@ -1,6 +1,9 @@ # ChangeLog for virtual/perl-XSLoader # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-XSLoader/ChangeLog,v 1.37 2015/02/14 15:39:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-XSLoader/ChangeLog,v 1.38 2015/02/15 10:50:15 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo perl-XSLoader-0.170.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-XSLoader-0.170.0.ebuild: Stable for ppc, wrt bug #536790
[gentoo-commits] gentoo-x86 commit in virtual/perl-Term-ReadLine: perl-Term-ReadLine-1.140.0.ebuild ChangeLog
ago 15/02/15 10:50:00 Modified: perl-Term-ReadLine-1.140.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #536790 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision ChangesPath 1.6 virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.140.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.140.0.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.140.0.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.140.0.ebuild?r1=1.5&r2=1.6 Index: perl-Term-ReadLine-1.140.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.140.0.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Term-ReadLine-1.140.0.ebuild 14 Feb 2015 15:39:04 - 1.5 +++ perl-Term-ReadLine-1.140.0.ebuild 15 Feb 2015 10:49:59 - 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/virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.140.0.ebuild,v 1.5 2015/02/14 15:39:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.140.0.ebuild,v 1.6 2015/02/15 10:49:59 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" 1.6 virtual/perl-Term-ReadLine/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Term-ReadLine/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Term-ReadLine/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Term-ReadLine/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Term-ReadLine/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 14 Feb 2015 15:39:04 - 1.5 +++ ChangeLog 15 Feb 2015 10:49:59 - 1.6 @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Term-ReadLine # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Term-ReadLine/ChangeLog,v 1.5 2015/02/14 15:39:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Term-ReadLine/ChangeLog,v 1.6 2015/02/15 10:49:59 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo + perl-Term-ReadLine-1.140.0.ebuild: + Stable for ppc64, wrt bug #536790 14 Feb 2015; Agostino Sarubbo perl-Term-ReadLine-1.140.0.ebuild: