[gentoo-commits] gentoo-x86 commit in net-analyzer/nb: metadata.xml ChangeLog nb-0.9.03.ebuild nb-0.8.16.ebuild

2014-12-16 Thread Jeroen Roovers (jer)
jer 14/12/17 07:21:06

  Modified: metadata.xml ChangeLog
  Added:nb-0.9.03.ebuild
  Removed:  nb-0.8.16.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.2  net-analyzer/nb/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nb/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml14 Mar 2005 13:38:19 -  1.1
+++ metadata.xml17 Dec 2014 07:21:06 -  1.2
@@ -2,5 +2,4 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 
 netmon
-Nodebrain is a tool to monitor and do event 
correlation.
 



1.23 net-analyzer/nb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nb/ChangeLog?rev=1.23&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nb/ChangeLog?rev=1.23&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nb/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nb/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   15 Aug 2014 09:04:47 -  1.22
+++ ChangeLog   17 Dec 2014 07:21:06 -  1.23
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/nb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nb/ChangeLog,v 1.22 2014/08/15 
09:04:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nb/ChangeLog,v 1.23 2014/12/17 
07:21:06 jer Exp $
+
+*nb-0.9.03 (17 Dec 2014)
+
+  17 Dec 2014; Jeroen Roovers  -nb-0.8.16.ebuild,
+  +nb-0.9.03.ebuild, metadata.xml:
+  Version bump.
 
   15 Aug 2014; Jeroen Roovers  nb-0.8.17.ebuild,
   nb-0.9.02.ebuild:



1.1  net-analyzer/nb/nb-0.9.03.ebuild

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

Index: nb-0.9.03.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nb/nb-0.9.03.ebuild,v 1.1 
2014/12/17 07:21:06 jer Exp $

EAPI=5
inherit autotools eutils

DESCRIPTION="Nodebrain is a tool to monitor and do event correlation"
HOMEPAGE="http://nodebrain.sourceforge.net/";
SRC_URI="mirror://sourceforge/nodebrain/nodebrain-${PV}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="static-libs"

CDEPEND="dev-libs/libedit"
DEPEND="
${CDEPEND}
dev-lang/perl
virtual/pkgconfig
sys-apps/texinfo
"
RDEPEND="
${CDEPEND}
!sys-boot/netboot
!www-apps/nanoblogger
"

S="${WORKDIR}/nodebrain-${PV}"

src_prepare() {
# fdl.texi is not included in the sources
sed -i \
-e '/@include fdl.texi/d' \
doc/nbTutorial/nbTutorial.texi || die

epatch "${FILESDIR}"/${PN}-0.8.14-include.patch

eautoreconf
}

src_configure() {
econf \
$(use_enable static-libs static) \
--include=/usr/include
}

src_compile() {
# Fails at parallel make
emake -j1
}

