[gentoo-commits] gentoo-x86 commit in www-plugins/adobe-flash: ChangeLog adobe-flash-11.2.202.429.ebuild

2015-01-23 Thread Jeroen Roovers (jer)
jer 15/01/23 08:00:11

  Modified: ChangeLog
  Removed:  adobe-flash-11.2.202.429.ebuild
  Log:
  Old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.291www-plugins/adobe-flash/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?rev=1.291&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?rev=1.291&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?r1=1.290&r2=1.291

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -r1.290 -r1.291
--- ChangeLog   23 Jan 2015 07:53:37 -  1.290
+++ ChangeLog   23 Jan 2015 08:00:11 -  1.291
@@ -1,6 +1,9 @@
 # ChangeLog for www-plugins/adobe-flash
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.290 
2015/01/23 07:53:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.291 
2015/01/23 08:00:11 jer Exp $
+
+  23 Jan 2015; Jeroen Roovers  
-adobe-flash-11.2.202.429.ebuild:
+  Old.
 
   23 Jan 2015; Agostino Sarubbo 
   adobe-flash-11.2.202.438.ebuild:






[gentoo-commits] gentoo-x86 commit in app-misc/gentoo: gentoo-0.20.6.ebuild ChangeLog gentoo-0.20.5.ebuild

2015-01-23 Thread Jeroen Roovers (jer)
jer 15/01/23 08:08:46

  Modified: ChangeLog
  Added:gentoo-0.20.6.ebuild
  Removed:  gentoo-0.20.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.143app-misc/gentoo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/gentoo/ChangeLog,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- ChangeLog   29 Dec 2014 15:15:56 -  1.142
+++ ChangeLog   23 Jan 2015 08:08:46 -  1.143
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/gentoo
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gentoo/ChangeLog,v 1.142 
2014/12/29 15:15:56 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gentoo/ChangeLog,v 1.143 
2015/01/23 08:08:46 jer Exp $
+
+*gentoo-0.20.6 (23 Jan 2015)
+
+  23 Jan 2015; Jeroen Roovers  -gentoo-0.20.5.ebuild,
+  +gentoo-0.20.6.ebuild:
+  Version bump.
 
 *gentoo-0.20.5 (29 Dec 2014)
 



1.1  app-misc/gentoo/gentoo-0.20.6.ebuild

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

Index: gentoo-0.20.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/gentoo/gentoo-0.20.6.ebuild,v 1.1 
2015/01/23 08:08:46 jer Exp $

EAPI=5
inherit autotools eutils

DESCRIPTION="A modern GTK+ based filemanager for any WM"
HOMEPAGE="http://www.obsession.se/gentoo/ http://gentoo.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="nls"

RDEPEND="
>x11-libs/gtk+-3.12:3
dev-libs/glib:2
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/pango
"
DEPEND="
${RDEPEND}
nls? ( sys-devel/gettext )
"

DOCS=(
AUTHORS BUGS CONFIG-CHANGES CREDITS NEWS README TODO 
docs/{FAQ,menus.txt}
)

src_prepare() {
sed -i \
-e 's^icons/gnome/16x16/mimetypes^gentoo/icons^' \
gentoorc.in || die
sed -i \
-e '/GTK_DISABLE_DEPRECATED/d' \
-e '/^GENTOO_CFLAGS=/s|".*"|"${CFLAGS}"|g' \
-e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' \
configure.ac || die #357343
eautoreconf
}

src_configure() {
econf \
--sysconfdir=/etc/gentoo \
$(use_enable nls)
}

src_install() {
default

dohtml -r docs/{images,config,*.{html,css}}
newman docs/gentoo.1x gentoo.1
docinto scratch
dodoc docs/scratch/*

make_desktop_entry ${PN} Gentoo \
/usr/share/${PN}/icons/${PN}.png \
"System;FileTools;FileManager"
}






[gentoo-commits] gentoo-x86 commit in net-libs/nodejs: nodejs-0.11.15.ebuild ChangeLog

2015-01-23 Thread Patrick Lauer (patrick)
patrick 15/01/23 08:17:26

  Modified: ChangeLog
  Added:nodejs-0.11.15.ebuild
  Log:
  Bump, remove snapshot useflag as upstream removed the feature
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.133net-libs/nodejs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/nodejs/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog   22 Jan 2015 03:52:14 -  1.132
+++ ChangeLog   23 Jan 2015 08:17:26 -  1.133
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/nodejs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/nodejs/ChangeLog,v 1.132 
2015/01/22 03:52:14 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/nodejs/ChangeLog,v 1.133 
2015/01/23 08:17:26 patrick Exp $
+
+*nodejs-0.11.15 (23 Jan 2015)
+
+  23 Jan 2015; Patrick Lauer  +nodejs-0.11.15.ebuild:
+  Bump, remove snapshot useflag as upstream removed the feature
 
 *nodejs-0.10.35 (22 Jan 2015)
 



1.1  net-libs/nodejs/nodejs-0.11.15.ebuild

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

Index: nodejs-0.11.15.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/nodejs/nodejs-0.11.15.ebuild,v 1.1 
2015/01/23 08:17:26 patrick Exp $

EAPI=5

# has known failures. sigh.
RESTRICT="test"

PYTHON_COMPAT=( python2_{6,7} )

inherit python-any-r1 pax-utils toolchain-funcs

DESCRIPTION="Evented IO for V8 Javascript"
HOMEPAGE="http://nodejs.org/";
SRC_URI="http://nodejs.org/dist/v${PV}/node-v${PV}.tar.gz";

LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
IUSE="+npm"

RDEPEND="dev-libs/openssl"
DEPEND="${PYTHON_DEPS}
${RDEPEND}
>=net-libs/http-parser-2.3
=dev-libs/libuv-1.1.0"

S=${WORKDIR}/node-v${PV}

src_prepare() {
# fix compilation on Darwin
# http://code.google.com/p/gyp/issues/detail?id=260
sed -i -e "/append('-arch/d" tools/gyp/pylib/gyp/xcode_emulation.py || 
die

# make sure we use python2.* while using gyp
sed -i -e  "s/python/python2/" deps/npm/node_modules/node-gyp/gyp/gyp 
|| die

# less verbose install output (stating the same as portage, basically)
sed -i -e "/print/d" tools/install.py || die

tc-export CC CXX
}

src_configure() {
local myconf=""
! use npm && myconf="--without-npm"

# Use target arch detection logic, see v8-3.18 ebuilds
case ${CHOST} in
i?86-*)
myarch="ia32"
myconf+=" -Dv8_target_arch=ia32" ;;
x86_64-*)
if [[ $ABI = x86 ]] ; then
myarch="ia32"
else
myarch="x64"
fi ;;
arm*-*)
myarch="arm"
;;
*) die "Unrecognized CHOST: ${CHOST}"
esac

"${PYTHON}" configure --prefix="${EPREFIX}"/usr \
--shared-openssl \
--shared-libuv \
--shared-http-parser \
--shared-zlib \
--without-dtrace ${myconf} || die
}

src_compile() {
local V=1
export V
emake out/Makefile
emake
}

src_install() {
"${PYTHON}" tools/install.py install "${D}" /usr

use npm && dohtml -r "${ED}"/usr/lib/node_modules/npm/html/*
rm -rf "${ED}"/usr/lib/node_modules/npm/doc 
"${ED}"/usr/lib/node_modules/npm/html
rm -rf "${ED}"/usr/lib/dtrace

pax-mark -m "${ED}"/usr/bin/node
}

src_test() {
"${PYTHON}" tools/test.py --mode=release simple message || die
}






[gentoo-commits] gentoo-x86 commit in dev-python/flask-restless: flask-restless-0.14.0.ebuild ChangeLog

2015-01-23 Thread Patrick Lauer (patrick)
patrick 15/01/23 08:24:25

  Modified: ChangeLog
  Added:flask-restless-0.14.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.15 dev-python/flask-restless/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-restless/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   21 Dec 2014 23:55:12 -  1.14
+++ ChangeLog   23 Jan 2015 08:24:25 -  1.15
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/flask-restless
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restless/ChangeLog,v 1.14 
2014/12/21 23:55:12 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restless/ChangeLog,v 1.15 
2015/01/23 08:24:25 patrick Exp $
+
+*flask-restless-0.14.0 (23 Jan 2015)
+
+  23 Jan 2015; Patrick Lauer  
+flask-restless-0.14.0.ebuild:
+  Bump
 
   21 Dec 2014; Ian Delaney  -flask-restless-0.12.0.ebuild,
   -flask-restless-0.12.1.ebuild, -flask-restless-0.13.0.ebuild:



1.1  dev-python/flask-restless/flask-restless-0.14.0.ebuild

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

Index: flask-restless-0.14.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/flask-restless/flask-restless-0.14.0.ebuild,v
 1.1 2015/01/23 08:24:25 patrick Exp $

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

PYTHON_REQ_USE="sqlite"
inherit distutils-r1

DESCRIPTION="Flask extension for easy ReSTful API generation"
HOMEPAGE="http://packages.python.org/Flask-Restless/";
SRC_URI="https://github.com/jfinkels/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="|| ( AGPL-3 BSD )"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="doc examples test"

RDEPEND=">=dev-python/flask-0.7[${PYTHON_USEDEP}]
dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
dev-python/sqlalchemy[${PYTHON_USEDEP}]
dev-python/python-dateutil:0[${PYTHON_USEDEP}]
dev-python/mimerender[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
>=dev-python/sphinxcontrib-httpdomain-1.1.7[${PYTHON_USEDEP}]
>=dev-python/sphinxcontrib-issuetracker-0.11[${PYTHON_USEDEP}]
dev-python/flask-themes[${PYTHON_USEDEP}] )"

PATCHES=( "${FILESDIR}"/mapping.patch )

python_compile_all() {
if use doc; then
if ! "${PYTHON}" -c "import flask_restless"; then
eerror "flask-restless is not installed. Building of 
the docs"
eerror "requires flask-restless to be installed."
eerror "emerge with USE=-doc followed bu USE=doc"
die
fi
# Changes connect to read issues @ github
rm -f docs/changelog.rst
einfo "Generating html docs for ${PN}"
PYTHONPATH=${PYTHONPATH}"${S}"/docs emake -C docs html \
|| die "Generating html docs for ${PN} failed"
fi
}

python_test() {
nosetests -w tests || die "Tests failed under ${EPYTHON}"
}

python_install_all() {
use doc && local HTML_DOCS=( docs/_build/html/. )
use examples && local EXAMPLES=( examples/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in media-video/vdr/files: vdr-2.0.7_systemd_argsdir.patch vdr-2.0.7_systemd_argsdir_vanilla.patch

2015-01-23 Thread Joerg Bornkessel (hd_brummy)
hd_brummy15/01/23 08:28:14

  Added:vdr-2.0.7_systemd_argsdir.patch
vdr-2.0.7_systemd_argsdir_vanilla.patch
  Log:
  bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
34C2808A)

Revision  ChangesPath
1.1  media-video/vdr/files/vdr-2.0.7_systemd_argsdir.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vdr/files/vdr-2.0.7_systemd_argsdir.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vdr/files/vdr-2.0.7_systemd_argsdir.patch?rev=1.1&content-type=text/plain

Index: vdr-2.0.7_systemd_argsdir.patch
===
diff -Naur vdr-2.0.7.orig/HISTORY vdr-2.0.7/HISTORY
--- vdr-2.0.7.orig/HISTORY  2015-01-23 09:16:13.73562 +0100
+++ vdr-2.0.7/HISTORY   2015-01-23 09:17:29.038614491 +0100
@@ -7916,6 +7916,16 @@
 - The APIVERSION has been increased to 2.0.6 due to the changes to pat.h, 
sdt.h and
   the functional modification to cFont::CreateFont().
 
+2015-01-18: Version 2.0.6 + backport of systemd support from versions 2.1.6 
and 2.1.7
+
+- Added support for systemd (thanks to Christopher Reimer). To activate this 
you
+  need to add "SDNOTIFY=1" to the 'make' call.
+
+2015-01-18: Version 2.0.6 + backport of reading command line arguments from 
files, from version 2.1$
+
+- VDR now reads command line options from *.conf files in /etc/vdr/conf.d 
(thanks
+  to Lars Hanisch). See vdr.1 and vdr.5 for details.
+
 2015-01-20: Version 2.0.7
 
 - Fixed a possible division by zero in frame rate detection.
diff -Naur vdr-2.0.7.orig/Make.config.template vdr-2.0.7/Make.config.template
--- vdr-2.0.7.orig/Make.config.template 2015-01-23 09:16:13.73662 +0100
+++ vdr-2.0.7/Make.config.template  2015-01-23 09:16:34.199618503 +0100
@@ -38,6 +38,7 @@
 
 #VIDEODIR  = /srv/vdr/video
 #CONFDIR   = /var/lib/vdr
+#ARGSDIR   = /etc/vdr/conf.d
 #CACHEDIR  = /var/cache/vdr
 
 # Overrides for preset/legacy configurations:
diff -Naur vdr-2.0.7.orig/Makefile vdr-2.0.7/Makefile
--- vdr-2.0.7.orig/Makefile 2015-01-23 09:16:13.724620001 +0100
+++ vdr-2.0.7/Makefile  2015-01-23 09:17:58.588612330 +0100
@@ -31,6 +31,7 @@
 DESTDIR   ?=
 VIDEODIR  ?= /srv/vdr/video
 CONFDIR   ?= /var/lib/vdr
+ARGSDIR   ?= /etc/vdr/conf.d
 CACHEDIR  ?= /var/cache/vdr
 
 PREFIX?= /usr/local
@@ -66,7 +67,7 @@
 
 SILIB= $(LSIDIR)/libsi.a
 
-OBJS = audio.o channels.o ci.o config.o cutter.o device.o diseqc.o dvbdevice.o 
dvbci.o\
+OBJS = args.o audio.o channels.o ci.o config.o cutter.o device.o diseqc.o 
dvbdevice.o dvbci.o\
dvbplayer.o dvbspu.o dvbsubtitle.o eit.o eitscan.o epg.o filter.o 
font.o i18n.o interface.o keys.o\
lirc.o menu.o menuitems.o nit.o osdbase.o osd.o pat.o player.o plugin.o\
receiver.o recorder.o recording.o remote.o remux.o ringbuffer.o sdt.o 
sections.o shutdown.o\
@@ -111,12 +112,18 @@
 DEFINES += -DBIDI
 LIBS += $(shell pkg-config --libs fribidi)
 endif
+ifdef SDNOTIFY
+INCLUDES += $(shell pkg-config --cflags libsystemd-daemon)
+DEFINES += -DSDNOTIFY
+LIBS += $(shell pkg-config --libs libsystemd-daemon)
+endif
 
 LIRC_DEVICE ?= /var/run/lirc/lircd
 
 DEFINES += -DLIRC_DEVICE=\"$(LIRC_DEVICE)\"
 DEFINES += -DVIDEODIR=\"$(VIDEODIR)\"
 DEFINES += -DCONFDIR=\"$(CONFDIR)\"
+DEFINES += -DARGSDIR=\"$(ARGSDIR)\"
 DEFINES += -DCACHEDIR=\"$(CACHEDIR)\"
 DEFINES += -DRESDIR=\"$(RESDIR)\"
 DEFINES += -DPLUGINDIR=\"$(LIBDIR)\"
@@ -161,6 +168,7 @@
@echo "mandir=$(MANDIR)" >> $@
@echo "configdir=$(CONFDIR)" >> $@
@echo "videodir=$(VIDEODIR)" >> $@
+   @echo "argsdir=$(ARGSDIR)" >> $@
@echo "cachedir=$(CACHEDIR)" >> $@
@echo "resdir=$(RESDIR)" >> $@
@echo "libdir=$(LIBDIR)" >> $@
@@ -278,6 +286,7 @@
 install-dirs:
@mkdir -p $(DESTDIR)$(VIDEODIR)
 #  @mkdir -p $(DESTDIR)$(CONFDIR)
+   @mkdir -p $(DESTDIR)$(ARGSDIR)
 #  @mkdir -p $(DESTDIR)$(CACHEDIR)
@mkdir -p $(DESTDIR)$(RESDIR)
 
diff -Naur vdr-2.0.7.orig/args.c vdr-2.0.7/args.c
--- vdr-2.0.7.orig/args.c   1970-01-01 01:00:00.0 +0100
+++ vdr-2.0.7/args.c2015-01-23 09:16:34.199618503 +0100
@@ -0,0 +1,129 @@
+/*
+ * args.c: Read arguments from files
+ *
+ * See the main source file 'vdr.c' for copyright information and
+ * how to reach the author.
+ *
+ * Original version written by Lars Hanisch .
+ *
+ * $Id: vdr-2.0.7_systemd_argsdir.patch,v 1.1 2015/01/23 08:28:14 hd_brummy 
Exp $
+ */
+
+#include "args.h"
+#include 
+
+cArgs::cArgs(const char *Argv0)
+{
+  argv0 = Argv0;
+  argc = 0;
+  argv = NULL;
+}
+
+cArgs::~cArgs(void)
+{
+  if (argv != NULL)
+ delete [] argv;
+}
+
+bool cArgs::AddArg(const char *s)
+{
+  if (inVdrSection)
+ args.Append(strdup(s));
+  else if (*lastArg == NULL)
+ return false;
+  else
+ lastArg = cString::sprintf("%s %s", *lastArg, s);
+  return true;
+}
+
+bool cArgs::ReadDirectory(const char *Directory)
+

[gentoo-commits] gentoo-x86 commit in media-video/vdr: vdr-2.0.7.ebuild ChangeLog

2015-01-23 Thread Joerg Bornkessel (hd_brummy)
hd_brummy15/01/23 08:28:14

  Modified: ChangeLog
  Added:vdr-2.0.7.ebuild
  Log:
  bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
34C2808A)

Revision  ChangesPath
1.187media-video/vdr/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vdr/ChangeLog?rev=1.187&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vdr/ChangeLog?rev=1.187&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vdr/ChangeLog?r1=1.186&r2=1.187

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/vdr/ChangeLog,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- ChangeLog   20 Jan 2015 03:19:46 -  1.186
+++ ChangeLog   23 Jan 2015 08:28:14 -  1.187
@@ -1,6 +1,13 @@
 # ChangeLog for media-video/vdr
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/ChangeLog,v 1.186 
2015/01/20 03:19:46 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/ChangeLog,v 1.187 
2015/01/23 08:28:14 hd_brummy Exp $
+
+*vdr-2.0.7 (23 Jan 2015)
+
+  23 Jan 2015; Joerg Bornkessel  +vdr-2.0.7.ebuild,
+  +files/vdr-2.0.7_systemd_argsdir.patch,
+  +files/vdr-2.0.7_systemd_argsdir_vanilla.patch:
+  bump
 
 *vdr-2.0.6-r2 (20 Jan 2015)
 



1.1  media-video/vdr/vdr-2.0.7.ebuild

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

Index: vdr-2.0.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-2.0.7.ebuild,v 1.1 
2015/01/23 08:28:14 hd_brummy Exp $

EAPI=5

inherit eutils flag-o-matic multilib toolchain-funcs

# Switches supported by extensions-patch
EXT_PATCH_FLAGS="alternatechannel ddepgentry dvlvidprefer graphtft
jumpplay jumpingseconds mainmenuhooks menuorg naludump permashift 
permashift_v1
pinplugin rotor ttxtsubs vasarajanauloja wareagleicon yaepg"

# names of the use-flags
EXT_PATCH_FLAGS_RENAMED=""

# names ext-patch uses internally, here only used for maintainer checks
EXT_PATCH_FLAGS_RENAMED_EXT_NAME=""

IUSE="bidi debug html systemd vanilla ${EXT_PATCH_FLAGS} 
${EXT_PATCH_FLAGS_RENAMED}"

MY_PV="${PV%_p*}"
MY_P="${PN}-${MY_PV}"
S="${WORKDIR}/${MY_P}"

EXT_P="extpng-${PN}-2.0.6-gentoo-edition-v6"

DESCRIPTION="Video Disk Recorder - turns a pc into a powerful set top box for 
DVB"
HOMEPAGE="http://www.tvdr.de/";
SRC_URI="ftp://ftp.tvdr.de/vdr/${MY_P}.tar.bz2
http://dev.gentoo.org/~hd_brummy/distfiles/${EXT_P}.patch.bz2";

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

REQUIRED_USE="
permashift? ( !permashift_v1 )
permashift_v1? ( !permashift )"

COMMON_DEPEND="virtual/jpeg
sys-libs/libcap
>=media-libs/fontconfig-2.4.2
>=media-libs/freetype-2"

DEPEND="${COMMON_DEPEND}
>=virtual/linuxtv-dvb-headers-5.3
sys-devel/gettext"

RDEPEND="${COMMON_DEPEND}
dev-lang/perl
>=media-tv/gentoo-vdr-scripts-2.5
media-fonts/corefonts
bidi? ( dev-libs/fribidi )
systemd? ( sys-apps/systemd )"

CONF_DIR=/etc/vdr
CAP_FILE=${S}/capabilities.sh
CAPS="# Capabilities of the vdr-executable for use by startscript etc."

pkg_setup() {
use debug && append-flags -g

PLUGIN_LIBDIR="/usr/$(get_libdir)/vdr/plugins"

tc-export CC CXX AR
}

add_cap() {
local arg
for arg; do
CAPS="${CAPS}\n${arg}=1"
done
}

enable_patch() {
local arg ARG_UPPER
for arg; do
ARG_UPPER=$(echo $arg|tr '[:lower:]' '[:upper:]')
echo "${ARG_UPPER} = 1" >> Make.config

# codesnippet to bring the extpng defines into the vdr.pc 
CXXFLAGS CFLAGS
echo "-DUSE_${ARG_UPPER}" >> "${T}"/defines.tmp
cat "${T}"/defines.tmp | tr \\\012 ' '  > "${T}"/defines.IUSE
export DEFINES_IUSE=$( cat ${T}/defines.IUSE )
done
}

extensions_add_make_conf()
{
# copy all ifdef for extensions-patch to Make.config
sed -e '1,/need to touch the following:/d' \
-e '/need to touch the following/,/^$/d' \
Make.config.template >> Make.config
}

extensions_all_defines() {
# extract all possible settings for extensions-patch
sed -e '/^#\?[A-Z].*= 1/!d' -e 's/^#\?//' -e 's/ .*//' \
Make.config.template \
| sort \
| tr '[:upper:]' '[:lower:]'
}

