[gentoo-commits] gentoo-x86 commit in dev-libs/mps: mps-1.114.0.ebuild ChangeLog

2014-07-11 Thread Patrick Lauer (patrick)
patrick 14/07/11 06:26:18

  Modified: ChangeLog
  Added:mps-1.114.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.7  dev-libs/mps/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/mps/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   15 May 2013 06:58:46 -  1.6
+++ ChangeLog   11 Jul 2014 06:26:17 -  1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/mps
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/mps/ChangeLog,v 1.6 2013/05/15 
06:58:46 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mps/ChangeLog,v 1.7 2014/07/11 
06:26:17 patrick Exp $
+
+*mps-1.114.0 (11 Jul 2014)
+
+  11 Jul 2014; Patrick Lauer patr...@gentoo.org +mps-1.114.0.ebuild:
+  Bump
 
   15 May 2013; Patrick Lauer patr...@gentoo.org mps-1.111.0.ebuild:
   Small fix to src_install



1.1  dev-libs/mps/mps-1.114.0.ebuild

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

Index: mps-1.114.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/mps/mps-1.114.0.ebuild,v 1.1 
2014/07/11 06:26:17 patrick Exp $

EAPI=4

inherit eutils

DESCRIPTION=Ravenbrook Memory Pool System

MY_P=${PN}-kit-${PV}
HOMEPAGE=http://www.ravenbrook.com/project/mps/;
SRC_URI=http://www.ravenbrook.com/project/${PN}/release/${PV}/${MY_P}.tar.gz;

LICENSE=Sleepycat
SLOT=0
KEYWORDS=~x86
IUSE=

DEPEND=
RDEPEND=${DEPEND}

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

src_prepare() {
# need to fix CFLAGS, it's still being silly
sed -i -e 's/-Werror//' code/g{c,p}.gmk || die Failed to fix CFLAGS
}

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






