[gentoo-commits] gentoo-x86 commit in net-nds/openldap: ChangeLog

2014-10-26 Thread Robin H. Johnson (robbat2)
robbat2 14/10/27 06:03:53

  Modified: ChangeLog
  Log:
  failed to commit this the first time due to CVS blip.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.482net-nds/openldap/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/ChangeLog?rev=1.482&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/ChangeLog?rev=1.482&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/ChangeLog?r1=1.481&r2=1.482

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-nds/openldap/ChangeLog,v
retrieving revision 1.481
retrieving revision 1.482
diff -u -r1.481 -r1.482
--- ChangeLog   27 Oct 2014 05:33:58 -  1.481
+++ ChangeLog   27 Oct 2014 06:03:53 -  1.482
@@ -1,6 +1,10 @@
 # ChangeLog for net-nds/openldap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/ChangeLog,v 1.481 
2014/10/27 05:33:58 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/ChangeLog,v 1.482 
2014/10/27 06:03:53 robbat2 Exp $
+
+  27 Oct 2014; Robin H. Johnson 
+  +files/openldap-2.4.40-mdb-unbundle.patch:
+  failed to commit this the first time due to CVS blip.
 
 *openldap-2.4.40-r1 (27 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in net-nds/openldap/files: openldap-2.4.40-mdb-unbundle.patch

2014-10-26 Thread Robin H. Johnson (robbat2)
robbat2 14/10/27 06:03:53

  Added:openldap-2.4.40-mdb-unbundle.patch
  Log:
  failed to commit this the first time due to CVS blip.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  net-nds/openldap/files/openldap-2.4.40-mdb-unbundle.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/files/openldap-2.4.40-mdb-unbundle.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/files/openldap-2.4.40-mdb-unbundle.patch?rev=1.1&content-type=text/plain

Index: openldap-2.4.40-mdb-unbundle.patch
===
--- ./build/top.mk.orig 2014-10-24 14:34:59.260827298 +0200
+++ ./build/top.mk  2014-10-24 14:35:25.281168893 +0200
@@ -160,6 +160,7 @@
 LTHREAD_LIBS = @LTHREAD_LIBS@
 
 BDB_LIBS = @BDB_LIBS@
+MDB_LIBS = @MDB_LIBS@
 SLAPD_NDB_LIBS = @SLAPD_NDB_LIBS@
 
 LDAP_LIBLBER_LA = $(LDAP_LIBDIR)/liblber/liblber.la
--- ./build/openldap.m4.orig2014-10-24 10:52:02.837221734 +0200
+++ ./build/openldap.m4 2014-10-24 11:31:02.748087966 +0200
@@ -563,6 +563,38 @@
], [ol_cv_bdb_compat=yes], [ol_cv_bdb_compat=no])])
 ])
 
+dnl 
+dnl Check for version compatility with back-mdb
+AC_DEFUN([OL_MDB_COMPAT],
+[AC_CACHE_CHECK([if LMDB version supported by MDB backends], 
[ol_cv_mdb_compat],[
+   AC_EGREP_CPP(__mdb_version_compat,[
+#include 
+
+/* require 0.9.14 or later */
+#if MDB_VERSION_FULL >= 0x0009000E
+   __mdb_version_compat
+#endif
+   ], [ol_cv_mdb_compat=yes], [ol_cv_mdb_compat=no])])
+])
+
+dnl
+dnl 
+dnl Find any MDB
+AC_DEFUN([OL_MDB],
+[ol_cv_mdb=no
+AC_CHECK_HEADERS(lmdb.h)
+if test $ac_cv_header_lmdb_h = yes; then
+   OL_MDB_COMPAT
+
+   if test $ol_cv_mdb_compat != yes ; then
+   AC_MSG_ERROR([LMDB version incompatible with MDB backends])
+   fi
+
+   ol_cv_lib_mdb=-llmdb
+   ol_cv_mdb=yes
+fi
+])
+
 dnl
 dnl 
 dnl Check POSIX Thread version 
--- ./servers/slapd/back-mdb/Makefile.in.orig   2014-10-24 10:31:30.860931076 
+0200
+++ ./servers/slapd/back-mdb/Makefile.in2014-10-24 14:33:33.803705424 
+0200
@@ -25,11 +25,10 @@
extended.lo operational.lo \
attr.lo index.lo key.lo filterindex.lo \
dn2entry.lo dn2id.lo id2entry.lo idl.lo \
-   nextid.lo monitor.lo mdb.lo midl.lo
+   nextid.lo monitor.lo
 
 LDAP_INCDIR= ../../../include   
 LDAP_LIBDIR= ../../../libraries
-MDB_SUBDIR = $(srcdir)/$(LDAP_LIBDIR)/liblmdb
 
 BUILD_OPT = "--enable-mdb"
 BUILD_MOD = @BUILD_MDB@
@@ -44,7 +43,7 @@
 
 LIBBASE = back_mdb
 
-XINCPATH = -I.. -I$(srcdir)/.. -I$(MDB_SUBDIR)
+XINCPATH = -I.. -I$(srcdir)/..
 XDEFS = $(MODULES_CPPFLAGS)
 
 all-local-lib: ../.backend
@@ -52,11 +51,5 @@
 ../.backend: lib$(LIBBASE).a
@touch $@
 
-mdb.lo:$(MDB_SUBDIR)/mdb.c
-   $(LTCOMPILE_MOD) $(MDB_SUBDIR)/mdb.c
-
-midl.lo:   $(MDB_SUBDIR)/midl.c
-   $(LTCOMPILE_MOD) $(MDB_SUBDIR)/midl.c
-
 veryclean-local-lib: FORCE
$(RM) $(XXHEADERS) $(XXSRCS) .links
--- ./configure.in.orig 2014-10-24 10:46:53.289139847 +0200
+++ ./configure.in  2014-10-24 10:51:34.372846374 +0200
@@ -519,6 +519,7 @@
 dnl Initialize vars
 LDAP_LIBS=
 BDB_LIBS=
+MDB_LIBS=
 SLAPD_NDB_LIBS=
 SLAPD_NDB_INCS=
 LTHREAD_LIBS=
@@ -1905,6 +1906,30 @@
 fi
 
 dnl 
+ol_link_mdb=no 
+
+if test $ol_enable_mdb != no; then
+   OL_MDB
+
+   if test $ol_cv_mdb = no ; then
+   AC_MSG_ERROR(MDB: LMDB not available)
+   fi
+
+   AC_DEFINE(HAVE_MDB,1,
+   [define this if LMDB is available])
+
+   dnl $ol_cv_lib_mdb should be yes or -llmdb
+   dnl (it could be no, but that would be an error
+   if test $ol_cv_lib_mdb != yes ; then
+   MDB_LIBS="$MDB_LIBS $ol_cv_lib_mdb"
+   fi
+
+   SLAPD_LIBS="$SLAPD_LIBS \$(MDB_LIBS)"
+
+   ol_link_mdb=yes 
+fi
+
+dnl 
 
 if test $ol_enable_dynamic = yes && test $enable_shared = yes ; then
BUILD_LIBS_DYNAMIC=shared
@@ -3133,6 +3158,7 @@
 AC_SUBST(LDAP_LIBS)
 AC_SUBST(SLAPD_LIBS)
 AC_SUBST(BDB_LIBS)
+AC_SUBST(MDB_LIBS)
 AC_SUBST(SLAPD_NDB_LIBS)
 AC_SUBST(SLAPD_NDB_INCS)
 AC_SUBST(LTHREAD_LIBS)






[gentoo-commits] gentoo-x86 commit in dev-python/python-poppler-qt4: ChangeLog python-poppler-qt4-0.16.3-r1.ebuild python-poppler-qt4-0.16.3.ebuild

2014-10-26 Thread Samuli Suominen (ssuominen)
ssuominen14/10/27 06:01:37

  Modified: ChangeLog
  Removed:  python-poppler-qt4-0.16.3-r1.ebuild
python-poppler-qt4-0.16.3.ebuild
  Log:
  old
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.8  dev-python/python-poppler-qt4/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-poppler-qt4/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   27 Oct 2014 05:59:08 -  1.7
+++ ChangeLog   27 Oct 2014 06:01:37 -  1.8
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/python-poppler-qt4
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler-qt4/ChangeLog,v 
1.7 2014/10/27 05:59:08 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler-qt4/ChangeLog,v 
1.8 2014/10/27 06:01:37 ssuominen Exp $
+
+  27 Oct 2014; Samuli Suominen 
+  -python-poppler-qt4-0.16.3-r1.ebuild, -python-poppler-qt4-0.16.3.ebuild:
+  old
 
 *python-poppler-qt4-0.18.1 (27 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-java/nekohtml: nekohtml-1.9.18-r1.ebuild ChangeLog

2014-10-26 Thread Johann Schmitz (ercpe)
ercpe   14/10/27 06:00:40

  Modified: ChangeLog
  Added:nekohtml-1.9.18-r1.ebuild
  Log:
  Fixed broken doc installation (bug #526898)
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  ChangesPath
1.18 dev-java/nekohtml/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/nekohtml/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   18 Oct 2014 14:31:43 -  1.17
+++ ChangeLog   27 Oct 2014 06:00:40 -  1.18
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/nekohtml
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/nekohtml/ChangeLog,v 1.17 
2014/10/18 14:31:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/nekohtml/ChangeLog,v 1.18 
2014/10/27 06:00:40 ercpe Exp $
+
+*nekohtml-1.9.18-r1 (27 Oct 2014)
+
+  27 Oct 2014; Johann Schmitz  +nekohtml-1.9.18-r1.ebuild:
+  Fixed broken doc installation (bug #526898)
 
   18 Oct 2014; Agostino Sarubbo  nekohtml-1.9.18.ebuild:
   Stable for ppc, wrt bug #518952



1.1  dev-java/nekohtml/nekohtml-1.9.18-r1.ebuild

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

Index: nekohtml-1.9.18-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-java/nekohtml/nekohtml-1.9.18-r1.ebuild,v 1.1 
2014/10/27 06:00:40 ercpe Exp $

EAPI="5"

JAVA_PKG_IUSE="doc examples source test"

inherit java-pkg-2 java-ant-2 eutils

DESCRIPTION="A simple HTML scanner and tag balancer using standard XML 
interfaces"

HOMEPAGE="http://nekohtml.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"

SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"

COMMON_DEP=">=dev-java/xerces-2.7"
DEPEND=">=virtual/jdk-1.4
test? (
dev-java/junit:0
dev-java/ant-junit:0
)
${COMMON_DEP}"
RDEPEND=">=virtual/jre-1.4
${COMMON_DEP}"

JAVA_ANT_CLASSPATH_TAGS="${JAVA_ANT_CLASSPATH_TAGS} taskdef"
JAVA_ANT_REWRITE_CLASSPATH="yes"

EANT_GENTOO_CLASSPATH="xerces-2"
EANT_TEST_GENTOO_CLASSPATH="ant-junit,junit,xerces-2"

# Do not generate docs, use bundled.
EANT_DOC_TARGET=""

java_prepare() {
find . -iname '*.jar' -delete || die
epatch "${FILESDIR}"/${P}-remove-obsolete-xerces-bridges.patch
}

src_test() {
java-pkg-2_src_test
}

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

if use doc; then
java-pkg_dojavadoc doc/javadoc
java-pkg_dohtml -r doc/*
fi

use source && java-pkg_dosrc src/org
use examples && java-pkg_doexamples src/sample
}






[gentoo-commits] gentoo-x86 commit in dev-python/python-poppler-qt4/files: python-poppler-qt4-0.18.1-update_for_new_PyQt4_build.patch

2014-10-26 Thread Samuli Suominen (ssuominen)
ssuominen14/10/27 05:59:09

  Added:   

python-poppler-qt4-0.18.1-update_for_new_PyQt4_build.patch
  Log:
  Version bump; with a patch for new PyQt4 build system; with Python 3.x 
support.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.1  
dev-python/python-poppler-qt4/files/python-poppler-qt4-0.18.1-update_for_new_PyQt4_build.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-poppler-qt4/files/python-poppler-qt4-0.18.1-update_for_new_PyQt4_build.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-poppler-qt4/files/python-poppler-qt4-0.18.1-update_for_new_PyQt4_build.patch?rev=1.1&content-type=text/plain

Index: python-poppler-qt4-0.18.1-update_for_new_PyQt4_build.patch
===
>From 099924f9b359b82696e3aa9f159616ff09d2da97 Mon Sep 17 00:00:00 2001
From: Philip Lorenz 
Date: Tue, 8 Jul 2014 18:23:49 +0200
Subject: [PATCH 3/3] Support PyQt's "new" build system

PyQt4 ships with a configure.py and configure-ng.py script for
configuration. The former produced the "pyqtconfig" module which was
used to determine various flags required for compilation of
python-poppler-qt4. The configure.py script has been causing some issues
([1]) and upstream suggests to use configure-ng.py instead as the old
configuration script is deprecated ([2]).

This patch adapts setup.py to work without the "pyqtconfig" module by
looking up the required config values via the new mechanisms endorsed by
upstream. Additionally, it adds the --qt-include-dir, --pyqt-sip-dir,
--pyqt-sip-flags command line arguments to the "build_ext" command which
can be used to set those values manually.

[1] http://www.riverbankcomputing.com/pipermail/pyqt/2014-June/034344.html
[2] http://www.riverbankcomputing.com/pipermail/pyqt/2014-June/034354.html
---
 setup.py | 114 ---
 1 file changed, 94 insertions(+), 20 deletions(-)

diff --git a/setup.py b/setup.py
index 56f3e3f..c43c5e4 100644
--- a/setup.py
+++ b/setup.py
@@ -56,14 +56,6 @@ except ImportError:
 pass
 ### end
 
-import PyQt4.pyqtconfig
-config = PyQt4.pyqtconfig.Configuration()
-
-pyqt_sip_dir = config.pyqt_sip_dir
-pyqt_sip_flags = config.pyqt_sip_flags
-qt_inc_dir = config.qt_inc_dir
-
-
 def pkg_config(package, attrs=None, include_only=False):
 """parse the output of pkg-config for a package.
 
@@ -107,17 +99,8 @@ def pkg_config_version(package):
 return tuple(map(int, re.findall(r'\d+', output)))
 except OSError:
 sys.stderr.write("Can't determine version of %s\n" % package)
-
-
-ext_args = {
-'include_dirs': [
-qt_inc_dir,
-os.path.join(qt_inc_dir, 'QtCore'),
-os.path.join(qt_inc_dir, 'QtGui'),
-os.path.join(qt_inc_dir, 'QtXml'),
-],
-}
 
+ext_args = {}
 pkg_config('poppler-qt4', ext_args)
 
 if 'libraries' not in ext_args:
@@ -131,17 +114,108 @@ class build_ext(build_ext_base):
 
 user_options = build_ext_base.user_options + [
 ('poppler-version=', None, "version of the poppler library"),
+('qmake-bin=', None, "Path to qmake binary"),
+('qt-include-dir=', None, "Path to Qt headers"),
+('pyqt-sip-dir=', None, "Path to PyQt's SIP files"),
+('pyqt-sip-flags=', None, "SIP flags used to generate PyQt bindings")
 ]
 
 def initialize_options (self):
 build_ext_base.initialize_options(self)
 self.poppler_version = None
 
+self.qmake_bin = 'qmake'
+
+self.qt_include_dir = None
+self.pyqt_sip_dir = None
+self.pyqt_sip_flags = None
+
 def finalize_options (self):
 build_ext_base.finalize_options(self)
+
+if not self.qt_include_dir:
+self.qt_include_dir = self.__find_qt_include_dir()
+
+if not self.pyqt_sip_dir:
+self.pyqt_sip_dir = self.__find_pyqt_sip_dir()
+
+if not self.pyqt_sip_flags:
+self.pyqt_sip_flags = self.__find_pyqt_sip_flags()
+
+if not self.qt_include_dir:
+raise SystemExit('Could not find Qt4 headers. '
+ 'Please specify via --qt-include-dir=')
+
+if not self.pyqt_sip_dir:
+raise SystemExit('Could not find PyQt SIP files. '
+ 'Please specify containing directory via '
+ '--pyqt-sip-dir=')
+
+if not self.pyqt_sip_flags:
+raise SystemExit('Could not find PyQt SIP flags. '
+ 'Please specify via --pyqt-sip-flags=')
+
+self.include_dirs += (self.qt_include_dir,
+  os.path.join(self.qt_include_dir, 'QtCore'),
+  os.path.join(self.qt_include_dir, 'QtGui'),
+

[gentoo-commits] gentoo-x86 commit in dev-python/python-poppler-qt4: python-poppler-qt4-0.18.1.ebuild ChangeLog

2014-10-26 Thread Samuli Suominen (ssuominen)
ssuominen14/10/27 05:59:09

  Modified: ChangeLog
  Added:python-poppler-qt4-0.18.1.ebuild
  Log:
  Version bump; with a patch for new PyQt4 build system; with Python 3.x 
support.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.7  dev-python/python-poppler-qt4/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-poppler-qt4/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   17 Mar 2013 17:14:40 -  1.6
+++ ChangeLog   27 Oct 2014 05:59:08 -  1.7
@@ -1,6 +1,14 @@
 # ChangeLog for dev-python/python-poppler-qt4
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler-qt4/ChangeLog,v 
1.6 2013/03/17 17:14:40 floppym Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler-qt4/ChangeLog,v 
1.7 2014/10/27 05:59:08 ssuominen Exp $
+
+*python-poppler-qt4-0.18.1 (27 Oct 2014)
+
+  27 Oct 2014; Samuli Suominen 
+  +files/python-poppler-qt4-0.18.1-update_for_new_PyQt4_build.patch,
+  +python-poppler-qt4-0.18.1.ebuild:
+  Version bump; with a patch for new PyQt4 build system; with Python 3.x
+  support.
 
 *python-poppler-qt4-0.16.3-r1 (17 Mar 2013)
 



1.1  
dev-python/python-poppler-qt4/python-poppler-qt4-0.18.1.ebuild

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

Index: python-poppler-qt4-0.18.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/python-poppler-qt4/python-poppler-qt4-0.18.1.ebuild,v
 1.1 2014/10/27 05:59:08 ssuominen Exp $

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

inherit distutils-r1 eutils

DESCRIPTION="A python binding for libpoppler-qt4"
HOMEPAGE="http://code.google.com/p/python-poppler-qt4/";
SRC_URI="http://github.com/wbsoft/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="app-text/poppler:=[qt4]
dev-python/PyQt4[${PYTHON_USEDEP}]
>=dev-python/sip-4.9.1[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"

src_prepare() {
epatch "${FILESDIR}"/${P}-update_for_new_PyQt4_build.patch
distutils-r1_src_prepare
}






[gentoo-commits] gentoo-x86 commit in net-analyzer/snort: snort-2.9.7.0.ebuild ChangeLog

2014-10-26 Thread Patrick Lauer (patrick)
patrick 14/10/27 05:47:33

  Modified: ChangeLog
  Added:snort-2.9.7.0.ebuild
  Log:
  Bump for #526774
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.207net-analyzer/snort/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/snort/ChangeLog,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -r1.206 -r1.207
--- ChangeLog   25 Aug 2014 02:49:16 -  1.206
+++ ChangeLog   27 Oct 2014 05:47:33 -  1.207
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/snort
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/ChangeLog,v 1.206 
2014/08/25 02:49:16 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/ChangeLog,v 1.207 
2014/10/27 05:47:33 patrick Exp $
+
+*snort-2.9.7.0 (27 Oct 2014)
+
+  27 Oct 2014; Patrick Lauer  +snort-2.9.7.0.ebuild:
+  Bump for #526774
 
 *snort-2.9.6.2 (25 Aug 2014)
 



1.1  net-analyzer/snort/snort-2.9.7.0.ebuild

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

Index: snort-2.9.7.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.9.7.0.ebuild,v 
1.1 2014/10/27 05:47:33 patrick Exp $

EAPI="5"
inherit autotools multilib user

DESCRIPTION="The de facto standard for intrusion detection/prevention"
HOMEPAGE="http://www.snort.org/";
SRC_URI="https://www.snort.org/downloads/${PN}/${P}.tar.gz";
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="static +gre +mpls +targetbased +ppm +perfprofiling
+non-ether-decoders control-socket file-inspect high-availability
shared-rep side-channel sourcefire linux-smp-stats inline-init-failopen
+threads debug +active-response +normalizer reload-error-restart
+react +flexresp3 large-pcap-64bit selinux"

DEPEND=">=net-libs/libpcap-1.3.0
>=net-libs/daq-2.0.2
>=dev-libs/libpcre-8.33
dev-libs/libdnet
sys-libs/zlib"

RDEPEND="${DEPEND}
selinux? ( sec-policy/selinux-snort )"

REQUIRED_USE="!kernel_linux? ( !shared-rep )"

pkg_setup() {

# pre_inst() is a better place to put this
# but we need it here for the 'fowners' statements in src_install()
enewgroup snort
enewuser snort -1 -1 /dev/null snort

}

src_prepare() {

# Multilib fix for the sf_engine
ebegin "Applying multilib fix"
sed -i -e 's|${exec_prefix}/lib|${exec_prefix}/'$(get_libdir)'|g' \
"${WORKDIR}/${P}/src/dynamic-plugins/sf_engine/Makefile.am" \
|| die "sed for sf_engine failed"

# Multilib fix for the curent set of dynamic-preprocessors
for i in file ftptelnet smtp ssh dns ssl dcerpc2 sdf imap pop sip 
reputation gtp modbus dnp3; do
sed -i -e 
's|${exec_prefix}/lib|${exec_prefix}/'$(get_libdir)'|g' \

"${WORKDIR}/${P}/src/dynamic-preprocessors/$i/Makefile.am" \
|| die "sed for $i failed."
done
eend

AT_M4DIR=m4 eautoreconf
}

src_configure() {

econf \
$(use_enable !static shared) \
$(use_enable static) \
$(use_enable static so-with-static-lib) \
$(use_enable gre) \
$(use_enable mpls) \
$(use_enable targetbased) \
$(use_enable control-socket) \
$(use_enable file-inspect) \
$(use_enable high-availability ha) \
$(use_enable non-ether-decoders) \
$(use_enable shared-rep) \
$(use_enable side-channel) \
$(use_enable sourcefire) \
$(use_enable ppm) \
$(use_enable perfprofiling) \
$(use_enable linux-smp-stats) \
$(use_enable inline-init-failopen) \
$(use_enable threads pthread) \
$(use_enable debug) \
$(use_enable debug debug-msgs) \
$(use_enable debug corefiles) \
$(use_enable !debug dlclose) \
$(use_enable active-response) \
$(use_enable

[gentoo-commits] gentoo-x86 commit in app-text/krop: krop-0.4.6.ebuild ChangeLog

2014-10-26 Thread Samuli Suominen (ssuominen)
ssuominen14/10/27 05:46:07

  Modified: krop-0.4.6.ebuild ChangeLog
  Log:
  Remove obsolete python2_6 support in favour of python2_7, mimicing what's 
being done in dev-python/python-poppler-qt4.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.2  app-text/krop/krop-0.4.6.ebuild

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

Index: krop-0.4.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/krop/krop-0.4.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- krop-0.4.6.ebuild   10 Oct 2014 15:45:09 -  1.1
+++ krop-0.4.6.ebuild   27 Oct 2014 05:46:07 -  1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/krop/krop-0.4.6.ebuild,v 1.1 
2014/10/10 15:45:09 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/krop/krop-0.4.6.ebuild,v 1.2 
2014/10/27 05:46:07 ssuominen Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit eutils distutils-r1
 



1.2  app-text/krop/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/krop/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   10 Oct 2014 15:45:09 -  1.1
+++ ChangeLog   27 Oct 2014 05:46:07 -  1.2
@@ -1,10 +1,13 @@
 # ChangeLog for app-text/krop
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/krop/ChangeLog,v 1.1 2014/10/10 
15:45:09 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/krop/ChangeLog,v 1.2 2014/10/27 
05:46:07 ssuominen Exp $
+
+  27 Oct 2014; Samuli Suominen  krop-0.4.6.ebuild:
+  Remove obsolete python2_6 support in favour of python2_7, mimicing what's
+  being done in dev-python/python-poppler-qt4.
 
 *krop-0.4.6 (10 Oct 2014)
 
   10 Oct 2014; Andreas K. Huettel  +krop-0.4.6.ebuild,
   +metadata.xml:
   New package. Based on the ebuild by Armin Straub (upstream author).
-






[gentoo-commits] gentoo-x86 commit in media-sound/frescobaldi: ChangeLog frescobaldi-2.0.13.ebuild frescobaldi-2.0.14.ebuild frescobaldi-2.0.15.ebuild

2014-10-26 Thread Samuli Suominen (ssuominen)
ssuominen14/10/27 05:44:48

  Modified: ChangeLog
  Removed:  frescobaldi-2.0.13.ebuild frescobaldi-2.0.14.ebuild
frescobaldi-2.0.15.ebuild
  Log:
  old
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.28 media-sound/frescobaldi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/frescobaldi/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   20 Jun 2014 07:12:15 -  1.27
+++ ChangeLog   27 Oct 2014 05:44:48 -  1.28
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/frescobaldi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/frescobaldi/ChangeLog,v 1.27 
2014/06/20 07:12:15 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/frescobaldi/ChangeLog,v 1.28 
2014/10/27 05:44:48 ssuominen Exp $
+
+  27 Oct 2014; Samuli Suominen 
+  -frescobaldi-2.0.13.ebuild, -frescobaldi-2.0.14.ebuild,
+  -frescobaldi-2.0.15.ebuild:
+  old
 
 *frescobaldi-2.0.16 (20 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in net-nds/openldap: metadata.xml ChangeLog openldap-2.4.40-r1.ebuild

2014-10-26 Thread Robin H. Johnson (robbat2)
robbat2 14/10/27 05:33:59

  Modified: metadata.xml ChangeLog
  Added:openldap-2.4.40-r1.ebuild
  Log:
  Bug #525110: Improve handling for DB-6; Bug #525408: fix init script; Bug 
#525126: use external lmdb
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.9  net-nds/openldap/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/metadata.xml?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/metadata.xml?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/metadata.xml?r1=1.8&r2=1.9

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-nds/openldap/metadata.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- metadata.xml3 Dec 2012 06:23:55 -   1.8
+++ metadata.xml27 Oct 2014 05:33:58 -  1.9
@@ -12,5 +12,6 @@
Enable overlay for syncing ldap, 
unix and
lanman passwords
Build libraries & userspace tools 
only. Does not install any server code.
+   Make the built binaries safe for 
redistribution: Disables use of Berkeley DB 6

 



1.481net-nds/openldap/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/ChangeLog?rev=1.481&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/ChangeLog?rev=1.481&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/ChangeLog?r1=1.480&r2=1.481

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-nds/openldap/ChangeLog,v
retrieving revision 1.480
retrieving revision 1.481
diff -u -r1.480 -r1.481
--- ChangeLog   13 Oct 2014 21:03:06 -  1.480
+++ ChangeLog   27 Oct 2014 05:33:58 -  1.481
@@ -1,6 +1,14 @@
 # ChangeLog for net-nds/openldap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/ChangeLog,v 1.480 
2014/10/13 21:03:06 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/ChangeLog,v 1.481 
2014/10/27 05:33:58 robbat2 Exp $
+
+*openldap-2.4.40-r1 (27 Oct 2014)
+
+  27 Oct 2014; Robin H. Johnson 
+  +files/openldap-2.4.40-db-6.patch, +files/slapd-initd-2.4.40-r1,
+  +openldap-2.4.40-r1.ebuild, metadata.xml:
+  Bug #525110: Improve handling for DB-6; Bug #525408: fix init script; Bug
+  #525126: use external lmdb
 
   13 Oct 2014; Robin H. Johnson  openldap-2.4.40.ebuild:
   Bug #440470: Clean up elog stuff with Arfrever's suggestion.



1.1  net-nds/openldap/openldap-2.4.40-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/openldap-2.4.40-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/openldap-2.4.40-r1.ebuild?rev=1.1&content-type=text/plain

Index: openldap-2.4.40-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.40-r1.ebuild,v 
1.1 2014/10/27 05:33:58 robbat2 Exp $

EAPI="5"

inherit db-use eutils flag-o-matic multilib multilib-minimal ssl-cert 
versionator toolchain-funcs autotools user systemd

BIS_PN=rfc2307bis.schema
BIS_PV=20140524
BIS_P="${BIS_PN}-${BIS_PV}"

DESCRIPTION="LDAP suite of application and development tools"
HOMEPAGE="http://www.OpenLDAP.org/";

# mirrors are mostly not working, using canonical URI
SRC_URI="ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${P}.tgz
 mirror://gentoo/${BIS_P}"

LICENSE="OPENLDAP GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~x86-solaris"

IUSE_DAEMON="crypt icu samba slp tcpd experimental minimal"
IUSE_BACKEND="+berkdb +bindist"
IUSE_OVERLAY="overlays perl"
IUSE_OPTIONAL="gnutls iodbc sasl ssl odbc debug ipv6 +syslog selinux 
static-libs"
IUSE_CONTRIB="smbkrb5passwd kerberos"
IUSE_CONTRIB="${IUSE_CONTRIB} -cxx"
IUSE="${IUSE_DAEMON} ${IUSE_BACKEND} ${IUSE_OVERLAY} ${IUSE_OPTIONAL} 
${IUSE_CONTRIB}"

REQUIRED_USE="cxx? ( sasl )"
# This is only actually applicable if linking against db-6
RESTRICT="!minimal? ( !bindist? ( berkdb? ( bindist ) ) )"

# always list newer first
BDB_SLOTS='6.1 6.0 5.3 5.1 4.8 4.7 4.6 4.5 4.4'

# openssl is needed to generate lanman-passwords required by samba
RDEPEND="icu? ( dev-libs/icu:= )
ssl? ( !gnutls? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] )
gnutls? ( >=net-libs/gnutls-2.12.23-r6[${MULTILIB_U

[gentoo-commits] gentoo-x86 commit in net-nds/openldap/files: openldap-2.4.40-db-6.patch slapd-initd-2.4.40-r1

2014-10-26 Thread Robin H. Johnson (robbat2)
robbat2 14/10/27 05:33:59

  Added:openldap-2.4.40-db-6.patch slapd-initd-2.4.40-r1
  Log:
  Bug #525110: Improve handling for DB-6; Bug #525408: fix init script; Bug 
#525126: use external lmdb
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  net-nds/openldap/files/openldap-2.4.40-db-6.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/files/openldap-2.4.40-db-6.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/files/openldap-2.4.40-db-6.patch?rev=1.1&content-type=text/plain

Index: openldap-2.4.40-db-6.patch
===
Re-allow building with >= BerkeleyDB-6.0.20.

If you do build/link against this version, please note that the licenses
PROHIBIT distribution of the binaries. We will enforce RESTRICT=bindist for
this.

X-Gentoo-Bug: 525110
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=525110

diff -ur openldap-2.4.40/build/openldap.m4 openldap-2.4.40.fix/build/openldap.m4
--- openldap-2.4.40/build/openldap.m4   2014-09-19 05:48:49.0 +0400
+++ openldap-2.4.40.fix/build/openldap.m4   2014-10-16 15:51:38.223985217 
+0400
@@ -553,13 +553,10 @@
 
 #define DB_VERSION_FULL
((DB_VERSION_MAJOR<<16)|(DB_VERSION_MINOR<<8)|DB_VERSION_PATCH)
 
-/* require 4.4 or later, but less than 6.0.20 */
-#if DB_VERSION_FULL >= 0x040400 && DB_VERSION_FULL < 0x060014
+/* require 4.4 or later */
+#if DB_VERSION_FULL >= 0x040400
__db_version_compat
 #endif
-#if DB_VERSION_FULL >= 0x060014
-#error "BerkeleyDB 6.0.20+ license is incompatible with LDAP"
-#endif
], [ol_cv_bdb_compat=yes], [ol_cv_bdb_compat=no])])
 ])
 