src_install() {
default
use static-libs || prune_libtool_files
dodoc AUTHORS NEWS README THANKS sample/*
dohtml html/*
}






[gentoo-commits] gentoo-x86 commit in app-misc/mc: mc-4.8.13.ebuild ChangeLog

2014-12-16 Thread Jeroen Roovers (jer)
jer 14/12/17 07:11:54

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

Revision  ChangesPath
1.3  app-misc/mc/mc-4.8.13.ebuild

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

Index: mc-4.8.13.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.8.13.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mc-4.8.13.ebuild1 Nov 2014 15:55:26 -   1.2
+++ mc-4.8.13.ebuild17 Dec 2014 07:11:54 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.8.13.ebuild,v 1.2 
2014/11/01 15:55:26 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.8.13.ebuild,v 1.3 
2014/12/17 07:11:54 jer Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
 IUSE="+edit gpm mclib nls samba sftp +slang spell test X +xdg"
 
 REQUIRED_USE="spell? ( edit )"



1.314app-misc/mc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/mc/ChangeLog?rev=1.314&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/mc/ChangeLog?rev=1.314&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/mc/ChangeLog?r1=1.313&r2=1.314

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/mc/ChangeLog,v
retrieving revision 1.313
retrieving revision 1.314
diff -u -r1.313 -r1.314
--- ChangeLog   15 Dec 2014 22:37:58 -  1.313
+++ ChangeLog   17 Dec 2014 07:11:54 -  1.314
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/mc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/ChangeLog,v 1.313 2014/12/15 
22:37:58 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/ChangeLog,v 1.314 2014/12/17 
07:11:54 jer Exp $
+
+  17 Dec 2014; Jeroen Roovers  mc-4.8.13.ebuild:
+  Stable for HPPA (bug #532424).
 
 *mc-4.8.13-r1 (15 Dec 2014)
 






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

2014-12-16 Thread Hans de Graaff (graaff)
graaff  14/12/17 07:08:47

  Modified: ChangeLog rkelly-remix-0.0.6.ebuild
  Log:
  Add missing dependency on hoe. Use custom test phase to avoid minitest 
incompatibilities triggered by hoe tests. Add ruby20, ruby21.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rkelly-remix/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   11 Apr 2014 02:31:21 -  1.1
+++ ChangeLog   17 Dec 2014 07:08:47 -  1.2
@@ -1,6 +1,10 @@
 # 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.1 
2014/04/11 02:31:21 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rkelly-remix/ChangeLog,v 1.2 
2014/12/17 07:08:47 graaff Exp $
+
+  17 Dec 2014; Hans de Graaff  rkelly-remix-0.0.6.ebuild:
+  Add missing dependency on hoe. Use custom test phase to avoid minitest
+  incompatibilities triggered by hoe tests. Add ruby20, ruby21.
 
 *rkelly-remix-0.0.6 (11 Apr 2014)
 



1.2  dev-ruby/rkelly-remix/rkelly-remix-0.0.6.ebuild

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

Index: rkelly-remix-0.0.6.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/rkelly-remix/rkelly-remix-0.0.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rkelly-remix-0.0.6.ebuild   11 Apr 2014 02:31:21 -  1.1
+++ rkelly-remix-0.0.6.ebuild   17 Dec 2014 07:08:47 -  1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 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.6.ebuild,v 1.1 
2014/04/11 02:31:21 zerochaos Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/rkelly-remix/rkelly-remix-0.0.6.ebuild,v 1.2 
2014/12/17 07:08:47 graaff Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 
@@ -16,7 +16,10 @@
 
 KEYWORDS="~amd64 ~arm ~x86"
 SLOT="0"
-IUSE=""
+IUSE="doc"
 
-ruby_add_bdepend "
-   dev-ruby/rdoc"
+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/dotenv: ChangeLog dotenv-1.0.2.ebuild

2014-12-16 Thread Hans de Graaff (graaff)
graaff  14/12/17 06:37:18

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

Revision  ChangesPath
1.5  dev-ruby/dotenv/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dotenv/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   1 Aug 2014 17:40:53 -   1.4
+++ ChangeLog   17 Dec 2014 06:37:18 -  1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/dotenv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dotenv/ChangeLog,v 1.4 2014/08/01 
17:40:53 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dotenv/ChangeLog,v 1.5 2014/12/17 
06:37:18 graaff Exp $
+
+*dotenv-1.0.2 (17 Dec 2014)
+
+  17 Dec 2014; Hans de Graaff  +dotenv-1.0.2.ebuild:
+  Version bump.
 
   01 Aug 2014; Manuel Rüger  -dotenv-0.9.0.ebuild:
   Cleanup old.



1.1  dev-ruby/dotenv/dotenv-1.0.2.ebuild

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

Index: dotenv-1.0.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dotenv/dotenv-1.0.2.ebuild,v 1.1 
2014/12/17 06:37:18 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_EXTRADOC="README.md Changelog.md"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"

inherit ruby-fakegem

DESCRIPTION="Loads environment variables from .env into ENV"
HOMEPAGE="https://github.com/bkeepers/dotenv";
LICENSE="MIT"

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

each_ruby_prepare() {
sed -i -e "s:ruby -v:${RUBY} -v:g" spec/dotenv/parser_spec.rb || die
}






[gentoo-commits] gentoo-x86 commit in sys-process/at: ChangeLog at-3.1.16.ebuild

2014-12-16 Thread Jeroen Roovers (jer)
jer 14/12/17 06:27:04

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

Revision  ChangesPath
1.70 sys-process/at/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/at/ChangeLog?rev=1.70&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/at/ChangeLog?rev=1.70&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/at/ChangeLog?r1=1.69&r2=1.70

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-process/at/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   16 Dec 2014 13:00:19 -  1.69
+++ ChangeLog   17 Dec 2014 06:27:04 -  1.70
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/at
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/at/ChangeLog,v 1.69 2014/12/16 
13:00:19 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/at/ChangeLog,v 1.70 2014/12/17 
06:27:04 jer Exp $
+
+  17 Dec 2014; Jeroen Roovers  at-3.1.16.ebuild:
+  Stable for HPPA (bug #532696).
 
 *at-3.1.16-r1 (16 Dec 2014)
 



1.3  sys-process/at/at-3.1.16.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/at/at-3.1.16.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/at/at-3.1.16.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/at/at-3.1.16.ebuild?r1=1.2&r2=1.3

Index: at-3.1.16.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-process/at/at-3.1.16.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- at-3.1.16.ebuild2 Nov 2014 10:19:19 -   1.2
+++ at-3.1.16.ebuild17 Dec 2014 06:27:04 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/at/at-3.1.16.ebuild,v 1.2 
2014/11/02 10:19:19 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/at/at-3.1.16.ebuild,v 1.3 
2014/12/17 06:27:04 jer Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="pam selinux"
 
 DEPEND="virtual/mta






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

2014-12-16 Thread Jeroen Roovers (jer)
jer 14/12/17 06:22:15

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

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

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

Index: samba-3.6.24.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- samba-3.6.24.ebuild 2 Nov 2014 12:33:27 -   1.2
+++ samba-3.6.24.ebuild 17 Dec 2014 06:22:15 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild,v 1.2 
2014/11/02 12:33:27 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild,v 1.3 
2014/12/17 06:22:15 jer Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="acl addns ads +aio avahi caps +client cluster cups debug dmapi doc 
examples fam
ldap ldb +netapi pam quota +readline selinux +server +smbclient 
smbsharemodes
swat syslog +winbind"



1.693net-fs/samba/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
retrieving revision 1.692
retrieving revision 1.693
diff -u -r1.692 -r1.693
--- ChangeLog   16 Dec 2014 14:00:40 -  1.692
+++ ChangeLog   17 Dec 2014 06:22:15 -  1.693
@@ -1,6 +1,9 @@
 # ChangeLog for net-fs/samba
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.692 2014/12/16 
14:00:40 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.693 2014/12/17 
06:22:15 jer Exp $
+
+  17 Dec 2014; Jeroen Roovers  samba-3.6.24.ebuild:
+  Stable for HPPA (bug #514676).
 
 *samba-4.0.23 (16 Dec 2014)
 






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

2014-12-16 Thread Jeroen Roovers (jer)
jer 14/12/17 06:17:26

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

Revision  ChangesPath
1.289sys-apps/file/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v
retrieving revision 1.288
retrieving revision 1.289
diff -u -r1.288 -r1.289
--- ChangeLog   12 Dec 2014 05:43:17 -  1.288
+++ ChangeLog   17 Dec 2014 06:17:26 -  1.289
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/file
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.288 2014/12/12 
05:43:17 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.289 2014/12/17 
06:17:26 jer Exp $
+
+  17 Dec 2014; Jeroen Roovers  file-5.21.ebuild:
+  Stable for HPPA (bug #532686).
 
 *file-5.21 (12 Dec 2014)
 



1.2  sys-apps/file/file-5.21.ebuild

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

Index: file-5.21.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.21.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- file-5.21.ebuild12 Dec 2014 05:43:17 -  1.1
+++ file-5.21.ebuild17 Dec 2014 06:17:26 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.21.ebuild,v 1.1 
2014/12/12 05:43:17 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.21.ebuild,v 1.2 
2014/12/17 06:17:26 jer 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"






[gentoo-commits] gentoo-x86 commit in dev-python/pystatgrab: pystatgrab-0.6.ebuild ChangeLog

2014-12-16 Thread Ian Delaney (idella4)
idella4 14/12/17 05:47:57

  Modified: pystatgrab-0.6.ebuild ChangeLog
  Log:
  correct version border in dep, fixes Bug #528944
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/pystatgrab/pystatgrab-0.6.ebuild

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

Index: pystatgrab-0.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pystatgrab/pystatgrab-0.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pystatgrab-0.6.ebuild   17 Oct 2014 10:10:26 -  1.1
+++ pystatgrab-0.6.ebuild   17 Dec 2014 05:47:57 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pystatgrab/pystatgrab-0.6.ebuild,v 1.1 
2014/10/17 10:10:26 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pystatgrab/pystatgrab-0.6.ebuild,v 1.2 
2014/12/17 05:47:57 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -16,7 +16,7 @@
 KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
 IUSE=""
 
-RDEPEND=">=sys-libs/libstatgrab-0.13"
+RDEPEND=">=sys-libs/libstatgrab-0.91"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 



1.14 dev-python/pystatgrab/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pystatgrab/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   17 Oct 2014 10:10:26 -  1.13
+++ ChangeLog   17 Dec 2014 05:47:57 -  1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pystatgrab
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pystatgrab/ChangeLog,v 1.13 
2014/10/17 10:10:26 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pystatgrab/ChangeLog,v 1.14 
2014/12/17 05:47:57 idella4 Exp $
+
+  17 Dec 2014; Ian Delaney  pystatgrab-0.6.ebuild:
+  correct version border in dep, fixes Bug #528944
 
 *pystatgrab-0.6 (17 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/spyder/files: spyder-2.2.5-disable_sphinx_dependency.patch

2014-12-16 Thread Ian Delaney (idella4)
idella4 14/12/17 04:34:37

  Removed:  spyder-2.2.5-disable_sphinx_dependency.patch
  Log:
  bump; remove old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)



[gentoo-commits] gentoo-x86 commit in dev-python/spyder: spyder-2.3.2.ebuild ChangeLog spyder-2.2.5.ebuild spyder-2.2.1.ebuild

2014-12-16 Thread Ian Delaney (idella4)
idella4 14/12/17 04:34:37

  Modified: ChangeLog
  Added:spyder-2.3.2.ebuild
  Removed:  spyder-2.2.5.ebuild spyder-2.2.1.ebuild
  Log:
  bump; remove old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.35 dev-python/spyder/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/spyder/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   15 Oct 2014 09:57:44 -  1.34
+++ ChangeLog   17 Dec 2014 04:34:37 -  1.35
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/spyder
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/ChangeLog,v 1.34 
2014/10/15 09:57:44 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/ChangeLog,v 1.35 
2014/12/17 04:34:37 idella4 Exp $
+
+*spyder-2.3.2 (17 Dec 2014)
+
+  17 Dec 2014; Ian Delaney  +spyder-2.3.2.ebuild,
+  -files/spyder-2.2.5-disable_sphinx_dependency.patch, -spyder-2.2.1.ebuild,
+  -spyder-2.2.5.ebuild:
+  bump; remove old
 
 *spyder-2.3.1 (15 Oct 2014)
 



1.1  dev-python/spyder/spyder-2.3.2.ebuild

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

Index: spyder-2.3.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/spyder-2.3.2.ebuild,v 1.1 
2014/12/17 04:34:37 idella4 Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION="Python IDE with matlab-like features"
HOMEPAGE="http://code.google.com/p/spyderlib/ 
https://bitbucket.org/spyder-ide/spyderlib";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc ipython matplotlib numpy pep8 +pyflakes pylint +rope scipy sphinx"

# rope requires no version bordering since all are >= miniumum version
RDEPEND="
|| ( dev-python/PyQt4[${PYTHON_USEDEP},svg,webkit]
 dev-python/pyside[${PYTHON_USEDEP},svg,webkit] )
ipython? ( dev-python/ipython[qt4,${PYTHON_USEDEP}] )
matplotlib? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
numpy? ( dev-python/numpy[${PYTHON_USEDEP}] )
pep8? ( dev-python/pep8[${PYTHON_USEDEP}] )
pyflakes? ( >=dev-python/pyflakes-0.5[${PYTHON_USEDEP}] )
pylint? ( dev-python/pylint[${PYTHON_USEDEP}] )
rope? ( $(python_gen_cond_dep 'dev-python/rope[${PYTHON_USEDEP}]' 
python2_7) )
scipy? ( sci-libs/scipy[${PYTHON_USEDEP}] )
sphinx? ( >=dev-python/sphinx-0.6.0[${PYTHON_USEDEP}] )"
DEPEND="${RDEPEND}
app-arch/unzip
doc? ( >=dev-python/sphinx-0.6.0[${PYTHON_USEDEP}] )"

# Courtesy of Arfrever
PATCHES=( "${FILESDIR}"/${PN}-2.3.1-build.patch )

python_compile_all() {
if use doc; then
einfo "Generation of documentation"
PYTHONPATH="{BUILD_DIR}" \
sphinx-build doc doc/html || die "Generation of 
documentation failed"
fi
}

python_install_all() {
distutils-r1_python_install_all
doicon spyderlib/images/spyder.svg
make_desktop_entry spyder Spyder spyder "Development;IDE"
use doc && dohtml -r doc/html/
}






[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dancer2-Plugin-Database/

2014-12-16 Thread Kent Fredric
commit: 7e8f98cbe8c886038e9b8e6c334e96bd93083ed7
Author: Pavel Denisov  gmail  com>
AuthorDate: Sat Oct 25 21:27:02 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Wed Dec 17 03:18:09 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7e8f98cb

[bump] dev-perl/Dancer2-Plugin-Database to 2.12

Package-Manager: portage-2.2.14

---
 .../Dancer2-Plugin-Database-2.120.0.ebuild | 42 ++
 1 file changed, 42 insertions(+)

diff --git 
a/dev-perl/Dancer2-Plugin-Database/Dancer2-Plugin-Database-2.120.0.ebuild 
b/dev-perl/Dancer2-Plugin-Database/Dancer2-Plugin-Database-2.120.0.ebuild
new file mode 100644
index 000..8667b53
--- /dev/null
+++ b/dev-perl/Dancer2-Plugin-Database/Dancer2-Plugin-Database-2.120.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=AMBS
+MODULE_VERSION=2.12
+inherit perl-module
+
+DESCRIPTION='easy database connections for Dancer2 applications'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+   # ExtUtils::MakeMaker
+   echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+   # ExtUtils::MakeMaker
+   echo virtual/perl-ExtUtils-MakeMaker
+   # HTTP::Request::Common
+   echo dev-perl/HTTP-Message
+   # Plack 1.0032 ( 1.3.200 )
+   echo \>=dev-perl/Plack-1.3.200
+   # Test::More
+   echo virtual/perl-Test-Simple
+}
+perl_meta_runtime() {
+   # Dancer2 0.151000 ( 0.151.0 )
+   echo \>=dev-perl/Dancer2-0.151.0
+   # Dancer::Plugin::Database::Core 0.08 ( 0.80.0 )
+   echo \>=dev-perl/Dancer-Plugin-Database-Core-0.80.0
+}
+DEPEND="
+   $(perl_meta_configure)
+   $(perl_meta_build)
+   $(perl_meta_runtime)
+"
+RDEPEND="
+   $(perl_meta_runtime)
+"
+SRC_TEST="do parallel"



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dancer2/

2014-12-16 Thread Kent Fredric
commit: 233bb9170e052424cd7bdfe515e56d4a2bb99f39
Author: Pavel Denisov  gmail  com>
AuthorDate: Sat Oct 25 20:45:16 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Wed Dec 17 03:18:10 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=233bb917

[bump] dev-perl/Dancer2 to 0.153000

---
 dev-perl/Dancer2/Dancer2-0.153.0.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-perl/Dancer2/Dancer2-0.153.0.ebuild 
b/dev-perl/Dancer2/Dancer2-0.153.0.ebuild
index a35cb6b..4d1f085 100644
--- a/dev-perl/Dancer2/Dancer2-0.153.0.ebuild
+++ b/dev-perl/Dancer2/Dancer2-0.153.0.ebuild
@@ -94,8 +94,6 @@ perl_meta_runtime() {
echo dev-perl/Template-Toolkit
# Template::Tiny
echo dev-perl/Template-Tiny
-   # Test::Builder
-   echo virtual/perl-Test-Simple
# Test::More 0.92 ( 0.920.0 )
echo \>=virtual/perl-Test-Simple-0.920.0
# URI



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dancer2-Session-Cookie/

2014-12-16 Thread Kent Fredric
commit: ca7ad71002473a380515af5a5c1586771aa79460
Author: Pavel Denisov  gmail  com>
AuthorDate: Sat Oct 25 22:26:25 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Sat Oct 25 22:26:25 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ca7ad710

[bump] dev-perl/Dancer2-Session-Cookie to 0.006

Package-Manager: portage-2.2.14

---
 .../Dancer2-Session-Cookie-0.6.0.ebuild| 65 ++
 1 file changed, 65 insertions(+)

diff --git 
a/dev-perl/Dancer2-Session-Cookie/Dancer2-Session-Cookie-0.6.0.ebuild 
b/dev-perl/Dancer2-Session-Cookie/Dancer2-Session-Cookie-0.6.0.ebuild
new file mode 100644
index 000..ccead8c
--- /dev/null
+++ b/dev-perl/Dancer2-Session-Cookie/Dancer2-Session-Cookie-0.6.0.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=YANICK
+MODULE_VERSION=0.006
+inherit perl-module
+
+DESCRIPTION='Dancer 2 session storage in secure cookies'
+LICENSE=" Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+   # Module::Build 0.3601 ( 0.360.100 )
+   echo \>=virtual/perl-Module-Build-0.360.100
+}
+perl_meta_build() {
+   # Module::Build 0.3601 ( 0.360.100 )
+   echo \>=virtual/perl-Module-Build-0.360.100
+}
+perl_meta_runtime() {
+   # Dancer2 0.140001 ( 0.140.1 )
+   echo \>=dev-perl/Dancer2-0.140.1
+   # Moo
+   echo dev-perl/Moo
+   # Session::Storage::Secure 0.010 ( 0.10.0 )
+   echo \>=dev-perl/Session-Storage-Secure-0.10.0
+   # perl 5.008001 ( 5.8.1 )
+   echo \>=dev-lang/perl-5.8.1
+   # strict
+   echo dev-lang/perl
+   # warnings
+   echo dev-lang/perl
+}
+perl_meta_test() {
+   # Dancer2 0.140001 ( 0.140.1 )
+   echo \>=dev-perl/Dancer2-0.140.1
+   # File::Spec
+   echo virtual/perl-File-Spec
+   # File::Temp 0.22 ( 0.220.0 )
+   echo \>=virtual/perl-File-Temp-0.220.0
+   # HTTP::Date
+   echo dev-perl/HTTP-Date
+   # IO::Handle
+   echo virtual/perl-IO
+   # LWP::UserAgent
+   echo dev-perl/libwww-perl
+   # Test::More 0.96 ( 0.960.0 )
+   echo \>=virtual/perl-Test-Simple-0.960.0
+   # Test::TCP 1.30 ( 1.300.0 )
+   echo \>=dev-perl/Test-TCP-1.300.0
+   # YAML
+   echo dev-perl/yaml
+}
+DEPEND="
+   $(perl_meta_configure)
+   $(perl_meta_build)
+   $(perl_meta_runtime)
+   test? ( $(perl_meta_test) )
+"
+RDEPEND="
+   $(perl_meta_runtime)
+"
+SRC_TEST="do parallel"



[gentoo-commits] proj/perl-overlay:master commit in: /

2014-12-16 Thread Kent Fredric
commit: e771aa4e6ba77cd38f1b5ea267f1045c29c77bd1
Author: Kent Fredric  gmail  com>
AuthorDate: Wed Dec 17 03:18:56 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Wed Dec 17 03:18:56 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e771aa4e

Mark pull #26 superceded.

* github-origin-pull/26/head:
  [bump] dev-perl/Dancer2 to 0.153000
  [bump] dev-perl/Dancer2-Session-Cookie to 0.006
  [remove] dev-perl/Dancer2-Plugin-Paginator (gone on CPAN)
  [bump] dev-perl/Dancer2-Plugin-Emailesque to 0.03
  [bump] dev-perl/Dancer2-Plugin-Database to 2.12
  [bump] dev-perl/Dancer-Plugin-Database-Core to 0.08
  [bump] dev-perl/Dancer2 to 0.153000




[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dancer2-Plugin-Paginator/, dev-perl/Dancer2-Plugin-Paginator/files/

2014-12-16 Thread Kent Fredric
commit: 2b2d580b697f1fef419ad346da923db4e9ebdb58
Author: Pavel Denisov  gmail  com>
AuthorDate: Sat Oct 25 22:14:00 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Sat Oct 25 22:14:00 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2b2d580b

[remove] dev-perl/Dancer2-Plugin-Paginator (gone on CPAN)

---
 .../Dancer2-Plugin-Paginator-1.0.0.ebuild  | 49 --
 .../files/Dancer2-0.08.patch   | 24 ---
 dev-perl/Dancer2-Plugin-Paginator/metadata.xml |  9 
 3 files changed, 82 deletions(-)

diff --git 
a/dev-perl/Dancer2-Plugin-Paginator/Dancer2-Plugin-Paginator-1.0.0.ebuild 
b/dev-perl/Dancer2-Plugin-Paginator/Dancer2-Plugin-Paginator-1.0.0.ebuild
deleted file mode 100644
index a6d16a6..000
--- a/dev-perl/Dancer2-Plugin-Paginator/Dancer2-Plugin-Paginator-1.0.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=BLABOS
-MODULE_VERSION=1.00
-inherit perl-module
-
-DESCRIPTION='Dancer2 plugin for Paginator::Lite'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-PATCHES=(
-   "${FILESDIR}/Dancer2-0.08.patch"
-)
-
-perl_meta_configure() {
-   # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-   echo \>=virtual/perl-ExtUtils-MakeMaker-6.300.0
-}
-perl_meta_build() {
-   # Dancer2::Test
-   echo dev-perl/Dancer2
-   # JSON
-   echo dev-perl/JSON
-   # Test::More
-   echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
-   # Dancer2
-   echo dev-perl/Dancer2
-   # Paginator::Lite 2.07 ( 2.0.7 )
-   echo \>=dev-perl/Paginator-Lite-2.0.7
-   # strict
-   echo dev-lang/perl
-   # warnings
-   echo dev-lang/perl
-}
-DEPEND="
-   $(perl_meta_configure)
-   $(perl_meta_build)
-   $(perl_meta_runtime)
-"
-RDEPEND="
-   $(perl_meta_runtime)
-"
-SRC_TEST="do parallel"

diff --git a/dev-perl/Dancer2-Plugin-Paginator/files/Dancer2-0.08.patch 
b/dev-perl/Dancer2-Plugin-Paginator/files/Dancer2-0.08.patch
deleted file mode 100644
index d77d9ff..000
--- a/dev-perl/Dancer2-Plugin-Paginator/files/Dancer2-0.08.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -rupN a/t/01-app.t b/t/01-app.t
 a/t/01-app.t2013-03-07 12:14:42.0 +0400
-+++ b/t/01-app.t2014-06-21 18:50:24.316538333 +0400
-@@ -5,7 +5,7 @@ use warnings;
- 
- use Test::More tests => 3;
- 
--use Dancer2 qw(:syntax :tests);
-+use Dancer2;
- use Dancer2::Plugin::Paginator;
- 
- use t::lib::App;
-diff -rupN a/lib/Dancer2/Plugin/Paginator.pm b/lib/Dancer2/Plugin/Paginator.pm
 a/lib/Dancer2/Plugin/Paginator.pm   2013-03-07 12:14:42.0 +0400
-+++ b/lib/Dancer2/Plugin/Paginator.pm   2014-06-21 18:57:36.298909865 +0400
-@@ -6,7 +6,7 @@ package Dancer2::Plugin::Paginator;
- use strict;
- use warnings;
- 
--use Dancer2 ':syntax';
-+use Dancer2;
- use Dancer2::Plugin;
- 
- use Paginator::Lite;

diff --git a/dev-perl/Dancer2-Plugin-Paginator/metadata.xml 
b/dev-perl/Dancer2-Plugin-Paginator/metadata.xml
deleted file mode 100644
index f1e3183..000
--- a/dev-perl/Dancer2-Plugin-Paginator/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-perl
-
-Dancer2-Plugin-Paginator
-Dancer2::Plugin::Paginator
-
-



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dancer2-Plugin-Database/

2014-12-16 Thread Kent Fredric
commit: b1eccb75b8fa71f26f36fed277aac2f057607efc
Author: Pavel Denisov  gmail  com>
AuthorDate: Sat Oct 25 21:27:02 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Sat Oct 25 21:27:02 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b1eccb75

[bump] dev-perl/Dancer2-Plugin-Database to 2.12

Package-Manager: portage-2.2.14

---
 .../Dancer2-Plugin-Database-2.120.0.ebuild | 42 ++
 1 file changed, 42 insertions(+)

diff --git 
a/dev-perl/Dancer2-Plugin-Database/Dancer2-Plugin-Database-2.120.0.ebuild 
b/dev-perl/Dancer2-Plugin-Database/Dancer2-Plugin-Database-2.120.0.ebuild
new file mode 100644
index 000..8667b53
--- /dev/null
+++ b/dev-perl/Dancer2-Plugin-Database/Dancer2-Plugin-Database-2.120.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=AMBS
+MODULE_VERSION=2.12
+inherit perl-module
+
+DESCRIPTION='easy database connections for Dancer2 applications'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+   # ExtUtils::MakeMaker
+   echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+   # ExtUtils::MakeMaker
+   echo virtual/perl-ExtUtils-MakeMaker
+   # HTTP::Request::Common
+   echo dev-perl/HTTP-Message
+   # Plack 1.0032 ( 1.3.200 )
+   echo \>=dev-perl/Plack-1.3.200
+   # Test::More
+   echo virtual/perl-Test-Simple
+}
+perl_meta_runtime() {
+   # Dancer2 0.151000 ( 0.151.0 )
+   echo \>=dev-perl/Dancer2-0.151.0
+   # Dancer::Plugin::Database::Core 0.08 ( 0.80.0 )
+   echo \>=dev-perl/Dancer-Plugin-Database-Core-0.80.0
+}
+DEPEND="
+   $(perl_meta_configure)
+   $(perl_meta_build)
+   $(perl_meta_runtime)
+"
+RDEPEND="
+   $(perl_meta_runtime)
+"
+SRC_TEST="do parallel"



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dancer2-Plugin-Emailesque/

2014-12-16 Thread Kent Fredric
commit: a743da6a8e5cc9b143126f8323a3601c45196a86
Author: Pavel Denisov  gmail  com>
AuthorDate: Sat Oct 25 21:45:13 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Wed Dec 17 03:18:10 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a743da6a

[bump] dev-perl/Dancer2-Plugin-Emailesque to 0.03

Package-Manager: portage-2.2.14

---
 .../Dancer2-Plugin-Emailesque-0.30.0.ebuild| 39 ++
 1 file changed, 39 insertions(+)

diff --git 
a/dev-perl/Dancer2-Plugin-Emailesque/Dancer2-Plugin-Emailesque-0.30.0.ebuild 
b/dev-perl/Dancer2-Plugin-Emailesque/Dancer2-Plugin-Emailesque-0.30.0.ebuild
new file mode 100644
index 000..a91a9fa
--- /dev/null
+++ b/dev-perl/Dancer2-Plugin-Emailesque/Dancer2-Plugin-Emailesque-0.30.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=AMBS
+MODULE_VERSION=0.03
+MODULE_SECTION=Dancer
+inherit perl-module
+
+DESCRIPTION='Simple Emailesque support for Dancer2'
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+   # ExtUtils::MakeMaker
+   echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+   # Test::More
+   echo virtual/perl-Test-Simple
+}
+perl_meta_runtime() {
+   # Dancer2 0.05 ( 0.50.0 )
+   echo \>=dev-perl/Dancer2-0.50.0
+   # Emailesque 1.27 ( 1.200.7 )
+   echo \>=dev-perl/Emailesque-1.200.7
+   # perl 5.006 ( 5.6.0 )
+   echo \>=dev-lang/perl-5.6.0
+}
+DEPEND="
+   $(perl_meta_configure)
+   $(perl_meta_build)
+   $(perl_meta_runtime)
+"
+RDEPEND="
+   $(perl_meta_runtime)
+"
+SRC_TEST="do parallel"



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dancer2-Plugin-Emailesque/

2014-12-16 Thread Kent Fredric
commit: 8b636250558e07c6617caacd4bb277684b8a7160
Author: Pavel Denisov  gmail  com>
AuthorDate: Sat Oct 25 21:45:13 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Sat Oct 25 21:45:13 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8b636250

[bump] dev-perl/Dancer2-Plugin-Emailesque to 0.03

Package-Manager: portage-2.2.14

---
 .../Dancer2-Plugin-Emailesque-0.30.0.ebuild| 39 ++
 1 file changed, 39 insertions(+)

diff --git 
a/dev-perl/Dancer2-Plugin-Emailesque/Dancer2-Plugin-Emailesque-0.30.0.ebuild 
b/dev-perl/Dancer2-Plugin-Emailesque/Dancer2-Plugin-Emailesque-0.30.0.ebuild
new file mode 100644
index 000..a91a9fa
--- /dev/null
+++ b/dev-perl/Dancer2-Plugin-Emailesque/Dancer2-Plugin-Emailesque-0.30.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=AMBS
+MODULE_VERSION=0.03
+MODULE_SECTION=Dancer
+inherit perl-module
+
+DESCRIPTION='Simple Emailesque support for Dancer2'
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+   # ExtUtils::MakeMaker
+   echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+   # Test::More
+   echo virtual/perl-Test-Simple
+}
+perl_meta_runtime() {
+   # Dancer2 0.05 ( 0.50.0 )
+   echo \>=dev-perl/Dancer2-0.50.0
+   # Emailesque 1.27 ( 1.200.7 )
+   echo \>=dev-perl/Emailesque-1.200.7
+   # perl 5.006 ( 5.6.0 )
+   echo \>=dev-lang/perl-5.6.0
+}
+DEPEND="
+   $(perl_meta_configure)
+   $(perl_meta_build)
+   $(perl_meta_runtime)
+"
+RDEPEND="
+   $(perl_meta_runtime)
+"
+SRC_TEST="do parallel"



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dancer2-Session-Cookie/

2014-12-16 Thread Kent Fredric
commit: 18fc27ef0956d04c3bebe62d07d4d8b7ef5c9e59
Author: Pavel Denisov  gmail  com>
AuthorDate: Sat Oct 25 22:26:25 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Wed Dec 17 03:18:10 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=18fc27ef

[bump] dev-perl/Dancer2-Session-Cookie to 0.006

Package-Manager: portage-2.2.14

---
 .../Dancer2-Session-Cookie-0.6.0.ebuild| 65 ++
 1 file changed, 65 insertions(+)

diff --git 
a/dev-perl/Dancer2-Session-Cookie/Dancer2-Session-Cookie-0.6.0.ebuild 
b/dev-perl/Dancer2-Session-Cookie/Dancer2-Session-Cookie-0.6.0.ebuild
new file mode 100644
index 000..ccead8c
--- /dev/null
+++ b/dev-perl/Dancer2-Session-Cookie/Dancer2-Session-Cookie-0.6.0.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=YANICK
+MODULE_VERSION=0.006
+inherit perl-module
+
+DESCRIPTION='Dancer 2 session storage in secure cookies'
+LICENSE=" Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+   # Module::Build 0.3601 ( 0.360.100 )
+   echo \>=virtual/perl-Module-Build-0.360.100
+}
+perl_meta_build() {
+   # Module::Build 0.3601 ( 0.360.100 )
+   echo \>=virtual/perl-Module-Build-0.360.100
+}
+perl_meta_runtime() {
+   # Dancer2 0.140001 ( 0.140.1 )
+   echo \>=dev-perl/Dancer2-0.140.1
+   # Moo
+   echo dev-perl/Moo
+   # Session::Storage::Secure 0.010 ( 0.10.0 )
+   echo \>=dev-perl/Session-Storage-Secure-0.10.0
+   # perl 5.008001 ( 5.8.1 )
+   echo \>=dev-lang/perl-5.8.1
+   # strict
+   echo dev-lang/perl
+   # warnings
+   echo dev-lang/perl
+}
+perl_meta_test() {
+   # Dancer2 0.140001 ( 0.140.1 )
+   echo \>=dev-perl/Dancer2-0.140.1
+   # File::Spec
+   echo virtual/perl-File-Spec
+   # File::Temp 0.22 ( 0.220.0 )
+   echo \>=virtual/perl-File-Temp-0.220.0
+   # HTTP::Date
+   echo dev-perl/HTTP-Date
+   # IO::Handle
+   echo virtual/perl-IO
+   # LWP::UserAgent
+   echo dev-perl/libwww-perl
+   # Test::More 0.96 ( 0.960.0 )
+   echo \>=virtual/perl-Test-Simple-0.960.0
+   # Test::TCP 1.30 ( 1.300.0 )
+   echo \>=dev-perl/Test-TCP-1.300.0
+   # YAML
+   echo dev-perl/yaml
+}
+DEPEND="
+   $(perl_meta_configure)
+   $(perl_meta_build)
+   $(perl_meta_runtime)
+   test? ( $(perl_meta_test) )
+"
+RDEPEND="
+   $(perl_meta_runtime)
+"
+SRC_TEST="do parallel"



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dancer2-Plugin-Paginator/files/, dev-perl/Dancer2-Plugin-Paginator/

2014-12-16 Thread Kent Fredric
commit: 4921b9568fa4bbececa559b7010dd365f1fb0128
Author: Pavel Denisov  gmail  com>
AuthorDate: Sat Oct 25 22:14:00 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Wed Dec 17 03:18:10 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4921b956

[remove] dev-perl/Dancer2-Plugin-Paginator (gone on CPAN)

---
 .../Dancer2-Plugin-Paginator-1.0.0.ebuild  | 49 --
 .../files/Dancer2-0.08.patch   | 24 ---
 dev-perl/Dancer2-Plugin-Paginator/metadata.xml |  9 
 3 files changed, 82 deletions(-)

diff --git 
a/dev-perl/Dancer2-Plugin-Paginator/Dancer2-Plugin-Paginator-1.0.0.ebuild 
b/dev-perl/Dancer2-Plugin-Paginator/Dancer2-Plugin-Paginator-1.0.0.ebuild
deleted file mode 100644
index a6d16a6..000
--- a/dev-perl/Dancer2-Plugin-Paginator/Dancer2-Plugin-Paginator-1.0.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=BLABOS
-MODULE_VERSION=1.00
-inherit perl-module
-
-DESCRIPTION='Dancer2 plugin for Paginator::Lite'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-PATCHES=(
-   "${FILESDIR}/Dancer2-0.08.patch"
-)
-
-perl_meta_configure() {
-   # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-   echo \>=virtual/perl-ExtUtils-MakeMaker-6.300.0
-}
-perl_meta_build() {
-   # Dancer2::Test
-   echo dev-perl/Dancer2
-   # JSON
-   echo dev-perl/JSON
-   # Test::More
-   echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
-   # Dancer2
-   echo dev-perl/Dancer2
-   # Paginator::Lite 2.07 ( 2.0.7 )
-   echo \>=dev-perl/Paginator-Lite-2.0.7
-   # strict
-   echo dev-lang/perl
-   # warnings
-   echo dev-lang/perl
-}
-DEPEND="
-   $(perl_meta_configure)
-   $(perl_meta_build)
-   $(perl_meta_runtime)
-"
-RDEPEND="
-   $(perl_meta_runtime)
-"
-SRC_TEST="do parallel"

diff --git a/dev-perl/Dancer2-Plugin-Paginator/files/Dancer2-0.08.patch 
b/dev-perl/Dancer2-Plugin-Paginator/files/Dancer2-0.08.patch
deleted file mode 100644
index d77d9ff..000
--- a/dev-perl/Dancer2-Plugin-Paginator/files/Dancer2-0.08.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -rupN a/t/01-app.t b/t/01-app.t
 a/t/01-app.t2013-03-07 12:14:42.0 +0400
-+++ b/t/01-app.t2014-06-21 18:50:24.316538333 +0400
-@@ -5,7 +5,7 @@ use warnings;
- 
- use Test::More tests => 3;
- 
--use Dancer2 qw(:syntax :tests);
-+use Dancer2;
- use Dancer2::Plugin::Paginator;
- 
- use t::lib::App;
-diff -rupN a/lib/Dancer2/Plugin/Paginator.pm b/lib/Dancer2/Plugin/Paginator.pm
 a/lib/Dancer2/Plugin/Paginator.pm   2013-03-07 12:14:42.0 +0400
-+++ b/lib/Dancer2/Plugin/Paginator.pm   2014-06-21 18:57:36.298909865 +0400
-@@ -6,7 +6,7 @@ package Dancer2::Plugin::Paginator;
- use strict;
- use warnings;
- 
--use Dancer2 ':syntax';
-+use Dancer2;
- use Dancer2::Plugin;
- 
- use Paginator::Lite;

diff --git a/dev-perl/Dancer2-Plugin-Paginator/metadata.xml 
b/dev-perl/Dancer2-Plugin-Paginator/metadata.xml
deleted file mode 100644
index f1e3183..000
--- a/dev-perl/Dancer2-Plugin-Paginator/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-perl
-
-Dancer2-Plugin-Paginator
-Dancer2::Plugin::Paginator
-
-



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dancer2/

2014-12-16 Thread Kent Fredric
commit: 832083a9a80d38e39ec5669f3f0d93c2f3952a34
Author: Pavel Denisov  gmail  com>
AuthorDate: Sat Oct 25 20:45:16 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Mon Oct 27 19:29:05 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=832083a9

[bump] dev-perl/Dancer2 to 0.153000

---
 dev-perl/Dancer2/Dancer2-0.153.0.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-perl/Dancer2/Dancer2-0.153.0.ebuild 
b/dev-perl/Dancer2/Dancer2-0.153.0.ebuild
index a35cb6b..4d1f085 100644
--- a/dev-perl/Dancer2/Dancer2-0.153.0.ebuild
+++ b/dev-perl/Dancer2/Dancer2-0.153.0.ebuild
@@ -94,8 +94,6 @@ perl_meta_runtime() {
echo dev-perl/Template-Toolkit
# Template::Tiny
echo dev-perl/Template-Tiny
-   # Test::Builder
-   echo virtual/perl-Test-Simple
# Test::More 0.92 ( 0.920.0 )
echo \>=virtual/perl-Test-Simple-0.920.0
# URI



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dancer-Plugin-Database-Core/

2014-12-16 Thread Kent Fredric
commit: 63aef6e45675c2bad4e68d006a3dd65ebbd38a15
Author: Pavel Denisov  gmail  com>
AuthorDate: Sat Oct 25 21:15:11 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Wed Dec 17 03:18:09 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=63aef6e4

[bump] dev-perl/Dancer-Plugin-Database-Core to 0.08

Package-Manager: portage-2.2.14

---
 .../Dancer-Plugin-Database-Core-0.80.0.ebuild  | 36 ++
 1 file changed, 36 insertions(+)

diff --git 
a/dev-perl/Dancer-Plugin-Database-Core/Dancer-Plugin-Database-Core-0.80.0.ebuild
 
b/dev-perl/Dancer-Plugin-Database-Core/Dancer-Plugin-Database-Core-0.80.0.ebuild
new file mode 100644
index 000..0ad0bb0
--- /dev/null
+++ 
b/dev-perl/Dancer-Plugin-Database-Core/Dancer-Plugin-Database-Core-0.80.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=AMBS
+MODULE_VERSION=0.08
+inherit perl-module
+
+DESCRIPTION='Shared core for D1 and D2 Database plugins'
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+   # ExtUtils::MakeMaker
+   echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+   # Test::More
+   echo virtual/perl-Test-Simple
+}
+perl_meta_runtime() {
+   # DBI
+   echo dev-perl/DBI
+   # perl 5.006 ( 5.6.0 )
+   echo \>=dev-lang/perl-5.6.0
+}
+DEPEND="
+   $(perl_meta_configure)
+   $(perl_meta_build)
+   $(perl_meta_runtime)
+"
+RDEPEND="
+   $(perl_meta_runtime)
+"
+SRC_TEST="do parallel"



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dancer2/

2014-12-16 Thread Kent Fredric
commit: c6456def91d838dbc382269d838948ed63e194af
Author: Pavel Denisov  gmail  com>
AuthorDate: Sat Oct 25 20:45:16 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Sat Oct 25 20:45:16 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c6456def

[bump] dev-perl/Dancer2 to 0.153000

---
 dev-perl/Dancer2/Dancer2-0.153.0.ebuild | 153 
 dev-perl/Dancer2/metadata.xml   |   8 +-
 2 files changed, 156 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Dancer2/Dancer2-0.153.0.ebuild 
b/dev-perl/Dancer2/Dancer2-0.153.0.ebuild
new file mode 100644
index 000..a35cb6b
--- /dev/null
+++ b/dev-perl/Dancer2/Dancer2-0.153.0.ebuild
@@ -0,0 +1,153 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=XSAWYERX
+MODULE_VERSION=0.153000
+inherit perl-module
+
+DESCRIPTION='Lightweight yet powerful web application framework'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+   # ExtUtils::MakeMaker
+   echo virtual/perl-ExtUtils-MakeMaker
+   # File::ShareDir::Install 0.06 ( 0.60.0 )
+   echo \>=dev-perl/File-ShareDir-Install-0.60.0
+   # Module::Build 0.3601 ( 0.360.100 )
+   echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_build() {
+   # Module::Build 0.3601 ( 0.360.100 )
+   echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_runtime() {
+   # App::Cmd::Setup
+   echo dev-perl/App-Cmd
+   # Carp
+   # echo virtual/perl-Carp
+   # Class::Load
+   echo dev-perl/Class-Load
+   # Config::Any
+   echo dev-perl/Config-Any
+   # Cwd
+   echo virtual/perl-File-Spec
+   # Data::Dumper
+   echo virtual/perl-Data-Dumper
+   # Digest::SHA
+   echo virtual/perl-Digest-SHA
+   # Encode
+   echo virtual/perl-Encode
+   # Exporter 5.57 ( 5.570.0 )
+   echo \>=virtual/perl-Exporter-5.570.0
+   # File::Path
+   echo virtual/perl-File-Path
+   # File::ShareDir
+   echo dev-perl/File-ShareDir
+   # File::Spec
+   echo virtual/perl-File-Spec
+   # File::Temp 0.22 ( 0.220.0 )
+   echo \>=virtual/perl-File-Temp-0.220.0
+   # HTTP::Body
+   echo dev-perl/HTTP-Body
+   # HTTP::Date
+   echo dev-perl/HTTP-Date
+   # HTTP::Headers
+   echo dev-perl/HTTP-Message
+   # Hash::Merge::Simple
+   echo dev-perl/Hash-Merge-Simple
+   # IO::File
+   echo virtual/perl-IO
+   # JSON
+   echo dev-perl/JSON
+   # LWP::UserAgent
+   echo dev-perl/libwww-perl
+   # List::Util
+   echo virtual/perl-Scalar-List-Utils
+   # MIME::Base64 3.13 ( 3.130.0 )
+   echo \>=virtual/perl-MIME-Base64-3.130.0
+   # MIME::Types
+   echo dev-perl/MIME-Types
+   # Module::Runtime
+   echo dev-perl/Module-Runtime
+   # Moo 1.003000 ( 1.3.0 )
+   echo \>=dev-perl/Moo-1.3.0
+   # MooX::Types::MooseLike 0.16 ( 0.160.0 )
+   echo \>=dev-perl/MooX-Types-MooseLike-0.160.0
+   # MooX::Types::MooseLike::Base
+   echo dev-perl/MooX-Types-MooseLike
+   # Plack 1.0029 ( 1.2.900 )
+   echo \>=dev-perl/Plack-1.2.900
+   # Pod::Simple::Search
+   echo virtual/perl-Pod-Simple
+   # Return::MultiLevel
+   echo dev-perl/Return-MultiLevel
+   # Role::Tiny 1.003000 ( 1.3.0 )
+   echo \>=dev-perl/Role-Tiny-1.3.0
+   # Safe::Isa
+   echo dev-perl/Safe-Isa
+   # Scalar::Util
+   echo virtual/perl-Scalar-List-Utils
+   # Template
+   echo dev-perl/Template-Toolkit
+   # Template::Tiny
+   echo dev-perl/Template-Tiny
+   # Test::Builder
+   echo virtual/perl-Test-Simple
+   # Test::More 0.92 ( 0.920.0 )
+   echo \>=virtual/perl-Test-Simple-0.920.0
+   # URI
+   echo dev-perl/URI
+   # YAML
+   echo dev-perl/yaml
+   # parent
+   echo virtual/perl-parent
+   # perl 5.006 ( 5.6.0 )
+   echo \>=dev-lang/perl-5.6.0
+}
+perl_meta_test() {
+   # Capture::Tiny 0.12 ( 0.120.0 )
+   echo \>=dev-perl/Capture-Tiny-0.120.0
+   # ExtUtils::MakeMaker
+   echo virtual/perl-ExtUtils-MakeMaker
+   # File::Temp 0.22 ( 0.220.0 )
+   echo \>=virtual/perl-File-Temp-0.220.0
+   # HTTP::Body
+   echo dev-perl/HTTP-Body
+   # HTTP::Request::Common
+   echo dev-perl/HTTP-Message
+   # IO::Handle
+   echo virtual/perl-IO
+   # LWP::Protocol::PSGI 0.06 ( 0.60.0 )
+   echo \>=dev-perl/LWP-Protocol-PSGI-0.60.0
+   # Test::Fatal
+   echo dev-perl/Test-Fatal
+   # Test::Memory::Cycle 1.04 ( 1.40.0 )
+   echo \>=dev-perl/Test-Memory-Cycle-1.40.0
+   # Test::MockTime
+   echo dev-perl/Test-MockTime
+   # Test::More 0.92 ( 0.920.0 )
+   echo \>=virtual/perl-Test-Simple-0.920.0
+   # Test::Script
+   echo dev-perl/Test-Script
+

[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dancer-Plugin-Database-Core/

2014-12-16 Thread Kent Fredric
commit: 853bbf39dc8243c7285f654cfac23bcb13e8e53c
Author: Pavel Denisov  gmail  com>
AuthorDate: Sat Oct 25 21:15:11 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Sat Oct 25 21:15:11 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=853bbf39

[bump] dev-perl/Dancer-Plugin-Database-Core to 0.08

Package-Manager: portage-2.2.14

---
 .../Dancer-Plugin-Database-Core-0.80.0.ebuild  | 36 ++
 1 file changed, 36 insertions(+)

diff --git 
a/dev-perl/Dancer-Plugin-Database-Core/Dancer-Plugin-Database-Core-0.80.0.ebuild
 
b/dev-perl/Dancer-Plugin-Database-Core/Dancer-Plugin-Database-Core-0.80.0.ebuild
new file mode 100644
index 000..0ad0bb0
--- /dev/null
+++ 
b/dev-perl/Dancer-Plugin-Database-Core/Dancer-Plugin-Database-Core-0.80.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=AMBS
+MODULE_VERSION=0.08
+inherit perl-module
+
+DESCRIPTION='Shared core for D1 and D2 Database plugins'
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+   # ExtUtils::MakeMaker
+   echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+   # Test::More
+   echo virtual/perl-Test-Simple
+}
+perl_meta_runtime() {
+   # DBI
+   echo dev-perl/DBI
+   # perl 5.006 ( 5.6.0 )
+   echo \>=dev-lang/perl-5.6.0
+}
+DEPEND="
+   $(perl_meta_configure)
+   $(perl_meta_build)
+   $(perl_meta_runtime)
+"
+RDEPEND="
+   $(perl_meta_runtime)
+"
+SRC_TEST="do parallel"



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dancer2/

2014-12-16 Thread Kent Fredric
commit: 60cbc8a3d808ee0a869b29429221e2aa68ae7438
Author: Pavel Denisov  gmail  com>
AuthorDate: Sat Oct 25 20:45:16 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Wed Dec 17 03:18:09 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=60cbc8a3

[bump] dev-perl/Dancer2 to 0.153000

---
 dev-perl/Dancer2/Dancer2-0.153.0.ebuild | 153 
 dev-perl/Dancer2/metadata.xml   |   8 +-
 2 files changed, 156 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Dancer2/Dancer2-0.153.0.ebuild 
b/dev-perl/Dancer2/Dancer2-0.153.0.ebuild
new file mode 100644
index 000..a35cb6b
--- /dev/null
+++ b/dev-perl/Dancer2/Dancer2-0.153.0.ebuild
@@ -0,0 +1,153 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=XSAWYERX
+MODULE_VERSION=0.153000
+inherit perl-module
+
+DESCRIPTION='Lightweight yet powerful web application framework'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+   # ExtUtils::MakeMaker
+   echo virtual/perl-ExtUtils-MakeMaker
+   # File::ShareDir::Install 0.06 ( 0.60.0 )
+   echo \>=dev-perl/File-ShareDir-Install-0.60.0
+   # Module::Build 0.3601 ( 0.360.100 )
+   echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_build() {
+   # Module::Build 0.3601 ( 0.360.100 )
+   echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_runtime() {
+   # App::Cmd::Setup
+   echo dev-perl/App-Cmd
+   # Carp
+   # echo virtual/perl-Carp
+   # Class::Load
+   echo dev-perl/Class-Load
+   # Config::Any
+   echo dev-perl/Config-Any
+   # Cwd
+   echo virtual/perl-File-Spec
+   # Data::Dumper
+   echo virtual/perl-Data-Dumper
+   # Digest::SHA
+   echo virtual/perl-Digest-SHA
+   # Encode
+   echo virtual/perl-Encode
+   # Exporter 5.57 ( 5.570.0 )
+   echo \>=virtual/perl-Exporter-5.570.0
+   # File::Path
+   echo virtual/perl-File-Path
+   # File::ShareDir
+   echo dev-perl/File-ShareDir
+   # File::Spec
+   echo virtual/perl-File-Spec
+   # File::Temp 0.22 ( 0.220.0 )
+   echo \>=virtual/perl-File-Temp-0.220.0
+   # HTTP::Body
+   echo dev-perl/HTTP-Body
+   # HTTP::Date
+   echo dev-perl/HTTP-Date
+   # HTTP::Headers
+   echo dev-perl/HTTP-Message
+   # Hash::Merge::Simple
+   echo dev-perl/Hash-Merge-Simple
+   # IO::File
+   echo virtual/perl-IO
+   # JSON
+   echo dev-perl/JSON
+   # LWP::UserAgent
+   echo dev-perl/libwww-perl
+   # List::Util
+   echo virtual/perl-Scalar-List-Utils
+   # MIME::Base64 3.13 ( 3.130.0 )
+   echo \>=virtual/perl-MIME-Base64-3.130.0
+   # MIME::Types
+   echo dev-perl/MIME-Types
+   # Module::Runtime
+   echo dev-perl/Module-Runtime
+   # Moo 1.003000 ( 1.3.0 )
+   echo \>=dev-perl/Moo-1.3.0
+   # MooX::Types::MooseLike 0.16 ( 0.160.0 )
+   echo \>=dev-perl/MooX-Types-MooseLike-0.160.0
+   # MooX::Types::MooseLike::Base
+   echo dev-perl/MooX-Types-MooseLike
+   # Plack 1.0029 ( 1.2.900 )
+   echo \>=dev-perl/Plack-1.2.900
+   # Pod::Simple::Search
+   echo virtual/perl-Pod-Simple
+   # Return::MultiLevel
+   echo dev-perl/Return-MultiLevel
+   # Role::Tiny 1.003000 ( 1.3.0 )
+   echo \>=dev-perl/Role-Tiny-1.3.0
+   # Safe::Isa
+   echo dev-perl/Safe-Isa
+   # Scalar::Util
+   echo virtual/perl-Scalar-List-Utils
+   # Template
+   echo dev-perl/Template-Toolkit
+   # Template::Tiny
+   echo dev-perl/Template-Tiny
+   # Test::Builder
+   echo virtual/perl-Test-Simple
+   # Test::More 0.92 ( 0.920.0 )
+   echo \>=virtual/perl-Test-Simple-0.920.0
+   # URI
+   echo dev-perl/URI
+   # YAML
+   echo dev-perl/yaml
+   # parent
+   echo virtual/perl-parent
+   # perl 5.006 ( 5.6.0 )
+   echo \>=dev-lang/perl-5.6.0
+}
+perl_meta_test() {
+   # Capture::Tiny 0.12 ( 0.120.0 )
+   echo \>=dev-perl/Capture-Tiny-0.120.0
+   # ExtUtils::MakeMaker
+   echo virtual/perl-ExtUtils-MakeMaker
+   # File::Temp 0.22 ( 0.220.0 )
+   echo \>=virtual/perl-File-Temp-0.220.0
+   # HTTP::Body
+   echo dev-perl/HTTP-Body
+   # HTTP::Request::Common
+   echo dev-perl/HTTP-Message
+   # IO::Handle
+   echo virtual/perl-IO
+   # LWP::Protocol::PSGI 0.06 ( 0.60.0 )
+   echo \>=dev-perl/LWP-Protocol-PSGI-0.60.0
+   # Test::Fatal
+   echo dev-perl/Test-Fatal
+   # Test::Memory::Cycle 1.04 ( 1.40.0 )
+   echo \>=dev-perl/Test-Memory-Cycle-1.40.0
+   # Test::MockTime
+   echo dev-perl/Test-MockTime
+   # Test::More 0.92 ( 0.920.0 )
+   echo \>=virtual/perl-Test-Simple-0.920.0
+   # Test::Script
+   echo dev-perl/Test-Script
+

[gentoo-commits] gentoo-x86 commit in sci-physics/lammps: metadata.xml ChangeLog

2014-12-16 Thread Patrick Lauer (patrick)
patrick 14/12/17 02:38:07

  Modified: metadata.xml ChangeLog
  Log:
  Remove unneeded useflag description from metadata.xml
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.7  sci-physics/lammps/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/metadata.xml?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/metadata.xml?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/metadata.xml?r1=1.6&r2=1.7

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/lammps/metadata.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- metadata.xml25 Oct 2014 01:54:09 -  1.6
+++ metadata.xml17 Dec 2014 02:38:07 -  1.7
@@ -22,7 +22,6 @@
point dipole particles
modified EAM potential
rigid bodies
-   Voronoi tesselations

sci-physics




1.53 sci-physics/lammps/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   16 Dec 2014 20:39:14 -  1.52
+++ ChangeLog   17 Dec 2014 02:38:07 -  1.53
@@ -1,6 +1,9 @@
 # ChangeLog for sci-physics/lammps
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v 1.52 
2014/12/16 20:39:14 nicolasbock Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v 1.53 
2014/12/17 02:38:07 patrick Exp $
+
+  17 Dec 2014; Patrick Lauer  metadata.xml:
+  Remove unneeded useflag description from metadata.xml
 
   16 Dec 2014; Nicolas Bock  -lammps-20140304.ebuild,
   -lammps-20140310.ebuild, -lammps-20140312.ebuild, -lammps-20140314.ebuild,






[gentoo-commits] dev/c1pher:master commit in: profiles/

2014-12-16 Thread Dane Smith
commit: 5f6dde953e41d42fbe3fc6564038c01234396f9e
Author: Dane Smith  c1pher  net>
AuthorDate: Wed Dec 17 02:18:05 2014 +
Commit: Dane Smith  gentoo  org>
CommitDate: Wed Dec 17 02:18:05 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=dev/c1pher.git;a=commit;h=5f6dde95

Properly mask genkernel-next

---
 profiles/package.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 8f7190b..612066d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -2,4 +2,4 @@
 sys-kernel/c1pher-sources
 net-nntp/sabnzbd
 dev-python/yenc
-sys-kernel/genkernel-next
+=sys-kernel/genkernel-next-



[gentoo-commits] gentoo-x86 commit in dev-lua/lpeg/files: lpeg-0.12.1-makefile.patch

2014-12-16 Thread Tim Harder (radhermit)
radhermit14/12/17 01:25:11

  Added:lpeg-0.12.1-makefile.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.1  dev-lua/lpeg/files/lpeg-0.12.1-makefile.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lpeg/files/lpeg-0.12.1-makefile.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lpeg/files/lpeg-0.12.1-makefile.patch?rev=1.1&content-type=text/plain

Index: lpeg-0.12.1-makefile.patch
===
--- lpeg-0.12.1/makefile
+++ lpeg-0.12.1/makefile
@@ -1,7 +1,7 @@
 LIBNAME = lpeg
 LUADIR = ../lua/
 
-COPT = -O2
+#COPT = -O2
 # COPT = -DLPEG_DEBUG -g
 
 CWARNS = -Wall -Wextra -pedantic \
@@ -22,21 +22,21 @@
 # -Wunreachable-code \
 
 
-CFLAGS = $(CWARNS) $(COPT) -std=c99 -I$(LUADIR) -fPIC
+CFLAGS += $(CWARNS) $(COPT) -std=c99 -I$(LUADIR) -fPIC
 CC = gcc
 
 FILES = lpvm.o lpcap.o lptree.o lpcode.o lpprint.o
 
 # For Linux
 linux:
-   make lpeg.so "DLLFLAGS = -shared -fPIC"
+   $(MAKE) lpeg.so "DLLFLAGS = -shared -fPIC"
 
 # For Mac OS
 macosx:
-   make lpeg.so "DLLFLAGS = -bundle -undefined dynamic_lookup"
+   $(MAKE) lpeg.so "DLLFLAGS = -bundle -undefined dynamic_lookup"
 
 lpeg.so: $(FILES)
-   env $(CC) $(DLLFLAGS) $(FILES) -o lpeg.so
+   env $(CC) $(DLLFLAGS) $(LDFLAGS) $(FILES) -o lpeg.so
 
 $(FILES): makefile
 






[gentoo-commits] gentoo-x86 commit in dev-lua/lpeg: ChangeLog lpeg-0.12.1.ebuild

2014-12-16 Thread Tim Harder (radhermit)
radhermit14/12/17 01:25:12

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

Revision  ChangesPath
1.9  dev-lua/lpeg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lua/lpeg/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   9 Dec 2014 09:54:05 -   1.8
+++ ChangeLog   17 Dec 2014 01:25:11 -  1.9
@@ -1,6 +1,12 @@
 # ChangeLog for dev-lua/lpeg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/lpeg/ChangeLog,v 1.8 2014/12/09 
09:54:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/lpeg/ChangeLog,v 1.9 2014/12/17 
01:25:11 radhermit Exp $
+
+*lpeg-0.12.1 (17 Dec 2014)
+
+  17 Dec 2014; Tim Harder  +lpeg-0.12.1.ebuild,
+  +files/lpeg-0.12.1-makefile.patch:
+  Version bump.
 
   09 Dec 2014; Jeroen Roovers  lpeg-0.12.ebuild:
   Stable for HPPA (bug #526016).



1.1  dev-lua/lpeg/lpeg-0.12.1.ebuild

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

Index: lpeg-0.12.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lua/lpeg/lpeg-0.12.1.ebuild,v 1.1 
2014/12/17 01:25:11 radhermit Exp $

EAPI=5

inherit flag-o-matic toolchain-funcs eutils multilib

DESCRIPTION="Parsing Expression Grammars for Lua"
HOMEPAGE="http://www.inf.puc-rio.br/~roberto/lpeg/";
SRC_URI="http://www.inf.puc-rio.br/~roberto/${PN}/${P}.tar.gz";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~mips ~x86"
IUSE="debug doc"

RDEPEND=">=dev-lang/lua-5.1"
DEPEND="${RDEPEND}
virtual/pkgconfig"

src_prepare() {
epatch "${FILESDIR}"/${P}-makefile.patch
use debug && append-cflags -DLPEG_DEBUG
}

src_compile() {
emake CC="$(tc-getCC)"
}

src_test() {
lua test.lua || die
}

src_install() {
exeinto "$($(tc-getPKG_CONFIG) --variable INSTALL_CMOD lua)"
doexe lpeg.so

dodoc HISTORY

use doc && dohtml *
}






[gentoo-commits] gentoo-x86 commit in dev-libs/libassuan: libassuan-2.2.0.ebuild ChangeLog

2014-12-16 Thread Tim Harder (radhermit)
radhermit14/12/17 01:07:27

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

Revision  ChangesPath
1.124dev-libs/libassuan/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libassuan/ChangeLog?rev=1.124&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libassuan/ChangeLog?rev=1.124&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libassuan/ChangeLog?r1=1.123&r2=1.124

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libassuan/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog   4 Dec 2014 04:13:35 -   1.123
+++ ChangeLog   17 Dec 2014 01:07:27 -  1.124
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libassuan
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassuan/ChangeLog,v 1.123 
2014/12/04 04:13:35 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassuan/ChangeLog,v 1.124 
2014/12/17 01:07:27 radhermit Exp $
+
+*libassuan-2.2.0 (17 Dec 2014)
+
+  17 Dec 2014; Tim Harder  +libassuan-2.2.0.ebuild:
+  Version bump.
 
 *libassuan-2.1.3 (04 Dec 2014)
 



1.1  dev-libs/libassuan/libassuan-2.2.0.ebuild

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

Index: libassuan-2.2.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassuan/libassuan-2.2.0.ebuild,v 
1.1 2014/12/17 01:07:27 radhermit Exp $

EAPI=5

inherit libtool eutils

DESCRIPTION="IPC library used by GnuPG and GPGME"
HOMEPAGE="http://www.gnupg.org/related_software/libassuan/index.en.html";
SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"

LICENSE="GPL-3 LGPL-2.1"
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"
IUSE="static-libs"

RDEPEND=">=dev-libs/libgpg-error-1.8"
DEPEND="${RDEPEND}"

DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )

src_prepare() {
default

# for Solaris .so
elibtoolize
}

src_configure() {
econf $(use_enable static-libs static)
}

src_install() {
default
# ppl need to use libassuan-config for --cflags and --libs
prune_libtool_files
}






[gentoo-commits] gentoo-x86 commit in app-crypt/gpgme: ChangeLog gpgme-1.5.3.ebuild

2014-12-16 Thread Tim Harder (radhermit)
radhermit14/12/17 00:56:07

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

Revision  ChangesPath
1.222app-crypt/gpgme/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gpgme/ChangeLog,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -r1.221 -r1.222
--- ChangeLog   27 Nov 2014 16:09:26 -  1.221
+++ ChangeLog   17 Dec 2014 00:56:07 -  1.222
@@ -1,6 +1,11 @@
 # ChangeLog for app-crypt/gpgme
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/ChangeLog,v 1.221 
2014/11/27 16:09:26 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/ChangeLog,v 1.222 
2014/12/17 00:56:07 radhermit Exp $
+
+*gpgme-1.5.3 (17 Dec 2014)
+
+  17 Dec 2014; Tim Harder  +gpgme-1.5.3.ebuild:
+  Version bump.
 
 *gpgme-1.5.2 (27 Nov 2014)
 



1.1  app-crypt/gpgme/gpgme-1.5.3.ebuild

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

Index: gpgme-1.5.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/gpgme-1.5.3.ebuild,v 1.1 
2014/12/17 00:56:07 radhermit Exp $

EAPI="5"

inherit eutils libtool

DESCRIPTION="GnuPG Made Easy is a library for making GnuPG easier to use"
HOMEPAGE="http://www.gnupg.org/related_software/gpgme";
SRC_URI="mirror://gnupg/gpgme/${P}.tar.bz2"

LICENSE="GPL-2 LGPL-2.1"
SLOT="1/11" # subslot = soname major version
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="common-lisp static-libs"

DEPEND="app-crypt/gnupg
>=dev-libs/libassuan-2.0.2
>=dev-libs/libgpg-error-1.11"
RDEPEND="${DEPEND}"

src_prepare() {
epatch "${FILESDIR}"/${PN}-1.1.8-et_EE.patch
elibtoolize
}

src_configure() {
econf \
--includedir="${EPREFIX}/usr/include/gpgme" \
$(use_enable static-libs static)
}

src_install() {
default
prune_libtool_files

if ! use common-lisp; then
rm -fr "${ED}usr/share/common-lisp"
fi
}






[gentoo-commits] gentoo-x86 commit in games-board/gtkatlantic: gtkatlantic-0.5.0.ebuild ChangeLog

2014-12-16 Thread Michael Sterrett (mr_bones_)
mr_bones_14/12/17 00:43:33

  Modified: ChangeLog
  Added:gtkatlantic-0.5.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.24 games-board/gtkatlantic/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkatlantic/ChangeLog?rev=1.24&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkatlantic/ChangeLog?rev=1.24&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkatlantic/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   20 Mar 2014 20:36:00 -  1.23
+++ ChangeLog   17 Dec 2014 00:43:33 -  1.24
@@ -1,6 +1,12 @@
 # ChangeLog for games-board/gtkatlantic
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.23 
2014/03/20 20:36:00 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.24 
2014/12/17 00:43:33 mr_bones_ Exp $
+
+*gtkatlantic-0.5.0 (17 Dec 2014)
+
+  17 Dec 2014; Michael Sterrett 
+  +gtkatlantic-0.5.0.ebuild:
+  version bump
 
   20 Mar 2014; Michael Sterrett 
   -files/gtkatlantic-0.4.2-libpng14.patch, -gtkatlantic-0.4.2.ebuild:



1.1  games-board/gtkatlantic/gtkatlantic-0.5.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.5.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.5.0.ebuild?rev=1.1&content-type=text/plain

Index: gtkatlantic-0.5.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.5.0.ebuild,v 1.1 
2014/12/17 00:43:33 mr_bones_ Exp $

EAPI=5
inherit eutils gnome2-utils games

DESCRIPTION="Monopoly-like game that works with the monopd server"
HOMEPAGE="http://gtkatlantic.gradator.net/";
SRC_URI="http://download.tuxfamily.org/gtkatlantic/downloads/v0.5/${P}.tar.bz2";

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

RDEPEND="x11-libs/gtk+:3
dev-libs/libxml2
media-libs/libpng:0"
DEPEND="${RDEPEND}
virtual/pkgconfig"

src_install() {
default
newicon data/icon32x32.xpm ${PN}.xpm
newicon -s 16 data/icon16x16.xpm ${PN}.xpm
newicon -s 32 data/icon32x32.xpm ${PN}.xpm
make_desktop_entry ${PN} GtkAtlantic
prepgamesdirs
}

pkg_preinst() {
games_pkg_preinst
gnome2_icon_savelist
}

pkg_postinst() {
games_pkg_postinst
gnome2_icon_cache_update
}

pkg_postrm() {
gnome2_icon_cache_update
}






[gentoo-commits] gentoo-x86 commit in games-puzzle/4stattack: 4stattack-2.1.4.ebuild ChangeLog

2014-12-16 Thread Michael Sterrett (mr_bones_)
mr_bones_14/12/17 00:06:08

  Modified: 4stattack-2.1.4.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.10 games-puzzle/4stattack/4stattack-2.1.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/4stattack/4stattack-2.1.4.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/4stattack/4stattack-2.1.4.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/4stattack/4stattack-2.1.4.ebuild?r1=1.9&r2=1.10

Index: 4stattack-2.1.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-puzzle/4stattack/4stattack-2.1.4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- 4stattack-2.1.4.ebuild  15 Mar 2007 14:07:57 -  1.9
+++ 4stattack-2.1.4.ebuild  17 Dec 2014 00:06:08 -  1.10
@@ -1,7 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-puzzle/4stattack/4stattack-2.1.4.ebuild,v 1.9 
2007/03/15 14:07:57 nyhm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-puzzle/4stattack/4stattack-2.1.4.ebuild,v 1.10 
2014/12/17 00:06:08 mr_bones_ Exp $
 
+EAPI=5
 inherit eutils games
 
 DESCRIPTION="Connect-4 game, single or network multiplayer"
@@ -13,14 +14,12 @@
 KEYWORDS="~amd64 hppa ppc x86"
 IUSE=""
 
+DEPEND=""
 RDEPEND="dev-python/pygame"
 
 S=${WORKDIR}/4stAttack-${PV}
 
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-
+src_prepare() {
# move the doc files aside so it's easier to install the game files
mv README.txt credits.txt changelog.txt ..
rm -f GPL version~
@@ -32,7 +31,7 @@
 src_install() {
games_make_wrapper ${PN} "python ${PN}.py" "${GAMES_DATADIR}"/${PN}
insinto "${GAMES_DATADIR}"/${PN}
-   doins -r * || die "doins failed"
+   doins -r *
newicon kde/icons/48x48/forcedattack2.png ${PN}.png
make_desktop_entry ${PN} "4st Attack 2"
dodoc ../{README.txt,credits.txt,changelog.txt}



1.9  games-puzzle/4stattack/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/4stattack/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   15 Mar 2007 14:07:57 -  1.8
+++ ChangeLog   17 Dec 2014 00:06:08 -  1.9
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/4stattack
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/4stattack/ChangeLog,v 1.8 
2007/03/15 14:07:57 nyhm Exp $
+# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/4stattack/ChangeLog,v 1.9 
2014/12/17 00:06:08 mr_bones_ Exp $
+
+  17 Dec 2014; Michael Sterrett  4stattack-2.1.4.ebuild:
+  EAPI=5
 
   15 Mar 2007; Tristan Heaven  4stattack-2.1.4.ebuild:
   Install menu entry, bug #159770
@@ -23,4 +26,3 @@
   30 Jul 2003; Michael Sterrett  4stattack-2.1.4.ebuild:
   initial commit.  ebuild and patch supplied by Rob Cakebread via bug 25229 
then
   modified a bit.
-






[gentoo-commits] gentoo-x86 commit in games-util/xgame: xgame-1.7.1.ebuild ChangeLog

2014-12-16 Thread Michael Sterrett (mr_bones_)
mr_bones_14/12/16 23:48:21

  Modified: xgame-1.7.1.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.8  games-util/xgame/xgame-1.7.1.ebuild

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

Index: xgame-1.7.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-util/xgame/xgame-1.7.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xgame-1.7.1.ebuild  3 Jan 2006 23:11:59 -   1.7
+++ xgame-1.7.1.ebuild  16 Dec 2014 23:48:21 -  1.8
@@ -1,7 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/xgame/xgame-1.7.1.ebuild,v 1.7 
2006/01/03 23:11:59 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/xgame/xgame-1.7.1.ebuild,v 1.8 
2014/12/16 23:48:21 mr_bones_ Exp $
 
+EAPI=5
 inherit games
 
 DESCRIPTION="Run games in a separate X session"
@@ -13,10 +14,11 @@
 KEYWORDS="~amd64 ppc x86"
 IUSE=""
 
+DEPEND=
 RDEPEND="dev-lang/perl"
 
 src_install() {
-   dogamesbin xgame || die "dogamesbin failed"
+   dogamesbin xgame
dodoc README
prepgamesdirs
 }



1.8  games-util/xgame/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/xgame/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/xgame/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/xgame/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-util/xgame/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   8 Feb 2007 22:47:38 -   1.7
+++ ChangeLog   16 Dec 2014 23:48:21 -  1.8
@@ -1,6 +1,9 @@
 # ChangeLog for games-util/xgame
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/xgame/ChangeLog,v 1.7 2007/02/08 
22:47:38 wolf31o2 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/xgame/ChangeLog,v 1.8 2014/12/16 
23:48:21 mr_bones_ Exp $
+
+  16 Dec 2014; Michael Sterrett  xgame-1.7.1.ebuild:
+  EAPI=5
 
   08 Feb 2007; Chris Gianelloni  ChangeLog:
   Regenerate digest in Manifest2 format.
@@ -25,4 +28,3 @@
   03 Dec 2004; Michael Kohl  +metadata.xml,
   +xgame-1.7.1.ebuild:
   Initial commit; ebuild submitted by Nexu  in bug #66714
-






[gentoo-commits] gentoo-x86 commit in games-server/monopd: monopd-0.9.7.ebuild ChangeLog

2014-12-16 Thread Michael Sterrett (mr_bones_)
mr_bones_14/12/16 23:22:35

  Modified: ChangeLog
  Added:monopd-0.9.7.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.23 games-server/monopd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/monopd/ChangeLog?rev=1.23&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/monopd/ChangeLog?rev=1.23&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/monopd/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-server/monopd/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   15 Dec 2011 17:53:14 -  1.22
+++ ChangeLog   16 Dec 2014 23:22:35 -  1.23
@@ -1,6 +1,12 @@
 # ChangeLog for games-server/monopd
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/monopd/ChangeLog,v 1.22 
2011/12/15 17:53:14 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-server/monopd/ChangeLog,v 1.23 
2014/12/16 23:22:35 mr_bones_ Exp $
+
+*monopd-0.9.7 (16 Dec 2014)
+
+  16 Dec 2014; Michael Sterrett  +files/monopd.in,
+  +monopd-0.9.7.ebuild:
+  version bump
 
   15 Dec 2011; Michael Sterrett  monopd-0.9.3-r1.ebuild:
   EAPI=2; tidy
@@ -104,4 +110,3 @@
 
   1 Aug 2002; J. Alberto Suárez López  monopd-0.4.3.ebuild
   First relase 
-



1.1  games-server/monopd/monopd-0.9.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/monopd/monopd-0.9.7.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/monopd/monopd-0.9.7.ebuild?rev=1.1&content-type=text/plain

Index: monopd-0.9.7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-server/monopd/monopd-0.9.7.ebuild,v 
1.1 2014/12/16 23:22:35 mr_bones_ Exp $

EAPI=5
inherit autotools eutils systemd games

DESCRIPTION="server for atlantik games"
HOMEPAGE="http://gtkatlantic.gradator.net/";
SRC_URI="http://download.tuxfamily.org/gtkatlantic/monopd/${P}.tar.gz";

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

RDEPEND="systemd? ( sys-apps/systemd )"
DEPEND="${RDEPEND}
>=sys-libs/libmath++-0.0.3"

src_prepare() {
sed "s:GENTOO_DIR:\"${GAMES_BINDIR}\":" \
"${FILESDIR}"/monopd.in > "${T}"/monopd || die
sed -i \
-e '/C_SUBST(CXXFLAGS/s/CFLAGS/CXXFLAGS/' \
configure.ac || die
eautoreconf
}

src_configure() {
egamesconf $(use_with systemd systemd-daemon)
}

src_install() {
default
doinitd "${T}"/monopd
systemd_dounit doc/systemd/monopd.s*
prepgamesdirs
}






[gentoo-commits] gentoo-x86 commit in games-server/monopd/files: monopd.in

2014-12-16 Thread Michael Sterrett (mr_bones_)
mr_bones_14/12/16 23:22:35

  Added:monopd.in
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  games-server/monopd/files/monopd.in

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/monopd/files/monopd.in?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/monopd/files/monopd.in?rev=1.1&content-type=text/plain

Index: monopd.in
===
#!/sbin/runscript
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-server/monopd/files/monopd.in,v 1.1 
2014/12/16 23:22:35 mr_bones_ Exp $

depend() {
use net
}

start() {
ebegin "Starting monopd server"
start-stop-daemon --start -q -b --exec GENTOO_DIR/monopd
eend $?
}

stop() {
ebegin "Stopping monopd server"
start-stop-daemon --stop -q --exec GENTOO_DIR/monopd
eend $?
}






[gentoo-commits] gentoo-x86 commit in app-editors/xemacs: xemacs-21.5.33.ebuild xemacs-21.5.31.ebuild ChangeLog

2014-12-16 Thread Jeroen Roovers (jer)
jer 14/12/16 23:21:06

  Modified: xemacs-21.5.33.ebuild xemacs-21.5.31.ebuild
ChangeLog
  Log:
  Do not export variables in the global scope (bug #527076).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.4  app-editors/xemacs/xemacs-21.5.33.ebuild

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

Index: xemacs-21.5.33.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.33.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xemacs-21.5.33.ebuild   3 Nov 2014 11:08:09 -   1.3
+++ xemacs-21.5.33.ebuild   16 Dec 2014 23:21:06 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.33.ebuild,v 
1.3 2014/11/03 11:08:09 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.33.ebuild,v 
1.4 2014/12/16 23:21:06 jer Exp $
 
 # Note: xemacs currently does not work with a hardened profile. If you
 # want to use xemacs on a hardened profile then compile with the
@@ -8,7 +8,7 @@
 
 EAPI=4
 
-export WANT_AUTOCONF="2.5"
+WANT_AUTOCONF="2.5"
 inherit eutils flag-o-matic multilib
 
 DESCRIPTION="highly customizable open source text editor and application 
development system"



1.14 app-editors/xemacs/xemacs-21.5.31.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.5.31.ebuild?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.5.31.ebuild?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.5.31.ebuild?r1=1.13&r2=1.14

Index: xemacs-21.5.31.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.31.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- xemacs-21.5.31.ebuild   3 Nov 2014 11:08:09 -   1.13
+++ xemacs-21.5.31.ebuild   16 Dec 2014 23:21:06 -  1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.31.ebuild,v 
1.13 2014/11/03 11:08:09 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.31.ebuild,v 
1.14 2014/12/16 23:21:06 jer Exp $
 
 # Note: xemacs currently does not work with a hardened profile. If you
 # want to use xemacs on a hardened profile then compile with the
@@ -8,7 +8,7 @@
 
 EAPI=4
 
-export WANT_AUTOCONF="2.5"
+WANT_AUTOCONF="2.5"
 inherit eutils flag-o-matic multilib
 
 DESCRIPTION="highly customizable open source text editor and application 
development system"



1.188app-editors/xemacs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.188&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.188&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?r1=1.187&r2=1.188

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- ChangeLog   4 Dec 2014 19:02:33 -   1.187
+++ ChangeLog   16 Dec 2014 23:21:06 -  1.188
@@ -1,6 +1,10 @@
 # ChangeLog for app-editors/xemacs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.187 
2014/12/04 19:02:33 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.188 
2014/12/16 23:21:06 jer Exp $
+
+  16 Dec 2014; Jeroen Roovers  xemacs-21.5.31.ebuild,
+  xemacs-21.5.33.ebuild:
+  Do not export variables in the global scope (bug #527076).
 
   04 Dec 2014; Ulrich Müller  -xemacs-21.4.22-r2.ebuild,
   -xemacs-21.4.22-r3.ebuild:






[gentoo-commits] gentoo-x86 commit in net-analyzer/aimsniff: aimsniff-0.9d.ebuild ChangeLog

2014-12-16 Thread Jeroen Roovers (jer)
jer 14/12/16 23:12:55

  Modified: aimsniff-0.9d.ebuild ChangeLog
  Log:
  Drop RESTRICT="mirror".
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.2  net-analyzer/aimsniff/aimsniff-0.9d.ebuild

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

Index: aimsniff-0.9d.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/aimsniff/aimsniff-0.9d.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- aimsniff-0.9d.ebuild13 Dec 2014 20:58:24 -  1.1
+++ aimsniff-0.9d.ebuild16 Dec 2014 23:12:55 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/aimsniff/aimsniff-0.9d.ebuild,v 1.1 
2014/12/13 20:58:24 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/aimsniff/aimsniff-0.9d.ebuild,v 1.2 
2014/12/16 23:12:55 jer Exp $
 
 EAPI=5
 
@@ -35,8 +35,6 @@
 
 want_apache2 http
 
-RESTRICT="mirror"
-
 pkg_setup() {
depend.apache_pkg_setup http
 



1.37 net-analyzer/aimsniff/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/aimsniff/ChangeLog?rev=1.37&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/aimsniff/ChangeLog?rev=1.37&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/aimsniff/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/aimsniff/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   13 Dec 2014 20:58:24 -  1.36
+++ ChangeLog   16 Dec 2014 23:12:55 -  1.37
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/aimsniff
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/aimsniff/ChangeLog,v 1.36 
2014/12/13 20:58:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/aimsniff/ChangeLog,v 1.37 
2014/12/16 23:12:55 jer Exp $
+
+  16 Dec 2014; Jeroen Roovers  aimsniff-0.9d.ebuild:
+  Drop RESTRICT="mirror".
 
 *aimsniff-0.9d (13 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-vcs/git-annex: git-annex-5.20141203.ebuild ChangeLog

2014-12-16 Thread Sergei Trofimovich (slyfox)
slyfox  14/12/16 23:08:28

  Modified: ChangeLog
  Added:git-annex-5.20141203.ebuild
  Log:
  Version bump (bug #532090 by Manuel Rüger).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.33 dev-vcs/git-annex/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/ChangeLog?rev=1.33&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/ChangeLog?rev=1.33&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   10 Nov 2014 09:57:50 -  1.32
+++ ChangeLog   16 Dec 2014 23:08:28 -  1.33
@@ -1,6 +1,12 @@
 # ChangeLog for dev-vcs/git-annex
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/ChangeLog,v 1.32 
2014/11/10 09:57:50 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/ChangeLog,v 1.33 
2014/12/16 23:08:28 slyfox Exp $
+
+*git-annex-5.20141203 (16 Dec 2014)
+
+  16 Dec 2014; Sergei Trofimovich 
+  +git-annex-5.20141203.ebuild:
+  Version bump (bug #532090 by Manuel Rüger).
 
 *git-annex-5.20141125 (10 Nov 2014)
 



1.1  dev-vcs/git-annex/git-annex-5.20141203.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/git-annex-5.20141203.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/git-annex-5.20141203.ebuild?rev=1.1&content-type=text/plain

Index: git-annex-5.20141203.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/git-annex/git-annex-5.20141203.ebuild,v 1.1 
2014/12/16 23:08:28 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.3.5

CABAL_FEATURES="bin"
inherit haskell-cabal

DESCRIPTION="manage files with git, without checking their contents into git"
HOMEPAGE="http://git-annex.branchable.com/";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
RESTRICT="test"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux"
IUSE="android androidsplice +assistant +cryptohash +dbus +dns doc 
+desktop-notify ekg +feed +inotify +pairing +production +quvi +s3 +tahoe +tdfa 
+testsuite +webapp +webapp-secure +webdav +xmpp"

RDEPEND="dev-vcs/git
"
DEPEND="${RDEPEND}
dev-haskell/async
dev-haskell/bloomfilter
>=dev-haskell/cabal-1.8
dev-haskell/case-insensitive
dev-haskell/dataenc
dev-haskell/data-default
dev-haskell/dlist
dev-haskell/edit-distance
>=dev-haskell/exceptions-0.6
dev-haskell/hslogger
dev-haskell/http-conduit
dev-haskell/http-types
dev-haskell/ifelse
dev-haskell/json[generic]
dev-haskell/missingh
dev-haskell/monad-control
>=dev-haskell/mtl-2
>=dev-haskell/network-2.0
>=dev-haskell/quickcheck-2.1:2
dev-haskell/random
dev-haskell/safesemaphore
dev-haskell/sha
>=dev-haskell/stm-2.3
dev-haskell/text
dev-haskell/transformers
dev-haskell/unix-compat
dev-haskell/utf8-string
dev-haskell/uuid
>=dev-lang/ghc-7.4.1
android? ( dev-haskell/data-endian )
assistant? ( >=dev-haskell/stm-2.3
inotify? ( dev-haskell/hinotify ) )
cryptohash? ( >=dev-haskell/cryptohash-0.10.0 )
dbus? ( >=dev-haskell/dbus-0.10.3 )
dns? ( dev-haskell/dns )
ekg? ( dev-haskell/aeson
dev-haskell/ekg
dev-haskell/http-types )
feed? ( dev-haskell/feed )
pairing? ( dev-haskell/network-info
dev-haskell/network-multicast )
quvi? ( dev-haskell/aeson )
s3? ( >=dev-haskell/aws-0.9.2
dev-haskell/conduit
dev-haskell/conduit-extra
dev-haskell/resourcet )
tdfa? ( dev-haskell/regex-tdfa )
tahoe? ( dev-haskell/aeson )
testsuite? (
dev-haskell/crypto-api
>=dev-haskell/tasty-0.7
dev-haskell/tasty-hunit
dev-haskell/tasty-quickcheck
dev-haskell/tasty-rerun
>=dev-haskell/optparse-applicative-0.9.1
)
webapp? ( dev-haskell/blaze-builder
dev-haskell/aeson
dev-haskell/clientsession
dev-haskell/crypto-

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

2014-12-16 Thread Ian Delaney (idella4)
idella4 14/12/16 23:04:46

  Modified: testtools-1.2.0.ebuild ChangeLog
  Log:
  add new dep, rm unneeded prepare phase. closes bug #532720
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/testtools/testtools-1.2.0.ebuild

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

Index: testtools-1.2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/testtools/testtools-1.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- testtools-1.2.0.ebuild  16 Dec 2014 11:41:25 -  1.1
+++ testtools-1.2.0.ebuild  16 Dec 2014 23:04:46 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/testtools/testtools-1.2.0.ebuild,v 1.1 
2014/12/16 11:41:25 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/testtools/testtools-1.2.0.ebuild,v 1.2 
2014/12/16 23:04:46 idella4 Exp $
 
 EAPI=5
 
@@ -25,21 +25,13 @@
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( $(python_gen_cond_dep 
'dev-python/twisted-core[${PYTHON_USEDEP}]' python2_7) )"
+   test? ( $(python_gen_cond_dep 
'dev-python/twisted-core[${PYTHON_USEDEP}]' python2_7)
+   dev-python/unittest2[${PYTHON_USEDEP}] )"
 
 python_compile_all() {
use doc && emake -C doc html
 }
 
-python_prepare_all() {
-   # Take out failing tests
-   # https://bugs.launchpad.net/testtools/+bug/1380918
-#  sed -e 's:test_test_module:_&:' -e 's:test_test_suite:_&:' \
-#  -i testtools/tests/test_distutilscmd.py || die
-
-   distutils-r1_python_prepare_all
-}
-
 python_test() {
esetup.py test
 }



1.111dev-python/testtools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/testtools/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog   16 Dec 2014 11:41:25 -  1.110
+++ ChangeLog   16 Dec 2014 23:04:46 -  1.111
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/testtools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testtools/ChangeLog,v 1.110 
2014/12/16 11:41:25 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testtools/ChangeLog,v 1.111 
2014/12/16 23:04:46 idella4 Exp $
+
+  16 Dec 2014; Ian Delaney  testtools-1.1.0.ebuild,
+  testtools-1.2.0.ebuild:
+  add new dep, rm unneeded prepare phase. closes bug #532720
 
 *testtools-1.2.0 (16 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-haskell/aws: metadata.xml aws-0.11.ebuild ChangeLog

2014-12-16 Thread Sergei Trofimovich (slyfox)
slyfox  14/12/16 23:05:28

  Added:metadata.xml aws-0.11.ebuild ChangeLog
  Log:
  Initial import. Library to access Amazon AWS API (used by git-annex).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.1  dev-haskell/aws/metadata.xml

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

Index: metadata.xml
===

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

haskell

Bindings for Amazon Web Services (AWS), with the aim of 
supporting all AWS services. To see a high level overview of the library, see 
the README at ;.





1.1  dev-haskell/aws/aws-0.11.ebuild

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

Index: aws-0.11.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/aws/aws-0.11.ebuild,v 1.1 
2014/12/16 23:05:28 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.4.

CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal

DESCRIPTION="Amazon Web Services (AWS) for Haskell"
HOMEPAGE="http://github.com/aristidb/aws";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""

RESTRICT=test # needs AWS account

RDEPEND=">=dev-haskell/aeson-0.6:=[profile?]
>=dev-haskell/attoparsec-0.11:=[profile?] 
=dev-haskell/base16-bytestring-0.1:=[profile?] 
=dev-haskell/base64-bytestring-1.0:=[profile?] 
=dev-haskell/blaze-builder-0.2.1.4:=[profile?] 
=dev-haskell/byteable-0.1:=[profile?] 
=dev-haskell/case-insensitive-0.2:=[profile?] 
=dev-haskell/cereal-0.3:=[profile?] =dev-haskell/conduit-1.1:=[profile?] 
=dev-haskell/conduit-extra-1.1:=[profile?] 
=dev-haskell/cryptohash-0.11:=[profile?] 
=dev-haskell/data-default-0.5.3:=[profile?] 
=dev-haskell/http-conduit-2.1:=[profile?] 
=dev-haskell/http-types-0.7:=[profile?] 
=dev-haskell/lifted-base-0.1:=[profile?] 
=dev-haskell/monad-control-0.3:=[profile?]
>=dev-haskell/mtl-2:=[profile?] =dev-haskell/network-2:=[profile?] =dev-haskell/resourcet-1.1:=[profile?] 
=dev-haskell/safe-0.3:=[profile?] =dev-haskell/scientific-0.3:=[profile?]
>=dev-haskell/tagged-0.7:=[profile?] =dev-haskell/text-0.11:=[profile?]
>=dev-haskell/transformers-0.2.2:=[profile?] 
=dev-haskell/unordered-containers-0.2:=[profile?]
>=dev-haskell/utf8-string-0.3:=[profile?] 
=dev-haskell/vector-0.10:=[profile?]
>=dev-haskell/xml-conduit-1.2:=[profile?] 
=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10
"

src_configure() {
haskell-cabal_src_configure \
--flags=-examples
}



1.1  dev-haskell/aws/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-haskell/aws
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/aws/ChangeLog,v 1.1 2014/12/16 
23:05:28 slyfox Exp $

*aws-0.11 (16 Dec 2014)

  16 Dec 2014; Sergei Trofimovich  +aws-0.11.ebuild,
  +metadata.xml:
  Initial import. Library to access Amazon AWS API (used by git-annex).






[gentoo-commits] gentoo-x86 commit in dev-haskell/aws: - New directory

2014-12-16 Thread Sergei Trofimovich (slyfox)
slyfox  14/12/16 23:02:32

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-haskell/aws added to the repository



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

2014-12-16 Thread Christoph Junghans
commit: 9de62a119a29eaa8b1a9a616864c452d3ae4f8c9
Author: Justin  gentoo  org>
AuthorDate: Mon Dec 15 15:23:08 2014 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Dec 15 15:23:08 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9de62a11

Merge pull request #302 from maaskola/sci-biology/discrover

sci-biology/discrover: version bump; add to RDEPEND


 sci-biology/discrover/ChangeLog   | 11 +++
 sci-biology/discrover/Manifest|  2 +-
 .../{discrover-1.1.2.ebuild => discrover-1.3.1.ebuild}|  1 +
 sci-biology/discrover/discrover-.ebuild   |  1 +
 4 files changed, 14 insertions(+), 1 deletion(-)



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

2014-12-16 Thread Christoph Junghans
commit: 67a9c33f862597ba1d5d213b2ee8803050345b7c
Author: Christoph Junghans  gentoo  org>
AuthorDate: Tue Dec 16 23:01:42 2014 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Tue Dec 16 23:01:42 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=67a9c33f

Merge branch 'master' of ssh://github.com/gentoo-science/sci


 sci-biology/discrover/ChangeLog   | 11 +++
 sci-biology/discrover/Manifest|  2 +-
 .../{discrover-1.1.2.ebuild => discrover-1.3.1.ebuild}|  1 +
 sci-biology/discrover/discrover-.ebuild   |  1 +
 4 files changed, 14 insertions(+), 1 deletion(-)



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

2014-12-16 Thread Christoph Junghans
commit: 9625aabce6e38948b057246b4b994d1710d1dc26
Author: Jonas Maaskola  maaskola  de>
AuthorDate: Mon Dec 15 14:32:08 2014 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Dec 15 14:32:08 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9625aabc

sci-biology/discrover: version bump; add to RDEPEND

Bump ebuild for new release.
When the USE flag "logo" is used, we also need to depend on texlive-latexextra 
for the standalone package.

Package-Manager: portage-2.2.14

---
 sci-biology/discrover/ChangeLog   | 11 +++
 .../{discrover-1.1.2.ebuild => discrover-1.3.1.ebuild}|  1 +
 sci-biology/discrover/discrover-.ebuild   |  1 +
 3 files changed, 13 insertions(+)

diff --git a/sci-biology/discrover/ChangeLog b/sci-biology/discrover/ChangeLog
new file mode 100644
index 000..8994dda
--- /dev/null
+++ b/sci-biology/discrover/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for sci-biology/discrover
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*discrover-1.3.1 (15 Dec 2014)
+
+  15 Dec 2014; Jonas Maaskola  +discrover-1.3.1.ebuild,
+  -discrover-1.1.2.ebuild, discrover-.ebuild:
+  sci-biology/discrover: version bump; add to RDEPEND  Bump ebuild for new
+  release. When the USE flag "logo" is used, we also need to depend on texlive-
+  latexextra for the standalone package.

diff --git a/sci-biology/discrover/discrover-1.1.2.ebuild 
b/sci-biology/discrover/discrover-1.3.1.ebuild
similarity index 98%
rename from sci-biology/discrover/discrover-1.1.2.ebuild
rename to sci-biology/discrover/discrover-1.3.1.ebuild
index f1cac2a..c892c73 100644
--- a/sci-biology/discrover/discrover-1.1.2.ebuild
+++ b/sci-biology/discrover/discrover-1.3.1.ebuild
@@ -20,6 +20,7 @@ RDEPEND="
logo? (
dev-lang/ruby
dev-texlive/texlive-latex
+   dev-texlive/texlive-latexextra
dev-tex/pgf
dev-tex/xcolor
media-gfx/imagemagick

diff --git a/sci-biology/discrover/discrover-.ebuild 
b/sci-biology/discrover/discrover-.ebuild
index 1d0ac53..d01dfdc 100644
--- a/sci-biology/discrover/discrover-.ebuild
+++ b/sci-biology/discrover/discrover-.ebuild
@@ -20,6 +20,7 @@ RDEPEND="
logo? (
dev-lang/ruby
dev-texlive/texlive-latex
+   dev-texlive/texlive-latexextra
dev-tex/pgf
dev-tex/xcolor
media-gfx/imagemagick



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

2014-12-16 Thread Christoph Junghans
commit: 81407a3bf37806b87c1834d0df71cfb63d66c56d
Author: Christoph Junghans  gentoo  org>
AuthorDate: Tue Dec 16 23:00:42 2014 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Tue Dec 16 23:00:42 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=81407a3b

fixed deps (bug #532752)

Package-Manager: portage-2.2.14

---
 sci-libs/mlpack/ChangeLog   | 3 +++
 sci-libs/mlpack/mlpack-1.0.8.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-libs/mlpack/ChangeLog b/sci-libs/mlpack/ChangeLog
index d35039b..201b2f8 100644
--- a/sci-libs/mlpack/ChangeLog
+++ b/sci-libs/mlpack/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  16 Dec 2014; Christoph Junghans  mlpack-1.0.8.ebuild:
+  fixed deps (bug #532752)
+
   16 Sep 2014; Christoph Junghans  mlpack-1.0.8.ebuild:
   fixed deps
 

diff --git a/sci-libs/mlpack/mlpack-1.0.8.ebuild 
b/sci-libs/mlpack/mlpack-1.0.8.ebuild
index 01cc0f5..66c3d8a 100644
--- a/sci-libs/mlpack/mlpack-1.0.8.ebuild
+++ b/sci-libs/mlpack/mlpack-1.0.8.ebuild
@@ -18,7 +18,7 @@ IUSE="debug doc"
 RDEPEND="
dev-libs/boost
dev-libs/libxml2
-   sci-libs/armadillo[lapack]"
+   >=sci-libs/armadillo-3.6.0[lapack]"
 
 DEPEND="${DEPEND}
app-text/txt2man



[gentoo-commits] gentoo-x86 commit in net-analyzer/nagvis: nagvis-1.6.6.ebuild ChangeLog

2014-12-16 Thread Pacho Ramos (pacho)
pacho   14/12/16 22:34:42

  Modified: nagvis-1.6.6.ebuild ChangeLog
  Log:
  confutils was wrongly set making this unbuildable due missing sqlite3 dep, 
dropping its usage as USE deps in RDEPEND are enough
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.5  net-analyzer/nagvis/nagvis-1.6.6.ebuild

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

Index: nagvis-1.6.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagvis/nagvis-1.6.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nagvis-1.6.6.ebuild 10 Aug 2014 20:58:48 -  1.4
+++ nagvis-1.6.6.ebuild 16 Dec 2014 22:34:42 -  1.5
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagvis/nagvis-1.6.6.ebuild,v 
1.4 2014/08/10 20:58:48 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagvis/nagvis-1.6.6.ebuild,v 
1.5 2014/12/16 22:34:42 pacho Exp $
 
-EAPI=4
+EAPI=5
 
-inherit eutils confutils depend.php depend.apache
+inherit eutils depend.php depend.apache
 
 DESCRIPTION="NagVis is a visualization addon for the well known network 
managment system Nagios"
 HOMEPAGE="http://www.nagvis.org/";
@@ -26,7 +26,6 @@
 want_apache2
 
 pkg_setup() {
-   confutils_require_built_with_all dev-lang/php gd nls json session pdo 
sqlite3 sockets mysql unicode xml
depend.apache_pkg_setup
 }
 



1.16 net-analyzer/nagvis/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagvis/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   10 Aug 2014 20:58:48 -  1.15
+++ ChangeLog   16 Dec 2014 22:34:42 -  1.16
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/nagvis
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagvis/ChangeLog,v 1.15 
2014/08/10 20:58:48 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagvis/ChangeLog,v 1.16 
2014/12/16 22:34:42 pacho Exp $
+
+  16 Dec 2014; Pacho Ramos  nagvis-1.6.6.ebuild:
+  confutils was wrongly set making this unbuildable due missing sqlite3 dep,
+  dropping its usage as USE deps in RDEPEND are enough
 
   10 Aug 2014; Sergei Trofimovich  nagvis-1.6.6.ebuild:
   QA: drop trailing '.' from DESCRIPTION






[gentoo-commits] proj/api:master commit in: files/mirrors/

2014-12-16 Thread Alex Legler
commit: e8f08a148729541e553ca3efbba5c76eb974211a
Author: Alex Legler  a3li  li>
AuthorDate: Tue Dec 16 22:24:31 2014 +
Commit: Alex Legler  gentoo  org>
CommitDate: Tue Dec 16 22:24:31 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=e8f08a14

Remove anl.gov, bug 532384

---
 files/mirrors/distfiles.xml | 6 --
 1 file changed, 6 deletions(-)

diff --git a/files/mirrors/distfiles.xml b/files/mirrors/distfiles.xml
index 1ad8225..e1dd955 100644
--- a/files/mirrors/distfiles.xml
+++ b/files/mirrors/distfiles.xml
@@ -70,12 +70,6 @@
   http://mirror.usu.edu/mirrors/gentoo/
 
 
-  Argonne National Laboratory
-  http://mirror.mcs.anl.gov/pub/gentoo/
-  ftp://mirror.mcs.anl.gov/pub/gentoo/
-  rsync://mirror.mcs.anl.gov/gentoo/
-
-
   Easynews NNTP Hosting
   http://gentoo.mirrors.easynews.com/linux/gentoo/
 



[gentoo-commits] gentoo commit in xml/htdocs/main/en: mirrors3.xml

2014-12-16 Thread Alex Legler (a3li)
a3li14/12/16 22:25:44

  Modified: mirrors3.xml
  Log:
  remove anl.gov, bug 532384

Revision  ChangesPath
1.191xml/htdocs/main/en/mirrors3.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?rev=1.191&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?rev=1.191&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?r1=1.190&r2=1.191

Index: mirrors3.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors3.xml,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -r1.190 -r1.191
--- mirrors3.xml16 Dec 2014 22:19:46 -  1.190
+++ mirrors3.xml16 Dec 2014 22:25:43 -  1.191
@@ -1,5 +1,5 @@
 
-
+
 
 
 
@@ -80,12 +80,6 @@
   http://mirror.usu.edu/mirrors/gentoo/
 
 
-  Argonne National Laboratory
-  http://mirror.mcs.anl.gov/pub/gentoo/
-  ftp://mirror.mcs.anl.gov/pub/gentoo/
-  rsync://mirror.mcs.anl.gov/gentoo/
-
-
   Easynews NNTP Hosting
   http://gentoo.mirrors.easynews.com/linux/gentoo/
 






[gentoo-commits] proj/api:master commit in: files/mirrors/

2014-12-16 Thread Alex Legler
commit: fbb46e0f0c4fcfa2378cb74d5e6188f2076a7e31
Author: Alex Legler  a3li  li>
AuthorDate: Tue Dec 16 21:33:25 2014 +
Commit: Alex Legler  gentoo  org>
CommitDate: Tue Dec 16 21:33:25 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=fbb46e0f

Remove the-best-hosting.net, bug 527638

---
 files/mirrors/distfiles.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/files/mirrors/distfiles.xml b/files/mirrors/distfiles.xml
index 39a8bad..7e1b8b9 100644
--- a/files/mirrors/distfiles.xml
+++ b/files/mirrors/distfiles.xml
@@ -20,10 +20,6 @@
   http://gentoo.gossamerhost.com
   rsync://gentoo.gossamerhost.com/gentoo-distfiles/
 
-
-  mirror.the-best-hosting.net
-  http://mirror.the-best-hosting.net
-
   
   
 



[gentoo-commits] proj/api:master commit in: files/mirrors/

2014-12-16 Thread Alex Legler
commit: 8e4e84ac3a6f6bbbc9674c950d06a866805ede1e
Author: Alex Legler  a3li  li>
AuthorDate: Tue Dec 16 21:32:14 2014 +
Commit: Alex Legler  gentoo  org>
CommitDate: Tue Dec 16 21:32:14 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=8e4e84ac

Remove rsync3.de, bug 529662

---
 files/mirrors/rsync.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/files/mirrors/rsync.xml b/files/mirrors/rsync.xml
index 09cc82f..1ffac30 100644
--- a/files/mirrors/rsync.xml
+++ b/files/mirrors/rsync.xml
@@ -119,10 +119,6 @@
   rsync://rsync1.de.gentoo.org
 
 
-  hosteurope.de - rsync3.de.gentoo.org
-  rsync://rsync3.de.gentoo.org
-
-
   I-Node - rsync5.de.gentoo.org
   rsync://rsync5.de.gentoo.org
 



[gentoo-commits] proj/api:master commit in: files/mirrors/

2014-12-16 Thread Alex Legler
commit: 1c135d2cc0c6c3366ab64b0d97118ca02660a9a8
Author: Alex Legler  a3li  li>
AuthorDate: Tue Dec 16 22:18:56 2014 +
Commit: Alex Legler  gentoo  org>
CommitDate: Tue Dec 16 22:18:56 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=1c135d2c

Remove rsync service of gentoo-distfiles, bug 394771

---
 files/mirrors/distfiles.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/files/mirrors/distfiles.xml b/files/mirrors/distfiles.xml
index 7e1b8b9..1ad8225 100644
--- a/files/mirrors/distfiles.xml
+++ b/files/mirrors/distfiles.xml
@@ -449,7 +449,6 @@
 
 
   Star Studio of UESTC
-  rsync://mirrors.stuhome.net/gentoo/
   http://mirrors.stuhome.net/gentoo/
   ftp://mirrors.stuhome.net/gentoo/
 



[gentoo-commits] proj/api:master commit in: files/mirrors/

2014-12-16 Thread Alex Legler
commit: ee89dd3428d1677d5896b74791ac542851e0524f
Author: Alex Legler  a3li  li>
AuthorDate: Tue Dec 16 21:36:00 2014 +
Commit: Alex Legler  gentoo  org>
CommitDate: Tue Dec 16 21:36:00 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=ee89dd34

Remove rsync6.ca, bug 527638

---
 files/mirrors/rsync.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/files/mirrors/rsync.xml b/files/mirrors/rsync.xml
index 1ffac30..20960da 100644
--- a/files/mirrors/rsync.xml
+++ b/files/mirrors/rsync.xml
@@ -24,10 +24,6 @@
   Arctic Network Mirrors - rsync5.ca.gentoo.org
   rsync://rsync5.ca.gentoo.org
 
-
-  mirror.the-best-hosting.net - rsync6.ca.gentoo.org
-  rsync://rsync6.ca.gentoo.org
-
   
   
 



[gentoo-commits] proj/api:master commit in: files/mirrors/

2014-12-16 Thread Alex Legler
commit: a2a2adeeb3a7f07b603ffb561da208b72a479f42
Author: Alex Legler  a3li  li>
AuthorDate: Tue Dec 16 21:26:38 2014 +
Commit: Alex Legler  gentoo  org>
CommitDate: Tue Dec 16 21:26:38 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=a2a2adee

Remove gentoo.mneisen.org, bug 532210

---
 files/mirrors/distfiles.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/files/mirrors/distfiles.xml b/files/mirrors/distfiles.xml
index c82cf54..39a8bad 100644
--- a/files/mirrors/distfiles.xml
+++ b/files/mirrors/distfiles.xml
@@ -242,10 +242,6 @@
   rsync://ftp-stud.hs-esslingen.de/gentoo/
 
 
-  mneisen.org
-  http://gentoo.mneisen.org/
-
-
   de-mirror.org
   ftp://de-mirror.org/gentoo/
   http://de-mirror.org/gentoo/



[gentoo-commits] gentoo commit in xml/htdocs/main/en: mirrors3.xml

2014-12-16 Thread Alex Legler (a3li)
a3li14/12/16 22:19:46

  Modified: mirrors3.xml
  Log:
  Remove rsync service of gentoo-distfiles, bug 394771

Revision  ChangesPath
1.190xml/htdocs/main/en/mirrors3.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?rev=1.190&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?rev=1.190&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?r1=1.189&r2=1.190

Index: mirrors3.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors3.xml,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -r1.189 -r1.190
--- mirrors3.xml16 Dec 2014 21:33:58 -  1.189
+++ mirrors3.xml16 Dec 2014 22:19:46 -  1.190
@@ -1,5 +1,5 @@
 
-
+
 
 
 
@@ -497,7 +497,6 @@
 
 
   Star Studio of UESTC
-  rsync://mirrors.stuhome.net/gentoo/
   http://mirrors.stuhome.net/gentoo/
   ftp://mirrors.stuhome.net/gentoo/
 






[gentoo-commits] gentoo commit in xml/htdocs/main/en: mirrors-rsync-data.xml

2014-12-16 Thread Alex Legler (a3li)
a3li14/12/16 21:35:53

  Modified: mirrors-rsync-data.xml
  Log:
  remove rsync3.de, bug 529662

Revision  ChangesPath
1.70 xml/htdocs/main/en/mirrors-rsync-data.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml?rev=1.70&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml?rev=1.70&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml?r1=1.69&r2=1.70

Index: mirrors-rsync-data.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- mirrors-rsync-data.xml  16 Dec 2014 21:35:12 -  1.69
+++ mirrors-rsync-data.xml  16 Dec 2014 21:35:53 -  1.70
@@ -1,5 +1,5 @@
 
-
+
 
 
 
@@ -127,10 +127,6 @@
 Gentoo e.V. - rsync1.de.gentoo.org
 rsync://rsync1.de.gentoo.org
   
-  
-hosteurope.de - rsync3.de.gentoo.org
-rsync://rsync3.de.gentoo.org
-  
   

[gentoo-commits] gentoo commit in xml/htdocs/main/en: mirrors-rsync-data.xml

2014-12-16 Thread Alex Legler (a3li)
a3li14/12/16 21:35:12

  Modified: mirrors-rsync-data.xml
  Log:
  Remove rsync6.ca, bug 527638

Revision  ChangesPath
1.69 xml/htdocs/main/en/mirrors-rsync-data.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml?rev=1.69&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml?rev=1.69&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml?r1=1.68&r2=1.69

Index: mirrors-rsync-data.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- mirrors-rsync-data.xml  20 Apr 2014 21:33:53 -  1.68
+++ mirrors-rsync-data.xml  16 Dec 2014 21:35:12 -  1.69
@@ -1,5 +1,5 @@
 
-
+
 
 
 
@@ -32,10 +32,6 @@
 Arctic Network Mirrors - rsync5.ca.gentoo.org
 rsync://rsync5.ca.gentoo.org
   
-  
-mirror.the-best-hosting.net - rsync6.ca.gentoo.org
-rsync://rsync6.ca.gentoo.org
-  
 
 
 






[gentoo-commits] gentoo commit in xml/htdocs/main/en: mirrors3.xml

2014-12-16 Thread Alex Legler (a3li)
a3li14/12/16 21:33:58

  Modified: mirrors3.xml
  Log:
  remove the-best-hosting.net, bug 527638

Revision  ChangesPath
1.189xml/htdocs/main/en/mirrors3.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?rev=1.189&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?rev=1.189&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?r1=1.188&r2=1.189

Index: mirrors3.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors3.xml,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- mirrors3.xml16 Dec 2014 21:27:50 -  1.188
+++ mirrors3.xml16 Dec 2014 21:33:58 -  1.189
@@ -1,5 +1,5 @@
 
-
+
 
 
 
@@ -29,10 +29,6 @@
   http://gentoo.gossamerhost.com
   rsync://gentoo.gossamerhost.com/gentoo-distfiles/
 
-
-  mirror.the-best-hosting.net
-  http://mirror.the-best-hosting.net
-
 
 
 






[gentoo-commits] gentoo commit in xml/htdocs/main/en: mirrors3.xml

2014-12-16 Thread Alex Legler (a3li)
a3li14/12/16 21:27:50

  Modified: mirrors3.xml
  Log:
  Remove gentoo.mneisen.org, bug 532210

Revision  ChangesPath
1.188xml/htdocs/main/en/mirrors3.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?rev=1.188&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?rev=1.188&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?r1=1.187&r2=1.188

Index: mirrors3.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors3.xml,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- mirrors3.xml20 Apr 2014 21:33:53 -  1.187
+++ mirrors3.xml16 Dec 2014 21:27:50 -  1.188
@@ -1,5 +1,5 @@
 
-
+
 
 
 
@@ -260,10 +260,6 @@
   rsync://ftp-stud.hs-esslingen.de/gentoo/
 
 
-  mneisen.org
-  http://gentoo.mneisen.org/
-
-
   de-mirror.org
   ftp://de-mirror.org/gentoo/
   http://de-mirror.org/gentoo/






[gentoo-commits] gentoo-x86 commit in sys-kernel/gentoo-sources: gentoo-sources-3.10.63.ebuild ChangeLog

2014-12-16 Thread Mike Pagano (mpagano)
mpagano 14/12/16 20:58:21

  Modified: ChangeLog
  Added:gentoo-sources-3.10.63.ebuild
  Log:
  Linux patch 3.10.63
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B576E4E3)

Revision  ChangesPath
1.1458   sys-kernel/gentoo-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
retrieving revision 1.1457
retrieving revision 1.1458
diff -u -r1.1457 -r1.1458
--- ChangeLog   16 Dec 2014 20:39:51 -  1.1457
+++ ChangeLog   16 Dec 2014 20:58:21 -  1.1458
@@ -1,6 +1,11 @@
 # ChangeLog for sys-kernel/gentoo-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1457 2014/12/16 20:39:51 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1458 2014/12/16 20:58:21 mpagano Exp $
+
+*gentoo-sources-3.10.63 (17 Dec 2014)
+
+  17 Dec 2014; Mike Pagano  +gentoo-sources-3.10.63.ebuild:
+  Linux patch 3.10.63
 
 *gentoo-sources-3.14.27 (16 Dec 2014)
 



1.1  sys-kernel/gentoo-sources/gentoo-sources-3.10.63.ebuild

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

Index: gentoo-sources-3.10.63.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.10.63.ebuild,v
 1.1 2014/12/16 20:58:21 mpagano Exp $

EAPI="5"
ETYPE="sources"
K_WANT_GENPATCHES="base extras experimental"
K_GENPATCHES_VER="70"
K_DEBLOB_AVAILABLE="1"
inherit kernel-2
detect_version
detect_arch

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches";
IUSE="deblob experimental"

DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"

pkg_postinst() {
kernel-2_pkg_postinst
einfo "For more info on this patchset, and how to report problems, see:"
einfo "${HOMEPAGE}"

}

pkg_postrm() {
kernel-2_pkg_postrm
}






[gentoo-commits] proj/linux-patches: New tag: 3.10-70

2014-12-16 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Dec 16 20:54:04 2014 +

New tag: 3.10-70




[gentoo-commits] proj/linux-patches:3.10 commit in: /

2014-12-16 Thread Mike Pagano
commit: c52a2df8e2b1f4899816e2993c356cd6cccf730d
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Dec 17 01:48:47 2014 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Dec 17 01:48:47 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/linux-patches.git;a=commit;h=c52a2df8

Linux patch 3.10.63

---
 _README  |   4 +
 1062_linux-3.10.63.patch | 473 +++
 2 files changed, 477 insertions(+)

diff --git a/_README b/_README
index 6ea5ed3..689a2fe 100644
--- a/_README
+++ b/_README
@@ -290,6 +290,10 @@ Patch:  1061_linux-3.10.62.patch
 From:   http://www.kernel.org
 Desc:   Linux 3.10.62
 
+Patch:  1062_linux-3.10.63.patch
+From:   http://www.kernel.org
+Desc:   Linux 3.10.63
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1062_linux-3.10.63.patch b/1062_linux-3.10.63.patch
new file mode 100644
index 000..553ce98
--- /dev/null
+++ b/1062_linux-3.10.63.patch
@@ -0,0 +1,473 @@
+diff --git a/Makefile b/Makefile
+index a0b86250d6ca..9383fe24baa9 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 3
+ PATCHLEVEL = 10
+-SUBLEVEL = 62
++SUBLEVEL = 63
+ EXTRAVERSION =
+ NAME = TOSSUG Baby Fish
+ 
+diff --git a/arch/arm/kernel/sched_clock.c b/arch/arm/kernel/sched_clock.c
+index e8edcaa0e432..a57cc5d33540 100644
+--- a/arch/arm/kernel/sched_clock.c
 b/arch/arm/kernel/sched_clock.c
+@@ -51,10 +51,11 @@ static inline u64 notrace cyc_to_ns(u64 cyc, u32 mult, u32 
shift)
+   return (cyc * mult) >> shift;
+ }
+ 
+-static unsigned long long notrace cyc_to_sched_clock(u32 cyc, u32 mask)
++static unsigned long long notrace sched_clock_32(void)
+ {
+   u64 epoch_ns;
+   u32 epoch_cyc;
++  u32 cyc;
+ 
+   if (cd.suspended)
+   return cd.epoch_ns;
+@@ -73,7 +74,9 @@ static unsigned long long notrace cyc_to_sched_clock(u32 
cyc, u32 mask)
+   smp_rmb();
+   } while (epoch_cyc != cd.epoch_cyc_copy);
+ 
+-  return epoch_ns + cyc_to_ns((cyc - epoch_cyc) & mask, cd.mult, 
cd.shift);
++  cyc = read_sched_clock();
++  cyc = (cyc - epoch_cyc) & sched_clock_mask;
++  return epoch_ns + cyc_to_ns(cyc, cd.mult, cd.shift);
+ }
+ 
+ /*
+@@ -165,12 +168,6 @@ void __init setup_sched_clock(u32 (*read)(void), int 
bits, unsigned long rate)
+   pr_debug("Registered %pF as sched_clock source\n", read);
+ }
+ 
+-static unsigned long long notrace sched_clock_32(void)
+-{
+-  u32 cyc = read_sched_clock();
+-  return cyc_to_sched_clock(cyc, sched_clock_mask);
+-}
+-
+ unsigned long long __read_mostly (*sched_clock_func)(void) = sched_clock_32;
+ 
+ unsigned long long notrace sched_clock(void)
+diff --git a/arch/powerpc/kernel/vdso32/getcpu.S 
b/arch/powerpc/kernel/vdso32/getcpu.S
+index 47afd08c90f7..fe7e97a1aad9 100644
+--- a/arch/powerpc/kernel/vdso32/getcpu.S
 b/arch/powerpc/kernel/vdso32/getcpu.S
+@@ -30,8 +30,8 @@
+ V_FUNCTION_BEGIN(__kernel_getcpu)
+   .cfi_startproc
+   mfspr   r5,SPRN_USPRG3
+-  cmpdi   cr0,r3,0
+-  cmpdi   cr1,r4,0
++  cmpwi   cr0,r3,0
++  cmpwi   cr1,r4,0
+   clrlwi  r6,r5,16
+   rlwinm  r7,r5,16,31-15,31-0
+   beq cr0,1f
+diff --git a/arch/x86/include/uapi/asm/vmx.h b/arch/x86/include/uapi/asm/vmx.h
+index d651082c7cf7..7a34e8fe54bd 100644
+--- a/arch/x86/include/uapi/asm/vmx.h
 b/arch/x86/include/uapi/asm/vmx.h
+@@ -65,6 +65,7 @@
+ #define EXIT_REASON_EOI_INDUCED 45
+ #define EXIT_REASON_EPT_VIOLATION   48
+ #define EXIT_REASON_EPT_MISCONFIG   49
++#define EXIT_REASON_INVEPT  50
+ #define EXIT_REASON_PREEMPTION_TIMER52
+ #define EXIT_REASON_WBINVD  54
+ #define EXIT_REASON_XSETBV  55
+diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c
+index 51139ff34917..7112be5f1eaf 100644
+--- a/arch/x86/kvm/vmx.c
 b/arch/x86/kvm/vmx.c
+@@ -6242,6 +6242,12 @@ static int handle_vmptrst(struct kvm_vcpu *vcpu)
+   return 1;
+ }
+ 
++static int handle_invept(struct kvm_vcpu *vcpu)
++{
++  kvm_queue_exception(vcpu, UD_VECTOR);
++  return 1;
++}
++
+ /*
+  * The exit handlers return 1 if the exit was handled fully and guest 
execution
+  * may resume.  Otherwise they set the kvm_run parameter to indicate what 
needs
+@@ -6286,6 +6292,7 @@ static int (*const kvm_vmx_exit_handlers[])(struct 
kvm_vcpu *vcpu) = {
+   [EXIT_REASON_PAUSE_INSTRUCTION]   = handle_pause,
+   [EXIT_REASON_MWAIT_INSTRUCTION]   = handle_invalid_op,
+   [EXIT_REASON_MONITOR_INSTRUCTION] = handle_invalid_op,
++  [EXIT_REASON_INVEPT]  = handle_invept,
+ };
+ 
+ static const int kvm_vmx_max_exit_handlers =
+@@ -6512,6 +6519,7 @@ static bool nested_vmx_exit_handled(struct kvm_vcpu 
*vcpu)
+   case EXIT_REASON_VMPTRST: case EXIT_REASON_VMREAD:
+   case EXIT_REASON_VMRESUME: case EXIT_REASON_VMWRITE

[gentoo-commits] gentoo-x86 commit in dev-libs/nss: ChangeLog nss-3.17.3.ebuild

2014-12-16 Thread Markus Meier (maekke)
maekke  14/12/16 20:47:50

  Modified: ChangeLog nss-3.17.3.ebuild
  Log:
  arm stable, bug #531628
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.401dev-libs/nss/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nss/ChangeLog?rev=1.401&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nss/ChangeLog?rev=1.401&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nss/ChangeLog?r1=1.400&r2=1.401

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/nss/ChangeLog,v
retrieving revision 1.400
retrieving revision 1.401
diff -u -r1.400 -r1.401
--- ChangeLog   12 Dec 2014 09:39:16 -  1.400
+++ ChangeLog   16 Dec 2014 20:47:50 -  1.401
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/nss
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/ChangeLog,v 1.400 2014/12/12 
09:39:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/ChangeLog,v 1.401 2014/12/16 
20:47:50 maekke Exp $
+
+  16 Dec 2014; Markus Meier  nss-3.17.3.ebuild:
+  arm stable, bug #531628
 
   12 Dec 2014; Agostino Sarubbo  nss-3.17.3.ebuild:
   Stable for ia64, wrt bug #531628



1.8  dev-libs/nss/nss-3.17.3.ebuild

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

Index: nss-3.17.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/nss/nss-3.17.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- nss-3.17.3.ebuild   12 Dec 2014 09:39:16 -  1.7
+++ nss-3.17.3.ebuild   16 Dec 2014 20:47:50 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/nss-3.17.3.ebuild,v 1.7 
2014/12/12 09:39:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/nss-3.17.3.ebuild,v 1.8 
2014/12/16 20:47:50 maekke Exp $
 
 EAPI=5
 inherit eutils flag-o-matic multilib toolchain-funcs multilib-minimal
@@ -19,7 +19,7 @@
 
 LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="+cacert +nss-pem utils"
 
 DEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]






[gentoo-commits] gentoo-x86 commit in net-misc/openvpn: ChangeLog openvpn-2.3.6.ebuild

2014-12-16 Thread Markus Meier (maekke)
maekke  14/12/16 20:46:55

  Modified: ChangeLog openvpn-2.3.6.ebuild
  Log:
  arm stable, bug #531308
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.314net-misc/openvpn/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/openvpn/ChangeLog,v
retrieving revision 1.313
retrieving revision 1.314
diff -u -r1.313 -r1.314
--- ChangeLog   6 Dec 2014 16:50:39 -   1.313
+++ ChangeLog   16 Dec 2014 20:46:55 -  1.314
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/openvpn
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/ChangeLog,v 1.313 
2014/12/06 16:50:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/ChangeLog,v 1.314 
2014/12/16 20:46:55 maekke Exp $
+
+  16 Dec 2014; Markus Meier  openvpn-2.3.6.ebuild:
+  arm stable, bug #531308
 
   06 Dec 2014; Agostino Sarubbo  openvpn-2.3.6.ebuild:
   Stable for ia64, wrt bug #531308



1.8  net-misc/openvpn/openvpn-2.3.6.ebuild

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

Index: openvpn-2.3.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-2.3.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- openvpn-2.3.6.ebuild6 Dec 2014 16:50:39 -   1.7
+++ openvpn-2.3.6.ebuild16 Dec 2014 20:46:55 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-2.3.6.ebuild,v 1.7 
2014/12/06 16:50:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-2.3.6.ebuild,v 1.8 
2014/12/16 20:46:55 maekke Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="examples down-root iproute2 pam passwordsave pkcs11 +plugins +polarssl 
selinux +ssl systemd +lzo static userland_BSD"
 
 REQUIRED_USE="static? ( !plugins !pkcs11 )






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

2014-12-16 Thread Markus Meier (maekke)
maekke  14/12/16 20:45:53

  Modified: ChangeLog libpng-1.6.15.ebuild
  Log:
  arm stable, bug #531264
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.470media-libs/libpng/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libpng/ChangeLog,v
retrieving revision 1.469
retrieving revision 1.470
diff -u -r1.469 -r1.470
--- ChangeLog   12 Dec 2014 09:39:07 -  1.469
+++ ChangeLog   16 Dec 2014 20:45:53 -  1.470
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libpng
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/ChangeLog,v 1.469 
2014/12/12 09:39:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/ChangeLog,v 1.470 
2014/12/16 20:45:53 maekke Exp $
+
+  16 Dec 2014; Markus Meier  libpng-1.6.15.ebuild:
+  arm stable, bug #531264
 
   12 Dec 2014; Agostino Sarubbo  libpng-1.6.15.ebuild:
   Stable for ia64, wrt bug #531264



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

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

Index: libpng-1.6.15.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.6.15.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libpng-1.6.15.ebuild12 Dec 2014 09:39:07 -  1.5
+++ libpng-1.6.15.ebuild16 Dec 2014 20:45:53 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.6.15.ebuild,v 
1.5 2014/12/12 09:39:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.6.15.ebuild,v 
1.6 2014/12/16 20:45:53 maekke Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE="libpng"
 SLOT="0/16"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt"
 IUSE="apng neon static-libs"
 
 RDEPEND=">=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}]






[gentoo-commits] gentoo-x86 commit in dev-python/python-sqlparse: python-sqlparse-0.1.13.ebuild ChangeLog

2014-12-16 Thread Markus Meier (maekke)
maekke  14/12/16 20:45:06

  Modified: python-sqlparse-0.1.13.ebuild ChangeLog
  Log:
  arm stable, bug #530586
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.3  dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild

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

Index: python-sqlparse-0.1.13.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-sqlparse-0.1.13.ebuild   27 Nov 2014 12:09:59 -  1.2
+++ python-sqlparse-0.1.13.ebuild   16 Dec 2014 20:45:06 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild,v
 1.2 2014/11/27 12:09:59 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild,v
 1.3 2014/12/16 20:45:06 maekke Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 SRC_URI="https://github.com/andialbrecht/sqlparse/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 LICENSE="BSD-2"
 IUSE="doc examples test"
 



1.39 dev-python/python-sqlparse/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   27 Nov 2014 12:09:59 -  1.38
+++ ChangeLog   16 Dec 2014 20:45:06 -  1.39
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-sqlparse
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v 1.38 
2014/11/27 12:09:59 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v 1.39 
2014/12/16 20:45:06 maekke Exp $
+
+  16 Dec 2014; Markus Meier  python-sqlparse-0.1.13.ebuild:
+  arm stable, bug #530586
 
   27 Nov 2014; Ian Delaney  python-sqlparse-0.1.13.ebuild:
   clean old python impl






[gentoo-commits] gentoo-x86 commit in dev-python/pytest-cov: ChangeLog pytest-cov-1.6.ebuild

2014-12-16 Thread Markus Meier (maekke)
maekke  14/12/16 20:44:36

  Modified: ChangeLog pytest-cov-1.6.ebuild
  Log:
  arm stable, bug #530586
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.11 dev-python/pytest-cov/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   19 Nov 2014 15:28:42 -  1.10
+++ ChangeLog   16 Dec 2014 20:44:36 -  1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pytest-cov
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.10 
2014/11/19 15:28:42 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.11 
2014/12/16 20:44:36 maekke Exp $
+
+  16 Dec 2014; Markus Meier  pytest-cov-1.6.ebuild:
+  arm stable, bug #530586
 
   19 Nov 2014; Ian Delaney  pytest-cov-1.6.ebuild:
   clean old python impl, add pypy3 support



1.11 dev-python/pytest-cov/pytest-cov-1.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?r1=1.10&r2=1.11

Index: pytest-cov-1.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pytest-cov-1.6.ebuild   19 Nov 2014 15:28:42 -  1.10
+++ pytest-cov-1.6.ebuild   16 Dec 2014 20:44:36 -  1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v 1.10 
2014/11/19 15:28:42 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v 1.11 
2014/12/16 20:44:36 maekke Exp $
 
 EAPI="5"
 
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~x86 ~ppc ~ppc64 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND=""






[gentoo-commits] gentoo-x86 commit in dev-python/cov-core: ChangeLog cov-core-1.7.ebuild

2014-12-16 Thread Markus Meier (maekke)
maekke  14/12/16 20:44:08

  Modified: ChangeLog cov-core-1.7.ebuild
  Log:
  arm stable, bug #530586
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.12 dev-python/cov-core/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   19 Nov 2014 15:25:59 -  1.11
+++ ChangeLog   16 Dec 2014 20:44:08 -  1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/cov-core
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v 1.11 
2014/11/19 15:25:59 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v 1.12 
2014/12/16 20:44:08 maekke Exp $
+
+  16 Dec 2014; Markus Meier  cov-core-1.7.ebuild:
+  arm stable, bug #530586
 
   19 Nov 2014; Ian Delaney  cov-core-1.7.ebuild:
   clean old python impl, add pypy3 support



1.12 dev-python/cov-core/cov-core-1.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild?r1=1.11&r2=1.12

Index: cov-core-1.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- cov-core-1.7.ebuild 19 Nov 2014 15:25:59 -  1.11
+++ cov-core-1.7.ebuild 16 Dec 2014 20:44:08 -  1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild,v 
1.11 2014/11/19 15:25:59 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild,v 
1.12 2014/12/16 20:44:08 maekke Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-python/coverage[${PYTHON_USEDEP}]"






[gentoo-commits] gentoo-x86 commit in dev-python/pyzmq: ChangeLog pyzmq-14.4.0.ebuild

2014-12-16 Thread Markus Meier (maekke)
maekke  14/12/16 20:43:25

  Modified: ChangeLog pyzmq-14.4.0.ebuild
  Log:
  arm stable, bug #530592
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.61 dev-python/pyzmq/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyzmq/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   8 Dec 2014 11:13:31 -   1.60
+++ ChangeLog   16 Dec 2014 20:43:25 -  1.61
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyzmq
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/ChangeLog,v 1.60 
2014/12/08 11:13:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/ChangeLog,v 1.61 
2014/12/16 20:43:25 maekke Exp $
+
+  16 Dec 2014; Markus Meier  pyzmq-14.4.0.ebuild:
+  arm stable, bug #530592
 
   08 Dec 2014; Agostino Sarubbo  pyzmq-14.4.0.ebuild:
   Stable for ppc64, wrt bug #530592



1.7  dev-python/pyzmq/pyzmq-14.4.0.ebuild

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

Index: pyzmq-14.4.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pyzmq-14.4.0.ebuild 8 Dec 2014 11:13:31 -   1.6
+++ pyzmq-14.4.0.ebuild 16 Dec 2014 20:43:25 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.0.ebuild,v 1.6 
2014/12/08 11:13:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.0.ebuild,v 1.7 
2014/12/16 20:43:25 maekke Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="amd64 arm ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 
 IUSE="doc examples green test"
 






[gentoo-commits] gentoo-x86 commit in dev-python/cffi: ChangeLog cffi-0.8.6.ebuild

2014-12-16 Thread Markus Meier (maekke)
maekke  14/12/16 20:42:46

  Modified: ChangeLog cffi-0.8.6.ebuild
  Log:
  arm stable, bug #530592
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.45 dev-python/cffi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   9 Dec 2014 10:15:18 -   1.44
+++ ChangeLog   16 Dec 2014 20:42:46 -  1.45
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/cffi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.44 2014/12/09 
10:15:18 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.45 2014/12/16 
20:42:46 maekke Exp $
+
+  16 Dec 2014; Markus Meier  cffi-0.8.6.ebuild:
+  arm stable, bug #530592
 
   09 Dec 2014; Jeroen Roovers  cffi-0.8.6.ebuild:
   Stable for HPPA (bug #530294).



1.10 dev-python/cffi/cffi-0.8.6.ebuild

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

Index: cffi-0.8.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- cffi-0.8.6.ebuild   9 Dec 2014 10:15:18 -   1.9
+++ cffi-0.8.6.ebuild   16 Dec 2014 20:42:46 -  1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild,v 1.9 
2014/12/09 10:15:18 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild,v 1.10 
2014/12/16 20:42:46 maekke Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 x86 ~x86-fbsd ~x86-freebsd 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris"
+KEYWORDS="amd64 arm hppa ~ia64 ~mips ~ppc ppc64 x86 ~x86-fbsd ~x86-freebsd 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris"
 IUSE="doc"
 
 RDEPEND="virtual/libffi






[gentoo-commits] gentoo-x86 commit in dev-python/pycparser: ChangeLog pycparser-2.10.ebuild

2014-12-16 Thread Markus Meier (maekke)
maekke  14/12/16 20:42:14

  Modified: ChangeLog pycparser-2.10.ebuild
  Log:
  arm stable, bug #530592
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.30 dev-python/pycparser/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   9 Dec 2014 10:14:51 -   1.29
+++ ChangeLog   16 Dec 2014 20:42:14 -  1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pycparser
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v 1.29 
2014/12/09 10:14:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v 1.30 
2014/12/16 20:42:14 maekke Exp $
+
+  16 Dec 2014; Markus Meier  pycparser-2.10.ebuild:
+  arm stable, bug #530592
 
   09 Dec 2014; Jeroen Roovers  pycparser-2.10.ebuild:
   Stable for HPPA (bug #530294).



1.19 dev-python/pycparser/pycparser-2.10.ebuild

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

Index: pycparser-2.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycparser/pycparser-2.10.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- pycparser-2.10.ebuild   9 Dec 2014 10:14:51 -   1.18
+++ pycparser-2.10.ebuild   16 Dec 2014 20:42:14 -  1.19
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pycparser/pycparser-2.10.ebuild,v 1.18 
2014/12/09 10:14:51 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pycparser/pycparser-2.10.ebuild,v 1.19 
2014/12/16 20:42:14 maekke Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 x86 ~x86-fbsd ~x86-freebsd 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris"
+KEYWORDS="amd64 arm hppa ~ia64 ~mips ~ppc ppc64 x86 ~x86-fbsd ~x86-freebsd 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris"
 IUSE="test"
 
 RDEPEND="dev-python/ply[${PYTHON_USEDEP}]"






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

2014-12-16 Thread Markus Meier (maekke)
maekke  14/12/16 20:41:44

  Modified: ChangeLog ply-3.4-r1.ebuild
  Log:
  arm stable, bug #530592
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.39 dev-python/ply/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/ply/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   13 Dec 2014 08:54:59 -  1.38
+++ ChangeLog   16 Dec 2014 20:41:44 -  1.39
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/ply
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ply/ChangeLog,v 1.38 2014/12/13 
08:54:59 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ply/ChangeLog,v 1.39 2014/12/16 
20:41:44 maekke Exp $
+
+  16 Dec 2014; Markus Meier  ply-3.4-r1.ebuild:
+  arm stable, bug #530592
 
   13 Dec 2014; Ian Delaney  ply-3.4-r1.ebuild:
   tests retricted, closes bug #458648, finally



1.17 dev-python/ply/ply-3.4-r1.ebuild

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

Index: ply-3.4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/ply/ply-3.4-r1.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ply-3.4-r1.ebuild   13 Dec 2014 08:54:59 -  1.16
+++ ply-3.4-r1.ebuild   16 Dec 2014 20:41:44 -  1.17
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ply/ply-3.4-r1.ebuild,v 1.16 
2014/12/13 08:54:59 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ply/ply-3.4-r1.ebuild,v 1.17 
2014/12/16 20:41:44 maekke Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 x86 ~x86-fbsd ~x86-freebsd 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris"
+KEYWORDS="amd64 arm hppa ~ia64 ~mips ~ppc ppc64 x86 ~x86-fbsd ~x86-freebsd 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"






[gentoo-commits] gentoo-x86 commit in dev-python/markdown: ChangeLog markdown-2.5.1.ebuild

2014-12-16 Thread Markus Meier (maekke)
maekke  14/12/16 20:41:02

  Modified: ChangeLog markdown-2.5.1.ebuild
  Log:
  arm stable, bug #530534
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.62 dev-python/markdown/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/markdown/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   7 Dec 2014 12:02:11 -   1.61
+++ ChangeLog   16 Dec 2014 20:41:02 -  1.62
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/markdown
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/ChangeLog,v 1.61 
2014/12/07 12:02:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/ChangeLog,v 1.62 
2014/12/16 20:41:02 maekke Exp $
+
+  16 Dec 2014; Markus Meier  markdown-2.5.1.ebuild:
+  arm stable, bug #530534
 
   07 Dec 2014; Agostino Sarubbo  markdown-2.5.1.ebuild:
   Stable for ppc, wrt bug #530534



1.7  dev-python/markdown/markdown-2.5.1.ebuild

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

Index: markdown-2.5.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/markdown/markdown-2.5.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- markdown-2.5.1.ebuild   7 Dec 2014 12:02:11 -   1.6
+++ markdown-2.5.1.ebuild   16 Dec 2014 20:41:02 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/markdown-2.5.1.ebuild,v 
1.6 2014/12/07 12:02:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/markdown-2.5.1.ebuild,v 
1.7 2014/12/16 20:41:02 maekke Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
@@ -16,7 +16,7 @@
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc test pygments"
 
 DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}]






[gentoo-commits] gentoo-x86 commit in app-text/poppler-data: poppler-data-0.4.7.ebuild ChangeLog

2014-12-16 Thread Markus Meier (maekke)
maekke  14/12/16 20:40:11

  Modified: poppler-data-0.4.7.ebuild ChangeLog
  Log:
  arm stable, bug #530520
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.5  app-text/poppler-data/poppler-data-0.4.7.ebuild

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

Index: poppler-data-0.4.7.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-text/poppler-data/poppler-data-0.4.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- poppler-data-0.4.7.ebuild   8 Dec 2014 11:00:43 -   1.4
+++ poppler-data-0.4.7.ebuild   16 Dec 2014 20:40:11 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-text/poppler-data/poppler-data-0.4.7.ebuild,v 1.4 
2014/12/08 11:00:43 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/poppler-data/poppler-data-0.4.7.ebuild,v 1.5 
2014/12/16 20:40:11 maekke Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 SRC_URI="http://poppler.freedesktop.org/${P}.tar.gz";
 
 LICENSE="BSD GPL-2 MIT"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



1.75 app-text/poppler-data/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler-data/ChangeLog?rev=1.75&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler-data/ChangeLog?rev=1.75&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler-data/ChangeLog?r1=1.74&r2=1.75

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/poppler-data/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog   8 Dec 2014 11:00:43 -   1.74
+++ ChangeLog   16 Dec 2014 20:40:11 -  1.75
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/poppler-data
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-data/ChangeLog,v 1.74 
2014/12/08 11:00:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-data/ChangeLog,v 1.75 
2014/12/16 20:40:11 maekke Exp $
+
+  16 Dec 2014; Markus Meier  poppler-data-0.4.7.ebuild:
+  arm stable, bug #530520
 
   08 Dec 2014; Agostino Sarubbo  poppler-data-0.4.7.ebuild:
   Stable for ppc64, wrt bug #530520






[gentoo-commits] gentoo-x86 commit in sys-kernel/gentoo-sources: gentoo-sources-3.14.27.ebuild ChangeLog

2014-12-16 Thread Mike Pagano (mpagano)
mpagano 14/12/16 20:39:51

  Modified: ChangeLog
  Added:gentoo-sources-3.14.27.ebuild
  Log:
  Linux patch 3.14.27
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B576E4E3)

Revision  ChangesPath
1.1457   sys-kernel/gentoo-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
retrieving revision 1.1456
retrieving revision 1.1457
diff -u -r1.1456 -r1.1457
--- ChangeLog   16 Dec 2014 20:17:46 -  1.1456
+++ ChangeLog   16 Dec 2014 20:39:51 -  1.1457
@@ -1,6 +1,11 @@
 # ChangeLog for sys-kernel/gentoo-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1456 2014/12/16 20:17:46 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1457 2014/12/16 20:39:51 mpagano Exp $
+
+*gentoo-sources-3.14.27 (16 Dec 2014)
+
+  16 Dec 2014; Mike Pagano  +gentoo-sources-3.14.27.ebuild:
+  Linux patch 3.14.27
 
 *gentoo-sources-3.17.7 (16 Dec 2014)
 



1.1  sys-kernel/gentoo-sources/gentoo-sources-3.14.27.ebuild

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

Index: gentoo-sources-3.14.27.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.14.27.ebuild,v
 1.1 2014/12/16 20:39:51 mpagano Exp $

EAPI="5"
ETYPE="sources"
K_WANT_GENPATCHES="base extras experimental"
K_GENPATCHES_VER="32"
K_DEBLOB_AVAILABLE="1"
inherit kernel-2
detect_version
detect_arch

KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches";
IUSE="deblob experimental"

DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"

pkg_postinst() {
kernel-2_pkg_postinst
einfo "For more info on this patchset, and how to report problems, see:"
einfo "${HOMEPAGE}"
}

pkg_postrm() {
kernel-2_pkg_postrm
}






[gentoo-commits] gentoo-x86 commit in dev-python/beautifulsoup: ChangeLog beautifulsoup-4.3.2.ebuild

2014-12-16 Thread Markus Meier (maekke)
maekke  14/12/16 20:39:31

  Modified: ChangeLog beautifulsoup-4.3.2.ebuild
  Log:
  arm stable, bug #530292
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.127dev-python/beautifulsoup/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog   9 Dec 2014 08:51:13 -   1.126
+++ ChangeLog   16 Dec 2014 20:39:31 -  1.127
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/beautifulsoup
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.126 
2014/12/09 08:51:13 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.127 
2014/12/16 20:39:31 maekke Exp $
+
+  16 Dec 2014; Markus Meier  beautifulsoup-4.3.2.ebuild:
+  arm stable, bug #530292
 
   09 Dec 2014; Jeroen Roovers  beautifulsoup-4.3.2.ebuild:
   Stable for HPPA (bug #530292).



1.12 dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild

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

Index: beautifulsoup-4.3.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- beautifulsoup-4.3.2.ebuild  9 Dec 2014 08:51:13 -   1.11
+++ beautifulsoup-4.3.2.ebuild  16 Dec 2014 20:39:31 -  1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild,v 
1.11 2014/12/09 08:51:13 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild,v 
1.12 2014/12/16 20:39:31 maekke Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
@@ -17,7 +17,7 @@
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~sparc-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-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
 # new html5 awaits keywording of html5lib in Bug 471002
 IUSE="doc test"
 # pending Bug 471002; html5? ( dev-python/html5lib[$(python_gen_usedep 
'python{2_6,2_7}' pypy pypy2_0)] )






[gentoo-commits] gentoo-x86 commit in sci-physics/lammps: ChangeLog lammps-20140312.ebuild lammps-20140310.ebuild lammps-20140304.ebuild lammps-20140314.ebuild lammps-20140320.ebuild

2014-12-16 Thread Nicolas Bock (nicolasbock)
nicolasbock14/12/16 20:39:14

  Modified: ChangeLog
  Removed:  lammps-20140312.ebuild lammps-20140310.ebuild
lammps-20140304.ebuild lammps-20140314.ebuild
lammps-20140320.ebuild
  Log:
  sci-physics/lammps: Removing old versions.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
AC91CA52)

Revision  ChangesPath
1.52 sci-physics/lammps/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/ChangeLog?rev=1.52&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/ChangeLog?rev=1.52&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   16 Dec 2014 20:36:04 -  1.51
+++ ChangeLog   16 Dec 2014 20:39:14 -  1.52
@@ -1,6 +1,11 @@
 # ChangeLog for sci-physics/lammps
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v 1.51 
2014/12/16 20:36:04 nicolasbock Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v 1.52 
2014/12/16 20:39:14 nicolasbock Exp $
+
+  16 Dec 2014; Nicolas Bock  -lammps-20140304.ebuild,
+  -lammps-20140310.ebuild, -lammps-20140312.ebuild, -lammps-20140314.ebuild,
+  -lammps-20140320.ebuild:
+  sci-physics/lammps: Removing old versions.
 
 *lammps-20141124 (16 Dec 2014)
 *lammps-20141126 (16 Dec 2014)






[gentoo-commits] gentoo-x86 commit in app-portage/smart-live-rebuild: ChangeLog smart-live-rebuild-1.3.4.1.ebuild

2014-12-16 Thread Markus Meier (maekke)
maekke  14/12/16 20:38:21

  Modified: ChangeLog smart-live-rebuild-1.3.4.1.ebuild
  Log:
  arm stable, bug #530268
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.68 app-portage/smart-live-rebuild/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog?rev=1.68&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog?rev=1.68&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   3 Dec 2014 17:52:15 -   1.67
+++ ChangeLog   16 Dec 2014 20:38:21 -  1.68
@@ -1,6 +1,10 @@
 # ChangeLog for app-portage/smart-live-rebuild
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 
1.67 2014/12/03 17:52:15 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 
1.68 2014/12/16 20:38:21 maekke Exp $
+
+  16 Dec 2014; Markus Meier 
+  smart-live-rebuild-1.3.4.1.ebuild:
+  arm stable, bug #530268
 
 *smart-live-rebuild-1.3.4.1 (03 Dec 2014)
 



1.2  
app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild?r1=1.1&r2=1.2

Index: smart-live-rebuild-1.3.4.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- smart-live-rebuild-1.3.4.1.ebuild   3 Dec 2014 17:52:15 -   1.1
+++ smart-live-rebuild-1.3.4.1.ebuild   16 Dec 2014 20:38:21 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild,v
 1.1 2014/12/03 17:52:15 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild,v
 1.2 2014/12/16 20:38:21 maekke Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 arm ~mips ~x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=app-portage/gentoopm-0.2.1[${PYTHON_USEDEP}]"






[gentoo-commits] gentoo-x86 commit in app-portage/gentoolkit: ChangeLog gentoolkit-0.3.0.9-r2.ebuild

2014-12-16 Thread Markus Meier (maekke)
maekke  14/12/16 20:37:37

  Modified: ChangeLog gentoolkit-0.3.0.9-r2.ebuild
  Log:
  arm stable, bug #530264
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.320app-portage/gentoolkit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gentoolkit/ChangeLog?rev=1.320&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gentoolkit/ChangeLog?rev=1.320&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gentoolkit/ChangeLog?r1=1.319&r2=1.320

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v
retrieving revision 1.319
retrieving revision 1.320
diff -u -r1.319 -r1.320
--- ChangeLog   9 Dec 2014 08:14:12 -   1.319
+++ ChangeLog   16 Dec 2014 20:37:37 -  1.320
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/gentoolkit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v 1.319 
2014/12/09 08:14:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v 1.320 
2014/12/16 20:37:37 maekke Exp $
+
+  16 Dec 2014; Markus Meier  gentoolkit-0.3.0.9-r2.ebuild:
+  arm stable, bug #530264
 
   09 Dec 2014; Jeroen Roovers  gentoolkit-0.3.0.9-r2.ebuild:
   Stable for HPPA (bug #530264).



1.5  app-portage/gentoolkit/gentoolkit-0.3.0.9-r2.ebuild

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

Index: gentoolkit-0.3.0.9-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0.9-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gentoolkit-0.3.0.9-r2.ebuild9 Dec 2014 08:14:12 -   1.4
+++ gentoolkit-0.3.0.9-r2.ebuild16 Dec 2014 20:37:37 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0.9-r2.ebuild,v 
1.4 2014/12/09 08:14:12 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0.9-r2.ebuild,v 
1.5 2014/12/16 20:37:37 maekke Exp $
 
 EAPI="5"
 
@@ -17,7 +17,7 @@
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="sys-apps/portage[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}






[gentoo-commits] gentoo-x86 commit in app-crypt/p11-kit: p11-kit-0.20.7.ebuild ChangeLog

2014-12-16 Thread Markus Meier (maekke)
maekke  14/12/16 20:36:47

  Modified: p11-kit-0.20.7.ebuild ChangeLog
  Log:
  arm stable, bug #525260
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.3  app-crypt/p11-kit/p11-kit-0.20.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/p11-kit/p11-kit-0.20.7.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/p11-kit/p11-kit-0.20.7.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/p11-kit/p11-kit-0.20.7.ebuild?r1=1.2&r2=1.3

Index: p11-kit-0.20.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.20.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- p11-kit-0.20.7.ebuild   6 Dec 2014 08:45:27 -   1.2
+++ p11-kit-0.20.7.ebuild   16 Dec 2014 20:36:47 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.20.7.ebuild,v 
1.2 2014/12/06 08:45:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.20.7.ebuild,v 
1.3 2014/12/16 20:36:47 maekke Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="+asn1 debug +libffi +trust"
 REQUIRED_USE="trust? ( asn1 )"
 



1.78 app-crypt/p11-kit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog   6 Dec 2014 08:45:27 -   1.77
+++ ChangeLog   16 Dec 2014 20:36:47 -  1.78
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/p11-kit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/ChangeLog,v 1.77 
2014/12/06 08:45:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/ChangeLog,v 1.78 
2014/12/16 20:36:47 maekke Exp $
+
+  16 Dec 2014; Markus Meier  p11-kit-0.20.7.ebuild:
+  arm stable, bug #525260
 
   06 Dec 2014; Jeroen Roovers  p11-kit-0.20.7.ebuild:
   Stable for HPPA (bug #525260).






[gentoo-commits] gentoo-x86 commit in sci-physics/lammps: lammps-20141126.ebuild lammps-20141124.ebuild ChangeLog

2014-12-16 Thread Nicolas Bock (nicolasbock)
nicolasbock14/12/16 20:36:04

  Modified: ChangeLog
  Added:lammps-20141126.ebuild lammps-20141124.ebuild
  Log:
  sci-physics/lammps: Adding new versions.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
AC91CA52)

Revision  ChangesPath
1.51 sci-physics/lammps/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/ChangeLog?rev=1.51&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/ChangeLog?rev=1.51&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog   15 Dec 2014 21:25:45 -  1.50
+++ ChangeLog   16 Dec 2014 20:36:04 -  1.51
@@ -1,6 +1,13 @@
 # ChangeLog for sci-physics/lammps
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v 1.50 
2014/12/15 21:25:45 nicolasbock Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v 1.51 
2014/12/16 20:36:04 nicolasbock Exp $
+
+*lammps-20141124 (16 Dec 2014)
+*lammps-20141126 (16 Dec 2014)
+
+  16 Dec 2014; Nicolas Bock  +lammps-20141124.ebuild,
+  +lammps-20141126.ebuild:
+  sci-physics/lammps: Adding new versions.
 
 *lammps-20141209 (15 Dec 2014)
 



1.1  sci-physics/lammps/lammps-20141126.ebuild

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

Index: lammps-20141126.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/lammps-20141126.ebuild,v 
1.1 2014/12/16 20:36:04 nicolasbock Exp $

EAPI=5

inherit eutils flag-o-matic fortran-2 multilib

convert_month() {
case $1 in
01) echo Jan
;;
02) echo Feb
;;
03) echo Mar
;;
04) echo Apr
;;
05) echo May
;;
06) echo Jun
;;
07) echo Jul
;;
08) echo Aug
;;
09) echo Sep
;;
10) echo Oct
;;
11) echo Nov
;;
12) echo Dec
;;
*)  echo unknown
;;
esac
}

MY_P=${PN}-$((10#${PV:6:2}))$(convert_month ${PV:4:2})${PV:2:2}

DESCRIPTION="Large-scale Atomic/Molecular Massively Parallel Simulator"
HOMEPAGE="http://lammps.sandia.gov/";
SRC_URI="http://lammps.sandia.gov/tars/${MY_P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples gzip lammps-memalign mpi static-libs"

DEPEND="
mpi? (
virtual/blas
virtual/lapack
virtual/mpi
)
sci-libs/voro++
"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${MY_P}"

lmp_emake() {
local LAMMPS_INCLUDEFLAGS
LAMMPS_INCLUDEFLAGS="$(usex gzip '-DLAMMPS_GZIP' '')"
LAMMPS_INCLUDEFLAGS+="$(usex lammps-memalign ' -DLAMMPS_MEMALIGN' '')"

# The lammps makefile uses CC to indicate the C++ compiler.
emake \
ARCHIVE=$(tc-getAR) \
CC=$(usex mpi "mpic++" "$(tc-getCXX)") \
F90=$(usex mpi "mpif90" "$(tc-getFC)") \
LINK=$(usex mpi "mpic++" "$(tc-getCXX)") \
CCFLAGS="${CXXFLAGS}" \
F90FLAGS="${FCFLAGS}" \
LINKFLAGS="${LDFLAGS}" \
LMP_INC="${LAMMPS_INCLUDEFLAGS}" \
MPI_INC=$(usex mpi '' "-I../STUBS") \
MPI_PATH=$(usex mpi '' '-L../STUBS') \
MPI_LIB=$(usex mpi '' '-lmpi_stubs') \
user-atc_SYSLIB="$(usex mpi "$($(tc-getPKG_CONFIG) --libs blas) 
$($(tc-getPKG_CONFIG) --libs lapack)" '')"\
"$@"
}

src_prepare() {
# Fix inconsistent use of SHFLAGS.
sed -i \
-e 's:voronoi_SYSINC\s\+=.*$:voronoi_SYSINC = 
-I/usr/include/voro++:' \
-e 's:voronoi_SYSPATH\s\+=.*$:voronoi_SYSPATH =:' \
src/VORONOI/Makefile.lammps || die

# Fix missing .so name.
sed -i \
-e 's:SHLIBFLAGS\s\+=\s\+:SHLIBFLAGS = 
-Wl,-soname,liblammps.so.0 

[gentoo-commits] gentoo-x86 commit in dev-python/unidecode: ChangeLog unidecode-0.04.16.ebuild

2014-12-16 Thread Markus Meier (maekke)
maekke  14/12/16 20:35:47

  Modified: ChangeLog unidecode-0.04.16.ebuild
  Log:
  arm stable, bug #530110
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.22 dev-python/unidecode/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   22 Nov 2014 12:57:41 -  1.21
+++ ChangeLog   16 Dec 2014 20:35:47 -  1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/unidecode
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.21 
2014/11/22 12:57:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.22 
2014/12/16 20:35:47 maekke Exp $
+
+  16 Dec 2014; Markus Meier  unidecode-0.04.16.ebuild:
+  arm stable, bug #530110
 
   22 Nov 2014; Jeroen Roovers  unidecode-0.04.16.ebuild:
   Stable for HPPA (bug #530110).



1.6  dev-python/unidecode/unidecode-0.04.16.ebuild

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

Index: unidecode-0.04.16.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.16.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- unidecode-0.04.16.ebuild22 Nov 2014 12:57:41 -  1.5
+++ unidecode-0.04.16.ebuild16 Dec 2014 20:35:47 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.16.ebuild,v 1.5 
2014/11/22 12:57:41 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.16.ebuild,v 1.6 
2014/12/16 20:35:47 maekke Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm hppa ~sparc ~x86"
 
 S=${WORKDIR}/${MY_P}
 






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

2014-12-16 Thread Markus Meier (maekke)
maekke  14/12/16 20:34:55

  Modified: ChangeLog unixODBC-2.3.2-r1.ebuild
  Log:
  arm stable, bug #525288
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.123dev-db/unixODBC/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog   9 Dec 2014 16:04:24 -   1.122
+++ ChangeLog   16 Dec 2014 20:34:55 -  1.123
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/unixODBC
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.122 
2014/12/09 16:04:24 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.123 
2014/12/16 20:34:55 maekke Exp $
+
+  16 Dec 2014; Markus Meier  unixODBC-2.3.2-r1.ebuild:
+  arm stable, bug #525288
 
 *unixODBC-2.3.2-r2 (09 Dec 2014)
 



1.4  dev-db/unixODBC/unixODBC-2.3.2-r1.ebuild

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

Index: unixODBC-2.3.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- unixODBC-2.3.2-r1.ebuild6 Dec 2014 17:32:36 -   1.3
+++ unixODBC-2.3.2-r1.ebuild16 Dec 2014 20:34:55 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.2-r1.ebuild,v 
1.3 2014/12/06 17:32:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.2-r1.ebuild,v 
1.4 2014/12/16 20:34:55 maekke Exp $
 
 EAPI=5
 inherit libtool autotools-multilib eutils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+minimal odbcmanual static-libs unicode"
 
 RDEPEND="|| (






[gentoo-commits] proj/linux-patches: New tag: 3.14-32

2014-12-16 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Dec 16 20:33:18 2014 +

New tag: 3.14-32




[gentoo-commits] gentoo-x86 commit in app-arch/lz4: ChangeLog lz4-0_p120.ebuild

2014-12-16 Thread Markus Meier (maekke)
maekke  14/12/16 20:32:54

  Modified: ChangeLog lz4-0_p120.ebuild
  Log:
  arm stable, bug #524420
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.34 app-arch/lz4/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lz4/ChangeLog?rev=1.34&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lz4/ChangeLog?rev=1.34&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lz4/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/lz4/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   2 Dec 2014 12:20:27 -   1.33
+++ ChangeLog   16 Dec 2014 20:32:54 -  1.34
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/lz4
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/ChangeLog,v 1.33 2014/12/02 
12:20:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/ChangeLog,v 1.34 2014/12/16 
20:32:54 maekke Exp $
+
+  16 Dec 2014; Markus Meier  lz4-0_p120.ebuild:
+  arm stable, bug #524420
 
   02 Dec 2014; Pacho Ramos  lz4-0_p120.ebuild:
   amd64/x86 stable, bug #524420



1.7  app-arch/lz4/lz4-0_p120.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lz4/lz4-0_p120.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lz4/lz4-0_p120.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lz4/lz4-0_p120.ebuild?r1=1.6&r2=1.7

Index: lz4-0_p120.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/lz4/lz4-0_p120.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- lz4-0_p120.ebuild   2 Dec 2014 12:20:27 -   1.6
+++ lz4-0_p120.ebuild   16 Dec 2014 20:32:54 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/lz4-0_p120.ebuild,v 1.6 
2014/12/02 12:20:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/lz4-0_p120.ebuild,v 1.7 
2014/12/16 20:32:54 maekke Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
MY_PV="r${PV##0_p}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://github.com/Cyan4973/lz4/archive/${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
S="${WORKDIR}/${MY_P}"
 fi
 






[gentoo-commits] proj/linux-patches:3.14 commit in: /

2014-12-16 Thread Mike Pagano
commit: 6f16dc64cd8664691c1252e616af1a9b717e4233
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Dec 16 20:29:55 2014 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Dec 16 20:29:55 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/linux-patches.git;a=commit;h=6f16dc64

Linux patch 3.14.27

---
 _README  |   4 +
 1026_linux-3.14.27.patch | 914 +++
 2 files changed, 918 insertions(+)

diff --git a/_README b/_README
index e1c5538..9766ed5 100644
--- a/_README
+++ b/_README
@@ -146,6 +146,10 @@ Patch:  1025_linux-3.14.26.patch
 From:   http://www.kernel.org
 Desc:   Linux 3.14.26
 
+Patch:  1026_linux-3.14.27.patch
+From:   http://www.kernel.org
+Desc:   Linux 3.14.27
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1026_linux-3.14.27.patch b/1026_linux-3.14.27.patch
new file mode 100644
index 000..9c89131
--- /dev/null
+++ b/1026_linux-3.14.27.patch
@@ -0,0 +1,914 @@
+diff --git a/Makefile b/Makefile
+index 63a5ee858cc3..944db2356a7c 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 3
+ PATCHLEVEL = 14
+-SUBLEVEL = 26
++SUBLEVEL = 27
+ EXTRAVERSION =
+ NAME = Remembering Coco
+ 
+diff --git a/arch/powerpc/kernel/vdso32/getcpu.S 
b/arch/powerpc/kernel/vdso32/getcpu.S
+index 47afd08c90f7..fe7e97a1aad9 100644
+--- a/arch/powerpc/kernel/vdso32/getcpu.S
 b/arch/powerpc/kernel/vdso32/getcpu.S
+@@ -30,8 +30,8 @@
+ V_FUNCTION_BEGIN(__kernel_getcpu)
+   .cfi_startproc
+   mfspr   r5,SPRN_USPRG3
+-  cmpdi   cr0,r3,0
+-  cmpdi   cr1,r4,0
++  cmpwi   cr0,r3,0
++  cmpwi   cr1,r4,0
+   clrlwi  r6,r5,16
+   rlwinm  r7,r5,16,31-15,31-0
+   beq cr0,1f
+diff --git a/arch/x86/boot/compressed/Makefile 
b/arch/x86/boot/compressed/Makefile
+index 14fe7cba21d1..b5bb49866bcc 100644
+--- a/arch/x86/boot/compressed/Makefile
 b/arch/x86/boot/compressed/Makefile
+@@ -75,7 +75,7 @@ suffix-$(CONFIG_KERNEL_XZ)   := xz
+ suffix-$(CONFIG_KERNEL_LZO)   := lzo
+ suffix-$(CONFIG_KERNEL_LZ4)   := lz4
+ 
+-RUN_SIZE = $(shell objdump -h vmlinux | \
++RUN_SIZE = $(shell $(OBJDUMP) -h vmlinux | \
+perl $(srctree)/arch/x86/tools/calc_run_size.pl)
+ quiet_cmd_mkpiggy = MKPIGGY $@
+   cmd_mkpiggy = $(obj)/mkpiggy $< $(RUN_SIZE) > $@ || ( rm -f $@ ; false )
+diff --git a/arch/x86/kernel/cpu/perf_event.c 
b/arch/x86/kernel/cpu/perf_event.c
+index 79f9f848bee4..fb345c43815f 100644
+--- a/arch/x86/kernel/cpu/perf_event.c
 b/arch/x86/kernel/cpu/perf_event.c
+@@ -118,6 +118,9 @@ static int x86_pmu_extra_regs(u64 config, struct 
perf_event *event)
+   continue;
+   if (event->attr.config1 & ~er->valid_mask)
+   return -EINVAL;
++  /* Check if the extra msrs can be safely accessed*/
++  if (!er->extra_msr_access)
++  return -ENXIO;
+ 
+   reg->idx = er->idx;
+   reg->config = event->attr.config1;
+diff --git a/arch/x86/kernel/cpu/perf_event.h 
b/arch/x86/kernel/cpu/perf_event.h
+index 4972c244d0bc..7876c346ed1a 100644
+--- a/arch/x86/kernel/cpu/perf_event.h
 b/arch/x86/kernel/cpu/perf_event.h
+@@ -293,14 +293,16 @@ struct extra_reg {
+   u64 config_mask;
+   u64 valid_mask;
+   int idx;  /* per_xxx->regs[] reg index */
++  boolextra_msr_access;
+ };
+ 
+ #define EVENT_EXTRA_REG(e, ms, m, vm, i) {\
+-  .event = (e),   \
+-  .msr = (ms),\
+-  .config_mask = (m), \
+-  .valid_mask = (vm), \
+-  .idx = EXTRA_REG_##i,   \
++  .event = (e),   \
++  .msr = (ms),\
++  .config_mask = (m), \
++  .valid_mask = (vm), \
++  .idx = EXTRA_REG_##i,   \
++  .extra_msr_access = true,   \
+   }
+ 
+ #define INTEL_EVENT_EXTRA_REG(event, msr, vm, idx)\
+diff --git a/arch/x86/kernel/cpu/perf_event_intel.c 
b/arch/x86/kernel/cpu/perf_event_intel.c
+index 5ee8064bd1d2..d4c0a0e46040 100644
+--- a/arch/x86/kernel/cpu/perf_event_intel.c
 b/arch/x86/kernel/cpu/perf_event_intel.c
