[gentoo-commits] gentoo-x86 commit in x11-wm/wmfs/files: wmfs-99999999-desktop.patch

2015-07-27 Thread Jeroen Roovers (jer)
jer 15/07/28 05:57:17

  Added:wmfs--desktop.patch
  Log:
  Live ebuild.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.1  x11-wm/wmfs/files/wmfs--desktop.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/wmfs/files/wmfs--desktop.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/wmfs/files/wmfs--desktop.patch?rev=1.1content-type=text/plain

Index: wmfs--desktop.patch
===
--- a/wmfs.desktop
+++ b/wmfs.desktop
@@ -1,5 +1,4 @@
 [Desktop Entry]
-Encoding=UTF-8
 Type=Application
 Name=wmfs
 Comment=Window Manager From Scratch






[gentoo-commits] gentoo-x86 commit in x11-wm/wmfs: ChangeLog wmfs-99999999.ebuild metadata.xml

2015-07-27 Thread Jeroen Roovers (jer)
jer 15/07/28 05:57:16

  Modified: ChangeLog metadata.xml
  Added:wmfs-.ebuild
  Log:
  Live ebuild.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.4  x11-wm/wmfs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/wmfs/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/wmfs/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/wmfs/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/wmfs/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   28 Jul 2015 05:13:54 -  1.3
+++ ChangeLog   28 Jul 2015 05:57:16 -  1.4
@@ -1,6 +1,12 @@
 # ChangeLog for x11-wm/wmfs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmfs/ChangeLog,v 1.3 2015/07/28 
05:13:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmfs/ChangeLog,v 1.4 2015/07/28 
05:57:16 jer Exp $
+
+*wmfs- (28 Jul 2015)
+
+  28 Jul 2015; Jeroen Roovers j...@gentoo.org +wmfs-.ebuild,
+  +files/wmfs--desktop.patch:
+  Live ebuild.
 
   28 Jul 2015; Jeroen Roovers j...@gentoo.org wmfs-201003.ebuild:
   Depend on media-libs/imlib2[X] (bug #556014 by Toralf Förster).



1.3  x11-wm/wmfs/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/wmfs/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml16 Jun 2015 06:44:14 -  1.2
+++ metadata.xml28 Jul 2015 05:57:16 -  1.3
@@ -1,10 +1,13 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-   maintainer
-   emailj...@gentoo.org/email
-   /maintainer
-   upstream
-   remote-id type=githubxorg62/wmfs/remote-id
-   /upstream
+maintainer
+emailj...@gentoo.org/email
+/maintainer
+use
+flag name='imlib2'Enable image support through 
pkgmedia-libs/imlib2/pkg/flag
+/use
+upstream
+remote-id type=githubxorg62/wmfs/remote-id
+/upstream
 /pkgmetadata



1.1  x11-wm/wmfs/wmfs-.ebuild

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

Index: wmfs-.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmfs/wmfs-.ebuild,v 1.1 
2015/07/28 05:57:16 jer Exp $

EAPI=5
inherit eutils git-r3

DESCRIPTION=Window Manager From Scratch, A tiling window manager highly 
configurable
HOMEPAGE=https://github.com/xorg62/wmfs;
EGIT_REPO_URI=${HOMEPAGE}

LICENSE=BSD
SLOT=0
KEYWORDS=
IUSE=+imlib2 +xinerama

RDEPEND=
media-libs/freetype
media-libs/imlib2[X]
x11-libs/libX11
x11-libs/libXft
x11-libs/libXinerama
x11-libs/libXrandr

DEPEND=
${RDEPEND}
virtual/pkgconfig
x11-proto/randrproto
x11-proto/xineramaproto
x11-proto/xproto


src_prepare() {
epatch \
${FILESDIR}/${PN}--desktop.patch

sed -i -e '/^which dpkg/s|.*|false|g' configure || die
}

src_configure() {
# not autotools based
local ECHO
for ECHO in echo ''; do
${ECHO} sh configure \
$(usex xinerama '' --without-xinerama) \
$(usex imlib2 '' --without-imlib2) \
--prefix /usr \
--man-prefix /usr/share/man \
--xdg-config-dir /etc/xdg \
|| die
done
}

src_install() {
default
rm -r ${D}/usr/share/${PN}
dodoc README
}






[gentoo-commits] gentoo-x86 commit in dev-java/portletapi: portletapi-2.0.ebuild ChangeLog

2015-07-27 Thread Patrice Clement (monsieurp)
monsieurp15/07/27 11:31:58

  Modified: portletapi-2.0.ebuild ChangeLog
  Log:
  Fix SRC_URI.
  
  Signed-off-by: Patrice Clement monsie...@gentoo.org
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.3  dev-java/portletapi/portletapi-2.0.ebuild

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

Index: portletapi-2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/portletapi/portletapi-2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- portletapi-2.0.ebuild   21 Jul 2015 13:18:11 -  1.2
+++ portletapi-2.0.ebuild   27 Jul 2015 11:31:58 -  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/dev-java/portletapi/portletapi-2.0.ebuild,v 
1.2 2015/07/21 13:18:11 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/portletapi/portletapi-2.0.ebuild,v 
1.3 2015/07/27 11:31:58 monsieurp Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 
 DESCRIPTION=Portlet API 2.0 developed by the Java Community Process JSR-286
 HOMEPAGE=https://jcp.org/en/jsr/detail?id=286;
-SRC_URI=http://mirrors.ibiblio.org/maven2/javax/portlet/${PN}/${PV}/${MY_P}-sources.jar;
+SRC_URI=http://mirrors.ibiblio.org/maven2/javax/portlet/${MY_PN}/${PV}/${MY_P}-sources.jar;
 
 LICENSE=Apache-2.0
 SLOT=2.0



1.11 dev-java/portletapi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/portletapi/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   21 Jul 2015 13:18:11 -  1.10
+++ ChangeLog   27 Jul 2015 11:31:58 -  1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/portletapi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/portletapi/ChangeLog,v 1.10 
2015/07/21 13:18:11 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/portletapi/ChangeLog,v 1.11 
2015/07/27 11:31:58 monsieurp Exp $
+
+  27 Jul 2015; Patrice Clement monsie...@gentoo.org portletapi-2.0.ebuild:
+  Fix SRC_URI.
 
   21 Jul 2015; Patrice Clement monsie...@gentoo.org portletapi-2.0.ebuild:
   Discard JAVA_PKG_WANT_{SOURCE,TARGET} flags.






[gentoo-commits] gentoo-x86 commit in net-irc/weechat/files: weechat-1.2-tinfo.patch

2015-07-27 Thread Justin Lecher (jlec)
jlec15/07/27 11:42:48

  Added:weechat-1.2-tinfo.patch
  Log:
  Fix for ncurses[tinfo], bug #507170
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.1  net-irc/weechat/files/weechat-1.2-tinfo.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/files/weechat-1.2-tinfo.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/files/weechat-1.2-tinfo.patch?rev=1.1content-type=text/plain

Index: weechat-1.2-tinfo.patch
===
 src/gui/curses/CMakeLists.txt | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/gui/curses/CMakeLists.txt b/src/gui/curses/CMakeLists.txt
index 284956f..492fc77 100644
--- a/src/gui/curses/CMakeLists.txt
+++ b/src/gui/curses/CMakeLists.txt
@@ -35,7 +35,14 @@ main.c)
 
 set(EXECUTABLE weechat)
 
-find_package(Ncurses)
+
+find_package(PkgConfig)
+pkg_search_module(NCURSES ncursesw ncurses)
+
+if(NOT NCURSES_FOUND)
+  find_package(Ncurses)
+endif(NCURSES_FOUND)
+
 if(NCURSES_FOUND)
   check_include_files(ncursesw/ncurses.h NCURSESW_HEADERS)
   if(NCURSESW_HEADERS)
@@ -46,7 +53,7 @@ if(NCURSES_FOUND)
   add_definitions(-DHAVE_NCURSES_H)
 endif()
   endif()
-  list(APPEND EXTRA_LIBS ${NCURSES_LIBRARY})
+  list(APPEND EXTRA_LIBS ${NCURSES_LIBRARY} ${NCURSES_LIBRARIES} )
 endif()
 
 if(${CMAKE_SYSTEM_NAME} STREQUAL FreeBSD)






[gentoo-commits] gentoo-x86 commit in net-irc/weechat: weechat-1.2.ebuild weechat-9999.ebuild ChangeLog

2015-07-27 Thread Justin Lecher (jlec)
jlec15/07/27 11:42:48

  Modified: weechat-1.2.ebuild weechat-.ebuild ChangeLog
  Log:
  Fix for ncurses[tinfo], bug #507170
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.3  net-irc/weechat/weechat-1.2.ebuild

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

Index: weechat-1.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-1.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- weechat-1.2.ebuild  26 May 2015 14:25:14 -  1.2
+++ weechat-1.2.ebuild  27 Jul 2015 11:42:47 -  1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-1.2.ebuild,v 1.2 
2015/05/26 14:25:14 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-1.2.ebuild,v 1.3 
2015/07/27 11:42:47 jlec Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-inherit python-single-r1 multilib cmake-utils
+inherit eutils python-single-r1 multilib cmake-utils
 
 if [[ ${PV} ==  ]] ; then
inherit git-r3
@@ -61,6 +61,8 @@
 # tests need to be fixed to not use system plugins if weechat is already 
installed
 RESTRICT=test
 
+PATCHES=( ${FILESDIR}/${P}-tinfo.patch )
+
 pkg_setup() {
use python  python-single-r1_pkg_setup
 }
@@ -68,6 +70,8 @@
 src_prepare() {
local i
 
+   epatch ${PATCHES[@]}
+
# fix libdir placement
sed -i \
-e s:lib/:$(get_libdir)/:g \



1.41 net-irc/weechat/weechat-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/weechat-.ebuild?rev=1.41view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/weechat-.ebuild?rev=1.41content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/weechat-.ebuild?r1=1.40r2=1.41

Index: weechat-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-.ebuild,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- weechat-.ebuild 16 May 2015 19:19:32 -  1.40
+++ weechat-.ebuild 27 Jul 2015 11:42:47 -  1.41
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-.ebuild,v 1.40 
2015/05/16 19:19:32 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-.ebuild,v 1.41 
2015/07/27 11:42:47 jlec Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-inherit python-single-r1 multilib cmake-utils
+inherit eutils python-single-r1 multilib cmake-utils
 
 if [[ ${PV} ==  ]] ; then
inherit git-r3
@@ -61,6 +61,8 @@
 # tests need to be fixed to not use system plugins if weechat is already 
installed
 RESTRICT=test
 
+PATCHES=( ${FILESDIR}/${PN}-1.2-tinfo.patch )
+
 pkg_setup() {
use python  python-single-r1_pkg_setup
 }
@@ -68,6 +70,8 @@
 src_prepare() {
local i
 
+   epatch ${PATCHES[@]}
+
# fix libdir placement
sed -i \
-e s:lib/:$(get_libdir)/:g \



1.161net-irc/weechat/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/ChangeLog?rev=1.161view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/ChangeLog?rev=1.161content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/ChangeLog?r1=1.160r2=1.161

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- ChangeLog   26 May 2015 14:25:14 -  1.160
+++ ChangeLog   27 Jul 2015 11:42:47 -  1.161
@@ -1,6 +1,10 @@
 # ChangeLog for net-irc/weechat
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.160 
2015/05/26 14:25:14 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.161 
2015/07/27 11:42:47 jlec Exp $
+
+  27 Jul 2015; Justin Lecher j...@gentoo.org +files/weechat-1.2-tinfo.patch,
+  weechat-1.2.ebuild, weechat-.ebuild:
+  Fix for ncurses[tinfo], bug #507170
 
   26 May 2015; Tim Harder radher...@gentoo.org weechat-1.2.ebuild:
   Explicitly 

[gentoo-commits] gentoo-x86 commit in sys-kernel/aufs-sources: aufs-sources-3.18.19.ebuild aufs-sources-4.0.9.ebuild aufs-sources-4.1.3.ebuild ChangeLog aufs-sources-3.14.46.ebuild aufs-sources-4.1.1.

2015-07-27 Thread Justin Lecher (jlec)
jlec15/07/27 13:23:31

  Modified: ChangeLog
  Added:aufs-sources-3.18.19.ebuild
aufs-sources-4.0.9.ebuild aufs-sources-4.1.3.ebuild
  Removed:  aufs-sources-3.14.46.ebuild
aufs-sources-4.1.1.ebuild
  Log:
  Bump to latest aufs, genpatches and linux release
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.196sys-kernel/aufs-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -r1.195 -r1.196
--- ChangeLog   3 Jul 2015 12:45:22 -   1.195
+++ ChangeLog   27 Jul 2015 13:23:31 -  1.196
@@ -1,6 +1,15 @@
 # ChangeLog for sys-kernel/aufs-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v 1.195 
2015/07/03 12:45:22 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v 1.196 
2015/07/27 13:23:31 jlec Exp $
+
+*aufs-sources-3.18.19 (27 Jul 2015)
+*aufs-sources-4.0.9 (27 Jul 2015)
+*aufs-sources-4.1.3 (27 Jul 2015)
+
+  27 Jul 2015; Justin Lecher j...@gentoo.org +aufs-sources-3.18.19.ebuild,
+  +aufs-sources-4.0.9.ebuild, +aufs-sources-4.1.3.ebuild,
+  -aufs-sources-3.14.46.ebuild, -aufs-sources-4.1.1.ebuild:
+  Bump to latest aufs, genpatches and linux release
 
 *aufs-sources-3.14.46 (03 Jul 2015)
 *aufs-sources-4.0.7 (03 Jul 2015)



1.1  sys-kernel/aufs-sources/aufs-sources-3.18.19.ebuild

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

Index: aufs-sources-3.18.19.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.18.19.ebuild,v 
1.1 2015/07/27 13:23:31 jlec Exp $

EAPI=5

ETYPE=sources
K_WANT_GENPATCHES=base extras experimental
K_GENPATCHES_VER=19
K_DEBLOB_AVAILABLE=1
UNIPATCH_STRICTORDER=1
inherit kernel-2 eutils readme.gentoo
detect_version
detect_arch

AUFS_VERSION=3.18.1+_p20150629
AUFS_TARBALL=aufs-sources-${AUFS_VERSION}.tar.xz
# git archive -v --remote=git://git.code.sf.net/p/aufs/aufs3-standalone 
aufs${AUFS_VERSION/_p*}  aufs-sources-${AUFS_VERSION}.tar
AUFS_URI=http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL};

KEYWORDS=~amd64 ~x86
HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches 
http://aufs.sourceforge.net/;
IUSE=deblob experimental module vanilla

DESCRIPTION=Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree and aufs3 support
SRC_URI=
${KERNEL_URI}
${ARCH_URI}
${AUFS_URI}
!vanilla? ( ${GENPATCHES_URI} )


PDEPEND==sys-fs/aufs-util-3*

README_GENTOO_SUFFIX=-r1

src_unpack() {
if use vanilla; then
unset UNIPATCH_LIST_GENPATCHES UNIPATCH_LIST_DEFAULT
ewarn You are using USE=vanilla
ewarn This will drop all support from the gentoo kernel 
security team
fi

UNIPATCH_LIST=
${WORKDIR}/aufs3-kbuild.patch
${WORKDIR}/aufs3-base.patch
${WORKDIR}/aufs3-mmap.patch

use module  UNIPATCH_LIST+= ${WORKDIR}/aufs3-standalone.patch

unpack ${AUFS_TARBALL}

einfo Using aufs3 version: ${AUFS_VERSION}

kernel-2_src_unpack
}

src_prepare() {
if ! use module; then
sed -e 's:tristate:bool:g' -i ${WORKDIR}/fs/aufs/Kconfig || 
die
fi
cp -f ${WORKDIR}/include/uapi/linux/aufs_type.h 
include/uapi/linux/aufs_type.h || die
cp -rf ${WORKDIR}/{Documentation,fs} . || die
}

src_install() {
kernel-2_src_install
dodoc ${WORKDIR}/{aufs3-loopback,vfs-ino,tmpfs-idr}.patch
docompress -x 
/usr/share/doc/${PF}/{aufs3-loopback,vfs-ino,tmpfs-idr}.patch
readme.gentoo_create_doc
}

pkg_postinst() {
kernel-2_pkg_postinst
einfo For more info on this patchset, and how to report problems, see:
einfo ${HOMEPAGE}
has_version sys-fs/aufs-util || \
elog In order to use aufs FS you need to install 
sys-fs/aufs-util

   

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

2015-07-27 Thread Anthony G. Basile
commit: cc95dd065f1184b4fa71fb7f6ab9be557df63ed4
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Mon Jul 27 13:17:06 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Mon Jul 27 13:17:06 2015 +
URL:https://gitweb.gentoo.org/proj/hardened-dev.git/commit/?id=cc95dd06

sys-kernel/hardened-sources: testing patchset 20150726

Package-Manager: portage-2.2.20
Manifest-Sign-Key: 0xF52D4BBA

 ...rdened-sources-4.1.3.ebuild = hardened-sources-3.14.48-r2.ebuild} | 4 ++--
 ...ned-sources-3.14.48-r1.ebuild = hardened-sources-4.1.3-r1.ebuild} | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-kernel/hardened-sources/hardened-sources-4.1.3.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.14.48-r2.ebuild
similarity index 95%
rename from sys-kernel/hardened-sources/hardened-sources-4.1.3.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.14.48-r2.ebuild
index b0bf216..bee3b11 100644
--- a/sys-kernel/hardened-sources/hardened-sources-4.1.3.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.14.48-r2.ebuild
@@ -6,13 +6,13 @@ EAPI=5
 
 ETYPE=sources
 K_WANT_GENPATCHES=base
-K_GENPATCHES_VER=7
+K_GENPATCHES_VER=53
 K_DEBLOB_AVAILABLE=1
 
 inherit kernel-2
 detect_version
 
-HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1
+HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-3
 
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.14.48-r1.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-4.1.3-r1.ebuild
similarity index 98%
rename from sys-kernel/hardened-sources/hardened-sources-3.14.48-r1.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-4.1.3-r1.ebuild
index 4128885..773b2c6 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.14.48-r1.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-4.1.3-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 ETYPE=sources
 K_WANT_GENPATCHES=base
-K_GENPATCHES_VER=53
+K_GENPATCHES_VER=7
 K_DEBLOB_AVAILABLE=1
 
 inherit kernel-2



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

2015-07-27 Thread Patrice Clement (monsieurp)
monsieurp15/07/27 12:10:51

  Modified: jsr93-1.0.ebuild ChangeLog
  Added:jsr93-1.0-r1.ebuild
  Log:
  EAPI 5 bump. Mend SRC_URI. Fixes bug 259972.
  
  Signed-off-by: Patrice Clement monsie...@gentoo.org
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.2  dev-java/jsr93/jsr93-1.0.ebuild

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

Index: jsr93-1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/jsr93/jsr93-1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jsr93-1.0.ebuild1 May 2007 19:44:48 -   1.1
+++ jsr93-1.0.ebuild27 Jul 2015 12:10:51 -  1.2
@@ -1,13 +1,13 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jsr93/jsr93-1.0.ebuild,v 1.1 
2007/05/01 19:44:48 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jsr93/jsr93-1.0.ebuild,v 1.2 
2015/07/27 12:10:51 monsieurp Exp $
 
 JAVA_PKG_IUSE=source
 
 inherit java-pkg-2 java-ant-2
 
 DESCRIPTION=Java API for XML Registries (JAXR) - API
-HOMEPAGE=http://java.sun.com/xml/downloads/jaxr.html;
+HOMEPAGE=http://download.oracle.com/otndocs/jcp/jaxr-1.0-fr-oth-JSpec/;
 SRC_URI=jaxr-1_0-fr-spec.zip
 
 LICENSE=sun-jsr93



1.3  dev-java/jsr93/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/jsr93/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   11 Aug 2007 21:46:30 -  1.2
+++ ChangeLog   27 Jul 2015 12:10:51 -  1.3
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/jsr93
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jsr93/ChangeLog,v 1.2 2007/08/11 
21:46:30 nelchael Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jsr93/ChangeLog,v 1.3 2015/07/27 
12:10:51 monsieurp Exp $
+
+*jsr93-1.0-r1 (27 Jul 2015)
+
+  27 Jul 2015; Patrice Clement monsie...@gentoo.org +jsr93-1.0-r1.ebuild,
+  jsr93-1.0.ebuild:
+  EAPI 5 bump. Mend SRC_URI. Fixes bug 259972.
 
   11 Aug 2007; Krzysiek Pawlik nelch...@gentoo.org metadata.xml:
   Remove myself from maintainer.
@@ -10,4 +16,3 @@
   01 May 2007; Krzysiek Pawlik nelch...@gentoo.org +files/build.xml-1.0,
   +metadata.xml, +jsr93-1.0.ebuild:
   Initial commit of jsr93.
-



1.1  dev-java/jsr93/jsr93-1.0-r1.ebuild

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

Index: jsr93-1.0-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jsr93/jsr93-1.0-r1.ebuild,v 1.1 
2015/07/27 12:10:51 monsieurp Exp $
EAPI=5

JAVA_PKG_IUSE=source

inherit java-pkg-2 java-ant-2

DESCRIPTION=Java API for XML Registries (JAXR) - API
HOMEPAGE=http://download.oracle.com/otndocs/jcp/jaxr-1.0-fr-oth-JSpec/;
SRC_URI=jaxr-1_0-fr-spec.zip

LICENSE=sun-jsr93
RESTRICT=fetch
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86

IUSE=

CDEPEND=dev-java/sun-jaf:0

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

S=${WORKDIR}

JAVA_ANT_ENCODING=ISO-8859-1

pkg_nofetch() {

einfo Please go to
einfo  ${HOMEPAGE}
einfo and download file:
einfo ' Java API for XML Registries Specification 1.0'
einfo Place the file ${SRC_URI} in:
einfo  ${DISTDIR}

}

java_prepare() {
cd ${WORKDIR} || die can't cd in ${WORKDIR}
mkdir src || die
unzip -qq jaxr-apisrc.jar -d src || die unzip failed
rm -v *.jar || die
mkdir lib || die
cd lib || die can't cd in ${WORKDIR}/lib

java-pkg_jar-from sun-jaf

cp ${FILESDIR}/build.xml-${PV} ${S}/build.xml || die
}

src_install() {
java-pkg_dojar 

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

2015-07-27 Thread Tobias Klausmann (klausman)
klausman15/07/27 12:53:13

  Modified: attr-2.4.47-r2.ebuild ChangeLog
  Log:
  Stable on alpha, bug 555746
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.4  sys-apps/attr/attr-2.4.47-r2.ebuild

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

Index: attr-2.4.47-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.47-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- attr-2.4.47-r2.ebuild   24 Jul 2015 03:54:20 -  1.3
+++ attr-2.4.47-r2.ebuild   27 Jul 2015 12:53:13 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.47-r2.ebuild,v 1.3 
2015/07/24 03:54:20 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.47-r2.ebuild,v 1.4 
2015/07/27 12:53:13 klausman Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc 
x86 ~amd64-linux ~arm-linux ~x86-linux
+KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc 
x86 ~amd64-linux ~arm-linux ~x86-linux
 IUSE=nls static-libs
 
 DEPEND=nls? ( sys-devel/gettext )



1.177sys-apps/attr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- ChangeLog   24 Jul 2015 03:54:20 -  1.176
+++ ChangeLog   27 Jul 2015 12:53:13 -  1.177
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/attr
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.176 2015/07/24 
03:54:20 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.177 2015/07/27 
12:53:13 klausman Exp $
+
+  27 Jul 2015; Tobias Klausmann klaus...@gentoo.org attr-2.4.47-r2.ebuild:
+  Stable on alpha, bug 555746
 
   24 Jul 2015; Anthony G. Basile bluen...@gentoo.org attr-2.4.47-r2.ebuild:
   Stable on amd64/ppc/ppc64/x86






[gentoo-commits] gentoo-x86 commit in dev-libs/boost: ChangeLog boost-1.55.0-r2.ebuild boost-1.56.0-r1.ebuild

2015-07-27 Thread Sergey Popov (pinkbyte)
pinkbyte15/07/27 13:06:41

  Modified: ChangeLog boost-1.55.0-r2.ebuild
boost-1.56.0-r1.ebuild
  Log:
  Fix building with USE=context and GCC 5.1 and higher, wrt bugs #546882 and 
#80
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x60C0742D1F357D42)

Revision  ChangesPath
1.362dev-libs/boost/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v
retrieving revision 1.361
retrieving revision 1.362
diff -u -r1.361 -r1.362
--- ChangeLog   23 Jul 2015 19:37:01 -  1.361
+++ ChangeLog   27 Jul 2015 13:06:41 -  1.362
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/boost
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.361 2015/07/23 
19:37:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.362 2015/07/27 
13:06:41 pinkbyte Exp $
+
+  27 Jul 2015; Sergey Popov pinkb...@gentoo.org boost-1.55.0-r2.ebuild,
+  boost-1.56.0-r1.ebuild, +files/boost-1.55.0-variadic-templates.patch:
+  Fix building with USE=context and GCC 5.1 and higher, wrt bugs #546882 and
+  #80
 
   23 Jul 2015; Pacho Ramos pa...@gentoo.org boost-1.56.0-r1.ebuild:
   ppc stable wrt bug #554712



1.16 dev-libs/boost/boost-1.55.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.55.0-r2.ebuild?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.55.0-r2.ebuild?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.55.0-r2.ebuild?r1=1.15r2=1.16

Index: boost-1.55.0-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.55.0-r2.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- boost-1.55.0-r2.ebuild  16 Apr 2015 12:55:41 -  1.15
+++ boost-1.55.0-r2.ebuild  27 Jul 2015 13:06:41 -  1.16
@@ -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-libs/boost/boost-1.55.0-r2.ebuild,v 
1.15 2015/04/16 12:55:41 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.55.0-r2.ebuild,v 
1.16 2015/07/27 13:06:41 pinkbyte Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -108,7 +108,8 @@
${FILESDIR}/${PN}-1.48.0-disable_icu_rpath.patch \
${FILESDIR}/${PN}-1.55.0-context-x32.patch \
${FILESDIR}/${PN}-1.55.0-tools-c98-compat.patch \
-   ${FILESDIR}/${PN}-1.52.0-threads.patch
+   ${FILESDIR}/${PN}-1.52.0-threads.patch \
+   ${FILESDIR}/${PN}-1.55.0-variadic-templates.patch
 
epatch_user
 



1.13 dev-libs/boost/boost-1.56.0-r1.ebuild

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

Index: boost-1.56.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.56.0-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- boost-1.56.0-r1.ebuild  23 Jul 2015 19:37:01 -  1.12
+++ boost-1.56.0-r1.ebuild  27 Jul 2015 13:06:41 -  1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.56.0-r1.ebuild,v 
1.12 2015/07/23 19:37:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.56.0-r1.ebuild,v 
1.13 2015/07/27 13:06:41 pinkbyte Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -113,7 +113,8 @@
${FILESDIR}/${PN}-1.55.0-context-x32.patch \
${FILESDIR}/${PN}-1.55.0-tools-c98-compat.patch \
${FILESDIR}/${PN}-1.52.0-threads.patch \
-   ${FILESDIR}/${PN}-1.56.0-build-auto_index-tool.patch
+   ${FILESDIR}/${PN}-1.56.0-build-auto_index-tool.patch \
+   ${FILESDIR}/${PN}-1.55.0-variadic-templates.patch
 
# Do not try to build missing 'wave' tool, bug 

[gentoo-commits] gentoo-x86 commit in media-libs/cogl: cogl-1.20.0.ebuild cogl-1.18.2-r1.ebuild ChangeLog

2015-07-27 Thread Alexandre Rostovtsev (tetromino)
tetromino15/07/27 13:29:46

  Modified: cogl-1.20.0.ebuild cogl-1.18.2-r1.ebuild ChangeLog
  Log:
  Cogl cannot be built with USE=-gles2 -opengl (bug #556018, thanks to Toralf 
Förster).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  ChangesPath
1.3  media-libs/cogl/cogl-1.20.0.ebuild

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

Index: cogl-1.20.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.20.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cogl-1.20.0.ebuild  14 Jun 2015 13:32:27 -  1.2
+++ cogl-1.20.0.ebuild  27 Jul 2015 13:29:46 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.20.0.ebuild,v 1.2 
2015/06/14 13:32:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.20.0.ebuild,v 1.3 
2015/07/27 13:29:46 tetromino Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -15,8 +15,8 @@
 
 # doc and profile disable for now due bugs #484750 and #483332
 IUSE=examples gles2 gstreamer +introspection +kms +opengl +pango test 
wayland # doc profile
-REQUIRED_USE=wayland? ( gles2 )
-
+REQUIRED_USE=wayland? ( gles2 )
+   || ( gles2 opengl )
 KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
 
 COMMON_DEPEND=



1.5  media-libs/cogl/cogl-1.18.2-r1.ebuild

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

Index: cogl-1.18.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.18.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cogl-1.18.2-r1.ebuild   31 Mar 2015 17:56:31 -  1.4
+++ cogl-1.18.2-r1.ebuild   27 Jul 2015 13:29:46 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.18.2-r1.ebuild,v 1.4 
2015/03/31 17:56:31 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.18.2-r1.ebuild,v 1.5 
2015/07/27 13:29:46 tetromino Exp $
 
 EAPI=5
 CLUTTER_LA_PUNT=yes
@@ -15,7 +15,8 @@
 SLOT=1.0/20 # subslot = .so version
 # doc and profile disable for now due bugs #484750 and #483332
 IUSE=examples gles2 gstreamer +introspection +kms +opengl +pango test 
wayland # doc profile
-REQUIRED_USE=wayland? ( gles2 )
+REQUIRED_USE=wayland? ( gles2 )
+   || ( gles2 opengl )
 KEYWORDS=~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86
 
 COMMON_DEPEND=



1.60 media-libs/cogl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/ChangeLog?rev=1.60view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/ChangeLog?rev=1.60content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/ChangeLog?r1=1.59r2=1.60

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/cogl/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   14 Jun 2015 13:32:27 -  1.59
+++ ChangeLog   27 Jul 2015 13:29:46 -  1.60
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/cogl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/ChangeLog,v 1.59 2015/06/14 
13:32:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/ChangeLog,v 1.60 2015/07/27 
13:29:46 tetromino Exp $
+
+  27 Jul 2015; Alexandre Rostovtsev tetrom...@gentoo.org
+  cogl-1.18.2-r1.ebuild, cogl-1.20.0.ebuild:
+  Cogl cannot be built with USE=-gles2 -opengl (bug #556018, thanks to Toralf
+  Förster).
 
   14 Jun 2015; Pacho Ramos pa...@gentoo.org cogl-1.20.0.ebuild, metadata.xml:
   Stop using clutter.eclass






[gentoo-commits] gentoo-x86 commit in net-p2p/mldonkey/files: ocaml4.patch

2015-07-27 Thread Alexis Ballier (aballier)
aballier15/07/27 13:44:18

  Added:ocaml4.patch
  Log:
  fix build with latest ocaml, bug #547078
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.1  net-p2p/mldonkey/files/ocaml4.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/mldonkey/files/ocaml4.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/mldonkey/files/ocaml4.patch?rev=1.1content-type=text/plain

Index: ocaml4.patch
===
Index: mldonkey-3.1.5/src/utils/net/terminal.ml
===
--- mldonkey-3.1.5.orig/src/utils/net/terminal.ml
+++ mldonkey-3.1.5/src/utils/net/terminal.ml
@@ -185,7 +185,6 @@ module Output = struct
   let canal = List.assoc chan !chanmap in
   etat.chan - Some (chan, canal);
   info (sprintf connecte au canal '%s' chan);
-  (* {| canal ALL } *)
with Not_found - (* pas encore de recepteur pour ce canal *)
   try (* on en cree un *)
 let serveur = nsrecord.get_loc chan in






[gentoo-commits] gentoo-x86 commit in net-p2p/mldonkey: mldonkey-3.1.5.ebuild ChangeLog

2015-07-27 Thread Alexis Ballier (aballier)
aballier15/07/27 13:44:18

  Modified: mldonkey-3.1.5.ebuild ChangeLog
  Log:
  fix build with latest ocaml, bug #547078
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.4  net-p2p/mldonkey/mldonkey-3.1.5.ebuild

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

Index: mldonkey-3.1.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-3.1.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mldonkey-3.1.5.ebuild   10 Aug 2014 20:37:42 -  1.3
+++ mldonkey-3.1.5.ebuild   27 Jul 2015 13:44:18 -  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/net-p2p/mldonkey/mldonkey-3.1.5.ebuild,v 
1.3 2014/08/10 20:37:42 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-3.1.5.ebuild,v 
1.4 2015/07/27 13:44:18 aballier Exp $
 
 EAPI=5
 WANT_AUTOCONF=2.5
