[gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-212.ebuild udev-9999.ebuild ChangeLog

2014-03-26 Thread Samuli Suominen (ssuominen)
ssuominen14/03/26 06:13:07

  Modified: udev-.ebuild ChangeLog
  Added:udev-212.ebuild
  Log:
  Version bump. Don't force -Wl,-fuse-ld=bfd for ia64 anymore as upstream split 
the -lresolv requiring library to it's own wrt #504700. Start passing systemd 
specific --disable-gnutls to avoid libgnutls dependency for minimal build and 
stop passing removed --disable-tcpwrap.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.289sys-fs/udev/udev-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-.ebuild?rev=1.289view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-.ebuild?rev=1.289content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-.ebuild?r1=1.288r2=1.289

Index: udev-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-.ebuild,v
retrieving revision 1.288
retrieving revision 1.289
diff -u -r1.288 -r1.289
--- udev-.ebuild19 Mar 2014 16:23:12 -  1.288
+++ udev-.ebuild26 Mar 2014 06:13:06 -  1.289
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-.ebuild,v 1.288 
2014/03/19 16:23:12 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-.ebuild,v 1.289 
2014/03/26 06:13:06 ssuominen Exp $
 
 EAPI=5
 
@@ -163,13 +163,6 @@
-e '/--enable-static is not supported by 
systemd/s:as_fn_error:echo:' \
configure || die
 
-   # Force ld.bfd for arches with no -Wl,--gc-sections support in ld.gold 
wrt #504700
-   # Do this here to make use of CC_CHECK_FLAGS_APPEND in configure.ac, as 
older binutils
-   # version doesn't necessarily support whole -Wl,-fuse-ld= flag
-   if use ia64; then
-   sed -i -e '/fuse-ld/s:gold:bfd:' configure || die
-   fi
-
if ! use elibc_glibc; then #443030
echo '#define secure_getenv(x) NULL'  config.h.in
sed -i -e '/error.*secure_getenv/s:.*:#define secure_getenv(x) 
NULL:' src/shared/missing.h || die
@@ -192,7 +185,6 @@
--disable-dbus
--disable-seccomp
--disable-xz
-   --disable-tcpwrap
--disable-pam
--disable-xattr
--disable-gcrypt
@@ -200,6 +192,7 @@
--disable-libcryptsetup
--disable-qrencode
--disable-microhttpd
+   --disable-gnutls
--disable-readahead
--disable-quotacheck
--disable-logind



1.1014   sys-fs/udev/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
retrieving revision 1.1013
retrieving revision 1.1014
diff -u -r1.1013 -r1.1014
--- ChangeLog   19 Mar 2014 16:23:12 -  1.1013
+++ ChangeLog   26 Mar 2014 06:13:06 -  1.1014
@@ -1,6 +1,15 @@
 # ChangeLog for sys-fs/udev
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1013 2014/03/19 
16:23:12 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1014 2014/03/26 
06:13:06 ssuominen Exp $
+
+*udev-212 (26 Mar 2014)
+
+  26 Mar 2014; Samuli Suominen ssuomi...@gentoo.org +udev-212.ebuild,
+  udev-.ebuild:
+  Version bump. Don't force -Wl,-fuse-ld=bfd for ia64 anymore as upstream split
+  the -lresolv requiring library to it's own wrt #504700. Start passing systemd
+  specific --disable-gnutls to avoid libgnutls dependency for minimal build and
+  stop passing removed --disable-tcpwrap.
 
   19 Mar 2014; Samuli Suominen ssuomi...@gentoo.org udev-211.ebuild,
   udev-.ebuild:



1.1  sys-fs/udev/udev-212.ebuild

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

Index: udev-212.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-212.ebuild,v 1.1 2014/03/26 
06:13:06 ssuominen Exp $

EAPI=5

inherit autotools 

[gentoo-commits] gentoo-x86 commit in dev-ruby/sanitize: ChangeLog sanitize-2.0.6-r1.ebuild sanitize-2.0.6.ebuild

2014-03-26 Thread Hans de Graaff (graaff)
graaff  14/03/26 06:47:19

  Modified: ChangeLog
  Added:sanitize-2.0.6-r1.ebuild
  Removed:  sanitize-2.0.6.ebuild
  Log:
  Install a proper gemspec file. Add ruby21.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.2  dev-ruby/sanitize/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sanitize/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   22 Nov 2013 02:09:55 -  1.1
+++ ChangeLog   26 Mar 2014 06:47:19 -  1.2
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/sanitize
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sanitize/ChangeLog,v 1.1 
2013/11/22 02:09:55 mrueg Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sanitize/ChangeLog,v 1.2 
2014/03/26 06:47:19 graaff Exp $
+
+*sanitize-2.0.6-r1 (26 Mar 2014)
+
+  26 Mar 2014; Hans de Graaff gra...@gentoo.org -sanitize-2.0.6.ebuild,
+  +sanitize-2.0.6-r1.ebuild:
+  Install a proper gemspec file. Add ruby21.
 
 *sanitize-2.0.6 (22 Nov 2013)
 



1.1  dev-ruby/sanitize/sanitize-2.0.6-r1.ebuild

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

Index: sanitize-2.0.6-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sanitize/sanitize-2.0.6-r1.ebuild,v 
1.1 2014/03/26 06:47:19 graaff Exp $

EAPI=5

USE_RUBY=ruby18 ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_TEST=rake
RUBY_FAKEGEM_RECIPE_DOC=none
RUBY_FAKEGEM_EXTRADOC=HISTORY.md README.rdoc

RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec

inherit ruby-fakegem

DESCRIPTION=Sanitize is a whitelist-based HTML sanitizer
HOMEPAGE=https://github.com/rgrove/sanitize;
SRC_URI=https://github.com/rgrove/sanitize/archive/v${PV}.tar.gz - 
${P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~x86 ~x86-macos
IUSE=test

ruby_add_rdepend dev-ruby/nokogiri
ruby_add_bdepend test? ( dev-ruby/minitest )

all_ruby_prepare() {
sed -i -e '/[Bb]undler/d' Rakefile || die sed failed
}






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

2014-03-26 Thread Pacho Ramos (pacho)
pacho   14/03/26 07:05:50

  Modified: emul-linux-x86-compat-20131008.ebuild ChangeLog
  Log:
  Needs sys-libs/libstdc++-v3[multilib] (noticed after change due bug #435094)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.3  
app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20131008.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20131008.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20131008.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20131008.ebuild?r1=1.2r2=1.3

Index: emul-linux-x86-compat-20131008.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20131008.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- emul-linux-x86-compat-20131008.ebuild   22 Nov 2013 19:28:23 -  
1.2
+++ emul-linux-x86-compat-20131008.ebuild   26 Mar 2014 07:05:50 -  
1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20131008.ebuild,v
 1.2 2013/11/22 19:28:23 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20131008.ebuild,v
 1.3 2014/03/26 07:05:50 pacho Exp $
 
 EAPI=5
 inherit emul-linux-x86 eutils multilib
@@ -13,7 +13,7 @@
 IUSE=multilib
 
 DEPEND=
-RDEPEND=multilib? ( sys-libs/libstdc++-v3 )
+RDEPEND=multilib? ( sys-libs/libstdc++-v3[multilib] )
 
 src_prepare() {
emul-linux-x86_src_prepare



1.68 app-emulation/emul-linux-x86-compat/ChangeLog

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

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-compat/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   22 Nov 2013 19:28:23 -  1.67
+++ ChangeLog   26 Mar 2014 07:05:50 -  1.68
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/emul-linux-x86-compat
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-compat/ChangeLog,v 1.67 
2013/11/22 19:28:23 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-compat/ChangeLog,v 1.68 
2014/03/26 07:05:50 pacho Exp $
+
+  26 Mar 2014; Pacho Ramos pa...@gentoo.org
+  emul-linux-x86-compat-20131008.ebuild:
+  Needs sys-libs/libstdc++-v3[multilib] (noticed after change due bug #435094)
 
   22 Nov 2013; Pacho Ramos pa...@gentoo.org
   emul-linux-x86-compat-20131008.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/pyxdg: pyxdg-0.25-r1.ebuild ChangeLog pyxdg-0.23.ebuild pyxdg-0.24.ebuild

2014-03-26 Thread Ian Delaney (idella4)
idella4 14/03/26 07:45:51

  Modified: ChangeLog
  Added:pyxdg-0.25-r1.ebuild
  Removed:  pyxdg-0.23.ebuild pyxdg-0.24.ebuild
  Log:
  add sec patch wrt Bug #498934, rm old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.119dev-python/pyxdg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog   12 Oct 2013 18:47:08 -  1.118
+++ ChangeLog   26 Mar 2014 07:45:51 -  1.119
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/pyxdg
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v 1.118 
2013/10/12 18:47:08 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v 1.119 
2014/03/26 07:45:51 idella4 Exp $
+
+*pyxdg-0.25-r1 (26 Mar 2014)
+
+  26 Mar 2014; Ian Delaney idel...@gentoo.org
+  +files/sec-patch-CVE-2014-1624.patch, +pyxdg-0.25-r1.ebuild,
+  -pyxdg-0.23.ebuild, -pyxdg-0.24.ebuild:
+  add sec patch wrt Bug #498934, rm old
 
   12 Oct 2013; Markos Chandras hwoar...@gentoo.org pyxdg-0.25.ebuild:
   Add ~mips



1.1  dev-python/pyxdg/pyxdg-0.25-r1.ebuild

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

Index: pyxdg-0.25-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.25-r1.ebuild,v 1.1 
2014/03/26 07:45:51 idella4 Exp $

EAPI=5

# py3.3 removed due to nosetests
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
inherit distutils-r1

DESCRIPTION=A Python module to deal with freedesktop.org specifications
HOMEPAGE=http://freedesktop.org/wiki/Software/pyxdg 
http://cgit.freedesktop.org/xdg/pyxdg/;
SRC_URI=http://people.freedesktop.org/~takluyver/${P}.tar.gz;

LICENSE=LGPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd
IUSE=test

DEPEND=test? ( dev-python/nose[${PYTHON_USEDEP}]
x11-themes/hicolor-icon-theme )

DOCS=( AUTHORS ChangeLog README TODO )
PATCHES=( ${FILESDIR}/sec-patch-CVE-2014-1624.patch )
python_test() {
nosetests || die
}






[gentoo-commits] gentoo-x86 commit in dev-python/pyxdg/files: sec-patch-CVE-2014-1624.patch

2014-03-26 Thread Ian Delaney (idella4)
idella4 14/03/26 07:45:51

  Added:sec-patch-CVE-2014-1624.patch
  Log:
  add sec patch wrt Bug #498934, rm old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.1  dev-python/pyxdg/files/sec-patch-CVE-2014-1624.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/files/sec-patch-CVE-2014-1624.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/files/sec-patch-CVE-2014-1624.patch?rev=1.1content-type=text/plain

Index: sec-patch-CVE-2014-1624.patch
===
Improve security of get_runtime_dir(strict=False) 
https://github.com/takluyver/pyxdg/commit/bd999c1c3fe7ee5f30ede2cf704cf03e400347b4
diff --git a/xdg/BaseDirectory.py b/xdg/BaseDirectory.py
index cececa3..a7c31b1 100644
--- a/xdg/BaseDirectory.py
+++ b/xdg/BaseDirectory.py
@@ -25,7 +25,7 @@
 Note: see the rox.Options module for a higher-level API for managing options.
 
 
-import os
+import os, stat
 
 _home = os.path.expanduser('~')
 xdg_data_home = os.environ.get('XDG_DATA_HOME') or \
@@ -131,15 +131,30 @@ def get_runtime_dir(strict=True):
 
 import getpass
 fallback = '/tmp/pyxdg-runtime-dir-fallback-' + getpass.getuser()
+create = False
+
 try:
-os.mkdir(fallback, 0o700)
+# This must be a real directory, not a symlink, so attackers can't
+# point it elsewhere. So we use lstat to check it.
+st = os.lstat(fallback)
 except OSError as e:
 import errno
-if e.errno == errno.EEXIST:
-# Already exists - set 700 permissions again.
-import stat
-os.chmod(fallback, stat.S_IRUSR|stat.S_IWUSR|stat.S_IXUSR)
-else: # pragma: no cover
+if e.errno == errno.ENOENT:
+create = True
+else:
 raise
-
+else:
+# The fallback must be a directory
+if not stat.S_ISDIR(st.st_mode):
+os.unlink(fallback)
+create = True
+# Must be owned by the user and not accessible by anyone else
+elif (st.st_uid != os.getuid()) \
+  or (st.st_mode  (stat.S_IRWXG | stat.S_IRWXO)):
+os.rmdir(fallback)
+create = True
+
+if create:
+os.mkdir(fallback, 0o700)
+
 return fallback







[gentoo-commits] gentoo-x86 commit in sys-power/iasl: iasl-20140214.ebuild metadata.xml ChangeLog iasl-20090521.ebuild iasl-20120816.ebuild iasl-20110922.ebuild iasl-20111123.ebuild iasl-20060912.ebui

2014-03-26 Thread Lars Wendler (polynomial-c)
polynomial-c14/03/26 07:48:25

  Modified: metadata.xml ChangeLog
  Added:iasl-20140214.ebuild
  Removed:  iasl-20090521.ebuild iasl-20120816.ebuild
iasl-20110922.ebuild iasl-2023.ebuild
iasl-20060912.ebuild iasl-20080701.ebuild
iasl-20100528.ebuild iasl-20080514.ebuild
iasl-20091013.ebuild iasl-20100428.ebuild
iasl-20090903.ebuild iasl-20121018.ebuild
  Log:
  Version bump. Removed old. Added myself as maintainer
  
  (Portage version: 2.2.9-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.4  sys-power/iasl/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/metadata.xml?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/metadata.xml?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/metadata.xml?r1=1.3r2=1.4

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml24 Sep 2011 10:43:15 -  1.3
+++ metadata.xml26 Mar 2014 07:48:25 -  1.4
@@ -1,7 +1,11 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-maintainer
-  emailrobb...@gentoo.org/email
-/maintainer
+maintainer
+   emailrobb...@gentoo.org/email
+/maintainer
+maintainer
+   emailpolynomia...@gentoo.org/email
+   nameLars Wendler/name
+/maintainer
 /pkgmetadata



1.42 sys-power/iasl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/ChangeLog?rev=1.42view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/ChangeLog?rev=1.42content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/ChangeLog?r1=1.41r2=1.42

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   5 Mar 2013 04:36:19 -   1.41
+++ ChangeLog   26 Mar 2014 07:48:25 -  1.42
@@ -1,6 +1,24 @@
 # ChangeLog for sys-power/iasl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v 1.41 2013/03/05 
04:36:19 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v 1.42 2014/03/26 
07:48:25 polynomial-c Exp $
+
+*iasl-20140214 (26 Mar 2014)
+
+  26 Mar 2014; Lars Wendler polynomia...@gentoo.org -iasl-20060912.ebuild,
+  -iasl-20080514.ebuild, -iasl-20080701.ebuild, -iasl-20090521.ebuild,
+  -iasl-20090903.ebuild, -iasl-20091013.ebuild, -iasl-20100428.ebuild,
+  -iasl-20100528.ebuild, -iasl-20110922.ebuild, -iasl-2023.ebuild,
+  -iasl-20120816.ebuild, -iasl-20121018.ebuild, +iasl-20140214.ebuild,
+  -files/acpica-unix-20051216-buildfixup.patch,
+  -files/acpica-unix-20060512-buildfixup.patch,
+  -files/iasl-20100428-parallelmake.patch,
+  -files/iasl-20110922-as-needed.patch, -files/iasl-20110922-locale.patch,
+  -files/iasl-20110922-parallelmake-001.patch,
+  -files/iasl-20110922-parallelmake-002.patch,
+  -files/iasl-20110922-parallelmake-003.patch,
+  +files/iasl-20140214-locale.patch, +files/iasl-20140214-nostrip.patch,
+  -files/iasl-locale.patch, metadata.xml:
+  Version bump. Removed old. Added myself as maintainer.
 
 *iasl-20130117-r1 (05 Mar 2013)
 



1.1  sys-power/iasl/iasl-20140214.ebuild

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

Index: iasl-20140214.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20140214.ebuild,v 1.1 
2014/03/26 07:48:25 polynomial-c Exp $

EAPI=5

inherit toolchain-funcs flag-o-matic eutils

MY_PN=acpica-unix
MY_P=${MY_PN}-${PV}
MY_TESTS_P=${MY_PN/ca/tests}-${PV}
DESCRIPTION=Intel ACPI Source Language (ASL) compiler
HOMEPAGE=https://www.acpica.org/downloads/;
SRC_URI=http://www.acpica.org/sites/acpica/files/${MY_P}.tar.gz
test? ( http://www.acpica.org/sites/acpica/files/${MY_TESTS_P}.tar.gz )

LICENSE=iASL
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-fbsd ~x86-fbsd
IUSE=test

DEPEND=sys-devel/bison
sys-devel/flex
RDEPEND=

S=${WORKDIR}/${MY_P}


[gentoo-commits] gentoo-x86 commit in sys-power/iasl/files: iasl-20140214-nostrip.patch iasl-20140214-locale.patch iasl-20100428-parallelmake.patch iasl-20110922-parallelmake-001.patch iasl-20110922-p

2014-03-26 Thread Lars Wendler (polynomial-c)
polynomial-c14/03/26 07:48:25

  Added:iasl-20140214-nostrip.patch
iasl-20140214-locale.patch
  Removed:  iasl-20100428-parallelmake.patch
iasl-20110922-parallelmake-001.patch
iasl-20110922-parallelmake-002.patch
iasl-locale.patch
iasl-20110922-parallelmake-003.patch
acpica-unix-20060512-buildfixup.patch
iasl-20110922-as-needed.patch
iasl-20110922-locale.patch
acpica-unix-20051216-buildfixup.patch
  Log:
  Version bump. Removed old. Added myself as maintainer
  
  (Portage version: 2.2.9-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.1  sys-power/iasl/files/iasl-20140214-nostrip.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/files/iasl-20140214-nostrip.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/files/iasl-20140214-nostrip.patch?rev=1.1content-type=text/plain

Index: iasl-20140214-nostrip.patch
===
--- acpica-unix-20140214/generate/unix/Makefile.config
+++ acpica-unix-20140214/generate/unix/Makefile.config
@@ -52,7 +52,7 @@
 INSTALLFLAGS ?= -f
 else
 INSTALL =install
-INSTALLFLAGS ?= -m 555 -s
+INSTALLFLAGS ?= -m 555
 endif
 
 INSTALLPROG = \



1.1  sys-power/iasl/files/iasl-20140214-locale.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/files/iasl-20140214-locale.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/files/iasl-20140214-locale.patch?rev=1.1content-type=text/plain

Index: iasl-20140214-locale.patch
===
--- acpica-unix-20140214/generate/unix/Makefile.config
+++ acpica-unix-20140214/generate/unix/Makefile.config
@@ -211,9 +211,9 @@
 #YACC=  byacc
 #YFLAGS +=
 #
-YACC=   bison
+YACC=   LC_ALL=C bison
 YFLAGS +=   -y
 
-LEX=flex
+LEX=LC_ALL=C flex
 LFLAGS +=   -i -s
 






[gentoo-commits] gentoo-x86 commit in net-dns/nsd: ChangeLog

2014-03-26 Thread Wolfram Schlich (wschlich)
wschlich14/03/26 07:50:41

  Modified: ChangeLog
  Log:
  munin config update by t...@whyscream.net (bug #505360, comment 3)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.10 net-dns/nsd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/nsd/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   25 Mar 2014 22:29:20 -  1.9
+++ ChangeLog   26 Mar 2014 07:50:41 -  1.10
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/nsd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/nsd/ChangeLog,v 1.9 2014/03/25 
22:29:20 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/nsd/ChangeLog,v 1.10 2014/03/26 
07:50:41 wschlich Exp $
+
+  26 Mar 2014; Wolfram Schlich wschl...@gentoo.org files/nsd.munin-conf:
+  munin config update by t...@whyscream.net (bug #505360, comment 3)
 
 *nsd-4.0.3 (25 Mar 2014)
 *nsd-3.2.17 (25 Mar 2014)






[gentoo-commits] gentoo-x86 commit in net-firewall/conntrack-tools: metadata.xml ChangeLog

2014-03-26 Thread Wolfram Schlich (wschlich)
wschlich14/03/26 07:56:40

  Modified: metadata.xml ChangeLog
  Log:
  removed myself from metadata.xml
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.4  net-firewall/conntrack-tools/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/conntrack-tools/metadata.xml?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/conntrack-tools/metadata.xml?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/conntrack-tools/metadata.xml?r1=1.3r2=1.4

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/conntrack-tools/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml1 Jun 2013 12:18:52 -   1.3
+++ metadata.xml26 Mar 2014 07:56:40 -  1.4
@@ -2,11 +2,6 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
herdnetmon/herd
-   maintainer
-   emailwschl...@gentoo.org/email
-   nameWolfram Schlich/name
-   descriptionSecondary maintainer/description
-   /maintainer
longdescription lang=en
A set of tools targeted at system administrators. They are 
conntrack,
the userspace command line interface, and conntrackd, the 
userspace



1.69 net-firewall/conntrack-tools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/conntrack-tools/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   2 Oct 2013 02:51:01 -   1.68
+++ ChangeLog   26 Mar 2014 07:56:40 -  1.69
@@ -1,6 +1,9 @@
 # ChangeLog for net-firewall/conntrack-tools
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/conntrack-tools/ChangeLog,v 
1.68 2013/10/02 02:51:01 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/conntrack-tools/ChangeLog,v 
1.69 2014/03/26 07:56:40 wschlich Exp $
+
+  26 Mar 2014; Wolfram Schlich wschl...@gentoo.org metadata.xml:
+  removed myself from metadata.xml
 
   02 Oct 2013; Jeroen Roovers j...@gentoo.org conntrack-tools-1.4.2.ebuild:
   Stable for HPPA (bug #474858).






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

2014-03-26 Thread Justin Lecher
commit: 449645d3a0cf19fb66d1cfeaea85b301adc2b11a
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Wed Mar 26 07:39:09 2014 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Wed Mar 26 07:59:26 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=449645d3

sci-chemistry/specView: Version BUmp

Package-Manager: portage-2.2.9-r1

---
 sci-chemistry/specView/ChangeLog|  5 ++
 sci-chemistry/specView/specView-1.0.3_p2.ebuild | 88 +
 2 files changed, 93 insertions(+)

diff --git a/sci-chemistry/specView/ChangeLog b/sci-chemistry/specView/ChangeLog
index 6fcf527..e7854b8 100644
--- a/sci-chemistry/specView/ChangeLog
+++ b/sci-chemistry/specView/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*specView-1.0.3_p2 (26 Mar 2014)
+
+  26 Mar 2014; Justin Lecher j...@gentoo.org +specView-1.0.3_p2.ebuild:
+  Version BUmp
+
   08 Jan 2014; Justin Lecher j...@gentoo.org specView-1.0.3.ebuild:
   Fix double prefix
 

diff --git a/sci-chemistry/specView/specView-1.0.3_p2.ebuild 
b/sci-chemistry/specView/specView-1.0.3_p2.ebuild
new file mode 100644
index 000..279a8fc
--- /dev/null
+++ b/sci-chemistry/specView/specView-1.0.3_p2.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit multilib python-single-r1 toolchain-funcs
+
+DESCRIPTION=Fast way to visualise NMR spectrum and peak data
+HOMEPAGE=http://www.ccpn.ac.uk/software/specview;
+SRC_URI=http://www2.ccpn.ac.uk/download/ccpnmr/${PN}${PV/_p/r}.tar.gz;
+
+SLOT=0
+LICENSE=|| ( CCPN LGPL-2.1 )
+KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+IUSE=
+
+RDEPEND=
+   dev-python/pyopengl[${PYTHON_USEDEP}]
+   dev-python/pyside[webkit,${PYTHON_USEDEP}]
+DEPEND=${RDEPEND}
+
+S=${WORKDIR}/ccpnmr/ccpnmr3.0/
+
+#TODO:
+#install in sane place
+#unbundle data model
+#unbundle inchi
+#parallel build
+
+src_prepare() {
+   sed \
+   -e s|/usr|\${EPREFIX}/usr\|g \
+   -e s|^\(CC =\).*|\1 $(tc-getCC)|g \
+   -e '/^MALLOC_FLAG/s:^:#:g' \
+   -e /^OPT_FLAG/s:=.*$:= ${CFLAGS}:g \
+   -e /^LINK_FLAGS/s:$: ${LDFLAGS}:g \
+   -e /^PYTHON_DIR/s:=.*:= \${EPREFIX}/usr\:g \
+   -e /^PYTHON_LIB/s:=.*:= $(python_get_LIBS):g \
+   -e /^PYTHON_INCLUDE_FLAGS/s:=.*:= 
-I\$(python_get_includedir)\ 
-I\$(python_get_sitedir)/numpy/core/include/numpy\:g \
+   -e /^PYTHON_LIB_FLAGS/s:=.*:= 
-L\${EPREFIX}/usr/$(get_libdir)\:g \
+   -e /^SHARED_FLAGS/s:=.*:= -shared:g \
+   -e /^GL_DIR/s:=.*:= \${EPREFIX}/usr/$(get_libdir)\:g \
+   -e /^GL_INCLUDE_FLAGS/s:=.*:= -I\${EPREFIX}/usr/include\:g \
+   -e /^GL_LIB_FLAGS/s:=.*:= 
-L\${EPREFIX}/usr/$(get_libdir)\:g \
+   cNg/environment_default.txt  cNg/environment.txt || die
+   echo SHARED_LINK_PARM = ${LDFLAGS}  cNg/environment.txt || die
+
+   rm -rf license || die
+
+   sed \
+   -e 's:ln -s:cp -f:g' \
+   -i $(find python -name linkSharedObjs) || die
+}
+
+src_compile() {
+   emake -C cNg all
+   emake -j1 -C cNg links
+}
+
+src_install() {
+   local in_path=$(python_get_sitedir)/${PN}
+   local _file
+
+   find . -name *.pyc -type f -delete
+   dodir /usr/bin
+   sed \
+   -e s|gentoo_sitedir|$(python_get_sitedir)|g \
+   -e s|gentoolibdir|${EPREFIX}/usr/${libdir}|g \
+   -e s|gentootk|${EPREFIX}/usr/${libdir}/tk${tkver}|g \
+   -e s|gentootcl|${EPREFIX}/usr/${libdir}/tclk${tkver}|g \
+   -e s|gentoopython|${PYTHON}|g \
+   -e s|gentoousr|\${EPREFIX}/usr\|g \
+   -e s|//|/|g \
+   ${FILESDIR}/${PN}  ${ED}/usr/bin/${PN} || die
+   fperms 755 /usr/bin/${PN}
+
+   dodir ${in_path#${EPREFIX}}/cNg
+   rm -rf cNg || die
+
+   ebegin Installing main files
+   python_moduleinto ${PN}
+   python_domodule *
+   eend
+   python_optimize
+}



[gentoo-commits] gentoo-x86 commit in net-misc/cgminer: metadata.xml ChangeLog

2014-03-26 Thread Patrick Lauer (patrick)
patrick 14/03/26 08:11:02

  Modified: metadata.xml ChangeLog
  Log:
  Remove unneeded useflag descriptions from metadata.xml
  
  (Portage version: HEAD/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.15 net-misc/cgminer/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/cgminer/metadata.xml?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/cgminer/metadata.xml?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/cgminer/metadata.xml?r1=1.14r2=1.15

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/cgminer/metadata.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- metadata.xml10 Mar 2014 13:31:41 -  1.14
+++ metadata.xml26 Mar 2014 08:11:02 -  1.15
@@ -11,7 +11,6 @@
nameAnthony G. Basile/name
/maintainer
use
-   flag name=adlEnable support for controlling fans and 
overclocking on AMD cards with AMD Display Library/flag
flag name=ants1Enable support for Antminer S1 Bitmain/flag
flag name=avalonEnable support for Avalon ASICs/flag
flag name=avalon2Enable support for Avalon2 ASICs/flag
@@ -28,8 +27,5 @@
flag name=kncEnable support for mining with KnC 
miners/flag
flag name=minionEnable support for mining with BlackArrow 
Bitfury /flag
flag name=modminerEnable support for mining with ModMiner 
FPGAs/flag
-   flag name=openclEnable support for mining with 
OpenCL-capable devices (GPUs)/flag
-   flag name=scryptEnable support for scrypt mining 
algorithm/flag
-   flag name=ztexEnable support for mining with Ztex 
FPGAs/flag
/use
 /pkgmetadata



1.67 net-misc/cgminer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/cgminer/ChangeLog?rev=1.67view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/cgminer/ChangeLog?rev=1.67content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/cgminer/ChangeLog?r1=1.66r2=1.67

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/cgminer/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   24 Mar 2014 19:09:06 -  1.66
+++ ChangeLog   26 Mar 2014 08:11:02 -  1.67
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/cgminer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/cgminer/ChangeLog,v 1.66 
2014/03/24 19:09:06 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/cgminer/ChangeLog,v 1.67 
2014/03/26 08:11:02 patrick Exp $
+
+  26 Mar 2014; Patrick Lauer patr...@gentoo.org metadata.xml:
+  Remove unneeded useflag descriptions from metadata.xml
 
   24 Mar 2014; Anthony G. Basile bluen...@gentoo.org -cgminer-3.11.0.ebuild,
   -cgminer-3.12.0.ebuild, -cgminer-3.12.1.ebuild, -cgminer-3.4.3.ebuild,






[gentoo-commits] gentoo-x86 commit in dev-ruby/redcarpet: redcarpet-3.1.1.ebuild ChangeLog

2014-03-26 Thread Patrick Lauer (patrick)
patrick 14/03/26 08:12:44

  Modified: redcarpet-3.1.1.ebuild ChangeLog
  Log:
  Whitespace
  
  (Portage version: HEAD/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  dev-ruby/redcarpet/redcarpet-3.1.1.ebuild

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

Index: redcarpet-3.1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcarpet/redcarpet-3.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- redcarpet-3.1.1.ebuild  25 Mar 2014 16:25:56 -  1.1
+++ redcarpet-3.1.1.ebuild  26 Mar 2014 08:12:44 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcarpet/redcarpet-3.1.1.ebuild,v 
1.1 2014/03/25 16:25:56 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcarpet/redcarpet-3.1.1.ebuild,v 
1.2 2014/03/26 08:12:44 patrick Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20
@@ -23,7 +23,7 @@
 
 all_ruby_prepare() {
sed -i -e '/bundler/d' -e 's/= :compile//'  Rakefile || die
-   rm test/benchmark.rb 
+   rm test/benchmark.rb
 }
 
 each_ruby_configure() {



1.15 dev-ruby/redcarpet/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcarpet/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   25 Mar 2014 16:25:56 -  1.14
+++ ChangeLog   26 Mar 2014 08:12:44 -  1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/redcarpet
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcarpet/ChangeLog,v 1.14 
2014/03/25 16:25:56 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcarpet/ChangeLog,v 1.15 
2014/03/26 08:12:44 patrick Exp $
+
+  26 Mar 2014; Patrick Lauer patr...@gentoo.org redcarpet-3.1.1.ebuild:
+  Whitespace
 
 *redcarpet-3.1.1 (25 Mar 2014)
 






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

2014-03-26 Thread Patrick Lauer (patrick)
patrick 14/03/26 08:15:50

  Modified: zeromq-4.0.1-r1.ebuild ChangeLog
  Log:
  Whitespace
  
  (Portage version: HEAD/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.6  net-libs/zeromq/zeromq-4.0.1-r1.ebuild

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

Index: zeromq-4.0.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/zeromq/zeromq-4.0.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- zeromq-4.0.1-r1.ebuild  24 Mar 2014 14:54:34 -  1.5
+++ zeromq-4.0.1-r1.ebuild  26 Mar 2014 08:15:50 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/zeromq/zeromq-4.0.1-r1.ebuild,v 
1.5 2014/03/24 14:54:34 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/zeromq/zeromq-4.0.1-r1.ebuild,v 
1.6 2014/03/26 08:15:50 patrick Exp $
 
 EAPI=5
 
@@ -56,4 +56,3 @@
 src_test() {
emake -j1 check
 }
-



1.59 net-libs/zeromq/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/zeromq/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   24 Mar 2014 14:54:34 -  1.58
+++ ChangeLog   26 Mar 2014 08:15:50 -  1.59
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/zeromq
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/zeromq/ChangeLog,v 1.58 2014/03/24 
14:54:34 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/zeromq/ChangeLog,v 1.59 2014/03/26 
08:15:50 patrick Exp $
+
+  26 Mar 2014; Patrick Lauer patr...@gentoo.org zeromq-4.0.1-r1.ebuild:
+  Whitespace
 
 *zeromq-4.0.4 (24 Mar 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-libs/liborcus: liborcus-0.5.1.ebuild ChangeLog

2014-03-26 Thread Patrick Lauer (patrick)
patrick 14/03/26 08:44:23

  Modified: liborcus-0.5.1.ebuild ChangeLog
  Log:
  Restrict deps #505834
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.9  dev-libs/liborcus/liborcus-0.5.1.ebuild

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

Index: liborcus-0.5.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/liborcus/liborcus-0.5.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- liborcus-0.5.1.ebuild   27 Dec 2013 08:57:34 -  1.8
+++ liborcus-0.5.1.ebuild   26 Mar 2014 08:44:23 -  1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/liborcus/liborcus-0.5.1.ebuild,v 
1.8 2013/12/27 08:57:34 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/liborcus/liborcus-0.5.1.ebuild,v 
1.9 2014/03/26 08:44:23 patrick Exp $
 
 EAPI=5
 
@@ -22,7 +22,7 @@
 
 RDEPEND=
=dev-libs/boost-1.51.0:=
-   =dev-libs/libixion-0.5.0:=
+   dev-libs/libixion-0.7:=
sys-libs/zlib
 
 DEPEND=${RDEPEND}



1.27 dev-libs/liborcus/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/liborcus/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   25 Mar 2014 10:28:37 -  1.26
+++ ChangeLog   26 Mar 2014 08:44:23 -  1.27
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/liborcus
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/liborcus/ChangeLog,v 1.26 
2014/03/25 10:28:37 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/liborcus/ChangeLog,v 1.27 
2014/03/26 08:44:23 patrick Exp $
+
+  26 Mar 2014; Patrick Lauer patr...@gentoo.org liborcus-0.5.1.ebuild:
+  Restrict deps #505834
 
 *liborcus-0.7.0 (25 Mar 2014)
 






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

2014-03-26 Thread Ulrich Mueller (ulm)
ulm 14/03/26 08:46:37

  Modified: ChangeLog commonlisp-0.ebuild
  Log:
  Update to EAPI 5. Remove empty variable assignments.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.3  virtual/commonlisp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/commonlisp/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   20 Jun 2012 07:07:09 -  1.2
+++ ChangeLog   26 Mar 2014 08:46:37 -  1.3
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/commonlisp
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/commonlisp/ChangeLog,v 1.2 
2012/06/20 07:07:09 ssuominen Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/commonlisp/ChangeLog,v 1.3 
2014/03/26 08:46:37 ulm Exp $
+
+  26 Mar 2014; Ulrich Müller u...@gentoo.org commonlisp-0.ebuild:
+  Update to EAPI 5. Remove empty variable assignments.
 
   20 Jun 2012; Samuli Suominen ssuomi...@gentoo.org commonlisp-0.ebuild:
   Revert to ~sparc wrt #326217



1.3  virtual/commonlisp/commonlisp-0.ebuild

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

Index: commonlisp-0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/virtual/commonlisp/commonlisp-0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- commonlisp-0.ebuild 20 Jun 2012 07:07:09 -  1.2
+++ commonlisp-0.ebuild 26 Mar 2014 08:46:37 -  1.3
@@ -1,15 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/commonlisp/commonlisp-0.ebuild,v 
1.2 2012/06/20 07:07:09 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/commonlisp/commonlisp-0.ebuild,v 
1.3 2014/03/26 08:46:37 ulm Exp $
 
-DESCRIPTION=Virtual for Common Lisp
-HOMEPAGE=
-SRC_URI=
+EAPI=5
 
-LICENSE=
+DESCRIPTION=Virtual for Common Lisp
 SLOT=0
 KEYWORDS=alpha amd64 ia64 ppc ~sparc x86
-IUSE=
 
 RDEPEND=|| ( dev-lisp/sbcl
dev-lisp/clisp






[gentoo-commits] gentoo-x86 commit in sys-power/upower: upower-0.9.23-r2.ebuild ChangeLog

2014-03-26 Thread Samuli Suominen (ssuominen)
ssuominen14/03/26 08:51:04

  Modified: ChangeLog
  Added:upower-0.9.23-r2.ebuild
  Log:
  Apply upstream patch for clamping percentage for overfull batteries wrt 
#504574 by Krzysztof Nowicki and Till Schäfer
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.142sys-power/upower/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/upower/ChangeLog?rev=1.142view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/upower/ChangeLog?rev=1.142content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/upower/ChangeLog?r1=1.141r2=1.142

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-power/upower/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- ChangeLog   19 Mar 2014 13:54:47 -  1.141
+++ ChangeLog   26 Mar 2014 08:51:04 -  1.142
@@ -1,6 +1,14 @@
 # ChangeLog for sys-power/upower
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/upower/ChangeLog,v 1.141 
2014/03/19 13:54:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/upower/ChangeLog,v 1.142 
2014/03/26 08:51:04 ssuominen Exp $
+
+*upower-0.9.23-r2 (26 Mar 2014)
+
+  26 Mar 2014; Samuli Suominen ssuomi...@gentoo.org
+  +files/upower-0.9.23-clamp_percentage_for_overfull_batt.patch,
+  +upower-0.9.23-r2.ebuild:
+  Apply upstream patch for clamping percentage for overfull batteries wrt
+  #504574 by Krzysztof Nowicki and Till Schäfer
 
   19 Mar 2014; Agostino Sarubbo a...@gentoo.org upower-0.9.23.ebuild:
   Stable for alpha, wrt bug #496532



1.1  sys-power/upower/upower-0.9.23-r2.ebuild

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

Index: upower-0.9.23-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-power/upower/upower-0.9.23-r2.ebuild,v 
1.1 2014/03/26 08:51:04 ssuominen Exp $

EAPI=5
inherit eutils systemd

DESCRIPTION=D-Bus abstraction for enumerating power devices and querying 
history and statistics
HOMEPAGE=http://upower.freedesktop.org/;
SRC_URI=http://${PN}.freedesktop.org/releases/${P}.tar.xz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
IUSE=doc +introspection ios kernel_FreeBSD kernel_linux systemd

COMMON_DEPEND==dev-libs/dbus-glib-0.100
=dev-libs/glib-2.22
sys-apps/dbus
=sys-auth/polkit-0.110
introspection? ( dev-libs/gobject-introspection )
kernel_linux? (
virtual/libusb:1
=virtual/udev-200[gudev]
ios? (
=app-pda/libimobiledevice-1:=
=app-pda/libplist-1:=
)
)
RDEPEND=${COMMON_DEPEND}
kernel_linux? (
!systemd? ( =sys-power/pm-utils-1.4.1 )
systemd? (
app-shells/bash
=sys-apps/systemd-200
)
)
DEPEND=${COMMON_DEPEND}
dev-libs/libxslt
app-text/docbook-xsl-stylesheets
dev-util/intltool
virtual/pkgconfig
doc? (
dev-util/gtk-doc
app-text/docbook-xml-dtd:4.1.2
)

QA_MULTILIB_PATHS=usr/lib/${PN}/.*

DOCS=AUTHORS HACKING NEWS README

src_prepare() {
sed -i -e '/DISABLE_DEPRECATED/d' configure || die

epatch \
${FILESDIR}/${P}-create-dir-runtime.patch \
${FILESDIR}/${P}-fix-segfault.patch \
${FILESDIR}/${P}-clamp_percentage_for_overfull_batt.patch
}

src_configure() {
local backend myconf

if use kernel_linux; then
backend=linux
myconf=$(use_enable !systemd deprecated)
elif use kernel_FreeBSD; then
backend=freebsd
else
backend=dummy
fi

econf \
--libexecdir=${EPREFIX}/usr/lib/${PN} \
--localstatedir=${EPREFIX}/var \
$(use_enable introspection) \
--disable-static \
${myconf} \
--enable-man-pages \
$(use_enable doc gtk-doc) \
--disable-tests \
--with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html \
--with-backend=${backend} \
$(use_with ios idevice) \
$(systemd_with_utildir) \
 

[gentoo-commits] gentoo-x86 commit in sys-power/upower/files: upower-0.9.23-clamp_percentage_for_overfull_batt.patch

2014-03-26 Thread Samuli Suominen (ssuominen)
ssuominen14/03/26 08:51:04

  Added:   
upower-0.9.23-clamp_percentage_for_overfull_batt.patch
  Log:
  Apply upstream patch for clamping percentage for overfull batteries wrt 
#504574 by Krzysztof Nowicki and Till Schäfer
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.1  
sys-power/upower/files/upower-0.9.23-clamp_percentage_for_overfull_batt.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/upower/files/upower-0.9.23-clamp_percentage_for_overfull_batt.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/upower/files/upower-0.9.23-clamp_percentage_for_overfull_batt.patch?rev=1.1content-type=text/plain

Index: upower-0.9.23-clamp_percentage_for_overfull_batt.patch
===
From b8fe9902f3c6c50ca6a23e24fcea99582beebc65 Mon Sep 17 00:00:00 2001
From: Martin Pitt martinp...@gnome.org
Date: Tue, 22 Oct 2013 08:02:51 +
Subject: linux: Clamp percentage for overfull batteries

Some batteries report energy  energy_full and a percentage (capacity
attribute)  100%. Clamp these within 0 and 100% for both plausibility as well
as to avoid setting an out-of-range property which would then become 0%.

https://launchpad.net/bugs/1240673
---
diff --git a/src/linux/integration-test b/src/linux/integration-test
index 8489bf3..4be1922 100755
--- a/src/linux/integration-test
+++ b/src/linux/integration-test
@@ -442,6 +442,39 @@ class Tests(unittest.TestCase):
 self.assertEqual(self.get_dbus_property('OnLowBattery'), False)
 self.stop_daemon()
 
+def test_battery_overfull(self):
+'''battery which reports a  100% percentage for a full battery'''
+
+self.testbed.add_device('power_supply', 'BAT0', None,
+['type', 'Battery',
+ 'present', '1',
+ 'status', 'Full',
+ 'current_now', '1000',
+ 'charge_now', '1100',
+ 'charge_full', '1000',
+ 'charge_full_design', '1100',
+ 'capacity', '110',
+ 'voltage_now', '1200'], [])
+
+self.start_daemon()
+devs = self.proxy.EnumerateDevices()
+self.assertEqual(len(devs), 1)
+bat0_up = devs[0]
+
+# should clamp percentage
+self.assertEqual(self.get_dbus_dev_property(bat0_up, 'Percentage'), 
100.0)
+self.assertEqual(self.get_dbus_dev_property(bat0_up, 'IsPresent'), 
True)
+self.assertEqual(self.get_dbus_dev_property(bat0_up, 'State'),
+ UP_DEVICE_STATE_FULLY_CHARGED)
+self.assertEqual(self.get_dbus_dev_property(bat0_up, 'Energy'), 132.0)
+# should adjust EnergyFull to reality, not what the battery claims
+self.assertEqual(self.get_dbus_dev_property(bat0_up, 'EnergyFull'), 
132.0)
+self.assertEqual(self.get_dbus_dev_property(bat0_up, 
'EnergyFullDesign'), 132.0)
+self.assertEqual(self.get_dbus_dev_property(bat0_up, 'Voltage'), 12.0)
+self.assertEqual(self.get_dbus_dev_property(bat0_up, 'PowerSupply'), 
True)
+self.assertEqual(self.get_dbus_dev_property(bat0_up, 'Type'), 2)
+self.stop_daemon()
+
 def test_battery_temperature(self):
 '''battery which reports temperature'''
 
diff --git a/src/linux/up-device-supply.c b/src/linux/up-device-supply.c
index 8020277..b953d65 100644
--- a/src/linux/up-device-supply.c
+++ b/src/linux/up-device-supply.c
@@ -708,6 +708,10 @@ up_device_supply_refresh_battery (UpDeviceSupply *supply)
/* get a precise percentage */
 if (sysfs_file_exists (native_path, capacity)) {
percentage = sysfs_get_double (native_path, capacity);
+   if (percentage  0.0f)
+   percentage = 0.0f;
+   if (percentage  100.0f)
+   percentage = 100.0f;
 /* for devices which provide capacity, but not 
{energy,charge}_now */
 if (energy  0.1f  energy_full  0.0f)
 energy = energy_full * percentage / 100;
--
cgit v0.9.0.2-2-gbebe






[gentoo-commits] gentoo-x86 commit in sys-power/upower: ChangeLog upower-0.9.22.ebuild upower-0.9.23-r1.ebuild upower-0.9.21.ebuild

2014-03-26 Thread Samuli Suominen (ssuominen)
ssuominen14/03/26 08:54:03

  Modified: ChangeLog
  Removed:  upower-0.9.22.ebuild upower-0.9.23-r1.ebuild
upower-0.9.21.ebuild
  Log:
  old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.143sys-power/upower/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-power/upower/ChangeLog,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- ChangeLog   26 Mar 2014 08:51:04 -  1.142
+++ ChangeLog   26 Mar 2014 08:54:03 -  1.143
@@ -1,6 +1,10 @@
 # ChangeLog for sys-power/upower
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/upower/ChangeLog,v 1.142 
2014/03/26 08:51:04 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/upower/ChangeLog,v 1.143 
2014/03/26 08:54:03 ssuominen Exp $
+
+  26 Mar 2014; Samuli Suominen ssuomi...@gentoo.org -upower-0.9.21.ebuild,
+  -upower-0.9.22.ebuild, -upower-0.9.23-r1.ebuild:
+  old
 
 *upower-0.9.23-r2 (26 Mar 2014)
 






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

2014-03-26 Thread Ulrich Mueller (ulm)
ulm 14/03/26 08:54:45

  Modified: ChangeLog editor-0.ebuild
  Log:
  Update to EAPI 5.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.30 virtual/editor/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/editor/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   18 Jan 2014 18:50:32 -  1.29
+++ ChangeLog   26 Mar 2014 08:54:45 -  1.30
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/editor
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/editor/ChangeLog,v 1.29 2014/01/18 
18:50:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/editor/ChangeLog,v 1.30 2014/03/26 
08:54:45 ulm Exp $
+
+  26 Mar 2014; Ulrich Müller u...@gentoo.org editor-0.ebuild:
+  Update EAPI to 5.
 
   18 Jan 2014; Mike Frysinger vap...@gentoo.org editor-0.ebuild:
   Add arm64 love.



1.32 virtual/editor/editor-0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/editor/editor-0.ebuild?rev=1.32view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/editor/editor-0.ebuild?rev=1.32content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/editor/editor-0.ebuild?r1=1.31r2=1.32

Index: editor-0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/virtual/editor/editor-0.ebuild,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- editor-0.ebuild 18 Jan 2014 18:50:32 -  1.31
+++ editor-0.ebuild 26 Mar 2014 08:54:45 -  1.32
@@ -1,8 +1,8 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/editor/editor-0.ebuild,v 1.31 
2014/01/18 18:50:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/editor/editor-0.ebuild,v 1.32 
2014/03/26 08:54:45 ulm Exp $
 
-EAPI=2
+EAPI=5
 
 DESCRIPTION=Virtual for editor
 SLOT=0






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

2014-03-26 Thread Ulrich Mueller (ulm)
ulm 14/03/26 08:56:07

  Modified: ChangeLog pager-0.ebuild
  Log:
  Update to EAPI 5.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.16 virtual/pager/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/pager/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   18 Jan 2014 04:37:19 -  1.15
+++ ChangeLog   26 Mar 2014 08:56:07 -  1.16
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/pager
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pager/ChangeLog,v 1.15 2014/01/18 
04:37:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pager/ChangeLog,v 1.16 2014/03/26 
08:56:07 ulm Exp $
+
+  26 Mar 2014; Ulrich Müller u...@gentoo.org pager-0.ebuild:
+  Update to EAPI 5.
 
   18 Jan 2014; Mike Frysinger vap...@gentoo.org pager-0.ebuild:
   Add arm64 love.



1.13 virtual/pager/pager-0.ebuild

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

Index: pager-0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/virtual/pager/pager-0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- pager-0.ebuild  18 Jan 2014 04:37:19 -  1.12
+++ pager-0.ebuild  26 Mar 2014 08:56:07 -  1.13
@@ -1,8 +1,8 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pager/pager-0.ebuild,v 1.12 
2014/01/18 04:37:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pager/pager-0.ebuild,v 1.13 
2014/03/26 08:56:07 ulm Exp $
 
-EAPI=3
+EAPI=5
 
 DESCRIPTION=Virtual for command-line pagers
 SLOT=0






[gentoo-commits] gentoo-x86 commit in virtual/package-manager: package-manager-0.ebuild ChangeLog

2014-03-26 Thread Ulrich Mueller (ulm)
ulm 14/03/26 08:58:21

  Modified: package-manager-0.ebuild ChangeLog
  Log:
  Update to EAPI 5. Remove empty variable assignments.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.5  virtual/package-manager/package-manager-0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/package-manager/package-manager-0.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/package-manager/package-manager-0.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/package-manager/package-manager-0.ebuild?r1=1.4r2=1.5

Index: package-manager-0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/virtual/package-manager/package-manager-0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- package-manager-0.ebuild18 Jan 2014 18:53:08 -  1.4
+++ package-manager-0.ebuild26 Mar 2014 08:58:21 -  1.5
@@ -1,17 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/virtual/package-manager/package-manager-0.ebuild,v 1.4 
2014/01/18 18:53:08 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/virtual/package-manager/package-manager-0.ebuild,v 1.5 
2014/03/26 08:58:21 ulm Exp $
 
-DESCRIPTION=Virtual for the package manager
-HOMEPAGE=
-SRC_URI=
+EAPI=5
 
-LICENSE=
+DESCRIPTION=Virtual for the package manager
 SLOT=0
 KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
-IUSE=
 
-DEPEND=
 RDEPEND=|| ( sys-apps/portage
sys-apps/paludis
sys-apps/pkgcore )



1.6  virtual/package-manager/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/package-manager/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   18 Jan 2014 18:53:08 -  1.5
+++ ChangeLog   26 Mar 2014 08:58:21 -  1.6
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/package-manager
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/package-manager/ChangeLog,v 1.5 
2014/01/18 18:53:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/package-manager/ChangeLog,v 1.6 
2014/03/26 08:58:21 ulm Exp $
+
+  26 Mar 2014; Ulrich Müller u...@gentoo.org package-manager-0.ebuild:
+  Update to EAPI 5. Remove empty variable assignments.
 
   18 Jan 2014; Mike Frysinger vap...@gentoo.org package-manager-0.ebuild:
   Add arm64 love.






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

2014-03-26 Thread JosA MarAa Alonso (nimiux)
nimiux  14/03/26 09:06:12

  Modified: libpipeline-1.2.5.ebuild ChangeLog
  Log:
  Stable for amd64 wrt bug #502722
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D628E536)

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

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

Index: libpipeline-1.2.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/libpipeline/libpipeline-1.2.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libpipeline-1.2.5.ebuild16 Mar 2014 17:16:41 -  1.4
+++ libpipeline-1.2.5.ebuild26 Mar 2014 09:06:12 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libpipeline/libpipeline-1.2.5.ebuild,v 1.4 
2014/03/16 17:16:41 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libpipeline/libpipeline-1.2.5.ebuild,v 1.5 
2014/03/26 09:06:12 nimiux Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
 IUSE=static-libs test
 
 DEPEND=virtual/pkgconfig



1.53 dev-libs/libpipeline/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpipeline/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   16 Mar 2014 17:16:41 -  1.52
+++ ChangeLog   26 Mar 2014 09:06:12 -  1.53
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libpipeline
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpipeline/ChangeLog,v 1.52 
2014/03/16 17:16:41 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpipeline/ChangeLog,v 1.53 
2014/03/26 09:06:12 nimiux Exp $
+
+  26 Mar 2014; Chema Alonso nim...@gentoo.org libpipeline-1.2.5.ebuild:
+  Stable for amd64 wrt bug #502722
 
   16 Mar 2014; Markus Meier mae...@gentoo.org libpipeline-1.2.5.ebuild:
   arm stable, bug #502722






[gentoo-commits] gentoo-x86 commit in profiles/default/linux/amd64: ChangeLog

2014-03-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/03/26 09:37:06

  Modified: ChangeLog
  Log:
  Mask multilib for wayland/weston, so they can go stable in bug #500368.

Revision  ChangesPath
1.15 profiles/default/linux/amd64/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/amd64/ChangeLog?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/amd64/ChangeLog?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/amd64/ChangeLog?r1=1.14r2=1.15

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/amd64/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   19 Mar 2014 22:09:53 -  1.14
+++ ChangeLog   26 Mar 2014 09:37:06 -  1.15
@@ -1,6 +1,10 @@
 # ChangeLog for the default/linux/amd64 profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/amd64/ChangeLog,v 
1.14 2014/03/19 22:09:53 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/amd64/ChangeLog,v 
1.15 2014/03/26 09:37:06 chithanh Exp $
+
+  26 Mar 2014; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  13.0/package.use.stable.mask:
+  Mask multilib for wayland/weston, so they can go stable in bug #500368.
 
   19 Mar 2014; Andreas K. Huettel dilfri...@gentoo.org 13.0/desktop/eapi,
   13.0/desktop/gnome/eapi, +13.0/desktop/gnome/systemd/eapi,






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

2014-03-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/03/26 09:37:07

  Modified: ChangeLog
  Log:
  Mask multilib for wayland/weston, so they can go stable in bug #500368.

Revision  ChangesPath
1.41 profiles/hardened/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   16 Mar 2014 22:53:40 -  1.40
+++ ChangeLog   26 Mar 2014 09:37:07 -  1.41
@@ -1,6 +1,10 @@
 # ChangeLog for Gentoo/AMD64 profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.40 
2014/03/16 22:53:40 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.41 
2014/03/26 09:37:07 chithanh Exp $
+
+  26 Mar 2014; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  linux/amd64/package.use.stable.mask:
+  Mask multilib for wayland/weston, so they can go stable in bug #500368.
 
   16 Mar 2014; Tom Wijsman tom...@gentoo.org
   linux/amd64/package.use.stable.mask, linux/x86/package.use.stable.mask:






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

2014-03-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/03/26 09:37:07

  Modified: package.use.stable.mask
  Log:
  Mask multilib for wayland/weston, so they can go stable in bug #500368.

Revision  ChangesPath
1.11 profiles/default/linux/amd64/13.0/package.use.stable.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/amd64/13.0/package.use.stable.mask?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/amd64/13.0/package.use.stable.mask?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/amd64/13.0/package.use.stable.mask?r1=1.10r2=1.11

Index: package.use.stable.mask
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/default/linux/amd64/13.0/package.use.stable.mask,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- package.use.stable.mask 16 Mar 2014 22:40:05 -  1.10
+++ package.use.stable.mask 26 Mar 2014 09:37:06 -  1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/default/linux/amd64/13.0/package.use.stable.mask,v
 1.10 2014/03/16 22:40:05 tomwij Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/default/linux/amd64/13.0/package.use.stable.mask,v
 1.11 2014/03/26 09:37:06 chithanh Exp $
 
 # Tom Wijsman tom...@gentoo.org (16 Mar 2014)
 # Mask unstable USE flags on media-video/vlc, see security bug #499806.
@@ -111,6 +111,8 @@
 dev-libs/openssl abi_x86_32
 dev-libs/re2 abi_x86_32
 dev-libs/udis86 abi_x86_32
+dev-libs/wayland abi_x86_32
+dev-libs/weston abi_x86_32
 dev-libs/yajl abi_x86_32
 dev-qt/qtcore abi_x86_32
 dev-qt/qtdbus abi_x86_32






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

2014-03-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/03/26 09:37:07

  Modified: package.use.stable.mask
  Log:
  Mask multilib for wayland/weston, so they can go stable in bug #500368.

Revision  ChangesPath
1.9  profiles/hardened/linux/amd64/package.use.stable.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/amd64/package.use.stable.mask?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/amd64/package.use.stable.mask?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/amd64/package.use.stable.mask?r1=1.8r2=1.9

Index: package.use.stable.mask
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/package.use.stable.mask,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- package.use.stable.mask 16 Mar 2014 22:47:03 -  1.8
+++ package.use.stable.mask 26 Mar 2014 09:37:07 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/package.use.stable.mask,v 
1.8 2014/03/16 22:47:03 tomwij Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/package.use.stable.mask,v 
1.9 2014/03/26 09:37:07 chithanh Exp $
 
 # Tom Wijsman tom...@gentoo.org (16 Mar 2014)
 # Mask unstable USE flags on media-video/vlc, see security bug #499806.
@@ -102,7 +102,8 @@
 dev-libs/nss abi_x86_32
 dev-libs/openssl abi_x86_32
 dev-libs/re2 abi_x86_32
-dev-libs/udis86 abi_x86_32
+dev-libs/wayland abi_x86_32
+dev-libs/weston abi_x86_32
 dev-libs/yajl abi_x86_32
 dev-qt/qtcore abi_x86_32
 dev-qt/qtdbus abi_x86_32






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

2014-03-26 Thread JosA MarAa Alonso (nimiux)
nimiux  14/03/26 09:45:20

  Modified: ChangeLog man-db-2.6.6.ebuild
  Log:
  Stable for amd64 wrt bug #502916
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D628E536)

Revision  ChangesPath
1.67 sys-apps/man-db/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   16 Mar 2014 17:16:13 -  1.66
+++ ChangeLog   26 Mar 2014 09:45:20 -  1.67
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/man-db
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.66 2014/03/16 
17:16:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.67 2014/03/26 
09:45:20 nimiux Exp $
+
+  26 Mar 2014; Chema Alonso nim...@gentoo.org man-db-2.6.6.ebuild:
+  Stable for amd64 wrt bug #502916
 
   16 Mar 2014; Markus Meier mae...@gentoo.org man-db-2.6.6.ebuild:
   arm stable, bug #502916



1.4  sys-apps/man-db/man-db-2.6.6.ebuild

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

Index: man-db-2.6.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- man-db-2.6.6.ebuild 16 Mar 2014 17:16:13 -  1.3
+++ man-db-2.6.6.ebuild 26 Mar 2014 09:45:20 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.6.ebuild,v 1.3 
2014/03/16 17:16:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.6.ebuild,v 1.4 
2014/03/26 09:45:20 nimiux Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~arm-linux ~x86-linux
 IUSE=berkdb +gdbm nls selinux static-libs zlib
 
 RDEPEND=dev-libs/libpipeline






[gentoo-commits] gentoo-x86 commit in games-util/uz2unpack: ChangeLog uz2unpack-0.1.ebuild

2014-03-26 Thread Ulrich Mueller (ulm)
ulm 14/03/26 09:51:50

  Modified: ChangeLog uz2unpack-0.1.ebuild
  Log:
  Fix LICENSE, bug 505782. Update to EAPI 5.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.7  games-util/uz2unpack/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-util/uz2unpack/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   3 Nov 2009 21:40:12 -   1.6
+++ ChangeLog   26 Mar 2014 09:51:50 -  1.7
@@ -1,6 +1,9 @@
 # ChangeLog for games-util/uz2unpack
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/uz2unpack/ChangeLog,v 1.6 
2009/11/03 21:40:12 nyhm Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/uz2unpack/ChangeLog,v 1.7 
2014/03/26 09:51:50 ulm Exp $
+
+  26 Mar 2014; Ulrich Müller u...@gentoo.org uz2unpack-0.1.ebuild:
+  Fix LICENSE, bug 505782. Update to EAPI 5.
 
   03 Nov 2009; Tristan Heaven n...@gentoo.org uz2unpack-0.1.ebuild:
   Respect LDFLAGS



1.9  games-util/uz2unpack/uz2unpack-0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/uz2unpack/uz2unpack-0.1.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/uz2unpack/uz2unpack-0.1.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/uz2unpack/uz2unpack-0.1.ebuild?r1=1.8r2=1.9

Index: uz2unpack-0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-util/uz2unpack/uz2unpack-0.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- uz2unpack-0.1.ebuild3 Nov 2009 21:40:12 -   1.8
+++ uz2unpack-0.1.ebuild26 Mar 2014 09:51:50 -  1.9
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/uz2unpack/uz2unpack-0.1.ebuild,v 
1.8 2009/11/03 21:40:12 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/uz2unpack/uz2unpack-0.1.ebuild,v 
1.9 2014/03/26 09:51:50 ulm Exp $
+
+EAPI=5
 
 inherit toolchain-funcs
 
@@ -8,18 +10,17 @@
 
HOMEPAGE=http://icculus.org/cgi-bin/ezmlm/ezmlm-cgi?42:mss:1013:200406:kikgppboefcimdbadcdo;
 SRC_URI=mirror://gentoo/${P}.tar.bz2
 
-LICENSE=as-is
+LICENSE=public-domain
 SLOT=0
 KEYWORDS=amd64 ~ppc x86
-IUSE=
 
 DEPEND=sys-libs/zlib
 
 src_compile() {
-   emake CC=$(tc-getCC) LDLIBS=-lz ${PN} || die emake failed
+   emake CC=$(tc-getCC) LDLIBS=-lz ${PN}
 }
 
 src_install() {
-   dobin ${PN} || die dobin failed
+   dobin ${PN}
dodoc README
 }






[gentoo-commits] gentoo-x86 commit in dev-ruby/memoizable: ChangeLog memoizable-0.3.1.ebuild memoizable-0.4.0.ebuild

2014-03-26 Thread Hans de Graaff (graaff)
graaff  14/03/26 10:08:42

  Modified: ChangeLog
  Removed:  memoizable-0.3.1.ebuild memoizable-0.4.0.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.6  dev-ruby/memoizable/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/memoizable/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   5 Mar 2014 22:40:31 -   1.5
+++ ChangeLog   26 Mar 2014 10:08:42 -  1.6
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/memoizable
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/memoizable/ChangeLog,v 1.5 
2014/03/05 22:40:31 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/memoizable/ChangeLog,v 1.6 
2014/03/26 10:08:42 graaff Exp $
+
+  26 Mar 2014; Hans de Graaff gra...@gentoo.org -memoizable-0.3.1.ebuild,
+  -memoizable-0.4.0.ebuild:
+  Cleanup.
 
 *memoizable-0.4.1 (05 Mar 2014)
 






[gentoo-commits] gentoo-x86 commit in app-emulation/virtualbox-bin: virtualbox-bin-4.3.10.ebuild ChangeLog virtualbox-bin-4.3.6.ebuild

2014-03-26 Thread Lars Wendler (polynomial-c)
polynomial-c14/03/26 10:10:40

  Modified: ChangeLog
  Added:virtualbox-bin-4.3.10.ebuild
  Removed:  virtualbox-bin-4.3.6.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.176app-emulation/virtualbox-bin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtualbox-bin/ChangeLog?rev=1.176view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtualbox-bin/ChangeLog?rev=1.176content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtualbox-bin/ChangeLog?r1=1.175r2=1.176

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-bin/ChangeLog,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- ChangeLog   14 Mar 2014 10:25:43 -  1.175
+++ ChangeLog   26 Mar 2014 10:10:40 -  1.176
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/virtualbox-bin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-bin/ChangeLog,v 
1.175 2014/03/14 10:25:43 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-bin/ChangeLog,v 
1.176 2014/03/26 10:10:40 polynomial-c Exp $
+
+*virtualbox-bin-4.3.10 (26 Mar 2014)
+
+  26 Mar 2014; Lars Wendler polynomia...@gentoo.org
+  -virtualbox-bin-4.3.6.ebuild, +virtualbox-bin-4.3.10.ebuild:
+  Version bump. Removed old.
 
 *virtualbox-bin-4.2.24 (14 Mar 2014)
 



1.1  app-emulation/virtualbox-bin/virtualbox-bin-4.3.10.ebuild

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

Index: virtualbox-bin-4.3.10.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/virtualbox-bin/virtualbox-bin-4.3.10.ebuild,v
 1.1 2014/03/26 10:10:40 polynomial-c Exp $

EAPI=5

inherit eutils unpacker fdo-mime gnome2 pax-utils udev

MY_PV=${PV/beta/BETA}
MY_PV=${MY_PV/rc/RC}
VBOX_PV=${MY_PV}-92957
SDK_PV=${VBOX_PV}
EXTP_PV=${VBOX_PV}
MY_P=VirtualBox-${VBOX_PV}-Linux
EXTP_PN=Oracle_VM_VirtualBox_Extension_Pack

DESCRIPTION=Family of powerful x86 virtualization products for enterprise as 
well as home use
HOMEPAGE=http://www.virtualbox.org/;
SRC_URI=amd64? ( 
http://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}_amd64.run )
x86? ( 
http://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}_x86.run )

http://download.virtualbox.org/virtualbox/${MY_PV}/${EXTP_PN}-${EXTP_PV}.vbox-extpack
 - ${EXTP_PN}-${EXTP_PV}.tar.gz

LICENSE=GPL-2 PUEL
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=+additions +chm headless python vboxwebsrv rdesktop-vrdp
RESTRICT=mirror

if [[ ${PV} != *beta* ]] ; then
SRC_URI+=
sdk? ( 
http://download.virtualbox.org/virtualbox/${MY_PV}/VirtualBoxSDK-${SDK_PV}.zip 
)
IUSE+= sdk
fi

DEPEND=app-arch/unzip

RDEPEND=!!app-emulation/virtualbox
!app-emulation/virtualbox-additions
~app-emulation/virtualbox-modules-${PV}
!headless? (
x11-libs/libXcursor
media-libs/libsdl[X]
x11-libs/libXrender
x11-libs/libXfixes
media-libs/libpng
x11-libs/libXi
x11-libs/libXrandr
x11-libs/libXinerama
x11-libs/libXft
media-libs/freetype
media-libs/fontconfig
x11-libs/libXext
dev-libs/glib
chm? ( dev-libs/expat )
)
x11-libs/libXt
dev-libs/libxml2
x11-libs/libXau
x11-libs/libX11
x11-libs/libXmu
x11-libs/libSM
x11-libs/libICE
x11-libs/libXdmcp
python? ( || (
dev-lang/python:2.7
dev-lang/python:2.6
) )

S=${WORKDIR}

QA_TEXTRELS_amd64=opt/VirtualBox/VBoxVMM.so
QA_TEXTRELS_x86=opt/VirtualBox/VBoxGuestPropSvc.so
opt/VirtualBox/VBoxSDL.so
opt/VirtualBox/VBoxDbg.so
opt/VirtualBox/VBoxSharedFolders.so
opt/VirtualBox/VBoxDD2.so
opt/VirtualBox/VBoxOGLrenderspu.so
opt/VirtualBox/VBoxPython.so
opt/VirtualBox/VBoxPython2_6.so
opt/VirtualBox/VBoxPython2_7.so
opt/VirtualBox/VBoxDD.so
opt/VirtualBox/VBoxVRDP.so
opt/VirtualBox/VBoxDDU.so
opt/VirtualBox/VBoxREM64.so
opt/VirtualBox/VBoxSharedClipboard.so

[gentoo-commits] gentoo-x86 commit in app-emulation/virtualbox-additions: virtualbox-additions-4.3.10.ebuild ChangeLog virtualbox-additions-4.3.6.ebuild

2014-03-26 Thread Lars Wendler (polynomial-c)
polynomial-c14/03/26 10:10:59

  Modified: ChangeLog
  Added:virtualbox-additions-4.3.10.ebuild
  Removed:  virtualbox-additions-4.3.6.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.85 app-emulation/virtualbox-additions/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtualbox-additions/ChangeLog?rev=1.85view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtualbox-additions/ChangeLog?rev=1.85content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtualbox-additions/ChangeLog?r1=1.84r2=1.85

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-additions/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog   14 Mar 2014 10:26:00 -  1.84
+++ ChangeLog   26 Mar 2014 10:10:58 -  1.85
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/virtualbox-additions
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/virtualbox-additions/ChangeLog,v 1.84 
2014/03/14 10:26:00 polynomial-c Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/virtualbox-additions/ChangeLog,v 1.85 
2014/03/26 10:10:58 polynomial-c Exp $
+
+*virtualbox-additions-4.3.10 (26 Mar 2014)
+
+  26 Mar 2014; Lars Wendler polynomia...@gentoo.org
+  -virtualbox-additions-4.3.6.ebuild, +virtualbox-additions-4.3.10.ebuild:
+  Version bump. Removed old.
 
 *virtualbox-additions-4.2.24 (14 Mar 2014)
 



1.1  
app-emulation/virtualbox-additions/virtualbox-additions-4.3.10.ebuild

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

Index: virtualbox-additions-4.3.10.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/virtualbox-additions/virtualbox-additions-4.3.10.ebuild,v
 1.1 2014/03/26 10:10:58 polynomial-c Exp $

EAPI=5

inherit eutils

MY_PN=VBoxGuestAdditions
MY_PV=${PV/beta/BETA}
MY_PV=${MY_PV/rc/RC}
MY_P=${MY_PN}_${MY_PV}

DESCRIPTION=CD image containing guest additions for VirtualBox
HOMEPAGE=http://www.virtualbox.org/;
SRC_URI=http://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}.iso;

LICENSE=GPL-2+ LGPL-2.1+ MIT SGI-B-2.0 CDDL
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=
RESTRICT=mirror

RDEPEND=!app-emulation/virtualbox-bin
!=app-emulation/virtualbox-

S=${WORKDIR}

src_unpack() {
return 0
}

src_install() {
insinto /usr/share/${PN/-additions}
newins ${DISTDIR}/${MY_P}.iso ${MY_PN}.iso
}






[gentoo-commits] gentoo-x86 commit in app-emulation/virtualbox-extpack-oracle: ChangeLog virtualbox-extpack-oracle-4.3.10.ebuild virtualbox-extpack-oracle-4.3.6.ebuild

2014-03-26 Thread Lars Wendler (polynomial-c)
polynomial-c14/03/26 10:11:39

  Modified: ChangeLog
  Added:virtualbox-extpack-oracle-4.3.10.ebuild
  Removed:  virtualbox-extpack-oracle-4.3.6.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.63 app-emulation/virtualbox-extpack-oracle/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtualbox-extpack-oracle/ChangeLog?rev=1.63view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtualbox-extpack-oracle/ChangeLog?rev=1.63content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtualbox-extpack-oracle/ChangeLog?r1=1.62r2=1.63

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/virtualbox-extpack-oracle/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   14 Mar 2014 10:26:18 -  1.62
+++ ChangeLog   26 Mar 2014 10:11:39 -  1.63
@@ -1,6 +1,13 @@
 # ChangeLog for app-emulation/virtualbox-extpack-oracle
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/virtualbox-extpack-oracle/ChangeLog,v 
1.62 2014/03/14 10:26:18 polynomial-c Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/virtualbox-extpack-oracle/ChangeLog,v 
1.63 2014/03/26 10:11:39 polynomial-c Exp $
+
+*virtualbox-extpack-oracle-4.3.10 (26 Mar 2014)
+
+  26 Mar 2014; Lars Wendler polynomia...@gentoo.org
+  -virtualbox-extpack-oracle-4.3.6.ebuild,
+  +virtualbox-extpack-oracle-4.3.10.ebuild:
+  Version bump. Removed old.
 
 *virtualbox-extpack-oracle-4.2.24 (14 Mar 2014)
 



1.1  
app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-4.3.10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-4.3.10.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-4.3.10.ebuild?rev=1.1content-type=text/plain

Index: virtualbox-extpack-oracle-4.3.10.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-4.3.10.ebuild,v
 1.1 2014/03/26 10:11:39 polynomial-c Exp $

EAPI=5

inherit eutils multilib

MY_BUILD=92957
MY_PN=Oracle_VM_VirtualBox_Extension_Pack
MY_PV=${PV/beta/BETA}
MY_PV=${MY_PV/rc/RC}
MY_P=${MY_PN}-${MY_PV}-${MY_BUILD}

DESCRIPTION=PUEL extensions for VirtualBox
HOMEPAGE=http://www.virtualbox.org/;
SRC_URI=http://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}.vbox-extpack
 - ${MY_P}.tar.gz

LICENSE=PUEL
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=
RESTRICT=mirror strip

RDEPEND=~app-emulation/virtualbox-${PV}

S=${WORKDIR}

QA_PREBUILT=/usr/$(get_libdir)/virtualbox/ExtensionPacks/${MY_PN}/.*

src_install() {
insinto /usr/$(get_libdir)/virtualbox/ExtensionPacks/${MY_PN}
doins -r linux.${ARCH}
doins ExtPack* PXE-Intel.rom
}






[gentoo-commits] gentoo-x86 commit in app-emulation/virtualbox: ChangeLog virtualbox-4.2.22.ebuild virtualbox-4.2.24.ebuild virtualbox-4.3.10.ebuild virtualbox-4.3.8.ebuild virtualbox-4.3.6.ebuild

2014-03-26 Thread Lars Wendler (polynomial-c)
polynomial-c14/03/26 10:12:13

  Modified: ChangeLog virtualbox-4.2.22.ebuild
virtualbox-4.2.24.ebuild virtualbox-4.3.8.ebuild
  Added:virtualbox-4.3.10.ebuild
  Removed:  virtualbox-4.3.6.ebuild
  Log:
  Version bump. Removed old. Use has_multilib_profile now that multilib USE 
flag is optional
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.179app-emulation/virtualbox/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtualbox/ChangeLog?rev=1.179view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtualbox/ChangeLog?rev=1.179content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtualbox/ChangeLog?r1=1.178r2=1.179

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virtualbox/ChangeLog,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- ChangeLog   14 Mar 2014 10:26:49 -  1.178
+++ ChangeLog   26 Mar 2014 10:12:13 -  1.179
@@ -1,6 +1,14 @@
 # ChangeLog for app-emulation/virtualbox
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox/ChangeLog,v 1.178 
2014/03/14 10:26:49 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox/ChangeLog,v 1.179 
2014/03/26 10:12:13 polynomial-c Exp $
+
+*virtualbox-4.3.10 (26 Mar 2014)
+
+  26 Mar 2014; Lars Wendler polynomia...@gentoo.org virtualbox-4.2.22.ebuild,
+  virtualbox-4.2.24.ebuild, -virtualbox-4.3.6.ebuild, virtualbox-4.3.8.ebuild,
+  +virtualbox-4.3.10.ebuild:
+  Version bump. Removed old. Use has_multilib_profile now that multilib USE
+  flag is optional.
 
 *virtualbox-4.2.24 (14 Mar 2014)
 



1.5  app-emulation/virtualbox/virtualbox-4.2.22.ebuild

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

Index: virtualbox-4.2.22.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/virtualbox/virtualbox-4.2.22.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- virtualbox-4.2.22.ebuild20 Jan 2014 22:33:20 -  1.4
+++ virtualbox-4.2.22.ebuild26 Mar 2014 10:12:13 -  1.5
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/virtualbox/virtualbox-4.2.22.ebuild,v 1.4 
2014/01/20 22:33:20 polynomial-c Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/virtualbox/virtualbox-4.2.22.ebuild,v 1.5 
2014/03/26 10:12:13 polynomial-c Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
-inherit eutils fdo-mime flag-o-matic linux-info multilib pax-utils 
python-single-r1 qt4-r2 toolchain-funcs java-pkg-opt-2 udev
+inherit eutils fdo-mime flag-o-matic java-pkg-opt-2 linux-info multilib 
pax-utils python-single-r1 qt4-r2 toolchain-funcs udev
 
 MY_PV=${PV/beta/BETA}
 MY_PV=${MY_PV/rc/RC}



1.2  app-emulation/virtualbox/virtualbox-4.2.24.ebuild

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

Index: virtualbox-4.2.24.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/virtualbox/virtualbox-4.2.24.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- virtualbox-4.2.24.ebuild14 Mar 2014 10:26:49 -  1.1
+++ virtualbox-4.2.24.ebuild26 Mar 2014 10:12:13 -  1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/virtualbox/virtualbox-4.2.24.ebuild,v 1.1 
2014/03/14 10:26:49 polynomial-c Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/virtualbox/virtualbox-4.2.24.ebuild,v 1.2 
2014/03/26 10:12:13 polynomial-c Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
-inherit eutils fdo-mime flag-o-matic linux-info multilib pax-utils 
python-single-r1 qt4-r2 toolchain-funcs java-pkg-opt-2 udev
+inherit eutils fdo-mime flag-o-matic 

[gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-virtualbox: ChangeLog xf86-video-virtualbox-4.3.10.ebuild xf86-video-virtualbox-4.3.6.ebuild

2014-03-26 Thread Lars Wendler (polynomial-c)
polynomial-c14/03/26 10:12:49

  Modified: ChangeLog
  Added:xf86-video-virtualbox-4.3.10.ebuild
  Removed:  xf86-video-virtualbox-4.3.6.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.135x11-drivers/xf86-video-virtualbox/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog?rev=1.135view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog?rev=1.135content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog?r1=1.134r2=1.135

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- ChangeLog   14 Mar 2014 10:27:21 -  1.134
+++ ChangeLog   26 Mar 2014 10:12:49 -  1.135
@@ -1,6 +1,12 @@
 # ChangeLog for x11-drivers/xf86-video-virtualbox
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v 1.134 
2014/03/14 10:27:21 polynomial-c Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v 1.135 
2014/03/26 10:12:49 polynomial-c Exp $
+
+*xf86-video-virtualbox-4.3.10 (26 Mar 2014)
+
+  26 Mar 2014; Lars Wendler polynomia...@gentoo.org
+  -xf86-video-virtualbox-4.3.6.ebuild, +xf86-video-virtualbox-4.3.10.ebuild:
+  Version bump. Removed old.
 
 *xf86-video-virtualbox-4.2.24 (14 Mar 2014)
 



1.1  
x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.10.ebuild

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

Index: xf86-video-virtualbox-4.3.10.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.10.ebuild,v
 1.1 2014/03/26 10:12:49 polynomial-c Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
inherit eutils linux-mod multilib python-single-r1 versionator toolchain-funcs

MY_PV=${PV/beta/BETA}
MY_PV=${MY_PV/rc/RC}
MY_P=VirtualBox-${MY_PV}
DESCRIPTION=VirtualBox video driver
HOMEPAGE=http://www.virtualbox.org/;
SRC_URI=http://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}.tar.bz2;

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

RDEPEND==x11-base/xorg-server-1.7:=[-minimal]
x11-libs/libXcomposite
DEPEND=${RDEPEND}
=dev-util/kbuild-0.1.9998_pre20131130
${PYTHON_DEPS}
=dev-lang/yasm-0.6.2
sys-power/iasl
x11-proto/fontsproto
x11-proto/randrproto
x11-proto/renderproto
x11-proto/resourceproto
x11-proto/scrnsaverproto
x11-proto/xextproto
x11-proto/xineramaproto
x11-proto/xproto
x11-libs/libXdmcp
x11-libs/libXau
x11-libs/libX11
x11-libs/libXfixes
x11-libs/libXext
dri? (  x11-proto/xf86driproto
=x11-libs/libdrm-2.4.5 )

REQUIRED_USE=( ${PYTHON_REQUIRED_USE} )

BUILD_TARGETS=all
BUILD_TARGET_ARCH=${ARCH}
MODULE_NAMES=vboxvideo(misc:${WORKDIR}/vboxvideo_drm:${WORKDIR}/vboxvideo_drm)

S=${WORKDIR}/${MY_P}

QA_TEXTRELS_x86=usr/lib/VBoxOGL.so

pkg_setup() {
linux-mod_pkg_setup
BUILD_PARAMS=KERN_DIR=${KV_DIR} KERNOUT=${KV_OUT_DIR}

python-single-r1_pkg_setup
}

src_prepare() {
# Prepare the vboxvideo_drm sources and Makefile in ${WORKDIR}
cp -a ${S}/src/VBox/Additions/linux/drm ${WORKDIR}/vboxvideo_drm \
|| die cannot copy vboxvideo_drm directory
cp ${FILESDIR}/${PN}-3-vboxvideo_drm.makefile \
${WORKDIR}/vboxvideo_drm/Makefile \
|| die cannot copy vboxvideo_drm Makefile

# stupid new header references...
for vboxheader in {product,version}-generated.h ; do
ln -sf ${S}/out/linux.${ARCH}/release/${vboxheader} \
${WORKDIR}/vboxvideo_drm/${vboxheader}
done

# Remove shipped binaries (kBuild,yasm), see bug #232775
rm -rf kBuild/bin tools

# Disable things unused or splitted into separate ebuilds
cp ${FILESDIR}/${PN}-3-localconfig LocalConfig.kmk || die

# Ugly hack to build the opengl part of the video driver
epatch ${FILESDIR}/${PN}-2.2.0-enable-opengl.patch

# unset 

[gentoo-commits] gentoo-x86 commit in dev-ruby/memoizable: ChangeLog memoizable-0.4.1-r1.ebuild

2014-03-26 Thread Hans de Graaff (graaff)
graaff  14/03/26 10:13:03

  Modified: ChangeLog
  Added:memoizable-0.4.1-r1.ebuild
  Log:
  Fix thread_safe dependency to work with newer compatible versions.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.7  dev-ruby/memoizable/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/memoizable/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   26 Mar 2014 10:08:42 -  1.6
+++ ChangeLog   26 Mar 2014 10:13:03 -  1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/memoizable
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/memoizable/ChangeLog,v 1.6 
2014/03/26 10:08:42 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/memoizable/ChangeLog,v 1.7 
2014/03/26 10:13:03 graaff Exp $
+
+*memoizable-0.4.1-r1 (26 Mar 2014)
+
+  26 Mar 2014; Hans de Graaff gra...@gentoo.org +memoizable-0.4.1-r1.ebuild:
+  Fix thread_safe dependency to work with newer compatible versions.
 
   26 Mar 2014; Hans de Graaff gra...@gentoo.org -memoizable-0.3.1.ebuild,
   -memoizable-0.4.0.ebuild:



1.1  dev-ruby/memoizable/memoizable-0.4.1-r1.ebuild

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

Index: memoizable-0.4.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/memoizable/memoizable-0.4.1-r1.ebuild,v 1.1 
2014/03/26 10:13:03 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20

RUBY_FAKEGEM_RECIPE_DOC=yard
RUBY_FAKEGEM_RECIPE_TEST=rspec

RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec

inherit ruby-fakegem

DESCRIPTION=Memoize method return values
HOMEPAGE=https://github.com/dkubb/memoizable;

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64
IUSE=

ruby_add_rdepend dev-ruby/thread_safe:0

all_ruby_prepare() {
sed -i -e /simplecov/,/^end$/d spec/spec_helper.rb || die

# Fix thread_safe dependency since 0.x versions are compatible.
sed -i -e 's/0.2.0/0.2/' ${RUBY_FAKEGEM_GEMSPEC} || die
}






[gentoo-commits] gentoo-x86 commit in app-emulation/virtualbox-guest-additions: virtualbox-guest-additions-4.3.10.ebuild ChangeLog virtualbox-guest-additions-4.3.6.ebuild

2014-03-26 Thread Lars Wendler (polynomial-c)
polynomial-c14/03/26 10:13:26

  Modified: ChangeLog
  Added:virtualbox-guest-additions-4.3.10.ebuild
  Removed:  virtualbox-guest-additions-4.3.6.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.145app-emulation/virtualbox-guest-additions/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtualbox-guest-additions/ChangeLog?rev=1.145view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtualbox-guest-additions/ChangeLog?rev=1.145content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtualbox-guest-additions/ChangeLog?r1=1.144r2=1.145

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/virtualbox-guest-additions/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog   14 Mar 2014 10:27:43 -  1.144
+++ ChangeLog   26 Mar 2014 10:13:26 -  1.145
@@ -1,6 +1,13 @@
 # ChangeLog for app-emulation/virtualbox-guest-additions
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/virtualbox-guest-additions/ChangeLog,v 
1.144 2014/03/14 10:27:43 polynomial-c Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/virtualbox-guest-additions/ChangeLog,v 
1.145 2014/03/26 10:13:26 polynomial-c Exp $
+
+*virtualbox-guest-additions-4.3.10 (26 Mar 2014)
+
+  26 Mar 2014; Lars Wendler polynomia...@gentoo.org
+  -virtualbox-guest-additions-4.3.6.ebuild,
+  +virtualbox-guest-additions-4.3.10.ebuild:
+  Version bump. Removed old.
 
 *virtualbox-guest-additions-4.2.24 (14 Mar 2014)
 



1.1  
app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-4.3.10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-4.3.10.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-4.3.10.ebuild?rev=1.1content-type=text/plain

Index: virtualbox-guest-additions-4.3.10.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-4.3.10.ebuild,v
 1.1 2014/03/26 10:13:26 polynomial-c Exp $

EAPI=5

inherit eutils linux-mod systemd user

MY_PV=${PV/beta/BETA}
MY_PV=${MY_PV/rc/RC}
MY_P=VirtualBox-${MY_PV}
DESCRIPTION=VirtualBox kernel modules and user-space tools for Gentoo guests
HOMEPAGE=http://www.virtualbox.org/;
SRC_URI=http://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}.tar.bz2;

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

RDEPEND=X? ( ~x11-drivers/xf86-video-virtualbox-${PV}
x11-apps/xrandr
x11-apps/xrefresh
x11-libs/libXmu
x11-libs/libX11
x11-libs/libXt
x11-libs/libXext
x11-libs/libXau
x11-libs/libXdmcp
x11-libs/libSM
x11-libs/libICE
x11-proto/glproto )
sys-apps/dbus
!!x11-drivers/xf86-input-virtualbox
DEPEND=${RDEPEND}
=dev-util/kbuild-0.1.9998_pre20131130
=dev-lang/yasm-0.6.2
sys-devel/bin86
sys-libs/pam
sys-power/iasl
X? ( x11-proto/renderproto )
!X? ( x11-proto/xproto )

BUILD_TARGETS=all
BUILD_TARGET_ARCH=${ARCH}
MODULE_NAMES=vboxguest(misc:${WORKDIR}/vboxguest:${WORKDIR}/vboxguest)
vboxsf(misc:${WORKDIR}/vboxsf:${WORKDIR}/vboxsf)

S=${WORKDIR}/${MY_P}

pkg_setup() {
linux-mod_pkg_setup
BUILD_PARAMS=KERN_DIR=${KV_DIR} KERNOUT=${KV_OUT_DIR}
enewgroup vboxguest
enewuser vboxguest -1 /bin/sh /dev/null vboxguest
# automount Error: VBoxServiceAutoMountWorker: Group vboxsf does not 
exist
enewgroup vboxsf
}

src_unpack() {
unpack ${A}

# Create and unpack a tarball with the sources of the Linux guest
# kernel modules, to include all the needed files
${S}/src/VBox/Additions/linux/export_modules 
${WORKDIR}/vbox-kmod.tar.gz
unpack ./vbox-kmod.tar.gz

# Remove shipped binaries (kBuild,yasm), see bug #232775
cd ${S}
rm -rf kBuild/bin tools
}

src_prepare() {
# PaX fixes (see bug #298988)
pushd ${WORKDIR} /dev/null || die
epatch ${FILESDIR}/vboxguest-4.1.0-log-use-c99.patch
popd /dev/null || die

# Disable things unused or splitted into separate ebuilds
cp ${FILESDIR}/${PN}-3-localconfig LocalConfig.kmk || die

  

[gentoo-commits] gentoo-x86 commit in dev-ruby/memoizable: ChangeLog memoizable-0.4.1-r1.ebuild

2014-03-26 Thread Hans de Graaff (graaff)
graaff  14/03/26 10:16:34

  Modified: ChangeLog memoizable-0.4.1-r1.ebuild
  Log:
  Also require a new enough version of thread_safe.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.8  dev-ruby/memoizable/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/memoizable/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   26 Mar 2014 10:13:03 -  1.7
+++ ChangeLog   26 Mar 2014 10:16:33 -  1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/memoizable
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/memoizable/ChangeLog,v 1.7 
2014/03/26 10:13:03 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/memoizable/ChangeLog,v 1.8 
2014/03/26 10:16:33 graaff Exp $
+
+  26 Mar 2014; Hans de Graaff gra...@gentoo.org memoizable-0.4.1-r1.ebuild:
+  Also require a new enough version of thread_safe.
 
 *memoizable-0.4.1-r1 (26 Mar 2014)
 



1.2  dev-ruby/memoizable/memoizable-0.4.1-r1.ebuild

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

Index: memoizable-0.4.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/memoizable/memoizable-0.4.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- memoizable-0.4.1-r1.ebuild  26 Mar 2014 10:13:03 -  1.1
+++ memoizable-0.4.1-r1.ebuild  26 Mar 2014 10:16:33 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/memoizable/memoizable-0.4.1-r1.ebuild,v 1.1 
2014/03/26 10:13:03 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/memoizable/memoizable-0.4.1-r1.ebuild,v 1.2 
2014/03/26 10:16:33 graaff Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20
@@ -20,7 +20,7 @@
 KEYWORDS=~amd64
 IUSE=
 
-ruby_add_rdepend dev-ruby/thread_safe:0
+ruby_add_rdepend =dev-ruby/thread_safe-0.2.0:0
 
 all_ruby_prepare() {
sed -i -e /simplecov/,/^end$/d spec/spec_helper.rb || die






[gentoo-commits] gentoo-x86 commit in dev-lang/parrot: parrot-6.2.0.ebuild ChangeLog

2014-03-26 Thread Patrick Lauer (patrick)
patrick 14/03/26 10:28:23

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

Revision  ChangesPath
1.80 dev-lang/parrot/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog   25 Mar 2014 19:00:33 -  1.79
+++ ChangeLog   26 Mar 2014 10:28:22 -  1.80
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/parrot
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.79 2014/03/25 
19:00:33 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.80 2014/03/26 
10:28:22 patrick Exp $
+
+*parrot-6.2.0 (26 Mar 2014)
+
+  26 Mar 2014; Patrick Lauer patr...@gentoo.org +parrot-6.2.0.ebuild:
+  Bump
 
   25 Mar 2014; Mikle Kolyada zlog...@gentoo.org -files/perldoc-5.10.patch,
   -files/perldoc.patch, -parrot-5.10.0.ebuild, -parrot-5.7.0.ebuild,



1.1  dev-lang/parrot/parrot-6.2.0.ebuild

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

Index: parrot-6.2.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-6.2.0.ebuild,v 1.1 
2014/03/26 10:28:22 patrick Exp $

EAPI=5

inherit eutils multilib

# weird failures
RESTRICT=test

DESCRIPTION=Virtual machine designed to efficiently compile and execute 
bytecode for dynamic languages
HOMEPAGE=http://www.parrot.org/;
SRC_URI=ftp://ftp.parrot.org/pub/parrot/releases/devel/${PV}/${P}.tar.gz;

LICENSE=Artistic-2
SLOT=0/6.1.0
KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos
IUSE=opengl nls doc examples gdbm gmp ssl +unicode pcre

RDEPEND=sys-libs/readline
opengl? ( media-libs/freeglut )
nls? ( sys-devel/gettext )
unicode? ( =dev-libs/icu-2.6:= )
gdbm? ( =sys-libs/gdbm-1.8.3-r1 )
gmp? ( =dev-libs/gmp-4.1.4 )
ssl? ( dev-libs/openssl )
pcre? ( dev-libs/libpcre )
doc? ( dev-perl/JSON )

DEPEND=dev-lang/perl[doc?]
${RDEPEND}

src_configure() {
myconf=--disable-rpath
use unicode || myconf+= --without-icu
use ssl || myconf+= --without-crypto
use gdbm|| myconf+= --without-gdbm
use nls || myconf+= --without-gettext
use gmp || myconf+= --without-gmp
use opengl  || myconf+= --without-opengl
use pcre|| myconf+= --without-pcre

perl Configure.pl \
--ccflags=${CFLAGS} \
--linkflags=${LDFLAGS} \
--prefix=${EPREFIX}/usr \
--libdir=${EPREFIX}/usr/$(get_libdir) \
--mandir=${EPREFIX}/usr/share/man \
--sysconfdir=${EPREFIX}/etc \
--sharedstatedir=${EPREFIX}/var/lib/parrot \
$myconf || die
}

src_compile() {
export 
LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}${S}/blib/lib
# occasionally dies in parallel make
emake -j1 || die
if use doc ; then
emake -j1 html || die
fi
}

src_test() {
emake -j1 test || die
}

src_install() {
emake -j1 install-dev DESTDIR=${D} 
DOC_DIR=${EPREFIX}/usr/share/doc/${PF} || die
dodoc CREDITS DONORS.pod PBC_COMPAT PLATFORMS RESPONSIBLE_PARTIES TODO 
|| die
if use examples; then
insinto /usr/share/doc/${PF}/examples
doins -r examples/* || die
fi
if use doc; then
insinto /usr/share/doc/${PF}/editor
doins -r editor || die
cd docs/html
dohtml -r developer.html DONORS.pod.html index.html ops.html 
parrotbug.html pdds.html \
pmc.html tools.html docs src tools || die
fi
}






[gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201403-06.xml

2014-03-26 Thread Mikle Kolyada (zlogene)
zlogene 14/03/26 10:29:03

  Added:glsa-201403-06.xml
  Log:
  GLSA 201403-06

Revision  ChangesPath
1.1  xml/htdocs/security/en/glsa/glsa-201403-06.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201403-06.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201403-06.xml?rev=1.1content-type=text/plain

Index: glsa-201403-06.xml
===
?xml version=1.0 encoding=UTF-8?
?xml-stylesheet href=/xsl/glsa.xsl type=text/xsl?
?xml-stylesheet href=/xsl/guide.xsl type=text/xsl?
!DOCTYPE glsa SYSTEM http://www.gentoo.org/dtd/glsa.dtd;
glsa id=201403-06
  titlelibupnp: Arbitrary code execution/title
  synopsisMultiple buffer overflow flaws in libupnp may allow execution of
arbitrary code.
  /synopsis
  product type=ebuildlibupnp/product
  announcedMarch 26, 2014/announced
  revisedMarch 26, 2014: 1/revised
  bug454570/bug
  accessremote/access
  affected
package name=net-libs/libupnp auto=yes arch=*
  unaffected range=ge1.6.18/unaffected
  vulnerable range=lt1.6.18/vulnerable
/package
  /affected
  background
plibupnp is a portable, open source, UPnP development kit./p
  /background
  description
pMultiple buffer overflow vulnerabilities have been discovered in
  libupnp. Please review the CVE identifiers referenced below for details.
/p
  /description
  impact type=high
pA remote attacker could possibly execute arbitrary code with the
  privileges of the process or cause a Denial of Service condition.
/p
  /impact
  workaround
pThere is no known workaround at this time./p
  /workaround
  resolution
pAll libupnp users should upgrade to the latest version:/p

code
  # emerge --sync
  # emerge --ask --oneshot --verbose gt;=net-libs/libupnp-1.6.18
/code
  /resolution
  references
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-5958;CVE-2012-5958/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-5959;CVE-2012-5959/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-5960;CVE-2012-5960/uri
  /references
  metadata tag=requester timestamp=Sun, 17 Mar 2013 15:38:12 
+ackle/metadata
  metadata tag=submitter timestamp=Wed, 26 Mar 2014 10:27:19 
+ackle/metadata
/glsa






[gentoo-commits] gentoo-x86 commit in app-crypt/mit-krb5/files: mit-krb5-1.12_warn_cflags.patch

2014-03-26 Thread Eray Aslan (eras)
eras14/03/26 10:35:09

  Added:mit-krb5-1.12_warn_cflags.patch
  Log:
  Do not build with -Werror - bug #498794
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x77F1F175586A3B1F)

Revision  ChangesPath
1.1  app-crypt/mit-krb5/files/mit-krb5-1.12_warn_cflags.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/mit-krb5/files/mit-krb5-1.12_warn_cflags.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/mit-krb5/files/mit-krb5-1.12_warn_cflags.patch?rev=1.1content-type=text/plain

Index: mit-krb5-1.12_warn_cflags.patch
===
gentoo bug #498794
--- src/aclocal.m4  2014-01-16 00:44:15.0 +
+++ src/aclocal.m4  2014-03-26 10:20:54.0 +
@@ -501,6 +501,7 @@
   fi
   if test x$krb5_ac_warn_cflags_set = xset ; then
 AC_MSG_NOTICE(not adding extra gcc warning flags because WARN_CFLAGS was 
set)
+WARN_CFLAGS=
   else
 AC_MSG_NOTICE(adding extra warning flags for gcc)
 WARN_CFLAGS=$WARN_CFLAGS $extra_gcc_warn_opts -Wmissing-prototypes






[gentoo-commits] gentoo-x86 commit in app-crypt/mit-krb5: mit-krb5-1.12.1.ebuild ChangeLog

2014-03-26 Thread Eray Aslan (eras)
eras14/03/26 10:35:09

  Modified: mit-krb5-1.12.1.ebuild ChangeLog
  Log:
  Do not build with -Werror - bug #498794
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x77F1F175586A3B1F)

Revision  ChangesPath
1.2  app-crypt/mit-krb5/mit-krb5-1.12.1.ebuild

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

Index: mit-krb5-1.12.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.12.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mit-krb5-1.12.1.ebuild  18 Jan 2014 21:08:09 -  1.1
+++ mit-krb5-1.12.1.ebuild  26 Mar 2014 10:35:09 -  1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.12.1.ebuild,v 
1.1 2014/01/18 21:08:09 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.12.1.ebuild,v 
1.2 2014/03/26 10:35:09 eras Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python{2_6,2_7} )
-inherit eutils flag-o-matic python-any-r1 versionator
+inherit autotools eutils flag-o-matic python-any-r1 versionator
 
 MY_P=${P/mit-}
 P_DIR=$(get_version_component_range 1-2)
@@ -41,12 +41,14 @@
 }
 
 src_prepare() {
-   epatch ${FILESDIR}/${PN}-1.12_uninitialized.patch
+   epatch ${FILESDIR}/${PN}-1.12_warn_cflags.patch
epatch ${FILESDIR}/${PN}-config_LDFLAGS.patch
 
# tcl-8.6 compatibility
sed -i -e 's/interp-result/Tcl_GetStringResult(interp)/' \
kadmin/testing/util/tcl_kadm5.c || die
+
+   eautoreconf
 }
 
 src_configure() {
@@ -56,7 +58,7 @@
append-flags -fno-strict-overflow
 
use keyutils || export ac_cv_header_keyutils_h=no
-   econf \
+   WARN_CFLAGS=set econf \
$(use_with openldap ldap) \
$(use_with test tcl ${EPREFIX}/usr) \
$(use_enable pkinit) \



1.398app-crypt/mit-krb5/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/mit-krb5/ChangeLog?rev=1.398view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/mit-krb5/ChangeLog?rev=1.398content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/mit-krb5/ChangeLog?r1=1.397r2=1.398

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/ChangeLog,v
retrieving revision 1.397
retrieving revision 1.398
diff -u -r1.397 -r1.398
--- ChangeLog   19 Jan 2014 21:50:34 -  1.397
+++ ChangeLog   26 Mar 2014 10:35:09 -  1.398
@@ -1,6 +1,10 @@
 # ChangeLog for app-crypt/mit-krb5
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/ChangeLog,v 1.397 
2014/01/19 21:50:34 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/ChangeLog,v 1.398 
2014/03/26 10:35:09 eras Exp $
+
+  26 Mar 2014; Eray Aslan e...@gentoo.org
+  +files/mit-krb5-1.12_warn_cflags.patch, mit-krb5-1.12.1.ebuild:
+  Do not build with -Werror - bug #498794
 
   19 Jan 2014; Eray Aslan e...@gentoo.org
   +files/mit-krb5-config_LDFLAGS.patch:






[gentoo-commits] gentoo-x86 commit in sys-apps/tcp-wrappers: ChangeLog tcp-wrappers-7.6.22-r1.ebuild

2014-03-26 Thread JosA MarAa Alonso (nimiux)
nimiux  14/03/26 10:38:31

  Modified: ChangeLog tcp-wrappers-7.6.22-r1.ebuild
  Log:
  Stable for amd64 wrt bug #502920
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D628E536)

Revision  ChangesPath
1.55 sys-apps/tcp-wrappers/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tcp-wrappers/ChangeLog?rev=1.55view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tcp-wrappers/ChangeLog?rev=1.55content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tcp-wrappers/ChangeLog?r1=1.54r2=1.55

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   16 Mar 2014 17:17:09 -  1.54
+++ ChangeLog   26 Mar 2014 10:38:31 -  1.55
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/tcp-wrappers
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/ChangeLog,v 1.54 
2014/03/16 17:17:09 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/ChangeLog,v 1.55 
2014/03/26 10:38:31 nimiux Exp $
+
+  26 Mar 2014; Chema Alonso nim...@gentoo.org tcp-wrappers-7.6.22-r1.ebuild:
+  Stable for amd64 wrt bug #502920
 
   16 Mar 2014; Markus Meier mae...@gentoo.org tcp-wrappers-7.6.22-r1.ebuild:
   arm stable, bug #502920



1.8  sys-apps/tcp-wrappers/tcp-wrappers-7.6.22-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6.22-r1.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6.22-r1.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6.22-r1.ebuild?r1=1.7r2=1.8

Index: tcp-wrappers-7.6.22-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6.22-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tcp-wrappers-7.6.22-r1.ebuild   16 Mar 2014 17:17:09 -  1.7
+++ tcp-wrappers-7.6.22-r1.ebuild   26 Mar 2014 10:38:31 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6.22-r1.ebuild,v 
1.7 2014/03/16 17:17:09 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6.22-r1.ebuild,v 
1.8 2014/03/26 10:38:31 nimiux Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 
 LICENSE=tcp_wrappers_license
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm arm64 hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~arm-linux ~ia64-linux ~x86-linux
+KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~arm-linux ~ia64-linux ~x86-linux
 IUSE=ipv6 netgroups static-libs
 
 RDEPEND=






[gentoo-commits] gentoo-x86 commit in games-board/domination: domination-1.1.1.5.ebuild ChangeLog

2014-03-26 Thread JosA MarAa Alonso (nimiux)
nimiux  14/03/26 10:43:42

  Modified: domination-1.1.1.5.ebuild ChangeLog
  Log:
  Stable for amd64 wrt bug #505052
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D628E536)

Revision  ChangesPath
1.3  games-board/domination/domination-1.1.1.5.ebuild

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

Index: domination-1.1.1.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-board/domination/domination-1.1.1.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- domination-1.1.1.5.ebuild   19 Mar 2014 03:37:55 -  1.2
+++ domination-1.1.1.5.ebuild   26 Mar 2014 10:43:42 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-board/domination/domination-1.1.1.5.ebuild,v 1.2 
2014/03/19 03:37:55 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-board/domination/domination-1.1.1.5.ebuild,v 1.3 
2014/03/26 10:43:42 nimiux Exp $
 
 EAPI=5
 inherit eutils java-pkg-2 java-ant-2 games
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~amd64 ~x86 ~x86-fbsd
+KEYWORDS=amd64 ~x86 ~x86-fbsd
 IUSE=
 
 RDEPEND==virtual/jre-1.4



1.19 games-board/domination/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/domination/ChangeLog?rev=1.19view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/domination/ChangeLog?rev=1.19content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/domination/ChangeLog?r1=1.18r2=1.19

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/domination/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   19 Mar 2014 03:37:55 -  1.18
+++ ChangeLog   26 Mar 2014 10:43:42 -  1.19
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/domination
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/domination/ChangeLog,v 1.18 
2014/03/19 03:37:55 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/domination/ChangeLog,v 1.19 
2014/03/26 10:43:42 nimiux Exp $
+
+  26 Mar 2014; Chema Alonso nim...@gentoo.org domination-1.1.1.5.ebuild:
+  Stable for amd64 wrt bug #505052
 
   19 Mar 2014; Michael Sterrett mr_bon...@gentoo.org
   domination-1.1.1.5.ebuild:






[gentoo-commits] gentoo-x86 commit in app-admin/eselect-bashcomp: eselect-bashcomp-1.3.6.ebuild ChangeLog

2014-03-26 Thread Agostino Sarubbo (ago)
ago 14/03/26 10:58:06

  Modified: eselect-bashcomp-1.3.6.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #505848
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.12 app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild?r1=1.11r2=1.12

Index: eselect-bashcomp-1.3.6.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- eselect-bashcomp-1.3.6.ebuild   26 Mar 2014 10:58:01 -  1.11
+++ eselect-bashcomp-1.3.6.ebuild   26 Mar 2014 10:58:06 -  1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild,v
 1.11 2014/03/26 10:58:01 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild,v
 1.12 2014/03/26 10:58:06 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE=GPL-2+
 SLOT=0
-KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris
+KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris
 
 RDEPEND==app-admin/eselect-1.3.8
 



1.11 app-admin/eselect-bashcomp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-bashcomp/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   26 Mar 2014 10:58:01 -  1.10
+++ ChangeLog   26 Mar 2014 10:58:06 -  1.11
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/eselect-bashcomp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-bashcomp/ChangeLog,v 1.10 
2014/03/26 10:58:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-bashcomp/ChangeLog,v 1.11 
2014/03/26 10:58:06 ago Exp $
+
+  26 Mar 2014; Agostino Sarubbo a...@gentoo.org 
eselect-bashcomp-1.3.6.ebuild:
+  Stable for ppc64, wrt bug #505848
 
   26 Mar 2014; Agostino Sarubbo a...@gentoo.org 
eselect-bashcomp-1.3.6.ebuild:
   Stable for ppc, wrt bug #505848






[gentoo-commits] gentoo-x86 commit in app-emacs/org-mode: ChangeLog org-mode-8.2.5h.ebuild

2014-03-26 Thread JosA MarAa Alonso (nimiux)
nimiux  14/03/26 11:12:46

  Modified: ChangeLog org-mode-8.2.5h.ebuild
  Log:
  Stable for amd64 wrt bug #504560
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D628E536)

Revision  ChangesPath
1.165app-emacs/org-mode/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog   24 Feb 2014 01:25:37 -  1.164
+++ ChangeLog   26 Mar 2014 11:12:46 -  1.165
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/org-mode
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.164 
2014/02/24 01:25:37 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.165 
2014/03/26 11:12:46 nimiux Exp $
+
+  26 Mar 2014; Chema Alonso nim...@gentoo.org org-mode-8.2.5h.ebuild:
+  Stable for amd64 wrt bug #504560
 
   24 Feb 2014; Pawel Hajdan jr phajdan...@gentoo.org org-mode-8.2.1.ebuild:
   x86 stable wrt bug #495334



1.2  app-emacs/org-mode/org-mode-8.2.5h.ebuild

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

Index: org-mode-8.2.5h.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- org-mode-8.2.5h.ebuild  12 Feb 2014 08:44:27 -  1.1
+++ org-mode-8.2.5h.ebuild  26 Mar 2014 11:12:46 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild,v 
1.1 2014/02/12 08:44:27 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild,v 
1.2 2014/03/26 11:12:46 nimiux Exp $
 
 EAPI=5
 NEED_EMACS=23
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-3+ FDL-1.3+ contrib? ( GPL-2+ MIT ) odt-schema? ( OASIS-Open )
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd ~x86-macos
+KEYWORDS=amd64 ~ppc ~x86 ~x86-fbsd ~x86-macos
 IUSE=contrib doc odt-schema
 RESTRICT=test
 






[gentoo-commits] gentoo-x86 commit in app-emacs/po-mode: ChangeLog po-mode-0.18.3.2.ebuild

2014-03-26 Thread JosA MarAa Alonso (nimiux)
nimiux  14/03/26 11:18:08

  Modified: ChangeLog po-mode-0.18.3.2.ebuild
  Log:
  Stable for amd64 wrt bug #504558
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D628E536)

Revision  ChangesPath
1.39 app-emacs/po-mode/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/po-mode/ChangeLog?rev=1.39view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/po-mode/ChangeLog?rev=1.39content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/po-mode/ChangeLog?r1=1.38r2=1.39

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/po-mode/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   20 Mar 2014 16:16:14 -  1.38
+++ ChangeLog   26 Mar 2014 11:18:08 -  1.39
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/po-mode
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/po-mode/ChangeLog,v 1.38 
2014/03/20 16:16:14 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/po-mode/ChangeLog,v 1.39 
2014/03/26 11:18:08 nimiux Exp $
+
+  26 Mar 2014; Chema Alonso nim...@gentoo.org po-mode-0.18.3.2.ebuild:
+  Stable for amd64 wrt bug #504558
 
   20 Mar 2014; Jeroen Roovers j...@gentoo.org po-mode-0.18.3.2.ebuild:
   Stable for HPPA (bug #504558).



1.3  app-emacs/po-mode/po-mode-0.18.3.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/po-mode/po-mode-0.18.3.2.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/po-mode/po-mode-0.18.3.2.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/po-mode/po-mode-0.18.3.2.ebuild?r1=1.2r2=1.3

Index: po-mode-0.18.3.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/po-mode/po-mode-0.18.3.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- po-mode-0.18.3.2.ebuild 20 Mar 2014 16:16:14 -  1.2
+++ po-mode-0.18.3.2.ebuild 26 Mar 2014 11:18:08 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/po-mode/po-mode-0.18.3.2.ebuild,v 
1.2 2014/03/20 16:16:14 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/po-mode/po-mode-0.18.3.2.ebuild,v 
1.3 2014/03/26 11:18:08 nimiux Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-3+
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos
 
 S=${WORKDIR}/gettext-${PV}/gettext-tools/misc
 ELISP_REMOVE=start-po.el






[gentoo-commits] gentoo-x86 commit in sci-chemistry/ball: ball-1.4.2.ebuild ball-1.4.1-r1.ebuild ChangeLog

2014-03-26 Thread Justin Lecher (jlec)
jlec14/03/26 11:20:39

  Modified: ball-1.4.1-r1.ebuild ChangeLog
  Added:ball-1.4.2.ebuild
  Log:
  sci-chemistry/ball: Version BUmp
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.7  sci-chemistry/ball/ball-1.4.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ball-1.4.1-r1.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ball-1.4.1-r1.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ball-1.4.1-r1.ebuild?r1=1.6r2=1.7

Index: ball-1.4.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ball-1.4.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ball-1.4.1-r1.ebuild5 Sep 2013 19:03:42 -   1.6
+++ ball-1.4.1-r1.ebuild26 Mar 2014 11:20:39 -  1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ball-1.4.1-r1.ebuild,v 
1.6 2013/09/05 19:03:42 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ball-1.4.1-r1.ebuild,v 
1.7 2014/03/26 11:20:39 jlec Exp $
 
 EAPI=5
 
@@ -61,9 +61,7 @@
)
 
 pkg_setup() {
-   use python \
-python_set_active_version 2 \
-python_pkg_setup
+   use python  python-single-r1_pkg_setup
 }
 
 src_configure() {



1.13 sci-chemistry/ball/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ChangeLog?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ChangeLog?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ChangeLog?r1=1.12r2=1.13

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   5 Sep 2013 19:03:42 -   1.12
+++ ChangeLog   26 Mar 2014 11:20:39 -  1.13
@@ -1,6 +1,15 @@
 # ChangeLog for sci-chemistry/ball
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ChangeLog,v 1.12 
2013/09/05 19:03:42 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ChangeLog,v 1.13 
2014/03/26 11:20:39 jlec Exp $
+
+*ball-1.4.2 (26 Mar 2014)
+
+  26 Mar 2014; Justin Lecher j...@gentoo.org ball-1.4.1-r1.ebuild,
+  +ball-1.4.2.ebuild,
+  +files/ball-1.4.2-Fix-compilation-of-sipModularWidget.patch,
+  +files/ball-1.4.2-PDBFile-Fix-compilation-with-gcc-4.8.patch,
+  +files/ball-1.4.2-QT4_EXTRACT_OPTIONS-CMake-macro-changed-in-CMake-2.8.patch:
+  Version BUmp
 
   05 Sep 2013; Michał Górny mgo...@gentoo.org ball-1.4.1-r1.ebuild:
   Clean up PYTHON_COMPAT from old implementations.



1.1  sci-chemistry/ball/ball-1.4.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ball-1.4.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ball-1.4.2.ebuild?rev=1.1content-type=text/plain

Index: ball-1.4.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ball-1.4.2.ebuild,v 1.1 
2014/03/26 11:20:39 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7} )

inherit cmake-utils python-single-r1

DESCRIPTION=Biochemical Algorithms Library
HOMEPAGE=http://www.ball-project.org/;
SRC_URI=http://www.ball-project.org/Downloads/v${PV}/BALL-${PV}.tar.xz;

SLOT=0
LICENSE=LGPL-2 GPL-3
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
IUSE=cuda mpi +python sql test +threads +webkit

REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )

RDEPEND=
dev-cpp/eigen:3
dev-libs/boost
dev-qt/qtcore:4
dev-qt/qtgui:4
dev-qt/qtopengl:4
dev-qt/qttest:4
dev-qt/qtwebkit:4
media-libs/glew
sci-libs/fftw:3.0[threads?]
sci-libs/gsl
sci-libs/libsvm
sci-mathematics/lpsolve
virtual/opengl
x11-libs/libX11
cuda? ( dev-util/nvidia-cuda-toolkit )
mpi? ( virtual/mpi )
python? ( ${PYTHON_DEPS} )
sql? ( dev-qt/qtsql:4 )
webkit? ( dev-qt/qtwebkit:4 )
DEPEND=${RDEPEND}
dev-python/sip
sys-devel/bison
virtual/yacc

S=${WORKDIR}/BALL-${PV}

PATCHES=(

[gentoo-commits] gentoo-x86 commit in sci-chemistry/ball/files: ball-1.4.2-PDBFile-Fix-compilation-with-gcc-4.8.patch ball-1.4.2-QT4_EXTRACT_OPTIONS-CMake-macro-changed-in-CMake-2.8.patch ball-1.4.2-F

2014-03-26 Thread Justin Lecher (jlec)
jlec14/03/26 11:20:40

  Added:   
ball-1.4.2-PDBFile-Fix-compilation-with-gcc-4.8.patch

ball-1.4.2-QT4_EXTRACT_OPTIONS-CMake-macro-changed-in-CMake-2.8.patch
ball-1.4.2-Fix-compilation-of-sipModularWidget.patch
  Log:
  sci-chemistry/ball: Version BUmp
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.1  
sci-chemistry/ball/files/ball-1.4.2-PDBFile-Fix-compilation-with-gcc-4.8.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/files/ball-1.4.2-PDBFile-Fix-compilation-with-gcc-4.8.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/files/ball-1.4.2-PDBFile-Fix-compilation-with-gcc-4.8.patch?rev=1.1content-type=text/plain

Index: ball-1.4.2-PDBFile-Fix-compilation-with-gcc-4.8.patch
===
From e7cc50705bed20e160bd4b637b23f57270f580a8 Mon Sep 17 00:00:00 2001
From: Daniel Stoeckel dstoec...@bioinf.uni-sb.de
Date: Sat, 6 Apr 2013 01:06:55 +0200
Subject: [PATCH] PDBFile:Fix compilation with gcc 4.8

Apparently the automatic conversion from boost::shared_ptrCrystalInfo
to boost::shared_ptrPersistentObject is no longer supported.
Just change the type of the pointer and work around this issue.
---
 source/FORMAT/PDBFileDetails.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/FORMAT/PDBFileDetails.C b/source/FORMAT/PDBFileDetails.C
index 97c2572..aedc5db 100644
--- a/source/FORMAT/PDBFileDetails.C
+++ b/source/FORMAT/PDBFileDetails.C
@@ -901,7 +901,7 @@ namespace BALL
{
if (!(current_protein_-hasProperty(CRYSTALINFO)))
{
-   boost::shared_ptrCrystalInfo temp_ptr(new 
CrystalInfo());
+   boost::shared_ptrPersistentObject temp_ptr(new 
CrystalInfo());

current_protein_-setProperty(NamedProperty(CRYSTALINFO, temp_ptr));
}
 
-- 
1.9.1




1.1  
sci-chemistry/ball/files/ball-1.4.2-QT4_EXTRACT_OPTIONS-CMake-macro-changed-in-CMake-2.8.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/files/ball-1.4.2-QT4_EXTRACT_OPTIONS-CMake-macro-changed-in-CMake-2.8.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/files/ball-1.4.2-QT4_EXTRACT_OPTIONS-CMake-macro-changed-in-CMake-2.8.patch?rev=1.1content-type=text/plain

Index: ball-1.4.2-QT4_EXTRACT_OPTIONS-CMake-macro-changed-in-CMake-2.8.patch
===
From 1e76c9cb1920e9176b725269985c7eb43126d188 Mon Sep 17 00:00:00 2001
From: Luis de la Garza delaga...@informatik.uni-tuebingen.de
Date: Fri, 22 Nov 2013 15:18:55 +0100
Subject: [PATCH] QT4_EXTRACT_OPTIONS CMake macro changed in CMake 2.8.12;
 fixed BALLMacros.cmake

---
 cmake/BALLMacros.cmake | 14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/cmake/BALLMacros.cmake b/cmake/BALLMacros.cmake
index f81ab89..0ac1b87 100644
--- a/cmake/BALLMacros.cmake
+++ b/cmake/BALLMacros.cmake
@@ -6,16 +6,22 @@
 ### minor modifications (marked with ## BALL ###)
 ###
 MACRO(QT4_WRAP_UI_BALL outfiles )
-  QT4_EXTRACT_OPTIONS(ui_files ui_options ${ARGN})
-
-   ### BALL ###
+  # since 2.8.12 qt4_extract_options has an additional argument
+  # copied fix from OpenMS
+  IF(${CMAKE_VERSION} VERSION_LESS 2.8.12)
+  QT4_EXTRACT_OPTIONS(ui_files ui_options ${ARGN})
+  ELSE()
+  QT4_EXTRACT_OPTIONS(ui_files ui_options ui_target ${ARGN})
+  ENDIF()
+
+  ### BALL ###
   # create output directory (will not exist for out-of-source builds)
   FILE(MAKE_DIRECTORY ${PROJECT_BINARY_DIR}/include/BALL/VIEW/UIC/)
 
   FOREACH (it ${ui_files})
 GET_FILENAME_COMPONENT(outfile ${it} NAME_WE)
 GET_FILENAME_COMPONENT(infile ${it} ABSOLUTE)
-   ### BALL ###
+### BALL ###
 SET(outfile ${PROJECT_BINARY_DIR}/include/BALL/VIEW/UIC/ui_${outfile}.h)
 ADD_CUSTOM_COMMAND(OUTPUT ${outfile}
   COMMAND ${QT_UIC_EXECUTABLE}
-- 
1.9.1




1.1  
sci-chemistry/ball/files/ball-1.4.2-Fix-compilation-of-sipModularWidget.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/files/ball-1.4.2-Fix-compilation-of-sipModularWidget.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/files/ball-1.4.2-Fix-compilation-of-sipModularWidget.patch?rev=1.1content-type=text/plain

Index: ball-1.4.2-Fix-compilation-of-sipModularWidget.patch
===
From da49802f8620562f91ac2c947520dccd223ee26b Mon Sep 17 00:00:00 2001
From: Andreas Hildebrandt andreas.hildebra...@uni-mainz.de
Date: Wed, 15 Jan 2014 17:42:01 +0100
Subject: [PATCH] Fix compilation of 

[gentoo-commits] gentoo-x86 commit in app-emacs/org-mode: ChangeLog org-mode-8.2.5h.ebuild

2014-03-26 Thread Ulrich Mueller (ulm)
ulm 14/03/26 11:37:52

  Modified: ChangeLog org-mode-8.2.5h.ebuild
  Log:
  Add missing die statement, bug 504560#c1.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.166app-emacs/org-mode/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- ChangeLog   26 Mar 2014 11:12:46 -  1.165
+++ ChangeLog   26 Mar 2014 11:37:51 -  1.166
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/org-mode
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.165 
2014/03/26 11:12:46 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.166 
2014/03/26 11:37:51 ulm Exp $
+
+  26 Mar 2014; Ulrich Müller u...@gentoo.org org-mode-8.2.5h.ebuild:
+  Add missing die statement, bug 504560#c1.
 
   26 Mar 2014; Chema Alonso nim...@gentoo.org org-mode-8.2.5h.ebuild:
   Stable for amd64 wrt bug #504560



1.3  app-emacs/org-mode/org-mode-8.2.5h.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild?r1=1.2r2=1.3

Index: org-mode-8.2.5h.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- org-mode-8.2.5h.ebuild  26 Mar 2014 11:12:46 -  1.2
+++ org-mode-8.2.5h.ebuild  26 Mar 2014 11:37:51 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild,v 
1.2 2014/03/26 11:12:46 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild,v 
1.3 2014/03/26 11:37:51 ulm Exp $
 
 EAPI=5
 NEED_EMACS=23
@@ -36,7 +36,7 @@
infodir=${EPREFIX}/usr/share/info \
install
 
-   cp ${FILESDIR}/${SITEFILE} ${T}/${SITEFILE}
+   cp ${FILESDIR}/${SITEFILE} ${T}/${SITEFILE} || die
 
if use contrib; then
elisp-install ${PN}/contrib contrib/lisp/{org,ob,ox}*.el






[gentoo-commits] proj/emacs:master commit in: app-editors/emacs-vcs/

2014-03-26 Thread Ulrich Müller
commit: 4c2c33eecae14f5081e873737141b74d886defe2
Author: Ulrich Müller ulm AT gentoo DOT org
AuthorDate: Wed Mar 26 11:59:41 2014 +
Commit: Ulrich Müller ulm AT gentoo DOT org
CommitDate: Wed Mar 26 11:59:41 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=4c2c33ee

Version bump to reflect upstream change of version number.

Package-Manager: portage-2.2.10

---
 app-editors/emacs-vcs/ChangeLog | 6 ++
 .../{emacs-vcs-24.3..ebuild = emacs-vcs-24.4..ebuild}  | 0
 2 files changed, 6 insertions(+)

diff --git a/app-editors/emacs-vcs/ChangeLog b/app-editors/emacs-vcs/ChangeLog
index 878367c..8506cbb 100644
--- a/app-editors/emacs-vcs/ChangeLog
+++ b/app-editors/emacs-vcs/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*emacs-vcs-24.4. (26 Mar 2014)
+
+  26 Mar 2014; Ulrich Müller u...@gentoo.org -emacs-vcs-24.3..ebuild,
+  +emacs-vcs-24.4..ebuild:
+  Version bump to reflect upstream change of version number.
+
   13 Mar 2014; Ulrich Müller u...@gentoo.org emacs-vcs-24.3..ebuild:
   Install emacs man page under the same name as the binary.
 

diff --git a/app-editors/emacs-vcs/emacs-vcs-24.3..ebuild 
b/app-editors/emacs-vcs/emacs-vcs-24.4..ebuild
similarity index 100%
rename from app-editors/emacs-vcs/emacs-vcs-24.3..ebuild
rename to app-editors/emacs-vcs/emacs-vcs-24.4..ebuild



[gentoo-commits] gentoo-x86 commit in net-libs/serf: ChangeLog serf-1.3.4.ebuild

2014-03-26 Thread JosA MarAa Alonso (nimiux)
nimiux  14/03/26 11:53:29

  Modified: ChangeLog serf-1.3.4.ebuild
  Log:
  Stable for amd64 wrt bug #504220
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D628E536)

Revision  ChangesPath
1.126net-libs/serf/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/serf/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog   19 Mar 2014 13:46:11 -  1.125
+++ ChangeLog   26 Mar 2014 11:53:28 -  1.126
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/serf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/serf/ChangeLog,v 1.125 2014/03/19 
13:46:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/serf/ChangeLog,v 1.126 2014/03/26 
11:53:28 nimiux Exp $
+
+  26 Mar 2014; Chema Alonso nim...@gentoo.org serf-1.3.4.ebuild:
+  Stable for amd64 wrt bug #504220
 
   19 Mar 2014; Agostino Sarubbo a...@gentoo.org serf-1.3.3.ebuild:
   Stable for alpha, wrt bug #498868



1.3  net-libs/serf/serf-1.3.4.ebuild

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

Index: serf-1.3.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/serf/serf-1.3.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- serf-1.3.4.ebuild   16 Mar 2014 03:14:11 -  1.2
+++ serf-1.3.4.ebuild   26 Mar 2014 11:53:28 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/serf/serf-1.3.4.ebuild,v 1.2 
2014/03/16 03:14:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/serf/serf-1.3.4.ebuild,v 1.3 
2014/03/26 11:53:28 nimiux Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=Apache-2.0
 SLOT=1
-KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos
 IUSE=kerberos
 
 RDEPEND=dev-libs/apr:1=






[gentoo-commits] gentoo-x86 commit in x11-libs/libGLw: libGLw-8.0.0.ebuild ChangeLog

2014-03-26 Thread Mikle Kolyada (zlogene)
zlogene 14/03/26 12:02:27

  Modified: libGLw-8.0.0.ebuild ChangeLog
  Log:
  Add ~ppc64 keyword wrt bug #487964
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.7  x11-libs/libGLw/libGLw-8.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libGLw/libGLw-8.0.0.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libGLw/libGLw-8.0.0.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libGLw/libGLw-8.0.0.ebuild?r1=1.6r2=1.7

Index: libGLw-8.0.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libGLw/libGLw-8.0.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libGLw-8.0.0.ebuild 20 Jan 2014 08:49:44 -  1.6
+++ libGLw-8.0.0.ebuild 26 Mar 2014 12:02:27 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libGLw/libGLw-8.0.0.ebuild,v 1.6 
2014/01/20 08:49:44 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libGLw/libGLw-8.0.0.ebuild,v 1.7 
2014/03/26 12:02:27 zlogene Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 SLOT=0
 LICENSE=MIT
-KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux
+KEYWORDS=amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux
 IUSE=+motif static-libs
 
 RDEPEND=



1.12 x11-libs/libGLw/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libGLw/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libGLw/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libGLw/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libGLw/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   20 Jan 2014 08:49:44 -  1.11
+++ ChangeLog   26 Mar 2014 12:02:27 -  1.12
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libGLw
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libGLw/ChangeLog,v 1.11 2014/01/20 
08:49:44 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libGLw/ChangeLog,v 1.12 2014/03/26 
12:02:27 zlogene Exp $
+
+  26 Mar 2014; Mikle Kolyada zlog...@gentoo.org libGLw-8.0.0.ebuild:
+  Add ~ppc64 keyword wrt bug #487964
 
   20 Jan 2014; Mikle Kolyada zlog...@gentoo.org libGLw-8.0.0.ebuild:
   ppc stable wrt bug #488018






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

2014-03-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/03/26 12:11:59

  Modified: ChangeLog package.mask
  Log:
  Mask mesa-9.1.4 for security bugs #445916, #471098 and #472280.

Revision  ChangesPath
1.8745   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8744
retrieving revision 1.8745
diff -u -r1.8744 -r1.8745
--- ChangeLog   25 Mar 2014 17:24:32 -  1.8744
+++ ChangeLog   26 Mar 2014 12:11:58 -  1.8745
@@ -1,11 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8744 2014/03/25 
17:24:32 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8745 2014/03/26 
12:11:58 chithanh Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  26 Mar 2014; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  package.mask:
+  Mask mesa-9.1.4 for security bugs #445916, #471098 and #472280.
+
   25 Mar 2014; Ulrich Müller u...@gentoo.org package.mask:
   Remove app-emacs/{tnt,gnuserv-programs} masks, packages have been removed.
 



1.15512  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15511
retrieving revision 1.15512
diff -u -r1.15511 -r1.15512
--- package.mask25 Mar 2014 17:24:32 -  1.15511
+++ package.mask26 Mar 2014 12:11:58 -  1.15512
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15511 2014/03/25 
17:24:32 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15512 2014/03/26 
12:11:58 chithanh Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Chí-Thanh Christopher Nguyễn chith...@gentoo.org (26 Mar 2014)
+# Affected by multiple vulnerabilities, #445916, #471098 and #472280
+media-libs/mesa-9.1.4
+
 # Joerg Bornkessel hd_bru...@gentoo.org (24 Mar 2014)
 # mask for removal, depending on wrt bug #502278
 # ~ 24 Apr 2014






[gentoo-commits] gentoo-x86 commit in app-emulation/docker: docker-0.9.1.ebuild ChangeLog

2014-03-26 Thread Greg Kroah-Hartman (gregkh)
gregkh  14/03/26 12:21:28

  Modified: ChangeLog
  Added:docker-0.9.1.ebuild
  Log:
  0.9.1 bump
  
  (Portage version: 2.2.9-r1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.18 app-emulation/docker/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/ChangeLog?rev=1.18view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/ChangeLog?rev=1.18content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/ChangeLog?r1=1.17r2=1.18

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   11 Mar 2014 17:57:50 -  1.17
+++ ChangeLog   26 Mar 2014 12:21:28 -  1.18
@@ -1,6 +1,11 @@
 # ChangeLog for app-emulation/docker
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v 1.17 
2014/03/11 17:57:50 gregkh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v 1.18 
2014/03/26 12:21:28 gregkh Exp $
+
+*docker-0.9.1 (26 Mar 2014)
+
+  26 Mar 2014; Greg Kroah-Hartman gre...@gentoo.org +docker-0.9.1.ebuild:
+  0.9.1 bump
 
 *docker-0.9.0 (11 Mar 2014)
 



1.1  app-emulation/docker/docker-0.9.1.ebuild

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

Index: docker-0.9.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-0.9.1.ebuild,v 
1.1 2014/03/26 12:21:28 gregkh Exp $

EAPI=5

DESCRIPTION=Docker complements kernel namespacing with a high-level API which 
operates at the process level.
HOMEPAGE=https://www.docker.io/;

GITHUB_URI=github.com/dotcloud/docker

if [[ ${PV} == * ]]; then
SRC_URI=
EGIT_REPO_URI=git://${GITHUB_URI}.git
inherit git-2
KEYWORDS=
else
SRC_URI=https://${GITHUB_URI}/archive/v${PV}.zip - ${P}.zip
DOCKER_GITCOMMIT=3600720
KEYWORDS=~amd64
[ $DOCKER_GITCOMMIT ] || die DOCKER_GITCOMMIT must be added manually 
for each bump!
fi

inherit bash-completion-r1 linux-info systemd udev user

LICENSE=Apache-2.0
SLOT=0
IUSE=aufs btrfs +device-mapper doc lxc vim-syntax zsh-completion

# TODO work with upstream to allow us to build without lvm2 installed if we 
have -device-mapper
CDEPEND=
=dev-db/sqlite-3.7.9:3
sys-fs/lvm2[thin]

DEPEND=
${CDEPEND}
=dev-lang/go-1.2
=sys-fs/btrfs-progs-0.20
dev-vcs/git
dev-vcs/mercurial
doc? (
dev-python/sphinx
dev-python/sphinxcontrib-httpdomain
)

RDEPEND=
${CDEPEND}
!app-emulation/docker-bin
=net-firewall/iptables-1.4
lxc? (
=app-emulation/lxc-0.8
)
=dev-vcs/git-1.7
=app-arch/xz-utils-4.9
aufs? (
|| (
sys-fs/aufs3
sys-kernel/aufs-sources
)
)


RESTRICT=strip

pkg_setup() {
# many of these were borrowed from the app-emulation/lxc ebuild
CONFIG_CHECK+=
~CGROUPS
~CGROUP_CPUACCT
~CGROUP_DEVICE
~CGROUP_SCHED
~CPUSETS
~MEMCG_SWAP
~RESOURCE_COUNTERS

~IPC_NS
~NAMESPACES
~PID_NS

~DEVPTS_MULTIPLE_INSTANCES
~MACVLAN
~NET_NS
~UTS_NS
~VETH

~!NETPRIO_CGROUP
~POSIX_MQUEUE

~BRIDGE
~IP_NF_TARGET_MASQUERADE
~NETFILTER_XT_MATCH_ADDRTYPE
~NETFILTER_XT_MATCH_CONNTRACK
~NF_NAT
~NF_NAT_NEEDED

~!GRKERNSEC_CHROOT_CAPS
~!GRKERNSEC_CHROOT_CHMOD
~!GRKERNSEC_CHROOT_DOUBLE
~!GRKERNSEC_CHROOT_MOUNT
~!GRKERNSEC_CHROOT_PIVOT


ERROR_MEMCG_SWAP=CONFIG_MEMCG_SWAP: is required if you wish to limit 
swap usage of containers

for c in GRKERNSEC_CHROOT_MOUNT GRKERNSEC_CHROOT_DOUBLE 
GRKERNSEC_CHROOT_PIVOT GRKERNSEC_CHROOT_CHMOD; do
declare ERROR_$c=CONFIG_$c: see app-emulation/lxc postinst 
notes for why some GRSEC features make containers unusuable
done

if use aufs; then
  

[gentoo-commits] gentoo-x86 commit in x11-libs/libX11: ChangeLog libX11-1.5.0-r1.ebuild libX11-1.6.0.ebuild libX11-1.5.0.ebuild libX11-1.6.1.ebuild

2014-03-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/03/26 12:23:40

  Modified: ChangeLog
  Removed:  libX11-1.5.0-r1.ebuild libX11-1.6.0.ebuild
libX11-1.5.0.ebuild libX11-1.6.1.ebuild
  Log:
  Remove old/vulnerable versions, bug #471098.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.218x11-libs/libX11/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libX11/ChangeLog,v
retrieving revision 1.217
retrieving revision 1.218
diff -u -r1.217 -r1.218
--- ChangeLog   8 Oct 2013 05:07:29 -   1.217
+++ ChangeLog   26 Mar 2014 12:23:40 -  1.218
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/libX11
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libX11/ChangeLog,v 1.217 
2013/10/08 05:07:29 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libX11/ChangeLog,v 1.218 
2014/03/26 12:23:40 chithanh Exp $
+
+  26 Mar 2014; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  -libX11-1.5.0-r1.ebuild, -libX11-1.5.0.ebuild, -libX11-1.6.0.ebuild,
+  -libX11-1.6.1.ebuild:
+  Remove old/vulnerable versions, bug #471098.
 
   08 Oct 2013; Agostino Sarubbo a...@gentoo.org libX11-1.6.2.ebuild:
   Stable for x86, wrt bug #475480






[gentoo-commits] gentoo-x86 commit in x11-libs/libXcursor: ChangeLog libXcursor-1.1.12.ebuild libXcursor-1.1.13-r1.ebuild libXcursor-1.1.13.ebuild libXcursor-1.1.11.ebuild

2014-03-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/03/26 12:24:38

  Modified: ChangeLog
  Removed:  libXcursor-1.1.12.ebuild
libXcursor-1.1.13-r1.ebuild
libXcursor-1.1.13.ebuild libXcursor-1.1.11.ebuild
  Log:
  Remove old/vulnerable versions, bug #471098.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.109x11-libs/libXcursor/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXcursor/ChangeLog?rev=1.109view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXcursor/ChangeLog?rev=1.109content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXcursor/ChangeLog?r1=1.108r2=1.109

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXcursor/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog   8 Oct 2013 05:07:44 -   1.108
+++ ChangeLog   26 Mar 2014 12:24:38 -  1.109
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/libXcursor
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcursor/ChangeLog,v 1.108 
2013/10/08 05:07:44 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcursor/ChangeLog,v 1.109 
2014/03/26 12:24:38 chithanh Exp $
+
+  26 Mar 2014; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  -libXcursor-1.1.11.ebuild, -libXcursor-1.1.12.ebuild,
+  -libXcursor-1.1.13-r1.ebuild, -libXcursor-1.1.13.ebuild:
+  Remove old/vulnerable versions, bug #471098.
 
   08 Oct 2013; Agostino Sarubbo a...@gentoo.org libXcursor-1.1.14.ebuild:
   Stable for x86, wrt bug #475480






[gentoo-commits] gentoo-x86 commit in x11-libs/libXext: ChangeLog libXext-1.3.1-r1.ebuild libXext-1.3.0.ebuild libXext-1.3.1.ebuild libXext-1.2.0.ebuild

2014-03-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/03/26 12:52:25

  Modified: ChangeLog
  Removed:  libXext-1.3.1-r1.ebuild libXext-1.3.0.ebuild
libXext-1.3.1.ebuild libXext-1.2.0.ebuild
  Log:
  Remove old/vulnerable versions, bug #471098.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.131x11-libs/libXext/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXext/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog   8 Oct 2013 05:07:53 -   1.130
+++ ChangeLog   26 Mar 2014 12:52:24 -  1.131
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/libXext
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXext/ChangeLog,v 1.130 
2013/10/08 05:07:53 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXext/ChangeLog,v 1.131 
2014/03/26 12:52:24 chithanh Exp $
+
+  26 Mar 2014; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  -files/libXext-1.1.2-xhidden.patch, -libXext-1.2.0.ebuild,
+  -libXext-1.3.0.ebuild, -libXext-1.3.1-r1.ebuild, -libXext-1.3.1.ebuild:
+  Remove old/vulnerable versions, bug #471098.
 
   08 Oct 2013; Agostino Sarubbo a...@gentoo.org libXext-1.3.2.ebuild:
   Stable for x86, wrt bug #475480






[gentoo-commits] gentoo-x86 commit in x11-libs/libXext/files: libXext-1.1.2-xhidden.patch

2014-03-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/03/26 12:52:25

  Removed:  libXext-1.1.2-xhidden.patch
  Log:
  Remove old/vulnerable versions, bug #471098.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)



[gentoo-commits] gentoo-x86 commit in x11-libs/libXfixes: ChangeLog libXfixes-5.0.ebuild libXfixes-5.0-r1.ebuild

2014-03-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/03/26 12:52:58

  Modified: ChangeLog
  Removed:  libXfixes-5.0.ebuild libXfixes-5.0-r1.ebuild
  Log:
  Remove old/vulnerable versions, bug #471098.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.89 x11-libs/libXfixes/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfixes/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   8 Oct 2013 05:07:56 -   1.88
+++ ChangeLog   26 Mar 2014 12:52:57 -  1.89
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/libXfixes
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfixes/ChangeLog,v 1.88 
2013/10/08 05:07:56 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfixes/ChangeLog,v 1.89 
2014/03/26 12:52:57 chithanh Exp $
+
+  26 Mar 2014; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  -libXfixes-5.0-r1.ebuild, -libXfixes-5.0.ebuild:
+  Remove old/vulnerable versions, bug #471098.
 
   08 Oct 2013; Agostino Sarubbo a...@gentoo.org libXfixes-5.0.1.ebuild:
   Stable for x86, wrt bug #475480






[gentoo-commits] gentoo-x86 commit in x11-libs/libXi: ChangeLog libXi-1.6.1.ebuild libXi-1.6.2.ebuild libXi-1.7.ebuild libXi-1.6.2-r1.ebuild libXi-1.7.1.ebuild

2014-03-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/03/26 12:53:57

  Modified: ChangeLog
  Removed:  libXi-1.6.1.ebuild libXi-1.6.2.ebuild
libXi-1.7.ebuild libXi-1.6.2-r1.ebuild
libXi-1.7.1.ebuild
  Log:
  Remove old/vulnerable versions, bug #471098.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.166x11-libs/libXi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXi/ChangeLog?rev=1.166view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXi/ChangeLog?rev=1.166content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXi/ChangeLog?r1=1.165r2=1.166

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXi/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- ChangeLog   8 Oct 2013 05:08:05 -   1.165
+++ ChangeLog   26 Mar 2014 12:53:57 -  1.166
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/libXi
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXi/ChangeLog,v 1.165 2013/10/08 
05:08:05 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXi/ChangeLog,v 1.166 2014/03/26 
12:53:57 chithanh Exp $
+
+  26 Mar 2014; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  -libXi-1.6.1.ebuild, -libXi-1.6.2-r1.ebuild, -libXi-1.6.2.ebuild,
+  -libXi-1.7.1.ebuild, -libXi-1.7.ebuild:
+  Remove old/vulnerable versions, bug #471098.
 
   08 Oct 2013; Agostino Sarubbo a...@gentoo.org libXi-1.7.2.ebuild:
   Stable for x86, wrt bug #475480






[gentoo-commits] gentoo-x86 commit in x11-libs/libXinerama: ChangeLog libXinerama-1.1.1.ebuild libXinerama-1.1.2.ebuild libXinerama-1.1.2-r1.ebuild

2014-03-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/03/26 12:54:42

  Modified: ChangeLog
  Removed:  libXinerama-1.1.1.ebuild libXinerama-1.1.2.ebuild
libXinerama-1.1.2-r1.ebuild
  Log:
  Remove old/vulnerable versions, bug #471098.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.90 x11-libs/libXinerama/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXinerama/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog   8 Oct 2013 05:08:08 -   1.89
+++ ChangeLog   26 Mar 2014 12:54:42 -  1.90
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/libXinerama
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXinerama/ChangeLog,v 1.89 
2013/10/08 05:08:08 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXinerama/ChangeLog,v 1.90 
2014/03/26 12:54:42 chithanh Exp $
+
+  26 Mar 2014; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  -libXinerama-1.1.1.ebuild, -libXinerama-1.1.2-r1.ebuild,
+  -libXinerama-1.1.2.ebuild:
+  Remove old/vulnerable versions, bug #471098.
 
   08 Oct 2013; Agostino Sarubbo a...@gentoo.org libXinerama-1.1.3.ebuild:
   Stable for x86, wrt bug #475480






[gentoo-commits] gentoo-x86 commit in x11-libs/libXp: ChangeLog libXp-1.0.1-r1.ebuild libXp-1.0.1.ebuild

2014-03-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/03/26 12:55:31

  Modified: ChangeLog
  Removed:  libXp-1.0.1-r1.ebuild libXp-1.0.1.ebuild
  Log:
  Remove old/vulnerable versions, bug #471098.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.54 x11-libs/libXp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXp/ChangeLog?rev=1.54view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXp/ChangeLog?rev=1.54content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXp/ChangeLog?r1=1.53r2=1.54

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXp/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   21 Oct 2013 13:54:04 -  1.53
+++ ChangeLog   26 Mar 2014 12:55:31 -  1.54
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/libXp
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXp/ChangeLog,v 1.53 2013/10/21 
13:54:04 grobian Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXp/ChangeLog,v 1.54 2014/03/26 
12:55:31 chithanh Exp $
+
+  26 Mar 2014; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  -libXp-1.0.1-r1.ebuild, -libXp-1.0.1.ebuild:
+  Remove old/vulnerable versions, bug #471098.
 
   21 Oct 2013; Fabian Groffen grob...@gentoo.org libXp-1.0.2.ebuild:
   Marked ~x64-macos, bug #486818






[gentoo-commits] gentoo-x86 commit in x11-libs/libXrandr: ChangeLog libXrandr-1.4.0-r1.ebuild libXrandr-1.4.1.ebuild libXrandr-1.4.0.ebuild

2014-03-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/03/26 12:56:47

  Modified: ChangeLog
  Removed:  libXrandr-1.4.0-r1.ebuild libXrandr-1.4.1.ebuild
libXrandr-1.4.0.ebuild
  Log:
  Remove old/vulnerable versions, bug #471098.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.114x11-libs/libXrandr/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXrandr/ChangeLog?rev=1.114view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXrandr/ChangeLog?rev=1.114content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXrandr/ChangeLog?r1=1.113r2=1.114

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXrandr/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog   13 Mar 2014 20:05:38 -  1.113
+++ ChangeLog   26 Mar 2014 12:56:47 -  1.114
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/libXrandr
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXrandr/ChangeLog,v 1.113 
2014/03/13 20:05:38 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXrandr/ChangeLog,v 1.114 
2014/03/26 12:56:47 chithanh Exp $
+
+  26 Mar 2014; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  -libXrandr-1.4.0-r1.ebuild, -libXrandr-1.4.0.ebuild, -libXrandr-1.4.1.ebuild:
+  Remove old/vulnerable versions, bug #471098.
 
   13 Mar 2014; Christoph Junghans ott...@gentoo.org libXrandr-1.4.2.ebuild:
   added ~x64-macos (tested by me)






[gentoo-commits] gentoo-x86 commit in x11-libs/libXrender: ChangeLog libXrender-0.9.6.ebuild libXrender-0.9.7.ebuild libXrender-0.9.7-r1.ebuild

2014-03-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/03/26 12:57:24

  Modified: ChangeLog
  Removed:  libXrender-0.9.6.ebuild libXrender-0.9.7.ebuild
libXrender-0.9.7-r1.ebuild
  Log:
  Remove old/vulnerable versions, bug #471098.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.103x11-libs/libXrender/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXrender/ChangeLog?rev=1.103view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXrender/ChangeLog?rev=1.103content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXrender/ChangeLog?r1=1.102r2=1.103

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXrender/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog   8 Oct 2013 05:08:23 -   1.102
+++ ChangeLog   26 Mar 2014 12:57:24 -  1.103
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/libXrender
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXrender/ChangeLog,v 1.102 
2013/10/08 05:08:23 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXrender/ChangeLog,v 1.103 
2014/03/26 12:57:24 chithanh Exp $
+
+  26 Mar 2014; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  -libXrender-0.9.6.ebuild, -libXrender-0.9.7-r1.ebuild,
+  -libXrender-0.9.7.ebuild:
+  Remove old/vulnerable versions, bug #471098.
 
   08 Oct 2013; Agostino Sarubbo a...@gentoo.org libXrender-0.9.8.ebuild:
   Stable for x86, wrt bug #475480






[gentoo-commits] gentoo-x86 commit in x11-libs/libXres: ChangeLog libXres-1.0.5.ebuild libXres-1.0.6.ebuild

2014-03-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/03/26 12:58:02

  Modified: ChangeLog
  Removed:  libXres-1.0.5.ebuild libXres-1.0.6.ebuild
  Log:
  Remove old/vulnerable versions, bug #471098.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.82 x11-libs/libXres/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXres/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog   8 Oct 2013 05:08:26 -   1.81
+++ ChangeLog   26 Mar 2014 12:58:02 -  1.82
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/libXres
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXres/ChangeLog,v 1.81 
2013/10/08 05:08:26 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXres/ChangeLog,v 1.82 
2014/03/26 12:58:02 chithanh Exp $
+
+  26 Mar 2014; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  -libXres-1.0.5.ebuild, -libXres-1.0.6.ebuild:
+  Remove old/vulnerable versions, bug #471098.
 
   08 Oct 2013; Agostino Sarubbo a...@gentoo.org libXres-1.0.7.ebuild:
   Stable for x86, wrt bug #475480






[gentoo-commits] gentoo-x86 commit in x11-libs/libXv: ChangeLog libXv-1.0.8.ebuild libXv-1.0.7-r1.ebuild libXv-1.0.9.ebuild libXv-1.0.7.ebuild

2014-03-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/03/26 12:59:09

  Modified: ChangeLog
  Removed:  libXv-1.0.8.ebuild libXv-1.0.7-r1.ebuild
libXv-1.0.9.ebuild libXv-1.0.7.ebuild
  Log:
  Remove old/vulnerable versions, bug #471098.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.92 x11-libs/libXv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXv/ChangeLog?rev=1.92view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXv/ChangeLog?rev=1.92content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXv/ChangeLog?r1=1.91r2=1.92

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXv/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog   8 Oct 2013 05:08:44 -   1.91
+++ ChangeLog   26 Mar 2014 12:59:09 -  1.92
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/libXv
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXv/ChangeLog,v 1.91 2013/10/08 
05:08:44 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXv/ChangeLog,v 1.92 2014/03/26 
12:59:09 chithanh Exp $
+
+  26 Mar 2014; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  -libXv-1.0.7-r1.ebuild, -libXv-1.0.7.ebuild, -libXv-1.0.8.ebuild,
+  -libXv-1.0.9.ebuild:
+  Remove old/vulnerable versions, bug #471098.
 
   08 Oct 2013; Agostino Sarubbo a...@gentoo.org libXv-1.0.10.ebuild:
   Stable for x86, wrt bug #475480






[gentoo-commits] gentoo-x86 commit in x11-libs/libXxf86dga: ChangeLog libXxf86dga-1.1.2.ebuild libXxf86dga-1.1.3-r1.ebuild libXxf86dga-1.1.3.ebuild

2014-03-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/03/26 13:00:53

  Modified: ChangeLog
  Removed:  libXxf86dga-1.1.2.ebuild
libXxf86dga-1.1.3-r1.ebuild
libXxf86dga-1.1.3.ebuild
  Log:
  Remove old/vulnerable versions, bug #471098.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.84 x11-libs/libXxf86dga/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXxf86dga/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog   8 Oct 2013 05:08:47 -   1.83
+++ ChangeLog   26 Mar 2014 13:00:53 -  1.84
@@ -1,6 +1,12 @@
 # ChangeLog for x11-libs/libXxf86dga
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXxf86dga/ChangeLog,v 1.83 
2013/10/08 05:08:47 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXxf86dga/ChangeLog,v 1.84 
2014/03/26 13:00:53 chithanh Exp $
+
+  26 Mar 2014; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  -files/libXxf86dga-1.1.3-x32-off_t-cast.patch,
+  -files/libXxf86dga-1.1.3-x32-stdint-include.patch, -libXxf86dga-1.1.2.ebuild,
+  -libXxf86dga-1.1.3-r1.ebuild, -libXxf86dga-1.1.3.ebuild:
+  Remove old/vulnerable versions, bug #471098.
 
   08 Oct 2013; Agostino Sarubbo a...@gentoo.org libXxf86dga-1.1.4.ebuild:
   Stable for x86, wrt bug #475480






[gentoo-commits] gentoo-x86 commit in x11-libs/libXvMC: ChangeLog libXvMC-1.0.7-r1.ebuild libXvMC-1.0.7.ebuild libXvMC-1.0.6.ebuild

2014-03-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/03/26 12:59:49

  Modified: ChangeLog
  Removed:  libXvMC-1.0.7-r1.ebuild libXvMC-1.0.7.ebuild
libXvMC-1.0.6.ebuild
  Log:
  Remove old/vulnerable versions, bug #471098.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.79 x11-libs/libXvMC/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXvMC/ChangeLog?rev=1.79view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXvMC/ChangeLog?rev=1.79content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXvMC/ChangeLog?r1=1.78r2=1.79

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXvMC/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog   8 Oct 2013 05:08:41 -   1.78
+++ ChangeLog   26 Mar 2014 12:59:49 -  1.79
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/libXvMC
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXvMC/ChangeLog,v 1.78 
2013/10/08 05:08:41 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXvMC/ChangeLog,v 1.79 
2014/03/26 12:59:49 chithanh Exp $
+
+  26 Mar 2014; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  -libXvMC-1.0.6.ebuild, -libXvMC-1.0.7-r1.ebuild, -libXvMC-1.0.7.ebuild:
+  Remove old/vulnerable versions, bug #471098.
 
   08 Oct 2013; Agostino Sarubbo a...@gentoo.org libXvMC-1.0.8.ebuild:
   Stable for x86, wrt bug #475480






[gentoo-commits] gentoo-x86 commit in x11-libs/libXxf86dga/files: libXxf86dga-1.1.3-x32-stdint-include.patch libXxf86dga-1.1.3-x32-off_t-cast.patch

2014-03-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/03/26 13:00:53

  Removed:  libXxf86dga-1.1.3-x32-stdint-include.patch
libXxf86dga-1.1.3-x32-off_t-cast.patch
  Log:
  Remove old/vulnerable versions, bug #471098.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)



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

2014-03-26 Thread Michael Palimaka
commit: 40dd385dbdd88ce9f7afe10dba71911e89fcbc78
Author: Christoph Junghans ottxor AT gentoo DOT org
AuthorDate: Tue Mar 25 21:39:29 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Mar 26 13:06:01 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=40dd385d

[eclass] Fixed a typo in prefix block.

---
 eclass/cmake-utils.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
index 08a0c95..f261729 100644
--- a/eclass/cmake-utils.eclass
+++ b/eclass/cmake-utils.eclass
@@ -460,7 +460,7 @@ enable_cmake-utils_src_configure() {
 
ELSE ()
 
-   SET(CMAKE_PREFIX_PATH ${EPREFIX}${PREFIX} CACHE 
STRING FORCE)
+   SET(CMAKE_PREFIX_PATH ${EPREFIX}${PREFIX} CACHE 
STRING  FORCE)
SET(CMAKE_SKIP_BUILD_RPATH OFF CACHE BOOL  FORCE)
SET(CMAKE_SKIP_RPATH OFF CACHE BOOL  FORCE)
SET(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE CACHE BOOL )



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

2014-03-26 Thread Michael Palimaka (kensington)
kensington14/03/26 13:12:39

  Modified: ChangeLog cmake-utils.eclass
  Log:
  Fix typo in prefix block by Christoph Junghans ott...@gentoo.org.

Revision  ChangesPath
1.1184   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1183
retrieving revision 1.1184
diff -u -r1.1183 -r1.1184
--- ChangeLog   24 Mar 2014 21:32:31 -  1.1183
+++ ChangeLog   26 Mar 2014 13:12:39 -  1.1184
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1183 2014/03/24 
21:32:31 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1184 2014/03/26 
13:12:39 kensington Exp $
+
+  26 Mar 2014; Michael Palimaka kensing...@gentoo.org cmake-utils.eclass:
+  Fix typo in prefix block by Christoph Junghans ott...@gentoo.org.
 
   24 Mar 2014; Michał Górny mgo...@gentoo.org git-r3.eclass:
   Add a single+tags mode to handle Google Code more efficiently, bug #503708.



1.106eclass/cmake-utils.eclass

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

Index: cmake-utils.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- cmake-utils.eclass  9 Mar 2014 18:16:04 -   1.105
+++ cmake-utils.eclass  26 Mar 2014 13:12:39 -  1.106
@@ -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/cmake-utils.eclass,v 1.105 
2014/03/09 18:16:04 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.106 
2014/03/26 13:12:39 kensington Exp $
 
 # @ECLASS: cmake-utils.eclass
 # @MAINTAINER:
@@ -457,7 +457,7 @@
 
ELSE ()
 
-   SET(CMAKE_PREFIX_PATH ${EPREFIX}${PREFIX} CACHE 
STRING FORCE)
+   SET(CMAKE_PREFIX_PATH ${EPREFIX}${PREFIX} CACHE 
STRING  FORCE)
SET(CMAKE_SKIP_BUILD_RPATH OFF CACHE BOOL  FORCE)
SET(CMAKE_SKIP_RPATH OFF CACHE BOOL  FORCE)
SET(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE CACHE BOOL )






[gentoo-commits] proj/releng:master commit in: tools-uclibc/portage.mipsel3.hardened/package.mask/, ...

2014-03-26 Thread Anthony G. Basile
commit: cec9d9d20339ce22d0892fa38cac6041c1229bd1
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Wed Mar 26 13:25:55 2014 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Wed Mar 26 13:24:49 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=cec9d9d2

tools-uclibc/portage.mips: mask eudev-1.5.x until fcntl.h is resulved

---
 tools-uclibc/portage.mips32r2.hardened/package.mask/udev | 1 +
 tools-uclibc/portage.mips32r2.vanilla/package.mask/udev  | 1 +
 tools-uclibc/portage.mipsel3.hardened/package.mask/udev  | 1 +
 tools-uclibc/portage.mipsel3.vanilla/package.mask/udev   | 1 +
 4 files changed, 4 insertions(+)

diff --git a/tools-uclibc/portage.mips32r2.hardened/package.mask/udev 
b/tools-uclibc/portage.mips32r2.hardened/package.mask/udev
index 729aaa5..82a9d78 100644
--- a/tools-uclibc/portage.mips32r2.hardened/package.mask/udev
+++ b/tools-uclibc/portage.mips32r2.hardened/package.mask/udev
@@ -1 +1,2 @@
 sys-fs/udev
+sys-fs/eudev-1.4-r1

diff --git a/tools-uclibc/portage.mips32r2.vanilla/package.mask/udev 
b/tools-uclibc/portage.mips32r2.vanilla/package.mask/udev
index 729aaa5..82a9d78 100644
--- a/tools-uclibc/portage.mips32r2.vanilla/package.mask/udev
+++ b/tools-uclibc/portage.mips32r2.vanilla/package.mask/udev
@@ -1 +1,2 @@
 sys-fs/udev
+sys-fs/eudev-1.4-r1

diff --git a/tools-uclibc/portage.mipsel3.hardened/package.mask/udev 
b/tools-uclibc/portage.mipsel3.hardened/package.mask/udev
index 729aaa5..82a9d78 100644
--- a/tools-uclibc/portage.mipsel3.hardened/package.mask/udev
+++ b/tools-uclibc/portage.mipsel3.hardened/package.mask/udev
@@ -1 +1,2 @@
 sys-fs/udev
+sys-fs/eudev-1.4-r1

diff --git a/tools-uclibc/portage.mipsel3.vanilla/package.mask/udev 
b/tools-uclibc/portage.mipsel3.vanilla/package.mask/udev
index 729aaa5..82a9d78 100644
--- a/tools-uclibc/portage.mipsel3.vanilla/package.mask/udev
+++ b/tools-uclibc/portage.mipsel3.vanilla/package.mask/udev
@@ -1 +1,2 @@
 sys-fs/udev
+sys-fs/eudev-1.4-r1



[gentoo-commits] gentoo-x86 commit in sci-chemistry/ball/files: ball-1.4.1-python.patch ball-1.4.1-Fixed-the-FPT-version-of-bond-order-assignment-2.patch ball-1.4.1-Fixed-a-bug-in-the-AssignBondOrderP

2014-03-26 Thread Justin Lecher (jlec)
jlec14/03/26 13:27:45

  Removed:  ball-1.4.1-python.patch

ball-1.4.1-Fixed-the-FPT-version-of-bond-order-assignment-2.patch

ball-1.4.1-Fixed-a-bug-in-the-AssignBondOrderProcessor.patch

ball-1.4.1-Added-MAX_PENALTY-option-to-bond-order-assignment.patch
ball-1.4.1-gcc-4.7.patch ball-1.4.1-pthread.patch

ball-1.4.1-Fix-compilation-of-Python-bindings-with-new-sip-vers.patch

ball-1.4.1-Fix-compilation-of-FTPBondOrderStrategy-Fixes-451.patch
ball-1.4.1-libsvm.patch
  Log:
  sci-chemistry/ball: Drop old, fixes #485830, #505856
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)



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

2014-03-26 Thread Justin Lecher (jlec)
jlec14/03/26 13:27:44

  Modified: ChangeLog
  Removed:  ball-1.4.1-r1.ebuild
  Log:
  sci-chemistry/ball: Drop old, fixes #485830, #505856
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.14 sci-chemistry/ball/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   26 Mar 2014 11:20:39 -  1.13
+++ ChangeLog   26 Mar 2014 13:27:44 -  1.14
@@ -1,6 +1,16 @@
 # ChangeLog for sci-chemistry/ball
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ChangeLog,v 1.13 
2014/03/26 11:20:39 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ChangeLog,v 1.14 
2014/03/26 13:27:44 jlec Exp $
+
+  26 Mar 2014; Justin Lecher j...@gentoo.org -ball-1.4.1-r1.ebuild,
+  -files/ball-1.4.1-Added-MAX_PENALTY-option-to-bond-order-assignment.patch,
+  -files/ball-1.4.1-Fix-compilation-of-FTPBondOrderStrategy-Fixes-451.patch,
+  -files/ball-1.4.1-Fix-compilation-of-Python-bindings-with-new-sip-vers.patch,
+  -files/ball-1.4.1-Fixed-a-bug-in-the-AssignBondOrderProcessor.patch,
+  -files/ball-1.4.1-Fixed-the-FPT-version-of-bond-order-assignment-2.patch,
+  -files/ball-1.4.1-gcc-4.7.patch, -files/ball-1.4.1-libsvm.patch,
+  -files/ball-1.4.1-pthread.patch, -files/ball-1.4.1-python.patch:
+  Drop old, fixes #485830, #505856
 
 *ball-1.4.2 (26 Mar 2014)
 






[gentoo-commits] gentoo-x86 commit in x11-libs/libdmx: ChangeLog libdmx-1.1.1.ebuild libdmx-1.1.2.ebuild

2014-03-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/03/26 13:29:08

  Modified: ChangeLog
  Removed:  libdmx-1.1.1.ebuild libdmx-1.1.2.ebuild
  Log:
  Remove old/vulnerable versions, bug #471098.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.64 x11-libs/libdmx/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libdmx/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   8 Oct 2013 05:07:06 -   1.63
+++ ChangeLog   26 Mar 2014 13:29:08 -  1.64
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/libdmx
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdmx/ChangeLog,v 1.63 2013/10/08 
05:07:06 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdmx/ChangeLog,v 1.64 2014/03/26 
13:29:08 chithanh Exp $
+
+  26 Mar 2014; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  -libdmx-1.1.1.ebuild, -libdmx-1.1.2.ebuild:
+  Remove old/vulnerable versions, bug #471098.
 
   08 Oct 2013; Agostino Sarubbo a...@gentoo.org libdmx-1.1.3.ebuild:
   Stable for x86, wrt bug #475480






[gentoo-commits] proj/hardened-dev:musl commit in: sys-fs/e2fsprogs/

2014-03-26 Thread Anthony G. Basile
commit: b89ce619615433c84c037401e95c7709121af015
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Tue Mar 25 23:09:15 2014 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Wed Mar 26 13:31:25 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=b89ce619

sys-fs/e2fsprogs: version bump for mips

Package-Manager: portage-2.2.9-r1

---
 sys-fs/e2fsprogs/e2fsprogs-1.42.9-r99.ebuild | 150 +++
 1 file changed, 150 insertions(+)

diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.42.9-r99.ebuild 
b/sys-fs/e2fsprogs/e2fsprogs-1.42.9-r99.ebuild
new file mode 100644
index 000..c2993f0
--- /dev/null
+++ b/sys-fs/e2fsprogs/e2fsprogs-1.42.9-r99.ebuild
@@ -0,0 +1,150 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/e2fsprogs-1.42.9.ebuild,v 
1.2 2014/01/18 05:15:33 vapier Exp $
+
+EAPI=3
+
+case ${PV} in
+*_pre*) UP_PV=${PV%_pre*}-WIP-${PV#*_pre} ;;
+*)  UP_PV=${PV} ;;
+esac
+
+inherit eutils flag-o-matic multilib toolchain-funcs
+
+DESCRIPTION=Standard EXT2/EXT3/EXT4 filesystem utilities
+HOMEPAGE=http://e2fsprogs.sourceforge.net/;
+SRC_URI=mirror://sourceforge/e2fsprogs/${PN}-${UP_PV}.tar.gz
+
+LICENSE=GPL-2 BSD
+SLOT=0
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 -x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x86-macos ~m68k-mint
+IUSE=nls static-libs elibc_FreeBSD
+
+RDEPEND=~sys-libs/${PN}-libs-${PV}
+   =sys-apps/util-linux-2.16
+   nls? ( virtual/libintl )
+DEPEND=${RDEPEND}
+   nls? ( sys-devel/gettext )
+   virtual/pkgconfig
+   sys-apps/texinfo
+
+S=${WORKDIR}/${P%_pre*}
+
+pkg_setup() {
+   if [[ ! -e ${EROOT}/etc/mtab ]] ; then
+   # add some crap to deal with missing /etc/mtab #217719
+   ewarn No /etc/mtab file, creating one temporarily
+   echo ${PN} crap for src_test  ${EROOT}/etc/mtab
+   fi
+}
+
+src_prepare() {
+   epatch ${FILESDIR}/${PN}-1.41.8-makefile.patch
+   epatch ${FILESDIR}/${PN}-1.40-fbsd.patch
+   epatch ${FILESDIR}/${PN}-1.41.12-darwin-makefile.patch
+   epatch ${FILESDIR}/${PN}-1.42.7-use-uint64_t.patch
+   if [[ ${CHOST} == *-mint* ]] ; then
+   epatch ${FILESDIR}/${PN}-1.41-mint.patch
+   epatch ${FILESDIR}/${PN}-1.41.12-mint-blkid.patch
+   fi
+   # blargh ... trick e2fsprogs into using e2fsprogs-libs
+   rm -rf doc
+   sed -i -r \
+   -e 's:@LIBINTL@:@LTLIBINTL@:' \
+   -e '/^LIB(COM_ERR|SS)/s:[$][(]LIB[)]/lib([^@]*)@LIB_EXT@:-l\1:' 
\
+   -e '/^DEPLIB(COM_ERR|SS)/s:=.*:=:' \
+   MCONFIG.in || die muck libs #122368
+   sed -i -r \
+   -e '/^LIB_SUBDIRS/s:lib/(et|ss)::g' \
+   Makefile.in || die remove subdirs
+
+   # Avoid rebuild
+   touch lib/ss/ss_err.h
+}
+
+src_configure() {
+   # Keep the package from doing silly things #261411
+   export VARTEXFONTS=${T}/fonts
+
+   # needs open64() prototypes and friends
+   append-cppflags -D_GNU_SOURCE
+
+   # We want to use the bsd libraries while building on Darwin, but while
+   # building on other Gentoo/*BSD we prefer elf-naming scheme.
+   local libtype
+   case ${CHOST} in
+   *-darwin*) libtype=--enable-bsd-shlibs  ;;
+   *-mint*)   libtype= ;;
+   *) libtype=--enable-elf-shlibs  ;;
+   esac
+
+   ac_cv_path_LDCONFIG=: \
+   econf \
+   --with-root-prefix=${EPREFIX}/ \
+   --enable-symlink-install \
+   ${libtype} \
+   $(tc-has-tls || echo --disable-tls) \
+   --without-included-gettext \
+   $(use_enable nls) \
+   --disable-libblkid \
+   --disable-libuuid \
+   --disable-quota \
+   --disable-fsck \
+   --disable-uuidd
+   if [[ ${CHOST} != *-uclibc ]]  grep -qs 'USE_INCLUDED_LIBINTL.*yes' 
config.{log,status} ; then
+   eerror INTL sanity check failed, aborting build.
+   eerror Please post your ${S}/config.log file as an
+   eerror attachment to 
http://bugs.gentoo.org/show_bug.cgi?id=81096;
+   die Preventing included intl cruft from building
+   fi
+}
+
+src_compile() {
+   emake COMPILE_ET=compile_et MK_CMDS=mk_cmds || die
+
+   # Build the FreeBSD helper
+   if use elibc_FreeBSD ; then
+   cp ${FILESDIR}/fsck_ext2fs.c .
+   emake fsck_ext2fs || die
+   fi
+}
+
+pkg_preinst() {
+   if [[ -r ${EROOT}/etc/mtab ]] ; then
+   if [[ $(${EROOT}/etc/mtab) == ${PN} crap for src_test ]] ; 
then
+   rm -f ${EROOT}/etc/mtab
+   fi
+   fi
+}
+
+src_install() {

[gentoo-commits] gentoo-x86 commit in x11-libs/libxcb/files: libxcb-1.9-python-3-iteritems.patch libxcb-1.8.1-multithread-deadlock.patch libxcb-1.7-interix.patch libxcb-1.8-waitall-hang.patch libxcb-1

2014-03-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/03/26 13:32:41

  Removed:  libxcb-1.9-python-3-iteritems.patch
libxcb-1.8.1-multithread-deadlock.patch
libxcb-1.7-interix.patch
libxcb-1.8-waitall-hang.patch
libxcb-1.9-python-3-exception.patch
  Log:
  Remove old/vulnerable versions, bug #471098.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)



[gentoo-commits] gentoo-x86 commit in x11-libs/libxcb: ChangeLog libxcb-1.9-r1.ebuild libxcb-1.8.ebuild libxcb-1.9.ebuild libxcb-1.8.1.ebuild libxcb-1.8-r1.ebuild libxcb-1.8.1-r1.ebuild libxcb-1.7.ebu

2014-03-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/03/26 13:32:41

  Modified: ChangeLog
  Removed:  libxcb-1.9-r1.ebuild libxcb-1.8.ebuild
libxcb-1.9.ebuild libxcb-1.8.1.ebuild
libxcb-1.8-r1.ebuild libxcb-1.8.1-r1.ebuild
libxcb-1.7.ebuild
  Log:
  Remove old/vulnerable versions, bug #471098.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.131x11-libs/libxcb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog   27 Jan 2014 02:32:05 -  1.130
+++ ChangeLog   26 Mar 2014 13:32:40 -  1.131
@@ -1,6 +1,15 @@
 # ChangeLog for x11-libs/libxcb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.130 
2014/01/27 02:32:05 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.131 
2014/03/26 13:32:40 chithanh Exp $
+
+  26 Mar 2014; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  -files/libxcb-1.7-interix.patch, -files/libxcb-1.8-waitall-hang.patch,
+  -files/libxcb-1.8.1-multithread-deadlock.patch,
+  -files/libxcb-1.9-python-3-exception.patch,
+  -files/libxcb-1.9-python-3-iteritems.patch, -libxcb-1.7.ebuild,
+  -libxcb-1.8-r1.ebuild, -libxcb-1.8.1-r1.ebuild, -libxcb-1.8.1.ebuild,
+  -libxcb-1.8.ebuild, -libxcb-1.9-r1.ebuild, -libxcb-1.9.ebuild:
+  Remove old/vulnerable versions, bug #471098.
 
   27 Jan 2014; Mike Gilbert flop...@gentoo.org libxcb-1.10.ebuild:
   Drop python3_1 (again).






[gentoo-commits] gentoo-x86 commit in x11-libs/libFS: ChangeLog libFS-1.0.3.ebuild libFS-1.0.4.ebuild

2014-03-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/03/26 13:34:41

  Modified: ChangeLog
  Removed:  libFS-1.0.3.ebuild libFS-1.0.4.ebuild
  Log:
  Remove old/vulnerable versions, bug #471098.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.69 x11-libs/libFS/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libFS/ChangeLog?rev=1.69view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libFS/ChangeLog?rev=1.69content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libFS/ChangeLog?r1=1.68r2=1.69

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   8 Oct 2013 05:07:16 -   1.68
+++ ChangeLog   26 Mar 2014 13:34:41 -  1.69
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/libFS
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v 1.68 2013/10/08 
05:07:16 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v 1.69 2014/03/26 
13:34:41 chithanh Exp $
+
+  26 Mar 2014; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  -libFS-1.0.3.ebuild, -libFS-1.0.4.ebuild:
+  Remove old/vulnerable versions, bug #471098.
 
   08 Oct 2013; Agostino Sarubbo a...@gentoo.org libFS-1.0.5.ebuild:
   Stable for x86, wrt bug #475480






[gentoo-commits] gentoo-x86 commit in x11-libs/libXt: ChangeLog libXt-1.1.1.ebuild libXt-1.1.3-r1.ebuild libXt-1.1.3.ebuild

2014-03-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/03/26 13:35:42

  Modified: ChangeLog
  Removed:  libXt-1.1.1.ebuild libXt-1.1.3-r1.ebuild
libXt-1.1.3.ebuild
  Log:
  Remove old/vulnerable versions, bug #471098.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.124x11-libs/libXt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXt/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog   8 Oct 2013 05:08:32 -   1.123
+++ ChangeLog   26 Mar 2014 13:35:42 -  1.124
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/libXt
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXt/ChangeLog,v 1.123 2013/10/08 
05:08:32 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXt/ChangeLog,v 1.124 2014/03/26 
13:35:42 chithanh Exp $
+
+  26 Mar 2014; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  -libXt-1.1.1.ebuild, -libXt-1.1.3-r1.ebuild, -libXt-1.1.3.ebuild:
+  Remove old/vulnerable versions, bug #471098.
 
   08 Oct 2013; Agostino Sarubbo a...@gentoo.org libXt-1.1.4.ebuild:
   Stable for x86, wrt bug #475480






[gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto/files: 1.6-libdir-pc.patch 1.6-fix_negative.patch

2014-03-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/03/26 13:38:45

  Removed:  1.6-libdir-pc.patch 1.6-fix_negative.patch
  Log:
  Remove old versions.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)



[gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: ChangeLog xcb-proto-1.7.ebuild xcb-proto-1.6-r2.ebuild xcb-proto-1.8.ebuild xcb-proto-1.8-r1.ebuild xcb-proto-1.7.1.ebuild xcb-proto-1.8-r2.e

2014-03-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/03/26 13:38:45

  Modified: ChangeLog
  Removed:  xcb-proto-1.7.ebuild xcb-proto-1.6-r2.ebuild
xcb-proto-1.8.ebuild xcb-proto-1.8-r1.ebuild
xcb-proto-1.7.1.ebuild xcb-proto-1.8-r2.ebuild
xcb-proto-1.6-r1.ebuild xcb-proto-1.7-r1.ebuild
  Log:
  Remove old versions.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.129x11-proto/xcb-proto/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.129view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.129content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.128r2=1.129

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog   11 Feb 2014 13:01:38 -  1.128
+++ ChangeLog   26 Mar 2014 13:38:45 -  1.129
@@ -1,6 +1,13 @@
 # ChangeLog for x11-proto/xcb-proto
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.128 
2014/02/11 13:01:38 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.129 
2014/03/26 13:38:45 chithanh Exp $
+
+  26 Mar 2014; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  -files/1.6-fix_negative.patch, -files/1.6-libdir-pc.patch,
+  -xcb-proto-1.6-r1.ebuild, -xcb-proto-1.6-r2.ebuild, -xcb-proto-1.7-r1.ebuild,
+  -xcb-proto-1.7.1.ebuild, -xcb-proto-1.7.ebuild, -xcb-proto-1.8-r1.ebuild,
+  -xcb-proto-1.8-r2.ebuild, -xcb-proto-1.8.ebuild:
+  Remove old versions.
 
   11 Feb 2014; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
   xcb-proto-1.10.ebuild:






[gentoo-commits] proj/portage: New tag: v2.2.10

2014-03-26 Thread Brian Dolbec
commit: 
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Wed Mar 26 13:41:53 2014 +

New tag: v2.2.10




[gentoo-commits] gentoo-x86 commit in x11-libs/libFS: libFS-1.0.6.ebuild ChangeLog

2014-03-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/03/26 13:43:29

  Modified: ChangeLog
  Added:libFS-1.0.6.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.70 x11-libs/libFS/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libFS/ChangeLog?rev=1.70view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libFS/ChangeLog?rev=1.70content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libFS/ChangeLog?r1=1.69r2=1.70

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   26 Mar 2014 13:34:41 -  1.69
+++ ChangeLog   26 Mar 2014 13:43:28 -  1.70
@@ -1,6 +1,12 @@
 # ChangeLog for x11-libs/libFS
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v 1.69 2014/03/26 
13:34:41 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v 1.70 2014/03/26 
13:43:28 chithanh Exp $
+
+*libFS-1.0.6 (26 Mar 2014)
+
+  26 Mar 2014; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  +libFS-1.0.6.ebuild:
+  Version bump.
 
   26 Mar 2014; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
   -libFS-1.0.3.ebuild, -libFS-1.0.4.ebuild:



1.1  x11-libs/libFS/libFS-1.0.6.ebuild

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

Index: libFS-1.0.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.6.ebuild,v 1.1 
2014/03/26 13:43:28 chithanh Exp $

EAPI=5
inherit xorg-2

DESCRIPTION=X.Org FS library

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd
IUSE=ipv6

RDEPEND=x11-libs/xtrans
x11-proto/xproto
x11-proto/fontsproto
DEPEND=${RDEPEND}

src_configure() {
XORG_CONFIGURE_OPTIONS=(
$(use_enable ipv6)
)
xorg-2_src_configure
}






[gentoo-commits] gentoo-x86 commit in net-firewall/conntrack-tools/files: conntrackd.confd-r1 conntrack-tools-1.4.1-version.patch conntrack-tools-0.9.14-include.patch conntrackd.initd-r2 conntrackd.in

2014-03-26 Thread Jeroen Roovers (jer)
jer 14/03/26 13:46:37

  Removed:  conntrackd.confd-r1
conntrack-tools-1.4.1-version.patch
conntrack-tools-0.9.14-include.patch
conntrackd.initd-r2 conntrackd.initd-r1
  Log:
  Old.
  
  (Portage version: 2.2.9-r1/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)



[gentoo-commits] gentoo-x86 commit in net-firewall/conntrack-tools: ChangeLog conntrack-tools-0.9.14.ebuild conntrack-tools-1.4.1.ebuild conntrack-tools-1.2.2.ebuild conntrack-tools-1.2.2-r1.ebuild

2014-03-26 Thread Jeroen Roovers (jer)
jer 14/03/26 13:46:36

  Modified: ChangeLog
  Removed:  conntrack-tools-0.9.14.ebuild
conntrack-tools-1.4.1.ebuild
conntrack-tools-1.2.2.ebuild
conntrack-tools-1.2.2-r1.ebuild
  Log:
  Old.
  
  (Portage version: 2.2.9-r1/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.70 net-firewall/conntrack-tools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/conntrack-tools/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   26 Mar 2014 07:56:40 -  1.69
+++ ChangeLog   26 Mar 2014 13:46:36 -  1.70
@@ -1,6 +1,13 @@
 # ChangeLog for net-firewall/conntrack-tools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/conntrack-tools/ChangeLog,v 
1.69 2014/03/26 07:56:40 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/conntrack-tools/ChangeLog,v 
1.70 2014/03/26 13:46:36 jer Exp $
+
+  26 Mar 2014; Jeroen Roovers j...@gentoo.org -conntrack-tools-0.9.14.ebuild,
+  -conntrack-tools-1.2.2.ebuild, -conntrack-tools-1.2.2-r1.ebuild,
+  -conntrack-tools-1.4.1.ebuild, -files/conntrack-tools-0.9.14-include.patch,
+  -files/conntrack-tools-1.4.1-version.patch, -files/conntrackd.confd-r1,
+  -files/conntrackd.initd-r1, -files/conntrackd.initd-r2:
+  Old.
 
   26 Mar 2014; Wolfram Schlich wschl...@gentoo.org metadata.xml:
   removed myself from metadata.xml






[gentoo-commits] gentoo-x86 commit in www-plugins/chrome-binary-plugins: chrome-binary-plugins-35.0.1908.4_alpha1.ebuild ChangeLog chrome-binary-plugins-35.0.1897.2_alpha1.ebuild

2014-03-26 Thread Mike Gilbert (floppym)
floppym 14/03/26 14:07:11

  Modified: ChangeLog
  Added:chrome-binary-plugins-35.0.1908.4_alpha1.ebuild
  Removed:  chrome-binary-plugins-35.0.1897.2_alpha1.ebuild
  Log:
  Automated update.
  
  (Portage version: 2.2.9-r1/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog   20 Mar 2014 17:37:32 -  1.118
+++ ChangeLog   26 Mar 2014 14:07:11 -  1.119
@@ -1,6 +1,13 @@
 # ChangeLog for www-plugins/chrome-binary-plugins
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.118 
2014/03/20 17:37:32 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.119 
2014/03/26 14:07:11 floppym Exp $
+
+*chrome-binary-plugins-35.0.1908.4_alpha1 (26 Mar 2014)
+
+  26 Mar 2014; Mike Gilbert flop...@gentoo.org
+  +chrome-binary-plugins-35.0.1908.4_alpha1.ebuild,
+  -chrome-binary-plugins-35.0.1897.2_alpha1.ebuild:
+  Automated update.
 
 *chrome-binary-plugins-34.0.1847.76_beta1 (20 Mar 2014)
 



1.1  
www-plugins/chrome-binary-plugins/chrome-binary-plugins-35.0.1908.4_alpha1.ebuild

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

Index: chrome-binary-plugins-35.0.1908.4_alpha1.ebuild
===
# Copyright 1999-2014 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-35.0.1908.4_alpha1.ebuild,v
 1.1 2014/03/26 14:07:11 floppym Exp $

EAPI=4

inherit multilib unpacker

DESCRIPTION=Binary plugins -- native API Flash and PDF -- from Google Chrome 
for use in Chromium.
HOMEPAGE=http://www.google.com/chrome;

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

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

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
KEYWORDS=~amd64 ~x86
IUSE=+flash +pdf
RESTRICT=bindist mirror strip

RDEPEND=www-client/chromium

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

S=${WORKDIR}/opt/google/chrome-${SLOT}
QA_PREBUILT=*

src_install() {
local version flapper

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

use pdf  doins libpdf.so

if use flash; then
doins -r PepperFlash

# Since this is a live ebuild, we're forced to, unfortuantely,
# dynamically construct the command line args for Chromium.
version=$(sed -n 's/.*version: \(.*\),.*/\1/p' 
PepperFlash/manifest.json)

flapper=${ROOT}usr/$(get_libdir)/chromium-browser/PepperFlash/libpepflashplayer.so
echo -n CHROMIUM_FLAGS=\\${CHROMIUM_FLAGS}   pepper-flash
echo -n --ppapi-flash-path=$flapper   pepper-flash
echo --ppapi-flash-version=$version\  pepper-flash

insinto /etc/chromium/
doins pepper-flash
fi
}






[gentoo-commits] gentoo-x86 commit in www-client/google-chrome-unstable: google-chrome-unstable-35.0.1908.4_p1.ebuild ChangeLog google-chrome-unstable-35.0.1897.2_p1.ebuild

2014-03-26 Thread Mike Gilbert (floppym)
floppym 14/03/26 14:07:26

  Modified: ChangeLog
  Added:google-chrome-unstable-35.0.1908.4_p1.ebuild
  Removed:  google-chrome-unstable-35.0.1897.2_p1.ebuild
  Log:
  Automated update.
  
  (Portage version: 2.2.9-r1/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.17 www-client/google-chrome-unstable/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   18 Mar 2014 22:45:23 -  1.16
+++ ChangeLog   26 Mar 2014 14:07:26 -  1.17
@@ -1,6 +1,13 @@
 # ChangeLog for www-client/google-chrome-unstable
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/ChangeLog,v 1.16 
2014/03/18 22:45:23 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/ChangeLog,v 1.17 
2014/03/26 14:07:26 floppym Exp $
+
+*google-chrome-unstable-35.0.1908.4_p1 (26 Mar 2014)
+
+  26 Mar 2014; Mike Gilbert flop...@gentoo.org
+  +google-chrome-unstable-35.0.1908.4_p1.ebuild,
+  -google-chrome-unstable-35.0.1897.2_p1.ebuild:
+  Automated update.
 
 *google-chrome-unstable-35.0.1897.2_p1 (18 Mar 2014)
 



1.1  
www-client/google-chrome-unstable/google-chrome-unstable-35.0.1908.4_p1.ebuild

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

Index: google-chrome-unstable-35.0.1908.4_p1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/google-chrome-unstable-35.0.1908.4_p1.ebuild,v
 1.1 2014/03/26 14:07:26 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/atk
dev-libs/expat
dev-libs/glib:2
|| ( dev-libs/libgcrypt:11 dev-libs/libgcrypt:0/11 )
dev-libs/nspr
dev-libs/nss
gnome-base/gconf:2
media-libs/alsa-lib
media-libs/fontconfig
media-libs/freetype
net-print/cups
sys-apps/dbus
=sys-devel/gcc-4.4.0[cxx]
sys-libs/libcap
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/gtk+:2
=x11-libs/libX11-1.5.0
x11-libs/libXcomposite
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, 

[gentoo-commits] gentoo-x86 commit in sys-power/iasl: iasl-20090123.ebuild iasl-20121018.ebuild iasl-20130117-r1.ebuild ChangeLog

2014-03-26 Thread Lars Wendler (polynomial-c)
polynomial-c14/03/26 14:16:40

  Modified: iasl-20090123.ebuild iasl-20130117-r1.ebuild
ChangeLog
  Added:iasl-20121018.ebuild
  Log:
  Re-added iasl-20121018 due to bug #505876. Fixed HOMEPAGE and SRC_URI in all 
remaining ebuilds
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.9  sys-power/iasl/iasl-20090123.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild?r1=1.8r2=1.9

Index: iasl-20090123.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- iasl-20090123.ebuild25 Dec 2011 22:45:59 -  1.8
+++ iasl-20090123.ebuild26 Mar 2014 14:16:40 -  1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild,v 1.8 
2011/12/25 22:45:59 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild,v 1.9 
2014/03/26 14:16:40 polynomial-c Exp $
 
 inherit toolchain-funcs flag-o-matic eutils
 
@@ -8,9 +8,9 @@
 MY_P=${MY_PN}-${PV}
 MY_TESTS_P=${MY_PN/ca/tests}-${PV}
 DESCRIPTION=Intel ACPI Source Language (ASL) compiler
-HOMEPAGE=http://www.intel.com/technology/iapc/acpi/;
-SRC_URI=http://www.acpica.org/download/${MY_P}.tar.gz
-   test? ( http://www.acpica.org/download/${MY_TESTS_P}.tar.gz )
+HOMEPAGE=https://www.acpica.org/downloads/;
+SRC_URI=http://www.acpica.org/sites/acpica/files/${MY_P}.tar.gz
+   test? ( http://www.acpica.org/sites/acpica/files/${MY_TESTS_P}.tar.gz )
 
 LICENSE=iASL
 SLOT=0



1.2  sys-power/iasl/iasl-20130117-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20130117-r1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20130117-r1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20130117-r1.ebuild?r1=1.1r2=1.2

Index: iasl-20130117-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20130117-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iasl-20130117-r1.ebuild 5 Mar 2013 04:36:19 -   1.1
+++ iasl-20130117-r1.ebuild 26 Mar 2014 14:16:40 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20130117-r1.ebuild,v 
1.1 2013/03/05 04:36:19 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20130117-r1.ebuild,v 
1.2 2014/03/26 14:16:40 polynomial-c Exp $
 
 EAPI=4
 
@@ -10,9 +10,9 @@
 MY_P=${MY_PN}-${PV}
 MY_TESTS_P=${MY_PN/ca/tests}-${PV}
 DESCRIPTION=Intel ACPI Source Language (ASL) compiler
-HOMEPAGE=https://www.acpica.org/downloads/index.php;
-SRC_URI=http://www.acpica.org/download/${MY_P}.tar.gz
-   test? ( http://www.acpica.org/download/${MY_TESTS_P}.tar.gz )
+HOMEPAGE=https://www.acpica.org/downloads/;
+SRC_URI=http://www.acpica.org/sites/acpica/files/${MY_P}.tar.gz
+   test? ( http://www.acpica.org/sites/acpica/files/${MY_TESTS_P}.tar.gz )
 
 LICENSE=iASL
 SLOT=0



1.43 sys-power/iasl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/ChangeLog?rev=1.43view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/ChangeLog?rev=1.43content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/ChangeLog?r1=1.42r2=1.43

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   26 Mar 2014 07:48:25 -  1.42
+++ ChangeLog   26 Mar 2014 14:16:40 -  1.43
@@ -1,6 +1,11 @@
 # ChangeLog for sys-power/iasl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v 1.42 2014/03/26 
07:48:25 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v 1.43 2014/03/26 
14:16:40 polynomial-c Exp $
+
+  26 Mar 2014; Lars Wendler polynomia...@gentoo.org iasl-20090123.ebuild,
+  +iasl-20121018.ebuild, 

[gentoo-commits] gentoo-x86 commit in net-misc/portspoof: portspoof-1.1.ebuild ChangeLog

2014-03-26 Thread Richard Farina (zerochaos)
zerochaos14/03/26 14:21:15

  Modified: portspoof-1.1.ebuild ChangeLog
  Log:
  tested on x86
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  ChangesPath
1.2  net-misc/portspoof/portspoof-1.1.ebuild

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

Index: portspoof-1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/portspoof/portspoof-1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- portspoof-1.1.ebuild22 Mar 2014 22:51:32 -  1.1
+++ portspoof-1.1.ebuild26 Mar 2014 14:21:15 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/portspoof/portspoof-1.1.ebuild,v 
1.1 2014/03/22 22:51:32 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/portspoof/portspoof-1.1.ebuild,v 
1.2 2014/03/26 14:21:15 zerochaos Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
KEYWORDS=
 else
SRC_URI=https://github.com/drk1wi/portspoof/archive/v${PV}.tar.gz - 
${P}.tar.gz
-   KEYWORDS=~amd64
+   KEYWORDS=~amd64 ~x86
 fi
 
 src_prepare() {



1.2  net-misc/portspoof/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/portspoof/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   22 Mar 2014 22:51:32 -  1.1
+++ ChangeLog   26 Mar 2014 14:21:15 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/portspoof
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/portspoof/ChangeLog,v 1.1 
2014/03/22 22:51:32 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/portspoof/ChangeLog,v 1.2 
2014/03/26 14:21:15 zerochaos Exp $
+
+  26 Mar 2014; Rick Farina zeroch...@gentoo.org portspoof-1.1.ebuild:
+  tested on x86
 
 *portspoof- (22 Mar 2014)
 *portspoof-1.1 (22 Mar 2014)






[gentoo-commits] gentoo-x86 commit in dev-util/emilpro: emilpro-3-r1.ebuild emilpro-9999.ebuild ChangeLog

2014-03-26 Thread Richard Farina (zerochaos)
zerochaos14/03/26 14:22:01

  Modified: emilpro-3-r1.ebuild emilpro-.ebuild ChangeLog
  Log:
  tested on x86
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  ChangesPath
1.2  dev-util/emilpro/emilpro-3-r1.ebuild

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

Index: emilpro-3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/emilpro/emilpro-3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- emilpro-3-r1.ebuild 19 Mar 2014 02:50:34 -  1.1
+++ emilpro-3-r1.ebuild 26 Mar 2014 14:22:00 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/emilpro/emilpro-3-r1.ebuild,v 1.1 
2014/03/19 02:50:34 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/emilpro/emilpro-3-r1.ebuild,v 1.2 
2014/03/26 14:22:00 zerochaos Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 else
SRC_URI=http://www.emilpro.com/${P}.tar.gz
!system-binutils? ( 
mirror://gnu/binutils/binutils-2.23.2.tar.bz2 )
-   KEYWORDS=~amd64
+   KEYWORDS=~amd64 ~x86
 fi
 
 LICENSE=GPL-2



1.4  dev-util/emilpro/emilpro-.ebuild

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

Index: emilpro-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/emilpro/emilpro-.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- emilpro-.ebuild 19 Mar 2014 18:08:29 -  1.3
+++ emilpro-.ebuild 26 Mar 2014 14:22:00 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/emilpro/emilpro-.ebuild,v 1.3 
2014/03/19 18:08:29 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/emilpro/emilpro-.ebuild,v 1.4 
2014/03/26 14:22:00 zerochaos Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 else
SRC_URI=http://www.emilpro.com/${P}.tar.gz
!system-binutils? ( 
mirror://gnu/binutils/binutils-2.23.2.tar.bz2 )
-   KEYWORDS=~amd64
+   KEYWORDS=~amd64 ~x86
 fi
 
 LICENSE=GPL-2



1.4  dev-util/emilpro/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/emilpro/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   19 Mar 2014 18:08:29 -  1.3
+++ ChangeLog   26 Mar 2014 14:22:00 -  1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/emilpro
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/emilpro/ChangeLog,v 1.3 2014/03/19 
18:08:29 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/emilpro/ChangeLog,v 1.4 2014/03/26 
14:22:00 zerochaos Exp $
+
+  26 Mar 2014; Rick Farina zeroch...@gentoo.org emilpro-3-r1.ebuild,
+  emilpro-.ebuild:
+  tested on x86
 
   19 Mar 2014; Rick Farina zeroch...@gentoo.org emilpro-.ebuild:
   upstream accepted my cflags patch






[gentoo-commits] gentoo-x86 commit in net-misc/portspoof: portspoof-9999.ebuild ChangeLog

2014-03-26 Thread Richard Farina (zerochaos)
zerochaos14/03/26 14:22:35

  Modified: portspoof-.ebuild ChangeLog
  Log:
  update  to match versioned
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  ChangesPath
1.2  net-misc/portspoof/portspoof-.ebuild

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

Index: portspoof-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/portspoof/portspoof-.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- portspoof-.ebuild   22 Mar 2014 22:51:32 -  1.1
+++ portspoof-.ebuild   26 Mar 2014 14:22:35 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/portspoof/portspoof-.ebuild,v 
1.1 2014/03/22 22:51:32 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/portspoof/portspoof-.ebuild,v 
1.2 2014/03/26 14:22:35 zerochaos Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
KEYWORDS=
 else
SRC_URI=https://github.com/drk1wi/portspoof/archive/v${PV}.tar.gz - 
${P}.tar.gz
-   KEYWORDS=~amd64
+   KEYWORDS=~amd64 ~x86
 fi
 
 src_prepare() {



1.3  net-misc/portspoof/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/portspoof/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   26 Mar 2014 14:21:15 -  1.2
+++ ChangeLog   26 Mar 2014 14:22:35 -  1.3
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/portspoof
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/portspoof/ChangeLog,v 1.2 
2014/03/26 14:21:15 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/portspoof/ChangeLog,v 1.3 
2014/03/26 14:22:35 zerochaos Exp $
+
+  26 Mar 2014; Rick Farina zeroch...@gentoo.org portspoof-.ebuild:
+  update  to match versioned
 
   26 Mar 2014; Rick Farina zeroch...@gentoo.org portspoof-1.1.ebuild:
   tested on x86






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

2014-03-26 Thread Davide Pesavento
commit: c2d8ee8c88713507904d002a638c7e721efeb6fa
Author: Uwe L. Korn uwelk AT xhochy DOT com
AuthorDate: Tue Mar 25 12:26:50 2014 +
Commit: Davide Pesavento pesa AT gentoo DOT org
CommitDate: Wed Mar 26 14:16:02 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=c2d8ee8c

[qt5-build.eclass] Download development release if beta is not numbered

---
 eclass/qt5-build.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 264e158..c607f6f 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -40,7 +40,7 @@ case ${PV} in
QT5_BUILD_TYPE=live
EGIT_BRANCH=stable
;;
-   *_alpha?|*_beta?|*_rc?)
+   *_alpha*|*_beta*|*_rc*)
# pre-releases
QT5_BUILD_TYPE=release
MY_P=${QT5_MODULE}-opensource-src-${PV/_/-}



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

2014-03-26 Thread Davide Pesavento
commit: 036fca2d91d9c08f5cc06de14dae99c72df95f86
Author: Davide Pesavento davidepesa AT gmail DOT com
AuthorDate: Wed Mar 26 14:28:02 2014 +
Commit: Davide Pesavento pesa AT gentoo DOT org
CommitDate: Wed Mar 26 14:28:02 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=036fca2d

Merge pull request #31 from xhochy/qt5-eclass-no-beta-number

[qt5] Download development release if beta is not numbered


 eclass/qt5-build.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



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

2014-03-26 Thread Tomas Chvatal (scarabeus)
scarabeus14/03/26 15:15:16

  Modified: weechat-.ebuild ChangeLog
  Log:
  Update to new upstream url. Thanks to Thomas Schneider for the report and 
patch.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
8EEE3BE8)

Revision  ChangesPath
1.32 net-irc/weechat/weechat-.ebuild

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

Index: weechat-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-.ebuild,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- weechat-.ebuild 1 Mar 2014 22:10:13 -   1.31
+++ weechat-.ebuild 26 Mar 2014 15:15:16 -  1.32
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-.ebuild,v 1.31 
2014/03/01 22:10:13 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-.ebuild,v 1.32 
2014/03/26 15:15:16 scarabeus Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3} )
 
-EGIT_REPO_URI=git://git.sv.gnu.org/weechat.git
+EGIT_REPO_URI=https://github.com/weechat/weechat.git;
 [[ ${PV} ==  ]]  GIT_ECLASS=git-r3
 inherit eutils python-single-r1 multilib cmake-utils ${GIT_ECLASS}
 
@@ -53,7 +53,7 @@
nls? ( =sys-devel/gettext-0.15 )
 
 
-DOCS=AUTHORS ChangeLog NEWS README
+DOCS=AUTHORS.asciidoc ChangeLog.asciidoc ReleaseNotes.asciidoc 
README.asciidoc
 
 #REQUIRED_USE= || ( ncurses gtk )
 



1.139net-irc/weechat/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog   1 Mar 2014 22:10:13 -   1.138
+++ ChangeLog   26 Mar 2014 15:15:16 -  1.139
@@ -1,6 +1,10 @@
 # ChangeLog for net-irc/weechat
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.138 
2014/03/01 22:10:13 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.139 
2014/03/26 15:15:16 scarabeus Exp $
+
+  26 Mar 2014; Tomáš Chvátal scarab...@gentoo.org weechat-.ebuild:
+  Update to new upstream url. Thanks to Thomas Schneider for the report and
+  patch.
 
   01 Mar 2014; Michał Górny mgo...@gentoo.org weechat-0.4.1.ebuild,
   weechat-0.4.2.ebuild, weechat-0.4.3-r1.ebuild, weechat-.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/sh: sh-1.09.ebuild ChangeLog

2014-03-26 Thread Justin Lecher (jlec)
jlec14/03/26 15:21:21

  Modified: sh-1.09.ebuild ChangeLog
  Log:
  dev-python/sh: Add ~x86
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.2  dev-python/sh/sh-1.09.ebuild

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

Index: sh-1.09.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sh/sh-1.09.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sh-1.09.ebuild  8 Feb 2014 11:03:30 -   1.1
+++ sh-1.09.ebuild  26 Mar 2014 15:21:21 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sh/sh-1.09.ebuild,v 1.1 
2014/02/08 11:03:30 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sh/sh-1.09.ebuild,v 1.2 
2014/03/26 15:21:21 jlec Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~amd64 ~amd64-linux ~x86-linux
+KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=
 
 DEPEND=



1.6  dev-python/sh/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sh/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   8 Feb 2014 11:03:30 -   1.5
+++ ChangeLog   26 Mar 2014 15:21:21 -  1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/sh
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sh/ChangeLog,v 1.5 2014/02/08 
11:03:30 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sh/ChangeLog,v 1.6 2014/03/26 
15:21:21 jlec Exp $
+
+  26 Mar 2014; Justin Lecher j...@gentoo.org sh-1.09.ebuild:
+  Add ~x86
 
 *sh-1.09 (08 Feb 2014)
 






[gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-intel: ChangeLog xf86-video-intel-2.99.911.ebuild

2014-03-26 Thread Remi Cardona (remi)
remi14/03/26 15:26:03

  Modified: ChangeLog
  Added:xf86-video-intel-2.99.911.ebuild
  Log:
  x11-drivers/xf86-video-intel: Bump to 2.99.911
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.159x11-drivers/xf86-video-intel/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-intel/ChangeLog?rev=1.159view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-intel/ChangeLog?rev=1.159content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-intel/ChangeLog?r1=1.158r2=1.159

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/ChangeLog,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- ChangeLog   10 Feb 2014 21:04:29 -  1.158
+++ ChangeLog   26 Mar 2014 15:26:03 -  1.159
@@ -1,6 +1,12 @@
 # ChangeLog for x11-drivers/xf86-video-intel
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/ChangeLog,v 
1.158 2014/02/10 21:04:29 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/ChangeLog,v 
1.159 2014/03/26 15:26:03 remi Exp $
+
+*xf86-video-intel-2.99.911 (26 Mar 2014)
+
+  26 Mar 2014; Rémi Cardona r...@gentoo.org
+  +xf86-video-intel-2.99.911.ebuild:
+  Bump to 2.99.911.
 
 *xf86-video-intel-2.99.910 (10 Feb 2014)
 



1.1  
x11-drivers/xf86-video-intel/xf86-video-intel-2.99.911.ebuild

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

Index: xf86-video-intel-2.99.911.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.911.ebuild,v
 1.1 2014/03/26 15:26:03 remi Exp $

EAPI=5

XORG_DRI=dri
inherit linux-info xorg-2

DESCRIPTION=X.Org driver for Intel cards

KEYWORDS=~amd64 ~x86 ~amd64-fbsd -x86-fbsd
IUSE=debug glamor +sna +udev uxa xvmc

REQUIRED_USE=
|| ( sna uxa )
glamor? ( uxa )


RDEPEND=x11-libs/libXext
x11-libs/libXfixes
=x11-libs/pixman-0.27.1
=x11-libs/libdrm-2.4.29[video_cards_intel]
glamor? (
=x11-libs/glamor-0.6.0
)
sna? (
=x11-base/xorg-server-1.10
)
udev? (
virtual/udev
)
xvmc? (
x11-libs/libXvMC
=x11-libs/libxcb-1.5
x11-libs/xcb-util
)

DEPEND=${RDEPEND}
=x11-proto/dri2proto-2.6
x11-proto/resourceproto

src_configure() {
XORG_CONFIGURE_OPTIONS=(
$(use_enable debug)
$(use_enable dri)
$(use_enable glamor)
$(use_enable sna)
$(use_enable uxa)
$(use_enable udev)
$(use_enable xvmc)
)
xorg-2_src_configure
}

pkg_postinst() {
if linux_config_exists \
 ! linux_chkconfig_present DRM_I915_KMS; then
echo
ewarn This driver requires KMS support in your kernel
ewarn   Device Drivers ---
ewarn Graphics support ---
ewarn   Direct Rendering Manager (XFree86 4.1.0 and higher 
DRI support)  ---
ewarn   *   Intel 830M, 845G, 852GM, 855GM, 865G (i915 
driver)  ---
ewarni915 driver
ewarn   [*]   Enable modesetting on intel by default
echo
fi
}






[gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-9999.ebuild ChangeLog

2014-03-26 Thread Tom Wijsman (tomwij)
tomwij  14/03/26 15:29:51

  Modified: vlc-.ebuild ChangeLog
  Log:
  Update libva 1.2.1 compatibility patch for live version; fixes bug #505586, 
reported by jospezial.
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 
6D34E57D)

Revision  ChangesPath
1.216media-video/vlc/vlc-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-.ebuild?rev=1.216view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-.ebuild?rev=1.216content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-.ebuild?r1=1.215r2=1.216

Index: vlc-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-.ebuild,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -r1.215 -r1.216
--- vlc-.ebuild 19 Mar 2014 13:57:10 -  1.215
+++ vlc-.ebuild 26 Mar 2014 15:29:51 -  1.216
@@ -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/media-video/vlc/vlc-.ebuild,v 1.215 
2014/03/19 13:57:10 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-.ebuild,v 1.216 
2014/03/26 15:29:51 tomwij Exp $
 
 EAPI=5
 
@@ -244,7 +244,7 @@
epatch ${FILESDIR}/${PN}-2.1.0-fix-libtremor-libs.patch
 
# Patch up incompatibilities and reconfigure autotools.
-   epatch ${FILESDIR}/${PN}-2.1.0-libva-1.2.1-compat.patch
+   epatch ${FILESDIR}/${P}-libva-1.2.1-compat.patch
 
# Fix up broken audio when skipping using a fixed reversed bisected 
commit.
epatch 
${FILESDIR}/${PN}-2.1.0-TomWij-bisected-PA-broken-underflow.patch



1.897media-video/vlc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?rev=1.897view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?rev=1.897content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?r1=1.896r2=1.897

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
retrieving revision 1.896
retrieving revision 1.897
diff -u -r1.896 -r1.897
--- ChangeLog   19 Mar 2014 13:57:10 -  1.896
+++ ChangeLog   26 Mar 2014 15:29:51 -  1.897
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/vlc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.896 
2014/03/19 13:57:10 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.897 
2014/03/26 15:29:51 tomwij Exp $
+
+  26 Mar 2014; Tom Wijsman tom...@gentoo.org
+  +files/vlc--libva-1.2.1-compat.patch, vlc-.ebuild:
+  Update libva 1.2.1 compatibility patch for live version; fixes bug #505586,
+  reported by jospezial.
 
   19 Mar 2014; Tom Wijsman tom...@gentoo.org vlc-.ebuild:
   Temporarly block non-live FFMPEG versions in live VLC with USE flag vdpau;






[gentoo-commits] gentoo-x86 commit in media-video/handbrake: handbrake-9999.ebuild handbrake-0.9.9-r1.ebuild ChangeLog

2014-03-26 Thread Tom Wijsman (tomwij)
tomwij  14/03/26 15:39:57

  Modified: handbrake-.ebuild ChangeLog
  Added:handbrake-0.9.9-r1.ebuild
  Log:
  Revision bump, add more gstreamer dependencies to unbreak parts of the 
application; fixes bug #505396, reported by Abigail.
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 
6D34E57D)

Revision  ChangesPath
1.17 media-video/handbrake/handbrake-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-.ebuild?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-.ebuild?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-.ebuild?r1=1.16r2=1.17

Index: handbrake-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- handbrake-.ebuild   19 Mar 2014 15:19:44 -  1.16
+++ handbrake-.ebuild   26 Mar 2014 15:39:56 -  1.17
@@ -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/media-video/handbrake/handbrake-.ebuild,v 1.16 
2014/03/19 15:19:44 tomwij Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-.ebuild,v 1.17 
2014/03/26 15:39:56 tomwij Exp $
 
 EAPI=5
 
@@ -54,6 +54,12 @@
gstreamer? (
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0
+   media-libs/gst-plugins-bad:1.0
+   media-libs/gst-plugins-ugly:1.0
+   media-plugins/gst-plugins-a52dec:1.0
+   media-plugins/gst-plugins-libav:1.0
+   media-plugins/gst-plugins-x264:1.0
!ffmpeg? ( media-plugins/gst-plugins-mpeg2dec:1.0 )
)
gtk? (



1.20 media-video/handbrake/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   19 Mar 2014 15:19:44 -  1.19
+++ ChangeLog   26 Mar 2014 15:39:57 -  1.20
@@ -1,6 +1,13 @@
 # ChangeLog for media-video/handbrake
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v 1.19 
2014/03/19 15:19:44 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v 1.20 
2014/03/26 15:39:57 tomwij Exp $
+
+*handbrake-0.9.9-r1 (26 Mar 2014)
+
+  26 Mar 2014; Tom Wijsman tom...@gentoo.org +handbrake-0.9.9-r1.ebuild,
+  handbrake-.ebuild:
+  Revision bump, add more gstreamer dependencies to unbreak parts of the
+  application; fixes bug #505396, reported by Abigail.
 
   19 Mar 2014; Tom Wijsman tom...@gentoo.org
   files/handbrake--remove-faac-dependency.patch, handbrake-.ebuild:



1.1  media-video/handbrake/handbrake-0.9.9-r1.ebuild

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

Index: handbrake-0.9.9-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-0.9.9-r1.ebuild,v 1.1 
2014/03/26 15:39:57 tomwij Exp $

EAPI=5

PYTHON_COMPAT=( python2_{6,7} )

inherit autotools eutils gnome2-utils python-any-r1

if [[ ${PV} = ** ]]; then
ESVN_REPO_URI=svn://svn.handbrake.fr/HandBrake/trunk
inherit subversion
KEYWORDS=
else
SRC_URI=http://handbrake.fr/rotation.php?file=HandBrake-${PV}.tar.bz2 
- ${P}.tar.bz2
S=${WORKDIR}/HandBrake-${PV}
KEYWORDS=~amd64 ~x86
fi

DESCRIPTION=Open-source, GPL-licensed, multiplatform, multithreaded video 
transcoder.
HOMEPAGE=http://handbrake.fr/;
LICENSE=GPL-2

SLOT=0
IUSE=fdk ffmpeg gstreamer gtk

# Use either ffmpeg or gst-plugins/mpeg2dec for decoding MPEG-2.
REQUIRED_USE=!ffmpeg? ( gstreamer )

RDEPEND=
media-libs/a52dec
media-libs/libass
media-libs/libbluray
   

[gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201403-07.xml

2014-03-26 Thread Mikle Kolyada (zlogene)
zlogene 14/03/26 15:40:58

  Added:glsa-201403-07.xml
  Log:
  GLSA 201403-07

Revision  ChangesPath
1.1  xml/htdocs/security/en/glsa/glsa-201403-07.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201403-07.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201403-07.xml?rev=1.1content-type=text/plain

Index: glsa-201403-07.xml
===
?xml version=1.0 encoding=UTF-8?
?xml-stylesheet href=/xsl/glsa.xsl type=text/xsl?
?xml-stylesheet href=/xsl/guide.xsl type=text/xsl?
!DOCTYPE glsa SYSTEM http://www.gentoo.org/dtd/glsa.dtd;
glsa id=201403-07
  titlegrep: User-assisted execution of arbitrary code/title
  synopsisA vulnerability in grep could result in execution of arbitrary code
or Denial of Service.
  /synopsis
  product type=ebuildgrep/product
  announcedMarch 26, 2014/announced
  revisedMarch 26, 2014: 1/revised
  bug448246/bug
  accesslocal, remote/access
  affected
package name=sys-apps/grep auto=yes arch=*
  unaffected range=ge2.12/unaffected
  vulnerable range=lt2.12/vulnerable
/package
  /affected
  background
pgrep is the GNU regular expression matcher./p
  /background
  description
pAn integer overflow flaw has been discovered in grep./p
  /description
  impact type=normal
pAn attacker could entice a user to run grep on a specially crafted file,
  possibly resulting in  execution of arbitrary code with the privileges of
  the process or a Denial of Service condition.
/p
  /impact
  workaround
pThere is no known workaround at this time./p
  /workaround
  resolution
pAll grep users should upgrade to the latest version:/p

code
  # emerge --sync
  # emerge --ask --oneshot --verbose gt;=sys-apps/grep-2.12
/code
  /resolution
  references
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-5667;CVE-2012-5667/uri
  /references
  metadata tag=requester timestamp=Wed, 26 Dec 2012 16:52:28 
+ackle/metadata
  metadata tag=submitter timestamp=Wed, 26 Mar 2014 15:39:34 
+ackle/metadata
/glsa






  1   2   >