[gentoo-commits] gentoo-x86 commit in games-emulation/dgen-sdl: dgen-sdl-1.33.ebuild dgen-sdl-1.32.ebuild ChangeLog

2015-02-12 Thread Michael Sterrett (mr_bones_)
mr_bones_15/02/13 06:24:43

  Modified: dgen-sdl-1.32.ebuild ChangeLog
  Added:dgen-sdl-1.33.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  games-emulation/dgen-sdl/dgen-sdl-1.32.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.32.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.32.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.32.ebuild?r1=1.1&r2=1.2

Index: dgen-sdl-1.32.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.32.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dgen-sdl-1.32.ebuild24 Jun 2013 17:13:55 -  1.1
+++ dgen-sdl-1.32.ebuild13 Feb 2015 06:24:43 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.32.ebuild,v 1.1 
2013/06/24 17:13:55 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.32.ebuild,v 1.2 
2015/02/13 06:24:43 mr_bones_ Exp $
 
 EAPI=5
 inherit games



1.23 games-emulation/dgen-sdl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   25 Aug 2014 20:54:17 -  1.22
+++ ChangeLog   13 Feb 2015 06:24:43 -  1.23
@@ -1,6 +1,12 @@
 # ChangeLog for games-emulation/dgen-sdl
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v 1.22 
2014/08/25 20:54:17 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v 1.23 
2015/02/13 06:24:43 mr_bones_ Exp $
+
+*dgen-sdl-1.33 (13 Feb 2015)
+
+  13 Feb 2015; Michael Sterrett  +dgen-sdl-1.33.ebuild,
+  dgen-sdl-1.32.ebuild:
+  version bump
 
   25 Aug 2014; Michael Sterrett  -dgen-sdl-1.31.ebuild:
   old



1.1  games-emulation/dgen-sdl/dgen-sdl-1.33.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.33.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.33.ebuild?rev=1.1&content-type=text/plain

Index: dgen-sdl-1.33.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.33.ebuild,v 1.1 
2015/02/13 06:24:43 mr_bones_ Exp $

EAPI=5
inherit games

DESCRIPTION="A Linux/SDL-Port of the famous DGen MegaDrive/Genesis-Emulator"
HOMEPAGE="http://dgen.sourceforge.net/";
SRC_URI="mirror://sourceforge/dgen/files/${P}.tar.gz"

LICENSE="dgen-sdl BSD BSD-2 free-noncomm LGPL-2.1+ GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="joystick opengl"

RDEPEND="media-libs/libsdl[joystick?,opengl?]
app-arch/libarchive
opengl? ( virtual/opengl )"
DEPEND="${RDEPEND}
x86? ( dev-lang/nasm )"

src_configure() {
egamesconf \
$(use_enable x86 asm) \
$(use_enable joystick) \
$(use_enable opengl)
}

src_compile() {
emake -C musa m68kops.h
emake
}

src_install() {
DOCS="AUTHORS ChangeLog README sample.dgenrc" default
prepgamesdirs
}






[gentoo-commits] gentoo-x86 commit in dev-libs/syck: syck-0.55-r6.ebuild ChangeLog syck-0.55-r5.ebuild

2015-02-12 Thread Ian Delaney (idella4)
idella4 15/02/13 06:08:23

  Modified: ChangeLog
  Added:syck-0.55-r6.ebuild
  Removed:  syck-0.55-r5.ebuild
  Log:
  revbump, conversion -> distutils-r1, rm prior revbump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.35 dev-libs/syck/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/syck/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   18 Dec 2014 21:36:22 -  1.34
+++ ChangeLog   13 Feb 2015 06:08:23 -  1.35
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/syck
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/syck/ChangeLog,v 1.34 2014/12/18 
21:36:22 dilfridge Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/syck/ChangeLog,v 1.35 2015/02/13 
06:08:23 idella4 Exp $
+
+*syck-0.55-r6 (13 Feb 2015)
+
+  13 Feb 2015; Ian Delaney  +syck-0.55-r6.ebuild,
+  -syck-0.55-r5.ebuild:
+  revbump, conversion -> distutils-r1, rm prior revbump
 
   18 Dec 2014; Andreas K. Huettel  metadata.xml:
   Drop to maintainer-needed



1.1  dev-libs/syck/syck-0.55-r6.ebuild

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

Index: syck-0.55-r6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/syck/syck-0.55-r6.ebuild,v 1.1 
2015/02/13 06:08:23 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=1

inherit distutils-r1 flag-o-matic

DESCRIPTION="Syck is an extension for reading and writing YAML swiftly in 
popular scripting languages"
HOMEPAGE="http://whytheluckystiff.net/syck/";
SRC_URI="http://rubyforge.org/frs/download.php/4492/${P}.tar.gz";

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE="php python"

DEPEND="python? ( !dev-python/pysyck )"
RDEPEND="${DEPEND}"
PDEPEND="php? ( dev-php/pecl-syck
!=dev-libs/syck-0.55-r1 )"
pkg_setup() {
use python && python-single-r1_pkg_setup
}

src_prepare() {
epatch "${FILESDIR}/syck-0.55-64bit.patch"
}

src_configure() {
append-flags -fPIC
econf
}

src_compile() {
emake
if use python; then
pushd ext/python > /dev/null
distutils-r1_src_compile
popd > /dev/null
fi
}

src_install() {
emake DESTDIR=${D} install
if use python; then
pushd ext/python > /dev/null
distutils-r1_src_install
popd > /dev/null
fi
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in games-engines/stratagus: stratagus-2.2.7.ebuild ChangeLog

2015-02-12 Thread Michael Sterrett (mr_bones_)
mr_bones_15/02/13 04:55:59

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

Revision  ChangesPath
1.3  games-engines/stratagus/stratagus-2.2.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/stratagus/stratagus-2.2.7.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/stratagus/stratagus-2.2.7.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/stratagus/stratagus-2.2.7.ebuild?r1=1.2&r2=1.3

Index: stratagus-2.2.7.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-engines/stratagus/stratagus-2.2.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- stratagus-2.2.7.ebuild  15 May 2014 16:43:54 -  1.2
+++ stratagus-2.2.7.ebuild  13 Feb 2015 04:55:59 -  1.3
@@ -1,9 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-engines/stratagus/stratagus-2.2.7.ebuild,v 1.2 
2014/05/15 16:43:54 ulm Exp $
-
-EAPI=4
+# $Header: 
/var/cvsroot/gentoo-x86/games-engines/stratagus/stratagus-2.2.7.ebuild,v 1.3 
2015/02/13 04:55:59 mr_bones_ Exp $
 
+EAPI=5
 inherit cmake-utils eutils games
 
 DESCRIPTION="A realtime strategy game engine"



1.30 games-engines/stratagus/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-engines/stratagus/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   25 Nov 2014 23:10:40 -  1.29
+++ ChangeLog   13 Feb 2015 04:55:59 -  1.30
@@ -1,6 +1,9 @@
 # ChangeLog for games-engines/stratagus
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/stratagus/ChangeLog,v 1.29 
2014/11/25 23:10:40 hasufell Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-engines/stratagus/ChangeLog,v 1.30 
2015/02/13 04:55:59 mr_bones_ Exp $
+
+  13 Feb 2015; Michael Sterrett  stratagus-2.2.7.ebuild:
+  EAPI=5
 
   25 Nov 2014; Julian Ospald  metadata.xml:
   drop maintainership






[gentoo-commits] gentoo-x86 commit in sys-fs/nilfs-utils: nilfs-utils-2.2.2.ebuild nilfs-utils-2.1.6.ebuild nilfs-utils-2.1.5-r1.ebuild

2015-02-12 Thread Naohiro Aota (naota)
naota   15/02/13 04:50:46

  Modified: nilfs-utils-2.1.6.ebuild
nilfs-utils-2.1.5-r1.ebuild
  Added:nilfs-utils-2.2.2.ebuild
  Log:
  version bump #522398; Update HOMEPAGE and SRC_URI #522402
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
F8551514)

Revision  ChangesPath
1.2  sys-fs/nilfs-utils/nilfs-utils-2.1.6.ebuild

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

Index: nilfs-utils-2.1.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/nilfs-utils/nilfs-utils-2.1.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nilfs-utils-2.1.6.ebuild4 Mar 2014 18:01:37 -   1.1
+++ nilfs-utils-2.1.6.ebuild13 Feb 2015 04:50:46 -  1.2
@@ -1,14 +1,14 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/nilfs-utils/nilfs-utils-2.1.6.ebuild,v 1.1 
2014/03/04 18:01:37 naota Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/nilfs-utils/nilfs-utils-2.1.6.ebuild,v 1.2 
2015/02/13 04:50:46 naota Exp $
 
 EAPI=5
 
 inherit multilib linux-info
 
 DESCRIPTION="A New Implementation of a Log-structured File System for Linux"
-HOMEPAGE="http://www.nilfs.org/";
-SRC_URI="http://www.nilfs.org/download/${P}.tar.bz2";
+HOMEPAGE="http://nilfs.sourceforge.net/";
+SRC_URI="http://nilfs.sourceforge.net/download/${P}.tar.bz2";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"



1.8  sys-fs/nilfs-utils/nilfs-utils-2.1.5-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/nilfs-utils/nilfs-utils-2.1.5-r1.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/nilfs-utils/nilfs-utils-2.1.5-r1.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/nilfs-utils/nilfs-utils-2.1.5-r1.ebuild?r1=1.7&r2=1.8

Index: nilfs-utils-2.1.5-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-fs/nilfs-utils/nilfs-utils-2.1.5-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- nilfs-utils-2.1.5-r1.ebuild 19 Mar 2014 16:15:29 -  1.7
+++ nilfs-utils-2.1.5-r1.ebuild 13 Feb 2015 04:50:46 -  1.8
@@ -1,14 +1,14 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/nilfs-utils/nilfs-utils-2.1.5-r1.ebuild,v 1.7 
2014/03/19 16:15:29 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/nilfs-utils/nilfs-utils-2.1.5-r1.ebuild,v 1.8 
2015/02/13 04:50:46 naota Exp $
 
 EAPI=5
 
 inherit multilib linux-info
 
 DESCRIPTION="A New Implementation of a Log-structured File System for Linux"
-HOMEPAGE="http://www.nilfs.org/";
-SRC_URI="http://www.nilfs.org/download/${P}.tar.bz2";
+HOMEPAGE="http://nilfs.sourceforge.net/";
+SRC_URI="http://nilfs.sourceforge.net/download/${P}.tar.bz2";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"



1.1  sys-fs/nilfs-utils/nilfs-utils-2.2.2.ebuild

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

Index: nilfs-utils-2.2.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/nilfs-utils/nilfs-utils-2.2.2.ebuild,v 1.1 
2015/02/13 04:50:46 naota Exp $

EAPI=5

inherit multilib linux-info

DESCRIPTION="A New Implementation of a Log-structured File System for Linux"
HOMEPAGE="http://nilfs.sourceforge.net/";
SRC_URI="http://nilfs.sourceforge.net/download/${P}.tar.bz2";

LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
IUSE="static-libs"

RDEPEND="sys-libs/e2fsprogs-libs
sys-apps/util-linux"
DEPEND="${RDEPEND}
sys-kernel/linux-headers"

CONFIG_CHECK="~POSIX_MQUEUE"

DOCS=( AUTHORS ChangeLog NEWS README )

src_configure() {
econf \
$(use_enable static-libs static) \
--libdir=/$(get_libdir) \
--enable-libmount
}