@@ -57,6 +57,7 @@
eautoconf
cd ${S}
use ocamlopt || sed -i -e s/ocamlopt/idontwantocamlopt/g 
${S}/config/configure || die failed to disable ocamlopt
+   epatch ${FILESDIR}/ocaml4.patch
 }
 
 src_configure() {



1.269net-p2p/mldonkey/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/mldonkey/ChangeLog?rev=1.269view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/mldonkey/ChangeLog?rev=1.269content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/mldonkey/ChangeLog?r1=1.268r2=1.269

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/ChangeLog,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -r1.268 -r1.269
--- ChangeLog   11 Mar 2015 17:24:05 -  1.268
+++ ChangeLog   27 Jul 2015 13:44:18 -  1.269
@@ -1,6 +1,10 @@
 # ChangeLog for net-p2p/mldonkey
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/ChangeLog,v 1.268 
2015/03/11 17:24:05 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/ChangeLog,v 1.269 
2015/07/27 13:44:18 aballier Exp $
+
+  27 Jul 2015; Alexis Ballier aball...@gentoo.org mldonkey-3.1.5.ebuild,
+  +files/ocaml4.patch:
+  fix build with latest ocaml, bug #547078
 
   11 Mar 2015; Manuel Rüger mr...@gentoo.org -mldonkey-3.0.5.ebuild,
   -mldonkey-3.0.7.ebuild, -mldonkey-3.1.0.ebuild:






[gentoo-commits] gentoo-x86 commit in gnome-extra/zeitgeist: zeitgeist-0.9.16.ebuild ChangeLog

2015-07-27 Thread Justin Lecher (jlec)
jlec15/07/27 13:54:04

  Modified: ChangeLog
  Added:zeitgeist-0.9.16.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.49 gnome-extra/zeitgeist/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/zeitgeist/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog   28 Jun 2015 19:16:16 -  1.48
+++ ChangeLog   27 Jul 2015 13:54:03 -  1.49
@@ -1,6 +1,11 @@
 # ChangeLog for gnome-extra/zeitgeist
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zeitgeist/ChangeLog,v 1.48 
2015/06/28 19:16:16 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zeitgeist/ChangeLog,v 1.49 
2015/07/27 13:54:03 jlec Exp $
+
+*zeitgeist-0.9.16 (27 Jul 2015)
+
+  27 Jul 2015; Justin Lecher j...@gentoo.org +zeitgeist-0.9.16.ebuild:
+  Version Bump
 
   28 Jun 2015; Justin Lecher j...@gentoo.org -zeitgeist-0.9.14-r1.ebuild,
   -zeitgeist-0.9.14.ebuild:



1.1  gnome-extra/zeitgeist/zeitgeist-0.9.16.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/zeitgeist/zeitgeist-0.9.16.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/zeitgeist/zeitgeist-0.9.16.ebuild?rev=1.1content-type=text/plain

Index: zeitgeist-0.9.16.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/zeitgeist/zeitgeist-0.9.16.ebuild,v 1.1 
2015/07/27 13:54:03 jlec Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=true
PYTHON_COMPAT=( python2_7 )
VALA_MIN_API_VERSION=0.22

inherit autotools-utils bash-completion-r1 eutils python-r1 vala versionator

DIR_PV=$(get_version_component_range 1-2)

DESCRIPTION=Service to log activities and present to other apps
HOMEPAGE=http://launchpad.net/zeitgeist/;
SRC_URI=http://launchpad.net/zeitgeist/${DIR_PV}/${PV}/+download/${P}.tar.xz
http://dev.gentoo.org/~eva/distfiles/${PN}/${P}.tar.xz;

LICENSE=LGPL-2+ LGPL-3+ GPL-2+
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=+datahub downloads-monitor extensions +fts icu introspection nls plugins 
sql-debug telepathy

REQUIRED_USE=
${PYTHON_REQUIRED_USE}
downloads-monitor? ( datahub )

RDEPEND=
${PYTHON_DEPS}
!gnome-extra/zeitgeist-datahub
dev-libs/json-glib
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/pygobject:2[${PYTHON_USEDEP}]
dev-python/pyxdg[${PYTHON_USEDEP}]
dev-python/rdflib[${PYTHON_USEDEP}]
media-libs/raptor:2
=dev-libs/glib-2.35.4:2
=dev-db/sqlite-3.7.11:3
sys-apps/dbus
datahub? ( x11-libs/gtk+:3 )
extensions? ( gnome-extra/zeitgeist-extensions  )
fts? ( dev-libs/xapian[inmemory] )
icu? ( dev-libs/dee[icu?,${PYTHON_USEDEP}] )
introspection? ( dev-libs/gobject-introspection )
plugins? ( gnome-extra/zeitgeist-datasources )
telepathy? ( net-libs/telepathy-glib )

DEPEND=${RDEPEND}
$(vala_depend)
=dev-util/intltool-0.35
virtual/pkgconfig


src_prepare() {
# pure-python module is better managed manually, see src_install
sed -e 's:python::g' \
-i Makefile.am || die

# Fix direct invocation of python in configure
epatch ${FILESDIR}/${PN}-0.9.15-python-detection.patch

autotools-utils_src_prepare
vala_src_prepare
}

src_configure() {
local myeconfargs=(
--docdir=${EPREFIX}/usr/share/doc/${PF}

--with-session-bus-services-dir=${EPREFIX}/usr/share/dbus-1/services
$(use_enable sql-debug explain-queries)
$(use_enable datahub)
$(use_enable downloads-monitor)
$(use_enable telepathy)
$(use_enable introspection)
$(use_with icu dee-icu)
)

use nls || myeconfargs+=( --disable-nls )
use fts  myeconfargs+=( --enable-fts )

python_setup
autotools-utils_src_configure
}

src_test() {
autotools-utils_src_test TESTS_ENVIRONMENT=dbus-run-session
}

src_install() {
dobashcomp data/completions/zeitgeist-daemon
autotools-utils_src_install
cd python || die

[gentoo-commits] gentoo-x86 commit in net-analyzer/openvas-manager: openvas-manager-5.0.11.ebuild openvas-manager-6.0.4.ebuild ChangeLog openvas-manager-5.0.8.ebuild openvas-manager-5.0.9.ebuild openv

2015-07-27 Thread Justin Lecher (jlec)
jlec15/07/27 14:05:57

  Modified: ChangeLog
  Added:openvas-manager-5.0.11.ebuild
openvas-manager-6.0.4.ebuild
  Removed:  openvas-manager-5.0.8.ebuild
openvas-manager-5.0.9.ebuild
openvas-manager-6.0.1.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.24 net-analyzer/openvas-manager/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openvas-manager/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   19 May 2015 08:56:44 -  1.23
+++ ChangeLog   27 Jul 2015 14:05:57 -  1.24
@@ -1,6 +1,14 @@
 # ChangeLog for net-analyzer/openvas-manager
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-manager/ChangeLog,v 
1.23 2015/05/19 08:56:44 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-manager/ChangeLog,v 
1.24 2015/07/27 14:05:57 jlec Exp $
+
+*openvas-manager-5.0.11 (27 Jul 2015)
+*openvas-manager-6.0.4 (27 Jul 2015)
+
+  27 Jul 2015; Justin Lecher j...@gentoo.org +openvas-manager-5.0.11.ebuild,
+  +openvas-manager-6.0.4.ebuild, -openvas-manager-5.0.8.ebuild,
+  -openvas-manager-5.0.9.ebuild, -openvas-manager-6.0.1.ebuild:
+  Version Bump
 
 *openvas-manager-5.0.10 (19 May 2015)
 *openvas-manager-6.0.3 (19 May 2015)



1.1  net-analyzer/openvas-manager/openvas-manager-5.0.11.ebuild

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

Index: openvas-manager-5.0.11.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/openvas-manager/openvas-manager-5.0.11.ebuild,v
 1.1 2015/07/27 14:05:57 jlec Exp $

EAPI=5

inherit cmake-utils systemd

MY_PN=openvasmd

DL_ID=2105

DESCRIPTION=A remote security scanner for Linux (openvas-manager)
HOMEPAGE=http://www.openvas.org/;
SRC_URI=http://wald.intevation.org/frs/download.php/${DL_ID}/${P}.tar.gz;

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

RDEPEND=
=net-analyzer/openvas-libraries-7.0.10
=dev-db/sqlite-3
!net-analyzer/openvas-administrator
DEPEND=${RDEPEND}
virtual/pkgconfig

PATCHES=(
${FILESDIR}/${PN}-5.0.4-gpgerror.patch
${FILESDIR}/${PN}-5.0.4-bsdsource.patch
${FILESDIR}/${PN}-5.0.4-run.patch
)

src_prepare() {
sed \
-e '/^install.*OPENVAS_CACHE_DIR.*/d' \
-i CMakeLists.txt || die
cmake-utils_src_prepare
}

src_configure() {
local mycmakeargs=(
-DLOCALSTATEDIR=${EPREFIX}/var
-DSYSCONFDIR=${EPREFIX}/etc
)
cmake-utils_src_configure
}

src_install() {
cmake-utils_src_install

insinto /etc/openvas/
doins ${FILESDIR}/${MY_PN}-daemon.conf
dosym ../openvas/${MY_PN}-daemon.conf /etc/conf.d/${PN}

insinto /etc/logrotate.d
newins ${FILESDIR}/${MY_PN}.logrotate ${MY_PN}

newinitd ${FILESDIR}/${MY_PN}.init ${MY_PN}
systemd_dounit ${FILESDIR}/${MY_PN}.service
}



1.1  net-analyzer/openvas-manager/openvas-manager-6.0.4.ebuild

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

Index: openvas-manager-6.0.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/openvas-manager/openvas-manager-6.0.4.ebuild,v
 1.1 2015/07/27 14:05:57 jlec Exp $

EAPI=5

inherit cmake-utils systemd

MY_PN=openvasmd

DL_ID=2133

DESCRIPTION=A remote security scanner for Linux (openvas-manager)
HOMEPAGE=http://www.openvas.org/;

[gentoo-commits] gentoo-x86 commit in media-sound/ams/files: ams-2.1.1-dl.patch

2015-07-27 Thread Lars Wendler (polynomial-c)
polynomial-c15/07/27 11:37:28

  Added:ams-2.1.1-dl.patch
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
981CA6FC)

Revision  ChangesPath
1.1  media-sound/ams/files/ams-2.1.1-dl.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ams/files/ams-2.1.1-dl.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ams/files/ams-2.1.1-dl.patch?rev=1.1content-type=text/plain

Index: ams-2.1.1-dl.patch
===
Missing -ldl for dlsym, dlerror, and dlopen, see http://bugs.gentoo.org/379251

--- ams-2.1.1/src/Makefile.am
+++ ams-2.1.1/src/Makefile.am
@@ -252,6 +252,8 @@
textedit.h \
notelist.h
 
+ams_LDADD = -ldl
+
 translationsdir = $(pkgdatadir)/translations
 translations = \
translations/ams_de.ts \






[gentoo-commits] gentoo-x86 commit in media-sound/ams: ChangeLog ams-2.1.1.ebuild

2015-07-27 Thread Lars Wendler (polynomial-c)
polynomial-c15/07/27 11:37:28

  Modified: ChangeLog
  Added:ams-2.1.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
981CA6FC)

Revision  ChangesPath
1.31 media-sound/ams/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ams/ChangeLog?rev=1.31view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ams/ChangeLog?rev=1.31content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ams/ChangeLog?r1=1.30r2=1.31

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/ams/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   2 Mar 2013 21:53:05 -   1.30
+++ ChangeLog   27 Jul 2015 11:37:28 -  1.31
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/ams
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ams/ChangeLog,v 1.30 2013/03/02 
21:53:05 hwoarang Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ams/ChangeLog,v 1.31 2015/07/27 
11:37:28 polynomial-c Exp $
+
+*ams-2.1.1 (27 Jul 2015)
+
+  27 Jul 2015; Lars Wendler polynomia...@gentoo.org +ams-2.1.1.ebuild,
+  +files/ams-2.1.1-dl.patch:
+  Version bump.
 
   02 Mar 2013; Markos Chandras hwoar...@gentoo.org ams-2.0.1.ebuild:
   Move Qt dependencies to the new category



1.1  media-sound/ams/ams-2.1.1.ebuild

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

Index: ams-2.1.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/ams/ams-2.1.1.ebuild,v 1.1 
2015/07/27 11:37:28 polynomial-c Exp $

EAPI=4
inherit autotools eutils flag-o-matic multilib

DESCRIPTION=Alsa Modular Software Synthesizer
HOMEPAGE=http://alsamodular.sourceforge.net;
SRC_URI=mirror://sourceforge/alsamodular/${P}.tar.bz2

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

RDEPEND=media-libs/alsa-lib
media-sound/jack-audio-connection-kit
dev-qt/qtgui:4
dev-qt/qtopengl:4
media-libs/ladspa-sdk
media-libs/libclalsadrv
!dev-ruby/amrita
DEPEND=${RDEPEND}
virtual/pkgconfig

DOCS=AUTHORS ChangeLog NEWS README THANKS

src_prepare() {
epatch ${FILESDIR}/${P}-dl.patch
eautoreconf
}

src_configure() {
append-ldflags -L/usr/$(get_libdir)/qt4
econf
}






[gentoo-commits] gentoo-x86 commit in dev-libs/boost/files: boost-1.55.0-variadic-templates.patch

2015-07-27 Thread Sergey Popov (pinkbyte)
pinkbyte15/07/27 13:06:41

  Added:boost-1.55.0-variadic-templates.patch
  Log:
  Fix building with USE=context and GCC 5.1 and higher, wrt bugs #546882 and 
#80
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x60C0742D1F357D42)

Revision  ChangesPath
1.1  dev-libs/boost/files/boost-1.55.0-variadic-templates.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/files/boost-1.55.0-variadic-templates.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/files/boost-1.55.0-variadic-templates.patch?rev=1.1content-type=text/plain

Index: boost-1.55.0-variadic-templates.patch
===
From eec808554936ae068b23df07ab54d4dc6302a695 Mon Sep 17 00:00:00 2001
From: jzmaddock jzmadd...@gmail.com
Date: Sat, 23 Aug 2014 09:38:02 +0100
Subject: [PATCH] Fix BOOST_NO_CXX11_VARIADIC_TEMPLATES definition - the
 feature was introduced in GCC 4.4.

---
 boost/config/compiler/gcc.hpp | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/boost/config/compiler/gcc.hpp b/boost/config/compiler/gcc.hpp
index f37159d..97d8a18 100644
--- a/boost/config/compiler/gcc.hpp
+++ b/boost/config/compiler/gcc.hpp
@@ -154,14 +154,6 @@
 #  define BOOST_NO_CXX11_FUNCTION_TEMPLATE_DEFAULT_ARGS
 #  define BOOST_NO_CXX11_RVALUE_REFERENCES
 #  define BOOST_NO_CXX11_STATIC_ASSERT
-
-// Variadic templates compiler:
-//   http://www.generic-programming.org/~dgregor/cpp/variadic-templates.html
-#  if defined(__VARIADIC_TEMPLATES) || (__GNUC__  4) || ((__GNUC__ == 4)  
(__GNUC_MINOR__ = 4)  defined(__GXX_EXPERIMENTAL_CXX0X__))
-#define BOOST_HAS_VARIADIC_TMPL
-#  else
-#define BOOST_NO_CXX11_VARIADIC_TEMPLATES
-#  endif
 #endif
 
 // C++0x features in 4.4.n and later
@@ -176,6 +168,7 @@
 #  define BOOST_NO_CXX11_DELETED_FUNCTIONS
 #  define BOOST_NO_CXX11_TRAILING_RESULT_TYPES
 #  define BOOST_NO_CXX11_INLINE_NAMESPACES
+#  define BOOST_NO_CXX11_VARIADIC_TEMPLATES
 #endif
 
 #if __GNUC__  4 || (__GNUC__ == 4  __GNUC_MINOR__  5)






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

2015-07-27 Thread Patrice Clement (monsieurp)
monsieurp15/07/27 12:41:25

  Modified: ChangeLog
  Added:jaxr-1.0.6-r1.ebuild
  Log:
  EAPI 5 bump.
  
  Signed-off-by: Patrice Clement monsie...@gentoo.org
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.3  dev-java/jaxr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/jaxr/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   11 Aug 2007 21:42:02 -  1.2
+++ ChangeLog   27 Jul 2015 12:41:25 -  1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/jaxr
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jaxr/ChangeLog,v 1.2 2007/08/11 
21:42:02 nelchael Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jaxr/ChangeLog,v 1.3 2015/07/27 
12:41:25 monsieurp Exp $
+
+*jaxr-1.0.6-r1 (27 Jul 2015)
+
+  27 Jul 2015; Patrice Clement monsie...@gentoo.org +jaxr-1.0.6-r1.ebuild:
+  EAPI 5 bump.
 
   11 Aug 2007; Krzysiek Pawlik nelch...@gentoo.org metadata.xml:
   Remove myself from maintainer.
@@ -10,4 +15,3 @@
   01 May 2007; Krzysiek Pawlik nelch...@gentoo.org
   +files/jaxr-1.0.6-javadoc.patch, +metadata.xml, +jaxr-1.0.6.ebuild:
   Initial commit of jaxr.
-



1.1  dev-java/jaxr/jaxr-1.0.6-r1.ebuild

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

Index: jaxr-1.0.6-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jaxr/jaxr-1.0.6-r1.ebuild,v 1.1 
2015/07/27 12:41:25 monsieurp Exp $
EAPI=5

JAVA_PKG_IUSE=doc source

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

DESCRIPTION=Java API for XML Registries
HOMEPAGE=https://glassfish.dev.java.net/;
SRC_URI=mirror://gentoo/${P}.tar.bz2

LICENSE=CDDL
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86
IUSE=

CDEPEND=dev-java/jaxb:2
dev-java/jsr173:0
dev-java/jsr67:0
dev-java/jsr93:0
dev-java/sun-jaf:0
DEPEND==virtual/jdk-1.6
${CDEPEND}
RDEPEND==virtual/jre-1.6
${CDEPEND}

S=${WORKDIR}/${PN}-ri

EANT_BUILD_TARGET=compile
EANT_DOC_TARGET=javadoc-build

EANT_GENTOO_CLASSPATH=
jaxb-2
jsr67
jsr173
jsr93
sun-jaf


java_prepare() {
mkdir ${S}/lib || die

java-pkg_jar-from --into lib jaxb-2
java-pkg_jar-from --into lib jsr67 jsr67.jar saaj-api.jar
java-pkg_jar-from --into lib jsr173 jsr173.jar jsr173_1.0_api.jar
java-pkg_jar-from --into lib jsr93 jsr93-api.jar jaxr-api.jar
java-pkg_jar-from --into lib sun-jaf

epatch ${FILESDIR}/${P}-javadoc.patch

if use doc; then
java-ant_xml-rewrite \
-f ${S}/build.xml \
-c -e javadoc \
-a failonerror \
-v false
fi
}

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

use doc  java-pkg_dojavadoc javadoc
use source  java-pkg_dosrc src/java/*

}






[gentoo-commits] gentoo-x86 commit in app-arch/star: star-1.5.3.ebuild ChangeLog

2015-07-27 Thread Justin Lecher (jlec)
jlec15/07/27 13:08:42

  Modified: star-1.5.3.ebuild ChangeLog
  Log:
  Drop unneeded patch as upstream author complaint about it
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.2  app-arch/star/star-1.5.3.ebuild

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

Index: star-1.5.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/star/star-1.5.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- star-1.5.3.ebuild   5 May 2015 08:37:46 -   1.1
+++ star-1.5.3.ebuild   27 Jul 2015 13:08:42 -  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/app-arch/star/star-1.5.3.ebuild,v 1.1 
2015/05/05 08:37:46 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/star/star-1.5.3.ebuild,v 1.2 
2015/07/27 13:08:42 jlec Exp $
 
 EAPI=5
 
@@ -51,8 +51,6 @@
ln -s i586-linux-gcc.rul ${t}-linux-gcc.rul || die
done
popd  /dev/null
-
-   epatch ${FILESDIR}/${PN}-1.5.1-changewarnSegv.patch
 }
 
 src_configure() { :; } #avoid ./configure run



1.116app-arch/star/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/star/ChangeLog?rev=1.116view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/star/ChangeLog?rev=1.116content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/star/ChangeLog?r1=1.115r2=1.116

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/star/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog   9 Jun 2015 08:57:12 -   1.115
+++ ChangeLog   27 Jul 2015 13:08:42 -  1.116
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/star
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/star/ChangeLog,v 1.115 2015/06/09 
08:57:12 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/star/ChangeLog,v 1.116 2015/07/27 
13:08:42 jlec Exp $
+
+  27 Jul 2015; Justin Lecher j...@gentoo.org star-1.5.3.ebuild:
+  Drop unneeded patch as upstream author complaint about it
 
   09 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Updating remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-util/meld: ChangeLog meld-3.14.0.ebuild meld-3.13.2.ebuild meld-3.13.3.ebuild

2015-07-27 Thread Alexandre Rostovtsev (tetromino)
tetromino15/07/27 14:00:06

  Modified: ChangeLog
  Added:meld-3.14.0.ebuild
  Removed:  meld-3.13.2.ebuild meld-3.13.3.ebuild
  Log:
  Version bump, clean up pre-releases.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  ChangesPath
1.201dev-util/meld/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/meld/ChangeLog?rev=1.201view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/meld/ChangeLog?rev=1.201content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/meld/ChangeLog?r1=1.200r2=1.201

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/meld/ChangeLog,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -r1.200 -r1.201
--- ChangeLog   19 Jul 2015 09:31:34 -  1.200
+++ ChangeLog   27 Jul 2015 14:00:06 -  1.201
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/meld
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/meld/ChangeLog,v 1.200 2015/07/19 
09:31:34 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/meld/ChangeLog,v 1.201 2015/07/27 
14:00:06 tetromino Exp $
+
+*meld-3.14.0 (27 Jul 2015)
+
+  27 Jul 2015; Alexandre Rostovtsev tetrom...@gentoo.org -meld-3.13.2.ebuild,
+  -meld-3.13.3.ebuild, +meld-3.14.0.ebuild:
+  Version bump, clean up pre-releases.
 
 *meld-3.13.3 (19 Jul 2015)
 



1.1  dev-util/meld/meld-3.14.0.ebuild

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

Index: meld-3.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-util/meld/meld-3.14.0.ebuild,v 1.1 
2015/07/27 14:00:06 tetromino Exp $

EAPI=5
GCONF_DEBUG=no
PYTHON_REQ_USE=xml
PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=1

inherit gnome2 distutils-r1

DESCRIPTION=A graphical diff and merge tool
HOMEPAGE=http://meldmerge.org/;

LICENSE=GPL-2+
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux
IUSE=

RDEPEND=${PYTHON_DEPS}
=dev-libs/glib-2.36:2[dbus]
dev-python/dbus-python[${PYTHON_USEDEP}]
=dev-python/pygobject-3.8:3[cairo,${PYTHON_USEDEP}]
gnome-base/gsettings-desktop-schemas
=x11-libs/gtk+-3.12:3[introspection]
=x11-libs/gtksourceview-3.10:3.0[introspection]
x11-themes/hicolor-icon-theme

DEPEND=${RDEPEND}
dev-util/intltool
dev-util/itstool
sys-devel/gettext


python_compile_all() {
mydistutilsargs=( --no-update-icon-cache --no-compile-schemas )
}






[gentoo-commits] gentoo-x86 commit in net-analyzer/openvas-scanner: openvas-scanner-4.0.7.ebuild openvas-scanner-5.0.4.ebuild ChangeLog openvas-scanner-4.0.5.ebuild openvas-scanner-5.0.1.ebuild

2015-07-27 Thread Justin Lecher (jlec)
jlec15/07/27 14:04:40

  Modified: ChangeLog
  Added:openvas-scanner-4.0.7.ebuild
openvas-scanner-5.0.4.ebuild
  Removed:  openvas-scanner-4.0.5.ebuild
openvas-scanner-5.0.1.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.27 net-analyzer/openvas-scanner/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-scanner/ChangeLog?rev=1.27view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-scanner/ChangeLog?rev=1.27content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-scanner/ChangeLog?r1=1.26r2=1.27

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openvas-scanner/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   19 May 2015 08:53:15 -  1.26
+++ ChangeLog   27 Jul 2015 14:04:40 -  1.27
@@ -1,6 +1,14 @@
 # ChangeLog for net-analyzer/openvas-scanner
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-scanner/ChangeLog,v 
1.26 2015/05/19 08:53:15 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-scanner/ChangeLog,v 
1.27 2015/07/27 14:04:40 jlec Exp $
+
+*openvas-scanner-4.0.7 (27 Jul 2015)
+*openvas-scanner-5.0.4 (27 Jul 2015)
+
+  27 Jul 2015; Justin Lecher j...@gentoo.org +openvas-scanner-4.0.7.ebuild,
+  +openvas-scanner-5.0.4.ebuild, -openvas-scanner-4.0.5.ebuild,
+  -openvas-scanner-5.0.1.ebuild:
+  Version Bump
 
 *openvas-scanner-5.0.3 (19 May 2015)
 



1.1  net-analyzer/openvas-scanner/openvas-scanner-4.0.7.ebuild

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

Index: openvas-scanner-4.0.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/openvas-scanner/openvas-scanner-4.0.7.ebuild,v
 1.1 2015/07/27 14:04:40 jlec Exp $

EAPI=5

inherit cmake-utils systemd

MY_PN=openvassd

DL_ID=2101

DESCRIPTION=A remote security scanner for Linux (OpenVAS-scanner)
HOMEPAGE=http://www.openvas.org/;
SRC_URI=http://wald.intevation.org/frs/download.php/${DL_ID}/${P}.tar.gz;

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

RDEPEND=
=net-analyzer/openvas-libraries-7.0.9
!net-analyzer/openvas-plugins
!net-analyzer/openvas-server
DEPEND=${RDEPEND}
virtual/pkgconfig

PATCHES=(
${FILESDIR}/${PN}-4.0.3-bsdsource.patch
${FILESDIR}/${PN}-4.0.3-mkcertclient.patch
${FILESDIR}/${PN}-4.0.3-rulesdir.patch
${FILESDIR}/${PN}-4.0.3-run.patch
)

src_prepare() {
sed \
-e '/^install.*OPENVAS_CACHE_DIR.*/d' \
-i CMakeLists.txt || die
cmake-utils_src_prepare
}

src_configure() {
local mycmakeargs=(
-DLOCALSTATEDIR=${EPREFIX}/var
-DSYSCONFDIR=${EPREFIX}/etc
)
cmake-utils_src_configure
}

src_install() {
cmake-utils_src_install

newinitd ${FILESDIR}/${MY_PN}.init ${MY_PN}

insinto /etc/openvas
doins ${FILESDIR}/${MY_PN}.conf ${FILESDIR}/${MY_PN}-daemon.conf
dosym ../openvas/${MY_PN}-daemon.conf /etc/conf.d/${PN}

insinto /etc/logrotate.d
doins ${FILESDIR}/${MY_PN}.logrotate

dodoc ${FILESDIR}/openvas-nvt-sync-cron

systemd_newtmpfilesd ${FILESDIR}/${MY_PN}.tmpfiles.d ${MY_PN}.conf
systemd_dounit ${FILESDIR}/${MY_PN}.service
}



1.1  net-analyzer/openvas-scanner/openvas-scanner-5.0.4.ebuild

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

Index: openvas-scanner-5.0.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/openvas-scanner/openvas-scanner-5.0.4.ebuild,v
 1.1 2015/07/27 14:04:40 jlec Exp $

EAPI=5

inherit cmake-utils systemd

MY_PN=openvassd

DL_ID=2129

DESCRIPTION=A remote security scanner for Linux (OpenVAS-scanner)
HOMEPAGE=http://www.openvas.org/;

[gentoo-commits] gentoo-x86 commit in mail-mta/exim: exim-4.86.ebuild ChangeLog exim-4.86_rc4.ebuild exim-4.86_rc5.ebuild

2015-07-27 Thread Fabian Groffen (grobian)
grobian 15/07/27 10:53:06

  Modified: ChangeLog
  Added:exim-4.86.ebuild
  Removed:  exim-4.86_rc4.ebuild exim-4.86_rc5.ebuild
  Log:
  Version bump to 4.86
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x5F75F607C5C74E89)

Revision  ChangesPath
1.321mail-mta/exim/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/ChangeLog?rev=1.321view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/ChangeLog?rev=1.321content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/ChangeLog?r1=1.320r2=1.321

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v
retrieving revision 1.320
retrieving revision 1.321
diff -u -r1.320 -r1.321
--- ChangeLog   18 Jul 2015 09:59:42 -  1.320
+++ ChangeLog   27 Jul 2015 10:53:06 -  1.321
@@ -1,6 +1,12 @@
 # ChangeLog for mail-mta/exim
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.320 2015/07/18 
09:59:42 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.321 2015/07/27 
10:53:06 grobian Exp $
+
+*exim-4.86 (27 Jul 2015)
+
+  27 Jul 2015; Fabian Groffen grob...@gentoo.org +exim-4.86.ebuild,
+  -exim-4.86_rc4.ebuild, -exim-4.86_rc5.ebuild:
+  Version bump to 4.86
 
 *exim-4.86_rc5 (18 Jul 2015)
 



1.1  mail-mta/exim/exim-4.86.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.86.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.86.ebuild?rev=1.1content-type=text/plain

Index: exim-4.86.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.86.ebuild,v 1.1 
2015/07/27 10:53:06 grobian Exp $

EAPI=5

inherit eutils toolchain-funcs multilib pam systemd

IUSE=dcc +dkim dlfunc dmarc +dnsdb doc dovecot-sasl dsn exiscan-acl gnutls 
ipv6 ldap lmtp maildir mbx mysql nis pam perl pkcs11 postgres +prdr proxy 
radius redis sasl selinux spf sqlite srs ssl syslog tcpd tpda X
REQUIRED_USE=spf? ( exiscan-acl ) srs? ( exiscan-acl ) dmarc? ( spf dkim ) 
pkcs11? ( gnutls )

COMM_URI=ftp://ftp.exim.org/pub/exim/exim4$([[ ${PV} == *_rc* ]]  echo 
/test)

