[gentoo-commits] gentoo-x86 commit in net-misc/socat: ChangeLog socat-1.7.3.0.ebuild

2015-01-25 Thread Jeroen Roovers (jer)
jer 15/01/25 08:12:29

  Modified: ChangeLog
  Added:socat-1.7.3.0.ebuild
  Log:
  Version bump (bug #537592).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.145net-misc/socat/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.145&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.145&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?r1=1.144&r2=1.145

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog   27 Oct 2014 08:51:51 -  1.144
+++ ChangeLog   25 Jan 2015 08:12:28 -  1.145
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/socat
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.144 2014/10/27 
08:51:51 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.145 2015/01/25 
08:12:28 jer Exp $
+
+*socat-1.7.3.0 (25 Jan 2015)
+
+  25 Jan 2015; Jeroen Roovers  +socat-1.7.3.0.ebuild:
+  Version bump (bug #537592).
 
   27 Oct 2014; Jeroen Roovers  socat-1.7.2.4-r1.ebuild,
   +files/socat-1.7.2.4-linux-3.17.patch:



1.1  net-misc/socat/socat-1.7.3.0.ebuild

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

Index: socat-1.7.3.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.3.0.ebuild,v 1.1 
2015/01/25 08:12:29 jer Exp $

EAPI=5
inherit eutils flag-o-matic toolchain-funcs

DESCRIPTION="Multipurpose relay (SOcket CAT)"
HOMEPAGE="http://www.dest-unreach.org/socat/";
MY_P=${P/_beta/-b}
S="${WORKDIR}/${MY_P}"
SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="ssl readline ipv6 tcpd"

DEPEND="
ssl? ( >=dev-libs/openssl-0.9.6 )
readline? ( >=sys-libs/ncurses-5.1 >=sys-libs/readline-4.1 )
tcpd? ( sys-apps/tcp-wrappers )
"
RDEPEND="${DEPEND}"

RESTRICT="test"

DOCS=(
BUGREPORTS CHANGES DEVELOPMENT EXAMPLES FAQ FILES PORTING README 
SECURITY
)

src_configure() {
filter-flags '-Wno-error*' #293324
tc-export AR
econf \
$(use_enable ssl openssl) \
$(use_enable readline) \
$(use_enable ipv6 ip6) \
$(use_enable tcpd libwrap)
}

src_install() {
default

dohtml doc/*.html doc/*.css
}






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

2015-01-25 Thread Ian Delaney (idella4)
idella4 15/01/25 08:27:22

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

Revision  ChangesPath
1.2  dev-python/alabaster/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/alabaster/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   10 Aug 2014 14:35:43 -  1.1
+++ ChangeLog   25 Jan 2015 08:27:22 -  1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/alabaster
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/alabaster/ChangeLog,v 1.1 
2014/08/10 14:35:43 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/alabaster/ChangeLog,v 1.2 
2015/01/25 08:27:22 idella4 Exp $
+
+*alabaster-0.6.3 (25 Jan 2015)
+
+  25 Jan 2015; Ian Delaney  +alabaster-0.6.3.ebuild:
+  bump
 
 *alabaster-0.6.0 (10 Aug 2014)
 



1.2  dev-python/alabaster/alabaster-0.6.0.ebuild

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

Index: alabaster-0.6.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/alabaster/alabaster-0.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- alabaster-0.6.0.ebuild  10 Aug 2014 14:35:43 -  1.1
+++ alabaster-0.6.0.ebuild  25 Jan 2015 08:27:22 -  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/alabaster/alabaster-0.6.0.ebuild,v 1.1 
2014/08/10 14:35:43 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/alabaster/alabaster-0.6.0.ebuild,v 1.2 
2015/01/25 08:27:22 idella4 Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )



1.1  dev-python/alabaster/alabaster-0.6.3.ebuild

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

Index: alabaster-0.6.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/alabaster/alabaster-0.6.3.ebuild,v 1.1 
2015/01/25 08:27:22 idella4 Exp $

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

inherit distutils-r1 flag-o-matic

DESCRIPTION="A configurable sidebar-enabled Sphinx theme"
HOMEPAGE="https://github.com/bitprophet/alabaster";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

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

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






[gentoo-commits] gentoo-x86 commit in sci-electronics/gtkwave: ChangeLog gtkwave-3.3.64.ebuild gtkwave-3.3.46.ebuild

2015-01-25 Thread Thomas Beierlein (tomjbe)
tomjbe  15/01/25 08:30:31

  Modified: ChangeLog
  Added:gtkwave-3.3.64.ebuild
  Removed:  gtkwave-3.3.46.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x762053D5)

Revision  ChangesPath
1.89 sci-electronics/gtkwave/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gtkwave/ChangeLog?rev=1.89&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gtkwave/ChangeLog?rev=1.89&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gtkwave/ChangeLog?r1=1.88&r2=1.89

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gtkwave/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   23 May 2014 05:23:12 -  1.88
+++ ChangeLog   25 Jan 2015 08:30:31 -  1.89
@@ -1,6 +1,12 @@
 # ChangeLog for sci-electronics/gtkwave
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gtkwave/ChangeLog,v 1.88 
2014/05/23 05:23:12 tomjbe Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gtkwave/ChangeLog,v 1.89 
2015/01/25 08:30:31 tomjbe Exp $
+
+*gtkwave-3.3.64 (25 Jan 2015)
+
+  25 Jan 2015; Thomas Beierlein  -gtkwave-3.3.46.ebuild,
+  +gtkwave-3.3.64.ebuild:
+  Version bump
 
 *gtkwave-3.3.59 (23 May 2014)
 



1.1  sci-electronics/gtkwave/gtkwave-3.3.64.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gtkwave/gtkwave-3.3.64.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gtkwave/gtkwave-3.3.64.ebuild?rev=1.1&content-type=text/plain

Index: gtkwave-3.3.64.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-electronics/gtkwave/gtkwave-3.3.64.ebuild,v 1.1 
2015/01/25 08:30:31 tomjbe Exp $

EAPI="4"

inherit eutils fdo-mime toolchain-funcs

DESCRIPTION="A wave viewer for LXT, LXT2, VZT, GHW and standard Verilog 
VCD/EVCD files"
HOMEPAGE="http://gtkwave.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

IUSE="doc examples fasttree fatlines judy lzma packed tcl"
LICENSE="GPL-2 MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"

RDEPEND="dev-libs/glib:2
x11-libs/gtk+:2
x11-libs/pango
sys-libs/zlib
judy? ( dev-libs/judy )
tcl? ( dev-lang/tcl dev-lang/tk )
lzma? ( app-arch/xz-utils )"

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

AT_M4DIR="${S}"

src_prepare(){
# do not install doc and examples by default
sed -i -e 's/doc examples//' Makefile.in || die
}

src_configure(){
econf --disable-local-libz \
--disable-local-libbz2 \
--disable-mime-update \
--enable-largefile \
$(use_enable packed struct-pack) \
$(use_enable fatlines) \
$(use_enable tcl) \
$(use_enable lzma xz) \
$(use_enable fasttree) \
$(use_enable judy)
}

src_compile() {
emake AR=$(tc-getAR)
}

src_install() {
emake DESTDIR="${D}" install
dodoc ChangeLog README
if use doc ; then
insinto /usr/share/doc/${PF}
doins "doc/${PN}.odt"
fi
if use examples ; then
insinto /usr/share/doc/${PF}
doins -r examples
fi
}

pkg_postinst() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}

pkg_postrm() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/liquid: liquid-3.0.1.ebuild ChangeLog

2015-01-25 Thread Manuel Rueger (mrueg)
mrueg   15/01/25 08:47:06

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

Revision  ChangesPath
1.19 dev-ruby/liquid/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/liquid/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   24 Jan 2015 14:50:18 -  1.18
+++ ChangeLog   25 Jan 2015 08:47:05 -  1.19
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/liquid
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/liquid/ChangeLog,v 1.18 2015/01/24 
14:50:18 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/liquid/ChangeLog,v 1.19 2015/01/25 
08:47:05 mrueg Exp $
+
+*liquid-3.0.1 (25 Jan 2015)
+
+  25 Jan 2015; Manuel Rüger  +liquid-3.0.1.ebuild:
+  Version bump.
 
   24 Jan 2015; Manuel Rüger  -liquid-2.5.5.ebuild,
   -liquid-2.6.1.ebuild:



1.1  dev-ruby/liquid/liquid-3.0.1.ebuild

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

Index: liquid-3.0.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/liquid/liquid-3.0.1.ebuild,v 1.1 
2015/01/25 08:47:05 mrueg Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="History.md README.md"

inherit ruby-fakegem

SRC_URI="https://github.com/Shopify/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
DESCRIPTION="Template engine for Ruby"
HOMEPAGE="http://www.liquidmarkup.org/";

LICENSE="MIT"
SLOT="3"
KEYWORDS="~amd64"
IUSE=""

ruby_add_bdepend "test? ( dev-ruby/minitest
dev-ruby/spy )"






[gentoo-commits] gentoo-x86 commit in dev-ruby/liquid: liquid-2.6.2.ebuild ChangeLog

2015-01-25 Thread Manuel Rueger (mrueg)
mrueg   15/01/25 08:48:28

  Modified: ChangeLog
  Added:liquid-2.6.2.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.20 dev-ruby/liquid/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/liquid/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   25 Jan 2015 08:47:05 -  1.19
+++ ChangeLog   25 Jan 2015 08:48:28 -  1.20
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/liquid
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/liquid/ChangeLog,v 1.19 2015/01/25 
08:47:05 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/liquid/ChangeLog,v 1.20 2015/01/25 
08:48:28 mrueg Exp $
+
+*liquid-2.6.2 (25 Jan 2015)
+
+  25 Jan 2015; Manuel Rüger  +liquid-2.6.2.ebuild:
+  Version bump. Remove old.
 
 *liquid-3.0.1 (25 Jan 2015)
 



1.1  dev-ruby/liquid/liquid-2.6.2.ebuild

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

Index: liquid-2.6.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/liquid/liquid-2.6.2.ebuild,v 1.1 
2015/01/25 08:48:28 mrueg Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST=""

RUBY_FAKEGEM_EXTRADOC="History.md README.md"

inherit ruby-fakegem

DESCRIPTION="Template engine for Ruby"
HOMEPAGE="http://www.liquidmarkup.org/";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
IUSE=""

ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"

each_ruby_test() {
ruby-ng_testrb-2 -Ilib:test test/liquid/*_test.rb
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/nokogiri: nokogiri-1.6.6.2.ebuild ChangeLog

2015-01-25 Thread Manuel Rueger (mrueg)
mrueg   15/01/25 08:53:25

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

Revision  ChangesPath
1.127dev-ruby/nokogiri/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/ChangeLog?rev=1.127&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/ChangeLog?rev=1.127&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/ChangeLog?r1=1.126&r2=1.127

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog   8 Jan 2015 11:28:14 -   1.126
+++ ChangeLog   25 Jan 2015 08:53:25 -  1.127
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/nokogiri
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.126 
2015/01/08 11:28:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.127 
2015/01/25 08:53:25 mrueg Exp $
+
+*nokogiri-1.6.6.2 (25 Jan 2015)
+
+  25 Jan 2015; Manuel Rüger  +nokogiri-1.6.6.2.ebuild:
+  Version bump.
 
   08 Jan 2015; Agostino Sarubbo  nokogiri-1.6.4.1.ebuild:
   Stable for ppc64, wrt bug #532532



1.1  dev-ruby/nokogiri/nokogiri-1.6.6.2.ebuild

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

Index: nokogiri-1.6.6.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.6.2.ebuild,v 
1.1 2015/01/25 08:53:25 mrueg Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc CHANGELOG.ja.rdoc README.rdoc 
README.ja.rdoc ROADMAP.md STANDARD_RESPONSES.md"

RUBY_FAKEGEM_EXTRAINSTALL="ext"

inherit ruby-fakegem eutils multilib

DESCRIPTION="Nokogiri is an HTML, XML, SAX, and Reader parser"
HOMEPAGE="http://nokogiri.org/";
LICENSE="MIT"
SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> 
${P}-git.tgz"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0"
IUSE=""

RDEPEND="${RDEPEND}
>=dev-libs/libxml2-2.9.2:=
dev-libs/libxslt
virtual/libiconv"
DEPEND="${DEPEND}
>=dev-libs/libxml2-2.9.2
dev-libs/libxslt
virtual/libiconv"

# The tests require _minitest_, not the virtual; what is shipped with
# Ruby 1.9 is *not* enough, unfortunately
ruby_add_bdepend "
dev-ruby/hoe
dev-ruby/rake-compiler
dev-ruby/rexical
dev-ruby/rdoc
dev-ruby/racc
test? ( dev-ruby/minitest )"

all_ruby_prepare() {
sed -i \
-e '/tasks\/cross_compile/s:^:#:' \
-e '/:test.*prerequisites/s:^:#:' \
-e '/license/ s:^:#:' \
Rakefile || die
# Remove the cross compilation options since they interfere with
# native building.
sed -i -e 's/cross_compile  = true/cross_compile = false/' Rakefile || 
die
sed -i -e '/cross_config_options/d' Rakefile || die
}

each_ruby_configure() {
NOKOGIRI_USE_SYSTEM_LIBRARIES=true \
${RUBY} -Cext/${PN} extconf.rb \
--with-zlib-include="${EPREFIX}"/usr/include \
--with-zlib-lib="${EPREFIX}"/$(get_libdir) \
--with-iconv-include="${EPREFIX}"/usr/include \
--with-iconv-lib="${EPREFIX}"/$(get_libdir) \
--with-xml2-include="${EPREFIX}"/usr/include/libxml2 \
--with-xml2-lib="${EPREFIX}"/usr/$(get_libdir) \
--with-xslt-dir="${EPREFIX}"/usr \
--with-iconvlib=iconv \
|| die "extconf.rb failed"
}

each_ruby_compile() {
if ! [[ -f lib/nokogiri/css/tokenizer.rb ]]; then
${RUBY} -S rake lib/nokogiri/css/tokenizer.rb || die "rexical 
failed"
fi

if ! [[ -f lib/nokogiri/css/parser.rb ]]; then
${RUBY} -S rake lib/nokogiri/css/parser.rb || die "racc failed"
fi

emake -Cext/${PN} \
V=1 \
CFLAGS="${CFLAGS} -fPIC" \
archflag="${LDFLAGS}" || die "make extension failed"
cp -l ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
}

each_ruby_install() {
# Clean

[gentoo-commits] gentoo-x86 commit in dev-ruby/rake-remote_task: rake-remote_task-2.2.2.ebuild ChangeLog

2015-01-25 Thread Manuel Rueger (mrueg)
mrueg   15/01/25 09:11:27

  Modified: rake-remote_task-2.2.2.ebuild ChangeLog
  Log:
  Add ruby 2.2 target.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.3  dev-ruby/rake-remote_task/rake-remote_task-2.2.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-remote_task/rake-remote_task-2.2.2.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-remote_task/rake-remote_task-2.2.2.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-remote_task/rake-remote_task-2.2.2.ebuild?r1=1.2&r2=1.3

Index: rake-remote_task-2.2.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/rake-remote_task/rake-remote_task-2.2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rake-remote_task-2.2.2.ebuild   5 Aug 2014 16:00:58 -   1.2
+++ rake-remote_task-2.2.2.ebuild   25 Jan 2015 09:11:27 -  1.3
@@ -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/rake-remote_task/rake-remote_task-2.2.2.ebuild,v
 1.2 2014/08/05 16:00:58 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/rake-remote_task/rake-remote_task-2.2.2.ebuild,v
 1.3 2015/01/25 09:11:27 mrueg Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_DOC="docs"
 RUBY_FAKEGEM_DOCDIR="doc"
@@ -19,7 +19,8 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-ruby_add_bdepend ">=dev-ruby/hoe-2.9.2 test? ( dev-ruby/minitest )"
+ruby_add_bdepend ">=dev-ruby/hoe-2.9.2
+   test? ( dev-ruby/minitest )"
 ruby_add_rdepend ">=dev-ruby/open4-1.0"
 
 all_ruby_prepare() {



1.21 dev-ruby/rake-remote_task/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rake-remote_task/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   5 Aug 2014 16:00:58 -   1.20
+++ ChangeLog   25 Jan 2015 09:11:27 -  1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rake-remote_task
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-remote_task/ChangeLog,v 1.20 
2014/08/05 16:00:58 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-remote_task/ChangeLog,v 1.21 
2015/01/25 09:11:27 mrueg Exp $
+
+  25 Jan 2015; Manuel Rüger  rake-remote_task-2.2.2.ebuild:
+  Add ruby 2.2 target.
 
   05 Aug 2014; Manuel Rüger  
rake-remote_task-2.2.1-r1.ebuild,
   rake-remote_task-2.2.2.ebuild:






[gentoo-commits] gentoo-x86 commit in www-apps/jekyll: jekyll-2.5.3.ebuild ChangeLog

2015-01-25 Thread Manuel Rueger (mrueg)
mrueg   15/01/25 09:13:53

  Modified: jekyll-2.5.3.ebuild ChangeLog
  Log:
  Restrict liquid dep to slot 0
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.2  www-apps/jekyll/jekyll-2.5.3.ebuild

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

Index: jekyll-2.5.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/jekyll/jekyll-2.5.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jekyll-2.5.3.ebuild 22 Dec 2014 23:08:58 -  1.1
+++ jekyll-2.5.3.ebuild 25 Jan 2015 09:13:52 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/jekyll/jekyll-2.5.3.ebuild,v 1.1 
2014/12/22 23:08:58 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/jekyll/jekyll-2.5.3.ebuild,v 1.2 
2015/01/25 09:13:52 mrueg Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21"
@@ -22,7 +22,7 @@
 ruby_add_rdepend "dev-ruby/classifier-reborn
dev-ruby/colorator
>=dev-ruby/kramdown-1.3
-   >=dev-ruby/liquid-2.6.1
+   >=dev-ruby/liquid-2.6.1:0
>=dev-ruby/mercenary-0.3.3
>=dev-ruby/pygments_rb-0.6.0
>=dev-ruby/redcarpet-3.1



1.15 www-apps/jekyll/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/jekyll/ChangeLog?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/jekyll/ChangeLog?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/jekyll/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/jekyll/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   24 Jan 2015 14:40:48 -  1.14
+++ ChangeLog   25 Jan 2015 09:13:52 -  1.15
@@ -1,6 +1,9 @@
 # ChangeLog for www-apps/jekyll
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/jekyll/ChangeLog,v 1.14 2015/01/24 
14:40:48 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/jekyll/ChangeLog,v 1.15 2015/01/25 
09:13:52 mrueg Exp $
+
+  25 Jan 2015; Manuel Rüger  jekyll-2.5.3.ebuild:
+  Restrict liquid dep to slot 0
 
   24 Jan 2015; Manuel Rüger  -jekyll-2.5.2.ebuild:
   Remove old.






[gentoo-commits] gentoo-x86 commit in net-irc/rbot: rbot-0.9.15_p20131020-r1.ebuild ChangeLog

2015-01-25 Thread Manuel Rueger (mrueg)
mrueg   15/01/25 09:24:49

  Modified: ChangeLog
  Added:rbot-0.9.15_p20131020-r1.ebuild
  Log:
  EAPI bump, add ruby 2.0, 2.1 targets. Drop ~ppc, ~x86 keywords.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.59 net-irc/rbot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/rbot/ChangeLog?rev=1.59&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/rbot/ChangeLog?rev=1.59&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/rbot/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   14 Aug 2014 14:39:38 -  1.58
+++ ChangeLog   25 Jan 2015 09:24:49 -  1.59
@@ -1,6 +1,11 @@
 # ChangeLog for net-irc/rbot
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.58 2014/08/14 
14:39:38 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.59 2015/01/25 
09:24:49 mrueg Exp $
+
+*rbot-0.9.15_p20131020-r1 (25 Jan 2015)
+
+  25 Jan 2015; Manuel Rüger  
+rbot-0.9.15_p20131020-r1.ebuild:
+  EAPI bump, add ruby 2.0, 2.1 targets. Drop ~ppc, ~x86 keywords.
 
   14 Aug 2014; Manuel Rüger  rbot-0.9.15_p20131020.ebuild:
   Remove ruby18 from USE_RUBY.



1.1  net-irc/rbot/rbot-0.9.15_p20131020-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/rbot/rbot-0.9.15_p20131020-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/rbot/rbot-0.9.15_p20131020-r1.ebuild?rev=1.1&content-type=text/plain

Index: rbot-0.9.15_p20131020-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.15_p20131020-r1.ebuild,v 1.1 
2015/01/25 09:24:49 mrueg Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

inherit ruby-ng eutils user

DESCRIPTION="A ruby IRC bot"
HOMEPAGE="http://ruby-rbot.org/";
SRC_URI="http://dev.a3li.li/gentoo/distfiles/${P}.tar.gz";

LICENSE="|| ( feh GPL-2 )"
SLOT="0"
KEYWORDS="~amd64"
IUSE="spell aspell timezone translator shorturl nls dict figlet
fortune cal host toilet"
ILINGUAS="zh_CN zh_TW ru nl de fi fr it ja"
RUBY_S="${PN}-master"

for lang in $ILINGUAS; do
IUSE="${IUSE} linguas_${lang}"
done

RDEPEND+="
spell? (
aspell? ( app-text/aspell )
!aspell? ( app-text/hunspell )
)
figlet? ( app-misc/figlet )
toilet? ( app-misc/toilet )
fortune? ( games-misc/fortune-mod )
cal? ( || ( sys-apps/util-linux sys-freebsd/freebsd-ubin ) )
host? ( net-dns/bind-tools )"

ruby_add_bdepend "
nls? (
>=dev-ruby/ruby-gettext-2
dev-ruby/rake
)"

ruby_add_rdepend "
dev-ruby/tokyocabinet
timezone? ( dev-ruby/tzinfo )
translator? ( dev-ruby/mechanize )
shorturl? ( dev-ruby/shorturl )
nls? ( dev-ruby/ruby-gettext >=dev-ruby/locale-2.0.5-r2 )
dict? ( >=dev-ruby/ruby-dict-0.9.4-r2 )"

RUBY_PATCHES=( "rbot-rakefile.patch" )

pkg_setup() {
enewuser rbot -1 -1 /var/lib/rbot nobody
}

all_ruby_compile() {
disable_rbot_plugin() {
mv "${S}"/data/rbot/plugins/$1.rb{,.disabled}
}
use_rbot_plugin() {
use $1 && return
disable_rbot_plugin "$2"
}
rbot_conf() {
echo "$1: $2" >> "${T}"/rbot.conf
}
use_rbot_conf_path() {
use "$1" \
&& rbot_conf "$2" "$3" \
|| rbot_conf "$2" /bin/false
}

local spell_program="/usr/bin/hunspell -i"
if use !spell; then
disable_rbot_plugin spell
spell_program="/bin/false"
elif use aspell; then
spell_program="/usr/bin/ispell-aspell"
fi

rbot_conf spell.program "${spell_program}"

if use !figlet && use !toilet; then
disable_rbot_plugin figlet
fi

use_rbot_conf_path figlet figlet.path /usr/bin/figlet
use_rbot_conf_path toilet toilet.path /usr/bin/toilet

use_rbot_plugin timezone time
use_rbot_plugin translator translator
use_rbot_plugin shorturl shortenurls
use_rbot_plugin dict dictclient

use_rbot_plugin fortune fortune
use_rbot_conf_path fortune fortune.path /usr/bin/fortune

use_rbot_plugin cal cal
use_rbot_conf_pa

[gentoo-commits] gentoo-x86 commit in dev-ruby/bcat: bcat-0.6.2-r2.ebuild ChangeLog bcat-0.6.2.ebuild bcat-0.6.2-r1.ebuild

2015-01-25 Thread Hans de Graaff (graaff)
graaff  15/01/25 09:25:47

  Modified: bcat-0.6.2-r2.ebuild ChangeLog bcat-0.6.2.ebuild
bcat-0.6.2-r1.ebuild
  Log:
  Update blocker on speech-tools now that there are fixed version which no 
longer collide, bug 418301.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.3  dev-ruby/bcat/bcat-0.6.2-r2.ebuild

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

Index: bcat-0.6.2-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bcat/bcat-0.6.2-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bcat-0.6.2-r2.ebuild5 Aug 2014 16:00:57 -   1.2
+++ bcat-0.6.2-r2.ebuild25 Jan 2015 09:25:47 -  1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bcat/bcat-0.6.2-r2.ebuild,v 1.2 
2014/08/05 16:00:57 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bcat/bcat-0.6.2-r2.ebuild,v 1.3 
2015/01/25 09:25:47 graaff Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21"
@@ -19,7 +19,7 @@
 IUSE=""
 
 # Collides on /usr/bin/bcat, bug 418301
-RDEPEND="${RDEPEND} !!app-accessibility/speech-tools"
+RDEPEND="${RDEPEND} !!http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bcat/ChangeLog?rev=1.27&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bcat/ChangeLog?rev=1.27&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bcat/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bcat/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   16 Nov 2014 18:15:20 -  1.26
+++ ChangeLog   25 Jan 2015 09:25:47 -  1.27
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/bcat
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bcat/ChangeLog,v 1.26 2014/11/16 
18:15:20 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bcat/ChangeLog,v 1.27 2015/01/25 
09:25:47 graaff Exp $
+
+  25 Jan 2015; Hans de Graaff  bcat-0.6.2.ebuild,
+  bcat-0.6.2-r1.ebuild, bcat-0.6.2-r2.ebuild:
+  Update blocker on speech-tools now that there are fixed version which no
+  longer collide, bug 418301.
 
   16 Nov 2014; Agostino Sarubbo  bcat-0.6.2.ebuild:
   Stable for ppc64, wrt bug #493780



1.22 dev-ruby/bcat/bcat-0.6.2.ebuild

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

Index: bcat-0.6.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bcat/bcat-0.6.2.ebuild,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- bcat-0.6.2.ebuild   16 Nov 2014 18:15:20 -  1.21
+++ bcat-0.6.2.ebuild   25 Jan 2015 09:25:47 -  1.22
@@ -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-ruby/bcat/bcat-0.6.2.ebuild,v 1.21 
2014/11/16 18:15:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bcat/bcat-0.6.2.ebuild,v 1.22 
2015/01/25 09:25:47 graaff Exp $
 
 EAPI=4
 USE_RUBY="ruby19"
@@ -19,7 +19,7 @@
 IUSE=""
 
 # Collides on /usr/bin/bcat, bug 418301
-RDEPEND="${RDEPEND} !!app-accessibility/speech-tools"
+RDEPEND="${RDEPEND} !!http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bcat/bcat-0.6.2-r1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bcat/bcat-0.6.2-r1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bcat/bcat-0.6.2-r1.ebuild?r1=1.3&r2=1.4

Index: bcat-0.6.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bcat/bcat-0.6.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bcat-0.6.2-r1.ebuild5 Aug 2014 16:00:57 -   1.3
+++ bcat-0

[gentoo-commits] gentoo-x86 commit in dev-python/pyspf: pyspf-2.0.11.ebuild ChangeLog pyspf-2.0.9.ebuild

2015-01-25 Thread Ian Delaney (idella4)
idella4 15/01/25 09:31:12

  Modified: ChangeLog
  Added:pyspf-2.0.11.ebuild
  Removed:  pyspf-2.0.9.ebuild
  Log:
  bump; rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.29 dev-python/pyspf/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyspf/ChangeLog?rev=1.29&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyspf/ChangeLog?rev=1.29&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyspf/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyspf/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   29 Sep 2014 04:16:45 -  1.28
+++ ChangeLog   25 Jan 2015 09:31:11 -  1.29
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pyspf
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/ChangeLog,v 1.28 
2014/09/29 04:16:45 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/ChangeLog,v 1.29 
2015/01/25 09:31:11 idella4 Exp $
+
+*pyspf-2.0.11 (25 Jan 2015)
+
+  25 Jan 2015; Ian Delaney  +pyspf-2.0.11.ebuild,
+  -pyspf-2.0.9.ebuild:
+  bump; rm old
 
 *pyspf-2.0.10 (29 Sep 2014)
 



1.1  dev-python/pyspf/pyspf-2.0.11.ebuild

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

Index: pyspf-2.0.11.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/pyspf-2.0.11.ebuild,v 1.1 
2015/01/25 09:31:11 idella4 Exp $

EAPI="5"

PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE="ipv6?"
inherit distutils-r1

DESCRIPTION="Python implementation of the Sender Policy Framework (SPF) 
protocol"
HOMEPAGE="http://pypi.python.org/pypi/pyspf";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="PSF-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="ipv6 test"

# >=python-3.3 comes with the built-in ipaddress module
RDEPEND="dev-python/authres[${PYTHON_USEDEP}]
$(python_gen_cond_dep '>=dev-python/ipaddr-2.1.10[${PYTHON_USEDEP}]' 
python2_7)
$(python_gen_cond_dep 'dev-python/pydns:2[${PYTHON_USEDEP}]' python2_7)
$(python_gen_cond_dep 'dev-python/pydns:3[${PYTHON_USEDEP}]' 
'python3*')"

DEPEND="test? ( ${RDEPEND}
dev-python/pyyaml[${PYTHON_USEDEP}] )"

REQUIRED_USE="test? ( ipv6 )"

python_test() {
pushd test &> /dev/null
"${PYTHON}" testspf.py || die
popd &> /dev/null
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/vcr: - New directory

2015-01-25 Thread Hans de Graaff (graaff)
graaff  15/01/25 09:35:57

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-ruby/vcr added to the repository



[gentoo-commits] gentoo-x86 commit in dev-ruby/vcr: metadata.xml ChangeLog vcr-2.9.3.ebuild

2015-01-25 Thread Hans de Graaff (graaff)
graaff  15/01/25 09:39:27

  Added:metadata.xml ChangeLog vcr-2.9.3.ebuild
  Log:
  Initial import. New test dependency for www-apps/nanoc.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.1  dev-ruby/vcr/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vcr/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vcr/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===

http://www.gentoo.org/dtd/metadata.dtd";>

ruby




1.1  dev-ruby/vcr/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-ruby/vcr
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vcr/ChangeLog,v 1.1 2015/01/25 
09:39:27 graaff Exp $

*vcr-2.9.3 (25 Jan 2015)

  25 Jan 2015; Hans de Graaff  +vcr-2.9.3.ebuild,
  +metadata.xml:
  Initial import. New test dependency for www-apps/nanoc.




1.1  dev-ruby/vcr/vcr-2.9.3.ebuild

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

Index: vcr-2.9.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vcr/vcr-2.9.3.ebuild,v 1.1 
2015/01/25 09:39:27 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 ruby22"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md CONTRIBUTING.md README.md Upgrade.md"

inherit ruby-fakegem

DESCRIPTION="Records your test suite's HTTP interactions and replay them during 
future test runs."
HOMEPAGE="https://github.com/myronmarston/vcr/";
LICENSE="MIT"

KEYWORDS="~amd64"
SLOT="0"
IUSE="test"

# Tests require all supported HTTP libraries to be present, and it is
# not possible to avoid some of them without very extensive patches.
RESTRICT="test"






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

2015-01-25 Thread Jeroen Roovers (jer)
jer 15/01/25 09:40:25

  Modified: jasper-1.900.1-r9.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #537530).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  media-libs/jasper/jasper-1.900.1-r9.ebuild

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

Index: jasper-1.900.1-r9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/jasper/jasper-1.900.1-r9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jasper-1.900.1-r9.ebuild24 Jan 2015 13:14:57 -  1.1
+++ jasper-1.900.1-r9.ebuild25 Jan 2015 09:40:25 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/jasper/jasper-1.900.1-r9.ebuild,v 1.1 
2015/01/24 13:14:57 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/jasper/jasper-1.900.1-r9.ebuild,v 1.2 
2015/01/25 09:40:25 jer Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 LICENSE="JasPer2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="jpeg opengl static-libs"
 
 RDEPEND="



1.117media-libs/jasper/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/jasper/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog   24 Jan 2015 13:14:57 -  1.116
+++ ChangeLog   25 Jan 2015 09:40:25 -  1.117
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/jasper
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jasper/ChangeLog,v 1.116 
2015/01/24 13:14:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jasper/ChangeLog,v 1.117 
2015/01/25 09:40:25 jer Exp $
+
+  25 Jan 2015; Jeroen Roovers  jasper-1.900.1-r9.ebuild:
+  Stable for HPPA (bug #537530).
 
 *jasper-1.900.1-r9 (24 Jan 2015)
 






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

2015-01-25 Thread Jeroen Roovers (jer)
jer 15/01/25 09:42:31

  Modified: php-5.4.37.ebuild php-5.5.21.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #533998).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  dev-lang/php/php-5.4.37.ebuild

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

Index: php-5.4.37.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.37.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- php-5.4.37.ebuild   23 Jan 2015 09:18:48 -  1.1
+++ php-5.4.37.ebuild   25 Jan 2015 09:42:31 -  1.2
@@ -1,12 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.37.ebuild,v 1.1 
2015/01/23 09:18:48 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.37.ebuild,v 1.2 
2015/01/25 09:42:31 jer Exp $
 
 EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 
 function php_get_uri ()
 {



1.2  dev-lang/php/php-5.5.21.ebuild

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

Index: php-5.5.21.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.21.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- php-5.5.21.ebuild   23 Jan 2015 09:18:48 -  1.1
+++ php-5.5.21.ebuild   25 Jan 2015 09:42:31 -  1.2
@@ -1,12 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.21.ebuild,v 1.1 
2015/01/23 09:18:48 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.21.ebuild,v 1.2 
2015/01/25 09:42:31 jer Exp $
 
 EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 
 function php_get_uri ()
 {



1.922dev-lang/php/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.921
retrieving revision 1.922
diff -u -r1.921 -r1.922
--- ChangeLog   23 Jan 2015 09:18:48 -  1.921
+++ ChangeLog   25 Jan 2015 09:42:31 -  1.922
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.921 2015/01/23 
09:18:48 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.922 2015/01/25 
09:42:31 jer Exp $
+
+  25 Jan 2015; Jeroen Roovers  php-5.4.37.ebuild,
+  php-5.5.21.ebuild:
+  Stable for HPPA (bug #533998).
 
 *php-5.6.5 (23 Jan 2015)
 *php-5.5.21 (23 Jan 2015)






[gentoo-commits] gentoo-x86 commit in net-misc/socat: socat-1.7.3.0.ebuild ChangeLog

2015-01-25 Thread Jeroen Roovers (jer)
jer 15/01/25 09:44:01

  Modified: socat-1.7.3.0.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #537592).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  net-misc/socat/socat-1.7.3.0.ebuild

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

Index: socat-1.7.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- socat-1.7.3.0.ebuild25 Jan 2015 08:12:29 -  1.1
+++ socat-1.7.3.0.ebuild25 Jan 2015 09:44:01 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.3.0.ebuild,v 1.1 
2015/01/25 08:12:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.3.0.ebuild,v 1.2 
2015/01/25 09:44:01 jer Exp $
 
 EAPI=5
 inherit eutils flag-o-matic toolchain-funcs
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="ssl readline ipv6 tcpd"
 
 DEPEND="



1.146net-misc/socat/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.146&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.146&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?r1=1.145&r2=1.146

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- ChangeLog   25 Jan 2015 08:12:28 -  1.145
+++ ChangeLog   25 Jan 2015 09:44:01 -  1.146
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/socat
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.145 2015/01/25 
08:12:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.146 2015/01/25 
09:44:01 jer Exp $
+
+  25 Jan 2015; Jeroen Roovers  socat-1.7.3.0.ebuild:
+  Stable for HPPA (bug #537592).
 
 *socat-1.7.3.0 (25 Jan 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/colored: ChangeLog colored-1.2.ebuild

2015-01-25 Thread Hans de Graaff (graaff)
graaff  15/01/25 09:50:32

  Modified: ChangeLog colored-1.2.ebuild
  Log:
  Install documentation. Add ruby22. Fix HOMEPAGE.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.6  dev-ruby/colored/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/colored/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   30 Oct 2014 13:50:18 -  1.5
+++ ChangeLog   25 Jan 2015 09:50:32 -  1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/colored
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/colored/ChangeLog,v 1.5 2014/10/30 
13:50:18 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/colored/ChangeLog,v 1.6 2015/01/25 
09:50:32 graaff Exp $
+
+  25 Jan 2015; Hans de Graaff  colored-1.2.ebuild:
+  Install documentation. Add ruby22. Fix HOMEPAGE.
 
   30 Oct 2014; Manuel Rüger  colored-1.2.ebuild:
   Drop jruby target.



1.6  dev-ruby/colored/colored-1.2.ebuild

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

Index: colored-1.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/colored/colored-1.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- colored-1.2.ebuild  30 Oct 2014 13:50:18 -  1.5
+++ colored-1.2.ebuild  25 Jan 2015 09:50:32 -  1.6
@@ -1,16 +1,16 @@
-# 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/colored/colored-1.2.ebuild,v 1.5 
2014/10/30 13:50:18 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/colored/colored-1.2.ebuild,v 1.6 
2015/01/25 09:50:32 graaff Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
 
-RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 
 inherit ruby-fakegem
 
 DESCRIPTION="Console coloring"
-HOMEPAGE="http://github.com/defunkt";
+HOMEPAGE="https://github.com/defunkt/colored";
 LICENSE="MIT"
 
 KEYWORDS="~amd64 ~x86"






[gentoo-commits] gentoo-x86 commit in www-apps/nanoc: ChangeLog nanoc-3.7.5.ebuild

2015-01-25 Thread Hans de Graaff (graaff)
graaff  15/01/25 09:51:15

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

Revision  ChangesPath
1.14 www-apps/nanoc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nanoc/ChangeLog?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nanoc/ChangeLog?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nanoc/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/nanoc/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   10 Aug 2014 20:14:14 -  1.13
+++ ChangeLog   25 Jan 2015 09:51:15 -  1.14
@@ -1,6 +1,11 @@
 # ChangeLog for www-apps/nanoc
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/nanoc/ChangeLog,v 1.13 2014/08/10 
20:14:14 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/nanoc/ChangeLog,v 1.14 2015/01/25 
09:51:15 graaff Exp $
+
+*nanoc-3.7.5 (25 Jan 2015)
+
+  25 Jan 2015; Hans de Graaff  +nanoc-3.7.5.ebuild:
+  Version bump. Add ruby21.
 
   10 Aug 2014; Sergei Trofimovich  nanoc-3.6.4.ebuild,
   nanoc-3.6.5.ebuild:



1.1  www-apps/nanoc/nanoc-3.7.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nanoc/nanoc-3.7.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nanoc/nanoc-3.7.5.ebuild?rev=1.1&content-type=text/plain

Index: nanoc-3.7.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/nanoc/nanoc-3.7.5.ebuild,v 1.1 
2015/01/25 09:51:15 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_EXTRADOC="ChangeLog NEWS.md README.md"

RUBY_FAKEGEM_TASK_DOC="doc"
RUBY_FAKEGEM_TASK_TEST="test:all"

inherit ruby-fakegem

DESCRIPTION="nanoc is a simple but very flexible static site generator written 
in Ruby."
HOMEPAGE="http://nanoc.stoneship.org/";
LICENSE="MIT"

KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="${IUSE} minimal"

DEPEND+="test? ( app-text/asciidoc app-text/highlight )"

ruby_add_rdepend "!minimal? (
dev-ruby/mime-types
dev-ruby/rack
)
>=dev-ruby/cri-2.3:0"

ruby_add_bdepend "test? (
>=dev-ruby/mocha-0.13
dev-ruby/minitest
=dev-ruby/rdoc-4*
dev-ruby/systemu
dev-ruby/yard
)
doc? (
dev-ruby/kramdown
dev-ruby/rdiscount
dev-ruby/yard
)"

all_ruby_prepare() {
use doc || use test || (rm tasks/doc.rake || die)
use test || (rm tasks/test.rake || die)

# Avoid dependency on coveralls.
sed -i -e '/coverall/I s:^:#:' test/helper.rb || die

# Avoid non-optional tests for w3c_validators which we don't have
# packaged and which require network access.
rm test/extra/checking/checks/test_{css,html}.rb || die

# Skip a test that produces slightly different javascript.
sed -i -e '/test_filter_with_options/,/^  end/ s:^:#:' 
test/filters/test_uglify_js.rb || die
}






[gentoo-commits] gentoo-x86 commit in www-apps/nanoc: ChangeLog nanoc-3.7.5.ebuild

2015-01-25 Thread Hans de Graaff (graaff)
graaff  15/01/25 09:51:59

  Modified: ChangeLog nanoc-3.7.5.ebuild
  Log:
  Drop trailing '.' from DESCRIPTION.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.15 www-apps/nanoc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nanoc/ChangeLog?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nanoc/ChangeLog?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nanoc/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/nanoc/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   25 Jan 2015 09:51:15 -  1.14
+++ ChangeLog   25 Jan 2015 09:51:59 -  1.15
@@ -1,6 +1,9 @@
 # ChangeLog for www-apps/nanoc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/nanoc/ChangeLog,v 1.14 2015/01/25 
09:51:15 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/nanoc/ChangeLog,v 1.15 2015/01/25 
09:51:59 graaff Exp $
+
+  25 Jan 2015; Hans de Graaff  nanoc-3.7.5.ebuild:
+  Drop trailing '.' from DESCRIPTION.
 
 *nanoc-3.7.5 (25 Jan 2015)
 



1.2  www-apps/nanoc/nanoc-3.7.5.ebuild

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

Index: nanoc-3.7.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/nanoc/nanoc-3.7.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nanoc-3.7.5.ebuild  25 Jan 2015 09:51:15 -  1.1
+++ nanoc-3.7.5.ebuild  25 Jan 2015 09:51:59 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/nanoc/nanoc-3.7.5.ebuild,v 1.1 
2015/01/25 09:51:15 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/nanoc/nanoc-3.7.5.ebuild,v 1.2 
2015/01/25 09:51:59 graaff Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21"
@@ -12,7 +12,7 @@
 
 inherit ruby-fakegem
 
-DESCRIPTION="nanoc is a simple but very flexible static site generator written 
in Ruby."
+DESCRIPTION="nanoc is a simple but very flexible static site generator written 
in Ruby"
 HOMEPAGE="http://nanoc.stoneship.org/";
 LICENSE="MIT"
 






[gentoo-commits] gentoo-x86 commit in www-apps/nanoc: ChangeLog nanoc-3.7.5.ebuild

2015-01-25 Thread Hans de Graaff (graaff)
graaff  15/01/25 09:53:45

  Modified: ChangeLog nanoc-3.7.5.ebuild
  Log:
  Fix HOMEPAGE.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.16 www-apps/nanoc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nanoc/ChangeLog?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nanoc/ChangeLog?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nanoc/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/nanoc/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   25 Jan 2015 09:51:59 -  1.15
+++ ChangeLog   25 Jan 2015 09:53:45 -  1.16
@@ -1,6 +1,9 @@
 # ChangeLog for www-apps/nanoc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/nanoc/ChangeLog,v 1.15 2015/01/25 
09:51:59 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/nanoc/ChangeLog,v 1.16 2015/01/25 
09:53:45 graaff Exp $
+
+  25 Jan 2015; Hans de Graaff  nanoc-3.7.5.ebuild:
+  Fix HOMEPAGE.
 
   25 Jan 2015; Hans de Graaff  nanoc-3.7.5.ebuild:
   Drop trailing '.' from DESCRIPTION.



1.3  www-apps/nanoc/nanoc-3.7.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nanoc/nanoc-3.7.5.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nanoc/nanoc-3.7.5.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nanoc/nanoc-3.7.5.ebuild?r1=1.2&r2=1.3

Index: nanoc-3.7.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/nanoc/nanoc-3.7.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nanoc-3.7.5.ebuild  25 Jan 2015 09:51:59 -  1.2
+++ nanoc-3.7.5.ebuild  25 Jan 2015 09:53:45 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/nanoc/nanoc-3.7.5.ebuild,v 1.2 
2015/01/25 09:51:59 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/nanoc/nanoc-3.7.5.ebuild,v 1.3 
2015/01/25 09:53:45 graaff Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21"
@@ -13,7 +13,7 @@
 inherit ruby-fakegem
 
 DESCRIPTION="nanoc is a simple but very flexible static site generator written 
in Ruby"
-HOMEPAGE="http://nanoc.stoneship.org/";
+HOMEPAGE="http://nanoc.ws/";
 LICENSE="MIT"
 
 KEYWORDS="~amd64 ~x86"






[gentoo-commits] gentoo-x86 commit in www-apps/nanoc: ChangeLog nanoc-3.6.4.ebuild

2015-01-25 Thread Hans de Graaff (graaff)
graaff  15/01/25 09:54:24

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

Revision  ChangesPath
1.17 www-apps/nanoc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nanoc/ChangeLog?rev=1.17&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nanoc/ChangeLog?rev=1.17&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nanoc/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/nanoc/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   25 Jan 2015 09:53:45 -  1.16
+++ ChangeLog   25 Jan 2015 09:54:24 -  1.17
@@ -1,6 +1,9 @@
 # ChangeLog for www-apps/nanoc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/nanoc/ChangeLog,v 1.16 2015/01/25 
09:53:45 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/nanoc/ChangeLog,v 1.17 2015/01/25 
09:54:24 graaff Exp $
+
+  25 Jan 2015; Hans de Graaff  -nanoc-3.6.4.ebuild:
+  Cleanup.
 
   25 Jan 2015; Hans de Graaff  nanoc-3.7.5.ebuild:
   Fix HOMEPAGE.






[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/

2015-01-25 Thread Johannes Huber
commit: 72f8947da643dfdf20d74ce0e625c620303dc072
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Jan 25 10:01:10 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Jan 25 10:01:10 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=72f8947d

[kde-plasma/plasma-desktop] RDEPEND on kde-plasma/kio-extras, bug #536766

Package-Manager: portage-2.2.15

---
 kde-plasma/plasma-desktop/plasma-desktop-5.1.2.ebuild| 1 +
 kde-plasma/plasma-desktop/plasma-desktop-5.1.95.ebuild   | 1 +
 kde-plasma/plasma-desktop/plasma-desktop-5.2.0.ebuild| 1 +
 kde-plasma/plasma-desktop/plasma-desktop-5.2..ebuild | 1 +
 kde-plasma/plasma-desktop/plasma-desktop-.ebuild | 1 +
 5 files changed, 5 insertions(+)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.1.2.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.1.2.ebuild
index ea6aa09..0ce1fa3 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.1.2.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.1.2.ebuild
@@ -88,6 +88,7 @@ COMMON_DEPEND="
 "
 RDEPEND="${COMMON_DEPEND}
$(add_frameworks_dep kded)
+   $(add_kdeplasma_dep kio-extras)
sys-apps/accountsservice
!kde-base/attica
!kde-base/kcontrol

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.1.95.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.1.95.ebuild
index 78555ea..67b4553 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.1.95.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.1.95.ebuild
@@ -89,6 +89,7 @@ COMMON_DEPEND="
 "
 RDEPEND="${COMMON_DEPEND}
$(add_frameworks_dep kded)
+   $(add_kdeplasma_dep kio-extras)
sys-apps/accountsservice
!kde-base/attica
!kde-base/kcontrol

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.2.0.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.2.0.ebuild
index 78555ea..67b4553 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.2.0.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.2.0.ebuild
@@ -89,6 +89,7 @@ COMMON_DEPEND="
 "
 RDEPEND="${COMMON_DEPEND}
$(add_frameworks_dep kded)
+   $(add_kdeplasma_dep kio-extras)
sys-apps/accountsservice
!kde-base/attica
!kde-base/kcontrol

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.2..ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.2..ebuild
index 7beb6c2..3db19d2 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.2..ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.2..ebuild
@@ -89,6 +89,7 @@ COMMON_DEPEND="
 "
 RDEPEND="${COMMON_DEPEND}
$(add_frameworks_dep kded)
+   $(add_kdeplasma_dep kio-extras)
sys-apps/accountsservice
!kde-base/attica
!kde-base/kcontrol

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-.ebuild
index 8a7f22f..e0b8c3d 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-.ebuild
@@ -90,6 +90,7 @@ COMMON_DEPEND="
 "
 RDEPEND="${COMMON_DEPEND}
$(add_frameworks_dep kded)
+   $(add_kdeplasma_dep kio-extras)
sys-apps/accountsservice
!kde-base/attica
!kde-base/kcontrol



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

2015-01-25 Thread Johannes Huber
commit: cf7f0d307e9804dd21631a814cabac9ade692e84
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Jan 25 09:55:02 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Jan 25 09:55:02 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cf7f0d30

[kde-apps/dolphin] RDEPEND on kde-plasma/kio-extras, bug #536766

Package-Manager: portage-2.2.15

---
 kde-apps/dolphin/dolphin-5..ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/dolphin/dolphin-5..ebuild 
b/kde-apps/dolphin/dolphin-5..ebuild
index 05564bd..0e3c366 100644
--- a/kde-apps/dolphin/dolphin-5..ebuild
+++ b/kde-apps/dolphin/dolphin-5..ebuild
@@ -52,6 +52,7 @@ DEPEND="
)
 "
 RDEPEND="${DEPEND}
+   $(add_kdeplasma_dep kio-extras)
!kde-base/dolphin:4
 "
 



[gentoo-commits] gentoo-x86 commit in virtual/mysql: mysql-5.6-r2.ebuild ChangeLog

2015-01-25 Thread Agostino Sarubbo (ago)
ago 15/01/25 10:18:29

  Modified: mysql-5.6-r2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #525296
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="x86", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  virtual/mysql/mysql-5.6-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?r1=1.6&r2=1.7

Index: mysql-5.6-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mysql-5.6-r2.ebuild 24 Jan 2015 20:43:11 -  1.6
+++ mysql-5.6-r2.ebuild 25 Jan 2015 10:18: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/mysql/mysql-5.6-r2.ebuild,v 1.6 
2015/01/24 20:43:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild,v 1.7 
2015/01/25 10:18:29 ago Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE=""
 SLOT="0/18"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="embedded minimal static static-libs"
 
 DEPEND=""



1.57 virtual/mysql/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   24 Jan 2015 20:43:11 -  1.56
+++ ChangeLog   25 Jan 2015 10:18:29 -  1.57
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/mysql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.56 2015/01/24 
20:43:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.57 2015/01/25 
10:18:29 ago Exp $
+
+  25 Jan 2015; Agostino Sarubbo  mysql-5.6-r2.ebuild:
+  Stable for x86, wrt bug #525296
 
   24 Jan 2015; Agostino Sarubbo  mysql-5.6-r2.ebuild:
   Stable for ppc, wrt bug #525296






[gentoo-commits] gentoo-x86 commit in virtual/mysql: mysql-5.6-r2.ebuild ChangeLog

2015-01-25 Thread Agostino Sarubbo (ago)
ago 15/01/25 10:19:04

  Modified: mysql-5.6-r2.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #525296
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  virtual/mysql/mysql-5.6-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?r1=1.7&r2=1.8

Index: mysql-5.6-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mysql-5.6-r2.ebuild 25 Jan 2015 10:18:29 -  1.7
+++ mysql-5.6-r2.ebuild 25 Jan 2015 10:19:04 -  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/mysql/mysql-5.6-r2.ebuild,v 1.7 
2015/01/25 10:18:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild,v 1.8 
2015/01/25 10:19:04 ago Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE=""
 SLOT="0/18"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="embedded minimal static static-libs"
 
 DEPEND=""



1.58 virtual/mysql/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   25 Jan 2015 10:18:29 -  1.57
+++ ChangeLog   25 Jan 2015 10:19:04 -  1.58
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/mysql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.57 2015/01/25 
10:18:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.58 2015/01/25 
10:19:04 ago Exp $
+
+  25 Jan 2015; Agostino Sarubbo  mysql-5.6-r2.ebuild:
+  Stable for sparc, wrt bug #525296
 
   25 Jan 2015; Agostino Sarubbo  mysql-5.6-r2.ebuild:
   Stable for x86, wrt bug #525296






[gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.6.22.ebuild ChangeLog

2015-01-25 Thread Agostino Sarubbo (ago)
ago 15/01/25 10:18:33

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

Revision  ChangesPath
1.8  dev-db/mysql/mysql-5.6.22.ebuild

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

Index: mysql-5.6.22.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mysql-5.6.22.ebuild 24 Jan 2015 20:43:19 -  1.7
+++ mysql-5.6.22.ebuild 25 Jan 2015 10:18:33 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v 1.7 
2015/01/24 20:43:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v 1.8 
2015/01/25 10:18:33 ago Exp $
 
 EAPI="5"
 
@@ -13,7 +13,7 @@
 IUSE="$IUSE"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
 EPATCH_EXCLUDE=''



1.717dev-db/mysql/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.717&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.717&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.716&r2=1.717

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
retrieving revision 1.716
retrieving revision 1.717
diff -u -r1.716 -r1.717
--- ChangeLog   24 Jan 2015 20:43:19 -  1.716
+++ ChangeLog   25 Jan 2015 10:18:33 -  1.717
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/mysql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.716 2015/01/24 
20:43:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.717 2015/01/25 
10:18:33 ago Exp $
+
+  25 Jan 2015; Agostino Sarubbo  mysql-5.6.22.ebuild:
+  Stable for x86, wrt bug #525296
 
   24 Jan 2015; Agostino Sarubbo  mysql-5.6.22.ebuild:
   Stable for ppc, wrt bug #525296






[gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.6.22.ebuild ChangeLog

2015-01-25 Thread Agostino Sarubbo (ago)
ago 15/01/25 10:19:08

  Modified: mysql-5.6.22.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #525296
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  dev-db/mysql/mysql-5.6.22.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?r1=1.8&r2=1.9

Index: mysql-5.6.22.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mysql-5.6.22.ebuild 25 Jan 2015 10:18:33 -  1.8
+++ mysql-5.6.22.ebuild 25 Jan 2015 10:19:08 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v 1.8 
2015/01/25 10:18:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v 1.9 
2015/01/25 10:19:08 ago Exp $
 
 EAPI="5"
 
@@ -13,7 +13,7 @@
 IUSE="$IUSE"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
 EPATCH_EXCLUDE=''



1.718dev-db/mysql/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.718&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.718&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.717&r2=1.718

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
retrieving revision 1.717
retrieving revision 1.718
diff -u -r1.717 -r1.718
--- ChangeLog   25 Jan 2015 10:18:33 -  1.717
+++ ChangeLog   25 Jan 2015 10:19:08 -  1.718
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/mysql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.717 2015/01/25 
10:18:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.718 2015/01/25 
10:19:08 ago Exp $
+
+  25 Jan 2015; Agostino Sarubbo  mysql-5.6.22.ebuild:
+  Stable for sparc, wrt bug #525296
 
   25 Jan 2015; Agostino Sarubbo  mysql-5.6.22.ebuild:
   Stable for x86, wrt bug #525296






[gentoo-commits] gentoo-x86 commit in dev-db/mariadb: mariadb-10.0.15-r1.ebuild ChangeLog

2015-01-25 Thread Agostino Sarubbo (ago)
ago 15/01/25 10:18:37

  Modified: mariadb-10.0.15-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #525296
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="x86", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-db/mariadb/mariadb-10.0.15-r1.ebuild

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

Index: mariadb-10.0.15-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.15-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mariadb-10.0.15-r1.ebuild   24 Jan 2015 20:43:27 -  1.6
+++ mariadb-10.0.15-r1.ebuild   25 Jan 2015 10:18:37 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.15-r1.ebuild,v 
1.6 2015/01/24 20:43:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.15-r1.ebuild,v 
1.7 2015/01/25 10:18:37 ago Exp $
 
 EAPI="5"
 MY_EXTRAS_VER="20141215-0144Z"
@@ -10,7 +10,7 @@
 IUSE="$IUSE"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
 EPATCH_EXCLUDE=''



1.80 dev-db/mariadb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/ChangeLog?rev=1.80&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/ChangeLog?rev=1.80&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/ChangeLog?r1=1.79&r2=1.80

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog   24 Jan 2015 20:43:27 -  1.79
+++ ChangeLog   25 Jan 2015 10:18:37 -  1.80
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/mariadb
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.79 2015/01/24 
20:43:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.80 2015/01/25 
10:18:37 ago Exp $
+
+  25 Jan 2015; Agostino Sarubbo  mariadb-10.0.15-r1.ebuild:
+  Stable for x86, wrt bug #525296
 
   24 Jan 2015; Agostino Sarubbo  mariadb-10.0.15-r1.ebuild:
   Stable for ppc, wrt bug #525296






[gentoo-commits] gentoo-x86 commit in dev-db/mariadb: mariadb-10.0.15-r1.ebuild ChangeLog

2015-01-25 Thread Agostino Sarubbo (ago)
ago 15/01/25 10:19:12

  Modified: mariadb-10.0.15-r1.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #525296
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  dev-db/mariadb/mariadb-10.0.15-r1.ebuild

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

Index: mariadb-10.0.15-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.15-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mariadb-10.0.15-r1.ebuild   25 Jan 2015 10:18:37 -  1.7
+++ mariadb-10.0.15-r1.ebuild   25 Jan 2015 10:19:12 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.15-r1.ebuild,v 
1.7 2015/01/25 10:18:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.15-r1.ebuild,v 
1.8 2015/01/25 10:19:12 ago Exp $
 
 EAPI="5"
 MY_EXTRAS_VER="20141215-0144Z"
@@ -10,7 +10,7 @@
 IUSE="$IUSE"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
 EPATCH_EXCLUDE=''



1.81 dev-db/mariadb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/ChangeLog?rev=1.81&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/ChangeLog?rev=1.81&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/ChangeLog?r1=1.80&r2=1.81

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog   25 Jan 2015 10:18:37 -  1.80
+++ ChangeLog   25 Jan 2015 10:19:12 -  1.81
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/mariadb
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.80 2015/01/25 
10:18:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.81 2015/01/25 
10:19:12 ago Exp $
+
+  25 Jan 2015; Agostino Sarubbo  mariadb-10.0.15-r1.ebuild:
+  Stable for sparc, wrt bug #525296
 
   25 Jan 2015; Agostino Sarubbo  mariadb-10.0.15-r1.ebuild:
   Stable for x86, wrt bug #525296






[gentoo-commits] gentoo-x86 commit in sys-devel/gcc: gcc-4.9.2.ebuild ChangeLog

2015-01-25 Thread Agostino Sarubbo (ago)
ago 15/01/25 10:20:48

  Modified: gcc-4.9.2.ebuild ChangeLog
  Log:
  Add ~alpha, wrt bug #536874
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="~alpha", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  sys-devel/gcc/gcc-4.9.2.ebuild

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

Index: gcc-4.9.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gcc-4.9.2.ebuild24 Jan 2015 15:40:50 -  1.8
+++ gcc-4.9.2.ebuild25 Jan 2015 10:20:47 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild,v 1.8 
2015/01/24 15:40:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild,v 1.9 
2015/01/25 10:20:47 ago Exp $
 
 EAPI="4"
 
@@ -22,7 +22,7 @@
 
 inherit eutils toolchain
 
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64"
 
 RDEPEND=""
 DEPEND="${RDEPEND}



1.1043   sys-devel/gcc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.1043&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.1043&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.1042&r2=1.1043

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
retrieving revision 1.1042
retrieving revision 1.1043
diff -u -r1.1042 -r1.1043
--- ChangeLog   24 Jan 2015 15:40:50 -  1.1042
+++ ChangeLog   25 Jan 2015 10:20:47 -  1.1043
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/gcc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1042 2015/01/24 
15:40:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1043 2015/01/25 
10:20:47 ago Exp $
+
+  25 Jan 2015; Agostino Sarubbo  gcc-4.9.2.ebuild:
+  Add ~alpha, wrt bug #536874
 
   24 Jan 2015; Agostino Sarubbo  gcc-4.9.2.ebuild:
   Add ~ia64, wrt bug #536874






[gentoo-commits] gentoo-x86 commit in dev-ruby/test-unit: ChangeLog test-unit-3.0.9.ebuild

2015-01-25 Thread Hans de Graaff (graaff)
graaff  15/01/25 10:38:40

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

Revision  ChangesPath
1.106dev-ruby/test-unit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/ChangeLog?rev=1.106&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/ChangeLog?rev=1.106&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/ChangeLog?r1=1.105&r2=1.106

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog   28 Dec 2014 06:54:32 -  1.105
+++ ChangeLog   25 Jan 2015 10:38:40 -  1.106
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/test-unit
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.105 
2014/12/28 06:54:32 graaff Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.106 
2015/01/25 10:38:40 graaff Exp $
+
+*test-unit-3.0.9 (25 Jan 2015)
+
+  25 Jan 2015; Hans de Graaff  +test-unit-3.0.9.ebuild:
+  Version bump.
 
   28 Dec 2014; Hans de Graaff  test-unit-2.5.5-r2.ebuild:
   Drop jruby.



1.1  dev-ruby/test-unit/test-unit-3.0.9.ebuild

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

Index: test-unit-3.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-ruby/test-unit/test-unit-3.0.9.ebuild,v 
1.1 2015/01/25 10:38:40 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 ruby22"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="TODO README.md doc/text/news.md"

inherit ruby-fakegem

# Assume for now that ruby22 is not eselected yet and only depend on
# yard for the other ruby implementations. Without this assumption
# bootstrapping ruby22 won't be possible due to the yard dependency
# tree.
USE_RUBY="${USE_RUBY/ruby22/}" ruby_add_bdepend "doc? ( dev-ruby/yard )"

DESCRIPTION="An xUnit family unit testing framework for Ruby"
HOMEPAGE="https://rubygems.org/gems/test-unit";

LICENSE="|| ( Ruby GPL-2 ) PSF-2"
SLOT="2"
KEYWORDS="~amd64"
IUSE="doc test"

# power_assert does not work with ruby19 but is not needed for backward
# compatibility:
# https://github.com/k-tsj/power_assert/issues/8#issuecomment-71363455
USE_RUBY="${USE_RUBY/ruby19/}" ruby_add_rdepend "dev-ruby/power_assert"

each_ruby_prepare() {
case ${RUBY} in
*ruby19)
# Remove metadata to avoid registering the unsupported
# power_assert dependency.
rm ../metadata || die
;;
esac
}

all_ruby_compile() {
all_fakegem_compile

if use doc; then
yard doc --title ${PN} || die
fi
}

each_ruby_test() {
${RUBY} test/run-test.rb || die "testsuite failed"
}

all_ruby_install() {
all_fakegem_install

newbin "${FILESDIR}"/testrb testrb-2
}






[gentoo-commits] gentoo-x86 commit in dev-perl/DateTime-TimeZone: DateTime-TimeZone-1.810.0.ebuild ChangeLog

2015-01-25 Thread Mikle Kolyada (zlogene)
zlogene 15/01/25 11:01:19

  Modified: DateTime-TimeZone-1.810.0.ebuild ChangeLog
  Log:
  Add ~arm64 keyword
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.5  dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild?r1=1.4&r2=1.5

Index: DateTime-TimeZone-1.810.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- DateTime-TimeZone-1.810.0.ebuild28 Dec 2014 16:29:17 -  1.4
+++ DateTime-TimeZone-1.810.0.ebuild25 Jan 2015 11: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-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild,v
 1.4 2014/12/28 16:29:17 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild,v
 1.5 2015/01/25 11:01:19 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Time zone object base class and factory"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~x86"
 IUSE="test"
 
 RDEPEND="



1.243dev-perl/DateTime-TimeZone/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog?rev=1.243&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog?rev=1.243&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog?r1=1.242&r2=1.243

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -r1.242 -r1.243
--- ChangeLog   28 Dec 2014 16:29:17 -  1.242
+++ ChangeLog   25 Jan 2015 11:01:19 -  1.243
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/DateTime-TimeZone
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 
1.242 2014/12/28 16:29:17 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 
1.243 2015/01/25 11:01:19 zlogene Exp $
+
+  25 Jan 2015; Mikle Kolyada 
+  DateTime-TimeZone-1.810.0.ebuild:
+  Add ~arm64 keyword
 
   28 Dec 2014; Mikle Kolyada 
   DateTime-TimeZone-1.810.0.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-perl/Test-Warnings: Test-Warnings-0.16.0.ebuild ChangeLog

2015-01-25 Thread Mikle Kolyada (zlogene)
zlogene 15/01/25 11:02:49

  Modified: Test-Warnings-0.16.0.ebuild ChangeLog
  Log:
  Add ~arm64 keyword
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.9  dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild?r1=1.8&r2=1.9

Index: Test-Warnings-0.16.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Test-Warnings-0.16.0.ebuild 18 Dec 2014 10:04:23 -  1.8
+++ Test-Warnings-0.16.0.ebuild 25 Jan 2015 11:02:49 -  1.9
@@ -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-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild,v 
1.8 2014/12/18 10:04:23 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild,v 
1.9 2015/01/25 11:02:49 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION='Test for warnings and the lack of them'
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~x86 ~amd64-fbsd"
 IUSE="test"
 
 # Test::Builder -> perl-Test-Simple



1.9  dev-perl/Test-Warnings/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   18 Dec 2014 10:04:23 -  1.8
+++ ChangeLog   25 Jan 2015 11:02:49 -  1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Test-Warnings
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/ChangeLog,v 1.8 
2014/12/18 10:04:23 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/ChangeLog,v 1.9 
2015/01/25 11:02:49 zlogene Exp $
+
+  25 Jan 2015; Mikle Kolyada  Test-Warnings-0.16.0.ebuild:
+  Add ~arm64 keyword
 
   18 Dec 2014; Mikle Kolyada  Test-Warnings-0.16.0.ebuild:
   Add ~ia64 keyword






[gentoo-commits] gentoo-x86 commit in dev-perl/List-AllUtils: List-AllUtils-0.90.0.ebuild ChangeLog

2015-01-25 Thread Mikle Kolyada (zlogene)
zlogene 15/01/25 11:03:32

  Modified: List-AllUtils-0.90.0.ebuild ChangeLog
  Log:
  Add ~arm64 keyword
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.5  dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild?r1=1.4&r2=1.5

Index: List-AllUtils-0.90.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- List-AllUtils-0.90.0.ebuild 28 Dec 2014 16:26:59 -  1.4
+++ List-AllUtils-0.90.0.ebuild 25 Jan 2015 11:03:32 -  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-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v 
1.4 2014/12/28 16:26:59 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v 
1.5 2015/01/25 11:03:32 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION='Combines List::Util and List::MoreUtils in one bite-sized package'
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND=">=dev-perl/List-MoreUtils-0.280.0



1.10 dev-perl/List-AllUtils/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   28 Dec 2014 16:26:59 -  1.9
+++ ChangeLog   25 Jan 2015 11:03:32 -  1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/List-AllUtils
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.9 
2014/12/28 16:26:59 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.10 
2015/01/25 11:03:32 zlogene Exp $
+
+  25 Jan 2015; Mikle Kolyada  List-AllUtils-0.90.0.ebuild:
+  Add ~arm64 keyword
 
   28 Dec 2014; Mikle Kolyada  List-AllUtils-0.90.0.ebuild:
   Add ~arm keyword






[gentoo-commits] gentoo-x86 commit in dev-perl/List-AllUtils: List-AllUtils-0.90.0.ebuild ChangeLog

2015-01-25 Thread Mikle Kolyada (zlogene)
zlogene 15/01/25 11:05:29

  Modified: List-AllUtils-0.90.0.ebuild ChangeLog
  Log:
  Add ~ia64 keyword
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.6  dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild?r1=1.5&r2=1.6

Index: List-AllUtils-0.90.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- List-AllUtils-0.90.0.ebuild 25 Jan 2015 11:03:32 -  1.5
+++ List-AllUtils-0.90.0.ebuild 25 Jan 2015 11:05: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/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v 
1.5 2015/01/25 11:03:32 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v 
1.6 2015/01/25 11:05:29 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION='Combines List::Util and List::MoreUtils in one bite-sized package'
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND=">=dev-perl/List-MoreUtils-0.280.0



1.11 dev-perl/List-AllUtils/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   25 Jan 2015 11:03:32 -  1.10
+++ ChangeLog   25 Jan 2015 11:05:29 -  1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/List-AllUtils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.10 
2015/01/25 11:03:32 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.11 
2015/01/25 11:05:29 zlogene Exp $
+
+  25 Jan 2015; Mikle Kolyada  List-AllUtils-0.90.0.ebuild:
+  Add ~ia64 keyword
 
   25 Jan 2015; Mikle Kolyada  List-AllUtils-0.90.0.ebuild:
   Add ~arm64 keyword






[gentoo-commits] gentoo-x86 commit in dev-perl/DateTime-TimeZone: DateTime-TimeZone-1.810.0.ebuild ChangeLog

2015-01-25 Thread Mikle Kolyada (zlogene)
zlogene 15/01/25 11:06:01

  Modified: DateTime-TimeZone-1.810.0.ebuild ChangeLog
  Log:
  Add ~ia64 keyword
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.6  dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild?r1=1.5&r2=1.6

Index: DateTime-TimeZone-1.810.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- DateTime-TimeZone-1.810.0.ebuild25 Jan 2015 11:01:19 -  1.5
+++ DateTime-TimeZone-1.810.0.ebuild25 Jan 2015 11:06: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-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild,v
 1.5 2015/01/25 11:01:19 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild,v
 1.6 2015/01/25 11:06:01 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Time zone object base class and factory"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~x86"
 IUSE="test"
 
 RDEPEND="



1.244dev-perl/DateTime-TimeZone/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog?rev=1.244&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog?rev=1.244&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog?r1=1.243&r2=1.244

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -r1.243 -r1.244
--- ChangeLog   25 Jan 2015 11:01:19 -  1.243
+++ ChangeLog   25 Jan 2015 11:06:01 -  1.244
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/DateTime-TimeZone
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 
1.243 2015/01/25 11:01:19 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 
1.244 2015/01/25 11:06:01 zlogene Exp $
+
+  25 Jan 2015; Mikle Kolyada 
+  DateTime-TimeZone-1.810.0.ebuild:
+  Add ~ia64 keyword
 
   25 Jan 2015; Mikle Kolyada 
   DateTime-TimeZone-1.810.0.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-perl/DateTime-TimeZone: DateTime-TimeZone-1.810.0.ebuild ChangeLog

2015-01-25 Thread Mikle Kolyada (zlogene)
zlogene 15/01/25 11:08:41

  Modified: DateTime-TimeZone-1.810.0.ebuild ChangeLog
  Log:
  Add ~m68k keyword
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.7  dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild?r1=1.6&r2=1.7

Index: DateTime-TimeZone-1.810.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- DateTime-TimeZone-1.810.0.ebuild25 Jan 2015 11:06:01 -  1.6
+++ DateTime-TimeZone-1.810.0.ebuild25 Jan 2015 11:08:40 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild,v
 1.6 2015/01/25 11:06:01 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild,v
 1.7 2015/01/25 11:08:40 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Time zone object base class and factory"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~x86"
 IUSE="test"
 
 RDEPEND="



1.245dev-perl/DateTime-TimeZone/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog?rev=1.245&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog?rev=1.245&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog?r1=1.244&r2=1.245

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -r1.244 -r1.245
--- ChangeLog   25 Jan 2015 11:06:01 -  1.244
+++ ChangeLog   25 Jan 2015 11:08:40 -  1.245
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/DateTime-TimeZone
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 
1.244 2015/01/25 11:06:01 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 
1.245 2015/01/25 11:08:40 zlogene Exp $
+
+  25 Jan 2015; Mikle Kolyada 
+  DateTime-TimeZone-1.810.0.ebuild:
+  Add ~m68k keyword
 
   25 Jan 2015; Mikle Kolyada 
   DateTime-TimeZone-1.810.0.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-perl/Test-Warnings: Test-Warnings-0.16.0.ebuild ChangeLog

2015-01-25 Thread Mikle Kolyada (zlogene)
zlogene 15/01/25 11:09:55

  Modified: Test-Warnings-0.16.0.ebuild ChangeLog
  Log:
  Add ~m68k keyword
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.10 dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild?r1=1.9&r2=1.10

Index: Test-Warnings-0.16.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Test-Warnings-0.16.0.ebuild 25 Jan 2015 11:02:49 -  1.9
+++ Test-Warnings-0.16.0.ebuild 25 Jan 2015 11:09:55 -  1.10
@@ -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-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild,v 
1.9 2015/01/25 11:02:49 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild,v 
1.10 2015/01/25 11:09:55 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION='Test for warnings and the lack of them'
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~x86 ~amd64-fbsd"
 IUSE="test"
 
 # Test::Builder -> perl-Test-Simple



1.10 dev-perl/Test-Warnings/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warnings/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warnings/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warnings/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   25 Jan 2015 11:02:49 -  1.9
+++ ChangeLog   25 Jan 2015 11:09:55 -  1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Test-Warnings
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/ChangeLog,v 1.9 
2015/01/25 11:02:49 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/ChangeLog,v 1.10 
2015/01/25 11:09:55 zlogene Exp $
+
+  25 Jan 2015; Mikle Kolyada  Test-Warnings-0.16.0.ebuild:
+  Add ~m68k keyword
 
   25 Jan 2015; Mikle Kolyada  Test-Warnings-0.16.0.ebuild:
   Add ~arm64 keyword






[gentoo-commits] gentoo-x86 commit in dev-perl/List-AllUtils: List-AllUtils-0.90.0.ebuild ChangeLog

2015-01-25 Thread Mikle Kolyada (zlogene)
zlogene 15/01/25 11:10:44

  Modified: List-AllUtils-0.90.0.ebuild ChangeLog
  Log:
  Add ~m68k keyword
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.7  dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild?r1=1.6&r2=1.7

Index: List-AllUtils-0.90.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- List-AllUtils-0.90.0.ebuild 25 Jan 2015 11:05:29 -  1.6
+++ List-AllUtils-0.90.0.ebuild 25 Jan 2015 11:10:44 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v 
1.6 2015/01/25 11:05:29 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v 
1.7 2015/01/25 11:10:44 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION='Combines List::Util and List::MoreUtils in one bite-sized package'
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND=">=dev-perl/List-MoreUtils-0.280.0



1.12 dev-perl/List-AllUtils/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   25 Jan 2015 11:05:29 -  1.11
+++ ChangeLog   25 Jan 2015 11:10:44 -  1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/List-AllUtils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.11 
2015/01/25 11:05:29 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.12 
2015/01/25 11:10:44 zlogene Exp $
+
+  25 Jan 2015; Mikle Kolyada  List-AllUtils-0.90.0.ebuild:
+  Add ~m68k keyword
 
   25 Jan 2015; Mikle Kolyada  List-AllUtils-0.90.0.ebuild:
   Add ~ia64 keyword






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

2015-01-25 Thread Agostino Sarubbo (ago)
ago 15/01/25 11:13:21

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

Revision  ChangesPath
1.3  media-libs/jasper/jasper-1.900.1-r9.ebuild

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

Index: jasper-1.900.1-r9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/jasper/jasper-1.900.1-r9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jasper-1.900.1-r9.ebuild25 Jan 2015 09:40:25 -  1.2
+++ jasper-1.900.1-r9.ebuild25 Jan 2015 11:13:21 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/jasper/jasper-1.900.1-r9.ebuild,v 1.2 
2015/01/25 09:40:25 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/jasper/jasper-1.900.1-r9.ebuild,v 1.3 
2015/01/25 11:13:21 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 LICENSE="JasPer2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="jpeg opengl static-libs"
 
 RDEPEND="



1.118media-libs/jasper/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/jasper/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog   25 Jan 2015 09:40:25 -  1.117
+++ ChangeLog   25 Jan 2015 11:13:21 -  1.118
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/jasper
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jasper/ChangeLog,v 1.117 
2015/01/25 09:40:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jasper/ChangeLog,v 1.118 
2015/01/25 11:13:21 ago Exp $
+
+  25 Jan 2015; Agostino Sarubbo  jasper-1.900.1-r9.ebuild:
+  Stable for amd64, wrt bug #537530
 
   25 Jan 2015; Jeroen Roovers  jasper-1.900.1-r9.ebuild:
   Stable for HPPA (bug #537530).






[gentoo-commits] gentoo-x86 commit in net-libs/webkit-gtk: webkit-gtk-2.4.8.ebuild webkit-gtk-2.4.8-r200.ebuild ChangeLog

2015-01-25 Thread Agostino Sarubbo (ago)
ago 15/01/25 11:13:15

  Modified: webkit-gtk-2.4.8.ebuild
webkit-gtk-2.4.8-r200.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #536234
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  net-libs/webkit-gtk/webkit-gtk-2.4.8.ebuild

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

Index: webkit-gtk-2.4.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- webkit-gtk-2.4.8.ebuild 21 Jan 2015 23:23:46 -  1.2
+++ webkit-gtk-2.4.8.ebuild 25 Jan 2015 11:13:15 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.8.ebuild,v 1.2 
2015/01/21 23:23:46 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.8.ebuild,v 1.3 
2015/01/25 11:13:15 ago Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -15,7 +15,7 @@
 
 LICENSE="LGPL-2+ BSD"
 SLOT="3/25" # soname version of libwebkit2gtk-3.0
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
 
 IUSE="aqua coverage debug +egl +geoloc gles2 +gstreamer +introspection +jit 
libsecret +opengl spell wayland +webgl +X"
 # bugs 372493, 416331



1.3  net-libs/webkit-gtk/webkit-gtk-2.4.8-r200.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.8-r200.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.8-r200.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.8-r200.ebuild?r1=1.2&r2=1.3

Index: webkit-gtk-2.4.8-r200.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.8-r200.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- webkit-gtk-2.4.8-r200.ebuild21 Jan 2015 23:23:46 -  1.2
+++ webkit-gtk-2.4.8-r200.ebuild25 Jan 2015 11:13:15 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.8-r200.ebuild,v 1.2 
2015/01/21 23:23:46 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.8-r200.ebuild,v 1.3 
2015/01/25 11:13:15 ago Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -15,7 +15,7 @@
 
 LICENSE="LGPL-2+ BSD"
 SLOT="2" # no usable subslot
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
 
 IUSE="aqua coverage debug +egl +geoloc gles2 +gstreamer +introspection +jit 
libsecret +opengl spell +webgl +X"
 # bugs 372493, 416331



1.307net-libs/webkit-gtk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.307&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.307&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?r1=1.306&r2=1.307

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v
retrieving revision 1.306
retrieving revision 1.307
diff -u -r1.306 -r1.307
--- ChangeLog   21 Jan 2015 23:23:46 -  1.306
+++ ChangeLog   25 Jan 2015 11:13:15 -  1.307
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/webkit-gtk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.306 
2015/01/21 23:23:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.307 
2015/01/25 11:13:15 ago Exp $
+
+  25 Jan 2015; Agostino Sarubbo  webkit-gtk-2.4.8-r200.ebuild,
+  webkit-gt

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

2015-01-25 Thread Agostino Sarubbo (ago)
ago 15/01/25 11:13:42

  Modified: php-5.5.21.ebuild php-5.4.37.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #533998
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  dev-lang/php/php-5.5.21.ebuild

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

Index: php-5.5.21.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.21.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- php-5.5.21.ebuild   25 Jan 2015 09:42:31 -  1.2
+++ php-5.5.21.ebuild   25 Jan 2015 11:13:42 -  1.3
@@ -1,12 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.21.ebuild,v 1.2 
2015/01/25 09:42:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.21.ebuild,v 1.3 
2015/01/25 11:13:42 ago Exp $
 
 EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 
 function php_get_uri ()
 {



1.3  dev-lang/php/php-5.4.37.ebuild

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

Index: php-5.4.37.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.37.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- php-5.4.37.ebuild   25 Jan 2015 09:42:31 -  1.2
+++ php-5.4.37.ebuild   25 Jan 2015 11:13:42 -  1.3
@@ -1,12 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.37.ebuild,v 1.2 
2015/01/25 09:42:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.37.ebuild,v 1.3 
2015/01/25 11:13:42 ago Exp $
 
 EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 
 function php_get_uri ()
 {



1.923dev-lang/php/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.922
retrieving revision 1.923
diff -u -r1.922 -r1.923
--- ChangeLog   25 Jan 2015 09:42:31 -  1.922
+++ ChangeLog   25 Jan 2015 11:13:42 -  1.923
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.922 2015/01/25 
09:42:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.923 2015/01/25 
11:13:42 ago Exp $
+
+  25 Jan 2015; Agostino Sarubbo  php-5.4.37.ebuild,
+  php-5.5.21.ebuild:
+  Stable for amd64, wrt bug #533998
 
   25 Jan 2015; Jeroen Roovers  php-5.4.37.ebuild,
   php-5.5.21.ebuild:






[gentoo-commits] gentoo-x86 commit in net-libs/webkit-gtk: webkit-gtk-2.4.8-r200.ebuild webkit-gtk-2.4.8.ebuild ChangeLog

2015-01-25 Thread Agostino Sarubbo (ago)
ago 15/01/25 11:14:18

  Modified: webkit-gtk-2.4.8-r200.ebuild
webkit-gtk-2.4.8.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #536234
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="x86", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  net-libs/webkit-gtk/webkit-gtk-2.4.8-r200.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.8-r200.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.8-r200.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.8-r200.ebuild?r1=1.3&r2=1.4

Index: webkit-gtk-2.4.8-r200.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.8-r200.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- webkit-gtk-2.4.8-r200.ebuild25 Jan 2015 11:13:15 -  1.3
+++ webkit-gtk-2.4.8-r200.ebuild25 Jan 2015 11:14:18 -  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/net-libs/webkit-gtk/webkit-gtk-2.4.8-r200.ebuild,v 1.3 
2015/01/25 11:13:15 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.8-r200.ebuild,v 1.4 
2015/01/25 11:14:18 ago Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -15,7 +15,7 @@
 
 LICENSE="LGPL-2+ BSD"
 SLOT="2" # no usable subslot
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
 
 IUSE="aqua coverage debug +egl +geoloc gles2 +gstreamer +introspection +jit 
libsecret +opengl spell +webgl +X"
 # bugs 372493, 416331



1.4  net-libs/webkit-gtk/webkit-gtk-2.4.8.ebuild

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

Index: webkit-gtk-2.4.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- webkit-gtk-2.4.8.ebuild 25 Jan 2015 11:13:15 -  1.3
+++ webkit-gtk-2.4.8.ebuild 25 Jan 2015 11:14:18 -  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/net-libs/webkit-gtk/webkit-gtk-2.4.8.ebuild,v 1.3 
2015/01/25 11:13:15 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.8.ebuild,v 1.4 
2015/01/25 11:14:18 ago Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -15,7 +15,7 @@
 
 LICENSE="LGPL-2+ BSD"
 SLOT="3/25" # soname version of libwebkit2gtk-3.0
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
 
 IUSE="aqua coverage debug +egl +geoloc gles2 +gstreamer +introspection +jit 
libsecret +opengl spell wayland +webgl +X"
 # bugs 372493, 416331



1.308net-libs/webkit-gtk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.308&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.308&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?r1=1.307&r2=1.308

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v
retrieving revision 1.307
retrieving revision 1.308
diff -u -r1.307 -r1.308
--- ChangeLog   25 Jan 2015 11:13:15 -  1.307
+++ ChangeLog   25 Jan 2015 11:14:18 -  1.308
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/webkit-gtk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.307 
2015/01/25 11:13:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.308 
2015/01/25 11:14:18 ago Exp $
+
+  25 Jan 2015; Agostino Sarubbo  webkit-gtk-2.4.8-r200.ebuild,
+  webkit-gtk-2.4.8.ebuild

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

2015-01-25 Thread Agostino Sarubbo (ago)
ago 15/01/25 11:14:24

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

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

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

Index: jasper-1.900.1-r9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/jasper/jasper-1.900.1-r9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jasper-1.900.1-r9.ebuild25 Jan 2015 11:13:21 -  1.3
+++ jasper-1.900.1-r9.ebuild25 Jan 2015 11:14:24 -  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-libs/jasper/jasper-1.900.1-r9.ebuild,v 1.3 
2015/01/25 11:13:21 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/jasper/jasper-1.900.1-r9.ebuild,v 1.4 
2015/01/25 11:14:24 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 LICENSE="JasPer2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="jpeg opengl static-libs"
 
 RDEPEND="



1.119media-libs/jasper/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/jasper/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog   25 Jan 2015 11:13:21 -  1.118
+++ ChangeLog   25 Jan 2015 11:14:24 -  1.119
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/jasper
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jasper/ChangeLog,v 1.118 
2015/01/25 11:13:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jasper/ChangeLog,v 1.119 
2015/01/25 11:14:24 ago Exp $
+
+  25 Jan 2015; Agostino Sarubbo  jasper-1.900.1-r9.ebuild:
+  Stable for x86, wrt bug #537530
 
   25 Jan 2015; Agostino Sarubbo  jasper-1.900.1-r9.ebuild:
   Stable for amd64, wrt bug #537530






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

2015-01-25 Thread Agostino Sarubbo (ago)
ago 15/01/25 11:14:32

  Modified: php-5.4.37.ebuild php-5.5.21.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #533998
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="x86", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  dev-lang/php/php-5.4.37.ebuild

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

Index: php-5.4.37.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.37.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- php-5.4.37.ebuild   25 Jan 2015 11:13:42 -  1.3
+++ php-5.4.37.ebuild   25 Jan 2015 11:14:32 -  1.4
@@ -1,12 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.37.ebuild,v 1.3 
2015/01/25 11:13:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.37.ebuild,v 1.4 
2015/01/25 11:14:32 ago Exp $
 
 EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 
 function php_get_uri ()
 {



1.4  dev-lang/php/php-5.5.21.ebuild

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

Index: php-5.5.21.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.21.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- php-5.5.21.ebuild   25 Jan 2015 11:13:42 -  1.3
+++ php-5.5.21.ebuild   25 Jan 2015 11:14:32 -  1.4
@@ -1,12 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.21.ebuild,v 1.3 
2015/01/25 11:13:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.21.ebuild,v 1.4 
2015/01/25 11:14:32 ago Exp $
 
 EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 
 function php_get_uri ()
 {



1.924dev-lang/php/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.923
retrieving revision 1.924
diff -u -r1.923 -r1.924
--- ChangeLog   25 Jan 2015 11:13:42 -  1.923
+++ ChangeLog   25 Jan 2015 11:14:32 -  1.924
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.923 2015/01/25 
11:13:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.924 2015/01/25 
11:14:32 ago Exp $
+
+  25 Jan 2015; Agostino Sarubbo  php-5.4.37.ebuild,
+  php-5.5.21.ebuild:
+  Stable for x86, wrt bug #533998
 
   25 Jan 2015; Agostino Sarubbo  php-5.4.37.ebuild,
   php-5.5.21.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-perl/List-AllUtils: List-AllUtils-0.90.0.ebuild ChangeLog

2015-01-25 Thread Mikle Kolyada (zlogene)
zlogene 15/01/25 11:15:57

  Modified: List-AllUtils-0.90.0.ebuild ChangeLog
  Log:
  Add ~ppc64 keyword
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.8  dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild?r1=1.7&r2=1.8

Index: List-AllUtils-0.90.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- List-AllUtils-0.90.0.ebuild 25 Jan 2015 11:10:44 -  1.7
+++ List-AllUtils-0.90.0.ebuild 25 Jan 2015 11:15:57 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v 
1.7 2015/01/25 11:10:44 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v 
1.8 2015/01/25 11:15:57 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION='Combines List::Util and List::MoreUtils in one bite-sized package'
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc64 ~x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND=">=dev-perl/List-MoreUtils-0.280.0



1.13 dev-perl/List-AllUtils/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   25 Jan 2015 11:10:44 -  1.12
+++ ChangeLog   25 Jan 2015 11:15:57 -  1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/List-AllUtils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.12 
2015/01/25 11:10:44 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.13 
2015/01/25 11:15:57 zlogene Exp $
+
+  25 Jan 2015; Mikle Kolyada  List-AllUtils-0.90.0.ebuild:
+  Add ~ppc64 keyword
 
   25 Jan 2015; Mikle Kolyada  List-AllUtils-0.90.0.ebuild:
   Add ~m68k keyword






[gentoo-commits] gentoo-x86 commit in dev-perl/Test-Warnings: Test-Warnings-0.16.0.ebuild ChangeLog

2015-01-25 Thread Mikle Kolyada (zlogene)
zlogene 15/01/25 11:15:28

  Modified: Test-Warnings-0.16.0.ebuild ChangeLog
  Log:
  Add ~ppc64 keyword
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.11 dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild?r1=1.10&r2=1.11

Index: Test-Warnings-0.16.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Test-Warnings-0.16.0.ebuild 25 Jan 2015 11:09:55 -  1.10
+++ Test-Warnings-0.16.0.ebuild 25 Jan 2015 11:15:28 -  1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild,v 
1.10 2015/01/25 11:09:55 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild,v 
1.11 2015/01/25 11:15:28 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION='Test for warnings and the lack of them'
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~x86 
~amd64-fbsd"
 IUSE="test"
 
 # Test::Builder -> perl-Test-Simple



1.11 dev-perl/Test-Warnings/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   25 Jan 2015 11:09:55 -  1.10
+++ ChangeLog   25 Jan 2015 11:15:28 -  1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Test-Warnings
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/ChangeLog,v 1.10 
2015/01/25 11:09:55 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/ChangeLog,v 1.11 
2015/01/25 11:15:28 zlogene Exp $
+
+  25 Jan 2015; Mikle Kolyada  Test-Warnings-0.16.0.ebuild:
+  Add ~ppc64 keyword
 
   25 Jan 2015; Mikle Kolyada  Test-Warnings-0.16.0.ebuild:
   Add ~m68k keyword






[gentoo-commits] gentoo-x86 commit in dev-perl/DateTime-TimeZone: DateTime-TimeZone-1.810.0.ebuild ChangeLog

2015-01-25 Thread Mikle Kolyada (zlogene)
zlogene 15/01/25 11:16:33

  Modified: DateTime-TimeZone-1.810.0.ebuild ChangeLog
  Log:
  Add ~ppc64 keyword
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.8  dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild?r1=1.7&r2=1.8

Index: DateTime-TimeZone-1.810.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- DateTime-TimeZone-1.810.0.ebuild25 Jan 2015 11:08:40 -  1.7
+++ DateTime-TimeZone-1.810.0.ebuild25 Jan 2015 11:16:33 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild,v
 1.7 2015/01/25 11:08:40 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild,v
 1.8 2015/01/25 11:16:33 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Time zone object base class and factory"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="



1.246dev-perl/DateTime-TimeZone/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog?rev=1.246&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog?rev=1.246&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog?r1=1.245&r2=1.246

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -r1.245 -r1.246
--- ChangeLog   25 Jan 2015 11:08:40 -  1.245
+++ ChangeLog   25 Jan 2015 11:16:33 -  1.246
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/DateTime-TimeZone
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 
1.245 2015/01/25 11:08:40 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 
1.246 2015/01/25 11:16:33 zlogene Exp $
+
+  25 Jan 2015; Mikle Kolyada 
+  DateTime-TimeZone-1.810.0.ebuild:
+  Add ~ppc64 keyword
 
   25 Jan 2015; Mikle Kolyada 
   DateTime-TimeZone-1.810.0.ebuild:






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

2015-01-25 Thread Agostino Sarubbo (ago)
ago 15/01/25 11:21:03

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

Revision  ChangesPath
1.10 sys-apps/file/file-5.22.ebuild

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

Index: file-5.22.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.22.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- file-5.22.ebuild16 Jan 2015 08:07:44 -  1.9
+++ file-5.22.ebuild25 Jan 2015 11:21:03 -  1.10
@@ -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/file/file-5.22.ebuild,v 1.9 
2015/01/16 08:07:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.22.ebuild,v 1.10 
2015/01/25 11:21:03 ago Exp $
 
 EAPI="4"
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy2_0 )
@@ -14,7 +14,7 @@
 else
SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz
ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz";
-   KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 fi
 
 DESCRIPTION="identify a file's format by scanning binary data for patterns"



1.307sys-apps/file/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v
retrieving revision 1.306
retrieving revision 1.307
diff -u -r1.306 -r1.307
--- ChangeLog   16 Jan 2015 08:07:44 -  1.306
+++ ChangeLog   25 Jan 2015 11:21:03 -  1.307
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/file
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.306 2015/01/16 
08:07:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.307 2015/01/25 
11:21:03 ago Exp $
+
+  25 Jan 2015; Agostino Sarubbo  file-5.22.ebuild:
+  Stable for alpha, wrt bug #532768
 
   16 Jan 2015; Agostino Sarubbo  file-5.22.ebuild:
   Stable for ia64, wrt bug #532768






[gentoo-commits] gentoo-x86 commit in media-gfx/exiv2: exiv2-0.24-r1.ebuild ChangeLog

2015-01-25 Thread Agostino Sarubbo (ago)
ago 15/01/25 11:21:17

  Modified: exiv2-0.24-r1.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #534608
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  media-gfx/exiv2/exiv2-0.24-r1.ebuild

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

Index: exiv2-0.24-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/exiv2/exiv2-0.24-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- exiv2-0.24-r1.ebuild21 Jan 2015 11:18:29 -  1.4
+++ exiv2-0.24-r1.ebuild25 Jan 2015 11:21: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/media-gfx/exiv2/exiv2-0.24-r1.ebuild,v 1.4 
2015/01/21 11:18:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiv2/exiv2-0.24-r1.ebuild,v 1.5 
2015/01/25 11:21:17 ago Exp $
 
 EAPI=5
 AUTOTOOLS_IN_SOURCE_BUILD=1
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0/13"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE_LINGUAS="de es fi fr pl ru sk"
 IUSE="contrib doc examples nls xmp zlib static-libs $(printf 'linguas_%s ' 
${IUSE_LINGUAS})"
 



1.134media-gfx/exiv2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/exiv2/ChangeLog?rev=1.134&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/exiv2/ChangeLog?rev=1.134&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/exiv2/ChangeLog?r1=1.133&r2=1.134

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/exiv2/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog   21 Jan 2015 11:18:29 -  1.133
+++ ChangeLog   25 Jan 2015 11:21:17 -  1.134
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/exiv2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiv2/ChangeLog,v 1.133 
2015/01/21 11:18:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiv2/ChangeLog,v 1.134 
2015/01/25 11:21:17 ago Exp $
+
+  25 Jan 2015; Agostino Sarubbo  exiv2-0.24-r1.ebuild:
+  Stable for alpha, wrt bug #534608
 
   21 Jan 2015; Jeroen Roovers  exiv2-0.24-r1.ebuild:
   Stable for HPPA (bug #534608).






[gentoo-commits] gentoo-x86 commit in app-crypt/gnupg: gnupg-2.0.26-r3.ebuild ChangeLog

2015-01-25 Thread Agostino Sarubbo (ago)
ago 15/01/25 11:21:30

  Modified: gnupg-2.0.26-r3.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #534110
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  app-crypt/gnupg/gnupg-2.0.26-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/gnupg-2.0.26-r3.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/gnupg-2.0.26-r3.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/gnupg-2.0.26-r3.ebuild?r1=1.8&r2=1.9

Index: gnupg-2.0.26-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.26-r3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gnupg-2.0.26-r3.ebuild  17 Jan 2015 20:05:25 -  1.8
+++ gnupg-2.0.26-r3.ebuild  25 Jan 2015 11:21:30 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.26-r3.ebuild,v 
1.8 2015/01/17 20:05:25 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.26-r3.ebuild,v 
1.9 2015/01/25 11:21:30 ago Exp $
 
 EAPI="5"
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-3"
 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-freebsd ~amd64-linux 
~arm-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-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 doc ldap nls mta readline static selinux smartcard tools usb"
 
 COMMON_DEPEND_LIBS="



1.571app-crypt/gnupg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/ChangeLog?rev=1.571&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/ChangeLog?rev=1.571&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/ChangeLog?r1=1.570&r2=1.571

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v
retrieving revision 1.570
retrieving revision 1.571
diff -u -r1.570 -r1.571
--- ChangeLog   17 Jan 2015 20:05:25 -  1.570
+++ ChangeLog   25 Jan 2015 11:21:30 -  1.571
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/gnupg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.570 
2015/01/17 20:05:25 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.571 
2015/01/25 11:21:30 ago Exp $
+
+  25 Jan 2015; Agostino Sarubbo  gnupg-2.0.26-r3.ebuild:
+  Stable for alpha, wrt bug #534110
 
   17 Jan 2015; Markus Meier  gnupg-2.0.26-r3.ebuild:
   arm stable, bug #534110






[gentoo-commits] gentoo-x86 commit in dev-perl/Devel-GlobalDestruction: Devel-GlobalDestruction-0.50.0-r1.ebuild ChangeLog

2015-01-25 Thread Mikle Kolyada (zlogene)
zlogene 15/01/25 11:22:02

  Modified: Devel-GlobalDestruction-0.50.0-r1.ebuild ChangeLog
  Log:
  Drop prefix
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  
dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.50.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.50.0-r1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.50.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.50.0-r1.ebuild?r1=1.2&r2=1.3

Index: Devel-GlobalDestruction-0.50.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.50.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Devel-GlobalDestruction-0.50.0-r1.ebuild11 Nov 2014 12:02:01 -  
1.2
+++ Devel-GlobalDestruction-0.50.0-r1.ebuild25 Jan 2015 11:22:02 -  
1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.50.0-r1.ebuild,v
 1.2 2014/11/11 12:02:01 blueness Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.50.0-r1.ebuild,v
 1.3 2015/01/25 11:22:02 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Expose PL_dirty, the flag which marks global destruction"
 
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86 ~x64-macos"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND="dev-perl/Sub-Exporter"



1.32 dev-perl/Devel-GlobalDestruction/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Devel-GlobalDestruction/ChangeLog?rev=1.32&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Devel-GlobalDestruction/ChangeLog?rev=1.32&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Devel-GlobalDestruction/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Devel-GlobalDestruction/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   22 Nov 2014 19:57:32 -  1.31
+++ ChangeLog   25 Jan 2015 11:22:02 -  1.32
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Devel-GlobalDestruction
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Devel-GlobalDestruction/ChangeLog,v 1.31 
2014/11/22 19:57:32 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Devel-GlobalDestruction/ChangeLog,v 1.32 
2015/01/25 11:22:02 zlogene Exp $
+
+  25 Jan 2015; Mikle Kolyada 
+  Devel-GlobalDestruction-0.50.0-r1.ebuild:
+  Drop prefix
 
   22 Nov 2014; Mikle Kolyada 
   Devel-GlobalDestruction-0.120.0.ebuild:






[gentoo-commits] gentoo-x86 commit in x11-base/xorg-server: xorg-server-1.12.4-r3.ebuild xorg-server-1.15.2-r1.ebuild ChangeLog

2015-01-25 Thread Agostino Sarubbo (ago)
ago 15/01/25 11:21:12

  Modified: xorg-server-1.12.4-r3.ebuild
xorg-server-1.15.2-r1.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #532086
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  x11-base/xorg-server/xorg-server-1.12.4-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-server/xorg-server-1.12.4-r3.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-server/xorg-server-1.12.4-r3.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-server/xorg-server-1.12.4-r3.ebuild?r1=1.8&r2=1.9

Index: xorg-server-1.12.4-r3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.12.4-r3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xorg-server-1.12.4-r3.ebuild17 Jan 2015 20:09:02 -  1.8
+++ xorg-server-1.12.4-r3.ebuild25 Jan 2015 11:21:12 -  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/x11-base/xorg-server/xorg-server-1.12.4-r3.ebuild,v 1.8 
2015/01/17 20:09:02 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.12.4-r3.ebuild,v 1.9 
2015/01/25 11:21:12 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 arm ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd"
 
 SRC_URI="${SRC_URI} 
mirror://gentoo/${PN}-1.12-cve-2014-8091..8103.patches.tar.xz"
 



1.10 x11-base/xorg-server/xorg-server-1.15.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-server/xorg-server-1.15.2-r1.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-server/xorg-server-1.15.2-r1.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-server/xorg-server-1.15.2-r1.ebuild?r1=1.9&r2=1.10

Index: xorg-server-1.15.2-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.15.2-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xorg-server-1.15.2-r1.ebuild17 Jan 2015 20:09:46 -  1.9
+++ xorg-server-1.15.2-r1.ebuild25 Jan 2015 11:21:12 -  1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.15.2-r1.ebuild,v 1.9 
2015/01/17 20:09:46 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.15.2-r1.ebuild,v 
1.10 2015/01/25 11:21:12 ago Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 
 DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 
 SRC_URI="${SRC_URI} 
mirror://gentoo/${PN}-1.16-cve-2014-8091..8103.patches.tar.xz"
 



1.817x11-base/xorg-server/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-server/ChangeLog?rev=1.817&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-server/ChangeLog?rev=1.817&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-server/ChangeLog?r1=1.816&r2=1.817

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-base/xorg-server/ChangeLog,v
retrieving revision 1.816
retrieving revision 1.817
diff -u -r1.816 -r1.817
--- ChangeLog   17 Jan 2015 20:09:46 -  1.816
+++ ChangeLog   25 Jan 2015 11:21:12 -  1.817
@@ -1,6 +1,10 @@
 # ChangeLog for x11-base/xorg-server
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/ChangeLog,v 1.816 
2015/01/17 20:09:46 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/ChangeLog,v 1.817 
2015/01/25 11:21:12 ago Exp $
+
+  25 Jan 2015; Agostino Sarubbo  xorg-server-1.12.4-r3.ebuild,
+  xorg-server-1.15.2-r1.ebuild:
+  Stable for alpha, wrt bug #532086
 
   17 Jan 2015; Markus Meier  xorg-server-1.15.2-r1.ebuild:
   arm stable, bug #532086






[gentoo-commits] gentoo-x86 commit in net-proxy/privoxy: privoxy-3.0.22.ebuild ChangeLog

2015-01-25 Thread Agostino Sarubbo (ago)
ago 15/01/25 11:21:25

  Modified: privoxy-3.0.22.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #531292
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  net-proxy/privoxy/privoxy-3.0.22.ebuild

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

Index: privoxy-3.0.22.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.22.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- privoxy-3.0.22.ebuild   15 Jan 2015 08:40:13 -  1.7
+++ privoxy-3.0.22.ebuild   25 Jan 2015 11:21:25 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.22.ebuild,v 
1.7 2015/01/15 08:40:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.22.ebuild,v 
1.8 2015/01/25 11:21:25 ago Exp $
 
 EAPI="5"
 
@@ -18,7 +18,7 @@
 +image-blocking ipv6 lfs png-images selinux +stats +threads toggle
 whitelists +zlib"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ppc ppc64 sparc x86 ~x86-fbsd"
 LICENSE="GPL-2"
 
 DEPEND="dev-libs/libpcre



1.106net-proxy/privoxy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/ChangeLog?rev=1.106&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/ChangeLog?rev=1.106&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/ChangeLog?r1=1.105&r2=1.106

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog   15 Jan 2015 08:40:13 -  1.105
+++ ChangeLog   25 Jan 2015 11:21:25 -  1.106
@@ -1,6 +1,9 @@
 # ChangeLog for net-proxy/privoxy
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v 1.105 
2015/01/15 08:40:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v 1.106 
2015/01/25 11:21:25 ago Exp $
+
+  25 Jan 2015; Agostino Sarubbo  privoxy-3.0.22.ebuild:
+  Stable for alpha, wrt bug #531292
 
   15 Jan 2015; Agostino Sarubbo  privoxy-3.0.22.ebuild:
   Stable for ppc, wrt bug #531292






[gentoo-commits] gentoo-x86 commit in sys-apps/grep: grep-2.21-r1.ebuild ChangeLog

2015-01-25 Thread Agostino Sarubbo (ago)
ago 15/01/25 11:21:21

  Modified: grep-2.21-r1.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #537046
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  sys-apps/grep/grep-2.21-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/grep/grep-2.21-r1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/grep/grep-2.21-r1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/grep/grep-2.21-r1.ebuild?r1=1.4&r2=1.5

Index: grep-2.21-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.21-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- grep-2.21-r1.ebuild 21 Jan 2015 10:20:17 -  1.4
+++ grep-2.21-r1.ebuild 25 Jan 2015 11:21:21 -  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/sys-apps/grep/grep-2.21-r1.ebuild,v 1.4 
2015/01/21 10:20:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.21-r1.ebuild,v 1.5 
2015/01/25 11:21:21 ago Exp $
 
 EAPI="4"
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~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 ~sparc-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="nls pcre static"
 
 LIB_DEPEND="pcre? ( >=dev-libs/libpcre-7.8-r1[static-libs(+)] )"



1.154sys-apps/grep/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/grep/ChangeLog,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- ChangeLog   21 Jan 2015 10:20:17 -  1.153
+++ ChangeLog   25 Jan 2015 11:21:21 -  1.154
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/grep
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/ChangeLog,v 1.153 2015/01/21 
10:20:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/ChangeLog,v 1.154 2015/01/25 
11:21:21 ago Exp $
+
+  25 Jan 2015; Agostino Sarubbo  grep-2.21-r1.ebuild:
+  Stable for alpha, wrt bug #537046
 
   21 Jan 2015; Agostino Sarubbo  grep-2.21-r1.ebuild:
   Stable for x86, wrt bug #537046






[gentoo-commits] gentoo-x86 commit in net-misc/tigervnc: tigervnc-1.3.1-r1.ebuild ChangeLog

2015-01-25 Thread Agostino Sarubbo (ago)
ago 15/01/25 11:23:51

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

Revision  ChangesPath
1.10 net-misc/tigervnc/tigervnc-1.3.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.3.1-r1.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.3.1-r1.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.3.1-r1.ebuild?r1=1.9&r2=1.10

Index: tigervnc-1.3.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.3.1-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- tigervnc-1.3.1-r1.ebuild20 Sep 2014 11:15:54 -  1.9
+++ tigervnc-1.3.1-r1.ebuild25 Jan 2015 11:23:51 -  1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.3.1-r1.ebuild,v 1.9 
2014/09/20 11:15:54 armin76 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.3.1-r1.ebuild,v 1.10 
2015/01/25 11:23:51 ago Exp $
 
 EAPI="4"
 
@@ -22,7 +22,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sh sparc x86"
 IUSE="gnutls java nptl +opengl pam server +xorgmodule"
 
 RDEPEND="virtual/jpeg:0



1.196net-misc/tigervnc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.196&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.196&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?r1=1.195&r2=1.196

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -r1.195 -r1.196
--- ChangeLog   20 Sep 2014 11:15:54 -  1.195
+++ ChangeLog   25 Jan 2015 11:23:51 -  1.196
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/tigervnc
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.195 
2014/09/20 11:15:54 armin76 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.196 
2015/01/25 11:23:51 ago Exp $
+
+  25 Jan 2015; Agostino Sarubbo  tigervnc-1.3.1-r1.ebuild:
+  Stable for ppc, wrt bug #500372
 
   20 Sep 2014; Raúl Porcel  tigervnc-1.3.1-r1.ebuild,
   tigervnc-1.3.1-r2.ebuild:






[gentoo-commits] gentoo-x86 commit in net-misc/tigervnc: tigervnc-1.3.1-r1.ebuild ChangeLog

2015-01-25 Thread Agostino Sarubbo (ago)
ago 15/01/25 11:24:04

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

Revision  ChangesPath
1.11 net-misc/tigervnc/tigervnc-1.3.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.3.1-r1.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.3.1-r1.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.3.1-r1.ebuild?r1=1.10&r2=1.11

Index: tigervnc-1.3.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.3.1-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- tigervnc-1.3.1-r1.ebuild25 Jan 2015 11:23:51 -  1.10
+++ tigervnc-1.3.1-r1.ebuild25 Jan 2015 11:24:04 -  1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.3.1-r1.ebuild,v 1.10 
2015/01/25 11:23:51 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.3.1-r1.ebuild,v 1.11 
2015/01/25 11:24:04 ago Exp $
 
 EAPI="4"
 
@@ -22,7 +22,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86"
 IUSE="gnutls java nptl +opengl pam server +xorgmodule"
 
 RDEPEND="virtual/jpeg:0



1.197net-misc/tigervnc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.197&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.197&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?r1=1.196&r2=1.197

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -r1.196 -r1.197
--- ChangeLog   25 Jan 2015 11:23:51 -  1.196
+++ ChangeLog   25 Jan 2015 11:24:04 -  1.197
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/tigervnc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.196 
2015/01/25 11:23:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.197 
2015/01/25 11:24:04 ago Exp $
+
+  25 Jan 2015; Agostino Sarubbo  tigervnc-1.3.1-r1.ebuild:
+  Stable for ppc64, wrt bug #500372
 
   25 Jan 2015; Agostino Sarubbo  tigervnc-1.3.1-r1.ebuild:
   Stable for ppc, wrt bug #500372






[gentoo-commits] gentoo-x86 commit in dev-perl/List-AllUtils: List-AllUtils-0.90.0.ebuild ChangeLog

2015-01-25 Thread Mikle Kolyada (zlogene)
zlogene 15/01/25 11:24:26

  Modified: List-AllUtils-0.90.0.ebuild ChangeLog
  Log:
  Add ~ppc keyword
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.9  dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild?r1=1.8&r2=1.9

Index: List-AllUtils-0.90.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- List-AllUtils-0.90.0.ebuild 25 Jan 2015 11:15:57 -  1.8
+++ List-AllUtils-0.90.0.ebuild 25 Jan 2015 11:24:26 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v 
1.8 2015/01/25 11:15:57 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v 
1.9 2015/01/25 11:24:26 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION='Combines List::Util and List::MoreUtils in one bite-sized package'
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc64 ~x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND=">=dev-perl/List-MoreUtils-0.280.0



1.14 dev-perl/List-AllUtils/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   25 Jan 2015 11:15:57 -  1.13
+++ ChangeLog   25 Jan 2015 11:24:26 -  1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/List-AllUtils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.13 
2015/01/25 11:15:57 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.14 
2015/01/25 11:24:26 zlogene Exp $
+
+  25 Jan 2015; Mikle Kolyada  List-AllUtils-0.90.0.ebuild:
+  Add ~ppc keyword
 
   25 Jan 2015; Mikle Kolyada  List-AllUtils-0.90.0.ebuild:
   Add ~ppc64 keyword






[gentoo-commits] gentoo-x86 commit in dev-perl/DateTime-TimeZone: DateTime-TimeZone-1.810.0.ebuild ChangeLog

2015-01-25 Thread Mikle Kolyada (zlogene)
zlogene 15/01/25 11:24:58

  Modified: DateTime-TimeZone-1.810.0.ebuild ChangeLog
  Log:
  Add ~ppc keyword
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.9  dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild?r1=1.8&r2=1.9

Index: DateTime-TimeZone-1.810.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- DateTime-TimeZone-1.810.0.ebuild25 Jan 2015 11:16:33 -  1.8
+++ DateTime-TimeZone-1.810.0.ebuild25 Jan 2015 11:24:58 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild,v
 1.8 2015/01/25 11:16:33 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild,v
 1.9 2015/01/25 11:24:58 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Time zone object base class and factory"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="



1.247dev-perl/DateTime-TimeZone/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog?rev=1.247&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog?rev=1.247&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog?r1=1.246&r2=1.247

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v
retrieving revision 1.246
retrieving revision 1.247
diff -u -r1.246 -r1.247
--- ChangeLog   25 Jan 2015 11:16:33 -  1.246
+++ ChangeLog   25 Jan 2015 11:24:58 -  1.247
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/DateTime-TimeZone
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 
1.246 2015/01/25 11:16:33 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 
1.247 2015/01/25 11:24:58 zlogene Exp $
+
+  25 Jan 2015; Mikle Kolyada 
+  DateTime-TimeZone-1.810.0.ebuild:
+  Add ~ppc keyword
 
   25 Jan 2015; Mikle Kolyada 
   DateTime-TimeZone-1.810.0.ebuild:






[gentoo-commits] proj/gamerlay:master commit in: games-engines/openxcom/

2015-01-25 Thread Azamat H. Hackimov
commit: 1612dca042e80ce610a176761342c0f0e3ab2610
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Sun Jan 25 11:28:49 2015 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Sun Jan 25 11:28:49 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=1612dca0

[games-engine/openxcom] Version bump

Package-Manager: portage-2.2.14
Manifest-Sign-Key: A018DE8C

---
 ...nxcom-1.0_pre20140614.ebuild => openxcom-1.0.0_p20150123.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-engines/openxcom/openxcom-1.0_pre20140614.ebuild 
b/games-engines/openxcom/openxcom-1.0.0_p20150123.ebuild
similarity index 88%
rename from games-engines/openxcom/openxcom-1.0_pre20140614.ebuild
rename to games-engines/openxcom/openxcom-1.0.0_p20150123.ebuild
index f9df84f..836bc5e 100644
--- a/games-engines/openxcom/openxcom-1.0_pre20140614.ebuild
+++ b/games-engines/openxcom/openxcom-1.0.0_p20150123.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -9,9 +9,9 @@ inherit cmake-utils games git-2
 DESCRIPTION="An open-source reimplementation of the popular UFO: Enemy Unknown"
 HOMEPAGE="http://openxcom.org/";
 # For translation files
-SRC_URI="http://openxcom.org/git_builds/openxcom_git_master_2014_06_13_1923.zip";
+SRC_URI="http://openxcom.org/git_builds/openxcom_git_master_2015_01_23_1405.zip";
 EGIT_REPO_URI="https://github.com/SupSuper/OpenXcom.git";
-EGIT_COMMIT=71c8b2a2779ebd76f621e404d472d39fc4da022a
+EGIT_COMMIT=18bba3f2a886161ff4077e75b56ae88fc5e96236
 
 LICENSE="GPL-3"
 SLOT="0"



[gentoo-commits] gentoo-x86 commit in dev-ruby/rkelly-remix: rkelly-remix-0.0.7.ebuild ChangeLog

2015-01-25 Thread Manuel Rueger (mrueg)
mrueg   15/01/25 11:32:27

  Modified: ChangeLog
  Added:rkelly-remix-0.0.7.ebuild
  Log:
  Version bump. Add ruby 2.2 target.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.3  dev-ruby/rkelly-remix/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rkelly-remix/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   17 Dec 2014 07:08:47 -  1.2
+++ ChangeLog   25 Jan 2015 11:32:27 -  1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/rkelly-remix
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rkelly-remix/ChangeLog,v 1.2 
2014/12/17 07:08:47 graaff Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rkelly-remix/ChangeLog,v 1.3 
2015/01/25 11:32:27 mrueg Exp $
+
+*rkelly-remix-0.0.7 (25 Jan 2015)
+
+  25 Jan 2015; Manuel Rüger  +rkelly-remix-0.0.7.ebuild:
+  Version bump. Add ruby 2.2 target.
 
   17 Dec 2014; Hans de Graaff  rkelly-remix-0.0.6.ebuild:
   Add missing dependency on hoe. Use custom test phase to avoid minitest



1.1  dev-ruby/rkelly-remix/rkelly-remix-0.0.7.ebuild

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

Index: rkelly-remix-0.0.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/rkelly-remix/rkelly-remix-0.0.7.ebuild,v 1.1 
2015/01/25 11:32:27 mrueg Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21 ruby22"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"

inherit ruby-fakegem

DESCRIPTION="RKelly Remix is a fork of the RKelly JavaScript parser"
HOMEPAGE="https://github.com/nene/rkelly-remix";
LICENSE="MIT"

KEYWORDS="~amd64 ~arm ~x86"
SLOT="0"
IUSE="doc"

ruby_add_bdepend "doc? ( dev-ruby/hoe dev-ruby/rdoc )"

each_ruby_test() {
${RUBY} -S testrb -Ilib:. test/test_*.rb test/*/test_*.rb || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/rspectacular: rspectacular-0.55.0.ebuild ChangeLog

2015-01-25 Thread Manuel Rueger (mrueg)
mrueg   15/01/25 11:37:09

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

Revision  ChangesPath
1.3  dev-ruby/rspectacular/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspectacular/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   31 Dec 2014 08:20:39 -  1.2
+++ ChangeLog   25 Jan 2015 11:37:09 -  1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/rspectacular
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspectacular/ChangeLog,v 1.2 
2014/12/31 08:20:39 graaff Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspectacular/ChangeLog,v 1.3 
2015/01/25 11:37:09 mrueg Exp $
+
+*rspectacular-0.55.0 (25 Jan 2015)
+
+  25 Jan 2015; Manuel Rüger  +rspectacular-0.55.0.ebuild:
+  Version bump.
 
   31 Dec 2014; Hans de Graaff  rspectacular-0.54.0.ebuild:
   Add forgotten dependencies.
@@ -10,4 +15,3 @@
   31 Dec 2014; Hans de Graaff  +rspectacular-0.54.0.ebuild,
   +metadata.xml:
   Initial import. New dependency for dev-ruby/ruby-progressbar.
-



1.1  dev-ruby/rspectacular/rspectacular-0.55.0.ebuild

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

Index: rspectacular-0.55.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/rspectacular/rspectacular-0.55.0.ebuild,v 1.1 
2015/01/25 11:37:09 mrueg Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md"

RUBY_FAKEGEM_BINWRAP=""

inherit ruby-fakegem

DESCRIPTION="RSpec support and matchers"
HOMEPAGE="https://github.com/thekompanee/rspectacular";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

ruby_add_rdepend ">=dev-ruby/rspec-3.1:3 dev-ruby/fuubar:2"






[gentoo-commits] gentoo-x86 commit in dev-perl/DateTime-TimeZone: DateTime-TimeZone-1.810.0.ebuild ChangeLog

2015-01-25 Thread Mikle Kolyada (zlogene)
zlogene 15/01/25 11:41:56

  Modified: DateTime-TimeZone-1.810.0.ebuild ChangeLog
  Log:
  Add ~amd64-linux keyword
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.10 dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild?r1=1.9&r2=1.10

Index: DateTime-TimeZone-1.810.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- DateTime-TimeZone-1.810.0.ebuild25 Jan 2015 11:24:58 -  1.9
+++ DateTime-TimeZone-1.810.0.ebuild25 Jan 2015 11:41:56 -  1.10
@@ -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-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild,v
 1.9 2015/01/25 11:24:58 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild,v
 1.10 2015/01/25 11:41:56 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Time zone object base class and factory"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~x86 
~amd64-linux"
 IUSE="test"
 
 RDEPEND="



1.248dev-perl/DateTime-TimeZone/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog?rev=1.248&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog?rev=1.248&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog?r1=1.247&r2=1.248

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v
retrieving revision 1.247
retrieving revision 1.248
diff -u -r1.247 -r1.248
--- ChangeLog   25 Jan 2015 11:24:58 -  1.247
+++ ChangeLog   25 Jan 2015 11:41:56 -  1.248
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/DateTime-TimeZone
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 
1.247 2015/01/25 11:24:58 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 
1.248 2015/01/25 11:41:56 zlogene Exp $
+
+  25 Jan 2015; Mikle Kolyada 
+  DateTime-TimeZone-1.810.0.ebuild:
+  Add ~amd64-linux keyword
 
   25 Jan 2015; Mikle Kolyada 
   DateTime-TimeZone-1.810.0.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-perl/List-AllUtils: List-AllUtils-0.90.0.ebuild ChangeLog

2015-01-25 Thread Mikle Kolyada (zlogene)
zlogene 15/01/25 11:42:50

  Modified: List-AllUtils-0.90.0.ebuild ChangeLog
  Log:
  Add ~amd64-linux keyword
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.10 dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild?r1=1.9&r2=1.10

Index: List-AllUtils-0.90.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- List-AllUtils-0.90.0.ebuild 25 Jan 2015 11:24:26 -  1.9
+++ List-AllUtils-0.90.0.ebuild 25 Jan 2015 11:42:50 -  1.10
@@ -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-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v 
1.9 2015/01/25 11:24:26 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v 
1.10 2015/01/25 11:42:50 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION='Combines List::Util and List::MoreUtils in one bite-sized package'
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~x86 
~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~x86 
~amd64-fbsd ~amd64-linux"
 IUSE="test"
 
 RDEPEND=">=dev-perl/List-MoreUtils-0.280.0



1.15 dev-perl/List-AllUtils/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   25 Jan 2015 11:24:26 -  1.14
+++ ChangeLog   25 Jan 2015 11:42:50 -  1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/List-AllUtils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.14 
2015/01/25 11:24:26 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.15 
2015/01/25 11:42:50 zlogene Exp $
+
+  25 Jan 2015; Mikle Kolyada  List-AllUtils-0.90.0.ebuild:
+  Add ~amd64-linux keyword
 
   25 Jan 2015; Mikle Kolyada  List-AllUtils-0.90.0.ebuild:
   Add ~ppc keyword






[gentoo-commits] gentoo-x86 commit in dev-perl/Test-Warnings: Test-Warnings-0.16.0.ebuild ChangeLog

2015-01-25 Thread Mikle Kolyada (zlogene)
zlogene 15/01/25 11:43:53

  Modified: Test-Warnings-0.16.0.ebuild ChangeLog
  Log:
  Add ~amd64-linux keyword
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.12 dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild?r1=1.11&r2=1.12

Index: Test-Warnings-0.16.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Test-Warnings-0.16.0.ebuild 25 Jan 2015 11:15:28 -  1.11
+++ Test-Warnings-0.16.0.ebuild 25 Jan 2015 11:43:53 -  1.12
@@ -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-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild,v 
1.11 2015/01/25 11:15:28 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild,v 
1.12 2015/01/25 11:43:53 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION='Test for warnings and the lack of them'
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~x86 
~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~x86 
~amd64-fbsd ~amd64-linux"
 IUSE="test"
 
 # Test::Builder -> perl-Test-Simple



1.12 dev-perl/Test-Warnings/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   25 Jan 2015 11:15:28 -  1.11
+++ ChangeLog   25 Jan 2015 11:43:53 -  1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Test-Warnings
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/ChangeLog,v 1.11 
2015/01/25 11:15:28 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/ChangeLog,v 1.12 
2015/01/25 11:43:53 zlogene Exp $
+
+  25 Jan 2015; Mikle Kolyada  Test-Warnings-0.16.0.ebuild:
+  Add ~amd64-linux keyword
 
   25 Jan 2015; Mikle Kolyada  Test-Warnings-0.16.0.ebuild:
   Add ~ppc64 keyword






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

2015-01-25 Thread Pacho Ramos (pacho)
pacho   15/01/25 11:54:12

  Modified: ChangeLog
  Log:
  Unmask webkit-gtk[jit] only on arm7 profiles (#523400)

Revision  ChangesPath
1.9701   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9700
retrieving revision 1.9701
diff -u -r1.9700 -r1.9701
--- ChangeLog   24 Jan 2015 09:02:55 -  1.9700
+++ ChangeLog   25 Jan 2015 11:54:12 -  1.9701
@@ -1,11 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9700 2015/01/24 
09:02:55 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9701 2015/01/25 
11:54:12 pacho Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  25 Jan 2015; Pacho Ramos 
+  +arch/arm/armv7a/package.use.mask, arch/arm/package.use.mask:
+  Unmask webkit-gtk[jit] only on arm7 profiles (#523400)
+
   24 Jan 2015; Michał Górny  desc/cpu_flags_x86.desc:
   Add XOP as used by media-video/ffmpeg.
 






[gentoo-commits] gentoo-x86 commit in profiles/arch/arm: package.use.mask

2015-01-25 Thread Pacho Ramos (pacho)
pacho   15/01/25 11:54:12

  Modified: package.use.mask
  Log:
  Unmask webkit-gtk[jit] only on arm7 profiles (#523400)

Revision  ChangesPath
1.240profiles/arch/arm/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm/package.use.mask?rev=1.240&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm/package.use.mask?rev=1.240&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm/package.use.mask?r1=1.239&r2=1.240

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use.mask,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -r1.239 -r1.240
--- package.use.mask18 Jan 2015 20:27:52 -  1.239
+++ package.use.mask25 Jan 2015 11:54:12 -  1.240
@@ -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/profiles/arch/arm/package.use.mask,v 1.239 
2015/01/18 20:27:52 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use.mask,v 1.240 
2015/01/25 11:54:12 pacho Exp $
 
 # Markus Meier  (17 Jan 2015)
 # Unkeyworded deps, bug #536226
@@ -348,13 +348,6 @@
 # arm is missing keywords for >=dev-libs/json-glib-0.12
 app-admin/syslog-ng json
 
-# Alexandre Rostovtsev  (09 Jan 2012)
-# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
-# it's masked in base profile and unmasked here (bug #396313).
-net-libs/webkit-gtk -jit
-www-client/epiphany -jit
-www-client/midori -jit
-
 # Anthony G. Basile  (Dec 21, 2011)
 # Mask the vde flag on tinc because net-misc/vde is not
 # keyworded for arm






[gentoo-commits] gentoo-x86 commit in profiles/arch/arm/armv7a: package.use.mask

2015-01-25 Thread Pacho Ramos (pacho)
pacho   15/01/25 11:54:12

  Added:package.use.mask
  Log:
  Unmask webkit-gtk[jit] only on arm7 profiles (#523400)

Revision  ChangesPath
1.1  profiles/arch/arm/armv7a/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm/armv7a/package.use.mask?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm/armv7a/package.use.mask?rev=1.1&content-type=text/plain

Index: package.use.mask
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/armv7a/package.use.mask,v 
1.1 2015/01/25 11:54:12 pacho Exp $

# Pacho Ramos  (25 Jan 2015)
# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
# it's masked in base profile and unmasked here (bug #396313). Only in arm7 
profile
# because webkit-gtk only reliable tests webkit-gtk on this and JIT support is 
likely
# to break in several ways on every version bump on non-arm7 (#523400)
net-libs/webkit-gtk -jit
www-client/epiphany -jit
www-client/midori -jit






[gentoo-commits] gentoo-x86 commit in net-libs/webkit-gtk: webkit-gtk-2.4.8.ebuild webkit-gtk-2.4.8-r200.ebuild ChangeLog webkit-gtk-2.4.7.ebuild webkit-gtk-2.4.7-r200.ebuild

2015-01-25 Thread Pacho Ramos (pacho)
pacho   15/01/25 11:59:10

  Modified: webkit-gtk-2.4.8.ebuild
webkit-gtk-2.4.8-r200.ebuild ChangeLog
  Removed:  webkit-gtk-2.4.7.ebuild
webkit-gtk-2.4.7-r200.ebuild
  Log:
  gir-nvidia-hangs.patch was not really working and, also, upstream supposedly 
fixed the bug in a different way also in 2.4.8 (not only 2.6.x)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.5  net-libs/webkit-gtk/webkit-gtk-2.4.8.ebuild

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

Index: webkit-gtk-2.4.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- webkit-gtk-2.4.8.ebuild 25 Jan 2015 11:14:18 -  1.4
+++ webkit-gtk-2.4.8.ebuild 25 Jan 2015 11:59:10 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.8.ebuild,v 1.4 
2015/01/25 11:14:18 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.8.ebuild,v 1.5 
2015/01/25 11:59:10 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -170,7 +170,8 @@
# https://bugs.gentoo.org/show_bug.cgi?id=463960
# http://osdyson.org/issues/161
# https://bugs.webkit.org/show_bug.cgi?id=125651
-   epatch "${FILESDIR}"/${PN}-2.2.5-gir-nvidia-hangs.patch
+#  FIXME: it doesn't really work for us
+#  epatch "${FILESDIR}"/${PN}-2.2.5-gir-nvidia-hangs.patch
 
# Debian patches to fix support for some arches
# https://bugs.webkit.org/show_bug.cgi?id=129540



1.5  net-libs/webkit-gtk/webkit-gtk-2.4.8-r200.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.8-r200.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.8-r200.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.8-r200.ebuild?r1=1.4&r2=1.5

Index: webkit-gtk-2.4.8-r200.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.8-r200.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- webkit-gtk-2.4.8-r200.ebuild25 Jan 2015 11:14:18 -  1.4
+++ webkit-gtk-2.4.8-r200.ebuild25 Jan 2015 11:59:10 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.8-r200.ebuild,v 1.4 
2015/01/25 11:14:18 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.8-r200.ebuild,v 1.5 
2015/01/25 11:59:10 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -164,7 +164,8 @@
# https://bugs.gentoo.org/show_bug.cgi?id=463960
# http://osdyson.org/issues/161
# https://bugs.webkit.org/show_bug.cgi?id=125651
-   epatch "${FILESDIR}"/${PN}-2.2.5-gir-nvidia-hangs.patch
+#  FIXME: it doesn't really work for us
+#  epatch "${FILESDIR}"/${PN}-2.2.5-gir-nvidia-hangs.patch
 
# Debian patches to fix support for some arches
# https://bugs.webkit.org/show_bug.cgi?id=129540



1.309net-libs/webkit-gtk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.309&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.309&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?r1=1.308&r2=1.309

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -r1.308 -r1.309
--- ChangeLog   25 Jan 2015 11:14:18 -  1.308
+++ ChangeLog   25 Jan 2015 11:59:10 -  1.309
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/webkit-gtk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.308 
2015/01/25 11:14:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.309 
2015/01/25 11:59:10 pacho Exp $
+
+  25 Jan 2015; Pacho R

[gentoo-commits] gentoo-x86 commit in dev-ruby/vlad: vlad-2.6.3.ebuild ChangeLog

2015-01-25 Thread Manuel Rueger (mrueg)
mrueg   15/01/25 12:09:30

  Modified: vlad-2.6.3.ebuild ChangeLog
  Log:
  Add ruby 2.2 target.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.5  dev-ruby/vlad/vlad-2.6.3.ebuild

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

Index: vlad-2.6.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/vlad/vlad-2.6.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vlad-2.6.3.ebuild   5 Aug 2014 16:01:02 -   1.4
+++ vlad-2.6.3.ebuild   25 Jan 2015 12:09:30 -  1.5
@@ -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/vlad/vlad-2.6.3.ebuild,v 1.4 
2014/08/05 16:01:02 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/vlad-2.6.3.ebuild,v 1.5 
2015/01/25 12:09:30 mrueg Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_DOC="docs"
 RUBY_FAKEGEM_DOCDIR="doc"
@@ -19,7 +19,8 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-ruby_add_bdepend ">=dev-ruby/hoe-2.9.2 test? ( dev-ruby/minitest )"
+ruby_add_bdepend ">=dev-ruby/hoe-2.9.2
+   test? ( dev-ruby/minitest )"
 ruby_add_rdepend ">=dev-ruby/rake-remote_task-2.1"
 
 all_ruby_prepare() {



1.30 dev-ruby/vlad/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vlad/ChangeLog?rev=1.30&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vlad/ChangeLog?rev=1.30&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vlad/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/vlad/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   5 Aug 2014 16:01:02 -   1.29
+++ ChangeLog   25 Jan 2015 12:09:30 -  1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/vlad
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/ChangeLog,v 1.29 2014/08/05 
16:01:02 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/ChangeLog,v 1.30 2015/01/25 
12:09:30 mrueg Exp $
+
+  25 Jan 2015; Manuel Rüger  vlad-2.6.3.ebuild:
+  Add ruby 2.2 target.
 
   05 Aug 2014; Manuel Rüger  vlad-2.6.3.ebuild:
   Remove trailing '.' from DESCRIPTION.






[gentoo-commits] gentoo-x86 commit in dev-perl/DateTime-TimeZone: DateTime-TimeZone-1.810.0.ebuild ChangeLog

2015-01-25 Thread Mikle Kolyada (zlogene)
zlogene 15/01/25 12:09:17

  Modified: DateTime-TimeZone-1.810.0.ebuild ChangeLog
  Log:
  Add ~x86-linux keyword
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.11 dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild?r1=1.10&r2=1.11

Index: DateTime-TimeZone-1.810.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- DateTime-TimeZone-1.810.0.ebuild25 Jan 2015 11:41:56 -  1.10
+++ DateTime-TimeZone-1.810.0.ebuild25 Jan 2015 12:09:17 -  1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild,v
 1.10 2015/01/25 11:41:56 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild,v
 1.11 2015/01/25 12:09:17 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Time zone object base class and factory"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~x86 
~amd64-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="



1.249dev-perl/DateTime-TimeZone/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog?rev=1.249&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog?rev=1.249&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog?r1=1.248&r2=1.249

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -r1.248 -r1.249
--- ChangeLog   25 Jan 2015 11:41:56 -  1.248
+++ ChangeLog   25 Jan 2015 12:09:17 -  1.249
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/DateTime-TimeZone
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 
1.248 2015/01/25 11:41:56 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 
1.249 2015/01/25 12:09:17 zlogene Exp $
+
+  25 Jan 2015; Mikle Kolyada 
+  DateTime-TimeZone-1.810.0.ebuild:
+  Add ~x86-linux keyword
 
   25 Jan 2015; Mikle Kolyada 
   DateTime-TimeZone-1.810.0.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-perl/Test-Warnings: Test-Warnings-0.16.0.ebuild ChangeLog

2015-01-25 Thread Mikle Kolyada (zlogene)
zlogene 15/01/25 12:10:11

  Modified: Test-Warnings-0.16.0.ebuild ChangeLog
  Log:
  Add ~x86-linux keyword
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.13 dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild?r1=1.12&r2=1.13

Index: Test-Warnings-0.16.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Test-Warnings-0.16.0.ebuild 25 Jan 2015 11:43:53 -  1.12
+++ Test-Warnings-0.16.0.ebuild 25 Jan 2015 12:10:11 -  1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild,v 
1.12 2015/01/25 11:43:53 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild,v 
1.13 2015/01/25 12:10:11 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION='Test for warnings and the lack of them'
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~x86 
~amd64-fbsd ~amd64-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="test"
 
 # Test::Builder -> perl-Test-Simple



1.13 dev-perl/Test-Warnings/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   25 Jan 2015 11:43:53 -  1.12
+++ ChangeLog   25 Jan 2015 12:10:11 -  1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Test-Warnings
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/ChangeLog,v 1.12 
2015/01/25 11:43:53 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/ChangeLog,v 1.13 
2015/01/25 12:10:11 zlogene Exp $
+
+  25 Jan 2015; Mikle Kolyada  Test-Warnings-0.16.0.ebuild:
+  Add ~x86-linux keyword
 
   25 Jan 2015; Mikle Kolyada  Test-Warnings-0.16.0.ebuild:
   Add ~amd64-linux keyword






[gentoo-commits] gentoo-x86 commit in dev-perl/List-AllUtils: List-AllUtils-0.90.0.ebuild ChangeLog

2015-01-25 Thread Mikle Kolyada (zlogene)
zlogene 15/01/25 12:11:03

  Modified: List-AllUtils-0.90.0.ebuild ChangeLog
  Log:
  Add ~x86-linux keyword
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.11 dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild?r1=1.10&r2=1.11

Index: List-AllUtils-0.90.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- List-AllUtils-0.90.0.ebuild 25 Jan 2015 11:42:50 -  1.10
+++ List-AllUtils-0.90.0.ebuild 25 Jan 2015 12:11:03 -  1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v 
1.10 2015/01/25 11:42:50 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v 
1.11 2015/01/25 12:11:03 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION='Combines List::Util and List::MoreUtils in one bite-sized package'
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~x86 
~amd64-fbsd ~amd64-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=">=dev-perl/List-MoreUtils-0.280.0



1.16 dev-perl/List-AllUtils/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   25 Jan 2015 11:42:50 -  1.15
+++ ChangeLog   25 Jan 2015 12:11:03 -  1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/List-AllUtils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.15 
2015/01/25 11:42:50 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.16 
2015/01/25 12:11:03 zlogene Exp $
+
+  25 Jan 2015; Mikle Kolyada  List-AllUtils-0.90.0.ebuild:
+  Add ~x86-linux keyword
 
   25 Jan 2015; Mikle Kolyada  List-AllUtils-0.90.0.ebuild:
   Add ~amd64-linux keyword






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gettext: ruby-gettext-3.1.6.ebuild ChangeLog

2015-01-25 Thread Manuel Rueger (mrueg)
mrueg   15/01/25 12:12:49

  Modified: ChangeLog
  Added:ruby-gettext-3.1.6.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.153dev-ruby/ruby-gettext/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gettext/ChangeLog?rev=1.153&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gettext/ChangeLog?rev=1.153&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gettext/ChangeLog?r1=1.152&r2=1.153

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog   20 Jan 2015 07:26:17 -  1.152
+++ ChangeLog   25 Jan 2015 12:12:49 -  1.153
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ruby-gettext
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ChangeLog,v 1.152 
2015/01/20 07:26:17 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ChangeLog,v 1.153 
2015/01/25 12:12:49 mrueg Exp $
+
+*ruby-gettext-3.1.6 (25 Jan 2015)
+
+  25 Jan 2015; Manuel Rüger  +ruby-gettext-3.1.6.ebuild:
+  Version bump.
 
 *ruby-gettext-3.1.5 (20 Jan 2015)
 



1.1  dev-ruby/ruby-gettext/ruby-gettext-3.1.6.ebuild

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

Index: ruby-gettext-3.1.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ruby-gettext-3.1.6.ebuild,v 1.1 
2015/01/25 12:12:49 mrueg Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_NAME="${PN/ruby-/}"
RUBY_FAKEGEM_VERSION="${PV%_*}"

RUBY_FAKEGEM_RECIPE_DOC="yard"
RUBY_FAKEGEM_EXTRADOC="README.md doc/text/news.md"

RUBY_FAKEGEM_TASK_TEST="none"

RUBY_FAKEGEM_EXTRAINSTALL="locale po"

inherit ruby-fakegem

DESCRIPTION="Ruby GetText Package is Native Language Support Library and Tools 
modeled after GNU gettext package"
HOMEPAGE="http://ruby-gettext.github.io/";

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc test"
SLOT="0"
LICENSE="|| ( Ruby LGPL-3+ )"

ruby_add_rdepend ">=dev-ruby/locale-2.0.5 >=dev-ruby/text-1.3.0"

ruby_add_bdepend "doc? ( dev-ruby/yard )
dev-ruby/racc"
ruby_add_bdepend "test? (
dev-ruby/test-unit:2
dev-ruby/test-unit-rr )"

RDEPEND+=" sys-devel/gettext"
DEPEND+=" sys-devel/gettext"

all_ruby_prepare() {
# Fix broken racc invocation
sed -i -e '/command_line/ s/#{racc}/-S racc/' Rakefile || die

# Avoid bundler dependency
sed -i -e '/bundler/,/helper.install/ s:^:#:' \
-e 's/helper.gemspec/Gem::Specification.new/' Rakefile || die

# Avoid dependency on developer-specific tools.
sed -i -e '/notify/ s:^:#:' test/run-test.rb || die
}

each_ruby_test() {
# Upstream tries to daisy-chain rake calls but they fail badly
# with our setup, so run it manually.
${RUBY} test/run-test.rb || die "tests failed"
}

all_ruby_install() {
all_fakegem_install

insinto /usr/share/doc/${PF}
doins -r samples
}






[gentoo-commits] gentoo-x86 commit in app-admin/chef: ChangeLog chef-10.24.0.ebuild

2015-01-25 Thread Pacho Ramos (pacho)
pacho   15/01/25 12:13:42

  Modified: ChangeLog
  Removed:  chef-10.24.0.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.28 app-admin/chef/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/chef/ChangeLog?rev=1.28&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/chef/ChangeLog?rev=1.28&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/chef/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/chef/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   14 Dec 2014 10:29:27 -  1.27
+++ ChangeLog   25 Jan 2015 12:13:42 -  1.28
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/chef
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/chef/ChangeLog,v 1.27 2014/12/14 
10:29:27 graaff Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/chef/ChangeLog,v 1.28 2015/01/25 
12:13:42 pacho Exp $
+
+  25 Jan 2015; Pacho Ramos  -chef-10.24.0.ebuild:
+  Drop old
 
 *chef-10.24.0-r1 (14 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-perl/Test-Warnings: Test-Warnings-0.16.0.ebuild ChangeLog

2015-01-25 Thread Mikle Kolyada (zlogene)
zlogene 15/01/25 12:37:28

  Modified: Test-Warnings-0.16.0.ebuild ChangeLog
  Log:
  Add ~sparc keyword
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.14 dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild?r1=1.13&r2=1.14

Index: Test-Warnings-0.16.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Test-Warnings-0.16.0.ebuild 25 Jan 2015 12:10:11 -  1.13
+++ Test-Warnings-0.16.0.ebuild 25 Jan 2015 12:37:28 -  1.14
@@ -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-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild,v 
1.13 2015/01/25 12:10:11 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/Test-Warnings-0.16.0.ebuild,v 
1.14 2015/01/25 12:37:28 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION='Test for warnings and the lack of them'
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="test"
 
 # Test::Builder -> perl-Test-Simple



1.14 dev-perl/Test-Warnings/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   25 Jan 2015 12:10:11 -  1.13
+++ ChangeLog   25 Jan 2015 12:37:28 -  1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Test-Warnings
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/ChangeLog,v 1.13 
2015/01/25 12:10:11 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warnings/ChangeLog,v 1.14 
2015/01/25 12:37:28 zlogene Exp $
+
+  25 Jan 2015; Mikle Kolyada  Test-Warnings-0.16.0.ebuild:
+  Add ~sparc keyword
 
   25 Jan 2015; Mikle Kolyada  Test-Warnings-0.16.0.ebuild:
   Add ~x86-linux keyword






[gentoo-commits] gentoo-x86 commit in dev-perl/List-AllUtils: List-AllUtils-0.90.0.ebuild ChangeLog

2015-01-25 Thread Mikle Kolyada (zlogene)
zlogene 15/01/25 12:37:55

  Modified: List-AllUtils-0.90.0.ebuild ChangeLog
  Log:
  Add ~sparc keyword
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.12 dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild?r1=1.11&r2=1.12

Index: List-AllUtils-0.90.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- List-AllUtils-0.90.0.ebuild 25 Jan 2015 12:11:03 -  1.11
+++ List-AllUtils-0.90.0.ebuild 25 Jan 2015 12:37:55 -  1.12
@@ -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-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v 
1.11 2015/01/25 12:11:03 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v 
1.12 2015/01/25 12:37:55 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION='Combines List::Util and List::MoreUtils in one bite-sized package'
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=">=dev-perl/List-MoreUtils-0.280.0



1.17 dev-perl/List-AllUtils/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   25 Jan 2015 12:11:03 -  1.16
+++ ChangeLog   25 Jan 2015 12:37:55 -  1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/List-AllUtils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.16 
2015/01/25 12:11:03 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.17 
2015/01/25 12:37:55 zlogene Exp $
+
+  25 Jan 2015; Mikle Kolyada  List-AllUtils-0.90.0.ebuild:
+  Add ~sparc keyword
 
   25 Jan 2015; Mikle Kolyada  List-AllUtils-0.90.0.ebuild:
   Add ~x86-linux keyword






[gentoo-commits] gentoo-x86 commit in dev-perl/DateTime-TimeZone: DateTime-TimeZone-1.810.0.ebuild ChangeLog

2015-01-25 Thread Mikle Kolyada (zlogene)
zlogene 15/01/25 12:38:24

  Modified: DateTime-TimeZone-1.810.0.ebuild ChangeLog
  Log:
  Add ~sparc keyword
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.12 dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild?r1=1.11&r2=1.12

Index: DateTime-TimeZone-1.810.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- DateTime-TimeZone-1.810.0.ebuild25 Jan 2015 12:09:17 -  1.11
+++ DateTime-TimeZone-1.810.0.ebuild25 Jan 2015 12:38:24 -  1.12
@@ -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-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild,v
 1.11 2015/01/25 12:09:17 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.810.0.ebuild,v
 1.12 2015/01/25 12:38:24 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Time zone object base class and factory"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="



1.250dev-perl/DateTime-TimeZone/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog?rev=1.250&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog?rev=1.250&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog?r1=1.249&r2=1.250

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v
retrieving revision 1.249
retrieving revision 1.250
diff -u -r1.249 -r1.250
--- ChangeLog   25 Jan 2015 12:09:17 -  1.249
+++ ChangeLog   25 Jan 2015 12:38:24 -  1.250
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/DateTime-TimeZone
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 
1.249 2015/01/25 12:09:17 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 
1.250 2015/01/25 12:38:24 zlogene Exp $
+
+  25 Jan 2015; Mikle Kolyada 
+  DateTime-TimeZone-1.810.0.ebuild:
+  Add ~sparc keyword
 
   25 Jan 2015; Mikle Kolyada 
   DateTime-TimeZone-1.810.0.ebuild:






[gentoo-commits] gentoo-x86 commit in net-misc/networkmanager: ChangeLog networkmanager-1.0.0.ebuild

2015-01-25 Thread Remi Cardona (remi)
remi15/01/25 12:52:57

  Modified: ChangeLog networkmanager-1.0.0.ebuild
  Log:
  net-misc/networkmanager: fix build with /bin/sh != bash
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
901AB08A)

Revision  ChangesPath
1.224net-misc/networkmanager/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/networkmanager/ChangeLog?rev=1.224&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/networkmanager/ChangeLog?rev=1.224&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/networkmanager/ChangeLog?r1=1.223&r2=1.224

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/networkmanager/ChangeLog,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -r1.223 -r1.224
--- ChangeLog   23 Jan 2015 09:33:13 -  1.223
+++ ChangeLog   25 Jan 2015 12:52:57 -  1.224
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/networkmanager
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/networkmanager/ChangeLog,v 1.223 
2015/01/23 09:33:13 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/networkmanager/ChangeLog,v 1.224 
2015/01/25 12:52:57 remi Exp $
+
+  25 Jan 2015; Rémi Cardona  networkmanager-1.0.0.ebuild,
+  +files/networkmanager-1.0.0-remove-bashisms.patch:
+  Fix build with /bin/sh != bash, see bug #536540.
 
   23 Jan 2015; Pacho Ramos  networkmanager-1.0.0.ebuild:
   gdbus-codegen is using at build time (#537398 by Reuben Martin)



1.3  net-misc/networkmanager/networkmanager-1.0.0.ebuild

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

Index: networkmanager-1.0.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/networkmanager/networkmanager-1.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- networkmanager-1.0.0.ebuild 23 Jan 2015 09:33:13 -  1.2
+++ networkmanager-1.0.0.ebuild 25 Jan 2015 12:52:57 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-misc/networkmanager/networkmanager-1.0.0.ebuild,v 
1.2 2015/01/23 09:33:13 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/networkmanager/networkmanager-1.0.0.ebuild,v 
1.3 2015/01/25 12:52:57 remi Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -126,6 +126,9 @@
# Fix lto configure switch, upstream bug #742575 (from 1.0 branch)
epatch "${FILESDIR}"/${PN}-1.0.0-lto-switch.patch
 
+   # Fix build with /bin/sh != bash, see bug #536540
+   epatch "${FILESDIR}/${PN}-1.0.0-remove-bashisms.patch"
+
# Force use of /run, avoid eautoreconf, upstream bug #737139
sed -e 's:$localstatedir/run/:/run/:' -i configure || die
 






[gentoo-commits] gentoo-x86 commit in net-misc/networkmanager/files: networkmanager-1.0.0-remove-bashisms.patch

2015-01-25 Thread Remi Cardona (remi)
remi15/01/25 12:52:57

  Added:networkmanager-1.0.0-remove-bashisms.patch
  Log:
  net-misc/networkmanager: fix build with /bin/sh != bash
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
901AB08A)

Revision  ChangesPath
1.1  
net-misc/networkmanager/files/networkmanager-1.0.0-remove-bashisms.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/networkmanager/files/networkmanager-1.0.0-remove-bashisms.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/networkmanager/files/networkmanager-1.0.0-remove-bashisms.patch?rev=1.1&content-type=text/plain

Index: networkmanager-1.0.0-remove-bashisms.patch
===
>From 4c3c9a38272112fe7a6a248ba521d55ac1b66892 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Cardona?= 
Date: Sun, 25 Jan 2015 13:02:19 +0100
Subject: [PATCH] build: use POSIX-compliant 'printf' instead of 'echo'
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Fixes the following error when running ./configure with dash:

  checking for QT... yes
  checking for moc-qt4... no
  checking for moc... moc
  configure: error: --with-udev-dir must be an absolute path or 'yes' or
  'no'. Instead it is '/lib/udev'

As per the Autoconf Manual's section on "Limitations of Shell Builtins":

  The simple echo is probably the most surprising source of portability
  troubles. It is not possible to use ‘echo’ portably unless both
  options and escape sequences are omitted.

https://www.gnu.org/software/automake/faq/autoconf.html#echo
https://bugs.gentoo.org/536540
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index b407686..5c87c7e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -302,7 +302,7 @@ AM_CONDITIONAL(WITH_QT, test "${enable_qt}" = "yes")
 
 AC_ARG_WITH(udev-dir, AS_HELP_STRING([--with-udev-dir=DIR], [Absolute path of 
the udev base directory. Set to 'no' not to install the udev rules]), [], 
[with_udev_dir="yes"])
 if (test "$with_udev_dir" != 'no'); then
-   if (test "$with_udev_dir" != 'yes' && echo -n "$with_udev_dir" | grep 
-v -q '^/'); then
+   if (test "$with_udev_dir" != 'yes' && printf '%s' "$with_udev_dir" | 
grep -v -q '^/'); then
AC_MSG_ERROR([--with-udev-dir must be an absolute path or 'yes' 
or 'no'. Instead it is '$with_udev_dir'])
fi
if (test "$with_udev_dir" = 'yes'); then
-- 
2.2.1







[gentoo-commits] gentoo-x86 commit in sci-mathematics/isabelle: isabelle-2013-r1.ebuild isabelle-2013.2.ebuild ChangeLog

2015-01-25 Thread Mark Wright (gienah)
gienah  15/01/25 13:08:28

  Modified: isabelle-2013-r1.ebuild ChangeLog
  Added:isabelle-2013.2.ebuild
  Log:
  Bump isabelle to 2013.2. Fix Bug 536324 - sci-mathematics/isabelle: Slot 
dependencies for java packages. Add upper range dependency 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/isabelle/isabelle-2013-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/isabelle/isabelle-2013-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/isabelle/isabelle-2013-r1.ebuild?r1=1.1&r2=1.2

Index: isabelle-2013-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-mathematics/isabelle/isabelle-2013-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- isabelle-2013-r1.ebuild 7 Jan 2014 13:36:33 -   1.1
+++ isabelle-2013-r1.ebuild 25 Jan 2015 13:08:28 -  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/sci-mathematics/isabelle/isabelle-2013-r1.ebuild,v 1.1 
2014/01/07 13:36:33 tomwij Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/isabelle/isabelle-2013-r1.ebuild,v 1.2 
2015/01/25 13:08:28 gienah Exp $
 
 EAPI="5"
 
@@ -37,10 +37,10 @@
 #bash 2.x/3.x, Poly/ML 5.x, Perl 5.x,
 #for document preparation: complete LaTeX
 DEPEND=">=app-shells/bash-3.0
-   dev-java/ant-core
-   >=dev-java/jcommon-1.0.18
-   >=dev-java/jfreechart-1.0.14
-   >=dev-java/itext-2.1.5
+   dev-java/ant-core:0
+   >=dev-java/jcommon-1.0.18:1.0
+   >=dev-java/jfreechart-1.0.14:1.0
+   >=dev-java/itext-2.1.5:0
dev-java/xml-xmlbeans:1
>=dev-lang/ghc-7.6.3
>=dev-lang/polyml-5.5.0:=[-portable]
@@ -51,7 +51,7 @@
virtual/latex-base
dev-tex/rail
)
-   >=dev-lang/scala-2.10.2
+   >=dev-lang/scala-2.10.2 http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/isabelle/ChangeLog?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/isabelle/ChangeLog?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/isabelle/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/isabelle/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   7 Jan 2014 13:36:33 -   1.11
+++ ChangeLog   25 Jan 2015 13:08:28 -  1.12
@@ -1,6 +1,16 @@
 # ChangeLog for sci-mathematics/isabelle
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/isabelle/ChangeLog,v 1.11 
2014/01/07 13:36:33 tomwij Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/isabelle/ChangeLog,v 1.12 
2015/01/25 13:08:28 gienah Exp $
+
+*isabelle-2013.2 (25 Jan 2015)
+
+  25 Jan 2015; Mark Wright 
+  +files/isabelle-2013.2-HOL-Predicate_Compile_Examples.patch,
+  +files/isabelle-2013.2-classpath.patch, +isabelle-2013.2.ebuild,
+  isabelle-2013-r1.ebuild:
+  Bump isabelle to 2013.2. Fix Bug 536324 - sci-mathematics/isabelle: Slot
+  dependencies for java packages. Add upper range dependency http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/isabelle/isabelle-2013.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/isabelle/isabelle-2013.2.ebuild?rev=1.1&content-type=text/plain

Index: isabelle-2013.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/isabelle/isabelle-2013.2.ebuild,v 1.1 
2015/01/25 13:08:28 gienah Exp $

EAPI="5"

inherit eutils java-pkg-2 multilib versionator

MY_PN="Isabelle"
MY_PV=$(replace_all_version_separators '-')
MY_P="${MY_PN}${MY_PV}"

JEDIT_PV="20131106"
JEDIT_PN="jedit_build"
JEDIT_P="${JEDIT_PN}-${JEDIT_PV}"
JEDIT_IC_PN="${JEDIT_PN}-isabelle-component"
JEDIT_IC_P="${JEDIT_IC_PN}-${JEDIT_PV}"

JFREECHART_PV="1.0.14-1"
JFREECHART_PN="jfreechart"
JFREECHART_P="${JFREECHART_PN}-${JFREECHART_PV}"
JFREECHART_IC_PN="${JFREECHART_PN}-isabelle-component"
JFREECHART_IC_P="${JFREECHART_IC_PN}-${JFREECHART_PV}"

POLYML_PV="5.5.1-1"
POLYML_PN="polyml"
POLYML_P="${POLYML_PN}-${POLYML_PV}"
POLYML_IC_PN="${POLYML_PN}-isabelle-component"
POLYML_IC_P="${POLYML_IC_PN}-${POLYML_PV}"

DESCRIPTION="Isabelle is a generic proof assistant"
HOMEPAGE="http://www.cl.cam.ac.uk/research/hvg/Isabelle/index.html";
SRC_URI="http:

[gentoo-commits] gentoo-x86 commit in sci-mathematics/isabelle/files: isabelle-2013.2-classpath.patch isabelle-2013.2-HOL-Predicate_Compile_Examples.patch

2015-01-25 Thread Mark Wright (gienah)
gienah  15/01/25 13:08:28

  Added:isabelle-2013.2-classpath.patch
isabelle-2013.2-HOL-Predicate_Compile_Examples.patch
  Log:
  Bump isabelle to 2013.2. Fix Bug 536324 - sci-mathematics/isabelle: Slot 
dependencies for java packages. Add upper range dependency 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/isabelle/files/isabelle-2013.2-classpath.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/isabelle/files/isabelle-2013.2-classpath.patch?rev=1.1&content-type=text/plain

Index: isabelle-2013.2-classpath.patch
===
--- Isabelle2013-2-orig/lib/Tools/java  2013-12-06 02:18:34.0 +1100
+++ Isabelle2013-2/lib/Tools/java   2014-02-09 20:53:30.085279943 +1100
@@ -10,5 +10,5 @@
 unset CLASSPATH
 
 isabelle_jdk java "${JAVA_ARGS[@]}" \
-  -classpath "$(jvmpath "$ISABELLE_CLASSPATH")" "$@"
+  -classpath "$(jvmpath "$ISABELLE_CLASSPATH:$(java-config -p scala | sed 
's@\([^:]*\)/[^:]*:.*@\1@')")" "$@"
 
--- Isabelle2013-2-orig/lib/Tools/scala 2013-12-06 02:18:34.0 +1100
+++ Isabelle2013-2/lib/Tools/scala  2014-02-09 20:54:22.418737591 +1100
@@ -7,5 +7,5 @@
 isabelle_admin_build jars || exit $?
 
 isabelle_scala scala -Dfile.encoding=UTF-8 \
-  -classpath "$(jvmpath "$ISABELLE_CLASSPATH")" "$@"
+  -classpath "$(jvmpath "$ISABELLE_CLASSPATH:$(java-config -p scala | sed 
's@\([^:]*\)/[^:]*:.*@\1@')")" "$@"
 
--- Isabelle2013-2-orig/lib/Tools/scalac2013-12-06 02:18:34.0 
+1100
+++ Isabelle2013-2/lib/Tools/scalac 2014-02-09 20:55:03.999895037 +1100
@@ -7,5 +7,5 @@
 isabelle_admin_build jars || exit $?
 
 isabelle_scala scalac -Dfile.encoding=UTF-8 \
-  -classpath "$(jvmpath "$ISABELLE_CLASSPATH")" "$@"
+  -classpath "$(jvmpath "$ISABELLE_CLASSPATH:$(java-config -p scala | sed 
's@\([^:]*\)/[^:]*:.*@\1@')")" "$@"
 
--- Isabelle2013-2-orig/src/Tools/jEdit/lib/Tools/jedit 2013-12-06 
02:19:04.0 +1100
+++ Isabelle2013-2/src/Tools/jEdit/lib/Tools/jedit  2014-02-09 
20:59:14.026841490 +1100
@@ -211,105 +211,6 @@
   "$ISABELLE_JEDIT_BUILD_HOME/contrib/jsr305-2.0.0.jar"
 )
 
-
-# target
-
-TARGET="dist/jars/Isabelle-jEdit.jar"
-
-declare -a UPDATED=()
-
-if [ "$BUILD_JARS" = jars_fresh ]; then
-  OUTDATED=true
-else
-  OUTDATED=false
-  if [ ! -e "$TARGET" ]; then
-OUTDATED=true
-  else
-if [ -n "$ISABELLE_JEDIT_BUILD_HOME" ]; then
-  declare -a DEPS=(
-"$JEDIT_JAR" "${JEDIT_JARS[@]}" "$PURE_JAR" "$GRAPHVIEW_JAR"
-"${SOURCES[@]}" "${RESOURCES[@]}"
-  )
-elif [ -e "$ISABELLE_HOME/Admin/build" ]; then
-  declare -a DEPS=("$PURE_JAR" "$GRAPHVIEW_JAR" "${SOURCES[@]}" 
"${RESOURCES[@]}")
-else
-  declare -a DEPS=()
-fi
-for DEP in "${DEPS[@]}"
-do
-  [ ! -e "$DEP" ] && fail "Missing file: $DEP"
-  [ "$DEP" -nt "$TARGET" ] && {
-OUTDATED=true
-UPDATED["${#UPDATED[@]}"]="$DEP"
-  }
-done
-  fi
-fi
-
-
-# build
-
-if [ "$OUTDATED" = true ]
-then
-  echo "### Building Isabelle/jEdit ..."
-
-  [ "${#UPDATED[@]}" -gt 0 ] && {
-echo "Changed files:"
-for FILE in "${UPDATED[@]}"
-do
-  echo "  $FILE"
-done
-  }
-
-  [ -z "$ISABELLE_JEDIT_BUILD_HOME" ] && \
-fail "Unknown ISABELLE_JEDIT_BUILD_HOME -- missing auxiliary component"
-
-  rm -rf dist || failed
-  mkdir -p dist dist/classes || failed
-
-  cp -p -R -f 
"$ISABELLE_JEDIT_BUILD_HOME/contrib/$ISABELLE_JEDIT_BUILD_VERSION/." dist/.
-  cp -p -R -f "${RESOURCES[@]}" dist/classes/.
-  cp src/jEdit.props dist/properties/.
-  cp -p -R -f src/modes/. dist/modes/.
-
-  perl -i -e 'while (<>) {
-if (m/NAME="javacc"/) {
-  print qq,\n\n,;
-  print qq,\n\n,;
-  print qq,\n\n,;
-  print qq,\n\n,; }
-print; }' dist/modes/catalog
-
-  cd dist
-  isabelle_jdk jar xf jedit.jar
-  cp "$ISABELLE_HOME/lib/logo/isabelle-32.gif" \
-"org/gjt/sp/jedit/icons/themes/classic/32x32/apps/isabelle.gif" || failed
-  cp "$ISABELLE_HOME/lib/logo/isabelle-32.gif" \
-"org/gjt/sp/jedit/icons/themes/tango/32x32/apps/isabelle.gif" || failed
-  isabelle_jdk jar cfe jedit.jar org.gjt.sp.jedit.jEdit org || failed
-  rm -rf META-INF org
-  cd ..
-
-  cp -p -R -f "${JEDIT_JARS[@]}" dist/jars/. || failed
-  (
-#workaround for scalac 2.10.2
-function stty() { :; }
-export -f stty
-
-for JAR in "$JEDIT_JAR" "${JEDIT_JARS[@]}" "$PURE_JAR" "$GRAPHVIEW_JAR"
-do
-  classpath "$JAR"
-done
-export CLASSPATH="$(jvmpath "$ISABELLE_CLASSPATH")"
-exec "$SCALA_HOME/bin/scalac" $ISABELLE_SCALA_BUILD_OPTIONS -d 
dist/classes "${SOURCES[@]}"
-  ) || fail "Failed to compile sources"
-
-  cd dist/classes
-  isabelle_jdk jar cf "../jars/Isabelle-jEdit.jar" * || failed
-  cd ../..
-  rm -rf dist/classes
-fi
-
 popd >/dev/null
 
 



1.1  
sci-mathematics/isabelle/files/isabelle-2013.2-HOL-Predicate_Compile_Examples.patch

file

[gentoo-commits] gentoo-x86 commit in net-misc/networkmanager: networkmanager-1.0.0.ebuild ChangeLog

2015-01-25 Thread Pacho Ramos (pacho)
pacho   15/01/25 13:15:23

  Modified: networkmanager-1.0.0.ebuild ChangeLog
  Log:
  Add bug reference
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.4  net-misc/networkmanager/networkmanager-1.0.0.ebuild

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

Index: networkmanager-1.0.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/networkmanager/networkmanager-1.0.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- networkmanager-1.0.0.ebuild 25 Jan 2015 12:52:57 -  1.3
+++ networkmanager-1.0.0.ebuild 25 Jan 2015 13:15:23 -  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/net-misc/networkmanager/networkmanager-1.0.0.ebuild,v 
1.3 2015/01/25 12:52:57 remi Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/networkmanager/networkmanager-1.0.0.ebuild,v 
1.4 2015/01/25 13:15:23 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -126,7 +126,7 @@
# Fix lto configure switch, upstream bug #742575 (from 1.0 branch)
epatch "${FILESDIR}"/${PN}-1.0.0-lto-switch.patch
 
-   # Fix build with /bin/sh != bash, see bug #536540
+   # Fix build with /bin/sh != bash, see bug #536540, upstream bug #743480
epatch "${FILESDIR}/${PN}-1.0.0-remove-bashisms.patch"
 
# Force use of /run, avoid eautoreconf, upstream bug #737139



1.225net-misc/networkmanager/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/networkmanager/ChangeLog?rev=1.225&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/networkmanager/ChangeLog?rev=1.225&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/networkmanager/ChangeLog?r1=1.224&r2=1.225

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/networkmanager/ChangeLog,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -r1.224 -r1.225
--- ChangeLog   25 Jan 2015 12:52:57 -  1.224
+++ ChangeLog   25 Jan 2015 13:15:23 -  1.225
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/networkmanager
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/networkmanager/ChangeLog,v 1.224 
2015/01/25 12:52:57 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/networkmanager/ChangeLog,v 1.225 
2015/01/25 13:15:23 pacho Exp $
+
+  25 Jan 2015; Pacho Ramos  networkmanager-1.0.0.ebuild:
+  Add bug reference
 
   25 Jan 2015; Rémi Cardona  networkmanager-1.0.0.ebuild,
   +files/networkmanager-1.0.0-remove-bashisms.patch:






[gentoo-commits] gentoo-x86 commit in net-mail/dbmail: ChangeLog dbmail-3.2.3.ebuild

2015-01-25 Thread Thomas Raschbacher (lordvan)
lordvan 15/01/25 13:43:30

  Modified: ChangeLog
  Added:dbmail-3.2.3.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x3E59FAEF53F400D2)

Revision  ChangesPath
1.73 net-mail/dbmail/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/ChangeLog?rev=1.73&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/ChangeLog?rev=1.73&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/ChangeLog?r1=1.72&r2=1.73

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/dbmail/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   24 Jan 2015 12:00:54 -  1.72
+++ ChangeLog   25 Jan 2015 13:43:30 -  1.73
@@ -1,6 +1,11 @@
 # ChangeLog for net-mail/dbmail
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/ChangeLog,v 1.72 2015/01/24 
12:00:54 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/ChangeLog,v 1.73 2015/01/25 
13:43:30 lordvan Exp $
+
+*dbmail-3.2.3 (25 Jan 2015)
+
+  25 Jan 2015; Thomas Raschbacher  +dbmail-3.2.3.ebuild:
+  new version - bugfix release (Segfault on CONDSTORE)
 
   24 Jan 2015; Pacho Ramos  -dbmail-3.1.13.ebuild,
   -dbmail-3.1.17.ebuild:



1.1  net-mail/dbmail/dbmail-3.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/dbmail-3.2.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/dbmail-3.2.3.ebuild?rev=1.1&content-type=text/plain

Index: dbmail-3.2.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-3.2.3.ebuild,v 1.1 
2015/01/25 13:43:30 lordvan Exp $

EAPI="4"
inherit eutils multilib versionator user

DESCRIPTION="DBMail is an open-source project that enables storage of mail 
messages in a relational database"
HOMEPAGE="http://www.dbmail.org/";
SRC_URI="http://www.dbmail.org/download/$(get_version_component_range 
1-2)/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="ldap sieve +sqlite ssl static"

DEPEND="dev-db/libzdb
sieve? ( >=mail-filter/libsieve-2.2.1 )
ldap? ( >=net-nds/openldap-2.3.33 )
app-text/asciidoc
app-text/xmlto
app-crypt/mhash
sys-libs/zlib
|| ( dev-libs/gmime:2.6 dev-libs/gmime:2.4 )
>=dev-libs/glib-2.16
dev-libs/libevent
ssl? ( dev-libs/openssl )"
#asciidoc and xmlto needed?
RDEPEND="${DEPEND}"

pkg_setup() {
enewgroup dbmail
enewuser dbmail -1 -1 /var/lib/dbmail dbmail
}

src_configure() {
local myconf=""
use ldap && myconf=${myconf}" --with-auth-ldap"

econf \
--sysconfdir=/etc/dbmail \
$(use_enable static) \
$(use_with sieve) \
${myconf}
}

src_compile() {
emake || die "emake failed"
}

src_install() {
emake DESTDIR="${D}" install || die "emake install failed"

dodoc AUTHORS BUGS ChangeLog README* INSTALL NEWS THANKS UPGRADING

docompress -x /usr/share/doc/${PF}/sql
dodoc -r sql
dodoc -r test-scripts
dodoc -r contrib
## TODO: install other contrib stuff

sed -i -e "s:nobody:dbmail:" dbmail.conf
sed -i -e "s:nogroup:dbmail:" dbmail.conf
sed -i -e "s:/var/run:/var/run/dbmail:" dbmail.conf
#sed -i -e "s:#library_directory:library_directory:" dbmail.conf

insinto /etc/dbmail
newins dbmail.conf dbmail.conf.dist

# change config path to our default and use the conf.d and init.d files 
from the contrib dir
sed -i -e "s:/etc/dbmail.conf:/etc/dbmail/dbmail.conf:" 
contrib/startup-scripts/gentoo/init.d-dbmail
#sed -i -e "s:exit 0:return 1:" 
contrib/startup-scripts/gentoo/init.d-dbmail
#sed -i -e "s:/var/run:/var/run/dbmail:" 
contrib/startup-scripts/gentoo/init.d-dbmail
#newconfd contrib/startup-scripts/gentoo/conf.d-dbmail dbmail
#newinitd contrib/startup-scripts/gentoo/init.d-dbmail dbmail
# use custom init scripts until updated in upstream contrib
newinitd "${FILESDIR}/dbmail-imapd.initd" dbmail-imapd
newinitd "${FILESDIR}/dbmail-lmtpd.initd" dbmail-lmtpd
newinitd "${FILESDIR}/dbmail-pop3d.initd" dbmail-pop3d
newinitd "${FILESDIR}/dbmail-timsieved.initd" dbmail-timsieved

dobin contrib/mailbox2dbmail/mailbox2dbmail
doman contrib/mailbox2dbmail/mailbox2dbmail.1
#doman man/*.{1,5,8}

# ldap schema
if use ldap; then
   insin

[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/kernel/

2015-01-25 Thread Sven Vermeulen
commit: 2cd1dfe595d20523d3dd6d9c01d08dc60f71df9d
Author: Sven Vermeulen  siphos  be>
AuthorDate: Sat Jan 24 19:07:30 2015 +
Commit: Sven Vermeulen  gentoo  org>
CommitDate: Sun Jan 25 13:42:52 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=2cd1dfe5

Mark python-exec2-c as bin_t

---
 policy/modules/kernel/corecommands.fc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/policy/modules/kernel/corecommands.fc 
b/policy/modules/kernel/corecommands.fc
index e38e238..0c4a15b 100644
--- a/policy/modules/kernel/corecommands.fc
+++ b/policy/modules/kernel/corecommands.fc
@@ -421,5 +421,6 @@ ifdef(`distro_suse',`
 
 ifdef(`distro_gentoo',`
 /usr/lib/python-exec/python-exec2  --  
gen_context(system_u:object_r:bin_t,s0)
+/usr/lib/python-exec/python-exec2-c--  
gen_context(system_u:object_r:bin_t,s0)
 /usr/lib/python-exec/python.*/.*   --  
gen_context(system_u:object_r:bin_t,s0)
 ')



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/

2015-01-25 Thread Sven Vermeulen
commit: edb37123da20d293546a4d8fb5e2fbf522530586
Author: Jason Zaman  perfinion  com>
AuthorDate: Sun Jan 18 11:59:17 2015 +
Commit: Sven Vermeulen  gentoo  org>
CommitDate: Sun Jan 18 11:59:17 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=edb37123

mysql: mysql_install_db fcontext

---
 policy/modules/contrib/mysql.fc | 5 +
 1 file changed, 5 insertions(+)

diff --git a/policy/modules/contrib/mysql.fc b/policy/modules/contrib/mysql.fc
index 06f8666..1d258c1 100644
--- a/policy/modules/contrib/mysql.fc
+++ b/policy/modules/contrib/mysql.fc
@@ -25,3 +25,8 @@ HOME_DIR/\.my\.cnf--  
gen_context(system_u:object_r:mysqld_home_t,s0)
 /var/run/mysqld.*  gen_context(system_u:object_r:mysqld_var_run_t,s0)
 /var/run/mysqlmanager.*--  
gen_context(system_u:object_r:mysqlmanagerd_var_run_t,s0)
 /var/run/mysqld/mysqlmanager.* --  
gen_context(system_u:object_r:mysqlmanagerd_var_run_t,s0)
+
+
+ifdef(`distro_gentoo',`
+/usr/share/mysql/scripts(/.*)? gen_context(system_u:object_r:bin_t,s0)
+')



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/kernel/

2015-01-25 Thread Sven Vermeulen
commit: 43e6ee5002b2242ddb58570dec2daef107d15dad
Author: Sven Vermeulen  siphos  be>
AuthorDate: Sat Jan 24 16:51:58 2015 +
Commit: Sven Vermeulen  gentoo  org>
CommitDate: Sun Jan 25 13:42:52 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=43e6ee50

Fix bug #529420 - Allow all domains to read vm sysctls

---
 policy/modules/kernel/domain.te | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/policy/modules/kernel/domain.te b/policy/modules/kernel/domain.te
index 3861c8e..451a1be 100644
--- a/policy/modules/kernel/domain.te
+++ b/policy/modules/kernel/domain.te
@@ -171,3 +171,13 @@ allow unconfined_domain_type domain:key *;
 
 # receive from all domains over labeled networking
 domain_all_recvfrom_all_domains(unconfined_domain_type)
+
+ifdef(`distro_gentoo',`
+   
+   #
+   # Permissions for all domains
+   #
+
+   # Bug 529420
+   kernel_read_vm_sysctls(domain)
+')



[gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/contrib/

2015-01-25 Thread Sven Vermeulen
commit: e10b85ea541851d59eab478d384cf99bff3f0965
Author: Jason Zaman  perfinion  com>
AuthorDate: Tue Jan 20 14:30:07 2015 +
Commit: Sven Vermeulen  gentoo  org>
CommitDate: Sun Jan 25 13:45:20 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=e10b85ea

networkmanager: v1.0.0 needs new socket permissions

---
 policy/modules/contrib/networkmanager.te | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/policy/modules/contrib/networkmanager.te 
b/policy/modules/contrib/networkmanager.te
index a0dc708..d8dcaee 100644
--- a/policy/modules/contrib/networkmanager.te
+++ b/policy/modules/contrib/networkmanager.te
@@ -371,6 +371,12 @@ ifdef(`distro_gentoo',`
#
# NetworkManager_t policy
#
+   allow NetworkManager_t self:rawip_socket create_socket_perms;
+   allow NetworkManager_t self:unix_stream_socket connectto;
+
+   # listing /etc/NetworkManager/dispatch.d/
+   list_dirs_pattern(NetworkManager_t, NetworkManager_initrc_exec_t, 
NetworkManager_initrc_exec_t)
+   read_files_pattern(NetworkManager_t, NetworkManager_initrc_exec_t, 
NetworkManager_initrc_exec_t)
 
optional_policy(`
resolvconf_client_domain(NetworkManager_t)



[gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/contrib/

2015-01-25 Thread Sven Vermeulen
commit: 11699dbbcad3bbd69aa43cfb46d56397e0fc95b8
Author: Jason Zaman  perfinion  com>
AuthorDate: Tue Jan 20 14:23:22 2015 +
Commit: Sven Vermeulen  gentoo  org>
CommitDate: Sun Jan 25 13:45:20 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=11699dbb

Introduce networkmanager_rw_rawip_sockets

---
 policy/modules/contrib/networkmanager.if | 20 
 1 file changed, 20 insertions(+)

diff --git a/policy/modules/contrib/networkmanager.if 
b/policy/modules/contrib/networkmanager.if
index 5aced8c..b512ce0 100644
--- a/policy/modules/contrib/networkmanager.if
+++ b/policy/modules/contrib/networkmanager.if
@@ -381,3 +381,23 @@ interface(`networkmanager_run_wpa_cli',`
 networkmanager_domtrans_wpa_cli($1)
 role $2 types wpa_cli_t;
 ')
+
+# Gentoo specific interfaces follow but not allowed ifdef
+
+
+## 
+## Read and write networkmanager rawip sockets.
+## 
+## 
+## 
+## Domain allowed access.
+## 
+## 
+#
+interface(`networkmanager_rw_rawip_sockets',`
+   gen_require(`
+   type NetworkManager_t;
+   ')
+
+   allow $1 NetworkManager_t:rawip_socket { read write };
+')



[gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/contrib/

2015-01-25 Thread Sven Vermeulen
commit: 41ed8a53abd6710e8b5954e341fb2198973453bd
Author: Jason Zaman  perfinion  com>
AuthorDate: Tue Jan 20 14:25:58 2015 +
Commit: Sven Vermeulen  gentoo  org>
CommitDate: Sun Jan 25 13:45:20 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=41ed8a53

networkmanager: nm-dispatcher has changed name

---
 policy/modules/contrib/networkmanager.fc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policy/modules/contrib/networkmanager.fc 
b/policy/modules/contrib/networkmanager.fc
index bbf3bba..5ffd285 100644
--- a/policy/modules/contrib/networkmanager.fc
+++ b/policy/modules/contrib/networkmanager.fc
@@ -15,7 +15,7 @@
 
 /usr/lib/NetworkManager/nm-dispatcher\.action  --  
gen_context(system_u:object_r:NetworkManager_initrc_exec_t,s0)
 /usr/lib/networkmanager/nm-dispatcher\.action  --  
gen_context(system_u:object_r:NetworkManager_initrc_exec_t,s0)
-/usr/libexec/nm-dispatcher\.action --  
gen_context(system_u:object_r:NetworkManager_initrc_exec_t,s0)
+/usr/libexec/nm-dispatcher.*   --  
gen_context(system_u:object_r:NetworkManager_exec_t,s0)
 
 /sbin/wpa_cli  --  gen_context(system_u:object_r:wpa_cli_exec_t,s0)
 /sbin/wpa_supplicant   --  
gen_context(system_u:object_r:NetworkManager_exec_t,s0)



[gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/contrib/

2015-01-25 Thread Sven Vermeulen
commit: e778a08233d701cd7b0688261faa3868bda281ed
Author: Jason Zaman  perfinion  com>
AuthorDate: Tue Jan 20 14:30:45 2015 +
Commit: Sven Vermeulen  gentoo  org>
CommitDate: Sun Jan 25 13:45:20 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=e778a082

resolvconf: needs access to networkmanager rawip sockets

---
 policy/modules/contrib/resolvconf.te | 4 
 1 file changed, 4 insertions(+)

diff --git a/policy/modules/contrib/resolvconf.te 
b/policy/modules/contrib/resolvconf.te
index 32cba23..b8c8e7e 100644
--- a/policy/modules/contrib/resolvconf.te
+++ b/policy/modules/contrib/resolvconf.te
@@ -49,6 +49,10 @@ optional_policy(`
dnsmasq_write_config(resolvconf_t)
 ')
 
+optional_policy(`
+   networkmanager_rw_rawip_sockets(resolvconf_t)
+')
+
 #
 #
 # Resolvconf client policy



[gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/system/

2015-01-25 Thread Sven Vermeulen
commit: 1cad3696a2d8379f4c39588580ab51a2cdb2f601
Author: Jason Zaman  perfinion  com>
AuthorDate: Tue Jan 20 14:31:35 2015 +
Commit: Sven Vermeulen  gentoo  org>
CommitDate: Sun Jan 25 13:45:20 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=1cad3696

init: needs access to networkmanager rawip sockets

---
 policy/modules/system/init.te | 5 +
 1 file changed, 5 insertions(+)

diff --git a/policy/modules/system/init.te b/policy/modules/system/init.te
index 5d83a49..c265e53 100644
--- a/policy/modules/system/init.te
+++ b/policy/modules/system/init.te
@@ -977,6 +977,11 @@ ifdef(`distro_gentoo',`
')
 
optional_policy(`
+   networkmanager_rw_rawip_sockets(initrc_t)
+   networkmanager_stream_connect(initrc_t)
+   ')
+
+   optional_policy(`
fail2ban_stream_connect(initrc_t)
')
 



[gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/system/

2015-01-25 Thread Sven Vermeulen
commit: 9b58424a4d94e678b364bcc24869aa142abdaa62
Author: Jason Zaman  perfinion  com>
AuthorDate: Tue Jan 20 14:21:00 2015 +
Commit: Sven Vermeulen  gentoo  org>
CommitDate: Sun Jan 25 13:45:20 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=9b58424a

udev: allow netlink_socket perms

udev needs these perms for CRDA communication (Central Regulatory Domain
Agent for wifi)

type=AVC msg=audit(1421753429.771:3718): avc:  denied  { create } for
pid=28698 comm="crda" scontext=system_u:system_r:udev_t
tcontext=system_u:system_r:udev_t tclass=netlink_socket permissive=1
type=AVC msg=audit(1421753429.771:3719): avc:  denied  { setopt } for
pid=28698 comm="crda" scontext=system_u:system_r:udev_t
tcontext=system_u:system_r:udev_t tclass=netlink_socket permissive=1
type=AVC msg=audit(1421753429.771:3720): avc:  denied  { bind } for
pid=28698 comm="crda" scontext=system_u:system_r:udev_t
tcontext=system_u:system_r:udev_t tclass=netlink_socket permissive=1
type=AVC msg=audit(1421753429.771:3721): avc:  denied  { getattr } for
pid=28698 comm="crda" scontext=system_u:system_r:udev_t
tcontext=system_u:system_r:udev_t tclass=netlink_socket permissive=1
type=AVC msg=audit(1421753429.771:3722): avc:  denied  { write } for
pid=28698 comm="crda" scontext=system_u:system_r:udev_t
tcontext=system_u:system_r:udev_t tclass=netlink_socket permissive=1
type=AVC msg=audit(1421753429.771:3723): avc:  denied  { read } for
pid=28698 comm="crda" scontext=system_u:system_r:udev_t
tcontext=system_u:system_r:udev_t tclass=netlink_socket permissive=1

---
 policy/modules/system/udev.te | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/policy/modules/system/udev.te b/policy/modules/system/udev.te
index 78e4328..810d135 100644
--- a/policy/modules/system/udev.te
+++ b/policy/modules/system/udev.te
@@ -334,6 +334,8 @@ ifdef(`distro_gentoo',`
 
# needed for predictable network interfaces naming
allow udev_t self:netlink_route_socket rw_netlink_socket_perms;
+   # needed for crda
+   allow udev_t self:netlink_socket create_socket_perms;
 
manage_dirs_pattern(udev_t, udev_tbl_t, udev_tbl_t)
manage_files_pattern(udev_t, udev_tbl_t, udev_tbl_t)



[gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/contrib/

2015-01-25 Thread Sven Vermeulen
commit: 2f68bc28f6f29db06f58c03273049b8add618b76
Author: Jason Zaman  perfinion  com>
AuthorDate: Tue Jan 20 14:57:05 2015 +
Commit: Sven Vermeulen  gentoo  org>
CommitDate: Sun Jan 25 13:45:20 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=2f68bc28

networkmanager: run dispatch scripts in initrc_t domain

---
 policy/modules/contrib/networkmanager.te | 1 +
 1 file changed, 1 insertion(+)

diff --git a/policy/modules/contrib/networkmanager.te 
b/policy/modules/contrib/networkmanager.te
index d8dcaee..dc381b8 100644
--- a/policy/modules/contrib/networkmanager.te
+++ b/policy/modules/contrib/networkmanager.te
@@ -377,6 +377,7 @@ ifdef(`distro_gentoo',`
# listing /etc/NetworkManager/dispatch.d/
list_dirs_pattern(NetworkManager_t, NetworkManager_initrc_exec_t, 
NetworkManager_initrc_exec_t)
read_files_pattern(NetworkManager_t, NetworkManager_initrc_exec_t, 
NetworkManager_initrc_exec_t)
+   init_labeled_script_domtrans(NetworkManager_t, 
NetworkManager_initrc_exec_t)
 
optional_policy(`
resolvconf_client_domain(NetworkManager_t)



[gentoo-commits] gentoo-x86 commit in media-libs/gstreamer: ChangeLog

2015-01-25 Thread Mart Raudsepp (leio)
leio15/01/25 13:48:25

  Modified: ChangeLog
  Log:
  Fix typo in ChangeLog; s/proving/probing/
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.384media-libs/gstreamer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/ChangeLog?rev=1.384&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/ChangeLog?rev=1.384&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/ChangeLog?r1=1.383&r2=1.384

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v
retrieving revision 1.383
retrieving revision 1.384
diff -u -r1.383 -r1.384
--- ChangeLog   24 Dec 2014 17:36:24 -  1.383
+++ ChangeLog   25 Jan 2015 13:48:25 -  1.384
@@ -1,12 +1,12 @@
 # ChangeLog for media-libs/gstreamer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v 1.383 
2014/12/24 17:36:24 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v 1.384 
2015/01/25 13:48:25 leio Exp $
 
 *gstreamer-1.4.5 (24 Dec 2014)
 
   24 Dec 2014; Mart Raudsepp  +gstreamer-1.4.5.ebuild:
   Version bump. Update description. Upstream changes since 1.2.x include:
-  * New GstDeviceMonitor for device proving (e.g list audio/video devices);
+  * New GstDeviceMonitor for device probing (e.g list audio/video devices);
   * QoS handling capability and buffer pool support improvements;
   * Negotiation related performance improvements;
   * much much more as this is a many months overdue next stable cycle upgrade






[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/

2015-01-25 Thread Sven Vermeulen
commit: e19b8a6df341e3dc10334f39c5ffed42035da210
Author: Sven Vermeulen  siphos  be>
AuthorDate: Sun Jan 25 13:49:11 2015 +
Commit: Sven Vermeulen  gentoo  org>
CommitDate: Sun Jan 25 13:49:11 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=e19b8a6d

Allow dhcpc_script_t to create /run/dhcpcd directory, otherwise resolv.conf 
generation fails

---
 policy/modules/system/sysnetwork.te | 1 +
 1 file changed, 1 insertion(+)

diff --git a/policy/modules/system/sysnetwork.te 
b/policy/modules/system/sysnetwork.te
index b65117e..e5c63d6 100644
--- a/policy/modules/system/sysnetwork.te
+++ b/policy/modules/system/sysnetwork.te
@@ -455,6 +455,7 @@ ifdef(`distro_gentoo',`
files_tmp_filetrans(dhcpc_script_t, dhcpc_script_tmp_t, { file dir })
 
manage_files_pattern(dhcpc_script_t, dhcpc_var_run_t, dhcpc_var_run_t)
+   create_dirs_pattern(dhcpc_script_t, dhcpc_var_run_t, dhcpc_var_run_t)
files_pid_filetrans(dhcpc_script_t, dhcpc_var_run_t, { file dir })
 
kernel_read_network_state(dhcpc_script_t)



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/admin/

2015-01-25 Thread Sven Vermeulen
commit: 6021047ffb0b923335185c9a879a7ebb994acedb
Author: Sven Vermeulen  siphos  be>
AuthorDate: Sun Jan 25 14:03:05 2015 +
Commit: Sven Vermeulen  gentoo  org>
CommitDate: Sun Jan 25 14:03:05 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=6021047f

Fix bug #537652 - Allow grub2-mkconfig to be executed from the user home dir 
(default location when executing commands for a user)

---
 policy/modules/admin/bootloader.te | 5 +
 1 file changed, 5 insertions(+)

diff --git a/policy/modules/admin/bootloader.te 
b/policy/modules/admin/bootloader.te
index 197791f..fcaa6d4 100644
--- a/policy/modules/admin/bootloader.te
+++ b/policy/modules/admin/bootloader.te
@@ -208,3 +208,8 @@ optional_policy(`
 optional_policy(`
rpm_rw_pipes(bootloader_t)
 ')
+
+ifdef(`distro_gentoo',`
+   # Fix bug #537652 - grub2-mkconfig has search rights needed on current 
dir (usually user home dir)
+   userdom_search_user_home_dirs(bootloader_t)
+')



[gentoo-commits] gentoo-x86 commit in dev-qt/qt-creator: qt-creator-3.2.2.ebuild qt-creator-3.3.0.ebuild ChangeLog

2015-01-25 Thread Davide Pesavento (pesa)
pesa15/01/25 15:06:13

  Modified: qt-creator-3.2.2.ebuild qt-creator-3.3.0.ebuild
ChangeLog
  Log:
  Use virtualx for tests (bug 511972). Disable a few broken test cases. 
Simplify src_test.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.4  dev-qt/qt-creator/qt-creator-3.2.2.ebuild

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

Index: qt-creator-3.2.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qt-creator/qt-creator-3.2.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qt-creator-3.2.2.ebuild 18 Jan 2015 04:56:40 -  1.3
+++ qt-creator-3.2.2.ebuild 25 Jan 2015 15:06:13 -  1.4
@@ -1,12 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-creator/qt-creator-3.2.2.ebuild,v 
1.3 2015/01/18 04:56:40 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-creator/qt-creator-3.2.2.ebuild,v 
1.4 2015/01/25 15:06:13 pesa Exp $
 
 EAPI=5
 
 PLOCALES="cs de fr ja pl ru sl zh_CN zh_TW"
 
-inherit eutils l10n multilib qmake-utils
+inherit eutils l10n multilib qmake-utils virtualx
 
 DESCRIPTION="Lightweight IDE for C++/QML development centering around Qt"
 HOMEPAGE="http://qt-project.org/wiki/Category:Tools::QtCreator";
@@ -29,16 +29,15 @@
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~x86"
 
-# TODO: qbs:qbsprojectmanager, winrt (both require qt5)
 QTC_PLUGINS=(android autotools:autotoolsprojectmanager baremetal bazaar
clang:clangcodemodel clearcase cmake:cmakeprojectmanager cvs git
ios mercurial perforce python:pythoneditor qnx subversion valgrind)
-IUSE="debug doc examples test ${QTC_PLUGINS[@]%:*}"
+IUSE="debug doc test ${QTC_PLUGINS[@]%:*}"
 
 # minimum Qt version required
 QT_PV="4.8.5:4"
 
-CDEPEND="
+RDEPEND="
=dev-libs/botan-1.10*[threads]
>=dev-qt/designer-${QT_PV}
>=dev-qt/qtcore-${QT_PV}[ssl]
@@ -48,16 +47,13 @@
>=dev-qt/qtscript-${QT_PV}
>=dev-qt/qtsql-${QT_PV}
>=dev-qt/qtsvg-${QT_PV}[accessibility]
+   >=sys-devel/gdb-7.4[client(+),python]
clang? ( >=sys-devel/clang-3.2:= )
 "
-DEPEND="${CDEPEND}
+DEPEND="${RDEPEND}
virtual/pkgconfig
test? ( >=dev-qt/qttest-${QT_PV} )
 "
-RDEPEND="${CDEPEND}
-   >=sys-devel/gdb-7.2[client(+),python]
-   examples? ( >=dev-qt/qtdemo-${QT_PV} )
-"
 PDEPEND="
autotools? ( sys-devel/autoconf )
bazaar? ( dev-vcs/bzr )
@@ -74,12 +70,17 @@
for plugin in "${QTC_PLUGINS[@]#[+-]}"; do
if ! use ${plugin%:*}; then
einfo "Disabling ${plugin%:*} plugin"
-   sed -i -re "/(^\s+|SUBDIRS\s*\+=\s*)${plugin#*:}\>/d" \
-   src/plugins/plugins.pro \
-   || die "failed to disable ${plugin%:*} plugin"
+   sed -i -re "/(^\s+|SUBDIRS\s*\+=\s*)(${plugin#*:})\>/d" 
\
+   src/plugins/plugins.pro || die "failed to 
disable ${plugin%:*} plugin"
fi
done
 
+   # disable broken or unreliable tests
+   sed -i -e '/lexer/d' tests/auto/cplusplus/cplusplus.pro || die
+   sed -i -e '/dumpers\.pro/d' tests/auto/debugger/debugger.pro || die
+   sed -i -e '/CONFIG -=/ s/$/ testcase/' 
tests/auto/extensionsystem/pluginmanager/correctplugins1/plugin?/plugin?.pro || 
die
+   sed -i -e '/parsertests\.pro/d' 
tests/auto/valgrind/memcheck/memcheck.pro || die
+
# fix translations
sed -i -e "/^LANGUAGES =/ s:=.*:= $(l10n_get_locales):" \
share/qtcreator/translations/translations.pro || die
@@ -94,18 +95,13 @@
eqmake4 IDE_LIBRARY_BASENAME="$(get_libdir)" \
IDE_PACKAGE_MODE=1 \
LLVM_INSTALL_DIR="${EPREFIX}/usr" \
-   TEST=$(use test && echo 1 || echo 0) \
+   $(use test && echo BUILD_TESTS=1) \
USE_SYSTEM_BOTAN=1
 }
 
 src_test() {
-   echo ">>> Test phase [QTest]: ${CATEGORY}/${PF}"
cd tests/auto || die
-
-   EQMAKE4_EXCLUDE="valgrind/*"
-   eqmake4 IDE_LIBRARY_BASENAME="$(get_libdir)"
-
-   default
+   VIRTUALX_COMMAND=default virtualmake
 }
 
 src_install() {



1.2  dev-qt/qt-creator/qt-creator-3.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qt-creator/qt-creator-3.3.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewv

[gentoo-commits] gentoo-x86 commit in media-sound/gnome-music/files: - New directory

2015-01-25 Thread Pacho Ramos (pacho)
pacho   15/01/25 15:05:58

  Log:
  Directory /var/cvsroot/gentoo-x86/media-sound/gnome-music/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in media-sound/gnome-music/files: gnome-music-3.14.3-music-dir.patch

2015-01-25 Thread Pacho Ramos (pacho)
pacho   15/01/25 15:07:47

  Added:gnome-music-3.14.3-music-dir.patch
  Log:
  Fix call for music directory, upstream bug #743484 (thanks to foser for 
reporting the bug and the fix); drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.1  
media-sound/gnome-music/files/gnome-music-3.14.3-music-dir.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnome-music/files/gnome-music-3.14.3-music-dir.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnome-music/files/gnome-music-3.14.3-music-dir.patch?rev=1.1&content-type=text/plain

Index: gnome-music-3.14.3-music-dir.patch
===
--- gnome-music-3.14.3/gnomemusic/query.py~ 2015-01-19 13:14:23.0 
+0100
+++ gnome-music-3.14.3/gnomemusic/query.py  2015-01-25 15:30:42.478238978 
+0100
@@ -30,14 +30,14 @@
 
 class Query():
 music_folder = None
-MUSIC_URI = None
+MUSIC_DIR = None
 download_folder = None
-DOWNLOAD_URI = None
+DOWNLOAD_DIR = None
 try:
 music_folder = 
GLib.get_user_special_dir(GLib.UserDirectory.DIRECTORY_MUSIC)
-MUSIC_URI = 
Tracker.sparql_escape_string(GLib.filename_to_uri(music_folder))
+MUSIC_DIR = 
Tracker.sparql_escape_string(GLib.filename_to_uri(music_folder))
 download_folder = 
GLib.get_user_special_dir(GLib.UserDirectory.DIRECTORY_DOWNLOAD)
-DOWNLOAD_URI = 
Tracker.sparql_escape_string(GLib.filename_to_uri(download_folder))
+DOWNLOAD_DIR = 
Tracker.sparql_escape_string(GLib.filename_to_uri(download_folder))
 
 except TypeError:
 print("XDG user dirs are not set")





  1   2   3   >