src_install() {
default
rm -f "${ED}"/$(get_libdir)/*.la || die
}






[gentoo-commits] gentoo-x86 commit in app-i18n/x-unikey: x-unikey-1.0.4-r1.ebuild

2015-02-12 Thread Naohiro Aota (naota)
naota   15/02/13 04:33:28

  Modified: x-unikey-1.0.4-r1.ebuild
  Log:
  Add missing glib dependency #515742
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
F8551514)

Revision  ChangesPath
1.7  app-i18n/x-unikey/x-unikey-1.0.4-r1.ebuild

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

Index: x-unikey-1.0.4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- x-unikey-1.0.4-r1.ebuild9 Oct 2012 13:31:13 -   1.6
+++ x-unikey-1.0.4-r1.ebuild13 Feb 2015 04:33:28 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r1.ebuild,v 1.6 
2012/10/09 13:31:13 naota Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r1.ebuild,v 1.7 
2015/02/13 04:33:28 naota Exp $
 
 EAPI="1"
 
@@ -21,6 +21,7 @@
gtk? ( >=x11-libs/gtk+-2.2:2 )
nls? ( virtual/libintl )"
 DEPEND="${RDEPEND}
+   dev-libs/glib
virtual/pkgconfig
nls? ( sys-devel/gettext )"
 






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

2015-02-12 Thread Mike Pagano
commit: 323c782c4e1726ca1aa855cccd5e7d8730d62ba8
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Feb 13 01:47:53 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Feb 13 01:47:53 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/linux-patches.git;a=commit;h=323c782c

Bootsplash ported by Marco. (Bug #539616)

---
 _README|4 +
 4200_fbcondecor-3.19.patch | 2119 
 2 files changed, 2123 insertions(+)

diff --git a/_README b/_README
index f8e5c36..3fa77db 100644
--- a/_README
+++ b/_README
@@ -59,6 +59,10 @@ Patch:  2905_s2disk-resume-image-fix.patch
 From:   Al Viro  ZenIV.linux.org.uk>
 Desc:   Do not lock when UMH is waiting on current thread spawned by linuxrc. 
(bug #481344)
 
+Patch:  4200_fbcondecor-3.19.patch
+From:   http://www.mepiscommunity.org/fbcondecor
+Desc:   Bootsplash ported by Marco. (Bug #539616)
+
 Patch:  4567_distro-Gentoo-Kconfig.patch
 From:   Tom Wijsman 
 Desc:   Add Gentoo Linux support config settings and defaults.

diff --git a/4200_fbcondecor-3.19.patch b/4200_fbcondecor-3.19.patch
new file mode 100644
index 000..29c379f
--- /dev/null
+++ b/4200_fbcondecor-3.19.patch
@@ -0,0 +1,2119 @@
+diff --git a/Documentation/fb/00-INDEX b/Documentation/fb/00-INDEX
+index fe85e7c..2230930 100644
+--- a/Documentation/fb/00-INDEX
 b/Documentation/fb/00-INDEX
+@@ -23,6 +23,8 @@ ep93xx-fb.txt
+   - info on the driver for EP93xx LCD controller.
+ fbcon.txt
+   - intro to and usage guide for the framebuffer console (fbcon).
++fbcondecor.txt
++  - info on the Framebuffer Console Decoration
+ framebuffer.txt
+   - introduction to frame buffer devices.
+ gxfb.txt
+diff --git a/Documentation/fb/fbcondecor.txt b/Documentation/fb/fbcondecor.txt
+new file mode 100644
+index 000..3388c61
+--- /dev/null
 b/Documentation/fb/fbcondecor.txt
+@@ -0,0 +1,207 @@
++What is it?
++---
++
++The framebuffer decorations are a kernel feature which allows displaying a 
++background picture on selected consoles.
++
++What do I need to get it to work?
++-
++
++To get fbcondecor up-and-running you will have to:
++ 1) get a copy of splashutils [1] or a similar program
++ 2) get some fbcondecor themes
++ 3) build the kernel helper program
++ 4) build your kernel with the FB_CON_DECOR option enabled.
++
++To get fbcondecor operational right after fbcon initialization is finished, 
you
++will have to include a theme and the kernel helper into your initramfs image.
++Please refer to splashutils documentation for instructions on how to do that.
++
++[1] The splashutils package can be downloaded from:
++http://github.com/alanhaggai/fbsplash
++
++The userspace helper
++
++
++The userspace fbcondecor helper (by default: /sbin/fbcondecor_helper) is 
called by the
++kernel whenever an important event occurs and the kernel needs some kind of
++job to be carried out. Important events include console switches and video
++mode switches (the kernel requests background images and configuration
++parameters for the current console). The fbcondecor helper must be accessible 
at
++all times. If it's not, fbcondecor will be switched off automatically.
++
++It's possible to set path to the fbcondecor helper by writing it to
++/proc/sys/kernel/fbcondecor.
++
++*
++
++The information below is mostly technical stuff. There's probably no need to
++read it unless you plan to develop a userspace helper.
++
++The fbcondecor protocol
++---
++
++The fbcondecor protocol defines a communication interface between the kernel 
and
++the userspace fbcondecor helper.
++
++The kernel side is responsible for:
++
++ * rendering console text, using an image as a background (instead of a
++   standard solid color fbcon uses),
++ * accepting commands from the user via ioctls on the fbcondecor device,
++ * calling the userspace helper to set things up as soon as the fb subsystem 
++   is initialized.
++
++The userspace helper is responsible for everything else, including parsing
++configuration files, decompressing the image files whenever the kernel needs
++it, and communicating with the kernel if necessary.
++
++The fbcondecor protocol specifies how communication is done in both ways:
++kernel->userspace and userspace->helper.
++  
++Kernel -> Userspace
++---
++
++The kernel communicates with the userspace helper by calling it and specifying
++the task to be done in a series of arguments.
++
++The arguments follow the pattern:
++  
++
++All commands defined in fbcondecor protocol v2 have the following parameters:
++ virtual console
++ framebuffer number
++ theme
++
++Fbcondecor protocol v1 specified an additional 'fbcondecor mode' after the
++framebuffer number. Fbcondecor protocol v1 is deprecated and should not be 
used.
++
++Fbcondecor p

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

2015-02-12 Thread Matt Thode (prometheanfire)
prometheanfire15/02/13 02:02:00

  Modified: package.mask
  Log:
  adding dev-python/rax-backup-schedule-python-novaclient-ext to package.mask

Revision  ChangesPath
1.16358  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16357
retrieving revision 1.16358
diff -u -r1.16357 -r1.16358
--- package.mask12 Feb 2015 17:55:58 -  1.16357
+++ package.mask13 Feb 2015 02:01:59 -  1.16358
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16357 2015/02/12 
17:55:58 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16358 2015/02/13 
02:01:59 prometheanfire Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Matthew Thode  (12 Feb 2015)
+# Dead upstream and no deps
+dev-python/rax-backup-schedule-python-novaclient-ext
+
 # Joerg Bornkessel  (12 Feb 2015)
 # dead on upstream since years,
 # removal around 12 Mar 2015






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

2015-02-12 Thread Mike Pagano
commit: 90f12d61a417b874e654af1f28271d95ca0e1c6d
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Feb 13 01:35:43 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Feb 13 01:35:43 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/linux-patches.git;a=commit;h=90f12d61

Kernel patch enables gcc >= v4.9 optimizations for additional CPUs.

---
 _README|   5 +
 ...-additional-cpu-optimizations-for-gcc-4.9.patch | 387 +
 2 files changed, 392 insertions(+)

diff --git a/_README b/_README
index d897d2e..116cf1b 100644
--- a/_README
+++ b/_README
@@ -114,3 +114,8 @@ Desc:   BFQ v7r7 patch 2 for 3.17: BFQ Scheduler
 Patch:  5003_block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r7-for-3.18.0.patch
 From:   http://algo.ing.unimo.it/people/paolo/disk_sched/
 Desc:   BFQ v7r7 patch 3 for 3.17: Early Queue Merge (EQM)
+
+Patch:  5010_enable-additional-cpu-optimizations-for-gcc-4.9.patch
+From:   https://github.com/graysky2/kernel_gcc_patch/
+Desc:   Kernel patch enables gcc >= v4.9 optimizations for additional CPUs.
+

diff --git a/5010_enable-additional-cpu-optimizations-for-gcc-4.9.patch 
b/5010_enable-additional-cpu-optimizations-for-gcc-4.9.patch
new file mode 100644
index 000..f931f75
--- /dev/null
+++ b/5010_enable-additional-cpu-optimizations-for-gcc-4.9.patch
@@ -0,0 +1,387 @@
+WARNING - this version of the patch works with version 4.9+ of gcc and with
+kernel version 3.15.x+ and should NOT be applied when compiling on older
+versions due to name changes of the flags with the 4.9 release of gcc.
+Use the older version of this patch hosted on the same github for older
+versions of gcc. For example:
+
+corei7 --> nehalem
+corei7-avx --> sandybridge
+core-avx-i --> ivybridge
+core-avx2 --> haswell
+
+For more, see: https://gcc.gnu.org/gcc-4.9/changes.html
+
+It also changes 'atom' to 'bonnell' in accordance with the gcc v4.9 changes.
+Note that upstream is using the deprecated 'match=atom' flags when I believe it
+should use the newer 'march=bonnell' flag for atom processors.
+
+I have made that change to this patch set as well.  See the following kernel
+bug report to see if I'm right: 
https://bugzilla.kernel.org/show_bug.cgi?id=77461
+
+This patch will expand the number of microarchitectures to include new
+processors including: AMD K10-family, AMD Family 10h (Barcelona), AMD Family
+14h (Bobcat), AMD Family 15h (Bulldozer), AMD Family 15h (Piledriver), AMD
+Family 16h (Jaguar), Intel 1st Gen Core i3/i5/i7 (Nehalem), Intel 1.5 Gen Core
+i3/i5/i7 (Westmere), Intel 2nd Gen Core i3/i5/i7 (Sandybridge), Intel 3rd Gen
+Core i3/i5/i7 (Ivybridge), Intel 4th Gen Core i3/i5/i7 (Haswell), and Intel 5th
+Gen Core i3/i5/i7 (Broadwell). It also offers the compiler the 'native' flag.
+
+Small but real speed increases are measurable using a make endpoint comparing
+a generic kernel to one built with one of the respective microarchs.
+
+See the following experimental evidence supporting this statement:
+https://github.com/graysky2/kernel_gcc_patch
+
+REQUIREMENTS
+linux version >=3.15
+gcc version >=4.9
+
+--- a/arch/x86/include/asm/module.h2014-08-03 18:25:02.0 -0400
 b/arch/x86/include/asm/module.h2014-09-13 09:37:16.721385247 -0400
+@@ -15,6 +15,20 @@
+ #define MODULE_PROC_FAMILY "586MMX "
+ #elif defined CONFIG_MCORE2
+ #define MODULE_PROC_FAMILY "CORE2 "
++#elif defined CONFIG_MNATIVE
++#define MODULE_PROC_FAMILY "NATIVE "
++#elif defined CONFIG_MNEHALEM
++#define MODULE_PROC_FAMILY "NEHALEM "
++#elif defined CONFIG_MWESTMERE
++#define MODULE_PROC_FAMILY "WESTMERE "
++#elif defined CONFIG_MSANDYBRIDGE
++#define MODULE_PROC_FAMILY "SANDYBRIDGE "
++#elif defined CONFIG_MIVYBRIDGE
++#define MODULE_PROC_FAMILY "IVYBRIDGE "
++#elif defined CONFIG_MHASWELL
++#define MODULE_PROC_FAMILY "HASWELL "
++#elif defined CONFIG_MBROADWELL
++#define MODULE_PROC_FAMILY "BROADWELL "
+ #elif defined CONFIG_MATOM
+ #define MODULE_PROC_FAMILY "ATOM "
+ #elif defined CONFIG_M686
+@@ -33,6 +47,20 @@
+ #define MODULE_PROC_FAMILY "K7 "
+ #elif defined CONFIG_MK8
+ #define MODULE_PROC_FAMILY "K8 "
++#elif defined CONFIG_MK8SSE3
++#define MODULE_PROC_FAMILY "K8SSE3 "
++#elif defined CONFIG_MK10
++#define MODULE_PROC_FAMILY "K10 "
++#elif defined CONFIG_MBARCELONA
++#define MODULE_PROC_FAMILY "BARCELONA "
++#elif defined CONFIG_MBOBCAT
++#define MODULE_PROC_FAMILY "BOBCAT "
++#elif defined CONFIG_MBULLDOZER
++#define MODULE_PROC_FAMILY "BULLDOZER "
++#elif defined CONFIG_MPILEDRIVER
++#define MODULE_PROC_FAMILY "PILEDRIVER "
++#elif defined CONFIG_MJAGUAR
++#define MODULE_PROC_FAMILY "JAGUAR "
+ #elif defined CONFIG_MELAN
+ #define MODULE_PROC_FAMILY "ELAN "
+ #elif defined CONFIG_MCRUSOE
+--- a/arch/x86/Kconfig.cpu 2014-08-03 18:25:02.0 -0400
 b/arch/x86/Kconfig.cpu 2014-09-13 09:37:16.721385247 -0400
+@@ -137,9 +137,8 @@ config MPENTIUM4
+   -Paxville
+   -Dempsey
+ 
+-

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

2015-02-12 Thread Mike Pagano
commit: d40b86c655e52a66f63863f89fccffdfea33d381
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Feb 13 01:32:53 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Feb 13 01:32:53 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/linux-patches.git;a=commit;h=d40b86c6

Add optimization patch for gcc verison =  4.9

---
 _README|   6 +-
 ...-additional-cpu-optimizations-for-gcc-4.9.patch | 387 +
 2 files changed, 392 insertions(+), 1 deletion(-)

diff --git a/_README b/_README
index 3e1d0ab..f8e5c36 100644
--- a/_README
+++ b/_README
@@ -65,4 +65,8 @@ Desc:   Add Gentoo Linux support config settings and defaults.
 
 Patch:  5000_enable-additional-cpu-optimizations-for-gcc.patch
 From:   https://github.com/graysky2/kernel_gcc_patch/
-Desc:   Kernel patch enables gcc optimizations for additional CPUs.
+Desc:   Kernel patch enables gcc < v4.9 optimizations for additional CPUs.
+
+Patch:  5010_enable-additional-cpu-optimizations-for-gcc-4.9.patch
+From:   https://github.com/graysky2/kernel_gcc_patch/
+Desc:   Kernel patch enables gcc >= v4.9 optimizations for additional CPUs.

diff --git a/5010_enable-additional-cpu-optimizations-for-gcc-4.9.patch 
b/5010_enable-additional-cpu-optimizations-for-gcc-4.9.patch
new file mode 100644
index 000..f931f75
--- /dev/null
+++ b/5010_enable-additional-cpu-optimizations-for-gcc-4.9.patch
@@ -0,0 +1,387 @@
+WARNING - this version of the patch works with version 4.9+ of gcc and with
+kernel version 3.15.x+ and should NOT be applied when compiling on older
+versions due to name changes of the flags with the 4.9 release of gcc.
+Use the older version of this patch hosted on the same github for older
+versions of gcc. For example:
+
+corei7 --> nehalem
+corei7-avx --> sandybridge
+core-avx-i --> ivybridge
+core-avx2 --> haswell
+
+For more, see: https://gcc.gnu.org/gcc-4.9/changes.html
+
+It also changes 'atom' to 'bonnell' in accordance with the gcc v4.9 changes.
+Note that upstream is using the deprecated 'match=atom' flags when I believe it
+should use the newer 'march=bonnell' flag for atom processors.
+
+I have made that change to this patch set as well.  See the following kernel
+bug report to see if I'm right: 
https://bugzilla.kernel.org/show_bug.cgi?id=77461
+
+This patch will expand the number of microarchitectures to include new
+processors including: AMD K10-family, AMD Family 10h (Barcelona), AMD Family
+14h (Bobcat), AMD Family 15h (Bulldozer), AMD Family 15h (Piledriver), AMD
+Family 16h (Jaguar), Intel 1st Gen Core i3/i5/i7 (Nehalem), Intel 1.5 Gen Core
+i3/i5/i7 (Westmere), Intel 2nd Gen Core i3/i5/i7 (Sandybridge), Intel 3rd Gen
+Core i3/i5/i7 (Ivybridge), Intel 4th Gen Core i3/i5/i7 (Haswell), and Intel 5th
+Gen Core i3/i5/i7 (Broadwell). It also offers the compiler the 'native' flag.
+
+Small but real speed increases are measurable using a make endpoint comparing
+a generic kernel to one built with one of the respective microarchs.
+
+See the following experimental evidence supporting this statement:
+https://github.com/graysky2/kernel_gcc_patch
+
+REQUIREMENTS
+linux version >=3.15
+gcc version >=4.9
+
+--- a/arch/x86/include/asm/module.h2014-08-03 18:25:02.0 -0400
 b/arch/x86/include/asm/module.h2014-09-13 09:37:16.721385247 -0400
+@@ -15,6 +15,20 @@
+ #define MODULE_PROC_FAMILY "586MMX "
+ #elif defined CONFIG_MCORE2
+ #define MODULE_PROC_FAMILY "CORE2 "
++#elif defined CONFIG_MNATIVE
++#define MODULE_PROC_FAMILY "NATIVE "
++#elif defined CONFIG_MNEHALEM
++#define MODULE_PROC_FAMILY "NEHALEM "
++#elif defined CONFIG_MWESTMERE
++#define MODULE_PROC_FAMILY "WESTMERE "
++#elif defined CONFIG_MSANDYBRIDGE
++#define MODULE_PROC_FAMILY "SANDYBRIDGE "
++#elif defined CONFIG_MIVYBRIDGE
++#define MODULE_PROC_FAMILY "IVYBRIDGE "
++#elif defined CONFIG_MHASWELL
++#define MODULE_PROC_FAMILY "HASWELL "
++#elif defined CONFIG_MBROADWELL
++#define MODULE_PROC_FAMILY "BROADWELL "
+ #elif defined CONFIG_MATOM
+ #define MODULE_PROC_FAMILY "ATOM "
+ #elif defined CONFIG_M686
+@@ -33,6 +47,20 @@
+ #define MODULE_PROC_FAMILY "K7 "
+ #elif defined CONFIG_MK8
+ #define MODULE_PROC_FAMILY "K8 "
++#elif defined CONFIG_MK8SSE3
++#define MODULE_PROC_FAMILY "K8SSE3 "
++#elif defined CONFIG_MK10
++#define MODULE_PROC_FAMILY "K10 "
++#elif defined CONFIG_MBARCELONA
++#define MODULE_PROC_FAMILY "BARCELONA "
++#elif defined CONFIG_MBOBCAT
++#define MODULE_PROC_FAMILY "BOBCAT "
++#elif defined CONFIG_MBULLDOZER
++#define MODULE_PROC_FAMILY "BULLDOZER "
++#elif defined CONFIG_MPILEDRIVER
++#define MODULE_PROC_FAMILY "PILEDRIVER "
++#elif defined CONFIG_MJAGUAR
++#define MODULE_PROC_FAMILY "JAGUAR "
+ #elif defined CONFIG_MELAN
+ #define MODULE_PROC_FAMILY "ELAN "
+ #elif defined CONFIG_MCRUSOE
+--- a/arch/x86/Kconfig.cpu 2014-08-03 18:25:02.0 -0400
 b/arch/x86/Kconfig.cpu 2014-09-13 09:37:16.721385247 -0400
+@@ -137,9 +137,8 @@ co

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

2015-02-12 Thread Mike Pagano (mpagano)
mpagano 15/02/13 01:32:01

  Modified: ChangeLog
  Log:
  Add changelog for kernel-2.eclass update. Handle cpu optimization patch for 
different gcc versions

Revision  ChangesPath
1.1535   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1534
retrieving revision 1.1535
diff -u -r1.1534 -r1.1535
--- ChangeLog   11 Feb 2015 04:29:06 -  1.1534
+++ ChangeLog   13 Feb 2015 01:32:01 -  1.1535
@@ -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.1534 2015/02/11 
04:29:06 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1535 2015/02/13 
01:32:01 mpagano Exp $
+
+  13 Feb 2015; Mike Pagano  ChangeLog:
+  Handle cpu optimization patch for different gcc versions
 
   11 Feb 2015; Patrick Lauer  kde4-functions.eclass:
   Fix kde4-functions more better: comparison breaks because 4.4 > 4.14






[gentoo-commits] gentoo-x86 commit in eclass: kernel-2.eclass

2015-02-12 Thread Mike Pagano (mpagano)
mpagano 15/02/13 01:30:51

  Modified: kernel-2.eclass
  Log:
  Handle cpu optimization patch for different gcc versions

Revision  ChangesPath
1.298eclass/kernel-2.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kernel-2.eclass?rev=1.298&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kernel-2.eclass?rev=1.298&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kernel-2.eclass?r1=1.297&r2=1.298

Index: kernel-2.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v
retrieving revision 1.297
retrieving revision 1.298
diff -u -r1.297 -r1.298
--- kernel-2.eclass 28 Nov 2014 17:40:20 -  1.297
+++ kernel-2.eclass 13 Feb 2015 01:30:50 -  1.298
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.297 2014/11/28 
17:40:20 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.298 2015/02/13 
01:30:50 mpagano Exp $
 
 # Description: kernel.eclass rewrite for a clean base regarding the 2.6
 #  series of kernel with back-compatibility for 2.4
@@ -157,6 +157,16 @@
if use experimental ; then
UNIPATCH_LIST_GENPATCHES+=" 
${DISTDIR}/${tarball}"
debug-print "genpatches tarball: $tarball"
+
+   # check gcc version < 4.9.X uses patch 5000 and 
= 4.9.X uses patch 5010 
+   if [[ $(gcc-major-version) -eq 4 ]] && [[ 
$(gcc-minor-version) -ne 9 ]]; then
+   # drop 
5000_enable-additional-cpu-optimizations-for-gcc-4.9.patch
+   UNIPATCH_EXCLUDE+=" 
5010_enable-additional-cpu-optimizations-for-gcc-4.9.patch"
+   else
+   #drop 
5000_enable-additional-cpu-optimizations-for-gcc.patch
+   UNIPATCH_EXCLUDE+=" 
5000_enable-additional-cpu-optimizations-for-gcc.patch"
+   fi
+
fi
else
UNIPATCH_LIST_GENPATCHES+=" ${DISTDIR}/${tarball}"






[gentoo-commits] gentoo-x86 commit in sys-cluster/neutron: neutron-2014.2.9999.ebuild neutron-2014.2.2-r1.ebuild ChangeLog neutron-2014.2.2.ebuild

2015-02-12 Thread Matt Thode (prometheanfire)
prometheanfire15/02/13 00:58:41

  Modified: neutron-2014.2..ebuild ChangeLog
  Added:neutron-2014.2.2-r1.ebuild
  Removed:  neutron-2014.2.2.ebuild
  Log:
  backporting patches from kilo for better usage in juno
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.10 sys-cluster/neutron/neutron-2014.2..ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/neutron-2014.2..ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/neutron-2014.2..ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/neutron-2014.2..ebuild?r1=1.9&r2=1.10

Index: neutron-2014.2..ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2014.2..ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- neutron-2014.2..ebuild  9 Feb 2015 05:06:59 -   1.9
+++ neutron-2014.2..ebuild  13 Feb 2015 00:58:41 -  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/sys-cluster/neutron/neutron-2014.2..ebuild,v 1.9 
2015/02/09 05:06:59 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2014.2..ebuild,v 1.10 
2015/02/13 00:58:41 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -100,6 +100,9 @@
dhcp? ( net-dns/dnsmasq[dhcp-tools] )"
 
 PATCHES=(
+   "${FILESDIR}/0001-Fixes-bug-in-interface-handling-of-ip_lib.py.patch"
+   
"${FILESDIR}/0002-moving-vxlan-module-check-to-sanity-checks-and-makin.patch"
+   
"${FILESDIR}/0003-fixes-error-logging-to-use-the-right-exception-paren.patch"
 )
 
 pkg_setup() {



1.54 sys-cluster/neutron/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   9 Feb 2015 05:06:59 -   1.53
+++ ChangeLog   13 Feb 2015 00:58:41 -  1.54
@@ -1,6 +1,16 @@
 # ChangeLog for sys-cluster/neutron
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v 1.53 
2015/02/09 05:06:59 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v 1.54 
2015/02/13 00:58:41 prometheanfire Exp $
+
+*neutron-2014.2.2-r1 (13 Feb 2015)
+
+  13 Feb 2015; Matthew Thode 
+  +files/0001-Fixes-bug-in-interface-handling-of-ip_lib.py.patch,
+  +files/0002-moving-vxlan-module-check-to-sanity-checks-and-makin.patch,
+  +files/0003-fixes-error-logging-to-use-the-right-exception-paren.patch,
+  +neutron-2014.2.2-r1.ebuild, -neutron-2014.2.2.ebuild,
+  neutron-2014.2..ebuild:
+  backporting patches from kilo for better usage in juno
 
   09 Feb 2015; Matthew Thode 
   neutron-2014.2.2.ebuild, neutron-2014.2..ebuild:



1.1  sys-cluster/neutron/neutron-2014.2.2-r1.ebuild

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

Index: neutron-2014.2.2-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2014.2.2-r1.ebuild,v 1.1 
2015/02/13 00:58:41 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 linux-info user

DESCRIPTION="A virtual network service for Openstack"
HOMEPAGE="https://launchpad.net/neutron";
SRC_URI="http://launchpad.net/${PN}/juno/${PV}/+download/${P}.tar.gz";

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="dhcp doc l3 metadata openvswitch linuxbridge server test sqlite mysql 
postgres"
REQUIRED_USE="|| ( mysql postgres sqlite )"

DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/pbr-0.8[${PYTHON_USEDEP}]
=dev-python/hacking-0.9.2[${PYTHON_USEDEP}]
=dev-python/cliff-1.7.0[${PYTHON_USEDEP}]
>=dev-python/coverage-3.6[${PYTHON_USEDEP}]
>=dev-p

[gentoo-commits] gentoo-x86 commit in sys-cluster/neutron/files: 0002-moving-vxlan-module-check-to-sanity-checks-and-makin.patch 0003-fixes-error-logging-to-use-the-right-exception-paren.patch 0001-Fi

2015-02-12 Thread Matt Thode (prometheanfire)
prometheanfire15/02/13 00:58:41

  Added:   

0002-moving-vxlan-module-check-to-sanity-checks-and-makin.patch

0003-fixes-error-logging-to-use-the-right-exception-paren.patch
0001-Fixes-bug-in-interface-handling-of-ip_lib.py.patch
  Log:
  backporting patches from kilo for better usage in juno
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.1  
sys-cluster/neutron/files/0002-moving-vxlan-module-check-to-sanity-checks-and-makin.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/files/0002-moving-vxlan-module-check-to-sanity-checks-and-makin.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/files/0002-moving-vxlan-module-check-to-sanity-checks-and-makin.patch?rev=1.1&content-type=text/plain

Index: 0002-moving-vxlan-module-check-to-sanity-checks-and-makin.patch
===
>From d6d4b8171908ac08196e7f08395f451168ad19dc Mon Sep 17 00:00:00 2001
From: Matthew Thode 
Date: Wed, 10 Dec 2014 15:12:25 -0600
Subject: [PATCH 2/3] moving vxlan module check to sanity checks and making
 practical

Instead of checking via modinfo (which only checks if a module is
available) this checks actual usage, which is a more reliable way of
testing real world problems.

Change-Id: Ida78652ed50e2cb16fa0ab7194d8468714b99d61
Closes-Bug: 1339197
---
 neutron/cmd/sanity/checks.py   | 10 -
 neutron/cmd/sanity_check.py| 25 --
 .../linuxbridge/agent/linuxbridge_neutron_agent.py | 11 --
 neutron/tests/functional/sanity/test_sanity.py |  5 -
 .../unit/linuxbridge/test_lb_neutron_agent.py  | 24 ++---
 5 files changed, 38 insertions(+), 37 deletions(-)

diff --git a/neutron/cmd/sanity/checks.py b/neutron/cmd/sanity/checks.py
index da37663..4700668 100644
--- a/neutron/cmd/sanity/checks.py
+++ b/neutron/cmd/sanity/checks.py
@@ -25,13 +25,21 @@ from neutron.plugins.openvswitch.common import constants as 
ovs_const
 LOG = logging.getLogger(__name__)
 
 
-def vxlan_supported(root_helper, from_ip='192.0.2.1', to_ip='192.0.2.2'):
+def ovs_vxlan_supported(root_helper, from_ip='192.0.2.1', to_ip='192.0.2.2'):
 name = "vxlantest-" + utils.get_random_string(6)
 with ovs_lib.OVSBridge(name, root_helper) as br:
 port = br.add_tunnel_port(from_ip, to_ip, const.TYPE_VXLAN)
 return port != ovs_lib.INVALID_OFPORT
 
 
+def iproute2_vxlan_supported(root_helper):
+ip = ip_lib.IPWrapper(root_helper)
+name = "vxlantest-" + utils.get_random_string(4)
+port = ip.add_vxlan(name, 3000)
+ip.del_veth(name)
+return name == port.name
+
+
 def patch_supported(root_helper):
 seed = utils.get_random_string(6)
 name = "patchtest-" + seed
diff --git a/neutron/cmd/sanity_check.py b/neutron/cmd/sanity_check.py
index 4b1be1b..90bf792 100644
--- a/neutron/cmd/sanity_check.py
+++ b/neutron/cmd/sanity_check.py
@@ -25,6 +25,13 @@ from oslo.config import cfg
 LOG = logging.getLogger(__name__)
 cfg.CONF.import_group('AGENT', 'neutron.plugins.openvswitch.common.config')
 cfg.CONF.import_group('OVS', 'neutron.plugins.openvswitch.common.config')
+<<< HEAD
+===
+cfg.CONF.import_group('VXLAN', 'neutron.plugins.linuxbridge.common.config')
+cfg.CONF.import_group('ml2', 'neutron.plugins.ml2.config')
+cfg.CONF.import_group('ml2_sriov',
+  'neutron.plugins.ml2.drivers.mech_sriov.mech_driver')
+>>> moving vxlan module check to sanity checks and making practical
 
 
 class BoolOptCallback(cfg.BoolOpt):
@@ -34,7 +41,7 @@ class BoolOptCallback(cfg.BoolOpt):
 
 
 def check_ovs_vxlan():
-result = checks.vxlan_supported(root_helper=cfg.CONF.AGENT.root_helper)
+result = checks.ovs_vxlan_supported(root_helper=cfg.CONF.AGENT.root_helper)
 if not result:
 LOG.error(_('Check for Open vSwitch VXLAN support failed. '
 'Please ensure that the version of openvswitch '
@@ -42,6 +49,15 @@ def check_ovs_vxlan():
 return result
 
 
+def check_iproute2_vxlan():
+result = checks.iproute2_vxlan_supported(
+root_helper=cfg.CONF.AGENT.root_helper)
+if not result:
+LOG.error(_LE('Check for iproute2 VXLAN support failed. Please ensure '
+  'that the iproute2 has VXLAN support.'))
+return result
+
+
 def check_ovs_patch():
 result = checks.patch_supported(root_helper=cfg.CONF.AGENT.root_helper)
 if not result:
@@ -74,7 +90,9 @@ def check_arp_responder():
 # Define CLI opts to test specific features, with a calback for the test
 OPTS = [
 BoolOptCallback('ovs_vxlan', check_ovs_vxlan, default=False,
-help=_('Check for vxlan support')),
+help=_('Check for OVS vxlan s

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

2015-02-12 Thread Andreas HAttel (dilfridge)
dilfridge15/02/13 00:01:04

  Modified: ChangeLog package.use.stable.mask
  Log:
  Mask multilib features of librevenge until zlib goes multilib

Revision  ChangesPath
1.305profiles/arch/amd64/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v
retrieving revision 1.304
retrieving revision 1.305
diff -u -r1.304 -r1.305
--- ChangeLog   11 Feb 2015 22:33:04 -  1.304
+++ ChangeLog   13 Feb 2015 00:01:04 -  1.305
@@ -1,6 +1,10 @@
 # ChangeLog for Gentoo/AMD64 profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.304 
2015/02/11 22:33:04 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.305 
2015/02/13 00:01:04 dilfridge Exp $
+
+  13 Feb 2015; Andreas K. Huettel 
+  package.use.stable.mask:
+  Mask multilib features of librevenge until zlib goes multilib
 
   11 Feb 2015; Michał Górny 
   no-emul-linux-x86/package.use.stable.mask, package.use.stable.mask:



1.120profiles/arch/amd64/package.use.stable.mask

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

Index: package.use.stable.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- package.use.stable.mask 12 Feb 2015 10:56:49 -  1.119
+++ package.use.stable.mask 13 Feb 2015 00:01:04 -  1.120
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v 1.119 
2015/02/12 10:56:49 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v 1.120 
2015/02/13 00:01:04 dilfridge 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
@@ -18,6 +18,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas K. Huettel  (12 Feb 2015)
+# Depends on multilib sys-libs/zlib
+dev-libs/librevenge abi_x86_32
+
 # Tim Harder  (11 Oct 2014)
 # Masked since skype isn't stable
 net-im/bitlbee skype






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

2015-02-12 Thread Andreas HAttel (dilfridge)
dilfridge15/02/12 23:56:21

  Modified: ChangeLog package.use.stable.mask
  Log:
  Stablemask coinmp feature of LibreOffice

Revision  ChangesPath
1.770profiles/base/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.769
retrieving revision 1.770
diff -u -r1.769 -r1.770
--- ChangeLog   11 Feb 2015 03:52:30 -  1.769
+++ ChangeLog   12 Feb 2015 23:56:21 -  1.770
@@ -1,6 +1,10 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.769 2015/02/11 
03:52:30 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.770 2015/02/12 
23:56:21 dilfridge Exp $
+
+  12 Feb 2015; Andreas K. Huettel 
+  package.use.stable.mask:
+  Stablemask coinmp feature of LibreOffice
 
   11 Feb 2015; Andrew Savchenko  package.use.mask:
   Mask cluster code for evaluation and testing.



1.33 profiles/base/package.use.stable.mask

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

Index: package.use.stable.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.use.stable.mask,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- package.use.stable.mask 8 Feb 2015 15:00:18 -   1.32
+++ package.use.stable.mask 12 Feb 2015 23:56:21 -  1.33
@@ -1,10 +1,14 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.stable.mask,v 
1.32 2015/02/08 15:00:18 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.stable.mask,v 
1.33 2015/02/12 23:56:21 dilfridge Exp $
 
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Andreas K. Huettel  (12 Feb 2015)
+# Pulls in way too many unstable sci packages
+app-office/libreoffice coinmp
+
 # Mike Gilbert  (15 Nov 2014)
 # Awaiting PyQt4 stabilization (bug 523322).
 dev-python/pyudev python_targets_python3_4






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

2015-02-12 Thread Johannes Huber
commit: 32f3484548ffc913cdb494f954853e8fb2692ef6
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Feb 12 23:10:13 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Feb 12 23:10:13 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=32f34845

[profiles/package.mask] Mask KDE Frameworks 5.7

---
 profiles/package.mask/kde-frameworks-5.7 | 64 
 1 file changed, 64 insertions(+)

diff --git a/profiles/package.mask/kde-frameworks-5.7 
b/profiles/package.mask/kde-frameworks-5.7
new file mode 100644
index 000..170da5b
--- /dev/null
+++ b/profiles/package.mask/kde-frameworks-5.7
@@ -0,0 +1,64 @@
+# Johannes Huber  (13 Feb 2015)
+# Unreleased. Tarballs just for packagers available.
+~dev-libs/extra-cmake-modules-1.7.0
+~kde-frameworks/attica-5.7.0:5
+~kde-frameworks/frameworkintegration-5.7.0:5
+~kde-frameworks/kactivities-5.7.0:5
+~kde-frameworks/kapidox-5.7.0:5
+~kde-frameworks/karchive-5.7.0:5
+~kde-frameworks/kauth-5.7.0:5
+~kde-frameworks/kbookmarks-5.7.0:5
+~kde-frameworks/kcmutils-5.7.0:5
+~kde-frameworks/kcodecs-5.7.0:5
+~kde-frameworks/kcompletion-5.7.0:5
+~kde-frameworks/kconfig-5.7.0:5
+~kde-frameworks/kconfigwidgets-5.7.0:5
+~kde-frameworks/kcoreaddons-5.7.0:5
+~kde-frameworks/kcrash-5.7.0:5
+~kde-frameworks/kdbusaddons-5.7.0:5
+~kde-frameworks/kdeclarative-5.7.0:5
+~kde-frameworks/kded-5.7.0:5
+~kde-frameworks/kdelibs4support-5.7.0:5
+~kde-frameworks/kdesignerplugin-5.7.0:5
+~kde-frameworks/kdesu-5.7.0:5
+~kde-frameworks/kdewebkit-5.7.0:5
+~kde-frameworks/kdnssd-5.7.0:5
+~kde-frameworks/kdoctools-5.7.0:5
+~kde-frameworks/kemoticons-5.7.0:5
+~kde-frameworks/kglobalaccel-5.7.0:5
+~kde-frameworks/kguiaddons-5.7.0:5
+~kde-frameworks/khtml-5.7.0:5
+~kde-frameworks/ki18n-5.7.0:5
+~kde-frameworks/kiconthemes-5.7.0:5
+~kde-frameworks/kidletime-5.7.0:5
+~kde-frameworks/kimageformats-5.7.0:5
+~kde-frameworks/kinit-5.7.0:5
+~kde-frameworks/kio-5.7.0:5
+~kde-frameworks/kitemmodels-5.7.0:5
+~kde-frameworks/kitemviews-5.7.0:5
+~kde-frameworks/kjobwidgets-5.7.0:5
+~kde-frameworks/kjs-5.7.0:5
+~kde-frameworks/kjsembed-5.7.0:5
+~kde-frameworks/kmediaplayer-5.7.0:5
+~kde-frameworks/knewstuff-5.7.0:5
+~kde-frameworks/knotifications-5.7.0:5
+~kde-frameworks/knotifyconfig-5.7.0:5
+~kde-frameworks/kpackage-5.7.0:5
+~kde-frameworks/kparts-5.7.0:5
+~kde-frameworks/kplotting-5.7.0:5
+~kde-frameworks/kpty-5.7.0:5
+~kde-frameworks/kross-5.7.0:5
+~kde-frameworks/krunner-5.7.0:5
+~kde-frameworks/kservice-5.7.0:5
+~kde-frameworks/ktexteditor-5.7.0:5
+~kde-frameworks/ktextwidgets-5.7.0:5
+~kde-frameworks/kunitconversion-5.7.0:5
+~kde-frameworks/kwallet-5.7.0:5
+~kde-frameworks/kwidgetsaddons-5.7.0:5
+~kde-frameworks/kwindowsystem-5.7.0:5
+~kde-frameworks/kxmlgui-5.7.0:5
+~kde-frameworks/networkmanager-qt-5.7.0:5
+~kde-frameworks/plasma-5.7.0:5
+~kde-frameworks/solid-5.7.0:5
+~kde-frameworks/sonnet-5.7.0:5
+~kde-frameworks/threadweaver-5.7.0:5



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

2015-02-12 Thread Johannes Huber
commit: 881ed3c0c8dcd1e1d2299b93b9a4272d1d22ad78
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Feb 12 23:28:22 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Feb 12 23:28:22 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=881ed3c0

Update travis portage version

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index d95867b..5cdb931 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ language: python
 python:
 - pypy
 env:
-- PORTAGE_VER="2.2.15"
+- PORTAGE_VER="2.2.17"
 before_script:
 - mkdir travis-overlay
 - mv !(travis-overlay) travis-overlay/



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

2015-02-12 Thread Johannes Huber
commit: 172cb0316b0cc50470a1277d55ab25c1633399ee
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Feb 12 23:05:55 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Feb 12 23:05:55 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=172cb031

[Documentation] Add KDE Frameworks 5.7

---
 Documentation/maintainers/regenerate-files |  2 +-
 .../.kde-frameworks-5.7/_HEADER_   |  2 +
 .../.kde-frameworks-5.7/kde-frameworks-5.7 |  1 +
 .../.kde-frameworks-5.7/more-deps  | 21 ++
 .../kde-frameworks-5.7.keywords| 85 ++
 Documentation/package.mask/kde-frameworks-5.7  | 64 
 .../package.unmask/.kde-frameworks-5.7/_HEADER_|  2 +
 .../.kde-frameworks-5.7/kde-frameworks-5.7 |  1 +
 Documentation/package.unmask/kde-frameworks-5.7| 64 
 9 files changed, 241 insertions(+), 1 deletion(-)

diff --git a/Documentation/maintainers/regenerate-files 
b/Documentation/maintainers/regenerate-files
index 6639688..5e9a4b9 100755
--- a/Documentation/maintainers/regenerate-files
+++ b/Documentation/maintainers/regenerate-files
@@ -12,7 +12,7 @@ HEADER="# Autogenerated by ${SCRIPT}, DO NOT EDIT."
 KDE_RELEASES="4.11 4.12 4.14"
 RELEASE=${RELEASE:-4.12} # current stable
 
-KF_RELEASES="5.6"
+KF_RELEASES="5.6 5.7"
 KF_RELEASE=${KF_RELEASE:-5.6}
 
 PLASMA_RELEASES="5.2"

diff --git a/Documentation/package.accept_keywords/.kde-frameworks-5.7/_HEADER_ 
b/Documentation/package.accept_keywords/.kde-frameworks-5.7/_HEADER_
new file mode 100644
index 000..a38b2a0
--- /dev/null
+++ b/Documentation/package.accept_keywords/.kde-frameworks-5.7/_HEADER_
@@ -0,0 +1,2 @@
+# You can use this file to keyword/unkeyword the KDE Frameworks 5.7 release.
+# Edit Documentation/package.keywords/.kde-frameworks-5.7/ files instead.

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.7/kde-frameworks-5.7 
b/Documentation/package.accept_keywords/.kde-frameworks-5.7/kde-frameworks-5.7
new file mode 12
index 000..e4b859f
--- /dev/null
+++ 
b/Documentation/package.accept_keywords/.kde-frameworks-5.7/kde-frameworks-5.7
@@ -0,0 +1 @@
+../../../sets/kde-frameworks-5.7
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.7/more-deps 
b/Documentation/package.accept_keywords/.kde-frameworks-5.7/more-deps
new file mode 100644
index 000..159c901
--- /dev/null
+++ b/Documentation/package.accept_keywords/.kde-frameworks-5.7/more-deps
@@ -0,0 +1,21 @@
+>=dev-libs/extra-cmake-modules-1.7.0
+>=kde-frameworks/kf-env-3
+>=dev-qt/designer-5.4.0:5
+>=dev-qt/qtconcurrent-5.4.0:5
+>=dev-qt/linguist-tools-5.4.0:5
+>=dev-qt/qtcore-5.4.0:5
+>=dev-qt/qtdbus-5.4.0:5
+>=dev-qt/qtdeclarative-5.4.0:5
+>=dev-qt/qtgui-5.4.0:5
+>=dev-qt/qtnetwork-5.4.0:5
+>=dev-qt/qtprintsupport-5.4.0:5
+>=dev-qt/qtquick1-5.4.0:5
+>=dev-qt/qtquickcontrols-5.4.0:5
+>=dev-qt/qtscript-5.4.0:5
+>=dev-qt/qtsql-5.4.0:5
+>=dev-qt/qtsvg-5.4.0:5
+>=dev-qt/qttest-5.4.0:5
+>=dev-qt/qtwebkit-5.4.0:5
+>=dev-qt/qtwidgets-5.4.0:5
+>=dev-qt/qtxml-5.4.0:5
+>=dev-qt/qtx11extras-5.4.0:5

diff --git a/Documentation/package.accept_keywords/kde-frameworks-5.7.keywords 
b/Documentation/package.accept_keywords/kde-frameworks-5.7.keywords
new file mode 100644
index 000..235c9f5
--- /dev/null
+++ b/Documentation/package.accept_keywords/kde-frameworks-5.7.keywords
@@ -0,0 +1,85 @@
+# Autogenerated by regenerate-files, DO NOT EDIT.
+# You can use this file to keyword/unkeyword the KDE Frameworks 5.7 release.
+# Edit Documentation/package.keywords/.kde-frameworks-5.7/ files instead.
+=dev-libs/extra-cmake-modules-1.7.0
+>=kde-frameworks/kf-env-3
+>=dev-qt/designer-5.4.0:5
+>=dev-qt/qtconcurrent-5.4.0:5
+>=dev-qt/linguist-tools-5.4.0:5
+>=dev-qt/qtcore-5.4.0:5
+>=dev-qt/qtdbus-5.4.0:5
+>=dev-qt/qtdeclarative-5.4.0:5
+>=dev-qt/qtgui-5.4.0:5
+>=dev-qt/qtnetwork-5.4.0:5
+>=dev-qt/qtprintsupport-5.4.0:5
+>=dev-qt/qtquick1-5.4.0:5
+>=dev-qt/qtquickcontrols-5.4.0:5
+>=dev-qt/qtscript-5.4.0:5
+>=dev-qt/qtsql-5.4.0:5
+>=dev-qt/qtsvg-5.4.0:5
+>=dev-qt/qttest-5.4.0:5
+>=dev-qt/qtwebkit-5.4.0:5
+>=dev-qt/qtwidgets-5.4.0:5
+>=dev-qt/qtxml-5.4.0:5
+>=dev-qt/qtx11extras-5.4.0:5

diff --git a/Documentation/package.mask/kde-frameworks-5.7 
b/Documentation/package.mask/kde-frameworks-5.7
new file mode 100644
index 000..d2cea52
--- /dev/null
+++ b/Documentation/package.mask/kde-frameworks-5.7
@@ -0,0 +1,64 @@
+# Autogenerated by regenerate-files, DO NOT EDIT.
+# You can use this file to unmask the KDE Frameworks 5.7 release.
+# Edit Documentation/package.unmask/.kde-frameworks-5.7/ files instead.
+>=kde-frameworks/attica-5.7:5
+>=kde-frameworks/frameworkintegration-5.7:5
+>=kde-frameworks/kactivities-5.7:5
+>=kde-frameworks/kapidox-5.7:5
+>=kde-frameworks/karchive-5.7:5
+>=kde-frameworks/kauth-5.7:5
+>=kde-frameworks/kbookmarks-5.7:5
+>=kde-frameworks/kcmutils-5.7:5
+>=kde-

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

2015-02-12 Thread Johannes Huber
commit: ae7df6caaa381eabc5176840998494a88c103451
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Feb 12 22:58:17 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Feb 12 22:58:17 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ae7df6ca

[sets] Add kde-frameworks-5.7

---
 sets/kde-frameworks-5.7 | 61 +
 1 file changed, 61 insertions(+)

diff --git a/sets/kde-frameworks-5.7 b/sets/kde-frameworks-5.7
new file mode 100644
index 000..ea66edc
--- /dev/null
+++ b/sets/kde-frameworks-5.7
@@ -0,0 +1,61 @@
+

[gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/

2015-02-12 Thread Johannes Huber
commit: f894b53b5a89157b1a880e2ff5e3cae70192f6fe
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Feb 12 23:24:11 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Feb 12 23:24:11 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f894b53b

[dev-libs/extra-cmake-modules] Version bump

Package-Manager: portage-2.2.17

---
 .../extra-cmake-modules-1.7.0.ebuild   | 46 ++
 1 file changed, 46 insertions(+)

diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.7.0.ebuild 
b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.7.0.ebuild
new file mode 100644
index 000..87f9c08
--- /dev/null
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.7.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit versionator cmake-utils python-any-r1
+
+FRAMEWORKS_DIR=5.$(get_version_component_range 2)
+
+DESCRIPTION="Extra modules and scripts for CMake"
+HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules";
+SRC_URI="mirror://kde/stable/frameworks/${FRAMEWORKS_DIR}/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+DEPEND="
+   app-arch/xz-utils
+   >=dev-util/cmake-2.8.12
+   doc? (
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
+   )
+"
+
+python_check_deps() {
+   has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   use doc && python-any-r1_pkg_setup
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_build doc HTML_DOCS)
+   $(cmake-utils_use_build doc MAN_DOCS)
+   )
+
+   cmake-utils_src_configure
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdnssd/, kde-frameworks/kinit/, kde-frameworks/kapidox/, ...

2015-02-12 Thread Johannes Huber
commit: 74cf90d72c987595220a73bdf0c26fe7ffe63417
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Feb 12 23:26:14 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Feb 12 23:26:14 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=74cf90d7

[kde-frameworks] Add KDE Frameworks 5.7

Package-Manager: portage-2.2.17

---
 kde-frameworks/attica/attica-5.7.0.ebuild  | 17 +
 .../frameworkintegration-5.7.0.ebuild  | 47 
 .../kactivities/kactivities-5.7.0.ebuild   | 36 ++
 kde-frameworks/kapidox/kapidox-5.7.0.ebuild| 26 +++
 kde-frameworks/karchive/karchive-5.7.0.ebuild  | 28 
 kde-frameworks/kauth/kauth-5.7.0.ebuild| 33 +
 kde-frameworks/kbookmarks/kbookmarks-5.7.0.ebuild  | 30 
 kde-frameworks/kcmutils/kcmutils-5.7.0.ebuild  | 30 
 kde-frameworks/kcodecs/kcodecs-5.7.0.ebuild| 14 
 .../kcompletion/kcompletion-5.7.0.ebuild   | 22 ++
 kde-frameworks/kconfig/kconfig-5.7.0.ebuild| 24 +++
 .../kconfigwidgets/kconfigwidgets-5.7.0.ebuild | 30 
 .../kcoreaddons/kcoreaddons-5.7.0.ebuild   | 41 +++
 kde-frameworks/kcrash/kcrash-5.7.0.ebuild  | 39 ++
 .../kdbusaddons/kdbusaddons-5.7.0.ebuild   | 29 
 .../kdeclarative/kdeclarative-5.7.0.ebuild | 29 
 kde-frameworks/kded/kded-5.7.0.ebuild  | 28 
 .../kdelibs4support/kdelibs4support-5.7.0.ebuild   | 78 
 .../kdesignerplugin/kdesignerplugin-5.7.0.ebuild   | 54 ++
 kde-frameworks/kdesu/kdesu-5.7.0.ebuild| 33 +
 kde-frameworks/kdewebkit/kdewebkit-5.7.0.ebuild| 30 
 kde-frameworks/kdnssd/kdnssd-5.7.0.ebuild  | 32 +
 kde-frameworks/kdoctools/kdoctools-5.7.0.ebuild| 21 ++
 kde-frameworks/kemoticons/kemoticons-5.7.0.ebuild  | 26 +++
 .../kglobalaccel/kglobalaccel-5.7.0.ebuild | 43 +++
 kde-frameworks/kguiaddons/kguiaddons-5.7.0.ebuild  | 23 ++
 kde-frameworks/khtml/khtml-5.7.0.ebuild| 66 +
 kde-frameworks/ki18n/ki18n-5.7.0.ebuild| 20 ++
 .../kiconthemes/kiconthemes-5.7.0.ebuild   | 27 +++
 kde-frameworks/kidletime/kidletime-5.7.0.ebuild| 24 +++
 .../kimageformats/kimageformats-5.7.0.ebuild   | 34 +
 kde-frameworks/kinit/kinit-5.7.0.ebuild| 38 ++
 kde-frameworks/kio/kio-5.7.0.ebuild| 84 ++
 .../kitemmodels/kitemmodels-5.7.0.ebuild   | 15 
 kde-frameworks/kitemviews/kitemviews-5.7.0.ebuild  | 21 ++
 .../kjobwidgets/kjobwidgets-5.7.0.ebuild   | 36 ++
 kde-frameworks/kjs/kjs-5.7.0.ebuild| 21 ++
 kde-frameworks/kjsembed/kjsembed-5.7.0.ebuild  | 26 +++
 .../kmediaplayer/kmediaplayer-5.7.0.ebuild | 21 ++
 kde-frameworks/knewstuff/knewstuff-5.7.0.ebuild| 32 +
 .../knotifications/knotifications-5.7.0.ebuild | 45 
 .../knotifyconfig/knotifyconfig-5.7.0.ebuild   | 26 +++
 kde-frameworks/kpackage/kpackage-5.7.0.ebuild  | 22 ++
 kde-frameworks/kparts/kparts-5.7.0.ebuild  | 31 
 kde-frameworks/kplotting/kplotting-5.7.0.ebuild| 19 +
 kde-frameworks/kpty/kpty-5.7.0.ebuild  | 19 +
 kde-frameworks/kross/kross-5.7.0.ebuild| 33 +
 kde-frameworks/krunner/krunner-5.7.0.ebuild| 28 
 kde-frameworks/kservice/kservice-5.7.0.ebuild  | 29 
 .../ktexteditor/ktexteditor-5.7.0.ebuild   | 53 ++
 .../ktextwidgets/ktextwidgets-5.7.0.ebuild | 30 
 .../kunitconversion/kunitconversion-5.7.0.ebuild   | 19 +
 kde-frameworks/kwallet/kwallet-5.7.0.ebuild| 29 
 .../kwidgetsaddons/kwidgetsaddons-5.7.0.ebuild | 21 ++
 .../kwindowsystem/kwindowsystem-5.7.0.ebuild   | 41 +++
 kde-frameworks/kxmlgui/kxmlgui-5.7.0.ebuild| 42 +++
 .../networkmanager-qt-5.7.0.ebuild | 27 +++
 kde-frameworks/plasma/plasma-5.7.0.ebuild  | 71 ++
 kde-frameworks/solid/solid-5.7.0.ebuild| 32 +
 kde-frameworks/sonnet/sonnet-5.7.0.ebuild  | 31 
 .../threadweaver/threadweaver-5.7.0.ebuild | 17 +
 61 files changed, 1973 insertions(+)

diff --git a/kde-frameworks/attica/attica-5.7.0.ebuild 
b/kde-frameworks/attica/attica-5.7.0.ebuild
new file mode 100644
index 000..12876ad
--- /dev/null
+++ b/kde-frameworks/attica/attica-5.7.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5
+
+DESCRIPTION="Framework providing access to Open Collaboration Services"
+LICENSE="LGPL-2.1+"
+KEYWORDS=" ~amd64 ~x86"
+IUSE=""
+
+RDEPE

[gentoo-commits] proj/kde:master commit in: app-cdr/k3b/

2015-02-12 Thread Johannes Huber
commit: cffd39fd7c6c123da42874c64464afabbe8c6b87
Author: Karol Herbst  karolherbst  de>
AuthorDate: Thu Feb 12 14:22:19 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Feb 12 22:42:55 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cffd39fd

[app-cdr/k3b] fix failing patch

Package-Manager: portage-2.2.17

---
 app-cdr/k3b/k3b-5..ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/app-cdr/k3b/k3b-5..ebuild b/app-cdr/k3b/k3b-5..ebuild
index 522967e..8e6423a 100644
--- a/app-cdr/k3b/k3b-5..ebuild
+++ b/app-cdr/k3b/k3b-5..ebuild
@@ -82,7 +82,11 @@ REQUIRED_USE="
sox? ( encode )
 "
 
-PATCHES=( "${FILESDIR}/${PN}-5.-tests-optional.patch" )
+src_prepare() {
+   # we have to patch first, because some doc sed magic in kde5.eclass 
will make the patch invalid
+   epatch "${FILESDIR}/${PN}-5.-tests-optional.patch"
+   kde5_src_prepare
+}
 
 src_configure() {
local mycmakeargs=(



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/, kde-plasma/plasma-workspace/files/

2015-02-12 Thread Johannes Huber
commit: 09ece6632aeff85eb016bb405fabed193d26c809
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu Feb 12 22:16:24 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Feb 12 22:18:10 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=09ece663

[kde-plasma/plasma-workspace] Depend on kde-frameworks/kxmlrpcclient

...and fix tests-optional patch.

Package-Manager: portage-2.2.17

---
 .../files/plasma-workspace--tests-optional.patch  | 15 ---
 kde-plasma/plasma-workspace/plasma-workspace-.ebuild  |  1 +
 2 files changed, 1 insertion(+), 15 deletions(-)

diff --git 
a/kde-plasma/plasma-workspace/files/plasma-workspace--tests-optional.patch 
b/kde-plasma/plasma-workspace/files/plasma-workspace--tests-optional.patch
index 79285e5..11606f7 100644
--- 
a/kde-plasma/plasma-workspace/files/plasma-workspace--tests-optional.patch
+++ 
b/kde-plasma/plasma-workspace/files/plasma-workspace--tests-optional.patch
@@ -9,18 +9,3 @@
  find_package(ECM 0.0.11 REQUIRED NO_MODULE)
  set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
  
 a/drkonqi/internalkxmlrpcclient/CMakeLists.txt 2015-01-20 
23:55:55.857657633 +0100
-+++ b/drkonqi/internalkxmlrpcclient/CMakeLists.txt 2015-01-21 
00:05:27.684341452 +0100
-@@ -33,7 +33,11 @@
- 
- ### Targets ###
- add_subdirectory(src)
--add_subdirectory(autotests)
-+
-+if(BUILD_TESTING)
-+  find_package(Qt5Test ${QT_MIN_VERSION} CONFIG REQUIRED)
-+  add_subdirectory(autotests)
-+endif()
- 
- ### CMake Config Files ###
- set(CMAKECONFIG_INSTALL_DIR 
"${CMAKECONFIG_INSTALL_PREFIX}/KF5XmlRpcClientPrivate")

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-.ebuild
index 4f3bdea..8dff4dc 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-.ebuild
@@ -53,6 +53,7 @@ COMMON_DEPEND="
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep kxmlrpcclient)
$(add_frameworks_dep plasma)
$(add_frameworks_dep solid)
dev-libs/wayland



[gentoo-commits] proj/kde:master commit in: profiles/updates/, kde-frameworks/kxmlrpcclient/, sets/, kde-apps/kxmlrpcclient/, ...

2015-02-12 Thread Johannes Huber
commit: b95fe5b6c39c03dbe1eafc466ca93c72c1f5d1de
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu Feb 12 22:11:54 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Feb 12 22:12:37 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b95fe5b6

Pkg move kde-apps/kxmlrpcclient -> kde-frameworks/kxmlrpcclient

Package-Manager: portage-2.2.17

---
 kde-apps/kblog/kblog-.ebuild | 2 +-
 {kde-apps => kde-frameworks}/kxmlrpcclient/kxmlrpcclient-.ebuild | 2 +-
 {kde-apps => kde-frameworks}/kxmlrpcclient/metadata.xml  | 0
 profiles/updates/1Q-2015 | 1 +
 sets/kde-frameworks-live | 1 +
 5 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kblog/kblog-.ebuild b/kde-apps/kblog/kblog-.ebuild
index f27acb0..1ae6efa 100644
--- a/kde-apps/kblog/kblog-.ebuild
+++ b/kde-apps/kblog/kblog-.ebuild
@@ -15,12 +15,12 @@ IUSE=""
 
 RDEPEND="
$(add_kdeapps_dep kcalcore)
-   $(add_kdeapps_dep kxmlrpcclient)
$(add_kdeapps_dep syndication)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
+   $(add_frameworks_dep kxmlrpcclient)
dev-qt/qtxml:5
 "
 DEPEND="${RDEPEND}"

diff --git a/kde-apps/kxmlrpcclient/kxmlrpcclient-.ebuild 
b/kde-frameworks/kxmlrpcclient/kxmlrpcclient-.ebuild
similarity index 81%
rename from kde-apps/kxmlrpcclient/kxmlrpcclient-.ebuild
rename to kde-frameworks/kxmlrpcclient/kxmlrpcclient-.ebuild
index 81a66e1..986be7d 100644
--- a/kde-apps/kxmlrpcclient/kxmlrpcclient-.ebuild
+++ b/kde-frameworks/kxmlrpcclient/kxmlrpcclient-.ebuild
@@ -8,7 +8,7 @@ KDE_DOXYGEN="true"
 KDE_TEST="true"
 inherit kde5
 
-DESCRIPTION="Library providing client-side support for the XML-RPC protocol"
+DESCRIPTION="Framework providing client-side support for the XML-RPC protocol"
 LICENSE="LGPL-2+"
 KEYWORDS=""
 IUSE=""

diff --git a/kde-apps/kxmlrpcclient/metadata.xml 
b/kde-frameworks/kxmlrpcclient/metadata.xml
similarity index 100%
rename from kde-apps/kxmlrpcclient/metadata.xml
rename to kde-frameworks/kxmlrpcclient/metadata.xml

diff --git a/profiles/updates/1Q-2015 b/profiles/updates/1Q-2015
index e9657e2..e6dc6a1 100644
--- a/profiles/updates/1Q-2015
+++ b/profiles/updates/1Q-2015
@@ -1 +1,2 @@
 move net-libs/libkpeople net-libs/kpeople
+move kde-apps/kxmlrpcclient kde-frameworks/kxmlrpcclient

diff --git a/sets/kde-frameworks-live b/sets/kde-frameworks-live
index a6aadae..d6e57a1 100644
--- a/sets/kde-frameworks-live
+++ b/sets/kde-frameworks-live
@@ -54,6 +54,7 @@
 ~kde-frameworks/kwidgetsaddons-
 ~kde-frameworks/kwindowsystem-
 ~kde-frameworks/kxmlgui-
+~kde-frameworks/kxmlrpcclient-
 ~kde-frameworks/networkmanager-qt-
 ~kde-frameworks/plasma-
 ~kde-frameworks/solid-



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

2015-02-12 Thread Johannes Huber
commit: 8e54cf40c81e92f42462526f42fc303045dc5722
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu Feb 12 22:13:48 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Feb 12 22:13:48 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8e54cf40

[Documentation] Regenerate files

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

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-live
 
b/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-live
index 989cbd8..53fc6f3 100644
--- 
a/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-live
+++ 
b/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-live
@@ -54,6 +54,7 @@
 ~kde-frameworks/kwidgetsaddons- **
 ~kde-frameworks/kwindowsystem- **
 ~kde-frameworks/kxmlgui- **
+~kde-frameworks/kxmlrpcclient- **
 ~kde-frameworks/networkmanager-qt- **
 ~kde-frameworks/plasma- **
 ~kde-frameworks/solid- **

diff --git a/Documentation/package.accept_keywords/kde-frameworks-live.keywords 
b/Documentation/package.accept_keywords/kde-frameworks-live.keywords
index 932ff4c..c326717 100644
--- a/Documentation/package.accept_keywords/kde-frameworks-live.keywords
+++ b/Documentation/package.accept_keywords/kde-frameworks-live.keywords
@@ -57,6 +57,7 @@
 ~kde-frameworks/kwidgetsaddons- **
 ~kde-frameworks/kwindowsystem- **
 ~kde-frameworks/kxmlgui- **
+~kde-frameworks/kxmlrpcclient- **
 ~kde-frameworks/networkmanager-qt- **
 ~kde-frameworks/plasma- **
 ~kde-frameworks/solid- **

diff --git a/Documentation/package.mask/kde-frameworks-live 
b/Documentation/package.mask/kde-frameworks-live
index b856ce0..3ee138c 100644
--- a/Documentation/package.mask/kde-frameworks-live
+++ b/Documentation/package.mask/kde-frameworks-live
@@ -57,6 +57,7 @@
 ~kde-frameworks/kwidgetsaddons-
 ~kde-frameworks/kwindowsystem-
 ~kde-frameworks/kxmlgui-
+~kde-frameworks/kxmlrpcclient-
 ~kde-frameworks/networkmanager-qt-
 ~kde-frameworks/plasma-
 ~kde-frameworks/solid-

diff --git a/Documentation/package.unmask/kde-frameworks-live 
b/Documentation/package.unmask/kde-frameworks-live
index b856ce0..3ee138c 100644
--- a/Documentation/package.unmask/kde-frameworks-live
+++ b/Documentation/package.unmask/kde-frameworks-live
@@ -57,6 +57,7 @@
 ~kde-frameworks/kwidgetsaddons-
 ~kde-frameworks/kwindowsystem-
 ~kde-frameworks/kxmlgui-
+~kde-frameworks/kxmlrpcclient-
 ~kde-frameworks/networkmanager-qt-
 ~kde-frameworks/plasma-
 ~kde-frameworks/solid-



[gentoo-commits] gentoo-x86 commit in net-libs/libkpeople: libkpeople-0.2.2.ebuild libkpeople-0.3.0.ebuild ChangeLog

2015-02-12 Thread Johannes Huber (johu)
johu15/02/12 22:06:09

  Modified: libkpeople-0.2.2.ebuild libkpeople-0.3.0.ebuild
ChangeLog
  Log:
  Update HOMEPAGE
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
F3CFD2BD)

Revision  ChangesPath
1.2  net-libs/libkpeople/libkpeople-0.2.2.ebuild

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

Index: libkpeople-0.2.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libkpeople/libkpeople-0.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libkpeople-0.2.2.ebuild 26 Apr 2014 00:28:58 -  1.1
+++ libkpeople-0.2.2.ebuild 12 Feb 2015 22:06:09 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libkpeople/libkpeople-0.2.2.ebuild,v 1.1 
2014/04/26 00:28:58 johu Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libkpeople/libkpeople-0.2.2.ebuild,v 1.2 
2015/02/12 22:06:09 johu Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 fi
 
 DESCRIPTION="KDE contact person abstraction library"
-HOMEPAGE="https://projects.kde.org/projects/playground/network/libkpeople";
+HOMEPAGE="https://projects.kde.org/projects/playground/network/kpeople";
 
 LICENSE="LGPL-2.1"
 SLOT="4"



1.2  net-libs/libkpeople/libkpeople-0.3.0.ebuild

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

Index: libkpeople-0.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libkpeople/libkpeople-0.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libkpeople-0.3.0.ebuild 16 Sep 2014 17:03:24 -  1.1
+++ libkpeople-0.3.0.ebuild 12 Feb 2015 22:06:09 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libkpeople/libkpeople-0.3.0.ebuild,v 1.1 
2014/09/16 17:03:24 johu Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libkpeople/libkpeople-0.3.0.ebuild,v 1.2 
2015/02/12 22:06:09 johu Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 fi
 
 DESCRIPTION="KDE contact person abstraction library"
-HOMEPAGE="https://projects.kde.org/projects/playground/network/libkpeople";
+HOMEPAGE="https://projects.kde.org/projects/playground/network/kpeople";
 
 LICENSE="LGPL-2.1"
 SLOT="4/4"



1.9  net-libs/libkpeople/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libkpeople/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   16 Sep 2014 17:03:24 -  1.8
+++ ChangeLog   12 Feb 2015 22:06:09 -  1.9
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/libkpeople
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libkpeople/ChangeLog,v 1.8 
2014/09/16 17:03:24 johu Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libkpeople/ChangeLog,v 1.9 
2015/02/12 22:06:09 johu Exp $
+
+  12 Feb 2015; Johannes Huber  libkpeople-0.2.2.ebuild,
+  libkpeople-0.3.0.ebuild:
+  Update HOMEPAGE
 
 *libkpeople-0.3.0 (16 Sep 2014)
 






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

2015-02-12 Thread Johannes Huber
commit: c61f5ed7123a34dfc864cbe072436d47a7d7072a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Feb 12 21:49:30 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Feb 12 21:49:30 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c61f5ed7

Travis irc notification

---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 8fee0ed..d95867b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,4 +30,6 @@ before_script:
 - cd travis-overlay
 script:
 - ./../spinner.sh "./../portage-${PORTAGE_VER}/bin/repoman full -d"
+notifications:
+  irc: "chat.freenode.net#gentoo-kde"
 # You can append own scripts after this line



[gentoo-commits] proj/kde:master commit in: net-libs/kpeople/, net-im/ktp-text-ui/, profiles/updates/, net-libs/libkpeople/, ...

2015-02-12 Thread Johannes Huber
commit: c70969ad80cab48be5c5369c26f3605e5400ad81
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Feb 12 21:38:53 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Feb 12 21:38:53 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c70969ad

Pkg move net-libs/libkpeople -> net-libs/kpeople

---
 net-im/ktp-common-internals/ktp-common-internals-4..ebuild  | 2 +-
 net-im/ktp-common-internals/ktp-common-internals-.ebuild| 2 +-
 net-im/ktp-text-ui/ktp-text-ui-4..ebuild| 2 +-
 net-im/ktp-text-ui/ktp-text-ui-.ebuild  | 2 +-
 .../libkpeople-0.3..ebuild => kpeople/kpeople-0.3..ebuild}  | 2 +-
 .../{libkpeople/libkpeople-.ebuild => kpeople/kpeople-.ebuild}  | 2 +-
 net-libs/{libkpeople => kpeople}/metadata.xml   | 0
 profiles/updates/1Q-2015| 1 +
 8 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/net-im/ktp-common-internals/ktp-common-internals-4..ebuild 
b/net-im/ktp-common-internals/ktp-common-internals-4..ebuild
index 2656d3b..2805354 100644
--- a/net-im/ktp-common-internals/ktp-common-internals-4..ebuild
+++ b/net-im/ktp-common-internals/ktp-common-internals-4..ebuild
@@ -32,7 +32,7 @@ DEPEND="
)
semantic-desktop? (
$(add_kdebase_dep kdepimlibs)
-   >=net-libs/libkpeople-0.3.0:=
+   || ( >=net-libs/libkpeople-0.3.0:= >=net-libs/kpeople-0.3.0:= )
)
 "
 RDEPEND="${DEPEND}"

diff --git a/net-im/ktp-common-internals/ktp-common-internals-.ebuild 
b/net-im/ktp-common-internals/ktp-common-internals-.ebuild
index 476fb25..33ba858 100644
--- a/net-im/ktp-common-internals/ktp-common-internals-.ebuild
+++ b/net-im/ktp-common-internals/ktp-common-internals-.ebuild
@@ -20,7 +20,7 @@ LICENSE="LGPL-2.1"
 SLOT="5"
 IUSE="doc otr"
 
-# todo: libkpeople, kdepimlibs
+# todo: kpeople, kdepimlibs
 DEPEND="
$(add_frameworks_dep kcmutils)
$(add_frameworks_dep kconfig)

diff --git a/net-im/ktp-text-ui/ktp-text-ui-4..ebuild 
b/net-im/ktp-text-ui/ktp-text-ui-4..ebuild
index 5195ec3..36c63f7 100644
--- a/net-im/ktp-text-ui/ktp-text-ui-4..ebuild
+++ b/net-im/ktp-text-ui/ktp-text-ui-4..ebuild
@@ -28,7 +28,7 @@ DEPEND="
>=net-libs/telepathy-logger-qt-0.8
semantic-desktop? (
$(add_kdebase_dep kdepimlibs)
-   >=net-libs/libkpeople-0.3.0:=
+   || ( >=net-libs/libkpeople-0.3.0:= >=net-libs/kpeople-0.3.0:= )
)
 "
 RDEPEND="${DEPEND}

diff --git a/net-im/ktp-text-ui/ktp-text-ui-.ebuild 
b/net-im/ktp-text-ui/ktp-text-ui-.ebuild
index ccb5b77..a5e7995 100644
--- a/net-im/ktp-text-ui/ktp-text-ui-.ebuild
+++ b/net-im/ktp-text-ui/ktp-text-ui-.ebuild
@@ -40,7 +40,7 @@ DEPEND="
dev-qt/qtwidgets:5
dev-qt/qtxml:5
net-im/ktp-common-internals:5
-   net-libs/libkpeople:5
+   net-libs/kpeople:5
net-libs/telepathy-qt[qt5]
 "
 RDEPEND="${DEPEND}

diff --git a/net-libs/libkpeople/libkpeople-0.3..ebuild 
b/net-libs/kpeople/kpeople-0.3..ebuild
similarity index 91%
rename from net-libs/libkpeople/libkpeople-0.3..ebuild
rename to net-libs/kpeople/kpeople-0.3..ebuild
index c0ec08a..9f7a07c 100644
--- a/net-libs/libkpeople/libkpeople-0.3..ebuild
+++ b/net-libs/kpeople/kpeople-0.3..ebuild
@@ -17,7 +17,7 @@ else
 fi
 
 DESCRIPTION="KDE contact person abstraction library"
-HOMEPAGE="https://projects.kde.org/projects/playground/network/libkpeople";
+HOMEPAGE="https://projects.kde.org/projects/playground/network/kpeople";
 
 LICENSE="LGPL-2.1"
 SLOT="4/4"

diff --git a/net-libs/libkpeople/libkpeople-.ebuild 
b/net-libs/kpeople/kpeople-.ebuild
similarity index 90%
rename from net-libs/libkpeople/libkpeople-.ebuild
rename to net-libs/kpeople/kpeople-.ebuild
index a9bdd70..80fd6a9 100644
--- a/net-libs/libkpeople/libkpeople-.ebuild
+++ b/net-libs/kpeople/kpeople-.ebuild
@@ -7,7 +7,7 @@ EAPI=5
 inherit kde5
 
 DESCRIPTION="KDE contact person abstraction library"
-HOMEPAGE="https://projects.kde.org/projects/playground/network/libkpeople";
+HOMEPAGE="https://projects.kde.org/projects/playground/network/kpeople";
 
 LICENSE="LGPL-2.1"
 KEYWORDS=""

diff --git a/net-libs/libkpeople/metadata.xml b/net-libs/kpeople/metadata.xml
similarity index 100%
rename from net-libs/libkpeople/metadata.xml
rename to net-libs/kpeople/metadata.xml

diff --git a/profiles/updates/1Q-2015 b/profiles/updates/1Q-2015
new file mode 100644
index 000..e9657e2
--- /dev/null
+++ b/profiles/updates/1Q-2015
@@ -0,0 +1 @@
+move net-libs/libkpeople net-libs/kpeople



[gentoo-commits] dev/axs:master commit in: media-gfx/Slic3r-bin/, media-gfx/Slic3r/, media-gfx/Slic3r/files/

2015-02-12 Thread Ian Stakenvicius
commit: 6fab23c5f1c93060e7ef11490476664edff29465
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Thu Feb 12 21:39:36 2015 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Thu Feb 12 21:39:36 2015 +
URL:http://sources.gentoo.org/gitweb/?p=dev/axs.git;a=commit;h=6fab23c5

fixed paths issue with Slic3r icons and permissions with Slic3r-bin's binary

---
 media-gfx/Slic3r-bin/Manifest   |  2 +-
 media-gfx/Slic3r-bin/Slic3r-bin-1.2.6.ebuild|  2 ++
 media-gfx/Slic3r/Manifest   |  3 ++-
 media-gfx/Slic3r/Slic3r-.ebuild |  9 +++--
 media-gfx/Slic3r/files/Slic3r-adjust_var_path.patch | 11 +++
 5 files changed, 23 insertions(+), 4 deletions(-)

diff --git a/media-gfx/Slic3r-bin/Manifest b/media-gfx/Slic3r-bin/Manifest
index 96e561f..a36130a 100644
--- a/media-gfx/Slic3r-bin/Manifest
+++ b/media-gfx/Slic3r-bin/Manifest
@@ -3,4 +3,4 @@ DIST slic3r-linux-x86-1-2-6-experimental.tar.gz 16189245 SHA256 
476254c334616159
 DIST slic3r-linux-x86_64-1-1-7-stable.tar.gz 15760223 SHA256 
01c84fddfd8dbcfe2fe6a3ebf67ec6fde4a7b93495e571fddc8c95d1551d0a1e SHA512 
5403506b4721f8f3ef6f8f9b89d5ed041bfe424de2fc0d3a67990e60f3dbdccec61136a24c1577d434d611310f1ec06ab17f75cc128792caa4d7ee331ca348d8
 WHIRLPOOL 
87ec01769118b13bb0461bb76c412b4e3bd90c5be12293b2d1a4c86c5b99b4be14d9a4eed5cb32e38931cb42997b5f11da40f68350b48e65321ee7940e8903d2
 DIST slic3r-linux-x86_64-1-2-6-experimental.tar.gz 16596867 SHA256 
a46b9ffb8d98d9010238a3545cdf45502248e98548def18de216bbca8703e655 SHA512 
6fe354502452102945d9ec3e88be21712fd04dedef12db72bfb28a531aeb359d972e47db803b888730a6eeb0ce7bb7b06651b1c221c004eb2cca8c8f9c4c5535
 WHIRLPOOL 
4eec97af882c0205b39b19345249f0c7367ae6b374b5e1b7f8ec785fada24174b6c1b712be74539ff82d5ebbdd30d3469f9aa39e46d580889942e214a28cf507
 EBUILD Slic3r-bin-1.1.7.ebuild 754 SHA256 
e8beda59168c93ada49fa82f5f3d19f432e1ef3528e7a853aa5cef1fe21043ef SHA512 
3c5b3e21782851a203820d05a1a3e95ef9e014546eef96de66a822173b1f20db90d60d6fd06fc19a009631b949c6f68b51e1e575a5db3cfd557e859dc012b418
 WHIRLPOOL 
216dc8e2a6c55d4a03a0a86d65a05c00280d910838fc991918cbea4fc8218531f1a6747fc70e2e531f7637e8afeec7585f16a1d30d3c85d42668d7f3f9d7f6fc
-EBUILD Slic3r-bin-1.2.6.ebuild 712 SHA256 
ca59e60a6f8dcc982c8a6c58f7eb0e97b724493450b618a7e6111304b6d8a7a4 SHA512 
11bca9b720b47ada63448619da83b9b01d0186e0103b5feaae3d035850e673bd613dbbe5bf01d5ad32d5fdbc5c1e8d21daa31326d8a75e65c6dabce71aeace9e
 WHIRLPOOL 
56d1c9304c482d2ec1d70e5f107c69f711a3fca500ef487c8186adc4953601e455040b30eb237fc4c1402678cb15cd8a0992221ac8faeb95de6dbf07ce551ae4
+EBUILD Slic3r-bin-1.2.6.ebuild 766 SHA256 
5e55c6d33fa6b21e8d812309e166188aa136998795bd19995c1145ebe5e61309 SHA512 
90734a4e5290ca1ba596fc339500385a38663492c6272e141040a11d7fafaa3b3d93da89a0d0c9930140b5744bafce11c2dbf0751813e333daff1354851922da
 WHIRLPOOL 
0e0cec0562a7a336dbd6a49cc131a7c65ca269e8bf1ad257f1d6d393c02f84526f8640e1ff272203593d640a5c99da50403cc2099d9f03a3457585db97d2507d

diff --git a/media-gfx/Slic3r-bin/Slic3r-bin-1.2.6.ebuild 
b/media-gfx/Slic3r-bin/Slic3r-bin-1.2.6.ebuild
index 3974150..839dc99 100644
--- a/media-gfx/Slic3r-bin/Slic3r-bin-1.2.6.ebuild
+++ b/media-gfx/Slic3r-bin/Slic3r-bin-1.2.6.ebuild
@@ -23,5 +23,7 @@ S=${WORKDIR}
 src_install() {
insinto /usr/lib
doins -r Slic3r
+   exeinto /usr/lib/Slic3r/bin
+   doexe Slic3r/bin/slic3r
dosym /usr/lib/Slic3r/bin/slic3r /usr/bin/slic3r
 }

diff --git a/media-gfx/Slic3r/Manifest b/media-gfx/Slic3r/Manifest
index dd6c7bd..ee8ce5c 100644
--- a/media-gfx/Slic3r/Manifest
+++ b/media-gfx/Slic3r/Manifest
@@ -1 +1,2 @@
-EBUILD Slic3r-.ebuild 2586 SHA256 
30e34458f29680f0b119b92cb191c2857a3158731b09450a5bf98be193cd74a0 SHA512 
a035863b97986aa7d62d0e88aa5223649592678fb3c2969325d33b54487c81faf340bae8fa1c906a189e5e6afb5f22ab9701a220d580d1ca903ffaa6052c11ac
 WHIRLPOOL 
fc5d46c5af43deb14a06293c86a1dd067ba6a6193892ea2a08ac45577da4a6b18918ae3fe242926e16557d351753a4b33e750d28f047994ebb885c4062e7d63a
+AUX Slic3r-adjust_var_path.patch 274 SHA256 
e32798a894bfb112bf1e87f94e76a1170f34ae40456ca33c684c1bf26f719661 SHA512 
83802247efb5c450fc4b9dfbe407b6ff09f25599852287e6cc2a6ddc3f1dd04648ea8194cbd60dbed882dba5cd4a56a3b15992052659a7ec13a80f44c9d151cc
 WHIRLPOOL 
2c3fca71c01ba9817d24e8f062cba40a40c3d5d6f7d88eddb1d4934cdba9e9716a07a5c9e421d44d637d186a363ac072f570a022a0d32017565bfb861a638172
+EBUILD Slic3r-.ebuild 2736 SHA256 
61566047cd609abe209fda56075c3738587ffd53ea55f7e565b21e04a91845dd SHA512 
ef17c0b57edea9aef4e7f5805b626864b45d99292e4fec2dc78ad88213a40eef3de6b5c8e62bbe20efbb7d6754cd36ce3ca63d22ca06f566e0c1a5771c920d18
 WHIRLPOOL 
8572c2b82c5bfb0322852bc4eaca31c861334ff1d752825b72469dd219c39894c7445b77a8ab07d03ce800b632af8eb9eb1c7d3c2867bd841600c1007e4555ea

diff --git a/media-gfx/Slic3r/Slic3r-.ebuild 
b/media-gfx/Slic3r/Slic3r-.ebuild
index d729fac..fa1eaf8 100644
--- a/media-gfx/Slic3r/Slic3r-.ebuild
+++ b/media-gfx/Slic3r/Slic

[gentoo-commits] dev/axs:master commit in: media-gfx/CuraEngine/, media-gfx/Cura/files/, dev-perl/CAM-PDF/, ...

2015-02-12 Thread Ian Stakenvicius
commit: 0d6e7888c005de4cddb782e6ee962cad7b4a0cb0
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Thu Feb 12 20:26:11 2015 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Thu Feb 12 20:26:19 2015 +
URL:http://sources.gentoo.org/gitweb/?p=dev/axs.git;a=commit;h=0d6e7888

added Cura and Slic3r-bin, minor changes to Slic3r ebuild

Also dropped accidentally added garbage from last commit

---
 dev-perl/CAM-PDF/CAM-PDF-1.52.ebuild   | 16 
 dev-perl/CAM-PDF/Manifest  |  2 -
 dev-perl/PDF-Reuse/Manifest|  4 -
 dev-perl/PDF-Reuse/PDF-Reuse-0.35-r1.ebuild| 22 --
 dev-perl/PDF-Reuse/PDF-Reuse-0.35.ebuild   | 14 
 dev-perl/PDF-Reuse/files/generic-bookmark.patch| 19 -
 media-gfx/Cura/Cura-14.09.ebuild   | 54 +
 media-gfx/Cura/Cura-15.01.ebuild   | 54 +
 media-gfx/Cura/Manifest|  5 ++
 media-gfx/Cura/files/Cura-nopower.patch| 90 ++
 media-gfx/CuraEngine/CuraEngine-14.12_rc10.ebuild  | 39 ++
 media-gfx/CuraEngine/CuraEngine-15.01.ebuild   | 39 ++
 media-gfx/CuraEngine/Manifest  |  5 ++
 media-gfx/CuraEngine/files/CuraEngine-cflags.patch | 12 +++
 media-gfx/Slic3r-bin/Manifest  |  6 ++
 media-gfx/Slic3r-bin/Slic3r-bin-1.1.7.ebuild   | 29 +++
 media-gfx/Slic3r-bin/Slic3r-bin-1.2.6.ebuild   | 27 +++
 media-gfx/Slic3r/Manifest  |  2 +-
 media-gfx/Slic3r/Slic3r-.ebuild|  2 +-
 19 files changed, 362 insertions(+), 79 deletions(-)

diff --git a/dev-perl/CAM-PDF/CAM-PDF-1.52.ebuild 
b/dev-perl/CAM-PDF/CAM-PDF-1.52.ebuild
deleted file mode 100644
index 835b25d..000
--- a/dev-perl/CAM-PDF/CAM-PDF-1.52.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-inherit perl-module
-
-DESCRIPTION="Reuse and mass produce PDF documents"
-HOMEPAGE="http://search.cpan.org/~cdolan/CAM-PDF/";
-SRC_URI="mirror://cpan/authors/id/C/CD/CDOLAN/${P}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-1 GPL-2 )"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-SRC_TEST="do"
-
-DEPEND="dev-lang/perl
-   dev-perl/Font-TTF
-   >=dev-lang/python-2.7.2 http://search.cpan.org/~larslund/PDF-Reuse-0.35/";
-SRC_URI="mirror://cpan/authors/id/L/LA/LARSLUND/${P}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-1 GPL-2 )"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-SRC_TEST="do"
-
-DEPEND="dev-lang/perl dev-perl/Font-TTF"
-RDEPEND="$DEPEND"
-
-EPATCH_SOURCE="${FILESDIR}"
-
-src_prepare() {
-   epatch
-}

diff --git a/dev-perl/PDF-Reuse/PDF-Reuse-0.35.ebuild 
b/dev-perl/PDF-Reuse/PDF-Reuse-0.35.ebuild
deleted file mode 100644
index e9b515c..000
--- a/dev-perl/PDF-Reuse/PDF-Reuse-0.35.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-inherit perl-module
-
-DESCRIPTION="Reuse and mass produce PDF documents"
-HOMEPAGE="http://search.cpan.org/~larslund/PDF-Reuse-0.35/";
-SRC_URI="mirror://cpan/authors/id/L/LA/LARSLUND/${P}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-1 GPL-2 )"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-SRC_TEST="do"
-
-DEPEND="dev-lang/perl dev-perl/Font-TTF"
-RDEPEND="$DEPEND"

diff --git a/dev-perl/PDF-Reuse/files/generic-bookmark.patch 
b/dev-perl/PDF-Reuse/files/generic-bookmark.patch
deleted file mode 100644
index 0feabcc..000
--- a/dev-perl/PDF-Reuse/files/generic-bookmark.patch
+++ /dev/null
@@ -1,19 +0,0 @@
 PDF-Reuse-0.35/Reuse.pm2008-07-03 09:06:12.0 -0400
-+++ PDF-Reuse-0.35/Reuse.pm2010-12-03 16:16:52.0 -0500
-@@ -3264,6 +3264,16 @@
-  {   $count = $totalCount - $count;
-  $rad .= "/Count $count";
-  }
-+ if (exists $entry{'page'}) {
-+ $entry{'page'} =~ s/\s+//;
-+ my @p = split(/,/,$entry{'page'});
-+ if (scalar(@p) == 1) {
-+ $rad .= "/Dest [$entry{page} /XYZ null null null] ";
-+ } elsif (scalar(@p) == 3) {
-+ $rad .= "/Dest [$p[0] /XYZ $[1] 0 $p[2]] ";
-+ }
-+ }
-+
-  if (exists $entry{'color'})
-  {   $rad .= "/C [$entry{'color'}]";
-  }

diff --git a/media-gfx/Cura/Cura-14.09.ebuild b/media-gfx/Cura/Cura-14.09.ebuild
new file mode 100644
index 000..0eb8e1a
--- /dev/null
+++ b/media-gfx/Cura/Cura-14.09.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-.ebuild,v 1.64 
2014/11/29 12:32:23 blueness Exp $
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-single-r1
+
+if [[ ${PV} = * ]]; then
+   EGIT_REPO_URI="git://github.com/daid/${PN}.git"
+   inherit git-r3
+else
+   SRC_URI="https://github.com/daid/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="

[gentoo-commits] gentoo commit in xml/htdocs/proj/en/qa/treecleaners: maintainer-needed.xml

2015-02-12 Thread Markos Chandras (hwoarang)
hwoarang15/02/12 20:25:35

  Modified: maintainer-needed.xml
  Log:
  Automated update of maintainer-needed package list

Revision  ChangesPath
1.480xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?rev=1.480&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?rev=1.480&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?r1=1.479&r2=1.480

Index: maintainer-needed.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml,v
retrieving revision 1.479
retrieving revision 1.480
diff -u -r1.479 -r1.480
--- maintainer-needed.xml   11 Feb 2015 17:28:02 -  1.479
+++ maintainer-needed.xml   12 Feb 2015 20:25:35 -  1.480
@@ -1,6 +1,6 @@
 
 
-
+
 
 
 
@@ -23,7 +23,7 @@
   
 
   1.2
-  2015-02-11
+  2015-02-12
   
   Maintainer-Needed packages
   
@@ -38,7 +38,7 @@
 
 Package List
 
-The following 1204 packages are marked as maintainer-needed
+The following 1201 packages are marked as maintainer-needed
 
 
 Package NameDescriptionBugs
@@ -1167,15 +1167,6 @@
 http://packages.gentoo.org/package/app-office/multitalk";>app-office/multitalk
 A new type of presentation program
 https://bugs.gentoo.org/buglist.cgi?quicksearch=app-office/multitalk";>Open
 Bugs
-http://packages.gentoo.org/package/app-office/openerp-client";>app-office/openerp-client
-Open Source ERP '&' CRM
-https://bugs.gentoo.org/buglist.cgi?quicksearch=app-office/openerp-client";>Open
 Bugs
-http://packages.gentoo.org/package/app-office/openerp-server";>app-office/openerp-server
-Open Source ERP '&' CRM
-https://bugs.gentoo.org/buglist.cgi?quicksearch=app-office/openerp-server";>Open
 Bugs
-http://packages.gentoo.org/package/app-office/openerp-web";>app-office/openerp-web
-Open Source ERP '&' CRM
-https://bugs.gentoo.org/buglist.cgi?quicksearch=app-office/openerp-web";>Open
 Bugs
 http://packages.gentoo.org/package/app-office/passepartout";>app-office/passepartout
 A DTP application for the X Window System
 https://bugs.gentoo.org/buglist.cgi?quicksearch=app-office/passepartout";>Open
 Bugs






[gentoo-commits] dev/axs:master commit in: dev-perl/ExtUtils-Typemap/, dev-perl/Wx-GLCanvas/, perl-core/threads/, ...

2015-02-12 Thread Ian Stakenvicius
commit: 228bd440190a4f001b77b107d05ef9cdd810531f
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Thu Feb 12 20:03:39 2015 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Thu Feb 12 20:03:39 2015 +
URL:http://sources.gentoo.org/gitweb/?p=dev/axs.git;a=commit;h=228bd440

Slic3r and supporting libs

---
 dev-perl/CAM-PDF/CAM-PDF-1.52.ebuild   |  16 +++
 dev-perl/CAM-PDF/Manifest  |   2 +
 .../ExtUtils-CppGuess-0.80.0.ebuild|  31 +
 dev-perl/ExtUtils-CppGuess/Manifest|   3 +
 dev-perl/ExtUtils-CppGuess/metadata.xml|  44 ++
 .../ExtUtils-Typemap/ExtUtils-Typemap-1.0.0.ebuild |  19 +++
 dev-perl/ExtUtils-Typemap/Manifest |   3 +
 dev-perl/ExtUtils-Typemap/metadata.xml |  44 ++
 .../ExtUtils-Typemaps-Default-1.50.0.ebuild|  22 +++
 dev-perl/ExtUtils-Typemaps-Default/Manifest|   3 +
 dev-perl/ExtUtils-Typemaps-Default/metadata.xml|  44 ++
 dev-perl/Math-Libm/Manifest|   3 +
 dev-perl/Math-Libm/Math-Libm-1.0.0.ebuild  |  19 +++
 dev-perl/Math-Libm/metadata.xml|   8 ++
 dev-perl/Math-PlanePath/Manifest   |   3 +
 .../Math-PlanePath/Math-PlanePath-117.0.0.ebuild   |  24 
 dev-perl/Math-PlanePath/metadata.xml   |   8 ++
 dev-perl/Module-Build-WithXSpp/Manifest|   3 +
 .../Module-Build-WithXSpp-0.140.0.ebuild   |  28 
 dev-perl/Module-Build-WithXSpp/metadata.xml|   5 +
 dev-perl/PDF-Reuse/Manifest|   4 +
 dev-perl/PDF-Reuse/PDF-Reuse-0.35-r1.ebuild|  22 +++
 dev-perl/PDF-Reuse/PDF-Reuse-0.35.ebuild   |  14 ++
 dev-perl/PDF-Reuse/files/generic-bookmark.patch|  19 +++
 dev-perl/Wx-GLCanvas/Manifest  |   3 +
 dev-perl/Wx-GLCanvas/Wx-GLCanvas-0.90.0.ebuild |  21 +++
 dev-perl/Wx-GLCanvas/metadata.xml  |  44 ++
 dev-perl/Wx/Manifest   |   3 +
 dev-perl/Wx/Wx-0.992.300.ebuild|  21 +++
 dev-perl/Wx/metadata.xml   |  44 ++
 dev-perl/constant-defer/Manifest   |   3 +
 .../constant-defer/constant-defer-5.0.0.ebuild |  23 
 dev-perl/constant-defer/metadata.xml   |   8 ++
 hack-4slotabi-into-portagedb.sh| 153 -
 media-gfx/Slic3r/Manifest  |   1 +
 media-gfx/Slic3r/Slic3r-.ebuild| 125 +
 perl-core/Socket/Manifest  |   3 +
 perl-core/Socket/Socket-2.16.0.ebuild  |  22 +++
 perl-core/Socket/metadata.xml  |   9 ++
 perl-core/threads/Manifest |   3 +
 perl-core/threads/metadata.xml |   9 ++
 perl-core/threads/threads-1.960.0.ebuild   |  20 +++
 switch-to-virtuals-style-subslotting.sh|  41 --
 virtual/perl-Socket/Manifest   |   2 +
 virtual/perl-Socket/metadata.xml   |   5 +
 virtual/perl-Socket/perl-Socket-2.16.0.ebuild  |  20 +++
 virtual/perl-threads/Manifest  |   2 +
 virtual/perl-threads/metadata.xml  |   5 +
 virtual/perl-threads/perl-threads-1.960.0.ebuild   |  20 +++
 49 files changed, 807 insertions(+), 194 deletions(-)

diff --git a/dev-perl/CAM-PDF/CAM-PDF-1.52.ebuild 
b/dev-perl/CAM-PDF/CAM-PDF-1.52.ebuild
new file mode 100644
index 000..835b25d
--- /dev/null
+++ b/dev-perl/CAM-PDF/CAM-PDF-1.52.ebuild
@@ -0,0 +1,16 @@
+inherit perl-module
+
+DESCRIPTION="Reuse and mass produce PDF documents"
+HOMEPAGE="http://search.cpan.org/~cdolan/CAM-PDF/";
+SRC_URI="mirror://cpan/authors/id/C/CD/CDOLAN/${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-1 GPL-2 )"
+SLOT="0"
+KEYWORDS="alpha amd64 ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd"
+IUSE=""
+SRC_TEST="do"
+
+DEPEND="dev-lang/perl
+   dev-perl/Font-TTF
+   >=dev-lang/python-2.7.2 =virtual/perl-ExtUtils-ParseXS-2.22.02
+#"
+
+SRC_TEST=do

diff --git a/dev-perl/ExtUtils-CppGuess/Manifest 
b/dev-perl/ExtUtils-CppGuess/Manifest
new file mode 100644
index 000..0dcb54a
--- /dev/null
+++ b/dev-perl/ExtUtils-CppGuess/Manifest
@@ -0,0 +1,3 @@
+DIST ExtUtils-CppGuess-0.08.tar.gz 7169 SHA256 
a45d9ed5449d3378f073d6e69ed79365176775cd6367e62898494b99d455dede SHA512 
9521741132d7f8ce20ccddea30b09cd685f75330af01b6bcfaa3728cf40b0a5849042e2f2b8bb0b7c38cf4adb22b1c1bc71c4e6eff8f7674708e7c251570e92e
 WHIRLPOOL 
abb183221705100512c210e90954760c22a614dec4646044af27e7aaa5ff8e8045367851bea307c25459014bb253165c42b694253482c92815f5d25d444ce02c
+EBUILD ExtUtils-CppGuess-0.80.0.ebuild 596 SHA256 
546f1785ed9dd1a9e9a44e76818e388ed4877073aa5d6575ddd483aef34a5c0e SHA512 
31b8375a9771ed85f29926ee8c2f4dc7b7cae47c002bf39ecfa1b8402eb63d80ba229dcc3fd827138bbf4a4942c61f84c8a589c40a499259d781e17c70602227
 WHIRLPOOL 
54e37bce60e292c

[gentoo-commits] proj/x11:master commit in: x11-drivers/ati-drivers/, x11-drivers/ati-drivers/files/

2015-02-12 Thread Emil Karlson
commit: 5c7604800fef9c0b99674970467fb9feec9ec723
Author: Emil Karlson  gmail  com>
AuthorDate: Thu Feb 12 20:03:26 2015 +
Commit: Emil Karlson  gmail  com>
CommitDate: Thu Feb 12 20:03:26 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=5c760480

x11-drivers/ati-drivers: fix compile on linux-3.19

---
 .../ati-drivers/ati-drivers-14.12-r3.ebuild|  2 +
 .../get-percpu-without-preempt-on-linux-3.19.patch | 45 ++
 2 files changed, 47 insertions(+)

diff --git a/x11-drivers/ati-drivers/ati-drivers-14.12-r3.ebuild 
b/x11-drivers/ati-drivers/ati-drivers-14.12-r3.ebuild
index b4aa191..a792e68 100644
--- a/x11-drivers/ati-drivers/ati-drivers-14.12-r3.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-14.12-r3.ebuild
@@ -327,6 +327,8 @@ src_prepare() {
# Compile fix, #526602
epatch "${FILESDIR}/use-kernel_fpu_begin.patch"
 
+   epatch "${FILESDIR}/get-percpu-without-preempt-on-linux-3.19.patch"
+
cd "${MODULE_DIR}"
 
# bugged fglrx build system, this file should be copied by hand

diff --git 
a/x11-drivers/ati-drivers/files/get-percpu-without-preempt-on-linux-3.19.patch 
b/x11-drivers/ati-drivers/files/get-percpu-without-preempt-on-linux-3.19.patch
new file mode 100644
index 000..d2c6f70
--- /dev/null
+++ 
b/x11-drivers/ati-drivers/files/get-percpu-without-preempt-on-linux-3.19.patch
@@ -0,0 +1,45 @@
+From 56ca74832b1f97c8e89329a313c7ca2405cd26cb Mon Sep 17 00:00:00 2001
+From: Emil Karlson 
+Date: Thu, 12 Feb 2015 21:59:46 +0200
+Subject: [PATCH] get percpu without preempton linux-3.19
+
+---
+ common/lib/modules/fglrx/build_mod/firegl_public.c | 15 ---
+ 1 file changed, 12 insertions(+), 3 deletions(-)
+
+diff --git a/common/lib/modules/fglrx/build_mod/firegl_public.c 
b/common/lib/modules/fglrx/build_mod/firegl_public.c
+index 360b6ac..3cba36e 100755
+--- a/common/lib/modules/fglrx/build_mod/firegl_public.c
 b/common/lib/modules/fglrx/build_mod/firegl_public.c
+@@ -4816,8 +4816,13 @@ static unsigned long kasSetExecutionLevel(unsigned long 
level)
+ {
+ unsigned long orig_level;
+ 
+-orig_level = __get_cpu_var(kasExecutionLevel);
+-__get_cpu_var(kasExecutionLevel) = level;
++#if LINUX_VERSION_CODE < KERNEL_VERSION(3,19,0)
++  orig_level = __get_cpu_var(kasExecutionLevel);
++  __get_cpu_var(kasExecutionLevel) = level;
++#else
++orig_level = (*this_cpu_ptr(&(kasExecutionLevel)));
++(*this_cpu_ptr(&(kasExecutionLevel))) = level;
++#endif
+ 
+ return orig_level;
+ }
+@@ -4829,7 +4834,11 @@ static unsigned long kasSetExecutionLevel(unsigned long 
level)
+  */
+ static unsigned long kas_GetExecutionLevel(void)
+ {
+-return __get_cpu_var(kasExecutionLevel);
++#if LINUX_VERSION_CODE < KERNEL_VERSION(3,19,0)
++  return __get_cpu_var(kasExecutionLevel);
++#else
++  return (*this_cpu_ptr(&(kasExecutionLevel)));
++#endif
+ }
+ 
+ /** \brief Type definition for kas_spin_lock() parameter */
+-- 
+2.0.5
+



[gentoo-commits] proj/x11:master commit in: x11-drivers/ati-drivers/

2015-02-12 Thread Emil Karlson
commit: 2c657faa1127a11f99dd9ed7c06bd4eb33dc7a5c
Author: Emil Karlson  gmail  com>
AuthorDate: Thu Feb 12 18:18:30 2015 +
Commit: Emil Karlson  gmail  com>
CommitDate: Thu Feb 12 18:18:30 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=2c657faa

x11-drivers/ati-drivers: add hack for bug 516816

Thanks to
Andrew Mao
Oliver Chang

---
 x11-drivers/ati-drivers/ati-drivers-14.12-r3.ebuild | 18 +-
 x11-drivers/ati-drivers/metadata.xml|  1 +
 2 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/x11-drivers/ati-drivers/ati-drivers-14.12-r3.ebuild 
b/x11-drivers/ati-drivers/ati-drivers-14.12-r3.ebuild
index 2b31c43..b4aa191 100644
--- a/x11-drivers/ati-drivers/ati-drivers-14.12-r3.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-14.12-r3.ebuild
@@ -17,7 +17,7 @@ 
DRIVERS_URI="mirror://gentoo/amd-catalyst-omega-14.12-linux-run-installers.zip"
 
XVBA_SDK_URI="http://developer.amd.com/wordpress/media/2012/10/xvba-sdk-0.74-404001.tar.gz";
 SRC_URI="${DRIVERS_URI} ${XVBA_SDK_URI}"
 FOLDER_PREFIX="common/"
-IUSE="debug +modules qt4 static-libs pax_kernel"
+IUSE="debug +modules qt4 static-libs pax_kernel gdm-hack"
 
 LICENSE="AMD GPL-2 QPL-1.0"
 KEYWORDS="-* ~amd64 ~x86"
@@ -62,6 +62,9 @@ RDEPEND="
dev-qt/qtcore:4
dev-qt/qtgui:4[accessibility]
)
+   gdm-hack? (
+   x11-base/xorg-server:=
+   )
 "
 if [[ legacy != ${SLOT} ]]; then