DESCRIPTION=A highly configurable, drop-in replacement for sendmail
SRC_URI=${COMM_URI}/${P//rc/RC}.tar.bz2
mirror://gentoo/system_filter.exim.gz
doc? ( ${COMM_URI}/${PN}-html-${PV//rc/RC}.tar.bz2 )
HOMEPAGE=http://www.exim.org/;

SLOT=0
LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-solaris

COMMON_DEPEND==sys-apps/sed-4.0.5
=sys-libs/db-3.2
dev-libs/libpcre
perl? ( dev-lang/perl:= )
pam? ( virtual/pam )
tcpd? ( sys-apps/tcp-wrappers )
ssl? ( dev-libs/openssl )
gnutls? ( net-libs/gnutls[pkcs11?]
  dev-libs/libtasn1 )
ldap? ( =net-nds/openldap-2.0.7 )
mysql? ( virtual/mysql )
postgres? ( dev-db/postgresql )
sasl? ( =dev-libs/cyrus-sasl-2.1.26-r2 )
redis? ( dev-libs/hiredis )
spf? ( =mail-filter/libspf2-1.2.5-r1 )
dmarc? ( mail-filter/opendmarc )
srs? ( mail-filter/libsrs_alt )
X? ( x11-proto/xproto
x11-libs/libX11
x11-libs/libXmu
x11-libs/libXt
x11-libs/libXaw
)
sqlite? ( dev-db/sqlite )
radius? ( net-dialup/radiusclient )
virtual/libiconv

# added X check for #57206
DEPEND=${COMMON_DEPEND}
virtual/pkgconfig
RDEPEND=${COMMON_DEPEND}
!mail-mta/courier
!mail-mta/esmtp
!mail-mta/mini-qmail
!mail-mta/msmtp-1.4.19-r1
!=mail-mta/msmtp-1.4.19-r1[mta]
!mail-mta/netqmail
!mail-mta/nullmailer
!mail-mta/postfix
!mail-mta/qmail-ldap
!mail-mta/sendmail
!mail-mta/opensmtpd
!mail-mta/ssmtp-2.64-r2
!=mail-mta/ssmtp-2.64-r2[mta]
!net-mail/mailwrapper
=net-mail/mailbase-0.00-r5
virtual/logger
dcc? ( mail-filter/dcc )
selinux? ( sec-policy/selinux-exim )


S=${WORKDIR}/${P//rc/RC}

src_prepare() {
epatch ${FILESDIR}/exim-4.14-tail.patch
epatch ${FILESDIR}/exim-4.74-localscan_dlopen.patch
epatch ${FILESDIR}/exim-4.69-r1.27021.patch
epatch ${FILESDIR}/exim-4.74-radius-db-ENV-clash.patch # 287426
epatch ${FILESDIR}/exim-4.82-makefile-freebsd.patch # 235785
epatch ${FILESDIR}/exim-4.77-as-needed-ldflags.patch # 352265, 391279
epatch 

[gentoo-commits] gentoo-x86 commit in dev-util/amtterm: amtterm-1.4.ebuild ChangeLog

2015-07-27 Thread Doug Goldstein (cardoe)
cardoe  15/07/27 13:56:29

  Modified: ChangeLog
  Added:amtterm-1.4.ebuild
  Log:
  version bump. handles 0x29 messages.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A2BC03DC87ED1BD4!)

Revision  ChangesPath
1.6  dev-util/amtterm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/amtterm/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   4 May 2015 23:45:52 -   1.5
+++ ChangeLog   27 Jul 2015 13:56:29 -  1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/amtterm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/amtterm/ChangeLog,v 1.5 2015/05/04 
23:45:52 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/amtterm/ChangeLog,v 1.6 2015/07/27 
13:56:29 cardoe Exp $
+
+*amtterm-1.4 (27 Jul 2015)
+
+  27 Jul 2015; Doug Goldstein car...@gentoo.org +amtterm-1.4.ebuild:
+  version bump. handles 0x29 messages.
 
 *amtterm-1.3-r1 (04 May 2015)
 



1.1  dev-util/amtterm/amtterm-1.4.ebuild

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

Index: amtterm-1.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/amtterm/amtterm-1.4.ebuild,v 1.1 
2015/07/27 13:56:29 cardoe Exp $

EAPI=5

inherit eutils

DESCRIPTION=A nice tool to manage amt-enabled machines
HOMEPAGE=https://www.kraxel.org/blog/linux/amtterm/;
SRC_URI=https://www.kraxel.org/releases/${PN}/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux
IUSE=gtk

DEPEND=gtk? (
x11-libs/gtk+:2
x11-libs/vte:0 )
RDEPEND=${DEPEND}
dev-perl/SOAP-Lite

src_prepare() {
sed -i -e 's|\(INSTALL_BINARY  := \$(INSTALL)\) \$(STRIP)|\1|' 
mk/Variables.mk || die
}

src_configure() {
echo LIB := $(get_libdir)  Make.config || die

# enable gamt
echo HAVE_GTK := $(usex gtk)  Make.config || die
echo HAVE_VTE := $(usex gtk)  Make.config || die
}

src_compile() {
prefix=/usr emake || die
}

src_install() {
prefix=/usr emake DESTDIR=${ED} install || die

if ! use gtk; then
rm -rf ${D}/usr/share/applications || die
rm -rf ${D}/usr/share/man/man1/gamt* || die
fi
}






[gentoo-commits] gentoo-x86 commit in dev-util/amtterm: ChangeLog amtterm-1.2.ebuild amtterm-1.3.ebuild

2015-07-27 Thread Doug Goldstein (cardoe)
cardoe  15/07/27 13:57:48

  Modified: ChangeLog
  Removed:  amtterm-1.2.ebuild amtterm-1.3.ebuild
  Log:
  Drop older versions
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A2BC03DC87ED1BD4!)

Revision  ChangesPath
1.7  dev-util/amtterm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/amtterm/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   27 Jul 2015 13:56:29 -  1.6
+++ ChangeLog   27 Jul 2015 13:57:48 -  1.7
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/amtterm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/amtterm/ChangeLog,v 1.6 2015/07/27 
13:56:29 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/amtterm/ChangeLog,v 1.7 2015/07/27 
13:57:48 cardoe Exp $
+
+  27 Jul 2015; Doug Goldstein car...@gentoo.org -amtterm-1.2.ebuild,
+  -amtterm-1.3.ebuild:
+  Drop older versions
 
 *amtterm-1.4 (27 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in net-analyzer/openvas-libraries: openvas-libraries-8.0.4.ebuild ChangeLog openvas-libraries-7.0.9.ebuild openvas-libraries-8.0.1.ebuild openvas-libraries-7.0.7-r1.

2015-07-27 Thread Justin Lecher (jlec)
jlec15/07/27 14:01:35

  Modified: ChangeLog
  Added:openvas-libraries-8.0.4.ebuild
  Removed:  openvas-libraries-7.0.9.ebuild
openvas-libraries-8.0.1.ebuild
openvas-libraries-7.0.7-r1.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.41 net-analyzer/openvas-libraries/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   19 May 2015 08:50:49 -  1.40
+++ ChangeLog   27 Jul 2015 14:01:35 -  1.41
@@ -1,6 +1,13 @@
 # ChangeLog for net-analyzer/openvas-libraries
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog,v 
1.40 2015/05/19 08:50:49 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog,v 
1.41 2015/07/27 14:01:35 jlec Exp $
+
+*openvas-libraries-8.0.4 (27 Jul 2015)
+
+  27 Jul 2015; Justin Lecher j...@gentoo.org +openvas-libraries-8.0.4.ebuild,
+  -openvas-libraries-7.0.7-r1.ebuild, -openvas-libraries-7.0.9.ebuild,
+  -openvas-libraries-8.0.1.ebuild:
+  Version Bump
 
 *openvas-libraries-7.0.10 (19 May 2015)
 *openvas-libraries-8.0.3 (19 May 2015)



1.1  
net-analyzer/openvas-libraries/openvas-libraries-8.0.4.ebuild

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

Index: openvas-libraries-8.0.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/openvas-libraries-8.0.4.ebuild,v
 1.1 2015/07/27 14:01:35 jlec Exp $

EAPI=5

inherit cmake-utils

DL_ID=2125

DESCRIPTION=A remote security scanner for Linux (openvas-libraries)
HOMEPAGE=http://www.openvas.org/;
SRC_URI=http://wald.intevation.org/frs/download.php/${DL_ID}/${P/_beta/+beta}.tar.gz;

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

RDEPEND=
app-crypt/gpgme
=dev-libs/glib-2.16
=dev-libs/hiredis-0.10.1
dev-libs/libgcrypt:0
dev-libs/libksba
!net-analyzer/openvas-libnasl
=net-libs/gnutls-2*
net-libs/libpcap
=net-libs/libssh-0.5.0
net-analyzer/net-snmp
ldap? ( net-nds/openldap )
DEPEND=${RDEPEND}
sys-devel/bison
sys-devel/flex
virtual/pkgconfig


S=${WORKDIR}/${P}

DOCS=( ChangeLog CHANGES README )

PATCHES=(
${FILESDIR}/${PN}-7.0.4-libssh.patch
${FILESDIR}/${PN}-8.0.1-include.patch
)

src_prepare() {
sed \
-e '/^install.*OPENVAS_CACHE_DIR.*/d' \
-i CMakeLists.txt || die
cmake-utils_src_prepare
}

src_configure() {
local mycmakeargs=(
-DLOCALSTATEDIR=${EPREFIX}/var
-DSYSCONFDIR=${EPREFIX}/etc
$(usex ldap -DBUILD_WITHOUT_LDAP=0 -DBUILD_WITHOUT_LDAP=1)
)
cmake-utils_src_configure
}






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

2015-07-27 Thread Fabian Groffen (grobian)
grobian 15/07/27 11:45:22

  Modified: ChangeLog package.mask
  Log:
  Drop Exim 4.86 RC masks

Revision  ChangesPath
1.10209  profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.10208
retrieving revision 1.10209
diff -u -r1.10208 -r1.10209
--- ChangeLog   26 Jul 2015 21:36:02 -  1.10208
+++ ChangeLog   27 Jul 2015 11:45:22 -  1.10209
@@ -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.10208 2015/07/26 
21:36:02 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10209 2015/07/27 
11:45:22 grobian 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!
 
+  27 Jul 2015; Fabian Groffen grob...@gentoo.org package.mask:
+  Drop Exim RC masks.
+
   26 Jul 2015; Michał Górny mgo...@gentoo.org
   targets/desktop/kde/package.use, targets/desktop/plasma/package.use:
   Fix plasma5 vs kde4 conflicts.



1.16684  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16683
retrieving revision 1.16684
diff -u -r1.16683 -r1.16684
--- package.mask26 Jul 2015 10:46:24 -  1.16683
+++ package.mask27 Jul 2015 11:45:22 -  1.16684
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16683 2015/07/26 
10:46:24 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16684 2015/07/27 
11:45:22 grobian Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -158,12 +158,6 @@
 dev-lang/php:7.0
 =virtual/httpd-php-7.0
 
-# Fabian Groffen grob...@gentoo.org (08 Jun 2015)
-# Release candidates for 4.86, feel free to test
-=mail-mta/exim-4.86_rc3
-=mail-mta/exim-4.86_rc4
-=mail-mta/exim-4.86_rc5
-
 # Michał Górny mgo...@gentoo.org (04 Jun 2015)
 # New version of PyPy. Masked for testing and binary package build.
 ~dev-python/pypy-2.6.0






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

2015-07-27 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Mon Jul 27 13:12:58 2015 +

New tag: 20150726




[gentoo-commits] gentoo-x86 commit in net-im/gajim: gajim-0.16.2.ebuild ChangeLog

2015-07-27 Thread Justin Lecher (jlec)
jlec15/07/27 13:39:37

  Modified: ChangeLog
  Added:gajim-0.16.2.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.228net-im/gajim/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gajim/ChangeLog?rev=1.228view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gajim/ChangeLog?rev=1.228content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gajim/ChangeLog?r1=1.227r2=1.228

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/gajim/ChangeLog,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -r1.227 -r1.228
--- ChangeLog   4 Jun 2015 19:05:03 -   1.227
+++ ChangeLog   27 Jul 2015 13:39:37 -  1.228
@@ -1,6 +1,11 @@
 # ChangeLog for net-im/gajim
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/ChangeLog,v 1.227 2015/06/04 
19:05:03 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/ChangeLog,v 1.228 2015/07/27 
13:39:37 jlec Exp $
+
+*gajim-0.16.2 (27 Jul 2015)
+
+  27 Jul 2015; Justin Lecher j...@gentoo.org +gajim-0.16.2.ebuild:
+  Version Bump
 
   04 Jun 2015; Michael Palimaka kensing...@gentoo.org gajim-0.16.1-r2.ebuild,
   gajim-0.16.1.ebuild, gajim-0.16.ebuild:



1.1  net-im/gajim/gajim-0.16.2.ebuild

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

Index: gajim-0.16.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/gajim-0.16.2.ebuild,v 1.1 
2015/07/27 13:39:37 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE=sqlite,xml

AUTOTOOLS_AUTORECONF=true

inherit autotools-utils python-r1 versionator

MY_PV=${PV/_/-}
MY_P=${PN}-${MY_PV}

DESCRIPTION=Jabber client written in PyGTK
HOMEPAGE=http://www.gajim.org/;
SRC_URI=
http://www.gajim.org/downloads/$(get_version_component_range 
1-2)/${MY_P}.tar.bz2
#   test? ( http://dev.gentoo.org/~jlec/distfiles/${PN}-tests-${PV}.tar.xz 
)

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd
IUSE=avahi crypt dbus gnome gnome-keyring kde idle jingle libnotify 
networkmanager nls spell +srv test X xhtml

REQUIRED_USE=
${PYTHON_REQUIRED_USE}
libnotify? ( dbus )
avahi? ( dbus )
gnome? ( gnome-keyring )

COMMON_DEPEND=
${PYTHON_DEPS}
dev-python/pygtk:2[${PYTHON_USEDEP}]
x11-libs/gtk+:2
DEPEND=${COMMON_DEPEND}
=dev-util/intltool-0.40.1
virtual/pkgconfig
=sys-devel/gettext-0.17-r1
RDEPEND=${COMMON_DEPEND}
dev-python/pyasn1[${PYTHON_USEDEP}]
=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
=dev-python/python-nbxmpp-0.5.2[${PYTHON_USEDEP}]
crypt? (
app-crypt/gnupg
dev-python/pycrypto[${PYTHON_USEDEP}]
)
dbus? (
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-libs/dbus-glib
libnotify? ( dev-python/notify-python[${PYTHON_USEDEP}] )
avahi? ( net-dns/avahi[dbus,gtk,python,${PYTHON_USEDEP}] )
)
gnome? (
dev-python/libgnome-python[${PYTHON_USEDEP}]
dev-python/egg-python[${PYTHON_USEDEP}]
)
gnome-keyring? ( dev-python/gnome-keyring-python[${PYTHON_USEDEP}] )
idle? ( x11-libs/libXScrnSaver )
jingle? ( net-libs/farstream:0.1[python,${PYTHON_USEDEP}] )
kde? ( kde-apps/kwalletmanager )
networkmanager? (
dev-python/dbus-python[${PYTHON_USEDEP}]
net-misc/networkmanager
)
spell? ( app-text/gtkspell:2 )
srv? (
|| (
dev-python/libasyncns-python[${PYTHON_USEDEP}]
net-dns/bind-tools
)
)
xhtml? ( dev-python/docutils[${PYTHON_USEDEP}] )

RESTRICT=test

S=${WORKDIR}/${MY_P}

PATCHES=(
${FILESDIR}/${PN}-0.16-desktop.patch
)

src_prepare() {
autotools-utils_src_prepare
python_copy_sources
}

src_configure() {
configuration() {
local myeconfargs=(
$(use_enable nls)
$(use_with X x)
--docdir=/usr/share/doc/${PF}
--libdir=$(python_get_sitedir)
--enable-site-packages
)

[gentoo-commits] gentoo-x86 commit in net-analyzer/openvas-cli: openvas-cli-1.4.2.ebuild ChangeLog

2015-07-27 Thread Justin Lecher (jlec)
jlec15/07/27 14:09:29

  Modified: ChangeLog
  Added:openvas-cli-1.4.2.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.17 net-analyzer/openvas-cli/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openvas-cli/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   7 Apr 2015 14:27:54 -   1.16
+++ ChangeLog   27 Jul 2015 14:09:29 -  1.17
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/openvas-cli
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-cli/ChangeLog,v 1.16 
2015/04/07 14:27:54 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-cli/ChangeLog,v 1.17 
2015/07/27 14:09:29 jlec Exp $
+
+*openvas-cli-1.4.2 (27 Jul 2015)
+
+  27 Jul 2015; Justin Lecher j...@gentoo.org +openvas-cli-1.4.2.ebuild:
+  Version Bump
 
 *openvas-cli-1.4.0 (06 Apr 2015)
 



1.1  net-analyzer/openvas-cli/openvas-cli-1.4.2.ebuild

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

Index: openvas-cli-1.4.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/openvas-cli/openvas-cli-1.4.2.ebuild,v 1.1 
2015/07/27 14:09:29 jlec Exp $

EAPI=5

inherit cmake-utils

DL_ID=2141

DESCRIPTION=A remote security scanner for Linux (OpenVAS-cli)
HOMEPAGE=http://www.openvas.org/;
SRC_URI=http://wald.intevation.org/frs/download.php/${DL_ID}/${P/_beta/+beta}.tar.gz;
SLOT=0
LICENSE=GPL-2
KEYWORDS= ~amd64 ~arm ~ppc ~x86
IUSE=

RDEPEND=
=net-analyzer/openvas-libraries-8.0.4
!net-analyzer/openvas-client
DEPEND=${RDEPEND}
virtual/pkgconfig

S=${WORKDIR}/${P/_beta/+beta}

src_configure() {
local mycmakeargs=(
-DLOCALSTATEDIR=${EPREFIX}/var
-DSYSCONFDIR=${EPREFIX}/etc
)
cmake-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in net-analyzer/openvas: openvas-7.0.11.ebuild openvas-8.0.4.ebuild ChangeLog openvas-7.0.7.ebuild openvas-8.0.1.ebuild

2015-07-27 Thread Justin Lecher (jlec)
jlec15/07/27 14:12:06

  Modified: ChangeLog
  Added:openvas-7.0.11.ebuild openvas-8.0.4.ebuild
  Removed:  openvas-7.0.7.ebuild openvas-8.0.1.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.32 net-analyzer/openvas/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openvas/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   19 May 2015 09:05:18 -  1.31
+++ ChangeLog   27 Jul 2015 14:12:06 -  1.32
@@ -1,6 +1,13 @@
 # ChangeLog for net-analyzer/openvas
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas/ChangeLog,v 1.31 
2015/05/19 09:05:18 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas/ChangeLog,v 1.32 
2015/07/27 14:12:06 jlec Exp $
+
+*openvas-7.0.11 (27 Jul 2015)
+*openvas-8.0.4 (27 Jul 2015)
+
+  27 Jul 2015; Justin Lecher j...@gentoo.org +openvas-7.0.11.ebuild,
+  +openvas-8.0.4.ebuild, -openvas-7.0.7.ebuild, -openvas-8.0.1.ebuild:
+  Version Bump
 
 *openvas-8.0.3 (19 May 2015)
 *openvas-7.0.10 (19 May 2015)



1.1  net-analyzer/openvas/openvas-7.0.11.ebuild

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

Index: openvas-7.0.11.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas/openvas-7.0.11.ebuild,v 
1.1 2015/07/27 14:12:06 jlec Exp $

EAPI=5

inherit readme.gentoo

DESCRIPTION=A remote security scanner
HOMEPAGE=http://www.openvas.org/;

SLOT=0
LICENSE=GPL-2
KEYWORDS=~amd64 ~x86
IUSE=+pdf

DEPEND=
=net-analyzer/openvas-libraries-7.0.10
=net-analyzer/openvas-scanner-4.0.7
=net-analyzer/openvas-manager-5.0.11
=net-analyzer/openvas-cli-1.3.1
net-analyzer/openvas-tools
pdf? (
app-text/htmldoc
dev-texlive/texlive-latexextra
virtual/latex-base
)
# greenbone-security-desktop is broken and unsupported upstream
RDEPEND=${DEPEND}

S=${WORKDIR}

pkg_postinst() {
elog Additional support for extra checks can be get from
optfeature Nikto — a web server scanning and testing tool 
net-analyzer/nikto
optfeature NMAP — a portscanner net-analyzer/nmap
optfeature ike-scan - an IPsec VPN scanning, fingerprinting and 
testing tool net-analyzer/ike-scan
optfeature amap — an application protocol detection tool 
net-analyzer/amap
optfeature ldapsearch from OpenLDAP utilities — retrieves information 
from LDAP dictionaries net-nds/openldap
optfeature ovaldi (OVAL) — an OVAL Interpreter app-forensics/ovaldi
optfeature portbunny — a Linux-kernel-based portscanner 
net-analyzer/portbunny
optfeature w3af — a web application attack and audit framework 
net-analyzer/w3af
optfeature The Greenbone Security Assistant as alternative to the 
plain scanner net-analyzer/greenbone-security-assistant
}



1.1  net-analyzer/openvas/openvas-8.0.4.ebuild

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

Index: openvas-8.0.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas/openvas-8.0.4.ebuild,v 
1.1 2015/07/27 14:12:06 jlec Exp $

EAPI=5

inherit readme.gentoo

DESCRIPTION=A remote security scanner
HOMEPAGE=http://www.openvas.org/;

SLOT=0
LICENSE=GPL-2
KEYWORDS= ~amd64 ~x86
IUSE=+pdf

DEPEND=
=net-analyzer/openvas-libraries-8.0.4
=net-analyzer/openvas-scanner-5.0.4
=net-analyzer/openvas-manager-6.0.4
=net-analyzer/openvas-cli-1.4.2
net-analyzer/openvas-tools
pdf? (
app-text/htmldoc
dev-texlive/texlive-latexextra
virtual/latex-base
   

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

2015-07-27 Thread Sergey Popov (pinkbyte)
pinkbyte15/07/27 14:18:45

  Modified: ChangeLog
  Added:openvz-sources-2.6.32.108.8.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x60C0742D1F357D42)

Revision  ChangesPath
1.250sys-kernel/openvz-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/ChangeLog,v
retrieving revision 1.249
retrieving revision 1.250
diff -u -r1.249 -r1.250
--- ChangeLog   29 Jun 2015 07:42:06 -  1.249
+++ ChangeLog   27 Jul 2015 14:18:45 -  1.250
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/openvz-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/ChangeLog,v 1.249 
2015/06/29 07:42:06 civil Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/ChangeLog,v 1.250 
2015/07/27 14:18:45 pinkbyte Exp $
+
+*openvz-sources-2.6.32.108.8 (27 Jul 2015)
+
+  27 Jul 2015; Sergey Popov pinkb...@gentoo.org
+  +openvz-sources-2.6.32.108.8.ebuild:
+  Version bump
 
   29 Jun 2015; Vladimir Smirnov ci...@gentoo.org
   -openvz-sources-2.6.32.106.4.ebuild:



1.1  
sys-kernel/openvz-sources/openvz-sources-2.6.32.108.8.ebuild

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

Index: openvz-sources-2.6.32.108.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/openvz-sources-2.6.32.108.8.ebuild,v
 1.1 2015/07/27 14:18:45 pinkbyte Exp $

EAPI=5

inherit versionator

OVZ_KV=$(get_version_component_range 4).$(get_version_component_range 5)

CKV=$(get_version_component_range 1-3)
OKV=${OKV:-${CKV}}
EXTRAVERSION=-${PN/-*}-${OVZ_KV}
ETYPE=sources
KV_FULL=${CKV}${EXTRAVERSION}
if [[ ${PR} != r0 ]]; then
KV_FULL+=-${PR}
EXTRAVERSION+=-${PR}
fi
S=${WORKDIR}/linux-${KV_FULL}

# ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH} should succeed.
KV_MAJOR=$(get_version_component_range 1 ${OKV})
KV_MINOR=$(get_version_component_range 2 ${OKV})
KV_PATCH=$(get_version_component_range 3 ${OKV})

KERNEL_URI=mirror://kernel/linux/kernel/v${KV_MAJOR}.${KV_MINOR}/linux-${OKV}.tar.xz

K_SECURITY_UNSUPPORTED=1
K_DEBLOB_AVAILABLE=0
inherit kernel-2
#detect_version

KEYWORDS=~amd64 ~ppc64 ~sparc ~x86
IUSE=

DESCRIPTION=Kernel sources with OpenVZ patchset
HOMEPAGE=http://www.openvz.org;
SRC_URI=${KERNEL_URI} ${ARCH_URI}

http://download.openvz.org/kernel/branches/rhel6-${CKV}/042stab${OVZ_KV}/patches/patch-042stab${OVZ_KV}-combined.gz;

UNIPATCH_STRICTORDER=1
UNIPATCH_LIST=${DISTDIR}/patch-042stab${OVZ_KV}-combined.gz

K_EXTRAEINFO=This openvz kernel uses RHEL6 patchset instead of vanilla kernel.
This patchset considered to be more stable and security supported by upstream,
but for us RHEL6 patchset is very fragile and fails to build in many
configurations so if you have problems use config files from openvz team
http://wiki.openvz.org/Download/kernel/rhel6/042stab${OVZ_KV};






[gentoo-commits] dev/axs:master commit in: media-gfx/xiv/

2015-07-27 Thread Ian Stakenvicius
commit: 317e7286c3648aaf4b05995117d5befb5712c08a
Author: Ian Stakenvicius axs AT gentoo DOT org
AuthorDate: Mon Jul 27 15:43:49 2015 +
Commit: Ian Stakenvicius axs AT gentoo DOT org
CommitDate: Mon Jul 27 15:43:49 2015 +
URL:https://gitweb.gentoo.org/dev/axs.git/commit/?id=317e7286

Added xiv (an image viewer similar to xv but easier to use on large images)

 media-gfx/xiv/Manifest   |  2 ++
 media-gfx/xiv/xiv-0.9.ebuild | 36 
 2 files changed, 38 insertions(+)

diff --git a/media-gfx/xiv/Manifest b/media-gfx/xiv/Manifest
new file mode 100644
index 000..8e1a0c2
--- /dev/null
+++ b/media-gfx/xiv/Manifest
@@ -0,0 +1,2 @@
+DIST xiv-0.9.tgz 436765 SHA256 
9eeb295ec640f09681f7b21ac045aaf7144d5d3b417f8d4c301bfa3887d9527c SHA512 
6c221a902f4b721a5c32ca761b2f963cfa7c17eabad9b375961dc2d7d5847c4c5500d952da6f8e7bf43c83656133d07d008295cf3c304d3b44b563c80d61d250
 WHIRLPOOL 
c60f39ec2145e854cb4ba6a02b9ee22ba018ee775ecb0ccf949b814993ae4ca2629410b0ff0a328970fdaf06565e9d9d76be4ae525e32d26a79e19e042415a8b
+EBUILD xiv-0.9.ebuild 815 SHA256 
c1587f6b6fdb777e6504b43eb69871b19e4ac1ca90871f23f8ec9d315359b56a SHA512 
7075b41ea82f73586f5cd5182d91979b0b1a2e16895494efc8ca892976237da35da06cdd5cb79c21f4a587885c9ff9e104746ed39d40684be0a8d6a330259542
 WHIRLPOOL 
c7935836f0d62f5b79679fc89a072d8ceb8fccfc74d166f9cfe8310cfad64683b17c8533f3379eac0ec4cbc3fba7008a06848c019692e62063f6794d0121c791

diff --git a/media-gfx/xiv/xiv-0.9.ebuild b/media-gfx/xiv/xiv-0.9.ebuild
new file mode 100644
index 000..77c3873
--- /dev/null
+++ b/media-gfx/xiv/xiv-0.9.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/freewrl/freewrl-1.22.13-r3.ebuild,v 1.4 
2014/05/01 14:16:11 axs Exp $
+
+EAPI=5
+
+inherit autotools nsplugins eutils flag-o-matic java-pkg-opt-2 multilib
+
+DESCRIPTION=VRML97 and X3D compliant browser, library, and web-browser plugin
+HOMEPAGE=http://xiv.sourceforge.net/;
+SRC_URI=mirror://sourceforge/${PN}/${P}.tgz
+
+LICENSE=BSD
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=curl debug +glew java libeai motif +nsplugin osc +sox static-libs
+
+RDEPEND=
+   x11-libs/libX11
+   media-libs/libexif
+   virtual/jpeg
+   media-libs/tiff
+
+DEPEND=${RDEPEND}
+
+#src_prepare() {
+#  eautoreconf
+#}
+
+src_configure() {
+   econf --with-x
+}
+
+src_install() {
+   emake PREFIX=${ED}/usr install
+}



[gentoo-commits] gentoo-x86 commit in media-sound/amsynth: amsynth-1.5.1.ebuild ChangeLog amsynth-1.2.3-r1.ebuild

2015-07-27 Thread Lars Wendler (polynomial-c)
polynomial-c15/07/27 14:46:51

  Modified: ChangeLog
  Added:amsynth-1.5.1.ebuild
  Removed:  amsynth-1.2.3-r1.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
981CA6FC)

Revision  ChangesPath
1.49 media-sound/amsynth/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog   10 Aug 2014 21:03:44 -  1.48
+++ ChangeLog   27 Jul 2015 14:46:51 -  1.49
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/amsynth
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v 1.48 
2014/08/10 21:03:44 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v 1.49 
2015/07/27 14:46:51 polynomial-c Exp $
+
+*amsynth-1.5.1 (27 Jul 2015)
+
+  27 Jul 2015; Lars Wendler polynomia...@gentoo.org -amsynth-1.2.3-r1.ebuild,
+  +amsynth-1.5.1.ebuild:
+  Version bump. Removed old.
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org amsynth-1.2.3-r1.ebuild,
   amsynth-1.3.2.ebuild:



1.1  media-sound/amsynth/amsynth-1.5.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/amsynth/amsynth-1.5.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/amsynth/amsynth-1.5.1.ebuild?rev=1.1content-type=text/plain

Index: amsynth-1.5.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.5.1.ebuild,v 
1.1 2015/07/27 14:46:51 polynomial-c Exp $

EAPI=5

inherit autotools

DESCRIPTION=Virtual analogue synthesizer
HOMEPAGE=https://github.com/nixxcode/amsynth/;
SRC_URI=https://github.com/nixxcode/${PN}/archive/release-${PV}.tar.gz - 
${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86
IUSE=alsa dssi jack lash oss sndfile

RDEPEND=dev-cpp/gtkmm:2.4
sndfile? ( =media-libs/libsndfile-1:= )
alsa? (
media-libs/alsa-lib:=
media-sound/alsa-utils
)
dssi? (
media-libs/dssi:=
media-libs/liblo:=
=x11-libs/gtk+-2.20:2
)
jack? ( media-sound/jack-audio-connection-kit )
lash? ( media-sound/lash )
DEPEND=${RDEPEND}
virtual/pkgconfig
oss? ( virtual/os-headers )

DOCS=AUTHORS README

S=${WORKDIR}/${PN}-release-${PV}

src_prepare() {
eautoreconf
}

src_configure() {
econf \
CFLAGS= \
CXXFLAGS=${CXXFLAGS} \
$(use_with oss) \
$(use_with alsa) \
$(use_with jack) \
$(use_with lash) \
$(use_with sndfile) \
$(use_with dssi)
}






[gentoo-commits] gentoo-x86 commit in media-sound/asunder: ChangeLog asunder-2.7.ebuild asunder-2.4.ebuild

2015-07-27 Thread Lars Wendler (polynomial-c)
polynomial-c15/07/27 15:03:05

  Modified: ChangeLog
  Added:asunder-2.7.ebuild
  Removed:  asunder-2.4.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
981CA6FC)

Revision  ChangesPath
1.48 media-sound/asunder/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/asunder/ChangeLog?rev=1.48view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/asunder/ChangeLog?rev=1.48content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/asunder/ChangeLog?r1=1.47r2=1.48

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/asunder/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog   30 Aug 2014 16:12:08 -  1.47
+++ ChangeLog   27 Jul 2015 15:03:05 -  1.48
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/asunder
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/asunder/ChangeLog,v 1.47 
2014/08/30 16:12:08 fauli Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/asunder/ChangeLog,v 1.48 
2015/07/27 15:03:05 polynomial-c Exp $
+
+*asunder-2.7 (27 Jul 2015)
+
+  27 Jul 2015; Lars Wendler polynomia...@gentoo.org -asunder-2.4.ebuild,
+  +asunder-2.7.ebuild:
+  Version bump. Removed old.
 
 *asunder-2.5 (30 Aug 2014)
 



1.1  media-sound/asunder/asunder-2.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/asunder/asunder-2.7.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/asunder/asunder-2.7.ebuild?rev=1.1content-type=text/plain

Index: asunder-2.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/asunder/asunder-2.7.ebuild,v 1.1 
2015/07/27 15:03:05 polynomial-c Exp $

EAPI=5

DESCRIPTION=A graphical Audio CD ripper and encoder with support for WAV, MP3, 
OggVorbis, FLAC and Opus
HOMEPAGE=http://littlesvr.ca/asunder/;
SRC_URI=http://littlesvr.ca/${PN}/releases/${P}.tar.bz2;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=aac flac mac mp3 musepack opus vorbis wavpack

COMMON_DEPEND==media-libs/libcddb-0.9.5
media-sound/cdparanoia
x11-libs/gtk+:2
DEPEND=${COMMON_DEPEND}
dev-util/intltool
virtual/pkgconfig
sys-devel/gettext
RDEPEND=${COMMON_DEPEND}
aac? ( media-sound/neroaac )
flac? ( media-libs/flac )
mac? ( media-sound/mac )
mp3? ( media-sound/lame )
musepack? ( media-sound/musepack-tools )
opus? ( media-sound/opus-tools )
vorbis? ( media-sound/vorbis-tools )
wavpack? ( media-sound/wavpack )

DOCS=AUTHORS ChangeLog README TODO # NEWS is dummy

src_prepare() {
sed -i -e 's:cd syslogng  $(MAKE) install:true:' ${S}/Makefile.in
}






[gentoo-commits] gentoo-x86 commit in app-admin/setools: setools-9999.ebuild ChangeLog

2015-07-27 Thread Jason Zaman (perfinion)
perfinion15/07/27 15:29:36

  Modified: ChangeLog
  Added:setools-.ebuild
  Log:
  add SETools live ebuild
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x7EF137EC935B0EAF)

Revision  ChangesPath
1.102app-admin/setools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/setools/ChangeLog?rev=1.102view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/setools/ChangeLog?rev=1.102content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/setools/ChangeLog?r1=1.101r2=1.102

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/setools/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog   10 May 2015 09:06:14 -  1.101
+++ ChangeLog   27 Jul 2015 15:29:35 -  1.102
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/setools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/setools/ChangeLog,v 1.101 
2015/05/10 09:06:14 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/setools/ChangeLog,v 1.102 
2015/07/27 15:29:35 perfinion Exp $
+
+*setools- (27 Jul 2015)
+
+  27 Jul 2015; Jason Zaman perfin...@gentoo.org +setools-.ebuild:
+  add SETools live ebuild
 
   10 May 2015; Jason Zaman perfin...@gentoo.org setools-3.3.8-r7.ebuild:
   stabilize selinux 2.4 userland



1.1  app-admin/setools/setools-.ebuild

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

Index: setools-.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/setools/setools-.ebuild,v 1.1 
2015/07/27 15:29:35 perfinion Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_4 )

inherit distutils-r1

DESCRIPTION=Policy Analysis Tools for SELinux
HOMEPAGE=https://github.com/TresysTechnology/setools/wiki;

if [[ ${PV} ==  ]] ; then
inherit git-r3
EGIT_REPO_URI=https://github.com/TresysTechnology/setools.git;
else

#SRC_URI=https://github.com/TresysTechnology/setools/archive/${PV}.tar.gz - 
${P}.tar.gz
KEYWORDS=~amd64 ~x86
fi

LICENSE=GPL-2 LGPL-2.1
SLOT=0
IUSE=debug test

RDEPEND=${PYTHON_DEPS}
=sys-libs/libselinux-2.4:=[${PYTHON_USEDEP}]
=dev-python/networkx-1.8[${PYTHON_USEDEP}]
app-arch/bzip2:=
dev-libs/libpcre:=


DEPEND=${RDEPEND}
=dev-lang/swig-2.0.12:0
sys-devel/bison
sys-devel/flex
=sys-libs/libsepol-2.4
test? (
python_targets_python2_7? ( dev-python/mock[${PYTHON_USEDEP}] )
dev-python/tox[${PYTHON_USEDEP}]
)

python_prepare_all() {
sed -i s/'-Werror', // ${S}/setup.py || die failed to remove 
Werror
distutils-r1_python_prepare_all
}






[gentoo-commits] gentoo-x86 commit in net-analyzer/greenbone-security-assistant: greenbone-security-assistant-5.0.8.ebuild greenbone-security-assistant-6.0.4.ebuild ChangeLog greenbone-security-assist

2015-07-27 Thread Justin Lecher (jlec)
jlec15/07/27 14:10:36

  Modified: ChangeLog
  Added:greenbone-security-assistant-5.0.8.ebuild
greenbone-security-assistant-6.0.4.ebuild
  Removed:  greenbone-security-assistant-5.0.5.ebuild
greenbone-security-assistant-5.0.6.ebuild
greenbone-security-assistant-6.0.1.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.20 net-analyzer/greenbone-security-assistant/ChangeLog

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

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   19 May 2015 09:02:52 -  1.19
+++ ChangeLog   27 Jul 2015 14:10:36 -  1.20
@@ -1,6 +1,17 @@
 # ChangeLog for net-analyzer/greenbone-security-assistant
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog,v 
1.19 2015/05/19 09:02:52 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog,v 
1.20 2015/07/27 14:10:36 jlec Exp $
+
+*greenbone-security-assistant-5.0.8 (27 Jul 2015)
+*greenbone-security-assistant-6.0.4 (27 Jul 2015)
+
+  27 Jul 2015; Justin Lecher j...@gentoo.org
+  +greenbone-security-assistant-5.0.8.ebuild,
+  +greenbone-security-assistant-6.0.4.ebuild,
+  -greenbone-security-assistant-5.0.5.ebuild,
+  -greenbone-security-assistant-5.0.6.ebuild,
+  -greenbone-security-assistant-6.0.1.ebuild:
+  Version Bump
 
 *greenbone-security-assistant-5.0.7 (19 May 2015)
 *greenbone-security-assistant-6.0.3 (19 May 2015)



1.1  
net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.8.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.8.ebuild?rev=1.1content-type=text/plain

Index: greenbone-security-assistant-5.0.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.8.ebuild,v
 1.1 2015/07/27 14:10:36 jlec Exp $

EAPI=5

inherit cmake-utils systemd

MY_PN=gsad

DL_ID=2109

DESCRIPTION=Greenbone Security Assistant for openvas
HOMEPAGE=http://www.openvas.org/;
SRC_URI=http://wald.intevation.org/frs/download.php/${DL_ID}/${P}.tar.gz;

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

RDEPEND=
=net-analyzer/openvas-libraries-7.0.10
dev-libs/libxslt
net-libs/libmicrohttpd[messages]
DEPEND=${RDEPEND}
virtual/pkgconfig

PATCHES=(
${FILESDIR}/${PN}-5.0.3-run.patch
)

src_prepare() {
sed \
-e '/^install.*OPENVAS_CACHE_DIR.*/d' \
-i CMakeLists.txt || die
cmake-utils_src_prepare
}

src_configure() {
local mycmakeargs=(
-DLOCALSTATEDIR=${EPREFIX}/var
-DSYSCONFDIR=${EPREFIX}/etc
)
cmake-utils_src_configure
}

src_install() {
cmake-utils_src_install
newinitd ${FILESDIR}/${MY_PN}.init ${MY_PN}

insinto /etc/openvas
doins ${FILESDIR}/${MY_PN}-daemon.conf
dosym ../openvas/${MY_PN}-daemon.conf /etc/conf.d/${PN}

insinto /etc/logrotate.d
doins ${FILESDIR}/${MY_PN}.logrotate

systemd_newtmpfilesd ${FILESDIR}/${MY_PN}.tmpfiles.d ${MY_PN}.conf
systemd_dounit ${FILESDIR}/${MY_PN}.service
}



1.1  
net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0.4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0.4.ebuild?rev=1.1content-type=text/plain

Index: greenbone-security-assistant-6.0.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# 

[gentoo-commits] dev/axs:master commit in: media-gfx/xiv/

2015-07-27 Thread Ian Stakenvicius
commit: 4f791e5731b34686350f43ec003228e5f9cbab28
Author: Ian Stakenvicius axs AT gentoo DOT org
AuthorDate: Mon Jul 27 15:49:54 2015 +
Commit: Ian Stakenvicius axs AT gentoo DOT org
CommitDate: Mon Jul 27 15:49:54 2015 +
URL:https://gitweb.gentoo.org/dev/axs.git/commit/?id=4f791e57

fixed description and added missing dep to xiv

 media-gfx/xiv/Manifest   |  2 +-
 media-gfx/xiv/xiv-0.9.ebuild | 10 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-gfx/xiv/Manifest b/media-gfx/xiv/Manifest
index 8e1a0c2..8527bd4 100644
--- a/media-gfx/xiv/Manifest
+++ b/media-gfx/xiv/Manifest
@@ -1,2 +1,2 @@
 DIST xiv-0.9.tgz 436765 SHA256 
9eeb295ec640f09681f7b21ac045aaf7144d5d3b417f8d4c301bfa3887d9527c SHA512 
6c221a902f4b721a5c32ca761b2f963cfa7c17eabad9b375961dc2d7d5847c4c5500d952da6f8e7bf43c83656133d07d008295cf3c304d3b44b563c80d61d250
 WHIRLPOOL 
c60f39ec2145e854cb4ba6a02b9ee22ba018ee775ecb0ccf949b814993ae4ca2629410b0ff0a328970fdaf06565e9d9d76be4ae525e32d26a79e19e042415a8b
-EBUILD xiv-0.9.ebuild 815 SHA256 
c1587f6b6fdb777e6504b43eb69871b19e4ac1ca90871f23f8ec9d315359b56a SHA512 
7075b41ea82f73586f5cd5182d91979b0b1a2e16895494efc8ca892976237da35da06cdd5cb79c21f4a587885c9ff9e104746ed39d40684be0a8d6a330259542
 WHIRLPOOL 
c7935836f0d62f5b79679fc89a072d8ceb8fccfc74d166f9cfe8310cfad64683b17c8533f3379eac0ec4cbc3fba7008a06848c019692e62063f6794d0121c791
+EBUILD xiv-0.9.ebuild 662 SHA256 
074456002b64ce2cac63869af7ea06afa44e0ec029ca13fd60701e4d3c60b900 SHA512 
a8efe0621b0092ec87a4ab96bbea17967306732722403db3403c7aba8d0343a812cb55619579c9a4255c6345d72538ed75e51e389d80a283f37ebbd20a6f6272
 WHIRLPOOL 
c046344f01e3d802742a2026a72b40170c76154437762218ef4c346be3622a977ec713c26b446657408df0c1df17497f64c2bb39db51c91080f1fe270e5c2860

diff --git a/media-gfx/xiv/xiv-0.9.ebuild b/media-gfx/xiv/xiv-0.9.ebuild
index 77c3873..9296ea7 100644
--- a/media-gfx/xiv/xiv-0.9.ebuild
+++ b/media-gfx/xiv/xiv-0.9.ebuild
@@ -4,16 +4,14 @@
 
 EAPI=5
 
-inherit autotools nsplugins eutils flag-o-matic java-pkg-opt-2 multilib
-
-DESCRIPTION=VRML97 and X3D compliant browser, library, and web-browser plugin
+DESCRIPTION=An X11 Lightweight Image Viewer
 HOMEPAGE=http://xiv.sourceforge.net/;
 SRC_URI=mirror://sourceforge/${PN}/${P}.tgz
 
 LICENSE=BSD
 SLOT=0
 KEYWORDS=~amd64 ~x86
-IUSE=curl debug +glew java libeai motif +nsplugin osc +sox static-libs
+IUSE=
 
 RDEPEND=
x11-libs/libX11
@@ -21,7 +19,9 @@ RDEPEND=
virtual/jpeg
media-libs/tiff
 
-DEPEND=${RDEPEND}
+DEPEND=${RDEPEND}
+   x11-proto/xproto
+
 
 #src_prepare() {
 #  eautoreconf



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

2015-07-27 Thread Anthony G. Basile (blueness)
blueness15/07/27 18:11:19

  Modified: ChangeLog
  Added:hardened-sources-4.1.3-r1.ebuild
  Log:
  vanilla-4.1.3 + genpatches-4.1-7 + grsecurity-3.1-4.1.3-201507261932
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1324
retrieving revision 1.1325
diff -u -r1.1324 -r1.1325
--- ChangeLog   27 Jul 2015 18:07:57 -  1.1324
+++ ChangeLog   27 Jul 2015 18:11:19 -  1.1325
@@ -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.1324 2015/07/27 18:07:57 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1325 2015/07/27 18:11:19 blueness Exp $
+
+*hardened-sources-4.1.3-r1 (27 Jul 2015)
+
+  27 Jul 2015; Anthony G. Basile bluen...@gentoo.org
+  +hardened-sources-4.1.3-r1.ebuild:
+  vanilla-4.1.3 + genpatches-4.1-7 + grsecurity-3.1-4.1.3-201507261932
 
 *hardened-sources-3.14.48-r2 (27 Jul 2015)
 



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

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

Index: hardened-sources-4.1.3-r1.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-4.1.3-r1.ebuild,v
 1.1 2015/07/27 18:11:19 blueness Exp $

EAPI=5

ETYPE=sources
K_WANT_GENPATCHES=base
K_GENPATCHES_VER=7
K_DEBLOB_AVAILABLE=1

inherit kernel-2
detect_version

HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2
HGPV_URI=http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2;
SRC_URI=${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}

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

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

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

RDEPEND==sys-devel/gcc-4.5

pkg_postinst() {
kernel-2_pkg_postinst

local GRADM_COMPAT=sys-apps/gradm-3.1*

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 dev-python/sepolgen: sepolgen-9999.ebuild ChangeLog

2015-07-27 Thread Jason Zaman (perfinion)
perfinion15/07/27 16:20:58

  Modified: sepolgen-.ebuild ChangeLog
  Log:
  dep on setools should only require python useflag if it exists, - drops it
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x7EF137EC935B0EAF)

Revision  ChangesPath
1.3  dev-python/sepolgen/sepolgen-.ebuild

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

Index: sepolgen-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sepolgen/sepolgen-.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sepolgen-.ebuild16 Jul 2015 20:47:16 -  1.2
+++ sepolgen-.ebuild27 Jul 2015 16:20:58 -  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/dev-python/sepolgen/sepolgen-.ebuild,v 
1.2 2015/07/16 20:47:16 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sepolgen/sepolgen-.ebuild,v 
1.3 2015/07/27 16:20:58 perfinion Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -28,7 +28,7 @@
 IUSE=
 
 DEPEND==sys-libs/libselinux-2.0[python]
-   app-admin/setools[python]
+   app-admin/setools[python(+)]
${PYTHON_DEPS}
 RDEPEND=${DEPEND}
 



1.56 dev-python/sepolgen/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sepolgen/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   16 Jul 2015 20:47:16 -  1.55
+++ ChangeLog   27 Jul 2015 16:20:58 -  1.56
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/sepolgen
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sepolgen/ChangeLog,v 1.55 
2015/07/16 20:47:16 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sepolgen/ChangeLog,v 1.56 
2015/07/27 16:20:58 perfinion Exp $
+
+  27 Jul 2015; Jason Zaman perfin...@gentoo.org sepolgen-.ebuild:
+  dep on setools should only require python useflag if it exists, - drops 
it
 
   16 Jul 2015; Jason Zaman perfin...@gentoo.org sepolgen-1.2.2.ebuild,
   sepolgen-.ebuild:






[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog python-r1.eclass

2015-07-27 Thread Mike Gilbert (floppym)
floppym 15/07/27 16:31:01

  Modified: ChangeLog python-r1.eclass
  Log:
  Drop the USE_PYTHON warning.

Revision  ChangesPath
1.1728   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1727
retrieving revision 1.1728
diff -u -r1.1727 -r1.1728
--- ChangeLog   25 Jul 2015 10:07:36 -  1.1727
+++ ChangeLog   27 Jul 2015 16:31:01 -  1.1728
@@ -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.1727 2015/07/25 
10:07:36 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1728 2015/07/27 
16:31:01 floppym Exp $
+
+  27 Jul 2015; Mike Gilbert flop...@gentoo.org python-r1.eclass:
+  Drop the USE_PYTHON warning.
 
   25 Jul 2015; Michał Górny mgo...@gentoo.org python-utils-r1.eclass:
   Add missing ||die to rm -f calls, i.e. in case we do not have permission to



1.93 eclass/python-r1.eclass

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

Index: python-r1.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- python-r1.eclass4 Jul 2015 15:26:17 -   1.92
+++ python-r1.eclass27 Jul 2015 16:31:01 -  1.93
@@ -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/eclass/python-r1.eclass,v 1.92 2015/07/04 
15:26:17 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.93 2015/07/27 
16:31:01 floppym Exp $
 
 # @ECLASS: python-r1
 # @MAINTAINER:
@@ -430,220 +430,6 @@
multibuild_copy_sources
 }
 
-# @FUNCTION: _python_check_USE_PYTHON
-# @INTERNAL
-# @DESCRIPTION:
-# Check whether USE_PYTHON and PYTHON_TARGETS are in sync. Output
-# warnings if they are not.
-_python_check_USE_PYTHON() {
-   debug-print-function ${FUNCNAME} ${@}
-
-   if [[ ! ${_PYTHON_USE_PYTHON_CHECKED} ]]; then
-   _PYTHON_USE_PYTHON_CHECKED=1
-
-   # python-exec has profile-forced flags.
-   if [[ ${CATEGORY}/${PN} == dev-lang/python-exec ]]; then
-   return
-   fi
-
-   _try_eselect() {
-   # The eselect solution will work only with one py2  
py3.
-
-   local impl py2 py3 dis_py2 dis_py3
-   for impl in ${PYTHON_COMPAT[@]}; do
-   _python_impl_supported ${impl} || continue
-
-   if use python_targets_${impl}; then
-   case ${impl} in
-   python2_*)
-   if [[ ${py2+1} ]]; then
-   debug-print 
${FUNCNAME}: - more than one py2: ${py2} ${impl}
-   return 1
-   fi
-   py2=${impl/_/.}
-   ;;
-   python3_4)
-   debug-print 
${FUNCNAME}: python3.4 found, not using eselect
-   return 1
-   ;;
-   python3_*)
-   if [[ ${py3+1} ]]; then
-   debug-print 
${FUNCNAME}: - more than one py3: ${py3} ${impl}
-   return 1
-   fi
-   py3=${impl/_/.}
-   ;;
-   *)
-   return 1
-   