lang_po() {
LING_PO

[gentoo-commits] gentoo-x86 commit in dev-python/wtforms: wtforms-2.0.2.ebuild ChangeLog

2015-01-23 Thread Patrick Lauer (patrick)
patrick 15/01/23 08:28:41

  Modified: ChangeLog
  Added:wtforms-2.0.2.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.44 dev-python/wtforms/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   16 Jan 2015 09:40:48 -  1.43
+++ ChangeLog   23 Jan 2015 08:28:41 -  1.44
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/wtforms
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.43 
2015/01/16 09:40:48 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.44 
2015/01/23 08:28:41 patrick Exp $
+
+*wtforms-2.0.2 (23 Jan 2015)
+
+  23 Jan 2015; Patrick Lauer  +wtforms-2.0.2.ebuild:
+  Bump
 
   16 Jan 2015; Ian Delaney  -wtforms-1.0.5.ebuild,
   -wtforms-2.0.ebuild:



1.1  dev-python/wtforms/wtforms-2.0.2.ebuild

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

Index: wtforms-2.0.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-2.0.2.ebuild,v 
1.1 2015/01/23 08:28:41 patrick Exp $

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

inherit distutils-r1

MY_PN="WTForms"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Flexible forms validation and rendering library for python web 
development"
HOMEPAGE="http://wtforms.simplecodes.com/ http://pypi.python.org/pypi/WTForms";
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"

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

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

DEPEND="app-arch/unzip
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( >=dev-python/sphinx-0.6[${PYTHON_USEDEP}] )"
RDEPEND=""

python_compile_all() {
use doc && emake -C docs html
}

python_test() {
esetup.py test || die "Tests failed for ${EPYTHON}"
}

python_install_all() {
use doc && local HTML_DOCS=( docs/_build/html/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-perl/ZMQ-LibZMQ3: ChangeLog ZMQ-LibZMQ3-1.19.0.ebuild

2015-01-23 Thread Jeroen Roovers (jer)
jer 15/01/23 08:34:08

  Modified: ChangeLog ZMQ-LibZMQ3-1.19.0.ebuild
  Log:
  Marked ~hppa (bug #531512).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  dev-perl/ZMQ-LibZMQ3/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ZMQ-LibZMQ3/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   2 Dec 2014 10:38:36 -   1.1
+++ ChangeLog   23 Jan 2015 08:34:08 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/ZMQ-LibZMQ3
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ZMQ-LibZMQ3/ChangeLog,v 1.1 
2014/12/02 10:38:36 mschiff Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ZMQ-LibZMQ3/ChangeLog,v 1.2 
2015/01/23 08:34:08 jer Exp $
+
+  23 Jan 2015; Jeroen Roovers  ZMQ-LibZMQ3-1.19.0.ebuild:
+  Marked ~hppa (bug #531512).
 
 *ZMQ-LibZMQ3-1.19.0 (02 Dec 2014)
 



1.2  dev-perl/ZMQ-LibZMQ3/ZMQ-LibZMQ3-1.19.0.ebuild

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

Index: ZMQ-LibZMQ3-1.19.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/ZMQ-LibZMQ3/ZMQ-LibZMQ3-1.19.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ZMQ-LibZMQ3-1.19.0.ebuild   2 Dec 2014 10:38:36 -   1.1
+++ ZMQ-LibZMQ3-1.19.0.ebuild   23 Jan 2015 08:34:08 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/ZMQ-LibZMQ3/ZMQ-LibZMQ3-1.19.0.ebuild,v 1.1 
2014/12/02 10:38:36 mschiff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/ZMQ-LibZMQ3/ZMQ-LibZMQ3-1.19.0.ebuild,v 1.2 
2015/01/23 08:34:08 jer Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="A libzmq 3.x wrapper for Perl"
 
 SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="~amd64 ~hppa ~x86"
 IUSE="test"
 
 RDEPEND="






[gentoo-commits] gentoo-x86 commit in mail-filter/amavisd-new: amavisd-new-2.10.1-r1.ebuild ChangeLog

2015-01-23 Thread Jeroen Roovers (jer)
jer 15/01/23 08:37:02

  Modified: amavisd-new-2.10.1-r1.ebuild ChangeLog
  Log:
  Marked ~hppa (bug #531512).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  mail-filter/amavisd-new/amavisd-new-2.10.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.10.1-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.10.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.10.1-r1.ebuild?r1=1.1&r2=1.2

Index: amavisd-new-2.10.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.10.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- amavisd-new-2.10.1-r1.ebuild3 Dec 2014 07:56:19 -   1.1
+++ amavisd-new-2.10.1-r1.ebuild23 Jan 2015 08:37:02 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.10.1-r1.ebuild,v 
1.1 2014/12/03 07:56:19 eras Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.10.1-r1.ebuild,v 
1.2 2015/01/23 08:37:02 jer Exp $
 
 EAPI=5
 inherit eutils systemd user
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2 BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~sparc ~x86"
 IUSE="clamav courier dkim ldap mysql postgres qmail razor snmp spamassassin 
zmq"
 
 DEPEND=">=sys-apps/sed-4



1.216mail-filter/amavisd-new/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/amavisd-new/ChangeLog?rev=1.216&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/amavisd-new/ChangeLog?rev=1.216&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/amavisd-new/ChangeLog?r1=1.215&r2=1.216

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/ChangeLog,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -r1.215 -r1.216
--- ChangeLog   3 Dec 2014 07:56:19 -   1.215
+++ ChangeLog   23 Jan 2015 08:37:02 -  1.216
@@ -1,6 +1,9 @@
 # ChangeLog for mail-filter/amavisd-new
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/ChangeLog,v 1.215 
2014/12/03 07:56:19 eras Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/ChangeLog,v 1.216 
2015/01/23 08:37:02 jer Exp $
+
+  23 Jan 2015; Jeroen Roovers  amavisd-new-2.10.1-r1.ebuild:
+  Marked ~hppa (bug #531512).
 
 *amavisd-new-2.10.1-r1 (03 Dec 2014)
 






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

2015-01-23 Thread Ole Markus With (olemarkus)
olemarkus15/01/23 09:18:48

  Modified: ChangeLog
  Added:php-5.6.5.ebuild php-5.5.21.ebuild
php-5.4.37.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.921dev-lang/php/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.920
retrieving revision 1.921
diff -u -r1.920 -r1.921
--- ChangeLog   28 Dec 2014 15:27:17 -  1.920
+++ ChangeLog   23 Jan 2015 09:18:48 -  1.921
@@ -1,6 +1,14 @@
 # ChangeLog for dev-lang/php
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.920 2014/12/28 
15:27:17 titanofold Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.921 2015/01/23 
09:18:48 olemarkus Exp $
+
+*php-5.6.5 (23 Jan 2015)
+*php-5.5.21 (23 Jan 2015)
+*php-5.4.37 (23 Jan 2015)
+
+  23 Jan 2015; Ole Markus With  +php-5.4.37.ebuild,
+  +php-5.5.21.ebuild, +php-5.6.5.ebuild:
+  Version bump
 
   28 Dec 2014; Aaron W. Swenson  php-5.3.29.ebuild,
   php-5.4.36.ebuild, php-5.5.20.ebuild, php-5.6.4.ebuild:



1.1  dev-lang/php/php-5.6.5.ebuild

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

Index: php-5.6.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.5.ebuild,v 1.1 
2015/01/23 09:18:48 olemarkus Exp $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"

function php_get_uri ()
{
case "${1}" in
"php-pre")
echo "http://downloads.php.net/dsp/${2}";
;;
"php")
echo "http://www.php.net/distributions/${2}";
;;
"olemarkus")
echo "http://dev.gentoo.org/~olemarkus/php/${2}";
;;
"gentoo")
echo "mirror://gentoo/${2}"
;;
*)
die "unhandled case in php_get_uri"
;;
esac
}

PHP_MV="$(get_major_version)"
SLOT="$(get_version_component_range 1-2)"

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV="${PV/_rc/RC}"
PHP_PV="${PHP_PV/_alpha/alpha}"
PHP_PV="${PHP_PV/_beta/beta}"
PHP_RELEASE="php"
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE="php-pre"
PHP_P="${PN}-${PHP_PV}"

PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")"

PHP_FPM_CONF_VER="1"

SRC_URI="${PHP_SRC_URI}"

DESCRIPTION="The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs"
HOMEPAGE="http://php.net/";
LICENSE="PHP-3"

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

# We can build the following SAPIs in the given order
SAPIS="embed cli cgi fpm apache2"

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE="${IUSE}
${SAPIS/cli/+cli}
threads"

IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
crypt +ctype curl debug
enchant exif frontbase +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
mssql mysql libmysqlclient mysqli nls
oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
sybase-ct sysvipc systemd tidy +tokenizer truetype unicode vpx wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"

DEPEND="
>=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
>=dev-libs/libpcre-8.32[unicode]
apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
=de

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

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

  Modified: networkmanager-1.0.0.ebuild ChangeLog
  Log:
  gdbus-codegen is using at build time (#537398 by Reuben Martin)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

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

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

Index: networkmanager-1.0.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/networkmanager/networkmanager-1.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- networkmanager-1.0.0.ebuild 10 Jan 2015 14:51:52 -  1.1
+++ networkmanager-1.0.0.ebuild 23 Jan 2015 09:33:13 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-misc/networkmanager/networkmanager-1.0.0.ebuild,v 
1.1 2015/01/10 14:51:52 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/networkmanager/networkmanager-1.0.0.ebuild,v 
1.2 2015/01/23 09:33:13 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -72,6 +72,7 @@
wifi? ( >=net-wireless/wpa_supplicant-0.7.3-r3[dbus] )
 "
 DEPEND="${COMMON_DEPEND}
+   dev-util/gdbus-codegen
dev-util/gtk-doc-am
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17



1.223net-misc/networkmanager/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/networkmanager/ChangeLog,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -r1.222 -r1.223
--- ChangeLog   10 Jan 2015 14:51:52 -  1.222
+++ ChangeLog   23 Jan 2015 09:33:13 -  1.223
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/networkmanager
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/networkmanager/ChangeLog,v 1.222 
2015/01/10 14:51:52 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/networkmanager/ChangeLog,v 1.223 
2015/01/23 09:33:13 pacho Exp $
+
+  23 Jan 2015; Pacho Ramos  networkmanager-1.0.0.ebuild:
+  gdbus-codegen is using at build time (#537398 by Reuben Martin)
 
 *networkmanager-1.0.0 (10 Jan 2015)
 






[gentoo-commits] gentoo-x86 commit in x11-terms/gnome-terminal: gnome-terminal-3.14.2-r1.ebuild ChangeLog

2015-01-23 Thread Pacho Ramos (pacho)
pacho   15/01/23 09:35:41

  Modified: ChangeLog
  Added:gnome-terminal-3.14.2-r1.ebuild
  Log:
  Migration is not needed for some cycles
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.294x11-terms/gnome-terminal/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/gnome-terminal/ChangeLog?rev=1.294&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/gnome-terminal/ChangeLog?rev=1.294&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/gnome-terminal/ChangeLog?r1=1.293&r2=1.294

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/ChangeLog,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -r1.293 -r1.294
--- ChangeLog   23 Dec 2014 23:31:46 -  1.293
+++ ChangeLog   23 Jan 2015 09:35:41 -  1.294
@@ -1,6 +1,11 @@
 # ChangeLog for x11-terms/gnome-terminal
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/ChangeLog,v 1.293 
2014/12/23 23:31:46 eva Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/ChangeLog,v 1.294 
2015/01/23 09:35:41 pacho Exp $
+
+*gnome-terminal-3.14.2-r1 (23 Jan 2015)
+
+  23 Jan 2015; Pacho Ramos  +gnome-terminal-3.14.2-r1.ebuild:
+  Migration is not needed for some cycles
 
 *gnome-terminal-3.14.2 (23 Dec 2014)
 



1.1  x11-terms/gnome-terminal/gnome-terminal-3.14.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/gnome-terminal/gnome-terminal-3.14.2-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/gnome-terminal/gnome-terminal-3.14.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: gnome-terminal-3.14.2-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/gnome-terminal-3.14.2-r1.ebuild,v
 1.1 2015/01/23 09:35:41 pacho Exp $

EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"

inherit gnome2 readme.gentoo

DESCRIPTION="The Gnome Terminal"
HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/";

LICENSE="GPL-3+"
SLOT="0"
IUSE="debug +gnome-shell +nautilus"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux"

# FIXME: automagic dependency on gtk+[X]
RDEPEND="
>=dev-libs/glib-2.40:2[dbus]
>=x11-libs/gtk+-3.10:3[X]
>=x11-libs/vte-0.38:2.91
>=gnome-base/dconf-0.14
>=gnome-base/gsettings-desktop-schemas-0.1.0
sys-apps/util-linux
x11-libs/libSM
x11-libs/libICE
gnome-shell? ( gnome-base/gnome-shell )
nautilus? ( >=gnome-base/nautilus-3 )
"
# gtk+:2 needed for gtk-builder-convert, bug 356239
DEPEND="${RDEPEND}
app-text/yelp-tools
dev-util/appdata-tools
|| ( dev-util/gtk-builder-convert <=x11-libs/gtk+-2.24.10:2 )
>=dev-util/intltool-0.50
sys-devel/gettext
virtual/pkgconfig
"

DOC_CONTENTS="To get previous working directory inherited in new opened
tab you will need to add the following line to your ~/.bashrc:\n
. /etc/profile.d/vte.sh"

src_configure() {
gnome2_src_configure \
--disable-static \
--disable-migration \
$(use_enable debug) \
$(use_enable gnome-shell search-provider) \
$(use_with nautilus nautilus-extension) \
VALAC=$(type -P true)
# Docs are broken in this release.
#ITSTOOL=$(type -P true) \
#XMLLINT=$(type -P true)
}

src_install() {
DOCS="AUTHORS ChangeLog HACKING NEWS"
gnome2_src_install
readme.gentoo_create_doc
}

pkg_postinst() {
gnome2_pkg_postinst
readme.gentoo_print_elog
}






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

2015-01-23 Thread Lars Wendler (polynomial-c)
polynomial-c15/01/23 09:39:08

  Modified: ChangeLog
  Added:man-pages-3.78.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.235sys-apps/man-pages/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -r1.234 -r1.235
--- ChangeLog   20 Jan 2015 13:12:42 -  1.234
+++ ChangeLog   23 Jan 2015 09:39:08 -  1.235
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/man-pages
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.234 
2015/01/20 13:12:42 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.235 
2015/01/23 09:39:08 polynomial-c Exp $
+
+*man-pages-3.78 (23 Jan 2015)
+
+  23 Jan 2015; Lars Wendler  +man-pages-3.78.ebuild:
+  Version bump.
 
 *man-pages-3.77 (20 Jan 2015)
 



1.1  sys-apps/man-pages/man-pages-3.78.ebuild

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

Index: man-pages-3.78.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-3.78.ebuild,v 
1.1 2015/01/23 09:39:08 polynomial-c Exp $

EAPI=4

GENTOO_PATCH=2

DESCRIPTION="A somewhat comprehensive collection of Linux man pages"
HOMEPAGE="http://www.kernel.org/doc/man-pages/";
SRC_URI="mirror://kernel/linux/docs/man-pages/Archive/${P}.tar.xz
mirror://kernel/linux/docs/man-pages/${P}.tar.xz
http://man7.org/linux/man-pages/download/${P}.tar.xz
mirror://gentoo/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2

http://dev.gentoo.org/~cardoe/files/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2";

LICENSE="man-pages GPL-2+ BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
IUSE_LINGUAS=" da de fr it ja nl pl ro ru zh_CN"
IUSE="nls ${IUSE_LINGUAS// / linguas_}"
RESTRICT="binchecks"

RDEPEND="virtual/man
!

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

2015-01-23 Thread Lars Wendler (polynomial-c)
polynomial-c15/01/23 11:09:41

  Modified: ChangeLog package.use.mask
  Log:
  Mask sctp useflag for openssl until keywords are there

Revision  ChangesPath
1.59 profiles/arch/amd64-fbsd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   27 Dec 2014 21:01:08 -  1.58
+++ ChangeLog   23 Jan 2015 11:09:41 -  1.59
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/x86-fbsd profile directory
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/ChangeLog,v 1.58 
2014/12/27 21:01:08 graaff Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/ChangeLog,v 1.59 
2015/01/23 11:09:41 polynomial-c Exp $
+
+  23 Jan 2015; Lars Wendler  package.use.mask:
+  Mask sctp useflag for openssl until keywords are there
 
   27 Dec 2014; Hans de Graaff  use.mask:
   dev-libs/malloc is not keyworded, mask associated USE flag.



1.26 profiles/arch/amd64-fbsd/package.use.mask

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

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/package.use.mask,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- package.use.mask18 Jan 2015 10:07:26 -  1.25
+++ package.use.mask23 Jan 2015 11:09:41 -  1.26
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/package.use.mask,v 
1.25 2015/01/18 10:07:26 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/package.use.mask,v 
1.26 2015/01/23 11:09:41 polynomial-c Exp $
 
 # Michael Palimaka  (17 Nov 2014)
+# Lars Wendler  (23 Jan 2015)
 # Missing keywords
+dev-libs/openssl sctp
 net-misc/openssh sctp
 
 # Pacho Ramos  (01 Jun 2014)






[gentoo-commits] gentoo commit in xml/htdocs/main/es: sponsors.xml

2015-01-23 Thread JosA MarAa Alonso (nimiux)
nimiux  15/01/23 11:17:23

  Modified: sponsors.xml
  Log:
  Buchhorn: change their branding pieces

Revision  ChangesPath
1.42 xml/htdocs/main/es/sponsors.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/es/sponsors.xml?rev=1.42&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/es/sponsors.xml?rev=1.42&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/es/sponsors.xml?r1=1.41&r2=1.42

Index: sponsors.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/main/es/sponsors.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- sponsors.xml26 Nov 2014 15:07:25 -  1.41
+++ sponsors.xml23 Jan 2015 11:17:23 -  1.42
@@ -1,7 +1,7 @@
 
 
 
-
+
 
 
 Patrocinadores de Gentoo
@@ -318,7 +318,7 @@
 
 
 
-Buchhorn GmbH: Gutscheinexperte, Online Kredit Index, Fern 
Studiengang
+Buchhorn GmbH: Onlinekredit-sofort.de
 
 
 
@@ -331,24 +331,8 @@
 
 
 
-Encuentre los mejores proveedores en Alemania en educación a
-distancia en http://www.fern-studiengang.de/";>Fern
-Studiengang.
-
-
-
-http://www.gutscheinexperte.de/";>gutscheinexperte es
-portal alemán de cupones en línea.
-
-
-http://www.online-kredit-index.de/";
- short="Online Kredit Index" />
-
-
-http://www.online-kredit-index.de/";>Online Kredit Index
-es un proveedor de servicios financieros alemán.
-
+https://www.onlinekredit-sofort.de/";>Onlinekredit-sofort.de
+es un proveedor alemán de servicios financieros.
 
 
 






[gentoo-commits] gentoo-x86 commit in dev-libs/openssl: openssl-1.0.2.ebuild metadata.xml ChangeLog openssl-1.0.2_beta3.ebuild

2015-01-23 Thread Lars Wendler (polynomial-c)
polynomial-c15/01/23 11:19:23

  Modified: metadata.xml ChangeLog
  Added:openssl-1.0.2.ebuild
  Removed:  openssl-1.0.2_beta3.ebuild
  Log:
  Version bump. Removed old. Added "ssl2" USE flag (bug #510798)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.11 dev-libs/openssl/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/metadata.xml?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/metadata.xml?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/metadata.xml?r1=1.10&r2=1.11

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/metadata.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- metadata.xml22 Mar 2014 18:56:05 -  1.10
+++ metadata.xml23 Jan 2015 11:19:23 -  1.11
@@ -4,6 +4,8 @@
 base-system
 
  Disable EC/RC5 algorithms (as they seem to be patented) 
-- note: changes the ABI
+ Support for Stream Control Transmission Protocol
+ Support for deprecated (and broken) SSLv2 protocol
  Enable support for RFC 3779 (X.509 Extensions for IP 
Addresses and AS Identifiers)
  Enable the Heartbeat Extension in TLS and 
DTLS
 



1.626dev-libs/openssl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
retrieving revision 1.625
retrieving revision 1.626
diff -u -r1.625 -r1.626
--- ChangeLog   16 Jan 2015 08:08:05 -  1.625
+++ ChangeLog   23 Jan 2015 11:19:23 -  1.626
@@ -1,6 +1,14 @@
 # ChangeLog for dev-libs/openssl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.625 
2015/01/16 08:08:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.626 
2015/01/23 11:19:23 polynomial-c Exp $
+
+*openssl-1.0.2 (23 Jan 2015)
+
+  23 Jan 2015; Lars Wendler 
+  -openssl-1.0.2_beta3.ebuild, +openssl-1.0.2.ebuild,
+  +files/openssl-1.0.2-ipv6.patch, +files/openssl-1.0.2-s_client-verify.patch,
+  -files/openssl-1.0.2_beta2-ipv6.patch, metadata.xml:
+  Version bump. Removed old. Added "ssl2" USE flag (bug #510798).
 
   16 Jan 2015; Agostino Sarubbo  openssl-1.0.1k.ebuild:
   Stable for ia64, wrt bug #536042



1.1  dev-libs/openssl/openssl-1.0.2.ebuild

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

Index: openssl-1.0.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.2.ebuild,v 1.1 
2015/01/23 11:19:23 polynomial-c Exp $

EAPI="4"

inherit eutils flag-o-matic toolchain-funcs multilib multilib-minimal

REV="1.7"
MY_P=${P/_/-}
DESCRIPTION="full-strength general purpose cryptography library (including SSL 
and TLS)"
HOMEPAGE="http://www.openssl.org/";
SRC_URI="mirror://openssl/source/${MY_P}.tar.gz

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/${PN}/${PN}-c_rehash.sh?rev=${REV}
 -> ${PN}-c_rehash.sh.${REV}"

LICENSE="openssl"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
IUSE="bindist gmp kerberos rfc3779 sctp sse2 ssl2 static-libs test 
+tls-heartbeat vanilla zlib"

# The blocks are temporary just to make sure people upgrade to a
# version that lack runtime version checking.  We'll drop them in
# the future.
RDEPEND="gmp? ( >=dev-libs/gmp-5.1.3-r1[static-libs(+)?,${MULTILIB_USEDEP}] )
zlib? ( >=sys-libs/zlib-1.2.8-r1[static-libs(+)?,${MULTILIB_USEDEP}] )
kerberos? ( >=app-crypt/mit-krb5-1.11.4[${MULTILIB_USEDEP}] )
abi_x86_32? (
!<=app-emulation/emul-linux-x86-baselibs-20140508
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)
! "${WORKDIR}"/c_rehash || die #416717

# Make sure we only ever touch Makefile.org and avoid patching a file
# that gets blown away anyways by the Configure script in src_configure
rm -f Makefile

 

[gentoo-commits] gentoo-x86 commit in dev-libs/openssl/files: openssl-1.0.2-s_client-verify.patch openssl-1.0.2-ipv6.patch openssl-1.0.2_beta2-ipv6.patch

2015-01-23 Thread Lars Wendler (polynomial-c)
polynomial-c15/01/23 11:19:23

  Added:openssl-1.0.2-s_client-verify.patch
openssl-1.0.2-ipv6.patch
  Removed:  openssl-1.0.2_beta2-ipv6.patch
  Log:
  Version bump. Removed old. Added "ssl2" USE flag (bug #510798)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.1  dev-libs/openssl/files/openssl-1.0.2-s_client-verify.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/files/openssl-1.0.2-s_client-verify.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/files/openssl-1.0.2-s_client-verify.patch?rev=1.1&content-type=text/plain

Index: openssl-1.0.2-s_client-verify.patch
===
https://bugs.gentoo.org/472584
http://rt.openssl.org/Ticket/Display.html?id=2387&user=guest&pass=guest

fix verification handling in s_client.  when loading paths, make sure
we properly fallback to setting the default paths.

--- openssl-1.0.2/apps/s_client.c
+++ openssl-1.0.2/apps/s_client.c
@@ -1337,7 +1337,7 @@
 
 SSL_CTX_set_verify(ctx, verify, verify_callback);
 
-if ((!SSL_CTX_load_verify_locations(ctx, CAfile, CApath)) ||
+if ((!SSL_CTX_load_verify_locations(ctx, CAfile, CApath)) &&
 (!SSL_CTX_set_default_verify_paths(ctx))) {
 /*
  * BIO_printf(bio_err,"error setting default verify locations\n");



1.4  dev-libs/openssl/files/openssl-1.0.2-ipv6.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/files/openssl-1.0.2-ipv6.patch?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/files/openssl-1.0.2-ipv6.patch?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/files/openssl-1.0.2-ipv6.patch?r1=1.3&r2=1.4







[gentoo-commits] gentoo-x86 commit in dev-lang/tcl: ChangeLog tcl-8.6.3.ebuild

2015-01-23 Thread Justin Lecher (jlec)
jlec15/01/23 11:23:00

  Modified: ChangeLog tcl-8.6.3.ebuild
  Log:
  dev-lang/tcl: Sort eclasses
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.203dev-lang/tcl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -r1.202 -r1.203
--- ChangeLog   19 Dec 2014 15:02:24 -  1.202
+++ ChangeLog   23 Jan 2015 11:23:00 -  1.203
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/tcl
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.202 2014/12/19 
15:02:24 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.203 2015/01/23 
11:23:00 jlec Exp $
+
+  23 Jan 2015; Justin Lecher  tcl-8.6.3.ebuild:
+  Sort eclasses
 
 *tcl-8.6.3 (19 Dec 2014)
 *tcl-8.5.17 (19 Dec 2014)



1.2  dev-lang/tcl/tcl-8.6.3.ebuild

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

Index: tcl-8.6.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.6.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tcl-8.6.3.ebuild19 Dec 2014 15:02:24 -  1.1
+++ tcl-8.6.3.ebuild23 Jan 2015 11:23:00 -  1.2
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.6.3.ebuild,v 1.1 
2014/12/19 15:02:24 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.6.3.ebuild,v 1.2 
2015/01/23 11:23:00 jlec Exp $
 
 EAPI=5
 
-inherit autotools eutils flag-o-matic multilib toolchain-funcs versionator 
multilib-minimal
+inherit autotools eutils flag-o-matic multilib multilib-minimal 
toolchain-funcs versionator
 
 MY_P="${PN}${PV}"
 






[gentoo-commits] gentoo-x86 commit in sci-biology/mira: ChangeLog mira-3.9.18.ebuild

2015-01-23 Thread Justin Lecher (jlec)
jlec15/01/23 11:25:31

  Modified: ChangeLog mira-3.9.18.ebuild
  Log:
  sci-biology/mira: Add workaroung for m4 dir location, #536172
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.28 sci-biology/mira/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-biology/mira/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   14 Jan 2014 14:12:44 -  1.27
+++ ChangeLog   23 Jan 2015 11:25:31 -  1.28
@@ -1,6 +1,9 @@
 # ChangeLog for sci-biology/mira
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/mira/ChangeLog,v 1.27 
2014/01/14 14:12:44 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/mira/ChangeLog,v 1.28 
2015/01/23 11:25:31 jlec Exp $
+
+  23 Jan 2015; Justin Lecher  mira-3.9.18.ebuild:
+  Add workaroung for m4 dir location, #536172
 
   14 Jan 2014; Justin Lecher  -mira-3.2.1.ebuild:
   Drop old



1.4  sci-biology/mira/mira-3.9.18.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/mira/mira-3.9.18.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/mira/mira-3.9.18.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/mira/mira-3.9.18.ebuild?r1=1.3&r2=1.4

Index: mira-3.9.18.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-biology/mira/mira-3.9.18.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mira-3.9.18.ebuild  14 Jan 2014 13:52:56 -  1.3
+++ mira-3.9.18.ebuild  23 Jan 2015 11:25:31 -  1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/mira/mira-3.9.18.ebuild,v 1.3 
2014/01/14 13:52:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/mira/mira-3.9.18.ebuild,v 1.4 
2015/01/23 11:25:31 jlec Exp $
 
 EAPI=5
 
@@ -41,6 +41,7 @@
-e "s:-funroll-loops::g" \
-i configure.ac || die
 
+   ln -s config/m4 . || die
AT_M4DIR="config/m4" eautoreconf
 }
 






[gentoo-commits] gentoo-x86 commit in dev-lang/tk: ChangeLog tk-8.6.3.ebuild

2015-01-23 Thread Justin Lecher (jlec)
jlec15/01/23 11:26:53

  Modified: ChangeLog tk-8.6.3.ebuild
  Log:
  dev-lang/tk: Add multilib support, #537400; thanks Martin Gysel (bearsh) for 
preparing the patch
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.209dev-lang/tk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -r1.208 -r1.209
--- ChangeLog   20 Dec 2014 09:03:03 -  1.208
+++ ChangeLog   23 Jan 2015 11:26:53 -  1.209
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/tk
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.208 2014/12/20 
09:03:03 polynomial-c Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.209 2015/01/23 
11:26:53 jlec Exp $
+
+  23 Jan 2015; Justin Lecher  tk-8.6.3.ebuild:
+  Add multilib support, #537400; thanks Martin Gysel (bearsh) for preparing the
+  patch
 
 *tk-8.6.3 (20 Dec 2014)
 *tk-8.5.17 (20 Dec 2014)



1.2  dev-lang/tk/tk-8.6.3.ebuild

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

Index: tk-8.6.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.6.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tk-8.6.3.ebuild 20 Dec 2014 09:03:03 -  1.1
+++ tk-8.6.3.ebuild 23 Jan 2015 11:26:53 -  1.2
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.6.3.ebuild,v 1.1 
2014/12/20 09:03:03 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.6.3.ebuild,v 1.2 
2015/01/23 11:26:53 jlec Exp $
 
 EAPI=5
 
-inherit autotools eutils multilib prefix toolchain-funcs versionator virtualx
+inherit autotools eutils multilib multilib-minimal prefix toolchain-funcs 
versionator virtualx
 
 MY_P="${PN}${PV/_beta/b}"
 
@@ -19,15 +19,15 @@
 
 RDEPEND="
!aqua? (
-   media-libs/fontconfig
-   x11-libs/libX11
-   x11-libs/libXt
-   truetype? ( x11-libs/libXft )
-   xscreensaver? ( x11-libs/libXScrnSaver )
+   media-libs/fontconfig[${MULTILIB_USEDEP}]
+   x11-libs/libX11[${MULTILIB_USEDEP}]
+   x11-libs/libXt[${MULTILIB_USEDEP}]
+   truetype? ( x11-libs/libXft[${MULTILIB_USEDEP}] )
+   xscreensaver? ( x11-libs/libXScrnSaver[${MULTILIB_USEDEP}] )
)
-   ~dev-lang/tcl-${PV}"
+   ~dev-lang/tcl-${PV}[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}
-   !aqua? ( x11-proto/xproto )"
+   !aqua? ( x11-proto/xproto[${MULTILIB_USEDEP}] )"
 
 # Not bumped to 8.6
 #RESTRICT=test
@@ -66,9 +66,11 @@
-i tcl.m4 || die
 
eautoconf
+
+   multilib_copy_sources
 }
 
-src_configure() {
+multilib_src_configure() {
local mylibdir=$(get_libdir)
 
econf \
@@ -80,11 +82,11 @@
$(use_enable debug symbols)
 }
 
-src_test() {
+multilib_src_test() {
Xemake test
 }
 
-src_install() {
+multilib_src_install() {
#short version number
local v1=$(get_version_component_range 1-2)
local mylibdir=$(get_libdir)
@@ -124,7 +126,8 @@
dosym libtk${v1}$(get_libname) /usr/${mylibdir}/libtk$(get_libname)
dosym libtkstub${v1}.a /usr/${mylibdir}/libtkstub.a
 
-   dosym wish${v1} /usr/bin/wish
-
-   dodoc "${SPARENT}"/{ChangeLog*,README,changes}
+   if multilib_is_native_abi; then
+   dosym wish${v1} /usr/bin/wish
+   dodoc "${SPARENT}"/{ChangeLog*,README,changes}
+   fi
 }






[gentoo-commits] gentoo-x86 commit in x11-terms/xterm: xterm-314.ebuild ChangeLog

2015-01-23 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh15/01/23 11:30:37

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

Revision  ChangesPath
1.398x11-terms/xterm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xterm/ChangeLog?rev=1.398&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xterm/ChangeLog?rev=1.398&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xterm/ChangeLog?r1=1.397&r2=1.398

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-terms/xterm/ChangeLog,v
retrieving revision 1.397
retrieving revision 1.398
diff -u -r1.397 -r1.398
--- ChangeLog   28 Nov 2014 15:20:56 -  1.397
+++ ChangeLog   23 Jan 2015 11:30:37 -  1.398
@@ -1,6 +1,12 @@
 # ChangeLog for x11-terms/xterm
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/xterm/ChangeLog,v 1.397 
2014/11/28 15:20:56 chithanh Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/xterm/ChangeLog,v 1.398 
2015/01/23 11:30:37 chithanh Exp $
+
+*xterm-314 (23 Jan 2015)
+
+  23 Jan 2015; Chí-Thanh Christopher Nguyễn 
+  +xterm-314.ebuild:
+  Version bump.
 
 *xterm-312 (28 Nov 2014)
 



1.1  x11-terms/xterm/xterm-314.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xterm/xterm-314.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xterm/xterm-314.ebuild?rev=1.1&content-type=text/plain

Index: xterm-314.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-terms/xterm/xterm-314.ebuild,v 1.1 
2015/01/23 11:30:37 chithanh Exp $

EAPI=5

inherit eutils flag-o-matic multilib

DESCRIPTION="Terminal Emulator for X Windows"
HOMEPAGE="http://invisible-island.net/xterm/";
SRC_URI="ftp://invisible-island.net/${PN}/${P}.tgz";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
IUSE="+openpty toolbar truetype unicode Xaw3d"

COMMON_DEPEND="kernel_linux? ( sys-libs/libutempter )
kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 
sys-libs/libutempter ) )
>=sys-libs/ncurses-5.7-r7
x11-apps/xmessage
x11-libs/libX11
x11-libs/libXaw
x11-libs/libXft
x11-libs/libxkbfile
x11-libs/libXmu
x11-libs/libXrender
x11-libs/libXt
unicode? ( x11-apps/luit )
Xaw3d? ( x11-libs/libXaw3d )"
RDEPEND="${COMMON_DEPEND}
media-fonts/font-misc-misc"
DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
x11-proto/kbproto
x11-proto/xproto"

DOCS=( README{,.i18n} ctlseqs.txt )

pkg_setup() {
DEFAULTS_DIR="${EPREFIX}"/usr/share/X11/app-defaults
}

src_configure() {
# 454736
# Workaround for ncurses[tinfo] until upstream fixes their buildsystem 
using
# something sane like pkg-config or ncurses5-config and stops guessing 
libs
# Everything gets linked against ncurses anyways, so don't shout
append-libs $(pkg-config --libs ncurses)

econf \
--libdir="${EPREFIX}"/etc \
--disable-full-tgetent \
--with-app-defaults="${DEFAULTS_DIR}" \
--disable-setuid \
--disable-setgid \
--with-utempter \
--with-x \
$(use_with Xaw3d) \
--disable-imake \
--enable-256-color \
--enable-broken-osc \
--enable-broken-st \
--enable-exec-xterm \
$(use_enable truetype freetype) \
--enable-i18n \
--enable-load-vt-fonts \
--enable-logging \
$(use_enable openpty) \
$(use_enable toolbar) \
$(use_enable unicode mini-luit) \
$(use_enable unicode luit) \
--enable-wide-chars \
--enable-dabbrev \
--enable-warnings
}

src_install() {
default

dohtml xterm.log.html
domenu *.desktop

# Fix permissions -- it grabs them from live system, and they can
# be suid or sgid like they were in pre-unix98 pty or pre-utempter days,
# respectively (#69510).
# (info from Thomas Dickey) - Donnie Berkholz 
fperms 0755 /usr/bin/xterm

 

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

2015-01-23 Thread Justin Lecher
commit: 6aeca596bbcf8576c3184bc204eb54fdbb33ba24
Author: Justin Lecher  gentoo  org>
AuthorDate: Fri Jan 23 11:51:49 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Fri Jan 23 11:51:49 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6aeca596

Merge remote-tracking branch 'github/master'

* github/master:
  dev-python/matlab_wrapper: Use ${PN} instead of package name
  dev-python/matlab_wrapper: Add to overlay





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

2015-01-23 Thread Justin Lecher
commit: f69b089cc12308f3e387a63576a5b334fd157ceb
Author: Christoph Junghans  gmail  com>
AuthorDate: Fri Jan 23 02:55:06 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Fri Jan 23 02:55:06 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f69b089c

Merge pull request #351 from marbre/matlab_wrapper

dev-python/matlab_wrapper: Add to overlay


 dev-python/matlab_wrapper/ChangeLog|  9 
 dev-python/matlab_wrapper/Manifest |  1 +
 .../matlab_wrapper/matlab_wrapper-0.9.6.ebuild |  1 +
 .../matlab_wrapper/matlab_wrapper-.ebuild  | 25 ++
 dev-python/matlab_wrapper/metadata.xml | 16 ++
 5 files changed, 52 insertions(+)



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

2015-01-23 Thread Justin Lecher
commit: acbf40340c52804f68bf3e1ff8856bb30b1cb356
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Thu Jan 22 07:39:04 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Jan 22 07:39:04 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=acbf4034

dev-python/matlab_wrapper: Use ${PN} instead of package name

---
 dev-python/matlab_wrapper/matlab_wrapper-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/matlab_wrapper/matlab_wrapper-.ebuild 
b/dev-python/matlab_wrapper/matlab_wrapper-.ebuild
index 39ce305..debe6fb 100644
--- a/dev-python/matlab_wrapper/matlab_wrapper-.ebuild
+++ b/dev-python/matlab_wrapper/matlab_wrapper-.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/mrkrd/matlab_wrapper";
 
 if [ ${PV} == "" ] ; then
inherit git-r3
-   EGIT_REPO_URI="https://github.com/mrkrd/matlab_wrapper.git 
git://github.com/mrkrd/matlab_wrapper.git"
+   EGIT_REPO_URI="https://github.com/mrkrd/${PN}.git 
git://github.com/mrkrd/${PN}.git"
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64"



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

2015-01-23 Thread Justin Lecher
commit: 53dea0bc81d687d94c9626a7ebf1db38149a5c81
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Tue Jan 20 22:15:21 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Fri Jan 23 11:51:47 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=53dea0bc

dev-python/matlab_wrapper: Add to overlay

---
 dev-python/matlab_wrapper/ChangeLog|  9 
 .../matlab_wrapper/matlab_wrapper-0.9.6.ebuild |  1 +
 .../matlab_wrapper/matlab_wrapper-.ebuild  | 25 ++
 dev-python/matlab_wrapper/metadata.xml | 16 ++
 4 files changed, 51 insertions(+)

diff --git a/dev-python/matlab_wrapper/ChangeLog 
b/dev-python/matlab_wrapper/ChangeLog
new file mode 100644
index 000..4787534
--- /dev/null
+++ b/dev-python/matlab_wrapper/ChangeLog
@@ -0,0 +1,9 @@
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*matlab_wrapper- (20 Jan 2015)
+*matlab_wrapper-0.9.6 (20 Jan 2015)
+
+  20 Jan 2015; Marius Brehler  +metadata.xml,
+  +matlab_wrapper-.ebuild, +matlab_wrapper-0.9.6.ebuild:
+  Initial commit.

diff --git a/dev-python/matlab_wrapper/matlab_wrapper-0.9.6.ebuild 
b/dev-python/matlab_wrapper/matlab_wrapper-0.9.6.ebuild
new file mode 12
index 000..09a5074
--- /dev/null
+++ b/dev-python/matlab_wrapper/matlab_wrapper-0.9.6.ebuild
@@ -0,0 +1 @@
+matlab_wrapper-.ebuild
\ No newline at end of file

diff --git a/dev-python/matlab_wrapper/matlab_wrapper-.ebuild 
b/dev-python/matlab_wrapper/matlab_wrapper-.ebuild
new file mode 100644
index 000..39ce305
--- /dev/null
+++ b/dev-python/matlab_wrapper/matlab_wrapper-.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="MATLAB wrapper for Python"
+HOMEPAGE="https://github.com/mrkrd/matlab_wrapper";
+
+if [ ${PV} == "" ] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/mrkrd/matlab_wrapper.git 
git://github.com/mrkrd/matlab_wrapper.git"
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"

diff --git a/dev-python/matlab_wrapper/metadata.xml 
b/dev-python/matlab_wrapper/metadata.xml
new file mode 100644
index 000..f24eccb
--- /dev/null
+++ b/dev-python/matlab_wrapper/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  sci
+  
+mar...@linux.sungazer.de
+Marius Brehler
+  
+  
+matlab_wrapper allows you to use MATLAB in a convenient way in
+Python. You can call MATLAB functions and access workspace
+variables directly from your Python scripts and interactive
+shell. MATLAB session is started in the background and appears
+as a regular Python module.
+  
+



[gentoo-commits] gentoo-x86 commit in sci-biology/mira: ChangeLog mira-4.0.2.ebuild

2015-01-23 Thread Justin Lecher (jlec)
jlec15/01/23 11:48:13

  Modified: ChangeLog
  Added:mira-4.0.2.ebuild
  Log:
  sci-biology/mira: Version BUmp, thanks Martin Mokrejš for the work
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.29 sci-biology/mira/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-biology/mira/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   23 Jan 2015 11:25:31 -  1.28
+++ ChangeLog   23 Jan 2015 11:48:13 -  1.29
@@ -1,6 +1,11 @@
 # ChangeLog for sci-biology/mira
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/mira/ChangeLog,v 1.28 
2015/01/23 11:25:31 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/mira/ChangeLog,v 1.29 
2015/01/23 11:48:13 jlec Exp $
+
+*mira-4.0.2 (23 Jan 2015)
+
+  23 Jan 2015; Justin Lecher  +mira-4.0.2.ebuild:
+  Version BUmp, thanks Martin Mokrejš for the work
 
   23 Jan 2015; Justin Lecher  mira-3.9.18.ebuild:
   Add workaroung for m4 dir location, #536172



1.1  sci-biology/mira/mira-4.0.2.ebuild

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

Index: mira-4.0.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/mira/mira-4.0.2.ebuild,v 1.1 
2015/01/23 11:48:13 jlec Exp $

EAPI=5

MIRA_3RDPARTY_PV="06-07-2012"
MY_PV="${PV/_}" # convert from mira-4.0_rc2 (Gentoo ebuild filename derived) to 
mira-4.0rc2 (upstream fromat)

inherit autotools eutils multilib

DESCRIPTION="Whole Genome Shotgun and EST Sequence Assembler for Sanger, 454 
and Solexa / Illumina"
HOMEPAGE="http://www.chevreux.org/projects_mira.html";
SRC_URI="

http://sourceforge.net/projects/mira-assembler/files/MIRA/stable/"${PN}"-"${MY_PV}".tar.bz2

mirror://sourceforge/mira-assembler/mira_3rdparty_${MIRA_3RDPARTY_PV}.tar.bz2"
#   
http://sourceforge.net/projects/mira-assembler/files/MIRA/development/${P}.tar.bz2
#   
mirror://sourceforge/mira-assembler/mira_3rdparty_${MIRA_3RDPARTY_PV}.tar.bz2"

S="${WORKDIR}"/"${PN}"-"${MY_PV}"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE="doc"

CDEPEND="
dev-libs/boost
dev-util/google-perftools"
DEPEND="${CDEPEND}
app-editors/vim-core
dev-libs/expat"
RDEPEND="${CDEPEND}"

#DOCS=( AUTHORS GETTING_STARTED NEWS README HELP_WANTED
#   THANKS doc/3rdparty/scaffolding_MIRA_BAMBUS.pdf )
DOCS=( AUTHORS GETTING_STARTED NEWS README HELP_WANTED THANKS )

src_prepare() {
find -name 'configure*' -or -name 'Makefile*' | xargs sed -i 
's/flex++/flex -+/' || die
epatch \
"${FILESDIR}"/${PN}-3.4.0.2-boost-1.50.patch

sed \
-e "s:-O[23]::g" \
-e "s:-funroll-loops::g" \
-i configure.ac || die

eautoreconf
}

src_configure() {
econf \
--with-boost="${EPREFIX}/usr/$(get_libdir)" \
--with-boost-libdir="${EPREFIX}/usr/$(get_libdir)" \
--with-boost-thread=boost_thread-mt
}

#src_compile() {
#   base_src_compile
#   # TODO: resolve docbook incompatibility for building docs
#   if use doc; then emake -C doc clean docs || die; fi
#}

src_install() {
default
dodoc ${DOCS[@]}

dobin "${WORKDIR}"/3rdparty/{sff_extract,qual2ball,*.pl}
dodoc "${WORKDIR}"/3rdparty/{README.txt,midi_screen.fasta}
}

pkg_postinst() {
einfo "Documentation is no longer built, you can find it at:"
einfo 
"http://mira-assembler.sourceforge.net/docs/DefinitiveGuideToMIRA.html";
}






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

2015-01-23 Thread Justin Lecher
commit: 3c9f611a30a56e7f1f7ebf3138b852da3c76f62c
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Thu Jan 22 07:39:04 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Fri Jan 23 11:51:47 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3c9f611a

dev-python/matlab_wrapper: Use ${PN} instead of package name

---
 dev-python/matlab_wrapper/matlab_wrapper-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/matlab_wrapper/matlab_wrapper-.ebuild 
b/dev-python/matlab_wrapper/matlab_wrapper-.ebuild
index 39ce305..debe6fb 100644
--- a/dev-python/matlab_wrapper/matlab_wrapper-.ebuild
+++ b/dev-python/matlab_wrapper/matlab_wrapper-.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/mrkrd/matlab_wrapper";
 
 if [ ${PV} == "" ] ; then
inherit git-r3
-   EGIT_REPO_URI="https://github.com/mrkrd/matlab_wrapper.git 
git://github.com/mrkrd/matlab_wrapper.git"
+   EGIT_REPO_URI="https://github.com/mrkrd/${PN}.git 
git://github.com/mrkrd/${PN}.git"
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64"



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

2015-01-23 Thread Justin Lecher
commit: ec52b3493b46fe3e2e0af384ed370af95628328a
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Tue Jan 20 22:15:21 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Jan 20 22:15:21 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ec52b349

dev-python/matlab_wrapper: Add to overlay

---
 dev-python/matlab_wrapper/ChangeLog|  9 
 .../matlab_wrapper/matlab_wrapper-0.9.6.ebuild |  1 +
 .../matlab_wrapper/matlab_wrapper-.ebuild  | 25 ++
 dev-python/matlab_wrapper/metadata.xml | 16 ++
 4 files changed, 51 insertions(+)

diff --git a/dev-python/matlab_wrapper/ChangeLog 
b/dev-python/matlab_wrapper/ChangeLog
new file mode 100644
index 000..4787534
--- /dev/null
+++ b/dev-python/matlab_wrapper/ChangeLog
@@ -0,0 +1,9 @@
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*matlab_wrapper- (20 Jan 2015)
+*matlab_wrapper-0.9.6 (20 Jan 2015)
+
+  20 Jan 2015; Marius Brehler  +metadata.xml,
+  +matlab_wrapper-.ebuild, +matlab_wrapper-0.9.6.ebuild:
+  Initial commit.

diff --git a/dev-python/matlab_wrapper/matlab_wrapper-0.9.6.ebuild 
b/dev-python/matlab_wrapper/matlab_wrapper-0.9.6.ebuild
new file mode 12
index 000..09a5074
--- /dev/null
+++ b/dev-python/matlab_wrapper/matlab_wrapper-0.9.6.ebuild
@@ -0,0 +1 @@
+matlab_wrapper-.ebuild
\ No newline at end of file

diff --git a/dev-python/matlab_wrapper/matlab_wrapper-.ebuild 
b/dev-python/matlab_wrapper/matlab_wrapper-.ebuild
new file mode 100644
index 000..39ce305
--- /dev/null
+++ b/dev-python/matlab_wrapper/matlab_wrapper-.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="MATLAB wrapper for Python"
+HOMEPAGE="https://github.com/mrkrd/matlab_wrapper";
+
+if [ ${PV} == "" ] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/mrkrd/matlab_wrapper.git 
git://github.com/mrkrd/matlab_wrapper.git"
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"

diff --git a/dev-python/matlab_wrapper/metadata.xml 
b/dev-python/matlab_wrapper/metadata.xml
new file mode 100644
index 000..f24eccb
--- /dev/null
+++ b/dev-python/matlab_wrapper/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  sci
+  
+mar...@linux.sungazer.de
+Marius Brehler
+  
+  
+matlab_wrapper allows you to use MATLAB in a convenient way in
+Python. You can call MATLAB functions and access workspace
+variables directly from your Python scripts and interactive
+shell. MATLAB session is started in the background and appears
+as a regular Python module.
+  
+



[gentoo-commits] gentoo-x86 commit in dev-python/funcsigs: funcsigs-0.4.ebuild ChangeLog

2015-01-23 Thread Justin Lecher (jlec)
jlec15/01/23 11:57:49

  Modified: funcsigs-0.4.ebuild ChangeLog
  Log:
  dev-python/funcsigs: Drop shadowing double declaration of DEPEND, #537340
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.3  dev-python/funcsigs/funcsigs-0.4.ebuild

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

Index: funcsigs-0.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/funcsigs/funcsigs-0.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- funcsigs-0.4.ebuild 27 Jun 2014 01:50:48 -  1.2
+++ funcsigs-0.4.ebuild 23 Jan 2015 11:57:49 -  1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/funcsigs/funcsigs-0.4.ebuild,v 
1.2 2014/06/27 01:50:48 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/funcsigs/funcsigs-0.4.ebuild,v 
1.3 2015/01/23 11:57:49 jlec Exp $
 
 EAPI=5
 
@@ -17,8 +17,10 @@
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="test? ( dev-python/unittest2[${PYTHON_USEDEP}] )"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/unittest2[${PYTHON_USEDEP}] )"
+RDEPEND=""
 
 python_test() {
esetup.py test



1.3  dev-python/funcsigs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/funcsigs/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   27 Jun 2014 01:50:48 -  1.2
+++ ChangeLog   23 Jan 2015 11:57:49 -  1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/funcsigs
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/funcsigs/ChangeLog,v 1.2 
2014/06/27 01:50:48 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/funcsigs/ChangeLog,v 1.3 
2015/01/23 11:57:49 jlec Exp $
+
+  23 Jan 2015; Justin Lecher  funcsigs-0.4.ebuild:
+  Drop shadowing double declaration of DEPEND, #537340
 
   27 Jun 2014; Ian Delaney  funcsigs-0.4.ebuild:
   add pypy, correct deps, fixes bug #513898 by Patrick






[gentoo-commits] gentoo-x86 commit in dev-perl/Spreadsheet-WriteExcel: Spreadsheet-WriteExcel-2.400.0.ebuild ChangeLog

2015-01-23 Thread Mikle Kolyada (zlogene)
zlogene 15/01/23 12:03:42

  Modified: Spreadsheet-WriteExcel-2.400.0.ebuild ChangeLog
  Log:
  Stable for all wrt bug #535224
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.6  
dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0.ebuild

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

Index: Spreadsheet-WriteExcel-2.400.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Spreadsheet-WriteExcel-2.400.0.ebuild   22 Jan 2015 18:23:29 -  
1.5
+++ Spreadsheet-WriteExcel-2.400.0.ebuild   23 Jan 2015 12:03:42 -  
1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0.ebuild,v
 1.5 2015/01/22 18:23:29 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0.ebuild,v
 1.6 2015/01/23 12:03:42 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Write cross-platform Excel binary file"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 amd64-fbsd 
~x86-fbsd"
 IUSE=""
 
 RDEPEND="virtual/perl-File-Temp



1.90 dev-perl/Spreadsheet-WriteExcel/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog   22 Jan 2015 18:23:29 -  1.89
+++ ChangeLog   23 Jan 2015 12:03:42 -  1.90
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Spreadsheet-WriteExcel
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/ChangeLog,v 
1.89 2015/01/22 18:23:29 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/ChangeLog,v 
1.90 2015/01/23 12:03:42 zlogene Exp $
+
+  23 Jan 2015; Mikle Kolyada 
+  Spreadsheet-WriteExcel-2.400.0.ebuild:
+  Stable for all wrt bug #535224
 
   22 Jan 2015; Markus Meier 
   Spreadsheet-WriteExcel-2.400.0.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-perl/Clone: Clone-0.370.0.ebuild ChangeLog

2015-01-23 Thread Mikle Kolyada (zlogene)
zlogene 15/01/23 12:05:57

  Modified: Clone-0.370.0.ebuild ChangeLog
  Log:
  Stable for all wrt bug #535154
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-perl/Clone/Clone-0.370.0.ebuild

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

Index: Clone-0.370.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Clone/Clone-0.370.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Clone-0.370.0.ebuild9 Jan 2015 22:45:08 -   1.1
+++ Clone-0.370.0.ebuild23 Jan 2015 12:05:57 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/Clone-0.370.0.ebuild,v 1.1 
2015/01/09 22:45:08 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/Clone-0.370.0.ebuild,v 1.2 
2015/01/23 12:05:57 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Recursively copy Perl datatypes"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 
 SRC_TEST="do"
 mymake='OPTIMIZE=${CFLAGS}'



1.101dev-perl/Clone/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Clone/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog   18 Jan 2015 08:41:43 -  1.100
+++ ChangeLog   23 Jan 2015 12:05:57 -  1.101
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Clone
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/ChangeLog,v 1.100 2015/01/18 
08:41:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/ChangeLog,v 1.101 2015/01/23 
12:05:57 zlogene Exp $
+
+  23 Jan 2015; Mikle Kolyada  Clone-0.370.0.ebuild:
+  Stable for all wrt bug #535154
 
   18 Jan 2015; Agostino Sarubbo  Clone-0.360.0.ebuild:
   Stable for ppc64, wrt bug #535154






[gentoo-commits] gentoo commit in xml/htdocs/proj/es/tex: index.xml

2015-01-23 Thread JosA MarAa Alonso (nimiux)
nimiux  15/01/23 12:45:11

  Modified: index.xml
  Log:
  Migrated to wiki

Revision  ChangesPath
1.6  xml/htdocs/proj/es/tex/index.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/tex/index.xml?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/tex/index.xml?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/tex/index.xml?r1=1.5&r2=1.6

Index: index.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/es/tex/index.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- index.xml   12 Sep 2012 14:15:11 -  1.5
+++ index.xml   23 Jan 2015 12:45:11 -  1.6
@@ -2,7 +2,7 @@
 
 
 
-
+http://wiki.gentoo.org/wiki/Project:TeX";>
 
   TeX
   Gentoo TeX Project






[gentoo-commits] gentoo-x86 commit in sys-devel/llvm: llvm-3.5.1.ebuild ChangeLog llvm-9999.ebuild

2015-01-23 Thread Bernard Cafarelli (voyageur)
voyageur15/01/23 13:22:11

  Modified: llvm-3.5.1.ebuild ChangeLog llvm-.ebuild
  Log:
  Disable warnings as errors for Ocaml tests, bug #537308
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C74525F2)

Revision  ChangesPath
1.3  sys-devel/llvm/llvm-3.5.1.ebuild

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

Index: llvm-3.5.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- llvm-3.5.1.ebuild   21 Jan 2015 14:59:19 -  1.2
+++ llvm-3.5.1.ebuild   23 Jan 2015 13:22:11 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.1.ebuild,v 1.2 
2015/01/21 14:59:19 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.1.ebuild,v 1.3 
2015/01/23 13:22:11 voyageur Exp $
 
 EAPI=5
 
@@ -146,6 +146,8 @@
epatch "${FILESDIR}"/${PN}-3.2-nodoctargz.patch
epatch "${FILESDIR}"/${PN}-3.5-gcc-4.9.patch
epatch "${FILESDIR}"/${PN}-3.5-gentoo-install.patch
+   # Make ocaml warnings non-fatal, bug #537308
+   sed -e "/RUN/s/-warn-error A//" -i test/Bindings/Ocaml/*ml  || die
 
if use clang; then
# Automatically select active system GCC's libraries, bugs 
#406163 and #417913



1.221sys-devel/llvm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
retrieving revision 1.220
retrieving revision 1.221
diff -u -r1.220 -r1.221
--- ChangeLog   21 Jan 2015 14:59:19 -  1.220
+++ ChangeLog   23 Jan 2015 13:22:11 -  1.221
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/llvm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.220 2015/01/21 
14:59:19 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.221 2015/01/23 
13:22:11 voyageur Exp $
+
+  23 Jan 2015; Bernard Cafarelli  llvm-3.5.1.ebuild,
+  llvm-.ebuild:
+  Disable warnings as errors for Ocaml tests, bug #537308
 
   21 Jan 2015; Bernard Cafarelli  llvm-3.5.1.ebuild:
   Fix installation with USE=-doc



1.97 sys-devel/llvm/llvm-.ebuild

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

Index: llvm-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- llvm-.ebuild31 Dec 2014 10:37:36 -  1.96
+++ llvm-.ebuild23 Jan 2015 13:22:11 -  1.97
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v 1.96 
2014/12/31 10:37:36 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v 1.97 
2015/01/23 13:22:11 voyageur Exp $
 
 EAPI=5
 
@@ -146,6 +146,8 @@
epatch "${FILESDIR}"/${PN}-3.2-nodoctargz.patch
epatch "${FILESDIR}"/${PN}-3.5-gcc-4.9.patch
epatch "${FILESDIR}"/${PN}-3.6-gentoo-install.patch
+   # Make ocaml warnings non-fatal, bug #537308
+   sed -e "/RUN/s/-warn-error A//" -i test/Bindings/Ocaml/*ml  || die
 
if use clang; then
# Automatically select active system GCC's libraries, bugs 
#406163 and #417913






[gentoo-commits] gentoo-x86 commit in media-plugins/vdr-remote: vdr-remote-0.5.0-r1.ebuild ChangeLog

2015-01-23 Thread Joerg Bornkessel (hd_brummy)
hd_brummy15/01/23 13:49:34

  Modified: ChangeLog
  Added:vdr-remote-0.5.0-r1.ebuild
  Log:
  add user vdr to group input for full access to remote control devices(systemd)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
34C2808A)

Revision  ChangesPath
1.29 media-plugins/vdr-remote/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-remote/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   31 Aug 2014 11:27:28 -  1.28
+++ ChangeLog   23 Jan 2015 13:49:34 -  1.29
@@ -1,6 +1,13 @@
 # ChangeLog for media-plugins/vdr-remote
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-remote/ChangeLog,v 1.28 
2014/08/31 11:27:28 hd_brummy Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-remote/ChangeLog,v 1.29 
2015/01/23 13:49:34 hd_brummy Exp $
+
+*vdr-remote-0.5.0-r1 (23 Jan 2015)
+
+  23 Jan 2015; Joerg Bornkessel 
+  +vdr-remote-0.5.0-r1.ebuild:
+  add user vdr to group input for full access to remote control
+  devices(systemd)
 
   31 Aug 2014; Joerg Bornkessel 
   -vdr-remote-0.4.0-r2.ebuild:



1.1  media-plugins/vdr-remote/vdr-remote-0.5.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-remote/vdr-remote-0.5.0-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-remote/vdr-remote-0.5.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: vdr-remote-0.5.0-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-remote/vdr-remote-0.5.0-r1.ebuild,v 
1.1 2015/01/23 13:49:34 hd_brummy Exp $

EAPI=5

inherit vdr-plugin-2

DESCRIPTION="VDR Plugin: use various devices for controlling vdr (keyboards, 
lirc, remotes bundled with tv-cards)"
HOMEPAGE="http://www.escape-edv.de/endriss/vdr/";
SRC_URI="http://www.escape-edv.de/endriss/vdr/${P}.tgz";

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

DEPEND=">=media-video/vdr-2"
RDEPEND="${DEPEND}"

pkg_setup() {
vdr-plugin-2_pkg_setup

if use systemd; then
if ! getent group input | grep -q vdr; then
einfo "add user 'vdr' to group 'input' for full access 
to remote control device"
gpasswd -a vdr input
fi
fi
}






[gentoo-commits] gentoo-x86 commit in sys-block/ms-sys: ms-sys-2.5.0.ebuild ChangeLog

2015-01-23 Thread Manuel Rueger (mrueg)
mrueg   15/01/23 13:55:12

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

Revision  ChangesPath
1.18 sys-block/ms-sys/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-block/ms-sys/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   9 Jan 2015 13:42:19 -   1.17
+++ ChangeLog   23 Jan 2015 13:55:12 -  1.18
@@ -1,6 +1,11 @@
 # ChangeLog for sys-block/ms-sys
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/ms-sys/ChangeLog,v 1.17 
2015/01/09 13:42:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/ms-sys/ChangeLog,v 1.18 
2015/01/23 13:55:12 mrueg Exp $
+
+*ms-sys-2.5.0 (23 Jan 2015)
+
+  23 Jan 2015; Manuel Rüger  +ms-sys-2.5.0.ebuild:
+  Version bump.
 
   09 Jan 2015; Agostino Sarubbo  ms-sys-2.4.0.ebuild:
   Stable for amd64, wrt bug #535666



1.1  sys-block/ms-sys/ms-sys-2.5.0.ebuild

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

Index: ms-sys-2.5.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-block/ms-sys/ms-sys-2.5.0.ebuild,v 1.1 
2015/01/23 13:55:12 mrueg Exp $

EAPI=5

inherit toolchain-funcs

DESCRIPTION="A command-line program for writing Microsoft compatible boot 
records"
HOMEPAGE="http://ms-sys.sourceforge.net";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

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

DEPEND="sys-devel/gettext"
RDEPEND="virtual/libintl"

src_compile() {
tc-export CC
default
}

src_install() {
local nls=""
if ! use linguas_sv ; then
nls='NLS_FILES='
fi

emake DESTDIR="${D}" MANDIR="/usr/share/man" \
PREFIX="/usr" ${nls} install

dodoc CHANGELOG CONTRIBUTORS FAQ README TODO
}






[gentoo-commits] gentoo-x86 commit in media-radio/unixcw: unixcw-3.4.1.ebuild ChangeLog

2015-01-23 Thread Thomas Beierlein (tomjbe)
tomjbe  15/01/23 14:08:20

  Modified: ChangeLog
  Added:unixcw-3.4.1.ebuild
  Log:
  Verrsion bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x762053D5)

Revision  ChangesPath
1.23 media-radio/unixcw/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-radio/unixcw/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   17 Jan 2015 14:02:11 -  1.22
+++ ChangeLog   23 Jan 2015 14:08:20 -  1.23
@@ -1,6 +1,11 @@
 # ChangeLog for media-radio/unixcw
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/unixcw/ChangeLog,v 1.22 
2015/01/17 14:02:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/unixcw/ChangeLog,v 1.23 
2015/01/23 14:08:20 tomjbe Exp $
+
+*unixcw-3.4.1 (23 Jan 2015)
+
+  23 Jan 2015; Thomas Beierlein  +unixcw-3.4.1.ebuild:
+  Version bump
 
   17 Jan 2015; Agostino Sarubbo  unixcw-3.4.0.ebuild:
   Stable for ppc, wrt bug #535484



1.1  media-radio/unixcw/unixcw-3.4.1.ebuild

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

Index: unixcw-3.4.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-radio/unixcw/unixcw-3.4.1.ebuild,v 1.1 
2015/01/23 14:08:20 tomjbe Exp $

EAPI=5

inherit eutils flag-o-matic multilib

DESCRIPTION="A package of programs that fit together to form a morse code tutor 
program"
HOMEPAGE="http://unixcw.sourceforge.net";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~x86"
IUSE="alsa ncurses pulseaudio suid qt4"

RDEPEND="ncurses? ( sys-libs/ncurses )
qt4? ( dev-qt/qtgui:4[qt3support] )
alsa? ( media-libs/alsa-lib )
pulseaudio? ( media-sound/pulseaudio )"
DEPEND="${RDEPEND}
virtual/pkgconfig
sys-devel/libtool
!<=app-misc/cw-1.0.16-r1"

src_prepare() {
append-cflags -std=gnu99
}

src_configure() {
econf --libdir=/usr/$(get_libdir) \
$(use_enable pulseaudio ) \
$(use_enable alsa ) \
$(use_enable ncurses cwcp ) \
$(use_enable qt4 xcwcp )
}

src_install() {
emake DESTDIR="${D}" install
prune_libtool_files
dodoc ChangeLog NEWS README
if ! use suid ; then
fperms 711 /usr/bin/cw
if use ncurses ; then
fperms 711 /usr/bin/cwcp
fi
if use qt4 ; then
fperms 711 /usr/bin/xcwcp
fi
fi
}

pkg_postinst() {
if use suid ; then
ewarn "You have choosen to install 'cw', 'cwcp' and 'xcwcp' 
setuid"
ewarn "by setting USE=suid."
ewarn "Be aware that this is a security risk and not 
recommended."
ewarn ""
ewarn "These files do only need root access if you want to use 
the"
ewarn "PC speaker for morse sidetone output. You can 
alternativly"
ewarn "drop USE=suid and use sudo."
else
elog "Be aware that 'cw', 'cwcp' and 'xcwcp' needs root access 
if"
elog "you want to use the PC speaker for morse sidetone output."
elog "You can call the programs via sudo for that (see 'man 
sudo')."
fi
}






[gentoo-commits] gentoo-x86 commit in x11-misc/slock: ChangeLog slock-1.2.ebuild

2015-01-23 Thread Jeroen Roovers (jer)
jer 15/01/23 15:03:31

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

Revision  ChangesPath
1.51 x11-misc/slock/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/slock/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog   22 Dec 2014 21:04:41 -  1.50
+++ ChangeLog   23 Jan 2015 15:03:31 -  1.51
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/slock
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/slock/ChangeLog,v 1.50 2014/12/22 
21:04:41 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/slock/ChangeLog,v 1.51 2015/01/23 
15:03:31 jer Exp $
+
+  23 Jan 2015; Jeroen Roovers  slock-1.2.ebuild:
+  Stable for HPPA (bug #537456).
 
 *slock-1.2 (22 Dec 2014)
 



1.2  x11-misc/slock/slock-1.2.ebuild

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

Index: slock-1.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/slock/slock-1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- slock-1.2.ebuild22 Dec 2014 21:04:41 -  1.1
+++ slock-1.2.ebuild23 Jan 2015 15:03:31 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/slock/slock-1.2.ebuild,v 1.1 
2014/12/22 21:04:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/slock/slock-1.2.ebuild,v 1.2 
2015/01/23 15:03:31 jer Exp $
 
 EAPI=5
 inherit eutils fcaps savedconfig toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 hppa ~x86 ~x86-fbsd"
 
 RDEPEND="
x11-libs/libX11






[gentoo-commits] gentoo-x86 commit in media-plugins/vdr-rssreader: vdr-rssreader-2.0.1.ebuild ChangeLog

2015-01-23 Thread Joerg Bornkessel (hd_brummy)
hd_brummy15/01/23 15:25:27

  Modified: vdr-rssreader-2.0.1.ebuild ChangeLog
  Log:
  wrt bug 537368, Thx to T.Foerster for reporting this
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
34C2808A)

Revision  ChangesPath
1.2  media-plugins/vdr-rssreader/vdr-rssreader-2.0.1.ebuild

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

Index: vdr-rssreader-2.0.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-rssreader/vdr-rssreader-2.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vdr-rssreader-2.0.1.ebuild  18 Jan 2015 21:28:11 -  1.1
+++ vdr-rssreader-2.0.1.ebuild  23 Jan 2015 15:25:27 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-rssreader/vdr-rssreader-2.0.1.ebuild,v
 1.1 2015/01/18 21:28:11 hd_brummy Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-rssreader/vdr-rssreader-2.0.1.ebuild,v
 1.2 2015/01/23 15:25:27 hd_brummy Exp $
 
 EAPI=5
 
@@ -21,7 +21,7 @@
 
 RDEPEND="${DEPEND}"
 
-PATCHES=("${FILESDIR}/${P}-gentoo.diff")
+PATCHES=("${FILESDIR}/${PN}-2.0.0-gentoo.diff")
 
 src_install() {
vdr-plugin-2_src_install



1.17 media-plugins/vdr-rssreader/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-rssreader/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   18 Jan 2015 21:28:11 -  1.16
+++ ChangeLog   23 Jan 2015 15:25:27 -  1.17
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/vdr-rssreader
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-rssreader/ChangeLog,v 
1.16 2015/01/18 21:28:11 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-rssreader/ChangeLog,v 
1.17 2015/01/23 15:25:27 hd_brummy Exp $
+
+  23 Jan 2015; Joerg Bornkessel 
+  vdr-rssreader-2.0.1.ebuild:
+  wrt bug 537368, Thx to T.Foerster for reporting this
 
 *vdr-rssreader-2.0.1 (18 Jan 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-libs/openssl: metadata.xml ChangeLog openssl-1.0.2-r1.ebuild openssl-1.0.2.ebuild

2015-01-23 Thread Lars Wendler (polynomial-c)
polynomial-c15/01/23 15:30:57

  Modified: metadata.xml ChangeLog
  Added:openssl-1.0.2-r1.ebuild
  Removed:  openssl-1.0.2.ebuild
  Log:
  Removed "ssl2" USE flag again. Broke ABI and caused some packages to fail 
like cmake (bug #537452) and mozilla packages
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.12 dev-libs/openssl/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/metadata.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- metadata.xml23 Jan 2015 11:19:23 -  1.11
+++ metadata.xml23 Jan 2015 15:30:57 -  1.12
@@ -5,7 +5,6 @@
 
  Disable EC/RC5 algorithms (as they seem to be patented) 
-- note: changes the ABI
  Support for Stream Control Transmission Protocol
- Support for deprecated (and broken) SSLv2 protocol
  Enable support for RFC 3779 (X.509 Extensions for IP 
Addresses and AS Identifiers)
  Enable the Heartbeat Extension in TLS and 
DTLS
 



1.627dev-libs/openssl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
retrieving revision 1.626
retrieving revision 1.627
diff -u -r1.626 -r1.627
--- ChangeLog   23 Jan 2015 11:19:23 -  1.626
+++ ChangeLog   23 Jan 2015 15:30:57 -  1.627
@@ -1,6 +1,13 @@
 # ChangeLog for dev-libs/openssl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.626 
2015/01/23 11:19:23 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.627 
2015/01/23 15:30:57 polynomial-c Exp $
+
+*openssl-1.0.2-r1 (23 Jan 2015)
+
+  23 Jan 2015; Lars Wendler  -openssl-1.0.2.ebuild,
+  +openssl-1.0.2-r1.ebuild, metadata.xml:
+  Removed "ssl2" USE flag again. Broke ABI and caused some packages to fail
+  like cmake (bug #537452) and mozilla packages.
 
 *openssl-1.0.2 (23 Jan 2015)
 



1.1  dev-libs/openssl/openssl-1.0.2-r1.ebuild

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

Index: openssl-1.0.2-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.2-r1.ebuild,v 
1.1 2015/01/23 15:30:57 polynomial-c Exp $

EAPI="4"

inherit eutils flag-o-matic toolchain-funcs multilib multilib-minimal

REV="1.7"
MY_P=${P/_/-}
DESCRIPTION="full-strength general purpose cryptography library (including SSL 
and TLS)"
HOMEPAGE="http://www.openssl.org/";
SRC_URI="mirror://openssl/source/${MY_P}.tar.gz

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/${PN}/${PN}-c_rehash.sh?rev=${REV}
 -> ${PN}-c_rehash.sh.${REV}"

LICENSE="openssl"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
IUSE="bindist gmp kerberos rfc3779 sctp sse2 static-libs test +tls-heartbeat 
vanilla zlib"

# The blocks are temporary just to make sure people upgrade to a
# version that lack runtime version checking.  We'll drop them in
# the future.
RDEPEND="gmp? ( >=dev-libs/gmp-5.1.3-r1[static-libs(+)?,${MULTILIB_USEDEP}] )
zlib? ( >=sys-libs/zlib-1.2.8-r1[static-libs(+)?,${MULTILIB_USEDEP}] )
kerberos? ( >=app-crypt/mit-krb5-1.11.4[${MULTILIB_USEDEP}] )
abi_x86_32? (
!<=app-emulation/emul-linux-x86-baselibs-20140508
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)
! "${WORKDIR}"/c_rehash || die #416717

# Make sure we only ever touch Makefile.org and avoid patching a file
# that gets blown away anyways by the Configure script in src_configure
rm -f Makefile

if ! use vanilla ; then
epatch "${FILES

[gentoo-commits] gentoo-x86 commit in dev-libs/openssl: ChangeLog

2015-01-23 Thread Lars Wendler (polynomial-c)
polynomial-c15/01/23 15:33:05

  Modified: ChangeLog
  Log:
  Fixed ChangeLog entry
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.628dev-libs/openssl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
retrieving revision 1.627
retrieving revision 1.628
diff -u -r1.627 -r1.628
--- ChangeLog   23 Jan 2015 15:30:57 -  1.627
+++ ChangeLog   23 Jan 2015 15:33:05 -  1.628
@@ -1,13 +1,13 @@
 # ChangeLog for dev-libs/openssl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.627 
2015/01/23 15:30:57 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.628 
2015/01/23 15:33:05 polynomial-c Exp $
 
 *openssl-1.0.2-r1 (23 Jan 2015)
 
   23 Jan 2015; Lars Wendler  -openssl-1.0.2.ebuild,
   +openssl-1.0.2-r1.ebuild, metadata.xml:
   Removed "ssl2" USE flag again. Broke ABI and caused some packages to fail
-  like cmake (bug #537452) and mozilla packages.
+  like curl (bug #537452) and mozilla packages.
 
 *openssl-1.0.2 (23 Jan 2015)
 






[gentoo-commits] gentoo-x86 commit in x11-misc/py3status: ChangeLog py3status-2.2.ebuild py3status-2.0.ebuild py3status-2.1.ebuild

2015-01-23 Thread Alexys Jacob (ultrabug)
ultrabug15/01/23 17:06:51

  Modified: ChangeLog
  Added:py3status-2.2.ebuild
  Removed:  py3status-2.0.ebuild py3status-2.1.ebuild
  Log:
  version bump, drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B658FA13)

Revision  ChangesPath
1.13 x11-misc/py3status/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/py3status/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   9 Jan 2015 11:54:36 -   1.12
+++ ChangeLog   23 Jan 2015 17:06:51 -  1.13
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/py3status
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/py3status/ChangeLog,v 1.12 
2015/01/09 11:54:36 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/py3status/ChangeLog,v 1.13 
2015/01/23 17:06:51 ultrabug Exp $
+
+*py3status-2.2 (23 Jan 2015)
+
+  23 Jan 2015; Ultrabug  -py3status-2.0.ebuild,
+  -py3status-2.1.ebuild, +py3status-2.2.ebuild:
+  version bump, drop old
 
 *py3status-2.1 (09 Jan 2015)
 



1.1  x11-misc/py3status/py3status-2.2.ebuild

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

Index: py3status-2.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/py3status/py3status-2.2.ebuild,v 
1.1 2015/01/23 17:06:51 ultrabug Exp $

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

SRC_URI="https://github.com/ultrabug/py3status/archive/${PV}.tar.gz -> 
${P}.tar.gz"

inherit distutils-r1

MY_PN="py3status"
MY_P="${MY_PN}-${PV/_/-}"

DESCRIPTION="py3status is an extensible i3status wrapper written in python"
HOMEPAGE="https://github.com/ultrabug/py3status";

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

RDEPEND="x11-misc/i3status"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"

S=${WORKDIR}/${MY_P}






[gentoo-commits] gentoo-x86 commit in www-client/chromium: chromium-40.0.2214.91.ebuild ChangeLog chromium-40.0.2214.69.ebuild

2015-01-23 Thread Mike Gilbert (floppym)
floppym 15/01/23 17:28:18

  Modified: ChangeLog
  Added:chromium-40.0.2214.91.ebuild
  Removed:  chromium-40.0.2214.69.ebuild
  Log:
  Stable channel bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.1185   www-client/chromium/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1185&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1185&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?r1=1.1184&r2=1.1185

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.1184
retrieving revision 1.1185
diff -u -r1.1184 -r1.1185
--- ChangeLog   22 Jan 2015 20:52:22 -  1.1184
+++ ChangeLog   23 Jan 2015 17:28:18 -  1.1185
@@ -1,6 +1,12 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1184 
2015/01/22 20:52:22 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1185 
2015/01/23 17:28:18 floppym Exp $
+
+*chromium-40.0.2214.91 (23 Jan 2015)
+
+  23 Jan 2015; Mike Gilbert  +chromium-40.0.2214.91.ebuild,
+  -chromium-40.0.2214.69.ebuild:
+  Stable channel bump.
 
 *chromium-41.0.2272.12-r1 (22 Jan 2015)
 *chromium-40.0.2214.85-r1 (22 Jan 2015)



1.1  www-client/chromium/chromium-40.0.2214.91.ebuild

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

Index: chromium-40.0.2214.91.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-40.0.2214.91.ebuild,v 1.1 
2015/01/23 17:28:18 floppym Exp $

EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )

CHROMIUM_LANGS="am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he
hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl 
sr
sv sw ta te th tr uk vi zh_CN zh_TW"

inherit chromium eutils flag-o-matic multilib multiprocessing pax-utils \
portability python-any-r1 readme.gentoo toolchain-funcs versionator 
virtualx

DESCRIPTION="Open-source version of Google Chrome web browser"
HOMEPAGE="http://chromium.org/";
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz";

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="bindist cups gnome gnome-keyring kerberos neon pic pulseaudio selinux 
+tcmalloc"
RESTRICT="!bindist? ( bindist )"

# Native Client binaries are compiled with different set of flags, bug #452066.
QA_FLAGS_IGNORED=".*\.nexe"

# Native Client binaries may be stripped by the build system, which uses the
# right tools for it, bug #469144 .
QA_PRESTRIPPED=".*\.nexe"

RDEPEND=">=app-accessibility/speech-dispatcher-0.8:=
app-arch/bzip2:=
app-arch/snappy:=
cups? (
dev-libs/libgcrypt:0=
>=net-print/cups-1.3.11:=
)
>=dev-libs/elfutils-0.149
dev-libs/expat:=
dev-libs/glib:=
dev-libs/icu:=
>=dev-libs/jsoncpp-0.5.0-r1:=
>=dev-libs/libevent-1.4.13:=
dev-libs/libxml2:=[icu]
dev-libs/libxslt:=
dev-libs/nspr:=
>=dev-libs/nss-3.14.3:=
dev-libs/re2:=
gnome? ( >=gnome-base/gconf-2.24.0:= )
gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= )
>=media-libs/alsa-lib-1.0.19:=
media-libs/flac:=
media-libs/fontconfig:=
media-libs/freetype:=
media-libs/harfbuzz:=[icu(+)]
media-libs/libexif:=
>=media-libs/libjpeg-turbo-1.2.0-r1:=
media-libs/libpng:0=
>=media-libs/libwebp-0.4.0:=
media-libs/speex:=
pulseaudio? ( media-sound/pulseaudio:= )
sys-apps/dbus:=
sys-apps/pciutils:=
>=sys-libs/libcap-2.22:=
sys-libs/zlib:=[minizip]
virtual/udev
x11-libs/cairo:=
x11-libs/gdk-pixbuf:=
x11-libs/gtk+:2=
x11-libs/libdrm
x11-libs/libX11:=
x11-libs/libXcomposite:=
x11-libs/libXcursor:=
x11-libs/libXdamage:=
x11-libs/libXext:=
x11-libs/libXfixes:=
>=x11-libs/libXi-1.6.0:=
x11-libs/libXinerama:=
x11-libs/libXrandr:=
x11-libs/libXrender:=
x11-libs/libXScrnSaver:=
x11-libs/libXtst:=
x11-libs/pango:=
  

[gentoo-commits] gentoo-x86 commit in dev-java/oracle-jre-bin: oracle-jre-bin-1.7.0.76.ebuild ChangeLog

2015-01-23 Thread Johann Schmitz (ercpe)
ercpe   15/01/23 17:32:33

  Modified: ChangeLog
  Added:oracle-jre-bin-1.7.0.76.ebuild
  Log:
  Version bump of oracle-jre-bin:7 wrt bug #537214
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  ChangesPath
1.73 dev-java/oracle-jre-bin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jre-bin/ChangeLog?rev=1.73&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jre-bin/ChangeLog?rev=1.73&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jre-bin/ChangeLog?r1=1.72&r2=1.73

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/oracle-jre-bin/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   4 Nov 2014 18:06:10 -   1.72
+++ ChangeLog   23 Jan 2015 17:32:33 -  1.73
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/oracle-jre-bin
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/oracle-jre-bin/ChangeLog,v 1.72 
2014/11/04 18:06:10 ercpe Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/oracle-jre-bin/ChangeLog,v 1.73 
2015/01/23 17:32:33 ercpe Exp $
+
+*oracle-jre-bin-1.7.0.76 (23 Jan 2015)
+
+  23 Jan 2015; Johann Schmitz 
+  +oracle-jre-bin-1.7.0.76.ebuild:
+  Version bump of oracle-jre-bin:7 wrt bug #537214
 
 *oracle-jre-bin-1.7.0.72 (04 Nov 2014)
 



1.1  dev-java/oracle-jre-bin/oracle-jre-bin-1.7.0.76.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jre-bin/oracle-jre-bin-1.7.0.76.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jre-bin/oracle-jre-bin-1.7.0.76.ebuild?rev=1.1&content-type=text/plain

Index: oracle-jre-bin-1.7.0.76.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-java/oracle-jre-bin/oracle-jre-bin-1.7.0.76.ebuild,v
 1.1 2015/01/23 17:32:33 ercpe Exp $

EAPI="5"

inherit java-vm-2 eutils prefix versionator

MY_PV="$(get_version_component_range 2)u$(get_version_component_range 4)"
S_PV="$(replace_version_separator 3 '_')"

X86_AT="jre-${MY_PV}-linux-i586.tar.gz"
AMD64_AT="jre-${MY_PV}-linux-x64.tar.gz"

# This URIs need updating when bumping!
JRE_URI="http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html#jre-${MY_PV}-oth-JPR";
JCE_URI="http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html";

JCE_DIR="UnlimitedJCEPolicy"
JCE_FILE="${JCE_DIR}JDK7.zip"

DESCRIPTION="Oracle's Java SE Runtime Environment"
HOMEPAGE="http://www.oracle.com/technetwork/java/javase/";
SRC_URI="
x86? ( ${X86_AT} )
amd64? ( ${AMD64_AT} )
jce? ( ${JCE_FILE} )"

LICENSE="Oracle-BCLA-JavaSE"
SLOT="1.7"
KEYWORDS="~amd64 ~x86"
IUSE="X alsa fontconfig jce nsplugin pax_kernel selinux"

RESTRICT="fetch strip"
QA_PREBUILT="*"

COMMON_DEP=""
RDEPEND="${COMMON_DEP}
X? (
x11-libs/libXext
x11-libs/libXi
x11-libs/libXrender
x11-libs/libXtst
x11-libs/libX11
)
alsa? ( media-libs/alsa-lib )
fontconfig? ( media-libs/fontconfig )
!prefix? ( sys-libs/glibc )
selinux? ( sec-policy/selinux-java )"
# scanelf won't create a PaX header, so depend on paxctl to avoid fallback
# marking. #427642
DEPEND="${COMMON_DEP}
jce? ( app-arch/unzip )
pax_kernel? ( sys-apps/paxctl )"

S="${WORKDIR}/jre${S_PV}"

pkg_nofetch() {
if use x86; then
AT=${X86_AT}
elif use amd64; then
AT=${AMD64_AT}
fi

einfo "Please download '${AT}' from:"
einfo "'${JRE_URI}'"
einfo "and move it to '${DISTDIR}'"

if use jce; then
einfo "Also download '${JCE_FILE}' from:"
einfo "'${JCE_URI}'"
einfo "and move it to '${DISTDIR}'"
fi

einfo
einfo "If the above mentioned urls do not point to the correct version 
anymore,"
einfo "please download the files from Oracle's java download archive:"
einfo
einfo "   
http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html#jre-${MY_PV}-oth-JPR";
einfo
}

src_prepare() {
if use jce; then
mv "${WORKDIR}"/${JCE_DIR} lib/security/ || die
fi
}

src_install() {
local dest="/opt/${P}"
local ddest="${ED}${dest}"

# Create files used as storage for system preferences.
mkdir .systemPrefs || die
   

[gentoo-commits] gentoo-x86 commit in dev-java/oracle-jre-bin: oracle-jre-bin-1.8.0.31.ebuild ChangeLog

2015-01-23 Thread Johann Schmitz (ercpe)
ercpe   15/01/23 17:37:23

  Modified: ChangeLog
  Added:oracle-jre-bin-1.8.0.31.ebuild
  Log:
  Version bump of oracle-jre-bin:8 wrt bug #537214
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  ChangesPath
1.74 dev-java/oracle-jre-bin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jre-bin/ChangeLog?rev=1.74&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jre-bin/ChangeLog?rev=1.74&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jre-bin/ChangeLog?r1=1.73&r2=1.74

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/oracle-jre-bin/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog   23 Jan 2015 17:32:33 -  1.73
+++ ChangeLog   23 Jan 2015 17:37:23 -  1.74
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/oracle-jre-bin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/oracle-jre-bin/ChangeLog,v 1.73 
2015/01/23 17:32:33 ercpe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/oracle-jre-bin/ChangeLog,v 1.74 
2015/01/23 17:37:23 ercpe Exp $
+
+*oracle-jre-bin-1.8.0.31 (23 Jan 2015)
+
+  23 Jan 2015; Johann Schmitz 
+  +oracle-jre-bin-1.8.0.31.ebuild:
+  Version bump of oracle-jre-bin:8 wrt bug #537214
 
 *oracle-jre-bin-1.7.0.76 (23 Jan 2015)
 



1.1  dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.31.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.31.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.31.ebuild?rev=1.1&content-type=text/plain

Index: oracle-jre-bin-1.8.0.31.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.31.ebuild,v
 1.1 2015/01/23 17:37:23 ercpe Exp $

EAPI="5"

inherit java-vm-2 eutils prefix versionator

if [[ "$(get_version_component_range 4)" == 0 ]] ; then
S_PV="$(get_version_component_range 1-3)"
else
MY_PV_EXT="u$(get_version_component_range 4)"
S_PV="$(get_version_component_range 1-4)"
fi

MY_PV="$(get_version_component_range 2)${MY_PV_EXT}"

X86_AT="jre-${MY_PV}-linux-i586.tar.gz"
AMD64_AT="jre-${MY_PV}-linux-x64.tar.gz"

# This URIs need updating when bumping!
JRE_URI="http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html";
JCE_URI="http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html";

JCE_DIR="UnlimitedJCEPolicyJDK8"
JCE_FILE="jce_policy-8.zip"

DESCRIPTION="Oracle's Java SE Runtime Environment"
HOMEPAGE="http://www.oracle.com/technetwork/java/javase/";
SRC_URI="
x86? ( ${X86_AT} )
amd64? ( ${AMD64_AT} )
jce? ( ${JCE_FILE} )"

LICENSE="Oracle-BCLA-JavaSE"
SLOT="1.8"
KEYWORDS="~amd64 ~x86"
IUSE="X alsa fontconfig jce nsplugin pax_kernel selinux"

RESTRICT="fetch strip"
QA_PREBUILT="*"

COMMON_DEP=""
RDEPEND="${COMMON_DEP}
X? (
x11-libs/libXext
x11-libs/libXi
x11-libs/libXrender
x11-libs/libXtst
x11-libs/libX11
)
alsa? ( media-libs/alsa-lib )
fontconfig? ( media-libs/fontconfig )
!prefix? ( sys-libs/glibc )
selinux? ( sec-policy/selinux-java )"
# scanelf won't create a PaX header, so depend on paxctl to avoid fallback
# marking. #427642
DEPEND="${COMMON_DEP}
jce? ( app-arch/unzip )
pax_kernel? ( sys-apps/paxctl )"

S="${WORKDIR}/jre"

pkg_nofetch() {
if use x86; then
AT=${X86_AT}
elif use amd64; then
AT=${AMD64_AT}
fi

einfo "Please download '${AT}' from:"
einfo "'${JRE_URI}'"
einfo "and move it to '${DISTDIR}'"

if use jce; then
einfo "Also download '${JCE_FILE}' from:"
einfo "'${JCE_URI}'"
einfo "and move it to '${DISTDIR}'"
fi

einfo
einfo "If the above mentioned urls do not point to the correct version 
anymore,"
einfo "please download the files from Oracle's java download archive:"
einfo
einfo "   
http://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase8-2177648.html#jre-${MY_PV}-oth-JPR";
einfo

}

src_unpack() {
default

# Upstream is changing their versioning scheme every release around 
1.8.0.*;
# to stop having to change it over and over again, just wildcard match 
and
# live a happy life instead of trying to 

[gentoo-commits] gentoo-x86 commit in dev-java/oracle-jdk-bin: oracle-jdk-bin-1.7.0.76.ebuild ChangeLog

2015-01-23 Thread Johann Schmitz (ercpe)
ercpe   15/01/23 17:40:36

  Modified: ChangeLog
  Added:oracle-jdk-bin-1.7.0.76.ebuild
  Log:
  Version bump of oracle-jdk-bin:7 wrt bug #537214
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  ChangesPath
1.83 dev-java/oracle-jdk-bin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jdk-bin/ChangeLog?rev=1.83&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jdk-bin/ChangeLog?rev=1.83&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jdk-bin/ChangeLog?r1=1.82&r2=1.83

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/oracle-jdk-bin/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog   31 Dec 2014 16:30:33 -  1.82
+++ ChangeLog   23 Jan 2015 17:40:36 -  1.83
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/oracle-jdk-bin
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/oracle-jdk-bin/ChangeLog,v 1.82 
2014/12/31 16:30:33 grobian Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/oracle-jdk-bin/ChangeLog,v 1.83 
2015/01/23 17:40:36 ercpe Exp $
+
+*oracle-jdk-bin-1.7.0.76 (23 Jan 2015)
+
+  23 Jan 2015; Johann Schmitz 
+  +oracle-jdk-bin-1.7.0.76.ebuild:
+  Version bump of oracle-jdk-bin:7 wrt bug #537214
 
   31 Dec 2014; Fabian Groffen 
   oracle-jdk-bin-1.8.0.25.ebuild:



1.1  dev-java/oracle-jdk-bin/oracle-jdk-bin-1.7.0.76.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.7.0.76.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.7.0.76.ebuild?rev=1.1&content-type=text/plain

Index: oracle-jdk-bin-1.7.0.76.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.7.0.76.ebuild,v
 1.1 2015/01/23 17:40:36 ercpe Exp $

EAPI="5"

inherit eutils java-vm-2 prefix versionator

MY_PV="$(get_version_component_range 2)u$(get_version_component_range 4)"
S_PV="$(replace_version_separator 3 '_')"

# This URIs need to be updated when bumping!
JDK_URI="http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html#jdk-${MY_PV}-oth-JPR";
JCE_URI="http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html";
# This is a list of archs supported by this update.
# Currently arm comes and goes.
AT_AVAILABLE=( amd64 x86 x64-solaris x86-solaris sparc-solaris sparc64-solaris 
x86-macos x64-macos )
# Sometimes some or all of the demos are missing, this is to not have to 
rewrite half
# the ebuild when it happens.
DEMOS_AVAILABLE=( amd64 x86 x64-solaris x86-solaris sparc-solaris 
sparc64-solaris x86-macos x64-macos )
FX_VERSION="2_2_$(get_version_component_range 4)"

AT_x86="jdk-${MY_PV}-linux-i586.tar.gz"
AT_amd64="jdk-${MY_PV}-linux-x64.tar.gz"
AT_arm="jdk-${MY_PV}-linux-arm-vfp-sflt.tar.gz 
jdk-${MY_PV}-linux-arm-vfp-hflt.tar.gz"
AT_x86_solaris="jdk-${MY_PV}-solaris-i586.tar.gz"
AT_x64_solaris="${AT_x86_solaris} jdk-${MY_PV}-solaris-x64.tar.gz"
AT_sparc_solaris="jdk-${MY_PV}-solaris-sparc.tar.gz"
AT_sparc64_solaris="${AT_sparc_solaris} jdk-${MY_PV}-solaris-sparcv9.tar.gz"
AT_x86_macos="jdk-${MY_PV}-macosx-x64.dmg"
AT_x64_macos="jdk-${MY_PV}-macosx-x64.dmg"

FXDEMOS_linux="javafx_samples-${FX_VERSION}-linux.zip"

DEMOS_x86="${FXDEMOS_linux} jdk-${MY_PV}-linux-i586-demos.tar.gz"
DEMOS_amd64="${FXDEMOS_linux} jdk-${MY_PV}-linux-x64-demos.tar.gz"
DEMOS_arm="${FXDEMOS_linux} jdk-${MY_PV}-linux-arm-vfp-sflt-demos.tar.gz 
jdk-${MY_PV}-linux-arm-vfp-hflt-demos.tar.gz"
DEMOS_x86_solaris="jdk-${MY_PV}-solaris-i586-demos.tar.gz"
DEMOS_x64_solaris="${DEMOS_x86_solaris} jdk-${MY_PV}-solaris-x64-demos.tar.gz"
DEMOS_sparc_solaris="jdk-${MY_PV}-solaris-sparc-demos.tar.gz"
DEMOS_sparc64_solaris="${DEMOS_sparc_solaris} 
jdk-${MY_PV}-solaris-sparcv9-demos.tar.gz"
DEMOS_x86_macos="jdk-${MY_PV}-macosx-x86_64-demos.tar.gz"
DEMOS_x64_macos="jdk-${MY_PV}-macosx-x86_64-demos.tar.gz"

JCE_DIR="UnlimitedJCEPolicy"
JCE_FILE="${JCE_DIR}JDK7.zip"

DESCRIPTION="Oracle's Java SE Development Kit"
HOMEPAGE="http://www.oracle.com/technetwork/java/javase/";
for d in "${AT_AVAILABLE[@]}"; do
SRC_URI+=" ${d}? ("
SRC_URI+=" $(eval "echo \${$(echo AT_${d/-/_})}")"
if has ${d} "${DEMOS_AVAILABLE[@]}"; then
SRC_URI+=" examples? ( $(eval "echo \${$(echo 
DEMOS_${d/-/_})}") )"
fi
SRC_URI+=" )"
done
unset d
SRC_URI+=" jce? ( ${JCE_FILE} )"

LICENSE="Ora

[gentoo-commits] gentoo-x86 commit in sys-cluster/libcircle: libcircle-0.2.0_rc1.ebuild ChangeLog

2015-01-23 Thread Christoph Junghans (ottxor)
ottxor  15/01/23 17:45:30

  Modified: libcircle-0.2.0_rc1.ebuild ChangeLog
  Log:
  added ~amd64-linux (tested by me)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.2  sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild

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

Index: libcircle-0.2.0_rc1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libcircle-0.2.0_rc1.ebuild  17 Mar 2014 19:04:20 -  1.1
+++ libcircle-0.2.0_rc1.ebuild  23 Jan 2015 17:45:30 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild,v 1.1 
2014/03/17 19:04:20 ottxor Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild,v 1.2 
2015/01/23 17:45:30 ottxor Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 else
inherit vcs-snapshot
SRC_URI="https://github.com/hpc/${PN}/archive/${PV/_rc/-rc.}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~x86 ~amd64-linux"
 fi
 
 DESCRIPTION="an API for distributing embarrassingly parallel workloads using 
self-stabilization"



1.5  sys-cluster/libcircle/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   17 Mar 2014 19:04:20 -  1.4
+++ ChangeLog   23 Jan 2015 17:45:30 -  1.5
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/libcircle
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/ChangeLog,v 1.4 
2014/03/17 19:04:20 ottxor Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/ChangeLog,v 1.5 
2015/01/23 17:45:30 ottxor Exp $
+
+  23 Jan 2015; Christoph Junghans 
+  libcircle-0.2.0_rc1.ebuild:
+  added ~amd64-linux (tested by me)
 
 *libcircle-0.2.0_rc1 (17 Mar 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-java/oracle-jdk-bin: oracle-jdk-bin-1.8.0.31.ebuild ChangeLog

2015-01-23 Thread Johann Schmitz (ercpe)
ercpe   15/01/23 17:46:52

  Modified: ChangeLog
  Added:oracle-jdk-bin-1.8.0.31.ebuild
  Log:
  Version bump of oracle-jdk-bin:8 wrt bug #537214
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  ChangesPath
1.84 dev-java/oracle-jdk-bin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jdk-bin/ChangeLog?rev=1.84&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jdk-bin/ChangeLog?rev=1.84&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jdk-bin/ChangeLog?r1=1.83&r2=1.84

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/oracle-jdk-bin/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog   23 Jan 2015 17:40:36 -  1.83
+++ ChangeLog   23 Jan 2015 17:46:52 -  1.84
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/oracle-jdk-bin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/oracle-jdk-bin/ChangeLog,v 1.83 
2015/01/23 17:40:36 ercpe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/oracle-jdk-bin/ChangeLog,v 1.84 
2015/01/23 17:46:52 ercpe Exp $
+
+*oracle-jdk-bin-1.8.0.31 (23 Jan 2015)
+
+  23 Jan 2015; Johann Schmitz 
+  +oracle-jdk-bin-1.8.0.31.ebuild:
+  Version bump of oracle-jdk-bin:8 wrt bug #537214
 
 *oracle-jdk-bin-1.7.0.76 (23 Jan 2015)
 



1.1  dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.31.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.31.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.31.ebuild?rev=1.1&content-type=text/plain

Index: oracle-jdk-bin-1.8.0.31.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.31.ebuild,v
 1.1 2015/01/23 17:46:52 ercpe Exp $

EAPI="5"

inherit eutils java-vm-2 prefix versionator

# This URIs need to be updated when bumping!
JDK_URI="http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html";
JCE_URI="http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html";

# This is a list of archs supported by this update.
# Currently arm comes and goes.
AT_AVAILABLE=( amd64 x86 x64-solaris sparc64-solaris x86-macos x64-macos )

# Sometimes some or all of the demos are missing, this is to not have to 
rewrite half
# the ebuild when it happens.
DEMOS_AVAILABLE=( amd64 x86 x64-solaris sparc64-solaris x86-macos x64-macos )

if [[ "$(get_version_component_range 4)" == 0 ]] ; then
S_PV="$(get_version_component_range 1-3)"
else
MY_PV_EXT="u$(get_version_component_range 4)"
S_PV="$(get_version_component_range 1-4)"
fi

MY_PV="$(get_version_component_range 2)${MY_PV_EXT}"

AT_amd64="jdk-${MY_PV}-linux-x64.tar.gz"
AT_arm="jdk-${MY_PV}-linux-arm-vfp-hflt.tar.gz"
AT_x86="jdk-${MY_PV}-linux-i586.tar.gz"
AT_x64_solaris="jdk-${MY_PV}-solaris-x64.tar.gz"
AT_sparc64_solaris="${AT_sparc_solaris} jdk-${MY_PV}-solaris-sparcv9.tar.gz"
AT_x86_macos="jdk-${MY_PV}-macosx-x64.dmg"
AT_x64_macos="jdk-${MY_PV}-macosx-x64.dmg"

DEMOS_amd64="jdk-${MY_PV}-linux-x64-demos.tar.gz"
DEMOS_arm="jdk-${MY_PV}-linux-arm-vfp-hflt-demos.tar.gz"
DEMOS_x86="jdk-${MY_PV}-linux-i586-demos.tar.gz"
DEMOS_x64_solaris="jdk-${MY_PV}-solaris-x64-demos.tar.gz"
DEMOS_sparc64_solaris="jdk-${MY_PV}-solaris-sparcv9-demos.tar.gz"
DEMOS_x86_macos="jdk-${MY_PV}-macosx-x86_64-demos.zip"
DEMOS_x64_macos="jdk-${MY_PV}-macosx-x86_64-demos.zip"

JCE_DIR="UnlimitedJCEPolicyJDK8"
JCE_FILE="jce_policy-8.zip"

DESCRIPTION="Oracle's Java SE Development Kit"
HOMEPAGE="http://www.oracle.com/technetwork/java/javase/";
for d in "${AT_AVAILABLE[@]}"; do
SRC_URI+=" ${d}? ( $(eval "echo \${$(echo AT_${d/-/_})}")"
if has ${d} "${DEMOS_AVAILABLE[@]}"; then
SRC_URI+=" examples? ( $(eval "echo \${$(echo 
DEMOS_${d/-/_})}") )"
fi
SRC_URI+=" )"
done
unset d
SRC_URI+=" jce? ( ${JCE_FILE} )"

LICENSE="Oracle-BCLA-JavaSE examples? ( BSD )"
SLOT="1.8"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos 
~sparc64-solaris ~x64-solaris"
IUSE="+X alsa aqua derby doc examples +fontconfig jce nsplugin pax_kernel 
selinux source"

RESTRICT="fetch strip"
QA_PREBUILT="*"

COMMON_DEP=""
RDEPEND="${COMMON_DEP}
X? ( !aqua? (
x11-libs/libX11:0
x11-libs/libXext:0
x11-libs/libXi:0
x11-libs/libXrender:0
x11-libs/libXtst:0
) )
alsa? ( media-libs/alsa-lib:0 )
 

[gentoo-commits] gentoo-x86 commit in dev-python/enum34: enum34-1.0.4.ebuild ChangeLog

2015-01-23 Thread Christoph Junghans (ottxor)
ottxor  15/01/23 17:47:55

  Modified: enum34-1.0.4.ebuild ChangeLog
  Log:
  added ~amd64-linux (tested by me)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.7  dev-python/enum34/enum34-1.0.4.ebuild

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

Index: enum34-1.0.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- enum34-1.0.4.ebuild 17 Jan 2015 23:03:22 -  1.6
+++ enum34-1.0.4.ebuild 23 Jan 2015 17:47:55 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v 1.6 
2015/01/17 23:03:22 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v 1.7 
2015/01/23 17:47:55 ottxor Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3} pypy pypy3 )  # Do NOT add python3_4—see 
DESCRIPTION
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~x86 ~amd64-linux"
 IUSE="doc"
 
 DEPEND=""



1.11 dev-python/enum34/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   17 Jan 2015 23:03:22 -  1.10
+++ ChangeLog   23 Jan 2015 17:47:55 -  1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/enum34
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v 1.10 
2015/01/17 23:03:22 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v 1.11 
2015/01/23 17:47:55 ottxor Exp $
+
+  23 Jan 2015; Christoph Junghans  enum34-1.0.4.ebuild:
+  added ~amd64-linux (tested by me)
 
   17 Jan 2015; Anthony G. Basile  enum34-1.0.4.ebuild,
   enum34-1.0.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-java/java-sdk-docs: java-sdk-docs-1.8.0.31.ebuild java-sdk-docs-1.7.0.76.ebuild ChangeLog

2015-01-23 Thread Johann Schmitz (ercpe)
ercpe   15/01/23 17:51:17

  Modified: ChangeLog
  Added:java-sdk-docs-1.8.0.31.ebuild
java-sdk-docs-1.7.0.76.ebuild
  Log:
  Version bump of java-sdk-docs wrt bug #537214
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  ChangesPath
1.115dev-java/java-sdk-docs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/java-sdk-docs/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog   22 Nov 2014 08:29:09 -  1.114
+++ ChangeLog   23 Jan 2015 17:51:17 -  1.115
@@ -1,6 +1,13 @@
 # ChangeLog for dev-java/java-sdk-docs
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/java-sdk-docs/ChangeLog,v 1.114 
2014/11/22 08:29:09 ercpe Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-sdk-docs/ChangeLog,v 1.115 
2015/01/23 17:51:17 ercpe Exp $
+
+*java-sdk-docs-1.7.0.76 (23 Jan 2015)
+*java-sdk-docs-1.8.0.31 (23 Jan 2015)
+
+  23 Jan 2015; Johann Schmitz  
+java-sdk-docs-1.7.0.76.ebuild,
+  +java-sdk-docs-1.8.0.31.ebuild:
+  Version bump of java-sdk-docs wrt bug #537214
 
 *java-sdk-docs-1.8.0.25 (22 Nov 2014)
 



1.1  dev-java/java-sdk-docs/java-sdk-docs-1.8.0.31.ebuild

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

Index: java-sdk-docs-1.8.0.31.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.31.ebuild,v 
1.1 2015/01/23 17:51:17 ercpe Exp $

EAPI="5"

inherit versionator

DOWNLOAD_URL="http://www.oracle.com/technetwork/java/javase/documentation/jdk8-doc-downloads-2133158.html";

[[ "$(get_version_component_range 4)" == 0 ]] \
|| MY_PV_EXT="u$(get_version_component_range 4)"

MY_PV="$(get_version_component_range 2)${MY_PV_EXT}"
ORIG_NAME="jdk-${MY_PV}-docs-all.zip"

DESCRIPTION="Oracle's documentation bundle (including API) for Java SE"
HOMEPAGE="http://download.oracle.com/javase/8/docs/";
SRC_URI="${ORIG_NAME}"

LICENSE="oracle-java-documentation-8"
SLOT="1.8"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"

DEPEND="app-arch/unzip:0"

RESTRICT="fetch"

S="${WORKDIR}/docs"

pkg_nofetch() {
einfo "Please download ${ORIG_NAME} from "
einfo "${DOWNLOAD_URL}"
einfo "(agree to the license) and place it in ${DISTDIR}"

einfo "If you find the file on the download page replaced with a higher"
einfo "version, please report to the bug 67266 (link below)."
einfo "If emerge fails because of a checksum error it is possible that"
einfo "the upstream release changed without renaming. Try downloading 
the file"
einfo "again (or a newer revision if available). Otherwise report this 
to"
einfo "http://bugs.gentoo.org/67266 and we will make a new revision."
}

src_install(){
insinto /usr/share/doc/${P}/html
doins index.html

for i in *; do
[[ -d $i ]] && doins -r $i
done
}



1.1  dev-java/java-sdk-docs/java-sdk-docs-1.7.0.76.ebuild

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

Index: java-sdk-docs-1.7.0.76.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-java/java-sdk-docs/java-sdk-docs-1.7.0.76.ebuild,v 
1.1 2015/01/23 17:51:17 ercpe Exp $

EAPI=5

inherit versionator

MY_PV="$(get_version_component_range 2)u$(get_version_component_range 4)"

DOWNLOAD_URL="http://www.oracle.com/technetwork/java/javase/documentation/java-se-7-doc-download-435117.html#jdk-${MY_PV}-apidocs-oth-JPR";
ORIG_NAME="jdk-${MY_PV}-docs-all.zip"

DESCRIPTION="Oracle's documentation bundle (including API) for Java SE"
HOMEPAGE="htt

[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-java: emul-linux-x86-java-1.7.0.76.ebuild ChangeLog

2015-01-23 Thread Johann Schmitz (ercpe)
ercpe   15/01/23 17:54:04

  Modified: ChangeLog
  Added:emul-linux-x86-java-1.7.0.76.ebuild
  Log:
  Version bump of emul-linux-x86-java wrt bug #537214
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  ChangesPath
1.146app-emulation/emul-linux-x86-java/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-java/ChangeLog?rev=1.146&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-java/ChangeLog?rev=1.146&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-java/ChangeLog?r1=1.145&r2=1.146

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-java/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- ChangeLog   4 Nov 2014 18:05:44 -   1.145
+++ ChangeLog   23 Jan 2015 17:54:04 -  1.146
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/emul-linux-x86-java
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-java/ChangeLog,v 1.145 
2014/11/04 18:05:44 ercpe Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-java/ChangeLog,v 1.146 
2015/01/23 17:54:04 ercpe Exp $
+
+*emul-linux-x86-java-1.7.0.76 (23 Jan 2015)
+
+  23 Jan 2015; Johann Schmitz 
+  +emul-linux-x86-java-1.7.0.76.ebuild:
+  Version bump of emul-linux-x86-java wrt bug #537214
 
 *emul-linux-x86-java-1.7.0.72 (04 Nov 2014)
 



1.1  
app-emulation/emul-linux-x86-java/emul-linux-x86-java-1.7.0.76.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-java/emul-linux-x86-java-1.7.0.76.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-java/emul-linux-x86-java-1.7.0.76.ebuild?rev=1.1&content-type=text/plain

Index: emul-linux-x86-java-1.7.0.76.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-java/emul-linux-x86-java-1.7.0.76.ebuild,v
 1.1 2015/01/23 17:54:04 ercpe Exp $

EAPI="5"

inherit java-vm-2 eutils prefix versionator

# This URIs need to be updated when bumping!
JRE_URI="http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html";

MY_PV="$(get_version_component_range 2)u$(get_version_component_range 4)"
S_PV="$(replace_version_separator 3 '_')"

X86_AT="jre-${MY_PV}-linux-i586.tar.gz"

DESCRIPTION="Oracle's Java SE Runtime Environment (32bit)"
HOMEPAGE="http://www.oracle.com/technetwork/java/javase/";
SRC_URI="${X86_AT}"

LICENSE="Oracle-BCLA-JavaSE"
SLOT="1.7"
KEYWORDS="-* ~amd64"
IUSE="+X alsa nsplugin pax_kernel"

RESTRICT="fetch strip"
QA_PREBUILT="*"

RDEPEND="
|| (
(
X? (
x11-libs/libXext[abi_x86_32(-)]
x11-libs/libXi[abi_x86_32(-)]
x11-libs/libXrender[abi_x86_32(-)]
x11-libs/libXtst[abi_x86_32(-)]
x11-libs/libX11[abi_x86_32(-)] )
alsa? ( >=media-libs/alsa-lib-1.0.27.2[abi_x86_32(-)] )
)
(
X? ( app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] 
)
alsa? ( 
app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )
)
)
"

# scanelf won't create a PaX header, so depend on paxctl to avoid fallback
# marking. #427642
DEPEND="
pax_kernel? ( sys-apps/paxctl )"

S="${WORKDIR}/jre${S_PV}"

pkg_nofetch() {
einfo "Due to Oracle no longer providing the distro-friendly DLJ 
bundles, the package has become fetch restricted again."
einfo ""
einfo "Please download '${X86_AT}' from:"
einfo "'${JRE_URI}'"
einfo "and move it to '${DISTDIR}'"
einfo
einfo "If the above mentioned urls do not point to the correct version 
anymore,"
einfo "please download the files from Oracle's java download archive:"
einfo
einfo "   
http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html#jre-${MY_PV}-oth-JPR";
einfo
}

src_compile() {
# This needs to be done before CDS - #215225
java-vm_set-pax-markings "${S}"

# see bug #207282
einfo "Creating the Class Data Sharing archives"
bin/java -client -Xshare:dump || die
bin/java -server -Xshare:dump || die
}

src_install() {
  

[gentoo-commits] gentoo-x86 commit in net-misc/netifrc: netifrc-0.3.1.ebuild ChangeLog

2015-01-23 Thread Robin H. Johnson (robbat2)
robbat2 15/01/23 18:05:36

  Modified: ChangeLog
  Added:netifrc-0.3.1.ebuild
  Log:
  Bump, lots of fixes from the github repo.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.41 net-misc/netifrc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   11 Jan 2015 06:03:13 -  1.40
+++ ChangeLog   23 Jan 2015 18:05:36 -  1.41
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/netifrc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.40 
2015/01/11 06:03:13 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.41 
2015/01/23 18:05:36 robbat2 Exp $
+
+*netifrc-0.3.1 (23 Jan 2015)
+
+  23 Jan 2015; Robin H. Johnson  +netifrc-0.3.1.ebuild:
+  Bump, lots of fixes from the github repo.
 
   11 Jan 2015; Mike Gilbert  netifrc-0.3.0.ebuild,
   netifrc-.ebuild:



1.1  net-misc/netifrc/netifrc-0.3.1.ebuild

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

Index: netifrc-0.3.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-0.3.1.ebuild,v 1.1 
2015/01/23 18:05:36 robbat2 Exp $

EAPI=5

inherit eutils systemd

DESCRIPTION="Gentoo Network Interface Management Scripts"
HOMEPAGE="http://www.gentoo.org/proj/en/base/openrc/";

if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/${PN}.git"
#EGIT_REPO_URI="git://github.com/gentoo/netifrc" # Alternate
inherit git-r3
else
SRC_URI="http://dev.gentoo.org/~robbat2/distfiles/${P}.tar.bz2";
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
fi

LICENSE="BSD-2"
SLOT="0"
IUSE=""

DEPEND="kernel_linux? ( virtual/pkgconfig )
!"${S}"/ChangeLog
fi

# Allow user patches to be applied without modifying the ebuild
epatch_user
}

src_compile() {
MAKE_ARGS="${MAKE_ARGS}
LIBEXECDIR=${EPREFIX}/lib/${PN} PF=${PF}"

use prefix && MAKE_ARGS="${MAKE_ARGS} MKPREFIX=yes PREFIX=${EPREFIX}"

emake ${MAKE_ARGS} all
}

src_install() {
emake ${MAKE_ARGS} DESTDIR="${D}" install
dodoc README CREDITS FEATURE-REMOVAL-SCHEDULE STYLE TODO ChangeLog

# Install the service file
LIBEXECDIR=${EPREFIX}/lib/${PN}
UNIT_DIR="$(systemd_get_unitdir)"
sed "s:@LIBEXECDIR@:${LIBEXECDIR}:" "${S}/systemd/net_at.service.in" > 
"${T}/net_at.service" || die
systemd_newunit "${T}/net_at.service" 'net@.service'
dosym "${UNIT_DIR}/net@.service" "${UNIT_DIR}/net@lo.service"
}

pkg_postinst() {
if [[ ! -e "${EROOT}"/etc/conf.d/net && -z $REPLACING_VERSIONS ]]; then
elog "The network configuration scripts will use dhcp by"
elog "default to set up your interfaces."
elog "If you need to set up something more complete, see"
elog "${EROOT}/usr/share/doc/${P}/README"
fi
}






[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/files/, dev-python/bokeh/

2015-01-23 Thread Christoph Junghans
commit: 271785773b69dc463203f70de8151eb3251014a6
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Tue Jan 20 22:45:56 2015 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Tue Jan 20 22:45:56 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=27178577

Add setup.patch for bokeh-0.7.1

---
 dev-python/bokeh/bokeh-0.7.1.ebuild|  2 +-
 dev-python/bokeh/files/bokeh-0.7.1-setup.patch | 10 ++
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/dev-python/bokeh/bokeh-0.7.1.ebuild 
b/dev-python/bokeh/bokeh-0.7.1.ebuild
index 6662423..9c874ed 100644
--- a/dev-python/bokeh/bokeh-0.7.1.ebuild
+++ b/dev-python/bokeh/bokeh-0.7.1.ebuild
@@ -55,7 +55,7 @@ DEPEND="
"
 DOCS=( CHANGELOG QUICKSTART.md README.md )
 
-PATCHES=( "${FILESDIR}"/${PV}-setup.patch )
+PATCHES=( "${FILESDIR}"/${P}-setup.patch )
 
 DISTUTILS_NO_PARALLEL_BUILD=1
 

diff --git a/dev-python/bokeh/files/bokeh-0.7.1-setup.patch 
b/dev-python/bokeh/files/bokeh-0.7.1-setup.patch
new file mode 100644
index 000..934f558
--- /dev/null
+++ b/dev-python/bokeh/files/bokeh-0.7.1-setup.patch
@@ -0,0 +1,10 @@
+--- setup.py   2015-01-12 19:37:38.0 +0100
 setup.py.new   2015-01-20 23:44:09.0 +0100
+@@ -348,7 +348,6 @@ path = abspath(dirname(__file__))
+ 
+ print()
+ if 'develop' in sys.argv:
+-check_remove_bokeh_install(site_packages)
+ with open(path_file, "w+") as f:
+ f.write(path)
+ print("Installing Bokeh for development:")



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

2015-01-23 Thread Christoph Junghans
commit: 9573a328e8cc4c950f9e44b1fcf3e53a52843c0b
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Tue Jan 20 22:39:13 2015 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Tue Jan 20 22:39:13 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9573a328

dev-python/bokeh: Add to overlay (based on 0.5.0)

---
 dev-python/bokeh/ChangeLog  |  9 
 dev-python/bokeh/bokeh-0.7.1.ebuild | 99 +
 dev-python/bokeh/metadata.xml   | 15 ++
 3 files changed, 123 insertions(+)

diff --git a/dev-python/bokeh/ChangeLog b/dev-python/bokeh/ChangeLog
new file mode 100644
index 000..5557614
--- /dev/null
+++ b/dev-python/bokeh/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-python/bokeh
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*bokeh-0.7.1 (20 Jan 2015)
+
+  20 Jan 2015; Marius Brehler  +metadata.xml,
+  +bokeh-0.7.1.ebuild:
+  Import to overlay

diff --git a/dev-python/bokeh/bokeh-0.7.1.ebuild 
b/dev-python/bokeh/bokeh-0.7.1.ebuild
new file mode 100644
index 000..6662423
--- /dev/null
+++ b/dev-python/bokeh/bokeh-0.7.1.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Statistical and interactive HTML plots for Python"
+HOMEPAGE="http://bokeh.pydata.org/";
+SRC_URI="https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="examples test chaco"
+
+# A doc build requires napoleon sphinx extension which will be included in 
sphinx release 1.3
+# Therefore refraining from adding the doc build for now
+RDEPEND="
+   >=dev-python/flask-0.10.1[${PYTHON_USEDEP}]
+   >=dev-python/greenlet-0.4.1[${PYTHON_USEDEP}]
+   >=dev-python/itsdangerous-0.21[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
+   >=dev-python/markdown-2.3.1[${PYTHON_USEDEP}]
+   >=dev-python/markupsafe-0.18[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.7.1[${PYTHON_USEDEP}]
+   >=dev-python/pandas-0.11[${PYTHON_USEDEP}]
+   >=dev-python/pygments-1.6[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
+   >=dev-python/pystache-0.5.3[${PYTHON_USEDEP}]
+   >=dev-python/pytz-2013b[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
+   >=dev-python/redis-py-2.7.6[${PYTHON_USEDEP}]
+   >=dev-python/requests-1.2.3[${PYTHON_USEDEP}]
+   >=dev-python/six-1.5.2[${PYTHON_USEDEP}]
+   >=dev-python/werkzeug-0.9.1[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '>=dev-python/gevent-1.0[${PYTHON_USEDEP}]' 
python2_7)
+   $(python_gen_cond_dep 
'>=dev-python/gevent-websocket-0.9.2[${PYTHON_USEDEP}]' python2_7)
+   chaco? (
+   $(python_gen_cond_dep 
'>=dev-python/traits-4.4[${PYTHON_USEDEP}]' python2_7)
+   $(python_gen_cond_dep 
'>=dev-python/chaco-4.4[${PYTHON_USEDEP}]' python2_7) )
+   "
+# testing server: needs websocket not in portage yet
+# websocket is in pypi for the adding
+# hdf5 backend: needs array management not in portage yet
+DEPEND="
+   test? (
+   ${RDEPEND}
+   >=dev-python/nose-1.3.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' python2_7)
+   >=dev-python/colorama-0.2.7[${PYTHON_USEDEP}] )
+   "
+DOCS=( CHANGELOG QUICKSTART.md README.md )
+
+PATCHES=( "${FILESDIR}"/${PV}-setup.patch )
+
+DISTUTILS_NO_PARALLEL_BUILD=1
+
+python_prepare_all() {
+   # https://github.com/bokeh/bokeh/issues/1352
+   sed -e "s:'bokeh.mplexporter',:&\n
'bokeh.mplexporter.renderers',:" \
+   -i setup.py || die
+
+   if ! use chaco; then
+   sed -i -e "/'bokeh.chaco_gg'/d" setup.py || die
+   fi
+
+   distutils-r1_python_prepare_all
+}
+
+python_install_all() {
+   use examples && local EXAMPLES=( examples/. )
+
+   distutils-r1_python_install_all
+}
+
+python_test() {
+   cd "${BUILD_DIR}"/lib || die
+   # exclude server tests for now
+   nosetests -v \
+   -e multiuser_auth_test \
+   -e usermodel_test \
+   || die
+}
+
+pkg_postinst() {
+   elog "websockets work only with python2_7"
+   local chaco_msg="chaco useflag doesn't affect python targets other than 
python2_7"
+   if use chaco; then
+   if use python_targets_python2_7; then
+   elog "${chaco_msg}"
+   else
+   ewarn "${chaco_msg}"
+   fi
+   fi
+}

diff --git a/dev-python/bokeh/metadata.xml b/dev-python/bokeh/metadata.xml
new file mode 100644
index 000..ebdeb0c
--- /dev/null
+++ b/dev-python/bokeh/metadata.xml
@@ -0,0 +1,15 @@

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

2015-01-23 Thread Christoph Junghans
commit: 376aa366f6d9c3ab5a9c425b3cd2e4328e5ccc09
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Fri Jan 23 16:39:43 2015 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Fri Jan 23 16:39:43 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=376aa366

dev-python/bokeh: Fix bumped ebuild

---
 dev-python/bokeh/bokeh-0.7.1.ebuild | 13 +
 dev-python/bokeh/metadata.xml   |  3 ---
 2 files changed, 1 insertion(+), 15 deletions(-)

diff --git a/dev-python/bokeh/bokeh-0.7.1.ebuild 
b/dev-python/bokeh/bokeh-0.7.1.ebuild
index da4b816..88d4e69 100644
--- a/dev-python/bokeh/bokeh-0.7.1.ebuild
+++ b/dev-python/bokeh/bokeh-0.7.1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 SLOT="0"
 LICENSE="BSD"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples test chaco"
+IUSE="examples test"
 
 # A doc build requires napoleon sphinx extension which will be included in 
sphinx release 1.3
 # Therefore refraining from adding the doc build for now
@@ -41,9 +41,6 @@ RDEPEND="
>=dev-python/werkzeug-0.9.1[${PYTHON_USEDEP}]
$(python_gen_cond_dep '>=dev-python/gevent-1.0[${PYTHON_USEDEP}]' 
python2_7)
$(python_gen_cond_dep 
'>=dev-python/gevent-websocket-0.9.2[${PYTHON_USEDEP}]' python2_7)
-   chaco? (
-   $(python_gen_cond_dep 
'>=dev-python/traits-4.4[${PYTHON_USEDEP}]' python2_7)
-   $(python_gen_cond_dep 
'>=dev-python/chaco-4.4[${PYTHON_USEDEP}]' python2_7) )
"
 # testing server: needs websocket not in portage yet
 # websocket is in pypi for the adding
@@ -62,14 +59,6 @@ PATCHES=( "${FILESDIR}"/${P}-setup.patch )
 DISTUTILS_NO_PARALLEL_BUILD=1
 
 python_prepare_all() {
-   # https://github.com/bokeh/bokeh/issues/1352
-   sed -e "s:'bokeh.mplexporter',:&\n
'bokeh.mplexporter.renderers',:" \
-   -i setup.py || die
-
-   if ! use chaco; then
-   sed -i -e "/'bokeh.chaco_gg'/d" setup.py || die
-   fi
-
sed -i -e "s/jsbuild = get_user_jsargs()/jsbuild = False/g" setup.py || 
die
cd bokehjs || die
npm install ||die

diff --git a/dev-python/bokeh/metadata.xml b/dev-python/bokeh/metadata.xml
index ebdeb0c..67e16a9 100644
--- a/dev-python/bokeh/metadata.xml
+++ b/dev-python/bokeh/metadata.xml
@@ -9,7 +9,4 @@
   style of Protovis/D3, while delivering high-performance
   interactivity over large data to thin clients.
 
-  
-Enable interface for implementing qplot and ggplot like 
functionality using chaco
-  
 



[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/files/

2015-01-23 Thread Christoph Junghans
commit: 2d268a70b31f50e395c2fdf6ec11a3db93cd6beb
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Thu Jan 22 07:47:33 2015 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Thu Jan 22 07:47:33 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2d268a70

Cleanup patch  bokeh-0.7.1-setup.patch

---
 dev-python/bokeh/files/bokeh-0.7.1-setup.patch | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/dev-python/bokeh/files/bokeh-0.7.1-setup.patch 
b/dev-python/bokeh/files/bokeh-0.7.1-setup.patch
index 934f558..39ea156 100644
--- a/dev-python/bokeh/files/bokeh-0.7.1-setup.patch
+++ b/dev-python/bokeh/files/bokeh-0.7.1-setup.patch
@@ -1,5 +1,12 @@
 setup.py   2015-01-12 19:37:38.0 +0100
-+++ setup.py.new   2015-01-20 23:44:09.0 +0100
+Remove inappropriate check for a previous installation.
+
+Original patch for bokek 0.5.0 (0.5.0-setup.patch).
+Ported for bokeh 0.7.1 by Marius Brehler.
+
+http://bugs.gentoo.org/527336
+
+--- setup.py
 setup.py.new
 @@ -348,7 +348,6 @@ path = abspath(dirname(__file__))
  
  print()



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

2015-01-23 Thread Christoph Junghans
commit: 772923c6077f36d7ecf079be06b9a8c72c1bf915
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Fri Jan 23 17:38:45 2015 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Fri Jan 23 17:38:45 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=772923c6

dev-python/bokeh: Replace pkg_postinst by readme.gentoo

---
 dev-python/bokeh/bokeh-0.7.1.ebuild | 18 +-
 1 file changed, 5 insertions(+), 13 deletions(-)

diff --git a/dev-python/bokeh/bokeh-0.7.1.ebuild 
b/dev-python/bokeh/bokeh-0.7.1.ebuild
index 88d4e69..63072d3 100644
--- a/dev-python/bokeh/bokeh-0.7.1.ebuild
+++ b/dev-python/bokeh/bokeh-0.7.1.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
-inherit distutils-r1
+inherit distutils-r1 readme.gentoo
 
 DESCRIPTION="Statistical and interactive HTML plots for Python"
 HOMEPAGE="http://bokeh.pydata.org/";
@@ -59,6 +59,8 @@ PATCHES=( "${FILESDIR}"/${P}-setup.patch )
 DISTUTILS_NO_PARALLEL_BUILD=1
 
 python_prepare_all() {
+   DOC_CONTENTS="websockets work only with python2_7"
+
sed -i -e "s/jsbuild = get_user_jsargs()/jsbuild = False/g" setup.py || 
die
cd bokehjs || die
npm install ||die
@@ -69,6 +71,8 @@ python_prepare_all() {
 }
 
 python_install_all() {
+   readme.gentoo_create_doc
+
use examples && local EXAMPLES=( examples/. )
 
distutils-r1_python_install_all
@@ -82,15 +86,3 @@ python_test() {
-e usermodel_test \
|| die
 }
-
-pkg_postinst() {
-   elog "websockets work only with python2_7"
-   local chaco_msg="chaco useflag doesn't affect python targets other than 
python2_7"
-   if use chaco; then
-   if use python_targets_python2_7; then
-   elog "${chaco_msg}"
-   else
-   ewarn "${chaco_msg}"
-   fi
-   fi
-}



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

2015-01-23 Thread Christoph Junghans
commit: ba10fc13758ba8343c641248169fd75fdfcdea5a
Author: Christoph Junghans  gmail  com>
AuthorDate: Fri Jan 23 18:18:46 2015 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Fri Jan 23 18:18:46 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ba10fc13

Merge pull request #352 from marbre/bokeh

dev-python/bokeh: version bump


 dev-python/{matlab_wrapper => bokeh}/ChangeLog |  8 +--
 dev-python/bokeh/Manifest  |  1 +
 dev-python/bokeh/bokeh-0.7.1.ebuild| 88 ++
 dev-python/bokeh/files/bokeh-0.7.1-setup.patch | 17 +
 dev-python/bokeh/metadata.xml  | 12 
 5 files changed, 122 insertions(+), 4 deletions(-)



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

2015-01-23 Thread Christoph Junghans
commit: 39e1cdc6864d498f4e930f0a2aaa5323852a
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Tue Jan 20 22:49:38 2015 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Tue Jan 20 22:49:38 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=39e1cdc6

dev-python/bokeh: Apply changes of bug report #529986

---
 dev-python/bokeh/bokeh-0.7.1.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/dev-python/bokeh/bokeh-0.7.1.ebuild 
b/dev-python/bokeh/bokeh-0.7.1.ebuild
index 9c874ed..95241a5 100644
--- a/dev-python/bokeh/bokeh-0.7.1.ebuild
+++ b/dev-python/bokeh/bokeh-0.7.1.ebuild
@@ -20,6 +20,7 @@ IUSE="examples test chaco"
 # A doc build requires napoleon sphinx extension which will be included in 
sphinx release 1.3
 # Therefore refraining from adding the doc build for now
 RDEPEND="
+   >=net-libs/nodejs-0.8.28[npm]
>=dev-python/flask-0.10.1[${PYTHON_USEDEP}]
>=dev-python/greenlet-0.4.1[${PYTHON_USEDEP}]
>=dev-python/itsdangerous-0.21[${PYTHON_USEDEP}]
@@ -68,6 +69,12 @@ python_prepare_all() {
sed -i -e "/'bokeh.chaco_gg'/d" setup.py || die
fi
 
+   sed -i -e "s/jsbuild = get_user_jsargs()/jsbuild = False/g" setup.py || 
die
+   cd bokehjs || die
+   npm install ||die
+   cd .. || die
+   python ./setup.py --build_js sdist || die
+
distutils-r1_python_prepare_all
 }
 



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

2015-01-23 Thread Christoph Junghans
commit: 190c4d345fde30c79e5ef087f2f4018b5d3cc32c
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Thu Jan 22 09:30:56 2015 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Thu Jan 22 09:30:56 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=190c4d34

dev-python/bokeh: Use esetup.py, add phantomjs to RDEPEND

---
 dev-python/bokeh/bokeh-0.7.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/bokeh/bokeh-0.7.1.ebuild 
b/dev-python/bokeh/bokeh-0.7.1.ebuild
index 95241a5..da4b816 100644
--- a/dev-python/bokeh/bokeh-0.7.1.ebuild
+++ b/dev-python/bokeh/bokeh-0.7.1.ebuild
@@ -21,6 +21,7 @@ IUSE="examples test chaco"
 # Therefore refraining from adding the doc build for now
 RDEPEND="
>=net-libs/nodejs-0.8.28[npm]
+   >=www-client/phantomjs-1.9.8
>=dev-python/flask-0.10.1[${PYTHON_USEDEP}]
>=dev-python/greenlet-0.4.1[${PYTHON_USEDEP}]
>=dev-python/itsdangerous-0.21[${PYTHON_USEDEP}]
@@ -73,7 +74,7 @@ python_prepare_all() {
cd bokehjs || die
npm install ||die
cd .. || die
-   python ./setup.py --build_js sdist || die
+   esetup.py --build_js sdist
 
distutils-r1_python_prepare_all
 }



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

2015-01-23 Thread William Hubbs
commit: fbdd669ba7c5d1a67129236b4ffcd76198340a1b
Author: William Hubbs  gmail  com>
AuthorDate: Fri Jan 23 18:52:31 2015 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Jan 23 18:52:31 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=fbdd669b

Makefile: add variable for path to source tree

Add a new variable, ${TOP}, to the top level makefile, which points to
the path of the source tree.

---
 Makefile | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 6e9198c..dd06bdd 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,10 @@
 # Copyright (c) 2007-2009 Roy Marples 
 # Released under the 2-clause BSD license.
 
-include Makefile.inc
+TOP:=  ${dir ${realpath ${firstword ${MAKEFILE_LIST
+MK=${TOP}/mk
+
+include ${TOP}/Makefile.inc
 
 SUBDIR=conf.d etc init.d local.d man scripts sh src sysctl.d
 
@@ -17,7 +20,6 @@ SUBDIR+=  runlevels
 
 INSTALLAFTER=  _installafter
 
-MK=mk
 include ${MK}/sys.mk
 include ${MK}/os.mk
 include ${MK}/subdir.mk



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

2015-01-23 Thread Lars Wendler (polynomial-c)
polynomial-c15/01/23 19:02:06

  Modified: ChangeLog
  Added:patch-2.7.2-r1.ebuild
  Log:
  Revbump to add two upstream fixes
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.68 sys-devel/patch/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   21 Jan 2015 07:32:08 -  1.67
+++ ChangeLog   23 Jan 2015 19:02:06 -  1.68
@@ -1,6 +1,13 @@
 # ChangeLog for sys-devel/patch
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.67 2015/01/21 
07:32:08 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.68 2015/01/23 
19:02:06 polynomial-c Exp $
+
+*patch-2.7.2-r1 (23 Jan 2015)
+
+  23 Jan 2015; Lars Wendler  +patch-2.7.2-r1.ebuild,
+  +files/patch-2.7.2-fix_for_CVE-2015-1196_fix.patch,
+  +files/patch-2.7.2-valid_filenames_on_renames_and_copies.patch:
+  Revbump to add two upstream fixes.
 
 *patch-2.7.2 (21 Jan 2015)
 



1.1  sys-devel/patch/patch-2.7.2-r1.ebuild

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

Index: patch-2.7.2-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.7.2-r1.ebuild,v 1.1 
2015/01/23 19:02:06 polynomial-c Exp $

EAPI=4

inherit flag-o-matic eutils

DESCRIPTION="Utility to apply diffs to files"
HOMEPAGE="http://www.gnu.org/software/patch/patch.html";
SRC_URI="mirror://gnu/patch/${P}.tar.xz"

LICENSE="GPL-2"
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"
IUSE="static test xattr"

RDEPEND="xattr? ( sys-apps/attr )"
DEPEND="${RDEPEND}
test? ( sys-apps/ed )"

src_prepare() {
epatch "${FILESDIR}"/${P}-valid_filenames_on_renames_and_copies.patch \
"${FILESDIR}"/${P}-fix_for_CVE-2015-1196_fix.patch
}

src_configure() {
use static && append-ldflags -static

# Do not let $ED mess up the search for `ed` 470210.
ac_cv_path_ED=$(type -P ed) \
econf \
$(use_enable xattr) \
--program-prefix="$(use userland_BSD && echo g)"
}






[gentoo-commits] gentoo-x86 commit in sys-devel/patch/files: patch-2.7.2-fix_for_CVE-2015-1196_fix.patch patch-2.7.2-valid_filenames_on_renames_and_copies.patch

2015-01-23 Thread Lars Wendler (polynomial-c)
polynomial-c15/01/23 19:02:06

  Added:patch-2.7.2-fix_for_CVE-2015-1196_fix.patch
patch-2.7.2-valid_filenames_on_renames_and_copies.patch
  Log:
  Revbump to add two upstream fixes
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.1  
sys-devel/patch/files/patch-2.7.2-fix_for_CVE-2015-1196_fix.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/files/patch-2.7.2-fix_for_CVE-2015-1196_fix.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/files/patch-2.7.2-fix_for_CVE-2015-1196_fix.patch?rev=1.1&content-type=text/plain

Index: patch-2.7.2-fix_for_CVE-2015-1196_fix.patch
===
>From 41688ad8ef88bc296f3bed30b171ec73e5876b88 Mon Sep 17 00:00:00 2001
From: Andreas Gruenbacher 
Date: Wed, 21 Jan 2015 09:01:15 +
Subject: Fix the fix for CVE-2015-1196

* src/util.c (filename_is_safe): New function split off from name_is_valid().
(symlink_target_is_valid): Explain why we cannot have absolute symlinks or
symlinks with ".." components for now.
(move_file): Move absolute filename check here and explain.
* tests/symlinks: Put test case with ".." symlink in comments for now.
* NEWS: Add CVE number.
---
diff --git a/NEWS b/NEWS
index d3f1c2d..d79cead 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@
   deleting".
 * Function names in hunks (from diff -p) are now preserved in reject files.
 * With git-style patches, symlinks that point outside the working directory
-  will no longer be created.
+  will no longer be created (CVE-2015-1196).
 
 Changes in version 2.7.1:
 
diff --git a/src/pch.c b/src/pch.c
index bb39576..028d51f 100644
--- a/src/pch.c
+++ b/src/pch.c
@@ -401,21 +401,7 @@ name_is_valid (char const *name)
return false;
 }
 
-  if (IS_ABSOLUTE_FILE_NAME (name))
-is_valid = false;
-  else
-for (n = name; *n; )
-  {
-   if (*n == '.' && *++n == '.' && ( ! *++n || ISSLASH (*n)))
- {
-   is_valid = false;
-   break;
- }
-   while (*n && ! ISSLASH (*n))
- n++;
-   while (ISSLASH (*n))
- n++;
-  }
+  is_valid = filename_is_safe (name);
 
   /* Allow any filename if we are in the filesystem root.  */
   if (! is_valid && cwd_is_root (name))
diff --git a/src/util.c b/src/util.c
index 94c7582..ae05caa 100644
--- a/src/util.c
+++ b/src/util.c
@@ -423,55 +423,18 @@ create_backup (char const *to, const struct stat *to_st, 
bool leave_original)
 }
 }
 
+/* Only allow symlink targets which are relative and free of ".." components:
+ * otherwise, the operating system may follow one of those symlinks in a
+ * pathname component, leading to a path traversal vulnerability.
+ *
+ * An alternative to disallowing many kinds of symlinks would be to implement
+ * path traversal in user space using openat() without following symlinks
+ * altogether.
+ */
 static bool
 symlink_target_is_valid (char const *target, char const *to)
 {
-  bool is_valid;
-
-  if (IS_ABSOLUTE_FILE_NAME (to))
-is_valid = true;
-  else if (IS_ABSOLUTE_FILE_NAME (target))
-is_valid = false;
-  else
-{
-  unsigned int depth = 0;
-  char const *t;
-
-  is_valid = true;
-  t = to;
-  while (*t)
-   {
- while (*t && ! ISSLASH (*t))
-   t++;
- if (ISSLASH (*t))
-   {
- while (ISSLASH (*t))
-   t++;
- depth++;
-   }
-   }
-
-  t = target;
-  while (*t)
-   {
- if (*t == '.' && *++t == '.' && (! *++t || ISSLASH (*t)))
-   {
- if (! depth--)
-   {
- is_valid = false;
- break;
-   }
-   }
- else
-   {
- while (*t && ! ISSLASH (*t))
-   t++;
- depth++;
-   }
- while (ISSLASH (*t))
-   t++;
-   }
-}
+  bool is_valid = filename_is_safe (target);
 
   /* Allow any symlink target if we are in the filesystem root.  */
   return is_valid || cwd_is_root (to);
@@ -520,7 +483,11 @@ move_file (char const *from, bool *from_needs_removal,
read_fatal ();
  buffer[size] = 0;
 
- if (! symlink_target_is_valid (buffer, to))
+ /* If we are allowed to create a file with an absolute path name,
+anywhere, we also don't need to worry about symlinks that can
+leave the working directory.  */
+ if (! (IS_ABSOLUTE_FILE_NAME (to)
+|| symlink_target_is_valid (buffer, to)))
{
  fprintf (stderr, "symbolic link target '%s' is invalid\n",
   buffer);
@@ -1720,6 +1687,28 @@ int stat_file (char const *filename, struct stat *st)
   return xstat (filename, st) == 0 ? 0 : errno;
 }
 
+/* Check if a filename is relative and free

[gentoo-commits] gentoo-x86 commit in sys-devel/patch: ChangeLog patch-2.7.3.ebuild patch-2.7.2-r1.ebuild

2015-01-23 Thread Lars Wendler (polynomial-c)
polynomial-c15/01/23 19:33:40

  Modified: ChangeLog
  Added:patch-2.7.3.ebuild
  Removed:  patch-2.7.2-r1.ebuild
  Log:
  Rather use latest release than patch the previous one (d'oh!)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.69 sys-devel/patch/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   23 Jan 2015 19:02:06 -  1.68
+++ ChangeLog   23 Jan 2015 19:33:40 -  1.69
@@ -1,6 +1,12 @@
 # ChangeLog for sys-devel/patch
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.68 2015/01/23 
19:02:06 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.69 2015/01/23 
19:33:40 polynomial-c Exp $
+
+*patch-2.7.3 (23 Jan 2015)
+
+  23 Jan 2015; Lars Wendler  -patch-2.7.2-r1.ebuild,
+  +patch-2.7.3.ebuild:
+  Rather use latest release than patch the previous one (d'oh!)
 
 *patch-2.7.2-r1 (23 Jan 2015)
 



1.1  sys-devel/patch/patch-2.7.3.ebuild

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

Index: patch-2.7.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.7.3.ebuild,v 1.1 
2015/01/23 19:33:40 polynomial-c Exp $

EAPI=4

inherit flag-o-matic eutils

DESCRIPTION="Utility to apply diffs to files"
HOMEPAGE="http://www.gnu.org/software/patch/patch.html";
SRC_URI="mirror://gnu/patch/${P}.tar.xz"

LICENSE="GPL-2"
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"
IUSE="static test xattr"

RDEPEND="xattr? ( sys-apps/attr )"
DEPEND="${RDEPEND}
test? ( sys-apps/ed )"

src_configure() {
use static && append-ldflags -static

# Do not let $ED mess up the search for `ed` 470210.
ac_cv_path_ED=$(type -P ed) \
econf \
$(use_enable xattr) \
--program-prefix="$(use userland_BSD && echo g)"
}






[gentoo-commits] gentoo-x86 commit in sys-devel/patch/files: patch-2.7.2-valid_filenames_on_renames_and_copies.patch patch-2.7.2-fix_for_CVE-2015-1196_fix.patch

2015-01-23 Thread Lars Wendler (polynomial-c)
polynomial-c15/01/23 19:36:02

  Removed: 
patch-2.7.2-valid_filenames_on_renames_and_copies.patch
patch-2.7.2-fix_for_CVE-2015-1196_fix.patch
  Log:
  Removed unused patches
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)



[gentoo-commits] gentoo-x86 commit in sys-devel/patch: ChangeLog

2015-01-23 Thread Lars Wendler (polynomial-c)
polynomial-c15/01/23 19:36:02

  Modified: ChangeLog
  Log:
  Removed unused patches
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.70 sys-devel/patch/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   23 Jan 2015 19:33:40 -  1.69
+++ ChangeLog   23 Jan 2015 19:36:02 -  1.70
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/patch
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.69 2015/01/23 
19:33:40 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.70 2015/01/23 
19:36:02 polynomial-c Exp $
+
+  23 Jan 2015; Lars Wendler 
+  -files/patch-2.7.2-fix_for_CVE-2015-1196_fix.patch,
+  -files/patch-2.7.2-valid_filenames_on_renames_and_copies.patch:
+  Removed unused patches.
 
 *patch-2.7.3 (23 Jan 2015)
 






[gentoo-commits] gentoo-x86 commit in sys-devel/bison: ChangeLog bison-3.0.4.ebuild bison-3.0.2.ebuild

2015-01-23 Thread Lars Wendler (polynomial-c)
polynomial-c15/01/23 19:38:59

  Modified: ChangeLog
  Added:bison-3.0.4.ebuild
  Removed:  bison-3.0.2.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.133sys-devel/bison/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog   15 Jan 2015 19:30:43 -  1.132
+++ ChangeLog   23 Jan 2015 19:38:58 -  1.133
@@ -1,6 +1,12 @@
 # ChangeLog for sys-devel/bison
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.132 
2015/01/15 19:30:43 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.133 
2015/01/23 19:38:58 polynomial-c Exp $
+
+*bison-3.0.4 (23 Jan 2015)
+
+  23 Jan 2015; Lars Wendler  -bison-3.0.2.ebuild,
+  +bison-3.0.4.ebuild:
+  Version bump. Removed old.
 
 *bison-3.0.3-r1 (15 Jan 2015)
 



1.1  sys-devel/bison/bison-3.0.4.ebuild

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

Index: bison-3.0.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-3.0.4.ebuild,v 1.1 
2015/01/23 19:38:58 polynomial-c Exp $

EAPI=5

inherit flag-o-matic

DESCRIPTION="A general-purpose (yacc-compatible) parser generator"
HOMEPAGE="http://www.gnu.org/software/bison/";
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"

LICENSE="GPL-2"
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"
IUSE="nls static"

RDEPEND=">=sys-devel/m4-1.4.16"
DEPEND="${RDEPEND}
sys-devel/flex
nls? ( sys-devel/gettext )"

DOCS=( AUTHORS ChangeLog-2012 NEWS README THANKS TODO ) # ChangeLog-1998 
PACKAGING README-alpha README-release

src_configure() {
use static && append-ldflags -static

econf \
--docdir="${EPREFIX}"/usr/share/doc/${PF} \
$(use_enable nls)
}

src_install() {
default

# This one is installed by dev-util/yacc
mv "${ED}"/usr/bin/yacc{,.bison} || die
mv "${ED}"/usr/share/man/man1/yacc{,.bison}.1 || die

# We do not need liby.a
rm -r "${ED}"/usr/lib* || die

# Move to documentation directory and leave compressing for EAPI>=4
mv "${ED}"/usr/share/${PN}/README 
"${ED}"/usr/share/doc/${PF}/README.data
}

pkg_postinst() {
local f="${EROOT}/usr/bin/yacc"
if [[ ! -e ${f} ]] ; then
ln -s yacc.bison "${f}"
fi
}

pkg_postrm() {
# clean up the dead symlink when we get unmerged #377469
local f="${EROOT}/usr/bin/yacc"
if [[ -L ${f} && ! -e ${f} ]] ; then
rm -f "${f}"
fi
}






[gentoo-commits] proj/java:master commit in: dev-java/icedtea/, dev-java/icedtea/files/

2015-01-23 Thread Andrew John Hughes
commit: b57daf7b8fe634077ed0dec9afe9beaf444a5d83
Author: Andrew John Hughes  member  fsf  org>
AuthorDate: Fri Jan 23 19:50:14 2015 +
Commit: Andrew John Hughes  member  fsf  org>
CommitDate: Fri Jan 23 19:50:14 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/java.git;a=commit;h=b57daf7b

IcedTea 2.5.4 released: http://bitly.com/it20504

Package-Manager: portage-2.2.15
Manifest-Sign-Key: 35964222

---
 dev-java/icedtea/ChangeLog |   7 +
 dev-java/icedtea/Manifest  |  27 +-
 dev-java/icedtea/files/7085757-currency_fix.patch  | 412 -
 ...edtea-7.2.5.3.ebuild => icedtea-7.2.5.4.ebuild} |  19 +-
 4 files changed, 28 insertions(+), 437 deletions(-)

diff --git a/dev-java/icedtea/ChangeLog b/dev-java/icedtea/ChangeLog
index 73f874b..85f26ab 100644
--- a/dev-java/icedtea/ChangeLog
+++ b/dev-java/icedtea/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*icedtea-7.2.5.4 (23 Jan 2015)
+
+  23 Jan 2015; Andrew John Hughes 
+  +icedtea-7.2.5.4.ebuild, -files/7085757-currency_fix.patch,
+  -icedtea-7.2.5.3.ebuild:
+  IcedTea 2.5.4 released: http://bitly.com/it20504
+
   11 Jan 2015; Andrew John Hughes 
   icedtea-6.1.13.5-r1.ebuild, icedtea-6..ebuild:
   Let CACAO handle ppc64 with OpenJDK 6 / IcedTea 1.x as there is no HotSpot

diff --git a/dev-java/icedtea/Manifest b/dev-java/icedtea/Manifest
index 4bf0ffe..76e7fb4 100644
--- a/dev-java/icedtea/Manifest
+++ b/dev-java/icedtea/Manifest
@@ -1,20 +1,19 @@
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256
 
-AUX 7085757-currency_fix.patch 13087 SHA256 
0735c2235ab7ed0c54769e6709ef0c30e4c892ae702a7bdd355eefb0e0f91802 SHA512 
249579d9910d3fbf30e7cf5ffe41b0ea47af9ddc2cdec592008c597a9102bd4482565016c71389d2ea9bd6d806f68b38f52e2e237f0daa9109cac5d192e0c63d
 WHIRLPOOL 
90f04220538e3855da0727ba12a3d3c4f146cd122a99aaa12fd4c76e9647cb2ec04f9e585d5d400d0dc7ee477a56d511c95b8a9018a7bbb1a339a7c9b3f75cb5
 AUX fontconfig.Gentoo.properties.src 15602 SHA256 
d48a9b43d82f45425464e985955f3f3700738a98c0dc97ab7577230ca11fe647 SHA512 
eac3fd310bf0757284a4a0c3c72759a8516bd2d9b8f9d9c7df10ff15fd291833d5adb5429b166175c6f333c883974d56fe7d0339cc16db3a5786a77780217a39
 WHIRLPOOL 
f9f702848c38ef9cca0577f1db5a7c4cd6847e79d205b8e855c14b3a80070328b12fdcd854f5bd2dcf07c7cb9bd2aaf433a770a0752ec01a4e8b308dedf3bf19
 AUX generate-cacerts.pl 11051 SHA256 
6ee6fb155e3fa85d0a7e9015b53ebd55948c6599d100fdb69b574b6d11f73433 SHA512 
22d1be675362c09ed61af4dc3ece14cab81e9514937d588ff5d324e61b7eba7d3dd99b26bc5ec0953365de56d099f708b2afdb13cca37bc4ff07fd8ce31fbe97
 WHIRLPOOL 
ad0e7946b1f055542f8a76b1050ae841bc7b6498305def9881d2f5d2177a82b77d25bf20e97488e2c84bbe0c3834421caea7e5bf4ea990c783908bc19133e619
 AUX icedtea.env 1074 SHA256 
b4ad677dede5c06785db6540d51a9dbe6401e894f03857f5b14dbf6bdf9a33a8 SHA512 
933c5d96e1cd36badf9c467b5ac06e8cf5d842915662f6744fb641bba64bdbf024685011f48d2742fadf5a3d82ca2e7f3cc555e51079297f5962e22be3afd03a
 WHIRLPOOL 
57ec8849e93bdd595006515c2cbd6e554ee0e84fa74b80fa2a29106e85f000bf5cd8d9e583f6e60974880b250cbb7d6271ac5d53edcbd2765a4dc0babd571258
 DIST icedtea-2.5-cacao-e215e36be9fc.tar.gz 4263463 SHA256 
4966514c72ee7ed108b882d9b6e65c3adf8a8f9c2dccb029f971b3c8cb4870ab SHA512 
2f27fbdd64d2b6ea2fa39c55bcd2344c49d02269492bd1aa1b334555bc66aa59d021bce12af60fdbf81e810fa4b8e488354025bf0f770ba4582c85592cd6c22f
 WHIRLPOOL 
7865532185aa0a6e5c6caf8cb7affefdfb473b1c5686ada1f2e071776b4faae153c2086c2c2df9e2b2b2124b629433b849bd10f82cf8f8e3f0e7aa84b5bfebba
-DIST icedtea-2.5-corba-4aed5efcd8df.tar.bz2 1068089 SHA256 
8ceb2cd60782b7fc14b88e3d366f273873fa5436cf0e36b86406c0905b7dc43c SHA512 
d9b6d50f629611bb8f74e491c3ecbf9d991216efc13e80f90f627f1d312718a29bd83fb0262f198ffa6ec1abe6fe720e0f28acfda64deb335aa3535f0d9d73f6
 WHIRLPOOL 
1336dc17eeeaf8e14c8ccdeb72651c40d3c7726aa0bf818ceefef4cf36daa5d4dcd375163ddd040669a91aa2eabff072e01a402d7eb5a713da7196c2d910025e
-DIST icedtea-2.5-hotspot-1d0d98e7c981.tar.bz2 7788973 SHA256 
8c8e1f7e97f47fe4029e0b0ba42b3515474adabe64e1fbee15c0e2e22a13aa28 SHA512 
a6d09c320528bf5e895716b7c59c3f41e8a939a5ca6612c436a4360ccf1ca0ad8124671b7ea1c920106b7e9a1d4f6185f68302c5edc375294a6095690b237eeb
 WHIRLPOOL 
a58f7e21fc58c34d3d21cc6bd9de0fed9f170f9485971755fbe9e058e1f02cdf49e57f7f149d93b49a6fbfff389e232a880185270e1cceb817d8953b7e892a15
+DIST icedtea-2.5-corba-3c9f523bf96e.tar.bz2 1069035 SHA256 
7411fe2df795981124ae2e4da0ddb7d98db0a94c9399a12876be03e7177eaa0b SHA512 
d1d9b085d4f514a3a8ae01c61ee2f828fe35f78bf1a81ec481e33494e679870dad07518176f77188b9617973839259004a4b13f7815031e488bfc0302c260462
 WHIRLPOOL 
06494d08debabd7dab5f059a1b45b9018e95c462813201283700556e8b535e9526c1a464296b689eb24ad921ea24a8075fe9c7673c1231206c918ad9f1656f37
+DIST icedtea-2.5-hotspot-6144ca9b6a72.tar.bz2 7799854 SHA256 
4825f8543aa0c065530b05b0a95915a44eea153bbb696d2ffc4b50a398813e34 SHA512 
3a55c4052861d6f736f41264588a461e0a97a2b820016499c5e4e15601e920f5f9024

[gentoo-commits] gentoo-x86 commit in net-misc/stunnel: stunnel-5.10.ebuild ChangeLog

2015-01-23 Thread Anthony G. Basile (blueness)
blueness15/01/23 20:06:11

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

Revision  ChangesPath
1.202net-misc/stunnel/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -r1.201 -r1.202
--- ChangeLog   23 Jan 2015 07:49:42 -  1.201
+++ ChangeLog   23 Jan 2015 20:06:11 -  1.202
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/stunnel
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.201 
2015/01/23 07:49:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.202 
2015/01/23 20:06:11 blueness Exp $
+
+*stunnel-5.10 (23 Jan 2015)
+
+  23 Jan 2015; Anthony G. Basile  +stunnel-5.10.ebuild:
+  Version bump
 
   23 Jan 2015; Jeroen Roovers  stunnel-5.08.ebuild:
   Stable for HPPA (bug #534356).



1.1  net-misc/stunnel/stunnel-5.10.ebuild

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

Index: stunnel-5.10.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.10.ebuild,v 1.1 
2015/01/23 20:06:11 blueness Exp $

EAPI="5"

inherit ssl-cert eutils systemd user

DESCRIPTION="TLS/SSL - Port Wrapper"
HOMEPAGE="http://www.stunnel.org/index.html";
SRC_URI="ftp://ftp.stunnel.org/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
http://www.usenix.org.uk/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz

http://ftp.nluug.nl/pub/networking/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
http://www.namesdir.com/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
http://stunnel.cybermirror.org/archive/${PV%%.*}.x/${P}.tar.gz
http://mirrors.zerg.biz/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
ftp://mirrors.go-parts.com/stunnel/archive/${PV%%.*}.x/${P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="ipv6 selinux tcpd"

DEPEND="tcpd? ( sys-apps/tcp-wrappers )
dev-libs/openssl"
RDEPEND="${DEPEND}
selinux? ( sec-policy/selinux-stunnel )"

pkg_setup() {
enewgroup stunnel
enewuser stunnel -1 -1 -1 stunnel
}

src_prepare() {
# Hack away generation of certificate
sed -i -e "s/^install-data-local:/do-not-run-this:/" \
tools/Makefile.in || die "sed failed"
}

src_configure() {
econf \
$(use_enable ipv6) \
$(use_enable tcpd libwrap) \
--with-ssl="${EPREFIX}"/usr \
--disable-fips
}

src_install() {
emake DESTDIR="${D}" install
rm -rf "${ED}"/usr/share/doc/${PN}
rm -f "${ED}"/etc/stunnel/stunnel.conf-sample "${ED}"/usr/bin/stunnel3 \
"${ED}"/usr/share/man/man8/stunnel.{fr,pl}.8

# The binary was moved to /usr/bin with 4.21,
# symlink for backwards compatibility
dosym ../bin/stunnel /usr/sbin/stunnel

dodoc AUTHORS BUGS CREDITS PORTS README TODO ChangeLog
dohtml doc/stunnel.html doc/en/VNC_StunnelHOWTO.html tools/ca.html \
tools/importCA.html

insinto /etc/stunnel
doins "${FILESDIR}"/stunnel.conf
doinitd "${FILESDIR}"/stunnel

systemd_dounit "${S}/tools/stunnel.service"
systemd_newtmpfilesd "${FILESDIR}"/stunnel.tmpfiles.conf stunnel.conf
}

pkg_postinst() {
if [ ! -f "${EROOT}"/etc/stunnel/stunnel.key ]; then
install_cert /etc/stunnel/stunnel
chown stunnel:stunnel 
"${EROOT}"/etc/stunnel/stunnel.{crt,csr,key,pem}
chmod 0640 "${EROOT}"/etc/stunnel/stunnel.{crt,csr,key,pem}
fi

einfo "If you want to run multiple instances of stunnel, create a new 
config"
einfo "file ending with .conf in /etc/stunnel/. **Make sure** you 
change "
einfo "\'pid= \' with a unique filename."
}






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

2015-01-23 Thread Michal Gorny (mgorny)
mgorny  15/01/23 20:25:27

  Modified: ChangeLog
  Log:
  Initially commit CPU_FLAGS_X86 for better testing of the script.

Revision  ChangesPath
1.9698   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9697
retrieving revision 1.9698
diff -u -r1.9697 -r1.9698
--- ChangeLog   22 Jan 2015 16:47:40 -  1.9697
+++ ChangeLog   23 Jan 2015 20:25:26 -  1.9698
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9697 2015/01/22 
16:47:40 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9698 2015/01/23 
20:25:26 mgorny 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!
 
+  23 Jan 2015; Michał Górny  +desc/cpu_flags_x86.desc:
+  Initially commit CPU_FLAGS_X86 for better testing of the script.
+
   22 Jan 2015; Julian Ospald  package.mask:
   mask games-rpg/morrowind-data for removal wrt #537260
 






[gentoo-commits] gentoo-x86 commit in profiles/desc: cpu_flags_x86.desc

2015-01-23 Thread Michal Gorny (mgorny)
mgorny  15/01/23 20:25:27

  Added:cpu_flags_x86.desc
  Log:
  Initially commit CPU_FLAGS_X86 for better testing of the script.

Revision  ChangesPath
1.1  profiles/desc/cpu_flags_x86.desc

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/cpu_flags_x86.desc?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/cpu_flags_x86.desc?rev=1.1&content-type=text/plain

Index: cpu_flags_x86.desc
===
# Copyright 1999-2015 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/desc/cpu_flags_x86.desc,v 1.1 
2015/01/23 20:25:27 mgorny Exp $

# WARNING! PLEASE DO NOT USE THOSE FLAGS BEFORE WE COMMIT A NEWS
# ITEM FOR IT!

# Whenever the flag name does not correspond to /proc/cpuinfo flags,
# please put the cpuinfo flag in square brackets. If more than one flag
# is specified, any of them will enable the respective USE flag.

3dnow - Use the 3DNow! instruction set
3dnowext - Use the Enhanced 3DNow! instruction set
aes - Enable support for Intel's AES instruction set (AES-NI)
avx - Adds support for Advanced Vector Extensions instructions
avx2 - Adds support for Advanced Vector Extensions 2 instructions
fma3 - Use the Fused Multiply Add 3 instruction set ([fma] in cpuinfo)
fma4 - Use the Fused Multiply Add 4 instruction set
mmx - Use the MMX instruction set
mmxext - Use the Extended MMX instruction set (intersection of Enhanced 3DNow! 
and SSE instruction sets) ([mmxext], [3dnowext] or [sse] in cpuinfo)
padlock - Use VIA padlock instructions ([phe] in cpuinfo)
popcnt - Enable popcnt instruction support ([abm] or [popcnt] in cpuinfo)
sse - Use the SSE instruction set
sse2 - Use the SSE2 instruction set
sse3 - Use the SSE3 instruction set ([pni] in cpuinfo, NOT ssse3)
sse4_1 - Enable SSE4.1 instruction support
sse4_2 - Enable SSE4.2 instruction support
sse4a - Enable SSE4a instruction support
ssse3 - Use the SSSE3 instruction set (NOT sse3/pni)






[gentoo-commits] gentoo-x86 commit in app-editors/emacs: ChangeLog emacs-24.4-r2.ebuild

2015-01-23 Thread Ulrich Mueller (ulm)
ulm 15/01/23 20:38:44

  Modified: ChangeLog
  Added:emacs-24.4-r2.ebuild
  Log:
  Don't shadow load-path in gnus, bug 537156.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.652app-editors/emacs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
retrieving revision 1.651
retrieving revision 1.652
diff -u -r1.651 -r1.652
--- ChangeLog   2 Jan 2015 17:02:55 -   1.651
+++ ChangeLog   23 Jan 2015 20:38:44 -  1.652
@@ -1,6 +1,11 @@
 # ChangeLog for app-editors/emacs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.651 
2015/01/02 17:02:55 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.652 
2015/01/23 20:38:44 ulm Exp $
+
+*emacs-24.4-r2 (23 Jan 2015)
+
+  23 Jan 2015; Ulrich Müller  +emacs-24.4-r2.ebuild:
+  Don't shadow load-path in gnus, bug 537156.
 
   02 Jan 2015; Mikle Kolyada  emacs-24.4-r1.ebuild:
   x86 stable wrt bug #531806



1.1  app-editors/emacs/emacs-24.4-r2.ebuild

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

Index: emacs-24.4-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.4-r2.ebuild,v 1.1 
2015/01/23 20:38:44 ulm Exp $

EAPI=5

inherit elisp-common eutils flag-o-matic multilib readme.gentoo

DESCRIPTION="The extensible, customizable, self-documenting real-time display 
editor"
HOMEPAGE="http://www.gnu.org/software/emacs/";
SRC_URI="mirror://gnu/emacs/${P}.tar.xz
http://dev.gentoo.org/~ulm/emacs/${P}-patches-3.tar.xz";

LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
SLOT="24"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
IUSE="acl alsa aqua athena dbus games gconf gfile gif gnutls gpm gsettings gtk 
+gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib 
motif pax_kernel png selinux sound source svg tiff toolkit-scroll-bars wide-int 
X Xaw3d xft +xpm zlib"
REQUIRED_USE="?? ( aqua X )"

RDEPEND="sys-libs/ncurses
>=app-admin/eselect-emacs-1.16
>=app-emacs/emacs-common-gentoo-1.4-r1[games?,X?]
net-libs/liblockfile
acl? ( virtual/acl )
alsa? ( media-libs/alsa-lib )
dbus? ( sys-apps/dbus )
gfile? ( >=dev-libs/glib-2.28.6 )
gnutls? ( net-libs/gnutls )
gpm? ( sys-libs/gpm )
hesiod? ( net-dns/hesiod )
kerberos? ( virtual/krb5 )
libxml2? ( >=dev-libs/libxml2-2.2.0 )
selinux? ( sys-libs/libselinux )
zlib? ( sys-libs/zlib )
X? (
x11-libs/libXmu
x11-libs/libXt
x11-misc/xbitmaps
gconf? ( >=gnome-base/gconf-2.26.2 )
gsettings? ( >=dev-libs/glib-2.28.6 )
gif? ( media-libs/giflib )
jpeg? ( virtual/jpeg:0= )
png? ( >=media-libs/libpng-1.4:0= )
svg? ( >=gnome-base/librsvg-2.0 )
tiff? ( media-libs/tiff )
xpm? ( x11-libs/libXpm )
imagemagick? ( >=media-gfx/imagemagick-6.6.2 )
xft? (
media-libs/fontconfig
media-libs/freetype
x11-libs/libXft
m17n-lib? (
>=dev-libs/libotf-0.9.4
>=dev-libs/m17n-lib-1.5.1
)
)
gtk? (
gtk3? ( x11-libs/gtk+:3 )
!gtk3? ( x11-libs/gtk+:2 )
)
!gtk? (
motif? ( >=x11-libs/motif-2.3:0 )
!motif? (
Xaw3d? ( x11-libs/libXaw3d )
!Xaw3d? ( athena? ( x11-libs/libXaw ) )
)
)
)"

DEPEND="${RDEPEND}
virtual/pkgconfig
gzip-el? ( app-arch/gzip )
 

[gentoo-commits] proj/emacs-tools:patchsets commit in: emacs/23.4/, emacs/24.4/

2015-01-23 Thread Ulrich Müller
commit: d0ddaf8a01882ea2b0f1c4b56f467cc828c6887d
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Jan 23 12:21:05 2015 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Jan 23 12:21:05 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=d0ddaf8a

Backport support for update-game-score to run sgid instead of suid.

---
 emacs/23.4/23_all_games-sgid.patch | 232 +
 emacs/24.4/04_all_games-sgid.patch | 226 
 2 files changed, 458 insertions(+)

diff --git a/emacs/23.4/23_all_games-sgid.patch 
b/emacs/23.4/23_all_games-sgid.patch
new file mode 100644
index 000..c69d089
--- /dev/null
+++ b/emacs/23.4/23_all_games-sgid.patch
@@ -0,0 +1,232 @@
+Backport support for update-game-score to run sgid instead of suid.
+This comprises parts of the following commits from upstream git:
+
+commit 74ab488ff2e57f31eb5290266f0f3b1995ebf83e
+Author: Paul Eggert 
+Date:   Thu Jan 22 00:39:30 2015 -0800
+
+Check exit statuses in lib-src/Makefile
+
+commit 7f4e7dd378c456b498c270b47b46aaae365a72ab
+Author: Ulrich Müller 
+Date:   Thu Jan 22 08:24:42 2015 +0100
+
+Don't fail if chown or chgrp for 'update-game-score' is unsuccessful.
+
+commit 20f66485526b69eb26f2e70bd835a5e1333559d5
+Author: Ulrich Müller 
+Date:   Fri Jan 16 09:25:25 2015 +0100
+
+Allow update-game-score to run sgid instead of suid.
+
+--- emacs-23.4-orig/configure.in
 emacs-23.4/configure.in
+@@ -39,8 +39,6 @@
+ docdir='${datadir}/emacs/${version}/etc'
+ gamedir='${localstatedir}/games/emacs'
+ 
+-gameuser=games
+-
+ dnl OPTION_DEFAULT_OFF(NAME, HELP-STRING)
+ dnl Create a new --with option that defaults to being disabled.
+ dnl NAME is the base name of the option.  The shell variable with_NAME
+@@ -176,10 +174,25 @@
+ CRT_DIR="${with_crt_dir}"
+ 
+ AC_ARG_WITH(gameuser,dnl
+-[AS_HELP_STRING([--with-gameuser=USER],[user for shared game score files])])
+-test "X${with_gameuser}" != X && test "${with_gameuser}" != yes \
+-  && gameuser="${with_gameuser}"
+-test "X$gameuser" = X && gameuser=games
++[AS_HELP_STRING([--with-gameuser=USER_OR_GROUP],
++  [user for shared game score files.
++  An argument prefixed by ':' specifies a group instead.])])
++gameuser=
++gamegroup=
++case ${with_gameuser} in
++  no) ;;
++  "" | yes)
++AC_MSG_CHECKING([whether a 'games' user exists])
++if id -u games >/dev/null 2>&1; then
++  AC_MSG_RESULT([yes])
++  gameuser=games
++else
++  AC_MSG_RESULT([no])
++fi
++;;
++  :*) gamegroup=`echo "${with_gameuser}" | sed -e "s/://"` ;;
++  *) gameuser=${with_gameuser} ;;
++esac
+ 
+ AC_ARG_WITH([gnustep-conf],dnl
+ [AS_HELP_STRING([--with-gnustep-conf=PATH],[path to GNUstep.conf; default 
$GNUSTEP_CONFIG_FILE, or /etc/GNUstep/GNUstep.conf])])
+@@ -2708,6 +2721,7 @@
+ AC_SUBST(bitmapdir)
+ AC_SUBST(gamedir)
+ AC_SUBST(gameuser)
++AC_SUBST(gamegroup)
+ AC_SUBST(c_switch_system)
+ AC_SUBST(c_switch_machine)
+ AC_SUBST(LD_SWITCH_X_SITE)
+--- emacs-23.4-orig/lib-src/Makefile.in
 emacs-23.4/lib-src/Makefile.in
+@@ -90,6 +90,7 @@
+ 
+ gamedir=@gamedir@
+ gameuser=@gameuser@
++gamegroup=@gamegroup@
+ 
+ #  Utility Programs for the Build =
+ 
+@@ -310,10 +311,25 @@
+ /* If the following commands fail, that is not a big deal.
+update-game-score will detect at runtime that it is not setuid,
+and handle things accordingly. */
+-  -if chown ${gameuser} $(DESTDIR)${archlibdir}/update-game-score && 
chmod u+s $(DESTDIR)${archlibdir}/update-game-score; then \
+-chown ${gameuser} $(DESTDIR)${gamedir}; \
+-chmod u=rwx,g=rwx,o=rx $(DESTDIR)${gamedir}; \
++ifneq ($(gameuser),)
++  if chown ${gameuser} \
++   "$(DESTDIR)${archlibdir}/update-game-score${EXEEXT}" && \
++ chmod u+s,go-r \
++   "$(DESTDIR)${archlibdir}/update-game-score${EXEEXT}"; \
++  then \
++chown ${gameuser} "$(DESTDIR)${gamedir}" && \
++chmod u=rwx,g=rx,o=rx "$(DESTDIR)${gamedir}"; \
+   fi
++else ifneq ($(gamegroup),)
++  if chgrp ${gamegroup} \
++   "$(DESTDIR)${archlibdir}/update-game-score${EXEEXT}" && \
++ chmod g+s,o-r \
++   "$(DESTDIR)${archlibdir}/update-game-score${EXEEXT}"; \
++  then \
++chgrp ${gamegroup} "$(DESTDIR)${gamedir}" && \
++chmod u=rwx,g=rwx,o=rx "$(DESTDIR)${gamedir}"; \
++  fi
++endif
+ if [ `(cd $(DESTDIR)${archlibdir} && /bin/pwd)` \
+  != `(cd ${srcdir} && /bin/pwd)` ]; then \
+ for file in ${SCRIPTS}; do \
+--- emacs-23.4-orig/lib-src/update-game-score.c
 emacs-23.4/lib-src/update-game-score.c
+@@ -22,8 +22,8 @@
+ 
+ 
+ /* This program allows a game to securely and atomically update a
+-   score file.  It should be installed setuid, owned by an appropriate
+-   user like `games'.
++   score file.  It should be installed either setuid or setgid, owned
++   by an ap

[gentoo-commits] proj/emacs-tools:patchsets commit in: emacs/24.4/

2015-01-23 Thread Ulrich Müller
commit: 7f10f7bade537956fda28461a0cf36aa63282ce4
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Jan 23 07:26:55 2015 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Jan 23 07:26:55 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=7f10f7ba

Don't shadow load-path in gnus, bug 537156.

---
 emacs/24.4/03_all_gnus-image.patch | 25 +
 1 file changed, 25 insertions(+)

diff --git a/emacs/24.4/03_all_gnus-image.patch 
b/emacs/24.4/03_all_gnus-image.patch
new file mode 100644
index 000..cb46e3b
--- /dev/null
+++ b/emacs/24.4/03_all_gnus-image.patch
@@ -0,0 +1,25 @@
+https://bugs.gentoo.org/537156
+http://debbugs.gnu.org/18813
+
+commit 7515423bc1935efeb43a85097e00f8758a7cc394
+Author: Katsumi Yamaoka 
+Date:   Mon Oct 27 22:51:18 2014 +
+
+[Backport] gnus.el (gnus-mode-line-buffer-identification):
+Don't add image data for a non-graphic display;
+Don't shadow load-path, it blocks autoloading of find-image (bug#18813)
+
+--- emacs-24.4-orig/lisp/gnus/gnus.el
 emacs-24.4/lisp/gnus/gnus.el
+@@ -328,8 +328,9 @@
+   (if (fboundp 'find-image)
+   (defun gnus-mode-line-buffer-identification (line)
+   (let ((str (car-safe line))
+-(load-path (mm-image-load-path)))
+-(if (and (stringp str)
++(load-path (append (mm-image-load-path) load-path)))
++(if (and (display-graphic-p)
++ (stringp str)
+  (string-match "^Gnus:" str))
+ (progn (add-text-properties
+ 0 5



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

2015-01-23 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Jan 23 20:49:34 2015 +

New tag: 20150121




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

2015-01-23 Thread Anthony G. Basile
commit: bc00574d6b52b1fd58f4b0b947b40c80261d85ea
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Jan 23 20:53:35 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Jan 23 20:53:35 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=bc00574d

sys-kernel/hardened-sources: testing patchset 20150121

---
 ...ened-sources-3.14.28-r1.ebuild => hardened-sources-3.14.29.ebuild} | 4 ++--
 ...rdened-sources-3.18.2-r1.ebuild => hardened-sources-3.18.3.ebuild} | 4 ++--
 ...ned-sources-3.2.66-r2.ebuild => hardened-sources-3.2.66-r3.ebuild} | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.14.28-r1.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.14.29.ebuild
similarity index 95%
rename from sys-kernel/hardened-sources/hardened-sources-3.14.28-r1.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.14.29.ebuild
index 0c73eb5..194f64e 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.14.28-r1.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.14.29.ebuild
@@ -6,13 +6,13 @@ EAPI="5"
 
 ETYPE="sources"
 K_WANT_GENPATCHES="base"
-K_GENPATCHES_VER="32"
+K_GENPATCHES_VER="34"
 K_DEBLOB_AVAILABLE="1"
 
 inherit kernel-2
 detect_version
 
-HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2"
+HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1"
 
HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2";
 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
 

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

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.2.66-r2.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.2.66-r3.ebuild
similarity index 96%
rename from sys-kernel/hardened-sources/hardened-sources-3.2.66-r2.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.2.66-r3.ebuild
index e25370e..9ebbe4e 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.2.66-r2.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.2.66-r3.ebuild
@@ -12,7 +12,7 @@ K_DEBLOB_AVAILABLE="1"
 inherit kernel-2
 detect_version
 
-HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-3"
+HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-4"
 
HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2";
 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
 



[gentoo-commits] gentoo-x86 commit in www-client/chromium: chromium-40.0.2214.91.ebuild ChangeLog

2015-01-23 Thread Agostino Sarubbo (ago)
ago 15/01/23 21:02:50

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

Revision  ChangesPath
1.2  www-client/chromium/chromium-40.0.2214.91.ebuild

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

Index: chromium-40.0.2214.91.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-40.0.2214.91.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chromium-40.0.2214.91.ebuild23 Jan 2015 17:28:18 -  1.1
+++ chromium-40.0.2214.91.ebuild23 Jan 2015 21:02:50 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-40.0.2214.91.ebuild,v 1.1 
2015/01/23 17:28:18 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-40.0.2214.91.ebuild,v 1.2 
2015/01/23 21:02:50 ago Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -18,7 +18,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="bindist cups gnome gnome-keyring kerberos neon pic pulseaudio selinux 
+tcmalloc"
 RESTRICT="!bindist? ( bindist )"
 



1.1186   www-client/chromium/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1186&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1186&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?r1=1.1185&r2=1.1186

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.1185
retrieving revision 1.1186
diff -u -r1.1185 -r1.1186
--- ChangeLog   23 Jan 2015 17:28:18 -  1.1185
+++ ChangeLog   23 Jan 2015 21:02:50 -  1.1186
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1185 
2015/01/23 17:28:18 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1186 
2015/01/23 21:02:50 ago Exp $
+
+  23 Jan 2015; Agostino Sarubbo  chromium-40.0.2214.91.ebuild:
+  Stable for amd64, wrt bug #537366
 
 *chromium-40.0.2214.91 (23 Jan 2015)
 






[gentoo-commits] gentoo-x86 commit in www-client/chromium: chromium-40.0.2214.91.ebuild ChangeLog

2015-01-23 Thread Agostino Sarubbo (ago)
ago 15/01/23 21:03:05

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

Revision  ChangesPath
1.3  www-client/chromium/chromium-40.0.2214.91.ebuild

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

Index: chromium-40.0.2214.91.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-40.0.2214.91.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- chromium-40.0.2214.91.ebuild23 Jan 2015 21:02:50 -  1.2
+++ chromium-40.0.2214.91.ebuild23 Jan 2015 21:03:05 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-40.0.2214.91.ebuild,v 1.2 
2015/01/23 21:02:50 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-40.0.2214.91.ebuild,v 1.3 
2015/01/23 21:03:05 ago Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -18,7 +18,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="bindist cups gnome gnome-keyring kerberos neon pic pulseaudio selinux 
+tcmalloc"
 RESTRICT="!bindist? ( bindist )"
 



1.1187   www-client/chromium/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1187&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1187&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?r1=1.1186&r2=1.1187

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.1186
retrieving revision 1.1187
diff -u -r1.1186 -r1.1187
--- ChangeLog   23 Jan 2015 21:02:50 -  1.1186
+++ ChangeLog   23 Jan 2015 21:03:05 -  1.1187
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1186 
2015/01/23 21:02:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1187 
2015/01/23 21:03:05 ago Exp $
+
+  23 Jan 2015; Agostino Sarubbo  chromium-40.0.2214.91.ebuild:
+  Stable for x86, wrt bug #537366
 
   23 Jan 2015; Agostino Sarubbo  chromium-40.0.2214.91.ebuild:
   Stable for amd64, wrt bug #537366






[gentoo-commits] gentoo-x86 commit in dev-libs/nspr: nspr-4.10.8.ebuild ChangeLog nspr-4.10.6.ebuild nspr-4.10.7.ebuild

2015-01-23 Thread Lars Wendler (polynomial-c)
polynomial-c15/01/23 21:06:01

  Modified: ChangeLog
  Added:nspr-4.10.8.ebuild
  Removed:  nspr-4.10.6.ebuild nspr-4.10.7.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.289dev-libs/nspr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/nspr/ChangeLog,v
retrieving revision 1.288
retrieving revision 1.289
diff -u -r1.288 -r1.289
--- ChangeLog   10 Dec 2014 19:34:49 -  1.288
+++ ChangeLog   23 Jan 2015 21:06:01 -  1.289
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/nspr
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/ChangeLog,v 1.288 2014/12/10 
19:34:49 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/ChangeLog,v 1.289 2015/01/23 
21:06:01 polynomial-c Exp $
+
+*nspr-4.10.8 (23 Jan 2015)
+
+  23 Jan 2015; Lars Wendler  -nspr-4.10.6.ebuild,
+  -nspr-4.10.7.ebuild, +nspr-4.10.8.ebuild:
+  Version bump. Removed old.
 
   10 Dec 2014; Agostino Sarubbo  nspr-4.10.7-r1.ebuild:
   Stable for x86, wrt bug #531408



1.1  dev-libs/nspr/nspr-4.10.8.ebuild

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

Index: nspr-4.10.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.10.8.ebuild,v 1.1 
2015/01/23 21:06:01 polynomial-c Exp $

EAPI=5
WANT_AUTOCONF="2.5"

inherit autotools eutils multilib toolchain-funcs versionator multilib-minimal

MIN_PV="$(get_version_component_range 2)"

DESCRIPTION="Netscape Portable Runtime"
HOMEPAGE="http://www.mozilla.org/projects/nspr/";
SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${PV}/src/${P}.tar.gz";

LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="debug"

RDEPEND="
abi_x86_32? (
!<=app-emulation/emul-linux-x86-baselibs-20140508-r12
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)"

MULTILIB_CHOST_TOOLS=(
/usr/bin/nspr-config
)

src_prepare() {
cd "${S}"/nspr || die
epatch "${FILESDIR}"/${PN}-4.7.0-prtime.patch
epatch "${FILESDIR}"/${PN}-4.7.1-solaris.patch
epatch "${FILESDIR}"/${PN}-4.10.6-solaris.patch
epatch "${FILESDIR}"/${PN}-4.8.4-darwin-install_name.patch
epatch "${FILESDIR}"/${PN}-4.8.9-link-flags.patch
# We do not need to pass -L$libdir via nspr-config --libs
epatch "${FILESDIR}"/${PN}-4.9.5_nspr_config.patch

# We must run eautoconf to regenerate configure
eautoconf

# make sure it won't find Perl out of Prefix
sed -i -e "s/perl5//g" "${S}"/nspr/configure || die

# Respect LDFLAGS
sed -i -e 's/\$(MKSHLIB) \$(OBJS)/\$(MKSHLIB) \$(LDFLAGS) \$(OBJS)/g' \
"${S}"/nspr/config/rules.mk || die
}

multilib_src_configure() {
# We use the standard BUILD_xxx but nspr uses HOST_xxx
tc-export_build_env BUILD_CC
export HOST_CC=${BUILD_CC} HOST_CFLAGS=${BUILD_CFLAGS} 
HOST_LDFLAGS=${BUILD_LDFLAGS}
tc-export AR CC CXX RANLIB
[[ ${CBUILD} != ${CHOST} ]] \
&& export CROSS_COMPILE=1 \
|| unset CROSS_COMPILE

local myconf=()

# The configure has some fancy --enable-{{n,x}32,64bit} switches
# that trigger some code conditional to platform & arch. This really
# matters for the few common arches (x86, ppc) but we pass a little
# more of them to be future-proof.

# use ABI first, this will work for most cases
case "${ABI}" in
alpha|arm|hppa|m68k|o32|ppc|s390|sh|sparc|x86) ;;
n32) myconf+=( --enable-n32 );;
x32) myconf+=( --enable-x32 );;
s390x|*64) myconf+=( --enable-64bit );;
default) # no abi actually set, fall back to old check
ein

[gentoo-commits] gentoo-x86 commit in www-client/chromium: ChangeLog chromium-39.0.2171.65.ebuild chromium-40.0.2214.85-r1.ebuild chromium-39.0.2171.99.ebuild chromium-40.0.2214.85.ebuild

2015-01-23 Thread Mike Gilbert (floppym)
floppym 15/01/23 21:07:47

  Modified: ChangeLog
  Removed:  chromium-39.0.2171.65.ebuild
chromium-40.0.2214.85-r1.ebuild
chromium-39.0.2171.99.ebuild
chromium-40.0.2214.85.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.1188   www-client/chromium/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1188&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1188&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?r1=1.1187&r2=1.1188

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.1187
retrieving revision 1.1188
diff -u -r1.1187 -r1.1188
--- ChangeLog   23 Jan 2015 21:03:05 -  1.1187
+++ ChangeLog   23 Jan 2015 21:07:47 -  1.1188
@@ -1,6 +1,11 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1187 
2015/01/23 21:03:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1188 
2015/01/23 21:07:47 floppym Exp $
+
+  23 Jan 2015; Mike Gilbert  -chromium-39.0.2171.65.ebuild,
+  -chromium-39.0.2171.99.ebuild, -chromium-40.0.2214.85-r1.ebuild,
+  -chromium-40.0.2214.85.ebuild:
+  Remove old.
 
   23 Jan 2015; Agostino Sarubbo  chromium-40.0.2214.91.ebuild:
   Stable for x86, wrt bug #537366






[gentoo-commits] proj/gentoolkit:gentoolkit commit in: bin/

2015-01-23 Thread Paul Varner
commit: 6f5d03a6bd34f684331837575560babfa91899ea
Author: Paul Varner  gentoo  org>
AuthorDate: Fri Jan 23 21:19:42 2015 +
Commit: Paul Varner  gentoo  org>
CommitDate: Fri Jan 23 21:19:42 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=6f5d03a6

Fix eread to only display elog files. (Bug 534686)

---
 bin/eread | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/eread b/bin/eread
index d74a167..fe095a6 100755
--- a/bin/eread
+++ b/bin/eread
@@ -34,13 +34,13 @@ PS3="Choice? "
 SORT=${EREAD_SORT_ORDER}
 
 find_unsorted() {
-   find . -type f | sed -e "s:\./::g"
+   find . -name '*:*:*.log*' | sed -e "s:\./::g"
 }
 find_by_name() {
-   find . -type f | sort | sed -e "s:\./::g"
+   find . -name '*:*:*.log*' | sort | sed -e "s:\./::g"
 }
 find_by_time() {
-   find . -type f | sort -k 3 -t : | sed -e "s:\./::g"
+   find . -name '*:*:*.log*' | sort -k 3 -t : | sed -e "s:\./::g"
 }
 find_files() {
case ${SORT} in



[gentoo-commits] gentoo-x86 commit in dev-python/enum34: enum34-1.0.4.ebuild ChangeLog

2015-01-23 Thread Christoph Junghans (ottxor)
ottxor  15/01/23 21:28:23

  Modified: enum34-1.0.4.ebuild ChangeLog
  Log:
  added ~x86-macos (tested by me)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.8  dev-python/enum34/enum34-1.0.4.ebuild

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

Index: enum34-1.0.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- enum34-1.0.4.ebuild 23 Jan 2015 17:47:55 -  1.7
+++ enum34-1.0.4.ebuild 23 Jan 2015 21:28:23 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v 1.7 
2015/01/23 17:47:55 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v 1.8 
2015/01/23 21:28:23 ottxor Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3} pypy pypy3 )  # Do NOT add python3_4—see 
DESCRIPTION
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~x86 ~amd64-linux ~x86-macos"
 IUSE="doc"
 
 DEPEND=""



1.12 dev-python/enum34/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   23 Jan 2015 17:47:55 -  1.11
+++ ChangeLog   23 Jan 2015 21:28:23 -  1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/enum34
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v 1.11 
2015/01/23 17:47:55 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v 1.12 
2015/01/23 21:28:23 ottxor Exp $
+
+  23 Jan 2015; Christoph Junghans  enum34-1.0.4.ebuild:
+  added ~x86-macos (tested by me)
 
   23 Jan 2015; Christoph Junghans  enum34-1.0.4.ebuild:
   added ~amd64-linux (tested by me)






[gentoo-commits] gentoo-x86 commit in www-plugins/chrome-binary-plugins: chrome-binary-plugins-41.0.2272.16_beta1.ebuild ChangeLog chrome-binary-plugins-40.0.2214.85_beta1.ebuild

2015-01-23 Thread Mike Gilbert (floppym)
floppym 15/01/23 21:28:52

  Modified: ChangeLog
  Added:chrome-binary-plugins-41.0.2272.16_beta1.ebuild
  Removed:  chrome-binary-plugins-40.0.2214.85_beta1.ebuild
  Log:
  Automated update.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.213www-plugins/chrome-binary-plugins/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?rev=1.213&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?rev=1.213&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?r1=1.212&r2=1.213

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -r1.212 -r1.213
--- ChangeLog   21 Jan 2015 22:15:10 -  1.212
+++ ChangeLog   23 Jan 2015 21:28:52 -  1.213
@@ -1,6 +1,13 @@
 # ChangeLog for www-plugins/chrome-binary-plugins
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.212 
2015/01/21 22:15:10 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.213 
2015/01/23 21:28:52 floppym Exp $
+
+*chrome-binary-plugins-41.0.2272.16_beta1 (23 Jan 2015)
+
+  23 Jan 2015; Mike Gilbert 
+  +chrome-binary-plugins-41.0.2272.16_beta1.ebuild,
+  -chrome-binary-plugins-40.0.2214.85_beta1.ebuild:
+  Automated update.
 
 *chrome-binary-plugins-40.0.2214.91_p1 (21 Jan 2015)
 



1.1  
www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.16_beta1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.16_beta1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.16_beta1.ebuild?rev=1.1&content-type=text/plain

Index: chrome-binary-plugins-41.0.2272.16_beta1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.16_beta1.ebuild,v
 1.1 2015/01/23 21:28:52 floppym Exp $

EAPI=5

inherit multilib unpacker

DESCRIPTION="Binary plugins from Google Chrome for use in Chromium"
HOMEPAGE="http://www.google.com/chrome";

case ${PV} in
*_alpha*|*)
SLOT="unstable"
CHROMEDIR="opt/google/chrome-${SLOT}"
MY_PV=${PV/_alpha/-}
;;
*_beta*)
SLOT="beta"
CHROMEDIR="opt/google/chrome-${SLOT}"
MY_PV=${PV/_beta/-}
;;
*_p*)
SLOT="stable"
CHROMEDIR="opt/google/chrome"
MY_PV=${PV/_p/-}
;;
*)
die "Invalid value for \${PV}: ${PV}"
;;
esac

MY_PN="google-chrome-${SLOT}"
MY_P="${MY_PN}_${MY_PV}"

if [[ ${PV} != * ]]; then
SRC_URI="
amd64? (

https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb
)
x86? (

https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_i386.deb
)
"
KEYWORDS="~amd64 ~x86"
fi

LICENSE="google-chrome"
IUSE="+flash"
RESTRICT="bindist mirror strip"

for x in 0 beta stable unstable; do
if [[ ${SLOT} != ${x} ]]; then
RDEPEND+=" !${CATEGORY}/${PN}:${x}"
fi
done

S="${WORKDIR}/${CHROMEDIR}"
QA_PREBUILT="*"

pkg_nofetch() {
eerror "Please wait 24 hours and sync your portage tree before 
reporting fetch failures."
}

if [[ ${PV} == * ]]; then
src_unpack() {
local base="https://dl.google.com/linux/direct";
local debarch=${ARCH/x86/i386}
wget -O google-chrome.deb 
"${base}/google-chrome-${SLOT}_current_${debarch}.deb" || die
unpack_deb ./google-chrome.deb
}
fi

src_install() {
local version flapper

insinto /usr/$(get_libdir)/chromium-browser/

if use flash; then
doins -r PepperFlash

# Since this is a live ebuild, we're forced to, unfortuantely,
# dynamically construct the command line args for Chromium.
version=$(sed -n 's/.*"version": "\(.*\)",.*/\1/p' 
PepperFlash/manifest.json)

flapper="${ROOT}usr/$(get_libdir)/chromium-browser/PepperFlash/libpepflashplayer.so"
echo -n "CHROMIUM_FLAGS=\"\${CHROMIUM_FLAGS} " > pepper-flash
echo -n

[gentoo-commits] gentoo-x86 commit in www-client/google-chrome-beta: google-chrome-beta-41.0.2272.16_p1.ebuild ChangeLog google-chrome-beta-40.0.2214.85_p1.ebuild

2015-01-23 Thread Mike Gilbert (floppym)
floppym 15/01/23 21:28:39

  Modified: ChangeLog
  Added:google-chrome-beta-41.0.2272.16_p1.ebuild
  Removed:  google-chrome-beta-40.0.2214.85_p1.ebuild
  Log:
  Automated update.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.61 www-client/google-chrome-beta/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-beta/ChangeLog?rev=1.61&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-beta/ChangeLog?rev=1.61&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-beta/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/google-chrome-beta/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   14 Jan 2015 23:32:24 -  1.60
+++ ChangeLog   23 Jan 2015 21:28:38 -  1.61
@@ -1,6 +1,13 @@
 # ChangeLog for www-client/google-chrome-beta
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/google-chrome-beta/ChangeLog,v 
1.60 2015/01/14 23:32:24 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/google-chrome-beta/ChangeLog,v 
1.61 2015/01/23 21:28:38 floppym Exp $
+
+*google-chrome-beta-41.0.2272.16_p1 (23 Jan 2015)
+
+  23 Jan 2015; Mike Gilbert 
+  +google-chrome-beta-41.0.2272.16_p1.ebuild,
+  -google-chrome-beta-40.0.2214.85_p1.ebuild:
+  Automated update.
 
 *google-chrome-beta-40.0.2214.85_p1 (14 Jan 2015)
 



1.1  
www-client/google-chrome-beta/google-chrome-beta-41.0.2272.16_p1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-beta/google-chrome-beta-41.0.2272.16_p1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-beta/google-chrome-beta-41.0.2272.16_p1.ebuild?rev=1.1&content-type=text/plain

Index: google-chrome-beta-41.0.2272.16_p1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/google-chrome-beta/google-chrome-beta-41.0.2272.16_p1.ebuild,v
 1.1 2015/01/23 21:28:38 floppym Exp $

EAPI="5"

CHROMIUM_LANGS="am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he
hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl 
sr
sv sw ta te th tr uk vi zh_CN zh_TW"

inherit readme.gentoo chromium eutils multilib pax-utils unpacker

DESCRIPTION="The web browser from Google"
HOMEPAGE="http://www.google.com/chrome";

if [[ ${PN} == google-chrome ]]; then
MY_PN=${PN}-stable
else
MY_PN=${PN}
fi

MY_P="${MY_PN}_${PV/_p/-}"

SRC_URI="
amd64? (

http://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb
)
x86? (

http://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_i386.deb
)
"

LICENSE="google-chrome"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE="+plugins"
RESTRICT="bindist mirror strip"

RDEPEND="
app-arch/bzip2
app-misc/ca-certificates
dev-libs/expat
dev-libs/glib:2
dev-libs/nspr
dev-libs/nss
gnome-base/gconf:2
media-libs/alsa-lib
media-libs/fontconfig
media-libs/freetype:2
net-print/cups
sys-apps/dbus
sys-libs/libcap
x11-libs/cairo
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:2
>=x11-libs/libX11-1.5.0
x11-libs/libXcomposite
x11-libs/libXcursor
x11-libs/libXdamage
x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXi
x11-libs/libXrandr
x11-libs/libXrender
x11-libs/libXScrnSaver
x11-libs/libXtst
x11-libs/pango
x11-misc/xdg-utils
"

QA_PREBUILT="*"
S=${WORKDIR}
CHROME_HOME="opt/google/chrome${PN#google-chrome}"

DISABLE_AUTOFORMATTING="yes"
DOC_CONTENTS="
Some web pages may require additional fonts to display properly.
Try installing some of the following packages if some characters
are not displayed properly:
- media-fonts/arphicfonts
- media-fonts/bitstream-cyberbit
- media-fonts/droid
- media-fonts/ipamonafont
- media-fonts/ja-ipafonts
- media-fonts/takao-fonts
- media-fonts/wqy-microhei
- media-fonts/wqy-zenhei

Depending on your desktop environment, you may need
to install additional packages to get icons on the Downloads page.

For KDE, the required package is kde-base/oxygen-icons.

For other desktop environments, try one of the following:
- x11-themes/gnome-icon-theme
- x11-themes/tango-icon-theme

Please notice the bundled flash player (PepperFlash).
You can (de

[gentoo-commits] gentoo-x86 commit in games-puzzle/brainparty/files: brainparty-0.61-gcc49.patch brainparty-0.61-savegame.patch

2015-01-23 Thread Michael Sterrett (mr_bones_)
mr_bones_15/01/23 21:44:21

  Modified: brainparty-0.61-savegame.patch
  Added:brainparty-0.61-gcc49.patch
  Log:
  EAPI=5; add patch from Martin Väth to fix compile with gcc49 (bug #537338)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  
games-puzzle/brainparty/files/brainparty-0.61-savegame.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/brainparty/files/brainparty-0.61-savegame.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/brainparty/files/brainparty-0.61-savegame.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/brainparty/files/brainparty-0.61-savegame.patch?r1=1.1&r2=1.2

Index: brainparty-0.61-savegame.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/games-puzzle/brainparty/files/brainparty-0.61-savegame.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- brainparty-0.61-savegame.patch  28 Nov 2010 19:47:03 -  1.1
+++ brainparty-0.61-savegame.patch  23 Jan 2015 21:44:21 -  1.2
@@ -1,5 +1,5 @@
 a/BPGame.cpp   2010-03-11 00:15:34.0 +
-+++ b/BPGame.cpp   2010-04-02 04:17:02.640735675 +0100
+--- a/BPGame.cpp
 b/BPGame.cpp
 @@ -1294,8 +1294,10 @@ void BPGame::LoadSettings() {
Secret1 = Secret2 = Secret3 = Secret4 = false;
NumUnlockedGames = 0;



1.1  games-puzzle/brainparty/files/brainparty-0.61-gcc49.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/brainparty/files/brainparty-0.61-gcc49.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/brainparty/files/brainparty-0.61-gcc49.patch?rev=1.1&content-type=text/plain

Index: brainparty-0.61-gcc49.patch
===
--- a/BPList.h
+++ a/BPList.h
@@ -138,7 +138,7 @@
~BPPList();
void Add(T item);
bool Contains(T item);
-   void Clear(bool safe_delete);
+   void Clear(bool safe_delete = true);
int IndexOf(T item);
void Insert(int pos, T item);
void Remove(T item);
@@ -171,7 +171,7 @@
 }
 
 template 
-void BPPList::Clear(bool safe_delete = true) {
+void BPPList::Clear(bool safe_delete) {
if (safe_delete) {
for (int i = data.size() - 1; i >= 0; --i) {
T item = data[i];






[gentoo-commits] gentoo-x86 commit in games-puzzle/brainparty: brainparty-0.61.ebuild ChangeLog

2015-01-23 Thread Michael Sterrett (mr_bones_)
mr_bones_15/01/23 21:44:21

  Modified: brainparty-0.61.ebuild ChangeLog
  Log:
  EAPI=5; add patch from Martin Väth to fix compile with gcc49 (bug #537338)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.6  games-puzzle/brainparty/brainparty-0.61.ebuild

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

Index: brainparty-0.61.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-puzzle/brainparty/brainparty-0.61.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- brainparty-0.61.ebuild  15 May 2014 16:49:00 -  1.5
+++ brainparty-0.61.ebuild  23 Jan 2015 21:44:21 -  1.6
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-puzzle/brainparty/brainparty-0.61.ebuild,v 1.5 
2014/05/15 16:49:00 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-puzzle/brainparty/brainparty-0.61.ebuild,v 1.6 
2015/01/23 21:44:21 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils games
 
 DESCRIPTION="A puzzle-solving, brain-stretching game for all ages"
@@ -19,6 +19,7 @@
media-libs/sdl-ttf
media-libs/sdl-image[png]
media-libs/sdl-gfx"
+RDEPEND=${DEPEND}
 
 S=${WORKDIR}/${PN}
 
@@ -28,20 +29,20 @@
-e 's/CXXFLAGS = .*/CXXFLAGS+=-c/' \
-e '/^CXX =/d' \
-e '/-o brainparty/s/INCLUDES) /&$(LDFLAGS) /' \
-   Makefile \
-   || die "sed failed"
+   Makefile || die
sed -i \
"/^int main(/ atchdir(\"${GAMES_DATADIR}/${PN}\");\n" \
-   main.cpp \
-   || die "sed failed"
-   epatch "${FILESDIR}"/${P}-savegame.patch
+   main.cpp || die
+   epatch \
+   "${FILESDIR}"/${P}-savegame.patch \
+   "${FILESDIR}"/${P}-gcc49.patch
 
 }
 
 src_install() {
-   dogamesbin brainparty || die
+   dogamesbin brainparty
insinto "${GAMES_DATADIR}/${PN}/Content"
-   doins Content/* || die
+   doins Content/*
newicon Content/icon.bmp ${PN}.bmp
make_desktop_entry brainparty "Brain Party" /usr/share/pixmaps/${PN}.bmp
prepgamesdirs



1.10 games-puzzle/brainparty/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/brainparty/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   15 May 2014 16:49:00 -  1.9
+++ ChangeLog   23 Jan 2015 21:44:21 -  1.10
@@ -1,6 +1,11 @@
 # ChangeLog for games-puzzle/brainparty
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/brainparty/ChangeLog,v 1.9 
2014/05/15 16:49:00 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/brainparty/ChangeLog,v 1.10 
2015/01/23 21:44:21 mr_bones_ Exp $
+
+  23 Jan 2015; Michael Sterrett 
+  +files/brainparty-0.61-gcc49.patch, brainparty-0.61.ebuild,
+  files/brainparty-0.61-savegame.patch:
+  EAPI=5; add patch from Martin Väth to fix compile with gcc49 (bug #537338)
 
   15 May 2014; Ulrich Müller  brainparty-0.61.ebuild:
   Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
@@ -37,4 +42,3 @@
   02 Apr 2010; Michael Sterrett 
   +brainparty-0.5.ebuild, +metadata.xml:
   initial commit - ebuild submitted by Chris Coleman via bug #312473
-






[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog java-ant-2.eclass

2015-01-23 Thread Patrice Clement (monsieurp)
monsieurp15/01/23 22:48:10

  Modified: ChangeLog java-ant-2.eclass
  Log:
  Sanitise find arguments when using JAVA_PKG_BSFIX_NAME option. Fix #231956.

Revision  ChangesPath
1.1515   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1514
retrieving revision 1.1515
diff -u -r1.1514 -r1.1515
--- ChangeLog   21 Jan 2015 22:01:35 -  1.1514
+++ ChangeLog   23 Jan 2015 22:48:10 -  1.1515
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1514 2015/01/21 
22:01:35 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1515 2015/01/23 
22:48:10 monsieurp Exp $
+
+  23 Jan 2015; Patrice Clement  java-ant-2.eclass:
+  Sanitise find arguments when using JAVA_PKG_BSFIX_NAME option. Fix #231956.
 
   21 Jan 2015; Anthony Basile  toolchain.eclass:
   Stub out fixed includes, bug #536878.



1.59 eclass/java-ant-2.eclass

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

Index: java-ant-2.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/java-ant-2.eclass,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- java-ant-2.eclass   31 Mar 2014 16:48:51 -  1.58
+++ java-ant-2.eclass   23 Jan 2015 22:48:10 -  1.59
@@ -14,7 +14,7 @@
 #
 # Licensed under the GNU General Public License, v2
 #
-# $Header: /var/cvsroot/gentoo-x86/eclass/java-ant-2.eclass,v 1.58 2014/03/31 
16:48:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/java-ant-2.eclass,v 1.59 2015/01/23 
22:48:10 monsieurp Exp $
 
 # @ECLASS: java-ant-2.eclass
 # @MAINTAINER:
@@ -172,7 +172,7 @@
local find_args=""
[[ "${JAVA_PKG_BSFIX_ALL}" == "yes" ]] || find_args="-maxdepth 1"
 
-   find_args="${find_args} -type f -name ${JAVA_PKG_BSFIX_NAME// / -o 
-name } "
+   find_args="${find_args} -type f ( -name ${JAVA_PKG_BSFIX_NAME// / -o 
-name } )"
 
# This voodoo is done for paths with spaces
local bsfix_these






[gentoo-commits] gentoo-x86 commit in app-portage/cpuinfo2cpuflags: - New directory

2015-01-23 Thread Michal Gorny (mgorny)
mgorny  15/01/23 23:03:15

  Log:
  Directory /var/cvsroot/gentoo-x86/app-portage/cpuinfo2cpuflags added to the 
repository



[gentoo-commits] gentoo-x86 commit in app-portage/cpuinfo2cpuflags: metadata.xml cpuinfo2cpuflags-1.ebuild ChangeLog

2015-01-23 Thread Michal Gorny (mgorny)
mgorny  15/01/23 23:09:54

  Added:metadata.xml cpuinfo2cpuflags-1.ebuild ChangeLog
  Log:
  Initial version.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.1  app-portage/cpuinfo2cpuflags/metadata.xml

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

Index: metadata.xml
===

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


mgo...@gentoo.org
Michał Górny





1.1  app-portage/cpuinfo2cpuflags/cpuinfo2cpuflags-1.ebuild

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

Index: cpuinfo2cpuflags-1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-portage/cpuinfo2cpuflags/cpuinfo2cpuflags-1.ebuild,v
 1.1 2015/01/23 23:09:54 mgorny Exp $

EAPI=5

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

inherit python-r1

DESCRIPTION="Script to guess CPU_FLAGS_X86 flags from /proc/cpuinfo"
HOMEPAGE="https://bitbucket.org/mgorny/cpuinfo2cpuflags";
SRC_URI="https://bitbucket.org/mgorny/cpuinfo2cpuflags/downloads/${P}.tar.gz";

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

RDEPEND=${PYTHON_DEPS}
REQUIRED_USE=${PYTHON_REQUIRED_USE}

src_install() {
python_foreach_impl python_doscript *.py
}

pkg_postinst() {
if has_version 'sys-apps/portage' \
&& ! has_version "sys-apps/portage[${PYTHON_USEDEP}]"
then
ewarn "Support for matching Python implementations should be 
enabled"
ewarn "on sys-apps/portage as well. Otherwise, cpuinfo2cpuflags 
won't"
ewarn "be able to figure out the correct repository location 
and will"
ewarn "require you to specify it explicitly."
fi
}



1.1  app-portage/cpuinfo2cpuflags/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for app-portage/cpuinfo2cpuflags
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/cpuinfo2cpuflags/ChangeLog,v 1.1 
2015/01/23 23:09:54 mgorny Exp $

*cpuinfo2cpuflags-1 (23 Jan 2015)

  23 Jan 2015; Michał Górny  +cpuinfo2cpuflags-1.ebuild,
  +metadata.xml:
  Initial version.






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

2015-01-23 Thread Johannes Huber
commit: 22fef62c98fbdb367e05c4e6120cdaaa2089846f
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri Jan 23 23:36:06 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri Jan 23 23:36:06 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=22fef62c

[kde-apps/libkomparediff2] Fix blocker

Package-Manager: portage-2.2.15

---
 kde-apps/libkomparediff2/libkomparediff2-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kde-apps/libkomparediff2/libkomparediff2-.ebuild 
b/kde-apps/libkomparediff2/libkomparediff2-.ebuild
index 064deb2..9ea8be6 100644
--- a/kde-apps/libkomparediff2/libkomparediff2-.ebuild
+++ b/kde-apps/libkomparediff2/libkomparediff2-.ebuild
@@ -24,6 +24,7 @@ DEPEND="
dev-qt/qtwidgets:5
 "
 RDEPEND="${DEPEND}
+   !kde-apps/libkomparediff2:4
!<=kde-base/kompare-4.11.50
-   !kde-base/libkomparediff2:4
+   !kde-base/libkomparediff2
 "



[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog use.desc

2015-01-23 Thread Michal Gorny (mgorny)
mgorny  15/01/23 23:46:47

  Modified: ChangeLog use.desc
  Log:
  Update USE=ffmpeg to mention libav as well since that is how it works.

Revision  ChangesPath
1.9699   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9698
retrieving revision 1.9699
diff -u -r1.9698 -r1.9699
--- ChangeLog   23 Jan 2015 20:25:26 -  1.9698
+++ ChangeLog   23 Jan 2015 23:46:47 -  1.9699
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9698 2015/01/23 
20:25:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9699 2015/01/23 
23:46:47 mgorny 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!
 
+  23 Jan 2015; Michał Górny  use.desc:
+  Update USE=ffmpeg to mention libav as well since that is how it works.
+
   23 Jan 2015; Michał Górny  +desc/cpu_flags_x86.desc:
   Initially commit CPU_FLAGS_X86 for better testing of the script.
 



1.519profiles/use.desc

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/use.desc?rev=1.519&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/use.desc?rev=1.519&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/use.desc?r1=1.518&r2=1.519

Index: use.desc
===
RCS file: /var/cvsroot/gentoo-x86/profiles/use.desc,v
retrieving revision 1.518
retrieving revision 1.519
diff -u -r1.518 -r1.519
--- use.desc12 Dec 2014 09:21:57 -  1.518
+++ use.desc23 Jan 2015 23:46:47 -  1.519
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.518 2014/12/12 
09:21:57 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.519 2015/01/23 
23:46:47 mgorny Exp $
 
 # Keep them sorted
 
@@ -96,7 +96,7 @@
 fam - Enable FAM (File Alteration Monitor) support
 fastcgi - Add support for the FastCGI interface
 fbcon - Add framebuffer support for the console, via the kernel
-ffmpeg - Enable ffmpeg-based audio/video codec support
+ffmpeg - Enable ffmpeg/libav-based audio/video codec support
 fftw - Use FFTW library for computing Fourier transforms
 filecaps - Use Linux file capabilities to control privilege rather than set*id
 firebird - Add support for the Firebird relational database






[gentoo-commits] proj/betagarden:master commit in: sys-boot/grub-invaders/files/, sys-boot/grub-invaders/

2015-01-23 Thread Sebastian Pipping
commit: 8c2e565eb6b1abaa1add938213bda2a5f1721e6a
Author: Sebastian Pipping  pipping  org>
AuthorDate: Fri Jan 23 23:55:05 2015 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Fri Jan 23 23:55:05 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=8c2e565e

sys-boot/grub-invaders: 1.0.0_p12

---
 .../grub-invaders/files/invaders-1.0.0-makefile| 23 +
 .../grub-invaders/grub-invaders-1.0.0_p12.ebuild   | 39 ++
 sys-boot/grub-invaders/metadata.xml|  8 +
 3 files changed, 70 insertions(+)

diff --git a/sys-boot/grub-invaders/files/invaders-1.0.0-makefile 
b/sys-boot/grub-invaders/files/invaders-1.0.0-makefile
new file mode 100644
index 000..8a34f17
--- /dev/null
+++ b/sys-boot/grub-invaders/files/invaders-1.0.0-makefile
@@ -0,0 +1,23 @@
+# Copyright (C) 2015 Sebastian Pipping 
+# Licensed under GPL v2 or later.
+
+OBJCOPY = objcopy
+
+CPPFLAGS = -I.
+CFLAGS += -ffreestanding -m32 -nostdinc -nostdlib -I. -W -Wall
+LDFLAGS += -Wl,-N -Wl,-Ttext -Wl,10 -Wl,--build-id=none
+
+O_FILES = $(patsubst %.c,%.o,$(wildcard *.c))
+
+all: invaders
+
+invaders.exec: $(O_FILES)
+   $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(O_FILES)
+
+invaders: invaders.exec
+   $(OBJCOPY) -O binary $< $@
+
+clean:
+   $(RM) invaders invaders.exec $(O_FILES)
+
+.PHONY: all clean

diff --git a/sys-boot/grub-invaders/grub-invaders-1.0.0_p12.ebuild 
b/sys-boot/grub-invaders/grub-invaders-1.0.0_p12.ebuild
new file mode 100644
index 000..0cdcc6c
--- /dev/null
+++ b/sys-boot/grub-invaders/grub-invaders-1.0.0_p12.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit versionator eutils
+
+MY_PN=invaders
+MY_PV="$(get_version_component_range 1-3)"
+PATCH_V="${PV/*_p/}"
+
+DESCRIPTION="Multi boot compliant kernel game"
+HOMEPAGE="http://www.erikyyy.de/invaders/";
+SRC_URI="http://www.erikyyy.de/${MY_PN}/${MY_PN}-${MY_PV}.tar.gz
+   
mirror://debian/pool/main/${MY_PN:0:1}/${MY_PN}/${MY_PN}_${MY_PV}-${PATCH_V}.debian.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}"/${MY_PN}
+
+src_prepare() {
+   cp ${FILESDIR}/${MY_PN}-${MY_PV}-makefile "${S}"/Makefile || die
+   epatch ../debian/patches/*.patch
+   rm ${MY_PN} || die
+}
+
+src_install() {
+   dodoc README
+
+   insinto /usr/share/doc/${PF}/examples/
+   doins "${WORKDIR}"/debian/examples/grub-menu.lst
+
+   exeinto /boot/
+   doexe ${MY_PN}
+}

diff --git a/sys-boot/grub-invaders/metadata.xml 
b/sys-boot/grub-invaders/metadata.xml
new file mode 100644
index 000..16bcc9f
--- /dev/null
+++ b/sys-boot/grub-invaders/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   sp...@gentoo.org
+   Sebastian Pipping
+   
+



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

2015-01-23 Thread Anthony G. Basile (blueness)
blueness15/01/23 23:56:34

  Modified: ChangeLog
  Added:hardened-sources-3.2.66-r3.ebuild
  Log:
  vanilla-3.2.66 + genpatches-3.2-16 + grsecurity-3.0-3.2.66-201501211939
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1204
retrieving revision 1.1205
diff -u -r1.1204 -r1.1205
--- ChangeLog   16 Jan 2015 18:16:01 -  1.1204
+++ ChangeLog   23 Jan 2015 23:56:34 -  1.1205
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1204 2015/01/16 18:16:01 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1205 2015/01/23 23:56:34 blueness Exp $
+
+*hardened-sources-3.2.66-r3 (23 Jan 2015)
+
+  23 Jan 2015; Anthony G. Basile 
+  +hardened-sources-3.2.66-r3.ebuild:
+  vanilla-3.2.66 + genpatches-3.2-16 + grsecurity-3.0-3.2.66-201501211939
 
   16 Jan 2015; Anthony G. Basile 
   -hardened-sources-3.14.27-r3.ebuild, -hardened-sources-3.14.28.ebuild,



1.1  
sys-kernel/hardened-sources/hardened-sources-3.2.66-r3.ebuild

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

Index: hardened-sources-3.2.66-r3.ebuild
===
# Copyright 1999-2015 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.66-r3.ebuild,v
 1.1 2015/01/23 23:56:34 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}-4"
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] proj/kde:master commit in: kde-plasma/kio-extras/

2015-01-23 Thread Johannes Huber
commit: c5b405ae778b7872a01f9d489315b620e50995f7
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri Jan 23 23:58:30 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri Jan 23 23:58:30 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c5b405ae

[kde-plasma/kio-extras] Fix file collisions

Package-Manager: portage-2.2.15

---
 kde-plasma/kio-extras/kio-extras-5.1.95.ebuild   | 1 +
 kde-plasma/kio-extras/kio-extras-5.2.0.ebuild| 1 +
 kde-plasma/kio-extras/kio-extras-5.2..ebuild | 1 +
 kde-plasma/kio-extras/kio-extras-.ebuild | 1 +
 4 files changed, 4 insertions(+)

diff --git a/kde-plasma/kio-extras/kio-extras-5.1.95.ebuild 
b/kde-plasma/kio-extras/kio-extras-5.1.95.ebuild
index 95522de..f7fbfa4 100644
--- a/kde-plasma/kio-extras/kio-extras-5.1.95.ebuild
+++ b/kde-plasma/kio-extras/kio-extras-5.1.95.ebuild
@@ -53,6 +53,7 @@ RDEPEND="${COMMON_DEPEND}
!kde-base/kcontrol:4
!kde-base/kdebase-kioslaves:4[-minimal(-)]
!kde-base/kio-extras
+   !kde-misc/kio-mtp
 "
 DEPEND="${COMMON_DEPEND}
x11-misc/shared-mime-info

diff --git a/kde-plasma/kio-extras/kio-extras-5.2.0.ebuild 
b/kde-plasma/kio-extras/kio-extras-5.2.0.ebuild
index 95522de..f7fbfa4 100644
--- a/kde-plasma/kio-extras/kio-extras-5.2.0.ebuild
+++ b/kde-plasma/kio-extras/kio-extras-5.2.0.ebuild
@@ -53,6 +53,7 @@ RDEPEND="${COMMON_DEPEND}
!kde-base/kcontrol:4
!kde-base/kdebase-kioslaves:4[-minimal(-)]
!kde-base/kio-extras
+   !kde-misc/kio-mtp
 "
 DEPEND="${COMMON_DEPEND}
x11-misc/shared-mime-info

diff --git a/kde-plasma/kio-extras/kio-extras-5.2..ebuild 
b/kde-plasma/kio-extras/kio-extras-5.2..ebuild
index e749fe1..eb13055 100644
--- a/kde-plasma/kio-extras/kio-extras-5.2..ebuild
+++ b/kde-plasma/kio-extras/kio-extras-5.2..ebuild
@@ -53,6 +53,7 @@ RDEPEND="${COMMON_DEPEND}
!kde-base/kcontrol:4
!kde-base/kdebase-kioslaves:4[-minimal(-)]
!kde-base/kio-extras
+   !kde-misc/kio-mtp
 "
 DEPEND="${COMMON_DEPEND}
x11-misc/shared-mime-info

diff --git a/kde-plasma/kio-extras/kio-extras-.ebuild 
b/kde-plasma/kio-extras/kio-extras-.ebuild
index e749fe1..eb13055 100644
--- a/kde-plasma/kio-extras/kio-extras-.ebuild
+++ b/kde-plasma/kio-extras/kio-extras-.ebuild
@@ -53,6 +53,7 @@ RDEPEND="${COMMON_DEPEND}
!kde-base/kcontrol:4
!kde-base/kdebase-kioslaves:4[-minimal(-)]
!kde-base/kio-extras
+   !kde-misc/kio-mtp
 "
 DEPEND="${COMMON_DEPEND}
x11-misc/shared-mime-info



[gentoo-commits] proj/kde:master commit in: kde-misc/kio-mtp/

2015-01-23 Thread Johannes Huber
commit: 58423ddaf8617ba410a1e6df9a746913dd7fef74
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri Jan 23 23:54:49 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri Jan 23 23:54:49 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=58423dda

[kde-misc/kio-mtp] Removed, merged into kde-plasma/kio-extras

Package-Manager: portage-2.2.15

---
 kde-misc/kio-mtp/kio-mtp-5..ebuild | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/kde-misc/kio-mtp/kio-mtp-5..ebuild 
b/kde-misc/kio-mtp/kio-mtp-5..ebuild
deleted file mode 100644
index 61b68d2..000
--- a/kde-misc/kio-mtp/kio-mtp-5..ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-EGIT_BRANCH="frameworks"
-inherit kde5
-
-DESCRIPTION="MTP KIO-Client for KDE"
-HOMEPAGE="https://projects.kde.org/projects/playground/base/kio-mtp";
-
-LICENSE="GPL-2"
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="
-   >=media-libs/libmtp-1.1.3
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep solid)
-   $(add_frameworks_dep kio)
-"
-RDEPEND="${DEPEND}"



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

2015-01-23 Thread Anthony G. Basile (blueness)
blueness15/01/23 23:58:12

  Modified: ChangeLog
  Added:hardened-sources-3.14.29.ebuild
  Log:
  vanilla-3.14.29 + genpatches-3.14-34 + grsecurity-3.0-3.14.29-201501211943
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1205
retrieving revision 1.1206
diff -u -r1.1205 -r1.1206
--- ChangeLog   23 Jan 2015 23:56:34 -  1.1205
+++ ChangeLog   23 Jan 2015 23:58:12 -  1.1206
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1205 2015/01/23 23:56:34 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1206 2015/01/23 23:58:12 blueness Exp $
+
+*hardened-sources-3.14.29 (24 Jan 2015)
+
+  24 Jan 2015; Anthony G. Basile 
+  +hardened-sources-3.14.29.ebuild:
+  vanilla-3.14.29 + genpatches-3.14-34 + grsecurity-3.0-3.14.29-201501211943
 
 *hardened-sources-3.2.66-r3 (23 Jan 2015)
 



1.1  sys-kernel/hardened-sources/hardened-sources-3.14.29.ebuild

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

Index: hardened-sources-3.14.29.ebuild
===
# Copyright 1999-2015 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.29.ebuild,v
 1.1 2015/01/23 23:58:12 blueness Exp $

EAPI="5"

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

inherit kernel-2
detect_version

HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1"
HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2";
SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"

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.18.3.ebuild ChangeLog

2015-01-23 Thread Anthony G. Basile (blueness)
blueness15/01/23 23:59:50

  Modified: ChangeLog
  Added:hardened-sources-3.18.3.ebuild
  Log:
  vanilla-3.18.3  + genpatches-3.18-5 + grsecurity-3.0-3.18.3-201501211944
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1206
retrieving revision 1.1207
diff -u -r1.1206 -r1.1207
--- ChangeLog   23 Jan 2015 23:58:12 -  1.1206
+++ ChangeLog   23 Jan 2015 23:59:50 -  1.1207
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1206 2015/01/23 23:58:12 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1207 2015/01/23 23:59:50 blueness Exp $
+
+*hardened-sources-3.18.3 (24 Jan 2015)
+
+  24 Jan 2015; Anthony G. Basile 
+  +hardened-sources-3.18.3.ebuild:
+  vanilla-3.18.3  + genpatches-3.18-5 + grsecurity-3.0-3.18.3-201501211944
 
 *hardened-sources-3.14.29 (24 Jan 2015)
 



1.1  sys-kernel/hardened-sources/hardened-sources-3.18.3.ebuild

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

Index: hardened-sources-3.18.3.ebuild
===
# Copyright 1999-2015 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.18.3.ebuild,v
 1.1 2015/01/23 23:59:50 blueness Exp $

EAPI="5"

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

inherit kernel-2
detect_version

HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1"
HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2";
SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"

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] proj/kde:master commit in: kde-apps/konsole/

2015-01-23 Thread Johannes Huber
commit: ed894b97748f958ce326c0fda23032cf74a235e9
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Jan 24 00:03:25 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jan 24 00:03:25 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ed894b97

[kde-apps/konsole] Fix blocker

Package-Manager: portage-2.2.15

---
 kde-apps/konsole/konsole-14.12.1.ebuild | 2 +-
 kde-apps/konsole/konsole-.ebuild| 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/kde-apps/konsole/konsole-14.12.1.ebuild 
b/kde-apps/konsole/konsole-14.12.1.ebuild
index bfc0b8e..777e099 100644
--- a/kde-apps/konsole/konsole-14.12.1.ebuild
+++ b/kde-apps/konsole/konsole-14.12.1.ebuild
@@ -43,7 +43,7 @@ DEPEND="
X? ( x11-libs/libX11 )
 "
 RDEPEND="${DEPEND}
-   !kde-base/konsole:4
+   !kde-base/konsole
 "
 
 src_configure() {

diff --git a/kde-apps/konsole/konsole-.ebuild 
b/kde-apps/konsole/konsole-.ebuild
index fe49ed6..26b7ffe 100644
--- a/kde-apps/konsole/konsole-.ebuild
+++ b/kde-apps/konsole/konsole-.ebuild
@@ -45,7 +45,8 @@ DEPEND="
X? ( x11-libs/libX11 )
 "
 RDEPEND="${DEPEND}
-   !kde-base/konsole:4
+   !kde-apps/konsole:4
+   !kde-base/konsole
 "
 
 PATCHES=( "${FILESDIR}/${PN}--tests-optional.patch" )



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

2015-01-23 Thread Johannes Huber
commit: bffd5128786065bf5cdd31ba654361fcecf8b83a
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Jan 24 00:13:24 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jan 24 00:13:24 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=bffd5128

[eclass] Add blocker to kde-apps

Block all packages from kde-base and those out of kde-apps with SLOT 4.

---
 eclass/kde5.eclass | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 0bff4ce..af0b076 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -123,6 +123,13 @@ case ${KDE_AUTODEPS} in
RDEPEND+=" !kde-base/kde-l10n:4"
fi
 
+   if [[ ${CATEGORY} == kde-apps ]]; then
+   RDEPEND+="
+   !kde-apps/${PN}:4
+   !kde-base/${PN}
+   "
+   fi
+
unset ecm_version
;;
 esac



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

2015-01-23 Thread Andreas HAttel (dilfridge)
dilfridge15/01/24 00:38:29

  Modified: index.xml
  Log:
  Page migrated to the wiki

Revision  ChangesPath
1.18 xml/htdocs/proj/en/base/hppa/index.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/hppa/index.xml?rev=1.18&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/hppa/index.xml?rev=1.18&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/hppa/index.xml?r1=1.17&r2=1.18

Index: index.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/hppa/index.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- index.xml   14 Feb 2013 05:08:07 -  1.17
+++ index.xml   24 Jan 2015 00:38:29 -  1.18
@@ -3,7 +3,7 @@
 
 
 
-
+http://wiki.gentoo.org/wiki/Project:HPPA";>
Gentoo HPPA
Gentoo Linux HPPA Development
 






[gentoo-commits] gentoo commit in xml/htdocs/proj/en/prog_lang/ada: dev_reference.xml index.xml notes.xml

2015-01-23 Thread Andreas HAttel (dilfridge)
dilfridge15/01/24 01:07:43

  Modified: dev_reference.xml index.xml notes.xml
  Log:
  All migrated to the wiki, in its glory.

Revision  ChangesPath
1.10 xml/htdocs/proj/en/prog_lang/ada/dev_reference.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ada/dev_reference.xml?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ada/dev_reference.xml?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ada/dev_reference.xml?r1=1.9&r2=1.10

Index: dev_reference.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/prog_lang/ada/dev_reference.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- dev_reference.xml   28 Oct 2012 15:21:11 -  1.9
+++ dev_reference.xml   24 Jan 2015 01:07:43 -  1.10
@@ -1,6 +1,6 @@
 
 
-
+http://wiki.gentoo.org/wiki/Project:Ada/DevReference";>
 
 Developer reference: Internal structure and organization of Ada 
packages.
 



1.6  xml/htdocs/proj/en/prog_lang/ada/index.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ada/index.xml?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ada/index.xml?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ada/index.xml?r1=1.5&r2=1.6

Index: index.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/prog_lang/ada/index.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- index.xml   14 Sep 2012 12:13:34 -  1.5
+++ index.xml   24 Jan 2015 01:07:43 -  1.6
@@ -2,7 +2,7 @@
 
 
  
-
+http://wiki.gentoo.org/wiki/Project:Ada";>
Ada
Gentoo Resources for Ada
 



1.3  xml/htdocs/proj/en/prog_lang/ada/notes.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ada/notes.xml?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ada/notes.xml?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ada/notes.xml?r1=1.2&r2=1.3

Index: notes.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/prog_lang/ada/notes.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- notes.xml   28 Oct 2012 15:21:11 -  1.2
+++ notes.xml   24 Jan 2015 01:07:43 -  1.3
@@ -1,6 +1,6 @@
 
 
-
+http://wiki.gentoo.org/wiki/Project:Ada/Notes";>
 
   General development/structure notes.
   






  1   2   >