1.1  net-nds/openldap/files/slapd-initd-2.4.40-r1

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/files/slapd-initd-2.4.40-r1?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/files/slapd-initd-2.4.40-r1?rev=1.1&content-type=text/plain

Index: slapd-initd-2.4.40-r1
===
#!/sbin/runscript
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-nds/openldap/files/slapd-initd-2.4.40-r1,v 1.1 
2014/10/27 05:33:59 robbat2 Exp $

extra_commands="checkconfig"

[ -z "$INSTANCE" ] && INSTANCE="openldap${SVCNAME#slapd}"
PIDDIR=/run/openldap
PIDFILE=$PIDDIR/$SVCNAME.pid

depend() {
need net
before dbus hald avahi-daemon
provide ldap
}

start() {
checkpath -q -d ${PIDDIR} -o ldap:ldap 
if ! checkconfig -Q ; then
eerror "There is a problem with your slapd.conf!"
return 1
fi
ebegin "Starting ldap-server"
[ -n "$KRB5_KTNAME" ] && export KRB5_KTNAME
eval start-stop-daemon --start --pidfile ${PIDFILE} --exec 
/usr/lib/openldap/slapd -- -u ldap -g ldap "${OPTS}"
eend $?
}

stop() {
ebegin "Stopping ldap-server"
start-stop-daemon --stop --signal 2 --quiet --pidfile ${PIDFILE}
eend $?
}