[gentoo-commits] gentoo-x86 commit in media-sound/chuck/files: chuck-1.3.5.1-makefile.patch

2015-07-27 Thread Lars Wendler (polynomial-c)
polynomial-c15/07/27 16:41:24

  Added:chuck-1.3.5.1-makefile.patch
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
981CA6FC)

Revision  ChangesPath
1.1  media-sound/chuck/files/chuck-1.3.5.1-makefile.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/chuck/files/chuck-1.3.5.1-makefile.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/chuck/files/chuck-1.3.5.1-makefile.patch?rev=1.1content-type=text/plain

Index: chuck-1.3.5.1-makefile.patch
===
--- chuck-1.3.5.1/src/makefile
+++ chuck-1.3.5.1/src/makefile
@@ -40,8 +40,6 @@
 
 ifneq ($(CHUCK_DEBUG),)
 CFLAGS+= -g
-else
-CFLAGS+= -O3
 endif
 
 ifneq ($(USE_64_BIT_SAMPLE),)
--- chuck-1.3.5.1/src/makefile.alsa
+++ chuck-1.3.5.1/src/makefile.alsa
@@ -1,4 +1,4 @@
 
-CFLAGS+= -D__LINUX_ALSA__ -D__PLATFORM_LINUX__ -O3 -fno-strict-aliasing 
-D__CK_SNDFILE_NATIVE__
+CFLAGS+= -D__LINUX_ALSA__ -D__PLATFORM_LINUX__ -fno-strict-aliasing 
-D__CK_SNDFILE_NATIVE__
 LDFLAGS+= -lasound -lstdc++ -ldl -lm -lsndfile -lpthread
 
--- chuck-1.3.5.1/src/makefile.jack
+++ chuck-1.3.5.1/src/makefile.jack
@@ -1,4 +1,4 @@
 
-CFLAGS+= -D__UNIX_JACK__ -D__PLATFORM_LINUX__ -O3 -fno-strict-aliasing 
-D__CK_SNDFILE_NATIVE__
+CFLAGS+= -D__UNIX_JACK__ -D__PLATFORM_LINUX__ -fno-strict-aliasing 
-D__CK_SNDFILE_NATIVE__
 LDFLAGS+= -lasound -ljack -lstdc++ -ldl -lm -lsndfile -lpthread
 






[gentoo-commits] gentoo-x86 commit in sys-process/audit: audit-2.4.3.ebuild ChangeLog

2015-07-27 Thread Jason Zaman (perfinion)
perfinion15/07/27 18:23:11

  Modified: ChangeLog
  Added:audit-2.4.3.ebuild
  Log:
  version bump, adds python3 support
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x7EF137EC935B0EAF)

Revision  ChangesPath
1.107sys-process/audit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/ChangeLog?rev=1.107view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/ChangeLog?rev=1.107content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/ChangeLog?r1=1.106r2=1.107

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog   16 May 2015 05:56:03 -  1.106
+++ ChangeLog   27 Jul 2015 18:23:11 -  1.107
@@ -1,6 +1,12 @@
 # ChangeLog for sys-process/audit
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.106 
2015/05/16 05:56:03 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.107 
2015/07/27 18:23:11 perfinion Exp $
+
+*audit-2.4.3 (27 Jul 2015)
+
+  27 Jul 2015; Jason Zaman perfin...@gentoo.org +audit-2.4.3.ebuild,
+  +files/audit-2.4.3-python.patch:
+  version bump, adds python3 support
 
 *audit-2.2.2-r3 (16 May 2015)
 *audit-2.4.1-r1 (16 May 2015)



1.1  sys-process/audit/audit-2.4.3.ebuild

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

Index: audit-2.4.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-2.4.3.ebuild,v 1.1 
2015/07/27 18:23:11 perfinion Exp $

EAPI=5

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

inherit autotools multilib multilib-minimal toolchain-funcs python-r1 
linux-info eutils systemd

DESCRIPTION=Userspace utilities for storing and processing auditing records
HOMEPAGE=http://people.redhat.com/sgrubb/audit/;
SRC_URI=http://people.redhat.com/sgrubb/audit/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86
IUSE=ldap python
# Testcases are pretty useless as they are built for RedHat users/groups and
# kernels.
RESTRICT=test

RDEPEND=ldap? ( net-nds/openldap )
 sys-libs/libcap-ng
DEPEND=${RDEPEND}
python? ( ${PYTHON_DEPS}
dev-lang/swig )
=sys-kernel/linux-headers-2.6.34
# Do not use os-headers as this is linux specific

REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )

CONFIG_CHECK=~AUDIT

pkg_setup() {
linux-info_pkg_setup
}

src_prepare() {
epatch_user

# Do not build GUI tools
sed -i \
-e '/AC_CONFIG_SUBDIRS.*system-config-audit/d' \
${S}/configure.ac || die
sed -i \
-e 's,system-config-audit,,g' \
${S}/Makefile.am || die
rm -rf ${S}/system-config-audit

if ! use ldap; then
sed -i \
-e 
'/^AC_OUTPUT/s,audisp/plugins/zos-remote/Makefile,,g' \
${S}/configure.ac || die
sed -i \
-e '/^SUBDIRS/s,zos-remote,,g' \
${S}/audisp/plugins/Makefile.am || die
fi

# Don't build static version of Python module.
epatch ${FILESDIR}/${PN}-2.4.3-python.patch

# glibc/kernel upstreams suck with both defining ia64_fpreg
# This patch is a horribly workaround that is only valid as long as you
# don't need the OTHER definitions in fpu.h.
epatch ${FILESDIR}/${PN}-2.1.3-ia64-compile-fix.patch

# there is no --without-golang conf option
sed -e /^SUBDIRS =/s/ @gobind_dir@// -i bindings/Makefile.am || die

# Regenerate autotooling
eautoreconf

# Bug 352198: Avoid parallel build fail
cd ${S}/src/mt
[[ ! -s private.h ]]  ln -s ../../lib/private.h .
}

multilib_src_configure() {
local ECONF_SOURCE=${S}
econf \
--sbindir=/sbin \
--enable-systemd \
--without-python \
--without-python3

if multilib_is_native_abi; then
python_configure() {
mkdir -p ${BUILD_DIR} || die
cd ${BUILD_DIR} || die

if python_is_python3; then
econf --without-python --with-python3

[gentoo-commits] gentoo-x86 commit in sys-process/audit/files: audit-2.4.3-python.patch

2015-07-27 Thread Jason Zaman (perfinion)
perfinion15/07/27 18:23:11

  Added:audit-2.4.3-python.patch
  Log:
  version bump, adds python3 support
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x7EF137EC935B0EAF)

Revision  ChangesPath
1.1  sys-process/audit/files/audit-2.4.3-python.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/files/audit-2.4.3-python.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/files/audit-2.4.3-python.patch?rev=1.1content-type=text/plain

Index: audit-2.4.3-python.patch
===
diff -ur audit-2.4.3.orig/bindings/python/python2/Makefile.am 
audit-2.4.3/bindings/python/python2/Makefile.am
--- audit-2.4.3.orig/bindings/python/python2/Makefile.am2015-07-22 
23:35:24.315424091 +0800
+++ audit-2.4.3/bindings/python/python2/Makefile.am 2015-07-22 
23:37:16.861510504 +0800
@@ -29,5 +29,6 @@
 
 auparse_la_SOURCES = $(top_srcdir)/bindings/python/auparse_python.c
 auparse_la_CPPFLAGS = -I$(top_srcdir)/auparse $(AM_CPPFLAGS)
-auparse_la_LDFLAGS = -module -avoid-version -Wl,-z,relro
+auparse_la_CFLAGS = -shared
+auparse_la_LDFLAGS = -module -avoid-version -shared -Wl,-z,relro
 auparse_la_LIBADD = ${top_builddir}/auparse/libauparse.la 
${top_builddir}/lib/libaudit.la
diff -ur audit-2.4.3.orig/bindings/python/python3/Makefile.am 
audit-2.4.3/bindings/python/python3/Makefile.am
--- audit-2.4.3.orig/bindings/python/python3/Makefile.am2015-07-22 
23:35:24.315424091 +0800
+++ audit-2.4.3/bindings/python/python3/Makefile.am 2015-07-22 
23:37:30.395400641 +0800
@@ -28,5 +28,6 @@
 
 auparse_la_SOURCES = $(top_srcdir)/bindings/python/auparse_python.c
 auparse_la_CPPFLAGS = -I$(top_srcdir)/auparse $(AM_CPPFLAGS)
-auparse_la_LDFLAGS = -module -avoid-version -Wl,-z,relro
+auparse_la_CFLAGS = -shared
+auparse_la_LDFLAGS = -module -avoid-version -shared -Wl,-z,relro
 auparse_la_LIBADD = ${top_builddir}/auparse/libauparse.la 
${top_builddir}/lib/libaudit.la
diff -ur audit-2.4.3.orig/bindings/swig/python/Makefile.am 
audit-2.4.3/bindings/swig/python/Makefile.am
--- audit-2.4.3.orig/bindings/swig/python/Makefile.am   2015-07-22 
23:35:24.316424083 +0800
+++ audit-2.4.3/bindings/swig/python/Makefile.am2015-07-22 
23:35:53.244189263 +0800
@@ -28,7 +28,7 @@
 pyexec_LTLIBRARIES = _audit.la
 pyexec_SOLIBRARIES = _audit.so
 _audit_la_CFLAGS = -shared
-_audit_la_LDFLAGS = -module -avoid-version -Wl,-z,relro
+_audit_la_LDFLAGS = -module -avoid-version -shared -Wl,-z,relro
 _audit_la_HEADERS: $(top_builddir)/config.h 
 _audit_la_DEPENDENCIES =${top_srcdir}/lib/libaudit.h 
${top_builddir}/lib/libaudit.la
 _audit_la_LIBADD = $(top_builddir)/lib/libaudit.la
diff -ur audit-2.4.3.orig/bindings/swig/python3/Makefile.am 
audit-2.4.3/bindings/swig/python3/Makefile.am
--- audit-2.4.3.orig/bindings/swig/python3/Makefile.am  2015-07-22 
23:35:24.316424083 +0800
+++ audit-2.4.3/bindings/swig/python3/Makefile.am   2015-07-22 
23:36:27.833908482 +0800
@@ -29,7 +29,7 @@
 py3exec_LTLIBRARIES = _audit.la
 py3exec_SOLIBRARIES = _audit.so
 _audit_la_CFLAGS = -shared
-_audit_la_LDFLAGS = -module -avoid-version -Wl,-z,relro
+_audit_la_LDFLAGS = -module -avoid-version -shared -Wl,-z,relro
 _audit_la_HEADERS: $(top_builddir)/config.h 
 _audit_la_DEPENDENCIES =${top_srcdir}/lib/libaudit.h 
${top_builddir}/lib/libaudit.la
 _audit_la_LIBADD = ${top_builddir}/lib/libaudit.la






[gentoo-commits] proj/kde:master commit in: app-text/kbibtex/files/, app-text/kbibtex/

2015-07-27 Thread Johannes Huber
commit: 7e1fc47c90fd5e7d979f6767a0d25e85e4e0fea5
Author: Andreas Sturmlechner andreas.sturmlechner AT gmail DOT com
AuthorDate: Sun Jul 26 20:51:56 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Sun Jul 26 20:51:56 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7e1fc47c

[app-text/kbibtex] Switch to feature/kf5 branch

Package-Manager: portage-2.2.20

 app-text/kbibtex/files/kbibtex-fix-cmake.patch | 19 +
 app-text/kbibtex/kbibtex-.ebuild   | 39 +-
 2 files changed, 51 insertions(+), 7 deletions(-)

diff --git a/app-text/kbibtex/files/kbibtex-fix-cmake.patch 
b/app-text/kbibtex/files/kbibtex-fix-cmake.patch
new file mode 100644
index 000..9fd7b41
--- /dev/null
+++ b/app-text/kbibtex/files/kbibtex-fix-cmake.patch
@@ -0,0 +1,19 @@
+--- a/CMakeLists.txt   2015-07-26 22:10:03.158276297 +0200
 b/CMakeLists.txt   2015-07-26 22:11:22.380277657 +0200
+@@ -45,14 +45,8 @@
+ Network
+ )
+ 
+-find_package(
+-Qt5 ${QT_MIN_VERSION}
+-QUIET
+-CONFIG
+-COMPONENTS
+-WebEngineWidgets
+-WebKitWidgets
+-)
++find_package(Qt5WebEngineWidgets ${QT_MIN_VERSION} QUIET CONFIG COMPONENTS)
++find_package(Qt5WebKitWidgets ${QT_MIN_VERSION} QUIET CONFIG COMPONENTS)
+ 
+ find_package(
+ KF5 ${KF5_MIN_VERSION}

diff --git a/app-text/kbibtex/kbibtex-.ebuild 
b/app-text/kbibtex/kbibtex-.ebuild
index a2b6950..3a69dde 100644
--- a/app-text/kbibtex/kbibtex-.ebuild
+++ b/app-text/kbibtex/kbibtex-.ebuild
@@ -4,29 +4,54 @@
 
 EAPI=5
 
-inherit versionator kde4-base
+inherit kde5
 
-DESCRIPTION=BibTeX editor for KDE to edit bibliographies used with LaTeX
+DESCRIPTION=BibTeX editor to edit bibliographies used with LaTeX
 HOMEPAGE=http://home.gna.org/kbibtex/;
 if [[ ${PV} != ** ]]; then
+   inherit versionator
SRC_URI=http://download.gna.org/${PN}/$(get_version_component_range 
1-2)/${P/_/-}.tar.xz
KEYWORDS=~amd64 ~x86
 else
-   EGIT_BRANCH=master
+   EGIT_BRANCH=feature/kf5
KEYWORDS=
 fi
 
 LICENSE=GPL-2
-SLOT=4
-IUSE=debug
+IUSE=
 
 DEPEND=
-   app-text/poppler[qt4]
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   app-text/poppler[qt5]
+   dev-libs/icu:=
dev-libs/libxml2
dev-libs/libxslt
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwebkit:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
virtual/tex-base
 
 RDEPEND=${DEPEND}
-   dev-tex/bibtex2html
+   dev-tex/bibtex2html
+
+
+PATCHES=( ${FILESDIR}/${PN}-fix-cmake.patch )
 
 S=${WORKDIR}/${P/_/-}



[gentoo-commits] gentoo-x86 commit in media-sound/chuck: ChangeLog chuck-1.3.5.1.ebuild

2015-07-27 Thread Lars Wendler (polynomial-c)
polynomial-c15/07/27 16:41:24

  Modified: ChangeLog
  Added:chuck-1.3.5.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
981CA6FC)

Revision  ChangesPath
1.23 media-sound/chuck/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/chuck/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   31 Mar 2015 19:35:47 -  1.22
+++ ChangeLog   27 Jul 2015 16:41:24 -  1.23
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/chuck
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/chuck/ChangeLog,v 1.22 
2015/03/31 19:35:47 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/chuck/ChangeLog,v 1.23 
2015/07/27 16:41:24 polynomial-c Exp $
+
+*chuck-1.3.5.1 (27 Jul 2015)
+
+  27 Jul 2015; Lars Wendler polynomia...@gentoo.org +chuck-1.3.5.1.ebuild,
+  +files/chuck-1.3.5.1-makefile.patch:
+  Version bump.
 
   31 Mar 2015; Ulrich Müller u...@gentoo.org chuck-1.3.1.3.ebuild:
   Update dependency after package move of eselect modules to app-eselect.



1.1  media-sound/chuck/chuck-1.3.5.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/chuck/chuck-1.3.5.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/chuck/chuck-1.3.5.1.ebuild?rev=1.1content-type=text/plain

Index: chuck-1.3.5.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/chuck/chuck-1.3.5.1.ebuild,v 1.1 
2015/07/27 16:41:24 polynomial-c Exp $

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

DESCRIPTION=Strongly-timed, Concurrent, and On-the-fly
Audio Programming Language
HOMEPAGE=http://chuck.cs.princeton.edu/release/;
SRC_URI=http://chuck.cs.princeton.edu/release/files/${P}.tgz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~x86 ~amd64
IUSE=+alsa jack examples

RDEPEND=jack? ( media-sound/jack-audio-connection-kit )
alsa? ( media-libs/alsa-lib )
media-libs/libsndfile
app-eselect/eselect-chuck
DEPEND=${RDEPEND}
sys-devel/bison
sys-devel/flex

REQUIRED_USE=|| ( alsa jack )

src_prepare() {
epatch ${FILESDIR}/${PN}-1.2.1.1-hid-smc.patch \
${FILESDIR}/${PN}-1.3.5.1-makefile.patch
}

compile_backend() {
backend=$1
pushd ${S}/src /dev/null || die
einfo Compiling against ${backend}
emake  CC=$(tc-getCC) CXX=$(tc-getCXX) linux-${backend}
mv chuck{,-${backend}}
emake clean
popd /dev/null || die
}

src_compile() {
# when compile with athlon or athlon-xp flags
# chuck crashes on removing a shred with a double free or corruption
# it happens in Chuck_VM_Stack::shutdown() on the line
#   SAFE_DELETE_ARRAY( stack );
replace-cpu-flags athlon athlon-xp i686

use jack  compile_backend jack
use alsa  compile_backend alsa
}