[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog autotools.eclass base.eclass cdrom.eclass cmake-utils.eclass cvs.eclass enlightenment.eclass eutils.eclass fcaps.eclass fixheadtails.eclass flag

2014-07-11 Thread Ulrich Mueller (ulm)
ulm 14/07/11 08:21:59

  Modified: ChangeLog autotools.eclass base.eclass cdrom.eclass
cmake-utils.eclass cvs.eclass enlightenment.eclass
eutils.eclass fcaps.eclass fixheadtails.eclass
flag-o-matic.eclass games.eclass kde4-base.eclass
kde4-functions.eclass kde4-meta-pkg.eclass
kde4-meta.eclass libtool.eclass multilib.eclass
multiprocessing.eclass pam.eclass pax-utils.eclass
portability.eclass qmake-utils.eclass
readme.gentoo.eclass toolchain-funcs.eclass
unpacker.eclass user.eclass versionator.eclass
  Log:
  Avoid reserved names for functions and variables, bug 516092.

Revision  ChangesPath
1.1319   eclass/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1319view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1319content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1318r2=1.1319

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1318
retrieving revision 1.1319
diff -u -r1.1318 -r1.1319
--- ChangeLog   8 Jul 2014 08:49:10 -   1.1318
+++ ChangeLog   11 Jul 2014 08:21:58 -  1.1319
@@ -1,6 +1,16 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1318 2014/07/08 
08:49:10 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1319 2014/07/11 
08:21:58 ulm Exp $
+
+  11 Jul 2014; Ulrich Müller u...@gentoo.org autotools.eclass, base.eclass,
+  cdrom.eclass, cmake-utils.eclass, cvs.eclass, enlightenment.eclass,
+  eutils.eclass, fcaps.eclass, fixheadtails.eclass, flag-o-matic.eclass,
+  games.eclass, kde4-base.eclass, kde4-functions.eclass, kde4-meta.eclass,
+  kde4-meta-pkg.eclass, libtool.eclass, multilib.eclass,
+  multiprocessing.eclass, pam.eclass, pax-utils.eclass, portability.eclass,
+  qmake-utils.eclass, readme.gentoo.eclass, toolchain-funcs.eclass,
+  unpacker.eclass, user.eclass, versionator.eclass:
+  Avoid reserved names for functions and variables, bug 516092.
 
   08 Jul 2014; Michał Górny mgo...@gentoo.org distutils-r1.eclass:
   Support linking Python modules on aix, thanks to haubi.



1.162eclass/autotools.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/autotools.eclass?rev=1.162view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/autotools.eclass?rev=1.162content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/autotools.eclass?r1=1.161r2=1.162

Index: autotools.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- autotools.eclass1 Mar 2014 11:51:08 -   1.161
+++ autotools.eclass11 Jul 2014 08:21:58 -  1.162
@@ -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/eclass/autotools.eclass,v 1.161 2014/03/01 
11:51:08 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.162 2014/07/11 
08:21:58 ulm Exp $
 
 # @ECLASS: autotools.eclass
 # @MAINTAINER:
@@ -13,8 +13,8 @@
 # Note: We require GNU m4, as does autoconf.  So feel free to use any features
 # from the GNU version of m4 without worrying about other variants (i.e. BSD).
 
-if [[ ${___ECLASS_ONCE_AUTOTOOLS} != recur -_+^+_- spank ]] ; then
-___ECLASS_ONCE_AUTOTOOLS=recur -_+^+_- spank
+if [[ -z ${_AUTOTOOLS_ECLASS} ]]; then
+_AUTOTOOLS_ECLASS=1
 
 inherit libtool multiprocessing
 



1.59 eclass/base.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/base.eclass?rev=1.59view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/base.eclass?rev=1.59content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/base.eclass?r1=1.58r2=1.59

Index: base.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/base.eclass,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- base.eclass 27 Sep 2012 16:35:41 -  1.58
+++ base.eclass 11 Jul 2014 08:21:58 -  1.59
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/base.eclass,v 1.58 2012/09/27 
16:35:41 axs Exp $
+# $Header: 

[gentoo-commits] gentoo-x86 commit in app-emacs/slime: slime-2.0_p20101103.ebuild ChangeLog

2014-07-11 Thread Patrick Lauer (patrick)
patrick 14/07/11 08:44:28

  Modified: slime-2.0_p20101103.ebuild ChangeLog
  Log:
  Stable on amd64 #511170
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.4  app-emacs/slime/slime-2.0_p20101103.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/slime/slime-2.0_p20101103.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/slime/slime-2.0_p20101103.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/slime/slime-2.0_p20101103.ebuild?r1=1.3r2=1.4

Index: slime-2.0_p20101103.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/slime/slime-2.0_p20101103.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- slime-2.0_p20101103.ebuild  3 Oct 2013 06:24:56 -   1.3
+++ slime-2.0_p20101103.ebuild  11 Jul 2014 08:44:28 -  1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/slime/slime-2.0_p20101103.ebuild,v 1.3 
2013/10/03 06:24:56 gienah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/slime/slime-2.0_p20101103.ebuild,v 1.4 
2014/07/11 08:44:28 patrick Exp $
 
 EAPI=3
 
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2 xref? ( xref.lisp )
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos
+KEYWORDS=amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos
 IUSE=doc xref
 
 RDEPEND=virtual/commonlisp



1.73 app-emacs/slime/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/slime/ChangeLog?rev=1.73view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/slime/ChangeLog?rev=1.73content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/slime/ChangeLog?r1=1.72r2=1.73

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/slime/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   3 Oct 2013 06:24:56 -   1.72
+++ ChangeLog   11 Jul 2014 08:44:28 -  1.73
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/slime
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/ChangeLog,v 1.72 2013/10/03 
06:24:56 gienah Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/ChangeLog,v 1.73 2014/07/11 
08:44:28 patrick Exp $
+
+  11 Jul 2014; Patrick Lauer patr...@gentoo.org slime-2.0_p20101103.ebuild:
+  Stable on amd64 #511170
 
   03 Oct 2013; Mark Wright gie...@gentoo.org slime-2.0_p20101103.ebuild:
   Fix bug 466874, thanks to jamesjames for reporting






[gentoo-commits] gentoo-x86 commit in dev-libs/libsigsegv: libsigsegv-2.10.ebuild ChangeLog

2014-07-11 Thread Patrick Lauer (patrick)
patrick 14/07/11 08:45:08

  Modified: libsigsegv-2.10.ebuild ChangeLog
  Log:
  Stable on amd64 #511170
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.5  dev-libs/libsigsegv/libsigsegv-2.10.ebuild

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

Index: libsigsegv-2.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libsigsegv/libsigsegv-2.10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libsigsegv-2.10.ebuild  22 Jun 2014 18:41:23 -  1.4
+++ libsigsegv-2.10.ebuild  11 Jul 2014 08:45:08 -  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/dev-libs/libsigsegv/libsigsegv-2.10.ebuild,v 1.4 
2014/06/22 18:41:23 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libsigsegv/libsigsegv-2.10.ebuild,v 1.5 
2014/07/11 08:45:08 patrick Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris
 IUSE=
 
 src_configure () {
@@ -20,8 +20,8 @@
 src_test () {
if [[ ${FEATURES} = *sandbox* ]]
then
-   ewarn It is known that the stackoverflow
-   ewarn tests will fail with sandbox enabled.
+   # skip tests as they will fail
+   return 0
fi
emake check ||  die Tests failed
 }



1.49 dev-libs/libsigsegv/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libsigsegv/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog   22 Jun 2014 18:41:23 -  1.48
+++ ChangeLog   11 Jul 2014 08:45:08 -  1.49
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libsigsegv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigsegv/ChangeLog,v 1.48 
2014/06/22 18:41:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigsegv/ChangeLog,v 1.49 
2014/07/11 08:45:08 patrick Exp $
+
+  11 Jul 2014; Patrick Lauer patr...@gentoo.org libsigsegv-2.10.ebuild:
+  Stable on amd64 #511170
 
   22 Jun 2014; Markus Meier mae...@gentoo.org libsigsegv-2.10.ebuild:
   arm stable, bug #511170






[gentoo-commits] gentoo-x86 commit in dev-lisp/abcl: abcl-0.20.0.ebuild ChangeLog

2014-07-11 Thread Patrick Lauer (patrick)
patrick 14/07/11 08:45:40

  Modified: abcl-0.20.0.ebuild ChangeLog
  Log:
  Stable on amd64 #511170
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  dev-lisp/abcl/abcl-0.20.0.ebuild

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

Index: abcl-0.20.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/abcl/abcl-0.20.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- abcl-0.20.0.ebuild  29 May 2010 16:57:37 -  1.1
+++ abcl-0.20.0.ebuild  11 Jul 2014 08:45:40 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/abcl/abcl-0.20.0.ebuild,v 1.1 
2010/05/29 16:57:37 chiiph Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/abcl/abcl-0.20.0.ebuild,v 1.2 
2014/07/11 08:45:40 patrick Exp $
 
 EAPI=2
 
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=jad
 
 DEPEND==virtual/jdk-1.5



1.9  dev-lisp/abcl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/abcl/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   29 May 2010 16:57:36 -  1.8
+++ ChangeLog   11 Jul 2014 08:45:40 -  1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lisp/abcl
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/abcl/ChangeLog,v 1.8 2010/05/29 
16:57:36 chiiph Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/abcl/ChangeLog,v 1.9 2014/07/11 
08:45:40 patrick Exp $
+
+  11 Jul 2014; Patrick Lauer patr...@gentoo.org abcl-0.20.0.ebuild:
+  Stable on amd64 #511170
 
 *abcl-0.20.0 (29 May 2010)
 
@@ -35,4 +38,3 @@
   11 Jan 2006; Matthew Kennedy mkenn...@gentoo.org +metadata.xml,
   +abcl-0.0.9.ebuild:
   Initial port.  Ebuild contributed by Matthew Kennedy mkenn...@gentoo.org.
-






[gentoo-commits] gentoo-x86 commit in dev-lisp/asdf: asdf-3.0.3.ebuild ChangeLog

2014-07-11 Thread Patrick Lauer (patrick)
patrick 14/07/11 08:46:18

  Modified: asdf-3.0.3.ebuild ChangeLog
  Log:
  Stable on amd64 #511170
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  dev-lisp/asdf/asdf-3.0.3.ebuild

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

Index: asdf-3.0.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/asdf/asdf-3.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- asdf-3.0.3.ebuild   9 Mar 2014 14:16:24 -   1.1
+++ asdf-3.0.3.ebuild   11 Jul 2014 08:46:18 -  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-lisp/asdf/asdf-3.0.3.ebuild,v 1.1 
2014/03/09 14:16:24 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/asdf-3.0.3.ebuild,v 1.2 
2014/07/11 08:46:18 patrick Exp $
 
 EAPI=5
 inherit eutils
@@ -11,8 +11,8 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~sparc ~x86
-IUSE=doc
+KEYWORDS=amd64 ~ppc ~sparc ~x86
+IUSE=doc test
 
 SLOT=0/${PVR}
 
@@ -20,7 +20,8 @@
!dev-lisp/asdf-binary-locations
!dev-lisp/gentoo-init
!dev-lisp/asdf-2.33-r3
-   doc? ( virtual/texi2dvi )
+   doc? ( virtual/texi2dvi )
+   test? ( dev-lisp/sbcl )
 RDEPEND=
 PDEPEND=~dev-lisp/uiop-${PV}
 



1.17 dev-lisp/asdf/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   9 Mar 2014 14:16:24 -   1.16
+++ ChangeLog   11 Jul 2014 08:46:18 -  1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lisp/asdf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v 1.16 2014/03/09 
14:16:24 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v 1.17 2014/07/11 
08:46:18 patrick Exp $
+
+  11 Jul 2014; Patrick Lauer patr...@gentoo.org asdf-3.0.3.ebuild:
+  Stable on amd64 #511170
 
 *asdf-3.0.3 (09 Mar 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-lisp/cl-clx: cl-clx-0.7.3.ebuild ChangeLog

2014-07-11 Thread Patrick Lauer (patrick)
patrick 14/07/11 08:46:53

  Modified: cl-clx-0.7.3.ebuild ChangeLog
  Log:
  Stable on amd64 #511170
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.6  dev-lisp/cl-clx/cl-clx-0.7.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cl-clx/cl-clx-0.7.3.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cl-clx/cl-clx-0.7.3.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cl-clx/cl-clx-0.7.3.ebuild?r1=1.5r2=1.6

Index: cl-clx-0.7.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/cl-clx/cl-clx-0.7.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cl-clx-0.7.3.ebuild 29 Sep 2012 16:56:32 -  1.5
+++ cl-clx-0.7.3.ebuild 11 Jul 2014 08:46:53 -  1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-clx/cl-clx-0.7.3.ebuild,v 1.5 
2012/09/29 16:56:32 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-clx/cl-clx-0.7.3.ebuild,v 1.6 
2014/07/11 08:46:53 patrick Exp $
 
 inherit common-lisp eutils
 
@@ -28,7 +28,7 @@
 src_install() {
for i in . demo test debug; do
insinto /usr/share/common-lisp/source/clx/${i}
-   doins ${S}/${i}/*.lisp
+   doins ${S}/${i}/*.lisp
done
insinto /usr/share/common-lisp/source/clx
doins clx.asd NEWS CHANGES README README-R5 \



1.17 dev-lisp/cl-clx/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/cl-clx/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   29 Sep 2012 16:56:32 -  1.16
+++ ChangeLog   11 Jul 2014 08:46:53 -  1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lisp/cl-clx
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-clx/ChangeLog,v 1.16 2012/09/29 
16:56:32 ulm Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-clx/ChangeLog,v 1.17 2014/07/11 
08:46:53 patrick Exp $
+
+  11 Jul 2014; Patrick Lauer patr...@gentoo.org cl-clx-0.7.3.ebuild:
+  Stable on amd64 #511170
 
   29 Sep 2012; Ulrich Müller u...@gentoo.org cl-clx-0.7.1.ebuild,
   cl-clx-0.7.2.ebuild, cl-clx-0.7.3.ebuild:
@@ -66,4 +69,3 @@
   14 Dec 2004; Matthew Kennedy mkenn...@gentoo.org +metadata.xml,
   +files/0.6-gentoo.patch, +cl-clx-0.6.ebuild:
   Initial port.  Ebuild contributed by Matthew Kennedy mkenn...@gentoo.org
-






[gentoo-commits] gentoo-x86 commit in dev-lisp/cl-ppcre: cl-ppcre-1.2.16.ebuild ChangeLog

2014-07-11 Thread Patrick Lauer (patrick)
patrick 14/07/11 08:47:29

  Modified: cl-ppcre-1.2.16.ebuild ChangeLog
  Log:
  Stable on amd64 #511170
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.3  dev-lisp/cl-ppcre/cl-ppcre-1.2.16.ebuild

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

Index: cl-ppcre-1.2.16.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/cl-ppcre/cl-ppcre-1.2.16.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cl-ppcre-1.2.16.ebuild  7 Jan 2010 15:14:46 -   1.2
+++ cl-ppcre-1.2.16.ebuild  11 Jul 2014 08:47:28 -  1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ppcre/cl-ppcre-1.2.16.ebuild,v 
1.2 2010/01/07 15:14:46 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ppcre/cl-ppcre-1.2.16.ebuild,v 
1.3 2014/07/11 08:47:28 patrick Exp $
 
 inherit common-lisp
 
@@ -9,7 +9,7 @@
http://www.cliki.net/cl-ppcre;
 SRC_URI=mirror://gentoo/${PN}_${PV}.orig.tar.gz
 LICENSE=BSD
-KEYWORDS=~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos
+KEYWORDS=amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos
 IUSE=
 DEPEND=dev-lisp/common-lisp-controller
virtual/commonlisp



1.50 dev-lisp/cl-ppcre/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cl-ppcre/ChangeLog?rev=1.50view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cl-ppcre/ChangeLog?rev=1.50content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cl-ppcre/ChangeLog?r1=1.49r2=1.50

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/cl-ppcre/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   7 Jan 2010 15:14:46 -   1.49
+++ ChangeLog   11 Jul 2014 08:47:28 -  1.50
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lisp/cl-ppcre
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ppcre/ChangeLog,v 1.49 
2010/01/07 15:14:46 fauli Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ppcre/ChangeLog,v 1.50 
2014/07/11 08:47:28 patrick Exp $
+
+  11 Jul 2014; Patrick Lauer patr...@gentoo.org cl-ppcre-1.2.16.ebuild:
+  Stable on amd64 #511170
 
   07 Jan 2010; Christian Faulhammer fa...@gentoo.org
   cl-ppcre-1.2.16.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-lisp/clisp: clisp-2.49-r8.ebuild ChangeLog

2014-07-11 Thread Patrick Lauer (patrick)
patrick 14/07/11 08:48:28

  Modified: clisp-2.49-r8.ebuild ChangeLog
  Log:
  Stable on amd64 #511170
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  dev-lisp/clisp/clisp-2.49-r8.ebuild

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

Index: clisp-2.49-r8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.49-r8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- clisp-2.49-r8.ebuild12 Aug 2013 15:11:30 -  1.1
+++ clisp-2.49-r8.ebuild11 Jul 2014 08:48:28 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.49-r8.ebuild,v 1.1 
2013/08/12 15:11:30 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.49-r8.ebuild,v 1.2 
2014/07/11 08:48:28 patrick Exp $
 
 EAPI=5
 inherit flag-o-matic eutils toolchain-funcs multilib
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=2/${PV}
-KEYWORDS=~amd64 ~ppc ~sparc ~x86
+KEYWORDS=amd64 ~ppc ~sparc ~x86
 IUSE=hyperspec X berkdb dbus fastcgi gdbm gtk pari +pcre postgres +readline 
svm -threads +unicode +zlib
 # jit disabled ATM
 



1.111dev-lisp/clisp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog   11 Jul 2014 03:22:37 -  1.110
+++ ChangeLog   11 Jul 2014 08:48:28 -  1.111
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lisp/clisp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v 1.110 2014/07/11 
03:22:37 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v 1.111 2014/07/11 
08:48:28 patrick Exp $
+
+  11 Jul 2014; Patrick Lauer patr...@gentoo.org clisp-2.49-r8.ebuild:
+  Stable on amd64 #511170
 
   11 Jul 2014; Patrick Lauer patr...@gentoo.org clisp-2.48-r2.ebuild:
   Stable for amd64 and x86 to fix compilation #425748






[gentoo-commits] gentoo-x86 commit in dev-lisp/common-lisp-controller: common-lisp-controller-5.13-r1.ebuild ChangeLog

2014-07-11 Thread Patrick Lauer (patrick)
patrick 14/07/11 08:49:20

  Modified: common-lisp-controller-5.13-r1.ebuild ChangeLog
  Log:
  Stable on amd64 #511170
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.9  
dev-lisp/common-lisp-controller/common-lisp-controller-5.13-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/common-lisp-controller/common-lisp-controller-5.13-r1.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/common-lisp-controller/common-lisp-controller-5.13-r1.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/common-lisp-controller/common-lisp-controller-5.13-r1.ebuild?r1=1.8r2=1.9

Index: common-lisp-controller-5.13-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-lisp/common-lisp-controller/common-lisp-controller-5.13-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- common-lisp-controller-5.13-r1.ebuild   7 Apr 2012 10:20:00 -   
1.8
+++ common-lisp-controller-5.13-r1.ebuild   11 Jul 2014 08:49:20 -  
1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-lisp/common-lisp-controller/common-lisp-controller-5.13-r1.ebuild,v
 1.8 2012/04/07 10:20:00 neurogeek Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-lisp/common-lisp-controller/common-lisp-controller-5.13-r1.ebuild,v
 1.9 2014/07/11 08:49:20 patrick Exp $
 
 EAPI=3
 inherit eutils
@@ -11,7 +11,7 @@
 
 LICENSE=LLGPL-2.1
 SLOT=0
-KEYWORDS=alpha ~amd64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=alpha amd64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
 IUSE=
 
 DEPEND=|| ( =sys-apps/coreutils-8.15 app-misc/realpath )



1.42 dev-lisp/common-lisp-controller/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/common-lisp-controller/ChangeLog?rev=1.42view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/common-lisp-controller/ChangeLog?rev=1.42content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/common-lisp-controller/ChangeLog?r1=1.41r2=1.42

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/common-lisp-controller/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   7 Apr 2012 10:20:00 -   1.41
+++ ChangeLog   11 Jul 2014 08:49:20 -  1.42
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lisp/common-lisp-controller
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/common-lisp-controller/ChangeLog,v 
1.41 2012/04/07 10:20:00 neurogeek Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/common-lisp-controller/ChangeLog,v 
1.42 2014/07/11 08:49:20 patrick Exp $
+
+  11 Jul 2014; Patrick Lauer patr...@gentoo.org
+  common-lisp-controller-5.13-r1.ebuild:
+  Stable on amd64 #511170
 
   07 Apr 2012; Jesus Rivero neurog...@gentoo.org
   common-lisp-controller-4.27.ebuild, common-lisp-controller-5.13-r1.ebuild:
@@ -192,4 +196,3 @@
 
   07 Jul 2003; Matthew Kennedy mkenn...@gentoo.org :
   initial import
-






[gentoo-commits] gentoo-x86 commit in dev-lisp/ecls: ecls-13.5.1-r1.ebuild ChangeLog

2014-07-11 Thread Patrick Lauer (patrick)
patrick 14/07/11 08:49:58

  Modified: ecls-13.5.1-r1.ebuild ChangeLog
  Log:
  Stable on amd64 #511170
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  dev-lisp/ecls/ecls-13.5.1-r1.ebuild

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

Index: ecls-13.5.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-13.5.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ecls-13.5.1-r1.ebuild   11 Jan 2014 14:03:15 -  1.1
+++ ecls-13.5.1-r1.ebuild   11 Jul 2014 08:49:58 -  1.2
@@ -1,10 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-13.5.1-r1.ebuild,v 1.1 
2014/01/11 14:03:15 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-13.5.1-r1.ebuild,v 1.2 
2014/07/11 08:49:58 patrick Exp $
 
 EAPI=5
 inherit eutils multilib
 
+# test phase only works if ecls already installed #516876
+RESTRICT=test
+
 MY_P=ecl-${PV}
 
 DESCRIPTION=ECL is an embeddable Common Lisp implementation.
@@ -13,7 +16,7 @@
 
 LICENSE=BSD LGPL-2
 SLOT=0/${PV}
-KEYWORDS=~amd64 ~ppc ~sparc ~x86
+KEYWORDS=amd64 ~ppc ~sparc ~x86
 IUSE=debug emacs gengc precisegc sse +threads +unicode X
 
 CDEPEND=dev-libs/gmp



1.49 dev-lisp/ecls/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ChangeLog?rev=1.49view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ChangeLog?rev=1.49content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ChangeLog?r1=1.48r2=1.49

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog   11 Jan 2014 14:03:15 -  1.48
+++ ChangeLog   11 Jul 2014 08:49:58 -  1.49
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lisp/ecls
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ChangeLog,v 1.48 2014/01/11 
14:03:15 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ChangeLog,v 1.49 2014/07/11 
08:49:58 patrick Exp $
+
+  11 Jul 2014; Patrick Lauer patr...@gentoo.org ecls-13.5.1-r1.ebuild:
+  Stable on amd64 #511170
 
 *ecls-13.5.1-r1 (11 Jan 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-lisp/gcl: gcl-2.6.10.ebuild ChangeLog

2014-07-11 Thread Patrick Lauer (patrick)
patrick 14/07/11 08:50:33

  Modified: gcl-2.6.10.ebuild ChangeLog
  Log:
  Stable on amd64 #511170
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.4  dev-lisp/gcl/gcl-2.6.10.ebuild

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

Index: gcl-2.6.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gcl-2.6.10.ebuild   15 May 2014 20:03:33 -  1.3
+++ gcl-2.6.10.ebuild   11 Jul 2014 08:50:33 -  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-lisp/gcl/gcl-2.6.10.ebuild,v 1.3 
2014/05/15 20:03:33 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.10.ebuild,v 1.4 
2014/07/11 08:50:33 patrick Exp $
 
 EAPI=5
 inherit elisp-common eutils flag-o-matic
@@ -11,7 +11,7 @@
 
 LICENSE=LGPL-2 GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~arm ~x86
+KEYWORDS=amd64 ~arm ~x86
 IUSE=+ansi athena emacs +readline tk X
 
 # See bug #205803



1.66 dev-lisp/gcl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/gcl/ChangeLog?rev=1.66view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/gcl/ChangeLog?rev=1.66content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/gcl/ChangeLog?r1=1.65r2=1.66

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/gcl/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   16 May 2014 11:05:06 -  1.65
+++ ChangeLog   11 Jul 2014 08:50:33 -  1.66
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lisp/gcl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/ChangeLog,v 1.65 2014/05/16 
11:05:06 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/ChangeLog,v 1.66 2014/07/11 
08:50:33 patrick Exp $
+
+  11 Jul 2014; Patrick Lauer patr...@gentoo.org gcl-2.6.10.ebuild:
+  Stable on amd64 #511170
 
   16 May 2014; Andrey Grozin gro...@gentoo.org -gcl-2.6.7-r3.ebuild,
   -files/flex-configure-LANG.patch:






[gentoo-commits] gentoo-x86 commit in dev-lisp/gentoo-init: gentoo-init-1.0.ebuild ChangeLog

2014-07-11 Thread Patrick Lauer (patrick)
patrick 14/07/11 08:51:19

  Modified: gentoo-init-1.0.ebuild ChangeLog
  Log:
  Stable on amd64 #511170
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  dev-lisp/gentoo-init/gentoo-init-1.0.ebuild

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

Index: gentoo-init-1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/gentoo-init/gentoo-init-1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gentoo-init-1.0.ebuild  14 Dec 2012 12:36:03 -  1.1
+++ gentoo-init-1.0.ebuild  11 Jul 2014 08:51:19 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-lisp/gentoo-init/gentoo-init-1.0.ebuild,v 1.1 
2012/12/14 12:36:03 grozin Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-lisp/gentoo-init/gentoo-init-1.0.ebuild,v 1.2 
2014/07/11 08:51:19 patrick Exp $
 
 EAPI=4
 
@@ -9,7 +9,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~sparc ~x86
+KEYWORDS=amd64 ~ppc ~sparc ~x86
 IUSE=
 
 RDEPEND==dev-lisp/asdf-2.0



1.14 dev-lisp/gentoo-init/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/gentoo-init/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   14 Dec 2012 12:36:03 -  1.13
+++ ChangeLog   11 Jul 2014 08:51:19 -  1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lisp/gentoo-init
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gentoo-init/ChangeLog,v 1.13 
2012/12/14 12:36:03 grozin Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gentoo-init/ChangeLog,v 1.14 
2014/07/11 08:51:19 patrick Exp $
+
+  11 Jul 2014; Patrick Lauer patr...@gentoo.org gentoo-init-1.0.ebuild:
+  Stable on amd64 #511170
 
 *gentoo-init-1.0 (14 Dec 2012)
 
@@ -47,4 +50,3 @@
   09 Nov 2006; Matthew Kennedy mkenn...@gentoo.org
   +files/gentoo-init.lisp, +gentoo-init-0.1.ebuild:
   Initial port.  Ebuild contributed by Matthew Kennedy mkenn...@gentoo.org.
-






[gentoo-commits] gentoo-x86 commit in dev-lisp/sbcl: sbcl-1.1.18.ebuild ChangeLog

2014-07-11 Thread Patrick Lauer (patrick)
patrick 14/07/11 08:51:57

  Modified: sbcl-1.1.18.ebuild ChangeLog
  Log:
  Stable on amd64 #511170
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  dev-lisp/sbcl/sbcl-1.1.18.ebuild

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

Index: sbcl-1.1.18.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.18.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sbcl-1.1.18.ebuild  30 Apr 2014 15:25:21 -  1.1
+++ sbcl-1.1.18.ebuild  11 Jul 2014 08:51: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-lisp/sbcl/sbcl-1.1.18.ebuild,v 1.1 
2014/04/30 15:25:21 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.18.ebuild,v 1.2 
2014/07/11 08:51:57 patrick Exp $
 
 EAPI=5
 inherit multilib eutils flag-o-matic pax-utils
@@ -23,7 +23,7 @@
 
 LICENSE=MIT
 SLOT=0/${PV}
-KEYWORDS=~amd64 ~ppc ~sparc ~x86
+KEYWORDS=amd64 ~ppc ~sparc ~x86
 IUSE=debug doc source +threads +unicode zlib
 
 CDEPEND==dev-lisp/asdf-2.33-r3:=



1.206dev-lisp/sbcl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/ChangeLog?rev=1.206view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/ChangeLog?rev=1.206content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/ChangeLog?r1=1.205r2=1.206

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -r1.205 -r1.206
--- ChangeLog   30 Apr 2014 15:25:21 -  1.205
+++ ChangeLog   11 Jul 2014 08:51:57 -  1.206
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lisp/sbcl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.205 2014/04/30 
15:25:21 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.206 2014/07/11 
08:51:57 patrick Exp $
+
+  11 Jul 2014; Patrick Lauer patr...@gentoo.org sbcl-1.1.18.ebuild:
+  Stable on amd64 #511170
 
 *sbcl-1.1.18 (30 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in www-apache/mod_lisp2: mod_lisp2-1.3.2.ebuild ChangeLog

2014-07-11 Thread Patrick Lauer (patrick)
patrick 14/07/11 08:53:01

  Modified: mod_lisp2-1.3.2.ebuild ChangeLog
  Log:
  Stable on amd64 #511170
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.3  www-apache/mod_lisp2/mod_lisp2-1.3.2.ebuild

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

Index: mod_lisp2-1.3.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_lisp2/mod_lisp2-1.3.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mod_lisp2-1.3.2.ebuild  18 Sep 2009 13:42:51 -  1.2
+++ mod_lisp2-1.3.2.ebuild  11 Jul 2014 08:53:01 -  1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-apache/mod_lisp2/mod_lisp2-1.3.2.ebuild,v 1.2 
2009/09/18 13:42:51 hollow Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-apache/mod_lisp2/mod_lisp2-1.3.2.ebuild,v 1.3 
2014/07/11 08:53:01 patrick Exp $
 
 inherit apache-module eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=
 
 DEPEND=



1.10 www-apache/mod_lisp2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_lisp2/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   27 Nov 2012 19:22:08 -  1.9
+++ ChangeLog   11 Jul 2014 08:53:01 -  1.10
@@ -1,6 +1,9 @@
 # ChangeLog for www-apache/mod_lisp2
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_lisp2/ChangeLog,v 1.9 
2012/11/27 19:22:08 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_lisp2/ChangeLog,v 1.10 
2014/07/11 08:53:01 patrick Exp $
+
+  11 Jul 2014; Patrick Lauer patr...@gentoo.org mod_lisp2-1.3.2.ebuild:
+  Stable on amd64 #511170
 
   27 Nov 2012; Pacho Ramos pa...@gentoo.org metadata.xml:
   Drop apache herd as discussed in http://www.gossamer-






[gentoo-commits] gentoo-x86 commit in dev-lisp/uiop: uiop-3.0.3.ebuild ChangeLog

2014-07-11 Thread Patrick Lauer (patrick)
patrick 14/07/11 08:52:31

  Modified: uiop-3.0.3.ebuild ChangeLog
  Log:
  Stable on amd64 #511170
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  dev-lisp/uiop/uiop-3.0.3.ebuild

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

Index: uiop-3.0.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/uiop/uiop-3.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- uiop-3.0.3.ebuild   9 Mar 2014 14:17:09 -   1.1
+++ uiop-3.0.3.ebuild   11 Jul 2014 08:52:31 -  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-lisp/uiop/uiop-3.0.3.ebuild,v 1.1 
2014/03/09 14:17:09 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/uiop-3.0.3.ebuild,v 1.2 
2014/07/11 08:52:31 patrick Exp $
 
 EAPI=5
 inherit eutils
@@ -11,7 +11,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~sparc ~x86
+KEYWORDS=amd64 ~ppc ~sparc ~x86
 IUSE=
 
 RDEPEND=~dev-lisp/asdf-${PV}



1.10 dev-lisp/uiop/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/uiop/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   9 Mar 2014 14:17:09 -   1.9
+++ ChangeLog   11 Jul 2014 08:52:31 -  1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lisp/uiop
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/ChangeLog,v 1.9 2014/03/09 
14:17:09 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/ChangeLog,v 1.10 2014/07/11 
08:52:31 patrick Exp $
+
+  11 Jul 2014; Patrick Lauer patr...@gentoo.org uiop-3.0.3.ebuild:
+  Stable on amd64 #511170
 
 *uiop-3.0.3 (09 Mar 2014)
 
@@ -39,4 +42,3 @@
   20 Apr 2013; Andrey Grozin gro...@gentoo.org +uiop-2.33-r1.ebuild,
   +metadata.xml:
   Initial import from the lisp overlay (pmasked)
-






[gentoo-commits] gentoo-x86 commit in dev-perl/Net-Subnet: - New directory

2014-07-11 Thread Tony Vroon (chainsaw)
chainsaw14/07/11 09:22:41

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-perl/Net-Subnet added to the repository



[gentoo-commits] gentoo-x86 commit in dev-perl/Net-Subnet/files: - New directory

2014-07-11 Thread Tony Vroon (chainsaw)
chainsaw14/07/11 09:31:22

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-perl/Net-Subnet/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-perl/Net-Subnet/files: 1.03-pod-spelling.patch

2014-07-11 Thread Tony Vroon (chainsaw)
chainsaw14/07/11 09:36:12

  Added:1.03-pod-spelling.patch
  Log:
  Ebuild request from Moyaze Shivji in the LINX engineering team. Incorporates 
Debian patch from CPAN bug report 9 for a spelling mistake.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB5058F9A)

Revision  ChangesPath
1.1  dev-perl/Net-Subnet/files/1.03-pod-spelling.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Subnet/files/1.03-pod-spelling.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Subnet/files/1.03-pod-spelling.patch?rev=1.1content-type=text/plain

Index: 1.03-pod-spelling.patch
===
Description: tiny spelling error in POD
Author: Damyan Ivanov d...@debian.org
Forwarded: yes

--- a/lib/Net/Subnet.pm
+++ b/lib/Net/Subnet.pm
@@ -217,7 +217,7 @@ addresses:
 my $classifier = subnet_classifier sort_subnets keys %ptr;
 
 while (my $ip = readline) {
-# We get IP adresses from STDIN and return the hostnames on STDOUT
+# We get IP addresses from STDIN and return the hostnames on STDOUT
 
 print $ptr{ $classifier-($ip) }-($ip), \n;
 }






[gentoo-commits] gentoo-x86 commit in dev-perl/Net-Subnet: metadata.xml ChangeLog Net-Subnet-1.03.ebuild Manifest

2014-07-11 Thread Tony Vroon (chainsaw)
chainsaw14/07/11 09:36:11

  Added:metadata.xml ChangeLog Net-Subnet-1.03.ebuild
Manifest
  Log:
  Ebuild request from Moyaze Shivji in the LINX engineering team. Incorporates 
Debian patch from CPAN bug report 9 for a spelling mistake.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB5058F9A)

Revision  ChangesPath
1.1  dev-perl/Net-Subnet/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
  herdperl/herd
  upstream
remote-id type=cpanNet-Subnet/remote-id
  /upstream
/pkgmetadata



1.1  dev-perl/Net-Subnet/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-perl/Net-Subnet
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Subnet/ChangeLog,v 1.1 
2014/07/11 09:36:11 chainsaw Exp $

*Net-Subnet-1.03 (11 Jul 2014)

  11 Jul 2014; Tony Vroon chain...@gentoo.org +Net-Subnet-1.03.ebuild,
  +files/1.03-pod-spelling.patch, +metadata.xml:
  Ebuild request from Moyaze Shivji in the LINX engineering team. Incorporates
  Debian patch from CPAN bug report 9 for a spelling mistake.




1.1  dev-perl/Net-Subnet/Net-Subnet-1.03.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Subnet/Net-Subnet-1.03.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Subnet/Net-Subnet-1.03.ebuild?rev=1.1content-type=text/plain

Index: Net-Subnet-1.03.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Subnet/Net-Subnet-1.03.ebuild,v 
1.1 2014/07/11 09:36:11 chainsaw Exp $

EAPI=5

MODULE_AUTHOR=JUERD
inherit perl-module

DESCRIPTION=Fast IP-in-subnet matcher for IPv4 and IPv6, CIDR or mask

SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris

RDEPEND=
=dev-perl/Socket6-0.250.0

DEPEND=${RDEPEND}
PATCHES=( ${FILESDIR}/${PV}-pod-spelling.patch )



1.1  dev-perl/Net-Subnet/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Subnet/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Subnet/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
AUX 1.03-pod-spelling.patch 491 SHA256 
7c28b9e49368bb9a7016a39926a3ca246b5624c08a86bcc36dae7c949aa92ff4 SHA512 
0eb9cdd317f78fd2d49e5d90eed52538f00a24f9019c757acc2280bf5d21bc606999197806816acc665ed13a9456b8a5381e41222f2b0b0959734a697dc7
 WHIRLPOOL 
42a1edbfe003f6637649868e31402e35d0660b47b7144fe4f7212a9f12b8d6f750f8b324f656a163a127d636e1573c28ddbc00463e29b1265cf558e06ca06caf
DIST Net-Subnet-1.03.tar.gz 4305 SHA256 
125e6db64c98026439f9b585115f94f42315a31d8f16ca63d0c939ab66019afa SHA512 
a28518e63736021c2c33959c13b54ec4dce0f43854f824c551b585db96ef001e62f6ce413cbc946aaa6cfa28cc4631973074c8980c1b0507f37390f4d8c70fd4
 WHIRLPOOL 
e031057d48a75a83c94c3fb206d4a3f864c60f459a8acc43126e562a60f2c35b12a2b90c2bf18ef1ecb96673e76eee5f1ed0c8450d5fb9003f92d7647dc0f2eb
EBUILD Net-Subnet-1.03.ebuild 543 SHA256 
191301c17b89fe8ead5164b033fbfe92a2485feb330237f6e706464b7376b8da SHA512 
feb4a631ab9fa5f1d4db172dda6c92843449c19aa7597ff43aca5f36eda655d2734556626e9ad13127a2c6fe7c59c3ace9e3dadb7d346f9e31b975f873a74469
 WHIRLPOOL 
ffdf75868954bc1657bb783c27108880ec8b66658bf8aeacba749ef28184f454f08cb0452e223f296e53b6dc0e55767895163bfb895b4be238e8db99075f9bce
MISC ChangeLog 420 SHA256 
e1f2f9c18fa653698a3b5f6c688c8450b8ba61ee6533a929fa2da39b948aec50 SHA512 
9c012630e3553eece7d70b2bbbee0258cffaa7fe9591b5e81324f47680ac528690ad137afae56cc04e7784c5339f3bfc7d13e6fbf6c23c05a31d0de82930566d
 WHIRLPOOL 
847d85a3eb8969664a35e5ca583f02b9e51cdace770c6330b395b5d5a66e949d2cf9a6606758afecf7fd4e1a5e7663fbfd66d72dadb3c44fd1010a5f6553fd5a
MISC metadata.xml 236 SHA256 
40b6c067e8eb1d437f2eb3f118e71896738da652edad931c51ac4223d60d8887 SHA512 

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

2014-07-11 Thread Alexandre Rostovtsev (tetromino)
tetromino14/07/11 10:17:21

  Modified: python-slip-0.4.0.ebuild ChangeLog
python-slip-0.6.0.ebuild
  Log:
  Add missing dependencies (bug #516858, thanks to Miroslaw Mieszczak).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4F1D4860)

Revision  ChangesPath
1.4  dev-python/python-slip/python-slip-0.4.0.ebuild

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

Index: python-slip-0.4.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/python-slip/python-slip-0.4.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-slip-0.4.0.ebuild8 Dec 2013 18:12:26 -   1.3
+++ python-slip-0.4.0.ebuild11 Jul 2014 10:17:21 -  1.4
@@ -1,9 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-slip/python-slip-0.4.0.ebuild,v 1.3 
2013/12/08 18:12:26 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-slip/python-slip-0.4.0.ebuild,v 1.4 
2014/07/11 10:17:21 tetromino Exp $
 
 EAPI=5
 
+PYTHON_REQ_USE=xml
 PYTHON_COMPAT=( python{2_6,2_7} )
 
 inherit distutils-r1 eutils



1.16 dev-python/python-slip/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-slip/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   17 Jun 2014 12:46:42 -  1.15
+++ ChangeLog   11 Jul 2014 10:17:21 -  1.16
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/python-slip
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-slip/ChangeLog,v 1.15 
2014/06/17 12:46:42 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-slip/ChangeLog,v 1.16 
2014/07/11 10:17:21 tetromino Exp $
+
+  11 Jul 2014; Alexandre Rostovtsev tetrom...@gentoo.org
+  python-slip-0.4.0.ebuild, python-slip-0.6.0.ebuild:
+  Add missing dependencies (bug #516858, thanks to Miroslaw Mieszczak).
 
 *python-slip-0.6.0 (17 Jun 2014)
 



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

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

Index: python-slip-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/python-slip/python-slip-0.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-slip-0.6.0.ebuild17 Jun 2014 12:46:42 -  1.1
+++ python-slip-0.6.0.ebuild11 Jul 2014 10:17:21 -  1.2
@@ -1,9 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-slip/python-slip-0.6.0.ebuild,v 1.1 
2014/06/17 12:46:42 dev-zero Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-slip/python-slip-0.6.0.ebuild,v 1.2 
2014/07/11 10:17:21 tetromino Exp $
 
 EAPI=5
 
+PYTHON_REQ_USE=xml
 PYTHON_COMPAT=( python{2_7,3_3} )
 
 inherit distutils-r1 eutils
@@ -21,6 +22,7 @@
dbus? (
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
sys-auth/polkit )
 
 DEPEND=






[gentoo-commits] gentoo-x86 commit in net-analyzer/dosdetector/files: dosdetector-20060621-isdigit.patch

2014-07-11 Thread Jeroen Roovers (jer)
jer 14/07/11 10:26:23

  Added:dosdetector-20060621-isdigit.patch
  Log:
  EAPI bump. New HOMEPAGE/SRC_URI. Add missing include for isdigit(). Set 
RDEPEND.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.1  
net-analyzer/dosdetector/files/dosdetector-20060621-isdigit.patch

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

Index: dosdetector-20060621-isdigit.patch
===
--- a/include/dos.h
+++ b/include/dos.h
@@ -26,6 +26,7 @@
 #include net/ppp_defs.h
 #include sys/ioctl.h
 #include time.h
+#include ctype.h /* isdigit() */
 
 /*
 #define DEBUG_TREE 1






[gentoo-commits] gentoo-x86 commit in net-analyzer/dosdetector: ChangeLog dosdetector-20060621.ebuild

2014-07-11 Thread Jeroen Roovers (jer)
jer 14/07/11 10:26:23

  Modified: ChangeLog dosdetector-20060621.ebuild
  Log:
  EAPI bump. New HOMEPAGE/SRC_URI. Add missing include for isdigit(). Set 
RDEPEND.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.5  net-analyzer/dosdetector/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/dosdetector/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   17 Mar 2007 19:40:39 -  1.4
+++ ChangeLog   11 Jul 2014 10:26:23 -  1.5
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/dosdetector
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dosdetector/ChangeLog,v 1.4 
2007/03/17 19:40:39 vanquirius Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dosdetector/ChangeLog,v 1.5 
2014/07/11 10:26:23 jer Exp $
+
+  11 Jul 2014; Jeroen Roovers j...@gentoo.org dosdetector-20060621.ebuild,
+  +files/dosdetector-20060621-isdigit.patch:
+  EAPI bump. New HOMEPAGE/SRC_URI. Add missing include for isdigit(). Set
+  RDEPEND.
 
   17 Mar 2007; Marcelo Goes vanquir...@gentoo.org
   dosdetector-20060621.ebuild:



1.4  net-analyzer/dosdetector/dosdetector-20060621.ebuild

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

Index: dosdetector-20060621.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/dosdetector/dosdetector-20060621.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dosdetector-20060621.ebuild 17 Mar 2007 19:40:39 -  1.3
+++ dosdetector-20060621.ebuild 11 Jul 2014 10:26:23 -  1.4
@@ -1,20 +1,21 @@
-# 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/net-analyzer/dosdetector/dosdetector-20060621.ebuild,v 
1.3 2007/03/17 19:40:39 vanquirius Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/dosdetector/dosdetector-20060621.ebuild,v 
1.4 2014/07/11 10:26:23 jer Exp $
 
-DESCRIPTION=Tool to analyze and detect suspicious traffic from IP and alert
-about it
-HOMEPAGE=http://darkzone.ma.cx/resources/unix/dosdetector/;
-SRC_URI=http://darkzone.ma.cx/resources/unix/dosdetector/${P}.tar.gz;
+EAPI=5
+inherit eutils
+
+DESCRIPTION=Tool to analyze and detect suspicious traffic from IP and alert 
about it
+HOMEPAGE=http://dark-zone.eu/resources/unix/dosdetector/;
+SRC_URI=http://dark-zone.eu/resources/unix/${PN}/${P}.tar.gz;
 
 LICENSE=BSD
 SLOT=0
 KEYWORDS=~amd64 x86
-IUSE=
 
 DEPEND=net-libs/libpcap
-RDEPEND=
+RDEPEND=${DEPEND}
 
-src_install() {
-   emake DESTDIR=${D} install || die install failed
+src_prepare() {
+   epatch ${FILESDIR}/${P}-isdigit.patch
 }






[gentoo-commits] gentoo-x86 commit in net-analyzer/ethloop: ethloop-10-r3.ebuild ChangeLog

2014-07-11 Thread Jeroen Roovers (jer)
jer 14/07/11 10:28:42

  Modified: ethloop-10-r3.ebuild ChangeLog
  Log:
  EAPI bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.5  net-analyzer/ethloop/ethloop-10-r3.ebuild

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

Index: ethloop-10-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ethloop/ethloop-10-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ethloop-10-r3.ebuild20 May 2013 10:15:53 -  1.4
+++ ethloop-10-r3.ebuild11 Jul 2014 10:28:42 -  1.5
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethloop/ethloop-10-r3.ebuild,v 
1.4 2013/05/20 10:15:53 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethloop/ethloop-10-r3.ebuild,v 
1.5 2014/07/11 10:28:42 jer Exp $
 
-EAPI=4
+EAPI=5
 
 inherit eutils toolchain-funcs
 
@@ -13,7 +13,6 @@
 LICENSE=all-rights-reserved
 SLOT=0
 KEYWORDS=~amd64 ~ppc x86
-IUSE=
 RESTRICT=mirror bindist
 
 S=${WORKDIR}/${PN}



1.11 net-analyzer/ethloop/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ethloop/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   20 May 2013 10:15:53 -  1.10
+++ ChangeLog   11 Jul 2014 10:28:42 -  1.11
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/ethloop
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethloop/ChangeLog,v 1.10 
2013/05/20 10:15:53 ulm Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethloop/ChangeLog,v 1.11 
2014/07/11 10:28:42 jer Exp $
+
+  11 Jul 2014; Jeroen Roovers j...@gentoo.org ethloop-10-r3.ebuild:
+  EAPI bump.
 
   20 May 2013; Ulrich Müller u...@gentoo.org ethloop-10-r3.ebuild:
   Fix LICENSE and add mirror restriction, bug 446052.






[gentoo-commits] gentoo-x86 commit in dev-perl/Roman: Roman-1.230.0.ebuild ChangeLog

2014-07-11 Thread Mikle Kolyada (zlogene)
zlogene 14/07/11 10:33:37

  Modified: Roman-1.230.0.ebuild ChangeLog
  Log:
  Add ~arm64 keyword
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.7  dev-perl/Roman/Roman-1.230.0.ebuild

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

Index: Roman-1.230.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Roman/Roman-1.230.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Roman-1.230.0.ebuild3 May 2014 18:48:41 -   1.6
+++ Roman-1.230.0.ebuild11 Jul 2014 10:33:37 -  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-perl/Roman/Roman-1.230.0.ebuild,v 1.6 
2014/05/03 18:48:41 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Roman/Roman-1.230.0.ebuild,v 1.7 
2014/07/11 10:33:37 zlogene Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 DESCRIPTION=Perl module for conversion between Roman and Arabic numerals
 
 SLOT=0
-KEYWORDS=amd64 ~arm ~mips ~s390 x86 ~amd64-linux ~x86-linux
+KEYWORDS=amd64 ~arm ~arm64 ~mips ~s390 x86 ~amd64-linux ~x86-linux
 IUSE=test
 
 DEPEND=test? (



1.9  dev-perl/Roman/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Roman/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   3 May 2014 18:48:41 -   1.8
+++ ChangeLog   11 Jul 2014 10:33:37 -  1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Roman
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Roman/ChangeLog,v 1.8 2014/05/03 
18:48:41 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Roman/ChangeLog,v 1.9 2014/07/11 
10:33:37 zlogene Exp $
+
+  11 Jul 2014; Mikle Kolyada zlog...@gentoo.org Roman-1.230.0.ebuild:
+  Add ~arm64 keyword
 
   03 May 2014; Mikle Kolyada zlog...@gentoo.org Roman-1.230.0.ebuild:
   Add ~s390 keyword






[gentoo-commits] gentoo-x86 commit in x11-drivers/nvidia-drivers: nvidia-drivers-304.123.ebuild ChangeLog

2014-07-11 Thread Jeroen Roovers (jer)
jer 14/07/11 10:50:36

  Modified: ChangeLog
  Added:nvidia-drivers-304.123.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.562x11-drivers/nvidia-drivers/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog?rev=1.562view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog?rev=1.562content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog?r1=1.561r2=1.562

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v
retrieving revision 1.561
retrieving revision 1.562
diff -u -r1.561 -r1.562
--- ChangeLog   8 Jul 2014 14:29:59 -   1.561
+++ ChangeLog   11 Jul 2014 10:50:36 -  1.562
@@ -1,6 +1,11 @@
 # ChangeLog for x11-drivers/nvidia-drivers
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v 
1.561 2014/07/08 14:29:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v 
1.562 2014/07/11 10:50:36 jer Exp $
+
+*nvidia-drivers-304.123 (11 Jul 2014)
+
+  11 Jul 2014; Jeroen Roovers j...@gentoo.org +nvidia-drivers-304.123.ebuild:
+  Version bump.
 
 *nvidia-drivers-340.24 (08 Jul 2014)
 



1.1  x11-drivers/nvidia-drivers/nvidia-drivers-304.123.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-304.123.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-304.123.ebuild?rev=1.1content-type=text/plain

Index: nvidia-drivers-304.123.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-304.123.ebuild,v
 1.1 2014/07/11 10:50:36 jer Exp $

EAPI=5
inherit eutils flag-o-matic linux-info linux-mod multilib nvidia-driver \
portability toolchain-funcs unpacker user versionator udev

NV_URI=http://us.download.nvidia.com/XFree86/;
X86_NV_PACKAGE=NVIDIA-Linux-x86-${PV}
AMD64_NV_PACKAGE=NVIDIA-Linux-x86_64-${PV}
X86_FBSD_NV_PACKAGE=NVIDIA-FreeBSD-x86-${PV}
AMD64_FBSD_NV_PACKAGE=NVIDIA-FreeBSD-x86_64-${PV}

DESCRIPTION=NVIDIA Accelerated Graphics Driver
HOMEPAGE=http://www.nvidia.com/;
SRC_URI=
amd64-fbsd? ( 
${NV_URI}FreeBSD-x86_64/${PV}/${AMD64_FBSD_NV_PACKAGE}.tar.gz )
amd64? ( ${NV_URI}Linux-x86_64/${PV}/${AMD64_NV_PACKAGE}.run )
x86-fbsd? ( ${NV_URI}FreeBSD-x86/${PV}/${X86_FBSD_NV_PACKAGE}.tar.gz )
x86? ( ${NV_URI}Linux-x86/${PV}/${X86_NV_PACKAGE}.run )


LICENSE=GPL-2 NVIDIA-r1
SLOT=0
KEYWORDS=-* ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd
IUSE=acpi multilib kernel_FreeBSD kernel_linux pax_kernel +tools +X
RESTRICT=bindist mirror strip
EMULTILIB_PKG=true

COMMON=app-admin/eselect-opencl
kernel_linux? ( =sys-libs/glibc-2.6.1 )
X? (
=app-admin/eselect-opengl-1.0.9
)
DEPEND=${COMMON}
kernel_linux? (
virtual/linux-sources
virtual/pkgconfig
)
RDEPEND=${COMMON}
acpi? ( sys-power/acpid )
tools? (
dev-libs/atk
dev-libs/glib
x11-libs/gdk-pixbuf
x11-libs/gtk+:2
x11-libs/libX11
x11-libs/libXext
x11-libs/pango[X]
|| ( x11-libs/pangox-compat x11-libs/pango-1.31[X] )
)
X? (
x11-base/xorg-server-1.16.99
x11-libs/libXvMC
multilib? (
|| (
(
=x11-libs/libX11-1.6.2[abi_x86_32]
=x11-libs/libXext-1.3.2[abi_x86_32]
)
app-emulation/emul-linux-x86-xlibs
)
)
)

PDEPEND=X? ( =x11-libs/libvdpau-0.3-r1 )

REQUIRED_USE=tools? ( X )

QA_PREBUILT=opt/* usr/lib*

S=${WORKDIR}/

pkg_pretend() {

if use amd64  has_multilib_profile  \
[ ${DEFAULT_ABI} != amd64 ]; then
eerror This ebuild doesn't currently support changing your 
default ABI
die Unexpected \${DEFAULT_ABI} = ${DEFAULT_ABI}
fi

# Kernel features/options to check for
CONFIG_CHECK=~ZONE_DMA ~MTRR ~SYSVIPC ~!LOCKDEP
use x86  CONFIG_CHECK+= ~HIGHMEM

# Now do the above checks
use kernel_linux  check_extra_config
}

pkg_setup() {
# try to 

[gentoo-commits] gentoo-x86 commit in net-misc/youtube-dl: youtube-dl-2014.07.11.1.ebuild ChangeLog youtube-dl-2014.06.24.1.ebuild youtube-dl-2014.06.25.ebuild

2014-07-11 Thread Jeroen Roovers (jer)
jer 14/07/11 10:52:08

  Modified: ChangeLog
  Added:youtube-dl-2014.07.11.1.ebuild
  Removed:  youtube-dl-2014.06.24.1.ebuild
youtube-dl-2014.06.25.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.353net-misc/youtube-dl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/ChangeLog?rev=1.353view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/ChangeLog?rev=1.353content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/ChangeLog?r1=1.352r2=1.353

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v
retrieving revision 1.352
retrieving revision 1.353
diff -u -r1.352 -r1.353
--- ChangeLog   26 Jun 2014 19:01:11 -  1.352
+++ ChangeLog   11 Jul 2014 10:52:08 -  1.353
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/youtube-dl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.352 
2014/06/26 19:01:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.353 
2014/07/11 10:52:08 jer Exp $
+
+*youtube-dl-2014.07.11.1 (11 Jul 2014)
+
+  11 Jul 2014; Jeroen Roovers j...@gentoo.org 
-youtube-dl-2014.06.24.1.ebuild,
+  -youtube-dl-2014.06.25.ebuild, +youtube-dl-2014.07.11.1.ebuild:
+  Version bump.
 
 *youtube-dl-2014.06.26 (26 Jun 2014)
 



1.1  net-misc/youtube-dl/youtube-dl-2014.07.11.1.ebuild

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

Index: youtube-dl-2014.07.11.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.07.11.1.ebuild,v 
1.1 2014/07/11 10:52:08 jer Exp $

EAPI=5

PYTHON_COMPAT=(python{2_6,2_7,3_3,3_4})
DISTUTILS_SINGLE_IMPL=true
inherit bash-completion-r1 distutils-r1 eutils

DESCRIPTION=Download videos from YouTube.com (and mores sites...)
HOMEPAGE=http://rg3.github.com/youtube-dl/;
SRC_URI=http://youtube-dl.org/downloads/${PV}/${P}.tar.gz;

LICENSE=public-domain
SLOT=0
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
IUSE=offensive test

DEPEND=
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[coverage(+)] )


S=${WORKDIR}/${PN}

src_prepare() {
if ! use offensive; then
sed -i -e /__version__/s|'$|-gentoo_no_offensive_sites'|g \
youtube_dl/version.py || die
local xxx=(
extremetube fourtube goshgay hentaistigma mofosex 
pornhd pornhub
pornotube redtube slutload spankwire thisav trutube 
tube8 xbef
xhamster xnxx xtube xvideos youjizz youporn
)
sed -i -e $( printf '/%s/d;' ${xxx[@]} ) 
youtube_dl/extractor/__init__.py || die
rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \
test/test_age_restriction.py || die
fi
}

src_compile() {
distutils-r1_src_compile
}

src_test() {
emake test
}

src_install() {
python_domodule youtube_dl
dobin bin/${PN}
dodoc README.txt
doman ${PN}.1
newbashcomp ${PN}.bash-completion ${PN}
python_fix_shebang ${ED}
}






[gentoo-commits] gentoo-x86 commit in net-news/quiterss: quiterss-9999.ebuild quiterss-0.16.1.ebuild ChangeLog

2014-07-11 Thread Maxim Koltsov (maksbotan)
maksbotan14/07/11 11:31:00

  Modified: quiterss-.ebuild ChangeLog
  Added:quiterss-0.16.1.ebuild
  Log:
  Bump to 0.16.1, update  ebuild, bug #516210.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.19 net-news/quiterss/quiterss-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/quiterss/quiterss-.ebuild?rev=1.19view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/quiterss/quiterss-.ebuild?rev=1.19content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/quiterss/quiterss-.ebuild?r1=1.18r2=1.19

Index: quiterss-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-news/quiterss/quiterss-.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- quiterss-.ebuild20 Jun 2014 16:08:13 -  1.18
+++ quiterss-.ebuild11 Jul 2014 11:31:00 -  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/net-news/quiterss/quiterss-.ebuild,v 
1.18 2014/06/20 16:08:13 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/quiterss/quiterss-.ebuild,v 
1.19 2014/07/11 11:31:00 maksbotan Exp $
 
 EAPI=5
 
@@ -29,6 +29,7 @@
dev-qt/qtsingleapplication[X]
dev-qt/qtsql:4[sqlite]
dev-qt/qtwebkit:4
+   dev-db/sqlite:3
phonon? ( || ( media-libs/phonon dev-qt/qtphonon:4 ) )
 
 DEPEND=${RDEPEND}
@@ -42,10 +43,10 @@
 
 src_prepare() {
my_rm_loc() {
-   sed -i -e s:lang/${PN}_${1}.ts:: lang/lang.pri || die 'sed on 
lang.pri failed'
+   sed -i -e s:lang/${PN}_${1}.ts:: lang/lang.pri || die
}
# dedicated english locale file is not installed at all
-   rm lang/${PN}_en.ts || die remove of lang/${PN}_en.ts failed
+   rm lang/${PN}_en.ts || die
 
l10n_find_plocales_changes lang ${PN}_ '.ts'
l10n_for_each_disabled_locale_do my_rm_loc



1.45 net-news/quiterss/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/quiterss/ChangeLog?rev=1.45view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/quiterss/ChangeLog?rev=1.45content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/quiterss/ChangeLog?r1=1.44r2=1.45

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-news/quiterss/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   20 Jun 2014 16:08:13 -  1.44
+++ ChangeLog   11 Jul 2014 11:31:00 -  1.45
@@ -1,6 +1,12 @@
 # ChangeLog for net-news/quiterss
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/quiterss/ChangeLog,v 1.44 
2014/06/20 16:08:13 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/quiterss/ChangeLog,v 1.45 
2014/07/11 11:31:00 maksbotan Exp $
+
+*quiterss-0.16.1 (11 Jul 2014)
+
+  11 Jul 2014; Maxim Koltsov maksbo...@gentoo.org +quiterss-0.16.1.ebuild,
+  quiterss-.ebuild:
+  Bump to 0.16.1, update  ebuild, bug #516210.
 
   20 Jun 2014; Sergey Popov pinkb...@gentoo.org quiterss-0.14.3.ebuild,
   quiterss-0.15.3.ebuild, quiterss-0.15.4.ebuild, quiterss-.ebuild:



1.1  net-news/quiterss/quiterss-0.16.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/quiterss/quiterss-0.16.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/quiterss/quiterss-0.16.1.ebuild?rev=1.1content-type=text/plain

Index: quiterss-0.16.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-news/quiterss/quiterss-0.16.1.ebuild,v 
1.1 2014/07/11 11:31:00 maksbotan Exp $

EAPI=5

PLOCALES=ar cs de el_GR es fa fi fr gl hu it ja ko lt nl pl pt_BR pt_PT ro_RO 
ru sk sr sv tg_TJ tr uk vi zh_CN zh_TW
EHG_REPO_URI=https://code.google.com/p/quite-rss;
inherit qt4-r2 l10n fdo-mime gnome2-utils
[[ ${PV} == ** ]]  inherit mercurial

[[ ${PV} == ** ]] || \
MY_P=QuiteRSS-${PV}-src

DESCRIPTION=A Qt4-based RSS/Atom feed reader
HOMEPAGE=https://quiterss.org;
[[ ${PV} == ** ]] || \
SRC_URI=https://quiterss.org/files/${PV}/${MY_P}.tar.bz2;

LICENSE=GPL-3
SLOT=0
[[ ${PV} == ** ]] || \
KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux
IUSE=debug phonon

RDEPEND=
dev-qt/qtcore:4
dev-qt/qtgui:4
dev-qt/qtsingleapplication[X]
dev-qt/qtsql:4[sqlite]
dev-qt/qtwebkit:4
dev-db/sqlite:3

[gentoo-commits] gentoo-x86 commit in sys-fs/dosfstools: dosfstools-3.0.26.ebuild ChangeLog

2014-07-11 Thread Mikle Kolyada (zlogene)
zlogene 14/07/11 11:32:27

  Modified: dosfstools-3.0.26.ebuild ChangeLog
  Log:
  Add ~arm64 keyword
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.11 sys-fs/dosfstools/dosfstools-3.0.26.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dosfstools/dosfstools-3.0.26.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dosfstools/dosfstools-3.0.26.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dosfstools/dosfstools-3.0.26.ebuild?r1=1.10r2=1.11

Index: dosfstools-3.0.26.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/dosfstools-3.0.26.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- dosfstools-3.0.26.ebuild14 May 2014 14:17:31 -  1.10
+++ dosfstools-3.0.26.ebuild11 Jul 2014 11:32:27 -  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/sys-fs/dosfstools/dosfstools-3.0.26.ebuild,v 1.10 
2014/05/14 14:17:31 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/dosfstools/dosfstools-3.0.26.ebuild,v 1.11 
2014/07/11 11:32:27 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-linux ~arm-linux ~x86-linux
+KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-linux ~arm-linux ~x86-linux
 RESTRICT=test # there is no test target #239071
 
 src_prepare() {



1.149sys-fs/dosfstools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dosfstools/ChangeLog?rev=1.149view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dosfstools/ChangeLog?rev=1.149content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dosfstools/ChangeLog?r1=1.148r2=1.149

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog   14 May 2014 14:17:31 -  1.148
+++ ChangeLog   11 Jul 2014 11:32:27 -  1.149
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/dosfstools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/ChangeLog,v 1.148 
2014/05/14 14:17:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/ChangeLog,v 1.149 
2014/07/11 11:32:27 zlogene Exp $
+
+  11 Jul 2014; Mikle Kolyada zlog...@gentoo.org dosfstools-3.0.26.ebuild:
+  Add ~arm64 keyword
 
   14 May 2014; Agostino Sarubbo a...@gentoo.org dosfstools-3.0.26.ebuild:
   Stable for sparc, wrt bug #506066






[gentoo-commits] gentoo-x86 commit in app-i18n/enca: enca-1.14-r1.ebuild ChangeLog

2014-07-11 Thread Maxim Koltsov (maksbotan)
maksbotan14/07/11 11:37:42

  Modified: enca-1.14-r1.ebuild ChangeLog
  Log:
  Fix dependencies on aututools and gettext, bug #516804. Thanks to Nikoli.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.5  app-i18n/enca/enca-1.14-r1.ebuild

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

Index: enca-1.14-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.14-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- enca-1.14-r1.ebuild 9 Jul 2014 12:53:01 -   1.4
+++ enca-1.14-r1.ebuild 11 Jul 2014 11:37:41 -  1.5
@@ -1,9 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.14-r1.ebuild,v 1.4 
2014/07/09 12:53:01 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.14-r1.ebuild,v 1.5 
2014/07/11 11:37:41 maksbotan Exp $
 
 EAPI=4
 
+AUTOTOOLS_AUTORECONF=2.52
+
 inherit eutils toolchain-funcs autotools-multilib
 
 DESCRIPTION=ENCA detects the character coding of a file and converts it if 
desired
@@ -15,11 +17,10 @@
 KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris
 IUSE=doc +recode
 
-DEPEND=recode? ( =app-text/recode-3.6_p15 )
+DEPEND=recode? ( =app-text/recode-3.6_p15 )
+   sys-devel/gettext
 RDEPEND=${DEPEND}
 
-AUTOTOOLS_AUTORECONF=2.52
-
 src_prepare() {
epatch ${FILESDIR}/${PN}-remove-dirty-path-hack.patch
epatch ${FILESDIR}/${P}-automake-1.13.patch



1.99 app-i18n/enca/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog   9 Jul 2014 12:53:01 -   1.98
+++ ChangeLog   11 Jul 2014 11:37:41 -  1.99
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/enca
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v 1.98 2014/07/09 
12:53:01 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v 1.99 2014/07/11 
11:37:41 maksbotan Exp $
+
+  11 Jul 2014; Maxim Koltsov maksbo...@gentoo.org enca-1.14-r1.ebuild:
+  Fix dependencies on aututools and gettext, bug #516804. Thanks to Nikoli.
 
   09 Jul 2014; Mikle Kolyada zlog...@gentoo.org enca-1.14-r1.ebuild:
   amd64 stable wrt bug #516200






[gentoo-commits] gentoo-x86 commit in net-misc/youtube-dl: ChangeLog youtube-dl-2014.07.11.2.ebuild youtube-dl-2014.07.11.1.ebuild

2014-07-11 Thread Jeroen Roovers (jer)
jer 14/07/11 12:08:12

  Modified: ChangeLog
  Added:youtube-dl-2014.07.11.2.ebuild
  Removed:  youtube-dl-2014.07.11.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.354net-misc/youtube-dl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/ChangeLog?rev=1.354view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/ChangeLog?rev=1.354content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/ChangeLog?r1=1.353r2=1.354

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v
retrieving revision 1.353
retrieving revision 1.354
diff -u -r1.353 -r1.354
--- ChangeLog   11 Jul 2014 10:52:08 -  1.353
+++ ChangeLog   11 Jul 2014 12:08:12 -  1.354
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/youtube-dl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.353 
2014/07/11 10:52:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.354 
2014/07/11 12:08:12 jer Exp $
+
+*youtube-dl-2014.07.11.2 (11 Jul 2014)
+
+  11 Jul 2014; Jeroen Roovers j...@gentoo.org 
-youtube-dl-2014.07.11.1.ebuild,
+  +youtube-dl-2014.07.11.2.ebuild:
+  Version bump.
 
 *youtube-dl-2014.07.11.1 (11 Jul 2014)
 



1.1  net-misc/youtube-dl/youtube-dl-2014.07.11.2.ebuild

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

Index: youtube-dl-2014.07.11.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.07.11.2.ebuild,v 
1.1 2014/07/11 12:08:12 jer Exp $

EAPI=5

PYTHON_COMPAT=(python{2_6,2_7,3_3,3_4})
DISTUTILS_SINGLE_IMPL=true
inherit bash-completion-r1 distutils-r1 eutils

DESCRIPTION=Download videos from YouTube.com (and mores sites...)
HOMEPAGE=http://rg3.github.com/youtube-dl/;
SRC_URI=http://youtube-dl.org/downloads/${PV}/${P}.tar.gz;

LICENSE=public-domain
SLOT=0
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
IUSE=offensive test

DEPEND=
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[coverage(+)] )


S=${WORKDIR}/${PN}

src_prepare() {
if ! use offensive; then
sed -i -e /__version__/s|'$|-gentoo_no_offensive_sites'|g \
youtube_dl/version.py || die
local xxx=(
extremetube fourtube goshgay hentaistigma mofosex 
pornhd pornhub
pornotube redtube slutload spankwire thisav trutube 
tube8 xbef
xhamster xnxx xtube xvideos youjizz youporn
)
sed -i -e $( printf '/%s/d;' ${xxx[@]} ) 
youtube_dl/extractor/__init__.py || die
rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \
test/test_age_restriction.py || die
fi
}

src_compile() {
distutils-r1_src_compile
}

src_test() {
emake test
}

src_install() {
python_domodule youtube_dl
dobin bin/${PN}
dodoc README.txt
doman ${PN}.1
newbashcomp ${PN}.bash-completion ${PN}
python_fix_shebang ${ED}
}






[gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/enlightenment: index.xml

2014-07-11 Thread Chris Reffett (creffett)
creffett14/07/11 12:11:02

  Modified: index.xml
  Log:
  Mark as migrated to wiki

Revision  ChangesPath
1.2  xml/htdocs/proj/en/desktop/enlightenment/index.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/enlightenment/index.xml?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/enlightenment/index.xml?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/enlightenment/index.xml?r1=1.1r2=1.2

Index: index.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/enlightenment/index.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.xml   26 Jul 2010 20:24:59 -  1.1
+++ index.xml   11 Jul 2014 12:11:02 -  1.2
@@ -2,7 +2,8 @@
 ?xml-stylesheet href=/xsl/project.xsl type=text/xsl?
 ?xml-stylesheet href=/xsl/guide.xsl type=text/xsl?
 !DOCTYPE project SYSTEM /dtd/project.dtd
-project
+
+project disclaimer=obsolete 
redirect=http://wiki.gentoo.org/wiki/Project:Enlightenment;
   nameEnlightenment/name
   longnameProject Enlightenment/longname
   date2010-0725/date






[gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/wm: index.xml

2014-07-11 Thread Chris Reffett (creffett)
creffett14/07/11 12:11:33

  Modified: index.xml
  Log:
  Mark as obsolete with no migration target

Revision  ChangesPath
1.11 xml/htdocs/proj/en/desktop/wm/index.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/wm/index.xml?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/wm/index.xml?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/wm/index.xml?r1=1.10r2=1.11

Index: index.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/wm/index.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- index.xml   17 Jul 2010 14:48:48 -  1.10
+++ index.xml   11 Jul 2014 12:11:33 -  1.11
@@ -3,7 +3,7 @@
 ?xml-stylesheet href=/xsl/guide.xsl type=text/xsl?
 !DOCTYPE project SYSTEM /dtd/project.dtd
 
-project
+project disclaimer=obsolete
 namedesktop-wm/name
 longnameGentoo WM Project/longname
 date05 Nov 2003/date






[gentoo-commits] gentoo-x86 commit in net-analyzer/ffp: ChangeLog ffp-0.0.8-r1.ebuild

2014-07-11 Thread Jeroen Roovers (jer)
jer 14/07/11 12:12:34

  Modified: ChangeLog ffp-0.0.8-r1.ebuild
  Log:
  EAPI bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.5  net-analyzer/ffp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ffp/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   5 Dec 2012 16:21:26 -   1.4
+++ ChangeLog   11 Jul 2014 12:12:34 -  1.5
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/ffp
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ffp/ChangeLog,v 1.4 2012/12/05 
16:21:26 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ffp/ChangeLog,v 1.5 2014/07/11 
12:12:34 jer Exp $
+
+  11 Jul 2014; Jeroen Roovers j...@gentoo.org ffp-0.0.8-r1.ebuild:
+  EAPI bump.
 
 *ffp-0.0.8-r1 (05 Dec 2012)
 



1.2  net-analyzer/ffp/ffp-0.0.8-r1.ebuild

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

Index: ffp-0.0.8-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ffp/ffp-0.0.8-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ffp-0.0.8-r1.ebuild 5 Dec 2012 16:21:26 -   1.1
+++ ffp-0.0.8-r1.ebuild 11 Jul 2014 12:12:34 -  1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ffp/ffp-0.0.8-r1.ebuild,v 1.1 
2012/12/05 16:21:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ffp/ffp-0.0.8-r1.ebuild,v 1.2 
2014/07/11 12:12:34 jer Exp $
 
-EAPI=4
+EAPI=5
 inherit toolchain-funcs
 
 DESCRIPTION=a tool to do fuzzy fingerprinting for man-in-the-middle attacks
@@ -12,7 +12,6 @@
 LICENSE=BSD-2
 SLOT=0
 KEYWORDS=~amd64 ~ppc ~x86
-IUSE=
 
 DEPEND=dev-libs/openssl
 RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in net-analyzer/firewalk: firewalk-5.0-r1.ebuild ChangeLog

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

  Modified: firewalk-5.0-r1.ebuild ChangeLog
  Log:
  EAPI bump. Simplify dependencies.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.6  net-analyzer/firewalk/firewalk-5.0-r1.ebuild

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

Index: firewalk-5.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/firewalk/firewalk-5.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- firewalk-5.0-r1.ebuild  15 Jan 2012 15:23:34 -  1.5
+++ firewalk-5.0-r1.ebuild  11 Jul 2014 12:16:37 -  1.6
@@ -1,9 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/firewalk/firewalk-5.0-r1.ebuild,v 1.5 
2012/01/15 15:23:34 phajdan.jr Exp $
-
-EAPI=2
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/firewalk/firewalk-5.0-r1.ebuild,v 1.6 
2014/07/11 12:16:37 jer Exp $
 
+EAPI=5
 inherit eutils
 
 DESCRIPTION=A tool for determining a firewall's rule set
@@ -13,21 +12,23 @@
 LICENSE=BSD
 SLOT=0
 KEYWORDS=amd64 ~ppc x86
-IUSE=
 
-DEPEND=net-libs/libpcap
-   =net-libs/libnet-1.1.1
-   =dev-libs/libdnet-1.7
+DEPEND=
+   dev-libs/libdnet
+   net-libs/libnet:1.1
+   net-libs/libpcap
+
 RDEPEND=${DEPEND}
 
 S=${WORKDIR}/Firewalk
 
+DOCS=( README TODO BUGS )
+
 src_prepare() {
epatch ${FILESDIR}/${P}-gcc3.4.diff
 }
 
 src_install() {
-   emake DESTDIR=${D} install || die make install failed
+   default
doman man/firewalk.8
-   dodoc README TODO BUGS
 }



1.20 net-analyzer/firewalk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/firewalk/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   17 Jan 2012 18:27:44 -  1.19
+++ ChangeLog   11 Jul 2014 12:16:37 -  1.20
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/firewalk
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/firewalk/ChangeLog,v 1.19 
2012/01/17 18:27:44 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/firewalk/ChangeLog,v 1.20 
2014/07/11 12:16:37 jer Exp $
+
+  11 Jul 2014; Jeroen Roovers j...@gentoo.org firewalk-5.0-r1.ebuild:
+  EAPI bump. Simplify dependencies.
 
   17 Jan 2012; Jeroen Roovers j...@gentoo.org -firewalk-5.0.ebuild:
   Old.






[gentoo-commits] gentoo-x86 commit in net-analyzer/flow-tools: ChangeLog flow-tools-0.68.5.1-r3.ebuild

2014-07-11 Thread Jeroen Roovers (jer)
jer 14/07/11 12:24:50

  Modified: ChangeLog
  Added:flow-tools-0.68.5.1-r3.ebuild
  Log:
  EAPI bump. Convert myconf to usex.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.70 net-analyzer/flow-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/ChangeLog?rev=1.70view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/ChangeLog?rev=1.70content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/ChangeLog?r1=1.69r2=1.70

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   13 Apr 2014 14:34:03 -  1.69
+++ ChangeLog   11 Jul 2014 12:24:50 -  1.70
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/flow-tools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/ChangeLog,v 1.69 
2014/04/13 14:34:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/ChangeLog,v 1.70 
2014/07/11 12:24:50 jer Exp $
+
+*flow-tools-0.68.5.1-r3 (11 Jul 2014)
+
+  11 Jul 2014; Jeroen Roovers j...@gentoo.org +flow-tools-0.68.5.1-r3.ebuild:
+  EAPI bump. Convert myconf to usex.
 
   13 Apr 2014; Jeroen Roovers j...@gentoo.org flow-tools-0.68.5.1-r2.ebuild:
   Set keepdir /var/lib/flows/ft (bug #483590). Use prune_libtool_files. Set up



1.1  net-analyzer/flow-tools/flow-tools-0.68.5.1-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68.5.1-r3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68.5.1-r3.ebuild?rev=1.1content-type=text/plain

Index: flow-tools-0.68.5.1-r3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68.5.1-r3.ebuild,v 
1.1 2014/07/11 12:24:50 jer Exp $

EAPI=5
inherit eutils user

DESCRIPTION=library and programs to collect, send, process, and generate 
reports from NetFlow data
HOMEPAGE=http://code.google.com/p/flow-tools/;
SRC_URI=http://${PN}.googlecode.com/files/${P}.tar.bz2;

LICENSE=BSD GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86
IUSE=debug mysql postgres ssl static-libs

RDEPEND=sys-apps/tcp-wrappers
sys-libs/zlib
mysql? ( virtual/mysql )
postgres? ( dev-db/postgresql-base )
ssl? ( dev-libs/openssl )

DEPEND=${RDEPEND}
sys-devel/flex
sys-devel/bison

DOCS=( ChangeLog README SECURITY TODO )

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

src_prepare() {
sed -i \
-e 's|/var/run/|/run/|g' \
src/flow-capture.c \
src/flow-fanout.c \
|| die
}

src_configure() {
econf \
$(use_enable static-libs static) \
$(usex mysql --with-mysql '') \
$(usex postgres --with-postgresql=yes --with-postgresql=no) \
$(usex ssl --with-openssl '') \
--sysconfdir=/etc/flow-tools
}

src_install() {
default

prune_libtool_files

exeinto /var/lib/flows/bin
doexe ${FILESDIR}/linkme

keepdir /var/lib/flows/ft

newinitd ${FILESDIR}/flowcapture.initd flowcapture
newconfd ${FILESDIR}/flowcapture.confd flowcapture

fowners flows:flows /var/lib/flows
fowners flows:flows /var/lib/flows/bin
fowners flows:flows /var/lib/flows/ft

fperms 0755 /var/lib/flows
fperms 0755 /var/lib/flows/bin
}

pkg_preinst() {
enewgroup flows
enewuser flows -1 -1 /var/lib/flows flows
}






[gentoo-commits] gentoo-x86 commit in sys-apps/kmod: kmod-18-r1.ebuild kmod-9999.ebuild ChangeLog

2014-07-11 Thread Samuli Suominen (ssuominen)
ssuominen14/07/11 12:28:07

  Modified: kmod-.ebuild ChangeLog
  Added:kmod-18-r1.ebuild
  Log:
  Include keyword -lxc in the kmod-static-nodes init script wrt #511642 by 
Walter
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.79 sys-apps/kmod/kmod-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-.ebuild?rev=1.79view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-.ebuild?rev=1.79content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-.ebuild?r1=1.78r2=1.79

Index: kmod-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-.ebuild,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- kmod-.ebuild22 Jun 2014 08:03:54 -  1.78
+++ kmod-.ebuild11 Jul 2014 12:28:07 -  1.79
@@ -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/kmod/kmod-.ebuild,v 1.78 
2014/06/22 08:03:54 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-.ebuild,v 1.79 
2014/07/11 12:28:07 ssuominen Exp $
 
 EAPI=5
 
@@ -164,7 +164,7 @@
insinto /lib/modprobe.d
doins ${T}/usb-load-ehci-first.conf #260139
 
-   doinitd ${FILESDIR}/kmod-static-nodes
+   newinitd ${FILESDIR}/kmod-static-nodes-r1 kmod-static-nodes
 }
 
 pkg_postinst() {



1.159sys-apps/kmod/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- ChangeLog   22 Jun 2014 08:03:54 -  1.158
+++ ChangeLog   11 Jul 2014 12:28:07 -  1.159
@@ -1,6 +1,13 @@
 # ChangeLog for sys-apps/kmod
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.158 2014/06/22 
08:03:54 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.159 2014/07/11 
12:28:07 ssuominen Exp $
+
+*kmod-18-r1 (11 Jul 2014)
+
+  11 Jul 2014; Samuli Suominen ssuomi...@gentoo.org
+  +files/kmod-static-nodes-r1, +kmod-18-r1.ebuild, kmod-.ebuild:
+  Include keyword -lxc in the kmod-static-nodes init script wrt #511642 by
+  Walter
 
 *kmod-18 (22 Jun 2014)
 



1.1  sys-apps/kmod/kmod-18-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-18-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-18-r1.ebuild?rev=1.1content-type=text/plain

Index: kmod-18-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-18-r1.ebuild,v 1.1 
2014/07/11 12:28:07 ssuominen Exp $

EAPI=5

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

inherit bash-completion-r1 eutils multilib python-r1

if [[ ${PV} == * ]]; then

EGIT_REPO_URI=git://git.kernel.org/pub/scm/utils/kernel/${PN}/${PN}.git
inherit autotools git-2
else
SRC_URI=mirror://kernel/linux/utils/kernel/kmod/${P}.tar.xz
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86
inherit libtool
fi

DESCRIPTION=library and tools for managing linux kernel modules
HOMEPAGE=http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;

LICENSE=LGPL-2
SLOT=0
IUSE=debug doc lzma python static-libs +tools zlib

# Upstream does not support running the test suite with custom configure flags.
# I was also told that the test suite is intended for kmod developers.
# So we have to restrict it.
# See bug #408915.
RESTRICT=test

RDEPEND=!sys-apps/module-init-tools
!sys-apps/modutils
!sys-apps/openrc-0.12
lzma? ( =app-arch/xz-utils-5.0.4-r1 )
python? ( ${PYTHON_DEPS} )
zlib? ( =sys-libs/zlib-1.2.6 ) #427130
DEPEND=${RDEPEND}
doc? ( dev-util/gtk-doc )
lzma? ( virtual/pkgconfig )
python? (
dev-python/cython[${PYTHON_USEDEP}]
virtual/pkgconfig
)
zlib? ( virtual/pkgconfig )
if [[ ${PV} == * ]]; then
DEPEND=${DEPEND}
dev-libs/libxslt
fi

REQUIRED_USE=python? ( 

[gentoo-commits] gentoo-x86 commit in sys-apps/kmod/files: kmod-static-nodes-r1

2014-07-11 Thread Samuli Suominen (ssuominen)
ssuominen14/07/11 12:28:07

  Added:kmod-static-nodes-r1
  Log:
  Include keyword -lxc in the kmod-static-nodes init script wrt #511642 by 
Walter
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.1  sys-apps/kmod/files/kmod-static-nodes-r1

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/files/kmod-static-nodes-r1?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/files/kmod-static-nodes-r1?rev=1.1content-type=text/plain

Index: kmod-static-nodes-r1
===
#!/sbin/runscript
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/files/kmod-static-nodes-r1,v 
1.1 2014/07/11 12:28:07 ssuominen Exp $

description=Create list of required static device nodes for the current kernel

depend() {
after dev-mount
before tmpfiles.dev dev
keyword -lxc
}

start() {
ebegin Creating list of required static device nodes for the current 
kernel
checkpath -q -d /run/tmpfiles.d
kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
eend $?
}






[gentoo-commits] gentoo-x86 commit in net-analyzer/flowgrind/files: flowgrind-0.5.8-gentoo.patch

2014-07-11 Thread Jeroen Roovers (jer)
jer 14/07/11 12:35:24

  Removed:  flowgrind-0.5.8-gentoo.patch
  Log:
  Old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)



[gentoo-commits] gentoo-x86 commit in net-analyzer/flowgrind: ChangeLog flowgrind-0.7.ebuild flowgrind-0.6.1.ebuild flowgrind-0.5.9.ebuild

2014-07-11 Thread Jeroen Roovers (jer)
jer 14/07/11 12:35:23

  Modified: ChangeLog
  Removed:  flowgrind-0.7.ebuild flowgrind-0.6.1.ebuild
flowgrind-0.5.9.ebuild
  Log:
  Old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.11 net-analyzer/flowgrind/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   28 May 2014 04:34:26 -  1.10
+++ ChangeLog   11 Jul 2014 12:35:23 -  1.11
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/flowgrind
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/ChangeLog,v 1.10 
2014/05/28 04:34:26 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/ChangeLog,v 1.11 
2014/07/11 12:35:23 jer Exp $
+
+  11 Jul 2014; Jeroen Roovers j...@gentoo.org -flowgrind-0.5.9.ebuild,
+  -flowgrind-0.6.1.ebuild, -flowgrind-0.7.ebuild,
+  -files/flowgrind-0.5.8-gentoo.patch:
+  Old.
 
 *flowgrind-0.7.1 (28 May 2014)
 






[gentoo-commits] gentoo-x86 commit in net-analyzer/smokeping: smokeping-2.6.9.ebuild ChangeLog

2014-07-11 Thread Jeroen Roovers (jer)
jer 14/07/11 12:42:00

  Modified: smokeping-2.6.9.ebuild ChangeLog
  Log:
  Set net-analyzer/fping[suid] (bug #516886). Remove handbook from 
pkg_postinst().
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.9  net-analyzer/smokeping/smokeping-2.6.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild?r1=1.8r2=1.9

Index: smokeping-2.6.9.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- smokeping-2.6.9.ebuild  2 Apr 2014 12:59:38 -   1.8
+++ smokeping-2.6.9.ebuild  11 Jul 2014 12:41:59 -  1.9
@@ -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/smokeping/smokeping-2.6.9.ebuild,v 1.8 
2014/04/02 12:59:38 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild,v 1.9 
2014/07/11 12:41:59 jer Exp $
 
 EAPI=5
 inherit eutils user systemd
@@ -34,7 +34,7 @@
telnet? ( dev-perl/Net-Telnet )
=dev-lang/perl-5.8.8-r8
=dev-perl/SNMP_Session-1.13
-   =net-analyzer/fping-2.4_beta2-r2
+   =net-analyzer/fping-2.4_beta2-r2[suid]
=net-analyzer/rrdtool-1.2[perl]
dev-perl/CGI-Session
dev-perl/Config-Grammar
@@ -141,26 +141,4 @@
 pkg_postinst() {
chown smokeping:smokeping ${ROOT}/var/lib/${PN}
chmod 755 ${ROOT}/var/lib/${PN}
-   elog
-   elog Additional steps are needed to get ${PN} up  running:
-   elog
-   elog First you need to edit /etc/${PN}/config. After that
-   elog you can start ${PN} with '/etc/init.d/${PN} start'.
-   elog
-   if use apache2 ; then
-   elog For web interface make sure to add -D PERL to 
APACHE2_OPTS in
-   elog /etc/conf.d/apache2 and to restart apache2. To access 
site from
-   elog other places check permissions at 
/etc/apache2/modules.d/79_${PN}.conf
-   elog
-   else
-   elog For web interface configure your web server to serve perl 
cgi
-   elog script at /var/www/localhost/perl/
-   fi
-   elog To make cropper working you just need to copy 
/var/www/localhost/smokeping/cropper
-   elog into your htdocs (or create symlink and allow webserver to follow 
symlinks).
-   elog
-   elog We install all files required for smoketrace, but you have to
-   elog configure it manually. Just read 'man smoketrace'. Also you need 
to
-   elog 'emerge traceroute'.
-   elog
 }



1.56 net-analyzer/smokeping/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   2 Apr 2014 12:59:38 -   1.55
+++ ChangeLog   11 Jul 2014 12:41:59 -  1.56
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/smokeping
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v 1.55 
2014/04/02 12:59:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v 1.56 
2014/07/11 12:41:59 jer Exp $
+
+  11 Jul 2014; Jeroen Roovers j...@gentoo.org smokeping-2.6.9.ebuild:
+  Set net-analyzer/fping[suid] (bug #516886). Remove handbook from
+  pkg_postinst().
 
   02 Apr 2014; Jeroen Roovers j...@gentoo.org smokeping-2.6.9.ebuild:
   Whitespace.






[gentoo-commits] proj/hardened-patchset: New tag: 20140710

2014-07-11 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Fri Jul 11 12:44:13 2014 +

New tag: 20140710




[gentoo-commits] proj/hardened-dev:master commit in: sys-kernel/hardened-sources/

2014-07-11 Thread Anthony G. Basile
commit: 6f428967e9a717f624d570c562a392f28dd22d52
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Fri Jul 11 12:46:16 2014 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Fri Jul 11 12:46:16 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=6f428967

sys-kernel/hardened-sources: testing patchset 20140710

Package-Manager: portage-2.2.8-r1
Manifest-Sign-Key: 0xF52D4BBA

---
 ...ened-sources-3.14.11-r1.ebuild = hardened-sources-3.14.12.ebuild} | 4 ++--
 ...rdened-sources-3.15.4-r1.ebuild = hardened-sources-3.15.5.ebuild} | 4 ++--
 ...ned-sources-3.2.60-r8.ebuild = hardened-sources-3.2.60-r9.ebuild} | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.14.11-r1.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.14.12.ebuild
similarity index 95%
rename from sys-kernel/hardened-sources/hardened-sources-3.14.11-r1.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.14.12.ebuild
index 2031615..338eb01 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.14.11-r1.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.14.12.ebuild
@@ -6,13 +6,13 @@ EAPI=5
 
 ETYPE=sources
 K_WANT_GENPATCHES=base
-K_GENPATCHES_VER=15
+K_GENPATCHES_VER=16
 K_DEBLOB_AVAILABLE=1
 
 inherit kernel-2
 detect_version
 
-HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2
+HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1
 
HGPV_URI=http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2;
 SRC_URI=${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}
 

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.15.4-r1.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.15.5.ebuild
similarity index 95%
rename from sys-kernel/hardened-sources/hardened-sources-3.15.4-r1.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.15.5.ebuild
index 353e200..79ea7f2 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.15.4-r1.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.15.5.ebuild
@@ -6,13 +6,13 @@ EAPI=5
 
 ETYPE=sources
 K_WANT_GENPATCHES=base
-K_GENPATCHES_VER=6
+K_GENPATCHES_VER=7
 K_DEBLOB_AVAILABLE=1
 
 inherit kernel-2
 detect_version
 
-HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2
+HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1
 
HGPV_URI=http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2;
 SRC_URI=${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}
 

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.2.60-r8.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.2.60-r9.ebuild
similarity index 96%
rename from sys-kernel/hardened-sources/hardened-sources-3.2.60-r8.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.2.60-r9.ebuild
index a33f182..71e8dd7 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.2.60-r8.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.2.60-r9.ebuild
@@ -12,7 +12,7 @@ K_DEBLOB_AVAILABLE=1
 inherit kernel-2
 detect_version
 
-HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-9
+HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-10
 
HGPV_URI=http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2;
 SRC_URI=${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}
 



[gentoo-commits] gentoo-x86 commit in net-analyzer/fping/files: fping-2.4_beta2_p161-min-time.patch

2014-07-11 Thread Jeroen Roovers (jer)
jer 14/07/11 12:47:07

  Removed:  fping-2.4_beta2_p161-min-time.patch
  Log:
  Old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)



[gentoo-commits] gentoo-x86 commit in net-analyzer/fping: ChangeLog fping-3.4.ebuild fping-3.1.ebuild fping-2.4_beta2_p161-r1.ebuild fping-3.6.ebuild fping-3.2.ebuild fping-3.8.ebuild fping-3.5.ebuild

2014-07-11 Thread Jeroen Roovers (jer)
jer 14/07/11 12:47:07

  Modified: ChangeLog
  Removed:  fping-3.4.ebuild fping-3.1.ebuild
fping-2.4_beta2_p161-r1.ebuild fping-3.6.ebuild
fping-3.2.ebuild fping-3.8.ebuild fping-3.5.ebuild
  Log:
  Old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.63 net-analyzer/fping/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fping/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   27 Jun 2014 16:41:07 -  1.62
+++ ChangeLog   11 Jul 2014 12:47:07 -  1.63
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/fping
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fping/ChangeLog,v 1.62 
2014/06/27 16:41:07 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fping/ChangeLog,v 1.63 
2014/07/11 12:47:07 jer Exp $
+
+  11 Jul 2014; Jeroen Roovers j...@gentoo.org 
-fping-2.4_beta2_p161-r1.ebuild,
+  -fping-3.1.ebuild, -fping-3.2.ebuild, -fping-3.4.ebuild, -fping-3.5.ebuild,
+  -fping-3.6.ebuild, -fping-3.8.ebuild,
+  -files/fping-2.4_beta2_p161-min-time.patch:
+  Old.
 
   27 Jun 2014; Chema Alonso nim...@gentoo.org fping-3.9.ebuild:
   Stable for amd64 wrt bug #507966






[gentoo-commits] gentoo-x86 commit in net-analyzer/fprobe: fprobe-1.1-r2.ebuild ChangeLog fprobe-1.1-r1.ebuild

2014-07-11 Thread Jeroen Roovers (jer)
jer 14/07/11 12:55:05

  Modified: fprobe-1.1-r2.ebuild ChangeLog
  Removed:  fprobe-1.1-r1.ebuild
  Log:
  EAPI bump. Clean up patches.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.2  net-analyzer/fprobe/fprobe-1.1-r2.ebuild

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

Index: fprobe-1.1-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fprobe/fprobe-1.1-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fprobe-1.1-r2.ebuild26 Jun 2008 20:41:24 -  1.1
+++ fprobe-1.1-r2.ebuild11 Jul 2014 12:55:05 -  1.2
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fprobe/fprobe-1.1-r2.ebuild,v 
1.1 2008/06/26 20:41:24 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fprobe/fprobe-1.1-r2.ebuild,v 
1.2 2014/07/11 12:55:05 jer Exp $
 
+EAPI=5
 inherit eutils
 
 DESCRIPTION=A libpcap-based tool to collect network traffic data and emit it 
as NetFlow flows
@@ -16,28 +17,25 @@
 
 DEPEND=net-libs/libpcap
 
-src_unpack() {
-   unpack ${A}
+src_prepare() {
# The pidfile should be created by the parent process, before the
-   # setuid/chroot # is executed.
+   # setuid/chroot is executed.
epatch ${FILESDIR}/fprobe-1.1-pidfile-sanity.patch
# This seems to fail, uncertain why.
epatch ${FILESDIR}/fprobe-1.1-setgroups.patch
 }
 
-src_compile() {
+src_configure() {
econf \
$(use_enable debug) \
-   $(use_enable messages) \
-   || die configure failed
-
-   emake || die make failed
+   $(use_enable messages)
 }
 
+DOCS=( AUTHORS NEWS README TODO )
+
 src_install() {
-   make DESTDIR=${D} install || die install failed
+   default
 
-   dodoc AUTHORS NEWS README TODO
docinto contrib
dodoc contrib/tg.sh
 



1.16 net-analyzer/fprobe/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fprobe/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   4 Aug 2008 19:28:41 -   1.15
+++ ChangeLog   11 Jul 2014 12:55:05 -  1.16
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/fprobe
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fprobe/ChangeLog,v 1.15 
2008/08/04 19:28:41 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fprobe/ChangeLog,v 1.16 
2014/07/11 12:55:05 jer Exp $
+
+  11 Jul 2014; Jeroen Roovers j...@gentoo.org -fprobe-1.1-r1.ebuild,
+  fprobe-1.1-r2.ebuild, files/fprobe-1.1-pidfile-sanity.patch,
+  files/fprobe-1.1-setgroups.patch:
+  EAPI bump. Clean up patches.
 
   04 Aug 2008; Jeroen Roovers j...@gentoo.org metadata.xml:
   Describe local USE flags for GLEP 56.






[gentoo-commits] gentoo-x86 commit in net-analyzer/fprobe/files: fprobe-1.1-pidfile-sanity.patch fprobe-1.1-setgroups.patch

2014-07-11 Thread Jeroen Roovers (jer)
jer 14/07/11 12:55:05

  Modified: fprobe-1.1-pidfile-sanity.patch
fprobe-1.1-setgroups.patch
  Log:
  EAPI bump. Clean up patches.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.2  net-analyzer/fprobe/files/fprobe-1.1-pidfile-sanity.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fprobe/files/fprobe-1.1-pidfile-sanity.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fprobe/files/fprobe-1.1-pidfile-sanity.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fprobe/files/fprobe-1.1-pidfile-sanity.patch?r1=1.1r2=1.2

Index: fprobe-1.1-pidfile-sanity.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/fprobe/files/fprobe-1.1-pidfile-sanity.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fprobe-1.1-pidfile-sanity.patch 17 Mar 2008 08:41:12 -  1.1
+++ fprobe-1.1-pidfile-sanity.patch 11 Jul 2014 12:55:05 -  1.2
@@ -6,9 +6,8 @@
 
 Signed-off-by: Robin H. Johnson robb...@gentoo.org
 
-diff -Nuar fprobe-1.1.orig/src/fprobe.c fprobe-1.1/src/fprobe.c
 fprobe-1.1.orig/src/fprobe.c   2005-01-30 08:43:35.0 +
-+++ fprobe-1.1/src/fprobe.c2008-03-16 20:51:24.0 +
+--- a/src/fprobe.c
 b/src/fprobe.c
 @@ -1379,7 +1379,8 @@
  
my_log_open(ident, verbosity, log_dest);



1.2  net-analyzer/fprobe/files/fprobe-1.1-setgroups.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fprobe/files/fprobe-1.1-setgroups.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fprobe/files/fprobe-1.1-setgroups.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fprobe/files/fprobe-1.1-setgroups.patch?r1=1.1r2=1.2

Index: fprobe-1.1-setgroups.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/fprobe/files/fprobe-1.1-setgroups.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fprobe-1.1-setgroups.patch  17 Mar 2008 08:41:12 -  1.1
+++ fprobe-1.1-setgroups.patch  11 Jul 2014 12:55:05 -  1.2
@@ -2,9 +2,8 @@
 
 Signed-off-by: Robin H. Johnson robb...@gentoo.org
 
-diff -Nuar fprobe-1.1/src/fprobe.c fprobe-1.1.new/src/fprobe.c
 fprobe-1.1/src/fprobe.c2008-03-17 00:06:43.0 +
-+++ fprobe-1.1.new/src/fprobe.c2008-03-17 00:07:30.0 +
+--- a/src/fprobe.c
 b/src/fprobe.c
 @@ -1541,10 +1541,10 @@
}
  






[gentoo-commits] gentoo-x86 commit in net-libs/polarssl: polarssl-1.3.7-r1.ebuild ChangeLog

2014-07-11 Thread Julian Ospald (hasufell)
hasufell14/07/11 12:57:39

  Modified: ChangeLog
  Added:polarssl-1.3.7-r1.ebuild
  Log:
  add threads USE flag wrt #516832
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  ChangesPath
1.82 net-libs/polarssl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/polarssl/ChangeLog?rev=1.82view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/polarssl/ChangeLog?rev=1.82content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/polarssl/ChangeLog?r1=1.81r2=1.82

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/polarssl/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog   4 Jul 2014 22:44:36 -   1.81
+++ ChangeLog   11 Jul 2014 12:57:39 -  1.82
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/polarssl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/polarssl/ChangeLog,v 1.81 
2014/07/04 22:44:36 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/polarssl/ChangeLog,v 1.82 
2014/07/11 12:57:39 hasufell Exp $
+
+*polarssl-1.3.7-r1 (11 Jul 2014)
+
+  11 Jul 2014; Julian Ospald hasuf...@gentoo.org +polarssl-1.3.7-r1.ebuild:
+  add threads USE flag wrt #516832
 
   04 Jul 2014; Julian Ospald hasuf...@gentoo.org polarssl-1.3.7.ebuild:
   stable on amd64 and x86



1.1  net-libs/polarssl/polarssl-1.3.7-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/polarssl/polarssl-1.3.7-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/polarssl/polarssl-1.3.7-r1.ebuild?rev=1.1content-type=text/plain

Index: polarssl-1.3.7-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/polarssl/polarssl-1.3.7-r1.ebuild,v 
1.1 2014/07/11 12:57:39 hasufell Exp $

EAPI=5

inherit eutils multilib cmake-utils multilib-minimal

DESCRIPTION=Cryptographic library for embedded systems
HOMEPAGE=http://polarssl.org/;
SRC_URI=http://polarssl.org/download/${P}-gpl.tgz;

LICENSE=GPL-2
SLOT=0/6
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd
IUSE=doc havege programs sse2 static-libs test threads zlib

RDEPEND=
programs? ( dev-libs/openssl:0 )
zlib? ( =sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
DEPEND=${RDEPEND}
doc? ( app-doc/doxygen )
test? ( dev-lang/perl )

enable_polarssl_option() {
local myopt=$@
# check that config.h syntax is the same at version bump
sed -i \
-e s://#define ${myopt}:#define ${myopt}: \
include/polarssl/config.h || die
}

src_prepare() {
use sse2  enable_polarssl_option POLARSSL_HAVE_SSE2
use zlib  enable_polarssl_option POLARSSL_ZLIB_SUPPORT
use havege  enable_polarssl_option POLARSSL_HAVEGE_C
use threads  enable_polarssl_option POLARSSL_THREADING_C
use threads  enable_polarssl_option POLARSSL_THREADING_PTHREAD
}

multilib_src_configure() {
local mycmakeargs=(
$(multilib_is_native_abi  cmake-utils_use_enable programs 
PROGRAMS \
|| echo -DENABLE_PROGRAMS=OFF)
$(cmake-utils_use_enable zlib ZLIB_SUPPORT)
$(cmake-utils_use_use static-libs STATIC_POLARSSL_LIBRARY)
$(cmake-utils_use_enable test TESTING)
-DUSE_SHARED_POLARSSL_LIBRARY=ON
-DINSTALL_POLARSSL_HEADERS=ON
-DLIB_INSTALL_DIR=/usr/$(get_libdir)
)

cmake-utils_src_configure
}

multilib_src_compile() {
cmake-utils_src_compile
use doc  multilib_is_native_abi  emake apidoc
}

multilib_src_test() {
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${BUILD_DIR}/library \
cmake-utils_src_test
}

multilib_src_install() {
cmake-utils_src_install
}

multilib_src_install_all() {
einstalldocs

use doc  dohtml -r apidoc

if use programs ; then
# avoid file collisions with sys-apps/coreutils
local p e
for p in ${ED%/}/usr/bin/* ; do
if [[ -x ${p}  ! -d ${p} ]] ; then
mv ${p} ${ED%/}/usr/bin/polarssl_${p##*/} 
|| die
fi
done
for e in aes hash pkey ssl test ; do
docinto ${e}
dodoc programs/${e}/*.c
dodoc programs/${e}/*.txt
done
fi
}






[gentoo-commits] gentoo-x86 commit in www-servers/hiawatha: ChangeLog hiawatha-9.6-r1.ebuild hiawatha-9.5.ebuild hiawatha-9.6.ebuild

2014-07-11 Thread Julian Ospald (hasufell)
hasufell14/07/11 13:01:11

  Modified: ChangeLog hiawatha-9.6-r1.ebuild
hiawatha-9.5.ebuild hiawatha-9.6.ebuild
  Log:
  fix polarssl dep wrt #516832
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  ChangesPath
1.6  www-servers/hiawatha/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/hiawatha/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   1 Jul 2014 16:28:33 -   1.5
+++ ChangeLog   11 Jul 2014 13:01:10 -  1.6
@@ -1,6 +1,10 @@
 # ChangeLog for www-servers/hiawatha
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/hiawatha/ChangeLog,v 1.5 
2014/07/01 16:28:33 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/hiawatha/ChangeLog,v 1.6 
2014/07/11 13:01:10 hasufell Exp $
+
+  11 Jul 2014; Julian Ospald hasuf...@gentoo.org hiawatha-9.5.ebuild,
+  hiawatha-9.6.ebuild, hiawatha-9.6-r1.ebuild:
+  fix polarssl dep wrt #516832
 
 *hiawatha-9.6-r1 (01 Jul 2014)
 



1.2  www-servers/hiawatha/hiawatha-9.6-r1.ebuild

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

Index: hiawatha-9.6-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/hiawatha/hiawatha-9.6-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hiawatha-9.6-r1.ebuild  1 Jul 2014 16:28:33 -   1.1
+++ hiawatha-9.6-r1.ebuild  11 Jul 2014 13:01:10 -  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/www-servers/hiawatha/hiawatha-9.6-r1.ebuild,v 1.1 
2014/07/01 16:28:33 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-servers/hiawatha/hiawatha-9.6-r1.ebuild,v 1.2 
2014/07/11 13:01:10 hasufell Exp $
 
 # ssl USE flag currently broken
 # https://github.com/hsleisink/hiawatha/issues/15
@@ -22,7 +22,7 @@
 IUSE=debug +cache ipv6 monitor +rewrite rproxy tomahawk +xslt
 
 RDEPEND=
-   =net-libs/polarssl-1.3
+   =net-libs/polarssl-1.3[threads]
xslt? ( dev-libs/libxslt
dev-libs/libxml2 )
 DEPEND=${RDEPEND}



1.4  www-servers/hiawatha/hiawatha-9.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/hiawatha-9.5.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/hiawatha-9.5.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/hiawatha-9.5.ebuild?r1=1.3r2=1.4

Index: hiawatha-9.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/hiawatha/hiawatha-9.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hiawatha-9.5.ebuild 23 May 2014 17:17:42 -  1.3
+++ hiawatha-9.5.ebuild 11 Jul 2014 13:01:10 -  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/www-servers/hiawatha/hiawatha-9.5.ebuild,v 
1.3 2014/05/23 17:17:42 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/hiawatha/hiawatha-9.5.ebuild,v 
1.4 2014/07/11 13:01:10 hasufell Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 IUSE=debug +cache ipv6 monitor +rewrite rproxy ssl tomahawk +xslt
 
 RDEPEND=
-   ssl? ( =net-libs/polarssl-1.3 )
+   ssl? ( =net-libs/polarssl-1.3[threads] )
xslt? ( dev-libs/libxml2
dev-libs/libxslt )
 



1.2  www-servers/hiawatha/hiawatha-9.6.ebuild

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

Index: hiawatha-9.6.ebuild

[gentoo-commits] gentoo-x86 commit in net-fs/samba: samba-4.0.19.ebuild samba-4.1.9.ebuild samba-3.6.24.ebuild ChangeLog samba-3.6.22.ebuild samba-4.1.7.ebuild samba-4.0.17.ebuild

2014-07-11 Thread Lars Wendler (polynomial-c)
polynomial-c14/07/11 13:07:20

  Modified: ChangeLog
  Added:samba-4.0.19.ebuild samba-4.1.9.ebuild
samba-3.6.24.ebuild
  Removed:  samba-3.6.22.ebuild samba-4.1.7.ebuild
samba-4.0.17.ebuild
  Log:
  Version bump. Removed old. Fixed automagic dependency on libaio (bug #489764)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.674net-fs/samba/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
retrieving revision 1.673
retrieving revision 1.674
diff -u -r1.673 -r1.674
--- ChangeLog   18 Jun 2014 20:35:22 -  1.673
+++ ChangeLog   11 Jul 2014 13:07:20 -  1.674
@@ -1,6 +1,17 @@
 # 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.673 2014/06/18 
20:35:22 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.674 2014/07/11 
13:07:20 polynomial-c Exp $
+
+*samba-4.1.9 (11 Jul 2014)
+*samba-4.0.19 (11 Jul 2014)
+*samba-3.6.24 (11 Jul 2014)
+
+  11 Jul 2014; Lars Wendler polynomia...@gentoo.org -samba-3.6.22.ebuild,
+  +samba-3.6.24.ebuild, -samba-4.0.17.ebuild, +samba-4.0.19.ebuild,
+  -samba-4.1.7.ebuild, +samba-4.1.9.ebuild,
+  +files/samba-4.0.19-automagic_aio_fix.patch:
+  Version bump. Removed old. Fixed automagic dependency on libaio (bug
+  #489764).
 
   18 Jun 2014; Michał Górny mgo...@gentoo.org samba-3.6.23-r1.ebuild:
   Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug



1.1  net-fs/samba/samba-4.0.19.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.0.19.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.0.19.ebuild?rev=1.1content-type=text/plain

Index: samba-4.0.19.ebuild
===
# 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-4.0.19.ebuild,v 1.1 
2014/07/11 13:07:20 polynomial-c Exp $

EAPI=5
PYTHON_COMPAT=( python2_{6,7} )

inherit python-r1 waf-utils multilib linux-info systemd

MY_PV=${PV/_rc/rc}
MY_P=${PN}-${MY_PV}

if [ ${PV} = 4. ]; then
EGIT_REPO_URI=git://git.samba.org/samba.git
KEYWORDS=
inherit git-2
else
SRC_URI=mirror://samba/stable/${MY_P}.tar.gz
KEYWORDS=~amd64 ~hppa ~x86
fi

DESCRIPTION=Samba Suite Version 4
HOMEPAGE=http://www.samba.org/;
LICENSE=GPL-3

SLOT=0

IUSE=acl addns ads aio avahi client cluster cups dmapi fam gnutls iprint
ldap quota selinux swat syslog test winbind

# sys-apps/attr is an automagic dependency (see bug #489748)
# sys-libs/pam is an automagic dependency (see bug #489770)
CDEPEND=${PYTHON_DEPS}
=app-crypt/heimdal-1.5[-ssl]
dev-libs/iniparser
dev-libs/popt
sys-libs/readline
virtual/libiconv
dev-python/subunit
sys-apps/attr
sys-libs/libcap
=sys-libs/ldb-1.1.16
=sys-libs/tdb-1.2.11[python]
=sys-libs/talloc-2.0.8[python]
=sys-libs/tevent-0.9.18
sys-libs/zlib
virtual/pam
acl? ( virtual/acl )
addns? ( net-dns/bind-tools[gssapi] )
aio? ( dev-libs/libaio )
cluster? ( =dev-db/ctdb-1.0.114_p1 )
cups? ( net-print/cups )
dmapi? ( sys-apps/dmapi )
fam? ( virtual/fam )
gnutls? ( dev-libs/libgcrypt:0
=net-libs/gnutls-1.4.0 )
ldap? ( net-nds/openldap )
selinux? ( sec-policy/selinux-samba )
DEPEND=${CDEPEND}
virtual/pkgconfig
RDEPEND=${CDEPEND}
client? ( net-fs/cifs-utils[ads?] )

REQUIRED_USE=ads? ( acl ldap )

RESTRICT=mirror

S=${WORKDIR}/${MY_P}

CONFDIR=${FILESDIR}/$(get_version_component_range 1-2)

# sys-apps/dmapi is an automagic dependency (see bug #474492)
PATCHES=(
${FILESDIR}/${PN}-4.1.0-remove-dmapi-automagic.patch
${FILESDIR}/named.conf.dlz.patch
${FILESDIR}/${PN}-4.0.19-automagic_aio_fix.patch
)

WAF_BINARY=${S}/buildtools/bin/waf

pkg_setup() {
python_export_best
if use aio; then
if ! linux_config_exists || ! linux_chkconfig_present AIO; then
ewarn You must enable AIO support in your 
kernel config, 
ewarn to be able to support asynchronous I/O. 
  

[gentoo-commits] gentoo-x86 commit in net-fs/samba/files: samba-4.0.19-automagic_aio_fix.patch

2014-07-11 Thread Lars Wendler (polynomial-c)
polynomial-c14/07/11 13:07:20

  Added:samba-4.0.19-automagic_aio_fix.patch
  Log:
  Version bump. Removed old. Fixed automagic dependency on libaio (bug #489764)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.1  net-fs/samba/files/samba-4.0.19-automagic_aio_fix.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/files/samba-4.0.19-automagic_aio_fix.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/files/samba-4.0.19-automagic_aio_fix.patch?rev=1.1content-type=text/plain

Index: samba-4.0.19-automagic_aio_fix.patch
===
https://bugzilla.samba.org/show_bug.cgi?id=10370

--- samba-4.0.19/source3/wscript
+++ samba-4.0.19/source3/wscript
@@ -507,9 +507,10 @@
 else:
 conf.DEFINE('HAVE_NO_AIO', '1')
 
-if host_os.rfind('linux')  -1:
-   conf.CHECK_FUNCS_IN('io_submit', 'aio')
-   conf.CHECK_CODE('''
+if Options.options.with_aio_support != False:
+   if host_os.rfind('linux')  -1:
+   conf.CHECK_FUNCS_IN('io_submit', 'aio')
+   conf.CHECK_CODE('''
 struct io_event ioev;
 struct iocb *ioc;
 io_context_t ctx;
@@ -526,11 +527,11 @@
 io_getevents(ctx, 1, 1, ioev, ts);
 ''',
'HAVE_LINUX_KERNEL_AIO',
-   msg='Checking for linux kernel asynchronous io support',
-   headers='unistd.h stdlib.h sys/types.h fcntl.h 
sys/eventfd.h libaio.h',
-   lib='aio')
+   msg='Checking for linux kernel asynchronous io 
support',
+   headers='unistd.h stdlib.h sys/types.h fcntl.h 
sys/eventfd.h libaio.h',
+   lib='aio')
 
-conf.CHECK_CODE('''
+   conf.CHECK_CODE('''
 struct msghdr msg;
 union {
 struct cmsghdr cm;
@@ -540,17 +541,17 @@
 msg.msg_controllen = sizeof(control_un.control);
 ''',
 'HAVE_MSGHDR_MSG_CONTROL',
-msg='Checking if we can use msg_control for passing file descriptors',
-headers='sys/types.h stdlib.h stddef.h sys/socket.h sys/un.h')
-conf.CHECK_CODE('''
+   msg='Checking if we can use msg_control for passing file 
descriptors',
+   headers='sys/types.h stdlib.h stddef.h sys/socket.h sys/un.h')
+   conf.CHECK_CODE('''
 struct msghdr msg;
 int fd;
 msg.msg_acctrights = (caddr_t) fd;
 msg.msg_acctrightslen = sizeof(fd);
 ''',
 'HAVE_MSGHDR_MSG_ACCTRIGHTS',
-msg='Checking if we can use msg_acctrights for passing file 
descriptors',
-headers='sys/types.h stdlib.h stddef.h sys/socket.h sys/un.h')
+   msg='Checking if we can use msg_acctrights for passing file 
descriptors',
+   headers='sys/types.h stdlib.h stddef.h sys/socket.h sys/un.h')
 
 if Options.options.with_winbind:
 conf.env.build_winbind = True






[gentoo-commits] gentoo-x86 commit in dev-python/pycmd: pycmd-1.1.ebuild ChangeLog

2014-07-11 Thread Ian Delaney (idella4)
idella4 14/07/11 13:40:03

  Modified: ChangeLog
  Added:pycmd-1.1.ebuild
  Log:
  bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.3  dev-python/pycmd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycmd/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   22 Oct 2013 14:19:01 -  1.2
+++ ChangeLog   11 Jul 2014 13:40:03 -  1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pycmd
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycmd/ChangeLog,v 1.2 2013/10/22 
14:19:01 grobian Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycmd/ChangeLog,v 1.3 2014/07/11 
13:40:03 idella4 Exp $
+
+*pycmd-1.1 (11 Jul 2014)
+
+  11 Jul 2014; Ian Delaney idel...@gentoo.org +pycmd-1.1.ebuild:
+  bump
 
   22 Oct 2013; Fabian Groffen grob...@gentoo.org pycmd-1.0.ebuild:
   Marked ~x64-macos, bug #487670



1.1  dev-python/pycmd/pycmd-1.1.ebuild

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

Index: pycmd-1.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pycmd/pycmd-1.1.ebuild,v 1.1 
2014/07/11 13:40:03 idella4 Exp $

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

inherit distutils-r1

DESCRIPTION=pycmd: tools for managing/searching Python related files.
HOMEPAGE=http://pypi.python.org/pypi/pycmd;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
IUSE=

RDEPEND==dev-python/py-1.4.9
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]






[gentoo-commits] proj/qt:master commit in: eclass/

2014-07-11 Thread Davide Pesavento
commit: 9b6c9ff8afdbd8b3a23e2e7f4697fd46c7befe60
Author: Davide Pesavento pesa AT gentoo DOT org
AuthorDate: Fri Jul 11 13:45:47 2014 +
Commit: Davide Pesavento pesa AT gentoo DOT org
CommitDate: Fri Jul 11 13:45:47 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=9b6c9ff8

[qmake-utils.eclass] Sync with portage.

---
 eclass/qmake-utils.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eclass/qmake-utils.eclass b/eclass/qmake-utils.eclass
index ff8ee05..4457675 100644
--- a/eclass/qmake-utils.eclass
+++ b/eclass/qmake-utils.eclass
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qmake-utils.eclass,v 1.2 2014/07/11 
08:21:58 ulm Exp $
 
 # @ECLASS: qmake-utils.eclass
 # @MAINTAINER:
@@ -11,8 +11,8 @@
 # @DESCRIPTION:
 # Utility eclass providing wrapper functions for Qt4 and Qt5 qmake.
 
-if [[ ${___ECLASS_ONCE_QMAKE_UTILS} != recur -_+^+_- spank ]]; then
-___ECLASS_ONCE_QMAKE_UTILS=recur -_+^+_- spank
+if [[ -z ${_QMAKE_UTILS_ECLASS} ]]; then
+_QMAKE_UTILS_ECLASS=1
 
 inherit eutils multilib toolchain-funcs
 



[gentoo-commits] gentoo-x86 commit in sys-fs/e2fsprogs/files: e2fsprogs-1.42.10-fix-build-cflags.patch

2014-07-11 Thread Ian Stakenvicius (axs)
axs 14/07/11 13:57:01

  Added:e2fsprogs-1.42.10-fix-build-cflags.patch
  Log:
  fixed cross-compile build system error, bug 516894
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
2B6559ED)

Revision  ChangesPath
1.1  
sys-fs/e2fsprogs/files/e2fsprogs-1.42.10-fix-build-cflags.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/e2fsprogs/files/e2fsprogs-1.42.10-fix-build-cflags.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/e2fsprogs/files/e2fsprogs-1.42.10-fix-build-cflags.patch?rev=1.1content-type=text/plain

Index: e2fsprogs-1.42.10-fix-build-cflags.patch
===
--- a/e2fsprogs-libs-1.42.10/configure.in   2014-05-15 13:04:08.0 
-0400
+++ b/e2fsprogs-libs-1.42.10/configure.in   2014-07-10 13:39:21.374156802 
-0400
@@ -1328,7 +1328,7 @@
BUILD_CFLAGS=$CFLAGS $CPPFLAGS $INCLUDES -DHAVE_CONFIG_H
BUILD_LDFLAGS=$LDFLAGS
 else
-   BUILD_CFLAGS=
+   BUILD_CFLAGS=$INCLUDES
BUILD_LDFLAGS=
 fi
 AC_SUBST(BUILD_CFLAGS)






[gentoo-commits] gentoo-x86 commit in sys-fs/e2fsprogs: e2fsprogs-1.42.10.ebuild ChangeLog

2014-07-11 Thread Ian Stakenvicius (axs)
axs 14/07/11 13:57:01

  Modified: e2fsprogs-1.42.10.ebuild ChangeLog
  Log:
  fixed cross-compile build system error, bug 516894
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
2B6559ED)

Revision  ChangesPath
1.5  sys-fs/e2fsprogs/e2fsprogs-1.42.10.ebuild

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

Index: e2fsprogs-1.42.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/e2fsprogs-1.42.10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- e2fsprogs-1.42.10.ebuild9 Jul 2014 11:15:28 -   1.4
+++ e2fsprogs-1.42.10.ebuild11 Jul 2014 13:57:01 -  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/sys-fs/e2fsprogs/e2fsprogs-1.42.10.ebuild,v 
1.4 2014/07/09 11:15:28 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/e2fsprogs-1.42.10.ebuild,v 
1.5 2014/07/11 13:57:01 axs Exp $
 
 EAPI=4
 
@@ -9,7 +9,7 @@
 *)  UP_PV=${PV} ;;
 esac
 
-inherit eutils flag-o-matic multilib toolchain-funcs
+inherit autotools eutils flag-o-matic multilib toolchain-funcs
 
 DESCRIPTION=Standard EXT2/EXT3/EXT4 filesystem utilities
 HOMEPAGE=http://e2fsprogs.sourceforge.net/;
@@ -46,6 +46,7 @@
if [[ ${CHOST} == *-mint* ]] ; then
epatch ${DISTDIR}/${PN}-1.42.9-mint-r1.patch
fi
+   epatch ${FILESDIR}/${P}-fix-build-cflags.patch
# blargh ... trick e2fsprogs into using e2fsprogs-libs
rm -rf doc
sed -i -r \
@@ -59,6 +60,7 @@
 
# Avoid rebuild
touch lib/ss/ss_err.h
+   eautoreconf
 }
 
 src_configure() {
@@ -90,12 +92,12 @@
 }
 
 src_compile() {
-   emake COMPILE_ET=compile_et MK_CMDS=mk_cmds
+   emake V=1 COMPILE_ET=compile_et MK_CMDS=mk_cmds
 
# Build the FreeBSD helper
if use elibc_FreeBSD ; then
cp ${FILESDIR}/fsck_ext2fs.c .
-   emake fsck_ext2fs
+   emake V=1 fsck_ext2fs
fi
 }
 



1.279sys-fs/e2fsprogs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/e2fsprogs/ChangeLog?rev=1.279view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/e2fsprogs/ChangeLog?rev=1.279content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/e2fsprogs/ChangeLog?r1=1.278r2=1.279

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/ChangeLog,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -r1.278 -r1.279
--- ChangeLog   9 Jul 2014 11:15:28 -   1.278
+++ ChangeLog   11 Jul 2014 13:57:01 -  1.279
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/e2fsprogs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/ChangeLog,v 1.278 
2014/07/09 11:15:28 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/ChangeLog,v 1.279 
2014/07/11 13:57:01 axs Exp $
+
+  11 Jul 2014; Ian Stakenvicius (_AxS_) a...@gentoo.org
+  +files/e2fsprogs-1.42.10-fix-build-cflags.patch, e2fsprogs-1.42.10.ebuild:
+  fixed cross-compile build system error, bug 516894
 
   09 Jul 2014; Mikle Kolyada zlog...@gentoo.org e2fsprogs-1.42.10.ebuild:
   amd64 stable wrt bug #516114






[gentoo-commits] gentoo-x86 commit in games-fps/soldieroffortune: soldieroffortune-1.06a-r1.ebuild ChangeLog

2014-07-11 Thread Ian Stakenvicius (axs)
axs 14/07/11 14:04:01

  Modified: ChangeLog
  Added:soldieroffortune-1.06a-r1.ebuild
  Log:
  Bumped EAPI to 5, adjusted deps for gx86-multilib; synchronized changes here 
with those made on soldieroffortune-demo as the original ebuilds matched -- 
however, this ebuild needs the CD for eveyrthing so there is no way for me to 
confirm accuracy of changes
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
2B6559ED)

Revision  ChangesPath
1.30 games-fps/soldieroffortune/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-fps/soldieroffortune/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   19 Sep 2012 15:16:06 -  1.29
+++ ChangeLog   11 Jul 2014 14:04:00 -  1.30
@@ -1,6 +1,15 @@
 # ChangeLog for games-fps/soldieroffortune
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/soldieroffortune/ChangeLog,v 1.29 
2012/09/19 15:16:06 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/soldieroffortune/ChangeLog,v 1.30 
2014/07/11 14:04:00 axs Exp $
+
+*soldieroffortune-1.06a-r1 (11 Jul 2014)
+
+  11 Jul 2014; Ian Stakenvicius (_AxS_) a...@gentoo.org
+  +soldieroffortune-1.06a-r1.ebuild:
+  Bumped EAPI to 5, adjusted deps for gx86-multilib; synchronized changes here
+  with those made on soldieroffortune-demo as the original ebuilds matched --
+  however, this ebuild needs the CD for eveyrthing so there is no way for me to
+  confirm accuracy of changes
 
   19 Sep 2012; Michael Sterrett mr_bon...@gentoo.org
   soldieroffortune-1.06a.ebuild:



1.1  games-fps/soldieroffortune/soldieroffortune-1.06a-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/soldieroffortune/soldieroffortune-1.06a-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/soldieroffortune/soldieroffortune-1.06a-r1.ebuild?rev=1.1content-type=text/plain

Index: soldieroffortune-1.06a-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-fps/soldieroffortune/soldieroffortune-1.06a-r1.ebuild,v
 1.1 2014/07/11 14:04:00 axs Exp $

EAPI=5
inherit eutils unpacker cdrom games

DESCRIPTION=First-person shooter based on the mercenary trade
HOMEPAGE=http://www.lokigames.com/products/sof/;
SRC_URI=mirror://lokigames/sof/sof-${PV}-cdrom-x86.run

LICENSE=LOKI-EULA
SLOT=0
KEYWORDS=~amd64 ~x86
RESTRICT=strip
IUSE=

DEPEND=games-util/loki_patch
RDEPEND=sys-libs/glibc
amd64? ( sys-libs/glibc[multilib] )
|| (
(
virtual/opengl[abi_x86_32(-)]
media-libs/libsdl[X,opengl,sound,abi_x86_32(-)]
x11-libs/libXrender[abi_x86_32(-)]
x11-libs/libXrandr[abi_x86_32(-)]
media-libs/smpeg[abi_x86_32(-)]
)
(
app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)]
)
)

S=${WORKDIR}

dir=${GAMES_PREFIX_OPT}/${PN}
Ddir=${ED}/${dir}

pkg_pretend() {
ewarn The installed game takes about 725MB of space!
}

src_unpack() {
cdrom_get_cds sof.xpm
unpack_makeself
tar xzf ${CDROM_ROOT}/paks.tar.gz -C ${T} \
|| die uncompressing data
tar xzf ${CDROM_ROOT}/binaries.tar.gz -C ${T} \
|| die uncompressing binaries
}

src_install() {
einfo Copying files... this may take a while...
exeinto ${dir}
doexe ${CDROM_ROOT}/bin/x86/glibc-2.1/sof
insinto ${dir}
doins -r ${T}/*
doins ${CDROM_ROOT}/{README,kver.pub,sof.xpm}

cd ${S}
export _POSIX2_VERSION=199209
loki_patch --verify patch.dat
loki_patch patch.dat ${Ddir}  /dev/null || die patching

# now, since these files are coming off a cd, the times/sizes/md5sums 
wont
# be different ... that means portage will try to unmerge some files (!)
# we run touch on ${D} so as to make sure portage doesnt do any such 
thing
find ${Ddir} -exec touch 

[gentoo-commits] proj/qt:master commit in: eclass/

2014-07-11 Thread Davide Pesavento
commit: f3ddfdb6a90e7d424160bb00f9247eae88ee4a50
Author: Davide Pesavento pesa AT gentoo DOT org
AuthorDate: Fri Jul 11 14:03:33 2014 +
Commit: Davide Pesavento pesa AT gentoo DOT org
CommitDate: Fri Jul 11 14:03:33 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=f3ddfdb6

[qt5-build] Let configure figure out reduced relocations support.

This should fix arm and ppc support (at least). See upstream bug
https://bugreports.qt-project.org/browse/QTBUG-36129

Thanks to Vladimir Smirnov civil AT gentoo.org for the heads-up.

---
 eclass/qt5-build.eclass | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 99ba8df..827bf78 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -496,13 +496,14 @@ qt5_base_configure() {
# don't strip
-no-strip
 
-   # precompiled headers aren't really useful for us
+   # precompiled headers are not that useful for us
# and cause problems on hardened, so turn them off
-no-pch
 
-   # reduce relocations in libraries through extra linker 
optimizations
-   # requires GNU ld = 2.18
-   -reduce-relocations
+   # reduced relocations cause major breakage on at least arm and 
ppc, so we
+   # don't specify anything and let configure figure out if they 
are supported,
+   # see also https://bugreports.qt-project.org/browse/QTBUG-36129
+   #-reduce-relocations
 
# disable all SQL drivers by default, override in qtsql
-no-sql-db2 -no-sql-ibase -no-sql-mysql -no-sql-oci -no-sql-odbc



[gentoo-commits] gentoo commit in xml/htdocs/proj/en/java: index.xml

2014-07-11 Thread Tom Wijsman (tomwij)
tomwij  14/07/11 15:05:13

  Modified: index.xml
  Log:
  Removed myself from the Java herd.

Revision  ChangesPath
1.69 xml/htdocs/proj/en/java/index.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/java/index.xml?rev=1.69view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/java/index.xml?rev=1.69content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/java/index.xml?r1=1.68r2=1.69

Index: index.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/java/index.xml,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- index.xml   16 Feb 2014 10:38:44 -  1.68
+++ index.xml   11 Jul 2014 15:05:13 -  1.69
@@ -162,7 +162,6 @@
 dev role=member description=General package maintainerradhermit/dev
 dev role=member description=General package maintainersera/dev
 dev role=member description=General Java application maintainer and bug 
squasher.serkan/dev
-dev role=member description=General package maintainertomwij/dev
 
 resource link=/doc/en/java.xmlUser Guide/resource
 resource link=java-devel.xmlDeveloper Guide/resource






[gentoo-commits] gentoo-x86 commit in app-misc/abduco: abduco-0.1.ebuild ChangeLog

2014-07-11 Thread Michael Weber (xmw)
xmw 14/07/11 15:07:23

  Modified: abduco-0.1.ebuild ChangeLog
  Log:
  Adding KEYWORDS ~arm and ~x86
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  ChangesPath
1.2  app-misc/abduco/abduco-0.1.ebuild

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

Index: abduco-0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/abduco/abduco-0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- abduco-0.1.ebuild   10 Jul 2014 15:44:13 -  1.1
+++ abduco-0.1.ebuild   11 Jul 2014 15:07:23 -  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-misc/abduco/abduco-0.1.ebuild,v 1.1 
2014/07/10 15:44:13 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/abduco/abduco-0.1.ebuild,v 1.2 
2014/07/11 15:07:23 xmw Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=ISC
 SLOT=0
-KEYWORDS=~amd64
+KEYWORDS=~amd64 ~arm ~x86
 IUSE=
 
 DEPEND=



1.2  app-misc/abduco/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/abduco/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   10 Jul 2014 15:44:13 -  1.1
+++ ChangeLog   11 Jul 2014 15:07:23 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/abduco
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/abduco/ChangeLog,v 1.1 2014/07/10 
15:44:13 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/abduco/ChangeLog,v 1.2 2014/07/11 
15:07:23 xmw Exp $
+
+  11 Jul 2014; Michael Weber x...@gentoo.org abduco-0.1.ebuild:
+  Adding KEYWORDS ~arm and ~x86
 
 *abduco-0.1 (10 Jul 2014)
 






[gentoo-commits] proj/emacs:master commit in: app-xemacs/bbdb/

2014-07-11 Thread Mats Lidell
commit: d55e3ac73fd5b5d8129e50d126ffa6ece046885f
Author: Mats Lidell matsl AT gentoo DOT org
AuthorDate: Thu Jul 10 21:52:02 2014 +
Commit: Mats Lidell matsl AT gentoo DOT org
CommitDate: Thu Jul 10 21:52:02 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=d55e3ac7

Pre release version bump.

Package-Manager: portage-2.2.8-r1

---
 app-xemacs/bbdb/ChangeLog|  9 +
 app-xemacs/bbdb/Manifest |  1 +
 app-xemacs/bbdb/bbdb-1.34.ebuild | 34 ++
 app-xemacs/bbdb/metadata.xml |  5 +
 4 files changed, 49 insertions(+)

diff --git a/app-xemacs/bbdb/ChangeLog b/app-xemacs/bbdb/ChangeLog
new file mode 100644
index 000..329fff5
--- /dev/null
+++ b/app-xemacs/bbdb/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-xemacs/bbdb
+# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/bbdb/ChangeLog,v 1.21 2009/02/19 
23:51:54 fauli Exp $
+
+*bbdb-1.34 (10 Jul 2014)
+
+  10 Jul 2014; Mats Lidell ma...@gentoo.org +bbdb-1.34.ebuild, +metadata.xml:
+  Pre release version bump.
+

diff --git a/app-xemacs/bbdb/Manifest b/app-xemacs/bbdb/Manifest
new file mode 100644
index 000..b999775
--- /dev/null
+++ b/app-xemacs/bbdb/Manifest
@@ -0,0 +1 @@
+DIST bbdb-1.34-pkg.tar.gz 380714 SHA256 
17444783a38ff84f48ff4c1d64ab5a635e5ba1bbf7534180310ef2754b4021fd SHA512 
1ade6daa55a661a779aed0d6b89155775ebe526aece8168b5f32f677be728eef32a950fcc3379377b75eddc6aadf43a9f9df900f86a2ccbb39a751687a9d
 WHIRLPOOL 
85c336f6a5c80b649dc06f5a10f3d9d514e673b18d98c1a307f0965f7e7cb21d0d265acda1de2fafac4fa7d02761195e62e7a87ab88ee5a37aee944adc768664

diff --git a/app-xemacs/bbdb/bbdb-1.34.ebuild b/app-xemacs/bbdb/bbdb-1.34.ebuild
new file mode 100644
index 000..82482b6
--- /dev/null
+++ b/app-xemacs/bbdb/bbdb-1.34.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/bbdb/bbdb-1.32.ebuild,v 1.6 
2008/05/12 13:52:11 corsair Exp $
+
+EAPI=5
+
+SLOT=0
+IUSE=
+DESCRIPTION=The Big Brother Data Base
+PKG_CAT=standard
+
+EXPERIMENTAL=true
+
+RDEPEND=app-xemacs/edit-utils
+app-xemacs/gnus
+app-xemacs/mh-e
+app-xemacs/rmail
+app-xemacs/supercite
+app-xemacs/vm
+app-xemacs/tm
+app-xemacs/apel
+app-xemacs/mail-lib
+app-xemacs/xemacs-base
+app-xemacs/w3
+app-xemacs/fsf-compat
+app-xemacs/xemacs-eterm
+app-xemacs/sh-script
+app-xemacs/net-utils
+app-xemacs/os-utils
+app-xemacs/ecrypto
+
+KEYWORDS=~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86
+
+inherit xemacs-packages

diff --git a/app-xemacs/bbdb/metadata.xml b/app-xemacs/bbdb/metadata.xml
new file mode 100644
index 000..299
--- /dev/null
+++ b/app-xemacs/bbdb/metadata.xml
@@ -0,0 +1,5 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+  herdxemacs/herd
+/pkgmetadata



[gentoo-commits] proj/emacs:master commit in: app-xemacs/calendar/

2014-07-11 Thread Mats Lidell
commit: 4178fe906e1eea9102a2511685feeb9fe4f750ad
Author: Mats Lidell matsl AT gentoo DOT org
AuthorDate: Thu Jul 10 21:53:22 2014 +
Commit: Mats Lidell matsl AT gentoo DOT org
CommitDate: Thu Jul 10 21:53:22 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=4178fe90

Pre release version bump.

Package-Manager: portage-2.2.8-r1

---
 app-xemacs/calendar/ChangeLog| 10 ++
 app-xemacs/calendar/Manifest |  1 +
 app-xemacs/calendar/calendar-1.40.ebuild | 19 +++
 app-xemacs/calendar/metadata.xml |  5 +
 4 files changed, 35 insertions(+)

diff --git a/app-xemacs/calendar/ChangeLog b/app-xemacs/calendar/ChangeLog
new file mode 100644
index 000..69c80a6
--- /dev/null
+++ b/app-xemacs/calendar/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-xemacs/calendar
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/calendar/ChangeLog,v 1.29 
2011/07/22 11:25:05 xarthisius Exp $
+
+*calendar-1.40 (10 Jul 2014)
+
+  10 Jul 2014; Mats Lidell ma...@gentoo.org +calendar-1.40.ebuild,
+  +metadata.xml:
+  Pre release version bump.
+

diff --git a/app-xemacs/calendar/Manifest b/app-xemacs/calendar/Manifest
new file mode 100644
index 000..436e790
--- /dev/null
+++ b/app-xemacs/calendar/Manifest
@@ -0,0 +1 @@
+DIST calendar-1.40-pkg.tar.gz 410789 SHA256 
b75c342920fe90be50df5c839a4b7544f0b2baab289e0e748efdea78240811e3 SHA512 
741e818f8a8f92974a96e4772fff115593154b5ed6437ecf1066b8032f8f15698b8083e0cb33acb99e0a49547a628ee39ab55c297d6e6e0840803521d02ba850
 WHIRLPOOL 
df5870f53811e3714fa9b47057759eee422b0831a3eb8b2d4a70009ee521c1b7560dd7b20c7f631c434e963d037fa3d1e578d8ab5ee197355f803dfd1600d450

diff --git a/app-xemacs/calendar/calendar-1.40.ebuild 
b/app-xemacs/calendar/calendar-1.40.ebuild
new file mode 100644
index 000..f04d134
--- /dev/null
+++ b/app-xemacs/calendar/calendar-1.40.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/calendar/calendar-1.38.ebuild,v 
1.6 2011/07/22 11:25:05 xarthisius Exp $
+
+EAPI=5
+
+SLOT=0
+IUSE=
+DESCRIPTION=Calendar and diary support.
+PKG_CAT=standard
+
+EXPERIMENTAL=true
+
+RDEPEND=app-xemacs/xemacs-base
+app-xemacs/fsf-compat
+
+KEYWORDS=~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86
+
+inherit xemacs-packages

diff --git a/app-xemacs/calendar/metadata.xml b/app-xemacs/calendar/metadata.xml
new file mode 100644
index 000..299
--- /dev/null
+++ b/app-xemacs/calendar/metadata.xml
@@ -0,0 +1,5 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+  herdxemacs/herd
+/pkgmetadata



[gentoo-commits] proj/emacs:master commit in: app-xemacs/ada/

2014-07-11 Thread Mats Lidell
commit: 7c9471c60bee4377dd3d4545cdd56181c4460b90
Author: Mats Lidell matsl AT gentoo DOT org
AuthorDate: Thu Jul 10 21:51:18 2014 +
Commit: Mats Lidell matsl AT gentoo DOT org
CommitDate: Thu Jul 10 21:51:18 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=7c9471c6

Pre release version bump.

Package-Manager: portage-2.2.8-r1

---
 app-xemacs/ada/ChangeLog   |  9 +
 app-xemacs/ada/Manifest|  1 +
 app-xemacs/ada/ada-1.16.ebuild | 18 ++
 app-xemacs/ada/metadata.xml|  5 +
 4 files changed, 33 insertions(+)

diff --git a/app-xemacs/ada/ChangeLog b/app-xemacs/ada/ChangeLog
new file mode 100644
index 000..33f20e1
--- /dev/null
+++ b/app-xemacs/ada/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-xemacs/ada
+# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ada/ChangeLog,v 1.13 2008/03/19 
19:01:13 graaff Exp $
+
+*ada-1.16 (10 Jul 2014)
+
+  10 Jul 2014; Mats Lidell ma...@gentoo.org +ada-1.16.ebuild, +metadata.xml:
+  Pre release version bump.
+

diff --git a/app-xemacs/ada/Manifest b/app-xemacs/ada/Manifest
new file mode 100644
index 000..c05914f
--- /dev/null
+++ b/app-xemacs/ada/Manifest
@@ -0,0 +1 @@
+DIST ada-1.16-pkg.tar.gz 55813 SHA256 
63e5abff5be08b59e27ed6ca6186d3eab5a949c0c600786f1dba2c1b136b3200 SHA512 
7a3055c23e740e7947c9af36441d5d19f8228f44091a24d4f7c29bb2e9675df87b3870cbcfdeb89ee6d120442449bc93de4868c872dc2966c87e6c99cf2a8628
 WHIRLPOOL 
452534f0012d4a2880c801f5497bf15c8d2817d6cb48d89c60848d392c132be3d5c6e0d2f9bdbf8a91b4905c7c45c92faaa4153aa5f176b64427942fd76299a6

diff --git a/app-xemacs/ada/ada-1.16.ebuild b/app-xemacs/ada/ada-1.16.ebuild
new file mode 100644
index 000..7a134bf
--- /dev/null
+++ b/app-xemacs/ada/ada-1.16.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ada/ada-1.14.ebuild,v 1.3 
2007/06/03 17:43:51 graaff Exp $
+
+EAPI=5
+
+SLOT=0
+IUSE=
+DESCRIPTION=Ada language support.
+PKG_CAT=standard
+
+EXPERIMENTAL=true
+
+RDEPEND=app-xemacs/xemacs-base
+
+KEYWORDS=~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86
+
+inherit xemacs-packages

diff --git a/app-xemacs/ada/metadata.xml b/app-xemacs/ada/metadata.xml
new file mode 100644
index 000..299
--- /dev/null
+++ b/app-xemacs/ada/metadata.xml
@@ -0,0 +1,5 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+  herdxemacs/herd
+/pkgmetadata



[gentoo-commits] proj/emacs:master commit in: app-xemacs/c-support/

2014-07-11 Thread Mats Lidell
commit: efef7ef5e41df6173e876551c591b32604d0e2fb
Author: Mats Lidell matsl AT gentoo DOT org
AuthorDate: Thu Jul 10 21:58:35 2014 +
Commit: Mats Lidell matsl AT gentoo DOT org
CommitDate: Thu Jul 10 21:58:35 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=efef7ef5

Pre release version bump.

Package-Manager: portage-2.2.8-r1

---
 app-xemacs/c-support/ChangeLog | 10 ++
 app-xemacs/c-support/Manifest  |  1 +
 app-xemacs/c-support/c-support-1.24.ebuild | 19 +++
 app-xemacs/c-support/metadata.xml  |  5 +
 4 files changed, 35 insertions(+)

diff --git a/app-xemacs/c-support/ChangeLog b/app-xemacs/c-support/ChangeLog
new file mode 100644
index 000..4474d2d
--- /dev/null
+++ b/app-xemacs/c-support/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-xemacs/c-support
+# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/c-support/ChangeLog,v 1.13 
2008/03/19 19:21:41 graaff Exp $
+
+*c-support-1.24 (10 Jul 2014)
+
+  10 Jul 2014; Mats Lidell ma...@gentoo.org +c-support-1.24.ebuild,
+  +metadata.xml:
+  Pre release version bump.
+

diff --git a/app-xemacs/c-support/Manifest b/app-xemacs/c-support/Manifest
new file mode 100644
index 000..fa6abe5
--- /dev/null
+++ b/app-xemacs/c-support/Manifest
@@ -0,0 +1 @@
+DIST c-support-1.24-pkg.tar.gz 78189 SHA256 
a80fdd3e42da8484348bce4fafdc91e77e45db467f295596893e2cd3bf1d7f5d SHA512 
e3a8c9686c6a881f49fbd68d4a1f777f0e30530734647eef8cc4a8b0c5d7120c76e930bb121d07dc7876c55e8d93b3cc5cb9e5f8a1279f88e03f3fd39a863437
 WHIRLPOOL 
2e04dadcf93cabd605b01e2e9d14b2e128250e9f4dab28e78e9d525745312ec6ce82b9134be8be5a07139f94ca08c4df2baf9a8248aac1c123b197f521ed577b

diff --git a/app-xemacs/c-support/c-support-1.24.ebuild 
b/app-xemacs/c-support/c-support-1.24.ebuild
new file mode 100644
index 000..6dc63ab
--- /dev/null
+++ b/app-xemacs/c-support/c-support-1.24.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: 
/var/cvsroot/gentoo-x86/app-xemacs/c-support/c-support-1.22.ebuild,v 1.3 
2007/06/03 17:54:44 graaff Exp $
+
+EAPI=5
+
+SLOT=0
+IUSE=
+DESCRIPTION=Basic single-file add-ons for editing C code.
+PKG_CAT=standard
+
+EXPERIMENTAL=true
+
+RDEPEND=app-xemacs/cc-mode
+app-xemacs/xemacs-base
+
+KEYWORDS=~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86
+
+inherit xemacs-packages

diff --git a/app-xemacs/c-support/metadata.xml 
b/app-xemacs/c-support/metadata.xml
new file mode 100644
index 000..299
--- /dev/null
+++ b/app-xemacs/c-support/metadata.xml
@@ -0,0 +1,5 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+  herdxemacs/herd
+/pkgmetadata



[gentoo-commits] proj/emacs:master commit in: app-xemacs/cc-mode/

2014-07-11 Thread Mats Lidell
commit: db0d599274a43ce8a3c6db3d76e97ae260389b27
Author: Mats Lidell matsl AT gentoo DOT org
AuthorDate: Thu Jul 10 21:59:22 2014 +
Commit: Mats Lidell matsl AT gentoo DOT org
CommitDate: Thu Jul 10 21:59:22 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=db0d5992

Pre release version bump.

Package-Manager: portage-2.2.8-r1

---
 app-xemacs/cc-mode/Manifest|  1 +
 app-xemacs/cc-mode/cc-mode-1.78.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/app-xemacs/cc-mode/Manifest b/app-xemacs/cc-mode/Manifest
index 43bc07d..cfacfc0 100644
--- a/app-xemacs/cc-mode/Manifest
+++ b/app-xemacs/cc-mode/Manifest
@@ -1 +1,2 @@
 DIST cc-mode-1.74-pkg.tar.gz 773911 SHA256 
1483fa382d524a76de8c7d904d767c6b03716aa8cb1f7c7cd6c76601fef0fb9a SHA512 
03d25cd3b6fd952af0ffde577aaa20c368a8edad63d36d07b96158c5c231472d553887cf644b79f1552ba4bf429fae8c7984fdee87d3aec814e67d101bd0cfed
 WHIRLPOOL 
f022e4f1a599bcbe8db352fe00ddd12890f2c3021dd52f86ecdfd682939e48d77edbac09bf692ccebbfeaa79f8b2c75108414e6e31a68a358eda24ad12585bb6
+DIST cc-mode-1.78-pkg.tar.gz 774649 SHA256 
4421678582671113b88c570a3b8a1f6cca7171ee877e195fd40a1c74d5fff998 SHA512 
288b76b9b256dd4e07bb0b5edd54d6cb32dafae2ebf7c9b360e56598979eefc7d72bbd944e4748b684e64377a8c26cfa069b39030429045fe04cec6c7afd2289
 WHIRLPOOL 
e845f8e90e670debbaa1112f54d5a1f583994522c53e28d7ecf90411ab7ac0d6ef3278d8e40b953b2101527e8ef31d152aa6617472f5e636a05857a8ffd3bb4a

diff --git a/app-xemacs/cc-mode/cc-mode-1.78.ebuild 
b/app-xemacs/cc-mode/cc-mode-1.78.ebuild
new file mode 100644
index 000..7ffdc5b
--- /dev/null
+++ b/app-xemacs/cc-mode/cc-mode-1.78.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/cc-mode/cc-mode-1.45.ebuild,v 
1.3 2007/06/03 17:50:32 graaff Exp $
+
+EAPI=5
+
+SLOT=0
+IUSE=
+DESCRIPTION=C, C++ and Java language support.
+PKG_CAT=standard
+
+EXPERIMENTAL=true
+
+RDEPEND=app-xemacs/xemacs-base
+app-xemacs/mail-lib
+
+KEYWORDS=~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86
+
+inherit xemacs-packages



[gentoo-commits] proj/emacs:master commit in: app-xemacs/build/

2014-07-11 Thread Mats Lidell
commit: bcf1917f0c444f5f78b837b4a8d8e573eae804fe
Author: Mats Lidell matsl AT gentoo DOT org
AuthorDate: Thu Jul 10 21:52:21 2014 +
Commit: Mats Lidell matsl AT gentoo DOT org
CommitDate: Thu Jul 10 21:52:21 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=bcf1917f

Pre release version bump.

Package-Manager: portage-2.2.8-r1

---
 app-xemacs/build/ChangeLog | 10 ++
 app-xemacs/build/Manifest  |  1 +
 app-xemacs/build/build-1.17.ebuild | 22 ++
 app-xemacs/build/metadata.xml  |  5 +
 4 files changed, 38 insertions(+)

diff --git a/app-xemacs/build/ChangeLog b/app-xemacs/build/ChangeLog
new file mode 100644
index 000..9151af5
--- /dev/null
+++ b/app-xemacs/build/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-xemacs/build
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/build/ChangeLog,v 1.19 
2011/07/22 11:24:58 xarthisius Exp $
+
+*build-1.17 (10 Jul 2014)
+
+  10 Jul 2014; Mats Lidell ma...@gentoo.org +build-1.17.ebuild,
+  +metadata.xml:
+  Pre release version bump.
+

diff --git a/app-xemacs/build/Manifest b/app-xemacs/build/Manifest
new file mode 100644
index 000..8613006
--- /dev/null
+++ b/app-xemacs/build/Manifest
@@ -0,0 +1 @@
+DIST build-1.17-pkg.tar.gz 50440 SHA256 
5fc45e2ab4d83f748d7b78c66c7d226d691ec5ee987aa1fe1af2bec6aad5e0db SHA512 
1ca2b0fa9b346bac156b7265117785521a963ebdc0605ca83c1c282c385aae8e51e066e2360eafed575014f4d1d0a78c89b79d179c74dfc01c8fc8afa89627f0
 WHIRLPOOL 
bc0ae157ae247634975044dc2d61a1ef71b73f75c9785ef568eebc7565dd2bdb81fd6afe30c665b43ff0070eff5d53d65a54d86d7b47a63a72a19da593f35eed

diff --git a/app-xemacs/build/build-1.17.ebuild 
b/app-xemacs/build/build-1.17.ebuild
new file mode 100644
index 000..e3a641a
--- /dev/null
+++ b/app-xemacs/build/build-1.17.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/build/build-1.15.ebuild,v 1.6 
2011/07/22 11:24:58 xarthisius Exp $
+
+EAPI=5
+
+SLOT=0
+IUSE=
+DESCRIPTION=Build XEmacs from within (UNIX, Windows).
+PKG_CAT=standard
+
+EXPERIMENTAL=true
+
+RDEPEND=app-xemacs/xemacs-base
+app-xemacs/pcl-cvs
+app-xemacs/dired
+app-xemacs/w3
+app-xemacs/prog-modes
+
+KEYWORDS=~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86
+
+inherit xemacs-packages

diff --git a/app-xemacs/build/metadata.xml b/app-xemacs/build/metadata.xml
new file mode 100644
index 000..299
--- /dev/null
+++ b/app-xemacs/build/metadata.xml
@@ -0,0 +1,5 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+  herdxemacs/herd
+/pkgmetadata



[gentoo-commits] proj/emacs:master commit in: app-xemacs/apel/

2014-07-11 Thread Mats Lidell
commit: 30cb6c16caed5871b2674fe4f27080d43c8b9eba
Author: Mats Lidell matsl AT gentoo DOT org
AuthorDate: Thu Jul 10 21:51:38 2014 +
Commit: Mats Lidell matsl AT gentoo DOT org
CommitDate: Thu Jul 10 21:51:38 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=30cb6c16

Pre release version bump.

Package-Manager: portage-2.2.8-r1

---
 app-xemacs/apel/ChangeLog|  9 +
 app-xemacs/apel/Manifest |  1 +
 app-xemacs/apel/apel-1.36.ebuild | 19 +++
 app-xemacs/apel/metadata.xml |  5 +
 4 files changed, 34 insertions(+)

diff --git a/app-xemacs/apel/ChangeLog b/app-xemacs/apel/ChangeLog
new file mode 100644
index 000..464fa04
--- /dev/null
+++ b/app-xemacs/apel/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-xemacs/apel
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/apel/ChangeLog,v 1.26 2012/06/02 
14:11:30 aballier Exp $
+
+*apel-1.36 (10 Jul 2014)
+
+  10 Jul 2014; Mats Lidell ma...@gentoo.org +apel-1.36.ebuild, +metadata.xml:
+  Pre release version bump.
+

diff --git a/app-xemacs/apel/Manifest b/app-xemacs/apel/Manifest
new file mode 100644
index 000..6cedeb7
--- /dev/null
+++ b/app-xemacs/apel/Manifest
@@ -0,0 +1 @@
+DIST apel-1.36-pkg.tar.gz 127187 SHA256 
5930aafa49d4dca57edf0c08873140109f18147eaf50cc35c9f9b70e0390f03d SHA512 
f5348324d51576188a6e764fa3c12ad9a3f78f5d1d7c67cf2b8f713f4ab4b7613b77d5b2613c20d13ca88a3720ef32c012813156293a37e53dbdeda10e3b413d
 WHIRLPOOL 
538188a334cf4d5af0ec2e5ac8a6f309163243df0d3879454cf7b4b87aa4c4812b7147e8fbf114466b0779d7f62e437f3ab534343f57f1d74ef83df5380c0fb8

diff --git a/app-xemacs/apel/apel-1.36.ebuild b/app-xemacs/apel/apel-1.36.ebuild
new file mode 100644
index 000..f869508
--- /dev/null
+++ b/app-xemacs/apel/apel-1.36.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/apel/apel-1.34.ebuild,v 1.8 
2012/06/02 14:11:30 aballier Exp $
+
+EAPI=5
+
+SLOT=0
+IUSE=
+DESCRIPTION=A Portable Emacs Library.  Used by XEmacs MIME support.
+PKG_CAT=standard
+
+EXPERIMENTAL=true
+
+RDEPEND=app-xemacs/fsf-compat
+app-xemacs/xemacs-base
+
+KEYWORDS=~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd
+
+inherit xemacs-packages

diff --git a/app-xemacs/apel/metadata.xml b/app-xemacs/apel/metadata.xml
new file mode 100644
index 000..299
--- /dev/null
+++ b/app-xemacs/apel/metadata.xml
@@ -0,0 +1,5 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+  herdxemacs/herd
+/pkgmetadata



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

2014-07-11 Thread Mikle Kolyada (zlogene)
zlogene 14/07/11 17:14:58

  Modified: ChangeLog
  Added:Test-TCP-2.60.0.ebuild
  Log:
  Version bump wrt bug #515270
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.14 dev-perl/Test-TCP/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-TCP/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   16 Feb 2014 13:56:36 -  1.13
+++ ChangeLog   11 Jul 2014 17:14:58 -  1.14
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Test-TCP
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-TCP/ChangeLog,v 1.13 
2014/02/16 13:56:36 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-TCP/ChangeLog,v 1.14 
2014/07/11 17:14:58 zlogene Exp $
+
+*Test-TCP-2.60.0 (11 Jul 2014)
+
+  11 Jul 2014; Mikle Kolyada zlog...@gentoo.org +Test-TCP-2.60.0.ebuild:
+  Version bump wrt bug #515270
 
   16 Feb 2014; Mikle Kolyada zlog...@gentoo.org -Test-TCP-1.180.0.ebuild,
   Test-TCP-1.210.0.ebuild:



1.1  dev-perl/Test-TCP/Test-TCP-2.60.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-TCP/Test-TCP-2.60.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-TCP/Test-TCP-2.60.0.ebuild?rev=1.1content-type=text/plain

Index: Test-TCP-2.60.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-TCP/Test-TCP-2.60.0.ebuild,v 
1.1 2014/07/11 17:14:58 zlogene Exp $

EAPI=5

MODULE_AUTHOR=TOKUHIROM
MODULE_VERSION=2.06
inherit perl-module

DESCRIPTION=Testing TCP program

SLOT=0
KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~x86
IUSE=test

RDEPEND=
=dev-perl/Test-SharedFork-0.190.0
=virtual/perl-IO-1.23

DEPEND=${RDEPEND}
test? (
=virtual/perl-Test-Simple-0.980.0
)


SRC_TEST=do






[gentoo-commits] gentoo-x86 commit in dev-perl/Net-Subnet: Net-Subnet-1.30.0.ebuild ChangeLog Net-Subnet-1.03.ebuild

2014-07-11 Thread Mikle Kolyada (zlogene)
zlogene 14/07/11 17:17:30

  Modified: ChangeLog
  Added:Net-Subnet-1.30.0.ebuild
  Removed:  Net-Subnet-1.03.ebuild
  Log:
  Fix wrong version scheme
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-perl/Net-Subnet/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-Subnet/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   11 Jul 2014 09:36:11 -  1.1
+++ ChangeLog   11 Jul 2014 17:17:30 -  1.2
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Net-Subnet
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Subnet/ChangeLog,v 1.1 
2014/07/11 09:36:11 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Subnet/ChangeLog,v 1.2 
2014/07/11 17:17:30 zlogene Exp $
+
+*Net-Subnet-1.30.0 (11 Jul 2014)
+
+  11 Jul 2014; Mikle Kolyada zlog...@gentoo.org +Net-Subnet-1.30.0.ebuild,
+  -Net-Subnet-1.03.ebuild:
+  Fix wrong version scheme
 
 *Net-Subnet-1.03 (11 Jul 2014)
 
@@ -8,4 +14,3 @@
   +files/1.03-pod-spelling.patch, +metadata.xml:
   Ebuild request from Moyaze Shivji in the LINX engineering team. Incorporates
   Debian patch from CPAN bug report 9 for a spelling mistake.
-



1.1  dev-perl/Net-Subnet/Net-Subnet-1.30.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Subnet/Net-Subnet-1.30.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Subnet/Net-Subnet-1.30.0.ebuild?rev=1.1content-type=text/plain

Index: Net-Subnet-1.30.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Net-Subnet/Net-Subnet-1.30.0.ebuild,v 1.1 
2014/07/11 17:17:30 zlogene Exp $

EAPI=5

MODULE_AUTHOR=JUERD
MODULE_VERSION=1.03
inherit perl-module

DESCRIPTION=Fast IP-in-subnet matcher for IPv4 and IPv6, CIDR or mask

SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris

RDEPEND=
=dev-perl/Socket6-0.250.0

DEPEND=${RDEPEND}
PATCHES=( ${FILESDIR}/${PV}-pod-spelling.patch )






[gentoo-commits] gentoo-x86 commit in dev-perl/Email-Abstract: Email-Abstract-3.7.0.ebuild ChangeLog

2014-07-11 Thread Mikle Kolyada (zlogene)
zlogene 14/07/11 17:21:39

  Modified: ChangeLog
  Added:Email-Abstract-3.7.0.ebuild
  Log:
  Version bump wrt bug #515288
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.38 dev-perl/Email-Abstract/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Email-Abstract/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   27 Aug 2012 18:12:54 -  1.37
+++ ChangeLog   11 Jul 2014 17:21:39 -  1.38
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Email-Abstract
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Abstract/ChangeLog,v 1.37 
2012/08/27 18:12:54 armin76 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Abstract/ChangeLog,v 1.38 
2014/07/11 17:21:39 zlogene Exp $
+
+*Email-Abstract-3.7.0 (11 Jul 2014)
+
+  11 Jul 2014; Mikle Kolyada zlog...@gentoo.org +Email-Abstract-3.7.0.ebuild:
+  Version bump wrt bug #515288
 
   27 Aug 2012; Raúl Porcel armi...@gentoo.org Email-Abstract-3.3.0.ebuild:
   Drop alpha keywords



1.1  dev-perl/Email-Abstract/Email-Abstract-3.7.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-Abstract/Email-Abstract-3.7.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-Abstract/Email-Abstract-3.7.0.ebuild?rev=1.1content-type=text/plain

Index: Email-Abstract-3.7.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Email-Abstract/Email-Abstract-3.7.0.ebuild,v 
1.1 2014/07/11 17:21:39 zlogene Exp $

EAPI=5

MODULE_AUTHOR=RJBS
MODULE_VERSION=3.007
inherit perl-module

DESCRIPTION=unified interface to mail representations

SLOT=0
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86
IUSE=

RDEPEND=dev-perl/MRO-Compat
=dev-perl/Email-Simple-1.91
=virtual/perl-Module-Pluggable-1.5
virtual/perl-Scalar-List-Utils
DEPEND=${RDEPEND}

SRC_TEST=do






[gentoo-commits] gentoo-x86 commit in dev-java/jgoodies-common: jgoodies-common-1.8.0.ebuild ChangeLog

2014-07-11 Thread Johann Schmitz (ercpe)
ercpe   14/07/11 17:36:23

  Modified: ChangeLog
  Added:jgoodies-common-1.8.0.ebuild
  Log:
  Version bump of jgoodies-common (wrt #504626)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  ChangesPath
1.2  dev-java/jgoodies-common/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/jgoodies-common/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   8 Feb 2012 22:05:28 -   1.1
+++ ChangeLog   11 Jul 2014 17:36:23 -  1.2
@@ -1,10 +1,14 @@
 # ChangeLog for dev-java/jgoodies-common
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jgoodies-common/ChangeLog,v 1.1 
2012/02/08 22:05:28 serkan Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jgoodies-common/ChangeLog,v 1.2 
2014/07/11 17:36:23 ercpe Exp $
+
+*jgoodies-common-1.8.0 (11 Jul 2014)
+
+  11 Jul 2014; Johann Schmitz er...@gentoo.org +jgoodies-common-1.8.0.ebuild:
+  Version bump of jgoodies-common (wrt #504626)
 
 *jgoodies-common-1.2.1 (08 Feb 2012)
 
   08 Feb 2012; Serkan Kaba ser...@gentoo.org +jgoodies-common-1.2.1.ebuild,
   +metadata.xml:
   Initial commit. Common dependency for other jgoodies.
-



1.1  dev-java/jgoodies-common/jgoodies-common-1.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgoodies-common/jgoodies-common-1.8.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgoodies-common/jgoodies-common-1.8.0.ebuild?rev=1.1content-type=text/plain

Index: jgoodies-common-1.8.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-java/jgoodies-common/jgoodies-common-1.8.0.ebuild,v 
1.1 2014/07/11 17:36:23 ercpe Exp $

EAPI=5

JAVA_PKG_IUSE=doc source

inherit java-pkg-2 java-pkg-simple

MY_PN=common
MY_PV=${PV//./_}
MY_P=${PN}-${MY_PV}

DESCRIPTION=JGoodies Common Library
HOMEPAGE=http://www.jgoodies.com/;
SRC_URI=http://www.jgoodies.com/download/libraries/${MY_PN}/${MY_P}.zip;

LICENSE=BSD
SLOT=1.8
KEYWORDS=~amd64 ~x86
IUSE=

RESTRICT=test

DEPEND==virtual/jdk-1.6
app-arch/unzip
RDEPEND==virtual/jre-1.6

S=${WORKDIR}/${P}

JAVA_SRC_DIR=src

java_prepare() {
mkdir src || die
unzip ${P}-sources.jar -d src || die
rm ${S}/pom.xml ${S}/*.jar || die
}






[gentoo-commits] gentoo-x86 commit in sys-apps/net-tools: net-tools-1.60_p20130513023548.ebuild ChangeLog

2014-07-11 Thread Mikle Kolyada (zlogene)
zlogene 14/07/11 17:37:32

  Modified: net-tools-1.60_p20130513023548.ebuild ChangeLog
  Log:
  alpha stable wrt bug #506702
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.10 sys-apps/net-tools/net-tools-1.60_p20130513023548.ebuild

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

Index: net-tools-1.60_p20130513023548.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/net-tools/net-tools-1.60_p20130513023548.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- net-tools-1.60_p20130513023548.ebuild   14 Jun 2014 10:32:14 -  
1.9
+++ net-tools-1.60_p20130513023548.ebuild   11 Jul 2014 17:37:32 -  
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/sys-apps/net-tools/net-tools-1.60_p20130513023548.ebuild,v
 1.9 2014/06/14 10:32:14 phajdan.jr Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/net-tools/net-tools-1.60_p20130513023548.ebuild,v
 1.10 2014/07/11 17:37:32 zlogene Exp $
 
 EAPI=3
 
@@ -13,7 +13,7 @@
PATCH_VER=1
SRC_URI=mirror://gentoo/${P}.tar.xz
mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz
-   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
 fi
 
 DESCRIPTION=Standard Linux networking tools



1.146sys-apps/net-tools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/net-tools/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- ChangeLog   14 Jun 2014 10:32:14 -  1.145
+++ ChangeLog   11 Jul 2014 17:37:32 -  1.146
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/net-tools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/net-tools/ChangeLog,v 1.145 
2014/06/14 10:32:14 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/net-tools/ChangeLog,v 1.146 
2014/07/11 17:37:32 zlogene Exp $
+
+  11 Jul 2014; Mikle Kolyada zlog...@gentoo.org
+  net-tools-1.60_p20130513023548.ebuild:
+  alpha stable wrt bug #506702
 
   14 Jun 2014; Pawel Hajdan jr phajdan...@gentoo.org
   net-tools-1.60_p20130513023548.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-java/jgoodies-forms: jgoodies-forms-1.8.0.ebuild ChangeLog

2014-07-11 Thread Johann Schmitz (ercpe)
ercpe   14/07/11 17:43:05

  Modified: ChangeLog
  Added:jgoodies-forms-1.8.0.ebuild
  Log:
  Version bump of jgoodies-forms (bugs #504628, #50, etc.)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  ChangesPath
1.32 dev-java/jgoodies-forms/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/jgoodies-forms/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   17 Jun 2014 11:11:31 -  1.31
+++ ChangeLog   11 Jul 2014 17:43:05 -  1.32
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/jgoodies-forms
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jgoodies-forms/ChangeLog,v 1.31 
2014/06/17 11:11:31 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jgoodies-forms/ChangeLog,v 1.32 
2014/07/11 17:43:05 ercpe Exp $
+
+*jgoodies-forms-1.8.0 (11 Jul 2014)
+
+  11 Jul 2014; Johann Schmitz er...@gentoo.org +jgoodies-forms-1.8.0.ebuild:
+  Version bump of jgoodies-forms (bugs #504628, #50, etc.)
 
   17 Jun 2014; Manuel Rüger mr...@gentoo.org -jgoodies-forms-1.1.0.ebuild:
   NM: Cleanup superseeded ebuilds.



1.1  dev-java/jgoodies-forms/jgoodies-forms-1.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgoodies-forms/jgoodies-forms-1.8.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgoodies-forms/jgoodies-forms-1.8.0.ebuild?rev=1.1content-type=text/plain

Index: jgoodies-forms-1.8.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-java/jgoodies-forms/jgoodies-forms-1.8.0.ebuild,v 
1.1 2014/07/11 17:43:05 ercpe Exp $

EAPI=5

JAVA_PKG_IUSE=doc source

inherit java-pkg-2 java-pkg-simple

MY_PN=forms
MY_PV=${PV//./_}
MY_P=${PN}-${MY_PV}

DESCRIPTION=JGoodies Forms Library
HOMEPAGE=http://www.jgoodies.com/;
SRC_URI=http://www.jgoodies.com/download/libraries/${MY_PN}/${MY_P}.zip;

LICENSE=BSD
SLOT=1.8
KEYWORDS=~amd64 ~x86
IUSE=

COMMON_DEPEND=dev-java/jgoodies-common:${SLOT}
DEPEND==virtual/jdk-1.6
app-arch/unzip
${COMMON_DEPEND}
RDEPEND==virtual/jre-1.6
${COMMON_DEPEND}

S=${WORKDIR}/${P}

JAVA_SRC_DIR=src
JAVA_GENTOO_CLASSPATH=jgoodies-common-${SLOT}

java_prepare() {
mkdir src || die
unzip ${P}-sources.jar -d src || die
rm ${S}/pom.xml ${S}/*.jar || die
}






[gentoo-commits] gentoo-x86 commit in x11-themes/qtcurve: qtcurve-1.8.17-r1.ebuild ChangeLog

2014-07-11 Thread Mikle Kolyada (zlogene)
zlogene 14/07/11 17:43:21

  Modified: qtcurve-1.8.17-r1.ebuild ChangeLog
  Log:
  ppc64 stable wrt bug #498660
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.9  x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild?r1=1.8r2=1.9

Index: qtcurve-1.8.17-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- qtcurve-1.8.17-r1.ebuild5 Jul 2014 18:53:31 -   1.8
+++ qtcurve-1.8.17-r1.ebuild11 Jul 2014 17:43:21 -  1.9
@@ -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/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild,v 1.8 
2014/07/05 18:53:31 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild,v 1.9 
2014/07/11 17:43:21 zlogene Exp $
 
 EAPI=5
 KDE_REQUIRED=optional
@@ -16,7 +16,7 @@
 else
SRC_URI=https://github.com/QtCurve/${PN}/archive/${PV}.tar.gz  - 
${P}.tar.gz

https://github.com/QtCurve/${PN}/commit/69047935dd4a9549d238cbc457e9c3cfa37386ae.patch
 - ${P}-old_config_file.patch
-   KEYWORDS=alpha amd64 ~hppa ppc ~ppc64 sparc x86
+   KEYWORDS=alpha amd64 ~hppa ppc ppc64 sparc x86
 fi
 
 LICENSE=GPL-2



1.89 x11-themes/qtcurve/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/qtcurve/ChangeLog?rev=1.89view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/qtcurve/ChangeLog?rev=1.89content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/qtcurve/ChangeLog?r1=1.88r2=1.89

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   5 Jul 2014 19:54:17 -   1.88
+++ ChangeLog   11 Jul 2014 17:43:21 -  1.89
@@ -1,6 +1,9 @@
 # ChangeLog for x11-themes/qtcurve
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.88 
2014/07/05 19:54:17 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.89 
2014/07/11 17:43:21 zlogene Exp $
+
+  11 Jul 2014; Mikle Kolyada zlog...@gentoo.org qtcurve-1.8.17-r1.ebuild:
+  ppc64 stable wrt bug #498660
 
   05 Jul 2014; Tobias Klausmann klaus...@gentoo.org qtcurve-1.8.17-r1.ebuild:
   Stable on alpha, bug #498660






[gentoo-commits] gentoo-x86 commit in dev-java/jgoodies-looks: jgoodies-looks-2.6.0.ebuild ChangeLog

2014-07-11 Thread Johann Schmitz (ercpe)
ercpe   14/07/11 17:45:44

  Modified: ChangeLog
  Added:jgoodies-looks-2.6.0.ebuild
  Log:
  Version bump of jgoodies-looks
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  ChangesPath
1.43 dev-java/jgoodies-looks/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgoodies-looks/ChangeLog?rev=1.43view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgoodies-looks/ChangeLog?rev=1.43content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgoodies-looks/ChangeLog?r1=1.42r2=1.43

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/jgoodies-looks/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   17 Oct 2010 12:30:01 -  1.42
+++ ChangeLog   11 Jul 2014 17:45:44 -  1.43
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/jgoodies-looks
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jgoodies-looks/ChangeLog,v 1.42 
2010/10/17 12:30:01 caster Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jgoodies-looks/ChangeLog,v 1.43 
2014/07/11 17:45:44 ercpe Exp $
+
+*jgoodies-looks-2.6.0 (11 Jul 2014)
+
+  11 Jul 2014; Johann Schmitz er...@gentoo.org +jgoodies-looks-2.6.0.ebuild:
+  Version bump of jgoodies-looks
 
   17 Oct 2010; Vlastimil Babka cas...@gentoo.org -files/plastic-1.3.2.txt,
   -files/build-1.3.2.xml, -files/build-2.0.4.xml,
@@ -216,4 +221,3 @@
   +files/build.xml, +files/plastic.txt, +jgoodies-looks-1.2.2.ebuild:
   Initial import. Ebuild contributed by Saleem A. compn...@gentoo.org. Fixes
   #74996.
-



1.1  dev-java/jgoodies-looks/jgoodies-looks-2.6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgoodies-looks/jgoodies-looks-2.6.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgoodies-looks/jgoodies-looks-2.6.0.ebuild?rev=1.1content-type=text/plain

Index: jgoodies-looks-2.6.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-java/jgoodies-looks/jgoodies-looks-2.6.0.ebuild,v 
1.1 2014/07/11 17:45:44 ercpe Exp $

EAPI=5

JAVA_PKG_IUSE=doc source

inherit java-pkg-2 java-pkg-simple

MY_PN=looks
MY_PV=${PV//./_}
MY_P=${PN}-${MY_PV}

DESCRIPTION=JGoodies Looks Library
HOMEPAGE=http://www.jgoodies.com/;
SRC_URI=http://www.jgoodies.com/download/libraries/${MY_PN}/${MY_P}.zip;

LICENSE=BSD
SLOT=2.6
KEYWORDS=~amd64 ~x86
IUSE=

COMMON_DEPEND=dev-java/jgoodies-common:1.8
DEPEND==virtual/jdk-1.6
app-arch/unzip
${COMMON_DEPEND}
RDEPEND==virtual/jre-1.6
${COMMON_DEPEND}

S=${WORKDIR}/${P}

JAVA_SRC_DIR=src
JAVA_GENTOO_CLASSPATH=jgoodies-common-1.8

java_prepare() {
mkdir src || die
unzip ${P}-sources.jar -d src || die
rm ${S}/pom.xml ${S}/*.jar || die
}






[gentoo-commits] gentoo-x86 commit in dev-java/opencsv: - New directory

2014-07-11 Thread Johann Schmitz (ercpe)
ercpe   14/07/11 17:47:50

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-java/opencsv added to the repository



[gentoo-commits] gentoo-x86 commit in dev-vcs/cssc: cssc-1.4.0.ebuild ChangeLog metadata.xml

2014-07-11 Thread Jeroen Roovers (jer)
jer 14/07/11 17:49:04

  Modified: ChangeLog metadata.xml
  Added:cssc-1.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.22 dev-vcs/cssc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cssc/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   9 Jan 2013 16:09:07 -   1.21
+++ ChangeLog   11 Jul 2014 17:49:04 -  1.22
@@ -1,6 +1,13 @@
 # ChangeLog for dev-vcs/cssc
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cssc/ChangeLog,v 1.21 2013/01/09 
16:09:07 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cssc/ChangeLog,v 1.22 2014/07/11 
17:49:04 jer Exp $
+
+*cssc-1.4.0 (11 Jul 2014)
+
+  11 Jul 2014; Jeroen Roovers j...@gentoo.org +cssc-1.4.0.ebuild,
+  +files/cssc-1.4.0-config.patch, +files/cssc-1.4.0-m4.patch,
+  +files/cssc-1.4.0-test-large.patch, metadata.xml:
+  Version bump.
 
   09 Jan 2013; Jeroen Roovers j...@gentoo.org -cssc-1.3.0.ebuild:
   Old.



1.3  dev-vcs/cssc/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cssc/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml24 Sep 2011 09:00:07 -  1.2
+++ metadata.xml11 Jul 2014 17:49:04 -  1.3
@@ -4,4 +4,7 @@
 maintainer
 emailj...@gentoo.org/email
 /maintainer
+use
+flag name='valgrind'Enable usage of pkgdev-util/valgrind/pkg in 
tests/flag
+/use
 /pkgmetadata



1.1  dev-vcs/cssc/cssc-1.4.0.ebuild

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

Index: cssc-1.4.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cssc/cssc-1.4.0.ebuild,v 1.1 
2014/07/11 17:49:03 jer Exp $

EAPI=5
inherit autotools eutils

DESCRIPTION=The GNU Project's replacement for SCCS
SRC_URI=mirror://gnu/${PN}/${P^^}.tar.gz
HOMEPAGE=http://www.gnu.org/software/cssc/;
SLOT=0
LICENSE=GPL-3

KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
IUSE=test valgrind

DEPEND=
test? ( valgrind? ( dev-util/valgrind ) )


DOCS=( AUTHORS ChangeLog NEWS README )

S=${WORKDIR}/${P^^}

src_prepare() {
epatch \
${FILESDIR}/${PN}-1.3.0-gcc47.patch \
${FILESDIR}/${P}-config.patch \
${FILESDIR}/${P}-m4.patch \
${FILESDIR}/${P}-test-large.patch

eautoreconf
}

src_configure() {
econf \
$(use test  use_with valgrind) \
--enable-binary
}

src_test() {
if [[ ${froobUID} = 0 ]]; then
einfo The test suite can not be run as root
else
emake check
fi
}






[gentoo-commits] gentoo-x86 commit in sys-apps/man-db: man-db-2.6.6.ebuild ChangeLog

2014-07-11 Thread Mikle Kolyada (zlogene)
zlogene 14/07/11 17:48:38

  Modified: man-db-2.6.6.ebuild ChangeLog
  Log:
  x86 stable wrt bug #502916
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.6  sys-apps/man-db/man-db-2.6.6.ebuild

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

Index: man-db-2.6.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- man-db-2.6.6.ebuild 13 May 2014 12:46:58 -  1.5
+++ man-db-2.6.6.ebuild 11 Jul 2014 17:48:38 -  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/sys-apps/man-db/man-db-2.6.6.ebuild,v 1.5 
2014/05/13 12:46:58 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.6.ebuild,v 1.6 
2014/07/11 17:48:38 zlogene Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~arm-linux ~x86-linux
 IUSE=berkdb +gdbm nls selinux static-libs zlib
 
 RDEPEND=dev-libs/libpipeline



1.70 sys-apps/man-db/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   13 May 2014 12:46:58 -  1.69
+++ ChangeLog   11 Jul 2014 17:48:38 -  1.70
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/man-db
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.69 2014/05/13 
12:46:58 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.70 2014/07/11 
17:48:38 zlogene Exp $
+
+  11 Jul 2014; Mikle Kolyada zlog...@gentoo.org man-db-2.6.6.ebuild:
+  x86 stable wrt bug #502916
 
   13 May 2014; Akinori Hattori hat...@gentoo.org man-db-2.6.6.ebuild:
   ia64 stable wrt bug #502916






[gentoo-commits] gentoo-x86 commit in dev-vcs/cssc/files: cssc-1.4.0-m4.patch cssc-1.4.0-config.patch cssc-1.4.0-test-large.patch

2014-07-11 Thread Jeroen Roovers (jer)
jer 14/07/11 17:49:04

  Added:cssc-1.4.0-m4.patch cssc-1.4.0-config.patch
cssc-1.4.0-test-large.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.1  dev-vcs/cssc/files/cssc-1.4.0-m4.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cssc/files/cssc-1.4.0-m4.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cssc/files/cssc-1.4.0-m4.patch?rev=1.1content-type=text/plain

Index: cssc-1.4.0-m4.patch
===
libtoolize chokes on this line


--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,6 @@
 
 # Changes to AC_CONFIG_MACRO_DIR shoulld be reflected in ACLOCAL_AMFLAGS in 
Makefile.am.
 AC_CONFIG_MACRO_DIR([m4])
-AC_CONFIG_MACRO_DIR([unit-tests/googletest/m4])
 
 AM_INIT_AUTOMAKE([gnits readme-alpha check-news tar-ustar 1.11.6])
 AC_CONFIG_HEADERS(config.h)



1.1  dev-vcs/cssc/files/cssc-1.4.0-config.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cssc/files/cssc-1.4.0-config.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cssc/files/cssc-1.4.0-config.patch?rev=1.1content-type=text/plain

Index: cssc-1.4.0-config.patch
===
In file included from file.h:36:0,
from delta.cc:36:
../gl/lib/unistd.h:135:3: error: #error Please include config.h first.


--- a/src/delta.h
+++ b/src/delta.h
@@ -25,6 +25,7 @@
 #ifndef CSSC_DELTA_H
 #define CSSC_DELTA_H 1
 
+#include config.h
 #include sid.h
 #include sccsdate.h
 #include mystring.h



1.1  dev-vcs/cssc/files/cssc-1.4.0-test-large.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cssc/files/cssc-1.4.0-test-large.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cssc/files/cssc-1.4.0-test-large.patch?rev=1.1content-type=text/plain

Index: cssc-1.4.0-test-large.patch
===
Takes a very long time.


--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -136,7 +136,7 @@
 test-rmdel \
 test-admin test-delta test-get test-prs test-prt test-unget \
 test-cdc  test-sact test-val \
-test-large test-sccsdiff test-binary test-bsd-sccs test-what \
+test-sccsdiff test-binary test-bsd-sccs test-what \
 test-year-2000
echo Tests passed.
 






[gentoo-commits] gentoo-x86 commit in dev-java/opencsv: metadata.xml opencsv-2.3.ebuild Manifest ChangeLog

2014-07-11 Thread Johann Schmitz (ercpe)
ercpe   14/07/11 17:49:16

  Added:metadata.xml opencsv-2.3.ebuild Manifest ChangeLog
  Log:
  New ebuild for opencsv (dependency of tvbrowser)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  ChangesPath
1.1  dev-java/opencsv/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdjava/herd
/pkgmetadata




1.1  dev-java/opencsv/opencsv-2.3.ebuild

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

Index: opencsv-2.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/opencsv/opencsv-2.3.ebuild,v 1.1 
2014/07/11 17:49:16 ercpe Exp $

EAPI=5

JAVA_PKG_IUSE=doc source

inherit java-pkg-2 java-ant-2

DESCRIPTION=A very simple csv (comma-separated values) parser library for Java
HOMEPAGE=http://opencsv.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN}/${P}-src-with-libs.tar.gz

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

IUSE=

S=${WORKDIR}/${P}

DEPEND=app-arch/unzip
=virtual/jdk-1.6
RDEPEND==virtual/jre-1.6

RESTRICT=test

java_prepare() {
rm lib/* || die
}

src_install() {
java-pkg_newjar deploy/${P}.jar ${PN}.jar
use doc  java-pkg_dojavadoc doc
use source  java-pkg_dosrc src/au
}


1.1  dev-java/opencsv/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/opencsv/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/opencsv/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
DIST opencsv-2.3-src-with-libs.tar.gz 280510 SHA256 
04ebc52af08b20e18c193f194ea9d169a7737403b2376f1707d858dbd4e7950d SHA512 
3831cb9c5aaf8b19ed6895406e7358ddb6b30cba1876b42daeab41230d83bd532b9db53c073960413a385222ca889f1aae14404fd46143aa28ee05b3d1019106
 WHIRLPOOL 
069c1bf477c04f0ad6db927e7179c0dc29104c48e179f0fcf8e4c42b0de2e83e3e3ab5fd80ebbd8e13e12cacfbe231097b675e99ecb0ef1610277dbc9a9c927a
EBUILD opencsv-2.3.ebuild 718 SHA256 
538cc1a565386f7e8a4f284a3c899b986a4408bd2c957c58c4c2e8fadd80d80e SHA512 
047d56a236da7e7e7cfc576deeec61250884c5c8f2711f9ce192ef326581c2fdc3bbd52560c55064218860a45ed81fc4725de70ca99a58f9ea06bcfcb355c39f
 WHIRLPOOL 
fdaf5e3ac1e97340f8a5c29688bcf7a5a346a554ab40ce9cc66092151c8643a2e430e9838654090e3fb4f56001d1fd06d40bb52d23d7dfd6ce865da1d0be8c1c
MISC metadata.xml 159 SHA256 
1c070a909e96d9d193f84ad9304d196febbe33b60a724cc4b0d20634bb82255b SHA512 
269cf19c37f2d136b926f546ec83ffdbc1374b2b6e26f8a31f21854143380386c31bfc7b2a0b9c47fb1f7c02607ddbdd43e517cb5c3270515e465c4dd7788843
 WHIRLPOOL 
afb402fec04cddb3184b69eb8a8d36b404edd2870fd06c8f5e99be39c341ea6fa7542e0b680fac05529522ed33838e8279381d7a6de9dbc58fe55841229d8a51



1.1  dev-java/opencsv/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-java/opencsv
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/opencsv/ChangeLog,v 1.1 2014/07/11 
17:49:16 ercpe Exp $

*opencsv-2.3 (11 Jul 2014)

  11 Jul 2014; Johann Schmitz er...@gentoo.org +metadata.xml,
  +opencsv-2.3.ebuild:
  New ebuild for opencsv (dependency of tvbrowser)






[gentoo-commits] gentoo-x86 commit in dev-java/trident: - New directory

2014-07-11 Thread Johann Schmitz (ercpe)
ercpe   14/07/11 17:49:56

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-java/trident added to the repository



[gentoo-commits] gentoo-x86 commit in dev-java/trident/files: - New directory

2014-07-11 Thread Johann Schmitz (ercpe)
ercpe   14/07/11 17:49:56

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-java/trident/files added to the 
repository



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

2014-07-11 Thread Johann Schmitz (ercpe)
ercpe   14/07/11 17:52:10

  Added:1.3-build.xml.patch
  Log:
  New ebuild for trident
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  ChangesPath
1.1  dev-java/trident/files/1.3-build.xml.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/trident/files/1.3-build.xml.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/trident/files/1.3-build.xml.patch?rev=1.1content-type=text/plain

Index: 1.3-build.xml.patch
===
diff --git a/build.xml b/build.xml
index 808ea3c..36e5859 100644
--- a/build.xml
+++ b/build.xml
@@ -84,7 +84,7 @@
 
target name=compile.module.trident.production description=compile 
module trident production classes
mkdir dir=${trident.output.dir} /
-   javac source=${javac.source} target=${javac.target} 
encoding=${javac.encoding} destdir=${trident.output.dir} 
debug=${javac.debug} nowarn=${javac.generate.no.warnings} 
memoryMaximumSize=${javac.max.memory} fork=true 
executable=${module.jdk.home.trident}/bin/javac
+   javac source=${javac.source} target=${javac.target} 
encoding=${javac.encoding} destdir=${trident.output.dir} 
debug=${javac.debug} nowarn=${javac.generate.no.warnings} 
memoryMaximumSize=${javac.max.memory} fork=true
compilerarg line=${javac.args.trident} /
bootclasspath refid=trident.module.bootclasspath /
classpath refid=trident.module.classpath /
@@ -102,7 +102,7 @@
 
target name=compile.module.trident.test description=compile module 
trident test classes
mkdir dir=${trident.output.dir} /
-   javac source=${javac.source} target=${javac.target} 
encoding=${javac.encoding} destdir=${trident.output.dir} 
debug=${javac.debug} nowarn=${javac.generate.no.warnings} 
memoryMaximumSize=${javac.max.memory} fork=true 
executable=${module.jdk.home.trident}/bin/javac
+   javac source=${javac.source} target=${javac.target} 
encoding=${javac.encoding} destdir=${trident.output.dir} 
debug=${javac.debug} nowarn=${javac.generate.no.warnings} 
memoryMaximumSize=${javac.max.memory} fork=true
compilerarg line=${javac.args.trident} /
bootclasspath refid=trident.module.bootclasspath /
classpath refid=trident.module.classpath /
@@ -189,4 +189,4 @@
target name=clean depends=clean.module.trident 
description=cleanup all /
 
target name=all depends=timestamp, init, clean, 
compile.module.trident, jar, compile.module.trident.test, jar-tst 
description=build all /
-/project
\ No newline at end of file
+/project






[gentoo-commits] gentoo-x86 commit in dev-java/trident: metadata.xml trident-1.3.ebuild Manifest ChangeLog

2014-07-11 Thread Johann Schmitz (ercpe)
ercpe   14/07/11 17:52:10

  Added:metadata.xml trident-1.3.ebuild Manifest ChangeLog
  Log:
  New ebuild for trident
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  ChangesPath
1.1  dev-java/trident/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdjava/herd
/pkgmetadata




1.1  dev-java/trident/trident-1.3.ebuild

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

Index: trident-1.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/trident/trident-1.3.ebuild,v 1.1 
2014/07/11 17:52:10 ercpe Exp $

EAPI=5

JAVA_PKG_IUSE=source

inherit java-pkg-2 java-ant-2

DESCRIPTION=Java animation library
HOMEPAGE=https://kenai.com/projects/trident/pages/Home;
SRC_URI=https://kenai.com/projects/trident/downloads/download/version%20${PV}%20-%20stable/${PN}-all.zip
 - ${P}.zip

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

RESTRICT=test

COMMON_DEPEND=dev-java/swt:3.7

DEPEND==virtual/jdk-1.6
app-arch/unzip
${COMMON_DEPEND}
RDEPEND==virtual/jre-1.6
${COMMON_DEPEND}

S=${WORKDIR}

JAVA_ANT_REWRITE_CLASSPATH=true
EANT_BUILD_TARGET=timestamp init clean compile.module.trident jar
EANT_GENTOO_CLASSPATH=swt-3.7
EANT_EXTRA_ARGS=-Djdk.home=${JAVA_HOME}

java_prepare() {
mkdir build/classes -p || die
rm -r src/org/pushingpixels/trident/android/ || die
epatch ${FILESDIR}/${PV}-*.patch
}

src_install() {
java-pkg_dojar drop/${PN}.jar

use source  java-pkg_dosrc src/*
}


1.1  dev-java/trident/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/trident/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/trident/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
AUX 1.3-build.xml.patch 2112 SHA256 
5dbd675b530a5a9ae963744cfa3c027aba54d273c0d9bc595ec2097834629b54 SHA512 
f4790f0f7551d2734c0db2495c1dff5f6580c1734aab596fd0e419447b8c085d3ba2b4010dea972e6e3c400141d619a10baed10a2d4b8f4135e9855e9ec9b6e6
 WHIRLPOOL 
c8d1e037d1311f27ba450a9c4b61778469a0bda7b62d627ba74d9bbdf0f45ca6b97d9d6fdcece6cefc439613701ea5194d8a5611aa2b5619d6763b8ca4bec839
DIST trident-1.3.zip 112050 SHA256 
22184d8bf04652fa439ac18723ced54e2ab8958ec339aec1778680265437314c SHA512 
2ecccf80c654ad8cff6a2907d4f81409034bd5cc07542e87db7b53a646fb63ee38a472eb778f6f77f6cf1885f8dc5b85d50a6a033ab430e7e03a07000463f68b
 WHIRLPOOL 
f26ce8563d0d0a37700a7f4adfe5a966579aed7d3079fa1043f060b3f1d31fb95c30572e829b1b4f61ccb94ef1b55a5a0c641335056fa85a939f76693c38
EBUILD trident-1.3.ebuild 1030 SHA256 
02a43a59c074cb5adf65fe76ea5d49bc7d0eb74b7bc99666982422059f22c0ed SHA512 
c21a57e3a8b17f753cfb2863bf2d1595abd792ff951a52d30cfa2d505b773be8fe9a8ef5b86de5922df972442c25b876964d1084914bbc5a020c4e37a70d0296
 WHIRLPOOL 
1fac4f67aba799c3872a47c7bd653896d7177789f80a1e1c2dc6c532ebee90b5e00a265b1cfb39e92b1b0a33c522657a8a5c72f9318c21a289a23aaf03297849
MISC metadata.xml 159 SHA256 
1c070a909e96d9d193f84ad9304d196febbe33b60a724cc4b0d20634bb82255b SHA512 
269cf19c37f2d136b926f546ec83ffdbc1374b2b6e26f8a31f21854143380386c31bfc7b2a0b9c47fb1f7c02607ddbdd43e517cb5c3270515e465c4dd7788843
 WHIRLPOOL 
afb402fec04cddb3184b69eb8a8d36b404edd2870fd06c8f5e99be39c341ea6fa7542e0b680fac05529522ed33838e8279381d7a6de9dbc58fe55841229d8a51



1.1  dev-java/trident/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-java/trident
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/trident/ChangeLog,v 1.1 2014/07/11 
17:52:10 ercpe Exp $

*trident-1.3 (11 Jul 2014)

  11 Jul 2014; Johann Schmitz er...@gentoo.org +files/1.3-build.xml.patch,
  +metadata.xml, +trident-1.3.ebuild:
  New ebuild for trident






[gentoo-commits] gentoo-x86 commit in dev-java/htmlparser-org: - New directory

2014-07-11 Thread Johann Schmitz (ercpe)
ercpe   14/07/11 17:52:42

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-java/htmlparser-org added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-java/htmlparser-org: metadata.xml htmlparser-org-1.6.ebuild Manifest ChangeLog

2014-07-11 Thread Johann Schmitz (ercpe)
ercpe   14/07/11 17:54:09

  Added:metadata.xml htmlparser-org-1.6.ebuild Manifest
ChangeLog
  Log:
  New ebuild for htmlparser.
  
  Note: this is a different one as dev-java/htmlparser! (the one from 
htmlparser.org)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  ChangesPath
1.1  dev-java/htmlparser-org/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdjava/herd
/pkgmetadata




1.1  dev-java/htmlparser-org/htmlparser-org-1.6.ebuild

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

Index: htmlparser-org-1.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-java/htmlparser-org/htmlparser-org-1.6.ebuild,v 1.1 
2014/07/11 17:54:09 ercpe Exp $

EAPI=5

JAVA_PKG_IUSE=doc source test

inherit java-pkg-2 java-pkg-simple

MY_PN=${PN/-org/}
MY_PV=$(replace_all_version_separators _)
SRC_VER=20060610

DESCRIPTION=Java library used to parse HTML (from htmlparser.org)
HOMEPAGE=http://htmlparser.sourceforge.net/;
SRC_URI=mirror://sourceforge/${MY_PN}/${MY_PN}${MY_PV}_${SRC_VER}.zip

LICENSE=CPL-1.0
SLOT=0
KEYWORDS=~amd64 ~x86

IUSE=

S=${WORKDIR}/${MY_PN}${MY_PV}

DEPEND=app-arch/unzip
=virtual/jdk-1.6
test? ( dev-java/junit:0 )
RDEPEND==virtual/jre-1.6

JAVA_SRC_DIR=src

java_prepare() {
unzip src.zip || die
rm build.xml lib/* || die
mkdir -p src-test/org/htmlparser/tests || die
mv src/org/htmlparser/tests/* src-test/org/htmlparser/tests || die
}

src_test() {
mkdir target/tests || die
testcp=$(java-pkg_getjars 
junit):target/tests:${PN}.jar:${JAVA_HOME}/lib/tools.jar
ejavac -cp ${testcp} -d target/tests $(find src-test/ -name *.java)
tests=$(find target/tests -name *Test.class \
| sed -e 's/target\/tests\///g' -e s/\.class// -e 
s/\//./g \
| grep -vP '\$');
ejunit -cp ${testcp} ${tests}
}



1.1  dev-java/htmlparser-org/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/htmlparser-org/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/htmlparser-org/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
DIST htmlparser1_6_20060610.zip 4346070 SHA256 
e4f1ff4be7501572fec5a17740c817b711a7dbf68f0ee97ec7f4921625981915 SHA512 
f23d08d9330dc45133a227b8e1a80a515d01298027ccb0ca0863d1b4fab829f52950e3a3ccad057718fd57b05f8c0176786583af8625c70a38a940d3e878cd5f
 WHIRLPOOL 
17376507ce22c08634455d60f3cf822e98dcd55cd8372508a78395d88ed93e64f0dad60427d9c85a2cf8cba6ed752a87f15962314e545fb46481196cb108f148
EBUILD htmlparser-org-1.6.ebuild 1234 SHA256 
d438315295fce65325e347c068d89020c569bb82d5daa1b1c24a61345ed52ec9 SHA512 
056e96107d38227f025751fbcab64acaf1b2a07d9db088beb9b4d29d2e6fb75217571763e4ead659b434484266e7260d3457ab4d1b93bb8f67d0b2c4ee3d97b5
 WHIRLPOOL 
8347713ca5fd48af52b56e8d379868187cf068ebedc8c1b10766c5ca9ca1875da8c549228d8f66610558660aab5993580ba5ef039eda3880106ef3abe24bd3d7
MISC metadata.xml 159 SHA256 
1c070a909e96d9d193f84ad9304d196febbe33b60a724cc4b0d20634bb82255b SHA512 
269cf19c37f2d136b926f546ec83ffdbc1374b2b6e26f8a31f21854143380386c31bfc7b2a0b9c47fb1f7c02607ddbdd43e517cb5c3270515e465c4dd7788843
 WHIRLPOOL 
afb402fec04cddb3184b69eb8a8d36b404edd2870fd06c8f5e99be39c341ea6fa7542e0b680fac05529522ed33838e8279381d7a6de9dbc58fe55841229d8a51



1.1  dev-java/htmlparser-org/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-java/htmlparser-org
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/htmlparser-org/ChangeLog,v 1.1 
2014/07/11 17:54:09 ercpe Exp $

*htmlparser-org-1.6 (11 Jul 2014)

  11 Jul 2014; Johann Schmitz er...@gentoo.org 

[gentoo-commits] gentoo-x86 commit in dev-libs/kqoauth: kqoauth-0.98-r1.ebuild ChangeLog

2014-07-11 Thread Mikle Kolyada (zlogene)
zlogene 14/07/11 17:54:39

  Modified: kqoauth-0.98-r1.ebuild ChangeLog
  Log:
  amd64/x86 stable wrt bug #513442
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-libs/kqoauth/kqoauth-0.98-r1.ebuild

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

Index: kqoauth-0.98-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/kqoauth/kqoauth-0.98-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kqoauth-0.98-r1.ebuild  16 Jun 2014 07:58:28 -  1.1
+++ kqoauth-0.98-r1.ebuild  11 Jul 2014 17:54:39 -  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-libs/kqoauth/kqoauth-0.98-r1.ebuild,v 
1.1 2014/06/16 07:58:28 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/kqoauth/kqoauth-0.98-r1.ebuild,v 
1.2 2014/07/11 17:54:39 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=
 
 DEPEND=



1.7  dev-libs/kqoauth/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/kqoauth/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   16 Jun 2014 07:58:28 -  1.6
+++ ChangeLog   11 Jul 2014 17:54:39 -  1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/kqoauth
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/kqoauth/ChangeLog,v 1.6 2014/06/16 
07:58:28 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/kqoauth/ChangeLog,v 1.7 2014/07/11 
17:54:39 zlogene Exp $
+
+  11 Jul 2014; Mikle Kolyada zlog...@gentoo.org kqoauth-0.98-r1.ebuild:
+  amd64/x86 stable wrt bug #513442
 
 *kqoauth-0.98-r1 (16 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in net-analyzer/fping: fping-2.4_beta2_p161-r1.ebuild ChangeLog fping-2.4_beta2_p161-r2.ebuild

2014-07-11 Thread Jeroen Roovers (jer)
jer 14/07/11 18:11:23

  Modified: ChangeLog
  Added:fping-2.4_beta2_p161-r1.ebuild
fping-2.4_beta2_p161-r2.ebuild
  Log:
  Restore 2.4_beta2_p161-r1 as net-analyzer/zabbix still requires it. Fix a 
missing include and do an EAPI bump in -r2.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key A792A613)

Revision  ChangesPath
1.64 net-analyzer/fping/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fping/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   11 Jul 2014 12:47:07 -  1.63
+++ ChangeLog   11 Jul 2014 18:11:23 -  1.64
@@ -1,6 +1,14 @@
 # ChangeLog for net-analyzer/fping
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fping/ChangeLog,v 1.63 
2014/07/11 12:47:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fping/ChangeLog,v 1.64 
2014/07/11 18:11:23 jer Exp $
+
+*fping-2.4_beta2_p161-r2 (11 Jul 2014)
+
+  11 Jul 2014; Jeroen Roovers j...@gentoo.org 
+fping-2.4_beta2_p161-r1.ebuild,
+  +fping-2.4_beta2_p161-r2.ebuild, +files/fping-2.4_beta2_p161-err.h.patch,
+  +files/fping-2.4_beta2_p161-min-time.patch:
+  Restore 2.4_beta2_p161-r1 as net-analyzer/zabbix still requires it. Fix a
+  missing include and do an EAPI bump in -r2.
 
   11 Jul 2014; Jeroen Roovers j...@gentoo.org 
-fping-2.4_beta2_p161-r1.ebuild,
   -fping-3.1.ebuild, -fping-3.2.ebuild, -fping-3.4.ebuild, -fping-3.5.ebuild,



1.11 net-analyzer/fping/fping-2.4_beta2_p161-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fping/fping-2.4_beta2_p161-r1.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fping/fping-2.4_beta2_p161-r1.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fping/fping-2.4_beta2_p161-r1.ebuild?r1=1.10r2=1.11




1.1  net-analyzer/fping/fping-2.4_beta2_p161-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fping/fping-2.4_beta2_p161-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fping/fping-2.4_beta2_p161-r2.ebuild?rev=1.1content-type=text/plain

Index: fping-2.4_beta2_p161-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/fping/fping-2.4_beta2_p161-r2.ebuild,v 1.1 
2014/07/11 18:11:23 jer Exp $

EAPI=5

inherit autotools eutils flag-o-matic

DESCRIPTION=A utility to ping multiple hosts at once
SRC_URI=
mirror://debian/pool/main/f/${PN}/${PN}_2.4b2-to-ipv6.orig.tar.gz
mirror://debian/pool/main/f/${PN}/${PN}_2.4b2-to-ipv6-16.1.diff.gz

HOMEPAGE=http://fping.sourceforge.net/ 
http://packages.qa.debian.org/f/fping.html;

SLOT=0
LICENSE=fping
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos
IUSE=ipv6

S=${WORKDIR}/fping-2.4b2_to-ipv6

src_prepare() {
epatch \
${WORKDIR}/fping_2.4b2-to-ipv6-16.1.diff \
${FILESDIR}/${P}-err.h.patch \
${FILESDIR}/${P}-min-time.patch
eautoreconf

if use ipv6; then
cp -a ${S} ${S}-6
fi
}

src_configure() {
econf
if use ipv6; then
cd ${S}-6
append-flags -DIPV6
econf
fi
}

src_compile() {
emake
if use ipv6; then
cd ${S}-6
emake
fi
}

src_install () {
dosbin ${S}/${PN}
if use ipv6; then
newsbin ${S}-6/fping fping6
fi
fperms 4555 /usr/sbin/fping /usr/sbin/fping6 #241930
doman fping.8
dodoc ChangeLog README
}






[gentoo-commits] gentoo-x86 commit in app-arch/lrzip: lrzip-0.614.ebuild ChangeLog

2014-07-11 Thread Mikle Kolyada (zlogene)
zlogene 14/07/11 18:29:09

  Modified: lrzip-0.614.ebuild ChangeLog
  Log:
  ppc stable wrt bug #458184
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.15 app-arch/lrzip/lrzip-0.614.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/lrzip-0.614.ebuild?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/lrzip-0.614.ebuild?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/lrzip-0.614.ebuild?r1=1.14r2=1.15

Index: lrzip-0.614.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/lrzip/lrzip-0.614.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- lrzip-0.614.ebuild  24 Feb 2014 01:56:10 -  1.14
+++ lrzip-0.614.ebuild  11 Jul 2014 18:29:09 -  1.15
@@ -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/lrzip/lrzip-0.614.ebuild,v 1.14 
2014/02/24 01:56:10 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/lrzip-0.614.ebuild,v 1.15 
2014/07/11 18:29:09 zlogene Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 arm hppa ~mips ~ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd
+KEYWORDS=amd64 arm hppa ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd
 IUSE=
 
 RDEPEND=dev-libs/lzo



1.36 app-arch/lrzip/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/ChangeLog?rev=1.36view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/ChangeLog?rev=1.36content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/ChangeLog?r1=1.35r2=1.36

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/lrzip/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   24 Feb 2014 01:56:10 -  1.35
+++ ChangeLog   11 Jul 2014 18:29:09 -  1.36
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/lrzip
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/ChangeLog,v 1.35 2014/02/24 
01:56:10 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/ChangeLog,v 1.36 2014/07/11 
18:29:09 zlogene Exp $
+
+  11 Jul 2014; Mikle Kolyada zlog...@gentoo.org lrzip-0.614.ebuild:
+  ppc stable wrt bug #458184
 
   24 Feb 2014; Pawel Hajdan jr phajdan...@gentoo.org lrzip-0.614.ebuild:
   x86 stable wrt bug #458184






[gentoo-commits] gentoo-x86 commit in www-client/chromium: chromium-35.0.1916.153.ebuild chromium-37.0.2062.0.ebuild chromium-36.0.1985.103.ebuild ChangeLog

2014-07-11 Thread PaweA Hajdan (phajdan.jr)
phajdan.jr14/07/11 18:34:02

  Modified: chromium-35.0.1916.153.ebuild
chromium-37.0.2062.0.ebuild
chromium-36.0.1985.103.ebuild ChangeLog
  Log:
  Depend on libgnome-keyring, bug #514642 by mgorny.
  
  (Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key 
0x4F1A2555EA71991D!)

Revision  ChangesPath
1.5  www-client/chromium/chromium-35.0.1916.153.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/chromium-35.0.1916.153.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/chromium-35.0.1916.153.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/chromium-35.0.1916.153.ebuild?r1=1.4r2=1.5

Index: chromium-35.0.1916.153.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-35.0.1916.153.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- chromium-35.0.1916.153.ebuild   9 Jul 2014 02:35:21 -   1.4
+++ chromium-35.0.1916.153.ebuild   11 Jul 2014 18:34:02 -  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/www-client/chromium/chromium-35.0.1916.153.ebuild,v 1.4 
2014/07/09 02:35:21 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-35.0.1916.153.ebuild,v 1.5 
2014/07/11 18:34:02 phajdan.jr Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -47,7 +47,7 @@
=dev-libs/nss-3.14.3:=
dev-libs/re2:=
gnome? ( =gnome-base/gconf-2.24.0:= )
-   gnome-keyring? ( =gnome-base/gnome-keyring-2.28.2:= )
+   gnome-keyring? ( gnome-base/libgnome-keyring:= )
=media-libs/alsa-lib-1.0.19:=
media-libs/flac:=
media-libs/harfbuzz:=[icu(+)]



1.3  www-client/chromium/chromium-37.0.2062.0.ebuild

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

Index: chromium-37.0.2062.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-37.0.2062.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- chromium-37.0.2062.0.ebuild 9 Jul 2014 02:35:20 -   1.2
+++ chromium-37.0.2062.0.ebuild 11 Jul 2014 18:34:02 -  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/www-client/chromium/chromium-37.0.2062.0.ebuild,v 1.2 
2014/07/09 02:35:20 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-37.0.2062.0.ebuild,v 1.3 
2014/07/11 18:34:02 phajdan.jr Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -46,7 +46,7 @@
=dev-libs/nss-3.14.3:=
dev-libs/re2:=
gnome? ( =gnome-base/gconf-2.24.0:= )
-   gnome-keyring? ( =gnome-base/gnome-keyring-2.28.2:= )
+   gnome-keyring? ( gnome-base/libgnome-keyring:= )
=media-libs/alsa-lib-1.0.19:=
media-libs/flac:=
media-libs/harfbuzz:=[icu(+)]



1.2  www-client/chromium/chromium-36.0.1985.103.ebuild

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

Index: chromium-36.0.1985.103.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-36.0.1985.103.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chromium-36.0.1985.103.ebuild   4 Jul 2014 14:05:06 -   1.1
+++ chromium-36.0.1985.103.ebuild   11 Jul 2014 18:34: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/www-client/chromium/chromium-36.0.1985.103.ebuild,v 1.1 
2014/07/04 14:05:06 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-36.0.1985.103.ebuild,v 1.2 
2014/07/11 18:34:02 phajdan.jr Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -47,7 +47,7 @@
=dev-libs/nss-3.14.3:=

[gentoo-commits] gentoo-x86 commit in sys-apps/man-pages: ChangeLog man-pages-3.70.ebuild

2014-07-11 Thread Tim Harder (radhermit)
radhermit14/07/11 18:36:51

  Modified: ChangeLog
  Added:man-pages-3.70.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.223sys-apps/man-pages/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/ChangeLog?rev=1.223view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/ChangeLog?rev=1.223content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/ChangeLog?r1=1.222r2=1.223

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -r1.222 -r1.223
--- ChangeLog   6 Jul 2014 23:19:59 -   1.222
+++ ChangeLog   11 Jul 2014 18:36:51 -  1.223
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/man-pages
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.222 
2014/07/06 23:19:59 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.223 
2014/07/11 18:36:51 radhermit Exp $
+
+*man-pages-3.70 (11 Jul 2014)
+
+  11 Jul 2014; Tim Harder radher...@gentoo.org +man-pages-3.70.ebuild:
+  Version bump.
 
   06 Jul 2014; Joshua Kinard ku...@gentoo.org man-pages-3.63.ebuild,
   man-pages-3.67.ebuild:



1.1  sys-apps/man-pages/man-pages-3.70.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/man-pages-3.70.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/man-pages-3.70.ebuild?rev=1.1content-type=text/plain

Index: man-pages-3.70.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-3.70.ebuild,v 
1.1 2014/07/11 18:36:51 radhermit Exp $

EAPI=4

GENTOO_PATCH=2

DESCRIPTION=A somewhat comprehensive collection of Linux man pages
HOMEPAGE=http://www.kernel.org/doc/man-pages/;
SRC_URI=mirror://kernel/linux/docs/man-pages/Archive/${P}.tar.xz
mirror://kernel/linux/docs/man-pages/${P}.tar.xz
http://man7.org/linux/man-pages/download/${P}.tar.xz
mirror://gentoo/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2

http://dev.gentoo.org/~cardoe/files/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2;

LICENSE=man-pages GPL-2+ BSD
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux
IUSE_LINGUAS= da de fr it ja nl pl ro ru zh_CN
IUSE=nls ${IUSE_LINGUAS// / linguas_}
RESTRICT=binchecks

RDEPEND=virtual/man
!dev-libs/libaio-0.3.109-r2 #341953
PDEPEND=nls? (
linguas_da? ( app-i18n/man-pages-da )
linguas_de? ( app-i18n/man-pages-de )
linguas_fr? ( app-i18n/man-pages-fr )
linguas_it? ( app-i18n/man-pages-it )
linguas_ja? ( app-i18n/man-pages-ja )
linguas_nl? ( app-i18n/man-pages-nl )
linguas_pl? ( app-i18n/man-pages-pl )
linguas_ro? ( app-i18n/man-pages-ro )
linguas_ru? ( app-i18n/man-pages-ru )
linguas_zh_CN? ( app-i18n/man-pages-zh_CN )
)
sys-apps/man-pages-posix

src_configure() { :; }

src_compile() { :; }

src_install() {
emake install prefix=${EPREFIX}/usr DESTDIR=${D}
dodoc man-pages-*.Announce README Changes*

# Override with Gentoo specific or additional Gentoo pages
cd ${WORKDIR}/man-pages-gentoo
doman */*
dodoc README.Gentoo
}






[gentoo-commits] gentoo-x86 commit in dev-lang/tcl: ChangeLog tcl-8.5.15-r1.ebuild

2014-07-11 Thread Markus Meier (maekke)
maekke  14/07/11 18:55:14

  Modified: ChangeLog tcl-8.5.15-r1.ebuild
  Log:
  arm stable, bug #516134
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: 
--include-arches=arm, signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.193dev-lang/tcl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -r1.192 -r1.193
--- ChangeLog   6 Jul 2014 12:07:48 -   1.192
+++ ChangeLog   11 Jul 2014 18:55:14 -  1.193
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/tcl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.192 2014/07/06 
12:07:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.193 2014/07/11 
18:55:14 maekke Exp $
+
+  11 Jul 2014; Markus Meier mae...@gentoo.org tcl-8.5.15-r1.ebuild:
+  arm stable, bug #516134
 
   06 Jul 2014; Jeroen Roovers j...@gentoo.org tcl-8.5.15-r1.ebuild:
   Stable for HPPA (bug #516134).



1.9  dev-lang/tcl/tcl-8.5.15-r1.ebuild

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

Index: tcl-8.5.15-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- tcl-8.5.15-r1.ebuild6 Jul 2014 12:07:48 -   1.8
+++ tcl-8.5.15-r1.ebuild11 Jul 2014 18:55:14 -  1.9
@@ -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-lang/tcl/tcl-8.5.15-r1.ebuild,v 1.8 
2014/07/06 12:07:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild,v 1.9 
2014/07/11 18:55:14 maekke Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=tcltk
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x86-solaris
+KEYWORDS=~alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x86-solaris
 IUSE=debug threads
 
 RDEPEND==sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]






[gentoo-commits] gentoo-x86 commit in dev-lang/tk: tk-8.5.15.ebuild ChangeLog

2014-07-11 Thread Markus Meier (maekke)
maekke  14/07/11 18:55:45

  Modified: tk-8.5.15.ebuild ChangeLog
  Log:
  arm stable, bug #516134
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: 
--include-arches=arm, signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.3  dev-lang/tk/tk-8.5.15.ebuild

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

Index: tk-8.5.15.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.5.15.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tk-8.5.15.ebuild6 Jul 2014 12:07:56 -   1.2
+++ tk-8.5.15.ebuild11 Jul 2014 18:55:45 -  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-lang/tk/tk-8.5.15.ebuild,v 1.2 
2014/07/06 12:07:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.5.15.ebuild,v 1.3 
2014/07/11 18:55:45 maekke Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=tcltk
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=debug threads truetype aqua xscreensaver
 
 RDEPEND=



1.199dev-lang/tk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -r1.198 -r1.199
--- ChangeLog   6 Jul 2014 12:07:56 -   1.198
+++ ChangeLog   11 Jul 2014 18:55:45 -  1.199
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/tk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.198 2014/07/06 
12:07:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.199 2014/07/11 
18:55:45 maekke Exp $
+
+  11 Jul 2014; Markus Meier mae...@gentoo.org tk-8.5.15.ebuild:
+  arm stable, bug #516134
 
   06 Jul 2014; Jeroen Roovers j...@gentoo.org tk-8.5.15.ebuild:
   Stable for HPPA (bug #516134).






[gentoo-commits] gentoo-x86 commit in sys-libs/readline: ChangeLog readline-6.2_p5-r1.ebuild

2014-07-11 Thread Markus Meier (maekke)
maekke  14/07/11 18:57:02

  Modified: ChangeLog readline-6.2_p5-r1.ebuild
  Log:
  arm stable, bug #513802
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: 
--include-arches=arm, signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.208sys-libs/readline/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/readline/ChangeLog?rev=1.208view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/readline/ChangeLog?rev=1.208content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/readline/ChangeLog?r1=1.207r2=1.208

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -r1.207 -r1.208
--- ChangeLog   8 Jul 2014 09:03:08 -   1.207
+++ ChangeLog   11 Jul 2014 18:57:02 -  1.208
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/readline
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.207 
2014/07/08 09:03:08 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.208 
2014/07/11 18:57:02 maekke Exp $
+
+  11 Jul 2014; Markus Meier mae...@gentoo.org readline-6.2_p5-r1.ebuild:
+  arm stable, bug #513802
 
 *readline-6.3_p6-r1 (08 Jul 2014)
 



1.11 sys-libs/readline/readline-6.2_p5-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/readline/readline-6.2_p5-r1.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/readline/readline-6.2_p5-r1.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/readline/readline-6.2_p5-r1.ebuild?r1=1.10r2=1.11

Index: readline-6.2_p5-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.2_p5-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- readline-6.2_p5-r1.ebuild   6 Jul 2014 12:31:29 -   1.10
+++ readline-6.2_p5-r1.ebuild   11 Jul 2014 18:57:02 -  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/sys-libs/readline/readline-6.2_p5-r1.ebuild,v 1.10 
2014/07/06 12:31:29 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.2_p5-r1.ebuild,v 1.11 
2014/07/11 18:57:02 maekke Exp $
 
 EAPI=4
 
@@ -34,7 +34,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux
+KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux
 IUSE=static-libs
 
 RDEPEND==sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}]






[gentoo-commits] gentoo-x86 commit in dev-libs/libpcre: ChangeLog libpcre-8.35.ebuild

2014-07-11 Thread Markus Meier (maekke)
maekke  14/07/11 18:58:18

  Modified: ChangeLog libpcre-8.35.ebuild
  Log:
  arm stable, bug #516310
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: 
--include-arches=arm, signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.237dev-libs/libpcre/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v
retrieving revision 1.236
retrieving revision 1.237
diff -u -r1.236 -r1.237
--- ChangeLog   5 Jul 2014 21:25:54 -   1.236
+++ ChangeLog   11 Jul 2014 18:58:18 -  1.237
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libpcre
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v 1.236 
2014/07/05 21:25:54 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v 1.237 
2014/07/11 18:58:18 maekke Exp $
+
+  11 Jul 2014; Markus Meier mae...@gentoo.org libpcre-8.35.ebuild:
+  arm stable, bug #516310
 
   05 Jul 2014; Mikle Kolyada zlog...@gentoo.org libpcre-8.35.ebuild:
   amd64 stable wrt bug #516310



1.8  dev-libs/libpcre/libpcre-8.35.ebuild

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

Index: libpcre-8.35.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.35.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libpcre-8.35.ebuild 5 Jul 2014 21:25:54 -   1.7
+++ libpcre-8.35.ebuild 11 Jul 2014 18:58:18 -  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/libpcre/libpcre-8.35.ebuild,v 1.7 
2014/07/05 21:25:54 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.35.ebuild,v 1.8 
2014/07/11 18:58:18 maekke Exp $
 
 EAPI=4
 
@@ -19,7 +19,7 @@
 
 LICENSE=BSD
 SLOT=3
-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 ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
 IUSE=bzip2 +cxx +jit libedit pcre16 pcre32 +readline +recursion-limit 
static-libs unicode zlib
 REQUIRED_USE=readline? ( !libedit )
libedit? ( !readline )






[gentoo-commits] gentoo-x86 commit in net-libs/libproxy: ChangeLog libproxy-0.4.11-r2.ebuild

2014-07-11 Thread Markus Meier (maekke)
maekke  14/07/11 18:57:40

  Modified: ChangeLog libproxy-0.4.11-r2.ebuild
  Log:
  arm stable, bug #516190
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: 
--include-arches=arm, signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.115net-libs/libproxy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libproxy/ChangeLog?rev=1.115view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libproxy/ChangeLog?rev=1.115content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libproxy/ChangeLog?r1=1.114r2=1.115

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libproxy/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog   9 Jul 2014 17:33:09 -   1.114
+++ ChangeLog   11 Jul 2014 18:57:40 -  1.115
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libproxy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libproxy/ChangeLog,v 1.114 
2014/07/09 17:33:09 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libproxy/ChangeLog,v 1.115 
2014/07/11 18:57:40 maekke Exp $
+
+  11 Jul 2014; Markus Meier mae...@gentoo.org libproxy-0.4.11-r2.ebuild:
+  arm stable, bug #516190
 
   09 Jul 2014; Mikle Kolyada zlog...@gentoo.org libproxy-0.4.11-r2.ebuild:
   amd64 stable wrt bug #516190



1.6  net-libs/libproxy/libproxy-0.4.11-r2.ebuild

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

Index: libproxy-0.4.11-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libproxy/libproxy-0.4.11-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libproxy-0.4.11-r2.ebuild   9 Jul 2014 17:33:09 -   1.5
+++ libproxy-0.4.11-r2.ebuild   11 Jul 2014 18:57:40 -  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/net-libs/libproxy/libproxy-0.4.11-r2.ebuild,v 1.5 
2014/07/09 17:33:09 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libproxy/libproxy-0.4.11-r2.ebuild,v 1.6 
2014/07/11 18:57:40 maekke Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -13,7 +13,7 @@
 
 LICENSE=LGPL-2.1+
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris
 IUSE=gnome kde mono networkmanager perl python spidermonkey test webkit
 
 REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )






[gentoo-commits] gentoo-x86 commit in dev-libs/oniguruma: oniguruma-5.9.5.ebuild ChangeLog

2014-07-11 Thread Markus Meier (maekke)
maekke  14/07/11 18:58:48

  Modified: oniguruma-5.9.5.ebuild ChangeLog
  Log:
  arm stable, bug #516312
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: 
--include-arches=arm, signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.3  dev-libs/oniguruma/oniguruma-5.9.5.ebuild

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

Index: oniguruma-5.9.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/oniguruma-5.9.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- oniguruma-5.9.5.ebuild  6 Jul 2014 02:34:26 -   1.2
+++ oniguruma-5.9.5.ebuild  11 Jul 2014 18:58:48 -  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-libs/oniguruma/oniguruma-5.9.5.ebuild,v 
1.2 2014/07/06 02:34:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/oniguruma-5.9.5.ebuild,v 
1.3 2014/07/11 18:58:48 maekke Exp $
 
 EAPI=4
 # Needed for a sane .so versionning on fbsd, please dont drop
@@ -16,7 +16,7 @@
 
 LICENSE=BSD-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris
+KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris
 IUSE=combination-explosion-check crnl-as-line-terminator static-libs
 
 PATCHES=( ${FILESDIR}/${PN}-5.9.3-makefile.patch )