checkconfig() {
# checks requested by bug #502948
# Step 1: extract the last valid config file or config dir
set -- $OPTS
while [ -n "$*" ]; do
opt=$1 ; shift
if [ "$opt" = "-f" -o "$opt" = "-F" ] ; then
CONF=$1
shift
fi
done
set --
# Fallback
CONF=${CONF-/etc/openldap/slapd.conf}
[ -d $CONF ] && CONF=${CONF}/*
DBDIRS=`eval awk '/^(directory|olcDbDirectory:)/{print $2}' $CONF`
for d in $DBDIRS; do
if [ ! -d $d ]; then
eerror "Directory $d in config does not exist!"
return 1
fi
/usr/bin/find $d ! -name DB_CONFIG ! -user ldap -o ! -group 
ldap |grep -sq .
if [ $? -ne 0 ]; then
ewarn "You have files in $d not owned by the ldap user, 
you must ensure they are accessible to the slapd instance!"
fi
[ ! -e $d/DB_CONFIG ] && ewarn "$d/DB_CONFIG does not exist, 
slapd performance may be sub-optimal" 
done
# now test the config fully
/usr/sbin/slaptest -u "$@" ${OPTS_CONF}
}






[gentoo-commits] gentoo-x86 commit in dev-db/lmdb: lmdb-0.9.14.ebuild ChangeLog

2014-10-26 Thread Robin H. Johnson (robbat2)
robbat2 14/10/27 05:29:53

  Modified: lmdb-0.9.14.ebuild ChangeLog
  Log:
  Copy keywords from openldap, because this code came from there.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  dev-db/lmdb/lmdb-0.9.14.ebuild

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

Index: lmdb-0.9.14.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/lmdb/lmdb-0.9.14.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lmdb-0.9.14.ebuild  23 Oct 2014 11:57:40 -  1.1
+++ lmdb-0.9.14.ebuild  27 Oct 2014 05:29:53 -  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-db/lmdb/lmdb-0.9.14.ebuild,v 1.1 
2014/10/23 11:57:40 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/lmdb/lmdb-0.9.14.ebuild,v 1.2 
2014/10/27 05:29:53 robbat2 Exp $
 
 EAPI=5
 inherit toolchain-funcs
@@ -12,7 +12,7 @@
 
 LICENSE="OPENLDAP"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~ppc-aix 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x86-solaris"
 IUSE="static-libs"
 
 DEPEND=""



1.12 dev-db/lmdb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/lmdb/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   23 Oct 2014 11:57:40 -  1.11
+++ ChangeLog   27 Oct 2014 05:29:53 -  1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/lmdb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/lmdb/ChangeLog,v 1.11 2014/10/23 
11:57:40 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/lmdb/ChangeLog,v 1.12 2014/10/27 
05:29:53 robbat2 Exp $
+
+  27 Oct 2014; Robin H. Johnson  lmdb-0.9.14.ebuild:
+  Copy keywords from openldap, because this code came from there.
 
 *lmdb-0.9.14 (23 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in app-text/catdoc: metadata.xml ChangeLog catdoc-0.94.4-r1.ebuild

2014-10-26 Thread Tim Harder (radhermit)
radhermit14/10/27 05:27:08

  Modified: metadata.xml ChangeLog
  Added:catdoc-0.94.4-r1.ebuild
  Log:
  Only install wordview.desktop when tk support is enabled (bug #522766), add 
myself as maintainer.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.3  app-text/catdoc/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-text/catdoc/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml12 Mar 2007 23:44:45 -  1.2
+++ metadata.xml27 Oct 2014 05:27:08 -  1.3
@@ -1,5 +1,9 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-tex
+   
+   radher...@gentoo.org
+   Tim Harder
+   
+   tex
 



1.33 app-text/catdoc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/catdoc/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   27 Oct 2014 05:18:44 -  1.32
+++ ChangeLog   27 Oct 2014 05:27:08 -  1.33
@@ -1,6 +1,13 @@
 # ChangeLog for app-text/catdoc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/ChangeLog,v 1.32 2014/10/27 
05:18:44 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/ChangeLog,v 1.33 2014/10/27 
05:27:08 radhermit Exp $
+
+*catdoc-0.94.4-r1 (27 Oct 2014)
+
+  27 Oct 2014; Tim Harder  +catdoc-0.94.4-r1.ebuild,
+  metadata.xml:
+  Only install wordview.desktop when tk support is enabled (bug #522766), add
+  myself as maintainer.
 
   27 Oct 2014; Tim Harder  -catdoc-0.94.2.ebuild,
   -catdoc-0.94.2-r2.ebuild:



1.1  app-text/catdoc/catdoc-0.94.4-r1.ebuild

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

Index: catdoc-0.94.4-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/catdoc-0.94.4-r1.ebuild,v 
1.1 2014/10/27 05:27:08 radhermit Exp $

EAPI=5
WANT_AUTOMAKE=none

inherit autotools eutils

DESCRIPTION="Converter for Microsoft Word, Excel, PowerPoint and RTF files to 
text"
HOMEPAGE="http://www.wagner.pp.ru/~vitus/software/catdoc/";
SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${P/-/_}.orig.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~ppc-macos ~x86-macos ~x64-solaris 
~x86-solaris"
IUSE="tk"

DEPEND="tk? ( >=dev-lang/tk-8.1 )"

DOCS="CODING.STD CREDITS NEWS README TODO"

src_prepare() {
epatch "${FILESDIR}"/${PN}-0.94.2-flags.patch
epatch "${FILESDIR}"/${PN}-0.94.2+autoconf-2.63.patch
epatch "${FILESDIR}"/${P}-destdir.patch
epatch "${FILESDIR}"/${P}-desktop.patch

# only install wordview.desktop when tk is enabled (bug #522766)
if ! use tk ; then
sed -i 's/ desktop//' Makefile.in || die
fi

# Fix for case-insensitive filesystems
echo ".PHONY: all install clean distclean dist" >> Makefile.in

eautoconf
}

src_configure() {
econf --with-install-root="${D}" \
$(use_with tk wish "${EPREFIX}"/usr/bin/wish) \
$(use_enable tk wordview)
}

src_compile() {
emake LIB_DIR="${EPREFIX}"/usr/share/catdoc
}

src_install() {
emake -j1 mandir="${EPREFIX}"/usr/share/man/man1 install

if [[ -e ${ED}/usr/bin/xls2csv ]]; then
einfo "Renaming xls2csv to xls2csv-${PN} because of bug 314657."
mv -vf "${ED}"/usr/bin/xls2csv "${ED}"/usr/bin/xls2csv-${PN} || 
die
fi

dodoc ${DOCS}
}






[gentoo-commits] gentoo-x86 commit in app-text/catdoc: ChangeLog catdoc-0.94.2.ebuild catdoc-0.94.2-r2.ebuild

2014-10-26 Thread Tim Harder (radhermit)
radhermit14/10/27 05:18:44

  Modified: ChangeLog
  Removed:  catdoc-0.94.2.ebuild catdoc-0.94.2-r2.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.32 app-text/catdoc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/catdoc/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   13 Sep 2014 17:07:11 -  1.31
+++ ChangeLog   27 Oct 2014 05:18:44 -  1.32
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/catdoc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/ChangeLog,v 1.31 2014/09/13 
17:07:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/ChangeLog,v 1.32 2014/10/27 
05:18:44 radhermit Exp $
+
+  27 Oct 2014; Tim Harder  -catdoc-0.94.2.ebuild,
+  -catdoc-0.94.2-r2.ebuild:
+  Remove old.
 
   13 Sep 2014; Agostino Sarubbo  catdoc-0.94.4.ebuild:
   Stable for x86, wrt bug #440942






[gentoo-commits] gentoo-x86 commit in app-text/restview: metadata.xml ChangeLog restview-2.1.1.ebuild Manifest

2014-10-26 Thread Tim Harder (radhermit)
radhermit14/10/27 05:16:06

  Added:metadata.xml ChangeLog restview-2.1.1.ebuild
Manifest
  Log:
  Initial import.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.1  app-text/restview/metadata.xml

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

Index: metadata.xml
===

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


radher...@gentoo.org
Tim Harder





1.1  app-text/restview/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for app-text/restview
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-text/restview/ChangeLog,v 1.1 2014/10/27 
05:16:06 radhermit Exp $

*restview-2.1.1 (27 Oct 2014)

  27 Oct 2014; Tim Harder  +restview-2.1.1.ebuild,
  +metadata.xml:
  Initial import.




1.1  app-text/restview/restview-2.1.1.ebuild

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

Index: restview-2.1.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/restview/restview-2.1.1.ebuild,v 
1.1 2014/10/27 05:16:06 radhermit Exp $

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

inherit distutils-r1

DESCRIPTION="reStructuredText viewer"
HOMEPAGE="https://mg.pov.lt/restview/";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/docutils[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
test? ( dev-python/mock[${PYTHON_USEDEP}] )
"

DOCS=( README.rst CHANGES.rst )

python_test() {
esetup.py test
}



1.1  app-text/restview/Manifest

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

Index: Manifest
===
DIST restview-2.1.1.tar.gz 24948 SHA256 
1bf9e845078d05e7cda31bba6fed24a74ffe46f4f466b7b28c39650801724c1f SHA512 
c74158d415940c3240b248ec83b1d9c79fa7e279b05a118f04fd5caf6273ef6ba4944a62cf8832e6e214b256962fc559abf42f28a636f4e3140dad9d88fe0cf0
 WHIRLPOOL 
5986fe67814806eff6c566cb8ba5cd426de984a74740ec50a16790f67029e0d28a33087ec0de1f016461bce725cfbe9921bf8bedef7ffc4603fb9dfcf567c765
EBUILD restview-2.1.1.ebuild 650 SHA256 
2a13a1c107c6ed44469efb2aa8f2562c9f73162e78c5f4f3ce5206e2f5b64e61 SHA512 
a483f5b1ac6d49678025833310ef1d6c53f2e57df208fab6faecca47102acd9a027c5a17984b7a97f5d06d0b1b78dad411aba1073e81d81dc05b2da6d4d49688
 WHIRLPOOL 
3d98f79b0c58ea11ca34bf0443eaf0a3235a45cc3a8f876af6c306004542e2456adc8dee608664313921c3831cc6ef20a6a288d09c7a0bf9b6243a795dc3
MISC ChangeLog 258 SHA256 
e21a3b5b7b4868ac1e70cd1d16e048536c5b1dd0a2dbedc428f28a9e003581a5 SHA512 
6f93fb28300422db76d66487c38526d78125d1f313ba2c2cbaea2d5b53e1a35f2f02677ce9fab0ed33519139aa9e0af4261f097333c89d9eed38fd287b049bc6
 WHIRLPOOL 
cffc459013cbca391fe8fbb3a078e17a6b7c3ce95cd331aa790cd54f47dd3d0b5ce8044d16e68004efd214dc7b3bd60d845ce12cfbb3577dd96cfdea2ca1a81d
MISC metadata.xml 232 SHA256 
a778e40f66cb2fa35529e4f45cb8356c8b1b109163cd939396f02e8ea6aa5f1a SHA512 
6952f63da1c92a4ed7ddb87b5eb4003d123f0b7af6ffdbc9118159c97ddf18917e8ac7727285a42c07c64e52a40335bc2ef9f17261557617beb8c2226a391873
 WHIRLPOOL 
0a4441f075f8af01588da2aac3e03732f93463b8bea5e46749d37e1468452735d15f45243b930b3346c93734f8aa235a492030445fee471a95d2c5998f08e7de






[gentoo-commits] gentoo-x86 commit in app-text/restview: - New directory

2014-10-26 Thread Tim Harder (radhermit)
radhermit14/10/27 05:13:10

  Log:
  Directory /var/cvsroot/gentoo-x86/app-text/restview added to the repository



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

2014-10-26 Thread Anthony G. Basile (blueness)
blueness14/10/27 03:27:03

  Modified: ChangeLog
  Added:hardened-sources-3.17.1-r1.ebuild
  Log:
  vanilla-3.17.1 + genpatches-3.17.3 + grsecurity-3.0-3.17.1-201410250027
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.1166   sys-kernel/hardened-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1165
retrieving revision 1.1166
diff -u -r1.1165 -r1.1166
--- ChangeLog   27 Oct 2014 03:19:49 -  1.1165
+++ ChangeLog   27 Oct 2014 03:27:03 -  1.1166
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1165 2014/10/27 03:19:49 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1166 2014/10/27 03:27:03 blueness Exp $
+
+*hardened-sources-3.17.1-r1 (27 Oct 2014)
+
+  27 Oct 2014; Anthony G. Basile 
+  +hardened-sources-3.17.1-r1.ebuild:
+  vanilla-3.17.1 + genpatches-3.17.3 + grsecurity-3.0-3.17.1-201410250027
 
 *hardened-sources-3.14.22-r1 (27 Oct 2014)
 



1.1  
sys-kernel/hardened-sources/hardened-sources-3.17.1-r1.ebuild

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

Index: hardened-sources-3.17.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.17.1-r1.ebuild,v
 1.1 2014/10/27 03:27:03 blueness Exp $

EAPI="5"

ETYPE="sources"
K_WANT_GENPATCHES="base"
K_GENPATCHES_VER="3"
K_DEBLOB_AVAILABLE="1"

inherit kernel-2
detect_version

HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2"
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}"

UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
UNIPATCH_EXCLUDE="
1500_XATTR_USER_PREFIX.patch
2900_dev-root-proc-mount-fix.patch"

DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
HOMEPAGE="http://www.gentoo.org/proj/en/hardened/";
IUSE="deblob"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"

RDEPEND=">=sys-devel/gcc-4.5"

pkg_postinst() {
kernel-2_pkg_postinst

local GRADM_COMPAT="sys-apps/gradm-3.0*"

ewarn
ewarn "Users of grsecurity's RBAC system must ensure they are using"
ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
ewarn "It is strongly recommended that the following command is issued"
ewarn "prior to booting a ${PF} kernel for the first time:"
ewarn
ewarn "emerge -na =${GRADM_COMPAT}"
ewarn
}






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

2014-10-26 Thread Anthony G. Basile (blueness)
blueness14/10/27 03:19:49

  Modified: ChangeLog
  Added:hardened-sources-3.14.22-r1.ebuild
  Log:
  vanilla-3.14.22 + genpatches-3.14-26 + grsecurity-3.0-3.14.22-201410250026
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.1165   sys-kernel/hardened-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1164
retrieving revision 1.1165
diff -u -r1.1164 -r1.1165
--- ChangeLog   27 Oct 2014 03:18:20 -  1.1164
+++ ChangeLog   27 Oct 2014 03:19:49 -  1.1165
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1164 2014/10/27 03:18:20 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1165 2014/10/27 03:19:49 blueness Exp $
+
+*hardened-sources-3.14.22-r1 (27 Oct 2014)
+
+  27 Oct 2014; Anthony G. Basile 
+  +hardened-sources-3.14.22-r1.ebuild:
+  vanilla-3.14.22 + genpatches-3.14-26 + grsecurity-3.0-3.14.22-201410250026
 
 *hardened-sources-3.2.63-r7 (27 Oct 2014)
 



1.1  
sys-kernel/hardened-sources/hardened-sources-3.14.22-r1.ebuild

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

Index: hardened-sources-3.14.22-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.14.22-r1.ebuild,v
 1.1 2014/10/27 03:19:49 blueness Exp $

EAPI="5"

ETYPE="sources"
K_WANT_GENPATCHES="base"
K_GENPATCHES_VER="26"
K_DEBLOB_AVAILABLE="1"

inherit kernel-2
detect_version

HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2"
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}"

UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
UNIPATCH_EXCLUDE="
1500_XATTR_USER_PREFIX.patch
2900_dev-root-proc-mount-fix.patch"

DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
HOMEPAGE="http://www.gentoo.org/proj/en/hardened/";
IUSE="deblob"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"

RDEPEND=">=sys-devel/gcc-4.5"

pkg_postinst() {
kernel-2_pkg_postinst

local GRADM_COMPAT="sys-apps/gradm-3.0*"

ewarn
ewarn "Users of grsecurity's RBAC system must ensure they are using"
ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
ewarn "It is strongly recommended that the following command is issued"
ewarn "prior to booting a ${PF} kernel for the first time:"
ewarn
ewarn "emerge -na =${GRADM_COMPAT}"
ewarn
}






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

2014-10-26 Thread Anthony G. Basile (blueness)
blueness14/10/27 03:18:20

  Modified: ChangeLog
  Added:hardened-sources-3.2.63-r7.ebuild
  Log:
  vanilla-3.2.63 + genpatches-3.2-16 + grsecurity-3.0-3.2.63-201410250023
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.1164   sys-kernel/hardened-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1163
retrieving revision 1.1164
diff -u -r1.1163 -r1.1164
--- ChangeLog   24 Oct 2014 13:23:42 -  1.1163
+++ ChangeLog   27 Oct 2014 03:18:20 -  1.1164
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1163 2014/10/24 13:23:42 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1164 2014/10/27 03:18:20 blueness Exp $
+
+*hardened-sources-3.2.63-r7 (27 Oct 2014)
+
+  27 Oct 2014; Anthony G. Basile 
+  +hardened-sources-3.2.63-r7.ebuild:
+  vanilla-3.2.63 + genpatches-3.2-16 + grsecurity-3.0-3.2.63-201410250023
 
 *hardened-sources-3.2.63-r6 (24 Oct 2014)
 



1.1  
sys-kernel/hardened-sources/hardened-sources-3.2.63-r7.ebuild

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

Index: hardened-sources-3.2.63-r7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.63-r7.ebuild,v
 1.1 2014/10/27 03:18:20 blueness Exp $

EAPI="5"

ETYPE="sources"
K_WANT_GENPATCHES="base extras"
K_GENPATCHES_VER="16"
K_DEBLOB_AVAILABLE="1"

inherit kernel-2
detect_version

HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-8"
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}"

UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.6.patch"

DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
HOMEPAGE="http://www.gentoo.org/proj/en/hardened/";
IUSE="deblob"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"

RDEPEND=">=sys-devel/gcc-4.5"

pkg_postinst() {
kernel-2_pkg_postinst

local GRADM_COMPAT="sys-apps/gradm-3.0*"

ewarn
ewarn "Users of grsecurity's RBAC system must ensure they are using"
ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
ewarn "It is strongly recommended that the following command is issued"
ewarn "prior to booting a ${PF} kernel for the first time:"
ewarn
ewarn "emerge -na =${GRADM_COMPAT}"
ewarn
}






[gentoo-commits] gentoo-x86 commit in app-shells/bash-completion: bash-completion-2.1-r91.ebuild ChangeLog

2014-10-26 Thread Patrick Lauer (patrick)
patrick 14/10/27 03:06:05

  Modified: bash-completion-2.1-r91.ebuild ChangeLog
  Log:
  Fix src_install breakage
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  app-shells/bash-completion/bash-completion-2.1-r91.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r91.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r91.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r91.ebuild?r1=1.1&r2=1.2

Index: bash-completion-2.1-r91.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r91.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bash-completion-2.1-r91.ebuild  24 Oct 2014 23:03:19 -  1.1
+++ bash-completion-2.1-r91.ebuild  27 Oct 2014 03:06:05 -  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-shells/bash-completion/bash-completion-2.1-r91.ebuild,v
 1.1 2014/10/24 23:03:19 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r91.ebuild,v
 1.2 2014/10/27 03:06:05 patrick Exp $
 
 EAPI=5
 
@@ -40,7 +40,8 @@
 src_test() { :; } # Skip testsuite because of interactive shell wrt #477066
 
 src_install() {
-   default
+   # not parallel-safe
+   emake -j1 DESTDIR="${D}" install
 
# use the copies from >=sys-apps/util-linux-2.23 wrt #468544 -> hd and 
ncal
# becomes dead symlinks as a result



1.273app-shells/bash-completion/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?rev=1.273&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?rev=1.273&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?r1=1.272&r2=1.273

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -r1.272 -r1.273
--- ChangeLog   24 Oct 2014 23:03:19 -  1.272
+++ ChangeLog   27 Oct 2014 03:06:05 -  1.273
@@ -1,6 +1,10 @@
 # ChangeLog for app-shells/bash-completion
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 
1.272 2014/10/24 23:03:19 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 
1.273 2014/10/27 03:06:05 patrick Exp $
+
+  27 Oct 2014; Patrick Lauer 
+  bash-completion-2.1-r91.ebuild:
+  Fix src_install breakage
 
 *bash-completion-2.1-r91 (24 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in games-roguelike/stone-soup: stone-soup-0.14.1.ebuild stone-soup-0.15.1-r1.ebuild stone-soup-0.15.1.ebuild stone-soup-0.13.2.ebuild stone-soup-0.14.2.ebuild Change

2014-10-26 Thread Patrick Lauer (patrick)
patrick 14/10/27 02:58:21

  Modified: stone-soup-0.14.1.ebuild
stone-soup-0.15.1-r1.ebuild
stone-soup-0.15.1.ebuild stone-soup-0.13.2.ebuild
stone-soup-0.14.2.ebuild ChangeLog
  Log:
  Shorten description for repoman happy
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.5  games-roguelike/stone-soup/stone-soup-0.14.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/stone-soup/stone-soup-0.14.1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/stone-soup/stone-soup-0.14.1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/stone-soup/stone-soup-0.14.1.ebuild?r1=1.4&r2=1.5

Index: stone-soup-0.14.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-roguelike/stone-soup/stone-soup-0.14.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- stone-soup-0.14.1.ebuild19 Aug 2014 21:22:27 -  1.4
+++ stone-soup-0.14.1.ebuild27 Oct 2014 02:58:21 -  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/games-roguelike/stone-soup/stone-soup-0.14.1.ebuild,v 
1.4 2014/08/19 21:22:27 hasufell Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-roguelike/stone-soup/stone-soup-0.14.1.ebuild,v 
1.5 2014/10/27 02:58:21 patrick Exp $
 
 ## TODO
 # add sound support (no build switch, no sound files)
@@ -14,7 +14,7 @@
 inherit eutils gnome2-utils virtualx toolchain-funcs games
 
 MY_P="stone_soup-${PV}"
-DESCRIPTION="Dungeon Crawl Stone Soup is a role-playing roguelike game of 
exploration and treasure-hunting in dungeons"
+DESCRIPTION="A role-playing roguelike game of exploration and treasure-hunting 
in dungeons"
 HOMEPAGE="http://crawl.develz.org/wordpress/";
 
SRC_URI="mirror://sourceforge/crawl-ref/Stone%20Soup/${PV}/${MY_P}-nodeps.tar.xz
http://dev.gentoo.org/~hasufell/distfiles/${PN}.png



1.2  games-roguelike/stone-soup/stone-soup-0.15.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/stone-soup/stone-soup-0.15.1-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/stone-soup/stone-soup-0.15.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/stone-soup/stone-soup-0.15.1-r1.ebuild?r1=1.1&r2=1.2

Index: stone-soup-0.15.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-roguelike/stone-soup/stone-soup-0.15.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- stone-soup-0.15.1-r1.ebuild 25 Sep 2014 20:35:08 -  1.1
+++ stone-soup-0.15.1-r1.ebuild 27 Oct 2014 02:58:21 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-roguelike/stone-soup/stone-soup-0.15.1-r1.ebuild,v
 1.1 2014/09/25 20:35:08 hasufell Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-roguelike/stone-soup/stone-soup-0.15.1-r1.ebuild,v
 1.2 2014/10/27 02:58:21 patrick Exp $
 
 ## TODO
 # add sound support (no build switch, no sound files)
@@ -12,7 +12,7 @@
 inherit eutils gnome2-utils virtualx toolchain-funcs games
 
 MY_P="stone_soup-${PV}"
-DESCRIPTION="Dungeon Crawl Stone Soup is a role-playing roguelike game of 
exploration and treasure-hunting in dungeons"
+DESCRIPTION="A role-playing roguelike game of exploration and treasure-hunting 
in dungeons"
 HOMEPAGE="http://crawl.develz.org/wordpress/";
 SRC_URI="mirror://sourceforge/crawl-ref/Stone%20Soup/${PV}/${MY_P}.tar.xz
http://dev.gentoo.org/~hasufell/distfiles/${PN}.png



1.2  games-roguelike/stone-soup/stone-soup-0.15.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/stone-soup/stone-soup-0.15.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/stone-soup/stone-soup-0.15.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/stone-soup/stone-soup-0.15.1.ebuild?r1=1.1&r2=1.2

Index: stone-soup-0.15.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-roguelike/stone-soup/stone-soup-0.15.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- stone-soup-0.15.1.ebuild23 Sep 2014 15:37:10 -  1.1
+++ stone-soup-0.15.1.ebuild27 Oct 2014 02:58:21 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Di

[gentoo-commits] gentoo-x86 commit in dev-python/gcs-oauth2-boto-plugin: gcs-oauth2-boto-plugin-1.8.ebuild gcs-oauth2-boto-plugin-1.7.ebuild ChangeLog

2014-10-26 Thread Patrick Lauer (patrick)
patrick 14/10/27 02:53:09

  Modified: gcs-oauth2-boto-plugin-1.8.ebuild
gcs-oauth2-boto-plugin-1.7.ebuild ChangeLog
  Log:
  Shorten description for repoman happy
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  
dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.8.ebuild

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

Index: gcs-oauth2-boto-plugin-1.8.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gcs-oauth2-boto-plugin-1.8.ebuild   9 Sep 2014 22:46:47 -   1.1
+++ gcs-oauth2-boto-plugin-1.8.ebuild   27 Oct 2014 02:53:09 -  1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.8.ebuild,v
 1.1 2014/09/09 22:46:47 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.8.ebuild,v
 1.2 2014/10/27 02:53:09 patrick Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 
-DESCRIPTION="auth plugin allowing use the use of OAuth 2.0 credentials for 
Google Cloud Storage in the Boto library"
+DESCRIPTION="OAuth 2.0 plugin for Google Cloud Storage credentials in the Boto 
library"
 HOMEPAGE="https://pypi.python.org/pypi/gcs-oauth2-boto-plugin";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 



1.2  
dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.7.ebuild

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

Index: gcs-oauth2-boto-plugin-1.7.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gcs-oauth2-boto-plugin-1.7.ebuild   12 Aug 2014 05:12:05 -  1.1
+++ gcs-oauth2-boto-plugin-1.7.ebuild   27 Oct 2014 02:53:09 -  1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.7.ebuild,v
 1.1 2014/08/12 05:12:05 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.7.ebuild,v
 1.2 2014/10/27 02:53:09 patrick Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 
-DESCRIPTION="auth plugin allowing use the use of OAuth 2.0 credentials for 
Google Cloud Storage in the Boto library"
+DESCRIPTION="OAuth 2.0 plugin for Google Cloud Storage credentials in the Boto 
library"
 HOMEPAGE="https://pypi.python.org/pypi/gcs-oauth2-boto-plugin";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 



1.3  dev-python/gcs-oauth2-boto-plugin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/gcs-oauth2-boto-plugin/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   9 Sep 2014 22:46:47 -   1.2
+++ ChangeLog   27 Oct 2014 02:53:09 -  1.3
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/gcs-oauth2-boto-plugin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gcs-oauth2-boto-plugin/ChangeLog,v 1.2 
2014/09/09 22:46:47 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gcs-oauth2-boto-plugin/ChangeLog,v 1.3 
2014/10/27 02:

[gentoo-commits] gentoo-x86 commit in dev-python/sqlalchemy-migrate: sqlalchemy-migrate-0.7.2-r1.ebuild ChangeLog

2014-10-26 Thread Patrick Lauer (patrick)
patrick 14/10/27 02:42:11

  Modified: ChangeLog
  Added:sqlalchemy-migrate-0.7.2-r1.ebuild
  Log:
  Restore version needed by buildbot
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, unsigned 
Manifest commit)

Revision  ChangesPath
1.38 dev-python/sqlalchemy-migrate/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   22 Oct 2014 14:20:35 -  1.37
+++ ChangeLog   27 Oct 2014 02:42:11 -  1.38
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/sqlalchemy-migrate
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/ChangeLog,v 
1.37 2014/10/22 14:20:35 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/ChangeLog,v 
1.38 2014/10/27 02:42:11 patrick Exp $
+
+*sqlalchemy-migrate-0.7.2-r1 (27 Oct 2014)
+
+  27 Oct 2014; Patrick Lauer 
+  +sqlalchemy-migrate-0.7.2-r1.ebuild:
+  Restore version needed by buildbot
 
   22 Oct 2014; Ian Delaney  
sqlalchemy-migrate-0.9.2.ebuild:
   drop py3 support, found to be not py3 ready, cross tested by Arfrever



1.5  
dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2-r1.ebuild

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







[gentoo-commits] gentoo commit in xml/htdocs/doc/ja/handbook: hb-install-x86+amd64-bootloader.xml

2014-10-26 Thread Naohiro Aota (naota)
naota   14/10/27 02:08:01

  Modified: hb-install-x86+amd64-bootloader.xml
  Log:
  update translation

Revision  ChangesPath
1.11 
xml/htdocs/doc/ja/handbook/hb-install-x86+amd64-bootloader.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/ja/handbook/hb-install-x86+amd64-bootloader.xml?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/ja/handbook/hb-install-x86+amd64-bootloader.xml?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/ja/handbook/hb-install-x86+amd64-bootloader.xml?r1=1.10&r2=1.11

Index: hb-install-x86+amd64-bootloader.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/ja/handbook/hb-install-x86+amd64-bootloader.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- hb-install-x86+amd64-bootloader.xml 12 Jun 2014 05:33:28 -  1.10
+++ hb-install-x86+amd64-bootloader.xml 27 Oct 2014 02:08:01 -  1.11
@@ -4,14 +4,14 @@
 
 
 
-
-
-
+
 
 
 
-23
-2013-12-31
+25
+2014-08-17
+
+
 
 
 ブートローダの選択
@@ -34,82 +34,10 @@
 
 
 
-
-
-しかし、ブートローダをインストールする前にフレームバッファの設定方法を説明します(当然それを知りたいでしょうから)。
-フレームバッファを利用すれば、(限定的ながら)グラフィカルな機能(Gentooが提供する
-素敵なブートスプラッシュイメージを使用するなど)とともに、Linuxのコマンドラインを実行することができます。
-
-
-
-
-
-自由選択: フレームバッファ
-
-
-
-もし、カーネルの設定でフレームバッファサポートを有効にしている場合、
-(あるいは、genkernelのデフォルトのカーネル設定を使用している場合)
-video文をブートローダの設定ファイルに追加することによってフレームバッファを有効にすることができます。
-
+
 
 
-まず、使っているフレームバッファデバイスを知る必要があります。
-きっとVESAドライバとしてuvesafbを使っているかと思います。
-
-
-
-video文はフレームバッファの表示オプションをコントロールします。
-フレームバッファドライバに続いて、有効にしたいコントロール文を記述しなければなりません。
-指定できるすべての値は/usr/src/linux/Documentation/fb/uvesafb.txtに記載されています。
-もっともよく使われる3つのオプションを紹介します。
-
-
-
-
-  コントロール名
-  説明
-
-
-  ywrap
-  
-グラフィックカードがビデオメモリ上でwrap可能であると仮定します。
-(つまり、メモリの最後に到達したときに最初から続けられる、ということです。)
-  
-
-
-  mtrr:n
-  
-MTRRレジスタを設定します。nには次のものを指定できます。
-0 - 無効
-1 - キャッシュ無効
-2 - ライトバック
-3 - ライトコンバイン
-4 - ライトスルー
-  
-
-
-  mode
-  
-解像度、色深度、リフレッシュレートを設定します。
-例えば、1024x768-32@85は1024x768で32bitカラー、85Hzのリフレッシュレートであるということを示します。
-  
-
-
-
-
-この結果、video=uvesafb:mtrr:3,ywrap,1024x768-32@85のようになるでしょう。
-この設定は書き留めておいてください。あとですぐ必要になります。
-
-
-
-ここで、eliloブートローダをインストールしましょう。
-
-
-
-それでは、続いてGRUB,GRUB2 または LILOをインストールしましょう。
+それでは、eliloブートローダをインストールしましょう。
 
 
 
@@ -138,7 +66,9 @@
 
 
 
-はじめに/boot/grubに必要なGRUB2のファイルをインストールしましょう。1番目のディスク(システムがブートされるもの)が/dev/sdaと仮定します。以下のコマンドでインストールされます
+はじめに/boot/grubに必要なGRUB2のファイルをインストールしましょう。
+1番目のディスク(システムがブートされるもの)が/dev/sdaと仮定します。
+以下のコマンドでインストールされます
 
 
 # grub2-install /dev/sda
@@ -160,11 +90,12 @@
 Generating grub.cfg ...
 Found linux image: /boot/
 Found initrd image: /boot/
+done
 
 
 
 システムをブートするためには、上記のコマンドの出力は、少なくとも1つの"Found linux image"
-(というLinuxカーネルの検出メッセージ)が
+(というLinuxカーネルの検出メッセージ)を
 含まなければなりません。もしあなたがinitramfsを使っているか、カーネルのビルドに
 genkernelを使っている場合には、正しいinitrdイメージが検出されるはずです。。
 もしそうならない場合には、/bootディレクトリでlsコマンドを
@@ -184,7 +115,7 @@
 
 LILO(LInuxLOader)は、実績があり、十分に機能するLinuxのブートローダです。
 しかし、GRUBが持っている機能のうちLILOにはないものがいくつかあります。
-そして、それが現在GRUBの人気が上昇している理由でもあります。
+(そして、それが現在GRUBの人気が上昇している理由でもあります。)
 LILOがいまだに使われているのは、LILOは動作してもGRUBはうまく動かないシステムもあるからです。
 また、もちろん、LILOに精通していて、LILOを使い続けたいというユーザもいます。
 どちらにしても、Gentooはその両方をサポートしていて、この節を読んでいるということは、
@@ -235,18 +166,17 @@
 boot=/dev/sda # LILOをMBRにインストールする
 prompt# ユーザに他の選択をする余地を残す
 timeout=50# デフォルトセクションを起動する前に、5秒間待つ
-default=gentoo# 
delayで設定した時間が経過したら、"gentoo"セクションを起動する
+default=gentoo# 
timeoutで設定した時間が経過したら、"gentoo"セクションを起動する
 
-# genkernelを使用していないユーザ向け
 image=/boot/
   label=gentoo# このセクションの名前
   read-only   # 
読み取り専用のルートファイルシステムで起動する。これは編集しないように!
-  root=/dev/sda3  # ルートファイルシステムの場所
+  root=/dev/sda4  # ルートファイルシステムの場所
 
 image=/boot/
   label=gentoo.rescue # このセクションの名前
   read-only   # 
読み取り専用のルートファイルシステムで起動する。これは編集しないように!
-  root=/dev/sda3  # ルートファイルシステムの場所
+  root=/dev/sda4  # ルートファイルシステムの場所
   append="init=/bin/bb"   # Gentooの静的レスキューシェルを起動
 
 # 次の2行は、Windowsとデュアルブートさせたい場合に追加します。
@@ -256,7 +186,8 @@
 
 
 
-もし、違うパーティション構成や、違うカーネルイメージ名を使用しているなら、適宜それにあわせてください。
+もし、違うパーティション構成や、違うカーネルイメージ名を使用しているなら、
+適宜それにあわせてください。
 
 
 
@@ -273,8 +204,9 @@
 
 
 
-もし、追加でカーネルにオプションを渡す必要があるなら、append文をそのセクションに追加してください。
-例のように、フレームバッファを有効にするためにvideoを追加しています。
+もし、追加でカーネルにオプションを渡す必要があるなら、
+append文をそのセクションに追加してください。例のように、
+フレームバッファを有効にするためにvideoを追加しています。
 
 
 
@@ -286,19 +218,23 @@
 
 
 
-もし2.6.7かそれ以降のカーネルを使用しており、BIOSが大容量のハードディスクを認識しないためにハードディスクにジャンパ設定しているなら、sda=strokeを指定する必要があります。
-sdaはこのオプションが必要なデバイスと置き換えてください。
+もし2.6.7かそれ以降のカーネルを使用しており、BIOSが大容量のハードディスクを
+認識しないためにハードディスクにジャンパ設定しているなら、sda=strokeを
+指定する必要があります。sdaはこのオプションが必要なデバイスと置き換えてください。
 
 
 
-genkernelを使用している場合、その起動オプションはインストールCDで使われているものと同じになります。
-例えば、SCSIデバイスを持っている場合、カーネルオプションとしてdoscsiを追加します。
+genkernelを使用している場合、その起動オプションはインストールCDで
+使われているものと同じになります。例えば、SCSIデバイスを持っ

[gentoo-commits] gentoo-x86 commit in dev-python/dockerpty: ChangeLog metadata.xml dockerpty-0.2.4.ebuild

2014-10-26 Thread Alex Brandt (alunduil)
alunduil14/10/27 02:02:53

  Added:ChangeLog metadata.xml dockerpty-0.2.4.ebuild
  Log:
  add ebuild for dockerpty—dependence of fig
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
11A8217C!)

Revision  ChangesPath
1.1  dev-python/dockerpty/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-python/dockerpty
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/dockerpty/ChangeLog,v 1.1 
2014/10/27 02:02:53 alunduil Exp $

*dockerpty-0.2.4 (27 Oct 2014)

  27 Oct 2014; Alex Brandt  +dockerpty-0.2.4.ebuild,
  +metadata.xml:
  add ebuild written by me




1.1  dev-python/dockerpty/metadata.xml

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

Index: metadata.xml
===

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


alund...@gentoo.org
Alex Brandt







1.1  dev-python/dockerpty/dockerpty-0.2.4.ebuild

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

Index: dockerpty-0.2.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/dockerpty/dockerpty-0.2.4.ebuild,v 1.1 
2014/10/27 02:02:53 alunduil Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 vcs-snapshot

DESCRIPTION="Python library to use the pseudo-tty of a docker container"
HOMEPAGE="https://github.com/d11wtq/dockerpty";
SRC_URI="https://github.com/d11wtq/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"

DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
>=dev-python/behave-1.2.4[${PYTHON_USEDEP}]
>=dev-python/docker-py-0.3.2[${PYTHON_USEDEP}]
>=dev-python/expects-0.4[${PYTHON_USEDEP}]
>=dev-python/pytest-2.5.2[${PYTHON_USEDEP}]
)
"
RDEPEND=">=dev-python/docker-py-0.3.2[${PYTHON_USEDEP}]"

python_prepare_all() {
# Note: https://github.com/d11wtq/dockerpty/issues/20
ebegin 'patching features/interactive_terminal.feature'
sed \
-e '100,119d' \
-i features/interactive_terminal.feature
STATUS=$?
eend ${STATUS}
[[ ${STATUS} -gt 0 ]] && die

distutils-r1_python_prepare_all
}

python_test() {
local RUN_FEATURES=0

ewarn "${PN} tests require portage to be in the docker group!"
getent group docker |& grep portage 1>/dev/null 2>&1
RUN_FEATURES+=$?

ewarn "${PN} tests require a running docker service!"
which docker 1>/dev/null 2>&1 && docker info 1>/dev/null 2>&1
RUN_FEATURES+=$?

if [[ ${RUN_FEATURES} -eq 0 ]]; then
behave || die "Feature tests failed under ${EPYTHON}"

fi

py.test tests || die "Tests failed under ${EPYTHON}"
}






[gentoo-commits] gentoo-x86 commit in dev-python/dockerpty: - New directory

2014-10-26 Thread Alex Brandt (alunduil)
alunduil14/10/27 02:01:28

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-python/dockerpty added to the repository



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

2014-10-26 Thread Mike Frysinger (vapier)
vapier  14/10/27 01:54:36

  Modified: glib-2.40.0-r1.ebuild ChangeLog
  Log:
  Mark arm64/m68k/s390/sh stable.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.14 dev-libs/glib/glib-2.40.0-r1.ebuild

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

Index: glib-2.40.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.40.0-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- glib-2.40.0-r1.ebuild   11 Oct 2014 11:35:18 -  1.13
+++ glib-2.40.0-r1.ebuild   27 Oct 2014 01:54:36 -  1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.40.0-r1.ebuild,v 1.13 
2014/10/11 11:35:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.40.0-r1.ebuild,v 1.14 
2014/10/27 01:54:36 vapier Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_{6,7} )
@@ -16,7 +16,7 @@
 LICENSE="LGPL-2+"
 SLOT="2"
 IUSE="debug fam kernel_linux +mime selinux static-libs systemtap test utils 
xattr"
-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"
 
 # FIXME: want >=libselinux-2.2.2-r4[${MULTILIB_USEDEP}] - bug #480960
 RDEPEND="



1.625dev-libs/glib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v
retrieving revision 1.624
retrieving revision 1.625
diff -u -r1.624 -r1.625
--- ChangeLog   11 Oct 2014 11:35:18 -  1.624
+++ ChangeLog   27 Oct 2014 01:54:36 -  1.625
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/glib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.624 2014/10/11 
11:35:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.625 2014/10/27 
01:54:36 vapier Exp $
+
+  27 Oct 2014; Mike Frysinger  glib-2.40.0-r1.ebuild:
+  Mark arm64/m68k/s390/sh stable.
 
   11 Oct 2014; Markus Meier  glib-2.40.0-r1.ebuild:
   arm stable, bug #512012






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

2014-10-26 Thread Mike Frysinger (vapier)
vapier  14/10/27 01:55:09

  Modified: e2fsprogs-libs-1.42.10.ebuild ChangeLog
  Log:
  Mark m68k/s390/sh stable.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.13 sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.42.10.ebuild

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

Index: e2fsprogs-libs-1.42.10.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.42.10.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- e2fsprogs-libs-1.42.10.ebuild   10 Aug 2014 17:25:30 -  1.12
+++ e2fsprogs-libs-1.42.10.ebuild   27 Oct 2014 01:55:09 -  1.13
@@ -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/e2fsprogs-libs/e2fsprogs-libs-1.42.10.ebuild,v 
1.12 2014/08/10 17:25:30 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.42.10.ebuild,v 
1.13 2014/10/27 01:55:09 vapier Exp $
 
 EAPI="4"
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux 
~m68k-mint ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux 
~m68k-mint ~x86-solaris"
 IUSE="nls static-libs"
 
 RDEPEND="!sys-libs/com_err



1.131sys-libs/e2fsprogs-libs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/e2fsprogs-libs/ChangeLog?rev=1.131&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/e2fsprogs-libs/ChangeLog?rev=1.131&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/e2fsprogs-libs/ChangeLog?r1=1.130&r2=1.131

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/e2fsprogs-libs/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog   5 Sep 2014 18:39:49 -   1.130
+++ ChangeLog   27 Oct 2014 01:55:09 -  1.131
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/e2fsprogs-libs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/e2fsprogs-libs/ChangeLog,v 1.130 
2014/09/05 18:39:49 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/e2fsprogs-libs/ChangeLog,v 1.131 
2014/10/27 01:55:09 vapier Exp $
+
+  27 Oct 2014; Mike Frysinger  
e2fsprogs-libs-1.42.10.ebuild:
+  Mark m68k/s390/sh stable.
 
 *e2fsprogs-libs-1.42.12 (05 Sep 2014)
 






[gentoo-commits] gentoo-x86 commit in sys-libs/cracklib: cracklib-2.9.1-r1.ebuild ChangeLog

2014-10-26 Thread Mike Frysinger (vapier)
vapier  14/10/27 01:54:02

  Modified: cracklib-2.9.1-r1.ebuild ChangeLog
  Log:
  Mark arm64/m68k/s390/sh stable.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.15 sys-libs/cracklib/cracklib-2.9.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/cracklib/cracklib-2.9.1-r1.ebuild?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/cracklib/cracklib-2.9.1-r1.ebuild?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/cracklib/cracklib-2.9.1-r1.ebuild?r1=1.14&r2=1.15

Index: cracklib-2.9.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.9.1-r1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- cracklib-2.9.1-r1.ebuild15 Sep 2014 08:24:02 -  1.14
+++ cracklib-2.9.1-r1.ebuild27 Oct 2014 01:54:02 -  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/sys-libs/cracklib/cracklib-2.9.1-r1.ebuild,v 1.14 
2014/09/15 08:24:02 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.9.1-r1.ebuild,v 1.15 
2014/10/27 01:54:02 vapier Exp $
 
 EAPI="4"
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -15,7 +15,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x86-macos ~m68k-mint"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x86-macos ~m68k-mint"
 IUSE="nls python static-libs test zlib"
 
 RDEPEND="zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"



1.207sys-libs/cracklib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/cracklib/ChangeLog?rev=1.207&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/cracklib/ChangeLog?rev=1.207&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/cracklib/ChangeLog?r1=1.206&r2=1.207

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/cracklib/ChangeLog,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -r1.206 -r1.207
--- ChangeLog   6 Oct 2014 12:27:28 -   1.206
+++ ChangeLog   27 Oct 2014 01:54:02 -  1.207
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/cracklib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/ChangeLog,v 1.206 
2014/10/06 12:27:28 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/ChangeLog,v 1.207 
2014/10/27 01:54:02 vapier Exp $
+
+  27 Oct 2014; Mike Frysinger  cracklib-2.9.1-r1.ebuild:
+  Mark arm64/m68k/s390/sh stable.
 
 *cracklib-2.9.2 (06 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in sys-libs/readline: readline-6.2_p5-r1.ebuild ChangeLog

2014-10-26 Thread Mike Frysinger (vapier)
vapier  14/10/27 01:53:06

  Modified: readline-6.2_p5-r1.ebuild ChangeLog
  Log:
  Mark m68k/s390/sh stable.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.19 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.19&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/readline/readline-6.2_p5-r1.ebuild?rev=1.19&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/readline/readline-6.2_p5-r1.ebuild?r1=1.18&r2=1.19

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.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- readline-6.2_p5-r1.ebuild   15 Sep 2014 08:24:12 -  1.18
+++ readline-6.2_p5-r1.ebuild   27 Oct 2014 01:53:06 -  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/sys-libs/readline/readline-6.2_p5-r1.ebuild,v 1.18 
2014/09/15 08:24:12 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.2_p5-r1.ebuild,v 1.19 
2014/10/27 01:53:06 vapier 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}]



1.218sys-libs/readline/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/readline/ChangeLog?rev=1.218&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/readline/ChangeLog?rev=1.218&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/readline/ChangeLog?r1=1.217&r2=1.218

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v
retrieving revision 1.217
retrieving revision 1.218
diff -u -r1.217 -r1.218
--- ChangeLog   15 Sep 2014 08:24:12 -  1.217
+++ ChangeLog   27 Oct 2014 01:53:06 -  1.218
@@ -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.217 
2014/09/15 08:24:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.218 
2014/10/27 01:53:06 vapier Exp $
+
+  27 Oct 2014; Mike Frysinger  readline-6.2_p5-r1.ebuild:
+  Mark m68k/s390/sh stable.
 
   15 Sep 2014; Agostino Sarubbo  readline-6.2_p5-r1.ebuild:
   Stable for sparc, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in virtual/pam: pam-0-r1.ebuild ChangeLog

2014-10-26 Thread Mike Frysinger (vapier)
vapier  14/10/27 01:52:56

  Modified: pam-0-r1.ebuild ChangeLog
  Log:
  Mark arm64/m68k/s390/sh stable.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.12 virtual/pam/pam-0-r1.ebuild

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

Index: pam-0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pam-0-r1.ebuild 15 Sep 2014 08:24:33 -  1.11
+++ pam-0-r1.ebuild 27 Oct 2014 01:52:56 -  1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v 1.11 
2014/09/15 08:24:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pam/pam-0-r1.ebuild,v 1.12 
2014/10/27 01:52:56 vapier Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=""
 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 ~ia64-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 ~ia64-linux ~x86-linux"
 IUSE=""
 
 DEPEND=""



1.15 virtual/pam/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   15 Sep 2014 08:24:33 -  1.14
+++ ChangeLog   27 Oct 2014 01:52:56 -  1.15
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/pam
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v 1.14 2014/09/15 
08:24:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v 1.15 2014/10/27 
01:52:56 vapier Exp $
+
+  27 Oct 2014; Mike Frysinger  pam-0-r1.ebuild:
+  Mark arm64/m68k/s390/sh stable.
 
   15 Sep 2014; Agostino Sarubbo  pam-0-r1.ebuild:
   Stable for sparc, wrt bug #512012






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

2014-10-26 Thread Mike Frysinger (vapier)
vapier  14/10/27 01:53:30

  Modified: acl-2.2.52-r1.ebuild ChangeLog
  Log:
  Mark m68k/s390/sh stable.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.14 sys-apps/acl/acl-2.2.52-r1.ebuild

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

Index: acl-2.2.52-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.52-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- acl-2.2.52-r1.ebuild7 Aug 2014 19:34:47 -   1.13
+++ acl-2.2.52-r1.ebuild27 Oct 2014 01:53:30 -  1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.52-r1.ebuild,v 1.13 
2014/08/07 19:34:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.52-r1.ebuild,v 1.14 
2014/10/27 01:53:30 vapier Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 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"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
 IUSE="nls static-libs"
 
 RDEPEND=">=sys-apps/attr-2.4.47-r1[${MULTILIB_USEDEP}]



1.137sys-apps/acl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- ChangeLog   7 Aug 2014 19:34:47 -   1.136
+++ ChangeLog   27 Oct 2014 01:53:30 -  1.137
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/acl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.136 2014/08/07 
19:34:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.137 2014/10/27 
01:53:30 vapier Exp $
+
+  27 Oct 2014; Mike Frysinger  acl-2.2.52-r1.ebuild:
+  Mark m68k/s390/sh stable.
 
   07 Aug 2014; Jeroen Roovers  acl-2.2.52-r1.ebuild:
   Stable for HPPA (bug #512012).






[gentoo-commits] gentoo-x86 commit in sys-libs/db: db-4.8.30-r1.ebuild ChangeLog

2014-10-26 Thread Mike Frysinger (vapier)
vapier  14/10/27 01:52:25

  Modified: db-4.8.30-r1.ebuild ChangeLog
  Log:
  Mark arm64/m68k/s390/sh stable.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.12 sys-libs/db/db-4.8.30-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-4.8.30-r1.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-4.8.30-r1.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-4.8.30-r1.ebuild?r1=1.11&r2=1.12

Index: db-4.8.30-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.8.30-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- db-4.8.30-r1.ebuild 15 Sep 2014 08:24:06 -  1.11
+++ db-4.8.30-r1.ebuild 27 Oct 2014 01:52:25 -  1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.8.30-r1.ebuild,v 1.11 
2014/09/15 08:24:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.8.30-r1.ebuild,v 1.12 
2014/10/27 01:52:25 vapier Exp $
 
 EAPI=4
 
@@ -28,7 +28,7 @@
 
 LICENSE="Sleepycat"
 SLOT="4.8"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="doc java cxx tcl test"
 
 # the entire testsuite needs the TCL functionality



1.364sys-libs/db/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/ChangeLog?rev=1.364&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/ChangeLog?rev=1.364&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/ChangeLog?r1=1.363&r2=1.364

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v
retrieving revision 1.363
retrieving revision 1.364
diff -u -r1.363 -r1.364
--- ChangeLog   15 Sep 2014 08:24:06 -  1.363
+++ ChangeLog   27 Oct 2014 01:52:25 -  1.364
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/db
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.363 2014/09/15 
08:24:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.364 2014/10/27 
01:52:25 vapier Exp $
+
+  27 Oct 2014; Mike Frysinger  db-4.8.30-r1.ebuild:
+  Mark arm64/m68k/s390/sh stable.
 
   15 Sep 2014; Agostino Sarubbo  db-4.8.30-r1.ebuild:
   Stable for sparc, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-2.4.2-r1.ebuild ChangeLog

2014-10-26 Thread Mike Frysinger (vapier)
vapier  14/10/27 01:51:03

  Modified: libtool-2.4.2-r1.ebuild ChangeLog
  Log:
  Mark m68k/s390/sh stable.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.12 sys-devel/libtool/libtool-2.4.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/libtool-2.4.2-r1.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/libtool-2.4.2-r1.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/libtool-2.4.2-r1.ebuild?r1=1.11&r2=1.12

Index: libtool-2.4.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4.2-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libtool-2.4.2-r1.ebuild 15 Sep 2014 08:24:00 -  1.11
+++ libtool-2.4.2-r1.ebuild 27 Oct 2014 01:51:03 -  1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4.2-r1.ebuild,v 
1.11 2014/09/15 08:24:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4.2-r1.ebuild,v 
1.12 2014/10/27 01:51:03 vapier Exp $
 
 EAPI="4"
 
@@ -14,7 +14,7 @@
inherit git-2
 else
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 fi
 
 DESCRIPTION="A shared library tool for developers"



1.225sys-devel/libtool/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -r1.224 -r1.225
--- ChangeLog   15 Sep 2014 08:24:00 -  1.224
+++ ChangeLog   27 Oct 2014 01:51:03 -  1.225
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/libtool
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.224 
2014/09/15 08:24:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.225 
2014/10/27 01:51:03 vapier Exp $
+
+  27 Oct 2014; Mike Frysinger  libtool-2.4.2-r1.ebuild:
+  Mark m68k/s390/sh stable.
 
   15 Sep 2014; Agostino Sarubbo  libtool-2.4.2-r1.ebuild:
   Stable for sparc, wrt bug #512012






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

2014-10-26 Thread Mike Frysinger (vapier)
vapier  14/10/27 01:47:48

  Modified: libgcrypt-1.5.4-r1.ebuild ChangeLog
  Log:
  Mark arm64/m68k/s390/sh stable.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.5  dev-libs/libgcrypt/libgcrypt-1.5.4-r1.ebuild

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

Index: libgcrypt-1.5.4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.5.4-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libgcrypt-1.5.4-r1.ebuild   23 Oct 2014 19:28:01 -  1.4
+++ libgcrypt-1.5.4-r1.ebuild   27 Oct 2014 01:47:48 -  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/libgcrypt/libgcrypt-1.5.4-r1.ebuild,v 1.4 
2014/10/23 19:28:01 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.5.4-r1.ebuild,v 1.5 
2014/10/27 01:47:48 vapier Exp $
 
 EAPI=5
 AUTOTOOLS_AUTORECONF=1
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2.1 MIT"
 SLOT="0/11" # subslot = soname major version
-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 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND=">=dev-libs/libgpg-error-1.12[${MULTILIB_USEDEP}]



1.227dev-libs/libgcrypt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/ChangeLog,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -r1.226 -r1.227
--- ChangeLog   23 Oct 2014 19:28:01 -  1.226
+++ ChangeLog   27 Oct 2014 01:47:48 -  1.227
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libgcrypt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/ChangeLog,v 1.226 
2014/10/23 19:28:01 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/ChangeLog,v 1.227 
2014/10/27 01:47:48 vapier Exp $
+
+  27 Oct 2014; Mike Frysinger  libgcrypt-1.5.4-r1.ebuild:
+  Mark arm64/m68k/s390/sh stable.
 
   23 Oct 2014; Markus Meier  libgcrypt-1.5.4-r1.ebuild:
   arm stable, bug #524308






[gentoo-commits] gentoo-x86 commit in dev-libs/libxslt: libxslt-1.1.28-r3.ebuild ChangeLog

2014-10-26 Thread Mike Frysinger (vapier)
vapier  14/10/27 01:47:17

  Modified: libxslt-1.1.28-r3.ebuild ChangeLog
  Log:
  Mark arm64/m68k/s390/sh stable.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.12 dev-libs/libxslt/libxslt-1.1.28-r3.ebuild

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

Index: libxslt-1.1.28-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.28-r3.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libxslt-1.1.28-r3.ebuild11 Oct 2014 11:46:18 -  1.11
+++ libxslt-1.1.28-r3.ebuild27 Oct 2014 01:47:17 -  1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.28-r3.ebuild,v 
1.11 2014/10/11 11:46:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.28-r3.ebuild,v 
1.12 2014/10/27 01:47:17 vapier Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="crypt debug python static-libs"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



1.292dev-libs/libxslt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v
retrieving revision 1.291
retrieving revision 1.292
diff -u -r1.291 -r1.292
--- ChangeLog   11 Oct 2014 11:46:18 -  1.291
+++ ChangeLog   27 Oct 2014 01:47:17 -  1.292
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libxslt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.291 
2014/10/11 11:46:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.292 
2014/10/27 01:47:17 vapier Exp $
+
+  27 Oct 2014; Mike Frysinger  libxslt-1.1.28-r3.ebuild:
+  Mark arm64/m68k/s390/sh stable.
 
   11 Oct 2014; Markus Meier  libxslt-1.1.28-r3.ebuild:
   arm stable, bug #512012






[gentoo-commits] gentoo-x86 commit in virtual/libintl: libintl-0-r1.ebuild ChangeLog

2014-10-26 Thread Mike Frysinger (vapier)
vapier  14/10/27 01:47:27

  Modified: libintl-0-r1.ebuild ChangeLog
  Log:
  Mark arm64/m68k/s390/sh stable.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.14 virtual/libintl/libintl-0-r1.ebuild

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

Index: libintl-0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/virtual/libintl/libintl-0-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- libintl-0-r1.ebuild 15 Sep 2014 08:24:31 -  1.13
+++ libintl-0-r1.ebuild 27 Oct 2014 01:47:27 -  1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libintl/libintl-0-r1.ebuild,v 1.13 
2014/09/15 08:24:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libintl/libintl-0-r1.ebuild,v 1.14 
2014/10/27 01:47:27 vapier Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 SRC_URI=""
 LICENSE=""
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~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 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="elibc_glibc elibc_uclibc"
 DEPEND=""
 



1.27 virtual/libintl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/libintl/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   15 Sep 2014 08:24:31 -  1.26
+++ ChangeLog   27 Oct 2014 01:47:27 -  1.27
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/libintl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libintl/ChangeLog,v 1.26 2014/09/15 
08:24:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libintl/ChangeLog,v 1.27 2014/10/27 
01:47:27 vapier Exp $
+
+  27 Oct 2014; Mike Frysinger  libintl-0-r1.ebuild:
+  Mark arm64/m68k/s390/sh stable.
 
   15 Sep 2014; Agostino Sarubbo  libintl-0-r1.ebuild:
   Stable for sparc, wrt bug #512012






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

2014-10-26 Thread Mike Frysinger (vapier)
vapier  14/10/27 01:45:28

  Modified: attr-2.4.47-r1.ebuild ChangeLog
  Log:
  Mark m68k/s390/sh stable.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.16 sys-apps/attr/attr-2.4.47-r1.ebuild

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

Index: attr-2.4.47-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.47-r1.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- attr-2.4.47-r1.ebuild   13 Jul 2014 20:30:00 -  1.15
+++ attr-2.4.47-r1.ebuild   27 Oct 2014 01:45:28 -  1.16
@@ -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/attr/attr-2.4.47-r1.ebuild,v 1.15 
2014/07/13 20:30:00 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.47-r1.ebuild,v 1.16 
2014/10/27 01:45:28 vapier Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="nls static-libs"
 
 DEPEND="nls? ( sys-devel/gettext )



1.173sys-apps/attr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- ChangeLog   13 Jul 2014 20:30:00 -  1.172
+++ ChangeLog   27 Oct 2014 01:45:28 -  1.173
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/attr
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.172 2014/07/13 
20:30:00 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.173 2014/10/27 
01:45:28 vapier Exp $
+
+  27 Oct 2014; Mike Frysinger  attr-2.4.47-r1.ebuild:
+  Mark m68k/s390/sh stable.
 
   13 Jul 2014;   attr-2.4.47-r1.ebuild:
   arm64 stable, bug #474296






[gentoo-commits] gentoo-x86 commit in sys-libs/pam: pam-1.1.8-r2.ebuild ChangeLog

2014-10-26 Thread Mike Frysinger (vapier)
vapier  14/10/27 01:43:30

  Modified: pam-1.1.8-r2.ebuild ChangeLog
  Log:
  Mark arm64/m68k/s390/sh stable.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.13 sys-libs/pam/pam-1.1.8-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/pam-1.1.8-r2.ebuild?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/pam-1.1.8-r2.ebuild?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/pam-1.1.8-r2.ebuild?r1=1.12&r2=1.13

Index: pam-1.1.8-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.8-r2.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- pam-1.1.8-r2.ebuild 15 Sep 2014 08:24:10 -  1.12
+++ pam-1.1.8-r2.ebuild 27 Oct 2014 01:43:30 -  1.13
@@ -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/pam/pam-1.1.8-r2.ebuild,v 1.12 
2014/09/15 08:24:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.8-r2.ebuild,v 1.13 
2014/10/27 01:43:30 vapier Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="cracklib nls elibc_FreeBSD selinux vim-syntax audit test elibc_glibc 
debug berkdb nis"
 
 RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )



1.348sys-libs/pam/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.348&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.348&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/ChangeLog?r1=1.347&r2=1.348

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -r1.347 -r1.348
--- ChangeLog   15 Sep 2014 08:24:10 -  1.347
+++ ChangeLog   27 Oct 2014 01:43:30 -  1.348
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/pam
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.347 2014/09/15 
08:24:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.348 2014/10/27 
01:43:30 vapier Exp $
+
+  27 Oct 2014; Mike Frysinger  pam-1.1.8-r2.ebuild:
+  Mark arm64/m68k/s390/sh stable.
 
   15 Sep 2014; Agostino Sarubbo  pam-1.1.8-r2.ebuild:
   Stable for sparc, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in sys-devel/flex: flex-2.5.39-r1.ebuild ChangeLog

2014-10-26 Thread Mike Frysinger (vapier)
vapier  14/10/27 01:44:35

  Modified: flex-2.5.39-r1.ebuild ChangeLog
  Log:
  Mark arm64/m68k/s390/sh stable.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.11 sys-devel/flex/flex-2.5.39-r1.ebuild

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

Index: flex-2.5.39-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.39-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- flex-2.5.39-r1.ebuild   15 Sep 2014 08:23:54 -  1.10
+++ flex-2.5.39-r1.ebuild   27 Oct 2014 01:44:34 -  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-devel/flex/flex-2.5.39-r1.ebuild,v 1.10 
2014/09/15 08:23:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.39-r1.ebuild,v 1.11 
2014/10/27 01:44:34 vapier Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="FLEX"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~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 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="nls static test"
 
 # We want bison explicitly and not yacc in general #381273



1.127sys-devel/flex/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog   15 Sep 2014 08:23:54 -  1.126
+++ ChangeLog   27 Oct 2014 01:44:34 -  1.127
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/flex
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.126 2014/09/15 
08:23:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.127 2014/10/27 
01:44:34 vapier Exp $
+
+  27 Oct 2014; Mike Frysinger  flex-2.5.39-r1.ebuild:
+  Mark arm64/m68k/s390/sh stable.
 
   15 Sep 2014; Agostino Sarubbo  flex-2.5.39-r1.ebuild:
   Stable for sparc, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in sys-apps/help2man: help2man-1.45.1.ebuild ChangeLog

2014-10-26 Thread Mike Frysinger (vapier)
vapier  14/10/27 01:43:56

  Modified: help2man-1.45.1.ebuild ChangeLog
  Log:
  Mark arm64/m68k/s390/sh stable.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.7  sys-apps/help2man/help2man-1.45.1.ebuild

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

Index: help2man-1.45.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.45.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- help2man-1.45.1.ebuild  23 Oct 2014 19:22:51 -  1.6
+++ help2man-1.45.1.ebuild  27 Oct 2014 01:43:56 -  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/sys-apps/help2man/help2man-1.45.1.ebuild,v 
1.6 2014/10/23 19:22:51 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.45.1.ebuild,v 
1.7 2014/10/27 01:43:56 vapier Exp $
 
 EAPI=4
 inherit eutils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~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 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="nls elibc_glibc"
 
 RDEPEND="dev-lang/perl



1.126sys-apps/help2man/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog   23 Oct 2014 19:22:51 -  1.125
+++ ChangeLog   27 Oct 2014 01:43:56 -  1.126
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/help2man
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.125 
2014/10/23 19:22:51 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.126 
2014/10/27 01:43:56 vapier Exp $
+
+  27 Oct 2014; Mike Frysinger  help2man-1.45.1.ebuild:
+  Mark arm64/m68k/s390/sh stable.
 
   23 Oct 2014; Markus Meier  help2man-1.45.1.ebuild:
   arm stable, bug #524988






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

2014-10-26 Thread Mike Frysinger (vapier)
vapier  14/10/27 01:42:17

  Modified: man-db-2.6.6.ebuild ChangeLog
  Log:
  Mark arm64/m68k/s390/sh stable.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.11 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.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.6.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.6.ebuild?r1=1.10&r2=1.11

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.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- man-db-2.6.6.ebuild 11 Jul 2014 21:55:41 -  1.10
+++ man-db-2.6.6.ebuild 27 Oct 2014 01:42:17 -  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-apps/man-db/man-db-2.6.6.ebuild,v 1.10 
2014/07/11 21:55:41 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.6.ebuild,v 1.11 
2014/10/27 01:42:17 vapier 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.75 sys-apps/man-db/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog   11 Jul 2014 21:55:41 -  1.74
+++ ChangeLog   27 Oct 2014 01:42:17 -  1.75
@@ -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.74 2014/07/11 
21:55:41 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.75 2014/10/27 
01:42:17 vapier Exp $
+
+  27 Oct 2014; Mike Frysinger  man-db-2.6.6.ebuild:
+  Mark arm64/m68k/s390/sh stable.
 
   11 Jul 2014; Mikle Kolyada  man-db-2.6.6.ebuild:
   sparc stable wrt bug #502916






[gentoo-commits] gentoo-x86 commit in dev-libs/libpipeline: libpipeline-1.2.5.ebuild ChangeLog

2014-10-26 Thread Mike Frysinger (vapier)
vapier  14/10/27 01:43:03

  Modified: libpipeline-1.2.5.ebuild ChangeLog
  Log:
  Mark arm64/m68k/s390/sh stable.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.12 dev-libs/libpipeline/libpipeline-1.2.5.ebuild

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

Index: libpipeline-1.2.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/libpipeline/libpipeline-1.2.5.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libpipeline-1.2.5.ebuild17 May 2014 14:00:59 -  1.11
+++ libpipeline-1.2.5.ebuild27 Oct 2014 01:43:03 -  1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libpipeline/libpipeline-1.2.5.ebuild,v 1.11 
2014/05/17 14:00:59 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libpipeline/libpipeline-1.2.5.ebuild,v 1.12 
2014/10/27 01:43:03 vapier Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="static-libs test"
 
 DEPEND="virtual/pkgconfig



1.64 dev-libs/libpipeline/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpipeline/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   26 Oct 2014 15:42:22 -  1.63
+++ ChangeLog   27 Oct 2014 01:43:03 -  1.64
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libpipeline
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpipeline/ChangeLog,v 1.63 
2014/10/26 15:42:22 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpipeline/ChangeLog,v 1.64 
2014/10/27 01:43:03 vapier Exp $
+
+  27 Oct 2014; Mike Frysinger  libpipeline-1.2.5.ebuild:
+  Mark arm64/m68k/s390/sh stable.
 
 *libpipeline-1.4.0 (26 Oct 2014)
 






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

2014-10-26 Thread Mike Frysinger (vapier)
vapier  14/10/27 01:38:27

  Modified: e2fsprogs-1.42.10.ebuild ChangeLog
  Log:
  Mark s390/sh/m68k stable.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.20 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.20&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/e2fsprogs/e2fsprogs-1.42.10.ebuild?rev=1.20&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/e2fsprogs/e2fsprogs-1.42.10.ebuild?r1=1.19&r2=1.20

Index: e2fsprogs-1.42.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/e2fsprogs-1.42.10.ebuild,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- e2fsprogs-1.42.10.ebuild9 Sep 2014 01:51:43 -   1.19
+++ e2fsprogs-1.42.10.ebuild27 Oct 2014 01:38:27 -  1.20
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/e2fsprogs-1.42.10.ebuild,v 
1.19 2014/09/09 01:51:43 jmorgan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/e2fsprogs-1.42.10.ebuild,v 
1.20 2014/10/27 01:38:27 vapier Exp $
 
 EAPI=4
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 -x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 -x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="nls static-libs elibc_FreeBSD"
 
 RDEPEND="~sys-libs/${PN}-libs-${PV}



1.298sys-fs/e2fsprogs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/ChangeLog,v
retrieving revision 1.297
retrieving revision 1.298
diff -u -r1.297 -r1.298
--- ChangeLog   9 Sep 2014 01:51:43 -   1.297
+++ ChangeLog   27 Oct 2014 01:38:27 -  1.298
@@ -1,6 +1,9 @@
 # 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.297 
2014/09/09 01:51:43 jmorgan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/ChangeLog,v 1.298 
2014/10/27 01:38:27 vapier Exp $
+
+  27 Oct 2014; Mike Frysinger  e2fsprogs-1.42.10.ebuild:
+  Mark s390/sh/m68k stable.
 
   09 Sep 2014; Jack Morgan  e2fsprogs-1.42.10.ebuild:
   sparc stable for bz512012






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

2014-10-26 Thread Davide Pesavento
commit: f1c2941f8b40e41e3413f4465c2edec1bb1a78a8
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Oct 27 00:53:22 2014 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Oct 27 00:53:22 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=f1c2941f

[dev-qt/qtcore:4] Adjust sed expression to work with multilib-wrapped headers.

Package-Manager: portage-2.2.14

---
 dev-qt/qtcore/qtcore-4.8.6.ebuild| 11 +--
 dev-qt/qtcore/qtcore-4.8..ebuild | 11 +--
 2 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/dev-qt/qtcore/qtcore-4.8.6.ebuild 
b/dev-qt/qtcore/qtcore-4.8.6.ebuild
index 7089648..841e740 100644
--- a/dev-qt/qtcore/qtcore-4.8.6.ebuild
+++ b/dev-qt/qtcore/qtcore-4.8.6.ebuild
@@ -107,18 +107,17 @@ multilib_src_install_all() {
dodir "${QT4_DATADIR#${EPREFIX}}"/mkspecs/gentoo
mv "${D}${QT4_DATADIR}"/mkspecs/{qconfig.pri,gentoo/} || die
 
-   # Framework hacking
if use aqua && [[ ${CHOST#*-darwin} -ge 9 ]]; then
+   # Framework hacking
# TODO: do this better
-   sed -i -e '2a#include \n' \
-   
"${D}${QT4_LIBDIR}"/QtCore.framework/Headers/qconfig.h \
+   sed -i -e '1i #include \n' \
+   "${D}${QT4_LIBDIR}"/QtCore.framework/Headers/qconfig.h \
|| die "sed for qconfig.h failed"
dosym "${QT4_HEADERDIR#${EPREFIX}}"/Gentoo \

"${QT4_LIBDIR#${EPREFIX}}"/QtCore.framework/Headers/Gentoo
else
-   sed -i -e '2a#include \n' \
-   "${D}${QT4_HEADERDIR}"/QtCore/qconfig.h \
-   "${D}${QT4_HEADERDIR}"/Qt/qconfig.h \
+   sed -i -e '1i #include \n' \
+   "${D}${QT4_HEADERDIR}"/Qt{,Core}/qconfig.h \
|| die "sed for qconfig.h failed"
fi
 

diff --git a/dev-qt/qtcore/qtcore-4.8..ebuild 
b/dev-qt/qtcore/qtcore-4.8..ebuild
index 7089648..841e740 100644
--- a/dev-qt/qtcore/qtcore-4.8..ebuild
+++ b/dev-qt/qtcore/qtcore-4.8..ebuild
@@ -107,18 +107,17 @@ multilib_src_install_all() {
dodir "${QT4_DATADIR#${EPREFIX}}"/mkspecs/gentoo
mv "${D}${QT4_DATADIR}"/mkspecs/{qconfig.pri,gentoo/} || die
 
-   # Framework hacking
if use aqua && [[ ${CHOST#*-darwin} -ge 9 ]]; then
+   # Framework hacking
# TODO: do this better
-   sed -i -e '2a#include \n' \
-   
"${D}${QT4_LIBDIR}"/QtCore.framework/Headers/qconfig.h \
+   sed -i -e '1i #include \n' \
+   "${D}${QT4_LIBDIR}"/QtCore.framework/Headers/qconfig.h \
|| die "sed for qconfig.h failed"
dosym "${QT4_HEADERDIR#${EPREFIX}}"/Gentoo \

"${QT4_LIBDIR#${EPREFIX}}"/QtCore.framework/Headers/Gentoo
else
-   sed -i -e '2a#include \n' \
-   "${D}${QT4_HEADERDIR}"/QtCore/qconfig.h \
-   "${D}${QT4_HEADERDIR}"/Qt/qconfig.h \
+   sed -i -e '1i #include \n' \
+   "${D}${QT4_HEADERDIR}"/Qt{,Core}/qconfig.h \
|| die "sed for qconfig.h failed"
fi
 



[gentoo-commits] dev/xmw:master commit in: dev-python/django-bootstrap-form/

2014-10-26 Thread Michael Weber
commit: 367918ad92cdf005afbf51190de8b00e3209bfc9
Author: Michael Weber  xmw  de>
AuthorDate: Mon Oct 27 00:51:04 2014 +
Commit: Michael Weber  gentoo  org>
CommitDate: Mon Oct 27 00:51:04 2014 +
URL:http://sources.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=367918ad

Initial import

Package-Manager: portage-2.2.14_rc1
Manifest-Sign-Key: 62EEF090

---
 dev-python/django-bootstrap-form/ChangeLog   |  5 +
 dev-python/django-bootstrap-form/Manifest|  1 +
 .../django-bootstrap-form-3.1.ebuild | 20 
 dev-python/django-bootstrap-form/metadata.xml|  8 
 4 files changed, 34 insertions(+)

diff --git a/dev-python/django-bootstrap-form/ChangeLog 
b/dev-python/django-bootstrap-form/ChangeLog
new file mode 100644
index 000..aa864c0
--- /dev/null
+++ b/dev-python/django-bootstrap-form/ChangeLog
@@ -0,0 +1,5 @@
+*django-bootstrap-form-3.1 (27 Oct 2014)
+
+  27 Oct 2014; Michael Weber  
+django-bootstrap-form-3.1.ebuild,
+  +metadata.xml:
+  Initial import

diff --git a/dev-python/django-bootstrap-form/Manifest 
b/dev-python/django-bootstrap-form/Manifest
new file mode 100644
index 000..19fab25
--- /dev/null
+++ b/dev-python/django-bootstrap-form/Manifest
@@ -0,0 +1 @@
+DIST django-bootstrap-form-3.1.tar.gz 3156 SHA256 
d86dc7a70cef093cb775cd5813b1f85d01fa64df0cde05a9915151dbc38eb0d1 SHA512 
1348b4033dad7a0d43ac6b30ff4788f9e2164a314f52b4c70faf735e9e26f91ee51fbb50b3a419e1b7cafa2c7033f3317dd1693e9d54c3acba158c67f492
 WHIRLPOOL 
1f91b0f83b020d8b10cfb79a9524e7ad1cc7eded71088ef2a31e9f7093b0837942fc52688af7453383446f2cf5b97b6b40a35037af3e1a5424a576c36906ad33

diff --git a/dev-python/django-bootstrap-form/django-bootstrap-form-3.1.ebuild 
b/dev-python/django-bootstrap-form/django-bootstrap-form-3.1.ebuild
new file mode 100644
index 000..78140bd
--- /dev/null
+++ b/dev-python/django-bootstrap-form/django-bootstrap-form-3.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="Twitter Bootstrap for Django Form"
+HOMEPAGE="https://github.com/tzangms/django-bootstrap-form";
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"

diff --git a/dev-python/django-bootstrap-form/metadata.xml 
b/dev-python/django-bootstrap-form/metadata.xml
new file mode 100644
index 000..5b80fb9
--- /dev/null
+++ b/dev-python/django-bootstrap-form/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+x...@gentoo.org
+Michael Weber
+
+



[gentoo-commits] gentoo-x86 commit in net-analyzer/flow-tools/files: flowcapture.initd

2014-10-26 Thread Robin H. Johnson (robbat2)
robbat2 14/10/27 00:19:51

  Modified: flowcapture.initd
  Log:
  Revbump for daemon tweak to init script.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.6  net-analyzer/flow-tools/files/flowcapture.initd

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/files/flowcapture.initd?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/files/flowcapture.initd?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/files/flowcapture.initd?r1=1.5&r2=1.6

Index: flowcapture.initd
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/flow-tools/files/flowcapture.initd,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- flowcapture.initd   12 Apr 2014 23:19:55 -  1.5
+++ flowcapture.initd   27 Oct 2014 00:19:51 -  1.6
@@ -3,7 +3,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 depend() {
-   need net
+   use net
 }
 
 start() {
@@ -11,7 +11,7 @@
checkpath -d -o flows /run/flows
start-stop-daemon --start --user ${USER} --exec /usr/bin/flow-capture \
--pidfile /run/flows/flowcapture.pid.${PORT} \
-   -- ${FLOW_OPTS} >/dev/null 2>&1
+   -- -D ${FLOW_OPTS} >/dev/null 2>&1
eend $?
 }
 






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

2014-10-26 Thread Robin H. Johnson (robbat2)
robbat2 14/10/27 00:19:51

  Modified: ChangeLog
  Added:flow-tools-0.68.5.1-r5.ebuild
  Log:
  Revbump for daemon tweak to init script.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog   23 Aug 2014 09:35:02 -  1.71
+++ ChangeLog   27 Oct 2014 00:19:51 -  1.72
@@ -1,6 +1,12 @@
 # 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.71 
2014/08/23 09:35:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/ChangeLog,v 1.72 
2014/10/27 00:19:51 robbat2 Exp $
+
+*flow-tools-0.68.5.1-r5 (27 Oct 2014)
+
+  27 Oct 2014; Robin H. Johnson 
+  +flow-tools-0.68.5.1-r5.ebuild, files/flowcapture.initd:
+  Revbump for daemon tweak to init script.
 
 *flow-tools-0.68.5.1-r4 (23 Aug 2014)
 



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

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

Index: flow-tools-0.68.5.1-r5.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-r5.ebuild,v 
1.1 2014/10/27 00:19:51 robbat2 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() {
epatch "${FILESDIR}"/${P}-run.patch
epatch "${FILESDIR}"/${P}-syslog.patch
}

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 dev-ruby/ruby-cairo-gobject: ruby-cairo-gobject-2.0.2.ebuild ruby-cairo-gobject-2.2.0.ebuild ruby-cairo-gobject-2.1.0.ebuild ruby-cairo-gobject-1.2.6.ebuild Chang

2014-10-26 Thread Patrick Lauer (patrick)
patrick 14/10/27 00:19:30

  Modified: ruby-cairo-gobject-2.0.2.ebuild
ruby-cairo-gobject-2.2.0.ebuild
ruby-cairo-gobject-2.1.0.ebuild
ruby-cairo-gobject-1.2.6.ebuild ChangeLog
  Log:
  Fix DEPNED typo
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.3  dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.0.2.ebuild

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

Index: ruby-cairo-gobject-2.0.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.0.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-cairo-gobject-2.0.2.ebuild 17 Aug 2014 10:06:46 -  1.2
+++ ruby-cairo-gobject-2.0.2.ebuild 27 Oct 2014 00:19:30 -  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-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.0.2.ebuild,v
 1.2 2014/08/17 10:06:46 blueness Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.0.2.ebuild,v
 1.3 2014/10/27 00:19:30 patrick Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -13,7 +13,7 @@
 KEYWORDS="~amd64 ~ppc"
 IUSE=""
 
-DEPNED="${DEPNED} x11-libs/cairo"
+DEPEND="${DEPEND} x11-libs/cairo"
 RDEPEND="${RDEPEND} x11-libs/cairo"
 
 ruby_add_rdepend "dev-ruby/rcairo



1.3  dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.0.ebuild

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

Index: ruby-cairo-gobject-2.2.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-cairo-gobject-2.2.0.ebuild 17 Aug 2014 10:06:46 -  1.2
+++ ruby-cairo-gobject-2.2.0.ebuild 27 Oct 2014 00:19:30 -  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-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.0.ebuild,v
 1.2 2014/08/17 10:06:46 blueness Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.0.ebuild,v
 1.3 2014/10/27 00:19:30 patrick Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -13,7 +13,7 @@
 KEYWORDS="~amd64 ~ppc"
 IUSE=""
 
-DEPNED="${DEPNED} x11-libs/cairo"
+DEPEND="${DEPEND} x11-libs/cairo"
 RDEPEND="${RDEPEND} x11-libs/cairo"
 
 ruby_add_rdepend "dev-ruby/rcairo



1.3  dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.1.0.ebuild

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

Index: ruby-cairo-gobject-2.1.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-cairo-gobject-2.1.0.ebuild 17 Aug 2014 10:06:46 -  1.2
+++ ruby-cairo-gobject-2.1.0.ebuild 27 Oct 2014 00:19:30 -  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-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.1.0.ebuild,v
 1.2 2014/08/17 10:06:46 blueness Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.1.0.ebuild,v
 1.3 2014/10/27 00:19:30 patrick Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -13,7 +13,7 @@
 KEYWORDS="~amd64 ~ppc"
 IUSE=""
 
-DEPNED="${DEPNED} x11-libs/cairo"
+DEPEND="${DEPEND} x11-libs/cairo"
 RDEPEND

[gentoo-commits] proj/gnome:master commit in: gnome-base/libgnomekbd/

2014-10-26 Thread Gilles Dartiguelongue
commit: 4f882f82adf5263405a1da2b97f8acb6855e118e
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Oct 26 23:44:38 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Oct 26 23:44:38 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4f882f82

gnome-base/libgnomekbd: clean up

This package is not useful past Gnome 3.6.

---
 gnome-base/libgnomekbd/metadata.xml | 9 -
 1 file changed, 9 deletions(-)

diff --git a/gnome-base/libgnomekbd/metadata.xml 
b/gnome-base/libgnomekbd/metadata.xml
deleted file mode 100644
index 99b3795..000
--- a/gnome-base/libgnomekbd/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  gnome
-  
-Use dev-libs/gobject-introspection
-   for introspection
-  
-



[gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/

2014-10-26 Thread Gilles Dartiguelongue
commit: 3b0e4039bc6d56a5c845c87a4782c71e6dcd1772
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Oct 26 23:43:21 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Oct 26 23:43:21 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3b0e4039

dev-libs/libpeas: clean up metadata.xml

---
 dev-libs/libpeas/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-libs/libpeas/metadata.xml b/dev-libs/libpeas/metadata.xml
index 44e6eeb..cc3500e 100644
--- a/dev-libs/libpeas/metadata.xml
+++ b/dev-libs/libpeas/metadata.xml
@@ -3,8 +3,6 @@
 
gnome

-   Build support for loading JavaScript plugins 
using
-   dev-libs/gjs
Install the glade catalog
Build support for loading 
dev-lang/python
plugins



[gentoo-commits] proj/gnome:master commit in: gnome-extra/gtkhtml/, net-libs/libgfbgraph/

2014-10-26 Thread Gilles Dartiguelongue
commit: d347a8cf4396ae6c063b1df829bb79507324b6fb
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Oct 26 23:52:44 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Oct 26 23:52:44 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d347a8cf

gnome-extra/gtkhtml: moved to gentoo-x86

---
 gnome-extra/gtkhtml/gtkhtml-4.8.0.ebuild  | 56 ---
 gnome-extra/gtkhtml/gtkhtml-.ebuild   |  3 +-
 net-libs/libgfbgraph/libgfbgraph-0.2.2.ebuild | 44 -
 net-libs/libgfbgraph/metadata.xml |  5 ---
 4 files changed, 1 insertion(+), 107 deletions(-)

diff --git a/gnome-extra/gtkhtml/gtkhtml-4.8.0.ebuild 
b/gnome-extra/gtkhtml/gtkhtml-4.8.0.ebuild
deleted file mode 100644
index 641b92a..000
--- a/gnome-extra/gtkhtml/gtkhtml-4.8.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="Lightweight HTML rendering/printing/editing engine"
-HOMEPAGE="http://projects.gnome.org/evolution/";
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="4.0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE=""
-
-# orbit is referenced in configure, but is not used anywhere else
-RDEPEND="
-   >=x11-libs/gtk+-3.2:3
-   >=x11-libs/cairo-1.10:=
-   x11-libs/pango
-   >=x11-themes/gnome-icon-theme-2.22.0
-   >=app-text/enchant-1.1.7:=
-   gnome-base/gsettings-desktop-schemas
-   >=app-text/iso-codes-0.49
-   >=net-libs/libsoup-2.26.0:2.4
-"
-DEPEND="${RDEPEND}
-   x11-proto/xproto
-   sys-devel/gettext
-   >=dev-util/intltool-0.40.0
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   # Reason?
-   ELTCONF="--reverse-deps"
-
-   # Regenerate marshallers for http://projects.gnome.org/evolution/";
+HOMEPAGE="https://git.gnome.org/browse/gtkhtml";
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="4.0"
@@ -25,7 +25,6 @@ RDEPEND="
>=x11-libs/gtk+-3.2:3
>=x11-libs/cairo-1.10:=
x11-libs/pango
-   >=x11-themes/gnome-icon-theme-2.22.0
>=app-text/enchant-1.1.7:=
gnome-base/gsettings-desktop-schemas
>=app-text/iso-codes-0.49

diff --git a/net-libs/libgfbgraph/libgfbgraph-0.2.2.ebuild 
b/net-libs/libgfbgraph/libgfbgraph-0.2.2.ebuild
deleted file mode 100644
index 1037a1d..000
--- a/net-libs/libgfbgraph/libgfbgraph-0.2.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME_ORG_MODULE="gfbgraph"
-
-inherit gnome2
-
-DESCRIPTION="A GObject library for Facebook Graph API"
-HOMEPAGE="https://git.gnome.org/browse/libgfbgraph/";
-
-LICENSE="LGPL-2.1+"
-SLOT="0.2"
-KEYWORDS="~amd64"
-IUSE="+introspection"
-
-RDEPEND="
-   dev-libs/glib:2
-   dev-libs/json-glib
-   net-libs/libsoup:2.4
-   net-libs/gnome-online-accounts
-   net-libs/rest:0.7
-   introspection? ( >=dev-libs/gobject-introspection-1.30 )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.14
-   virtual/pkgconfig
-"
-
-# FIXME: most tests seem to fail
-RESTRICT="test"
-
-src_configure() {
-   gnome2_src_configure --disable-static
-}
-
-src_install() {
-   gnome2_src_install
-   # Remove files installed in the wrong place
-   # Also, already done by portage
-   rm -rf "${ED}"/usr/doc
-}

diff --git a/net-libs/libgfbgraph/metadata.xml 
b/net-libs/libgfbgraph/metadata.xml
deleted file mode 100644
index 6e0e2ec..000
--- a/net-libs/libgfbgraph/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  gnome
-



[gentoo-commits] proj/gnome:master commit in: dev-util/glade/, dev-util/glade/files/

2014-10-26 Thread Gilles Dartiguelongue
commit: 6c3412001640ecb5905f1de5affb5ab707b1136b
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Oct 26 23:54:18 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Oct 26 23:54:18 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6c341200

dev-util/glade: moved to gentoo-x86

---
 .../glade/files/glade-3.14.1-doc-version.patch | 29 ---
 .../glade/files/glade-3.16.1-underlinking.patch| 71 
 dev-util/glade/glade-3.18.2.ebuild | 94 --
 dev-util/glade/metadata.xml|  5 --
 4 files changed, 199 deletions(-)

diff --git a/dev-util/glade/files/glade-3.14.1-doc-version.patch 
b/dev-util/glade/files/glade-3.14.1-doc-version.patch
deleted file mode 100644
index 39c9641..000
--- a/dev-util/glade/files/glade-3.14.1-doc-version.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From e3e91245e730f0532e913fde910054f464085241 Mon Sep 17 00:00:00 2001
-From: Alexandre Rostovtsev 
-Date: Sun, 6 May 2012 22:40:47 -0400
-Subject: [PATCH] Version glade documentation
-
-Rename gnome help files to prevent collision with other versions.
-
-Avoid loading glade-3.8's devhelp files.

- help/Makefile.am   |5 -
- src/glade-window.c |2 +-
- 2 files changed, 5 insertions(+), 2 deletions(-)
-
-diff --git a/src/glade-window.c b/src/glade-window.c
-index 89a4549..4eb8be5 100644
 a/src/glade-window.c
-+++ b/src/glade-window.c
-@@ -2041,7 +2041,7 @@ show_developer_manual_cb (GtkAction * action, 
GladeWindow * window)
- {
-   if (glade_util_have_devhelp ())
- {
--  glade_util_search_devhelp ("gladeui", NULL, NULL);
-+  glade_util_search_devhelp ("gladeui-2", NULL, NULL);
-   return;
- }
- 
--- 
-1.7.8.6
-

diff --git a/dev-util/glade/files/glade-3.16.1-underlinking.patch 
b/dev-util/glade/files/glade-3.16.1-underlinking.patch
deleted file mode 100644
index b97426c..000
--- a/dev-util/glade/files/glade-3.16.1-underlinking.patch
+++ /dev/null
@@ -1,71 +0,0 @@
- gladeui/Makefile.am | 4 ++--
- src/Makefile.am | 2 +-
- tests/Makefile.am   | 6 +++---
- 3 files changed, 6 insertions(+), 6 deletions(-)
-
-diff --git a/gladeui/Makefile.am b/gladeui/Makefile.am
-index 87d610c..8fc02a0 100644
 a/gladeui/Makefile.am
-+++ b/gladeui/Makefile.am
-@@ -19,7 +19,7 @@ glade_previewer_CFLAGS =   \
- 
- glade_previewer_LDFLAGS = $(AM_LDFLAGS)
- 
--glade_previewer_LDADD = libgladeui-2.la $(GTK_MAC_LIBS)
-+glade_previewer_LDADD = libgladeui-2.la $(GTK_MAC_LIBS) -lm
- 
- glade_previewer_SOURCES = \
-   glade-previewer.c \
-@@ -263,7 +263,7 @@ introspection_sources = $(libgladeui_2_la_SOURCES) 
$(libgladeuiinclude_HEADERS)
- Gladeui-2.0.gir: libgladeui-2.la
- Gladeui_2_0_gir_INCLUDES = Gtk-3.0
- Gladeui_2_0_gir_CFLAGS = $(INCLUDES)
--Gladeui_2_0_gir_LIBS = libgladeui-2.la
-+Gladeui_2_0_gir_LIBS = libgladeui-2.la m
- Gladeui_2_0_gir_FILES = $(introspection_sources)
- INTROSPECTION_GIRS += Gladeui-2.0.gir
- 
-diff --git a/src/Makefile.am b/src/Makefile.am
-index 89e597e..83dd436 100644
 a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -18,7 +18,7 @@ glade_CFLAGS =   \
- 
- glade_LDFLAGS = $(AM_LDFLAGS) $(GMODULE_EXPORT_LDFLAGS)
- 
--glade_LDADD = $(top_builddir)/gladeui/libgladeui-2.la $(GTK_MAC_LIBS)
-+glade_LDADD = $(top_builddir)/gladeui/libgladeui-2.la $(GTK_MAC_LIBS) -lm
- 
- BUILT_SOURCES = glade-resources.c glade-resources.h
- 
-diff --git a/tests/Makefile.am b/tests/Makefile.am
-index fc96195..3099186 100644
 a/tests/Makefile.am
-+++ b/tests/Makefile.am
-@@ -28,7 +28,7 @@ progs_ldadd = $(top_builddir)/gladeui/libgladeui-2.la
- create_widgets_CPPFLAGS = $(progs_cppflags)
- create_widgets_CFLAGS   = $(progs_cflags)
- create_widgets_LDFLAGS  = $(progs_libs)
--create_widgets_LDADD= $(progs_ldadd)
-+create_widgets_LDADD= $(progs_ldadd) -lm
- create_widgets_SOURCES  = create-widgets.c
- 
- # Test that various types of container widgets
-@@ -37,7 +37,7 @@ create_widgets_SOURCES  = create-widgets.c
- add_child_CPPFLAGS = $(progs_cppflags)
- add_child_CFLAGS   = $(progs_cflags)
- add_child_LDFLAGS  = $(progs_libs)
--add_child_LDADD= $(progs_ldadd)
-+add_child_LDADD= $(progs_ldadd) -lm
- add_child_SOURCES  = add-child.c
- 
- TOPLEVEL_ORDER_FILES = \
-@@ -63,7 +63,7 @@ toplevel-order-resources.c: $(TOPLEVEL_ORDER_FILES)
- toplevel_order_CPPFLAGS = $(progs_cppflags)
- toplevel_order_CFLAGS   = $(progs_cflags)
- toplevel_order_LDFLAGS  = $(progs_libs)
--toplevel_order_LDADD= $(progs_ldadd)
-+toplevel_order_LDADD= $(progs_ldadd) -lm
- toplevel_order_SOURCES  = \
-   toplevel-order.c \
-   toplevel-order-resources.c

diff --git a/dev-util/glade/glade-3.18.2.ebuild 
b/dev-util/glade/glade-3.18.2.ebuild
deleted file mode 100644
index 0d98e4f..000
--- a/dev-util/glade/glade-3.18.2.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License

[gentoo-commits] proj/gnome:master commit in: gnome-extra/mousetweaks/

2014-10-26 Thread Gilles Dartiguelongue
commit: cfd532c30b36ff81065ce28506c7e471f85163e1
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Oct 26 23:53:20 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Oct 26 23:53:20 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=cfd532c3

gnome-extra/mousetweaks: moved to gentoo-x86

---
 gnome-extra/mousetweaks/metadata.xml  | 19 --
 gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild | 31 ---
 2 files changed, 50 deletions(-)

diff --git a/gnome-extra/mousetweaks/metadata.xml 
b/gnome-extra/mousetweaks/metadata.xml
deleted file mode 100644
index 6080569..000
--- a/gnome-extra/mousetweaks/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  gnome
-  
-Mousetweaks is an Accessibility Software whose developement started as a GSoC
-2007 project under Ubuntu. It brings additional fonctionalities to the pointer
-that allow a user to:
-
-* open the contextual menu by clicking and holding the left button; it is
-   * for example useful for users that can manipulate only one button
-* perform the 4 click types (left click, double click, drag click and
-   * right click) by software; it is for example useful for users that are
-   * not able to manipulate any button
-   * to lock the pointer temporarily into an area on the screen; it is
-   * for example useful for people that have to use their pointing
-   * hardware not only for the computer
-  
-

diff --git a/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild 
b/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild
deleted file mode 100644
index 6ae0862..000
--- a/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="Mouse accessibility enhancements for the GNOME desktop"
-HOMEPAGE="http://live.gnome.org/Mousetweaks/Home";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.25.9:2
-   >=x11-libs/gtk+-3:3
-   >=gnome-base/gsettings-desktop-schemas-0.1
-
-   x11-libs/libX11
-   x11-libs/libXtst
-   x11-libs/libXfixes
-   x11-libs/libXcursor
-"
-DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.40
-   virtual/pkgconfig
-"



[gentoo-commits] proj/gnome:master commit in: gnome-extra/nautilus-tracker-tags/

2014-10-26 Thread Gilles Dartiguelongue
commit: 58d5baf946ebc84241d8a07afd9a1e6f2b1b4843
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Mon Oct 27 00:03:59 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Mon Oct 27 00:04:12 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=58d5baf9

gnome-extra/nautilus-tracker-tags: fix build

---
 gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.2.3.ebuild 
b/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.2.3.ebuild
index 06ed321..9ed240c 100644
--- a/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.2.3.ebuild
+++ b/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.2.3.ebuild
@@ -31,7 +31,7 @@ S="${S}/src/plugins/nautilus"
 
 pkg_setup() {
tc-export CC
-   export TRACKER_API=${GNOME_ORG_PVP}
+   export TRACKER_API=1.0
 }
 
 src_prepare() {



[gentoo-commits] proj/gnome:master commit in: dev-libs/json-glib/

2014-10-26 Thread Gilles Dartiguelongue
commit: c3e879093ef865638eccc9cfd2b3ee045ef96dc5
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Oct 26 23:53:36 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Oct 26 23:53:36 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c3e87909

dev-libs/json-glib: moved to gentoo-x86

---
 dev-libs/json-glib/json-glib-1.0.0.ebuild | 43 ---
 dev-libs/json-glib/metadata.xml   |  5 
 2 files changed, 48 deletions(-)

diff --git a/dev-libs/json-glib/json-glib-1.0.0.ebuild 
b/dev-libs/json-glib/json-glib-1.0.0.ebuild
deleted file mode 100644
index e318e9a..000
--- a/dev-libs/json-glib/json-glib-1.0.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="A library providing GLib serialization and deserialization 
support for the JSON format"
-HOMEPAGE="https://wiki.gnome.org/JsonGlib";
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
-IUSE="debug +introspection"
-
-RDEPEND="
-   >=dev-libs/glib-2.37.6:2
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
-"
-DEPEND="${RDEPEND}
-   ~app-text/docbook-xml-dtd-4.1.2
-   app-text/docbook-xsl-stylesheets
-   dev-libs/libxslt
-   >=dev-util/gtk-doc-am-1.20
-   >=sys-devel/gettext-0.18
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   # Do not touch CFLAGS
-   sed -e 's/CFLAGS -g/CFLAGS/' -i "${S}"/configure || die
-}
-
-src_configure() {
-   # Coverage support is useless, and causes runtime problems
-   gnome2_src_configure \
-   --enable-man \
-   --disable-gcov \
-   $(usex debug --enable-debug=yes --enable-debug=minimum) \
-   $(use_enable introspection)
-}

diff --git a/dev-libs/json-glib/metadata.xml b/dev-libs/json-glib/metadata.xml
deleted file mode 100644
index 6e0e2ec..000
--- a/dev-libs/json-glib/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  gnome
-



[gentoo-commits] proj/gnome:master commit in: gnome-extra/sushi/

2014-10-26 Thread Gilles Dartiguelongue
commit: 8129e4639c9a60dc1d087a970aa7fac6f0fdb82c
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Oct 26 23:46:49 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Oct 26 23:46:49 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8129e463

gnome-extra/sushi: moved to gentoo-x86

---
 gnome-extra/sushi/sushi-3.12.0.ebuild | 53 ---
 1 file changed, 53 deletions(-)

diff --git a/gnome-extra/sushi/sushi-3.12.0.ebuild 
b/gnome-extra/sushi/sushi-3.12.0.ebuild
deleted file mode 100644
index 7f543ae..000
--- a/gnome-extra/sushi/sushi-3.12.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
-HOMEPAGE="http://git.gnome.org/browse/sushi";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="office"
-
-# Optional app-office/unoconv support (OOo to pdf)
-# freetype needed for font loader
-# libX11 needed for sushi_create_foreign_window()
-COMMON_DEPEND="
-   >=x11-libs/gdk-pixbuf-2.23[introspection]
-   >=dev-libs/gjs-1.40
-   >=dev-libs/glib-2.29.14:2
-   >=dev-libs/gobject-introspection-0.9.6
-   >=media-libs/clutter-1.11.4:1.0[introspection]
-   >=media-libs/clutter-gtk-1.0.1:1.0[introspection]
-   >=x11-libs/gtk+-3.4.0:3[introspection]
-
-   >=app-text/evince-3.0[introspection]
-   media-libs/freetype:2
-   media-libs/gstreamer:1.0[introspection]
-   media-libs/gst-plugins-base:1.0[introspection]
-   media-libs/clutter-gst:2.0[introspection]
-   media-libs/musicbrainz:5
-   net-libs/webkit-gtk:3[introspection]
-   x11-libs/gtksourceview:3.0[introspection]
-   x11-libs/libX11
-
-   office? ( app-office/unoconv )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.40
-   virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
-   >=gnome-base/nautilus-3.1.90
-   x11-themes/gnome-icon-theme-symbolic
-"
-
-src_configure() {
-   gnome2_src_configure --disable-static
-}



[gentoo-commits] proj/gnome:master commit in: gnome-extra/nautilus-tracker-tags/

2014-10-26 Thread Gilles Dartiguelongue
commit: 77c710be6dee6296d043c876ba77c72acc4b2015
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Oct 26 23:34:49 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Oct 26 23:34:49 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=77c710be

gnome-extra/nautilus-tracker-tags: 1.0.4 → 1.2.3

---
 ...s-tracker-tags-1.0.0.ebuild => nautilus-tracker-tags-1.2.3.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.0.0.ebuild 
b/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.2.3.ebuild
similarity index 90%
rename from gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.0.0.ebuild
rename to gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.2.3.ebuild
index dfc1470..06ed321 100644
--- a/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.0.0.ebuild
+++ b/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -8,7 +8,7 @@ GNOME_ORG_MODULE="tracker"
 inherit gnome.org toolchain-funcs
 
 DESCRIPTION="Nautilus extension to tag files for Tracker"
-HOMEPAGE="https://projects.gnome.org/tracker/";
+HOMEPAGE="https://wiki.gnome.org/Projects/Tracker";
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] proj/gnome:master commit in: app-misc/tracker/

2014-10-26 Thread Gilles Dartiguelongue
commit: 4bec0e7d4da7d570e1328df32f02d0d6b9c70422
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Oct 26 23:33:29 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Oct 26 23:33:29 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4bec0e7d

app-misc/tracker: 1.0.4 → 1.2.3

---
 .../{tracker-1.0.0.ebuild => tracker-1.2.3.ebuild} | 31 +-
 1 file changed, 18 insertions(+), 13 deletions(-)

diff --git a/app-misc/tracker/tracker-1.0.0.ebuild 
b/app-misc/tracker/tracker-1.2.3.ebuild
similarity index 90%
rename from app-misc/tracker/tracker-1.0.0.ebuild
rename to app-misc/tracker/tracker-1.2.3.ebuild
index d2bb013..22bdbdd 100644
--- a/app-misc/tracker/tracker-1.0.0.ebuild
+++ b/app-misc/tracker/tracker-1.2.3.ebuild
@@ -1,21 +1,24 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tracker/tracker-1.0.4.ebuild,v 1.2 
2014/09/26 20:38:21 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 PYTHON_COMPAT=( python2_{6,7} )
-VALA_MIN_API_VERSION="0.14"
+VALA_MIN_API_VERSION="0.18"
 
-inherit autotools gnome2 linux-info multilib python-any-r1 vala versionator 
virtualx
+inherit autotools eutils gnome2 linux-info multilib python-any-r1 vala 
versionator virtualx
 
 DESCRIPTION="A tagging metadata database, search tool and indexer"
-HOMEPAGE="http://projects.gnome.org/tracker/";
+HOMEPAGE="https://wiki.gnome.org/Projects/Tracker";
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0/100"
-IUSE="cue eds elibc_glibc exif ffmpeg firefox-bookmarks flac gif gsf gstreamer 
gtk iptc +iso +jpeg laptop +miner-fs mp3 nautilus networkmanager pdf playlist 
rss test thunderbird +tiff upnp-av +vorbis +xml xmp xps"
+IUSE="cue eds elibc_glibc exif ffmpeg firefox-bookmarks flac gif gsf
+gstreamer gtk iptc +iso +jpeg +miner-fs mp3 nautilus networkmanager
+pdf playlist rss test thunderbird +tiff upnp-av upower +vorbis +xml xmp xps"
+
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 REQUIRED_USE="
@@ -38,7 +41,7 @@ RDEPEND="
>=media-gfx/imagemagick-5.2.1[png,jpeg=]
media-gfx/graphicsmagick[imagemagick,png,jpeg=] )
>=media-libs/libpng-1.2:0=
-   >=media-libs/libmediaart-0.1:1.0
+   >=media-libs/libmediaart-0.5:1.0
>=x11-libs/pango-1:=
sys-apps/util-linux
 
@@ -66,7 +69,7 @@ RDEPEND="
iptc? ( media-libs/libiptcdata )
iso? ( >=sys-libs/libosinfo-0.2.9:= )
jpeg? ( virtual/jpeg:0 )
-   laptop? ( >=sys-power/upower-0.9 )
+   upower? ( || ( >=sys-power/upower-0.9:= sys-power/upower-pm-utils ) )
mp3? ( >=media-libs/taglib-1.6 )
networkmanager? ( >=net-misc/networkmanager-0.8 )
pdf? (
@@ -90,7 +93,7 @@ DEPEND="${RDEPEND}
${PYTHON_DEPS}
$(vala_depend)
>=dev-util/gtk-doc-am-1.8
-   >=dev-util/intltool-0.40
+   >=dev-util/intltool-0.40.0
>=sys-devel/gettext-0.17
virtual/pkgconfig
gtk? ( >=dev-libs/libgee-0.3 )
@@ -173,12 +176,14 @@ src_configure() {
--enable-icon \
--enable-ps \
--enable-text \
-   --enable-guarantee-metadata \
--enable-introspection \
--enable-libpng \
--enable-libmediaart \
+   --enable-miner-apps \
+   --enable-miner-user-guides \
--enable-tracker-fts \
-   --with-enca \
+   --enable-tracker-writeback \
+   --enable-enca \
--with-unicode-support=libicu \
$(use_enable cue libcue) \
$(use_enable eds miner-evolution) \
@@ -194,7 +199,7 @@ src_configure() {
$(use_enable iptc libiptcdata) \
$(use_enable iso libosinfo) \
$(use_enable jpeg libjpeg) \
-   $(use_enable laptop upower) \
+   $(use_enable upower upower) \
$(use_enable miner-fs) \
$(use_enable mp3 taglib) \
$(use_enable mp3) \
@@ -218,7 +223,7 @@ src_configure() {
 src_test() {
export G_MESSAGES_DEBUG=all # upstream bug #699401#c1
unset DBUS_SESSION_BUS_ADDRESS
-   Xemake check XDG_DATA_HOME="${T}" XDG_CONFIG_HOME="${T}"
+   Xemake check
 }
 
 src_install() {



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

2014-10-26 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Oct 26 23:36:50 2014 +

New tag: 20141025




[gentoo-commits] dev/xmw:master commit in: net-dns/nsupdate-info/

2014-10-26 Thread Michael Weber
commit: 3d013184f04e48b8519b803614d1ae91d7e52b18
Author: Michael Weber  xmw  de>
AuthorDate: Sun Oct 26 23:21:43 2014 +
Commit: Michael Weber  gentoo  org>
CommitDate: Sun Oct 26 23:21:43 2014 +
URL:http://sources.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=3d013184

Initial import

Package-Manager: portage-2.2.14_rc1
Manifest-Sign-Key: 62EEF090

---
 net-dns/nsupdate-info/ChangeLog |  5 +
 net-dns/nsupdate-info/metadata.xml  |  8 
 net-dns/nsupdate-info/nsupdate-info-.ebuild | 20 
 3 files changed, 33 insertions(+)

diff --git a/net-dns/nsupdate-info/ChangeLog b/net-dns/nsupdate-info/ChangeLog
new file mode 100644
index 000..ca1e3d2
--- /dev/null
+++ b/net-dns/nsupdate-info/ChangeLog
@@ -0,0 +1,5 @@
+*nsupdate-info- (26 Oct 2014)
+
+  26 Oct 2014; Michael Weber  +metadata.xml,
+  +nsupdate-info-.ebuild:
+  Initial import

diff --git a/net-dns/nsupdate-info/metadata.xml 
b/net-dns/nsupdate-info/metadata.xml
new file mode 100644
index 000..5b80fb9
--- /dev/null
+++ b/net-dns/nsupdate-info/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+x...@gentoo.org
+Michael Weber
+
+

diff --git a/net-dns/nsupdate-info/nsupdate-info-.ebuild 
b/net-dns/nsupdate-info/nsupdate-info-.ebuild
new file mode 100644
index 000..a5fff81
--- /dev/null
+++ b/net-dns/nsupdate-info/nsupdate-info-.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+inherit distutils-r1 git-r3
+
+DESCRIPTION="Dynamic DNS service"
+HOMEPAGE="https://github.com/nsupdate-info/nsupdate.info";
+EGIT_REPO_URI="https://github.com/nsupdate-info/nsupdate.info.git";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"



[gentoo-commits] gentoo-x86 commit in dev-perl/LWP-Protocol-https: ChangeLog LWP-Protocol-https-6.60.0.ebuild LWP-Protocol-https-6.40.0.ebuild

2014-10-26 Thread Andreas HAttel (dilfridge)
dilfridge14/10/26 23:09:05

  Modified: ChangeLog
  Added:LWP-Protocol-https-6.60.0.ebuild
  Removed:  LWP-Protocol-https-6.40.0.ebuild
  Log:
  Version bump, adding patch for bug 509666
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.36 dev-perl/LWP-Protocol-https/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/LWP-Protocol-https/ChangeLog?rev=1.36&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/LWP-Protocol-https/ChangeLog?rev=1.36&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/LWP-Protocol-https/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/LWP-Protocol-https/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   28 Aug 2014 17:58:48 -  1.35
+++ ChangeLog   26 Oct 2014 23:09:05 -  1.36
@@ -1,6 +1,14 @@
 # ChangeLog for dev-perl/LWP-Protocol-https
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/LWP-Protocol-https/ChangeLog,v 
1.35 2014/08/28 17:58:48 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/LWP-Protocol-https/ChangeLog,v 
1.36 2014/10/26 23:09:05 dilfridge Exp $
+
+*LWP-Protocol-https-6.60.0 (26 Oct 2014)
+
+  26 Oct 2014; Andreas K. Huettel 
+  -LWP-Protocol-https-6.40.0.ebuild, +LWP-Protocol-https-6.60.0.ebuild,
+  +files/LWP-Protocol-https-6.60.0-CVE-2014-3230.patch,
+  +files/LWP-Protocol-https-6.60.0-etcsslcerts.patch:
+  Version bump, adding patch for bug 509666
 
   28 Aug 2014; Mikle Kolyada 
   -LWP-Protocol-https-6.20.0.ebuild:



1.1  
dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.60.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.60.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.60.0.ebuild?rev=1.1&content-type=text/plain

Index: LWP-Protocol-https-6.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/LWP-Protocol-https/LWP-Protocol-https-6.60.0.ebuild,v
 1.1 2014/10/26 23:09:05 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=MSCHILLI
MODULE_VERSION=6.06
inherit perl-module

DESCRIPTION="Provide https support for LWP::UserAgent"
SRC_URI+=" 
http://dev.gentoo.org/~tove/distfiles/${CATEGORY}/${PN}/${PN}_ca-cert-r1.patch.gz";

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

RDEPEND="
app-misc/ca-certificates
>=dev-perl/libwww-perl-6.20.0
>=dev-perl/Net-HTTP-6
>=dev-perl/IO-Socket-SSL-1.540.0
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"

PATCHES=(
"${FILESDIR}"/${PN}-6.60.0-etcsslcerts.patch
"${FILESDIR}"/${PN}-6.60.0-CVE-2014-3230.patch
)

SRC_TEST=online






[gentoo-commits] gentoo-x86 commit in dev-perl/LWP-Protocol-https/files: LWP-Protocol-https-6.60.0-etcsslcerts.patch LWP-Protocol-https-6.60.0-CVE-2014-3230.patch

2014-10-26 Thread Andreas HAttel (dilfridge)
dilfridge14/10/26 23:09:05

  Added:LWP-Protocol-https-6.60.0-etcsslcerts.patch
LWP-Protocol-https-6.60.0-CVE-2014-3230.patch
  Log:
  Version bump, adding patch for bug 509666
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.1  
dev-perl/LWP-Protocol-https/files/LWP-Protocol-https-6.60.0-etcsslcerts.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/LWP-Protocol-https/files/LWP-Protocol-https-6.60.0-etcsslcerts.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/LWP-Protocol-https/files/LWP-Protocol-https-6.60.0-etcsslcerts.patch?rev=1.1&content-type=text/plain

Index: LWP-Protocol-https-6.60.0-etcsslcerts.patch
===
See https://bugs.gentoo.org/358081


diff -ruN LWP-Protocol-https-6.06.orig/lib/LWP/Protocol/https.pm 
LWP-Protocol-https-6.06/lib/LWP/Protocol/https.pm
--- LWP-Protocol-https-6.06.orig/lib/LWP/Protocol/https.pm  2014-04-18 
18:33:26.0 +0200
+++ LWP-Protocol-https-6.06/lib/LWP/Protocol/https.pm   2014-10-27 
00:04:50.604802937 +0100
@@ -25,25 +25,7 @@
 }
 if ($ssl_opts{SSL_verify_mode}) {
unless (exists $ssl_opts{SSL_ca_file} || exists $ssl_opts{SSL_ca_path}) 
{
-   eval {
-   require Mozilla::CA;
-   };
-   if ($@) {
-   if ($@ =! /^Can't locate Mozilla\/CA\.pm/) {
-   $@ = <<'EOT';
-Can't verify SSL peers without knowing which Certificate Authorities to trust
-
-This problem can be fixed by either setting the PERL_LWP_SSL_CA_FILE
-environment variable or by installing the Mozilla::CA module.
-
-To disable verification of SSL peers set the PERL_LWP_SSL_VERIFY_HOSTNAME
-environment variable to 0.  If you do this you can't be sure that you
-communicate with the expected peer.
-EOT
-   }
-   die $@;
-   }
-   $ssl_opts{SSL_ca_file} = Mozilla::CA::SSL_ca_file();
+   $ssl_opts{SSL_ca_path} = '/etc/ssl/certs';
}
 }
 $self->{ssl_opts} = \%ssl_opts;



1.1  
dev-perl/LWP-Protocol-https/files/LWP-Protocol-https-6.60.0-CVE-2014-3230.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/LWP-Protocol-https/files/LWP-Protocol-https-6.60.0-CVE-2014-3230.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/LWP-Protocol-https/files/LWP-Protocol-https-6.60.0-CVE-2014-3230.patch?rev=1.1&content-type=text/plain

Index: LWP-Protocol-https-6.60.0-CVE-2014-3230.patch
===
Source: https://bugzilla.redhat.com/show_bug.cgi?id=1094440

This patch combines the following two:
https://bugzilla.redhat.com/attachment.cgi?id=894747
https://bugzilla.redhat.com/attachment.cgi?id=894748

diff -ruN LWP-Protocol-https-6.06.orig/lib/LWP/Protocol/https.pm 
LWP-Protocol-https-6.06/lib/LWP/Protocol/https.pm
--- LWP-Protocol-https-6.06.orig/lib/LWP/Protocol/https.pm  2014-04-18 
18:33:26.0 +0200
+++ LWP-Protocol-https-6.06/lib/LWP/Protocol/https.pm   2014-10-26 
23:57:27.714303175 +0100
@@ -21,7 +21,11 @@
$ssl_opts{SSL_verifycn_scheme} = 'www';
 }
 else {
-   $ssl_opts{SSL_verify_mode} = 0;
+   if ( $Net::HTTPS::SSL_SOCKET_CLASS eq 'Net::SSL' ) {
+   $ssl_opts{SSL_verifycn_scheme} = '';
+   } else {
+   $ssl_opts{SSL_verifycn_scheme} = 'none';
+   }
 }
 if ($ssl_opts{SSL_verify_mode}) {
unless (exists $ssl_opts{SSL_ca_file} || exists $ssl_opts{SSL_ca_path}) 
{






[gentoo-commits] gentoo-x86 commit in dev-perl/LWP-Protocol-https/files: - New directory

2014-10-26 Thread Andreas HAttel (dilfridge)
dilfridge14/10/26 23:07:38

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-perl/LWP-Protocol-https/files added to 
the repository



[gentoo-commits] gentoo-x86 commit in app-text/unpaper: metadata.xml unpaper-5.1.ebuild unpaper-9999.ebuild unpaper-6.1.ebuild ChangeLog unpaper-0.4.2.ebuild

2014-10-26 Thread Diego Petteno (flameeyes)
flameeyes14/10/26 23:07:48

  Modified: metadata.xml unpaper-5.1.ebuild unpaper-.ebuild
ChangeLog
  Added:unpaper-6.1.ebuild
  Removed:  unpaper-0.4.2.ebuild
  Log:
  Version bump to unpaper-6.2, which uses libav/ffmpeg. Also update live ebuild 
for the new deps. Use autotools-utils for kicks.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.3  app-text/unpaper/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-text/unpaper/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml25 Sep 2011 12:01:14 -  1.2
+++ metadata.xml26 Oct 2014 23:07:48 -  1.3
@@ -4,4 +4,8 @@
   
 flamee...@gentoo.org
   
+  
+Flameeyes/unpaper
+https://github.com/Flameeyes/unpaper/issues
+  
 



1.2  app-text/unpaper/unpaper-5.1.ebuild

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

Index: unpaper-5.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/unpaper/unpaper-5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unpaper-5.1.ebuild  8 Jul 2013 09:20:43 -   1.1
+++ unpaper-5.1.ebuild  26 Oct 2014 23:07:48 -  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/app-text/unpaper/unpaper-5.1.ebuild,v 1.1 
2013/07/08 09:20:43 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/unpaper/unpaper-5.1.ebuild,v 1.2 
2014/10/26 23:07:48 flameeyes Exp $
 
 EAPI=5
 
@@ -8,12 +8,12 @@
EGIT_REPO_URI="https://github.com/Flameeyes/unpaper.git";
inherit git-2 autotools
 else
-   SRC_URI="http://www.flameeyes.eu/files/${P}.tar.xz";
+   SRC_URI="https://www.flameeyes.eu/files/${P}.tar.xz";
KEYWORDS="~amd64 ~x86"
 fi
 
 DESCRIPTION="Post-processor for scanned and photocopied book pages"
-HOMEPAGE="http://www.flameeyes.eu/projects/unpaper";
+HOMEPAGE="https://www.flameeyes.eu/projects/unpaper";
 
 LICENSE="GPL-2"
 



1.6  app-text/unpaper/unpaper-.ebuild

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

Index: unpaper-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/unpaper/unpaper-.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- unpaper-.ebuild 28 Jun 2013 16:32:47 -  1.5
+++ unpaper-.ebuild 26 Oct 2014 23:07:48 -  1.6
@@ -1,38 +1,40 @@
-# 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-text/unpaper/unpaper-.ebuild,v 1.5 
2013/06/28 16:32:47 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/unpaper/unpaper-.ebuild,v 1.6 
2014/10/26 23:07:48 flameeyes Exp $
 
 EAPI=5
 
+inherit autotools-utils
+
 if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/Flameeyes/unpaper.git";
inherit git-2 autotools
 else
-   SRC_URI="http://www.flameeyes.eu/files/${P}.tar.xz";
+   SRC_URI="https://www.flameeyes.eu/files/${P}.tar.xz";
KEYWORDS="~amd64 ~x86"
 fi
 
 DESCRIPTION="Post-processor for scanned and photocopied book pages"
-HOMEPAGE="http://www.flameeyes.eu/projects/unpaper";
+HOMEPAGE="https://www.flameeyes.eu/projects/unpaper";
 
 LICENSE="GPL-2"
 
 SLOT="0"
 IUSE="test"
 
-DEPEND="test? ( media-libs/netpbm[png] )
-   dev-libs/libxslt
-   app-text/docbook-xsl-ns-stylesheets"
-RDEPEND=""
+RDEPEND="|| ( >=media-video/libav-10[encode] >=media-video/ffmpeg-2[encode] )"
+DEPEND="dev-libs/libxslt
+   app-text/docbook-xsl-ns-stylesheets
+   v

[gentoo-commits] gentoo-x86 commit in sys-apps/openrc: openrc-9999.ebuild openrc-0.13.2.ebuild ChangeLog

2014-10-26 Thread William Hubbs (williamh)
williamh14/10/26 22:31:53

  Modified: openrc-.ebuild ChangeLog
  Added:openrc-0.13.2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 0x30C46538)

Revision  ChangesPath
1.139sys-apps/openrc/openrc-.ebuild

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

Index: openrc-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-.ebuild,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- openrc-.ebuild  22 Aug 2014 20:17:35 -  1.138
+++ openrc-.ebuild  26 Oct 2014 22:31:52 -  1.139
@@ -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/openrc/openrc-.ebuild,v 1.138 
2014/08/22 20:17:35 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-.ebuild,v 1.139 
2014/10/26 22:31:52 williamh Exp $
 
 EAPI=5
 
@@ -291,12 +291,14 @@
ewarn "Or, you have the option of emerging openrc with the 
newnet"
ewarn "use flag and configuring /etc/conf.d/network and"
ewarn "/etc/conf.d/staticroute if you only use static 
interfaces."
+   ewarn
fi
 
if use newnet && [ ! -e "${EROOT}"etc/runlevels/boot/network ]; then
ewarn "Please add the network service to your boot runlevel"
ewarn "as soon as possible. Not doing so could leave you with a 
system"
ewarn "without networking."
+   ewarn
fi
 
ewarn "In this version of OpenRC, the loopback interface no longer"
@@ -308,12 +310,15 @@
ewarn "need net be dropped from the dependencies."
ewarn "The bug you file should block the following tracker:"
ewarn "https://bugs.gentoo.org/show_bug.cgi?id=439092";
+   ewarn
 
-   ewarn "This version of OpenRC doesn't enable nfs mounts automatically 
any"
-   ewarn "longer. In order to mount nfs file systems, you must use the"
-   ewarn "nfsmount service from the nfs-utils package."
-   ewarn "See bug https://bugs.gentoo.org/show_bug.cgi?id=427996 for"
-   ewarn "more information on this."
+   # Updated for 0.13.2.
+   ewarn "Bug https://bugs.gentoo.org/show_bug.cgi?id=427996 was not"
+   ewarn "fixed correctly in earlier versions of OpenRC."
+   ewarn "The correct fix is implemented in this version, but that"
+   ewarn "means netmount needs to be added to the default runlevel if"
+   ewarn "you are using nfs file systems."
+   ewarn
 
elog "You should now update all files in /etc, using etc-update"
elog "or equivalent before restarting any services or this host."



1.309sys-apps/openrc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -r1.308 -r1.309
--- ChangeLog   22 Aug 2014 20:17:35 -  1.308
+++ ChangeLog   26 Oct 2014 22:31:52 -  1.309
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/openrc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.308 
2014/08/22 20:17:35 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.309 
2014/10/26 22:31:52 williamh Exp $
+
+*openrc-0.13.2 (26 Oct 2014)
+
+  26 Oct 2014; William Hubbs  +openrc-0.13.2.ebuild,
+  openrc-.ebuild:
+  version bump
 
   22 Aug 2014; William Hubbs  openrc-.ebuild:
   sync live ebuild



1.1  sys-apps/openrc/openrc-0.13.2.ebuild

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

Index: openrc-0.13.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x

[gentoo-commits] gentoo-x86 commit in dev-perl/Cache-FastMmap: metadata.xml ChangeLog Cache-FastMmap-1.400.0.ebuild

2014-10-26 Thread Andreas HAttel (dilfridge)
dilfridge14/10/26 22:24:08

  Added:metadata.xml ChangeLog
Cache-FastMmap-1.400.0.ebuild
  Log:
  New package, based on an ebuild by Andreis Vinogradovs. Bug 434124.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.1  dev-perl/Cache-FastMmap/metadata.xml

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

Index: metadata.xml
===

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

  perl




1.1  dev-perl/Cache-FastMmap/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-perl/Cache-FastMmap
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-FastMmap/ChangeLog,v 1.1 
2014/10/26 22:24:08 dilfridge Exp $

*Cache-FastMmap-1.400.0 (26 Oct 2014)

  26 Oct 2014; Andreas K. Huettel 
  +Cache-FastMmap-1.400.0.ebuild, +metadata.xml:
  New package, based on an ebuild by Andreis Vinogradovs. Bug 434124.




1.1  dev-perl/Cache-FastMmap/Cache-FastMmap-1.400.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cache-FastMmap/Cache-FastMmap-1.400.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cache-FastMmap/Cache-FastMmap-1.400.0.ebuild?rev=1.1&content-type=text/plain

Index: Cache-FastMmap-1.400.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/Cache-FastMmap/Cache-FastMmap-1.400.0.ebuild,v 
1.1 2014/10/26 22:24:08 dilfridge Exp $

EAPI=5
MODULE_AUTHOR=ROBM
MODULE_VERSION=1.40
inherit perl-module

DESCRIPTION='Uses an mmaped file to act as a shared memory interprocess cache'
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="
virtual/perl-ExtUtils-MakeMaker
"
RDEPEND="${DEPEND}
virtual/perl-Storable
"

SRC_TEST="do"






[gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog package.mask

2014-10-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/10/26 22:22:41

  Modified: ChangeLog package.mask
  Log:
  Move xinit mask to base/ in order to be able to properly unmask in systemd 
target.

Revision  ChangesPath
1.739profiles/base/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.738
retrieving revision 1.739
diff -u -r1.738 -r1.739
--- ChangeLog   22 Oct 2014 13:47:02 -  1.738
+++ ChangeLog   26 Oct 2014 22:22:41 -  1.739
@@ -1,6 +1,11 @@
 # 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.738 2014/10/22 
13:47:02 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.739 2014/10/26 
22:22:41 chithanh Exp $
+
+  26 Oct 2014; Chí-Thanh Christopher Nguyễn 
+  package.mask:
+  Move xinit mask to base/ in order to be able to properly unmask in systemd
+  target.
 
   22 Oct 2014; Brian Evans  use.stable.mask:
   Mask php_targets_php5-6 until it is stable.



1.67 profiles/base/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.mask?rev=1.67&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.mask?rev=1.67&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.mask?r1=1.66&r2=1.67

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.mask,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- package.mask21 Jul 2014 22:34:56 -  1.66
+++ package.mask26 Oct 2014 22:22:41 -  1.67
@@ -1,6 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.mask,v 1.66 
2014/07/21 22:34:56 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.mask,v 1.67 
2014/10/26 22:22:41 chithanh Exp $
+
+# Chí-Thanh Christopher Nguyễn  (26 Oct 2014)
+# Changes in vt allocation break startx on non-systemd, bugs #526762 and
+# #526802.
+>=x11-apps/xinit-1.3.4
 
 # Rick Farina  (6 Jun 2013)
 # Pm-utils based hibernate and suspend support has discontinued.






[gentoo-commits] gentoo-x86 commit in dev-perl/Cache-FastMmap: - New directory

2014-10-26 Thread Andreas HAttel (dilfridge)
dilfridge14/10/26 22:22:21

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-perl/Cache-FastMmap added to the 
repository



[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2014-10-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/10/26 22:22:41

  Modified: ChangeLog package.mask
  Log:
  Move xinit mask to base/ in order to be able to properly unmask in systemd 
target.

Revision  ChangesPath
1.9494   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9493
retrieving revision 1.9494
diff -u -r1.9493 -r1.9494
--- ChangeLog   26 Oct 2014 16:44:52 -  1.9493
+++ ChangeLog   26 Oct 2014 22:22:41 -  1.9494
@@ -1,12 +1,17 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9493 2014/10/26 
16:44:52 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9494 2014/10/26 
22:22:41 chithanh Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
   26 Oct 2014; Chí-Thanh Christopher Nguyễn 
+  package.mask:
+  Move xinit mask to base/ in order to be able to properly unmask in systemd
+  target.
+
+  26 Oct 2014; Chí-Thanh Christopher Nguyễn 
   targets/systemd/package.mask:
   Unmask x11-apps/xinit-1.3.4 in systemd profiles
 



1.16123  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16122
retrieving revision 1.16123
diff -u -r1.16122 -r1.16123
--- package.mask26 Oct 2014 16:36:52 -  1.16122
+++ package.mask26 Oct 2014 22:22:41 -  1.16123
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16122 2014/10/26 
16:36:52 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16123 2014/10/26 
22:22:41 chithanh Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,11 +30,6 @@
 
 #--- END OF EXAMPLES ---
 
-# Chí-Thanh Christopher Nguyễn  (25 Oct 2014)
-# Changes in vt allocation break startx on non-systemd, bugs #526762 and
-# #526802.
->=x11-apps/xinit-1.3.4
-
 # Manuel Rüger  (25 Oct 2014)
 # Deprecated by upstream, Debian removed it in 2010.
 # Contents of this package moved to foomatic-db{,-engine,-ppds}






[gentoo-commits] gentoo-x86 commit in media-gfx/geeqie/files: geeqie-1.2-fix_version.patch

2014-10-26 Thread Bernard Cafarelli (voyageur)
voyageur14/10/26 21:55:21

  Added:geeqie-1.2-fix_version.patch
  Log:
  Version bump with lcms:2 support and other bugfixes. Drop lcms:0 support from 
older versions, bug #526820
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C74525F2)

Revision  ChangesPath
1.1  media-gfx/geeqie/files/geeqie-1.2-fix_version.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/geeqie/files/geeqie-1.2-fix_version.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/geeqie/files/geeqie-1.2-fix_version.patch?rev=1.1&content-type=text/plain

Index: geeqie-1.2-fix_version.patch
===
--- configure.in.orig   2014-10-26 20:33:53.431516625 +0100
+++ configure.in2014-10-26 20:33:58.790520392 +0100
@@ -15,7 +15,7 @@
 dnl GNU General Public License for more details.
 
 AC_PREREQ(2.57)
-AC_INIT(geeqie, 1.1, geeqie-de...@lists.sourceforge.net)
+AC_INIT(geeqie, 1.2, geeqie-de...@lists.sourceforge.net)
 
 # Check for rightly dirs
 AC_CONFIG_SRCDIR([src/main.c])






[gentoo-commits] gentoo-x86 commit in media-gfx/geeqie: geeqie-1.1.ebuild geeqie-1.2.ebuild ChangeLog geeqie-1.0-r4.ebuild geeqie-1.0-r2.ebuild

2014-10-26 Thread Bernard Cafarelli (voyageur)
voyageur14/10/26 21:55:21

  Modified: geeqie-1.1.ebuild ChangeLog geeqie-1.0-r4.ebuild
  Added:geeqie-1.2.ebuild
  Removed:  geeqie-1.0-r2.ebuild
  Log:
  Version bump with lcms:2 support and other bugfixes. Drop lcms:0 support from 
older versions, bug #526820
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C74525F2)

Revision  ChangesPath
1.2  media-gfx/geeqie/geeqie-1.1.ebuild

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

Index: geeqie-1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/geeqie/geeqie-1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- geeqie-1.1.ebuild   28 Aug 2012 13:45:36 -  1.1
+++ geeqie-1.1.ebuild   26 Oct 2014 21:55:20 -  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/media-gfx/geeqie/geeqie-1.1.ebuild,v 1.1 
2012/08/28 13:45:36 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/geeqie/geeqie-1.1.ebuild,v 1.2 
2014/10/26 21:55:20 voyageur Exp $
 
 EAPI=4
 inherit autotools base eutils
@@ -12,12 +12,11 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc exif lcms lirc xmp"
+IUSE="doc exif lirc xmp"
 
 RDEPEND="x11-libs/gtk+:2
virtual/libintl
doc? ( app-text/gnome-doc-utils )
-   lcms? ( =media-libs/lcms-1* )
lirc? ( app-misc/lirc )
xmp? ( >=media-gfx/exiv2-0.17[xmp] )
!xmp? ( exif? ( >=media-gfx/exiv2-0.17 ) )"
@@ -40,7 +39,7 @@
 src_configure() {
local myconf="--disable-dependency-tracking
--with-readmedir=/usr/share/doc/${PF}
-   $(use_enable lcms)
+   --disable-lcms
$(use_enable lirc)"
 
if use exif || use xmp; then



1.27 media-gfx/geeqie/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/geeqie/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   23 Sep 2012 07:59:30 -  1.26
+++ ChangeLog   26 Oct 2014 21:55:20 -  1.27
@@ -1,6 +1,14 @@
 # ChangeLog for media-gfx/geeqie
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/geeqie/ChangeLog,v 1.26 
2012/09/23 07:59:30 phajdan.jr Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/geeqie/ChangeLog,v 1.27 
2014/10/26 21:55:20 voyageur Exp $
+
+*geeqie-1.2 (26 Oct 2014)
+
+  26 Oct 2014; Bernard Cafarelli  -geeqie-1.0-r2.ebuild,
+  geeqie-1.0-r4.ebuild, geeqie-1.1.ebuild, +geeqie-1.2.ebuild,
+  +files/geeqie-1.2-fix_version.patch:
+  Version bump with lcms:2 support and other bugfixes. Drop lcms:0 support from
+  older versions, bug #526820
 
   23 Sep 2012; Pawel Hajdan jr  geeqie-1.0-r4.ebuild:
   x86 stable wrt bug #429116



1.4  media-gfx/geeqie/geeqie-1.0-r4.ebuild

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

Index: geeqie-1.0-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/geeqie/geeqie-1.0-r4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- geeqie-1.0-r4.ebuild23 Sep 2012 07:59:30 -  1.3
+++ geeqie-1.0-r4.ebuild26 Oct 2014 21:55:20 -  1.4
@@ -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/media-gfx/geeqie/geeqie-1.0-r4.ebuild,v 1.3 
2012/09/23 07:59:30 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/geeqie/geeqie-1.0-r4.ebuild,v 1.4 
2014/10/26 21:55:20 voyageur Exp $
 
 EAPI=4
 inherit autotools ba

[gentoo-commits] gentoo-x86 commit in dev-python/websocket-client: websocket-client-0.11.0.ebuild ChangeLog

2014-10-26 Thread Alex Brandt (alunduil)
alunduil14/10/26 21:49:08

  Modified: ChangeLog
  Added:websocket-client-0.11.0.ebuild
  Log:
  re-add version 0.11.0.
  
  Seems fig still requires a particular version of websocket-client.  Re-adding
  it until fig dependences can be verified.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
11A8217C!)

Revision  ChangesPath
1.6  dev-python/websocket-client/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   26 Oct 2014 17:07:50 -  1.5
+++ ChangeLog   26 Oct 2014 21:49:08 -  1.6
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/websocket-client
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v 1.5 
2014/10/26 17:07:50 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v 1.6 
2014/10/26 21:49:08 alunduil Exp $
+
+*websocket-client-0.11.0 (26 Oct 2014)
+
+  26 Oct 2014; Alex Brandt 
+  +websocket-client-0.11.0.ebuild:
+  re-add version 0.11.0.  Seems fig still requires a particular version of
+  websocket-client.  Re-adding it until fig dependences can be verified.
 
   26 Oct 2014; Alex Brandt 
   -websocket-client-0.11.0.ebuild:



1.4  dev-python/websocket-client/websocket-client-0.11.0.ebuild

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







[gentoo-commits] gentoo-x86 commit in dev-lang/perl: ChangeLog perl-5.20.1-r1.ebuild

2014-10-26 Thread Andreas HAttel (dilfridge)
dilfridge14/10/26 21:46:28

  Modified: ChangeLog
  Removed:  perl-5.20.1-r1.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.453dev-lang/perl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v
retrieving revision 1.452
retrieving revision 1.453
diff -u -r1.452 -r1.453
--- ChangeLog   25 Oct 2014 18:19:56 -  1.452
+++ ChangeLog   26 Oct 2014 21:46:28 -  1.453
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/perl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.452 2014/10/25 
18:19:56 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.453 2014/10/26 
21:46:28 dilfridge Exp $
+
+  26 Oct 2014; Andreas K. Huettel 
+  -perl-5.20.1-r1.ebuild:
+  Drop old
 
 *perl-5.20.1-r2 (25 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in net-im/jabber-base: ChangeLog jabber-base-0.00.ebuild

2014-10-26 Thread Manuel Rueger (mrueg)
mrueg   14/10/26 20:30:35

  Modified: ChangeLog
  Removed:  jabber-base-0.00.ebuild
  Log:
  Cleanup old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.20 net-im/jabber-base/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/jabber-base/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   5 Aug 2014 18:34:17 -   1.19
+++ ChangeLog   26 Oct 2014 20:30:35 -  1.20
@@ -1,6 +1,9 @@
 # ChangeLog for net-im/jabber-base
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/jabber-base/ChangeLog,v 1.19 
2014/08/05 18:34:17 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/jabber-base/ChangeLog,v 1.20 
2014/10/26 20:30:35 mrueg Exp $
+
+  26 Oct 2014; Manuel Rüger  -jabber-base-0.00.ebuild:
+  Cleanup old.
 
   05 Aug 2014; Manuel Rüger  jabber-base-0.00.ebuild,
   jabber-base-0.01.ebuild:






[gentoo-commits] gentoo-x86 commit in net-im/pyicq-t: ChangeLog pyicq-t-0.8.1.5.ebuild

2014-10-26 Thread Manuel Rueger (mrueg)
mrueg   14/10/26 20:29:20

  Modified: ChangeLog
  Removed:  pyicq-t-0.8.1.5.ebuild
  Log:
  Cleanup old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.30 net-im/pyicq-t/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/pyicq-t/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   5 Aug 2014 18:34:14 -   1.29
+++ ChangeLog   26 Oct 2014 20:29:20 -  1.30
@@ -1,6 +1,9 @@
 # ChangeLog for net-im/pyicq-t
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/ChangeLog,v 1.29 2014/08/05 
18:34:14 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/ChangeLog,v 1.30 2014/10/26 
20:29:20 mrueg Exp $
+
+  26 Oct 2014; Manuel Rüger  -pyicq-t-0.8.1.5.ebuild:
+  Cleanup old.
 
   05 Aug 2014; Manuel Rüger  pyicq-t-0.8.1.5-r1.ebuild,
   pyicq-t-0.8.1.5-r2.ebuild, pyicq-t-0.8.1.5-r3.ebuild,






[gentoo-commits] proj/openrc: New tag: openrc-0.13.2

2014-10-26 Thread William Hubbs
commit: 
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Oct 26 20:13:44 2014 +

New tag: openrc-0.13.2




[gentoo-commits] gentoo-x86 commit in dev-ruby/yard: yard-0.8.7.5.ebuild ChangeLog

2014-10-26 Thread Manuel Rueger (mrueg)
mrueg   14/10/26 20:12:01

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

Revision  ChangesPath
1.89 dev-ruby/yard/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/yard/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   25 Aug 2014 16:00:14 -  1.88
+++ ChangeLog   26 Oct 2014 20:12:01 -  1.89
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/yard
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/ChangeLog,v 1.88 2014/08/25 
16:00:14 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/ChangeLog,v 1.89 2014/10/26 
20:12:01 mrueg Exp $
+
+*yard-0.8.7.5 (26 Oct 2014)
+
+  26 Oct 2014; Manuel Rüger  +yard-0.8.7.5.ebuild:
+  Version bump.
 
   25 Aug 2014; Manuel Rüger  yard-0.8.7.3.ebuild:
   Mark amd64 stable. Bug #505920.



1.1  dev-ruby/yard/yard-0.8.7.5.ebuild

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

Index: yard-0.8.7.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.7.5.ebuild,v 1.1 
2014/10/26 20:12:01 mrueg Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21 jruby"

RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_TASK_DOC="yard"

RUBY_FAKEGEM_EXTRADOC="README.md"
RUBY_FAKEGEM_DOCDIR="doc docs"

RUBY_FAKEGEM_EXTRAINSTALL="templates"

inherit ruby-fakegem

DESCRIPTION="Documentation generation tool for the Ruby programming language"
HOMEPAGE="http://yardoc.org/";

# The gem lakes the gemspec file needed to pass tests.
SRC_URI="https://github.com/lsegal/yard/archive/v${PV}.tar.gz -> ${P}-git.tgz"

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

ruby_add_bdepend "doc? ( || ( dev-ruby/bluecloth dev-ruby/maruku 
dev-ruby/rdiscount dev-ruby/kramdown ) )
test? ( dev-ruby/rack )"

USE_RUBY="ruby19" ruby_add_bdepend "test? ( >=dev-ruby/ruby-gettext-2.3.8 )"

all_ruby_prepare() {
sed -i -e '/[Bb]undler/ s:^:#:' spec/spec_helper.rb || die
sed -i -e "s/require 'bundler'; rescue LoadError//" 
spec/cli/server_spec.rb || die
}






[gentoo-commits] gentoo-x86 commit in app-portage/elogv: ChangeLog elogv-0.7.6.5.ebuild

2014-10-26 Thread Sebastian Pipping (sping)
sping   14/10/26 20:05:14

  Modified: ChangeLog
  Added:elogv-0.7.6.5.ebuild
  Log:
  app-portage/elogv: 0.7.6.5
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.84 app-portage/elogv/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/elogv/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog   26 Oct 2014 17:45:52 -  1.83
+++ ChangeLog   26 Oct 2014 20:05:14 -  1.84
@@ -1,6 +1,11 @@
 # ChangeLog for app-portage/elogv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/elogv/ChangeLog,v 1.83 
2014/10/26 17:45:52 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/elogv/ChangeLog,v 1.84 
2014/10/26 20:05:14 sping Exp $
+
+*elogv-0.7.6.5 (26 Oct 2014)
+
+  26 Oct 2014; Sebastian Pipping  +elogv-0.7.6.5.ebuild:
+  Bump to 0.7.6.5
 
 *elogv-0.7.6.4 (26 Oct 2014)
 



1.1  app-portage/elogv/elogv-0.7.6.5.ebuild

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

Index: elogv-0.7.6.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/elogv/elogv-0.7.6.5.ebuild,v 1.1 
2014/10/26 20:05:14 sping Exp $

EAPI=5

PYTHON_COMPAT=( python2_6 python2_7 )
PYTHON_REQ_USE="ncurses"
inherit distutils-r1 prefix

DESCRIPTION="Curses based utility to parse the contents of elogs created by 
Portage"
HOMEPAGE="https://github.com/gentoo/elogv";
SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="linguas_de linguas_es linguas_it linguas_pl"

DOCS=( README )

src_install() {
distutils-r1_src_install

# unset LINGUAS => install all languages
# empty LINGUAS => install none
local i
if [[ -n "${LINGUAS+x}" ]] ; then
for i in $(ls "${ED}"/usr/share/locale/) ; do
if ! has ${i} ${LINGUAS} ; then
rm -rf "${ED}"/usr/share/{locale,man}/${i}
fi
done
fi
}

pkg_postinst() {
elog "Optional dependencies:"
elog "  dev-python/pyliblzma (for xz compressed elog files)"
elog
elog "In order to use this software, you need to activate"
elog "Portage's elog features.  Required is"
elog "   PORTAGE_ELOG_SYSTEM=\"save\" "
elog "and at least one out of "
elog "   PORTAGE_ELOG_CLASSES=\"warn error info log qa\""
elog "More information on the elog system can be found"
elog "in ${EPREFIX}/usr/share/portage/config/make.conf.example"
elog
elog "To operate properly this software needs the directory"
elog "${PORT_LOGDIR:-${EPREFIX}/var/log/portage}/elog created, 
belonging to group portage."
elog "To start the software as a user, add yourself to the portage"
elog "group."
elog
}






[gentoo-commits] gentoo-x86 commit in net-im/cpop: cpop-0.0.4-r1.ebuild ChangeLog cpop-0.0.4.ebuild

2014-10-26 Thread Manuel Rueger (mrueg)
mrueg   14/10/26 19:57:42

  Modified: ChangeLog
  Added:cpop-0.0.4-r1.ebuild
  Removed:  cpop-0.0.4.ebuild
  Log:
  EAPI bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.9  net-im/cpop/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/cpop/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   5 Aug 2014 18:34:15 -   1.8
+++ ChangeLog   26 Oct 2014 19:57:41 -  1.9
@@ -1,6 +1,12 @@
 # ChangeLog for net-im/cpop
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/cpop/ChangeLog,v 1.8 2014/08/05 
18:34:15 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/cpop/ChangeLog,v 1.9 2014/10/26 
19:57:41 mrueg Exp $
+
+*cpop-0.0.4-r1 (26 Oct 2014)
+
+  26 Oct 2014; Manuel Rüger  +cpop-0.0.4-r1.ebuild,
+  -cpop-0.0.4.ebuild:
+  EAPI bump.
 
   05 Aug 2014; Manuel Rüger  cpop-0.0.4.ebuild:
   Remove trailing '.' from DESCRIPTION.



1.1  net-im/cpop/cpop-0.0.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/cpop/cpop-0.0.4-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/cpop/cpop-0.0.4-r1.ebuild?rev=1.1&content-type=text/plain

Index: cpop-0.0.4-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/cpop/cpop-0.0.4-r1.ebuild,v 1.1 
2014/10/26 19:57:41 mrueg Exp $

EAPI=5
inherit eutils

DESCRIPTION="GTK+ network popup message client. Compatible with the jpop 
protocol"
HOMEPAGE="http://www.draxil.uklinux.net/hip/index.pl?page=cpop";
SRC_URI="mirror://gentoo/${P}.tar.gz"

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

RDEPEND="dev-libs/glib:2
x11-libs/gtk+:2"
DEPEND="${RDEPEND}"

src_prepare() {
epatch "${FILESDIR}"/${P}-implicit-exit_memset_strlen.patch
}

src_install() {
emake DESTDIR="${D}" install
dodoc README
}






[gentoo-commits] gentoo-x86 commit in dev-python/pandas: pandas-0.15.0.ebuild ChangeLog

2014-10-26 Thread Justin Lecher (jlec)
jlec14/10/26 19:41:19

  Modified: ChangeLog
  Added:pandas-0.15.0.ebuild
  Log:
  dev-python/pandas: Verison Bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.31 dev-python/pandas/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   25 Aug 2014 06:23:56 -  1.30
+++ ChangeLog   26 Oct 2014 19:41:19 -  1.31
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pandas
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v 1.30 
2014/08/25 06:23:56 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v 1.31 
2014/10/26 19:41:19 jlec Exp $
+
+*pandas-0.15.0 (26 Oct 2014)
+
+  26 Oct 2014; Justin Lecher  +pandas-0.15.0.ebuild:
+  Verison Bump
 
   25 Aug 2014; Ian Delaney  metadata.xml:
   add remote-ids to metadata.xml



1.1  dev-python/pandas/pandas-0.15.0.ebuild

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

Index: pandas-0.15.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.15.0.ebuild,v 1.1 
2014/10/26 19:41:19 jlec Exp $

EAPI=5

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

inherit distutils-r1 virtualx flag-o-matic

DESCRIPTION="Powerful data structures for data analysis and statistics"
HOMEPAGE="http://pandas.sourceforge.net/";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

SLOT="0"
LICENSE="BSD"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc examples excel html test R"

CDEPEND="
>dev-python/numpy-1.7[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.0[${PYTHON_USEDEP}]"
DEPEND="${CDEPEND}
doc? (
dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
dev-python/ipython[${PYTHON_USEDEP}]
dev-python/html5lib[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
>=dev-python/openpyxl-1.6.1[${PYTHON_USEDEP}]
=dev-python/pytables-3.0.0[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
dev-python/rpy[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]
>=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
dev-python/xlrd[$(python_gen_usedep 'python2_7')]
dev-python/xlwt[$(python_gen_usedep 'python2_7')]
x11-misc/xclip
)
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
# dev-python/statsmodels invokes a circular dep
#  hence rm from doc? ( ), again
RDEPEND="${CDEPEND}
>=dev-python/numexpr-2.1[${PYTHON_USEDEP}]
dev-python/bottleneck[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/pytables[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]
excel? (
>=dev-python/openpyxl-1.6.1[${PYTHON_USEDEP}]
dev-python/xlrd[$(python_gen_usedep 'python2_7')]
dev-python/xlwt[$(python_gen_usedep 'python2_7')]
)
html? (
dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
|| (
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/html5lib[${PYTHON_USEDEP}] )
)
R? ( dev-python/rpy[${PYTHON_USEDEP}] )"

python_prepare_all() {
if use doc; then
# Prevent un-needed download during build
sed -e "/^  'sphinx.ext.intersphinx',/d" -i 
doc/source/conf.py || die
fi

distutils-r1_python_prepare_all
}

python_compile_all() {
# To build docs the need be located in $BUILD_DIR,
# else PYTHONPATH points to unusable modules.
if use doc; then
cd "${BUILD_DIR}"/lib || die
cp -ar "${S}"/doc . && cd doc || die
LANG=C PYTHONPATH=. "${EPYTHON}" make.py html || die
fi
}

_python_compile() {
# https://github

[gentoo-commits] gentoo-x86 commit in dev-python/pyopenssl: pyopenssl-0.14.ebuild ChangeLog

2014-10-26 Thread Fabian Groffen (grobian)
grobian 14/10/26 19:34:34

  Modified: pyopenssl-0.14.ebuild ChangeLog
  Log:
  Added Prefix keywords, bug #503094
  
  (Portage version: 2.2.14_rc1-prefix/cvs/Darwin i386, signed Manifest commit 
with key 0x5F75F607C5C74E89)

Revision  ChangesPath
1.14 dev-python/pyopenssl/pyopenssl-0.14.ebuild

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

Index: pyopenssl-0.14.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyopenssl/pyopenssl-0.14.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- pyopenssl-0.14.ebuild   13 Aug 2014 17:28:35 -  1.13
+++ pyopenssl-0.14.ebuild   26 Oct 2014 19:34:34 -  1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyopenssl/pyopenssl-0.14.ebuild,v 1.13 
2014/08/13 17:28:35 blueness Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyopenssl/pyopenssl-0.14.ebuild,v 1.14 
2014/10/26 19:34:34 grobian Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
@@ -16,7 +16,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="doc examples"
 
 RDEPEND="



1.128dev-python/pyopenssl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyopenssl/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog   13 Aug 2014 17:28:35 -  1.127
+++ ChangeLog   26 Oct 2014 19:34:34 -  1.128
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyopenssl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopenssl/ChangeLog,v 1.127 
2014/08/13 17:28:35 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopenssl/ChangeLog,v 1.128 
2014/10/26 19:34:34 grobian Exp $
+
+  26 Oct 2014; Fabian Groffen  pyopenssl-0.14.ebuild:
+  Added Prefix keywords, bug #503094
 
   13 Aug 2014; Anthony G. Basile  pyopenssl-0.14.ebuild:
   Keyword ~ppc and ~ppc64, bug #503094






[gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: virtualenv-1.11.6.ebuild ChangeLog

2014-10-26 Thread Fabian Groffen (grobian)
grobian 14/10/26 19:31:54

  Modified: virtualenv-1.11.6.ebuild ChangeLog
  Log:
  Added Prefix keywords, bug #503094
  
  (Portage version: 2.2.14_rc1-prefix/cvs/Darwin i386, signed Manifest commit 
with key 0x5F75F607C5C74E89)

Revision  ChangesPath
1.4  dev-python/virtualenv/virtualenv-1.11.6.ebuild

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

Index: virtualenv-1.11.6.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.11.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- virtualenv-1.11.6.ebuild22 Jun 2014 12:40:59 -  1.3
+++ virtualenv-1.11.6.ebuild26 Oct 2014 19:31:54 -  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-python/virtualenv/virtualenv-1.11.6.ebuild,v 1.3 
2014/06/22 12:40:59 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.11.6.ebuild,v 1.4 
2014/10/26 19:31:54 grobian Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
@@ -12,7 +12,7 @@
 SRC_URI="https://github.com/pypa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE="doc test"
 



1.123dev-python/virtualenv/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog   22 Jun 2014 12:40:59 -  1.122
+++ ChangeLog   26 Oct 2014 19:31:54 -  1.123
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/virtualenv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.122 
2014/06/22 12:40:59 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.123 
2014/10/26 19:31:54 grobian Exp $
+
+  26 Oct 2014; Fabian Groffen  virtualenv-1.11.6.ebuild:
+  Added Prefix keywords, bug #503094
 
   22 Jun 2014; Tobias Klausmann  virtualenv-1.11.6.ebuild:
   Keyworded on alpha, bug #503094






[gentoo-commits] gentoo-x86 commit in dev-python/hgdistver: hgdistver-0.22.ebuild ChangeLog

2014-10-26 Thread Fabian Groffen (grobian)
grobian 14/10/26 19:30:03

  Modified: hgdistver-0.22.ebuild ChangeLog
  Log:
  Added Prefix keywords, bug #503094
  
  (Portage version: 2.2.14_rc1-prefix/cvs/Darwin i386, signed Manifest commit 
with key 0x5F75F607C5C74E89)

Revision  ChangesPath
1.2  dev-python/hgdistver/hgdistver-0.22.ebuild

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

Index: hgdistver-0.22.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/hgdistver/hgdistver-0.22.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hgdistver-0.22.ebuild   12 Oct 2014 12:28:15 -  1.1
+++ hgdistver-0.22.ebuild   26 Oct 2014 19:30:03 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/hgdistver/hgdistver-0.22.ebuild,v 1.1 
2014/10/12 12:28:15 djc Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/hgdistver/hgdistver-0.22.ebuild,v 1.2 
2014/10/26 19:30:03 grobian Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd ~x86-freebsd 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris"
 IUSE="test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



1.15 dev-python/hgdistver/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/hgdistver/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   12 Oct 2014 12:28:15 -  1.14
+++ ChangeLog   26 Oct 2014 19:30:03 -  1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/hgdistver
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hgdistver/ChangeLog,v 1.14 
2014/10/12 12:28:15 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hgdistver/ChangeLog,v 1.15 
2014/10/26 19:30:03 grobian Exp $
+
+  26 Oct 2014; Fabian Groffen  hgdistver-0.22.ebuild:
+  Added Prefix keywords, bug #503094
 
 *hgdistver-0.22 (12 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/iso8601: iso8601-0.1.10.ebuild ChangeLog

2014-10-26 Thread Fabian Groffen (grobian)
grobian 14/10/26 19:29:03

  Modified: iso8601-0.1.10.ebuild ChangeLog
  Log:
  Added Prefix keywords, bug #503094
  
  (Portage version: 2.2.14_rc1-prefix/cvs/Darwin i386, signed Manifest commit 
with key 0x5F75F607C5C74E89)

Revision  ChangesPath
1.10 dev-python/iso8601/iso8601-0.1.10.ebuild

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

Index: iso8601-0.1.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/iso8601/iso8601-0.1.10.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- iso8601-0.1.10.ebuild   13 Aug 2014 17:24:03 -  1.9
+++ iso8601-0.1.10.ebuild   26 Oct 2014 19:29:03 -  1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/iso8601/iso8601-0.1.10.ebuild,v 
1.9 2014/08/13 17:24:03 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iso8601/iso8601-0.1.10.ebuild,v 
1.10 2014/10/26 19:29:03 grobian Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



1.23 dev-python/iso8601/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/iso8601/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   13 Aug 2014 17:24:03 -  1.22
+++ ChangeLog   26 Oct 2014 19:29:03 -  1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/iso8601
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/iso8601/ChangeLog,v 1.22 
2014/08/13 17:24:03 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iso8601/ChangeLog,v 1.23 
2014/10/26 19:29:03 grobian Exp $
+
+  26 Oct 2014; Fabian Groffen  iso8601-0.1.10.ebuild:
+  Added Prefix keywords, bug #503094
 
   13 Aug 2014; Anthony G. Basile  iso8601-0.1.10.ebuild,
   iso8601-0.1.4-r1.ebuild, iso8601-0.1.4.ebuild, iso8601-0.1.8.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/pretend: pretend-1.0.8.ebuild ChangeLog

2014-10-26 Thread Fabian Groffen (grobian)
grobian 14/10/26 19:27:17

  Modified: pretend-1.0.8.ebuild ChangeLog
  Log:
  Added Prefix keywords, bug #503094
  
  (Portage version: 2.2.14_rc1-prefix/cvs/Darwin i386, signed Manifest commit 
with key 0x5F75F607C5C74E89)

Revision  ChangesPath
1.6  dev-python/pretend/pretend-1.0.8.ebuild

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

Index: pretend-1.0.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pretend/pretend-1.0.8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pretend-1.0.8.ebuild13 Aug 2014 17:25:59 -  1.5
+++ pretend-1.0.8.ebuild26 Oct 2014 19:27:17 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pretend/pretend-1.0.8.ebuild,v 
1.5 2014/08/13 17:25:59 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pretend/pretend-1.0.8.ebuild,v 
1.6 2014/10/26 19:27:17 grobian Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.13 dev-python/pretend/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pretend/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   13 Aug 2014 17:25:59 -  1.12
+++ ChangeLog   26 Oct 2014 19:27:17 -  1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pretend
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pretend/ChangeLog,v 1.12 
2014/08/13 17:25:59 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pretend/ChangeLog,v 1.13 
2014/10/26 19:27:17 grobian Exp $
+
+  26 Oct 2014; Fabian Groffen  pretend-1.0.8.ebuild:
+  Added Prefix keywords, bug #503094
 
   13 Aug 2014; Anthony G. Basile  pretend-1.0.7.ebuild,
   pretend-1.0.8.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/cryptography: cryptography-0.6.1.ebuild ChangeLog

2014-10-26 Thread Fabian Groffen (grobian)
grobian 14/10/26 19:25:13

  Modified: cryptography-0.6.1.ebuild ChangeLog
  Log:
  Added Prefix keywords, bug #503094
  
  (Portage version: 2.2.14_rc1-prefix/cvs/Darwin i386, signed Manifest commit 
with key 0x5F75F607C5C74E89)

Revision  ChangesPath
1.3  dev-python/cryptography/cryptography-0.6.1.ebuild

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

Index: cryptography-0.6.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/cryptography/cryptography-0.6.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cryptography-0.6.1.ebuild   18 Oct 2014 19:48:04 -  1.2
+++ cryptography-0.6.1.ebuild   26 Oct 2014 19:25:13 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/cryptography/cryptography-0.6.1.ebuild,v 1.2 
2014/10/18 19:48:04 radhermit Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/cryptography/cryptography-0.6.1.ebuild,v 1.3 
2014/10/26 19:25:13 grobian Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -13,7 +13,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="test"
 
 RDEPEND="



1.26 dev-python/cryptography/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cryptography/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   18 Oct 2014 19:48:04 -  1.25
+++ ChangeLog   26 Oct 2014 19:25:13 -  1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/cryptography
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cryptography/ChangeLog,v 1.25 
2014/10/18 19:48:04 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cryptography/ChangeLog,v 1.26 
2014/10/26 19:25:13 grobian Exp $
+
+  26 Oct 2014; Fabian Groffen  cryptography-0.6.1.ebuild:
+  Added Prefix keywords, bug #503094
 
   18 Oct 2014; Tim Harder  cryptography-0.6.1.ebuild:
   Setuptools is now a runtime dep.






[gentoo-commits] gentoo-x86 commit in sci-chemistry/freeon/files: freeon-1.0.8-blas.patch

2014-10-26 Thread Justin Lecher (jlec)
jlec14/10/26 19:12:07

  Added:freeon-1.0.8-blas.patch
  Log:
  sci-chemistry/freeon: Fix blas/lapakc detection
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.1  sci-chemistry/freeon/files/freeon-1.0.8-blas.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/freeon/files/freeon-1.0.8-blas.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/freeon/files/freeon-1.0.8-blas.patch?rev=1.1&content-type=text/plain

Index: freeon-1.0.8-blas.patch
===
 FreeON/Makefile.am |  2 +-
 HiCu/Makefile.am   |  2 +-
 ONX/Makefile.am|  1 +
 OneE/Makefile.am   |  2 +-
 QCTC/Makefile.am   |  2 +-
 SCFeqs/Makefile.am |  2 +-
 configure.ac   | 12 
 make.inc   |  2 +-
 tests/Makefile.am  |  8 
 tools/Makefile.am  |  2 +-
 10 files changed, 20 insertions(+), 15 deletions(-)

diff --git a/FreeON/Makefile.am b/FreeON/Makefile.am
index 18e0283..12db056 100644
--- a/FreeON/Makefile.am
+++ b/FreeON/Makefile.am
@@ -50,7 +50,7 @@ FreeON_DEPENDENCIES = $(LIBRARY_DEPENDENCY_FILES)
 
 SOURCES_DEPCHECK = $(FreeON_SOURCES)
 
-FreeON_LDADD = $(LDADD_MODULES)
+FreeON_LDADD = $(LDADD_MODULES) $(LAPACK_LIBS)
 
 AM_CPPFLAGS += \
   -DFREEON_BASISSETS=\"$(datadir)/$(PACKAGE)/BasisSets\" \
diff --git a/HiCu/Makefile.am b/HiCu/Makefile.am
index 1847354..cc4ebef 100644
--- a/HiCu/Makefile.am
+++ b/HiCu/Makefile.am
@@ -27,7 +27,7 @@ EXTRA_DIST = \
   MMA/CubeRules/RuleD.Inc \
   MMA/CubeRules/RuleE.Inc
 
-LDADD = $(LDADD_MODULES)
+LDADD = $(LDADD_MODULES) $(LAPACK_LIBS)
 
 EXTRA_INCLUDES = -I$(top_srcdir)/Modules/MMA/Functionals
 AM_CPPFLAGS += -DRULE7 -DEXPLICIT_SOURCE
diff --git a/ONX/Makefile.am b/ONX/Makefile.am
index 4d25029..b27b149 100644
--- a/ONX/Makefile.am
+++ b/ONX/Makefile.am
@@ -61,6 +61,7 @@ EXTRA_INCLUDES = \
 
 LDADD = \
   $(LDADD_MODULES) \
+  $(LAPACK_LIBS) \
   $(builddir)/../TwoE/libfreeonTwoE.la
 
 # In case we have ctags installed, make the necessary tags files.
diff --git a/OneE/Makefile.am b/OneE/Makefile.am
index 784bede..ea86ae7 100644
--- a/OneE/Makefile.am
+++ b/OneE/Makefile.am
@@ -46,7 +46,7 @@ EXTRA_DIST = \
   MMA/QQuad32.Inc \
   MMA/QQuad64.Inc
 
-LDADD = $(LDADD_MODULES)
+LDADD = $(LDADD_MODULES) $(LAPACK_LIBS)
 
 EXTRA_INCLUDES = -I$(srcdir)/MMA
 
diff --git a/QCTC/Makefile.am b/QCTC/Makefile.am
index 3ec39f0..53c358c 100644
--- a/QCTC/Makefile.am
+++ b/QCTC/Makefile.am
@@ -105,7 +105,7 @@ EXTRA_DIST = \
   PBCTensor/Majik_Kubic_WS2.Inc
 
 EXTRA_INCLUDES = -I$(top_builddir)/OneE 
-I$(top_srcdir)/Modules/MMA/LookUpTables_800_6x
-LDADD = $(LDADD_MODULES) libktrax.la
+LDADD = $(LDADD_MODULES) libktrax.la $(LAPACK_LIBS)
 
 # In case we have ctags installed, make the necessary tags files.
 .PHONY : tags
diff --git a/SCFeqs/Makefile.am b/SCFeqs/Makefile.am
index 2ee640f..709f220 100644
--- a/SCFeqs/Makefile.am
+++ b/SCFeqs/Makefile.am
@@ -57,7 +57,7 @@ SOURCES_DEPCHECK = \
   $(P2Use_SOURCES) \
   $(DIIS_SOURCES)
 
-LDADD = $(LDADD_MODULES)
+LDADD = $(LDADD_MODULES) $(LAPACK_LIBS)
 
 # In case we have ctags installed, make the necessary tags files.
 .PHONY : tags
diff --git a/configure.ac b/configure.ac
index e0c6a77..726c880 100644
--- a/configure.ac
+++ b/configure.ac
@@ -784,12 +784,16 @@ END PROGRAM test_compiler
   you use a version >= 4.2.0])])
 
 # Check for BLAS.
-AC_SEARCH_LIBS([dgemm], [blas], [],
-  [AC_MSG_FAILURE([specify the location of dgemm()])])
+PKG_CHECK_MODULES([BLAS],[blas],[],
+  AC_SEARCH_LIBS([dgemm], [blas], [],
+[AC_MSG_FAILURE([specify the location of dgemm()])])
+  )
 
 # Check for LAPACK.
-AC_SEARCH_LIBS([dsyev], [lapack], [],
-  [AC_MSG_FAILURE([specify the library that contains dsyev()])])
+PKG_CHECK_MODULES([LAPACK],[lapack],[],
+  AC_SEARCH_LIBS([dsyev], [lapack], [],
+[AC_MSG_FAILURE([specify the library that contains dsyev()])])
+  )
 
 AC_ARG_VAR([H5CC], [h5cc compiler wrapper command])
 
diff --git a/make.inc b/make.inc
index cf35e40..5766ff9 100644
--- a/make.inc
+++ b/make.inc
@@ -9,7 +9,7 @@ AM_CPPFLAGS = @AM_CPPFLAGS@
 # Fix for bug in autoconf-2.59
 builddir = .
 
-LDADD_MODULES = $(top_builddir)/Modules/libfreeonmodules.la
+LDADD_MODULES = $(top_builddir)/Modules/libfreeonmodules.la $(LAPACK_MODULES)
 
 # On filesystems which are case-insensitive (which really means HFS+ on OS X)
 # we can not preprocess into a filename that differs by the case only, i.e. .C
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 6bd89f2..ae9da60 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -7,16 +7,16 @@ noinst_PROGRAMS = \
   sendReceive_HGRho
 
 sleeper_SOURCES = sleeper.F90
-sleeper_LDADD = $(LDADD_MODULES)
+sleeper_LDADD = $(LDADD_MODULES) $(LAPACK_LIBS)
 
 lock_SOURCES = lock.F90
-lock_LDADD = $(LDADD_MODULES)
+lock_LDADD = $(LDADD_MODULES) $(LAPACK_LIBS)
 
 sendRecei

[gentoo-commits] gentoo-x86 commit in sci-chemistry/freeon: ChangeLog freeon-1.0.8-r1.ebuild

2014-10-26 Thread Justin Lecher (jlec)
jlec14/10/26 19:12:07

  Modified: ChangeLog freeon-1.0.8-r1.ebuild
  Log:
  sci-chemistry/freeon: Fix blas/lapakc detection
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.3  sci-chemistry/freeon/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/freeon/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   10 Aug 2014 20:28:32 -  1.2
+++ ChangeLog   26 Oct 2014 19:12:07 -  1.3
@@ -1,6 +1,10 @@
 # ChangeLog for sci-chemistry/freeon
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/freeon/ChangeLog,v 1.2 
2014/08/10 20:28:32 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/freeon/ChangeLog,v 1.3 
2014/10/26 19:12:07 jlec Exp $
+
+  26 Oct 2014; Justin Lecher  freeon-1.0.8-r1.ebuild,
+  +files/freeon-1.0.8-blas.patch:
+  Fix blas/lapakc detection
 
   10 Aug 2014; Sergei Trofimovich  freeon-1.0.8-r1.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.3  sci-chemistry/freeon/freeon-1.0.8-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/freeon/freeon-1.0.8-r1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/freeon/freeon-1.0.8-r1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/freeon/freeon-1.0.8-r1.ebuild?r1=1.2&r2=1.3

Index: freeon-1.0.8-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/freeon/freeon-1.0.8-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- freeon-1.0.8-r1.ebuild  10 Aug 2014 20:28:32 -  1.2
+++ freeon-1.0.8-r1.ebuild  26 Oct 2014 19:12:07 -  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/sci-chemistry/freeon/freeon-1.0.8-r1.ebuild,v 1.2 
2014/08/10 20:28:32 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-chemistry/freeon/freeon-1.0.8-r1.ebuild,v 1.3 
2014/10/26 19:12:07 jlec Exp $
 
 EAPI=5
 
@@ -25,3 +25,5 @@
virtual/lapack"
 DEPEND="${RDEPEND}
${PYTHON_DEPS}"
+
+PATCHES=( "${FILESDIR}"/${P}-blas.patch )






[gentoo-commits] gentoo-x86 commit in dev-python/six: six-1.8.0.ebuild ChangeLog

2014-10-26 Thread Fabian Groffen (grobian)
grobian 14/10/26 19:10:31

  Modified: six-1.8.0.ebuild ChangeLog
  Log:
  Added Prefix keywords, bug #503094
  
  (Portage version: 2.2.14_rc1-prefix/cvs/Darwin i386, signed Manifest commit 
with key 0x5F75F607C5C74E89)

Revision  ChangesPath
1.2  dev-python/six/six-1.8.0.ebuild

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

Index: six-1.8.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/six/six-1.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- six-1.8.0.ebuild14 Oct 2014 03:27:54 -  1.1
+++ six-1.8.0.ebuild26 Oct 2014 19:10: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-python/six/six-1.8.0.ebuild,v 1.1 
2014/10/14 03:27:54 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/six/six-1.8.0.ebuild,v 1.2 
2014/10/26 19:10:31 grobian Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="doc test"
 
 DEPEND="doc? ( dev-python/sphinx )



1.52 dev-python/six/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/six/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   14 Oct 2014 03:27:54 -  1.51
+++ ChangeLog   26 Oct 2014 19:10:31 -  1.52
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/six
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/six/ChangeLog,v 1.51 2014/10/14 
03:27:54 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/six/ChangeLog,v 1.52 2014/10/26 
19:10:31 grobian Exp $
+
+  26 Oct 2014; Fabian Groffen  six-1.8.0.ebuild:
+  Added Prefix keywords, bug #503094
 
 *six-1.8.0 (14 Oct 2014)
 






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

2014-10-26 Thread Fabian Groffen (grobian)
grobian 14/10/26 19:08:47

  Modified: cffi-0.8.6.ebuild ChangeLog
  Log:
  Added Prefix keywords, bug #503094
  
  (Portage version: 2.2.14_rc1-prefix/cvs/Darwin i386, signed Manifest commit 
with key 0x5F75F607C5C74E89)

Revision  ChangesPath
1.4  dev-python/cffi/cffi-0.8.6.ebuild

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

Index: cffi-0.8.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cffi-0.8.6.ebuild   13 Aug 2014 17:19:08 -  1.3
+++ cffi-0.8.6.ebuild   26 Oct 2014 19:08:47 -  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-python/cffi/cffi-0.8.6.ebuild,v 1.3 
2014/08/13 17:19:08 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild,v 1.4 
2014/10/26 19:08:47 grobian Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="doc"
 
 RDEPEND="virtual/libffi



1.39 dev-python/cffi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   13 Aug 2014 17:19:08 -  1.38
+++ ChangeLog   26 Oct 2014 19:08:47 -  1.39
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/cffi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.38 2014/08/13 
17:19:08 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.39 2014/10/26 
19:08:47 grobian Exp $
+
+  26 Oct 2014; Fabian Groffen  cffi-0.8.6.ebuild:
+  Added Prefix keywords, bug #503094
 
   13 Aug 2014; Anthony G. Basile  cffi-0.8.1.ebuild,
   cffi-0.8.2.ebuild, cffi-0.8.6.ebuild:






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

2014-10-26 Thread Fabian Groffen (grobian)
grobian 14/10/26 19:07:20

  Modified: pycparser-2.10.ebuild ChangeLog
  Log:
  Added Prefix keywords, bug #503094
  
  (Portage version: 2.2.14_rc1-prefix/cvs/Darwin i386, signed Manifest commit 
with key 0x5F75F607C5C74E89)

Revision  ChangesPath
1.15 dev-python/pycparser/pycparser-2.10.ebuild

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

Index: pycparser-2.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycparser/pycparser-2.10.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- pycparser-2.10.ebuild   13 Aug 2014 17:13:53 -  1.14
+++ pycparser-2.10.ebuild   26 Oct 2014 19:07:20 -  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/dev-python/pycparser/pycparser-2.10.ebuild,v 1.14 
2014/08/13 17:13:53 blueness Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pycparser/pycparser-2.10.ebuild,v 1.15 
2014/10/26 19:07:20 grobian Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris"
 IUSE="test"
 
 RDEPEND="dev-python/ply[${PYTHON_USEDEP}]"



1.26 dev-python/pycparser/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   13 Aug 2014 17:13:53 -  1.25
+++ ChangeLog   26 Oct 2014 19:07:20 -  1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pycparser
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v 1.25 
2014/08/13 17:13:53 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v 1.26 
2014/10/26 19:07:20 grobian Exp $
+
+  26 Oct 2014; Fabian Groffen  pycparser-2.10.ebuild:
+  Added Prefix keywords, bug #503094
 
   13 Aug 2014; Anthony G. Basile  pycparser-2.10.ebuild:
   Keyword ~ppc and ~ppc64, bug #503094






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

2014-10-26 Thread Fabian Groffen (grobian)
grobian 14/10/26 19:05:03

  Modified: ply-3.4-r1.ebuild ChangeLog
  Log:
  Added Prefix keywords, bug #503094
  
  (Portage version: 2.2.14_rc1-prefix/cvs/Darwin i386, signed Manifest commit 
with key 0x5F75F607C5C74E89)

Revision  ChangesPath
1.12 dev-python/ply/ply-3.4-r1.ebuild

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

Index: ply-3.4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/ply/ply-3.4-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ply-3.4-r1.ebuild   13 Sep 2014 07:04:28 -  1.11
+++ ply-3.4-r1.ebuild   26 Oct 2014 19:05:03 -  1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ply/ply-3.4-r1.ebuild,v 1.11 
2014/09/13 07:04:28 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ply/ply-3.4-r1.ebuild,v 1.12 
2014/10/26 19:05:03 grobian Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.34 dev-python/ply/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/ply/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   13 Sep 2014 07:04:28 -  1.33
+++ ChangeLog   26 Oct 2014 19:05:03 -  1.34
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/ply
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ply/ChangeLog,v 1.33 2014/09/13 
07:04:28 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ply/ChangeLog,v 1.34 2014/10/26 
19:05:03 grobian Exp $
+
+  26 Oct 2014; Fabian Groffen  ply-3.4-r1.ebuild:
+  Added Prefix keywords, bug #503094
 
   13 Sep 2014; Patrick Lauer  ply-3.4-r1.ebuild:
   Restrict tests until they have a chance of not failing






[gentoo-commits] gentoo-x86 commit in dev-tcltk/tclpython: tclpython-4.1-r3.ebuild metadata.xml ChangeLog

2014-10-26 Thread Justin Lecher (jlec)
jlec14/10/26 18:45:17

  Modified: metadata.xml ChangeLog
  Added:tclpython-4.1-r3.ebuild
  Log:
  dev-tcltk/tclpython: Bump to EAPI=5 and new python eclasses; add py3 support, 
#509738
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.3  dev-tcltk/tclpython/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tclpython/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml19 Dec 2006 05:32:04 -  1.2
+++ metadata.xml26 Oct 2014 18:45:17 -  1.3
@@ -1,5 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-tcltk
+  tcltk
 



1.18 dev-tcltk/tclpython/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tclpython/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   23 May 2011 07:17:52 -  1.17
+++ ChangeLog   26 Oct 2014 18:45:17 -  1.18
@@ -1,6 +1,12 @@
 # ChangeLog for dev-tcltk/tclpython
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclpython/ChangeLog,v 1.17 
2011/05/23 07:17:52 tomka Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclpython/ChangeLog,v 1.18 
2014/10/26 18:45:17 jlec Exp $
+
+*tclpython-4.1-r3 (26 Oct 2014)
+
+  26 Oct 2014; Justin Lecher  +tclpython-4.1-r3.ebuild,
+  metadata.xml:
+  Bump to EAPI=5 and new python eclasses; add py3 support, #509738
 
   23 May 2011; Thomas Kahle  tclpython-4.1-r2.ebuild:
   x86 stable per bug 364825



1.1  dev-tcltk/tclpython/tclpython-4.1-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclpython/tclpython-4.1-r3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclpython/tclpython-4.1-r3.ebuild?rev=1.1&content-type=text/plain

Index: tclpython-4.1-r3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-tcltk/tclpython/tclpython-4.1-r3.ebuild,v 1.1 
2014/10/26 18:45:17 jlec Exp $

EAPI=5

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

inherit multilib python-single-r1 toolchain-funcs

DESCRIPTION="Python package for Tcl"
HOMEPAGE="http://jfontain.free.fr/tclpython.htm";
SRC_URI="http://jfontain.free.fr/${P}.tar.bz2";

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

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

DEPEND="${PYTHON_DEPS}
dev-lang/tcl"
RDEPEND="${DEPEND}"

src_compile() {
local cfile="tclpython tclthread"
for src in ${cfile}; do
compile="$(tc-getCC) -shared -fPIC ${CFLAGS} 
-I$(python_get_includedir) -c ${src}.c"
einfo "${compile}"
eval "${compile}" || die
done

link="$(tc-getCC) -fPIC -shared ${LDFLAGS} -o tclpython.so.${PV} 
tclpython.o tclthread.o -lpthread -lutil $(python_get_LIBS) -ltcl"
einfo "${link}"
eval "${link}" || die
}

src_install() {
insinto /usr/$(get_libdir)/tclpython
doins tclpython.so.${PV} pkgIndex.tcl
fperms 775 /usr/$(get_libdir)/tclpython/tclpython.so.${PV}
dosym tclpython.so.${PV} /usr/$(get_libdir)/tclpython/tclpython.so

dodoc CHANGES INSTALL README
dohtml tclpython.htm
}






[gentoo-commits] proj/qt:master commit in: media-gfx/lximage-qt/

2014-10-26 Thread Jauhien Piatlicki
commit: 4d3f9195583bce6eae3337785ccf83359ece5811
Author: Jauhien Piatlicki  gentoo  org>
AuthorDate: Sun Oct 26 18:33:38 2014 +
Commit: Jauhien Piatlicki  gentoo  org>
CommitDate: Sun Oct 26 18:33:38 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=4d3f9195

[media-gfx/lximage-qt] update live ebuild, drop QT4 support

---
 media-gfx/lximage-qt/lximage-qt-.ebuild | 15 +++
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/media-gfx/lximage-qt/lximage-qt-.ebuild 
b/media-gfx/lximage-qt/lximage-qt-.ebuild
index 23f9d8a..717c4c9 100644
--- a/media-gfx/lximage-qt/lximage-qt-.ebuild
+++ b/media-gfx/lximage-qt/lximage-qt-.ebuild
@@ -14,19 +14,26 @@ if [[ ${PV} = ** ]]; then
 else
SRC_URI="http://lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz";
KEYWORDS="~amd64 ~x86"
-   S=${WORKDIR}
 fi
 
 LICENSE="GPL-2 LGPL-2.1+"
 SLOT="0"
 
-RDEPEND="dev-qt/qtcore:4
-   dev-qt/qtdbus
-   dev-qt/qtgui:4
+RDEPEND="
dev-libs/glib:2
+   dev-qt/linguist-tools:5
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
media-libs/libexif
>=x11-libs/libfm-1.2
+   x11-libs/libICE
+   x11-libs/libSM
x11-libs/libX11
+   x11-libs/libXext
x11-libs/libXfixes
x11-misc/pcmanfm-qt"
 DEPEND="${RDEPEND}



[gentoo-commits] gentoo-x86 commit in sci-libs/scikits_learn: ChangeLog scikits_learn-0.15.1.ebuild

2014-10-26 Thread Justin Lecher (jlec)
jlec14/10/26 18:33:23

  Modified: ChangeLog scikits_learn-0.15.1.ebuild
  Log:
  sci-libs/scikits_learn: Add missing dep for doc building, #451834
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.26 sci-libs/scikits_learn/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/scikits_learn/ChangeLog?rev=1.26&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/scikits_learn/ChangeLog?rev=1.26&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/scikits_learn/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/scikits_learn/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   26 Oct 2014 17:58:12 -  1.25
+++ ChangeLog   26 Oct 2014 18:33:23 -  1.26
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/scikits_learn
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/scikits_learn/ChangeLog,v 1.25 
2014/10/26 17:58:12 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/scikits_learn/ChangeLog,v 1.26 
2014/10/26 18:33:23 jlec Exp $
+
+  26 Oct 2014; Justin Lecher  scikits_learn-0.15.1.ebuild:
+  Add missing dep for doc building, #451834
 
 *scikits_learn-0.15.1 (26 Oct 2014)
 



1.2  sci-libs/scikits_learn/scikits_learn-0.15.1.ebuild

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

Index: scikits_learn-0.15.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-libs/scikits_learn/scikits_learn-0.15.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scikits_learn-0.15.1.ebuild 26 Oct 2014 17:58:12 -  1.1
+++ scikits_learn-0.15.1.ebuild 26 Oct 2014 18:33: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/sci-libs/scikits_learn/scikits_learn-0.15.1.ebuild,v 
1.1 2014/10/26 17:58:12 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-libs/scikits_learn/scikits_learn-0.15.1.ebuild,v 
1.2 2014/10/26 18:33:23 jlec Exp $
 
 EAPI=5
 
@@ -33,8 +33,10 @@
dev-python/setuptools[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]
doc? (
+   dev-python/joblib[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}] )
+   )
test? (
dev-python/joblib[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}] )"






[gentoo-commits] proj/openrc:openrc-0.13.x commit in: mk/

2014-10-26 Thread William Hubbs
commit: 5bdd08e0e74bb071e775c706cf88b7bd7c48a572
Author: Johan Bergström  bergstroem  nu>
AuthorDate: Wed Oct 22 22:59:57 2014 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Oct 26 18:32:46 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=5bdd08e0

Pass ncurses cflags to build

Fixes #25
Note from William Hubbs:
The original patch overwrote CFLAGS. I modified this patch to add the
ncurses cflags to CPPFLAGS instead of overwriting CFLAGS.

---
 mk/termcap.mk | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/mk/termcap.mk b/mk/termcap.mk
index 6f590da..2d6ad01 100644
--- a/mk/termcap.mk
+++ b/mk/termcap.mk
@@ -1,11 +1,12 @@
 ifeq (${MKTERMCAP},ncurses)
-   LTERMCAP:=  $(shell pkg-config ncurses --libs 2> /dev/null)
+TERMCAP_CFLAGS:=   $(shell pkg-config ncurses --cflags 2> /dev/null)
+LTERMCAP:= $(shell pkg-config ncurses --libs 2> /dev/null)
 ifeq ($(LTERMCAP),)
 LIBTERMCAP?=   -lncurses
 else
 LIBTERMCAP?= $(LTERMCAP)
 endif
-CPPFLAGS+= -DHAVE_TERMCAP
+CPPFLAGS+= -DHAVE_TERMCAP ${TERMCAP_CFLAGS}
 LDADD+=${LIBTERMCAP}
 else ifeq (${MKTERMCAP},termcap)
 LIBTERMCAP?=   -ltermcap



[gentoo-commits] proj/openrc:master commit in: mk/

2014-10-26 Thread William Hubbs
commit: ba0a11fc94d303e208dd364b06c1c2a75bcdd62b
Author: Johan Bergström  bergstroem  nu>
AuthorDate: Wed Oct 22 22:59:57 2014 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Oct 26 18:04:20 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=ba0a11fc

Pass ncurses cflags to build

Fixes #25
Note from William Hubbs:
The original patch overwrote CFLAGS. I modified this patch to add the
ncurses cflags to CPPFLAGS instead of overwriting CFLAGS.

---
 mk/termcap.mk | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/mk/termcap.mk b/mk/termcap.mk
index 6f590da..2d6ad01 100644
--- a/mk/termcap.mk
+++ b/mk/termcap.mk
@@ -1,11 +1,12 @@
 ifeq (${MKTERMCAP},ncurses)
-   LTERMCAP:=  $(shell pkg-config ncurses --libs 2> /dev/null)
+TERMCAP_CFLAGS:=   $(shell pkg-config ncurses --cflags 2> /dev/null)
+LTERMCAP:= $(shell pkg-config ncurses --libs 2> /dev/null)
 ifeq ($(LTERMCAP),)
 LIBTERMCAP?=   -lncurses
 else
 LIBTERMCAP?= $(LTERMCAP)
 endif
-CPPFLAGS+= -DHAVE_TERMCAP
+CPPFLAGS+= -DHAVE_TERMCAP ${TERMCAP_CFLAGS}
 LDADD+=${LIBTERMCAP}
 else ifeq (${MKTERMCAP},termcap)
 LIBTERMCAP?=   -ltermcap



[gentoo-commits] gentoo-x86 commit in sci-libs/scikits_image: metadata.xml ChangeLog scikits_image-0.10.1.ebuild

2014-10-26 Thread Justin Lecher (jlec)
jlec14/10/26 18:07:08

  Modified: metadata.xml ChangeLog
  Added:scikits_image-0.10.1.ebuild
  Log:
  sci-libs/scikits_image: Version Bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.8  sci-libs/scikits_image/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/scikits_image/metadata.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- metadata.xml23 Oct 2013 17:19:56 -  1.7
+++ metadata.xml26 Oct 2014 18:07:08 -  1.8
@@ -1,19 +1,19 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-sci
-
+  sci
+  
   This SciKit (toolkit for SciPy) includes useful image processing
   algorithms for use with Python and NumPy. While SciPy’s ndimage
   provides low-level manipulation, scikits.image centres around
   algorithms and applications.
 
-
-  Enable support for image i/o via
+  
+Enable support for image i/o via
   media-libs/freeimage
-  Enable support for algebraic solvers via 
dev-python/pyamg
-
-
-  scikit-image
-
+Enable support for algebraic solvers via 
dev-python/pyamg
+  
+  
+scikit-image
+  
 



1.19 sci-libs/scikits_image/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/scikits_image/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   20 Jun 2014 20:24:45 -  1.18
+++ ChangeLog   26 Oct 2014 18:07:08 -  1.19
@@ -1,6 +1,12 @@
 # ChangeLog for sci-libs/scikits_image
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/scikits_image/ChangeLog,v 1.18 
2014/06/20 20:24:45 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/scikits_image/ChangeLog,v 1.19 
2014/10/26 18:07:08 jlec Exp $
+
+*scikits_image-0.10.1 (26 Oct 2014)
+
+  26 Oct 2014; Justin Lecher  +scikits_image-0.10.1.ebuild,
+  metadata.xml:
+  Version Bump
 
 *scikits_image-0.10.0 (20 Jun 2014)
 



1.1  sci-libs/scikits_image/scikits_image-0.10.1.ebuild

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

Index: scikits_image-0.10.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-libs/scikits_image/scikits_image-0.10.1.ebuild,v 
1.1 2014/10/26 18:07:08 jlec Exp $

EAPI=5

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

inherit distutils-r1

MYPN="${PN/scikits_/scikit-}"
MYP="${MYPN}-${PV}"

DESCRIPTION="Image processing routines for SciPy"
HOMEPAGE="http://scikit-image.org/";
SRC_URI="mirror://pypi/${PN:0:1}/${MYPN}/${MYP}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc freeimage gtk pyamg qt4 test"

RDEPEND="
sci-libs/scipy[sparse,${PYTHON_USEDEP}]
freeimage? ( media-libs/freeimage )
gtk? ( dev-python/pygtk[$(python_gen_usedep 'python2*')] )
pyamg? ( dev-python/pyamg[$(python_gen_usedep 'python2*')] )
qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] )"
DEPEND="
>=dev-python/cython-0.17[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}]
sci-libs/scipy[sparse,${PYTHON_USEDEP}] )"

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

DOCS=( CONTRIBUTORS.txt CONTRIBUTING.txt DEPENDS.txt RELEASE.txt TASKS.txt 
TODO.txt )

python_test() {
distutils_install_for_testing
mkdir for_test && cd for_test
echo "backend : Agg" > matplotlibrc || die
echo "backend.qt4 : PyQt4" >> matplotlibrc || die
MPLCONFIGDIR=. nosetests --exe -v  --c

[gentoo-commits] gentoo-x86 commit in dev-python/pexpect: ChangeLog pexpect-3.3.ebuild

2014-10-26 Thread Justin Lecher (jlec)
jlec14/10/26 18:03:08

  Modified: ChangeLog pexpect-3.3.ebuild
  Log:
  dev-python/pexpect: add pypy support, #491404
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.79 dev-python/pexpect/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog   18 Oct 2014 14:41:44 -  1.78
+++ ChangeLog   26 Oct 2014 18:03:08 -  1.79
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pexpect
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v 1.78 
2014/10/18 14:41:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v 1.79 
2014/10/26 18:03:08 jlec Exp $
+
+  26 Oct 2014; Justin Lecher  pexpect-3.3.ebuild:
+  add pypy support, #491404
 
   18 Oct 2014; Agostino Sarubbo  pexpect-3.3.ebuild:
   Stable for x86, wrt bug #524416



1.7  dev-python/pexpect/pexpect-3.3.ebuild

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

Index: pexpect-3.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-3.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pexpect-3.3.ebuild  18 Oct 2014 14:41:44 -  1.6
+++ pexpect-3.3.ebuild  26 Oct 2014 18:03:08 -  1.7
@@ -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/pexpect/pexpect-3.3.ebuild,v 1.6 
2014/10/18 14:41:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-3.3.ebuild,v 1.7 
2014/10/26 18:03:08 jlec Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
+
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
 
 inherit distutils-r1
 






  1   2   3   >