src_install() {
use jack  dobin src/chuck-jack
use alsa  dobin src/chuck-alsa

dodoc AUTHORS DEVELOPER PROGRAMMER QUICKSTART README THANKS TODO 
VERSIONS
docinto doc
dodoc doc/*
if use examples; then
insinto /usr/share/doc/${PF}/examples
doins $(find examples -type f)
for dir in $(find examples/* -type d); do
insinto /usr/share/doc/${PF}/${dir}
doins ${dir}/*
done
fi
}

pkg_postinst() {
elog Chuck now can use many audio engines, so you can specify audio 
engine
elog with chuck-{jack,alsa}
elog Or you can use 'eselect chuck' to set the audio engine

einfo Calling eselect chuck update...
eselect chuck update --if-unset
}






[gentoo-commits] proj/kde:master commit in: kde-apps/libkdegames/, kde-apps/libkdegames/files/

2015-07-27 Thread Johannes Huber
commit: 76e66fce310f3e43f552d728d47dff990bf53da5
Author: Andreas Sturmlechner andreas.sturmlechner AT gmail DOT com
AuthorDate: Sun Jul 26 21:20:16 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon Jul 27 16:36:01 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=76e66fce

[kde-apps/libkdegames] Fix patch for bug 555980

Package-Manager: portage-2.2.20

 .../files/libkdegames-15.04.3-tests-optional.patch | 33 ++
 kde-apps/libkdegames/libkdegames-15.04.3.ebuild|  2 +-
 2 files changed, 34 insertions(+), 1 deletion(-)

diff --git 
a/kde-apps/libkdegames/files/libkdegames-15.04.3-tests-optional.patch 
b/kde-apps/libkdegames/files/libkdegames-15.04.3-tests-optional.patch
new file mode 100644
index 000..fa07df0
--- /dev/null
+++ b/kde-apps/libkdegames/files/libkdegames-15.04.3-tests-optional.patch
@@ -0,0 +1,33 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 2664fd4..32f453b 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -1,5 +1,3 @@
+-enable_testing()
+-
+ project(libkdegames)
+ 
+ cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR)
+@@ -9,12 +7,21 @@ find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+ set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules 
${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
+ 
+ 
+-find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Widgets Qml 
Quick QuickWidgets Svg Test)
++find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Widgets Qml 
Quick QuickWidgets Svg)
+ find_package(KF5 REQUIRED COMPONENTS CoreAddons Config WidgetsAddons Codecs 
Archive
+ DBusAddons DNSSD Declarative
+ I18n GuiAddons Service ConfigWidgets ItemViews IconThemes Completion 
JobWidgets TextWidgets GlobalAccel XmlGui Crash
+ Bookmarks KIO NewStuff KDELibs4Support)
+ 
++find_package(Qt5Test ${QT_MIN_VERSION} QUIET)
++set_package_properties(Qt5Test PROPERTIES
++PURPOSE Required for tests
++TYPE OPTIONAL)
++add_feature_info(Qt5Test Qt5Test_FOUND Required for building tests)
++if (NOT Qt5Test_FOUND)
++set(BUILD_TESTING OFF CACHE BOOL Build the testing tree.)
++endif()
++
+ include(FeatureSummary)
+ include(GenerateExportHeader)
+ include(ECMPackageConfigHelpers)

diff --git a/kde-apps/libkdegames/libkdegames-15.04.3.ebuild 
b/kde-apps/libkdegames/libkdegames-15.04.3.ebuild
index ef61e55..48d1eac 100644
--- a/kde-apps/libkdegames/libkdegames-15.04.3.ebuild
+++ b/kde-apps/libkdegames/libkdegames-15.04.3.ebuild
@@ -49,4 +49,4 @@ DEPEND=
 
 RDEPEND=${DEPEND}
 
-PATCHES=( ${FILESDIR}/${PN}-tests-optional.patch )
+PATCHES=( ${FILESDIR}/${P}-tests-optional.patch )



[gentoo-commits] gentoo-x86 commit in app-misc/carbon-c-relay: carbon-c-relay-0.43.ebuild ChangeLog carbon-c-relay-0.42.ebuild

2015-07-27 Thread Fabian Groffen (grobian)
grobian 15/07/27 16:57:51

  Modified: ChangeLog
  Added:carbon-c-relay-0.43.ebuild
  Removed:  carbon-c-relay-0.42.ebuild
  Log:
  Version bump, drop 0.42 which crashes on any_of clusters
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x5F75F607C5C74E89)

Revision  ChangesPath
1.11 app-misc/carbon-c-relay/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/carbon-c-relay/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/carbon-c-relay/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/carbon-c-relay/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/carbon-c-relay/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   23 Jul 2015 20:11:57 -  1.10
+++ ChangeLog   27 Jul 2015 16:57:51 -  1.11
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/carbon-c-relay
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/carbon-c-relay/ChangeLog,v 1.10 
2015/07/23 20:11:57 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/carbon-c-relay/ChangeLog,v 1.11 
2015/07/27 16:57:51 grobian Exp $
+
+*carbon-c-relay-0.43 (27 Jul 2015)
+
+  27 Jul 2015; Fabian Groffen grob...@gentoo.org +carbon-c-relay-0.43.ebuild,
+  -carbon-c-relay-0.42.ebuild:
+  Version bump, drop 0.42 which crashes on any_of clusters
 
 *carbon-c-relay-0.42 (23 Jul 2015)
 



1.1  app-misc/carbon-c-relay/carbon-c-relay-0.43.ebuild

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

Index: carbon-c-relay-0.43.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-misc/carbon-c-relay/carbon-c-relay-0.43.ebuild,v 
1.1 2015/07/27 16:57:51 grobian Exp $

EAPI=5

inherit toolchain-funcs user

DESCRIPTION=Enhanced C version of Carbon relay, aggregator and rewriter
HOMEPAGE=https://github.com/grobian/carbon-c-relay;
SRC_URI=https://github.com/grobian/carbon-c-relay/archive/v${PV}.tar.gz - 
${P}.tar.gz

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64 ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris
IUSE=

RDEPEND=
DEPEND=${RDEPEND}

pkg_preinst() {
enewgroup carbon
enewuser carbon -1 -1 -1 carbon
}

src_prepare() {
tc-export CC
tc-has-openmp || export OPENMP_FLAGS=
}

src_install() {
newbin relay ${PN}
dodoc README.md

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






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

2015-07-27 Thread Johannes Huber
commit: a296299e061c01a0b4f1fcbe306f2a8b30db87cc
Author: Andreas Sturmlechner andreas.sturmlechner AT gmail DOT com
AuthorDate: Sun Jul 26 19:07:31 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon Jul 27 16:30:46 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a296299e

[kde-apps/kiriki] Frameworks merged to master and stable branch

Package-Manager: portage-2.2.20

 kde-apps/kiriki/kiriki-15.08.49..ebuild | 26 +-
 kde-apps/kiriki/kiriki-.ebuild  | 26 +-
 2 files changed, 42 insertions(+), 10 deletions(-)

diff --git a/kde-apps/kiriki/kiriki-15.08.49..ebuild 
b/kde-apps/kiriki/kiriki-15.08.49..ebuild
index a10542a..00954da 100644
--- a/kde-apps/kiriki/kiriki-15.08.49..ebuild
+++ b/kde-apps/kiriki/kiriki-15.08.49..ebuild
@@ -4,16 +4,32 @@
 
 EAPI=5
 
-KDE_HANDBOOK=optional
-inherit kde4-base
+KDE_HANDBOOK=true
+inherit kde5
 
-DESCRIPTION=Kiriki - a gtali clone for KDE4
+DESCRIPTION=A gtali clone
 HOMEPAGE=
http://www.kde.org/applications/games/kiriki/
http://games.kde.org/game.php?game=kiriki
 
 KEYWORDS=
-IUSE=debug
+IUSE=
 
-DEPEND=$(add_kdeapps_dep libkdegames)
+DEPEND=
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep kguiaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_kdeapps_dep libkdegames)
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+
 RDEPEND=${DEPEND}

diff --git a/kde-apps/kiriki/kiriki-.ebuild 
b/kde-apps/kiriki/kiriki-.ebuild
index a10542a..00954da 100644
--- a/kde-apps/kiriki/kiriki-.ebuild
+++ b/kde-apps/kiriki/kiriki-.ebuild
@@ -4,16 +4,32 @@
 
 EAPI=5
 
-KDE_HANDBOOK=optional
-inherit kde4-base
+KDE_HANDBOOK=true
+inherit kde5
 
-DESCRIPTION=Kiriki - a gtali clone for KDE4
+DESCRIPTION=A gtali clone
 HOMEPAGE=
http://www.kde.org/applications/games/kiriki/
http://games.kde.org/game.php?game=kiriki
 
 KEYWORDS=
-IUSE=debug
+IUSE=
 
-DEPEND=$(add_kdeapps_dep libkdegames)
+DEPEND=
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep kguiaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_kdeapps_dep libkdegames)
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+
 RDEPEND=${DEPEND}



[gentoo-commits] proj/kde:master commit in: Documentation/package.unmask/, Documentation/package.mask/, ...

2015-07-27 Thread Johannes Huber
commit: 321b7807eb6a9c3d003e7d9cfa7c3e7a7313824c
Author: Andreas Sturmlechner andreas.sturmlechner AT gmail DOT com
AuthorDate: Sun Jul 26 19:09:53 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon Jul 27 16:30:47 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=321b7807

[Documentation] Regenerate files

 .../package.accept_keywords/.kde-applications-live/kdegames-live | 1 +
 Documentation/package.accept_keywords/kde-applications-live.keywords | 1 +
 Documentation/package.mask/kde-applications-live | 1 +
 Documentation/package.unmask/kde-applications-live   | 1 +
 4 files changed, 4 insertions(+)

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-live/kdegames-live 
b/Documentation/package.accept_keywords/.kde-applications-live/kdegames-live
index b4e0215..3588389 100644
--- a/Documentation/package.accept_keywords/.kde-applications-live/kdegames-live
+++ b/Documentation/package.accept_keywords/.kde-applications-live/kdegames-live
@@ -10,6 +10,7 @@
 ~kde-apps/kdiamond- **
 ~kde-apps/kfourinline- **
 ~kde-apps/killbots- **
+~kde-apps/kiriki- **
 ~kde-apps/kjumpingcube- **
 ~kde-apps/klines- **
 ~kde-apps/kmines- **

diff --git 
a/Documentation/package.accept_keywords/kde-applications-live.keywords 
b/Documentation/package.accept_keywords/kde-applications-live.keywords
index f306bb2..09291fb 100644
--- a/Documentation/package.accept_keywords/kde-applications-live.keywords
+++ b/Documentation/package.accept_keywords/kde-applications-live.keywords
@@ -40,6 +40,7 @@
 ~kde-apps/kdiamond- **
 ~kde-apps/kfourinline- **
 ~kde-apps/killbots- **
+~kde-apps/kiriki- **
 ~kde-apps/kjumpingcube- **
 ~kde-apps/klines- **
 ~kde-apps/kmines- **

diff --git a/Documentation/package.mask/kde-applications-live 
b/Documentation/package.mask/kde-applications-live
index 77175a2..98e9bfb 100644
--- a/Documentation/package.mask/kde-applications-live
+++ b/Documentation/package.mask/kde-applications-live
@@ -40,6 +40,7 @@
 ~kde-apps/kdiamond-
 ~kde-apps/kfourinline-
 ~kde-apps/killbots-
+~kde-apps/kiriki-
 ~kde-apps/kjumpingcube-
 ~kde-apps/klines-
 ~kde-apps/kmines-

diff --git a/Documentation/package.unmask/kde-applications-live 
b/Documentation/package.unmask/kde-applications-live
index 77175a2..98e9bfb 100644
--- a/Documentation/package.unmask/kde-applications-live
+++ b/Documentation/package.unmask/kde-applications-live
@@ -40,6 +40,7 @@
 ~kde-apps/kdiamond-
 ~kde-apps/kfourinline-
 ~kde-apps/killbots-
+~kde-apps/kiriki-
 ~kde-apps/kjumpingcube-
 ~kde-apps/klines-
 ~kde-apps/kmines-



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

2015-07-27 Thread Sergey Popov (pinkbyte)
pinkbyte15/07/27 16:43:21

  Modified: ChangeLog package.mask
  Log:
  Unmask Boost 1.57

Revision  ChangesPath
1.10210  profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.10209
retrieving revision 1.10210
diff -u -r1.10209 -r1.10210
--- ChangeLog   27 Jul 2015 11:45:22 -  1.10209
+++ ChangeLog   27 Jul 2015 16:43:21 -  1.10210
@@ -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.10209 2015/07/27 
11:45:22 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10210 2015/07/27 
16:43:21 pinkbyte 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!
 
+  27 Jul 2015; Sergey Popov pinkb...@gentoo.org package.mask:
+  Unmask Boost 1.57
+
   27 Jul 2015; Fabian Groffen grob...@gentoo.org package.mask:
   Drop Exim RC masks.
 



1.16685  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16684
retrieving revision 1.16685
diff -u -r1.16684 -r1.16685
--- package.mask27 Jul 2015 11:45:22 -  1.16684
+++ package.mask27 Jul 2015 16:43:21 -  1.16685
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16684 2015/07/27 
11:45:22 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16685 2015/07/27 
16:43:21 pinkbyte Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -271,11 +271,6 @@
 dev-db/postgresql-base
 dev-db/postgresql-server
 
-# Sergey Popov pinkb...@gentoo.org (24 Dec 2014)
-# Mask new version of Boost - it's known to cause breakages
-~dev-util/boost-build-1.57.0
-~dev-libs/boost-1.57.0
-
 # Jeroen Roovers j...@gentoo.org (12 Dec 2014)
 # The 96 and 173 branches are no longer supported and remain vulnerable to
 # CVE-2014-8298 (bug #532342). You may be able to mitigate the vulnerability by






[gentoo-commits] proj/grs:desktop-amd64-uclibc-hardened commit in: core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/, ...

2015-07-27 Thread Anthony G. Basile
commit: 564440f665cf95671c7f93358b1c580e8609f4b1
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Mon Jul 27 17:12:51 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Mon Jul 27 17:13:26 2015 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=564440f6

Modernize XFCE4 and fix scaling of desktop image.

 core/etc/skel/.config/Thunar/uca.xml| 13 +
 .../skel/.config/xfce4/desktop/icons.screen0-1904x984.rc|  3 +++
 .../xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml  |  8 +---
 .../xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml   |  8 
 .../skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml |  6 ++
 core/home/gentoo/.config/Thunar/uca.xml | 13 +
 .../gentoo/.config/xfce4/desktop/icons.screen0-1904x984.rc  |  3 +++
 .../xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml  |  8 +---
 .../xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml   |  8 
 .../.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml  |  6 ++
 10 files changed, 70 insertions(+), 6 deletions(-)

diff --git a/core/etc/skel/.config/Thunar/uca.xml 
b/core/etc/skel/.config/Thunar/uca.xml
new file mode 100644
index 000..2f0c866
--- /dev/null
+++ b/core/etc/skel/.config/Thunar/uca.xml
@@ -0,0 +1,13 @@
+?xml encoding=UTF-8 version=1.0?
+actions
+action
+   iconutilities-terminal/icon
+   nameOpen Terminal Here/name
+   unique-id1438016245738870-1/unique-id
+   commandexo-open --working-directory %f --launch 
TerminalEmulator/command
+   descriptionExample for a custom action/description
+   patterns*/patterns
+   startup-notify/
+   directories/
+/action
+/actions

diff --git a/core/etc/skel/.config/xfce4/desktop/icons.screen0-1904x984.rc 
b/core/etc/skel/.config/xfce4/desktop/icons.screen0-1904x984.rc
new file mode 100644
index 000..d6683a9
--- /dev/null
+++ b/core/etc/skel/.config/xfce4/desktop/icons.screen0-1904x984.rc
@@ -0,0 +1,3 @@
+[xfdesktop-version-4.10.3+-rcfile_format]
+4.10.3+=true
+

diff --git 
a/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml 
b/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
index 07193c6..1949349 100644
--- a/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
+++ b/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
@@ -7,6 +7,8 @@
 property name=image-path type=string 
value=/usr/share/slim/themes/default/background.jpg/
 property name=last-image type=string 
value=/usr/share/slim/themes/default/background.jpg/
 property name=last-single-image type=string 
value=/usr/share/slim/themes/default/background.jpg/
+  /property
+  property name=monitorDVI-0 type=empty
 property name=workspace0 type=empty
   property name=color-style type=int value=0/
   property name=image-style type=int value=3/
@@ -14,17 +16,17 @@
 /property
 property name=workspace1 type=empty
   property name=color-style type=int value=0/
-  property name=image-style type=int value=3/
+  property name=image-style type=int value=5/
   property name=last-image type=string 
value=/usr/share/slim/themes/default/background.jpg/
 /property
 property name=workspace2 type=empty
   property name=color-style type=int value=0/
-  property name=image-style type=int value=3/
+  property name=image-style type=int value=5/
   property name=last-image type=string 
value=/usr/share/slim/themes/default/background.jpg/
 /property
 property name=workspace3 type=empty
   property name=color-style type=int value=0/
-  property name=image-style type=int value=3/
+  property name=image-style type=int value=5/
   property name=last-image type=string 
value=/usr/share/slim/themes/default/background.jpg/
 /property
   /property

diff --git 
a/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
 
b/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
new file mode 100644
index 000..2e112e3
--- /dev/null
+++ 
b/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
@@ -0,0 +1,8 @@
+?xml version=1.0 encoding=UTF-8?
+
+channel name=xfce4-settings-manager version=1.0
+  property name=last type=empty
+property name=window-width type=int value=640/
+property name=window-height type=int value=500/
+  /property
+/channel

diff --git a/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml 
b/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
index da3d2cd..a53cef7 100644
--- a/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
+++ b/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
@@ -78,5 +78,11 @@
  

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

2015-07-27 Thread Johannes Huber
commit: 0778ac45da8a1423af5f47e87aa2ccd881e7bc26
Author: Andreas Sturmlechner andreas.sturmlechner AT gmail DOT com
AuthorDate: Sun Jul 26 22:51:22 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon Jul 27 17:50:14 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0778ac45

[kde-apps/oxygen-icons] Drop live ebuilds, no further release

Package-Manager: portage-2.2.20

 .../oxygen-icons/oxygen-icons-15.08.49..ebuild | 29 --
 kde-apps/oxygen-icons/oxygen-icons-.ebuild | 29 --
 2 files changed, 58 deletions(-)

diff --git a/kde-apps/oxygen-icons/oxygen-icons-15.08.49..ebuild 
b/kde-apps/oxygen-icons/oxygen-icons-15.08.49..ebuild
deleted file mode 100644
index 36ca6da..000
--- a/kde-apps/oxygen-icons/oxygen-icons-15.08.49..ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-if [[ ${PV} == * ]]; then
-   KMNAME=kdesupport
-fi
-KDE_AUTODEPS=false
-KDE_SCM=svn
-inherit kde5
-
-DESCRIPTION=Oxygen SVG icon theme
-HOMEPAGE=http://www.oxygen-icons.org/;
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   # This gets repackaged for stable releases
-   SRC_URI_BINDIST=${SRC_URI}
-
-   SRC_URI= !sources? ( ${SRC_URI} )
-   sources? ( ${SRC_URI_BINDIST} )
-   
-fi
-
-LICENSE=LGPL-3
-KEYWORDS=
-IUSE=sources
-
-RDEPEND=!kde-apps/oxygen-icons:4

diff --git a/kde-apps/oxygen-icons/oxygen-icons-.ebuild 
b/kde-apps/oxygen-icons/oxygen-icons-.ebuild
deleted file mode 100644
index 36ca6da..000
--- a/kde-apps/oxygen-icons/oxygen-icons-.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-if [[ ${PV} == * ]]; then
-   KMNAME=kdesupport
-fi
-KDE_AUTODEPS=false
-KDE_SCM=svn
-inherit kde5
-
-DESCRIPTION=Oxygen SVG icon theme
-HOMEPAGE=http://www.oxygen-icons.org/;
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   # This gets repackaged for stable releases
-   SRC_URI_BINDIST=${SRC_URI}
-
-   SRC_URI= !sources? ( ${SRC_URI} )
-   sources? ( ${SRC_URI_BINDIST} )
-   
-fi
-
-LICENSE=LGPL-3
-KEYWORDS=
-IUSE=sources
-
-RDEPEND=!kde-apps/oxygen-icons:4



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

2015-07-27 Thread Johannes Huber
commit: 9607b2621a82f994a5cc5ce09449155535438ffc
Author: Andreas Sturmlechner andreas.sturmlechner AT gmail DOT com
AuthorDate: Mon Jul 27 08:57:09 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon Jul 27 17:50:14 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9607b262

[kde-apps/dolphin] Remove RDEPEND on unreleased libkonq

Fixes conflict w/ other kde4-based packages in 15.08

Package-Manager: portage-2.2.20

 kde-apps/dolphin/dolphin-15.08.49..ebuild | 11 ++-
 kde-apps/dolphin/dolphin-.ebuild  | 11 ++-
 2 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/kde-apps/dolphin/dolphin-15.08.49..ebuild 
b/kde-apps/dolphin/dolphin-15.08.49..ebuild
index a2c584e..5d044ac 100644
--- a/kde-apps/dolphin/dolphin-15.08.49..ebuild
+++ b/kde-apps/dolphin/dolphin-15.08.49..ebuild
@@ -52,7 +52,6 @@ DEPEND=
 
 RDEPEND=${DEPEND}
$(add_kdeapps_dep kio-extras)
-   $(add_kdeapps_dep libkonq '' 5.)
thumbnail? (
$(add_kdeapps_dep ffmpegthumbs '' 5.)
$(add_kdeapps_dep thumbnailers '' 5.)
@@ -70,3 +69,13 @@ src_configure() {
 
kde5_src_configure
 }
+
+pkg_postinst() {
+   kde5_pkg_postinst
+
+   if ( ! has_version kde-apps/ark:${SLOT} || ! has_version 
kde-apps/libkonq:${SLOT} ); then
+   echo
+   elog For compress/extract actions, please install 
kde-apps/ark:${SLOT} and kde-apps/libkonq:${SLOT}
+   echo
+   fi
+}

diff --git a/kde-apps/dolphin/dolphin-.ebuild 
b/kde-apps/dolphin/dolphin-.ebuild
index a2c584e..5d044ac 100644
--- a/kde-apps/dolphin/dolphin-.ebuild
+++ b/kde-apps/dolphin/dolphin-.ebuild
@@ -52,7 +52,6 @@ DEPEND=
 
 RDEPEND=${DEPEND}
$(add_kdeapps_dep kio-extras)
-   $(add_kdeapps_dep libkonq '' 5.)
thumbnail? (
$(add_kdeapps_dep ffmpegthumbs '' 5.)
$(add_kdeapps_dep thumbnailers '' 5.)
@@ -70,3 +69,13 @@ src_configure() {
 
kde5_src_configure
 }
+
+pkg_postinst() {
+   kde5_pkg_postinst
+
+   if ( ! has_version kde-apps/ark:${SLOT} || ! has_version 
kde-apps/libkonq:${SLOT} ); then
+   echo
+   elog For compress/extract actions, please install 
kde-apps/ark:${SLOT} and kde-apps/libkonq:${SLOT}
+   echo
+   fi
+}



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

2015-07-27 Thread Johannes Huber
commit: 1b2e9d68cb8ea39d077472b9156e69212c6e0484
Author: Andreas Sturmlechner andreas.sturmlechner AT gmail DOT com
AuthorDate: Mon Jul 27 10:10:13 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon Jul 27 17:50:14 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1b2e9d68

[kde-apps/ark] Remove DEPEND on unreleased libkonq

Package-Manager: portage-2.2.20

 kde-apps/ark/ark-15.08.49..ebuild | 12 ++--
 kde-apps/ark/ark-.ebuild  | 12 ++--
 kde-apps/ark/metadata.xml |  1 -
 3 files changed, 4 insertions(+), 21 deletions(-)

diff --git a/kde-apps/ark/ark-15.08.49..ebuild 
b/kde-apps/ark/ark-15.08.49..ebuild
index 0170654..324b146 100644
--- a/kde-apps/ark/ark-15.08.49..ebuild
+++ b/kde-apps/ark/ark-15.08.49..ebuild
@@ -5,14 +5,14 @@
 EAPI=5
 
 KDE_HANDBOOK=true
-KDE_TEST=true
+KDE_TEST=true
 inherit kde5
 
 DESCRIPTION=KDE Archiving tool
 HOMEPAGE=http://www.kde.org/applications/utilities/ark
 http://utils.kde.org/projects/ark;
 KEYWORDS=
-IUSE=dolphin
+IUSE=
 
 RDEPEND=
$(add_frameworks_dep karchive)
@@ -32,18 +32,10 @@ RDEPEND=
dev-qt/qtgui:5
dev-qt/qtwidgets:5
sys-libs/zlib
-   dolphin? ( $(add_kdeapps_dep libkonq '' '5.') )
 
 DEPEND=${RDEPEND}
sys-devel/gettext
 
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package dolphin KF5Konq)
-   )
-   kde5_src_configure
-}
-
 pkg_postinst() {
kde5_pkg_postinst
 

diff --git a/kde-apps/ark/ark-.ebuild b/kde-apps/ark/ark-.ebuild
index 0170654..324b146 100644
--- a/kde-apps/ark/ark-.ebuild
+++ b/kde-apps/ark/ark-.ebuild
@@ -5,14 +5,14 @@
 EAPI=5
 
 KDE_HANDBOOK=true
-KDE_TEST=true
+KDE_TEST=true
 inherit kde5
 
 DESCRIPTION=KDE Archiving tool
 HOMEPAGE=http://www.kde.org/applications/utilities/ark
 http://utils.kde.org/projects/ark;
 KEYWORDS=
-IUSE=dolphin
+IUSE=
 
 RDEPEND=
$(add_frameworks_dep karchive)
@@ -32,18 +32,10 @@ RDEPEND=
dev-qt/qtgui:5
dev-qt/qtwidgets:5
sys-libs/zlib
-   dolphin? ( $(add_kdeapps_dep libkonq '' '5.') )
 
 DEPEND=${RDEPEND}
sys-devel/gettext
 
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package dolphin KF5Konq)
-   )
-   kde5_src_configure
-}
-
 pkg_postinst() {
kde5_pkg_postinst
 

diff --git a/kde-apps/ark/metadata.xml b/kde-apps/ark/metadata.xml
index af37eb3..96d4831 100644
--- a/kde-apps/ark/metadata.xml
+++ b/kde-apps/ark/metadata.xml
@@ -3,7 +3,6 @@
 pkgmetadata
use
flag name=archiveEnable support for a variety of archive 
formats through libarchive/flag
-   flag name=dolphinEnable context menu for Extract menu 
entries in pkgkde-apps/dolphin/pkg/flag
/use
herdkde/herd
 /pkgmetadata



[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog python-utils-r1.eclass

2015-07-27 Thread Michal Gorny (mgorny)
mgorny  15/07/27 16:32:46

  Modified: ChangeLog python-utils-r1.eclass
  Log:
  python_wrapper_setup(): replace symlinks with shell wrappers to avoid 
triggering Python 3.4+ magical prefix support.

Revision  ChangesPath
1.1729   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1728
retrieving revision 1.1729
diff -u -r1.1728 -r1.1729
--- ChangeLog   27 Jul 2015 16:31:01 -  1.1728
+++ ChangeLog   27 Jul 2015 16:32:46 -  1.1729
@@ -1,6 +1,10 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1728 2015/07/27 
16:31:01 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1729 2015/07/27 
16:32:46 mgorny Exp $
+
+  27 Jul 2015; Michał Górny mgo...@gentoo.org python-utils-r1.eclass:
+  python_wrapper_setup(): replace symlinks with shell wrappers to avoid
+  triggering Python 3.4+ magical prefix support.
 
   27 Jul 2015; Mike Gilbert flop...@gentoo.org python-r1.eclass:
   Drop the USE_PYTHON warning.



1.85 eclass/python-utils-r1.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?rev=1.85view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?rev=1.85content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?r1=1.84r2=1.85

Index: python-utils-r1.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- python-utils-r1.eclass  25 Jul 2015 10:07:36 -  1.84
+++ python-utils-r1.eclass  27 Jul 2015 16:32:46 -  1.85
@@ -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/eclass/python-utils-r1.eclass,v 1.84 
2015/07/25 10:07:36 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.85 
2015/07/27 16:32:46 mgorny Exp $
 
 # @ECLASS: python-utils-r1
 # @MAINTAINER:
@@ -855,14 +855,25 @@
fi
 
# Python interpreter
-   ln -s ${PYTHON} ${workdir}/bin/python || die
-   ln -s python ${workdir}/bin/python${pyver} || die
+   # note: we don't use symlinks because python likes to do some
+   # symlink reading magic that breaks stuff
+   # https://bugs.gentoo.org/show_bug.cgi?id=555752
+   cat  ${workdir}/bin/python -_EOF_
+   #!/bin/sh
+   exec ${PYTHON} \${@}
+   _EOF_
+   cp ${workdir}/bin/python ${workdir}/bin/python${pyver} || 
die
+   chmod +x ${workdir}/bin/python 
${workdir}/bin/python${pyver} || die
 
local nonsupp=()
 
# CPython-specific
if [[ ${EPYTHON} == python* ]]; then
-   ln -s ${PYTHON}-config ${workdir}/bin/python-config 
|| die
+   cat  ${workdir}/bin/python-config -_EOF_
+   #!/bin/sh
+   exec ${PYTHON}-config \${@}
+   _EOF_
+   chmod +x ${workdir}/bin/python-config || die
 
# Python 2.6+.
ln -s ${PYTHON/python/2to3-} ${workdir}/bin/2to3 || 
die






[gentoo-commits] gentoo-x86 commit in app-i18n/scim: scim-1.4.14.ebuild ChangeLog

2015-07-27 Thread Tobias Klausmann (klausman)
klausman15/07/27 17:00:38

  Modified: scim-1.4.14.ebuild ChangeLog
  Log:
  Stable on alpha, bug 525016
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.10 app-i18n/scim/scim-1.4.14.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim/scim-1.4.14.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim/scim-1.4.14.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim/scim-1.4.14.ebuild?r1=1.9r2=1.10

Index: scim-1.4.14.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.14.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- scim-1.4.14.ebuild  3 Jul 2015 14:44:52 -   1.9
+++ scim-1.4.14.ebuild  27 Jul 2015 17:00:38 -  1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.14.ebuild,v 1.9 
2015/07/03 14:44:52 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.14.ebuild,v 1.10 
2015/07/27 17:00:38 klausman Exp $
 
 EAPI=4
 inherit eutils flag-o-matic multilib gnome2-utils autotools-utils
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 arm ~hppa ppc ppc64 ~sparc x86 ~x86-fbsd
+KEYWORDS=alpha amd64 arm ~hppa ppc ppc64 ~sparc x86 ~x86-fbsd
 IUSE=doc gtk3
 
 RDEPEND=x11-libs/libX11



1.169app-i18n/scim/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog   3 Jul 2015 14:44:52 -   1.168
+++ ChangeLog   27 Jul 2015 17:00:38 -  1.169
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/scim
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v 1.168 2015/07/03 
14:44:52 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v 1.169 2015/07/27 
17:00:38 klausman Exp $
+
+  27 Jul 2015; Tobias Klausmann klaus...@gentoo.org scim-1.4.14.ebuild:
+  Stable on alpha, bug 525016
 
   03 Jul 2015; Sergey Popov pinkb...@gentoo.org scim-1.4.14.ebuild:
   Stable on ppc64, wrt bug #525016






[gentoo-commits] gentoo-x86 commit in app-dicts/kasumi: kasumi-2.5-r1.ebuild ChangeLog

2015-07-27 Thread Tobias Klausmann (klausman)
klausman15/07/27 17:00:59

  Modified: kasumi-2.5-r1.ebuild ChangeLog
  Log:
  Stable on alpha, bug 525016
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.5  app-dicts/kasumi/kasumi-2.5-r1.ebuild

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

Index: kasumi-2.5-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-dicts/kasumi/kasumi-2.5-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kasumi-2.5-r1.ebuild10 Oct 2014 10:53:07 -  1.4
+++ kasumi-2.5-r1.ebuild27 Jul 2015 17:00:59 -  1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/kasumi/kasumi-2.5-r1.ebuild,v 1.4 
2014/10/10 10:53:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/kasumi/kasumi-2.5-r1.ebuild,v 1.5 
2015/07/27 17:00:59 klausman Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ppc x86 ~x86-fbsd
+KEYWORDS=alpha amd64 ppc x86 ~x86-fbsd
 IUSE=nls
 
 RDEPEND==x11-libs/gtk+-2.6:2



1.53 app-dicts/kasumi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/kasumi/ChangeLog?rev=1.53view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/kasumi/ChangeLog?rev=1.53content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/kasumi/ChangeLog?r1=1.52r2=1.53

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-dicts/kasumi/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   9 Jun 2015 09:38:54 -   1.52
+++ ChangeLog   27 Jul 2015 17:00:59 -  1.53
@@ -1,6 +1,9 @@
 # ChangeLog for app-dicts/kasumi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/kasumi/ChangeLog,v 1.52 
2015/06/09 09:38:54 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/kasumi/ChangeLog,v 1.53 
2015/07/27 17:00:59 klausman Exp $
+
+  27 Jul 2015; Tobias Klausmann klaus...@gentoo.org kasumi-2.5-r1.ebuild:
+  Stable on alpha, bug 525016
 
   09 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Updating remote-id in metadata.xml






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

2015-07-27 Thread Anthony G. Basile (blueness)
blueness15/07/27 18:13:28

  Modified: ChangeLog
  Removed:  hardened-sources-4.1.3.ebuild
hardened-sources-3.14.48-r1.ebuild
  Log:
  Remove buggy unstable versions.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1325
retrieving revision 1.1326
diff -u -r1.1325 -r1.1326
--- ChangeLog   27 Jul 2015 18:11:19 -  1.1325
+++ ChangeLog   27 Jul 2015 18:13:28 -  1.1326
@@ -1,6 +1,10 @@
 # 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.1325 2015/07/27 18:11:19 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1326 2015/07/27 18:13:28 blueness Exp $
+
+  27 Jul 2015; Anthony G. Basile bluen...@gentoo.org
+  -hardened-sources-3.14.48-r1.ebuild, -hardened-sources-4.1.3.ebuild:
+  Remove buggy unstable versions.
 
 *hardened-sources-4.1.3-r1 (27 Jul 2015)
 






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

2015-07-27 Thread Johannes Huber
commit: 13884bdc40aa9bd1ddfc89807a33a791c00776b1
Author: Andreas Sturmlechner andreas.sturmlechner AT gmail DOT com
AuthorDate: Sun Jul 26 19:09:08 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon Jul 27 16:30:46 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=13884bdc

[sets] Update kdegames-live

 sets/kdegames-live | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sets/kdegames-live b/sets/kdegames-live
index 54a1388..e903551 100644
--- a/sets/kdegames-live
+++ b/sets/kdegames-live
@@ -10,6 +10,7 @@
 ~kde-apps/kdiamond-
 ~kde-apps/kfourinline-
 ~kde-apps/killbots-
+~kde-apps/kiriki-
 ~kde-apps/kjumpingcube-
 ~kde-apps/klines-
 ~kde-apps/kmines-



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

2015-07-27 Thread Sergey Popov (pinkbyte)
pinkbyte15/07/27 16:35:22

  Modified: ChangeLog
  Added:boost-1.58.0-r1.ebuild
  Removed:  boost-1.58.0.ebuild
  Log:
  Revision bump: backport upstream patch, that fixes regression in 
Boost.Fusion, drop python 3.3 support. Drop old revision
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x60C0742D1F357D42)

Revision  ChangesPath
1.363dev-libs/boost/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v
retrieving revision 1.362
retrieving revision 1.363
diff -u -r1.362 -r1.363
--- ChangeLog   27 Jul 2015 13:06:41 -  1.362
+++ ChangeLog   27 Jul 2015 16:35:22 -  1.363
@@ -1,6 +1,14 @@
 # ChangeLog for dev-libs/boost
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.362 2015/07/27 
13:06:41 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.363 2015/07/27 
16:35:22 pinkbyte Exp $
+
+*boost-1.58.0-r1 (27 Jul 2015)
+
+  27 Jul 2015; Sergey Popov pinkb...@gentoo.org -boost-1.58.0.ebuild,
+  +boost-1.58.0-r1.ebuild,
+  +files/boost-1.58.0-fix-non-constexpr-types-regression.patch:
+  Revision bump: backport upstream patch, that fixes regression in
+  Boost.Fusion, drop python 3.3 support. Drop old revision
 
   27 Jul 2015; Sergey Popov pinkb...@gentoo.org boost-1.55.0-r2.ebuild,
   boost-1.56.0-r1.ebuild, +files/boost-1.55.0-variadic-templates.patch:



1.1  dev-libs/boost/boost-1.58.0-r1.ebuild

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

Index: boost-1.58.0-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/boost/boost-1.58.0-r1.ebuild,v 1.1 
2015/07/27 16:35:22 pinkbyte Exp $

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

inherit eutils flag-o-matic multilib multiprocessing python-r1 toolchain-funcs 
versionator multilib-minimal

MY_P=${PN}_$(replace_all_version_separators _)
MAJOR_V=$(get_version_component_range 1-2)

DESCRIPTION=Boost Libraries for C++
HOMEPAGE=http://www.boost.org/;
SRC_URI=mirror://sourceforge/boost/${MY_P}.tar.bz2

LICENSE=Boost-1.0
SLOT=0/${PV} # ${PV} instead ${MAJOR_V} due to bug 486122
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris ~x86-winnt

IUSE=context debug doc icu +nls mpi python static-libs +threads tools

RDEPEND=icu? ( =dev-libs/icu-3.6:=[${MULTILIB_USEDEP}] )
!icu? ( virtual/libiconv[${MULTILIB_USEDEP}] )
mpi? ( virtual/mpi[cxx,threads] )
python? ( ${PYTHON_DEPS} )
app-arch/bzip2[${MULTILIB_USEDEP}]
sys-libs/zlib[${MULTILIB_USEDEP}]
!app-admin/eselect-boost
DEPEND=${RDEPEND}
=dev-util/boost-build-${MAJOR_V}*
REQUIRED_USE=
mpi? ( threads )
python? ( ${PYTHON_REQUIRED_USE} )

S=${WORKDIR}/${MY_P}

# the tests will never fail because these are not intended as sanity
# tests at all. They are more a way for upstream to check their own code
# on new compilers. Since they would either be completely unreliable
# (failing for no good reason) or completely useless (never failing)
# there is no point in having them in the ebuild to begin with.
RESTRICT=test

python_bindings_needed() {
multilib_is_native_abi  use python
}

tools_needed() {
multilib_is_native_abi  use tools
}

# MPI stuff is not ported on multilib yet, disabling it for non-native ABIs
mpi_needed() {
multilib_is_native_abi  use mpi
}

create_user-config.jam() {
local compiler compiler_version compiler_executable

if [[ ${CHOST} == *-darwin* ]]; then
compiler=darwin
compiler_version=$(gcc-fullversion)
compiler_executable=$(tc-getCXX)
else
compiler=gcc
compiler_version=$(gcc-version)
compiler_executable=$(tc-getCXX)
fi
local mpi_configuration python_configuration

if mpi_needed; then
mpi_configuration=using mpi ;
fi

if python_bindings_needed; then
if 

[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog python-utils-r1.eclass

2015-07-27 Thread Michal Gorny (mgorny)
mgorny  15/07/27 16:34:10

  Modified: ChangeLog python-utils-r1.eclass
  Log:
  python_wrapper_setup(): wrap pythonN-config as well as suggested by PEP and 
required by some applications, bug #94.

Revision  ChangesPath
1.1730   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1729
retrieving revision 1.1730
diff -u -r1.1729 -r1.1730
--- ChangeLog   27 Jul 2015 16:32:46 -  1.1729
+++ ChangeLog   27 Jul 2015 16:34:10 -  1.1730
@@ -1,6 +1,10 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1729 2015/07/27 
16:32:46 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1730 2015/07/27 
16:34:10 mgorny Exp $
+
+  27 Jul 2015; Michał Górny mgo...@gentoo.org python-utils-r1.eclass:
+  python_wrapper_setup(): wrap pythonN-config as well as suggested by PEP and
+  required by some applications, bug #94.
 
   27 Jul 2015; Michał Górny mgo...@gentoo.org python-utils-r1.eclass:
   python_wrapper_setup(): replace symlinks with shell wrappers to avoid



1.86 eclass/python-utils-r1.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?rev=1.86view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?rev=1.86content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?r1=1.85r2=1.86

Index: python-utils-r1.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- python-utils-r1.eclass  27 Jul 2015 16:32:46 -  1.85
+++ python-utils-r1.eclass  27 Jul 2015 16:34:10 -  1.86
@@ -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/eclass/python-utils-r1.eclass,v 1.85 
2015/07/27 16:32:46 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.86 
2015/07/27 16:34:10 mgorny Exp $
 
 # @ECLASS: python-utils-r1
 # @MAINTAINER:
@@ -873,7 +873,10 @@
#!/bin/sh
exec ${PYTHON}-config \${@}
_EOF_
-   chmod +x ${workdir}/bin/python-config || die
+   cp ${workdir}/bin/python-config \
+   ${workdir}/bin/python${pyver}-config || die
+   chmod +x ${workdir}/bin/python-config \
+   ${workdir}/bin/python${pyver}-config || die
 
# Python 2.6+.
ln -s ${PYTHON/python/2to3-} ${workdir}/bin/2to3 || 
die
@@ -883,7 +886,7 @@
${workdir}/pkgconfig/python.pc || die
ln -s python.pc 
${workdir}/pkgconfig/python${pyver}.pc || die
else
-   nonsupp+=( 2to3 python-config )
+   nonsupp+=( 2to3 python-config python${pyver}-config )
fi
 
local x






[gentoo-commits] gentoo-x86 commit in dev-libs/boost/files: boost-1.58.0-fix-non-constexpr-types-regression.patch

2015-07-27 Thread Sergey Popov (pinkbyte)
pinkbyte15/07/27 16:35:22

  Added:   
boost-1.58.0-fix-non-constexpr-types-regression.patch
  Log:
  Revision bump: backport upstream patch, that fixes regression in 
Boost.Fusion, drop python 3.3 support. Drop old revision
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x60C0742D1F357D42)

Revision  ChangesPath
1.1  
dev-libs/boost/files/boost-1.58.0-fix-non-constexpr-types-regression.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/files/boost-1.58.0-fix-non-constexpr-types-regression.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/files/boost-1.58.0-fix-non-constexpr-types-regression.patch?rev=1.1content-type=text/plain

Index: boost-1.58.0-fix-non-constexpr-types-regression.patch
===
diff --git a/boost/fusion/adapted/struct/detail/define_struct.hpp 
b/boost/fusion/adapted/struct/detail/define_struct.hpp
index 2554292..ce3737e 100644
--- a/boost/fusion/adapted/struct/detail/define_struct.hpp
+++ b/boost/fusion/adapted/struct/detail/define_struct.hpp
@@ -69,7 +69,7 @@
 ATTRIBUTES_SEQ, ATTRIBUTE_TUPEL_SIZE)  
 \

 \
 templatetypename Seq 
 \
-BOOST_CXX14_CONSTEXPR BOOST_FUSION_GPU_ENABLED 
 \
+BOOST_FUSION_GPU_ENABLED   
 \
 self_type 
 \
 operator=(Seq const seq)  
 \
 {  
 \
@@ -128,7 +128,7 @@
 ATTRIBUTE_TUPEL_SIZE,  
 \
 ATTRIBUTES_SEQ)
 \

 \
-BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED   
 \
+BOOST_FUSION_GPU_ENABLED   
 \
 NAME() 
 \
   : BOOST_PP_SEQ_FOR_EACH_I_R( 
 \
 1, 
 \
@@ -137,7 +137,7 @@
 ATTRIBUTES_SEQ)
 \
 {} 
 \

 \
-BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED   
 \
+BOOST_FUSION_GPU_ENABLED   
 \
 NAME(self_type const other_self)  
 \
   : BOOST_PP_SEQ_FOR_EACH_I_R( 
 \
 1, 
 \
@@ -147,7 +147,7 @@
 {} 
 \

 \
 templatetypename Seq 
 \
-BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED   
 \
+BOOST_FUSION_GPU_ENABLED   
 \
 NAME(Seq const seq
 \
 BOOST_PP_IF(   
 \
 BOOST_PP_DEC(BOOST_PP_SEQ_SIZE(ATTRIBUTES_SEQ)),   
 \
@@ -167,7 +167,7 @@
 #define BOOST_FUSION_DEFINE_STRUCT_CTOR_1( 
 \
 NAME, ATTRIBUTES_SEQ, ATTRIBUTE_TUPEL_SIZE)
 \

 \
-BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED   
 \
+BOOST_FUSION_GPU_ENABLED   
 \
 explicit   
 \
 NAME(boost::call_traits   
 \
 BOOST_PP_TUPLE_ELEM(   
 \
@@ -180,7 +180,7 @@
 #define BOOST_FUSION_DEFINE_TPL_STRUCT_CTOR_1( 
 \
 TEMPLATE_PARAMS_SEQ, NAME, ATTRIBUTES_SEQ, ATTRIBUTE_TUPEL_SIZE)   
 \

 \
-BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED  

[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog python-utils-r1.eclass

2015-07-27 Thread Michal Gorny (mgorny)
mgorny  15/07/27 16:35:19

  Modified: ChangeLog python-utils-r1.eclass
  Log:
  python_wrapper_setup(): make banned helpers exit with 127.

Revision  ChangesPath
1.1732   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1731
retrieving revision 1.1732
diff -u -r1.1731 -r1.1732
--- ChangeLog   27 Jul 2015 16:34:48 -  1.1731
+++ ChangeLog   27 Jul 2015 16:35:19 -  1.1732
@@ -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.1731 2015/07/27 
16:34:48 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1732 2015/07/27 
16:35:19 mgorny Exp $
+
+  27 Jul 2015; Michał Górny mgo...@gentoo.org python-utils-r1.eclass:
+  python_wrapper_setup(): make banned helpers exit with 127.
 
   27 Jul 2015; Michał Górny mgo...@gentoo.org python-utils-r1.eclass:
   Ban calling pythonN and pythonN-config when the other version of Python is



1.88 eclass/python-utils-r1.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?rev=1.88view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?rev=1.88content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?r1=1.87r2=1.88

Index: python-utils-r1.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- python-utils-r1.eclass  27 Jul 2015 16:34:48 -  1.87
+++ python-utils-r1.eclass  27 Jul 2015 16:35:19 -  1.88
@@ -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/eclass/python-utils-r1.eclass,v 1.87 
2015/07/27 16:34:48 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.88 
2015/07/27 16:35:19 mgorny Exp $
 
 # @ECLASS: python-utils-r1
 # @MAINTAINER:
@@ -896,7 +896,7 @@
cat ${workdir}/bin/${x} __EOF__
 #!/bin/sh
 echo ${x} is not supported by ${EPYTHON} 2
-exit 1
+exit 127
 __EOF__
chmod +x ${workdir}/bin/${x} || die
done






[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog python-utils-r1.eclass

2015-07-27 Thread Michal Gorny (mgorny)
mgorny  15/07/27 16:34:48

  Modified: ChangeLog python-utils-r1.eclass
  Log:
  Ban calling pythonN and pythonN-config when the other version of Python is 
selected (i.e. ban python2 when python3 is used).

Revision  ChangesPath
1.1731   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1730
retrieving revision 1.1731
diff -u -r1.1730 -r1.1731
--- ChangeLog   27 Jul 2015 16:34:10 -  1.1730
+++ ChangeLog   27 Jul 2015 16:34:48 -  1.1731
@@ -1,6 +1,10 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1730 2015/07/27 
16:34:10 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1731 2015/07/27 
16:34:48 mgorny Exp $
+
+  27 Jul 2015; Michał Górny mgo...@gentoo.org python-utils-r1.eclass:
+  Ban calling pythonN and pythonN-config when the other version of Python is
+  selected (i.e. ban python2 when python3 is used).
 
   27 Jul 2015; Michał Górny mgo...@gentoo.org python-utils-r1.eclass:
   python_wrapper_setup(): wrap pythonN-config as well as suggested by PEP and



1.87 eclass/python-utils-r1.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?rev=1.87view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?rev=1.87content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?r1=1.86r2=1.87

Index: python-utils-r1.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- python-utils-r1.eclass  27 Jul 2015 16:34:10 -  1.86
+++ python-utils-r1.eclass  27 Jul 2015 16:34:48 -  1.87
@@ -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/eclass/python-utils-r1.eclass,v 1.86 
2015/07/27 16:34:10 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.87 
2015/07/27 16:34:48 mgorny Exp $
 
 # @ECLASS: python-utils-r1
 # @MAINTAINER:
@@ -847,11 +847,13 @@
local EPYTHON PYTHON
python_export ${impl} EPYTHON PYTHON
 
-   local pyver
+   local pyver pyother
if python_is_python3; then
pyver=3
+   pyother=2
else
pyver=2
+   pyother=3
fi
 
# Python interpreter
@@ -865,7 +867,7 @@
cp ${workdir}/bin/python ${workdir}/bin/python${pyver} || 
die
chmod +x ${workdir}/bin/python 
${workdir}/bin/python${pyver} || die
 
-   local nonsupp=()
+   local nonsupp=( python${pyother} python${pyother}-config )
 
# CPython-specific
if [[ ${EPYTHON} == python* ]]; then






[gentoo-commits] gentoo-x86 commit in app-i18n/scim-anthy: scim-anthy-1.2.7-r1.ebuild ChangeLog

2015-07-27 Thread Tobias Klausmann (klausman)
klausman15/07/27 17:00:52

  Modified: scim-anthy-1.2.7-r1.ebuild ChangeLog
  Log:
  Stable on alpha, bug 525016
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.7  app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild?r1=1.6r2=1.7

Index: scim-anthy-1.2.7-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- scim-anthy-1.2.7-r1.ebuild  9 Jun 2015 07:08:07 -   1.6
+++ scim-anthy-1.2.7-r1.ebuild  27 Jul 2015 17:00:52 -  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/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild,v 1.6 
2015/06/09 07:08:07 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild,v 1.7 
2015/07/27 17:00:52 klausman Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~arm ppc x86 ~x86-fbsd
+KEYWORDS=alpha amd64 ~arm ppc x86 ~x86-fbsd
 IUSE=+gtk3 nls kasumi
 
 DEPEND==app-i18n/scim-1.2[gtk3=]



1.72 app-i18n/scim-anthy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-anthy/ChangeLog?rev=1.72view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-anthy/ChangeLog?rev=1.72content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-anthy/ChangeLog?r1=1.71r2=1.72

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog   9 Jun 2015 11:22:21 -   1.71
+++ ChangeLog   27 Jul 2015 17:00:52 -  1.72
@@ -1,6 +1,10 @@
 # ChangeLog for app-i18n/scim-anthy
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v 1.71 
2015/06/09 11:22:21 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v 1.72 
2015/07/27 17:00:52 klausman Exp $
+
+  27 Jul 2015; Tobias Klausmann klaus...@gentoo.org
+  scim-anthy-1.2.7-r1.ebuild:
+  Stable on alpha, bug 525016
 
   09 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Updating remote-id in metadata.xml






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

2015-07-27 Thread Mike Pagano (mpagano)
mpagano 15/07/27 17:07:43

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

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
retrieving revision 1.1602
retrieving revision 1.1603
diff -u -r1.1602 -r1.1603
--- ChangeLog   24 Jul 2015 23:08:12 -  1.1602
+++ ChangeLog   27 Jul 2015 17:07:43 -  1.1603
@@ -1,6 +1,11 @@
 # ChangeLog for sys-kernel/gentoo-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1602 2015/07/24 23:08:12 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1603 2015/07/27 17:07:43 mpagano Exp $
+
+*gentoo-sources-3.18.19 (27 Jul 2015)
+
+  27 Jul 2015; Mike Pagano mpag...@gentoo.org +gentoo-sources-3.18.19.ebuild:
+  Linux patch 3.18.19
 
   24 Jul 2015; Mike Pagano mpag...@gentoo.org -gentoo-sources-3.14.46.ebuild,
   -gentoo-sources-3.14.47.ebuild, gentoo-sources-3.14.48.ebuild:



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

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

Index: gentoo-sources-3.18.19.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.18.19.ebuild,v
 1.1 2015/07/27 17:07:43 mpagano Exp $

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

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

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

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

pkg_postrm() {
kernel-2_pkg_postrm
}






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

2015-07-27 Thread Anthony G. Basile (blueness)
blueness15/07/27 18:07:57

  Modified: ChangeLog
  Added:hardened-sources-3.14.48-r2.ebuild
  Log:
  vanilla-3.14.48 + genpatches-3.14-53 + grsecurity-3.1-3.14.48-201507261203
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1323
retrieving revision 1.1324
diff -u -r1.1323 -r1.1324
--- ChangeLog   27 Jul 2015 01:37:56 -  1.1323
+++ ChangeLog   27 Jul 2015 18:07:57 -  1.1324
@@ -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.1323 2015/07/27 01:37:56 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1324 2015/07/27 18:07:57 blueness Exp $
+
+*hardened-sources-3.14.48-r2 (27 Jul 2015)
+
+  27 Jul 2015; Anthony G. Basile bluen...@gentoo.org
+  +hardened-sources-3.14.48-r2.ebuild:
+  vanilla-3.14.48 + genpatches-3.14-53 + grsecurity-3.1-3.14.48-201507261203
 
 *hardened-sources-4.1.3 (27 Jul 2015)
 



1.1  
sys-kernel/hardened-sources/hardened-sources-3.14.48-r2.ebuild

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

Index: hardened-sources-3.14.48-r2.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.48-r2.ebuild,v
 1.1 2015/07/27 18:07:57 blueness Exp $

EAPI=5

ETYPE=sources
K_WANT_GENPATCHES=base
K_GENPATCHES_VER=53
K_DEBLOB_AVAILABLE=1

inherit kernel-2
detect_version

HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-3
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.1*

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/grs:desktop-amd64-musl-hardened commit in: core/home/gentoo/.config/xfce4/desktop/, ...

2015-07-27 Thread Anthony G. Basile
commit: 2ae9424591fae2df8b571ca7a0d77c4d4d50de81
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Mon Jul 27 17:12:51 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Mon Jul 27 17:13:12 2015 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=2ae94245

Modernize XFCE4 and fix scaling of desktop image.

 core/etc/skel/.config/Thunar/uca.xml| 13 +
 .../skel/.config/xfce4/desktop/icons.screen0-1904x984.rc|  3 +++
 .../xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml  |  8 +---
 .../xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml   |  8 
 .../skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml |  6 ++
 core/home/gentoo/.config/Thunar/uca.xml | 13 +
 .../gentoo/.config/xfce4/desktop/icons.screen0-1904x984.rc  |  3 +++
 .../xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml  |  8 +---
 .../xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml   |  8 
 .../.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml  |  6 ++
 10 files changed, 70 insertions(+), 6 deletions(-)

diff --git a/core/etc/skel/.config/Thunar/uca.xml 
b/core/etc/skel/.config/Thunar/uca.xml
new file mode 100644
index 000..2f0c866
--- /dev/null
+++ b/core/etc/skel/.config/Thunar/uca.xml
@@ -0,0 +1,13 @@
+?xml encoding=UTF-8 version=1.0?
+actions
+action
+   iconutilities-terminal/icon
+   nameOpen Terminal Here/name
+   unique-id1438016245738870-1/unique-id
+   commandexo-open --working-directory %f --launch 
TerminalEmulator/command
+   descriptionExample for a custom action/description
+   patterns*/patterns
+   startup-notify/
+   directories/
+/action
+/actions

diff --git a/core/etc/skel/.config/xfce4/desktop/icons.screen0-1904x984.rc 
b/core/etc/skel/.config/xfce4/desktop/icons.screen0-1904x984.rc
new file mode 100644
index 000..d6683a9
--- /dev/null
+++ b/core/etc/skel/.config/xfce4/desktop/icons.screen0-1904x984.rc
@@ -0,0 +1,3 @@
+[xfdesktop-version-4.10.3+-rcfile_format]
+4.10.3+=true
+

diff --git 
a/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml 
b/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
index 07193c6..1949349 100644
--- a/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
+++ b/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
@@ -7,6 +7,8 @@
 property name=image-path type=string 
value=/usr/share/slim/themes/default/background.jpg/
 property name=last-image type=string 
value=/usr/share/slim/themes/default/background.jpg/
 property name=last-single-image type=string 
value=/usr/share/slim/themes/default/background.jpg/
+  /property
+  property name=monitorDVI-0 type=empty
 property name=workspace0 type=empty
   property name=color-style type=int value=0/
   property name=image-style type=int value=3/
@@ -14,17 +16,17 @@
 /property
 property name=workspace1 type=empty
   property name=color-style type=int value=0/
-  property name=image-style type=int value=3/
+  property name=image-style type=int value=5/
   property name=last-image type=string 
value=/usr/share/slim/themes/default/background.jpg/
 /property
 property name=workspace2 type=empty
   property name=color-style type=int value=0/
-  property name=image-style type=int value=3/
+  property name=image-style type=int value=5/
   property name=last-image type=string 
value=/usr/share/slim/themes/default/background.jpg/
 /property
 property name=workspace3 type=empty
   property name=color-style type=int value=0/
-  property name=image-style type=int value=3/
+  property name=image-style type=int value=5/
   property name=last-image type=string 
value=/usr/share/slim/themes/default/background.jpg/
 /property
   /property

diff --git 
a/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
 
b/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
new file mode 100644
index 000..2e112e3
--- /dev/null
+++ 
b/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
@@ -0,0 +1,8 @@
+?xml version=1.0 encoding=UTF-8?
+
+channel name=xfce4-settings-manager version=1.0
+  property name=last type=empty
+property name=window-width type=int value=640/
+property name=window-height type=int value=500/
+  /property
+/channel

diff --git a/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml 
b/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
index da3d2cd..a53cef7 100644
--- a/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
+++ b/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
@@ -78,5 +78,11 @@
  

[gentoo-commits] proj/grs:desktop-amd64-hardened commit in: core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/, ...

2015-07-27 Thread Anthony G. Basile
commit: 39c6127de3a2861654b71f7d01ac2ece428fd0de
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Mon Jul 27 17:12:51 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Mon Jul 27 17:12:51 2015 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=39c6127d

Modernize XFCE4 and fix scaling of desktop image.

 core/etc/skel/.config/Thunar/uca.xml| 13 +
 .../skel/.config/xfce4/desktop/icons.screen0-1904x984.rc|  3 +++
 .../xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml  |  8 +---
 .../xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml   |  8 
 .../skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml |  6 ++
 core/home/gentoo/.config/Thunar/uca.xml | 13 +
 .../gentoo/.config/xfce4/desktop/icons.screen0-1904x984.rc  |  3 +++
 .../xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml  |  8 +---
 .../xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml   |  8 
 .../.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml  |  6 ++
 10 files changed, 70 insertions(+), 6 deletions(-)

diff --git a/core/etc/skel/.config/Thunar/uca.xml 
b/core/etc/skel/.config/Thunar/uca.xml
new file mode 100644
index 000..2f0c866
--- /dev/null
+++ b/core/etc/skel/.config/Thunar/uca.xml
@@ -0,0 +1,13 @@
+?xml encoding=UTF-8 version=1.0?
+actions
+action
+   iconutilities-terminal/icon
+   nameOpen Terminal Here/name
+   unique-id1438016245738870-1/unique-id
+   commandexo-open --working-directory %f --launch 
TerminalEmulator/command
+   descriptionExample for a custom action/description
+   patterns*/patterns
+   startup-notify/
+   directories/
+/action
+/actions

diff --git a/core/etc/skel/.config/xfce4/desktop/icons.screen0-1904x984.rc 
b/core/etc/skel/.config/xfce4/desktop/icons.screen0-1904x984.rc
new file mode 100644
index 000..d6683a9
--- /dev/null
+++ b/core/etc/skel/.config/xfce4/desktop/icons.screen0-1904x984.rc
@@ -0,0 +1,3 @@
+[xfdesktop-version-4.10.3+-rcfile_format]
+4.10.3+=true
+

diff --git 
a/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml 
b/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
index 07193c6..1949349 100644
--- a/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
+++ b/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
@@ -7,6 +7,8 @@
 property name=image-path type=string 
value=/usr/share/slim/themes/default/background.jpg/
 property name=last-image type=string 
value=/usr/share/slim/themes/default/background.jpg/
 property name=last-single-image type=string 
value=/usr/share/slim/themes/default/background.jpg/
+  /property
+  property name=monitorDVI-0 type=empty
 property name=workspace0 type=empty
   property name=color-style type=int value=0/
   property name=image-style type=int value=3/
@@ -14,17 +16,17 @@
 /property
 property name=workspace1 type=empty
   property name=color-style type=int value=0/
-  property name=image-style type=int value=3/
+  property name=image-style type=int value=5/
   property name=last-image type=string 
value=/usr/share/slim/themes/default/background.jpg/
 /property
 property name=workspace2 type=empty
   property name=color-style type=int value=0/
-  property name=image-style type=int value=3/
+  property name=image-style type=int value=5/
   property name=last-image type=string 
value=/usr/share/slim/themes/default/background.jpg/
 /property
 property name=workspace3 type=empty
   property name=color-style type=int value=0/
-  property name=image-style type=int value=3/
+  property name=image-style type=int value=5/
   property name=last-image type=string 
value=/usr/share/slim/themes/default/background.jpg/
 /property
   /property

diff --git 
a/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
 
b/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
new file mode 100644
index 000..2e112e3
--- /dev/null
+++ 
b/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
@@ -0,0 +1,8 @@
+?xml version=1.0 encoding=UTF-8?
+
+channel name=xfce4-settings-manager version=1.0
+  property name=last type=empty
+property name=window-width type=int value=640/
+property name=window-height type=int value=500/
+  /property
+/channel

diff --git a/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml 
b/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
index da3d2cd..a53cef7 100644
--- a/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
+++ b/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
@@ -78,5 +78,11 @@
  

[gentoo-commits] gentoo-x86 commit in dev-dotnet/zeitgeist-sharp: ChangeLog zeitgeist-sharp-0.8.0.0.ebuild

2015-07-27 Thread Justin Lecher (jlec)
jlec15/07/27 18:27:45

  Modified: ChangeLog
  Removed:  zeitgeist-sharp-0.8.0.0.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.10 dev-dotnet/zeitgeist-sharp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/zeitgeist-sharp/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   9 Jun 2015 13:17:42 -   1.9
+++ ChangeLog   27 Jul 2015 18:27:45 -  1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-dotnet/zeitgeist-sharp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/zeitgeist-sharp/ChangeLog,v 1.9 
2015/06/09 13:17:42 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/zeitgeist-sharp/ChangeLog,v 1.10 
2015/07/27 18:27:45 jlec Exp $
+
+  27 Jul 2015; Justin Lecher j...@gentoo.org -zeitgeist-sharp-0.8.0.0.ebuild:
+  Drop old
 
   09 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Updating remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in games-rpg/manaplus: manaplus-1.5.7.18.ebuild ChangeLog

2015-07-27 Thread Michael Sterrett (mr_bones_)
mr_bones_15/07/27 18:27:41

  Modified: ChangeLog
  Added:manaplus-1.5.7.18.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.21 games-rpg/manaplus/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/ChangeLog?rev=1.21view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/ChangeLog?rev=1.21content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/ChangeLog?r1=1.20r2=1.21

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-rpg/manaplus/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   27 Jun 2015 04:28:47 -  1.20
+++ ChangeLog   27 Jul 2015 18:27:41 -  1.21
@@ -1,6 +1,12 @@
 # ChangeLog for games-rpg/manaplus
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/manaplus/ChangeLog,v 1.20 
2015/06/27 04:28:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/manaplus/ChangeLog,v 1.21 
2015/07/27 18:27:41 mr_bones_ Exp $
+
+*manaplus-1.5.7.18 (27 Jul 2015)
+
+  27 Jul 2015; Michael Sterrett mr_bon...@gentoo.org
+  +manaplus-1.5.7.18.ebuild:
+  version bump
 
   27 Jun 2015; Michael Sterrett mr_bon...@gentoo.org 
-manaplus-1.5.5.9.ebuild,
   -manaplus-1.5.6.6.ebuild:



1.1  games-rpg/manaplus/manaplus-1.5.7.18.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/manaplus-1.5.7.18.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/manaplus-1.5.7.18.ebuild?rev=1.1content-type=text/plain

Index: manaplus-1.5.7.18.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-rpg/manaplus/manaplus-1.5.7.18.ebuild,v 1.1 
2015/07/27 18:27:41 mr_bones_ Exp $

EAPI=5
inherit games

DESCRIPTION=OpenSource 2D MMORPG client for Evol Online and The Mana World
HOMEPAGE=http://manaplus.evolonline.org;
SRC_URI=http://download.evolonline.org/manaplus/download/${PV}/manaplus-${PV}.tar.xz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=nls opengl

RDEPEND=
=dev-games/physfs-1.0.0
dev-libs/libxml2
media-libs/libpng:0=
media-libs/libsdl2[X,opengl?,video]
media-libs/sdl2-gfx
media-libs/sdl2-image[png]
media-libs/sdl2-mixer[vorbis]
media-libs/sdl2-net
media-libs/sdl2-ttf
net-misc/curl
sys-libs/zlib
x11-libs/libX11
x11-misc/xdg-utils
x11-apps/xmessage
media-fonts/dejavu
media-fonts/wqy-microhei
media-fonts/liberation-fonts
media-fonts/mplus-outline-fonts
nls? ( virtual/libintl )
opengl? ( virtual/opengl )
DEPEND=${RDEPEND}
virtual/pkgconfig
nls? ( sys-devel/gettext )

src_prepare() {
sed -i \
-e '/^SUBDIRS/s/fonts//' \
data/Makefile.in || die
}

src_configure() {
CONFIG_SHELL=/bin/bash \
egamesconf \
--with-sdl2 \
--without-internalsdlgfx \
--localedir=/usr/share/locale \
--prefix=/usr \
--bindir=${GAMES_BINDIR} \
$(use_with opengl) \
$(use_enable nls)
}

src_install() {
default
dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/dejavusans-bold.ttf
dosym /usr/share/fonts/dejavu/DejaVuSansMono-Bold.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/dejavusansmono-bold.ttf
dosym /usr/share/fonts/dejavu/DejaVuSansMono.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/dejavusansmono.ttf
dosym /usr/share/fonts/dejavu/DejaVuSans.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/dejavusans.ttf
dosym /usr/share/fonts/liberation-fonts/LiberationSans-Bold.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/liberationsans-bold.ttf
dosym /usr/share/fonts/liberation-fonts/LiberationMono-Bold.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/liberationsansmono-bold.ttf
dosym /usr/share/fonts/liberation-fonts/LiberationMono-Regular.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/liberationsansmono.ttf
dosym /usr/share/fonts/liberation-fonts/LiberationSans-Regular.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/liberationsans.ttf
dosym /usr/share/fonts/wqy-microhei/wqy-microhei.ttc 
${GAMES_DATADIR}/${PN}/data/fonts/wqy-microhei.ttf
dosym /usr/share/fonts/mplus-outline-fonts/mplus-1p-bold.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/mplus-1p-bold.ttf
dosym /usr/share/fonts/mplus-outline-fonts/mplus-1p-regular.ttf 

[gentoo-commits] gentoo-x86 commit in x11-terms/roxterm: roxterm-2.9.3-r1.ebuild ChangeLog

2015-07-27 Thread Michal Gorny (mgorny)
mgorny  15/07/27 18:47:31

  Modified: ChangeLog
  Added:roxterm-2.9.3-r1.ebuild
  Log:
  Convert to python-any-r1
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.74 x11-terms/roxterm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/roxterm/ChangeLog?rev=1.74view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/roxterm/ChangeLog?rev=1.74content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/roxterm/ChangeLog?r1=1.73r2=1.74

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-terms/roxterm/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog   5 Sep 2014 10:50:45 -   1.73
+++ ChangeLog   27 Jul 2015 18:47:31 -  1.74
@@ -1,6 +1,11 @@
 # ChangeLog for x11-terms/roxterm
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/roxterm/ChangeLog,v 1.73 
2014/09/05 10:50:45 jauhien Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/roxterm/ChangeLog,v 1.74 
2015/07/27 18:47:31 mgorny Exp $
+
+*roxterm-2.9.3-r1 (27 Jul 2015)
+
+  27 Jul 2015; Michał Górny mgo...@gentoo.org +roxterm-2.9.3-r1.ebuild:
+  Convert to python-any-r1
 
 *roxterm-2.9.3 (05 Sep 2014)
 



1.1  x11-terms/roxterm/roxterm-2.9.3-r1.ebuild

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

Index: roxterm-2.9.3-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/roxterm/roxterm-2.9.3-r1.ebuild,v 
1.1 2015/07/27 18:47:31 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
inherit gnome2-utils python-any-r1 toolchain-funcs

DESCRIPTION=A terminal emulator designed to integrate with the ROX environment
HOMEPAGE=http://roxterm.sourceforge.net/;
SRC_URI=mirror://sourceforge/roxterm/${P}.tar.bz2

LICENSE=GPL-2 LGPL-3
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=nls

RDEPEND==dev-libs/dbus-glib-0.100
=dev-libs/glib-2.28
x11-libs/gtk+:3
x11-libs/libICE
x11-libs/libSM
x11-libs/vte:2.90
DEPEND=${RDEPEND}
${PYTHON_DEPS}
dev-libs/libxslt
dev-python/lockfile
virtual/pkgconfig
|| ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )
nls? ( app-text/po4a sys-devel/gettext )

src_configure() {
local myconf=(
CC=$(tc-getCC)
CFLAGS=${CFLAGS}
LDFLAGS=${LDFLAGS}
--prefix=/usr
--docdir=/usr/share/doc/${PF}
--destdir=${D}
)

use nls || myconf+=( --disable-gettext --disable-po4a 
--disable-translations )
./mscript.py configure ${myconf[@]}
}

src_compile() {
./mscript.py build
}

src_install() {
./mscript.py install
}

pkg_preinst() {
gnome2_icon_savelist
}

pkg_postinst() {
gnome2_icon_cache_update
}

pkg_postrm() {
gnome2_icon_cache_update
}






[gentoo-commits] gentoo-x86 commit in dev-python/mistune: mistune-0.7.ebuild ChangeLog mistune-0.5.1.ebuild mistune-0.5.ebuild mistune-0.6.ebuild

2015-07-27 Thread Justin Lecher (jlec)
jlec15/07/27 19:00:56

  Modified: ChangeLog
  Added:mistune-0.7.ebuild
  Removed:  mistune-0.5.1.ebuild mistune-0.5.ebuild
mistune-0.6.ebuild
  Log:
  Version Bump; dorp old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.9  dev-python/mistune/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/mistune/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   18 Jul 2015 17:09:23 -  1.8
+++ ChangeLog   27 Jul 2015 19:00:56 -  1.9
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/mistune
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mistune/ChangeLog,v 1.8 
2015/07/18 17:09:23 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mistune/ChangeLog,v 1.9 
2015/07/27 19:00:56 jlec Exp $
+
+*mistune-0.7 (27 Jul 2015)
+
+  27 Jul 2015; Justin Lecher j...@gentoo.org +mistune-0.7.ebuild,
+  -mistune-0.5.1.ebuild, -mistune-0.5.ebuild, -mistune-0.6.ebuild:
+  Version Bump; dorp old
 
   18 Jul 2015; Anthony G. Basile bluen...@gentoo.org mistune-0.5.1.ebuild,
   mistune-0.5.ebuild, mistune-0.6-r1.ebuild, mistune-0.6.ebuild:



1.1  dev-python/mistune/mistune-0.7.ebuild

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

Index: mistune-0.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mistune/mistune-0.7.ebuild,v 1.1 
2015/07/27 19:00:56 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )

inherit distutils-r1

DESCRIPTION=The fastest markdown parser in pure Python
HOMEPAGE=https://pypi.python.org/pypi/mistune 
https://github.com/lepture/mistune;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

SLOT=0
LICENSE=BSD
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
IUSE=test

RDEPEND=
DEPEND=${RDEPEND}
dev-python/cython[$(python_gen_usedep 'python*')]
test? ( dev-python/nose[${PYTHON_USEDEP}] )


python_test() {
nosetests || die
}






[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog golang-base.eclass golang-build.eclass golang-vcs.eclass

2015-07-27 Thread William Hubbs (williamh)
williamh15/07/27 19:11:00

  Modified: ChangeLog golang-build.eclass golang-vcs.eclass
  Added:golang-base.eclass
  Log:
  Add golang-base.eclass for the basic golang functions and set up the
  other go eclasses to use it.

Revision  ChangesPath
1.1733   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1732
retrieving revision 1.1733
diff -u -r1.1732 -r1.1733
--- ChangeLog   27 Jul 2015 16:35:19 -  1.1732
+++ ChangeLog   27 Jul 2015 19:11:00 -  1.1733
@@ -1,6 +1,12 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1732 2015/07/27 
16:35:19 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1733 2015/07/27 
19:11:00 williamh Exp $
+
+  27 Jul 2015; William Hubbs willi...@gentoo.org +golang-base.eclass,
+  golang-build.eclass, golang-vcs.eclass:
+  Add golang-base.eclass for the basic golang functions and set up the
+  other go eclasses to use it.
+
 
   27 Jul 2015; Michał Górny mgo...@gentoo.org python-utils-r1.eclass:
   python_wrapper_setup(): make banned helpers exit with 127.



1.6  eclass/golang-build.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/golang-build.eclass?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/golang-build.eclass?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/golang-build.eclass?r1=1.5r2=1.6

Index: golang-build.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/golang-build.eclass,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- golang-build.eclass 23 Jul 2015 15:42:26 -  1.5
+++ golang-build.eclass 27 Jul 2015 19:11:00 -  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/eclass/golang-build.eclass,v 1.5 2015/07/23 
15:42:26 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/golang-build.eclass,v 1.6 2015/07/27 
19:11:00 williamh Exp $
 
 # @ECLASS: golang-build.eclass
 # @MAINTAINER:
@@ -10,6 +10,8 @@
 # This eclass provides default  src_compile, src_test and src_install
 # functions for software written in the Go programming language.
 
+inherit golang-base
+
 case ${EAPI:-0} in
5)
;;
@@ -24,9 +26,6 @@
 
 _GOLANG_BUILD=1
 
-DEPEND==dev-lang/go-1.4.2:=
-STRIP_MASK=*.a
-
 # @ECLASS-VARIABLE: EGO_PN
 # @REQUIRED
 # @DESCRIPTION:
@@ -38,49 +37,10 @@
 # EGO_PN=github.com/user/package
 # @CODE
 
-# @FUNCTION: _golang-build_setup
-# @INTERNAL
-# @DESCRIPTION:
-# Make sure EGO_PN has a value.
-_golang-build_setup() {
-   [[ -z ${EGO_PN} ]] 
-   die ${ECLASS}.eclass: EGO_PN is not set
-   return 0
-}
-
-# @FUNCTION: get_golibdir
-# @DESCRIPTION:
-# Return the non-prefixed library directory where Go packages
-# should be installed
-get_golibdir() {
-   echo /usr/lib/go-gentoo
-}
-
-# @FUNCTION: get_golibdir
-# @DESCRIPTION:
-# Return the library directory where Go packages should be installed
-# This is the prefixed version which should be included in GOPATH
-get_golibdir_gopath() {
-   echo ${EPREFIX}$(get_golibdir)
-}
-
-# @FUNCTION: golang_install_pkgs
-# @DESCRIPTION:
-# Install Go packages.
-# This function assumes that $cwd is a Go workspace.
-golang_install_pkgs() {
-   debug-print-function ${FUNCNAME} $@
-
-   _golang-build_setup
-   insinto $(get_golibdir)
-   insopts -m0644 -p # preserve timestamps for bug 551486
-   doins -r pkg src
-}
-
 golang-build_src_compile() {
debug-print-function ${FUNCNAME} $@
 
-   _golang-build_setup
+   ego_pn_check
set -- env GOPATH=${WORKDIR}/${P}:$(get_golibdir_gopath) \
go build -v -work -x ${EGO_PN}
echo $@
@@ -90,7 +50,7 @@
 golang-build_src_install() {
debug-print-function ${FUNCNAME} $@
 
-   _golang-build_setup
+   ego_pn_check
set -- env GOPATH=${WORKDIR}/${P}:$(get_golibdir_gopath) \
go install -v -work -x ${EGO_PN}
echo $@
@@ -101,7 +61,7 @@
 golang-build_src_test() {
debug-print-function ${FUNCNAME} $@
 
-   _golang-build_setup
+   ego_pn_check
set -- env GOPATH=${WORKDIR}/${P}:$(get_golibdir_gopath) \
go test -v -work -x ${EGO_PN}
echo $@



1.4  

[gentoo-commits] gentoo-x86 commit in app-emulation/qemu: qemu-2.3.0-r4.ebuild ChangeLog

2015-07-27 Thread Doug Goldstein (cardoe)
cardoe  15/07/27 19:32:48

  Modified: ChangeLog
  Added:qemu-2.3.0-r4.ebuild
  Log:
  Fix for CVE-2015-3214, handle out-of-bounds memory access when reading
  from the PIT Mode/Command register. Fix for CVE-2015-5154, handle ATAPI
  heap overflow during I/O access.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A2BC03DC87ED1BD4!)

Revision  ChangesPath
1.339app-emulation/qemu/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.339view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.339content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?r1=1.338r2=1.339

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v
retrieving revision 1.338
retrieving revision 1.339
diff -u -r1.338 -r1.339
--- ChangeLog   25 Jul 2015 19:53:47 -  1.338
+++ ChangeLog   27 Jul 2015 19:32:48 -  1.339
@@ -1,6 +1,17 @@
 # ChangeLog for app-emulation/qemu
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.338 
2015/07/25 19:53:47 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.339 
2015/07/27 19:32:48 cardoe Exp $
+
+*qemu-2.3.0-r4 (27 Jul 2015)
+
+  27 Jul 2015; Doug Goldstein car...@gentoo.org
+  +files/qemu-2.3.0-CVE-2015-3214.patch,
+  +files/qemu-2.3.0-CVE-2015-5154-1.patch,
+  +files/qemu-2.3.0-CVE-2015-5154-2.patch,
+  +files/qemu-2.3.0-CVE-2015-5154-3.patch, +qemu-2.3.0-r4.ebuild:
+  Fix for CVE-2015-3214, handle out-of-bounds memory access when reading from
+  the PIT Mode/Command register. Fix for CVE-2015-5154, handle ATAPI heap
+  overflow during I/O access.
 
 *qemu-2.3.0-r3 (25 Jul 2015)
 



1.1  app-emulation/qemu/qemu-2.3.0-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-2.3.0-r4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-2.3.0-r4.ebuild?rev=1.1content-type=text/plain

Index: qemu-2.3.0-r4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.3.0-r4.ebuild,v 
1.1 2015/07/27 19:32:48 cardoe Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE=ncurses,readline

inherit eutils flag-o-matic linux-info toolchain-funcs multilib python-r1 \
user udev fcaps readme.gentoo pax-utils

BACKPORTS=

if [[ ${PV} = ** ]]; then
EGIT_REPO_URI=git://git.qemu.org/qemu.git
inherit git-2
SRC_URI=
else
SRC_URI=http://wiki.qemu-project.org/download/${P}.tar.bz2
${BACKPORTS:+

http://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz};
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd
fi

DESCRIPTION=QEMU + Kernel-based Virtual Machine userland tools
HOMEPAGE=http://www.qemu.org http://www.linux-kvm.org;

LICENSE=GPL-2 LGPL-2 BSD-2
SLOT=0
IUSE=accessibility +aio alsa bluetooth +caps +curl debug +fdt glusterfs \
gtk gtk2 infiniband iscsi +jpeg \
kernel_linux kernel_FreeBSD lzo ncurses nfs nls numa opengl +pin-upstream-blobs
+png pulseaudio python \
rbd sasl +seccomp sdl selinux smartcard snappy spice ssh static static-softmmu \
static-user systemtap tci test +threads tls usb usbredir +uuid vde +vhost-net \
virtfs +vnc xattr xen xfs

COMMON_TARGETS=aarch64 alpha arm cris i386 m68k microblaze microblazeel mips
mips64 mips64el mipsel or32 ppc ppc64 s390x sh4 sh4eb sparc sparc64 unicore32
x86_64
IUSE_SOFTMMU_TARGETS=${COMMON_TARGETS} lm32 moxie ppcemb xtensa xtensaeb
IUSE_USER_TARGETS=${COMMON_TARGETS} armeb mipsn32 mipsn32el ppc64abi32 
sparc32plus

use_softmmu_targets=$(printf ' qemu_softmmu_targets_%s' ${IUSE_SOFTMMU_TARGETS})
use_user_targets=$(printf ' qemu_user_targets_%s' ${IUSE_USER_TARGETS})
IUSE+= ${use_softmmu_targets} ${use_user_targets}

# Require at least one softmmu or user target.
# Block USE flag configurations known to not work.
REQUIRED_USE=|| ( ${use_softmmu_targets} ${use_user_targets} )
${PYTHON_REQUIRED_USE}
gtk2? ( gtk )
qemu_softmmu_targets_arm? ( fdt )
qemu_softmmu_targets_microblaze? ( fdt )
qemu_softmmu_targets_ppc? ( fdt )
qemu_softmmu_targets_ppc64? ( fdt )
static? ( static-softmmu static-user )
static-softmmu? ( !alsa !pulseaudio !bluetooth !opengl !gtk !gtk2 )
virtfs? ( xattr )

# Yep, you need both libcap and libcap-ng since virtfs only uses libcap.
#
# The attr lib isn't always linked in (although the USE flag is always
# respected).  This is because qemu supports using the C library's API
# 

[gentoo-commits] gentoo-x86 commit in media-sound/exaile: ChangeLog exaile-3.4.5.ebuild

2015-07-27 Thread Lars Wendler (polynomial-c)
polynomial-c15/07/27 19:53:59

  Modified: ChangeLog
  Added:exaile-3.4.5.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
981CA6FC)

Revision  ChangesPath
1.79 media-sound/exaile/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/exaile/ChangeLog?rev=1.79view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/exaile/ChangeLog?rev=1.79content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/exaile/ChangeLog?r1=1.78r2=1.79

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog   20 Oct 2011 02:52:13 -  1.78
+++ ChangeLog   27 Jul 2015 19:53:59 -  1.79
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/exaile
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.78 
2011/10/20 02:52:13 radhermit Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.79 
2015/07/27 19:53:59 polynomial-c Exp $
+
+*exaile-3.4.5 (27 Jul 2015)
+
+  27 Jul 2015; Lars Wendler polynomia...@gentoo.org +exaile-3.4.5.ebuild:
+  Version bump.
 
   20 Oct 2011; Tim Harder radher...@gentoo.org exaile-0.3.2.0.ebuild,
   exaile-0.3.2.1.ebuild:



1.1  media-sound/exaile/exaile-3.4.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/exaile/exaile-3.4.5.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/exaile/exaile-3.4.5.ebuild?rev=1.1content-type=text/plain

Index: exaile-3.4.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-3.4.5.ebuild,v 1.1 
2015/07/27 19:53:59 polynomial-c Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE=sqlite

inherit fdo-mime multilib python-r1

DESCRIPTION=a media player aiming to be similar to AmaroK, but for GTK+
HOMEPAGE=http://www.exaile.org/;
SRC_URI=https://github.com/${PN}/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz

LICENSE=GPL-2 GPL-3
SLOT=0
KEYWORDS=~amd64 ~ppc ~sparc ~x86
IUSE=cddb libnotify nls

RDEPEND=dev-python/dbus-python
dev-python/gst-python:0.10
=dev-python/pygtk-2.17
=dev-python/pygobject-2.18:2
media-libs/gst-plugins-good:0.10
=media-libs/mutagen-1.10
media-plugins/gst-plugins-meta:0.10
cddb? ( dev-python/cddb-py )
libnotify? ( dev-python/notify-python )
DEPEND=nls? ( dev-util/intltool
sys-devel/gettext )

RESTRICT=test #315589

src_compile() {
if use nls; then
emake locale
fi
}

src_install() {
emake \
PREFIX=/usr \
LIBINSTALLDIR=/$(get_libdir) \
DESTDIR=${D} \
install$(use nls || echo _no_locale)

dodoc FUTURE
}

pkg_postinst() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}

pkg_postrm() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}






[gentoo-commits] gentoo-x86 commit in dev-python/Babel: Babel-2.0.ebuild ChangeLog

2015-07-27 Thread Justin Lecher (jlec)
jlec15/07/27 20:07:38

  Modified: ChangeLog
  Added:Babel-2.0.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.80 dev-python/Babel/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/Babel/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog   4 Jun 2015 07:01:44 -   1.79
+++ ChangeLog   27 Jul 2015 20:07:38 -  1.80
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/Babel
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/Babel/ChangeLog,v 1.79 
2015/06/04 07:01:44 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/Babel/ChangeLog,v 1.80 
2015/07/27 20:07:38 jlec Exp $
+
+*Babel-2.0 (27 Jul 2015)
+
+  27 Jul 2015; Justin Lecher j...@gentoo.org +Babel-2.0.ebuild:
+  Version Bump
 
   04 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add pypi to remote-id in metadata.xml



1.1  dev-python/Babel/Babel-2.0.ebuild

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

Index: Babel-2.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/Babel/Babel-2.0.ebuild,v 1.1 
2015/07/27 20:07:38 jlec Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION=A collection of tools for internationalizing Python applications
HOMEPAGE=http://babel.edgewall.org/ http://pypi.python.org/pypi/Babel;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos
IUSE=doc test

RDEPEND=dev-python/pytz[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
DEPEND=${DEPEND}
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( =dev-python/pytest-2.3.5[${PYTHON_USEDEP}] )

python_prepare_all() {
# Make the tests use implementation-specific datadir,
# because they try to write in it.
sed -e '/datadir 
=/s:os\.path\.dirname(__file__):os.environ[BUILD_DIR]:' \
-i tests/messages/test_frontend.py || die
sed -e '/^intersphinx_mapping/,+3d' -i docs/conf.py || die
distutils-r1_python_prepare_all
}

python_test() {
# Create implementation-specific datadir for tests.
cp -R -l tests/messages/data ${BUILD_DIR}/ || die
export BUILD_DIR
py.test || die
}

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

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






[gentoo-commits] proj/grs:desktop-amd64-musl-hardened commit in: core/home/gentoo/.config/dconf/, core/home/gentoo/.config/, ...

2015-07-27 Thread Anthony G. Basile
commit: 8fdcfeeaab9514b323d798dc3f3dbaaea6ad684f
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Mon Jul 27 18:32:35 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Mon Jul 27 18:33:05 2015 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=8fdcfeea

Let useradd create the home directory from /etc/skel

 core/home/gentoo/.bash_logout  |   6 -
 core/home/gentoo/.bash_profile |   5 -
 core/home/gentoo/.bashrc   |  18 -
 core/home/gentoo/.cache/dconf/user | Bin 640 - 0 bytes
 core/home/gentoo/.config/Thunar/accels.scm |   3 -
 core/home/gentoo/.config/Thunar/uca.xml|  13 -
 core/home/gentoo/.config/dconf/user| Bin 640 - 0 bytes
 .../home/gentoo/.config/gtk-2.0/gtkfilechooser.ini |  11 -
 core/home/gentoo/.config/smplayer/smplayer.ini | 560 -
 core/home/gentoo/.config/user-dirs.dirs|  15 -
 core/home/gentoo/.config/user-dirs.locale  |   1 -
 .../xfce4/desktop/icons.screen0-1008x671.rc|  12 -
 .../xfce4/desktop/icons.screen0-1008x672.rc|  12 -
 .../xfce4/desktop/icons.screen0-1008x721.rc|  12 -
 .../xfce4/desktop/icons.screen0-1904x984.rc|   3 -
 core/home/gentoo/.config/xfce4/helpers.rc  |   4 -
 .../xfce4/panel/launcher-10/13679615612.desktop|  13 -
 .../xfce4/panel/launcher-12/13698963011.desktop|  11 -
 .../xfce4/panel/launcher-16/13679616705.desktop|  13 -
 .../xfce4/panel/launcher-17/13679616986.desktop|  14 -
 .../xfce4/panel/launcher-18/14180858892.desktop|  31 --
 .../xfce4/panel/launcher-20/13732436141.desktop|  17 -
 .../xfce4/panel/launcher-21/136796182710.desktop   |  10 -
 .../xfce4/panel/launcher-22/13699065271.desktop|  11 -
 .../xfce4/panel/launcher-9/13679615611.desktop |  12 -
 .../xfce4/xfconf/xfce-perchannel-xml/keyboards.xml |   7 -
 .../xfce4/xfconf/xfce-perchannel-xml/thunar.xml|   6 -
 .../xfconf/xfce-perchannel-xml/xfce4-appfinder.xml |   9 -
 .../xfconf/xfce-perchannel-xml/xfce4-desktop.xml   |  43 --
 .../xfce4-keyboard-shortcuts.xml   | 148 --
 .../xfconf/xfce-perchannel-xml/xfce4-mixer.xml |  18 -
 .../xfconf/xfce-perchannel-xml/xfce4-panel.xml | 126 -
 .../xfconf/xfce-perchannel-xml/xfce4-session.xml   |  28 --
 .../xfce-perchannel-xml/xfce4-settings-manager.xml |   8 -
 .../xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml |  88 
 .../xfce4/xfconf/xfce-perchannel-xml/xsettings.xml |  40 --
 core/home/gentoo/.ssh/.keep|   0
 core/home/gentoo/.xinitrc  |   3 -
 core/home/gentoo/Desktop/.keep |   0
 core/home/gentoo/Documents/.keep   |   0
 core/home/gentoo/Downloads/.keep   |   0
 core/home/gentoo/Music/.keep   |   0
 core/home/gentoo/Pictures/.keep|   0
 core/home/gentoo/Public/.keep  |   0
 core/home/gentoo/Templates/.keep   |   0
 core/home/gentoo/Videos/.keep  |   0
 scripts/passwd.sh  |  12 +-
 47 files changed, 8 insertions(+), 1335 deletions(-)

diff --git a/core/home/gentoo/.bash_logout b/core/home/gentoo/.bash_logout
deleted file mode 100644
index 44b6f79..000
--- a/core/home/gentoo/.bash_logout
+++ /dev/null
@@ -1,6 +0,0 @@
-# /etc/skel/.bash_logout
-
-# This file is sourced when a login shell terminates.
-
-# Clear the screen for security's sake.
-clear

diff --git a/core/home/gentoo/.bash_profile b/core/home/gentoo/.bash_profile
deleted file mode 100644
index 94a6622..000
--- a/core/home/gentoo/.bash_profile
+++ /dev/null
@@ -1,5 +0,0 @@
-# /etc/skel/.bash_profile
-
-# This file is sourced by bash for login shells.  The following line
-# runs your .bashrc and is recommended by the bash info pages.
-[[ -f ~/.bashrc ]]  . ~/.bashrc

diff --git a/core/home/gentoo/.bashrc b/core/home/gentoo/.bashrc
deleted file mode 100644
index 34dbd8c..000
--- a/core/home/gentoo/.bashrc
+++ /dev/null
@@ -1,18 +0,0 @@
-# /etc/skel/.bashrc
-#
-# This file is sourced by all *interactive* bash shells on startup,
-# including some apparently interactive shells such as scp and rcp
-# that can't tolerate any output.  So make sure this doesn't display
-# anything or bad things will happen !
-
-
-# Test for an interactive shell.  There is no need to set anything
-# past this point for scp and rcp, and it's important to refrain from
-# outputting anything in those cases.
-if [[ $- != *i* ]] ; then
-   # Shell is non-interactive.  Be done now!
-   return
-fi
-
-
-# Put your fun stuff here.

diff --git a/core/home/gentoo/.cache/dconf/user 
b/core/home/gentoo/.cache/dconf/user
deleted file mode 100644
index 07bbf83..000
Binary files a/core/home/gentoo/.cache/dconf/user and /dev/null differ

diff --git 

[gentoo-commits] gentoo-x86 commit in dev-python/flask-socketio: flask-socketio-0.6.0.ebuild metadata.xml ChangeLog

2015-07-27 Thread Zac Medico (zmedico)
zmedico 15/07/27 19:24:42

  Added:flask-socketio-0.6.0.ebuild metadata.xml ChangeLog
  Log:
  Add flask-socketio.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
FDE8EF85AE5719A3)

Revision  ChangesPath
1.1  dev-python/flask-socketio/flask-socketio-0.6.0.ebuild

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

Index: flask-socketio-0.6.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-socketio/flask-socketio-0.6.0.ebuild,v 
1.1 2015/07/27 19:24:42 zmedico Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

MY_PN=Flask-SocketIO
DESCRIPTION=Socket.IO integration for Flask applications.
HOMEPAGE=https://flask-socketio.readthedocs.org/ 
https://github.com/miguelgrinberg/${MY_PN}/ 
https://pypi.python.org/pypi/${MY_PN};
SRC_URI=mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz - 
${P}.tar.gz

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

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
=dev-python/flask-0.9[${PYTHON_USEDEP}]
=dev-python/gevent-socketio-0.3.6[${PYTHON_USEDEP}]

S=${WORKDIR}/${MY_PN}-${PV}

# pypi tarball does not contain tests
RESTRICT=test

python_test() {
PYTHONPATH=${PWD} python ./test_socketio.py || die
}



1.1  dev-python/flask-socketio/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdpython/herd
upstream
remote-id type=pypiFlask-SocketIO/remote-id
remote-id 
type=githubmiguelgrinberg/Flask-SocketIO/remote-id
/upstream
maintainer
emailzmed...@gentoo.org/email
/maintainer
/pkgmetadata



1.1  dev-python/flask-socketio/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-python/flask-socketio
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-socketio/ChangeLog,v 1.1 
2015/07/27 19:24:42 zmedico Exp $

*flask-socketio-0.6.0 (27 Jul 2015)

  27 Jul 2015; Zac Medico zmed...@gentoo.org +flask-socketio-0.6.0.ebuild,
  +metadata.xml:
  Add flask-socketio.






[gentoo-commits] gentoo-x86 commit in dev-python/socketio-client: socketio-client-0.5.6.ebuild metadata.xml ChangeLog

2015-07-27 Thread Zac Medico (zmedico)
zmedico 15/07/27 19:55:21

  Added:socketio-client-0.5.6.ebuild metadata.xml ChangeLog
  Log:
  Add socketio-client.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
FDE8EF85AE5719A3)

Revision  ChangesPath
1.1  dev-python/socketio-client/socketio-client-0.5.6.ebuild

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

Index: socketio-client-0.5.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/socketio-client/socketio-client-0.5.6.ebuild,v
 1.1 2015/07/27 19:55:21 zmedico Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_{3,4}} )

inherit distutils-r1

MY_PN=socketIO-client
DESCRIPTION=A socket.io client library for Python
HOMEPAGE=https://github.com/invisibleroads/${MY_PN}/ 
https://pypi.python.org/pypi/${MY_PN};
SRC_URI=mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz - 
${P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=test

RDEPEND=dev-python/six[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/websocket-client[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}]
)

S=${WORKDIR}/${MY_PN}-${PV}

RESTRICT=test

python_test() {
PYTHONPATH=${PWD} python -m unittest
}



1.1  dev-python/socketio-client/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdpython/herd
upstream
remote-id type=pypisocketIO-client/remote-id
remote-id 
type=githubinvisibleroads/socketIO-client/remote-id
/upstream
maintainer
emailzmed...@gentoo.org/email
/maintainer
/pkgmetadata



1.1  dev-python/socketio-client/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-python/socketio-client
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/socketio-client/ChangeLog,v 1.1 
2015/07/27 19:55:21 zmedico Exp $

*socketio-client-0.5.6 (27 Jul 2015)

  27 Jul 2015; Zac Medico zmed...@gentoo.org +metadata.xml,
  +socketio-client-0.5.6.ebuild:
  Add socketio-client.






[gentoo-commits] gentoo-x86 commit in dev-python/mistune: mistune-0.5.1.ebuild ChangeLog

2015-07-27 Thread Justin Lecher (jlec)
jlec15/07/27 19:56:23

  Modified: ChangeLog
  Added:mistune-0.5.1.ebuild
  Log:
  readd only version supporting arm, bug #556070
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.10 dev-python/mistune/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/mistune/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   27 Jul 2015 19:00:56 -  1.9
+++ ChangeLog   27 Jul 2015 19:56:23 -  1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/mistune
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mistune/ChangeLog,v 1.9 
2015/07/27 19:00:56 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mistune/ChangeLog,v 1.10 
2015/07/27 19:56:23 jlec Exp $
+
+*mistune-0.5.1 (27 Jul 2015)
+
+  27 Jul 2015; Justin Lecher j...@gentoo.org +mistune-0.5.1.ebuild:
+  readd only version supporting arm, bug #556070
 
 *mistune-0.7 (27 Jul 2015)
 



1.5  dev-python/mistune/mistune-0.5.1.ebuild

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







[gentoo-commits] gentoo-x86 commit in dev-python/astroid: astroid-1.3.7.ebuild ChangeLog

2015-07-27 Thread Justin Lecher (jlec)
jlec15/07/27 19:25:10

  Modified: ChangeLog
  Added:astroid-1.3.7.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.25 dev-python/astroid/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   2 Jul 2015 10:40:44 -   1.24
+++ ChangeLog   27 Jul 2015 19:25:10 -  1.25
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/astroid
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v 1.24 
2015/07/02 10:40:44 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v 1.25 
2015/07/27 19:25:10 jlec Exp $
+
+*astroid-1.3.7 (27 Jul 2015)
+
+  27 Jul 2015; Justin Lecher j...@gentoo.org +astroid-1.3.7.ebuild:
+  Version Bump
 
   02 Jul 2015; Manuel Rüger mr...@gentoo.org -astroid-1.0.1-r1.ebuild,
   -astroid-1.0.1.ebuild, -astroid-1.1.1.ebuild, -astroid-1.3.2.ebuild:



1.1  dev-python/astroid/astroid-1.3.7.ebuild

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

Index: astroid-1.3.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/astroid-1.3.7.ebuild,v 
1.1 2015/07/27 19:25:10 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )

inherit distutils-r1

DESCRIPTION=Abstract Syntax Tree for logilab packages
HOMEPAGE=http://bitbucket.org/logilab/astroid 
http://pypi.python.org/pypi/astroid;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos 
~x86-macos
IUSE=test

# Version specified in __pkginfo__.py.
RDEPEND=
=dev-python/logilab-common-0.60.0[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
DEPEND=
app-arch/unzip
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
=dev-python/pylint-1.4.0[${PYTHON_USEDEP}]
$(python_gen_cond_dep 
'dev-python/egenix-mx-base[${PYTHON_USEDEP}]' python2_7)
)
# Required for tests
DISTUTILS_IN_SOURCE_BUILD=1

RESTRICT=test # False is not True ;)

# Restrict to test phase, required because suite fails horribly without it
src_test() {
local DISTUTILS_NO_PARALLEL_BUILD=1
distutils-r1_src_test
}

python_test() {
pushd build/lib  /dev/null || die
PYTHONPATH=. pytest || die Tests fail with ${EPYTHON}
popd  /dev/null || die
}






[gentoo-commits] proj/grs:desktop-amd64-musl-hardened commit in: core/etc/grs/, core/var/lib/portage/

2015-07-27 Thread Anthony G. Basile
commit: 97872e89fd144071a14d5cbb3e5f510687b58629
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Mon Jul 27 19:35:09 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Mon Jul 27 19:44:07 2015 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=97872e89

Update USE flags and world file to work.

 core/etc/grs/world.conf| 2 +-
 core/var/lib/portage/world.CYCLE.4 | 6 +-
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf
index ab1838d..a88219d 100644
--- a/core/etc/grs/world.conf
+++ b/core/etc/grs/world.conf
@@ -6258,7 +6258,7 @@ package.use : net-irc/shadowircd:0 -debug -largenet ipv6 
ssl zlib
 package.use : net-irc/weechat:0 -doc -nls -test alias charset exec fifo guile 
irc logger lua perl python relay ruby scripts spell ssl tcl trigger xfer
 
 [net-irc/znc:0]
-package.use : net-irc/znc:0 -daemon -debug ipv6 perl python sasl ssl tcl
+package.use : net-irc/znc:0 -daemon -debug -python_single_target_python3_3 
ipv6 perl python sasl ssl tcl python_single_target_python3_4
 
 [net-libs/daq:0]
 package.use : net-libs/daq:0 -ipq -nfq afpacket dump ipv6 pcap static-libs

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index fd8662a..7be443d 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -1083,7 +1083,7 @@ dev-perl/frontier-rpc
 dev-perl/gtk2-fu
 dev-perl/gtk2-trayicon
 dev-perl/gtk2-traymanager
-dev-perl/inline-files
+dev-perl/Inline-Files
 dev-perl/libvorbis-perl
 dev-perl/locale-maketext-fuzzy
 dev-perl/mecab-perl
@@ -1308,7 +1308,6 @@ dev-ruby/deprecated
 dev-ruby/eventmachine
 dev-ruby/htmlentities
 dev-ruby/imagesize
-dev-ruby/jeweler
 dev-ruby/kirbybase
 dev-ruby/matchy
 dev-ruby/mecab-ruby
@@ -1379,8 +1378,6 @@ dev-util/alleyoop
 dev-util/android-tools
 dev-util/astyle
 dev-util/bcpp
-dev-util/buildbot
-dev-util/buildbot-slave
 dev-util/catfish
 dev-util/
 dev-util/cdecl
@@ -1709,7 +1706,6 @@ games-misc/funny-manpages
 games-misc/gBhed
 games-misc/ggencoder
 games-misc/gtklife
-games-misc/katawa-shoujo
 games-misc/lucidlife
 games-misc/nyancat
 games-misc/opengfx



[gentoo-commits] proj/grs:desktop-amd64-hardened commit in: core/home/gentoo/Templates/, core/home/gentoo/Public/, ...

2015-07-27 Thread Anthony G. Basile
commit: 54fae5124a174dfec0914754924f8b3205d26eaa
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Mon Jul 27 18:32:35 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Mon Jul 27 18:32:35 2015 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=54fae512

Let useradd create the home directory from /etc/skel

 core/home/gentoo/.bash_logout  |   6 -
 core/home/gentoo/.bash_profile |   5 -
 core/home/gentoo/.bashrc   |  18 -
 core/home/gentoo/.cache/dconf/user | Bin 640 - 0 bytes
 core/home/gentoo/.config/Thunar/accels.scm |   3 -
 core/home/gentoo/.config/Thunar/uca.xml|  13 -
 core/home/gentoo/.config/dconf/user| Bin 640 - 0 bytes
 .../home/gentoo/.config/gtk-2.0/gtkfilechooser.ini |  11 -
 core/home/gentoo/.config/smplayer/smplayer.ini | 560 -
 core/home/gentoo/.config/user-dirs.dirs|  15 -
 core/home/gentoo/.config/user-dirs.locale  |   1 -
 .../xfce4/desktop/icons.screen0-1008x671.rc|  12 -
 .../xfce4/desktop/icons.screen0-1008x672.rc|  12 -
 .../xfce4/desktop/icons.screen0-1008x721.rc|  12 -
 .../xfce4/desktop/icons.screen0-1904x984.rc|   3 -
 core/home/gentoo/.config/xfce4/helpers.rc  |   4 -
 .../xfce4/panel/launcher-10/13679615612.desktop|  13 -
 .../xfce4/panel/launcher-12/13698963011.desktop|  11 -
 .../xfce4/panel/launcher-16/13679616705.desktop|  13 -
 .../xfce4/panel/launcher-17/13679616986.desktop|  14 -
 .../xfce4/panel/launcher-18/14180858892.desktop|  31 --
 .../xfce4/panel/launcher-20/13732436141.desktop|  17 -
 .../xfce4/panel/launcher-21/136796182710.desktop   |  10 -
 .../xfce4/panel/launcher-22/13699065271.desktop|  11 -
 .../xfce4/panel/launcher-9/13679615611.desktop |  12 -
 .../xfce4/xfconf/xfce-perchannel-xml/keyboards.xml |   7 -
 .../xfce4/xfconf/xfce-perchannel-xml/thunar.xml|   6 -
 .../xfconf/xfce-perchannel-xml/xfce4-appfinder.xml |   9 -
 .../xfconf/xfce-perchannel-xml/xfce4-desktop.xml   |  43 --
 .../xfce4-keyboard-shortcuts.xml   | 148 --
 .../xfconf/xfce-perchannel-xml/xfce4-mixer.xml |  18 -
 .../xfconf/xfce-perchannel-xml/xfce4-panel.xml | 126 -
 .../xfconf/xfce-perchannel-xml/xfce4-session.xml   |  28 --
 .../xfce-perchannel-xml/xfce4-settings-manager.xml |   8 -
 .../xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml |  88 
 .../xfce4/xfconf/xfce-perchannel-xml/xsettings.xml |  40 --
 core/home/gentoo/.ssh/.keep|   0
 core/home/gentoo/.xinitrc  |   3 -
 core/home/gentoo/Desktop/.keep |   0
 core/home/gentoo/Documents/.keep   |   0
 core/home/gentoo/Downloads/.keep   |   0
 core/home/gentoo/Music/.keep   |   0
 core/home/gentoo/Pictures/.keep|   0
 core/home/gentoo/Public/.keep  |   0
 core/home/gentoo/Templates/.keep   |   0
 core/home/gentoo/Videos/.keep  |   0
 scripts/passwd.sh  |  12 +-
 47 files changed, 8 insertions(+), 1335 deletions(-)

diff --git a/core/home/gentoo/.bash_logout b/core/home/gentoo/.bash_logout
deleted file mode 100644
index 44b6f79..000
--- a/core/home/gentoo/.bash_logout
+++ /dev/null
@@ -1,6 +0,0 @@
-# /etc/skel/.bash_logout
-
-# This file is sourced when a login shell terminates.
-
-# Clear the screen for security's sake.
-clear

diff --git a/core/home/gentoo/.bash_profile b/core/home/gentoo/.bash_profile
deleted file mode 100644
index 94a6622..000
--- a/core/home/gentoo/.bash_profile
+++ /dev/null
@@ -1,5 +0,0 @@
-# /etc/skel/.bash_profile
-
-# This file is sourced by bash for login shells.  The following line
-# runs your .bashrc and is recommended by the bash info pages.
-[[ -f ~/.bashrc ]]  . ~/.bashrc

diff --git a/core/home/gentoo/.bashrc b/core/home/gentoo/.bashrc
deleted file mode 100644
index 34dbd8c..000
--- a/core/home/gentoo/.bashrc
+++ /dev/null
@@ -1,18 +0,0 @@
-# /etc/skel/.bashrc
-#
-# This file is sourced by all *interactive* bash shells on startup,
-# including some apparently interactive shells such as scp and rcp
-# that can't tolerate any output.  So make sure this doesn't display
-# anything or bad things will happen !
-
-
-# Test for an interactive shell.  There is no need to set anything
-# past this point for scp and rcp, and it's important to refrain from
-# outputting anything in those cases.
-if [[ $- != *i* ]] ; then
-   # Shell is non-interactive.  Be done now!
-   return
-fi
-
-
-# Put your fun stuff here.

diff --git a/core/home/gentoo/.cache/dconf/user 
b/core/home/gentoo/.cache/dconf/user
deleted file mode 100644
index 07bbf83..000
Binary files a/core/home/gentoo/.cache/dconf/user and /dev/null differ

diff --git 

[gentoo-commits] proj/grs:desktop-amd64-uclibc-hardened commit in: core/home/gentoo/.cache/dconf/, core/home/gentoo/.config/Thunar/, ...

2015-07-27 Thread Anthony G. Basile
commit: 6cd46f9f0cc8213abd1121e6594d7f67e7146b9f
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Mon Jul 27 18:32:35 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Mon Jul 27 18:32:56 2015 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=6cd46f9f

Let useradd create the home directory from /etc/skel

 core/home/gentoo/.bash_logout  |   6 -
 core/home/gentoo/.bash_profile |   5 -
 core/home/gentoo/.bashrc   |  18 -
 core/home/gentoo/.cache/dconf/user | Bin 640 - 0 bytes
 core/home/gentoo/.config/Thunar/accels.scm |   3 -
 core/home/gentoo/.config/Thunar/uca.xml|  13 -
 core/home/gentoo/.config/dconf/user| Bin 640 - 0 bytes
 .../home/gentoo/.config/gtk-2.0/gtkfilechooser.ini |  11 -
 core/home/gentoo/.config/smplayer/smplayer.ini | 560 -
 core/home/gentoo/.config/user-dirs.dirs|  15 -
 core/home/gentoo/.config/user-dirs.locale  |   1 -
 .../xfce4/desktop/icons.screen0-1008x671.rc|  12 -
 .../xfce4/desktop/icons.screen0-1008x672.rc|  12 -
 .../xfce4/desktop/icons.screen0-1008x721.rc|  12 -
 .../xfce4/desktop/icons.screen0-1904x984.rc|   3 -
 core/home/gentoo/.config/xfce4/helpers.rc  |   4 -
 .../xfce4/panel/launcher-10/13679615612.desktop|  13 -
 .../xfce4/panel/launcher-12/13698963011.desktop|  11 -
 .../xfce4/panel/launcher-16/13679616705.desktop|  13 -
 .../xfce4/panel/launcher-17/13679616986.desktop|  14 -
 .../xfce4/panel/launcher-18/14180858892.desktop|  31 --
 .../xfce4/panel/launcher-20/13732436141.desktop|  17 -
 .../xfce4/panel/launcher-21/136796182710.desktop   |  10 -
 .../xfce4/panel/launcher-22/13699065271.desktop|  11 -
 .../xfce4/panel/launcher-9/13679615611.desktop |  12 -
 .../xfce4/xfconf/xfce-perchannel-xml/keyboards.xml |   7 -
 .../xfce4/xfconf/xfce-perchannel-xml/thunar.xml|   6 -
 .../xfconf/xfce-perchannel-xml/xfce4-appfinder.xml |   9 -
 .../xfconf/xfce-perchannel-xml/xfce4-desktop.xml   |  43 --
 .../xfce4-keyboard-shortcuts.xml   | 148 --
 .../xfconf/xfce-perchannel-xml/xfce4-mixer.xml |  18 -
 .../xfconf/xfce-perchannel-xml/xfce4-panel.xml | 126 -
 .../xfconf/xfce-perchannel-xml/xfce4-session.xml   |  28 --
 .../xfce-perchannel-xml/xfce4-settings-manager.xml |   8 -
 .../xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml |  88 
 .../xfce4/xfconf/xfce-perchannel-xml/xsettings.xml |  40 --
 core/home/gentoo/.ssh/.keep|   0
 core/home/gentoo/.xinitrc  |   3 -
 core/home/gentoo/Desktop/.keep |   0
 core/home/gentoo/Documents/.keep   |   0
 core/home/gentoo/Downloads/.keep   |   0
 core/home/gentoo/Music/.keep   |   0
 core/home/gentoo/Pictures/.keep|   0
 core/home/gentoo/Public/.keep  |   0
 core/home/gentoo/Templates/.keep   |   0
 core/home/gentoo/Videos/.keep  |   0
 scripts/passwd.sh  |  12 +-
 47 files changed, 8 insertions(+), 1335 deletions(-)

diff --git a/core/home/gentoo/.bash_logout b/core/home/gentoo/.bash_logout
deleted file mode 100644
index 44b6f79..000
--- a/core/home/gentoo/.bash_logout
+++ /dev/null
@@ -1,6 +0,0 @@
-# /etc/skel/.bash_logout
-
-# This file is sourced when a login shell terminates.
-
-# Clear the screen for security's sake.
-clear

diff --git a/core/home/gentoo/.bash_profile b/core/home/gentoo/.bash_profile
deleted file mode 100644
index 94a6622..000
--- a/core/home/gentoo/.bash_profile
+++ /dev/null
@@ -1,5 +0,0 @@
-# /etc/skel/.bash_profile
-
-# This file is sourced by bash for login shells.  The following line
-# runs your .bashrc and is recommended by the bash info pages.
-[[ -f ~/.bashrc ]]  . ~/.bashrc

diff --git a/core/home/gentoo/.bashrc b/core/home/gentoo/.bashrc
deleted file mode 100644
index 34dbd8c..000
--- a/core/home/gentoo/.bashrc
+++ /dev/null
@@ -1,18 +0,0 @@
-# /etc/skel/.bashrc
-#
-# This file is sourced by all *interactive* bash shells on startup,
-# including some apparently interactive shells such as scp and rcp
-# that can't tolerate any output.  So make sure this doesn't display
-# anything or bad things will happen !
-
-
-# Test for an interactive shell.  There is no need to set anything
-# past this point for scp and rcp, and it's important to refrain from
-# outputting anything in those cases.
-if [[ $- != *i* ]] ; then
-   # Shell is non-interactive.  Be done now!
-   return
-fi
-
-
-# Put your fun stuff here.

diff --git a/core/home/gentoo/.cache/dconf/user 
b/core/home/gentoo/.cache/dconf/user
deleted file mode 100644
index 07bbf83..000
Binary files a/core/home/gentoo/.cache/dconf/user and /dev/null differ

diff --git 

[gentoo-commits] gentoo-x86 commit in sci-biology/mothur: mothur-1.27.0-r1.ebuild ChangeLog mothur-1.13.0-r1.ebuild mothur-1.13.0-r2.ebuild mothur-1.27.0.ebuild

2015-07-27 Thread Justin Lecher (jlec)
jlec15/07/27 18:42:15

  Modified: ChangeLog
  Added:mothur-1.27.0-r1.ebuild
  Removed:  mothur-1.13.0-r1.ebuild mothur-1.13.0-r2.ebuild
mothur-1.27.0.ebuild
  Log:
  Use fortran-2.eclass, bug #543204; drop old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.13 sci-biology/mothur/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/mothur/ChangeLog?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/mothur/ChangeLog?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/mothur/ChangeLog?r1=1.12r2=1.13

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-biology/mothur/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   7 Apr 2015 14:33:37 -   1.12
+++ ChangeLog   27 Jul 2015 18:42:15 -  1.13
@@ -1,6 +1,14 @@
 # ChangeLog for sci-biology/mothur
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/mothur/ChangeLog,v 1.12 
2015/04/07 14:33:37 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/mothur/ChangeLog,v 1.13 
2015/07/27 18:42:15 jlec Exp $
+
+*mothur-1.27.0-r1 (27 Jul 2015)
+
+  27 Jul 2015; Justin Lecher j...@gentoo.org +mothur-1.27.0-r1.ebuild,
+  -files/mothur-1.13.0-makefile.patch, -files/mothur-1.13.0-overflows.patch,
+  -files/mothur-1.13.0-overflows2.patch, -mothur-1.13.0-r1.ebuild,
+  -mothur-1.13.0-r2.ebuild, -mothur-1.27.0.ebuild:
+  Use fortran-2.eclass, bug #543204; drop old
 
   11 Mar 2013; Justin Lecher j...@gentoo.org metadata.xml:
   Drop Andrey as maintainer so that bugs get assigned to sci-biology directly
@@ -61,4 +69,3 @@
 
   04 Mar 2009; Andrey Kislyuk wea...@gentoo.org ChangeLog:
   New package, ebuild written by me
-



1.1  sci-biology/mothur/mothur-1.27.0-r1.ebuild

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

Index: mothur-1.27.0-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/mothur/mothur-1.27.0-r1.ebuild,v 
1.1 2015/07/27 18:42:15 jlec Exp $

EAPI=5

inherit eutils flag-o-matic fortran-2 toolchain-funcs

DESCRIPTION=A suite of algorithms for ecological bioinformatics
HOMEPAGE=http://www.mothur.org/;
SRC_URI=http://www.mothur.org/w/images/c/cb/Mothur.${PV}.zip - ${P}.zip

LICENSE=GPL-3
SLOT=0
IUSE=mpi +readline
KEYWORDS=~amd64 ~x86

RDEPEND=
sci-biology/uchime
mpi? ( virtual/mpi )
DEPEND=${RDEPEND}
app-arch/unzip

S=${WORKDIR}/Mothur.source

pkg_setup() {
fortran-2_pkg_setup
use mpi  export CXX=mpicxx || export CXX=$(tc-getCXX)
use amd64  append-cppflags -DBIT_VERSION
}

src_prepare() {
epatch \
${FILESDIR}/${P}-makefile.patch \
${FILESDIR}/${P}-overflows.patch
}

src_compile() {
emake USEMPI=$(usex mpi) USEREADLINE=$(usex readline)
}

src_install() {
dobin ${PN}
}






[gentoo-commits] gentoo-x86 commit in sci-biology/mothur/files: mothur-1.13.0-makefile.patch mothur-1.13.0-overflows.patch mothur-1.13.0-overflows2.patch

2015-07-27 Thread Justin Lecher (jlec)
jlec15/07/27 18:42:15

  Removed:  mothur-1.13.0-makefile.patch
mothur-1.13.0-overflows.patch
mothur-1.13.0-overflows2.patch
  Log:
  Use fortran-2.eclass, bug #543204; drop old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)



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

2015-07-27 Thread Michał Górny
commit: 39af148fc96953b0d1a24b0ca9fac810e8a415c2
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Mon Jul 27 18:58:44 2015 +
Commit: Michał Górny mgorny AT gentoo DOT org
CommitDate: Mon Jul 27 18:58:44 2015 +
URL:https://gitweb.gentoo.org/proj/api.git/commit/?id=39af148f

LaraCraft93 - ShyPixie, and update e-mail address

Fixes: https://bugs.gentoo.org/show_bug.cgi?id=556060

 files/overlays/repositories.xml | 26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index e6d4d62..7892ab2 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -2288,19 +2288,6 @@ FIN
 source type=gitg...@github.com:undying/krontage.git/source
 feedhttps://github.com/undying/krontage/commits/master.atom/feed
   /repo
-  repo quality=experimental status=unofficial
-nameLaraCraft93/name
-description lang=enPersonal overlay of Lara Maia/description
-homepagehttps://github.com/LaraCraft93/Overlays/homepage
-owner type=person
-  emaill...@craft.net.br/email
-  nameLara Maia/name
-/owner
-source type=githttps://github.com/LaraCraft93/Overlays.git/source
-source type=gitgit://github.com/LaraCraft93/Overlays.git/source
-source type=gitg...@github.com:LaraCraft93/Overlays.git/source
-feedhttps://github.com/LaraCraft93/Overlays/commits/master.atom/feed
-  /repo
   repo quality=experimental status=official
 namelast-hope/name
 descriptionA gentoo portage overlay with a set of too exotic, or unusal 
ebuilds for the sunrise overlay or the main tree./description
@@ -3736,6 +3723,19 @@ FIN
 !-- feedhttps://cgit.gentoo.org/user/rwald.git/rss//feed --
   /repo
   repo quality=experimental status=unofficial
+nameShyPixie/name
+description lang=enPersonal overlay of Lara Maia/description
+homepagehttps://github.com/ShyPixie/Overlays/homepage
+owner type=person
+  emaildev@lara.click/email
+  nameLara Maia/name
+/owner
+source type=githttps://github.com/ShyPixie/Overlays.git/source
+source type=gitgit://github.com/ShyPixie/Overlays.git/source
+source type=gitg...@github.com:ShyPixie/Overlays.git/source
+feedhttps://github.com/ShyPixie/Overlays/commits/master.atom/feed
+  /repo
+  repo quality=experimental status=unofficial
 namesabayon/name
 description![CDATA[Sabayon ebuilds that could be upstreamed to
 Gentoo (or just being useful for Gentoo users as well):



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

2015-07-27 Thread Zac Medico (zmedico)
zmedico 15/07/27 19:40:39

  Modified: flask-socketio-0.6.0.ebuild ChangeLog
  Log:
  Fix RDEPEND.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
FDE8EF85AE5719A3)

Revision  ChangesPath
1.2  dev-python/flask-socketio/flask-socketio-0.6.0.ebuild

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

Index: flask-socketio-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/flask-socketio/flask-socketio-0.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- flask-socketio-0.6.0.ebuild 27 Jul 2015 19:24:42 -  1.1
+++ flask-socketio-0.6.0.ebuild 27 Jul 2015 19:40:39 -  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-python/flask-socketio/flask-socketio-0.6.0.ebuild,v 
1.1 2015/07/27 19:24:42 zmedico Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/flask-socketio/flask-socketio-0.6.0.ebuild,v 
1.2 2015/07/27 19:40:39 zmedico Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -17,9 +17,10 @@
 KEYWORDS=~amd64 ~x86
 IUSE=
 
-DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
-   =dev-python/flask-0.9[${PYTHON_USEDEP}]
+RDEPEND==dev-python/flask-0.9[${PYTHON_USEDEP}]
=dev-python/gevent-socketio-0.3.6[${PYTHON_USEDEP}]
+DEPEND=${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
 
 S=${WORKDIR}/${MY_PN}-${PV}
 



1.2  dev-python/flask-socketio/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-socketio/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   27 Jul 2015 19:24:42 -  1.1
+++ ChangeLog   27 Jul 2015 19:40:39 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/flask-socketio
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-socketio/ChangeLog,v 1.1 
2015/07/27 19:24:42 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-socketio/ChangeLog,v 1.2 
2015/07/27 19:40:39 zmedico Exp $
+
+  27 Jul 2015; Zac Medico zmed...@gentoo.org flask-socketio-0.6.0.ebuild:
+  Fix RDEPEND.
 
 *flask-socketio-0.6.0 (27 Jul 2015)
 






[gentoo-commits] proj/grs:desktop-amd64-hardened commit in: core/etc/grs/, core/var/lib/portage/

2015-07-27 Thread Anthony G. Basile
commit: d1e851c8af843356d4cfc3968f76894dc410daf6
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Mon Jul 27 19:35:09 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Mon Jul 27 19:35:09 2015 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=d1e851c8

Update USE flags and world file to work.

 core/etc/grs/world.conf| 2 +-
 core/var/lib/portage/world.CYCLE.4 | 6 +-
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf
index 0b3815e..0bcadd4 100644
--- a/core/etc/grs/world.conf
+++ b/core/etc/grs/world.conf
@@ -6248,7 +6248,7 @@ package.use : net-irc/shadowircd:0 -debug -largenet ipv6 
ssl zlib
 package.use : net-irc/weechat:0 -doc -nls -test alias charset exec fifo guile 
irc logger lua perl python relay ruby scripts spell ssl tcl trigger xfer
 
 [net-irc/znc:0]
-package.use : net-irc/znc:0 -daemon -debug ipv6 perl python sasl ssl tcl
+package.use : net-irc/znc:0 -daemon -debug -python_single_target_python3_3 
ipv6 perl python sasl ssl tcl python_single_target_python3_4
 
 [net-libs/daq:0]
 package.use : net-libs/daq:0 -ipq -nfq afpacket dump ipv6 pcap static-libs

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index 50fb095..ccc477e 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -1083,7 +1083,7 @@ dev-perl/frontier-rpc
 dev-perl/gtk2-fu
 dev-perl/gtk2-trayicon
 dev-perl/gtk2-traymanager
-dev-perl/inline-files
+dev-perl/Inline-Files
 dev-perl/libvorbis-perl
 dev-perl/locale-maketext-fuzzy
 dev-perl/mecab-perl
@@ -1308,7 +1308,6 @@ dev-ruby/deprecated
 dev-ruby/eventmachine
 dev-ruby/htmlentities
 dev-ruby/imagesize
-dev-ruby/jeweler
 dev-ruby/kirbybase
 dev-ruby/matchy
 dev-ruby/mecab-ruby
@@ -1379,8 +1378,6 @@ dev-util/alleyoop
 dev-util/android-tools
 dev-util/astyle
 dev-util/bcpp
-dev-util/buildbot
-dev-util/buildbot-slave
 dev-util/catfish
 dev-util/
 dev-util/cdecl
@@ -1709,7 +1706,6 @@ games-misc/funny-manpages
 games-misc/gBhed
 games-misc/ggencoder
 games-misc/gtklife
-games-misc/katawa-shoujo
 games-misc/lucidlife
 games-misc/nyancat
 games-misc/opengfx



[gentoo-commits] proj/grs:desktop-amd64-uclibc-hardened commit in: core/var/lib/portage/, core/etc/grs/

2015-07-27 Thread Anthony G. Basile
commit: 350f1a67473e23ecb33041a3a254f1d603c9fce0
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Mon Jul 27 19:35:09 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Mon Jul 27 19:41:40 2015 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=350f1a67

Update USE flags and world file to work.

 core/etc/grs/world.conf| 2 +-
 core/var/lib/portage/world.CYCLE.4 | 6 +-
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf
index a32dcaa..18679e4 100644
--- a/core/etc/grs/world.conf
+++ b/core/etc/grs/world.conf
@@ -6338,7 +6338,7 @@ package.use : net-irc/shadowircd:0 -debug -largenet ipv6 
ssl zlib
 package.use : net-irc/weechat:0 -doc -nls -test alias charset exec fifo guile 
irc logger lua perl python relay ruby scripts spell ssl tcl trigger xfer
 
 [net-irc/znc:0]
-package.use : net-irc/znc:0 -daemon -debug ipv6 perl python sasl ssl tcl 
python_targets_python3_3
+package.use : net-irc/znc:0 -daemon -debug -python_single_target_python3_3 
ipv6 perl python sasl ssl tcl python_single_target_python3_4
 
 [net-libs/daq:0]
 package.use : net-libs/daq:0 -ipq -nfq afpacket dump ipv6 pcap static-libs

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index 7a9a52e..0f47b78 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -1083,7 +1083,7 @@ dev-perl/frontier-rpc
 dev-perl/gtk2-fu
 dev-perl/gtk2-trayicon
 dev-perl/gtk2-traymanager
-dev-perl/inline-files
+dev-perl/Inline-Files
 dev-perl/libvorbis-perl
 dev-perl/locale-maketext-fuzzy
 dev-perl/mecab-perl
@@ -1308,7 +1308,6 @@ dev-ruby/deprecated
 dev-ruby/eventmachine
 dev-ruby/htmlentities
 dev-ruby/imagesize
-dev-ruby/jeweler
 dev-ruby/kirbybase
 dev-ruby/matchy
 dev-ruby/mecab-ruby
@@ -1379,8 +1378,6 @@ dev-util/alleyoop
 dev-util/android-tools
 dev-util/astyle
 dev-util/bcpp
-dev-util/buildbot
-dev-util/buildbot-slave
 dev-util/catfish
 dev-util/
 dev-util/cdecl
@@ -1709,7 +1706,6 @@ games-misc/funny-manpages
 games-misc/gBhed
 games-misc/ggencoder
 games-misc/gtklife
-games-misc/katawa-shoujo
 games-misc/lucidlife
 games-misc/nyancat
 games-misc/opengfx



[gentoo-commits] gentoo-x86 commit in dev-python/autopep8: autopep8-1.2.ebuild ChangeLog

2015-07-27 Thread Justin Lecher (jlec)
jlec15/07/27 19:57:26

  Modified: ChangeLog
  Added:autopep8-1.2.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.59 dev-python/autopep8/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/autopep8/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   6 Jun 2015 19:59:02 -   1.58
+++ ChangeLog   27 Jul 2015 19:57:26 -  1.59
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/autopep8
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/autopep8/ChangeLog,v 1.58 
2015/06/06 19:59:02 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/autopep8/ChangeLog,v 1.59 
2015/07/27 19:57:26 jlec Exp $
+
+*autopep8-1.2 (27 Jul 2015)
+
+  27 Jul 2015; Justin Lecher j...@gentoo.org +autopep8-1.2.ebuild:
+  Version Bump
 
   06 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-python/autopep8/autopep8-1.2.ebuild

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

Index: autopep8-1.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/autopep8/autopep8-1.2.ebuild,v 
1.1 2015/07/27 19:57:26 jlec Exp $

EAPI=5

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

inherit distutils-r1 vcs-snapshot

DESCRIPTION=Automatically formats Python code to conform to the PEP 8 style 
guide
HOMEPAGE=https://github.com/hhatto/autopep8 
http://pypi.python.org/pypi/autopep8;
SRC_URI=https://github.com/hhatto/${PN}/tarball/ver${PV} - ${P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
IUSE=test

RDEPEND=
=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
DEPEND=${DEPEND}
test? ( =dev-python/pydiff-0.1.2[${PYTHON_USEDEP}] )

python_prepare_all() {
# Prevent UnicodeDecodeError with LANG=C
sed -e /é/d -i MANIFEST.in || die
distutils-r1_python_prepare_all
}

python_test() {
esetup.py test
# from the travis.yml
${PYTHON} test/test_autopep8.py || die
${PYTHON} test/acid.py -aaa --experimental test/example.py || die
${PYTHON} test/acid.py -aaa --experimental 
test/example_with_reduce.py || die
${PYTHON} test/acid.py -aaa --compare-bytecode --experimental 
test/example.py  die
${PYTHON} test/acid.py --aggressive --line-range 550 610 
test/inspect_example.py || die
${PYTHON} test/acid.py --line-range 289 925 test/vectors_example.py 
|| die
${PYTHON} test/test_suite.py || die
}

pkg_postinst() {
ewarn Since this version of autopep depends on =dev-python/pep8-1.3
ewarn it is affected by https://github.com/jcrocholl/pep8/issues/45;
ewarn (indentation checks inside triple-quotes).
ewarn If you do not want to be affected by this, then add the
ewarn following lines to your local package.mask:
ewarn   =dev-python/pep8-1.3
ewarn   =dev-python/autopep8-0.6
}






[gentoo-commits] gentoo-x86 commit in dev-dotnet/zeitgeist-sharp: zeitgeist-sharp-0.8.0.0-r2.ebuild ChangeLog

2015-07-27 Thread Justin Lecher (jlec)
jlec15/07/27 18:33:49

  Modified: ChangeLog
  Added:zeitgeist-sharp-0.8.0.0-r2.ebuild
  Log:
  Backport patch, bug #537548; thanks Jason Lynch preparing the patch; Bump to 
mono-env.eclass and EAPI=5
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.11 dev-dotnet/zeitgeist-sharp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/zeitgeist-sharp/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   27 Jul 2015 18:27:45 -  1.10
+++ ChangeLog   27 Jul 2015 18:33:49 -  1.11
@@ -1,6 +1,14 @@
 # ChangeLog for dev-dotnet/zeitgeist-sharp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/zeitgeist-sharp/ChangeLog,v 1.10 
2015/07/27 18:27:45 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/zeitgeist-sharp/ChangeLog,v 1.11 
2015/07/27 18:33:49 jlec Exp $
+
+*zeitgeist-sharp-0.8.0.0-r2 (27 Jul 2015)
+
+  27 Jul 2015; Justin Lecher j...@gentoo.org
+  +files/zeitgeist-sharp-0.8.0.0-fix-tools-version.patch,
+  +zeitgeist-sharp-0.8.0.0-r2.ebuild:
+  Backport patch, bug #537548; thanks Jason Lynch preparing the patch; Bump to
+  mono-env.eclass and EAPI=5
 
   27 Jul 2015; Justin Lecher j...@gentoo.org -zeitgeist-sharp-0.8.0.0.ebuild:
   Drop old



1.1  
dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0-r2.ebuild?rev=1.1content-type=text/plain

Index: zeitgeist-sharp-0.8.0.0-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0-r2.ebuild,v
 1.1 2015/07/27 18:33:49 jlec Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=yes

inherit autotools-utils mono-env versionator

DIR_PV=$(get_version_component_range 1-2)
DIR_PV2=$(get_version_component_range 1-3)

DESCRIPTION=Mono DBus API wrapper for Zeitgeist
HOMEPAGE=https://launchpad.net/zeitgeist-sharp/;
SRC_URI=

http://launchpad.net/zeitgeist-sharp/${DIR_PV}/${DIR_PV2}/+download/${P}.tar.gz
doc? ( 
http://launchpad.net/zeitgeist-sharp/${DIR_PV}/${DIR_PV2}/+download/${PN}-docs-${DIR_PV2}.tar.gz
 )

SLOT=0
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
LICENSE=GPL-3
IUSE=doc

RDEPEND=
dev-dotnet/dbus-sharp
dev-dotnet/dbus-sharp-glib
dev-dotnet/glib-sharp
dev-lang/mono
gnome-extra/zeitgeist
DEPEND=${RDEPEND}
virtual/pkgconfig

AUTOTOOLS_IN_SOURCE_BUILD=1

PATCHES=(
${FILESDIR}/${P}-zg-0.9.patch
${FILESDIR}/${P}-automake-1.12.patch
${FILESDIR}/${P}-fix-tools-version.patch
)

src_prepare() {
sed \
-e s:@expanded_libdir@:@libdir@: \
-i Zeitgeist/zeitgeist-sharp.pc.in || die
autotools-utils_src_prepare
}

src_install() {
use doc  HTML_DOCS=( ${WORKDIR}/${PN}-docs/. )
autotools-utils_src_install
}






[gentoo-commits] gentoo-x86 commit in dev-dotnet/zeitgeist-sharp/files: zeitgeist-sharp-0.8.0.0-fix-tools-version.patch

2015-07-27 Thread Justin Lecher (jlec)
jlec15/07/27 18:33:49

  Added:zeitgeist-sharp-0.8.0.0-fix-tools-version.patch
  Log:
  Backport patch, bug #537548; thanks Jason Lynch preparing the patch; Bump to 
mono-env.eclass and EAPI=5
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.1  
dev-dotnet/zeitgeist-sharp/files/zeitgeist-sharp-0.8.0.0-fix-tools-version.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/zeitgeist-sharp/files/zeitgeist-sharp-0.8.0.0-fix-tools-version.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/zeitgeist-sharp/files/zeitgeist-sharp-0.8.0.0-fix-tools-version.patch?rev=1.1content-type=text/plain

Index: zeitgeist-sharp-0.8.0.0-fix-tools-version.patch
===
diff -ur a/Zeitgeist/Zeitgeist.csproj b/Zeitgeist/Zeitgeist.csproj
--- a/Zeitgeist/Zeitgeist.csproj2011-05-09 16:24:12.0 -0500
+++ b/Zeitgeist/Zeitgeist.csproj2015-02-25 11:13:13.360309437 -0600
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=utf-8?
-Project DefaultTargets=Build 
xmlns=http://schemas.microsoft.com/developer/msbuild/2003;
+Project DefaultTargets=Build 
xmlns=http://schemas.microsoft.com/developer/msbuild/2003; ToolsVersion=4.0
   PropertyGroup
 Configuration Condition= '$(Configuration)' == '' Debug/Configuration
 Platform Condition= '$(Platform)' == '' AnyCPU/Platform






[gentoo-commits] gentoo-x86 commit in x11-wm/plwm: plwm-2.7_rc1-r1.ebuild ChangeLog

2015-07-27 Thread Michal Gorny (mgorny)
mgorny  15/07/27 18:38:45

  Modified: ChangeLog
  Added:plwm-2.7_rc1-r1.ebuild
  Log:
  Convert to distutils-r1
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.21 x11-wm/plwm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/plwm/ChangeLog?rev=1.21view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/plwm/ChangeLog?rev=1.21content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/plwm/ChangeLog?r1=1.20r2=1.21

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/plwm/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   10 Aug 2014 19:59:47 -  1.20
+++ ChangeLog   27 Jul 2015 18:38:45 -  1.21
@@ -1,6 +1,11 @@
 # ChangeLog for x11-wm/plwm
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/plwm/ChangeLog,v 1.20 2014/08/10 
19:59:47 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/plwm/ChangeLog,v 1.21 2015/07/27 
18:38:45 mgorny Exp $
+
+*plwm-2.7_rc1-r1 (27 Jul 2015)
+
+  27 Jul 2015; Michał Górny mgo...@gentoo.org +plwm-2.7_rc1-r1.ebuild:
+  Convert to distutils-r1
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org plwm-2.5-r1.ebuild,
   plwm-2.7_rc1.ebuild:



1.1  x11-wm/plwm/plwm-2.7_rc1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/plwm/plwm-2.7_rc1-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/plwm/plwm-2.7_rc1-r1.ebuild?rev=1.1content-type=text/plain

Index: plwm-2.7_rc1-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-wm/plwm/plwm-2.7_rc1-r1.ebuild,v 1.1 
2015/07/27 18:38:45 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 eutils

MY_P=PLWM-${PV/_}

DESCRIPTION=Python classes for, and an implementation of, a window manager
HOMEPAGE=http://plwm.sourceforge.net/;
SRC_URI=mirror://sourceforge/plwm/${MY_P}.tar.gz

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

RDEPEND==dev-python/python-xlib-0.14[${PYTHON_USEDEP}]
DEPEND=sys-apps/texinfo

S=${WORKDIR}/${MY_P}

PATCHES=(
${FILESDIR}/${P}-pep0263.patch
)

python_compile_all() {
emake -C ${S}/doc
}

python_install() {
distutils-r1_python_install

python_newscript examples/examplewm.py plwm
python_doscript utils/*.py
}

python_install_all() {
distutils-r1_python_install_all

doinfo doc/*.info

dodoc ONEWS
dodoc -r examples
docinto utils
dodoc utils/ChangeLog
}






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

2015-07-27 Thread Zac Medico (zmedico)
zmedico 15/07/27 19:22:27

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



[gentoo-commits] gentoo-x86 commit in app-emulation/qemu/files: qemu-2.3.0-CVE-2015-5154-1.patch qemu-2.3.0-CVE-2015-5154-2.patch qemu-2.3.0-CVE-2015-5154-3.patch qemu-2.3.0-CVE-2015-3214.patch

2015-07-27 Thread Doug Goldstein (cardoe)
cardoe  15/07/27 19:32:48

  Added:qemu-2.3.0-CVE-2015-5154-1.patch
qemu-2.3.0-CVE-2015-5154-2.patch
qemu-2.3.0-CVE-2015-5154-3.patch
qemu-2.3.0-CVE-2015-3214.patch
  Log:
  Fix for CVE-2015-3214, handle out-of-bounds memory access when reading
  from the PIT Mode/Command register. Fix for CVE-2015-5154, handle ATAPI
  heap overflow during I/O access.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A2BC03DC87ED1BD4!)

Revision  ChangesPath
1.1  app-emulation/qemu/files/qemu-2.3.0-CVE-2015-5154-1.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/files/qemu-2.3.0-CVE-2015-5154-1.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/files/qemu-2.3.0-CVE-2015-5154-1.patch?rev=1.1content-type=text/plain

Index: qemu-2.3.0-CVE-2015-5154-1.patch
===
From d2ff85854512574e7209f295e87b0835d5b032c6 Mon Sep 17 00:00:00 2001
From: Kevin Wolf kw...@redhat.com
Date: Sun, 26 Jul 2015 23:42:53 -0400
Subject: [PATCH] ide: Check array bounds before writing to io_buffer
 (CVE-2015-5154)

If the end_transfer_func of a command is called because enough data has
been read or written for the current PIO transfer, and it fails to
correctly call the command completion functions, the DRQ bit in the
status register and s-end_transfer_func may remain set. This allows the
guest to access further bytes in s-io_buffer beyond s-data_end, and
eventually overflowing the io_buffer.

One case where this currently happens is emulation of the ATAPI command
START STOP UNIT.

This patch fixes the problem by adding explicit array bounds checks
before accessing the buffer instead of relying on end_transfer_func to
function correctly.

Cc: qemu-sta...@nongnu.org
Signed-off-by: Kevin Wolf kw...@redhat.com
Reviewed-by: John Snow js...@redhat.com
---
 hw/ide/core.c | 16 
 1 file changed, 16 insertions(+)

diff --git a/hw/ide/core.c b/hw/ide/core.c
index 122e955..44fcc23 100644
--- a/hw/ide/core.c
+++ b/hw/ide/core.c
@@ -2021,6 +2021,10 @@ void ide_data_writew(void *opaque, uint32_t addr, 
uint32_t val)
 }
 
 p = s-data_ptr;
+if (p + 2  s-data_end) {
+return;
+}
+
 *(uint16_t *)p = le16_to_cpu(val);
 p += 2;
 s-data_ptr = p;
@@ -2042,6 +2046,10 @@ uint32_t ide_data_readw(void *opaque, uint32_t addr)
 }
 
 p = s-data_ptr;
+if (p + 2  s-data_end) {
+return 0;
+}
+
 ret = cpu_to_le16(*(uint16_t *)p);
 p += 2;
 s-data_ptr = p;
@@ -2063,6 +2071,10 @@ void ide_data_writel(void *opaque, uint32_t addr, 
uint32_t val)
 }
 
 p = s-data_ptr;
+if (p + 4  s-data_end) {
+return;
+}
+
 *(uint32_t *)p = le32_to_cpu(val);
 p += 4;
 s-data_ptr = p;
@@ -2084,6 +2096,10 @@ uint32_t ide_data_readl(void *opaque, uint32_t addr)
 }
 
 p = s-data_ptr;
+if (p + 4  s-data_end) {
+return 0;
+}
+
 ret = cpu_to_le32(*(uint32_t *)p);
 p += 4;
 s-data_ptr = p;



1.1  app-emulation/qemu/files/qemu-2.3.0-CVE-2015-5154-2.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/files/qemu-2.3.0-CVE-2015-5154-2.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/files/qemu-2.3.0-CVE-2015-5154-2.patch?rev=1.1content-type=text/plain

Index: qemu-2.3.0-CVE-2015-5154-2.patch
===
From 03441c3a4a42beb25460dd11592539030337d0f8 Mon Sep 17 00:00:00 2001
From: Kevin Wolf kw...@redhat.com
Date: Sun, 26 Jul 2015 23:42:53 -0400
Subject: [PATCH] ide/atapi: Fix START STOP UNIT command completion

The command must be completed on all code paths. START STOP UNIT with
pwrcnd set should succeed without doing anything.

Signed-off-by: Kevin Wolf kw...@redhat.com
Reviewed-by: John Snow js...@redhat.com
---
 hw/ide/atapi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/ide/atapi.c b/hw/ide/atapi.c
index 950e311..79dd167 100644
--- a/hw/ide/atapi.c
+++ b/hw/ide/atapi.c
@@ -983,6 +983,7 @@ static void cmd_start_stop_unit(IDEState *s, uint8_t* buf)
 
 if (pwrcnd) {
 /* eject/load only happens for power condition == 0 */
+ide_atapi_cmd_ok(s);
 return;
 }
 



1.1  app-emulation/qemu/files/qemu-2.3.0-CVE-2015-5154-3.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/files/qemu-2.3.0-CVE-2015-5154-3.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/files/qemu-2.3.0-CVE-2015-5154-3.patch?rev=1.1content-type=text/plain

Index: qemu-2.3.0-CVE-2015-5154-3.patch
===
From cb72cba83021fa42719e73a5249c12096a4d1cfc Mon Sep 17 00:00:00 2001

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

2015-07-27 Thread Zac Medico (zmedico)
zmedico 15/07/27 19:52:51

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



[gentoo-commits] gentoo-x86 commit in media-sound/ezstream: ezstream-0.6.0.ebuild ChangeLog

2015-07-27 Thread Lars Wendler (polynomial-c)
polynomial-c15/07/27 20:13:40

  Modified: ChangeLog
  Added:ezstream-0.6.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
981CA6FC)

Revision  ChangesPath
1.13 media-sound/ezstream/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ezstream/ChangeLog?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ezstream/ChangeLog?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ezstream/ChangeLog?r1=1.12r2=1.13

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/ezstream/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   29 Mar 2015 22:05:32 -  1.12
+++ ChangeLog   27 Jul 2015 20:13:40 -  1.13
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/ezstream
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ezstream/ChangeLog,v 1.12 
2015/03/29 22:05:32 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ezstream/ChangeLog,v 1.13 
2015/07/27 20:13:40 polynomial-c Exp $
+
+*ezstream-0.6.0 (27 Jul 2015)
+
+  27 Jul 2015; Lars Wendler polynomia...@gentoo.org +ezstream-0.6.0.ebuild:
+  Version bump.
 
   29 Mar 2015; Manuel Rüger mr...@gentoo.org -ezstream-0.5.3.ebuild:
   Remove old.



1.1  media-sound/ezstream/ezstream-0.6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ezstream/ezstream-0.6.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ezstream/ezstream-0.6.0.ebuild?rev=1.1content-type=text/plain

Index: ezstream-0.6.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/ezstream/ezstream-0.6.0.ebuild,v 
1.1 2015/07/27 20:13:40 polynomial-c Exp $

EAPI=5

DESCRIPTION=A command line source client for Icecast media streaming servers
HOMEPAGE=http://www.icecast.org/ezstream.php;
SRC_URI=http://downloads.xiph.org/releases/${PN}/${P}.tar.gz;

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

COMMON_DEPEND=dev-libs/libxml2
=media-libs/libshout-2.2
media-libs/libvorbis
taglib? ( media-libs/taglib )
RDEPEND=${COMMON_DEPEND}
net-misc/icecast
DEPEND=${COMMON_DEPEND}
virtual/pkgconfig

src_configure() {
local docdir=/usr/share/doc/${PF}

econf \
--docdir=${docdir} \
--enable-examplesdir=${docdir}/examples \
$(use_with taglib)
}

src_install() {
default

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

rm -f ${D}/usr/share/doc/${PF}/COPYING
}






  1   2   >