+@@ -2183,6 +2183,41 @@ static void intel_snb_check_microcode(void)
+   }
+ }
+ 
++/*
++ * Under certain circumstances, access certain MSR may cause #GP.
++ * The function tests if the input MSR can be safely accessed.
++ */
++static bool check_msr(unsigned long msr, u64 mask)
++{
++  u64 val_old, val_new, val_tmp;
++
++  /*
++   * Read the current value, change it and read it back to see if it
++   * matches, this is needed to detect certain hardware emulators
++   * (qemu/kvm) that don't trap on the MSR access and always return 0s.
++   */
++  if (rdmsrl_safe(msr, &val_old))
++  return fa

[gentoo-commits] gentoo-x86 commit in sys-kernel/gentoo-sources: ChangeLog gentoo-sources-3.17.7.ebuild

2014-12-16 Thread Mike Pagano (mpagano)
mpagano 14/12/16 20:17:46

  Modified: ChangeLog
  Added:gentoo-sources-3.17.7.ebuild
  Log:
  Linux patch 3.17.7. ALSA: hda - Add ultra dock support for Thinkpad X240. See 
bug #532176.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B576E4E3)

Revision  ChangesPath
1.1456   sys-kernel/gentoo-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
retrieving revision 1.1455
retrieving revision 1.1456
diff -u -r1.1455 -r1.1456
--- ChangeLog   16 Dec 2014 20:04:03 -  1.1455
+++ ChangeLog   16 Dec 2014 20:17:46 -  1.1456
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/gentoo-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1455 2014/12/16 20:04:03 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1456 2014/12/16 20:17:46 mpagano Exp $
+
+*gentoo-sources-3.17.7 (16 Dec 2014)
+
+  16 Dec 2014; Mike Pagano  +gentoo-sources-3.17.7.ebuild:
+  Linux patch 3.17.7. ALSA: hda - Add ultra dock support for Thinkpad X240. See
+  bug #532176.
 
 *gentoo-sources-3.18.1 (16 Dec 2014)
 



1.1  sys-kernel/gentoo-sources/gentoo-sources-3.17.7.ebuild

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

Index: gentoo-sources-3.17.7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.17.7.ebuild,v
 1.1 2014/12/16 20:17:46 mpagano Exp $

EAPI="5"
ETYPE="sources"
K_WANT_GENPATCHES="base extras experimental"
K_GENPATCHES_VER="10"
K_DEBLOB_AVAILABLE="1"
inherit kernel-2
detect_version
detect_arch

KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches";
IUSE="deblob experimental"

DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"

pkg_postinst() {
kernel-2_pkg_postinst
einfo "For more info on this patchset, and how to report problems, see:"
einfo "${HOMEPAGE}"
}

pkg_postrm() {
kernel-2_pkg_postrm
}






[gentoo-commits] proj/linux-patches: New tag: 3.17-10

2014-12-16 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Dec 16 20:13:30 2014 +

New tag: 3.17-10




[gentoo-commits] proj/linux-patches:3.17 commit in: /

2014-12-16 Thread Mike Pagano
commit: c75c5fb8532cf27d9a1e6bcf2ed0711f340129ca
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Dec 16 20:12:56 2014 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Dec 16 20:12:56 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/linux-patches.git;a=commit;h=c75c5fb8

Linux patch 3.17.7

---
 _README |   4 +
 1006_linux-3.17.7.patch | 990 
 2 files changed, 994 insertions(+)

diff --git a/_README b/_README
index afa626e..c62fecf 100644
--- a/_README
+++ b/_README
@@ -67,6 +67,10 @@ Patch:  1005_linux-3.17.6.patch
 From:   http://www.kernel.org
 Desc:   Linux 3.17.6
 
+Patch:  1006_linux-3.17.7.patch
+From:   http://www.kernel.org
+Desc:   Linux 3.17.7
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1006_linux-3.17.7.patch b/1006_linux-3.17.7.patch
new file mode 100644
index 000..a2df4f1
--- /dev/null
+++ b/1006_linux-3.17.7.patch
@@ -0,0 +1,990 @@
+diff --git a/Makefile b/Makefile
+index bb43e9e6a79c..267f8936ff69 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 3
+ PATCHLEVEL = 17
+-SUBLEVEL = 6
++SUBLEVEL = 7
+ EXTRAVERSION =
+ NAME = Shuffling Zombie Juror
+ 
+diff --git a/arch/mips/net/bpf_jit.c b/arch/mips/net/bpf_jit.c
+index 9f7ecbda250c..1588716e32be 100644
+--- a/arch/mips/net/bpf_jit.c
 b/arch/mips/net/bpf_jit.c
+@@ -430,7 +430,7 @@ static inline void emit_mod(unsigned int dst, unsigned int 
src,
+   u32 *p = &ctx->target[ctx->idx];
+   uasm_i_divu(&p, dst, src);
+   p = &ctx->target[ctx->idx + 1];
+-  uasm_i_mflo(&p, dst);
++  uasm_i_mfhi(&p, dst);
+   }
+   ctx->idx += 2; /* 2 insts */
+ }
+@@ -1006,7 +1006,7 @@ load_ind:
+   break;
+   case BPF_ALU | BPF_MOD | BPF_K:
+   /* A %= k */
+-  if (k == 1 || optimize_div(&k)) {
++  if (k == 1) {
+   ctx->flags |= SEEN_A;
+   emit_jit_reg_move(r_A, r_zero, ctx);
+   } else {
+diff --git a/arch/x86/boot/compressed/Makefile 
b/arch/x86/boot/compressed/Makefile
+index 14fe7cba21d1..b5bb49866bcc 100644
+--- a/arch/x86/boot/compressed/Makefile
 b/arch/x86/boot/compressed/Makefile
+@@ -75,7 +75,7 @@ suffix-$(CONFIG_KERNEL_XZ)   := xz
+ suffix-$(CONFIG_KERNEL_LZO)   := lzo
+ suffix-$(CONFIG_KERNEL_LZ4)   := lz4
+ 
+-RUN_SIZE = $(shell objdump -h vmlinux | \
++RUN_SIZE = $(shell $(OBJDUMP) -h vmlinux | \
+perl $(srctree)/arch/x86/tools/calc_run_size.pl)
+ quiet_cmd_mkpiggy = MKPIGGY $@
+   cmd_mkpiggy = $(obj)/mkpiggy $< $(RUN_SIZE) > $@ || ( rm -f $@ ; false )
+diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c
+index cf79c4cdf955..c874859b4565 100644
+--- a/drivers/acpi/ec.c
 b/drivers/acpi/ec.c
+@@ -299,11 +299,11 @@ static int acpi_ec_transaction_unlocked(struct acpi_ec 
*ec,
+   /* following two actions should be kept atomic */
+   ec->curr = t;
+   start_transaction(ec);
+-  if (ec->curr->command == ACPI_EC_COMMAND_QUERY)
+-  clear_bit(EC_FLAGS_QUERY_PENDING, &ec->flags);
+   spin_unlock_irqrestore(&ec->lock, tmp);
+   ret = ec_poll(ec);
+   spin_lock_irqsave(&ec->lock, tmp);
++  if (ec->curr->command == ACPI_EC_COMMAND_QUERY)
++  clear_bit(EC_FLAGS_QUERY_PENDING, &ec->flags);
+   ec->curr = NULL;
+   spin_unlock_irqrestore(&ec->lock, tmp);
+   return ret;
+diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
+index 597b15e7f6e5..363a2576553a 100644
+--- a/drivers/ata/ahci.c
 b/drivers/ata/ahci.c
+@@ -321,6 +321,9 @@ static const struct pci_device_id ahci_pci_tbl[] = {
+   { PCI_VDEVICE(INTEL, 0x8c87), board_ahci }, /* 9 Series RAID */
+   { PCI_VDEVICE(INTEL, 0x8c8e), board_ahci }, /* 9 Series RAID */
+   { PCI_VDEVICE(INTEL, 0x8c8f), board_ahci }, /* 9 Series RAID */
++  { PCI_VDEVICE(INTEL, 0x9d03), board_ahci }, /* Sunrise Point-LP AHCI */
++  { PCI_VDEVICE(INTEL, 0x9d05), board_ahci }, /* Sunrise Point-LP RAID */
++  { PCI_VDEVICE(INTEL, 0x9d07), board_ahci }, /* Sunrise Point-LP RAID */
+   { PCI_VDEVICE(INTEL, 0xa103), board_ahci }, /* Sunrise Point-H AHCI */
+   { PCI_VDEVICE(INTEL, 0xa103), board_ahci }, /* Sunrise Point-H RAID */
+   { PCI_VDEVICE(INTEL, 0xa105), board_ahci }, /* Sunrise Point-H RAID */
+@@ -492,6 +495,7 @@ static const struct pci_device_id ahci_pci_tbl[] = {
+* enabled.  https://bugzilla.kernel.org/show_bug.cgi?id=60731
+*/
+   { PCI_VDEVICE(SAMSUNG, 0x1600), board_ahci_nomsi },
++  { PCI_VDEVICE(SAMSUNG, 0xa800), board_ahci_nomsi },
+ 
+   /* Enmotus */
+   { PCI_DEVICE(0x1c44, 0x8000), board_ahci },
+diff --git a/drivers/ata/sata_fsl.c b/drivers/ata/sata_fsl.c
+index 07bc7e4db

[gentoo-commits] dev/bircoph:master commit in: dev-games/physfs/, profiles/

2014-12-16 Thread Andrew Savchenko
commit: c52330c2be5881049380e450de27de5f6038cf1c
Author: Andrew Savchenko  gmail  com>
AuthorDate: Tue Dec 16 20:11:04 2014 +
Commit: Andrew Savchenko  gmail  com>
CommitDate: Tue Dec 16 20:11:04 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=dev/bircoph.git;a=commit;h=c52330c2

physfs: problem is fixed now

---
 dev-games/physfs/ChangeLog  | 212 
 dev-games/physfs/Manifest   |   4 -
 dev-games/physfs/metadata.xml   |  30 -
 dev-games/physfs/physfs-2.0.3-r1.ebuild |  57 -
 profiles/categories |   1 -
 5 files changed, 304 deletions(-)

diff --git a/dev-games/physfs/ChangeLog b/dev-games/physfs/ChangeLog
deleted file mode 100644
index eeff7da..000
--- a/dev-games/physfs/ChangeLog
+++ /dev/null
@@ -1,212 +0,0 @@
-# ChangeLog for dev-games/physfs
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/physfs/ChangeLog,v 1.56 
2013/09/06 19:45:00 axs Exp $
-
-*physfs-2.0.3-r1 (06 Sep 2013)
-
-  06 Sep 2013; Ian Stakenvicius  +physfs-2.0.3-r1.ebuild:
-  converted to support multilib-build; commit OKd by radhermit
-
-  22 Jan 2013; Michael Sterrett  -physfs-2.0.1.ebuild,
-  -physfs-2.0.2-r1.ebuild:
-  old
-
-  20 Jan 2013; Agostino Sarubbo  physfs-2.0.3.ebuild:
-  Stable for arm, wrt bug #449930
-
-  20 Jan 2013; Agostino Sarubbo  physfs-2.0.3.ebuild:
-  Stable for alpha, wrt bug #449930
-
-  13 Jan 2013; Agostino Sarubbo  physfs-2.0.3.ebuild:
-  Stable for x86, wrt bug #449930
-
-  07 Jan 2013; Jeroen Roovers  physfs-2.0.3.ebuild:
-  Stable for HPPA (bug #449930).
-
-  05 Jan 2013; Agostino Sarubbo  physfs-2.0.3.ebuild:
-  Stable for sparc, wrt bug #449930
-
-  04 Jan 2013; Agostino Sarubbo  physfs-2.0.3.ebuild:
-  Stable for ppc64, wrt bug #449930
-
-  04 Jan 2013; Agostino Sarubbo  physfs-2.0.3.ebuild:
-  Stable for ppc, wrt bug #449930
-
-  03 Jan 2013; Agostino Sarubbo  physfs-2.0.3.ebuild:
-  Stable for amd64, wrt bug #449930
-
-*physfs-2.0.3 (14 Nov 2012)
-
-  14 Nov 2012; Michael Sterrett  +physfs-2.0.3.ebuild:
-  version bump (bug #443036)
-
-  03 Sep 2012; Chí-Thanh Christopher Nguyễn 
-  physfs-2.0.2-r1.ebuild:
-  Keyword ~arm.
-
-  04 Oct 2011; Jeroen Roovers  physfs-2.0.2-r1.ebuild:
-  Stable for HPPA (bug #375385).
-
-  07 Aug 2011; Raúl Porcel  physfs-2.0.2-r1.ebuild:
-  alpha/sparc stable wrt #375385
-
-  01 Aug 2011; Markus Meier  physfs-2.0.2-r1.ebuild:
-  x86 stable, bug #375385
-
-  23 Jul 2011; Kacper Kowalik  physfs-2.0.2-r1.ebuild:
-  ppc/ppc64 stable wrt #375385
-
-  16 Jul 2011; Markos Chandras  physfs-2.0.2-r1.ebuild:
-  Stable on amd64 wrt bug #375385
-
-*physfs-2.0.2-r1 (25 Apr 2011)
-
-  25 Apr 2011; Lars Wendler  -physfs-2.0.2.ebuild,
-  +physfs-2.0.2-r1.ebuild:
-  Non-maintainer commit: Don't install libs into /usr/lib6464. Thanks to Nick
-  Bowler for reporting this in bug #364741.
-
-*physfs-2.0.2 (24 Apr 2011)
-
-  24 Apr 2011; Michael Sterrett  +physfs-2.0.2.ebuild:
-  version bump (bug #364559)
-
-  15 Oct 2010; Brent Baude  physfs-2.0.1.ebuild:
-  stable ppc, bug 317239
-
-  21 Jul 2010; Jeroen Roovers  physfs-2.0.1.ebuild:
-  Stable for HPPA (bug #317239).
-
-  05 Jun 2010; Raúl Porcel  physfs-2.0.1.ebuild:
-  alpha/sparc stable wrt #317239
-
-  24 May 2010; Pacho Ramos  physfs-2.0.1.ebuild:
-  stable amd64, bug 317239
-
-  20 May 2010; Pawel Hajdan jr  physfs-2.0.1.ebuild:
-  x86 stable wrt bug #317239
-
-  11 May 2010; Brent Baude  physfs-2.0.1.ebuild:
-  stable ppc64, bug 317239
-
-*physfs-2.0.1 (25 Mar 2010)
-
-  25 Mar 2010; Tristan Heaven  +physfs-2.0.1.ebuild:
-  Version bump
-
-  08 Nov 2009; Joseph Jezak  physfs-2.0.0.ebuild:
-  Marked ppc stable for bug #290054.
-
-  29 Oct 2009; Michael Sterrett  physfs-2.0.0.ebuild:
-  add static-libs support
-
-  11 Oct 2009; Raúl Porcel  physfs-2.0.0.ebuild:
-  sparc stable wrt #284979
-
-  01 Oct 2009; Tobias Klausmann  physfs-2.0.0.ebuild:
-  Stable on alpha, bug #284979
-
-  26 Sep 2009; Brent Baude  physfs-2.0.0.ebuild:
-  Marking physfs-2.0.0 ppc64 for bug 284979
-
-  19 Sep 2009; Markus Meier  physfs-2.0.0.ebuild:
-  amd64/x86 stable, bug #284979
-
-  18 Sep 2009; Jeroen Roovers  physfs-2.0.0.ebuild:
-  Stable for HPPA (bug #284979).
-
-  09 Jun 2009; Tristan Heaven  physfs-2.0.0.ebuild:
-  Install into the correct libdir, bug #273308
-
-  26 May 2009; Alfredo Tupone 
-  +files/physfs-2.0.0-gcc44.patch, physfs-2.0.0.ebuild:
-  Remove -Werror, causing build to abort with gcc-4.4.0.
-  Bug #271251 by Robert Forster
-
-*physfs-2.0.0 (24 May 2009)
-
-  24 May 2009; Tristan Heaven  +physfs-2.0.0.ebuild,
-  metadata.xml:
-  Version bump
-
-*physfs-1.0.2 (12 Apr 2009)
-
-  12 Apr 2009; Michael Sterrett  +physfs-1.0.2.ebuild:
-  version bump
-
-*physfs-1.1.1 (27 Aug 2007)
-
-  27 Aug 2007; Michael Sterrett  +physfs-1.1.1.ebuild:
-  dev version bump
-
-  24 Apr 2007; Timothy Redaelli  physfs-1.1.0.ebuild:
-  Add ~x86-fbsd keyword.
-  Thanks to 

[gentoo-commits] gentoo-x86 commit in sys-kernel/gentoo-sources: ChangeLog gentoo-sources-3.18.1.ebuild

2014-12-16 Thread Mike Pagano (mpagano)
mpagano 14/12/16 20:04:03

  Modified: ChangeLog
  Added:gentoo-sources-3.18.1.ebuild
  Log:
  Linux patch 3.18.1
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B576E4E3)

Revision  ChangesPath
1.1455   sys-kernel/gentoo-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
retrieving revision 1.1454
retrieving revision 1.1455
diff -u -r1.1454 -r1.1455
--- ChangeLog   11 Dec 2014 18:47:50 -  1.1454
+++ ChangeLog   16 Dec 2014 20:04:03 -  1.1455
@@ -1,6 +1,11 @@
 # ChangeLog for sys-kernel/gentoo-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1454 2014/12/11 18:47:50 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1455 2014/12/16 20:04:03 mpagano Exp $
+
+*gentoo-sources-3.18.1 (16 Dec 2014)
+
+  16 Dec 2014; Mike Pagano  +gentoo-sources-3.18.1.ebuild:
+  Linux patch 3.18.1
 
   11 Dec 2014; Michael Pagano 
   -gentoo-sources-3.10.58.ebuild, -gentoo-sources-3.10.59.ebuild,



1.1  sys-kernel/gentoo-sources/gentoo-sources-3.18.1.ebuild

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

Index: gentoo-sources-3.18.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.18.1.ebuild,v
 1.1 2014/12/16 20:04:03 mpagano Exp $

EAPI="5"
ETYPE="sources"
K_WANT_GENPATCHES="base extras experimental"
K_GENPATCHES_VER="3"
K_DEBLOB_AVAILABLE="1"
inherit kernel-2
detect_version
detect_arch

KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches";
IUSE="deblob experimental"

DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"

pkg_postinst() {
kernel-2_pkg_postinst
einfo "For more info on this patchset, and how to report problems, see:"
einfo "${HOMEPAGE}"
}

pkg_postrm() {
kernel-2_pkg_postrm
}






[gentoo-commits] proj/linux-patches: New tag: 3.18-3

2014-12-16 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Dec 16 19:44:30 2014 +

New tag: 3.18-3




[gentoo-commits] proj/linux-patches:3.18 commit in: /

2014-12-16 Thread Mike Pagano
commit: 2746011051bd7572b73c0122fda80ead35cec711
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Dec 16 19:43:56 2014 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Dec 16 19:43:56 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/linux-patches.git;a=commit;h=27460110

Linux patch 3.18.1

---
 _README |4 +
 1000_linux-3.18.1.patch | 1189 +++
 2 files changed, 1193 insertions(+)

diff --git a/_README b/_README
index bde1067..f79b1b4 100644
--- a/_README
+++ b/_README
@@ -43,6 +43,10 @@ EXPERIMENTAL
 Individual Patch Descriptions:
 --
 
+Patch:  1000_linux-3.18.1.patch
+From:   http://www.kernel.org
+Desc:   Linux 3.18.1
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1000_linux-3.18.1.patch b/1000_linux-3.18.1.patch
new file mode 100644
index 000..1dc8609
--- /dev/null
+++ b/1000_linux-3.18.1.patch
@@ -0,0 +1,1189 @@
+diff --git a/Makefile b/Makefile
+index fd80c6e9bc23..3f84029f2b31 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 3
+ PATCHLEVEL = 18
+-SUBLEVEL = 0
++SUBLEVEL = 1
+ EXTRAVERSION =
+ NAME = Diseased Newt
+ 
+diff --git a/arch/mips/net/bpf_jit.c b/arch/mips/net/bpf_jit.c
+index 9b55143d19db..9fd6834a2172 100644
+--- a/arch/mips/net/bpf_jit.c
 b/arch/mips/net/bpf_jit.c
+@@ -426,7 +426,7 @@ static inline void emit_mod(unsigned int dst, unsigned int 
src,
+   u32 *p = &ctx->target[ctx->idx];
+   uasm_i_divu(&p, dst, src);
+   p = &ctx->target[ctx->idx + 1];
+-  uasm_i_mflo(&p, dst);
++  uasm_i_mfhi(&p, dst);
+   }
+   ctx->idx += 2; /* 2 insts */
+ }
+@@ -971,7 +971,7 @@ load_ind:
+   break;
+   case BPF_ALU | BPF_MOD | BPF_K:
+   /* A %= k */
+-  if (k == 1 || optimize_div(&k)) {
++  if (k == 1) {
+   ctx->flags |= SEEN_A;
+   emit_jit_reg_move(r_A, r_zero, ctx);
+   } else {
+diff --git a/arch/powerpc/platforms/cell/spufs/inode.c 
b/arch/powerpc/platforms/cell/spufs/inode.c
+index 87ba7cf99cd7..65d633f20d37 100644
+--- a/arch/powerpc/platforms/cell/spufs/inode.c
 b/arch/powerpc/platforms/cell/spufs/inode.c
+@@ -164,7 +164,7 @@ static void spufs_prune_dir(struct dentry *dir)
+   struct dentry *dentry, *tmp;
+ 
+   mutex_lock(&dir->d_inode->i_mutex);
+-  list_for_each_entry_safe(dentry, tmp, &dir->d_subdirs, d_u.d_child) {
++  list_for_each_entry_safe(dentry, tmp, &dir->d_subdirs, d_child) {
+   spin_lock(&dentry->d_lock);
+   if (!(d_unhashed(dentry)) && dentry->d_inode) {
+   dget_dlock(dentry);
+diff --git a/drivers/net/ethernet/marvell/mvneta.c 
b/drivers/net/ethernet/marvell/mvneta.c
+index ade067de1689..67a84cfaefa1 100644
+--- a/drivers/net/ethernet/marvell/mvneta.c
 b/drivers/net/ethernet/marvell/mvneta.c
+@@ -216,7 +216,7 @@
+ /* Various constants */
+ 
+ /* Coalescing */
+-#define MVNETA_TXDONE_COAL_PKTS   16
++#define MVNETA_TXDONE_COAL_PKTS   1
+ #define MVNETA_RX_COAL_PKTS   32
+ #define MVNETA_RX_COAL_USEC   100
+ 
+@@ -1721,6 +1721,7 @@ static int mvneta_tx(struct sk_buff *skb, struct 
net_device *dev)
+   u16 txq_id = skb_get_queue_mapping(skb);
+   struct mvneta_tx_queue *txq = &pp->txqs[txq_id];
+   struct mvneta_tx_desc *tx_desc;
++  int len = skb->len;
+   int frags = 0;
+   u32 tx_cmd;
+ 
+@@ -1788,7 +1789,7 @@ out:
+ 
+   u64_stats_update_begin(&stats->syncp);
+   stats->tx_packets++;
+-  stats->tx_bytes  += skb->len;
++  stats->tx_bytes  += len;
+   u64_stats_update_end(&stats->syncp);
+   } else {
+   dev->stats.tx_dropped++;
+diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c
+index be4649a49c5e..42b2d6a56d05 100644
+--- a/drivers/net/vxlan.c
 b/drivers/net/vxlan.c
+@@ -1995,9 +1995,8 @@ static int vxlan_init(struct net_device *dev)
+   spin_lock(&vn->sock_lock);
+   vs = vxlan_find_sock(vxlan->net, ipv6 ? AF_INET6 : AF_INET,
+vxlan->dst_port);
+-  if (vs) {
++  if (vs && atomic_add_unless(&vs->refcnt, 1, 0)) {
+   /* If we have a socket with same port already, reuse it */
+-  atomic_inc(&vs->refcnt);
+   vxlan_vs_add_dev(vs, vxlan);
+   } else {
+   /* otherwise make new socket outside of RTNL */
+@@ -2396,12 +2395,9 @@ struct vxlan_sock *vxlan_sock_add(struct net *net, 
__be16 port,
+ 
+   spin_lock(&vn->sock_lock);
+   vs = vxlan_find_sock(net, ipv6 ? AF_INET6 : AF_INET, port);
+-  if (vs) {
+-

[gentoo-commits] gentoo-x86 commit in media-libs/libwebp: ChangeLog libwebp-0.4.2.ebuild

2014-12-16 Thread PaweA Hajdan (phajdan.jr)
phajdan.jr14/12/16 19:35:49

  Modified: ChangeLog
  Added:libwebp-0.4.2.ebuild
  Log:
  Version bump, bug #524812 by Michalis Adamidis.
  
  (Portage version: 2.2.8-r2/cvs/Linux i686, signed Manifest commit with key 
0x4F1A2555EA71991D!)

Revision  ChangesPath
1.80 media-libs/libwebp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libwebp/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog   28 Apr 2014 17:45:42 -  1.79
+++ ChangeLog   16 Dec 2014 19:35:49 -  1.80
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libwebp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libwebp/ChangeLog,v 1.79 
2014/04/28 17:45:42 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libwebp/ChangeLog,v 1.80 
2014/12/16 19:35:49 phajdan.jr Exp $
+
+*libwebp-0.4.2 (16 Dec 2014)
+
+  16 Dec 2014; Pawel Hajdan jr  +libwebp-0.4.2.ebuild:
+  Version bump, bug #524812 by Michalis Adamidis.
 
   28 Apr 2014; Michał Górny  libwebp-0.3.1.ebuild,
   libwebp-0.4.0.ebuild:



1.1  media-libs/libwebp/libwebp-0.4.2.ebuild

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

Index: libwebp-0.4.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libwebp/libwebp-0.4.2.ebuild,v 
1.1 2014/12/16 19:35:49 phajdan.jr Exp $

EAPI=5
inherit eutils libtool multilib-minimal

DESCRIPTION="A lossy image compression format"
HOMEPAGE="http://code.google.com/p/webp/";
SRC_URI="http://downloads.webmproject.org/releases/webp/${P}.tar.gz";

LICENSE="BSD"
SLOT="0/5" # subslot = libwebp soname version
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~m68k-mint"
IUSE="experimental gif +jpeg opengl +png static-libs swap-16bit-csp tiff"

# TODO: dev-lang/swig bindings in swig/ subdirectory
RDEPEND="gif? ( media-libs/giflib:= )
jpeg? ( virtual/jpeg:0= )
opengl? (
media-libs/freeglut
virtual/opengl
)
png? ( media-libs/libpng:0= )
tiff? ( media-libs/tiff:0= )"
DEPEND="${RDEPEND}"

ECONF_SOURCE=${S}

src_prepare() {
# This is conflicting with `usex` later on, upstream is using ac_cv_ 
wrong
# If modifying configure.ac, eautoreconf is required because of 
"Maintainer mode"
sed -i -e '/unset ac_cv_header_GL_glut_h/d' configure || die

# Fix libtool relinking, bug 499270.
elibtoolize
}

multilib_src_configure() {
# Only used for gif2webp binary wrt #486646
local build_gif2webp=$(usex gif)
multilib_is_native_abi || build_gif2webp=no

ac_cv_header_gif_lib_h=${build_gif2webp} \
ac_cv_header_jpeglib_h=$(usex jpeg) \
ac_cv_header_png_h=$(usex png) \
ac_cv_header_GL_glut_h=$(usex opengl) \
ac_cv_header_tiffio_h=$(usex tiff) \
econf \
$(use_enable static-libs static) \
$(use_enable swap-16bit-csp) \
$(use_enable experimental) \
--enable-libwebpmux \
--enable-libwebpdemux \
--enable-libwebpdecoder
}

multilib_src_install() {
emake DESTDIR="${D}" install
}

multilib_src_install_all() {
prune_libtool_files
dodoc AUTHORS ChangeLog doc/*.txt NEWS README{,.mux}
}






[gentoo-commits] gentoo-x86 commit in sys-kernel/vanilla-sources: ChangeLog vanilla-sources-3.18.1.ebuild vanilla-sources-3.10.63.ebuild vanilla-sources-3.17.7.ebuild vanilla-sources-3.14.27.ebuild va

2014-12-16 Thread Mike Pagano (mpagano)
mpagano 14/12/16 19:24:48

  Modified: ChangeLog
  Added:vanilla-sources-3.18.1.ebuild
vanilla-sources-3.10.63.ebuild
vanilla-sources-3.17.7.ebuild
vanilla-sources-3.14.27.ebuild
  Removed:  vanilla-sources-3.18.0.ebuild
vanilla-sources-3.10.62.ebuild
vanilla-sources-3.17.6.ebuild
vanilla-sources-3.14.26.ebuild
  Log:
  Version bumps. Remove old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B576E4E3)

Revision  ChangesPath
1.1337   sys-kernel/vanilla-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?rev=1.1337&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?rev=1.1337&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?r1=1.1336&r2=1.1337

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v
retrieving revision 1.1336
retrieving revision 1.1337
diff -u -r1.1336 -r1.1337
--- ChangeLog   15 Dec 2014 19:05:17 -  1.1336
+++ ChangeLog   16 Dec 2014 19:24:48 -  1.1337
@@ -1,6 +1,18 @@
 # ChangeLog for sys-kernel/vanilla-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 
1.1336 2014/12/15 19:05:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 
1.1337 2014/12/16 19:24:48 mpagano Exp $
+
+*vanilla-sources-3.18.1 (16 Dec 2014)
+*vanilla-sources-3.17.7 (16 Dec 2014)
+*vanilla-sources-3.14.27 (16 Dec 2014)
+*vanilla-sources-3.10.63 (16 Dec 2014)
+
+  16 Dec 2014; Mike Pagano 
+  -vanilla-sources-3.10.62.ebuild, +vanilla-sources-3.10.63.ebuild,
+  -vanilla-sources-3.14.26.ebuild, +vanilla-sources-3.14.27.ebuild,
+  -vanilla-sources-3.17.6.ebuild, +vanilla-sources-3.17.7.ebuild,
+  -vanilla-sources-3.18.0.ebuild, +vanilla-sources-3.18.1.ebuild:
+  Version bumps. Remove old.
 
 *vanilla-sources-3.2.65 (15 Dec 2014)
 



1.1  sys-kernel/vanilla-sources/vanilla-sources-3.18.1.ebuild

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

Index: vanilla-sources-3.18.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.18.1.ebuild,v
 1.1 2014/12/16 19:24:48 mpagano Exp $

EAPI="5"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_SECURITY_UNSUPPORTED="1"
K_DEBLOB_AVAILABLE="1"
ETYPE="sources"
inherit kernel-2
detect_version

DESCRIPTION="Full sources for the Linux kernel"
HOMEPAGE="http://www.kernel.org";
SRC_URI="${KERNEL_URI}"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
IUSE="deblob"



1.1  sys-kernel/vanilla-sources/vanilla-sources-3.10.63.ebuild

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

Index: vanilla-sources-3.10.63.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.10.63.ebuild,v
 1.1 2014/12/16 19:24:48 mpagano Exp $

EAPI="5"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_SECURITY_UNSUPPORTED="1"
K_DEBLOB_AVAILABLE="1"
ETYPE="sources"
inherit kernel-2
detect_version

DESCRIPTION="Full sources for the Linux kernel"
HOMEPAGE="http://www.kernel.org";
SRC_URI="${KERNEL_URI}"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
IUSE="deblob"



1.1  sys-kernel/vanilla-sources/vanilla-sources-3.17.7.ebuild

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

Index: vanilla-sources-3.17.7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU G

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

2014-12-16 Thread Manuel Rüger
commit: 11774d092f230247b613ab6dc661328bc261131c
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Dec 16 18:22:54 2014 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Dec 16 18:22:54 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=11774d09

[profiles] Mask python USE flag for kde-apps/marble

---
 profiles/package.use.mask | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/profiles/package.use.mask b/profiles/package.use.mask
index 15462ee..e00cf30 100644
--- a/profiles/package.use.mask
+++ b/profiles/package.use.mask
@@ -2,4 +2,5 @@
 # This is not likely to change in the future
 # Aside, they are sloppy in updating even for releases.
 >=kde-base/marble-4.12.49. python
-=kde-apps/marble-14.11.97 python
+>=kde-apps/marble-14.11.97 python
+



[gentoo-commits] gentoo-x86 commit in sys-devel/autogen: ChangeLog autogen-5.18.4.ebuild

2014-12-16 Thread Michael Haubenwallner (haubi)
haubi   14/12/16 17:57:24

  Modified: ChangeLog autogen-5.18.4.ebuild
  Log:
  autogen-5.18.4: add ~ppc-aix Prefix keyword
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A630CCB8)

Revision  ChangesPath
1.112sys-devel/autogen/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog   8 Oct 2014 02:21:23 -   1.111
+++ ChangeLog   16 Dec 2014 17:57:24 -  1.112
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/autogen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.111 
2014/10/08 02:21:23 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.112 
2014/12/16 17:57:24 haubi Exp $
+
+  16 Dec 2014; Michael Haubenwallner  autogen-5.18.4.ebuild:
+  add ~ppc-aix Prefix keyword
 
 *autogen-5.18.4 (08 Oct 2014)
 



1.2  sys-devel/autogen/autogen-5.18.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autogen/autogen-5.18.4.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autogen/autogen-5.18.4.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autogen/autogen-5.18.4.ebuild?r1=1.1&r2=1.2

Index: autogen-5.18.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- autogen-5.18.4.ebuild   8 Oct 2014 02:21:23 -   1.1
+++ autogen-5.18.4.ebuild   16 Dec 2014 17:57:24 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.4.ebuild,v 
1.1 2014/10/08 02:21:23 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.4.ebuild,v 
1.2 2014/12/16 17:57:24 haubi Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux 
~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="libopts static-libs"
 
 RDEPEND=">=dev-scheme/guile-1.8






[gentoo-commits] gentoo-x86 commit in dev-python/mysql-connector-python: metadata.xml ChangeLog

2014-12-16 Thread Brian Evans (grknight)
grknight14/12/16 17:57:23

  Modified: metadata.xml ChangeLog
  Log:
  Add python herd; ack by mgorny
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
67C78E1D)

Revision  ChangesPath
1.2  dev-python/mysql-connector-python/metadata.xml

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

Index: metadata.xml
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/mysql-connector-python/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml16 Dec 2014 17:32:21 -  1.1
+++ metadata.xml16 Dec 2014 17:57:23 -  1.2
@@ -2,6 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 
 mysql
+python
 
 
 



1.2  dev-python/mysql-connector-python/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/mysql-connector-python/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   16 Dec 2014 17:32:21 -  1.1
+++ ChangeLog   16 Dec 2014 17:57:23 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/mysql-connector-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/mysql-connector-python/ChangeLog,v 1.1 
2014/12/16 17:32:21 grknight Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/mysql-connector-python/ChangeLog,v 1.2 
2014/12/16 17:57:23 grknight Exp $
+
+  16 Dec 2014; Brian Evans  metadata.xml:
+  Add python herd; ack by mgorny
 
 *mysql-connector-python-2.0.2 (16 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-scheme/guile: ChangeLog guile-1.8.8-r1.ebuild

2014-12-16 Thread Michael Haubenwallner (haubi)
haubi   14/12/16 17:54:41

  Modified: ChangeLog guile-1.8.8-r1.ebuild
  Log:
  guile-1.8.8-r1: add ~ppc-aix Prefix keyword
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A630CCB8)

Revision  ChangesPath
1.107dev-scheme/guile/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-scheme/guile/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog   11 Dec 2014 00:01:26 -  1.106
+++ ChangeLog   16 Dec 2014 17:54:40 -  1.107
@@ -1,6 +1,9 @@
 # ChangeLog for dev-scheme/guile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/ChangeLog,v 1.106 
2014/12/11 00:01:26 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/ChangeLog,v 1.107 
2014/12/16 17:54:40 haubi Exp $
+
+  16 Dec 2014; Michael Haubenwallner  guile-1.8.8-r1.ebuild:
+  add ~ppc-aix Prefix keyword
 
   11 Dec 2014; Zac Medico  guile-1.8.8-r1.ebuild,
   guile-2.0.0.ebuild:



1.20 dev-scheme/guile/guile-1.8.8-r1.ebuild

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

Index: guile-1.8.8-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-scheme/guile/guile-1.8.8-r1.ebuild,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- guile-1.8.8-r1.ebuild   11 Dec 2014 00:01:26 -  1.19
+++ guile-1.8.8-r1.ebuild   16 Dec 2014 17:54:40 -  1.20
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/guile-1.8.8-r1.ebuild,v 
1.19 2014/12/11 00:01:26 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/guile-1.8.8-r1.ebuild,v 
1.20 2014/12/16 17:54:40 haubi Exp $
 
 EAPI=5
 inherit eutils autotools flag-o-matic elisp-common
@@ -10,7 +10,7 @@
 SRC_URI="mirror://gnu/guile/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="networking +regex discouraged +deprecated emacs nls debug-freelist 
debug-malloc debug +threads"
 RESTRICT="!regex? ( test )"
 






[gentoo-commits] gentoo-x86 commit in net-misc/cgminer: metadata.xml cgminer-4.9.0.ebuild ChangeLog

2014-12-16 Thread Anthony G. Basile (blueness)
blueness14/12/16 17:43:02

  Modified: metadata.xml cgminer-4.9.0.ebuild ChangeLog
  Log:
  Fix up supported hardware for 4.9.0
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.22 net-misc/cgminer/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/cgminer/metadata.xml?rev=1.22&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/cgminer/metadata.xml?rev=1.22&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/cgminer/metadata.xml?r1=1.21&r2=1.22

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/cgminer/metadata.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- metadata.xml16 Dec 2014 17:29:55 -  1.21
+++ metadata.xml16 Dec 2014 17:43:02 -  1.22
@@ -21,6 +21,7 @@
Enable support for mining with ButterFly 
Labs BitFORCE FPGAs
Enable support for mining with BitFury 
ASICs
Enable support for mining with 
Bitmine.ch A1 ASICs
+   Enable support for mining with 
BlockRupter ASICs
Enable support for mining with Cointerra 
ASICs
Enable support for mining with Drillbit 
BitFury ASICs
Enable support for mining with 
Hashfast



1.2  net-misc/cgminer/cgminer-4.9.0.ebuild

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

Index: cgminer-4.9.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/cgminer/cgminer-4.9.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cgminer-4.9.0.ebuild16 Dec 2014 17:29:55 -  1.1
+++ cgminer-4.9.0.ebuild16 Dec 2014 17:43:02 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/cgminer/cgminer-4.9.0.ebuild,v 1.1 
2014/12/16 17:29:55 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/cgminer/cgminer-4.9.0.ebuild,v 1.2 
2014/12/16 17:43:02 blueness Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
 
-HARDWARE="ants1 ants2 avalon avalon2 avalon4 bab bitmine_A1 bflsc bitforce 
bitfury cointerra drillbit hashfast hashratio icarus klondike knc minion 
modminer spondoolies"
+HARDWARE="ants1 ants2 avalon avalon2 avalon4 bab bitmine_A1 bflsc bitforce 
bitfury blockerupter cointerra drillbit hashfast hashratio icarus klondike knc 
minion modminer spondoolies"
 IUSE="doc examples udev hardened ncurses ${HARDWARE}"
 
 REQUIRED_USE="|| ( ${HARDWARE} )"
@@ -23,12 +23,15 @@
 RDEPEND="net-misc/curl
>=dev-libs/jansson-2.6
ncurses? ( sys-libs/ncurses )
+   ants1? ( virtual/libusb:1[udev] )
+   ants2? ( virtual/libusb:1[udev] )
avalon? ( virtual/libusb:1[udev] )
avalon2? ( virtual/libusb:1[udev] )
avalon4? ( virtual/libusb:1[udev] )
bflsc? ( virtual/libusb:1[udev] )
bitforce? ( virtual/libusb:1[udev] )
bitfury? ( virtual/libusb:1[udev] )
+   blockerupter? ( virtual/libusb:1[udev] )
cointerra? ( virtual/libusb:1[udev] )
drillbit? ( virtual/libusb:1[udev] )
hashfast? ( virtual/libusb:1[udev] )
@@ -60,6 +63,7 @@
$(use_enable bflsc) \
$(use_enable bitforce) \
$(use_enable bitfury) \
+   $(use_enable blockerupter) \
$(use_enable cointerra) \
$(use_enable drillbit) \
$(use_enable hashfast) \



1.85 net-misc/cgminer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/cgminer/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog   16 Dec 2014 17:29:55 -  1.84
+++ ChangeLog   16 Dec 2014 17:43:02 -  1.85
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/cgminer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/cgminer/ChangeLog,v 1.84 
2014/12/16 17:29

  1   2   >