1.64 dev-libs/oniguruma/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   6 Jul 2014 02:34:26 -   1.63
+++ ChangeLog   11 Jul 2014 18:58:48 -  1.64
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/oniguruma
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/ChangeLog,v 1.63 
2014/07/06 02:34:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/ChangeLog,v 1.64 
2014/07/11 18:58:48 maekke Exp $
+
+  11 Jul 2014; Markus Meier mae...@gentoo.org oniguruma-5.9.5.ebuild:
+  arm stable, bug #516312
 
   06 Jul 2014; Jeroen Roovers j...@gentoo.org oniguruma-5.9.5.ebuild:
   Stable for HPPA (bug #516312).






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

2014-07-11 Thread Richard Farina (zerochaos)
zerochaos14/07/11 19:33:31

  Modified: package.use.mask
  Log:
  QA mask of odgi use flag on gdal, remove when repoman doesn't complain

Revision  ChangesPath
1.583profiles/base/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.mask?rev=1.583view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.mask?rev=1.583content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.mask?r1=1.582r2=1.583

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v
retrieving revision 1.582
retrieving revision 1.583
diff -u -r1.582 -r1.583
--- package.use.mask5 Jul 2014 13:48:41 -   1.582
+++ package.use.mask11 Jul 2014 19:33:31 -  1.583
@@ -1,11 +1,15 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.582 
2014/07/05 13:48:41 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.583 
2014/07/11 19:33:31 zerochaos Exp $
 
 # This file requires =portage-2.1.1
 # New entries go on top.
 #
 
+# Rick Farina zeroch...@gentoo.org (11 July 2014)
+# Mask odgi use flag for sci-libs/gdal due to broken visibility rules
+sci-libs/gdal odgi
+
 # Thomas Sachau to...@gentoo.org (30 Jun 2014)
 # Mask pixman USE flag of dev-libs/efl for future removal, bug 501074
 dev-libs/efl pixman






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

2014-07-11 Thread Richard Farina (zerochaos)
zerochaos14/07/11 19:34:25

  Modified: ChangeLog
  Log:
  QA mask of odgi use flag on gdal, remove when repoman doesn't complain

Revision  ChangesPath
1.697profiles/base/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.696
retrieving revision 1.697
diff -u -r1.696 -r1.697
--- ChangeLog   8 Jul 2014 18:12:25 -   1.696
+++ ChangeLog   11 Jul 2014 19:34:25 -  1.697
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.696 2014/07/08 
18:12:25 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.697 2014/07/11 
19:34:25 zerochaos Exp $
+
+  11 Jul 2014; Rick Farina zeroch...@gentoo.org package.use.mask:
+  Mask odgi for sci-libs/gdal due to repoman errors, please fix and remove mask
 
   08 Jul 2014; Mikle Kolyada zlog...@gentoo.org package.use.stable.mask:
   Stablemask libcaca and sdl use flags due to bug #514906






[gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog package.use.mask

2014-07-11 Thread Richard Farina (zerochaos)
zerochaos14/07/11 19:36:18

  Modified: ChangeLog package.use.mask
  Log:
  fix dyslexic typo

Revision  ChangesPath
1.698profiles/base/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.697
retrieving revision 1.698
diff -u -r1.697 -r1.698
--- ChangeLog   11 Jul 2014 19:34:25 -  1.697
+++ ChangeLog   11 Jul 2014 19:36:18 -  1.698
@@ -1,9 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.697 2014/07/11 
19:34:25 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.698 2014/07/11 
19:36:18 zerochaos Exp $
 
   11 Jul 2014; Rick Farina zeroch...@gentoo.org package.use.mask:
-  Mask odgi for sci-libs/gdal due to repoman errors, please fix and remove mask
+  Mask ogdi for sci-libs/gdal due to repoman errors, please fix and remove mask
 
   08 Jul 2014; Mikle Kolyada zlog...@gentoo.org package.use.stable.mask:
   Stablemask libcaca and sdl use flags due to bug #514906



1.584profiles/base/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.mask?rev=1.584view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.mask?rev=1.584content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.mask?r1=1.583r2=1.584

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v
retrieving revision 1.583
retrieving revision 1.584
diff -u -r1.583 -r1.584
--- package.use.mask11 Jul 2014 19:33:31 -  1.583
+++ package.use.mask11 Jul 2014 19:36:18 -  1.584
@@ -1,14 +1,14 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.583 
2014/07/11 19:33:31 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.584 
2014/07/11 19:36:18 zerochaos Exp $
 
 # This file requires =portage-2.1.1
 # New entries go on top.
 #
 
 # Rick Farina zeroch...@gentoo.org (11 July 2014)
-# Mask odgi use flag for sci-libs/gdal due to broken visibility rules
-sci-libs/gdal odgi
+# Mask ogdi use flag for sci-libs/gdal due to broken visibility rules
+sci-libs/gdal ogdi
 
 # Thomas Sachau to...@gentoo.org (30 Jun 2014)
 # Mask pixman USE flag of dev-libs/efl for future removal, bug 501074






[gentoo-commits] gentoo-x86 commit in sci-libs/gdal: gdal-1.10.1.ebuild metadata.xml ChangeLog

2014-07-11 Thread Richard Farina (zerochaos)
zerochaos14/07/11 19:38:23

  Modified: gdal-1.10.1.ebuild metadata.xml ChangeLog
  Log:
  restore use flag, masked instead
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  ChangesPath
1.8  sci-libs/gdal/gdal-1.10.1.ebuild

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

Index: gdal-1.10.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.10.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gdal-1.10.1.ebuild  9 Jul 2014 03:18:52 -   1.7
+++ gdal-1.10.1.ebuild  11 Jul 2014 19:38:23 -  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/sci-libs/gdal/gdal-1.10.1.ebuild,v 1.7 
2014/07/09 03:18:52 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.10.1.ebuild,v 1.8 
2014/07/11 19:38:23 zerochaos Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 SLOT=0
 LICENSE=MIT
 KEYWORDS=amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
-IUSE=armadillo +aux_xml curl debug doc ecwj2k fits geos gif gml hdf5 java 
jpeg jpeg2k mdb mysql netcdf odbc opencl pdf perl png postgres python ruby 
spatialite sqlite threads xls
+IUSE=armadillo +aux_xml curl debug doc ecwj2k fits geos gif gml hdf5 java 
jpeg jpeg2k mdb mysql netcdf odbc ogdi opencl pdf perl png postgres python ruby 
spatialite sqlite threads xls
 
 RDEPEND=
dev-libs/expat
@@ -42,6 +42,7 @@
mysql? ( virtual/mysql )
netcdf? ( sci-libs/netcdf )
odbc?   ( dev-db/unixODBC )
+   ogdi? ( sci-libs/ogdi )
opencl? ( virtual/opencl )
pdf? ( =app-text/poppler-0.24.3:= )
perl? ( dev-lang/perl:= )
@@ -212,6 +213,7 @@
$(use_with mysql mysql ${EPREFIX}/usr/bin/mysql_config) \
$(use_with netcdf) \
$(use_with odbc) \
+   $(use_with ogdi ogdi ${EPREFIX}/usr) \
$(use_with opencl) \
$(use_with pdf poppler) \
$(use_with perl) \



1.15 sci-libs/gdal/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/metadata.xml?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/metadata.xml?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/metadata.xml?r1=1.14r2=1.15

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/metadata.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- metadata.xml9 Jul 2014 03:25:13 -   1.14
+++ metadata.xml11 Jul 2014 19:38:23 -  1.15
@@ -18,6 +18,7 @@
 flag name=mdbEnable support for Microsoft Access database/flag
 flag name=spatialiteEnable Spatial DBMS over sqlite 
pkgdev-db/spatialite/pkg/flag
 flag name=openclEnable OpenCL support/flag
+flag name=ogdiEnable support for the open geographic datastore 
interface (pkgsci-libs/ogdi/pkg)/flag
 flag name=xlsAdd the pkgdev-libs/freexl/pkg library for xls import 
support/flag
   /use
 /pkgmetadata



1.149sci-libs/gdal/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/ChangeLog?rev=1.149view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/ChangeLog?rev=1.149content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/ChangeLog?r1=1.148r2=1.149

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog   9 Jul 2014 03:25:13 -   1.148
+++ ChangeLog   11 Jul 2014 19:38:23 -  1.149
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/gdal
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.148 2014/07/09 
03:25:13 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.149 2014/07/11 
19:38:23 zerochaos Exp $
+
+  11 Jul 2014; Rick Farina zeroch...@gentoo.org gdal-1.10.1.ebuild,
+  metadata.xml:
+  restore use flag, masked instead
 
   09 Jul 2014; Patrick Lauer patr...@gentoo.org metadata.xml:
   Remove unneeded useflag description from metadata.xml






  1   2   >