RDEPEND="${RDEPEND}
@@ -403,6 +406,11 @@ src_install() {
exeinto /usr/$(get_libdir)/xorg/modules
doexe 
"${MY_BASE_DIR}"/usr/X11R6/${PKG_LIBDIR}/modules/{glesx.so,amdxmm.so}
 
+   #516816
+   if use gdm-hack; then
+   sed -i 's#/proc/%i/fd/0#/etc/ati/xvrn#g' 
"${D}/usr/$(get_libdir)/xorg/modules/drivers/fglrx_drv.so" || die "Applying 
gdm-hack failed"
+   fi
+
# Arch-specific files.
# (s)bin.
into /opt
@@ -467,6 +475,9 @@ src_install() {
doexe "${FILESDIR}"/switchlibGL || die "doexe switchlibGL failed"
cp "${FILESDIR}"/switchlibGL "${T}"/switchlibglx
doexe "${T}"/switchlibglx || die "doexe switchlibglx failed"
+
+   #516816
+   use gdm-hack && Xorg -version > "${D}/etc/ati/xvrn" 2>&1
 }
 
 src_install-libs() {
@@ -500,6 +511,11 @@ src_install-libs() {
exeinto ${ATI_ROOT}/extensions
doexe 
"${EX_BASE_DIR}"/usr/X11R6/${pkglibdir}/modules/extensions/fglrx/fglrx-libglx.so
mv "${D}"/${ATI_ROOT}/extensions/{fglrx-,}libglx.so
+
+   #516816
+   if use gdm-hack; then
+   sed -i 's#/proc/%i/fd/0#/etc/ati/xvrn#g' 
"${D}/${ATI_ROOT}/extensions/libglx.so" || die "Applying gdm-hack failed"
+   fi
fi
 
# other libs

diff --git a/x11-drivers/ati-drivers/metadata.xml 
b/x11-drivers/ati-drivers/metadata.xml
index dc12ac1..34cec1e 100644
--- a/x11-drivers/ati-drivers/metadata.xml
+++ b/x11-drivers/ati-drivers/metadata.xml
@@ -12,6 +12,7 @@

Build the kernel modules
Do a potentially dangerous 
binary search and replace to disable watermark
+   Do a potentially dangerous binary search 
and replace to fix gdm compatibility
Enable pax kernel specific 
patches

 



[gentoo-commits] gentoo-x86 commit in net-dns/pdns-recursor: ChangeLog pdns-recursor-3.7.1.ebuild

2015-02-12 Thread Sven Wegener (swegener)
swegener15/02/12 18:14:32

  Modified: ChangeLog
  Added:pdns-recursor-3.7.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x64D4CF24)

Revision  ChangesPath
1.54 net-dns/pdns-recursor/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/ChangeLog?rev=1.54&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/ChangeLog?rev=1.54&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   21 Dec 2014 18:55:35 -  1.53
+++ ChangeLog   12 Feb 2015 18:14:32 -  1.54
@@ -1,6 +1,11 @@
 # ChangeLog for net-dns/pdns-recursor
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.53 
2014/12/21 18:55:35 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.54 
2015/02/12 18:14:32 swegener Exp $
+
+*pdns-recursor-3.7.1 (12 Feb 2015)
+
+  12 Feb 2015; Sven Wegener  +pdns-recursor-3.7.1.ebuild:
+  Version bump.
 
   21 Dec 2014; Mikle Kolyada  
pdns-recursor-3.6.1-r1.ebuild:
   amd64/x86 stable wrt bug #531992



1.1  net-dns/pdns-recursor/pdns-recursor-3.7.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.7.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.7.1.ebuild?rev=1.1&content-type=text/plain

Index: pdns-recursor-3.7.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.7.1.ebuild,v 1.1 
2015/02/12 18:14:32 swegener Exp $

EAPI="4"

inherit toolchain-funcs flag-o-matic eutils

DESCRIPTION="The PowerDNS Recursor"
HOMEPAGE="http://www.powerdns.com/";
SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.bz2";

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

DEPEND="lua? ( >=dev-lang/lua-5.1 )"
RDEPEND="${DEPEND}
!

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

2015-02-12 Thread Jason Zaman (perfinion)
perfinion15/02/12 18:04:48

  Modified: ChangeLog
  Added:setools-3.3.8-r6.ebuild
  Log:
  fix compile error with 2.4 userland, bug 539462
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x7EF137EC935B0EAF)

Revision  ChangesPath
1.94 app-admin/setools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/setools/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog   5 Aug 2014 10:06:33 -   1.93
+++ ChangeLog   12 Feb 2015 18:04:48 -  1.94
@@ -1,6 +1,12 @@
 # ChangeLog for app-admin/setools
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/setools/ChangeLog,v 1.93 
2014/08/05 10:06:33 swift Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/setools/ChangeLog,v 1.94 
2015/02/12 18:04:48 perfinion Exp $
+
+*setools-3.3.8-r6 (12 Feb 2015)
+
+  12 Feb 2015; Jason Zaman 
+  +files/setools3-userspace-2.4-compatibility.patch, +setools-3.3.8-r6.ebuild:
+  fix compile error with 2.4 userland, bug 539462
 
   05 Aug 2014; Sven Vermeulen  -setools-3.3.8-r2.ebuild,
   -setools-3.3.8-r4.ebuild:



1.1  app-admin/setools/setools-3.3.8-r6.ebuild

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

Index: setools-3.3.8-r6.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-3.3.8-r6.ebuild,v 
1.1 2015/02/12 18:04:48 perfinion Exp $

EAPI="5"
PYTHON_COMPAT=( python2_7 )

inherit autotools java-pkg-opt-2 python-r1 eutils

DESCRIPTION="SELinux policy tools"
HOMEPAGE="http://www.tresys.com/selinux/selinux_policy_tools.shtml";
SRC_URI="http://oss.tresys.com/projects/setools/chrome/site/dists/${P}/${P}.tar.bz2

http://dev.gentoo.org/~swift/patches/setools/${P}-01-fedora-patches.tar.gz

http://dev.gentoo.org/~swift/patches/setools/${P}-03-gentoo-patches.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="X debug java python"

DEPEND=">=sys-devel/automake-1.12.1
>=sys-libs/libsepol-2.4
>=sys-libs/libselinux-2.4
sys-devel/bison
sys-devel/flex
>=dev-db/sqlite-3.2:3
dev-libs/libxml2:2
virtual/pkgconfig
java? (
dev-lang/swig:1
>=virtual/jdk-1.4
)
python? (
${PYTHON_DEPS}
dev-lang/swig:1
)
X? (
>=dev-lang/tk-8.4.9
>=gnome-base/libglade-2.0
>=x11-libs/gtk+-2.8:2
)"

RDEPEND=">=sys-libs/libsepol-2.1.4
>=sys-libs/libselinux-2.3
>=dev-db/sqlite-3.2:3
dev-libs/libxml2:2
java? ( >=virtual/jre-1.4 )
X? (
>=dev-lang/tk-8.4.9
>=dev-tcltk/bwidget-1.8
>=gnome-base/libglade-2.0
>=x11-libs/gtk+-2.8:2
)"

RESTRICT="test"
# setools dirs that contain python code to build
PYTHON_DIRS="libapol/swig/python libpoldiff/swig/python libqpol/swig/python 
libseaudit/swig/python libsefs/swig/python python"

pkg_setup() {
local myld=$(tc-getLD)

if use java; then
java-pkg-opt-2_pkg_setup
fi

${myld} -v | grep -q "GNU gold" && \
ewarn "Bug #467136 shows us that the gold linker doesn't work with 
setools for now."
}

src_prepare() {
epatch "${FILESDIR}/setools3-userspace-2.4-compatibility.patch"

EPATCH_MULTI_MSG="Applying various (Fedora-provided) setools fixes... " 
\
EPATCH_SUFFIX="patch" \
EPATCH_SOURCE="${WORKDIR}" \
EPATCH_FORCE="yes" \
epatch

EPATCH_MULTI_MSG="Applying various (Gentoo) setool fixes... " \
EPATCH_SUFFIX="patch" \
EPATCH_SOURCE="${WORKDIR}/gentoo-patches" \
EPATCH_EXCLUDE="0010-fix-lsetfilecon_raw-call-bug-509532.patch 
0005-update-on-py_functions-for-python3.patch" \
EPATCH_FORCE="yes" \
epatch

# Disable broken check for SWIG version.
sed -e "s/AC_PROG_SWIG(2.0.0)/AC_PROG_SWIG/" -i configure.ac || die 
"sed failed"
# Use swig1.3
sed 

[gentoo-commits] gentoo-x86 commit in app-admin/setools/files: setools3-userspace-2.4-compatibility.patch

2015-02-12 Thread Jason Zaman (perfinion)
perfinion15/02/12 18:04:48

  Added:setools3-userspace-2.4-compatibility.patch
  Log:
  fix compile error with 2.4 userland, bug 539462
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x7EF137EC935B0EAF)

Revision  ChangesPath
1.1  
app-admin/setools/files/setools3-userspace-2.4-compatibility.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/setools/files/setools3-userspace-2.4-compatibility.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/setools/files/setools3-userspace-2.4-compatibility.patch?rev=1.1&content-type=text/plain

Index: setools3-userspace-2.4-compatibility.patch
===
>From f1e5b208d507171968ca4d2eeefd7980f1004a3c Mon Sep 17 00:00:00 2001
From: Chris PeBenito 
Date: Thu, 12 Feb 2015 08:55:12 -0500
Subject: [PATCH] Update for 2015-02-02 Userspace release (2.4)

SETools now requires libsepol 2.4 and libselinux 2.4.
---
 configure.ac | 6 +++---
 libqpol/src/policy_define.c  | 4 ++--
 libqpol/src/policy_extend.c  | 4 ++--
 libqpol/src/syn_rule_query.c | 6 +++---
 secmds/replcon.cc| 2 +-
 5 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/configure.ac b/configure.ac
index 80395e6..ae20da7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,9 +25,9 @@ libseaudit_version=4.5
 setoolsdir='${prefix}/share/setools-3.3'
 javadir='${prefix}/share/java'
 
-version_min_sepol_major=1
-version_min_sepol_minor=12
-version_min_sepol_patch=27
+version_min_sepol_major=2
+version_min_sepol_minor=4
+version_min_sepol_patch=0
 
 dnl *** end of tunable values ***
 
diff --git a/libqpol/src/policy_define.c b/libqpol/src/policy_define.c
index 229779c..15f70ba 100644
--- a/libqpol/src/policy_define.c
+++ b/libqpol/src/policy_define.c
@@ -1661,7 +1661,7 @@ int define_compute_type_helper(int which, avrule_t ** 
rule)
goto bad;
}
class_perm_node_init(perm);
-   perm->class = i + 1;
+   perm->tclass = i + 1;
perm->data = datum->s.value;
perm->next = avrule->perms;
avrule->perms = perm;
@@ -1901,7 +1901,7 @@ int define_te_avtab_helper(int which, avrule_t ** rule)
goto out;
}
class_perm_node_init(cur_perms);
-   cur_perms->class = i + 1;
+   cur_perms->tclass = i + 1;
if (!perms)
perms = cur_perms;
if (tail)
diff --git a/libqpol/src/policy_extend.c b/libqpol/src/policy_extend.c
index 5325a87..1417271 100644
--- a/libqpol/src/policy_extend.c
+++ b/libqpol/src/policy_extend.c
@@ -843,7 +843,7 @@ static int 
qpol_syn_rule_table_insert_sepol_avrule(qpol_policy_t * policy, qpol_
for (class_node = rule->perms; class_node; class_node = 
class_node->next) {
key.rule_type = rule->specified;
key.source_val = key.target_val = i + 1;
-   key.class_val = class_node->class;
+   key.class_val = class_node->tclass;
key.cond = cond;
if (qpol_syn_rule_table_insert_entry(policy, 
table, &key, new_rule))
goto err;
@@ -856,7 +856,7 @@ static int 
qpol_syn_rule_table_insert_sepol_avrule(qpol_policy_t * policy, qpol_
key.rule_type = rule->specified;
key.source_val = i + 1;
key.target_val = j + 1;
-   key.class_val = class_node->class;
+   key.class_val = class_node->tclass;
key.cond = cond;
if (qpol_syn_rule_table_insert_entry(policy, 
table, &key, new_rule))
goto err;
diff --git a/libqpol/src/syn_rule_query.c b/libqpol/src/syn_rule_query.c
index 3e63204..d7578f1 100644
--- a/libqpol/src/syn_rule_query.c
+++ b/libqpol/src/syn_rule_query.c
@@ -67,7 +67,7 @@ static void *syn_rule_class_state_get_cur(const 
qpol_iterator_t * iter)
return NULL;
}
 
-   return db->class_val_to_struct[srcs->cur->class - 1];
+   return db->class_val_to_struct[srcs->cur->tclass - 1];
 }
 
 static int syn_rule_class_state_next(qpol_iterator_t * iter)
@@ -465,10 +465,10 @@ int qpol_syn_avrule_get_perm_iter(const qpol_policy_t * 
policy, const qpol_syn_a
}
 
for (node = internal_rule->perms; node; node = node->next) {
-   for (i = 0; i < db->class_val_to_struct[node->class - 
1]->permissions.nprim; i++) {
+   for (i = 0; i < db->class_val_to_struct[

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

2015-02-12 Thread Markos Chandras (hwoarang)
hwoarang15/02/12 17:55:58

  Modified: ChangeLog package.mask
  Log:
  Add net-im/emesene to the MSN clients that need to be removed. See #525100

Revision  ChangesPath
1.9786   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9785
retrieving revision 1.9786
diff -u -r1.9785 -r1.9786
--- ChangeLog   12 Feb 2015 17:24:49 -  1.9785
+++ ChangeLog   12 Feb 2015 17:55:58 -  1.9786
@@ -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.9785 2015/02/12 
17:24:49 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9786 2015/02/12 
17:55:58 hwoarang 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!
 
+  12 Feb 2015; Markos Chandras  package.mask:
+  Add net-im/emesene to the MSN clients that need to be removed. See #525100
+
   12 Feb 2015; Joerg Bornkessel  package.mask:
   media-plugins/vdr-yaepg masked for removal ~12/mar/2015, dead on upstream
 



1.16357  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16356
retrieving revision 1.16357
diff -u -r1.16356 -r1.16357
--- package.mask12 Feb 2015 17:24:49 -  1.16356
+++ package.mask12 Feb 2015 17:55:58 -  1.16357
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16356 2015/02/12 
17:24:49 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16357 2015/02/12 
17:55:58 hwoarang 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
@@ -309,6 +309,7 @@
 # or switch to an open protocol instead
 # Masked for removal in 30 days
 net-im/amsn
+net-im/emesene
 x11-themes/amsn-skins
 
 # Christian Faulhammer  (02 Sep 2014)






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

2015-02-12 Thread Joerg Bornkessel (hd_brummy)
hd_brummy15/02/12 17:24:50

  Modified: ChangeLog package.mask
  Log:
  media-plugins/vdr-yaepg masked for removal ~12/mar/2015, dead on upstream

Revision  ChangesPath
1.9785   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9784
retrieving revision 1.9785
diff -u -r1.9784 -r1.9785
--- ChangeLog   12 Feb 2015 10:35:21 -  1.9784
+++ ChangeLog   12 Feb 2015 17:24:49 -  1.9785
@@ -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.9784 2015/02/12 
10:35:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9785 2015/02/12 
17:24:49 hd_brummy 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!
 
+  12 Feb 2015; Joerg Bornkessel  package.mask:
+  media-plugins/vdr-yaepg masked for removal ~12/mar/2015, dead on upstream
+
   12 Feb 2015; Pacho Ramos 
   arch/amd64/no-emul-linux-x86/package.use.stable.mask,
   arch/amd64/package.use.stable.mask:



1.16356  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16355
retrieving revision 1.16356
diff -u -r1.16355 -r1.16356
--- package.mask12 Feb 2015 13:07:34 -  1.16355
+++ package.mask12 Feb 2015 17:24:49 -  1.16356
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16355 2015/02/12 
13:07:34 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16356 2015/02/12 
17:24:49 hd_brummy Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Joerg Bornkessel  (12 Feb 2015)
+# dead on upstream since years,
+# removal around 12 Mar 2015
+media-plugins/vdr-yaepg
+
 # Ian Delaney  (12 Feb 2015)
 # upstream found to be dead, hash values now fail,
 # no longer has relevance, masked for removal in 30 days






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

2015-02-12 Thread Joerg Bornkessel
commit: 2e80385399e315f261f52c444743303a1e5ae5b3
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Thu Feb 12 17:18:28 2015 +
Commit: Joerg Bornkessel  gentoo  org>
CommitDate: Thu Feb 12 17:18:28 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/vdr/devel.git;a=commit;h=2e803853

=media-plugins/vdr-yaepghd- masked for removal

---
 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 5f23b9b..4b43a6f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -21,6 +21,11 @@
 ##   End example
 ##
 
+# Joerg Bornkessel  ( 12/Feb/2015 )
+# masked for removal ~12/mar/2015, dead on upstream since 2009,
+# not supported by extpatchng anymore
+=media-plugins/vdr-yaepghd-
+
 # Joerg Bornkessel  ( 23/Feb/2014 )
 # tmp masked for testing, still some bugs and missing themes
 media-plugins/vdr-graphtftng



[gentoo-commits] proj/vdr/devel:master commit in: media-libs/libdvbcsa/

2015-02-12 Thread Joerg Bornkessel
commit: dbc02186ef0c81407b0dc28dd113446783d1cdbf
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Thu Feb 12 17:08:17 2015 +
Commit: Joerg Bornkessel  gentoo  org>
CommitDate: Thu Feb 12 17:08:17 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/vdr/devel.git;a=commit;h=dbc02186

fixed cpu-flags-x86 handling

Package-Manager: portage-2.2.17
Manifest-Sign-Key: 34C2808A

---
 media-libs/libdvbcsa/ChangeLog  |  5 -
 media-libs/libdvbcsa/Manifest   | 12 ++--
 media-libs/libdvbcsa/libdvbcsa-1.1.0.ebuild |  8 
 3 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/media-libs/libdvbcsa/ChangeLog b/media-libs/libdvbcsa/ChangeLog
index e1ba9e0..9db3259 100644
--- a/media-libs/libdvbcsa/ChangeLog
+++ b/media-libs/libdvbcsa/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for media-libs/libdvbcsa
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  12 Feb 2015; Joerg Bornkessel  libdvbcsa-1.1.0.ebuild:
+  fixed cpu-flags-x86 handling
+
 *libdvbcsa-1.1.0 (29 Jan 2014)
 
   29 Jan 2014; Joerg Bornkessel  +libdvbcsa-1.1.0.ebuild,

diff --git a/media-libs/libdvbcsa/Manifest b/media-libs/libdvbcsa/Manifest
index 532caa3..5a0003d 100644
--- a/media-libs/libdvbcsa/Manifest
+++ b/media-libs/libdvbcsa/Manifest
@@ -2,14 +2,14 @@
 Hash: SHA256
 
 DIST libdvbcsa-1.1.0.tar.gz 345487 SHA256 
4db78af5cdb2641dfb1136fe3531960a477c9e3e3b6ba19a2754d046af3f456d SHA512 
f336bc90711261bb86bb42f897d5207a71da5a384bfb7d641de7e1fb3a43d20aeec250e9a5ceaf0b20f1e4335ccda70055675256c6889873bf1bfff55005a015
 WHIRLPOOL 
d7b46b46558897d307898e088718aa0a43421025ce6ef67ebeb40cc0cb5ffc8b857e4c967d87ab6caf9079330ce65dd5473863d3942bc1572bd9ec1ea40d4b3c
-EBUILD libdvbcsa-1.1.0.ebuild 784 SHA256 
86c3b0b125f81358d69934e826b64de69134a3aafc538d1877948714e4e1e0ac SHA512 
63316bfc290ee922b6f1dd02ac4f59677d33bbf42393ed8343c2e015f9abd73caf5b708c8fae766e0702430fd7295abafc9d8e2490ab2e47c44552c6ec6bb5f6
 WHIRLPOOL 
4f04db06148f7e098013fc346ad1879d2608f76769a42d66b67a76eddbf3dc573044786b22ceac9148f73fdee9221d29ede097b4616d6d58320a52289f03e9c1
-MISC ChangeLog 308 SHA256 
d78c407f956dad26c898c6272d18a15444eb9f08cfa4bcc8ce57b6e26db1952e SHA512 
d17b630db3d3de84a74a501a2e5b5fb4532cccdb4af56b9f83a24a97f3226d22b7a2157bf30b979c6196a2415e72845c23d46c9c2b89703c9845af58be4a0d78
 WHIRLPOOL 
c144d45d7740d682ef3c5e47540b86a4a5b00adffd74680e957a185d8a53fac05eac57e7b93f532413800e939d44ddeeada03fb9463f77a683e08477b98320b3
+EBUILD libdvbcsa-1.1.0.ebuild 849 SHA256 
4cc47d2feecdaeb6a42393ab995954db2090a5f57bd1f032ace31b91e8f4ccd6 SHA512 
f1562832fcfe6da67beb889ecee240f36898c62daafda26f3374a7de0c975b8fc3c24eafc50a71d1b4bf9a3d229f53abead6dcb15a7d2f7f587580718bb37f42
 WHIRLPOOL 
97cab3b1c04c3901cf76097c29b4f3a06f1931ae5e7f9c1b99167bc416345604fc1cb469782014fdeed53d70cc5b1498063658de2797b212f78dd8b003bd7a88
+MISC ChangeLog 419 SHA256 
add9ab3f10393ae40b8180c2d78315259d21730ba133312400fe6a18c885e645 SHA512 
2f3433c9f533fd22425b3b320effc53de0067beb0295e1f2af11f0dfc291f8420e8b32bcd39a01df9087af199ba2303a27c56c76d344d6aed564228df1a027df
 WHIRLPOOL 
e96828b0dc8297901d06c0ad4e5351630fe4e35e3fb3bd9a3019aed5c8899b78ea6ec67d7b5a1fa9807f7a286520d72ca477e3fc7cc76d50c3b1a058dde945f0
 MISC metadata.xml 266 SHA256 
f053231d7dabfaa27cf662a481dddc03977b13bd75f0591a51fe25820fabc01a SHA512 
63e3a73ee5a7bf043955c9a1c2c60a203f7f71b6a4b5bc87cc29c254422d007d479b3ca91d6a689649ecbad0c85664a64f1aa23214cb983e870a7301cfb374ab
 WHIRLPOOL 
7ee75fee84c332c69b527a254b68ed61113d0b417435bb1152c2faa09f867d725a0823a8a692002605d930ee20246640cec318b1b122a3afc111c779016c4a8b
 -BEGIN PGP SIGNATURE-
-Version: GnuPG v2.0.19 (GNU/Linux)
+Version: GnuPG v2.0.22 (GNU/Linux)
 Comment: added by hd_bru...@gentoo.org
 
-iD8DBQFS6YA1dn07HTTCgIoRCKymAKCj2SLMFddCkzy0sKeGo9iEHtpN6wCeMJcR
-cegn1dRKI8wOym6xAXdUPX0=
-=BeYr
+iD8DBQFU3N4Bdn07HTTCgIoRCGosAJ4qn62yqdaxkLiRUaWihVszA2rB4gCgvIJx
+re5O7EUilu5NfzuYLDRF4sc=
+=SflB
 -END PGP SIGNATURE-

diff --git a/media-libs/libdvbcsa/libdvbcsa-1.1.0.ebuild 
b/media-libs/libdvbcsa/libdvbcsa-1.1.0.ebuild
index 842c3fe..dbfc96d 100644
--- a/media-libs/libdvbcsa/libdvbcsa-1.1.0.ebuild
+++ b/media-libs/libdvbcsa/libdvbcsa-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: Exp $
 
@@ -13,7 +13,7 @@ 
SRC_URI="http://download.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.gz";
 KEYWORDS="~amd64 ~x86"
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="debug mmx sse2 +static-libs"
+IUSE="debug cpu_flags_x86_mmx cpu_flags_x86_sse2 +static-libs"
 
 DEPEND=""
 
@@ -27,8 +27,8 @@ src_configure() {
econf \
$(use_enable ppc altivec) \
$(use_enable debug) \
-   $(use_enable mmx) \
-   $(use_enable sse2) \
+   $(use_enable cp

[gentoo-commits] proj/ufed: New tag: ufed-0.92

2015-02-12 Thread Sven Eden
commit: 
Commit: Sven Eden  gmx  de>
CommitDate: Thu Feb 12 16:29:45 2015 +

New tag: ufed-0.92




[gentoo-commits] gentoo-x86 commit in net-misc/dahdi: ChangeLog dahdi-2.10.0.1-r1.ebuild dahdi-2.8.0.1.ebuild dahdi-2.7.0.1.ebuild dahdi-2.9.0-r1.ebuild dahdi-2.9.0.ebuild dahdi-2.6.2.ebuild dahdi-2.1

2015-02-12 Thread Tony Vroon (chainsaw)
chainsaw15/02/12 16:09:35

  Modified: ChangeLog
  Added:dahdi-2.10.0.1-r1.ebuild
  Removed:  dahdi-2.8.0.1.ebuild dahdi-2.7.0.1.ebuild
dahdi-2.9.0-r1.ebuild dahdi-2.9.0.ebuild
dahdi-2.6.2.ebuild dahdi-2.10.0.ebuild
  Log:
  Scavenge upstream commit as identified by Erich Seifert in bug #539594 to 
allow building against 3.19 kernels.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xB5058F9A)

Revision  ChangesPath
1.69 net-misc/dahdi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/dahdi/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   16 Jan 2015 09:49:51 -  1.68
+++ ChangeLog   12 Feb 2015 16:09:35 -  1.69
@@ -1,6 +1,14 @@
 # ChangeLog for net-misc/dahdi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi/ChangeLog,v 1.68 2015/01/16 
09:49:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi/ChangeLog,v 1.69 2015/02/12 
16:09:35 chainsaw Exp $
+
+*dahdi-2.10.0.1-r1 (12 Feb 2015)
+
+  12 Feb 2015; Tony Vroon  -dahdi-2.6.2.ebuild,
+  -dahdi-2.7.0.1.ebuild, -dahdi-2.8.0.1.ebuild, -dahdi-2.9.0.ebuild,
+  -dahdi-2.9.0-r1.ebuild, -dahdi-2.10.0.ebuild, +dahdi-2.10.0.1-r1.ebuild:
+  Scavenge upstream commit as identified by Erich Seifert in bug #539594 to
+  allow building against 3.19 kernels.
 
   16 Jan 2015; Agostino Sarubbo  dahdi-2.10.0.1.ebuild:
   Stable for x86, wrt bug #533104



1.1  net-misc/dahdi/dahdi-2.10.0.1-r1.ebuild

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

Index: dahdi-2.10.0.1-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi/dahdi-2.10.0.1-r1.ebuild,v 
1.1 2015/02/12 16:09:35 chainsaw Exp $

EAPI=5

inherit base linux-mod eutils flag-o-matic toolchain-funcs

MY_P="${P/dahdi/dahdi-linux}"
JNET=1.0.14
GENTOO=1.2.0
S="${WORKDIR}/${MY_P}"

DESCRIPTION="Kernel modules for Digium compatible hardware (formerly known as 
Zaptel)"
HOMEPAGE="http://www.asterisk.org";
SRC_URI="http://downloads.asterisk.org/pub/telephony/dahdi-linux/releases/${MY_P}.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-a4a-a0017.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-a4b-b0019.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-a8a-1d0017.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-a8b-1d0019.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-hx8-2.06.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-oct6114-032-1.05.01.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-oct6114-064-1.05.01.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-oct6114-128-1.05.01.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-oct6114-256-1.05.01.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-tc400m-MR6.12.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-te133-780019.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-te134-780017.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-te435-e0019.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-te436-10017.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-te820-1.76.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-vpmoct032-1.12.0.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fwload-vpmadt032-1.25.0.tar.gz
mirror://gentoo/gentoo-dahdi-patchset-${GENTOO}.tar.bz2
http://www.junghanns.net/downloads/jnet-dahdi-drivers-${JNET}.tar.gz";

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

DEPEND=""
RDEPEND=""

EPATCH_SUFFIX="diff"
PATCHES=( "${WORKDIR}/dahdi-patchset" )

CONFIG_CHECK="MODULES ~CRC_CCITT"

src_unpack() {
unpack ${A}
# Copy the firmware tarballs over, the makefile will try and download 
them otherwise
fo

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

2015-02-12 Thread Christoph Junghans (ottxor)
ottxor  15/02/12 15:58:35

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

Revision  ChangesPath
1.7  dev-perl/Switch/Switch-2.160.0-r1.ebuild

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

Index: Switch-2.160.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Switch/Switch-2.160.0-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Switch-2.160.0-r1.ebuild18 Oct 2014 14:09:42 -  1.6
+++ Switch-2.160.0-r1.ebuild12 Feb 2015 15:58:35 -  1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Switch/Switch-2.160.0-r1.ebuild,v 
1.6 2014/10/18 14:09:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Switch/Switch-2.160.0-r1.ebuild,v 
1.7 2015/02/12 15:58:35 ottxor Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 SRC_URI+=" 
http://dev.gentoo.org/~tove/distfiles/perl-core/Switch/Switch-2.16-rt60380.patch";
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux"
 IUSE=""
 
 SRC_TEST="do"



1.7  dev-perl/Switch/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Switch/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   18 Oct 2014 14:09:42 -  1.6
+++ ChangeLog   12 Feb 2015 15:58:35 -  1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Switch
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Switch/ChangeLog,v 1.6 2014/10/18 
14:09:42 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Switch/ChangeLog,v 1.7 2015/02/12 
15:58:35 ottxor Exp $
+
+  12 Feb 2015; Christoph Junghans  Switch-2.160.0-r1.ebuild:
+  added ~amd64-linux (tested by me)
 
   18 Oct 2014; Agostino Sarubbo  Switch-2.160.0-r1.ebuild:
   Stable for sparc, wrt bug #524154






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

2015-02-12 Thread Sven Eden
commit: 61532b5a6b52ba7371f45109769718164ce4a4fc
Author: Sven Eden  havi  de>
AuthorDate: Thu Feb 12 15:47:01 2015 +
Commit: Sven Eden  gmx  de>
CommitDate: Thu Feb 12 15:47:01 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/ufed.git;a=commit;h=61532b5a

Fix truncation of -* if set in make.conf.

---
 Portage.pm | 14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/Portage.pm b/Portage.pm
index d90be5e..a86e5bb 100644
--- a/Portage.pm
+++ b/Portage.pm
@@ -431,19 +431,19 @@ sub _determine_profiles
 # No parameters accepted
 sub _final_cleaning
 {
-   # The "disable all" flag is truncated to '*' by the parsing, but it
-   # has to read '-*'.
+   # The "disable all" flag is truncated to '*' by the parsing, but
+   # it has to read '-*'.
_add_temp("-*", "global");
 
$_use_temp->{'-*'}{global}{descr} = "{Never enable any flags other than 
those specified in make.conf}";
$_use_temp->{'-*'}{global}{conf} = 0; ## Can never be -1
-   
+
# Set it from the truncated config:
if (defined($_use_temp->{'*'}{global})) {
-   $_use_temp->{'*'}{global}{conf} > 0
+   $_use_temp->{'*'}{global}{conf} > -1
and $_use_temp->{'-*'}{global}{conf} = 1;
}
-   
+
# The following use flags are dangerous or internal only
# and must no be available using ufed:
defined($_use_temp->{"*"}) and delete($_use_temp->{"*"});
@@ -863,7 +863,9 @@ sub _read_make_conf {
 
$oldEnv{USE}{$flag}
and $_use_temp->{$flag}{global}{conf} = 1
-   or  $_use_temp->{$flag}{global}{conf} = -1;
+or $flag eq '*'
+   and $_use_temp->{$flag}{global}{conf} = 1
+or $_use_temp->{$flag}{global}{conf} = -1;
}

# Add PORTDIR and overlays to @_profiles



[gentoo-commits] gentoo-x86 commit in www-plugins/chrome-binary-plugins: chrome-binary-plugins-41.0.2272.53_beta1.ebuild ChangeLog chrome-binary-plugins-41.0.2272.43_beta1.ebuild

2015-02-12 Thread Mike Gilbert (floppym)
floppym 15/02/12 15:18:30

  Modified: ChangeLog
  Added:chrome-binary-plugins-41.0.2272.53_beta1.ebuild
  Removed:  chrome-binary-plugins-41.0.2272.43_beta1.ebuild
  Log:
  Automated update.
  
  (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.226www-plugins/chrome-binary-plugins/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?rev=1.226&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?rev=1.226&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?r1=1.225&r2=1.226

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -r1.225 -r1.226
--- ChangeLog   11 Feb 2015 00:38:50 -  1.225
+++ ChangeLog   12 Feb 2015 15:18:30 -  1.226
@@ -1,6 +1,13 @@
 # ChangeLog for www-plugins/chrome-binary-plugins
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.225 
2015/02/11 00:38:50 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.226 
2015/02/12 15:18:30 floppym Exp $
+
+*chrome-binary-plugins-41.0.2272.53_beta1 (12 Feb 2015)
+
+  12 Feb 2015; Mike Gilbert 
+  +chrome-binary-plugins-41.0.2272.53_beta1.ebuild,
+  -chrome-binary-plugins-41.0.2272.43_beta1.ebuild:
+  Automated update.
 
 *chrome-binary-plugins-42.0.2298.0_alpha1 (11 Feb 2015)
 



1.1  
www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.53_beta1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.53_beta1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.53_beta1.ebuild?rev=1.1&content-type=text/plain

Index: chrome-binary-plugins-41.0.2272.53_beta1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.53_beta1.ebuild,v
 1.1 2015/02/12 15:18:30 floppym Exp $

EAPI=5

inherit multilib unpacker

DESCRIPTION="Binary plugins from Google Chrome for use in Chromium"
HOMEPAGE="http://www.google.com/chrome";

case ${PV} in
*_alpha*|*)
SLOT="unstable"
CHROMEDIR="opt/google/chrome-${SLOT}"
MY_PV=${PV/_alpha/-}
;;
*_beta*)
SLOT="beta"
CHROMEDIR="opt/google/chrome-${SLOT}"
MY_PV=${PV/_beta/-}
;;
*_p*)
SLOT="stable"
CHROMEDIR="opt/google/chrome"
MY_PV=${PV/_p/-}
;;
*)
die "Invalid value for \${PV}: ${PV}"
;;
esac

MY_PN="google-chrome-${SLOT}"
MY_P="${MY_PN}_${MY_PV}"

if [[ ${PV} != * ]]; then
SRC_URI="
amd64? (

https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb
)
x86? (

https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_i386.deb
)
"
KEYWORDS="~amd64 ~x86"
fi

LICENSE="google-chrome"
IUSE="+flash +widevine"
RESTRICT="bindist mirror strip"

for x in 0 beta stable unstable; do
if [[ ${SLOT} != ${x} ]]; then
RDEPEND+=" !${CATEGORY}/${PN}:${x}"
fi
done

S="${WORKDIR}/${CHROMEDIR}"
QA_PREBUILT="*"

pkg_nofetch() {
eerror "Please wait 24 hours and sync your portage tree before 
reporting fetch failures."
}

if [[ ${PV} == * ]]; then
src_unpack() {
local base="https://dl.google.com/linux/direct";
local debarch=${ARCH/x86/i386}
wget -O google-chrome.deb 
"${base}/google-chrome-${SLOT}_current_${debarch}.deb" || die
unpack_deb ./google-chrome.deb
}
fi

src_install() {
local version flapper

insinto /usr/$(get_libdir)/chromium-browser/

if use widevine; then
doins libwidevinecdm.so
strings ./chrome | grep -C 1 " (version:" | tail -1 > 
widevine.version
doins widevine.version
einfo "Please note that if you intend to use this with 
www-clients/chromium,"
einfo "you'll need to enable the widevine USE flag there as 
well, in order to"
einfo "utilize the widevine USE flag that's been used here."
fi

if use flash; then
 

[gentoo-commits] gentoo-x86 commit in www-client/google-chrome-beta: google-chrome-beta-41.0.2272.53_p1.ebuild ChangeLog google-chrome-beta-41.0.2272.43_p1.ebuild

2015-02-12 Thread Mike Gilbert (floppym)
floppym 15/02/12 15:17:17

  Modified: ChangeLog
  Added:google-chrome-beta-41.0.2272.53_p1.ebuild
  Removed:  google-chrome-beta-41.0.2272.43_p1.ebuild
  Log:
  Automated update.
  
  (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.65 www-client/google-chrome-beta/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-beta/ChangeLog?rev=1.65&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-beta/ChangeLog?rev=1.65&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-beta/ChangeLog?r1=1.64&r2=1.65

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/google-chrome-beta/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   6 Feb 2015 15:57:12 -   1.64
+++ ChangeLog   12 Feb 2015 15:17:17 -  1.65
@@ -1,6 +1,13 @@
 # ChangeLog for www-client/google-chrome-beta
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/google-chrome-beta/ChangeLog,v 
1.64 2015/02/06 15:57:12 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/google-chrome-beta/ChangeLog,v 
1.65 2015/02/12 15:17:17 floppym Exp $
+
+*google-chrome-beta-41.0.2272.53_p1 (12 Feb 2015)
+
+  12 Feb 2015; Mike Gilbert 
+  +google-chrome-beta-41.0.2272.53_p1.ebuild,
+  -google-chrome-beta-41.0.2272.43_p1.ebuild:
+  Automated update.
 
 *google-chrome-beta-41.0.2272.43_p1 (06 Feb 2015)
 



1.1  
www-client/google-chrome-beta/google-chrome-beta-41.0.2272.53_p1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-beta/google-chrome-beta-41.0.2272.53_p1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-beta/google-chrome-beta-41.0.2272.53_p1.ebuild?rev=1.1&content-type=text/plain

Index: google-chrome-beta-41.0.2272.53_p1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/google-chrome-beta/google-chrome-beta-41.0.2272.53_p1.ebuild,v
 1.1 2015/02/12 15:17:17 floppym Exp $

EAPI="5"

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

inherit readme.gentoo chromium eutils multilib pax-utils unpacker

DESCRIPTION="The web browser from Google"
HOMEPAGE="http://www.google.com/chrome";

if [[ ${PN} == google-chrome ]]; then
MY_PN=${PN}-stable
else
MY_PN=${PN}
fi

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

SRC_URI="
amd64? (

http://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb
)
x86? (

http://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_i386.deb
)
"

LICENSE="google-chrome"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE="+plugins"
RESTRICT="bindist mirror strip"

RDEPEND="
app-arch/bzip2
app-misc/ca-certificates
dev-libs/expat
dev-libs/glib:2
dev-libs/nspr
dev-libs/nss
gnome-base/gconf:2
media-libs/alsa-lib
media-libs/fontconfig
media-libs/freetype:2
net-print/cups
sys-apps/dbus
sys-libs/libcap
x11-libs/cairo
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:2
>=x11-libs/libX11-1.5.0
x11-libs/libXcomposite
x11-libs/libXcursor
x11-libs/libXdamage
x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXi
x11-libs/libXrandr
x11-libs/libXrender
x11-libs/libXScrnSaver
x11-libs/libXtst
x11-libs/pango
x11-misc/xdg-utils
"

QA_PREBUILT="*"
S=${WORKDIR}
CHROME_HOME="opt/google/chrome${PN#google-chrome}"

DISABLE_AUTOFORMATTING="yes"
DOC_CONTENTS="
Some web pages may require additional fonts to display properly.
Try installing some of the following packages if some characters
are not displayed properly:
- media-fonts/arphicfonts
- media-fonts/bitstream-cyberbit
- media-fonts/droid
- media-fonts/ipamonafont
- media-fonts/ja-ipafonts
- media-fonts/takao-fonts
- media-fonts/wqy-microhei
- media-fonts/wqy-zenhei

Depending on your desktop environment, you may need
to install additional packages to get icons on the Downloads page.

For KDE, the required package is kde-base/oxygen-icons.

For other desktop environments, try one of the following:
- x11-themes/gnome-icon-theme
- x11-themes/tango-icon-theme

Please notice the bundled flash player (PepperFlash).
You can (de

[gentoo-commits] proj/gentoo-bsd:master commit in: scripts/mkstages/

2015-02-12 Thread Yuta SATOH
commit: 9bd0cc4e4d36f74120e6c938d9efe6e9889c2226
Author: Yuta SATOH  gentoo  gr  jp>
AuthorDate: Thu Feb 12 15:09:48 2015 +
Commit: Yuta SATOH  gentoo  gr  jp>
CommitDate: Thu Feb 12 15:09:48 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-bsd.git;a=commit;h=9bd0cc4e

stages_builder.sh, move FORCESTAGE3 env. fixed issus that does not find a 
previous clang stage3.

---
 scripts/mkstages/stages_builder.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/mkstages/stages_builder.sh 
b/scripts/mkstages/stages_builder.sh
index 856742a..58af37e 100755
--- a/scripts/mkstages/stages_builder.sh
+++ b/scripts/mkstages/stages_builder.sh
@@ -56,8 +56,8 @@ prepare(){
echo "Downloading aballier's ${TARGETSUBARCH} stage3 
file..."
wget -q -P /var/tmp/catalyst/builds/default 
"${oldstage3url}"
[[ $? -ne 0 ]] && exit 1
-   export FORCESTAGE3="${oldstage3fn}"
fi
+   export FORCESTAGE3="${oldstage3fn}"
fi
 
cd ${WORKDIR}



[gentoo-commits] gentoo-x86 commit in app-misc/devtodo: ChangeLog devtodo-0.1.20-r2.ebuild

2015-02-12 Thread Justin Lecher (jlec)
jlec15/02/12 14:42:21

  Modified: ChangeLog
  Removed:  devtodo-0.1.20-r2.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.116app-misc/devtodo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/devtodo/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog   12 Feb 2015 13:43:55 -  1.115
+++ ChangeLog   12 Feb 2015 14:42:21 -  1.116
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/devtodo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/ChangeLog,v 1.115 
2015/02/12 13:43:55 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/ChangeLog,v 1.116 
2015/02/12 14:42:21 jlec Exp $
+
+  12 Feb 2015; Justin Lecher  -devtodo-0.1.20-r2.ebuild:
+  Drop old
 
   12 Feb 2015; Raúl Porcel  devtodo-0.1.20-r3.ebuild:
   alpha/ia64/sparc stable wrt #534870






[gentoo-commits] proj/gentoo-bsd:master commit in: sys-freebsd/freebsd-lib/files/

2015-02-12 Thread Yuta SATOH
commit: acc53371016060ea87dcd3cea27552a295d56e6a
Author: Yuta SATOH  gentoo  gr  jp>
AuthorDate: Thu Feb 12 14:56:46 2015 +
Commit: Yuta SATOH  gentoo  gr  jp>
CommitDate: Thu Feb 12 14:56:46 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-bsd.git;a=commit;h=acc53371

added files/freebsd-lib-10.1-cve-2014-8611.patch

---
 .../files/freebsd-lib-10.1-cve-2014-8611.patch | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/sys-freebsd/freebsd-lib/files/freebsd-lib-10.1-cve-2014-8611.patch 
b/sys-freebsd/freebsd-lib/files/freebsd-lib-10.1-cve-2014-8611.patch
new file mode 100644
index 000..e225042
--- /dev/null
+++ b/sys-freebsd/freebsd-lib/files/freebsd-lib-10.1-cve-2014-8611.patch
@@ -0,0 +1,22 @@
+Index: lib/libc/stdio/fflush.c
+===
+--- lib/libc/stdio/fflush.c.orig
 lib/libc/stdio/fflush.c
+@@ -124,11 +124,13 @@
+   t = _swrite(fp, (char *)p, n);
+   if (t <= 0) {
+   /* Reset _p and _w. */
+-  if (p > fp->_p) /* Some was written. */
++  if (p > fp->_p) {
++  /* Some was written. */
+   memmove(fp->_p, p, n);
+-  fp->_p += n;
+-  if ((fp->_flags & (__SLBF | __SNBF)) == 0)
+-  fp->_w -= n;
++  fp->_p += n;
++  if ((fp->_flags & (__SLBF | __SNBF)) == 0)
++  fp->_w -= n;
++  }
+   fp->_flags |= __SERR;
+   return (EOF);
+   }



[gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-sipe: pidgin-sipe-1.19.0.ebuild ChangeLog

2015-02-12 Thread Ian Whyman (thev00d00)
thev00d0015/02/12 14:54:11

  Modified: ChangeLog
  Added:pidgin-sipe-1.19.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.35 x11-plugins/pidgin-sipe/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   30 Dec 2014 08:49:56 -  1.34
+++ ChangeLog   12 Feb 2015 14:54:11 -  1.35
@@ -1,6 +1,11 @@
 # ChangeLog for x11-plugins/pidgin-sipe
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.34 
2014/12/30 08:49:56 thev00d00 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.35 
2015/02/12 14:54:11 thev00d00 Exp $
+
+*pidgin-sipe-1.19.0 (12 Feb 2015)
+
+  12 Feb 2015; Ian Whyman  +pidgin-sipe-1.19.0.ebuild:
+  Version bump
 
 *pidgin-sipe-1.18.5 (30 Dec 2014)
 



1.1  x11-plugins/pidgin-sipe/pidgin-sipe-1.19.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.19.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.19.0.ebuild?rev=1.1&content-type=text/plain

Index: pidgin-sipe-1.19.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.19.0.ebuild,v 1.1 
2015/02/12 14:54:11 thev00d00 Exp $

EAPI=5

inherit autotools eutils

DESCRIPTION="Pidgin Plug-in SIPE (Sip Exchange Protocol)"
HOMEPAGE="http://sipe.sourceforge.net/";
SRC_URI="mirror://sourceforge/sipe/${P}.tar.gz"

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

IUSE="debug kerberos ocs2005-message-hack openssl telepathy voice"

RDEPEND=">=dev-libs/gmime-2.4.16
dev-libs/libxml2
openssl? ( dev-libs/openssl )
!openssl? ( dev-libs/nss )
kerberos? ( virtual/krb5 )
voice? (
>=dev-libs/glib-2.28.0
>=net-libs/libnice-0.1.0
media-libs/gstreamer:0.10
>=net-im/pidgin-2.8.0
)
!voice? (
>=dev-libs/glib-2.12.0:2
net-im/pidgin
)
telepathy? (
>=sys-apps/dbus-1.1.0
>=dev-libs/dbus-glib-0.61
>=dev-libs/glib-2.28:2
>=net-libs/telepathy-glib-0.18.0
)
"

DEPEND="dev-util/intltool
virtual/pkgconfig
${RDEPEND}
"

src_prepare() {
eautoreconf
}

src_configure() {
econf \
--enable-purple \
--disable-quality-check \
$(use_enable telepathy) \
$(use_enable debug) \
$(use_enable ocs2005-message-hack) \
$(use_with kerberos krb5) \
$(use_with voice vv) \
$(use_enable !openssl nss) \
$(use_enable openssl)
}

src_install() {
emake install DESTDIR="${D}"
dodoc AUTHORS ChangeLog NEWS TODO README
}






[gentoo-commits] gentoo-x86 commit in sci-libs/cholmod: cholmod-1.6.0-r1.ebuild ChangeLog

2015-02-12 Thread Justin Lecher (jlec)
jlec15/02/12 14:47:37

  Modified: cholmod-1.6.0-r1.ebuild ChangeLog
  Log:
  Add missing dependency, #539812
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.19 sci-libs/cholmod/cholmod-1.6.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild?rev=1.19&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild?rev=1.19&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild?r1=1.18&r2=1.19

Index: cholmod-1.6.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- cholmod-1.6.0-r1.ebuild 21 Feb 2013 21:56:07 -  1.18
+++ cholmod-1.6.0-r1.ebuild 12 Feb 2015 14:47:37 -  1.19
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild,v 
1.18 2013/02/21 21:56:07 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild,v 
1.19 2015/02/12 14:47:37 jlec Exp $
 
 inherit autotools eutils toolchain-funcs
 
@@ -20,6 +20,7 @@
 RDEPEND="
sci-libs/amd
sci-libs/colamd
+   sci-libs/ufconfig
metis? (
sci-libs/camd
 sci-libs/ccolamd



1.44 sci-libs/cholmod/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   13 Jan 2015 17:09:49 -  1.43
+++ ChangeLog   12 Feb 2015 14:47:37 -  1.44
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/cholmod
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v 1.43 
2015/01/13 17:09:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v 1.44 
2015/02/12 14:47:37 jlec Exp $
+
+  12 Feb 2015; Justin Lecher  cholmod-1.6.0-r1.ebuild:
+  Add missing dependency, #539812
 
   13 Jan 2015; Jeroen Roovers  cholmod-2.1.2.ebuild:
   Stable for HPPA (bug #534648).






[gentoo-commits] gentoo-x86 commit in app-misc/colordiff: ChangeLog colordiff-1.0.13.ebuild

2015-02-12 Thread Justin Lecher (jlec)
jlec15/02/12 14:40:32

  Modified: ChangeLog
  Removed:  colordiff-1.0.13.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.112app-misc/colordiff/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/colordiff/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog   12 Feb 2015 13:40:10 -  1.111
+++ ChangeLog   12 Feb 2015 14:40:32 -  1.112
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/colordiff
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/colordiff/ChangeLog,v 1.111 
2015/02/12 13:40:10 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/colordiff/ChangeLog,v 1.112 
2015/02/12 14:40:32 jlec Exp $
+
+  12 Feb 2015; Justin Lecher  -colordiff-1.0.13.ebuild:
+  Drop old
 
   12 Feb 2015; Raúl Porcel  colordiff-1.0.13-r1.ebuild:
   alpha/ia64/sparc stable wrt #534866






[gentoo-commits] gentoo-x86 commit in net-mail/vchkuser: vchkuser-0.4.ebuild ChangeLog

2015-02-12 Thread Mike Frysinger (vapier)
vapier  15/02/12 14:19:15

  Modified: vchkuser-0.4.ebuild ChangeLog
  Log:
  Stabilize for all.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.2  net-mail/vchkuser/vchkuser-0.4.ebuild

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

Index: vchkuser-0.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/vchkuser/vchkuser-0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vchkuser-0.4.ebuild 4 Oct 2010 12:40:02 -   1.1
+++ vchkuser-0.4.ebuild 12 Feb 2015 14:19:15 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vchkuser/vchkuser-0.4.ebuild,v 1.1 
2010/10/04 12:40:02 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vchkuser/vchkuser-0.4.ebuild,v 1.2 
2015/02/12 14:19:15 vapier Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="debug"
 
 DEPEND="net-mail/vpopmail



1.6  net-mail/vchkuser/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/vchkuser/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   20 Jun 2013 07:20:52 -  1.5
+++ ChangeLog   12 Feb 2015 14:19:15 -  1.6
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/vchkuser
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vchkuser/ChangeLog,v 1.5 
2013/06/20 07:20:52 hollow Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vchkuser/ChangeLog,v 1.6 
2015/02/12 14:19:15 vapier Exp $
+
+  12 Feb 2015; Mike Frysinger  vchkuser-0.4.ebuild:
+  Stabilize for all.
 
   20 Jun 2013; Benedikt Böhm  metadata.xml:
   remove myself from maintainers
@@ -27,4 +30,3 @@
   14 Feb 2009; Benedikt Böhm  +metadata.xml,
   +vchkuser-0.3.1.ebuild:
   initial ebuild
-






[gentoo-commits] gentoo-x86 commit in app-misc/devtodo: ChangeLog devtodo-0.1.20-r3.ebuild

2015-02-12 Thread Raul Porcel (armin76)
armin76 15/02/12 13:43:55

  Modified: ChangeLog devtodo-0.1.20-r3.ebuild
  Log:
  alpha/ia64/sparc stable wrt #534870
  
  (Portage version: 2.2.14/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.115app-misc/devtodo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/devtodo/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog   26 Jan 2015 10:36:08 -  1.114
+++ ChangeLog   12 Feb 2015 13:43:55 -  1.115
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/devtodo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/ChangeLog,v 1.114 
2015/01/26 10:36:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/ChangeLog,v 1.115 
2015/02/12 13:43:55 armin76 Exp $
+
+  12 Feb 2015; Raúl Porcel  devtodo-0.1.20-r3.ebuild:
+  alpha/ia64/sparc stable wrt #534870
 
   26 Jan 2015; Agostino Sarubbo  devtodo-0.1.20-r3.ebuild:
   Stable for x86, wrt bug #534870



1.8  app-misc/devtodo/devtodo-0.1.20-r3.ebuild

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

Index: devtodo-0.1.20-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/devtodo/devtodo-0.1.20-r3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- devtodo-0.1.20-r3.ebuild26 Jan 2015 10:36:08 -  1.7
+++ devtodo-0.1.20-r3.ebuild12 Feb 2015 13:43:55 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/devtodo-0.1.20-r3.ebuild,v 
1.7 2015/01/26 10:36:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/devtodo-0.1.20-r3.ebuild,v 
1.8 2015/02/12 13:43:55 armin76 Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND="






[gentoo-commits] gentoo-x86 commit in app-misc/colordiff: ChangeLog colordiff-1.0.13-r1.ebuild

2015-02-12 Thread Raul Porcel (armin76)
armin76 15/02/12 13:40:10

  Modified: ChangeLog colordiff-1.0.13-r1.ebuild
  Log:
  alpha/ia64/sparc stable wrt #534866
  
  (Portage version: 2.2.14/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.111app-misc/colordiff/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/colordiff/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog   26 Jan 2015 10:35:51 -  1.110
+++ ChangeLog   12 Feb 2015 13:40:10 -  1.111
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/colordiff
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/colordiff/ChangeLog,v 1.110 
2015/01/26 10:35:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/colordiff/ChangeLog,v 1.111 
2015/02/12 13:40:10 armin76 Exp $
+
+  12 Feb 2015; Raúl Porcel  colordiff-1.0.13-r1.ebuild:
+  alpha/ia64/sparc stable wrt #534866
 
   26 Jan 2015; Agostino Sarubbo  colordiff-1.0.13-r1.ebuild:
   Stable for x86, wrt bug #534866



1.8  app-misc/colordiff/colordiff-1.0.13-r1.ebuild

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

Index: colordiff-1.0.13-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-misc/colordiff/colordiff-1.0.13-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- colordiff-1.0.13-r1.ebuild  26 Jan 2015 10:35:51 -  1.7
+++ colordiff-1.0.13-r1.ebuild  12 Feb 2015 13:40:10 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-misc/colordiff/colordiff-1.0.13-r1.ebuild,v 1.7 
2015/01/26 10:35:51 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-misc/colordiff/colordiff-1.0.13-r1.ebuild,v 1.8 
2015/02/12 13:40:10 armin76 Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~ppc-aix 
~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix 
~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="






[gentoo-commits] gentoo-x86 commit in app-office/geierlein: geierlein-0.7.3.ebuild ChangeLog

2015-02-12 Thread Hanno Boeck (hanno)
hanno   15/02/12 13:17:17

  Modified: ChangeLog
  Added:geierlein-0.7.3.ebuild
  Log:
  geierlein bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
BBB51E42)

Revision  ChangesPath
1.11 app-office/geierlein/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/geierlein/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   18 Jan 2015 19:34:00 -  1.10
+++ ChangeLog   12 Feb 2015 13:17:17 -  1.11
@@ -1,6 +1,11 @@
 # ChangeLog for app-office/geierlein
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/geierlein/ChangeLog,v 1.10 
2015/01/18 19:34:00 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/geierlein/ChangeLog,v 1.11 
2015/02/12 13:17:17 hanno Exp $
+
+*geierlein-0.7.3 (12 Feb 2015)
+
+  12 Feb 2015;  +geierlein-0.7.3.ebuild:
+  Bump.
 
 *geierlein-0.7.1 (18 Jan 2015)
 



1.1  app-office/geierlein/geierlein-0.7.3.ebuild

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

Index: geierlein-0.7.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-office/geierlein/geierlein-0.7.3.ebuild,v 1.1 
2015/02/12 13:17:17 hanno Exp $

EAPI=5

DESCRIPTION="Submit tax forms (Umsatzsteuervoranmeldung) to the german digital 
tax project ELSTER"
HOMEPAGE="http://stesie.github.com/geierlein/";
SRC_URI="https://github.com/stesie/geierlein/archive/V${PV}.tar.gz -> 
${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="|| ( www-client/firefox www-client/firefox-bin )"
DEPEND=""

# needs nodejs and a couple of modules we don't have packaged
RESTRICT="test"

src_compile() {
emake prefix=/usr
}

src_install() {
emake \
DESTDIR="${D}" \
prefix=/usr \
install || die
dodoc README.md
}






[gentoo-commits] gentoo-x86 commit in net-libs/gtk-vnc: gtk-vnc-0.5.4.ebuild metadata.xml ChangeLog

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 13:16:54

  Modified: metadata.xml ChangeLog
  Added:gtk-vnc-0.5.4.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.9  net-libs/gtk-vnc/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/metadata.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- metadata.xml10 Aug 2013 20:23:22 -  1.8
+++ metadata.xml12 Feb 2015 13:16:54 -  1.9
@@ -5,8 +5,5 @@
   virtualization
   
 Build the gtk3 gtk-vnc library and other gtk3 
assets
-Use dev-libs/gobject-introspection
-   for introspection
-Enable bindings for dev-lang/vala
   
 



1.124net-libs/gtk-vnc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog   13 Nov 2014 12:30:40 -  1.123
+++ ChangeLog   12 Feb 2015 13:16:54 -  1.124
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/gtk-vnc
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.123 
2014/11/13 12:30:40 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.124 
2015/02/12 13:16:54 pacho Exp $
+
+*gtk-vnc-0.5.4 (12 Feb 2015)
+
+  12 Feb 2015; Pacho Ramos  +gtk-vnc-0.5.4.ebuild,
+  metadata.xml:
+  Version bump
 
   13 Nov 2014; Pacho Ramos  -files/gtk-vnc-0.5.0-pod.patch,
   -files/gtk-vnc-0.5.0-pulseaudio-automagic.patch, -gtk-vnc-0.5.2.ebuild:



1.1  net-libs/gtk-vnc/gtk-vnc-0.5.4.ebuild

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

Index: gtk-vnc-0.5.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.5.4.ebuild,v 1.1 
2015/02/12 13:16:54 pacho Exp $

EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
PYTHON_COMPAT=( python2_7 )
VALA_MIN_API_VERSION="0.16"
VALA_USE_DEPEND="vapigen"

inherit gnome2 python-r1 vala

DESCRIPTION="VNC viewer widget for GTK"
HOMEPAGE="https://wiki.gnome.org/Projects/gtk-vnc";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="examples +gtk3 +introspection pulseaudio python sasl vala"
REQUIRED_USE="
python? ( ${PYTHON_REQUIRED_USE} )
vala? ( gtk3 introspection )
"

# libview is used in examples/gvncviewer -- no need
# glib-2.30.1 needed to avoid linking failure due to .la files (bug #399129)
COMMON_DEPEND="
>=dev-libs/glib-2.30.1:2
>=dev-libs/libgcrypt-1.4.2:0
dev-libs/libgpg-error
>=net-libs/gnutls-2.12
>=x11-libs/cairo-1.2
>=x11-libs/gtk+-2.18:2
x11-libs/libX11
gtk3? ( >=x11-libs/gtk+-2.91.3:3 )
introspection? ( >=dev-libs/gobject-introspection-0.9.4 )
pulseaudio? ( media-sound/pulseaudio )
python? (
${PYTHON_DEPS}
>=dev-python/pygtk-2:2[${PYTHON_USEDEP}] )
sasl? ( dev-libs/cyrus-sasl )
"
RDEPEND="${COMMON_DEPEND}"

DEPEND="${COMMON_DEPEND}
>=dev-lang/perl-5
>=dev-util/intltool-0.40
sys-devel/gettext
virtual/pkgconfig
vala? (
$(vala_depend)
>=dev-libs/gobject-introspection-0.9.4 )
"
# eautoreconf requires gnome-common

GTK2_BUILDDIR="${WORKDIR}/${P}_gtk2"
GTK3_BUILDDIR="${WORKDIR}/${P}_gtk3"

src_prepare() {
mkdir -p "${GTK2_BUILDDIR}" || die
mkdir -p "${GTK3_BUILDDIR}" || die
prepare_python() {
mkdir -p "${BUILD_DIR}" || die
}
if use python; then
python_foreach_impl prepare

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

2015-02-12 Thread Patrick Lauer (patrick)
patrick 15/02/12 13:07:34

  Modified: package.mask
  Log:
  Fix timestamp to avoid timetravel

Revision  ChangesPath
1.16355  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16354
retrieving revision 1.16355
diff -u -r1.16354 -r1.16355
--- package.mask12 Feb 2015 06:43:43 -  1.16354
+++ package.mask12 Feb 2015 13:07:34 -  1.16355
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16354 2015/02/12 
06:43:43 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16355 2015/02/12 
13:07:34 patrick 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
@@ -56,7 +56,7 @@
 # https://lists.torproject.org/pipermail/tor-dev/2015-February/008244.html
 net-misc/vidalia
 
-# Hanno Boeck  (08 Feb 2150)
+# Hanno Boeck  (08 Feb 2015)
 # Dead upstream, will be removed in 30 days if nobody
 # complains.
 app-portage/portage-mod_jabber






[gentoo-commits] gentoo-x86 commit in gnome-extra/gnome-boxes: gnome-boxes-3.14.3.1.ebuild ChangeLog

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 13:00:19

  Modified: ChangeLog
  Added:gnome-boxes-3.14.3.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.12 gnome-extra/gnome-boxes/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-boxes/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   22 Dec 2014 21:42:06 -  1.11
+++ ChangeLog   12 Feb 2015 13:00:19 -  1.12
@@ -1,6 +1,11 @@
 # ChangeLog for gnome-extra/gnome-boxes
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-boxes/ChangeLog,v 1.11 
2014/12/22 21:42:06 eva Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-boxes/ChangeLog,v 1.12 
2015/02/12 13:00:19 pacho Exp $
+
+*gnome-boxes-3.14.3.1 (12 Feb 2015)
+
+  12 Feb 2015; Pacho Ramos  +gnome-boxes-3.14.3.1.ebuild:
+  Version bump
 
 *gnome-boxes-3.14.2 (22 Dec 2014)
 



1.1  gnome-extra/gnome-boxes/gnome-boxes-3.14.3.1.ebuild

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

Index: gnome-boxes-3.14.3.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/gnome-boxes/gnome-boxes-3.14.3.1.ebuild,v 
1.1 2015/02/12 13:00:19 pacho Exp $

EAPI="5"
GCONF_DEBUG="no"
VALA_USE_DEPEND="vapigen"
VALA_MIN_API_VERSION="0.26"

inherit linux-info gnome2 readme.gentoo vala

DESCRIPTION="Simple GNOME 3 application to access remote or virtual systems"
HOMEPAGE="https://wiki.gnome.org/Apps/Boxes";

LICENSE="LGPL-2"
SLOT="0"

# We force 'bindist' due to licenses from gnome-boxes-nonfree
IUSE="smartcard usbredir" #bindist
KEYWORDS="~amd64" # qemu-kvm[spice] is 64bit-only

# NOTE: sys-fs/* stuff is called via exec()
# FIXME: ovirt is not available in tree
# FIXME: use vala.eclass but only because of libgd not being able
#to use its pre-generated files so do not copy all the
#vala deps like live ebuild has.
RDEPEND="
>=app-arch/libarchive-3:=
>=dev-libs/glib-2.38:2
>=dev-libs/gobject-introspection-0.9.6
>=dev-libs/libxml2-2.7.8:2
>=sys-libs/libosinfo-0.2.11
>=app-emulation/qemu-1.3.1[spice,smartcard?,usbredir?]
>=app-emulation/libvirt-0.9.3[libvirtd,qemu]
>=app-emulation/libvirt-glib-0.1.9
>=x11-libs/gtk+-3.13.2:3
>=net-libs/gtk-vnc-0.4.4[gtk3]
>=net-misc/spice-gtk-0.16[gtk3,smartcard?,usbredir?]

>=app-misc/tracker-0.16:0=[iso]

>=sys-apps/util-linux-2.20
>=net-libs/libsoup-2.38:2.4

sys-fs/fuse
sys-fs/fuseiso
sys-fs/mtools
virtual/libgudev:=
"
#   !bindist? ( gnome-extra/gnome-boxes-nonfree )

DEPEND="${RDEPEND}
$(vala_depend)
app-text/yelp-tools
dev-util/desktop-file-utils
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
virtual/pkgconfig
"

DISABLE_AUTOFORMATTING="yes"
DOC_CONTENTS="Before running gnome-boxes, you will need to load the KVM modules.
If you have an Intel Processor, run:
# modprobe kvm-intel

If you have an AMD Processor, run:
# modprobe kvm-amd"

pkg_pretend() {
linux-info_get_any_version

if linux_config_exists; then
if ! { linux_chkconfig_present KVM_AMD || \
linux_chkconfig_present KVM_INTEL; }; then
ewarn "You need KVM support in your kernel to use GNOME 
Boxes!"
fi
fi
}

src_prepare() {
# Do not change CFLAGS, wondering about VALA ones but appears to be
# needed as noted in configure comments below
sed 's/CFLAGS="$CFLAGS -O0 -ggdb3"//' -i configure{.ac,} || die

vala_src_prepare
gnome2_src_prepare
}

src_configure() {
# debug needed for splitdebug proper behavior (cardoe), bug #
gnome2_src_configure \
--enable-debug \
--disable-strict-cc \
$(use_enable usbredir) \
$(use_enable smartcard) \

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

2015-02-12 Thread Kent Fredric
commit: 651b2f5800d748d751427dc55a1da39e457c6e7d
Author: Sergiy Borodych  gmail  com>
AuthorDate: Thu Feb 12 09:29:44 2015 +
Commit: Kent Fredric  gmail  com>
CommitDate: Thu Feb 12 10:33:39 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=651b2f58

[bump] dev-perl/Devel-Cover-1.170.0

Package-Manager: portage-2.2.14

---
 dev-perl/Devel-Cover/Devel-Cover-1.170.0.ebuild | 38 +
 1 file changed, 38 insertions(+)

diff --git a/dev-perl/Devel-Cover/Devel-Cover-1.170.0.ebuild 
b/dev-perl/Devel-Cover/Devel-Cover-1.170.0.ebuild
new file mode 100644
index 000..b11fce1
--- /dev/null
+++ b/dev-perl/Devel-Cover/Devel-Cover-1.170.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=PJCJ
+MODULE_VERSION=1.17
+inherit perl-module
+
+DESCRIPTION='Code coverage metrics for Perl'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+   # ExtUtils::MakeMaker
+   echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+   # Digest::MD5
+   echo virtual/perl-Digest-MD5
+   # Storable
+   echo virtual/perl-Storable
+   # perl 5.006001 ( 5.6.1 )
+   echo \>=dev-lang/perl-5.6.1
+}
+perl_meta_test() {
+   # Test::More
+   echo virtual/perl-Test-Simple
+   # Test::Warn
+   echo dev-perl/Test-Warn
+}
+DEPEND="
+   $(perl_meta_configure)
+   $(perl_meta_runtime)
+   test? ( $(perl_meta_test) )
+"
+RDEPEND="
+   $(perl_meta_runtime)
+"



[gentoo-commits] gentoo-x86 commit in net-misc/tigervnc: ChangeLog tigervnc-1.3.1-r4.ebuild tigervnc-1.3.1-r3.ebuild

2015-02-12 Thread Raul Porcel (armin76)
armin76 15/02/12 12:03:26

  Modified: ChangeLog
  Added:tigervnc-1.3.1-r4.ebuild tigervnc-1.3.1-r3.ebuild
  Log:
  Add revision bump with security patch for bug #534714
  
  (Portage version: 2.2.14/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.199net-misc/tigervnc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -r1.198 -r1.199
--- ChangeLog   10 Feb 2015 10:37:07 -  1.198
+++ ChangeLog   12 Feb 2015 12:03:26 -  1.199
@@ -1,6 +1,13 @@
 # ChangeLog for net-misc/tigervnc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.198 
2015/02/10 10:37:07 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.199 
2015/02/12 12:03:26 armin76 Exp $
+
+*tigervnc-1.3.1-r4 (12 Feb 2015)
+*tigervnc-1.3.1-r3 (12 Feb 2015)
+
+  12 Feb 2015; Raúl Porcel  +tigervnc-1.3.1-r3.ebuild,
+  +tigervnc-1.3.1-r4.ebuild, +files/1.3.1-CVE-2014-8240.patch:
+  Add revision bump with security patch for bug #534714
 
   10 Feb 2015; Chí-Thanh Christopher Nguyễn 
   -files/1.1.0-export_missing_symbol.patch, -files/1.1.0-gethomedir.patch,



1.1  net-misc/tigervnc/tigervnc-1.3.1-r4.ebuild

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

Index: tigervnc-1.3.1-r4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.3.1-r4.ebuild,v 
1.1 2015/02/12 12:03:26 armin76 Exp $

EAPI="4"

inherit eutils cmake-utils autotools java-pkg-opt-2 flag-o-matic

PATCHVER="0.1"
XSERVER_VERSION="1.16.0"
OPENGL_DIR="xorg-x11"
#MY_P="${PN}-1.2.80-20130314svn5065"
#S="${WORKDIR}/${MY_P}"

DESCRIPTION="Remote desktop viewer display system"
HOMEPAGE="http://www.tigervnc.org";
SRC_URI="mirror://sourceforge/tigervnc/${P}.tar.gz
mirror://gentoo/${PN}.png
mirror://gentoo/${PN}-1.3.1-patches-${PATCHVER}.tar.bz2

http://dev.gentoo.org/~armin76/dist/${PN}-1.3.1-patches-${PATCHVER}.tar.bz2
server? ( 
ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-${XSERVER_VERSION}.tar.bz2
  )"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
IUSE="gnutls java nptl +opengl pam server +xorgmodule"

RDEPEND="virtual/jpeg:0
sys-libs/zlib
>=x11-libs/libXtst-1.0.99.2
>=x11-libs/fltk-1.3.1
gnutls? ( net-libs/gnutls )
java? ( >=virtual/jre-1.5 )
pam? ( virtual/pam )
server? (
dev-lang/perl
>=x11-libs/libXi-1.2.99.1
>=x11-libs/libXfont-1.4.2
>=x11-libs/libxkbfile-1.0.4
x11-libs/libXrender
>=x11-libs/pixman-0.27.2
>=x11-apps/xauth-1.0.3
x11-apps/xsetroot
>=x11-misc/xkeyboard-config-2.4.1-r3
opengl? ( >=app-admin/eselect-opengl-1.0.8 )
xorgmodule? ( =x11-base/xorg-server-${XSERVER_VERSION%.*}* )
)
!net-misc/vnc
!net-misc/tightvnc
!net-misc/xf4vnc"
DEPEND="${RDEPEND}
amd64? ( dev-lang/nasm )
x86? ( dev-lang/nasm )
>=x11-proto/inputproto-2.2.99.1
>=x11-proto/xextproto-7.2.99.901
>=x11-proto/xproto-7.0.26
java? ( >=virtual/jdk-1.5 )
server? (
virtual/pkgconfig
media-fonts/font-util
x11-misc/util-macros
>=x11-proto/bigreqsproto-1.1.0
>=x11-proto/compositeproto-0.4
>=x11-proto/damageproto-1.1
>=x11-proto/fixesproto-5.0
>=x11-proto/fontsproto-2.1.3
>=x11-proto/glproto-1.4.17
>=x11-proto/randrproto-1.4.0
>=x11-proto/renderproto-0.11
>=x11-proto/resourceproto-1.2.0
>=x11-proto/scrnsaverproto-1.1
>=x11-proto/videoproto-2.2.2
>=x11-proto/xcmiscproto-1.2.0
>=x11-proto/xineramaproto-1.1.3
>=x11-libs/xtrans-1.3.3
   

[gentoo-commits] gentoo-x86 commit in net-misc/tigervnc/files: 1.3.1-CVE-2014-8240.patch

2015-02-12 Thread Raul Porcel (armin76)
armin76 15/02/12 12:03:26

  Added:1.3.1-CVE-2014-8240.patch
  Log:
  Add revision bump with security patch for bug #534714
  
  (Portage version: 2.2.14/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.1  net-misc/tigervnc/files/1.3.1-CVE-2014-8240.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/files/1.3.1-CVE-2014-8240.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/files/1.3.1-CVE-2014-8240.patch?rev=1.1&content-type=text/plain

Index: 1.3.1-CVE-2014-8240.patch
===
Patch-Mainline: To be upstreamed
References: bnc#900896 CVE-2014-8240
Signed-off-by: Michal Srb 

Index: tigervnc-1.4.1/unix/x0vncserver/Image.cxx
===
--- tigervnc-1.4.1.orig/unix/x0vncserver/Image.cxx
+++ tigervnc-1.4.1/unix/x0vncserver/Image.cxx
@@ -80,6 +80,14 @@ void Image::Init(int width, int height)
   xim = XCreateImage(dpy, vis, DefaultDepth(dpy, DefaultScreen(dpy)),
  ZPixmap, 0, 0, width, height, BitmapPad(dpy), 0);
 
+  if (xim->bytes_per_line <= 0 ||
+  xim->height <= 0 ||
+  xim->height >= INT_MAX / xim->bytes_per_line) {
+vlog.error("Invalid display size");
+XDestroyImage(xim);
+exit(1);
+  }
+
   xim->data = (char *)malloc(xim->bytes_per_line * xim->height);
   if (xim->data == NULL) {
 vlog.error("malloc() failed");
@@ -254,6 +262,17 @@ void ShmImage::Init(int width, int heigh
 delete shminfo;
 shminfo = NULL;
 return;
+  }
+
+  if (xim->bytes_per_line <= 0 ||
+  xim->height <= 0 ||
+  xim->height >= INT_MAX / xim->bytes_per_line) {
+vlog.error("Invalid display size");
+XDestroyImage(xim);
+xim = NULL;
+delete shminfo;
+shminfo = NULL;
+return;
   }
 
   shminfo->shmid = shmget(IPC_PRIVATE,
Index: tigervnc-1.4.1/vncviewer/X11PixelBuffer.cxx
===
--- tigervnc-1.4.1.orig/vncviewer/X11PixelBuffer.cxx
+++ tigervnc-1.4.1/vncviewer/X11PixelBuffer.cxx
@@ -106,6 +106,15 @@ X11PixelBuffer::X11PixelBuffer(int width
 if (!xim)
   throw rfb::Exception(_("Could not create framebuffer image"));
 
+if (xim->bytes_per_line <= 0 ||
+   xim->height <= 0 ||
+   xim->height >= INT_MAX / xim->bytes_per_line) {
+  if (xim)
+   XDestroyImage(xim);
+  xim = NULL;
+  throw rfb::Exception("Invalid display size");
+}
+
 xim->data = (char*)malloc(xim->bytes_per_line * xim->height);
 if (!xim->data)
   throw rfb::Exception(_("Not enough memory for framebuffer"));
@@ -172,6 +181,16 @@ int X11PixelBuffer::setupShm()
   if (!xim)
 goto free_shminfo;
 
+  if (xim->bytes_per_line <= 0 ||
+  xim->height <= 0 ||
+  xim->height >= INT_MAX / xim->bytes_per_line) {
+XDestroyImage(xim);
+xim = NULL;
+delete shminfo;
+shminfo = NULL;
+throw rfb::Exception("Invalid display size");
+  }
+
   shminfo->shmid = shmget(IPC_PRIVATE,
   xim->bytes_per_line * xim->height,
   IPC_CREAT|0777);






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

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 11:54:02

  Modified: metadata.xml ChangeLog
  Added:muffin-2.4.3.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  x11-wm/muffin/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/muffin/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml25 Jan 2012 08:42:11 -  1.1
+++ metadata.xml12 Feb 2015 11:54:02 -  1.2
@@ -2,8 +2,4 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 
gnome
-   
-   Use 
dev-libs/gobject-introspection
-   for introspection
-   
 



1.25 x11-wm/muffin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/muffin/ChangeLog?rev=1.25&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/muffin/ChangeLog?rev=1.25&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/muffin/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/muffin/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   11 Jan 2015 16:29:11 -  1.24
+++ ChangeLog   12 Feb 2015 11:54:02 -  1.25
@@ -1,6 +1,12 @@
 # ChangeLog for x11-wm/muffin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/muffin/ChangeLog,v 1.24 2015/01/11 
16:29:11 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/muffin/ChangeLog,v 1.25 2015/02/12 
11:54:02 pacho Exp $
+
+*muffin-2.4.3 (12 Feb 2015)
+
+  12 Feb 2015; Pacho Ramos  +muffin-2.4.3.ebuild,
+  metadata.xml:
+  Version bump
 
 *muffin-2.4.2 (11 Jan 2015)
 



1.1  x11-wm/muffin/muffin-2.4.3.ebuild

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

Index: muffin-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/x11-wm/muffin/muffin-2.4.3.ebuild,v 1.1 
2015/02/12 11:54:02 pacho Exp $

EAPI="5"
GCONF_DEBUG="no"
PYTHON_COMPAT=( python2_7 )

inherit autotools eutils gnome2 python-any-r1

DESCRIPTION="Compositing window manager forked from Mutter for use with 
Cinnamon"
HOMEPAGE="http://cinnamon.linuxmint.com/";
SRC_URI="https://github.com/linuxmint/muffin/archive/${PV}.tar.gz -> 
${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
IUSE="+introspection test xinerama"
KEYWORDS="~amd64 ~x86"

COMMON_DEPEND="
>=x11-libs/pango-1.2[X,introspection?]
>=x11-libs/cairo-1.10:=[X]
x11-libs/gdk-pixbuf:2[introspection?]
>=x11-libs/gtk+-3.3.7:3[X,introspection?]
>=dev-libs/glib-2.25.10:2
>=gnome-extra/cinnamon-desktop-2.3:0=[introspection?]
>=gnome-base/gsettings-desktop-schemas-3.3.0[introspection?]
>=media-libs/clutter-1.9.10:1.0=[introspection?]
>=media-libs/cogl-1.9.6:1.0=[introspection?]
>=media-libs/libcanberra-0.26[gtk3]
>=x11-libs/libXcomposite-0.2
>=x11-libs/startup-notification-0.7:=

x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
x11-libs/libXcomposite
x11-libs/libXcursor
x11-libs/libXdamage
x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXrandr
x11-libs/libXrender
virtual/opengl

gnome-extra/zenity

introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
xinerama? ( x11-libs/libXinerama )
"
DEPEND="${COMMON_DEPEND}
${PYTHON_DEPS}
>=app-text/gnome-doc-utils-0.8
sys-devel/gettext
>=dev-util/intltool-0.35
virtual/pkgconfig
test? ( app-text/docbook-xml-dtd:4.5 )
xinerama? ( x11-proto/xineramaproto )
x11-proto/xextproto
x11-proto/xproto
"
RDEPEND="${COMMON_DEPEND}
!x11-misc/expocity
"

src_prepare() {
epatch_user
eautoreconf
gnome2_src_prepare
}

src_configure() {
DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README* *.txt 
doc/*.txt"
gnome2_src_configure \
--disable-static \
--enable-shape \
  

[gentoo-commits] gentoo-x86 commit in net-libs/libdmapsharing: libdmapsharing-2.9.30.ebuild ChangeLog

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 11:51:10

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

Revision  ChangesPath
1.26 net-libs/libdmapsharing/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   19 Dec 2014 13:41:34 -  1.25
+++ ChangeLog   12 Feb 2015 11:51:10 -  1.26
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/libdmapsharing
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v 1.25 
2014/12/19 13:41:34 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v 1.26 
2015/02/12 11:51:10 pacho Exp $
+
+*libdmapsharing-2.9.30 (12 Feb 2015)
+
+  12 Feb 2015; Pacho Ramos  +libdmapsharing-2.9.30.ebuild:
+  Version bump
 
   19 Dec 2014; Pacho Ramos  libdmapsharing-2.9.29.ebuild:
   amd64 stable, bug 529964



1.1  net-libs/libdmapsharing/libdmapsharing-2.9.30.ebuild

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

Index: libdmapsharing-2.9.30.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.9.30.ebuild,v 
1.1 2015/02/12 11:51:10 pacho Exp $

EAPI=5
inherit eutils

DESCRIPTION="A library that implements the DMAP family of protocols"
HOMEPAGE="http://www.flyn.org/projects/libdmapsharing";
SRC_URI="http://www.flyn.org/projects/${PN}/${P}.tar.gz";

LICENSE="LGPL-2.1"
SLOT="3.0/2"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="+introspection test"

# Vala/libgee/gtk+:2 is only used when maintainer-mode is enabled
# Doesn't seem to be used for anything...
# TODO: implement tests (requires dev-libs/check)
RDEPEND="
>=dev-libs/glib-2.36:2
x11-libs/gdk-pixbuf:2

>=net-dns/avahi-0.6
>=net-libs/libsoup-2.32:2.4
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0

sys-libs/zlib

introspection? ( >=dev-libs/gobject-introspection-1.30 )
"
DEPEND="${RDEPEND}
dev-util/gtk-doc-am
virtual/pkgconfig
test? ( dev-libs/check )
"

src_prepare() {
# Remove useless CFLAGS alteration in configure
sed -e 's/CFLAGS -O2/CFLAGS/' \
-i configure.ac configure || die
}

src_configure() {
econf \
--disable-gtk-doc \
--disable-maintainer-mode \
--with-mdns=avahi \
$(use_enable introspection) \
$(use_enable test tests)
}

src_install() {
default
prune_libtool_files
}






[gentoo-commits] gentoo-x86 commit in net-im/empathy: empathy-3.12.7.ebuild ChangeLog empathy-3.12.4.ebuild

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 11:46:56

  Modified: empathy-3.12.7.ebuild ChangeLog
  Removed:  empathy-3.12.4.ebuild
  Log:
  Needs to be rebuilt when farstream .so version changes, drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.6  net-im/empathy/empathy-3.12.7.ebuild

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

Index: empathy-3.12.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-3.12.7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- empathy-3.12.7.ebuild   19 Dec 2014 13:41:04 -  1.5
+++ empathy-3.12.7.ebuild   12 Feb 2015 11:46:55 -  1.6
@@ -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-im/empathy/empathy-3.12.7.ebuild,v 1.5 
2014/12/19 13:41:04 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-3.12.7.ebuild,v 1.6 
2015/02/12 11:46:55 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -43,7 +43,7 @@
media-libs/clutter-gst:2.0
>=media-libs/cogl-1.14:1.0=
 
-   net-libs/farstream:0.2
+   net-libs/farstream:0.2=
>=net-libs/telepathy-farstream-0.6.0:=
>=net-libs/telepathy-glib-0.23.2
>=net-im/telepathy-logger-0.8.0:=



1.163net-im/empathy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- ChangeLog   19 Dec 2014 13:41:04 -  1.162
+++ ChangeLog   12 Feb 2015 11:46:55 -  1.163
@@ -1,6 +1,10 @@
 # ChangeLog for net-im/empathy
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.162 2014/12/19 
13:41:04 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.163 2015/02/12 
11:46:55 pacho Exp $
+
+  12 Feb 2015; Pacho Ramos  -empathy-3.12.4.ebuild,
+  empathy-3.12.7.ebuild:
+  Needs to be rebuilt when farstream .so version changes, drop old
 
   19 Dec 2014; Pacho Ramos  empathy-3.12.7.ebuild:
   amd64 stable, bug 529964






[gentoo-commits] gentoo-x86 commit in net-libs/telepathy-farstream: telepathy-farstream-0.6.2.ebuild ChangeLog telepathy-farstream-0.6.1.ebuild

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 11:47:36

  Modified: telepathy-farstream-0.6.2.ebuild ChangeLog
  Removed:  telepathy-farstream-0.6.1.ebuild
  Log:
  Needs to be rebuilt when farstream .so version changes, drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.4  
net-libs/telepathy-farstream/telepathy-farstream-0.6.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-farstream/telepathy-farstream-0.6.2.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-farstream/telepathy-farstream-0.6.2.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-farstream/telepathy-farstream-0.6.2.ebuild?r1=1.3&r2=1.4

Index: telepathy-farstream-0.6.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-libs/telepathy-farstream/telepathy-farstream-0.6.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- telepathy-farstream-0.6.2.ebuild19 Dec 2014 13:41:57 -  1.3
+++ telepathy-farstream-0.6.2.ebuild12 Feb 2015 11:47:36 -  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-libs/telepathy-farstream/telepathy-farstream-0.6.2.ebuild,v
 1.3 2014/12/19 13:41:57 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/telepathy-farstream/telepathy-farstream-0.6.2.ebuild,v
 1.4 2015/02/12 11:47:36 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -22,7 +22,7 @@
>=dev-libs/dbus-glib-0.60
media-libs/gstreamer:1.0[introspection?]
>=net-libs/telepathy-glib-0.21[introspection?]
-   net-libs/farstream:0.2[introspection?]
+   net-libs/farstream:0.2=[introspection?]
introspection? ( >=dev-libs/gobject-introspection-1.30 )
 "
 DEPEND="${RDEPEND}



1.31 net-libs/telepathy-farstream/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-farstream/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   19 Dec 2014 13:41:57 -  1.30
+++ ChangeLog   12 Feb 2015 11:47:36 -  1.31
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/telepathy-farstream
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-farstream/ChangeLog,v 
1.30 2014/12/19 13:41:57 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-farstream/ChangeLog,v 
1.31 2015/02/12 11:47:36 pacho Exp $
+
+  12 Feb 2015; Pacho Ramos  
-telepathy-farstream-0.6.1.ebuild,
+  telepathy-farstream-0.6.2.ebuild:
+  Needs to be rebuilt when farstream .so version changes, drop old
 
   19 Dec 2014; Pacho Ramos  telepathy-farstream-0.6.2.ebuild:
   amd64 stable, bug 529964






[gentoo-commits] gentoo-x86 commit in net-libs/farstream: farstream-0.2.7.ebuild ChangeLog

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 11:45:16

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

Revision  ChangesPath
1.46 net-libs/farstream/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   8 Feb 2015 21:04:34 -   1.45
+++ ChangeLog   12 Feb 2015 11:45:16 -  1.46
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/farstream
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.45 
2015/02/08 21:04:34 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.46 
2015/02/12 11:45:16 pacho Exp $
+
+*farstream-0.2.7 (12 Feb 2015)
+
+  12 Feb 2015; Pacho Ramos  +farstream-0.2.7.ebuild:
+  Version bump
 
   08 Feb 2015; Markus Meier  farstream-0.1.2-r2.ebuild:
   arm stable, bug #536694



1.1  net-libs/farstream/farstream-0.2.7.ebuild

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

Index: farstream-0.2.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.2.7.ebuild,v 
1.1 2015/02/12 11:45:16 pacho Exp $

EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
PYTHON_COMPAT=( python2_7 )

inherit gnome2 python-any-r1

DESCRIPTION="Audio/video conferencing framework specifically designed for 
instant messengers"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/Farstream";
SRC_URI="http://freedesktop.org/software/farstream/releases/${PN}/${P}.tar.gz";

LICENSE="LGPL-2.1+"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
IUSE="+introspection msn test upnp"

SLOT="0.2/5" # .so version

# Tests need shmsink from gst-plugins-bad, which isn't packaged
RESTRICT="test"

COMMONDEPEND="
>=media-libs/gstreamer-1.4:1.0
>=media-libs/gst-plugins-base-1.4:1.0
>=dev-libs/glib-2.32:2
>=net-libs/libnice-0.1.8
introspection? ( >=dev-libs/gobject-introspection-0.10.11 )
upnp? ( >=net-libs/gupnp-igd-0.2:= )
"
RDEPEND="${COMMONDEPEND}
media-libs/gst-plugins-good:1.0
media-libs/gst-plugins-bad:1.0
media-plugins/gst-plugins-libnice:1.0
msn? ( media-plugins/gst-plugins-mimic:1.0 )
"
DEPEND="${COMMONDEPEND}
${PYTHON_DEPS}
>=dev-util/gtk-doc-am-1.18
virtual/pkgconfig
test? (
media-libs/gst-plugins-base:1.0[vorbis]
media-libs/gst-plugins-good:1.0 )
"

pkg_setup() {
python-any-r1_pkg_setup
}

src_configure() {

plugins="fsrawconference,fsrtpconference,fsfunnel,fsrtcpfilter,fsvideoanyrate"
use msn && plugins="${plugins},fsmsnconference"
gnome2_src_configure \
--disable-static \
$(use_enable introspection) \
$(use_enable upnp gupnp) \
--with-plugins=${plugins}
}

src_test() {
# FIXME: do an out-of-tree build for tests if USE=-msn
if ! use msn; then
elog "Tests disabled without msn use flag"
return
fi

emake -j1 check
}






[gentoo-commits] gentoo-x86 commit in media-sound/soundconverter: soundconverter-2.1.5.ebuild ChangeLog

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 11:19:04

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

Revision  ChangesPath
1.38 media-sound/soundconverter/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/soundconverter/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   3 Feb 2015 20:24:13 -   1.37
+++ ChangeLog   12 Feb 2015 11:19:04 -  1.38
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/soundconverter
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/soundconverter/ChangeLog,v 1.37 
2015/02/03 20:24:13 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/soundconverter/ChangeLog,v 1.38 
2015/02/12 11:19:04 pacho Exp $
+
+*soundconverter-2.1.5 (12 Feb 2015)
+
+  12 Feb 2015; Pacho Ramos  +soundconverter-2.1.5.ebuild:
+  Version bump
 
 *soundconverter-2.1.4 (03 Feb 2015)
 



1.1  media-sound/soundconverter/soundconverter-2.1.5.ebuild

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

Index: soundconverter-2.1.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/soundconverter/soundconverter-2.1.5.ebuild,v
 1.1 2015/02/12 11:19:04 pacho Exp $

EAPI=5
GCONF_DEBUG=no
PYTHON_COMPAT=( python2_7 )

inherit gnome2 multilib python-single-r1

DESCRIPTION="A simple audiofile converter application for the GNOME environment"
HOMEPAGE="http://soundconverter.org/";
SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.xz";

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

IUSE="aac flac mp3 opus vorbis"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="${PYTHON_DEPS}
dev-python/gconf-python[${PYTHON_USEDEP}]
dev-python/gnome-vfs-python[${PYTHON_USEDEP}]
dev-python/gst-python:0.10[${PYTHON_USEDEP}]
dev-python/pygobject:2[${PYTHON_USEDEP}]
>=dev-python/pygtk-2.12[${PYTHON_USEDEP}]
dev-python/libgnome-python[${PYTHON_USEDEP}]
gnome-base/libglade[${PYTHON_USEDEP}]
aac? (
media-plugins/gst-plugins-faac:0.10
media-plugins/gst-plugins-faad:0.10 )
flac? ( media-plugins/gst-plugins-flac:0.10 )
mp3? (
media-plugins/gst-plugins-lame:0.10
media-plugins/gst-plugins-mad:0.10
media-plugins/gst-plugins-taglib:0.10 )
vorbis? (
media-plugins/gst-plugins-ogg:0.10
media-plugins/gst-plugins-vorbis:0.10 )
opus? ( media-plugins/gst-plugins-opus:0.10 )
"
DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig
sys-devel/gettext
"

src_prepare() {
python_fix_shebang .
gnome2_src_prepare
}

src_install() {
gnome2_src_install
python_optimize "${ED%/}"/usr/$(get_libdir)/soundconverter/python
}






[gentoo-commits] gentoo-x86 commit in media-gfx/openexr_viewers: openexr_viewers-2.1.0.ebuild ChangeLog

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 11:13:01

  Modified: openexr_viewers-2.1.0.ebuild ChangeLog
  Log:
  amd64 stable, bug #526054
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.3  media-gfx/openexr_viewers/openexr_viewers-2.1.0.ebuild

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

Index: openexr_viewers-2.1.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-gfx/openexr_viewers/openexr_viewers-2.1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openexr_viewers-2.1.0.ebuild17 Dec 2014 23:04:26 -  1.2
+++ openexr_viewers-2.1.0.ebuild12 Feb 2015 11:13:01 -  1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/openexr_viewers/openexr_viewers-2.1.0.ebuild,v
 1.2 2014/12/17 23:04:26 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/openexr_viewers/openexr_viewers-2.1.0.ebuild,v
 1.3 2015/02/12 11:13:01 pacho Exp $
 
 EAPI=5
 inherit autotools eutils flag-o-matic
@@ -11,7 +11,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="cg opengl"
 
 RDEPEND=">=media-libs/ilmbase-${PV}:=



1.35 media-gfx/openexr_viewers/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/openexr_viewers/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   17 Dec 2014 23:04:26 -  1.34
+++ ChangeLog   12 Feb 2015 11:13:01 -  1.35
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/openexr_viewers
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/openexr_viewers/ChangeLog,v 1.34 
2014/12/17 23:04:26 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/openexr_viewers/ChangeLog,v 1.35 
2015/02/12 11:13:01 pacho Exp $
+
+  12 Feb 2015; Pacho Ramos  openexr_viewers-2.1.0.ebuild:
+  amd64 stable, bug #526054
 
   17 Dec 2014; Jeroen Roovers  openexr_viewers-2.1.0.ebuild:
   Stable for HPPA (bug #526054).






[gentoo-commits] gentoo-x86 commit in media-libs/openexr_ctl: openexr_ctl-1.0.1-r2.ebuild ChangeLog

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 11:12:25

  Modified: openexr_ctl-1.0.1-r2.ebuild ChangeLog
  Log:
  amd64 stable, bug #526054
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.3  media-libs/openexr_ctl/openexr_ctl-1.0.1-r2.ebuild

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

Index: openexr_ctl-1.0.1-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/openexr_ctl/openexr_ctl-1.0.1-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openexr_ctl-1.0.1-r2.ebuild 17 Dec 2014 23:04:19 -  1.2
+++ openexr_ctl-1.0.1-r2.ebuild 12 Feb 2015 11:12:25 -  1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/openexr_ctl/openexr_ctl-1.0.1-r2.ebuild,v 
1.2 2014/12/17 23:04:19 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/openexr_ctl/openexr_ctl-1.0.1-r2.ebuild,v 
1.3 2015/02/12 11:12:25 pacho Exp $
 
 EAPI=5
 inherit autotools eutils
@@ -11,7 +11,7 @@
 
 LICENSE="AMPAS"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="static-libs"
 
 RDEPEND=">=media-libs/ilmbase-2.0.1:=



1.29 media-libs/openexr_ctl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/openexr_ctl/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   17 Dec 2014 23:04:19 -  1.28
+++ ChangeLog   12 Feb 2015 11:12:25 -  1.29
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/openexr_ctl
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr_ctl/ChangeLog,v 1.28 
2014/12/17 23:04:19 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr_ctl/ChangeLog,v 1.29 
2015/02/12 11:12:25 pacho Exp $
+
+  12 Feb 2015; Pacho Ramos  openexr_ctl-1.0.1-r2.ebuild:
+  amd64 stable, bug #526054
 
   17 Dec 2014; Jeroen Roovers  openexr_ctl-1.0.1-r2.ebuild:
   Stable for HPPA (bug #526054).






[gentoo-commits] gentoo-x86 commit in media-libs/openexr: openexr-2.1.0.ebuild ChangeLog

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 11:11:20

  Modified: openexr-2.1.0.ebuild ChangeLog
  Log:
  amd64 stable, bug #526054
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.5  media-libs/openexr/openexr-2.1.0.ebuild

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

Index: openexr-2.1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/openexr/openexr-2.1.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- openexr-2.1.0.ebuild17 Dec 2014 22:37:46 -  1.4
+++ openexr-2.1.0.ebuild12 Feb 2015 11:11:20 -  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/media-libs/openexr/openexr-2.1.0.ebuild,v 
1.4 2014/12/17 22:37:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr/openexr-2.1.0.ebuild,v 
1.5 2015/02/12 11:11:20 pacho Exp $
 
 EAPI=5
 inherit autotools-multilib
@@ -11,7 +11,7 @@
 
 LICENSE="BSD"
 SLOT="0/21" # 21 from SONAME
-KEYWORDS="~alpha ~amd64 -arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 -arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="examples static-libs"
 
 RDEPEND=">=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}]



1.99 media-libs/openexr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/openexr/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog   17 Dec 2014 22:37:46 -  1.98
+++ ChangeLog   12 Feb 2015 11:11:20 -  1.99
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/openexr
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr/ChangeLog,v 1.98 
2014/12/17 22:37:46 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr/ChangeLog,v 1.99 
2015/02/12 11:11:20 pacho Exp $
+
+  12 Feb 2015; Pacho Ramos  openexr-2.1.0.ebuild:
+  amd64 stable, bug #526054
 
   17 Dec 2014; Jeroen Roovers  openexr-2.1.0.ebuild:
   Stable for HPPA (bug #526054).






[gentoo-commits] gentoo-x86 commit in media-libs/zvbi: zvbi-0.2.35-r1.ebuild ChangeLog

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 10:57:20

  Modified: zvbi-0.2.35-r1.ebuild ChangeLog
  Log:
  amd64 stable, bug #526024
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.6  media-libs/zvbi/zvbi-0.2.35-r1.ebuild

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

Index: zvbi-0.2.35-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/zvbi/zvbi-0.2.35-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- zvbi-0.2.35-r1.ebuild   18 Jun 2014 20:00:28 -  1.5
+++ zvbi-0.2.35-r1.ebuild   12 Feb 2015 10:57:20 -  1.6
@@ -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/media-libs/zvbi/zvbi-0.2.35-r1.ebuild,v 1.5 
2014/06/18 20:00:28 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/zvbi/zvbi-0.2.35-r1.ebuild,v 1.6 
2015/02/12 10:57:20 pacho Exp $
 
 EAPI=5
 inherit eutils libtool multilib-minimal
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd"
 IUSE="doc dvb nls static-libs v4l X"
 
 RDEPEND=">=media-libs/libpng-1.5.18[${MULTILIB_USEDEP}]



1.65 media-libs/zvbi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/zvbi/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   18 Jun 2014 20:00:28 -  1.64
+++ ChangeLog   12 Feb 2015 10:57:20 -  1.65
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/zvbi
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/zvbi/ChangeLog,v 1.64 2014/06/18 
20:00:28 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/zvbi/ChangeLog,v 1.65 2015/02/12 
10:57:20 pacho Exp $
+
+  12 Feb 2015; Pacho Ramos  zvbi-0.2.35-r1.ebuild:
+  amd64 stable, bug #526024
 
   18 Jun 2014; Michał Górny  zvbi-0.2.35-r1.ebuild:
   Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug






[gentoo-commits] gentoo-x86 commit in profiles/arch/amd64/no-emul-linux-x86: package.use.stable.mask

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 10:56:49

  Modified: package.use.stable.mask
  Log:
  Update multilib masks

Revision  ChangesPath
1.45 
profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask?rev=1.45&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask?rev=1.45&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask?r1=1.44&r2=1.45

Index: package.use.stable.mask
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- package.use.stable.mask 12 Feb 2015 10:54:49 -  1.44
+++ package.use.stable.mask 12 Feb 2015 10:56:49 -  1.45
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask,v
 1.44 2015/02/12 10:54:49 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask,v
 1.45 2015/02/12 10:56:49 pacho Exp $
 
 # Michał Górny  (14 Sep 2014)
 # on behalf of gx86-multilib project 
@@ -265,6 +265,7 @@
 media-libs/webrtc-audio-processing -abi_x86_32
 media-libs/x264 -abi_x86_32
 media-libs/xvid -abi_x86_32
+media-libs/zvbi -abi_x86_32
 media-plugins/alsa-plugins -abi_x86_32
 media-plugins/alsaequal -abi_x86_32
 media-plugins/caps-plugins -abi_x86_32






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

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 10:56:49

  Modified: package.use.stable.mask
  Log:
  Update multilib masks

Revision  ChangesPath
1.119profiles/arch/amd64/package.use.stable.mask

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

Index: package.use.stable.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- package.use.stable.mask 12 Feb 2015 10:54:49 -  1.118
+++ package.use.stable.mask 12 Feb 2015 10:56:49 -  1.119
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v 1.118 
2015/02/12 10:54:49 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v 1.119 
2015/02/12 10:56:49 pacho 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
@@ -287,6 +287,7 @@
 media-libs/webrtc-audio-processing abi_x86_32
 media-libs/x264 abi_x86_32
 media-libs/xvid abi_x86_32
+media-libs/zvbi abi_x86_32
 media-plugins/alsa-plugins abi_x86_32
 media-plugins/alsaequal abi_x86_32
 media-plugins/caps-plugins abi_x86_32






[gentoo-commits] gentoo-x86 commit in media-libs/sdl-gfx: sdl-gfx-2.0.25.ebuild ChangeLog

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 10:55:22

  Modified: sdl-gfx-2.0.25.ebuild ChangeLog
  Log:
  amd64 stable, bug #526022
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.4  media-libs/sdl-gfx/sdl-gfx-2.0.25.ebuild

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

Index: sdl-gfx-2.0.25.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.25.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sdl-gfx-2.0.25.ebuild   29 Jan 2015 17:56:10 -  1.3
+++ sdl-gfx-2.0.25.ebuild   12 Feb 2015 10:55:22 -  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/media-libs/sdl-gfx/sdl-gfx-2.0.25.ebuild,v 
1.3 2015/01/29 17:56:10 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.25.ebuild,v 
1.4 2015/02/12 10:55:22 pacho Exp $
 
 EAPI=5
 inherit autotools eutils multilib-minimal
@@ -12,7 +12,7 @@
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
 IUSE="doc cpu_flags_x86_mmx static-libs"
 
 RDEPEND=">=media-libs/libsdl-1.2.15-r4[video,${MULTILIB_USEDEP}]"



1.107media-libs/sdl-gfx/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog   29 Jan 2015 17:56:10 -  1.106
+++ ChangeLog   12 Feb 2015 10:55:22 -  1.107
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/sdl-gfx
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/ChangeLog,v 1.106 
2015/01/29 17:56:10 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/ChangeLog,v 1.107 
2015/02/12 10:55:22 pacho Exp $
+
+  12 Feb 2015; Pacho Ramos  sdl-gfx-2.0.25.ebuild:
+  amd64 stable, bug #526022
 
   29 Jan 2015; Michał Górny  sdl-gfx-2.0.24-r2.ebuild,
   sdl-gfx-2.0.25.ebuild:






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

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 10:54:49

  Modified: package.use.stable.mask
  Log:
  Update multilib masks

Revision  ChangesPath
1.118profiles/arch/amd64/package.use.stable.mask

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

Index: package.use.stable.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- package.use.stable.mask 12 Feb 2015 10:51:09 -  1.117
+++ package.use.stable.mask 12 Feb 2015 10:54:49 -  1.118
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v 1.117 
2015/02/12 10:51:09 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v 1.118 
2015/02/12 10:54:49 pacho 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
@@ -270,6 +270,7 @@
 media-libs/phonon abi_x86_32
 media-libs/portaudio abi_x86_32
 media-libs/schroedinger abi_x86_32
+media-libs/sdl-gfx abi_x86_32
 media-libs/sdl-image abi_x86_32
 media-libs/sdl-mixer abi_x86_32
 media-libs/sdl-net abi_x86_32






[gentoo-commits] gentoo-x86 commit in profiles/arch/amd64/no-emul-linux-x86: package.use.stable.mask

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 10:54:49

  Modified: package.use.stable.mask
  Log:
  Update multilib masks

Revision  ChangesPath
1.44 
profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask?rev=1.44&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask?rev=1.44&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask?r1=1.43&r2=1.44

Index: package.use.stable.mask
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- package.use.stable.mask 12 Feb 2015 10:51:09 -  1.43
+++ package.use.stable.mask 12 Feb 2015 10:54:49 -  1.44
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask,v
 1.43 2015/02/12 10:51:09 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask,v
 1.44 2015/02/12 10:54:49 pacho Exp $
 
 # Michał Górny  (14 Sep 2014)
 # on behalf of gx86-multilib project 
@@ -248,6 +248,7 @@
 media-libs/phonon -abi_x86_32
 media-libs/portaudio -abi_x86_32
 media-libs/schroedinger -abi_x86_32
+media-libs/sdl-gfx -abi_x86_32
 media-libs/sdl-image -abi_x86_32
 media-libs/sdl-mixer -abi_x86_32
 media-libs/sdl-net -abi_x86_32






[gentoo-commits] gentoo-x86 commit in media-libs/libtimidity: libtimidity-0.1.0-r2.ebuild ChangeLog

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 10:52:43

  Modified: libtimidity-0.1.0-r2.ebuild ChangeLog
  Log:
  amd64 stable, bug #526020
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.4  media-libs/libtimidity/libtimidity-0.1.0-r2.ebuild

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

Index: libtimidity-0.1.0-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/libtimidity/libtimidity-0.1.0-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libtimidity-0.1.0-r2.ebuild 9 Dec 2014 08:19:32 -   1.3
+++ libtimidity-0.1.0-r2.ebuild 12 Feb 2015 10:52:43 -  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/media-libs/libtimidity/libtimidity-0.1.0-r2.ebuild,v 
1.3 2014/12/09 08:19:32 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libtimidity/libtimidity-0.1.0-r2.ebuild,v 
1.4 2015/02/12 10:52:43 pacho Exp $
 
 EAPI=5
 inherit autotools eutils multilib-minimal
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="ao debug"
 
 RDEPEND="ao? ( >=media-libs/libao-1.1.0-r2[${MULTILIB_USEDEP}] )"



1.24 media-libs/libtimidity/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libtimidity/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   9 Dec 2014 08:19:32 -   1.23
+++ ChangeLog   12 Feb 2015 10:52:43 -  1.24
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libtimidity
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtimidity/ChangeLog,v 1.23 
2014/12/09 08:19:32 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtimidity/ChangeLog,v 1.24 
2015/02/12 10:52:43 pacho Exp $
+
+  12 Feb 2015; Pacho Ramos  libtimidity-0.1.0-r2.ebuild:
+  amd64 stable, bug #526020
 
   09 Dec 2014; Jeroen Roovers  libtimidity-0.1.0-r2.ebuild:
   Stable for HPPA (bug #526020).






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

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 10:51:09

  Modified: package.use.stable.mask
  Log:
  Update multilib masks

Revision  ChangesPath
1.117profiles/arch/amd64/package.use.stable.mask

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

Index: package.use.stable.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- package.use.stable.mask 12 Feb 2015 10:49:01 -  1.116
+++ package.use.stable.mask 12 Feb 2015 10:51:09 -  1.117
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v 1.116 
2015/02/12 10:49:01 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v 1.117 
2015/02/12 10:51:09 pacho 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
@@ -253,6 +253,7 @@
 media-libs/libsoundtouch abi_x86_32
 media-libs/libsvgtiny abi_x86_32
 media-libs/libtheora abi_x86_32
+media-libs/libtimidity abi_x86_32
 media-libs/libv4l abi_x86_32
 media-libs/libvisual abi_x86_32
 media-libs/libvorbis abi_x86_32






[gentoo-commits] gentoo-x86 commit in profiles/arch/amd64/no-emul-linux-x86: package.use.stable.mask

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 10:51:09

  Modified: package.use.stable.mask
  Log:
  Update multilib masks

Revision  ChangesPath
1.43 
profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask?rev=1.43&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask?rev=1.43&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask?r1=1.42&r2=1.43

Index: package.use.stable.mask
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- package.use.stable.mask 12 Feb 2015 10:49:01 -  1.42
+++ package.use.stable.mask 12 Feb 2015 10:51:09 -  1.43
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask,v
 1.42 2015/02/12 10:49:01 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask,v
 1.43 2015/02/12 10:51:09 pacho Exp $
 
 # Michał Górny  (14 Sep 2014)
 # on behalf of gx86-multilib project 
@@ -231,6 +231,7 @@
 media-libs/libsoundtouch -abi_x86_32
 media-libs/libsvgtiny -abi_x86_32
 media-libs/libtheora -abi_x86_32
+media-libs/libtimidity -abi_x86_32
 media-libs/libv4l -abi_x86_32
 media-libs/libvisual -abi_x86_32
 media-libs/libvorbis -abi_x86_32






[gentoo-commits] gentoo-x86 commit in media-libs/libsoundtouch: libsoundtouch-1.8.0-r1.ebuild ChangeLog

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 10:49:20

  Modified: libsoundtouch-1.8.0-r1.ebuild ChangeLog
  Log:
  amd64 stable, bug #526018
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.6  media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild

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

Index: libsoundtouch-1.8.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libsoundtouch-1.8.0-r1.ebuild   29 Jan 2015 17:45:38 -  1.5
+++ libsoundtouch-1.8.0-r1.ebuild   12 Feb 2015 10:49:20 -  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/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v
 1.5 2015/01/29 17:45:38 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v
 1.6 2015/02/12 10:49:20 pacho Exp $
 
 EAPI=5
 inherit autotools eutils flag-o-matic multilib-minimal
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-solaris"
 IUSE="cpu_flags_x86_sse2 static-libs"
 
 DEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"



1.84 media-libs/libsoundtouch/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog   29 Jan 2015 17:45:38 -  1.83
+++ ChangeLog   12 Feb 2015 10:49:20 -  1.84
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsoundtouch
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.83 
2015/01/29 17:45:38 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.84 
2015/02/12 10:49:20 pacho Exp $
+
+  12 Feb 2015; Pacho Ramos  libsoundtouch-1.8.0-r1.ebuild:
+  amd64 stable, bug #526018
 
   29 Jan 2015; Michał Górny  libsoundtouch-1.7.1.ebuild,
   libsoundtouch-1.8.0-r1.ebuild, libsoundtouch-1.8.0.ebuild:






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

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 10:49:01

  Modified: package.use.stable.mask
  Log:
  Update multilib masks

Revision  ChangesPath
1.116profiles/arch/amd64/package.use.stable.mask

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

Index: package.use.stable.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- package.use.stable.mask 12 Feb 2015 10:47:13 -  1.115
+++ package.use.stable.mask 12 Feb 2015 10:49:01 -  1.116
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v 1.115 
2015/02/12 10:47:13 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v 1.116 
2015/02/12 10:49:01 pacho 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
@@ -250,6 +250,7 @@
 media-libs/libshout abi_x86_32
 media-libs/libsidplay abi_x86_32
 media-libs/libsndfile abi_x86_32
+media-libs/libsoundtouch abi_x86_32
 media-libs/libsvgtiny abi_x86_32
 media-libs/libtheora abi_x86_32
 media-libs/libv4l abi_x86_32






[gentoo-commits] gentoo-x86 commit in profiles/arch/amd64/no-emul-linux-x86: package.use.stable.mask

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 10:49:01

  Modified: package.use.stable.mask
  Log:
  Update multilib masks

Revision  ChangesPath
1.42 
profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask?rev=1.42&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask?rev=1.42&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask?r1=1.41&r2=1.42

Index: package.use.stable.mask
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- package.use.stable.mask 12 Feb 2015 10:47:13 -  1.41
+++ package.use.stable.mask 12 Feb 2015 10:49:01 -  1.42
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask,v
 1.41 2015/02/12 10:47:13 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask,v
 1.42 2015/02/12 10:49:01 pacho Exp $
 
 # Michał Górny  (14 Sep 2014)
 # on behalf of gx86-multilib project 
@@ -228,6 +228,7 @@
 media-libs/libshout -abi_x86_32
 media-libs/libsidplay -abi_x86_32
 media-libs/libsndfile -abi_x86_32
+media-libs/libsoundtouch -abi_x86_32
 media-libs/libsvgtiny -abi_x86_32
 media-libs/libtheora -abi_x86_32
 media-libs/libv4l -abi_x86_32






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

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 10:47:13

  Modified: package.use.stable.mask
  Log:
  Update multilib masks

Revision  ChangesPath
1.115profiles/arch/amd64/package.use.stable.mask

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

Index: package.use.stable.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- package.use.stable.mask 12 Feb 2015 10:45:38 -  1.114
+++ package.use.stable.mask 12 Feb 2015 10:47:13 -  1.115
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v 1.114 
2015/02/12 10:45:38 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v 1.115 
2015/02/12 10:47:13 pacho 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
@@ -240,6 +240,7 @@
 media-libs/libpostproc abi_x86_32
 media-libs/libquicktime abi_x86_32
 media-libs/libquvi abi_x86_32
+media-libs/libquvi-scripts abi_x86_32
 media-libs/libraw abi_x86_32
 media-libs/libreplaygain abi_x86_32
 media-libs/librosprite abi_x86_32






[gentoo-commits] gentoo-x86 commit in profiles/arch/amd64/no-emul-linux-x86: package.use.stable.mask

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 10:47:13

  Modified: package.use.stable.mask
  Log:
  Update multilib masks

Revision  ChangesPath
1.41 
profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask?rev=1.41&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask?rev=1.41&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask?r1=1.40&r2=1.41

Index: package.use.stable.mask
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- package.use.stable.mask 12 Feb 2015 10:45:38 -  1.40
+++ package.use.stable.mask 12 Feb 2015 10:47:13 -  1.41
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask,v
 1.40 2015/02/12 10:45:38 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask,v
 1.41 2015/02/12 10:47:13 pacho Exp $
 
 # Michał Górny  (14 Sep 2014)
 # on behalf of gx86-multilib project 
@@ -218,6 +218,7 @@
 media-libs/libpostproc -abi_x86_32
 media-libs/libquicktime -abi_x86_32
 media-libs/libquvi -abi_x86_32
+media-libs/libquvi-scripts -abi_x86_32
 media-libs/libraw -abi_x86_32
 media-libs/libreplaygain -abi_x86_32
 media-libs/librosprite -abi_x86_32






[gentoo-commits] gentoo-x86 commit in media-libs/libquvi-scripts: libquvi-scripts-0.9.20131130-r1.ebuild libquvi-scripts-0.4.21-r2.ebuild ChangeLog

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 10:47:26

  Modified: libquvi-scripts-0.9.20131130-r1.ebuild
libquvi-scripts-0.4.21-r2.ebuild ChangeLog
  Log:
  amd64 stable, bug #526016
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.4  
media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r1.ebuild?r1=1.3&r2=1.4

Index: libquvi-scripts-0.9.20131130-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libquvi-scripts-0.9.20131130-r1.ebuild  9 Dec 2014 09:56:07 -   
1.3
+++ libquvi-scripts-0.9.20131130-r1.ebuild  12 Feb 2015 10:47:26 -  
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/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r1.ebuild,v
 1.3 2014/12/09 09:56:07 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r1.ebuild,v
 1.4 2015/02/12 10:47:26 pacho Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm hppa ~mips ~x86"
+KEYWORDS="amd64 ~arm hppa ~mips ~x86"
 IUSE="offensive"
 
 RDEPEND=">=dev-lua/LuaBitOp-1.0.1-r1[${MULTILIB_USEDEP}]



1.4  media-libs/libquvi-scripts/libquvi-scripts-0.4.21-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libquvi-scripts/libquvi-scripts-0.4.21-r2.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libquvi-scripts/libquvi-scripts-0.4.21-r2.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libquvi-scripts/libquvi-scripts-0.4.21-r2.ebuild?r1=1.3&r2=1.4

Index: libquvi-scripts-0.4.21-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/libquvi-scripts/libquvi-scripts-0.4.21-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libquvi-scripts-0.4.21-r2.ebuild26 Dec 2014 17:56:10 -  1.3
+++ libquvi-scripts-0.4.21-r2.ebuild12 Feb 2015 10:47:26 -  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/media-libs/libquvi-scripts/libquvi-scripts-0.4.21-r2.ebuild,v
 1.3 2014/12/26 17:56:10 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libquvi-scripts/libquvi-scripts-0.4.21-r2.ebuild,v
 1.4 2015/02/12 10:47:26 pacho Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0.4"
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="offensive"
 
 DEPEND="app-arch/xz-utils"



1.68 media-libs/libquvi-scripts/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libquvi-scripts/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   26 Dec 2014 17:56:10 -  1.67
+++ ChangeLog   12 Feb 2015 10:47:26 -  1.68
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libquvi-scripts
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libquvi-scripts/ChangeLog,v 1.67 
2014/12/26 17:56:10 maekke Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libquvi-scripts/ChangeLog,v 1.68 
2015/02/12 10:47:26 pacho Exp $
+
+  12 Feb 2015; Pacho Ramos  libquvi-scripts-0.4.21-r2.ebuild,
+  libquvi-scripts-0.9.20131130-r1.ebuild:
+  amd64 stable, bug #526016
 
   26 Dec 2014; Markus Meier 
   libquvi-scripts-0.4.21-r2.ebuild:






[gentoo-commits] gentoo-x86 commit in media-libs/libquvi: libquvi-0.4.1-r2.ebuild libquvi-0.9.4-r1.ebuild ChangeLog

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 10:45:57

  Modified: libquvi-0.4.1-r2.ebuild libquvi-0.9.4-r1.ebuild
ChangeLog
  Log:
  amd64 stable, bug #526016
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.6  media-libs/libquvi/libquvi-0.4.1-r2.ebuild

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

Index: libquvi-0.4.1-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libquvi/libquvi-0.4.1-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libquvi-0.4.1-r2.ebuild 26 Dec 2014 17:56:48 -  1.5
+++ libquvi-0.4.1-r2.ebuild 12 Feb 2015 10:45:57 -  1.6
@@ -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/media-libs/libquvi/libquvi-0.4.1-r2.ebuild,v 1.5 
2014/12/26 17:56:48 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libquvi/libquvi-0.4.1-r2.ebuild,v 1.6 
2015/02/12 10:45:57 pacho Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0.4"
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="examples static-libs"
 
 RDEPEND=">=net-misc/curl-7.36.0[${MULTILIB_USEDEP}]



1.6  media-libs/libquvi/libquvi-0.9.4-r1.ebuild

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

Index: libquvi-0.9.4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libquvi/libquvi-0.9.4-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libquvi-0.9.4-r1.ebuild 9 Dec 2014 09:56:33 -   1.5
+++ libquvi-0.9.4-r1.ebuild 12 Feb 2015 10:45:57 -  1.6
@@ -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/media-libs/libquvi/libquvi-0.9.4-r1.ebuild,v 1.5 
2014/12/09 09:56:33 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libquvi/libquvi-0.9.4-r1.ebuild,v 1.6 
2015/02/12 10:45:57 pacho Exp $
 
 EAPI=5
 AUTOTOOLS_AUTORECONF=1
@@ -13,7 +13,7 @@
 
 LICENSE="AGPL-3"
 SLOT="0/8" # subslot = libquvi soname version
-KEYWORDS="~amd64 ~arm hppa ~x86"
+KEYWORDS="amd64 ~arm hppa ~x86"
 IUSE="examples nls static-libs"
 
 RDEPEND="!http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libquvi/ChangeLog?rev=1.41&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libquvi/ChangeLog?rev=1.41&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libquvi/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libquvi/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   26 Dec 2014 17:56:48 -  1.40
+++ ChangeLog   12 Feb 2015 10:45:57 -  1.41
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libquvi
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libquvi/ChangeLog,v 1.40 
2014/12/26 17:56:48 maekke Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libquvi/ChangeLog,v 1.41 
2015/02/12 10:45:57 pacho Exp $
+
+  12 Feb 2015; Pacho Ramos  libquvi-0.4.1-r2.ebuild,
+  libquvi-0.9.4-r1.ebuild:
+  amd64 stable, bug #526016
 
   26 Dec 2014; Markus Meier  libquvi-0.4.1-r2.ebuild:
   arm stable, bug #531798






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

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 10:45:38

  Modified: package.use.stable.mask
  Log:
  Update multilib masks

Revision  ChangesPath
1.114profiles/arch/amd64/package.use.stable.mask

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

Index: package.use.stable.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- package.use.stable.mask 12 Feb 2015 10:42:34 -  1.113
+++ package.use.stable.mask 12 Feb 2015 10:45:38 -  1.114
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v 1.113 
2015/02/12 10:42:34 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v 1.114 
2015/02/12 10:45:38 pacho 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
@@ -239,6 +239,7 @@
 media-libs/libpng abi_x86_32
 media-libs/libpostproc abi_x86_32
 media-libs/libquicktime abi_x86_32
+media-libs/libquvi abi_x86_32
 media-libs/libraw abi_x86_32
 media-libs/libreplaygain abi_x86_32
 media-libs/librosprite abi_x86_32






[gentoo-commits] gentoo-x86 commit in profiles/arch/amd64/no-emul-linux-x86: package.use.stable.mask

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 10:45:38

  Modified: package.use.stable.mask
  Log:
  Update multilib masks

Revision  ChangesPath
1.40 
profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask?rev=1.40&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask?rev=1.40&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask?r1=1.39&r2=1.40

Index: package.use.stable.mask
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- package.use.stable.mask 12 Feb 2015 10:42:34 -  1.39
+++ package.use.stable.mask 12 Feb 2015 10:45:38 -  1.40
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask,v
 1.39 2015/02/12 10:42:34 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask,v
 1.40 2015/02/12 10:45:38 pacho Exp $
 
 # Michał Górny  (14 Sep 2014)
 # on behalf of gx86-multilib project 
@@ -217,6 +217,7 @@
 media-libs/libpng -abi_x86_32
 media-libs/libpostproc -abi_x86_32
 media-libs/libquicktime -abi_x86_32
+media-libs/libquvi -abi_x86_32
 media-libs/libraw -abi_x86_32
 media-libs/libreplaygain -abi_x86_32
 media-libs/librosprite -abi_x86_32






[gentoo-commits] gentoo-x86 commit in media-libs/libmetalink: libmetalink-0.1.1-r1.ebuild ChangeLog

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 10:43:05

  Modified: libmetalink-0.1.1-r1.ebuild ChangeLog
  Log:
  amd64 stable, bug #526012
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.5  media-libs/libmetalink/libmetalink-0.1.1-r1.ebuild

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

Index: libmetalink-0.1.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/libmetalink/libmetalink-0.1.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libmetalink-0.1.1-r1.ebuild 30 Dec 2014 18:12:02 -  1.4
+++ libmetalink-0.1.1-r1.ebuild 12 Feb 2015 10:43:05 -  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/media-libs/libmetalink/libmetalink-0.1.1-r1.ebuild,v 
1.4 2014/12/30 18:12:02 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libmetalink/libmetalink-0.1.1-r1.ebuild,v 
1.5 2015/02/12 10:43:05 pacho Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm hppa ~ppc ~ppc64 ~x86"
 IUSE="expat static-libs test xml"
 
 RDEPEND="expat? ( >=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}] )



1.24 media-libs/libmetalink/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libmetalink/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   30 Dec 2014 18:12:02 -  1.23
+++ ChangeLog   12 Feb 2015 10:43:05 -  1.24
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libmetalink
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libmetalink/ChangeLog,v 1.23 
2014/12/30 18:12:02 maekke Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libmetalink/ChangeLog,v 1.24 
2015/02/12 10:43:05 pacho Exp $
+
+  12 Feb 2015; Pacho Ramos  libmetalink-0.1.1-r1.ebuild:
+  amd64 stable, bug #526012
 
   30 Dec 2014; Markus Meier  libmetalink-0.1.1-r1.ebuild:
   arm stable, bug #526012






[gentoo-commits] gentoo-x86 commit in dev-lang/ifc: ifc-15.0.2.164.ebuild ChangeLog

2015-02-12 Thread Justin Lecher (jlec)
jlec15/02/12 10:43:08

  Modified: ifc-15.0.2.164.ebuild ChangeLog
  Log:
  Avoid file collisions
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.2  dev-lang/ifc/ifc-15.0.2.164.ebuild

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

Index: ifc-15.0.2.164.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-15.0.2.164.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ifc-15.0.2.164.ebuild   12 Feb 2015 08:14:32 -  1.1
+++ ifc-15.0.2.164.ebuild   12 Feb 2015 10:43:08 -  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-lang/ifc/ifc-15.0.2.164.ebuild,v 1.1 
2015/02/12 08:14:32 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-15.0.2.164.ebuild,v 1.2 
2015/02/12 10:43:08 jlec Exp $
 
 EAPI=5
 
@@ -31,5 +31,8 @@
if ! use linguas_ja; then
find "${S}" -type d -name ja_JP -exec rm -rf '{}' + || die
fi
+
+   rm 
opt/intel/composerxe-2015_update2.2.164/documentation/en_US/third-party-programs.txt
 || die
+
intel-sdp_src_install
 }



1.80 dev-lang/ifc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog   12 Feb 2015 08:14:32 -  1.79
+++ ChangeLog   12 Feb 2015 10:43:08 -  1.80
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/ifc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.79 2015/02/12 
08:14:32 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.80 2015/02/12 
10:43:08 jlec Exp $
+
+  12 Feb 2015; Justin Lecher  ifc-15.0.2.164.ebuild:
+  Avoid file collisions
 
 *ifc-15.0.2.164 (12 Feb 2015)
 






[gentoo-commits] gentoo-x86 commit in profiles/arch/amd64/no-emul-linux-x86: package.use.stable.mask

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 10:42:34

  Modified: package.use.stable.mask
  Log:
  Update multilib masks

Revision  ChangesPath
1.39 
profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask?rev=1.39&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask?rev=1.39&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask?r1=1.38&r2=1.39

Index: package.use.stable.mask
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- package.use.stable.mask 12 Feb 2015 10:39:09 -  1.38
+++ package.use.stable.mask 12 Feb 2015 10:42:34 -  1.39
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask,v
 1.38 2015/02/12 10:39:09 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask,v
 1.39 2015/02/12 10:42:34 pacho Exp $
 
 # Michał Górny  (14 Sep 2014)
 # on behalf of gx86-multilib project 
@@ -198,10 +198,12 @@
 media-libs/libfame -abi_x86_32
 media-libs/libgii -abi_x86_32
 media-libs/libgphoto2 -abi_x86_32
+media-libs/libharu -abi_x86_32
 media-libs/libid3tag -abi_x86_32
 media-libs/libiec61883 -abi_x86_32
 media-libs/libjpeg-turbo -abi_x86_32
 media-libs/libmad -abi_x86_32
+media-libs/libmetalink -abi_x86_32
 media-libs/libmikmod -abi_x86_32
 media-libs/libmimic -abi_x86_32
 media-libs/libmms -abi_x86_32






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

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 10:42:34

  Modified: package.use.stable.mask
  Log:
  Update multilib masks

Revision  ChangesPath
1.113profiles/arch/amd64/package.use.stable.mask

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

Index: package.use.stable.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- package.use.stable.mask 12 Feb 2015 10:39:09 -  1.112
+++ package.use.stable.mask 12 Feb 2015 10:42:34 -  1.113
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v 1.112 
2015/02/12 10:39:09 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v 1.113 
2015/02/12 10:42:34 pacho 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
@@ -220,10 +220,12 @@
 media-libs/libfame abi_x86_32
 media-libs/libgii abi_x86_32
 media-libs/libgphoto2 abi_x86_32
+media-libs/libharu abi_x86_32
 media-libs/libid3tag abi_x86_32
 media-libs/libiec61883 abi_x86_32
 media-libs/libjpeg-turbo abi_x86_32
 media-libs/libmad abi_x86_32
+media-libs/libmetalink abi_x86_32
 media-libs/libmikmod abi_x86_32
 media-libs/libmimic abi_x86_32
 media-libs/libmms abi_x86_32






[gentoo-commits] gentoo-x86 commit in media-libs/libharu: libharu-2.3.0-r1.ebuild ChangeLog

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 10:41:10

  Modified: libharu-2.3.0-r1.ebuild ChangeLog
  Log:
  amd64 stable, bug #526010
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.3  media-libs/libharu/libharu-2.3.0-r1.ebuild

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

Index: libharu-2.3.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libharu/libharu-2.3.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libharu-2.3.0-r1.ebuild 18 Jun 2014 19:41:30 -  1.2
+++ libharu-2.3.0-r1.ebuild 12 Feb 2015 10:41:10 -  1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libharu/libharu-2.3.0-r1.ebuild,v 1.2 
2014/06/18 19:41:30 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libharu/libharu-2.3.0-r1.ebuild,v 1.3 
2015/02/12 10:41:10 pacho Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE="ZLIB"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE="png static-libs zlib"
 
 DEPEND="



1.13 media-libs/libharu/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libharu/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   18 Jun 2014 19:41:30 -  1.12
+++ ChangeLog   12 Feb 2015 10:41:10 -  1.13
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libharu
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libharu/ChangeLog,v 1.12 
2014/06/18 19:41:30 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libharu/ChangeLog,v 1.13 
2015/02/12 10:41:10 pacho Exp $
+
+  12 Feb 2015; Pacho Ramos  libharu-2.3.0-r1.ebuild:
+  amd64 stable, bug #526010
 
   18 Jun 2014; Michał Górny  libharu-2.3.0-r1.ebuild:
   Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug






[gentoo-commits] gentoo-x86 commit in media-libs/libbluray: libbluray-0.6.2.ebuild ChangeLog

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 10:39:31

  Modified: libbluray-0.6.2.ebuild ChangeLog
  Log:
  amd64 stable, bug #526004
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  media-libs/libbluray/libbluray-0.6.2.ebuild

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

Index: libbluray-0.6.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libbluray/libbluray-0.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libbluray-0.6.2.ebuild  22 Sep 2014 00:05:39 -  1.1
+++ libbluray-0.6.2.ebuild  12 Feb 2015 10:39:31 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libbluray/libbluray-0.6.2.ebuild,v 1.1 
2014/09/22 00:05:39 radhermit Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libbluray/libbluray-0.6.2.ebuild,v 1.2 
2015/02/12 10:39:31 pacho Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="aacs java static-libs +truetype utils +xml"
 
 COMMON_DEPEND="



1.70 media-libs/libbluray/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libbluray/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   29 Jan 2015 02:29:16 -  1.69
+++ ChangeLog   12 Feb 2015 10:39:31 -  1.70
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libbluray
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libbluray/ChangeLog,v 1.69 
2015/01/29 02:29:16 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libbluray/ChangeLog,v 1.70 
2015/02/12 10:39:31 pacho Exp $
+
+  12 Feb 2015; Pacho Ramos  libbluray-0.6.2.ebuild:
+  amd64 stable, bug #526004
 
 *libbluray-0.7.0 (29 Jan 2015)
 






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

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 10:39:09

  Modified: package.use.stable.mask
  Log:
  Update multilib masks

Revision  ChangesPath
1.112profiles/arch/amd64/package.use.stable.mask

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

Index: package.use.stable.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- package.use.stable.mask 12 Feb 2015 10:35:21 -  1.111
+++ package.use.stable.mask 12 Feb 2015 10:39:09 -  1.112
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v 1.111 
2015/02/12 10:35:21 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v 1.112 
2015/02/12 10:39:09 pacho 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
@@ -206,6 +206,7 @@
 media-libs/libao abi_x86_32
 media-libs/libart_lgpl abi_x86_32
 media-libs/libass abi_x86_32
+media-libs/libbluray abi_x86_32
 media-libs/libbs2b abi_x86_32
 media-libs/libcaca abi_x86_32
 media-libs/libcddb abi_x86_32






[gentoo-commits] gentoo-x86 commit in profiles/arch/amd64/no-emul-linux-x86: package.use.stable.mask

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 10:39:09

  Modified: package.use.stable.mask
  Log:
  Update multilib masks

Revision  ChangesPath
1.38 
profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask?rev=1.38&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask?rev=1.38&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask?r1=1.37&r2=1.38

Index: package.use.stable.mask
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- package.use.stable.mask 12 Feb 2015 10:35:21 -  1.37
+++ package.use.stable.mask 12 Feb 2015 10:39:09 -  1.38
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask,v
 1.37 2015/02/12 10:35:21 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask,v
 1.38 2015/02/12 10:39:09 pacho Exp $
 
 # Michał Górny  (14 Sep 2014)
 # on behalf of gx86-multilib project 
@@ -184,6 +184,7 @@
 media-libs/libao -abi_x86_32
 media-libs/libart_lgpl -abi_x86_32
 media-libs/libass -abi_x86_32
+media-libs/libbluray -abi_x86_32
 media-libs/libbs2b -abi_x86_32
 media-libs/libcaca -abi_x86_32
 media-libs/libcddb -abi_x86_32






[gentoo-commits] gentoo-x86 commit in media-video/mjpegtools: mjpegtools-2.1.0-r2.ebuild ChangeLog

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 10:37:27

  Modified: mjpegtools-2.1.0-r2.ebuild ChangeLog
  Log:
  amd64 stable, bug #525770
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.7  media-video/mjpegtools/mjpegtools-2.1.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mjpegtools/mjpegtools-2.1.0-r2.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mjpegtools/mjpegtools-2.1.0-r2.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mjpegtools/mjpegtools-2.1.0-r2.ebuild?r1=1.6&r2=1.7

Index: mjpegtools-2.1.0-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-video/mjpegtools/mjpegtools-2.1.0-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mjpegtools-2.1.0-r2.ebuild  29 Jan 2015 19:15:57 -  1.6
+++ mjpegtools-2.1.0-r2.ebuild  12 Feb 2015 10:37:27 -  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/media-video/mjpegtools/mjpegtools-2.1.0-r2.ebuild,v 1.6 
2015/01/29 19:15:57 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-video/mjpegtools/mjpegtools-2.1.0-r2.ebuild,v 1.7 
2015/02/12 10:37:27 pacho Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
 IUSE="dv gtk cpu_flags_x86_mmx png quicktime sdl sdlgfx static-libs v4l"
 REQUIRED_USE="sdlgfx? ( sdl )"
 



1.223media-video/mjpegtools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/mjpegtools/ChangeLog,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -r1.222 -r1.223
--- ChangeLog   29 Jan 2015 19:15:57 -  1.222
+++ ChangeLog   12 Feb 2015 10:37:27 -  1.223
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/mjpegtools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mjpegtools/ChangeLog,v 1.222 
2015/01/29 19:15:57 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mjpegtools/ChangeLog,v 1.223 
2015/02/12 10:37:27 pacho Exp $
+
+  12 Feb 2015; Pacho Ramos  mjpegtools-2.1.0-r2.ebuild:
+  amd64 stable, bug #525770
 
   29 Jan 2015; Michał Górny  mjpegtools-2.1.0-r1.ebuild,
   mjpegtools-2.1.0-r2.ebuild:






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

2015-02-12 Thread Pacho Ramos (pacho)
pacho   15/02/12 10:35:21

  Modified: package.use.stable.mask
  Log:
  Update multilib masks

Revision  ChangesPath
1.111profiles/arch/amd64/package.use.stable.mask

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

Index: package.use.stable.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- package.use.stable.mask 11 Feb 2015 22:33:04 -  1.110
+++ package.use.stable.mask 12 Feb 2015 10:35:21 -  1.111
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v 1.110 
2015/02/11 22:33:04 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v 1.111 
2015/02/12 10:35:21 pacho 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
@@ -235,6 +235,7 @@
 media-libs/libogg abi_x86_32
 media-libs/libpng abi_x86_32
 media-libs/libpostproc abi_x86_32
+media-libs/libquicktime abi_x86_32
 media-libs/libraw abi_x86_32
 media-libs/libreplaygain abi_x86_32
 media-libs/librosprite abi_x86_32






  1   2   >